@import url(base.css);

/*********
Header
*********/
a {
    color: green;
    text-decoration: none;
    transition: 0.5s;
}

a:hover, a:focus, a:active {
    color: #111;
    text-decoration: none;
}

.btn-default {
    background:/*#2fb5d2*/#92d688;
    color:#fff;
    text-transform:uppercase;
    border-color:green;
    border-radius:7px;
    font-size:.875rem;
    padding: 3px 5px 3px 5px;
    margin-bottom:-3px;
    margin-top:-3px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}

.custom-radio input[type="radio"]:checked + span {
    background-color: #ff9c00;
}

.color, .custom-checkbox input[type="checkbox"] + span.color {
    width: 1.3rem;
    height: 1.3rem;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.custom-radio input[type="radio"]:checked + span {
    background-color: #ff9c00;
}

body#checkout section.checkout-step .address-item.selected {
    border-color: #ff9c00;  
}

#checkout .text-xs-right {
    display: none !important;
}

.advertising-block {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
}

.advertising-block img {
    width: unset;
}

.btn-primary {
    transition: 0.5s;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover, .btn-tertiary:focus, .btn-tertiary:hover, .focus.btn-tertiary {
    color: #fff;
}

* {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

.btn-primary, .btn-primary.active.focus, .btn-primary.active:focus, 
.btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, 
.btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, 
.open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
    background: #ff9c00;
    transition: .5s;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #53a000;
}

#blockcart-modal .modal-title {
    margin: 0;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    transition: .5s;
}

#header a:hover {
    color: #ff9c00;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1200px;
        box-sizing: border-box;
    }
}
@media (max-width: 1199px) {
    .container {
        width: 100%;
        max-width: 970px;
        box-sizing: border-box;
    }
}
@media (max-width: 991px) {
    .container {
        width: 100%;
        max-width: 750px;
        box-sizing: border-box;
    }
}
@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}
@media (max-width: 639px) {
    .container {
        width: 100%;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}
@media (max-width: 479px) {
    .container {
        width: 100%;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (max-width: 379px) {
    .container {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}

.top-padding {
    padding-top: 35px;
}
.bottom-padding {
    padding-bottom: 35px;
}
.top-margin {
    margin-top: 35px;
}
.bottom-margin {
    margin-bottom: 35px;
}
@media(max-width: 991px) {
    .top-padding {
        padding-top: 25px;
    }
    .bottom-padding {
        padding-bottom: 25px;
    }
    .top-margin {
        margin-top: 25px;
    }
    .bottom-margin {
        margin-bottom: 25px;
    }
}
@media(max-width: 767px) {
    .top-padding {
        padding-top: 20px;
    }
    .bottom-padding {
        padding-bottom: 20px;
    }
    .top-margin {
        margin-top: 20px;
    }
    .bottom-margin {
        margin-bottom: 20px;
    }
}
@media(max-width: 479px) {
    .top-padding {
        padding-top: 10px;
    }
    .bottom-padding {
        padding-bottom: 10px;
    }
    .top-margin {
        margin-top: 10px;
    }
    .bottom-margin {
        margin-bottom: 10px;
    }
}

.ht-main-content {
    float: left;
    width: 100%;
    background: #fff;
}

#header {
    float: left;
    width: 100%;
    clear: both;
    display: block;
    background: #ffffff;
}
#header .header-nav {
    float: left;
    width: 100%;
    display: block;
    padding-bottom: 0;
    border: none;
    background-color: #f2f2f2;
    max-height: none;
    margin: 0;
    line-height: 10px;
}

#header .header-msg-block {
    display: block;
    float: left;
}
#header .header-msg-block > span {
    color: #222222;
    line-height: 24px;
    font-size: 14px;
    text-decoration: none;
    padding: 14px 0;
    display: block;
    font-weight: 400;
}
#header .header-nav .right-nav > div {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}
#header .header-nav .right-nav > div:first-child {
    padding-left: 0;
    margin-left: 0;
}
#header .header-nav .right-nav > div:first-child::before {
    display: none;
}
#header .header-nav .right-nav > div::before {
    content: "";
    display: block;
    left: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    position: absolute;
    background: #292929;
    transform: translate(0,-50%);
}
#_desktop_language_selector {
    float: left;
    display: block;
    position: relative;
}
#_desktop_currency_selector {
    float: left;
    display: block;
    position: relative;
}
#header .header-nav .expand-more, #header .header-nav > i {
    margin: 0;
    line-height: 18px;
    height: auto;
    width: auto;
}
#header .header-nav .currency-selector > button, 
#header .header-nav .language-selector > button {
    cursor: pointer;
    color: #222222;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.24px;
    line-height: 24px;
}
#_desktop_language_selector .language-selector .dropdown-menu,
#_desktop_currency_selector .currency-selector .dropdown-menu {
    margin: 0;
    top: 100%;
    left: auto;
    right: 0;
}
#header .header-nav .currency-selector, 
#header .header-nav .language-selector {
    margin: 0;
    display: block;
    padding: 14px 0;
}
#_desktop_language_selector .language-selector .dropdown-item,
#_desktop_currency_selector .currency-selector .dropdown-item {
    padding: 0 15px;
    font-size: 13px;
    line-height: 24px;
}
#_desktop_currency_selector .currency-selector .currency-list li,
#_desktop_language_selector .language-selector .language-list li {
    font-size: 14px;
    padding: 3px 19px;
    margin: 0 4px 10px 4px;
    display: inline-block;
    float: left;
    text-transform: capitalize;
    border: 1px solid #a8aab9;
    line-height: 28px;
    width: auto;
    cursor: pointer;
    transition: 0.5s;
}
#_desktop_currency_selector .currency-selector .currency-list li:hover,
#_desktop_language_selector .language-selector .language-list li:hover {
    border: 1px solid #ff9c00;
    background-color: #ff9c00;
}
#_desktop_currency_selector .currency-selector .currency-list li a,
#_desktop_language_selector .language-selector .language-list li a {
    color: #444444;
    padding: 0;
}

#_desktop_currency_selector .currency-selector .currency-list li:hover a,
#_desktop_language_selector .language-selector .language-list li:hover a {
    color: #fff;
}
#_desktop_currency_selector .currency-selector .currency-list li.current,
#_desktop_language_selector .language-selector .language-list li.current {
    border: 1px solid #ff9c00;
}
#_desktop_currency_selector .currency-selector .currency-list li.current a,
#_desktop_language_selector .language-selector .language-list li.current a {
    color: #ff9c00;
}
#_desktop_currency_selector .currency-selector .currency-list li.current:hover a,
#_desktop_language_selector .language-selector .language-list li.current:hover a {
    color: #fff;
}
#header .header-nav .currency-selector > button:hover, 
#header .header-nav .language-selector > button:hover {
    color: #ff9c00;
}
#_desktop_currency_selector .currency-selector .btn-unstyle:focus .expand-more,
#_desktop_language_selector .language-selector .btn-unstyle:focus .expand-more {
    color: #ff9c00;
}

#header .header-nav .right-nav #contact-link {
    margin: 0;
    letter-spacing: 0.5px;
}

#header .header-nav .right-nav #contact-link > a,
#header .header-nav .right-nav #contact-link > a:active,
#header .header-nav .right-nav #contact-link > a:visited,
#header .header-nav .right-nav #contact-link > a:focus {
    color: #ffffff;
    font-weight: 500;
}

#header .header-nav .right-nav #contact-link > a:hover {
    color: #ff9c00;
}

#header .header-nav .social-btn {
    display: block;
    float: left;
}

#header .header-nav .social-btn ul {
    margin: 0;
}

#header .header-nav .social-btn li {
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0 5px;
    cursor: pointer;
}

#header .header-nav .social-btn li i {
    color: #000;
    font-size: 14px;
    transition: 0.5s;
    line-height: normal;
}

#header .header-nav .social-btn li:hover i {
    color: #ff9c00;
}

.dropdown:hover .expand-more {
    color: #ff9c00;
}

.btn-unstyle:focus .expand-more {
    color: #ff9c00;
}

#header .header-top {
    float: left;
    width: 100%;
    display: block;
    padding: 0;
    background-color: #fff;
}

#checkout #header .header-top {
    border-bottom: 1px solid #e1e1e1;
}

#index #header .header-top {
    border-bottom: none;
}

#header #_desktop_logo {
    display: table;
    float: left;
    text-align: left;
    height: 120px;
}
#header #_desktop_logo a {
    display: table-cell;
    vertical-align: middle;
}

#header #_desktop_user_info {
    float: right;
    display: block;
}
#header .header-nav .user-info {
    margin: 0;
    padding: 14px 0;
}
#header .header-nav .user-info > ul > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    padding-left: 15px;
    margin-bottom: 0;
    position: relative;
}
#header .header-nav .user-info > ul > li:first-child {
    margin-left: 0;
    padding-left: 0;
}
#header .header-nav .user-info > ul > li:before {
    content: "";
    display: block;
    left: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    position: absolute;
    background: #292929;
    transform: translate(0,-50%);
}
#header .header-nav .user-info > ul > li:first-child:before {
    display: none;
}
#header .header-nav .user-info .account {
    margin: 0;
}
#header .header-nav .user-info > ul > li > a {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    transition: 0.5s;
}
#header .header-nav .user-info > ul > li > a:hover {
    color: #ff9c00;
}
#header .ht-account-links .toggle-link-content span.language-label,
#header .ht-account-links .toggle-link-content span.currency-label {
    display: block;
    margin-bottom: 7px;
}

#header #_desktop_cart {
    float: right;
    padding: 40px 0;
    font-size: 0;
    position: relative;
    margin-left: 15px;
}
#header #_desktop_cart .header {
    display: block;
    cursor: pointer;
    position: relative;
    width: 40px;
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
#header #_desktop_cart .header .cart-products-count {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #ff9c00;
    padding: 0;
    border-radius: 15px;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}
#header #_desktop_cart:hover .header .cart-products-count {
    background: #111;
}
#header #_desktop_cart .header a {
    display: block;
}

#header .header-contact-block {
    float: right;
    margin-left: 25px;
    padding: 40px 0;
}
#header .header-contact-block .icon-block {
    display: none;
}
#header .header-contact-block .text-block {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 45px;
    background: transparent url("../img/hotline.png") no-repeat scroll left center;
}
#header .header-contact-block .text-block > strong {
    font-weight: 600;
    display: block;
}
#header .header-contact-block .text-block > strong > a {
    color: #222222;
    display: block;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
}
#header .header-contact-block .text-block > strong > a:hover {
    color: #ff9c00;
}

#header #search_widget {
    cursor: pointer;
    position: relative;
    float: right;
    padding: 35px 0;
    min-width: unset;
    width: 425px;
}
.search-widget form input[type="text"]:focus + button .search {
    color: #fff;
}
.search-tog-btn {
    position: relative;
    padding: 10px;
    display: inline-block;
}
#products .ht-search-widget {
    display: block;
    position: static;
}
.header-top .search-widget form input[type="text"] {
    width: 100%;
    padding: 10px;
    min-width: unset;
    padding-right: 105px;
    height: 50px;
    border: 1px solid #e1e1e1;
    border-radius: 25px;
}
.search-widget form input[type="text"]:focus {
    outline: none;
    color: #222;
    box-shadow: none;
}
.search-widget form input[type="text"]::placeholder,
.search-widget form input[type="text"]:-ms-input-placeholder,
.search-widget form input[type="text"]::-ms-input-placeholder {
    color: #111111;
}
#header #search_widget button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    padding: 0 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    background-color: #ff9c00;
    text-transform: uppercase;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
#header #search_widget button:hover {
    background-color: #53a000;
    transition: .5s;
}
.search-widget form button[type="submit"] .search:hover {
    color: #ffffff;
}

.page-content.page-not-found #search_widget {
    cursor: pointer;
    border: none;
    z-index: 1;
}

.page-content.page-not-found form input[type="text"] {
    width: auto;
    height: 40px;
    padding: 10px;
    min-width: 300px;
    border: 1px solid #e1e1e1;
    padding-right: 80px;
    border-radius: 25px;
}

.page-content.page-not-found #search_widget button {
    height: 40px;
    border: none;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 16px;
    background-color: #ff9c00;
    color: #ffffff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    transition: .5s;
}

.page-content.page-not-found #search_widget button i {
    color: #fff;
}

.page-content.page-not-found #search_widget button:hover {
    background-color: #53a000;
}

.page-content.page-not-found #search_widget button img {
    width: auto;
    margin: 0 auto;
}

#header .main-menu > ul li.current a[data-depth="0"],
#header .main-menu > ul a[data-depth="0"]:hover {
    color: #ffffff;
}

@media (min-width: 768px) {
    #header .header-top .cart-preview .ht_cart {
        display: none;
        background: #fff none repeat scroll 0 0;
        height: auto;
        left: auto;
        position: absolute;
        right: 0;
        top: 100%;
        width: 300px;
        background: #fff;
        border: 1px solid #a8aab9;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        z-index: 999;
        transition: .5s;
    }

    #header .header-top #_desktop_cart:hover .cart-preview .ht_cart {
        display: block;
    }

    #header .header-top .cart-preview .ht_cart .no-item {
        margin: 0;
        padding: 20px 15px;
        text-align: center;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }

    #header .header-top .cart-preview .ht_cart ul {
        overflow: hidden;
        padding: 0px 15px;;
        margin: 0;
        border-bottom: 1px solid #a8aab9;
        max-height: 240px;
        overflow-y: auto;
    }

    #header .header-top .cart-preview .ht_cart ul li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #a8aab9;
    }

    #header .header-top .cart-preview .ht_cart ul li:last-child {
        border-bottom: none;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-img {
        float: left;
        margin-right: 12px;
        text-align: center;
        width: 80px;
        border: 1px solid #a8aab9;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-img img {
        max-width: 100%;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info {
        overflow: hidden;
        padding-right: 20px;
        position: relative;
        text-align: left;
        color: #111;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .product-quantity {
        float: left;
        margin-right: 5px;
        font-size: 13px
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .product-name {
        display: inline-block;
        font-size: 13px;
        max-width: 136px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .product-price {
        display: block;
        font-size: 14px;
        color: #121312;
        line-height: 20px;
        padding: 5px 0 5px;
        width: 100%;
        font-weight: 700;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart {
        position: absolute;
        right: 0;
        top: 0px;
        z-index: 99;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart .remove-icon i {
        color: #111;
        font-size: 16px;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart .remove-icon i:hover {
        color: #ff9c00;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart .remove-icon-text {
        display: none;
    }

    #header .header-top .cart-preview .ht_cart .cart-summary {
        display: block;
        float: left;
        width: 100%;
    }

    #header .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals,
    #header .header-top .cart-preview .ht_cart .cart-summary .cart-total {
        display: block;
        float: left;
        width: 100%;
        padding: 20px 15px 20px;
        border-bottom: 1px solid #a8aab9;
    }

    #header .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals .products,
    #header .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals .shipping {
        display: block;
        float: left;
        width: 100%;
        padding: 5px 0;
    }

    #header .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals .label,
    #header .header-top .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 .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals .value,
    #header .header-top .cart-preview .ht_cart .cart-summary .cart-total .value {
        color: #3c3c3c;
        font-size: 13px;
        letter-spacing: 0.8px;
        float: right !important;
    }

    #header .header-top .cart-preview .ht_cart .cart-wishlist-action {
        display: block;
        float: left;
        width: 100%;
        padding: 15px;
        border: none;
        text-align: center;
        font-size: 14px;
    }

    #header .header-top .cart-preview .ht_cart .cart-wishlist-action a {
        cursor: pointer;
        float: none;
        display: inline-block;
        background-color: #ff9c00;
        background-position: 0 0;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        height: auto;
        padding: 13px 25px;
        line-height: 14px;
        border: 1px solid #ff9c00;
        position: relative;
        text-transform: uppercase;
        z-index: 1;
        letter-spacing: 0;
    }

    #header .header-top .cart-preview .ht_cart .cart-wishlist-action a:hover {
        background-color: #53a000;
        border-color: #53a000;
        color: #fff;
    }
}
#header .navbar-block {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
    display: block;
    float: none;
    width: 100%;
}
@media (min-width: 992px) {
    #header .navbar-block {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    #header .navbar-block {
        max-width: 1140px;
    }
}

/*******
Image Slider Css
*****/
.image-slider-block {
    float: left;
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 35px;
}
.image-slider-block .carousel .carousel-inner {
    height: auto;
    margin: 0;
}
.image-slider-block .carousel .carousel-inner a,
.image-slider-block .carousel .carousel-inner figure {
    margin: 0;
}
.image-slider-block .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    background-color: #000;
    right: 40px;
    border-radius: 50px;
    margin: 0 5px;
}
.image-slider-block .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    background-color: #000;
    left: 40px;
    border-radius: 50px;
    margin: 0 5px;
}
.image-slider-block .carousel .carousel-control .icon-prev i,
.image-slider-block .carousel .carousel-control .icon-next i {
    font-size: 20px;
    transition: 0.5s;
    vertical-align: inherit;
    line-height: 30px;
    text-shadow: none;
}
.carousel .carousel-control .icon-next:hover, .carousel .carousel-control .icon-prev:hover {
    background-color: #ff9c00;
}
.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
    color: #fff;
}
@media(max-width: 991px) {
    .image-slider-block {
        margin-bottom: 25px;
    }
}
@media(max-width: 767px) {
    .image-slider-block {
        margin-bottom: 20px;
    }
}
@media(max-width: 479px) {
    .image-slider-block {
        margin-bottom: 10px;
    }
}

/******
Service Block Css
    ******/
.service-wrapper {
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
#checkout .service-wrapper {
    display: none;
}

.service-wrapper .service-item {
    display: block;
    width: 33.33%;
    float: left;
    position: relative;
}

.service-wrapper .service-item .service-inner-block {
    display: block;
    width: 100%;
    float: left;
    padding: 5px 0;
}

.service-wrapper .service-item .service-inner-block .service-icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

.service-wrapper .service-item .service-inner-block .service-icon > i {
    font-size: 16px;
    color: #fff;
}

.service-wrapper .service-item .service-inner-block:hover .service-icon > i {
    color: #ff9c00;
}

.service-wrapper .service-item .service-inner-block .service-title {
    display: inline-block;
    vertical-align: middle;
}

.service-wrapper .service-item .service-inner-block .service-title span {
    display: block;
    font-size: 18px;
    color: #111111;
    font-weight: 600;
    margin-bottom: 5px;
}

.service-wrapper .service-item .service-inner-block .service-title p {
    color: #929292;
    margin-bottom: 0;
}


/********
promo-block 1
********/
.ht-promotion-section {
    display: block;
    float: left;
    width: 100%;
    clear: both;
}
.ht-promotion-section .promotion-wrapper {
    display: block;
    font-size: 0;
}
.ht-promotion-section .promotion-wrapper .promotion-wrapper-inner {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    width: 33.33%;
}
.ht-promotion-section .promotion-wrapper .promotion-wrapper-inner .img-block {
    display: block;
    position: relative;
    overflow: hidden;
}
.ht-promotion-section .promotion-wrapper .promotion-wrapper-inner .img-block > a {
    display: block;
    position: relative;
}
.ht-promotion-section .promotion-wrapper .promotion-wrapper-inner .img-block > a:hover:after {
    background: rgba(255,255,255,0.5) none repeat scroll 0 0;
    left: 50%;
    right: 50%;
}
.ht-promotion-section .promotion-wrapper .promotion-wrapper-inner .img-block > a:hover:before {
    background: rgba(255,255,255,0.5) none repeat scroll 0 0;
    bottom: 50%;
    top: 50%;
}
.ht-promotion-section .promotion-wrapper .promotion-wrapper-inner .img-block > a:before,
.ht-promotion-section .promotion-wrapper .promotion-wrapper-inner .img-block > a:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 900ms ease 0s;
    z-index: 1;
}
.ht-promotion-section .promotion-wrapper .promotion-wrapper-inner .img-block > a > img {
    display: block;
    max-width: 100%;
}
@media (max-width: 479px) {
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-inner {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-inner:last-child {
        margin-bottom: 0;
    }
}

/********
promo-block 2
********/
.promotion-block-bottom {
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
.promotion-block-bottom .promo-bottom-inner {
    display: block;
    font-size: 0;
}
.promotion-block-bottom .promo-bottom-inner .promotion-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    width: 33.33%;
}
.promotion-block-bottom .promo-bottom-inner .promotion-wrapper.left .top,
.promotion-block-bottom .promo-bottom-inner .promotion-wrapper.right .top {
    margin-bottom: 30px;
}
.promotion-block-bottom .promo-bottom-inner .promotion-wrapper .img-block {
    display: block;
    position: relative;
    overflow: hidden;
}
.promotion-block-bottom .promo-bottom-inner .promotion-wrapper .img-block > a {
    display: block;
    position: relative;
}
.promotion-block-bottom .promo-bottom-inner .promotion-wrapper .img-block > a > img {
    display: block;
    max-width: 100%;
}
.promotion-block-bottom .promo-bottom-inner .promotion-wrapper .img-block > a:hover:after {
    background: rgba(255,255,255,0.5) none repeat scroll 0 0;
    left: 50%;
    right: 50%;
}
.promotion-block-bottom .promo-bottom-inner .promotion-wrapper .img-block > a:hover:before {
    background: rgba(255,255,255,0.5) none repeat scroll 0 0;
    bottom: 50%;
    top: 50%;
}
.promotion-block-bottom .promo-bottom-inner .promotion-wrapper .img-block > a:before,
.promotion-block-bottom .promo-bottom-inner .promotion-wrapper .img-block > a:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 900ms ease 0s;
    z-index: 1;
}
@media (max-width: 479px) {
    .promotion-block-bottom .promo-bottom-inner .promotion-wrapper {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .promotion-block-bottom .promo-bottom-inner .promotion-wrapper:last-child {
        margin-bottom: 0;
    }
    .promotion-block-bottom .promo-bottom-inner .promotion-wrapper.left .top, .promotion-block-bottom .promo-bottom-inner .promotion-wrapper.right .top {
        margin-bottom: 15px;
    }
}

/******
Title Css
*/
.section-title {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
.featured-products .section-title > img {
    max-width: none;
    width: auto;
    display: inline-block;
}
.section-title h2 {
    display: inline-block;
    font-size: 32px;
    color: #000000;
    padding-bottom: 15px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}
.section-title h2::before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 60px;
    bottom: 0;
    right: 30px;
    left: 0;
    margin: 0 auto;
    background-color: #ff9c00;
}
.section-title h2::after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 60px;
    bottom: -5px;
    right: -30px;
    left: 0;
    margin: 0 auto;
    background-color: #ff9c00;
}


/*Category Slider*/
.category-wrapper {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin: 35px 0;
}
.category-wrapper.layout2 .ht-category-slider .item .cat-content > .cat-content-inner {
    position: static;
    background-color: #fff;
    padding-top: 25px;
}
.category-wrapper.layout2 .ht-category-slider .item .cat-content > .cat-content-inner > strong {
    color: #000;
    margin-bottom: 0;
}
.category-wrapper.layout2 .ht-category-slider .item .cat-content > .cat-content-inner > a.btn-primary {
    display: none;
}
@media(max-width: 991px) {
    .category-wrapper {
        margin: 25px 0;
    }
}
@media(max-width: 767px) {
    .category-wrapper {
        margin: 20px 0;
    }
}
@media(max-width: 479px) {
    .category-wrapper {
        margin: 10px 0;
    }
}

/*******
products
*******/
#products .product-title a, .featured-products .product-title a,
.product-accessories .product-title a, .product-miniature .product-title a {
    color: #222222;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

#products .product-title a:hover, .featured-products .product-title a:hover,
.product-accessories .product-title a:hover, .product-miniature .product-title a:hover {
    color: #ff9c00;
}

#products .products-grid .products .product-item.list-view .product-description .product-title > a {
    color: #333333;
}

#products .products-grid .products .product-item.list-view .product-description .product-title > a:hover {
    color: #ff9c00;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
}

#products .regular-price, .featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price {
    color: #222;
    font-weight: 400;
    font-size: 13px;
}

.products-grid .btn-primary.add-to-cart .material-icons {
    display: none;
}

#products .product-description, .featured-products .product-description,
.product-accessories .product-description, .product-miniature .product-description {
    position: static;
    width: 100%;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
    background: none;
}

.featured-products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-short-desc {
    display: none !important;
}
.product-flags li.product-flag, 
#products .products-grid .products .product-item .product-flags > li, 
.products-grid .products .product-item .product-flags > li {
    background: #333333;
    color: #ffffff;
    font-weight: 500;
    padding: 2px 8px 2px;
    position: absolute;
    right: 10px;
    left: auto;
    text-transform: uppercase;
    top: 10px;
    font-size: 11px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 1;
    margin: 0;
}
.product-flags li.product-flag.new, 
.products-grid .products .product-item .product-flags > li.new, 
#products .products-grid .products .product-item .product-flags > li.new {
    position: absolute;
    left: 10px;
    top: 10px;
    right: auto;
}
.product-flags li.product-flag.pack, 
.products-grid .products .product-item .product-flags > li.pack, 
#products .products-grid .products .product-item .product-flags > li.pack {
    position: absolute;
    left: 10px;
    top: 10px;
    right: auto;
}
.product-flags li.product-flag.new + .product-flag.pack, 
.products-grid .products .product-item .product-flags > li.new + .product-flag.pack, 
#products .products-grid .products .product-item .product-flags > li.new + .product-flag.pack {
    left: 10px;
    top: 45px;
}
.product-flags li.product-flag.pack, 
.products-grid .products .product-item .product-flags > li.pack, 
#products .products-grid .products .product-item .product-flags > li.pack {
    background: #ff9c00;
}
.product-flags li.product-flag.on-sale, 
.products-grid .products .product-item .product-flags > li.on-sale, 
#products .products-grid .products .product-item .product-flags > li.on-sale {
    background: #64b111;
}
.product-flags li.product-flag.on-sale + .product-flag.discount, 
.products-grid .products .product-item .product-flags > li.on-sale + .product-flag.discount, 
#products .products-grid .products .product-item .product-flags > li.on-sale + .product-flag.discount {
    right: 10px;
    top: 45px;
}
#products .products-grid .products .product-item .product-flags li.product-flag.on-sale {
    width: max-content !important;
    width: -moz-max-content;
    left: auto;
}
#product #content .product-flags .product-flag {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 12px 5px;
}
.discount-percentage {
    top: -210px !important;
}
#products .product-miniature .on-sale.on-sale,
li.product-flag.on-sale {
    width: max-content !important;
    width: -moz-max-content;
    left: auto;
}
.featured-products .all-products .material-icons {
    display: none;
}

.featured-products .all-products {
    text-align: -moz-center;
    margin-top: 30px;
    margin-bottom: 0;
    display: block;
}

.featured-products .all-products > a {
    background: #ff9c00;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 20px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    width: -moz-max-content;
    color: #fff;
    box-sizing: border-box;
    text-transform: uppercase;
    float: none !important;
}

.all-products > a:hover,
.featured-products .all-products a:hover {
    background-color: #333;
}

#products img, .featured-products img, .product-accessories img, .product-miniature img {
    margin: 0;
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    height: 100%;
    box-shadow: none;
}

#products .products-grid {
    font-size: 0;
}
.products-grid .products .product-item {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
    font-size: 14px;
    width: 100%;
}
.new-product .products-grid .products .product-item {
    width: 20%;
}
.products-grid .products .product-item .product-miniature,
#products .products-grid .products .product-item .product-miniature {
    margin: 0;
}

.products-grid .products .product-item .product-miniature .thumbnail-container,
#products .products-grid .products .product-item .product-miniature .thumbnail-container {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    background: transparent;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block {
    position: relative;
    display: block;
    overflow: hidden;
    border: none;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block .highlighted-informations,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block .highlighted-informations {
    bottom: -30px;
    background-color: #222222;
    box-shadow: none;
    transition: 0.5s;
    opacity: 0;
    width: 100%;
    display: block !important;
    left: 0;
    height: auto;
    padding: 0;
}

.products-grid .products .product-item .product-miniature:hover .thumbnail-container .product-image-block .highlighted-informations,
#products .products-grid .products .product-item .product-miniature:hover .thumbnail-container .product-image-block .highlighted-informations {
    bottom: 0;
    opacity: 1;
    box-shadow: none;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description {
    position: static;
    background: transparent;
    height: auto;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description:after,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description:after {
    display: none;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add {
    margin: 6px 0 0;
    text-align: center;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    margin: 0;
    padding: 0;
    text-align: center;
}

.products-grid .products .product-item.list-view .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
#products .products-grid .products .product-item.list-view .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    text-align: left;
}

#products .highlighted-informations .quick-view:hover, .featured-products .highlighted-informations .quick-view,
.product-accessories .highlighted-informations .quick-view:hover, .product-miniature .highlighted-informations .quick-view {
    height: 50px;
    width: 25%;
    color: #000;
    display: inline-block;
    line-height: 50px;
    float: left;
}

#products .highlighted-informations .quick-view:hover, .featured-products .highlighted-informations .quick-view i,
.product-accessories .highlighted-informations .quick-view:hover, .product-miniature .highlighted-informations .quick-view i {
    color: #fff;
}

#products .highlighted-informations .quick-view:hover, .featured-products .highlighted-informations .quick-view:hover,
.product-accessories .highlighted-informations .quick-view:hover, .product-miniature .highlighted-informations .quick-view:hover {
    background-color: #ff9c00;
    color: #fff;
}

#products .highlighted-informations .quick-view:hover, .featured-products .highlighted-informations .quick-view:hover i,
.product-accessories .highlighted-informations .quick-view:hover, .product-miniature .highlighted-informations .quick-view:hover i {
    color: #fff;
}

.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-color: #ff9c00;
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links#products .variant-links {
    background: transparent;
    margin-top: 5px;
    display: block;
    width: 100%;
    float: left;
}

body#checkout #header .header-nav {
    padding: 0;
    border: 1px solid #e8e8e8;
    box-shadow: none;
}
.product-add-to-cart .add {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.product-add-to-cart .add .btn {
    margin-top: 0;
}
.add .btn {
    font-weight: 700;
    padding: 12px 15px;
    font-size: 13px;;
    box-shadow: none;
    min-width: 170px;
    white-space: inherit;
    transition: 0.5s;
    margin-top: 15px;
}
.highlighted-informations .add {
    display: block;
    float: left;
    width: 75%;
}

.highlighted-informations .add .btn {
    min-width: auto;
    color: #fff;
    display: block;
    text-align: center;
    padding: 16px 0;
    margin: 0;
    width: 100%;
}

.highlighted-informations .add .btn > span > i {
    color: #fff;
    font-size: 20px;
    padding-right: 0;
}

.product-actions .add-to-cart .material-icons.shopping-cart {
    display: none;
}

.featured-products {
    display: block;
    float: left;
    width: 100%;
    clear: both;
}
#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    text-align: center;
    margin-bottom: 12px;
    margin-top: 0;
}
#products .list-view .product-title, .featured-products .list-view .product-title,
.product-accessories .list-view .product-title, .product-miniature .list-view .product-title {
    padding: 0;
    padding-top: .7rem;
}
.products-grid .products .product-item .product-miniature .thumbnail-container .product-description,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description {
    background-color: #fff;
    padding: 15px 8px;
    position: relative;
}
#products .products-grid .products .list-view .product-miniature .thumbnail-container .product-description {
    border-top: none;
}

/*offer-block*/
.ht-offer-section {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    float: left;
    margin: 30px 0;
}

.ht-offer-section .img-block {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .ht-offer-section {
        margin: 25px 0;
    }
}

@media (max-width: 479px) {
    .ht-offer-section .img-block {
        width: 100%;
        margin-bottom: 15px;
    }

    .ht-offer-section .img-block:last-child {
        margin-bottom: 0px;
    }
}

/*******
custom-text
*******/
.testimonial-section {
    float: left;
    width: 100%;
    clear: both;
    display: block;
    position: relative;
}

.testimonial-section .testimonial-wrapper {
    display: block;
    float: left;
    width: 100%;
}

.testimonial-section .testimonial-wrapper .testimonial-content {
    display: block;
    width: 100%;
    float: left;
    padding: 0 15px;
    margin: 60px 0;
}

.testimonial-section .testimonial-wrapper .testimonial-content .inner-content {
    display: block;
    max-width: 65%;
    margin: 0 auto;
}

.testimonial-section .testimonial-wrapper .testimonial-content .inner-content .testimonial-detail {
    display: block;
    float: left;
    width: 100%;
    border: 3px solid #e1e1e1;
    text-align: center;
    position: relative;
    padding: 80px 0 25px;
}

.testimonial-section .testimonial-wrapper .testimonial-detail .testimonial-img {
    display: block;
    float: left;
    width: 100%;
}

.testimonial-section .testimonial-wrapper .testimonial-detail .testimonial-img > img {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
    border: 3px solid #e1e1e1;
    border-radius: 50%;

}

.testimonial-section .testimonial-wrapper .testimonial-detail .profile {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.testimonial-section .testimonial-wrapper .testimonial-detail .profile h4 {
    display: block;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.testimonial-section .testimonial-wrapper .testimonial-detail .profile > p {
    display: block;
    color: #8d8d8d;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.testimonial-section .testimonial-wrapper .testimonial-desc {
    display: block;
    float: left;
    width: 100%;
    padding: 0 15px;
}

.testimonial-section .testimonial-wrapper p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.9;
    color: #222222;
}
.owl-theme .owl-controls.clickable {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}
#testimonial-section .owl-theme .owl-controls.clickable {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    top: unset;
    display: none;
}
.owl-theme .owl-controls.clickable .owl-buttons > div {
    background: #e1e1e1;
    padding: 0;
    opacity: 1;
    font-size: 25px;
    line-height: 33px;
    color: #d2d2d2;
    transition: 0.5s;
    margin: 0 5px;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #e1e1e1;
}
.owl-theme .owl-controls.clickable .owl-buttons .owl-prev {
    position: absolute;
    left: -10px;
    right: auto;
    top: 5%;
    transform: translateY(-50%);
}
.owl-theme .owl-controls.clickable .owl-buttons .owl-next {
    position: absolute;
    left: auto;
    right: -10px;
    top: 5%;
    transform: translateY(-50%);
}
.owl-theme .owl-controls.clickable .owl-buttons > div i {
    color: #222222;
}
.owl-theme .owl-controls.clickable .owl-buttons > div:hover i {
    color: #ff9c00;
}
.category-wrapper.layout2 .ht-category-slider .item .cat-content {
    padding-bottom: 64px;
}
.category-wrapper.layout2 .ht-category-slider .item .cat-content > img {
    border: 3px solid #e1e1e1;
    border-radius: 50%;
}
.category-wrapper.layout2 .ht-category-slider .item .cat-content > .cat-name {
    bottom: 0;
    background: none;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}
.category-wrapper.layout2 .ht-category-slider .item .cat-content > .cat-name > span {
    color: #222222;
}
.category-wrapper.layout2 .ht-category-slider .item .cat-content:hover > img {
    border-color: #ff9c00;
}
.category-wrapper.layout2 .ht-category-slider .item .cat-content:hover > .cat-name > span {
    color: #ff9c00;
}
@media (max-width: 991px) {
    .testimonial-section .testimonial-wrapper .testimonial-content .inner-content {
        max-width: 100%;
    }
}

/*blog-section*/
.ht-home-blogs {
    float: left;
    width: 100%;
    margin: 25px 0 5px;
    clear: both;
}

.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;
}

.ht-home-blogs .blog-slider .item .img-block {
    display: block;
}

.ht-home-blogs .blog-slider .item .img-block .post_thumbnail {
    margin-bottom: 0;
}

.ht-home-blogs .blog-slider .item .text-block {
    display: block;
    width: 100%;
    float: left;
    padding: 20px 15px;
    position: relative;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-top: none;
    margin-bottom: 1px;
}

.ht-home-blogs .blog-slider .item .text-block .post-info {
    display: block;
    width: 100%;
    float: left;
}

.ht-home-blogs .blog-slider .item .text-block .blog-date,
.ht-home-blogs .blog-slider .item .text-block .post-author {
    display: inline-block;
    margin-bottom: 0px;
    color: #111111;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.ht-home-blogs .blog-slider .item .text-block .post-author {
    margin-right: 15px;
}

.ht-home-blogs .blog-slider .item .text-block .blog-date i,
.ht-home-blogs .blog-slider .item .text-block .post-author i {
    color: #53a000;
    font-size: 16px;
    margin-right: 5px;
}

.ht-home-blogs .blog-slider .item .text-block .blog-date .blog-day {
    text-align: center;
    font-size: 22px;
}

.ht-home-blogs .blog-slider .item .text-block .blog-date .blog-month {
    text-align: center;
    font-weight: 500;
}

.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: 20px;
    font-weight: 600;
    text-decoration: none;
}

.ht-home-blogs .blog-slider .item .text-block .blog-title > span {
    color: #222222;
    display: block;
    text-decoration: none;
    transition: 0.5s;
}

.ht-home-blogs .blog-slider .item .text-block .blog-title:hover > span {
    color: #ff9c00;
}

.ht-home-blogs .blog-slider .item .text-block .blog-desc {
    display: block;
    margin-bottom: 14px;
    color: #333;
    line-height: 24px;
    font-size: 14px;
}

.ht-home-blogs .blog-slider .item .text-block .link-more {
    display: inline-block;
    margin: 15px 0;
}

.ht-home-blogs .blog-slider .item .text-block .link-more a {
    position: relative;
    color: #333333;
    font-size: 16px;
    transition: 0.5s;
}

.ht-home-blogs .blog-slider .item .text-block .link-more i {
    font-size: 18px;
    padding-left: 5px;
    transition: 0.5s;
}

.ht-home-blogs .blog-slider .item .text-block .link-more > span {
    display: block;
    color: #777777;
    font-size: 14px;
    line-height: 1.7;
}

.owl-theme .owl-controls .owl-page span {
    height: 12px;
    width: 12px;
    background: #222222;
    border: 2px solid #222222;
    border-radius: 50px;
    opacity: 1;
}

.owl-theme .owl-controls .active span {
    background: #ff9c00;
    border: 2px solid #ff9c00;

}

@media (max-width: 991px) {
    .ht-home-blogs .blog-slider .item .text-block .blog-date {
        bottom: 25px;
    }
}
@media (max-width: 639px) {
    .ht-home-blogs .blog-slider .item .text-block .blog-date {
        bottom: 87px;
    }
    .ht-home-blogs .content-row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

/*******
brand-section
*******/
.brand-section {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}
.brand-content {
    display: block;
    float: left;
    width: 100%;
    clear: both;
}
.brand-content .brand-row {
    margin-left: -15px;
    margin-right: -15px;
}
.brands-slider {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.brands-slider li {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}
.brands-slider li a {
    display: block;
    float: left;
    width: 100%;
    padding: 25px;
    border: 1px solid #e1e1e1;
    margin-bottom: 1px;
}
.brands-slider li:hover a {
    border-color: #222222;
}
.brands-slider li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
#manufacturer #content-wrapper #main {
    display: block;
    float: left;
    width: 100%;
    clear: both;
}
#manufacturer #content-wrapper #main h1 {
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    color: #222;
    text-align: left;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 11px;
    border-bottom: 1px solid #555;
    margin-bottom: 20px;
    text-align: center;
}
/* perpetualcode */
#manufacturer #content-wrapper #main ul {
    float: right;   
    clear: both;
    margin: 0 -15px;
}

#manufacturer #content-wrapper #main ul.brands {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#manufacturer #content-wrapper #main ul > li {
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
}

#manufacturer #content-wrapper #main ul.brands > li.brand {
    float: unset;
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

#manufacturer #content-wrapper #main ul > li .product-brands-listing {
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 15px;
}
#manufacturer #content-wrapper #main ul > li .product-brands-listing .brand-img {
    margin-bottom: 15px;
}
#manufacturer #content-wrapper #main ul > li .product-brands-listing .brand-img img {
    max-width: 100%;
}
.page-manufacturer #wrapper #content-wrapper ul {
    margin: 0 -15px;
    display: block;
    font-size: 0;
}
.page-manufacturer #wrapper #content-wrapper ul .brand {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    /* width: 25%; */
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
}
.page-manufacturer #wrapper #content-wrapper ul .brand .brand-inner {
    display: flex;
    border: 1px solid #e1e1e1;
    width: 100%;
    text-align: left;
    padding: 1rem;
}
.page-manufacturer #wrapper #content-wrapper ul .brand .brand-inner .brand-img{
    width: 25%;
}
.page-manufacturer #wrapper #content-wrapper ul .brand .brand-inner .brand-infos{
    width: 75%;
}
.page-manufacturer #wrapper #content-wrapper ul .brand .brand-inner .brand-img a {
    display: block;
}
.page-manufacturer #wrapper #content-wrapper ul .brand .brand-inner .brand-img a > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

@media (max-width: 991px) {
    .page-manufacturer #wrapper #content-wrapper ul .brand {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .page-manufacturer #wrapper #content-wrapper ul .brand {
        width: 50%;
    }
    #manufacturer #content-wrapper, #manufacturer #search_filter_toggler {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .page-manufacturer #wrapper #content-wrapper ul .brand .brand-inner .brand-img{
        width: 100%;
    }
    .page-manufacturer #wrapper #content-wrapper ul .brand .brand-inner .brand-infos{
        width: 100%;
        text-align: center;
    }
    .page-manufacturer #wrapper #content-wrapper ul .brand .brand-inner {
        flex-wrap: wrap;
        gap: 1rem;
    }
}

.product-quantity.notselected{
    cursor: not-allowed;
}
.product-quantity.notselected .input-group-btn-vertical .js-touchspin{
    pointer-events: none;
}
/* perpetualcode */

/******
footer
*****/
#footer {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
    margin-top: 35px;
    background-image: url("../img/footer-scroll-bg-img.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#footer .footer-before {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}
#footer .footer-container {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    box-shadow: none;
    position: relative;
    padding: 30px 0;
}
#footer .footer-container .links {
    float: left;
    width: 45%;
    padding: 0 15px;
    margin-bottom: 0;
}
#footer .footer-container .h3.hidden-sm-down {
    margin: 0;
    display: block;
    text-transform: capitalize;
    font-size: 22px;
    color: #fff;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 25px;
}
.footer-container li {
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.42857;
    padding-left: 15px;
    position: relative;
    transition: .5s;
}
.footer-container li::before {
    content: "\f105 ";
    font-family: "Fontawesome";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: #ffffff;
    transition: .5s;
}
.footer-container li:hover::before {
    color: #ff9c00;
}
.footer-container .block-contact li::before {
    display: none;
}
.footer-container .block-contact li {
    padding-left: 0;
}
.footer-container li span i {
    padding-right: 10px;
    font-size: 16px;
    color: #c7c7c7;
    line-height: 30px;
}
.footer-container li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}
#footer .footer-container #block_myaccount_infos {
    width: 26%;
    margin-bottom: 25px;
}
#footer .footer-container #block_myaccount_infos > h3 {
    margin: 0;
    display: block;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}
#footer .footer-container #block_myaccount_infos > h3 > a {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}
#footer .footer-container .footer-link {
    float: left;
    display: block;
    width: 20%;
    padding: 0 15px;
    margin-bottom: 25px;
}
#footer .footer-container .footer-link .footer-title {
    float: left;
    display: block;
    width: 100%;
}
#footer .footer-container .footer-link .footer-title > h3 {
    margin: 0;
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.1;
}
#footer .footer-container .footer-link .footer-content {
    float: left;
    display: block;
    width: 100%;
}
#footer .footer-container .footer-link .footer-content > ul > li {
    color: #ffffff;
    display: block;
    margin-bottom: 14px;
    font-weight: 400;
    line-height: 1.42857;
}
#footer .footer-container .links ul li:hover {
    margin-left: 15px;
}
#footer .footer-container .links ul li:hover {
    margin-left: 15px;
}
#footer .footer-container .block-contact ul li:hover {
    margin-left: 0;
}
#footer .footer-container .links ul li:hover a {
    color: #ff9c00!important;
}
#footer .footer-container .footer-link .footer-content > ul > li > a > span > i {
    margin-right: 8px;
}
#footer .footer-container .footer-link .footer-content .contact {
    margin-bottom: 15px;
    position: relative;
    color: #ffffff;
    margin-top: 0;
}
#footer .footer-container .footer-link .footer-content .contact > strong {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 13px;
}
#footer .footer-container .footer-link .footer-content .contact > span {
    display: block;
    padding-left: 22px;
}
#footer .footer-container .contactinfo-section .links {
    width: 100%;
}
.footer-social-block {
    display: block;
    float: left;
    width: 50%;
    margin: 5px 0;
    text-align: right;
}
#footer .footer-container .block-contact.links {
    width: 25%;
}
.footer-container .footer-title {
    margin: 0;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}
.footer-column-content .content {
    margin-bottom: 0;
    position: relative;
}
.footer-column-content .address-title {
    margin-bottom: 15px;
}
.footer-column-content .content .content-title {
    display: block;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer-column-content .content span,
.footer-column-content .content a,
.footer-column-content .content.email a {
    display: block;
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
}
.footer-column-content .content.email a {
    text-transform: lowercase;
}
.footer-column-content .content.email a:hover {
    color: #ff9c00;
}
#footer .footer-container .block_newsletter {
    display: block;
    float: left;
    width: 30%;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.block_newsletter .newsletter-wrapper {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 25px;
    background-color: #ffffff;
}
.block_newsletter .newsletter-wrapper .newsletter-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 70px;
    border: 3px solid #e1e1e1;
    border-radius: 50%;
}
.block_newsletter .newsletter-title {
    display: block;
    width: 100%;
    float: left;
}
#footer .newsletter-title > h2 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222222;
}
#footer .newsletter-title > h2:before {
    content: "";
    left: 0;
    top: 0;
    display: block;
    height: 74px;
    width: 74px;
    margin: 0 auto 14px;
    border-radius: 50%;
    border: 3px solid #e1e1e1;
    background: transparent url("../img/newsletter.png") no-repeat scroll center
}
#footer .block_newsletter form .subscribe-block {
    width: 100%;
    display: block;
    padding: 0;
    float: none;
    max-width: 560px;
    margin: 0 auto;
}
.block_newsletter form .input-wrapper {
    margin-bottom: 15px;
}
.block_newsletter form input[type="text"] {
    display: block;
    width: 100%;
    height: 45px;
    max-width: 560px;
    color: #232323 !important;
    padding: 0 15px;
    min-width: auto;
    background-color: #f5f5f5;
    border: none;
    font-size: 13px;
    border-radius: 25px;
}
.block_newsletter form input[type="text"]:focus {
    background: #e1e1e1;
}

input::-moz-placeholder, textarea::-moz-placeholder,
input:active::-moz-placeholder, textarea:active::-moz-placeholder {
    color: #666;
    font-size: 12px;
}

.block_newsletter input::-moz-placeholder, textarea::-moz-placeholder,
.block_newsletter input:active::-moz-placeholder, textarea:active::-moz-placeholder {
    color: #333;
    font-size: 12px;
}
.block_social {
    display: block;
    float: left;
    width: 100%;
    padding: 0 15px;
}
#checkout .block_social {
    display: none;
}
.block_social .social-title {
    display: none;
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 0;
}
.block_social .social-title > h2 {
    display: block;
    margin: 25px 0;
    padding: 0;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}
.block_social .inner-block {
    display: block;
    width: 100%;
    float: left;
}
.block_social .inner-block ul {
    margin-bottom: 0;
}
.inner-block > ul > li {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #ff9c00;
    margin-right: 3px;
    border-radius: 50%;
}
.inner-block > ul > li > a {
    display: block;
    line-height: 37px;
}
.inner-block > ul > li:hover {
    background: #ff9c00;
    border-color: #ff9c00;
}
.footer-container li a:hover {
    color: #fff;
}
.inner-block > ul > li > a > i {
    font-size: 14px;
    color: #ffffff;
}
#footer .block_newsletter form .subscribe-block .btn-primary {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    padding: 0 20px;
    font-size: 14px;
    position: static;
    border-radius: 25px;
    background-color: #ff9c00;
}
#footer .block_newsletter form .subscribe-block .btn-primary:hover {
    background-color: #53a000;
}
#footer .footer-container .footer-bottom .social-btn {
    display: block;
    float: right;
}
#footer .footer-container .footer-bottom .social-btn ul {
    margin: 0;
}
#footer .footer-container .footer-bottom .social-btn ul li {
    display: inline-block;
    margin: 0;
    padding-left: 5px;
}
#footer .footer-container .footer-bottom .social-btn ul li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    background-color: #191919;
    font-size: 18px;
}
#footer .footer-container .footer-bottom .social-btn ul li a:hover {
    background-color: #ff9c00;
}

#footer .footer-bottom {
    display: block;
    padding: 0;
    clear: both;
    float: left;
    width: 100%;
}
#footer .footer-bottom .footer-bottom-block {
    padding: 28px 0;
    display: block;
    clear: both;
    font-size: 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}
#footer .footer-bottom .copyright {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    box-sizing: border-box;
    width: 50%;
}
#footer .footer-bottom .copyright > a {
    color: #ffffff;
}
#footer .footer-bottom .footer-payment-icon {
    margin: 0;
    font-size: 14px;
    text-align: right;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    box-sizing: border-box;
    width: 50%;
}
#footer .footer-bottom .footer-payment-icon > li {
    display:inline-block;
    list-style-type:none;
    margin-bottom:0;
    position:relative;
}
#footer .footer-bottom .footer-payment-icon > li > a {
    display:block;
    padding:0 3px;
    box-sizing:border-box;
    color:#ffffff;
    font-size:28px;
    line-height: 32px;
    text-decoration:none;
    transition:all .2s ease-in 0s;
    -moz-transition:all .2s ease-in 0s;
    -webkit-transition:all .2s ease-in 0s;
}
#footer .footer-bottom .footer-payment-icon > li > a:hover {
    color:#ffffff;
    text-decoration:none;
}
#footer .footer-bottom .footer-payment-icon > li:last-child > a {
    padding-right:0;
}

.social-block-outer {
    float: left;
    width: 100%;
    display: block;
    padding: 45px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.social-block-outer .footer-logo {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.social-block-outer .footer-logo > a {
    display: block;
}
.social-block-outer .footer-logo > a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.social-block-outer .footer-text {
    display: block;
    padding: 20px 0;
}
.social-block-outer .footer-text > p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 auto;
    max-width: 70%;
    width: 100%;
}
.social-block-outer .social-wrapper {
    display: block;
}
.social-block-outer .social-wrapper .social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
    font-size: 0;
}
.social-block-outer .social-wrapper .social-links > li {
    margin: 2px;
    display: inline-block;
}
.social-block-outer .social-wrapper .social-links > li > a {
    height: 34px;
    display: block;
    width: 34px;
    text-align: center;
    background: transparent;
    line-height: 30px;
    border-radius: 50%;
    font-size: 14px;
    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;
    border: 2px solid #ff9c00;
}
.social-block-outer .social-wrapper .social-links > li > a:hover {
    color: #ffffff;
    background: #ff9c00;
    text-decoration: none;
}

@media(max-width: 991px) {
    .social-block-outer .footer-text > p {
        max-width: 100%;
    }
    .block_newsletter .newsletter-wrapper {
        padding: 10px;
    }
}
@media(min-width: 768px) {
    #newsletter-popup {
        width: 100% !important;
    }
}
@media only screen and (max-width: 767px) {
    #footer .footer-container .links {
        width: 100%;
        margin-bottom: 0;
    }
    #footer .footer-container #block_myaccount_infos {
        width: 100%;
        margin-bottom: 0;
    }
    #footer .footer-container .footer-link {
        width: 100%;
        margin-bottom: 0;
        padding: .625rem;
        font-size: 1rem;
    }
    #footer .footer-container .footer-link .footer-title > h3::after {
        display: none;
    }
    .footer-container .links .title {
        padding: 7px 15px;
        color: #000;
        border: none;
    }
    .footer-container .links .footer-content-title:hover span,
    .footer-container .links .title:hover span,
    .footer-container .links .footer-content-title:hover .navbar-toggler .material-icons,
    #footer .links .title:hover .navbar-toggler .material-icons,
    .contactinfo-section .footer-links-column .footer-colum-title > h3:hover,
    .contactinfo-section .footer-links-column .footer-colum-title > h3:hover:after {
        color: #ff9c00;
        cursor: pointer;
    }
    #footer .block_newsletter form .subscribe-block {
        max-width: 100%;
    }
    .footer-container .links .h3 {
        color: #fff;
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 700;
    }
    .footer-container .links .material-icons {
        color: #fff;
    }
    .footer-container .links ul > li {
        padding: 7px 15px;
        margin-bottom: 0;
    }
    .footer-container .links .navbar-toggler {
        display: inline-block;
        padding: 0;
        height: 25px;
        width: 25px;
    }
    .block_social .social-title {
        padding: 15px 0;
    }
    .block_social .social-title > h2 {
        margin: 0;
    }
    .block_newsletter .newsletter-wrapper {
        padding: 0;
        text-align: left;
        background: transparent;
    }
    .block_newsletter .newsletter-wrapper .newsletter-content {
        padding: 0 15px;
    }
    .block_newsletter .newsletter-wrapper .newsletter-content > p {
        color: #fff;
    }
    .contactinfo-section .footer-links-column .footer-colum-title > h3::after {
        display: none;
    }
    .contactinfo-section .footer-links-column .footer-colum-title > h3 {
        padding: 9px 0;
        margin-bottom: 8px;
        font-size: 16px;
    }
    .contactinfo-section .footer-links-column .footer-column-content .content > p {
        margin-bottom: 8px;
    }
    .block_newsletter {
        border: none;
    }
    #footer .footer-container .block-contact.links {
        width: 100%;
    }
    .footer-container .links .footer-content-title {
        padding: 7px 15px;
        color: #000;
        border: none;
    }
    .social-block-outer {
        padding: 20px 0;
    }
    .links .footer-content-title .collapse-icons .remove, .links .footer-content-title[aria-expanded="true"] .collapse-icons .add {
        display: none;
    }
    .links .footer-content-title[aria-expanded="true"] .collapse-icons .add {
        display: none;
    }
    .links .footer-content-title[aria-expanded="true"] .collapse-icons .remove {
        display: block;
    }
    .footer-container .footer-title {
        margin-bottom: 0;
    }
    .footer-content > p {
        display: inline-block;
    }
    .footer-column-content .content .content-title {
        margin-bottom: 0;
    }
    .block_newsletter .newsletter-center-block {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
    }
    .block_newsletter form input[type="text"] {
        min-width: auto;
    }
    #footer .footer-container .footer-bottom .social-btn {
        float: left;
        width: 100%;
        margin-bottom: 45px;
    }
    #main .page-footer {
        margin-bottom: 0;
    }
    .footer-container .links ul {
        background: transparent;
        padding: 0 15px;
    }
    .block-contact.links ul{
        padding: 0;
    }
    .footer-container .links ul > li {
        border: none;
        padding: 5px 15px;
        color: #000;
        font-weight: normal;
    }
    .footer-container .links ul > li a {
        color: #ffffff;
    }
    #footer .footer-container .footer-colum-title.active-tab:after {
        content: "\f106";
    }
    #footer .footer-container .footer-block-toggle-content {
        display: none;
    }
    .contact-details {
        display: block;
        float: left;
        width: 100%;
        padding-top: 10px;
    }
    .contactinfo-section .footer-links-column .footer-colum-title {
        float: left;
        margin-bottom: 15px;
    }
    .contactinfo-section .float-xs-right {
        display: block;
    }
    #footer .footer-bottom .copyright {
        width: 100%;
        padding-right: 0;
        text-align: center;
        padding-bottom: 10px;
    }
    #footer .footer-bottom .footer-payment-icon {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}
@media (max-width: 479px) {
    #footer .footer-container .links {
        padding: 0 10px;
    }
}

/******
category-page
*******/
#products .page-not-found {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .125);
}
#products .products-grid .products .product-item {
    margin-bottom: 40px;
}
.products-sort-order .select-title {
    box-shadow: none;
    line-height: 24px;
}

@media (max-width: 991px) {
    #header #search_widget {
        width: 290px;
    }
    #header .header-contact-block {
        margin-left: 10px;
    }
    .new-product .products-grid .products .product-item {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    #header .header-nav {
        position: relative;
        background: #ffffff;
        border-bottom: 1px solid #e1e1e1;
    }
    #header .header-nav > .container {
        max-width: 100%;
    }
    #header .header-top {
        box-shadow: none;
        position: relative;
        background: #fff;
        border-bottom: none;
    }
    #header .header-top > .container {
        max-width: 100%;
    }

    #header .header-nav .top-logo{
        float: left;
        display: table;
        height: 80px;
        margin-top: 0;
        padding-top: 0;
    }
    #header .header-nav .top-logo a {
        margin: 0;
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
    #header .header-nav .top-logo a img {
        max-width: 100%;
        max-height: 100%;
    }

    #header .header-nav #menu-icon {
        padding: 15px 0;
    }
    #header .header-nav #menu-icon .material-icons {
        color: #333333;
        font-size: 24px;
    }
    #header .header-nav #menu-icon .material-icons:hover {
        color: #ff9c00;
    }

    #_mobile_user_info {
        margin: 20px 0;
    }
    #_desktop_user_info {
        margin: 0;
    }
    #header .header-nav .user-info {
        margin-left: 0;
        margin-top: 0;
        font-size: 0;
        padding: 0;
        text-align: center;
    }
    #header .header-nav .user-info .account {
        margin: 0;
    }
    #header .header-nav .user-info > ul > li::before {
        display: none;
    }
    #header .header-nav .user-info > ul > li {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin-left: 5px;
        padding: 0;
    }
    #header .header-nav .user-info > ul > li > a {
        display: block !important;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #ff9c00;
        color: #ffffff;
        font-size: 16px;
        cursor: pointer;
        transition: 0.3s ease all;
    }
    #header .header-nav .user-info > ul > li > a:hover {
        background: #53a000;
        color: #ffffff;
    }

    #_mobile_cart {
        margin-top: 20px;
        margin-right: 15px;
        margin-left: 5px;
        margin-bottom: 20px;
    }
    #header #_desktop_cart {
        padding: 0;
        margin: 0;
    }
    #header .header-nav .blockcart {
        padding: 0;
        margin: 0;
        position: relative;
        height: auto;
    }
    #header .header-nav .cart-preview.active {
        margin: 0;
        padding: 0;
        background: transparent;
    }
    .ht_cart.cart-hover-content {
        display: none;
    }
    #header #_mobile_cart .header .cart-products-count {
        position: absolute;
        top: -2px;
        right: -2px;
        background: #ff9c00;
        font-size: 12px;
        padding: 0;
        border-radius: 15px;
        width: 16px;
        height: 16px;
        text-align: center;
        color: #fff;
        display: block;
        line-height: 15px;
    }
    #header .header-nav .blockcart .header {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        margin: 0;
        transition: 0.3s ease all;
    }
    #header .header-nav .blockcart .header:after {
        font-size: 16px;
        color: #ffffff;
        content: "\f290";
        font-family: 'Fontawesome';
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        text-align: center;
        height: 40px;
        width: 40px;
        line-height: 40px;
        padding: 0;
        margin: 0;
        background: #ff9c00;
        border-radius: 0;
        position: static;
    }
    #header .header-nav .blockcart .header img {
        display: none;
    }
    #header .header-nav .blockcart .header:hover:after {
        background: #53a000;
        color: #ffffff;
    }

    #header #search-tog-btn {
        padding: 0;
    }
    #header #search_widget {
        padding: 15px 0;
        box-shadow: none;
        position: relative;
        width: 100%;
    }
    .search-widget form button[type="submit"] {
        bottom: 0;
        right: 0;
        height: 52px;
        cursor: pointer;
    }
    .header-top .search-widget form input[type="text"] {
        padding-right: 70px;
    }
    .search-widget form input[type="text"] {
        width: 100%;
        max-width: unset;
        border: 1px solid #777;
    }
    .top-right-btn,
    .top-navigation-menu {
        padding: 0;
        width: 100%;
    }

    #header .header-contact-block {
        display: none;
    }

    /*mobile menu css*/
    #mobile_top_menu_wrapper {
        box-shadow: 0 5px 5px 1px rgba(0,0,0,0.15);
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
        margin: 0;
        top: 0;
    }
    /*currency-language css*/
    #mobile_top_menu_wrapper .js-top-menu-bottom #_mobile_contact_link {
        display: none;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom #_mobile_currency_selector {
        border: 1px solid #e1e1e1;
        padding: 8px 10px;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector select {
        padding: 8px 10px;
        background: #f6f6f6;
        border: 1px solid #e1e1e1;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
        padding: 8px 10px;
        background: #fff;
        border: 1px solid #e1e1e1;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper #language-selector-label {
        display: none;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector #currency-selector-label {
        display: none;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector select {
        width: 100%;
        background: #f6f6f6;
        padding: 8px 10px;
        border: 1px solid #e1e1e1;
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu {
        background: #fff;
        border: none;
    }
    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
        padding: 12px 0;
        font-size: 16px;
        font-weight: 500;
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
        padding: 7px 20px;
        color: #333333;
        font-weight: 500;
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a:hover,
    #header .top-menu a[data-depth="0"]:hover {
        color: #ff9c00;
    }
    
    .section-title {
        margin-bottom: 30px;
    }
    .section-title h2 {
        font-size: 24px;
    }

    #products .thumbnail-container .product-description,
    .featured-products .thumbnail-container .product-description,
    .product-accessories .thumbnail-container .product-description {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .home-advantage-block .hab-inner {
        width: 50%;
    }
    .home-advantage-block {
        padding: 25px 0 0;
    }
    .home-advantage-block .hab-inner .home-advantage-block-inner > p {
        font-size: 15px;
    }
    .home-advantage-block .hab-inner .home-advantage-block-inner {
        margin-bottom: 16px;
    }
    .home-advantage-block .hab-inner .home-advantage-block-inner > span {
        margin-bottom: 9px;
    }
    .home-advantage-block .hab-inner .home-advantage-block-inner > span {
        font-size: 22px;
        height: 60px;
        line-height: 56px;
        margin-bottom: 12px;
        width: 60px;
    }
    .home-fullwidth-block {
        padding: 30px 0;
        margin: 18px 0;
    }
    .home-fullwidth-block h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .home-fullwidth-block ul li h1 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .home-fullwidth-block ul li p {
        color: #666666;
        font-size: 14px;
        line-height: 24px;
        display: block;
        max-width: 100%;
        margin: 0 auto 18px;
    }
    .home-fullwidth-block .action.primary {
        padding: 10px 20px;
        letter-spacing: 0;
    }
    .latest-offer-section {
        margin: 18px 0;
    }
    .latest-offer-section .offer-inner {
        padding: 45px 0;
    }
    .latest-offer-section .offer-inner > p {
        margin-bottom: 15px;
    }
    .latest-offer-section .offer-inner > h1 {
        font-size: 40px;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }
    .latest-offer-section .offer-inner > a {
        font-size: 14px;
        letter-spacing: 0;
        padding: 10px 20px;
        display: inline-block;
    }

    .promotion-block .promotion-wrapper {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .new-product .products-grid .products .product-item {
        width: 50%;
    }
    #products .products-grid .products .product-item {
        width: 33.3333%;
    }
    .advert-block {
        text-align: center;
    }
    .advertising-block {
        display: none;
    }
}
@media (max-width: 639px) {
    #header .header-nav .top-logo a img {
        max-width: 130px;
    }
    .promotion-content .promotion-section-content > p {
        padding: 15px 20px;
    }
    .home-advantage-block {
        padding: 5px 0 0;
    }
    .home-advantage-block .hab-inner .home-advantage-block-inner > p {
        font-size: 13px;
    }
    .home-advantage-block .hab-inner .home-advantage-block-inner {
        margin-bottom: 10px;
    }
    .home-advantage-block .hab-inner .home-advantage-block-inner > span {
        margin-bottom: 8px;
    }
    .home-fullwidth-block {
        padding: 20px 0 22px;
        margin: 16px 0;
    }
    .home-fullwidth-block h1 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .home-fullwidth-block ul li h1 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .home-fullwidth-block ul li p {
        font-size: 13px;
        margin: 0 auto 12px;
    }
    .home-fullwidth-block .action.primary {
        padding: 9px 18px;
        letter-spacing: 0;
    }
    .latest-offer-section {
        margin: 12px 0;
    }
    .latest-offer-section .offer-inner {
        padding: 35px 0;
    }
    .latest-offer-section .offer-inner > p {
        margin-bottom: 12px;
    }
    .latest-offer-section .offer-inner > h1 {
        font-size: 30px;
        letter-spacing: 0;
        margin-bottom: 18px;
    }
    .latest-offer-section .offer-inner > a {
        padding: 9px 18px;
    }
    .promotion-block .promotion-wrapper {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    #main .page-footer {
        margin-bottom: 0;
    }
    #product .h1 {
        font-size: 18px;
    }
    .ht-home-blogs .blog-slider .item .text-block .blog-title {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .products-grid .products .product-item .product-miniature:hover .thumbnail-container .product-image-block .highlighted-informations, 
    #products .products-grid .products .product-item .product-miniature:hover .thumbnail-container .product-image-block .highlighted-informations {
        opacity: 0;
    }
}
@media (max-width: 479px) {
    .products-grid .products .product-item {
        padding: 0 10px;
    }
}
@media (max-width: 379px) {
    #header .header-nav .top-logo a img {
        max-width: 100px;
    }
}

/****  Updated Version   *****/
#newsletter-popup .form-control {
    border: none;
}
#newsletter-popup .form-newsletter-popup .action-newsletter button {
    background: #111;
    letter-spacing: 1.5px;
    font-weight: 400;
}
#newsletter-popup .form-newsletter-popup .action-newsletter button:hover {
    background: #444;
}
#newsletter-popup .newsletter-bottom label {
    font-size: 13px;
    letter-spacing: 0.6px;
}

#product .h1 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    text-transform: uppercase;
}
#product .product-discount .regular-price {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
#product .product-price {
    color: #ff9c00;
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    line-height: 1.2;
}
#product .product-price .current-price {
    font-size: 0;
    margin-bottom: 0;
}
#product .product-price .current-price > span {
    font-size: 28px;
}
#product .product-price .current-price .discount {
    padding: 5px;
    vertical-align: top;
    font-size: 13px;
    line-height: 22px;
}
#product .product-information {
    margin: 18px 0 10px;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}
.product-discounts > .product-discounts-title {
    font-weight: 600;
}
#product .product-actions .control-label {
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}
.social-sharing span {
    font-weight: 600;
}
.social-sharing ul > li {
    box-shadow: none;
}

#pagenotfound .page-not-found h4, #products .page-not-found h4 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

#content-wrapper .block-category {
    border: none;
    min-height: unset;
    box-shadow: none;
    max-height: unset;
    margin-bottom: 20px;
}
.block-category .category-cover {
    margin-top: 0;
    margin-bottom: 0;
}
.block-category .category-cover-block {
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 25px;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
}
.block-category .category-cover-block .category-desc {
    padding: 0;
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    margin: 20px 0 0;
}
.block-category .category-cover-block .category-desc h1 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
}
.block-category .category-cover-block .category-desc #category-description > p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    display: block;
    margin-bottom: 0;
}

.tabs {
    margin-top: 25px;
    margin-bottom: 25px;
}
.tabs .nav-tabs {
    border-bottom: none;
}
.tabs .nav-tabs .nav-item {
    margin: 0;
}
.tabs .nav-tabs .nav-link.active, 
.tabs .nav-tabs .nav-link:hover {
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #333;
    text-decoration: none;
}
.tabs .nav-tabs .nav-link {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
}
.tabs .tab-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
}
.tabs .tab-content img {
    max-width: 100%;
}
#product .tabs .tab-pane {
    padding: 0;
}
#product .tabs .tab-pane .product-description > p {
    color: #333;
    margin-bottom: 10px;
}
#product .tabs .tab-pane .product-description > ul {
    text-align: justify;
    list-style-type: disc;
    padding-left: 30px;
}
#product .tabs .tab-pane .product-description > ul > li {
    margin-bottom: 10px;
}
.tabs .tab-pane p > label {
    float: none;
    width: auto;
    padding: 0;
}

.product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover {
    border: 2px solid #333333;
}

#products .page-not-found {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 30px;
    padding: 1.5rem 0 2rem;
    text-align: center;
}

#products .best-seller .products-grid .products .product-item {
    width: 100%;
}

#products .products-grid .products .product-item {
    margin-bottom: 30px;
}

#products .products-grid .products.bestproduct-slider .product-item {
    margin-bottom: 0px;
}

#products .featured-products {
    margin-bottom: 0px;
    margin-top: 0px;
}

#products .products.bestproduct-slider {
    margin-bottom: 30px;
}

.products-sort-order .select-title {
    box-shadow: none;
    line-height: 24px;
}

#cms #wrapper {
    box-shadow: none;
    background: #fff;
}

.page-content.page-cms {
    padding: 0;
}

#cms .page-header > h1 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
    color: #000;
    line-height: 20px;
}

#cms .page-content > h1 {
    display: none;
}

#cms .testimonials {
    margin: 0 0 10px 0;
    font-size: 13px;
    color: #666;
}

.page-cms h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.page-cms p,
.page-cms li {
    margin: 0 0 10px 0;
    font-size: 13px;
    color: #666;
}

.page-content.page-cms .cms-box img {
    margin-bottom: 10px;
}

.page-cms p strong {
    font-weight: normal;
}

.pagination {
    background: #f9f9f9;
    padding: 0 15px;
    margin-top: 0;
}

.pagination .pagination-summary {
    margin: 0px;
    color: #666;
    font-size: 14px;
    line-height: inherit;
    padding: 5px 0;
}

.pagination .pagination-btn {
    margin: 0;
    width: 66.66667%;
    padding: 0px;
}

.pagination .pagination-btn ul {
    margin: 0;
    float: right;
    box-shadow: none;
    background: #f9f9f9;
    padding: 10px 0;
}

.pagination .page-list li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
    position: relative;
}

.pagination li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
    vertical-align: top;
    color: #222222;
    text-align: center;
}

.pagination li a i {
    color: #bbbbbb;
    cursor: default;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 20px;
}

.pagination li a:hover,
.pagination li.current a,
.pagination li.current span,
.pagination li:hover span {
    color: #ffffff;
    font-size: 13px;
    background-color: #222222;
}

#products .row.products-selection .display-mode span,
#products .row.products-selection .total-products span {
    display: inline-block;
    float: left;
    margin: 0;
    font-size: 14px;
    background: #333333;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    margin: 0 5px;
    text-align: center;
}

#products .row.products-selection .display-mode span i,
#products .row.products-selection .total-products span i {
    font-size: 14px;
    color: #fff;
}

.products-selection .sort-by-row {
    padding: 4px 0;
}

.products-sort-order .dropdown-menu {
    padding: 0;
    box-shadow: none;
}

#products .products-selection .products-sort-order .select-title,
#products .products-sort-order .select-list {
    font-size: 13px;
}

.block-categories,
#search_filters {
    padding: 0;
    padding-bottom: 10px;
}

.block-categories .category-top-menu > li > a,
#search_filters > p.h6,
#search_filters_brands > p.h6,
#search_filters_suppliers > p.h6 {
    padding: 15px;
    background: #ffffff;
    color: #333333;
    border-bottom: 1px solid #d1d1d1;
}

#left-column .block-categories .category-sub-menu li:hover > a,
#category #left-column #search_filters .facet .title h1:hover,
.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover,
.navbar-toggler .material-icons:hover {
    color: #ff9c00;
}

#_mobile_top_menu .navbar-toggler .material-icons:hover,
#footer .navbar-toggler .material-icons:hover {
    color: #ff9c00;
}

.featured-products.category-products {
    margin-bottom: 30px;
}

#products .best-seller-item .products-grid .products .product-item {
    width: 100%;
}

#products .products-grid .products .product-item.list-view .product-miniature .thumbnail-container .product-description {
    background: #fff;
    padding: 0 15px 0 15px;
    height: auto;
    min-height: 1px;
}

#products .products-grid .product-item.list-view .product-miniature .product-description .product-title {
    width: 100%;
    margin-bottom: 15px;
}

#product .card {
    box-shadow: none;
    border: 1px solid #a8aab9;
}

#product .product-customization {
    margin: 15px 0 0 0;
}

#product .product-customization .product-message {
    padding: 8px 15px;
    height: 40px;
}

.product-short-desc p {
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    margin-bottom: 10px;
    text-align: justify;
}

.product-short-desc ul {
    text-align: justify;
    list-style-type: disc;
    padding-left: 30px;
}

.product-short-desc li {
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    margin-bottom: 2px;
}

.advert-block {
    text-align: center;
}
.advert-block a {
    width: 100%;
    display: block;
}
.advert-block img {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .displaytopmenu {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        background: #53a000;
    }
    #header .menu {
        display: block;
        text-align: center;
        position: relative;
        border-bottom: none;
    }
    #header .main-menu .top-menu {
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
        position: relative;
    }
    #header .main-menu > ul > li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 13px 0;
        padding: 0;
    }
    #header .main-menu > ul a[data-depth="0"] {
        font-size: 14px;
        font-weight: 600;
        display: block;
        color: #ffffff;
        line-height: 20px;
        padding: 10px 15px;
        transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
        -moz-transition: all 0.2s ease-in 0s;
        text-transform: uppercase;
        letter-spacing: 0.54px;
        border-radius: 50px;
    }
    #header .main-menu > ul > li a[data-depth="0"] > span {
        padding: 10px;
        border-radius: 25px;
        transition: .5s;
    }
    #header .main-menu > ul li.current a[data-depth="0"],
    #header .main-menu > ul > li:hover a[data-depth="0"]{
        color: #fff;
        background: #ff9c00;
        border: none;
    }
    #header .main-menu > ul a[data-depth="2"] {
        padding: 7px 0 0 0;
    }

    #header .main-menu .sub-menu {
        border: 1px solid #a8aab9;
        border-bottom: 2px solid #ff9c00;
        margin-left: 0;
        z-index: 10000;
        border-radius: 0;
        display: none;
        top: 100% !important;
        width: max-content;
        min-width: inherit;
        left: auto;
        right: auto;
        background-color: #ffffff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        padding: 15px 5px;
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
        display: block !important;
        opacity: 0;
        filter: alpha(opacity=0);
        -transform-origin: 20% 20% 0;
    }

    #header .main-menu ul > li:hover .sub-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #header .main-menu .sub-menu a {
        color: #000;
    }

    #header .main-menu .sub-menu ul[data-depth="1"] > li {
        float: none;
        margin: 0 12px 0 15px;
        min-width: 160px;
        display: inline-block;
        vertical-align: middle;
    }

    #header .main-menu .sub-menu ul[data-depth="1"] > li:first-child {
        margin-left: 15px;
    }

    #header .main-menu .sub-menu li > a.dropdown-submenu {
        text-transform: uppercase;
        color: #333333;
        font-size: 14px;
        font-weight: 600;
        padding-bottom: 5px;
        margin-bottom: 0px;
    }

    #header .main-menu .sub-menu ul[data-depth="1"] > li a {
        position: relative;
        color: #333333;
        font-weight: 600;
        text-transform: unset;
    }

    #header .main-menu .sub-menu ul[data-depth="2"] > li a {
        color: #333333;
        font-weight: 400;
    }

    #header .main-menu .sub-menu .top-menu > li a:hover {
        color: #ff9c00;
    }

    #header .main-menu .sub-menu .menu-banner {
        margin-left: 15px;
        position: relative;
        display: block;
        float: left;
    }

    #header .main-menu .sub-menu .menu-banner-img {
        float: left;
        margin-top: 10px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }

    #header .main-menu .sub-menu .menu-banner-img img {
        max-width: 100%;
        position: relative;
    }

    #header .main-menu .sub-menu .menu-banner-img::before {
        z-index: 1;
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
    }

    #header .main-menu .sub-menu .menu-banner-img::after {
        z-index: 1;
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(0, 1);
    }

    #header .main-menu .sub-menu .menu-banner-img:hover::after,
    #header .main-menu .sub-menu .menu-banner-img:hover::before {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
    }

    #header .main-menu .sub-menu .menu-banner-img:hover img {
        opacity: 0.8;
    }

    #_desktop_search_filters_clear_all {
        padding: 10px 10px 15px 15px;
        text-align: left;
    }

    #search_filters .js-search-filters-clear-all {
        margin: 0;
        padding: 9px 15px;
        text-align: left;
        text-transform: uppercase;
        width: auto;
        font-size: 12px;
        font-weight: 500;
        float: none;
    }

    .clear-all-wrapper .btn-tertiary {
        margin: 0;
        padding: 10px 12px;
        background: #111111;
        color: #fff;
        text-transform: capitalize;
        transition: .5s;
    }

    .clear-all-wrapper .btn-tertiary:hover {
        background: #ff9c00;
    }

    .products-sort-order .select-list:hover {
        background: #ff9c00;
    }

    #category #left-column #search_filters .facet .title {
        display: block !important;
        cursor: pointer;
    }

    #category #left-column #search_filters .facet .title h1 {
        display: inline-block;
        margin-bottom: 0;
    }

    .block-categories .category-top-menu {
        padding-bottom: 0px;
        border: 1px solid #e1e1e1;
    }

    .navbar-toggler .material-icons {
        font-size: 18px;
        line-height: 18px;
        color: #333333;
    }

    #category #left-column #search_filters .facet .navbar-toggler,
    #category #right-column #search_filters .facet .navbar-toggler {
        display: inline-block;
        padding: 0;
        height: 18px;
        width: 18px;
        cursor: pointer;
    }

    #category #left-column #search_filters .facet .collapse.in {
        display: block;
        margin: 0;
        padding: 0;
    }

    #category #left-column #search_filters .facet .collapse.in {
        display: block;
        margin: 0;
        padding: 0;
    }

    #category #left-column #search_filters .facet .collapse {
        display: none;
    }

    #category #left-column #search_filters .facet .title .collapse-icons .add,
    #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
        display: none;
    }

    #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
        display: block;
    }

    #category #left-column #search_filters .facet .title[aria-expanded="false"] .collapse-icons .remove {
        display: none;
    }

    #category #left-column #search_filters .facet .title[aria-expanded="false"] .collapse-icons .add {
        display: block;
    }

    #search_filters .facet {
        padding: 5px 15px;
    }

    .block-categories .category-sub-menu {
        padding: 10px 15px;
        margin: 0;
    }

    #search_filters .facet ul {
        margin: 0px;
        padding-top: 0px;
    }

    #search_filters .facet > ul > li {
        margin: 0;
    }

    #search_filters .facet > ul > li:first-child {
        margin-top: 10px;
    }

    #search_filters .facet .facet-title,
    #search_filters_brands .facet .facet-title,
    #search_filters_suppliers .facet .facet-title,
    #left-column .block-categories .category-sub-menu li > a {
        color: #000000;
        line-height: 24px;
    }
}

.contact-rich {
    padding: 15px;
    border: 1px solid #e1e1e1;
}
#contact .contact-rich .block a {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.block-reassurance-item .icon-img {
    display: inline-block;
}
#block-reassurance ul {
    margin: 0;
}
#product #block-reassurance {
    box-shadow: none;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}
.blockreassurance_product {
    margin-top: 25px;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    background: #fff;
}
.blockreassurance_product > div {
    border-bottom: 1px solid rgba(0,0,0,.25);
    padding: 1rem 1.5rem;
}
.blockreassurance_product > div > p {
    margin-bottom: 0;
}
.blockreassurance_product > div:last-child {
    border-bottom: none;
    padding: 0;
}	

#product #block-reassurance {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .25);
    overflow: hidden;
}
.blockreassurance_product {
    margin-top: 25px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .25);
    overflow: hidden;
    background: #fff;
}
.blockreassurance_product > div {
    border-bottom: 1px solid rgba(0,0,0,.25);
    padding: 1rem 1.5rem;
}
.blockreassurance_product > div > p {
    margin-bottom: 0;
}
.blockreassurance_product > div:last-child {
    border-bottom: none;
    padding: 0;
}

/*navbar submenu styles start*/
@media (min-width: 768px) {
    #header .main-menu .top-menu > li.ht-level-0.has-child > a {
        position: relative;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0.has-child {
        position: relative;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse {
        min-width: 225px;
        padding: 6px 0 6px;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li.ht-level-1 {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        float: none;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li.ht-level-1.has-child {
        position: relative;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li.ht-level-1 > a {
        padding: 8px 15px;
        position: relative;
        color: #555555;
        font-size: 14px;
        text-transform: unset;
        font-weight: 600;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li.ht-level-1 > a:hover {
        color: #ff9c00;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li.ht-level-1.has-child > a:after {
        content: "\f107";
        font-family: "Fontawesome";
        float: right;
        position: absolute;
        right: 15px;
        display: inline-block;
        text-decoration: none;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li.ht-level-1.has-child:hover > a:after {
        content: "\f105";
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu li .collapse {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        min-width: 220px;
        padding: 6px 0 6px;
        border: 1px solid #a8aab9;
        border-bottom: 2px solid #ff9c00;
        display: none;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu li:hover > .collapse {
        display: block;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu li .collapse .top-menu {
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu li .collapse .top-menu li.category {
        display: block;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li > .collapse .top-menu > li.category.has-child {
        position: relative;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li > .collapse .top-menu > li.category > a {
        padding: 8px 15px;
        position: relative;
        color: #555555;
        text-transform: unset;
        font-weight: 600;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li > .collapse .top-menu > li.category > a:hover {
        color: #ff9c00;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li > .collapse .top-menu > li.category.has-child > a:after {
        content: "\f107";
        font-family: "Fontawesome";
        float: right;
        float: right;
        position: absolute;
        right: 15px;
        display: inline-block;
        text-decoration: none;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li > .collapse .top-menu > li.category.has-child:hover > a:after {
        content: "\f105";
    }

    #header .main-menu .top-menu.ht-fullwidth li.ht-level-1 > a {
        padding: 6px 0;
        font-size: 16px;
    }

    #header .main-menu .top-menu.ht-fullwidth li.ht-level-1 > .collapse ul.top-menu > li.category {
        display: block;
        margin-bottom: 0;
    }

    #header .main-menu .top-menu.ht-fullwidth li.ht-level-1 > .collapse ul.top-menu > li.category > a {
        padding: 6px 0;
    }

    #header .main-menu .top-menu.ht-default li.ht-level-1 > a {
        padding: 6px 0;
        font-size: 16px;
    }

    #header .main-menu .top-menu.ht-default li.ht-level-1 > .collapse ul.top-menu > li.category {
        display: block;
        margin-bottom: 0;
    }

    #header .main-menu .top-menu.ht-default li.ht-level-1 > .collapse ul.top-menu > li.category > a {
        padding: 6px 0;
    }
}
/*navbar submenu styles end*/

.carousel .carousel-control {
    opacity: 0;
}
.image-slider-block:hover .carousel .carousel-control {
    opacity: 1;
}
.js-cart .cart-summary-products > p > a > i {
    display: none;
}
#products .products-selection .display-mode .show_list.active,
#products .products-selection .display-mode .show_grid.active,
#products .products-selection .display-mode .show_grid:hover,
#products .products-selection .display-mode .show_list:hover {
    background-color: #888888;
}
#search_filters .facet .faceted-slider > li {
    margin-bottom: 10px;
}
#left-column .block-categories .category-sub-menu li:hover > a,
#category #left-column #search_filters .facet .title h1:hover,
#category #left-column #search_filters .facet .title:hover p,
#category #left-column #search_filters .facet .title:hover span i,
.block-categories .collapse-icons .add:hover {
    color: #ff9c00;
}
@media(min-width: 768px) {
    body.nav-sticy#product .sticky-wrapper.top {
        top: 66px;
        z-index: 99;
    }
}
/*whatsapp chat*/
.htwhatsapp-chat.only-icon {
    bottom: 30px;
    z-index: 99;
}
.htwhatsapp-chat.ht_whatsapp_desk {
    z-index: 99;
}
.scrollTop {
    z-index: 99;
}

.products article .wishlist-button-add {
    position: absolute;
    top: 2.635rem;
    right: 0.635rem;
    z-index: 10;
  }
  .product-line-info.color {
	height: auto;
	width: auto;
	margin: 0;
	border: none;
}
#blockcart-modal .modal-body .divide-right span.color {
    width: auto;
    height: auto;
    border: none;
    margin-left: 0;
    margin-top: 0;
    cursor: auto;
}
#main .wishlist-products-container .card.page-content .wishlist-products-item {
	margin: 1rem;
}
.wishlist-list-container .wishlist-list-item:hover .wishlist-list-item-title {
	color: #ff9c00;
}
.wishlist-footer-links > a.text-primary {
	color: #222 !important;
}
.wishlist-footer-links > a.text-primary:hover {
	color: #ff9c00 !important;
}
.products-sort-order .dropdown-menu {
    width: 100%;
}
.wishlist-products-container .sort-by-row a.select-list:hover {
    color: #fff;
}
#footer .footer-container .scrollTop {
    background: #333333;
    border-color: #333333;
}
#footer .footer-container .scrollTop:hover {
    background: #666666;
    border-color: #666666;
}

#products .products-grid .products .product-item.list-view .product-miniature .thumbnail-container {
    padding:0 !important;
    margin:0;
}

#img .thumb .js-modal-thumb {
    width: auto;
    height:150px !important;
}

#layout-error .body {background-color: black !important;}

/*.ht-submenu-columns {
  display:flex;
  flex-wrap:wrap;
  gap:30px;
  padding:15px;
}

.ht-submenu-col{
  list-style:none;
  padding:0;
  margin:0;
  min-width:180px;
}*/

#header .main-menu .top-menu.ht-classic > li#manufacturers.ht-level-0 > .collapse > ul.top-menu {
        height: 600px;
        overflow-y: scroll;
    }