/**
 * 2007-2021 
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses. 
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 * 
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please contact us for extra customization service at an affordable price
 *
 */

.nav {
    display: table;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block-category,
#customfieldcategory {
    border: none;
    padding: 0;
    margin-bottom: 25px;
}

.block-category-inner {
    background-color: #f7f7f7;
    padding: 0 15px;
}

.block-category-inner .category-cover {
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.block-categories .category-sub-menu li[data-depth="0"]:last-child>a {
    border-bottom: 0;
}

#wrapper .breadcrumb li a,
#wrapper .breadcrumb li a:hover {
    font-size: 12px;
    text-transform: none;
}

#wrapper .breadcrumb {
    padding: 10px 0;
    margin: 0;
}

body#category #category-description {
    margin-top: 15px;
    margin-bottom: 60px;
}

body#category #page #left-column>section,
#subcategories {
    border: 1px solid #ebebeb;
    padding: 15px;
}

#search_filters {
    border-top: 1px solid #707070;
}

body#category #page #left-column>div:last-child {
    border-bottom: 1px solid #707070;
}

#subcategories {
    padding: 0;
    float: left;
    width: 100%;
    border-bottom: none;
    border-right: none;
    margin-bottom: 40px;
}

#subcategories .subcategory-block {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

#subcategories .subcategory-block .subcategory-meta {
    text-align: center;
    color: #353535;
    padding-top: 30px;
    min-height: 84px;
    text-transform: uppercase;
}

.products-selection {
    margin-bottom: 30px;
    margin-top: 30px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}

.products-selection>.row {
    padding: 15px 0;
}

#js-active-search-filters.hide {
    display: none;
}

#search_filters .facet .facet-title {
    overflow: inherit;
    white-space: normal;
    text-transform: uppercase;
}

body#category #products {
    float: left;
    width: 100%;
}

#block-reassurance {
    float: left;
    width: 100%;
    margin: 12px 0;
    font-size: 14px;
}

#block-reassurance i {
    margin-right: 6px;
}

#block-reassurance li {
    width: 33.33%;
    float: left;
    border: none;
    text-align: center;
}

#block-reassurance li:first-child {
    text-align: left;
}

#block-reassurance li:last-child {
    text-align: right;
}

#block-reassurance li span {
    display: block;
    color: #3a3d46;
}

#block-reassurance li .block-reassurance-title {
    display: block;
    text-transform: uppercase;
}

#block-reassurance li .block-reassurance-img img {
    margin-top: -15px;
}

#block-reassurance li .block-reassurance-img {
    display: inline-block;
    width: 55px;
    vertical-align: top;
    padding-top: 5px;
}

#block-reassurance li .block-reassurance-detail {
    text-align: left;
    display: inline-block;
    width: calc(100% - 55px);
    line-height: 15px;
}

#product #block-reassurance span {
    font-weight: 400;
}

.pagination {
    border: 1px solid #ebebeb;
}

.blockreassurance_product {
    margin-top: 0;
}

.blockreassurance_product>div {
    padding: 0 5px 15px 5px;
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
}

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

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

.blockreassurance_product .item-product {
    float: left;
    height: 100%;
    display: block;
    width: 20%;
}

.blockreassurance_product .block-reassurance-product-detail {
    float: left;
    width: 80%;
}

.blockreassurance_product .block-title {
    text-transform: uppercase;
}

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

.leo-fly-cart-icon {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 48px;
    text-align: center;
}

.header-top {
    border-bottom: 1px solid #ebebeb;
}

.showmenu i {
    cursor: pointer;
}

.addtocart .left {
    padding-right: 0;
}

.addtocart .right {
    padding-left: 0;
}

.addtocart .btn {
    display: block;
}

.addtocart .btn.btn-product:hover {
    background-color: #849968;
}

body .group-nav .leo-megamenu .navbar-nav>li>a.dropdown-toggle:after {
    display: none;
}

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

.row-dis .dis-sale {
    padding: 15px 0;
    font-size: 14px;
}

.row-dis .dis-sale p {
    color: #3a3d46;
    margin: 0;
}

.showmenu i {
    font-size: 30px;
}

.lazyloaded+span.ets_loading+.lazyloaded,
.lazyload+span.ets_loading+.lazyload {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.product-miniature:hover .lazyloaded+span.ets_loading+.lazyloaded,
.product-miniature:hover .lazyload+span.ets_loading+.lazyload {
    opacity: 1;
    visibility: visible;
}

span.ets_loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    pointer-events: none;
    opacity: 1;
    visibility: visible;
}

img.sp_lazy.loaded+.ets_loading,
img.lazyloaded+.ets_loading,
img.ls-is-cached+.ets_loading {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.lds-spinner {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 13px;
}

.lds-spinner div {
    transform-origin: 6px 6px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 19px;
    width: 10px;
    height: 2px;
    border-radius: 20%;
    background: #ddd;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 56px;
    height: 18px;
}

.lds-ellipsis div {
    position: absolute;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 4px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 4px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 24px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(20px, 0);
    }
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 46px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 20px 20px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ddd;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1):after {
    top: 36px;
    left: 39px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 40px;
    left: 35px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 42px;
    left: 29px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 43px;
    left: 23px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 42px;
    left: 17px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 39px;
    left: 12px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 35px;
    left: 8px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 28px;
    left: 6px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 3px;
    border-top: 2px solid #ddd;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner_1 {
    position: relative;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: lds-spinner 0.5s linear infinite;
}

.carousel-inner>.carousel-item {
    visibility: visible !important;
}

.banner {
    position: relative;
}

@keyframes lds-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

img[data-sizes="auto"] {
    display: block;
    width: 100%;
}

.product-thumbnail {
    position: relative;
}

.leo-bt-cart.disabled:focus {
    background: #acaaa6;
}

.leo-modal .modal-content {
    border-radius: 0;
}

.leo-modal-cart .modal-dialog,
.leo-modal-compare .modal-dialog,
.leo-modal-wishlist .modal-dialog {
    margin: 250px auto;
}

.leo-modal .modal-title .material-icons {
    margin-right: 5px;
}

.leo-modal-cart .modal-title {
    font-weight: 600;
    color: #fff;
    font-size: 1.125rem;
    display: none;
}

.leo-modal-cart .modal-header {
    border: none;
}

.leo-modal .modal-header.info-mess,
.leo-modal .modal-header.warning-mess {
    background: #7a7a7a;
}

.leo-modal .modal-header.block-mess {
    background: #f39d72;
}

.leo-bt-cart {
    width: 100%;
}

.leo-loading,
.leo-modal-review-loading,
.leo-compare-bt-loading,
.leo-wishlist-bt-loading {
    display: none;
}

.leo-wishlist-button.added .leo-wishlist-bt-loading,
.leo-compare-button.added .leo-compare-bt-loading {
    border-left-color: transparent;
    border-right-color: transparent;
}

.leo-wishlist-button .leo-wishlist-bt-loading,
.leo-compare-button .leo-compare-bt-loading {
    border: 2px solid #7a7a7a;
    border-left-color: transparent;
    border-right-color: transparent;
}

.cssload-speeding-wheel {
    width: 24px;
    height: 20px;
    margin: 0 auto;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 800ms infinite linear;
    -o-animation: cssload-spin 800ms infinite linear;
    -ms-animation: cssload-spin 800ms infinite linear;
    -webkit-animation: cssload-spin 800ms infinite linear;
    -moz-animation: cssload-spin 800ms infinite linear;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.leo-bt-select-attr,
.leo-dropdown-attr {
    width: 100%;
}

.leo-select-attr.selected,
.leo-select-attr.selected.disable,
.leo-select-attr:hover {
    background: #a0d468;
    color: #fff;
}

.leo-select-attr.disable {
    background: #ebebeb;
}

.leo-dropdown-attr {
    padding: 0;
    z-index: 999;
}

.leo-modal-review .modal-title,
.leo-modal-send-wishlist .modal-title {
    text-transform: uppercase;
}

.leo-modal-review .modal-dialog {
    max-width: 650px;
}

.cancel,
.cancel a {
    background: url(../img/delete.gif) no-repeat 0 -16px !important;
}

.cancel,
.star {
    overflow: hidden;
    float: left;
    margin: 0 1px 0 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.star_content {
    float: left;
}

div.star.star_on,
div.star.star_hover {
    background: url(../img/star.png) no-repeat scroll 0 -16px transparent;
}

div.star {
    background: url(../img/star.png) no-repeat scroll 0 0 transparent;
}

#criterions_list {
    list-style-type: none;
}

#criterions_list li {
    margin-bottom: 10px;
}

#criterions_list label {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
}

.star a {
    display: none;
    position: absolute;
    text-indent: -5000px;
}

.new_review_form_content #criterions_list {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    list-style-type: none;
}

.leo-fake-button,
.leo-fake-send-wishlist-button {
    display: none;
}

.open-review-form {
    display: none;
}

.leo-modal-review .has-success,
.leo-modal-review .has-danger {
    text-align: center;
}

.leo-modal-review .has-success label,
.leo-modal-review .has-danger label {
    font-weight: 600;
    font-size: 1.125rem;
    display: inline;
}

.leo-list-product-reviews {
    text-align: center;
}

.leo-list-product-reviews .star_content,
.leo-list-product-reviews .star,
#leo_product_reviews_block_extra .star_content,
#leo_product_reviews_block_extra .star,
.review_author .star_content,
.review_author .star,
.product-rating .star_content,
.product-rating .star {
    cursor: default;
}

.leo-list-product-reviews-wraper {
    display: inline-block;
}

#leo_product_reviews_block_extra .reviews_note>span {
    float: left;
}

.reviews_advices {
    margin: 10px 0;
}

.reviews_advices li {
    display: inline-block;
}

.reviews_advices li.last {
    margin-left: 10px;
    border-left: 1px solid #b5aab0;
    padding-left: 10px;
}

#product_reviews_block_tab .review {
    margin-bottom: 10px;
    border-bottom: 1px solid #b5aab0;
    padding-bottom: 10px;
}

#product_reviews_block_tab .review_author {
    border-right: 1px solid #b5aab0;
}

#product_reviews_block_tab .report_btn {
    padding: 0;
}

#product_reviews_block_tab .report_btn.disabled {
    background: #fff;
    color: #acaaa6;
}

.usefulness_btn.active,
.usefulness_btn.active:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.review_button .btn.active {
    display: inline-block;
}

.leo-compare-button.added,
.leo-wishlist-button.added {
    color: #858585;
}

.leo-compare-button.active,
.leo-wishlist-button.active {
    border-color: #7a7a7a;
}

.leo-productscompare-item .thumbnail-container {
    height: 100%;
}

.leo-productscompare-item .product-description {
    position: relative;
    width: 100%;
    height: 100%;
}

.leo-productscompare-item .delete-productcompare .leo-compare-button {
    float: right;
}

.product-rating {
    display: inline-block;
}

.list-wishlist {
    margin: 20px 0;
}

.leo-save-wishlist-loading {
    display: none;
}

.list-wishlist tr,
.leo-wishlistproduct-item {
    -moz-transition: background-color 1.5s;
    -webkit-transition: background-color 1.5s;
    -o-transition: background-color 1.5s;
    transition: background-color 1.5s;
}

.list-wishlist tr.new,
.list-wishlist tr.active,
.list-wishlist tr.show.active {
    background-color: #4880d2 !important;
}

.leo-modal-wishlist .modal-footer {
    display: none;
}

.leo-modal-wishlist.enable-action .modal-footer {
    display: block;
}

.leo-modal-wishlist-loading {
    display: none;
}

.leo-list-wishlist {
    z-index: 999;
    padding: 0;
    margin: 0;
    border: 0;
}

.leo-wishlist-button.dropdown-toggle::after {
    display: none;
}

.leo-wishlist-button-dropdown {
    display: inline-block;
}

.leo-compare-wishlist-button .btn {
    line-height: 26px;
}

.wishlist-item.added,
.wishlist-item.added:hover {
    background-color: #7a7a7a;
    color: #fff;
}

.wishlist-item:hover,
.move-wishlist-item:hover {
    background-color: #f7f7f9;
}

.view-wishlist-product {
    float: left;
}

.list-wishlist tr.show {
    background-color: #d9edf7 !important;
}

.leo-view-wishlist-product-loading {
    display: none;
    float: right;
}

.leo-wishlist-product {
    margin-bottom: 20px;
}

.delete-wishlist-product .leo-wishlist-button {
    float: right;
}

.send-wishlist {
    display: none;
}

.wishlist-product-info .form-control {
    background: #fff;
}

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

.wishlist_email_status_loading {
    border: 2px solid #414141;
    border-left-color: transparent;
    border-right-color: transparent;
}

.wishlist_email_status_loading,
.send_wishlist_msg,
.leo-modal-send-wishlist-loading {
    display: none;
}

.leo-modal-reset-send-wishlist-bt {
    float: left;
}

.send_wishlist_success {
    color: #5cb85c;
}

.send_wishlist_error {
    color: #f0ad4e;
}

.send_wishlist_form_content .has-success input,
.send_wishlist_form_content .has-warning input {
    pointer-events: none;
}

.leo-wishlist-button-delete {
    float: right;
}

#products .product-miniature.leo-wishlistproduct-item {
    margin: 0 0 20px;
}

.leo-compare-review-dropdown .dropdown-menu {
    width: 100%;
}

.leo-dropdown-cart {
    position: absolute;
}

.leo-dropdown-cart.defaultcart {
    right: 0;
    margin-right: 15px;
}

.safari-win .leo-dropdown-cart.dropdown,
.safari-win .leo-dropdown-cart.dropup {
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.leo-dropdown-cart.dropdown,
.leo-dropdown-cart.dropup {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.leo-dropdown-cart.dropdown {
    margin-top: 20px;
}

.leo-dropdown-cart.dropup {
    bottom: 100%;
    margin-bottom: 20px;
}

.leo-dropdown-cart.flycart.dropup {
    bottom: 100%;
    margin-bottom: 30px;
}

.safari-win .leo-dropdown-cart.dropdown.show,
.safari-win .leo-dropdown-cart.dropup.show {
    display: block;
}

.leo-dropdown-cart.dropdown.show,
.leo-dropdown-cart.dropup.show {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.leo-dropdown-cart.dropdown.show {
    margin-top: 0;
}

.leo-dropdown-cart.dropup.show {
    margin-bottom: 0;
}

.leo-dropdown-cart.flycart.dropup.show {
    margin-bottom: 10px;
}

.leo-fly-cart.solo.enable-dropdown.offset-left .leo-dropdown-cart.flycart {
    left: 0;
}

.leo-fly-cart-total {
    min-width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
}

.leo-fly-cart.solo.offset-left .leo-fly-cart-total {
    left: 90%;
}

.leo-fly-cart.solo.enable-dropdown.offset-right .leo-dropdown-cart.flycart {
    right: 0;
}

.leo-fly-cart.solo.offset-right .leo-fly-cart-total {
    right: 0;
}

.leo-dropdown-cart-content {
    background: #fff;
    z-index: 99;
    border: 1px solid #ddd;
    border-top: 3px solid #000;
    right: 0;
}

.leo-dropdown-list-item {
    margin-bottom: 0;
}

.leo-dropdown-cart-content .leo-dropdown-list-item.active-scrollbar {
    overflow: auto;
}

#header .leo-cart-dropdown-action a {
    color: #fff;
}

.leo-dropdown-cart-content a i,
.leo-dropdown-cart-content a.leo-dropdown-customization,
.leo-dropdown-cart-content a.leo-dropdown-combination {
    color: #7a7a7a;
}

.leo-dropdown-cart-item a {
    color: #232323;
    font-size: 1rem;
}

.leo-dropdown-cart-item a:hover,
.leo-dropdown-cart-item a:focus {
    color: #7a7a7a;
}

.leo-dropdown-cart-subtotals,
.leo-dropdown-cart-total {
    text-align: left;
    padding: 10px;
}

.leo-dropdown-cart-subtotals {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.leo-dropdown-cart-subtotals .value,
.leo-dropdown-cart-total .value {
    float: right;
    font-weight: 600;
}

.leo-dropdown-cart-subtotals .label,
.leo-dropdown-cart-total .label {
    float: left;
    font-weight: 600;
    text-transform: uppercase;
}

.leo-cart-item-img,
.leo-cart-item-info {
    float: left;
}

.leo-cart-item-info {
    text-align: left;
    width: 65%;
    padding-left: 10px;
}

.leo-cart-item-img {
    width: 35%;
}

.leo-dropdown-cart-item {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.leo-dropdown-cart-item.has-view-additional {
    padding-bottom: 0;
}

.leo-dropdown-cart-item.high-light,
.leo-dropdown-cart-item.show-combination,
.leo-dropdown-cart-item.show-customization,
.leo-dropdown-cart-item.show-additional {
    background-color: #c9def3;
    z-index: 9999;
}

.safari-win .leo-dropdown-cart-item .leo-dropdown-additional {
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.leo-dropdown-cart-item .leo-dropdown-additional {
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear, visibility 0 linear 0.5s, z-index 0 linear 0.01s;
    background-color: #c9def3;
    padding: 0 10px 10px;
}

.safari-win .leo-dropdown-cart-item.show-additional .leo-dropdown-additional {
    display: block;
}

.leo-dropdown-cart-item.show-additional .leo-dropdown-additional {
    top: 100%;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
}

.leo-dropdown-additional .view-customization {
    margin-top: 5px;
}

.leo-dropdown-additional .view-combination,
.leo-dropdown-additional .view-customization {
    padding-bottom: 5px;
    font-weight: 700;
    text-align: left;
    border-top: 1px solid #fff;
}

.leo-remove-from-cart {
    position: absolute;
    bottom: 0;
    right: 0;
}

.leo-dropdown-cart-item.last {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.view-additional {
    position: absolute;
    bottom: 5px;
}

.leo-dropdown-additional,
.view-additional {
    clear: both;
    text-align: left;
}

.leo-cart-dropdown-action {
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

#header .header-nav .cart-preview .leo-dropdown-cart-item .view-leo-dropdown-additional:focus {
    color: #232323;
    text-decoration: none;
    outline: none;
}

.view-leo-dropdown-additional {
    width: 25px;
    height: 25px;
    background: #7a7a7a;
    position: relative;
    cursor: pointer;
}

.view-leo-dropdown-additional.show {
    background: #797979;
}

.view-leo-dropdown-additional:before,
.view-leo-dropdown-additional:after {
    content: "";
    display: block;
    width: 10px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 12px;
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
}

.view-leo-dropdown-additional:before {
    right: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.view-leo-dropdown-additional:after {
    right: 5px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.view-leo-dropdown-additional.show:before {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.view-leo-dropdown-additional.show:after {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.leo-dropdown-overlay {
    display: none;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    z-index: 300;
}

.leo-dropdown-cssload-speeding-wheel,
.leo-fly-cssload-speeding-wheel {
    display: none;
    position: absolute;
    left: 46%;
    top: 40%;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 2px solid #7a7a7a;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 800ms infinite linear;
    -o-animation: cssload-spin 800ms infinite linear;
    -ms-animation: cssload-spin 800ms infinite linear;
    -webkit-animation: cssload-spin 800ms infinite linear;
    -moz-animation: cssload-spin 800ms infinite linear;
}

.leo-fly-cssload-speeding-wheel {
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
}

.leo-blockcart.cart-preview span.leo-dropdown-cssload-speeding-wheel {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    vertical-align: middle;
    position: relative;
    left: 0;
    top: 0;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.leo-blockcart {
    background: #f1f1f1;
    height: 3rem;
    padding: 0.75rem;
    margin-left: 0.9375rem;
    text-align: center;
    white-space: nowrap;
}

.leo-blockcart.cart-preview.show-leo-loading {
    position: relative;
}

.cssload-piano {
    display: none;
    margin: auto;
    width: 5px;
    height: 8px;
    font-size: 8px;
    position: absolute;
    top: 6px;
    right: 0;
}

.cssload-piano>div {
    height: 100%;
    width: 100%;
    display: block;
    margin-bottom: 0.6em;
    animation: stretchdelay 0.88s infinite ease-in-out;
    -o-animation: stretchdelay 0.88s infinite ease-in-out;
    -ms-animation: stretchdelay 0.88s infinite ease-in-out;
    -webkit-animation: stretchdelay 0.88s infinite ease-in-out;
    -moz-animation: stretchdelay 0.88s infinite ease-in-out;
}

.cssload-piano .cssload-rect2 {
    animation-delay: -0.65s;
    -o-animation-delay: -0.65s;
    -ms-animation-delay: -0.65s;
    -webkit-animation-delay: -0.65s;
    -moz-animation-delay: -0.65s;
}

.cssload-piano .cssload-rect3 {
    animation-delay: -0.42s;
    -o-animation-delay: -0.42s;
    -ms-animation-delay: -0.42s;
    -webkit-animation-delay: -0.42s;
    -moz-animation-delay: -0.42s;
}

@keyframes stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleX(0.8);
        background-color: #2e5865;
        box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
    }

    20% {
        transform: scaleX(1);
        background-color: #fff;
        box-shadow: 0 5px 6px rgba(10, 10, 10, 0.4);
    }
}

@-o-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -o-transform: scaleX(0.8);
        background-color: #2e5865;
        box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
    }

    20% {
        -o-transform: scaleX(1);
        background-color: #fff;
        box-shadow: 0 5px 6px rgba(10, 10, 10, 0.4);
    }
}

@-ms-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -ms-transform: scaleX(0.8);
        background-color: #2e5865;
        box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
    }

    20% {
        -ms-transform: scaleX(1);
        background-color: #fff;
        box-shadow: 0 5px 6px rgba(10, 10, 10, 0.4);
    }
}

@-webkit-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleX(0.8);
        background-color: #2e5865;
        box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
    }

    20% {
        -webkit-transform: scaleX(1);
        background-color: #fff;
        box-shadow: 0 5px 6px rgba(10, 10, 10, 0.4);
    }
}

@-moz-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -moz-transform: scaleX(0.8);
        background-color: #2e5865;
        box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
    }

    20% {
        -moz-transform: scaleX(1);
        background-color: #fff;
        box-shadow: 0 5px 6px rgba(10, 10, 10, 0.4);
    }
}

.leo-notification {
    display: none;
    position: fixed;
}

.leo-notification.active {
    display: block;
    z-index: 99999;
}

.leo-notification .notification-wrapper {
    width: 100%;
    max-height: 100px;
}

.leo-notification .notification-wrapper.disable {
    max-height: 0;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
}

.safari-win .notification {
    display: none;
}

.notification {
    position: relative;
    padding: 10px 15px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    transform: translate(0px, -50px);
    -moz-transform: translate(0px, -50px);
    -webkit-transform: translate(0px, -50px);
    -o-transform: translate(0px, -50px);
    -ms-transform: translate(0px, -50px);
    border-bottom: 2px solid #fff;
}

.safari-win .notification.show {
    display: block;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.notification.show {
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    visibility: visible;
    z-index: 99999;
    opacity: 1;
}

.notification .notification-title {
    margin-right: 15px;
    padding: 0 15px;
    line-height: 30px;
    display: inline-block;
}

.notification .notification-close {
    background: rgba(255, 255, 255, 0.2);
    padding: 0 10px;
    float: right;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.notification .notification-close:hover {
    cursor: pointer;
}

.safari-win .notification.closed {
    display: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.notification.closed {
    transform: translate(0px, -50px);
    -moz-transform: translate(0px, -50px);
    -webkit-transform: translate(0px, -50px);
    -o-transform: translate(0px, -50px);
    -ms-transform: translate(0px, -50px);
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
}

.leo-temp {
    display: none;
}

.notification.notification-success {
    background: rgba(46, 204, 113, 0.8);
}

.notification.notification-success .notification-title {
    background: #27ae60;
}

.notification.notification-error {
    background: rgba(231, 76, 60, 0.8);
}

.notification.notification-error .notification-title {
    background: #c0392b;
}

.notification.notification-warning {
    background: rgba(241, 196, 15, 0.8);
}

.notification.notification-warning .notification-title {
    background: #f39c12;
}

.notification.notification-normal {
    background: rgba(52, 152, 219, 0.8);
}

.notification.notification-normal .notification-title {
    background: #2980b9;
}

.notification .noti {
    display: none;
}

.notification .noti.active {
    display: block;
}

.notification-success .noti-special {
    text-transform: capitalize;
}

.leo-input-product-quantity {
    width: 50px;
    display: inline-block;
}

#header .leo-cart-item-info a.leo-bt-product-quantity:hover {
    background: #7a7a7a;
    color: #fff;
}

#header .leo-cart-item-info a.leo-bt-product-quantity:hover i {
    color: #fff;
}

.leo-fly-cart-icon-wrapper {
    position: relative;
}

.leo-fly-cart-slidebar .leo-fly-cart-total {
    left: 90%;
}

.leo-fly-cart-total {
    position: absolute;
    top: -10px;
    font-size: 15px;
    color: #fff;
    background: #7a7a7a;
    padding: 0 5px;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

.leo-fly-cart .leo-dropdown-cart-content {
    left: 0;
}

.leo-fly-cart-cssload-loader {
    display: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: -80%;
    left: -75%;
    box-sizing: border-box;
    text-align: center;
    z-index: 0;
    text-transform: uppercase;
    -o-text-transform: uppercase;
    -ms-text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -moz-text-transform: uppercase;
}

.leo-fly-cart-cssload-loader:before,
.leo-fly-cart-cssload-loader:after {
    opacity: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    content: "\0020";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 42px;
    border: 1px solid #7a7a7a;
    box-shadow: 0 0 10px #7a7a7a inset 0 0 10px #7a7a7a;
    -o-box-shadow: 0 0 10px #7a7a7a inset 0 0 10px #7a7a7a;
    -ms-box-shadow: 0 0 10px #7a7a7a inset 0 0 10px #7a7a7a;
    -webkit-box-shadow: 0 0 10px #7a7a7a inset 0 0 10px #7a7a7a;
    -moz-box-shadow: 0 0 10px #7a7a7a inset 0 0 10px #7a7a7a;
}

.leo-fly-cart-cssload-loader:after {
    z-index: 1;
    animation: cssload-gogoloader 20.3s infinite 1.15s;
    -o-animation: cssload-gogoloader 20.3s infinite 1.15s;
    -ms-animation: cssload-gogoloader 20.3s infinite 1.15s;
    -webkit-animation: cssload-gogoloader 20.3s infinite 1.15s;
    -moz-animation: cssload-gogoloader 20.3s infinite 1.15s;
}

.leo-fly-cart-cssload-loader:before {
    z-index: 2;
    animation: cssload-gogoloader 20.3s infinite;
    -o-animation: cssload-gogoloader 20.3s infinite;
    -ms-animation: cssload-gogoloader 20.3s infinite;
    -webkit-animation: cssload-gogoloader 20.3s infinite;
    -moz-animation: cssload-gogoloader 20.3s infinite;
}

@keyframes cssload-gogoloader {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes cssload-gogoloader {
    0% {
        -o-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes cssload-gogoloader {
    0% {
        -ms-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-gogoloader {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes cssload-gogoloader {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

.leo-fly-cart-mask {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.8s, width 0 0.8s, height 0 0.8s;
    -webkit-transition: opacity 0.8s, width 0 0.8s, height 0 0.8s;
    -moz-transition: opacity 0.8s, width 0 0.8s, height 0 0.8s;
    -ms-transition: opacity 0.8s, width 0 0.8s, height 0 0.8s;
    -o-transition: opacity 0.8s, width 0 0.8s, height 0 0.8s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.leo-fly-cart-mask.active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

body.enable-leo-fly-cart {
    overflow-x: hidden;
}

body.leoflycart-active-push main {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.leo-fly-cart-slidebar .leo-dropdown-cart {
    position: relative;
    margin-right: 0;
}

.leo-fly-cart-slidebar .leo-dropdown-cart-content {
    position: relative;
}

.safari-win .leo-fly-cart-slidebar {
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.leo-fly-cart-slidebar {
    z-index: 99999;
    position: fixed;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    display: none;
}

.leo-fly-cart-slidebar.slidebar_left {
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
}

.leo-fly-cart-slidebar.slidebar_right {
    display: block;
    height: 100%;
    top: 0;
    right: 0;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
}

.safari-win .leo-fly-cart-slidebar.slidebar_left.active,
.safari-win .leo-fly-cart-slidebar.slidebar_right.active {
    display: block;
}

.leo-fly-cart-slidebar.slidebar_left.active,
.leo-fly-cart-slidebar.slidebar_right.active {
    visibility: visible;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}

.leo-fly-cart-slidebar.slidebar_top {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
}

.leo-fly-cart-slidebar.slidebar_bottom {
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
}

.safari-win .leo-fly-cart-slidebar.slidebar_top.active,
.safari-win .leo-fly-cart-slidebar.slidebar_bottom.active {
    display: block;
}

.leo-fly-cart-slidebar.slidebar_top.active,
.leo-fly-cart-slidebar.slidebar_bottom.active {
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}

.leo-dropdown-bottom {
    padding-top: 10px;
}

.leo-fly-cart-slidebar.active-scroll .leo-dropdown-bottom {
    background: #fff;
    position: absolute;
    width: 100%;
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-cart-item,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-cart-item {
    display: inline-block;
    border-bottom: none;
    border-right: 1px solid #ddd;
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-cart-content,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-cart-content {
    border: none;
}

.leo-fly-cart-slidebar.slidebar_left .leo-dropdown-cart-content,
.leo-fly-cart-slidebar.slidebar_right .leo-dropdown-cart-content {
    border: none;
}

.leo-fly-cart-slidebar.slidebar_left {
    border-right: 3px solid #000;
}

.leo-fly-cart-slidebar.slidebar_right {
    border-left: 3px solid #000;
}

.leo-fly-cart-slidebar.slidebar_top {
    border-bottom: 3px solid #000;
}

.leo-fly-cart-slidebar.slidebar_bottom {
    border-top: 3px solid #000;
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-bottom,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-bottom {
    float: left;
    padding-top: 0;
    padding-left: 10px;
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-total,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total {
    float: left;
}

.leo-fly-cart-slidebar.slidebar_top .leo-cart-dropdown-action,
.leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action {
    float: left;
    padding: 0 10px;
}

.leo-fly-cart-slidebar.slidebar_top .leo-cart-dropdown-action .cart-dropdow-button,
.leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action .cart-dropdow-button {
    display: block;
    margin: 10px 0;
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-list-item,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-list-item {
    white-space: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-list-item-warpper,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-list-item-warpper {
    float: left;
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-list-item-warpper.active-scrollbar,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-list-item-warpper.active-scrollbar {
    overflow-x: auto;
}

.leo-fly-cart-slidebar.slidebar_top.active-scroll .leo-dropdown-bottom,
.leo-fly-cart-slidebar.slidebar_bottom.active-scroll .leo-dropdown-bottom {
    width: auto;
    top: 0;
    right: 0;
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-additional,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-additional {
    top: 0;
    height: 100%;
    border-left: 1px solid #fff;
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-additional>div.label:first-child,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-additional>div.label:first-child {
    border-top: none;
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-cart-item.show-additional .leo-dropdown-additional,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-cart-item.show-additional .leo-dropdown-additional,
.leo-fly-cart-slidebar.active-scroll.slidebar_top .leo-dropdown-cart-item.show-additional.first.last .leo-dropdown-additional,
.leo-fly-cart-slidebar.active-scroll.slidebar_bottom .leo-dropdown-cart-item.show-additional.first.last .leo-dropdown-additional {
    left: 100%;
}

.leo-fly-cart-slidebar.active-scroll.slidebar_top .leo-dropdown-cart-item.last.show-additional .leo-dropdown-additional,
.leo-fly-cart-slidebar.active-scroll.slidebar_bottom .leo-dropdown-cart-item.last.show-additional .leo-dropdown-additional {
    border-left: none;
    border-right: 1px solid #fff;
    left: -100%;
}

.leo-fly-cart-slidebar.slidebar_top .view-leo-dropdown-additional,
.leo-fly-cart-slidebar.slidebar_bottom .view-leo-dropdown-additional,
.leo-fly-cart-slidebar.active-scroll.slidebar_top .leo-dropdown-cart-item.first.last .view-leo-dropdown-additional,
.leo-fly-cart-slidebar.active-scroll.slidebar_bottom .leo-dropdown-cart-item.first.last .view-leo-dropdown-additional {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.leo-fly-cart-slidebar.active-scroll.slidebar_top .leo-dropdown-cart-item.last .view-leo-dropdown-additional,
.leo-fly-cart-slidebar.active-scroll.slidebar_bottom .leo-dropdown-cart-item.last .view-leo-dropdown-additional {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.safari-win .leo-fly-cart-slidebar .leo-fly-cart {
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.leo-fly-cart-slidebar .leo-fly-cart {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    padding: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.safari-win .leo-fly-cart-slidebar.active .leo-fly-cart {
    display: block;
}

.leo-fly-cart-slidebar.active .leo-fly-cart {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
}

.leo-fly-cart-slidebar.slidebar_top .leo-fly-cart {
    top: 50%;
    width: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.leo-fly-cart-slidebar.slidebar_top.active .leo-fly-cart {
    top: 100%;
}

.leo-fly-cart-slidebar.slidebar_bottom .leo-fly-cart {
    bottom: 50%;
    width: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.leo-fly-cart-slidebar.slidebar_bottom.active .leo-fly-cart {
    bottom: 100%;
}

.leo-fly-cart-slidebar.slidebar_left .leo-fly-cart {
    left: 50%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 50px;
}

.leo-fly-cart-slidebar.slidebar_left.active .leo-fly-cart {
    left: 100%;
}

.leo-fly-cart-slidebar.slidebar_right .leo-fly-cart {
    right: 50%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 50px;
}

.leo-fly-cart-slidebar.slidebar_right.active .leo-fly-cart {
    right: 100%;
}

.leo-fly-cart-wrapper {
    position: relative;
}

@media (max-width: 767px) {

    .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-list-item-warpper.active-scrollbar,
    .leo-fly-cart-slidebar.slidebar_top .leo-dropdown-list-item-warpper.active-scrollbar {
        width: 100% !important;
        float: none !important;
    }

    .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-bottom,
    .leo-fly-cart-slidebar.slidebar_top .leo-dropdown-bottom {
        position: static;
        display: block;
        width: 100%;
        float: none !important;
    }

    .leo-fly-cart-slidebar.slidebar_top .leo-dropdown-total,
    .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total {
        width: 60%;
    }

    .leo-fly-cart-slidebar.slidebar_top .leo-cart-dropdown-action,
    .leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action {
        width: 40%;
    }

    .leo-fly-cart-slidebar.slidebar_top .cart-dropdow-button,
    .leo-fly-cart-slidebar.slidebar_bottom .cart-dropdow-button {
        font-size: 13px;
        padding: 10px;
    }
}

.review_author_infos {
    width: 100%;
}

.review_author_infos>strong,
.review_author_infos>em {
    display: block;
}

.product-description .btn {
    box-shadow: none;
    color: #fff;
    float: left;
    display: inline-block;
    padding: 0.5rem 1.1rem;
}

.content_buttont .add-to-cart {
    width: 52%;
}

.product-description .product-title {
    clear: both;
}

.product-description .dropdown-toggle {
    color: #7a7a7a;
    font-size: 13px;
    text-align: left;
    text-transform: none;
    font-weight: 400;
    padding: 12px 16px;
}

.leo_cart_quantity {
    border: 1px solid transparent;
}

.thumbnail-container .product-description:after {
    width: 100% !important;
    left: 0 !important;
}

.leo-cart-item-info .product-quantity {
    display: flex;
}

.leo-cart-item-info .product-quantity .leo-bt-product-quantity {
    display: block;
    width: 20px;
    height: 30px;
    line-height: 30px;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.leo-cart-item-info .product-quantity .leo-bt-product-quantity i {
    font-size: 14px;
    color: #222;
}

.leo-cart-item-info .product-quantity {
    padding: 0;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #ececec;
    width: 62%;
}

.leo-cart-item-info .product-quantity .leo-input-product-quantity {
    float: left;
    outline: 0;
    border-top: 0;
    height: 30px;
    border-bottom: 0;
    text-align: center;
    color: #222;
    padding: 0 5px;
    width: 50px;
    font-size: 13px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    display: inline-block;
    background: transparent;
}

#blockcart-modal {
    top: 50px;
}

.leo-compare-button i {
    color: #fff;
}

.compare {
    display: inline-block;
}

.leo-button {
    cursor: pointer;
}

.product-notification {
    position: fixed;
    background: #fff;
    width: 300px;
    opacity: 0;
    z-index: 999;
    border: 1px solid #eee;
    border-radius: 4px;
    visibility: hidden;
    transition: all ease 1s;
    height: 145px;
}

.product-notification.active {
    opacity: 1;
    bottom: 10vh;
    visibility: visible;
}

.product-notification .close-notifi {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 27px;
}

.product-notification .close-notifi:hover {
    color: #fff;
}

.product-notification .product-suggest {
    background: #fff;
    width: 100%;
}

.product-notification .product-name {
    text-transform: uppercase;
}

.product-notification .product-image {
    width: 80px;
    display: block;
}

.product-notification .column-right {
    padding: 0 15px;
    line-height: 20px;
    font-size: 13px;
}

.product-notification label {
    display: block;
    padding: 5px 10px;
    text-align: left;
    background: #eaeaea;
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .product-notification {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-notification {
        left: 20px;
    }
}

.product-notification .product-image img {
    width: 100%;
}

.leo-form-setting .leo-button {
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 99;
}

.leo-form-setting .leo-button .leo-icon {
    margin: 0;
}

.leo-form-setting .leo-form {
    position: fixed;
    right: -300px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    top: 0;
    max-width: 300px;
    background: #fff;
    padding: 20px;
}

.leo-form-setting .leo-form .form-control-label {
    text-align: left;
}

.leo-button.btn-primary {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.leo-button.btn-primary.active {
    right: 300px;
}

.leo-button.btn-primary.active+.leo-form {
    right: 0;
}

.product-suggest {
    -o-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
}

.product-suggest-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 10px;
}

.leo-phone,
.leo-address {
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
}

.leo-basic.product-notification label {
    background: #7a7a7a;
    color: #fff;
}

.leo-basic.product-notification .close-notifi {
    color: #fff;
}

.leo-model .product-suggest-content.has-bg {
    background-image: linear-gradient(#4b4784, #6f22c3);
}

.leo-model.product-notification label {
    background: #363090;
    color: #eaeaea;
}

.leo-model.product-notification .product-name {
    color: #c2beff;
}

.leo-model.product-notification .leo-phone {
    color: #c4bdcc;
}

.leo-model.product-notification .close-notifi {
    color: #fff;
}

.leo-smart.product-notification label {
    background: #f18ba2;
    color: #fff;
}

.leo-smart.product-notification .close-notifi {
    color: #fff;
}

.product-notification.position1 {
    top: 10px;
    left: 10px;
}

.product-notification.position2 {
    top: 10px;
    right: 10px;
}

.product-notification.position4 {
    bottom: 10px;
    right: 10px;
}

.product-notification.position3 {
    bottom: 10px;
    left: 10px;
}

#search_block_top {
    position: absolute;
    right: 26%;
    top: 34px;
}

#search_block_top p {
    padding: 0;
}

#search_block_top #search_query_top {
    padding: 0 5px;
    height: 23px;
    width: 300px;
    border: 1px solid #666;
    border-right: 0 !important;
    color: #666;
    background: url(img/bg_search_input.png) repeat-x 0 0 #fff;
    float: left;
}

#search_block_top .button {
    border: none;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    background: url(img/bg_search_submit.png) repeat-x 0 0 #101010;
    float: left;
    height: 25px;
}

form#searchbox {
    padding-top: 5px;
}

form#searchbox label {
    color: #333;
    margin-bottom: 1px;
}

form#searchbox input#leo_search_query_block {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    height: 18px;
    margin-top: 10px;
}

form#searchbox input#search_button {
    padding: 1px 4px;
}

.list-cate-wrapper {
    position: relative;
}

.list-cate {
    width: 100%;
    padding: 0;
}

.cate-item {
    display: block;
    padding: 5px;
}

#leosearchtopbox a.cate-item.active,
#leosearchtopbox a.cate-item:hover,
#leosearchbox a.cate-item.active,
#leosearchbox a.cate-item:hover {
    background: #7a7a7a;
    color: #414141;
}

#dropdownListCate,
#dropdownListCateTop {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 15px;
}

#leosearchtopbox #dropdownListCateTop:hover,
#leosearchbox #dropdownListCate:hover {
    color: #414141;
}

#leosearchtopbox input {
    background: transparent;
    border: 1px solid transparent;
}

#leo_search_top_button {
    padding: 9px 16px;
    position: absolute;
    right: 0;
    background: none;
    color: #414141;
}

#leo_search_top_button .search {
    color: #fff;
}

#leosearchtopbox .list-cate-wrapper {
    display: inline-block;
    width: 42%;
}

#leo_search_block_top {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ac_results {
    width: 32.5% !important;
}

@media (max-width: 1199px) {
    #block-reassurance li {
        width: 33.33%;
        text-align: left !important;
    }

    #leosearchtopbox input {
        width: 60%;
    }

    #leo_search_block_top .block_content {
        background: #fff;
    }
}

@media (max-width: 575px) {
    #block-reassurance li {
        width: 100%;
    }

    #leosearchtopbox .list-cate-wrapper {
        display: none;
    }
}

#leo_search_block_top {
    float: left;
    width: 25%;
    position: relative;
}

#leo_search_block_top .title_block {
    display: none;
}

#leosearchtopbox>label {
    display: none;
}

#leo_search_block_top .leoproductsearch-result {
    width: 100%;
    display: inline-block;
}

.leoproductsearch-loading.cssload-speeding-wheel {
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 4px;
    display: none;
    margin: 0 auto;
}

.ac_results {
    text-align: left;
    padding: 0;
    border: 1px solid #000;
    background-color: #fff;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0a246a;
    color: #fff;
}

#products .products .product_list {
    width: 100%;
}

.off-canvas body {
    position: relative;
}

.off-canvas-inactive>main,
.off-canvas-inactive>.off-canvas-nav-megamenu {
    transition: all 500ms ease 0;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}

.off-canvas-active>main {
    transform: translateX(234px);
    -webkit-transform: translateX(234px);
    -moz-transform: translateX(234px);
    -ms-transform: translateX(234px);
    -o-transform: translateX(234px);
    transition: all 500ms ease 0;
    display: block;
}

.off-canvas-active>.off-canvas-nav-megamenu.active {
    transform: translateX(234px);
    -webkit-transform: translateX(234px);
    -moz-transform: translateX(234px);
    -ms-transform: translateX(234px);
    -o-transform: translateX(234px);
    transition: all 450ms ease 0;
    left: 0;
}

.off-canvas-active main {
    position: fixed;
    margin: 0 auto;
}

#page-container {
    position: relative;
}

#page.megamenu-autoheight {
    overflow: auto;
}

.leo-megamenu {
    background: transparent;
    color: #000;
}

.leo-megamenu .leo-colorbox {
    display: none !important;
}

.leo-megamenu.navbar {
    padding: 0;
    position: static;
}

.extra-blogs ul li {
    line-height: 30px;
}

.blog-description ul li {
    line-height: 25px;
}

.blog-detail .blog-description {
    padding: 20px 0 10px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.blog-detail .blog-title {
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 28px;
}

.share_button ul {
    margin-bottom: 0;
    margin-left: 20px;
}

.share_button li {
    padding-left: 0;
}

.share_button li.facebook a {
    background: #1877f2;
    color: #fff !important;
    font-weight: bold;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    display: block;
}

.share_button li.twitter a {
    background: #1b95e0;
    color: #fff !important;
    font-weight: bold;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    display: block;
}

.share_button span {
    margin-right: 0;
}

.extra-blogs {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

.category-same .owl-wrapper-outer .owl-item .ajax_block_product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 1360px) and (min-width: 1200px) {
    .leo-megamenu.navbar {
        position: static;
    }
}

.leo-megamenu .navbar-toggler {
    padding: 0;
    font-size: 24px;
    width: 35px;
    height: 78.4px;
    line-height: 78.4px;
}

.leo-megamenu .navbar-nav>li {
    text-align: left;
}

.leo-megamenu .navbar-nav>li+.nav-item {
    margin-left: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .leo-megamenu .navbar-nav>li+.nav-item {
        margin-left: 25px;
    }
}

.leo-megamenu .navbar-nav>li.aligned-fullwidth {
    position: static;
}

.leo-megamenu .navbar-nav>li.aligned-fullwidth>.dropdown-menu {
    width: 100%;
}

@media (max-width: 1360px) and (min-width: 1200px) {
    .leo-megamenu .navbar-nav>li.aligned-fullwidth>.dropdown-menu {
        width: 90% !important;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .leo-megamenu .navbar-nav>li.aligned-fullwidth>.dropdown-menu {
        width: 900px !important;
        left: 0;
    }
}

.leo-megamenu .navbar-nav>li.aligned-right .dropdown-menu {
    right: 0;
    left: auto;
}

.leo-megamenu .navbar-nav>li.aligned-left .dropdown-menu {
    left: 0;
    right: auto;
}

@media (min-width: 992px) {
    .leo-megamenu .navbar-nav>li.aligned-center .dropdown-menu {
        left: 50% !important;
        right: auto !important;
        -webkit-animation: animationmenus-center ease 0.5s;
        -moz-animation: animationmenus-center ease 0.5s;
        animation: animationmenus-center ease 0.5s;
        animation-iteration-count: 1;
        transform-origin: 50% 50%;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: 1;
        -webkit-transform-origin: 50% 50%;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-iteration-count: 1;
        -moz-transform-origin: 50% 50%;
        -moz-animation-fill-mode: forwards;
        -o-animation-iteration-count: 1;
        -o-transform-origin: 50% 50%;
        -o-animation-fill-mode: forwards;
        -ms-animation-iteration-count: 1;
        -ms-transform-origin: 50% 50%;
        -ms-animation-fill-mode: forwards;
    }
}

.leo-megamenu .navbar-nav>li.icon-new .sub-title {
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    height: 14px;
    line-height: 14px;
    padding: 0 6px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 30px;
    background-color: #f7525a;
    right: 0;
    -moz-border-radius: 4px 4px 0;
    -webkit-border-radius: 4px 4px 0 4px;
    border-radius: 4px 4px 0 4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.leo-megamenu .navbar-nav>li.icon-new .sub-title:before {
    border-style: solid;
    border-width: 5px 0 0 5px;
    border-color: #f7525a transparent transparent;
    bottom: -5px;
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: -1;
    right: 0;
    -webkit-transition-property: bottom;
    -moz-transition-property: bottom;
    transition-property: bottom;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.leo-megamenu .navbar-nav>li>a {
    padding: 45px 0;
    font-size: 15px;
    text-transform: capitalize;
    color: #242f3d;
    background-color: transparent;
    font-weight: 400;
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.leo-megamenu .navbar-nav>li>a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    position: absolute;
    background-color: #849968;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.leo-megamenu .navbar-nav>li>a>.menu-title {
    position: relative;
    line-height: 19px;
    text-transform: uppercase;
    color: #3a3d46;
    font-weight: bold;
}

.leo-megamenu .navbar-nav>li>a>.menu-title:hover {
    color: #849968;
}

.leo-megamenu .navbar-nav>li>a.dropdown-toggle {
    position: relative;
}

.leo-megamenu .navbar-nav>li>a.dropdown-toggle:after {
    font-size: 12px;
    content: "▼";
    border: 0;
    width: auto;
    height: auto;
    margin: 0 0 0 6px;
}

.leo-megamenu .navbar-nav>li.active>a,
.leo-megamenu .navbar-nav>li:hover>a,
.leo-megamenu .navbar-nav>li:focus>a {
    color: #849968;
}

.leo-megamenu .navbar-nav>li.active>a:before,
.leo-megamenu .navbar-nav>li:hover>a:before,
.leo-megamenu .navbar-nav>li:focus>a:before {
    width: 100%;
}

.leo-megamenu .navbar-nav>li.active>a>.menu-title:before,
.leo-megamenu .navbar-nav>li:hover>a>.menu-title:before,
.leo-megamenu .navbar-nav>li:focus>a>.menu-title:before {
    color: #acacac;
    text-shadow: 8px 0 #acacac, -8px 0 #acacac;
}

.leo-megamenu .navbar-nav>li>.caret {
    display: none;
}

.leo-megamenu .navbar-nav>li:hover>.caret,
.leo-megamenu .navbar-nav>li:active>.caret {
    color: #f4c3bc;
}

.leo-megamenu .navbar-nav>li.home a {
    padding: 20px 20px 20px 0;
}

.leo-megamenu .navbar-nav>li:hover>a>.menu-title,
.leo-megamenu .navbar-nav>li.active>a>.menu-title {
    color: #849968;
}

.leo-megamenu .dropdown-menu {
    top: 100%;
    left: -9999px;
    height: auto;
    font-weight: 300;
    color: #000;
    border: 0;
    min-width: 185px;
    padding: 20px;
    background-color: #fff;
    margin: 0;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    -webkit-transition: opacity 0.3s linear 0;
    -moz-transition: opacity 0.3s linear 0;
    -ms-transition: opacity 0.3s linear 0;
    -o-transition: opacity 0.3s linear 0;
    transition: opacity 0.3s linear 0;
}

.leo-megamenu .dropdown-menu li {
    line-height: 25px;
    padding: 3px 0;
    float: none;
}

.leo-megamenu .dropdown-menu li+.nav-item {
    margin-left: 0;
}

.leo-megamenu .dropdown-menu li a {
    color: #888;
    padding: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
}

.leo-megamenu .dropdown-menu li a:hover {
    background-color: transparent;
    color: #f4c3bc;
}

.leo-megamenu .dropdown-menu li a:hover .fa {
    color: #f4c3bc;
}

.leo-megamenu .dropdown-menu .menu-title {
    margin-bottom: 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: #242f3d;
    font-weight: 700;
    letter-spacing: 1px;
}

.leo-megamenu .dropdown-menu .menu-title a {
    color: #000;
}

.leo-megamenu .dropdown-menu .menu-title a:hover {
    color: #f4c3bc;
}

.leo-megamenu .dropdown-menu a>.menu-title {
    text-transform: none;
    font-weight: 400;
    color: #242f3d;
    font-size: 13px;
}

.leo-megamenu .dropdown-menu a>.menu-title:hover {
    color: #f4c3bc;
}

.leo-megamenu .dropdown:hover>.dropdown-menu {
    left: 0;
}

@media (min-width: 992px) {
    .leo-megamenu .dropdown:hover>.dropdown-menu {
        display: block;
    }
}

.leo-megamenu .dropdown:hover>a {
    color: #f4c3bc;
}

.leo-megamenu .dropdown:hover>a .fa {
    color: #f4c3bc;
}

.leo-megamenu .dropdown-submenu {
    position: relative;
}

.leo-megamenu .dropdown-submenu .dropdown-menu {
    top: 0;
    position: absolute;
    left: 100%;
}

.leo-megamenu .dropdown-submenu:hover>.dropdown-menu {
    top: 0;
}

@media (min-width: 992px) {
    .leo-megamenu .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}

.leo-megamenu .mega-group>.dropdown-toggle {
    border: 0;
    display: block;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
}

.leo-megamenu .mega-group>.dropdown-toggle .fa {
    color: #fff;
}

.leo-megamenu .megamenu .cols1 {
    min-width: 200px;
}

.leo-megamenu .megamenu .cols2 {
    min-width: 500px;
}

.leo-megamenu .megamenu .cols3 {
    min-width: 740px;
}

.leo-megamenu .manu-logo img {
    border: 1px solid #e1e1e1;
    margin-bottom: 0.625rem;
    margin-right: 0.625rem;
}

.leo-megamenu .widget-subcategories {
    margin-bottom: 0.9375rem;
}

.leo-widget .thumbnail-container {
    margin: 0;
    text-align: left;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.leo-widget .thumbnail-container .product-image {
    float: left;
    margin: 0 0.625rem 0.625rem 0;
}

.leo-widget .thumbnail-container .product-meta {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0;
    margin-top: 0;
}

.leo-widget .thumbnail-container .product-title {
    margin-top: 0;
    margin-bottom: 0.625rem;
    line-height: 20px;
    text-transform: none;
}

.leo-widget .thumbnail-container .product-title a {
    font-weight: 400;
    margin: 0;
    font-size: 14px;
}

.leo-widget .thumbnail-container .product-price-and-shipping .regular-price {
    padding-left: 0;
    margin-left: 5px;
    padding-right: 3px;
    font-size: 15px;
    text-decoration: line-through;
}

.leo-widget .thumbnail-container .product-price-and-shipping .price {
    font-size: 14px;
}

.leo-widget .widget-html p {
    line-height: 23px;
}

.leo-widget .widget-video iframe {
    border-width: 0;
}

@media (max-width: 991px) {
    .leo-widget .widget-video iframe {
        width: 100%;
    }
}

.leo-widget ul.widget-image {
    margin-left: 0;
}

.leo-widget ul.widget-image li {
    margin-right: 0.625rem;
}

.leo-widget ul.widget-image li:last-child {
    margin-right: 0;
}

.leo-widget .widget-tab .nav-tabs {
    width: 30%;
    float: left;
}

.leo-widget .widget-tab .nav-tabs>li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.leo-widget .widget-tab .nav-tabs>li:first-child {
    border-top: 1px solid #ddd;
}

.leo-widget .widget-tab .nav-tabs>li a {
    font-size: 14px;
    text-transform: none;
    position: relative;
}

.leo-widget .widget-tab .nav-tabs>li a:hover,
.leo-widget .widget-tab .nav-tabs>li a.active {
    border-color: transparent;
    background: transparent;
    color: #f4c3bc;
}

.leo-widget .widget-tab .nav-tabs>li a:after {
    content: "\f105";
    font-family: "Material Icons";
    position: absolute;
    right: 5px;
    top: 0;
}

.leo-widget .widget-tab .nav-tabs>li.active a {
    background: transparent;
    border-color: transparent;
    color: #f4c3bc;
}

.leo-widget .widget-tab .tab-content {
    width: 70%;
    float: left;
    padding: 20px;
    border: 1px solid #ddd;
}

.leo-widget .widget-tab .tab-content .active {
    max-height: 100%;
}

.ApMegamenu .leo-verticalmenu {
    background: #5d4e57;
    position: relative;
}

.ApMegamenu .leo-verticalmenu .title_block {
    margin: 0;
    color: #fff;
    width: 100%;
    line-height: 26px;
    letter-spacing: 1px;
    font-size: 1.25rem;
    padding: 1.25rem 1.5625rem;
    text-transform: none;
}

.ApMegamenu .leo-verticalmenu .title_block:before {
    display: none;
}

.ApMegamenu .leo-verticalmenu>.block_content {
    background: #5d4e57;
    position: absolute;
    z-index: 30;
    height: auto;
    overflow: visible;
    width: 100%;
    -webkit-transition: height 0.4s ease 0;
    -moz-transition: height 0.4s ease 0;
    -ms-transition: height 0.4s ease 0;
    -o-transition: height 0.4s ease 0;
    transition: height 0.4s ease 0;
}

div.verticalmenu {
    z-index: 100;
}

div.verticalmenu .navbar-collapse,
div.verticalmenu .navbar-vertical {
    margin: 0;
    padding: 0;
}

div.verticalmenu .navbar-nav {
    position: static;
    float: none;
    width: 100%;
}

div.verticalmenu .navbar-nav>li {
    width: 100%;
    height: auto;
    position: relative;
    float: none;
}

div.verticalmenu .navbar-nav>li+.nav-item {
    margin-left: 0;
}

div.verticalmenu .navbar-nav>li>a {
    display: block;
    color: #888;
    font-size: 0.875rem;
    padding: 0.8125rem 1.875rem 0.75rem;
    font-weight: 600;
    line-height: 24px;
}

div.verticalmenu .navbar-nav>li .caret {
    display: none;
}

@media (max-width: 991px) {
    div.verticalmenu .navbar-nav>li .caret {
        display: block;
        position: relative;
        top: -40px;
        cursor: pointer;
        border: none;
        width: 25px;
        height: 1.875rem;
        text-align: center;
        border: none;
        float: right;
        right: 0;
    }

    div.verticalmenu .navbar-nav>li .caret:before {
        content: "\f105";
        font-family: "Material Icons";
        color: #888;
        font-size: 0.6875rem;
        font-weight: 400;
    }
}

div.verticalmenu .navbar-nav>li .dropdown-submenu .caret {
    top: 0;
}

@media (max-width: 991px) {
    div.verticalmenu .navbar-nav>li .dropdown-submenu .caret {
        top: -16px;
    }
}

div.verticalmenu .navbar-nav>li.last a,
div.verticalmenu .navbar-nav>li:last-child a {
    border: 0;
}

div.verticalmenu .navbar-nav>li:hover>a {
    color: #f4c3bc;
    background: #f4c3bc;
}

div.verticalmenu .navbar-nav>li:hover>a:hover,
div.verticalmenu .navbar-nav>li:hover>a:focus {
    color: #fff;
    background: #f4c3bc;
    border-color: #e1e1e1;
}

div.verticalmenu .navbar-nav>li:hover .caret {
    color: #f4c3bc;
}

div.verticalmenu .navbar-nav>li:hover .caret:before {
    color: #f4c3bc;
}

div.verticalmenu .navbar-nav>li.open>a {
    color: #f4c3bc;
    background: #f4c3bc;
}

div.verticalmenu .navbar-nav>li.open>a:hover,
div.verticalmenu .navbar-nav>li.open>a:focus {
    color: #fff;
    background: #f4c3bc;
    border-color: #e1e1e1;
}

div.verticalmenu .navbar-nav>li.open .caret {
    color: #f4c3bc;
}

div.verticalmenu .navbar-nav>li.open .caret:before {
    color: #f4c3bc;
    top: -23px;
    content: "\f0d7";
}

div.verticalmenu .navbar-nav>li .parent {
    position: relative;
}

div.verticalmenu .navbar-nav>li .parent>.dropdown-toggle {
    text-transform: none;
    font-weight: 400;
    color: #888;
}

div.verticalmenu .navbar-nav>li .parent>.dropdown-toggle:hover {
    color: #f4c3bc;
}

div.verticalmenu .navbar-nav li.parent>a:after {
    position: absolute;
    content: "keyboard_arrow_down";
    font-family: "Material Icons";
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 400;
    right: 12px;
    top: 12px;
    border: none;
}

@media (max-width: 991px) {
    div.verticalmenu .navbar-nav li.parent>a:after {
        display: none;
    }
}

div.verticalmenu .navbar-nav li.parent:hover>a:after {
    color: #fff;
}

div.verticalmenu .navbar-nav li.parent.dropdown-submenu>a:after {
    color: #888;
}

div.verticalmenu ul li a .menu-icon {
    display: block;
    background-position: left center !important;
}

div.verticalmenu ul li a .menu-icon span {
    display: block;
    margin-left: 35px;
}

div.verticalmenu ul li a .menu-icon .menu-desc {
    display: none;
}

div.verticalmenu ul li a .menu-title {
    display: block;
    color: #fff;
}

div.verticalmenu ul li a .sub-title {
    font-size: 0.875rem;
}

div.verticalmenu ul li a:hover,
div.verticalmenu ul li a:focus {
    color: #fff;
    background: #fff;
}

div.verticalmenu ul li a:hover .menu-title,
div.verticalmenu ul li a:focus .menu-title {
    color: #fff;
}

div.verticalmenu .dropdown-menu {
    left: -9999px;
    top: -9999px;
    right: auto;
    border: 2px solid #f4c3bc;
    min-height: 100px;
    height: 100% !important;
    min-width: 13.44rem;
    padding: 1.25rem 1.75rem;
    background: #fff;
    margin: 0;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
}

div.verticalmenu .dropdown-menu ul li {
    padding: 4px 0;
    line-height: normal;
    list-style: none;
    display: block;
    float: none;
}

div.verticalmenu .dropdown-menu ul li+.nav-item {
    margin-left: 0;
}

div.verticalmenu .dropdown-menu ul li a {
    color: #888;
    font-size: 0.75rem;
    font-weight: 400;
    padding: 0;
}

div.verticalmenu .dropdown-menu ul li a .menu-title {
    color: #888;
    text-transform: none;
}

div.verticalmenu .dropdown-menu ul li a:hover {
    color: #f4c3bc;
}

div.verticalmenu .dropdown-menu ul li a:hover .menu-title {
    color: #f4c3bc;
}

div.verticalmenu .dropdown-menu p {
    line-height: 18px;
    font-size: 0.75rem;
}

div.verticalmenu .dropdown-menu .leo-menu-video {
    width: 100%;
}

div.verticalmenu .dropdown-menu .leo-menu-video iframe {
    margin-bottom: 10px;
}

div.verticalmenu .dropdown-menu .dropdown-toggle:hover {
    color: #000;
}

div.verticalmenu .dropdown-menu .dropdown-toggle {
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    color: #000;
    font-size: 0.75rem;
}

div.verticalmenu .dropdown-menu .action {
    display: none;
}

div.verticalmenu .widget-heading {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

div.active-hover ul>li:hover>.dropdown-menu {
    left: 100%;
    top: -1px;
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-table;
}

.off-canvas-nav-megamenu {
    position: absolute;
    left: -400px;
    top: 0;
    width: 0;
    background: #fff;
    z-index: 999;
}

.off-canvas-active .megamenu-overlay {
    opacity: 1;
    visibility: visible;
}

.off-canvas-nav-megamenu .offcanvas-mainnav {
    background: #f9f9f9;
    position: absolute;
    top: 0;
    left: -234px;
    overflow: hidden;
    width: 234px;
}

.off-canvas-nav-megamenu .megamenu .mega-cols {
    width: 100% !important;
    min-width: inherit;
    padding: 10px 0;
    display: inline-block;
    margin-top: 10px;
}

.off-canvas-nav-megamenu .megamenu .mega-cols ul li a {
    padding: 0 10px;
}

.off-canvas-nav-megamenu .dropdown-menu {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    float: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border: none;
    padding-left: 5px;
}

.off-canvas-nav-megamenu .dropdown-menu .caret {
    top: 8px;
}

.off-canvas-nav-megamenu .dropdown-menu .caret:before {
    font-size: 18px;
}

.off-canvas-nav-megamenu ul li a:hover {
    color: #42a8bf;
}

.off-canvas-button-megamenu {
    text-align: right;
    margin: 10px 10px 0 0;
    cursor: pointer;
}

.off-canvas-nav-megamenu .dropdown-mega,
.off-canvas-nav-megamenu li.mega-group .dropdown-menu {
    padding: 0 10px;
}

.off-canvas-nav-megamenu .mega-col {
    display: block;
    width: 100% !important;
    position: relative;
    margin-left: 0;
}

.off-canvas-nav-megamenu .dropdown-sub {
    width: 100% !important;
    padding: 0;
}

.off-canvas-nav-megamenu .leo-widget .menu-title {
    padding: 10px 0;
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

.off-canvas-nav-megamenu .leo-widget {
    padding: 5px;
}

.off-canvas-nav-megamenu .leo-widget p {
    font-size: 13px;
}

.offcanvas-mainnav>.megamenu {
    padding: 0 10px;
}

.offcanvas-mainnav>.megamenu>li:last-child a {
    border-bottom: 0 !important;
}

.off-canvas-nav-megamenu .megamenu .mega-group>a .menu-title {
    font-size: 13px;
}

.off-canvas-nav-megamenu .off-canvas-button-megamenu span {
    font-weight: 700;
    margin-right: 12px;
}

.off-canvas-nav-megamenu .dropdown .dropdown-menu li,
.off-canvas-nav-megamenu .megamenu .dropdown-mega li {
    background: none;
    position: relative;
}

.off-canvas-nav-megamenu .nav>li:hover,
.off-canvas-nav-megamenu .nav>li>a:hover,
.off-canvas-nav-megamenu .nav>li>a:focus {
    background: none;
}

.off-canvas-nav-megamenu .dropdown .dropdown-menu li:hover,
.off-canvas-nav-megamenu .megamenu .mega-group>a .menu-title {
    color: #5c5b5b;
}

.off-canvas-nav-megamenu .megamenu li.homepage a {
    height: auto;
    width: auto;
    text-indent: inherit;
}

.off-canvas-nav-megamenu .nav li {
    border: none;
    padding: 0;
}

.off-canvas-nav-megamenu ul li a {
    display: block;
    line-height: 23px;
    color: #5c5b5b;
    padding-bottom: 8px;
    font-size: 13px;
}

.off-canvas-nav-megamenu .has-category {
    border-bottom: 1px solid #535353;
}

.off-canvas-nav-megamenu .nav-item .nav-link,
.nav-item {
    font-weight: 400;
    font-size: 13px;
}

.off-canvas-nav-megamenu .nav>li>a {
    font-size: 13px;
    font-weight: 400;
    line-height: 35px;
}

.off-canvas-nav-megamenu .megamenu .menu-desc {
    display: none;
}

.off-canvas-nav-megamenu .megamenu .menu-icon {
    padding-left: 0;
}

.off-canvas-nav-megamenu .megamenu .mega-col .margin {
    margin-left: 0;
}

.off-canvas-nav-megamenu .widget-images .images-list .image-item {
    display: inline-block;
    text-align: center;
}

.off-canvas-nav-megamenu .widget-images .images-list .image-item img {
    width: 100%;
}

.off-canvas-nav-megamenu h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    text-transform: none;
    font-weight: 600;
    color: #000;
}

.off-canvas-nav-megamenu .widget-manufacture .widget-inner .manu-logo img {
    width: 100%;
}

.off-canvas-nav-megamenu .widget-products .product-image img {
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
}

.off-canvas-nav-megamenu .thumbnail-container {
    text-align: center;
    border-bottom: 1px solid #dedede;
    padding: 15px 0;
    height: auto;
    width: 100%;
}

.off-canvas-nav-megamenu .thumbnail-container .product-description {
    width: 100%;
}

.off-canvas-nav-megamenu .thumbnail-container .product-description .product-price-and-shipping {
    text-align: center;
}

.aligned-center .dropdown-menu {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.aligned-right .dropdown-menu {
    left: auto;
    right: 0;
}

.megamenu .aligned-fullwidth {
    position: inherit !important;
}

.aligned-fullwidth .dropdown-menu {
    width: calc(100% - 30px) !important;
    left: 15px;
    right: 15px;
}

.offcanvas-mainnav .navbar-nav li {
    width: 100%;
}

.offcanvas-mainnav .navbar-nav li.dropdown a.dropdown-toggle {
    padding: 5px 30px 5px 0;
}

.offcanvas-mainnav .navbar-nav li.dropdown .caret {
    cursor: pointer;
    height: 20px;
    margin: 0;
    position: absolute;
    top: 12px;
    right: 0;
    width: 30px;
    margin: auto 0;
}

.offcanvas-mainnav .navbar-nav li.dropdown .dropdown-menu {
    display: none;
}

.offcanvas-mainnav .dropdown-toggle::after,
.megamenu-off-canvas li.mega-group>a.dropdown-toggle::after {
    border-left: none;
    border-right: none;
}

.group-nav .leo-megamenu .navbar-nav>li>b:before,
.offcanvas-mainnav .navbar-nav li.dropdown .caret:before {
    content: "add";
    font-family: "Material Icons";
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: center;
}

.group-nav .leo-megamenu .navbar-nav>li>b:before {
    float: right;
    color: #7a7a7a;
    height: 40px;
    width: 40px;
    line-height: 40px;
    cursor: pointer;
}

.offcanvas-mainnav .navbar-nav li.open-sub>.caret:before {
    content: "remove";
}

.offcanvas-mainnav .navbar-nav .nav-item+.nav-item {
    margin-left: 0;
}

.megamenu-overlay {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 543px) {
    .off-canvas-active .megamenu-overlay {
        opacity: 1;
        visibility: visible;
    }

    .navbar-toggleable-xs .navbar-nav .nav-item {
        clear: both;
    }

    .megamenu-off-canvas {
        background: #fff;
        padding: 10px;
    }

    .megamenu-off-canvas .nav-item .dropdown-toggle {
        padding-right: 25px;
    }

    .megamenu-off-canvas .nav-item .dropdown-toggle:after {
        font-family: "Material Icons";
        font-size: 18px;
        border: none;
        width: auto;
        line-height: 20px;
        height: 20px;
    }

    .megamenu-off-canvas .nav-item .caret {
        cursor: pointer;
        height: 30px;
        margin: auto 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        line-height: 30px;
    }

    .megamenu-off-canvas .nav-item .caret::before {
        color: #000;
        content: "add";
        display: block;
        font-family: "Material Icons";
        font-size: 20px;
        font-weight: 400;
        text-align: center;
    }

    .megamenu-off-canvas .nav-item.open-sub>.caret::before {
        content: "remove";
    }

    .leo-top-menu .dropdown-submenu:hover>.dropdown-menu {
        display: none;
    }

    .megamenu-off-canvas .dropdown-menu {
        position: initial;
        display: none;
        width: 100%;
    }

    .megamenu-off-canvas .nav-item.open>.dropdown-menu {
        display: block;
    }
}

.verticalmenu .navbar-nav .nav-item+.nav-item {
    margin-left: 0;
}

.widget-video iframe {
    width: 100%;
}

.leo-megamenu {
    padding: 0;
    position: static;
}

.leo-megamenu .navbar-toggler {
    font-size: 22px;
    background: #bba375;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 20px;
}

@media (max-width: 480px) {
    #header .header-top:before {
        display: none !important;
    }
}

.widget-tab .nav-tabs .nav-item {
    float: left;
    width: auto;
}

#header .header-top .widget-tab .nav-tabs .nav-item .nav-link:focus,
.widget-tab .nav-tabs .nav-item .nav-link:hover {
    border-color: #696969;
    background: #545454;
}

.widget-tab .nav-tabs {
    border-bottom: 1px solid transparent;
}

.widget-tab .nav-tabs .nav-item a.active {
    background: #545454;
    border-color: #696969;
}

#header .header-top .widget-tab .nav-tabs .nav-item .nav-link {
    color: #dedede;
    border-bottom: 1px solid transparent;
}

.widget-tab .tab-content {
    padding: 10px;
    border: 1px solid #696969;
}

.footer-container {
    box-shadow: none;
    padding: 0;
    margin: 0;
}

#header .header-nav #menu-icon {
    display: none;
}

.widget-category_image .cover-img img {
    width: auto;
    height: auto;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
    min-height: 45px;
}

.ApColumn .title_block,
.custom-checkbox label.psgdpr_consent_message {
    color: #7a7a7a;
}

@media (max-width: 991px) {
    .ApColumn .title_block {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .ApColumn .title_block {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

.sub-title-widget {
    order: -1;
    color: #fdb768;
}

.ap-popup {
    display: none;
}

.bg-fullwidth {
    position: relative;
}

.bg-fullwidth:before {
    content: "";
    padding: 0 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px;
}

.block-toggler .title,
.footer-container .links .title {
    cursor: pointer;
}

.block-toggler .title .collapse-icons .remove,
.footer-container .links .title .collapse-icons .remove {
    display: none;
}

.block-toggler .title[aria-expanded="true"] .collapse-icons .add,
.footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
    display: none;
}

.block-toggler .title[aria-expanded="true"] .collapse-icons .remove,
.footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
    display: block;
}

.block-toggler .navbar-toggler,
.footer-container .links .navbar-toggler {
    display: block;
    padding: 0;
    margin-top: 0.3125rem;
    width: 1.25rem;
    height: 1.25rem;
}

.block-toggler.ApBlockLink ul li,
.footer-container .links.ApBlockLink ul li {
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {

    .block-toggler.accordion_small_screen .collapse-icons,
    .footer-container .links.accordion_small_screen .collapse-icons {
        display: none;
    }
}

.block-toggler.accordion_small_screen .collapse,
.footer-container .links.accordion_small_screen .collapse {
    display: block;
}

@media (min-width: 768px) {

    .block-toggler.accordion_small_screen .collapse,
    .footer-container .links.accordion_small_screen .collapse {
        height: 100% !important;
    }
}

@media (max-width: 767px) {

    .block-toggler.accordion_small_screen .collapse,
    .footer-container .links.accordion_small_screen .collapse {
        display: none;
    }

    .block-toggler.accordion_small_screen .collapse.in,
    .footer-container .links.accordion_small_screen .collapse.in {
        display: block;
    }
}

.alert {
    text-align: left;
    margin-top: 15px;
    padding-left: 50px;
    position: relative;
}

.alert.alert-success:before {
    content: "\f00c";
}

.alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.alert.alert-warning:before {
    content: "\f071";
}

.alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.alert.alert-info:before {
    content: "\f05a";
}

.alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.alert.alert-danger ul {
    margin-bottom: 0;
}

.alert.alert-danger:before {
    content: "\f00d";
}

.ap-accordion .in {
    display: block;
}

.ap-accordion .panel-group .panel-default .panel-title {
    border-top: 1px solid transparent;
    padding: 0;
    margin-bottom: 0;
    font-size: 0.8125rem;
}

.ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: 400;
}

.ap-accordion .panel-default {
    border: 1px solid transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: 400;
}

.ap-accordion .panel-default .panel-title a:before {
    background: none;
    content: "arrow_drop_up";
    cursor: pointer;
    display: block;
    font-family: "Material Icons";
    font-size: 1.5625rem;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: auto;
}

.ap-accordion .panel-default .panel-title .collapsed:before {
    background: none;
    content: "arrow_drop_down";
    cursor: pointer;
    display: block;
    font-family: "Material Icons";
    font-size: 1.5625rem;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: auto;
}

.ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
}

.ap-accordion .panel-default>.panel-heading+.panel-collapse .panel-body {
    border: 1px solid #f0f0f0;
}

.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
    border-bottom: 0;
}

.tab-content .tab-pane,
.tab-content .pill-pane,
.pill-content .tab-pane,
.pill-content .pill-pane {
    display: none;
}

.tab-content .active,
.pill-content .active {
    display: block;
}

.tabs-below .nav-tabs {
    border-top: 1px solid #e1e1e1;
}

.tabs-below .nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below .nav-tabs>li>a {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below .nav-tabs>li>a:hover,
.tabs-below .nav-tabs>li>a:focus {
    border-top-color: #e1e1e1;
    border-bottom-color: transparent;
}

.tabs-below .nav-tabs>.active a,
.tabs-below .nav-tabs>.active a:hover,
.tabs-below .nav-tabs>.active a:focus {
    border-color: transparent #e1e1e1 #e1e1e1;
}

.tabs-left .nav-tabs>li,
.tabs-right .nav-tabs>li {
    float: none;
}

.tabs-left .nav-tabs>li>a,
.tabs-right .nav-tabs>li>a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0;
}

.tabs-left .nav-tabs {
    float: left;
    border-right: 1px solid #e1e1e1;
}

.tabs-left .nav-tabs>li>a {
    margin-right: -1px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left .nav-tabs>li>a:hover,
.tabs-left .nav-tabs>li>a:focus {
    border-color: #eee #e1e1e1 #eee #eee;
}

.tabs-left .nav-tabs .active>a,
.tabs-left .nav-tabs .active>a:hover,
.tabs-left .nav-tabs .active>a:focus {
    border-color: #e1e1e1 transparent #e1e1e1 #e1e1e1;
    *border-right-color: #fff;
}

.tabs-right .nav-tabs {
    float: right;
    border-left: 1px solid #e1e1e1;
}

.tabs-right .nav-tabs>li>a {
    margin-left: -1px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right .nav-tabs>li>a:hover,
.tabs-right .nav-tabs>li>a:focus {
    border-color: #eee #eee #eee #e1e1e1;
}

.tabs-right .nav-tabs .active>a,
.tabs-right .nav-tabs .active a:hover,
.tabs-right .nav-tabs .active a:focus {
    border-color: #e1e1e1 #e1e1e1 #e1e1e1 transparent;
    *border-left-color: #fff;
}

.widget-tabs li {
    padding: 5px 8px;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.widget-tabs li a {
    color: #272727;
}

.widget-tabs li.active {
    border: 1px solid #7a7a7a;
}

.widget-tabs li.active a {
    color: #7a7a7a;
}

.block .panel-group {
    margin-bottom: 0;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
    padding-bottom: 1.25rem;
}

.nav-tabs>li>a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}

.nav-tabs>li.active a,
.nav-tabs>li.active a:hover,
.nav-tabs>li.active a:focus {
    border: 1px solid transparent;
    background: #eee;
    border-bottom: 2px solid #c0c700;
    color: #000;
}

.ApTabs .tab-content {
    position: relative;
}

.ApTabs .tab-content>.tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0;
    -moz-transition: opacity 0.3s ease 0;
    -ms-transition: opacity 0.3s ease 0;
    -o-transition: opacity 0.3s ease 0;
    transition: opacity 0.3s ease 0;
}

.ApTabs .tab-content>.tab-pane.active {
    position: static;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

div[id^="google-maps"] {
    position: relative;
}

div[id^="gmap-stores-list"] {
    overflow: auto !important;
}

div[id^="gmap-stores-list"]>ul {
    margin: 30px;
}

.display-list-store {
    background-color: #6cabd5;
    float: left;
}

.gmap-stores-content,
.gmap-content {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

.not-display-list-store .gmap-stores-content,
.not-display-list-store .gmap-content {
    width: 100%;
}

.gmap-cover {
    width: 100%;
}

.item-gmap-store {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.625rem 0.9375rem;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.item-gmap-store:hover {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%;
}

.item-gmap-store text {
    font-size: 85%;
}

.box-show-more a {
    background: #282d35;
    clear: both;
    text-align: center;
    width: 100%;
    height: 3.4375rem;
    line-height: 3.4375rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0 15px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: none;
    font-size: 0.875rem;
    color: #fff;
    font-weight: 700;
}

.box-show-more a:hover {
    background-color: #7a7a7a;
}

.box-show-more a .fa {
    margin-left: 0.3125rem;
}

.box-show-more.open a {
    display: block;
}

.ap_image .has-animation {
    opacity: 0;
    filter: alpha(opacity=0);
}

.ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100);
}

.full-slider .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
}

.full-slider .carousel-inner .item {
    width: 100%;
    height: 100%;
}

.full-slider .content-slider {
    position: absolute;
    top: 35%;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
}

.full-slider .content-slider h3 {
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 600;
}

.full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
}

.full-slider .carousel-control {
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #121212;
    background-color: rgba(18, 18, 18, 0.52);
    zoom: 1;
    background-color: transparent;
}

.full-slider .carousel-control.left {
    left: 0.625rem;
}

.full-slider .carousel-control.right {
    right: 0.625rem;
}

.embed-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.cover-live-edit {
    width: 100%;
    border-top: 1px solid #e1e1e1;
}

.cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #fff;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cover-live-edit .link-to-back-end:hover {
    background-color: #00e676;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ap-cover-hook {
    border: 1px solid #e1e1e1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ap-cover-hook:hover {
    border: 1px dashed #7a7a7a;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ApColumn .manufacturers_block {
    position: relative;
    padding: 50px 0;
    text-align: center;
}

.ApColumn .manufacturers_block .owl-item .manufacturer-image-container {
    overflow: hidden;
}

.ApColumn .manufacturers_block .owl-item img {
    display: inline-block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0;
    -moz-transition: all 0.5s ease-out 0;
    -ms-transition: all 0.5s ease-out 0;
    -o-transition: all 0.5s ease-out 0;
    transition: all 0.5s ease-out 0;
    opacity: 0.5;
}

.ApColumn .manufacturers_block .owl-item img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease-out 0;
    -moz-transition: all 0.5s ease-out 0;
    -ms-transition: all 0.5s ease-out 0;
    -o-transition: all 0.5s ease-out 0;
    transition: all 0.5s ease-out 0;
    opacity: 1;
}

.ApColumn .manufacturers_block .owl-theme .owl-buttons {
    position: inherit;
    top: inherit;
    right: inherit;
}

.ApColumn .manufacturers_block .owl-theme .owl-buttons div {
    position: absolute;
    bottom: 50%;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.3s ease-out 0;
    -moz-transition: all 0.3s ease-out 0;
    -ms-transition: all 0.3s ease-out 0;
    -o-transition: all 0.3s ease-out 0;
    transition: all 0.3s ease-out 0;
}

.ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-prev {
    left: 30px;
}

.ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-next {
    right: 30px;
}

.ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-prev {
    left: 15px;
}

.ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-next {
    right: 15px;
}

@media (max-width: 767px) {
    .ApColumn .manufacturers_block {
        padding: 15px 0;
    }
}

#index .latest-blogs .owl-carousel .owl-item {
    padding: 0 45px;
}

@media (max-width: 1199px) {
    #index .latest-blogs .owl-carousel .owl-item {
        padding: 0 15px;
    }
}

.latest-blogs {
    margin-bottom: 0;
    padding-bottom: 2.5rem;
}

.latest-blogs .right-block {
    text-align: left;
}

.latest-blogs .blog-image-container {
    float: left;
    padding-right: 0.625rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.9375rem;
}

.latest-blogs .blog-title {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
}

.latest-blogs .blog-title a {
    color: #222;
}

.latest-blogs .blog-meta {
    padding-bottom: 15px;
}

.latest-blogs .blog-meta a {
    background: #7a7a7a;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
}

.latest-blogs .blog-desc {
    padding-top: 0.9375rem;
    text-align: justify;
    line-height: 25px;
}

.leo-more-info {
    background-color: #fff;
    position: absolute;
    z-index: 4000;
    top: 0;
    width: 0;
    min-height: 100%;
    overflow: hidden;
    right: 0;
    float: left;
    text-align: left;
    -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease 0;
    -moz-transition: all 0.4s ease 0;
    -ms-transition: all 0.4s ease 0;
    -o-transition: all 0.4s ease 0;
    transition: all 0.4s ease 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.leo-more-info .thumbs_list {
    margin: auto;
    overflow: hidden;
    width: 80px;
    height: 240px;
}

.leo-more-info .thumbs_list ul.thumbs_list_frame {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
}

.leo-more-info .thumbs_list li {
    cursor: pointer;
    width: 80px;
    height: 80px;
}

.leo-more-info .thumbs_list li a {
    display: block;
    text-align: center;
}

.leo-more-info .thumbs_list li .leo-hover-image {
    max-width: 100%;
}

.leo-more-info .view_scroll_left,
.leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0;
    right: 0;
}

.leo-more-info .view_scroll_right {
    bottom: 0;
    margin-bottom: 0.3125rem;
}

.leo-more-info .view_scroll_left {
    margin-top: 0.3125rem;
}

.leo-more-over {
    position: relative;
    z-index: 0;
}

.leo-more-image {
    top: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
}

.leo-more-over {
    position: relative;
    z-index: 0;
}

.leo-more-image {
    top: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
}

.instagram-block .owl-item {
    padding: 0 15px;
}

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

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

.instagram-block a:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.instagram-block .link-instagram {
    display: none;
}

.instagram-block .link-instagram a {
    margin: 0.625rem 0 0;
}

.box-padding {
    padding: 60px 0;
}

@media (max-width: 575px) {
    .box-padding {
        padding: 30px 0;
    }
}

.box-padding-top {
    padding-top: 120px;
}

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

@media (max-width: 575px) {
    .box-padding-top {
        padding-top: 30px;
    }
}

.box-padding-bottom {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .box-padding-bottom {
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .box-padding-bottom {
        padding-bottom: 30px;
    }
}

.nopadding {
    padding: 0 !important;
}

#_desktop_cart,
#wishlist-header,
#leo_search_block_top,
#leo_block_top {
    float: left;
}

#_desktop_cart .btn-header,
#wishlist-header .btn-header,
#leo_search_block_top .btn-header,
#leo_block_top .btn-header {
    display: block;
    margin: 0;
    background: none;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    width: 35px;
    color: #242f3d;
    text-align: center;
    font-size: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#_desktop_cart .btn-header:hover,
#wishlist-header .btn-header:hover,
#leo_search_block_top .btn-header:hover,
#leo_block_top .btn-header:hover {
    color: #7a7a7a;
}

#_desktop_cart,
#wishlist-header,
#leo_block_top {
    position: relative;
    margin-top: 28px;
    margin-bottom: 28px;
}

#_desktop_cart .btn-header,
#wishlist-header .btn-header {
    width: 50px;
}

#_desktop_cart .btn-header .cart-products-count,
#_desktop_cart .btn-header .ap-total,
#wishlist-header .btn-header .cart-products-count,
#wishlist-header .btn-header .ap-total {
    position: absolute;
    right: 0;
    top: -5px;
    background-color: #334357;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#_desktop_cart .btn-header:hover .cart-products-count,
#_desktop_cart .btn-header:hover .ap-total,
#wishlist-header .btn-header:hover .cart-products-count,
#wishlist-header .btn-header:hover .ap-total {
    background-color: #849968;
}

#leo_search_top_button:hover .material-icons,
.leo_block_top .btn-header:hover .material-icons {
    color: #849968;
}

.box-dptop {
    align-items: center;
    position: relative;
}

.box-dptop .center {
    position: static;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

@keyframes stunderlinemove {
    0% {
        width: 100%;
    }

    50% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.box-product-tab.home2 {
    position: relative;
    padding: 100px 0 60px;
}

@media (max-width: 991px) {
    .box-product-tab.home2 {
        padding: 60px 0 20px;
    }
}

@media (max-width: 575px) {
    .box-product-tab.home2 {
        padding: 30px 0 10px;
    }
}

.box-product-tab.home2:before {
    content: "";
    width: calc(100% - 30px);
    left: 15px;
    top: 0;
    position: absolute;
    display: block;
    height: 1px;
    background-color: #eaeaea;
}

.box-product-tab.home2 .ApColumn .title_block {
    margin-top: 0;
}

.box-product-tab.home2 .ApTabs .nav-tabs {
    top: -1px;
}

@media (max-width: 767px) {
    .box-product-tab.home2 .ApTabs .nav-tabs {
        top: 45px;
    }
}

@media (max-width: 575px) {
    .box-product-tab.home2 .ApTabs .nav-tabs {
        top: 35px;
    }
}

@media (max-width: 479px) {
    .box-product-tab.home2 .ApTabs .nav-tabs {
        top: 45px;
    }
}

.box-product-tab.home2 .owl-theme .owl-buttons {
    position: static;
}

.box-product-tab.home2 .owl-theme .owl-buttons div {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.box-product-tab.home2 .owl-theme .owl-buttons div:hover {
    background-color: #7a7a7a;
}

.box-product-tab.home2 .owl-theme .owl-buttons div:hover:before {
    color: #fff;
}

.box-product-tab.home2 .owl-theme .owl-buttons div:before {
    font-size: 12px;
    color: #888;
}

.box-product-tab.home2 .owl-theme .owl-buttons div.owl-prev {
    left: 15px;
}

.box-product-tab.home2 .owl-theme .owl-buttons div.owl-next {
    right: 15px;
}

.box-product-tab .ApTabs {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
}

@media (max-width: 767px) {
    .box-product-tab .ApTabs {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .box-product-tab .ApTabs .title_block {
        margin-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .box-product-tab .ApTabs .title_block {
        margin-bottom: 50px;
    }
}

@media (max-width: 479px) {
    .box-product-tab .ApTabs .title_block {
        margin-bottom: 100px;
    }
}

.box-product-tab .ApTabs .nav-tabs {
    position: absolute;
    top: 40px;
    right: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .box-product-tab .ApTabs .nav-tabs {
        top: 90px;
        left: 0;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
}

@media (max-width: 575px) {
    .box-product-tab .ApTabs .nav-tabs {
        top: 60px;
    }
}

@media (max-width: 479px) {
    .box-product-tab .ApTabs .nav-tabs {
        top: 70px;
    }
}

.box-product-tab .ApTabs .nav-tabs li+.nav-item {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .box-product-tab .ApTabs .nav-tabs li+.nav-item {
        margin-left: 20px;
    }
}

.box-product-tab .ApTabs .nav-tabs li a {
    border: 0;
    font-size: 18px;
    color: #888;
    text-transform: none;
    padding: 3px 0;
    position: relative;
    font-weight: 400;
    margin: 5px 0;
}

@media (max-width: 991px) {
    .box-product-tab .ApTabs .nav-tabs li a {
        font-size: 16px;
    }
}

.box-product-tab .ApTabs .nav-tabs li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    position: absolute;
    background-color: #242f3d;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.box-product-tab .ApTabs .nav-tabs li a:hover,
.box-product-tab .ApTabs .nav-tabs li a.active,
.box-product-tab .ApTabs .nav-tabs li a:focus {
    color: #242f3d;
}

.box-product-tab .ApTabs .nav-tabs li a:hover:before,
.box-product-tab .ApTabs .nav-tabs li a.active:before,
.box-product-tab .ApTabs .nav-tabs li a:focus:before {
    width: 100%;
}

.see-all-product {
    text-align: center;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .see-all-product {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .see-all-product {
        margin-top: 0;
    }
}

.see-all-product a {
    display: inline-block;
    font-size: 18px;
    color: #242f3d;
    position: relative;
    padding-bottom: 4px;
}

.see-all-product a:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #a9acaf;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.see-all-product a:focus:before,
.see-all-product a:active:before {
    background-color: #7a7a7a;
}

.see-all-product a:hover:before {
    -webkit-animation-name: stunderlinemove;
    -webkit-animation-duration: 0.3s;
    animation-name: stunderlinemove;
    animation-duration: 0.6s;
    background-color: #7a7a7a;
}

@media (max-width: 767px) {
    .box-images-cate .ApCategoryImage .block_content {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.box-images-cate .ApCategoryImage ul {
    float: left;
    position: relative;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .box-images-cate .ApCategoryImage ul {
        padding: 0 !important;
        width: 100% !important;
        margin: auto;
        text-align: center;
    }

    .box-images-cate .ApCategoryImage ul img {
        object-fit: cover;
        height: 300px;
    }
}

.box-images-cate .ApCategoryImage ul li {
    overflow: hidden;
}

.box-images-cate .ApCategoryImage ul img {
    max-width: 100%;
    -webkit-transform: scale(1.06) rotate(0.1deg);
    -moz-transform: scale(1.06) rotate(0.1deg);
    -ms-transform: scale(1.06) rotate(0.1deg);
    -o-transform: scale(1.06) rotate(0.1deg);
    transform: scale(1.06) rotate(0.1deg);
    -webkit-transition: all 0.45s cubic-bezier(0.33, 0.02, 0, 0.93);
    -moz-transition: all 0.45s cubic-bezier(0.33, 0.02, 0, 0.93);
    -ms-transition: all 0.45s cubic-bezier(0.33, 0.02, 0, 0.93);
    -o-transition: all 0.45s cubic-bezier(0.33, 0.02, 0, 0.93);
    transition: all 0.45s cubic-bezier(0.33, 0.02, 0, 0.93);
}

@media (max-width: 480px) {
    .box-images-cate .ApCategoryImage ul img {
        height: 200px;
    }
}

.box-images-cate .ApCategoryImage ul:hover img {
    -webkit-transform: translate(-3%, 0) scale(1.06);
    -moz-transform: translate(-3%, 0) scale(1.06);
    -ms-transform: translate(-3%, 0) scale(1.06);
    -o-transform: translate(-3%, 0) scale(1.06);
    transform: translate(-3%, 0) scale(1.06);
    -webkit-transition: all 0.75s cubic-bezier(0.33, 0.02, 0, 0.93);
    -moz-transition: all 0.75s cubic-bezier(0.33, 0.02, 0, 0.93);
    -ms-transition: all 0.75s cubic-bezier(0.33, 0.02, 0, 0.93);
    -o-transition: all 0.75s cubic-bezier(0.33, 0.02, 0, 0.93);
    transition: all 0.75s cubic-bezier(0.33, 0.02, 0, 0.93);
}

.box-images-cate .ApCategoryImage ul .wr-text {
    position: absolute;
    top: 60px;
    left: 40px;
}

@media (max-width: 767px) {
    .box-images-cate .ApCategoryImage ul .wr-text {
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        width: 150px;
        padding: 20px 0;
        background-color: rgba(255, 255, 255, 0.3);
        top: auto;
    }
}

.box-images-cate .ApCategoryImage ul .wr-text .cate-name {
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
    color: #242f3d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .box-images-cate .ApCategoryImage ul .wr-text .cate-name {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.box-images-cate .ApCategoryImage ul .wr-text .cate-name:hover {
    color: #7a7a7a;
}

.box-images-cate .ApCategoryImage ul .wr-text .items {
    font-size: 14px;
    color: #242f3d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.box-images-cate .ApCategoryImage ul .wr-text .items:hover {
    color: #7a7a7a;
}

.box-images-cate .ApCategoryImage ul:nth-child(1) {
    width: 66.67%;
    padding-right: 15px;
    margin-bottom: 30px;
}

.box-images-cate .ApCategoryImage ul:nth-child(2) {
    width: 33.33%;
    padding-left: 15px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .box-images-cate .ApCategoryImage ul:nth-child(2) {
        order: -1;
    }
}

.box-images-cate .ApCategoryImage ul:nth-child(3) {
    width: 50%;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .box-images-cate .ApCategoryImage ul:nth-child(3) {
        margin-bottom: 30px;
    }
}

.box-images-cate .ApCategoryImage ul:nth-child(4) {
    width: 50%;
    padding-left: 15px;
}

.box-instagram {
    max-width: 1920px;
    margin: auto;
}

.box-instagram .ApColumn {
    padding: 0;
}

.box-ftmaincontent .logo {
    margin-bottom: 30px;
}

.box-ftmaincontent ul {
    margin-bottom: 0;
}

.box-ftmaincontent .info p {
    line-height: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 15px;
    color: #000;
}

.box-ftmaincontent .info .nqt-email {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .box-ftmaincontent .ApColumn {
        text-align: center;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .box-ftmaincontent .ApColumn:nth-child(3) {
        clear: both;
        margin-top: 20px;
    }

    .box-ftmaincontent .ApColumn:nth-child(4) {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {

    .box-ftmaincontent .ApColumn:nth-child(1),
    .box-ftmaincontent .ApColumn:nth-child(2),
    .box-ftmaincontent .ApColumn:nth-child(3) {
        margin-bottom: 30px;
    }
}

.box-copyright {
    position: relative;
    padding: 30px 0;
}

@media (min-width: 992px) {
    .box-copyright {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
    }
}

@media (max-width: 1499px) {
    .box-copyright {
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .box-copyright {
        text-align: center;
    }
}

.box-copyright:before {
    content: "";
    padding: 0 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 1px;
    display: block !important;
    top: 0;
    background: #dcdcdc;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1000px;
}

.box-copyright p {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #353535;
}

.box-copyright a {
    color: #849968;
}

@media (max-width: 991px) {
    .box-copyright p {
        margin-bottom: 20px;
        line-height: 30px;
    }
}

.box-copyright span {
    font-weight: 600;
    color: #242f3d;
}

@media (min-width: 992px) {
    .box-copyright .ApImage {
        float: right;
    }
}

.box-copyright .ApImage:hover img {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

h5.aeuc_scart {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
}

@media (min-width: 768px) {
    #order-confirmation #order-items {
        width: 66.66%;
        padding: 30px;
        border: 0;
    }

    #order-confirmation .page-order-confirmation .card-block {
        padding: 0;
    }

    #order-confirmation .page-order-confirmation .card-block>.row {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #order-confirmation #order-details {
        padding: 30px;
        border-left: 1px solid #dfdfdf;
    }
}

#content-hook_payment_return {
    line-height: 1.35;
    margin: 0 0 50px;
}

#cart-summary-product-list .media {
    margin-bottom: 15px;
}

#order-items hr {
    border-top-color: #e1e1e1;
}

h5.modal-title {
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    color: #888;
}

h5.modal-title a {
    color: #000;
}

h5.modal-title a:hover {
    color: #7a7a7a;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.login-form button[data-action="show-password"] {
    font-size: 0 !important;
    color: #ccc !important;
    background: none !important;
    border: 0 !important;
}

.login-form button[data-action="show-password"]:hover {
    color: #000 !important;
}

.login-form button[data-action="show-password"]:before {
    display: inline-block;
    font-family: Material Icons;
    font-weight: 400;
    line-height: 1;
    content: "\f070";
    font-size: 17px;
}

.login-form input[type="text"]+span button[data-action="show-password"]:before {
    content: "\f06e";
}

.register-form>p {
    text-align: center;
}

.register-form .custom-checkbox {
    display: block;
    position: relative;
}

.register-form .custom-checkbox input[type="checkbox"],
.register-form .custom-checkbox>span {
    position: absolute;
    top: 0;
    left: 0;
}

.register-form .form-control-valign .radio-inline {
    margin: 10px 15px 0 0;
}

.register-form .input-group-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.register-form .input-group-btn .btn {
    font-size: 0;
    color: #ccc !important;
    background: none !important;
    border: 0;
}

.register-form .input-group-btn .btn:hover {
    color: #222 !important;
}

.register-form .input-group-btn .btn:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    content: "\f070";
    font-size: 17px;
}

.register-form input[type="text"]+.input-group-btn .btn:before {
    content: "\f06e";
}

.register-form .form-footer {
    text-align: center;
}

.register-form .form-footer .form-control-submit {
    float: none !important;
    min-width: 200px;
}

.fancybox-skin {
    background-color: #fff;
    background-image: url(../../../../../assets/img/modules/appagebuilder/images/bg-popup.jpg);
}

.fancybox-inner {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.turnoff-popup-wrapper {
    padding-left: 20px;
}

@media (max-width: 479px) {
    .turnoff-popup-wrapper {
        padding-left: 0;
    }
}

.turnoff-popup-wrapper input {
    vertical-align: -1px;
    margin-right: 10px;
}

.turnoff-popup-wrapper label {
    color: #888;
    font-size: 12px;
}

.nqt-popup {
    max-width: 770px;
    padding: 20px;
    margin-bottom: 30px;
}

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

.nqt-popup .logo-popup {
    margin-bottom: 60px;
}

.nqt-popup .title-ap-popup {
    font-size: 24px;
    color: #242f3d;
    font-weight: 400;
    margin-bottom: 10px;
}

.nqt-popup .content-ap-popup {
    font-size: 12px;
    color: #888;
    margin-bottom: 40px;
    max-width: 340px;
}

.nqt-popup .ApCountdown {
    padding: 0;
    margin-bottom: 40px;
}

.nqt-popup .ap-countdown-time {
    margin-bottom: 0;
}

.nqt-popup .ap-countdown-time li {
    float: left;
    margin-right: 30px;
    color: #242f3d;
}

.nqt-popup .ap-countdown-time li:last-child {
    margin-right: 0;
}

.nqt-popup .ap-countdown-time li b {
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

.nqt-popup .ap-countdown-time li span {
    font-size: 11px;
    font-weight: 600;
}

.nqt-popup .block_newsletter {
    max-width: 340px;
}

.nqt-popup .block_newsletter.block .block_title {
    display: none;
}

.nqt-popup .block_newsletter.block .block_content {
    width: 100%;
}

.nqt-popup form input[type="email"] {
    padding: 10px 90px 10px 0;
    font-size: 12px;
    font-weight: 400;
}

.nqt-popup form .btn {
    font-size: 10px;
    height: 37px;
    line-height: 37px;
}

@media (max-width: 479px) {
    .nqt-popup form .btn {
        text-align: left;
    }
}

.box-service {
    padding: 50px 0;
}

@media (max-width: 575px) {
    .box-service {
        padding: 30px 0;
    }
}

.box-service .ApImage {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: end;
    -moz-align-items: end;
    -ms-align-items: end;
    -o-align-items: end;
    align-items: end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

@media (max-width: 1199px) {
    .box-service .ApImage {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: start;
        -moz-justify-content: start;
        -ms-justify-content: start;
        -o-justify-content: start;
        justify-content: start;
        -ms-flex-pack: start;
    }

    .box-service .ApImage.sv-delivery,
    .box-service .ApImage.sv-return {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .box-service .ApImage.sv-payment {
        margin-bottom: 30px;
    }
}

.box-service .ApImage .image_description {
    padding-left: 10px;
}

.box-service .ApImage .service-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.box-service .ApImage .service-subtitle {
    margin-bottom: 0;
}

.box-service .ApImage:hover img {
    animation-name: animation-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@media (max-width: 991px) {
    .h2-box-banner .ApColumn .title_block {
        font-size: 25px;
        margin: 10px 0 30px;
    }

    .showmenu {
        display: none;
    }
}

@media (max-width: 479px) {
    .h2-box-banner .ApColumn .title_block {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .h2-box-banner .ApColumn:nth-child(1) .ApImage {
        margin-bottom: 15px;
    }
}

.h2-box-banner .wr-title-subtitle {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}

.h2-box-banner .ApImage {
    position: relative;
}

@media (max-width: 479px) {
    .h2-box-banner .ApImage img {
        height: 200px !important;
        object-fit: cover;
    }
}

.h2-box-banner .ApImage .image_description {
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 479px) {
    .h2-box-banner .ApImage .image_description {
        left: 20px;
    }
}

.h2-box-banner .ApImage .image_description p {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .h2-box-banner .ApImage .image_description a {
        font-size: 12px;
    }
}

.box-search-trending {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}

.box-search-trending .title_block {
    color: #242f3d;
    margin-bottom: 50px;
    font-size: 36px;
    position: relative;
    margin-top: 20px;
    margin-left: 15px;
}

@media (max-width: 991px) {
    .box-search-trending .title_block {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .box-search-trending .title_block {
        margin-top: 10px;
    }
}

.box-search-trending .sub-title-widget {
    margin-left: 15px;
}

.box-search-trending .ApCategoryImage ul {
    width: 16.66666%;
    float: left;
    text-align: center;
    padding: 18px 0;
    border: 1px solid #eaeaea;
    margin: -0.5px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .box-search-trending .ApCategoryImage ul {
        width: 25%;
    }

    .box-search-trending .ApCategoryImage ul:nth-child(4n + 1) {
        clear: both;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .box-search-trending .ApCategoryImage ul {
        width: 33.33333%;
    }

    .box-search-trending .ApCategoryImage ul:nth-child(3n + 1) {
        clear: both;
    }
}

@media (max-width: 575px) and (min-width: 480px) {
    .box-search-trending .ApCategoryImage ul {
        width: 50%;
    }

    .box-search-trending .ApCategoryImage ul:nth-child(2n + 1) {
        clear: both;
    }
}

@media (max-width: 479px) {
    .box-search-trending .ApCategoryImage ul {
        width: 100%;
    }
}

.box-search-trending .ApCategoryImage ul .cover-img {
    display: block;
    margin-bottom: 10px;
}

.box-search-trending .ApCategoryImage ul .cover-img img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.box-search-trending .ApCategoryImage ul .items {
    display: none !important;
}

.box-search-trending .ApCategoryImage ul:hover .cover-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.box-product-tab.home2 .owl-theme .owl-buttons,
.box-product-trending .products_block .owl-theme .owl-buttons,
.box-product-featured .owl-theme .owl-buttons {
    position: static;
}

.box-product-tab.home2 .owl-theme .owl-buttons div,
.box-product-trending .products_block .owl-theme .owl-buttons div,
.box-product-featured .owl-theme .owl-buttons div {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.box-product-tab.home2 .owl-theme .owl-buttons div:hover,
.box-product-trending .products_block .owl-theme .owl-buttons div:hover,
.box-product-featured .owl-theme .owl-buttons div:hover {
    background-color: #7a7a7a;
}

.box-product-tab.home2 .owl-theme .owl-buttons div:hover:before,
.box-product-trending .products_block .owl-theme .owl-buttons div:hover:before,
.box-product-featured .owl-theme .owl-buttons div:hover:before {
    color: #fff;
}

.box-product-tab.home2 .owl-theme .owl-buttons div:before,
.box-product-trending .products_block .owl-theme .owl-buttons div:before,
.box-product-featured .owl-theme .owl-buttons div:before {
    font-size: 12px;
    color: #888;
}

.box-product-tab.home2 .owl-theme .owl-buttons div.owl-prev,
.box-product-trending .products_block .owl-theme .owl-buttons div.owl-prev,
.box-product-featured .owl-theme .owl-buttons div.owl-prev {
    left: 15px;
}

.box-product-tab.home2 .owl-theme .owl-buttons div.owl-next,
.box-product-trending .products_block .owl-theme .owl-buttons div.owl-next,
.box-product-featured .owl-theme .owl-buttons div.owl-next {
    right: 15px;
}

.box-product-trending .products_block .thumbnail-container {
    margin-bottom: 0;
}

.box-image .ApImage {
    float: right;
    margin-right: -89px;
}

@media (min-width: 992px) {
    .box-image .ApImage:hover .image_description {
        border: 1px solid #eaeaea;
        -moz-box-shadow: 0 0 0 5px rgba(255, 211, 216, 0.4);
        -webkit-box-shadow: 0 0 0 5px rgba(255, 211, 216, 0.4);
        -o-box-shadow: 0 0 0 5px rgba(255, 211, 216, 0.4);
        -ms-box-shadow: 0 0 0 5px rgba(255, 211, 216, 0.4);
        box-shadow: 0 0 0 5px rgba(255, 211, 216, 0.4);
    }
}

@media (max-width: 1499px) {
    .box-image .ApImage {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .box-image .ApImage {
        float: none;
    }
}

.box-image .ApImage img {
    max-width: 1051px;
}

@media (max-width: 767px) {
    .box-image .ApImage img {
        display: none;
    }
}

.box-image .ApImage .image_description {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    background-color: rgba(253, 183, 104, 0.75);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

@media (min-width: 992px) {
    .box-image .ApImage .image_description {
        -webkit-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -ms-transition: 0.4s ease all;
        -o-transition: 0.4s ease all;
        transition: 0.4s ease all;
    }
}

@media (min-width: 768px) {
    .box-image .ApImage .image_description {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 991px) {
    .box-image .ApImage .image_description {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 767px) {
    .box-image .ApImage .image_description {
        text-align: center;
        margin: auto;
    }
}

@media (max-width: 479px) {
    .box-image .ApImage .image_description {
        width: 250px;
        height: 250px;
    }
}

.box-image .ApImage .image_description .wr-text {
    max-width: 250px;
}

.box-image .ApImage .image_description .sale-up-to {
    color: #242f3d;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.box-image .ApImage .image_description .wr-percent {
    color: #242f3d;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 80px;
}

@media (max-width: 991px) {
    .box-image .ApImage .image_description .wr-percent {
        font-size: 25px;
        line-height: 50px;
    }
}

.box-image .ApImage .image_description .wr-percent .percent {
    font-size: 80px;
}

@media (max-width: 991px) {
    .box-image .ApImage .image_description .wr-percent .percent {
        font-size: 50px;
    }
}

.box-image .ApImage .image_description a {
    display: inline-block;
    color: #242f3d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: inherit;
}

.box-image .ApImage .image_description p {
    margin-bottom: 0;
}

.box-dpnav2 {
    padding: 17px 0;
}

@media (min-width: 1200px) {
    .box-dpnav2 {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
    }
}

@media (max-width: 1199px) {
    .box-dpnav2 .ApRawHtml {
        text-align: center;
    }
}

.box-dpnav2 .ApRawHtml p {
    margin-bottom: 0;
    line-height: 24px;
}

.box-dpnav2 .ApRawHtml p span {
    color: #7a7a7a;
}

.box-dpnav2 .ApBlockLink ul {
    margin-bottom: 0;
}

.box-dpnav2 .ApBlockLink ul li {
    float: left;
}

.box-dpnav2 .ApBlockLink ul li a {
    color: #fff;
}

.box-dpnav2 .ApBlockLink ul li a:before {
    content: "\f095";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #7a7a7a;
    margin-right: 7px;
}

.box-dpnav2 .ApBlockLink ul li:last-child {
    margin-left: 20px;
}

.box-dpnav2 .ApBlockLink ul li:last-child a:before {
    content: "\e904";
}

@media (min-width: 768px) {
    .h3-box-bn {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    .h3-box-bn .ApColumn:nth-child(1) {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .h3-box-bn .ApColumn:nth-child(1) .ApImage {
        max-width: 400px;
        margin: auto;
    }

    .h3-box-bn .ApColumn:nth-child(1) .ApImage img {
        object-fit: cover;
        height: 245px !important;
    }
}

.h3-box-bn .ApColumn:nth-child(1) .ApImage .image_description {
    position: absolute;
    top: 50%;
    right: 150px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .h3-box-bn .ApColumn:nth-child(1) .ApImage .image_description {
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
}

.h3-box-bn .ApColumn:nth-child(1) .ApImage p {
    margin-bottom: 0;
}

.h3-box-bn .ApColumn:nth-child(1) .ApImage .h3-titile-bn {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .h3-box-bn .ApColumn:nth-child(1) .ApImage .h3-titile-bn {
        font-size: 30px;
        line-height: 35px;
    }
}

.h3-box-bn .ApColumn:nth-child(1) .ApImage .h3-subtitle-bn {
    margin-bottom: 30px;
}

.h3-box-bn .ApColumn:nth-child(1) .ApImage a {
    color: #7a7a7a;
}

.h3-box-bn .ApColumn:nth-child(1) .ApImage a:before {
    background-color: #7a7a7a;
}

.h3-box-bn .ApColumn:nth-child(2) .ApRawHtml {
    background-color: #242f3d;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative;
}

@media (max-width: 767px) {
    .h3-box-bn .ApColumn:nth-child(2) .ApRawHtml {
        max-width: 400px;
        height: 245px;
        margin: auto;
    }
}

.h3-box-bn .ApColumn:nth-child(2) .ApRawHtml:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-bottom: 35px solid #324154;
    border-right: 35px solid transparent;
}

.h3-box-bn .ApColumn:nth-child(2) .ApRawHtml i {
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

@media (max-width: 1199px) {
    .h3-box-bn .ApColumn:nth-child(2) .ApRawHtml i {
        font-size: 40px;
        margin-bottom: 15px;
    }
}

.h3-box-bn .ApColumn:nth-child(2) .ApRawHtml p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    padding: 0 30px;
}

@media (max-width: 1199px) {
    .h3-box-bn .ApColumn:nth-child(2) .ApRawHtml p {
        font-size: 14px;
        line-height: 24px;
    }
}

.h3-box-bn .ApColumn:nth-child(2) .ApRawHtml:hover p {
    letter-spacing: 2px;
}

.h3-box-bn .ApColumn:nth-child(2) .ApRawHtml:hover i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.box-product-featured .ApColumn .title_block {
    text-align: center;
}

.box-product-featured .ApColumn .sub-title-widget {
    text-align: center;
}

.products_block {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}

.box-image-hostpot .ApRawHtml {
    position: absolute;
    top: 50%;
    left: 115px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .box-image-hostpot .ApRawHtml {
        left: 90px;
    }
}

.box-image-hostpot .ApRawHtml p {
    margin-bottom: 25px;
    color: #7a7a7a;
}

@media (max-width: 991px) {
    .box-image-hostpot .ApRawHtml p {
        margin-bottom: 20px;
    }
}

.box-image-hostpot .ApRawHtml h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .box-image-hostpot .ApRawHtml h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

.box-image-hostpot .ApRawHtml a {
    display: inline-block;
    font-size: 16px;
    color: #242f3d;
    text-transform: uppercase;
    padding: 18px 16px 13px;
    border-radius: 30px;
    background-color: #7a7a7a;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

@media (max-width: 991px) {
    .box-image-hostpot .ApRawHtml a {
        font-size: 14px;
        padding: 15px 15px 10px;
    }
}

.box-image-hostpot .ApRawHtml a:hover {
    background-color: #fff;
}

.box-product-bestsellers .ApColumn .title_block {
    text-align: center;
}

.box-product-bestsellers .ApColumn .sub-title-widget {
    text-align: center;
}

@media (max-width: 767px) {
    .box-product-bestsellers .products_block {
        max-width: 370px;
        margin: auto;
    }
}

.width-max {
    margin: auto;
    max-width: 1710px;
}

.insta {
    text-align: center;
    padding-bottom: 135px;
    padding-top: 150px;
}

.insta .title_block {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    letter-spacing: 11px;
    margin-bottom: 15px;
}

.insta .sub-title-widget {
    color: #666;
    font-size: 14px;
    padding-bottom: 50px;
}

@media (max-width: 1199px) {
    .insta .sub-title-widget {
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .insta .sub-title-widget {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .insta .sub-title-widget {
        padding-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .insta .sub-title-widget {
        padding-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .insta {
        padding-top: 0;
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .insta {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .insta {
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .insta {
        padding-bottom: 30px;
    }
}

.blog-r {
    text-align: center;
    padding-top: 150px;
}

@media (max-width: 1199px) {
    .blog-r {
        padding-top: 100px;
    }
}

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

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

@media (max-width: 575px) {
    .blog-r {
        padding-top: 30px;
    }
}

.html-row {
    margin-top: 150px;
}

@media (min-width: 992px) {
    .html-row .ApColumn {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .html-row .ApColumn {
        width: 100%;
    }
}

.html-row .wr-title-subtitle {
    text-align: center;
}

@media (min-width: 992px) {
    .html-row .wr-title-subtitle {
        text-align: center;
        padding: 200px 0;
    }
}

@media (max-width: 1199px) {
    .html-row .wr-title-subtitle {
        padding: 150px 0;
    }
}

@media (max-width: 991px) {
    .html-row .wr-title-subtitle {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .html-row .wr-title-subtitle {
        padding: 70px 0;
    }
}

@media (max-width: 575px) {
    .html-row .wr-title-subtitle {
        padding: 50px 0;
    }
}

.html-row .wr-title-subtitle .title_block {
    font-size: 62px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .html-row .wr-title-subtitle .title_block {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .html-row .wr-title-subtitle .title_block {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .html-row .wr-title-subtitle .title_block {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .html-row .wr-title-subtitle .title_block {
        font-size: 20px;
    }
}

.html-row .wr-title-subtitle .sub-title-widget {
    color: #777;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.html-row .wr-title-subtitle .sub-title-widget:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #a09e9c;
    display: block;
    margin: 30px auto;
}

.html-row .wr-title-subtitle p {
    color: #3a3d46;
    font-size: 24px;
}

.html-row .wr-title-subtitle span {
    font-size: 14px;
    color: #777;
    text-decoration: line-through;
}

.html-row .wr-title-subtitle .style-btn {
    background: #7a7a7a;
    color: #3a3d46;
    padding: 20px 60px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .html-row {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .html-row {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .html-row {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .html-row {
        margin-top: 30px;
    }
}

.widget-category_image .cover-img {
    display: block;
    overflow: hidden;
}

.widget-category_image .cover-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    max-width: 100%;
    height: auto;
}

.widget-category_image .cover-img img:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.h5-boxlistcate {
    max-width: 1710px;
    margin: 150px auto 0;
    padding: 120px 15px;
}

@media (max-width: 991px) {
    .h5-boxlistcate {
        padding: 80px 15px;
        margin: 90px auto 0;
    }
}

@media (max-width: 575px) {
    .h5-boxlistcate {
        padding: 40px 15px;
        margin: 50px auto 0;
    }
}

@media (max-width: 480px) {
    .h5-boxlistcate {
        margin: 30px auto 0;
    }
}

.h5-boxlistcate .widget-category_image .cate-show-all {
    position: absolute;
    bottom: 35px;
    font-size: 14px;
    color: #3a3d46;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    padding: 3px 10px;
    -moz-box-shadow: 0 -9px 0 0 #7a7a7a inset;
    -webkit-box-shadow: 0 -9px 0 0 #7a7a7a inset;
    -o-box-shadow: 0 -9px 0 0 #7a7a7a inset;
    -ms-box-shadow: 0 -9px 0 0 #7a7a7a inset;
    box-shadow: 0 -9px 0 0 #7a7a7a inset;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
}

@media (max-width: 767px) {
    .h5-boxlistcate .widget-category_image .cate-show-all {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 575px) {
    .h5-boxlistcate .widget-category_image .cate-show-all {
        left: 74%;
    }
}

.h5-boxlistcate .widget-category_image .cate-show-all:hover {
    -moz-box-shadow: 0 -40px 0 0 #ec897b inset;
    -webkit-box-shadow: 0 -40px 0 0 #ec897b inset;
    -o-box-shadow: 0 -40px 0 0 #ec897b inset;
    -ms-box-shadow: 0 -40px 0 0 #ec897b inset;
    box-shadow: 0 -40px 0 0 #ec897b inset;
    color: #fff;
}

.h5-boxlistcate .widget-category_image .block_content {
    margin: 0 -15px;
}

.h5-boxlistcate .widget-category_image .block_content .wr-text {
    position: static;
}

.h5-boxlistcate .widget-category_image .block_content .cate-name {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.h5-boxlistcate .widget-category_image .block_content .items {
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding-top: 15px;
}

.h5-boxlistcate .widget-category_image .block_content>ul {
    float: left;
    padding: 15px;
}

.h5-boxlistcate .widget-category_image .block_content>ul:first-child {
    padding: 15px;
}

@media (max-width: 767px) {
    .h5-boxlistcate .widget-category_image .block_content>ul:first-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .h5-boxlistcate .widget-category_image .block_content>ul {
        width: 25%;
        float: left;
    }

    .h5-boxlistcate .widget-category_image .block_content>ul:nth-child(4n + 1) {
        padding: 15px;
        clear: both;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .h5-boxlistcate .widget-category_image .block_content>ul {
        width: 33.3333333%;
    }

    .h5-boxlistcate .widget-category_image .block_content>ul:nth-child(3n + 1) {
        padding: 15px;
        clear: both;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .h5-boxlistcate .widget-category_image .block_content>ul {
        width: 50%;
    }

    .h5-boxlistcate .widget-category_image .block_content>ul:nth-child(2n + 1) {
        padding: 15px;
        clear: both;
    }
}

@media (max-width: 575px) {
    .h5-boxlistcate .widget-category_image .block_content>ul {
        width: 100%;
    }
}

.h5-boxlistcate .widget-category_image .block_content>ul li {
    padding: 35px;
    border: 2px solid #eee;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 330px;
    position: relative;
}

@media (max-width: 1499px) {
    .h5-boxlistcate .widget-category_image .block_content>ul li {
        height: 250px;
    }
}

@media (max-width: 1499px) and (max-width: 575px) {
    .h5-boxlistcate .widget-category_image .block_content>ul li {
        height: 100px;
    }
}

.h5-boxlistcate .widget-category_image .block_content>ul li:hover {
    background-color: #fff;
    border-color: #fff;
}

.h5-boxlistcate .widget-category_image .block_content>ul li:hover .cate-show-all {
    opacity: 1;
    filter: alpha(opacity=100);
}

.h5-boxlistcate .widget-category_image .block_content>ul:hover .cate-name {
    color: #222;
}

.h5-boxlistcate .widget-category_image .block_content>ul:hover .leo-qty {
    color: #222;
}

.blog-container {
    text-align: left;
}

.blog-container:hover .left-block img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}

.blog-container .left-block {
    margin-bottom: 1.5em;
    overflow: hidden;
}

.blog-container .left-block img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.blog-container .blog-title {
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #849968;
}

.blog-container .blog-title a {
    font-size: 20px;
    letter-spacing: 0.2px;
    color: #849968;
}

.blog-container .blog-meta {
    display: inline-block;
    color: #cccccc;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-container .blog-meta:after {
    padding: 0 7px;
}

.blog-container .blog-meta a {
    font-size: 11px;
    color: #242f3d;
    text-transform: uppercase;
    letter-spacing: 0.33px;
}

.blog-container .blog-date {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.36px;
}

.blog-container .blog-desc {
    line-height: 24px;
    margin: 0;
    position: relative;
}

.blog-container .link-readmore {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 10px;
    margin: 10px 0;
    -moz-box-shadow: 0 -9px 0 0 rgba(235, 112, 37, 0.3) inset;
    -webkit-box-shadow: 0 -9px 0 0 rgba(235, 112, 37, 0.3) inset;
    -o-box-shadow: 0 -9px 0 0 rgba(235, 112, 37, 0.3) inset;
    -ms-box-shadow: 0 -9px 0 0 rgba(235, 112, 37, 0.3) inset;
    box-shadow: 0 -9px 0 0 rgba(235, 112, 37, 0.3) inset;
}

.blog-container .link-readmore:hover {
    -moz-box-shadow: 0 -50px 0 0 #eb7025 inset;
    -webkit-box-shadow: 0 -50px 0 0 #eb7025 inset;
    -o-box-shadow: 0 -50px 0 0 #eb7025 inset;
    -ms-box-shadow: 0 -50px 0 0 #eb7025 inset;
    box-shadow: 0 -50px 0 0 #eb7025 inset;
    padding: 10px;
    margin: 0;
    color: #fff;
}

.h-bot {
    padding-top: 100px;
}

@media (max-width: 1199px) {
    .h-bot {
        padding-top: 90px;
    }
}

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

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

@media (max-width: 575px) {
    .h-bot {
        padding-top: 30px;
    }
}

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

.fly {
    padding-top: 150px;
}

.fly .worl {
    text-align: center;
}

.fly .worl i {
    font-size: 30px;
    padding-bottom: 20px;
    transition: all 0.6s;
}

.fly .worl h5 {
    color: #000;
    font-size: 20px;
}

.fly .worl p {
    color: #888;
    font-size: 14px;
}

.fly .worl:hover {
    color: #7a7a7a;
}

.fly .worl:hover i {
    transform: rotateY(360deg);
}

.fly .worl:hover h5 {
    color: #7a7a7a;
}

@media (max-width: 1199px) {
    .fly {
        padding-top: 90px;
    }
}

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

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

@media (max-width: 575px) {
    .fly {
        padding-top: 30px;
    }
}

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

.we-love {
    padding-top: 150px;
}

.we-love .left p {
    font-size: 15px;
    color: #7a7a7a;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding-bottom: 35px;
}

.we-love .left h3 {
    color: #3a3d46;
    font-size: 52px;
    padding-bottom: 35px;
}

@media (max-width: 1199px) {
    .we-love .left h3 {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .we-love .left h3 {
        font-size: 37px;
    }
}

@media (max-width: 767px) {
    .we-love .left h3 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .we-love .left h3 {
        font-size: 21px;
    }
}

@media (max-width: 480px) {
    .we-love .left h3 {
        font-size: 18px;
    }
}

.we-love .left .ApImage {
    text-align: center;
}

@media (max-width: 767px) {
    .we-love .left {
        text-align: center;
    }
}

.we-love .right>.block_carousel {
    background-image: url(../../../../../assets/img/modules/appagebuilder/images/banner20-h2.webp);
    text-align: center;
    padding: 85px 0 60px;
}

@media (max-width: 1199px) {
    .we-love .right>.block_carousel {
        padding: 50px 0;
    }
}

@media (max-width: 991px) {
    .we-love .right>.block_carousel {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .we-love .right>.block_carousel {
        padding: 35px 0;
    }
}

@media (max-width: 575px) {
    .we-love .right>.block_carousel {
        padding: 30px 0;
    }
}

@media (max-width: 480px) {
    .we-love .right>.block_carousel {
        padding: 20px 0;
    }
}

.we-love .right .descript {
    max-width: 790px;
    color: #3a3d46;
    font-size: 24px;
    margin: auto;
    padding-top: 35px;
    line-height: 40px;
}

@media (max-width: 1199px) {
    .we-love .right .descript {
        font-size: 17px;
    }
}

.we-love .right .title {
    color: #3a3d46;
    font-size: 16px;
    padding-top: 40px;
}

.we-love .right .sub-title {
    color: #3a3d46;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 15px;
}

@media (max-width: 1199px) {
    .we-love {
        padding-top: 70px;
    }
}

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

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

@media (max-width: 575px) {
    .we-love {
        padding-top: 30px;
    }
}

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

.group-nav {
    margin: 0;
}

.group-nav .ApColumn {
    position: static;
    padding: 0;
}

.group-nav .block-social {
    display: none;
}

@media (max-width: 991px) {
    .group-nav .navbar-header .navbar-toggler {
        border: 0;
        margin-top: 35px;
        font-size: 25px;
    }

    .group-nav .navbar-header .navbar-toggler:hover,
    .group-nav .navbar-header .navbar-toggler:active,
    .group-nav .navbar-header .navbar-toggler:focus {
        background-color: transparent;
        color: #7a7a7a;
    }
}

@media (max-width: 991px) {
    .group-nav {
        position: absolute;
        top: 15px;
        left: 15px;
        background: none !important;
    }
}

@media (min-width: 992px) {
    .group-nav {
        position: fixed;
        top: 0;
        padding: 0;
        width: 300px;
        height: 100%;
        z-index: 9999999;
        border-right: 1px solid #ebebeb;
        left: 0;
        text-align: center;
        -webkit-transform: translate(-300px, 0);
        -moz-transform: translate(-300px, 0);
        -ms-transform: translate(-300px, 0);
        -o-transform: translate(-300px, 0);
        transform: translate(-300px, 0);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .group-nav.active-menu {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .group-nav>a {
        margin-bottom: 50px;
        display: inline-block;
        width: 100%;
    }

    .group-nav .block-social {
        display: block;
        position: absolute;
        text-align: left;
        padding-left: 1.2em;
        bottom: 40px;
        float: none;
        width: 100%;
    }

    .group-nav .block-social li {
        color: #fff;
    }

    .group-nav .block-social li:hover {
        color: #7a7a7a;
    }
}

.group-nav .wr-logo {
    width: 100%;
    text-align: left;
    padding: 20px;
}

.group-nav .closemenu {
    display: inline-block;
    float: right;
    padding: 15px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .group-nav .closemenu {
        display: none;
    }
}

.group-nav .closemenu i {
    font-size: 30px;
}

.group-nav .closemenu:hover i {
    color: #7a7a7a;
}

@media (min-width: 992px) {
    .group-nav .leo-megamenu .dropdown-menu {
        top: 90%;
        left: 100%;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    .group-nav .leo-megamenu .dropdown-menu li a.dropdown-toggle:after {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .group-nav .leo-megamenu .dropdown:hover>.dropdown-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        top: 0;
    }

    .group-nav .leo-megamenu .dropdown:hover .dropdown-menu {
        top: 0;
        left: 100%;
    }
}

.group-nav .leo-megamenu .navbar-nav li {
    position: relative;
}

.group-nav .leo-megamenu .navbar-nav>li {
    float: none;
    width: 100%;
    text-align: left;
}

.group-nav .leo-megamenu .navbar-nav>li.aligned-fullwidth>.dropdown-menu {
    left: 100%;
    right: auto;
}

@media (min-width: 1200px) {
    .group-nav .leo-megamenu .navbar-nav>li.aligned-fullwidth>.dropdown-menu {
        width: 880px !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .group-nav .leo-megamenu .navbar-nav>li.aligned-fullwidth>.dropdown-menu {
        width: 660px !important;
    }
}

.group-nav .leo-megamenu .navbar-nav>li.parent>a span.menu-title:before,
.group-nav .leo-megamenu .navbar-nav>li.parent>a span.menu-title:after {
    display: none;
}

.group-nav .leo-megamenu .navbar-nav>li:first-child>a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}

.group-nav .leo-megamenu .navbar-nav>li+.nav-item {
    margin-left: 0;
}

.group-nav .leo-megamenu .navbar-nav>li>a {
    display: block;
    color: #fff;
    padding: 0.7em 3em 0.7em 1.2em;
    outline: none;
    -moz-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-size: 15px;
    -webkit-transition: background 00.3s, box-shadow 0.3s;
    -moz-transition: background 00.3s, box-shadow 0.3s;
    -ms-transition: background 00.3s, box-shadow 0.3s;
    -o-transition: background 00.3s, box-shadow 0.3s;
    transition: background 00.3s, box-shadow 0.3s;
}

.group-nav .leo-megamenu .navbar-nav>li>a:before {
    display: none;
}

.group-nav .leo-megamenu .navbar-nav>li>a.dropdown-toggle:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 41px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    z-index: 2;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.05);
    font-size: 12px;
    margin: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.group-nav .leo-megamenu .navbar-nav>li>a:hover {
    background: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -1px transparent;
    -webkit-box-shadow: inset 0 -1px transparent;
    -o-box-shadow: inset 0 -1px transparent;
    -ms-box-shadow: inset 0 -1px transparent;
    box-shadow: inset 0 -1px transparent;
}

.box-video {
    padding: 300px 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .box-video {
        padding: 180px 0;
    }
}

@media (max-width: 991px) {
    .box-video {
        padding: 120px 0;
    }
}

@media (max-width: 767px) {
    .box-video {
        padding: 50px 0;
    }
}

.box-video .icon-play {
    background-image: url(../../../../../assets/img/modules/appagebuilder/images/at_mixmart_banner9-h4.webp);
    display: block;
    width: 102px;
    height: 102px;
    margin: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
}

.box-video .icon-play:hover {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}

.box-video .video {
    display: none;
}

#product .long-description h3,
#product .long-description h2 {
    margin-top: 30px;
}

#back-top {
    bottom: 90px;
    position: fixed;
    right: 20px;
    z-index: 90;
    border-radius: 50%;
    background-color: #334357;
    cursor: pointer;
}

#back-top a {
    margin: 2px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #fff;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.effect-zoom {
    position: relative;
    overflow: hidden;
}

.effect-zoom img {
    -webkit-transition: all 0.3s ease-out 0;
    -moz-transition: all 0.3s ease-out 0;
    -ms-transition: all 0.3s ease-out 0;
    -o-transition: all 0.3s ease-out 0;
    transition: all 0.3s ease-out 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.effect-zoom:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.3s ease-out 0;
    -moz-transition: all 0.3s ease-out 0;
    -ms-transition: all 0.3s ease-out 0;
    -o-transition: all 0.3s ease-out 0;
    transition: all 0.3s ease-out 0;
    visibility: hidden;
    display: block;
    z-index: 1;
}

.effect-zoom .image_description {
    position: relative;
    z-index: 1;
}

.effect-zoom:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.img-box-h2,
.img-box-h3 {
    padding-top: 30px;
}

.img-box-h2 .ApImage,
.img-box-h3 .ApImage {
    position: relative;
    overflow: hidden;
    max-height: 657px;
}

.img-box-h2 .left .image_description,
.img-box-h3 .left .image_description {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-banner-4>.image_description,
.home-banner-5>.image_description {
    position: absolute;
    text-align: center;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: unset !important;
}

.overflow-auto {
    overflow: auto;
}

.img-box-h2 .left .image_description p,
.img-box-h3 .left .image_description p {
    font-size: 10px;
    letter-spacing: 2px;
    color: #858585;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.img-box-h2 .left .image_description h3,
.img-box-h3 .left .image_description h3 {
    font-size: 30px;
    line-height: 36px;
    color: #353535;
    margin-bottom: 30px;
}

.img-box-h2 .left .image_description a,
.img-box-h3 .left .image_description a {
    color: #858585;
    padding: 15px 45px;
    background: #134213;
}

.img-box-h2 .center .image_description,
.img-box-h3 .center .image_description {
    position: absolute;
    text-align: center;
    bottom: 45px;
    left: 0;
    right: 0;
}

.img-box-h2 .center .image_description p,
.img-box-h3 .center .image_description p {
    font-size: 10px;
    letter-spacing: 2px;
    color: #858585;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.img-box-h2 .center .image_description h3,
.img-box-h3 .center .image_description h3 {
    font-size: 30px;
    line-height: 36px;
    color: #353535;
    margin-bottom: 17px;
}

.img-box-h2 .right .ApImage:nth-child(2) {
    margin-bottom: 0;
}

.img-box-h3 .image_description a.style-btn {
    color: #fff;
    font-size: 14px;
    background: #4d684d;
    padding: 15px 45px;
}

.img-box-h2 .right .image_description .text-img-bo a.style-btn:hover,
.img-box-h2 .image_description a.style-btn:hover,
.img-box-h3 .image_description a.style-btn:hover {
    background: #849968;
}

.img-box-h3 .left .image_description {
    top: 60px;
    left: 155px;
    right: auto;
}

.img-box-h3 .right .image_description {
    right: 65px;
    position: absolute;
    top: 80px;
    text-align: center;
}

.img-box-h3 .right .image_description h3 {
    font-size: 30px;
    line-height: 36px;
    color: #353535;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.img-box-h2 .left .image_description .text-img1,
.img-box-h3 .left .image_description .text-img1,
.home-banner-4>.image_description .text-img1,
.home-banner-5>.image_description .text-img1 {
    position: absolute;
    top: 35px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.img-box-h2 .image_description .style-btn.bottom,
.img-box-h3 .image_description .style-btn.bottom {
    position: absolute;
    bottom: 35px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    background: #4d684d !important;
    padding: 15px 45px;
    font-weight: 400 !important;
    min-width: 158px;
}

.img-box-h2 .image_description .style-btn.bottom:hover,
.img-box-h3 .image_description .style-btn.bottom:hover {
    background: #849968 !important;
}

.home-banner-4,
.home-banner-5 {
    float: left;
    max-width: 47%;
}

.home-banner-4 {
    margin-right: 3%;
}

.home-banner-5 {
    margin-left: 3%;
}

@media (max-width: 1199px) {

    .img-box-h2 .left img,
    .img-box-h2 .center img {
        width: 100% !important;
    }
}

.img-box-h2 .right>div:nth-child(2) .image_description {
    top: 100px;
    left: 40px;
    text-align: center;
    width: 230px;
}

.img-box-h2 .right .image_description {
    position: absolute;
    text-align: center;
    bottom: 70px;
    right: 45px;
}

.img-box-h2 .right .image_description p {
    font-size: 10px;
    letter-spacing: 2px;
    color: #858585;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.img-box-h2 .right .image_description h3 {
    font-size: 30px;
    line-height: 36px;
    color: #353535;
    margin-bottom: 35px;
}

.img-box-h2 .right .image_description .text-img-bo span {
    display: block;
    font-size: 14px;
    color: #353535;
    margin-bottom: 24px;
}

.img-box-h2 .right .image_description .text-img-bo a {
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    background: #4d684d;
    padding: 15px 45px;
}

.img-box-h2 .right .ApImage {
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .img-box-h2 .right .ApImage {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .img-box-h2 .right img {
        width: 100% !important;
        object-fit: cover;
    }
}

@media (max-width: 1199px) {
    .img-box-h2 .right {
        margin-top: 30px;
    }
}

.img-box-h2 .style-btn:before {
    background-color: #7a7a7a;
}

.top-footer-image {
    position: relative;
}

.top-footer-image .image_description {
    text-align: center;
    position: absolute;
    left: calc(50% - 450px);
    top: calc(50% - 150px);
}

.top-footer-image .image_description h3 {
    color: #353535;
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 10px;
}

.top-footer-image .image_description p {
    color: #858585;
    font-size: 15px;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.top-footer-image .image_description span.price {
    color: #353535;
    font-size: 30px;
    font-weight: bold;
}

.top-footer-image .image_description span.old-price {
    color: #353535;
    font-size: 15px;
    text-decoration: line-through;
}

.top-footer-image .image_description a.style-btn {
    color: #fff;
    font-size: 14px;
    background: #4d684d;
    padding: 15px 45px;
    display: block;
    width: 160px;
    margin: 30px auto 0;
}

.top-footer-image .image_description a.style-btn:hover {
    background: #849968;
}

.tit-r {
    padding-top: 160px;
}

.tit-r .title_block {
    font-size: 15px;
    color: #a2a2a2;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 0;
    text-align: center;
}

.tit-r .sub-title-widget {
    color: #3a3d46;
    font-size: 62px;
    padding-bottom: 100px;
    background: url(../../../../../assets/img/modules/appagebuilder/images/decor-large-h2.webp) no-repeat 0 0 transparent scroll;
    text-align: center;
    background-position: center center;
    padding-top: 125px;
}

@media (max-width: 1199px) {
    .tit-r .sub-title-widget {
        padding-bottom: 35px;
        font-size: 42px;
        padding-top: 40px;
    }
}

@media (max-width: 991px) {
    .tit-r .sub-title-widget {
        font-size: 35px;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .tit-r .sub-title-widget {
        font-size: 30px;
        padding-top: 20px;
    }
}

@media (max-width: 575px) {
    .tit-r .sub-title-widget {
        padding-bottom: 30px;
        font-size: 27px;
    }
}

.tit-r .top .nav-tabs {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding-bottom: 100px;
}

.tit-r .top .nav-tabs .nav-item {
    margin-right: 45px;
}

.tit-r .top .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.tit-r .top .nav-tabs .nav-item .nav-link {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #242f3d;
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: 600;
    background-color: transparent;
    border: 0;
    padding: 10px 0;
    color: #777;
}

.tit-r .top .nav-tabs .nav-item .nav-link:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    position: absolute;
    background-color: #242f3d;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-color: transparent;
}

.tit-r .top .nav-tabs .nav-item .nav-link:hover,
.tit-r .top .nav-tabs .nav-item .nav-link:active,
.tit-r .top .nav-tabs .nav-item .nav-link:focus,
.tit-r .top .nav-tabs .nav-item .nav-link:visited,
.tit-r .top .nav-tabs .nav-item .nav-link.active:focus,
.tit-r .top .nav-tabs .nav-item .nav-link:active:focus,
.tit-r .top .nav-tabs .nav-item .nav-link.active {
    outline: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #242f3d;
    background-color: transparent;
}

.tit-r .top .nav-tabs .nav-item .nav-link:hover:before,
.tit-r .top .nav-tabs .nav-item .nav-link:active:before,
.tit-r .top .nav-tabs .nav-item .nav-link:focus:before,
.tit-r .top .nav-tabs .nav-item .nav-link:visited:before,
.tit-r .top .nav-tabs .nav-item .nav-link.active:focus:before,
.tit-r .top .nav-tabs .nav-item .nav-link:active:focus:before,
.tit-r .top .nav-tabs .nav-item .nav-link.active:before {
    width: 100%;
}

.tit-r .top .nav-tabs .nav-item .nav-link:before {
    background: #7a7a7a;
}

.tit-r .top .nav-tabs .nav-item .nav-link.active {
    color: #222;
}

.tit-r .top .nav-tabs .nav-item .nav-link.active:before {
    width: 100%;
}

@media (max-width: 1199px) {
    .tit-r .top .nav-tabs {
        padding-bottom: 70px;
    }
}

@media (max-width: 991px) {
    .tit-r .top .nav-tabs {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .tit-r .top .nav-tabs {
        padding-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .tit-r .top .nav-tabs {
        padding-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .tit-r .top .nav-tabs {
        padding-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .tit-r {
        padding-top: 90px;
    }
}

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

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

@media (max-width: 575px) {
    .tit-r {
        padding-top: 30px;
    }
}

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

@media (max-width: 575px) {
    .pro-row .top .tabs-dropdown-menu {
        text-align: center;
        padding: 15px 0;
    }

    .pro-row .top .dropdown-menu {
        left: 0;
        right: 0;
        text-align: center;
    }
}

.img-cate-h2 {
    padding-top: 150px;
}

.img-cate-h2 .widget-category_image {
    float: left;
    position: relative;
}

.img-cate-h2 .wr-text {
    position: absolute;
    left: 50px;
    top: 50px;
}

.img-cate-h2 .wr-text .cate-name {
    color: #222;
    font-size: 26px;
    display: block;
    padding-bottom: 20px;
}

.img-cate-h2 .wr-text .leo-qty {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .img-cate-h2 .wr-text {
        left: 20px;
        top: 20px;
    }
}

.img-cate-h2 .cate-show-all {
    display: none;
}

@media (max-width: 1199px) {
    .img-cate-h2 {
        padding-top: 70px;
    }
}

@media (max-width: 991px) {
    .img-cate-h2 {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .img-cate-h2 {
        padding-top: 40px;
    }
}

@media (max-width: 575px) {
    .img-cate-h2 {
        padding-top: 30px;
    }
}

@media (max-width: 480px) {
    .img-cate-h2 {
        padding-top: 20px;
    }
}

@media (min-width: 576px) {
    .img-cate-h2>.ApColumn {
        display: flex;
    }
}

.img-cat-b {
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.img-cat-b .widget-category_image ul {
    padding: 0 10px;
    text-align: center;
    float: left;
}

@media (min-width: 576px) {
    .img-cat-b .widget-category_image ul {
        width: 20%;
    }
}

@media (max-width: 575px) {
    .img-cat-b .widget-category_image ul {
        width: 50%;
    }
}

.img-cat-b .widget-category_image ul li .cate-show-all {
    display: none;
}

.img-cat-b .widget-category_image ul li .leo-qty {
    display: none !important;
}

.img-cat-b .widget-category_image ul li .wr-text {
    display: block;
    padding: 25px 0;
    color: #212121;
    font-size: 15px;
    border: 1px solid #f3f4ee;
}

@media (max-width: 575px) {
    .img-cat-b .widget-category_image ul img {
        width: 100%;
    }
}

.img-cat-b .block_content {
    margin: 0 -10px;
    display: inline-block;
}

@media (max-width: 1199px) {
    .img-cat-b {
        padding-top: 70px;
    }
}

@media (max-width: 991px) {
    .img-cat-b {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .img-cat-b {
        padding-top: 40px;
    }
}

@media (max-width: 575px) {
    .img-cat-b {
        padding-top: 30px;
    }
}

@media (max-width: 480px) {
    .img-cat-b {
        padding-top: 20px;
    }
}

.tit-ba .title_block {
    font-size: 15px;
    color: #a2a2a2;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 0;
    text-align: center;
}

.tit-ba .sub-title-widget {
    color: #3a3d46;
    font-size: 62px;
    padding: 50px 0 100px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .tit-ba .sub-title-widget {
        padding-bottom: 80px;
        font-size: 42px;
        padding-top: 40px;
    }
}

@media (max-width: 991px) {
    .tit-ba .sub-title-widget {
        padding-bottom: 60px;
        font-size: 35px;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .tit-ba .sub-title-widget {
        padding-bottom: 40px;
        font-size: 30px;
        padding-top: 20px;
    }
}

@media (max-width: 575px) {
    .tit-ba .sub-title-widget {
        padding-bottom: 30px;
        font-size: 27px;
        margin: 10px 0;
    }
}

.new-wel {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 1199px) {
    .new-wel {
        padding-top: 70px;
    }
}

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

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

@media (max-width: 575px) {
    .new-wel {
        padding-top: 30px;
    }
}

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

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

#block-newsletter-label {
    text-transform: uppercase;
    color: #000;
    font-weight: normal;
}

.footer-container .nqt-email a {
    color: #849968;
    text-decoration: underline;
}

.block_newsletter form input[type="email"] {
    background: transparent;
    border: none;
    color: #849968;
    border-bottom: 1px solid #849968;
}

.block_newsletter form input::-webkit-input-placeholder {
    color: #849968;
}

.block_newsletter form input:-ms-input-placeholder {
    color: #849968;
}

.block_newsletter form input::placeholder {
    color: #849968;
}

.icon-btn-product {
    display: none;
}

.btn.btn-seemore {
    background-color: #f8f8f8;
    text-transform: uppercase;
    color: #858585;
    font-weight: bold;
    width: calc(100% - 5px);
}

.btn.btn-seemore span {
    color: #858585;
}

.btn.btn-seemore:hover span {
    color: #849968;
}

.product-miniature .thumbnail-container {
    text-align: center;
}

#leo_search_block_top .search_query {
    opacity: 0;
    border-left: 2px solid rgba(0, 0, 0, 0.05);
}

#leo_search_block_top .search_query:hover,
#leo_search_block_top .search_query:focus,
#leo_search_block_top .search_query:active,
#leo_search_block_top:hover .search_query,
#leo_search_block_top:focus .search_query,
#leo_search_block_top:active .search_query {
    opacity: 1;
    transition: 0.5s;
}

.clearfix {
    clear: both;
}

div#_desktop_search_filters_clear_all {
    text-align: center;
}

#search_filters .facet {
    border-bottom: 1px solid #dcdcdc;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #353535;
    height: 42px;
    width: 100%;
    max-width: 210px;
    margin: 10px auto 20px;
}

#search_filters .navbar-toggler {
    padding: 0 0.75rem;
}

.box-tabs-product {
    border: 1px solid #dcdcdc;
    float: left;
    width: 100%;
}

.box-tabs-product .tab-content {
    float: left;
    width: 100%;
    padding: 20px 10px;
}

.tabs-heading li {
    width: 50%;
    display: block;
    float: left;
}

.tabs-heading li a {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #353535;
    font-weight: bold;
}

.tabs-heading li a:hover {
    text-decoration: none;
}

.tabs-heading li a.active {
    border-bottom: 2px solid #353535;
}

.tabs-heading li:first-child a {
    border-right: 1px solid #dcdcdc;
}

.product-price-and-shipping {
    text-transform: uppercase;
}

.product-miniature .regular-price {
    font-size: 15px;
    color: #858585;
    font-weight: normal;
    text-transform: uppercase;
}

.h1.product-detail-name {
    font-size: 30px;
    font-weight: normal;
    color: #353535;
}

.has-discount.product-price {
    color: #353535;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 35px;
    float: left;
}

.product-discount {
    float: left;
    line-height: 52px;
    display: block;
    padding: 0 0 0 10px;
}

.discount.discount-percentage {
    float: left;
    line-height: 30px;
    color: #fff;
    background: #f39112;
    padding: 1px 7px;
    margin-top: 9px;
    font-size: 15px;
}

.product-prices .tax-shipping-delivery-label {
    color: #353535;
    width: 100%;
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

#loyalty {
    float: left;
}

.custom-footer-product .product-miniature .product-title {
    min-height: 60px;
}

.custom-footer-product {
    padding: 50px 0;
}

.custom-footer-product h2 {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: normal;
    color: #858585;
    font-size: 15px;
}

.product-miniature .highlighted-informations .quick-view {
    color: #fff;
    font-size: 15px;
    background: #4d684d;
    padding: 10px 40px;
    display: block;
    width: 181px;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 29px;
}

.product-quantity .add,
.product-quantity .qty {
    width: 100%;
}

.product-actions .add-to-cart,
.product-quantity .add .btn {
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.product-actions .add-to-cart .material-icons {
    display: none;
}

.product-price {
    font-size: 35px;
    font-weight: bold;
    color: #353535;
}

.product-variants {
    float: left;
    width: 100%;
}

.product-variants-item ul {
    margin: 0;
    padding: 0;
}

.product-variants-item li {
    line-height: 2.25em;
}

.product-variants-item li label {
    margin-bottom: 0;
}

.social-sharing>span {
    display: block;
    margin-right: 30px;
    font-size: 15px;
    color: #353535;
}

.product-images-bottom {
    position: relative;
}

.product-additional-info {
    position: relative;
    float: left;
}

.wishlist,
.compare {
    float: right;
    display: block;
    font-size: 15px;
    margin-top: 30px;
}

.wishlist {
    margin-right: 25px;
}

.leo-wishlist-button {
    color: #858585;
}

.leo-wishlist-button:hover {
    color: #858585;
}

#product .leo-wishlist-button .icon-btn-product {
    display: inline-block;
    background: url("../../img/Path39.png") no-repeat;
    width: 18px;
    height: 16px;
    margin-right: 5px;
    margin-bottom: -3px;
}

#product .leo-compare-button .icon-btn-product {
    display: inline-block;
    background: url("../../img/Path23.png") no-repeat;
    width: 19px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: -4px;
}

#product .product-quantity .input-group {
    position: relative;
}

#product .product-quantity .input-group-btn-vertical {
    width: 104px;
    position: absolute;
    left: -27px;
}

#product .product-quantity .input-group-btn-vertical .btn {
    padding: 0;
    width: 30px;
    height: 30px;
}

#product button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    left: 0;
    top: 0;
    background: url("../../img/-.png") no-repeat;
}

#product button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
    right: 0;
    top: 0;
    position: absolute;
    background: url("../../img/+.png") no-repeat;
}

#product .leo-cart-item-info .price {
    font-size: 20px;
}

#product .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    text-indent: -9999px;
}

a.cart-dropdow-button.cart-dropdow-viewcart.btn.btn-primary.btn-outline {
    color: #4d684d;
}

#order-detail-content .bootstrap-touchspin .btn-touchspin {
    background-color: #fff;
    border: 1px solid #ebebeb;
}

div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin i {
    font-size: 10px;
    color: #a1a1a1;
}

div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin i {
    top: 18px;
    left: 17px;
}

.cart_unitprice_info {
    float: left;
    font-weight: normal;
    font-size: 24px;
}

.remove-cart-section {
    float: left;
}

.icon-trash-remove {
    background: url("../../img/trash.png") no-repeat;
    display: block;
    width: 27px;
    height: 30px;
}

div#onepagecheckoutps div#onepagecheckoutps_step_review .remove-from-cart {
    background: transparent;
    width: auto;
    height: auto;
}

div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin {
    margin: -10px 0 0 65px;
}

div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin .cart-line-product-quantity {
    height: 45px;
}

div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin.bootstrap-touchspin-down {
    left: -92px;
    top: -45px;
}

div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin {
    height: 45px;
    line-height: 0;
    padding: 0;
    width: 45px;
    margin-top: 0;
    margin-bottom: 0;
}

div#onepagecheckoutps #onepagecheckoutps_step_review_top span.product-price,
div#onepagecheckoutps #onepagecheckoutps_step_review_top span.price {
    font-size: 24px;
    color: #252525;
    font-weight: normal;
    text-transform: uppercase;
}

div#onepagecheckoutps #onepagecheckoutps_step_review_top span.product-price {
    color: #4d684d;
}

.leo-dropdown-cart .product-discount .regular-price {
    font-size: 15px;
}

.leo-dropdown-cart .product-discount {
    line-height: 35px;
    display: block;
    padding: 0;
}

.leo-dropdown-cart .discount.discount-percentage {
    float: none;
}

.leo-dropdown-cart .product-price {
    font-size: 26px;
}

#header .header-nav {
    border-top: 1px solid #ebebeb;
}

#onepagecheckoutps_step_two_container {
    margin: 0 15px;
    width: calc(50% - 30px);
}

#onepagecheckoutps_step_three_container {
    margin: 0 0 0 15px;
    width: calc(50% - 15px);
}

div#onepagecheckoutps #onepagecheckoutps_step_one input,
div#onepagecheckoutps #onepagecheckoutps_step_one select,
div#onepagecheckoutps #onepagecheckoutps_step_one textarea {
    font-size: 15px;
    padding: 0 5px;
    margin-bottom: 0px;
}

#form_customer .row,
#delivery_address_container .row {
    margin-top: 10px;
}

h5.onepagecheckoutps_p_step.onepagecheckoutps_p_step_four {
    padding-bottom: 15px;
}

.section-cart-left-total {
    padding-top: 25px;
}

div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content .order_total_items .item_total .price#total_price {
    font-size: 20px;
}

.rowunderreview_top .cart-detailed-totals {
    float: right;
    width: calc(50% - 15px);
}

.rowunderreview_top .footer-last-step {
    float: left;
    width: calc(50% - 15px);
    margin-top: 25px;
}

.rowunderreview_top h5.onepagecheckoutps_p_step.onepagecheckoutps_p_step_four {
    display: none !important;
}

.rowunderreview_top .order_total_items h5.onepagecheckoutps_p_step.onepagecheckoutps_p_step_four {
    display: block !important;
}

.leo-megamenu .navbar-nav>li>a.dropdown-toggle:after {
    display: none;
}

.img-responsive {
    max-width: 100%;
    height: auto !important;
}

.bnt-custom-nav {
    text-align: center;
    padding: 15px 0;
}

.bnt-custom-nav .style-btn {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 14px;
    background: #4d684d;
    padding: 15px 45px;
    margin: 15px auto;
    font-weight: bold;
}

.bnt-custom-nav .style-btn:hover {
    background: #849968;
}

.widget-inner .product-block .product-description {
    text-align: left;
}

.leo-widget .thumbnail-container .product-title {
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    text-align: left;
}

.widget-inner .product-block .discount-percentage {
    display: none;
}

.leo-widget .thumbnail-container {
    margin-bottom: 25px;
}

.leo-widget .thumbnail-container .product-price-and-shipping .price {
    font-size: 35px;
    float: left;
}

.leo-widget .product-miniature .product-price-and-shipping {
    float: left;
}

.leo-widget .product-miniature .thumbnail-container .product-thumbnail {
    width: 100%;
}

.leo-fly-cart-total {
    background: #bba375;
    color: #fff;
    font-weight: bold;
}

.leo-fly-cart-total:hover {
    background-color: #849968;
}

.home-banner-left {
    margin-bottom: 30px;
}

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

.product-detail.product-thumbs-left .product-thumb-images .slick-list {
    overflow: hidden;
    margin-top: 30px;
}

div#accordion {
    float: left;
    width: 100%;
    margin-top: 30px;
}

div#accordion .h5 {
    margin-bottom: 0;
}

.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-prev {
    top: 0;
    bottom: auto;
    position: absolute;
    background: transparent;
    border: none;
    color: #555;
}

.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next {
    background: transparent;
    border: none;
    color: #555;
}

.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-prev:before,
.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-prev:before {
    display: none;
}

.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next:before,
.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-next:before {
    display: none;
}

.box-tabs-product #description img {
    max-width: 100%;
    height: auto;
}

.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next {
    background: transparent;
}

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

div#onepagecheckoutps div#onepagecheckoutps_step_one #btn_save_customer {
    color: #fff;
    background: #4d684d;
}

#my-account #content-wrapper .page-header {
    padding-top: 30px;
    text-transform: uppercase;
}

#main .page-content,
#main .page-header {
    text-transform: uppercase;
}

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

.footer_links li.pull-xs-left {
    float: left;
}

.footer_links li.pull-xs-right {
    float: right;
}

.footer_links a.btn.btn-outline {
    color: #fff;
}

.custom-footer-product {
    background: #f9f9f9;
}

.custom-footer-product-description {
    background: #fff;
    padding: 30px 0;
}

.button-container.cart .btn.btn-seemore {
    background-color: #4d684d;
    padding: 0;
    color: #fff;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.button-container.cart .btn.btn-seemore:hover {
    background-color: #849968;
}

.block-categories .category-sub-menu li[data-depth="1"] {
    padding: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.cssload-speeding-wheel {
    width: 18px;
    height: 20px;
    border: #fff solid;
}

div#onepagecheckoutps #onepagecheckoutps_step_three #payment_method_container .module_payment_container .payment_image {
    width: calc(100% - 43px);
}

#payment_method_container .module_payment_container {
    padding-top: 28px !important;
    position: relative;
    float: left;
}

#payment_method_container .payment_content {
    position: absolute;
    top: 5px;
    font-weight: bold;
}

div#conditions-to-approve {
    margin-top: 20px;
}

.leo-fly-cart-icon-wrapper {
    z-index: 999;
}

.leo-fly-cart.solo.type-fixed.enable-slidebar.offset-right {
    z-index: 9999;
}

main#page {
    overflow: hidden;
}

div#mCSB_1_container {
    top: 0 !important;
}

.top-banner {
    position: relative;
}

.top-banner .overlay-topbanner {
    position: absolute;
    width: 450px;
    height: 180px;
    top: calc(50% - 165px);
    left: calc(50% - 605px);
}

.top-banner .overlay-topbanner h2 {
    font-size: 75px;
    font-weight: normal;
    color: #849968;
    text-transform: uppercase;
    letter-spacing: -5px;
    margin-bottom: 30px;
}

.top-banner .overlay-topbanner h2 span {
    font-weight: bold;
}

.top-banner .overlay-topbanner p {
    color: #849968;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 25px;
}

.top-banner .overlay-topbanner .bnt {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    background: #4d684d;
    padding: 15px 45px;
    margin-top: 20px;
    font-weight: bold;
    float: left;
}

.top-banner .overlay-topbanner.center-block a.bnt {
    float: none;
    display: block;
    width: 180px;
    margin: 20px auto;
}

.header-logo.text-center {
    margin-top: 10px;
}

#list-voucher-allowed {
    display: none;
}

.customfieldcategory table {
    max-width: 100% !important;
}

#block-reassurance li {
    width: 33.33%;
    text-align: left !important;
    display: flex;
    align-items: center;
}

#block-reassurance li .block-reassurance-img {
    text-align: left;
    padding: 0;
}

#block-reassurance li .block-reassurance-img img {
    margin-top: 0;
}

@media (max-width: 1440px) {
    #order-detail-content .cart_unitprice_info span.price.special-price {
        display: none;
    }

    div#ss1_butiklunden .image_description {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 50px;
        left: 50px;
    }

    div#ss1_butiklunden .image_description .overlay-topbanner {
        position: static;
    }

    #header .header-top .box-dptop {
        align-items: center;
        position: relative;
        width: calc(100% - 135px);
        display: flex;
        align-items: center;
        height: auto;
    }

    #header .header-top .box-dptop .col-xl-3:nth-child(1) .header-logo.text-center {
        margin: 0;
    }

    #header .header-top .box-dptop .col-xl-3:nth-child(1) {
        width: 300px;
    }

    #header .header-top .box-dptop .col-xl-3.block-top-right {
        margin-top: 10px;
        width: 150px;
        margin-left: auto;
        margin-top: 0;
    }

    #header .header-top .box-dptop .center {
        width: calc(100% - 550px);
        text-align: center;
        margin: auto;
    }
}

@media (max-width: 1350px) {
    #header .header-top .box-dptop .col-xl-3:nth-child(1) {
        width: 200px;
    }

    #header .header-top .box-dptop .center {
        width: calc(100% - 350px);
        text-align: center;
        margin: auto;
    }
}

@media (max-width: 1199px) {
    div#ss1_butiklunden .image_description h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 10px;
        letter-spacing: 0;
    }

    div#ss1_butiklunden .image_description p {
        font-size: 16px;
    }

    div#ss1_butiklunden .image_description a.bnt {
        margin-top: 0;
    }

    .leo-megamenu .navbar-nav>li+.nav-item {
        margin-left: 0px;
    }

    #header .header-top .box-dptop .center .navbar-nav>li {
        padding: 0 0px;
    }

    #header .header-top .box-dptop .center .navbar-nav>li a {
        font-size: 12px;
    }

    .leo-fly-cart.solo.type-fixed.enable-slidebar.offset-right {
        z-index: 9999;
        top: 40% !important;
    }

    #block-reassurance li {
        width: 33.33%;
        text-align: left !important;
        display: flex;
        align-items: center;
    }

    #block-reassurance li .block-reassurance-img img {
        margin-top: 0;
    }

    .box-copyright {
        padding: 20px 0;
    }

    footer#footer .container {
        width: 100%;
    }

    footer#footer .container .box-ftmaincontent {
        padding: 50px 0;
    }

    #main .page-footer {
        margin-bottom: 0;
    }

    .logo-footer {
        margin-bottom: 40px;
        text-align: center;
        margin-top: 0px;
    }

    body#checkout .container {
        min-height: 100%;
        width: 100%;
    }

    div#onepagecheckoutps .cart_unitprice {
        margin-top: 20px;
        display: none;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item {
        padding: 20px 0 0;
        border: none;
        display: flex;
        flex-direction: row;
        margin: 0;
    }

    body#checkout div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content .image_product {
        padding: 0 15px;
        width: 100px;
        margin: 0;
    }
}

@media (max-width: 1198px) {
    .top-banner .overlay-topbanner {
        left: 20px;
    }

    .box-tabs-product ul.tabs-heading a {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .remove-cart-section {
        margin-left: calc(50% - 18px);
    }

    .top-banner .overlay-topbanner {
        left: 20px;
    }
}

@media (max-width: 991px) {
    #header .header-nav {
        margin: 0;
        border: none;
        display: none;
    }

    #header .header-top .box-dptop .center {
        width: 70px;
        text-align: center;
        margin: 0;
        order: 3;
        padding: 0;
    }

    #header .header-top .box-dptop {
        width: calc(100% - 0px);
        margin: 0;
    }

    #header .header-top .box-dptop .center .navbar-toggler {
        margin: 0;
    }

    .offcanvas-mainnav .navbar-nav li {
        width: 100%;
        position: relative !important;
    }

    .block_newsletter {
        font-size: 0.875rem;
        margin-bottom: 0.625rem;
        margin: 20px 0;
        text-align: center;
    }

    div#footer-4 {
        width: 100%;
    }

    div#footer-4 .block_newsletter.block {
        width: 80%;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 0px;
    }

    div#footer-1,
    div#footer-2,
    div#footer-3 {
        width: 100%;
        text-align: center;
    }

    body#product .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .tools-bottom-cover {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
    }

    .tools-bottom-cover a.leo-compare-button .name-btn-product {
        color: #353535 !important;
    }

    .tools-bottom-cover .tools-button {
        width: calc(100% - 300px) !important;
        margin: 20px 0;
        display: flex;
    }

    .tools-bottom-cover .social-block {
        width: 300px !important;
        margin-bottom: 0 !important;
        display: flex;
    }

    .tools-bottom-cover .tools-button .wishlist .leo-wishlist-button {
        color: #353535 !important;
    }

    .tools-bottom-cover .tools-button .wishlist {
        margin: 0;
    }

    .tools-bottom-cover .tools-button .compare {
        margin-left: auto;
        margin-right: 20px;
    }

    .product-variants>.product-variants-item {
        align-items: center;
    }

    .blockreassurance_product {
        margin-top: 0;
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .blockreassurance_product>div {
        float: left;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0px 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .blockreassurance_product .item-product {
        width: 50px;
    }

    .blockreassurance_product p {
        margin: 0;
    }

    body#product #header .header-top>.container {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    .leo-cart-item-img {
        width: 150px !important;
        position: relative;
    }

    .leo-dropdown-cart-item a {
        color: #232323;
        font-size: 1rem;
        margin: auto;
        text-align: center;
        display: flex;
    }

    .leo-dropdown-cart ul.leo-dropdown-list-item img {
        min-width: auto;
        height: auto;
        max-width: 95px;
        margin-right: 0;
        object-fit: cover;
        object-position: center;
        margin: auto;
    }

    .leo-cart-item-info {
        text-align: left;
        width: calc(100% - 150px);
        padding-left: 10px;
    }

    .leo-cart-item-info .product-name {
        text-align: left !important;
    }

    .leo-cart-item-info .product-name a.label {
        text-align: left;
    }

    .leo-dropdown-cart-content .leo-dropdown-list-item.active-scrollbar .mCustomScrollBox {
        height: 300px;
    }

    body.leoflycart-active-slidebar {
        position: fixed;
    }
}

@media (max-width: 920px) {
    div#ss1_butiklunden .image_description .overlay-topbanner {
        position: static;
        width: 100%;
    }

    div#ss1_butiklunden .image_description {
        top: 30px;
    }
}

@media (max-width: 768px) {
    .home-banner-right {
        margin-bottom: 0;
    }

    .customfieldcategory table td {
        display: block;
        width: 100% !important;
    }

    .top-banner .overlay-topbanner {
        width: 100%;
        top: 20px;
    }

    .top-banner .overlay-topbanner p {
        width: 90%;
    }

    .top-banner .overlay-topbanner h2 {
        margin-bottom: 15px;
    }

    .megamenu .aligned-fullwidth {
        position: relative !important;
    }

    li.ajax_block_product.product_block {
        height: 460px;
    }

    .top-footer-image .image_description {
        left: 50px;
        top: 20px;
    }

    .block-category-description-seo td {
        display: block;
        max-width: 100%;
    }

    .block-category-description-seo td img {
        max-width: 100%;
        height: auto;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin {
        margin: 0;
    }

    .remove-cart-section {
        margin-left: calc(50% - 58px);
    }
}

@media (max-width: 767px) {
    div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin {
        margin-left: 30px;
    }

    .remove-cart-section {
        margin-left: calc(50% - 30px);
    }

    .remove-cart-section {
        margin-left: 0;
        position: absolute;
        top: 10px;
        right: 0;
    }

    div#onepagecheckoutps #onepagecheckoutps_step_review_container,
    #onepagecheckoutps_step_one_container,
    body#checkout #onepagecheckoutps_step_two_container,
    body#checkout #onepagecheckoutps_step_three_container {
        width: 100%;
    }

    body#checkout #onepagecheckoutps_step_two_container {
        margin-bottom: 15px;
    }

    .rowunderreview_top .footer-last-step {
        width: 100%;
    }

    .rowunderreview_top .cart-detailed-totals {
        float: left;
        width: 100%;
    }

    #onepagecheckoutps_step_one_container {
        padding-bottom: 20px;
    }

    div#ss1_butiklunden img {
        object-fit: cover;
        height: 300px !important;
    }

    .tools-bottom-cover .social-block .social-sharing {
        justify-content: normal;
    }

    .tools-bottom-cover .social-block {
        width: auto !important;
        margin-bottom: 0 !important;
        display: flex;
    }

    .tools-bottom-cover {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .tools-bottom-cover .tools-button {
        width: auto !important;
    }

    #product .leo-compare-button .icon-btn-product {
        background-size: 72% !important;
    }

    .blockreassurance_product .item-product {
        width: 50px !important;
    }

    .blockreassurance_product .block-title,
    .blockreassurance_product p {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 680px) {
    div#ss1_butiklunden .image_description h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 10px;
        width: 100%;
        letter-spacing: 0px;
    }
}

@media (max-width: 575px) {

    .home-banner-4,
    .home-banner-5 {
        max-width: 100%;
        margin: 0;
    }

    .img-box-h2 .right .home-banner-4.ApImage:nth-child(2) {
        margin-bottom: 30px;
    }

    .footer_links li.pull-xs-left {
        margin-bottom: 20px;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin {
        margin-left: 0;
    }

    .img-box-h2 .ApImage {
        margin-bottom: 30px;
    }

    .img-box-h2 .right {
        margin-top: 0;
    }

    #block-reassurance li {
        margin: 10px 0;
    }

    li.ajax_block_product.product_block {
        height: auto;
    }

    #category #left-column {
        margin-bottom: 30px;
    }

    .slidebar_right {
        right: 10px !important;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content .order_total_items .item_total .price#total_price {
        font-size: 15px;
    }

    .custom-footer-product-description {
        padding: 30px 15px;
    }

    .custom-footer-product-description img {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    div#wishlist-header {
        display: none;
    }

    .img-box-h2 .right img {
        width: 100% !important;
        object-fit: cover;
    }

    .img-box-h2 .right .image_description {
        position: absolute;
        text-align: center;
        bottom: 70px;
        right: 45px;
        width: 100%;
        margin: auto;
        position: absolute;
        top: 32%;
        left: 74%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 20px;
    }

    .right .home-banner-3 .image_description {
        top: 20%;
    }

    .right .home-banner-4 .image_description,
    .right .home-banner-5 .image_description {
        transform: translateX(-50%);
        left: 50% !important;
    }

    .img-box-h2 .right>div:nth-child(2) .image_description {
        top: 100px;
        left: 100px;
        text-align: center;
        width: 230px;
    }

    .tools-bottom-cover .tools-button {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .tools-bottom-cover .tools-button .compare,
    .tools-bottom-cover .tools-button .wishlist {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        padding: 0;
    }

    .box-tabs-product ul.tabs-heading {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .box-tabs-product ul.tabs-heading li {
        width: 100%;
        display: block;
        float: left;
    }

    .h1.product-detail-name {
        font-size: 25px;
        font-weight: normal;
        color: #353535;
    }
}

@media (max-width: 420px) {
    .img-box-h2 .right .image_description {
        top: 32%;
        left: 50%;
    }

    .img-box-h2 .right>div:nth-child(2) .image_description {
        top: 100px;
        left: 50%;
        text-align: center;
        width: 230px;
    }

    .logo-footer img {
        width: 80% !important;
    }
}

@media (max-width: 320px) {
    div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin .cart-line-product-quantity {
        width: 30px;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin {
        width: 30px;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin i {
        left: 10px;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin.bootstrap-touchspin-down {
        left: -57px;
    }

    .footer_links li.pull-xs-right {
        float: left;
    }
}

/*only popup add to cart ming*/
@media (max-width: 1199px) {
    body .header-dropdown-cart .header-right {
        width: 20px;
    }

    body .header-dropdown-cart .header-left {
        width: calc(100% - 20px);
    }
}

@media (max-width: 575px) {
    body .leo-dropdown-cart ul.leo-dropdown-list-item img {
        min-width: 100%;
        height: auto;
        max-width: 95px;
    }

    body .leo-fly-cart-slidebar .leo-dropdown-cart .leo-dropdown-list-item-warpper {
        padding-left: 10px;
        margin-top: 30px;
        border-right: 1px solid #dcdcdc;
        padding-right: 10px;
    }

    body .leo-cart-item-img {
        width: 50px !important;
        position: relative;
    }

    body .leo-cart-item-info {
        text-align: left;
        width: calc(100% - 80px);
        padding-left: 10px;
    }

    body .leo-cart-item-info span.price {
        font-size: 18px;
    }

    body .leo-dropdown-cart .product-price {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    body .leo-cart-item-info .product-quantity {
        width: auto;
        float: left;
        margin-top: 0;
        margin-left: auto;
        float: right;
    }

    body .leo-dropdown-cart-item a.leo-remove-from-cart {
        right: 10px;
        bottom: 12px;
        position: static;
    }

    body .header-dropdown-cart .header-left span {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
    }

    body .leo-cart-item-info .product-name a.label {
        text-align: left;
        font-size: 14px;
    }

    body .leo-dropdown-cart-item {
        padding-right: 0;
    }

    body .leo-fly-cart-slidebar .leo-dropdown-cart .leo-dropdown-bottom {
        width: 100%;
        padding-right: 10px;
    }
}

/*only checkout ming*/
@media (max-width: 1199px) {
    body#checkout .container {
        min-height: 100%;
        width: 100%;
    }

    div#onepagecheckoutps .cart_unitprice {
        margin-top: 20px;
        display: none;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item {
        padding: 20px 0 0;
        border: none;
        display: flex;
        flex-direction: row;
        margin: 0;
    }

    body#checkout div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content .image_product {
        padding: 0 15px;
        width: 100px;
        margin: 0;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item .col-lg-5.col-md-12.col-xs-12.col-12.cart_unit_wrap {
        margin-left: auto;
        display: flex;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item .col-lg-5.col-md-12.col-xs-12.col-12.cart_unit_wrap .total-price-line {
        position: relative;
        display: block;
        width: 200px;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item .col-lg-5.col-md-12.col-xs-12.col-12.cart_unit_wrap .col-md-3.col-xs-9.col-9.text-md-center.cart_unit {
        margin-left: auto;
        float: none;
        width: 300px;
    }

    div#onepagecheckoutps #onepagecheckoutps_step_review_top {
        max-width: calc(100% - 0px) !important;
    }
}

@media (max-width: 1024px) {
    div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item .col-lg-5.col-md-12.col-xs-12.col-12.cart_unit_wrap .col-md-3.col-xs-9.col-9.text-md-center.cart_unit {
        margin-left: auto;
        float: none;
        width: auto;
        display: flex;
        flex-direction: row;
        padding: 0 !important;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item .col-lg-5.col-md-12.col-xs-12.col-12.cart_unit_wrap .col-md-3.col-xs-9.col-9.text-md-center.cart_unit .remove-cart-section {
        width: 37px;
        margin: 0;
    }
}

@media (max-width: 991px) {
    div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item .col-lg-5.col-md-12.col-xs-12.col-12.cart_unit_wrap {
        margin-left: auto;
        display: flex;
        padding: 0;
    }

    div#onepagecheckoutps #onepagecheckoutps_step_review_top span.product-price {
        color: #4d684d;
        font-size: 18px;
        font-weight: bold;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item .col-lg-5.col-md-12.col-xs-12.col-12.cart_unit_wrap .total-price-line {
        width: 150px;
    }
}

@media (max-width: 767px) {
    div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item {
        flex-wrap: wrap;
        height: 150px;
    }

    body#checkout div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content>.row>div.cart_description {
        width: calc(100% - 120px);
        margin-left: auto;
        padding: 0 !important;
    }

    body#checkout div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content .image_product {}

    div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin {
        height: 30px;
        line-height: 0;
        padding: 0;
        width: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin i {
        top: 7px;
        left: 8px;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin .cart-line-product-quantity {
        height: 30px;
        width: 30px;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin.bootstrap-touchspin-down {
        border-right: 0px solid white;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item .col-lg-5.col-md-12.col-xs-12.col-12.cart_unit_wrap .col-md-3.col-xs-9.col-9.text-md-center.cart_unit {
        margin-left: auto;
        float: none;
        width: 160px;
        display: flex;
        flex-direction: row;
        padding: 0 !important;
    }

    .icon-trash-remove {
        background-size: 70%;
    }

    .remove-cart-section {
        top: 24px;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item .col-lg-5.col-md-12.col-xs-12.col-12.cart_unit_wrap .total-price-line {
        width: 150px;
        margin-top: 0;
    }

    body#checkout div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content>.row>div {
        padding: 0 15px;
        text-align: right !important;
        padding-top: 0;
        margin-bottom: 0;
        flex-direction: column;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item .col-lg-5.col-md-12.col-xs-12.col-12.cart_unit_wrap .col-md-3.col-xs-9.col-9.text-md-center.cart_unit {
        margin-left: auto;
        float: none;
        width: 170px;
        display: flex;
        flex-direction: row;
        padding: 0 !important;
        align-items: center;
    }

    .remove-cart-section {
        margin-left: 0;
        position: absolute;
        top: 6px;
        right: 0;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item .col-lg-5.col-md-12.col-xs-12.col-12.cart_unit_wrap .total-price-line {
        width: 150px;
        margin-top: 10px;
        margin-right: 0;
        margin-left: auto;
        padding-right: 0;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item .col-lg-5.col-md-12.col-xs-12.col-12.cart_unit_wrap {
        margin-left: auto;
        display: flex;
        padding: 0 !important;
    }

    div#onepagecheckoutps #onepagecheckoutps_step_review_top {
        max-width: calc(100% - 0px) !important;
    }

    body#checkout div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content .image_product {}

    div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin {
        margin: 0 15px;
        margin-left: auto;
        margin-right: 40px;
    }
}

@media (max-width: 565px) {
    body#checkout #onepagecheckoutps_step_review_top #order-detail-content .col-xs-3.col-3.text-md-right.hidden-xs-up {
        display: none !important;
    }

    body#checkout div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content>.row>div.cart_description p.s_title_block,
    body#checkout div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content>.row>div.cart_description span.product_attributes {
        text-align: right;
    }

    body#checkout div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item .col-lg-5.col-md-12.col-xs-12.col-12.cart_unit_wrap .col-md-3.col-xs-9.col-9.text-md-center.cart_unit .remove-cart-section {
        right: 0;
    }

    body#checkout div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin {
        margin-left: auto;
        float: right;
        margin-right: 40px;
    }

    body#checkout div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content>.row>div.cart_description p.s_title_block span {
        display: block;
    }

    div#onepagecheckoutps div#onepagecheckoutps_step_one #opc_show_login {
        font-size: 13px;
    }
}