   /* @font-face {
    font-family: 'Nunito Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('fonts/Nunito Sans Regular'), url('fonts/NunitoSans-Regular.woff') format('woff');
    }
    
    @font-face {
    font-family: 'Nunito Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('fonts/Nunito Sans Bold'), url('fonts/NunitoSans-Bold.woff') format('woff');
    }
    @font-face {
    font-family: 'Nunito Sans ExtraBold';
    font-style



    : normal;
    font-weight: normal;
    src: local('fonts/Nunito Sans ExtraBold'), url('fonts/NunitoSans-ExtraBold.woff') format('woff');
    }
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;800&display=swap');


html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    overflow-x: hidden;
    font-family: 'Nunito Sans', sans-serif;
    color: #2b2a2f;
}
a{
    color:#cc3300;
    text-decoration:none;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.sidebar-inner p {
    font-weight: 800;
    color: #000;
}
.font-p {
    font-weight: 400;
    font-family: 'Nunito Sans Regular';
    font-size: 14px;
}
.no-padd{
    padding:0;
}
.pt-10 {
    padding-top: 10px;}
    
.pt-20 {
    padding-top: 20px;}
        
.pt-30 {
    padding-top: 30px;}
.pb-30 {
    padding-bottom: 30px;}
    
blockquote{
    background: #f9f9f9 ;
    padding-top:30px;
    padding-bottom:30px;
    color: #626067 ;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    border-color:#cc3300 ;
}
.blog-content.detail blockquote{
    background: #f9f9f9 ;
    padding-top:30px;
    padding-bottom:30px;
    color: #626067 ;
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
    border-color:#cc3300 ;
   
    font-style: italic;
}
.sidebar-inner h1 {
    font-family: Nunito Sans ExtraBold;
    font-weight: normal;
    font-size: 20px;
    color: #2b2a2f;
    font-weight: bold;
}
.sidebar-inner h2 {
    font-size: 24px;
    color: #999;
    margin-top: 0px;
    font-weight: 100;
    font-family: Nunito Sans Regular;
}

.sidebar-inner h3 {
/*    font-family: "Nunito Sans Bold";*/
    font-size: 24px;
    color: #C00;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600!important;
}

.sidebar-inner h4 {
    margin-top: 30px;
    font-family: 'Nunito Sans Regular'; font-size: 16px;
}
.sidebar-inner h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.sidebar-inner h6 {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}
.sidebar-inner .tax {
    color: #03A685;
    font-family: "Nunito Sans Bold";
}
.sidebar-inner .subhead {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    font-family: "Nunito Sans Bold";
}
.sidebar-inner p a {
    font-size: 14px;
    color: #999;
    padding-left: 5px;
}
.sidebar-inner p a:hover {
    font-size: 14px;
    color: #C00;
    padding-left: 5px;
}
.divline {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E2E2E2;
    margin-top: 10px;
    padding-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#wrapper{
    width:100%;
    height:auto;
    margin:0;
    padding:0;
    overflow:hidden;
}
.container{
    max-width:1170px;
    margin:0 auto;
    position:relative;
}
#header{
    
}
.top{
    background:#403e72;
}
.welcome{
    color: #1c1c1c;
    font-weight:500;
    float: left;
    padding:5px 0;
}
.homepage-2 .top{
    background:#fff;
}
.homepage-2.gold .top{
    background:#f0f0f0;
}
.top-support{
    margin:0;
    padding:15px 0;
    float:left;
}
.top-support li{
    float:left;
    list-style:none;
    color:#fff;
    font-size:13px;
}
.top-support li:first-child{
    margin-right:17px;
}
.top-support li a{
    color:#fff;
}
.top-support li a i{
    color:#2a2955;
}
.top-support li i{
    font-size:20px;
    color:#2a2955;
    margin-right:10px;
}
.top-support li i, .top-support li span{
    float:left;
}
.top-offers{
    max-width:425px;
    width:100%;
    float:left;
}
.offers{
    max-width:300px;
    border:none;
    background:#464479;
    border-radius:0;
    margin:0 auto;
    font-size:13px;
    color:#fff;
}
.offers .close{
    opacity:10;
    color:#585591;
    text-shadow:none;
}
.offers a:hover{
    color:#fff;
    text-decoration:none;
}
.top-control{
    float:right;
    padding:15px 0;
}
.homepage-2.gold .top-control{
    float:right;
    padding:5px 0;
}
.top-control a{
    color:#fff;
    text-decoration: none;
   transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.homepage-2 .top-control a{
    color:#364a62;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
   transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.homepage-2.gold .top-control a{
    color:#a2855e;
}
.homepage-2.gold .top-control a.call{
    color:#3a342d;
}
.top-control span{
    color:#2a2955;
    margin:0 5px;
}
.homepage-2 .top-control span{
    color:#bdc6d2;
    margin:0 22px;
}
.homepage-2 a.call{
    text-transform: capitalize;
}
.homepage-2 #cat-nav ul li.for-rsch{
    width:100%;
    max-width:320px;
    padding:8px 0;
    padding-left:45px;
}

.for-rsch .side-search {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.top-control a:hover{
    color:#cc3300;
   transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
#believe-nav {
    padding: 10px 0px 0;
}
.homepage-2 #believe-nav{
    padding:15px 0 35px;
}
#believe-nav .navbar-default{
    border:none;
    margin:0;
    border-radius:0;
    min-height:0;
    background:none;
}
#believe-nav .navbar-brand{
    padding:0 15px;
    height:auto;
}
.homepage-2 #believe-nav .navbar-brand h1{
    padding:0 0;
    height:auto;
    color: #364a62;
    margin:0;
    text-transform: uppercase;
    font-weight: 800;
}
.homepage-2.gold #believe-nav .navbar-brand h1{
    color: #3a342d;
}
#believe-nav .navbar-nav>li>a{
    padding-top:5px;
    padding-bottom:5px;
    font-weight:700;
    text-transform:uppercase;
    color:#2b2a2f;
    font-size:13px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.homepage-2 #believe-nav .navbar-nav>li>a{
    padding-top:0px;
    padding-bottom:0px;
    font-weight:700;
    text-transform:uppercase;
    color:#364a62;
    font-size:13px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.homepage-2.gold #believe-nav .navbar-nav>li>a{
    color:#9c9996;
}
#believe-nav .navbar-nav>li{
    padding-left:40px;
}
.homepage-2 #believe-nav .navbar-nav>li{
    padding-left:0px;
}
#believe-nav .navbar-nav.navbar-right>li{
    padding-left:0px;
}
#believe-nav .navbar-nav>li>a i{

    font-size: 24px;
    color: #999;
}
.min-marg {
    padding: 0px 60px;
    /* margin-left: 30px; */
    /* margin-right: 37px; */
}
#believe-nav .navbar-default .navbar-nav>.active>a, #believe-nav .navbar-default .navbar-nav>.active>a:focus, #believe-nav .navbar-default .navbar-nav>.active>a:hover, #believe-nav .navbar-default .navbar-nav a:hover{
    color: #FF0000;
    background-color: #EBEBEB;
}
.homepage-2 #believe-nav .navbar-default .navbar-nav>.active>a, .homepage-2 #believe-nav .navbar-default .navbar-nav>.active>a:focus, .homepage-2 #believe-nav .navbar-default .navbar-nav>.active>a:hover, .homepage-2 #believe-nav .navbar-default .navbar-nav a:hover{
    background:none;
    color:#293b51;

}
.homepage-2.gold #believe-nav .navbar-default .navbar-nav>.active>a, .homepage-2.gold #believe-nav .navbar-default .navbar-nav>.active>a:focus, .homepage-2.gold #believe-nav .navbar-default .navbar-nav>.active>a:hover, .homepage-2.gold #believe-nav .navbar-default .navbar-nav a:hover{
    background:none;
    color:#a2855e;

}
#believe-nav .navbar-default .navbar-nav>.open>a, #believe-nav .navbar-default .navbar-nav>.open>a:focus, #believe-nav .navbar-default .navbar-nav>.open>a:hover{
    background:none;
    color:#cc3300;
}
.homepage-2 #believe-nav .navbar-nav>li.cart-link>a{
    font-size: 18px;
    font-weight: 800;
}
.homepage-2 #believe-nav .navbar-nav>li.cart-link>a i{
    font-size: 20px;
    margin-right:10px;
    color:#6bbfff;
}
.homepage-2.gold #believe-nav .navbar-nav>li.cart-link>a i{
    color:#a2855e;
}
.homepage-2 .navbar-nav{
    margin-top:18px;
}
.homepage-2 #believe-nav .navbar-nav>li span{
    color: #bdc6d2;
}
.homepage-2.gold #believe-nav .navbar-nav>li span{
    color: #9c9996;
}
#believe-nav .navbar-right img{
    float:left;
}
#believe-nav .navbar-right span{
    float:right;
    vertical-align: middle;
    margin-top:3px;
    margin-left:5px;
}
.cat-img-off img { 
margin-top: -15px;
margin-bottom: -10px;}

.dropdown-menu {
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 13px;
    border:none;
    box-shadow:none;
    border-radius: 0;
    
}
.dropdown-menu>li{
    margin-bottom:10px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 700;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}




#cat-nav{
    background-color: none;
    box-shadow:1px 1px 8px rgba(0,0,0, .2);
}
.homepage-2 #cat-nav{
    background:#ffffff;
    border-top:1px solid #f3f5f8;
    border-bottom:1px solid #f3f5f8;
    margin-bottom: 10px;
    width:100%;
}
.homepage-2 #cat-nav ul{
    width:100%;
}
#cat-nav ul{
    margin:0;
    padding:0;
}
#cat-nav ul li{
    list-style:none;
    float:left;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position:relative;
    
}
#cat-nav ul li a{
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    padding: 15px 17px;
    display: block;
    position: relative;
    text-decoration: none;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.homepage-2 #cat-nav ul li a{
    color:#364a62;
    font-size:13px;
    font-weight:700;
    padding:10px 25px;
    display:block;
    position:relative;
    text-decoration:none;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.homepage-2.gold #cat-nav ul li a{
    color:#9c9996;
}
.homepage-2.gold #cat-nav ul li a:hover{
    color:#a2855e;
}
.homepage-2 .search-wid, .homepage-2 .search-wid:focus {
    height: 40px;
    border: 1px solid #f3f5f8;
    box-shadow: none;
    background: #f3f5f8 url(images/srch-2.png) center right no-repeat;
    padding-right:35px;
    border-radius: 0;
    
}
.homepage-2 .side-search .search-wid, .homepage-2 .side-search .search-wid:focus {
    background: #f3f5f8 url(images/srch-2.png) center right no-repeat;
}
.homepage-2 #cat-nav ul li span{
    background: #f1f4f7;
    font-size:13px;
    color: #364a62;
    font-weight:700;
    padding:19px 25px;
    display:block;
    position:relative;
    text-decoration:none;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.homepage-2.gold #cat-nav ul li span{
    background: #fff;
    color: #9c9996;
}
#cat-nav ul li.active a:before, #cat-nav ul li a:hover:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.homepage-2 #cat-nav ul li.active a:before, .homepage-2 #cat-nav ul li a:hover:before{
    display:none;
}
#cat-nav ul li a:hover{
    color:#cc3300;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
#cat-nav ul li:first-child a{
    padding-left:0;
}
#cat-nav ul li{
    border-right:1px solid #fff;
}
.homepage-2 #cat-nav ul li{
    border-right:none;
}
#cat-nav ul li:last-child{
    border-right:none;
}
.srch-form{
    position:absolute;
    right:0;
    top:100%;
    margin-top:30px;
    max-width:450px;
    padding:15px;
    background:#fff;
    z-index: 9;
    display:none;
    border-top:2px solid #cc3300;
}
.srch-form .search-wid{
    border:1px solid #d7d7d7 ;
    border-right:1px solid transparent:
}
.srch-form .search-wid:focus{
    border:1px solid #d7d7d7 ;
    border-right:1px solid transparent:
}
.srch-form .side-search {
    border-bottom: none;
    padding-bottom: 0;
}
.side-search {
    margin-right: 40px;
}

#home-slider{

}

#home-slider .item img{
    width:100%;
    height:auto;
}
.slider-desc{
    position:absolute;
    top:25%;
    left:0;
    z-index:5;
    width:100%;
}
#sect-1 .slider-desc, #sect-2 .slider-desc{
    position:absolute;
    top:auto;
    bottom:0;
    left:0;
    z-index:5;
    width:100%;
    padding:0 40px 60px;
}
.slide-offers-title{
    color:#ffffff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
}
#sect-1 .slide-offers-title, #sect-2 .slide-offers-title{
    color:#ffffff;
    font-size: 47px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: normal;
    float:left;
}
.slide-offers-left{
    float:left;
}
#sect-1 .slide-offers-left, #sect-2 .slide-offers-left{
    float:left;
    width: 100%;
    position: relative;
}
.slide-offers-right{
    float:right;
}
.slide-offers-left .slide-offers-title span{
    color:#cc3300 ;
}
#sect-1 .slide-offers-left .slide-offers-title span, #sect-2 .slide-offers-left .slide-offers-title span{
    color:#fff ;
    font-size: 72px;
    font-weight: 700;
}
.slide-offers-right .slide-offers-title span{
    color:#f666b1 ;
}
.slider-desc p{
    color:#dddde0 ;
    margin:30px 0 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.slider-desc a.btn{
    width:140px;
    height:45px;
    text-decoration:none;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top:12px;
}
#sect-1 .slider-desc a.btn, #sect-2 .slider-desc a.btn{
    width:140px;
    height:45px;
    text-decoration:none;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top:12px;
    float: right;
    bottom: 0;
    position: relative;
    margin-top: 85px;
    color: #2b2531;
}
#sect-1 .slider-desc.blue a.btn, #sect-2 .slider-desc.blue a.btn{
    background: #cc3300;
}
#sect-1 .slider-desc.red a.btn, #sect-2 .slider-desc.red a.btn{
    background: #ee6669;
}
#sect-1 .slider-desc.blue a.btn:hover, #sect-2 .slider-desc.blue a.btn:hover{
    background: #2ca2cf;
}
#sect-1 .slider-desc.red a.btn:hover, #sect-2 .slider-desc.red a.btn:hover{
    background: #d23337;
}

.product-name:hover {
/*box-shadow:1px 1px 8px rgba(0,0,0, .2);*/

}
.product-name span {
    font-family: 'Nunito Sans Regular';
    color: #333;
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
    font-weight: 100;
}
.product-name a {
    /* font-family: 'Nunito Sans Bold'; */
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    font-size: 15px;
    text-align: left;
    margin-top: 0;
    line-height: 12px;
    font-weight: 600;
    text-transform: none;
}
span.product-price {
    color: #000;
    font-size: 11px;
    margin-top: 5px;
      font-family: 'Nunito Sans Bold';
    color: #000;
    font-weight: 800;
}
.star-1{
    margin:0 5px;
}

.prdct-grid{
    margin-bottom:40px;
    min-height:200px;
    text-align: left;
}
.product-listing.grid .prdct-grid{
    margin-bottom:40px;
    min-height:403px;
}
.homepage-1 #cat-nav ul li .to-left a i{
    margin:0;
}
.homepage-1 .prdct-grid{
    min-height:0;
}
.about-page .list-1 li{
    margin-bottom:7px;
}
.services .block-counter li p{
    color:#21708e;
}

#content{}
.home-content{
    
}

.cat-sec-1, .cat-sec-2, .cat-sec-3{
    position:relative;  
    background-color: black;
    margin-bottom: 30px;
}

.cat-offers .cat-sec-3 img:hover {
    opacity: .7;
    
}
.cat-sec-1 .cat-desc, .cat-sec-2 .cat-desc, .cat-sec-3 .cat-desc{
    position:absolute;
    width:100%;
    padding:17px;
}
.cat-inner{
    display:inline-block;
    
}
.cat-sec-1 .cat-desc{
    float:left;
    top:13%;
    left:0;
}
.homepage-2 .cat-sec-1 .cat-desc{
    top:0%;
    padding-top:25px;
    padding-left:25px;
    padding-right:25px;
}
.slide-cat{
    position: relative;
}
.slide-cat .ontop{
    position: absolute;
    padding:4px 35px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    top: 0;
    text-transform: uppercase;
    z-index: 4;
    background: #a2855e;
}
.slide-cat .onbottom{
    position: absolute;
    padding:4px 35px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    z-index: 4;
    background: #a2855e;
}
.homepage-2.gold .cat-sec-1 .cat-desc.all-right{
    text-align: right;
}
.homepage-2.gold .cat-sec-1 .cat-desc .cat-inner{
    max-width:165px;
}
.homepage-2 .cat-sec-1 .cat-desc.fourth{
    text-align: right;
    right:0;
}
.cat-sec-2 .cat-desc{
    top:13%;
    left:0;
}
.cat-sec-3 .cat-desc{
    bottom:0;
    left:0;
    padding-bottom:20px;
}
.cat-sec-2 .cat-desc .cat-inner{
    float:right;
}
.cat-sec-3 .cat-desc{
    text-align:center;
}
.cat-sec-3 .cat-desc .cat-inner{
    text-align:center;
}
.cat-sec-1 .cat-desc .cat-title, .cat-sec-2 .cat-desc .cat-title, .cat-sec-3 .cat-desc .cat-title{
    color:#2a2930 ;
    font-weight: 700;
    text-transform:uppercase;
    line-height: normal;
    font-family: 'Playfair Display', serif;
}
.homepage-2 .cat-sec-1 .cat-desc .cat-title{
    color:#2b2531 ;
    font-weight: 700;
    text-transform:capitalize;
    line-height: normal;
    font-family: 'Nunito Sans Regular', sans-serif;
    font-size: 27px;
    margin-bottom: 25px;
}
.homepage-2 .cat-sec-1 .cat-desc.fourth .cat-title{
    color:#36313c ;
    font-weight: 700;
    text-transform:uppercase;
    line-height: normal;
    font-family: 'Nunito Sans Regular', sans-serif;
    font-size: 75px;
    margin-bottom: 25px;
}
.homepage-2 .cat-sec-1 .cat-desc .white .cat-title{
    color:#fff ;
}
.homepage-2 .cat-sec-1 .cat-desc .price-cut .cat-title{
    color:#16699c ;
    font-weight: 700;
    text-transform:capitalize;
    line-height: normal;
    font-family: 'Nunito Sans Regular', sans-serif;
    font-size: 73px;
    margin-bottom: 25px;
}
.homepage-2 .cat-sec-1 .cat-desc p{
    color:#6d6a70 ;
    font-family: 'Nunito Sans Regular', sans-serif;
    font-size: 15px;
    margin:0 0 60px;
    max-width:190px;
}
.homepage-2 .cat-sec-1 .cat-desc.fourth p{
    margin:0 0 35px;
}
.homepage-2 .cat-sec-1 .cat-desc .white p{
    color:#fff ;
}
.cat-sec-1 .cat-desc .btn, .cat-sec-2 .cat-desc .btn, .cat-sec-3 .cat-desc .btn{
    width:118px;
    height:35px;
    font-size: 16px;
    text-transform:uppercase;
}
.homepage-2 .cat-sec-1 .cat-desc .btn{
    border:none;
    padding:0;
    text-align: left;
    height:auto;
}
.homepage-2 .cat-sec-1 .cat-desc .white .btn{
    border:none;
    padding:0;
    text-align: center;
    height:auto;
    background: #fffd79;
    padding-top:10px;
    padding-bottom:10px;
}
.homepage-2.gold .cat-sec-1 .cat-desc .btn{
    border:none;
    height:auto;
    background: #a2855e;
    padding-top:6px;
    padding-bottom:6px;
    text-align: center;
    color: #fff;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
}
.homepage-2.gold .cat-sec-1.wht .cat-desc .btn{
    border:none;
    height:auto;
    background: #ece7df;
    padding-top:6px;
    padding-bottom:6px;
    text-align: center;
    color: #3b352e;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
}
.homepage-2.gold .cat-sec-1 .cat-desc .btn:hover{
    
    background: #855e29;
    
}
.homepage-2.gold .cat-sec-1.wht .cat-desc .btn:hover{
    
    background: #e9d6b9;
    
}
.homepage-2 .cat-sec-1 .cat-desc.fourth .btn{
    border:none;
    padding:0;
    text-align: center;
    height:auto;
    background: #36313c;
    padding-top:10px;
    padding-bottom:10px;
    color: #fff;
}
.homepage-2 .cat-sec-1 .cat-desc .white .btn:hover{
    color: #2a2930;
    background: #f7f300;
}
.homepage-2 .cat-sec-1 .cat-desc.fourth .btn:hover{
    color: #fff;
    background: #130f18;
}
.cat-sec-1 .cat-desc .cat-title {
    margin-bottom:30px;
}
.cat-sec-2 .cat-desc .cat-title {
    margin-bottom:17px;
}
.cat-sec-3 .cat-desc .cat-title{
    margin-bottom:25px;
}
.cat-sec-1 .cat-desc .cat-title{
    font-size: 64px;
}
.cat-sec-2 .cat-desc .cat-title{
    font-size: 46px;
}
.cat-sec-3 .cat-desc .cat-title{
    font-size: 38px;
}
.cat-sec-1 .cat-desc .cat-title span, .cat-sec-2 .cat-desc .cat-title span, .cat-sec-3 .cat-desc .cat-title span{
    color:#79797f  ;
    font-weight: 400;
    font-size:30px;
    display:block;
    text-transform:capitalize;
    line-height: normal;
}
.homepage-2 .cat-sec-1 .cat-desc .cat-title span{
    color:#36313c  ;
    font-weight: 300;
    font-size:35px;
    display:block;
    text-transform:capitalize;
    line-height: normal;
}
.homepage-2.gold .cat-sec-1 .cat-desc .cat-title span{
    color:#1c1c1c  ;
    font-weight: 600;
    font-size:14px;
    display:block;
    text-transform:uppercase;
    line-height: normal;
    margin-bottom: 6px;
}
.homepage-2 .cat-sec-1 .cat-desc.fourth .cat-title span{
    color:#36313c  ;
    font-weight: 700;
    font-size:37px;
    display:block;
    text-transform:capitalize;
    line-height: normal;
}
.homepage-2 .cat-sec-1 .cat-desc .cat-title strong{
    color:#36313c  ;
    font-weight: 700;
    font-size:45px;
    display:block;
    text-transform:capitalize;
    line-height: normal;
}
.homepage-2.gold .cat-sec-1 .cat-desc .cat-title{
    color:#a2855e  ;
    font-weight: 800;
    font-size:30px;
    display:block;
    text-transform:uppercase;
    line-height: 28px;
    margin-bottom: 20px;
}
.homepage-2.gold .cat-sec-1.wht .cat-desc .cat-title{
    color:#fff  ;
    font-weight: 800;
    font-size:30px;
    display:block;
    text-transform:uppercase;
    line-height: 28px;
    margin-bottom: 20px;
}
.cat-sec-3 .cat-desc .cat-title span{
    font-size: 22px;
    font-family: 'Playfair Display', serif;
    text-transform:uppercase;
}
.newest {
    padding-top: 0px;
}
.newest h4 {

    padding-bottom: 20px;
    color: #000;
    font-weight: 800;
}
.newest-content {
    padding-top: 0px;
    padding-bottom:30px;
     margin-bottom:70px;
        border-bottom-width: 1px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #d7d7d7; 
}
.newest-content{
    text-align:center;
}
.newest-content .newest{
    display:inline-block;
}
.nav-tabs.newest{
    border:none;
    margin-bottom:40px;
}
.nav-tabs.newest>li{
    margin-right:30px;
}
.nav-tabs.newest>li:last-child{
    margin-right:0px;
}
.nav-tabs.newest>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
}
.nav-tabs.newest>li.active>a, .nav-tabs.newest>li.active>a:focus, .nav-tabs.newest>li.active>a:hover{
    color: #2b2a2f;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #cc3300;
    font-weight: bold;    
}
.nav-tabs.newest>li>a:hover{
    background:none;
    border:none;
    border-bottom: 2px solid #cc3300;
}
.product-fade-wrap:hover {
    position: relative;
    /* border: 1px solid #dfd7d7;
   box-shadow: 1px 1px 4px 4px rgb(237 235 235 / 70%);*/
}



.product-fade-wrap:after{
    content:"";
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#000;
    padding-bottom:15px;
    opacity:0;
    transition:all .3s ease;
    -moz-transition:all .3s ease;
    -webkit-transition:all .3s ease;
    
}
.product-fade:hover .product-fade-wrap:after{

    transition:all .3s ease;
    -moz-transition:all .3s ease;
    -webkit-transition:all .3s ease;
}
.product-fade-ct{
    position:absolute;
    margin:0 auto;
    left:0;
    right:0;
    top:0;
    z-index:1;
    opacity:0;
    transition:all .3s ease;
    -moz-transition:all .3s ease;
    -webkit-transition:all .3s ease;
    width:100%;
}

.product-fade:hover .product-fade-ct{
    opacity:10;
}
.product-fade-wrap img {
    width: 100%;
    height: auto;
    padding: 0px;
}
.product-fade-ct{
    text-align:left;
}
.bullets{
    height:6px;
    width:6px;
    display:block;
    background:#a2a0a6 ;
    border-radius:50%;
}
.product-fade-control .owl-item{
    width:auto !important;
    cursor: pointer;
    
}
.product-fade-control .item{
    margin:0 3px;
}
.product-fade .synced .item .bullets{
    background:#48474a ;
}

.to-right{
    float:right;
    width:46px;
}
.to-left{
    float:left;
    
}
.to-left a{
    padding:10px 13px;
    border-radius:50%;
    background: #DD5454;
    display:block;
    margin-bottom:10px;
    color:#ffffff;
    font-size: 14px;
    text-align: center;
}
.to-left a:hover{
    background: #000 ;
}
.product-fade-control{
    padding:10px;
    position:relative;
}
.btn-to-cart{
    background: rgba(241, 89, 89, .9);
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding:8px ;
}
.btn-to-cart, .btn-to-cart span{
    float:left;
}
.btn-to-cart:hover{
    color: #fff;
    background: rgba(143, 22, 22, .8);
}

.bag{
    width:16px;
    height:18px;
    display:block;
    background: url(images/bag-white.png) no-repeat;
    margin-right:10px;
}




.content-offers{
    min-height: 490px;
    width: 100%;
   /* background: url(images/bg-offers.jpg) no-repeat left center;*/
    margin-bottom: 50px;
   
}
.ct-offers{
    max-width:435px;
    float:right;
    text-align:left;
    padding-right:30px;
    margin-top:150px;
}
.ct-offers p{
    margin:30px 0;
    font-size:20px;
    color: #1f1e38 ;
    line-height: 36px;
}
.ct-offers .btn{
    font-family: 'Nunito Sans Bold';
    width:235px;
    height:50px;
    text-transform: uppercase;
    padding-top:15px;
    border-radius: 0;
    font-size: 13px;
}
.ct-offers-title {
    /* font-family: 'Nunito Sans Bold'; */
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.brands{
}
.homepage-2 .brands{
    margin-bottom: 60px;
}
#brand-carousel .item{
    text-align: center;
}

#brand-carousel .item img{
    display:inline-block;
    padding:0 2px;
}
.brands-inner{
    border-bottom:1px dashed #d7d7d7;
    padding:40px 0;
    border-top:1px dashed #d7d7d7;
}
.homepage-2 .brands-inner{
    border-bottom:1px solid #ebedef;
    padding:40px 0;
    border-top:1px solid #ebedef;
}
.homepage-2.gold .brands-inner{
    border-bottom:1px solid #ebedef;
    padding:0px 0;
    border-top:1px solid #ebedef;
}
.brand-title{
    text-align: center;
    margin-bottom: 30px;
    
}

.homepage-2 .brand-title{
    text-align:center;
    margin-bottom:30px;
    margin-top:75px;
}
.brand-title span{
    border-bottom: 2px solid #cc3300;
    font-family: 'Nunito Sans Bold';
    font-size: 18px;
    text-transform: uppercase;
    
    display:inline-block;
    padding-bottom:10px;
}
.homepage-2 .brand-title span{
    border-bottom: none;
    font-weight:700;
    font-size: 24px;
    text-transform: uppercase;
    color: #36313c;
    display:inline-block;
    padding-bottom:0;
}
.homepage-2.gold .brand-title span{
    color: #3a342d;
}
#brand-carousel-2{
    text-align: center;
}
.homepage-2.gold #brand-carousel-2{
    margin:0 0 -5px;
}
#brand-carousel-2 ul{
    margin:0;
    padding:0;
    display:inline-block;
    width: 100%;
}
#brand-carousel-2 ul li{
    list-style: none;
    float:left;
    text-align: center;
    padding:0 5px;
    border-left:1px solid #ebedef;
    border-right:1px solid #ebedef;
    display: block;
}
#brand-carousel-2 ul li:first-child{
    border-left:none;
    border-right:none;
}
#brand-carousel-2 ul li:last-child{
    border-right:none;
    border-left:none;
}
.rec-blog-inner{
    padding-top:40px;
    padding-bottom:60px;
}
.homepage-2.gold .rec-blog-inner{
    padding-bottom:127px;
}
.homepage-2.gold .rb-sect-1 .blog-ct-title, .homepage-2.gold .rb-sect-1 .blog-ct-title a {
    color: #3a342d;
    font-size: 20px;
    text-align: left;
    margin-top: 20px;
    line-height: 23px;
    padding: 0 0;
    font-family: 'Nunito Sans Bold';
}
.blog-title{
    margin-bottom:30px;
}
.blog-ct{
    margin-bottom:30px;
}
.blog-title span{
    border-bottom: 2px solid #cc3300;
    font-weight:700;
    font-size: 13px;
    text-transform: uppercase;
    
    display:inline-block;
    padding-bottom:10px;
}

.blog-ct-title{
    color: #2b2a2f;
    font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
    
    text-transform: uppercase;
    font-family: 'Nunito Sans Bold';    
}
.blog-ct-title a {
    color: #2b2a2f;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    color: #2b2a2f;
    font-weight: bold;
}
.blog-ct-title span{
    color: #808080;
    padding-top: 10px;
    text-align: justify;
    text-transform: none;
    display: block;
    font-family: 'Nunito Sans Regular';    
    font-size: 14px;
}
.homepage-2.gold .rb-sect-1 .blog-ct-title span{
    color:#a2855e; 
    text-transform: uppercase;
    display:block;
    text-align: left;
    margin-top: 30px;
    font-size: 13px;
    font-weight: 700;
}
.rb-sect-1{
 margin-bottom: 25px;
}



.page-title{
    background:#f9f9f9 url(images/shoebg.jpg) top center no-repeat;
    background-size: cover;
    min-height:140px;
}
.page-title.type-2{
    background:#f9f9f9 url(images/banner-bg-2.jpg) top center no-repeat;
    min-height:248px;
}
.page-title h3{
    text-transform: uppercase;
    color: #FFF;
    font-family: "Nunito Sans Bold";
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
}
.page-title-inner{
    padding-top:35px;
    padding-bottom:5px;
}
.page-title.type-2 .page-title-inner{
    padding-top:105px;
    padding-left:45px;
    padding-right:45px;
    padding-bottom:5px;
}
.breadcumb{
    font-size: 12px;
    color: #333;
}
.breadcumb span{
    color: #C00;
    font-size: 13px;
    font-family: 'Nunito Sans Bold';
}
.breadcumb a {
    font-size: 12px;
    color: #333;
    font-family: 'Nunito Sans Regular';
}
.breadcumb a:hover{
    color: #C00;
}
.faq-page, .shortcode{
    padding-top:90px;
    padding-bottom:110px;
   
}
.about-page{
    padding-top:90px;
    padding-bottom:70px;
}
.about-page h3, .faq-page h3, .shortcode h3{
    text-transform: uppercase;
    font-weight: 700;
    margin:0;
    margin-bottom:40px;
    font-size:18px;
}
.about-page .ct-desc h3, .about-page .ct-form h3{
    font-size: 18px;
}
.about-page .post-content h4{
    font-weight: 500;
    margin:0;
    font-size: 24px;
    line-height: 32px;
    color:#292828;
    margin-bottom:45px;
}
.about-page .post-content h4 span{
    color:#cc3300;
}
.about-ct{
    border-bottom:1px dashed #d7d7d7;
    padding-bottom:70px;
}
.about-page p{
    color:#7b7a7d;
    font-size:14px;
    line-height: 24px;
}
.about-page .loc-det p{
    color:#2b2a2f;
    font-size:14px;
    line-height: 24px;
    font-weight: 600;
}
.list-1{
    margin:0;
    margin-top:36px;
    padding:0;
    padding-left:15px;
}
.list-1 li{
    list-style-image: url(images/list-1.png);
    color:#6a6a6c;
    font-size:14px;
    font-weight: 500;
    line-height: 24px;
}
.services{
    padding-top:60px;
    border-top:1px dashed #d7d7d7;
    display:block;
}

.services h3{
    text-transform: uppercase;
    font-weight: 700;
    margin:0;
    margin-bottom:40px;
    text-align:center;
}

.short-desc{
    max-width:750px;
    margin:0 auto;
    text-align: center;
    color:#7b7a7d;
    line-height:24px;
    margin-bottom:70px;
}

.services h4{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
}
.services h4 i{
    font-size: 24px;
    margin-right:5px;
    color:#515054;
}
.services p{
    line-height: 24px;
    color:#7b7a7d;
    font-size: 14px;
    margin-bottom:70px;
}

.counter{
    margin-top:125px;
    background:#cc3300;
    padding:50px 0;
    margin-bottom:50px;
}
.block-counter{
    margin:0;
    padding:0;
}
.block-counter li{
    list-style:none;
    float:left;
    max-width:33.333%;
    width:100%;
    padding:15px;
    text-align:center;
    border-left:1px solid #5dbfe5;
}
.block-counter li:first-child{
    border:none;
}
.block-counter li p{
    color:#fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    max-width:285px;
    text-align:center;
    margin:0 auto;
    margin-bottom:45px;
}
.conut-title{
    font-size:18px;
    color:#fff;
    margin-bottom:30px;
    text-transform: capitalize;
}
.count-stat i,.count-stat span {
    display:block;
    color:#fff;
}
.count-stat i{
    font-size:60px;
    margin-bottom:30px;
}
.count-stat span{
    font-size:72px;
    margin-bottom:30px;
}
.team{
    /*border-top:1px dashed #d7d7d7;*/
    padding-top:75px;
}
.team h3{
    text-transform: uppercase;
    font-weight: 700;
    margin:0;
    margin-bottom:25px;
    text-align:center;
}
.team img{
    margin-bottom:30px;
}
.team-desc{
    padding:0;
    margin:0;
}
.team-desc li{
    list-style: none;
    line-height:24px;
    font-weight: 700;
    margin-bottom:20px;
    text-transform: uppercase;
}
.team-desc li span{
    display:block;
    color: #7b7a7d;
    font-weight: 400;
    text-transform: capitalize;
}
.team-block{
    margin-bottom:140px;
}

.buy-on-page{
    background:#403e72;
    padding:40px 45px;
    margin-bottom:125px;
}
.buy-on-page h1{
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    float:left;
    margin:0;
    padding:0;
    text-transform: uppercase;
}
.buy{
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    width:100%;
    max-width:253px;
    float:right;
    padding:18px 45px;
    text-align:center;
    text-transform: uppercase;
    background:#cc3300;
    border-radius:3px;
    text-decoration: none;
    height:60px;
}
.buy:hover{
    color: #fff;
    text-decoration: none;
    background: #DF1E04;
}

.blog{
    padding-top: 20px;
}
.blog-image{
    position: relative;
    margin-bottom: 45px;
}
.blog-image img{
    border-radius: 3px;
    
}
.blog-post-title{
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    font-size:26px;
    margin-bottom: 25px;
}
.blog-post-title a{
    color: #2b2a2f ;
    text-decoration: none;
}
.blog-post-title a:hover{
    color: #cc3300 ;
}
.blog-meta{
    font-weight: 600;
    color: #a4a4a4;
}
.blog-meta span{
    margin:0 15px;
}
.blog-meta a{
    color: #a4a4a4;
    text-decoration:none;
}
.blog-meta a:hover{
    color: #cc3300;
}
.blog-content{
    padding-bottom: 140px;
}
.blog-content p{
    font-weight: 300;
    color: #626067;
    font-size: 16px;
    margin-top:30px;
    margin-bottom:45px;
    line-height: 27px;
}
.blog-content .btn-blue{
    height:45px;
    width:125px;
    padding-top:12px;
}
.blog-block{
    
}
.blog-content .detail {
    border: 1px solid #E4E4E4;
    margin: 15px 0px 0px -15px;
    padding: 0px;
    /* margin: 15px; */
    /* width: 350px; */
    height: 378px;
    padding: 36px;
    line-height: 100px;
    text-align: center;
    /* border: 1px solid red; */
}
.resize_fit_center {
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
.blog-block .inner{
    /*border-bottom:1px dashed #d7d7d7;*/
    padding-bottom:20px;
    margin-bottom:50px;
}
.blog-image i{
    position:absolute;
    left:0;
    font-size:30px;
    padding:20px 20px;
    background:#cc3300 ;
    border-radius:3px;
    color:#fff;
    
}
.blockquote-post{
    position: relative;
}
.blockquote{
    border:none;
    padding:100px 80px;
    background:#cc3300 ;
    position:relative;
   
    font-size: 20px;
    color:#fff;
    line-height: 38px;
    font-weight: 300;
    border-radius:3px;
}
.blockquote span{
    display:block;
    font-family: 'Nunito Sans Regular', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top:30px;
}
.blockquote-post i{
    position:absolute;
    left:0;
    font-size:30px;
    padding:20px 20px;
    background:#3fa7cf;
    border-radius:3px;
    color:#fff;
    z-index: 2;
    
}
.pag-center{
    text-align:center;
}
.pagination.believe-pag>li:first-child>a, .pagination.believe-pag>li:first-child>span, .pagination.believe-pag>li:last-child>a, .pagination.believe-pag>li:last-child>span{
    border-radius:3px;
}

.pagination.believe-pag>li>a, .pagination.believe-pag>li>span{
    margin-right:10px;
    padding:10px 17px;
    border-radius:3px;
    font-weight:700;
    font-size: 14px;
    color:#fff;
    border:none;
    background:#2b2a2f ;
}
.pagination.believe-pag>.active>a, .pagination.believe-pag>.active>a:focus, .pagination.believe-pag>.active>a:hover, .pagination.believe-pag>.active>span, .pagination.believe-pag>.active>span:focus, .pagination.believe-pag>.active>span:hover, .pagination.believe-pag>li>a:hover, .pagination.believe-pag>li>a:focus{
    background: #cc3300 ;
    color:#fff;
}
.pagination.pag-2, .pagination.pag-1{
    float:left;
}

.pagination.pag-2{
    margin-left:80px;
}
.pagination.pag-2.pager, .pagination.pag-1.pager{
    float:left;
    margin-left:0;
}
.search-wid {
    height: 40px;
    min-width: 400px;
    border: 1px solid #f9f9f9;
    box-shadow: none;
    background: #f9f9f9;
}
.btn-side-serach{
    font-size: 18px;
    color:#fff;
    background: #ccc ;
    padding-left:20px;
    padding-right:20px;
    width: 40px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;    
}
.btn-side-serach:hover {
    color: #CC3300;
    background: #333;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.search-widget h4, .side-recent h4, .side-last h4, .blog-side-cat h4, .blog-side-tag h4, .side-recent-prdct h4, .side-top-prdct h4, .side-range-slider h4{
    margin:0;
    font-size: 20px;
    font-weight: 700;
    color:#2b2a2f ;
    margin-bottom:25px;
    text-transform: uppercase;
}


.side-recent, .side-last, .blog-side-cat{
    border-bottom:1px dashed #d7d7d7;
    padding-bottom:15px;
    margin-bottom: 45px;
}
.side-range-slider{
    border-bottom:1px dashed #d7d7d7;
    padding-bottom:50px;
    margin-bottom: 45px;
}
.side-recent h5, .side-last h5{
    font-size: 16px;
    font-weight: 700;
    
    margin:0;
    text-transform: uppercase;
    margin-bottom:10px;
}
.side-recent h5 a, .side-last h5 a{
    color: #2b2a2f;
    text-decoration: none;
    font-size:14px;
}
.side-recent h5 a:hover, .side-last h5 a:hover{
    color: #cc3300 ;
}
.side-recent p, .side-last p{
    color:#626067;
}
.side-recent .meta, .side-last .meta{
    font-size: 13px;
    font-weight: 600;
    color: #a4a4a4 ;
    margin:0;
    margin-bottom:10px;
    text-transform: uppercase;
}
.side-recent .meta a, .side-last .meta a{
    color: #a4a4a4 ;
    margin-right:15px;
    text-decoration: none;
}
.side-recent .meta a:hover, .side-last .meta a:hover{
    color: #cc3300 ;
}
.side-recent img, .side-last img{
    margin-bottom:10px;
    border-radius:3px;
}
.side-recent-ct, .side-last-ct{
    margin-bottom: 30px;
}
.side-recent-ct .col-md-8, .side-last-ct.col-md-8 {
    padding-left:0;
}
.blog-cat-list {
    padding-left: 15px;
    list-style: none;
}
.grid-listing {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: px;
    height: 300px;
    padding: 10px 0 0 10px;
  
}
.padding-space {
    padding: 0px 10px;
}
.item-listing {
    width: 230px;
    margin: 0 10px 10px 0;
}
/*.active.item-listing {
  outline: 5px solid black;
}*/

.blog-cat-list li{
    list-style-image: url(images/list-2.png);
    margin-bottom:25px;
}
.blog-cat-list li a{
    font-size: 13px;
    color:#2b2a2f ;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;

}
.blog-cat-list li a:hover{
    color:#cc3300 ;
}
.blog-side-tag a{
    padding:8px 15px;
    background: #f9f9f9 ;
    color:#a4a4a4;
    text-decoration: none;
    text-transform: uppercase;
    display:inline-block;
    margin-right:10px;
    border-radius: 3px;
    font-weight: 700;
    margin-bottom:10px;
    font-size: 13px;
    
    
}
.blog-side-tag a:hover{
    background: #cc3300  ;
    color:#fff ;
}
.sub-title{
    margin:0;
    font-weight: 700;
    text-transform: uppercase;
    color:#2b2a2f ;
    margin-bottom:15px;
}
.sub-title-lvl-2{
    margin:0;
    font-weight: 700;
    text-transform: uppercase;
    color:#2b2a2f ;
    margin-bottom:15px;
    font-size: 20px;
}
.align-left, .align-right{
    margin-bottom:30px;
}
.align-left p, .align-right p {
    margin-top: 0px;
    margin-bottom: 15px;
}

.base-list{
    margin:0;
    padding-left:15px;
}
.base-list li{
    color:#626067 ;
    font-size:16px;
    font-weight: 300;
    line-height:27px;
    margin-bottom:5px;
}
.full-text{
    margin-top:20px;
}
.author{
    margin-top:70px;
}
.author-block{
    background: #eaf6fa ;
    padding:30px;
    margin-bottom:80px;
    
}
.author-name{
    margin-top: 10px;
}
.author-name h3{
    float:left;
    font-size:18px;
    font-weight: 700;
    margin:0;
}
.author-name .btn-purple{
    text-transform: uppercase;
    float:right;
}
.author-date{
    font-weight: 600;
    color:#2b2a2f ;
    font-size: 14px;
    margin-left:8px;
    float: left;
}
.author-block p{
    margin:0;
    font-size:14px;
    margin-top:25px;
    
}
#comment-sec{
    margin-bottom:130px;
}
#comment-sec .media{
    margin-bottom:35px;
    margin-top:0px;
}
#comment-sec .btn-purple{
    float:none;
    text-transform: uppercase;
    font-weight: 700;
}
#comment-sec .media-heading{
    font-size:16px;
    font-weight: 700;
    color:#2b2a2f ;
}
#comment-sec .media-heading span{
    font-size:13px;
    font-weight: 600;
    margin-left:13px;
}
#comment-sec p {
    font-weight: 300;
    color: #626067;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 27px;
}
#comment-sec .media-body .media{
    margin-top:35px;
    margin-bottom:0px;
}
#comment-sec .media-left, .media>.pull-left{
    padding-right:20px;
}
.comment{
    margin-bottom:53px;
}
.comment-form input, .comment-form input:focus{
    max-width:458px;
    height:45px;
    box-shadow:none;
    border:2px solid #e9edef ;
}
.comment-form textarea, .comment-form textarea:focus{
    max-width:555px;
    width:100%;
    height:135px;
    box-shadow:none;
    border:2px solid #e9edef ;
}
.comment-form label{
    font-weight:300;
    color:#2b2a2f ;
    font-size: 16px
}
.comment-form .btn-blue{
    width:145px;
    height:45px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 12px;
}


.faq-main-desc, .shortcode-main-desc{
    border-bottom:1px dashed #d7d7d7;
    padding-bottom:45px;
    margin-bottom:45px;
}
.faq-main-desc{
    padding-bottom:0px;
}
.shortcode-main-desc p{
    margin:0;
    padding:0;
    color: #626067 ;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}
.faq-page .sub-title{
    margin:0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:15px;
    font-size: 16px;
    margin-bottom: 0;
}

.faq-page p{
    line-height: 26px;
    font-size: 16px;
    color: #7b7a7d ;
    margin-bottom:45px;
}
.faq-page .panel-default>.panel-heading{
    background: none;
    box-shadow: none;
    padding-left:0;
    padding-right:0;
    border: none;
    padding-bottom: 20px
}
.faq-page .panel-default{
    box-shadow: none;
    padding-left:0;
    padding-right:0;
    border: none;
    border-radius: 0;
    border-bottom:1px dashed #d7d7d7;
}

.faq-page .panel-default>.panel-heading+.panel-collapse>.panel-body{
    padding-left:0;
    padding-right:0;
    border: none;
}


.shortcode-features h1, .shortcode-features h2, .shortcode-features h3, .shortcode-features h4, .shortcode-features h5, .shortcode-features h6{
    color:#2b2a2f ;
    font-weight: 700;
    margin-bottom:35px;
    margin-top:0;
    text-transform: uppercase;
}

.shortcode-features p{
    line-height: 26px;
    font-size: 16px;
    color: #7b7a7d ;
    margin-bottom:45px;
}
.shortcode-features.heading p{
    margin-bottom:80px;
}


.shop-page{
    padding-top:50px;
    padding-bottom:150px;
}
.shop-control{
    padding-bottom:30px;
    margin-bottom:40px;
    border-bottom:1px dashed #d7d7d7;
}
.shop-control .right{
    float:right;
    max-width:285px;
    width:100%;
}
.show-count{
    float:left;
    font-size:13px;
    font-weight: 700 ;
    text-transform: uppercase;
    color: #747475 ;
    margin-top:12px;
}
.shop-control .right .view-opt{
    float:right;
}
.shop-page.sing .shop-control .right .view-opt{
    float:left;
    max-width:195px;
}
.shop-control label{
    font-size:13px;
    font-weight: 700 ;
    text-transform: uppercase;
    color: #747475 ;
    float:left;
    margin-top:15px;
    margin-right:13px;
}
.shop-control .right .view-opt a{
    font-size:22px;
    padding:2px 0;
    border:2px solid #eeeeee ;
    color:#eeeeee ;
    display:block;
    float:left;
    width:38px;
    text-align:center;
}
.shop-control .right .view-opt a.v-1{
    margin-right:-2px;

}
.shop-control .right .view-opt a.active, .shop-control .right .view-opt a:hover{
    color:#cc3300 ;
    border-color:#cc3300 ;
    z-index:2;
    position: relative;
}
.product-listing{
    /*border-bottom:1px dashed #d7d7d7;*/
    padding-bottom:35px;
}


.product-listing .product-name{
    text-align:left;
    padding:0;
    margin-top:20px;
}
.product-listing.grid .star-1{
    display:inline-block;
    margin:6px 0;
}
.product-listing.grid .prdct-grid{
    text-align:center;
}
.product-listing.grid .product-name{
    text-align:center;
    padding:0;
    margin-top:20px;
}
.product-listing .star-1{
    margin-left:0;
    margin-bottom:35px;
    margin-top:10px;
}
.product-listing .product-price{
    margin-top:0px;
    margin-bottom:24px;
}
.product-srt-dsc p{
    color:#747475;
    font-size: 14px;
    margin:0;
    line-height:24px;

}
.prdct-list{
    margin-bottom:30px;
}
.product-pagination{
    text-align:center;
    margin-top:0px;
}
.product-pagination .pagination.believe-pag>li:first-child>a, .product-pagination .pagination.believe-pag>li:first-child>span, .product-pagination .pagination.believe-pag>li:last-child>a, .product-pagination .pagination.believe-pag>li:last-child>span, .product-pagination .pagination.believe-pag>li>a, .product-pagination .pagination.believe-pag>li>span{
    border-radius:0;
    background:#fcfcfc ;
    border:2px solid #ededed ;
    color:#868687 ;
}
.product-pagination .pagination.believe-pag>.active>a, .product-pagination .pagination.believe-pag>.active>a:focus, .product-pagination .pagination.believe-pag>.active>a:hover, .product-pagination .pagination.believe-pag>.active>span, .product-pagination .pagination.believe-pag>.active>span:focus, .product-pagination .pagination.believe-pag>.active>span:hover,  .product-pagination .pagination.believe-pag>li>a:hover, .product-pagination .pagination.believe-pag>li>a:focus {
    color:#cc3300 ;
    border-color:#cc3300 ;
}
.product-pagination .pagination.believe-pag>li.active>span{
    color:#cc3300 ;
    border-color:#cc3300 ;
}
.shop-sidebar .search-widget .side-search .search-wid{
    background:#ffffff ;
    border-color:#ededed ;
    
}
.shop-sidebar .search-widget .side-search .btn-side-serach, .shop-sidebar .search-widget .side-search .btn-side-serach:hover,  .shop-sidebar  .search-widget .side-search  .btn-side-serach:focus{
    color:#747475 ;
    font-size: 15px;
    padding-left: 12px;
    padding-right: 12px;
    background: #fcfcfc ;
    border-color:#ededed ;
}
.shop-sidebar .search-widget .side-search .btn-side-serach:hover,  .shop-sidebar  .search-widget .side-search  .btn-side-serach:focus{
    border-color:#ededed ;
    background: #fcfcfc ;
    color:#cc3300 ;
}
.side-recent-prdct, .side-top-prdct{
    border-bottom: 1px dashed #d7d7d7;
    padding-bottom: 35px;
    margin-bottom: 40px;
}
.img-small{
    width:100%;
    height:auto;
}
.top-list, .recent-list{

    margin-bottom:30px;
}
.top-list .image, .recent-list .image{
    float:left;
    max-width:75px;
    border:3px solid #e6e6e6 ;
    width:100%;

}
.top-list .desc, .recent-list .desc{
    float:left;
    max-width:180px;
    width:100%;
    padding-left:15px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
}
.top-list .desc .product-name, .recent-list .desc .product-name{
    margin-top:0;
    text-align:left;
    padding: 0;
    font-size: 13px;
}
.top-list .desc .star-1, .recent-list .desc .star-1{
    margin:0;
}
.top-list .desc .product-price, .recent-list .desc .product-price{
    font-size: 14px;
    margin-top:0;
}
.top-list .desc .product-price span, .recent-list .desc .product-price span {
    text-decoration: line-through;
    color: #2b2a2f ;
    font-size: 13px;
}
.price-range-slider{
    margin-bottom:30px;
    margin-top:15px;
    padding:0 10px;
}
.btn-filter{
    border:2px solid #ededed ;
    border-radius: 0;
    color: #747475 ;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    width:78px;
    height:30px;
    padding:0;
    float:left;
}
.btn-filter:hover, .btn-filter:focus{
    border:2px solid #cc3300  ;
    color: #cc3300  ;
}
.price-range-value{
    float:right;
}
.price-range-value label{
    font-weight: 700;
    color:#403e72 ;
    text-transform: uppercase;
}
#amount{
    max-width:70px;
    border:none;
    font-weight: 700;
    color:#403e72 ;
}
.product-name-detail{
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    font-size: 23px;
    margin-bottom: 10px;
}
.detail-product .product-price{
    font-size: 24px;
    font-weight: 400;
    float:left;
}
.detail-product .product-price span{
    font-size: 14px;
    font-weight: 400;
    color: #878788 ;
}
.detail-product .star-1{
    float:right;
}
.product-price-wrap{
    border-bottom: 1px dashed #d7d7d7;
}
.detail-product p{
    color: #626067 ;
    font-size: 13px;
    margin-top: 20px;
    line-height: 24px;
}
.detail-cat, .detail-stock, .detail-restock{
    margin-top:20px;
}
.detail-cat label, .detail-stock label, .detail-restock label{
    color: #2b2a2f ;
    font-weight: 400;
}
.detail-cat a{
    text-transform: uppercase;
    text-decoration: none;
}
.detail-stock span{
    color: #fff;
    background: #abcf54 ;
    border-radius: 4px;
    padding:3px 5px;
}
.detail-restock span{
    color: #fff;
    background: #ab2e31 ;
    border-radius: 4px;
    padding:3px 5px;
}
.gobuy{
    margin-top:20px;
}

.gobuy .form-control{
    width:45px;
    height:33px;
    box-shadow: none;
    border:2px solid #ededed ;
    background: #fff;
    text-align:center;
    color: #2b2a2f ;
    border-radius: 3px;
    display:inline-block;
}
.gobuy label{
    color: #2b2a2f;
    font-weight: 400;
}
.gobuy .btn-to-cart{
    float:none;
    background: #f26969 ;
    padding-left:20px;
    padding-right:20px;
    margin-left:15px;
}
.detailin-3 .detail-stock span{
    margin-left:22px;
}
.review .nav-tabs{
    border-bottom:none;
}
.review{
    margin-top:90px;
}
.review .nav-tabs>li>a{
    border:2px solid #ededed ;
    border-radius:0;
    color:#aeb2b4 ;
    font-weight: 700;
    text-transform: uppercase;
    padding-left:35px;
    padding-right:35px;
}

.review .nav-tabs>li>a{
    margin-right:-2px;
}
.review .nav-tabs>li.active>a, .review .nav-tabs>li.active>a:focus, .review .nav-tabs>li.active>a:hover, .review .nav-tabs>li>a:hover{
    border:2px solid #ededed ;
    border-radius:0;
    color:#cc3300 ;
    background:#fcfcfc ;
}
.review .tab-content p{
    color: #626067 ;
    line-height: 24px;
}
.review .tab-content{
    border:2px solid #ededed ;
    border-top:2px solid #ededed ;
    padding-left:35px;
    padding-right:35px;
    padding-top:50px;
    padding-bottom:50px;
}
.review .nav-tabs>li{
    margin-bottom:-2px;
}
.review .product-title{
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-bottom: 35px;
}
.reviewer{
    font-size:16px;
    font-weight: 700;
    color: #2b2a2f;
    text-transform: uppercase;
    margin-bottom:15px;
}
.reviewer span{
    font-size:13px;
    font-weight: 400;
    color: #2b2a2f;
    margin-left:35px;
}
.review h4{
    margin-top:15px;
    margin-bottom:15px;
}
.review-form .form-control{
    border:2px solid #ededed ;
    box-shadow: none;
    border-radius: 0;
}
.review-form .btn-border{
    border:2px solid #ededed ;
    text-transform: uppercase;
}
.product-listing.detail{
    border:none;
}

.related{
    margin-top:75px;
}
.related .product-name{
    text-align:center;
}
.related  .star-1 {
    margin-left: 0;
    margin-bottom: 0px;
    margin-top: 0px;
    display:inline-block;
}
.related .prdct-grid{
    text-align: center;
}
.related .title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom:45px;
}
.detail-2{
    background:#f9f9f9;
    padding-left:55px;
    padding-right:55px;
    padding-top:45px;
    padding-bottom:45px;
}
.detail-2 .gobuy .btn-to-cart{
    margin-left:0;
}
.big-show{
    width:100%;
}
.big-show img{
    width:100%;
    height:auto;
}

.thumb-show{

    margin:0;
    padding:0;
    width:100%;
}
.thumb-show img{
    width:100%;
    height:auto;
}
.thumb-show li{
    list-style:none;
    margin-bottom:25px;
}
.grey{
    background: #fafafa;
    margin-left:-15px;
    padding-left:30px;
    min-height:262px;
}
.row.detail-3{
    margin:0;
}
.row.detail-3 .left{
    margin-right:0;
    padding:0;
}
.row.detail-3 .right{
    margin-left:0;
    padding:0;
}
.detailin-3 {
    background: #292828;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.detailin-3 .product-price-wrap {
    border-color:#fff;
}
.detailin-3 p, .detailin-3 .product-name-detail {
    color: #fff;
}
.detailin-3 .product-name-detail {
    text-align: left;
}
.detail-product.detail-3 .star-1{
    float:left;
}
.star-lab{
    float:left;
    color:#fff;
    text-transform: uppercase;
    font-size: 11px;
    margin-top:25px;
}
.product-listing .detail-product.detail-3 .star-1{
    margin-top:20px;
    margin-bottom:0px;
    margin-right:15px;
}
.detailin-3 .detail-cat label, .detailin-3 .detail-stock label, .detailin-3 .detail-restock label{
    color:#fff;
}
.detailin-3 .detail-cat{
    color: #d65f5f;
}
.detailin-3 .detail-cat a{
    color:#d65f5f ;
    text-transform: lowercase;
}
.to-cart-wrap{
    background:#403e72 ;
    padding-right:30px;
    padding-left:30px;
    padding-top:28px;
    padding-bottom:26px;
}
.review.detail-3 .nav-tabs>li>a{
    margin-right:4px;
}
.review.detail-3 .nav-tabs>li>a{
    border-color:transparent ;
    background:#d8f0fa ;
    color: #292828;
}
.review.detail-3 .tab-content{
    background: #effaff ;
    border-color:transparent;
}
.review.detail-3 .nav-tabs>li.active>a, .review.detail-3 .nav-tabs>li.active>a:focus, .review.detail-3 .nav-tabs>li.active>a:hover, .review.detail-3 .nav-tabs>li>a:hover{
    border-color:transparent;
    color: #403e72 ;
    background: #effaff;
}
.detail-image-2{
    position:relative;
}
.klick-thumb{
    position: absolute;
    bottom:0;
    left:0;
    margin:10px 4px;
    z-index:10;
    width:100%;
}
#detail-control-3 .owl-item{
    width:auto !important;
}
#detail-control-3 .item img{
    border:2px solid #fff;
    margin-left:4px;
    margin-right:4px;
    opacity:0.5;
}

#detail-control-3 .synced .item img{
    opacity:10;
}
.about-page h3.contact-loc{
    margin-top:50px;
    margin-bottom:50px;
    font-size: 18px;
}
.contact-form input, .contact-form input:focus{
    height:45px;
    box-shadow:none;
    border:2px solid #e9edef ;
}
.contact-form textarea, .contact-form textarea:focus{
    max-width:555px;
    width:100%;
    height:135px;
    box-shadow:none;
    border:2px solid #e9edef ;
}
.contact-form label{
    font-weight:400;
    color:#2b2a2f ;
    font-size: 16px;
    margin-bottom:15px;
        
}
.contact-form .btn-blue{
    width:145px;
    height:45px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 12px;
}
.contact-form .form-group{
    margin-bottom:30px;
}
.map-sec{
    margin-top:120px;
    margin-bottom:40px;
}
#map-canvas {
    width: 100%;
    height: 500px;
}
.map-sec-wrap{
    position:relative;
}
.add-block{
    padding:35px 25px;
    background: #fff;
    position: absolute;
    z-index: 999;
    left:20%;
    top:10%;
    max-width:260px;
    width:100%;
    border-radius:3px;
    box-shadow:1px 1px 8px rgba(0,0,0, .2);
}
.add-block h3 {
    margin-bottom: 20px;
}
#footer{}
.footer-widget{
    background:#2b2a2f;
    padding-top:40px;
    padding-bottom:30px;
    color:#fff;
}
.homepage-2 .footer-widget{
    background:#f4f5f7;
    padding-top:70px;
    padding-bottom:80px;
    color:#fff;
}
.text-widget a{
    color:#808080;
}
.text-widget p{
    line-height: 20px;
    font-size: 13px;
    margin-top:25px;
}
.homepage-2 .text-widget p, .homepage-2 .subscribe p{
    color: #60686f;
}
.wid-title{
    color:#808080;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin-bottom:15px;
}
.homepage-2 .wid-title{
    color:#364a62;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    margin-bottom:45px;
}
.homepage-2.gold .wid-title{
    color:#a2855e;
}
.ft-soc{
    margin:0;
    padding:0;
    margin-top:15px;
    clear:both;
}
.homepage-2 .ft-soc{
    margin-top:60px;
}
.ft-soc li{
    float:left;
    list-style: none;
    margin-right:25px;
}
.author-block .ft-soc li{
    float:left;
    list-style: none;
    margin-right:15px;
}
.ft-soc li:last-child{
    margin-right:0px;
}
.author-block .ft-soc{
    float:right;
}

.ft-soc li a{
    color:#808080;
    font-size:22px;
    
}
.author-block .ft-soc li a{
    color:#808080;
    font-size:20px;
    
}
.homepage-2 .ft-soc li a{
    color:#364a62;
}
.homepage-2.gold .ft-soc li a{
    color:#837f7b;
}
.ft-soc li a:hover{
    color:#cc3300;
    text-decoration:none;
}
.homepage-2.gold .ft-soc li a:hover{
    color:#a2855e;
    text-decoration:none;
}
.quick-links a{
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
}
.homepage-2 .quick-links a, .homepage-2 .term a{
    color:#60686f;
    text-transform: uppercase;
    text-decoration: none;
}
.quick-links a:hover{
    color:#cc3300;
}
.quick-links ul{
    margin:0;
    padding:0;
}
.quick-links li{
    list-style:none;
    margin-bottom:8px;
    font-size: 13px;
}
.term p{
    color:#fff;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 13px;
}
.term a{
    color:#fff;
    text-decoration: none;
}
.term a:hover{
    color:#cc3300;
}
.subscribe p{
    font-size: 13px;
    color:#fff;
    line-height:21px;
}
.subscribe .form-control{
    height:40px;
    border:none;
    box-shadow:none;
}
.subscribe .btn{
    width:100%;
    border:none;
    background:#cc3300;
    color:#fff;
    font-weight:700;
    text-transform: uppercase;
    height:40px;
    font-size:13px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.homepage-2 .subscribe .btn{
    color: #364a62;
}
.homepage-2.gold .subscribe .btn{
    color: #fff;
    background: #a2855e;
}
.homepage-2.gold .subscribe .btn:hover{
    color: #fff;
    background: #b7741a;
}
.subscribe .btn:hover{
    background:#DF1E04;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.footer-text{
    background:#27262b;
    padding:15px 0;
}
.footer-text p{
    text-align:center;
    margin:0;
    font-size:13px;
    color:#808080;
}
.footer-text p a{
    color:#fff;
}
.homepage-2 .footer-text{
    background:#f4f5f7;
    padding:15px 0;
}
.homepage-2 .footer-text p{
    text-align:center;
    margin:0;
    font-size:13px;
    color:#364a62;
}
.homepage-2 .footer-text p a{
    color:#364a62;
}

.btn-purple{
    background:#7d66b4 ;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.btn-purple:hover, .btn-purple:focus{
    color: #fff;
    text-decoration: none;
    background: #614a97 ;
   transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.btn-magenta{
    background:#f666b1 ;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.btn-magenta:hover, .btn-magenta:focus{
    color: #fff;
    text-decoration: none;
    background: #d03083  ;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.btn-blue{
    background:#cc3300;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.btn-blue:hover, .btn-blue:focus{
    color: #fff;
    text-decoration: none;
    background: #DF1E04;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.btn-border{
    background: none;
    color: #2a2930 ;
    font-weight: 700;
    border-radius: 3px;
    border:2px solid #000000;
    
    border-radius:0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.btn-border:hover, .btn-border:focus{
    color: #74d2f7  ;
    text-decoration: none;
    background: none;
    border:2px solid #74d2f7 ;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.believe-danger{
    background: #ed6565;
    border:1px solid #ce4a4a;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    margin-bottom: 43px;
}
.believe-danger-bordered{
    background: none;
    border:1px solid #ce4a4a;
    border-radius: 0;
    color: #ce4a4a;
    font-size: 16px;
    margin-bottom: 43px;
}
.believe-success{
    background: #a1c366;
    border:1px solid #88ab4b;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    margin-bottom: 43px;
}
.believe-success-bordered{
    background: none;
    border:1px solid #88ab4b;
    border-radius: 0;
    color: #88ab4b;
    font-size: 16px;
    margin-bottom: 43px;
}
.believe-information{
    background: #6ab5e5;
    border:1px solid #4e9fd2;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    margin-bottom: 43px;
}
.believe-information-bordered{
    background: none;
    border:1px solid #4e9fd2;
    border-radius: 0;
    color: #4e9fd2;
    font-size: 16px;
    margin-bottom: 43px;
}
.believe-warning{
    background: #eecf84;
    border:1px solid #d7b051;
    border-radius: 0;
    color: #896819;
    font-size: 16px;
    margin-bottom: 43px;
}
.believe-warning-bordered{
    background: none;
    border:1px solid #d7b051;
    border-radius: 0;
    color: #d7b051;
    font-size: 16px;
    margin-bottom: 43px;
}
.believe-warning-standard{
    background: #f5f4f2;
    border:1px solid #e5e4e2;
    border-radius: 0;
    color: #787878;
    font-size: 16px;
    margin-bottom: 43px;
}
.believe-warning-standard-bordered{
    background: none;
    border:1px solid #e5e4e2;
    border-radius: 0;
    color: #787878;
    font-size: 16px;
    margin-bottom: 43px;
}
.believe-danger .close, .believe-success .close, .believe-warning .close, .believe-information .close {
    opacity: 10;
    text-shadow: none;
    color: #fff;
}
.believe-danger-bordered .close, .believe-success-bordered .close, .believe-warning-bordered .close, .believe-information-bordered .close,.believe-warning-standard-bordered .close {
    opacity: 10;
    text-shadow: none;
}
.believe-warning-standard .close {
    opacity: 10;
    text-shadow: none;
    color: #787878;
}
.pagination.pag-1>li:first-child>a, .pagination.pag-1>li:first-child>span, .pagination.pag-1>li:last-child>a, .pagination.pag-1>li:last-child>span{
    border-radius:0;
    color: #cc3300;
}

.pagination.pag-1>li>a, .pagination.pag-1>li>span{
    border-radius:0;
    font-size: 16px;
    color: #aaaaac;
    font-weight: 700;
    border: 2px solid #ededed;
    margin-left:-2px;
    padding-left:25px;
    padding-right:25px;
}
.pagination.pag-1>.active>a, .pagination.pag-1>.active>a:focus, .pagination.pag-1>.active>a:hover, .pagination.pag-1>.active>span, .pagination.pag-1>.active>span:focus, .pagination.pag-1>.active>span:hover, .pagination.pag-1>li>a:hover, .pagination.pag-1>li>a:focus{
    background: none;
    color: #cc3300;
    border: 2px solid #ededed;
    
}

.pagination.pag-2>li:first-child>a, .pagination.pag-2>li:first-child>span, .pagination.pag-2>li:last-child>a, .pagination.pag-2>li:last-child>span{
    border-radius:0;
    color: #cc3300;
}

.pagination.pag-2>li>a, .pagination.pag-2>li>span{
    border-radius:0;
    font-size: 16px;
    color: #aaaaac;
    font-weight: 700;
    border: 2px solid #ededed;
    margin-left:-2px;
    
    padding-left:25px;
    padding-right:25px;
}
.pagination.pag-2>.active>a, .pagination.pag-2>.active>a:focus, .pagination.pag-2>.active>a:hover, .pagination.pag-2>.active>span, .pagination.pag-2>.active>span:focus, .pagination.pag-2>.active>span:hover, .pagination.pag-2>li>a:hover, .pagination.pag-2>li>a:focus{
    background: #cc3300;
    border-color: #cc3300;
    color: #fff;
    z-index: 2;
    position: relative;
    
}

.pagination.pag-3>li:first-child>a, .pagination.pag-3>li:first-child>span, .pagination.pag-3>li:last-child>a, .pagination.pag-3>li:last-child>span{
    border-radius:0;
    color: #52585a;
}

.pagination.pag-3>li>a, .pagination.pag-3>li>span{
    border-radius:0;
    font-size: 16px;
    color: #52585a;
    font-weight: 700;
    border: 2px solid #ffffff;
    margin-left:-4px;
    padding-left:25px;
    padding-right:25px;
    background: #f9f9f9;
}
.pagination.pag-3>.active>a, .pagination.pag-3>.active>a:focus, .pagination.pag-3>.active>a:hover, .pagination.pag-3>.active>span, .pagination.pag-3>.active>span:focus, .pagination.pag-3>.active>span:hover, .pagination.pag-3>li>a:hover, .pagination.pag-3>li>a:focus{
    background: #f9f9f9;
    border-color: #ffffff;
    color: #cc3300;
    z-index: 2;
    position: relative;
    
}
.pagination.pag-4>li:first-child>a, .pagination.pag-4>li:first-child>span, .pagination.pag-4>li:last-child>a, .pagination.pag-4>li:last-child>span{
    border-radius:0;
    color: #52585a;
}
.pagination.pag-4>li>a, .pagination.pag-4>li>span{
    border-radius:0;
    font-size: 16px;
    color: #52585a;
    font-weight: 700;
    border: 2px solid #ffffff;
    margin-left:-4px;
    padding-left:25px;
    padding-right:25px;
    background: #f9f9f9;
}
.pagination.pag-4>.active>a, .pagination.pag-4>.active>a:focus, .pagination.pag-4>.active>a:hover, .pagination.pag-4>.active>span, .pagination.pag-4>.active>span:focus, .pagination.pag-4>.active>span:hover, .pagination.pag-4>li>a:hover, .pagination.pag-4>li>a:focus{
    background: #cc3300;
    border-color: #ffffff;
    color: #fff;
    z-index: 2;
    position: relative;
    
}
.pagination.pag-1.pager, .pagination.pag-2.pager, .pagination.pag-3.pager, .pagination.pag-4.pager{
    width:100%;
    text-align:center;
}
.pagination.pag-1.pager>li, .pagination.pag-2.pager>li{
    display:inline-block;
    margin:0;
    margin-left:-4px;
}
.pagination.pag-3.pager>li, .pagination.pag-4.pager>li{
    display:inline-block;
    margin-left:0;
}
.pagination.pag-1.pager>li.previous, .pagination.pag-2.pager>li.previous, .pagination.pag-3.pager>li.previous, .pagination.pag-4.pager>li.previous{
    float:left;
    margin-left:0px;
}
.pagination.pag-1.pager>li.next, .pagination.pag-2.pager>li.next, .pagination.pag-3.pager>li.next, .pagination.pag-4.pager>li.next{
    float:right;
    margin-left:0px;
}
.group{
    margin-bottom: 85px;
}
.tab-1 .nav-tabs>li>a {
    margin-right: -2px;
    line-height: 1.42857143;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #ededed;
    border-radius: 0;
    padding-left:25px;
    padding-right:25px;
    color: #2b2a2f;
    background: #fafafa;
}

.tab-1 .nav-tabs {
    border-bottom: none;
}
.tab-1 .tab-content {
    border: 2px solid #ededed;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 26px; 
}
.tab-1 .nav-tabs>li{
    margin-bottom: -2px;
}
.tab-2 .nav-tabs>li>a {
    margin-right: -2px;
    line-height: 1.42857143;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #ededed;
    border-radius: 0;
    padding-left:25px;
    padding-right:25px;
    color: #2b2a2f;
    background:#fafafa;
}
.tab-1 .nav-tabs>li.active>a, .tab-1 .nav-tabs>li.active>a:focus, .tab-1 .nav-tabs>li.active>a:hover, .tab-1 .nav-tabs>li>a:hover{
    border: 2px solid #ededed;
    color: #cc3300;
    background: none;
    border-bottom:2px solid #fff;
}
.tab-2 .nav-tabs>li.active>a, .tab-2 .nav-tabs>li.active>a:focus, .tab-2 .nav-tabs>li.active>a:hover, .tab-2 .nav-tabs>li>a:hover{
    border: 2px solid #ededed;
    color: #cc3300;
    background: none;
    border-right:2px solid #fff;
}
.tab-2 .nav-tabs {
    border-bottom: none;
    float:left;
    width:27%;
}
.tab-2 .tab-content {
    border: 2px solid #ededed;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
    float:left;
    width:73%;
}
.tab-2 .nav-tabs>li{
    margin-bottom: -2px;
    float:none;
    width:100%;
    text-align:center;
}
.tab-3 .nav-tabs>li>a {
    margin-left: -2px;
    line-height: 1.42857143;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #ededed;
    border-radius: 0;
    padding-left:25px;
    padding-right:25px;
    color: #aaaaac;
}
.tab-3 .nav-tabs>li.active>a, .tab-3 .nav-tabs>li.active>a:focus, .tab-3 .nav-tabs>li.active>a:hover, .tab-3 .nav-tabs>li>a:hover{
    border: 2px solid #ededed;
    color: #cc3300;
    background: none;
}

.tab-3 .nav-tabs {
    border-bottom: none;
    float:left;
    width:27.5%;
}
.tab-3 .tab-content {
    border: 2px solid #ededed;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
    float:left;
    width:72.5%;
}
.tab-3 .nav-tabs>li{
    margin-bottom: -2px;
    float:none;
    width:100%;
    text-align:center;
}
.tab-5 .nav-tabs>li>a {
    margin-right: -2px;
    line-height: 1.42857143;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #ededed;
    border-radius: 0;
    padding-left:25px;
    padding-right:25px;
    color: #2b2a2f;
    background:#fafafa;
}
.tab-5 .nav-tabs>li.active>a, .tab-5 .nav-tabs>li.active>a:focus, .tab-5 .nav-tabs>li.active>a:hover, .tab-5 .nav-tabs>li>a:hover{
    border: 2px solid #ededed;
    color: #cc3300;
    background: none;
    border-bottom:2px solid #fff;
}

.tab-5 .nav-tabs {
    border-bottom: none;
    display:inline-block;
    margin-bottom: -5px;
    padding:0;
}
.tab-5 .tab-content {
    border: 2px solid #ededed;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 26px; 
    text-align: left;
}
.tab-5 .nav-tabs>li{
    margin-bottom: -2px;
}
.tab-5{
    text-align: center;
    margin-bottom: 140px;
    
}
.tab-1, .tab-4{
    margin-bottom: 140px;
    
}

.tab-4 .nav-tabs>li>a {
    margin-right: -2px;
    line-height: 1.42857143;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #ededed;
    border-radius: 0;
    padding-left:25px;
    padding-right:25px;
    color: #aaaaac;
}
.tab-4 .nav-tabs>li.active>a, .tab-4 .nav-tabs>li.active>a:focus, .tab-4 .nav-tabs>li.active>a:hover, .tab-4 .nav-tabs>li>a:hover{
    border: 2px solid #ededed;
    color: #cc3300;
    background: none;
}
.tab-4 .nav-tabs {
    border-bottom: none;
}
.tab-4 .tab-content {
    border: 2px solid #ededed;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
}
.tab-4 .nav-tabs>li{
    margin-top: -2px;
    margin-bottom: 0px;
}
.sbHolder{
    background-color: #292828;
    border: solid 2px #414141;
    font-size: 14px;
    font-weight: normal;
    height: 35px;
    position: relative;
    width: 80%;
    float:left;
}
.sbHolder:focus .sbSelector{
    
}
.sbSelector{
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.sbToggle{
    background: url(images/down.png)no-repeat center center;
    display: block;
    height: 33px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
    border-left: solid 2px #414141;
}
.sbToggle:hover{
    background: url(images/down.png)no-repeat center center;
}
.sbToggleOpen{
    background: url(images/down.png)no-repeat center center;
}
.sbToggleOpen:hover{
    background: url(images/down.png)no-repeat center center;
}
.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
    
}
.sbHolderDisabled .sbToggle{
    
}
.sbOptions{
    background-color: #292828;
    border: solid 2px #414141;
    list-style: none;
    left: -2px;
    margin: 5px 0 0 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
}
.sbOptions li{
    padding: 0 7px;
    width:100%;
    margin:0;
}
.sbOptions a{
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #fff;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #fff;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: dotted 1px #515151;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}
#short{
}
#short .sbHolder{
    background-color: #fff;
    border: solid 2px #ededed;
    font-size: 14px;
    font-weight: normal;
    height: 39px;
    position: relative;
    width: 100%;
    float:left;
}

#short .sbSelector{
    display: block;
    height: 39px;
    left: 0;
    line-height: 35px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 100%;
}
#short .sbSelector:link, #short .sbSelector:visited, #short .sbSelector:hover{
    color: #747475;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
#short .sbToggle{
    background: #fcfcfc url(images/down.png)no-repeat center center;
    display: block;
    height: 36px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
    border-left: solid 2px #ededed;
}
#short .sbToggle:hover{
    background: url(images/down.png)no-repeat center center;
}
#short .sbToggleOpen{
    background: url(images/down.png)no-repeat center center;
}
#short .sbToggleOpen:hover{
    background: url(images/down.png)no-repeat center center;
}
#short .sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

#short .sbOptions{
    background-color: #fff;
    border: solid 2px #ededed;
    list-style: none;
    left: -2px;
    margin: 5px 0 0 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
}
.sbOptions li{
    padding: 0 7px;
    width:100%;
    margin:0;
}
#short .sbOptions a{
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}
#short .sbOptions a:link, .sbOptions a:visited{
    color: #747475;
    text-decoration: none;
}
#short .sbOptions a:hover,
#short .sbOptions a:focus,
#short .sbOptions a.sbFocus{
    color: #747475;
}
#short .sbOptions li.last a{
    border-bottom: none;
}
#short .sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
#short .sbOptions .sbGroup{
    border-bottom: dotted 1px #515151;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
#short .sbOptions .sbSub{
    padding-left: 17px;
}
.opt label{
    color: #fff;
    font-weight: 400;
    width:20%;
    float:left;
    margin-top:6px;
}

.val-plus{
    height:33px;
    width:25px;
    border:2px solid #ededed;
    float:left;
    margin-right:-2px;
    display:block;
    color: #d6d6d6;
    background: #fff;
    padding-top:5px;
}
.val-min{
    height:33px;
    width:25px;
    border:2px solid #ededed;
    float:left;
    margin-left:-2px;
    display:block;
    color: #d6d6d6;
    background: #fff;
    padding-top:5px;
}
.input-val{
    width:45px;
    height:33px;
    border:2px solid #ededed;
    text-align:center;
    float:left;
    position:relative;
    z-index:1;
}
.spin-pos{
    text-align:center;
    margin:0 auto;
    
}
.gobuy.form-inline{
    margin-top:0;
}
.tab-1, .tab-2, .tab-3, .tab-4, .tab-5 {
    margin-bottom: 15px;
}

.cart{
    margin-top: 55px;
    margin-bottom: 55px;
}
.table>thead>tr>th{
    border:2px solid #ededed;
    border-top:2px solid #ededed !important;
    padding-top:20px;
    padding-bottom:20px;
    background: #fcfcfc;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    color: #727475;
    padding-left: 30px;
    padding-right: 30px;
        
}
.dif-ship>thead>tr>th span{
    font-size: 20px;
    float:left;
    display:block;
    color:#2b2a2f;
        
}
.table>tbody>tr>td{
    border:2px solid #ededed;
    vertical-align: middle;
    padding-left:30px;
    padding-right:30px;
}
.total-cart .table>tbody>tr>td{
    font-weight: 400;
    text-transform: uppercase;
}
.table>tbody>tr>td.lab{
    color: #2b2a2f;
    text-transform: uppercase;
    background: #fcfcfc;
    font-weight: 700;
    font-size: 14px;
    padding-top:20px;
    padding-bottom:20px;
}
.calculate .table>tbody>tr>td{
    border:none;
    padding-top:33px;
    padding-left:25px;
    padding-right:25px;
    padding-bottom:25px;
}
.calculate .table>thead>tr>th>i{
    float:right;
}
.calculate .table>tbody>tr>td .form-control{
    border-radius: 0;
    border:2px solid #ededed;
    box-shadow: none;
    height:45px;
}
.table>tbody>tr>td.img-product{
   text-align: center;
    padding-top:20px;
    padding-bottom:20px;
    
}
.table>tbody>tr>td h4{
   color: #000;
    text-transform: uppercase;
    font-weight: 700;
    
}
.table>tbody>tr>td img{
    max-width:100px;
    display:inline-block;
    border: 2px solid #ededed
}
.del{
    text-align:center;
}
.delete{
    font-size: 24px;
    color: #b84b4b;
}
.form-cart .form-control{
    width:100%;
    border-radius: 0;
    border:2px solid #ededed;
    box-shadow: none;
    height:40px;
    font-weight: 700;
    text-transform: uppercase;
}
.form-cart .form-group{
    max-width:280px;
    width:100%;
    margin-right:15px;
}
.form-cart-right{
    float:right;
}
.form-cart-right .btn{
    border-radius: 0;
    box-shadow: none;
    margin-right:15px;
    height:40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 13px;
    text-transform: uppercase;
    
}
.form-cart-right .btn-blue, .form-cart .btn-blue {
    width:155px;  
}
.form-cart-right .btn-magenta{
    width:245px;
    background: #f26969;
    margin-right:0;
}
.form-cart-right .btn-magenta:hover{
    background: #e46161;
}
.form-cart .btn{
    border-radius: 0;
    box-shadow: none;
    margin-right:15px;
    height:40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 13px;
    text-transform: uppercase;
    
}
.total-cart{
    margin-top:100px;
    margin-bottom:150px;
}
.total-cart .table>thead>tr>th{
    
}
.country .sbHolder{
    background-color: #ffffff;
    border: solid 2px #ededed;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    position: relative;
    width: 100%;
    float:left;
    text-transform: none;
}

.country .sbSelector{
    display: block;
    height: 45px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 100%;
    padding-top:5px;
}
.country .sbSelector:link, .country .sbSelector:visited, .country.sbSelector:hover{
    color: #555;
    outline: none;
    text-decoration: none;
}
.country .sbToggle{
    background: #f5f5f5 url(images/down-drk.png)no-repeat center center;
    display: block;
    height: 41px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
    border-left: solid 2px #ededed;
    
}

.country .sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.country .sbOptions{
    background-color: #fff;
    border: solid 2px #ededed;
    list-style: none;
    left: -2px;
    margin: 5px 0 0 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
}
.country .sbOptions li{
    padding: 0 7px;
    width:100%;
    margin:0;
}
.country .sbOptions a{
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
    color: #555;
}
.country sbOptions a:link, .sbOptions a:visited{
    color: #555;
    text-decoration: none;
}
.country .sbOptions a:hover,
.country .sbOptions a:focus,
.country .sbOptions a.sbFocus{
    color: #555;
}
.country .sbOptions li.last a{
    border-bottom: none;
}

.country .sbOptions .sbSub{
    padding-left: 17px;
}
.calculate .btn {
    border-radius: 0;
    box-shadow: none;
    margin-right: 15px;
    height: 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 13px;
    text-transform: uppercase;
    width:150px;
    float:right;
    margin-right:0;
}
.checkout{
    padding-top:57px;
    padding-bottom:125px;
}
.checkout .form-control{
    width:100%;
    height:45px;
    border-radius:0;
    border:2px solid #ededed;
    box-shadow:none;
}
.checkout textarea.form-control{
    height:155px;
}
.checkout label{
    text-transform: uppercase;
    margin-bottom:12px;
}
.check-total h3, .checkout h3{
    text-transform: uppercase;
    font-weight: 700;
    color: #2b2a2f;
    font-size: 18px;
    margin-bottom:23px;
}

.check-total .table>tbody>tr>td h4{
    font-size: 15px;
    text-transform: uppercase;
    color: #2b2a2f;
}
.ck-sub{
    background: #fcfcfc;
}
 .check-total .table>tbody>tr.ck-tot>td{
    background: #cc3300;
    border-color: #cc3300;
     font-weight: 700;
}
.dif-ship h3{
    float:left;
}
.dif-ship .checkbox{
    float:right;
}
.dif-ship .checkbox input[type=checkbox]{
    width:20px;
    height:20px;
    background:#fff;
    
}
.dif-ship .checkbox{
    margin-bottom: 0!important;
    margin-top: 0!important;
}
.pay-opt {
    margin-top: 45px;
    margin-bottom: 85px;
}
.pay-opt .radio{
    margin-bottom:35px;
}
.pay-opt .radio label{
    font-weight: 700;
    width:100%;
}
.pay-opt .radio label span span{
    font-weight: 400;
    text-transform: none;
    font-size: 13px;
    line-height: 24px;
    display: block;
}
.pay-opt .radio label img{
    float:right;
}
.checkout .btn-magenta{
    background: #f37878;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width:155px;
    height: 35px;
    text-transform: uppercase;
}
.checkout .btn-magenta:hover{
    background: #d65353;
}
.form-inline.gobuy.det-1{
    margin-top:25px;
}
.spin{
    width:160px;
}
.spinner{
    display:inline-block;
    width:93px;
}
.checkout .btn-magenta.show-mobile{
    display:none;
}

#cat-nav .navbar-default {
    border: none;
    background:none;
    margin:0;
    border-radius: 0;
}
#cat-nav .navbar-default .navbar-collapse, #cat-nav .navbar-default .navbar-form {
    border: none;
    background:none;
}
#cat-nav .navbar-default .navbar-nav>.active>a, #cat-nav .navbar-default .navbar-nav>.active>a:focus, #cat-nav .navbar-default .navbar-nav>.active>a:hover{
    background:none;
}
#cat-nav .navbar-collapse{
    padding-left:0;
    padding-right:0;
}
#cat-nav ul li:first-child a{
    padding-left:17px;
}
.menu-large {
  position: static !important;
}
.megamenu{
  padding: 20px 0px;
  width:100%;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}




 #believe-nav .mobile-nav{display:none !important;}
#believe-nav {
    padding: 10px 0px 0;
}
.head-box {
    padding-top: 0px;
    width: 100%;
    display: flex;
}
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;

  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
    color:#fff;
  }
}
#cat-nav ul li ul li{
    float:none;
    border:none;
}
.mega-offers{
    float:left;
    max-width: 200px;
    width:100%;
}
.mega-offers img{
    width:100%;
    height:auto;
    max-width: none;
}

#cat-nav ul li ul li .mega-offers a{
    padding:0;
}
#cat-nav .dropdown-menu>li{
    margin-bottom: 0;
}
.mega-sub {
    float: left;
    border-right: 1px dashed #d7d7d7;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 280px;
    width: 100%;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
}
#cat-nav .mega-sub ul li a{
    color: #2b2a2f;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    margin-bottom: 2px;
}
#cat-nav .mega-sub ul li a:hover{
    color: #930;
    font-weight: bold;
}
#cat-nav .mega-sub ul li.active a:before, #cat-nav .mega-sub ul li a:hover:before, #cat-nav .mega-sub ul li:hover, #cat-nav .mega-sub ul li a:hover, #cat-nav .mega-offers  a:before, #cat-nav .mega-offers a:hover:before{
    background: none !important;
    border:none;
    
}
#cat-nav .mega-product  a:before, #cat-nav .mega-product a:hover:before{
    border:none;
}
.mega-product{
    max-width: 180px;
    width:100%;
    float:left;
    padding:0 20px;
    margin-top:15px;
    padding-top: 8px;
}
.homepage-2 .navbar, .homepage-2.gold .navbar{
    min-height: 0;
    margin-bottom: -2px !important;
}
#cat-nav .mega-product .btn-to-cart{
    padding:8px 12px;
}
#cat-nav .mega-product .to-left a{
    padding: 10px 13px;
    color:#fff !important;
}
#cat-nav .mega-product a{
    color:#fff;
}
#cat-nav .mega-product a:hover{
    color:#fff;
}

#cat-nav .mega-product .product-price{
    text-align:center;
}
#cat-nav .mega-product .star-1{
    text-align:center;
}
.mega-sub-title{
    font-size: 13px;
    color: #930;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 5px;
}

.mega-sub-title2{
    font-size: 13px;
    color: #930;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 10px;
}
#cat-nav .mega-product .prdct-grid{
    margin-bottom: 0;
}
#cat-nav ul li span.bag, .homepage-2 #cat-nav ul li span.bag, .homepage-2.gold #cat-nav ul li span.bag{
    width: 16px;
    height: 18px;
    display: block;
    background: url(images/bag-white.png) no-repeat !important;
    margin-right: 10px;
    float:left;
}
#cat-nav .mega-product .btn-to-cart span{
    float:left;
    color: #fff;
    background:none;
}
.homepage-2 #cat-nav .btn-to-cart span{
    padding:0 8px;
    color:#fff;
}
.homepage-2.gold #cat-nav ul li .btn-to-cart span{
    background: none;
    color: #fff;
}
.homepage-2 #cat-nav ul li .product-price span, .homepage-2.gold #cat-nav ul li .product-price span {
    background: none;
    font-size: 18px;
    text-decoration: line-through;
    color: #878788;
    font-weight: 400;
    padding: 0;
    display: inline-block;
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.homepage-1 #cat-nav ul li a {
    padding-top: 16px;
    padding-right: 25px;
    padding-left: 0px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
}
.homepage-1 #cat-nav ul li a i{
    margin-left:7px;
}
.homepage-1 #cat-nav .mega-sub ul li a{
    padding:0;
}
.short-form{
    float:right;
    max-width:200px;
    width:100%;
}
.tab-1, .tab-2, .tab-5{
    margin-bottom:80px;
}
.cent{
    text-align:center;
}
.nogap {
    padding-right: 0px;
    padding-left: 0px;
}
/*===== HEADER =====*/
.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  padding: 0 1rem;
  background-color: #FFF;
  z-index: var(--z-fixed);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header__logo {
  color: var(--dark-color);
}

.header__toggle {
  font-size: 1.7rem;
  cursor: pointer;
}
.prdct-grid:hover{
    box-shadow: 0 2px 16px 4px rgba(40,44,63,.07);
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent!important;
}
.container-img {
    position: relative;
    /* max-width: 800px; */
    margin: 0 auto;
    border: 1px solid #edeaea;
    margin-bottom: 25px;
}
.content a {
    color: #f9f9f9;
    text-shadow: 2px 0px #464545;
}
.container-img img {vertical-align: middle;}


/*--------------------------------------*/
.content-area {
    position: relative;
    /* width: 904px; */
    margin: 0 auto;
}
.carousel-indicators li {
    border-radius: 50%;
    height: 15px;
    width: 15px;
}
.carousel-indicators .active {
    background-color: #cc3300;
}
.carousel-indicators .active {
height: 15px;
width: 15px;


}
.carousel-control.left {
    background-image: none!important;
     background-image: none!important;
    background-image: none!important;
    background-image: none!important;}

    .carousel-control.right {
    right: 0;
    left: auto;
     background-image: none!important;
     background-image: none!important;
    background-image: none!important;
   
}
.slidemobile {
    width: 250px;
    /* height: 290px; */
    /* margin: 15px 10px; */
    margin: 14px 5px;
    cursor: pointer;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1s;
    position: relative;
    background: #fff;
    border: 1px solid #ededed;
    /* box-shadow: 1px 2px 4px 1px #d0caca; */
}
.wrapper {
    overflow: hidden;
    position: relative;
    background: transparent;
    z-index: 1;
}
#items {
  width: 10000px;
  position: relative;
  top: 0;
  left: -400px;
}

#items.shifting {
  transition: left .2s ease-out;
}
.slidemobile {
   /* width: 300px;*/
    /* height: 334px; */
    /* margin: 15px 10px; */
    padding: 0px;
    cursor: pointer;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1s;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    /* box-shadow: 1px 2px 4px 1px #d0caca; */
}


.slidermobile.loaded .slidemobile:nth-child(2),
.slidermobile.loaded .slidemobile:nth-child(7) {
  background: #FFCF47;
}
.slidermobile.loaded .slidemobile:nth-child(1),
.slidermobile.loaded .slidemobile:nth-child(6) {
  background: #7ADCEF;
}
.slidermobile.loaded .slidemobile:nth-child(3) {
  background: #F97C68;
}
.slidermobile.loaded .slidemobile:nth-child(4) {
  background: #a78df5;
}
.slidermobile.loaded .slidemobile:nth-child(5) {
  background: #ff8686;
}

.control {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 20px;
  margin-top: -20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.prev,
.next {
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.prev {
    background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronLeft-512.png);
    left: 16px;
     visibility: hidden;
}
.next {
    background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronRight-512.png);
    right: 10px;
    visibility: hidden;
}
.prev:active,
.next:active {
  transform: scale(0.8);
}
.sidebar-inner .tax {
    color: #03A685;
    /* font-family: "Nunito Sans Bold"; */
    font-weight: 600;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
}
/*.content-area img {
    position: relative;
    max-width: 200px;
    width: 40%!important;
    height: 100%!important;
    /* margin: 0 auto; 
    text-align: center;
    padding: 26px;
}*/

.demonstrations {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 18px;
}
.demonstrations a {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.demonstrations a img {
  float: left;
}
.demonstrations .rightmost {
  margin-right: 0;
}

.slick-slide {
    margin: 0px 3px;
}
    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
    .slider-mobile{ background: #333; }

    .box-img-heading {
    border: 1px solid #cdcbcb;
    border-radius: 0px;
}
.box-img-heading {
    border: 1px solid #cdcbcb;
    padding: 0px;
    border-radius: 0px;
}
.heading {
    border-top: 1px solid #cdcbcb;
    padding: 10px;
    font-size: 15px;
    background: #fff;
}
.slider-mobile {
    background: #f2ebeb;
    padding: 10px;
}
.main-heading h3 {
    font-size: 16px;
    font-weight: 600;
}

.cat-offers {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*---------------------------------------------------------------------------------------------*/

/*************************
******* Home ******
**************************/

#slider {
    padding-bottom: 45px;
}

.carousel-indicators li {
    background: #C4C4BE;
}

.carousel-indicators li.active {
    background: #FE980F;
}

/*.item {
    padding-left: 100px;
}*/

.pricing {
    position: absolute;
    right: 40%;
    top: 52%;
}

.girl {
    margin-left: 0;
}

.item h1 {
    color: #B4B1AB;
    font-family: abel;
    font-size: 48px;
    margin-top: 115px;
}

.item h1 span {
    color: #FE980F;
}

.item h2 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 10px;
}

.item p {
    color: #363432;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.get {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 23px;
}

.item button:hover {
    background: #FE980F;
}

.control-carousel {
    position: absolute;
    top: 50%;
    font-size: 60px;
    color: #C2C2C1;
}

.control-carousel:hover {
    color: #FE980F;
}

.right {
    right: 0;
}

.category-products {
    border: 1px solid #F7F7F0;
    margin-bottom: 35px;
    padding-bottom: 20px;
    padding-top: 15px;
}

.left-sidebar h2,
.brands_products h2 {
    color: #FE980F;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.left-sidebar h2:after,
h2.title:after {
    content: " ";
    position: absolute;
    border: 1px solid #f5f5f5;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -2;
}

.left-sidebar h2:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 130px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -65px;
}

h2.title:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -110px;
}

.category-products .panel {
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
    background-color: #FFFFFF;
    border: 0 none;
    color: #FFFFFF;
    padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0 none;
}

.category-products .badge {
    background: none;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.panel-body ul {
    padding-left: 20px;
}

.panel-body ul li a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.brands-name {
    border: 1px solid #F7F7F0;
    padding-bottom: 20px;
    padding-top: 15px;
}

.brands-name .nav-stacked li a {
    background-color: #FFFFFF;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover {
    background-color: #fff;
    color: #696763;
}

.shipping {
    background-color: #F2F2F2;
    margin-top: 40px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
}

.price-range {
    margin-top: 30px;
}

.well {
    background-color: #FFFFFF;
    border: 1px solid #F7F7F0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 35px;
}

.tooltip-inner {
    background-color: #FE980F;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #FE980F;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.padding-right {
    padding-right: 0;
}

.features_items {
    overflow: hidden;
}

h2.title {
    color: #FE980F;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.product-image-wrapper {
    border: 1px solid #F7F7F5;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-products {
    position: relative;
}

.new,
.sale {
    position: absolute;
    top: 0;
    right: 0;
}

.productinfo h2 {
    color: #FE980F;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.product-overlay h2 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.productinfo p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #696763;
}

.productinfo img {
    width: 100%;
}

.productinfo {
    position: relative;
}

.product-overlay {
    background: rgba(254, 152, 15, .8);
    top: 0;
    display: none;
    height: 0;
    position: absolute;
    -webkit-transition: height 500ms ease 0s;
    transition: height 500ms ease 0s;
    width: 100%;
    display: block;
}

.single-products:hover .product-overlay {
    display: block;
    height: 100%;
}

.product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.product-overlay .add-to-cart {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    color: #FE980F;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.product-overlay .add-to-cart:hover {
    background: #fff;
    color: #FE980F;
}

.product-overlay p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.add-to-cart {
    background: #F5F5ED;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.add-to-cart:hover {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
}

.add-to {
    margin-bottom: 10px;
}

.add-to-cart i {
    margin-right: 5px;
}

.add-to-cart:hover {
    background: #FE980F;
    color: #FFFFFF;
}

.choose {
    border-top: 1px solid #F7F7F0;
}

.choose ul li a {
    color: #B3AFA8;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
}

.choose ul li a i {
    margin-right: 5px;
}

.choose ul li a:hover {
    background: none;
    color: #FE980F;
}

.category-tab {
    overflow: hidden;
}

.category-tab ul {
    background: #40403E;
    border-bottom: 1px solid #FE980F;
    list-style: none outside none;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
}

.category-tab ul li a {
    border: 0 none;
    border-radius: 0;
    color: #B3AFA8;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.category-tab ul li a:hover {
    background: #FE980F;
    color: #fff;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FE980F;
    border: 0px;
    color: #FFFFFF;
    cursor: default;
    margin-right: 0;
    margin-left: 0;
}

.nav-tabs li a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 0;
}

.recommended_items {
    overflow: hidden;
}

#recommended-item-carousel .carousel-inner .item {
    padding-left: 0;
}

.recommended-item-control {
    position: absolute;
    top: 41%;
}

.recommended-item-control i {
    background: none repeat scroll 0 0 #FE980F;
    color: #FFFFFF;
    font-size: 20px;
    padding: 4px 10px;
}

.recommended-item-control i:hover {
    background: #ccccc6;
}

.recommended_items h2 {}

.our_partners {
    overflow: hidden;
}

.our_partners ul {
    background: #F7F7F0;
    margin-bottom: 50px;
}

.our_partners ul li a:hover {
    background: none;
}


/*************************
*******Shop CSS******
**************************/

#advertisement {
    padding-bottom: 45px;
}

#advertisement img {
    width: 100%;
}

.pagination {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 0;
    padding-left: 15px;
}

.pagination li:first-child a,
.pagination li:first-child span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
    background-color: #FE980F;
    border-color: #FE980F;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}

.pagination li a,
.pagination li span {
    background-color: #f0f0e9;
    border: 0;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    margin-right: 5px;
    color: #000;
}

.pagination li a:hover {
    background: #FE980F;
    color: #fff;
}


/*************************
*******Product Details CSS******
**************************/

.product-details {
    overflow: hidden;
}

#similar-product {
    margin-top: 40px;
}

#reviews {
    padding-left: 25px;
    padding-right: 25px;
}

.product-details {
    margin-bottom: 40px;
    overflow: hidden;
    margin-top: 10px;
}

.view-product {
    position: relative;
}

.view-product img {
    border: 1px solid #F7F7F0;
    height: 380px;
    width: 100%;
}

.view-product h3 {
    background: #FE980F;
    bottom: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 8px 20px;
    position: absolute;
    right: 0;
}

#similar-product .carousel-inner .item {
    padding-left: 0px;
}

#similar-product .carousel-inner .item img {
    display: inline-block;
    margin-left: 15px;
}

.item-control {
    position: absolute;
    top: 35%;
}

.item-control i {
    background: #FE980F;
    color: #FFFFFF;
    font-size: 20px;
    padding: 5px 10px;
}

.item-control i:hover {
    background: #ccccc6;
}

.product-information {
    border: 1px solid #F7F7F0;
    overflow: hidden;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-top: 60px;
    position: relative;
}

.newarrival {
    position: absolute;
    top: 0;
    left: 0
}

.product-information h2 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin-top: 0;
}

.product-information p {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

.product-information span {
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 18px;
}

.product-information span span {
    color: #FE980F;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-right: 20px;
    margin-top: 0px;
}

.product-information span input {
    border: 1px solid #DEDEDC;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 33px;
    outline: medium none;
    text-align: center;
    width: 50px;
}

.product-information span label {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-right: 5px;
}

.share {
    margin-top: 15px;
}

.cart {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.shop-details-tab {
    border: 1px solid #F7F7F0;
    margin-bottom: 75px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
}

.shop-details-tab .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

#reviews ul {
    background: #FFFFFF;
    border: 0 none;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
}

#reviews ul li {
    display: inline-block;
}

#reviews ul li a {
    color: #696763;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding-right: 15px;
}

#reviews ul li a i {
    color: #FE980F;
    padding-right: 8px;
}

#reviews ul li a:hover {
    background: #fff;
    color: #FE980F;
}

#reviews p {
    color: #363432;
}

#reviews form span {
    display: block;
}

#reviews form span input {
    background: #F0F0E9;
    border: 0 none;
    color: #A6A6A1;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    outline: medium none;
    padding: 8px;
    width: 48%;
}

#reviews form span input:last-child {
    margin-left: 3%;
}

#reviews textarea {
    background: #F0F0E9;
    border: medium none;
    color: #A6A6A1;
    height: 195px;
    margin-bottom: 25px;
    margin-top: 15px;
    outline: medium none;
    padding-left: 10px;
    padding-top: 15px;
    resize: none;
    width: 99.5%;
}

#reviews button {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.cat-sec-3 img {
    width: 100%;
}
.search-leftContainer {
    /*min-width: 252px;s
    max-width: 252px;*/
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.column-base, .row-base {
    -webkit-box-direction: normal;
}
.column-base {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.header-container {
    position: relative;
    border-right: none!important;
    padding-top: 0;
}
.vertical-filters-filters {
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-bottom: 1px solid #e9e9ed;
    position: relative;
    border-right: 1px solid #edebef;
}
.header-clearAllBtn {
    position: absolute;
    top: 2px;
    right: 10px;
    font-weight: 500;
    color: #ff3f6c;
    font-size: 13px;
    cursor: pointer;
}
.index-PageNotFoundContainer{padding-top:80px;padding-bottom:140px}
.index-searchBox{display:inline-block;width:700px;margin-top:30px}
.index-inputBox{border:1px solid #ccc;padding:10px 5px;width:70%;outline:0}
.index-searchBtn{padding:10px 20px;border:1px solid #ccc;border-left:none;color:#3466e8;font-weight:500;font-size:16px}.index-infoBig{font-size:32px;color:#282c3f;margin-bottom:10px;margin-top:20px}
.index-popularSearch{margin:20px 10px;font-size:15px;color:#696b79}
.index-popularSearch a{font-size:13px;color:#94969f}
.index-infoSmall{font-size:14px;margin-bottom:25px;color:#94969f;margin-top:10px}
.index-productSections{color:#3466e8;font-weight:500}
.index-productSections:after{content:" | ";color:#a9abb3}
.index-productSections:last-child:after{content:""}
.index-productSectionContainer{margin:20px 0}
.index-searchTerm{color:#3466e8;font-weight:500}
.index-notFoundImage{display:inline-block;margin:30px 0;min-height:53px;width:200px}
@media (max-width:500px){.index-PageNotFoundContainer{padding:50px 0}
.index-infoBig{font-size:23px}
.index-searchBox{width:100%;margin-top:15px}
.index-inputBox{width:50%;font-size:13px}
.index-inputBox,.index-searchBtn{height:39px;-webkit-box-sizing:border-box;box-sizing:border-box}
.index-searchBtn{padding:8px 20px;display:inline-block}
.index-notFoundImage{width:150px;min-height:40px}
.index-popularSearch{font-size:13px;line-height:24px}}
.column-base{-ms-flex-item-align:start;align-self:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}
.column-base,.row-base{-webkit-box-direction:normal}
.row-base{display:flexbox;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}
.row-base:after{clear:both;content:" ";display:table}.breadcrumbs-base{vertical-align:top;padding:20px 0 0}
.breadcrumbs-list{font-size:14px;overflow:hidden;display:inline-block;margin:0 0 0 25px;vertical-align:top}
.breadcrumbs-item{font-size:14px;display:inline-block;float:left;margin-right:5px;text-transform:capitalize;line-height:1}.breadcrumbs-item:after{font-size:14px;content:"/";margin-left:5px;color:#282c3f}
.breadcrumbs-crumb{text-decoration:none;color:#282c3f;text-transform:capitalize}
.breadcrumbs-item:last-child{font-weight:500}
.breadcrumbs-item:last-child:after{content:"";display:none}
.gender-list li{margin-bottom:4px}
.gender-label{cursor:pointer;color:#282c3f;font-weight:500}
.vertical-filters-filters{padding-top:20px;padding-bottom:15px;padding-left:0px;border-bottom:1px solid #e9e9ed;position:relative;border-right:1px solid #edebef}
.vertical-filters-filters .vertical-filters-label{display:block;width:95%;white-space:nowrap;cursor:pointer;overflow:hidden;text-overflow:ellipsis;min-height:17px;color:#282c3f}
.vertical-filters-filters:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}
.vertical-filters-header{font-weight:500;text-transform:uppercase;font-size:14px;margin:0 0 18px;clear:both;color:#282c3f;display:block; font-weight: bold;}
.categories-container{position:relative}
.categories-list{margin-bottom:0}
.categories-scrollableList{max-height:205px;padding-bottom:15px;overflow-x:hidden;overflow-y:scroll;-webkit-box-shadow:inset 0 -9px 4px -8px rgba(0,0,0,.1);box-shadow:inset 0 -9px 4px -8px rgba(0,0,0,.1);-webkit-transition:max-height .5s;transition:max-height .5s;-webkit-box-sizing:border-box;box-sizing:border-box}
.categories-expanded{max-height:307.5px}
.categories-list label{cursor:pointer}
.categories-num{color:#94969f;font-size:11px;margin-left:4px}
.categories-categorySearch{margin-bottom:10px;outline:none;font-size:14px;width:100%;height:30px;padding-left:10px;border:1px solid #ccc}
.categories-categorySearch:focus{border:1px solid #526cd0}
.categories-more{cursor:pointer;margin-top:10px;font-size:15px;color:#ff3f6c;margin-left:27px}
.FilterDirectory-panel{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 8px rgba(0,0,0,.1);box-shadow:0 1px 8px rgba(0,0,0,.1);background:#fff;border:1px solid #eaeaec;width:980px;padding:15px 0;overflow:hidden;position:absolute;top:0;left:0;z-index:5;display:none}
.FilterDirectory-expanded{display:block}.FilterDirectory-titleBar{color:#adaeaf;padding:0 18px 12px;border-bottom:1px solid #eaeaec}
.FilterDirectory-searchInput{margin:0 20px 0 0;height:30px;width:170px;font-size:15px;padding:5px;border:1px solid #ccc;outline:none;text-transform:capitalize}
.FilterDirectory-searchInput:focus{border:1px solid #526cd0}
.FilterDirectory-list{padding:20px 18px 10px 0!important;margin-right:18px!important;margin-left:10px!important;height:465px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start;white-space:nowrap;overflow-x:auto;overflow-y:hidden}
.FilterDirectory-list li{margin:0 10px 8px 0;font-size:14px;padding-left:10px}
.FilterDirectory-list li label{display:block;width:100%;min-height:17px;color:#282c3f}
.FilterDirectory-listTitle{margin-bottom:10px;font-weight:500;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#282c3f}.FilterDirectory-close{float:right;cursor:pointer;opacity:.7;margin-top:10px}
.FilterDirectory-count{color:#94969f;font-size:11px;margin-left:4px}
.FilterDirectory-indices{padding:0;margin:0;display:inline-block;text-transform:uppercase}
.FilterDirectory-indices li{width:20px;height:20px;display:inline-block;position:relative;text-align:center;cursor:pointer;color:#adaeaf;font-weight:500;font-size:13px}
.FilterDirectory-disabled{opacity:.2;cursor:default}
.filter-search-filterSearchBox{position:absolute;top:12px;right:14px;width:30px;height:30px;background-color:#f5f5f6;border-radius:50%}
.filter-search-filterSearchBox .filter-search-inputBox{background-color:transparent;outline:none;border:none;font-size:14px;height:100%;width:100%;position:absolute;right:0;padding:2px 33px 2px 14px}
.filter-search-filterSearchBox .filter-search-hidden{display:none}
.filter-search-expanded{width:221px;border-radius:15px}
.filter-search-iconSearch{right:4px;top:4px;-webkit-transform:scale(.7);transform:scale(.7)}
.filter-search-closeSearch,.filter-search-iconSearch{display:inline-block;position:absolute;cursor:pointer}
.filter-search-closeSearch{right:8px;top:8px}
.brand-container{position:relative}.brand-list{margin-bottom:0}
.brand-scrollableList{max-height:205px;padding-bottom:15px;overflow-x:hidden;overflow-y:scroll;-webkit-box-shadow:inset 0 -9px 4px -8px rgba(0,0,0,.1);box-shadow:inset 0 -9px 4px -8px rgba(0,0,0,.1);-webkit-transition:max-height .5s;transition:max-height .5s;-webkit-box-sizing:border-box;box-sizing:border-box}
.brand-expanded{max-height:307.5px}.brand-num{color:#94969f;font-size:11px;margin-left:4px}
.brand-label{display:inline-block;width:100%;white-space:nowrap;cursor:pointer}
.brand-brandSearch{margin-bottom:10px;outline:none;font-size:14px;width:100%;height:30px;padding-left:10px;border:1px solid #ccc}
.brand-brandSearch:focus{border:1px solid #526cd0}
.brand-more{cursor:pointer;margin-top:10px;font-size:15px;color:#ff3f6c;margin-left:27px}
.colour-listItem{display:block;position:relative;margin:0 10px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}
.colour-multiColorLabel{background-position:-2494px -60px}
.colour-label{position:relative;height:100%;line-height:16px;vertical-align:top}
.colour-label,.colour-more{cursor:pointer;display:block}
.colour-more{color:#526cd0;margin-left:27px;margin-top:10px}
.colour-more span{display:block;font-size:15px;color:#ff3f6c}
.colour-colorDisplay{width:15px;height:15px;border-radius:50%;display:inline-block;margin-right:8px;margin-left:27px}
.colour-colorDisplay[data-colorhex="off white"],.colour-colorDisplay[data-colorhex=white]{border:1px solid #d6d6d6}.colour-num{color:#94969f;font-size:11px;margin-left:4px}
.price-list li{margin-bottom:4px}
.price-list label{cursor:pointer}
.price-input{margin-right:12px}
.price-num{color:#94969f;font-size:11px;margin-left:4px}
.discount-input{margin-right:12px}
.discount-list li{margin-bottom:4px}
.discount-list label{cursor:pointer}
.header-container{position:relative;border-right:none!important;padding-top:0}
.header-clearAllBtn{position:absolute;top:2px;right:10px;font-weight:500;color:#ff3f6c;font-size:13px;cursor:pointer}.header-title{font-weight:700}
.condition-render-verticalFilters{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:margin .2s cubic-bezier(.25,.46,.45,.94);transition:margin .2s cubic-bezier(.25,.46,.45,.94);margin-top:0;padding-top:23px}@-webkit-keyframes condition-render-color-animation{0%{background:auto}to{background:rgba(255,140,167,.1)}}@keyframes condition-render-color-animation{0%{background:auto}to{background:rgba(255,140,167,.1)}}.condition-render-verticalFiltersOnClearAll{-webkit-animation:condition-render-color-animation 1s linear 4 alternate;animation:condition-render-color-animation 1s linear 4 alternate}.condition-render-boundary-top{position:static}.condition-render-boundary-bottom{position:relative}.condition-render-hung{position:relative;z-index:4}.condition-render-fixed-bottom,.condition-render-fixed-top{width:252px;min-width:252px;z-index:4;position:fixed;margin-bottom:10px;margin-top:10px}.horizontal-filters-title{font-weight:500;display:inline-block;text-overflow:ellipsis;vertical-align:top;overflow:hidden;white-space:nowrap;font-size:18px;margin:0;max-width:400px;color:#282c3f;text-transform:capitalize}.horizontal-filters-sub{font-size:18px;color:#878b94}
.horizontal-filters-sortContainer{display:inline-block;float:right;margin-right:30px;margin-bottom:0;margin-top:-7px;position:relative;top:5px}
.horizontal-filters-searchInfo{-ms-flex-item-align:center;align-self:center}.horizontal-filters-base{width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border-bottom:1px solid #eaeaec;padding-bottom:15px;padding-top:23px}@-webkit-keyframes horizontal-filters-color-animation{0%{background:auto}to{background:rgba(255,140,167,.1)}}@keyframes horizontal-filters-color-animation{0%{background:auto}to{background:rgba(255,140,167,.1)}}.horizontal-filters-baseOnClearAllHover{-webkit-animation:horizontal-filters-color-animation 1s linear 4 alternate;animation:horizontal-filters-color-animation 1s linear 4 alternate}.horizontal-filters-hideBorder{border-bottom:none}.horizontal-filters-addBoxShadow{-webkit-box-shadow:0 8px 8px -4px rgba(40,44,63,.04);box-shadow:0 8px 8px -4px rgba(40,44,63,.04)}.horizontal-filters-searchMessage{font-size:13px;padding:10px;color:#535766;background:#eef1fb;border:1px solid #dde2f6;max-width:400px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:2px;margin-bottom:10px}.horizontal-filters-searchMessage br{display:none}.sort-sortBy{padding:9px 14px;font-size:14px;color:#282c3f;cursor:pointer;position:relative;width:255px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:2px;background-color:#fff;border:1px solid #d4d5d9}.sort-sortBy span{text-transform:capitalize;font-weight:500;color:#282c3f}
.sort-list{width:255px;background-color:#fff;position:absolute;top:33px;left:-1px;margin:0;padding:16px 0;z-index:2;display:none;border:1px solid #d4d5d9;border-top:none;-webkit-box-shadow:0 8px 10px 0 rgba(0,0,0,.08);box-shadow:0 8px 10px 0 rgba(0,0,0,.08)}
.sort-sortBy:hover .sort-list{display:block}
.sort-sortBy:hover{-webkit-box-shadow:0 8px 10px 0 rgba(0,0,0,.08);box-shadow:0 8px 10px 0 rgba(0,0,0,.08)}.sort-list label{display:block;font-size:14px;color:#282c3f;cursor:pointer;padding:10px 20px}.sort-list li:hover{background-color:#f4f4f5}
.sort-list label.sort-selected{background-color:#f4f4f5;font-weight:500}
.sort-label input{visibility:hidden;display:none}
.sort-downArrow{margin-left:5px;margin-top:5px;float:right}
.atsa-filters{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;color:#282c3f;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:-10px 0 0 16px}.atsa-filters li{margin-right:4px;margin-bottom:0;margin-top:10px;cursor:pointer}.atsa-filters input{display:none}.atsa-filters label{position:relative;padding:5px 8px 5px 10px}.atsa-downArrow,.atsa-upArrow{vertical-align:middle;-webkit-transform:scale(.8);transform:scale(.8);margin-left:4px}.atsa-filters .atsa-selected,.atsa-filters .atsa-selected:hover,.atsa-filters label:hover{border-radius:20px;background-color:#f4f4f5}.atsa-addMargin{margin-top:10px}.atsa-values{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;text-transform:capitalize;margin:18px 0 0 11px}.atsa-values li{margin:0 20px 10px 0;width:120px;overflow:hidden;text-overflow:ellipsis}.atsa-base label{cursor:pointer;white-space:nowrap}.atsa-title{font-weight:400;margin:0;display:inline-block}.atsa-hidden{display:none}label[data-key=size_facet]{text-transform:uppercase}.atsa-atsaFiltersOptionCtn{padding-left:16px;padding-bottom:0;display:none}.atsa-atsaShowContainer{display:block}
.atsa-more{font-weight:500;color:#282c3f;margin-left:10px}
.modal-backdropStyle{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.3);padding:50px;z-index:10}.modal-modalStyle{background-color:#fff;-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,.08);box-shadow:0 4px 10px 0 rgba(0,0,0,.08);border-radius:5px;width:449px;height:130px;margin:-85px 0 0 -250px;padding:30px;position:absolute;left:50%;top:50%}
.modal-title{font-size:16px;font-weight:500;letter-spacing:.4px;color:#282c3f;margin-left:5px}.modal-descrip{margin-left:5px;margin-top:10px;font-size:12px;line-height:1.5;color:#7e808c}.modal-pinContainer{border-radius:4px;font-weight:500;letter-spacing:.4px;color:#282c3f;border:1px solid #d4d5d9;padding:10px;font-size:16px;min-width:160px;width:205px;background-color:#f4f4f5}.modal-check{width:74px;padding:12px;font-size:14px;font-weight:500;letter-spacing:.3px;color:#fff;margin-left:10px;border-radius:2.4px;background-color:#ff3e6c}.modal-form,.modal-validtyNotification{margin-left:5px;margin-top:10px}
.modal-validtyNotification{font-size:12px;font-weight:500;line-height:1.5;color:#ff5a5a}.modal-disable{display:none}
.modal-close{position:absolute;right:10px;top:10px;width:20px;height:20px;opacity:.3}.modal-close:hover{opacity:1}.modal-close:after,.modal-close:before{position:absolute;left:10px;content:"";height:20px;width:3px;background-color:#333}
.modal-close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.modal-close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.filter-summary-hidden{display:none}
.filter-summary-reduceTopPadding,.filter-summary-selectedFilterContainer{padding-top:15px}.filter-summary-filterList{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin:0;padding-left:17px!important}.filter-summary-filterList li{margin:0 8px 6px 0}.filter-summary-filter{position:relative;background-color:#fff;text-transform:capitalize;color:#3e4152;cursor:default;font-size:12px;padding:5px 26px 5px 10px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;border-radius:20px;border:1px solid #d4d5d9}.filter-summary-filter:hover{border:1px solid #94969f}.filter-summary-filter input{display:none}
.filter-summary-colourBox{position:relative;top:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:11px;height:11px;border-radius:50%;display:inline-block;margin-right:5px}.filter-summary-colourBox[data-colorhex=white],.filter-summary-listItem[data-colorhex="off white"]{border:1px solid #d6d6d6}.filter-summary-multiColorBox{background-position:-2494px -61px}.filter-summary-removeFilter{position:absolute;top:4px;right:4px;width:18px;height:20px;z-index:1;text-align:center;cursor:pointer}.filter-summary-removeIcon{vertical-align:middle;opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}.filter-summary-resetAll{font-size:12px;cursor:pointer;text-transform:uppercase;color:#526cd0;font-weight:500}
.slick-slider{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}
.slick-loading .slick-list{background:#fff none 50% no-repeat}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}
.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}.slick-next,.slick-prev{position:absolute;display:block;height:48px;width:48px;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;top:50%;margin-top:-10px;padding:0;border:none;outline:none}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{line-height:1;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background-color:#fff;border-radius:1000px;font-size:25px;padding:10px 12px;box-shadow:0 1.5px 4px 1px rgba(0,0,0,.18);content:" ";display:block;width:48px;height:48px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAbJJREFUWAnN2M9KwzAYAPCkvfgE/pkoEz25oU4PHq1ePXtUT+JJfQPpnsEn8B0EPTjw4EXEgmLxIrMg2GHFoTcPa0zKsnVb2yVpmyyXtOmXfL/S0nwUgAxaac3YL1c2jzNYCuhpFyEY3wdHCIDlyam5sc+Gc5dmzVQgiqEAjFqaLSzcum79i47x9hrvBBrfj8HjSId61bKuX2iMSA9FJsVhnq3ahch64TncoDwxBMYFyhvDBZKBYQbJwjCBZGKGgmRjEkEqMLEgVZhIkErMAEg1pgdUWt068JF/SAbbLdibstgO6IIsffClLq8YJy0IdsMT8IUmhMAOj+V+jOAvJIVVC6C93JMxJMClx7eGNPTDECstJHhkES8z2XWbuMRJVdvw3gWE+JHRSf0ofMGHUD+1rdoVjZHRd0pYz3UeJ6aLfwiB9XZibELGeGH+3XPfXmVgSI4OiJyMAqoHNAqoAZBqVCRIJSoWpAqVCFKBGgqSjWICyUQxg2ShuEAyUNygvFFCoETUTPHe+3AaJEakCf+OIcnsh5tzTQNn3cTocmfbeOqeKzoipctiZaNqmmaqGyT8f5YrTZEP2XpTAAAAAElFTkSuQmCC"),linear-gradient(180deg,#fff,#fafafa);background-repeat:no-repeat;background-position:50%;background-size:40%}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before,[dir=rtl] .slick-prev:before{content:" "}.slick-next{right:-25px}[dir=rtl] 
.slick-next{left:-25px;right:auto}
.slick-next:before{-webkit-transform:scaleX(-1);transform:scaleX(-1)}
.slick-slider{margin-bottom:30px}
.slick-dots{position:absolute;bottom:-45px;list-style:none;display:block;text-align:center;padding:0;width:100%}.slick-dots li{position:relative;display:inline-block;margin:0;padding:0}.slick-dots li,.slick-dots li button{height:20px;width:20px;cursor:pointer}
.slick-dots li button{border:0;background:transparent;display:block;outline:none;line-height:0;font-size:0;color:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,
.slick-dots li button:hover:before{opacity:1}
.slick-dots li button:before{position:absolute;top:0;left:0;content:"\2022";width:20px;height:20px;font-size:24px;font-family:monospace;line-height:20px;text-align:center;color:#7e818c;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#535766;opacity:.75}.slick-smalldots{position:absolute;list-style:none;display:block;text-align:center;width:100%;bottom:22px;z-index:4;background-color:#fff;font-size:0;padding:8px 0 2px;animation-name:product-smalldotsanimation;animation-duration:.2s}.slick-smalldots li{position:relative;display:inline-block;padding:0;cursor:pointer;height:4px;width:4px;background-color:#d4d5d9;border-radius:4px;margin:0 3px}.slick-smalldots li button{height:4px;width:4px;display:none;border:0;background:transparent;outline:none;line-height:0;font-size:0;color:transparent;cursor:pointer}.slick-smalldots li.slick-active{background-color:#ff3e6c}.slick-smalldots li button:focus,.slick-smalldots li button:hover{outline:none}.slick-smalldots li button:focus:before,.slick-smalldots li button:hover:before{opacity:1}@keyframes product-smalldotsanimation{0%{bottom:0;z-index:3}to{bottom:22px;z-index:4}}.product-base{width:210px;text-align:left;position:relative;vertical-align:top;overflow:hidden;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 10px 30px}.product-base .slick-initialized{margin-bottom:0}.product-loyalty{font-weight:300;color:#282c3f}.product-loyalty,.product-PPPromo{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:210px;margin:-12px 0 10px;text-align:left;font-size:12px}.product-PPPromo{line-height:1;color:#ff5a5a}.product-base.product-isActive,.product-base:hover{-webkit-box-shadow:0 2px 16px 4px rgba(40,44,63,.07);box-shadow:0 2px 16px 4px rgba(40,44,63,.07)}.product-base a{text-decoration:none}.product-strike{text-decoration:line-through;color:#7e818c;font-weight:400;margin-left:5px;font-size:12px}
.product-brand{font-size:16px;font-weight:500;line-height:1;color:#282c3f;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}h3.product-brand{margin-top:inherit;-webkit-margin-before:initial;margin-block-start:0}.product-product{color:#535766;font-size:14px;line-height:1;margin-bottom:0;margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;display:block}.product-price{line-height:15px;margin:10px 0 6px;white-space:nowrap}.product-discountedPrice,.product-price{font-size:14px;color:#282c3f;font-weight:500}.product-discountPercentage{color:#ff905a;font-weight:400;font-size:12px;margin-left:5px}.product-discountPercentage b,.product-discountPercentage em{font-style:normal;font-weight:400}.product-discountPercentage .product-gift,.product-discountPercentage div,.product-discountPercentage p{display:inline}.product-thumb{height:240px;display:block;background-color:transparent;opacity:1}.product-thumbShim{position:absolute;top:0;left:0;width:101%;height:210px;background-color:#282c3f;-webkit-transition:visibility 0s,opacity .5s linear;transition:visibility 0s,opacity .5s linear;visibility:hidden;opacity:0}.product-thumbShimActive{visibility:visible;opacity:.5;z-index:1}.product-actions{display:none;position:absolute;z-index:3;left:0;top:250px;background:#fff;width:100%;padding:16px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-prelaunchActions{padding-bottom:6px}
.product-actionsButton{font-weight:500;font-size:12px;text-transform:uppercase;display:inline-block;cursor:pointer;padding:8px 12px;-webkit-box-sizing:border-box;box-sizing:border-box}.product-wishlist{border-radius:2px;border:1px solid #d4d5d9;color:#282c3f;letter-spacing:.3px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-wishlist:hover{border:1px solid #535766}.product-prelaunchBtn{border:none}.product-prelaunchBtn:hover{border:none;background-color:#ff527b}.product-launchDate{display:inline-block;text-align:center;font-size:9px}.product-launchDateWishlisted{color:#fff;font-size:9px}.product-addToBag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:inherit;border-radius:2px;background-color:#ff3e6c;color:#fff;letter-spacing:.3px}.product-addToBag:hover{background-color:#ff527b}.product-addToBag span{display:block}.product-sizes{font-size:14px;color:#535665;line-height:1;display:none;margin-top:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0;margin-bottom:0;font-weight:400}.product-base.product-isActive .product-actions,.product-base:hover .product-actions{display:-webkit-box;display:-ms-flexbox;display:flex}.product-base.product-isActive .product-sizes,.product-base:hover .product-imageRotaterContainer,.product-base:hover .product-similarItemCta,.product-base:hover .product-sizes{display:block}
.product-base:hover .product-product{display:none}
.product-sizeDisplayDiv{z-index:1;width:100%;max-width:100%;position:absolute;bottom:110px;background:#fff;visibility:hidden;margin-bottom:-140px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.product-showSizeDisplayDiv{visibility:visible;margin-bottom:0}
.product-sizeDisplayPriority{bottom:114px}
.product-sizeDisplayDivLoyalty{bottom:123px}
.product-sizeDisplayPriorityLoyalty{bottom:121px}
.product-sizeDisplayHeader{padding:8px 8px 8px 10px;text-align:left;font-size:14px;color:#535766}.product-sizeDisplayRemoveMark{position:absolute;top:11px;right:10px;cursor:pointer;opacity:.7;-webkit-transform:scale(.8);transform:scale(.8)}.product-sizeButtonsContaier{padding:5px 10px 10px;overflow-y:auto;max-height:108px}
.product-sizeButton,.product-sizeButtonsContaier{-webkit-box-sizing:border-box;box-sizing:border-box}.product-sizeButton{border-radius:20px;margin:5px;min-width:34px;min-height:34px;background-color:#fff;border:1px solid #bfc0c6;outline:none;font-size:12px;padding:5px}.product-sizeButton:hover{border-color:#282c3f;color:#282c3f}
.product-sizeButtonSelected{border-color:#14cda8;color:#fff;background:#14cda8}
.product-productMetaInfo{position:relative;z-index:3;background:#fff;padding:0 10px;height:100%;margin-top:12px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
.product-preOrderLabel{position:absolute;display:inline-block;top:15px;left:0;z-index:1;font-size:8px;color:#fff;font-weight:500;text-align:left;padding-left:2px;line-height:14px;height:14px}.product-productImage{opacity:0;-webkit-transition:opacity .7s ease-out;transition:opacity .7s ease-out}
.product-productImage.is-visible{opacity:1}.product-eorsText{font-size:7px}
.product-sizeInventoryPresent{color:#535665}
.product-sizeNoInventoryPresent{color:#a9abb3}
.product-base.product-similarItemCta{width:30px;height:30px;line-height:26px;font-size:12px;right:12px;top:207px;display:none;z-index:1}
.product-base .product-similarItemCta>span:first-child{background-size:6000% 486.36%;background-position:10.4% 71%;width:15px;height:13px}.product-base .product-similarItemCta>span:nth-child(2){font-size:12px;margin-top:0!important;margin-left:6px!important}.product-similarItemCta:hover{border-radius:40px;width:132px}.product-sliderContainer{position:absolute;top:0;width:100%;height:100%}.product-imageSliderContainer{position:relative;width:210px;height:280px}.product-xceleratorTag{position:absolute;top:10px;left:10px}
.product-ratingsContainer{z-index:1;position:absolute;margin-left:10px;margin-top:250px;font-size:12px;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:2px;padding:0 0 0 4px;background-color:hsla(0,0%,100%,.8)}
.product-ratingsContainer .product-starIcon{margin-left:-2px;-webkit-transform:scale(.55);transform:scale(.55)}.product-ratingsContainer .product-ratingsCount{display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:4px}
.product-ratingsContainer .product-ratingsCount 
.product-separator{font-size:10px;margin:-.5px 6px 0 -2px}
.coin-coin{display:inline-block;width:12px;height:12px;background-size:cover;position:relative;top:2px;}
.image-grid-container{float:left;width:58%}
.image-grid-sep{clear:both}
.image-grid-imageContainer{height:0;padding-top:133.33333333333331%;overflow:hidden;position:relative;border:1px solid #f5f5f6}

.fadeInOutAnimation-enter.fadeInOutAnimation-enter-active{opacity:1;-webkit-transition:opacity .5s ease-in;transition:opacity .5s ease-in}
.fadeInOutAnimation-leave{opacity:1}.fadeInOutAnimation-leave.fadeInOutAnimation-leave-active{opacity:.01;-webkit-transition:opacity .3s ease-in;transition:opacity .3s ease-in}
.title-container{margin:10px 0 5px 25px}
.title-title{font-weight:500;display:inline-block;text-overflow:ellipsis;vertical-align:top;overflow:hidden;white-space:nowrap;font-size:16px;margin:0;max-width:400px;color:#282c3f;text-transform:capitalize}
.title-count{font-size:16px;color:#878b94}
.search-leftContainer ul {
    margin: 0;
    padding-inline-start: 0px!important;
    list-style: none!important;
}

.search-leftContainer input[type=checkbox], input[type=radio] {
    margin: 4px 10px 0px;
    margin-top: 1px \9;
    line-height: normal;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
   font-weight: 400;
}
.product-name {
    padding: 10px;
}

/*Responsive******************************************************************************/
@media (max-width:480px) {
    .navbar ul {
    padding-inline-start: 0px!important;
}
.item-listing {
    width: 150px!important;
    margin: 0 5px 5px 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 0px!important;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-inline-start: 0px!important;}

#main-slider {
    margin-top: 60px;
}

}
@media only screen and (min-width:240px) and (max-width: 768px){
.navbar ul li{
    float:none;
    display:block;
    text-align:center;
    margin:0 auto;
}
}
@media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px){
     .mobile-nav{ display:none !important;}
  }
  /* .item-listing {
    width: 150px;}*/
  .content-offers {
    height: auto;
    width: 100%;
    /* background: url(images/bg-offers.jpg) no-repeat left center; */
    margin-bottom: 40px;
    padding-bottom: 134px!important;
}
  .navbar .navbar-default{ background-color: #fff; border-color: #fff!important;}
  .hidden-md{display:none!important;}}
  @media (min-width:768px){.navbar-brand {
    padding: 14px 0px!important;
}

.product-name {
    padding: 10px;
    border-top: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    min-height: 100px;
}
.navbar-right {
    float: right!important;
    margin-right: 45px;
    margin-top: 17px;
}
#believe-nav {
    padding: 20px 0;
}
.product-fade-wrap {
    position: relative;
    border: 1px solid #fff;
}
.item-listing {
    width: 230px!important;
    margin: 0 10px 10px 0;
}
}

  @media (max-width: 769px) {
   /* span.product-price {
    text-shadow: 2px 0px #464545;
}*/
.ct-offers-title {
    /* font-family: 'Nunito Sans Bold'; */
    font-size: 23px!important;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.min-marg {
    padding: 0px;
    /* margin-left: 30px; */
    /* margin-right: 37px; */
}
.cat-offers {
    padding-top: 9px!important;
    padding-bottom: 30px!important;}
.swiper-container {
    width: 80vw;
}
.cat-sec-3 {
    margin: 4px -10px;
}

.swiper-slide {
    background-size: cover;
    background-position: 50%;
    min-height: 80vh;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
    .prdct-grid {
    margin-bottom: 54px;
   /* min-height: 200px!important;
    text-align: left;
    max-height: 200px;*/
}
/*.sidebar-inner {
    margin-top: 50px!important;
}*/
.slidemobile {
    width: 270px;
    height: 330px;
    /* margin: 15px 10px; */
    margin: 5px;
    cursor: pointer;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1s;
    position: relative;
    background: #fff;
    border: 1px solid #ededed;
    /* box-shadow: 1px 2px 4px 1px #d0caca; */
}
.slidemobile img {
    width: 100%;
    min-height: 250px!important;
    height: 100%;
}
.product-name {
    padding: 15px 10px;
}

.carousel-indicators {
    top: 103%!important; bottom: 30%;

}
.content-area.slider-box img {
    width: 100%;
}
.carousel-indicators li {
    border: 1px solid #cc3300!important;}
.container-img .content {
    position: absolute;
    top: 0px;
    bottom: 0;
        background: rgb(0 0 0 / 31%);
    color: #f1f1f1;
    width: 100%;
    padding: 80px 5px 10px;
}
.blog-content .detail {
    border: 1px solid #E4E4E4;
    margin-bottom: 41px;
    margin-left: 0px;
    padding: 0px;
    /* margin: 15px; */
    /* width: 350px; */
    height: 385px;
    /* padding: 53px; */
    line-height: 100px;
    text-align: center;
    /* border: 1px solid red; */
}
/*.slider-box img{height: 300px;}*/
.navbar ul li:nth-child(6){
  background: #D80B15;
}

.mobile-menu i {
    font-size: 20px;
    filter: opacity(0.5);
    margin-top: 5px;
}
.mobile-menu {
    position: fixed;
    height: 60px;
    background: #fff;
    width: 100%;
    z-index: 45;
    border-bottom: 2px solid #f5efef;
    box-shadow: -2px 1px 4px 0px #e2e1e1;
}
.blog-content {
    padding-bottom: 5px;
}
.btn-open {
    padding-top: 4px!important;
}
.hidden-xs{display:none!important;}

.togglesearch {
    background: #fff;
    position: absolute;
    top: 23px!important;
    right: -360%!important;
    width: 309px!important;
    /* height: 57px; */
    line-height: 45px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top: 4px solid #D80B15;
    display: none;
    z-index: 9;
}
ul.nav.navbar-nav {
    text-transform: uppercase;
}

/*.togglesearch:before{
  content: "";
  position: absolute;
  top: -30px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #D80B15;
}*/

.togglesearch input[type="text"] {
    width: 230px!important;
    padding: 5px 10px;
    /* margin-left: -21px; */
    border: 1px solid #D80B15;
    outline: none;
}

.togglesearch input[type="button"]{
  width: 80px;
  padding: 5px 0;
  background: #D80B15;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #D80B15;
  outline: none;
  cursor: pointer;
}
.grid-listing {
    
    height: auto;
   
}}
@media only screen and (max-width:1440px) and (min-width: 768px){
    .item-listing {
    width: 223px;
    margin: 0 5px 5px 0;
}}
@media (max-width:1024px){
.homepage-1 #cat-nav ul li a {
    padding-top: 15px!important;
    padding-right: 2px!important;
    padding-left: 0px;
    font-size: 13px;
}
.item-listing {
    width: 170px;
    margin: 0 5px 5px 0;
}
}


.results-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 0 -10px 0 3px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul {
    list-style: none;
}
.product-base {
    width: 210px;
    text-align: left;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px 30px;
}
.product-thumbShim {
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 210px;
    background-color: #282c3f;
    -webkit-transition: visibility 0s,opacity .5s linear;
    transition: visibility 0s,opacity .5s linear;
    visibility: hidden;
    opacity: 0;
}
.product-imageSliderContainer {
    position: relative;
    width: 210px;
    height: 280px;
}
.product-sliderContainer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.product-productMetaInfo {
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 0 10px;
    height: 100%;
    margin-top: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
h3.product-brand {
    margin-top: inherit;
    -webkit-margin-before: initial;
    margin-block-start: 0;
}
.product-brand {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #282c3f;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-product {
    color: #535766;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    display: block;
}
.search-base h4, .search-base ul, .search-rightContainer {
    padding-left: 0;
}
.product-sizes {
    font-size: 14px;
    color: #535665;
    line-height: 1;
    display: none;
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    margin-bottom: 0;
    font-weight: 400;
}
.product-discountedPrice, .product-price {
    font-size: 14px;
    color: #282c3f;
    font-weight: 500;
}
.product-actions {
    display: none;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 250px;
    background: #fff;
    width: 100%;
    padding: 16px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-productMetaInfo {
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 0 10px;
    height: 100%;
    margin-top: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
h3.product-brand {
    margin-top: inherit;
    -webkit-margin-before: initial;
    margin-block-start: 0;
}
.product-brand {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #282c3f;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-base h4, .search-base ul, .search-rightContainer {
    padding-left: 0;
}
.product-product {
    color: #535766;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    display: block;
}
.product-sizes {
    font-size: 14px;
    color: #535665;
    line-height: 1;
    display: none;
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    margin-bottom: 0;
    font-weight: 400;
}
.product-discountedPrice, .product-price {
    font-size: 14px;
    color: #282c3f;
    font-weight: 500;
}
.product-productMetaInfo {
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 0 10px;
    height: 100%;
    margin-top: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.bg{
background: rgb(229, 241, 255);}

.product-sliderContainer{display: block;}


.searchProduct img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    height: 255px;
}