@import url(base.css);

* {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}

p {
    margin: 0;
    color: #333333;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

a, .dropdown i,
.dropdown .expand-more {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.dropdown:hover .expand-more {
    color: #ffa200;
}

.dropdown:hover i {
    color: #ffa200;
}

.btn-primary {
    font-size: 14px;
    line-height: normal;
    background-color: #333333;
    text-transform: uppercase;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active,
.btn-primary:active:focus {
    background-color: #ffa200;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, 
.btn-primary.disabled:hover, .btn-primary:disabled.focus, 
.btn-primary:disabled:focus, .btn-primary:disabled:hover {
    background-color: #ffa200;
    border-color: transparent;
}

.color.active, .color:hover, .custom-checkbox input[type="checkbox"] + span.color.active, .custom-checkbox input[type="checkbox"] + span.color:hover, .facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color {
    border: 2px solid #ffa200;
}

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

@media (min-width: 768px) {
    #header {
        border-bottom: 1px solid #e1e1e1;
    }
    #index #header {
        border-bottom: none;
    }
    #header .header-nav {
        display: block;
        background: #ffffff;
        border-bottom: 1px solid #e1e1e1;
        margin: 0;
    }
    #header a {
        font-size: 14px;
        line-height: 22px;
        color: #333333;
        text-transform: capitalize;
    }
    #header a:hover {
        color: #ffa200;
    }
    #header .header-nav .left-nav > div {
        margin-left: 25px;
    }
    #header .header-nav .left-nav > div:first-child {
        margin-left: 0;
    }
    #header .header-nav #_desktop_language_selector, 
    #header .header-nav #_desktop_currency_selector {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        position: relative;
    }
    #header .header-nav .language-selector,
    #header .header-nav .currency-selector {
        margin-right: 0;
        display: block;
    }
    #header .header-nav .language-selector span,
    #header .header-nav .currency-selector span {
        font-size: 14px;
        color: #333333;
        text-transform: capitalize;
    }
    #header .header-nav .language-selector:hover span,
    #header .header-nav .language-selector:focus span,
    #header .header-nav .language-selector:active span,
    #header .header-nav .currency-selector:active span,
    #header .header-nav .currency-selector:hover span,
    #header .header-nav .currency-selector:focus span {
        color: #ffa200;
    }
    #header .header-nav .language-selector .dropdown-menu,
    #header .header-nav .currency-selector .dropdown-menu {
        margin: 0;
        border: none;
        float: left;
        padding: 15px 10px 0;
        min-width: auto;
        border-top: 2px solid #ffa200;
    }
    #header .header-nav .currency-selector .currency-list li,
    #header .header-nav .language-selector .language-list li {
        font-size: 14px;
        padding: 0 10px;
        display: inline-block;
        float: left;
        text-transform: capitalize;
        margin-bottom: 15px;
        width: auto;
        cursor: pointer;
        border: 1px solid #333333;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    #header .header-nav .currency-selector .currency-list li:hover,
    #header .header-nav .language-selector .language-list li:hover {
        border: 1px solid #ffa200;
        background-color: #ffa200;
    }
    #header .header-nav .currency-selector .currency-list li a,
    #header .header-nav .language-selector .language-list li a {
        color: #333333;
        padding: 3px 0;
        font-size: 13px;
    }
    #header .header-nav .currency-selector .currency-list li:hover a,
    #header .header-nav .language-selector .language-list li:hover a {
        color: #fff;
    }
    #header .header-nav .currency-selector .currency-list li.current,
    #header .header-nav .language-selector .language-list li.current {
        border: 1px solid #ffa200;
    }
    #header .header-nav .currency-selector .currency-list li.current a,
    #header .header-nav .language-selector .language-list li.current a {
        color: #333333;
    }
    #header .header-nav .currency-selector .currency-list li.current:hover a,
    #header .header-nav .language-selector .language-list li.current:hover a {
        color: #fff;
    }
    #header #_desktop_contact_link,
    #header #_desktop_user_info,
    #header .header-nav .language-selector,
    #header .header-nav .currency-selector {
        padding: 12px 0;
        margin-top: 0;
        margin-left: 0;
    }
    #header .header-nav .language-selector > button,
    #header .header-nav .currency-selector > button {
        color: #333333;
        cursor: pointer;
    }
    #header .header-nav .left-nav .contact-block p {
        color: #333333;
    }
    #header .header-nav .user-info .account {
        margin-left: 0;
    }
    #header .user-link {
        float: right;
        margin-left: 25px;
        font-weight: 500;
    }
    #header .user-link a i {
        padding-right: 5px;
        display: none;
    }
    #header .header-top {
        display: block;
        float: left;
        width: 100%;
        clear: both;
        padding: 0px 15px;
        background: #fff;
    }

    #header #_desktop_logo {
        float: left;
        display: table;
        height: 122px;
        position: relative;
    }

    #header #_desktop_logo > a {
        display: table-cell;
        vertical-align: middle;
    }

    /*    desktop_cart*/
    #header #_desktop_cart {
        display: inline-block;
        position: relative;
        float: right;
        margin-left: 30px;
        padding: 40px 0;
    }

    #header #_desktop_cart .header i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        font-size: 18px;
        color: #ffffff;
        background-color: #333333;
        text-align: center;
    }

    #header #_desktop_cart .mycart-icon,
    #header #_desktop_cart .cart-text {
        display: inline-block;
        color: #333333;
        position: relative;
    }

    #header #_desktop_cart .mycart-icon {
        float: left;
    }

    #header #_desktop_cart .cart-text {
        padding-left: 15px;
        font-weight: 600;
    }

    #header #_desktop_cart .cart-qty {
        display: block;
        height: auto;
        min-height: auto;
        width: auto;
        min-width: auto;
        text-align: left;
        background: transparent;
        text-shadow: none;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
        font-weight: 400;
    }

    #header #_desktop_cart .cart-count {
        position: absolute;
        top: -3px;
        right: 7px;
        font-size: 14px;
        line-height: 15px;
        width: 15px;
        height: 15px;
        border-radius: 3px;
        background-color: #129a76;
        color: #fff;
        text-align: center;
    }

    #header .cart-preview .ht_cart {
        display: none;
        background: #fff none repeat scroll 0 0;
        height: auto;
        left: auto;
        position: absolute;
        right: 0;
        top: 100%;
        width: 325px;
        background: #fff;
        border: 1px solid #e1e1e1;
        z-index: 999;
    }

    #header #_desktop_cart:hover .cart-preview .ht_cart {
        display: block;
        border-top: 2px solid #333333;
    }

    #header #_desktop_cart .cart-preview .ht_cart .no-item {
        padding: 15px;
        color: #555;
    }

    #header .cart-preview .ht_cart ul {
        overflow: hidden;
        padding: 0px 15px;;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
        max-height: 257px;
        overflow-y: auto;
    }

    #header .cart-preview .cart-wishlist-item {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #e1e1e1;
    }

    #header .cart-preview .cart-wishlist-item:last-child {
        border-bottom: none;
    }

    #header .cart-preview .cart-wishlist-item .cart-img {
        float: left;
        margin-right: 12px;
        text-align: center;
        width: 80px;
        border: 1px solid #e1e1e1;
    }

    #header .cart-preview .cart-wishlist-item .cart-img img {
        max-width: 100%;
    }

    #header .cart-preview .cart-wishlist-item .cart-info {
        overflow: hidden;
        padding-right: 20px;
        position: relative;
        text-align: left;
        color: #111;
    }

    #header .cart-preview .cart-wishlist-item .cart-info .product-quantity {
        float: left;
        margin-right: 5px;
        font-size: 13px
    }

    #header .cart-preview .cart-wishlist-item .cart-info .product-name {
        display: inline-block;
        font-size: 13px;
        max-width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #header .cart-preview .cart-wishlist-item .cart-info .product-price {
        display: block;
        font-size: 14px;
        color: #121312;
        line-height: 20px;
        padding: 5px 0 5px;
        width: 100%;
        font-weight: 700;
    }

    #header .cart-preview .cart-wishlist-item .cart-info .remove-from-cart {
        position: absolute;
        right: 0;
        top: 0px;
        text-align: right;
        z-index: 99;
    }

    #header .cart-preview .cart-wishlist-item .cart-info .remove-from-cart .remove-icon i {
        color: #333;
        font-size: 16px;
    }

    #header #_desktop_cart .cart-preview .cart-wishlist-item .cart-info .remove-from-cart .remove-icon i:hover {
        color: #ffa200;
    }

    #header .cart-preview .cart-wishlist-item .cart-info .remove-from-cart .remove-icon-text {
        display: none;
    }

    #header .cart-preview .ht_cart .cart-summary {
        display: block;
        float: left;
        width: 100%;
    }

    #header .cart-preview .ht_cart .cart-summary .cart-subtotals,
    #header .cart-preview .ht_cart .cart-summary .cart-total {
        display: block;
        float: left;
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px solid #e1e1e1;
    }

    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .products,
    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .shipping {
        display: block;
        float: left;
        width: 100%;
        padding: 2px 0;
    }

    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .label,
    #header .cart-preview .ht_cart .cart-summary .cart-total .label {
        font-weight: normal;
        padding-left: 0;
        white-space: inherit;
        float: left;
        color: #3c3c3c;
        font-size: 13px;
        letter-spacing: 0.8px;
    }

    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .value,
    #header .cart-preview .ht_cart .cart-summary .cart-total .value {
        color: #3c3c3c;
        font-size: 13px;
        letter-spacing: 0.8px;
        float: right !important;
    }

    #header .cart-preview .ht_cart .cart-wishlist-action {
        display: block;
        float: left;
        width: 100%;
        padding: 15px;
        border: none;
        text-align: center;
    }

    #header .cart-preview .ht_cart .cart-wishlist-action a {
        cursor: pointer;
        float: none;
        display: inline-block;
        background-color: #333333;
        background-position: 0 0;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        height: auto;
        padding: 15px 70px;
        line-height: 14px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px;
        border: 1px solid #333333;
        position: relative;
        text-transform: uppercase;
        transition: all 0.45s ease 0s;
        -webkit-transition: all 0.45s ease 0s;
        -moz-transition: all 0.45s ease 0s;
        -o-transition: all 0.45s ease 0s;
        z-index: 1;
        letter-spacing: 0;
    }

    #header .cart-preview .ht_cart .cart-wishlist-action a:hover {
        background-color: #ffa200;
        border-color: #ffa200;
        color: #fff;
    }

    .header-contact-block {
        float: right;
        margin-left: 30px;
        color: #333333;
        padding: 40px 0;
    }

    .header-contact-block .icon-block {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #333333;
        color: #ffffff;
        border-radius: 50%;
        margin-right: 8px;
    }

    .header-contact-block .text-block {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
    }

    .header-contact-block .text-block > strong {
        display: block;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    /*search-tog-btn*/
    #header #search-tog-btn {
        display: block;
        float: right;
        height: 60px;
        position: absolute;
        right: 50px;
    }

    #header #search-tog-btn span i {
        font-size: 18px;
        line-height: 60px;
        padding: 0 15px;
        cursor: pointer;
        color: #484848;
    }

    #header #search-tog-btn span:hover i {
        color: #333333;
    }

    #header .header-top .search-widget {
        float: right;
        padding-left: 0;
        position: relative;
        width: 350px;
        margin-left: 15px;
        padding: 40px 0;
    }

    .header-top .search-widget form input[type="text"] {
        border: 1px solid #e1e1e1;
        padding-right: 45px;
    }

    .search-widget form input[type="text"]:focus {
        outline: none;
    }

    .search-widget form button[type="submit"] {
        right: 0;
        text-align: center;
        height: 42px;
        width: 42px;
        bottom: 0;
        padding: 0;
        transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
        cursor: pointer;
    }

    .search-widget form button[type="submit"]:hover i{
        color: #ffa200;
    }

    .search-widget form button i {
        font-size: 18px;
        color: #333333;
        line-height: 40px;
    }

    #header .header-top .position-static {
        position: static;
    }

    /*    header-main-menu*/
    #header .header-bottom {
        display: block;
        float: left;
        width: 100%;
        clear: both;
        background-color: #333333;
    }

    #header .menu {
        padding: 0;
    }

    #header .menu > ul {
        text-align: left;
    }

    #header .menu > ul > li {
        position: relative;
        margin: 0 25px 0 0;
    }
    #header .menu > ul > li:first-child > a {
        padding-left: 0;
    }
    #header .menu > ul > li > a {
        padding: 0 5px;
        border: none;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 57px;
        text-decoration: none;
        transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
    }

    .top-menu .sub-menu {
        box-shadow: none;
        border: none;
        padding: 15px 5px;
        margin-left: 0;
        width: max-content;
        min-width: max-content;
        width: -moz-max-content;
        min-width: -moz-max-content;
        border: 1px solid #e1e1e1;
    }
    #header .main-menu .sub-menu ul[data-depth="1"] > li {
        float: left;
        margin: 0 12px 0 15px;
        min-width: 160px;
    }

    #header .main-menu .sub-menu ul[data-depth="1"] > li:first-child {
        margin-left: 15px;
    }

    #header .top-menu li.current a[data-depth="0"],
    #header .top-menu a[data-depth="0"]:hover,
    #header .menu ul[data-depth="1"] > li:hover > a,
    #header .menu ul[data-depth="2"] > li:hover > a {
        color: #ffa200;
    }

    #header .menu .top-menu[data-depth="1"] {
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
        /*float: left;*/
    }

    #header .menu ul[data-depth="1"] > li {
        margin: 0 15px;
    }

    #header .menu ul[data-depth="1"] > li > a {
        padding: 10px 5px;
        padding-top: 0;
        color: #333333;
        position: relative;
    }

    /*#header .menu ul[data-depth="1"] > li > a:after {
        display: block;
        content: "";
        position: absolute;
        bottom: 5px;
        border-bottom: 1px solid #333333;
        width: 50px;
    }*/

    #header .menu ul[data-depth="2"] > li > a {
        padding: 5px;
        color: #656565;
    }
}

@media (max-width: 1199px) {
    #header .header-top .search-widget {
        width: 300px;
    }
}

@media (max-width: 991px) {
    #header #_desktop_logo > a > img {
        max-width: 170px;
    }

    #header .header-top .search-widget {
        width: 230px;
    }

    #header #_desktop_cart .cart-text {
        padding: 0;
    }

    #header #_desktop_cart .cart-text .text,
    #header #_desktop_cart .cart-text .cart-label {
        display: none;
    }

    #header #_desktop_cart .cart-text .cart-number {
        display: block;
        height: 22px;
        min-height: auto;
        width: 22px;
        min-width: auto;
        background: #ffa200;
        text-shadow: none;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 22px;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        border-radius: 10px;
        position: absolute;
        top: -25px;
        right: -5px;
    }
}

@media (max-width: 767px) {
    #header.ht-menu-sticy .header-banner {
        display: none;
    }

    #header .header-nav {
        position: relative;
        padding-top: 10px;
        background-color: #ffffff;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }

    #header .header-nav > .container {
        max-width: 100%;
    }

    #header .header-top {
        position: relative;
    }

    #header .header-top > .container {
        max-width: 100%;
    }

    #header .header-contact-block {
        display: none;
    }

    #header .user-link a i,
    #header .header-nav .cart-preview.active a,
    #header .header-nav .cart-preview.active i,
    #header #search-tog-btn span i {
        color: #fff;
        font-size: 18px;
    }

    #header .header-nav #menu-icon .material-icons {
        color: #333333;
        font-size: 24px;
    }

    #header .header-nav #menu-icon:hover .material-icons,
    #header .user-link a:hover i,
    #header #search-tog-btn:hover span i {
        color: #ffa200;
    }

    #header .header-nav .cart-preview.active:hover a,
    #header .header-nav .cart-preview.active:hover i {
        color: #333333;
    }

    #header .header-nav .top-logo {
        float: left;
        display: table;
        height: 75px;
        margin-top: -10px;
        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-height: 100%;
        max-width: 140px;
    }

    #_mobile_cart {
        height: 50px;
        margin-right: 15px;
    }

    #header #_mobile_cart .cart-text {
        padding: 0;
    }

    #header #_mobile_cart .cart-text .text,
    #header #_mobile_cart .cart-text .cart-label {
        display: none;
    }

    #header #_mobile_cart .cart-qty {
        display: block;
        height: 22px;
        min-height: auto;
        width: 22px;
        min-width: auto;
        background: #ffa200;
        text-shadow: none;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 22px;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        border-radius: 10px;
        position: absolute;
        top: -10px;
        right: -5px;
    }

    #header .header-nav .blockcart {
        padding: 0;
        margin: 0;
        position: relative;
        height: auto;
    }

    #header .header-nav .blockcart.active {
        margin: 0;
        background-color: transparent;
    }

    #header .header-nav .blockcart .header {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #333333;
        color: #ffffff;
        border-radius: 50%;
        margin-top: 7px;
        margin-bottom: 17px;
        margin-left: 15px;
        cursor: pointer;
    }

    #header .header-nav .blockcart .header i {
        color: #fff;
        font-size: 16px;
    }

    #header .header-nav .blockcart .header:hover i {
        color: #ffa200;
    }

    .ht_cart.cart-hover-content {
        display: none;
    }

    #header .header-nav .user-info {
        margin: 0;
    }

    #header .header-nav .user-info ul {
        margin: 0;
    }

    #header .header-nav .user-info li {
        text-decoration: none;
        display: inline-block;
        float: right;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background: #333333;
        color: #ffffff;
        margin-top: 7px;
        margin-bottom: 17px;
        cursor: pointer;
        margin-left: 15px;
    }
    #header .header-nav .user-info li > a {
        display: block !important;
    }
    #header .header-nav .user-info .account {
        margin: 0;
    }

    #header .user-link a i {
        padding: 0;
    }

    #header #search-tog-btn {
        text-decoration: none;
        display: inline-block;
        float: right;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background: #333333;
        color: #ffffff;
        margin-top: 7px;
        margin-bottom: 17px;
        cursor: pointer;
    }

    #header .header-nav .search-widget {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1;
        width: 75%;
        margin: 0 auto;
    }

    .search-widget form {
        position: relative;
        display: block;
        float: left;
        width: 100%;
    }

    #header .search-widget form input[type="text"] {
        background: #fff;
        text-align: left;
        height: 50px;
        color: #333;
        font-weight: 400;
        font-size: 14px;
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
        padding-right: 20px;
        padding-right: 20px;
        padding-right: 55px;
        position: relative;
        float: left;
        border: 1px solid #e1e1e1;
    }

    #header .search-widget form button[type="submit"] {
        right: 0;
        text-align: center;
        height: 50px;
        width: 50px;
        font-size: 16px;
        bottom: 0;
        padding: 0;
        transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
    }

    #header #_desktop_cart {
        height: auto;
    }

    #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;
    }
    #header .header-top,
    #mobile_top_menu_wrapper .top-menu .sub-menu {
        background: #fff;
    }
    #mobile_top_menu_wrapper #top-menu li:hover > a,
    #mobile_top_menu_wrapper #top-menu li:hover i {
        color: #ffa200;
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu li > a {
        border-bottom: 1px solid #f6f6f6;
        font-weight: 500;
    }
}

@media (max-width: 639px) {
    #header #search-tog-btn,
    #header .header-nav .user-info li,
    #header .header-nav .blockcart .header {
        width: 35px;
        height: 35px;
        line-height: 33px;
        margin-left: 10px;
    }

    #header .user-link a i,
    #header .header-nav .cart-preview.active a,
    #header .header-nav .cart-preview.active i,
    #header #search-tog-btn span i {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    #header .header-nav .top-logo a img {
        max-width: 110px;
    }
}

@media (max-width: 379px) {
    #header #search-tog-btn,
    #header .header-nav .user-info li,
    #header .header-nav .blockcart .header {
        width: 30px;
        height: 30px;
        line-height: 28px;
        margin-left: 5px;
    }
    #header .header-nav .top-logo a img {
        max-width: 90px;
    }

}

/*home-image-slider*/
.home-image-slider {
    display: block;
    float: left;
    width: 100%;
    clear: both;
}
.home-image-slider .image-slider {
    display: block;
    position: relative;
}
.home-image-slider .carousel-inner {
    height: auto;
}

.home-image-slider .slider-image figure {
    margin-bottom: 0;
    position: relative;
}
.home-image-slider .carousel-item img {
    max-width: 100%;
}
.home-image-slider.carousel .image-slider .carousel-control {
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
.home-image-slider.carousel .image-slider:hover .carousel-control {
    opacity: 1;
    visibility: visible;
}
.carousel .carousel-control .icon-next,
.carousel .carousel-control .icon-prev {
    height: 44px;
    width: 44px;
    line-height: 40px;
    font-size: 20px;
    padding: 0;
    margin: -22px 0 0 0;
    top: 50%;
    position: absolute;
    text-align: center;
    color: #ffffff;
    opacity: 1;
    border: 2px solid #fff;
    background: transparent;
    box-sizing: border-box;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    border-radius: 50%;
}
.carousel .carousel-control .icon-prev {
    left: 15px;
}
.carousel .carousel-control .icon-next {
    right: 15px;
}
.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    text-shadow: none;
}
.carousel .carousel-control .icon-next:hover,
.carousel .carousel-control .icon-prev:hover {
    color: #333333;
    border-color: #ffa200;
    background: #ffa200;
    opacity: 1;
}
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: #333333;
}
.home-image-slider .image-slider .slider-description {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    right: 0;
}
.home-image-slider .image-slider .slider-description a h2 {
    margin: 0;
}
.home-image-slider .image-slider .slider-description .desc-content {
    display: block;
    float: left;
    text-align: left;
    padding-left: 95px;
}
.home-image-slider .image-slider .slider-description .desc-content h2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 0 0 3px #000000;
    font-style: italic;
}
.home-image-slider .image-slider .slider-description .desc-content .offer-text {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.home-image-slider .image-slider .slider-description .desc-content .action.primary {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 10px 12px;
    background: #333333;
    border: 1px solid #333333;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    min-width: 130px;
    text-transform: uppercase;
}
.home-image-slider .image-slider .slider-description .desc-content .action.primary:hover {
    background: #ffa200;
    border-color: #ffa200;
}
@media(max-width: 1199px){
    .home-image-slider .image-slider .slider-description .desc-content {
        padding-left: 85px;
    }
    .home-image-slider .image-slider .slider-description .desc-content h2 {
        font-size: 54px;
    }
    .home-image-slider .image-slider .slider-description .desc-content .offer-text {
        font-size: 20px;
    }
}
@media(max-width: 991px){
    .home-image-slider .image-slider .slider-description .desc-content {
        padding-left: 65px;
    }
    .home-image-slider .image-slider .slider-description .desc-content h2 {
        font-size: 44px;
        margin-bottom: 5px;
    }
    .home-image-slider .image-slider .slider-description .desc-content .offer-text {
        margin-bottom: 10px;
    }
    .home-image-slider .image-slider .slider-description .desc-content .action.primary {
        padding: 9px 11px;
        min-width: 115px;
    }
}
@media(max-width:767px){
    .home-image-slider .image-slider .slider-description .desc-content {
        padding-left: 40px;
    }
    .home-image-slider .image-slider .slider-description .desc-content h2 {
        font-size: 34px;
    }
    .home-image-slider .image-slider .slider-description .desc-content .offer-text {
        margin-bottom: 7px;
        font-size: 18px;
    }
}
@media (max-width: 639px) {
    .carousel .carousel-control .icon-next,
    .carousel .carousel-control .icon-prev {
        height: 30px;
        width: 30px;
        line-height: 26px;
        font-size: 16px;
        margin: -15px 0 0 0;
    }

    .carousel .carousel-control .icon-next i,
    .carousel .carousel-control .icon-prev i {
        line-height: 26px;
        font-size: 16px;
    }
    .home-image-slider .image-slider .slider-description .desc-content {
        padding-left: 10px;
    }
    .home-image-slider .image-slider .slider-description .desc-content h2 {
        font-size: 24px;
        margin: 0;
    }
    .home-image-slider .image-slider .slider-description .desc-content .offer-text {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .home-image-slider .image-slider .slider-description .desc-content .action.primary {
        padding: 7px 9px;
        min-width: 95px;
        font-size: 12px;
    }
}
@media(max-width: 479px){
    .home-image-slider .image-slider .slider-description .desc-content {
        padding-left: 0;
    }
    .home-image-slider .image-slider .slider-description .desc-content h2 {
        font-size: 15px;
    }
    .home-image-slider .image-slider .slider-description .desc-content .offer-text {
        margin-bottom: 3px;
        font-size: 14px;
    }
    .home-image-slider .image-slider .slider-description .desc-content .action.primary {
        padding: 6px 8px;
        min-width: 90px;
        font-size: 12px;
    }
}

/*section-title*/
.section-title {
    display: block;
}

.section-title > h2 {
    display: block;
    text-align: center;
    margin-bottom: 60px;
    font-size: 34px;
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
}

.section-title > h2 > span {
    display: block;
    padding-bottom: 25px;
}

.section-title > h2 > span a {
    color: #333333;
    font-size: 34px;
    text-transform: capitalize;
    font-weight: 700;
}

.section-title > h2::after {
    content: "";
    height: 1px;
    width: 100%;
    max-width: 800px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #e1e1e1;
    display: block;
    z-index: 1;
}

.slider-block .owl-controls .owl-buttons {
    position: absolute;
    top: -75px;
    right: 0;
    left: 0;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    z-index: 2;
}

.slider-block .owl-controls .owl-buttons > .owl-prev, .slider-block .owl-controls .owl-buttons > .owl-next {
    height: 30px;
    width: 30px;
    padding: 0;
    line-height: 26px;
    background: #aaaaaa;
    color: #ffffff;
    border: 1px solid #aaa;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 16px;
    margin: 0 7px;
    opacity: 1;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.slider-block .owl-controls .owl-buttons > .owl-prev, .slider-block .owl-controls .owl-buttons > .owl-next {
    line-height: 26px;
    color: #ffffff;
    font-size: 16px;
}

.slider-block .owl-controls .owl-buttons > .owl-prev:hover,
.slider-block .owl-controls .owl-buttons > .owl-next:hover {
    background-color: #ffa200;
    border: 1px solid #ffa200;
}

@media (max-width: 991px) {
    .section-title > h2,
    .section-title > h2 > span a {
        margin-bottom: 50px;
        font-size: 28px;
    }

    .section-title > h2::after {
        max-width: 550px;
    }

    .slider-block .owl-controls .owl-buttons {
        top: -66px;
    }
}

@media (max-width: 767px) {
    .section-title > h2,
    .section-title > h2 > span a {
        margin-bottom: 40px;
        font-size: 24px;
    }

    .section-title > h2 > span {
        padding-bottom: 20px;
    }

    .section-title > h2::after {
        max-width: 350px;
    }

    .slider-block .owl-controls .owl-buttons {
        top: -56px;
    }
}

/*service-block*/
.block-static-block {
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

.ht-services-wrapper {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ht-services-wrapper .item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33%;
}

.ht-services-wrapper .item .item-inner {
    display: block;
    position: relative;
    background: #f5f5f5;
    color: #333333;
    padding: 22px 35px;
    cursor: pointer;
}

.ht-services-wrapper .item .text-block {
    display: block;
    padding-right: 60px;
}

.ht-services-wrapper .item .text-block > strong {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
}

.ht-services-wrapper .item .text-block > span {
    display: block;
    font-size: 13px;
}

.ht-services-wrapper .item .icon-block {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 60px;
    text-align: center;
    font-size: 38px;
    line-height: 38px;
    height: 38px;
    margin-top: -19px;
}

.ht-services-wrapper .item .item-inner:hover .icon-block i {
    color: #ffa200;
}

@media (max-width: 1199px) {
    .ht-services-wrapper .item .item-inner {
        padding: 18px 20px;
    }

    .ht-services-wrapper .item .text-block {
        padding-right: 35px;
    }

    .ht-services-wrapper .item .text-block > strong {
        font-size: 16px;
    }

    .ht-services-wrapper .item .icon-block {
        right: 20px;
        width: 30px;
        font-size: 30px;
        line-height: 30px;
        height: 30px;
        margin-top: -15px;
    }
}

@media (max-width: 991px) {
    .ht-services-wrapper {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .ht-services-wrapper .content-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .ht-services-wrapper .item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ht-services-wrapper .item .item-inner {
        padding: 13px 15px;
    }

    .ht-services-wrapper .item .text-block {
        padding-right: 30px;
    }

    .ht-services-wrapper .item .text-block > strong {
        font-size: 14px;
    }

    .ht-services-wrapper .item .icon-block {
        right: 20px;
        width: 25px;
        font-size: 25px;
        line-height: 25px;
        height: 25px;
        margin-top: -12px;
    }
}

@media (max-width: 768px) {
    .ht-services-wrapper .item .item-inner {
        padding: 13px 10px;
    }
}

@media (max-width: 767px) {
    .ht-services-wrapper {
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .ht-services-wrapper .item .item-inner {
        padding: 15px 20px;
    }

    .ht-services-wrapper .item {
        width: 100%;
        margin-bottom: 15px;
    }

    .ht-services-wrapper .item .item-inner {
        padding: 15px 20px;
    }

    .ht-services-wrapper .item .text-block {
        padding-right: 40px;
    }

    .ht-services-wrapper .item .text-block > strong {
        font-size: 16px;
    }
}

@media (max-width: 639px) {

}

@media (max-width: 379px) {

}

/*promotion-block*/
.ht-promotion-wrapper {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ht-promotion-wrapper .item {
    display: inline-block;
    float: left;
    width: 25%;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.ht-promotion-wrapper .item .item-inner {
    display: block;
    position: relative;
}

.ht-promotion-wrapper .item .item-inner > a {
    display: block;
    position: relative;
    overflow: hidden;
}

.ht-promotion-wrapper .item .item-inner > a > img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.ht-promotion-wrapper .item:hover .item-inner > a > img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.ht-promotion-wrapper .item .item-inner > a .text-span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    text-align: center;
    color: #ffffff;
    background: #333333;
    padding: 14px 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.ht-promotion-wrapper .item:hover .item-inner > a .text-span {
    background: #ffa200;
    color: #ffffff;
}

@media (max-width: 991px) {
    .ht-promotion-wrapper .content-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .ht-promotion-wrapper .item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ht-promotion-wrapper .item .item-inner > a .text-span {
        padding: 10px 5px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .ht-promotion-wrapper {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .ht-promotion-wrapper .item {
        width: 50%;
        margin-bottom: 20px;
    }

    .ht-promotion-wrapper .item .item-inner > a > img {
        width: 100%;
    }

    .ht-promotion-wrapper .item .item-inner > a .text-span {
        padding: 14px 10px;
        font-size: 16px;
    }
}

@media (max-width: 639px) {
    .ht-promotion-wrapper .item {
        margin-bottom: 15px;
    }

    .ht-promotion-wrapper .item .item-inner > a .text-span {
        padding: 10px 10px;
        font-size: 14px;
    }
}

/*featured-products*/
.featured-products {
    padding: 30px 0;
    clear: both;
}
#products .product-item, .featured-products .product-item,
.product-accessories .product-item {
    margin: 0;
    padding: 0 15px;
}
.featured-product .product-item {
    margin-bottom: 0px;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-item .product-miniature .thumbnail-container {
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    box-shadow: none;
    border: 1px solid #e1e1e1;
}
#products .product-thumbnail, .featured-products .product-thumbnail, .product-accessories .product-thumbnail, .product-item .product-miniature .product-thumbnail {
    border: none;
    overflow: hidden;
}
#products img, .featured-products img, .product-accessories img, .product-item .product-miniature img {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}
#products .product-item .product-miniature .discount-amount, #products .product-item .product-miniature .discount-percentage, #products .product-item .product-miniature .on-sale, #products .product-item .product-miniature .online-only, #products .product-item .product-miniature .pack, #products .product-item .product-miniature .product-flags .new, .featured-products .product-item .product-miniature .discount-amount, .featured-products .product-item .product-miniature .discount-percentage, .featured-products .product-item .product-miniature .on-sale, .featured-products .product-item .product-miniature .online-only, .featured-products .product-item .product-miniature .pack, .featured-products .product-item .product-miniature .product-flags .new, .product-accessories .product-item .product-miniature .discount-amount, .product-accessories .product-item .product-miniature .discount-percentage, .product-accessories .product-item .product-miniature .on-sale, .product-accessories .product-item .product-miniature .online-only, .product-accessories .product-item .product-miniature .pack, .product-accessories .product-item .product-miniature .product-flags .new, .product-item .product-miniature .product-item .product-miniature .discount-amount, .product-item .product-miniature .product-item .product-miniature .discount-percentage, .product-item .product-miniature .product-item .product-miniature .on-sale, .product-item .product-miniature .product-item .product-miniature .online-only, .product-item .product-miniature .product-item .product-miniature .pack, .product-item .product-miniature .product-item .product-miniature .product-flags .new {
    background-color: #333333;
}
#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
    margin: 0;
}
.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;
}
.featured-products .products .product-item .product-miniature .product-description .product-short-desc {
    display: none !important;
}
.featured-products .products-grid .products .product-item .product-miniature .product-description .product-short-desc {
    display: none !important;
}
#products .product-miniature .product-flags li.product-flag, 
.featured-products .product-miniature .product-flags li.product-flag, 
.product-accessories .product-miniature .product-flags li.product-flag, 
.product-miniature .product-miniature .product-flags li.product-flag {
    min-width: unset;
    min-height: unset;
    font-weight: 600;
}
.product-flags li.product-flag, 
#products .products-grid .products .product-item .product-flags > li, 
.products-grid .products .product-item .product-flags > li {
    background: #ffa200;
    color: #ffffff;
    font-weight: 500;
    padding: 2px 8px 2px;
    position: absolute;
    right: 10px;
    left: auto;
    text-transform: uppercase;
    top: 10px;
    font-size: 13px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    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: #8b8f98;
}
.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: #8b8f98;
}
.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: 700;
    padding: 6px 15px 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;
}
.products article .wishlist-button-add {
    position: absolute;
    top: 45px;
    right: auto;
    left: 10px;
    z-index: 10;
}
.wishlist-button-add {
    display: none !important;
}
#products .highlighted-informations, .featured-products .highlighted-informations, 
.product-accessories .highlighted-informations, 
.product-item .product-miniature .highlighted-informations {
    position: relative;
    bottom: 0px;
    height: auto;
    padding: 0;
    margin-bottom: 2px;
    box-shadow: none;
    background: #ffffff;
    display: block;
    width: 100%;
    text-align: left;
}
.product-action {
    padding-top: 10px;
}
.product-action .quick-view-btn,
.product-action .cart-action-btn {
    display: inline-block;
}
.product-action .btn.btn-primary {
    color: #fff;
    font-size: 14px;
    padding: 9px 13px;
}
.product-action .btn.btn-primary i {
    font-size: 18px;
}
#products .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .quick-view i{
    color: #fff;
    font-size: 14px;
}
.color, .custom-checkbox input[type="checkbox"] + span.color {
    margin: 0 3px 0 0;
    border: 1px solid #333333;
}
#products .variant-links, .featured-products .variant-links, .product-accessories .variant-links, .product-item .product-miniature .variant-links {
    background: transparent;
    min-height: inherit;
    top: 0;
    text-align: left;
    padding: 10px 0 0;
    position: relative;
}
#products .thumbnail-container:focus .highlighted-informations, #products .thumbnail-container:hover .highlighted-informations, .featured-products .thumbnail-container:focus .highlighted-informations, .featured-products .thumbnail-container:hover .highlighted-informations, .product-accessories .thumbnail-container:focus .highlighted-informations, .product-accessories .thumbnail-container:hover .highlighted-informations, .product-item .product-miniature .thumbnail-container:focus .highlighted-informations, .product-item .product-miniature .thumbnail-container:hover .highlighted-informations,
#products .thumbnail-container:focus .highlighted-informations.no-variants, #products .thumbnail-container:hover .highlighted-informations.no-variants, .featured-products .thumbnail-container:focus .highlighted-informations.no-variants, .featured-products .thumbnail-container:hover .highlighted-informations.no-variants, .product-accessories .thumbnail-container:focus .highlighted-informations.no-variants, .product-accessories .thumbnail-container:hover .highlighted-informations.no-variants, .product-item .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants, .product-item .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    bottom: 0;
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-item .product-miniature .product-description {
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}
#products .products-grid .products .product-item.list-view .product-description .product-title {
    padding-top: 0px;
    margin-bottom: .7rem;
}
#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-item .product-miniature .product-title {
    margin: 0;
    padding-top: 15px;
    text-align: left;
}
#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-item .product-miniature .product-title a {
    color: #333333;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
#products .product-title:hover a, .featured-products .product-title:hover a, 
.product-accessories .product-title:hover a, .product-item .product-miniature .product-title:hover a {
    color: #ffa200;
}
#products .product-price-and-shipping, .featured-products .product-price-and-shipping, 
.product-accessories .product-price-and-shipping, .product-item .product-miniature .product-price-and-shipping {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: left;
}

#product .h1 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
}
#product .product-discount .regular-price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
#product .product-price {
    color: #333333;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
#product .product-information {
    margin: 18px 0 10px;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}
#product .product-actions .control-label {
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}
.social-sharing span {
    font-weight: 600;
}
.product-actions .add-to-cart {
    padding-top: 8px;
    line-height: 24px;
}
.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;
}
#product .tabs .tab-pane {
    padding: 0;
}
#product .tabs .tab-pane .product-description > p {
    margin: 0;
}
.tabs .tab-pane p > label {
    float: none;
    width: auto;
    padding: 0;
}

@media (max-width: 991px) {
    #products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-item .product-miniature .product-title a {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .section-title > h2 > span::before, .section-title > h2 > span::after {
        width: 310px;
    }
}

@media (max-width: 767px) {
    #products .product-miniature:hover .product-title,
    .products .product-item .product-miniature:hover .product-title,
    #products .product-miniature:hover .product-price-and-shipping,
    .products .product-item .product-miniature:hover .product-price-and-shipping {
        display: block;
    }
}

@media (max-width: 479px) {
    #products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-item .product-miniature .product-title a {
        font-size: 14px;
    }
    #products .product-item, .featured-products .product-item, .product-accessories .product-item {
        padding: 0 10px;
    }
}

/*parallax-section*/
.ht-fullwidth-promotion {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 130px;
    padding-bottom: 130px;
    color: #ffffff;
    text-align: center;
    background-image: url(../img/promotion-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.ht-fullwidth-promotion .content-main {
    display: block;
    position: relative;
}

.ht-fullwidth-promotion .content-main h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 58px;
    font-weight: 700;
    display: block;
    margin: 0 0 35px;
}

.ht-fullwidth-promotion .content-main h4 > span {
    color: #ffa200;
}

.ht-fullwidth-promotion .content-main p {
    max-width: 80%;
    margin: 0 auto 40px;
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
    color: #ffffff;
}

.ht-fullwidth-promotion .content-main .btn-primary {
    padding: 12px 30px;
    font-size: 16px;
}

@media (max-width: 991px) {
    .ht-fullwidth-promotion {
        padding-top: 70px;
        padding-bottom: 70px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .ht-fullwidth-promotion .content-main h4 {
        font-size: 34px;
        margin: 0 0 20px;
    }

    .ht-fullwidth-promotion .content-main p {
        margin: 0 auto 25px;
        max-width: 85%;
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .ht-fullwidth-promotion {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ht-fullwidth-promotion .content-main h4 {
        font-size: 28px;
        margin: 0 0 15px;
    }

    .ht-fullwidth-promotion .content-main p {
        margin: 0 auto 20px;
        max-width: 90%;
        font-size: 14px;
        line-height: 24px;
    }

    .ht-fullwidth-promotion .content-main .btn-primary {
        padding: 10px 25px;
        font-size: 14px;
    }
}

@media (max-width: 639px) {
    .ht-fullwidth-promotion {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ht-fullwidth-promotion .content-main h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .ht-fullwidth-promotion .content-main p {
        width: 100%;
    }

    .ht-fullwidth-promotion .content-main .btn-primary {
        padding: 8px 20px;
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .ht-fullwidth-promotion {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ht-fullwidth-promotion .content-main h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .ht-fullwidth-promotion .content-main .btn-primary {
        padding: 7px 18px;
        font-size: 14px;
    }
}

/*testimonial-section*/
.ht-home-testimonials {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f5f5f5;
}

.ht-home-testimonials .content-block {
    display: block;
}

.ht-home-testimonials .testimonials-slider .item {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}

.ht-home-testimonials .testimonials-slider .item .item-inner {
    display: block;
    background: #ffffff;
    padding: 25px;
    margin-top: 50px;
    text-align: center;
}

.ht-home-testimonials .testimonials-slider .item .img-block {
    display: block;
    margin-bottom: 20px;
    margin-top: -72px;
}

.ht-home-testimonials .testimonials-slider .item .img-block > img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    height: auto;
    max-width: 100px;
}

.ht-home-testimonials .testimonials-slider .item .text-block {
    display: block;
}

.ht-home-testimonials .testimonials-slider .item .text-block > p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.ht-home-testimonials .testimonials-slider .item .text-block > strong {
    display: block;
    font-size: 16px;
    color: #333333;
}

.ht-home-testimonials .testimonials-slider .item .text-block > strong > span {
    font-size: 14px;
}

.ht-home-testimonials.slider-block .testimonials-slider .owl-controls .owl-buttons {
    background: #f5f5f5;
}

@media (max-width: 991px) {
    .ht-home-testimonials .testimonials-slider .item .item-inner {
        padding: 20px;
    }

    .ht-home-testimonials .testimonials-slider .item .text-block > p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .ht-home-testimonials .testimonials-slider .item .text-block > strong {
        font-size: 14px;
    }
}

/*blog-section*/
.ht-home-blogs {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ht-home-blogs .content-block {
    display: block;
}

.ht-home-blogs .blog-slider .item {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-bottom: 2px;
}

.ht-home-blogs .blog-slider .item .item-inner {
    display: block;
    position: relative;
}

.ht-home-blogs .blog-slider .item .img-block {
    display: block;
}

.ht-home-blogs .blog-slider .item .text-block {
    display: block;
    padding: 18px 0 0;
}

.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: 10px;
    padding-right: 15px;
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
}

.ht-home-blogs .blog-slider .item .text-block .blog-title {
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none;
}

.ht-home-blogs .blog-slider .item .text-block .blog-title > span {
    color: #333333;
    display: block;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    text-decoration: none;
}
.ht-home-blogs .blog-slider .item .text-block .blog-title > span:hover{
    color: #ffa200;
}
.ht-home-blogs .blog-slider .item .text-block .blog-desc {
    display: block;
    margin-bottom: 14px;
    color: #666666;
    line-height: 24px;
    font-size: 14px;
}

.ht-home-blogs .blog-slider .item .text-block .blog-read-more {
    display: inline-block;
    font-size: 13px;
    padding: 7px 15px;
}

.owl-theme .owl-controls .owl-pagination {
    margin-top: 25px;
}

.owl-theme .owl-controls .owl-page span {
    height: 15px;
    width: 15px;
    background: transparent;
    border: 2px solid #aeb1b6;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #000;
    border-color: #000;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .ht-home-blogs {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 639px) {
    .ht-home-blogs .content-row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

/*brands-section*/
.ht-home-brands {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ht-home-brands .content-block {
    display: block;
}

.ht-home-brands .brand-slider .item {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-bottom: 2px;
}

.ht-home-brands .brand-slider .item > a > img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
}

@media (max-width: 991px) {
    .ht-home-brands {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .ht-home-brands {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/*footer*/
#footer {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding-top: 30px;
}

.footer-before {
    float: left;
    width: 100%;
    clear: both;
    background: #333333;
}

.footer-socials {
    text-align: center;
    padding: 25px 0;
}

.footer-socials .section-title {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    margin-right: 25px;
}

.footer-socials .content-block {
    display: inline-block;
    vertical-align: middle;
}

.footer-socials .content-block > ul > li {
    margin: 0 5px;
    display: inline-block;
}

.footer-socials .content-block > ul > li > a {
    height: 48px;
    display: block;
    width: 48px;
    text-align: center;
    background: #444444;
    line-height: 48px;
    border-radius: 50%;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.footer-socials .content-block > ul > li > a:hover {
    background: #ffa200;
    color: #ffffff;
    text-decoration: none;
}

/*footer-container*/
.footer-container {
    float: left;
    width: 100%;
    clear: both;
    background: #222222;
    padding: 0;
    margin: 0;
}

.footer-top {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 0 45px;
}

.footer-container .column-title {
    color: #ffa200;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
    display: block;
}
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.footer-links > li {
    margin-bottom: 5px;
    display: block;
}
.footer-links > li > a {
    display: inline-block;
    color: #ffffff;
    line-height: 24px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
.footer-links > li > a:hover {
    color: #ffa200;
    margin-left: 5px;
}
.column-content {
    display: block;
    color: #ffffff;
}
.column-content .contact-info {
    display: block;
}
.column-content .contact-info .item {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.column-content .contact-info .item .icon-span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
}
.column-content .contact-info .item .text-span {
    display: block;
    padding-left: 28px;
    line-height: 24px;
}
.column-content .contact-info .item .text-span a {
    color: #ffffff;
}
.column-content > p {
    margin-bottom: 15px;
    color: #ffffff;
}
.column-content .block.newsletter {
    width: 100%;
    margin: 0;
}
.block.newsletter .form.subscribe {
    display: table;
    width: 100%;
}
.block.newsletter .form.subscribe {
    display: table;
    width: 100%;
}
.column-content .block.newsletter .field.newsletter {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.block.newsletter .field .control {
    text-decoration: none;
    display: block;
}
.column-content .block.newsletter .field.newsletter .control input {
    padding-left: 15px;
    height: 40px;
    border-color: #ffffff;
    color: #333333;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    border-radius: 1px;
    font-size: 14px;
    padding: 0 9px;
    width: 100%;
    box-sizing: border-box;
}
.column-content .block.newsletter .actions {
    display: block;
    width: auto;
}
.condition {
    color: #fff;
    padding-top: 15px;
    font-size: 12px;
}
.footer-bottom {
    float: left;
    width: 100%;
    clear: both;
    background: #222222;
}
.footer-bottom .content-main {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #555;
}
.footer-bottom .content-main .footer-bottom-left {
    float: left;
    margin-right: 15px;
}
.footer-bottom .content-main .copyright-block .copyright {
    display: block;
}
.footer-bottom .content-main .copyright-block .copyright a {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    display: block;
    padding: 5px 0;
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
}
.footer-bottom .content-main .footer-bottom-right {
    float: right;
}
#footer .footer-bottom .footer-payment-icon {
    display: block;
    padding: 5px 0;
    margin: 0;
    text-align: right;
}
#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:#fff;
    font-size:28px;
    line-height: 30px;
    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;
}
.contact-rich {
    padding: 15px;
    border: 1px solid #e1e1e1;
}
.contact-rich .block .data.email {
    padding-top: 0;
}
.contact-rich .block a[href^="mailto:"] {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .footer-socials {
        padding: 20px 0;
    }

    .footer-socials .section-title {
        font-size: 20px;
        margin-right: 15px;
    }

    .footer-socials .content-block > ul > li {
        margin: 0 4px;
    }

    .footer-socials .content-block > ul > li > a {
        height: 42px;
        line-height: 40px;
        font-size: 16px;
        width: 42px;
    }

    .footer-top {
        padding: 15px 0;
    }

    .footer-container .links .title {
        color: #ffffff;
        font-weight: 700;
        font-size: 20px;
        border-bottom: none;
    }

    .footer-container .links .title:hover span {
        color: #ffa200;
    }

    .footer-container .navbar-toggler {
        width: 22px;
        height: 22px;
        padding: 0;
        font-size: 22px;
        line-height: 22px;
    }

    .footer-container .links ul,
    .footer-column-content {
        background-color: transparent;
        padding: 0 15px;
    }

    .working-hours > p {
        padding: 5px 0 5px 5px;
    }

    .footer-container .links ul > li {
        border-bottom: none;
        padding: 5px 0;
        margin: 0;
    }

    .footer-container .links ul > li a {
        color: #ffffff;
        font-weight: 400;
    }

    .footer-container .links ul > li:hover a {
        color: #ffa200;
    }

    .footer-bottom .content-main {
        padding: 18px 0;
    }

    .footer-bottom .content-main .footer-bottom-left {
        float: left;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .footer-bottom .content-main .copyright-block .copyright {
        width: 100%;
        margin-right: 0;
        padding: 0;
    }

    .footer-bottom .content-main .footer-bottom-right {
        width: 100%;
        text-align: center;
    }

    #footer .footer-bottom .footer-payment-icon {
        text-align: center;
    }
}

@media (max-width: 639px) {
    .footer-container .links .title {
        font-size: 16px;
        font-weight: 600;
        padding: 5px 15px;
    }
}

@media (max-width: 479px) {
    .footer-socials .section-title {
        font-size: 18px;
    }

    .footer-socials .content-block > ul > li {
        margin: 0 4px;
    }

    #footer .footer-top .links {
        padding: 0 10px;
    }

    .footer-socials .content-block > ul > li > a {
        height: 38px;
        line-height: 36px;
        font-size: 14px;
        width: 38px;
    }
}

@media (max-width: 379px) {
    .footer-socials .section-title {
        margin-bottom: 12px;
    }
}

@media(min-width: 768px) {
    #newsletter-popup {
        width: 100% !important;
    }
}

/*category-page*/
#products .js-product-list .products-grid .products .product-item {
    width: 33.3333%;
}
#products .product-item.list-view .product-miniature .product-description {
    padding-top: 0;
}
.best-seller-products .section-title > h2 > span::before,
.best-seller-products .section-title > h2 > span::after {
    width: 370px;
}
.block-category .category-cover-block {
    padding: 15px;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
}

@media (max-width: 767px) {
    .best-seller-products .section-title > h2 > span::before, .best-seller-products .section-title > h2 > span::after {
        width: 310px;
    }
}

@media (max-width: 767px) {
    #product .h1 {
        padding-top: 25px;
    }
}

@media (max-width: 379px) {
    #product .h1 {
        font-size: 18px;
    }
}

body#checkout #header .header-nav {
    background-color: #ffffff;
    float: left;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

body#checkout #header #_desktop_logo {
    height: 100px;
}

body#checkout #header .header-nav #_desktop_contact_link {
    display: block;
    float: left;
    padding: 27.5px 15px;
}

body#checkout #header .header-nav #_desktop_contact_link a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

body#checkout #header .header-nav #_desktop_contact_link a:hover {
    color: #333333;
}
#blockcart-modal .cart-content p{
    padding: 10px 0;
}
body#checkout #header .header-nav #_desktop_contact_link #contact-link {
    text-align: left;
}

body#checkout #header .header-nav .header-contact-block,
body#checkout #header .header-nav #_desktop_language_selector,
body#checkout #header .header-nav #_desktop_currency_selector {
    display: none;
}

@media (max-width: 767px) {
    #search .page-content.page-not-found #search-tog-btn .search-widget button[type="submit"] {
        height: 50px;
        padding: 0;
        top: 0;
        right: 0;
        position: absolute;
        border: none;
        border-radius: 0;
        background: #333333;
        color: #fff;
        width: 50px;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
}

.block-reassurance-item .icon-img {
    display: inline-block;
}
#block-reassurance ul {
    margin: 0;
}
#product #block-reassurance {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .25);
}
.blockreassurance_product {
    margin-top: 25px;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    background: #fff;
}
.blockreassurance_product div {
    border-bottom: 1px solid #e1e1e1;
    padding: 1rem 1.5rem;
}
.blockreassurance_product div > p {
    margin-bottom: 0;
}
.blockreassurance_product div:last-child {
    padding: 0;
    border: none;
}
.advertising-block {
    text-align: center;
}
.top-block.img-block {
    display: inline-block;
    vertical-align: middle;
}
.top-block.img-block a {
    display: block;
}

#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 {
    color: #888888;
}

#product-modal .modal-dialog {
    max-width: 732px;
}
#product-modal .modal-content .modal-body {
    margin: 0;
    background-color: #ffffff;
}
#product-modal .modal-content .modal-body .image-caption {
    width: 513px;
}

/*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 > li.ht-level-0.has-child > a:after {
        content: "\f107";
        font-family: "Fontawesome";
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }

    #header .main-menu .top-menu > li.ht-level-0.has-child:hover > a:after {
        content: "\f106";
    }

    #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-left: 0;
        padding-right: 0;
        padding-bottom: 6px;
        padding-top: 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: #666;
        text-transform: unset;
        font-weight: normal;
    }
    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu li a:hover{
        color: #ffa200;
    }
    #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 #e1e1e1;
        border-top: 3px solid #ffa200;
        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: #666;
        text-transform: unset;
        font-weight: normal;
    }

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

    #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*/

@media(min-width: 768px) {
    body.nav-sticy#product .sticky-wrapper.top {
        top: 57px;
        z-index: 1;
    }
}