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

.ht-main-content {
    float: left;
    width: 100%;
    background: #fff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 970px;
    }
}

@media (max-width: 991px) {
    .container {
        width: 780px;
        max-width: 780px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 639px) {
    .container {
        max-width: 480px;
    }
}

@media (max-width: 479px) {
    .container {
        max-width: 470px;
    }
}

@media (max-width: 379px) {
    .container {
        max-width: 375px;
    }
}

@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 span,
    #header .header-nav .currency-selector span {
        font-size: 12px;
    }

    #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 {
        line-height: 60px;
    }

    #header #_desktop_logo a {
        display: block;
    }

    /*    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: 1199px) {
    #header .header-nav {
        height: 40px;
    }

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

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

    #header .header-top {
        height: auto;
    }

    #header #_desktop_logo {
        line-height: 50px;
    }

    #header #_desktop_cart,
    #header #search-tog-btn {
        height: 50px;
    }
}

@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;
        height: 50px;
        background-color: #000000;
        margin: 0;
        border: 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: #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 .top-logo {
        margin: 0px;
        float: left;
        padding-top: 0;
        line-height: 50px;
    }

    #header .header-nav .top-logo a img {
        max-height: 40px;
    }

    #_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) {
    #header .header-nav .top-logo {
        max-width: 135px;
    }

    #header .header-nav .user-info li,
    #header #search-tog-btn {
        width: 35px;
    }

    #header .header-nav .blockcart .header {
        padding: 0 10px;
    }
}

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

.htstatic-section .promotion-block {
    display: block;
    padding: 30px 0;
}

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

    .htstatic-section .promotion-block {
        padding: 25px 0;
    }
}

@media (max-width: 639px) {
    .htstatic-section .promotion-block {
        padding: 25px 0 10px;
    }

    .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 {
    padding: 30px 0;
    clear: both;
}

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

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

#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 .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: 30px;
    padding-bottom: 30px;
}

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

@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;
    margin-bottom: 30px;
}

.parallax-block .block-inner {
    padding: 170px 0 150px;
    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;
}

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

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

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

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

    .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: 70px 0 60px;
    }
}

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

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

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

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

    .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: 15px 0 10px;
    }
}

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

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

.brand-section .brand-section-inner {
    padding: 60px 0 30px;
}


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

#index .footer-before {
    margin-top: 0;
}

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

.newsletter-logo,
.newsletter-inner,
.block_newsletter p,
.newsletter-form {
    padding: 0;
    color: #fff;
}

.block_newsletter p {
    font-size: 20px;
    font-weight: 700;
    padding: 0px;
    line-height: 51px;
    background: transparent;
    border: none;
}

.block_newsletter .condition {
    display: none;
}

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

.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: 1199px) {
    .block_newsletter p {
        font-size: 16px;
    }

    .block_newsletter form input[type="email"] {
        max-width: 300px;
    }
}

@media (max-width: 991px) {
    .block_newsletter p {
        display: none;
    }

    .block_newsletter form {
        width: 100%;
    }

    .block_newsletter form input[type="email"] {
        max-width: 380px;
    }
}

@media (max-width: 991px) {
    .block_newsletter form input[type="email"] {
        max-width: 360px;
    }
}

@media (max-width: 768px) {
    .newsletter-logo {
        display: none;
    }

    .newsletter-inner {
        width: 100%;
    }

    .block_newsletter p {
        display: block;
        width: 100%;
        font-size: 24px;
        text-align: center;
        padding-bottom: 15px;
    }

    .block_newsletter form input[type="email"] {
        max-width: 95%;
    }
}

@media (max-width: 767px) {
    .block_newsletter {
        border-bottom: none;
        padding: 10px 0 30px;
        display: block;
        float: left;
        width: 100%;
    }
}

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

    .block_newsletter p {
        font-size: 18px;
        line-height: normal;
    }
}

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

.working-hours .payment-icons {
    margin-top: 30px;
    float: left;
}

.payment-icons > li {
    display: inline-block;
    margin: 2px 0;
}

.payment-icons > li > a {
    display: block;
}

.payment-icons > li > a > img {
    max-width: 42px;
    display: block;
}

.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-container .h3, #block_myaccount_infos .myaccount-title a {
        font-size: 19px;
    }
}

@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 .links ul > li:hover a {
        color: #e11e2f;
    }

    .footer-column-content.working-hours .payment-icons {
        padding: 0;
        margin-top: 15px;
    }
}

/*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 rgba(0, 0, 0, .25);
}

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

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

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

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

.block-category .category-cover-block .category-desc .text-muted {
    color: #fff !important;
}


/*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;
        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: 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.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 .text-muted {
    color: #fff !important;
}

.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: 1199px) {
    .container {
        width: 970px;
    }
}

@media (max-width: 991px) {
    .container {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 620px;
    }

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

    .featured-products {
        padding: 10px 0;
    }

    .brand-section .brand-section-inner {
        padding: 40px 0 30px;
    }
}

@media (max-width: 639px) {
    .container {
        width: 460px;
    }
}

@media (max-width: 479px) {
    .container {
        width: 370px;
    }

    .htstatic-section .promotion-block {
        padding: 15px 0 10px;
    }

    .parallax-block {
        margin-bottom: 20px;
    }

    .brand-section .brand-section-inner {
        padding: 20px 0;
    }
}

@media (max-width: 375px) {
    .container {
        width: 300px;
    }

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

    #header .header-nav .top-logo {
        line-height: 47px;
    }

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

}
