@import url(base.css);

* {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    transition: .5s;
}

p {
    color: #333333;
}

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

a {
    cursor: pointer;
    font-size: 14px;
    color: #54a000;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

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

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

.dropdown:hover i {
    color: #54a000;
}

#products .row.products-selection {
    border: 1px solid #e1e1e1;
}

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

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

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

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

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

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

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1200px;
        box-sizing: border-box;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 100%;
        max-width: 970px;
        box-sizing: border-box;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
        max-width: 750px;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}

@media (max-width: 639px) {
    .container {
        width: 100%;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}

@media (max-width: 479px) {
    .container {
        width: 100%;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

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

@media (max-width: 379px) {
    .container {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*search-tog-btn*/
#header .header-search {
    float: right;
    position: relative;
    width: 45px;
}

#header .header-search .search-tog-block {
    display: block;
    text-align: center;
    margin: 0;
}

#header .header-search .search-tog-block #search-tog-btn {
    text-align: center;
}

#header .header-search .search-tog-block #search-tog-btn>span {
    color: #54a000;
    display: block;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    padding: 34px 0;
    line-height: 22px;
    transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
}

#header .header-search .search-tog-block #search-tog-btn>span:hover {
    color: #333333;
}

#header #search_widget button {
    background: #54a000;
    border: none;
    color: #ffffff;
    height: 42px;
    width: 42px;
    font-size: 16px;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    border-radius: 0 3px 3px 0;
    opacity: 1;
    cursor: pointer;
}

#header #search_widget button:hover {
    background: #333333;
}

#header #search_widget {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 100%;
    right: 0;
    border: none;
    z-index: 1;
}

.header-top .search-widget form input[type="text"] {
    background: #ffffff;
    border: 1px solid #54a000;
    color: #333333;
    height: 42px;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 45px;
    min-width: 315px;
}

.header-top .search-widget form input[type="text"]:focus {
    outline: none;
    color: #333333;
    box-shadow: none;
    border-color: #54a000;
}

@media (min-width: 768px) {
    #header {
        border-bottom: 1px solid #e1e1e1;
        clear: both;
        width: 100%;
        float: left;
    }

    #index #header {
        border-bottom: none;
    }

    #header .header-nav {
        display: block;
        background: #54a000;
        border-bottom: none;
        margin: 0;
        padding: 0;
    }

    #header .header-nav .left-nav {
        width: 50%;
        display: block;
    }

    #header .header-nav .right-nav {
        width: 50%;
        display: block;
    }

    #header a {
        font-size: 14px;
        line-height: 22px;
        color: #333333;
        text-transform: capitalize;
    }

    #header a:hover {
        color: #54a000;
    }

    #header .header-msg-block {
        display: block;
        float: left;
    }

    #header .header-msg-block .message {
        display: block;
        padding: 15px 0;
    }

    #header .header-msg-block .message span {
        color: #555555;
        text-transform: capitalize;
    }

    #header .header-msg-block .message strong {
        color: #54a000;
        font-weight: 400;
        text-transform: uppercase;
    }

    #header .header-nav .left-nav>div::before {
        position: absolute;
        height: 12px;
        width: 1px;
        background: #333333;
        left: 0;
        top: 50%;
        content: "";
        display: block;
        transform: translate(0, -50%);
    }

    #header .header-nav .left-nav>div:first-child::before {
        display: none;
    }

    #header .header-nav #_desktop_language_selector,
    #header .header-nav #_desktop_currency_selector {
        position: relative;
        display: block;
        float: left;
    }

    #header .header-nav .language-selector,
    #header .header-nav .currency-selector {
        margin: 0 15px;
        display: block;
        float: left;
    }

    #header .header-nav .language-selector span,
    #header .header-nav .currency-selector span {
        font-size: 14px;
        padding-right: 5px;
        color: #333333;
        font-weight: 400;
        text-transform: capitalize;
    }

    #header .header-nav .language-selector:hover span,
    #header .header-nav .language-selector:focus span,
    #header .header-nav .language-selector:active span,
    #header .header-nav .currency-selector:active span,
    #header .header-nav .currency-selector:hover span,
    #header .header-nav .currency-selector:focus span {
        color: #54a000;
    }

    #header .header-nav .language-selector .dropdown-menu,
    #header .header-nav .currency-selector .dropdown-menu {
        margin: 0;
        border: none;
        padding: 5px 12px;
        float: left;
        min-width: auto;
        border: 1px solid #e9e9e9;
        border-top: 2px solid #54a000;
    }

    #header .header-nav .currency-selector .currency-list li,
    #header .header-nav .language-selector .language-list li {
        font-size: 14px;
        padding: 5px 0px;
        display: inline-block;
        float: left;
        text-transform: capitalize;
        line-height: 28px;
        width: auto;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    #header .header-nav .currency-selector .currency-list li:hover a,
    #header .header-nav .language-selector .language-list li:hover a {
        border: 1px solid #54a000;
        background-color: #54a000;
    }

    #header .header-nav .currency-selector .currency-list li a,
    #header .header-nav .language-selector .language-list li a {
        color: #333333;
        padding: 0;
        border: 1px solid #333333;
        padding: 0 10px;
    }

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

    #header .header-nav .currency-selector .currency-list li.current a,
    #header .header-nav .language-selector .language-list li.current a {
        border: 1px solid #54a000;
        color: #333333;
    }

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

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

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

    #header .header-nav .language-selector>button,
    #header .header-nav .currency-selector>button {
        color: #333333;
        cursor: pointer;
    }


    /*Contact Information*/
    #header .header-nav .right-nav .contact-info {
        display: block;
        font-size: 14px;
        clear: both;
        padding: 9px 0;
        float: right;
    }

    #header .header-nav .right-nav .contact-info>a {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #ffffff;
        font-weight: 400;
        line-height: 1.2;
    }

    #header .header-nav .right-nav .contact-info>a::before {
        content: "\f095";
        font-family: "Fontawesome";
        font-size: 18px;
        color: #ffffff;
        line-height: 22px;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
    }

    #header .header-nav .right-nav .contact-info>a:hover,
    #header .header-nav .right-nav .contact-info>a:hover::before {
        color: #333333;
    }

    /*Header Information Block*/
    #header .header-nav .left-nav .information-block {
        display: block;
        font-size: 14px;
        clear: both;
        padding: 9px 0;
    }

    #header .header-nav .left-nav .information-block>p {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        line-height: 22px;
        margin: 0;
    }

    /*Header-links*/
    #header .ht-links-wrapper .header-links-main {
        display: block;
        text-align: center;
    }

    #header .ht-links-wrapper .toggle-link-icon {
        text-align: center
    }

    #header .ht-links-wrapper .toggle-link-icon>span {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #54a000;
        line-height: 22px;
        cursor: pointer;
        transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
    }

    #header .ht-links-wrapper .toggle-link-icon>span:hover {
        color: #333333;
    }

    #header .ht-links-wrapper .toggle-link-content {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 125px;
        padding: 8px 10px;
        background-color: #ffffff;
        border: 1px solid #e1e1e1;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        z-index: 1;
        text-align: left;
    }

    #header .ht-links-wrapper .ht-links-wrapper {
        display: block;
        float: left;
        width: 100%;
        border-top: 1px solid #e1e1e1;
        padding-top: 10px;
        margin-top: 10px;
    }

    #header .ht-links-wrapper .ht-links-wrapper:first-child {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }

    #header.header-type2 .ht-links-wrapper .ht-links-wrapper ul {
        margin-bottom: 0;
    }

    #header .ht-links-wrapper .toggle-link-content span {
        font-weight: 400;
        line-height: 1.8;
        letter-spacing: 0.5px;
        transition: 0.5s;
        font-size: 14px;
        color: #555555;
        display: block;
    }

    #header .ht-links-wrapper .toggle-link-content span.language-label,
    #header .ht-links-wrapper .toggle-link-content span.currency-label {
        display: block;
        margin-bottom: 7px;
        font-weight: 700;
        text-transform: uppercase;
    }

    #header .user-link {
        position: relative;
        font-weight: 600;
    }

    #header .user-link a:hover span {
        color: #54a000;
    }

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

    #header .header-nav .right-nav>div:after {
        display: block;
        content: "";
        position: absolute;
        width: 1px;
        height: 11px;
        top: 21px;
        left: 0;
        background: #333333;
    }

    #header .header-nav .right-nav>div:first-child:after {
        display: none;
    }

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

    #header .header-top {
        display: block;
        float: left;
        width: 100%;
        clear: both;
        padding: 0px;
        background: #fff;
    }

    #header #_desktop_logo {
        float: left;
        position: relative;
        display: table;
        height: 90px;
        width: 15%;
    }

    #header #_desktop_logo .header-logo {
        display: table;
        height: 100%;
        margin: 0;
    }

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

    #header .header-top .top-right-btn {
        float: right;
        width: 15%;
        position: relative;
    }

    /*    desktop_cart*/
    #header #_desktop_cart {
        float: right;
        position: relative;
        padding: 34px 0;
        width: 45px;
    }

    #header #_desktop_cart .header {
        margin: 0;
        width: 100%;
    }

    #header #_desktop_cart .header a {
        display: block;
        color: #54a000;
        text-align: center;
        line-height: 1.2;
        transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
    }

    #header #_desktop_cart .header>a:hover {
        color: #333333;
    }

    #header #_desktop_cart .header a::before {
        line-height: 22px;
        content: "\f290";
        font-family: "Fontawesome";
        font-size: 18px;
        font-weight: normal;
    }

    #header #_desktop_cart .header .cart-qty {
        display: block;
        width: 18px;
        height: 18px;
        background: #333333;
        border: 1px solid #333333;
        line-height: 16px;
        border-radius: 50%;
        text-align: center;
        margin: 0;
        font-size: 11px;
        color: #fff;
        position: absolute;
        top: 28px;
        right: 3px;
    }

    #header .header-top .cart-preview .ht_cart {
        display: none;
        background: #fff none repeat scroll 0 0;
        height: auto;
        left: auto;
        position: absolute;
        right: 0;
        top: 100%;
        width: 300px;
        background: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        z-index: 999;
        transition: .5s;
    }

    #header .header-top #_desktop_cart:hover .cart-preview .ht_cart {
        display: block;
    }

    #header .header-top .cart-preview .ht_cart .no-item {
        margin: 0;
        padding: 20px 15px;
        text-align: center;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }

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

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

    #header .header-top .cart-preview .ht_cart ul li:last-child {
        border-bottom: none;
    }

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

    #header .header-top .cart-preview .ht_cart ul li .cart-img img {
        max-width: 100%;
    }

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

    #header .header-top .cart-preview .ht_cart ul li .cart-info .product-quantity {
        float: left;
        margin-right: 5px;
        font-size: 13px
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .product-name {
        display: inline-block;
        font-size: 13px;
        max-width: 136px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

    #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart {
        position: absolute;
        right: 0;
        top: 0px;
        z-index: 99;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart .remove-icon i {
        color: #111;
        font-size: 16px;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart .remove-icon i:hover {
        color: #54a000;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart .remove-icon-text {
        display: none;
    }

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

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

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

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

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

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

    #header .header-top .cart-preview .ht_cart .cart-wishlist-action a {
        cursor: pointer;
        float: none;
        display: inline-block;
        background-color: #54a000;
        background-position: 0 0;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        height: auto;
        padding: 13px 25px;
        border-radius: 3px;
        line-height: 14px;
        border: 1px solid #54a000;
        position: relative;
        text-transform: uppercase;
        z-index: 1;
        letter-spacing: 0;
    }

    #header .header-top .cart-preview .ht_cart .cart-wishlist-action a:hover {
        background-color: #333333;
        border-color: #333333;
        color: #ffffff;
    }

    /*header user links*/
    #header .header-top .top-right-btn .ht-account-links {
        float: right;
        position: relative;
        width: 45px;
    }

    #header .header-top .top-right-btn .ht-account-links .header-links-main {
        display: block;
        position: relative;
        text-align: center;
    }

    #header .header-top .top-right-btn .ht-account-links .toggle-link-icon {
        text-align: center
    }

    #header .header-top .top-right-btn .ht-account-links .toggle-link-icon>span {
        color: #54a000;
        display: block;
        font-size: 18px;
        font-weight: normal;
        padding: 34px 0;
        cursor: pointer;
        line-height: 22px;
        transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
    }

    #header .header-top .top-right-btn .ht-account-links .toggle-link-icon>span:hover {
        color: #333333;
    }

    #header .header-top .top-right-btn .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: 1;
        text-align: left;
    }

    #header .header-top .top-right-btn .ht-account-links .ht-links-wrapper {
        display: block;
        float: left;
        width: 100%;
        border-top: 1px solid #e1e1e1;
        padding-top: 10px;
        margin-top: 10px;
    }

    #header .header-top .top-right-btn .ht-account-links .ht-links-wrapper:first-child {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }

    #header .header-top .top-right-btn .ht-account-links .ht-links-wrapper ul {
        margin-bottom: 0;
    }

    #header .header-top .top-right-btn .ht-account-links .toggle-link-content span {
        font-weight: 400;
        line-height: 1.8;
        letter-spacing: 0.5px;
        transition: 0.5s;
        font-size: 14px;
        color: #555555;
        display: block;
    }

    #header .header-top .top-right-btn .ht-account-links .toggle-link-content span.language-label,
    #header .header-top .top-right-btn .ht-account-links .toggle-link-content span.currency-label {
        display: block;
        margin-bottom: 7px;
        font-weight: 700;
        text-transform: uppercase;
    }

    #header .header-top .top-right-btn .user-link {
        position: relative;
        font-weight: 500;
        padding: 3px 0;
    }

    #header .header-top .top-right-btn .user-link a:hover span {
        color: #54a000;
    }

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

    /*    header-main-menu*/
    #header .header-top .top-navigation-menu {
        float: right;
        width: 70%;
        display: block;
        position: relative;
    }

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

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

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

    #header .main-menu>ul>li {
        display: inline-block;
        vertical-align: middle;
        line-height: 22px;
        padding: 18px 0;
    }

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

    #header .main-menu>ul>li:first-child>a[data-depth="0"] {
        padding-left: 0;
    }

    #header .main-menu>ul a[data-depth="0"]:hover {
        color: #54a000;
    }

    #header .main-menu>ul a[data-depth="2"] {
        padding: 7px 0 0 0;
    }

    #header .main-menu .sub-menu {
        border: 1px solid #e1e1e1;
        border-top: 3px solid #54a000;
        margin-left: 0;
        z-index: 10000;
        border-radius: 0;
        display: none;
        top: 100% !important;
        width: auto;
        min-width: inherit;
        left: auto;
        right: auto;
        background-color: #FFF;
        box-shadow: none;
        padding: 15px 5px;
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
        display: block !important;
        opacity: 0;
        filter: alpha(opacity=0);
        -transform-origin: 20% 20% 0;
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
    }

    #header .main-menu ul>li:hover .sub-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
    }

    #header .main-menu .sub-menu a {
        color: #000;
    }

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

    #header .main-menu .sub-menu ul[data-depth="1"]>li a {
        position: relative;
        color: #333333;
        text-transform: unset;
    }

    #header .main-menu .sub-menu ul[data-depth="2"]>li a {
        color: #333333;
        font-size: 14px;
        text-align: left;
        padding: 8px 15px;
        font-weight: normal;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu li:hover>.collapse {
        display: block;
    }

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

    #header .main-menu .sub-menu .menu-banner {
        margin-left: 15px;
        position: relative;
        display: block;
        float: left;
    }

    #header .main-menu .sub-menu .menu-banner-img {
        float: left;
        margin-top: 10px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }

    #header .main-menu .sub-menu .menu-banner-img img {
        max-width: 100%;
        position: relative;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
    }

    #header .main-menu .sub-menu .menu-banner-img::before {
        z-index: 1;
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
    }

    #header .main-menu .sub-menu .menu-banner-img::after {
        z-index: 1;
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(0, 1);
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
    }

    #header .main-menu .sub-menu .menu-banner-img:hover::after,
    #header .main-menu .sub-menu .menu-banner-img:hover::before {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
    }

    #header .main-menu .sub-menu .menu-banner-img:hover img {
        opacity: 0.8;
    }
}

@media (max-width: 1199px) {
    #header .header-top .top-navigation-menu {
        width: 100%;
        border-top: 1px solid #e1e1e1;
    }

    #header .main-menu>ul>li {
        padding: 0;
    }
}

@media (max-width: 991px) {
    #header #_desktop_logo {
        width: 25%;
    }

    #header .header-top .top-right-btn {
        width: 25%;
    }

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

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

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

    #header .ht-links-wrapper {
        margin: 0 5px;
    }

    #header #_desktop_cart {
        margin-left: 5px;
    }

}

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

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

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

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

    #mobile_top_menu_wrapper {
        box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.15);
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
        margin: 0;
        top: 0;
    }

    #header .header-top a[data-depth="0"] {
        font-size: 15px;
        color: #333;
        font-weight: 400;
        text-transform: capitalize;
    }

    /*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 {
        position: relative;
        padding: 5px 5px;
        background-color: #ffffff;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }

    #header .header-top .top-navigation-menu {
        border-top: none;
    }

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

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

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

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

    #header .header-nav .top-logo .header-logo {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

    #header .header-nav .top-logo .header-logo>a {
        display: block;
    }

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

    #_mobile_cart {
        margin: 7px 15px 17px 0;
    }

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

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

    #header #_mobile_cart .cart-qty {
        display: block;
        width: 18px;
        height: 18px;
        background: #333333;
        border: 1px solid #333333;
        line-height: 16px;
        border-radius: 50%;
        text-align: center;
        margin: 0;
        font-size: 11px;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
    }

    #header .header-nav .blockcart {
        padding: 0;
        margin: 0;
        text-align: center;
        width: 40px;
        height: 40px;
    }

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

    #header .header-nav .blockcart .header {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
    }

    #header .header-nav .blockcart .header:hover a::before {
        color: #333333;
    }

    #header .header-nav .blockcart .header>a {
        position: relative;
    }

    #header .header-nav .blockcart .header>a::before {
        color: #54a000;
        line-height: 23px;
        content: "\f290";
        font-family: "Fontawesome";
        font-size: 17px;
        font-weight: normal;
    }

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

    #header #_mobile_user_info .header-links-main .toggle-link-icon {
        display: none;
    }

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

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

    #header .header-nav .user-info li {
        text-decoration: none;
        display: inline-block;
        float: right;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #54a000;
        margin-top: 8px;
        margin-bottom: 17px;
        cursor: pointer;
    }

    #header .header-nav .user-info li:hover i {
        color: #333333;
    }

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

    /*Search*/
    #header .header-top .top-right-btn {
        width: 100%;
    }

    #header .header-top .header-search {
        width: 100%;
        padding: 0;
    }

    #header #search_widget {
        padding: 15px 0;
        box-shadow: none;
        position: relative;
    }

    #header #search-tog-btn {
        float: right;
        margin: 8px 0;
        padding: 0;
    }

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

    #header #search-tog-btn>span {
        width: 40px;
        height: 40px;
        display: block;
        line-height: 40px;
        font-size: 17px;
        text-align: center;
        cursor: pointer;
    }

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

    .search-widget form {
        position: relative;
    }

    #header .search-widget form input[type="text"] {
        width: 100%;
    }

    #header .search-widget form button[type="submit"] {
        background: #54a000;
        color: #ffffff;
        border-radius: 0 3px 3px 0;
        right: 0;
        text-align: center;
        height: 40px;
        width: 40px;
        font-size: 16px;
        bottom: 0;
        padding: 0;
        transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
    }

    #header .search-widget form button[type="submit"]:hover {
        background: #333333;
    }

    #header #_desktop_cart {
        height: auto;
    }

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

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

    #mobile_top_menu_wrapper .top-menu .sub-menu li>a {
        border-bottom: 1px solid #f6f6f6;
        font-weight: 400;
        color: #333;
        font-size: 14px;
    }
}

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

    #header #search-tog-btn,
    #header .header-nav .user-info li,
    #header .header-nav .blockcart .header {
        width: 32px;
        height: 32px;
        line-height: 40px;
    }

    #header .header-nav .user-info li,
    #_mobile_cart {
        margin-left: 0;
    }

    #_mobile_cart {
        margin: 7px 3px 17px 0;
    }

    #header .header-nav .blockcart .header {
        margin-top: 0;
    }

    #header #_mobile_cart .cart-qty {
        width: 15px;
        height: 15px;
        line-height: 13px;
        font-size: 10px;
        top: 5px;
    }
}

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

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

.home-image-slider .image-slider {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

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

.home-image-slider .carousel-inner .carousel-control {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    transform: translate(0, -50%);
    bottom: auto;
    width: auto;
}

.home-image-slider .slider-image figure {
    margin-bottom: 0;
    position: relative;
}

.home-image-slider .carousel-item img {
    max-width: 100%;
}

.carousel .carousel-control .icon-next,
.carousel .carousel-control .icon-prev {
    height: 44px;
    width: 44px;
    line-height: 40px;
    font-size: 20px;
    padding: 0;
    margin: -22px 0 0 0;
    top: 50%;
    position: absolute;
    text-align: center;
    color: #ffffff;
    opacity: 1;
    border: 2px solid #fff;
    background: transparent;
    box-sizing: border-box;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    border-radius: 50%;
}

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

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

.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    text-shadow: none;
}

.carousel .carousel-control .icon-next:hover,
.carousel .carousel-control .icon-prev:hover {
    color: #ffffff;
    border-color: #54a000;
    background: #54a000;
    opacity: 1;
}

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

.home-image-slider .image-slider .slider-image .slider-description {
    display: block;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
}

.home-image-slider .image-slider .slider-image .slider-description .banner-text {
    display: block;
    position: relative;
}

.home-image-slider .image-slider .slider-image .slider-description .banner-text>a>span {
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.home-image-slider .image-slider .slider-image .slider-description .banner-text>a>strong {
    display: block;
    font-size: 60px;
    font-weight: 700;
    color: #54a000;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-image-slider .image-slider .slider-image .slider-description .banner-text>a>p {
    display: block;
    font-size: 60px;
    font-weight: 500;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 20px;
}

.home-image-slider .image-slider .slider-image .slider-description .banner-text .action.primary {
    background: #54a000;
    border: 1px solid #54a000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 13px 20px;
    min-width: 160px;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
}

.home-image-slider .image-slider .slider-image .slider-description .banner-text .action.primary:hover {
    background: #333333;
    border: 1px solid #333333;
}

@media(max-width:1199px) {
    .home-image-slider .image-slider .slider-image .slider-description .banner-text {
        padding-left: 50px;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text>a>span {
        font-size: 28px;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text>a>strong {
        font-size: 46px;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text>a>p {
        font-size: 38px;
        margin-bottom: 14px;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text .action.primary {
        padding: 9px 18px;
        min-width: 140px;
    }
}

@media(max-width:991px) {
    .home-image-slider .image-slider {
        margin-bottom: 25px;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text>a>span {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text>a>strong {
        font-size: 36px;
        margin-bottom: 0;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text>a>p {
        font-size: 34px;
        margin-bottom: 10px;
    }
}

@media(max-width:767px) {
    .home-image-slider .image-slider {
        margin-bottom: 20px;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text>a>span {
        font-size: 20px;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text>a>strong {
        font-size: 30px;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text>a>p {
        font-size: 28px;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text .action.primary {
        padding: 8px 16px;
        min-width: 130px;
    }
}

@media (max-width: 639px) {

    .carousel .carousel-control .icon-next,
    .carousel .carousel-control .icon-prev {
        height: 30px;
        width: 30px;
        line-height: 26px;
        font-size: 16px;
        margin: -15px 0 0 0;
    }

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

    .home-image-slider .image-slider .slider-image .slider-description .banner-text {
        padding-left: 25px;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text>a>span {
        margin-bottom: 0;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text>a>strong {
        font-size: 24px;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text>a>p {
        font-size: 20px;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text .action.primary {
        padding: 6px 14px;
        min-width: 90px;
        font-size: 13px;
    }
}

@media(max-width:479px) {
    .home-image-slider .image-slider .slider-image .slider-description .banner-text {
        padding-left: 20px;
    }

    .home-image-slider .image-slider {
        margin-bottom: 10px;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text>a>span {
        font-size: 14px;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text>a>strong {
        font-size: 15px;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text>a>p {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .home-image-slider .image-slider .slider-image .slider-description .banner-text .action.primary {
        padding: 5px 12px;
        min-width: 90px;
        font-size: 12px;
    }
}

/**home category slider**/
.category-wrapper {
    margin-bottom: 35px;
    margin-top: 35px;
}

.category-wrapper .category-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    border: none;
}

.category-wrapper .category-title>strong {
    position: relative;
    font-weight: 400;
    color: #333;
    font-size: 36px;
    text-transform: capitalize;
}

.category-wrapper .category-title>strong::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #54a000;
    border-radius: 3px;
    display: block;
    z-index: 1;
}

.category-wrapper.layout1 .ht-category-slider .item>.cat-content {
    border: none;
    padding: 0;
    display: block;
}

.category-wrapper.layout1 .ht-category-slider .item>.cat-content:hover>.hover-btn {
    opacity: 0;
    visibility: hidden;
}

.category-wrapper.layout1 .ht-category-slider .item>.cat-content .hover-likes {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    padding: 16px 8px;
    text-align: center;
    color: #333333;
    font-size: 19px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    z-index: 2;
}

.category-wrapper.layout1 .ht-category-slider .item>.cat-content .hover-likes:hover {
    color: #54a000;
}

.category-wrapper.layout1 .ht-category-slider .item>.cat-content:hover::before {
    display: none;
}

.category-wrapper.layout1 .ht-category-slider .item>.cat-content>img {
    width: 100%;
}

.category-wrapper.category-slider .ht-category-slider .owl-controls.clickable {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    transform: translate(0, -50%);
    right: 0;
    width: auto;
}

.category-wrapper.category-slider .ht-category-slider .owl-controls .owl-buttons>div {
    height: 44px;
    width: 44px;
    line-height: 40px;
    padding: 0;
    margin: -22px 0 0 0;
    top: 50%;
    position: absolute;
    opacity: 1;
    border: 2px solid #54a000;
    background: transparent;
    box-sizing: border-box;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    border-radius: 50%;
}

.category-wrapper.category-slider .ht-category-slider .owl-controls .owl-buttons>div:hover {
    color: #ffffff;
    border-color: #54a000;
    background: #54a000;
}

.category-wrapper.category-slider .ht-category-slider .owl-controls .owl-buttons>div:hover i {
    color: #ffffff;
}

.category-wrapper.category-slider .ht-category-slider .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
}

.category-wrapper.category-slider .ht-category-slider .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
}

.category-wrapper.category-slider .ht-category-slider .owl-controls .owl-buttons>div i {
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #54a000;
}

@media (max-width: 1199px) {
    .category-wrapper.layout1 .ht-category-slider .item>.cat-content .hover-likes {
        font-size: 18px;
    }

    .category-wrapper.category-slider .ht-category-slider .owl-controls .owl-buttons .owl-prev {
        left: 10px;
    }

    .category-wrapper.category-slider .ht-category-slider .owl-controls .owl-buttons .owl-next {
        right: 10px;
    }

}

@media (max-width: 991px) {
    .category-wrapper .category-title>strong {
        font-size: 30px;
    }
}

@media(max-width:767px) {

    .category-wrapper .category-title>strong::after,
    .category-wrapper .category-title>strong::before {
        width: 120px;
    }

    .category-wrapper .category-title>strong {
        font-size: 28px;
    }

}

@media (max-width: 639px) {
    .category-wrapper .category-title {
        margin-bottom: 30px;
    }

    .category-wrapper .category-title>strong.pad-right::after,
    .category-wrapper .category-title>strong.pad-right::before {
        display: block;
    }

    .category-wrapper.category-slider .ht-category-slider .owl-controls .owl-buttons>div {
        font-size: 30px;
        line-height: 35px;
    }

    .category-wrapper.layout1 .ht-category-slider .item>.cat-content .hover-likes {
        padding: 16px 8px;
        font-size: 16px;
    }
}

@media(max-width:479px) {
    .category-wrapper .category-title>strong {
        font-size: 22px;
    }

    .category-wrapper .category-title {
        margin-bottom: 20px;
    }
}

/*section-title*/
.section-title {
    display: block;
    position: relative;
    z-index: 1;
}

.section-title>h2 {
    display: block;
    text-align: center;
    margin-bottom: 50px !important;
    font-size: 40px !important;
    position: relative;
    font-weight: 400 !important;
    text-transform: capitalize !;
    color: #333333;
    text-transform: capitalize;
}

.section-title>h2>span {
    display: block;
}

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

.slider-block.owl-theme .owl-controls {
    width: 100%;
}

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

.slider-block .owl-controls .owl-buttons>.owl-prev,
.slider-block .owl-controls .owl-buttons>.owl-next {
    position: absolute;
    height: 44px;
    width: 44px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    background: transparent;
    color: #017eff;
    border: 2px solid #017eff;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 20px;
    margin: 0px;
    opacity: 1;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.slider-block .owl-controls .owl-buttons>.owl-prev {
    left: 0px;
}

.slider-block .owl-controls .owl-buttons>.owl-next {
    right: 0px;
}

.slider-block .owl-controls .owl-buttons>.owl-prev:hover,
.slider-block .owl-controls .owl-buttons>.owl-next:hover {
    background-color: #54a000;
    border: 3px solid #54a000;
    color: #ffffff;
}

@media (max-width: 991px) {

    .section-title>h2,
    .section-title>h2>span a {
        margin-bottom: 35px;
        font-size: 30px;
    }

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

    .slider-block .owl-controls .owl-buttons>.owl-prev {
        left: 0;
    }

    .slider-block .owl-controls .owl-buttons>.owl-next {
        right: 0;
    }
}

@media (max-width: 767px) {

    .section-title>h2,
    .section-title>h2>span a {
        margin-bottom: 30px;
        font-size: 28px;
    }

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

@media(max-width:639px) {
    .section-title>h2>span {
        padding-bottom: 10px;
    }

    .slider-block .owl-controls .owl-buttons>.owl-prev,
    .slider-block .owl-controls .owl-buttons>.owl-next {
        height: 30px;
        width: 30px;
        line-height: 26px;
        font-size: 16px;
        margin: -15px 0 0 0;
    }
}

@media(max-width:479px) {

    .section-title>h2,
    .section-title>h2>span a {
        margin-bottom: 20px;
        font-size: 24px;
    }
}

.ht-static-block {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    float: left;
}

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

.home-servives-block .services-main {
    display: block;
    font-size: 0;
}

.home-servives-block .services-main .services-inner {
    display: inline-block;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    font-size: 14px;
}

.home-servives-block .services-main .services-inner .services-inner-main {
    display: block;
    position: relative;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-icon>img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-content {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-content>strong {
    font-weight: 500;
    text-transform: Capitalize;
    font-size: 18px;
    color: #333333;
    display: block;
    text-align: left;
    margin-bottom: 7px;
    line-height: 1.1;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-content>p {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    text-align: left;
    line-height: 1.1;
    display: block;
    margin: 0 auto;
}

@media(max-width:1199px) {
    .home-servives-block .services-main .services-inner .services-inner-main .services-content>strong {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .home-servives-block .services-main .services-inner .services-inner-main .services-content>p {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .home-servives-block .services-main .services-inner .services-inner-main .services-icon {
        margin: 0 auto;
        display: block;
        padding-bottom: 5px;
    }

    .home-servives-block .services-main .services-inner .services-inner-main .services-icon>img {
        width: 45px;
    }

    .home-servives-block .services-main .services-inner .services-inner-main .services-content {
        display: block;
        padding-left: 0;
    }

    .home-servives-block .services-main .services-inner .services-inner-main .services-content>strong,
    .home-servives-block .services-main .services-inner .services-inner-main .services-content>p {
        text-align: center;
    }
}

@media (max-width: 639px) {
    .home-servives-block .services-main .services-inner {
        width: 100%;
        margin-bottom: 20px;
    }

    .home-servives-block .services-main .services-inner:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:479px) {
    .home-servives-block .services-main .services-inner .services-inner-main .services-content>strong {
        font-size: 15px;
    }
}

/**home-images-block-one-main**/
.home-images-block-one {
    float: left;
    width: 100%;
    clear: both;
}

.home-images-block-one .home-images-block-one-main {
    font-size: 0;
    display: block;
}

.home-images-block-one .home-images-block-one-main .block-left {
    padding-right: 15px;
    padding-left: 15px;
    width: 33.33%;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.home-images-block-one .home-images-block-one-main .block-right {
    padding-left: 15px;
    padding-right: 15px;
    width: 66.67%;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.home-images-block-one .home-images-block-one-main .img-block {
    float: left;
    width: 100%;
}

.home-images-block-one .home-images-block-one-main .img-block .img-block-inner {
    display: block;
    position: relative;
    overflow: hidden;
}

.home-images-block-one .home-images-block-one-main .img-block .img-block-inner>a {
    display: block;
}

.home-images-block-one .home-images-block-one-main .img-block .img-block-inner>a img {
    width: 100%;
    display: block;
    height: auto;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.home-images-block-one .home-images-block-one-main .img-block .img-block-inner>a:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.home-images-block-one .home-images-block-one-main .block-left .img-block .img-block-inner .text-content {
    position: absolute;
    top: 120px;
    left: 50px;
}

.home-images-block-one .home-images-block-one-main .block-right .img-block .img-block-inner .text-content {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translate(0, -50%);
}

.home-images-block-one .home-images-block-one-main .img-block .img-block-inner .text-content .text-information {
    color: #333333;
    display: block;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 15px;
}

.home-images-block-one .home-images-block-one-main .img-block .img-block-inner .text-content .text-information>strong {
    color: #54a000;
    font-size: 40px;
    font-weight: 700;
}

.home-images-block-one .home-images-block-one-main .block-right .img-block.below-block {
    padding-top: 30px;
}

.home-images-block-one .home-images-block-one-main .img-block .img-block-inner .text-content .btn-primary {
    font-size: 14px;
    line-height: normal;
    background-color: #54a000;
    border-color: #54a000;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.home-images-block-one .home-images-block-one-main .img-block .img-block-inner .text-content .btn-primary:hover {
    background: #333333;
    border-color: #333333;
}

@media(max-width:1199px) {
    .home-images-block-one .home-images-block-one-main .block-left {
        width: 33.8%;
    }

    .home-images-block-one .home-images-block-one-main .block-right {
        width: 66.2%;
    }

    .home-images-block-one .home-images-block-one-main .block-left .img-block .img-block-inner .text-content {
        top: 55px;
        left: 30px;
    }

    .home-images-block-one .home-images-block-one-main .img-block .img-block-inner .text-content .text-information {
        font-size: 28px;
    }

    .home-images-block-one .home-images-block-one-main .img-block .img-block-inner .text-content .text-information>strong {
        font-size: 34px;
    }
}

@media(max-width:991px) {
    .home-images-block-one .home-images-block-one-main .block-left {
        width: 34.5%;
    }

    .home-images-block-one .home-images-block-one-main .block-right {
        width: 65.5%;
    }

    .home-images-block-one .home-images-block-one-main .block-left .img-block .img-block-inner .text-content {
        left: 25px;
    }

    .home-images-block-one .home-images-block-one-main .img-block .img-block-inner .text-content .text-information {
        font-size: 22px;
        line-height: 34px;
    }

    .home-images-block-one .home-images-block-one-main .img-block .img-block-inner .text-content .text-information>strong {
        font-size: 24px;
    }
}

@media(max-width:767px) {
    .home-images-block-one .home-images-block-one-main .block-left {
        width: 35.1%;
    }

    .home-images-block-one .home-images-block-one-main .block-right {
        width: 64.9%;
    }

    .home-images-block-one .home-images-block-one-main .img-block .img-block-inner .text-content .text-information {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .home-images-block-one .home-images-block-one-main .img-block .img-block-inner .text-content .text-information>strong {
        font-size: 20px;
    }
}

@media (max-width: 639px) {
    .home-images-block-one .home-images-block-one-main .block-left {
        width: 100%;
        padding-left: 15px;
        padding-bottom: 15px;
    }

    .home-images-block-one .home-images-block-one-main .block-right {
        width: 100%;
        padding-right: 15px;
        padding-top: 15px;
    }

    .home-images-block-one .home-images-block-one-main .img-block .img-block-inner .text-content .text-information {
        font-size: 20px;
        line-height: 28px;
    }

    .home-images-block-one .home-images-block-one-main .img-block .img-block-inner .text-content .text-information>strong {
        font-size: 24px;
    }

}

@media (max-width: 479px) {
    .home-images-block-one .item {
        padding: 0 10px;
    }

    .home-images-block-one .home-images-block-one-main .img-block .img-block-inner .text-content .text-information {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .home-images-block-one .home-images-block-one-main .img-block .img-block-inner .text-content .text-information>strong {
        font-size: 17px;
    }

    .home-images-block-one .home-images-block-one-main .img-block .img-block-inner .text-content .btn-primary {
        padding: 9px 12px;
        min-width: 92px;
        font-size: 12px;
    }
}

/*offer-block*/
.home-images-block-two {
    float: left;
    width: 100%;
    clear: both;
    display: block;
}

.home-images-block-two .row {
    font-size: 0;
}

.home-images-block-two .item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.home-images-block-two .item .item-inner {
    display: block;
    position: relative;
}

.home-images-block-two .item .item-inner .img-responsive {
    width: 100%;
    height: auto;
    display: block;
}

.home-images-block-two .item .item-inner .text-content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 6%;
    display: block;
}

.home-images-block-two .item .item-inner .text-content>strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #54a000;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.home-images-block-two .item .item-inner .text-content>p {
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    line-height: 42px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.home-images-block-two .item .item-inner .text-content .btn-primary:hover {
    background: #333333;
    border-color: #333333;
}

@media (max-width: 1199px) {
    .home-images-block-two .item .item-inner .text-content>strong {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .home-images-block-two .item .item-inner .text-content>p {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .home-images-block-two .item .item-inner .text-content>strong {
        font-size: 17px;
    }

    .home-images-block-two .item .item-inner .text-content>p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 7px;
    }
}

@media (max-width: 767px) {
    .home-images-block-two .item .item-inner .text-content>strong {
        font-size: 14px;
        margin-bottom: 0;
    }

    .home-images-block-two .item .item-inner .text-content>p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
}

@media (max-width: 639px) {
    .home-images-block-two .item {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .home-images-block-two .item:first-child {
        padding-top: 0;
    }

    .home-images-block-two .item:last-child {
        padding-bottom: 0;
    }

    .home-images-block-two .item .item-inner .text-content>strong {
        font-size: 18px;
    }

    .home-images-block-two .item .item-inner .text-content>p {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 479px) {
    .home-images-block-two .item .item-inner .text-content>strong {
        font-size: 15px;
    }

    .home-images-block-two .item .item-inner .text-content>p {
        font-size: 17px;
        line-height: 22px;
    }

    .home-images-block-two .item .item-inner .text-content .btn-primary {
        padding: 9px 12px;
        min-width: 92px;
        font-size: 12px;
    }
}

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

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

.featured-products.featured-product .product-item {
    width: 25%;
    margin-bottom: 30px;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-item .product-miniature .thumbnail-container {
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    margin-bottom: 15px;
    box-shadow: none;
    border: none;
    overflow: hidden;
}

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

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

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

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-item .product-miniature .highlighted-informations {
    position: absolute;
    left: 15px;
    bottom: 5px;
    height: auto;
    padding: 0;
    box-shadow: none;
    width: auto;
    background: transparent;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}

#products .product-miniature .product-flags li.product-flag,
.featured-products .product-miniature .product-flags li.product-flag,
.product-accessories .product-miniature .product-flags li.product-flag,
.product-miniature .product-miniature .product-flags li.product-flag {
    min-width: auto;
    min-height: auto;
}

.product-action .quick-view-btn,
.product-action .cart-action-btn {
    display: block;
    padding-bottom: 5px;
}

.product-action .btn.btn-primary {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #54a000;
}

.product-action .btn.btn-primary i {
    font-size: 18px;
    color: #54a000;
}

.product-action .btn.btn-primary:hover {
    background-color: #54a000;
}

.product-action .btn.btn-primary:hover i {
    color: #ffffff;
}

.color,
.custom-checkbox input[type="checkbox"]+span.color {
    margin: 0 3px 0 0;
    border: 1px solid #333333;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-item .product-miniature .variant-links {
    background: transparent;
    min-height: inherit;
    top: 0;
    text-align: left;
    padding: 0;
    margin: 0px;
    position: relative;
}

#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;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    margin: 0 5px;
    text-align: center;
}

#products .products-selection .display-mode .show_list.active,
#products .products-selection .display-mode .show_grid.active {
    color: #ffffff;
}

#products .products-selection .display-mode .show_grid:hover,
#products .products-selection .display-mode .show_list:hover {
    opacity: 0.7;
}

#products .thumbnail-container:focus .highlighted-informations,
#products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:focus .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations,
.product-accessories .thumbnail-container:focus .highlighted-informations,
.product-accessories .thumbnail-container:hover .highlighted-informations,
.product-item .product-miniature .thumbnail-container:focus .highlighted-informations,
.product-item .product-miniature .thumbnail-container:hover .highlighted-informations,
#products .thumbnail-container:focus .highlighted-informations.no-variants,
#products .thumbnail-container:hover .highlighted-informations.no-variants,
.featured-products .thumbnail-container:focus .highlighted-informations.no-variants,
.featured-products .thumbnail-container:hover .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:focus .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:hover .highlighted-informations.no-variants,
.product-item .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants,
.product-item .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    left: 15px;
    opacity: 1;
    top: 75%;
}

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

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-item .product-miniature .product-description {
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 15px !important;
}

.product-flags li.product-flag.on-sale,
.products-grid .products .product-item .product-flags>li.on-sale,
#products .products-grid .products .product-item .product-flags>li.on-sale {
    background: #8b8f98;
}

.product-flags li.product-flag.discount {
    background: #54a000;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-item .product-miniature .product-title {
    margin: 0 0 10px 0;
    padding: 0px;
    text-align: left;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-item .product-miniature .product-title a {
    color: #333333;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

#products .product-title:hover a,
.featured-products .product-title:hover a,
.product-accessories .product-title:hover a,
.product-item .product-miniature .product-title:hover a {
    color: #54a000;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-item .product-miniature .product-price-and-shipping {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    color: #000000;
    margin: 11px 0 11px;
}

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

.product-flags li.product-flag,
#products .products-grid .products .product-item .product-flags>li,
.products-grid .products .product-item .product-flags>li {
    background: #54a000;
    color: #ffffff;
    font-weight: 500;
    padding: 2px 8px 2px;
    position: absolute;
    right: 10px;
    left: auto;
    text-transform: uppercase;
    top: 10px;
    font-size: 13px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
    margin: 0;
    min-height: auto;
    min-width: auto;
}

.product-flags li.product-flag.new,
.products-grid .products .product-item .product-flags>li.new,
#products .products-grid .products .product-item .product-flags>li.new {
    position: absolute;
    left: 10px;
    top: 10px;
    right: auto;
}

.product-flags li.product-flag.pack,
.products-grid .products .product-item .product-flags>li.pack,
#products .products-grid .products .product-item .product-flags>li.pack {
    position: absolute;
    left: 10px;
    top: 10px;
    right: auto;
}

.product-flags li.product-flag.new+.product-flag.pack,
.products-grid .products .product-item .product-flags>li.new+.product-flag.pack,
#products .products-grid .products .product-item .product-flags>li.new+.product-flag.pack {
    left: 10px;
    top: 45px;
}

.product-flags li.product-flag.pack,
.products-grid .products .product-item .product-flags>li.pack,
#products .products-grid .products .product-item .product-flags>li.pack {
    background: #8b8f98;
}

.product-flags li.product-flag.on-sale,
.products-grid .products .product-item .product-flags>li.on-sale,
#products .products-grid .products .product-item .product-flags>li.on-sale {
    background: #8b8f98;
}

.product-flags li.product-flag.on-sale+.product-flag.discount,
.products-grid .products .product-item .product-flags>li.on-sale+.product-flag.discount,
#products .products-grid .products .product-item .product-flags>li.on-sale+.product-flag.discount {
    right: 10px;
    top: 45px;
}

#products .products-grid .products .product-item .product-flags li.product-flag.on-sale {
    width: max-content !important;
    width: -moz-max-content;
    left: auto;
}

#product #content .product-flags .product-flag {
    font-size: 16px;
    font-weight: 700;
    padding: 3px 9px 3px;
}

.discount-percentage {
    top: -210px !important;
}

#products .product-miniature .on-sale.on-sale,
li.product-flag.on-sale {
    width: max-content !important;
    width: -moz-max-content;
    left: auto;
}

#main .page-content h1,
#main .page-header h1 {
    text-align: center;
}

.featured-products .products-grid .products .product-item .product-miniature .product-description .product-short-desc {
    display: none !important;
}

.product-short-desc p {
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    color: #333333;
    line-height: 24px;
}

.product-short-desc ul {
    text-align: justify;
    list-style-type: disc;
    padding-left: 30px;
}

.product-short-desc li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #333333;
    line-height: 24px;
}

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

@media (max-width: 991px) {

    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-item .product-miniature .product-title a {
        font-size: 14px;
    }
}

@media (max-width: 768px) {

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

@media (max-width: 767px) {

    #products .product-miniature:hover .product-title,
    .products .product-item .product-miniature:hover .product-title,
    #products .product-miniature:hover .product-price-and-shipping,
    .products .product-item .product-miniature:hover .product-price-and-shipping {
        display: block;
    }

    .featured-products.featured-product .product-item {
        width: 50%;
    }
}

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

    #products .highlighted-informations,
    .featured-products .highlighted-informations,
    .product-accessories .highlighted-informations,
    .product-item .product-miniature .highlighted-informations {
        top: 40%;
    }

    .product-action {
        padding: 0;
    }
}

@media (max-width: 479px) {

    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-item .product-miniature .product-title a {
        font-size: 14px;
    }

    #products .thumbnail-container:focus .highlighted-informations,
    #products .thumbnail-container:hover .highlighted-informations,
    .featured-products .thumbnail-container:focus .highlighted-informations,
    .featured-products .thumbnail-container:hover .highlighted-informations,
    .product-accessories .thumbnail-container:focus .highlighted-informations,
    .product-accessories .thumbnail-container:hover .highlighted-informations,
    .product-item .product-miniature .thumbnail-container:focus .highlighted-informations,
    .product-item .product-miniature .thumbnail-container:hover .highlighted-informations,
    #products .thumbnail-container:focus .highlighted-informations.no-variants,
    #products .thumbnail-container:hover .highlighted-informations.no-variants,
    .featured-products .thumbnail-container:focus .highlighted-informations.no-variants,
    .featured-products .thumbnail-container:hover .highlighted-informations.no-variants,
    .product-accessories .thumbnail-container:focus .highlighted-informations.no-variants,
    .product-accessories .thumbnail-container:hover .highlighted-informations.no-variants,
    .product-item .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants,
    .product-item .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
        opacity: 0;
    }

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

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

.ht-static-block.testimonial-block .testimonial-wrapper {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    background-image: url(../img/Testimonial-bg.jpg);
    padding: 70px 0;
}

.ht-static-block.testimonial-block .testimonial-wrapper .content-block {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.ht-static-block.testimonial-block .testimonial-wrapper .content-block .item {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}

.ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content {
    display: block;
    position: relative;
    width: 100%;
    font-size: 0;
    background: #fff;
    padding: 20px 20px;
}

.ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content .testimonial-img {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding-right: 15px;
    width: 25%;
}

.ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content .testimonial-img>img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
    overflow: hidden;
    border-radius: 50%;
}

.ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content .testimonial-desc {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding-right: 15px;
    width: 75%;
}

.ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content .testimonial-desc>strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #54a000;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    line-height: 1.2;
}

.ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content .testimonial-desc>strong>span {
    font-size: 15px;
    color: #666666;
    font-weight: 400;
    text-align: left;
    line-height: 1.2;
}

.ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content .testimonial-desc>p {
    font-size: 15px;
    text-align: left;
    color: #666666;
    font-weight: 400;
    margin-bottom: 10px;
}

@media(max-width:1199px) {
    .ht-static-block.testimonial-block .testimonial-wrapper {
        padding: 55px 0;
    }
}

@media(max-width:991px) {
    .ht-static-block.testimonial-block .testimonial-wrapper {
        padding: 40px 0;
    }

    .ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content .testimonial-img {
        width: 40%;
    }

    .ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content .testimonial-desc {
        width: 60%;
        padding-right: 0;
    }

    .ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content .testimonial-desc>p {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content .testimonial-desc>strong {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .ht-static-block.testimonial-block .testimonial-wrapper {
        padding: 30px 0;
    }

    .ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content .testimonial-desc>p {
        font-size: 15px;
    }

    .ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content {
        padding: 12px 12px;
    }
}

@media(max-width:639px) {
    .ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content .testimonial-img {
        width: 35%;
    }

    .ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content .testimonial-desc {
        width: 65%;
    }
}

@media(max-width:479px) {
    .ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content .testimonial-img {
        display: block;
        width: 115px;
        margin: 0 auto;
    }

    .ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content .testimonial-desc {
        display: block;
        width: 100%;
        text-align: center;
    }

    .ht-static-block.testimonial-block .testimonial-wrapper .content-block .item .testimonial-content .testimonial-desc>p {
        text-align: center;
    }
}

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

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

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

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

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

.ht-home-blogs .blog-slider .item .text-block {
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.ht-home-blogs .blog-slider .item .text-block .post-category {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.ht-home-blogs .blog-slider .item .text-block .post-category a {
    display: block;
    float: left;
    font-weight: 600;
    padding: 5px 7px;
    background-color: #54a000;
    color: #fff;
}

.ht-home-blogs .blog-slider .item .text-block .post-info {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 25px;
    border-bottom: 1px solid #e7e7e7;
}

.ht-home-blogs .blog-slider .item .text-block .blog-date,
.ht-home-blogs .blog-slider .item .text-block .post-author {
    display: inline-block;
    margin-bottom: 0px;
    padding-right: 15px;
    color: #333333;
    font-size: 14px;
    text-transform: capitalize;
}

.ht-home-blogs .blog-slider .item .text-block .blog-date i,
.ht-home-blogs .blog-slider .item .text-block .post-author i {
    color: #54a000;
    font-size: 18px;
    margin-right: 5px;
}

.ht-home-blogs .blog-slider .item .text-block .post-content {
    display: block;
    width: 100%;
    float: left;
    padding-top: 25px;
}

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

.ht-home-blogs .blog-slider .item .text-block .blog-title>span {
    color: #000000;
    display: block;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    text-decoration: none;
}

.ht-home-blogs .blog-slider .item .text-block .blog-title:hover>span {
    color: #54a000;
}

.ht-home-blogs .blog-slider .item .text-block .blog-desc {
    display: block;
    margin-bottom: 14px;
    color: #000000;
    line-height: 24px;
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

.page-manufacturer #wrapper #content-wrapper ul {
    margin: 0 -15px;
    display: block;
    font-size: 0;
}

.page-manufacturer #wrapper #content-wrapper ul .brand {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    width: 25%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
}

.page-manufacturer #wrapper #content-wrapper ul .brand .brand-inner {
    display: block;
    border: 1px solid #e1e1e1;
}

.page-manufacturer #wrapper #content-wrapper ul .brand .brand-inner .brand-img a {
    display: block;
}

.page-manufacturer #wrapper #content-wrapper ul .brand .brand-inner .brand-img a>img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

@media (max-width: 991px) {
    .page-manufacturer #wrapper #content-wrapper ul .brand {
        width: 33.33%;
    }
}

@media (max-width: 991px) {
    .page-manufacturer #wrapper #content-wrapper ul .brand {
        width: 50%;
    }
}

/*footer*/
#footer {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding-top: 0;
    border-top: 1px solid #e1e1e1;
    margin-top: 15px;
}

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

.footer-socials {
    text-align: center;
    padding: 6px 0;
    width: 30%;
}

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

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

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

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

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

/*Footer Information Block*/
.footer-information {
    display: block;
    clear: both;
    width: 25%;
    float: left;
    padding: 0 15px;
}

.footer-logo {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.footer-logo>a {
    display: block;
}

.footer-logo>a>img {
    display: block;
    max-width: 100%;
}

.information-block {
    display: block;
}

.footer-information .information-block>p {
    color: #555555;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
}

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

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

.footer-container .links {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 0;
}

.footer-container .column-title .h3 {
    color: #333333;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 25px;
    display: block;
    text-transform: capitalize;
}

.footer-container #block_contact_hours .column-title {
    margin-bottom: 15px;
}

/*Footer Contact Information*/
#footer .footer-container .footer-top .block-contact {
    display: block;
    float: left;
    width: 25%;
    margin-bottom: 0;
    padding: 0 15px;
    font-size: 14px;
}

#footer .footer-container .footer-top .block-contact .h3 {
    color: #333333;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 25px;
    display: block;
    text-transform: capitalize;
}

#footer .footer-container .footer-top .block-contact .h3:hover {
    color: #54a000;
}

#footer .footer-container .footer-top .block-contact .contact-info {
    position: relative;
    margin-bottom: 16px;
    display: block;
    font-size: 15px;
    color: #444444;
    line-height: 24px;
    font-weight: 400;
}

#footer .footer-container .footer-top .block-contact .contact-info>span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 4px;
}

#footer .footer-container .footer-top .block-contact .contact-info>a:hover {
    color: #333333;
}

/**/
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.footer-links>li {
    margin-bottom: 12px;
    display: block;
}

.footer-links>li>a {
    display: inline-block;
    font-size: 15px;
    color: #444444;
    line-height: 24px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.footer-links>li>a:hover {
    color: #54a000;
    margin-left: 5px;
}

.footer-links>li>a i {
    font-size: 11px;
    padding-right: 10px;
    display: none;
}

.footer-before {
    float: left;
    width: 100%;
    clear: both;
    display: none;
    font-size: 0;
}

#footer .footer-top .block_newsletter {
    float: left;
    width: 25%;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 0;
}

#footer .footer-top .block_newsletter .newsletter-title>h2 {
    display: block;
    margin-bottom: 25px;
    text-align: left;
}

#footer .footer-top .block_newsletter .newsletter-title>h2 .h3 {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    text-transform: capitalize;
}

#footer .footer-top .block_newsletter .footer-block-toggle-content>p {
    padding: 0;
    display: block;
    color: #555555;
    font-size: 15px;
    font-weight: 400;
}

#footer .footer-top .block_newsletter .footer-block-toggle-content form {
    float: left;
    width: 100%;
}

#footer .footer-top .block_newsletter .footer-block-toggle-content form .subscribe-block {
    position: relative;
    width: 100%;
    display: block;
    padding: 0;
    float: none;
    overflow: hidden;
}

#footer .footer-top .block_newsletter form .condition>p {
    color: #333;
    padding-top: 15px;
    font-size: 12px;
    font-weight: 400;
    border: none;
}

#footer .footer-top#footer.footer-type3 .block_newsletter form .input-wrapper {
    width: 100%;
}

#footer .footer-top .block_newsletter form input[type="text"] {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 0 12px;
    text-align: left;
    background: #ffffff;
    border: 1px solid #54a000;
    font-weight: 300;
    font-size: 14px;
    height: 40px;
    border-radius: 3px;
    color: #555555;
}

#footer .footer-top .block_newsletter form input[type="text"]::placeholder {
    color: #a1a1a1;
    opacity: 1;
}

#footer .footer-top .block_newsletter form .btn.btn-primary {
    display: block;
    margin: 10px 0 0;
    width: 100%;
    height: 40px;
    padding: 5px 25px;
    line-height: 24px;
    background: #54a000;
    border: 1px solid #54a000;
    color: #ffffff;
}

#footer .footer-top .block_newsletter form .btn.btn-primary:hover {
    background: #333333;
    border: #333333;
    color: #ffffff;
}

.block_newsletter p {
    text-align: left;
}

@media (max-width: 1199px) {
    #footer .footer-top .block_newsletter .newsletter-title h2>p {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    #footer .footer-top .block_newsletter .footer-block-toggle-content {
        width: 100%;
    }

    .footer-container {
        padding: 25px 0;
    }
}

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

@media(max-width:767px) {
    .footer-information {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-logo>a>img {
        margin: 0 auto;
        text-align: center;
    }

    .footer-information .information-block>p {
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 15px;
    }

    #footer .footer-top .block_newsletter {
        width: 100%;
        border: none;
    }

    #footer .footer-top .block_newsletter .newsletter-title h2>p {
        display: block;
        clear: both;
        color: #333333;
        font-weight: 500;
        font-size: 18px;
        border-bottom: none;
        text-transform: capitalize;
        padding: 5px 15px;
    }

    .footer-container {
        padding: 20px 0;
    }

    #footer .footer-container .footer-top .block-contact .h3 {
        font-size: 18px;
        margin-bottom: 0;
        display: inline-block;
    }
}

@media(max-width:639px) {
    #footer .footer-top .block_newsletter .newsletter-title h2>p {
        font-size: 20px;
    }

    .footer-information .information-block>p {
        font-size: 15px;
    }
}

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

    #footer .footer-top .block_newsletter .newsletter-title h2>span {
        font-size: 18px;
    }

    #footer .footer-top .block_newsletter .newsletter-title h2>p {
        font-size: 14px;
        padding-top: 0;
    }

    .footer-container {
        padding-top: 10px;
    }
}

.footer-bottom {
    float: left;
    width: 100%;
    clear: both;
    background: #ffffff;
    background: #54a000;
}

.footer-bottom .content-main {
    display: block;
    clear: both;
    font-size: 0;
    width: 100%;
    padding: 24px 0;
}

#footer .footer-bottom .content-main .copyright {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    box-sizing: border-box;
    width: 50%;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}

#footer .footer-bottom .content-main .copyright>a {
    color: #ffffff;
    text-transform: capitalize;
}

#footer .footer-bottom .footer-payment-icon {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    box-sizing: border-box;
    width: 50%;
    font-size: 14px;
    text-align: right;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}

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

#footer .footer-bottom .footer-payment-icon>li>a {
    display: block;
    padding: 0 3px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 28px;
    line-height: 30px;
    text-decoration: none;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

#footer .footer-bottom .footer-payment-icon>li>a:hover {
    color: #ffffff;
    text-decoration: none;
}

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

@media (max-width: 767px) {
    #footer .footer-bottom .content-main .copyright {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 10px;
    }

    #footer .footer-bottom .footer-payment-icon {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .footer-socials {
        display: block;
        float: left;
        padding: 0;
    }

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

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

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

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

    #block_contact_hours {
        margin: 15px 15px 0;
    }

    #block_contact_hours .footer-column-content {
        display: block;
        padding: 0;
    }

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
    #footer .footer-container .footer-top .block-contact {
        width: 100%;
        padding: 0;
    }

    .footer-container .links .title {
        color: #333333;
        border-bottom: none;
        padding: 7px 15px;
    }

    .footer-container .links .title .h3 {
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 500;
    }

    .footer-container .links .title .h3 {
        padding: 0;
        margin-bottom: 0;
        font-size: 18px;
        margin-top: 0px;
        font-weight: 500;
        color: #333333;
        display: inline-block;
    }

    #footer .footer-container .links .navbar-toggler {
        display: inline-block;
        padding: 0;
        height: 25px;
        width: 25px;
        text-align: center;
    }

    #footer .footer-container .links {
        width: 100%;
        margin-bottom: 0;
    }

    #footer .footer-top .block_newsletter {
        width: 100%;
        border: none;
    }

    #footer .footer-top .block_newsletter .newsletter-title>h2 {
        margin-bottom: 0;
        margin-top: 0px;
        color: #333333;
        cursor: pointer;
        padding: 7px 0;
    }

    #footer .footer-top .block_newsletter .newsletter-title>h2 .h3 {
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 500;
    }

    #footer .footer-top .block_newsletter .newsletter-title>h2 .h3::after {
        position: absolute;
        display: inline-block;
        content: "\f107";
        color: #333333;
        top: 0;
        right: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 38px;
        font-size: 22px;
        font-family: FontAwesome;
        font-weight: 400;
    }

    #footer .footer-top .block_newsletter .newsletter-title>h2 .h3:hover,
    #footer .footer-top .block_newsletter .newsletter-title>h2 .h3:hover::after {
        color: #54a000;
    }

    #footer .footer-top .block_newsletter .footer-block-toggle-content {
        display: none;
    }

    #footer .footer-top .block_newsletter .footer-block-toggle-content form .subscribe-block {
        max-width: 370px;
    }
}

@media (max-width: 639px) {
    #footer .footer-container .footer-top .block-contact .h3 {
        font-size: 17px;
    }

    .footer-container .links .title .h3,
    #footer .footer-top .block_newsletter .newsletter-title>h2 .h3 {
        font-size: 17px;
    }

    .footer-container .links .title {
        font-size: 15px;
        font-weight: 600;
        padding: 5px 15px;
    }
}

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

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

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

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

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

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

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

#blockcart-modal .cart-content .cart-content-btn .btn {
    font-size: 16px;
    border-radius: 3px;
}

#blockcart-modal .cart-content-btn .btn.btn-secondary:hover {
    background-color: #54a000;
    border-color: #54a000;
    color: #ffffff;
}

.card-block.checkout .btn.btn-primary.disabled {
    background: #7a7a7a;
    border-color: #7a7a7a;
}

@media (max-width: 767px) {

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

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

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

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

body#checkout #header .header-msg-block {
    display: none;
}

body#checkout #header .header-nav .information-block {
    display: none;
}

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

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

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

body#checkout #header .header-nav #_desktop_contact_link a:hover {
    color: #333333;
}

body#checkout #header .header-nav .logo {
    margin: 0 auto;
}

body#checkout #header .header-nav #_desktop_contact_link #contact-link {
    text-align: left;
}

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

body#checkout section.checkout-step .address-item.selected {
    border: 1px solid #e1e1e1;
}

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

.block-reassurance-item .icon-img {
    display: inline-block;
}

#block-reassurance ul {
    margin: 0;
}

.blockreassurance_product {
    margin-top: 25px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .25);
    overflow: hidden;
    background: #fff;
    border-bottom: none;
}

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

#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 {
    color: #54a000;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

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

#product .product-information {
    margin: 18px 0 10px;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}

#product .product-actions .control-label {
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}

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

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

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

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

.social-sharing span {
    font-weight: 700;
}

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

.page-content.page-not-found #search-tog-btn {
    display: none;
}

.page-content.page-not-found #search_widget {
    cursor: pointer;
    border: none;
    position: relative;
    min-width: 100%;
    z-index: 1;
}

.page-content.page-not-found .search-widget form {
    width: 100%;
}

#pagenotfound .page-not-found .search-widget input,
#products .page-not-found .search-widget input {
    padding-right: 35px;
}

.search-widget form button[type="submit"] {
    bottom: 0;
    right: 0;
    height: 42px;
    cursor: pointer;
    padding-right: 15px;
}

#product .add {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

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

#products .page-not-found {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
}

#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

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

.add .btn:hover {
    background-color: #333333;
    border: 1px solid #333333;
}

#product .product-short-description p {
    color: #333333;
    line-height: 1.6;
}

#product .product-short-description ul {
    list-style: disc;
    padding-left: 30px;
    margin: 5px 0;
    color: #333333;
    line-height: 1.8;
}

#content-wrapper .block-category {
    border: none;
    box-shadow: none;
    max-height: unset;
    min-height: unset;
    margin-bottom: 20px;
}

.block-category .category-cover-block {
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 15px;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
}

.block-category .category-cover {
    margin-top: 0;
    margin-bottom: 0;
}

.block-category .category-cover-block .category-desc {
    padding: 0;
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    margin: 20px 0 0;
}

.block-category .category-cover-block .category-desc h1 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
}

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

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

.input-group .input-group-btn>.btn,
.input-group .input-group-btn>.btn[data-action="show-password"] {
    background: #333333;
}

.input-group .input-group-btn>.btn>span {
    line-height: 26px;
}

.tabs {
    margin-top: 25px;
    margin-bottom: 25px;
}

.tabs .nav-tabs {
    border-bottom: none;
}

.tabs .nav-tabs .nav-item {
    margin: 0;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #333;
    text-decoration: none;
}

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

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

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

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

.quickview .modal-footer {
    border-top: none;
    display: none;
}

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

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

@media (max-width: 991px) {
    #header .menu>ul>li>a {
        padding: 0 18px;
    }

    #footer img {
        max-width: 100%;
    }

    .footer-bottom .content-main .footer-bottom-right .footer-bottom-link .footer-link .link {
        padding: 0 10px;
    }
}

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

a:hover {
    color: #333333;
}

.carousel .carousel-control.left {
    left: 0;
}

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

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

    #header .main-menu .top-menu.ht-classic>li.ht-level-0.has-child {
        position: relative;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse {
        min-width: 225px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 6px;
        padding-top: 6px;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li.ht-level-1 {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        float: none;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li.ht-level-1.has-child {
        position: relative;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li.ht-level-1>a {
        padding: 8px 15px;
        position: relative;
        color: #333333;
        text-transform: unset;
        font-weight: normal;
        text-align: left;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu li a:hover {
        color: #54a000;
    }

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li.ht-level-1.has-child>a:after {
        content: "\f107";
        font-family: "Fontawesome";
        float: right;
        position: absolute;
        right: 15px;
        display: inline-block;
        text-decoration: none;
    }

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

    #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu li .collapse {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        min-width: 220px;
        padding: 6px 0 6px;
        border: 1px solid #e1e1e1;
        border-top: 3px solid #54a000;
        display: none;

        #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu li:hover>.collapse {
            display: block;
        }

        #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu li .collapse .top-menu {
            display: block;
            margin: 0;
            padding: 0;
            width: auto;
        }

        #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu li .collapse .top-menu li.category {
            display: block;
            margin-left: 0;
            margin-right: 0;
            float: none;
        }

        #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li>.collapse .top-menu>li.category.has-child {
            position: relative;
        }

        #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li>.collapse .top-menu>li.category>a {
            padding: 8px 15px;
            position: relative;
            color: #666;
            text-transform: unset;
            font-weight: normal;
            text-align: left;
        }

        #header .main-menu .top-menu.ht-classic>li.ht-level-0>.collapse>ul.top-menu>li>.collapse .top-menu>li.category.has-child>a:after {
            content: "\f107";
            font-family: "Fontawesome";
            float: right;
        }

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

        #header .main-menu .top-menu.ht-fullwidth li.ht-level-1>a {
            padding: 6px 0;
            font-size: 16px;
        }

        #header .main-menu .top-menu.ht-fullwidth li.ht-level-1>.collapse ul.top-menu>li.category {
            display: block;
            margin-bottom: 0;
        }

        #header .main-menu .top-menu.ht-fullwidth li.ht-level-1>.collapse ul.top-menu>li.category>a {
            padding: 6px 0;
        }

        #header .main-menu .top-menu.ht-default li.ht-level-1>a {
            padding: 6px 0;
            font-size: 16px;
        }

        #header .main-menu .top-menu.ht-default li.ht-level-1>.collapse ul.top-menu>li.category {
            display: block;
            margin-bottom: 0;
        }

        #header .main-menu .top-menu.ht-default li.ht-level-1>.collapse ul.top-menu>li.category>a {
            padding: 6px 0;
        }

        #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 {
            font-weight: 500;
        }
    }

    #search_filters .facet.clearfix {
        padding: 5px 15px;
    }

    /*navbar submenu styles end*/
    @media (max-width: 1199px) {
        .slider-block .owl-controls .owl-buttons>.owl-prev {
            left: 0;
        }

        .slider-block .owl-controls .owl-buttons>.owl-next {
            right: 0;
        }

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

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

        .footer-bottom .content-main .footer-bottom-right .footer-bottom-link {
            width: 100%;
        }
    }

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

    /*Checkout Page*/
    .checkout-step .content>.nav-inline>.nav-item .nav-link {
        border-radius: 3px;
    }

    .checkout-step .content>.nav-inline>.nav-item .nav-link:hover {
        background: #54a000;
        border-color: #54a000;
    }

    .checkout-step .content>.nav-inline>.nav-item .nav-link.active {
        background: #54a000;
        border-color: #54a000;
    }

    .checkout-step .content>.nav-inline>.nav-item .nav-link.active:hover {
        background: #333333;
        border-color: #333333;
    }

    .page-my-account #content .links a:hover i {
        color: #54a000;
    }


    /*Search page*/
    #search .page-content.page-not-found {
        text-align: center;
    }

    #search .header-search .search-tog-block #search_widget {
        cursor: pointer;
        border: none;
        position: relative;
        min-width: 100%;
        z-index: 1;
    }

    #search .header-search .search-tog-block #search_widget form {
        width: 100%;
    }

    #search .header-search .search-tog-block #search_widget form button[type="submit"] {
        line-height: 25px;
        padding-right: 10px;
    }


    /*Contact Us page*/
    .contact-rich {
        padding: 15px;
        border: 1px solid #e1e1e1;
    }

    .contact-rich>hr {
        border-top: 1px solid #e1e1e1;
    }

    #contact .contact-rich .block a {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
    }

    #contact .contact-rich .block a:hover {
        color: #333333;
    }

    #contact .contact-form form ul {
        margin-bottom: 0;
    }

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

    .product-line-info.color:hover {
        border: none;
    }

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

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

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

    #main .wishlist-products-container .card.page-content .wishlist-products-item {
        margin: 1rem;
    }

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

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

    .products article .wishlist-button-add {
        top: 45px;
    }

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

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

/* Custom Css Start */

/* Home Page  */

/* Featured Collection  */

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

.h2.products-section-title {
    margin: 0;
}

/* Footer */

.footer-top {
    display: flex;
}

.block_newsletter.col-lg-8.col-md-12.col-sm-12 {
    margin-top: 0;
}

/* Product Page */


#product .product-quantity {
    display: flex !important;
}

.product-quantity .add {
    margin-right: 15px !important;
}

.wishlist-button-add.wishlist-button-product {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
}

.product-images>li.thumb-container .thumb.selected,
.product-images>li.thumb-container .thumb:hover {
    border: none;
}

#product .js-product.product.col-xs-12.col-sm-6 {
    width: 100%;
}

/* category page css */
#js-product-list-top {
    display: flex;
    align-items: center;
}

#category .block-category .block-category-inner {
    display: block;
}

.text-uppercase.h6.hidden-sm-down {
    font-size: 15px !important;
}

#search_filters .facet.clearfix {
    padding: 10px 15px !important;
}

#subcategories {
    border: 1px solid #e1e1e1;
}

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

}

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

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

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

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

#new-products #search_filters_wrapper {
    display: none;
}


/* Media Start  */

/* Home Page */

@media (max-width:991px) {

    /* Slider  */
    .carousel .direction .carousel-control i {
        background: transparent;
    }

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

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

    .home-image-slider .image-slider {
        margin-bottom: 0px;
    }

    .carousel {
        padding: 0px;
    }

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

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

    .hidden-sm-down.total-products p {
        display: none !important;
    }

    #js-product-list-top {
        display: block;
    }

    #category .js-product.product.col-xs-12.col-sm-6.col-xl-4 {
        width: 33.33%;
    }

}

@media (max-width:767px) {
    #header .user-info>a {
        display: inline-block;
        width: 40px;
        line-height: 40px;
        text-align: center;
        color: #54a000;
    }

    #header #_mobile_cart .cart-qty {
        top: -9px;
        left: 61%;
    }

    .section-title h2 {
        font-size: 28px !important;
        margin-bottom: 30px !important;
    }

    #subcategories {
        padding: 20px;
    }

    .footer-top {
        display: block;
    }

    .col-xs-8.col-sm-7.col-md-9.products-sort-order.dropdown {
        width: 100%;
    }
}

@media (max-width:639px) {
    .section-title>h2>span {
        margin-bottom: 20px !important;
        font-size: 24px !important;
    }

    #products .section-title h2 {
        font-size: 20px !important;
        margin-bottom: 30px !important;
    }

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


    .js-product.product.col-xs-12.col-sm-6.col-lg-4.col-xl-3,
    #category .js-product.product.col-xs-12.col-sm-6.col-xl-4 , .js-product.product.col-xs-12.col-sm-6.col-xl-4 {
        width: 50% !important;
    }

}

@media (max-width:439px) {
    #order-confirmation .h1 {
        font-size: 19px;
    }

    #order-details .card-title,
    #order-items .card-title {
        padding-top: 20px;
    }

    #content-hook_order_confirmation {
        padding-top: 15px;
    }
    .add .btn {
        padding: 10px;
    }
}

/* Sign Up Page */
.custom-radio input[type="radio"]:checked+span {
    background-color: #54a000;
}
form .form-control-label {
    font-weight: 400;
}

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

/* Order Page */

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

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

/* list Page */
.wishlist-add-to-new.text-primary {
    color: #54a000 !important;
}


.clear-all-wrapper .btn-tertiary:hover {
	background: #54a000;
}
#search_filters .js-search-filters-clear-all {

	display: flex;
	align-items: center;
}

form .form-control-label {
    font-size: .875rem;
    font-weight: 400;
    color: #232323;
}

#wrapper .breadcrumb li span {
    color: #333333;
}

.logout.hidden-sm-down {
    color: #555 !important;
}

.cart-grid-body .card-block h1 {
    font-size: 1.375rem;
    font-weight: 600;
}

@media (max-width:439px) {
    body#checkout section.checkout-step .step-title {
        font-size: 15px;
    }
    .h1.card-title {
	font-size: 15px;
	margin-top: 10px;
}
.add .btn {
	padding: 10px;
}
.label, label {
	text-align: left !important;
}
}
.wishlist-add-to-new.text-primary {
	color: #333333  !important;
}

#prices-drop .js-product.product.col-xs-12.col-sm-6.col-xl-4 , #new-products .js-product.product.col-xs-12.col-sm-6.col-xl-4 {
	width: 33.33% ;
}
#new-products #search_filters {
	display: none;
}
#thumbnails .js-modal-mask .product-images .thumb.js-modal-thumb {
    height: auto;
}
#product-modal .modal-dialog .modal-content .modal-body .js-modal-product-cover.product-cover-modal {
    height: auto;
}