@font-face {
    font-family: 'Century Gothic Bold';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff'),
        url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
        url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff'),
        url('../fonts/CenturyGothic.ttf') format('truetype'),
        url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}
.bold{
    font-family: 'Century Gothic Bold';
}
.header-top{
    padding:3px 0;
    background: #363636;
}

.tendenz-top-nav{
    margin:0;
    padding:0;
    list-style: none;
}
.tendenz-top-nav > li{
    float:left;
}
.tendenz-top-nav > li a{
    padding:10px 15px;
	font-size: 12px;
    display: block;
    color:#fff;
}
.tendenz-top-nav > li.logo-sign a{
    padding:0 15px 0 0;
}
.header-top-container{
    position: relative;
    padding-right:400px;
}
.shopping-bag{
    display:block;
    background:url(../images/shopping-bag.png) no-repeat center center;
    width:31px;
    height:35px;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    text-align: center;
    padding-top: 15px;
    cursor:pointer;
}
.shopping-bag-container{
     width:31px;
    height:35px;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
}
.shopping-items{
    display:block;
    font-size:0.9em;
    color:#fff;
    font-family: 'Century Gothic Bold';
}
.arrow-lang{
    font-size:0.7em;
    margin-left:5px;
    color:#fff;
}
.dropdown-language{
    height:40px;
    top:0;
    bottom:0;
    position: absolute;
    right:55px;
    margin:auto;
}
.dropdown-language .language-btn{
    border:0;
    padding:10px;
    
    background:#363636;
}
.dropdown-language .dropdown-menu{
    min-width:40px;
}
.dropdown-language .dropdown-menu > li > a{
    padding:6px 15px;
}
.dropdown-language.open .language-btn{
    background:rgba(0,0,0,0.1);
}
.dropdown-menu > li > a:hover{
	background-color: #C6C6C6 !important;
}
.dropdown-menu > li{
	cursor: pointer;
}
.dropdown-menu > .selected{
	background-color: #C6C6C6;
}
.small-title {
	font-size: 12px;
}
.login-btn{
    position: absolute;
    right:120px;
    text-align: center;
    display:inline-block;
    top:3px;
    bottom:3px;
    padding:0 5px;
}
.login-btn .small-title{
    text-transform: uppercase;
    color:#fff;
    font-size:0.75em;
}
.small-title{
    display:block;
    
    text-align: center;
}
.phone-call{
    position: absolute;
    right:200px;
    display:inline-block;
    top:3px;
    bottom:3px;
    padding:0 5px;
	width: 300px;
}
.phone-call .small-title{
    color:rgba(255,255,255,0.5);
    font-size:0.75em;
}

.phone-call .big-title{
    color: #FFFFFF;
	float: left;
}
.phone-call .phone-number{
    color:#fff;
    font-size:1.4em;
    display:block;
    line-height: 1em;
    text-align: center;
}
.header-middle{
    width:100%;
    padding:18px 0;
}
.image-container img{
    max-width: 100% !important;
}
.header-middle-container{
    position: relative;
    padding:0 200px;
}
.form-search-header{
    position: absolute;
    right:0;
    top:0;
}
.btn-search{
    padding:0;
    background:transparent;
}
.navigation-main{
    margin:0;
    padding:0;
    list-style: none;
    text-align: center;
}
.navigation-main > li{
    display:inline-block;
}
.navigation-main > li a{
    display:block;
    padding:10px 15px;
    font-size:1.1em;
    cursor:pointer;
    position: relative;
}
.navigation-main > li a.active {
    background: rgba(248,248,248,0.95) !important;
}
.red{
    color:#fa0504;
}

.mega-menu{
    display:none;
    background:rgba(248,248,248,0.95);
    padding:10px 0 20px 0;
}
.owl-carousel .owl-item img{
    max-width: 100%;
    width:auto;
	margin: 0px auto;
}
.image-container a{
    display:inline-block;
}
.header-bottom{
    position: relative;
}
.mega-menu{
    position: absolute;
    top:41px;
    left:0;
    right:0;
    z-index: 100;
}
.slider-right-nav{
    font-size:2em;
    position: absolute;
    right:30px;
    width:28px;
    height:28px;
    margin:auto;
    top:0;
    z-index: 100;
    cursor: pointer;
    bottom:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.slider-left-nav{
    font-size:2em;
    position: absolute;
    left:30px;
    width:28px;
    height:28px;
    margin:auto;
    top:0;
    z-index: 100;
    cursor: pointer;
    bottom:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.section-slider-home:hover .slider-left-nav,.section-slider-home:hover .slider-right-nav{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}
.section-slider-home{
    position: relative;
}
.services-list{
    margin:30px 0;
    padding:0;
    list-style:none;
}
.services-list > li{
    float:left;
    width:33.33%;
    padding:0 15px;
    position: relative;
}
.services-list > li:after{
    position: absolute;
    content:"";
    top:0px;
    bottom:0px;
    width:1px;
    left:100%;
    background:#000;
}
.services-list > li:last-child:after{
    display:none;
}
.collection-name{
    display:block;
    text-align: center;
    padding: 0;
    background:#fff;
    margin:0;
}
.collection-name-text{
    display:inline-block;
    position: relative;
    font-size:0.85em;
    color:#000;
    padding: 0 60px;
    height:30px;
    line-height: 30px;
}
.collection-name-text:before{
    position: absolute;
    height:1px;
    background:#ab1809;
    top:0;
    bottom:0;
    left:0;
    width:40px;
    content:"";
    margin:auto;
}
.collection-name-text:after{
    position: absolute;
    height:1px;
    background:#ab1809;
    top:0;
    bottom:0;
    right:0;
    width:40px;
    content:"";
    margin:auto;
}
.collections-list{
    margin:0 -1%;
    padding:0;
    list-style: none;
}
.collections-list > li{
    float:left;
    width:23%;
    margin:0 1%;
}
.collections-list > li a{
    display:block;
    position: relative;
    padding-bottom:40px;
}
.collections-list > li a .collection-name{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    height:30px;
}
.collection-image{
    display:block;
    position: absolute;
    background:#f0f0f0;
    top:0;
    left:0;
    right:0;
    bottom:40px;
}
.collections-list > li.double-size{
    width:48%;
}
.collection-image-left{
    width:48%;
    right:initial;
}
.collection-image-right{
    width:48%;
    left:initial;
}
.collection-image-top{
    height:48%;
    bottom:initial;
}
.collection-image-bottom{
    height:48%;
    top:initial;
    bottom:0;
}
.collections-list > li.half-size a{
    padding-bottom:0;
}
.collections-list > li.half-size a .collection-name{
    bottom:0;
    top:0;
    margin:auto;
}
.container-collections,.container-new-items{
    max-width: 1400px;
    padding:0 15px;
    margin:0 auto;
}
.section-title{
    text-transform: uppercase;
    margin:25px 0;
}
.new-products{
    padding:30px 30px;
}
.product-item{
    position: relative;
    padding:0 15px;
    display:block;
}
.product-price{
    display: block;
    font-family: 'Century Gothic Bold';
    font-size:1.2em;
    text-align: center;
}
.product-item .small-title{
    font-size:0.9em;
}
.new-products-container{
    padding:0 50px;
    position: relative;
}
.new-slider-left-nav{
    font-size:1.4em;
    position: absolute;
    left:0px;
    width:22px;
    height:22px;
    margin:auto;
    top:0;
    z-index: 100;
    cursor: pointer;
    bottom:0;
    
}

.new-slider-right-nav{
    font-size:1.4em;
    position: absolute;
    right:0px;
    width:22px;
    height:22px;
    margin:auto;
    top:0;
    z-index: 100;
    cursor: pointer;
    bottom:0;
}
.product-item:after{
    position: absolute;
    right:-1px;
    top:0;
    bottom:0;
    background:#e3e3e3;
    content:"";
    width:1px;
}
.footer-top{
    padding:10px 0;
    background:#363636;
}
.footer-list{
    margin:0;
    padding:0;
    list-style: none;
    text-align: center;
}
.footer-list > li {
    display:inline-block;
    color:#fff;
    padding:0 15px;
}
.footer-list > li  img{
    vertical-align: middle;
    margin-right:10px;
}
.footer-bottom{
    background:#1e1e1e;
    padding:30px 0 60px 0;
}
.f-title{
    display:block;
    text-transform: uppercase;
    color:#606060;
    font-family: 'Century Gothic Bold';
}
.f-list{
    margin:0;
    padding:0;
    list-style:none;
}
.f-list  > li a{
    display:block;
    padding:1px 0;
    color:#fff;
    
}
.social-list{
    margin:0 0 20px 0;
    padding:0;
    list-style:none;
}
.social-list > li{
    float:left;
    margin:0 5px 5px 0;
}
.social-list > li a{
    border:2px solid #fff;
    display:block;
    width:32px;
    height:32px;
    font-size:1em;
    text-align: center;
    padding:6px;
    color:#fff;
    -webkit-border-radius: 50%;
    -moz-border-radius:  50%;
    border-radius:  50%;
}
.navigation-buttons-list{
    margin:0;
    padding:0;
    list-style: none;
}
.navigation-buttons-list a{
    display:block;
    padding:2px 5px;
    color:#757474;
    border:1px solid transparent;
}
.navigation-buttons-list a:hover{
    border-color:#000;
}
.mega-menu h3{
    margin:0 0 10px 0;
    font-size:0.9em;
    text-transform: uppercase;
}
.navigation-buttons-list-big.navigation-buttons-list a{
    border:0 !important;
    
}
.navigation-buttons-list-big.navigation-buttons-list{
    margin-top:23px;
}
.navigation-buttons-list a.red{
    color:#fa0504;
}

.navigation-main > li a.active:after{
    content:"";
    position: absolute;
    bottom:0;
    height:1px;
    background:#fa0504;
    left:5px;
    right:5px;
}
.shopping-bag-dropdown{
    background:#fff;
    padding:20px;
    width:320px;
    position: absolute;
    display:none;
    right:-15px;
    top:50px;
    z-index: 1000;
    border:1px solid #cbcbcb;
}
.shopping-bag-dropdown.active{
    display:block;
}
.shopping-bag-dropdown:after,.shopping-bag-dropdown:before{
    bottom: 100%;
    right:20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.shopping-bag-dropdown:after{
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -12px;
}
.shopping-bag-dropdown:before{
    border-color: rgba(203, 203, 203, 0);
    border-bottom-color: #cbcbcb;
    border-width: 10px;
    margin-right: -2px;
}
.cart-table{
    text-align: left;
    font-size:0.8em;
}
.cart-table td{
    padding: 5px 0;
}
.view-cart-button{
    background:#000;
    color:#fff;
    border:0;
    padding:10px;
    display:block;
    width:100%;
    text-transform: uppercase;
}
.clear-cart-button{
    background:#bf2b1d;
    color:#fff;
    border:0;
    padding:5px;
    display:block;
	margin-top: 15px;
    width:70%;
    text-transform: uppercase;
	float: right;
}
.intnum-cat {
	height: 1px;
	position: absolute;
	top: 0px;
	display: none;
}
.products-container li a:hover .intnum-cat {
	display: block;
}
.shopping-bag-dropdown h4{
    margin-top:10px;
    margin-bottom:5px;
    text-align: left;
}
.close-shopping-bag-dropdown{
    padding:5px;
    position: absolute;
    top:10px;
    cursor:pointer;
    right:10px;
    color:#c8c8c8;
}
.free-delivery-product{
	display: block;
	text-align: center;
	padding-left: 0px;
	margin: 10px 0px;
}
.free-delivery-product img {
	width: 70px;
}
.header-mobile .header-top .header-top-container{
    width:100%;
    padding:0;
}
.header-mobile .phone-call{
   right: 35%;
}
.header-mobile .dropdown-language{
    right:40px;
}
.header-mobile .header-middle-container{
    padding:0 50px;
}
.mobile-logo{
    max-width: 190px;
}
.mobile-menu-btn{
    font-size:1.8em;
    color:#363636;
    display:inline-block;
    padding:5px;
    width:35px;
    height:35px;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
}
.menu-container {
	width: 100%;
}

.header-mobile .header-middle{
    padding:12px 0;
}
.mobile-search-btn{
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    display:inline-block;
    width:35px;
    height:35px;
    margin:auto;
    cursor: pointer;    
}
.login-btn-mobile{
    display:block;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    color:#000;
}
.header-mobile .header-bottom-mobile{
    background:#f3f2f2;
    display:none;
}
.header-mobile{
    display:none;
}

.category-mobile{
    display:block;
    cursor:pointer;
    padding:10px 40px 10px 0;
    text-transform: uppercase;
    position: relative;
    font-size:1.1em;
}
.category-mobile-block{
    position: relative;
}
.category-mobile-block:after{
    content:"";
    position: absolute;
    left:-15px;
    right:-15px;
    bottom:100%;
    height:1px;
    background:#ccc;
}
.not-opened,.opened{
    position: absolute;
    display:block;
    width:15px;
    height:15px;
    top:0;
    bottom:0;
    margin:auto;
    right:0;
}
.opened{
    display:none;
}
.category-mobile.active .not-opened{
    display:none;
}
.category-mobile.active .opened{
    display:block;
}
.category-mobile-content{
    padding-bottom:10px;
}
.category-mobile.red{
    color:#fa0504 !important;
}
.search-form-mobile{
    padding:10px 15px;
    background: #f3f2f2;
    display:none;
}
.join-box{
    border:1px solid #ccc;
    padding:60px 120px;
    margin-bottom:20px;
}
.internal-section{
    padding:15px 0 50px 0;
}
.join-box h3{
    text-align: center;
    margin:0 0 5px 0;
}
.join-box p{
    text-align: center;
}
.red-btn{
    background:#bf2b1d;
    display:inline-block;
    color:#fff;
    border:0;
    padding:10px 15px;
}
.red-btn:hover{
    color:#fff;
    background:#ab1809;
}
.full-btn{
    display:block;
    width:100%;
    text-transform: uppercase;
    font-size:1.1em;
    margin:10px 0;
}
.facebook-btn{
    display:inline-block;
    padding:10px 20px 10px 55px;
    color:#fff;
    position: relative;
    background:#485894;
    margin:10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.facebook-btn:hover{
    background:#435289;
    color:#fff;
}
.facebook-btn .fb-line{
    position: absolute;
    top:2px;
    bottom:2px;
    width:1px;
    background:#3a4676;
    left:40px;
}
.facebook-btn .fb-icon{
    width:14px;
    height:14px;
    position: absolute;
    top:0;
    bottom:0;
    left:15px;
    margin:auto;
}
.filter-top{
    background:#eee;
    padding:10px 15px;
    margin-bottom:10px;
}

.dropdown-menu.inner{
    position: relative;
    top:initial;
    left:initial;
    right:initial;
    bottom:initial;
    margin:0;
    padding:0;
    border:0;
}
.bootstrap-select .btn-default{
    background:transparent;
    border:0;
    padding:10px 40px 10px 10px;
    display:block;
    width:100%;
    border-bottom:1px solid #ccc;
    position: relative;
}
.bootstrap-select .btn-default span.ti-angle-down{
    font-size:0.8em;
    width:12px;
    height:12px;
    position: absolute;
    right:10px;
    top:0;
    bottom:0;
    margin:auto;
   
}
.bootstrap-select{
    display:block;
    width:100%;
    position: relative !important;
    height:41px;
}
.bootstrap-select .check-mark{
    display:none;
}
.grid-view{
    margin:0;
    padding:0;
    list-style:none;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
    height:32px;
}
.grid-view > li{
    float:left;
}
.pagination-wrapper{
    padding-left:100px;
    position: relative;
	float: right;
}
.category-header{
    margin:5px 0;
    text-transform: uppercase;
    font-size:1.2em;
}
.grid-view li a{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    cursor:pointer;
}
.grid-view li a.active{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}
.product-category-list{
    margin:0;
    padding:0;
    list-style:none;
}
.product-category-list > li{
    float:left;
   
    border-bottom:1px solid #e8e8e8;
}
.product-category-list.grid-four-list > li{
     width:25%;
}
.product-category-list.grid-four-list > li:nth-child(4n) a{
    border-right:0;
}
.product-category-list.grid-two-list > li{
     width:50%;
}
.product-category-list.grid-five-list > li{
    width:20%;
}
.product-category-list.grid-five-list > li:nth-child(5n) a{
    border-right:0;
}
.product-category-list.grid-two-list > li:nth-child(2n) a{
    border-right:0;
}
.product-category-list > li a{
    display:block;
    padding:15px;
    margin:8px 0;
    position: relative;
    border-right:1px solid #e8e8e8;
}
.product-category-list > li a .product-preview img{
    width: 100%;
	max-width: 100%;
}
.product-category-list > li a .product-preview{
    position: relative;
	padding-bottom: 5%;
}
.products-container{
    margin-bottom:20px;
}
.pagination a.active{
    border-color:#ccc;
}
.bootstrap-select.open{
    background:#f4f4f4;
}
.bootstrap-select .dropdown-menu{
    background:#f4f4f4;
    width:100%;
    border:0;
}
.leather-label{
    position: absolute;
    width:32px;
    height:32px;
    display:block;
    top: 0px;
    right:10px;
}
.winter-label{
    position: absolute;
    width:32px;
    height:32px;
    display:block;
    top: 45px;
    right:10px;
}
.leather-label img,.winter-label img{
    max-width: 100%;
}
.discount-percent{
    font-size:1.2em;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    color:#c02c20;
    text-align:center;
    display:block;
}
.product-description{
    padding:0 15px 5px 15px;
	min-height: 100px;
}
.product-description h3{
    font-size:0.9em;
    font-weight: normal;
    text-align: center;
    margin:5px 0;
}
.discount-price{
    font-size:1.2em;
    color:#c02c20;
    display:inline-block;
    padding:0 5px;
}
.current-price{
    font-size:1.2em;
    color:#020202;
    display:inline-block;
    padding:0 5px;
    position: relative;
    font-weight: normal;
}
.current-price.current-price-old{
    font-size:0.85em;
    color:#8a8989;
}
.product-price{
    margin:0;
}
.current-price.current-price-old:after{
    content:"";
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    left:2px;
    right:2px;
    background:#000;
    height:1px;
    
}
.back-btn{
    color:#fff;
    background:#cd0d0d;
    display:inline-block;
    text-transform: uppercase;
    font-size:0.9em;
    padding:3px 8px;
}
.back-btn:hover{
    background:#cd0d0d;
    color:#fff;
}
.radio-bordered{
    padding:10px 0;
    border-bottom:1px solid #ccc;
}
.free-delivery{
    background:#bf2b1d;
    color:#fff;
    padding:15px;
    text-align: center;
}
.black-btn{
    color:#fff;
    background:#000;
    padding:15px ;
    text-transform: uppercase;
    border:0;
    text-align: center;
    margin:0;
}
.basket-list{
    margin:0;
    padding:0;
    list-style:none;
}
.basket-list .row{
    margin:0 -5px;
}
.basket-list .row .col-md-3,.basket-list .row .col-md-9{
    padding:0 5px;
}
.basket-list > li{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #e5e5e5;
}
.basket-list > li h3{
    margin:0 0 5px 0;
    font-size:1.2em;
}
.basket-list > li p{
    margin:0;
}
.basket-overview-content{
    padding:15px 30px;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
}
.basket-table{
    width:100%;
    border:1px solid #000;
    margin-bottom:10px;
}
.basket-table td{
    padding: 10px;
    border:1px solid #000;
}
.basket-table .form-control{
    color:#000;
    padding:6px 0;
    border:0;
}
.checkbox-basket-container{
    padding:10px;
    border:2px solid #e5e5e5;
}
.checkbox .checkbox-basket-star{
    padding-left:30px;
}
.red-star{
    position: absolute;
    left:0;
    top:2px;
    font-size:1.2em;
    width:7px;
    height:7px;
    display:block;
}
.success-message{
    text-align: center;
}
.success-title{
    text-align: center;
    color:#ab1809;
}
.basket-success-block{
    padding:15px 0;
    border-bottom:1px solid #e5e5e5;
}
.register-title{
    text-align: center;
    color:#075aaa;
    margin-bottom:20px;
    font-size:1.6em;
}
.basket-success-block-title{
    text-align: center;
    margin-bottom:20px;
    font-size:1.6em;
}
.final-basket-overview .image-container{
    max-width: 100px;
}
.final-basket-overview h3{
    font-size:1.2em;
    margin-top:0;
}
.basket-success-block .black-btn{
    margin-bottom:10px;
}
.basket-success-block.basket-success-block-last{
    border-bottom:0;
}
#more-products .product-item:after,#other-colors-products .product-item:after{
    display:none;
}
.product-preview-thumbs{
    margin:0 -1.5%;
    padding:0;
    list-style:none;
}
.product-preview-thumbs > li{
    float:left;
    margin:0 1.5% 20px 1.5%;
    width:22%;
    border:1px solid #e5e5e5;
    text-align: center;
    cursor:pointer;
}
.product-container h1{
    margin-top:0;
    font-size:1.5em;
}
.product-price-overview{
    display:inline-block;
}
.product-price-overview td{
    padding:0px 10px;
}
.product-price-overview td.bottom-align-cell{
    vertical-align: bottom;
}
.product-price-overview .old-price{
    font-size:1.3em;
    color:#929292;
    text-decoration: line-through;
}
.discount-percentage{
    color:#ab1809;
    font-size:1.3em;
}
.promo-price{
    color:#ab1809;
    font-size:1.95em;
}

.product-price-overview .promo-price {
	position: relative;
	top: 3px;
}

.small-title.text-left{
   text-align: left;
   
}
.product-price-overview{
    margin-bottom: 10px;
}
.sizes-list{
    margin:0 -1%;
    padding:0;
    list-style: none;
}
.outline-btn{
    background: #fff;
    display: inline-block;
    color: #6f6f6f;
    padding: 10px 15px;
    border:1px solid #e5e5e5;
}

.availability{
     background: #fff;
    display: inline-block;
    color: #6f6f6f;
    padding: 10px 15px;
    border:1px solid #e5e5e5;
    color:#075aaa;
    text-align: center;
}
.product-container .availability,.product-container .outline-btn,.product-container .red-btn{
    margin:5px 0;
}
.sizes-list > li{
    float:left;
    width:14.666%;
    margin:0 1%;
}
.title-center{
    position: relative;
    text-align: center;
}
.title-center h3{
    margin:0;
    padding:10px 15px;
    background:#fff;
    display:inline-block;
    position: relative;
    z-index: 10;
    font-size:1.3em;
    text-transform: uppercase;
}
.title-center .horizontal-line{
    position: absolute;
    left:0;
    right:0;
    z-index: 1;
    height:1px;
    background:#c1c1c1;
    margin:auto;
    top:0;
    bottom:0;
}
.radio-size{
    visibility: hidden;
}
.radio-size-label{
    display:block;
    text-align: center;
    border:1px solid #ccc;
    padding:15px 10px !important;
    color:#000;
}
.radio-size-label.selected{
    background:#f0f0f0;
}
.owl-dot img{
    max-width: 100%;
}
.shops-list li{
    margin-bottom:30px;
}
.shops-list li .red-btn{
    text-transform: uppercase;
    font-size:0.85em;
}
.hidden-mobile{
        display:none;
}
.hidden {
	display: none;
}
 .product-preview-container{
        position: relative;
    }
    .product-preview-container:hover .slider-right-nav,.product-preview-container:hover  .slider-left-nav{
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity:1;
        -khtml-opacity: 1;
        opacity: 1;
    }
	
.g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
}

.free_delivery_product {
	height: 0px;
	overflow: visible;
	z-index: 10;
	position: relative;
}

@media(max-width:1000px){
    .header-desktop{
    display:none;
    }
    .header-mobile{
        display:block;
    }
    .collections-list > li.double-size{
        width:100%;
    }
    .collections-list > li{
        width:100%;
    }
    .product-item:after{
        display:none;
    }
 
    .hidden-desktop{
        display:block;
    }
    .services-list > li{
        padding:0 5px;
        font-size:0.8em;
    }
}
@media(max-width:768px){
	.footer-bottom .col-md-3 {
		width: 50%;
		float: right;
	}
    .grid-view{
        display:none;
    }
    .filter-top{
        padding:0;
        margin-left:-15px;
        margin-right:-15px;
    }
    .pagination-wrapper{
        padding:0;
    }
    .pagination-wrapper .pull-right{
        float:none !important;
    }
    .product-category-list.grid-four-list > li{
        width:50%;
    }
    .product-category-list.grid-four-list > li:nth-child(2n) a{
        border:0;
    }
    .bootstrap-select .dropdown-menu{
        width:100vw;
    }
    .bootstrap-select .btn-default{
        border-bottom:0;
        padding:10px 10px 10px 10px;
        font-size:0.8em;
    }
    .bootstrap-select{
        height:35px;
    }
    .filter-top .col-md-3{
        padding:0 5px;
    }
    .filter-top .row{
        margin: 0 -5px;
    }
    .bootstrap-select .btn-default span.ti-angle-down{
        right:5px;
        width:10px;
        height:8px;
    }
    .dropdown-menu.inner li{
        display:inline-block;
        margin:0 5px 5px 0;
        border:1px solid #ccc;
    }
    .dropdown-menu.inner{
        padding:10px;
    }
    .filter-top .dropdown-menu > li > a{
            padding: 6px 10px;
    }
    .bootstrap-select .btn-default{
        overflow:hidden;
        padding-right:15px;
    }
    .product-container h1,.product-container h4{
        text-align: center;
    }
   
    .slider-right-nav,.slider-left-nav{
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity:1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    .join-box{
        padding:20px;
    }
    .footable-toggle{
        color:#000;
        font-size:1.4em;
    }
	
	.footer-list > li {
		display:inline-block;
		color:#fff;
		padding:0 15px;
		width: 50%;
		float: left;
		font-size: 12px;
	}
}