@import url(base.css);

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

p {
    margin: 0;
}

ul {
    margin: 0;
}

a {
    color: #000;
    transition: .5s;
}

a,
.dropdown i,
.dropdown .expand-more {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

.btn-primary {
    background-color: #e11e2f;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

.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: #000000;
    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 #e11e2f;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

@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-left: -10px;
        margin-right: -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: 30px;
}

.bottom-padding {
    padding-bottom: 30px;
}

.top-margin {
    margin-top: 30px;
}

.bottom-margin {
    margin-bottom: 30px;
}

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

@media (min-width: 768px) {
    #header .header-nav {
        display: block;
        background: #000000;
        height: 50px;
        border: none;
        margin: 0;
    }

    #header a {
        font-size: 12px;
        color: #fff;
    }

    #header a:hover {
        color: #e11e2f;
    }

    #header .header-nav #_desktop_contact_link {
        display: none;
    }

    .header-contact-block {
        line-height: 50px;
        height: 50px;
    }

    .header-contact-block>span {
        color: #ffffff;
        font-weight: 500;
        font-size: 12px;
        padding-right: 5px;
    }

    #header .header-contact-block strong a {
        color: #e11e2f;
        font-size: 18px;
    }

    #header .header-nav .language-selector,
    #header .header-nav .currency-selector {
        margin-right: 10px;
    }

    #header .header-nav .language-selector button,
    #header .header-nav .currency-selector button {
        color: #fff;
    }

    #header .header-nav .language-selector span,
    #header .header-nav .currency-selector span {
        font-size: 12px;
        color: #fff;
    }

    #header .header-nav .language-selector .dropdown-menu,
    #header .header-nav .currency-selector .dropdown-menu {
        margin: 0;
        border: none;
        padding: 12px 12px 0;
        float: left;
        width: 100%;
        border-top: 2px solid #000;
    }

    #header .header-nav .currency-selector .currency-list li,
    #header .header-nav .language-selector .language-list li {
        font-size: 14px;
        padding: 0 10px;
        margin: 0 4px 10px 4px;
        display: inline-block;
        float: left;
        text-transform: capitalize;
        border: 1px solid #ebebeb;
        line-height: 28px;
        width: auto;
        -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 #e11e2f;
        background-color: #e11e2f;
    }

    #header .header-nav .currency-selector .currency-list li a,
    #header .header-nav .language-selector .language-list li a {
        color: #666;
        padding: 0;
    }

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

    #header .header-nav .currency-selector .currency-list li.current a,
    #header .header-nav .language-selector .language-list li.current a {
        color: #e11e2f;
    }

    #header .header-nav .currency-selector .currency-list li.current:hover a,
    #header .header-nav .language-selector .language-list li.current:hover a {
        color: #fff;
    }

    #header .header-nav .currency-selector .btn-unstyle:focus .expand-more,
    #header .header-nav .language-selector .btn-unstyle:focus .expand-more {
        color: #fff;
    }

    #header .header-nav #_desktop_contact_link #contact-link,
    #header .header-nav .language-selector,
    #header .header-nav .currency-selector {
        margin-top: 0;
    }

    #header #_desktop_contact_link,
    #header #_desktop_user_info,
    #header .header-nav .language-selector,
    #header .header-nav .currency-selector {
        padding: 15px 0;
    }

    #header .header-nav .left-nav .contact-block p {
        color: #e11e2f;
    }

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

    #header .user-link {
        float: right;
        margin-left: 10px;
        font-weight: 500;
    }

    #header .user-link a i {
        padding-right: 5px;
    }

    #header .header-top {
        display: block;
        padding: 0;
        background: #e11e2f;
    }

    #header #_desktop_logo {
        float: left;
        display: table;
        height: 60px;
    }

    #header #_desktop_logo>a {
        margin: 0;
        max-width: 100%;
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    /*    desktop_cart*/
    #header #_desktop_cart {
        display: block;
        position: absolute;
        right: 0;
        height: 60px;
    }

    #header #_desktop_cart .header i {
        font-size: 18px;
        line-height: 60px;
        padding: 0 15px;
        cursor: pointer;
        color: #fff;
    }

    #header #_desktop_cart:hover i {
        color: #000000;
    }

    #header #_desktop_cart .cart-count {
        position: absolute;
        top: 10px;
        right: 8px;
        background: #000000;
        color: #fff;
        font-size: 12px;
        text-align: center;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        line-height: 18px;
    }

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

    #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;
        z-index: 99;
    }

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

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

    #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: #e11e2f;
        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 #e11e2f;
        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: #000000;
        border-color: #000000;
        color: #fff;
    }

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

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

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

    #header .header-top .search-widget {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 1;
    }

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

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

    .search-widget form button[type="submit"] {
        height: 50px;
        padding: 0;
        top: 0;
        right: 0;
        position: absolute;
        border: none;
        border-radius: 0;
        background: #000000;
        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;
    }

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

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

@media (max-width: 991px) {
    #header .user-link span {
        display: none;
    }

    #header .user-link a i {
        padding: 0 5px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    #header .header-nav {
        position: relative;
        background-color: #000000;
        margin: 0;
        border: none;
        padding-top: 15px;
    }

    #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: #fff;
        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: #e11e2f;
    }

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

    #header .header-nav #menu-icon {
        margin-right: 0;
    }

    #header .header-nav .top-logo {
        float: left;
        display: table;
        margin-top: -15px;
        padding-top: 0;
        height: 75px;
    }

    #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: 200px;
    }

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

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

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

    #header .header-nav .blockcart .header {
        padding: 0 12px;
        margin: 0;
        height: 50px;
        line-height: 50px;
        cursor: pointer;
    }

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

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

    #header #_mobile_cart .cart-count {
        position: absolute;
        font-size: 14px;
        top: 8px;
        right: 5px;
        background: #e11e2f;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .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 {
        display: inline-block;
        width: 40px;
        line-height: 50px;
        text-align: center;
    }

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

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

    #header #search-tog-btn {
        display: block;
        float: right;
        height: 50px;
        line-height: 50px;
        width: 40px;
        cursor: pointer;
        text-align: center;
    }

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

    #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"] {
        height: 50px;
        padding: 0;
        top: 0;
        right: 0;
        position: absolute;
        border: none;
        border-radius: 0;
        background: #000000;
        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;
    }

    #header #_desktop_cart {
        height: auto;
    }

    #header .header-top,
    #mobile_top_menu_wrapper .top-menu .sub-menu {
        background: #fff;
    }

    #mobile_top_menu_wrapper #top-menu li:hover>a,
    #mobile_top_menu_wrapper #top-menu li:hover>i {
        color: #e11e2f;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu li>a {
        border-bottom: 1px solid #f6f6f6;
        font-weight: 500;
    }
}

@media (max-width: 479px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    #header .header-nav .top-logo>a>img {
        max-width: 150px;
    }
}

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

/*home-image-slider*/

.image-slider-block {
    float: left;
    width: 100%;
    clear: both;
}

.image-slider-block .carousel .carousel-inner {
    height: auto;
}

.carousel .direction {
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.carousel:hover .direction {
    opacity: 1;
}

.carousel .carousel-control .icon-next,
.carousel .carousel-control .icon-prev {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    margin: 0;
    margin-top: -25px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.carousel .carousel-control .icon-prev {
    left: 30px;
}

.carousel .carousel-control .icon-next {
    right: 30px;
}

.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
    line-height: 44px;
    font-size: 34px;
    text-shadow: none;
}

.carousel .carousel-control .icon-next:hover,
.carousel .carousel-control .icon-prev:hover {
    border: 2px solid #e11e2f;
    background-color: #e11e2f;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: #fff;
}

@media (max-width: 639px) {

    .carousel .carousel-control .icon-next,
    .carousel .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        font-size: 24px;
        margin-top: -15px;
    }

    .carousel .carousel-control .icon-next i,
    .carousel .carousel-control .icon-prev i {
        line-height: 24px;
        font-size: 24px;
    }
}

/*promotion-block*/
.htstatic-section {
    display: block;
    clear: both;
    width: 100%;
    float: left;
}

.htstatic-section .promotion-block {
    display: block;
}

.htstatic-section .promotion-block .block-inner {
    display: block;
}

.htstatic-section .promotion-block .adv-block a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    z-index: 1;
}

.htstatic-section .promotion-block .adv-block a:hover {
    background: rgba(0, 0, 0, 0.3);
}

.htstatic-section .promotion-block .content img {
    width: 100%;
    max-width: 100%;
}

.htstatic-section .promotion-block .content p {
    position: absolute;
    top: 25%;
    right: 10%;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
}

.htstatic-section .promotion-block .content span {
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    line-height: 34px;
}

@media (max-width: 991px) {
    .htstatic-section .promotion-block .content p {
        font-size: 18px;
    }

    .htstatic-section .promotion-block .content span {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .htstatic-section .promotion-block .block-inner .adv-block {
        display: inline-block;
        float: left;
        width: 100%;
        margin: 15px 0;
    }
}

@media (max-width: 639px) {
    .htstatic-section .promotion-block .block-inner .adv-block {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .htstatic-section .promotion-block .content p {
        font-size: 24px;
    }

    .htstatic-section .promotion-block .content span {
        font-size: 28px;
    }
}

/*featured-products*/
.featured-products {
    clear: both;
    float: left;
    width: 100%;
}

.section-title {
    display: block;
}

.section-title>h2 {
    color: #555555;
    font-size: 30px;
    margin: 0 0 45px;
    padding-bottom: 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 40px;
    overflow: hidden;
    font-style: italic;
    font-weight: 700;
}

.section-title>h2:after {
    background-image: url('../img//heading-icon.png');
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 33px;
    width: 28px;
    background-repeat: no-repeat;
    right: 0;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
}

.section-title>h2>span:before,
.section-title>h2>span:after {
    content: "";
    height: 1px;
    width: 525px;
    background: #e11e2f;
    display: block;
    position: absolute;
    bottom: 13px;
}

.section-title>h2>span:before {
    left: 0;
}

.section-title>h2>span:after {
    right: 0;
}

.section-title>h2>span a {
    color: #555555;
}

#products .product-item,
.featured-products .product-item,
.product-accessories .product-item {
    margin: 0 0 25px;
    padding: 0 15px;
}

.featured-product .product-item {
    width: 25%;
}

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

#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-item .product-miniature .product-thumbnail {
    border: none;
    overflow: hidden;
}

.thumbnail-container .product-image-block {
    border: 1px solid #e11e2f;
}

#products img,
.featured-products img,
.product-accessories img,
.product-item .product-miniature img {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 5px;
}

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

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
    margin: 0;
}

.featured-products .product-item .product-miniature .product-flags .new,
#products .product-item .product-miniature .product-flags .new,
.featured-products .product-item .product-miniature .pack,
#products .product-item .product-miniature .pack {
    left: 0;
    font-size: 14px;
}

li.product-flag:not(.discount):not(.on-sale)~li.product-flag {
    margin-top: 50px;
}

.products-grid .products .product-item .product-flags>li.product-flag.pack {
    margin-top: .625rem;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-item .product-miniature .highlighted-informations {
    position: absolute;
    bottom: 0px;
    height: auto;
    padding: 15px 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    width: 100%;
}

.products .product-item .product-miniature .thumbnail-container:hover .highlighted-informations,
#products .thumbnail-container:hover .highlighted-informations {
    opacity: 1;
}

.product-action .quick-view-btn,
.product-action .cart-action-btn {
    display: inline-block;
}

.product-action .btn.btn-primary {
    color: #fff;
    width: 45px;
    height: 45px;
    padding: 0;
}

.product-action .btn.btn-primary i {
    line-height: 45px;
    font-size: 18px;
    color: #ffffff;
}

.color,
.custom-checkbox input[type="checkbox"]+span.color {
    margin-bottom: 0;
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-item .product-miniature .variant-links {
    background: transparent;
    top: 0;
    padding-top: 10px;
    min-height: inherit;
}

#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: 15px;
    padding-bottom: 0;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-item .product-miniature .product-title {
    margin: 0;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-item .product-miniature .product-title a {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}

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

#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 {
    padding-top: 10px;
    color: #111111;
}

@media (max-width: 1199px) {
    .featured-product .product-item {
        width: 33.3333%;
    }
}

@media (max-width: 768px) {

    .section-title>h2>span::before,
    .section-title>h2>span::after {
        width: 310px;
    }
}

@media (max-width: 767px) {
    .featured-product .product-item {
        width: 50%;
    }
}

@media (max-width: 639px) {

    .section-title>h2>span::before,
    .section-title>h2>span::after {
        width: 200px;
    }

    .section-title>h2 {
        font-size: 24px;
        margin-bottom: 35px;
    }
}

@media (max-width: 479px) {

    .section-title>h2>span::before,
    .section-title>h2>span::after {
        width: 180px;
    }

    #products .product-item,
    .featured-products .product-item,
    .product-accessories .product-item {
        padding: 0 10px;
    }
}

@media (max-width: 379px) {

    .section-title>h2>span::before,
    .section-title>h2>span::after {
        width: 140px;
    }
}

/*parallax-block*/
.parallax-block {
    display: block;
    width: 100%;
    padding: 30px 0;
    background-image: url('../img/parallax-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    clear: both;
}

.parallax-block .block-inner {
    padding: 134px 0;
    text-align: center;
}

.parallax-block .block-inner h5 {
    font-size: 28px;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px;
    line-height: 30px;
}

.parallax-block .block-inner h3 {
    font-size: 68px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 30px;
    line-height: 1;
}

.parallax-block .block-inner .btn-primary {
    border-radius: 50px;
    padding: 12px 20px;
    font-weight: 700;
    background: transparent;
    border: 2px solid #fff;
    line-height: 24px;
}

.parallax-block .block-inner .btn-primary:hover {
    border: 2px solid #e11e2f;
    background: #e11e2f;
}

@media (max-width: 991px) {
    .parallax-block .block-inner {
        padding: 90px 0;
    }

    .parallax-block .block-inner h5 {
        font-size: 24px;
    }

    .parallax-block .block-inner h3 {
        font-size: 42px;
    }

    .parallax-block .block-inner .btn-primary {
        border-radius: 50px;
        padding: 10px 16px;
        font-size: 14px;
        font-weight: 600;
    }
}

@media (max-width: 768px) {
    .parallax-block .block-inner {
        padding: 50px 0;
    }
}

@media (max-width: 639px) {
    .parallax-block .block-inner {
        padding: 30px 0;
    }

    .parallax-block .block-inner h5 {
        font-size: 18px;
    }

    .parallax-block .block-inner h3 {
        font-size: 32px;
    }
}

@media (max-width: 479px) {
    .parallax-block .block-inner h5 {
        font-size: 16px;
    }

    .parallax-block .block-inner h3 {
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .parallax-block .block-inner {
        padding: 20px 0;
    }
}

/*testimonial-block*/
.testimonial-block {
    width: 100%;
    padding: 60px 0;
    background-image: url('../img/testimonial-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    clear: both;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.testimonial-block::after {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    opacity: .7;
    z-index: -1;
}

.testimonial-block .testimonial-inner {
    display: block;
    position: relative;
    padding: 30px 0;
}

.testimonial-block .testimonial-inner p {
    color: #666;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 20px;
    font-size: 18px;
    font-style: italic;
    line-height: 38px;
    position: relative;
}

.testimonial-block .testimonial-inner .info-block {
    display: block;
}

.testimonial-block .testimonial-inner .info-block .img-block {
    display: block;
    max-width: 90px;
    margin: 0 auto 8px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.testimonial-block .testimonial-inner .info-block .text-block {
    color: #e11e2f;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}

.testimonial-block .testimonial-inner .info-block .text-block>strong {
    color: #333;
    display: block;
}

@media (max-width: 991px) {
    .testimonial-block .testimonial-inner {
        padding: 0px;
    }

    .testimonial-block .testimonial-inner p {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .testimonial-block {
        padding: 40px 0;
    }

    .testimonial-block .testimonial-inner p {
        font-size: 14px;
        line-height: 24px;
    }
}

/*blog-section*/
.page-index #wrapper {
    background: #f4f4f4;
}

.blog-section {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    padding: 30px 0;
}

.blogpost-block {
    float: left;
    width: 100%;
    display: block;
    margin: 0px;
}

.blogpost-block .blog-section-title {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.blogpost-block .blog-section-title {
    position: relative;
    display: block;
}

.blogpost-block .blog-section-title>h2 {
    position: relative;
    display: block;
    color: #252525;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 50px;
    padding-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.blogpost-block .blog-section-title>h2 span {
    display: block;
    padding-bottom: 0px;
    position: relative;
    font-size: 30px;
}

.blogpost-block .blog-section-title>h2:after {
    background-color: #e7e7e7;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    left: 0;
}

.blogpost-block .blog-section-title>h2 span:after {
    background-color: #93c027;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 100px;
    margin: 0 auto;
    bottom: -18px;
    z-index: 11;
    left: 0;
}

.blog-section .blogpost-block .blog-section-inner {
    width: 100%;
    padding: 30px 0;
    border-bottom: none;
    display: block;
}

.blogpost-block .blog-block {
    width: 100%;
    float: left;
    display: block;
}

.blogpost-block .blog-block .blog-inner {
    display: block;
    padding: 0 15px;
}

.blogpost-block .blog-block .blog-inner .blog-inner-block {
    background: #fff;
    width: 100%;
    display: block;
    clear: both;
    box-sizing: border-box;
}

.blogpost-block .blog-block .blog-inner .blog-inner-block .blog-image a {
    display: block;
}

.blogpost-block .blog-block .blog-inner .blog-image {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.blogpost-block .blog-block .blog-inner .blog-inner-block:hover .blog-image a::before {
    left: 0;
    width: 100%;
    opacity: 1;
}

.blogpost-block .blog-block .blog-inner .blog-inner-block .blog-image a::before {
    background: rgba(0, 0, 0, .2);
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.blogpost-block .blog-block .blog-inner .blog-image img {
    height: auto;
    max-width: 100%;
    width: 100%;
    opacity: 1;
}

.blogpost-block .blog-block .blog-inner .blog-content .post-date,
.blogpost-block .blog-block .blog-inner .blog-content .post-author {
    color: #e11e2f;
    padding: 0;
    position: relative;
    margin-top: 0px;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 3px;
}

.blogpost-block .blog-block .blog-inner .blog-content {
    width: 100%;
    display: block;
    position: relative;
    clear: both;
    box-sizing: border-box;
    text-align: center;
    padding: 0 15px;
    padding-bottom: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blogpost-block .blog-block .blog-inner .blog-content>h3 a:hover {
    color: #e11e2f;
}

.blogpost-block .blog-block .blog-inner .blog-content>h3 a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 28px;
}

.blogpost-block .blog-block .blog-inner .blog-content>h3 {
    margin: 15px 0 15px;
    text-transform: uppercase;
}

.blogpost-block .blog-block .blog-inner .blog-content>p {
    color: #555555;
    line-height: 25px;
    margin-bottom: 15px;
    letter-spacing: 0px;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 400;
}

.blogpost-block .blog-block .blog-inner .blog-content .shop-btn {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.blogpost-block .blog-block .blog-inner .blog-content .shop-btn a {
    color: #fff;
    background: #e11e2f;
    border: 2px solid #e11e2f;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    padding: 3% 25%;
    ;
    width: 80%;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat";
}

.blogpost-block .blog-block .blog-inner .blog-content .shop-btn a:hover {
    background: #fff;
    color: #e11e2f;
}

.blog-slider .owl-controls.clickable {
    margin-top: 0;
    text-align: center;
    width: 100%;
}

.blog-slider .owl-controls.clickable .owl-buttons {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    margin-top: -25px;
}

.blog-slider .owl-controls.clickable .owl-buttons>div {
    background: #ffffff;
    border-radius: 0;
    color: #d3d3d3;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    margin: 0;
    opacity: 0.9;
    padding: 0;
    text-align: center;
    width: 40px;
    border: 1px solid #d3d3d3;
    position: absolute;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.blog-slider .owl-controls.clickable .owl-buttons>div.owl-prev {
    left: 0;
}

.blog-slider .owl-controls.clickable .owl-buttons>div.owl-next {
    right: 0;
}

.blog-slider .owl-controls.clickable .owl-buttons>div:hover {
    background: #fff;
    color: #e11e2f;
    border-color: #e11e2f;
}

@media (max-width: 639px) {

    .blog-section,
    .blog-section .blogpost-block .blog-section-inner {
        padding: 25px 0;
    }
}

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

.brand-content {
    float: left;
    width: 100%;
    clear: both;
}

.brand-row {
    margin-left: -15px;
    margin-right: -15px;
}

.brands-slider {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.brands-slider li {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

.brands-slider li>a {
    display: block;
}

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

#footer {
    margin-top: 30px;
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
}

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

/*newsletter-block*/
.block_newsletter {
    padding: 36px 0;
    margin: 0;
    font-size: 0;
}

.newsletter-logo {
    width: 16%;
    padding-left: 0;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.newsletter-logo>img {
    width: 100%;
    max-width: 100%;
}

.newsletter-inner {
    padding-left: 15px;
    padding-right: 0;
    width: 84%;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.block_newsletter p {
    font-size: 19px;
    font-weight: 700;
    padding: 0px;
    line-height: 51px;
    border: none;
    color: #fff;
    text-align: right;
}

.block_newsletter .condition {
    display: none;
}

.block_newsletter form input[type="email"] {
    max-width: 100%;
    height: 51px;
    padding: 11px 15px;
    border: 2px solid #fff;
    font-size: 14px;
}

.block_newsletter form input[type="email"]:focus {
    border: none;
    padding: 11px 15px;
    border: 2px solid #e11e2f;
}

.block_newsletter form input {
    height: 51px;
    border-radius: 50px;
    border: 2px solid #e11e2f;
}

.block_newsletter .btn.btn-primary:hover {
    background: #fff;
    color: #e11e2f;
    border: 2px solid #e11e2f;
}

@media (max-width: 991px) {
    .newsletter-logo {
        width: 100%;
        padding-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }

    .newsletter-logo>img {
        width: unset;
        max-width: 100%;
        margin: 0 auto;
    }

    .block_newsletter p {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .newsletter-inner {
        width: 100%;
        padding-left: 0;
    }

    #footer {
        margin-top: 25px;
    }
}

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

    #footer {
        margin-top: 20px;
    }
}

@media (max-width: 479px) {
    .block_newsletter p {
        font-size: 18px;
        line-height: normal;
    }

    .brand-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    #footer {
        margin-top: 10px;
    }
}

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

/*newsletter-bottom-block*/
.htstatic-section .newsletter-bottom-block {
    clear: both;
    float: left;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
}

.htstatic-section .newsletter-bottom-block .footer-phone-contact,
.htstatic-section .newsletter-bottom-block .footer-social-block,
.htstatic-section .newsletter-bottom-block .footer-email-contact {
    float: left;
    width: 33.3333%;
}

.htstatic-section .newsletter-bottom-block .footer-phone-contact {
    text-align: left;
    padding: 25px 5px;
    border-right: 1px solid #e1e1e1;
}

.htstatic-section .newsletter-bottom-block .footer-phone-contact .contact-inner {
    position: relative;
}

.htstatic-section .newsletter-bottom-block .footer-phone-contact .contact-inner .icon-block {
    display: inline-block;
    vertical-align: middle;
    font-size: 44px;
    color: #bbbbbb;
    margin-right: 8px;
    line-height: 48px;
}

.htstatic-section .newsletter-bottom-block .footer-phone-contact .contact-inner .text-block {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    text-align: left;
}

.htstatic-section .newsletter-bottom-block .footer-phone-contact .contact-inner .text-block>p {
    margin: 0;
    font-weight: normal;
    color: #666;
}

.htstatic-section .newsletter-bottom-block .footer-phone-contact .contact-inner .text-block>strong {
    font-size: 24px;
    line-height: 24px;
    color: #444;
}

.htstatic-section .newsletter-bottom-block .footer-social-block {
    text-align: center;
    padding: 30px 5px;
    border-right: 1px solid #e1e1e1;
}

.htstatic-section .newsletter-bottom-block .footer-social-block>li {
    display: inline-block;
    float: none;
    margin: 0 2px 7px;
    text-align: center;
    width: auto;
    margin: 0 5px;
}

.htstatic-section .newsletter-bottom-block .footer-social-block>li>a {
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    width: 38px;
    background: #bbbbbb;
    border-color: #bbbbbb;
    color: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.htstatic-section .newsletter-bottom-block .footer-social-block>li:hover>a {
    background-color: #e11e2f;
}

.htstatic-section .newsletter-bottom-block .footer-email-contact {
    text-align: right;
    padding: 25px 5px;
}

.htstatic-section .newsletter-bottom-block .footer-email-contact .contact-inner .icon-block {
    display: inline-block;
    vertical-align: middle;
    font-size: 44px;
    color: #bbbbbb;
    margin-right: 8px;
    line-height: 48px;
}

.htstatic-section .newsletter-bottom-block .footer-email-contact .contact-inner .text-block {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    text-align: left;
}

.htstatic-section .newsletter-bottom-block .footer-email-contact .contact-inner .text-block>p {
    margin: 0;
    font-weight: normal;
    color: #666;
}

.htstatic-section .newsletter-bottom-block .footer-email-contact .contact-inner .text-block>strong {
    font-size: 20px;
    line-height: 24px;
    color: #333;
}

@media (max-width: 1199px) {

    .htstatic-section .newsletter-bottom-block .footer-phone-contact .contact-inner .icon-block,
    .htstatic-section .newsletter-bottom-block .footer-email-contact .contact-inner .icon-block {
        font-size: 28px;
    }

    .htstatic-section .newsletter-bottom-block .footer-phone-contact .contact-inner .text-block>strong,
    .htstatic-section .newsletter-bottom-block .footer-email-contact .contact-inner .text-block>strong {
        font-size: 16px;
    }
}

@media (max-width: 991px) {

    .htstatic-section .newsletter-bottom-block .footer-phone-contact .contact-inner .icon-block,
    .htstatic-section .newsletter-bottom-block .footer-email-contact .contact-inner .icon-block {
        display: none;
    }
}

@media (max-width: 767px) {
    .htstatic-section .newsletter-bottom-block {
        border: none;
    }

    .htstatic-section .newsletter-bottom-block .footer-phone-contact,
    .htstatic-section .newsletter-bottom-block .footer-email-contact,
    .htstatic-section .newsletter-bottom-block .footer-social-block {
        width: 100%;
        border: none;
        border-bottom: 1px solid #e1e1e1;
        padding-left: 0;
        padding-right: 0;
    }

    .htstatic-section .newsletter-bottom-block .footer-phone-contact .contact-inner,
    .htstatic-section .newsletter-bottom-block .footer-email-contact .contact-inner {
        text-align: center;
    }

    .htstatic-section .newsletter-bottom-block .footer-phone-contact .contact-inner .icon-block,
    .htstatic-section .newsletter-bottom-block .footer-email-contact .contact-inner .icon-block {
        display: inline;
    }
}

/*footer-container*/
.footer-container {
    padding: 0;
    margin: 0;
}

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

.footer-container .h3,
#block_myaccount_infos .myaccount-title a {
    margin: 0;
    margin-bottom: 35px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    color: #555;
}

.footer-container li a {
    font-weight: 500;
    color: #666;
}

.footer-container li a:hover {
    color: #e11e2f;
    margin-left: 8px;
}

.footer-column-content {
    display: block;
    color: #666;
    line-height: 24px;
}

.working-hours>p {
    display: block;
    margin-bottom: 7px;
    font-weight: 500;
    color: #666;
}

.working-hours .block-static-block {
    margin: 0;
}

#block_working_hours .working-hours .footer-payment-icon {
    display: block;
    padding: 10px 0 0;
    margin: 0;
}

.working-hours .footer-payment-icon>li {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 0;
    position: relative;
}

.working-hours .footer-payment-icon>li>a {
    display: block;
    padding: 0 3px;
    box-sizing: border-box;
    color: #222222;
    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-container .working-hours .footer-payment-icon>li>a:hover {
    color: #222222;
    text-decoration: none;
    margin: 0;
}

.working-hours .footer-payment-icon>li:last-child>a {
    padding-right: 0;
}

.copyright-outer {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #e11e2f;
}

.copyright-outer a {
    font-size: 12px;
    color: #666666;
}

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

    .footer-container .links .h3 {
        line-height: normal;
        font-size: 18px;
        margin-bottom: 0;
    }

    .footer-container .links .title {
        padding: 10px 15px;
        border-bottom: none;
    }

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

    .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: #fff;
        padding: 0 15px;
    }

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

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

    .footer-container .h3,
    #block_myaccount_infos .myaccount-title a {
        font-size: 19px;
    }

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

    #block_working_hours .working-hours .footer-payment-icon {
        padding: 0;
    }
}

@media (max-width: 479px) {
    #footer .footer-top .links {
        padding: 0 10px;
    }
}

/*category-page*/
#products .js-product-list .products-grid .products .product-item {
    width: 33.3333%;
}

#products .product-item.list-view .product-miniature .product-description {
    padding-top: 0;
}

.best-seller-products .section-title>h2>span::before,
.best-seller-products .section-title>h2>span::after {
    width: 370px;
}

@media (max-width: 767px) {

    .best-seller-products .section-title>h2>span::before,
    .best-seller-products .section-title>h2>span::after {
        width: 310px;
    }
}

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

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

body#checkout #header .header-nav {
    background-color: #e11e2f;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    box-shadow: none;
}

body#checkout #header .header-nav #_desktop_contact_link {
    display: block;
    padding: 20px 0;
}

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

body#checkout .header-contact-block {
    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: #000000;
        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 #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;
}

.quickview .modal-content {
    background-color: #ffffff;
}

#product .h1 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: 10px;
}

#product .product-discount .regular-price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

#product .product-price {
    color: #e11e2f;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

#blockcart-modal .modal-body .divide-right span.color {
    width: auto;
    height: auto;
    border: none;
    margin-left: 0;
    margin-top: 0;
    cursor: auto;
}

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

#product .product-quantity #quantity_wanted {
    height: 52px;
    border-color: #e1e1e1;
    width: 60px;
    color: #333333;
}

#product .product-quantity .input-group-btn-vertical {
    border: 1px solid #e1e1e1;
    display: inline-block;
    height: 51px;
    margin-left: 4px;
    vertical-align: top;
    width: 25px;
    float: none;
}

#product .product-quantity .input-group-btn-vertical .btn {
    cursor: pointer;
    font-size: 8px;
    font-weight: normal;
    height: 25px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    float: left;
    background: transparent;
    color: #333;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e1e1e1;
    padding: 0;
    margin: 0;
}

#product .product-quantity .input-group-btn-vertical .btn>i {
    top: unset;
    left: unset;
    position: static;
}

#product .product-prices {
    margin-top: 0;
}

.product-information {
    margin-top: 10px;
}

#product .add .btn {
    line-height: 24px;
    padding: 13px 17px;
    height: auto;
    width: 180px;
    font-size: 16px;
}

.add .btn {
    background: #e11e2f;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 13px;
    ;
    box-shadow: none;
    white-space: inherit;
    transition: .5s;
}

.add .btn:hover {
    background-color: #000000;
}

.product-information p {
    color: #333333;
}

.product-information .product-description ul {
    list-style: disc;
    padding-left: 30px;
    margin: 5px 0;
}


/*navbar submenu styles start*/
@media (min-width: 768px) {
    .top-navigation-menu {
        padding-right: 100px;
    }

    #header .main-menu {
        border-bottom: none;
    }

    #header .menu {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        position: relative;
        padding: 0;
        margin: 0;
        z-index: 11;
        border-bottom: none;
    }

    #header .main-menu .top-menu {
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
    }

    #header .main-menu>ul>li {
        float: left;
        display: inline-block;
        margin-bottom: 0;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        padding: 0;
    }

    #header .main-menu>ul a[data-depth="0"] {
        position: relative;
        display: block;
        font-size: 14px;
        font-weight: 600;
        padding: 20px 15px;
        letter-spacing: 0.5;
        color: #fff;
        text-transform: uppercase;
        line-height: 20px;
        transition: all .3s ease-in 0s;
        -moz-transition: all .3s ease-in 0s;
        -webkit-transition: all .3s ease-in 0s;
    }

    #header .main-menu>ul a[data-depth="0"]:hover,
    #header .main-menu>ul .current a[data-depth="0"] {
        color: #000000;
        background: #e11e2f;
    }

    .top-menu a:not([data-depth="0"]) {
        padding: 7px 0 0 0;
    }

    #header .main-menu .sub-menu {
        border: 1px solid #e1e1e1;
        margin-left: 0;
        z-index: 10000;
        border-radius: 0;
        display: none;
        top: 100% !important;
        width: auto;
        min-width: inherit;
        left: auto;
        right: auto;
        background-color: #FFF;
        box-shadow: none;
        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;
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
    }

    #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);
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
    }

    #header .main-menu .sub-menu a {
        color: #000;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    #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 .main-menu .sub-menu li>a.dropdown-submenu {
        text-transform: capitalize;
        color: #444;
        font-size: 14px;
        font-weight: 600;
        padding-bottom: 5px;
        margin-bottom: 0px;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    #header .main-menu .sub-menu .top-menu>li a {
        position: relative;
        color: #000;
        font-size: 14px;
    }

    #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;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
    }

    #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);
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
    }

    #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);
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
    }

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

    #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: 0;
        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.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 .top-menu>li.category>a:hover {
        color: #e11e2f;
    }

    #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 #e11e2f;
        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;
        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: 14px;
    }

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

    #header .main-menu .sub-menu .top-menu>li a:hover {
        color: #e11e2f;
    }
}

@media (max-width: 768px) {
    #header .main-menu .top-menu>li.ht-level-0.has-child>a::after {
        right: 0;
    }
}

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

.block-category .category-cover-block .category-desc {
    color: #666666;
    display: block;
}

.block-category .category-cover-block .category-desc #category-description>p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    display: block;
}

.block-category .category-cover-block .category-desc #category-description>p>span {
    color: #666666;
}

.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: 3px solid #e1e1e1;
    background: #fff;
    color: #333;
    text-decoration: none;
}

.tabs .nav-tabs .nav-link {
    background: #f6f6f6;
    border: 3px solid #e1e1e1;
}

.tabs .tab-content {
    background: #fff;
    padding: 35px;
    border: 1px solid #e1e1e1;
}

#product .tabs .tab-pane {
    padding: 0;
}

#product .tabs .tab-pane .product-description>p {
    margin: 0;
}

.quickview .arrows .arrow-down {
    left: 0;
}

.quickview .arrows .arrow-up {
    opacity: 1;
}

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

#product-modal .modal-content .modal-body .product-cover-modal {
    max-width: 100%;
}

#manufacturer .brand-list {
    display: block;
    float: left;
    width: 100%;
    padding: 30px 0;
}

#manufacturer .brand {
    float: left;
    padding: 0 15px;
    display: inline-block;
    width: 25%;
    margin-bottom: 30px;
}

#manufacturer .brand .brand-img {
    margin-bottom: 15px;
}

#manufacturer .brand .brand-img>a {
    display: block;
}

#manufacturer .brand .brand-infos {
    margin-bottom: 15px;
}

#manufacturer .brand .brand-products a {
    margin-right: 10px;
    font-weight: 600;
}

#manufacturer a:hover {
    color: #333333;
}

#manufacturer-description {
    margin-bottom: 15px;
}


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

.advertising-block {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
}

.advertising-block img {
    transition: .5s;
}

.advertising-block img:hover {
    transform: scale(1.05);
}

#search-tog-btn>span {
    display: none;
}

#index #search-tog-btn>span {
    display: block;
}

.header-top #search-tog-btn>span {
    display: block;
}

#pagenotfound .page-not-found .search-widget form input[type="text"] {
    padding: 14px;
}

.page-not-found p {
    margin-bottom: 1rem;
}

#header .main-menu .top-menu>li.ht-level-0.has-child:hover>a {
    color: #000000;
}

.block-category .category-cover img {
    width: auto;
}

#search_filters .facet .faceted-slider li {
    margin-bottom: 10px;
}

.product-flags li.product-flag.discount {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    min-height: auto;
    min-width: auto;
    padding: 4px 8px;
}

.product-flags li.product-flag.new {
    background-color: #e11e2f;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    min-height: auto;
    min-width: auto;
    padding: 4px 8px;
}

#header .main-menu .top-menu.ht-classic li .collapse ul li a:hover span {
    color: #000000;
}

.product-actions .add-to-cart i {
    display: none;
}

#products .products-grid .products .product-item.list-view .product-miniature .thumbnail-container {
    border: none;
}

@media (max-width: 767px) {
    #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;
    }

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

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

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

    .top-navigation-menu.ht-main-menu.col-md-10 {
        min-height: auto;
    }

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

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

.product-line-info.color {
    height: auto;
    width: auto;
    margin: 0;
    border: none;
}

.page-my-account #content .links a:hover i.material-icons {
    color: #e11e2f;
}

.wishlist-list-container .wishlist-list-item:hover .wishlist-list-item-title {
    color: #e11e2f;
}

.wishlist-footer-links>a.text-primary {
    color: #222 !important;
}

.wishlist-footer-links>a.text-primary:hover {
    color: #e11e2f !important;
}

.products-sort-order .dropdown-menu {
    width: 100%;
}

.wishlist-products-container .sort-by-row a.select-list:hover {
    color: #fff;
}

#main .wishlist-products-container .card.page-content .wishlist-products-item {
    margin: 15px 8px;
}

.block_newsletter p.alert.alert-danger.block_newsletter_alert {
    font-size: 15px;
    text-align: left;
    padding: 0px 15px 0;
}

.block_newsletter p#block-newsletter-label {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.block_newsletter form {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.block_newsletter form.newsletter-form.col-md-8 {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#footer .footer-container .scrollTop {
    background: #e11e2f;
    border-color: #e11e2f;
}

#footer .footer-container .scrollTop:hover {
    background: #333333;
    border-color: #333333;
}

/* Custom css start here ..  */
#_desktop_logo h1 {
    line-height: 2.3;
}

/* new product block  */
.product-miniature .thumbnail-container {
    background: transparent;
}

.product-miniature .product-description {
    background: transparent;
}

.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
    border-top: none;
}

.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    top: calc(100% - 4.7rem);
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
    background-color: #e11e2f;
}

.product-flags li.product-flag {
    background: #e11e2f;
}

/* newsletter block  */
.block_newsletter.col-lg-12.col-md-12.col-sm-12 {
    max-width: unset !important;
    background-color: #000;
}

.block_newsletter #block-newsletter-label {
    font-size: 19px;
    line-height: 51px;
    color: #ffffff;
}

.footer-container li {
    line-height: 24px;
}

/* Register Page */
.radio-inline .custom-radio {
    margin-right: .1rem;
}

.radio-inline:first-of-type {
    margin-right: 0.5rem;
}

.custom-radio input[type="radio"]:checked+span {
    background-color: #e11e2f;
}

/* product page  */
.wishlist-button-add.wishlist-button-product {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    display: inline-block !important;
    height: 3.2rem !important;
    width: 3rem !important;
    margin-left: 14px !important;
}

#thumbnails .js-modal-mask .product-images .thumb.js-modal-thumb {
    height: auto;
}

#product-modal .modal-dialog .modal-content .modal-body .js-modal-product-cover.product-cover-modal {
    height: auto;
}

#product-modal .modal-content .modal-body .product-images img {
    border: 3px solid #ececec;
}

#product-modal .modal-content .modal-body .product-images img:hover {
    border: #e11e2f 3px solid;
}

.product-images>li.thumb-container .thumb.selected,
.product-images>li.thumb-container .thumb:hover {
    border: #e11e2f 2px solid;
}

li.product-flag:not(.discount):not(.on-sale)~li.product-flag {
    margin-top: 0.625rem;
}

.blockreassurance_product .item-product {
    margin-right: 0.625rem;
}

/* category page  */
#subcategories {
    border: 1px solid #e1e1e1;
}

#subcategories ul li:hover .subcategory-image a {
    border: 1px solid #e11e2f;
    padding: 9px;
}

#subcategories ul li .subcategory-name {
    color: #333;
}

#subcategories ul li .subcategory-name:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.cart-grid-body a.label:hover {
    color: #e11e2f;
}

#products .row.products-selection {
    display: flex;
    align-items: center;
}

.products .highlighted-informations .quick-view .material-icons.search {
    font-size: 18px;
}

#new-products #search_filters_wrapper,
#prices-drop #search_filters_wrapper {
    display: none;
}

#search_filters>.h6,
#search_filters_brands>.h6,
#search_filters_suppliers>.h6 {
    font-size: 16px;
}

.block-category .category-cover-block {
    background: #f9f9f9;
    padding: 25px;
}

.block-category #category-description p:first-child {
    margin-bottom: 0;
}

#products .products-selection .products-sort-order .select-title {
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 0.2;
}

#products .products-grid .products .product-item.list-view .product-miniature .thumbnail-container {
    height: 100%;
    width: 100%;
}

.product-item.list-view .product-miniature .thumbnail-container .product-image-block {
    border: 1px solid #e1e1e1;
    float: left;
    width: 30%;
}

.product-item.list-view article .wishlist-button-add {
    right: 71% !important;
}

.pagination li a i {
    color: #000;
}

.pagination li a:hover i {
    color: #fff;
}

/* whishlist page */
.text-primary {
    color: #e11e2f !important;
}

.wishlist-add-to-new i {
    color: #e11e2f !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #e11e2f !important;
}

.wishlist-product-combinations a:hover {
    color: #e11e2f !important;
}

/* contact us page  */
.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
    background: #e11e2f;
}

/* sitemap  */
.sitemap ul.nested {
    margin-left: 0;
}

/*Cart Page*/
.cart-grid-body .card-block h1 {
    font-weight: 600;
    font-size: 22px;
}

.product-line-grid-body .product-line-info.color {
    width: unset;
}

.card-block.checkout .btn.disabled {
    background: #e11e2f;
    border-color: #e11e2f;
}

#blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: .3125rem;
    width: unset;
}

/*Blockcart-model*/
#blockcart-modal .cart-content .cart-content-btn .btn {
    display: flex;
    align-items: center;
}

#blockcart-modal .modal-title i.material-icons {
    margin-right: 10px;
}

/*Order Page*/

.js-cart .cart-summary-products>p>a::after {
    display: none;
}

.js-cart .cart-summary-products>p>a .material-icons {
    float: right;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    background-color: transparent;
    color: #333;
    font-size: 18px;
}

body#checkout section.checkout-step .step-title {
    font-size: 18px;
    font-weight: 600;
}

body#checkout section.checkout-step .radio-inline .custom-radio {
    border-width: 2px;
}

body#checkout section.checkout-step.-complete .step-title,
body#checkout section.checkout-step.-current+.checkout-step .step-title,
body#checkout section.checkout-step .step-number {
    padding-top: 0 !important;
    border: none;
}

body#checkout .cart-grid-right .card,
body#checkout section.checkout-step .address-item.selected {
    border: 1px solid #e1e1e1;
}

body#checkout .cart-grid-right .card .cart-total {
    background-color: #f1f1f1;
    padding: 10px 8px;
}

body#checkout #cart-summary-product-list .product-name a {
    color: #333;
}

.custom-radio input[type="radio"]:checked+span,
.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-color: #e11e2f;
}

.card .card-block .done {
    padding: 0;
    margin-right: 10px;
}

/* 991px media start  */
@media (max-width: 991px) {
    .carousel .direction .carousel-control i {
        background: transparent;
    }

    .carousel .direction .carousel-control .icon-prev {
        margin-left: 30px;
    }

    .carousel .direction .carousel-control .icon-next {
        margin-right: 30px;
    }

    .newsletter-inner {
        text-align: center;
    }

    /* product page  */
    #products .row.products-selection {
        display: block;
    }

    .product-quantity .qty {
        margin-right: 16px;
    }

    .wishlist-button-add.wishlist-button-product {
        margin-left: 12px !important;
    }
}

/* 1199px media start  */
@media (max-width:767px) {

    /* home page  */


    #header .header-nav {
        max-height: unset;
    }

    #header #_mobile_logo a {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

    #header #_mobile_logo h1 {
        margin-bottom: .5rem;
        font-family: inherit;
        line-height: 3.2;
    }

    #header .top-logo h1 a img {
        max-height: 100%;
        max-width: 200px;
    }

    #header .header-top {
        padding: 0;
    }

    .footer-container .navbar-toggler {
        text-align: right;
    }

    .block_newsletter form.newsletter-form.col-md-8 {
        width: 100%;
    }

    #header .header-top a[data-depth="0"] {
        color: #232323;
    }

    #header .header-nav .blockcart {
        background: transparent;
    }

    /* category page  */
    #subcategories {
        padding: 20px;
    }
}

@media (max-width:479px) {

    /* home page  */
    #header .top-logo h1 a img {
        max-width: 150px !important;
    }

    /* product page  */
    .wishlist-button-add.wishlist-button-product {
        margin-left: 0 !important;
        margin-top: 10px;
    }
}

@media (max-width:375px) {

    /* home page  */
    #header .top-logo h1 a img {
        max-width: 95px !important;
    }
}