<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.btn,
.btn i::before,
.btn-wishlist i::before,
.category-group-image .category-content ul,
.grid.gutter-no,
.header-search.hs-expanded .btn-search i,
.mfp-figure figure,
.post .btn i::before,
.product-gallery:not(.product-gallery-vertical) .product-thumbs:not(.swiper-wrapper) .product-thumb,
.store-wcfm-banner .ratings-full,
.store-wcmp .seller-info-list,
.tab-with-title.tab-nav-boxed .nav-item:last-child,
.tab-with-title.tab-nav-center .nav-tabs,
.testimonial.swiper-slide,
blockquote,
body,
figure,
input {
    margin: 0
}

#scroll-top,
#scroll-top i,
.row {
    display: -webkit-box;
    display: -ms-flexbox
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif
}

.post-content p,
.post-md .post-content p {
    -webkit-line-clamp: 3
}

.alert .close-icon,
.alert-icon i,
.btn i,
img {
    vertical-align: middle
}

.btn,
.form-control,
.select-box select:focus,
.select-menu select:focus,
:focus {
    outline: 0
}

#scroll-top:focus,
#scroll-top:hover,
.mfp-close,
a {
    text-decoration: none
}

.mfp-arrow,
html {
    -webkit-tap-highlight-color: transparent
}

#account-dashboard p a:hover,
.checkout .login-content .checkbox a:hover,
.checkout .show-coupon:hover,
.checkout .show-login:hover,
.login-popup .tab-pane a:not(.btn):hover,
.my-account .icon-box.text-center:hover p,
.order .order-table tbody a:hover,
.paypal-que:hover,
.post-mask a:hover,
.post-single-content .author-details .btn:hover,
.product-absolute .product-name:hover a,
.store-wcmp .store-title a:hover {
    text-decoration: underline
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    font-size: 62.5%;
    font-size-adjust: 100%;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#scroll-top,
body {
    font-size: 1.4rem
}

body {
    overflow-x: hidden;
    line-height: 1.6;
    color: #666;
    background: #fff
}

.menu .has-submenu&gt;a,
main {
    display: block;
    position: relative
}

body:not(.loaded) * {
    -webkit-transition: none !important;
    transition: none !important
}

.page-wrapper {
    position: relative;
    -webkit-transition: margin .4s, opacity .5s;
    transition: margin .4s, opacity .5s
}

.bought-together-products .product-media:hover img,
.breadcrumb li:not(:last-child):hover,
.instagram-info:hover .instagram-content,
.loaded&gt;.page-wrapper,
.login-page .checkbox-round.active+label::after,
.mfp-arrow:focus,
.mfp-arrow:hover,
.mfp-close:focus,
.mfp-close:hover,
.mfp-ready .mfp-content&gt;*,
.mmenu-active .mobile-menu-close,
.order-summary .card-header a.collapse::after,
.post-mask:hover .post-meta,
.product-absolute:hover::before,
.product-media:hover img:last-child,
.pswp__ui&gt;button:hover,
.show-code-action:hover&gt;.show-code,
.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-container .slide-animate.show-content {
    opacity: 1
}

ul {
    padding-left: 1.5em
}

.breadcrumb,
.category-list,
.dropdown-box,
.fee-description,
.filter-items,
.menu,
.menu ul,
.mobile-menu,
.mobile-menu ul,
.nav,
.nav ul,
.nav-filters,
.pagination,
.product-details ul,
.product-tabs&gt;div ul,
.shipping-methods,
.shipping-methods ul,
.widget-body,
.widget-body ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

#product-tab-description .sub-title span,
.list-circle i {
    margin-right: 1.2rem
}

a {
    color: #5f8a98;
    -webkit-transition: color .3s;
    transition: color .3s
}

a:hover {
    color: #5f8a98
}

hr {
    margin: .5rem 0 1.5rem;
    border: 0;
    border-top: 1px solid #eee
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

table {
    width: 100%;
    border-collapse: collapse
}

.scrollable {
    -webkit-overflow-scrolling: touch
}

.br-50,
.br-lg,
.br-sm,
.br-xs,
.overflow-hidden {
    overflow: hidden !important
}

.scrollable::-webkit-scrollbar {
    height: 7px;
    width: 4px
}

.scrollable::-webkit-scrollbar-thumb {
    margin-right: 2px;
    background: rgba(0, 0, 0, .25);
    border-radius: 5px;
    cursor: pointer
}

.scrollable-light::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .2)
}

.scrollable:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .25)
}

.product .product-pa-wrapper .load-more-overlay.loading::after,
.sticky-content.fix-top {
    top: 0
}

.product:hover .product-pa-wrapper .product-action,
.sticky-content.fix-bottom {
    bottom: 0
}

.sticky-content.fixed {
    position: fixed;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 1051;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1)
}

.sticky-content.fixed.fix-top {
    -webkit-animation: .4s fixedTopContent;
    animation: .4s fixedTopContent
}

.sticky-content.fixed.fix-bottom {
    -webkit-animation: .4s fixedBottomContent;
    animation: .4s fixedBottomContent
}

#scroll-top {
    position: fixed;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -4rem;
    right: 1.5rem;
    z-index: 9999;
    width: 4.6rem;
    height: 4.6rem;
    font-weight: 700;
    color: #222;
    opacity: 0;
    -webkit-transition: bottom .3s, opacity .3s;
    transition: bottom .3s, opacity .3s
}

#scroll-top.show {
    opacity: 1;
    bottom: 98px
}

#scroll-top:hover {
    opacity: .8
}

#scroll-top i {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    color: #fff;
    background-color: #333;
    border: 2px solid #333;
    border-radius: 50%;
    z-index: 1
}

#scroll-top svg {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    z-index: -1
}

#scroll-top svg circle {
    stroke: #2C67E7;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-dasharray: 1, 400
}

@media (max-width:768px) {
    #scroll-top {
        display: none
    }
}

.load-more-overlay.loading::after,
.loading:not(.load-more-overlay) {
    -webkit-animation: 650ms linear infinite spin;
    animation: 650ms linear infinite spin;
    border: 2px solid transparent;
    border-radius: 32px;
    border-top: 2px solid #5f8a98 !important;
    border-right: 2px solid rgba(51, 102, 153, .4) !important;
    border-bottom: 2px solid #5f8a98 !important;
    border-left: 2px solid rgba(51, 102, 153, .4) !important;
    content: "";
    display: block;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    right: auto;
    position: absolute;
    width: 20px
}

.custom-radio,
.dropdown,
.load-more-overlay,
.overlay-dark .banner,
.overlay-dark figure,
.overlay-light .banner,
.overlay-light figure,
.post-mask,
.product-nav .product-nav-next,
.product-nav .product-nav-prev,
.row&gt;*,
.select-box,
.select-menu,
.shop-sidebar,
.shop-table .product-thumbnail a,
.show-code-action,
.sticky-footer .cart-dropdown,
.swiper {
    position: relative
}

.load-more-overlay.loading::after,
.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
    content: ""
}

.load-more-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: .8
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.container,
.container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
}

.container-fluid {
    max-width: 1820px
}

.container {
    max-width: 1280px
}

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.row&gt;* {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.gutter-lg {
    margin-left: -15px;
    margin-right: -15px
}

.gutter-lg&gt;* {
    padding-left: 15px;
    padding-right: 15px
}

.gutter-sm {
    margin-left: -5px;
    margin-right: -5px
}

.gutter-sm&gt;* {
    padding-left: 5px;
    padding-right: 5px
}

.gutter-xs {
    margin-left: -1px;
    margin-right: -1px
}

.gutter-xs&gt;* {
    padding-left: 1px;
    padding-right: 1px
}

.gutter-no {
    margin-left: 0;
    margin-right: 0
}

.cart .card-header a,
.gutter-no&gt;*,
.testimonial-blockquote {
    padding-left: 0;
    padding-right: 0
}

.col-12,
.cols-1&gt;* {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.col-6,
.cols-2&gt;* {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.col-4,
.cols-3&gt;* {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%
}

.col-3,
.cols-4&gt;* {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.cols-5&gt;* {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

.col-2,
.cols-6&gt;* {
    max-width: 16.6667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%
}

.cols-7&gt;* {
    max-width: 14.2857%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857%;
    flex: 0 0 14.2857%
}

.cols-8&gt;* {
    max-width: 12.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%
}

.col-1,
.col-5 {
    -webkit-box-flex: 0
}

.col-1 {
    max-width: 8.3333%;
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%
}

.col-5 {
    max-width: 41.6667%;
    -ms-flex: 0 0 41.6667%;
    flex: 0 0 41.6667%
}

.col-7,
.col-8 {
    -webkit-box-flex: 0
}

.col-7 {
    max-width: 58.3333%;
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%
}

.col-8 {
    max-width: 66.6667%;
    -ms-flex: 0 0 66.6667%;
    flex: 0 0 66.6667%
}

.col-10,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
}

.col-10 {
    max-width: 83.3333%;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%
}

.col-11 {
    max-width: 91.6667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6667%;
    flex: 0 0 91.6667%
}

@media (min-width:480px) {

    .col-xs-12,
    .cols-xs-1&gt;* {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .col-xs-6,
    .cols-xs-2&gt;* {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .col-xs-4,
    .cols-xs-3&gt;* {
        max-width: 33.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }

    .col-xs-3,
    .cols-xs-4&gt;* {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .cols-xs-5&gt;* {
        max-width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

    .col-xs-2,
    .cols-xs-6&gt;* {
        max-width: 16.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-xs-7&gt;* {
        max-width: 14.2857%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-xs-8&gt;* {
        max-width: 12.5%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%
    }

    .col-xs-1 {
        max-width: 8.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%
    }

    .col-xs-5 {
        max-width: 41.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6667%;
        flex: 0 0 41.6667%
    }

    .col-xs-7 {
        max-width: 58.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
        flex: 0 0 58.3333%
    }

    .col-xs-8 {
        max-width: 66.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6667%;
        flex: 0 0 66.6667%
    }

    .col-xs-9 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }

    .col-xs-10 {
        max-width: 83.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333%;
        flex: 0 0 83.3333%
    }

    .col-xs-11 {
        max-width: 91.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6667%;
        flex: 0 0 91.6667%
    }
}

.order-first,
.product-gallery-vertical.product-thumbs-sticky .product-thumbs-wrap {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.grid {
    margin: -1rem
}

.category-masonry-section .grid-item3 .category-banner,
.category-masonry-section .grid-item3 figure,
.category-masonry-section .grid-item3 img,
.grid .banner,
.grid .banner img,
.grid .category,
.grid .category img,
.grid .category&gt;a,
.grid figure,
.instagram-masonry-grid .instagram,
.megamenu .menu-banner figure,
.product-sticky-content .product-media img,
.store-list .store-banner,
.vendor-products .product-media img {
    height: 100%
}

.grid img {
    -o-object-fit: cover;
    object-fit: cover
}

.grid .grid-item {
    padding: 1rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.grid.gutter-sm {
    margin: -.5rem
}

.grid.gutter-sm .grid-item {
    padding: .5rem
}

.blog-sidebar .widget .widget-body,
.cart-dropdown .cart-toggle,
.grid.gutter-no .grid-item,
.product-list .product-details,
.product-single .product-details,
.product-sticky-content .product-form.container,
.sticky-footer .product-name a {
    padding: 0
}

.grid::after {
    content: "";
    display: block;
    clear: both
}

.d-block,
.grid.grid-float {
    display: block !important
}

.grid.grid-float .grid-item {
    float: left
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.mt-1 {
    margin-top: .5rem !important
}

.mb-1 {
    margin-bottom: .5rem !important
}

.pt-1 {
    padding-top: .5rem !important
}

.pb-1 {
    padding-bottom: .5rem !important
}

.mt-2 {
    margin-top: 1rem !important
}

.mb-2 {
    margin-bottom: 1rem !important
}

.pt-2 {
    padding-top: 1rem !important
}

.pb-2 {
    padding-bottom: 1rem !important
}

.mt-3 {
    margin-top: 1.5rem !important
}

.mb-3 {
    margin-bottom: 1.5rem !important
}

.pt-3 {
    padding-top: 1.5rem !important
}

.pb-3 {
    padding-bottom: 1.5rem !important
}

.mt-4 {
    margin-top: 2rem !important
}

.mb-4 {
    margin-bottom: 2rem !important
}

.pt-4 {
    padding-top: 2rem !important
}

.pb-4 {
    padding-bottom: 2rem !important
}

.mt-5 {
    margin-top: 2.5rem !important
}

.mb-5 {
    margin-bottom: 2.5rem !important
}

.pt-5 {
    padding-top: 2.5rem !important
}

.pb-5 {
    padding-bottom: 2.5rem !important
}

.mt-6 {
    margin-top: 3rem !important
}

.mb-6 {
    margin-bottom: 3rem !important
}

.pt-6 {
    padding-top: 3rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.mt-7 {
    margin-top: 3.5rem !important
}

.mb-7 {
    margin-bottom: 3.5rem !important
}

.pt-7 {
    padding-top: 3.5rem !important
}

.pb-7 {
    padding-bottom: 3.5rem !important
}

.mt-8 {
    margin-top: 4rem !important
}

.mb-8 {
    margin-bottom: 4rem !important
}

.pt-8 {
    padding-top: 4rem !important
}

.pb-8 {
    padding-bottom: 4rem !important
}

.mt-9 {
    margin-top: 4.5rem !important
}

.mb-9 {
    margin-bottom: 4.5rem !important
}

.pt-9 {
    padding-top: 4.5rem !important
}

.pb-9 {
    padding-bottom: 4.5rem !important
}

.mt-10 {
    margin-top: 5rem !important
}

.mb-10 {
    margin-bottom: 5rem !important
}

.pt-10 {
    padding-top: 5rem !important
}

.pb-10 {
    padding-bottom: 5rem !important
}

.ml-0 {
    margin-left: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.ml-1 {
    margin-left: .5rem !important
}

.mr-1 {
    margin-right: .5rem !important
}

.pl-1 {
    padding-left: .5rem !important
}

.pr-1 {
    padding-right: .5rem !important
}

.ml-2 {
    margin-left: 1rem !important
}

.mr-2 {
    margin-right: 1rem !important
}

.pl-2 {
    padding-left: 1rem !important
}

.pr-2 {
    padding-right: 1rem !important
}

.ml-3 {
    margin-left: 1.5rem !important
}

.mr-3 {
    margin-right: 1.5rem !important
}

.pl-3 {
    padding-left: 1.5rem !important
}

.pr-3 {
    padding-right: 1.5rem !important
}

.ml-4 {
    margin-left: 2rem !important
}

.mr-4 {
    margin-right: 2rem !important
}

.pl-4 {
    padding-left: 2rem !important
}

.pr-4 {
    padding-right: 2rem !important
}

.ml-5 {
    margin-left: 2.5rem !important
}

.mr-5 {
    margin-right: 2.5rem !important
}

.pl-5 {
    padding-left: 2.5rem !important
}

.pr-5 {
    padding-right: 2.5rem !important
}

.ml-6 {
    margin-left: 3rem !important
}

.mr-6 {
    margin-right: 3rem !important
}

.pl-6 {
    padding-left: 3rem !important
}

.pr-6 {
    padding-right: 3rem !important
}

.ml-7 {
    margin-left: 3.5rem !important
}

.mr-7 {
    margin-right: 3.5rem !important
}

.pl-7 {
    padding-left: 3.5rem !important
}

.pr-7 {
    padding-right: 3.5rem !important
}

.ml-8 {
    margin-left: 4rem !important
}

.mr-8 {
    margin-right: 4rem !important
}

.pl-8 {
    padding-left: 4rem !important
}

.pr-8 {
    padding-right: 4rem !important
}

.ml-9 {
    margin-left: 4.5rem !important
}

.mr-9 {
    margin-right: 4.5rem !important
}

.pl-9 {
    padding-left: 4.5rem !important
}

.pr-9 {
    padding-right: 4.5rem !important
}

.ml-10 {
    margin-left: 5rem !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.mr-10 {
    margin-right: 5rem !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.pl-10 {
    padding-left: 5rem !important
}

.pr-10 {
    padding-right: 5rem !important
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 400;
    margin: 0 0 2rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    letter-spacing: 0
}

h1 {
    font-size: 4rem
}

.about-us .awards-wrapper .title,
.icon-box.icon-box-secondary .icon-box-icon i,
.post-single-content .post-single .post-title,
.title.title-lg,
.widget-icon-box i.w-icon-bag,
.widget-icon-box i.w-icon-money,
h2 {
    font-size: 3rem
}

.bought-together-products .bought-price,
.my-account .icon-box.icon-box-side .w-icon-download,
.post-single-content .title-lg,
.product-single .old-price,
h3 {
    font-size: 2.4rem
}

#account-details .title-password,
.about-us .customer-service .card-header,
.alert-icon i.w-icon-exclamation-triangle,
.icon-box.icon-box-lg .icon-box-title,
.post-meta .post-comment i,
.product-hidden-details .btn-wishlist,
.product-list .btn-wishlist,
.review-title,
.store-wcmp .store-title a,
.widget-search-form .btn-search i,
h4 {
    font-size: 1.8rem
}

.order-table .shipping-methods .title,
.post-single-content .post-title,
.product-widget .product-price,
h5 {
    font-size: 1.5rem
}

#product-tab-description ul,
.menu-banner5 .banner-price-info,
.post-single-content .author-name-wrapper span,
.wcfm-toolbox option,
h6 {
    font-size: 1.3rem
}

p {
    font-size: 1.4rem;
    line-height: 1.86
}

.parallax-testimonial-section,
.typo-grid {
    margin-bottom: 4.7rem
}

.list-style-none {
    list-style: none
}

.list-type-check li {
    position: relative;
    padding-left: 2rem;
    line-height: 2
}

.list-type-check li::before {
    position: absolute;
    display: block;
    left: 0;
    top: 1px;
    content: "";
    font-family: wolmart;
    font-weight: 600;
    font-size: 1.3rem
}

.list-circle li {
    padding-left: 1rem;
    margin-bottom: 1rem
}

.list-circle i {
    width: 4rem;
    height: 4rem;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    text-align: center;
    line-height: 3.8rem;
    font-size: 1.1rem
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-normal {
    text-transform: none !important
}

.after-none::after,
.before-none::before,
.d-none,
.mfp-hide {
    display: none !important
}

.d-inline-block {
    display: inline-block !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.banner-newsletter-2 .banner-content,
.category-default1 .category-content,
.post-calendar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.p-sticky {
    position: sticky !important
}

.p-relative {
    position: relative !important
}

.x-50 {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.x-50.y-50 {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.y-50 {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.font-weight-bold {
    font-weight: 600 !important
}

.font-weight-bolder {
    font-weight: 700 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-size-md {
    font-size: 1.3rem !important
}

.font-size-sm {
    font-size: 1.2rem !important
}

.font-size-normal {
    font-size: 1.4rem !important
}

.font-size-lg {
    font-size: 2.2rem !important
}

.font-size-xl {
    font-size: 2.4rem !important
}

.font-primary {
    font-family: Poppins, sans-serif !important
}

.font-secondary {
    font-family: "Open Sans", sans-serif !important
}

.alert,
.post-meta {
    font-family: Poppins, sans-serif
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.text-white {
    color: #fff !important
}

.text-light {
    color: #999 !important
}

.text-lighter {
    color: #ccc !important
}

.text-primary {
    color: #5f8a98 !important
}

.text-secondary {
    color: #f93 !important
}

.text-dark {
    color: #333 !important
}

.order .address-table td,
.text-default {
    color: #666 !important
}

.text-hover-underline::after {
    display: block;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    content: ""
}

.btn-underline:active::after,
.btn-underline:focus::after,
.btn-underline:hover::after,
.text-hover-underline:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.ls-25 {
    letter-spacing: -.025em !important
}

.ls-15 {
    letter-spacing: -.015em !important
}

.ls-10 {
    letter-spacing: -.01em !important
}

.ls-50 {
    letter-spacing: -.05em !important
}

.ls-normal {
    letter-spacing: 0 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-dark {
    background-color: #333 !important
}

.bg-primary {
    background-color: #976661  !important
}

.bg-secondary {
    background-color: #f93 !important
}

.bg-grey {
    background-color: #f5f5f5 !important
}

.bg-image {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.br-lg {
    border-radius: 1.3rem !important
}

.br-sm {
    border-radius: .5rem !important
}

.br-xs {
    border-radius: .3rem !important
}

.br-50 {
    border-radius: 50% !important
}

.border-no {
    border: none !important
}

.bb-no {
    border-bottom: none !important
}

.bt-no {
    border-top: none !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-2 {
    line-height: 2 !important
}

.order-reverse {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.accordion,
.banner,
.mmenu-active,
.overlay-rotate,
.overlay-zoom,
.post-content p,
.post-media,
.post-widget .post-title,
.product-slideup-content,
.swiper-img-dots a {
    overflow: hidden
}

.product-hidden-details .product-action .btn-wishlist,
.swiper&gt;.swiper-container {
    position: static
}

.swiper&gt;.swiper-container&gt;.swiper-pagination {
    bottom: -4.5rem
}

.swiper-pagination {
    position: static;
    margin-top: 1.5rem
}

.alert,
.alert ul li,
.card-header a {
    position: relative
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #d7d7d7;
    opacity: 1
}

.swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #ccc;
    border-color: #ccc
}

.pg-grey&gt;.swiper-pagination .swiper-pagination-bullet-active,
.product-hidden-details .btn-cart:hover,
.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5f8a98;
    border-color: #5f8a98
}

.icon-angle-left::before,
.swiper-button-prev::before,
.swiper-container-rtl .swiper-button-next::before,
.w-icon-angle-left:before {
    content: ""
}

.icon-angle-right::before,
.pswp__button--arrow--right::before,
.swiper-button-next::before,
.swiper-container-rtl .swiper-button-prev::before,
.w-icon-angle-right:before {
    content: ""
}

.swiper-button-next,
.swiper-button-prev {
    padding: 0;
    z-index: 99;
    border: none;
    background-color: transparent;
    -webkit-transition: .3s;
    transition: .3s
}

.swiper-button-next::before,
.swiper-button-prev::before {
    font-family: Wolmart
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: default;
    color: #ccc
}

.swiper-container:not(.swiper-container-initialized) .swiper-slide,
.swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    width: auto
}

.banner figure img,
.product-thumbs-wrap img,
.swiper-slide img {
    display: block;
    width: 100%
}

.swiper-container:not(.swiper-container-initialized) .swiper-wrapper.row {
    width: calc(100% + 2rem)
}

.about-us .boost-section img,
.about-us .customer-service img,
.become-a-vendor img,
.footer .category-box a:last-child::before,
.header .inner-wrap,
.mfp-video-popup video,
.product-gallery:not(.product-gallery-vertical) .swiper-slide img,
.store-wcmp-banner .store-media img,
.swiper-container:not(.swiper-container-initialized) .swiper-wrapper.gutter-no {
    width: 100%
}

.swiper-container:not(.swiper-container-initialized) .swiper-wrapper.gutter-xs {
    width: calc(100% + 2*1px)
}

.swiper-container:not(.swiper-container-initialized) .swiper-wrapper.gutter-sm {
    width: calc(100% + 2*5px)
}

.swiper-container:not(.swiper-container-initialized) .swiper-wrapper.gutter-md {
    width: calc(100% + 2*10px)
}

.swiper-container:not(.swiper-container-initialized) .swiper-wrapper.gutter-lg {
    width: calc(100% + 2*15px)
}

.swiper-theme .swiper-button-next,
.swiper-theme .swiper-button-prev {
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #5f8a98
}

.swiper-theme .swiper-button-next:not(.swiper-button-disabled):active,
.swiper-theme .swiper-button-next:not(.swiper-button-disabled):focus,
.swiper-theme .swiper-button-next:not(.swiper-button-disabled):hover,
.swiper-theme .swiper-button-prev:not(.swiper-button-disabled):active,
.swiper-theme .swiper-button-prev:not(.swiper-button-disabled):focus,
.swiper-theme .swiper-button-prev:not(.swiper-button-disabled):hover,
.tab-nav-solid .nav-item .nav-link.active,
.tab-nav-solid .nav-item.show .nav-link,
.tab-nav-solid .nav-item:hover .nav-link {
    color: #fff;
    background-color: #5f8a98;
    border-color: #5f8a98
}

.swiper-theme .swiper-button-next.swiper-button-disabled,
.swiper-theme .swiper-button-prev.swiper-button-disabled {
    color: #ccc;
    opacity: .6
}

.swiper-theme .swiper-button-prev {
    left: -40px
}

.swiper-theme .swiper-button-next {
    right: -40px
}

.swiper-theme .swiper-pagination .swiper-pagination-bullet {
    margin: 5px
}

.swiper-theme .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5f8a98;
    border-color: #5f8a98;
    width: 8px
}

@media (max-width:1300px) {
    .swiper-theme .swiper-button-prev {
        left: 20px
    }

    .swiper-theme .swiper-button-next {
        right: 20px
    }
}

.nav-inner&gt;.swiper-button-next,
.nav-inner&gt;.swiper-button-prev,
.product:not(.product-single):hover .product-countdown-container {
    opacity: 0;
    visibility: hidden
}

.mfp-arrow-left,
.nav-inner&gt;.swiper-button-prev,
.pswp__counter {
    left: 0
}

.cart-dropdown.cart-offcanvas.opened .dropdown-box,
.mfp-arrow-right,
.nav-inner&gt;.swiper-button-next,
.product-nav .product-nav-next .product-nav-popup {
    right: 0
}

.cart-dropdown.cart-offcanvas.opened .cart-overlay,
.hotspot-product .product .product-action-vertical,
.nav-inner:hover&gt;.swiper-button-next,
.nav-inner:hover&gt;.swiper-button-prev,
.right-sidebar-active .right-sidebar .sidebar-close,
.sidebar-active .sidebar .sidebar-close {
    opacity: 1;
    visibility: visible
}

.calendar .btn-calendar.btn-calendar-prev,
.nav-inner:hover&gt;.swiper-button-prev {
    left: 2rem
}

.calendar .btn-calendar.btn-calendar-next,
.menu-banner5 .banner-content.text-right,
.nav-inner:hover&gt;.swiper-button-next {
    right: 2rem
}

.nav-top&gt;.swiper-button-next,
.nav-top&gt;.swiper-button-prev {
    position: absolute;
    width: 15px;
    top: -5.3rem;
    left: auto;
    color: #777;
    font-size: 1.4rem;
    font-weight: 400
}

.nav-top&gt;.swiper-button-next:not(.swiper-button-disabled):active,
.nav-top&gt;.swiper-button-next:not(.swiper-button-disabled):focus,
.nav-top&gt;.swiper-button-next:not(.swiper-button-disabled):hover,
.nav-top&gt;.swiper-button-prev:not(.swiper-button-disabled):active,
.nav-top&gt;.swiper-button-prev:not(.swiper-button-disabled):focus,
.nav-top&gt;.swiper-button-prev:not(.swiper-button-disabled):hover {
    background-color: transparent;
    border-color: transparent;
    color: #5f8a98
}

.btn-dark-light.btn-underline:active,
.btn-dark-light.btn-underline:focus,
.btn-dark-light.btn-underline:hover,
.footer a,
.nav-top&gt;.swiper-button-next.swiper-button-disabled,
.nav-top&gt;.swiper-button-prev.swiper-button-disabled,
.post-single-content .swiper-button-next:not(.swiper-button-disabled),
.post-single-content .swiper-button-prev:not(.swiper-button-disabled) {
    color: #000000;
}
footer a:hover {
    color: #000000;
}
.nav-top&gt;.swiper-button-next {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    right: 3.7rem
}

.nav-top&gt;.swiper-button-prev {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 3.5rem
}

.nav-right .swiper-button-next,
.nav-right .swiper-button-prev {
    position: absolute;
    right: 3rem;
    top: auto;
    bottom: 2.8rem;
    left: auto
}

.nav-right .swiper-button-prev {
    right: 5.5rem
}

.pg-white&gt;.swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    border-color: #fff;
    opacity: .8
}

.pg-white&gt;.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5f8a98;
    border-color: #5f8a98;
    opacity: 1
}

.pg-grey&gt;.swiper-pagination .swiper-pagination-bullet {
    background-color: #eee;
    border-color: #eee
}

.swiper-theme&gt;.swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: .3s;
    transition: .3s
}

.swiper-theme&gt;.swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 9rem
}

.pg-inner .swiper-pagination {
    position: absolute;
    bottom: 4.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pg-right .swiper-pagination {
    position: absolute;
    bottom: 4.2rem;
    right: 3rem;
    left: auto;
    width: unset
}

.swiper-img-dots {
    z-index: 1000
}

.swiper-img-dots a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin: 0 1.5rem 1rem;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-box-shadow: 0 0 0 2px #ccc;
    box-shadow: 0 0 0 2px #ccc;
    -webkit-transition: padding .4s, -webkit-box-shadow .4s;
    transition: padding .4s, box-shadow .4s, -webkit-box-shadow .4s
}

.swiper-img-dots a.active,
.swiper-img-dots a:hover {
    -webkit-box-shadow: 0 0 0 2px #5f8a98;
    box-shadow: 0 0 0 2px #5f8a98
}

.custom-radio .custom-control-label.round::after,
.product-action-vertical .btn-product-icon,
.swiper-img-dots a img {
    border-radius: 50%
}

.brands-swiper .swiper-slide,
.product-variations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swiper-container .slide-animate {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    will-change: filter, transform, opacity;
    opacity: 0
}

.shadow-swiper {
    margin: -20px;
    padding: 20px
}

.swiper-nav-lg&gt;.swiper-button-next,
.swiper-nav-lg&gt;.swiper-button-next:not(.swiper-button-disabled):active,
.swiper-nav-lg&gt;.swiper-button-next:not(.swiper-button-disabled):focus,
.swiper-nav-lg&gt;.swiper-button-next:not(.swiper-button-disabled):hover,
.swiper-nav-lg&gt;.swiper-button-prev,
.swiper-nav-lg&gt;.swiper-button-prev:not(.swiper-button-disabled):active,
.swiper-nav-lg&gt;.swiper-button-prev:not(.swiper-button-disabled):focus,
.swiper-nav-lg&gt;.swiper-button-prev:not(.swiper-button-disabled):hover,
.swiper-nav-md&gt;.swiper-button-next,
.swiper-nav-md&gt;.swiper-button-next:not(.swiper-button-disabled):active,
.swiper-nav-md&gt;.swiper-button-next:not(.swiper-button-disabled):focus,
.swiper-nav-md&gt;.swiper-button-next:not(.swiper-button-disabled):hover,
.swiper-nav-md&gt;.swiper-button-prev,
.swiper-nav-md&gt;.swiper-button-prev:not(.swiper-button-disabled):active,
.swiper-nav-md&gt;.swiper-button-prev:not(.swiper-button-disabled):focus,
.swiper-nav-md&gt;.swiper-button-prev:not(.swiper-button-disabled):hover {
    background-color: transparent;
    border: none
}

.accordion-boxed .card,
.accordion-simple .card,
.cart-dropdown.cart-offcanvas .products,
.product-lists .product-list {
    border-top: 1px solid #eee
}

.contact-us .icon-box .w-icon-headphone,
.expanded-newsletter .icon-box-side .icon-box-icon i,
.swiper-nav-lg&gt;.swiper-button-next,
.swiper-nav-lg&gt;.swiper-button-prev {
    font-size: 4.8rem
}

.swiper-nav-md&gt;.swiper-button-next,
.swiper-nav-md&gt;.swiper-button-prev {
    font-size: 3.3rem
}

.alert-block,
.banner-video.paused video,
.banner-video.playing video,
.cart .cart-summary label,
.category-image .category-media img,
.category-menu .megamenu.type2,
.label-down span,
.logo img,
.logo-footer,
.logo-footer img,
.payment img,
.pg-show&gt;.swiper-pagination,
.product-single-swiper img,
.toolbox-horizontal .select-menu:not(.toolbox-sort),
.vendor-banner a,
.vertical-menu&gt;li&gt;a {
    display: block
}

.accordion .collapsed,
.accordion .expanding,
.login-page .login-vendor,
.mfp-align-top .mfp-container:before,
.mfp-close span,
.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader,
.nav-hide&gt;.swiper-button-next,
.nav-hide&gt;.swiper-button-prev,
.product-sticky-content.fix-top.fixed .product-name,
.product-sticky-content.fixed .product-qty-form label,
.selected-items,
.widget-collapsible .collapsed+.widget-body,
body .payment-popup,
body .product-popup {
    display: none
}

.alert-cart-product,
.card-header a {
    display: -webkit-box;
    display: -ms-flexbox
}

@media (min-width:1600px) {
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333%;
        flex: 0 0 83.3333%;
        max-width: 83.3333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666%;
        flex: 0 0 16.6666%;
        max-width: 16.6666%
    }

    .pg-xxl-hide&gt;.swiper-pagination {
        display: none
    }

    .nav-xxl-show&gt;.swiper-button-next,
    .nav-xxl-show&gt;.swiper-button-prev {
        display: block
    }
}

.noUi-target {
    background: #ccc;
    margin: 4px 5px 1.5rem
}

.noUi-connects {
    padding: 11.5px 0;
    top: -10px
}

.noUi-connect {
    background: #5f8a98;
    margin-top: 10px;
    height: 2px
}

.banner,
.banner-background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.banner-newsletter-4,
.noUi-horizontal {
    background-color: #eee
}

.noUi-horizontal {
    height: 2px
}

.noUi-horizontal .noUi-handle {
    width: 1.1rem;
    height: 1.1rem;
    background: #5f8a98
}

.card-header {
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.5
}

.card-header a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    padding: 1.4rem 5rem 1.4rem 2rem;
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

.alert-icon i,
.alert-inline .alert-title,
.label-down i,
.product:not(.product-single) .countdown-amount,
.product:not(.product-single) .countdown-period {
    display: inline-block
}

#account-dashboard .icon-box:hover p,
#product-tab-reviews .tab-nav-boxed .nav-link.active,
#product-tab-reviews .tab-nav-boxed .nav-link:hover,
#product-tab-vendor .store-phone a:hover,
.account:hover .login,
.account:hover b,
.account:hover span,
.alert ul a:hover,
.banner .banner-content a:not(.btn).active,
.banner .banner-content a:not(.btn):hover,
.breadcrumb.shop-breadcrumb li.active,
.btn-absolute .btn:hover,
.btn-cart.btn-link,
.btn-cart.btn-link:active,
.btn-cart.btn-link:hover,
.btn-primary.btn-underline:active,
.btn-primary.btn-underline:focus,
.btn-primary.btn-underline:hover,
.card-header a.collapse,
.card-header a:hover,
.card-header a:hover::after,
.category a:hover,
.category-ellipse .category-name:hover,
.category-icon:hover .category-name,
.category-image:hover a,
.category-menu li:hover&gt;a:not(.menu-title),
.checkout .login-content .checkbox a,
.compare:hover,
.dropdown li.active&gt;a,
.dropdown li:hover&gt;a,
.dropdown.show&gt;a,
.dropdown:hover&gt;a,
.element-section .element:hover p,
.filter-items .show&gt;a,
.filter-items a:hover,
.footer .category-box a:active,
.footer .category-box a:focus,
.footer .category-box a:hover,
.footer .widget-about .widget-about-call:hover,
.footer a.active,
.footer a:active,
.footer a:hover,
.header a:not(.btn):hover,
.header-call .chat a:hover,
.header-call:hover .phone-number,
.header-call:hover .w-icon-call,
.header-search.hs-toggle:hover,
.icon-box-primary .icon-box-icon i,
.menu a:hover,
.menu&gt;li.active&gt;a:not(.menu-title),
.menu&gt;li:hover&gt;a:not(.menu-title),
.mobile-menu li.expanded&gt;a,
.mobile-menu li.show&gt;a,
.mobile-menu li:hover&gt;a,
.my-account .link-item:hover,
.nav-filter.active,
.nav-filter:hover,
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item:hover .nav-link,
.order .order-table tbody a,
.order-subtable tbody .order,
.post-meta a:hover,
.post-single-content .btn-reply:active,
.post-single-content .btn-reply:focus,
.post-single-content .btn-reply:hover,
.post-title:hover,
.product-cat a:hover,
.product-details&gt;.btn-wishlist:hover,
.product-name a:hover,
.product-single .product-categories a:hover,
.product-single .product-sku a:hover,
.product.product-cart .btn-close:hover,
.rating-reviews:hover,
.reviewer-name a:hover,
.shop-default-category .category-ellipse:hover .category-name,
.shop-table .btn-close:hover i,
.single-product .nav-top&gt;.swiper-button-next:not(.swiper-button-disabled):hover,
.single-product .nav-top&gt;.swiper-button-prev:not(.swiper-button-disabled):hover,
.sold-by a,
.sticky-link:hover,
.store-grid .store-title:hover,
.tab-with-title .nav-item .nav-link.active,
.tab-with-title .nav-item.show .nav-link,
.tab-with-title .nav-item:hover .nav-link,
.testimonial-blockquote .testimonial-action a:hover,
.title-link-wrapper a:hover,
.vendor-brand .vendor-name:hover,
.vendor-product-title a:hover,
.vendor-widget .vendor-name:hover,
.visit-vendor-btn:hover,
.wishlist-table .wishlist-in-stock,
.wishlist:hover {
    color: #5f8a98
}

.card-header a::after,
.card-header a::before {
    position: absolute;
    top: 50%;
    right: 2rem;
    margin-top: -.1rem;
    font-family: wolmart;
    font-size: 1.2rem;
    font-weight: 400;
    color: #333
}

.collapse::after,
.expand::after {
    content: "";
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.expand::after {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.accordion-plus .collapse::after,
.collapse::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.card-body {
    padding: 1.2rem 2rem
}

.card-body p {
    font-size: 1.3rem;
    line-height: 2
}

.accordion-boxed .card:last-child,
.accordion-simple .card:last-child,
.cart .accordion,
.category-menu&gt;li:not(:last-child)&gt;a,
.header-border .header-bottom,
.order-table tr,
.post-slider,
.shop-table tbody,
.widget-icon-box .icon-box-side:not(:last-child),
.widget-products.widget-products-bordered .product-widget:not(:last-child),
aside .service-list&gt;:not(:last-child) {
    border-bottom: 1px solid #eee
}

.accordion-simple .card-body {
    padding-top: 0
}

.accordion-boxed .card-header a {
    padding-bottom: 1.6rem
}

.accordion-boxed .card {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}

.accordion-boxed .card-body {
    padding-top: .5rem;
    padding-bottom: 1.1rem
}

#account-details .card,
.accordion-boxed.accordion-gutter-md .card,
.tab-nav-outline2 .tab-content,
.tab-nav-solid2 .tab-content,
.vendor-map,
.widget-products.widget-products-bordered .widget-body {
    border: 1px solid #eee
}

.accordion-boxed.accordion-plus .collapse::after,
.accordion-boxed.accordion-plus .collapse::before,
.accordion-boxed.accordion-plus .expand::after,
.accordion-boxed.accordion-plus .expand::before,
.alert-dark.alert-bg,
.banner-video .btn-play-video:hover,
.hotspot-product:hover {
    background-color: #333
}

.accordion-bg .card-header a {
    background-color: #f5f5f5
}

.accordion-bg.accordion-primary .card-header a,
.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:hover {
    background-color: #5f8a98;
    color: #fff
}

.accordion-bg.accordion-primary .card-header a::after,
.banner-video .btn-play-video:hover::before,
.btn-product:active,
.btn-product:hover,
.btn-white.btn-underline:active,
.btn-white.btn-underline:focus,
.btn-white.btn-underline:hover,
.calendar .btn-calendar:hover,
.category-dropdown&gt;a:not(.btn):hover,
.code-content .code-copy a:hover,
.footer .social-icons-colored .social-icon,
.footer-dark .widget-about .widget-about-call,
.footer-dark .widget-title,
.footer.footer-dark a.active,
.footer.footer-dark a:active,
.footer.footer-dark a:hover,
.hotspot-product:hover .btn-hotspot,
.icon-box-white .icon-box-icon i,
.mfp-preloader a:hover,
.product-absolute:hover .product-name a,
.social-icon-border-color .social-icon:hover,
.social-icons-colored .social-icon,
.social-no-color .social-icon:focus,
.social-no-color .social-icon:hover,
.testimonial-bg cite,
.toolbox-horizontal .filter-items .btn {
    color: #fff
}

.alert ul a,
.alert-title,
.banner .banner-content a:not(.btn),
.breadcrumb a,
.calendar .calendar-header a,
.category a,
.pagination a,
.post-meta a:hover span,
.post-title a,
.product-name a,
.product-single,
.product-single .product-categories a,
.product-single .product-sku a,
.product-single .product-title a {
    color: inherit
}

.accordion-bg.accordion-plus .collapse::after,
.accordion-bg.accordion-plus .collapse::before,
.accordion-bg.accordion-plus .expand::after,
.accordion-bg.accordion-plus .expand::before,
.alert-dark .close-icon::after,
.alert-dark .close-icon::before,
.btn-white.btn-outline:active,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:hover,
.compare-product-list .btn-remove:active,
.compare-product-list .btn-remove:focus,
.compare-product-list .btn-remove:hover,
.product-sticky-content.fixed,
.shop-table .btn-close:hover {
    background-color: #fff
}

.accordion-plus .collapse::before,
.accordion-plus .expand::before {
    content: "";
    width: 1px;
    height: 1rem;
    right: 2.4rem;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: transform .3s, background-color .3s, -webkit-transform .3s
}

.accordion-plus .expand::before {
    background-color: #333;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.accordion-plus .expand::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.accordion-plus .collapse::before {
    background-color: transparent !important;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.accordion-plus .collapse::after,
.accordion-plus .expand::after {
    content: "";
    width: 1rem;
    height: 1px;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    font-size: 1.6rem;
    right: 2rem;
    background-color: #333
}

.accordion-border .card-body {
    border: 1px solid #eee;
    border-top: 0
}

.accordion-icon .card-header i {
    font-size: 1.7rem;
    margin: 0 .8rem 0 0
}

.accordion-icon .card-body {
    padding-top: .3rem;
    padding-bottom: 1.2rem
}

.accordion-icon.accordion a {
    padding: 1.8rem 5rem 1.8rem 2rem;
    word-break: break-word
}

.accordion-gutter-md .card:not(:first-child),
.sticky-link.search-toggle p {
    margin-top: 1rem
}

#product-tab-reviews .ratings-list .progress-bar span,
.alert-rounded,
.input-wrapper-rounded .form-control {
    border-radius: .4rem
}

.alert {
    padding: 1.4rem 3.5rem 1.4rem 2rem;
    font-size: 1.4rem;
    line-height: 1.75;
    border: 1px solid;
    letter-spacing: -.003em;
    border-radius: .3rem
}

.alert .close-icon {
    width: 1.6rem;
    height: 1.6rem
}

.alert .close-icon::before {
    height: 1px
}

.alert .close-icon::after {
    width: 1px
}

.alert ul {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding-left: 3.9rem;
    list-style-type: none
}

.alert ul li {
    line-height: 1.9
}

.alert ul li::before {
    position: absolute;
    content: "";
    font-family: wolmart;
    font-weight: 600;
    font-size: 1.3rem;
    left: -1.9rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: .1rem
}

.alert-title {
    font-size: 1.4rem;
    line-height: inherit;
    margin-bottom: 0;
    letter-spacing: .01em;
    font-weight: 600
}

.banner,
.banner-newsletter-2,
.post {
    font-size: 1rem
}

.btn-close .close-icon::after,
.btn-close .close-icon::before {
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.btn-close:hover .close-icon::after,
.btn-close:hover .close-icon::before {
    background-color: #000
}

.alert-success {
    border-color: #c4df9b;
    color: #799b5a
}

.alert-success.alert-bg {
    background-color: #c4df9b
}

.alert-primary {
    border-color: #d7e8f8;
    color: #5f8a98
}

.alert-primary.alert-bg {
    background-color: #d7e8f8
}

.alert-primary .close-icon::after,
.alert-primary .close-icon::before,
.tip.tip-new {
    background-color: #5f8a98
}

.alert-warning {
    border-color: #ffcc6d;
    color: #ffa800
}

.alert-warning.alert-bg {
    background-color: #fff1d7;
    border-color: #fff1d7
}

.alert-warning .close-icon::after,
.alert-warning .close-icon::before {
    background-color: #f93
}

.alert-error {
    border-color: #f7e5e5;
    color: #6d1a17
}

.alert-error.alert-bg {
    background-color: #f7e5e5;
    color: #a94442
}

.alert-error .close-icon::after,
.alert-error .close-icon::before {
    background-color: #6d1a17
}

.alert-dark {
    border-color: #333;
    color: #fff
}

.alert-inline.alert-block {
    padding-top: 1.5rem;
    padding-bottom: 1.2rem
}

.alert-inline.alert-block .alert-title,
.cart .cart-action .btn-clear,
.coming-content .social-icon,
.login-popup .nav.nav-tabs .nav-item:first-child,
.my-account .icon-box.icon-box-side .icon-map-marker,
.my-account .icon-box.icon-box-side .icon-orders,
.nav-filters li:not(:last-child),
.post-single-content .post-navigation .nav-prev i,
.product-price .new-price:not(:last-child),
.tab-vendor-products.tab-nav-underline .nav-item:not(:last-child),
.tab-with-title.tab-nav-boxed .nav-item:not(:last-child),
.toolbox-left&gt;:not(.toolbox-pagination):not(:last-child),
.toolbox-right&gt;:not(.toolbox-pagination):not(:last-child),
.toolbox&gt;:not(.toolbox-pagination):not(:last-child) {
    margin-right: 1rem
}

.alert-icon i,
.alert-icon i.w-icon-cog {
    margin: 0 .8rem 0 .1rem
}

.alert-inline.alert-block .alert-title i {
    font-size: 1.6rem;
    margin-right: 1rem
}

.alert-icon {
    padding: 1.4rem 2.2rem 1.4rem 1.9rem
}

.alert-icon i {
    font-size: 1.8rem;
    line-height: 1
}

.alert-icon i.far,
.alert-icon i.fas {
    margin-bottom: .3rem;
    margin-left: .1rem
}

.alert-button {
    padding: 1.2rem 1.9rem 1.9rem;
    letter-spacing: 0
}

.alert-button .btn:not(:last-child) {
    margin-right: .6rem
}

.alert-button:not(.alert-block) {
    padding: 1rem 2.2rem 1rem 1rem
}

.alert-button:not(.alert-block) .btn {
    margin-right: 1.5rem
}

.alert-button p {
    max-width: 49rem;
    margin-bottom: 2.2rem;
    font-size: 1.3rem
}

.alert-button .alert-title {
    margin-bottom: .6rem;
    letter-spacing: -.01em
}

.alert-button.alert-block .btn-rounded,
.minipopup-box .product-action .btn {
    padding-left: 1.9em;
    padding-right: 1.9em
}

.alert-button .btn-error {
    background-color: #fff;
    border-color: #fff;
    color: #6d1a17
}

.alert-block .alert-title {
    letter-spacing: -.01em
}

#account-orders .account-orders-table td.order-total,
.calendar,
.post-mask .post-title {
    letter-spacing: 0
}

.alert-block .btn-close {
    position: absolute;
    top: 1.9rem;
    right: 1.9rem
}

.alert-block.alert-bg .alert-title i {
    margin-right: .8rem;
    font-size: 1.5rem
}

.alert-cart-product {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    border-style: dashed
}

.alert-cart-product .btn-success {
    padding: .86em 1.37em;
    margin-right: 1.9rem
}

.alert-cart-product .btn-close.btn-link {
    margin: 0 1rem 0 auto;
    padding-bottom: 0
}

.alert-cart-product .btn-close.btn-link i::after,
.alert-cart-product .btn-close.btn-link i::before {
    background-color: #799b5a
}

.icon-accordion-section,
.summary-section {
    margin-bottom: 3.7rem
}

.appear-animate,
.category-dropdown.menu-fixed .dropdown-box,
.category-dropdown.menu-fixed::after,
.product-hidden-details .btn-product-icon,
.product-simple:hover .product-price {
    visibility: hidden;
    opacity: 0
}

.appear-animation-visible,
.banner-video.paused:hover .btn-play-video,
.banner-video.playing:hover .btn-play-video,
.category-dropdown.dropdown.show .dropdown-box,
.category-dropdown.dropdown.show::after,
.product:hover .product-action,
.product:hover .product-action-horizontal,
.product:hover .product-action-vertical,
.ratings-full:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

@-webkit-keyframes fixedTopContent {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transform-origin: center top 0px;
        transform-origin: center top 0px
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fixedTopContent {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transform-origin: center top 0px;
        transform-origin: center top 0px
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fixedBottomContent {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transform-origin: center top 0px;
        transform-origin: center top 0px
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fixedBottomContent {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transform-origin: center top 0px;
        transform-origin: center top 0px
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes showMsgFirst {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes showMsgFirst {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes showMsg {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes showMsg {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes navItemArrow {

    0%,
    100% {
        position: relative;
        left: -3px
    }

    50% {
        position: relative;
        left: 2px
    }
}

@keyframes navItemArrow {

    0%,
    100% {
        position: relative;
        left: -3px
    }

    50% {
        position: relative;
        left: 2px
    }
}

@-webkit-keyframes fadeInLeftShorter {
    from {
        opacity: 0;
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0);
        -webkit-transform-origin: 0, 0;
        transform-origin: 0, 0
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftShorter {
    from {
        opacity: 0;
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0);
        -webkit-transform-origin: 0, 0;
        transform-origin: 0, 0
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftShorter {
    -webkit-animation-name: fadeInLeftShorter;
    animation-name: fadeInLeftShorter
}

@-webkit-keyframes fadeInRightShorter {
    from {
        opacity: 0;
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
        -webkit-transform-origin: 0, 0;
        transform-origin: 0, 0
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightShorter {
    from {
        opacity: 0;
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
        -webkit-transform-origin: 0, 0;
        transform-origin: 0, 0
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightShorter {
    -webkit-animation-name: fadeInRightShorter;
    animation-name: fadeInRightShorter
}

@-webkit-keyframes fadeInUpShorter {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpShorter {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpShorter {
    -webkit-animation-name: fadeInUpShorter;
    animation-name: fadeInUpShorter
}

@-webkit-keyframes fadeInDownShorter {
    from {
        opacity: 0;
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownShorter {
    from {
        opacity: 0;
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownShorter {
    -webkit-animation-name: fadeInDownShorter;
    animation-name: fadeInDownShorter
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

@-webkit-keyframes blurIn {
    from {
        opacity: 0;
        -webkit-filter: blur(20px);
        filter: blur(20px);
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transform: none;
        transform: none
    }
}

@keyframes blurIn {
    from {
        opacity: 0;
        -webkit-filter: blur(20px);
        filter: blur(20px);
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transform: none;
        transform: none
    }
}

.blurIn {
    -webkit-animation-name: blurIn;
    animation-name: blurIn
}

@-webkit-keyframes grayOut {
    from {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

    15% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

    to {
        opacity: 0;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }
}

@keyframes grayOut {
    from {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

    15% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

    to {
        opacity: 0;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }
}

.grayOut {
    -webkit-animation-name: grayOut;
    animation-name: grayOut
}

@-webkit-keyframes brightIn {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-filter: brightness(0%);
        filter: brightness(0%)
    }

    to {
        -webkit-filter: brightness(100%);
        filter: brightness(100%)
    }
}

@keyframes brightIn {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-filter: brightness(0%);
        filter: brightness(0%)
    }

    to {
        -webkit-filter: brightness(100%);
        filter: brightness(100%)
    }
}

.brightIn {
    -webkit-animation-name: brightIn;
    animation-name: brightIn
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes slideX {
    0% {
        -webkit-transform: none;
        transform: none;
        left: 100%
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        left: 0
    }
}

@keyframes slideX {
    0% {
        -webkit-transform: none;
        transform: none;
        left: 100%
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        left: 0
    }
}

.banner {
    position: relative
}

.banner .banner-content,
.tab-nav-outline2 .nav {
    position: relative;
    z-index: 1
}

.banner .banner-info {
    line-height: 1.45;
    margin-bottom: 1rem
}

.banner-fixed&gt;.banner-content,
.banner-fixed&gt;.container,
.banner-fixed&gt;.container-fluid {
    position: absolute;
    z-index: 1
}

.banner-fixed&gt;.container,
.banner-fixed&gt;.container-fluid {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.banner-fixed.content-center.content-middle .banner-content,
.banner-fixed.content-middle .banner-content {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.banner-fixed.content-center .banner-text {
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.banner-newsletter-2 .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1.5rem;
    max-width: 49.8rem;
    min-width: 30rem
}

.banner-newsletter-2 .banner-title {
    font-size: 3em;
    margin-bottom: .5rem
}

.banner-newsletter-2 p {
    font-size: 1.3em;
    margin-bottom: 3.5rem
}

.banner-newsletter-2 .form-control {
    font-size: 1.4em;
    border: 0;
    border-bottom: 2px solid #88817b;
    max-width: 37.7rem;
    margin: 0 auto 2rem;
    text-align: center
}

.banner-newsletter-2 img {
    min-height: 33rem
}

.banner-newsletter-2 .btn {
    height: 4.8rem
}

.banner-newsletter-2 .input-wrapper {
    max-width: 38rem;
    width: 100%
}

.banner-newsletter-4 .banner-content {
    margin: 1rem;
    padding: 3.5rem 2rem 1rem
}

.banner-newsletter-4 input {
    border: 2px solid #ccc
}

.banner-newsletter-5 {
    background-color: #ccc;
    padding: 4rem
}

.banner-newsletter-5 .banner-content {
    max-width: 56rem;
    padding: 1.5rem 1.5rem 2rem;
    margin-left: auto;
    margin-right: auto
}

.banner-newsletter-5 .banner-title,
.filter-boxed li,
.filter-with-title .title,
.post-classic .post-cats,
.post-grid-type .post-cats,
.post-listing .post-cats,
.post-masonry .post-cats,
.post-widget .post-meta,
.sidebar .product-widget .ratings-container,
.vendor-widget-3 .ratings-container:not(:last-child) {
    margin-bottom: .5rem
}

.banner-newsletter-5 p {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.8;
    max-width: 49rem;
    margin-bottom: 2.5rem
}

.banner-newsletter-5 input.form-control {
    background-color: rgba(255, 255, 255, .3);
    border-color: transparent
}

.banner-border-gradient::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 69%;
    padding-top: 30%;
    background: linear-gradient(30deg, #999 0, #999 50%, transparent 50.1%)
}

.banner-divider {
    width: 4rem;
    height: .4rem;
    border: 0;
    margin-left: 0;
    margin-bottom: 1.2rem
}

.banner-video .btn-play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6rem;
    height: 6rem;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1000;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.banner-video .btn-play-video::before {
    content: "";
    position: absolute;
    margin-left: .2rem;
    font-family: "Font Awesome 5 Free";
    font-size: 2.8rem;
    font-weight: 600;
    color: #333;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: color .3s;
    transition: color .3s;
    z-index: 1
}

.banner-video video {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-video.paused .btn-play-video,
.banner-video.playing .btn-play-video {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .4s, opacity .4s;
    transition: visibility .4s, opacity .4s
}

.banner-video.playing .btn-play-video::before {
    content: ""
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 1.5rem .2rem 1.6rem
}

.breadcrumb li:not(:last-child) {
    padding-right: .4rem;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .8
}

.breadcrumb li:not(:last-child)::after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: .5rem;
    font-size: 1rem;
    font-weight: 500;
    font-family: wolmart
}

#account-addresses .address-table td,
#product-tab-vendor .store-phone a,
.blog-filters .nav-filter.active,
.blog-filters .nav-filter:hover,
.breadcrumb li:last-child,
.breadcrumb.shop-breadcrumb li.passed,
.btn-dark.btn-underline:active,
.btn-dark.btn-underline:focus,
.btn-dark.btn-underline:hover,
.btn-layout.active,
.btn-layout:hover,
.cart-dropdown,
.compare-brand .compare-value,
.compare-category .compare-value,
.compare-meta .compare-value,
.compare-size .compare-value,
.header-call .chat a,
.order .order-table tbody strong,
.order .order-table tfoot th,
.post-content .btn:active,
.post-content .btn:focus,
.post-content .btn:hover,
.product-tabs .nav-tabs .nav-link.active,
.product-tabs .nav-tabs .nav-link:hover,
.reviewer-name a,
.shop-table.cart-table .product-name,
.store-list .store-title,
.tab-nav-solid2 .nav-link,
.toolbox .select-box,
.vendor-product-title a,
.wishlist-table .new-price {
    color: #333
}

.breadcrumb.shop-breadcrumb {
    padding: 3rem 0;
    margin: 2.5rem 0 2.3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-us .member-section .member-name,
.post .post-details&gt;:last-child,
.post-media,
.product .product-pa-wrapper .product-price,
.product-lists .product-wrap:last-child .product-list,
.product-sticky-content.fixed .btn-cart,
.product-sticky-content.fixed .product-qty-form,
.tab-vendor-products .comment p,
.testimonial-shadow .testimonial-info,
.vendor-widget-1 .ratings-container,
.vendor-widget-2 .ratings-container,
.vendor-widget-3 .ratings-container,
.vendors-section .vendor-widget {
    margin-bottom: 0
}

.breadcrumb.shop-breadcrumb li {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.025em;
    opacity: 1;
    color: #666
}

.breadcrumb.shop-breadcrumb li:not(:last-child)::after {
    margin-left: 1rem;
    font-size: 2rem;
    font-weight: 700;
    color: #999;
    bottom: 3px;
    line-height: 1;
    vertical-align: middle
}

.breadcrumb-nav,
.coming-content .countdown-row,
.dropdown a,
.footer-bottom,
.footer-bottom .container,
.footer-bottom .container-fluid,
.footer-bottom .footer-left,
.footer-bottom .footer-right,
.header .container,
.header .container-fluid,
.header .inner-wrap,
.header-center,
.header-left,
.header-right,
.header-top .header-right a,
.menu,
.mobile-menu&gt;li a,
.post-list,
.post-single-content .author-name-wrapper,
.post-widget,
.product-gallery.row&gt;*,
.product.product-cart .price-box,
.review-image,
.vendor-filter,
.vendor-filter-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post .btn {
    font-weight: 700;
    text-transform: capitalize
}

.post .btn i {
    font-size: 1.8rem;
    margin-left: 8px
}

.post-calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 4.1rem;
    height: 4.2rem;
    background: #fff;
    color: #333;
    font-weight: 600;
    line-height: 1;
    z-index: 3;
    border-radius: .3rem
}

.post-calendar .post-day {
    display: block;
    margin-bottom: .1rem;
    font-size: 1.4rem
}

.post-calendar .post-month {
    display: block;
    font-size: 1rem;
    text-transform: uppercase
}

.post-media {
    position: relative;
    width: 100%
}

.post-media img {
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.post-media .post-calendar {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem
}

.post-details {
    padding: 1.7rem 0 2.5rem
}

.post-title {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 1rem
}

.post-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: -.025em;
    margin-bottom: 1.8rem
}

.post-meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: .3rem
}

.btn,
.btn-like,
.post-cats a,
.post-meta a {
    font-size: 1.4rem
}

.btn,
textarea {
    font-family: inherit
}

.post-meta a {
    font-weight: 600;
    color: #333;
    white-space: nowrap
}

.post-meta .post-author {
    margin: 0 .4rem
}

.post-meta .post-date {
    margin: 0 2rem 0 .4rem;
    font-weight: 400
}

.post-meta .post-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    font-weight: 400
}

.post-meta .post-comment span {
    margin: 0 .4rem 0 .8rem;
    font-weight: 600;
    color: #333;
    -webkit-transition: inherit;
    transition: inherit
}

.post-cats {
    margin-bottom: .6rem;
    color: #fff
}

.post-cats a {
    color: inherit
}

.post-cats a:not(:first-child) {
    margin-left: .3rem
}

.post-date {
    font-weight: 400
}

.post-list .post-media {
    max-width: 43.1%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.1%;
    flex: 0 0 43.1%;
    margin-right: 2rem;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.post-list img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.post-list .post-details {
    padding: 2.3rem 0 2.4rem
}

.post-grid .post-details {
    padding-top: 1.6rem
}

.post-mask::before {
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .75;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), to(#000));
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0, #000 100%);
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: none;
    z-index: 1
}

.post-mask .post-details {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    padding: 0 3rem;
    z-index: 2;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.post-mask .post-details-visible {
    position: absolute;
    bottom: 100%;
    left: 3rem;
    right: 3rem
}

.post-mask .post-meta {
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

#product-tab-reviews .avg-rating .ratings-full,
#product-tab-vendor .ratings-full,
.login-popup .social-icon,
.my-account .icon-box.icon-box-side .icon-account,
.post-mask .post-meta i,
.product-single .social-icon,
.product-variations&gt;a:not(:last-child),
.review-ratings .ratings-full,
.wishlist-page .social-icon {
    margin-right: .8rem
}

.post-mask a {
    position: relative;
    color: inherit
}

.post-mask a:hover {
    color: #fff
}

.checkout .custom-checkbox+label,
.post-mask .post-comment {
    padding-left: 2.8rem
}

.post-mask .post-comment::before {
    content: "";
    font-family: wolmart;
    position: absolute;
    font-size: 1.8rem;
    left: 0
}

.post-mask:hover .post-details {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.post-widget .post-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.6%;
    flex: 0 0 28.6%;
    max-width: 28.6%
}

.post-widget .post-details {
    margin-left: 1.6rem;
    padding: 0
}

.post-widget .post-date {
    margin: 0;
    font-size: 1.3rem;
    color: #666
}

.post-widget .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: .1rem;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.45;
    white-space: normal
}

.btn,
.calendar .calendar-header {
    line-height: 1;
    text-align: center
}

.btn,
.category-group-image a,
.category-lg .category-name,
.mfp-counter,
.order-subtable td,
.page-item-dots,
.post-single-content .author-details .author-name,
.product .product-price,
.product-name,
.rating-reviews,
.ratings,
.ratings-full::before,
.review-ratings label,
.sale-banner .banner-subtitle {
    white-space: nowrap
}

.post-md .post-details {
    padding-top: 1.8rem
}

@media (min-width:576px) {

    .col-sm-12,
    .cols-sm-1&gt;* {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .col-sm-6,
    .cols-sm-2&gt;* {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .col-sm-4,
    .cols-sm-3&gt;* {
        max-width: 33.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }

    .col-sm-3,
    .cols-sm-4&gt;* {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .cols-sm-5&gt;* {
        max-width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

    .col-sm-2,
    .cols-sm-6&gt;* {
        max-width: 16.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-sm-7&gt;* {
        max-width: 14.2857%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-sm-8&gt;* {
        max-width: 12.5%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%
    }

    .col-sm-1 {
        max-width: 8.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%
    }

    .col-sm-5 {
        max-width: 41.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6667%;
        flex: 0 0 41.6667%
    }

    .col-sm-7 {
        max-width: 58.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
        flex: 0 0 58.3333%
    }

    .col-sm-8 {
        max-width: 66.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6667%;
        flex: 0 0 66.6667%
    }

    .col-sm-9 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }

    .col-sm-10 {
        max-width: 83.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333%;
        flex: 0 0 83.3333%
    }

    .col-sm-11 {
        max-width: 91.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6667%;
        flex: 0 0 91.6667%
    }

    .order-sm-auto {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .5rem !important
    }

    .mt-sm-2 {
        margin-top: 1rem !important
    }

    .mt-sm-3 {
        margin-top: 1.5rem !important
    }

    .mt-sm-4 {
        margin-top: 2rem !important
    }

    .mt-sm-5 {
        margin-top: 2.5rem !important
    }

    .mt-sm-6 {
        margin-top: 3rem !important
    }

    .mt-sm-7 {
        margin-top: 3.5rem !important
    }

    .mt-sm-8 {
        margin-top: 4rem !important
    }

    .mt-sm-9 {
        margin-top: 4.5rem !important
    }

    .mt-sm-10 {
        margin-top: 5rem !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .5rem !important
    }

    .mb-sm-2 {
        margin-bottom: 1rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-4 {
        margin-bottom: 2rem !important
    }

    .mb-sm-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-sm-6 {
        margin-bottom: 3rem !important
    }

    .mb-sm-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-sm-8 {
        margin-bottom: 4rem !important
    }

    .mb-sm-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-sm-10 {
        margin-bottom: 5rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .5rem !important
    }

    .pt-sm-2 {
        padding-top: 1rem !important
    }

    .pt-sm-3 {
        padding-top: 1.5rem !important
    }

    .pt-sm-4 {
        padding-top: 2rem !important
    }

    .pt-sm-5 {
        padding-top: 2.5rem !important
    }

    .pt-sm-6 {
        padding-top: 3rem !important
    }

    .pt-sm-7 {
        padding-top: 3.5rem !important
    }

    .pt-sm-8 {
        padding-top: 4rem !important
    }

    .pt-sm-9 {
        padding-top: 4.5rem !important
    }

    .pt-sm-10 {
        padding-top: 5rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .5rem !important
    }

    .pb-sm-2 {
        padding-bottom: 1rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-4 {
        padding-bottom: 2rem !important
    }

    .pb-sm-5 {
        padding-bottom: 2.5rem !important
    }

    .pb-sm-6 {
        padding-bottom: 3rem !important
    }

    .pb-sm-7 {
        padding-bottom: 3.5rem !important
    }

    .pb-sm-8 {
        padding-bottom: 4rem !important
    }

    .pb-sm-9 {
        padding-bottom: 4.5rem !important
    }

    .pb-sm-10 {
        padding-bottom: 5rem !important
    }

    .post-list .post-details {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.btn,
.btn i {
    display: inline-block
}

.btn {
    border: 2px solid #ccc;
    background-color: #fff;
    color: #666;
    border-radius: 0;
    font-weight: 600;
    padding: .93em 1.98em;
    text-transform: uppercase;
    -webkit-transition: color .3s, border-color .3s, background-color .3s, -webkit-box-shadow .3s;
    transition: color .3s, border-color .3s, background-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
    cursor: pointer
}

.btn:active,
.btn:focus,
.btn:hover {
    color: #666;
    border-color: #dcdcdc;
    background-color: #dcdcdc
}

.btn i {
    font-size: 1.6rem;
    line-height: 0;
    margin-bottom: .2rem
}

.btn.btn-icon-right i {
    margin-right: 0;
    margin-left: .6rem
}

.btn.btn-icon-left i {
    margin-right: .6rem;
    margin-left: 0
}

.btn svg {
    margin-right: .5rem;
    stroke: #fff;
    stroke-width: 3px;
    fill: #fff;
    -webkit-transition: stroke .4s, fill .4s;
    transition: stroke .4s, fill .4s;
    width: 16px;
    height: 16px
}

.btn-outline {
    background-color: transparent;
    border: 2px solid
}

.btn-link,
.btn-link.active,
.btn-link:focus,
.btn-link:hover,
.progress-value mark {
    background: 0 0
}

.btn-outline.light {
    padding: .996em 2em;
    border: 1px solid
}

.btn.btn-block,
.category-group-icon .category-content ul,
.category-group-image .category-content ul {
    padding-left: 0
}

.btn-reveal-left i {
    opacity: 0;
    margin-left: -1em;
    -webkit-transform: translate(.5em);
    transform: translate(.5em);
    margin-right: 0;
    -webkit-transition: opacity .3s, margin .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, margin .3s, -webkit-transform .3s
}

.btn-reveal-left:active i,
.btn-reveal-left:focus i,
.btn-reveal-left:hover i {
    opacity: 1;
    margin-left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-right: .7rem
}

.btn-reveal-right i {
    opacity: 0;
    margin-right: -1em;
    -webkit-transform: translateX(-.5em);
    transform: translateX(-.5em);
    margin-left: 0;
    -webkit-transition: opacity .3s, margin .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, margin .3s, -webkit-transform .3s
}

.btn-simple::after,
.btn-underline::after {
    margin-top: 3px;
    border-top: 3px solid;
    -webkit-transition: -webkit-transform .3s;
    margin-left: auto;
    margin-right: auto;
    display: block;
    content: "";
    width: 100%
}

.btn-reveal-right:active i,
.btn-reveal-right:focus i,
.btn-reveal-right:hover i {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-right: .7rem
}

.btn-simple::after {
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.btn-link {
    padding: 0;
    border: 0
}

.btn-like,
.btn.btn-rounded,
.product-single .btn-cart,
.product-single .btn-product-icon,
.product-single .quantity,
.pswp__img {
    border-radius: 3px
}

.btn-link:not(.btn-underline) {
    padding-bottom: 3px
}

.btn-shadow {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

.btn-shadow:active,
.btn-shadow:focus,
.btn-shadow:hover {
    -webkit-box-shadow: 0 17px 20px -7px rgba(0, 0, 0, .2);
    box-shadow: 0 17px 20px -7px rgba(0, 0, 0, .2)
}

.btn-underline::after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.btn-underline.sm::after {
    width: 46%
}

.btn-underline.lg::after {
    margin-left: -16.5%;
    margin-right: -16.5%;
    width: 133%
}

.btn-like {
    font-weight: 400;
    padding: .429em .874em
}

.btn-primary {
    color: #fff;
    border-color: #5f8a98;
    background-color: #5f8a98
}

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

.btn-primary.btn-solid {
    color: #5f8a98;
    border-color: #fff;
    background-color: #fff
}

.btn-primary.btn-link,
.btn-primary.btn-outline {
    border-color: #5f8a98
}

.btn-primary.btn-solid:active,
.btn-primary.btn-solid:focus,
.btn-primary.btn-solid:hover,
.cart-dropdown .cart-action .btn-dark:active,
.cart-dropdown .cart-action .btn-dark:focus,
.cart-dropdown .cart-action .btn-dark:hover,
.product-nav .product-nav-next:hover i,
.product-nav .product-nav-prev:hover i {
    border-color: #5f8a98;
    background-color: #5f8a98;
    color: #fff
}

.btn-primary.btn-link,
.btn-primary.btn-link:active,
.btn-primary.btn-link:focus,
.btn-primary.btn-link:hover,
.btn-primary.btn-outline,
.header-search .btn-search:active,
.header-search .btn-search:focus,
.header-search .btn-search:hover {
    color: #5f8a98;
    background-color: transparent
}

.btn-dark,
.order-subtable tbody .btn:active,
.order-subtable tbody .btn:focus,
.order-subtable tbody .btn:hover {
    color: #fff;
    border-color: #333;
    background-color: #333
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    border-color: #454545;
    background-color: #454545
}

.btn-dark.btn-solid {
    color: #333;
    border-color: #fff;
    background-color: #fff
}

.btn-dark.btn-solid:active,
.btn-dark.btn-solid:focus,
.btn-dark.btn-solid:hover,
.review-area .btn:active,
.review-area .btn:focus,
.review-area .btn:hover {
    border-color: #333;
    background-color: #333;
    color: #fff
}

.btn-dark.btn-outline {
    color: #333;
    border-color: #333;
    background-color: transparent
}

.btn-dark.btn-outline:active,
.btn-dark.btn-outline:focus,
.btn-dark.btn-outline:hover {
    background-color: #333;
    color: #fff
}

.btn-dark.btn-link,
.btn-dark.btn-link:active,
.btn-dark.btn-link:focus,
.btn-dark.btn-link:hover {
    color: #333;
    background-color: transparent
}

.btn-dark.btn-link {
    border-color: #333
}

.btn-dark-light,
.btn-dark-light.btn-outline:active,
.btn-dark-light.btn-outline:focus,
.btn-dark-light.btn-outline:hover {
    background-color: #666;
    color: #fff
}

.btn-dark-light {
    border-color: #666
}

.btn-dark-light:active,
.btn-dark-light:focus,
.btn-dark-light:hover {
    color: #fff;
    border-color: #787878;
    background-color: #787878
}

.btn-dark-light.btn-solid {
    color: #666;
    border-color: #fff;
    background-color: #fff
}

.btn-dark-light.btn-solid:active,
.btn-dark-light.btn-solid:focus,
.btn-dark-light.btn-solid:hover {
    border-color: #666;
    background-color: #666;
    color: #fff
}

.btn-dark-light.btn-outline {
    color: #666;
    border-color: #666;
    background-color: transparent
}

.btn-dark-light.btn-link,
.btn-dark-light.btn-link:active,
.btn-dark-light.btn-link:focus,
.btn-dark-light.btn-link:hover {
    color: #666;
    background-color: transparent
}

.btn-dark-light.btn-link {
    border-color: #666
}

.btn-white {
    border-color: #fff;
    background-color: #fff;
    color: #333
}

.btn-white.btn-solid,
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    color: #fff;
    border-color: #fff;
    background-color: #fff
}

.btn-white.btn-solid:active,
.btn-white.btn-solid:focus,
.btn-white.btn-solid:hover {
    border-color: #fff;
    background-color: #fff;
    color: #fff
}

.btn-white.btn-link,
.btn-white.btn-link:active,
.btn-white.btn-link:focus,
.btn-white.btn-link:hover,
.btn-white.btn-outline {
    color: #fff;
    background-color: transparent
}

.btn-white.btn-outline {
    border-color: #fff
}

.btn-white.btn-link {
    border-color: #fff
}

.btn-white.btn-outline:active,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:hover {
    color: #5f8a98;
    border-color: #fff
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-success {
    color: #fff;
    border-color: #799b5a;
    background-color: #799b5a
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    border-color: #8bab6e;
    background-color: #8bab6e
}

.btn-success.btn-solid {
    color: #799b5a;
    border-color: #fff;
    background-color: #fff
}

.btn-success.btn-solid:active,
.btn-success.btn-solid:focus,
.btn-success.btn-solid:hover {
    border-color: #799b5a;
    background-color: #799b5a;
    color: #fff
}

.btn-success.btn-outline {
    color: #799b5a;
    border-color: #799b5a;
    background-color: transparent
}

.btn-success.btn-outline:active,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover {
    background-color: #799b5a;
    color: #fff
}

.btn-success.btn-link,
.btn-success.btn-link:active,
.btn-success.btn-link:focus,
.btn-success.btn-link:hover {
    background-color: transparent;
    color: #799b5a
}

.btn-success.btn-link {
    border-color: #799b5a
}

.btn-warning,
.btn-warning.btn-outline:active,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:hover {
    background-color: #ffa800;
    color: #fff
}

.btn-success.btn-underline:active,
.btn-success.btn-underline:focus,
.btn-success.btn-underline:hover,
.order .alert i {
    color: #799b5a
}

.btn-warning {
    border-color: #ffa800
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    color: #fff;
    border-color: #ffb424;
    background-color: #ffb424
}

.btn-warning.btn-solid {
    color: #ffa800;
    border-color: #fff;
    background-color: #fff
}

.btn-warning.btn-solid:active,
.btn-warning.btn-solid:focus,
.btn-warning.btn-solid:hover {
    border-color: #ffa800;
    background-color: #ffa800;
    color: #fff
}

.btn-warning.btn-outline {
    color: #ffa800;
    border-color: #ffa800;
    background-color: transparent
}

.btn-warning.btn-link,
.btn-warning.btn-link:active,
.btn-warning.btn-link:focus,
.btn-warning.btn-link:hover {
    background-color: transparent;
    color: #ffa800
}

.btn-warning.btn-link {
    border-color: #ffa800
}

.btn-secondary,
.btn-secondary.btn-outline:active,
.btn-secondary.btn-outline:focus,
.btn-secondary.btn-outline:hover {
    background-color: #f93;
    color: #fff
}

.btn-warning.btn-underline:active,
.btn-warning.btn-underline:focus,
.btn-warning.btn-underline:hover,
.compare-availability .compare-value {
    color: #ffa800
}

.btn-secondary {
    border-color: #f93
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    border-color: #ffab57;
    background-color: #ffab57
}

.btn-secondary.btn-solid {
    color: #f93;
    border-color: #fff;
    background-color: #fff
}

.btn-secondary.btn-solid:active,
.btn-secondary.btn-solid:focus,
.btn-secondary.btn-solid:hover {
    border-color: #f93;
    background-color: #f93;
    color: #fff
}

.btn-secondary.btn-outline {
    color: #f93;
    border-color: #f93;
    background-color: transparent
}

.btn-secondary.btn-link,
.btn-secondary.btn-link:active,
.btn-secondary.btn-link:focus,
.btn-secondary.btn-link:hover {
    background-color: transparent;
    color: #f93
}

.btn-secondary.btn-link {
    border-color: #f93
}

.btn-error,
.btn-error.btn-outline:active,
.btn-error.btn-outline:focus,
.btn-error.btn-outline:hover {
    background-color: #6d1a17;
    color: #fff
}

.btn-secondary.btn-underline:active,
.btn-secondary.btn-underline:focus,
.btn-secondary.btn-underline:hover,
.icon-box-secondary .icon-box-icon i,
.seller-info-list .store-email:hover,
.seller-info-list .store-phone:hover,
.wishlist-table .wishlist-out-stock {
    color: #f93
}

.btn-error {
    border-color: #6d1a17
}

.btn-error:active,
.btn-error:focus,
.btn-error:hover {
    color: #fff;
    border-color: #8a211d;
    background-color: #8a211d
}

.btn-error.btn-solid {
    color: #6d1a17;
    border-color: #fff;
    background-color: #fff
}

.btn-error.btn-solid:active,
.btn-error.btn-solid:focus,
.btn-error.btn-solid:hover {
    border-color: #6d1a17;
    background-color: #6d1a17;
    color: #fff
}

.btn-error.btn-outline {
    color: #6d1a17;
    border-color: #6d1a17;
    background-color: transparent
}

.btn-error.btn-link,
.btn-error.btn-link:active,
.btn-error.btn-link:focus,
.btn-error.btn-link:hover {
    background-color: transparent;
    color: #6d1a17
}

.btn-error.btn-link {
    border-color: #6d1a17
}

.btn-grey,
.btn-grey.btn-outline:active,
.btn-grey.btn-outline:focus,
.btn-grey.btn-outline:hover {
    background-color: #00baa3;
    color: #fff
}

.btn-error.btn-underline:active,
.btn-error.btn-underline:focus,
.btn-error.btn-underline:hover {
    color: #6d1a17
}

.btn-grey {
    border-color: #00baa3
}

.btn-grey:active,
.btn-grey:focus,
.btn-grey:hover {
    color: #fff;
    border-color: #00dec2;
    background-color: #00dec2
}

.btn-grey.btn-solid {
    color: #00baa3;
    border-color: #fff;
    background-color: #fff
}

.btn-grey.btn-solid:active,
.btn-grey.btn-solid:focus,
.btn-grey.btn-solid:hover {
    border-color: #00baa3;
    background-color: #00baa3;
    color: #fff
}

.btn-grey.btn-outline {
    color: #00baa3;
    border-color: #00baa3;
    background-color: transparent
}

.btn-grey.btn-link,
.btn-grey.btn-link:active,
.btn-grey.btn-link:focus,
.btn-grey.btn-link:hover {
    background-color: transparent;
    color: #00baa3
}

.btn-grey.btn-link {
    border-color: #00baa3
}

.btn-grey.btn-underline:active,
.btn-grey.btn-underline:focus,
.btn-grey.btn-underline:hover {
    color: #00baa3
}

.btn.btn-ellipse {
    border-radius: 30px
}

.btn.btn-block {
    display: block;
    padding-right: 0;
    width: 100%
}

.btn.btn-block svg,
.calendar .btn-calendar {
    display: inline-block;
    vertical-align: middle
}

.btn.btn-block svg {
    margin-top: -4px
}

.btn.btn-sm {
    font-size: 1.3rem;
    padding: .77em 1.4em
}

.btn.btn-lg {
    font-size: 1.8rem;
    padding: .95em 1.835em
}

.btn.btn-xl {
    font-size: 2.4rem;
    padding: .84em 1.8em
}

.btn-slide-left:active i,
.btn-slide-left:focus i,
.btn-slide-left:hover i {
    -webkit-animation: .5s slideLeft;
    animation: .5s slideLeft
}

.btn-slide-right:active i,
.btn-slide-right:focus i,
.btn-slide-right:hover i {
    -webkit-animation: .5s slideRight;
    animation: .5s slideRight
}

.btn-slide-up:active i,
.btn-slide-up:focus i,
.btn-slide-up:hover i {
    -webkit-animation: .5s slideUp;
    animation: .5s slideUp
}

.btn-slide-down:active i,
.btn-slide-down:focus i,
.btn-slide-down:hover i {
    -webkit-animation: .5s slideDown;
    animation: .5s slideDown
}

.btn-infinite:hover i {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes slideLeft {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-.5em);
        transform: translateX(-.5em)
    }
}

@keyframes slideLeft {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-.5em);
        transform: translateX(-.5em)
    }
}

@-webkit-keyframes slideRight {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(.5em);
        transform: translateX(.5em)
    }
}

@keyframes slideRight {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(.5em);
        transform: translateX(.5em)
    }
}

@-webkit-keyframes slideUp {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-.5em);
        transform: translateY(-.5em)
    }
}

@keyframes slideUp {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-.5em);
        transform: translateY(-.5em)
    }
}

@-webkit-keyframes slideDown {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(.5em);
        transform: translateY(.5em)
    }
}

@keyframes slideDown {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(.5em);
        transform: translateY(.5em)
    }
}

.calendar {
    font-size: 1.3rem;
    text-align: center
}

.calendar .calendar-header {
    position: relative;
    padding: 1.7rem 1rem;
    background-color: #5f8a98;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: .3rem
}

.calendar thead {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase
}

.calendar th {
    padding: 1.8rem 0 .9rem
}

.calendar td {
    padding: .9rem 0
}

.calendar .btn-calendar {
    position: absolute
}

.btn-cart,
.calendar .btn-calendar i,
.product-single .ratings-full,
.widget-icon-box .icon-box-title {
    font-weight: 600
}

.calendar .disabled,
.compare-col .old-price,
.footer-dark .category-name,
.footer-dark .widget-about .widget-about-title,
.footer-dark a,
.product-single .product-categories span,
.product-single .product-sku span,
.product-single .rating-reviews,
.widget-icon-box p {
    color: #999
}

.calendar .today {
    color: #5f8a98;
    font-weight: 600
}

.category {
    position: relative;
    font-size: 1rem;
    color: #666
}

.category img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.category .category-name {
    margin-bottom: 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -.025em;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

#product-tab-reviews .title-link,
#product-tab-reviews p,
.category .category-count,
.category p,
.coming-content p.copyright,
.comment-action .btn i,
.compare-description li::before,
.filter-items,
.login-popup #sign-in,
.pagination&gt;*,
.product-sticky-content .product-name,
.rating-form label,
.seller-info-list .store-address,
.seller-info-list .store-phone,
.tab-vendor-products .ratings-container,
.tab-vendor-products .toolbox label,
.vendor-filter select option,
.vendor-map-filter select option {
    font-size: 1.4rem
}

.category p {
    text-align: start;
    line-height: 1.25;
    letter-spacing: 0;
    color: #666
}

.category-content .category-list {
    color: #666;
    text-align: start;
    font-size: 1.3em
}

.category-content .category-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    line-height: 1.9
}

.category-content .category-list li::before {
    content: "";
    color: inherit;
    font-family: wolmart;
    font-size: 1.3rem;
    margin-right: .3rem;
    margin-left: -.3rem;
    -webkit-transition: color .4s;
    transition: color .4s
}

.category-content .category-list li:hover::before {
    color: #5f8a98;
    -webkit-animation: .6s linear infinite navItemArrow;
    animation: .6s linear infinite navItemArrow
}

.category-absolute .category-content {
    position: absolute;
    cursor: pointer
}

.category-default .category-content {
    padding-bottom: .2rem;
    -webkit-transition: padding-bottom .3s;
    transition: padding-bottom .3s
}

.category-default .btn {
    position: absolute;
    margin-top: -2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: margin-top .3s, opacity .3s, visibility .3s;
    transition: margin-top .3s, opacity .3s, visibility .3s
}

.category-default:hover .category-content {
    padding-bottom: 3.2rem
}

.category-default:hover .btn {
    margin-top: 1rem;
    opacity: 1;
    visibility: visible
}

.category-default1 .category-content {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(38, 38, 38, .8);
    height: 20%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff
}

.category-default1 .category-content .category-name {
    padding-bottom: 0;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: .035em;
    -webkit-transition: padding-bottom .3s;
    transition: padding-bottom .3s
}

.category-default1 .category-content .category-count {
    position: absolute;
    font-size: 1.2rem;
    line-height: 1.3;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.category-default1:hover .category-name {
    padding-bottom: 1.7rem
}

.category-default1:hover .category-count {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 1;
    visibility: visible
}

.category-group-icon,
.category-group-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee
}

.banner-newsletter-bg .content-right,
.category-group-icon&gt;*,
.category-group-image&gt;*,
.header-middle .header-left,
.nav-fill .nav-item,
.product.product-cart .product-detail,
.sticky-footer&gt;* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.category-group-image {
    padding: 1rem;
    font-size: 1rem;
    height: 100%
}

.category-group-image .category-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: start;
    padding: 1.1rem 0 .8rem 3rem
}

.category-group-image .category-name {
    font-size: 1.6em;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 1.1rem;
    line-height: 1.4;
    text-align: start;
    letter-spacing: 0
}

.category-ellipse .category-media {
    border-radius: 50%;
    overflow: hidden;
    border: 0 solid #fff;
    -webkit-transition: border-width .1s, -webkit-box-shadow .1s;
    transition: box-shadow .1s, border-width .1s, -webkit-box-shadow .1s
}

.category-ellipse .category-content {
    margin-top: 1.7rem
}

.category-ellipse:hover .category-media {
    border-width: 8px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .12)
}

.category-classic {
    -webkit-transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.category-classic .category-content {
    left: 0;
    right: 0;
    bottom: 1.5rem;
    overflow: hidden;
    text-align: center
}

.category-classic .category-name {
    font-size: 1.4rem;
    line-height: 1.45;
    text-transform: capitalize;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.category-classic .btn {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 100%;
    -webkit-transition: top .3s, -webkit-transform .3s;
    transition: top .3s, transform .3s, -webkit-transform .3s
}

.category-classic:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08)
}

.category-classic:hover .category-name {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.category-classic:hover .btn {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.category-icon .category-media {
    padding: 2.4rem .5rem;
    border: 1px solid #eee;
    width: 130px;
    height: 130px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 5rem;
    border-radius: 50%;
    margin: 0 auto 2rem;
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border-color .3s, -webkit-box-shadow .3s
}

.banner-newsletter .banner-content,
.category-image {
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.category-icon .category-name {
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: 0
}

.category-icon:hover .category-media {
    border-color: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

.category-banner .category-content {
    left: 0;
    bottom: 2rem;
    background-color: rgba(38, 38, 38, .8);
    border-radius: 0 5rem 5rem 0;
    padding: 1.3rem 3rem;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.category-banner .category-name {
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: .035em
}

.category-banner:hover .category-content {
    background-color: rgba(51, 102, 153, .8)
}

.category-center .category-content {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.comments .comment,
.comments&gt;li {
    position: relative;
    border-top: 1px solid #eee
}

.category-center .btn {
    visibility: hidden;
    opacity: 0;
    line-height: 0;
    -webkit-transition: visibility .3s, opacity .3s, line-height .3s;
    transition: visibility .3s, opacity .3s, line-height .3s
}

.category-center:hover .btn {
    visibility: visible;
    opacity: 1;
    line-height: 1
}

.category-lg .category-name {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 1.3
}

.category-lg .category-count {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 1rem
}

.category-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.category-image a {
    display: block;
    width: 100%;
    -webkit-transition: color .3s;
    transition: color .3s
}

.category-image .category-media {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

.category-image p {
    font-size: 1.3rem;
    line-height: 1;
    color: inherit;
    -webkit-transition: color .3s;
    transition: color .3s
}

.category-image.media-circle .category-media {
    width: 10rem;
    height: 10rem;
    border-radius: 50%
}

.category-image.text-center p,
.icon-box .icon-box-content {
    text-align: center
}

.category-image:hover,
.input-group button:hover,
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.comments .comment {
    font-size: 1.3rem;
    padding: 4rem 0
}

.checkout .coupon-content,
.comments .comment:last-child {
    padding-bottom: 2rem
}

.comments&gt;li {
    font-size: 1.3rem;
    padding: 3rem 0
}

.comments ul.children {
    margin-left: 10rem
}

.cart-dropdown .cart-action,
.comment-body,
.compare-rating,
.header-bottom,
.header-middle,
.header-top,
.product-thumbs,
.product:not(.product-single) .countdown-row,
.store-wcfm-banner .store-content-left,
.tab-vertical,
.user-wrap,
.vendor-search-wrapper .vendor-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comment-body .comment-content p,
.icon-box.icon-border-box p {
    margin-bottom: 1.6rem;
    line-height: 1.9
}

.comment-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9rem;
    flex: 0 0 9rem;
    max-width: 9rem;
    margin-right: 2rem
}

.comment-author {
    margin: .5rem 0 1rem;
    font-size: 1.8rem;
    color: #333;
    line-height: 1
}

.comment-author a {
    margin-right: .4rem;
    color: inherit
}

.comment-date {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #999
}

.ratings-container.comment-rating,
.tab-boxed .tab-pane.active p {
    margin-bottom: 1.3rem
}

.comment-action&gt;* {
    margin-right: 2.4rem
}

.review-image figure {
    max-width: 6rem;
    margin-top: 2rem;
    margin-right: .6rem;
    border-radius: .3rem;
    overflow: hidden
}

.expanded-newsletter {
    padding: 2.6rem 4rem .5rem;
    border: 2px solid #eee
}

.expanded-newsletter .icon-box-side,
.footer-newsletter .icon-box-side {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.expanded-newsletter .icon-box-side .icon-box-icon {
    margin-right: 2rem;
    color: #5f8a98
}

.expanded-newsletter .icon-box-side .icon-box-title {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 2px
}

.expanded-newsletter .icon-box-side p {
    font-size: 1.4rem;
    letter-spacing: -.007em
}

.expanded-newsletter .input-wrapper-inline .form-control {
    min-height: 4.8rem;
    border-color: #ccc;
    border-radius: 2.5rem 0 0 2.5rem
}

.expanded-newsletter .btn {
    border-radius: 0 2.5rem 2.5rem 0;
    padding-left: 1.91em;
    padding-right: 1.91em
}

.cta-section .title-separator,
.mfp-preloader a,
.vendor-toolbox .btn-layout {
    color: #ccc
}

.banner-newsletter {
    background-color: #f5f5f5;
    padding: 6.5rem 0 5rem;
    overflow: hidden
}

.banner-newsletter::after,
.banner-newsletter::before {
    content: "";
    position: absolute;
    height: 59.2rem;
    width: 58.8rem;
    border: 3rem solid;
    top: 53%;
    -webkit-transform: translateY(-50%) rotateZ(45deg);
    transform: translateY(-50%) rotateZ(45deg)
}

.banner-newsletter::before {
    right: 98.8%;
    border-color: #e7e7e7;
    border-radius: 2rem
}

.banner-newsletter::after {
    left: 93.3%;
    top: 48%;
    border-color: #f1f1f1
}

.banner-newsletter .banner-content {
    padding: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.link-banner-newsletter,
.sale-banner .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.banner-newsletter .banner-title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1.5rem
}

.banner-newsletter .banner-title strong {
    font-weight: 800
}

.banner-newsletter p {
    margin-bottom: 2.2rem;
    max-width: 62rem;
    font-size: 1.3rem;
    line-height: 2
}

.banner-newsletter .input-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 55.5rem;
    min-height: 4.8rem
}

.banner-newsletter .input-wrapper::before {
    content: "";
    display: inline-block;
    position: absolute;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 1.8rem;
    color: #666;
    line-height: 1;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -1rem
}

.banner-newsletter input {
    border: 0;
    border-bottom: 2px solid #ccc;
    margin-right: 1rem;
    padding-left: 2.8rem;
    min-height: 4.8rem
}

.banner-newsletter .btn {
    padding: 1.08em 1.9em
}

.banner-newsletter .btn i {
    font-size: 1.8rem;
    margin-top: -.4rem
}

.link-banner-newsletter {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 5.25% 8.4% 4.1% 4.4%
}

.link-banner-newsletter .banner-title {
    margin-bottom: .6rem;
    font-size: 2.6rem
}

.link-banner-newsletter p {
    max-width: 45.1rem;
    margin-bottom: 2.2rem;
    font-size: 1.3rem
}

.link-banner-newsletter .input-wrapper-inline {
    max-width: 44.8rem
}

.link-banner-newsletter .input-wrapper-rounded .form-control {
    min-height: 4.6rem;
    padding: .8rem 1.8rem;
    font-size: 1.3rem;
    border-color: #454545;
    border-radius: .3rem 0 0 .3rem
}

.link-banner-newsletter .btn {
    padding-left: 1.95em;
    padding-right: 1.95em;
    border-radius: 0 .3rem .3rem 0
}

.link-banner-newsletter .content-right,
.sticky-both-content .product-color-swatch {
    margin-top: .3rem
}

.link-banner-newsletter .content-right a {
    display: block;
    margin-bottom: 2rem
}

.sale-banner::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border: 5px dashed #fff;
    pointer-events: none;
    -webkit-clip-path: inset(4px 4px 4px 4px);
    clip-path: inset(4px 4px 4px 4px)
}

.sale-banner .banner-content {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sale-banner .banner-subtitle {
    position: relative;
    margin-right: 2rem;
    padding: 2.6rem 7px 2.6rem 3.5rem;
    font-size: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #444;
    line-height: 1.2;
    z-index: 1
}

.sale-banner .banner-subtitle span {
    font-size: .45em;
    font-weight: 400
}

.sale-banner .banner-subtitle::after,
.sale-banner .banner-subtitle::before {
    content: "";
    position: absolute;
    right: -24px;
    top: -25px;
    bottom: -20px;
    border-right: 50px solid #454545;
    -webkit-transform: rotate(26deg);
    transform: rotate(26deg);
    z-index: -1
}

.sale-banner .banner-subtitle::after {
    right: -35px;
    border-right-width: 5px
}

.sale-banner .content-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 25.7rem);
    flex: 0 0 calc(100% - 25.7rem);
    max-width: calc(100% - 25.7rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.8rem 3.6rem 2.8rem 0;
    background-color: #eee
}

.sale-banner .banner-title {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 3.4em;
    font-style: italic
}

.sale-banner .banner-title span {
    white-space: nowrap;
    -webkit-animation: 60s linear 1s infinite slideX;
    animation: 60s linear 1s infinite slideX;
    display: inline-block
}

.sale-banner .btn {
    padding-left: 1.9em;
    padding-right: 1.9em;
    background-color: #444;
    border-color: #444
}

.sale-banner .btn i {
    margin-left: .3rem;
    font-size: 1.5rem
}

.sale-banner-section {
    padding-bottom: .7rem
}

.banner-newsletter-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem 5.9rem
}

.banner-newsletter-bg .content-left {
    margin-right: 5.3rem
}

.banner-newsletter-bg .banner-title {
    margin-bottom: .6rem;
    font-size: 1.6rem;
    line-height: 1
}

.banner-newsletter-bg p {
    font-size: 1.3rem;
    line-height: 1
}

.banner-newsletter-bg .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%
}

.banner-newsletter-bg .form-control {
    margin-right: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: none;
    background-color: #fff
}

.element-section .section-title {
    margin-bottom: 1.7rem;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0
}

.element-section .section-desc {
    max-width: 50rem
}

.element-section .element {
    display: block;
    padding: 3.1rem 0 3.6rem;
    background-color: #fff;
    -webkit-box-shadow: 0 2rem 3rem rgba(0, 0, 0, .05), 0 0 5px rgba(0, 0, 0, .05);
    box-shadow: 0 2rem 3rem rgba(0, 0, 0, .05), 0 0 5px rgba(0, 0, 0, .05);
    border-radius: 1rem
}

.element-section .element svg {
    fill: #aaa;
    stroke: #aaa;
    stroke-dashoffset: 1500;
    stroke-dasharray: 1500;
    -webkit-transition: fill .5s, -webkit-transform .3s;
    transition: transform .3s, fill .5s, -webkit-transform .3s
}

.element-section .element:hover svg {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    stroke-dashoffset: 0;
    stroke: #5f8a98;
    fill: transparent;
    -webkit-transition: fill .5s, stroke-dashoffset 6s, -webkit-transform .3s;
    transition: transform .3s, fill .5s, stroke-dashoffset 6s, -webkit-transform .3s
}

.element-section .element p {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0;
    -webkit-transition: color .4s;
    transition: color .4s
}

.element-section .element.element-vendor {
    padding: 2.5rem 0 3.6rem
}

.element-section .element.element-vendor p {
    margin-top: .6rem
}

@font-face {
    font-family: wolmart;
    src: url("../fonts/wolmart87d5.eot?png09e");
    src: url("../fonts/wolmart87d5.woff?png09e") format("woff"), url("../fonts/wolmart87d5.eot?png09e#iefix") format("embedded-opentype"), url("../fonts/wolmart87d5.ttf?png09e") format("truetype"), url("../fonts/wolmart87d5.svg?png09e#wolmart") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class*=" w-icon-"],
[class^=w-icon-] {
    font-family: wolmart !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.w-icon-shipping:before {
    content: ""
}

.w-icon-truck2:before {
    content: ""
}

.w-icon-comments-solid:before {
    content: ""
}

.w-icon-heart-full:before {
    content: ""
}

.w-icon-instagram:before {
    content: ""
}

.w-icon-youtube:before {
    content: ""
}

.w-icon-pinterest:before {
    content: ""
}

.w-icon-pinterest-p:before {
    content: ""
}

.w-icon-google:before {
    content: ""
}

.w-icon-twitter:before {
    content: ""
}

.w-icon-facebook:before {
    content: ""
}

.w-icon-minus:before {
    content: ""
}

.w-icon-plus:before {
    content: ""
}

.w-icon-angle-down:before {
    content: ""
}

.w-icon-angle-up:before {
    content: ""
}

.w-icon-hamburger:before {
    content: ""
}

.w-icon-star-square-full:before {
    content: ""
}

.w-icon-exclamation-triangle:before {
    content: ""
}

.w-icon-times-circle:before {
    content: ""
}

.w-icon-cog:before {
    content: ""
}

.w-icon-star-square:before {
    content: ""
}

.w-icon-exclamation-circle:before {
    content: ""
}

.w-icon-check-solid:before {
    content: ""
}

.w-icon-check:before {
    content: ""
}

.w-icon-comments:before {
    content: ""
}

.w-icon-envelop:before {
    content: ""
}

.w-icon-envelop2:before {
    content: ""
}

.w-icon-youtube-solid:before {
    content: ""
}

.w-icon-times-solid:before {
    content: ""
}

.w-icon-call:before {
    content: ""
}

.w-icon-call2:before {
    content: ""
}

.w-icon-cart:before {
    content: ""
}

.w-icon-category:before {
    content: ""
}

.w-icon-bars:before {
    content: ""
}

.w-icon-compare:before {
    content: ""
}

.w-icon-computer:before {
    content: ""
}

.w-icon-electronics:before {
    content: ""
}

.w-icon-tshirt:before {
    content: ""
}

.w-icon-account:before {
    content: ""
}

.w-icon-search2:before {
    content: ""
}

.w-icon-android:before {
    content: ""
}

.w-icon-ios:before {
    content: ""
}

.w-icon-art-class:before {
    content: ""
}

.w-icon-bag:before {
    content: ""
}

.w-icon-basketball:before {
    content: ""
}

.w-icon-bathtub:before {
    content: ""
}

.w-icon-bed:before {
    content: ""
}

.w-icon-birthday-cake:before {
    content: ""
}

.w-icon-bow:before {
    content: ""
}

.w-icon-bridge-lamp:before {
    content: ""
}

.w-icon-calendar:before {
    content: ""
}

.w-icon-camera:before {
    content: ""
}

.w-icon-cart2:before {
    content: ""
}

.w-icon-dots-circle:before {
    content: ""
}

.w-icon-chat:before {
    content: ""
}

.w-icon-desktop:before {
    content: ""
}

.w-icon-dish:before {
    content: ""
}

.w-icon-display:before {
    content: ""
}

.w-icon-download:before {
    content: ""
}

.w-icon-envelop-closed:before {
    content: ""
}

.w-icon-fax:before {
    content: ""
}

.w-icon-furniture:before {
    content: ""
}

.w-icon-gamepad:before {
    content: ""
}

.w-icon-gift:before {
    content: ""
}

.w-icon-grid:before {
    content: ""
}

.w-icon-headphone:before {
    content: ""
}

.w-icon-heartbeat:before {
    content: ""
}

.w-icon-home:before {
    content: ""
}

.w-icon-honour:before {
    content: ""
}

.w-icon-hotline:before {
    content: ""
}

.w-icon-ice-cream:before {
    content: ""
}

.w-icon-list:before {
    content: ""
}

.w-icon-mobile:before {
    content: ""
}

.w-icon-money:before {
    content: ""
}

.w-icon-motocycle:before {
    content: ""
}

.w-icon-net-world:before {
    content: ""
}

.w-icon-orders:before {
    content: ""
}

.w-icon-phone:before {
    content: ""
}

.w-icon-return:before {
    content: ""
}

.w-icon-rice-cooker:before {
    content: ""
}

.w-icon-ruby:before {
    content: ""
}

.w-icon-search:before {
    content: ""
}

.w-icon-search-minus:before {
    content: ""
}

.w-icon-search-plus:before {
    content: ""
}

.w-icon-service:before {
    content: ""
}

.w-icon-shopify:before {
    content: ""
}

.w-icon-sofa:before {
    content: ""
}

.w-icon-sport:before {
    content: ""
}

.w-icon-star:before {
    content: ""
}

.w-icon-star-full:before {
    content: ""
}

.w-icon-table:before {
    content: ""
}

.w-icon-table2:before {
    content: ""
}

.w-icon-truck:before {
    content: ""
}

.w-icon-tshirt2:before {
    content: ""
}

.w-icon-user:before {
    content: ""
}

.w-icon-wallet:before {
    content: ""
}

.w-icon-heart:before {
    content: ""
}

.w-icon-gift2:before {
    content: ""
}

.w-icon-dashboard:before {
    content: ""
}

.w-icon-power-off:before {
    content: ""
}

.w-icon-wallet2:before {
    content: ""
}

.w-icon-products:before {
    content: ""
}

.w-icon-reports:before {
    content: ""
}

.w-icon-return2:before {
    content: ""
}

.w-icon-reviews:before {
    content: ""
}

.w-icon-return3:before {
    content: ""
}

.w-icon-cog2:before {
    content: ""
}

.w-icon-ship-station:before {
    content: ""
}

.w-icon-social:before {
    content: ""
}

.w-icon-store-seo:before {
    content: ""
}

.w-icon-store:before {
    content: ""
}

.w-icon-support:before {
    content: ""
}

.w-icon-tools:before {
    content: ""
}

.w-icon-vendor-store:before {
    content: ""
}

.w-icon-verification:before {
    content: ""
}

.w-icon-visit:before {
    content: ""
}

.w-icon-withdraw:before {
    content: ""
}

.w-icon-rotate-3d:before {
    content: ""
}

.w-icon-movie:before {
    content: ""
}

.w-icon-prev:before {
    content: ""
}

.w-icon-play:before {
    content: ""
}

.w-icon-next:before {
    content: ""
}

.w-icon-map-marker:before {
    content: ""
}

.w-icon-long-arrow-down:before {
    content: ""
}

.w-icon-long-arrow-left:before {
    content: ""
}

.w-icon-long-arrow-right:before {
    content: ""
}

.w-icon-long-arrow-up:before {
    content: ""
}

.w-icon-comment:before {
    content: ""
}

.w-icon-envelop3:before {
    content: ""
}

.w-icon-logout:before {
    content: ""
}

.w-icon-envelop4:before {
    content: ""
}

.w-icon-orders2:before {
    content: ""
}

.w-icon-quote:before {
    content: ""
}

.w-icon-sale:before {
    content: ""
}

.w-icon-heart2:before {
    content: ""
}

.w-icon-zoom:before {
    content: ""
}

.form .form-control,
.product-single .product-image-swatch,
.product-single .product-size-swatch,
.product-thumbs-sticky .product-image,
.product-wrap,
.product-wrapper.row [class*=col-],
.vendor-widget {
    margin-bottom: 2rem
}

input:-internal-autofill-selected {
    background-color: #fff !important;
    background-image: none !important;
    color: #000 !important
}

.form-control {
    display: block;
    width: 100%;
    min-height: 4.7rem;
    padding: .85rem 2rem;
    border: 1px solid #eee;
    font-size: 1.4rem;
    font-family: Poppins, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color: #999;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: inherit;
    font-family: inherit;
    color: inherit
}

.form-control::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    color: inherit
}

.form-control:-ms-input-placeholder {
    color: inherit;
    font-family: inherit
}

.form-control::-ms-input-placeholder {
    color: inherit;
    font-family: inherit
}

.form-control::placeholder {
    color: inherit;
    font-family: inherit
}

.form-control.form-solid {
    background-color: #fff;
    border: 0;
    color: #8d8d8d
}

.form-control.form-control-md {
    font-size: 1.3rem;
    min-height: 4.4rem
}

.form-control.form-control-sm {
    font-size: 1.2rem;
    min-height: 4rem
}

textarea {
    min-width: 100%;
    max-width: 100%
}

.select-box select,
.select-menu select {
    position: relative;
    max-width: 14.6rem;
    min-height: auto;
    width: 100%;
    height: 100%;
    padding-left: 9px;
    padding-right: 27px;
    border: 1px solid #e3e3e3;
    color: inherit;
    background-color: transparent;
    font-size: 1.2rem;
    font-family: inherit;
    letter-spacing: inherit;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}

.select-box::before,
.select-menu::before {
    content: "";
    font-family: Wolmart;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.select-box option,
.toolbox+.selected-items {
    font-size: 1.2rem
}

.input-wrapper input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 40px;
    font-size: 1.4rem;
    font-family: Poppins, sans-serif;
    border-width: 1px 0 1px 1px
}

.input-wrapper-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 67.5rem;
    width: 100%
}

.btn-wishlist,
.icon-box-side .icon-box-content p,
.input-wrapper-inline .btn {
    line-height: 1
}

.input-wrapper-round .form-control {
    position: relative;
    border-radius: 3rem 0 0 3rem
}

.input-wrapper-round .btn {
    line-height: 1;
    border-radius: 0 3rem 3rem 0
}

.input-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 4.4rem;
    position: relative;
    width: 100%
}

.custom-checkbox,
.custom-radio .custom-control-label::after {
    width: 1.8rem;
    height: 1.8rem;
    cursor: pointer;
    position: absolute
}

.input-group .form-control {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.3rem;
    padding: 0 1.4rem 0 1.8rem;
    height: inherit;
    min-height: auto;
    max-width: 100%;
    -webkit-appearance: textfield;
    border: 1px solid #ccc;
    color: #666
}

.input-group .form-control:focus::-webkit-inner-spin-button,
.input-group .form-control:focus::-webkit-outer-spin-button,
.input-group .form-control:hover::-webkit-inner-spin-button,
.input-group .form-control:hover::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.input-group button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5rem;
    padding: 0;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: #eee;
    color: #666;
    font-size: 1.4rem;
    border: none
}

.input-group button+button {
    margin-right: 3.3rem
}

.custom-radio .custom-control-input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.custom-radio .custom-control-label {
    padding-left: 3rem
}

.custom-radio .custom-control-label::after {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid;
    border-radius: 2px;
    color: #999;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    font-weight: 900;
    -webkit-transition: color .3s, background-color .3s, content .3s, border .3s;
    transition: color .3s, background-color .3s, content .3s, border .3s
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    content: "";
    background-color: #5f8a98;
    color: #fff;
    border: 2px solid #5f8a98;
    padding-left: 2px
}

.custom-radio .custom-control-input:checked~.custom-control-label.color-dark::after {
    background-color: #333;
    border-color: #333
}

.custom-checkbox {
    opacity: 0;
    z-index: 1
}

.custom-checkbox+label {
    display: inline-block;
    position: relative;
    padding-left: 2.5rem;
    cursor: pointer
}

.custom-checkbox+label::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 15px;
    border: 1px solid #ccc;
    border-radius: 2px
}

.custom-checkbox.checked+label::before,
.custom-checkbox:checked+label::before {
    content: "";
    border-color: #222;
    background: #222;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    text-align: center
}

.btn-absolute input.form-control {
    width: 100%;
    padding-left: 2rem;
    color: #999;
    font-size: 1.4rem
}

.btn-absolute .btn {
    position: absolute;
    width: auto;
    height: 100%;
    min-width: 4.4rem;
    right: 0;
    font-size: 1.3rem
}

.user-icon {
    display: block;
    padding-bottom: 2px
}

.user-icon::after,
.user-icon::before {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto
}

.user-icon::before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-bottom: 1px;
    border: 1px solid #333;
    -webkit-box-shadow: 0 0 1px #333, 0 0 1px #333, 0 0 2px #333, 0 0 1px #333, 0 0 2px #333;
    box-shadow: 0 0 1px #333, 0 0 1px #333, 0 0 2px #333, 0 0 1px #333, 0 0 2px #333
}

.user-icon::after {
    width: 22px;
    height: 12px;
    border-radius: 7px 7px 0 0;
    border: 1px solid #333;
    -webkit-box-shadow: 0 0 2px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333;
    box-shadow: 0 0 2px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333
}

.minicart-icon {
    position: relative;
    height: 2.167em;
    text-align: center
}

.minicart-icon::after,
.minicart-icon::before {
    border: 2px solid #333
}

.minicart-icon::before {
    content: "";
    display: block;
    position: absolute;
    top: -.3em;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(.7);
    transform: translateX(-50%) scale(.7);
    width: 1.32em;
    height: 1.2em;
    border-radius: 10px 10px 0 0;
    border-bottom: none
}

.minicart-icon::after {
    content: "";
    display: inline-block;
    width: 29px;
    height: 24px;
    background-color: transparent;
    border-radius: 0 0 5px 5px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    margin-top: 1px
}

.menu-icon {
    display: inline-block;
    color: #fff;
    width: 1.7rem
}

.menu-icon::after,
.menu-icon::before {
    display: block;
    content: "";
    width: 100%
}

.menu-icon::before {
    height: 6px;
    border-top: 2px solid;
    border-bottom: 2px solid
}

.menu-icon::after {
    height: 4px;
    border-bottom: 2px solid
}

.icon-angle-left,
.icon-angle-right {
    font-family: wolmart;
    font-style: normal
}

.close-icon {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.close-icon::after,
.close-icon::before {
    display: block;
    position: absolute;
    background-color: #ccc;
    content: ""
}

.close-icon::before {
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.close-icon::after {
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.icon-box .icon-box-title {
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: -.025em;
    margin-bottom: .4rem
}

.icon-box p {
    font-size: 1.3rem;
    word-break: break-word;
    margin: 0;
    line-height: 1.2;
    color: #666
}

.create-store h4,
.icon-box.text-center .icon-box-icon {
    margin-bottom: 1.6rem
}

#account-orders .icon-box,
.icon-box.text-center .icon-box-icon.icon-bag,
.questions h4 {
    margin-bottom: 1.8rem
}

.icon-box.text-center .icon-box-icon.icon-money {
    margin: .1rem 0 2.2rem
}

.about-us .counter .title,
.become-a-vendor .testimonial-boxed blockquote,
.icon-box.text-center .icon-box-icon.icon-chat {
    margin-bottom: 1.2rem
}

.icon-box.icon-colored-circle .icon-box-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #5f8a98;
    color: #fff;
    margin-bottom: 2rem
}

.icon-box-icon {
    display: inline-block;
    margin-bottom: 1.4rem
}

.icon-box-side,
.page-header {
    display: -webkit-box;
    display: -ms-flexbox
}

.icon-box-white .icon-box-icon svg {
    fill: #fff
}

.icon-box-light .icon-box-icon svg {
    fill: #999
}

.icon-box-icon i {
    font-size: 2.9rem;
    font-weight: 400;
    line-height: 1
}

.icon-box-icon i.w-icon-truck {
    font-size: 3.9rem
}

.icon-box-icon i.w-icon-bag {
    font-size: 3.7rem
}

.icon-box-icon i.w-icon-money {
    font-size: 3.2rem
}

.icon-box-icon i.w-icon-chat {
    font-size: 4.4rem
}

.icon-box-lg .icon-box-icon i {
    font-size: 6rem
}

.icon-box-side {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.icon-box-side .icon-box-content,
.product.text-center .ratings-container,
.shop-table {
    text-align: start
}

.icon-box-side .icon-box-icon {
    margin-right: 1.5rem;
    margin-bottom: 0
}

.icon-box-side i,
.wolmart-icons .icon-name,
.wolmart-icons i {
    display: inline-block;
    vertical-align: middle
}

.icon-border-circle .icon-box-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border: 1px solid #ccc
}

.circle-icon-section {
    margin: .7rem 0 5.7rem;
    padding: 5.7rem 0 3.2rem;
    background-color: #f8f8f8
}

.circle-icon-section .iconbox-wrap,
.contact-us .description {
    margin-bottom: 4.9rem
}

.icon-box.icon-border-box {
    border: 1px solid #eee;
    padding: 4rem 1rem 3.4rem;
    -webkit-transition: -webkit-box-shadow .4s;
    transition: box-shadow .4s;
    transition: box-shadow .4s, -webkit-box-shadow .4s;
    border-radius: .5rem
}

.blog-sidebar .widget:not(:last-child) .widget-body,
.icon-box.icon-border-box .icon-box-icon {
    margin-bottom: 2.5rem
}

.icon-box.icon-border-box .icon-box-title {
    margin-bottom: .7rem
}

.icon-box.icon-border-box a {
    color: #5f8a98;
    font-weight: 600;
    font-size: 1.4rem
}

.icon-box.icon-border-box a i {
    font-size: 1.6rem;
    vertical-align: middle;
    line-height: 0
}

.icon-box.icon-border-box:hover {
    -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 35px rgba(0, 0, 0, .1)
}

.iconbox-boxed-section .row {
    margin: 0 -3rem
}

.iconbox-boxed-section .row&gt;* {
    padding: 0 3rem
}

.iconbox-boxed-section .shadow-swiper {
    overflow-y: auto;
    padding: 4rem;
    margin: -4rem
}

@media (max-width:1320px) {
    .iconbox-boxed-section .shadow-swiper {
        padding: 4rem 2rem;
        margin: -4rem -2rem
    }
}

.instagram,
.product-image {
    position: relative;
    overflow: hidden
}

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}

.instagram a {
    display: block;
    position: relative;
    height: 100%
}

.instagram a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 1
}

.instagram a::after,
.product-nav .product-nav-popup {
    -webkit-transition: opacity .3s, -webkit-transform .3s
}

.instagram a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(2);
    transform: translate(-50%, -50%) rotate(90deg) scale(2);
    font-size: 3rem;
    font-family: wolmart;
    color: #fff;
    opacity: 0;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    z-index: 1
}

.instagram img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.instagram:hover a::before,
.mmenu-active .mobile-menu-overlay {
    opacity: .5
}

.instagram:hover a::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(1);
    transform: translate(-50%, -50%) rotate(0) scale(1)
}

.instagram:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.instagram-info .instagram-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    letter-spacing: 0;
    color: #fff;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.instagram-info .instagram-content i {
    display: inline-block;
    margin-right: .8rem
}

.instagram-info .instagram-content a {
    display: inline-block;
    color: #fff
}

.instagram-info .instagram-content a:not(:last-child),
.payment-label,
.tab-nav-solid2 .nav-item:not(:last-child),
.tab-with-title .nav-item:not(:last-child),
.tab-with-title.tab-nav-link .title {
    margin-right: 2rem
}

#product-tab-reviews .tab-nav-boxed .nav-link::after,
.cart-dropdown .cart-toggle::after,
.category-menu&gt;li&gt;a::before,
.filter-items.search-ul a::before,
.footer .category-box a:last-child::after,
.instagram-info .instagram-content a::before,
.instagram-info a::after,
.menu.no-arrow&gt;li&gt;a::after,
.overlay-dark.banner-fixed::after,
.overlay-dark.post&gt;figure::after,
.overlay-light.banner-fixed::after,
.overlay-light.post&gt;figure::after,
.product-gallery:not(.product-gallery-vertical) .product-thumbs:not(.swiper-wrapper) .product-thumb::before,
.title-underline::before,
.toolbox-horizontal .select-menu:not(.toolbox-sort)::before,
.vertical-menu&gt;li&gt;a::after {
    content: none
}

.mfp-bg {
    height: 100%;
    overflow: hidden;
    opacity: .8
}

.mfp-wrap {
    height: 100%;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: start;
    z-index: 1045
}

.mfp-close,
.mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-fade.mfp-wrap .mfp-content {
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out
}

.mfp-bg.mfp-remove,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.mfp-remove .mfp-content&gt;*,
.product-thumbs-wrap .swiper-button-disabled {
    opacity: 0
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-preloader {
    color: #ccc;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    line-height: 44px;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close-btn-in .mfp-close {
    color: transparent
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: end;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.footer-newsletter .input-wrapper-inline,
.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: start;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile .mfp-bottom-bar:empty,
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.minipopup-area {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 3000
}

.minipopup-box {
    position: absolute;
    left: -8rem;
    width: 300px;
    padding: 2rem;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: opacity .3s, left .3s ease-out, -webkit-transform .3s;
    transition: opacity .3s, left .3s ease-out, transform .3s, -webkit-transform .3s;
    z-index: 3000
}

.mfp-bg,
.mfp-wrap {
    z-index: 2500
}

.minipopup-box.show {
    opacity: 1;
    left: 0
}

.minipopup-box.focus {
    -webkit-transform: scale(.98) translateY(-100%);
    transform: scale(.98) translateY(-100%)
}

.minipopup-box .product.product-cart {
    padding-top: 0;
    margin-bottom: 1.5rem
}

.minipopup-box .product.product-cart .product-name {
    margin-bottom: .9rem;
    font-weight: 400
}

.minipopup-box .product-details {
    padding: 0 0 0 1.2rem
}

.minipopup-box p {
    margin-bottom: 0;
    font-size: 1.3rem;
    color: #666;
    line-height: 1.4
}

.minipopup-box .product-action {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-header,
.pagination {
    -webkit-box-align: center
}

.minipopup-box .product-action a:first-child {
    background-color: #eee;
    border-color: #eee;
    color: #333
}

.minipopup-box .product-action a:first-child:active,
.minipopup-box .product-action a:first-child:focus,
.minipopup-box .product-action a:first-child:hover,
.vendor-filter .btn:active,
.vendor-filter .btn:focus,
.vendor-filter .btn:hover {
    background-color: #dcdcdc;
    border-color: #dcdcdc
}

.overlay-dark figure::after,
.overlay-dark figure&gt;a::after,
.overlay-dark.banner::after,
.overlay-light figure::after,
.overlay-light figure&gt;a::after,
.overlay-light.banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #333;
    opacity: 0;
    -webkit-transition: opacity .3s, background .3s, -webkit-transform .3s;
    transition: opacity .3s, background .3s, transform .3s, -webkit-transform .3s
}

.overlay-dark.banner:hover::after,
.overlay-dark:hover figure::after,
.overlay-dark:hover figure&gt;a::after,
.overlay-light.banner:hover::after,
.overlay-light:hover figure::after,
.overlay-light:hover figure&gt;a::after,
.widget-collapsible .collapsed~.widget-body {
    opacity: .1
}

.btn-parallax-section p,
.btn-product-icon.loading::before,
.mfp-bg,
.mfp-bg.mfp-ready.mfp-fade {
    opacity: .4
}

.overlay-dark.post&gt;figure&gt;a::after,
.overlay-light.post&gt;figure&gt;a::after {
    z-index: 1
}

.banner.overlay-light::after,
.overlay-light figure::after {
    background: #ccc
}

.overlay-rotate img,
.overlay-zoom img {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s
}

.overlay-zoom:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.overlay-rotate:hover {
    -webkit-transform: rotateZ(3deg) scale(1.08);
    transform: rotateZ(3deg) scale(1.08)
}

.page-header {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 18rem;
    background-color: #eee;
    text-align: center;
    text-transform: capitalize
}

.newsletter-popup,
.pagination {
    display: -webkit-box;
    display: -ms-flexbox
}

.btn-product,
.product-cat,
.product-label {
    text-transform: uppercase
}

.page-title {
    font-size: 3.4rem;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.1;
    margin-bottom: .2rem
}

.page-subtitle {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    color: #666
}

.cart .page-header,
.checkout .page-header {
    height: 134px;
    background: #fff
}

.pagination {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.2rem;
    color: #666;
    letter-spacing: .025em
}

.pagination .next,
.pagination .prev {
    height: 4rem;
    min-width: 8rem;
    padding: 1.2rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0
}

.pagination .next.disabled,
.pagination .prev.disabled {
    color: #aaa
}

.page-item:not(:last-child),
.pagination .prev,
.pagination .prev i,
.post-single-content .tag,
.store-wcfm-banner .social-icon:not(:last-child),
.store-wcmp-banner .social-icon:not(:last-child),
.tab-nav-boxed .nav-item:not(:last-child),
.wolmart-icons i {
    margin-right: .5rem
}

.pagination .next i,
.testimonial-blockquote .testimonial-action i {
    margin-left: .5rem
}

.page-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 3rem;
    height: 4rem;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-transition: background-color .4s, border .4s, color .4s;
    transition: background-color .4s, border .4s, color .4s;
    line-height: 1
}

.active:not(.disabled)&gt;.page-link,
:hover:not(.disabled)&gt;.page-link {
    background-color: transparent;
    border-color: #eee;
    color: #5f8a98;
    border-radius: .3rem
}

.page-item-dots::before {
    content: "...";
    display: inline-block;
    vertical-align: middle;
    font-size: .9rem;
    font-weight: 600;
    margin-right: .1rem;
    margin-top: -6px
}

.mfp-bg {
    background: #000;
    -webkit-transition: opactiy .3s ease-out;
    transition: opactiy .3s ease-out
}

.mfp-container {
    padding: 4rem 2rem
}

.mfp-content&gt;* {
    position: relative;
    margin: auto;
    background: #fff;
    opacity: 0;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    transition: .3s
}

.pswp__button--arrow--left::before {
    content: ""
}

.pswp {
    z-index: 3010
}

.pswp .pswp__bg {
    background-color: rgba(0, 0, 0, .7)
}

.pswp__scroll-wrap {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s
}

.pswp__caption,
.pswp__top-bar {
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1), background-color .3s .5s;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1), background-color .3s .5s
}

.mobile-menu-container .tab-content,
.pswp:not(.pswp--animated-in) .pswp__caption,
.pswp:not(.pswp--animated-in) .pswp__top-bar {
    background-color: transparent
}

.pswp--visible .pswp__scroll-wrap {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.pswp__img--placeholder--blank {
    background-color: #f2f3f5
}

.pswp__caption {
    min-height: auto
}

.category-menu .megamenu.type2 figure,
.compare-col.compare-product,
.pswp__caption__center,
.testimonial-centered {
    text-align: center
}

.pswp__button {
    float: right
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    width: 4.8rem;
    height: 4.8rem;
    margin-top: -2.4rem;
    color: #fff;
    border-radius: 50%;
    font-size: 1.6rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    opacity: .5;
    right: 10%;
    left: auto;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    border: 2px solid
}

.pswp__ui&gt;button::before {
    background: 0 0;
    position: static
}

.pswp__button--arrow--right::before {
    content: ""
}

.pswp__button--arrow--left {
    left: 10%;
    right: auto
}

.pswp__button--arrow--left::before {
    content: ""
}

.newsletter-popup {
    display: flex;
    max-width: 78rem;
    padding: 8.1rem 4.8rem;
    margin: auto;
    background-position: center;
    background-size: cover;
    border-radius: 1rem;
    background-image: url(../images/newsletter-1.jpg)
}

#product-tab-description.card-body .col-md-6,
.checkout .login-content .checkbox,
.checkout .login-content .form-control,
.default-section,
.how-trade h4,
.newsletter-popup .popup-media,
.payment-accordion {
    margin-bottom: 1.7rem
}

.newsletter-popup h4 {
    margin-bottom: .4rem;
    font-size: 2rem
}

.newsletter-popup h4 span {
    display: inline-block;
    margin-left: .4rem;
    font-weight: 800
}

.newsletter-popup h2 {
    margin-bottom: 1.1rem;
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 1.2
}

.newsletter-popup p {
    margin-bottom: 2.3rem;
    line-height: 1.75
}

.newsletter-popup .input-wrapper-inline {
    max-width: 34rem;
    margin-bottom: 3rem
}

.newsletter-popup .input-wrapper-inline .form-control {
    min-height: 4.4rem;
    border-color: #ccc;
    color: #666
}

.newsletter-popup .input-wrapper-inline .btn {
    padding-top: .9em;
    padding-bottom: .9em
}

#product-tab-reviews .form-group label,
.newsletter-popup label {
    padding-left: 2.7rem
}

.cart .coupon .form-control:focus,
.checkout .form-control:focus,
.newsletter-popup label::before {
    border-color: #999
}

.newsletter-content {
    max-width: 36rem
}

.mfp-product .mfp-container {
    padding: 4rem 3rem 2rem
}

.mfp-product .mfp-content {
    max-width: 88rem;
    margin: auto
}

.mfp-product .payment-popup,
.mfp-product .product-popup {
    display: block;
    margin-bottom: 3rem;
    padding: 2rem
}

.mfp-product .product-details {
    overflow-x: hidden;
    overflow-y: auto
}

.login-popup {
    max-width: 50rem;
    padding: 3.3rem 5rem 2.6rem
}

.login-popup .nav.nav-tabs .nav-item {
    width: calc(50% - .5rem);
    margin: 0
}

.login-popup .nav-item .nav-link {
    padding: 1.3rem 0;
    font-size: 1.6rem;
    font-weight: 700
}

.login-popup .nav-item .nav-link::after {
    border-top-width: 2px;
    -webkit-transform: none;
    transform: none
}

.login-popup .tab-pane {
    padding-top: 3.3rem;
    padding-bottom: 2.6rem
}

.btn-size-section,
.login-popup .form-group,
.post-single-content .tags,
.testimonial-bg .testimonial-info,
.wolmart-sellers p {
    margin-bottom: 2.6rem
}

.login-popup .form-group label {
    display: block;
    margin-bottom: .5rem
}

.login-popup .form-control,
.post-single-content input {
    min-height: 4.4rem
}

.login-popup .form-checkbox {
    margin-top: 2.2rem;
    margin-bottom: 2.3rem
}

.login-popup .form-checkbox a {
    font-size: 1.2rem;
    color: #a94442
}

.login-popup .btn {
    display: block;
    padding-top: .79em;
    padding-bottom: .79em
}

.contact-us .icon-box .icon-map-marker,
.login-popup p,
.my-account .text-center .icon-box-icon {
    margin-bottom: 1.9rem
}

.login-popup #sign-up p {
    margin-bottom: 2.1rem;
    line-height: 1.84
}

.mfp-close,
.mfp-close:active {
    top: -2.7rem
}

.mfp-close {
    width: 18px;
    height: 18px;
    -webkit-transform: rotateZ(45deg) scale(1);
    transform: rotateZ(45deg) scale(1);
    right: 0;
    left: auto;
    opacity: 1;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.mfp-close::after,
.mfp-close::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: calc(50% - 1px);
    background-color: #fff
}

.mfp-close::after {
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    left: 0
}

.mfp-close:hover {
    -webkit-transform: rotateZ(135deg) scale(1.5);
    transform: rotateZ(135deg) scale(1.5)
}

.filter-underline .nav-filter.active::after,
.filter-underline .nav-filter:hover::after,
.mfp-ready.mfp-zoom-popup .mfp-content,
.post-single-content .post-navigation .nav:hover .nav-content::after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mfp-removing.mfp-zoom-popup .mfp-content,
.mfp-zoom-popup .mfp-content {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.mfp-ready.mfp-fadein-popup .mfp-content {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.mfp-fadein-popup .mfp-content,
.mfp-removing.mfp-fadein-popup .mfp-content {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.mfp-video-popup .mfp-content {
    max-width: 100rem
}

.code-popup .mfp-close,
.mfp-video-popup .mfp-close {
    top: 2rem;
    right: 2rem
}

.product {
    position: relative;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    color: #020101;
    -webkit-transition: opacity .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, opacity .3s, -webkit-box-shadow .3s
}

.product:hover .product-action-horizontal {
    bottom: 1.5rem
}

.product .product-price {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden
}

.product-media {
    position: relative;
    margin-bottom: 0;
    -webkit-transition: -webkit-box-shadow .35s;
    transition: box-shadow .35s;
    transition: box-shadow .35s, -webkit-box-shadow .35s
}

.product-media img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.product-media img:last-child {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.product-media img:first-child {
    position: relative;
    opacity: 1
}

.product-label-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 2rem;
    top: 2rem;
    max-width: 11rem;
    z-index: 1
}

.product-label {
    display: inline-block;
    text-align: center;
    margin-bottom: .5rem;
    font-size: 1.2em;
    letter-spacing: -.005em;
    color: #fff;
    line-height: 1;
    padding: .6rem 1rem;
    border-radius: .3rem
}

.btn-product,
.btn-product-icon {
    display: -webkit-box;
    display: -ms-flexbox
}

.product-label.label-new {
    background: #5f8a98;
    padding: .6rem 1rem
}

.product-label.label-discount {
    background: #f93
}

.product-label.label-hot {
    background: #799b5a
}

.product-sales-wrapper {
    position: relative;
    margin-bottom: 1.4rem
}

.product-sales-wrapper .progress-bar {
    height: 1rem;
    background: #eee;
    margin-bottom: .7rem
}

.product-sales-wrapper .product-sales-count {
    color: #666;
    font-size: 1.3rem
}

.product-sales-wrapper .product-sales-count mark {
    background-color: transparent;
    color: inherit
}

.btn-product {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.14em 0;
    line-height: 1.2;
    background-color: #5f8a98;
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: -.025em;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.btn-product.btn-link {
    display: inline-block;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.6;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-color: transparent;
    padding: 0
}

.btn-product.btn-link::after {
    margin-top: 0
}

.btn-product.btn-sm {
    padding: .693em 0
}

.btn-cart:not(.btn-product-icon) i.w-icon-cart {
    font-size: 1.8rem;
    margin-bottom: .4rem
}

.btn-product-icon {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    margin-bottom: .5rem;
    background-color: #fff;
    border: 1px solid #eee;
    color: #999;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 3.5rem;
    overflow: hidden;
    -webkit-transition: background-color .3s, border-color .3s, color .3s, visibility .3s, opacity .3s, -webkit-transform .3s;
    transition: background-color .3s, border-color .3s, color .3s, visibility .3s, opacity .3s, transform .3s, -webkit-transform .3s
}

.product-action,
.product-action-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    position: absolute;
    opacity: 0;
    bottom: 0
}

.btn-product-icon:active,
.btn-product-icon:hover,
.product-single .product-size-swatch .size.active,
.product-single .product-size-swatch .size:hover {
    border-color: #5f8a98;
    color: #fff;
    background-color: #5f8a98
}

.btn-product-icon.btn-cart,
.btn-product-icon.btn-quickview {
    font-size: 1.6em
}

.btn-product-icon.btn-compare {
    font-size: 2em
}

.btn-product-icon.btn-cart,
.checkout .login-content .form-group label,
.testimonial-blockquote cite {
    margin-bottom: .2rem
}

.btn-product-icon.loading {
    background-color: rgba(255, 255, 255, .2)
}

.product-action {
    left: 0;
    right: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    z-index: 10;
    -webkit-transition: opacity .3s, visibility .3s, bottom .3s;
    transition: opacity .3s, visibility .3s, bottom .3s;
    visibility: hidden
}

.product-action-vertical {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden
}

.product-action-horizontal {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, .08);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, .08);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 166px;
    max-width: 80%;
    border-radius: 3px;
    padding: 5px;
    visibility: visible;
    -webkit-transition: opacity .3s, visibility .3s, bottom .3s;
    transition: opacity .3s, visibility .3s, bottom .3s
}

.product-widget,
.ratings-container {
    display: -webkit-box;
    display: -ms-flexbox
}

.product-action-horizontal .btn-product-icon {
    margin-bottom: 0;
    border: none;
    color: #333
}

.product-action-horizontal .btn-product-icon.btn-wishlist {
    font-size: 1.7em
}

.product-action-horizontal .btn-product-icon.btn-compare {
    font-size: 1.9em
}

.compare-col .remove-product:active,
.compare-col .remove-product:focus,
.compare-col .remove-product:hover,
.product-action-horizontal .btn-product-icon:active,
.product-action-horizontal .btn-product-icon:focus,
.product-action-horizontal .btn-product-icon:hover,
.product-hidden-details .btn-product-icon:active,
.product-hidden-details .btn-product-icon:focus,
.product-hidden-details .btn-product-icon:hover,
.product-list .product-details .btn-product-icon:active,
.product-list .product-details .btn-product-icon:focus,
.product-list .product-details .btn-product-icon:hover,
.product-single .social-links-wrapper .btn-product-icon:hover {
    background-color: transparent;
    color: #5f8a98
}

.product-details {
    position: relative;
    padding-top: 1.7rem;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.product-details&gt;.btn-wishlist {
    position: absolute;
    top: 1.7rem;
    right: 0;
    color: #999;
    font-size: 1.8em;
    z-index: 1
}

.product-details&gt;.btn-wishlist.loading {
    right: 1.8rem
}

.product-details&gt;.btn-wishlist.loading::after {
    left: .9rem;
    top: .9rem
}

.product-details&gt;.btn-wishlist:hover i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.product-hidden-details .product-action {
    position: relative;
    visibility: hidden;
    opacity: 0
}

.product-hidden-details .btn-cart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 9.5rem;
    max-width: 12.3rem;
    height: 3.5rem;
    padding: .92em 0;
    font-size: 1.3rem;
    font-weight: 600;
    -webkit-transition: color .3s, background-color .3s, border-color .3s;
    transition: color .3s, background-color .3s, border-color .3s;
    z-index: 1;
    background-color: #454545;
    border-radius: .3rem
}

.product-hidden-details .btn-cart i {
    margin: 0;
    display: none
}

.product-hidden-details .btn-product-icon,
.product-list .product-details .btn-product-icon {
    width: 3rem;
    height: 3.5rem;
    margin: 0 0 0 1rem;
    border: none;
    color: #333;
    text-align: center
}

.product-hidden-details .btn-product-icon.btn-compare,
.product-list .product-details .btn-product-icon.btn-compare,
.product-single .product-color-swatch .color+.color {
    margin-left: .8rem
}

.my-account .icon-box-light .icon-box-title,
.product-hidden-details .btn-compare,
.product-list .btn-compare,
.product-single .social-links-wrapper .btn-product-icon.btn-compare,
.title.title-md,
.vendor-sidebar .widget-title i.w-icon-truck,
.vendor-toolbox .btn-layout.icon-mode-list i {
    font-size: 2rem
}

.product-name {
    margin-bottom: .7rem;
    font-size: 1.3rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-cat {
    margin-bottom: .5rem;
    font-size: 1.1rem;
    color: #999;
    line-height: 1
}

.menu a,
.product-cat a {
    display: inline-block;
    color: inherit
}

.product-variations&gt;a {
    border: 1px solid #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: .3rem;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.product-variations&gt;a:not(.color).active,
.product-variations&gt;a:not(.color):hover {
    border: 1px solid #5f8a98
}

.ratings-container {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-bottom: .6rem;
    font-size: 1.2rem
}

.ratings,
.ratings-full {
    position: relative;
    font-family: wolmart;
    letter-spacing: .2em
}

.ratings-full {
    cursor: pointer;
    margin-right: .5rem
}

.ratings-full::before {
    content: "" "" "" "" "";
    color: rgba(0, 0, 0, .16)
}

.ratings {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.ratings::before {
    content: "" "" "" "" "";
    color: #f93
}

.rating-reviews {
    margin: 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-size: 1.2rem;
    color: #aaa
}

.product-price {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1.6;
    -webkit-transition: visibility .4s, opacity .4s;
    transition: visibility .4s, opacity .4s
}

.product-price .old-price {
    font-weight: 400;
    color: #aaa
}

.product-price .new-price {
    color: #333;
    text-decoration: none
}

.link-section .title,
.product-list .ratings-container,
.product-price:not(:last-child) {
    margin-bottom: .9rem
}

.sold-by {
    margin-bottom: .5rem;
    font-size: 1.2rem;
    color: #666
}

.product-slideup-content .product-hidden-details {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 1.5rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background-color: #fff
}

.product-slideup-content .product-details {
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.product-slideup-content .btn-wishlist {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%)
}

.product-slideup-content .btn-compare {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%)
}

.product-slideup-content:hover .product-details,
.product-slideup-content:hover .product-hidden-details {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

.product-slideup-content:hover .btn-product-icon {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.product-image-gap {
    padding: .9rem;
    border: 1px solid #eee;
    background-color: #fff
}

.product-image-gap .product-details {
    padding: 1.8rem 1rem 1rem
}

.product-image-gap.product-classic .product-action {
    left: 0;
    bottom: 0
}

.product-image-gap:hover {
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .05)
}

.product-widget {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0
}

.product-widget .product-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11rem;
    flex: 0 0 11rem;
    margin: 0 1rem 0 0;
    max-width: 11rem;
    padding: 0 1rem 0 0
}

.product-widget .product-details {
    padding: 0 1rem 0 0
}

.product-widget .product-name {
    font-size: 1.3rem;
    white-space: normal;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .7rem;
    color: #666
}

.sidebar .product-widget,
.widget-time li {
    padding: 1rem 0
}

.sidebar .product-widget .product-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35.73%;
    flex: 0 0 35.73%;
    max-width: 35.73%;
    min-width: 33.33%;
    margin-right: 1rem;
    padding: 0
}

.sidebar .product-widget .product-name {
    margin-bottom: .6rem;
    color: #333
}

.product.text-center .product-action,
.product.text-center .ratings-container,
.tab-nav-center .nav,
.title-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product .product-pa-wrapper {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.product .product-pa-wrapper .product-action {
    bottom: -1rem
}

.product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2rem
}

.product-list .product-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26rem;
    flex: 0 0 26rem;
    max-width: 26rem;
    margin-right: 2rem
}

.product-list .product-name {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: .5rem
}

.product-list .product-price {
    margin-bottom: .6rem;
    font-size: 1.8rem
}

.product-list .product-action {
    position: relative;
    visibility: visible;
    opacity: 1
}

.product-list .product-desc {
    margin-bottom: 3.9rem;
    font-size: 1.3rem;
    color: #666;
    line-height: 1.9
}

.product-list .product-desc li {
    position: relative;
    padding-left: 2rem;
    line-height: 1.86
}

.product-list .product-desc li::before {
    position: absolute;
    display: block;
    left: 0;
    top: 1px;
    content: "";
    font-family: wolmart;
    font-weight: 700
}

.product-list .btn-product {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: .86em .5em;
    max-width: 17.6rem;
    background-color: transparent;
    border: 2px solid #ccc;
    color: #333;
    font-size: 1.4rem;
    border-radius: .3rem;
    -webkit-transition: background-color .3s, border-color .3s, color .3s;
    transition: background-color .3s, border-color .3s, color .3s
}

.checkout .btn-coupon:active,
.checkout .btn-coupon:focus,
.checkout .btn-coupon:hover,
.checkout .btn-login:active,
.checkout .btn-login:focus,
.checkout .btn-login:hover,
.product-list .btn-product:hover {
    background-color: #5f8a98;
    border-color: #5f8a98;
    color: #fff
}

.product-list .btn-product i.w-icon-cart {
    margin: 0 .8rem 0 0;
    font-size: 1.7rem
}

.product-absolute::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, .6);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.product-absolute .product-name {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 1rem;
    white-space: normal;
    margin-bottom: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    margin-top: 1rem;
    -webkit-transition: margin-top .3s, opacity .3s;
    transition: margin-top .3s, opacity .3s;
    opacity: 0;
    z-index: 1
}

.product-absolute:hover {
    -webkit-box-shadow: 0 2rem 1.6rem -1.6rem rgba(0, 0, 0, .5);
    box-shadow: 0 2rem 1.6rem -1.6rem rgba(0, 0, 0, .5)
}

.product-absolute:hover .product-name {
    margin-top: 0;
    opacity: 1
}

.product-nav,
.rating-form {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.product-nav {
    margin: 0 0 0 auto;
    padding: 0;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.product-nav .product-nav-next a,
.product-nav .product-nav-prev a {
    display: inline-block;
    padding: 1.1rem .4rem 1.3rem
}

.product-nav .product-nav-next i,
.product-nav .product-nav-prev i {
    display: inline-block;
    border-radius: 50%;
    width: 2em;
    color: var(--wolmart-body-color, #666);
    border: 1px solid #eee;
    line-height: calc(2em - 2px);
    text-align: center;
    font-size: 1.3rem;
    -webkit-transition: color .3s, background-color .3s, border-color .3s;
    transition: color .3s, background-color .3s, border-color .3s
}

.product-nav .product-nav-next:hover .product-nav-popup,
.product-nav .product-nav-prev:hover .product-nav-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none
}

.product-nav .product-nav-popup {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 30;
    width: 120px;
    padding: 0 5px 9px;
    line-height: 1.5;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.product-nav .product-nav-popup img {
    position: relative;
    width: 100%;
    padding-top: 5px;
    background-color: #fff
}

.product-nav .product-nav-popup::before {
    content: "";
    position: absolute;
    top: -.8rem;
    right: 1rem;
    width: 1.6rem;
    height: 1.6rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    -webkit-box-shadow: inherit;
    box-shadow: inherit
}

.product-nav .product-nav-prev .product-nav-popup {
    right: -3.4rem
}

.product-nav .product-nav-prev .product-nav-popup::before {
    right: 4.2rem
}

.product-nav .product-name {
    position: relative;
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 1.1rem 0 0;
    margin: 0;
    background: inherit;
    z-index: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal
}

.product-single-swiper,
.product-thumbs-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.product-single-swiper .swiper-button-next,
.product-single-swiper .swiper-button-prev {
    background-color: transparent;
    border: 0;
    font-size: 2rem
}

.product-thumbs-wrap {
    position: relative;
    margin-top: 1rem;
    overflow: hidden
}

.product-thumbs-wrap .swiper-button-next,
.product-thumbs-wrap .swiper-button-prev,
.product-thumbs-wrap button {
    bottom: 0;
    top: unset;
    width: 2rem;
    height: 100%;
    background-color: #fff;
    border: none;
    color: #999;
    font-size: 1.8rem;
    font-weight: 600;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.product-thumbs-wrap .swiper-button-prev {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.product-thumbs-wrap .swiper-button-next {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.product-thumbs-wrap:hover .swiper-button-next:not(.swiper-button-disabled),
.product-thumbs-wrap:hover .swiper-button-prev:not(.swiper-button-disabled) {
    opacity: .9;
    -webkit-transform: none;
    transform: none
}

.product-thumb::before,
.product-thumbs-wrap button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.product-gallery:not(.product-gallery-vertical) .product-thumbs:not(.swiper-wrapper),
.product-single .social-icons {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.product-thumb {
    position: relative;
    cursor: pointer
}

.product-thumb::before {
    content: "";
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    border: 1px solid transparent
}

.my-account .form-control:focus,
.product-single .product-image-swatch .image.active,
.product-thumb.active::before,
.swiper-slide-thumb-active::before,
.tab-with-title.tab-nav-boxed .nav-link.active,
.tab-with-title.tab-nav-boxed .nav-link:hover,
.vendor-widget-1 .product-media:hover,
.vendor-widget-2:hover {
    border-color: #5f8a98
}

.rating-form {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2.4rem
}

.rating-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 14px;
    font-size: 1.2rem;
    margin-left: 1rem
}

.rating-stars a {
    color: #333;
    text-indent: -9999px;
    letter-spacing: 1px;
    width: 1.4rem
}

.rating-stars a:before {
    content: "";
    position: absolute;
    left: 0;
    height: 14px;
    line-height: 1;
    font-family: wolmart;
    text-indent: 0;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: .2em
}

.rating-stars a.active:before,
.rating-stars a:hover:before {
    content: "";
    color: #f93
}

.rating-stars .star-1 {
    z-index: 10
}

.rating-stars .star-2 {
    z-index: 9
}

.rating-stars .star-3 {
    z-index: 8
}

.rating-stars .star-4 {
    z-index: 7
}

.rating-stars .star-5 {
    z-index: 6
}

#account-orders .account-orders-table .order-status,
.rating-stars .star-1:before {
    width: 20%
}

.rating-stars .star-2:before {
    width: 40%
}

.rating-stars .star-3:before {
    width: 60%
}

.rating-stars .star-4:before {
    width: 80%
}

.rating-stars .star-5:before {
    content: ""
}

.stock {
    margin-bottom: 3rem;
    font-size: 1.3rem;
    line-height: 1
}

.product-single .product-categories,
.side-tab-section {
    margin-bottom: 1.1rem
}

.product-single .product-title {
    margin-bottom: .9rem;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.6
}

.product-single .product-bm-wrapper,
.toolbox,
.toolbox-item,
.toolbox-left,
.toolbox-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-single .brand {
    margin: 0 2rem 1rem 0;
    border: 1px solid #eee;
    border-radius: .5rem
}

.blog-sidebar .widget .widget-title,
.blog-sidebar .widget:last-child .widget-body,
.cart .cart-action .btn,
.footer .widget-about .logo-footer,
.megamenu ul:last-child,
.product-single .product-meta,
.shop-sidebar .widget-body,
.tab-with-title.tab-nav-link .nav-link,
.tab-with-title.tab-nav-link .title,
.toolbox-item {
    margin-bottom: 1rem
}

.product-single .product-divider {
    margin: 1.4rem 0 2rem
}

.product-single .product-categories,
.product-single .product-sku {
    color: #666;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0
}

.product-single .product-categories span:not(:last-child)::after,
.product-single .product-sku span:not(:last-child)::after {
    content: ",";
    display: inline-block;
    vertical-align: middle
}

.product-single .product-price {
    margin-bottom: 1.1rem;
    font-size: 3rem;
    color: #976661;
    font-weight: 700;
    line-height: 1.2
}

#product-tab-reviews .ratings-value,
.product-single .ratings-container {
    margin-bottom: 1.6rem;
    font-size: 1.4rem
}

.product-single .ratings-full::before {
    color: rgba(0, 0, 0, .2)
}

.product-single .ratings::before {
    color: #ffb639
}

.product-single .ratings,
.product-single .ratings-full {
    letter-spacing: .18em
}

.product-single .product-short-desc {
    margin-bottom: 1.6rem;
    font-size: 1.3rem
}

.product-single .product-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.product-single .product-form .product-size {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18rem;
    flex: 0 0 18rem;
    max-width: 18rem
}

.product-single .product-form select {
    border: 1px solid #ccc;
    color: #999;
    font-size: 1.3rem;
    max-width: none;
    width: 100%;
    padding: .88em 2rem
}

.product-single .product-form label {
    display: block;
    max-width: 7.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7.5rem;
    flex: 0 0 7.5rem;
    padding: .6rem 0;
    font-size: 1.4rem;
    color: #333;
    line-height: 1
}

.product-single .product-variations,
.timeline-box.left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.product-single .product-variation-price {
    display: none;
    font-size: 2.4rem;
    font-weight: 600;
    color: #333;
    line-height: 1;
    margin-bottom: 1.2rem;
    padding-top: 2.8rem
}

.product-single .product-color-swatch {
    margin-right: 4rem;
    margin-bottom: 2rem
}

.product-single .product-color-swatch .color {
    display: block;
    text-align: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    border: none;
    margin-right: 0
}

.product-single .product-color-swatch .color::before {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -.025em;
    color: #fff;
    line-height: 2.2
}

.product-single .product-color-swatch .color.active::before {
    content: ""
}

.product-single .product-size-swatch .size {
    display: block;
    text-align: center;
    margin-bottom: .5rem;
    padding: .6rem .8rem;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #666;
    -webkit-transition: border-color .35s, color .35s;
    transition: border-color .35s, color .35s
}

.product-single .product-image-swatch .image {
    margin-right: .8rem;
    border: 1px solid #ccc;
    border-radius: .2rem;
    overflow: hidden;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.product-single .product-image-swatch .image img {
    width: 2.6rem;
    height: 2.6rem
}

.product-single .btn-cart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    min-width: 14rem
}

.product-single .btn-cart i {
    margin: 0 .4rem .2rem 0;
    font-size: 1.7rem
}

.product-single .btn-cart.disabled {
    background-color: #eee;
    border-color: #eee;
    color: #666;
    cursor: not-allowed
}

.product-single .product-qty-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14rem;
    flex: 0 0 14rem;
    max-width: 14rem;
    margin-bottom: 1rem;
    margin-right: 2rem
}

.filter-actions,
.product-single .social-links-wrapper,
.sidebar-toggle {
    display: -webkit-box;
    display: -ms-flexbox
}

.product-single .social-links-wrapper {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.3rem
}

.product-single .social-links-wrapper&gt;* {
    margin-right: 2rem;
    margin-bottom: 1rem
}

.product-single .social-links-wrapper .btn-product-icon {
    width: 1.8rem;
    height: auto;
    margin-right: 1.6rem;
    margin-bottom: 0;
    font-size: 1.8rem;
    border: none;
    color: #333;
    overflow: initial;
    background-color: transparent
}

.product-single .social-links-wrapper .divider {
    width: 1px;
    height: 1.8rem;
    background: #e1e1e1;
    margin-top: 1rem
}

.product-single.product-grid .product-image-full {
    right: 2.5rem
}

.product-single .product-variation-clean {
    display: none;
    font-size: 1.2rem;
    background: #f4f4f4;
    padding: .3em 1em;
    color: #333;
    position: absolute;
    top: 100%;
    margin-top: 1rem;
    z-index: 1
}

.product-thumbs-sticky .product-image-wrapper,
.store-wcmp .seller-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 10rem);
    flex: 0 0 calc(100% - 10rem);
    max-width: calc(100% - 10rem)
}

.product-thumbs-sticky .product-thumbs-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9rem;
    flex: 0 0 9rem;
    max-width: 9rem;
    margin-right: 1rem;
    margin-top: 0
}

.product-thumbs-sticky .product-thumbs {
    -webkit-transition: none;
    transition: none
}

.product-gallery-vertical.product-thumbs-sticky .product-thumbs {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: -1rem 0;
    max-width: 100%;
    bottom: auto
}

.product-gallery-vertical.product-thumbs-sticky .product-thumb {
    margin: 1rem 0
}

.category-menu&gt;.has-submenu:hover&gt;a::after,
.single-product .nav-top&gt;.swiper-button-prev {
    right: .5rem
}

.post-single-content .swiper-button-prev,
.single-product .nav-top&gt;.swiper-button-next,
.widget.widget-products .swiper-button-next {
    right: .2rem
}

.single-product .nav-top&gt;.swiper-button-next,
.single-product .nav-top&gt;.swiper-button-prev {
    width: 15px;
    top: -6.2rem;
    color: #666;
    font-size: 1.3rem;
    font-weight: 600
}

.progress-bar {
    background-color: #eee;
    margin-bottom: 1rem;
    height: 1rem;
    width: 100%
}

.progress-bar span {
    display: block;
    height: 100%;
    background-color: #999
}

.progress-bar.rounded,
.progress-bar.rounded span {
    border-radius: .8rem
}

.progress-bar.progress-bar-sm {
    height: .8rem
}

.right-sidebar-active .right-sidebar .sidebar-overlay,
.sidebar-active .sidebar .sidebar-overlay {
    visibility: visible;
    opacity: .5
}

.right-sidebar-active .right-sidebar .sidebar-content,
.sidebar-active .sidebar .sidebar-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.sidebar-close,
.sidebar-content,
.sidebar-overlay,
.sidebar-toggle {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2200
}

.sidebar-overlay {
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility .4s, opacity .4s;
    transition: visibility .4s, opacity .4s
}

.sidebar-toggle {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 206px;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #222;
    opacity: .6;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.sidebar-toggle:hover {
    opacity: .8;
    color: #fff
}

.right-sidebar .sidebar-toggle {
    border-radius: .3rem 0 0 .3rem;
    left: auto;
    right: 0
}

.header-search.hs-round .btn-search,
.left-sidebar .sidebar-toggle {
    border-radius: 0 .3rem .3rem 0
}

.sidebar-close {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    left: calc(100vw - 50px);
    top: 25px;
    z-index: 2201;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s
}

.sidebar-content {
    bottom: 0;
    width: 31rem;
    padding: 2rem;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: auto;
    background-color: #fff;
    opacity: 0;
    line-height: 1.3;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s
}

.order .order-table td,
.sticky-footer .products,
.vendor-widget-2 .product-media,
.vendor-widget-banner .product-media,
.widget:not(.widget-collapsible) .widget-title {
    border: none
}

.sidebar .widget:last-child .widget-body {
    padding-bottom: 0
}

.right-sidebar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.right-sidebar .sidebar-close {
    left: 10px;
    padding: 10px
}

.right-sidebar .sidebar-content {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: auto;
    right: 0
}

.right-sidebar .sidebar-content::-webkit-scrollbar {
    width: 0
}

.filter-actions {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .8rem 0 1.7rem
}

.price-range,
.price-range .delimiter {
    display: -webkit-box;
    display: -ms-flexbox
}

.filter-actions label {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -.025em;
    color: #333
}

.filter-actions .filter-clean {
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 400
}

.price-range {
    display: flex;
    margin: 1.3rem 0 1rem
}

.price-range input {
    padding: .5rem;
    font-family: Poppins, sans-serif;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 62px;
    height: 37px;
    line-height: 37px;
    vertical-align: middle;
    -webkit-appearance: textfield
}

.price-range input::-webkit-inner-spin-button,
.price-range input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.price-range input::-webkit-input-placeholder {
    color: inherit
}

.price-range input::-moz-placeholder,
.price-range input::-webkit-input-placeholder,
.price-range input::placeholder {
    color: inherit
}

.price-range .delimiter {
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 .65rem;
    font-size: 1.9rem;
    font-weight: 600;
    color: #999
}

.price-range .btn {
    padding: 0;
    font-size: 1.3rem;
    font-weight: 400;
    width: 4.8rem;
    height: 3.7rem;
    vertical-align: middle;
    line-height: 2.6;
    margin-left: 1rem;
    text-transform: none
}

.filter-items a {
    position: relative;
    display: block;
    color: inherit;
    padding: 1rem 0 1rem .2rem
}

.filter-items.item-check a {
    padding-left: 2.8rem !important
}

.filter-items.item-check a::before {
    content: "";
    position: absolute;
    border: 1px solid;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2px;
    color: #999;
    font-size: 1rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    text-indent: 1px;
    line-height: 1.3em
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5) {
    .filter-items.item-check a::before {
        text-indent: 0
    }
}

.filter-items.item-check .active&gt;a::before {
    content: "";
    background-color: #5f8a98;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 3px;
    left: 1px;
    padding-top: 3px;
    font-weight: 600
}

.filter-items .show&gt;a i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.filter-items li span {
    position: absolute;
    right: 0;
    color: #ccc
}

.filter-items .with-ul&gt;a&gt;i {
    position: absolute;
    right: 0;
    line-height: 0;
    font-size: 1.2rem;
    font-weight: 600;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    top: 50%
}

.filter-items ul {
    display: none;
    position: relative;
    padding-left: 1.2rem;
    margin: .2rem 0
}

.filter-items ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 7px;
    border-left: 1px solid #eee
}

.filter-items ul a {
    font-size: 1.3rem;
    color: #999;
    padding: .45rem 0
}

.toolbox-horizontal .sidebar-fixed {
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.toolbox-horizontal.toolbox .left-sidebar-toggle {
    padding: .65em;
    margin-bottom: 0
}

.toolbox-horizontal .select-menu select,
.toolbox-horizontal .toolbox-show select {
    padding-top: .65em;
    padding-bottom: .65em
}

.toolbox-horizontal .toolbox-show select {
    padding-left: 1.4rem;
    padding-right: 3.1rem
}

.toolbox-horizontal .select-box::before {
    right: .9rem
}

.header-top .header-right&gt;*,
.toolbox .right-sidebar-toggle,
.toolbox-horizontal .toolbox-layout {
    margin-left: 2rem
}

.toolbox-horizontal .select-menu-toggle {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    padding: 1.3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee
}

.tab-vendor-products .toolbox,
.toolbox-horizontal .filter-items {
    padding: .7rem 0 1rem
}

.toolbox-horizontal .filter-items a:not(.btn) {
    padding: 1rem 0;
    color: #333
}

.shop-sidebar .filter-price-text {
    font-size: 1.3rem;
    letter-spacing: -.025em
}

.widget-icon-box {
    padding: 0 2rem;
    border-radius: .5rem;
    border: 1px solid #eee
}

.widget-icon-box .icon-box-side {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 2rem 0
}

.about-us .boost-section .title,
.about-us .customer-service .title,
.about-us .member-section .title,
.become-a-vendor .title,
.widget-icon-box i.w-icon-truck {
    font-size: 3.4rem
}

.widget-banner .banner-content {
    left: 10.7%;
    bottom: 12.5%
}

.widget-banner .banner-price-info {
    margin-left: -2px;
    margin-bottom: .2rem;
    font-size: 4.6em
}

.widget-banner sup {
    margin-left: 1px;
    vertical-align: 12px;
    font-size: .652em
}

.widget-banner sub {
    margin-left: -1.7em;
    vertical-align: 0;
    font-size: .26em
}

.category-menu i,
.code-content .copy-icon,
.compare-color .swatch,
.has-submenu&gt;a::after,
.header-bottom .header-right&gt;a i,
.mobile-menu li i,
.mobile-menu&gt;li a svg,
.order-success i,
.selected-item i,
.seller-info-list&gt;* i,
.title-link-wrapper a i,
.vendor-product-count,
.vendor-widget .vendor-name {
    vertical-align: middle
}

#account-dashboard p.greeting,
.accordion-simple:not(.accordion-icon) .card-header a::after,
.cart .coupon-title,
.cart-dropdown .cart-total .price,
.menu-banner3 .banner-subtitle,
.order .order-table tfoot,
.order-summary .payment-methods .title,
.product-sticky-content .old-price,
.product-sticky-content .product-price,
.reviewer-name,
.title.title-sm,
.vendor-sidebar .product-widget .product-price,
.widget-banner .banner-subtitle {
    font-size: 1.6rem
}

.nav-link,
.social-icon {
    font-size: 1.4rem;
    text-align: center
}

.widget.widget-products .title {
    margin-bottom: .7rem;
    font-size: 1.6rem
}

.widget.widget-products .title.title-link::before {
    height: 2px;
    background-color: #666;
    bottom: -.7rem
}

.widget.widget-products .swiper-button-next,
.widget.widget-products .swiper-button-prev {
    top: -4.5rem;
    font-size: 1.6rem;
    font-weight: 600
}

.widget-posts .swiper-button-next,
.widget.widget-products .swiper-button-prev {
    right: .3rem
}

.blog-sidebar .widget .widget-title {
    cursor: default
}

.widget-search-form .form-control {
    border-radius: .3rem 0 0 .3rem;
    font-size: 1.2rem;
    color: #777
}

.widget-search-form .btn-search {
    padding: .9em 1.07em 1em;
    border-width: 1px 1px 1px 0;
    border-color: #eee;
    border-radius: 0 .3rem .3rem 0
}

.widget-posts .swiper-button-next:not(.swiper-button-disabled):hover,
.widget-posts .swiper-button-prev:not(.swiper-button-disabled):hover,
.widget-search-form .btn-search:active,
.widget-search-form .btn-search:focus,
.widget-search-form .btn-search:hover {
    background-color: #fff;
    color: #5f8a98
}

.widget-posts .swiper-button-next,
.widget-posts .swiper-button-prev {
    top: -4.2rem;
    border: none;
    width: auto;
    height: auto;
    font-size: 1.5rem;
    font-weight: 600
}

.widget-posts .swiper-button-prev {
    right: .4rem
}

#product-tab-description .detail,
.footer-newsletter .icon-box-content p,
.widget-custom-block p {
    line-height: 1.6
}

.tags .tag {
    display: inline-block;
    margin: .5rem 1rem .5rem 0;
    padding: .5rem .9rem;
    font-size: 1.3rem;
    border: 1px solid #ccc;
    line-height: 1.35;
    text-transform: capitalize;
    color: #333;
    border-radius: .3rem;
    -webkit-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s
}

.filter-boxed .nav-filter,
.nav-link,
.widget-title {
    text-transform: uppercase
}

.tags .tag:hover {
    border-color: #5f8a98;
    color: #5f8a98
}

.vendor-sidebar .widget-collapsible .widget-body {
    padding-top: 2rem;
    padding-bottom: 3rem
}

.vendor-sidebar .widget-categories .widget-body {
    padding: .7rem 0 2rem
}

.vendor-sidebar .widget-time .widget-body {
    padding: .3rem 0 2rem
}

.vendor-sidebar .widget.widget-products .widget-body {
    padding: 1rem 0 2rem
}

.vendor-sidebar .product-widget .product-media {
    padding-left: .2rem
}

.vendor-sidebar .product-widget .product-details {
    padding-bottom: .8rem
}

.vendor-sidebar .product-widget .product-name {
    margin-bottom: .6rem
}

.post-single-content .btn-comment i,
.vendor-sidebar .product-widget .ratings-container {
    margin-bottom: .4rem
}

.widget-contact .form-control {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.3rem;
    border-color: #e1e1e1;
    border-radius: .3rem
}

.widget-contact input {
    min-height: 4.4rem;
    padding-top: .9rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem
}

.widget-contact textarea {
    min-height: 17.4rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    margin-bottom: 2rem
}

.widget-time label::after {
    content: "-";
    display: inline-block;
    margin-left: .4rem
}

.widget-time .widget-body span {
    display: inline-block;
    width: 11rem;
    font-weight: 600;
    color: #333
}

.widget-wcmp-contact .form-control {
    margin-bottom: 2rem;
    border-radius: .3rem;
    color: #666
}

.widget-wcmp-contact input {
    min-height: 4rem
}

.widget-wcmp-contact textarea {
    max-height: 12.4rem
}

.widget-search-products input {
    min-height: 4rem;
    margin-right: .5rem;
    color: #666;
    border-radius: .3rem
}

.widget-search-products .btn {
    padding: .86em 1em;
    background-color: #eee;
    border-color: #eee;
    color: #333
}

#account-orders .order-action .btn:hover,
.btn-inquiry:active,
.btn-inquiry:focus,
.btn-inquiry:hover,
.btn-visit:not(.btn-link):active,
.btn-visit:not(.btn-link):focus,
.btn-visit:not(.btn-link):hover,
.widget-search-products .btn:active,
.widget-search-products .btn:focus,
.widget-search-products .btn:hover {
    background-color: #333;
    border-color: #333;
    color: #fff
}

.social-icons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-icon {
    width: 32px;
    height: 32px;
    margin: 2px 10px 2px 0;
    line-height: 28px;
    border: 2px solid #ccc;
    border-radius: 50%;
    color: inherit;
    -webkit-transition: color .4s, border .4s, background-color .4s;
    transition: color .4s, border .4s, background-color .4s
}

.border-thin .social-icon {
    border-width: 1px;
    line-height: 3rem
}

.menu&gt;li:last-child,
.social-icon:last-child,
.tab-nav-underline.type2 .nav-item,
.tab-vertical .nav-item,
.testimonial-info .ratings-container .ratings-full,
.vendor-widget-banner .ratings-container .ratings-full {
    margin-right: 0
}

.social-icon.social-facebook {
    color: #1b4f9b
}

.social-icon.social-twitter {
    color: #00adef
}

.social-icon.social-instagram {
    color: #cc0001
}

.social-icon.social-youtube {
    color: #2c567e
}

.social-icon.social-pinterest {
    color: #f96a02
}

.social-icon.social-email,
.social-icon.social-google {
    color: #dd4b39
}

.social-icon.social-linkedin {
    color: #0073b2
}

.social-icon.social-whatsapp {
    color: #3c8a38
}

.social-icons-colored .social-icon.social-facebook {
    border-color: #1b4f9b;
    background-color: #1b4f9b
}

.social-icons-colored .social-icon.social-twitter {
    border-color: #00adef;
    background-color: #00adef
}

.social-icons-colored .social-icon.social-instagram {
    border-color: #cc0001;
    background-color: #cc0001
}

.social-icons-colored .social-icon.social-youtube {
    border-color: #2c567e;
    background-color: #2c567e
}

.social-icons-colored .social-icon.social-pinterest {
    border-color: #f96a02;
    background-color: #f96a02
}

.social-icons-colored .social-icon.social-email,
.social-icons-colored .social-icon.social-google {
    border-color: #dd4b39;
    background-color: #dd4b39
}

.social-icons-colored .social-icon.social-linkedin {
    border-color: #0073b2;
    background-color: #0073b2
}

.social-icons-colored .social-icon.social-whatsapp {
    border-color: #3c8a38;
    background-color: #3c8a38
}

.social-no-color .social-icon {
    border-color: #cdcdcd;
    color: #666
}

.social-no-color .social-icon:focus.social-facebook,
.social-no-color .social-icon:hover.social-facebook {
    background-color: #1b4f9b;
    border-color: #1b4f9b
}

.social-no-color .social-icon:focus.social-twitter,
.social-no-color .social-icon:hover.social-twitter {
    background-color: #00adef;
    border-color: #00adef
}

.social-no-color .social-icon:focus.social-instagram,
.social-no-color .social-icon:hover.social-instagram {
    background-color: #cc0001;
    border-color: #cc0001
}

.social-no-color .social-icon:focus.social-youtube,
.social-no-color .social-icon:hover.social-youtube {
    background-color: #2c567e;
    border-color: #2c567e
}

.social-no-color .social-icon:focus.social-pinterest,
.social-no-color .social-icon:hover.social-pinterest {
    background-color: #f96a02;
    border-color: #f96a02
}

.social-no-color .social-icon:focus.social-google,
.social-no-color .social-icon:hover.social-google {
    border-color: #dd4b39;
    background-color: #dd4b39
}

.social-no-color .social-icon:focus.social-linkedin,
.social-no-color .social-icon:hover.social-linkedin {
    border-color: #0073b2;
    background-color: #0073b2
}

.social-no-color .social-icon:focus.social-email,
.social-no-color .social-icon:hover.social-email {
    border-color: #dd4b39;
    background-color: #dd4b39
}

.social-no-color .social-icon:focus.social-whatsapp,
.social-no-color .social-icon:hover.social-whatsapp {
    border-color: #3c8a38;
    background-color: #3c8a38
}

.social-icon-border-color .social-icon {
    background-color: #fff;
    border-width: 1px
}

.social-icon-border-color .social-icon.social-facebook {
    color: #1b4f9b;
    border-color: #1b4f9b
}

.social-icon-border-color .social-icon.social-twitter {
    color: #00adef;
    border-color: #00adef
}

.social-icon-border-color .social-icon.social-instagram {
    color: #cc0001;
    border-color: #cc0001
}

.social-icon-border-color .social-icon.social-youtube {
    color: #2c567e;
    border-color: #2c567e
}

.social-icon-border-color .social-icon.social-pinterest {
    color: #f96a02;
    border-color: #f96a02
}

.social-icon-border-color .social-icon.social-email,
.social-icon-border-color .social-icon.social-google {
    border-color: #dd4b39;
    color: #dd4b39
}

.social-icon-border-color .social-icon.social-linkedin {
    border-color: #0073b2;
    color: #0073b2
}

.social-icon-border-color .social-icon.social-whatsapp {
    border-color: #3c8a38;
    color: #3c8a38
}

.social-icon-border-color .social-icon:hover.social-facebook {
    background-color: #1b4f9b
}

.social-icon-border-color .social-icon:hover.social-twitter {
    background-color: #00adef
}

.social-icon-border-color .social-icon:hover.social-instagram {
    background-color: #cc0001
}

.social-icon-border-color .social-icon:hover.social-youtube {
    background-color: #2c567e
}

.social-icon-border-color .social-icon:hover.social-pinterest {
    background-color: #f96a02
}

.social-icon-border-color .social-icon:hover.social-google {
    background-color: #dd4b39
}

.social-icon-border-color .social-icon:hover.social-linkedin {
    background-color: #0073b2
}

.social-icon-border-color .social-icon:hover.social-email {
    background-color: #dd4b39
}

.social-icon-border-color .social-icon:hover.social-whatsapp {
    background-color: #3c8a38
}

.tab-content {
    background-color: #fff;
    position: relative
}

.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    color: #333
}

.nav-link {
    display: block;
    position: relative;
    font-weight: 600;
    color: inherit;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 0;
    border: 0;
    padding: 1.5rem 2.85rem;
    -webkit-transition: border .3s, color .3s, background-color .3s;
    transition: border .3s, color .3s, background-color .3s
}

.nav-filters,
.testimonial-info {
    display: -webkit-box;
    display: -ms-flexbox
}

.menu&gt;li,
.nav-item:not(:last-child),
.tab-nav-underline .nav-item:not(:last-child),
.title-cross::before {
    margin-right: 3rem
}

.tab-content&gt;.tab-pane {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: visibility .3s, opacity .3s;
    transition: visibility .3s, opacity .3s;
    overflow: hidden;
    visibility: hidden
}

.nav-filter,
.tab-content&gt;.active,
.testimonial blockquote,
.timeline,
.timeline-box,
.title,
.title-underline {
    position: relative
}

.tab-content&gt;.active {
    visibility: visible;
    opacity: 1;
    height: auto;
    z-index: auto
}

.tab-pane {
    font-size: 1.3rem;
    line-height: 1.7;
    padding: 1.3rem 0;
    color: #666
}

.tab-pane p {
    margin-bottom: 0;
    font-size: inherit;
    letter-spacing: 0;
    line-height: 2
}

.tab-boxed .nav-tabs,
.tab-nav-outline .nav-tabs,
.tab-nav-outline3 .nav-tabs,
.tab-nav-solid .nav-tabs,
.tab-with-title .nav-tabs {
    border-bottom: 0
}

.tab-nav-solid .nav-link {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    margin-bottom: .5rem
}

.tab-nav-solid .tab-pane {
    padding: .8rem 0 1.4rem
}

.tab-nav-solid2 .nav-item .nav-link.active,
.tab-nav-solid2 .nav-item.show .nav-link,
.tab-nav-solid2 .nav-item:hover .nav-link {
    color: #5f8a98;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.tab-boxed .nav-link {
    padding: 1.45rem 2.95rem 1.55rem;
    margin-bottom: -.1rem;
    z-index: 1
}

.tab-boxed .tab-pane {
    padding: 1.3rem 2rem 0
}

.tab-nav-outline .nav-item .nav-link.active,
.tab-nav-outline .nav-item.show .nav-link,
.tab-nav-outline .nav-item:hover .nav-link {
    border: 2px solid #5f8a98;
    border-radius: .3rem
}

.tab-nav-outline .nav-link {
    color: #333;
    border: 2px solid transparent;
    padding: 1.3rem 2.85rem
}

.tab-nav-outline2 .nav-item .nav-link.active,
.tab-nav-outline2 .nav-item.show .nav-link,
.tab-nav-outline2 .nav-item:hover .nav-link {
    border: 1px solid #eee;
    border-bottom-color: #fff
}

.tab-nav-outline2 .nav-item:not(:last-child) {
    margin-right: .7rem
}

.tab-nav-outline2 .nav-link {
    border: 1px solid transparent;
    padding: 1.4rem 2.85rem;
    margin-bottom: -1px
}

.tab-nav-outline3 .nav-item .nav-link::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    background-color: transparent;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    z-index: 1
}

.tab-nav-outline3 .nav-item .nav-link.active::before,
.tab-nav-outline3 .nav-item.show .nav-link::before,
.tab-nav-outline3 .nav-item:hover .nav-link::before {
    background-color: #5f8a98;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.tab-nav-outline3 .nav-link {
    color: #333;
    border: 1px solid #eee;
    padding: 1.4rem 0 1.4rem 2rem
}

.tab-nav-underline .nav-link {
    padding: 1.4rem 0
}

.tab-nav-underline .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-top: 3px solid transparent;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: border-color .3s, -webkit-transform .3s;
    transition: transform .3s, border-color .3s, -webkit-transform .3s
}

.tab-nav-underline .nav-item .nav-link.active::after,
.tab-nav-underline .nav-item.show .nav-link::after,
.tab-nav-underline .nav-item:hover .nav-link::after {
    border-color: #5f8a98;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.tab-nav-underline.type2 .nav-link {
    padding: 1.4rem 1.5rem
}

.blog-filters.nav-filters li,
.tab-nav-center .nav .nav-item {
    margin: 0 1.5rem
}

.tab-nav-center.tab-nav-outline2 .nav-item,
.title-separator {
    margin: 0 .5rem
}

.tab-vertical .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 26.3%
}

.tab-vertical .nav-link {
    position: relative;
    padding-left: 2.2rem;
    padding-right: 2rem;
    text-align: left;
    width: 100%;
    margin-bottom: .5rem
}

.tab-vertical .tab-content {
    width: 73.7%;
    border-top: 1px solid #eee;
    padding-left: 2rem
}

.tab-vertical .tab-pane {
    padding-top: 1.3rem
}

.tab-vertical.tab-nav-outline3 .nav {
    width: 27%
}

.tab-vertical.tab-nav-outline3 .nav-link {
    padding-left: 2.1rem
}

.tab-vertical.tab-nav-outline3 .tab-content {
    padding-left: 1.7rem
}

.tab-line-grow .tab-pane {
    padding: 1.7rem 0
}

.nav-filters {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .5rem;
    font-size: 1.4rem;
    color: #666;
    line-height: 1
}

.nav-filter {
    display: inline-block;
    padding: .6rem 0 .7rem;
    color: inherit;
    -webkit-transition: color .4s;
    transition: color .4s
}

.nav-filter span {
    color: #aaa;
    margin-left: .6rem
}

.filter-underline .nav-filter::after {
    content: "";
    display: block;
    height: 2px;
    border: 1px solid;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.filter-boxed .nav-filter {
    padding: 1.1rem 1.9rem;
    border: 1px solid #ccc;
    border-radius: .3rem;
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    -webkit-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s
}

.account:hover .w-icon-account,
.filter-boxed .nav-filter.active,
.filter-boxed .nav-filter:hover,
.mobile-menu-container .nav-item .nav-link.active,
.mobile-menu-container .nav-item.show .nav-link {
    color: #5f8a98;
    border-color: #5f8a98
}

.checkout .coupon-toggle,
.link-section {
    margin-bottom: 2.8rem
}

.testimonial {
    font-family: Poppins, sans-serif;
    padding: 0 3rem 1rem
}

.testimonial cite {
    color: #333;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600
}

.testimonial cite span {
    display: block;
    text-align: center;
    margin-top: .6rem;
    font-size: 1.3rem;
    color: #999;
    line-height: 1.3;
    letter-spacing: .003em;
    font-weight: 400
}

.testimonial blockquote {
    line-height: 1.86;
    text-align: center
}

.testimonial-info {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: .9rem
}

.timeline-box,
.timeline-node {
    display: -webkit-box;
    display: -ms-flexbox
}

.testimonial-info .testimonial-author-thumbnail {
    margin-bottom: 2.5rem;
    width: 10rem;
    height: 10rem;
    border-radius: 50%
}

.testimonial-info img {
    width: 100%;
    height: auto
}

.testimonial-info .ratings-container {
    margin-bottom: .9rem;
    font-size: 1.1rem
}

.testimonial-info .ratings-full::before,
.testimonial-info .ratings::before {
    letter-spacing: .28em
}

.testimonial-title {
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.testimonial-shadow {
    background-color: #f8f8f8;
    padding: 3rem 3rem 2.3rem;
    -webkit-transition: background-color .4s, -webkit-box-shadow .4s;
    transition: background-color .4s, box-shadow .4s, -webkit-box-shadow .4s
}

.testimonial-shadow blockquote {
    margin-top: -.1rem;
    margin-bottom: .6rem
}

.testimonial-shadow:hover {
    -webkit-box-shadow: 1px 8px 9px rgba(0, 0, 0, .1);
    box-shadow: 1px 8px 9px rgba(0, 0, 0, .1)
}

.testimonial-blockquote blockquote {
    overflow: visible;
    padding: 2.1rem 3rem;
    margin-bottom: 2rem;
    text-align: start;
    border: 1px solid #eee
}

.testimonial-blockquote blockquote::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5.3rem;
    display: block;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 1px solid #eee;
    border-left: 0;
    border-top: 0;
    -webkit-transform: rotate(45deg) translateY(70%);
    transform: rotate(45deg) translateY(70%)
}

.testimonial-blockquote .testimonial-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 2rem
}

.testimonial-blockquote .testimonial-author-thumbnail {
    margin-bottom: 0;
    margin-right: 1.5rem;
    width: 7rem;
    height: 7rem
}

.testimonial-blockquote cite span {
    margin-top: .2rem;
    text-align: start
}

.testimonial-blockquote .testimonial-action {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #999;
    margin-left: auto
}

.header a:not(.btn),
.seller-info-list&gt;* a,
.testimonial-blockquote .testimonial-action a,
.vendor-widget .vendor-name a {
    color: inherit
}

.testimonial-inversed .testimonial-info,
.timeline-box.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.testimonial-inversed .testimonial-author-thumbnail {
    margin: 0 0 0 1.5rem
}

.cart-total,
.order-subtable .action,
.order-table td:last-child,
.testimonial-inversed cite span {
    text-align: end
}

.testimonial-inversed blockquote::after {
    left: auto;
    right: 4.1rem
}

.testimonial-centered blockquote {
    margin-left: auto;
    margin-right: auto
}

.product-sticky-content.fixed .product-form,
.testimonial-bg {
    padding: 2rem
}

.testimonial-bg blockquote {
    max-width: 87.5rem;
    color: #cecece;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.testimonial-bg .testimonial-author-thumbnail {
    margin-bottom: 0;
    width: 10rem;
    height: 10rem
}

.testimonial-bg cite span {
    margin: .3rem 0 1.6rem;
    color: #cecece
}

.btn-section,
.slider-section {
    margin-bottom: 3.6rem
}

.timeline {
    width: 100%
}

.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 3px;
    height: 100%;
    background-color: #999
}

.timeline-box {
    display: flex;
    margin-bottom: 2rem;
    width: 100%
}

.timeline-box.left .timeline-content {
    text-align: end;
    margin-right: 2rem
}

.timeline-box.right .timeline-content {
    text-align: start;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 2rem
}

.timeline-content {
    padding: 1rem;
    width: calc(50% - 3.5rem)
}

.timeline-node {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 3px solid #999;
    background-color: #fff
}

.title,
.title-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox
}

.title {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 1.7rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2
}

.title.title-link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -.8rem;
    background-color: #5f8a98;
    z-index: 1
}

.title-underline {
    padding-bottom: 1.6rem
}

.title-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 0;
    width: 100%;
    height: 1px;
    background-color: #eee
}

.title-cross::after,
.title-cross::before {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    content: "";
    height: 2px;
    background-color: #eee
}

.bought-together-products .product-wrap:not(:first-child),
.compare-product-list li:not(:first-child),
.title-cross::after {
    margin-left: 3rem
}

.title-link-wrapper {
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.3rem
}

.filter-with-title,
.tab-with-title {
    display: -webkit-box;
    display: -ms-flexbox
}

.title-link-wrapper .title {
    position: relative;
    margin-bottom: .8rem;
    padding: .8rem 0
}

.title-link-wrapper a {
    margin-bottom: .7rem;
    margin-left: auto;
    text-transform: capitalize
}

.title-link-wrapper a i {
    margin-left: .5rem;
    font-size: 1.35rem
}

.title-link-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #eee
}

.error-404 .banner-title,
.post-single .post-meta,
.product-single .col-md-6 .product-bm-wrapper,
.title-link-wrapper.no-link .title-link {
    margin-bottom: .8rem
}

.tab-with-title {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tab-with-title .nav-link {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #333;
    text-transform: capitalize;
    padding: 0
}

#account-addresses .address-table td,
#account-addresses .address-table th,
.tab-with-title.tab-nav-boxed {
    padding: .3rem 0
}

.tab-with-title.tab-nav-boxed .title {
    margin-bottom: 0;
    margin-right: 2rem
}

.tab-with-title.tab-nav-boxed .nav-link {
    border: 1px solid #ccc;
    border-radius: .3rem;
    padding: .85em 1.42em;
    font-weight: 600;
    text-transform: uppercase
}

.tab-with-title.tab-nav-link {
    padding: 1.6rem 2rem .6rem;
    background: #f5f5f5
}

.tab-with-title.tab-nav-underline .nav-link::after {
    bottom: -1px
}

.tab-with-title.tab-nav-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.2rem
}

.tab-with-title.tab-nav-center .nav-item {
    margin: 0 1rem
}

.tab-with-title.tab-nav-center .nav-link {
    padding: .8rem 0
}

.tab-with-title.tab-nav-center .nav-link::after {
    bottom: 0;
    height: .3rem;
    border: none;
    background-color: #5f8a98
}

.filter-with-title {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem
}

.title-section p {
    font-size: 1.3rem;
    color: #666;
    line-height: 2;
    letter-spacing: 0
}

.tooltiptext {
    position: absolute;
    padding: 1rem .7rem;
    bottom: 125%;
    left: 50%;
    background-color: #333;
    color: #fff;
    font: 400 1.3rem Poppins, sans-serif;
    letter-spacing: .01em;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 96%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent
}

.widget-title {
    margin-bottom: 2rem;
    padding: 1.1rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.025em
}

.widget-products .widget-title {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -.025em;
    padding-bottom: .8rem
}

.widget-products .widget-body {
    padding: 0 2rem
}

.widget-products .swiper-button-next,
.widget-products .swiper-button-prev {
    top: -1.7rem;
    right: -1rem;
    border: 0;
    color: #747474;
    font-weight: 400;
    width: 15px;
    height: 15px
}

.widget-products .swiper-button-next:not(.swiper-button-disabled):active,
.widget-products .swiper-button-next:not(.swiper-button-disabled):focus,
.widget-products .swiper-button-next:not(.swiper-button-disabled):hover,
.widget-products .swiper-button-prev:not(.swiper-button-disabled):active,
.widget-products .swiper-button-prev:not(.swiper-button-disabled):focus,
.widget-products .swiper-button-prev:not(.swiper-button-disabled):hover {
    background: 0 0;
    border: 0;
    color: #5f8a98
}

.widget-products .swiper-button-prev {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.widget-products .swiper-button-next {
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.sidebar .widget-products .widget-body {
    border: 0;
    padding: 0
}

.widget .widget-title {
    position: relative;
    margin: -.1rem 0;
    padding: 1.4rem 2.5rem 1.4rem 0;
    font-weight: 600;
    font-size: 1.6rem;
    color: #333;
    letter-spacing: 0;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.widget .widget-body {
    padding: .7rem 0 1rem;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    color: #333
}

.widget-collapsible .widget-title label {
    position: relative;
    padding: 0 .2rem
}

.widget-collapsible .widget-title label::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1.2rem;
    width: 100%;
    height: 2px;
    background-color: #666
}

.widget-collapsible .toggle-btn {
    right: .4rem;
    margin-top: -.1rem;
    width: 10px;
    padding: 0;
    opacity: 1
}

.widget-collapsible .toggle-btn::after,
.widget-collapsible .toggle-btn::before {
    content: "";
    position: absolute;
    border-top: 2px solid #666;
    width: 12px;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.widget-collapsible&gt;.collapsed .toggle-btn::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.widget-collapsible&gt;.collapsed .toggle-btn::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.vendor-widget .vendor-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    margin-bottom: .5rem;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: capitalize;
    letter-spacing: -.025em;
    line-height: 1.4
}

.vendor-products.grid-type {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 3));
    margin: -2.5px;
    width: calc(100% + 5px);
    grid-auto-rows: 1fr
}

.vendor-products.grid-type&gt;* {
    padding: 2.5px
}

.category-masonry-section .grid-item1,
.vendor-products .lg-item {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2
}

.category-masonry-section .grid-item2,
.vendor-products .sm-item {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1
}

.vendor-products .product-media {
    height: 100%;
    border-radius: .5rem;
    border: 1px solid transparent;
    overflow: hidden;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.vendor-logo {
    max-width: 7rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7rem;
    flex: 0 0 7rem;
    margin-right: 1rem
}

.vendor-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.8rem 0
}

.vendor-product-count {
    font-size: 1.2rem;
    display: inline-block;
    margin-bottom: .5rem
}

.vendor-banner {
    min-height: 18rem
}

.vendor-banner a,
.vendor-banner img {
    min-height: inherit
}

.visit-vendor-btn {
    display: block;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #f93
}

.footer .widget-about,
.vendor-widget-1 .vendor-personal {
    margin-top: .2rem
}

.vendor-widget-2 {
    padding: 2rem;
    border: 1px solid #eee;
    border-radius: .5rem;
    overflow: hidden;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.vendor-widget-2 .vendor-details {
    padding-top: 0;
    padding-bottom: 2rem
}

.vendor-widget-3 .vendor-logo {
    border-radius: .5rem;
    overflow: hidden
}

.vendor-widget-3 .vendor-details {
    padding: 2rem 0
}

#product-tab-reviews .review-form,
.vendor-widget-3 .vendor-personal {
    padding-top: .3rem
}

.vendor-widget-banner {
    border: 1px solid #eee;
    border-radius: .5rem;
    overflow: hidden;
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s
}

.vendor-widget-banner .vendor-details {
    display: block;
    text-align: center;
    margin-top: -4.5rem;
    padding: 0 2rem 2rem
}

.vendor-widget-banner .vendor-logo {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    max-width: 9rem;
    margin: 0 auto 1.3rem;
    border-radius: 50%;
    background-color: #5f8a98
}

.vendor-widget-banner .vendor-logo img {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border-radius: 50%
}

.vendor-widget-banner .vendor-name {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0
}

.vendor-widget-banner .ratings-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem
}

.vendor-widget-banner .vendor-product-count {
    display: block;
    margin-bottom: .6rem;
    font-size: 1.4rem
}

.vendor-widget-banner:hover {
    -webkit-box-shadow: 5px 0 20px rgba(0, 0, 0, .08);
    box-shadow: 5px 0 20px rgba(0, 0, 0, .08);
    border-color: transparent
}

.hotspot-top:hover .product,
.store-grid:hover .seller-brand img,
.vendor-widget-banner:hover .vendor-logo img {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem)
}

.store {
    position: relative;
    border-radius: .5rem;
    overflow: hidden
}

.store .ratings-container {
    font-size: 1.3rem;
    margin-bottom: .5rem
}

.store .store-banner img {
    height: 100%;
    width: 100%
}

.store-content,
.store-grid .seller-brand,
.store-list .seller-brand {
    position: absolute
}

.store-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.9rem;
    color: #fff
}

.featured-label,
.store-title a {
    display: inline-block;
    font-weight: 600
}

.store-title a {
    text-transform: capitalize;
    font-size: 2rem;
    line-height: 1;
    color: inherit;
    text-shadow: rgba(0, 0, 0, .8) 0 1px 0;
    letter-spacing: -.025em
}

.featured-label {
    background: #2d54a3;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    padding: .2rem 1rem;
    -webkit-box-shadow: 0 0 25px -5px #afafaf;
    box-shadow: 0 0 25px -5px #afafaf;
    border-radius: .3rem;
    margin-left: 1.4rem
}

.store-list,
.store-list .store-content,
.store-wcmp .store-content {
    display: -webkit-box;
    display: -ms-flexbox
}

.seller-info-list {
    margin: 0;
    padding-left: 1.6em
}

.seller-info-list&gt;* {
    line-height: 1.6;
    letter-spacing: -.025em;
    margin-bottom: .8rem;
    color: #fff;
    opacity: .8
}

.seller-info-list&gt;* i {
    margin-left: -2.2rem;
    margin-right: .3rem;
    font-size: 1.5rem;
    line-height: 0
}

.store-address {
    font-size: 1.3rem;
    color: #fff;
    opacity: .8;
    line-height: 1.8
}

.store-open,
.store-rating {
    color: #fff;
    opacity: .8
}

.store-footer {
    position: relative;
    padding: 2.3rem 2rem
}

.btn.btn-icon-right.btn-visit i {
    font-size: 2rem;
    margin-left: .4rem;
    margin-bottom: .4rem
}

.seller-brand {
    border-radius: 50%;
    background-color: #ff9742;
    width: 8rem;
    height: 8rem
}

.seller-brand img {
    border-radius: 50%;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.vendor-brand {
    max-width: 15rem;
    margin: 0 auto;
    text-align: center
}

.vendor-brand .brand {
    border: 1px solid #eee;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 2.2rem;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.vendor-brand .vendor-name {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transition: color .3s;
    transition: color .3s
}

.vendor-brand:hover .brand {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .12)
}

.store-grid {
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08)
}

.store-grid .store-banner img {
    min-height: 19.4rem
}

.store-grid .store-content {
    top: 2.5rem;
    left: 3rem;
    max-width: 19.2rem
}

.store-grid .seller-brand {
    right: 1.9rem;
    top: -58%
}

.store-list {
    display: flex;
    border: 1px solid #eee
}

.store-list .store-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40rem;
    flex: 0 0 40rem;
    max-width: 40rem
}

.store-list .store-header a {
    display: block;
    height: 100%
}

.store-list .store-content {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 2rem 2rem 6rem
}

.store-list .featured-label {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    margin-left: 0
}

.store-list .store-title a {
    text-shadow: none
}

#account-details.tab-pane .w-icon-user,
#product-tab-reviews .avg-rating .ratings-container,
.related-product-section .ratings-container,
.store-list .ratings-container,
.vendor-product-section .ratings-container {
    margin-bottom: .3rem
}

.store-list .store-address {
    color: #666;
    opacity: 1;
    margin-bottom: .9rem
}

.store-list .seller-brand {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hotspot-left:hover .product,
.store-list:hover .seller-brand img {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.store-grid .seller-brand img,
.store-list .seller-brand img {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    max-width: calc(100% + 2px);
    margin: -1px;
    -webkit-box-shadow: 0 0 0 1px #eee;
    box-shadow: 0 0 0 1px #eee
}

.store.store-banner .store-media img {
    min-height: 44rem;
    width: 100%
}

.store.store-banner .store-content {
    top: 0;
    left: 0;
    max-width: 34.5rem;
    padding: 5rem 4rem 5rem 5rem;
    background-color: rgba(37, 38, 42, .9);
    height: 100%
}

.contact-us .icon-box .icon-headphone,
.store.store-banner .seller-brand {
    margin-bottom: 2.3rem
}

.store.store-banner .store-title {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    letter-spacing: -.025em
}

.store.store-banner .social-icon {
    margin-right: .5rem;
    color: #fff;
    border-color: #ccc;
    opacity: .8
}

.store-wcmp .store-content {
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-color: rgba(34, 34, 40, .85);
    display: flex;
    padding: 2rem
}

.store-wcmp .seller-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8rem;
    flex: 0 0 8rem;
    max-width: 8rem;
    margin-right: 2.2rem
}

.store-wcmp .store-title {
    margin: .4rem 0 1.1rem
}

.store-wcmp .seller-info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    letter-spacing: 0;
    opacity: .7
}

.store-wcmp .seller-info-list li p {
    margin-bottom: 0;
    line-height: 2
}

.store-wcmp .seller-info-list .store-address p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.store-wcmp .seller-info-list .store-rating p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.store-wcmp .seller-info-list i {
    margin-top: 1.3rem;
    margin-right: .8rem;
    font-size: 1.4rem
}

.store-wcmp .ratings-container {
    margin-top: .5rem;
    margin-bottom: 0
}

.store-wcmp-banner .store-content {
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 40%;
    padding: 2rem;
    background: rgba(0, 0, 0, .6)
}

.store-wcmp-banner .seller-brand {
    margin: -7rem auto 2rem
}

.store-wcmp-banner .social-icons {
    position: absolute;
    right: 2rem;
    top: -5rem
}

.store-wcmp-banner .store-title {
    margin-bottom: 1rem;
    font-size: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.store-wcmp-banner .seller-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0
}

.store-wcmp-banner .seller-info-list&gt;* {
    margin: 0 .6rem;
    opacity: .6;
    text-align: center
}

.store-wcmp-banner .seller-info-list&gt;* i {
    margin-right: .4rem;
    margin-left: 0
}

.store-wcfm-banner .seller-brand,
.store-wcmp-banner .seller-brand {
    width: 10rem;
    height: 10rem
}

.store-wcfm-banner .seller-brand img,
.store-wcmp-banner .seller-brand img {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    max-width: calc(100% + 2px);
    margin: -1px
}

.pswp img,
.store-wcfm-banner .social-icon,
.store-wcmp-banner .social-icon {
    border-radius: .3rem
}

.store-wcfm-banner .store-content {
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(34, 34, 34, .8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 16rem;
    padding: 2.3rem 3rem 2.6rem
}

.product-tabs .nav-item:not(:last-child),
.store-wcfm-banner .personal-info {
    margin-right: 4rem
}

.store-wcfm-banner .seller-brand {
    margin: -7.2rem 0 2rem
}

.store-wcfm-banner .ratings-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2rem
}

.store-wcfm-banner .store-title {
    margin-bottom: .9rem;
    font-size: 2rem;
    font-weight: 600
}

.mobile-menu li li a,
.store-wcfm-banner .seller-info-list {
    padding-left: 2.4rem
}

.store-wcfm-banner .seller-info-list li {
    margin-bottom: .4rem;
    letter-spacing: 0
}

.store-wcfm-banner .seller-info-list li i {
    margin: 0 .4rem 0 -2.4rem;
    font-size: 1.4rem
}

.store-wcfm-banner .store-content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.store-wcfm-banner .btn-inquiry {
    margin-bottom: 3rem
}

.btn-inquiry,
.btn-visit:not(.btn-link) {
    padding: .8em 1.6em;
    font-size: 1.3rem;
    background-color: #eee;
    border-color: #eee;
    color: #333;
    margin-right: .6rem
}

.vendor-toolbox .vendor-search-toggle {
    margin-right: 1.5rem;
    padding: .73em .9em .86em;
    font-weight: 700
}

.vendor-toolbox .vendor-search-toggle i {
    margin: 0 .8rem 0 0;
    font-size: 1.5rem;
    font-weight: 600
}

.vendor-toolbox .toolbox-left label {
    font-weight: 400;
    color: #333
}

.vendor-toolbox .toolbox-layout {
    margin-left: 1.5rem
}

.vendor-search-wrapper {
    display: none;
    padding: 2rem;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    margin-top: 3.2rem
}

.vendor-search-wrapper input {
    min-height: 3.8rem;
    height: 3.8rem;
    color: #777;
    border-radius: .3rem
}

.vendor-search-wrapper input:focus {
    border-color: #8080809e
}

.vendor-search-wrapper .btn {
    padding: .7em 1.65em
}

.vendor-product-title {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1.9rem 1.5rem;
    border: 1px solid #eee;
    border-radius: .3rem
}

.google-map {
    height: 35rem;
    background-color: #98c3e5
}

.show-code {
    position: absolute !important;
    padding: 3px 1rem;
    width: auto !important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #26c;
    color: #fff !important;
    border-radius: 3px;
    font-size: 1.4rem;
    font-family: monospace;
    font-weight: 600;
    line-height: 1.6;
    opacity: 0;
    z-index: 1000;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    white-space: nowrap;
    cursor: pointer
}

.show-code:hover {
    background: #37d;
    opacity: 1
}

.show-code-action&gt;.btn-copy:hover {
    background: #37d
}

.show-code-added&gt;.show-code {
    opacity: .35
}

.boxed-button {
    position: fixed;
    top: 26.8%;
    right: 5px;
    z-index: 1
}

.boxed-button .box-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #33363b;
    border-radius: 3px;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.boxed-button .box-btn.enabled {
    background: #26c
}

.boxed-button .box-btn span {
    font-family: monospace;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 32px;
    font-size: 16px;
    line-height: 0
}

.cart-dropdown .cart-count,
.footer,
.header,
.menu .submenu,
.mobile-menu-wrapper {
    font-family: Poppins, sans-serif
}

.boxed-button .box-btn p {
    display: inline-block;
    margin-bottom: 0;
    width: 0;
    font-size: 1.3rem;
    line-height: 1.4;
    -webkit-transition: width .3s, padding .3s;
    transition: width .3s, padding .3s;
    overflow: hidden;
    white-space: nowrap
}

.account,
.header-bottom .header-right&gt;a,
.header-search.hs-toggle .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox
}

.boxed-button .box-btn:hover p {
    width: 15rem
}

.code-popup {
    border-radius: 5px;
    width: 1000px;
    max-width: 100%;
    z-index: 4000
}

.code-popup .mfp-close:active,
.product-gallery.product-gallery-sticky {
    top: 2rem
}

.code-content {
    border-radius: 5px;
    background: #1e1e1e
}

.code-content .CodeMirror {
    background-color: transparent;
    margin: 1rem 2rem 2rem;
    height: 58rem;
    color: #d4d4d4
}

.code-content .code-text {
    display: block !important;
    opacity: 0;
    padding: 0;
    border: none;
    height: 1px
}

.code-content .code-copy {
    background: #3c3c3c;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    padding: 2rem;
    -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 15px -15px rgba(0, 0, 0, .1)
}

.account span,
.code-content .code-copy a {
    color: #ccc;
    -webkit-transition: color .3s;
    transition: color .3s
}

.code-content .CodeMirror-vscrollbar::-webkit-scrollbar {
    width: 5px
}

.code-content .CodeMirror-vscrollbar::-webkit-scrollbar-thumb {
    margin-right: 2px;
    background: rgba(255, 255, 255, .3);
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.code-content .CodeMirror-hscrollbar::-webkit-scrollbar {
    height: 5px
}

.code-content .CodeMirror-hscrollbar::-webkit-scrollbar-thumb {
    margin-bottom: 2px;
    background: rgba(255, 255, 255, .3);
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.code-content .CodeMirror-scrollbar-filler {
    left: 0;
    bottom: 0;
    width: 100% !important;
    background: #1e1e1e
}

#account-addresses .title-underline::after,
.header-call::after {
    background-color: #e5e5e5
}

.code-content .CodeMirror-hscrollbar {
    bottom: 1.7rem
}

.code-content .copy-icon {
    font-size: 2rem;
    margin-right: .6rem;
    line-height: 0
}

.header {
    background: #fff;
    color: #333
}

.header-right,
.toolbox-right {
    margin-left: auto
}

.has-center .header-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.has-center .header-center {
    margin-left: 2rem;
    margin-right: 2rem
}

.header-top {
    background: #f5f6f8;
    font-size: 1.1rem;
    letter-spacing: -.027em;
    text-transform: capitalize
}

.header-bottom .header-right,
.header-top .header-right {
    padding-right: .2rem
}

.header-top .header-right&gt;.dropdown:first-child {
    margin-left: 0
}

.header-top .header-right&gt;.dropdown:hover .dropdown-box::before {
    visibility: visible;
    opacity: 1;
    top: auto;
    bottom: 100%
}

.header-top .header-right .dropdown-box::before {
    content: "";
    position: absolute;
    z-index: 1002;
    left: 50%;
    top: -9999px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 11px solid transparent;
    border-bottom: 11px solid #fff;
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    pointer-events: none
}

.header-top .header-right i {
    margin-right: .6rem;
    font-size: 1.5rem
}

.header-top .header-right .delimiter {
    margin: 0 .3rem;
    color: #aaa
}

.header-top .header-right .divider {
    width: 1px;
    height: 1.5rem;
    background-color: #ccc
}

.logo {
    min-width: 14.4rem;
    margin-right: 2rem
}

.header h1 {
    line-height: 0;
    margin-bottom: 0
}

.header-bottom {
    color: #333;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -.025em
}

.header-bottom .main-nav {
    margin-left: 2.1rem
}

.header-bottom .header-right&gt;a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.4rem 0 1.3rem
}

.header-bottom .header-right&gt;a i.w-icon-map-marker {
    font-size: 2.2rem;
    margin-top: -.5rem
}

.header-bottom .header-right&gt;a i.w-icon-sale {
    font-size: 2.4rem;
    margin-right: .8rem
}

.header-bottom .header-right&gt;a:first-child {
    margin-right: 3.2rem
}

.header-bottom:not(.fixed) .show-dropdown .dropdown-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-top: 2rem
}

.welcome-msg {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: -.022em;
    line-height: 1.5;
    white-space: nowrap;
    padding: 14px 0;
    text-transform: uppercase
}

.header-middle {
    color: #333;
    background: #fff;
    font-size: 1.2rem;
    border-bottom: 1px solid #eee
}

.account {
    display: flex;
    margin-right: 2rem
}

.account .login {
    font-size: 1.3rem;
    line-height: 1.5em;
    color: #999;
    -webkit-transition: color .3s;
    transition: color .3s
}

.account .w-icon-account {
    color: #fff;
    width: 5.3rem;
    height: 5.3rem;
    border: 1px solid rgba(238, 238, 238, .5);
    font-size: 2.6rem;
    -webkit-transition: border-color .3s, color .3s;
    transition: border-color .3s, color .3s
}

.account b {
    color: #fff;
    font-size: 1.5rem;
    -webkit-transition: color .3s;
    transition: color .3s
}

.header-search {
    position: relative;
    width: 100%;
    max-width: 38rem
}

.header-search input.form-control {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 40px;
    padding: .9rem;
    border: 2px solid #5f8a98;
    border-right: 0;
    font-size: 1.2rem;
    letter-spacing: 0;
    font-family: Poppins, sans-serif
}

.header-search input.form-control::-webkit-input-placeholder {
    color: inherit
}

.header-search input.form-control::-moz-placeholder {
    color: inherit
}

.header-search input.form-control:-ms-input-placeholder {
    color: inherit
}

.header-search input.form-control::-ms-input-placeholder {
    color: inherit
}

.header-search input.form-control::placeholder {
    color: inherit
}

.header-search .btn-search {
    margin: 0;
    padding: 0;
    min-width: 5.1rem;
    color: #333;
    border-left: 0;
    border-color: #5f8a98;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -.025em;
    text-transform: none
}

.header-search .btn-search i {
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: -.01em;
    font-weight: 500
}

.header-search .select-box::before {
    right: 1.2rem;
    margin-top: -.1rem;
    font-weight: 400
}

.header-search .select-box select {
    position: relative;
    padding: 0 2rem 0 1.5rem;
    border: 0;
    font-weight: 400;
    z-index: 1
}

.header-search.hs-toggle .input-wrapper {
    position: absolute;
    display: flex;
    right: -2.5rem;
    top: 100%;
    min-width: 30rem;
    padding: 1.5rem;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 35px rgba(0, 0, 0, .1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    z-index: 100;
    -webkit-transition: visibility .3s, opacity .3s, -webkit-transform .3s;
    transition: transform .3s, visibility .3s, opacity .3s, -webkit-transform .3s
}

.header-search.hs-toggle .form-control {
    padding: 1.4rem 2rem;
    font-size: 1.3rem;
    color: #777;
    background-color: #f4f4f4;
    border: none;
    height: 5rem
}

.header-search.hs-toggle .btn-search {
    background-color: #f4f4f4;
    min-width: 5rem;
    font-size: 1.8rem;
    color: #222;
    border: none
}

.header-search.hs-toggle .btn-search i {
    margin-bottom: .3rem;
    font-size: inherit
}

.header-search.hs-toggle.show .input-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.header-search.hs-toggle.show .search-toggle::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

.header-search.hs-expanded {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 auto;
    min-width: auto;
    max-width: 55.6rem
}

.header-search.hs-expanded .select-box {
    width: 14.6rem;
    border: 2px solid #5f8a98;
    border-right: none;
    color: #666
}

.header-search.hs-expanded .select-box::after {
    content: "";
    height: 35px;
    width: 1px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-search.hs-expanded input.form-control {
    color: #666;
    border-right: none;
    border-left: none
}

.header-search.hs-expanded .btn-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity .4s, color .4s;
    transition: opacity .4s, color .4s
}

.compare,
.wishlist {
    -webkit-box-align: center;
    color: #333
}

.header-search.hs-expanded .btn-search span {
    margin-right: .5rem;
    letter-spacing: -.03em
}

.header-search.hs-simple {
    min-width: 35rem
}

.header-search.hs-simple input.form-control {
    border: none;
    background-color: #f5f5f5
}

.header-search.hs-simple .btn-search {
    position: absolute;
    right: 0;
    height: 100%;
    min-width: 4.5rem;
    background: 0 0;
    color: #666
}

.header-search.hs-rounded .form-control,
.header-search.hs-rounded .select-box {
    border-radius: .5rem 0 0 .5rem
}

.header-search.hs-rounded .btn-search {
    border-radius: 0 .5rem .5rem 0
}

.header-search.hs-rounded.hs-simple input.form-control {
    border-radius: 5rem
}

.header-search.hs-round.hs-expanded .form-control,
.header-search.hs-rounded.hs-expanded .form-control {
    border-radius: 0
}

.header-search.hs-round .form-control,
.header-search.hs-round .select-box {
    border-radius: .3rem 0 0 .3rem
}

.header-search.hs-round.hs-simple input.form-control {
    border-radius: 3rem
}

.dir-up.hs-toggle .input-wrapper {
    top: auto;
    bottom: 100%;
    margin-bottom: 2rem
}

.main-nav .menu&gt;.has-submenu {
    padding-right: 1.5rem
}

.mobile-menu-toggle {
    display: none;
    font-size: 2.4rem;
    line-height: 1
}

.compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: -.4rem 3rem 0 0
}

.compare span.compare-label {
    cursor: pointer;
    margin-top: .1rem;
    font-weight: inherit;
    color: inherit
}

.compare i {
    font-size: 3.3rem;
    color: inherit
}

.wishlist {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s;
    transition: color .3s;
    margin-right: 2.3rem
}

.wishlist span {
    margin-top: .3rem;
    font-weight: inherit;
    color: inherit;
    cursor: pointer
}

.wishlist i {
    font-size: 2.7rem;
    color: inherit
}

.header-call {
    position: relative;
    margin-right: 4.8rem
}

.header-call .w-icon-call {
    margin: 0 .6rem .2rem 0;
    font-size: 3rem
}

.header-call .call-info,
.sticky-both-content .product-single {
    margin-top: .4rem
}

.header-call .phone-number {
    font-size: 1.6rem;
    line-height: 1.7
}

.header-call::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -2.5rem;
    width: 1px;
    height: 4.1rem
}

.cart-dropdown&gt;a i {
    font-size: 2.6rem;
    color: inherit
}

.label-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.label-down i+span {
    margin-top: .3rem;
    letter-spacing: -.03em;
    line-height: 1
}

@media (max-width:991px) and (min-width:480px) {
    .header-middle .logo {
        margin-left: 2rem
    }
}

.dropdown.show .dropdown-box,
.dropdown:hover .dropdown-box {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.dropdown.show::after,
.dropdown:hover::after {
    visibility: visible;
    opacity: 1;
    top: calc(100% - 20px);
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0)
}

.dropdown.show .dropdown-box,
.dropdown:hover .dropdown-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.dropdown a .dropdown-image {
    max-width: 1.4rem;
    margin-right: .6rem;
    margin-top: -1px;
    height: auto
}

.dropdown&gt;a {
    line-height: 1.1;
    padding: 11px 0
}

.dropdown&gt;a::after {
    display: inline-block;
    margin-left: 6px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    font-weight: 900
}

.dropdown-box {
    position: absolute;
    right: 0;
    top: -9999px;
    padding: .5rem 0;
    color: #666;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px -8px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 20px -8px rgba(0, 0, 0, .3);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.dropdown-box a {
    padding: .6rem 1rem;
    font-size: inherit;
    line-height: 1.1
}

.cart-dropdown .cart-label {
    display: block;
    margin: .5rem 0 0;
    font-weight: inherit;
    letter-spacing: -.025em
}

.cart-dropdown .cart-header,
.cart-dropdown .cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.cart-dropdown .cart-count {
    position: absolute;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    font-style: normal;
    z-index: 1;
    right: -8px;
    top: -5px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
    background: #5f8a98;
    color: #fff;
    text-align: center
}

.cart-dropdown .cart-header {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    margin-bottom: 1.4rem
}

.cart-dropdown .cart-header span {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    color: #333
}

.cart-dropdown .cart-header a {
    padding: 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    text-transform: capitalize
}

.cart-dropdown .cart-header i {
    margin-left: .6rem;
    font-size: 1.8rem
}

.cart-dropdown .cart-action .btn {
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1;
    padding: 1rem
}

.btn-layout+.btn-layout,
.cart-dropdown .cart-action .btn:last-child,
.post-single-content .post-navigation .nav-next i {
    margin-left: 1rem
}

.cart-dropdown .cart-total {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 1.8rem 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: -.025em
}

.category-dropdown&gt;a,
.menu .menu-title,
.tip {
    text-transform: uppercase
}

.cart-dropdown .dropdown-box {
    padding: 1rem 3rem 3rem;
    min-width: 30rem;
    margin-top: .5rem
}

.cart-dropdown .product-price {
    color: #5f8a98;
    overflow: visible
}

.cart-dropdown .products {
    max-height: 28rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 2.1rem
}

.cart-dropdown.cart-offcanvas .dropdown-box {
    position: fixed;
    top: 0;
    right: -34rem;
    max-width: 34rem;
    margin-top: 0;
    padding: 2.9rem 3rem;
    width: 100%;
    height: 110vh;
    min-width: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transform: none;
    transform: none;
    z-index: 2499;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cart-dropdown .cart-overlay {
    position: fixed;
    left: 0;
    width: 100vw;
    top: -10vh;
    height: 120vh;
    background: rgba(0, 0, 0, .3);
    z-index: 2498;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.product.product-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 2rem 0 0
}

.product.product-cart .product-media {
    max-width: 8rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8rem;
    flex: 0 0 8rem
}

.product.product-cart .product-media a {
    display: block;
    padding: 0
}

.product.product-cart .product-name {
    white-space: normal;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 1rem
}

.product.product-cart .product-quantity {
    margin-right: .7rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #999
}

.product.product-cart .product-quantity::after {
    content: "x";
    font-size: 1.8rem;
    font-weight: 400;
    margin-left: .7rem;
    text-transform: none;
    line-height: 0
}

.product.product-cart .btn-close {
    position: absolute;
    top: .9rem;
    right: -1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, .2);
    color: #333;
    background-color: #fff;
    padding-bottom: 0
}

.product.product-cart .btn-close i {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.7rem
}

.category-dropdown&gt;a {
    background: #fff;
    min-width: 28rem;
    padding: 1.9rem 1.8rem 1.7rem 2rem;
    letter-spacing: -.025em;
    -webkit-transition: .3s;
    transition: .3s
}

.category-dropdown&gt;a i {
    margin-bottom: .1rem;
    font-size: 1.7rem;
    line-height: 0
}

.category-dropdown&gt;a span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: .7rem
}

.category-dropdown&gt;a::after {
    font-family: wolmart;
    content: "";
    font-weight: 600;
    font-size: .9rem
}

.category-dropdown.show&gt;a,
.category-dropdown:hover&gt;a {
    color: #fff;
    background-color: #5f8a98
}

.category-dropdown .dropdown-box {
    padding: 0;
    left: 0;
    min-width: 24rem;
    color: #333;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    background-color: #fff;
    -webkit-transition: z-index .3s, -webkit-transform .3s;
    transition: z-index .3s, transform .3s, -webkit-transform .3s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0);
    top: 100%
}

.category-dropdown::after,
.category-dropdown::before {
    left: 25px;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0)
}

.category-dropdown::after {
    border-bottom-color: #f4f4f4;
    visibility: hidden;
    opacity: 0;
    top: calc(100% - 20px)
}

.category-dropdown.dropdown.show .dropdown-box {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.category-dropdown.has-border .category-toggle {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}

.category-dropdown.show-dropdown .dropdown-box {
    border-radius: .5rem
}

.category-dropdown.show-dropdown .dropdown-box::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 1.7rem;
    border: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5
}

.category-dropdown.show-dropdown .dropdown-box .category-menu {
    background-color: #f5f5f5;
    border-radius: .5rem
}

.megamenu,
.mobile-menu-container .input-wrapper,
.sticky-footer {
    display: -webkit-box;
    display: -ms-flexbox
}

.menu .menu-title {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.025em
}

.megamenu ul,
.menu .submenu {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    letter-spacing: 0
}

.menu .submenu {
    padding: 2rem 0;
    background: #fff;
    line-height: 1
}

.menu .submenu .has-submenu&gt;a::after {
    content: "";
    font-weight: 600;
    font-size: .9rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu li {
    position: relative;
    line-height: 1
}

.menu li a {
    padding: .7rem 0 .8rem
}

.menu li .megamenu,
.menu li ul {
    position: absolute;
    top: -9999px;
    left: 100%;
    margin: 0;
    -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 35px rgba(0, 0, 0, .1);
    z-index: 1001;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.menu&gt;li&gt;a,
.mobile-menu li a,
.tip {
    position: relative
}

.menu li .megamenu {
    padding: 0 1rem
}

.menu li&gt;.submenu {
    min-width: 21.5rem
}

.menu li&gt;.submenu li {
    padding: 0 1.9rem
}

.menu .show .megamenu,
.menu .show&gt;.submenu,
.menu li:hover .megamenu,
.menu li:hover&gt;.submenu {
    visibility: visible;
    top: -2rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.menu&gt;li&gt;a {
    padding: 1.8rem 0 1.7rem;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: -.009em;
    line-height: 1.1;
    text-transform: capitalize
}

.menu&gt;li&gt;a::after {
    margin-left: .6rem
}

.menu&gt;li .megamenu,
.menu&gt;li&gt;.submenu {
    left: -1.5rem
}

.menu&gt;li.show .megamenu,
.menu&gt;li.show&gt;.submenu,
.menu&gt;li:hover .megamenu,
.menu&gt;li:hover&gt;.submenu {
    top: 100%
}

.menu&gt;.has-submenu&gt;a::after {
    margin-top: 1px;
    right: -16px
}

.menu .megamenu ul {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    opacity: 1
}

.active-underline&gt;li&gt;a::before {
    content: "";
    position: absolute;
    left: 0;
    margin-top: 17px;
    width: 100%;
    border-top: 3px solid;
    border-color: inherit;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.active-underline&gt;li.active&gt;a::before,
.active-underline&gt;li:hover&gt;a::before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.has-submenu&gt;a::after {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0;
    font-family: "Font Awesome 5 Free";
    color: inherit;
    content: "▾";
    font-size: 18px
}

.megamenu {
    display: flex;
    min-width: 80rem;
    background: #fff
}

.megamenu&gt;li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2.7rem 1rem 0
}

.megamenu&gt;li.row:last-child {
    padding: 0 2rem 2rem 0
}

.megamenu ul {
    padding: 0
}

.megamenu-sm {
    min-width: 40rem
}

.megamenu .menu-banner {
    height: calc(100% + 2.7rem);
    margin: -2.7rem -1rem 0;
    overflow: hidden
}

.instagram-masonry-grid img,
.megamenu .menu-banner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.megamenu .menu-banner .btn:not(.btn-outline) {
    padding: 0;
    letter-spacing: .005em
}

.menu-banner1 .banner-content {
    left: 10%;
    bottom: 5%
}

.menu-banner1 .banner-subtitle {
    font-size: 7.187rem;
    letter-spacing: -.05em;
    -webkit-transform: rotateZ(-90deg) translate(2%, -50%);
    transform: rotateZ(-90deg) translate(2%, -50%);
    margin-bottom: 35px
}

.menu-banner1 .banner-title {
    position: relative;
    margin-bottom: 1.1rem;
    font-size: 2.4rem;
    letter-spacing: -.05em;
    line-height: 1.3
}

.menu-banner1 .banner-title span {
    display: block;
    font-size: 2.6rem;
    color: #547ca5
}

.menu-banner2 .banner-content {
    top: 8%;
    left: 12.7%
}

.menu-banner2 .banner-price-info,
.post-single-content .tags label {
    font-weight: 500
}

.menu-banner2 .banner-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.4rem
}

.menu-banner3 .banner-content {
    bottom: 2.8rem;
    left: 12.8%
}

.menu-banner3 .banner-title {
    margin-bottom: .1rem;
    font-size: 2.4rem;
    line-height: 1.25
}

.menu-banner3 .banner-price-info {
    margin-bottom: 2.3rem;
    font-size: 2rem
}

.menu-banner4 .banner-content {
    top: 6.9%;
    left: 12.7%
}

.menu-banner4 .banner-subtitle {
    margin-bottom: 1.1rem;
    font-size: 1.4rem;
    color: #ccc
}

.menu-banner4 .banner-title {
    margin-bottom: .3rem;
    font-size: 2.2rem;
    line-height: 1.1
}

.menu-banner4 .banner-price-info {
    margin-bottom: 1.6rem;
    font-size: 2.2rem
}

.menu-banner4 .btn-outline {
    padding: .75em 1.45em;
    letter-spacing: 0
}

.menu-banner4 .btn-outline:active,
.menu-banner4 .btn-outline:focus,
.menu-banner4 .btn-outline:hover {
    color: #5f8a98;
    background-color: #fff;
    border-color: #fff
}

.footer-middle,
.footer-top {
    border-bottom: 1px solid #eee
}

.menu-banner5 .banner-content {
    margin-top: -.2rem;
    left: 2rem
}

.menu-banner5 .banner-subtitle {
    font-size: 1.3rem;
    margin-bottom: .4rem
}

.menu-banner5 .banner-title {
    margin-bottom: 1.4rem;
    font-size: 2rem
}

.tip {
    display: inline-block;
    top: -1px;
    left: 7px;
    padding: .3rem .5rem .2rem;
    border-radius: .2rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #fff
}

.mobile-menu-overlay,
.mobile-menu-wrapper {
    left: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0
}

.tip.tip-hot {
    background-color: #ff9742
}

.mobile-menu-wrapper {
    visibility: hidden;
    z-index: 2400;
    -webkit-transition: visibility .4s;
    transition: visibility .4s
}

.mobile-menu-container {
    max-width: 296px;
    padding: 2rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #222;
    -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, .5);
    box-shadow: 1px 0 5px rgba(0, 0, 0, .5);
    -webkit-transform: translateX(-296px);
    transform: translateX(-296px);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.mobile-menu-container .input-wrapper {
    display: flex;
    margin-bottom: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-menu-container .input-wrapper .form-control {
    min-height: 4rem;
    padding-top: .9rem;
    padding-bottom: .8rem;
    color: #777;
    border: 1px solid #333;
    border-right: 0;
    background-color: transparent;
    font-size: 1.2rem;
    border-radius: .3rem 0 0 .3rem
}

.mobile-menu-container .input-wrapper .btn-search {
    padding: 0;
    min-width: 4.8rem;
    background-color: transparent;
    color: #fff;
    font-size: 2rem;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border: 1px solid #333;
    border-left: 0;
    border-radius: 0 .3rem .3rem 0
}

.mobile-menu-container .input-wrapper .btn-search i {
    margin: 0 0 .4rem
}

.mobile-menu-container .mobile-menu {
    margin-top: .4rem;
    margin-bottom: .5rem;
    background: #222
}

.mobile-menu-container .nav {
    border: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.mobile-menu-container .nav .nav-item {
    margin: 0;
    width: 50%
}

.mobile-menu-container .nav-link {
    margin-bottom: -2px;
    padding: 1rem;
    font-size: 1.3rem;
    color: #fff;
    border-bottom: 2px solid
}

.mobile-menu-container .sidebar-content::-webkit-scrollbar-thumb,
.mobile-menu-container.scrollable::-webkit-scrollbar-thumb {
    margin-right: 2px;
    background: rgba(255, 255, 255, .1);
    border-radius: 7px;
    cursor: pointer
}

.mobile-menu-container .tab-pane {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff
}

.mobile-menu {
    color: #eee;
    text-transform: capitalize;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5
}

.mobile-menu ul {
    display: none;
    width: 100%
}

.mobile-menu&gt;li a svg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    stroke: #fff;
    fill: #fff;
    -webkit-transition: color .3s;
    transition: color .3s
}

.mobile-menu&gt;li.active svg,
.mobile-menu&gt;li:hover svg {
    stroke: #f93;
    fill: #f93
}

.mobile-menu&gt;li:last-child {
    padding-bottom: .5rem
}

.mobile-menu&gt;li:not(:last-child) {
    border-bottom: 1px solid #2e3237
}

.mobile-menu li a {
    display: block;
    padding: 1.3rem .6rem 1.3rem 1rem;
    color: inherit;
    -webkit-transition: color .3s;
    transition: color .3s
}

.mobile-menu li i {
    display: inline-block;
    margin-top: -.3rem;
    margin-right: 1rem;
    font-size: 1.8rem;
    line-height: 0
}

.mobile-menu li li li a {
    padding-left: 3.6rem
}

.mobile-menu-title {
    margin-bottom: .5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff
}

.mobile-menu-overlay {
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.mobile-menu-close {
    position: fixed;
    left: calc(100vw - 35px);
    top: 25px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
    z-index: 1
}

.mobile-menu-close i {
    font-size: 2.8rem;
    color: #e1e1e1
}

.mmenu-active .mmenu-anim,
.mmenu-active .mmenu-anim&gt;li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mmenu-active .page-wrapper {
    margin-left: 296px;
    margin-right: -296px
}

.mmenu-active .mobile-menu-wrapper {
    visibility: visible
}

.mmenu-active .mobile-menu-container {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.toggle-btn {
    display: block;
    position: absolute;
    padding: 6px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .6
}

.toggle-btn::before {
    content: "";
    display: block;
    font-size: .8rem;
    font-weight: 600;
    font-family: wolmart;
    line-height: 1;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.show&gt;a .toggle-btn::before {
    -webkit-transform: rotate(630deg);
    transform: rotate(630deg)
}

.category-menu {
    padding: 1rem 0;
    background: #fff
}

.category-menu i {
    display: inline-block;
    line-height: 0;
    margin-right: .7rem;
    font-size: 1.7rem;
    width: 1.7rem
}

.category-menu&gt;li&gt;a {
    display: block;
    padding: 1.3rem 1rem;
    text-transform: capitalize;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.007em;
    color: #666
}

.category-menu&gt;li:last-child&gt;a i {
    margin: 0 0 0 .4rem;
    font-size: 1.2rem;
    font-weight: 600
}

.category-menu li .megamenu {
    padding: 0 0 0 2rem
}

.category-menu li:last-child {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

#product-tab-vendor .vendor-name a,
.category-menu li:hover&gt;a:not(.menu-title) i,
.my-account .link-item a,
.sticky-link:hover i {
    color: inherit
}

.category-menu .megamenu {
    min-width: 68.5rem
}

.category-menu .megamenu&gt;li:not(:last-child) {
    padding: 2.8rem 2rem 0 0
}

.category-menu .megamenu .menu-title {
    font-size: 1.4rem;
    margin-bottom: 1.3rem
}

.category-menu .megamenu .divider {
    border: 1px solid #eee;
    border-bottom: 0;
    margin: .5rem 0 2rem
}

#account-addresses.tab-pane,
#account-orders.tab-pane,
.category-menu .megamenu li a:not(.btn) {
    padding-top: .8rem
}

.vertical-menu {
    display: block;
    min-width: 24rem
}

.vertical-menu i.w-icon-electronics,
.vertical-menu i.w-icon-furniture {
    font-size: 1.5rem;
    text-align: center
}

.vertical-menu&gt;li {
    margin-right: 0;
    padding: 0 1rem
}

.vertical-menu&gt;li .megamenu,
.vertical-menu&gt;li&gt;ul {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0)
}

.vertical-menu&gt;li.active .megamenu,
.vertical-menu&gt;li.active&gt;ul,
.vertical-menu&gt;li:hover .megamenu,
.vertical-menu&gt;li:hover&gt;ul {
    left: 100%;
    top: 0
}

.vertical-menu&gt;li:first-child.active .megamenu,
.vertical-menu&gt;li:first-child.active&gt;ul,
.vertical-menu&gt;li:first-child:hover .megamenu,
.vertical-menu&gt;li:first-child:hover&gt;ul {
    top: -1rem
}

.vertical-menu&gt;.has-submenu&gt;a::after {
    content: "";
    position: absolute;
    right: 1rem;
    line-height: 0;
    font-weight: 600;
    font-size: 1.2rem;
    -webkit-transition: right .3s;
    transition: right .3s
}

.horizontal-menu {
    width: 100%;
    padding: 1rem 3.2rem;
    background-color: #333;
    border-radius: .5rem;
    color: #fff;
    overflow-x: auto
}

.horizontal-menu&gt;li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 3.05rem;
    text-align: center
}

.horizontal-menu&gt;li:not(:last-child)&gt;a {
    border-bottom: none
}

.horizontal-menu&gt;li&gt;a {
    padding: .8rem 1rem;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0
}

.horizontal-menu&gt;li:hover i {
    -webkit-transform: translateY(-.5rem);
    transform: translateY(-.5rem)
}

.horizontal-menu&gt;li:last-child&gt;a i {
    margin: 0 0 .9rem;
    font-size: 3rem;
    font-weight: 400
}

.horizontal-menu i {
    display: block;
    width: auto;
    height: 3rem;
    margin: 0 0 .9rem;
    font-size: 3rem;
    line-height: inherit;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.horizontal-menu::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

.horizontal-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .2);
    border-radius: 10px
}

@media (min-width:1200px) {

    .col-xl-12,
    .cols-xl-1&gt;* {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .col-xl-6,
    .cols-xl-2&gt;* {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .col-xl-4,
    .cols-xl-3&gt;* {
        max-width: 33.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }

    .col-xl-3,
    .cols-xl-4&gt;* {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .cols-xl-5&gt;* {
        max-width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

    .col-xl-2,
    .cols-xl-6&gt;* {
        max-width: 16.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-xl-7&gt;* {
        max-width: 14.2857%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-xl-8&gt;* {
        max-width: 12.5%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%
    }

    .cols-xl-9&gt;* {
        max-width: 11.1111%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 11.1111%;
        flex: 0 0 11.1111%
    }

    .cols-xl-10&gt;* {
        max-width: 10%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%
    }

    .cols-xl-11&gt;* {
        max-width: 9.0909%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 9.0909%;
        flex: 0 0 9.0909%
    }

    .col-xl-1,
    .cols-xl-12&gt;* {
        max-width: 8.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%
    }

    .col-xl-5 {
        max-width: 41.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6667%;
        flex: 0 0 41.6667%
    }

    .col-xl-7 {
        max-width: 58.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
        flex: 0 0 58.3333%
    }

    .col-xl-8 {
        max-width: 66.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6667%;
        flex: 0 0 66.6667%
    }

    .col-xl-9 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }

    .col-xl-10 {
        max-width: 83.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333%;
        flex: 0 0 83.3333%
    }

    .col-xl-11 {
        max-width: 91.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6667%;
        flex: 0 0 91.6667%
    }

    .col-xl-5col {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 10px;
        padding-left: 10px
    }

    .col-xl-5col2,
    .col-xl-5col3 {
        -webkit-box-flex: 0;
        position: relative;
        padding-right: 10px;
        padding-left: 10px
    }

    .col-xl-5col2 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-xl-5col3 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-xl-5col4 {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding-right: 10px;
        padding-left: 10px
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .5rem !important
    }

    .mt-xl-2 {
        margin-top: 1rem !important
    }

    .mt-xl-3 {
        margin-top: 1.5rem !important
    }

    .mt-xl-4 {
        margin-top: 2rem !important
    }

    .mt-xl-5 {
        margin-top: 2.5rem !important
    }

    .mt-xl-6 {
        margin-top: 3rem !important
    }

    .mt-xl-7 {
        margin-top: 3.5rem !important
    }

    .mt-xl-8 {
        margin-top: 4rem !important
    }

    .mt-xl-9 {
        margin-top: 4.5rem !important
    }

    .mt-xl-10 {
        margin-top: 5rem !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .5rem !important
    }

    .mb-xl-2 {
        margin-bottom: 1rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-4 {
        margin-bottom: 2rem !important
    }

    .mb-xl-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-xl-6 {
        margin-bottom: 3rem !important
    }

    .mb-xl-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-xl-8 {
        margin-bottom: 4rem !important
    }

    .mb-xl-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-xl-10 {
        margin-bottom: 5rem !important
    }

    .pg-xl-hide&gt;.swiper-pagination {
        display: none
    }

    .nav-xl-show&gt;.swiper-button-next,
    .nav-xl-show&gt;.swiper-button-prev {
        display: block
    }

    .expanded-newsletter .pl-xl-10 {
        padding-left: 5rem !important
    }

    .category-menu .megamenu.type2 {
        min-width: 88rem
    }
}

.footer {
    font-size: 1.3rem;
    /* background: #d8e4e6; */
    background: #fff;
}

.footer p {
    font-size: inherit
}

.footer .category-name {
    font-weight: 600;
    font-size: 1.4rem;
    color: #666;
    line-height: 1;
    letter-spacing: 0;
    padding-right: 2rem;
    margin-bottom: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer .category-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#account-details .icon-box,
#account-downloads .icon-box,
.coming-content .social-icons,
.footer .category-box:not(:last-child) {
    margin-bottom: 1.4rem
}

.footer .category-box a {
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: 0;
    color: #666;
    line-height: 1;
    margin-bottom: 1rem;
    position: relative
}

.footer .category-box a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    border-left: 1px solid #ccc;
    margin: 0 .9rem 0 1rem;
    vertical-align: bottom
}

.footer-newsletter {
    padding: 2.8rem 0
}

.footer-newsletter .icon-box-title {
    margin-bottom: .2rem;
    font-size: 1.6rem
}

.footer-newsletter .icon-box-icon {
    margin-right: 2rem;
    margin-bottom: .4rem
}

.footer-newsletter .icon-box-icon i {
    font-size: 4.7rem
}

.footer-newsletter .btn {
    padding: .93em 1.85em
}

.footer-newsletter .btn i {
    margin: -.2rem 0 0 .9rem;
    font-size: 1.6rem
}

.footer-top {
    padding: 6.8rem 0 .8rem
}

.footer-top .widget {
    margin-bottom: 4rem
}

.footer-top .widget-title {
    padding: 0 0 .6rem;
    margin-bottom: 2rem;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    color: #976661;
    border: none;
    cursor: text
}

.footer-top .widget-body {
    padding: 0;
    /* color: #5f8a98 */
    color: #000;
}

.footer-top .widget-body li {
    line-height: 1.2;
    margin-bottom: 1.5rem
}

.footer-middle {
    padding: 4.5rem 0 3.8rem
}

.footer-bottom {
    padding: 3rem 0;
    color: #5f8a98
}

.footer-bottom .footer-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer .widget-about .widget-about-title {
    line-height: 2.1;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 500
}

.footer .widget-about .widget-about-call {
    display: block;
    color: #333;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: .9rem
}

.footer .widget-about .widget-about-desc {
    line-height: 2.15;
    margin-bottom: 2.1rem;
    max-width: 28rem
}

.footer .copyright {
    font-size: 1.3rem;
    line-height: 1.92;
    margin-bottom: 0;
    text-align: center
}

.sticky-footer {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4rem;
    background: #fff
}

.sticky-footer .cart-dropdown .dropdown-box {
    top: auto;
    bottom: 100%;
    right: 0;
    min-width: 34rem;
    padding: 2rem 3rem 3rem;
    margin-bottom: 2.1rem;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s
}

.sticky-footer .cart-dropdown:hover .dropdown-box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.sticky-footer .cart-total {
    padding-top: 1rem
}

.sticky-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    margin: 1.4rem 0 1.3rem
}

.cart-dropdown .sticky-link i,
.sticky-link i {
    font-size: 2.3rem;
    color: #666
}

.sticky-link p {
    margin-top: .9rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .025em;
    text-transform: uppercase
}

.footer-dark {
    background-color: #222
}

.footer-dark .category-box a::after,
.footer-dark .footer-middle,
.footer-dark .footer-top {
    border-color: #454545
}

.about-us .introduce .title,
.create-store .title {
    margin-bottom: 1.3rem;
    font-size: 4rem
}

.about-us .introduce p {
    margin-bottom: 4.3rem;
    max-width: 57rem
}

.about-us .introduce img,
.category-default img,
.product-tabs .product-video img {
    min-height: 20rem
}

.about-us .customer-service p {
    font-size: 1.4rem;
    color: #333
}

.about-us .counter span {
    font-size: 6rem;
    font-weight: 800;
    color: #ccc;
    letter-spacing: -.05em;
    line-height: 1.54
}

.about-us .boost-section {
    background-color: #fafafb
}

.about-us .boost-section .title {
    line-height: 1.25;
    margin-bottom: 1.3rem
}

.about-us .boost-section .btn {
    padding: 1.23em 2.35em
}

.about-us .awards-wrapper img {
    width: auto;
    margin: 0 auto 2rem
}

.about-us .awards-wrapper p {
    margin-bottom: 0;
    font-size: 2rem;
    color: #333;
    line-height: 1.6;
    letter-spacing: -.025em
}

.about-us .member-section figure {
    position: relative;
    max-width: 29.5rem;
    margin: 0 auto 2.5rem
}

.about-us .member-section figure:hover .overlay {
    padding-top: 0;
    opacity: 1
}

.about-us .member-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10rem;
    background: rgba(0, 0, 0, .3);
    border-radius: 1.3rem;
    opacity: 0;
    -webkit-transition: opacity .3s, padding-top .3s;
    transition: opacity .3s, padding-top .3s;
    cursor: pointer
}

.about-us .member-section .overlay p {
    margin-bottom: 0;
    text-transform: uppercase
}

.about-us .member-section .social-icon {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.4rem;
    line-height: 4.1rem;
    border-color: #fff;
    color: #fff
}

.about-us .member-section .social-icon:hover.social-facebook {
    background-color: #1b4f9b;
    border-color: #1b4f9b
}

.about-us .member-section .social-icon:hover.social-twitter {
    background-color: #00adef;
    border-color: #00adef
}

.about-us .member-section .social-icon:hover.social-instagram {
    background-color: #cc0001;
    border-color: #cc0001
}

.color-accordion-section .accordion-primary .card-body {
    background-color: #f8f8f8;
    padding-bottom: 1.3rem
}

.post-classic .post-details,
.post-grid-type .post-details,
.post-masonry .post-details {
    padding: 1.4rem 2px 2.4rem
}

.post-content .btn {
    padding-top: .3rem;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: -.025em
}

#product-tab-reviews .ratings-list .ratings-container,
.checkout .login-toggle,
.post-classic .post-content,
.post-grid-type .post-content,
.post-listing .post-content,
.post-masonry .post-content,
.product-lists .product-list .product-short-desc,
.shipping-calculator-form .form-group {
    margin-bottom: 1.5rem
}

.post-classic .post-content p,
.post-grid-type .post-content p,
.post-listing .post-content p,
.post-masonry .post-content p {
    display: inline;
    margin-right: 1.1rem
}

.post-listing .post-details {
    padding-top: 1rem;
    padding-bottom: 1.2rem
}

.post-masonry .post-title {
    white-space: normal;
    overflow: visible;
    text-overflow: unset
}

.blog-filters {
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333;
    line-height: 1.3
}

.blog-filters.filter-underline .nav-filter::after {
    border-top: 3px solid;
    border-bottom: 0
}

.post-single .post-details {
    padding: 3.6rem 0 2.6rem
}

.post-single .post-title {
    margin-bottom: 1.9rem;
    white-space: normal
}

.post-single .post-content p {
    display: block;
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.86
}

.post-single .post-content a:hover {
    color: #5f8a98;
    text-decoration: underline
}

.post-single-content blockquote {
    padding: 4.2rem 1rem;
    background-color: #f8f8f8
}

.post-single-content blockquote i {
    font-size: 3rem;
    color: #5f8a98
}

.post-single-content blockquote p {
    font-size: 2.6rem
}

.post-single-content blockquote cite {
    font-size: 1.2rem;
    font-style: normal
}

.post-single-content .post-author-detail {
    padding: 4rem;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post-single-content .author-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10.5rem;
    flex: 0 0 10.5rem;
    max-width: 10.5rem
}

.post-single-content .post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6rem 0 5.2rem;
    border-bottom: 1px solid #eee
}

.post-single-content .post-navigation .nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 1.6rem
}

.post-single-content .post-navigation .nav a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    color: #333;
    line-height: 1.2
}

.post-single-content .post-navigation .nav .nav-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: inline-block;
    max-width: 100%;
    font-size: 1.5rem;
    font-weight: 400;
    -webkit-transition: .35s;
    transition: .35s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1.3rem
}

.post-single-content .post-navigation .nav .nav-content::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #333;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.post-single-content .post-navigation .nav i {
    margin-bottom: .4rem;
    font-weight: 600
}

.post-single-content .btn-underline::after,
.tab-vendor-products.tab-nav-underline .nav-link::after {
    border-top-width: 2px
}

.post-single-content .post-details {
    padding-bottom: 2.5rem
}

.post-single-content .swiper-button-next,
.post-single-content .swiper-button-prev {
    top: -4.9rem;
    font-size: 1.6rem;
    font-weight: 600;
    border: none
}

.compare-popup .btn-clean:active,
.compare-popup .btn-clean:focus,
.compare-popup .btn-clean:hover,
.post-single-content .swiper-button-next:not(.swiper-button-disabled):hover,
.post-single-content .swiper-button-prev:not(.swiper-button-disabled):hover {
    color: #5f8a98;
    background-color: #fff
}

.post-single-content .swiper-button-next {
    right: 1.1rem
}

.post-single-content .comments {
    padding-bottom: 3.3rem;
    border-bottom: 1px solid #eee
}

.post-single-content .comment {
    padding: 2rem 0;
    border: none
}

.post-single-content .comment:nth-child(2) {
    margin-left: 9rem
}

.post-single-content .comment-date {
    font-size: 1.3rem;
    color: #666
}

.post-single-content .btn-reply {
    text-transform: capitalize;
    font-weight: 400
}

.post-single-content .form-control {
    font-size: 1.3rem;
    border-radius: .3rem
}

.post-single-content textarea {
    height: 15rem;
    padding: 1.6rem 2rem
}

.post-mask-section {
    padding-bottom: 2.7rem
}

.create-store p,
.error-404 p {
    margin-bottom: 3.3rem
}

.create-store .btn {
    margin-bottom: .6rem;
    padding: 1.2em 2.44em
}

.how-trade .title {
    margin-bottom: 1.3rem;
    line-height: 1.25
}

.how-trade .stage-item p {
    margin-left: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.5
}

.how-trade svg {
    fill: #5f8a98;
    min-width: 6.1rem;
    width: 6.1rem;
    height: 6.1rem
}

.how-trade img {
    max-height: 52rem
}

.stage-get .stage-item p {
    margin-left: .7rem
}

.few-fees {
    padding-bottom: 2.3rem
}

.listing-fee .counter {
    margin: 0 5.8rem 0 auto
}

.final-fee .counter {
    margin: 0 auto 0 5.8rem
}

.become-a-vendor .counter {
    max-width: 29rem
}

.become-a-vendor .counter span {
    font-size: 9rem;
    font-weight: 800;
    color: #ccc;
    line-height: 1.26;
    letter-spacing: -.06em
}

.become-a-vendor .counter h4 {
    margin-bottom: 1.2rem;
    font-size: 2rem
}

.become-a-vendor .testimonial-boxed {
    padding-top: 4rem;
    padding-bottom: 3.7rem
}

.become-a-vendor .swiper-theme .swiper-pagination-bullet {
    border-color: #999;
    background-color: #999
}

.become-a-vendor .swiper-theme .swiper-pagination-bullet:hover {
    border-color: #5f8a98;
    background-color: #5f8a98
}

.become-a-vendor .swiper-theme .swiper-pagination-bullet-active {
    width: 1.8rem;
    background-color: #5f8a98;
    border-color: #5f8a98
}

.become-a-vendor .swiper-theme .swiper-pagination {
    margin-top: 2.5rem
}

.wolmart-sellers h4 {
    margin: 4.7rem 0 1.9rem
}

.wolmart-sellers h2 {
    margin-bottom: 1.4rem;
    line-height: 1.22
}

.questions {
    padding-top: 4.7rem
}

.questions .title {
    margin-bottom: 3.8rem
}

.questions p {
    margin-bottom: 4.8rem
}

.become-a-vendor .banner {
    padding: 6.2rem 6.2rem 6.9rem
}

.become-a-vendor .banner .banner-content {
    max-width: 60rem;
    margin: 0 auto
}

.become-a-vendor .banner .title {
    margin-bottom: 3.1rem;
    line-height: 1.25
}

.become-a-vendor .banner .btn {
    padding: 1.22em 2.1em
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-top: .5rem
}

.btn-group .btn-wrap {
    min-width: 16.9rem;
    margin-left: 2rem;
    margin-bottom: 2rem;
    text-align: center
}

.btn-group .btn-wrap .btn:not(.btn-simple) {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.btn-section p {
    position: relative;
    font-size: 1.3rem;
    padding-right: 2rem;
    line-height: 1.9
}

.btn-section p::after {
    content: "";
    position: absolute;
    top: .5rem;
    right: 1rem;
    background: #eee;
    height: 44px;
    width: 2px
}

.btn-section .title-line::after {
    position: absolute;
    right: 0;
    width: calc(75% + 1.5rem)
}

.btn-block-section .btn-group {
    margin-left: -1rem;
    margin-top: .6rem
}

.btn-size-section .btn-group {
    margin-top: -.5rem
}

.btn-size-section .btn {
    margin-left: 2rem;
    margin-bottom: 2rem
}

.btn-size-section p::after {
    top: .7rem
}

.btn-simple-section,
.my-account .breadcrumb-nav {
    margin-bottom: 3.2rem
}

.btn-simple-section .btn-group {
    margin-top: 1.6rem
}

.btn-simple-section .btn-group .btn-link:not(.btn-underline) {
    padding-bottom: 6px
}

.btn-simple-section .btn-group .btn-wrap {
    min-width: 13.7rem
}

.bought-together-products&gt;*,
.btn-simple-section .btn-group .btn-wrap .btn {
    width: auto
}

.btn-parallax-section {
    padding: 5.6rem 0 4.2rem;
    margin-bottom: 0
}

.btn-parallax-section p::after {
    opacity: .6
}

.btn-parallax-section .btn-group::before {
    background-color: #484443
}

.category-default .category-content {
    left: 3rem
}

.category-default .category-title {
    margin-bottom: 0;
    font-size: 2.2em
}

.category-default .category-count {
    opacity: .6;
    line-height: 1.2
}

.category-ellipse-section {
    margin-bottom: 5.2rem
}

.category-classic-section,
.vendors-section {
    background-color: #f8f8f8
}

.category-masonry-section {
    padding-bottom: 3.7rem
}

.category-masonry-section .category-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 4));
    margin: -1rem
}

.category-masonry-section .category-grid&gt;*,
.instagram-masonry-grid .grid-item {
    padding: 1rem
}

.category-masonry-section .grid-item3 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 2;
    grid-row-end: span 2
}

@media (max-width:991px) and (min-width:768px) {
    .category-masonry-section .category-grid {
        grid-template-columns: repeat(auto-fill, calc(100% / 3))
    }

    .category-masonry-section .grid-item3 {
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 3;
        grid-row-end: span 3
    }
}

.cart .cart-summary {
    padding: 2.3rem 3rem 3rem;
    border: 1px solid #eee;
    border-radius: 4px;
    line-height: 1
}

.cart .cart-summary .cart-title {
    margin-bottom: 2.1rem;
    font-size: 2rem;
    letter-spacing: -.01em
}

.cart .cart-summary .btn-checkout {
    letter-spacing: .025em;
    padding-top: 1.07em;
    padding-bottom: 1.07em
}

.cart .form-control {
    width: 100%;
    max-width: 100%;
    border-radius: 3px
}

.cart .select-box::before {
    font-size: 1.1rem;
    color: #333;
    right: 1rem
}

.cart .card-header {
    text-transform: uppercase
}

.cart .card-header a::after {
    right: .5rem;
    font-size: 1.4rem;
    color: #333
}

.cart .card-body {
    margin-bottom: 2rem;
    padding: 0
}

.cart .cart-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 0
}

.cart .cart-action input {
    border-color: #ccc;
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 1.3rem;
    max-width: 200px
}

.cart .cart-action .btn-shopping i {
    font-size: 1.9rem
}

.cart .cart-action .btn-clear,
.cart .cart-action .btn-update {
    padding: 1em 2em;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333
}

.cart .cart-action .btn-clear:active,
.cart .cart-action .btn-clear:focus,
.cart .cart-action .btn-clear:hover,
.cart .cart-action .btn-update:active,
.cart .cart-action .btn-update:focus,
.cart .cart-action .btn-update:hover {
    border-color: #e1e1e1;
    background-color: #e1e1e1
}

.cart .cart-action .btn-update.disabled {
    border-color: #eee;
    background-color: #eee;
    color: #666;
    cursor: not-allowed
}

.cart .coupon .form-control {
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0
}

.cart .coupon .btn {
    padding: 1em 2em;
    border-width: 1px
}

.cart .order-total {
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -.025em;
    margin-bottom: 2.5rem
}

.cart-total table {
    margin-top: -3px
}

.cart-total td,
.cart-total th {
    border-top: 1px solid #eee;
    text-transform: uppercase
}

.cart-subtotal {
    line-height: 1;
    font-size: 1.6rem;
    color: #333;
    font-weight: 600;
    padding-bottom: .8rem
}

.shipping-methods .shipping-title {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.025em;
    padding: 1.1rem 0 .3rem
}

.shipping-methods .custom-radio {
    line-height: 2.7
}

.shipping-methods .custom-radio label {
    letter-spacing: 0;
    padding-left: 2.5rem
}

.shipping-methods .custom-radio .custom-control-label::after {
    color: #ccc;
    padding-top: 1px
}

.shipping-destination {
    font-size: 1.5rem;
    margin-bottom: 2.2rem
}

.shipping-calculator-form .form-group .form-control {
    padding-left: 1rem;
    font-size: 1.4rem;
    color: #666;
    border-color: #eee
}

.shipping-calculator-form button {
    margin-bottom: 2.5rem;
    border-width: 1px
}

.shipping-address .form-control,
.shipping-address .select-box {
    background-color: #fff;
    margin-bottom: 2rem
}

.shipping-address .form-control {
    padding: 1.15rem 1.2rem;
    font-family: Poppins, sans-serif;
    font-size: 1.3rem;
    border-color: #eee;
    color: #999
}

.shipping-address label {
    color: #333;
    text-transform: uppercase
}

.shop-table.cart-table th {
    padding: 1rem 0 1.2rem;
    letter-spacing: -.025em
}

.shop-table.cart-table .product-price {
    width: 17.3%
}

.shop-table.cart-table .product-quantity {
    width: 25.7%
}

.shop-table.cart-table .product-subtotal {
    width: 16%
}

.shop-table.cart-table .product-quantity .input-group {
    max-width: 120px
}

.shop-table.cart-table .btn-close {
    top: -8px;
    right: -7px
}

.shop-table.cart-table td.product-subtotal {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    letter-spacing: -.05em
}

.shop-table.cart-table td.product-price {
    font-weight: 400;
    font-size: 1.6rem
}

.checkout .shop-breadcrumb,
.order .shop-breadcrumb {
    margin-bottom: 2.2rem
}

.checkout .coupon-toggle,
.checkout .login-toggle {
    line-height: 1.1
}

.checkout .checkbox-content,
.checkout .coupon-content,
.checkout .login-content {
    display: none;
    margin-bottom: 2.4rem;
    padding: 3rem;
    border: 1px solid #eee;
    border-top-width: 3px
}

.checkout .login-content p {
    font-size: 1.3rem;
    margin-bottom: 1.6rem
}

.checkout .login-content .checkbox label {
    padding-left: 2.6rem
}

.checkout .btn-login {
    padding-left: 1.88em;
    padding-right: 1.88em;
    background: #f1f1f1;
    border-color: #f1f1f1;
    color: #333
}

.checkout .coupon-content p {
    margin-bottom: 1.9rem;
    line-height: 1.7
}

.checkout .coupon-content .input-wrapper-inline {
    max-width: 40rem
}

.checkout .btn-coupon {
    border-color: #eee;
    background-color: #eee;
    color: #333
}

.checkout .form-control {
    margin-bottom: 1.3rem;
    padding-left: 2rem;
    border-radius: .3rem;
    font-size: 1.4rem
}

.checkout .form-group label {
    display: inline-block;
    margin-bottom: .1rem;
    line-height: 2.1
}

.checkout .form-group .select-box::before {
    font-size: 1.1rem;
    right: 1.4rem;
    margin-top: -.2rem;
    color: #999
}

.checkout .form-group select {
    padding-left: 1.4rem;
    max-width: 100%
}

.checkout select {
    -webkit-appearance: none
}

.checkout textarea {
    padding-top: 1.5rem;
    min-height: 13rem
}

.checkout .order-summary-wrapper {
    padding: 2.5rem 3rem 3rem;
    border: 1px solid #eee;
    border-radius: 3px
}

.checkout .order-summary-wrapper&gt;.title {
    margin-bottom: .9rem;
    padding-bottom: 0
}

.checkout .checkbox-content {
    border: none;
    padding: 0
}

.order-table th {
    text-align: start;
    padding: .9rem 0
}

.order-table td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5rem
}

.order-table b {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    letter-spacing: 0;
    margin-bottom: 0
}

.order-table .product-name {
    font-size: 1.4rem;
    font-weight: 400
}

.order-table .product-name i {
    font-size: 11px;
    margin-left: .5rem;
    margin-right: .5rem
}

.order-table .product-total {
    font-size: 1.4rem;
    letter-spacing: -.05em
}

.order-table .cart-subtotal td {
    padding-top: 2rem;
    padding-bottom: .9rem
}

.order-table .order-total td,
.order-table .order-total th {
    padding-top: 1.8rem;
    padding-bottom: 1.9rem
}

.order-summary .payment-methods {
    padding-top: 2.5rem;
    border-bottom: 1px solid #eee
}

.order-summary .card-header a {
    padding: 1rem 2.7rem;
    font-size: 1.4rem;
    color: #666;
    font-weight: 400
}

.order-summary .card-header a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ccd;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.order-summary .card-header a::after {
    content: "";
    position: absolute;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #333;
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.order-summary .card-body {
    padding: 0 0 1.5rem
}

.order-summary .card-body p {
    padding-left: 2.7rem;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: -.025em
}

.paypal-que {
    position: absolute;
    top: 1rem;
    left: 8rem
}

.contact-us .icon-box-content .icon-box-title {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: .5rem;
    text-transform: none
}

.contact-us .icon-box-content p {
    font-size: 1.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.contact-us .icon-box .icon-email {
    margin: .3rem 0 1.5rem
}

.contact-us .icon-box .icon-fax {
    margin: .4rem 0 2.2rem
}

.contact-us .icon-box .w-icon-envelop-closed {
    font-size: 5.2rem
}

.contact-us .icon-box .w-icon-map-marker {
    font-size: 5.1rem
}

.contact-us .icon-box .w-icon-fax {
    font-size: 4.5rem
}

.contact-information-section {
    padding-bottom: .9rem
}

.contact-section .card-header {
    font-size: 1.4rem;
    letter-spacing: 0
}

#account-dashboard.tab-pane,
.contact-section .card-header a {
    padding-top: 1.5rem
}

.contact-us-form .form-group label {
    color: #333;
    line-height: 2
}

.contact-us-form .form-group .form-control {
    margin-bottom: 1.4rem;
    min-height: 4.6rem;
    border-radius: .3rem
}

.contact-us-form .form-group textarea.form-control {
    margin-bottom: 2.1rem
}

.contact-google-map {
    background-color: #ddd
}

.coming-content-wrapper,
.coming-soon-bg {
    min-height: 100vh
}

.coming-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1rem;
    font-size: 1rem
}

.coming-content .logo {
    display: inline-block;
    margin-bottom: 2.5rem
}

.coming-content .coming-title {
    margin-bottom: 1rem;
    font-size: 8em;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 1
}

.coming-content .coming-title span {
    color: #1b1c25;
    -webkit-text-stroke: 1px #f79645
}

.coming-content p {
    color: #999;
    font-size: 1.3rem;
    letter-spacing: 0;
    margin-bottom: 4.5rem;
    max-width: 55rem
}

.coming-content .countdown-section {
    position: relative;
    letter-spacing: -.025em
}

.coming-content .countdown-section:not(:first-child) {
    margin-left: 3.5rem
}

.coming-content .countdown-section:not(:first-child) .countdown-amount::before {
    content: ":";
    position: absolute;
    left: -2.2rem;
    color: #999;
    font-size: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.coming-content .countdown-amount {
    display: inline-block;
    position: relative;
    padding: .62em .583em;
    border-radius: 3px;
    font-size: 3.6em;
    font-weight: 600;
    background-color: #333;
    color: #fff;
    line-height: 1;
    margin-bottom: .6rem
}

.coming-content .countdown-period {
    display: block;
    position: absolute;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
    color: #bbb;
    text-align: center
}

.compare-popup .container,
.compare-product-list,
.compare-table .compare-row {
    display: -webkit-box;
    display: -ms-flexbox
}

.countdown-coming {
    margin-bottom: 6.8rem
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .btn-link {
        overflow: visible
    }

    select::-ms-expand {
        display: none
    }

    select:focus::-ms-value {
        background: 0 0;
        color: currentColor
    }

    .custom-checkbox+label::before {
        line-height: 14px
    }

    .coming-soon-bg {
        height: 1px
    }
}

.compare-popup {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    padding: 2rem 0;
    background: #fff;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    z-index: 2400
}

.compare-popup .container {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2.1rem;
    padding-bottom: 3.1rem
}

.compare-popup .btn-clean {
    margin-right: 1.8rem;
    padding: 0;
    border: none;
    text-transform: capitalize;
    font-weight: 400
}

.compare-popup.show {
    -webkit-transform: translateY(-99%);
    transform: translateY(-99%)
}

.compare-popup.show+.compare-popup-overlay {
    opacity: .7;
    visibility: visible;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.compare-title {
    margin-top: .8rem
}

.compare-title .title {
    margin-bottom: .3rem;
    font-size: 2.4rem;
    font-weight: 700;
    white-space: nowrap
}

.compare-product-list {
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .9rem 2rem 0;
    padding: 0
}

.compare-product-list li {
    position: relative;
    width: 8vw;
    max-width: 138px;
    min-height: 8vw
}

.compare-product-list li:empty::before {
    content: "+";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 5rem;
    font-size: 3rem;
    color: #eee;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, .12);
    box-shadow: 2px 4px 15px rgba(0, 0, 0, .12)
}

.compare-product-list li::after {
    content: "";
    position: absolute;
    border: 1px solid #eee;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.compare-product-list .btn-remove {
    position: absolute;
    padding: 0;
    right: -1rem;
    top: -1rem;
    line-height: 1.2;
    width: 20px;
    height: 20px;
    font-size: 1.5rem;
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
    overflow: hidden
}

.compare-product-list .btn-remove i {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0
}

.compare-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    z-index: 2399
}

.compare-table {
    overflow-x: auto
}

.compare-table&gt;div:nth-child(2n) .compare-col {
    background-color: #fbfbfb
}

.compare-table .compare-row {
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.compare-product .product-media {
    border: 1px solid #f5f5f5
}

.compare-col {
    padding: 2.5rem 0 2.5rem 2rem
}

.compare-col.compare-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
    padding-right: 5rem;
    font-weight: 400;
    color: #999
}

.compare-col.compare-value,
.order-subtable tbody td:not(:last-child),
.order-subtable thead th:not(:last-child) {
    padding-right: 1rem
}

.compare-col .remove-product {
    margin-bottom: 2.4rem;
    padding: 0;
    border: none;
    color: #333
}

.compare-col .remove-product i {
    font-size: 2.2rem
}

.compare-col .product-details {
    padding: 1.6rem 0 .7rem
}

.compare-col .product-price {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0
}

.compare-col .new-price {
    margin-right: 0;
    color: #5f8a98
}

.compare-description ul,
.tab-vendor-products .comments {
    margin: 0;
    padding: 0
}

.compare-description li {
    color: #333;
    line-height: 1.6
}

.compare-rating .ratings-container {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.4rem
}

.compare-color .swatch {
    margin-right: .4rem;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    border-radius: 50%
}

@media (min-width:1921px) {
    .compare-product-list li {
        max-height: 15.5rem;
        max-width: none
    }

    .compare-product-list li figure,
    .compare-product-list li img {
        height: 100%;
        width: 100%
    }
}

@media (max-width:991) and (min-width:480px) {
    .compare-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.error-404 {
    padding-top: 14.5rem;
    padding-bottom: 10rem;
    background-color: #f7f7f7
}

.error-404 figure {
    margin: 0 auto;
    max-width: 82rem
}

.error-404 .banner-content {
    margin-top: 5.5rem
}

.faq .title {
    letter-spacing: .02em
}

.faq .card-header {
    letter-spacing: -.0125em
}

.faq .card-body p {
    letter-spacing: -.005em
}

.content-title-section .subtitle {
    font-size: 1.4rem;
    letter-spacing: -.025em;
    margin-bottom: .5rem
}

.content-title-section .title {
    max-width: 55.5rem;
    margin: 0 auto .7rem;
    font-size: 2.4rem
}

.content-title-section .description {
    margin-bottom: 4.8rem;
    font-size: 1.3rem
}

.wolmart-icons {
    color: #333;
    font-size: 1.6rem;
    line-height: 2.5
}

.icon-page .element-section {
    padding-top: .7rem
}

.instagram-masonry-grid .height-x1 {
    height: 240px
}

.instagram-masonry-grid .height-x2 {
    height: 480px
}

.my-account .tab-vertical .nav {
    width: 24.41%;
    border: none
}

.my-account .tab-content {
    width: 75.59%;
    padding-left: 1.5rem;
    border: none
}

.my-account .link-item,
.my-account .nav-link {
    margin-bottom: 0;
    padding: 1.7rem 0 1.6rem;
    font-size: 1.6rem;
    text-transform: none;
    border-bottom: 1px solid #eee
}

.my-account .link-item {
    font-weight: 600;
    color: #333;
    line-height: 1
}

.my-account .tab-pane p {
    font-size: 1.4rem;
    line-height: 1.8
}

.my-account .icon-box.text-center i {
    display: block;
    font-size: 6rem;
    color: #333;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.my-account .icon-box.text-center:hover .icon-box-icon i {
    color: #5f8a98;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.my-account .form-control {
    -webkit-transition: border-color .4s;
    transition: border-color .4s
}

.my-account .icon-box-light {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.my-account .icon-box-light i {
    font-size: 2.5rem;
    color: #999
}

#account-details.tab-pane,
#account-downloads.tab-pane,
.my-account .order:not(th) {
    padding-top: .9rem
}

.my-account .order:not(th) .order-table {
    padding: 1.1rem 2.9rem 0
}

#account-dashboard .icon-box {
    padding: 4rem 2rem;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-transition: .4s;
    transition: .4s
}

#account-dashboard .icon-box:hover {
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1)
}

#account-dashboard .icon-box p {
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #666;
    -webkit-transition: color;
    transition: color
}

#account-dashboard .icon-box-title {
    font-size: 1.8rem;
    text-transform: capitalize
}

#account-downloads .icon-box-side .w-icon-download {
    font-size: 2.5rem;
    margin-top: -.5rem
}

#account-orders .account-orders-table th {
    padding-top: 1rem;
    padding-bottom: 1rem
}

#account-orders .account-orders-table td {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem
}

#account-orders .account-orders-table .order-id {
    padding-left: 1rem;
    width: 20.77%
}

#account-orders .account-orders-table .order-date {
    width: 20.1%
}

#account-orders .account-orders-table .order-total {
    width: 25.48%
}

#account-orders .account-orders-table .order-action {
    width: 13.78%;
    padding-right: 1rem
}

#account-orders .order-action .btn {
    color: #333;
    border-color: #ccc;
    -webkit-transition: color .4s, border-color .4s, background-color .4s;
    transition: color .4s, border-color .4s, background-color .4s
}

#account-details .account-details-form label {
    color: #666;
    font-size: 1.4rem;
    line-height: 2.3
}

#account-details .account-details-form .form-control {
    margin-bottom: 1.6rem;
    border-radius: .3rem;
    font-size: 1.4rem;
    color: #666
}

#account-details .account-details-form p {
    font-size: 1.2rem;
    letter-spacing: -.015em;
    line-height: 2.1
}

#account-addresses.tab-pane p {
    margin-bottom: 2.1rem;
    line-height: 1.6
}

#account-addresses .title {
    font-size: 1.5rem;
    margin-bottom: 1.7rem;
    padding-bottom: 1.4rem
}

#account-addresses address {
    font-style: normal
}

#account-addresses .address-table th {
    font-weight: 400;
    text-align: start;
    width: 100px;
    color: #999
}

.login-page .login-popup {
    margin: 4.2rem auto 5rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.login-page .checkbox-round+label::before {
    border-radius: 50%;
    border: 1px solid #ccc;
    background: 0 0
}

.login-page .checkbox-round+label::after {
    content: "";
    width: .8rem;
    height: .8rem;
    background-color: #333;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
    opacity: 0
}

.order .order-table {
    padding: .6rem 3rem 3rem;
    border: 1px solid #e1e1e1;
    border-collapse: separate
}

.order .order-table thead th {
    padding-bottom: 1.7rem;
    font-size: 1.8rem
}

.order #billing-account-addresses,
.order .order-table tfoot td,
.order .order-table tfoot th,
.order .order-table thead th,
.order-subtable thead tr {
    border-bottom: 1px solid #e1e1e1
}

.order .order-table tbody td:first-child {
    min-width: 16rem;
    padding-top: 3rem;
    padding-bottom: 0
}

.order .order-table tfoot td,
.order .order-table tfoot th {
    padding-top: 1.5rem;
    padding-bottom: 1.8rem;
    font-weight: 600
}

.order .order-table .total td {
    font-weight: 700;
    font-size: 2rem;
    color: #333
}

.order .alert {
    border: 1px dashed #e5e5e5
}

.order #billing-account-addresses .email td {
    padding-top: 3.5rem
}

.order .btn-back {
    padding: .85em 1.4em
}

.order-success {
    padding: 3.6rem 1.5rem;
    border: 2px solid #e1e1e1;
    font-size: 2.4rem
}

.order-success i {
    font-size: 28px;
    margin-right: .8rem
}

.order-view {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3.2rem 0
}

.order-view li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1rem;
    text-align: center;
    font-size: 1.8rem
}

.order-view strong {
    color: #333;
    display: block
}

.order-subtable thead th {
    padding-bottom: 2rem;
    font-size: 1.8rem;
    color: #333;
    text-align: start;
    font-weight: 600
}

.order-subtable tbody td {
    border: none;
    padding: 1.5rem 0
}

.order-subtable strong {
    display: block;
    color: #333
}

.order-subtable .order {
    width: 12.5%
}

.order-subtable .date {
    width: 21.13%
}

.order-subtable .status {
    width: 14.11%
}

.order-subtable .total {
    width: 32%;
    color: #333
}

.order-subtable tbody tr:first-child td {
    padding-top: 3.4rem
}

.order-subtable tbody .btn {
    padding: .72em 1.2em;
    color: #333;
    border-color: #eee;
    background-color: #eee
}

.product-list-section,
.vendor-product-section {
    margin-bottom: 4.2rem
}

.product-list-section .title-link-wrapper .title::after {
    height: 2px;
    background-color: #666
}

.product:not(.product-single) .product-countdown-container {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    white-space: nowrap;
    overflow-x: auto;
    background-color: rgba(34, 34, 34, .8);
    color: #fff;
    letter-spacing: -.025em;
    text-align: center;
    border-radius: .3rem;
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s
}

.product:not(.product-single) .countdown-section {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .9em 0 .8em
}

.product:not(.product-single) .countdown-amount {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.3
}

.product:not(.product-single) .countdown-period {
    font-size: 1em;
    font-weight: 500;
    opacity: .9;
    letter-spacing: -.035em
}

.product:not(.product-single) .product-list .product-desc {
    margin-bottom: 3.9rem;
    line-height: 1.9
}

.product-sticky-content .product-list-sm {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-sticky-content .product-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.5rem;
    flex: 0 0 8.5rem;
    max-width: 8.5rem;
    height: 8.5rem
}

.product-sticky-content.fixed .product-list-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.product-sticky-content.fixed .product-qty-form {
    margin-right: .8rem;
    max-width: 14rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14rem;
    flex: 0 0 14rem
}

.product-sticky-content.fixed .btn-cart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 21rem
}

.product-sticky-content.fix-top.fixed .product-form {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.product-sticky-content.fix-top.fixed .product-media {
    max-width: 4.4rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.4rem;
    flex: 0 0 4.4rem;
    height: 4.4rem
}

.product-sticky-content.fix-top.fixed .btn-cart {
    min-width: 14rem
}

.sticky-both-content .product-title {
    margin-bottom: 1.2rem;
    line-height: 1.4
}

.sticky-both-content .product-size-swatch {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.product-qty-form.with-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21.5rem;
    flex: 0 0 21.5rem;
    max-width: 21.5rem
}

@media (max-width:1199px) {
    .d-xl-show {
        display: none !important
    }

    .widget-banner .banner-title {
        margin-bottom: 4rem
    }

    .category-dropdown&gt;a {
        min-width: 24rem
    }

    .main-nav .menu .megamenu {
        left: -18rem
    }

    .category-menu .megamenu.type2 {
        min-width: 70rem
    }

    .shop-content .product-list .product-desc {
        margin-bottom: 2rem
    }
}

.product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: sticky
}

.product-gallery-btn {
    position: absolute;
    padding: 1rem;
    width: 4rem;
    height: 4rem;
    right: 1.5rem;
    bottom: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 50%;
    color: #999;
    background: #fff;
    font-size: 2rem;
    line-height: 1;
    opacity: .7;
    -webkit-transition: opacity .3s, color .3s;
    transition: opacity .3s, color .3s;
    z-index: 1;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    cursor: pointer
}

.product-gallery-btn.product-degree-viewer {
    bottom: 6.5rem
}

.product-gallery-btn.product-video-viewer {
    bottom: 11.5rem
}

.product-gallery-btn:hover {
    opacity: 1;
    color: #333
}

.bought-together-products .product-wrap {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15.8rem;
    flex: 0 0 15.8rem;
    max-width: 15.8rem
}

.bought-together-products .product-wrap:not(:first-child) .product-media::after,
.bought-together-products .product-wrap:not(:first-child) .product-media::before {
    content: "";
    position: absolute;
    left: -2.5rem;
    top: 50%;
    background-color: #999
}

.bought-together-products .product-wrap:not(:first-child) .product-media::before {
    width: 17px;
    height: 1px;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.bought-together-products .product-wrap:not(:first-child) .product-media::after {
    width: 1px;
    height: 17px;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.bought-together-products .product-details {
    padding: 1.5rem .2rem 0
}

.bought-together-products .product-button {
    position: relative;
    margin: 1.3rem 0 2.5rem 10rem
}

.bought-together-products .product-button::after,
.bought-together-products .product-button::before {
    content: "";
    position: absolute;
    left: -5rem;
    top: 70px;
    width: 17px;
    height: 1px;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    background-color: #999
}

.bought-together-products .product-button::before {
    margin-top: -12px
}

.bought-together-products .bought-count {
    margin-bottom: 2.7rem;
    line-height: 1.3
}

.bought-together-products .product-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bought-together-products .product-checkbox label {
    position: static;
    padding-left: 0
}

.bought-together-products .custom-checkbox {
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.bought-together-products .custom-checkbox+label::before {
    top: 1.5rem;
    left: 1.5rem;
    -webkit-transform: none;
    transform: none
}

.product-tabs .nav-link {
    padding: 1.5rem 0 1.3rem;
    font-size: 2rem;
    font-weight: 700;
    color: #999;
    text-transform: capitalize
}

.product-tabs .nav-link::after {
    border-top: 2px solid transparent
}

.product-tabs .tab-pane {
    padding: 3.5rem 0 2.7rem
}

#product-tab-vendor .rating-reviews,
.product-tabs ul,
.tab-vendor-products .comment-date {
    font-size: 1.4rem;
    color: #666
}

#product-tab-description .sub-title {
    margin: .4rem 0;
    font-size: 1.4rem
}

#product-tab-specification ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 0 1rem
}

#product-tab-specification ul label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20rem;
    flex: 0 0 20rem;
    max-width: 20rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    z-index: 1;
    color: #333
}

#product-tab-specification ul p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0
}

#product-tab-vendor .vendor-banner img {
    min-height: 29.5rem;
    width: 100%
}

#product-tab-vendor .vendor-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.7rem
}

#product-tab-vendor .vendor-logo img {
    border: 1px solid #eee;
    border-radius: 5px
}

#product-tab-vendor .vendor-name {
    margin: .3rem 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333
}

#product-tab-vendor .vendor-info {
    margin-bottom: 3.1rem;
    font-size: 1.4rem
}

#product-tab-vendor .vendor-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .75rem 0
}

#product-tab-vendor .vendor-info label {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12rem;
    flex: 0 0 12rem;
    max-width: 12rem;
    padding-right: 1rem;
    color: #333
}

#product-tab-vendor .store-address {
    font-size: 1.4rem;
    color: #666;
    opacity: 1
}

#product-tab-vendor p {
    font-size: 1.4rem;
    line-height: 1.75
}

#product-tab-description.card-body,
#product-tab-reviews.card-body,
#product-tab-specification.card-body,
#product-tab-vendor.card-body {
    padding-top: 2.2rem;
    padding-bottom: 2rem
}

#product-tab-reviews {
    border-bottom-width: 0
}

#product-tab-reviews .avg-rating-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    margin-bottom: .2rem
}

#product-tab-reviews .avg-mark {
    font-size: 6em;
    font-weight: 600;
    color: #5f8a98;
    letter-spacing: -.025em;
    line-height: 1;
    margin-bottom: 0
}

#product-tab-reviews .avg-rating {
    margin-left: 1.8rem
}

#product-tab-reviews .avg-rating p {
    font-size: 1.4rem;
    line-height: 1.4
}

#product-tab-reviews .ratings-value span:first-child {
    margin-right: 2.1rem;
    font-size: 2.5rem
}

#product-tab-reviews .ratings-value .count {
    margin-left: .6rem;
    font-size: 1.2rem;
    color: #aaa
}

#product-tab-reviews .ratings-list .progress-bar {
    max-width: 20rem;
    margin-left: 1.3rem;
    margin-bottom: 0;
    border-radius: .4rem
}

#product-tab-reviews .ratings-list .progress-value {
    margin-left: 2rem;
    min-width: 4rem
}

#product-tab-reviews .ratings-list .progress-value mark {
    font-size: 1.2rem;
    color: #666
}

#product-tab-reviews .review-form .form-control {
    min-height: 4rem;
    margin-bottom: 2rem;
    font-family: Poppins, sans-serif;
    font-size: 1.3rem;
    border-color: #eee;
    color: #777
}

#product-tab-reviews .review-form .form-control::-webkit-input-placeholder {
    color: inherit
}

#product-tab-reviews .review-form .form-control::-moz-placeholder {
    color: inherit
}

#product-tab-reviews .review-form .form-control:-ms-input-placeholder {
    color: inherit
}

#product-tab-reviews .review-form .form-control::-ms-input-placeholder {
    color: inherit
}

#product-tab-reviews .review-form .form-control::placeholder {
    color: inherit
}

#product-tab-reviews .review-form textarea {
    height: 13.3rem
}

#product-tab-reviews .review-form .btn {
    background-color: #454545;
    border-color: #454545
}

#product-tab-reviews .form-group {
    margin: .4rem 0 4.1rem;
    font-size: 1.4rem
}

#product-tab-reviews .form-group .custom-checkbox+label::before {
    top: 0;
    -webkit-transform: none;
    transform: none;
    margin-top: .2rem
}

#product-tab-reviews .tab-nav-boxed .nav-item {
    margin: 0 1rem .5rem
}

#product-tab-reviews .tab-nav-boxed .nav-link {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    border-width: 1px;
    padding: .9em 1.5em;
    border-radius: 2rem
}

#product-tab-reviews .tab-nav-boxed .tab-pane {
    padding: 1.5rem 0 0
}

.product-single .product-countdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -.7rem 0 1.3rem;
    font-size: 1.5rem
}

.product-single .product-countdown-container .countdown-amount {
    font-weight: 700;
    color: #5f8a98
}

.description-section .title.title-link::before,
.review-section .title.title-link::before {
    height: .2rem
}

aside .service-list {
    padding: 0 2rem;
    border: 1px solid #eee
}

aside .service-list&gt;* {
    padding: 1.6rem 0
}

aside .service-list .icon-box svg {
    width: 3rem;
    height: 3rem
}

aside .service-list .icon-box-title {
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0
}

aside .service-list p {
    font-size: 1.2rem;
    line-height: 1.2
}

aside .sp-sidebar-banner .banner-content {
    top: 9%;
    left: 6.5%
}

aside .sp-sidebar-banner .banner-subtitle,
aside .sp-sidebar-banner .banner-title {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -.01em;
    margin-bottom: .5rem
}

aside .sp-sidebar-banner span {
    font-size: 2.4rem;
    margin-right: .5rem
}

@media (min-width:992px) {

    .col-lg-12,
    .cols-lg-1&gt;* {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .col-lg-6,
    .cols-lg-2&gt;* {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .col-lg-4,
    .cols-lg-3&gt;* {
        max-width: 33.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }

    .col-lg-3,
    .cols-lg-4&gt;* {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .cols-lg-5&gt;* {
        max-width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

    .col-lg-2,
    .cols-lg-6&gt;* {
        max-width: 16.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-lg-7&gt;* {
        max-width: 14.2857%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-lg-8&gt;* {
        max-width: 12.5%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%
    }

    .col-lg-1 {
        max-width: 8.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%
    }

    .col-lg-5 {
        max-width: 41.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6667%;
        flex: 0 0 41.6667%
    }

    .col-lg-7 {
        max-width: 58.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
        flex: 0 0 58.3333%
    }

    .col-lg-8 {
        max-width: 66.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6667%;
        flex: 0 0 66.6667%
    }

    .col-lg-9 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }

    .col-lg-10 {
        max-width: 83.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333%;
        flex: 0 0 83.3333%
    }

    .col-lg-11 {
        max-width: 91.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6667%;
        flex: 0 0 91.6667%
    }

    .order-lg-auto {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-first,
    .sticky-both-content .product-details-1 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .5rem !important
    }

    .mt-lg-2 {
        margin-top: 1rem !important
    }

    .mt-lg-3 {
        margin-top: 1.5rem !important
    }

    .mt-lg-4 {
        margin-top: 2rem !important
    }

    .mt-lg-5 {
        margin-top: 2.5rem !important
    }

    .mt-lg-6 {
        margin-top: 3rem !important
    }

    .mt-lg-7 {
        margin-top: 3.5rem !important
    }

    .mt-lg-8 {
        margin-top: 4rem !important
    }

    .mt-lg-9 {
        margin-top: 4.5rem !important
    }

    .mt-lg-10 {
        margin-top: 5rem !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .5rem !important
    }

    .mb-lg-2 {
        margin-bottom: 1rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-4 {
        margin-bottom: 2rem !important
    }

    .mb-lg-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-lg-6 {
        margin-bottom: 3rem !important
    }

    .mb-lg-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-lg-8 {
        margin-bottom: 4rem !important
    }

    .mb-lg-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-lg-10 {
        margin-bottom: 5rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .5rem !important
    }

    .pt-lg-2 {
        padding-top: 1rem !important
    }

    .pt-lg-3 {
        padding-top: 1.5rem !important
    }

    .pt-lg-4 {
        padding-top: 2rem !important
    }

    .pt-lg-5 {
        padding-top: 2.5rem !important
    }

    .pt-lg-6 {
        padding-top: 3rem !important
    }

    .pt-lg-7 {
        padding-top: 3.5rem !important
    }

    .pt-lg-8 {
        padding-top: 4rem !important
    }

    .pt-lg-9 {
        padding-top: 4.5rem !important
    }

    .pt-lg-10 {
        padding-top: 5rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .5rem !important
    }

    .pb-lg-2 {
        padding-bottom: 1rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-4 {
        padding-bottom: 2rem !important
    }

    .pb-lg-5 {
        padding-bottom: 2.5rem !important
    }

    .pb-lg-6 {
        padding-bottom: 3rem !important
    }

    .pb-lg-7 {
        padding-bottom: 3.5rem !important
    }

    .pb-lg-8 {
        padding-bottom: 4rem !important
    }

    .pb-lg-9 {
        padding-bottom: 4.5rem !important
    }

    .pb-lg-10 {
        padding-bottom: 5rem !important
    }

    .ml-lg-0 {
        margin-left: 0 !important
    }

    .mr-lg-0 {
        margin-right: 0 !important
    }

    .pl-lg-0 {
        padding-left: 0 !important
    }

    .pr-lg-0 {
        padding-right: 0 !important
    }

    .ml-lg-1 {
        margin-left: .5rem !important
    }

    .mr-lg-1 {
        margin-right: .5rem !important
    }

    .pl-lg-1 {
        padding-left: .5rem !important
    }

    .pr-lg-1 {
        padding-right: .5rem !important
    }

    .ml-lg-2 {
        margin-left: 1rem !important
    }

    .mr-lg-2 {
        margin-right: 1rem !important
    }

    .pl-lg-2 {
        padding-left: 1rem !important
    }

    .pr-lg-2 {
        padding-right: 1rem !important
    }

    .ml-lg-3 {
        margin-left: 1.5rem !important
    }

    .mr-lg-3 {
        margin-right: 1.5rem !important
    }

    .pl-lg-3 {
        padding-left: 1.5rem !important
    }

    .pr-lg-3 {
        padding-right: 1.5rem !important
    }

    .ml-lg-4 {
        margin-left: 2rem !important
    }

    .mr-lg-4 {
        margin-right: 2rem !important
    }

    .pl-lg-4 {
        padding-left: 2rem !important
    }

    .pr-lg-4 {
        padding-right: 2rem !important
    }

    .ml-lg-5 {
        margin-left: 2.5rem !important
    }

    .mr-lg-5 {
        margin-right: 2.5rem !important
    }

    .pl-lg-5 {
        padding-left: 2.5rem !important
    }

    .pr-lg-5 {
        padding-right: 2.5rem !important
    }

    .ml-lg-6 {
        margin-left: 3rem !important
    }

    .mr-lg-6 {
        margin-right: 3rem !important
    }

    .pl-lg-6 {
        padding-left: 3rem !important
    }

    .pr-lg-6 {
        padding-right: 3rem !important
    }

    .ml-lg-7 {
        margin-left: 3.5rem !important
    }

    .mr-lg-7 {
        margin-right: 3.5rem !important
    }

    .pl-lg-7 {
        padding-left: 3.5rem !important
    }

    .pr-lg-7 {
        padding-right: 3.5rem !important
    }

    .ml-lg-8 {
        margin-left: 4rem !important
    }

    .mr-lg-8 {
        margin-right: 4rem !important
    }

    .pl-lg-8 {
        padding-left: 4rem !important
    }

    .pr-lg-8 {
        padding-right: 4rem !important
    }

    .ml-lg-9 {
        margin-left: 4.5rem !important
    }

    .mr-lg-9 {
        margin-right: 4.5rem !important
    }

    .pl-lg-9 {
        padding-left: 4.5rem !important
    }

    .pr-lg-9 {
        padding-right: 4.5rem !important
    }

    .ml-lg-10 {
        margin-left: 5rem !important
    }

    .mr-lg-10 {
        margin-right: 5rem !important
    }

    .pl-lg-10 {
        padding-left: 5rem !important
    }

    .pr-lg-10 {
        padding-right: 5rem !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .product-gallery-vertical .product-thumbs-wrap:not(.swiper-container-initialized) .product-thumb {
        margin-bottom: 1rem
    }

    .product-gallery-vertical .product-thumbs-wrap {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        max-width: 9rem;
        margin: 0 1rem 0 0
    }

    .product-gallery-vertical .product-thumbs-wrap:hover .swiper-button-next:not(.swiper-button-disabled),
    .product-gallery-vertical .product-thumbs-wrap:hover .swiper-button-prev:not(.swiper-button-disabled) {
        opacity: .9;
        -webkit-transform: none;
        transform: none
    }

    .product-gallery-vertical .product-thumbs-wrap .swiper-button-next,
    .product-gallery-vertical .product-thumbs-wrap .swiper-button-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        width: 100%;
        height: 2.5rem
    }

    .product-gallery-vertical .product-thumbs-wrap .swiper-button-prev {
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .product-gallery-vertical .product-thumbs-wrap .swiper-button-prev::before {
        content: ""
    }

    .product-gallery-vertical .product-thumbs-wrap .swiper-button-next {
        bottom: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .product-gallery-vertical .product-thumbs-wrap .swiper-button-next::before {
        content: ""
    }

    .product-gallery-vertical .product-single-swiper {
        max-width: calc(100% - 10rem)
    }

    .product-gallery-vertical .product-thumbs {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        max-width: 100%
    }

    .product-gallery-vertical .product-thumb {
        padding: 0;
        height: auto
    }

    .toolbox-horizontal {
        padding: 2rem;
        margin: -2rem
    }

    .toolbox-horizontal .sidebar-fixed .sidebar-content.toolbox-left {
        padding-bottom: 0
    }

    .toolbox-horizontal .toolbox-left .toolbox-item {
        margin-right: 1rem;
        margin-bottom: 1rem
    }

    .toolbox-horizontal .toolbox-left .toolbox-item.opened .filter-items {
        opacity: 1;
        visibility: visible
    }

    .toolbox-horizontal .filter-items {
        position: absolute;
        top: 100%;
        margin-top: .5rem;
        min-width: 23rem;
        padding: 1rem 2rem 2rem;
        font-size: 1.2rem;
        color: #333;
        visibility: hidden;
        opacity: 0;
        z-index: 100;
        -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, .12);
        box-shadow: 0 5px 16px rgba(0, 0, 0, .12);
        background-color: #fff
    }

    .toolbox-horizontal .filter-items li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 1rem .5rem 0 0
    }

    .toolbox-horizontal .filter-items a:not(.btn) {
        background: #f5f5f5;
        padding: .5em 1em;
        border-radius: .3rem
    }

    .toolbox-horizontal .filter-items .active&gt;a {
        background-color: #5f8a98;
        color: #fff
    }

    .toolbox-horizontal .select-menu::before {
        font-size: 1.1rem;
        right: 1rem;
        color: #333
    }

    .toolbox-horizontal .select-menu-toggle {
        position: relative;
        border: 1px solid #ccc;
        font-weight: 400;
        font-size: 1.2rem;
        color: #222;
        line-height: 1.5;
        padding: .65em 4.3em .65em 1.2em;
        text-transform: none;
        border-radius: .3rem;
        -webkit-transition: border-color .4s, color .4s;
        transition: border-color .4s, color .4s
    }

    .toolbox-horizontal .select-menu-toggle::after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: .9rem;
        font-family: wolmart;
        content: "";
        font-size: 1.1rem;
        font-weight: 600;
        line-height: 1
    }

    .toolbox-horizontal .filter-items.item-check a {
        padding-left: 1em !important
    }

    .toolbox-horizontal .filter-items.item-check a::before {
        content: none
    }

    .toolbox-horizontal .price-range {
        margin: 0
    }

    .sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31rem;
        flex: 0 0 31rem;
        max-width: 31rem
    }

    .main-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .row .main-content {
        max-width: calc(100% - 31rem)
    }

    .shop-sidebar.sidebar-fixed .sidebar-content {
        padding: 0 0 2rem
    }

    .sidebar-fixed .sidebar-overlay,
    .sidebar-fixed .sidebar-toggle {
        display: none
    }

    .sidebar-fixed .sidebar-content {
        position: relative;
        overflow: visible;
        padding: 0;
        opacity: 1;
        z-index: 2;
        width: auto;
        -webkit-transform: none;
        transform: none
    }

    .shop-content {
        overflow: hidden
    }

    .footer-top .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.22%;
        flex: 0 0 22.22%;
        max-width: 22.22%
    }

    .create-store .row&gt;div:last-child {
        padding: 0 9rem 0 1.1rem
    }

    .create-store .title {
        max-width: 47rem
    }
}

.hotspot-banner {
    overflow: visible
}

.hotspot-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.hotspot-product .product {
    position: absolute;
    opacity: 0;
    width: 20em;
    padding: 1rem;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .06);
    box-shadow: 0 0 30px rgba(0, 0, 0, .06);
    border-radius: .5rem;
    overflow: hidden;
    -webkit-transition: opacity .3s, visibility .3s, z-index .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s, z-index .3s, -webkit-transform .3s;
    z-index: -1
}

.hotspot-product:hover .product {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.hotspot-product.hotspot-product-1 {
    left: 22.6%;
    top: 10.9%
}

.hotspot-product.hotspot-product-2 {
    left: 23.8%;
    top: 82%
}

.hotspot-product.hotspot-product-3 {
    left: 71.1%;
    top: 36.1%
}

.hotspot-right .product {
    left: 100%;
    top: -6rem
}

.hotspot-right:hover .product {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.hotspot-top .product {
    bottom: 100%;
    left: -40px
}

.hotspot-left .product {
    right: 100%;
    top: -60px
}

.btn-hotspot {
    font-size: 1.2em;
    line-height: 1;
    color: #333;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media (min-width:768px) {
    .scroll-top.show {
        visibility: visible;
        opacity: .7;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .col-md-12,
    .cols-md-1&gt;* {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .col-md-6,
    .cols-md-2&gt;* {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .col-md-4,
    .cols-md-3&gt;* {
        max-width: 33.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }

    .col-md-3,
    .cols-md-4&gt;* {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .cols-md-5&gt;* {
        max-width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

    .col-md-2,
    .cols-md-6&gt;* {
        max-width: 16.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-md-7&gt;* {
        max-width: 14.2857%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-md-8&gt;* {
        max-width: 12.5%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%
    }

    .col-md-1 {
        max-width: 8.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%
    }

    .col-md-5 {
        max-width: 41.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6667%;
        flex: 0 0 41.6667%
    }

    .col-md-7 {
        max-width: 58.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
        flex: 0 0 58.3333%
    }

    .col-md-8 {
        max-width: 66.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6667%;
        flex: 0 0 66.6667%
    }

    .col-md-9 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }

    .col-md-10 {
        max-width: 83.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333%;
        flex: 0 0 83.3333%
    }

    .col-md-11 {
        max-width: 91.6667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6667%;
        flex: 0 0 91.6667%
    }

    .order-md-auto {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .5rem !important
    }

    .mt-md-2 {
        margin-top: 1rem !important
    }

    .mt-md-3 {
        margin-top: 1.5rem !important
    }

    .mt-md-4 {
        margin-top: 2rem !important
    }

    .mt-md-5 {
        margin-top: 2.5rem !important
    }

    .mt-md-6 {
        margin-top: 3rem !important
    }

    .mt-md-7 {
        margin-top: 3.5rem !important
    }

    .mt-md-8 {
        margin-top: 4rem !important
    }

    .mt-md-9 {
        margin-top: 4.5rem !important
    }

    .mt-md-10 {
        margin-top: 5rem !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .5rem !important
    }

    .mb-md-2 {
        margin-bottom: 1rem !important
    }

    .mb-md-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-4 {
        margin-bottom: 2rem !important
    }

    .mb-md-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-md-6 {
        margin-bottom: 3rem !important
    }

    .mb-md-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-md-8 {
        margin-bottom: 4rem !important
    }

    .mb-md-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-md-10 {
        margin-bottom: 5rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .5rem !important
    }

    .pt-md-2 {
        padding-top: 1rem !important
    }

    .pt-md-3 {
        padding-top: 1.5rem !important
    }

    .pt-md-4 {
        padding-top: 2rem !important
    }

    .pt-md-5 {
        padding-top: 2.5rem !important
    }

    .pt-md-6 {
        padding-top: 3rem !important
    }

    .pt-md-7 {
        padding-top: 3.5rem !important
    }

    .pt-md-8 {
        padding-top: 4rem !important
    }

    .pt-md-9 {
        padding-top: 4.5rem !important
    }

    .pt-md-10 {
        padding-top: 5rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .5rem !important
    }

    .pb-md-2 {
        padding-bottom: 1rem !important
    }

    .pb-md-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-4 {
        padding-bottom: 2rem !important
    }

    .pb-md-5 {
        padding-bottom: 2.5rem !important
    }

    .pb-md-6 {
        padding-bottom: 3rem !important
    }

    .pb-md-7 {
        padding-bottom: 3.5rem !important
    }

    .pb-md-8 {
        padding-bottom: 4rem !important
    }

    .pb-md-9 {
        padding-bottom: 4.5rem !important
    }

    .pb-md-10 {
        padding-bottom: 5rem !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .post-list .post-title {
        white-space: normal
    }

    .icon-box-side.icon-box-money {
        margin-top: .2rem
    }

    .icon-box-side.icon-box-chat {
        margin-top: -.3rem
    }

    .payment-popup .product-details,
    .product-popup .product-details {
        position: absolute;
        overflow-y: auto;
        top: 0;
        left: 2rem;
        width: calc(100% - 3rem);
        height: 100%
    }

    .mfp-product .payment-popup,
    .mfp-product .product-popup {
        padding: 3rem
    }

    .mfp-product .payment-popup .product-form-group,
    .mfp-product .product-popup .product-form-group {
        display: block
    }

    .mfp-product .payment-popup .action-group,
    .mfp-product .product-popup .action-group {
        margin-left: 0
    }

    .product-single .product-details {
        padding: .2rem 0 0 1rem
    }

    .sticky-footer {
        display: none
    }

    .create-store img {
        min-height: 43.5rem
    }

    #product-tab-vendor .pl-md-6 {
        padding-left: 3rem !important
    }

    body.addtocart-fixed .footer {
        padding-bottom: 12.5rem
    }
}

@media (max-width:375px) {

    .without-bg-section .title::after,
    .without-bg-section .title::before {
        content: none
    }

    #product-tab-specification ul li::before {
        width: calc(44% - 1rem)
    }

    #product-tab-specification ul label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 44%
    }
}

.shop-default-banner {
    padding: 7.4em 8.7em 7.6em
}

.shop-default-banner .banner-subtitle {
    margin-bottom: .2rem;
    font-size: 2.8em
}

.shop-default-banner .banner-title {
    margin-bottom: 1.9rem;
    font-size: 4em
}

.shop-default-banner .btn {
    padding: 1.25em 1.98em;
    font-size: 1.4em
}

.shop-default-banner .btn i {
    font-size: 1.7rem
}

.shop-boxed-banner {
    padding-left: 4.8em;
    padding-right: 4.8em
}

.shop-boxed-banner .banner-subtitle {
    letter-spacing: -.02em
}

.shop-default-brands {
    padding: .5rem 0
}

.shop-default-category {
    border-bottom: 1px solid #eee;
    padding-bottom: 3.5rem
}

.shop-default-category .category-name {
    text-transform: capitalize;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0
}

.shop-default-category .category-media {
    border: none;
    -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
    transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s
}

.shop-default-category .category-ellipse:hover .category-media {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.toolbox label,
.toolbox-item label,
.toolbox-left label,
.toolbox-right label {
    font-weight: 600;
    margin-right: 1rem;
    line-height: 1.5
}

.toolbox,
.wcfm-toolbox {
    padding-bottom: 1rem
}

.toolbox.toolbox-pagination {
    padding: 2.5rem 0;
    border-top: 1px solid #f4f4f4
}

.toolbox .showing-info {
    font-size: 1.3rem;
    color: #aaa
}

.toolbox .showing-info span {
    margin: 0 .9rem;
    color: #333
}

.toolbox .select-box::before {
    font-size: 1.1rem;
    right: 1rem;
    margin-top: .1rem
}

.toolbox select {
    max-width: none;
    width: 15.4rem;
    padding: .75em 2.7rem .75em 1.4rem;
    border-radius: .3rem;
    cursor: pointer;
    border: 1px solid #d7d7d7
}

.toolbox .toolbox-show select {
    padding-left: 1.3rem;
    padding-right: 2.8rem;
    width: 9.4rem
}

.toolbox .item-found {
    color: #a9a9a9;
    font-size: 1.4rem;
    letter-spacing: 0
}

.toolbox .item-found span {
    color: #333;
    margin-right: .4rem
}

.toolbox .left-sidebar-toggle,
.toolbox .right-sidebar-toggle {
    padding: .78em 1.05em;
    font-size: 1.3rem
}

.toolbox .left-sidebar-toggle i,
.toolbox .right-sidebar-toggle i {
    margin-right: .7rem;
    margin-left: .3rem;
    font-size: 1.4rem
}

.toolbox .left-sidebar-toggle {
    margin: 0 2rem 1rem 0
}

.sticky-toolbox.fixed {
    background: #fff;
    padding: 1rem 2rem 0 !important
}

.selected-items&gt;* {
    display: inline-block;
    margin: 0 .8rem .5rem 0
}

.toolbox-layout,
.vendor-map-filter {
    display: -webkit-box;
    display: -ms-flexbox
}

.selected-items .filter-clean {
    margin-left: 1.2rem
}

.selected-item {
    line-height: 1;
    letter-spacing: 0;
    background-color: #f5f5f5;
    color: #666;
    padding: 8px 1rem
}

.selected-item i {
    margin-left: 1.1rem
}

.toolbox-layout {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1.9rem
}

.btn-layout {
    line-height: 1;
    color: #dadada;
    -webkit-transition: color .4s;
    transition: color .4s
}

.btn-layout i {
    font-size: 1.9rem;
    color: inherit
}

.wishlist-page .wishlist-title {
    margin-bottom: 2.4rem;
    line-height: 1.6;
    letter-spacing: -.015em
}

.wishlist-page .social-links {
    margin-bottom: 2.8rem;
    padding: 2.2rem 0
}

.wishlist-page .social-links label {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin-right: 1.6rem;
    letter-spacing: -.01em
}

.shop-table td {
    padding: 2rem 0;
    border-top: 1px solid #eee;
    font-size: 1.4rem
}

.shop-table tbody td:not(:first-child),
.shop-table thead th:not(:first-child) {
    padding-left: 1rem
}

.shop-table .product-thumbnail {
    width: 11rem;
    padding-right: 1rem
}

.shop-table .product-name {
    white-space: normal;
    word-break: break-word
}

.shop-table th {
    padding: 1.7rem 0 1.3rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    line-height: 1.6;
    letter-spacing: 0
}

.shop-table img {
    display: block;
    max-width: 100px
}

.shop-table .product-thumbnail&gt;div {
    display: block;
    max-width: 10rem;
    width: 100%
}

.shop-table .btn-close {
    position: absolute;
    padding: 0;
    background: #fff;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
    top: -14px;
    right: -8px
}

.shop-table .btn-close i {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    margin-left: 0
}

.wishlist-table .btn-sm {
    padding: .77em 2.07em
}

.wishlist-table .btn-quickview {
    padding-top: .85em;
    padding-bottom: .85em;
    border: 1px solid #ccc;
    color: #333
}

.wishlist-table .btn-quickview:hover {
    background-color: #e1e1e1;
    border-color: #e1e1e1
}

.wishlist-table .product-price {
    width: 15.17%
}

.wishlist-table .product-stock-status {
    width: 19.84%
}

.wishlist-table .wishlist-action {
    width: 24.19%
}

.vendor-toolbox .toolbox-sort select {
    width: 15.2rem;
    padding: .61em 2.5rem .61em 1.5rem;
    font-size: 1.4rem;
    border-color: #edecec
}

.vendor-toolbox .select-box::before {
    right: 1rem;
    margin-top: -.1rem
}

.vendor-map-filter {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f5f5f5;
    padding: 2rem 2rem 1rem
}

.vendor-map-filter .form-control {
    margin-right: 1rem;
    background: #fff;
    border: none;
    min-height: 4.4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.vendor-map-filter input {
    width: 58.9rem
}

.vendor-map-filter .select-box::before {
    z-index: 2;
    font-size: 1.2rem;
    right: 2.3rem
}

.vendor-map-filter select {
    min-width: 22rem;
    font-size: 1.4rem;
    color: #333
}

.vendor-map-filter .btn {
    padding: .93em 2.97em
}

.vendor-filter {
    padding: 3rem 0 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee
}

.vendor-filter .select-box::before {
    font-weight: 400;
    right: 1.4rem;
    margin-top: -.1rem
}

.vendor-filter select {
    font-size: 1.3rem;
    border-color: #ccc;
    border-radius: .3rem;
    color: #333;
    padding-left: 1.5rem;
    min-width: 19rem;
    max-width: none
}

.vendor-filter .btn {
    padding: .81em 1.4em;
    background-color: #eee;
    border-color: #eee;
    font-size: 1.3rem;
    color: #333
}

.store-wcmp .store-banner img {
    min-height: 31.8rem
}

.store-wcmp-banner {
    margin-bottom: 3.5rem
}

.store-wcmp-banner .store-media img {
    min-height: 39rem
}

.tab-vendor-products.tab-nav-underline .nav-link {
    padding-left: 2.4rem;
    padding-right: 2.4rem
}

.tab-vendor-products .comment {
    border: none;
    padding-top: 2rem;
    font-size: 1.4rem
}

.tab-vendor-products .ratings-container .ratings::before {
    color: #ff7272
}

.tab-vendor-products .comment-author {
    margin-bottom: 1.5rem;
    font-size: 1.4rem
}

.widget-search-products .input-wrapper-inline .form-control {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 9.3rem);
    flex: 0 0 calc(100% - 9.3rem);
    max-width: calc(100% - 9.3rem)
}

.store-wcfm-banner {
    margin-bottom: 2.7rem
}

.store-wcfm-banner .store-media img {
    min-height: 46rem
}

.widget-coupons .coupon {
    padding: 1.2rem 2rem;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-weight: 600;
    display: inline-block;
    border: 1px dashed #666
}

.widget-coupons .coupon:hover .coupon-tip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 2rem);
    transform: translate(-50%, 2rem)
}

.widget-coupons .coupon-tip {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 15.8rem;
    padding: .5rem;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid #17a2b8;
    background-color: #fff;
    border-radius: .5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
    z-index: 1
}

.widget-coupons .coupon-tip::after,
.widget-coupons .coupon-tip::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.widget-coupons .coupon-tip::after {
    border: 3px solid transparent;
    border-bottom: 7px solid #fff
}

.widget-coupons .coupon-tip::before {
    border: 4px solid transparent;
    border-bottom: 8px solid #17a2b8
}

.vendor-sidebar .widget-title i {
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
    margin-top: -.5rem;
    line-height: 0
}

.widget-location .google-map {
    height: 28rem;
    background-color: #ddd
}

.policies-area {
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #eee
}

.policies-area .title {
    font-weight: 600;
    margin-bottom: 3rem
}

.policies-area p {
    padding-bottom: 2.1rem
}

.tab-vendor-wcfm .nav-link {
    padding: 1.5rem 0;
    font-size: 1.5rem;
    text-transform: capitalize
}

.tab-vendor-wcfm .tab-pane {
    padding: 3rem 0
}

.review-area {
    margin-bottom: 3rem;
    padding: 3rem;
    border: 1px solid #eee;
    border-radius: .3rem
}

.review-area .form-control {
    margin-bottom: 2.2rem;
    background: url(../images/vendor/wcfm/write.jpg) 10px center no-repeat #fff;
    min-width: 4.6rem;
    padding-left: 3.5rem;
    color: #777
}

.review-area .btn {
    padding-left: 1.35em;
    padding-right: 1.35em;
    border-color: #eee;
    background-color: #eee;
    color: #333
}

.reviewers-picture figure {
    width: 3.6rem;
    height: 3.6rem;
    border: 2px solid #fff;
    border-radius: 50%
}

.reviewers-picture figure:not(:first-child) {
    margin-left: -1.5rem
}

.review-ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 2.6rem;
    margin-bottom: 3.5rem
}

.review-ratings .ratings-container {
    margin-bottom: 1.3rem;
    font-size: 1.4rem
}

.review-ratings .review-ratings-right {
    margin-right: 6rem
}

.average-rating {
    display: inline-block;
    background: #4e4e4e;
    color: #fff;
    font-size: 2.6rem;
    padding: .1rem 1.3rem;
    border-radius: .3rem;
    margin-bottom: .5rem
}

.user-wrap .review-ratings {
    display: block;
    margin-right: 1.5rem;
    margin-bottom: 0;
    border: none;
    padding: 0
}

.user-photo {
    margin-right: 3.6rem
}

.user-photo figure {
    width: 70px;
    margin-bottom: 1.5rem
}

.user-photo label {
    display: block;
    margin-bottom: .3rem
}

.user-photo .score {
    background: #666;
    color: #fff;
    padding: .1rem 1.2rem;
    border-radius: .3rem
}

.user-info {
    max-width: 49.4rem;
    margin-right: auto;
    padding-right: 2rem
}

.user-info p {
    font-size: 1.4rem;
    line-height: 1.78
}

.vendor-wcfm-map .google-map {
    background-color: #ebebeb
}

.widget-filter .form-control {
    height: 4.6rem;
    max-width: 100%;
    padding-left: 1.5rem;
    border-color: #eee;
    border-radius: .3rem;
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 1rem
}

.widget-filter .widget-body {
    padding: .4rem 0 2.3rem
}

.vendor-sidebar .widget-search-form .widget-body {
    padding: 0 0 3.5rem
}

.wcfm-toolbox select {
    font-size: 1.3rem;
    border-color: #eee;
    width: 24rem;
    max-width: none;
    padding-top: .7em;
    padding-bottom: .7em
}

.wcfm-toolbox .showing-info {
    color: #333;
    font-weight: 400
}

.store-wcfm .store-content {
    max-width: none
}

@media (max-width:1036px) {
    .store-wcfm .store-footer {
        padding-top: 5rem
    }

    .store-wcfm .seller-brand {
        right: auto;
        left: 2rem;
        top: -39%
    }
}

@media (max-width:991px) {
    .d-lg-show {
        display: none !important
    }

    .expanded-newsletter,
    .post-lg.text-center .post-details,
    .post-md.text-center .post-details {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .post-details {
        padding-bottom: 0
    }

    .coming-content .countdown-row,
    .expanded-newsletter .icon-box-side,
    .filter-boxed,
    .filter-with-title .nav-filters,
    .footer-newsletter .icon-box-side,
    .tab-with-title .nav-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .banner-newsletter-bg {
        display: block;
        text-align: center
    }

    .banner-newsletter-bg .content-left,
    .tab-with-title.tab-nav-link .title,
    .toolbox .sidebar-fixed {
        margin-right: 0
    }

    .product-single .product-form .product-size {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14rem;
        flex: 0 0 14rem;
        max-width: 14rem
    }

    .sidebar-active .page-wrapper {
        margin-left: 310px;
        margin-right: -310px
    }

    .right-sidebar-active .page-wrapper {
        margin-left: -310px;
        margin-right: 310px
    }

    .filter-boxed li {
        margin: 0 .5rem .5rem !important
    }

    .filter-with-title,
    .tab-with-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tab-with-title.tab-nav-boxed .title {
        margin-bottom: 1rem;
        margin-right: 0
    }

    .tab-with-title.tab-nav-boxed .nav-item {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .tab-with-title.tab-nav-boxed .nav-link {
        margin-bottom: .5rem
    }

    .tab-with-title.tab-nav-link .nav-item {
        margin: 0 1rem !important
    }

    .filter-with-title .title {
        margin-bottom: 1rem
    }

    .filter-with-title .nav-filters li {
        margin: 0 1.5rem
    }

    .store-wcmp {
        height: 100%;
        -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
        box-shadow: 0 8px 20px rgba(0, 0, 0, .08)
    }

    .store-wcmp .store-content {
        display: block;
        position: relative;
        background: #fff
    }

    .store-wcmp .seller-brand {
        margin-bottom: 2rem;
        -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
        box-shadow: 0 8px 20px rgba(0, 0, 0, .08)
    }

    .store-wcmp .seller-brand img {
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        max-width: calc(100% + 2px);
        margin: -1px;
        border: 1px solid #eee
    }

    .store-wcmp .seller-date {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width: 100%
    }

    .store-wcmp .store-title a {
        color: #5f8a98;
        text-shadow: none
    }

    .store-wcmp .store-address,
    .store-wcmp .store-rating {
        color: #333
    }

    .mobile-menu-toggle,
    .store-wcfm-banner .store-content,
    .toolbox .sidebar-content {
        display: block
    }

    .store-wcfm-banner .store-content-right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 1rem 0 0 14rem
    }

    .store-wcfm-banner .store-content-right .btn {
        margin-bottom: 1.5rem
    }

    .cart-dropdown .cart-label,
    .header .main-nav,
    .header .sticky-content-wrapper,
    .header-bottom {
        display: none
    }

    .header-middle .header-right&gt;:not(:last-child),
    .header-top .header-left {
        margin-right: 2rem
    }

    .header-call {
        margin-right: 1rem !important
    }

    .btn-section p::after,
    .header-call::after {
        content: none
    }

    .footer-top {
        padding-bottom: 2.7rem
    }

    .footer-middle .category-box a:first-child {
        margin-left: 0
    }

    .about-us .boost-section .title,
    .about-us .customer-service .title {
        font-size: 2.5rem
    }

    .become-a-vendor .title {
        font-size: 2.8rem
    }

    .questions p {
        margin-bottom: 3rem
    }

    .btn-section .title-line::after {
        position: relative;
        margin-left: 3.3rem
    }

    .coming-content {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width: 100%;
        padding: 0 2rem;
        font-size: .9rem;
        text-align: center
    }

    .coming-content p {
        margin-left: auto;
        margin-right: auto
    }

    .compare-popup .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0
    }

    .compare-product-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 2rem 0
    }

    .compare-product-list li {
        width: 18vw;
        min-height: 11rem
    }

    .shop-content .main-content {
        width: 100%
    }

    .store-wcmp .store-banner img {
        min-height: auto;
        max-height: 20rem
    }

    .review-area {
        padding: 2rem
    }

    .default-section {
        margin-bottom: 5rem
    }
}

@media (max-width:767px) {
    .d-md-show {
        display: none !important
    }

    .banner-newsletter-2,
    .hotspot-banner {
        font-size: .8rem
    }

    .footer-bottom,
    .footer-bottom&gt;.container,
    .order-view,
    .post-list,
    .sale-banner .banner-content,
    .shop-table:not(.account-orders-table) tbody,
    .shop-table:not(.account-orders-table) td,
    .shop-table:not(.account-orders-table) tr,
    .toolbox.vendor-toolbox {
        display: block
    }

    .post-list .post-media {
        margin-right: 0;
        max-width: none
    }

    .category-group-image .category-content {
        padding-left: 1.5rem
    }

    .sale-banner .banner-subtitle {
        padding-bottom: 0
    }

    .sale-banner .banner-subtitle::after,
    .sale-banner .banner-subtitle::before {
        left: -10px;
        bottom: -20px;
        top: auto;
        border-top: 42px solid #454545;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    .sale-banner .banner-subtitle::after {
        bottom: -30px;
        border-top-width: 5px
    }

    .sale-banner .content-right {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: none;
        margin-top: -4rem;
        padding: 4rem 0 3rem
    }

    .sale-banner .btn {
        margin-left: 3rem
    }

    .link-banner-newsletter {
        display: block;
        padding: 4rem 3rem 2rem
    }

    .link-banner-newsletter .content-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .link-banner-newsletter .content-right a:first-child,
    .user-photo {
        margin-right: 2rem
    }

    .footer-bottom .footer-right,
    .icon-box-side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .icon-box-side .icon-box-icon {
        margin-right: 0;
        margin-bottom: 1rem
    }

    .cart-table td.product-subtotal,
    .icon-box-side .icon-box-content,
    .shop-table:not(.account-orders-table) {
        text-align: center
    }

    .icon-box-side.icon-box-money {
        margin-top: .6rem
    }

    .icon-box-side.icon-box-chat .icon-box-icon {
        margin-bottom: .4rem
    }

    .newsletter-popup {
        max-width: 40rem;
        min-height: 40rem;
        padding: 0 2rem;
        background-image: url(../images/newsletter-2.jpg);
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer-bottom .footer-left,
    .footer-bottom .footer-right,
    .newsletter-popup .form-checkbox {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .newsletter-popup .input-wrapper-inline {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 24rem
    }

    .newsletter-popup .input-wrapper-inline .form-control {
        margin-bottom: 1rem;
        border-radius: 3rem;
        border-width: 1px
    }

    .newsletter-popup .input-wrapper-inline .btn {
        border-radius: 3rem;
        width: 100%
    }

    .tab-vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }

    .my-account .tab-vertical .nav-tabs,
    .my-account .tab-vertical .tab-content,
    .tab-vertical .nav-tabs,
    .tab-vertical .tab-content,
    .tab-vertical.tab-nav-outline3 .nav {
        width: 100%
    }

    .tab-line-grow .tab-content {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .timeline::before {
        content: none
    }

    .timeline .timeline-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .timeline .timeline-box .timeline-content {
        text-align: center;
        width: 100%
    }

    .timeline .timeline-box .timeline-node,
    .timeline .timeline-box p {
        max-width: none;
        margin: auto
    }

    .timeline .timeline-box.left .timeline-node {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .store-list .store-header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30rem;
        flex: 0 0 30rem;
        max-width: 30rem
    }

    .store.store-banner .store-content {
        background: 0 0;
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 27rem
    }

    .store-wcmp-banner .social-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 1rem
    }

    .footer-newsletter .icon-box-icon,
    .review-ratings .review-ratings-right {
        margin-right: 0
    }

    .footer-bottom .footer-left {
        margin-bottom: .2rem
    }

    .footer-bottom .payment-label {
        margin: 0 0 1rem
    }

    .about-us .introduce .title {
        font-size: 3rem
    }

    .few-fees .counter {
        margin: 0 auto
    }

    .become-a-vendor .banner {
        padding: 5rem 2rem
    }

    .category-masonry-section .category-grid {
        grid-template-columns: repeat(auto-fill, calc(100% / 2))
    }

    .cart-table.shop-table .product-quantity,
    .cart-table.shop-table .product-subtotal,
    .shop-table:not(.account-orders-table) .product-stock-status,
    .shop-table:not(.account-orders-table) .wishlist-action {
        width: auto
    }

    .coming-content {
        font-size: .7rem
    }

    .compare-col.compare-field {
        max-width: 15rem;
        padding-right: 1rem;
        padding-left: 1rem
    }

    .instagram-masonry-grid .height-x1 {
        height: 200px
    }

    .instagram-masonry-grid .height-x2 {
        height: 400px
    }

    #account-orders .account-orders-table td {
        padding-top: .5rem;
        padding-bottom: .5rem;
        word-break: break-all
    }

    #account-orders .account-orders-table .order-id {
        width: 10%;
        padding-left: 0
    }

    #account-orders .order-action .btn {
        padding: 0;
        border: none;
        text-align: start
    }

    #account-orders .order-action .btn:active,
    #account-orders .order-action .btn:focus,
    #account-orders .order-action .btn:hover {
        background-color: transparent;
        border: none;
        color: #5f8a98
    }

    .order-view li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: start
    }

    .order-view label {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-right: 1rem
    }

    .order-subtable {
        display: block;
        overflow-x: auto;
        min-width: 100%
    }

    .shop-default-banner {
        padding: 5em;
        font-size: .9rem
    }

    .shop-table:not(.account-orders-table) thead,
    .user-wrap .review-ratings {
        display: none
    }

    .shop-table:not(.account-orders-table) tbody {
        border: 1px solid #eee
    }

    .shop-table:not(.account-orders-table) tr {
        position: relative;
        padding: 4.2rem 2rem 4rem
    }

    .shop-table:not(.account-orders-table) tr+tr {
        border-top: 1px solid #eee
    }

    .shop-table:not(.account-orders-table) td {
        padding: 0;
        border: none
    }

    .shop-table:not(.account-orders-table) .product-quantity,
    .shop-table:not(.account-orders-table) td.product-thumbnail {
        margin-bottom: 1rem;
        width: auto
    }

    .shop-table:not(.account-orders-table) td.product-thumbnail,
    .user-info {
        padding-right: 0
    }

    .shop-table:not(.account-orders-table) .product-name,
    .shop-table:not(.account-orders-table) .product-price,
    .shop-table:not(.account-orders-table) .product-stock-status {
        margin-bottom: 1rem
    }

    .shop-table:not(.account-orders-table) .product-thumbnail&gt;div,
    .shop-table:not(.account-orders-table) td {
        margin-left: auto;
        margin-right: auto
    }

    .shop-table:not(.account-orders-table) .product-thumbnail&gt;div {
        max-width: 30rem
    }

    .shop-table:not(.account-orders-table) .product-thumbnail&gt;div img {
        max-width: 100%
    }

    .shop-table:not(.account-orders-table) tbody td:not(:first-child),
    .shop-table:not(.account-orders-table) thead th:not(:first-child) {
        padding-left: 0
    }
}

@media (max-width:575px) {
    .d-sm-show {
        display: none !important
    }

    .shadow-swiper {
        margin: -15px;
        padding: 15px
    }

    .swiper-img-dots a {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .comments .comment-action span,
    .post-single-content .post-navigation p,
    .toolbox .left-sidebar-toggle span,
    .toolbox-left label,
    .toolbox-right .toolbox-layout {
        display: none
    }

    .comments ul.children {
        margin-left: 3rem
    }

    .comment-avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 7rem;
        flex: 0 0 7rem;
        max-width: 7rem
    }

    .expanded-newsletter .icon-box-side,
    .store-wcfm-banner .store-content-left {
        display: block;
        text-align: center
    }

    .expanded-newsletter .icon-box-side .icon-box-icon {
        padding: 1rem;
        margin: 0 0 1.5rem
    }

    .expanded-newsletter .icon-box-side .icon-box-content {
        text-align: center
    }

    .sale-banner {
        font-size: .8rem
    }

    .product-list,
    .shop-content .product-list {
        display: block;
        margin-bottom: 2rem
    }

    .product-list .product-media {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 2rem
    }

    .tab-nav-outline2 .nav-link {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .title-link-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .title-link-wrapper .title-link {
        margin-bottom: 2rem
    }

    .title-link-wrapper a {
        margin-left: 0
    }

    .store-list {
        display: block
    }

    .store-list .store-header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .store-list .store-content {
        padding-left: 2rem
    }

    .store-list .seller-brand {
        left: auto;
        -webkit-transform: none;
        transform: none;
        right: 2rem;
        top: -27%
    }

    .store-wcfm-banner .personal-info,
    .toolbox-right .toolbox-item.toolbox-show {
        margin-right: 0
    }

    .store-wcfm-banner .seller-brand {
        margin-right: auto;
        margin-left: auto
    }

    .cart .breadcrumb,
    .store-wcfm-banner .store-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .store-wcfm-banner .store-content-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0
    }

    .post-single-content .post-single .post-title {
        font-size: 2rem
    }

    .post-single-content ul {
        padding-left: 0
    }

    .page-title {
        font-size: 3rem
    }

    .page-subtitle {
        font-size: 1.2rem
    }

    .compare-product-list li {
        min-height: 6rem
    }

    .compare-product-list li:not(:first-child) {
        margin-left: 1.5rem
    }

    .shop-content .product-list .product-media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 2rem
    }

    .bought-together-products .product-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12rem;
        flex: 0 0 12rem;
        max-width: 12rem
    }

    .bought-together-products .product-button {
        margin: -1rem 0 3rem 3rem
    }

    .bought-together-products .product-button::after,
    .bought-together-products .product-button::before {
        left: -1.5rem
    }

    .shop-default-banner {
        padding: 4rem 3rem;
        font-size: .8rem
    }

    .toolbox-pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-lists .product-list {
        border-top: 0
    }

    .toolbox .left-sidebar-toggle {
        padding: .79em .83em
    }

    .toolbox .left-sidebar-toggle i {
        margin: 0
    }

    .store-list:hover .seller-brand img {
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem)
    }
}

@media (max-width:479px) {

    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }

    .d-xs-block,
    .d-xs-none {
        display: block !important
    }

    .d-xs-show {
        display: none !important
    }

    .d-xs-inline-block {
        display: inline-block !important
    }

    .banner-newsletter-4 .input-wrapper,
    .banner-newsletter-5 .input-wrapper {
        display: block;
        text-align: center;
        height: auto
    }

    .banner-newsletter-4 .input-wrapper .btn,
    .banner-newsletter-5 .input-wrapper .btn {
        margin: 2rem
    }

    .banner-newsletter-4 .input-wrapper-round .btn,
    .banner-newsletter-4 .input-wrapper-round .form-control {
        border-radius: 3rem
    }

    .banner-newsletter .input-wrapper-inline,
    .banner-newsletter-bg .input-wrapper,
    .coupon-content .input-wrapper-inline,
    .product-hidden-details .btn-cart i,
    .review-ratings,
    .wcfm-toolbox {
        display: block
    }

    .banner-newsletter .input-wrapper-inline::before {
        top: 25%
    }

    .banner-newsletter-bg {
        padding: 4rem 1.5rem
    }

    .banner-newsletter-bg .form-control {
        margin-bottom: 1.5rem;
        margin-right: 0
    }

    .element-section .element {
        max-width: 23.2rem;
        margin: 0 auto
    }

    .minipopup-area {
        left: 10px
    }

    .mfp-product .mfp-container,
    .product-sticky-content.fix-top.fixed .product-form {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .login-popup,
    .order .order-table {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .product:not(.product-list) {
        font-size: .8rem
    }

    .product:not(.product-list) .btn-product-icon {
        width: 3rem;
        height: 3rem
    }

    .product:not(.product-list) .product-label-group {
        top: 1rem;
        left: 1rem
    }

    .product:not(.product-list) .product-action-vertical {
        top: 1rem;
        right: 1rem
    }

    .product-hidden-details .btn-cart {
        max-width: 3.5rem;
        min-width: auto
    }

    .product-hidden-details .btn-cart span,
    .product-sticky-content.fix-top.fixed .product-details,
    .product-sticky-content.fix-top.fixed .product-media {
        display: none
    }

    .product-single:not(.payment-popup) .product-qty-form,
    .product-single:not(.product-popup) .product-qty-form,
    .toolbox .left-sidebar-toggle {
        margin-right: 1rem
    }

    .sidebar-content {
        width: 27rem
    }

    .sidebar-active .page-wrapper {
        margin-left: 27rem;
        margin-right: -27rem
    }

    .right-sidebar-active .page-wrapper {
        margin-left: -27rem;
        margin-right: 27rem
    }

    .footer-newsletter .icon-box-side,
    .widget-icon-box .icon-box-side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .widget-icon-box .icon-box-icon {
        margin: 0 0 .5rem
    }

    .footer-newsletter .form-control,
    .footer-newsletter .icon-box-content,
    .widget-icon-box .icon-box-content {
        text-align: center
    }

    .title-cross::before {
        margin-right: 1.5rem
    }

    .title-cross::after {
        margin-left: 1.5rem
    }

    .store-list .seller-brand {
        top: -22%;
        width: 7rem;
        height: 7rem
    }

    .header-top .header-left {
        position: relative;
        overflow: hidden
    }

    .welcome-msg {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: 6s linear 2s showMsgFirst, 12s linear 8s infinite showMsg;
        animation: 6s linear 2s showMsgFirst, 12s linear 8s infinite showMsg
    }

    .header-middle .logo {
        margin: 0 auto
    }

    .header-middle .header-right {
        margin-left: 0 !important
    }

    .cart-dropdown.cart-offcanvas .dropdown-box {
        max-width: 28rem
    }

    .sticky-footer {
        padding: 0
    }

    .sticky-footer .hs-toggle .input-wrapper {
        right: 1rem
    }

    .sticky-footer .cart-dropdown .dropdown-box {
        min-width: 30rem;
        right: -5.4rem
    }

    .footer-newsletter .icon-box-icon {
        margin: 0 0 2rem
    }

    .footer-newsletter .input-wrapper-inline {
        display: block;
        text-align: center
    }

    .footer-newsletter .btn {
        margin-top: 2rem
    }

    .post-single-content .post-author-detail {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .post-single-content .post-author-detail .author-media {
        max-width: 8rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8rem;
        flex: 0 0 8rem
    }

    .post-single-content .comment:nth-child(2) {
        margin-left: 4rem
    }

    .category-masonry-section .grid-item2,
    .category-masonry-section .grid-item3 {
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column-span: 2;
        grid-column-end: span 2
    }

    .coming-content {
        font-size: .5rem
    }

    .compare-product-list li:empty::before {
        width: 3.5rem;
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 2rem
    }

    .order-view li {
        font-size: 1.5rem
    }

    .product-sticky-content.fix-top.fixed .btn-cart {
        max-width: none
    }

    .product-sticky-content.fixed .product-list-sm {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .hotspot-banner {
        font-size: .6rem
    }

    .shop-default-banner {
        font-size: .7rem
    }

    .sticky-toolbox.fixed {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .toolbox select {
        max-width: 13.6rem
    }

    .review-ratings .ratings-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .average-rating {
        margin-top: 1rem
    }

    .tab-vendor-products .nav-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}</pre></body></html>