@import url(base.css);

/*********
Header
*********/

a {
    color: #000000;
    text-decoration: none;
    transition: 0.5s;
}

a:hover, a:focus, a:active {
    color: #000;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}

.custom-radio input[type="radio"]:checked + span {
    background-image: linear-gradient(#3264f5, #7104bc);
}

.btn-primary {
    border: none;
    transition: 0.5s;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: transparent;
    background-image: linear-gradient(#3264f5, #7104bc);
}

* {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

.product-list-reviews .comments-nb {
    display: none;
}

.btn-primary, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
    background-color: #333;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1170px;
        box-sizing: border-box;
    }
}
@media (max-width: 1199px) {
    .container {
        width: 100%;
        max-width: 970px;
        box-sizing: border-box;
    }
}
@media (max-width: 991px) {
    .container {
        width: 100%;
        max-width: 750px;
        box-sizing: border-box;
    }
}
@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}
@media (max-width: 639px) {
    .container {
        width: 100%;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}
@media (max-width: 479px) {
    .container {
        width: 100%;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (max-width: 379px) {
    .container {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}

.top-padding {
    padding-top: 35px;
}
.bottom-padding {
    padding-bottom: 35px;
}
.top-margin {
    margin-top: 35px;
}
.bottom-margin {
    margin-bottom: 35px;
}
@media(max-width: 991px) {
    .top-padding {
        padding-top: 25px;
    }
    .bottom-padding {
        padding-bottom: 25px;
    }
    .top-margin {
        margin-top: 25px;
    }
    .bottom-margin {
        margin-bottom: 25px;
    }
}
@media(max-width: 767px) {
    .top-padding {
        padding-top: 20px;
    }
    .bottom-padding {
        padding-bottom: 20px;
    }
    .top-margin {
        margin-top: 20px;
    }
    .bottom-margin {
        margin-bottom: 20px;
    }
}
@media(max-width: 479px) {
    .top-padding {
        padding-top: 10px;
    }
    .bottom-padding {
        padding-bottom: 10px;
    }
    .top-margin {
        margin-top: 10px;
    }
    .bottom-margin {
        margin-bottom: 10px;
    }
}

.ht-main-content {
    float: left;
    width: 100%;
    background: #fff;
}

.search-widget form input[type="text"] {
    padding-right: 35px;
}

.advertising-block {
    text-align: center;
}

.advertising-block img {
    width: unset;
}

#products .featured-products {
    background-color: #fff;
}

#product .featured-products {
    background-color: #fff;
    padding: 0 15px;
}

.product-decs-content {
    padding: 0 15px;
}

#search #content .top-right-btn {
    display: none;
}

#header .header-nav {
    float: left;
    width: 100%;
    display: block;
    padding-bottom: 0;
    max-height: none;
    border: none;
    background-color: #f5f5f5;
    margin: 0;
}

#checkout #header .header-nav {
    background-color: #fff;
}

#header .header-nav #_desktop_contact_link {
    padding: 14px 0;
}

#checkout #header .header-nav #_desktop_contact_link {
    display: none;
}

#header .header-msg-block {
    display: block;
    float: left;
    width: 100%;
    padding: 0 15px;
}

#checkout #header .header-msg-block {
    display: none;
}

#header .header-msg-block span {
    color: #000;
    font-weight: 400;
    font-size: 13px;
}

#checkout #header .header-nav #_desktop_language_selector,
#checkout #header .header-nav #_desktop_currency_selector {
    display: none;
}

#header .header-nav #_desktop_currency_selector,
#header .header-nav #_desktop_language_selector {
    float: right;
    display: block;
}

#header .language-selector span,
#header .currency-selector span {
    font-size: 14px;
    color: #333333;
    text-transform: capitalize;
}

#header .language-selector:hover span,
#header .currency-selector:hover span,
#header .language-selector:hover i,
#header .currency-selector:hover i {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#header .language-selector .dropdown-menu,
#header .currency-selector .dropdown-menu {
    margin: 0;
    display: none;
    padding: 10px 15px;
    float: left;
    min-width: 100px;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    top: 100%;
    left: auto;
    right: 0;
}
#header .header-nav .language-selector, 
#header .header-nav .currency-selector {
    margin: 0;
    padding: 12px 0;
}
#header .language-selector .dropdown-item,
#header .currency-selector .dropdown-item {
    padding: 5px 0;
}

#header .language-selector .dropdown-item:hover,
#header .currency-selector .dropdown-item:hover {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#header .currency-selector .currency-list li,
#header .language-selector .language-list li {
    font-size: 14px;
    padding: 3px 19px;
    margin: 0 4px 10px 4px;
    display: inline-block;
    float: left;
    text-transform: capitalize;
    border: 1px solid #a8aab9;
    line-height: 28px;
    width: auto;
    cursor: pointer;
    transition: 0.5s;
}

#header .currency-selector .currency-list li:hover,
#header .language-selector .language-list li:hover {
    border: 1px solid #ab162c;
    background-image: linear-gradient(#3264f5, #7104bc);
}

#header .currency-selector .currency-list li a,
#header .language-selector .language-list li a {
    color: #444444;
    padding: 0;
}

#header .currency-selector .currency-list li:hover a,
#header .language-selector .language-list li:hover a {
    color: #fff;
}

#header .currency-selector .currency-list li.current,
#header .language-selector .language-list li.current {
    border: 1px solid #ab162c;
}

#header .currency-selector .currency-list li.current a,
#header .language-selector .language-list li.current a {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

#header .currency-selector .currency-list li.current:hover a,
#header .language-selector .language-list li.current:hover a {
    color: #fff;
}

#header .currency-selector .btn-unstyle:focus .expand-more,
#header .language-selector .btn-unstyle:focus .expand-more {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#header .language-selector,
#header .currency-selector {
    margin-top: 0;
}
#header .header-nav .material-icons.expand-more {
    margin-left: 0;
}
#header .header-nav .language-selector > button, 
#header .header-nav .currency-selector > button {
    color: #333333;
    cursor: pointer;
    line-height: 20px;
}
#header .header-nav .right-nav #contact-link {
    margin: 0;
    letter-spacing: 0.5px;
}

#header .header-nav .right-nav #contact-link > a,
#header .header-nav .right-nav #contact-link > a:active,
#header .header-nav .right-nav #contact-link > a:visited,
#header .header-nav .right-nav #contact-link > a:focus {
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

#header .header-nav .right-nav #contact-link > a:hover {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

#header .header-nav #_desktop_contact_link #contact-link {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 22px;
}

#header .header-nav #_desktop_contact_link #contact-link::before {
    content: '\f095';
    display: block;
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}

#header .header-nav #_desktop_contact_link #contact-link > a {
    color: #000;
    font-weight: 500;
}

.dropdown:hover .expand-more {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.btn-unstyle:focus .expand-more {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

#header .header-nav .left-nav {
    padding: 0;
}
#header .header-nav .right-nav {
    padding: 0;
}
#header .header-nav .right-nav > div {
    position: relative;
    display: block;
    padding-left: 15px;
    margin-left: 15px;
}
#header .header-nav .right-nav > div:before {
    content: "";
    left: 0;
    top: 50%;
    height: 30px;
    width: 1px;
    position: absolute;
    background: #e1e1e1;
    transform: translate(0, -50%);
}
#header .header-nav .right-nav > div:first-child:before {
    display: none;
}

#header .header-top {
    float: left;
    width: 100%;
    display: block;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
}

#checkout #header .header-top {
    border-bottom: 1px solid #e1e1e1;
}

#index #header .header-top {
    border-bottom: none;
}

#header #_desktop_logo {
    float: left;
    display: table;
    height: 100px;
    margin-top: 0;
    margin-bottom: 0;
}

#header #_desktop_logo a {
    display: table-cell;
    vertical-align: middle;
}

#header .top-right-btn {
    float: right;
    display: block;
    position: relative;
    margin-left: 20px;
    padding: 35px 0;
}
#header .ht-account-links {
    display: block;
    text-align: center;
}

#header .ht-account-links .toggle-link-icon {
    cursor: pointer;
    color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

#header .ht-account-links .toggle-link-icon strong {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-left: 5px;
}

#header .ht-account-links .toggle-link-icon:hover i,
#header .ht-account-links .toggle-link-icon:hover strong {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#header .ht-account-links .toggle-link-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 225px;
    padding: 10px 15px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    z-index: 12;
    text-align: left;
}

#header .ht-account-links .ht-links-wrapper {
    display: block;
    float: left;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
    margin-top: 10px;
}

#header .ht-account-links .ht-links-wrapper:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

#header .ht-account-links .ht-links-wrapper ul {
    margin-bottom: 0;
}

#header .ht-account-links .toggle-link-content span {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.5px;
    transition: 0.5s;
}

#header .ht-account-links .toggle-link-content span.language-label,
#header .ht-account-links .toggle-link-content span.currency-label {
    display: block;
    margin-bottom: 7px;
}

#header .user-link {
    position: relative;
    font-weight: 500;
    padding: 3px 0;
    display: block;
    float: left;
    width: 100%;
}

#header .user-link .account {
    position: relative;
}

#header .header-nav .user-info {
    margin-left: 0;
    margin-top: 0;
    text-align: left;
}

#header .header-nav .user-info ul {
    margin: 0;
}

#header .header-nav .user-info .account {
    margin-left: 0;
}

#header .user-link a:hover span {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#header #_desktop_cart {
    float: right;
    display: block;
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
#header #_desktop_cart::before {
    content: "";
    left: 0;
    top: 50%;
    height: 30px;
    width: 1px;
    position: absolute;
    background: #e1e1e1;
    transform: translate(0, -50%);
}
#header #_desktop_cart .blockcart {
    padding: 35px 0;
    display: block;
}
#header #_desktop_cart .header {
    display: block;
    position: relative;
    font-size: 0;
}
#header #_desktop_cart .header .shopping-basket {
    font-size: 20px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    margin-right: 10px;
}

#header #_desktop_cart .header .cart-products-count {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
}

#header #_desktop_cart .header .cart-products-count strong {
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#header #_desktop_cart .header a {
    display: block;
}

#header #_desktop_cart .header:hover a span {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#header #search-tog-btn {
    display: inline-block;
    float: right;
    padding: 30px 0;
}

#header #search_widget {
    padding: 28px 0;
    display: block;
    width: 350px;
}

#header #search_widget button {
    background-image: linear-gradient(#3264f5, #7104bc);
    height: 44px;
    width: 50px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#header #search_widget button:hover {
    opacity: .7;
} 

.search-widget {
    min-width: 0;
}

.search-widget form {
    position: relative;
    text-align: center;
    width: 100%;
}

.search-tog-btn {
    position: relative;
    padding: 10px;
    display: inline-block;
}

.search-tog-btn > i {
    font-size: 18px;
    color: #333;
    padding: 24px;
}

.search-widget form button[type="submit"] .search:hover {
    color: #1f8b4e;
}

#products .search-tog-btn {
    display: none !important;
}

#products .ht-search-widget {
    display: block;
    position: static;
}

.ht-search-widget {
    display: block;
}

.header-top .search-widget form input[type="text"] {
    padding-right: 55px;
    padding-left: 10px;
    height: 44px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #000000;
    border-radius: 5px;
}

#header .header-top #search_widget button > i {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
}

#header .header-nav .search-widget form input::placeholder {
    color: #fff;
}

.search-widget form input::placeholder {
    color: #000;
}

.search-widget form input[type="text"]:focus {
    outline: none;
    color: #000;
}

.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;
}

.page-content.page-not-found > button {
    display: none;
}

.page-content.page-not-found #search_widget {
    cursor: pointer;
    border: none;
    z-index: 1;
}
#pagenotfound .page-not-found .search-widget input, #products .page-not-found .search-widget input {
    width: 100%;
    min-width: 100%;
}
.page-content.page-not-found form input[type="text"] {
    width: auto;
    padding: 10px;
    min-width: 340px;
    height: 45px;
    padding-right: 50px;
    border: 1px solid #e1e1e1;
}

.page-content.page-not-found #search_widget button {
    width: 45px;
    height: 45px;
    background: #000;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: center;
    right: 0px;
    top: 0px;
    bottom: 0;
    color: #fff;
}

.page-content.page-not-found #search_widget button:hover {
    background-image: linear-gradient(#3264f5, #7104bc);
    transition: .5s;
}

.page-content.page-not-found #search_widget button img {
    width: auto;
    margin: 0 auto;
}

#header .main-menu > ul li.current a[data-depth="0"],
#header .main-menu > ul a[data-depth="0"]:hover {
    color: #fff;
}

#header .main-menu > ul li.current a[data-depth="0"] span,
#header .main-menu > ul li:hover a[data-depth="0"] span {
    padding-bottom: 2px;
    border-bottom: 2px solid #fff;
}

@media (min-width: 768px) {
    #header .header-nav .blockcart {
        background-color: transparent;
        padding: 0;
        height: unset;
        margin-left: 0;
        text-align: unset;
    }

    #header .header-nav .cart-preview.active {
        background-color: transparent;
    }

    #header .cart-preview .ht_cart {
        display: none;
        background: #fff none repeat scroll 0 0;
        height: auto;
        left: auto;
        position: absolute;
        right: 0;
        top: 100%;
        width: 300px;
        border: 1px solid #a8aab9;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        z-index: 999;
        transition: .5s;
    }

    #header #_desktop_cart:hover .cart-preview .ht_cart {
        display: block;
    }

    #header .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 .cart-preview .ht_cart ul {
        overflow: hidden;
        padding: 0px 15px;;
        margin: 0;
        border-bottom: 1px solid #a8aab9;
        max-height: 240px;
        overflow-y: auto;
    }

    #header .cart-preview .ht_cart ul li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #a8aab9;
    }

    #header .cart-preview .ht_cart ul li:last-child {
        border-bottom: none;
    }

    #header .cart-preview .ht_cart ul li .cart-img {
        float: left;
        margin-right: 12px;
        text-align: center;
        width: 80px;
        border: 1px solid #a8aab9;
    }

    #header .cart-preview .ht_cart ul li .cart-img img {
        max-width: 100%;
    }

    #header .cart-preview .ht_cart ul li .cart-info {
        overflow: hidden;
        padding-right: 20px;
        position: relative;
        text-align: left;
        color: #111;
    }

    #header .cart-preview .ht_cart ul li .cart-info .product-quantity {
        float: left;
        margin-right: 5px;
        font-size: 13px
    }

    #header .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 .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 .cart-preview .ht_cart ul li .cart-info .remove-from-cart {
        position: absolute;
        right: 0;
        top: 0px;
        z-index: 99;
    }

    #header .cart-preview .ht_cart ul li .cart-info .remove-from-cart .remove-icon i {
        color: #111;
        font-size: 16px;
    }

    #header .cart-preview .ht_cart ul li .cart-info .remove-from-cart .remove-icon i:hover {
        background: -webkit-linear-gradient(#3264f5, #7104bc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

    }

    #header .cart-preview .ht_cart ul li .cart-info .remove-from-cart .remove-icon-text {
        display: none;
    }

    #header .cart-preview .ht_cart .cart-summary {
        display: block;
        float: left;
        width: 100%;
    }

    #header .cart-preview .ht_cart .cart-summary .cart-subtotals,
    #header .cart-preview .ht_cart .cart-summary .cart-total {
        display: block;
        float: left;
        width: 100%;
        padding: 20px 15px 20px;
        border-bottom: 1px solid #a8aab9;
    }

    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .products,
    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .shipping {
        display: block;
        float: left;
        width: 100%;
        padding: 5px 0;
    }

    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .label,
    #header .cart-preview .ht_cart .cart-summary .cart-total .label {
        font-weight: normal;
        padding-left: 0;
        white-space: inherit;
        float: left;
        color: #3c3c3c;
        font-size: 13px;
        letter-spacing: 0.8px;
    }

    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .value,
    #header .cart-preview .ht_cart .cart-summary .cart-total .value {
        color: #3c3c3c;
        font-size: 13px;
        letter-spacing: 0.8px;
        float: right !important;
    }

    #header .cart-preview .ht_cart .cart-wishlist-action {
        display: block;
        float: left;
        width: 100%;
        padding: 15px;
        border: none;
        text-align: center;
    }

    #header .cart-preview .ht_cart .cart-wishlist-action a {
        cursor: pointer;
        float: none;
        display: inline-block;
        background-image: linear-gradient(#000, #000);
        background-position: 0 0;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        height: auto;
        padding: 13px 25px;
        line-height: 14px;
        position: relative;
        text-transform: uppercase;
        z-index: 1;
        letter-spacing: 0;
    }

    #header .cart-preview .ht_cart .cart-wishlist-action a:hover {
        background: transparent;
        background-image: linear-gradient(#3264f5, #7104bc);
        -webkit-text-fill-color: #fff;
    }

}

#header .main-menu > ul a[data-depth="0"] {
    padding: 20px 20px 20px 25px;
}

#header.ht-menu-sticy .main-menu > ul a[data-depth="0"] {
    color: #fff;
}

#header.ht-menu-sticy .main-menu > ul li.current a[data-depth="0"],
#header.ht-menu-sticy .main-menu > ul a[data-depth="0"]:hover {
    background: -webkit-linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#header.ht-menu-sticy .top-navigation-menu {
    background-image: linear-gradient(#3264f5, #7104bc);
}

.top-navigation-menu {
    display: block;
}

.displaytopmenu {
    display: block;
    width: 100%;
    float: left;
    background-image: linear-gradient(#3264f5, #7104bc);
}

#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 (max-width: 991px) {
    #header #search_widget {
        width: 250px;
    }
    #header .top-right-btn {
        margin-left: 10px;
    }
    #header #_desktop_cart {
        padding-left: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    #header .top-right-btn {
        padding: 0;
        margin: 0;
    }
    .header-top .search-widget form input[type="text"] {
        min-width: unset;
        max-width: 100%;
    }
    .displaytopmenu {
        display: none;
    }
}

@media (min-width: 992px) {
    #header .navbar-block {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #header .navbar-block {
        max-width: 1140px;
    }
}

/*********
Image Slider Css
******/


.image-slider-block {
    float: left;
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 35px;
}

.image-slider-block .carousel .carousel-inner {
    height: auto;
    margin: 0;
}

.image-slider-block .carousel .carousel-inner a,
.image-slider-block .carousel .carousel-inner figure {
    margin: 0;
}

.image-slider-block .carousel-control .icon-next {
    margin-right: 0;
    width: 60px;
    height: 30px;
    background-color: #000;
    right: 30px;
    border-radius: 5px;
}

.image-slider-block .carousel-control .icon-prev {
    width: 60px;
    height: 30px;
    background-color: #000;
    left: 30px;
    margin-left: 0;
    border-radius: 5px;
}

.image-slider-block .carousel .carousel-control .icon-prev i,
.image-slider-block .carousel .carousel-control .icon-next i {
    font-size: 24px;
    transition: 0.5s;
    line-height: 30px;
    font-weight: 700;
}

.image-slider-block .material-icons {
    vertical-align: inherit;
    line-height: 30px;
}

.carousel .carousel-control .icon-next:hover,
.carousel .carousel-control .icon-prev:hover {
    background-image: linear-gradient(#3264f5, #7104bc);
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: #fff;
}

@media(max-width: 991px) {
    .image-slider-block {
        margin-bottom: 25px;
    }
}
@media(max-width: 767px) {
    .image-slider-block {
        margin-bottom: 20px;
    }
}
@media(max-width: 479px) {
    .image-slider-block {
        margin-bottom: 10px;
    }
}

/*********
Header Contact Block Css
*******/

.header-contact-wrapper {
    display: block;
    float: right;
    text-align: center;
    padding: 13px 25px;
    margin: 40px 0px;
    background-image: linear-gradient(#3264f5, #7104bc);
}

.header-contact-wrapper .contact-section {
    display: block;
    width: 100%;
    float: left;
}

.header-contact-wrapper .contact-section .contact-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.header-contact-wrapper .contact-section .contact-num {
    display: inline-block;
    vertical-align: middle;
}

.header-contact-wrapper .contact-section .contact-num span {
    color: #fff;
    font-weight: 500;
}


@media (max-width: 767px) {
    .header-contact-wrapper {
        display: none;
    }
}


/******
Service Block Css
    ******/

.service-wrapper {
    display: block;
    width: 100%;
    float: left;
    background-image: linear-gradient(#3264f5, #7104bc);
    padding: 35px 0;
}

#checkout .service-wrapper {
    display: none;
}

.service-wrapper .service-item {
    display: block;
    width: 33.33%;
    float: left;
    text-align: center;
    position: relative;
}

.service-wrapper .service-item.center::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    background-color: #fff;
    width: 1px;
}

.service-wrapper .service-item.center::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    background-color: #fff;
    width: 1px;
}

.service-wrapper .service-item .service-inner-block {
    display: block;
    width: 100%;
    float: left;
}

.service-wrapper .service-item .service-inner-block .service-icon > span {
    display: none;
}

.service-wrapper .service-item .service-inner-block .service-icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

.service-wrapper .service-item .service-inner-block .service-content {
    display: inline-block;
    vertical-align: middle;
}

.service-wrapper .service-item .service-inner-block .service-content span {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.service-wrapper .service-item .service-inner-block .service-content p {
    display: block;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}


@media (max-width: 991px) {
    .service-wrapper .service-item.center::before {
        right: 5px;
    }

    .service-wrapper .service-item.center::after {
        left: 5px;
    }
}

@media (max-width: 768px) {
    .service-wrapper {
        padding: 15px 0;
    }

    .service-wrapper .service-item {
        width: 100%;
        padding: 15px 0;
    }

    .service-wrapper .service-item.center::before {
        display: none;
    }

    .service-wrapper .service-item.center::after {
        display: none;
    }
}


/********
promo-block
********/
.ht-promotion-section {
    float: left;
    width: 100%;
    clear: both;
    display: block;
}

.ht-promotion-section .promotion-wrapper {
    display: block;
    float: left;
    width: 100%;
}

.ht-promotion-section .promotion-wrapper .promotion-wrapper-top,
.ht-promotion-section .promotion-wrapper .promotion-wrapper-bottom {
    display: block;
    float: left;
    width: 100%;
}

.ht-promotion-section .promotion-wrapper .promotion-wrapper-top {
    padding-bottom: 15px;
}

.ht-promotion-section .promotion-wrapper .promotion-wrapper-bottom {
    padding-top: 15px;
}

.ht-promotion-section .promotion-wrapper .promotion-wrapper-top .promotion-wrapper-left-block {
    display: block;
    float: left;
    width: 41.7%;
    padding: 0 15px;
}

.ht-promotion-section .promotion-wrapper .promotion-wrapper-top .promotion-wrapper-right-block {
    display: block;
    float: left;
    width: 58.3%;
    padding: 0 15px;
}

.ht-promotion-section .promotion-wrapper .promotion-wrapper-bottom .promotion-wrapper-left-block {
    display: block;
    float: left;
    width: 58.3%;
    padding: 0 15px;
}

.ht-promotion-section .promotion-wrapper .promotion-wrapper-bottom .promotion-wrapper-right-block {
    display: block;
    float: left;
    width: 41.7%;
    padding: 0 15px;
}


.banner-wrappers {
    display: block;
    width: 100%;
    float: left;
    padding: 65px 0;
    padding-top: 35px;
    background-color: #f5f5f5;
}

.banner-wrappers .banner-content {
    display: block;
    width: 100%;
    float: left;
}

.banner-wrappers .banner-content > a {
    display: block;
    overflow: hidden;
}

.banner-wrappers .banner-content > a > img {
    width: 100%;
    transition: 0.5s;
}

.banner-wrappers .banner-content > a > img:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.img-block {
    display: block;
    width: 100%;
}

.img-block a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.img-block a::after {
    background-color: rgba(255, 255, 255, .3);
    content: "";
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    opacity: 0;
    position: absolute;
    transform: rotate3d(1, 1, 0, 100deg);
    transition: all 0.7s ease 0s;
    border-radius: 5px;
}

.img-block a img {
    display: block;
    width: 100%;
    transition: 0.5s;
}

.img-block a:hover::after {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0deg);
    transition-delay: 0.1s;
}

@media (max-width: 991px) {
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-top .promotion-wrapper-left-block,
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-bottom .promotion-wrapper-right-block {
        width: 41.8%;
    }
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-top .promotion-wrapper-right-block,
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-bottom .promotion-wrapper-left-block {
        width: 58.2%;
    }
}

@media (max-width: 639px) {
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-block {
        width: 100%;
        margin: 15px 0;
    }
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-top .promotion-wrapper-left-block,
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-bottom .promotion-wrapper-right-block,
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-top .promotion-wrapper-right-block,
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-bottom .promotion-wrapper-left-block {
        width: 100%;
        margin-bottom: 15px;
    }
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-bottom .promotion-wrapper-right-block {
        margin-bottom: 0;
    }
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-top,
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-bottom {
        padding: 0;
    }
}
@media (max-width: 479px) {
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-top .promotion-wrapper-right-block,
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-top .promotion-wrapper-left-block {
        padding: 0 10px;
    }
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-bottom .promotion-wrapper-left-block,
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-bottom .promotion-wrapper-right-block {
        padding: 0 10px;
    }
}

/*******
products
*******/
.section-title {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.section-title h2 {
    display: inline-block;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
}

.section-title h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e1e1e1;
}

.section-title h2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 12px;
    width: 12px;
    border: 2px solid transparent;
    background-image: linear-gradient(white, white), radial-gradient(circle at top, #3264f5, #7104bc);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 50%;
    z-index: 11;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 30px;
    }

    .section-title h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }
}

@media (max-width: 479px) {
    .section-title {
        margin-bottom: 15px;
    }

    .section-title h2 {
        font-size: 18px;
        padding-bottom: 8px;
    }
}

#products .product-title a, .featured-products .product-title a,
.product-accessories .product-title a, .product-miniature .product-title a {
    color: #000;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

#products .product-title a:hover, .featured-products .product-title a:hover,
.product-accessories .product-title a:hover, .product-miniature .product-title a:hover {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

#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 {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

#products .regular-price, .featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price {
    color: #a1a1a1;
    font-weight: 600;
}

.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: 15px;
}

#products .product-description, .featured-products .product-description,
.product-accessories .product-description, .product-miniature .product-description {
    position: static;
    width: 100%;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
    background: none;
}

.featured-products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-short-desc {
    display: none !important;
}

.product-list-reviews {
    background: none;
    padding-bottom: 0;
    padding-top: 10px;
}

li.product-flag {
    margin: 0;
    top: 0 !important;
    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 {
    left: 0;
}

.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;
    margin-top: 30px;
    margin-bottom: 0;
    display: block;
}

.featured-products .all-products > a {
    background-image: linear-gradient(#3264f5, #7104bc);
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 20px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    width: -moz-max-content;
    color: #fff;
    box-sizing: border-box;
    text-transform: uppercase;
    float: none !important;
}

.all-products > a:hover,
.featured-products .all-products a:hover {
    background-color: #333;
}

#products img, .featured-products img, .product-accessories img, .product-miniature img {
    margin: 0;
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    height: 100%;
    box-shadow: none;
}

#products .products-grid {
    font-size: 0;
}

.products-grid .products .product-item {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    margin-bottom: 35px;
    font-size: 14px;
    width: 100%;
}

.new-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-grid .products .product-item .product-miniature .thumbnail-container,
#products .products-grid .products .product-item .product-miniature .thumbnail-container {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    background: transparent;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block {
    position: relative;
    display: block;
    overflow: hidden;
    border: none;
    border-radius: 5px;
}

.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: 50%;
    background-color: transparent;
    box-shadow: none;
    transition: 0.5s;
    opacity: 0;
    width: 100%;
    right: 0;
    display: block !important;
    height: auto;
    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 {
    padding: 0;
    opacity: 1;
    box-shadow: none;

}

.color, .custom-checkbox input[type="checkbox"] + span.color {
    width: 1.5rem;
    height: 1.5rem;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description {
    position: static;
    background: transparent;
    height: auto;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description:after,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description:after {
    display: none;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add {
    margin: 6px 0 0;
    text-align: center;
}

#products .highlighted-informations .quick-view:hover, .featured-products .highlighted-informations .quick-view,
.product-accessories .highlighted-informations .quick-view:hover, .product-miniature .highlighted-informations .quick-view {
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    transition: .5s;
    background-image: linear-gradient(#3264f5, #7104bc);
    border-radius: 5px;
}

#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover, 
.product-accessories .highlighted-informations .quick-view:hover, 
.product-miniature .highlighted-informations .quick-view:hover {
    opacity: .7;
}

#products .highlighted-informations .quick-view i,
.featured-products .highlighted-informations .quick-view i,
.product-accessories .highlighted-informations .quick-view i,
.product-miniature .highlighted-informations .quick-view i {
    color: #fff;
    transition: .5s;
}

.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: #ab162c;
}

li.product-flag:not(.discount):not(.on-sale) ~ li.product-flag {
    margin-top: 45px;
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links#products .variant-links {
    display: none;
    background: transparent;
    margin-top: 5px;
    top: 0;
    min-height: auto;
}

body#checkout #header .header-nav {
    padding: 0;
    border: 1px solid #e8e8e8;
    box-shadow: none;
}

#product .add {
    width: auto;
    margin: 0;
}

.add .btn {
    font-weight: 700;
    padding: 12px 15px;
    font-size: 13px;;
    box-shadow: none;
    min-width: 170px;
    white-space: inherit;
    margin-top: 15px;
    transition: .5s;
}


.highlighted-informations .add .btn:hover > span > i {
    background: -webkit-linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.highlighted-informations .add {
    display: inline-block;
}

.highlighted-informations .add .btn {
    min-width: auto;
    height: 40px;
    display: block;
    margin: 0 auto;
    line-height: 42px;
    text-align: center;
    padding: 0 15px;
    transition: .5s;
    font-weight: 500;
    color: #fff;
    background-image: linear-gradient(#3264f5, #7104bc);
    border: none;
    border-radius: 5px;
}

.highlighted-informations .add .btn:hover {
    opacity: .7;
}

.highlighted-informations .add .btn span i {
    font-size: 18px;
    padding-right: 0;
}

.product-actions .add-to-cart .material-icons.shopping-cart {
    display: none;
}

.featured-products {
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    margin-top: 0;
}

#products .list-view .product-title, .featured-products .list-view .product-title, .product-accessories .list-view .product-title, .product-miniature .list-view .product-title {
    padding: 0;
    padding-top: .7rem;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description {
    padding: 15px 5px 0;
}

.products-grid .products .product-item .product-miniature .thumbnail-container:hover .product-description,
#products .products-grid .products .product-item .product-miniature .thumbnail-container:hover .product-description {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .06);
}

.products-grid .products .product-item.list-view .product-miniature .thumbnail-container:hover .product-description,
#products .products-grid .products .product-item.list-view .product-miniature .thumbnail-container:hover .product-description {
    box-shadow: none;
}

#products .products-grid .products .list-view .product-miniature .thumbnail-container .product-description {
    border-top: none;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping, #products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    padding: 0;
}

@media (max-width: 991px) {
    .new-product .products-grid .products .product-item {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .new-product .products-grid .products .product-item {
        width: 50%;
    }
}
@media (max-width: 479px) {
    .products-grid .products .product-item {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .highlighted-informations .add .btn {
        padding: 0 5px;
    }
    .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 {
        padding: 0;
        opacity: 0;
        box-shadow: none;
    }
}

/*offer-block*/
.ht-offer-section {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    float: left;
    margin: 30px 0;
}

.ht-offer-section .img-block {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .ht-offer-section {
        margin: 25px 0;
    }
}

@media (max-width: 479px) {
    .ht-offer-section .img-block {
        width: 100%;
        margin-bottom: 15px;
    }
}

/*******
Testimonial custom Css
*******/

.testimonial-section {
    float: left;
    width: 100%;
    clear: both;
    display: block;
}

.testimonial-section .testimonial-wrapper {
    display: block;
    float: left;
    width: 100%;
}

.testimonial-section .testimonial-wrapper .testimonial-inner {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 70px;
    border-bottom: 1px solid #e1e1e1;
}

.testimonial-section .testimonial-wrapper .testimonial-content {
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-section .testimonial-wrapper .testimonial-content .inner-content {
    display: inline-block;
    background-color: transparent;
    margin: 15px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .06);
}

.testimonial-section .testimonial-wrapper .testimonial-content .inner-content .testimonial-image {
    display: block;
    width: 30%;
    float: left;
    padding-top: 45px;
}

.testimonial-section .testimonial-wrapper .testimonial-content .inner-content .testimonial-image img {
    display: block;
    text-align: center;
    height: auto;
    border: 3px solid transparent;
    border-radius: 5px;
    margin: 0 auto;
    background-image: linear-gradient(white, white), radial-gradient(circle at top, #3264f5, #7104bc);
    background-origin: border-box;
    background-clip: content-box, border-box;

}

.testimonial-section .testimonial-wrapper .testimonial-content .inner-content .testimonial-detail {
    float: left;
    width: 70%;
    position: relative;
    padding: 30px 30px 35px 0;
}

.testimonial-section .testimonial-wrapper .testimonial-content .inner-content .testimonial-detail .quote-icon i {
    font-size: 20px;
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 20px;
}

.testimonial-section .testimonial-wrapper .testimonial-content .inner-content .testimonial-detail .quote-icon span {
    display: none;
}

.testimonial-section .testimonial-wrapper .testimonial-content .inner-content .testimonial-detail .profile {
    display: inline-block;
    position: relative;
}

.testimonial-section .testimonial-wrapper .testimonial-content .inner-content .testimonial-detail .profile h4 {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial-section .testimonial-wrapper .testimonial-content .inner-content .testimonial-detail .profile > p {
    color: #a1a1a1;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.testimonial-section .testimonial-wrapper .testimonial-content .inner-content .testimonial-detail .testimonial-desc {
    display: block;
    width: 100%;
}

.testimonial-section .testimonial-wrapper .testimonial-content .inner-content .testimonial-detail .testimonial-desc p {
    margin: 0;
    line-height: 1.7;
    color: #000;
    font-style: italic;
    padding-bottom: 20px;
}

.testimonial-section .owl-theme .owl-controls.clickable {
    position: relative;
    top: 0;
}

.owl-theme .owl-controls .owl-page span {
    height: 12px;
    width: 12px;
    background: #fff;
    border: 2px solid #3264f5;
    border-radius: 50px;
    opacity: 1;
}

.owl-theme .owl-controls .active span {
    background: #3264f5;
}

.owl-theme .owl-controls.clickable {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}

.owl-theme .owl-controls.clickable .owl-buttons > div {
    opacity: 1;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid transparent;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    margin: 0 2px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top, #3264f5, #7104bc);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.owl-theme .owl-controls .owl-buttons > div i {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 600;
    transition: .5s;
}

.owl-theme .owl-controls .owl-buttons > div:hover i {
    background: -webkit-linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    right: auto;
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-next {
    position: absolute;
    left: auto;
    right: 0;
}

.owl-theme .owl-controls.clickable .owl-buttons > div:hover {
    background-image: linear-gradient(#3264f5, #7104bc);
}

@media (max-width: 991px) {
    .testimonial-section .testimonial-wrapper .testimonial-content .inner-content .testimonial-image {
        display: block;
        width: 100%;
        float: left;
        padding-top: 0;
    }
    .testimonial-section .testimonial-wrapper .testimonial-content .inner-content .testimonial-detail {
        float: left;
        width: 100%;
        position: relative;
        padding: 20px 0 0;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .testimonial-section .testimonial-wrapper .testimonial-inner {
        padding-bottom: 40px;
    }
}

/********
Category Slider Css
*****/

.category-wrapper {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin: 35px 0;
}

.category-wrapper.layout2 .ht-category-slider .item .cat-content {
    padding: 70px 0;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.category-wrapper.layout2 .ht-category-slider .item .cat-content:hover::after {
    content: "";
    display: block;
    position: absolute;
    background-image: linear-gradient(#3264f5, #7104bc);
    opacity: .6;
    right: 15px;
    left: 15px;
    top: 15px;
    bottom: 15px;
    border-radius: 5px;
}

.category-wrapper.layout2 .ht-category-slider .item .cat-content > .cat-name {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    padding: 10px;
    background-image: linear-gradient(#3264f5, #7104bc);
    border-radius: 5px;
}

.category-wrapper.layout2 .ht-category-slider .item .cat-content:hover .cat-name {
    opacity: 0;
}

.category-wrapper.layout2 .ht-category-slider .item .cat-content > .cat-content-inner {
    background: transparent;
    z-index: 11;
    bottom: -70px;
    transition: .5s;
}

.category-wrapper.layout2 .ht-category-slider .item .cat-content:hover > .cat-content-inner {
    bottom: 35px;
}

.category-wrapper.layout2 .ht-category-slider .item .cat-content > .cat-content-inner > a.btn-primary {
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    padding: 10px 12px;
    color: #000;
    border-radius: 5px;
}

.category-wrapper.layout2 .ht-category-slider .item .cat-content > .cat-content-inner > a.btn-primary > span > i {
    padding-left: 5px;
    font-size: 16px;
    color: #000;
    vertical-align: middle;
}

.category-wrapper.layout2 .ht-category-slider .item .cat-content > .cat-content-inner:hover > a.btn-primary span {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 479px) {
    .category-wrapper {
        margin: 15px 0;
    }
}


/*******
blogpost-block
*******/
.blog-section {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin-top: 25px;
}

.page_subtitle {
    margin: 0;
}

.blogpost-block .blog-section-title {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.blogpost-block .blog-section-title > strong {
    border-bottom: 2px solid #555;
    display: block;
    font-size: 22px;
    margin-top: 0;
    padding-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #222222;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
}

.blogpost-block .blog-block {
    width: 100%;
    float: left;
    display: block;
}

.blogpost-block .blog-block .blog-inner {
    float: left;
    width: 100%;
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
}

.blogpost-block .blog-block .blog-inner .blog-inner-block {
    margin: 0;
    float: left;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.blogpost-block .blog-block .blog-inner .blog-inner-block .blog-image {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.blogpost-block .blog-block .blog-inner .blog-inner-block .blog-content {
    text-align: center;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -50px;
    display: block;
    background: #fff;
    float: left;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .06);
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0 15px;
}

.blogpost-block .blog-block .blog-inner .blog-inner-block .blog-content .date-block {
    display: inline-block;
}

.blogpost-block .blog-block .blog-inner .blog-inner-block .blog-content .post-date {
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #a0a0a0;
    padding-right: 30px;
    position: relative;
}

.blogpost-block .blog-block .blog-inner .blog-inner-block .blog-content .post-date::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 1px;
    background-color: #a0a0a0;
}

.blogpost-block .blog-block .blog-inner .blog-image img {
    width: 100%;
    display: block;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.blogpost-block .blog-block .blog-inner .blog-image:hover img {
    transform: scale(1.03);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.blogpost-block .blog-block .blog-inner .blog-content .shop-btn a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    transition: all .3s ease 0s;
    background-color: transparent;
    padding: 7px 5px;
    position: relative;
    border-radius: 50px;
    text-transform: uppercase;
}

.blogpost-block .blog-block .blog-inner .blog-content .shop-btn:hover a {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.blogpost-block .blog-block .blog-inner .blog-content .shop-btn i {
    display: inline-block;
    padding: 9px 0;
    font-size: 16px;
}

.blogpost-block .blog-block .blog-inner .blog-content .shop-btn:hover i {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blogpost-block .blog-block .blog-inner .blog-content .shop-btn {
    display: block;
    margin: 0 0 10px;
}

.blogpost-block .blog-block .blog-inner .blog-content .post-author {
    display: inline-block;
    font-size: 14px;
    color: #a0a0a0;
}

.blogpost-block .blog-block .blog-inner .blog-content .post-author i {
    height: 37px;
    width: 37px;
    background-color: #c1c1c1;
    font-size: 22px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}

.blogpost-block .blog-block .blog-inner .blog-content > h3 {
    margin: 15px 0 10px;
}

.blogpost-block .blog-block .blog-inner .blog-content > h3 a {
    color: #000;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    text-transform: capitalize;
}

.blogpost-block .blog-block .blog-inner .blog-content > h3 a:hover {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blogpost-block .blog-block .blog-inner .blog-content > p {
    margin-top: 10px;
    margin-bottom: 0;
    color: #a0a0a0;
    line-height: 25px;
    font-size: 14px;
}

.blogpost-block .blog-block .blog-inner .blog-content .read-more {
    display: inline-block;
    padding: 13px 42px;
    border-radius: 50px;
    background-image: linear-gradient(#3264f5, #7104bc);
    text-transform: capitalize;
    transition: all .2s ease-in 0s;
}

.blogpost-block .blog-block .blog-inner .blog-content .read-more a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.blogpost-block .blog-block .blog-inner .blog-content .read-more:hover {
    background: #000;
    transition: all .2s ease-in 0s;
}

.blogpost-block .blog-block .blog-inner .blog-inner-block .blog-image a {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .blog-section {
        margin-top: 25px;
    }

    .blogpost-block .blog-block .blog-inner .blog-content > h3 a {
        font-size: 18px;
    }
}

@media (max-width: 479px) {
    .blogpost-block .blog-block .blog-inner .blog-content > h3 a {
        font-size: 16px;
    }
}


/*******
brand-section
*******/
.brand-section {
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
    display: block;
}

.brand-content {
    float: left;
    width: 100%;
    clear: both;
}

.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: 15px;
    padding-right: 15px;
    display: block;
}

.brands-slider li a {
    display: block;
}

.brands-slider li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/******
footer
*****/
#footer {
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
    display: block;
    margin-top: 35px;
    background: #f5f5f5;
}
.footer-before {
    display: block;
    width: 100%;
    float: left;
    background-image: url("../img/about-us-scroll-bg-img.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
#footer .footer-container {
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    box-shadow: none;
    position: relative;
    overflow: visible;
}
#footer .footer-bottom {
    float: left;
    width: 100%;
    clear: both;
    padding: 0;
    display: block;
}
#footer .footer-bottom .footer-bottom-block {
    padding: 30px 0;
    border-top: 1px solid #e1e1e1;
    display: block;
    clear: both;
    font-size: 0;
}
#footer .footer-bottom .footer-bottom-block .copyright {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    box-sizing: border-box;
    width: 50%;
    font-size: 14px;
    color: #8e8e8e;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}
#footer .footer-bottom .footer-bottom-block .copyright > a {
    color: #8e8e8e;
}
#footer .footer-bottom .footer-bottom-block .footer-payment-icon {
    text-align: right;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    box-sizing: border-box;
    width: 50%;
}
#footer .footer-bottom .footer-bottom-block .footer-payment-icon > li {
    display:inline-block;
    list-style-type:none;
    margin-bottom:0;
    position:relative;
}
#footer .footer-bottom .footer-bottom-block .footer-payment-icon > li > a {
    display:block;
    padding:0 3px;
    box-sizing:border-box;
    color:#8e8e8e;
    font-size:28px;
    line-height: 30px;
    text-decoration:none;
    transition:all .2s ease-in 0s;
    -moz-transition:all .2s ease-in 0s;
    -webkit-transition:all .2s ease-in 0s;
}
#footer .footer-bottom .footer-bottom-block .footer-payment-icon > li > a:hover {
    color:#8e8e8e;
    text-decoration:none;
}
#footer .footer-bottom .footer-bottom-block .footer-payment-icon > li:last-child > a {
    padding-right:0;
}
#footer .footer-container .footer-links > li {
    display: block;
    margin-bottom: 9px;
}
#footer .footer-container .footer-links > li > a {
    color: #8e8e8e;
    font-weight: 500;
    display: block;
    font-size: 14px;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    padding-left: 0;
}
#footer .footer-container .links {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 0;
}
#footer .footer-container .h3.hidden-sm-down, 
#footer .footer-container .myaccount-title {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
}
#footer .footer-container #block_myaccount_infos {
    display: block;
    float: left;
    width: 25%;
}

#footer .footer-container #block_myaccount_infos h3 a {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

#footer .footer-container #block_myaccount_infos ul {
    margin-bottom: 0;
}

#footer .footer-container .links ul li a:hover {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.footer-social-block {
    display: block;
    float: left;
    width: 25%;
    margin-top: 10px;
    text-align: center;
}

.block_newsletter {
    display: block;
    float: left;
    width: 25%;
    margin: 0;
}

.block_newsletter h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.block_newsletter p {
    font-size: 14px;
    color: #8e8e8e;
    display: block;
    margin-bottom: 20px;
    padding-top: 0;
    font-weight: 500;
}

.block_newsletter p.alert {
	padding-top: .625rem;
}

.block_newsletter .condition p {
    margin-bottom: 0;
}

#footer .block_newsletter form .subscribe-block {
    width: 100%;
    display: block;
    padding: 0;
    float: none;
    max-width: 100%;
    margin: 0 auto;
}

.block_newsletter form input[type="text"] {
    display: block;
    width: 100%;
    height: 40px;
    max-width: 100%;
    font-size: 13px;
    color: #333333 !important;
    padding-left: 5px;
    padding-right: 45px;
    min-width: auto;
    background-color: #fff;
    border-radius: 5px;
}

input::-moz-placeholder, textarea::-moz-placeholder,
input:active::-moz-placeholder, textarea:active::-moz-placeholder {
    color: #000;
    font-weight: 500;
    font-size: 12px;
}

.block_social {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 25px 0 20px;
}

.block_social .social-btn {
    display: block;
    width: 100%;
    float: left;
}

.block_social .social-btn .inner-block > ul {
    margin: 0;
}

.inner-block > ul > li {
    display: inline-block;
    width: 37px;
    height: 37px;
    text-align: center;
    margin: 0 2px;
    transition: 0.5s;
    border: 2px solid transparent;
    border-radius: 50%;
}

.inner-block > ul > li:hover {
    border: 2px solid #fff;
}

.inner-block > ul > li > a {
    display: block;
    color: #fff;
}

.inner-block > ul > li > a > i {
    font-size: 14px;
    line-height: 34px;
}

#footer .block_newsletter form .subscribe-block .btn-primary {
    height: 40px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 0 10px;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(#3264f5, #7104bc);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#footer .block_newsletter form .subscribe-block .btn-primary > i {
    font-size: 20px;
    font-weight: 900;
    line-height: 38px;
}

#footer .block_newsletter form .subscribe-block .btn-primary:hover {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.block_newsletter .condition p {
    color: #8e8e8e;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 400;
    border: none;
    margin-top: 10px;
}

#footer .footer-container .footer-bottom .social-btn {
    display: block;
    float: right;
}

#footer .footer-container .footer-bottom .social-btn ul {
    margin: 0;
}

#footer .footer-container .footer-bottom .social-btn ul li {
    display: inline-block;
    margin: 0;
    padding-left: 5px;
}

#footer .footer-container .footer-bottom .social-btn ul li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    background-color: #191919;
    font-size: 18px;
}

#footer .footer-container .footer-bottom .social-btn ul li a:hover {
    background-image: linear-gradient(#3264f5, #7104bc);
}

/*****
Working Details Block Css
*/

.Working-Wrapper {
    float: right;
    width: 25%;
    padding: 0 15px;
    margin-top: 10px;
}

.Working-Wrapper .working-title {
    display: block;
}

.Working-Wrapper .working-title h2 {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.Working-Wrapper .working-content {
    display: block;
}

.Working-Wrapper .working-content span {
    color: #8e8e8e;
    font-size: 13px;
    font-weight: 500;
}

@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;
    }
    .Working-Wrapper {
        width: 100%;
    }
    .Working-Wrapper .working-title h2 {
        padding: 7px 0;
    }
    #footer .footer-container {
        padding: 30px 0;
    }
    #footer .footer-bottom .footer-bottom-block .copyright {
        width: 100%;
        padding: 0 0 10px;
        text-align: center;
    }
    #footer .footer-bottom .footer-bottom-block .footer-payment-icon {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .footer-container .links ul {
        background: transparent;
    }
    .footer-container .links ul > li {
        border: none;
        padding: 5px 15px;
        color: #000;
        font-weight: normal;
    }
    #footer {
        margin-top: 20px;
    }
}

@media (max-width: 639px) {
    .footer-before {
        padding: 30px 0;
    }
}
@media (max-width: 479px) {
    #footer .block_newsletter form .subscribe-block .btn-primary {
        padding: 0 20px;
        font-size: 14px;
    }
    #footer .footer-container .links {
        padding: 0 10px;
    }
}


/*********
Footer Logo Css
*****/
#footer .footer-before .footer-logo-outer {
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
#footer .footer-before .footer-logo-outer .footer-logo-inner {
    display: block;
    position: relative;
}
#footer .footer-before .footer-logo-outer .footer-logo-inner .footer-logo {
    display: block;
    position: relative;
    text-align: center;
}
#footer .footer-before .footer-logo-outer .footer-logo-inner .footer-logo > a {
    display: inline-block;
    vertical-align: middle;
}
#footer .footer-before .footer-logo-outer .footer-logo-inner .footer-logo > a > img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
#footer .footer-before .footer-logo-outer .footer-logo-inner .footer-desc {
    display: block;
    text-align: center;
    margin: 50px 0;
}
#footer .footer-before .footer-logo-outer .footer-logo-inner .footer-desc > p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

/******
   Footer Contact information Css
****/

.block-contact.links {
    display: block;
    width: 100%;
    float: left;
}

.block-contact.links ul {
    margin-bottom: 0;
    font-size: 0;
}

.block-contact.links ul > li {
    width: 33.33%;
    margin-bottom: 0;
    position: relative;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 15px;
}

.block-contact.links ul > li > .content-title > i {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    vertical-align: top;
    margin-right: 15px;
}

.block-contact.links ul > li > .content-title > a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.block-contact.links ul > li .content-address {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

.footer-column-content .content.email a {
    text-transform: lowercase;
}

@media (max-width: 991px) {
    .block-contact.links ul > li .content-title {
        display: block;
        text-align: center;
    }
    .block-contact.links ul > li > .content-title > i {
        display: block;
        margin: 0 auto 15px;
    }
    .block-contact.links ul > li > .content-title > a {
        display: block;
    }
    .block-contact.links ul > li .content-address {
        display: block;
        text-align: center;
    }
}
@media (max-width: 767px) {
    #footer .footer-container .block-contact.links {
        width: 100%;
    }
    #footer .footer-container .block-contact.links:hover {
        cursor: pointer;
    }
    .footer-container .links .footer-content-title {
        padding: 7px 15px;
        color: #000;
        border: none;
    }
    .links .footer-content-title .collapse-icons .remove, .links .footer-content-title[aria-expanded="true"] .collapse-icons .add {
        display: none;
    }
    .links .footer-content-title[aria-expanded="true"] .collapse-icons .add {
        display: none;
    }
    .links .footer-content-title[aria-expanded="true"] .collapse-icons .remove {
        display: block;
    }
    .footer-container .footer-title {
        margin-bottom: 0;
    }
    .footer-content > p {
        display: inline-block;
    }
    .footer-column-content .content .content-title {
        margin-bottom: 0;
    }
    .block_newsletter .newsletter-center-block {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
    }
    #footer .footer-before .footer-logo-outer .footer-logo-inner .footer-desc > p {
        width: 100%;
    }
    #footer .footer-before .footer-logo-outer .footer-logo-inner .footer-desc {
        margin: 25px 0;
    }
}

@media (max-width: 639px) {
    .block-contact.links ul > li {
        width: 100%;
        margin-bottom: 15px;
    }
    .block-contact.links ul > li:last-child {
        margin-bottom: 0;
    }
}

/******
category-page
*******/
#products .page-not-found {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .125);
}

#products .products-grid .products .product-item {
    margin-bottom: 40px;
}

.products-sort-order .select-title {
    box-shadow: none;
    line-height: 24px;
}

@media (max-width: 767px) {
    .block_newsletter {
        padding: 0 15px;
        width: 100%;
    }

    .navbar-toggler {
        padding: 0;
    }

    #header .header-nav .blockcart.inactive .cart-products-count {
        display: block;
    }

    #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 {
        border-bottom: 1px solid #f6f6f6;
        background: #fff;
        position: relative;
        padding: 0;
    }
    #header .header-nav > .container {
        max-width: 100%;
    }
    #header .header-nav .top-logo {
        float: left;
        display: table;
        height: 80px;
        margin-top: 0;
        padding-top: 0;
    }
    #header .header-nav .top-logo > a {
        margin: 0;
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
    #header .header-nav .top-logo > a > img {
        max-height: 100%;
        max-width: 100%;
    }

    #header .header-nav #_mobile_cart {
        margin-right: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #header .header-nav .blockcart {
        padding: 0;
        margin: 0;
        position: relative;
        height: auto;
    }
    #header .header-nav .blockcart .header {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #333333;
        color: #ffffff;
        border-radius: 50%;
        cursor: pointer;
        margin: 0;
    }
    #header #_mobile_cart .header .cart-products-count {
        position: absolute;
        top: 0;
        right: 0;
        background-image: linear-gradient(#3264f5, #7104bc);
        font-size: 12px;
        padding: 0;
        border-radius: 15px;
        width: 16px;
        height: 16px;
        text-align: center;
        color: #fff;
        line-height: 15px;
    }
    #header .header-nav .cart-preview.active {
        background: transparent;
    }
    #header .header-nav .blockcart.active {
        margin-left: 0;
    }
    #header .header-nav .blockcart .header:hover {
        background: linear-gradient(#3264f5, #7104bc);
    }
    #header .header-nav .cart-preview a .cart-products-count {
        color: #000;
    }
    #header .header-nav .cart-preview a:hover .cart-products-count {
        -webkit-text-fill-color: #fff;
    }

    #header #_mobile_cart .header:hover .cart-products-count {
        background-image: linear-gradient(#000, #000);
    }

    .search-tog-btn {
        display: none;
    }

    .ht_cart.cart-hover-content {
        display: none;
    }

    .ht-search-widget {
        display: block;
        position: static;
        text-align: center;
        width: 100%;
    }

    #_mobile_user_info {
        padding: 20px 0;
    }
    #header .header-nav .user-info,
    #header .header-nav .user-info ul {
        margin: 0;
        font-size: 0;
        text-align: center;
    }

    #header .header-nav .user-info li {
        text-decoration: none;
        display: inline-block;
        float: none;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background: #333333;
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 0;
        cursor: pointer;
        margin-left: 0;
        padding: 0;
        font-size: 15px;
        margin-right: 5px;
    }
    #header .header-nav .user-info li:hover {
        background: linear-gradient(#3264f5, #7104bc);
    }
    #header .header-nav .user-info li:hover a > span {
        -webkit-text-fill-color: #fff;
    }
    #header .header-nav .user-info li a {
        display: block !important;
        color: #fff;
    }

    #header .header-top > .container {
        position: inherit;
    }

    #header #search-tog-btn {
        padding: 0;
    }

    #header #search_widget {
        padding: 20px 0;
        box-shadow: none;
        position: relative;
        width: 100%;
        margin: 0;
    }

    .search-widget form input[type="text"] {
        width: 100%;
        max-width: none;
    }

    .top-right-btn,
    .top-navigation-menu {
        padding: 0;
        width: 100%;
        border-top: none;
    }

    #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;
    }

    #header .header-top {
        padding: 0px;
        background: #f5f5f5;
        position: relative;
    }
    #header .header-top > .container {
        max-width: 100%;
    }
    #header .header-top #_desktop_cart {
        height: auto;
        padding: 0;
        margin: 0;
    }
    #header #_desktop_cart::before {
        display: none;
    }

    #header .header-nav #menu-icon {
        padding: 15px 0;
    }

    #header .header-nav #menu-icon .material-icons:hover {
        background: -webkit-linear-gradient(#3264f5, #7104bc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

    }

    #footer .footer-container .footer-bottom {
        padding: 10px 0 15px;
        margin-top: 15px;
    }

    #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-container .links .title {
        padding: 7px 15px;
        border: none;
    }

    .footer-container .links .footer-content-title:hover span,
    .footer-container .links .footer-content-title:hover .navbar-toggler .material-icons,
    .footer-container .links .title:hover span,
    #footer .links .title:hover .navbar-toggler .material-icons,
    .contactinfo-section .footer-links-column .footer-colum-title > h3:hover,
    .contactinfo-section .footer-links-column .footer-colum-title > h3:hover:after {
        background: -webkit-linear-gradient(#3264f5, #7104bc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

        cursor: pointer;
    }

    .footer-container .links .h3 {
        margin-bottom: 0;
        color: #000000;
    }

    .footer-container .links .material-icons {
        color: #000;
    }

    .footer-container .links ul > li {
        padding: 7px 15px;
        margin-bottom: 0;
    }

    .footer-container .links .navbar-toggler {
        display: inline-block;
        padding: 0;
        height: 25px;
        width: 25px;
    }

    .block_social .social-title {
        padding: 15px 0;
    }

    .block_social .social-title > h2 {
        margin: 0;
    }

    .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 {
        margin-bottom: 15px;
        padding: 7px 0;
        line-height: 1.5;
        font-size: 1rem;
    }

    #footer .footer-container .footer-bottom .social-btn {
        float: left;
        width: 100%;
        margin-bottom: 45px;
    }

    .home-advantage-block .hab-inner {
        width: 50%;
    }

    .home-advantage-block {
        padding: 25px 0 0;
    }

    .home-advantage-block .hab-inner .home-advantage-block-inner > p {
        font-size: 15px;
    }

    .home-advantage-block .hab-inner .home-advantage-block-inner {
        margin-bottom: 16px;
    }

    .home-advantage-block .hab-inner .home-advantage-block-inner > span {
        margin-bottom: 9px;
    }

    .home-advantage-block .hab-inner .home-advantage-block-inner > span {
        font-size: 22px;
        height: 60px;
        line-height: 56px;
        margin-bottom: 12px;
        width: 60px;
    }

    .home-fullwidth-block {
        padding: 30px 0;
        margin: 18px 0;
    }

    .home-fullwidth-block h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .home-fullwidth-block ul li h1 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .home-fullwidth-block ul li p {
        color: #666666;
        font-size: 14px;
        line-height: 24px;
        display: block;
        max-width: 100%;
        margin: 0 auto 18px;
    }

    .home-fullwidth-block .action.primary {
        padding: 10px 20px;
        letter-spacing: 0;
    }

    .latest-offer-section {
        margin: 18px 0;
    }

    .latest-offer-section .offer-inner {
        padding: 45px 0;
    }

    .latest-offer-section .offer-inner > p {
        margin-bottom: 15px;
    }

    .latest-offer-section .offer-inner > h1 {
        font-size: 40px;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

    .latest-offer-section .offer-inner > a {
        font-size: 14px;
        letter-spacing: 0;
        padding: 10px 20px;
        display: inline-block;
    }

    #main .page-footer {
        margin-bottom: 0;
    }

    #footer .footer-container .footer-colum-title.active-tab:after {
        content: "\f106";
    }

    #footer .footer-container .footer-block-toggle-content {
        display: none;
    }

    .contactinfo-section .footer-links-column .footer-colum-title {
        margin-bottom: 0;
    }

    .contact-details {
        display: block;
        float: left;
        width: 100%;
        padding-top: 10px;
    }

    .contactinfo-section .footer-links-column .footer-colum-title {
        float: left;
    }

    .contactinfo-section {
        padding: 5px 15px;
    }

    .contactinfo-section .float-xs-right {
        display: block;
    }

    .contactinfo-section:hover {
        cursor: pointer;
    }

    #products .products-grid .products .product-item {
        width: 33.3333%;
    }

    .advert-block {
        text-align: center;
    }
}

@media (max-width: 639px) {
    .promotion-content .promotion-section-content > p {
        padding: 15px 20px;
    }

    .home-advantage-block {
        padding: 5px 0 0;
    }

    .home-advantage-block .hab-inner .home-advantage-block-inner > p {
        font-size: 13px;
    }

    .home-advantage-block .hab-inner .home-advantage-block-inner {
        margin-bottom: 10px;
    }

    .home-advantage-block .hab-inner .home-advantage-block-inner > span {
        margin-bottom: 8px;
    }

    .home-fullwidth-block {
        padding: 20px 0 22px;
        margin: 16px 0;
    }

    .home-fullwidth-block h1 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .home-fullwidth-block ul li h1 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .home-fullwidth-block ul li p {
        font-size: 13px;
        margin: 0 auto 12px;
    }

    .home-fullwidth-block .action.primary {
        padding: 9px 18px;
        letter-spacing: 0;
    }

    .latest-offer-section {
        margin: 12px 0;
    }

    .latest-offer-section .offer-inner {
        padding: 35px 0;
    }

    .latest-offer-section .offer-inner > p {
        margin-bottom: 12px;
    }

    .latest-offer-section .offer-inner > h1 {
        font-size: 30px;
        letter-spacing: 0;
        margin-bottom: 18px;
    }

    .latest-offer-section .offer-inner > a {
        padding: 9px 18px;
    }

    #main .page-footer {
        margin-bottom: 0;
    }

    #product .h1 {
        font-size: 18px;
    }

    .ht-home-blogs .blog-slider .item .text-block .post-content {
        margin: 0;
    }

    .ht-home-blogs .blog-slider .item .text-block .blog-date {
        bottom: 60px;
    }
}

@media (max-width: 479px) {
    #header .header-nav .top-logo > a > img {
        max-width: 120px;
    }

    #footer .footer-container .footer-bottom .social-btn ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .image-slider-block .carousel-control .icon-prev, .image-slider-block .carousel-control .icon-next {
        width: 20px;
        height: 20px;
    }

    .image-slider-block .carousel .carousel-control .icon-prev i, .image-slider-block .carousel .carousel-control .icon-next i {
        font-size: 18px;
        line-height: 1.15;
    }

    .ht-home-blogs .blog-slider .item .img-block .blog-date {
        bottom: 20px;
    }

    .contactinfo-section .footer-links-column .footer-colum-title {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .ht-home-blogs .blog-slider .item .img-block .blog-date {
        bottom: 40px;
    }
    #header .header-nav .top-logo > a > img {
        max-width: 100px;
    }
}

/****  Updated Version   *****/
#newsletter-popup .w-newsletter .newsletter-info .newsletter-title h2 {
    text-transform: uppercase;
}

#newsletter-popup .w-newsletter .newsletter-info .short-description h2 {
}

#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: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
}
#product .product-discount .regular-price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
#product .product-price {
    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-add-to-cart .add {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
#product .product-add-to-cart .add .btn {
    margin-top: 0;
}
.social-sharing span {
    font-weight: 600;
}

#pagenotfound .page-not-found h4, #products .page-not-found h4 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

#content-wrapper .block-category {
    box-shadow: none;
    max-height: unset;
    margin-bottom: 25px;
}
.block-category .category-cover {
    margin-top: 0;
    margin-bottom: 15px;
}
.block-category .category-cover-block {
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 25px;
}
.block-category .category-cover-block .category-desc {
    text-align: left;
    color: #333333;
}
.block-category .category-cover-block .category-desc h1 {
    color: #111;
    margin-bottom: 15px;
    font-weight: 700;
}
.block-category .category-cover-block .category-desc p {
    margin-bottom: 0;
}
.block-category .category-cover-block .category-desc p span {
    color: #111;
}

#products .row.products-selection {
    border: 1px solid #e1e1e1;
}

.product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover {
    border: 2px solid #333333;
}

#products .page-not-found {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 30px;
    padding: 1.5rem 0 2rem;
    text-align: center;
}

#products .best-seller .products-grid .products .product-item {
    width: 100%;
}

#products .products-grid .products .product-item {
    margin-bottom: 30px;
}

#products .products-grid .products.bestproduct-slider .product-item {
    margin-bottom: 0px;
}

.products-sort-order .select-title {
    box-shadow: none;
    line-height: 24px;
}

#cms #wrapper {
    box-shadow: none;
    background: #fff;
}

.page-content.page-cms {
    padding: 0;
}

#cms .page-header > h1 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
    color: #000;
    line-height: 20px;
}

#cms .page-content > h1 {
    display: none;
}

#cms .testimonials {
    margin: 0 0 10px 0;
    font-size: 13px;
    color: #666;
}

.page-cms h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.page-cms p,
.page-cms li {
    margin: 0 0 10px 0;
    font-size: 13px;
    color: #666;
}

.page-content.page-cms .cms-box img {
    margin-bottom: 10px;
}

.page-cms p strong {
    font-weight: normal;
}

.pagination {
    background: #f9f9f9;
    padding: 0 15px;
    margin-top: 0;
    border: 1px solid #e1e1e1;
}

.pagination .pagination-summary {
    margin: 0px;
    color: #666;
    font-size: 14px;
    line-height: inherit;
    padding: 5px 0;
}

.pagination .pagination-btn {
    margin: 0;
    width: 66.66667%;
    padding: 0px;
}

.pagination .pagination-btn ul {
    margin: 0;
    float: right;
    box-shadow: none;
    background: #f9f9f9;
    padding: 10px 0;
}

.pagination .page-list li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
    position: relative;
}

.pagination li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
    vertical-align: top;
    color: #222222;
    text-align: center;
}

.pagination li a i {
    color: #bbbbbb;
    cursor: default;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 20px;
}

.pagination li a:hover,
.pagination li.current a,
.pagination li.current span,
.pagination li:hover span {
    color: #ffffff;
    font-size: 13px;
    background-color: #222222;
}

#products .row.products-selection .display-mode span,
#products .row.products-selection .total-products span {
    display: inline-block;
    float: left;
    margin: 0;
    font-size: 14px;
    background: #333333;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    margin: 0 5px;
    text-align: center;
}

#products .row.products-selection .display-mode span i,
#products .row.products-selection .total-products span i {
    font-size: 14px;
    color: #fff;
}

.products-selection .sort-by-row {
    padding: 4px 0;
}

.products-sort-order .dropdown-menu {
    padding: 0;
    box-shadow: none;
}

#products .products-selection .products-sort-order .select-title,
#products .products-sort-order .select-list {
    font-size: 13px;
}

.block-categories,
#search_filters {
    padding: 0;
    padding-bottom: 10px;
}

.block-categories .category-top-menu > li > a,
#search_filters > p.h6,
#search_filters_brands > p.h6,
#search_filters_suppliers > p.h6 {
    padding: 15px;
    background: #ffffff;
    color: #333333;
    border-bottom: 1px solid #d1d1d1;
}

#left-column .block-categories .category-sub-menu li:hover > a,
#category #left-column #search_filters .facet .title h1:hover,
#category #left-column #search_filters .facet .title:hover p,
#category #left-column #search_filters .facet .title:hover span i,
.block-categories .collapse-icons .add:hover,
.navbar-toggler .material-icons:hover {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#_mobile_top_menu .navbar-toggler .material-icons:hover,
#footer .navbar-toggler .material-icons:hover {
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

#products .best-seller-item .products-grid .products .product-item {
    width: 100%;
}

#products .products-grid .products .product-item.list-view .product-miniature .thumbnail-container .product-description {
    background: #fff;
    padding: 0 15px 0 15px;
    height: auto;
    min-height: 1px;
}

#products .products-grid .product-item.list-view .product-miniature .product-description .product-title {
    width: 100%;
    margin-bottom: 15px;
}

#product .card {
    box-shadow: none;
    border: 1px solid #a8aab9;
}

#product .btn {
    color: #fff;
    background-color: #333;
}

#product .highlighted-informations .add .btn {
    background-color: #fff;
}

#product .btn:hover {
    background-image: linear-gradient(#3264f5, #7104bc);
    color: #fff;
}

#product .btn:hover {
    background-image: linear-gradient(#3264f5, #7104bc);
    color: #fff;
}

#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-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
    background-image: linear-gradient(#3264f5, #7104bc);
}

#products .variant-links, .featured-products .variant-links, .product-accessories .variant-links, .product-miniature .variant-links {
    display: none;
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.new,
#products .products-grid .products .product-item .product-flags > li,
.products-grid .products .product-item .product-flags > li {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    padding: 2px 10px;
    font-weight: 500;
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom, #3264f5, #7104bc) 1;
    background: -webkit-linear-gradient(#3264f5, #7104bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 5px;
}

.product-flags li.product-flag.new {
    position: static;
}

.product-flags li.product-flag {
    box-shadow: none;
    font-size: 12px;
    background-image: linear-gradient(#3264f5, #7104bc);
    text-align: center;
    line-height: 17px;
    min-height: auto;
    min-width: auto;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px;
    margin-bottom: 0;
}

#products .products-grid .products .product-item .discount-percentage, .products-grid .products .product-item .discount-percentage {
    display: block;
    border-radius: 0;
    line-height: 26px;
    min-height: 23px;
    position: relative;
    background-color: unset;
    margin: 0;
    color: #a1a1a1;
    font-size: 14px;
}

#product .tabs .tab-pane {
    padding: 15px 0;
}
.tabs .tab-pane p > label {
    float: none;
    width: auto;
    padding: 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;
        text-align: left;
        position: relative;
        padding: 0;
        margin: 0;
        z-index: 1;
        border-bottom: none;
    }

    #header .main-menu .top-menu {
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
    }

    #header .main-menu > ul > li {
        display: inline-block;
        margin-bottom: 0;
        padding: 0;
    }
    #header .main-menu > ul > li:first-child a[data-depth="0"] {
        padding-left: 0;
    }
    #header .main-menu > ul a[data-depth="0"] {
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 600;
        padding: 20px;
        letter-spacing: 0.5px;
        color: #fff;
        text-transform: uppercase;
        line-height: 20px;
    }

    #header .main-menu > ul a[data-depth="2"] {
        padding: 7px 0 0 0;
    }

    #header .main-menu .sub-menu {
        border-bottom: 2px solid;
        border-image: linear-gradient(#3264f5, #7104bc);
        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, .1);
        padding: 15px 5px;
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
        display: block !important;
        opacity: 0;
        filter: alpha(opacity=0);
        -transform-origin: 20% 20% 0;
    }

    #header .main-menu ul > li:hover .sub-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #header .main-menu .sub-menu a {
        color: #000;
    }

    #header .main-menu .sub-menu ul[data-depth="1"] > li {
        float: 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: 600;
        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 {
        background: -webkit-linear-gradient(#3264f5, #7104bc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

    }

    #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-image: linear-gradient(#3264f5, #7104bc);
    }

    .products-sort-order .select-list:hover {
        background-color: transparent;
        background-image: linear-gradient(#3264f5, #7104bc);
    }

    #category #left-column #search_filters .facet .title {
        display: block !important;
        cursor: pointer;
    }

    #category #left-column #search_filters .facet .title h1 {
        display: inline-block;
        margin-bottom: 0;
    }

    .block-categories .category-top-menu {
        padding-bottom: 0px;
        border: 1px solid #e1e1e1;
    }

    .navbar-toggler .material-icons {
        font-size: 18px;
        line-height: 18px;
        color: #333333;
    }

    #category #left-column #search_filters .facet .navbar-toggler,
    #category #right-column #search_filters .facet .navbar-toggler {
        display: inline-block;
        padding: 0;
        height: 18px;
        width: 18px;
        cursor: pointer;
    }

    #category #left-column #search_filters .facet .collapse.in {
        display: block;
        margin: 0;
        padding: 0;
    }

    #category #left-column #search_filters .facet .collapse.in {
        display: block;
        margin: 0;
        padding: 0;
    }

    #category #left-column #search_filters .facet .collapse {
        display: none;
    }

    #category #left-column #search_filters .facet .title .collapse-icons .add,
    #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
        display: none;
    }

    #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
        display: block;
    }

    #category #left-column #search_filters .facet .title[aria-expanded="false"] .collapse-icons .remove {
        display: none;
    }

    #category #left-column #search_filters .facet .title[aria-expanded="false"] .collapse-icons .add {
        display: block;
    }

    #search_filters .facet {
        padding: 5px 15px;
    }

    .block-categories .category-sub-menu {
        padding: 10px 15px;
        margin: 0;
    }

    #search_filters .facet ul {
        margin: 0px;
        padding-top: 0px;
    }

    #search_filters .facet > ul > li {
        margin: 0;
    }

    #search_filters .facet > ul > li:first-child {
        margin-top: 10px;
    }

    #search_filters .facet .facet-title,
    #search_filters_brands .facet .facet-title,
    #search_filters_suppliers .facet .facet-title,
    #left-column .block-categories .category-sub-menu li > a {
        color: #000;
    }
}

.contact-rich {
    padding: 15px;
    border: 1px solid #e1e1e1;
}
#contact .contact-rich .block a {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

@media (max-width: 767px) {

    #mobile_top_menu_wrapper .top-menu .sub-menu {
        background: #fff;
        border: none;
    }

    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
        padding: 12px 10px;
        font-size: 16px;
    }

    #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 {
        background: -webkit-linear-gradient(#3264f5, #7104bc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.block-reassurance-item .icon-img {
    display: inline-block;
}
#block-reassurance ul {
    margin: 0;
}
#product #block-reassurance {
    box-shadow: none;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}
.blockreassurance_product {
    margin-top: 25px;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    background: #fff;
}
.blockreassurance_product > div {
    border-bottom: 1px solid rgba(0,0,0,.25);
    padding: 1rem 1.5rem;
}
.blockreassurance_product > div > p {
    margin-bottom: 0;
}
.blockreassurance_product > div:last-child {
    border-bottom: none;
    padding: 0;
}


/*navbar submenu styles start*/
@media (min-width: 768px) {
    #header .main-menu .top-menu > li.ht-level-0.has-child > a {
        position: relative;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0.has-child {
        position: relative;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse {
        min-width: 225px;
        padding-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 {
        background: -webkit-linear-gradient(#3264f5, #7104bc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #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";
        -webkit-text-fill-color: #7104bc;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu li .collapse {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        min-width: 220px;
        padding: 6px 0 6px;
        border: 1px solid #e1e1e1;
        display: none;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu li:hover > .collapse {
        display: block;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu li .collapse .top-menu {
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu li .collapse .top-menu li.category {
        display: block;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li > .collapse .top-menu > li.category.has-child {
        position: relative;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li > .collapse .top-menu > li.category > a {
        padding: 8px 15px;
        position: relative;
        color: #555555;
        text-transform: unset;
        font-weight: 600;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li > .collapse .top-menu > li.category > a:hover {
        background: -webkit-linear-gradient(#3264f5, #7104bc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #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;
    }
}

.carousel .carousel-control {
    opacity: 0;
}

.image-slider-block:hover .carousel .carousel-control {
    opacity: 1;
}

.js-cart .cart-summary-products > p > a > i {
    display: none;
}

/*navbar submenu styles end*/

#products .products-selection .display-mode .show_list.active,
#products .products-selection .display-mode .show_grid.active,
#products .products-selection .display-mode .show_grid:hover,
#products .products-selection .display-mode .show_list:hover {
    background-color: #888888;
}
@media(min-width: 768px) {
    body.nav-sticy#product .sticky-wrapper.top {
        top: 60px;
        z-index: 99;
    }
}

.products article .wishlist-button-add {
  position: absolute;
  top: 2.635rem;
  right: 0.635rem;
  z-index: 10;
}

 .product-line-info.color {
    height: auto;
    width: auto;
    margin: 0;
    border: none;
}
#blockcart-modal .modal-body .divide-right span.color {
    width: auto;
    height: auto;
    border: none;
    margin-left: 0;
    margin-top: 0;
    cursor: auto;
}

#main .wishlist-products-container .card.page-content .wishlist-products-item {
	margin: 15px 12px;
}
.wishlist-list-container .wishlist-list-item:hover .wishlist-list-item-title {
	color: #7104bc;
}
.wishlist-footer-links > a.text-primary {
	color: #222 !important;
}
.wishlist-footer-links > a.text-primary:hover {
	color:#7104bc !important;
}
.products-sort-order .dropdown-menu {
    width: 100%;
}
.wishlist-products-container .sort-by-row a.select-list:hover {
    color: #fff;
}
#footer .footer-container .scrollTop {
    background: #333333;
    border-color: #333333;
}
#footer .footer-container .scrollTop:hover {
    background: #666666;
    border-color: #666666;
}
