﻿

@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

*,:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	word-wrap:break-word;
}
html, body {
    background: #f6f6f6!important;
}

html{
	position:static;
	height:100%!important;
	overflow-y:auto;
	overflow-x:hidden;
	font-family:Arial, Helvetica, sans-serif;
	/* Better Font Rendering =========== */
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    min-height: 100%;
    position:relative;
}

body, input, select, pre, code, kbd, samp, dt, #cancel-comment-reply-link, .box-item-content, textarea, .widget_price_filter .price_label, .demo-icon-pack span:after {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    letter-spacing: 0px;
    color: #616161;
}

:focus {
    outline: none;
}

@media screen and (-moz-images-in-menus:0) {body{font-weight:300 !important;}}

body{
	margin:0;
	min-height:100%;
    background-color:#f6f6f6;
}


input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: textfield;
}

svg:not(:root){overflow:hidden}
iframe,object,embed{border:none;vertical-align:bottom;max-width: 100%;}
figure {max-width: 100%;margin:0}

.wp-block-audio {margin-bottom: 24px;}

figure > a,
figure > a:hover {
	color: transparent !important;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    margin: 0;
}


ul, li{
    list-style:none;
}
ul{
    margin:0;
    padding:0;
}

.mb-5{
     margin-bottom:5px!important;
}
.mb-10{
    margin-bottom:10px!important;
}


/*header Css*/

.header-section {
    display: block;
    width: 100%;
    position:relative;
    background:#fff;
}

.header-menu{
    height: 65px;
}

.header-logo{
    display: block;
    float: left;
    margin: 0px 81px 0px 0px;
}
.header-logo a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header-logo img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top:3px;
}

.logo {
    max-height: 60px;
}

.menu-align-right{
    display: block;
    float: right;
}


.menu-align-left{
    display: block;
    float: left;
}

.menu-lh{
    line-height:65px;
}


.header-login .login-text{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    color:#000;
    font-family: 'Rubik', sans-serif;
    font-weight:600;
}

.header-login .login-icon{
    padding: 5px 10px;
    border-radius: 5px;
    background:#c61132;
    margin-right:10px;
}
.header-login .login-icon i{
    color:#fff;
}
.header-logout{
    position:relative;
}

/*.header-logout .logout-icon{
    padding: 5px 10px;
    border-radius: 5px;
    background:#c61132;
    margin-right:10px;
    color:#fff;

}*/

.header-logout .logout-icon{
    padding: 5px 5px;
    margin-right:5px;
    color:#000;
}

.header-logout .login-text{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    color:#000;
    font-family: 'Rubik', sans-serif;
    font-weight:600;
}
.header-logout .login-text:hover{
    text-decoration:none;
}
/*.header-logout .logout-icon i{
    color:#fff;
}*/




@media (min-width:991px) {
.logout-dropdown{
    position: absolute;
    top: 100%;
    visibility: hidden;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(60deg);
    transform: rotateX(60deg);
    opacity: 0;
    -webkit-transition: opacity .2s,visibility .2s,-webkit-transform .2s;
    transition: opacity .2s,visibility 0s .2s,-webkit-transform .2s;
    transition: transform .2s,opacity .2s,visibility 0s .2s;
    transition: transform .2s,opacity .2s,visibility 0s .2s,-webkit-transform .2s;
}

.logout-dropdown ul {
    color: #3d464d;
    background: #fff;
    box-shadow: 0 1px 7px rgba(0,0,0,.25);
    list-style: none;
    width: 150px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .02em;
    font-weight: 500;
}
.logout-dropdown ul li{
    display:block;
    padding:13px 10px;
    border-bottom:1px solid #000;
    cursor:pointer;
}

.logout-dropdown ul li:hover{
    background:#f2f2f2;
}
.logout-dropdown ul li:hover a{
    text-decoration:none;
}

.logout-dropdown ul li:last-child{
    border-bottom:0px solid transparent;
}
.logout-dropdown ul li a{
    font-size:15px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: 600
}

.header-logout:hover .logout-dropdown {
    z-index: 999;
    -webkit-transition-delay: 0s,0s,0s;
    transition-delay: 0s,0s,0s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
}






.header-callto .callto-text{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    color:#000;
    font-family: 'Rubik', sans-serif;
    font-weight:600;
}

.header-callto .callto-icon{
    padding: 5px 10px;
    border-radius: 5px;
    background:#c61132;
    margin-right:10px;
}
.header-callto .callto-icon i{
    color:#fff;
}



.header-vertical-separator {
    margin: 0px 12px 0px 12px;
}

.header-vertical-separator .line {
    border-bottom-color: #e0e0e0;
    border-bottom-style: solid;
    height: 32px;
    border-bottom-width: 32px;
    width: 1px;
    vertical-align: middle;
    display: inline-block;
}




.header-menu-container{
    margin: 0px 11px 0px -85px;
}

.header-menu .menu-item {
    margin-left: 6px;
    margin-right: 6px;
    padding: 0;
    position: relative;
    float: left;
    line-height: inherit;
}



.header-menu .menu-item .menu-link {
    color: #212121;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    padding-left:11px;
    padding-right:15px;
    font-family: 'Roboto', sans-serif;
    text-transform:uppercase;
}

.header-menu .menu-item.active{
    background:#c6232d;
   
}

.header-menu .menu-item.active .menu-link{
     color:#fff;
}



.header-search{
    height: 56px;
    background:#252525;
        
}


.header-search-container {
    zoom: 1;
    width: 620px;
    margin: 0 auto;
    position: relative;
    margin: 10px auto;
}



.input-search{
    width: 580px;
    color: #000;
    background-color: #ffffff;
    border:0;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding:3px 10px;
    height: 35px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.search-icon-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    padding: 0 13px;
    border: 0;
    background: #c6232d;
    color: #fff;
}
.search-icon-box i {
    font-size: 20px;
}


.header-approve-icons{
    position:absolute;
    right: 165px;
    top:0;
    bottom:auto;
    left:auto;
    cursor:pointer;
}
.header-approve-icons img{
    width:35px;
}



/*header cart css*/

.header-search-box{
    position:relative;
}


.header-cart-sec{
    position:absolute;
    right:0;
    top:0;
    bottom:auto;
    left:auto;
}


.cart-toggle {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: color 300ms ease-out, background-color 300ms ease-out;
    position: relative;
    border-radius: 4px;
    padding-left: 48px;
}

.header-cart-sec .cart-toggle:before {
    content: url(../images/cart.png);
     display: block;
    position: absolute;
    top: -2px;
    left: 0;
}

.cart-contents{
    display: block;
    text-align: left;
    line-height: 18px;
    font-size: 12px;
    position: relative;
}

.cart-contents a:hover{
    text-decoration:none;
}

.cart-title{
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.cart-info{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 4px;
}








.float-right{
    float:right;
}



/*Banner Css*/

.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

.banner-section.slick-slider{
     margin-bottom: 0px;
}

.banner-section .nextarrow{
  position:absolute;
  top:50%;
  right:50px;
  width:45px;
  height:45px;
  background:#fff;
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#000;
  z-index:5;
  border-radius:50%;
}


.banner-section .nextarrow:before{content:'\f105';}

.banner-section .prevarrow{
  position:absolute;
  top:50%;
  left:50px;
  width:45px;
  height:45px;
  background:#fff;
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#000;
  z-index:5;
  border-radius:50%;
}

.banner-section .prevarrow:before{content:'\f104';}



.banner-section img{
    width:100%;
}
.banner-section .item.slick-active{
  -webkit-animation:Slick-FastSwipeIn 1s both;
          animation:Slick-FastSwipeIn 1s both;
}




.section-title{
    text-transform:uppercase;
    font-size:20pt;
    color:#000;
    font-family: 'Oswald', sans-serif;
    font-style:italic;
    margin:20px 0;
}






.promtion-box{
    background:#fff;
    padding:15px;
   
}

/*.promtion-img{
     display:table;
     width:100%;
    height:200px;
}
.promtion-img .img {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height:200px;
}*/

.promtion-img{
     width:100%;
    height:160px;
}
.promtion-img .img {
    text-align: center;
    height:160px;
}
.promtion-img .img img{
    height:100%;
}

.promtion-title{
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    padding-top:15px;
}

.promtion-desc{
    font-family: 'Roboto', sans-serif;
    font-size:15px;
    color:#000000;
}


.para-txt{
    font-family: 'Open Sans', sans-serif;
    line-height:25px;
    font-size:16px;
    color:#000;
}

.welcome-section{
    padding-top: 10px;
}


.search-result-section{
    /*margin-top:10px;*/
}

.table-section{
    margin-top:10px;
    background: #fff;
}


.lblSearchResult {
    color: #666;
    padding: 0 5px 0 0;
    font-weight: normal;
    font-size: 14px;
}
.lblSearchResult span {
    margin: 0 0 0 5px;
    font-size: 14px;
}
/*#lblSearchResult {
    padding: 0 0px 0 0px;
    font-size: 14px;
    font-weight: bold;
    color: #4f4f4f;
    text-transform: capitalize;
}*/
  
.search-table{

}

.search-table thead th {
    white-space : nowrap;
}
.search-table {
    font-family: 'Roboto', sans-serif;
    border-collapse: collapse;
    width: 100%;
}
 .search-table td, .search-table th {
        border: 1px solid #ddd;
        padding: 8px;
    }
.search-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
/*.search-table tr:hover {
    background-color: #ddd;
}*/
.search-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #252525;
    color: #fff;
}



.body-content{
    width: 100%;
    padding-bottom: 80px;
    display:inline-block;
    vertical-align:top;

}


.body-content.not-slide{
    width:100%;
    display: inherit;
}

.body-content.slide-active{
    width:100%;
}


/*switcher Css*/


.chosen-container-single .chosen-default{
    text-align:left;
}

.chosen-container .chosen-results li{
    text-align:left
}


.switcher-wrapper{
    /*width:330px;*/
    width:100%;
   display: inline-block;
    margin-right: 45px;
    position:relative;
    text-align:center;
}

.remove-width-0{
    width:auto;
    display:inline;
}
.width-100{
    width:100%!important;
}
.mmy-search-icon {
    display:none;
    /* color: rgb(255, 255, 255); */
    color: #104361;
    font-size: 25px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 100%;
    z-index: 22;
    /* box-shadow: rgba(0, 0, 0, 0.2) -2px 0px 7px; */
    background: #252525;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.mmy-search-icon.on {
    left: 0;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #c6232d;
    display:none;
}

.mmy-search-icon img {
    display: none;
}
.mmy-search-icon.on img{
   display: inline-block;
    vertical-align: middle;
    
}
    
.mmy-search-icon.on:after{
    content:'';
}

.mmy-search-container {
    width: 100%;
    /* text-align: center; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px;
    font-family: "open sans", sans-serif;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 21;
    /* transform: translateX(0); */
    background: #fff;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow:0 0 5px #ccc;

    display: inline-block;
    padding: 10px;
}
.mmy-search-container.show{
    /*transform: translateX(-110%);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);*/
    /*display:none!important;*/
}

.mmy-search-title{
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size:18px;
    text-align:center;
    margin-bottom:0px;
    position:relative;
    text-transform:uppercase;
    display:inline-block;
    width: 250px;

}

.mmy-search-title:after {
    content:'';
    width:30%;
    height:2px;
    background:#c6232d;
    display:block;
    margin:0 auto;
}

.mmy-search-container .form-group{
    margin-bottom:0px;
    display:inline-block;
    width:200px;
    margin-right:10px;
    text-align: left;
}
.mmy-search-container .form-control{
   height: 42px;
   border-radius:0;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size:16px;
}


.switcher-search-button{
    display:inline-block;
    vertical-align:middle;
}

.mmy-search-button{
    background:#c6232d;
    color:#fff;
    padding: 6px 20px;
    border:0;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    border-radius: 4px;

}

.mmy-heavyduty_menu-button {
    background: #252525;
    color: #fff;
    padding: 4px 20px;
    border: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    border-radius: 0px;
    line-height: 19px;
    font-size: 15px
}
.mmy-heavyduty_menu-button.active {
    background: #c6232d;
}

.heavyduty_title {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.utility_img_details{
    margin:0 auto;
    display:block;
}
.heavyduty_img_details {
    margin: 0 auto;
    display: block;
}

.mobile-search-iocns {
    display: none;
}

.mmy-search-icon:after {
    content: '\f053';
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px;
}


.switcher-wrapper.not-switcher{
    /*position:absolute;*/
    position:relative;
}


.mmy-search-container .form-group.year_drpdowns{
    width:150px;
}
.mmy-search-container .form-group.trim_dropdowns{
    width:150px;
}



/*.mobile-search-iocns{
    display:none;
}



.switcher-wrapper{
    width:330px;
    display:inline-block;
}
.switcher-wrapper.slide-active{
    width:auto;
    display:inherit;
}
.switcher-wrapper.not-switcher{
    width:auto;
    display:inherit;
}


.not-switcher .mmy-search {
    position: fixed;
}

.slide-active .mmy-search{
    position: fixed;
}

.mmy-search{
    z-index: 99;
    position:relative;
    left: -300px;
    top: 16%;
    font-weight: 400 !important;
     -webkit-transition:all 0.8s ease-out;
  -moz-transition:all 0.8s ease-out;
  -o-transition:all 0.8s ease-out;
  transition:all 0.8s ease-out;
  margin-top:10px;
    
}

.mmy-search.active{
    left: 0;
    -webkit-transition:all 0.8s ease-in;
  -moz-transition:all 0.8s ease-in;
  -o-transition:all 0.8s ease-in;
  transition:all 0.8s ease-in;
  margin-top:10px;
}



.mmy-search .mmy-search-icon{
    background-color: #c6232d;
    cursor: pointer;
    text-align: center;
    padding: 2px;
    float: right;
    height: 50px;
    line-height: 49px;
    width: 50px;
    border-radius:0;
     -webkit-transition:all 0.8s ease-out;
  -moz-transition:all 0.8s ease-out;
  -o-transition:all 0.8s ease-out;
  transition:all 0.8s ease-out;
}

.mmy-search-icon img{
    display: inline-block;
    vertical-align: middle;
    width:32px;
}



.mmy-search.active .mmy-search-icon {
    background:#252525;
    height: 40px;
    line-height: 40px;
    width: 40px;
    position:relative;
    box-shadow: 0 0 0;
    -webkit-transition:all 0.8s ease-in;
  -moz-transition:all 0.8s ease-in;
  -o-transition:all 0.8s ease-in;
  transition:all 0.8s ease-in;
  position:absolute;
   right: -10px;
}

.not-switcher .mmy-search .mmy-search-icon {
    border-radius: 0px 5px 5px 0px;
    position:static;    
}

.not-switcher mmy-search.active .mmy-search-icon{
    box-shadow: 0 0 2px #252525;
    
}


.mmy-search.active .mmy-search-icon:after{
    content:'\f054';
    color:#fff;
    font-family:FontAwesome;
    font-size:20px;

}

.mmy-search.active .mmy-search-icon img{
    display:none;
}


.mmy-search-container {
    background: #252525;
    border-radius: 0;
    cursor: pointer;
    padding: 25px;
    width: 300px;
    float:left;
    display:none;

}
.mmy-search.active .mmy-search-container{
    display:block;
}


.mmy-search-title{
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size:18px;
    text-align:center;
    margin-bottom:15px;
    position:relative;
    text-transform:uppercase;

}

.mmy-search-title:after {
    content:'';
    width:30%;
    height:2px;
    background:#c6232d;
    display:block;
    margin:0 auto;
}

.mmy-search-container .form-group{
    margin-bottom:25px;
}
.mmy-search-container .form-control{
   height: 42px;
   border-radius:0;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size:16px;
}


.mmy-search-button{
    background:#c6232d;
    color:#fff;
    padding:2px 20px;
    border:0;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;

}


    */

/*@media (max-width:1520px){
    .body-content{
        width:95%;
    }
    
}*/
/*@media (max-width:1380px){
    .body-content{
        width:95%;
    }
    
}*/

/*@media (max-width:1220px){
    .body-content{
        width:65%;
    }
}*/

/*@media (max-width:1070px){
    .body-content{
        width:62%;
    }
}*/

@media (max-width:1400px){
    .mmy-search-button{
       padding: 6px 14px;
    }
}

@media (min-width:991px) and (max-width:1290px){
     .mmy-search-button{
         margin-top:5px;
     }
}


@media (max-width:1250px){
    .mmy-search-title{
        width:200px;

    }
   .mmy-search-container .form-group:nth-child(2) {
    width: 100px;
}
    .mmy-search-container .form-group{
        width:150px;
    }
    .mmy-search-container .form-group:nth-child(5){
    width:250px;
}
}

@media (max-width:1050px) {
    .mmy-search-title{
        width:150px;
        font-size:16px;
    }
}

@media (max-width:991px){
    .body-content{
        width:100%;
    }
    .switcher-wrapper{
        width:100%;
        margin-top:0px;
        background: transparent;
        margin-right:0;
        text-align:left;
    }
    .mmy-search-container{
        width:100%;
        border-top:1px solid #fff;
        top:10px;
    }
    .mmy-search-icon{
        width:100%;
        display:block;
    }
    .mmy-search.active .mmy-search-icon{
         width:100%;
         position: static;
         height:50px;
         line-height:50px;
        
    }
    .mmy-search.active .mmy-search-icon:after{
        content:'';
    }
    .mmy-search-icon img{
        display:none;
    }
   .mobile-search-iocns {
        display: inline-block;
        width: 100%;
    }
    .mobile-search-iocns .search-txt{
        color:#fff;
        font-size:18px;
        text-align:left;
        float: left;
        padding: 0 10px
    }
    .mobile-search-iocns .search-bar{
        color: #fff;
        font-size: 30px;
        text-align: right;
        float: right;
        padding: 0 10px
    }
    .mmy-search{
      left: auto;
    }
    .slide-active .mmy-search{
        position:relative;
    }
    .mmy-search-icon{
        width:100%;
        -webkit-transition: all 0s ease-in;
        -moz-transition: all 0s ease-in;
        -o-transition: all 0s ease-in;
        transition: all 0s ease-in;
        background-color: #252525;
        position:relative;
       left: 0%;
    }
    .mmy-search-icon.on img{
        display:none;
    }
    .mmy-search-icon.on{
        background:#252525;
        display:block;
    }
    .mmy-search-icon:after {
        content: '';
    }
    .mmy-search-container{
        display:inline-block;
        vertical-align: text-bottom;

    }
    .mmy-search.active .mmy-search-container{
        display:none;
    }

    .mmy-search.active {
        left: 0;
        -webkit-transition: all 0s ease-in;
        -moz-transition: all 0s ease-in;
        -o-transition: all 0s ease-in;
        transition: all 0s ease-in;
        margin-top:0;
    }
    .mmy-search.active .mmy-search-icon{
        -webkit-transition: all 0s ease-in;
        -moz-transition: all 0s ease-in;
        -o-transition: all 0s ease-in;
        transition: all 0s ease-in;
    }
    .not-switcher .mmy-search{
        position:relative;
    }
    .mmy-search-title{
        color:#fff;
        display:none;
        width:100%;
        margin-bottom:15px;
    }
    .switcher-wrapper.not-switcher{
        display:inline-block;
        width:100%;
        position:relative;
        margin-bottom:10px;
        margin-right:0;
        vertical-align: text-bottom;
    }
    .mmy-search-container.show {
        transform: translateX(0%);
        transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        display: inline-block!important;
        background: #252525;
    }
    .mmy-search-container{
        transform: translateX(0%);
        transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        display: none!important;
    }
    .mmy-search-container .form-group{
        display:block;
        width:100%;
        margin-bottom:15px;
    }


    .switcher-search-button{
        display:block;
    }

    .mmy-search-container .form-group:nth-child(2) {
    width: 100%;
}
    .mmy-search-container .form-group:nth-child(5){
    width:100%;
}

    .mmy-search-container .form-group.year_drpdowns{
    width:100%;
}
.mmy-search-container .form-group.trim_dropdowns{
    width:100%
}
   

}
    
    /*.not-switcher {
        margin-top:0;
    }
    .not-switcher .mmy-search-icon{
        width: 40px;
    }
    .not-switcher .mmy-search.active .mmy-search-icon{
        width: 40px;
    }
    .not-switcher .mmy-search.active .mmy-search-icon:after {
        content:'\f054';
    }
    .not-switcher .mmy-search-container{
        width:300px;
        border-top:0px solid #fff
    }
    .not-switcher .mmy-search-icon img{
        display: inline-block;
    }
    .not-switcher .mobile-search-iocns{
        display:none;
    }
    .not-switcher .mmy-search{
      left: -300px;
    }
    .not-switcher.slide-active .mmy-search{
        position:fixed;
    }
    .not-switcher .mmy-search .mmy-search-icon{
        width: 50px;
        -webkit-transition: all 0.8s ease-in;
        -moz-transition: all 0.8s ease-in;
        -o-transition: all 0.8s ease-in;
        transition: all 0.8s ease-in;
        background: #252525;
    }
    .not-switcher .mmy-search-container{
        display:block;
    }
    .not-switcher .mmy-search.active .mmy-search-container{
        display:block;
    }
    .not-switcher .mmy-search.active {
        left: 0;
        -webkit-transition: all 0.8s ease-in;
        -moz-transition: all 0.8s ease-in;
        -o-transition: all 0.8s ease-in;
        transition: all 0.8s ease-in;
    }
    .not-switcher .mmy-search.active .mmy-search-icon{
        -webkit-transition: all 0.8s ease-in;
        -moz-transition: all 0.8s ease-in;
        -o-transition: all 0.8s ease-in;
        transition: all 0.8s ease-in;
    }*/







/*footer Css*/

.footer{
    background: #212121;
    /*line-height: 30px;*/
    padding: 10px 0;
    margin-top: 20px;
    /*height: 70px;*/
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer p{
    margin:0;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size:16px;
}




.chosen-container-active.chosen-with-drop .chosen-single{
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}


.chosen-container-single .chosen-single span {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size:16px;
}
.breadcrumb-area-Main_utility{
    display:inline-block;
}
/*.breadcrumb-area-Main_utility
{
    margin: 0px 0% 0% 18%;
}*/
.utility_instruction{
    color: #f71f1f;
    display: inline-block;
    text-align: right;
    float: right;
    padding: 15px 0 15px;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight:600;
}





.Heavyduty_instruction {
    color: #f71f1f;
    display: inline-block;
    text-align: right;
    float: right;
    /*padding: 15px 0 15px;*/
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 600;
}


/*breadcrumb*/

.breadcrumb-area {
    padding: 15px 0 15px;
    /*background: #f9f9f9;*/
    color:#000;
    font-size:18px;
}

.breadcrumb-area a{
    color:#000;
}
.breadcrumb-area a:hover{
    text-decoration:none;
}

.breadcrumb-item{
     color: #c6232d;
    font-size:18px;
}

.bred-arrow{
    color:#c6232d;
    padding:0 10px;
}




/*Search Product Css*/

.product-sidebar{
    float:left;
    width:20%;
    padding-right: 10px;
}

.parts-info {
    font-size : 22px;
    color : black;
}

.product-content {
    width: 70%;
    float:left;
    background:#fff;
    border-radius:5px;
    padding:10px;
}
.widget-list{
    background:#fff;
    border-radius:5px;
    padding:10px;
    margin-bottom:15px;
}

    .widget-list h3 {
        padding: 0 0 10px;
        color: #444444;
        font-family: 'Rubik', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        display: block;
        position: relative;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
        margin-top: 5px;
        white-space: nowrap;
    }
.widget-list h3:before {
    content: "";
    width: 70px;
    height: 3px;
    background: #c6232d;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
}

.widget-list ul li {
    padding-left:8px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom:5px;
}

.widget-list ul li:last-child{
    border-bottom: 0px solid transparent;
}

.widget-list ul li a {
    color: #212121;
    display: block;
    position: relative;
    outline: 0;
    padding: 4px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    cursor:pointer;
    font-family: Roboto, sans-serif;
}
.widget-list ul li a:hover{
    text-decoration:none;
    color:#c6232d;
}

.widget-list-checkbox p{
    color:#000;
    font-weight:500;
    line-height:22px;
    margin-bottom:8px;
}

.custom-checkbox {
    position: relative;
    display: block;
    min-height: 2.5rem;
    padding-left: 1.5rem;
    min-height: auto;
    margin-bottom:8px;
}


.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding-left:10px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    display: block;
    cursor: pointer;
    color:#000;
}

input[type="checkbox"][disabled]+label {
    opacity: 0.5;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 15px;
    top: 3px;
    width: 15px;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
    background-size: 10px 10px;
    height: 15px;
    top: 0;
}


.custom-checkbox input:checked ~ .custom-control-label:before {
    background-color: #c6232d;
    border-color: #c6232d;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    content: '\f00c';
    font-family: FontAwesome;
    color: #fff;
    font-size: 10px;
    top: 5px;
    left: -12px;
    line-height:1;
}




.product-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom:15px;
    border: 1px solid #e0e0e0;
}
.product-item:last-child{
    margin-bottom:0px;
}

.product-item:hover{
    background:#f3f3f378;
}

.product-inner-wrapper{
    width: 100%;
    display: table;
    /*padding: 10px;*/
}

/*.product-img {
    display: table-cell;
    vertical-align: middle;
    width:150px;
    position: relative;
    overflow: hidden;
    padding:5px;
}*/

.product-img {
    display: table-cell;
    vertical-align: middle;
    width:150px;
    position: relative;
    overflow: hidden;
    padding:5px;
}



.product-quick-view {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100% !important;
    max-width: 186px;
    height: auto;
    text-align: center;
    transition: all 300ms ease-out;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    z-index: 15;
    background-color: rgba(0,0,0,0.6);
    color: #ffffff;
    opacity: 0;
    text-transform: none;
    border-radius: 0;
    font-weight: 400;
    text-decoration:none;
    cursor:pointer;
}
.product-quick-view1 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100% !important;
       max-width: 548px;
       height: auto;
    text-align: center;
    transition: all 300ms ease-out;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    z-index: 15;
    background-color: rgba(0,0,0,0.6);
    color: #ffffff;
    opacity: 0;
    text-transform: none;
    border-radius: 0;
    font-weight: 400;
    text-decoration:none;
    cursor:pointer;
}

a.product-quick-view{
    color:#fff;
    text-decoration:none;
    cursor:pointer;
}
a.product-quick-view1{
    color:#fff;
    text-decoration:none;
    cursor:pointer;
}
.product-quick-view:hover {
    background-color: rgba(0,0,0,0.8);
}
.product-quick-view1:hover {
    background-color: rgba(0,0,0,0.8);
}
.product-img:hover .product-quick-view{
    opacity:1;
}
.product-body:hover .product-quick-view1{
    opacity:1 !important;
}
.product-image-gallery{
    width: 150px;
    position: relative;
    /*height:100px;*/
    /*display: inline-block;*/
    text-align:center;
    cursor:pointer;
}

.product-image-gallery img {
    max-width: 100%;
    /*height: 100%;*/
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: top;
    margin: 0;
}

.part-brand-img {		
    display: table-cell;		
    vertical-align: middle;		
    width: 80px;		
    position: relative;		
    overflow: hidden;		
    padding: 5px;
    border-left:1px solid #e0e0e0;
}		
/*.part-brand-img:before {		
    display: block;		
    width: 1px;		
    height: 100%;		
    content: "";		
    position: absolute;		
    top: 0;		
    background-color: #e0e0e0;		
    left: 0px;		
}*/		
.part-brand-gallry{		
    position: relative;		
    text-align: center;		
    cursor: pointer;		
}		
.part-brand-gallry img{		
    width:60px;		
}

.brant-img{		
    margin-bottom:3px;		
}		
.brant-img img {		
    width: 50px;		
    vertical-align: middle;		
    border: 1px solid #ccc;		
    margin-left: 10px;		
    padding: 5px;		
}

.product-item-notes-include {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}

.product-body {
    display: table-cell;
    /*vertical-align: middle;*/
    padding: 8px;
    position:relative;
    /*width:60%;*/
    border-left:1px solid #e0e0e0;
    
}
/*.product-body:before{
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background-color: #e0e0e0;
    left: 0px;
}*/

/*.product-body:after{
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background-color: #e0e0e0;
    right: 24px;
}*/

.product-body-cart{
     display: table-cell;
    vertical-align: middle;
    position:relative;
    width:15%;
    text-align:center;
    padding:5px 10px;
}

.product-body-cart:before{
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background-color: #e0e0e0;
    left: 0px;
}

.short-line{
    font-size: 18px;
    line-height: 24px;
    color: #c6232d;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    margin-bottom:5px;
    cursor:pointer;
}
.short-line a{
color: #c6232d;
cursor:pointer;
}
.short-line:hover{
    color:#212121;
    
}
.short-line a:hover{
    color:#212121;
}

.font-16{
    font-size:14px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}
.part-number{
    color: #212121;
    margin-bottom:3px;
    
    
}
/*.part-number span{
    font-weight:600;
}*/

.part-notes{
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}


.bold{
    font-weight:600;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    color: #212121;
}

.hdnpdctdesc{
    font-style:italic;
}


.avail{
    color: #212121;
    margin-bottom:3px;
}
.avail span{
    font-weight:600;
}
.interchange-no{
    color: #212121;
    margin-bottom:3px;
}
.interchange-no span{
    font-weight:600;
}






.product-price{
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    color: #c6232d;
    margin-bottom:5px;
}

.cart-button{
    font-size: 14px;
    line-height: 22px;
    background-color: #252525;
    border:1px solid #252525;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 3px;
    cursor:pointer;
    transition: all .2s linear;
    margin:3px 0;
    font-weight:600;
    width: 100px;
}

.cart_price_not_avail {
    color : #c6232d;
    font-weight : bold;
    width : 100px;
}

.cart-button:hover{
    border:1px solid #c6232d;
    background-color:transparent;
    color:#c6232d;
}



/*.product-body-inner-wrap{
     width: 100%;
    display: table;
}

.product-body-detail{
    display:table-cell;
    vertical-align:top;
    width:69%;
    position:relative;
    padding:0 40px 0 0;
}
.product-body-detail:after{
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background-color: #e0e0e0;
    right: 20px;
}

.product-body-cart{
    display:table-cell;
    vertical-align:top;
    width:30%;
}*/


body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom{
    margin-right: 0px;
}

.modal{
  overflow-y: auto;
}

.modal-gallery{
    display:inline-block;
    width:100%;
    padding:10px;
}

.slider-nav .nextarrow{
    position: absolute;
    top: 50%;
    right: -26px;
    width: 35px;
    height: 35px;
    background: #000;
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/36px FontAwesome;
    color: #fff;
    z-index: 5;
    border-radius: 50%;
}

.slider-nav .nextarrow:before{content:'\f105';}

.slider-nav .prevarrow{
  position:absolute;
  top:50%;
  left:-26px;
  width:35px;
  height:35px;
  background:#000;
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/35px FontAwesome;
  color:#fff;
  z-index:5;
  border-radius:50%;
}

.slider-nav .prevarrow:before{content:'\f104';}



/*.lg-image img:hover{
    border: 1px solid #c6232d;
}*/
.lg-image img{
    width:90%;
    padding:5px;
    margin:0 auto;
}
.img_large{
     border:1px solid #ccc;
     margin: 0 10px 0 0;
     height: 250px;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
}


.sm-image.slick-slide{
    border: 1px solid #ddd;
    margin: 0 3px;
    width:80px!important;
    height:80px;
    align-items: center;
    display: -webkit-flex!important;
    display: -moz-flex!important;
    display: -ms-flexbox!important;
    display: -o-flex!important;
    display: flex!important;
}
.sm-image img {
    width: 100%;
    cursor:pointer;
    padding:5px;
}

.sm-image:hover{
    border: 1px solid #c6232d;
}

.slider-nav .slick-current{ 
    border: 1px solid #c6232d;
}



/*Modal popup Css*/


.modal-body .product-slider-for .img_large {
    max-height:450px;
    height:auto;
    overflow:hidden;
}

.modal-body .product-slider-for .lg-image img{
    width:auto!important;
    border: 0px solid #ddd;
    max-height:450px;
}
/*.modal-body .slick-slider .lg-image {
    border: 1px solid #ccc!important;
}*/
.modal-body .sm-image.slick-slide{
    width:100px!important;
}

.modal-body .sm-image img{
    width:80px!important;
}

.modal-body .slick-track{
    right:auto!important;
    left:0!important;
}


/*.modal-box{
    display:inline-block;
    width:100%;
    padding:10px;
    text-align:center;
}

.modal-body .close {
    font-size:30px;
    color:#000;
    opacity:1
}
.modal-icons{
    text-align: center;
}

.success-button{
    background: #4a8cd7;
    color: #fff;
    padding: 2px 20px;
    border: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    text-align:center;
    display:inline-block;
    text-transform:uppercase;
}

.modal-box p{
    font-size: 17px;
    color: #000;
}
.success-txt{
    font-family: 'Rubik', sans-serif;
    font-size: 28px;
    margin-top: 20px;
    color: #4a8cd7!important;
    font-weight: 600;

}


.failure-button{
    background: #d75a4a;
    color: #fff;
    padding: 2px 20px;
    border: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    text-align:center;
    display:inline-block;
    text-transform:uppercase;
}

.failure-txt{
    font-family: 'Rubik', sans-serif;
    font-size: 28px;
    margin-top: 20px;
    color: #d75a4a!important;
    font-weight: 600;

}*/


/*Loader css*/


.loader-wrap{
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.loader-wrap:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #131313;
    z-index: 999;
    opacity: .8;
}
.loaded {
    text-align: center;
    margin: 0 auto;
    display: table;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 9999;
}

.loaded img {
    -webkit-animation: bounce 2s linear infinite;
    animation: bounce 2s linear infinite;
}

.loading-text {
    color : white;
    margin-bottom : 0;
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


/*.dots {
   text-align: center;
    margin: 0 auto;
    display: table;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99999;
}


.loader-wrap .dot {
    animation-direction: alternate;
    animation-duration: .35s;
    animation-iteration-count: infinite;
    animation-name: wave;
    animation-timing-function: cubic-bezier(.64,.12,.79,.35);
    background-color: #27c7d8;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 17px;
    margin: 0 5px;
    pointer-events: none;
    width: 17px;
}

.dot.two {
    animation-delay: .25s;
    background-color: #15c979;
}

.dot.three {
    animation-delay: .4s;
    background-color: #e53d60;
}

@keyframes wave{
    0%{
        transform:translateY(0)

    }
    100%{
         transform:translateY(15px)

    }

}*/

/*Product details css*/


.product-detail-box{
    display:inline-block;
    width:100%;
    background:#fff;
    padding:10px;
    border-radius:6px;
}


.product-detail-left{
    float:left;
    width: 33.33333333333333%;
}

.product-detail-right{
    float:right;
    width: 65%;
}

.product-slider-nav .nextarrow{
    position: absolute;
    top: 50%;
    right: -26px;
    width: 35px;
    height: 35px;
    background: #000;
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/36px FontAwesome;
    color: #fff;
    z-index: 5;
    border-radius: 50%;
}

.product-slider-nav .nextarrow:before{content:'\f105';}

.product-slider-nav .prevarrow{
  position:absolute;
  top:50%;
  left:-26px;
  width:35px;
  height:35px;
  background:#000;
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/35px FontAwesome;
  color:#fff;
  z-index:5;
  border-radius:50%;
}

.product-slider-nav .prevarrow:before{content:'\f104';}

.product-slider-for.slick-slider{
        margin-bottom: 10px;        
}

.product-slider-nav.slick-slider{
        margin-bottom: 10px;        
}

.product-slider-for .lg-image img {
    padding: 10px;
    margin: 0 auto;
    max-width:100%;
    /*width:200px;*/
    width :70%;
}

.product-slider-nav .slick-current{
    border: 1px solid #c6232d;
}


.product-detail-content{
    padding-top:3px;
}

.product-detail-content .short-line, .product-detail-content .part-number, .product-detail-content .avail, .product-detail-content .interchange-no {
        margin-bottom: 6px;
}

.product-detail-content .product-price{
    font-size: 25px;
    margin: 15px 0px;
}


.product-detail-content .product-quantity{
    display:block;
    margin: 0px 0 5px 0;
}

.product-quantity {
    width: 95px;
    position: relative;
    /*display: inline-block;
    margin-right: 10px;*/
    display: block;
    text-align: center;
    margin: 2px auto;
}


.quantity-input {
    -moz-appearance: none;
    display: block;
    width: 100%;
    min-width: 88px;
    padding: 5px 20px!important;
    text-align: center;
    -webkit-appearance: none; 
}

.quantity-add, .quantity-sub {
    position: absolute;
    height: 100%;
    width: 24px;
    top: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .18s;
}

.quantity-add:after, .quantity-add:before, .quantity-sub:after, .quantity-sub:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: currentColor;
}

.quantity-add:after {
    width: 2px;
    height: 8px;
}

.quantity-add:before, .quantity-sub:before {
    width: 8px;
    height: 2px;
}
.quantity-add {
    right: 1px;
    border-left: 1px solid #ccc;
}
.quantity-sub {
    left: 1px;
    border-right: 1px solid #ccc;
}


.bg-white{
    background:#fff;
    border-radius:5px;
}

.product-speci-box{
    padding:8px 15px 15px 15px;
}
.product-tab{
    background-color: #e9e9e9;
}

.product-tab li:before {
    background: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    right: 50%;
    top: auto;
    width: auto;
    z-index: 9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.product-tab li.active:before {
    background: #c6232d;
    left: 0;
    right: 0;
}

.product-tab li:hover:before {
    background: #c6232d;
    left: 0;
    right: 0;
}

.product-tab li.active a, .product-tab li.active:focus a, .product-tab li.active:hover a{
     color: #c6232d;
}

.product-tab li a{
    color:#000;
}

.product-tab li.active a, .product-tab li.active a:focus, .product-tab li.active a:hover{
    background: transparent;
}


.tab-content{
    padding: 15px;
    -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}


.table-specification tr td:first-child{
        background: #f7f7f7;
        font-weight: bold;
}




/*relative slider css*/

.relative-part-sec {
    padding: 0px 20px 0px 20px;
    background: #fff;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #efefef;
}

/*.title-heading{
    margin-bottom: 24px;
    font-size: 24px;
    position: relative;
    font-weight: 700;
    color: #c6232d;

}*/

.relative-part-slider .item{
   width: 25%;
   float:left;
   margin:0 10px;
}
.item-product {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    position: relative;
    height: 100%;
}

.product-thumb {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    height: 180px;
}

.product-thumb-link {
    display: block;
    overflow: hidden;
    position: relative;
}

.product-thumb-link:focus{
    outline:none;
}

.product-thumb-link img {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 250px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 3px;
    padding: 15px;
}

.item-product .product-info {
    text-align: center;
    padding: 17px 5px 5px 5px;
}
.product-number, .product-des, .product-price{
    margin-bottom:5px;
    line-height: 24px;
}

.product-button{
    margin:5px;
    font-size: 14px;
    line-height: 24px;
    background-color: #252525;
    border: 1px solid #252525;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .2s linear;
    font-weight: 600;
}

.product-button:hover {
    border: 1px solid #c6232d;
    background-color: transparent;
    color: #c6232d;
}

.relative-part-slider .nextarrow{
  position:absolute;
  top:50%;
  right:-14px;
  width:45px;
  height:45px;
  background:#c6232d;
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#fff;
  z-index:5;
  border-radius:50%;
}

.relative-part-slider .nextarrow:before{content:'\f105';}

.relative-part-slider .prevarrow{
  position:absolute;
  top:50%;
  left:-14px;
  width:45px;
  height:45px;
  background:#c6232d;
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#fff;
  z-index:5;
  border-radius:50%;
}

.relative-part-slider .prevarrow:before{content:'\f104';}




/*Cart Page css*/


.cart-page-box{
    background:#fff;
    border-radius:5px;
    padding: 20px 20px 20px 20px;
    margin-top:30px;
    display:inline-block;
    width:100%;
}


.purches-div{
    background:#fff;
    border-radius:5px;
    padding: 0px 20px 20px 20px;
    margin-top:30px;
    display:inline-block;
    width:100%;
}

.invoice-popup-container{
    padding-top:20px;
}

.print-button {
    margin: 15px 5px 5px 5px;
    font-size: 16px;
    line-height: 24px;
    background-color: #252525;
    border: 1px solid #252525;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .2s linear;
    font-weight: 600;
    display:inline-block;
    text-align: center;

}

.print-button:hover{
    border: 1px solid #c6232d;
    background-color: transparent;
    color: #c6232d;
}

.cart-table-box{
    overflow:auto;
}

.cart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.cart-table-head {
    background: #f7f7f7;
    font-size: 15px;
}


.cart-table-column {
    padding: 8px 8px;
    border-top: 1px solid #ebebeb;
    color:#000;
}

.cart-table-column:first-child {
    border-left: 1px solid #ebebeb;
}
.cart-table-column:last-child {
    border-right: 1px solid #ebebeb;
}

.cart-table-head .cart-table-column:first-child {
    border-top-left-radius: 2.5px;
}

.cart-table-head .cart-table-column:last-child {
    border-top-right-radius: 2.5px;
}
.cart-table-body .cart-table-column {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
}

.cart-table-body .cart-table-row:last-child .cart-table-column {
    border-bottom: 1px solid #ebebeb;
    
}


.cart-table-body .cart-table-image img {
    width: 80px;
}
.cart-box-title {
    text-transform: uppercase;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-top:0;
}

.qty-number {
    display: block;
    width: 100%;
    position: relative;
}

.qty-input {
    -moz-appearance: none;
    display: block;
    width: 100%;
    min-width: 88px;
    padding: 0 24px 1px;
    text-align: center;
    -webkit-appearance: none; 
}

.qty-add, .qty-sub {
    position: absolute;
    height: 100%;
    width: 24px;
    top: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .18s;
}

.qty-add:after, .qty-add:before, .qty-sub:after, .qty-sub:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: currentColor;
}

.qty-add:after {
    width: 2px;
    height: 8px;
}

.qty-add:before, .qty-sub:before {
    width: 8px;
    height: 2px;
}
.qty-add {
    right: 1px;
    border-left: 1px solid #ccc;
}
.qty-sub {
    left: 1px;
    border-right: 1px solid #ccc;
}

.form-control.is-invalid, .form-control.is-valid, .form-control:invalid, .form-control:valid {
    background-image: none;
}

.qty-input::-webkit-inner-spin-button, 
.qty-input::-webkit-outer-spin-button, .quantity-input::-webkit-inner-spin-button, 
.quantity-input::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.cart-table-close-icon{
    border-color: transparent;
    background: transparent;
    color: #3d464d;
    font-size: 1.5rem;
    line-height: initial;
    border: 0;
    padding: 5px 10px;
}
.cart-table-close-icon:hover{
    background: #e5e5e5;
    color: #3d464d;
}

.cart-total-box{
    margin-top:20px;
    border-radius: 2px;
    width:400px;
    float:right;
    display:inline-block;
    background:#fff;
    padding:15px;
}
.cart-total-box .section-title{
    margin-top:0;
}
.cart-total-input-box{
    margin-top:20px;
}
.cart-total-input-box label{
    font-size:14px;
    font-weight:600;
}

.cart-total-left {
    display: inline-block;
    width: 49%;
    text-align: left;
}
.cart-total-right{
    display:inline-block;
    width:49%;
    text-align:right;
}

.cart-total-wrapper{
    border-top:1px solid #ccc;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}

.cart-total-wrapper span{
    font-size:16px;
    color:#000;
    font-weight:600;
}
.cart-total-right span{
    color:#c6232d;
}

.checkout-button{
    margin: 15px 5px 5px 5px;
    font-size: 16px;
    line-height: 24px;
    background-color: #252525;
    border: 1px solid #252525;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .2s linear;
    font-weight: 600;
    display:block;
    text-align:center;
}


.checkout-button:hover {
    border: 1px solid #c6232d;
    background-color: transparent;
    color: #c6232d;
}


.cart-empty {
    font-size: 24px;
    font-weight: 600;
    color: #c6232d;
    margin: 6rem 0 0.3125rem;
    display: block;
    text-align: center;
    width: 100%;
}
.cart-empty img {
    display: block;
    text-align: center;
    margin: 10px auto;
}

.popuppanel_alternate_ship_content .save-button {
    font-size: 14px;
    line-height: 22px;
    background-color: #252525;
    border:0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .2s linear;
    margin: 10px 0;
    font-weight: 600;
    display: inline-block;
}
.cancel-button {
    font-size: 14px;
    line-height: 22px;
    background-color: #c6232d;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .2s linear;
    margin: 10px 0;
    font-weight: 600;
    display: inline-block;
}


/*Checkout Page css*/

.checkout-page-box {
    background: #fff;
    border-radius: 5px;
    padding: 0px 20px 20px 20px;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}


/*Login Page css*/


.loginmain {
    background: #f1f2f7;
    display: table;
    width: 100%;
    height: 100%;
}


.login-card {
    width: 70%;
    margin: 10% auto;
    background:#c6232d;
    min-height: 400px;
    height: 400px;
    display: table;
    position: relative;
    box-shadow: 0 0 4px rgba(0,0,0,0.14), 0 4px 8px rgba(0,0,0,0.28);
}

.login-card .splits {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.login-card .login-wrapper {
    position: absolute;
    width: 40%;
    height: 120%;
    top: -10%;
    left: 5%;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.14), 0 4px 8px rgba(0,0,0,0.28);
    transition: all .5s;
    color: #303030;
    overflow: hidden;
}


.login-card .login-wrapper.move {
    left: 45%;
}


.login-card .login-wrapper .login-box, .login-card .login-wrapper .register-box {
    padding: 15px 30px 30px;
    transition: all .5s;
    background: #fff;
    width: 100%;
    border-radius: 20px;
}

.login-card .splits p {
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
}

.login-card .login-button {
    background: transparent;
    color: #fff;
    padding: 2px 20px;
    border: 1px solid #ffffff;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    background-clip: padding-box;
    position: relative;
    transition: all .25s;
    cursor:pointer;

}


.login-card .login-wrapper .login-box {
    padding-top: 10%;
    visibility: visible;
}

.login-card .login-wrapper .register-box {
    transform: translateY(-150%) translateX(100%);
    visibility: hidden;
}

.login-card .login-wrapper.move .login-box {
    transform: translateX(-100%);
    visibility: hidden;
}

.login-card .login-wrapper.move .register-box {
    transform: translateY(-150%) translateX(0);
    visibility: visible;
}
.login-card .login-wrapper .form-group{
    margin-bottom:10px;
}

.login-card .login-wrapper h3 {
    margin-bottom: 25px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

.login-card .login-button.theme-bg {
    color: #c6232d;
    border: 1px solid #c6232d;
}


.red{
    color:#ff0000;
}

.form-control{
   padding: 10px 20px;
   height:auto;
/*   border-radius:0;*/
   box-shadow:0 0 0;
}

/*Signup Css*/

.signup-header{
    padding:10px;
    background:#fff;
    margin-bottom:10px;
    box-shadow: 0 0 5px #ccc
}

.signup-body{
    background:#fff;
    padding:20px;
    margin-bottom:30px;
}

.disply-inblock{
    display:inline-block;
    width:100%;
}
.signup-body label {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

.signup-input {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 20px;
    color: #333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: #fff;
}

.signup-btn-sec{
    display:block;
    padding-right: 15px;
    padding-left: 15px;
    text-align:center
}

.check-box {
    margin-right: 0;
}
.check-box input {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 15px;
    padding: 10px 20px;
    color: #333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: #fff;
      width: auto;
}
 .check-box input[type='checkbox'] {
    display: none;
}

 .mt-20{
     margin-top:20px;
 }

 .form-group {
    margin-bottom: 10px;
}

.check-box input[type='checkbox'] + label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    margin: 0;
    padding-left: 30px;
    color: #333;
    cursor:pointer;
}
label.shipping-label{
    font-size: 20px!important;
    font-weight: 500!important;
    line-height: 20px!important;
    font-family: 'Oswald', sans-serif;
    font-style: italic;
}

.check-box input[type='checkbox'] + label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 2px solid #999;
}

.check-box input[type='checkbox'] + label::after {
    font-family: Fontawesome;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    content: '\f00c';
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-align: center;
    opacity: 0;
    font-style:normal;
    color: #333;
}
.check-box input[type='checkbox']:checked + label::before
{
    border: 2px solid #333;
}
.check-box input[type='checkbox']:checked + label::after
{
    opacity: 1;
}


.billing-form{
    display:none;
    margin-top:20px;

}

.shipping-form{
    display:none;
    margin-top:20px;

}
.back-button {
    font-family: Rubik, sans-serif;
    font-weight: 600;
    position: relative;
    color: #fff;
    background:#333;
    padding: 2px 20px;
    border:1px solid #ccc;
    transition: all 0.25s ease 0s;
    display:inline-block;
    margin-bottom:10px;
    cursor:pointer;
}
.back-button:hover, .back-button:focus{
    color:#fff;
    text-decoration:none;
}

.back-button i{
    margin-right:10px;
}


/*Reset page*/
.reset-input{
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 20px;
    color: #333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: #fff;
}

.backto-home:hover, .backto-home:focus{
    color:#fff;
}
.backto-home{
   padding: 8px 20px;
   background:#252525;  
}





.mobile-icons{
        display:none;
    }
.close-menu{
display:none;
}
.mobile-menu-box h5{
    display:none;
}






/*User Details Css*/

.user-details-page-box{
    background: #fff;
    border-radius: 5px;
    padding: 0px 20px 20px 20px;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.user-table thead{
    background: #f7f7f7;
    font-size:15px;
}

.user-table tr td{
    font-size:14px;
}

.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td{
     padding: 10px 12px;
} 

.thead-color{
    background: #f7f7f7;
    font-size: 15px;
}
.thead-color tr th{
    border-bottom:0px solid transparent!important;
}

.table-icons {
    padding: 6px;
    box-sizing: border-box;
    /* box-shadow: 0 0 10px #ccc; */
    margin-right: 10px;
    cursor: pointer;
}

.table-edit-icons:after {
    content: "\f040";
    font-family: FontAwesome;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #04860e;
}

.table-delete-icons:after {
    content: "\f1f8";
    font-family: FontAwesome;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #f70e0e;
}

.table-icons{
    cursor : pointer;
} 

.toggle-on-off {
    position: relative;
    width: 74px;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
}
.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.toggle-btn, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.toggle-btn {
    z-index: 2;
}
.toggle-btn:before, .toggle-btn:after, .toggle-btn span {
    position: absolute;
    top: 4px;
    width: 30px;
    height: 23px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
     line-height: 1; 
    padding: 6px 4px;
    border-radius: 2px;
    transition: 0.3s ease all;
}

.toggle-on-off .toggle-btn span {
    display: inline-block;
    left: 4px;
    color: #4e4e4e;
    z-index: 1;
}

/*.toggle-on-off .toggle-btn:before {
    content: '';
    left: 4px;
    background-color: #03A9F4;
}

.toggle-on-off .toggle-btn:after {
    content: 'NO';
    right: 4px;
    color: #4e4e4e;

}
.layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}
.toggle-on-off .checkbox:checked + .toggle-btn:before {
    left: 40px;
    background-color: #c61132;
}

.toggle-on-off .checkbox:checked + .toggle-btn:after {
    color: #fff;
}

.toggle-on-off .checkbox:checked ~ .layer {
    background-color: #ffe7eb;
}

.toggle-on-off .checkbox:checked + .toggle-btn span {
    color: #4e4e4e;
}*/

.toggle-on-off .toggle-btn:before {
    content: '';
    left: 40px;
    background-color: #c61132;
}

.toggle-on-off .toggle-btn:after {
    content: 'NO';
    right: 4px;
    color: #fff;

}
.layer {
    width: 100%;
    background-color: #ffe7eb;
    transition: 0.3s ease all;
    z-index: 1;
}
.toggle-on-off .checkbox:checked + .toggle-btn:before {
    left: 4px;
    background-color: #03A9F4;
}

.toggle-on-off .checkbox:checked + .toggle-btn:after{
    color: #4e4e4e;
}

.toggle-on-off .checkbox:checked ~ .layer {
    background-color: #ebf7fc;
}

.toggle-on-off .checkbox:checked + .toggle-btn span {
    color: #fff;
}

.toggle-on-off .checkbox:checked ~ .layer {
    background-color: #ebf7fc;
}

.toggle-on-off .checkbox:checked + .toggle-btn span {
    color: #fff;
}

.popup-toggle{
    float:left;
}

.popup-toggle .toggle-btn:before, .popup-toggle .toggle-btn:after, .popup-toggle .toggle-btn span{
    top:3px;
}



.save-button {
    margin: 15px 5px 5px 5px;
    font-size: 16px;
    line-height: 24px;
    background-color: #03A9F4;
    border: 1px solid #03A9F4;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .2s linear;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}
.cancel-button {
    margin: 15px 5px 5px 5px;
    font-size: 16px;
    line-height: 24px;
    background-color: #c6232d;
    border: 1px solid #c6232d;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .2s linear;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}



.full-container{
    max-width:80%!important;
}


@media (max-width:1500px){
    .full-container{
        max-width:95%!important;
    }
}

@media (min-width:769px){
     .cart-table-image {
    text-align: center;
    width:120px;
}
    .cart-table-price {
        width: 170px;
        text-align: right;
    }
    .cart-table-quantity {
    text-align: center;
    width: 1px;
    padding-left: 90px;
}
    .cart-table-total {
    width: 170px;
    text-align: right;
}
    .cart-table-remove {
    width: 1px;
}
}


/*@media screen and (max-width:1800px){
    .cart-page-box{
        width:85%;
        float:right;
    }
    .mmy-search{
        left: -300px;
    }
    .mmy-search-container {
    width: 300px;
}
    
}*/


@media (max-width:1530px){
    .user-table-action{
        width:130px;
    }
}


@media (max-width:1080px){
    .header-search-container{
        width:500px;
    }
    .input-search{
        width:500px;
    }
}


@media (max-width:991px){
  .full-container{
        width:95%!important;
    }
    .mobile-icons{
        display: inline-block;
        line-height: 65px;
        font-size: 35px;
        text-align: right;
        float: right;
        cursor: pointer;
        padding: 0 20px;
        color:#000;
    }
    .mobile-menu-box{
        position: fixed;
        background-color: #fff;
        z-index: 99999;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        right: -300px;
        height: 100vh;
        width: 300px;
        top: 0;
    }
    .menu-overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
    .open-side .menu-overlay {
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
    .mobile-menu-side.open-side .mobile-menu-box{
    right: 0;
}

       .mobile-menu-side.open-side .close-menu{
        display: inline-block;
        float: right;
        padding: 8px 20px;
        font-size: 20px;
        color: #000;
    }
       .mobile-menu-side.open-side .mobile-menu-box h5 {
        display: inline-block;
        padding: 0px 10px;
        font-size: 23px;
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
    }
       .header-menu-container {
            margin: 0;
            border-top: 1px solid #ccc;
            padding-top: 15px;
            border-bottom: 1px solid #ccc;
            padding-bottom: 10px;
        }
       .header-menu{
           height:auto;
           display:inline-block;
           width:100%;
           vertical-align: top;
       }
     .header-menu .menu-item{
         float: none;
         padding: 8px;
        margin-bottom: 10px;
     }
     .header-menu.menu-lh{
         line-height:23px;
     }
     .header-login{
         margin-left: 8px;
         margin-right: 8px;
         float: none;
         line-height:83px;
          display: inline-block;
        width: 100%;
     }
     .header-vertical-separator{
         display:none;
     }
     .header-callto.menu-align-right{
        margin-left: 8px;
        margin-right: 8px;
        float: none;
        line-height: 23px;
        display: inline-block;
        width: 100%;
     }
     .header-logout.menu-align-right{
        margin:8px;
        float: none;
        line-height: 23px;
        display: inline-block;
        width: 100%;
        padding:10px 0;
     }
     .header-search-container{
        display: inline-block;
        width: 480px;
         margin-top: 10px;
         margin: 10px 0 10px 0;
     }
     .input-search{
        width: 440px;
     }
     .header-cart-sec{
        position: relative;
        display: inline-block;
        float: right;
        margin: 10px 0 0px 0;
     }

     .login-card{
         width:90%;
     }

     .product-sidebar{
         width:100%;
         float:none;
         padding-right:0;
     }
     .product-content{
          width:100%;
         float:none;
     }

     .cart-page-box{
         width:100%;
     }
    .header-approve-icons {
        position: relative;
        display: inline-block;
        float: right;
        margin: 10px 0 0px 0;
    }

    .logout-dropdown{
        position: absolute;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .2s,visibility .2s,-webkit-transform .2s;
        transition: opacity .2s,visibility 0s .2s,-webkit-transform .2s;
        transition: transform .2s,opacity .2s,visibility 0s .2s;
        transition: transform .2s,opacity .2s,visibility 0s .2s,-webkit-transform .2s;
        z-index:999;
    }

    .logout-dropdown ul {
        color: #3d464d;
        background: #fff;
        box-shadow: 0 1px 7px rgba(0,0,0,.25);
        list-style: none;
        width: 150px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: .02em;
        font-weight: 500;
    }
    .logout-dropdown ul li {
    display: block;
    padding: 13px 10px;
    border-bottom: 1px solid #000;
    cursor: pointer;
    }
    .logout-dropdown ul li a {
    font-size: 15px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    }
    .logout-dropdown.open{
        opacity:1;
        visibility:visible;
    }

}


/*@media (max-width:768px){
    .header-search{
        height:auto;
    }
    .header-search-container{
        width:100%;
    }
    .input-search{
        width:100%;
    }
    .header-cart-sec{
        display:block;
        text-align:center;
        margin-bottom:10px;
        float:none;
    }

    .login-card .splits{
    display: inline-block;
}
    .login-card .login-wrapper {
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
    background:#f1f2f7;
    box-shadow:0 0 0;
    border-radius:0;
}
    .login-card {
    padding: 5px;
    margin: 0;
    width: 100%;
    display: block;
    background:#f1f2f7;
    box-shadow:0 0 0;
}
    .splits {
    width: 50%;
    background: #fff;
    float: left;
}
    .splits p {
    display: none;
}
    .splits button.active {
    opacity: 1;
    background: #c6232d;
}
    .splits .login-button {
    width: 100%;
    border-radius: 0;
    background: #505050;
    border: 0;
    opacity: .7;
}
    .login-card .login-wrapper .login-box, .login-card .login-wrapper .register-box{
        background:#f1f2f7;
    }
    .login-card .login-wrapper.move {
    left: 0;
}

}*/

@media (max-width:768px){
    .header-search{
        height:auto;
    }
    .header-search-container{
        width:400px;
    }
    .input-search{
        width:100%;
    }
    .header-cart-sec{
        text-align:center;
        margin-bottom:10px;
    }

    .login-card .splits{
    display: inline-block;
}
    .login-card .login-wrapper {
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
    background:#f1f2f7;
    box-shadow:0 0 0;
    border-radius:0;
}
    .login-card {
    padding: 5px;
    margin: 0;
    width: 100%;
    display: block;
    background:#f1f2f7;
    box-shadow:0 0 0;
}
    .splits {
    width: 50%;
    background: #fff;
    float: left;
}
    .splits p {
    display: none;
}
    .splits button.active {
    opacity: 1;
    background: #c6232d;
}
    .splits .login-button {
    width: 100%;
    border-radius: 0;
    background: #505050;
    border: 0;
    opacity: .7;
}
    .login-card .login-wrapper .login-box, .login-card .login-wrapper .register-box{
        background:#f1f2f7;
    }
    .login-card .login-wrapper.move {
    left: 0;
}

    .product-content{
        background:transparent;
    }
    .product-item{
        background:#fff;
    }
    .product-item:hover{
         background:#fff;
         box-shadow:0 0 5px #ccc;
    }

    .part-brand-gallry p{
        display:inline-block;
        padding:0 10px;
    }
    .product-price{
        display:inline-block;
    }
    .product-quantity {
    display: inline-block;
    margin: 0 13px;
}
}



@media (max-width:600px){
    .header-search-container{
        width:300px;
    }
    .cart-title{
        font-size:15px;
    }
}


@media (max-width:470px){
    .header-search-container{
        width:200px;
    }
    .input-search{
        font-size:12px;
    }
    .cart-title{
        font-size:15px;
    }
}

@media (max-width:358px){
    .header-search-container{
        width:150px;
    }
    .input-search{
        font-size:10px;
    }
    .cart-title{
        font-size:12px;
    }
}


/*Invoice*/
.invoice-div {
    border: 1px solid #ccc;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.invoice-box {
    display: inline-block;
    width: 100%;
}

.invoice_logo {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}
.invoice_logo img{
    width:120px;
    border: 0!important;
}

.left-invoice-box {
    width: 49%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.wrap_input {
    
}

.forgot_ps_us {
    display:inline-block;
    margin:10px 10px 0 0px;
    font-size:14px;
}

.invoice-box p {
    font-weight: 500;
    font-family: Roboto;
    margin-bottom: 6px;
    color:#000;
    font-size: 15px;
}

.invoice-box p span{
    font-weight:bold;
}


.title-inoice {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-top: 5px;
    font-weight: 600;
    color: #000!important;
    margin-bottom: 10px;
    font-size: 18px;
}


.invoice-table {
    width: 100%;
}
.invoice-content p{
    margin-bottom:5px;
    line-height:22px;
}

.float-right{
    float:right;
}

.invoice-table-section {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}

.invoice-table tr th {
    background: #f7f7f7;
}

.invoice-table tr th, .invoice-table tr td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align:center;
}

.bold {
    font-weight: 600;
}




/*.header-switcher{
    position:absolute;
    top:100px;
}

.header-switcher .mmy-search-icon{
    width:auto;
}

.header-switcher .mmy-search.active .mmy-search-icon:after{
    content:'';
}
.header-switcher .mmy-search-icon img{
    display:none;
}
.header-switcher .mobile-search-iocns{
    display:block;
}

.header-switcher .mmy-search.active{
    position:static;
}


.header-switcher .mmy-search.active .mmy-search-icon{
    width:auto;
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in;
    line-height:40px;
}




.header-switcher .mmy-search{
    left:auto;
    top:100px;
}

.header-switcher .mmy-search-container {
    position: absolute;
    top: 50px;
    float: none;
    bottom: auto;
    opacity:0;
    visibility:hidden;
    z-index:99;
}

.header-switcher .mmy-search .mmy-search-icon{
    background:transparent;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    line-height:40px;
}
.header-switcher .mmy-search.active .mmy-search-container{
    opacity:1;
    visibility:visible;
}*/



.product-image-gallery .no_img_searchresult{
    cursor:auto;
    width:70%;
}

/*.lg-image{
    border: 1px solid #ccc;
}*/
.lg-image img.no_img_productdetail{
    width: 200px;
    max-width: 100%;    
    margin: 0 auto;
    text-align: center;
    display: block;
    border: 0;
}
.slick-slider .lg-image{
    border: 0px solid #ccc;
}

.table-responsive{
    overflow:auto;
}

.related-image-sec {
    display: inline-block;
    width: 45%;
}
.tabdetail-interchanges {
    display: inline-block;
    width: 52%;
    vertical-align: top;
    margin-left: 20px;
}
.related-image-sec .related-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
   /* height: 400px;*/
}
.related-image-sec .related-image img{
   max-width: 100%;
   max-height: 100%;
}
.shippingprice-div{
    display:inline-block;
    width:100%;
    margin-top:10px;
}

@media (max-width:1440px) {
    .header-vertical-separator {
        margin: 0px 14px 0px 15px;
    }
}
@media (max-width:1200px) {
    .header-section .container {
        width: 95%;
        max-width: 100%;
    }
    .header-login .login-text {
        font-size: 14px;
    }
    .header-menu .menu-item .menu-link {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .header-callto .callto-text {
        font-size: 14px;
    }
}
@media (max-width:1040px) {
    .header-menu .menu-item .menu-link {
        font-size: 13px;
    }
    .header-login .login-text {
        font-size: 13px;
    }
    .header-callto .callto-text {
        font-size: 13px;
    }
    .header-vertical-separator {
        margin: 0px 10px 0px 10px;
    }
}
    /*@media (max-width:769px){
    .product-detail-left{
        width:100%;
    }
    .product-detail-right{
        width:100%;
    }
    .product-inner-wrapper{		
        display:block;		
    }
    .product-img {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-bottom:1px solid #ccc;
    }
    .product-image-gallery{
        margin:0 auto;		
    }		
    .part-brand-img{		
        display:block;		
        margin: 0 auto;		
        width: 100%;		
        border-bottom:1px solid #ccc;		
    }		
    .part-brand-gallry{
        margin:0 auto;
    }
    .product-body {
    display:block;
    width:100%;
}
    .product-body-cart{
        display: block;
         border-top: 1px solid #ccc;
    }
}*/

@media (max-width:991px) {
    .related-image-sec{
        width:100%;
        float:none;
    }
    .tabdetail-interchanges {
        width: 100%;
        margin-left:0px;
    }
    .cart-total-box{
        width:100%;
    }
}

    @media (max-width:769px) {
        .product-detail-left {
            width: 100%;
        }

        .product-detail-right {
            width: 100%;
        }

        .product-inner-wrapper {
            display: block;
        }

        .product-img {
            display: block;
            margin: 0 auto;
            width: 100%;
            border-bottom: 1px solid #ccc;
            height: auto !important;
        }

        .product-image-gallery {
            margin: 0 auto;
            width: 150px;
            position: relative;
            height: 100px;
            display: block;
        }

            .product-image-gallery img {
                height: auto;
            }


        .part-brand-img {
            display: block;
            margin: 0 auto;
            width: 100%;
            border-bottom: 1px solid #ccc;
        }

        .part-brand-gallry {
            margin: 0 auto;
        }

        .product-body {
            display: block;
            width: 100%;
        }

        .product-body-cart {
            display: block;
            border-top: 1px solid #ccc;
            width: 100%;
        }
    }



    .SumoSelect {
        width: 100% !important;
        vertical-align: middle !important;
    }

        .SumoSelect > .CaptionCont {
            background-color: #ffffff !important;
            border-radius: 4px !important;
            border: 1px solid #cccccc !important;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        }

    .SelectBox {
        padding: 4px 8px !important;
    }

    .SumoSelect > .CaptionCont > label > i {
        background: url(../images/chosen-sprite.png) no-repeat 0 7px !important;
        background-position: -18px 7px;
        height: auto !important;
    }

    .SumoSelect > .CaptionCont > span {
        font-family: 'Rubik', sans-serif !important;
        font-weight: 600 !important;
    }

        .SumoSelect > .CaptionCont > span.placeholder {
            font-family: 'Rubik', sans-serif !important;
            font-weight: 600 !important;
            font-size: 16px !important;
            color: #777777 !important;
            font-style: inherit !important;
        }


    .SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
        visibility: visible !important;
        z-index: 99;
    }

        .SumoSelect.open > .search > span, .SumoSelect.open > .search > label > i {
            background-position: -18px 7px !important;
        }

    .SumoSelect.open .search-txt {
        font-family: 'Rubik', sans-serif !important;
        font-weight: 600;
        color: #777777;
    }


    .SumoSelect > .optWrapper > .options li label {
        font-family: "open sans", sans-serif !important;
        color: #555555;
        font-weight: 400;
        text-align: left;
    }

    .SumoSelect > .optWrapper.multiple > .options li.opt span i, .SumoSelect .select-all > span i {
        top: 12px !important;
        bottom: auto !important;
    }

    .SumoSelect > .optWrapper > .options li label {
        text-overflow: inherit !important;
        white-space: inherit !important;
        overflow: visible !important;
        text-align: left;
    }

    .SumoSelect > .optWrapper > .options li.opt:hover {
        background-color: #006ba4 !important;
        background-image: none;
        color: white;
        font-size: 14px;
    }

    .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
        border: 1px solid white !important;
    }


    .SumoSelect > .optWrapper > .options li.opt {
        border-bottom: 1px solid transparent !important;
        font-family: "open sans", sans-serif !important;
        font-size: 14px;
    }

        .SumoSelect > .optWrapper > .options li.opt:hover label {
            color: white !important;
        }

    .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
        background-color: #006ba4 !important;
    }





    .order-history-container {
        background: #fff;
        padding: 0px 20px 20px 20px;
        margin-top: 30px;
    }



    .order-status-section {
        padding: 20px 0;
    }

    .order-status-div {
        border: 1px solid #b42f2b;
        padding: 10px;
        background: #b42f2b;
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }

    .order-status-content {
        padding-top: 10px;
    }

    .order-status-heading {
        color: #fff;
        font-size: 18px;
    }

    .order-full-width {
        width: 100%;
    }

    .jplist .order-accordion .list {
        margin: 0;
    }

    .panel-group {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
    }

        .panel-group .panel {
            background: transparent;
            border-radius: 15px;
        }

    .panel-default > .panel-heading {
        background: #2c2e2f;
        border-color: transparent;
        position: relative;
        border-radius: 15px 15px;
    }


    .panel-title {
        color: #fff;
    }

    .panel-heading {
        cursor: pointer;
    }

    .panel-default {
        border-color: #5e5f61;
    }

        .panel-default.list-item {
            padding: 0;
            border: 0;
        }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-color: #5e5f61;
        }

    .panel-body {
        color: #fff;
    }

    .panel-body-title {
        color: #b42f2b !important;
        font-size: 22px;
        margin-top: 0px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 6px;
        display: inline-block;
        width: 100%;
    }

        .panel-body-title span.print-div {
            float: right;
        }

    .panel-title[aria-expanded=false]:after {
        content: '\f078';
        font-family: "FontAwesome";
        position: absolute;
        right: 10px;
        top: 6px;
        color: #fff;
    }

    .panel-title[aria-expanded=true]:after {
        content: '\f077';
        font-family: "FontAwesome";
        position: absolute;
        right: 10px;
        top: 6px;
        color: #fff;
    }


    .btn-print {
        background-color: #b42f2b;
        border: 1px solid #b42f2b;
        color: #fff;
        font-family: 'Roboto';
        border-radius: 1px;
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        white-space: nowrap;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0 5px;
    }

    .order-table {
        border: 0px solid transparent;
        margin-bottom: 0px;
    }

        .order-table tr td, .order-table tr th {
            border: 0px solid transparent;
        }

        .order-table tr td {
            text-align: left !important;
            font-size: 14px;
            font-weight: 400;
            font-family: 'Roboto';
        }

    .order-table-color tr th {
        border: 1px solid #ccc;
    }

    .order-table-color tr td {
        border: 1px solid #ccc;
    }

    .order-table tr td p {
        margin-bottom: 10px;
        font-family: 'Roboto';
        font-size: 15px;
        color: #000;
    }

    .order-table-color tr th {
        color: #000;
        font-weight: 800;
    }

    .emp-info {
        display: inline-block;
        width: 100%;
        padding: 0;
    }

        .emp-info li {
            display: inline-block;
            width: 50%;
            float: left;
            margin-bottom: 10px;
            color: #000;
        }

    .order-accordion .panel.panel-default {
        width: 100%;
    }


    .order-table-color tr th {
        border: 1px solid #ccc;
        font-family: Roboto;
        color: #000;
        font-weight: 600;
        border-top: 1px solid #ccc !important;
    }

    .order-table-color tr td {
        border: 1px solid #ccc;
        font-family: Roboto;
        font-weight: 400;
        color: #000;
    }

    .content.in {
        display: block;
    }


    @media print {
        section, .alert-popup, .header, .footer, .printable, .section-title {
            display: none;
        }

        .non-printable {
            display: none;
        }

        .order-status-div {
            display: none;
        }

        .jplist .list .list-item {
            margin-top: 0 !important;
        }

        .panel-default {
            border: 0px solid #ccc;
        }

        .invoice_logo {
            margin-bottom: 5px;
        }

        .jplist-panel.box.panel-top {
            display: none !important;
        }

        .panel-heading {
            display: none;
            padding: 0;
        }

        .order-history-container {
            padding: 0;
            margin: 0 auto;
        }

        .print-div {
            display: none;
        }
        /*.printable { display: block;}*/
        .invoice-div {
            display: block;
        }

        .invoice-popup-container {
            max-width: none;
            width: 100%;
            margin: auto;
            top: 0px;
        }

            .invoice-popup-container input[type="button"] {
                display: none;
            }

        .invoice-div {
            max-height: 100%;
            overflow: visible;
        }

        .panel-collapse {
            position: absolute;
            max-width: none;
            width: 100%;
            margin: auto;
            top: 0px;
            background: #fff !important;
        }

        .invoice-div {
            max-height: 100%;
            overflow: visible;
        }

        .panel.panel-default.list-item:not(.print-enable) {
            display: none !important;
        }
    }


    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .contact-title .section-title {
        margin: 15px 0;
    }

    .contact-section {
        /*margin-top:20px;*/
        background: #fff;
        padding: 10px;
        display: inline-block;
        width: 100%;
        box-shadow: 0 0 5px #ccc;
    }


    .left-section {
        width: 25%;
        float: left;
    }

    .right-section {
        width: 75%;
        float: left;
    }

    .map-section {
        border: 1px solid #ccc;
        padding: 10px;
    }

        .map-section #map {
            width: 100%;
            height: 500px;
        }

    .contact-block {
        margin: 10px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        padding: 10px;
    }

    .contact-block-title {
        font-size: 20px;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        color: #000;
        margin-bottom: 10px;
    }

    .contact-block p {
        border-bottom: 1px solid #f1f1f1;
        padding: 10px;
    }

        .contact-block p i {
            padding-right: 10px;
            color: #c6232d;
        }

    @media (min-width: 992px) {
        .modal-lg {
            width: 900px;
        }
    }




    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 2px 5px !important;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        box-shadow: 0 0 0;
        -webkit-box-shadow: 0px 0 0;
        border: 1px solid #ccc;
    }

    .cart-total-wrapper span {
        color: #777 !important;
    }


    .more-detail-item {
        background: #c6232d;
        text-align: center;
        color: #fff;
        width: 110px;
        margin: 0 auto;
        padding: 3px 0;
        display: block;
    }

        .more-detail-item:hover {
            color: #fff;
            text-decoration: none;
        }

    .more-detail {
        position: absolute;
        bottom: -50px;
        width: 100%;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        visibility: hidden;
        left: 0;
    }

    /*.product-body:hover .more-detail {
    position: absolute;
    bottom: 0px;
    width: 100%;
    visibility: visible;
}*/

    .utility-sec {
        /*margin-top:10px;*/
    }

        .utility-sec [class*="col-"] {
            margin-bottom: 20px;
        }

    .utility-box {
        background: #fff;
        box-shadow: 0 0 8px #ccc;
        cursor: pointer;
    }

        .utility-box:hover {
            box-shadow: 0 0 20px #bdbbbb;
        }

    .utility-list-box {
        max-height: 155px;
        overflow: auto;
        display: block;
    }

#overlaypopup_alternate_ship {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    display: none;
    z-index: 101
}


#closepopup_alternate_ship {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #000
}

#overlaypopup_alternate_bill {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    display: none;
    z-index: 101
}


#closepopup_alternate_bill {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #000
}



#divcartTotal .input textarea {
    width: 100%;
    display: block;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    transition: .2s ease-out;
    box-sizing: border-box;
    color: #1b1b1b;
    background: 0 0;
    resize: none;
    height: 52px
}

    #divcartTotal .input input:focus,
    #divcartTotal .input select:focus,
    #divcartTotal .input textarea:focus {
        outline: 0;
        box-shadow: 0 0 10px #b9b9b9;
        background: #fff
    }

.input {
    position: relative
}

.input select {
    width: 100%;
    display: block;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    transition: .2s ease-out;
    box-sizing: border-box;
    font-family: 'Gill Sans MT';
    color: #717171;
    background: 0 0
}




#overlaypopup_alternate_ship {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    display: none;
    z-index: 101
}

#popuppanel_alternate_ship {
    max-width: 600px;
    width: 80%;
    /*max-height: 460px;
    height: 80%;*/
    position: relative;
    background: #fff;
    margin: 20px auto
}

#closepopup_alternate_ship {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #000
}
.alternate_ship_address {
    background: no-repeat;
    color: red;
    margin: 6px 0;
    border: none;
    font-size: 15px !important;
    cursor: pointer;
    text-decoration: underline;
    display: inline-block
}
.popuppanel_alternate_ship_title {
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    color: #000;
    padding: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.popuppanel_alternate_ship_content{
    padding:20px;
}



#overlaypopup_alternate_bill {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    display: none;
    z-index: 101
}

#popuppanel_alternate_bill {
    max-width: 600px;
    width: 80%;
    /*max-height: 460px;
    height: 80%;*/
    position: relative;
    background: #fff;
    margin: 20px auto
}

#closepopup_alternate_bill {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #000
}

.alternate_bill_address {
    background: no-repeat;
    color: red;
    margin: 6px 0;
    border: none;
    font-size: 15px !important;
    cursor: pointer;
    text-decoration: underline;
    display: inline-block
}

.popuppanel_alternate_bill_title {
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    color: #000;
    padding: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.popuppanel_alternate_bill_content {
    padding: 20px;
}

label{
    font-size:14px;
    font-weight:600;
}

@media (max-width:767px) {
    .utility_img {
            text-align: center;
            margin: 0 auto;
            display: block;
        }
    }

    @media (min-width:769px) and (max-width:1600px) {
        .rgstr-btn.splits {
            width: 50%;
        }

        .login-card .login-wrapper.move {
            left: 55%;
        }

        .login-card .splits p {
            width: 80%;
            margin: 10px auto;
        }
    }



    @media (min-width:991px) and (max-width:1600px) {
        .product-sidebar {
            width: 30%
        }
    }



    #Reset_utility_leftpanel {
        color: #c6232d;
        float: right;
        font-size: 14px;
    }

    @media (max-width:991px) {
        .mmy-heavyduty_menu-button {
            margin-bottom: 10px;
        }
    }

    .pagination-container {
        float: none !important;
    }
/* Payment History Page */
.payment-history-table table {
    width: 100%;
    border-collapse: collapse;
}

.data-selection-box {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ccc;
}

.data-group-selection {
    align-items: center;
}

.selection-label {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.data-group-selection .btn {
    padding: 6px 8px !important;
}
.data-group-selection .btn:active, .data-group-selection .btn.active {
    background-color: #c82333;
    color: #fff;
}
.data-group-tab button {
    background: #e9e9e9;
    border: none;
    font-size: 12px;
    font-weight: 500;
    padding: 0px 8px;
    height: 36px;
}

.data-group-tab {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

    .data-group-tab button.active {
        background-color: #c6232d;
        color: #fff;
    }

    .data-group-tab button:hover {
        background-color: #fbdddf;
    }

.data-range-selector {
    display: flex;
    gap: 0px;
    align-items: center;
    font-size:14px;
}

    .data-range-selector h4 {
        font-size: 16px;
        margin: 0px;
        line-height: 16px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
        padding-right: 10px;
    }

.or {
    font-weight: 700;
}

.data-input-field input {
    border: 1px solid #ccc;
    max-width: 160px;
    height: 32px;
    border-radius: 3px;
}


.payment-history-table {
    padding: 20px;
    font-family: 'Roboto', sans-serif;
}

    .payment-history-table #paymentTable {
        background: #fff;
    }

    .payment-history-table thead {
        background: #252525;
        color: #ffffff;
        font-size: 14px;
    }

.excel-download button {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

span.excel-icon {
    display: inline-block;
    width: 25px;
}

.payment-history-table select.custom-select, input.form-control {
    padding: 8px;
    border: 1px solid #ccc !important;
}

    .payment-history-table select.custom-select:focus, input.form-control:focus {
        border: 1px solid #ccc;
        box-shadow: 0px 0px 10px #c6232d4f !important;
    }

.paginate_button.page-item.active a {
    background-color: #252525;
    color: #fff;
    border: 1px solid #252525;
}

@media (max-width:771px) {
    .data-range-selector {
        flex-direction: column;
        flex: 100%;
        align-items: self-start;
    }

    .payment-history-table {
        padding: 10px;
    }
}

/* Footer Style */
ul.footer-menu {
    display: flex;
}
ul.footer-menu li a {
    border-right: 1px solid #fff;
    padding: 0px 10px;
    color: #c6c6c6;
    cursor:pointer;
}
ul.footer-menu li a:hover {
    color: #fff;
    text-decoration:none;
}
ul.footer-menu li:last-child a {
    border-right: none;
    padding-right: 0px;
}
@media (max-width:1024px) {
    .footer-row .float-left, .footer-row .float-right {
        float: none;
        text-align: center;
    }
    ul.footer-menu {
        justify-content: center;
        flex-wrap: wrap;
    }
    .row.footer-row {
        display: flex;
        flex-direction: column-reverse;
    }
    .float-left.copyrights {
        border-top: 1px solid #ccc;
        padding: 5px 0px 0px;
        margin-top: 10px;
    }
}
@media (max-width:771px) {
    ul.footer-menu {
        flex-direction: column;
        gap: 5px;
    }
    ul.footer-menu li a {
        border: none;
    }
}

/* ----  Static Page ---- */
.static-page {
    font-family: 'Open Sans', sans-serif;
}
.static-page-content {
    padding-top: 10px;
}
.static-page h3 {
    font-family: 'Open Sans', sans-serif;
    font-size:24px;
    color:#000;
    font-weight:700;
    margin-bottom:20px;
}
.static-page h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 15px;
}
.static-page h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 15px;
}
.static-page li {
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.static-page li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
}
.static-page-table.shipping-table {
    padding-bottom: 20px;
}
.static-page-table.shipping-table th {
    border-bottom: 1px solid #000;
    text-align: center;
    background-color: transparent;
    color: #616161;
}
.shipping-table table {
    border-collapse: separate;
    border-spacing: 5px; 
}
.static-page .table-content li {
    padding-left: 0px;
    position: relative;
}
.static-page .table-content li:before {
    display:none;
}
.static-page-table td, .static-page-table th {
    padding: 8px;
}
.static-page-table th {
    background-color: #343434;
    color: #fff;
}


/*#popup-savedCards_pan {
    display: none;*/ /* Hidden by default */
    /*position: fixed;*/ /* Stay in place */
    /*z-index: 1;*/ /* Sit on top of other content */
    /*left: 0;
    top: 0;
    width: 100%;*/ /* Full width */
    /*height: 100%;*/ /* Full height */
    /*background-color: rgba(0,0,0,0.7);*/ /* Black overlay with opacity */
/*}

#popup-savedCards {
    background-color: #fefefe;
    margin: 15% auto;*/ /* Center the box vertically and horizontally */
    /*padding: 20px;
    border: 1px solid #888;
    width: 50%;*/ /* Adjust width as needed */
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    text-align: center;
}

#close-popup-btn {
    margin-top: 15px;
    cursor: pointer;
}*/

/* Overlay */
#popup-savedCards_pan {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

/* Popup Card */
#popup-savedCards {
    position: relative;
    max-width: 420px;
    margin: 10% auto;
    background: #ffffff;
    border-radius: 6px;
    padding: 20px 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    font-family: Arial, sans-serif;
}

    /* Header */
    #popup-savedCards h3 {
        margin: 0 0 15px;
        font-size: 18px;
        color: #222;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 10px;
    }

/* Card list */
.card-options {
    margin-bottom: 15px;
}

.card-option {
    display: flex;
    align-items: center;
    padding: 10px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

    .card-option input {
        margin-right: 10px;
    }

    .card-option:hover {
        border-color: #c62828;
        background: #fafafa;
    }

/* Save card checkbox */
#saveCardSection {
    margin: 12px 0;
}

.save-card {
    font-size: 14px;
    color: #444;
}

/* Buttons */
.popup-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
}

.btn-primary {
    flex: 1;
    background: #c62828;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-primary:hover {
        background: #a61f1f;
    }

.btn-secondary {
    flex: 1;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-secondary:hover {
        background: #e9e9e9;
    }

/* Mobile */
@media (max-width: 480px) {
    #popup-savedCards {
        margin: 20% 10px;
    }
}