@font-face {
    font-family: 'Whitney-Semibold Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Whitney-Semibold Regular'), url('../fonts/whitneysemibold.woff') format('woff');
}

html, body, h1 h2 h3 {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    overflow-x: hidden;
    font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p{font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;}
span a{font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;}

a{
 color:#cc3300;
    text-decoration:none;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.space-bottom {
    margin-bottom: 10px;
}
.content h1.one span {
    margin-left: -6px;
}
.sidebar-inner p { font-size: 14px!important;
      color: #000;
}
.font-p {
    font-weight: 400;
   
    font-size: 14px;
}
.no-padd{
    padding:0;
}
.pt-10 {
    padding-top: 10px;}
    
.pt-20 {
    padding-top: 20px;}
        
.pt-30 {
    padding-top: 15px;}
.pb-30 {
    padding-bottom: 20px;}
    
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 {
    margin-top: 5px;
    margin-bottom: 4px;
      color: #282c3f;
    padding: 0 20px 0 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
   
}
.code {
    margin-top: -5px;
}
.sidebar-inner h2 {
    font-size: 24px;
    color: #999;
    margin-top: -1px;
    font-weight: 100;
    color: #535665;
    padding: 0px;
    font-size: 16px;
    opacity: .8;
    font-weight: 400;
}

.sidebar-inner h3 {
    font-size: 24px;
    color: #ff0000;
    margin-top: -5px;
    margin-bottom: 0px;
}
.divline {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E2E2E2;
    margin-top: 6px!important;
    padding-top: 10px!important;
    margin-right: 10px!important;
    margin-bottom: -8px!important;
}

.sidebar-inner h4 {
    margin-top: 30px;
    font-size: 16px;
}
.sidebar-inner h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0px;
    margin-top: 6px;
}
.sidebar-inner h6 {
    line-height: 16px;
    font-size: 16px;
    color: #7e818c;
    margin-bottom: 5px !important;
}
.sidebar-inner .tax {
    color: #03A685;
   
}
.sidebar-inner .subhead {
    font-size: 16px;
    color: #000;
    font-weight: 800;
    margin-bottom: 5px;
  
}
.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: 6px;
    padding-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
}*/
#wrapper{
    width:100%;
    height:auto;
    margin:0;
    padding:0;
    overflow:hidden;
}
.container{
    max-width:1170px;
    margin:0 auto;
    position:relative;
}
.content h1.one {
    margin-top: 0;
}
.content h1.one:before {
    content: "";
    display: block;
    border-top: solid 1px #e6eae6;
    width: 97%;
    height: 1px;
    position: absolute;
    top: 40px;
    z-index: 1;
    left: 5%;
}
/*.content {
    margin: 15px 23px;
}*/
.content h1.one span {
    background: #fdfeff;
    /* padding: 0 20px; */
    position: relative;
    z-index: 5;
  
}
.content h1.one span {
    background: #fdfeff;
    padding: 0px 15px 0px 0px;
    position: relative;
}
.content h1.one span {
    /* background: #020202; */
    position: relative;
    z-index: 1;
    color: #cc3300;
    font-size: 24px;
    text-transform: uppercase;
}
.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: #afabab;
    font-size: 13px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.filters select {
    padding: 6px 23px;
}
.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 a {
    padding-left: 0px;
    padding-top: 16px;
}
#believe-nav .navbar-nav>li {
    padding-left: 0px;
    padding-top: 6px;
}
.homepage-2 #believe-nav .navbar-nav>li{
    padding-left:0px;
}
#believe-nav .navbar-nav.navbar-right>li {
    padding-left: 10px;
}
#believe-nav .navbar-nav>li>a i {
    font-size: 23px;
    color: #afabab;
}
.min-marg {
    padding: 0px 0px;}
#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;
   
}
.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: 7px;
    margin-left: 5px;
    text-transform: capitalize;
}

#believe-nav .navbar-nav>li.phone-top {
    padding-left: 3px;
    padding-top: 22px;
    color: #999!important;
}
.padding-top-menu{padding-top: 10px;}


.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;
}
.prdct-grid:hover {
    box-shadow: 0 2px 16px 4px rgb(40 44 63 / 14%);
}

#cat-nav {
    box-shadow: 1px -1px 10px 4px rgb(0 0 0 / 5%);
    background-color: #fff;
}
.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: 10px 10px;
    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;
}
/*
 hide by aakash sing 
#cat-nav ul li a:active {
    color: #ff0000;
    border-bottom: 4px solid #ff0000;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}*/
/*add by aakash singh*/
#cat-nav ul .menu-large.active {
   /* color: #f00;
    border-bottom: 2px solid #f00;*/
    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;
}
/*.filter-summary-selectedFilterContainer {
    padding-top: 50px!important;
}
*/

.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: 0px!important;
}
.filter-summary-filterList li {
    margin: 0 8px 6px 0;
}
.video-left.ab-w3-agile-img {
    float: left;
    padding-right: 5px;
}
.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-filterList li {
    list-style: none;
}
/*.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; 
    color: #535766;*/
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 4px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    /* display: block; */
}

.svg-icon {
  width: 1.2em;
  height: 1.2em;
}
svg.svg-icon {
    font-size: 40px;
    margin-left: -5px;
    margin-top: -5px;
    padding: 6px 10px;
}
svg.svg-icon-1 {
    font-size: 45px;
    margin-left: 30px;
    margin-top: -5px;
    padding: 6px 10px;
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #000;
}

.svg-icon circle {
  stroke: #4691f6;
  stroke-width: 1;
}
.product-name a {
    text-decoration: none;
    color: #000;   
    text-align: left;
       margin-top: 8px;
    line-height: 12px;
    font-weight: 600;
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #282c3f;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
span.product-price {
    font-size: 14px;
    color: #ff0000;
    font-weight: 500;
}
.star-1{
    margin:0 5px;
}

.prdct-grid{
       min-height: 280px;
    position: relative;
    /* border: 1px solid #fff; */
    /* border: 1px solid #eaeaea; */
    margin-bottom: 40px;
    /* 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;position: relative;
 
}

.about-page .list-1 li{
    margin-bottom:7px;
}
.services .block-counter li p{
    color:#21708e;
}


.cat-sec-1, .cat-sec-2, .cat-sec-3 .h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.cat-sec-1, .cat-sec-2, .cat-sec-3:hover {
    background-color: black;}


.cat-sec-1, .cat-sec-2, .cat-sec-3:hover {
    /* position: relative; */
    background-color: black;}

.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;
    
}
.pop_light_box h2 {
    font-size: 27px;
}
.light_pop .pop_light_box {
      z-index: 1;
   /* width: 100%;
    position: absolute;
    top: -30px;
    /* bottom: -24px; 
    z-index: 11111;
    padding: 200px 280px 22px 33px;
    padding-bottom: 265px;
    left: 0;
    background: rgba(0,0,0,0.65);
    color: #fff;*/
    display: none;
}
 .light_pop:hover .pop_light_box {display:block; min-height:100%;transition:1s;left:0;}
    .pop_light_box {position: absolute;left: -100px;width: 100px;height: 100px;background: blue;-webkit-animation: slide 0.5s forwards;-webkit-animation-delay: 2s;animation: slide 0.5s forwards;animation-delay: 2s;}
    
.light_pop .pop_light_box {width:100%!important;}
 .pop_light_box {background:rgba(0,0,0,0.65);}
 .pop_light_box h1 {font-weight:600;color:#40c8f5;margin-bottom:0;}
.pop_light_box h2 {font-size: 18px;
    margin-top: 8px;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #40c8f5;
    margin-bottom: 0; font-weight:normal;margin: 7px 0 0 0;}

    .pop_light_box h3 {
    color: #fff;}
 .pop_light_box .plus_link {margin:5px 0 25px 0;padding:0;text-align:center;}
 .pop_light_box .plus_link:after {content: "+";display:block;width:25px;height:25px;background:#01aef0;color:#fff;font-size:29px;line-height:21px;font-weight:600; margin-top: 12px;}


.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-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-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;
 
    text-transform:uppercase;
}
.newest {
    padding-top: 0px;
}
.newest h4 {
    padding-bottom: 20px;
    color: #000;
    margin-top: 60px;
}
.newest-content {
   /* padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    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:25px;
}
.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 #fff;
    box-shadow: 0 2px 16px 4px rgba(40,44,63,.07);
} */



.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 {
    margin: 15px auto;
    display: block;
    max-width: 85%;
    max-height: 160px;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
}

.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 {
    margin-top: 20px;
}
.homepage-2 .brands{
    margin-bottom: 60px;
}
#brand-carousel .item{
    width: 165px!important;
    text-align: center;
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
    height: 70px;
    line-height: 70px;
   
}


#brand-carousel .item img{
    display:inline-block;
    padding: 0 10px;
}
.brands-inner {
    padding-top: 15px;
    padding-bottom: 0px;
    margin: 0px 0px;
}
.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: 0px;
    margin-top: 21px;
}

.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: 3px;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
}
.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:0px;
}
.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;
   
}
.blog-ct-title a {
    color: #2b2a2f;
    font-size: 16px;
    
    color: #2b2a2f;
    font-weight: bold;
}
.blog-ct-title span {
    color: #808080;
    padding-top: 10px;
    text-align: justify;
    text-transform: none;
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.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;
   
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
}
.page-title-inner {
    padding-top: 3px;
    padding-bottom: 0px;
}
.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: 12px;
     padding-left: 2px;
    
}
.breadcumb a {
    font-size: 12px;
    color: #333;
    padding-left: 2px;
    padding-right: 2px;
}
.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: 10px;
}
.blog-image{
    position: relative;
    margin-bottom: 45px;
}
.blog-image img{
    border-radius: 3px;
    
}
.space-top{margin-top:10px;}
.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 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-content .detail {border: 1px solid #E4E4E4;
    /* margin: 25px 0px 0px 0px; */
    padding: 0px;
    line-height: 100px;
    text-align: center;
    /* border: 1px solid red; */
    display: grid;
    margin: 0;
    place-items: center;
    max-height: 600px;
    padding: 20px;
      top: 0px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: inherit;}

.fill {object-fit: fill;}
.contain {object-fit: contain;}
.cover {object-fit: cover;}
.scale-down {object-fit: scale-down;}
.none {object-fit: none;}
.side-search {
    margin-right: -2px;}
.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-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: 200px;
  background-color: #ddd;
  padding: 10px 0 0 10px;
}

.item-listing {
  width: 50px;
  height: 50px;
  background-color: red;
  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: #ffffff;
}

.homepage-2 .text-widget p, .homepage-2 .subscribe p{
    color: #60686f;
}
.wid-title {
    color: #808080;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    margin-bottom:5px;
}
form#newletter_frm {
    margin-top: 5px;
}
.text-widget img {
    margin-bottom: 15px;
    margin-top: 10px;
}
/*.text-widget {
    padding-right: 50px;
}*/
.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: 5px;
}
.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: capitalize;
    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:4px;
    font-size: 13px;
}
.term p {
    color: #fff;
    line-height: 25px;
    text-transform: capitalize;
    font-size: 13px;
    display: inline-grid;
}
.portfolio-links {
    display: none!important;
}
.portfolio .portfolio-wrap .portfolio-info a {
    display: none;}
.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{
  
    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;
}



 .content-offers {
    height: auto;
    width: 100%;
    /* background: url(images/bg-offers.jpg) no-repeat left center; */
    margin-bottom: -65px;
    padding-bottom: 134px!important;
}
  .navbar .navbar-default{ background-color: #fff; border-color: #fff!important;}
  .hidden-md{display:none!important;}
@media (max-width: 769px) {
    .space-header-top {
    margin-top: 0px!important;
}

  
    .product-fade-wrap img {
   margin: 15px auto;
    display: block;
    max-width: 85%;
    max-height:100%;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
}
    .sidebar-inner h1 {
    margin-top: 70px;}

    .results-base {
    grid-template-columns: 1fr 1fr 1fr!important;}
.ct-offers-title {
    /* font-family: 'Nunito Sans Bold'; */
    font-size: 23px!important;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.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;
}

   
.sidebar-inner {
    margin-top: 0px!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;
   
    border-bottom: none;
}

.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;
}
@media (max-width:320px) {
    
    .product-imageSliderContainer {
        position: relative;
        width: 180px!important;
        height: 250px!important;
    }
.product-base {
    width: 150px!important;
}
.product-base {
    margin: 0 0px 30px;
}
    .navbar ul {
    padding-inline-start: 0px!important;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 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:280px) and (max-width: 768px){
.navbar ul li{
    float:none;
    display:block;
    text-align:center;
    margin:0 auto;
}
.list-type5 {
    width: 200%!important;}
.list-type5 ul {
    margin-left: -1em!important;}
.product-base {
    margin: 0 0px 30px!important;
    width: 130px!important;
    min-height: 275px!important;
}
.ab-w3-agile-info-text h2 {
    margin-top: 21px;
    margin-bottom: 0px;
    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: 0px;
    max-width: 200px;
    width: 100%;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.mega-sub.menu-bg{float: left;
    position: relative;
   /* background: rgba(245,245,246,.4);*/ border-right:none;
}
ul.brand_list li.mega-sub-title{
    text-align: left;
    color: #f00;
    border-bottom-style: solid;
    padding-bottom: 1px;
    border-width: thin;
}
ul.brand_list li.mega-sub-title:hover {
    color: #000!important;
    font-weight: 600;
}
.mega-sub.menu-bg ul li a{ font-weight: bold;}
.megamenu li.mega-sub { float: left !important; vertical-align: top; border-right: 1px dashed #d7d7d7 !important; display: inline-block;} 
.megamenu li.mega-sub ul li a, 
.megamenu li.mega-sub ul li a:hover { font-size: 14px; line-height: 23px; font-weight: 500;}

 /*.mega-sub.bg {
    /* background: red;
    background: rgb(164,164,164);
    background: linear-gradient(
359deg
, rgb(234 229 229) 0%, rgba(251,251,251,0.5298494397759104) 39%, rgba(241,241,241,1) 100%);

}*/
#cat-nav .mega-sub ul li a{
    color: #2b2a2f;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
}
#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;
}

.sidebar-inner .h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 3px;
}
.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: 14px;
    color: #ff0000;
    text-transform: capitalize;
    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: 12px;
    text-transform: uppercase;
    font-family: roboto;
    font-size: 14px;
    transition: left .2s ease-out,width .2s ease-out;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoo: ;
}

.homepage-1 #cat-nav ul li a:hover {
 /*   box-shadow: 1px 1px 2px #d4cfcf;*/
    background: #f5f5f5!important;
}
.homepage-1 #cat-nav .mega-sub ul li a:hover{box-shadow:none!important; background: none!important;}

.homepage-1 #cat-nav .mega-sub ul li.mega-sub-title a, .homepage-1 #cat-nav .mega-sub ul li.mega-sub-title a:hover
 {
    box-shadow:none!important; background: none!important;
}

.homepage-1 #cat-nav ul li a i{
    margin-left:7px;
}
form.sreach input[type=text] {
    float: left;
    font-size: 14px;
    height: 18px;
    /* line-height: 24px; */
   width: 75%; 
    color: #696e79;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 8px 10px 10px;
    margin: 0;
    outline: 0;
    border: 1px solid #f5f5f6;
    border-radius: 0 0px 0px 0;
    border-left: 0;
    background: #f5f5f6;
}
  
form.sreach button {
    float: left;
    width: 14%;
    padding: 5.5px;
    background: #d9d9d9;
    color: white;
    font-size: 17px;
    border: 1px solid rgb(128 128 128 / 0%);
    border-left: none;
    cursor: pointer;
}
form.sreach button:hover {
    background: #cc3300;
}
  
form.sreach::after {
    content: "";
    clear: both;
    display: table;
  }
form.sreach {
    width: 420px;
    margin-left: 10px;
    margin-top: 17px;
}
.text-c{
padding-left: 4px;
    font-size: 16px;}

.homepage-1 #cat-nav .mega-sub ul li.mega-sub-title a,
.homepage-1 #cat-nav .mega-sub ul li.mega-sub-title a:hover {
   color: #f00;
    border-bottom-style: solid;
    padding-bottom: 1px;
  border-width: thin;}

.homepage-1 #cat-nav .mega-sub ul li a{
    padding:0;
    color: #282c3f;
    line-height: 23px!important;
    font-weight: 400;
    text-transform: capitalize;

}.homepage-1 #cat-nav .mega-sub ul li a:hover {   
    color: #000!important;font-weight: 600;}
.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;
}
/*.fitness-base-nav {
    max-width: 1600px!important;
    margin: 0 auto;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}*/
@media (min-width: 1346px){
  .product-actionsButton {
    font-size: 10px!important;
}
   
.fitness-base {
    max-width: 1600px!important;
    margin: 0 auto;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
    .results-base {
    margin-bottom: 10px;
    margin: 0px -20px 0px -4px;}
 .content {
    margin-top: 15px;
    box-sizing: border-box;
}
.product-actionsButton {
    padding: 7px 6px;
    margin: 0px 5px;
}
 }

/* .scrollToTop {
    background: #cec9c9!important;
}
.scrollToTop {
    color: red!important;
}*/

    @media (max-width: 1400px){


    .fitness-base{ max-width:100%;
padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;}}

@media (min-width: 768px) and (max-width: 991px){.cat-sec-1, .cat-sec-2, .cat-sec-3 {
    position: relative;
    background-color: white;
    margin-bottom: 30px;
    height: 355px;
    margin-top: 10px;

}

.wid-title {
    color: #808080;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 15px;
}
}

@media (min-width:768px)
{.navbar-brand {
    padding: 8px 0px!important;
}
.brands {
    margin-top: 20px;
    margin-bottom: -34px;
}
.subscribe {
    padding-left: 48px;
}
.quick-links {
    /* margin-left: 1px; */
    /* margin-right: -22px; */
    /* text-align: center; */
    padding: 0 25%;
}
.quick-links-head-office {
    /* margin-left: 1px; */
    /* margin-right: -22px; */
    /* text-align: center; */
    padding: 0 0%;
}
#footer {
    margin-top: 3%!important;
}
.breadcumb {
    padding-top:25px;
}


#believe-nav .navbar-right span i:hover {
    color: red;
}
.cat-offers .col-xs-6.col-md-4{float: left;
    padding-right: 16px;
}}
.newest h4 {
    margin-top: 20px;
}
.etalage {
    direction: ltr;
    margin-top: 90px;
}
.product-name {
    padding: 10px;
       margin-top: 0px;
    border-top: none;
    /* border-left: 1px solid #dfdada;
    border-right: 1px solid #dfdada;
    border-bottom: 1px solid #dfdada; */
    max-height: 140px;
}
.navbar-right {
    float: right!important;
    padding-top: 0px;
    margin-top: 2px;
}
#believe-nav {
    padding: 3px 0;
}
.product-fade-wrap {
    position: relative;
    /* border: 1px solid #fff; */
    margin-bottom: 10px;
   min-height: 210px; 
}
}

@media only screen and (min-width:1000px) and (max-width: 1286px){
.product-base {
    width: 200px;}
    .results-base {
    margin-bottom: 50px;
    margin-left: 30px!important;
}
.results-base {
    grid-template-columns: 1fr 1fr 1fr 1fr!important;}
    .results-base{
        margin-left: 10px!important;}
    
   .content {
   margin: 15px 50px;
} 

}
@media (max-width:1024px){
    img.etalage_thumb_image {
    width: 350px!important;
    height: 370px!important;
}
    .padding-space-home {
    margin-top: 0px;}
    .light_pop .pop_light_box {
    width: 100%;
    position: absolute;
    top: 0px;
    /* bottom: -24px; */
    z-index: 11111;
    padding: 100px 100px 22px 33px;
    padding-bottom: 210px;
    left: 0;
    background: rgba(0,0,0,0.65);
    color: #fff;
    display: none;
}
.cat-sec-1, .cat-sec-2, .cat-sec-3 {
    height: 310px!important;
}

.cat-sec-1, .cat-sec-2, .cat-sec-3 {
    margin-top: 25px;
}
.content h1.one:before {
    top: 26px!important;
    z-index: 1;
    left: 22%!important;
}

 li.etalage_thumb.etalage_thumb_active.thumb_1 {
    display: list-item;
    left: 95px!important;
    background-image: none;
}
    .horizontal-filters-sortContainer {
       margin-right: 10px;}
    .results-base {
    grid-template-columns: 1fr 1fr 1fr!important;}

    .product-imageSliderContainer {
    position: relative;
    width: 216px;
    height: 355px;
}
 .blog {
    padding-top: 14px;
}
.padding-space-home {
    margin-top: 0px;}
.bg {
   
    width: 100%!important;
    height: 250px;}
 .product-base {
    width: 216px!important;
}


   form.sreach {
    width: 250px!important;
        margin-left: 10px;
    }
.homepage-1 #cat-nav ul li a {
    padding-top: 15px!important;
    padding-right: 2px!important;
    padding-left: 0px;
    font-size: 13px;
}
.text-c {
    padding-left: 5px;
    font-size: 13px;
}
   
.product-base {
    width: 260px;}
   .results-base {
    margin-bottom: 50px;
    margin-left: -60px!important;
}
    .homepage-1 #cat-nav ul li a {
        padding-top: 15px!important;
        padding-right: 15px!important;
        padding-left: 0px;
        font-size: 13px;
    }
.product-imageSliderContainer {
    position: relative;
    width: 265px;
    height: 325px;
}
.item-listing {
width: 170px;
margin: 0 5px 5px 0;
}
.heading-right-side:after, .heading-right-side:before {
       width: 160px!important;
}
}

.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;
   
}
.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: 90%;
    margin: 1px auto;
    padding: 13%;
    box-sizing: border-box;
}


.variable.slick-initialized.slick-slider.slick-dotted .slick-slide img {
    width: 95%;
    max-height: 34vh;
    margin: 1px auto;
    padding: 5%;
    box-sizing: border-box;
}
    .slick-prev:before,
    .slick-next:before {
      color: black;
    }

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

    .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;
    background: #fff;
    padding: 8% 10% 0% 10%;
    margin: 0px 10px;
    text-align: center;
    height: 355px;
}
.heading {
  
    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;
   
}

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

/*************************
******* 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%;
}
#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%;
   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.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: 9px;
    padding-bottom: 9px;
    padding-left: 0px;
    position: relative;
    max-height: 120px;
    overflow-x: auto;
}
.vertical-filters-filters .vertical-filters-label {
    font-size: 14px;
    display: block;
    width: 95%;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 16px;
    color: #282c3f;
}
.shadow-box{box-shadow: 0 8px 8px -4px rgb(40 44 63 / 4%);}
.space-line {
    border-top: 1px solid #e9e9ed;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: -26px;
    margin-right: -70px;
}
.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 8px;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{display:none;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:7px}
.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: 11px;
    font-size: 16px;
}
.header-clearAllBtn{position:absolute;top:2px;padding-top: 10px;right:10px;font-weight:500;color:#ff3f6c;font-size:14px;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;}@-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:0px;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:270px;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;
    list-style: none;
}
.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-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-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: -10px;
}
.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{text-align:left;position:relative;vertical-align:top;overflow:hidden;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 5px 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:10px;text-transform:uppercase;display:inline-block;cursor:pointer;padding:8px 8px;-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: 18px 0 -11px 0px;
}

.product-sliderContainer {
    height: 280px;
    width: 100%;
}
/* .product-imageSliderContainer {
    position: relative;
    width: 198px;
    height: 360px;
} */
.bg {
    position: relative;
    width: 100%;
    height: 240px;
    background: rgb(14 14 14 / 10%);
}
.bg img {
    padding: 15px 10px 0px 10px;
    right: 0;
    left: 0;
    box-sizing: border-box;
    margin-bottom: 8px;
    /* height:100%; */
}


.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}
.colour-listItem label {
    font-weight: 500;
    font-size: 12px;
}
.product-base {
    min-height: 400px!important;
}
.search-leftContainer ul {
    margin: 0;
    padding-inline-start: 0px!important;
    list-style: none!important;
    /* text-transform: uppercase!important; */
}
.search-leftContainer input[type=checkbox], input[type=radio] {
    margin: 4px 10px 0px 0px;
    margin-top: 1px \9;
    line-height: normal;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 12px;
}
.product-name {
    padding: 15px 10px;
    text-align: left;
}

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
    line-height: 23px;
    text-align: justify;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}


.resp-tab-content {
    display: none;
    padding: 5px 24px;
}


.resp-tab-active {
    border: 1px solid #5AB1D0 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    border-top: 4px solid #5AB1D0 !important;
    border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}
#parentVerticalTab {
    width: 100%;
    height: 91%;
    top: 0;
    z-index: 100;
    position: fixed; background: #fff;
  
}
/* #divMsg {
    background: #fff;
    height: 100%;
} */

/*Here your can change the breakpoint to set the accordion, when screen resolution changed

    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}
*/
/*Responsive******************************************************************************/



@media only screen and (min-width:240px) and (max-width: 480px){







     .content {
    margin: 15px 15px;
}
    .mobile-col {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 0px;
}
    .product-base {
        margin: 0 -16px 30px!important;
        width: 175px!important;}

        .list-type5 {
    width: 100% !important;}
.product-imageSliderContainer {
    position: relative;
 /*   width: 125px!important;
    height: 210px!important;*/
}

    



.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;}*/

    .slick-slide img {
    padding-bottom: 0%!important;
    box-sizing: border-box;
}
.content-offers {
    background-position: center;
    height: 100%;
    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){
  .product-base{
    width: 22%;}
  .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) {

 .mobile-menu i {
    /* font-size: 20px; */
    /* filter: opacity(0.5); */
    /* margin-top: 7px; */
    /* background: #a59f9f; */
    /* padding: 7px 8px; */
    /* font-size: 16px; */
    color: #777;
    /* border-radius: 50%; */
}
    .mobile-icon {
    margin-top: 11px;
}

/*.kart-icon a i {
    font-size: 14.5px;
    color: #ffffff;
    padding: 7px;
    background: #d9d9d9;
    border-radius: 50%;
}*/
.slick-slide {
    margin: 0px -14px;
}
.prdct-grid {
    width: 85%!important;
}
    .bg img {
    transform: translate(-50%, -45%);
    height: 225px;
   }
    .results-base {
          display: block!important;}

.page-title-inner {
    padding-top: 16px;
    padding-bottom: 0px;
}
    .slidemobile:hover {
    box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
}
.slidemobile {
    border: none;}
   .slidemobile.mobile-space .prdct-grid .product-actions-home{opacity:0;}
.slidemobile.mobile-space .prdct-grid:hover .product-actions-home{opacity:1;}

  /* .slidemobile .prdct-grid:hover {
  
    box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
}*/

.slidemobile .prdct-grid:hover {
  
    box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
}

.slidemobile img {
    height: auto;
    margin: 10px 0px 5px 0px;
    width: 95%!important;
    /* border: 3px solid green; */
    padding: 15px 0px;
}
.slidemobile .product-name {
    margin-top: 0%;
    padding: 15px 30px 10px 10px;
}
    .content-area.slider-box img {
 
    max-height: 75vh;
    margin: auto;
    width: 60%!important;
    /* border: 3px solid green; */
    padding: 18px;}
   /* 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;
}
.slidemobile .prdct-grid {
    margin-bottom: 85px;
    border: none;
}
.slidemobile {
    width: 100%;
  /*  height: 375px;*/
}
.slidemobile {
    width: 180px;
    height: 335px;
    margin: 15px;
    padding: 10px 12px;
    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%;
    padding: 10% 0%;
    margin-top: 0%;
}*/
.cat-sec-3 {
    margin: 14px -10px;
}
.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; display: none;}
.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: 14px;
}
.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:1100px){
form.sreach {
    width: 300px;
    margin-left: 10px;
    margin-top: 13px;
}
.product-base {
       margin: 0 4px 30px;}}


@media (max-width:1440px){
.min-marg {
    padding: 0px;}
    .search-wid {
        height: 40px;
        min-width: 216px;}
      .product-imageSliderContainer {
    position: relative;
    width: 195px;
    height: 355px;
}

}
@media (min-width: 992px) and (max-width: 1199px){
 .cat-sec-1, .cat-sec-2, .cat-sec-3 {
    position: relative;
    background-color: white;
    margin-bottom: 30px;
    height: 300px;
    margin-top: -5px;
    z-index: -1;
}
    .home-content {
    margin-top: 10px;}
.light_pop .pop_light_box {
    width: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0px;
    bottom: 0;
    right: 0;
   
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
}

@media (min-width: 1200px){.cat-sec-1, .cat-sec-2, .cat-sec-3 {
    position: relative;
    background-color: white;
    margin-bottom: 35px;
    height: 350px;
    margin-top: 0px;
}
    .home-content {
    margin-top: 10px;}
.light_pop .pop_light_box {
    width: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0px;
    bottom: 0;
    right: 0;
    padding: 100px 100px 22px 33px;
   
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
 }


 @media (max-width:480px) {

    .sidebar-inner .h4, .h5, .h6, h4, h5, h6 {
    text-align: left!important;
}
  
.main-heading {
    color: #2b2a2f;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #cc3300;
    font-weight: bold;
    width: 130px;
    margin-left: 5px;
}
.cat-sec-1, .cat-sec-2, .cat-sec-3 {
   height: 155px!important;
}
.cat-sec-1, .cat-sec-2, .cat-sec-3 {
    margin-bottom: 10px!important;
}


    .content h1.one:before {
    top: 40px!important;
    z-index: 1;
    left: 22%!important;
}
.btn-open {
    margin: 5px -10px!important;
}
.product-name {
    margin-top: 0px;
    overflow: hidden;
    padding: 10px;
}
.product-name {
    max-height: 155px;
}
.mobile-space-investors {
    float: none!important;
    padding-right: 16px;
}
.content h1.one span {
    margin-left: 8px;
}
    h2.title-w3 {
    margin-top: 40px;
    font-size: 24px;
    margin-bottom: -11px;
    text-align: center;
}
.prdct-grid {
    background: #fff;
    width: 90%!important;
}
    .mobile-space {
    position: relative;
    min-height: 1px;
    margin-left: 6px;
    margin-right: -15px;
}
    .bg img {
    /* padding: 10px; */
    /* vertical-align: middle; */
    right: 0;
    left: 0;
    vertical-align: middle;
    box-sizing: border-box;
    margin-bottom: 10px;
    max-height: 280px;
    /* margin: 15px auto; */
    display: block;
    max-width: 95%;
    max-height: 218px;
    /* position: absolute; */
    /* bottom: 100px; */
    right: 0;
    left: 0;
    vertical-align: middle;
}
    .cat-sec-1, .cat-sec-2, .cat-sec-3 {
    position: relative;
    background-color: black;
    margin-bottom: 30px;
  /*  min-height: 100%!important;*/
}
.vertical-filters-filters.header-container {
    display: none;
}
#brand-carousel .item img {
    padding: 10px 9px;
    width: 75%;
    display: block;
}
 .blog-ct img {
    width: 100%;
    height: 100%;
    min-height: 77vh;
    /* position: absolute; */
    /* top: 70%; */
    /* left: 52%; */
    transform: translate(0%, 0%);
}
.item img{
width: 100%;
}

.carousel {
    max-height: 65vh;
    padding: 5% 0%;
}
.pop_light_box:hover {
    width: 100%;
    padding: 8px 10px 22px 14px;
    width: 100%;}
    .h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

 
    .pop_light_box h2 {
    font-size: 14px;
    margin-top: 8px;
    }

 #believe-nav .navbar-brand {
    padding: 10px 0px;
    height: auto;
}
    .navbar ul {
    padding-inline-start: 0px!important;
}
.results-base {
    margin-bottom: 50px;
    margin-left: 5px!important;
}
.bg img {
    padding: 25px;}
.content h1.one span {
       font-size: 14px;
   }
.item-listing {
    width: 150px!important;
    margin: 0 5px 5px 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: -1px 0px!important;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-inline-start: 0px!important;
    list-style-type: none;}

    ul {
    list-style: none;
    margin-left: 0px!important;
}

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

}

input[type="checkbox"] {
    float: left;
}
/*
@media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1100px){
.cat-sec-1, .cat-sec-2, .cat-sec-3 {
    position: relative;
    background-color: white;
    margin-bottom: 60px;
    min-height: 408px;
    margin-top: 28px;
    z-index: -1;
    padding-left: 16px;
    padding-right: 8px;
}}
@media only screen
    and (min-device-width : 1250px)
    and (max-device-width : 2500px){
 .cat-sec-1, .cat-sec-2, .cat-sec-3 {
   position: relative;
    background-color: white;
    margin-bottom: 30px;
    height: 625px;
    margin-top: 10px;
}
    .home-content {
    margin-top: 10px;}
.light_pop .pop_light_box {
    width: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0px;
    bottom: 0;
    right: 0;
   
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
}*/
@media (max-width:1400px){.cat-sec-1, .cat-sec-2, .cat-sec-3 {
    height: 420px;}

    .product-actionsButton {
         padding: 7px 10px;}

    .product-imageSliderContainer {
    position: relative;
    width: 195px;
     height: 350px;
}
.pop_light_box h3 {
    color: #fff;
}
.results-base {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.product-base {
    min-height: 390px!important;
}

}

 @media (max-width: 1800px){
        .cat-sec-1, .cat-sec-2, .cat-sec-3 {
    height: 460px;}
.cat-sec-1, .cat-sec-2, .cat-sec-3 {
    margin-bottom: 35px;}


}

.content h1.one span {
    margin-left: -2px;
}

.product-actions {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 205px;
    background: #fff;
    width: 100%;
 padding: 15px 0px 0px 0px;
    -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-price {
   color: #ff0000!important;
}
.product-actions-home {
    display: none;
    position: absolute;
    z-index: 3;
    left: 0;
   top: 240px;
    background: #fff;
    width: 90%;
    margin: auto 20px 0px 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;
}


.prdct-grid .product-actions-home{opacity:0;}
.prdct-grid:hover .product-actions-home{opacity:1;}
/*.product-actions-home:hover {
    opacity: 5;}*/

.product-wishlist{
  
    font-weight: bold;
}
.product-wishlist:hover {
    font-weight: bold;
    background: transparent;
    color: #656363;
    border: 1px solid #535766;
}
.product-wishlist-1:hover {
   font-weight: bold;
    background: transparent;
    color: #656363;
    border: 1px solid #535766;
}
.product-wishlist-2:hover {
    font-weight: bold;
    background: transparent;
    color: #656363;
    border: 1px solid #535766;
}

/*.product-actions-home {
  display: none;
}
.prdct-grid:hover + .product-actions-home {
  display: block;
  color: red;
}*/
/*.product-actions {
    display: none;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 200px;
    background: #fff;
    width: 106%;
    padding: 70px 0px;
    -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;font-weight: bold;
}*/
.product-wishlist-1 {
     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; font-weight: bold;
}
.product-wishlist-2 {
     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; font-weight: bold;
}
.product-wishlist-2 {
    cursor: pointer;
    padding: 5px 15px;
    text-transform: uppercase;
    position: relative;
    background: #fff;
    top: -4px;
    border-radius: 2px;
    margin-top: 5px;
    border-top: none;
    border-left: none;
    border-bottom: none;
    font-size: 10px!important;
    border: 1px solid #d4d5d9;
}
.product-wishlist-2:hover {

    padding: 5px 15px;
    width: 80%;}
.product-wishlist {
    border-radius: 2px;
    /* border-top: none; */
    /* border-left: none; */
    /* border-bottom: none; */
    font-size: 10px!important;
    /*border: 1px solid #d4d5d9;*/
}
.search-leftContainer {
     /*margin-right: -25px;
    margin-top: 50px; */
    min-width: 280px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}
  .product-name p {
    color: #7e7e81;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    display: block;
}

/*.bg img {
    height: 190px;
    padding: 5px;
}*/

.product-image {
    /* border: 1px solid #E4E4E4; */
    /* margin: 25px 0px 0px 0px; */
    padding: 0px;
    line-height: 100px;
    text-align: center;
    /* border: 1px solid red; */
    display: grid;
    margin: 0;
    place-items: center;
    /* min-height: 40vh; */
    padding: 8% 0%;
    width: 100%;
    display: flex;
    justify-content: center;
     /*  height:250px;
  overflow: hidden; */
}
/*.product-image img {
    max-height: 60vh;
    padding: 3% 23%;
}
.product-image img {
    width: 100%;
    height: 100%;
}*/
    .overlay-1 {
       
        position: fixed;
        z-index: 2;
       top:0;
        left: 0;
        right: 0;
        bottom: 0;

        background-color: rgb(0,0,0);
        background-color: rgba(12, 8, 8, 0.5);
        display: none;
    }
    #header {
      /*  position: relative;*/
        z-index: 3;
        background: white;
    }
    .breadcumb {
        font-size: 12px;
        color: #333;
      
    }
.results-base {
    margin-bottom: 10px;
    margin-left: -16px;
}
.heading-right-side{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 18px;
    clear: both;
    color: #282c3f;
    display: block;
    font-weight: bold;
}
.heading-right-side {
    text-shadow: 0 1px 0 rgb(255 255 255 / 70%), 0px 1px 0 rgb(0 0 0 / 31%);
    text-transform: uppercase;
    text-align: center;
    color: #ff9900;
    margin: 0 0 25px 0;
    letter-spacing: 0px;
    font-size: 21px;
    position: relative;
}
.heading-right-side:after, .heading-right-side:before {
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 17px;
    width: 25%;
}

.heading-right-side:after {      
    right: 0;
}

.heading-right-side:before {
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}
/*.content-heading.one:before {
    content: "";
    display: block;
    border-top: solid 1px #019241;
    width: 98%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}*/
/* .mobile-sr form {
    position: relative;
    top: 85%;
    left: -143%;
    transform: translate(-67%,-35%);
    transition: all 1s;
    width: 50px;
    height: 50px;
    background: transparent;
    box-sizing: border-box;
    /* border-radius: 25px; */
    /* border: 4px solid white;
    padding: 5px;
}
.mobile-sr input {
    position: absolute;
    z-index: 9;
    top: 15px;
    left: -50px;
    width: 100%;
    max-width: 272px;
    height: 42.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #333;
}
.mobile-sr .fa {
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: 50%;
    left: 150%;
    transform: translate(-50%,-35%);
    transition: all 1s;
}
.mobile-sr form:hover {
    width: 285px;
    cursor: pointer;
    z-index: 5px;
}

.mobile-sr form:hover input{
    display: block;
}

.mobile-sr form:hover .fa{
    background: #07051a;
    color: white;
    top: 50%;
    left: 82%;
    transform: translate(-30%,-35%);
    transition: all 1s;
} */

#mobile-sr-box{}
.filterHeader {
    border-bottom: 1px solid #eaeaec;
    text-align: center;
    margin: 0;
}

.grid {
    background: #fff;
    margin: 0 0 16px 0;
}
.bg img {
    /* padding: 10px; */
    /* vertical-align: middle; */
    right: 0;
    left: 0;
    vertical-align: middle;
    box-sizing: border-box;
    margin-bottom: 10px;
    max-height: 280px;
    /* margin: 15px auto; */
    display: block;
    max-width: 95%;
       max-height: 218px;
    /* position: absolute; */
    /* bottom: 100px; */
    right: 0;
    left: 0;
    vertical-align: middle;
}
.ripple-container {
    position: relative;
    overflow: hidden;
}.sticky .results-btn {
    width: 100%;
    height: 50px;
    padding: 14px 0 14px 28px;
    font-size: 14px;
    letter-spacing: .9px;
    color: #535766;
}
.product_specification p {
    font-size: 13px!important;
}
.btn.primary.flat, .btn.primary.outline {
    color: #ff3e6c;
}
.btn.default.flat, .btn.default.outline {
    color: #3e4152;
}
.btn.flat {
    border-color: transparent;
    background-color: #fff;
}
.btn.primary {
    color: #fff;
    background-color: #ff3e6c;
    border-color: #ff2459;
}
.btn.default {
    color: #3e4152;
    background-color: #fff;
    border-color: transparent;
}
.searchResults
.searchResults {
    margin: 0;
}

.searchResults .sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    border-top: 1px solid #eaeaec;
    z-index: 1500;
    margin: 0;
    text-align: center;
}
.grid {
    background: #fff;
    margin: 0 0 16px 0;
}.col-1-2 {
    width: 50%;
}
[class*=col-] {
    float: left;
    padding-right: 16px;
}
.ripple-container {
    position: relative;
    overflow: hidden;
}
.searchResults .sticky .results-btn {
    width: 100%;
    height: 50px;
   
    font-size: 14px;
    letter-spacing: .9px;
    color: #535766;
}
.ripple-container .ripple {
    position: absolute;
    top: 0;
    left: 0;
}

.searchResults .sticky .result-icon {
    top: 16px;
    left: 30%;
    width: 16px;
    height: 16px;
    position: absolute;
}

svg:not(:root) {
    overflow: hidden;
}
.searchResults .sticky .buttonDivider {
    border-left: 1px solid #eaeaec!important;
    width: 1px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 15px;
    z-index: 1;
}

/*mobile-search*/
#custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 15px;
}
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
  #custom-search-input button {
    border: 0;
    background: none;
    padding: 6px 0px;
    margin-top: -20px;
    position: relative;
    left: 0px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #D9230F;
}
    .search-query:focus + button {
        z-index: 3;   
    }
.resp-tab-content {
    display: none;
   
}
.searchFilters .filterOptions .filterColors {
    width: 30px;
    display: inline-block;
    height: 20px;
    margin: -5px 8px -5px 0;
}

    /*mobile-search*/

.preLoad{opacity:0;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.loaded{opacity:1}.slider{margin:8px;position:relative}.slider .track{top:0;left:0;right:0;background-color:#eaeaec}.slider .track,.slider .train{position:absolute;height:4px;border-radius:4px}.slider .train{background-color:#ff3f6c}.price-filter .price-info{margin:16px}.price-filter .bold{font-size:14px;font-weight:500}.price-filter .normal{font-size:12px}.price-filter .price-info-range,.price-filter .price-info-title{color:#282c3f;margin-bottom:4px}.price-filter .price-info-count{color:#7e818c;margin-bottom:4px}@media screen and (max-width:350px){.price-filter .bold{font-size:12px}.price-filter .normal{font-size:11px}}.price-filter .container{margin-top:20px;position:relative}.price-filter .histogram{display:inline-block;background-color:#f6f6f6}.popup-container .overlay{position:fixed;top:0;left:0;right:0;bottom:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,0,0,.5);visibility:hidden;z-index:200;opacity:0;-webkit-transition:opacity 225ms cubic-bezier(.4,0,.2,1) 0ms;transition:opacity 225ms cubic-bezier(.4,0,.2,1) 0ms}.popup-container .overlay.active{display:block;opacity:1;visibility:visible}.popup-container .drawer{position:fixed;top:auto;left:0;right:0;bottom:0;height:auto;max-height:100%;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform 225ms cubic-bezier(0,0,.2,1) 0ms;transition:-webkit-transform 225ms cubic-bezier(0,0,.2,1) 0ms;transition:transform 225ms cubic-bezier(0,0,.2,1) 0ms;transition:transform 225ms cubic-bezier(0,0,.2,1) 0ms,-webkit-transform 225ms cubic-bezier(0,0,.2,1) 0ms}.popup-container .drawer.active{-webkit-transform:none;transform:none}.popup-container .noAnimationDrawer,.popup-container .noAnimationOverlay{-webkit-transition:none;transition:none}.popup-container .popup-content{background-color:#fff;overflow-y:auto;scroll-behavior:smooth}.popup-container .popup-content .popup-content-body{padding-top:57px;height:100%;overflow-y:auto}.popup-container .popup-close{position:absolute;top:0;padding:8px;z-index:111;display:inline-block}.popup-container .right{right:0}.popup-container .left{left:0}.popup-container .bottom{bottom:0}.popup-container .center{width:70%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%}.popup-container .top{top:0}.popup-container .full{height:100%}.popup-container .popup-header{z-index:5;background-color:#fff;height:56px;position:fixed;top:0;left:0;width:100%;border-bottom:1px solid #f5f5f5;-webkit-box-shadow:0 1px 2px 0 rgba(148,150,159,.3);box-shadow:0 1px 2px 0 rgba(148,150,159,.3);line-height:56px;text-align:center}.popup-container .popup-header .popup-header-title{display:inline-block;font-size:14px;font-weight:500;text-transform:uppercase}@-webkit-keyframes slide-in{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-out{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slide-out{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}.customCheckbox{position:relative;cursor:pointer;display:inline-block;width:100%;font-size:14px; border-bottom: 1px solid #eee;}.customCheckbox input{visibility:hidden}.checkboxIndicator{box-sizing:border-box;position:absolute;top:2px;left:0;width:16px;height:16px;background:#fff;border-radius:2px}.checkboxIndicator:after{content:"";position:absolute;top:4px;left:4px;width:8px;height:5px;border-color:#bfc0c6;border-style:none none solid solid;border-width:1px;transform:rotate(-45deg)}.customCheckbox input:checked~.checkboxIndicator{border:none}.customCheckbox input:checked~.checkboxIndicator:after{border-color:#ff3e6c;border-style:none none solid solid;border-width:2px;display:block}.searchFilters{width:100%;height:100%;top:0;z-index:100;position:fixed}.searchFilters .filterHeader{border-bottom:1px solid #eaeaec;text-align:center;margin:0}.searchFilters .filters-content{color:#3e4152;height:100%}.searchFilters .filters-content .selectedOption{font-weight:500}.searchFilters .filters-content .client-search{padding-left:8px;background-color:#f4f4f5;border-radius:2px;border:1px solid #d4d5d9;margin-left:16px;margin-top:10px}.searchFilters .filters-content .client-search i{font-size:11px;color:#3e4152}.searchFilters .filters-content .client-search svg{position:absolute;top:23px;left:28px}.searchFilters .filters-content div[data-key*=size],.searchFilters .filters-content div[data-key*=Size]{text-transform:uppercase}.searchFilters .filterFooter{border-top:1px solid #eaeaec;text-align:center;width:100%;bottom:0;position:fixed;margin:0}.searchFilters .filterFooter .buttonDivider{border-left:1px solid #eaeaec;width:2px;height:22px;position:absolute;left:50%;top:15px;z-index:1}.searchFilters ul{list-style:none;margin:0;padding:0}.searchFilters .filters{height:100%;overflow:scroll;background-color:#f5f5f6;padding:0 0 180px}.searchFilters .filters input{display:none}.searchFilters .filters label,.searchFilters .filters li{cursor:pointer;vertical-align:text-top}.searchFilters .filters li{border-bottom:1px solid #eaeaec;padding:0 15px;min-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.searchFilters .filters::-webkit-scrollbar{display:none}.searchFilters .searchInput{padding:10px 0 10px 26px;color:#3e4152;border-width:0;background-color:#f4f4f5;font-size:12px;width:90%}.searchFilters .filterOptions{height:100vh;padding:0 0 150px;overflow:scroll;margin-left:12px}.searchFilters .filterOptions input{margin:0 15px 0 0}.searchFilters .filterOptions .filterColors{width:30px;display:inline-block;height:20px;margin:-5px 8px -5px 0;}.searchFilters .filterOptions .multiColor{width:30px;height:20px;border:none;background:-webkit-gradient(linear,left bottom,left top,color-stop(20%,rgba(255,0,102,0)),color-stop(20%,rgba(255,0,102,.0980392)),color-stop(40%,rgba(255,0,102,.0980392)),color-stop(40%,rgba(255,0,102,.2)),color-stop(60%,rgba(255,0,102,.2)),color-stop(60%,rgba(255,0,102,.4)),color-stop(80%,rgba(255,0,102,.4)),color-stop(80%,rgba(39,0,255,.6))),-webkit-gradient(linear,right top,left top,color-stop(20%,rgba(255,0,102,0)),color-stop(20%,rgba(255,0,102,.0980392)),color-stop(40%,rgba(255,0,102,.0980392)),color-stop(40%,rgba(255,0,102,.2)),color-stop(60%,rgba(255,0,102,.2)),color-stop(60%,rgba(255,0,102,.4)),color-stop(80%,rgba(255,0,102,.4)),color-stop(80%,rgba(4,0,255,.6))),#91ff00;background:linear-gradient(0deg,rgba(255,0,102,0) 20%,rgba(255,0,102,.0980392) 0,rgba(255,0,102,.0980392) 40%,rgba(255,0,102,.2) 0,rgba(255,0,102,.2) 60%,rgba(255,0,102,.4) 0,rgba(255,0,102,.4) 80%,rgba(39,0,255,.6) 0),linear-gradient(-90deg,rgba(255,0,102,0) 20%,rgba(255,0,102,.0980392) 0,rgba(255,0,102,.0980392) 40%,rgba(255,0,102,.2) 0,rgba(255,0,102,.2) 60%,rgba(255,0,102,.4) 0,rgba(255,0,102,.4) 80%,rgba(4,0,255,.6) 0),#91ff00}.searchFilters .filterOptions .normalValueContainer{padding:15px 2px 15px 0;border-bottom:.5px solid #eaeaec;font-size:13px}.searchFilters .filterOptions .normalValueContainer .filterValue{display:inline-block;width:80%}.searchFilters .filterOptions .normalValueContainer:last-child{border-bottom:none}.searchFilters .filterOptions .productCount{position:absolute;right:0}.searchFilters .filtersPane .selectedCount{margin-left:auto}.searchFilters .filtersPane li{background:#f5f5f6;font-size:14px}.searchFilters .filtersPane .filterDemarcation{padding:4px 15px;text-transform:capitalize;border-bottom:1px solid #eaeaec;font-size:12px;font-weight:500;background-color:#94969f;color:#fff}.searchFilters .filtersPane .categories{height:25px;border-bottom:none;color:#94969f;font-size:9px;text-transform:uppercase}.searchFilters .filtersPane .categories p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.searchFilters .filtersPane .selectedFilter{background:#fff;font-weight:500}.searchFilters .productCount{font-size:10px;color:#94969f;position:relative}.filters-btn{height:50px;font-size:14px;font-weight:500}.cancel-btn{font-weight:400;color:#535766}.filters-clear{font-weight:500;height:50px;text-align:right;padding-right:20px;font-size:14px;color:#ff3e6c}.close-block{padding:14px 12px 10px 20px;text-align:left;font-weight:500;height:50px;font-size:13px}.close-icon{font-size:16px;padding:20px}.sizeAgeContainer{font-size:12px;padding-right:0}.sizeAgeContainer .heading{font-weight:500;text-align:center;margin:50px 0 8px;font-size:14px;color:#535766}.sizeAgeContainer .description{text-align:center;padding:0 20px;color:#535766}.sizeAgeContainer .categoryButton{font-weight:500;border-radius:4px;border:1px solid #ff3e6c;text-align:center;width:76%;margin:24px 12%;padding:6px 0;color:#ff3e6c;text-transform:uppercase}.closePopUpContainer{font-size:14px;padding:13px 16px 16px;color:#535766}.closePopUpContainer .heading{margin:5px 0 8px;font-weight:500}.closePopUpContainer .description{font-size:14px}.closePopUpContainer .closeOption{margin:16px 0 13px;width:48%;display:inline-block;padding:10px;border-radius:4px;text-align:center;border:1px solid #b4b5b9;background-color:#fff;font-weight:500}.closePopUpContainer .closeOption .leftButton{float:left}.closePopUpContainer .closeOption .righButton{float:right}.filterHighlighter{width:8px;height:8px;background-color:#ff3e6c;position:absolute;top:18%;right:10%;border-radius:50%}.visualValueContainer{padding-top:8px;position:relative;vertical-align:top;display:inline-block;width:50%}.visualFilterImageCont{padding:8px 8px 0;min-height:80px}.visualFilteInfo{font-size:14px;height:50px;text-align:center;margin-top:12px;color:#3e4152}.visualFilteInfo .filterName{line-height:14px}.visualFilteInfo .selected{font-weight:500}.visualFilteInfo .verifiedIcon{width:24px;height:24px;position:absolute;top:16px;right:8px}.visualFilteInfo .count{color:#7e818c;margin-top:2px;font-size:12px}.selectedVisualOption{position:absolute;pointer-events:none;width:100%;height:100%;background-color:#ededef;opacity:.4}.filterOptionSegregation{color:#94969f;font-size:12px;text-transform:uppercase;padding:24px 0 8px}


@media only screen
    and (min-device-width : 320px)
    and (max-device-width : 520px){
        .slider-mobile {
    background: #fff;
  
}
.product-fade-wrap {
       min-height: auto!important;
}
        .slidemobile.mobile-space {
    margin-left: 0px !important;
}
.product-name {
    margin-top: 25px;
    overflow: hidden;
    padding: 18px;
}
.variable.slick-initialized.slick-slider.slick-dotted .slick-slide img {
    width: 100%;
    /* max-height: 40vh; */
    margin: 1px auto;
    padding-top: 21%;
    padding-right: 50%;
    padding-left: 0%;
    box-sizing: border-box;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.product-image {
    /* padding: 0px; */
    /* line-height: 100px; */
    text-align: center;
    display: block;
    margin: 0;
    min-height: 36vh;
    padding: 2% 2%;
    width: 100%;
    position: relative;
    vertical-align: revert;
    width: 78%;
}
.product-name span {
    display: block;
    width: 182px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    /* padding: 15px; */
}
.product-name p {
    color: #7e7e81;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    display: block;
}
body{overflow-x: hidden;}
.product-name.home-items p {
    width: 80%;
    color: #7e7e81;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    display: block;}
        .content h1.one span {
    margin-left: -19px;
}
.product-image {
    /* padding: 0px; */
    /* line-height: 100px; */
    text-align: center;
    display: block;
    margin: 0;
 min-height: 30vh;
  padding: 8% 0%;
    width: 100%;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.content h1.one span {
    font-size: 20px;
}
.box-img-heading {
   
    max-height: 400px!important;
}
/*.slidemobile .product-name {
    margin-top: 100%;}*/

.product-base {
    margin: 0 5px 30px!important;
    width: 180px !important;
    padding-bottom: 0px;
    min-height: 345px!important;
   
}
.bg img {
    padding: 25px;
    height: auto;
}
.product-name {
    padding: 1px 7px 18px 10px;
    margin-top: 18px;
    /* position: absolute; */
    top: 201px;
    /* left: 0; */
    /* width: 100%; */
}
        .content {
    margin: 15px 0px;
}
     .mobile-nav{ display:none !important;}
     .product-fade-wrap img {
    height: auto;
}
   
  }

 @media (max-width:425px){
     .results-base {
     float: left;
}
     .results-base {
    grid-template-columns: 1fr 1fr!important;}
     .product-actionsButton {
      font-size: 8px;
      padding: 8px 4px;}
 .product-actions {
    top: 200px;
}
.product-base {
    margin: 0 5px 30px!important;
    width: 160px!important;
    padding-bottom: 0px;
    min-height: 320px!important;
    border: none;
}
span.product-price {
    font-size: 11px;
     font-weight: 500;
}
.bg img {
    padding: 30px;
}
.results-base {
    margin:0px!important;
}
 .results-base {
    margin-left: -8px!important;
}
        .content h1.one span {
    margin-left: -19px;
}
.content h1.one span {
    font-size: 14px;
}
.product-imageSliderContainer {
    position: relative;
    /* width: 177px!important; */
    height: 260px!important;
   
}
.bg {
    position: relative;
    width: 100%;
    height: 210px;
    background: rgb(14 14 14 / 10%);
}
 
.bg img {
    box-sizing:border-box;
    margin-bottom: 10px;
  
   
}
.bg img {
    padding: 20px 30px;
}

.margin-bottom {
    margin-bottom: 0px;
}
 }
  @media (max-width:340px){
      .results-base {
    float: left;}
     .product-actionsButton {
      font-size: 8px;
      padding: 8px 4px;}
  .product-actions {
    top: 145px;
}
.product-base {
    margin: 0px 2px 30px!important;
    width: 152px!important;
    min-height: 300px!important;
}
span.product-price {
    font-size: 11px;
     font-weight: 500;
}
.bg img {
    padding: 30px;
}
.results-base {
    margin:0px!important;
}
.results-base {
    margin-left: -7px!important;
}
        .content h1.one span {
    margin-left: -19px;
}
.content h1.one span {
    font-size: 14px;
}

.bg {
    width: 95%!important;
    height: 178px!important;
}
.bg img {
    box-sizing: border-box;
    margin-bottom: 10px;
    /* min-height: 160px; */
}
.bg img {
    padding: 20px 30px;
}
.mobile-space {
    position: relative;
    min-height: 1px;
    margin-left: -10px;
    margin-right: -10px;
}
/*.filter-summary-selectedFilterContainer {
    padding-top:0px!important;
}*/
.margin-bottom {
    margin-bottom: 0px;
}
.product-name {
    margin-top: 25px;
    overflow: hidden;
    padding: 18px;
}
 }
.bg img {
    vertical-align: middle;
    text-align: center;
    padding-top: 10%;
    box-sizing: content-box;
    color: white;
    transform: translate(-50%, -51%);
    position: absolute;
    top: 52%;
    left: 50%;
    padding: 1px;
    resize: both;
    overflow: auto;
    margin: 0 auto;
    text-align: center;
}
  @media (max-width:640px){
  .product-actions {
    top: 170px;
}


    .product-name a {
    margin-top: -2px;}
 .product-name {
    margin-top: -6px;
    overflow: hidden;
    padding: 10px;
}
.bg img {
    max-width: 95%;
    height: initial;
    top: 40%;
    left: 50%;
    margin-top: 10px;
}}

    @media (max-width: 280px){
.product-name {
    margin-top: 0px;
}

.variable.slick-initialized.slick-slider.slick-dotted .slick-slide img {
    width: auto;
    max-height: 33vh;
    margin: 1px auto;
    padding: 0%;
    box-sizing: border-box;
}
}
  @media (max-width:320px){
    .home-content {
    padding-right: -15px!important;
    padding-left: -15px!important;
    margin-right: auto;
    margin-left: auto;
}
    .prdct-grid {
    width: 95%!important;
}

    .wid-title {
    margin-top: 20px;
}

     .product-name a {
    margin-top: -2px;}
  .slidemobile {
    width: 149px;
    /* height: 330px; */
    /* margin: 15px 10px; */
    margin: 3px;
    padding: 10px}
.wrapper {
    overflow: hidden;
    position: relative;
    background: transparent;
    z-index: 1;
    margin-left: -15px;
    margin-right: -15px;
}
.slider {
    /* margin: 44px; */
    margin-left: -33px;
    position: relative;
    margin-right: -15px;
}
    .wrapper {
    overflow: hidden;
    position: relative;
    background: transparent;
    z-index: 1;
    margin-left: -15px;
    margin-right: -15px;
}  .product-actionsButton {
    font-size: 8px;
    padding: 9px 5px;
}
     .product-actions {
    top: 150px;}
    .bg img {
    max-width: 95%;
    height: initial;
    top: 60%;
    left: 50%;}
.product-base {
    margin: 0px 0px 8px!important;
    width: 160px!important;
    min-height: 300px!important;
}
.page-title-inner {
    padding-top: 60px!important;}
.blog {
    padding-top: 10px;
    margin-bottom: 30px;
}
/*.bg img {
    top: 52%;
    left: 40%;
    padding: 1px;
    resize: both;
    overflow: auto;
    margin: 0 auto;
    text-align: center;
    max-height: 280px;
    display: block;
    max-width: 80%;
}
*/

.bg img {
    top: 55%;
    left: 40%;
    padding: 1px;
    resize: both;
    overflow: auto;
    margin: 0 auto;
    text-align: center;
    max-height: 155px;
    display: block;
    max-width: 80%;
}

.product-name p {
    color: #7e7e81;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    display: block;
    width: 64%;
}
span.product-price {
    font-size: 11px;
     font-weight: 500;
}
.results-base {
    margin: -15px!important;
}
     .results-base {
      margin-left: 0px!important;
}
        .content h1.one span {
    margin-left: -19px;
}
.content h1.one span {
    font-size: 14px;
}
.product-imageSliderContainer {
 
    width: 170px!important;
    height: 210px!important;
}
.bg {
     width: 100%;
    height: 175px;
}
    .bg img {
    padding: 10px;
}
.bg img {
    box-sizing: border-box;
    padding: 15px;
    /* margin-bottom: 10px; */
    /* min-height: 160px; */
    /* vertical-align: middle; */
    text-align: center;
    /* padding-top: 10%; */
    box-sizing: content-box;
    /* left: 49%; */
    /* right: 31%; */
    color: white;
   /* width: 60%;*/
    transform: translate(-50%, -50%);
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    padding: 1px;
    resize: both;
    overflow: auto;
    margin: 0 auto;
    text-align: center;
}
 }


/* --------------------------------------------------------------------------------------- */
.results-base {
   margin-bottom: 10px;
     /* margin-left: 0px;
   height: 115vh; */
    /* width: 100vw; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* grid-template-rows: 3fr 4fr 3fr; */
    grid-gap: .5em;
}
.product-imageSliderContainer {
    position: relative;
    width: 100%;
    height: 360px;
}
.bg {
    position: relative;
    width: 100%;
    max-height: 400px;
    background: rgb(14 14 14 / 10%);
}
/* product-details-css */
.blog-content{
margin-bottom: 10px;
    margin-left: -16px;
    /* height: 115vh; */
    /* width: 100vw; */
    display: grid;
    grid-template-columns: 1fr;
    /* grid-template-rows: 3fr 4fr 3fr; */
    grid-gap: 1em;}

    .spacing-top{margin-top: 65px;}

.img-box img {
    padding:7px;
    width: 48px;
    height: 48px;
}
.list-investors ul li {
    text-transform: capitalize;
    padding: 15px 0px;
    font-size: 14px;
    border-bottom: 1px solid #e9e3e3;
   
    list-style: square;
    cursor: pointer;
    /* padding-left: 23px; */
    list-style: none;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

/*
.list-investors {
    padding-left: 20px;
}*/

.list-type5 {
    width: 80%;
    /* margin: 0 auto; */
    margin-top: 0px;
}
.list-type5 ul {
list-style-type: none;
list-style-type: decimal !ie; /*IE 7- hack*/
margin: 0;
margin-left: 1em;
padding: 0;
counter-reset: li-counter;
}
.list-type5 ul li {
    position: relative;
    margin-bottom: 1em;
    padding: 0.5em;
background: hsla(0, 0%, 100%, 1);
    background: linear-gradient(
274deg
, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 93%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 93%, 1) 100%);
    background: -webkit-linear-gradient(
11deg
, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 93%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#ECECEC", GradientType=1 );
}
.list-type5 a{
text-decoration:none;
color:black;
font-size:15px;

}

.list-type5 li:hover {
    box-shadow: inset -1em 0 #010101;
-webkit-transition: box-shadow 0.5s; /* For Safari 3.1 to 6.0 */
transition: box-shadow 0.5s;
}
.list-type5 i {
    -webkit-transform: rotate( 
0deg
 );
    margin-left: 14px;
    margin-top: -14px;
    padding-right: 15px;
    color: #333;
    font-size: 18px;
}
.list-type5 ul li:before {display: none;
position: absolute;
top: -0.3em;
left: -0.5em;
width: 1.8em;
height: 1.2em;
font-size: 2em;
line-height: 1.2;
font-weight: bold;
text-align: center;
color: white;
background-color: #f29100;
transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
z-index: 99;
overflow: hidden;
content: counter(li-counter);
counter-increment: li-counter;
}

.product_sticker img {
    margin: 15px auto;
    display: block;
    max-width: 78%;
    max-height: 220px;
    position: absolute;
    bottom: 0px;
    right: -1px;
    left: -12px;
    top: 18px;
    width: auto; z-index: 1;
   
    height: auto;}


    .bg {
    padding: 0px 0px 1px 5px;
}
/*.detail-img {
    height: 0;
    padding-top: 300%;
    overflow: hidden;
    position: relative;
    border: 1px solid #f5f5f6;
}
.bg-product-box{
position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-origin: border-box;
    background-size: cover;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
    will-change: transform;}*/

.detail img {
    max-height: 100%;
    margin: 30px;
    cursor: pointer;
}
.blog-ct img {
    width: 100%;
    height: 100%;
}
#footer {
    margin-top: 2%;
}
  .slick-slide {
    height: auto; 
  }
  .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }
span.sort-sortBy-icon {
    /* padding: 0px 0px 0px 44px; */
    font-size: 16px;
    float: right;
}

 @media only screen and (max-width:4500px) and (min-width:1440px){
     .product-base {width: 230px;
    height: 400px!important;
}
.bg {
    position: relative;
      height: 240px;
    padding: 10px 10px;
}
/*.bg img {
    min-height: 215px;
}*/
.product-imageSliderContainer {
    height: 400px !important;
}
/* .product-actions {
      top: 270px!important;
} */
.results-base {
    margin-bottom: 10px;
    margin-left: -30px!important;
}
.heading {
    padding: 10px 0px;
    /* font-size: 15px; */
    background: transparent;
}
.content p {
    margin: 0px;
    padding: 0px;
    line-height: 24px;
}

.product-base {
    text-align: left;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 5px 30px;
}


.results-base {
   /* display: -webkit-box;*/
    display: -ms-flexbox;
   /* display: inline-block;*/
    -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-left: -10px;
    width: 106%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul {
    list-style: none;
}
/*
.product-wishlist:hover {
    border: none;
}
.product-wishlist-2:hover {
    border: none;
}*/
.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;
   
    height: 328px;
} */
.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: 200px;
    background: #fff;
    width: 100%;
    /* padding: 70px 0px; */
    -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;
    font-weight: bold;
}
.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 {
    position: relative;
    width: 84%;
    height: 300px;
    padding: 10px 10px;
} */

.product-sliderContainer{display: block;}


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

.searchResults .sticky {
    position: fixed;
    bottom: 0;
    background-color: #eaeaec;
    width: 100%;
    border-top: 1px solid #eaeaec;
    z-index: 10;
    margin: 0;
    text-align: center;
}
.ripple-container {
    position: relative;
    overflow: hidden;
}
.searchResults .sticky .results-btn {
    width: 100%;
    height: 50px;
    padding: 14px 0 14px 28px;
    font-size: 14px;
    letter-spacing: .9px;
    color: #535766;
}
.searchResults .sticky .result-icon {
    top: 16px;
    left: 30%;
    width: 16px;
    height: 16px;
    position: absolute;
}.searchResults .sticky .result-icon {
    top: 16px;
    left: 30%;
    width: 16px;
    height: 16px;
    position: absolute;
}
.searchResults .sticky .results-btn {
    width: 100%;
    height: 50px;
    padding: 14px 0 14px 28px;
    font-size: 14px;
    letter-spacing: .9px;
    color: #535766;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 84%;
    margin-bottom: 0;
}

.slidemobile .results-base {
      grid-gap: 1.5em!important;}
}/*
-----------------------------------------------
*/
.margin-bottom {
    margin-bottom: 15px;
}
.tabs {
    position: relative;
    clear: both;
    margin: -3px -10px;
}
.tab {
  float: left;
}
.tab label.common-customCheckbox:hover {
    border-radius: 40px;
    background:transparent;
}
.tab p:hover {
  
   border-radius: 20px;
    background-color: #f4f4f5;
}
.tab p {
    background: #fff;
        padding: 5px 8px 5px 10px;
    border: 1px solid transparent;
    margin-left: -1px;
    position: relative;
    left: 1px;
    border-radius: 45%;
    cursor: pointer;
}
.tab i {
    margin-left: 5px;
}
/*.tab label:hover {
    background: #ccc;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: -1px;
    position: relative;
    left: 1px;
    border-radius: 45%;
}*/
/* .tab [type="radio"] {
  opacity: 0;
}
*/
.content-tab {
    /*position: absolute;*/
    /*top: 28px;*/
    left: 0;
    background: transparent;
    right: 0;
    bottom: 0;
    padding: 20px;
    border: 1px solid transparent;
    overflow: hidden;
} 
.content-tab > * {
  /* opacity: 0; */
  /*transform: translateX(-100%);
  transition: all 0.6s ease;*/
}
[type="radio"]:focus ~ label {
  /* ouline: 2px solid blue; */
}
[type="radio"]:checked ~ label {
  /* background: white; */
 /* border-bottom: 1px solid white;*/
  /* z-index: 2; */
}
[type="radio"]:checked ~ label ~ .content {
  /* z-index: 1; */
}
[type="radio"]:checked ~ label ~ .content > * {
  /* opacity: 1; */
 /* transform: translateX(0);*/
}

.AtsaFilters-filters {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #282c3f;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    margin: -10px 0 0 16px;
    flex-direction: column
}
.AtsaFilters-filters li {
    border-bottom: 1px solid #e9e9ed;
    margin-bottom: 0!important
}
.AtsaFilters-filters input {
    display: none
}
.AtsaFilters-downArrow, .AtsaFilters-upArrow {
    vertical-align: middle;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    margin-left: 4px
}
.AtsaFilters-filters .AtsaFilters-selected, .AtsaFilters-filters .AtsaFilters-selected:hover, .AtsaFilters-filters label:hover {
    background-color: #f4f4f5
}
.AtsaFilters-addMargin {
    margin-top: 10px
}
.AtsaFilters-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
}
.AtsaFilters-values li {
    margin: 0 20px 10px 0;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis
}
.AtsaFilters-base {
    border-right: 1px solid #edebef;
    border-bottom: 1px solid #edebef
}
.AtsaFilters-base label {
    cursor: pointer;
    white-space: nowrap;
    padding: 10px 0
}
.AtsaFilters-title {
    font-weight: 400;
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px 25px!important;
    color: #535766;
    font-size: 14px
}
.AtsaFilters-hidden {
    display: none
}
.AtsaFilters-atsaFiltersOptionCtn {
    padding-left: 16px;
    padding-bottom: 0;
    display: none
}
.AtsaFilters-atsaShowContainer {
    display: block
}
.AtsaFilters-more {
    font-weight: 500;
    color: #282c3f;
    margin-left: 10px
}
.AtsaFilters-mainContainer {
    width: 600px;
    background-color: #fff
}
.AtsaFilters-filterContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px
}
.AtsaFilters-filterContainer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -ms-flex-negative: 1;
    flex-shrink: 1
}
.AtsaFilters-list {
    border-right: 1px solid #eaeaec;
    max-height: 485px;
    overflow: scroll
}
.AtsaFilters-listItem {
    border-bottom: 1px solid #eaeaec;
    border-left: none;
    margin: 0;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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;
    padding: 0 24px 0 11px;
    text-align: left
}
.AtsaFilters-listItem:hover {
    background-color: #f4f4f5
}
.AtsaFilters-listItem input {
    display: none
}
.AtsaFilters-selected {
    background-color: #f4f4f5
}
.AtsaFilters-selectedInput {
    font-weight: 500
}
.AtsaFilters-valueItem {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    height: 30px;
    padding: 0 24px 0 36px;
    text-align: left
}
.AtsaFilters-value-item div, .AtsaFilters-valueItem {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
    display: flex
}
.AtsaFilters-value-item div {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.AtsaFilters-valueItemTitle {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0!important
}
.AtsaFilters-item, .AtsaFilters-value {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.AtsaFilters-value {
    height: 478px;
    overflow: scroll;
    padding: 10px 0;
    padding-top: 20px!important
}
.AtsaFilters-filterContainer ul li {
    margin: 0
}
.AtsaFilters-topContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 36px;
    border-bottom: 1px solid #eaeaec
}
.AtsaFilters-moreFilters {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left
}
.AtsaFilters-topContainer div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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
}
.AtsaFilters-cateforyFilterType {
    background-color: #7e818c;
    color: #fff;
    text-align: left;
    padding: 6px 0 6px 36px;
    font-size: 12px;
    font-weight: 500
}
.AtsaFilters-selectCategoryButton {
    width: 160px;
    border: 1px solid #ff3f6c;
    padding: 7px 25px;
    font-size: 12px;
    color: #ff3f6c;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    font-weight: 500
}
.AtsaFilters-categorySelectorContainer {
    padding: 12px;
    margin: auto;
    max-width: 210px;
    text-align: center
}
.AtsaFilters-categorySelectorHeader {
    font-size: 14px;
    font-weight: 500
}
.AtsaFilters-categorySelectorInfo {
    margin: 10px 0 20px;
    font-size: 12px;
    color: #535766
}
.AtsaFilters-categorySelectorContainer input {
    display: none
}
.AtsaFilters-moreFilterTitle {
    background-color: #7e818c;
    padding: 6px 0 6px 25px;
    color: #fff;
    font-size: 12px;
    font-weight: 500
}
.AtsaFilters-close {
    cursor: pointer;
    opacity: .7;
    position: absolute;
    right: 16px;
    top: 16px
}
.AtsaFilters-modalTitle {
    font-weight: 500
}
.AtsaFilters-productCount {
    color: #7e818c;
    font-size: 12px
}
.categoriesFilter-container {
    position: relative
}
.categoriesFilter-list {
    margin-bottom: 0;
    margin-top: 18px!important
}
.categoriesFilter-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
}
.categoriesFilter-expanded {
    max-height: 307.5px
}
.categoriesFilter-list label {
    cursor: pointer
}
.categoriesFilter-num {
    color: #94969f;
    font-size: 11px;
    margin-left: 4px
}
.categoriesFilter-categorySearch {
    margin-bottom: 10px;
    outline: none;
    font-size: 14px;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #ccc
}
.categoriesFilter-categorySearch:focus {
    border: 1px solid #526cd0
}
.categoriesFilter-more {
    cursor: pointer;
    margin-top: 10px;
    font-size: 15px;
    color: #ff3f6c
}
.categoriesFilter-toast {
    position: absolute;
    top: 24px;
    padding: 8px 12px 10px 16px;
    left: 145px;
    width: 184px;
    font-size: 12px;
    z-index: 1;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.36);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.36);
    background-color: #3e4152;
    color: #fff;
    border-radius: 4px;
    -webkit-animation: categoriesFilter-FadeAnimation 1s ease-in 5s forwards;
    animation: categoriesFilter-FadeAnimation 1s ease-in 5s forwards
}
.categoriesFilter-toast:before {
    position: absolute;
    left: -2px;
    top: 0;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #3e4152;
    -webkit-transform: skew(50deg);
    transform: skew(50deg)
}
.categoriesFilter-hide {
    display: none
}
.categoriesFilter-FilterCollapseContainer {
    position: absolute;
    top: 16px;
    right: 16px
}
@-webkit-keyframes categoriesFilter-FadeAnimation {
0% {
opacity:1;
visibility:visible
}
to {
    opacity: 0;
    visibility: hidden
}
}
@keyframes categoriesFilter-FadeAnimation {
0% {
opacity:1;
visibility:visible
}
to {
    opacity: 0;
    visibility: hidden
}
}
.FiltersDirectory-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: 840px;
    padding: 15px 0;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 5;
    display: none
}
.FiltersDirectory-expanded {
    display: block
}
.FiltersDirectory-titleBar {
    color: #adaeaf;
    padding-bottom: 12px;
    margin: 0 32px;
    border-bottom: 1px solid #eaeaec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.FiltersDirectory-searchInput {
    height: 30px;
    width: 170px;
    font-size: 14px;
    padding: 6px 6px 6px 12px;
    outline: none;
    text-transform: capitalize;
    border-radius: 2px;
    border: 1px solid #eaeaec
}
.FiltersDirectory-searchInput:focus {
    border: 1px solid #526cd0
}
.FiltersDirectory-list {
    padding: 20px 0 10px!important;
    margin-right: 32px!important;
    margin-left: 22px!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
}
.FiltersDirectory-list li {
    margin: 0 10px 8px 0;
    font-size: 14px;
    padding-left: 10px;
    width: 225px;
    text-align: left
}
.FiltersDirectory-list li label {
    display: block;
    width: 100%;
    min-height: 17px;
    color: #282c3f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: normal
}
.FiltersDirectory-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
}
.FiltersDirectory-close {
    cursor: pointer;
    opacity: .7;
    position: absolute;
    right: 16px;
    top: 16px
}
.FiltersDirectory-count {
    color: #94969f;
    font-size: 11px;
    margin-left: 4px
}
.FiltersDirectory-indices {
    padding: 0;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.FiltersDirectory-indices li {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    color: #adaeaf;
    font-weight: 500;
    font-size: 13px;
    margin-top: 7px;
    font-size: 12px!important
}
.FiltersDirectory-disabled {
    opacity: .2;
    cursor: default
}
.FiltersDirectory-color {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 50%
}
.FiltersDirectory-filterModalFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 32px;
    border-top: 1px solid #eaeaec;
    padding-top: 10px
}
.FiltersDirectory-scroller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.FiltersDirectory-apply {
    padding: 8px 36px;
    margin-left: 20px;
    border-radius: 2px;
    background-color: #ff3f6c;
    font-weight: 500;
    color: #fff;
    cursor: pointer
}
.FiltersDirectory-clearAll {
    padding: 8px 10px;
    font-weight: 500;
    cursor: pointer
}
.FiltersDirectory-leftScroller, .FiltersDirectory-rightScroller {
    padding: 5px 10px 5px 8px;
    border-radius: 4px;
    border: 1px solid #a9abb3;
    width: 60px;
    outline: none
}
.FiltersDirectory-rightScroller {
    margin-left: 12px
}
.FiltersDirectory-downArrow {
    margin-left: 5px;
    margin-top: 5px;
    float: right
}
.FiltersDirectory-arrowRightBold {
    position: relative;
    top: 4px
}
.FiltersDirectory-leftArrow {
    border: solid #282c3f;
    border-width: 0 0 2px 2px
}
.FiltersDirectory-leftArrow, .FiltersDirectory-rightArrow {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 1px
}
.FiltersDirectory-rightArrow {
    border: solid #282c3f;
    border-width: 2px 2px 0 0
}
.filterSearch-filterSearchBox {
    position: absolute;
    top: 12px;
    right: 40px;
    width: 30px;
    height: 30px;
    background-color: #f5f5f6;
    border-radius: 50%
}
.filterSearch-filterSearchBox .filterSearch-inputBox {
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 14px;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 2px 33px 2px 14px
}
.filterSearch-filterSearchBox .filterSearch-hidden {
    display: none
}
.filterSearch-expanded {
    width: 200px;
    border-radius: 15px
}
.filterSearch-iconSearch {
    right: 5px;
    top: 4px;
    -webkit-transform: scale(.6);
    transform: scale(.6)
}
.filterSearch-closeSearch, .filterSearch-iconSearch {
    display: inline-block;
    position: absolute;
    cursor: pointer
}
.filterSearch-closeSearch {
    right: 8px;
    top: 8px
}
.brandFilter-container {
    position: relative
}
.brandFilter-list {
    margin-bottom: 0
}
.brandFilter-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
}
.brandFilter-expanded {
    max-height: 307.5px
}
.brandFilter-num {
    color: #94969f;
    font-size: 11px;
    margin-left: 4px
}
.brandFilter-label {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    cursor: pointer
}
.brandFilter-brandSearch {
    margin-bottom: 10px;
    outline: none;
    font-size: 14px;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #ccc
}
.brandFilter-brandSearch:focus {
    border: 1px solid #526cd0
}
.brandFilter-more {
    cursor: pointer;
    margin-top: 10px;
    font-size: 15px;
    color: #ff3f6c
}
.brandFilter-FilterCollapseContainer {
    position: absolute;
    top: 16px;
    right: 16px
}
.sizeFilter-container {
    position: relative
}
.sizeFilter-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px!important;
    margin-right: 16px!important
}
.sizeFilter-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
}
.sizeFilter-expanded {
    max-height: 307.5px
}
.sizeFilter-num {
    color: #94969f;
    font-size: 11px;
    margin-left: 4px
}
.sizeFilter-label {
    cursor: pointer
}
.sizeFilter-brandSearch {
    margin-bottom: 10px;
    outline: none;
    font-size: 14px;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #ccc
}
.sizeFilter-brandSearch:focus {
    border: 1px solid #526cd0
}
.sizeFilter-more {
    cursor: pointer;
    margin-top: 10px;
    font-size: 15px;
    color: #ff3f6c
}
.sizeFilter-list li {
    padding: 8px;
    margin: 4px;
    border-radius: 4px;
    border: 1px solid #eaeaec;
    background-color: #fff;
    list-style-type: none;
    margin-bottom: 7px!important;
}
.sizeFilter-input {
    display: none
}
.sizeFilter-checkedInput {
    border: 1px solid #ff3f6c!important;
}
.sizeFilter-FilterCollapseContainer {
    position: absolute;
    top: 16px;
    right: 16px
}
.colourFilter-listItem {
    display: block;
    position: relative;
    margin: 0 10px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.colourFilter-multiColorLabel {
    background-position: -2494px -60px
}
.colourFilter-label {
    position: relative;
    cursor: pointer;
    display: block;
    height: 100%;
    line-height: 16px;
    vertical-align: top
}
.colourFilter-more {
    cursor: pointer;
    color: #526cd0;
    display: block;
    margin-top: 10px
}
.colourFilter-more span {
    display: block;
    font-size: 15px;
    color: #ff3f6c
}
.colourFilter-colorDisplay {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    margin-left: 27px
}
.colourFilter-colorDisplay[data-colorhex="off white"], .colourFilter-colorDisplay[data-colorhex=white] {
    border: 1px solid #d6d6d6
}
.colourFilter-num {
    color: #94969f;
    font-size: 11px;
    margin-left: 4px
}
.colourFilter-FilterCollapseContainer {
    position: absolute;
    top: 16px;
    right: 16px
}
.priceFilter-list li {
    margin-bottom: 4px
}
.priceFilter-list label {
    cursor: pointer
}
.priceFilter-input {
    margin-right: 12px
}
.priceFilter-num {
    color: #94969f;
    font-size: 11px;
    margin-left: 4px
}
.priceFilter-FilterCollapseContainer {
    position: absolute;
    right: 16px;
    top: 16px
}
.slider-root {
    margin-right: 16px
}
.slider-root div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.slider-rootRail {
    position: relative;
    height: 12px;
    background-color: #fff
}
.slider-rootRailBar {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #d4d5d9
}
.slider-rootRailRange {
    position: absolute;
    top: 10px;
    height: 2px;
    top: 5px;
    background-color: #ff3f6c
}
.slider-rootRailThumbLeft {
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%)
}
.slider-rootRailThumbLeft, .slider-rootRailThumbRight {
    position: absolute;
    top: 0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #ff3f6c;
    outline: none
}
.slider-rootRailThumbRight {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%)
}
.slider-rangeBoxContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px
}
.slider-rangeInput {
    border: none;
    outline: none;
    color: #282c3f;
    font-size: 16px;
    width: 60px;
    margin-left: 2px
}
.slider-highRange, .slider-lowRange {
    padding: 8px 7px;
    outline: none;
    border-radius: 4px;
    border: 1px solid #eaeaec
}
.slider-devider {
    padding: 8px
}
.slider-rupeeIcon {
    color: #bfc0c6;
    font-weight: 300;
    font-size: 16px
}
.slider-apply {
    border-radius: 2px;
    border: 1px solid #d4d5d9;
    background-color: #fff;
    text-align: center;
    padding: 8px;
    margin-top: 10px;
    color: #ff3f6c;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px
}
.slider-thumbDot {
    background: #fff;
    top: 4px;
    left: 4px;
    position: absolute
}
.slider-slickDot, .slider-thumbDot {
    width: 4px;
    height: 4px;
    border-radius: 50%
}
.slider-slickDot {
    background-color: #d4d5d9;
    cursor: pointer
}
.slider-priceUpperlimit, .slider-upperDot {
    float: right
}
.slider-priceLimitBar {
    font-size: 12px;
    color: #7e818c;
    margin: 8px -2px 0
}
.slider-dotContainer {
    margin: 10px -2px 0
}
.slider-sliderContainer {
    margin: 12px 0 4px
}
.discountFilter-input {
    margin-right: 12px
}
.discountFilter-list li {
    margin-bottom: 4px
}
.discountFilter-list label {
    cursor: pointer
}
.discountFilter-FilterCollapseContainer {
    position: absolute;
    top: 16px;
    right: 16px
}
.filterHeader-container {
    position: relative;
    padding-top: 0
}
.filterHeader-clearAllBtn {
    position: absolute;
    top: 2px;
    right: 10px;
    font-weight: 500;
    color: #ff3f6c;
    font-size: 13px;
    cursor: pointer
}
.filterHeader-title {
    font-weight: 700
}
.MoreFilterToast-button {
    left: 65px;
    margin-top: -25px;
    top: 95%;
    position: fixed;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    border-radius: 15.5px;
    -webkit-box-shadow: 0 6px 14px 0 rgba(0,0,0,.5);
    box-shadow: 0 6px 14px 0 rgba(0,0,0,.5);
    background-color: #3e4152;
    color: #fff;
    padding: 8px 24px;
    font-weight: 500;
    font-size: 12px
}
.MoreFilterToast-isVisible {
    opacity: 1;
    visibility: visible;
    z-index: 10
}
.MoreFilterToast-downArrow {
    margin-left: 11px;
    margin-top: 4px;
    float: right;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}
.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-bottom: 0;
    margin-top: 0px;
    position: relative;
    /* top: 35px; */
}
.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: 6px 14px;
    font-size: 14px;
    color: #282c3f;
    cursor: pointer;
    position: relative;
    width: 265px;
    margin-bottom: 10px;
    -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: 265px;
    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
}
.mobile-col {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 0px;
}
.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: -11px -75px;
    background: transparent;
}
.atsa-values li {
    margin: 0 4px 10px 0;
    min-width: 8%;
    width: 9%;
    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
}
input[type=checkbox], input[type=radio] {
    margin: 2px 16px 0;
    margin-top: 1px\9;
    line-height: normal;
}
label[data-key=size_facet] {
    text-transform: uppercase
}
.atsa-atsaFiltersOptionCtn {
    padding-left: 16px;
    padding-bottom: 0;
    display: none
}
.atsa-atsaShowContainer {
    display: block
}

.xcelerator-pdpXceleratorImageTag, .xcelerator-plpXceleratorImageTag {
    background: rgb(6 181 76 / 80%);
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate( 
90deg
 );
    text-transform: uppercase;
    color: #fff;
    font-size: 8px;
    font-weight: 500;
    z-index: 1;
   padding: 0px 3.3px;
    padding-top: 3px;
    line-height: 6.5px;
}
.xcelerator-plpXceleratorImageTag:after {
    top: 1px;
    transform: rotate( 
90deg
 );
    content: "";
    position: absolute;
    border-color: rgb(66 194 118 / 94%) transparent rgb(9 112 32 / 52%) rgb(55 195 111);
    border-style: solid;
       border-width: 6.4px;
    left: 100%;
    width: 0px;
    top: auto;
    left: 0px;
 padding: 0px;
}
.rotate-text {
    font-size: 8px;
    letter-spacing: -2px;
    font-weight: bold;
    transform: rotate( -1deg);
    writing-mode: vertical-rl;
    display: inline-block;
}
.orientation {
    text-orientation: upright;
 }
.product-base:hover {
    box-shadow: 0 0px 9px 4px rgb(40 44 63 / 11%);}


 .share-space{margin-top: 15px;}

 .clearfix::after {
  content: "";
  clear: both;
  display: table;
} 






    .loader-container {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 5px;
    border-radius: 20px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 6;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 2px rgb(0 0 0 / 9%);
    box-shadow: 0 0 3px 2px rgb(0 0 0 / 9%);
}

.spinner-spinner {
    height: 20px;
    width: 20px;
    -webkit-animation: spinner-rotate .8s linear infinite;
    animation: spinner-rotate .8s linear infinite;
    border: 2px solid #f16565;
    border-right-color: transparent;
    border-radius: 20px;
}



.spinner-spinner{
    height:20px;
    width:20px;
    -webkit-animation:spinner-rotate .8s linear infinite;animation:spinner-rotate .8s linear infinite;
    border:2px solid #f16565;border-right-color:transparent;border-radius:20px
    }
    @-webkit-keyframes spinner-rotate{
        0%{-webkit-transform:rotate(0);
            transform:rotate(0)
        }to{
        -webkit-transform:rotate(1turn);transform:rotate(1turn)
    }
}
.newest-content {
   /* padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #d7d7d7;*/
}
.shadow {
    box-shadow:none!important;
}
.desktop-container {
    color: #fff;
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10;
    -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%);
    background-color: #fff;
}
.space-header-top {
    margin-top: 130px;81
}
.panel-group {
    margin-bottom: 0px;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #333;
    border-color: #EEEEEE;
    /*max-height: 170px;
    overflow-x: auto;*/
}
.navbar-collapse {
    padding-right: 0px;}
    .social_wrap.social_wrap_icon {
    position: absolute;
    top: 48px!important;}



li.etalage_zoom_area {
    width: 800px;
    z-index: 2;
    /*border: 5px double whitesmoke;*/
}
.padding-space-home {
    background: #fffefe;
    margin-top: 25px;
    padding: 18px 5px 10px 1px;
    box-shadow: 0px 2px 8px -2px rgb(226 225 225 / 75%);
}
h2.title-w3 {
    margin-top: 90px;
}

.investors-menu .mega-sub .mega-sub-title{
    color: #f00;
    border-bottom-style: solid;
    padding-bottom: 1px;
    border-width: thin;
}
.investors-menu .mega-sub .mega-sub-title:hover{
    color: #000;
    border-bottom-style: solid;
    padding-bottom: 1px;
    border-width: thin;
}
.investors-menu li.mega-sub-title:hover {
    color: #000; font-weight: 500
}
/*--------------------------------------------------*/

.brands-menu .brands-sports .mega-sub-title, .brands-menu .brands-fitness .mega-sub-title{
    color: #f00;
    border-bottom-style: solid;
    padding-bottom: 1px;
    border-width: thin;
}
.brands-menu .brands-sports .mega-sub-title:hover, .brands-menu .brands-fitness .mega-sub-title:hover {
    color: #000; 
}
.brands-menu .brands-sports .mega-sub-title, .brands-menu .brands-fitness .mega-sub-title {
    padding: 5px 20px;
    font-size: 14px;
}


li.cat-img-off a:hover {
    background:none!important;}
    li.cat-img-off {
   background:none!important;}

   li.cat-img-off a {
  background:none!important;}

   li.cat-img-off a:hover {
  background:none!important;}
  ul.nav.navbar-nav.navbar-right li a {
    background: none;
}

 ul.nav.navbar-nav.navbar-right li a:hover {
    background: none;
}



/*#believe-nav .navbar-nav>li>a i {
    font-size: 23px;
    color: #f7f5f5;
     background: none; 
    padding: 10px;
    background: #afabab;
    border-radius: 50%;
}*/

#believe-nav .navbar-nav>li>a i {
    font-size: 14.5px;
    color: #ffffff;
    padding: 7px;
    background: #d9d9d9;
    border-radius: 50%;
}
.list-investors ul li a {
    color: #212121;
    text-decoration: none;
}
.list-investors ul li a:hover{color:#cc3300;}
 #believe-nav .navbar-nav>li>a i:hover {
    /* font-size: 23px; */
    color: #ffffff!important;
    background: #cc3300!important;
}
   
p.p-size {
    padding: 9px 16px;
    border: 1px solid #b3aeae;
    margin-left: 10px;
        border-radius: 50%;
}
.p-size-list {
       display: flex;
    margin-left: 11px;

}
.p-size-list-c{
      display: flex;
}
.head_office_innerbox ul li {
    font-size: 16px;
    color: #000;
}
.head_office_box {
    margin-top: 50px;
}

span.women_cell.con_sp h5 {
    margin-left: 15px;
}
.head_office_box.link-box {
    margin-top: 3px;
}