@import url(base.css);
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(../fonts/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(../fonts/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(../fonts/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(../fonts/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(../fonts/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*{
    font-family: Montserrat, 'Roboto', sans-serif;
    box-sizing: border-box;
}
p{
    margin: 0;
    color: #333333;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
a{
    cursor: pointer;
}
a,.dropdown .expand-more{
    font-size: 14px;
    color: #333333;
    text-transform: capitalize;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
.dropdown:hover .expand-more{
    color: #ed5190;
}
.dropdown:hover i{
    color: #ed5190;
}
.btn-primary{
    font-size: 14px;
    line-height: normal;
    background-color: #333333;
    text-transform: uppercase;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active,
.btn-primary:active:focus{
    background-color: #ed5190;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
    background-color: #ed5190;
    border-color: transparent;
}
.color.active, .color:hover, .custom-checkbox input[type="checkbox"] + span.color.active, .custom-checkbox input[type="checkbox"] + span.color:hover, .facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color {
    border: 2px solid #ed5190;
}
.content-row {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 1200px){
    .container {
        max-width: 100%;
    }
}
@media (max-width: 1199px){
    .container {
        max-width: 1000px;
        width: 100%;
    }
}
@media (max-width: 991px){
    .container {
        width: 100%;
        max-width: 970px;
    }
}
@media (max-width: 768px){
    .container {
        max-width: 740px;
		width: 100%;
    }
}
@media (max-width: 767px){
    .container {
        max-width: 720px;
		width: 100%;
    }
}
@media (max-width: 639px){
    .container {
        width: 100%;
    }
}
@media (max-width: 479px){
    .container {
        max-width: 460px;
        width: 100%;
    }
}
@media (max-width: 379px){
    .container {
        max-width: 100%;
    }
}
@media (min-width: 768px){
    #header  #_desktop_cart, #header  #_desktop_user_info{
        padding: 0 0 36px 0;
    }
    #index #header{
        border-bottom: none;
    }
    #header .header-nav{
        display: block;
        background: #ffffff;
        border-bottom:none;
        margin: 0;
        padding: 0;
    }
    #header a{
        font-size: 14px;
        line-height: 22px;
        color: #333333;
        text-transform: capitalize;
    }
    #header a:hover{
        color: #ed5190;
    }
    #header .header-msg-block{
        display: block;
        float: left;
    }
    #header .header-msg-block .message{
        display: block;
        padding: 15px 0;
    }
    #header .header-msg-block .message span{
        color: #555555;
        text-transform: capitalize;
    }
    #header .header-msg-block .message strong{
        color: #ed5190;
        font-weight: 400;
        text-transform: uppercase;
    }
    #header .header-nav #_desktop_language_selector,
    #header .header-nav #_desktop_currency_selector{
        position: relative;
    }
    #header .header-nav .language-selector,
    #header .header-nav .currency-selector{
        margin: 0 15px;
        display: block;
        float: left;
    }
    #header .header-nav .language-selector span,
    #header .header-nav .currency-selector span{
        font-size: 14px;
        padding-right: 5px;
        color: #666666;
        text-transform: capitalize;
    }
    #header .header-nav .language-selector:hover span,
    #header .header-nav .language-selector:focus span,
    #header .header-nav .language-selector:active span,
    #header .header-nav .currency-selector:active span,
    #header .header-nav .currency-selector:hover span,
    #header .header-nav .currency-selector:focus span{
        color: #ed5190;
    }
    #header .header-nav .language-selector .dropdown-menu,
    #header .header-nav .currency-selector .dropdown-menu{
        margin: 0;
        padding: 5px 12px;
        float: left;
        min-width: auto;
        border: 1px solid #e9e9e9;
        border-top: 2px solid #ed5190;
    }
    #header .header-nav .currency-selector .currency-list li ,
    #header .header-nav .language-selector .language-list li {
        font-size: 14px;
        padding: 5px 0;
        display: inline-block;
        float: left;
        text-transform: capitalize;
        line-height: 28px;
        width: auto;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    #header .header-nav .currency-selector .currency-list li:hover a,
    #header .header-nav .language-selector .language-list li:hover a{
        border: 1px solid #ed5190;
        background-color: #ed5190;
    }
    #header .header-nav .currency-selector .currency-list li a ,
    #header .header-nav .language-selector .language-list li a {
        color: #333333;
        border: 1px solid #333333;
        padding: 0 10px;
    }
    #header .header-nav .currency-selector .currency-list li:hover a,
    #header .header-nav .language-selector .language-list li:hover a{
        color: #fff;
    }
    #header .header-nav .currency-selector .currency-list li.current a,
    #header .header-nav .language-selector .language-list li.current a{
        border: 1px solid #ed5190;
        color: #333333;
    }
    #header .header-nav .currency-selector .currency-list li.current:hover a,
    #header .header-nav .language-selector .language-list li.current:hover a{
        color: #fff;
    }
    #header .header-nav #_desktop_contact_link #contact-link,
    #header .header-nav .language-selector,
    #header .header-nav .currency-selector{
        margin-top: 0;
    }
    #header #_desktop_contact_link,
    #header .header-nav .language-selector,
    #header .header-nav .currency-selector{
        padding: 15px 0;
    }
    #header .header-nav .language-selector > button,
    #header .header-nav .currency-selector > button{
        color: #666666;
        cursor: pointer;
    }
    #header .header-nav .left-nav .contact-block p{
        color: #666666;
    }
    #header .tog-icon-block{
        color: #666666;
        font-weight: 400;
        cursor: pointer;
    }
    #header .tog-icon-block span{
        padding-right: 5px;
    }
    #header .tog-icon-block span:hover,
    #header .tog-icon-block:hover i{
        color: #ed5190;
    }
    .header-menu-links{
        position: absolute;
        right: 0;
        margin: 0;
        text-align: left;
        top: 100%;
        padding: 5px 14px;
        background: #ffffff;
        color: #666666;
        z-index: 112;
        border: 1px solid #e1e1e1;
        border-top: 2px solid #ed5190;
    }
    #header .header-nav .user-info .account {
        margin-left: 0;
    }
    #header .user-link{
        float: left;
        position: relative;
        font-weight: 400;
        padding: 3px 0;
    }
    #header .header-nav .right-nav > div:after{
        display: block;
        content: "";
        position: absolute;
        width: 1px;
        height: 11px;
        top: 21px;
        left: 0;
        background: #666666;
    }
    #header .header-nav .right-nav > div:first-child:after{
        display: none;
    }
    #header .user-link a i{
        padding-right: 5px;
        display: none;
    }
    #header .header-top{
        display: block;
        float: left;
        width: 100%;
        clear: both;
        padding: 0;
        background: #fff;
    }
    #header #_desktop_logo{
		padding:20px 0;
    }
    #header #_desktop_logo a{
        display: table-cell;
        vertical-align: middle;
    }
    #header #_desktop_logo img{
        height:68px;
    }

    /*    desktop_cart*/
    #header  #_desktop_cart .header i{
        width: 48px;
        height: 48px;
        line-height: 46px;
        border-radius: 50%;
        font-size: 20px;
        color: #ed5190;
        background-color: #ffffff;
        border: 1px solid #e9e9e9;
        text-align: center;
    }
    #header  #_desktop_cart .mycart-icon,
    #header  #_desktop_cart .cart-text{
        display: inline-block;
        color: #333333;
        position: relative;
    }
    #header  #_desktop_cart .mycart-icon{
        float: left;
    }
    #header  #_desktop_cart .cart-text{
        padding-left: 15px;
        font-weight: 700;
        color: #111111;
        text-transform: uppercase;
    }
    #header  #_desktop_cart .cart-qty{
        display: block;
        height: auto;
        min-height: auto;
        width: auto;
        min-width: auto;
        text-align: left;
        background: transparent;
        text-shadow: none;
        text-transform: capitalize;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        color: #666666;
        font-weight: 400;
    }
    #header  #_desktop_cart .cart-count{
        position: absolute;
        top: -3px;
        right: 7px;
        font-size: 14px;
        line-height: 15px;
        width: 15px;
        height: 15px;
        border-radius: 3px;
        background-color: #129a76;
        color: #fff;
        text-align: center;
    }
    #header .cart-preview .ht_cart{
        display: none;
        background: #fff none repeat scroll 0 0;
        height: auto;
        left: auto;
        position: absolute;
        right: 0;
        top: 100%;
        width: 325px;
        border: 1px solid #e1e1e1;
        z-index: 999;
    }
    #header #_desktop_cart:hover .cart-preview .ht_cart{
        display: block;
        border-top: 2px solid #333333;
    }
    #header #_desktop_cart .cart-preview .ht_cart .no-item{
        padding: 15px;
        color: #555;
    }
    #header .cart-preview .ht_cart ul{
        overflow: hidden;
        padding: 0 15px;;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
        max-height: 257px;
        overflow-y: auto;
    }
    #header .cart-preview .cart-wishlist-item{
        display: block;
        position: relative;
        float: left;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #e1e1e1;
    }
    #header .cart-preview .cart-wishlist-item:last-child{
        border-bottom: none;
    }
    #header .cart-preview .cart-wishlist-item .cart-img{
        float: left;
        margin-right: 12px;
        text-align: center;
        width: 80px;
        border: 1px solid #e1e1e1;
    }
    #header .cart-preview .cart-wishlist-item .cart-img img{
        max-width: 100%;
    }
    #header .cart-preview .cart-wishlist-item .cart-info {
        overflow: hidden;
        padding-right: 20px;
        position: relative;
        text-align: left;
        color: #111;
    }
    #header .cart-preview .cart-wishlist-item .cart-info .product-quantity {
        float: left;
        margin-right: 5px;
        font-size: 13px
    }
    #header .cart-preview .cart-wishlist-item .cart-info .product-name {
        display: inline-block;
        font-size: 13px;
        max-width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #header .cart-preview .cart-wishlist-item .cart-info .product-price {
        display: block;
        font-size: 14px;
        color: #121312;
        line-height: 20px;
        padding: 5px 0 5px;
        width: 100%;
        font-weight: 700;
    }
    #header .cart-preview .cart-wishlist-item .cart-info .remove-from-cart {
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
        z-index: 99;
    }
    #header .cart-preview .cart-wishlist-item .cart-info .remove-from-cart .remove-icon i{
        color: #333;
        font-size: 16px;
    }
    #header #_desktop_cart .cart-preview .cart-wishlist-item .cart-info .remove-from-cart .remove-icon i:hover{
        color: #ed5190;
    }
    #header .cart-preview .cart-wishlist-item .cart-info .remove-from-cart .remove-icon-text{
        display: none;
    }
    #header .cart-preview .ht_cart .cart-summary{
        display: block;
        float: left;
        width: 100%;
    }
    #header .cart-preview .ht_cart .cart-summary .cart-subtotals,
    #header .cart-preview .ht_cart .cart-summary .cart-total{
        display: block;
        float: left;
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px solid #e1e1e1;
    }
    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .products,
    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .shipping{
        display: block;
        float: left;
        width: 100%;  
        padding: 2px 0;
    }
    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .label,
    #header .cart-preview .ht_cart .cart-summary .cart-total .label{
        font-weight: normal;
        padding-left: 0;
        white-space: inherit;
        float: left;
        color: #3c3c3c;
        font-size: 13px;
        letter-spacing: 0.8px;
    }
    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .value,
    #header .cart-preview .ht_cart .cart-summary .cart-total .value{
        color: #3c3c3c;
        font-size: 13px;
        letter-spacing: 1px;
        float: right !important;
    }
    #header .cart-preview .ht_cart .cart-wishlist-action{
        display: block;
        float: left;
        width: 100%;
        padding: 15px;
        border: none;
        text-align: center;
    }
    #header .cart-preview .ht_cart .cart-wishlist-action a {
        cursor: pointer;
        float: none;
        display: inline-block;
        background-color: #333333;
        background-position: 0 0;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        height: auto;
        padding: 15px 70px;
        line-height: 14px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px;
        border: 1px solid #333333;
        position: relative;
        text-transform: uppercase;
        transition: all 0.45s ease 0s;
        -webkit-transition: all 0.45s ease 0s;
        -moz-transition: all 0.45s ease 0s;
        -o-transition: all 0.45s ease 0s;
        z-index: 1;
        letter-spacing: 0;
    }
    #header .cart-preview .ht_cart .cart-wishlist-action a:hover {
        background-color: #ed5190;
        border-color: #ed5190;
        color: #fff;
    }
    /*search-tog-btn*/
    #header  #search-tog-btn{
        display: block;
        float: right;
        height: 60px;
        position: absolute;
        right: 50px;
    }
    #header  #search-tog-btn span i{
        font-size: 18px;
        line-height: 60px;
        padding: 0 15px;
        cursor: pointer;
        color: #484848;
    }
    #header  #search-tog-btn span:hover i{
        color: #333333;
    }
    #header .header-top .search-widget{
		padding: 38px 20px;
    }
    .header-top .search-widget form input[type="text"]{
        border: 1px solid #e1e1e1;
        padding: 11px 15px;
    }
    .search-widget form input[type="text"]:focus{
        outline: none;
    }
    .search-widget form button[type="submit"]{
        right: 0;
        text-align: center;
        height: 44px;
        width: 44px;
        bottom: 0;
        padding: 0;
        cursor: pointer;
        transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
    }
    .search-widget form button[type="submit"]:hover{
        color: #ed5190;
    }
    .search-widget form button i{
        font-size: 16px;
        color: #989a97;
        line-height: 44px;
    }
    #header .header-top .position-static{
        position: static;
		margin: 0;
		padding: 0;
    }

    /*    header-main-menu*/
    #header .header-bottom{
        display: block;
        float: left;
        width: 100%;
        clear: both;
        margin-bottom:2px;
    }
    #header .menu{
        padding: 0;
        background-color: #b0b7bc;
    }
    #header .menu > ul > li > a{
        border: none;
        color: #000;
        text-transform: uppercase;
        line-height: 50px;
        text-decoration: none;
        transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
        font-weight: bold;
    }
    .top-menu .sub-menu{
        box-shadow: none;
        top: 100% !important;
        padding: 0 0 0;
        margin-left: 0;
        border: 1px solid #e1e1e1;
    }
    #header .top-menu a[data-depth="0"]:hover{
        color: #ffffff;
        background-color: #ed5190;
    }
    #header .menu .top-menu[data-depth="1"]{
        display: block;
        margin: 0;
        padding: 15px;
    }
    #header .menu ul[data-depth="1"] > li{
        margin: 1px 0px 1px;
        min-width: 125px;
    }
    #header .menu ul[data-depth="1"] > li > a{
        padding: 0 5px 0px;
        color: #333333;
        position: relative;
        font-weight: normal;
    }
    #header .menu ul[data-depth="1"] li  a:hover{
        color: #ed5190;
    }
    #header .menu ul[data-depth="2"] > li > a{
        padding: 5px;
        font-weight: 400;
        color: #666666;
    }
    #header .menu ul[data-depth="2"] > li:last-child{
        margin-bottom: 15px;
    }
}
@media (min-width: 992px) {
    #header  #_desktop_cart, #header  #_desktop_user_info{
        padding: 36px 0;
    }
}
@media (min-width: 1020px){
	#header .menu>ul>li>a{
		padding: 0 5px;
	}
}
@media (max-width: 1199px){
    .search-product-numbers{
        display: none;
    }
    .header-top .search-widget form input[type="text"]{
        border: 1px solid #e1e1e1;
    }
}
@media (max-width: 991px){
    #header #_desktop_logo{
        max-width: 200px;
    }
    #header #_desktop_cart .cart-text{
        padding: 0;
    }
    #header #_desktop_cart .cart-text .text,
    #header #_desktop_cart .cart-text .cart-label{
        display: none;
    }
    #header #_desktop_cart .cart-text .cart-number{
        display: block;
        height: 22px;
        min-height: auto;
        width: 22px;
        min-width: auto;
        background: #ed5190;
        text-shadow: none;
        margin: 0;
        padding: 0;
        line-height: 22px;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        border-radius: 10px;
        position: absolute;
        top: -25px;
        right: -5px;
    }
}
@media (max-width: 768px){
    #header #_desktop_logo {
        max-width: 160px;
    }
    #header .menu > ul > li > a{
        padding: 0 15px;
    }
    .top-menu .sub-menu ul[data-depth="1"]>li{
        width: 100%;
    }
}
@media (max-width: 767px){
    .laber-freeshipping {
        padding: 20px;
        margin-bottom:5px
    }
    .laber-freeshipping .item-inner {
        text-align: left;
        border: none;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 10px;
        margin-bottom: 10px
    }
    .laber-freeshipping .item-inner:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0
    }
    #header.ht-menu-sticy .header-banner {
        display: none;
    }
    #header .header-nav {
        position: relative;
        padding-top: 10px;
        background-color: #ffffff;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }
    #header .header-contact-block {
        display: none;
    }
    #header .user-link a i,
    #header .header-nav .cart-preview.active a, 
    #header .header-nav .cart-preview.active i,
    #header #search-tog-btn span i{
        color: #fff;
        font-size: 18px;
    }
    #header .header-nav #menu-icon .material-icons{
        color: #333333;
        font-size: 24px;
    }
    #header .header-nav #menu-icon:hover .material-icons,
    #header .user-link a:hover i,
    #header #search-tog-btn:hover span i{
        color: #ed5190;
    }
    #header .header-nav .top-logo{
        margin: 0;
        float: left;
    }
    #header .header-nav .top-logo a img {
        max-height: 40px;
    }
    #_mobile_cart{
        height: 50px;
    }
    #header #_mobile_cart .cart-text {
        padding: 0;
    }
    #header #_mobile_cart .cart-text .text,
    #header #_mobile_cart .cart-text .cart-label {
        display: none;
    }
    #header #_mobile_cart .cart-qty {
        display: block;
        height: 22px;
        min-height: auto;
        width: 22px;
        min-width: auto;
        background: #ed5190;
        text-shadow: none;
        margin: 0;
        padding: 0;
        line-height: 22px;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        border-radius: 10px;
        position: absolute;
        top: -10px;
        right: -5px;
    }
    #header .header-nav .blockcart{
        padding: 0;
        margin: 0;
        position: relative;
        height: auto;
    }
    #header .header-nav .blockcart.active{
        margin: 0;
        background-color: transparent;
    }
    #header .header-nav .blockcart .header{
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #333333;
        color: #ffffff;
        border-radius: 50%;
        margin-top: 7px;
        margin-bottom: 17px;
        margin-left: 15px;
        cursor: pointer;
    }
    #header .header-nav .blockcart .header i{
        color: #fff;
        font-size: 16px;
    }
    #header .header-nav .blockcart .header:hover i{
        color: #ed5190;
    }
    .ht_cart.cart-hover-content{
        display: none;
    }
    #header .header-nav .user-info{
        margin: 0;
    }
    #header .header-nav .user-info ul{
        margin: 0;
    }
    #header .header-nav .user-info li{
        text-decoration: none;
        display: inline-block;
        float: right;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background: #333333;
        color: #ffffff;
        margin-top: 7px;
        margin-bottom: 17px;
        cursor: pointer;
        margin-left: 15px;
    }
    #header .header-nav .user-info .account{
        margin: 0;
    }
    #header .user-link a i{
        padding: 0;
    }
    #header #search-tog-btn {
        text-decoration: none;
        display: inline-block;
        float: right;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background: #333333;
        color: #ffffff;
        margin-top: 7px;
        margin-bottom: 17px;
        cursor: pointer;
    }
    #header .header-nav .search-widget {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 2;
        width: 75%;
        margin: 0 auto;
    }
    .search-widget form {
        position: relative;
        display: block;
        float: left;
        width: 100%;
    }
    #header .search-widget form input[type="text"] {
        background: #fff;
        text-align: left;
        height: 50px;
        color: #333;
        font-weight: 400;
        font-size: 14px;
        max-width: 100%;
        width: 100%;
        padding: 0 55px 0 20px;
        position: relative;
        float: left;
        border: 1px solid #e1e1e1;
    }
    #header .search-widget form button[type="submit"] {
        right: 0;
        text-align: center;
        height: 50px;
        width: 50px;
        font-size: 16px;
        bottom: 0;
        padding: 0;
        transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
    }
    #header #_desktop_cart{
        height: auto;
    }
    #header .header-top,
    #mobile_top_menu_wrapper .top-menu .sub-menu{
        background: #fff;
    }
    #mobile_top_menu_wrapper #top-menu li:hover > a,
    #mobile_top_menu_wrapper #top-menu li:hover i{
        color: #ed5190;
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu li > a{
        border-bottom: 1px solid #f6f6f6;
        font-weight: 500;
    }
}
@media (max-width: 639px){
    #header #search-tog-btn,
    #header .header-nav .user-info li,
    #header .header-nav .blockcart .header{
        width: 35px;
        height: 35px;
        line-height: 33px;
        margin-left: 10px;
    }
    #header .user-link a i, 
    #header .header-nav .cart-preview.active a, 
    #header .header-nav .cart-preview.active i, 
    #header #search-tog-btn span i{
        font-size: 14px;
    }
}
@media (max-width: 479px){
    #header .header-nav .top-logo{
        max-width: 145px;
        margin-left: 10px;
    }
}
@media (max-width: 379px){
    #header #search-tog-btn,
    #header .header-nav .user-info li,
    #header .header-nav .blockcart .header{
        width: 30px;
        height: 30px;
        line-height: 28px;
        margin-left: 8px;
    }
    #header .header-nav .blockcart .header{
        margin-right: 10px;
    }
}
@media (max-width: 320px){
    #header .header-nav .top-logo{
        max-width: 100px;
    }
}

/*home-image-slider*/
.home-image-slider{
    display: block;
    float: left;
    width: 100%;
    clear: both;
}
.home-image-slider .image-slider{
    display: block;
    position: relative;
}
.home-image-slider .carousel-inner {
    height: auto;
}
.home-image-slider .slider-image figure{
    margin-bottom: 0;
    position: relative;
}
.home-image-slider .carousel-item img{
    max-width: 100%;
}
.carousel .carousel-control .icon-next, 
.carousel .carousel-control .icon-prev{
    height: 44px;
    width: 44px;
    line-height: 40px;
    font-size: 20px;
    padding: 0;
    margin: -22px 0 0 0;
    top: 50%;
    position: absolute;
    text-align: center;
    color: #ffffff;
    opacity: 1;
    border: 2px solid #fff;
    background: transparent;
    box-sizing: border-box;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    border-radius: 50%;
}
.carousel .carousel-control .icon-prev{
    left: 15px;
}
.carousel .carousel-control .icon-next{
    right: 15px;
}
.carousel .carousel-control .icon-next i, 
.carousel .carousel-control .icon-prev i{
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    text-shadow: none;
}
.carousel .carousel-control .icon-next:hover, 
.carousel .carousel-control .icon-prev:hover{
    color: #ffffff;
    border-color: #ed5190;
    background: #ed5190;
    opacity: 1;
}
.carousel .carousel-control .icon-next:hover i, 
.carousel .carousel-control .icon-prev:hover i{
    color: #ffffff;
}
@media (max-width: 639px){
    .carousel .carousel-control .icon-next, 
    .carousel .carousel-control .icon-prev{
        height: 30px;
        width: 30px;
        line-height: 26px;
        font-size: 16px;
        margin: -15px 0 0 0;
    }
    .carousel .carousel-control .icon-next i, 
    .carousel .carousel-control .icon-prev i{
        line-height: 26px;
        font-size: 16px;
    }
}


/*section-title*/
.section-title {
    display: block;
    position: relative;
    z-index: 1;
}
.section-title > h2 {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
}
.section-title > h2 > span{
    display: block;
    padding-bottom: 20px;
}
.section-title > h2 > span a {
    color: #333333;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 400;
}
.section-title > h2::after {
    content: "";
    height: 5px;
    width: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #ed5190;
    border-radius: 25px;
    display: block;
    z-index: 1;
}
.slider-block.owl-theme .owl-controls{
    width: 100%;
}
.slider-block .owl-controls .owl-buttons {
    width: 100%;
    text-align: center;
    background: #ffffff;
    z-index: 2;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    margin: -20px auto 0;
}
.slider-block .owl-controls .owl-buttons > .owl-prev, .slider-block .owl-controls .owl-buttons > .owl-next {
    position: absolute;
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: 32px;
    background: transparent;
    color: #e9e9e9;
    border: 3px solid #e9e9e9;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 16px;
    margin: 0;
    opacity: 1;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
.slider-block .owl-controls .owl-buttons > .owl-prev{
    left: -30px;
}
.slider-block .owl-controls .owl-buttons > .owl-next {
    right: -30px;
}
@media (max-width: 1199px){
    .slider-block .owl-controls .owl-buttons > .owl-prev{
        left: 0;
    }
    .slider-block .owl-controls .owl-buttons > .owl-next {
        right: 0;
    }
}
.slider-block .owl-controls .owl-buttons > .owl-prev:hover,
.slider-block .owl-controls .owl-buttons > .owl-next:hover {
    background-color: #ed5190;
    border: 3px solid #ed5190;
    color: #ffffff;
}
@media (max-width: 991px){
    .section-title > h2,
    .section-title > h2 > span a{
        margin-bottom: 50px;
        font-size: 28px;
    }
    .section-title > h2::after {
        max-width: 550px;
    }
    .slider-block .owl-controls .owl-buttons > .owl-prev {
        left: 0;
    }
    .slider-block .owl-controls .owl-buttons > .owl-next{
        right: 0;
    }
}
@media (max-width: 767px){
    .section-title > h2,
    .section-title > h2 > span a {
        margin-bottom: 40px;
        font-size: 24px;
    }
    .section-title > h2 > span {
        padding-bottom: 20px;
    }
    .section-title > h2::after {
        max-width: 350px;
    }
}

.ht-static-block{
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}
.img-block a{
    display: block;
    position: relative;
    overflow: hidden;
}
.img-block a img{
    width: 100%;
}
@media (max-width: 767px){
    .ht-static-block{
        margin: 25px 0;
    }
    .ht-static-block.promotion-block{
        margin-top: 25px;
    }
}
@media (max-width: 639px){
    .post_thumbnail img{
        width: 100%;
    }
}
@media (max-width: 479px){
    .promotion-block .above-wrapper .img-block.left-block,
    .promotion-block .above-wrapper .img-block.right-block,
    .promotion-block .below-wrapper .img-block{
        width: 100%;
        margin-bottom: 15px;
    }
    .promotion-block .above-wrapper{
        margin: 0;
    }
    .promotion-block .below-wrapper .img-block:last-child{
        margin-bottom: 0;
    }
}
/*offer-block*/
.offer-block .img-block{
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 15px;   
}
.offer-block .img-block > a > img{
    display: block;
    max-width: 100%;
}
@media (max-width: 991px){

}
@media (max-width: 767px){

}
@media (max-width: 639px){

}
@media (max-width: 479px){
    .offer-block .img-block{
        width: 100%;
        margin-bottom: 15px;
    }
    .offer-block .img-block:last-child{
        margin-bottom: 0;
    }
}
.featured-products{
    margin: 50px 0;
}
#products .product-item , .featured-products .product-item, 
.product-accessories .product-item {
    margin: 0;
    padding: 0 15px;
}
.featured-products.featured-product{
    margin-bottom: 20px;
}
.featured-products.featured-product .product-item {
    width: 25%;
    margin-bottom: 30px;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-item .product-miniature .thumbnail-container{
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0 15px;
    box-shadow: none;
    border: none;
    overflow: hidden;
}
#products .product-thumbnail, .featured-products .product-thumbnail, .product-accessories .product-thumbnail, .product-item .product-miniature .product-thumbnail{
    border: none;
    overflow: hidden;
}
#products img, .featured-products img, .product-accessories img, .product-item .product-miniature img {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}
#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
    margin: 0;
}
#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-item .product-miniature .highlighted-informations{
    position: absolute;
    top: 50%;
    bottom: auto;
    height: auto;
    padding: 0;
    box-shadow: none;
    width: auto;
    background: transparent;
    left: 30px;
    opacity: 0;
    overflow: hidden;
}
.product-action{
    padding: 10px 0;
}
.product-action .quick-view-btn,
.product-action .cart-action-btn{
    display: block;
    padding-bottom: 5px;
}
.product-action .btn.btn-primary {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ed5190;
}
.product-action .btn.btn-primary i{
    font-size: 18px;
    color: #ed5190;
}
.product-action .btn.btn-primary:hover{
    background-color: #ed5190;
}
.product-action .btn.btn-primary:hover i{
    color: #ffffff;
}
.color, .custom-checkbox input[type="checkbox"] + span.color{
    margin: 0 3px 0 0;
    border: 1px solid #333333;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
#products .variant-links, .featured-products .variant-links, .product-accessories .variant-links, .product-item .product-miniature .variant-links{
    background: transparent;
    min-height: inherit;
    top: 0;
    text-align: left;
    padding: 0; 
    margin: 0;
    position: relative;
}
#products .thumbnail-container:focus .highlighted-informations, #products .thumbnail-container:hover .highlighted-informations, .featured-products .thumbnail-container:focus .highlighted-informations, .featured-products .thumbnail-container:hover .highlighted-informations, .product-accessories .thumbnail-container:focus .highlighted-informations, .product-accessories .thumbnail-container:hover .highlighted-informations, .product-item .product-miniature .thumbnail-container:focus .highlighted-informations, .product-item .product-miniature .thumbnail-container:hover .highlighted-informations,
#products .thumbnail-container:focus .highlighted-informations.no-variants, #products .thumbnail-container:hover .highlighted-informations.no-variants, .featured-products .thumbnail-container:focus .highlighted-informations.no-variants, .featured-products .thumbnail-container:hover .highlighted-informations.no-variants, .product-accessories .thumbnail-container:focus .highlighted-informations.no-variants, .product-accessories .thumbnail-container:hover .highlighted-informations.no-variants, .product-item .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants, .product-item .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants{
    left: 30px;
    opacity: 1;
    bottom: auto;
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-item .product-miniature .product-description{
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-item .product-miniature .product-title{
    margin: 0 0 15px 0;
    padding: 0;
    text-align: left;
}
#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-item .product-miniature .product-title a{
    color: #333333;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
#products .product-title:hover a, .featured-products .product-title:hover a, .product-accessories .product-title:hover a, .product-item .product-miniature .product-title:hover a{
    color: #ed5190;
}
#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-item .product-miniature .product-price-and-shipping{
    font-size: 20px;
    color: #ed5190;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-align: left;
}
@media (max-width: 1199px){
    .featured-products.featured-product .product-item {
        width: 33.3333%;
    }
}
@media (max-width: 991px){
    #products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-item .product-miniature .product-title a{
        font-size: 14px;
    }
}
@media (max-width: 768px){
    .section-title > h2 > span::before, .section-title > h2 > span::after{
        width: 310px;
    }
}
@media (max-width: 767px){
    #products .product-miniature:hover .product-title, 
    .products .product-item .product-miniature:hover .product-title, 
    #products .product-miniature:hover .product-price-and-shipping, 
    .products .product-item .product-miniature:hover .product-price-and-shipping{
        display: block;
    }
    .featured-products{
        margin: 25px 0;
    }
}
@media (max-width: 639px){
    .featured-products.featured-product .product-item {
        width: 50%;
    }
}
@media (max-width: 479px){
    #products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-item .product-miniature .product-title a{
        font-size: 14px;
    }
    .featured-products.featured-product .product-item {
        width: 100%;
    }
}
/*testimonial-section*/
.ht-static-block.testimonial-block {
    display: block;
    position: relative;
    padding: 100px 0 80px;
    background-image: url(../img/testimonilas-bg-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.ht-static-block.testimonial-block:after{
    display: block;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.9);
}
.ht-static-block.testimonial-block .content-block{
    display: block;
    position: relative;
    z-index: 1;
    max-width: 910px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.ht-static-block.testimonial-block .section-title > h2 > span{
    color: #ffffff;
}
.ht-static-block.testimonial-block .content-block .text-block p{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
}
.ht-static-block.testimonial-block .content-block .img-block img{
    display: block;
    margin: 0 auto 35px;
    height: auto;
    text-align: center;
    max-width: 100%;
    border: 5px solid #1e1e1e;
    border-radius: 50%;
}
.ht-static-block.testimonial-block .content-block .text-block .name{
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.ht-static-block.testimonial-block .content-block .text-block .designation{
    display: block;  
    font-size: 17px;
    font-weight: 400;
}
@media (max-width: 768px){
    .ht-static-block.testimonial-block{
        padding: 70px 0 50px;
    }
}
/*blog-section*/
.ht-home-blogs {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ht-home-blogs .content-block {
    display: block;
}
.ht-home-blogs .blog-slider .item {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-bottom: 2px;
}
.ht-home-blogs .blog-slider .item .item-inner {
    display: block;
    position: relative;
}
.ht-home-blogs .blog-slider .item .img-block {
    display: block;
}
.ht-home-blogs .blog-slider .item .text-block {
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.ht-home-blogs .blog-slider .item .text-block .post-content{
    display: block;
    width: 100%;
    float: left;
}
.ht-home-blogs .blog-slider .item .text-block .blog-title {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none;
}
.ht-home-blogs .blog-slider .item .text-block .blog-title > span {
    color: #000000;
    display: block;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    text-decoration: none;
}
.ht-home-blogs .blog-slider .item .text-block .blog-title:hover > span {
    color: #ed5190;
}
.ht-home-blogs .blog-slider .item .text-block .blog-desc {
    display: block;
    margin-bottom: 14px;
    color: #000000;
    line-height: 24px;
    font-size: 14px;
}
.ht-home-blogs .blog-slider .item .text-block .blog-read-more {
    display: inline-block;
    font-size: 13px;
    padding: 7px 15px;
}
.owl-theme .owl-controls .owl-pagination{
    margin-top: 25px;
}
.owl-theme .owl-controls .owl-page span{
    height: 15px;
    width: 15px;
    background: transparent;
    border: 2px solid #aeb1b6;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background-color: #000;
    border-color: #000;
    border-radius: 3px;
}
@media (max-width: 991px){
    .ht-home-blogs {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
@media (max-width: 639px){
    .ht-home-blogs .content-row {
        margin-right: 0;
        margin-left: 0;
    }
}

/*brands-section*/
.ht-home-brands {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
}
.ht-home-brands .content-block {
    display: block;
}
.ht-home-brands .brand-slider .item {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-bottom: 2px;
}
.ht-home-brands .brand-slider .item > a > img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
}
@media (max-width: 991px){
    .ht-home-brands {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
@media (max-width: 767px){
    .ht-home-brands {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/*footer*/
#footer{
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding-top: 50px;
	background-color: #222e3c;
}
.footer-before{
    float: left;
    width: 100%;
    clear: both;
    padding:50px 0 10px 0;
}
.footer-socials {
    text-align: center;
    padding: 6px 0;
    width: 30%;
}
.footer-socials .section-title {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    margin-right: 25px;
}
.footer-socials .content-block {
    display: inline-block;
    vertical-align: middle;
}
.footer-socials .content-block > ul > li {
    margin: 0 5px;
    display: inline-block;
}
.footer-socials .content-block > ul > li > a {
    height: 48px;
    display: block;
    width: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    box-shadow: 0 3px 6px 2px rgba(0,0,0,0.12);
}
.footer-socials .content-block > ul > li > a:hover {
    color: #ffffff;
    text-decoration: none;
}
/*footer-container*/
.footer-container{
    float: left;
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0;
}
.footer-top{
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 0 45px;
}
.footer-container .column-title {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
    display: block;
}
.footer-container #block_contact_hours .column-title{
    margin-bottom: 15px;
}
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.footer-links > li {
    margin-bottom: 12px;
    display: block;
}
.footer-links > li > a {
    display: inline-block;
    color: #fff;
    line-height: 24px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
.footer-links > li > a:hover {
    color: #ed5190;
}
.footer-links > li > a i {
    font-size: 11px;
    padding-right: 10px;
}
.column-content {
    display: block;
    color: #333333;
}
.column-content .contact-info {
    display: block;
}
.column-content .contact-info .item {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.column-content .contact-info .item .text-span {
    display: block;
    line-height: 24px;
}
.column-content > p {
    margin-bottom: 15px;
    color: #ffffff;
}
.newsletter-block .newsletter-title{
    height: 60px;
    line-height: 60px;
}
.newsletter-block .newsletter-title,
.newsletter-block .block.newsletter{
    display: inline-block;
    float: left;
    padding: 0;
}
.newsletter-block .newsletter-title > span{
    font-size: 32px;
    color: #fff;
}
.newsletter-block .block.newsletter .form.subscribe{
    position: relative;
}
.newsletter-block .block.newsletter .control input{
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: none;
    padding: 0 30px;
}
.newsletter-block .block.newsletter .form.subscribe .actions{
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 1;
}
.newsletter-block .block.newsletter .form.subscribe .actions input{
    background-color: #fff;
    border: none;
    color: #9c9c9c;
    cursor: pointer;
}
.newsletter-block .block.newsletter .form.subscribe .actions input:hover{
    color: #ed5190;
}
.newsletter-block .block.newsletter .form.subscribe .alert-danger{
    margin: 10px 0 0;
    padding: 5px;
}
.condition{
    color: #fff;
    padding-top: 15px;
    font-size: 12px;
}
@media (max-width: 1199px){
    .newsletter-block .newsletter-title > span{
        font-size: 28px;
    }
}
@media (max-width: 991px){
    .newsletter-block,.newsletter-block,
    .footer-socials,
    .newsletter-title, 
    .newsletter-block .block.newsletter{
        width: 100%;
        text-align: center;
    }
    .footer-socials{
        margin-top: 15px;
    }
    .footer-before{
        padding: 30px 0;
    }
}
.footer-bottom{
    float: left;
    width: 100%;
    clear: both;
}
.footer-bottom .content-main {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.footer-bottom .content-main .footer-bottom-center {
    float: left;
    padding: 0;
    width: 100%;
    text-align: center;
}
.footer-bottom .content-main .copyright-block .copyright a{
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    text-transform: capitalize;
}   
.payment-icons {
    display: block;
}
.payment-icons > ul > li {
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: top;
}
.payment-icons > ul > li > img {
    max-width: 56px;
    height: auto;
    display: block;
}
@media (max-width : 767px){
    #footer{
        padding-top: 25px;
    }
    .footer-socials {
        display: block;
        float: left;
        padding: 10px 0;
    }
    .footer-socials .section-title {
        font-size: 20px;
        margin-right: 15px;
    }
    .footer-socials .content-block > ul > li {
        margin: 0 4px;
    }
    .footer-socials .content-block > ul > li > a {
        height: 42px;
        line-height: 40px;
        font-size: 16px;
        width: 42px;
    }
    .footer-top {
        padding: 40px 0 15px;
    }
    .footer-container .links .title{
        color: #ed5190;
        font-weight: 700;
        font-size: 20px;
        border-bottom: none;
    }
    .footer-container .links .title:hover span{
        color: #ed5190;
    }
    #block_contact_hours{
        margin: 15px 15px 0;
    }
    #block_contact_hours .footer-column-content{
        display: block;
        padding: 0;
    }
    .footer-container .navbar-toggler{
        width: 22px;
        height: 22px;
        padding: 0;
        font-size: 22px;
        line-height: 22px;
    }
    .footer-container .links ul,
    .footer-column-content{
        background-color: transparent;
        padding: 0 15px;
    }
    .working-hours > p{
        padding: 5px 0 5px 5px;
    }
    .footer-container .links ul > li{
        border-bottom: none;
        padding: 5px 0 5px 5px;
        margin: 0;
    }
    .footer-container .links ul > li a {
        color: #fff;
        font-weight: 400;
    }
    .footer-container .links ul > li:hover a{
        color: #ed5190;
    }
    .footer-bottom .content-main {
        padding: 18px 0;
    }
    .footer-bottom .content-main .footer-bottom-center {
        float: left;
        width: 100%;
        text-align: center;
    }
    .footer-bottom .content-main .footer-bottom-center {
        text-align: center;
    }
    .footer-bottom .content-main .copyright-block .copyright {
        width: 100%;
        margin-right: 0;
        padding: 0 0 13px;
    }
    .footer-bottom .content-main .footer-bottom-right {
        width: 100%;
        text-align: center;
    }
    .footer-bottom .content-main .footer-bottom-right .payment-icons > ul > li {
        margin: 0 2px;
    }
    .footer-bottom .content-main .footer-bottom-right .payment-icons > ul > li > img {
        max-width: 40px;
    }
}
@media (max-width : 639px){
    .footer-container .links .title{
        font-size: 16px;
        font-weight: 600;
        padding: 5px 15px;
    }
}
@media (max-width : 479px){
    .footer-socials .section-title {
        font-size: 18px;
    }
    .footer-socials .content-block > ul > li {
        margin: 0 4px;
    }
    .footer-socials .content-block > ul > li > a {
        height: 38px;
        line-height: 36px;
        font-size: 14px;
        width: 38px;
    }
}
@media (max-width : 379px){
    .footer-socials .section-title {
        margin-bottom: 12px;
    }
}
/*category-page*/
#products .js-product-list .products-grid .products .product-item{
    width: 33.3333%;
}

#products .product-item.list-view .product-miniature .product-description{
    padding-top: 0;
}
.best-seller-products .section-title > h2 > span::before, 
.best-seller-products .section-title > h2 > span::after{
    width: 370px;
}
@media (max-width : 767px){
    .best-seller-products .section-title > h2 > span::before, .best-seller-products .section-title > h2 > span::after {
        width: 310px;
    }
}
@media (max-width : 767px){
    #product .h1 {
        padding-top: 25px;
    }
}
@media (max-width : 379px){
    #product .h1 {
        font-size: 18px;
    }
}

body#checkout #header .header-nav{
    background-color: #ffffff;
    float: left;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}
body#checkout #header .header-msg-block{
    display: none;
}
body#checkout #header #_desktop_logo{
    height: 100px;
}
body#checkout #header .header-nav #_desktop_contact_link{
    display: block;
    float: left;
    padding: 27px 15px;
}
body#checkout #header .header-nav #_desktop_contact_link a{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
body#checkout #header .header-nav #_desktop_contact_link a:hover{
    color: #333333;
}
body#checkout #header .header-nav .logo{
    margin: 0 auto;
}
body#checkout #header .header-nav #_desktop_contact_link #contact-link{
    text-align: left;
}
@media (max-width : 767px){
    #search .page-content.page-not-found #search-tog-btn .search-widget button[type="submit"]{
        height: 50px;
        padding: 0;
        top: 0;
        right: 0;
        position: absolute;
        border: none;
        border-radius: 0;
        background: #333333;
        color: #fff;
        width: 50px;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
}
.block-reassurance-item .icon-img{
    display: inline-block;
}
#block-reassurance ul{
    margin: 0;
}
#block-reassurance {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.25);
}
.product-information{
    margin-top: 10px;
}
#product .product-information .product-short-description p{
    color: #333333;
    line-height: 1.6;
}
#product .product-information .product-short-description ul{
    list-style: disc;
    padding-left: 30px;
    margin: 5px 0;
    color: #333333;
    line-height: 1.8;
}
#subcategories{
    margin-bottom:10px;
    margin-top: 10px;
}
#subcategories h5{
    height:40px;
}
.block-category .category-cover-block .category-desc .text-muted{
    text-align:left;
}
#header .header-nav .currency-selector .currency-list li.current a,#header .header-nav .currency-selector .currency-list li.current:hover a,#header .header-nav .language-selector .language-list li.current a,#header .header-nav .language-selector .language-list li.current:hover a{
	cursor: not-allowed;
	border: 1px solid #eee;
    color: #eee;
	background-color:transparent;
}
@font-face {
    font-family: 'simple-line-icons';
    src: url(../../../../modules/labthemeoptions/fonts/Simple-Line-Icons_v-2.4.0.eot);
    src: url('../../../../modules/labthemeoptions/fonts/Simple-Line-Icons_v-2.4.0.eot#iefix') format('embedded-opentype'), url(../../../../modules/labthemeoptions/fonts/Simple-Line-Icons.woff) format('woff2'), url(../../../../modules/labthemeoptions/fonts/Simple-Line-Icons_v-2.4.0.ttf) format('truetype'), url(../../../../modules/labthemeoptions/fonts/Simple-Line-Icons_v-2.4.0.woff) format('woff'), url('../../../../modules/labthemeoptions/fonts/Simple-Line-Icons_v-2.4.0.svg') format('svg');
    font-weight: 400;
    font-style: normal
}
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-user:before {
    content: "\e005"
}
.icon-people:before {
    content: "\e001"
}
.icon-user-female:before {
    content: "\e000"
}
.icon-user-follow:before {
    content: "\e002"
}
.icon-user-following:before {
    content: "\e003"
}
.icon-user-unfollow:before {
    content: "\e004"
}
.icon-login:before {
    content: "\e066"
}
.icon-logout:before {
    content: "\e065"
}
.icon-emotsmile:before {
    content: "\e021"
}
.icon-phone:before {
    content: "\e600"
}
.icon-call-end:before {
    content: "\e048"
}
.icon-call-in:before {
    content: "\e047"
}
.icon-call-out:before {
    content: "\e046"
}
.icon-map:before {
    content: "\e033"
}
.icon-location-pin:before {
    content: "\e096"
}
.icon-direction:before {
    content: "\e042"
}
.icon-directions:before {
    content: "\e041"
}
.icon-compass:before {
    content: "\e045"
}
.icon-layers:before {
    content: "\e034"
}
.icon-menu:before {
    content: "\e601"
}
.icon-list:before {
    content: "\e067"
}
.icon-options-vertical:before {
    content: "\e602"
}
.icon-options:before {
    content: "\e603"
}
.icon-arrow-down:before {
    content: "\e604"
}
.icon-arrow-left:before {
    content: "\e605"
}
.icon-arrow-right:before {
    content: "\e606"
}
.icon-arrow-up:before {
    content: "\e607"
}
.icon-arrow-up-circle:before {
    content: "\e078"
}
.icon-arrow-left-circle:before {
    content: "\e07a"
}
.icon-arrow-right-circle:before {
    content: "\e079"
}
.icon-arrow-down-circle:before {
    content: "\e07b"
}
.icon-check:before {
    content: "\e080"
}
.icon-clock:before {
    content: "\e081"
}
.icon-plus:before {
    content: "\e095"
}
.icon-minus:before {
    content: "\e615"
}
.icon-close:before {
    content: "\e082"
}
.icon-event:before {
    content: "\e619"
}
.icon-exclamation:before {
    content: "\e617"
}
.icon-organization:before {
    content: "\e616"
}
.icon-trophy:before {
    content: "\e006"
}
.icon-screen-smartphone:before {
    content: "\e010"
}
.icon-screen-desktop:before {
    content: "\e011"
}
.icon-plane:before {
    content: "\e012"
}
.icon-notebook:before {
    content: "\e013"
}
.icon-mustache:before {
    content: "\e014"
}
.icon-mouse:before {
    content: "\e015"
}
.icon-magnet:before {
    content: "\e016"
}
.icon-energy:before {
    content: "\e020"
}
.icon-disc:before {
    content: "\e022"
}
.icon-cursor:before {
    content: "\e06e"
}
.icon-cursor-move:before {
    content: "\e023"
}
.icon-crop:before {
    content: "\e024"
}
.icon-chemistry:before {
    content: "\e026"
}
.icon-speedometer:before {
    content: "\e007"
}
.icon-shield:before {
    content: "\e00e"
}
.icon-screen-tablet:before {
    content: "\e00f"
}
.icon-magic-wand:before {
    content: "\e017"
}
.icon-hourglass:before {
    content: "\e018"
}
.icon-graduation:before {
    content: "\e019"
}
.icon-ghost:before {
    content: "\e01a"
}
.icon-game-controller:before {
    content: "\e01b"
}
.icon-fire:before {
    content: "\e01c"
}
.icon-eyeglass:before {
    content: "\e01d"
}
.icon-envelope-open:before {
    content: "\e01e"
}
.icon-envelope-letter:before {
    content: "\e01f"
}
.icon-bell:before {
    content: "\e027"
}
.icon-badge:before {
    content: "\e028"
}
.icon-anchor:before {
    content: "\e029"
}
.icon-wallet:before {
    content: "\e02a"
}
.icon-vector:before {
    content: "\e02b"
}
.icon-speech:before {
    content: "\e02c"
}
.icon-puzzle:before {
    content: "\e02d"
}
.icon-printer:before {
    content: "\e02e"
}
.icon-present:before {
    content: "\e02f"
}
.icon-playlist:before {
    content: "\e030"
}
.icon-pin:before {
    content: "\e031"
}
.icon-picture:before {
    content: "\e032"
}
.icon-handbag:before {
    content: "\e035"
}
.icon-globe-alt:before {
    content: "\e036"
}
.icon-globe:before {
    content: "\e037"
}
.icon-folder-alt:before {
    content: "\e039"
}
.icon-folder:before {
    content: "\e089"
}
.icon-film:before {
    content: "\e03a"
}
.icon-feed:before {
    content: "\e03b"
}
.icon-drop:before {
    content: "\e03e"
}
.icon-drawer:before {
    content: "\e03f"
}
.icon-docs:before {
    content: "\e040"
}
.icon-doc:before {
    content: "\e085"
}
.icon-diamond:before {
    content: "\e043"
}
.icon-cup:before {
    content: "\e044"
}
.icon-calculator:before {
    content: "\e049"
}
.icon-bubbles:before {
    content: "\e04a"
}
.icon-briefcase:before {
    content: "\e04b"
}
.icon-book-open:before {
    content: "\e04c"
}
.icon-basket-loaded:before {
    content: "\e04d"
}
.icon-basket:before {
    content: "\e04e"
}
.icon-bag:before {
    content: "\e04f"
}
.icon-action-undo:before {
    content: "\e050"
}
.icon-action-redo:before {
    content: "\e051"
}
.icon-wrench:before {
    content: "\e052"
}
.icon-umbrella:before {
    content: "\e053"
}
.icon-trash:before {
    content: "\e054"
}
.icon-tag:before {
    content: "\e055"
}
.icon-support:before {
    content: "\e056"
}
.icon-frame:before {
    content: "\e038"
}
.icon-size-fullscreen:before {
    content: "\e057"
}
.icon-size-actual:before {
    content: "\e058"
}
.icon-shuffle:before {
    content: "\e059"
}
.icon-share-alt:before {
    content: "\e05a"
}
.icon-share:before {
    content: "\e05b"
}
.icon-rocket:before {
    content: "\e05c"
}
.icon-question:before {
    content: "\e05d"
}
.icon-pie-chart:before {
    content: "\e05e"
}
.icon-pencil:before {
    content: "\e05f"
}
.icon-note:before {
    content: "\e060"
}
.icon-loop:before {
    content: "\e064"
}
.icon-home:before {
    content: "\e069"
}
.icon-grid:before {
    content: "\e06a"
}
.icon-graph:before {
    content: "\e06b"
}
.icon-microphone:before {
    content: "\e063"
}
.icon-music-tone-alt:before {
    content: "\e061"
}
.icon-music-tone:before {
    content: "\e062"
}
.icon-earphones-alt:before {
    content: "\e03c"
}
.icon-earphones:before {
    content: "\e03d"
}
.icon-equalizer:before {
    content: "\e06c"
}
.icon-like:before {
    content: "\e068"
}
.icon-dislike:before {
    content: "\e06d"
}
.icon-control-start:before {
    content: "\e06f"
}
.icon-control-rewind:before {
    content: "\e070"
}
.icon-control-play:before {
    content: "\e071"
}
.icon-control-pause:before {
    content: "\e072"
}
.icon-control-forward:before {
    content: "\e073"
}
.icon-control-end:before {
    content: "\e074"
}
.icon-volume-1:before {
    content: "\e09f"
}
.icon-volume-2:before {
    content: "\e0a0"
}
.icon-volume-off:before {
    content: "\e0a1"
}
.icon-calendar:before {
    content: "\e075"
}
.icon-bulb:before {
    content: "\e076"
}
.icon-chart:before {
    content: "\e077"
}
.icon-ban:before {
    content: "\e07c"
}
.icon-bubble:before {
    content: "\e07d"
}
.icon-camrecorder:before {
    content: "\e07e"
}
.icon-camera:before {
    content: "\e07f"
}
.icon-cloud-download:before {
    content: "\e083"
}
.icon-cloud-upload:before {
    content: "\e084"
}
.icon-envelope:before {
    content: "\e086"
}
.icon-eye:before {
    content: "\e087"
}
.icon-flag:before {
    content: "\e088"
}
.icon-heart:before {
    content: "\e08a"
}
.icon-info:before {
    content: "\e08b"
}
.icon-key:before {
    content: "\e08c"
}
.icon-link:before {
    content: "\e08d"
}
.icon-lock:before {
    content: "\e08e"
}
.icon-lock-open:before {
    content: "\e08f"
}
.icon-magnifier:before {
    content: "\e090"
}
.icon-magnifier-add:before {
    content: "\e091"
}
.icon-magnifier-remove:before {
    content: "\e092"
}
.icon-paper-clip:before {
    content: "\e093"
}
.icon-paper-plane:before {
    content: "\e094"
}
.icon-power:before {
    content: "\e097"
}
.icon-refresh:before {
    content: "\e098"
}
.icon-reload:before {
    content: "\e099"
}
.icon-settings:before {
    content: "\e09a"
}
.icon-star:before {
    content: "\e09b"
}
.icon-symbol-female:before {
    content: "\e09c"
}
.icon-symbol-male:before {
    content: "\e09d"
}
.icon-target:before {
    content: "\e09e"
}
.icon-credit-card:before {
    content: "\e025"
}
.icon-paypal:before {
    content: "\e608"
}
.icon-social-tumblr:before {
    content: "\e00a"
}
.icon-social-twitter:before {
    content: "\e009"
}
.icon-social-facebook:before {
    content: "\e00b"
}
.icon-social-instagram:before {
    content: "\e609"
}
.icon-social-linkedin:before {
    content: "\e60a"
}
.icon-social-pinterest:before {
    content: "\e60b"
}
.icon-social-github:before {
    content: "\e60c"
}
.icon-social-google:before {
    content: "\e60d"
}
.icon-social-reddit:before {
    content: "\e60e"
}
.icon-social-skype:before {
    content: "\e60f"
}
.icon-social-dribbble:before {
    content: "\e00d"
}
.icon-social-behance:before {
    content: "\e610"
}
.icon-social-foursqare:before {
    content: "\e611"
}
.icon-social-soundcloud:before {
    content: "\e612"
}
.icon-social-spotify:before {
    content: "\e613"
}
.icon-social-stumbleupon:before {
    content: "\e614"
}
.icon-social-youtube:before {
    content: "\e008"
}
.icon-social-dropbox:before {
    content: "\e00c"
}
.icon-social-vkontakte:before {
    content: "\e618"
}
.icon-social-steam:before {
    content: "\e620"
}
#header .laber-cart {
    position: relative
}
#header .laber-cart a.cart {
    font-size: 14px;
    text-align: left;
    display: block;
    position: relative;
    color: #222;
    padding-left: 60px;
    line-height: 18px
}
#header .laber-cart a span.icon {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 0;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    line-height: 50px;
    text-align: center
}
#header .laber-cart a .cart-products-count {
    background: #0566d2;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    position: absolute;
    right: -10px;
    top: -5px;
    width: 21px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}
#header .laber-cart a.cart {
    font-size: 14px;
    text-align: left;
    color: #fff;
    font-weight: 500;
    line-height: 25px
}
.laber-cart a.cart span.amount {
    display: block;
    color: #888;
    font-weight: 400
}
#header .laber-cart .cart_block {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 290px;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s, -moz-transform 0.5s ease 0s;
    -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s, -ms-transform 0.5s ease 0s;
    visibility: hidden
}
#header .laber-cart:hover .cart_block {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    visibility: visible
}
#header .laber-cart .cart_block .products_count {
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 15px
}
#header .laber-cart .cart_block .products {
    overflow: hidden;
    margin-bottom: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e1e1e1
}
#header .laber-cart .cart_block .products .img {
    display: inline;
    float: left;
    margin-right: 15px;
    width: 60px;
    border: 1px solid #ebebeb
}
#header .laber-cart .cart_block .products .img img{
	width: 100%;
}
#header .laber-cart .cart_block .products .cart-info {
    overflow: hidden
}
#header .laber-cart .cart_block .products .cart-info h2.productName {
    font-size: 14px;
    font-weight: 600;
    text-transform: none
}
#header .laber-cart .cart_block .products .remove_link {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0
}
#header .laber-cart .cart_block .cart-prices {
    overflow: hidden;
    margin-bottom: 30px
}
#header .laber-cart .cart_block .cart-prices .total {
    color: #333;
    font-weight: 500;
    font-size: 16px
}
#header .laber-cart .cart-prices .amount,
#header .laber-cart .cart_block .products .cart-info .laberPrice .price {
    color: #333;
    font-size: 14px;
    font-weight: 500
}
#header .laber-cart .cart_block .cart-buttons {
    text-align: center
}
#header .laber-cart .cart_block .cart-buttons a {
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 30px;
    border: 1px solid #0566d2;
    background: #0566d2;
    color: #fff
}
#header .laber-cart .cart_block .products .cart-info h2.productName {
    font-size: 14px;
    font-weight: 500;
    text-transform: none
}
.laberUserInfo {
    margin-right: 30px
}
.laberUserInfo .laberUser {
    display: block;
    font-size: 14px;
    position: relative;
    color: #666;
    padding-left: 60px;
    line-height: 18px
}
.laberUserInfo .laberUser .icon {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    line-height: 50px;
    text-align: center
}
.laberUserInfo .laberUser .icon i{
	font-size: 24px;
}
.laberUserInfo .laberUser p {
    margin: 0;
    padding: 0;
    line-height: 25px;
    font-weight: 500;
    color: #fff
}
.laberUserInfo .laberUser p.nameuser {
    font-weight: 400;
    color: #888
}
.laberUserInfo .laber-user-info {
    width: 230px;
    left: inherit;
    right: 0;
    top: 60px;
    padding: 0 0 20px 0;
    background: #fff;
    border-radius: 3px
}
.laberUserInfo .laber-user-info .signin {
    padding: 20px;
    background: #eee;
    margin-bottom: 15px
}
#header .laberUserInfo .laber-user-info .signin a {
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    padding: 0 30px;
    border: 1px solid #0566d2;
    background: #0566d2
}
.laberUserInfo .laber-user-info .signin span {
    color: #666;
    padding-top: 10px;
    display: block;
    font-size: 14px
}
.laberUserInfo .laber-user-info a.register {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 30px
}
@media only screen and (min-width :992px) and (max-width :1199px) {
    #header #search_widget.col-lg-6 {
        width: 45%;
    }
    #header .position-static.col-lg-4 {
        width: 38.33333%;
    }
}
@media only screen and (min-width :768px) and (max-width :991px) {
    #header .header-top .position-static {
        text-align: center
    }
	#header .header-top .position-static .laberIpad {
		display: inline-block;
	}
    .laberthemes .title_block .tab_cates {
        width: 150px;
        border: 1px solid #ccc;
        background: #fff;
        z-index: 999;
        padding: 10px;
        top: 30px;
        display: none
    }
    .laberthemes .title_block .tab_cates.Open {
        display: block
    }
    .laberthemes .title_block .tab_cates li {
        width: 100%;
        margin: 0
    }
    .laberthemes .title_block .tab_cates li a {
        line-height: 30px
    }
}
@media only screen and (max-width :767px){
	#header .header-nav .top-logo {
		clear: both;
		text-align: center;
		width: 100%;
		max-width: 100%;
		line-height: 1;
		padding: 10px 0;
        margin-top: 10px;
		border-top: 1px solid #ebebeb;
	}
	#header .header-nav #menu-icon {
		width: 50px;
		height: 50px;
		border: 2px solid #3b4650;
		color: #222;
		font-size: 14px;
		border-radius: 100%;
		text-align: center;
		line-height: 50px;
		margin-left: 10px;
	}
    .laberthemes .title_block .tab_cates {
        width: 200px;
        border: 1px solid #ccc;
        background: #fff;
        z-index: 999;
        padding: 10px;
        top: 30px;
        display: none
    }
    .laberthemes .title_block .tab_cates.Open {
        display: block
    }
    .laberthemes .title_block .tab_cates li {
        width: 100%;
        margin: 0
    }
    .laberthemes .title_block .tab_cates li a {
        line-height: 30px
    }
}
@media (max-width: 639px){
	.header-nav .container {
		max-width:100%;
		padding:0 10px;
	}
	.header-nav .row{
		margin:0;
	}
}
.product-item .product-image-block .hover_image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-item:hover .product-image-block .hover_image{
    opacity: 1;
}
.scroll-box-arrows i {
    position: absolute;
    line-height: 45px;
    cursor: pointer;
    width: 15px;
    height: 45px;
    bottom: 40px;
}
.scroll-box-arrows i.left:before {
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    content: '';
    width: 15px;
    height: 30px;
    position: absolute;
    top: -1px;
    left: 0;
    border: 1px solid #f4f4f4;
    border-color: transparent transparent transparent #f4f4f4
}
.scroll-box-arrows i.left:after {
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    content: '';
    width: 15px;
    height: 30px;
    position: absolute;
    bottom: -2px;
    left: 0;
    border: 1px solid #f4f4f4;
    border-color: transparent transparent transparent #f4f4f4
}
.scroll-box-arrows i.right:before {
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    content: '';
    width: 15px;
    height: 30px;
    position: absolute;
    top: -8px;
    left: 0;
    border: 1px solid #f4f4f4;
    border-color: transparent transparent transparent #f4f4f4
}
.scroll-box-arrows i.right:after {
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    content: '';
    width: 15px;
    height: 30px;
    position: absolute;
    bottom: -8px;
    left: 0;
    border: 1px solid #f4f4f4;
    border-color: transparent transparent transparent #f4f4f4
}
.scroll-box-arrows i:hover:before,
.scroll-box-arrows i:hover:after {
    border-color: transparent transparent transparent #0566d2
}
.wt-content-description{
    overflow: hidden;
    position: relative;
    line-height: 32px;
}
.wt-content-description p{
    line-height: 32px;
}
.wt-content-description.less{
    max-height: 240px;
    min-height: 240px;
}
.wt-content-toggle__body--truncated-03.wt-content-toggle__body--truncated:after {
    opacity: 0;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transition: opacity 200ms ease-in;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
}
.less .wt-content-toggle__body--truncated-03.wt-content-toggle__body--truncated:after{
    opacity: 1;
}
.content-toggle--btn{
    cursor: pointer;
}
.laberColumn {
    position: relative;
    margin-bottom: 20px;
}
.laberviewedproducts .product-miniature .product-label .label.new{
    left: 10px;
    right: auto;
    top: 10px;
    position: absolute;
    background: #000;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    min-width: 50px;
    box-shadow: none;
    width: auto;
    min-height: 25px;
}
.laberColumn h3 {
    color: #333e48;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px solid #ebebeb;
    display: block;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}
.laberColumn h3:before {
    content: "";
    background-color: #0566d2;
    height: 2px;
    width: 50px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.laberColumn .owl-buttons {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
.laberColumn .owl-buttons .owl-next, .laberColumn .owl-buttons .owl-prev {
    color: #c2c2c2;
    font-size: 12px;
    float: left;
    display: inline;
    width: 20px;
    text-align: right;
    cursor: pointer;
    line-height: 22px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.newsletter-block .block.newsletter .control input:focus {
    outline: none;
}
.wt-content-toggle--btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
	position: relative;
	width: 100%;
    border: none;
    background: none;
	padding:0;
	margin-bottom: 10px;
}
.wt-content-toggle--btn .wt-content-toggle--btn__icon {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    min-width: 24px;
    position: relative;
    height: 24px;
    transition: transform 200ms ease-in;
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 24 24%22 aria-hidden%3D%22true%22 focusable%3D%22false%22%3E%3Cpath fill%3D%22%23222222%22 d%3D%22M12,15.414L7.293,10.707A1,1,0,1,1,8.707,9.293L12,12.586l3.293-3.293a1,1,0,0,1,1.414,1.414Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    margin-left: 6px;
	cursor:pointer;
}
.wt-content-toggle--btn[aria-expanded="true"] .wt-content-toggle--btn__icon {
    transform: rotate(-180deg);
}
.wt-content-toggle__body[aria-hidden="false"] {
    visibility: visible;
    max-height: none;
    overflow: visible;
}
.wt-content-toggle__body {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
}
#header .menu ul[data-depth="1"]>li>a>img{
    width: 36px;
    vertical-align: middle;
    margin-right:8px;
}
._desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
    visibility: visible;
    opacity: 1
}
#header #hmenu-container{
    display: none;
}
#hmenu-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
}
#hmenu-container .hmenu-translateX {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#header ~ #hmenu-container > #hmenu-canvas-background {
    opacity: 0;
}
#header ~ #hmenu-container{
    display: none;
}
#header.is-open ~ #hmenu-container > #hmenu-canvas-background {
    opacity: 1;
}
#header.is-open ~ #hmenu-container{
    display: block;
}
#hmenu-container #hmenu-canvas-background.hmenu-dark-bkg-color {
    background-color: rgba(0,0,0,.8);
}
#hmenu-container #hmenu-canvas-background {
    position: absolute;
    will-change: opacity;
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}
#hmenu-container #hmenu-canvas #hmenu-customer-profile {
    background-color: #232f3e;
    height: 50px;
    align-items: center;
}
#hmenu-container #hmenu-canvas {
    width: 365px;
    position: fixed;
    background-color: #fff;
    flex-direction: column;
    height: 100%;
    box-shadow: 4px 0 10px 0 rgb(0 0 0 / 40%);
    will-change: transform;
}
#hmenu-container #hmenu-canvas #hmenu-content {
    position: relative;
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
#hmenu-container div,#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li a.hmenu-item {
    display: flex;
}
#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li a.hmenu-item:hover {
    background-color: #eaeded;
    color: #111;
}
#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu {
    padding-top: 7px;
    padding-bottom: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: scroll;
    will-change: transform;
    display: none;
}
#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu.hmenu-visible {
    display: block;
}
#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu {
    font-size: 14px;
    line-height: 16px;
}
#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li {
    list-style: none;
    padding-bottom: 2px;
    position: relative;
}
#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li .hmenu-item.hmenu-back-button {
    border-bottom: 1px solid #d5dbdb;
    text-transform: uppercase;
    font-weight: 600;
}
#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li .hmenu-item.hmenu-title {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #111;
    text-transform: capitalize;
    display: inline-block;
}
#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li .hmenu-item {
    padding: 13px 20px 13px 36px;
}
#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li .hmenu-item.has-logo{
    padding: 3px 20px 3px 36px;
}
#hmenu-content li a.hmenu-item img{
    width: 40px;
    margin-right: 10px;
}
#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li .hmenu-item {
    align-items: center;
    -webkit-tap-highlight-color: transparent;
}
#hmenu-container #hmenu-canvas-background .hmenu-close-icon {
    left: 370px;
    top: 8px;
    cursor: pointer;
    position: fixed;
    color: #fff;
}
#hmenu-container .hmenu-close-icon .icons-close{
    font-size: 30px;
}
._mobile_top_menu .icons{
    position: absolute;
    right:16px;
    top: 9px;
    width: 10%;
    height: auto;
    cursor: pointer;
}
._mobile_top_menu .icons:hover i,._mobile_top_menu .icons:visited i{
    color:blue;
}
.hmenu-back-button .arrow_back{
    margin-right: 10px;
}
#hmenu-container #hmenu-content ul.hmenu li a:visited, #hmenu-container #hmenu-canvas ul.hmenu li a, #hmenu-container #hmenu-canvas ul.hmenu li a:hover, #hmenu-container #hmenu-canvas ul.hmenu li a:visited, #hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li a, #hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li a:hover, #hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li a:visited {
    text-decoration: none;
    color: #111;
}
#hmenu-container #hmenu-canvas #hmenu-customer-profile #hmenu-home-right {
    flex: 1;
    overflow: hidden;
}
#hmenu-container #hmenu-canvas #hmenu-customer-profile #hmenu-customer-profile-left #hmenu-customer-avatar-icon {
    height: 25px;
    width: 27px;
    margin: 0 10px 0 36px;
}
#hmenu-customer-name {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    max-width: 90%;
    line-height: 25px;
    color: #fff;
}
#hmenu-customer-avatar-icon i{
    color:#fff;
}
#hmenu-customer-name b:first-child{
    margin-right: 10px;
}
#hmenu-customer-name a{
    color: #fff;
}
#header .header-top .position-static{
    position: relative;
}
#menu-forward{
    position:absolute;
    top: 8px;
    right:-30px;
    cursor: pointer;
}
button[data-button-action=add-to-cart] > div.tc-loader{display:none;}
button[data-button-action=add-to-cart].confirm-loading{position:relative;color:transparent;}
button[data-button-action=add-to-cart].confirm-loading > div.tc-loader{
    display: block;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@keyframes lds-ellipsis-m {
    0% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    25% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        left: 100px;
    }
    75% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        left: 168px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes lds-ellipsis-m {
    0% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    25% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        left: 100px;
    }
    75% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        left: 168px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
.lds-ellipsis-m {
    position: relative;
}
.lds-ellipsis-m > div {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}
.lds-ellipsis-m div > div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f00;
    position: absolute;
    top: 100px;
    left: 32px;
    -webkit-animation: lds-ellipsis-m 1.3s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    animation: lds-ellipsis-m 1.3s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}
.lds-ellipsis-m div:nth-child(1) div {
    -webkit-animation: lds-ellipsis-m2 1.3s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    animation: lds-ellipsis-m2 1.3s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    background: #ffffff;
}
.lds-ellipsis-m div:nth-child(2) div {
    -webkit-animation-delay: -0.65s;
    animation-delay: -0.65s;
    background: #eee7d8;
}
.lds-ellipsis-m div:nth-child(3) div {
    -webkit-animation-delay: -0.325s;
    animation-delay: -0.325s;
    background: #d8ebf9;
}
.lds-ellipsis-m div:nth-child(4) div {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background: #ffffff;
}
.lds-ellipsis-m div:nth-child(5) div {
    -webkit-animation: lds-ellipsis-m3 1.3s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    animation: lds-ellipsis-m3 1.3s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    background: #ffffff;
}
.lds-ellipsis-m {
    width: 88px !important;
    -webkit-transform: translate(-44px, -44px) scale(0.44) translate(44px, 44px);
    transform: translate(-44px, -44px) scale(0.44) translate(44px, 44px);
    margin: 0 auto;
}
#subcategories .subcategory-name{
    font-weight: normal;
    text-transform: capitalize;
}
@media (min-width : 956px) and (max-width : 1022px){
    #header .menu>ul>li>a{
        padding: 0 5px;
    }
}
@media (min-width : 768px) and (max-width : 956px){
    #header .menu>ul>li>a{
        padding: 0 2px;
    }
}
#_mobile_currency_selector .currency-selector{
    text-align: right;
}
.product-item .product-title{
	height:85px;
}
.product-item.list-view .product-title{
	height:auto;
}
.slider-block >.product-item, .slider-block > .item-inner{
	width:25%;
	float:left;
}
@media (max-width: 991px){
    .slider-block >.product-item, .slider-block > .item-inner{
		width:33%;
		float:left;
	}
}
@media (max-width: 639px){
    .slider-block >.product-item, .slider-block > .item-inner{
		width:50%;
		float:left;
	}
}
@media (max-width: 368px){
    .slider-block >.product-item, .slider-block > .item-inner{
		width:100%;
		float:none;
	}
	.product-title{
		height:auto;
	}
}
.ui-menu .ui-menu-item{
	padding: 3px 0;
}
.ui-state-focus{
	border:none;
	background:none;
	color:#d14f4f;
}
@media (max-width: 394px){
	.pagination .pagination-summary, .pagination .pagination-btn{
		width:100%;
		float:none;
		display:block;
		text-align:center;
	}
	.pagination .pagination-btn ul{
		float:none;
	}
}
#products .products-grid .products .product-item.list-view .product-miniature .thumbnail-container{
	border:none;
}
._desktop_top_menu>.top-menu[data-depth="0"]>li:hover>a {
    color: #fff;
    background-color: #ed5190;
}
.vertical-middle{
	vertical-align:middle;
}
#left-column .block-categories a.current{
	color:#c53b3b !important;
}
.product-short-description{
    margin-bottom:20px;
    line-height: 32px;
}
#product-description-more,#product-details{
    border-top: 1px solid #d5d5d5;
    padding-top: 15px;
}
.officially-licensed-container{
    margin-bottom: 0.9375rem;
}
.officially-licensed-container span+span {
    margin-left: 0.625rem;
}
.officially-licensed-container span {
    vertical-align: middle;
    font-size: .875rem;
}
.responsive-image{margin-bottom:2px;}
.responsive-image img{width:100%;max-width:100%;}
.main-bar{
    padding: 0 20px;
    border-top: 1px solid #d5d5d5;
}
.main-bar, #_mobile_logo{
    background-color: #024;
}
@media (max-width: 769px){
    .main-bar{
        background: none;
    }
}
@media (max-width: 768px){
    .laberUserInfo .laberUser .icon,#header .laber-cart a span.icon{
        border-color:#222;
        color:#222;
    }
    .laberUserInfo .laberUser p,#header .laber-cart a.cart{
        color:#222;
    }
}
.add-to-cart span img{
    height: 20px;
    margin-right: 10px;
}
.product-information .product-information-actions{
    background-color: #f5f6f8;
    padding: 0.9375rem;
}
.top-menu .sweatshirts .sub-menu ul[data-depth="1"]>li {
    width:33%;
}
.officially-licensed-container img{
    height:50px;
}
.confirm-loading .logo{display:none;}