@import url(base.css);

#header a,
a {
    text-decoration: none;
    transition: 0.5s;
    text-transform: capitalize;
}

#header a:hover,
#header a:focus,
#header a:active {
    color: #fff;
    text-decoration: none;
}

input::placeholder {
    color: #999999;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

.btn {
    display: inline-block;
    font-weight: 600;
    padding: 8px 8px 8px 20px;
    background: #c72028;
    cursor: pointer;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    text-transform: uppercase;
    position: relative;
    line-height: 24px;
    font-size: 14px;
    border-radius: 25px;
}

.btn.btn-primary::after,
.btn.primary::after {
    content: "\f054";
    font-family: "Fontawesome";
    font-weight: normal;
    font-size: 10px;
    height: 24px;
    width: 24px;
    background: #222;
    text-align: center;
    display: inline-block;
    line-height: 24px;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 10px;
}

.btn.btn-secondary {
    padding: 8px 20px 8px 20px;
}

.add .btn::after {
    content: "\f07a";
    font-family: "Fontawesome";
    font-weight: normal;
    font-size: 12px;
    height: 24px;
    width: 24px;
    background: #222;
    text-align: center;
    display: inline-block;
    line-height: 24px;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 10px;
}

.btn:hover .btn:focus,
.btn:active,
.btn:active:hover,
.btn-primary:active:focus {
    background: #222;
    color: #fff;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active:hover,
.btn.primary.focus,
.btn.primary:focus,
.btn.primary:hover,
.btn.primary:active:hover {
    background: #333;
}

.btn:hover::after,
.btn.primary:hover::after {
    background: #c72028;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

* {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    box-sizing: border-box;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1140px;
        box-sizing: border-box;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 100%;
        max-width: 970px;
        box-sizing: border-box;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
        max-width: 750px;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}

@media (max-width: 639px) {
    .container {
        width: 100%;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}

@media (max-width: 479px) {
    .container {
        width: 100%;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .row {
        margin-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: #f5f5f5;
}

#header {
    position: relative;
    display: block;
    float: left;
    background-color: #222;
    margin-bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1040;
    top: 0;
}

#index #header {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
}

#header .header-nav {
    float: left;
    width: 100%;
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #404040;
    text-transform: uppercase;
}

#header .header-nav #_desktop_contact_link #contact-link a {
    color: #fff;
    font-size: 13px;
}

#header .header-nav #_desktop_contact_link #contact-link a:hover {
    color: #c72028;
}

#_desktop_language_selector,
#_desktop_currency_selector {
    position: relative;
    float: left;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
}

#header .header-nav .currency-selector,
#header .header-nav .language-selector {
    position: static;
    padding-left: 15px;
    letter-spacing: 0.5px;
    height: 18px;
    margin: 0;
}

#header .header-nav .currency-selector>button,
#header .header-nav .language-selector>button {
    cursor: pointer;
    height: 18px;
    font-size: 13px;
}

#header .header-nav .currency-selector>button .expand-more,
#header .header-nav .language-selector>button .expand-more {
    color: #fff;
}

#header .header-nav .currency-selector>button .material-icons,
#header .header-nav .language-selector>button .material-icons {
    font-size: 18px;
    line-height: 18px;
}

#header .header-nav .currency-selector>button:hover .expand-more,
#header .header-nav .language-selector>button:hover .expand-more {
    color: #c72028;
}

#header .header-nav .currency-selector>button:hover .material-icons,
#header .header-nav .language-selector>button:hover .material-icons {
    color: #c72028;
}

#header .header-nav .currency-selector>.dropdown-menu .dropdown-item,
#header .header-nav .language-selector>.dropdown-menu .dropdown-item {
    padding: 4px 10px;
    font-size: 13px;
    color: #333;
}

#header .header-nav .currency-selector>.dropdown-menu .dropdown-item:hover,
#header .header-nav .language-selector>.dropdown-menu .dropdown-item:hover {
    color: #c72028;
}

#header .header-nav .right-nav .user-info .material-icons {
    display: none;
}

#header .header-nav .right-nav .user-info,
#header .header-nav .right-nav #contact-link {
    margin: 0;
    color: #333;
    height: 18px;
    padding-left: 5px;
    letter-spacing: 0.5px;
}

#header .header-nav .right-nav .user-info>a:active,
#header .header-nav .right-nav .user-info>a:focus,
#header .header-nav .right-nav .user-info>a:visited,
#header .header-nav .right-nav #contact-link>a:active,
#header .header-nav .right-nav #contact-link>a:visited,
#header .header-nav .right-nav #contact-link>a:focus {
    color: #333;
}

#header .header-nav .material-icons.expand-more,
#header .header-nav .material-icons {
    margin: 0;
    line-height: 21px;
}

.dropdown:hover .expand-more {
    color: #111111;
}

.btn-unstyle:focus .expand-more {
    color: #111111;
}

#header .header-nav .right-nav {
    padding: 0 15px;
}

#header .header-nav .right-nav #contact-link {
    margin: 0;
    letter-spacing: 0.5px;
    font-size: 13px;
}

#header .header-nav .right-nav #contact-link>a,
#header .header-nav .right-nav #contact-link>a:active,
#header .header-nav .right-nav #contact-link>a:visited,
#header .header-nav .right-nav #contact-link>a:focus {
    color: #333;
}

#header .header-nav .right-nav #contact-link>a:hover {
    color: #000000;
}

#header .header-nav .social-btn {
    width: auto;
    display: block;
    float: left;
    margin-right: 15px;
    padding: 0;
    background: #333333;
}

#header .header-nav .social-btn ul {
    margin-bottom: 0;
    display: block;
}

#header .header-nav .social-btn li {
    margin: 0;
    height: 34px;
    width: 43px;
    background: transparent;
    float: left;
    text-align: center;
    cursor: pointer;
}

#header .header-nav .social-btn li i {
    line-height: 34px;
    font-size: 14px;
    color: #fff;
}

#header .header-nav .social-btn li:hover {
    background: #000000;
}

#header .header-nav .material-icons.expand-more,
#header .header-nav .material-icons {
    margin: 0;
    line-height: 21px;
}

.dropdown:hover .expand-more {
    color: #000000;
}

.btn-unstyle:focus .expand-more {
    color: #000000;
}

#header .header-top {
    float: left;
    width: 100%;
    display: block;
    padding: 0;
}

#header #_desktop_logo {
    float: left;
    display: table;
    height: 100px;
}

#header #_desktop_logo a {
    margin: 0;
    max-width: 100%;
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    float: none;
}

#header #_desktop_logo img {
    display: block;
    max-width: 100%;
}

#header #_desktop_cart {
    display: block;
    float: right;
    padding: 20px 0px;
}

#header #_desktop_cart .blockcart {
    display: block;
    padding-left: 20px;
    border-left: 1px solid #404040;
}

#header #_desktop_cart .header {
    display: block;
    margin-bottom: 0px;
}

#header #_desktop_cart .header a {
    display: block;
}

#_desktop_cart .header .cart-icon {
    position: relative;
    display: block;
    text-align: left;
    padding: 15px 0;
    padding-left: 50px;
    margin-bottom: 0px;
    color: #ffffff;
}

#_desktop_cart .header .cart-icon img {
    position: absolute;
    left: 0;
}

#_desktop_cart .header .cart-icon i {
    position: absolute;
    display: block;
    left: 20px;
    top: 4px;
    color: #ffffff;
    font-size: 18px;
}

#_desktop_cart .header .cart-label {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 0;
}

#_desktop_cart .header .cart-count {
    font-size: 11px;
    font-weight: 400;
    line-height: 0.9;
}

#_desktop_cart .header .cart-count span {
    font-size: 11px;
}

#header #_desktop_cart .header .cart-products-count {
    background: transparent;
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 16px;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    width: auto;
    position: relative;
}

#_desktop_user_info {
    display: inline-block;
    position: relative;
    float: right;
    vertical-align: middle;
    text-align: center;
    padding: 32px 0;
    margin-right: 20px;
}

#_desktop_user_info .user-info {
    padding: 0;
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    color: #fff;
}

#_desktop_user_info .user-info li {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 12px 0;
    margin-left: 15px;
}

#_desktop_user_info .user-info li:first-child {
    margin-left: 0;
}

#_desktop_user_info .user-info li a {
    display: block;
    margin: 0px;
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
}

#_desktop_user_info .user-info li .icon {
    display: none;
}

#header .header-nav .user-info .account {
    margin-left: 0;
}

#_desktop_user_info .user-info li:last-child a {
    margin-right: 0px;
}

#_desktop_user_info .user-info li a:hover {
    color: #c72028;
}

#_desktop_user_info .user-info li a i {
    padding-right: 3px;
}

#header #search-tog-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 11;
    height: 56px;
    transform: translate(0, -50%);
}

#search-tog-btn button[type="submit"] {
    vertical-align: middle;
    bottom: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    height: 56px;
    width: 40px;
}

#search-tog-btn:hover button i {
    color: #c72028;
}

#header #search_widget {
    display: none;
    float: left;
    padding: 0;
    position: absolute;
    width: 420px;
    margin: 0px;
    right: 15px;
    box-shadow: 0 0px 5px #000;
    background: #fff;
    top: 100%;
    z-index: 11;
}

.search-widget form {
    position: relative;
}

.search-widget form input[type="text"] {
    border: 1px solid #e1e1e1;
    height: 42px;
    margin: 0;
    padding-right: 40px;
    width: 100%;
}

.search-widget form input[type="text"]:focus {
    outline: none;
    color: #333333;
    box-shadow: 0 0 5px #a8aab9;
}

.search-widget form input[type="text"]::placeholder,
.search-widget form input[type="text"]:-ms-input-placeholder,
.search-widget form input[type="text"]::-ms-input-placeholder {
    color: #111111;
}

#header #search_widget button {
    text-align: center;
    right: 0px;
    top: 0px;
    height: 42px;
    cursor: pointer;
    color: #232323;
    font-size: 18px;
}

.search-widget form input[type="text"]:focus+button .search,
#header #search_widget button:hover i {
    color: #c72028;
}

.page-content.page-not-found>button {
    display: none;
}

.page-content.page-not-found #search_widget {
    cursor: pointer;
    border: none;
    z-index: 1;
    min-width: 100%;
}

#pagenotfound .page-not-found #search-tog-btn,
#products .page-not-found #search-tog-btn {
    display: none;
}

#pagenotfound .page-not-found .search-widget form,
#products .page-not-found .search-widget form {
    width: 100%;
}

.page-content.page-not-found form input[type="text"] {
    width: auto;
    padding: 10px;
    min-width: 100%;
    border: 1px solid #a8aab9;
    padding-right: 45px;
}

.page-content.page-not-found #search_widget button {
    width: 40px;
    height: 42px;
    text-align: right;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: center;
    right: 0px;
    top: 0px;
    bottom: 0;
}

.page-content.page-not-found #search_widget button img {
    width: auto;
    margin: 0 auto;
}

.header-httop-menu {
    display: block;
    float: left;
    width: 100%;
    border-top: 1px solid #404040;
}

.header-httop-menu .container {
    position: relative;
    z-index: 3;
}

.header-httop-menu .social-btn {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    background: transparent;
    color: #ffffff;
    height: auto;
    width: auto;
    text-align: center;
    z-index: 3;
}

.header-httop-menu .social-btn ul {
    margin: 0;
}

.header-httop-menu .social-btn ul li {
    display: inline-block;
    margin: 0;
}

.header-httop-menu .social-btn ul li a {
    line-height: 50px;
    padding: 0 11px;
    font-size: 14px;
    display: block;
}

.header-httop-menu .social-btn ul li:hover a {
    background-color: #000000;
}

.header-httop-menu .social-btn ul li i {
    color: #ffffff;
}

.header-httop-menu .social-btn ul li a:hover {
    background: #000000;
}

.header-httop-menu .social-btn ul li:hover i {
    color: #fff;
}

@media (min-width: 768px) {
    #header .header-top .cart-preview .ht_cart {
        display: none;
        background: #fff none repeat scroll 0 0;
        height: auto;
        left: auto;
        position: absolute;
        right: 0;
        top: 100%;
        width: 300px;
        background: #fff;
        border: 1px solid #a8aab9;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        z-index: 999;
        transition: .5s;
    }

    #header .header-top #_desktop_cart:hover .cart-preview .ht_cart {
        display: block;
    }

    #header .header-top .cart-preview .ht_cart .no-item {
        margin: 0;
        padding: 20px 15px;
        text-align: center;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }

    #header .header-top .cart-preview .ht_cart ul {
        overflow: hidden;
        padding: 0px 15px;
        ;
        margin: 0;
        border-bottom: 1px solid #a8aab9;
    }

    #header .header-top .cart-preview .ht_cart ul li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #a8aab9;
    }

    #header .header-top .cart-preview .ht_cart ul li:last-child {
        border-bottom: none;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-img {
        float: left;
        margin-right: 12px;
        text-align: center;
        width: 80px;
        border: 1px solid #a8aab9;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-img img {
        max-width: 100%;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info {
        overflow: hidden;
        padding-right: 20px;
        position: relative;
        text-align: left;
        color: #111;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .product-quantity {
        float: left;
        margin-right: 5px;
        font-size: 13px
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .product-name {
        display: inline-block;
        font-size: 13px;
        max-width: 136px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .product-price {
        display: block;
        font-size: 14px;
        color: #121312;
        line-height: 20px;
        padding: 5px 0 5px;
        width: 100%;
        font-weight: 700;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart {
        position: absolute;
        right: 0;
        top: 0px;
        z-index: 99;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart .remove-icon i {
        color: #111;
        font-size: 16px;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart .remove-icon i:hover {
        color: #000000;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart .remove-icon-text {
        display: none;
    }

    #header .header-top .cart-preview .ht_cart .cart-summary {
        display: block;
        float: left;
        width: 100%;
    }

    #header .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals,
    #header .header-top .cart-preview .ht_cart .cart-summary .cart-total {
        display: block;
        float: left;
        width: 100%;
        padding: 20px 15px 20px;
        border-bottom: 1px solid #a8aab9;
    }

    #header .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals .products,
    #header .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals .shipping {
        display: block;
        float: left;
        width: 100%;
        padding: 5px 0;
    }

    #header .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals .label,
    #header .header-top .cart-preview .ht_cart .cart-summary .cart-total .label {
        font-weight: normal;
        padding-left: 0;
        white-space: inherit;
        float: left;
        color: #3c3c3c;
        font-size: 13px;
        letter-spacing: 0.8px;
    }

    #header .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals .value,
    #header .header-top .cart-preview .ht_cart .cart-summary .cart-total .value {
        color: #3c3c3c;
        font-size: 13px;
        letter-spacing: 0.8px;
        float: right !important;
    }

    #header .header-top .cart-preview .ht_cart .cart-wishlist-action {
        display: block;
        float: left;
        width: 100%;
        padding: 15px;
        border: none;
        text-align: center;
    }

    #header .header-top .cart-preview .ht_cart .cart-wishlist-action a {
        cursor: pointer;
        float: none;
        display: inline-block;
        background-position: 0 0;
        background-repeat: no-repeat;
        background: #000000;
        ;
        font-size: 12px;
        font-weight: 700;
        height: auto;
        padding: 13px 25px;
        line-height: 14px;
        color: #fff;
        position: relative;
        text-transform: uppercase;
        z-index: 1;
        border-radius: 25px;
        letter-spacing: 0;
    }

    #header .header-top .cart-preview .ht_cart .cart-wishlist-action a:hover {
        background-color: #c72028;
    }
}

.top-navigation-menu {
    display: block;
    width: 100%;
    clear: both;
    float: left;
}

#header .navbar-block {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
    display: block;
    float: none;
    width: 100%;
}

#header .header-top #_desktop_top_menu {
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    #header .navbar-block {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #header .navbar-block {
        max-width: 1140px;
    }
}

@media (max-width: 1199px) {
    #index #header {
        position: relative;
        background: #000;
    }
}

/*image slider block*/
.image-slider-block {
    float: left;
    width: 100%;
    clear: both;
}

.image-slider-block .carousel .carousel-inner {
    height: auto;
    margin: 0;
}

.image-slider-block .carousel .carousel-inner a,
.image-slider-block .carousel .carousel-inner figure {
    margin: 0;
}

.image-slider-block .carousel-control {
    opacity: 0;
}

.image-slider-block:hover .carousel-control {
    opacity: 1;
}

.image-slider-block .carousel-control .icon-next {
    margin-right: 0;
    width: 35px;
    height: 35px;
    background-color: #333;
    right: 30px;
}

.image-slider-block .carousel-control .icon-prev {
    width: 35px;
    height: 35px;
    background-color: #333;
    left: 30px;
    margin-left: 0;
}

.image-slider-block .carousel .carousel-control .icon-prev i,
.image-slider-block .carousel .carousel-control .icon-next i {
    font-size: 20px;
    transition: 0.5s;
}

.image-slider-block .material-icons {
    vertical-align: inherit;
    line-height: 35px;
}

.carousel .carousel-control .icon-next:hover,
.carousel .carousel-control .icon-prev:hover {
    background-color: #c72028;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: #fff;
}

.carousel .carousel-item .caption {
    position: absolute;
    bottom: 28px;
    left: 0px;
    right: 0px;
    color: #fff;
    max-width: 100%;
    display: block;
    width: 100%;
    float: left;
    top: 150px;
    text-align: center;
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
    background: none;
    z-index: 0;
}

.image-slider-block .slider-description {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    text-align: center;
}

.image-slider-block .slider-description .desc-content {
    display: block;
    float: left;
    width: 100%;
    color: #ffffff;
}

.image-slider-block .slider-description .desc-content h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 2px;
}

.image-slider-block .slider-description .desc-content h3 {
    margin: 0 0 10px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 100px;
}

@media (max-width: 991px) {
    .image-slider-block .slider-description .desc-content h4 {
        font-size: 24px;
    }

    .image-slider-block .slider-description .desc-content h3 {
        font-size: 58px;
    }
}

@media (max-width: 767px) {
    .image-slider-block .slider-description .desc-content h4 {
        font-size: 16px;
    }

    .image-slider-block .slider-description .desc-content h3 {
        font-size: 32px;
    }
}

@media (max-width: 479px) {
    .image-slider-block .slider-description .desc-content h4 {
        font-size: 14px;
    }

    .image-slider-block .slider-description .desc-content h3 {
        font-size: 24px;
    }
}

/*home parts finder block*/
.parts-finder-block .parts-finder-wrapper {
    margin-top: -115px;
    margin-bottom: 5px;
}

.parts-finder-wrapper {
    float: left;
    width: 100%;
    clear: both;
}

.parts-finder-wrapper .finder-main {
    display: block;
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
}

.parts-finder-wrapper .finder-main .finder-inner {
    background: #ffffff;
    padding: 30px;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.parts-finder-wrapper .finder-main .finder-inner .finder-title {
    display: block;
    margin-bottom: 30px;
}

.parts-finder-wrapper .finder-main .finder-inner .finder-title h3 {
    background: #333333;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
    margin: 0;
}

.parts-finder-wrapper .finder-main .finder-inner .form-parts-finder .form-main {
    float: left;
    width: 100%;
    margin: 0;
}

.parts-finder-wrapper .finder-main .finder-inner .form-parts-finder .form-main .fields {
    float: left;
    width: 61%;
    padding-right: 12px;
}

.parts-finder-wrapper .finder-main .finder-inner .form-parts-finder .form-main .fields .field-row {
    margin-left: -10px;
    margin-right: -10px;
}

.parts-finder-wrapper .finder-main .finder-inner .form-parts-finder .form-main .fields .field {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33%;
    float: left;
}

.parts-finder-wrapper .finder-main .finder-inner .form-parts-finder .form-main .fields .field select {
    font-size: 13px;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 1px;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857143;
    padding: 5px 10px 4px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

.parts-finder-wrapper .finder-main .finder-inner .form-parts-finder .form-main .actions {
    float: left;
    width: 39%;
    padding-left: 12px;
    text-align: right;
}

.parts-finder-wrapper .finder-main .finder-inner .form-parts-finder .form-main .actions>.adv-link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
    font-size: 13px;
    color: #c72028;
    text-decoration: none;
}

.parts-finder-wrapper .finder-main .finder-inner .form-parts-finder .form-main .actions>.adv-link:hover {
    color: #222222;
    text-decoration: none;
}

.parts-finder-wrapper .finder-main .finder-inner .form-parts-finder .form-main .actions>.adv-link:active,
.parts-finder-wrapper .finder-main .finder-inner .form-parts-finder .form-main .actions>.adv-link:visited,
.parts-finder-wrapper .finder-main .finder-inner .form-parts-finder .form-main .actions>.adv-link:focus {
    text-decoration: none;
}

.parts-finder-wrapper .finder-main .finder-inner .form-parts-finder .form-main .actions a.btn {
    color: #fff;
}

@media (max-width: 1199px) {
    .parts-finder-block .parts-finder-wrapper {
        margin-top: 30px;
    }

    .parts-finder-wrapper .finder-main .finder-inner .form-parts-finder .form-main .fields {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .parts-finder-wrapper .finder-main .finder-inner .form-parts-finder .form-main .actions {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .parts-finder-wrapper .finder-main .finder-inner {
        padding: 20px;
    }

    .parts-finder-wrapper .finder-main .finder-inner .finder-title {
        margin-bottom: 18px;
    }

    .parts-finder-wrapper .finder-main .finder-inner .finder-title h3 {
        font-size: 16px;
        padding: 8px;
        line-height: 1.4;
    }

    .parts-finder-block .parts-finder-wrapper {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 639px) {
    .parts-finder-block .parts-finder-wrapper {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .parts-finder-wrapper .finder-main .finder-inner {
        padding: 15px;
    }

    .parts-finder-wrapper .finder-main .finder-inner .finder-title {
        margin-bottom: 15px;
    }

    .parts-finder-wrapper .finder-main .finder-inner .finder-title h3 {
        font-size: 14px;
        padding: 8px;
    }

    .parts-finder-wrapper .finder-main .finder-inner .form-parts-finder .form-main .fields .field {
        width: 100%;
        margin-bottom: 10px;
    }

    .parts-finder-wrapper .finder-main .finder-inner .form-parts-finder .form-main .fields {
        margin-bottom: 0;
    }

    .parts-finder-wrapper .finder-main .finder-inner .form-parts-finder .form-main .actions>.adv-link {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.home-promotion-block {
    clear: both;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.home-promotion-block .home-promotion-block-main {
    float: left;
    width: 100%;
    clear: both;
}

.home-promotion-block .home-promotion-block-main .img-block {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.home-promotion-block .home-promotion-block-main .img-block.first {
    width: 27.5%;
}

.home-promotion-block .home-promotion-block-main .img-block.first .text-content {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    padding: 26px 0;
}

.home-promotion-block .home-promotion-block-main .img-block.second {
    width: 45%;
}

.home-promotion-block .home-promotion-block-main .img-block.second .text-content {
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 35px;
    padding-top: 20px;
    right: 0;
}

.home-promotion-block .home-promotion-block-main .img-block.third {
    width: 27.5%;
}

.home-promotion-block .home-promotion-block-main .img-block.third .text-content {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    padding: 26px 0;
}

.home-promotion-block .home-promotion-block-main .img-block .img-block-inner {
    display: block;
    position: relative;
    overflow: hidden;
}

.home-promotion-block .home-promotion-block-main .img-block .img-block-inner .img-content-block {
    display: block;
    position: relative;
    overflow: hidden;
}

.home-promotion-block .home-promotion-block-main .img-block .img-block-inner .img-content-block img {
    width: 100%;
}

.home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content {
    position: absolute;
}

.home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h3 {
    margin: 0 0 8px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 26px;
}

.home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h3 span {
    color: #c72028;
}

.home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h3>strong {
    font-size: 34px;
    font-weight: 700;
}

.home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h4 {
    margin: 0 0 8px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
}

.home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h4>span {
    color: #c72028;
}

.home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h4>strong {
    font-size: 34px;
    font-weight: 700;
}

.home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h5 {
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h5>span {
    color: #c72028;
}

@media (max-width: 1199px) {
    .home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h3 {
        font-size: 20px;
    }

    .home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h5 {
        font-size: 14px;
    }

    .home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h4 {
        font-size: 20px;
    }

    .home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h4>strong {
        font-size: 28px;
    }

    .home-promotion-block .home-promotion-block-main .img-block.first {
        width: 27.6%;
    }

    .home-promotion-block .home-promotion-block-main .img-block.second {
        width: 44.8%;
    }

    .home-promotion-block .home-promotion-block-main .img-block.third {
        width: 27.6%;
    }
}

@media (max-width: 991px) {
    .home-promotion-block .home-promotion-block-main .img-block.first .text-content {
        padding: 16px 0;
    }

    .home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h3 {
        font-size: 16px;
        margin: 0 0 6px;
    }

    .home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h5 {
        font-size: 12px;
        line-height: 18px;
    }

    .home-promotion-block .home-promotion-block-main .img-block.third .text-content {
        padding: 16px 0;
    }

    .home-promotion-block .home-promotion-block-main .img-block.second .text-content {
        padding-left: 16px;
        padding-top: 16px;
    }

    .home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h4 {
        font-size: 16px;
    }

    .home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h4>strong {
        font-size: 20px;
    }

    .home-promotion-block .home-promotion-block-main .img-block.second {
        width: 44.4%;
    }

    .home-promotion-block .home-promotion-block-main .img-block.first {
        width: 27.8%;
    }

    .home-promotion-block .home-promotion-block-main .img-block.third {
        width: 27.8%;
    }
}

@media (max-width: 767px) {
    .home-promotion-block .home-promotion-block-main .img-block.first .text-content {
        padding: 13px 0;
    }

    .home-promotion-block .home-promotion-block-main .img-block.third .text-content {
        padding: 13px 0;
    }

    .home-promotion-block .home-promotion-block-main .img-block.second .text-content {
        padding-left: 15px;
        padding-top: 15px;
    }

    .home-promotion-block .home-promotion-block-main>.row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .home-promotion-block .home-promotion-block-main .img-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-promotion-block .home-promotion-block-main .img-block.second {
        width: 44.6%;
    }

    .home-promotion-block .home-promotion-block-main .img-block.first {
        width: 27.7%;
    }

    .home-promotion-block .home-promotion-block-main .img-block.third {
        width: 27.7%;
    }

    .home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h3 {
        font-size: 14px;
        margin: 0 0 5px;
    }

    .home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h4 {
        font-size: 14px;
        margin: 0 0 5px;
    }

    .home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h5 {
        font-size: 10px;
        line-height: 16px;
    }

    .home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h4>strong {
        font-size: 18px;
    }
}

@media (max-width: 639px) {
    .home-promotion-block .home-promotion-block-main .img-block {
        margin-bottom: 10px;
    }

    .home-promotion-block .home-promotion-block-main .img-block.first {
        width: 100%;
    }

    .home-promotion-block .home-promotion-block-main .img-block.second {
        width: 100%;
    }

    .home-promotion-block .home-promotion-block-main .img-block.third {
        width: 100%;
        margin-bottom: 0;
    }

    .home-promotion-block .home-promotion-block-main .img-block.first .text-content {
        padding: 20px 0;
    }

    .home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h3 {
        font-size: 18px;
    }

    .home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h5 {
        font-size: 14px;
        line-height: 20px;
    }

    .home-promotion-block .home-promotion-block-main .img-block.third .text-content {
        padding: 20px 0;
    }

    .home-promotion-block .home-promotion-block-main .img-block.second .text-content {
        padding-left: 20px;
        padding-top: 20px;
    }

    .home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h4 {
        font-size: 18px;
    }

    .home-promotion-block .home-promotion-block-main .img-block .img-block-inner .text-content>h4>strong {
        font-size: 24px;
    }
}

.home-categories-block {
    clear: both;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.home-categories-block .home-categories-block-main {
    float: left;
    width: 100%;
    clear: both;
}

.home-categories-block .home-categories-block-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-categories-block .home-categories-block-main ul .img-block {
    float: left;
    width: 25%;
    margin: 0;
}

.home-categories-block .home-categories-block-main ul .img-block .img-block-inner {
    position: relative;
    overflow: hidden;
    display: block;
}

.home-categories-block .home-categories-block-main ul .img-block .img-block-inner img {
    width: 100%;
}

.home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    width: 55%;
    padding-top: 35px;
}

.home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content>h3 {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 28px;
}

.home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content>h4 {
    margin: 0 0 13px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content>p {
    font-size: 11px;
    margin-bottom: 24px;
    color: #fff;
}

.home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content .btn.primary {
    padding: 2px 5px 3px 15px;
    font-size: 11px;
    color: #fff;
}

.home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content .btn.primary:after {
    height: 20px;
    width: 20px;
    line-height: 20px;
}

@media (max-width: 1400px) {
    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content {
        padding-top: 25px;
    }

    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content>h3 {
        font-size: 20px;
    }

    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content>h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content>p {
        margin-bottom: 18px;
    }
}

@media (max-width: 1199px) {
    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content {
        padding-top: 20px;
        width: 56%;
    }

    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content>h3 {
        font-size: 16px;
    }

    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content>h4 {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content>p {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content {
        padding-top: 15px;
        width: 60%;
    }

    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content>h3 {
        font-size: 16px;
    }

    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content>h4 {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content .btn.primary {
        padding: 0px 4px 0px 10px;
        font-size: 10px;
    }

    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content>p {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-categories-block .home-categories-block-main ul .img-block {
        width: 50%;
    }

    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content>p {
        display: block;
        margin-bottom: 15px;
    }

    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content {
        padding-top: 25px;
        width: 55%;
    }

    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content>h3 {
        font-size: 18px;
    }

    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content>h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media (max-width: 639px) {
    .home-categories-block .home-categories-block-main ul .img-block .img-block-inner .text-content {
        padding-top: 15px;
    }
}

@media (max-width: 479px) {
    .home-categories-block .home-categories-block-main ul .img-block {
        width: 100%;
    }
}


.section-title {
    display: block;
}

.section-title h2 {
    color: #222;
    font-size: 34px;
    letter-spacing: 1px;
    margin: 0 0 50px;
    padding-bottom: 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 35px;
    font-weight: 700;
}

.section-title.sm-title h2 {
    margin: 0 0 50px;
}

.section-title>h2::after {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 70%;
}

.section-title.sm-title h2 a {
    font-size: 34px;
    color: #222;
    font-weight: 700;
}

@media (max-width: 991px) {
    .section-title>h2 {
        font-size: 28px;
    }

    .section-title.sm-title h2 a {
        font-size: 28px;
    }
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    position: relative;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#products .product-title a:hover,
.featured-products .product-title a:hover,
.product-accessories .product-title a:hover,
.product-miniature .product-title a:hover {
    color: #c72028;
}

#products .products-grid .products .product-item.list-view .product-description .product-title>a {
    color: #333333;
}

#products .products-grid .products .product-item.list-view .product-description .product-title>a:hover {
    color: #c72028;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #555555;
    margin: 0;
    padding: 10px 0 0;
}

.product-price-and-shipping:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #dddddd;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

.product-item.list-view .product-price-and-shipping::after {
    margin: 0;
}

.products-grid .btn-primary.add-to-cart .material-icons {
    display: none;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    width: 100%;
}

.featured-products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-short-desc {
    display: none !important;
}

li.product-flag {
    margin: 0;
    top: 0 !important;
    z-index: 0;
}

.product-flags {
    z-index: 0;
}

#products .product-miniature .discount-percentage,
#products .product-miniature .on-sale,
#products .product-miniature .online-only,
#products .product-miniature .pack,
#products .product-miniature .product-flags .new,
.featured-products .product-miniature .discount-percentage,
.featured-products .product-miniature .on-sale,
.featured-products .product-miniature .online-only,
.featured-products .product-miniature .pack,
.featured-products .product-miniature .product-flags .new,
.product-accessories .product-miniature .discount-percentage,
.product-accessories .product-miniature .on-sale,
.product-accessories .product-miniature .online-only,
.product-accessories .product-miniature .pack,
.product-accessories .product-miniature .product-flags .new,
.product-miniature .product-miniature .discount-percentage,
.product-miniature .product-miniature .on-sale,
.product-miniature .product-miniature .online-only,
.product-miniature .product-miniature .pack,
.product-miniature .product-miniature .product-flags .new,
.product-flags li.product-flag.new {
    left: 0;
    background: #c72028;
}

.discount-percentage {
    top: -210px !important;
}

#products .product-miniature .on-sale.on-sale,
li.product-flag.on-sale {
    right: 0;
    width: max-content !important;
    width: -moz-max-content;
    left: auto;
}

.products-grid .products .product-item .product-flags>li.on-sale {
    left: auto;
    right: 0;
    width: auto;
}

.featured-products .all-products .material-icons {
    display: none;
}

.featured-products .all-products {
    text-align: -moz-center;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    display: block;
}

.featured-products .all-products>a {
    background: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 10px 20px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    width: max-content;
    width: -moz-max-content;
    color: #fff;
    box-sizing: border-box;
    text-transform: uppercase;
    float: none !important;
}

.all-products>a:hover,
.featured-products .all-products a:hover {
    background-color: #333;
}

#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
    margin: 0;
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    height: 100%;
}

#products .products-grid {
    font-size: 0;
}

.products-grid .products .product-item {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 14px;
    width: 100%;
}

.featured-product .products-grid .products .product-item {
    width: 25%;
}

.products-grid .products .product-item .product-miniature,
#products .products-grid .products .product-item .product-miniature {
    margin: 0;
}

#products .products-grid .products .product-item.list-view .product-miniature {
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
}

.products-grid .products .product-item .product-miniature .thumbnail-container,
#products .products-grid .products .product-item .product-miniature .thumbnail-container {
    width: 100%;
    height: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    background: transparent;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block {
    position: relative;
    display: block;
    overflow: hidden;
    border: none;
}

.products-grid .products .product-item .product-miniature:hover img {
    opacity: 0.3;
}

.products-grid .products .product-item .product-miniature:hover .product-image-block {
    background: rgba(0, 0, 0, 0.7);
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block .highlighted-informations,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block .highlighted-informations {
    bottom: auto;
    background-color: transparent;
    box-shadow: none;
    transition: 0.5s;
    z-index: 0;
    opacity: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
}

.products-grid .products .product-item .product-miniature:hover .thumbnail-container .product-image-block .highlighted-informations,
#products .products-grid .products .product-item .product-miniature:hover .thumbnail-container .product-image-block .highlighted-informations {
    bottom: 0px;
    padding: 0;
    opacity: 1;
    background-color: transparent;
    box-shadow: none;
    top: 50%;
    transform: translate(0, -50%);
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description {
    position: static;
    background: transparent;
    height: auto;
    padding: 15px 0 0;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description:after,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description:after {
    display: none;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add {
    margin: 6px 0 0;
    text-align: center;
}

.highlighted-informations .add {
    margin-bottom: 10px;
}

.highlighted-informations .quick-view {
    color: #fff;
}

#products .highlighted-informations .quick-view,
#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view,
.product-accessories .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
    color: #c72028;
}

.color.active,
.color:hover,
.custom-checkbox input[type="checkbox"]+span.color.active,
.custom-checkbox input[type="checkbox"]+span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
    border-color: #c72028;
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links#products .variant-links {
    background: transparent;
    margin-top: 12px;
    top: 0;
}

body#checkout #header .header-nav {
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: none;
}

#product .product-add-to-cart .add,
.product-add-to-cart .add {
    width: auto;
    margin: 25px 0 0 0;
}

.product-actions .add-to-cart .material-icons.shopping-cart {
    display: none;
}

.featured-products {
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

#product .product-slider {
    padding: 0 15px;
}

.owl-controls.clickable .owl-buttons {
    position: absolute;
    left: 0;
    right: 0;
    top: -68px;
    width: 95px;
    background: #ffffff;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 25px;
    height: 34px;
}

.owl-controls.clickable .owl-buttons>div {
    padding: 0;
    height: 24px;
    width: 24px;
    position: absolute;
    background: #c4c4c4;
    border-color: #c4c4c4;
    color: #ffffff;
    border-radius: 50%;
    top: 4px;
    font-size: 16px;
    line-height: 22px;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.owl-controls.clickable .owl-buttons>div.owl-prev {
    left: 4px;
}

.owl-controls.clickable .owl-buttons>div.owl-next {
    right: 4px;
}

.owl-controls.clickable .owl-buttons>div:hover {
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
}

.products article .wishlist-button-add {
    position: absolute;
    top: 45px;
    right: 10px;
    left: auto;
}

/*******
promotion-section-2
*******/
.promotion-section-2 {
    display: block;
    width: 100%;
    float: left;
    background: #f3f3f3;
}

.promotion-section-2 .promotion-inner-block {
    display: block;
    width: 50%;
    float: left;
}

.promotion-section-2 .promotion-inner-block .promotion-disc {
    display: block;
    height: 275px;
    text-align: center;
    background-color: #333333;
    background-position: center center;
    font-weight: 400;
}

.promotion-section-2 .promotion-inner-block .promotion-disc>p {
    font-family: 'Belleza', sans-serif;
    font-size: 24px;
    padding-top: 30px;
    margin-bottom: 3px;
    color: #c5c5c5;
}

.promotion-section-2 .promotion-inner-block .promotion-disc>h2 {
    font-family: 'Belleza', sans-serif;
    font-size: 48px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 5px;
    ;
    text-transform: capitalize;
}

.promotion-section-2 .promotion-inner-block.right-block .promotion-disc>h2 {
    color: #c72028;
}

.promotion-section-2 .promotion-inner-block .promotion-disc>h3 {
    font-family: 'Belleza', sans-serif;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
}

.promotion-section-2 .promotion-inner-block .promotion-disc>h3>span {
    font-family: 'Belleza', sans-serif;
    font-size: 24px;
}

.promotion-section-2 .promotion-disc .shop-btn {
    display: block;
    padding-top: 25px;
}

.promotion-section-2 .promotion-inner-block .promotion-disc .shop-btn>a {
    width: 130px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 9px 16px;
    font-size: 16px;
    font-weight: 400;
    transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
}

.promotion-section-2 .left-block .promotion-disc .shop-btn>a {
    background: #c72028;
}

.promotion-section-2 .right-block .promotion-disc .shop-btn>a {
    background: #000000;
}

.promotion-section-2 .left-block .promotion-disc .shop-btn>a:hover {
    background: #000000;
}

.promotion-section-2 .right-block .promotion-disc .shop-btn>a:hover {
    background: #c72028;
}

.promotion-section-2 .promotion-inner-block .img-block {
    display: block;
    width: 100%;
    position: relative;
}

.promotion-section-2 .promotion-inner-block .img-block>a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.promotion-section-2 .promotion-inner-block .img-block>a>img {
    display: block;
    max-width: 100%;
    max-height: 275px;
    transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

.promotion-section-2 .promotion-inner-block:hover .img-block>a>img {
    transform: scale(1.15);
}

@media (max-width: 1366px) {

    .promotion-section-2 .promotion-inner-block .promotion-disc,
    .promotion-section-2 .promotion-inner-block .img-block>a>img {
        max-height: 193px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>p {
        padding-top: 21px;
        font-size: 18px;
        margin-bottom: 1px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>h2 {
        font-size: 38px;
        margin-bottom: 1px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>h3 {
        font-size: 24px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>h3>span {
        font-size: 22px;
    }

    .promotion-section-2 .promotion-disc .shop-btn {
        padding-top: 15px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc .shop-btn>a {
        padding: 8px 16px;
        width: 121px;
        font-size: 14px;
    }
}

@media (max-width: 1199px) {

    .promotion-section-2 .promotion-inner-block .promotion-disc,
    .promotion-section-2 .promotion-inner-block .img-block>a>img {
        width: 100%;
        height: 190px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>p {
        font-size: 16px;
        padding-top: 15px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>h2,
    .promotion-section-2 .promotion-inner-block .promotion-disc>h3 {
        font-size: 28px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>h2,
    .promotion-section-2 .promotion-inner-block .promotion-disc>h3 {
        font-size: 28px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>h3>span {
        font-size: 18px;
    }
}

@media (max-width: 991px) {

    .promotion-section-2 .promotion-inner-block .img-block>a>img,
    .promotion-section-2 .promotion-inner-block .promotion-disc {
        max-height: 142px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>p {
        font-size: 16px;
        padding-top: 10px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>h2 {
        font-size: 26px;
        margin-bottom: 2px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>h3 {
        font-size: 22px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>h3>span {
        font-size: 15px;
    }

    .promotion-section-2 .promotion-disc .shop-btn {
        padding-top: 8px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc .shop-btn>a {
        width: 85px;
        padding: 5px 0px;
        font-size: 12px;
    }
}

@media (max-width: 639px) {

    .promotion-section-2 .promotion-inner-block .img-block>a>img,
    .promotion-section-2 .promotion-inner-block .promotion-disc {
        max-height: 110px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>p {
        font-size: 14px;
        padding-top: 4px;
        margin-bottom: 0;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>h2 {
        font-size: 22px;
        margin-bottom: 2px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>h3 {
        font-size: 18px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>h3>span {
        font-size: 14px;
    }

    .promotion-section-2 .promotion-disc .shop-btn {
        padding-top: 5px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc .shop-btn>a {
        width: 70px;
        padding: 5px 0px;
        font-size: 10px;
    }
}

@media (max-width: 479px) {
    .promotion-section-2 .promotion-inner-block {
        width: 100%;
        margin-bottom: 15px;
    }

    .promotion-section-2 .promotion-inner-block .img-block>a>img,
    .promotion-section-2 .promotion-inner-block .promotion-disc {
        max-height: 138px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>p {
        font-size: 14px;
        padding-top: 15px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>h2 {
        font-size: 22px;
        padding-bottom: 5px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc>h3 {
        font-size: 16px;
    }

    .promotion-section-2 .promotion-disc .shop-btn {
        padding-top: 10px;
    }

    .promotion-section-2 .promotion-inner-block .promotion-disc .shop-btn>a {
        width: 80px;
        padding: 7px 1px;
        font-size: 10px;
    }
}

/** testimonial-block**/
.testimonial-section {
    float: left;
    width: 100%;
    clear: both;
    display: block;
}

.testimonial-section .testimonial-block {
    padding: 0;
    background-image: url(../img/testimonials-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonial-section .section-title h2.title span {
    color: #fff;
}

.testimonial-section .testimonial-block .testimonial-section-inner {
    padding: 70px 0;
    border-bottom: none;
}

.testimonial-section .testimonial-block .testimonial-content {
    display: block;
    padding: 0 15px;
}

.testimonial-section .testimonial-block .testimonial-content .testimonial-img {
    display: block;
    margin-bottom: 20px;
}

.testimonial-section .testimonial-block .testimonial-content .testimonial-img img {
    display: block;
    margin: 0 auto;
    height: auto;
    text-align: center;
    max-width: 100px;
}

.testimonial-section .testimonial-block .testimonial-desc {
    margin-bottom: 20px;
}

.testimonial-section .testimonial-block .testimonial-desc p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-style: italic;
    line-height: 35px;
    margin: 0 auto;
    max-width: 74%;
    width: 100%;
    text-align: center;
}

.testimonial-section .testimonial-block .testimonial-content .profile {
    display: inline-block;
    padding: 0px;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.testimonial-section .testimonial-block .testimonial-content .profile>p {
    color: #c51a56;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.testimonial-section .testimonial-block .testimonial-content .profile>p>span {
    font-weight: 400;
    font-size: 13px;
}

@media (max-width: 1199px) {
    .testimonial-section .testimonial-block .testimonial-section-inner {
        padding: 40px 0;
    }
}

@media (max-width: 991px) {
    .testimonial-section .testimonial-block .testimonial-desc p {
        max-width: 100%;
    }
}

/*****blogpost-block*****/
.blog-section {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    background: #f5f5f5;
}

.blogpost-block {
    float: left;
    width: 100%;
    display: block;
    margin: 0px;
}

.blog-section .blogpost-block .blog-section-inner {
    width: 100%;
    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 {
    float: left;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 11px;
}

.blogpost-block .blog-block .blog-inner .blog-image {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.blogpost-block .blog-block .blog-inner .blog-image img {
    height: auto;
    width: 100%;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}

.blogpost-block .blog-block .blog-inner .blog-image:hover img {
    transform: scale(1.05);
}

.blogpost-block .blog-block .blog-inner .blog-content .post-date,
.blogpost-block .blog-block .blog-inner .blog-content .post-author {
    color: #555555;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 12px;
}

.blogpost-block .blog-block .blog-inner .blog-content {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 5px;
}

.blogpost-block .blog-block .blog-inner .blog-content>h3 {
    border-bottom: 1px solid #d0d0d0;
    padding: 5px 0 10px;
}

.blogpost-block .blog-block .blog-inner .blog-content>h3 a {
    color: #c72027;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
}

.blogpost-block .blog-block .blog-inner .blog-content>h3 a:hover {
    color: #111;
}

.blogpost-block .blog-block .blog-inner .blog-content>p {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    margin-bottom: 18px;
    color: #555555;
}

.blogpost-block .blog-block .blog-inner .blog-content .readmore {
    display: block;
    padding-top: 5px;
    float: left;
}

.blogpost-block .blog-block .blog-inner .blog-content .btn.primary {
    padding: 2px 5px 3px 15px;
    font-size: 11px;
    background: #ffffff;
    border-color: #dddddd;
    color: #666;
    font-weight: 600;
    margin-bottom: 5px;
}

.blogpost-block .blog-block .blog-inner .blog-content .btn.primary:hover {
    color: #c72028;
    border-color: #c72028;
}

.blogpost-block .blog-block .blog-inner .blog-content .btn.primary:after {
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .row.home_blog_post_inner.carousel.slick-initialized.slick-slider>.slick-prev {
        left: 0%;
    }

    .row.home_blog_post_inner.carousel.slick-initialized.slick-slider>.slick-next {
        right: 0%;
    }
}


/*****brand-section*****/
.brand-section {
    float: left;
    clear: both;
    width: 100%;
    background: #fff;
}

.brand-section .brand-section-title {
    position: relative;
    display: block;
    padding-top: 45px;
}

.brand-section .brand-section-title>h2 {
    color: #555555;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0;
    padding-bottom: 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
}

.brand-section .brand-section-title>h2>span {
    display: inline-block;
    padding-bottom: 24px;
    position: relative;
}

.brand-section .brand-section-title>h2>span a {
    color: #555555;
}

.brand-content .brand-row {
    margin-left: -10px;
    margin-right: -10px;
}

.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;
    text-align: center;
}

.brands-slider li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
}

.brands-slider li:hover img {
    transform: scale(1.05);
}

.brands-slider .owl-controls.clickable {
    position: absolute;
    right: 15px;
    margin: 0px;
    display: none !important;
    top: -65px;
    text-align: right;
    width: 100%;
}

.brands-slider .owl-controls.clickable .owl-buttons>div {
    background: #222222;
    padding: 7px 12px;
    opacity: 1;
    font-size: 14px;
    line-height: 16px;
    margin: 0 10px;
    border-radius: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: relative;
    color: #ffffff;
}

.brands-slider .owl-controls.clickable .owl-buttons>div::before {
    border-color: transparent #222 #222 transparent;
    border-style: solid;
    border-width: 15px 5px;
    content: "";
    display: block;
    left: -10px;
    position: absolute;
    top: 0;
}

.brands-slider .owl-controls.clickable .owl-buttons>div::after {
    border-color: #222 transparent transparent #222;
    border-style: solid;
    border-width: 15px 5px;
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
}

.brands-slider .owl-controls.clickable .owl-buttons>div:hover {
    background: #111111;
    color: #fff;
}

.brands-slider .owl-controls.clickable .owl-buttons>div:hover::before {
    border-color: transparent #111111 #111111 transparent;
}

.brands-slider .owl-controls.clickable .owl-buttons>div:hover::after {
    border-color: #111111 transparent transparent #111111;
}

/*brands css end*/


#footer {
    margin-top: 0;
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
}

#footer .footer-container {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #222222;
    box-shadow: none;
}

#footer .footer-container .footer-top {
    padding: 60px 0 30px;
}

#footer .footer-container .time-block {
    float: left;
    width: 25%;
    padding: 0 15px;
    position: relative;
    margin-bottom: 25px;
}

#footer .footer-container .footer-links-column .footer-column-content {
    color: #ffffff;
    line-height: 26px;
}

#footer .footer-container .footer-links-column .footer-column-content .working-hours>strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
}

#footer .footer-container .footer-links-column .footer-column-content .working-hours>p {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 7px;
    color: #bbbbbb;
}

#footer .footer-bottom {
    background: #111111;
}

#footer .footer-container .links {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 25px;
}

#footer .footer-container .time-block h3.link-title,
#footer .footer-container .h3.hidden-sm-down {
    margin: 0;
    display: block;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #c72028;
    letter-spacing: 1.5px;
}

#footer .footer-container #block_myaccount_infos>h3 {
    margin: 0;
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}

#footer .footer-container #block_myaccount_infos>h3>a {
    display: block;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Belleza';
}

.footer-container li {
    color: #666;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.footer-container li a {
    color: #bbbbbb;
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
}

#footer .footer-container .links ul li a:hover {
    color: #c72028;
    margin-left: 5px;
}

#footer .footer-container #block_myaccount_infos {
    width: 25%;
    margin-bottom: 25px;
}

#footer .footer-container .footer-link {
    float: left;
    display: block;
    width: 20%;
    padding: 0 15px;
    margin-bottom: 25px;
}

#footer .footer-container .footer-link .footer-title {
    float: left;
    display: block;
    width: 100%;
}

#footer .footer-container .footer-link .footer-title>h3 {
    margin: 0;
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.1;
}

#footer .footer-container .footer-link .footer-content {
    float: left;
    display: block;
    width: 100%;
}

#footer .footer-container .footer-link .footer-content>ul>li {
    color: #ffffff;
    display: block;
    margin-bottom: 14px;
    font-weight: 400;
    line-height: 1.42857;
}

#footer .footer-container .footer-link .footer-content>ul>li>a>span>i {
    margin-right: 8px;
}

#footer .footer-container .about-section {
    display: block;
    float: left;
    width: 25%;
    padding: 0 15px;
}

#footer .footer-container .about-section .footer-colum-title {
    display: block;
    margin-bottom: 20px;
}

#footer .footer-container .about-section .footer-colum-title img {
    max-width: 100%;
    height: auto;
    display: block;
}

#footer .footer-container .about-section p,
#footer .footer-container .about-section .office-time>span {
    line-height: 24px;
    margin-bottom: 20px;
    margin: 0 0 10px;
    color: #999;
}

#footer .footer-container .about-section .office-time p span {
    font-weight: normal;
    color: #89ccdf;
    font-size: 14px;
}

#footer .footer-container .contactinfo-section .links {
    width: 100%;
}

#footer .footer-container .payment-block {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    float: right;
}

#footer .footer-container .payment-block>li {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 0;
    position: relative;
    vertical-align: middle;
}

#footer .footer-container .payment-block>li>a {
    display: block;
    padding: 0 3px;
    box-sizing: border-box;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    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 .payment-block>li>a:hover {
    color: #ffffff;
    text-decoration: none;
}

#footer .footer-container .payment-block>li:last-child>a {
    padding-right: 0;
}

#footer .footer-container .copyright {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    display: block;
    margin-top: 10px;
}

#footer .footer-container .copyright>a {
    display: block;
    color: #bbbbbb;
}

#footer .footer-container .footer-bottom {
    border-top: none;
    padding: 25px 0;
}

#footer .footer-container .footer-bottom-right-top {
    display: block;
    float: right;
    padding: 15px 0px;
}

.contactinfo-section {
    float: left;
    width: 28%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}

.contactinfo-section .footer-links-column .footer-column-content .content>p {
    margin-bottom: 15px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
}

.contactinfo-section .footer-links-column .footer-column-content .content>p a {
    color: #ffffff;
    font-weight: 600;
}

.contactinfo-section .footer-links-column .footer-column-content .content>p a:visited,
.contactinfo-section .footer-links-column .footer-column-content .content>p a:focus,
.contactinfo-section .footer-links-column .footer-column-content .content>p a:active,
.contactinfo-section .footer-links-column .footer-column-content .content>p a:hover {
    color: #000000;
}

.contactinfo-section .footer-links-column .footer-colum-title {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.footer-container .block-contact {
    margin-bottom: 25px;
}

.footer-container .block-contact .contact-info span {
    display: block;
    position: relative;
    font-size: 14px;
    color: #bbbbbb;
    padding-left: 30px;
}

.footer-container .block-contact .contact-info span.contact-label {
    display: block;
    position: relative;
    color: #fff;
    padding-left: 30px;
    margin-bottom: 5px;
}

.footer-container .block-contact .contact-label i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

.footer-container .block-contact .contact-info.address i {
    font-size: 18px;
}

.footer-container .block-contact .contact-info a {
    color: #bbbbbb;
    text-transform: inherit;
}

#footer .footer-before-section {
    float: left;
    display: block;
    width: 100%;
    background: #f5f5f5;
}

#footer .block_newsletter {
    float: left;
    width: 100%;
    text-align: center;
    padding: 35px 0;
    border-top: 1px solid #e1e1e1;
    margin-top: 35px;
    margin-bottom: 0;
}

#index #footer .block_newsletter {
    border-top: none;
    margin-top: 0px;
}

#footer .newsletter-title h2 {
    margin: 0 15px 0 0;
    color: #333333;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

#footer .newsletter-title>h2>span>span {
    color: #c72028;
}

#footer .newsletter-title>p {
    display: block;
    float: left;
    width: 100%;
    color: #555555;
    margin: 0 0 29px;
    padding: 0;
    font-size: 16px;
}

#footer .block_newsletter .col-md-7 {
    width: 100%;
    padding: 0;
}

#footer .block_newsletter .col-md-7 form {
    width: 100%;
    max-width: 629px;
    margin: 0 auto;
}

#footer .block_newsletter .col-md-7 form .subscribe-block {
    padding: 0;
}

#footer .block_newsletter .newsletter-content .subscribe-block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.block_newsletter form .input-wrapper {
    float: left;
    flex: 1 0 auto;
}

#footer .block_newsletter form .col-xs-12 {
    padding: 0;
}

#footer .block_newsletter form .col-xs-12 p {
    display: block;
    text-align: left;
}

.block_newsletter form input.btn-primary {
    height: 44px;
    padding: 0 15px;
    margin-left: -21px;
}

.block_newsletter form input[type="text"] {
    border: 2px solid #ddd;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100%;
    padding-left: 15px;
    padding-right: 25px;
}

.block_newsletter form input[type="text"]:focus {
    box-shadow: none;
    border: 2px solid #ddd;
}

#footer .footer-container .footer-bottom .social-btn {
    display: block;
    float: right;
}

#footer .footer-container .footer-bottom .social-btn ul {
    margin: 0;
}

#footer .footer-container .footer-bottom .social-btn ul li {
    display: inline-block;
    margin: 0;
    padding-left: 5px;
}

#footer .footer-container .footer-bottom .social-btn ul li a {
    display: block;
    text-align: center;
    color: #bbbbbb;
    font-size: 14px;
    width: 30px;
    line-height: 24px;
}

#footer .footer-container .footer-bottom .social-btn ul li a:hover {
    color: #c72028;
}

.footer-bottom-right-btm {
    display: block;
}

.footer-category-link {
    display: block;
    float: right;
}

.footer-category-block ul {
    display: block;
    float: left;
    padding: 10px 0 0;
    margin-bottom: 0;
}

.footer-category-block ul li {
    display: inline-block;
    position: relative;
    margin-left: 8px;
    margin-bottom: 0;
    padding-left: 8px;
}

.footer-category-block ul li a {
    display: block;
    color: #b0b0b0;
    font-size: 12px;
    position: relative;
}

.footer-category-block ul li a:hover {
    color: #c72028;
}

.footer-category-block ul li a::before {
    content: "";
    left: -10px;
    top: 50%;
    height: 2px;
    width: 2px;
    background: #b0b0b0;
    position: absolute;
    transform: translate(0, 50%);
}

.footer-category-block ul li:first-child a::before {
    display: none;
}

#footer .footer-container .footer-bottom .logo {
    max-height: 50px;
}

#content-wrapper .block-category {
    box-shadow: none;
    min-height: auto;
    border: none;
}

.block-category .category-cover-block .category-desc {
    position: relative;
    padding: 15px;
    display: block;
    text-align: left;
}

.block-category .category-cover-block .category-desc h1 {
    color: #000000;
    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>span {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    display: block;
}

#products .page-not-found {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .125);
}

#products .products-grid .products .product-item {
    margin-bottom: 40px;
}

.products-sort-order .select-title {
    box-shadow: none;
    line-height: 24px;
}

@media(min-width: 768px) {
    #newsletter-popup {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    #footer .footer-container .links {
        width: 100%;
        margin-bottom: 0;
    }

    #footer .footer-container #block_myaccount_infos {
        width: 100%;
        margin-bottom: 0;
    }

    #footer .footer-container .footer-link {
        width: 100%;
        margin-bottom: 0;
        padding: .625rem;
        font-size: 1rem;
    }

    #footer .footer-container .footer-link .footer-title>h3::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .featured-product .products-grid .products .product-item {
        width: 33.3333%;
    }

    #footer .footer-container .footer-bottom .left,
    #footer .footer-container .footer-bottom .right {
        width: 100%;
        text-align: center;
    }

    #footer .footer-container .footer-bottom-right-top {
        float: none;
    }

    #footer .footer-container .footer-bottom .social-btn {
        display: inline-block;
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    #footer .footer-container .footer-bottom .social-btn {
        margin-top: 15px;
    }

    #footer .footer-container .payment-block {
        margin-left: 0;
        width: 100%;
    }

    .footer-category-link {
        width: 100%;
        float: none;
    }

    .footer-category-block ul {
        margin: 0 auto;
        float: none;
        padding: 0 0 5px;
    }

    #footer .newsletter-title {
        margin-bottom: 10px;
    }

    #footer .newsletter-title h2 {
        margin: 0;
    }
}

@media (max-width: 767px) {
    #index #header .header-nav {
        border-bottom: none;
    }

    #header .header-nav {
        padding-top: 5px;
        background-color: #111;
    }

    #header .header-nav .container {
        max-width: 100%;
    }

    .header-httop-menu {
        border: none;
    }

    .top-navigation-menu {
        height: auto;
    }

    #header .header-nav .top-logo {
        display: table;
        height: 75px;
        float: left;
        padding: 0px;
        margin-top: -5px;
    }

    #header .header-nav .top-logo a {
        float: none;
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding-left: 0px;
        max-width: 100%;
    }

    #header .header-nav .top-logo>a>img {
        max-height: 100%;
        max-width: 130px;
    }

    #header .header-nav #menu-icon .material-icons {
        line-height: 70px;
    }

    #header .header-top {
        position: relative;
    }

    #header .header-top>.container {
        max-width: 100%;
    }

    #mobile_top_menu_wrapper {
        box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.15);
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
        margin: 0;
        top: 0;
    }

    /*currency-language css*/
    #mobile_top_menu_wrapper .js-top-menu-bottom #_mobile_contact_link {
        display: none;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom #_mobile_currency_selector {
        border: 1px solid #e1e1e1;
        padding: 8px 10px;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector select {
        padding: 8px 10px;
        background: #f6f6f6;
        border: 1px solid #e1e1e1;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
        padding: 8px 10px;
        background: #fff;
        border: 1px solid #e1e1e1;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper #language-selector-label {
        display: none;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector #currency-selector-label {
        display: none;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector select {
        width: 100%;
        background: #f6f6f6;
        padding: 8px 10px;
        border: 1px solid #e1e1e1;
    }

    #header .header-nav .user-info i {
        font-size: 20px;
        color: #fff;
    }

    #header .header-nav .user-info li:hover i {
        color: #000000;
    }

    #header .header-nav #_mobile_cart {
        vertical-align: middle;
        cursor: pointer;
        margin-right: 1rem;
    }

    #header .header-nav .cart-preview i {
        font-size: 18px;
        color: #fff;
    }

    #header .header-nav .user-info li:hover i {
        color: #c72028;
    }

    #header .header-nav .blockcart {
        padding: 0;
        width: 30px;
        text-align: center;
        height: auto;
    }

    #header #_mobile_cart .header .text,
    #header #_mobile_cart .header .cart-label {
        display: none;
    }

    #header #_mobile_cart .header .cart-products-count {
        display: block;
        position: absolute;
        top: 14px;
        right: 0;
        background: #ffffff;
        font-size: 12px;
        padding: 0;
        border-radius: 15px;
        width: 16px;
        height: 16px;
        text-align: center;
        color: #000000;
        line-height: 14px;
    }

    #header #_mobile_cart .header .cart-products-count span {
        display: none;
    }

    .ht_cart.cart-hover-content {
        display: none;
    }

    #header .header-nav .blockcart .header {
        margin-top: 0;
        cursor: pointer;
        line-height: 65px;
        position: relative;
    }

    #header .header-nav .blockcart .header img {
        max-width: 20px;
    }

    #header .header-nav .user-info,
    #header .header-nav .user-info ul {
        margin: 0;
    }

    #header .header-nav .user-info li {
        display: inline-block;
        padding: 0;
        width: 30px;
        text-align: center;
        line-height: 70px;
    }

    #header .header-nav .user-info .account,
    #header .header-nav .blockcart,
    #header .header-nav .blockcart.active {
        display: block;
        margin: 0;
    }

    #header .header-top>.container {
        position: inherit;
    }

    #header #search-tog-btn {
        right: 115px;
    }

    #header #search-tog-btn button:hover i,
    #header .search-widget button:hover i {
        color: #c72028;
    }

    #header #search_widget {
        display: none;
        box-shadow: none;
        position: absolute;
        max-width: 100%;
        width: 60%;
        left: 0;
        right: -20px;
        padding: 10px 15px;
        margin: 0 auto;
    }

    #search #content-wrapper #search-tog-btn {
        display: none;
    }

    #header .social-btn {
        display: none;
    }

    .search-widget form button[type="submit"] {
        bottom: 0;
        right: 0;
        height: 52px;
        cursor: pointer;
    }

    .header-top .search-widget form input[type="text"] {
        width: 100%;
    }

    #header #search_widget button {
        bottom: 0;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu li>a {
        font-weight: 400;
    }

    .top-navigation-menu {
        padding: 0;
        width: 100%;
    }

    #products .thumbnail-container .product-description,
    .featured-products .thumbnail-container .product-description,
    .product-accessories .thumbnail-container .product-description {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    #products .products-grid .products .product-item {
        margin-bottom: 25px;
    }

    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-miniature .product-title a {
        font-size: 14px;
    }

    .featured-product .products-grid .products .product-item,
    #products .products-grid .products .product-item {
        width: 50%;
    }

    #header .header-top #_desktop_cart {
        height: auto;
        padding: 0;
        margin: 0;
    }

    #header .header-nav .cart-preview.active {
        background: transparent;
    }

    #header .header-nav .cart-preview a,
    #header .header-nav .cart-preview a:active,
    #header .header-nav .cart-preview a:focus,
    #header .header-nav .cart-preview a:visited {
        color: #333333;
    }

    #header .header-nav .cart-preview.active a,
    #header .header-nav .cart-preview.active a:active,
    #header .header-nav .cart-preview.active a:focus,
    #header .header-nav .cart-preview.active a:visited,
    #header .header-nav .cart-preview.active i {
        color: #333333;
    }

    #header .header-nav .cart-preview a .cart-products-count {
        color: #333333;
    }

    #header .header-nav .cart-preview a:hover,
    #header .header-nav .cart-preview i:hover {
        color: #000000;
    }

    #header .header-nav .cart-preview.active a:hover,
    #header .header-nav .cart-preview.active i:hover {
        color: #000000;
    }

    #header .header-nav .cart-preview a:hover .cart-products-count {
        color: #000000;
    }

    #header .header-nav #menu-icon .material-icons {
        color: #fff;
    }

    #header .header-nav #menu-icon .material-icons:hover {
        color: #c72028;
    }

    #footer .footer-container .time-block {
        width: 100%;
        padding: 7px 15px;
        margin-bottom: 0;
    }

    .footer-container .block-contact {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    #footer .footer-container .footer-top {
        padding: 30px 0 20px;
    }

    #footer .footer-container .copyright {
        padding: 0;
    }

    #footer .footer-container .footer-bottom .row>.col-md-6 {
        width: 100%;
        float: left;
        text-align: center;
    }

    #footer .footer-container .text-sm-center {
        text-align: center !important;
    }

    #footer .footer-container .text-sm-center>a {
        padding: 5px 0 10px;
    }

    #footer .footer-container .time-block h3.link-title {
        margin-bottom: 0;
    }

    .footer-container .links .title {
        padding: 7px 15px;
        color: #c72028;
        border: none;
    }

    #footer .footer-container .time-block h3.link-title:hover,
    #footer .title:hover span,
    #footer .title:hover .navbar-toggler .material-icons,
    .contactinfo-section .footer-links-column .footer-colum-title>h3:hover,
    .contactinfo-section .footer-links-column .footer-colum-title>h3:hover:after {
        color: #ffffff;
        cursor: pointer;
    }

    .footer-container .block-contact .h3,
    .footer-container .links .h3,
    .footer-container .links .h3,
    #footer .insta-wrapper .h3 {
        margin-bottom: 0;
        color: #c72028;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 24px;
        padding: 7px 0;
    }

    #insta-toggle-content {
        display: none;
    }

    .block-contact .title {
        cursor: pointer;
        padding: 7px 0;
    }

    .block-contact .title:hover span,
    .block-contact .title:hover i {
        color: #ffffff;
    }

    .footer-container .links ul>li {
        padding: 7px 15px;
        margin-bottom: 0;
    }

    .footer-container .navbar-toggler {
        display: inline-block;
        padding: 0;
        height: 25px;
        width: 25px;
    }

    .footer-container .navbar-toggler i {
        color: #c72028;
    }

    #footer .title:hover i {
        color: #ffffff;
    }

    .title .collapse-icons .remove,
    .title[aria-expanded="true"] .collapse-icons .add {
        display: none;
    }

    .title[aria-expanded="true"] .collapse-icons .remove {
        display: block;
    }

    .contactinfo-section,
    .block_newsletter {
        width: 100%;
        border: none;
    }

    .contactinfo-section .footer-links-column .footer-colum-title>h3::after {
        display: none;
    }

    .contactinfo-section .footer-links-column .footer-colum-title>h3 {
        padding: 9px 0;
        margin-bottom: 8px;
        font-size: 16px;
    }

    .contactinfo-section .footer-links-column .footer-column-content .content>p {
        margin-bottom: 8px;
    }

    #footer .newsletter-title>h2:hover,
    #footer .newsletter-title>h2:hover:after {
        color: #000000;
    }

    #footer .block_newsletter {
        padding: 25px 0;
    }

    .block_newsletter p {
        margin-top: 15px;
    }

    .brand-content {
        padding-bottom: 25px;
    }

    #main .page-footer {
        margin-bottom: 0;
    }

    #footer .footer-container .footer-block-title:after {
        position: absolute;
        display: inline-block;
        content: "\f107";
        color: #c72028;
        top: 0;
        right: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 38px;
        font-size: 20px;
        font-family: FontAwesome;
        font-weight: 600;
    }

    #footer .footer-container .footer-colum-title:hover:after {
        color: #fff;
    }

    #footer .footer-container .footer-colum-title.active-tab:after {
        content: "\f106";
    }

    #footer .footer-container .footer-block-toggle-content {
        display: none;
    }

    #footer .footer-container .working-hours {
        margin-top: 20px;
    }

    #products .products-grid .products .product-item {
        width: 33.3333%;
    }
}

@media (max-width: 639px) {
    #main .page-footer {
        margin-bottom: 0;
    }

    #product .h1 {
        font-size: 18px;
    }
}

@media (max-width: 479px) {
    .products-grid .products .product-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    #header #search_widget {
        width: 90%;
    }

    #footer .footer-container .links {
        padding: 0 10px;
    }
}

@media(max-width: 379px) {
    #header .header-nav .top-logo>a>img {
        max-width: 100px;
    }
}


#newsletter-popup .w-newsletter .newsletter-info .newsletter-title h2 {
    text-transform: uppercase;
}

#newsletter-popup .form-control {
    border: none;
}

#newsletter-popup .form-newsletter-popup .action-newsletter button {
    background: #111;
    letter-spacing: 1.5px;
    font-weight: 400;
}

#newsletter-popup .form-newsletter-popup .action-newsletter button:hover {
    background: #444;
}

#newsletter-popup .newsletter-bottom label {
    font-size: 13px;
    letter-spacing: 0.6px;
}

#product .h1 {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 35px;
}

#product .product-discount .regular-price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

#product .product-price {
    color: #c72028;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

#product .product-information {
    margin: 18px 0 10px;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}

#product .product-actions .control-label {
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}

#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:hover {
    background: #fff;
}

#product .product-quantity .input-group-btn-vertical .btn>i {
    top: unset;
    left: unset;
    position: static;
}

#product .product-add-to-cart .add {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
    border: 2px solid #e1e1e1;
}

#products .page-not-found {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
}

#products .best-seller .products-grid .products .product-item {
    width: 100%;
}

#products .products-grid .products .product-item {
    margin-bottom: 30px;
}

#products .products-grid .products.bestproduct-slider .product-item {
    margin-bottom: 0px;
}

#products .products.bestproduct-slider {
    margin-bottom: 30px;
}

.products-sort-order .select-title {
    box-shadow: none;
    line-height: 24px;
}

#cms #wrapper {
    box-shadow: none;
    background: #fff;
}

.page-content.page-cms {
    padding: 0;
}

#cms .page-header>h1 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
    color: #000;
    line-height: 20px;
}

#cms .page-content>h1 {
    display: none;
}

#cms .testimonials {
    margin: 0 0 10px 0;
    font-size: 13px;
    color: #666;
}

.page-cms h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.page-cms p,
.page-cms li {
    margin: 0 0 10px 0;
    font-size: 13px;
    color: #666;
}

.page-content.page-cms .cms-box img {
    margin-bottom: 10px;
}

.page-cms p strong {
    font-weight: normal;
}

.pagination {
    background: #ffffff;
    padding: 0 15px;
    margin-top: 0;
}

.pagination .pagination-summary {
    margin: 0px;
    color: #666;
    font-size: 14px;
    line-height: inherit;
    padding: 5px 0;
}

.pagination .pagination-btn {
    margin: 0;
    width: 66.66667%;
    padding: 0px;
}

.pagination .pagination-btn ul {
    margin: 0;
    float: right;
    box-shadow: none;
    background: #ffffff;
    padding: 10px 0;
}

.pagination .page-list li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
    position: relative;
}

.pagination li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
    vertical-align: top;
    color: #222222;
    text-align: center;
}

.pagination li a i {
    color: #bbbbbb;
    cursor: default;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 20px;
}

.pagination li a:hover,
.pagination li.current a,
.pagination li.current span,
.pagination li:hover span {
    color: #ffffff;
    font-size: 13px;
    background-color: #222222;
}

#products .row.products-selection .display-mode span,
#products .row.products-selection .total-products span {
    display: inline-block;
    float: left;
    margin: 0;
    font-size: 14px;
    background: #333333;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    margin: 0 5px;
    text-align: center;
}

#products .row.products-selection .display-mode span i,
#products .row.products-selection .total-products span i {
    font-size: 14px;
    color: #fff;
}

.products-selection .sort-by-row {
    padding: 4px 0;
}

.products-sort-order .dropdown-menu {
    padding: 0;
    box-shadow: none;
}

#products .products-selection .products-sort-order .select-title,
#products .products-sort-order .select-list {
    font-size: 13px;
}

.block-categories,
#search_filters {
    padding: 0;
}

#search_filters {
	padding: 10px 15px;
}

.block-categories .category-top-menu>li>a,
#search_filters>p.h6,
#search_filters_brands>p.h6,
#search_filters_suppliers>p.h6 {
    padding: 15px;
    background: #ffffff;
    color: #333333;
    border-bottom: 1px solid #e1e1e1;
}

#left-column .block-categories .category-sub-menu li:hover>a,
#category #left-column #search_filters .facet .title h1:hover,
.block-categories .collapse-icons .add:hover,
.navbar-toggler .material-icons:hover {
    color: #000000;
}

#_mobile_top_menu .navbar-toggler .material-icons:hover,
#footer .navbar-toggler .material-icons:hover {
    color: #000000;
}

.featured-products.category-products {
    margin-bottom: 30px;
}

#products .best-seller-item .products-grid .products .product-item {
    width: 100%;
}

#products .products-grid .products .product-item.list-view .product-miniature .thumbnail-container .product-description {
    background: #fff;
    padding: 0 0 0 15px;
    height: auto;
    min-height: 1px;
}

#products .products-grid .product-item.list-view .product-miniature .product-description .product-title {
    width: 100%;
    margin-bottom: 15px;
}

#product .card {
    box-shadow: none;
    border: 1px solid #a8aab9;
}

#product .product-customization {
    margin: 15px 0 0 0;
}

#product .product-customization .product-message {
    padding: 8px 15px;
    height: 40px;
}

.product-short-desc p {
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    margin-bottom: 10px;
    text-align: justify;
}

.product-short-desc ul {
    text-align: justify;
    list-style-type: disc;
    padding-left: 30px;
}

.product-short-desc li {
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    margin-bottom: 2px;
}

#product .tabs .tab-pane {
    padding: 15px 0;
    ;
}

.advert-block {
    text-align: center;
}

.advert-block a {
    width: 100%;
    display: block;
}

.advert-block img {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    #header .main-menu {
        border-bottom: none;
    }

    #header .menu {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        position: relative;
        padding-right: 50px;
        margin: 0;
        z-index: 1;
        border-bottom: none;
    }

    #header .main-menu .top-menu {
        display: block;
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
    }

    #header .main-menu>ul>li {
        float: left;
        margin-bottom: 0;
        cursor: pointer;
    }

    #header .main-menu>ul a[data-depth="0"] {
        position: relative;
        display: block;
        font-size: 14px;
        font-weight: 700;
        padding: 18px 28px 18px 20px;
        letter-spacing: 0.5px;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 20px;
    }

    #header .main-menu>ul li.current a[data-depth="0"],
    #header .main-menu>ul a[data-depth="0"]:hover {
        color: #c72028;
    }

    #header .main-menu>ul a[data-depth="2"] {
        padding: 7px 0 0 0;
    }

    #header .main-menu .sub-menu {
        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: #ffffff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
        padding: 15px 5px;
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
        display: block !important;
        opacity: 0;
        filter: alpha(opacity=0);
        -transform-origin: 20% 20% 0;
    }

    #header .main-menu ul>li:hover .sub-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #header .main-menu .sub-menu a {
        color: #000;
    }

    #header .main-menu .sub-menu ul[data-depth="1"]>li {
        float: 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: uppercase;
        color: #333333;
        font-size: 14px;
        font-weight: 600;
        padding-bottom: 5px;
        margin-bottom: 0px;
    }

    #header .main-menu .sub-menu ul[data-depth="1"]>li a {
        position: relative;
        color: #333333;
        font-weight: 500;
        text-transform: unset;
    }

    #header .main-menu .sub-menu ul[data-depth="2"]>li a {
        color: #333333;
    }

    #header .main-menu .sub-menu .top-menu>li a:hover {
        color: #c72028;
    }

    #header .main-menu .sub-menu .menu-banner {
        margin-left: 15px;
        position: relative;
        display: block;
        float: left;
    }

    #header .main-menu .sub-menu .menu-banner-img {
        float: left;
        margin-top: 10px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }

    #header .main-menu .sub-menu .menu-banner-img img {
        max-width: 100%;
        position: relative;
    }

    #header .main-menu .sub-menu .menu-banner-img::before {
        z-index: 1;
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
    }

    #header .main-menu .sub-menu .menu-banner-img::after {
        z-index: 1;
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(0, 1);
    }

    #header .main-menu .sub-menu .menu-banner-img:hover::after,
    #header .main-menu .sub-menu .menu-banner-img:hover::before {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
    }

    #header .main-menu .sub-menu .menu-banner-img:hover img {
        opacity: 0.8;
    }

    #_desktop_search_filters_clear_all {
        padding: 10px 10px 15px 15px;
        text-align: left;
    }

    #search_filters .js-search-filters-clear-all {
        font-weight: normal;
        margin: 0;
        padding: 9px 15px;
        text-align: left;
        text-transform: uppercase;
        width: auto;
        font-size: 12px;
        font-weight: 500;
        float: none;
    }

    .clear-all-wrapper .btn-tertiary {
        margin: 0;
        padding: 10px 12px;
        background: #111111;
        color: #fff;
        text-transform: capitalize;
        transition: .5s;
    }

    .clear-all-wrapper .btn-tertiary:hover {
        background: #000000;
    }

    .products-sort-order .select-list:hover {
        background: #000000;
    }

    #category #left-column #search_filters .facet .title {
        display: block !important;
        cursor: pointer;
    }

    #category #left-column #search_filters .facet .title h1 {
        display: inline-block;
        margin-bottom: 0;
    }

    .block-categories .category-top-menu {
        padding-bottom: 0px;
        border: 1px solid #e1e1e1;
    }

    .navbar-toggler .material-icons {
        font-size: 18px;
        line-height: 18px;
        color: #333333;
    }

    #category #left-column #search_filters .facet .navbar-toggler,
    #category #right-column #search_filters .facet .navbar-toggler {
        display: inline-block;
        padding: 0;
        height: 18px;
        width: 18px;
        cursor: pointer;
    }

    #category #left-column #search_filters .facet .collapse.in {
        display: block;
        margin: 0;
        padding: 0;
    }

    #category #left-column #search_filters .facet .collapse.in {
        display: block;
        margin: 0;
        padding: 0;
    }

    #category #left-column #search_filters .facet .collapse {
        display: none;
    }

    #category #left-column #search_filters .facet .title .collapse-icons .add,
    #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
        display: none;
    }

    #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
        display: block;
    }

    #category #left-column #search_filters .facet .title[aria-expanded="false"] .collapse-icons .remove {
        display: none;
    }

    #category #left-column #search_filters .facet .title[aria-expanded="false"] .collapse-icons .add {
        display: block;
    }

    #search_filters .facet {
        padding: 5pxpx 15px;
    }

    .block-categories .category-sub-menu {
        padding: 10px 15px;
        margin: 0;
    }

    #search_filters .facet ul {
        margin: 0px;
        padding-top: 0px;
    }

    #search_filters .facet>ul>li {
        margin: 0;
    }

    #search_filters .facet>ul>li:first-child {
        margin-top: 10px;
    }

    #search_filters .facet>ul.faceted-slider li {
        margin-bottom: 10px;
    }

    #search_filters .facet .facet-title,
    #search_filters_brands .facet .facet-title,
    #search_filters_suppliers .facet .facet-title,
    #left-column .block-categories .category-sub-menu li>a {
        color: #000;
    }
}

.contact-rich {
    padding: 15px;
    border: 1px solid #e1e1e1;
    background: #fff;
}

#contact .contact-rich .block a {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

@media (max-width: 767px) {
    .top-navigation-menu {
        border: none;
    }

    #_desktop_user_info,
    #_desktop_cart {
        display: none;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu {
        background: #fff;
        border: none;
    }

    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
        padding: 12px 0;
        font-size: 16px;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
        padding: .625rem 0;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
        padding: .625rem 0;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper span,
    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector span {
        color: #000000;
        font-weight: 500;
        font-size: 14px;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link>a {
        color: #000000;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a {
        padding: 7px 20px;
        color: #666666;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a:hover,
    #header .top-menu a[data-depth="0"]:hover {
        color: #000000;
    }

    .block_newsletter form input[type="text"] {
        min-width: 230px;
    }

    .footer-container .links ul {
        background: transparent;
        margin-bottom: 10px;
    }

    .footer-container .links ul>li {
        border: none;
        padding: 5px 15px;
        color: #666;
    }

    .footer-container .links ul>li a {
        color: #bbbbbb;
        font-weight: 400;
        font-size: 14px;
    }

    #footer .footer-container .about-section {
        width: 100%;
        margin-top: 15px;
    }
}

.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);
    overflow: hidden;
}

@media (max-width: 479px) {
    .block_newsletter form input[type="text"] {
        min-width: 250px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    #header .main-menu .top-menu>li.ht-level-0.has-child>a {
        position: relative;
    }

    #header .main-menu .top-menu>li.ht-level-0.has-child>a:after {
        content: "\f107";
        font-family: "Fontawesome";
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }

    #header .main-menu .top-menu>li.ht-level-0.has-child:hover>a:after {
        content: "\f106";
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0.has-child {
        position: relative;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse {
        min-width: 225px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 6px;
        padding-top: 6px;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li.ht-level-1 {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        float: none;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li.ht-level-1.has-child {
        position: relative;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li.ht-level-1>a {
        padding: 8px 15px;
        position: relative;
        color: #555555;
        font-size: 14px;
        text-transform: unset;
        font-weight: 600;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li.ht-level-1>a:hover {
        color: #000000;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li.ht-level-1.has-child>a:after {
        content: "\f107";
        font-family: "Fontawesome";
        float: right;
        position: absolute;
        right: 15px;
        display: inline-block;
        text-decoration: none;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li.ht-level-1.has-child:hover>a:after {
        content: "\f105";
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu li .collapse {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        min-width: 220px;
        padding: 6px 0 6px;
        display: none;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu li:hover>.collapse {
        display: block;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu li .collapse .top-menu {
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu li .collapse .top-menu li.category {
        display: block;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li>.collapse .top-menu>li.category.has-child {
        position: relative;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li>.collapse .top-menu>li.category>a {
        padding: 8px 15px;
        position: relative;
        color: #555555;
        text-transform: unset;
        font-weight: 600;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li>.collapse .top-menu>li.category>a:hover {
        color: #000000;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li>.collapse .top-menu>li.category.has-child>a:after {
        content: "\f107";
        font-family: "Fontawesome";
        float: right;
        float: right;
        position: absolute;
        right: 15px;
        display: inline-block;
        text-decoration: none;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li>.collapse .top-menu>li.category.has-child:hover>a:after {
        content: "\f105";
    }

    #header .main-menu .top-menu.ht-fullwidth li.ht-level-1>a {
        padding: 6px 0;
        font-size: 16px;
    }

    #header .main-menu .top-menu.ht-fullwidth li.ht-level-1>.collapse ul.top-menu>li.category {
        display: block;
        margin-bottom: 0;
    }

    #header .main-menu .top-menu.ht-fullwidth li.ht-level-1>.collapse ul.top-menu>li.category>a {
        padding: 6px 0;
    }

    #header .main-menu .top-menu.ht-default li.ht-level-1>a {
        padding: 6px 0;
        font-size: 16px;
    }

    #header .main-menu .top-menu.ht-default li.ht-level-1>.collapse ul.top-menu>li.category {
        display: block;
        margin-bottom: 0;
    }

    #header .main-menu .top-menu.ht-default li.ht-level-1>.collapse ul.top-menu>li.category>a {
        padding: 6px 0;
    }
}

.login-form .form-footer {
    text-align: center;
}

.block-contact .collapse {
    display: inherit;
}

.block-contact .collapse.in {
    display: block;
}

#blockcart-modal .modal-title {
    margin-bottom: 0;
}

.block-contact .collapse {
    display: inherit;
}

.block-contact .collapse.in {
    display: block;
}

@media (max-width: 767px) {
    .block-contact .collapse {
        display: none;
    }

    .product-content-tabs {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .page-content.page-not-found form input[type="text"] {
        min-width: 230px;
    }
}

@media(min-width: 768px) {
    body.nav-sticy#product .sticky-wrapper.top {
        top: 56px;
        z-index: 1;
    }
}

.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:last-child {
    border-bottom: none;
    padding: 0;
}
#blockcart-modal .modal-body .divide-right span {
	height: auto;
	width: auto;
	margin: 0;
	border: none;
	cursor: auto;
}
.product-line-info.color {
	height: auto;
	width: auto;
	border: none;
	margin: 0;
	cursor: auto;
}
.page-my-account #content .links a:hover i {
	color: #c72028;
}
#main .page-footer {
	margin-bottom: 1.563rem;
}
.wishlist-list-container .wishlist-list-item:hover .wishlist-list-item-title {
	color: #c72028;
}
.wishlist-footer-links > a.text-primary {
	color: #222 !important;
}
.wishlist-footer-links > a.text-primary:hover {
	color: #c72028 !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;
}
@media screen and (min-width: 768px) {
  #header_logo img {
    max-height: 60px;
    height: auto;
    width: auto;
  }
}
