@import url(base.css);

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

p {
    margin: 0;
    color: #333333;
}

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

a {
    cursor: pointer;
}

a,
.dropdown i,
.dropdown .expand-more {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    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: #fdb540;
}

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

.btn-primary {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: inherit;
    background-color: #222222;
    border-color: #222222;
    text-transform: unset;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
}

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

.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: #fdb540;
    border-color: #fdb540;
}

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

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

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

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

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

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

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

    .row {
        margin-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;
    }
}

@media (min-width: 768px) {
    #header {
        border-bottom: 1px solid #a5a5a5;
    }

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

    #header .header-nav {
        display: block;
        background: #ffffff;
        border-bottom: 1px solid #a5a5a5;
        margin: 0;
        padding: 0;
        max-height: unset;
    }

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

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

    #header .header-nav #_desktop_language_selector,
    #header .header-nav #_desktop_currency_selector {
        position: relative;
    }

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

    #header .header-nav .language-selector span,
    #header .header-nav .currency-selector span {
        font-size: 13px;
        padding-right: 5px;
        color: #252525;
        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: #fdb540;
    }

    #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 #252525;
        border-top: 2px solid #252525;
    }

    #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 #fdb540;
        background-color: #fdb540;
    }

    #header .header-nav .currency-selector .currency-list li a,
    #header .header-nav .language-selector .language-list li a {
        color: #252525;
        padding: 0;
        border: 1px solid #252525;
        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 #fdb540;
        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 #_desktop_user_info,
    #header .header-nav .language-selector,
    #header .header-nav .currency-selector {
        padding: 9px 0;
    }

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

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

    #header #_desktop_user_info {
        position: relative;
    }

    #header .tog-icon-block {
        color: #252525;
        font-weight: 400;
        cursor: pointer;
    }

    #header .tog-icon-block span {
        padding-right: 5px;
    }

    #header .tog-icon-block span:hover,
    #header .tog-icon-block:hover i {
        color: #fdb540;
    }

    .header-menu-links {
        position: absolute;
        right: 0;
        margin: 0;
        text-align: left;
        top: 100%;
        padding: 5px 14px;
        background: #ffffff;
        color: #252525;
        z-index: 112;
        border: 1px solid #e1e1e1;
        border-top: 2px solid #fdb540;
    }

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

    #header .user-link {
        float: right;
        margin-left: 23px;
        padding-left: 23px;
        font-weight: 400;
        border-left: 1px solid #252525;
    }

    #header .user-link:last-child {
        border: none;
        padding: 0;
        margin: 0;
    }

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

    #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;
        display: table;
        height: 112px;
    }

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

    /*    desktop_cart*/
    #header #_desktop_cart {
        position: relative;
        float: right;
        margin-left: 30px;
        padding: 34px 0;
    }

    #header #_desktop_cart .header i {}

    #header #_desktop_cart .mycart-icon,
    #header #_desktop_cart .cart-text {
        display: inline-block;
        color: #333333;
        position: relative;
    }

    #header #_desktop_cart .mycart-icon {
        float: left;
        width: 50px;
        height: 44px;
        line-height: 35px;
        font-size: 20px;
        color: #333333;
        background-color: #fdb540;
        border: 1px solid #fdb540;
        text-align: center;
    }

    #header #_desktop_cart .cart-text {
        padding-left: 15px;
        font-weight: 700;
        color: #111111;
        text-transform: uppercase;
    }

    #header #_desktop_cart .cart-qty {
        display: block;
        height: auto;
        min-height: auto;
        width: auto;
        min-width: auto;
        text-align: left;
        background: transparent;
        text-shadow: none;
        text-transform: capitalize;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        color: #666666;
        font-weight: 400;
    }

    #header #_desktop_cart .cart-count {
        position: absolute;
        top: -3px;
        right: 7px;
        font-size: 14px;
        line-height: 15px;
        width: 15px;
        height: 15px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        background-color: #129a76;
        color: #fff;
        text-align: center;
    }

    #header .cart-preview .ht_cart {
        display: none;
        background: #fff none repeat scroll 0 0;
        height: auto;
        left: auto;
        position: absolute;
        right: 0;
        top: 100%;
        width: 325px;
        background: #fff;
        border: 1px solid #e1e1e1;
        z-index: 999;
    }

    #header #_desktop_cart:hover .cart-preview .ht_cart {
        display: block;
        border-top: 2px solid #333333;
    }

    #header #_desktop_cart .cart-preview .ht_cart .no-item {
        padding: 15px;
        color: #555;
    }

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

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

    #header .cart-preview .cart-wishlist-item:last-child {
        border-bottom: none;
    }

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

    #header .cart-preview .cart-wishlist-item .cart-img img {
        max-width: 100%;
    }

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

    #header .cart-preview .cart-wishlist-item .cart-info .product-quantity {
        float: left;
        margin-right: 5px;
        font-size: 13px
    }

    #header .cart-preview .cart-wishlist-item .cart-info .product-name {
        display: inline-block;
        font-size: 13px;
        max-width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

    #header .cart-preview .cart-wishlist-item .cart-info .remove-from-cart {
        position: absolute;
        right: 0;
        top: 0px;
        text-align: right;
        z-index: 99;
    }

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

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

    #header .cart-preview .cart-wishlist-item .cart-info .remove-from-cart .remove-icon-text {
        display: none;
    }

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

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

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

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

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

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

    #header .cart-preview .ht_cart .cart-wishlist-action a {
        cursor: pointer;
        float: none;
        display: inline-block;
        background-color: #333333;
        background-position: 0 0;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        height: auto;
        padding: 15px 70px;
        line-height: 14px;
        border: 1px solid #333333;
        position: relative;
        text-transform: uppercase;
        transition: all 0.45s ease 0s;
        -webkit-transition: all 0.45s ease 0s;
        -moz-transition: all 0.45s ease 0s;
        -o-transition: all 0.45s ease 0s;
        z-index: 1;
        letter-spacing: 0;
    }

    #header .cart-preview .ht_cart .cart-wishlist-action a:hover {
        background-color: #fdb540;
        border-color: #fdb540;
        color: #fff;
    }

    .header-contact-block {
        float: right;
        margin-left: 0px;
        color: #333333;
        padding: 36px 0;
    }

    .header-contact-block .icon-block {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #ffffff;
        border: 1px solid #e9e9e9;
        color: #fdb540;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -o-border-radius: 0px;
        -ms-border-radius: 0px;
        margin-right: 8px;
    }

    .header-contact-block .text-block {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        text-transform: uppercase;
        color: #111111;
        font-weight: 700;
    }

    .header-contact-block .text-block>strong {
        display: block;
        font-weight: 400;
        color: #666666;
        font-size: 14px;
        letter-spacing: 0.5px;
    }

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

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

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

    .search-product-numbers {
        display: inline-block;
        float: left;
        padding: 38px 0px;
    }

    #search #content-wrapper h2 {
        display: block;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
        font-size: 36px;
        position: relative;
        font-weight: 400;
        text-transform: capitalize;
        color: #666666;
    }

    #search #content-wrapper .search-product-numbers {
        display: none;
    }

    .search-product-numbers .inner-block {
        background-color: #fdb540;
        padding: 0 15px;
        color: #fff;
        height: 44px;
        vertical-align: middle;
        line-height: 44px;
    }

    #header .header-top .search-widget {
        float: right;
        position: relative;
        width: 320px;
        margin-left: 0px;
        padding: 34px 0;
    }

    .header-top .search-widget form input[type="text"] {
        border: 1px solid #a5a5a5;
        padding: 11px 15px;
        padding-right: 95px;
    }

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

    .search-widget form button[type="submit"] {
        right: 0;
        text-align: center;
        height: 44px;
        width: 90px;
        bottom: 0;
        padding: 0;
        cursor: pointer;
        background-color: #fdb540;
        transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
    }

    .search-widget form button[type="submit"]:hover {
        opacity: 0.8;
    }

    .search-widget form button i {
        font-size: 16px;
        color: #333333;
        line-height: 44px;
    }

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

@media (max-width: 991px) {
    #header .header-top>.container {
        width: 100%;
        max-width: 100%;
        position: relative;
    }

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

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

    /*currency-language css*/
    #mobile_top_menu_wrapper .js-top-menu-bottom #_mobile_contact_link {
        display: none;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom #_mobile_currency_selector {
        border: 1px solid #e1e1e1;
        padding: 8px 10px;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector select {
        padding: 8px 10px;
        background: #f6f6f6;
        border: 1px solid #e1e1e1;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
        padding: 8px 10px;
        background: #fff;
        border: 1px solid #e1e1e1;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper #language-selector-label {
        display: none;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector #currency-selector-label {
        display: none;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector select {
        width: 100%;
        background: #f6f6f6;
        padding: 8px 10px;
        border: 1px solid #e1e1e1;
    }

    #header #_desktop_logo img {
        max-width: 200px;
    }

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

    #header .header-top .search-widget {
        width: 260px;
    }

    .search-widget form button[type="submit"] {
        width: 50px;
    }

    #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: #333;
        text-shadow: none;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 22px;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        position: absolute;
        top: -25px;
        right: -5px;
    }
}

@media (max-width: 767px) {
    #header .header-nav {
        position: relative;
        padding-top: 14px;
        background-color: #ffffff;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }

    #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: #fff;
        font-size: 18px;
    }

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

    #header .header-nav #menu-icon:hover .material-icons,
    #header .user-link a:hover i,
    #header #search-tog-btn:hover span i {
        color: #fdb540;
    }

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

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

    #header .header-nav .top-logo>a {
        margin: 0;
        padding-left: 0;
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

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

    #_mobile_cart {
        height: 50px;
    }

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

    #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;
        height: 22px;
        min-height: auto;
        width: 22px;
        min-width: auto;
        background: #333333;
        text-shadow: none;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 22px;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        position: absolute;
        top: -10px;
        right: -5px;
    }

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

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

    #header .header-nav .blockcart .header {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #fdb540;
        color: #ffffff;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -o-border-radius: 0px;
        -ms-border-radius: 0px;
        margin-top: 7px;
        margin-bottom: 17px;
        margin-left: 5px;
        margin-right: 15px;
        cursor: pointer;
    }

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

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

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

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

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

    #header .header-nav .user-info li {
        text-decoration: none;
        display: inline-block;
        float: right;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -o-border-radius: 0px;
        -ms-border-radius: 0px;
        background: #333333;
        color: #ffffff;
        margin-top: 7px;
        margin-bottom: 17px;
        cursor: pointer;
        margin-left: 5px;
    }

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

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

    #header #search-tog-btn {
        text-decoration: none;
        display: inline-block;
        float: right;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -o-border-radius: 0px;
        -ms-border-radius: 0px;
        background: #333333;
        color: #ffffff;
        margin-top: 7px;
        margin-bottom: 17px;
        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;
        display: block;
        float: left;
        width: 100%;
    }

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

    #header .search-widget form button[type="submit"] {
        right: 0;
        text-align: center;
        height: 50px;
        width: 50px;
        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 #_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: #fdb540;
    }

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

@media (max-width: 639px) {

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

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

    #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 {
        font-size: 14px;
    }
}

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

@media (max-width: 379px) {

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

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

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

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

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

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

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

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

.carousel .carousel-control .icon-next,
.carousel .carousel-control .icon-prev {
    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: #fdb540;
    opacity: 1;
    border: 2px solid #fdb540;
    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: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
}

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

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

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

.carousel .carousel-control .icon-next:hover,
.carousel .carousel-control .icon-prev:hover {
    color: #fff;
    border-color: #fdb540;
    background: #fdb540;
    opacity: 1;
}

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

@media (max-width: 639px) {

    .carousel .carousel-control .icon-next,
    .carousel .carousel-control .icon-prev {
        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;
    }
}


/*section-title*/
.section-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    z-index: 1;
}

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

.section-title>h2>span {
    display: block;
    position: relative;
    padding: 0 15px;
}

.section-title>h2>span a {
    color: #252525;
    font-size: 26px;
    text-transform: uppercase;
}

.section-title>h2 span::after {
    background-color: #fdb540;
    content: "";
    height: 1px;
    width: 150px;
    left: 0;
    top: 50%;
    position: absolute;
    transform: translate(-100%, -50%);
    right: auto;
}

.section-title>h2 span::before {
    background-color: #fdb540;
    content: "";
    height: 1px;
    width: 150px;
    left: auto;
    top: 50%;
    position: absolute;
    transform: translate(100%, -50%);
    right: 0;
}

.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: 40px;
    width: 40px;
    padding: 0;
    line-height: 38px;
    background: transparent;
    color: #fdb540;
    border: 2px solid #fdb540;
    box-sizing: border-box;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    font-size: 16px;
    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,
.row.home_blog_post_inner.carousel.slick-initialized.slick-slider>.slick-prev {
    left: 0;
}

.slider-block .owl-controls .owl-buttons>.owl-next,
.row.home_blog_post_inner.carousel.slick-initialized.slick-slider>.slick-next {
    right: 0;
}

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

@media (max-width: 767px) {
    .section-title>h2 {
        font-size: 22px;
    }

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

@media (max-width: 639px) {

    .section-title>h2 span::before,
    .section-title>h2 span::after {
        display: none;
    }
}

.home-servives-block {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    background: #f4f4f4;
}

.home-servives-block .services-main {
    float: left;
    width: 100%;
}

.home-servives-block .services-main .services-inner {
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
    position: relative;
    width: 33.33%;
}

.home-servives-block .services-main .services-inner .services-inner-main {
    float: left;
    width: 100%;
    padding: 15px 0;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    position: relative;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-icon {
    color: #fdad2b;
    font-size: 24px;
    margin: 0;
    text-align: center;
    position: absolute;
    width: 60px;
    height: 60px;
    background: #ffffff;
    line-height: 60px;
    border-radius: 50%;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-icon i {
    transition: .5s;
}

.home-servives-block .services-main .services-inner .services-inner-main:hover .services-icon i {
    color: #222222;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-content {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding-left: 74px;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-right: 0;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-content h3 {
    color: #333;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
    text-transform: uppercase;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-content p {
    color: #666;
    font-size: 13px;
    margin: 0 0 5px;
}

@media (max-width: 991px) {
    .home-servives-block .services-main .services-inner .services-inner-main .services-icon {
        margin: 0 auto 15px;
        position: static;
    }

    .home-servives-block .services-main .services-inner .services-inner-main .services-content {
        padding: 0;
        text-align: center;
    }

    .home-servives-block .services-main .services-inner .services-inner-main .services-content h3 {
        margin: 0 0 6px;
    }
}

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

.promotion-section {
    float: left;
    width: 100%;
    clear: both;
}

.promotion-section .promotion-wrapper {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    font-size: 0;
}

.promotion-section .promotion-wrapper .promotion-left-block {
    width: 42.75%;
}

.promotion-section .promotion-wrapper .promotion-inner-block {
    width: 58.245%;
}

.promotion-section .promotion-wrapper .promotion-inner-block {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 58.245%;
    padding: 0 15px;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}

.promotion-section .promotion-wrapper .promotion-left-block {
    width: 41.755%;
}

.promotion-section .promotion-wrapper .promotion-inner-block .img-block {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.promotion-section .promotion-wrapper .promotion-inner-block .img-content-block {
    display: block;
    position: relative;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    transition: all .2s ease-in 0s;
    float: left;
    width: 100%;
    overflow: hidden;
}

.promotion-section .promotion-wrapper .promotion-inner-block .img-content-block .image-responsive {
    max-width: 100%;
    color: #111;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}

.promotion-section .promotion-wrapper .promotion-inner-block .img-above {
    margin-bottom: 30px;
}

.img-block a {
    display: block;
    position: relative;
    overflow: hidden;
}

.img-block a img {
    width: 100%;
}

.img-block a:before,
.img-block a:after {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    top: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    left: 20px;
    content: '';
    opacity: 0;
    -moz-transition: opacity .45s, -moz-transform .45s;
    -o-transition: opacity .45s, -o-transform .45s;
    -webkit-transition: opacity .45s, -webkit-transform .45s;
    transition: opacity .45s, transform .45s;
}

.img-block a:after {
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -sand-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.img-block a:before {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(1, 0);
    -sand-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(1, 0);
    transform: scale(0, 1);
}

.img-block a:hover:before,
.img-block a:hover:after {
    opacity: 1;
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -sand-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 991px) {
    .promotion-section .promotion-wrapper .promotion-inner-block {
        width: 57.450%;
    }

    .promotion-section .promotion-wrapper .promotion-left-block {
        width: 42.550%;
    }
}


@media (max-width: 767px) {
    .promotion-section .promotion-wrapper .promotion-inner-block {
        width: 56.7%;
    }

    .promotion-section .promotion-wrapper .promotion-left-block {
        width: 43.3%;
    }

    .promotion-section .promotion-wrapper {
        padding: 15px 0;
    }
}

@media (max-width: 639px) {

    .promotion-section .promotion-wrapper {
        padding: 5px 0;
    }

    .promotion-section .promotion-wrapper .promotion-left-block,
    .promotion-section .promotion-wrapper .promotion-inner-block {
        width: 100%;
        padding: 15px;
    }

    .post_thumbnail img {
        width: 100%;
    }
}

@media (max-width: 479px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 639px) {}

@media (max-width: 479px) {}

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

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

.featured-products.featured-product {
    margin-bottom: 0px;
}

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

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-item .product-miniature .thumbnail-container {
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    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;
}

.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: relative;
    bottom: auto;
    height: auto;
    padding: 0;
    margin-top: 10px;
    box-shadow: none;
    width: auto;
    background: #ffffff;
    overflow: hidden;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}

.product-action {
    padding: 0;
    text-align: left;
}

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

.product-action .cart-action-btn {
    padding-right: 3px;
}

.product-action .btn.btn-primary {
    width: auto;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 0 10px;
    background-color: #222222;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border: 1px solid #222222;
}

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

.product-action .btn.btn-primary:hover {
    background-color: #fdb540;
    border-color: #fdb540;
}

.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: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
}

#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 .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;
    bottom: auto;
}

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

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

#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 {
    font-size: 15px;
    color: #fdb540;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

@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: 767px) {
    .featured-products.featured-product .product-item {
        width: 50%;
    }

    #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 {
        margin: 25px 0 0;
    }
}

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

@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 .product-item,
    .featured-products .product-item,
    .product-accessories .product-item {
        padding: 0 10px;
    }
}

.parallax-section {
    display: block;
    width: 100%;
    float: left;
}

@media (max-width: 639px) {
    .parallax-section {
        margin: 25px 0;
    }
}

/*testimonial-section*/
.testimonial-section {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    padding: 0;
}

.testimonial-section .testimonial-block {
    padding: 0;
    background-image: url(../img/testimonial-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonial-section .testimonial-block .testimonial-section-inner {
    padding: 90px 0;
    border-bottom: none;
}

.testimonial-section .testimonial-block .testimonial-content {
    display: block;
    padding: 0 15px;
    max-width: 950px;
    margin: 0 auto;
}

.testimonial-section .testimonial-block .testimonial-desc p {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-style: italic;
    line-height: 35px;
    margin: 0 auto 35px;
    max-width: 870px;
    width: 100%;
    text-align: center;
}

.testimonial-section .testimonial-block .testimonial-content .testimonial-img {
    display: block;
    margin-bottom: 15px;
}

.testimonial-section .testimonial-block .testimonial-content .testimonial-img img {
    display: block;
    margin: 0 auto;
    height: auto;
    text-align: center;
    max-width: 100px;
    border: 5px solid rgba(180, 180, 180, 0.2);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.testimonial-section .testimonial-block .testimonial-content .profile {
    display: inline-block;
    padding: 0px;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.testimonial-section .testimonial-block .testimonial-content .profile>p {
    color: #feac2c;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.testimonial-section .testimonial-block .testimonial-content .profile>p>span {
    font-weight: 400;
    font-size: 13px;
}

@media (max-width: 768px) {
    .ht-static-block.testimonial-block {
        padding: 70px 0 50px;
    }

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

    .testimonial-section .testimonial-block .testimonial-section-inner {
        padding: 45px 0 30px;
        border-bottom: none;
    }

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

/*******
blogpost-block
*******/
.blog-section {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    background: #f4f4f4;
}

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

.blog-section .blogpost-block .blog-section-inner {
    width: 100%;
    padding: 40px 0;
    display: block;
}

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

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

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

.blogpost-block .blog-section-title>h2>.title {
    display: block;
    padding-bottom: 0px;
    position: relative;
    color: #333;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.blogpost-block .blog-section-title>h2>.title:before,
.blogpost-block .blog-section-title>h2>.title:after {
    background-color: #4d85b6;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 115px;
}

.blogpost-block .blog-section-title>h2>.title:after {
    left: 20px;
    margin-right: -50%;
}

.blogpost-block .blog-section-title>h2>.title:before {
    right: 20px;
    margin-left: -50%;
}

.blog-section .blogpost-block .blog-section-inner .page_subtitle {
    display: none;
}

.row.home_blog_post_inner.carousel.slick-initialized.slick-slider {
    margin: 0 -15px;
    padding: 0;
}

.row.home_blog_post_inner.carousel.slick-initialized.slick-slider>.slick-arrow {
    background: #f4f4f4;
    z-index: 1;
    border-radius: 0;
    color: #fecb72;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 40px;
    border: 1px solid #fecb72;
    position: absolute;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.row.home_blog_post_inner.carousel.slick-initialized.slick-slider>.slick-prev {
    top: 50%;
    margin-top: -20px;
    opacity: 1;
}

.row.home_blog_post_inner.carousel.slick-initialized.slick-slider>.slick-next {
    top: 50%;
    opacity: 1;
    margin-top: -20px;
}

.post_format_items>.slick-arrow {
    background: #f4f4f4;
    border-radius: 0;
    color: #fecb72;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 40px;
    border: 1px solid #fecb72;
    position: absolute;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.blog_post .slick-prev:hover,
.blog_post .slick-next:hover {
    background: #fecb72;
    color: #ffffff;
    border-color: #fecb72;
}

.post_format_items>.slick-arrow.slick-prev {
    left: 0;
    top: 50%;
    margin-top: -20px;
}

.post_format_items>.slick-arrow.slick-next {
    right: 0;
    top: 50%;
    margin-top: -20px;
}

.post_format_items>.slick-arrow i {
    font-size: 14px;
    line-height: 32px;
    vertical-align: middle;
}

.row.home_blog_post_inner.carousel.slick-initialized.slick-slider>.slick-arrow:hover {
    background: #fecb72;
    color: #ffffff;
    border-color: #fecb72;
}

.post_thumbnail {
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.post_thumbnail img {
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}

.post_thumbnail:hover img {
    transform: scale(1.05);
}

.blog-content {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    padding: 20px;
    text-align: center;
    background: #fff;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.blog-content .post_content {
    padding: 0;
}

.blog-content .post-date,
.blog-content .post_meta {
    display: inline-block;
    margin: 0 10px;
}

.blog-content .post-date .date,
.blog-content .post_meta .meta_author,
.blog-content .post_meta .meta_author span {
    margin-bottom: 20px;
    font-size: 12px;
    color: #4c86b8;
    font-weight: 600;
}

.blog_post_content p.meta_author {
    margin: 0 0 3px;
    ;
    font-size: 12px;
}

.blog_post_content p.meta_author span {
    font-weight: 600;
    color: #111;
}

.blog_post_content p.meta_category {
    display: none;
}

.blog-content .post_title,
.blog-content .post_content {
    display: block;
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

.blog-content .post_content {
    margin-bottom: 15px;
}

.blog-content .post_title a {
    color: #333;
    font-size: 16px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 24px;
}

.blog-content .post_title a:hover {
    color: #feac2c;
}

.blog-content .post_content p {
    line-height: 24px;
    display: block;
    margin-bottom: 0px;
    color: #555555;
    font-size: 13px;
}

.blog-content .content_more {
    display: block;
    text-align: center;
    float: left;
    clear: both;
    padding-top: 0px;
    margin: 0;
    width: 100%;
}

.blog-content .content_more a {
    margin-bottom: 0;
    font-size: 12px;
    padding: 5px 15px;
    font-weight: 600;
    display: inline-block;
    background: #feac2c;
    border: 1px solid #feac2c;
    color: #333;
    cursor: pointer;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.blog-content .content_more a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

@media (max-width: 1199px) {
    .row.home_blog_post_inner.carousel.slick-initialized.slick-slider>.slick-prev {
        left: 0%;
    }

    .row.home_blog_post_inner.carousel.slick-initialized.slick-slider>.slick-next {
        right: 0%;
    }
}

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

.ht-home-brands .section-title {
    display: none;
}

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

@media (max-width: 768px) {
    .ht-home-brands {
        margin-top: 25px;
    }
}

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

.footer-before {
    float: left;
    width: 100%;
    clear: both;
}

.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: #db3839;
    line-height: 48px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    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-container*/
.footer-container {
    float: left;
    width: 100%;
    clear: both;
    background: #27272a;
    padding: 0;
    margin: 0;
}

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

.contactinfo-section {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    margin-bottom: 0px;
}

.contactinfo-section .footer-links-column .footer-colum-title {
    display: block;
}

.contactinfo-section .footer-links-column .footer-colum-title>h3 {
    margin: 0;
    display: block;
    margin-bottom: 34px;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #f4f4f4;
}

.contactinfo-section .footer-links-column .footer-column-content .content>p {
    margin-bottom: 15px;
    position: relative;
    color: #555555;
}

.contactinfo-section .footer-links-column .footer-column-content .content>p strong {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    color: #e4e4e4;
    font-size: 13px;
    text-transform: uppercase;
}

.contactinfo-section .footer-links-column .footer-column-content .content>p>span {
    display: block;
    padding-left: 0px;
    color: #999;
    font-weight: 300;
    font-size: 13px;
}

.contactinfo-section .footer-links-column .footer-column-content .content a {
    color: #999;
    font-size: 12px;
    text-transform: none;
}

.footer-container .column-title {
    margin: 0;
    display: block;
    margin-bottom: 34px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #f4f4f4;
}

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

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

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

.footer-links>li>a {
    color: #999;
    font-size: 13px;
    font-weight: 300;
    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: #fdb540;
    margin-left: 8px;
}

.column-content {
    display: block;
    color: #333333;
}

.column-content .contact-info {
    display: block;
}

.column-content .contact-info .item {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.column-content .contact-info .item .text-span {
    display: block;
    line-height: 24px;
}

.column-content>p {
    margin-bottom: 15px;
    color: #ffffff;
}

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

#footer .newsletter-title {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer;
}

#footer #block-newsletter-label {
    float: left;
    width: 100%;
    padding: 0;
    display: block;
}

#footer .newsletter-title>h2 {
    display: inline-block;
    margin-bottom: 29px;
    position: relative;
    cursor: pointer;
}

#footer .newsletter-title>h2>span {
    margin: 0;
    padding: 0;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #f4f4f4;
    letter-spacing: 0.5px;
}

#footer .newsletter-title>h2:hover>span {
    color: #fdb540;
}

.block_newsletter p {
    font-size: 12px;
    color: #999;
    display: block;
    margin-bottom: 15px;
}

#footer .block_newsletter form {
    float: left;
    max-width: 570px;
}

#footer .block_newsletter form .subscribe-block {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 100%;
    display: block;
    padding: 0;
    float: none;
    overflow: hidden;
}

.block_newsletter form input[type="text"] {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: auto;
    border: 1px solid #fff;
    height: 38px;
    padding-left: 10px;
    padding: 12px;
    padding-right: 15px;
    font-size: 13px;
    height: auto;
    text-align: center;
}

#footer .block_newsletter form .subscribe-block .btn-primary {
    float: left !important;
    border: 1px solid #fdb540;
    margin: 10px 0 0;
    background: #fdb540;
    width: 100%;
    color: #020103;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 9px 15px;
    font-size: 16px;
    text-transform: capitalize;
    box-sizing: border-box;
    letter-spacing: 0px;
    vertical-align: middle;
}

#footer .block_newsletter form .subscribe-block .btn-primary:hover {
    opacity: 0.8;
}

.condition {
    color: #fff;
    padding-top: 10px;
    font-size: 12px;
}

#footer .footer-container .footer-bottom .office-time {
    margin-bottom: 0px;
    position: relative;
    text-align: center;
    color: #555555;
}

#footer .footer-container .footer-bottom .office-time strong {
    font-weight: 500;
    display: block;
    margin-bottom: 3px;
    color: #e4e4e4;
    font-size: 13px;
}

#footer .footer-container .footer-bottom .office-time>span {
    display: block;
    padding-left: 0px;
    color: #999999;
    font-weight: 300;
    font-size: 12px;
}

#footer .footer-container .cards {
    display: block;
    float: right;
    padding: 5px 0;
    margin: 0;
}

#footer .footer-container .cards {
    text-align: right;
}

@media (max-width: 1199px) {
    .newsletter-block .newsletter-title>span {
        font-size: 28px;
    }
}

.footer-bottom {
    float: left;
    width: 100%;
    clear: both;
}

.footer-bottom .content-main {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #fdb540;
}

.footer-bottom .content-main .footer-bottom-left {
    float: left;
    padding: 0;
}

.footer-bottom .content-main .copyright-block .copyright a {
    display: block;
    color: #888888;
    font-size: 12px;
    padding: 10px 0;
    text-transform: capitalize;
}

.footer-bottom .content-main .footer-bottom-right {
    float: right;
    padding: 0;
}

.footer-bottom .content-main .footer-bottom-right .footer-bottom-link {
    display: block;
    padding: 11px 0;
    margin: 0;
    float: right;
}

.footer-bottom .content-main .footer-bottom-right .footer-bottom-link .footer-link {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 0;
    position: relative;
}

.footer-bottom .content-main .footer-bottom-right .footer-bottom-link .footer-link:after {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    top: 50%;
    transform: translate(0, -50%);
    background: #333333;
    position: absolute;
    right: 0;
}

.footer-bottom .content-main .footer-bottom-right .footer-bottom-link .footer-link:last-child:after {
    display: none;
}

.footer-bottom .content-main .footer-bottom-right .footer-bottom-link .footer-link .link {
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.footer-bottom .content-main .footer-bottom-right .footer-bottom-link .footer-link:last-child .link {
    padding-right: 0;
}

.footer-bottom .content-main .footer-bottom-right .footer-bottom-link .footer-link:hover .link {
    color: #fdb540;
}

.footer-payment-icon {
    display: block;
    padding: 0;
    margin: 0;
    text-align: right;
}

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

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

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

@media (max-width:767px) {
    .footer-payment-icon {
        text-align: center;
    }
}

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

@media (max-width: 767px) {
    .footer-socials {
        display: block;
        float: left;
        padding: 10px 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-top {
        padding: 40px 0 15px;
    }

    .footer-container .links,
    .block_newsletter {
        display: block;
        float: left;
        width: 100%;
        border: none;
        padding: 0 15px;
    }

    .block_newsletter {
        padding: 0;
    }

    #footer #block-newsletter-label {
        margin-bottom: 0px;
    }

    #footer #block-newsletter-label span {
        margin-bottom: 10px;
        line-height: 25px;
    }

    #footer .footer-container .footer-block-toggle-content {
        display: none;
        padding-top: 0px;
        float: left;
        width: 100%;
    }

    .block_newsletter .newsletter-block-toggle {
        display: none;
        padding-top: 0px;
        float: left;
        padding: 0 15px;
    }

    .contactinfo-section .footer-links-column .footer-colum-title {
        display: block;
        float: left;
        width: 100%;
        position: relative;
        cursor: pointer;
    }

    .contactinfo-section {
        width: 100%;
    }

    .contactinfo-section .footer-links-column .footer-colum-title>h3 {
        margin-bottom: 10px;
    }

    .footer-links-column .footer-colum-title:hover h3,
    #footer .footer-container .footer-block-title:hover::after,
    #footer #block-newsletter-label:hover::after {
        color: #fdb540;
    }

    #footer .footer-container .footer-block-title::after,
    #footer #block-newsletter-label::after {
        position: absolute;
        display: inline-block;
        content: "\f107";
        color: #fff;
        top: 0;
        right: 7px;
        text-align: center;
        vertical-align: middle;
        line-height: 25px;
        font-size: 20px;
        font-family: FontAwesome;
        font-weight: 600;
    }

    .block_newsletter .footer-block-toggle-content {
        padding: 0 15px;
    }

    .footer-container .links .title {
        margin: 0;
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
        letter-spacing: 0.5px;
        color: #f4f4f4;
        border: none;
        padding: 0 15px;
    }

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

    #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 0 5px 5px;
    }

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

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

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

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

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

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

    .footer-bottom .content-main .copyright-block .copyright {
        width: 100%;
        margin-right: 0;
        padding: 0 0 13px;
    }

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

    #footer .footer-container .cards {
        margin-top: 15px;
    }
}

@media (max-width: 639px) {
    .footer-container .links .title {
        font-size: 16px;
        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;
}

@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: 100px;
    background-color: #ffffff;
    float: left;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

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

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

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 #_desktop_language_selector,
body#checkout #_desktop_currency_selector {
    display: none;
}

@media (max-width: 767px) {
    #search .page-content.page-not-found #search-tog-btn .search-widget button[type="submit"] {
        height: 50px;
        padding: 0;
        top: 0;
        right: 0;
        position: absolute;
        border: none;
        border-radius: 0;
        background: #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;
}

#product #block-reassurance {
    box-shadow: none;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.blockreassurance_product {
    margin-top: 25px;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    background: #fff;
}

.blockreassurance_product>div {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    padding: 1rem 1.5rem;
}

.blockreassurance_product>div>p {
    margin-bottom: 0;
}

.blockreassurance_product>div:last-child {
    border-bottom: none;
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#search .search-widget form input[type="text"] {
    padding: 11px;
}

#search .page-not-found .search-widget form {
    min-width: 350px;
}

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

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

@media (min-width: 768px) {
    .top-navigation-menu {
        background: #222;
        float: left;
        width: 100%;
        clear: both;
    }

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

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

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

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

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

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

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

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

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

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

    #header .main-menu .sub-menu ul[data-depth="1"]>li {
        float: left;
        margin: 0 12px 0 15px;
        min-width: 160px;
    }

    #header .main-menu .sub-menu ul[data-depth="1"]>li:first-child {
        margin-left: 15px;
    }

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

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


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

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

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

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

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

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

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

    /*block categories menu category page*/
    .block-categories .category-top-menu>li>a {
        padding: 15px;
        color: #333333;
        border-bottom: none;
    }
}

/*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: 8px;
        top: 50%;
        transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

    #header .main-menu .top-menu.ht-fullwidth li.ht-level-1>a {
        padding: 6px 0;
        font-size: 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;
    }
}

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

/*navbar submenu styles end*/


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

#pagenotfound .page-content p {
    margin-bottom: 15px;
}

#pagenotfound .page-not-found .search-widget,
#products .page-not-found .search-widget {
    min-width: 100%;
}

#pagenotfound .page-not-found .search-widget input,
#products .page-not-found .search-widget input {
    min-width: 100%;
}

.page-not-found .search-widget form {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border: 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: 35px;
    border: 1px solid #e1e1e1;
}

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

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

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

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

#blockcart-modal .cart-content .cart-content-btn .btn {
    border-color: #fdb540;
    transition: .5s;
}

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

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

.products article .wishlist-button-add {
    position: absolute;
    top: 3.700rem;
    right: 0.635rem;
    z-index: 10;
}

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

.col-md-6 .product-cover img {
    width: 100%;
}

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

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

.wishlist-container-header .wishlist-add-to-new.text-primary {
    color: #222 !important;
}

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

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

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

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

.wishlist-products-container .sort-by-row .products-sort-order i {
    text-transform: none;
}

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

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

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

/* new custom css start here..  */

/* home page  */

/* header  */
#currency-selector-label {
    display: none;
}

.block_newsletter form input[type="text"],
.search-widget form input[type="text"] {
    min-width: inherit;
    width: 100%;
}

.header-top #search_widget input {
    padding-right: 3.5rem;
}

/* product block  */
.mt-3 {
	margin-top: 30px !important;
}
.product-miniature .highlighted-informations {
    top: unset;
}

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

.products article .wishlist-button-add {
    top: 0.6rem;
}

.slider-block .owl-controls .owl-buttons>.owl-prev:hover,
.slider-block .owl-controls .owl-buttons>.owl-next:hover {
    border: 2px solid #fdb540 !important;
}

.slider-block .owl-controls .owl-buttons>.owl-prev:hover,
.slider-block .owl-controls .owl-buttons>.owl-prev:hover {
    border: 2px solid #fdb540 !important;
}

.product-flags li.product-flag {
    font-size: 12px;
    font-weight: 400 !important;
    text-transform: capitalize;
    background: #fdb540;
    border-radius: 50%;
    min-width: 45px !important;
    min-height: 45px !important;
    line-height: 45px;
    text-align: center;
    padding: 0;
}

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

.product-flags {
    left: 10px;
}

.product-miniature .product-description {
    padding: 0;
}

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

#parallax-section {
    margin-top: 0;
}

/* footer  */
.block_newsletter {
    background: transparent;
    clear: unset;
}
.footer-container li {
	margin-bottom: 12px;
}
.footer-container .links ul > li > a {
	color: #999 !important;
}
.footer-container .links ul>li>a {
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
}

.footer-container .links ul>li:hover a {
    padding-left: 8px;
}

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

.block_newsletter #block-newsletter-label {
    line-height: 1.4;
}

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

/* contact page  */
.contact-rich, .contact-rich h4 {
	border: 1px solid #e1e1e1;
	padding: 10px;
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
	background: #333333;
}

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

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

.btn-primary .material-icons,
.btn-secondary .material-icons,
.btn-tertiary .material-icons {
    margin-right: 0.100rem;
}

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

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

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

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

/* category page  */
.product-images>li.thumb-container .thumb.selected,
.product-images>li.thumb-container .thumb:hover {
    border: 2px solid #333333;
}

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

.product-item.list-view .product-miniature .thumbnail-container .thumbnail-top {
    float: left;
    width: 30%;
}

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

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

#subcategories ul li:hover .subcategory-image a {
    border: 1px solid #fdb540;
    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: #fdb540;
}

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

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

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

#search_filters>.h6,
#search_filters_brands>.h6,
#search_filters_suppliers>.h6 {
    font-size: 0.9375rem;
    font-weight: 600;
}

.block-category .category-cover-block {
    padding: 25px;
    border: 1px solid #e1e1e1;
}

.block-category .category-cover img {
    width: 100% !important;
}

create an account page .radio-inline .custom-radio {
    margin-right: 0;
}

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

.radio-inline:first-of-type {
    margin-right: 0.5rem;
}
/*Blockcart-model*/
#blockcart-modal .cart-content .cart-content-btn .btn {
    display: flex;
    align-items: center;
}
 
#blockcart-modal .modal-title i.material-icons {
    margin-right: 10px;
}
/*Cart Page*/
.cart-grid-body .card-block h1 {
    font-weight: 600;
    font-size: 22px;
}
 
.product-line-grid-body .product-line-info.color {
    width: unset;
}
 
.card-block.checkout .btn.disabled {
    background: #fdb540;
    border-color: #fdb540;
}
 
#blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: .3125rem;
    width: unset;
}
/*Order Page*/
 
.js-cart .cart-summary-products>p>a::after {
    display: none;
}
 
.js-cart .cart-summary-products>p>a .material-icons {
    float: right;
}
 
body#checkout section.checkout-step.-reachable.-current .step-number {
    background-color: transparent;
    color: #333;
    font-size: 18px;
}
 
body#checkout section.checkout-step .step-title {
    font-size: 18px;
    font-weight: 600;
}
 
body#checkout section.checkout-step .radio-inline .custom-radio {
    border-width: 2px;
}
 
body#checkout section.checkout-step.-complete .step-title,
body#checkout section.checkout-step.-current+.checkout-step .step-title,
body#checkout section.checkout-step .step-number {
    padding-top: 0 !important;
    border: none;
}
 
body#checkout .cart-grid-right .card,
body#checkout section.checkout-step .address-item.selected {
    border: 1px solid #e1e1e1;
}
 
body#checkout .cart-grid-right .card .cart-total {
    background-color: #f1f1f1;
    padding: 10px 8px;
}
 
body#checkout #cart-summary-product-list .product-name a {
    color: #333;
}
 
.custom-radio input[type="radio"]:checked+span,
.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-color: #fdb540;
}
 
.card .card-block .done {
    padding: 0;
    margin-right: 10px;
}

/* media starts here.......  */

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

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

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

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

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

    .section-title>h2 span::before {
        width: 100px;
    }

    .section-title>h2 span::after {
        width: 100px;
    }

    .product-action .btn.btn-primary {
        padding: 0 5px;
        word-spacing: 0;
    }

    .product-action .cart-action-btn {
        padding-right: 0;
    }

    #products .row.products-selection .sort-by-row {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    #header .header-nav {
        border-bottom: none;
    }

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

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

    #header .header-top a[data-depth="0"] {
        color: #232323;
        text-transform: uppercase;
        font-size: 16px;
    }

    .footer-container .links .title .h3 {
        color: #333333;
        color: #fdb540;
    }

    .section-title>h2 span::before {
        width: 50px;
    }

    .section-title>h2 span::after {
        width: 50px;
    }

    #products .row.products-selection {
        display: block;
    }

    #subcategories {
        padding: 14px;
        margin-top: 20px;
    }
}

@media (max-width: 479px) {
    .footer-container .navbar-toggler {
        text-align: right;
    }

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

}