﻿.swiper-pagination {
    position: static;
    margin-top: 1.5rem;
}
.swiper-wrapper {
    box-sizing: border-box;
}
.swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    flex-wrap: nowrap;
    overflow: hidden;
    width: auto;
}
.swiper-container:not(.swiper-container-initialized) .swiper-slide {
    box-sizing: border-box;
}
.swiper-slide img {
    display: block;
    width: 100%;
}
.swiper-container:not(.swiper-container-initialized) .swiper-wrapper.row {
    width: calc(100% + 2rem);
}
*,
:after,
:before {
    box-sizing: inherit;
}
html {
    font-size: 62.5%;
    font-size-adjust: 100%;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    overflow-x: hidden;
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #666;
    background: #fff;
}
main {
    display: block;
    position: relative;
}
body:not(.loaded) * {
    transition: 0 !important;
}
.page-wrapper {
    position: relative;
    transition: margin 0.4s, opacity 0.5s;
}
.loaded > .page-wrapper {
    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 > div ul,
.shipping-methods,
.shipping-methods ul,
.widget-body,
.widget-body ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.btn,
input {
    margin: 0;
}
a {
    text-decoration: none;
    color: #08d;
    transition: color 0.3s;
}
a:hover {
    color: #1914fe;
}
:focus {
    outline: 0;
}
figure {
    margin: 0;
}
hr {
    margin: 0.5rem 0 1.5rem;
    border: 0;
    border-top: 1px solid #eee;
}
img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
}
table {
    width: 100%;
    border-collapse: collapse;
}
.scrollable {
    -webkit-overflow-scrolling: touch;
}
.scrollable::-webkit-scrollbar {
    height: 7px;
    width: 4px;
}
.scrollable::-webkit-scrollbar-thumb {
    margin-right: 2px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    cursor: pointer;
}
.scrollable:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
}
.sticky-content.fix-top {
    top: 0;
}
.sticky-content.fixed {
    position: fixed;
    left: 0;
    right: 0;
    opacity: 1;
    transform: translateY(0);
    z-index: 1051;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.sticky-content.fixed.fix-top {
    animation: 0.4s fixedTopContent;
}
#scroll-top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -4rem;
    right: 1.5rem;
    z-index: 9999;
    width: 4.6rem;
    height: 4.6rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #222;
    opacity: 0;
    transition: bottom 0.3s, opacity 0.3s;
}
#scroll-top.show {
    opacity: 1;
    bottom: 98px;
}
#scroll-top:focus,
#scroll-top:hover {
    text-decoration: none;
}
#scroll-top:hover {
    opacity: 0.8;
}
#scroll-top i {
    display: flex;
    align-items: 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;
}
@media (max-width: 768px) {
    #scroll-top {
        display: none;
    }
}
.load-more-overlay.loading:after,
.loading:not(.load-more-overlay) {
    animation: 650ms linear infinite spin;
    border: 2px solid transparent;
    border-radius: 32px;
    border-top: 2px solid #08d !important;
    border-right: 2px solid rgba(241, 66, 66, 0.4) !important;
    border-bottom: 2px solid #08d !important;
    border-left: 2px solid rgba(241, 66, 66, 0.4) !important;
    content: "";
    display: block;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    right: auto;
    position: absolute;
    width: 20px;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}
@media (min-width: 768px) {
    .scroll-top.show {
        visibility: visible;
        opacity: 0.7;
        transform: translateY(0);
    }
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-normal {
    text-transform: none !important;
}
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-items-center {
    align-items: center !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-1 {
    flex: 1 !important;
}
.w-100 {
    width: 100% !important;
}
.h-100 {
    height: 100% !important;
}
.p-relative {
    position: relative !important;
}
.x-50 {
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.x-50.y-50 {
    transform: translate(-50%, -50%) !important;
}
.y-50 {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (max-width: 1199px) {
    .d-xl-show {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .d-lg-show {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .d-md-show {
        display: none !important;
    }
}
@media (max-width: 575px) {
    .d-sm-show {
        display: none !important;
    }
}
.font-weight-bold {
    font-weight: 600 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-size-md {
    font-size: 1.3rem !important;
}
.font-secondary {
    font-family: Yellowtail, Sans-serif !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-white {
    color: #fff !important;
}
.text-light {
    color: #999 !important;
}
.text-secondary {
    color: #1cbcd0 !important;
}
.text-dark {
    color: #333 !important;
}
.text-default {
    color: #666 !important;
}
.ls-25 {
    letter-spacing: -0.025em !important;
}
.ls-normal {
    letter-spacing: 0 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-grey {
    background-color: #f5f5f5 !important;
}
.bg-image {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.br-sm {
    border-radius: 0.5rem !important;
    overflow: hidden !important;
}
.br-xs {
    border-radius: 0.3rem !important;
    overflow: hidden !important;
}
.br-50 {
    border-radius: 50% !important;
    overflow: hidden !important;
}
.bb-no {
    border-bottom: none !important;
}
.bt-no {
    border-top: none !important;
}
.lh-1 {
    line-height: 1 !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.after-none:after,
.before-none:before {
    display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 400;
    margin: 0 0 2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    letter-spacing: 0;
}
h1 {
    font-size: 4rem;
}
h2 {
    font-size: 3rem;
}
h3 {
    font-size: 2.4rem;
}
h4 {
    font-size: 1.8rem;
}
h5 {
    font-size: 1.5rem;
}
p {
    font-size: 1.4rem;
    line-height: 1.86;
}
.container,
.container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 479px) {
    .d-xs-none {
        display: block !important;
    }
    .d-xs-show {
        display: none !important;
    }
    .d-xs-block {
        display: block !important;
    }
    .d-xs-inline-block {
        display: inline-block !important;
    }
    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-single:not(.product-popup) .product-qty-form {
        margin-right: 1rem;
    }
}
.container {
    max-width: 1400px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.row > * {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.gutter-lg {
    margin-left: -15px;
    margin-right: -15px;
}
.gutter-lg > * {
    padding-left: 15px;
    padding-right: 15px;
}
.cols-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
}
.cols-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
}
.cols-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
}
.cols-6 > * {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
}
.cols-7 > * {
    max-width: 14.2857%;
    flex: 0 0 14.2857%;
}
.cols-8 > * {
    max-width: 12.5%;
    flex: 0 0 12.5%;
}
@media (min-width: 480px) {
    .cols-xs-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .cols-xs-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .cols-xs-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }
    .cols-xs-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .cols-xs-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }
    .cols-xs-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}
@media (min-width: 576px) {
    .cols-sm-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .cols-sm-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .cols-sm-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .cols-sm-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .cols-sm-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}
@media (min-width: 768px) {
    .cols-md-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .cols-md-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .cols-md-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .cols-md-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }
    .cols-md-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .cols-md-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }
    .cols-md-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}
@media (min-width: 992px) {
    .cols-lg-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .cols-lg-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .cols-lg-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .cols-lg-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }
    .cols-lg-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .cols-lg-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }
    .cols-lg-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}
@media (min-width: 1200px) {
    .cols-xl-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .cols-xl-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .cols-xl-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }
    .cols-xl-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .cols-xl-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }
    .cols-xl-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
    .cols-xl-10 > * {
        max-width: 10%;
        flex: 0 0 10%;
    }
    .cols-xl-12 > * {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }
}
.col-1 {
    max-width: 8.3333%;
    flex: 0 0 8.3333%;
}
.col-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
}
.col-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
}
.col-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
}
.col-6 {
    max-width: 50%;
    flex: 0 0 50%;
}
.col-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
}
.col-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
}
.col-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
}
.col-12 {
    max-width: 100%;
    flex: 0 0 100%;
}
@media (min-width: 480px) {
    .col-xs-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .col-xs-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .col-xs-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }
    .col-xs-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-xs-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }
    .col-xs-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }
    .col-xs-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (min-width: 576px) {
    .col-sm-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .col-sm-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-sm-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .col-sm-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }
    .col-sm-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-sm-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }
    .col-sm-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }
    .col-sm-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }
    .col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (min-width: 768px) {
    .col-md-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .col-md-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-md-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .col-md-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }
    .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-md-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }
    .col-md-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }
    .col-md-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }
    .col-md-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }
    .col-md-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }
    .col-lg-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .col-lg-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-lg-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .col-lg-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }
    .col-lg-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-lg-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }
    .col-lg-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }
    .col-lg-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }
    .col-lg-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }
    .col-lg-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (min-width: 1200px) {
    .col-xl-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .col-xl-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-xl-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .col-xl-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }
    .col-xl-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-xl-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }
    .col-xl-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }
    .col-xl-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (min-width: 1600px) {
    .col-xxl-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
    }
}
.order-first {
    order: -1;
}
.grid {
    margin: -1rem;
}
.grid .banner,
.grid .banner img,
.grid .category,
.grid .category img,
.grid .category > a,
.grid figure {
    height: 100%;
}
.grid img {
    object-fit: cover;
}
.grid .grid-item {
    padding: 1rem;
    transform: translate3d(0, 0, 0);
}
.grid:after {
    content: "";
    display: block;
    clear: both;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.5rem !important;
}
.mb-1 {
    margin-bottom: 0.5rem !important;
}
.pb-1 {
    padding-bottom: 0.5rem !important;
}
.mt-2 {
    margin-top: 1rem !important;
}
.mb-2 {
    margin-bottom: 1rem !important;
}
.pb-2 {
    padding-bottom: 1rem !important;
}
.mt-3 {
    margin-top: 1.5rem !important;
}
.mb-3 {
    margin-bottom: 1.5rem !important;
}
.mt-4 {
    margin-top: 2rem !important;
}
.mb-4 {
    margin-bottom: 2rem !important;
}
.mt-5 {
    margin-top: 2.5rem !important;
}
.mb-6 {
    margin-bottom: 3rem !important;
}
.mb-8 {
    margin-bottom: 4rem !important;
}
.mt-10 {
    margin-top: 5rem !important;
}
.mb-10 {
    margin-bottom: 5rem !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pr-1 {
    padding-right: 0.5rem !important;
}
.mr-2 {
    margin-right: 1rem !important;
}
.pr-2 {
    padding-right: 1rem !important;
}
.pl-3 {
    padding-left: 1.5rem !important;
}
.pr-3 {
    padding-right: 1.5rem !important;
}
.ml-4 {
    margin-left: 2rem !important;
}
.pr-4 {
    padding-right: 2rem !important;
}
.mr-5 {
    margin-right: 2.5rem !important;
}
.pr-5 {
    padding-right: 2.5rem !important;
}
.pr-6 {
    padding-right: 3rem !important;
}
.pr-7 {
    padding-right: 3.5rem !important;
}
.pr-8 {
    padding-right: 4rem !important;
}
.pr-9 {
    padding-right: 4.5rem !important;
}
.pr-10 {
    padding-right: 5rem !important;
}
.mr-auto {
    margin-right: auto !important;
}
@media (min-width: 768px) {
    .mb-md-6 {
        margin-bottom: 3rem !important;
    }
    .mb-md-10 {
        margin-bottom: 5rem !important;
    }
    .post-list .post-title {
        white-space: normal;
    }
}
@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .ml-lg-0 {
        margin-left: 0 !important;
    }
    .mr-lg-2 {
        margin-right: 1rem !important;
    }
    .pr-lg-4 {
        padding-right: 2rem !important;
    }
}
.appear-animate {
    visibility: hidden;
    opacity: 0;
}
.appear-animation-visible {
    visibility: visible;
    opacity: 1;
}
@keyframes fixedTopContent {
    0% {
        transform: translateY(-100%);
        transform-origin: center top 0;
    }
    to {
        transform: translateY(0);
    }
}
@keyframes fixedBottomContent {
    0% {
        transform: translateY(100%);
        transform-origin: center top 0;
    }
    to {
        transform: translateY(0);
    }
}
@keyframes showMsgFirst {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes showMsg {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes navItemArrow {
    0%,
    to {
        position: relative;
        left: -3px;
    }
    50% {
        position: relative;
        left: 2px;
    }
}
@keyframes fadeInLeftShorter {
    0% {
        opacity: 0;
        transform: translate(50px, 0);
        transform-origin: 0, 0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInRightShorter {
    0% {
        opacity: 0;
        transform: translate(-50px, 0);
        transform-origin: 0, 0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInUpShorter {
    0% {
        opacity: 0;
        transform: translate(0, 50px);
        transform-origin: 0 0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInDownShorter {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
        transform-origin: 0 0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
    to {
        transform: perspective(400px);
    }
}
@keyframes flipOutY {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px);
    }
    to {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
}
@keyframes blurIn {
    0% {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        filter: blur(0);
        transform: none;
    }
}
@keyframes grayOut {
    0% {
        opacity: 1;
        filter: grayscale(0);
    }
    15% {
        filter: grayscale(100%);
    }
    to {
        opacity: 0;
        filter: grayscale(100%);
    }
}
@keyframes brightIn {
    0% {
        animation-timing-function: ease-in;
        filter: brightness(0%);
    }
    to {
        filter: brightness(100%);
    }
}
@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes slideX {
    0% {
        transform: none;
        left: 100%;
    }
    to {
        transform: translateX(-100%);
        left: 0;
    }
}
.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1rem;
    overflow: hidden;
}
.banner .banner-content {
    position: relative;
    z-index: 1;
}
.banner .banner-content a:not(.btn) {
    color: inherit;
}
.banner .banner-content a:not(.btn).active,
.banner .banner-content a:not(.btn):hover {
    color: #08d;
}
.banner-fixed > .banner-content,
.banner-fixed > .container,
.banner-fixed > .container-fluid {
    position: absolute;
    z-index: 1;
}
.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 1.5rem 0.2rem 1.6rem;
}
.breadcrumb a {
    color: inherit;
}
.breadcrumb li:not(:last-child) {
    padding-right: 0.4rem;
    transition: opacity 0.3s;
    opacity: 0.8;
}
.breadcrumb li:not(:last-child):after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    font-family: wolmart;
}
.breadcrumb li:not(:last-child):hover {
    opacity: 1;
}
.breadcrumb li:last-child {
    color: #333;
}
.breadcrumb-nav {
    display: flex;
    align-items: center;
}
.btn {
    display: inline-block;
    border: 2px solid #ccc;
    background-color: #fff;
    color: #666;
    outline: 0;
    border-radius: 0;
    font-family: inherit;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 0.93em 1.98em;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
    white-space: nowrap;
    cursor: pointer;
}
.btn:active,
.btn:focus,
.btn:hover {
    color: #666;
    border-color: #dcdcdc;
    background-color: #dcdcdc;
}
.btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 0;
    margin-bottom: 0.2rem;
}
.btn i:before {
    margin: 0;
}
.btn.btn-icon-right i {
    margin-right: 0;
    margin-left: 0.6rem;
}
.btn-outline {
    background-color: transparent;
    border: 2px solid;
}
.btn-link {
    padding: 0;
    border: 0;
    background: 0 0;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn-link {
        overflow: visible;
    }
}
.btn-link:not(.btn-underline) {
    padding-bottom: 3px;
}
.btn-link.active,
.btn-link:focus,
.btn-link:hover {
    background: 0 0;
}
.btn-primary {
    color: #fff;
    border-color: #08d;
    background-color: #08d;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    border-color: #f36363;
    background-color: #f36363;
}
.btn-primary.btn-link {
    background-color: transparent;
    color: #08d;
    border-color: #08d;
}
.btn-primary.btn-link:active,
.btn-primary.btn-link:focus,
.btn-primary.btn-link:hover {
    color: #08d;
    background-color: transparent;
}
.btn-dark {
    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-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.btn-rounded {
    border-radius: 3px;
}
.btn.btn-ellipse {
    border-radius: 30px;
}
.btn.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.btn.btn-lg {
    font-size: 1.8rem;
    padding: 0.95em 1.835em;
}
@keyframes slideLeft {
    0%,
    to {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-0.5em);
    }
}
@keyframes slideRight {
    0%,
    to {
        transform: translateX(0);
    }
    50% {
        transform: translateX(0.5em);
    }
}
@keyframes slideUp {
    0%,
    to {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-0.5em);
    }
}
@keyframes slideDown {
    0%,
    to {
        transform: translateY(0);
    }
    50% {
        transform: translateY(0.5em);
    }
}
.post {
    font-size: 1rem;
}
.post .btn {
    font-weight: 700;
    text-transform: capitalize;
}
.post .btn i {
    font-size: 1.8rem;
    margin-left: 8px;
}
.post .btn i:before {
    margin: 0;
}
.post .post-details > :last-child {
    margin-bottom: 0;
}
.post-media {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
}
.post-media img {
    display: block;
    width: 100%;
    transition: transform 0.3s;
}
.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-title:hover {
    color: #08d;
}
.post-title a {
    color: inherit;
}
.post-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: -0.025em;
    margin-bottom: 1.8rem;
}
.post-meta {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    color: #999;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    line-height: 1.7;
    margin-bottom: 0.3rem;
}
.post-meta a {
    font-weight: 600;
    font-size: 1.4rem;
    color: #333;
    white-space: nowrap;
}
.post-meta a:hover {
    color: #08d;
}
.post-meta a:hover span {
    color: inherit;
}
.post-meta .post-date {
    margin: 0 2rem 0 0.4rem;
    font-weight: 400;
}
.post-date {
    font-weight: 400;
}
.post-list {
    display: flex;
    align-items: center;
}
.post-list .post-media {
    max-width: 43.1%;
    flex: 0 0 43.1%;
    margin-right: 2rem;
    align-self: stretch;
}
.post-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-list .post-details {
    padding: 2.3rem 0 2.4rem;
}
.post-mask {
    position: relative;
}
.post-mask:before {
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.75;
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0, #000 100%);
    transition: 0.3s;
    pointer-events: none;
    z-index: 1;
}
.post-mask .post-details {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    right: 0;
    transform: translateY(100%);
    padding: 0 3rem;
    z-index: 2;
    transition: transform 0.3s;
}
.post-mask .post-details-visible {
    position: absolute;
    bottom: 100%;
    left: 3rem;
    right: 3rem;
}
.post-mask .post-title {
    letter-spacing: 0;
}
.post-mask .post-meta {
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
}
.post-mask .post-meta i {
    margin-right: 0.8rem;
}
.post-mask a {
    position: relative;
    color: inherit;
}
.post-mask a:hover {
    color: #fff;
    text-decoration: underline;
}
.post-mask:hover .post-details {
    transform: translateY(0);
}
.post-mask:hover .post-meta {
    opacity: 1;
}
@media (min-width: 576px) {
    .post-list .post-details {
        flex: 1;
    }
}
@media (max-width: 991px) {
    .post-details {
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .post-list {
        display: block;
    }
    .post-list .post-media {
        margin-right: 0;
        max-width: none;
    }
}
.category {
    position: relative;
    font-size: 1rem;
    color: #666;
}
.category a {
    color: inherit;
}
.category a:hover {
    color: #08d;
}
.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: -0.025em;
    transition: transform 0.3s;
}
.category p {
    text-align: start;
    font-size: 1.4rem;
    line-height: 1.25;
    letter-spacing: 0;
    color: #666;
}
.category-default .btn {
    position: absolute;
    margin-top: -2rem;
    opacity: 0;
    visibility: hidden;
    transition: margin-top 0.3s, opacity 0.3s, visibility 0.3s;
}
.category-default:hover .btn {
    margin-top: 1rem;
    opacity: 1;
    visibility: visible;
}
.category-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.category-image a {
    display: block;
    width: 100%;
    transition: color 0.3s;
}
.category-image p {
    font-size: 1.3rem;
    line-height: 1;
    color: inherit;
    transition: color 0.3s;
}
.category-image.text-center p {
    text-align: center;
}
.category-image:hover {
    cursor: pointer;
}
.category-image:hover a {
    color: #08d;
}
@font-face {
    font-family: wolmart;
    src: url(../font/wolmart.eot);
    src: url(../font/wolmart.woff) format("woff"), url(../font/wolmart.eot) format("embedded-opentype"), url(../font/wolmart.ttf) format("truetype"), url(https://www.suwinvi.com/template/company/template01174/fonts/wolmart.svg?png09e) 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-instagram:before {
    content: "";
}
.w-icon-youtube:before {
    content: "";
}
.w-icon-facebook:before {
    content: "";
}
.w-icon-minus:before {
    content: "";
}
.w-icon-plus:before {
    content: "";
}
.w-icon-angle-right:before {
    content: "";
}
.w-icon-hamburger:before {
    content: "三";
}
.w-icon-cart:before {
    content: "";
}
.w-icon-category:before {
    content: "";
}
.w-icon-search:before {
    content: "";
}
.w-icon-long-arrow-right:before {
    content: "";
}
.w-icon-envelop3:before {
    content: "";
}
.form .form-control {
    margin-bottom: 2rem;
}
input:-internal-autofill-selected {
    background-color: #fff !important;
    background-image: none !important;
    color: #000 !important;
}
textarea {
    font-family: inherit;
    min-width: 100%;
    max-width: 100%;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    select::-ms-expand {
        display: none;
    }
    select:focus::-ms-value {
        background: 0 0;
        color: currentColor;
    }
}
.input-wrapper input {
    flex: 1;
    min-width: 40px;
    font-size: 1.4rem;
    font-family: Poppins, sans-serif;
    border-width: 1px 0 1px 1px;
}
.input-wrapper-inline {
    display: flex;
    position: relative;
    max-width: 67.5rem;
    width: 100%;
}
.input-wrapper-inline .btn {
    line-height: 1;
}
.input-wrapper-rounded .form-control {
    border-radius: 0.4rem;
}
.input-group {
    display: inline-flex;
    height: 4.4rem;
    position: relative;
    width: 100%;
}
.input-group .form-control {
    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%;
    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;
}
.input-group button:hover {
    cursor: pointer;
}
.custom-checkbox {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 1.8rem;
    height: 1.8rem;
    cursor: pointer;
}
.custom-checkbox + label {
    display: inline-block;
    position: relative;
    padding-left: 2.5rem;
    cursor: pointer;
}
.custom-checkbox + label:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .custom-checkbox + label:before {
        line-height: 14px;
    }
}
.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;
}
.close-icon {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    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%;
    transform: translateY(-50%);
}
.close-icon:after {
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.icon-box .icon-box-title {
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: -0.025em;
    margin-bottom: 0.4rem;
}
.icon-box p {
    font-size: 1.3rem;
    word-break: break-word;
    margin: 0;
    line-height: 1.2;
    color: #666;
}
.icon-box .icon-box-content {
    text-align: center;
}
.icon-box-icon {
    display: inline-block;
    margin-bottom: 1.4rem;
}
.icon-box-icon i {
    font-size: 2.9rem;
    font-weight: 400;
    line-height: 1;
}
.icon-box-side {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box-side .icon-box-content {
    text-align: start;
}
.icon-box-side .icon-box-content p {
    line-height: 1;
}
.icon-box-side .icon-box-icon {
    margin-right: 1.5rem;
    margin-bottom: 0;
}
.icon-box-side i {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .icon-box-side {
        flex-direction: column;
    }
    .icon-box-side .icon-box-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .icon-box-side .icon-box-content {
        text-align: center;
    }
}
.overlay-zoom {
    overflow: hidden;
}
.overlay-zoom img {
    transition: transform 0.35s;
}
.overlay-zoom:hover img {
    transform: scale(1.08);
}
.page-item:not(:last-child) {
    margin-right: 0.5rem;
}
.product-single {
    color: inherit;
}
.product-single .product-details {
    padding: 0;
}
.product-single .product-title {
    margin-bottom: 0.9rem;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.6;
}
.product-single .product-title a {
    color: inherit;
}
.product-single .product-bm-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-single .product-meta {
    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,
.product-single .product-sku span {
    color: #999;
}
.product-single .product-categories a,
.product-single .product-sku a {
    color: inherit;
}
.product-single .product-categories a:hover,
.product-single .product-sku a:hover {
    color: #08d;
}
.product-single .product-price {
    margin-bottom: 1.1rem;
    font-size: 3rem;
    color: #333;
    font-weight: 700;
    line-height: 1.2;
}
.product-single .old-price {
    font-size: 1.8rem;
    margin-right: 1rem;
    color: #999;
}
.product-single .product-short-desc {
    margin-bottom: 1.6rem;
    font-size: 1.3rem;
}
.product-single .product-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.product-single .product-form select {
    border: 1px solid #ccc;
    color: #999;
    font-size: 1.3rem;
    max-width: none;
    width: 100%;
    padding: 0.88em 2rem;
}
.product-single .product-form label {
    display: block;
    max-width: 7.5rem;
    flex: 0 0 7.5rem;
    padding: 0.6rem 0;
    font-size: 1.4rem;
    color: #333;
    line-height: 1;
}
.product-single .btn-cart,
.product-single .btn-product-icon,
.product-single .quantity {
    border-radius: 3px;
}
.product-single .btn-cart {
    flex: 1;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    min-width: 14rem;
}
.product-single .btn-cart i {
    margin: 0 0.4rem 0.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: flex;
    align-items: center;
    flex: 0 0 14rem;
    max-width: 14rem;
    margin-bottom: 1rem;
    margin-right: 2rem;
}
@media (min-width: 768px) {
    .product-single .product-details {
        padding: 0.2rem 0 0 1rem;
    }
}
.product {
    position: relative;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    color: #020101;
    transition: box-shadow 0.3s, opacity 0.3s;
}
.product .product-price {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow 0.35s;
}
.product-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.4s;
}
.product-media img:last-child {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
}
.product-media img:first-child {
    position: relative;
    opacity: 1;
}
.product-media:hover img:last-child {
    opacity: 1;
}
.btn-cart {
    font-weight: 600;
}
.btn-cart:not(.btn-product-icon) i.w-icon-cart {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
}
.product-details {
    position: relative;
    background-color: #fff;
    padding: 1.7rem 1rem 0;
    transition: box-shadow 0.3s;
}
.product-name {
    margin-bottom: 0.7rem;
    font-size: 1.3rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-name a {
    color: inherit;
}
.product-name a:hover {
    color: #08d;
}
.product-price {
    align-items: baseline;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.6;
    transition: visibility 0.4s, opacity 0.4s;
}
.product-price .old-price {
    font-weight: 400;
    color: #aaa;
}
.product-price .new-price {
    color: #333;
    text-decoration: none;
}
.product-price .new-price:not(:last-child) {
    margin-right: 1rem;
}
.product-price:not(:last-child) {
    margin-bottom: 0.9rem;
}
.product-wrap {
    margin-bottom: 2rem;
}
.product .product-pa-wrapper {
    position: relative;
    display: inline-flex;
}
.product .product-pa-wrapper .product-price {
    margin-bottom: 0;
}
@media (max-width: 479px) {
    .product:not(.product-list) {
        font-size: 0.8rem;
    }
}
.social-icons {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.social-icon {
    font-size: 1.4rem;
    width: 32px;
    height: 32px;
    margin: 2px 10px 2px 0;
    line-height: 28px;
    border: 2px solid #ccc;
    border-radius: 50%;
    color: inherit;
    transition: color 0.4s, border 0.4s, background-color 0.4s;
    text-align: center;
}
.social-icon:last-child {
    margin-right: 0;
}
.social-icon.social-facebook {
    color: #1b4f9b;
}
.social-icon.social-instagram {
    color: #cc0001;
}
.social-icon.social-youtube {
    color: #2c567e;
}
.social-icons-colored .social-icon {
    color: #fff;
}
.social-icons-colored .social-icon.social-facebook {
    border-color: #1b4f9b;
    background-color: #1b4f9b;
}
.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;
}
.right-sidebar-active .right-sidebar .sidebar-overlay,
.sidebar-active .sidebar .sidebar-overlay {
    visibility: visible;
    opacity: 0.5;
}
.right-sidebar-active .right-sidebar .sidebar-close,
.sidebar-active .sidebar .sidebar-close {
    opacity: 1;
    visibility: visible;
}
.right-sidebar-active .right-sidebar .sidebar-content,
.sidebar-active .sidebar .sidebar-content {
    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, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.4s, opacity 0.4s;
}
.sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 206px;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #222;
    opacity: 0.6;
    transition: opacity 0.4s;
}
.sidebar-toggle:hover {
    opacity: 0.8;
    color: #fff;
}
.right-sidebar .sidebar-toggle {
    border-radius: 0.3rem 0 0 0.3rem;
    left: auto;
    right: 0;
}
.sidebar-close {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    left: calc(100vw - 50px);
    top: 25px;
    z-index: 2201;
    transition: opacity 0.4s, visibility 0.4s;
}
.sidebar-content {
    bottom: 0;
    width: 31rem;
    padding: 2rem;
    transform: translateX(-100%);
    overflow: auto;
    background-color: #fff;
    opacity: 0;
    line-height: 1.3;
    transition: transform 0.4s, opacity 0.4s;
}
.widget:not(.widget-collapsible) .widget-title {
    border: none;
}
.sidebar .widget:last-child .widget-body {
    padding-bottom: 0;
}
.right-sidebar {
    order: 2;
}
.right-sidebar .sidebar-close {
    left: 10px;
    padding: 10px;
}
.right-sidebar .sidebar-content {
    transform: translateX(100%);
    left: auto;
    right: 0;
}
.right-sidebar .sidebar-content::-webkit-scrollbar {
    width: 0;
}
.filter-items {
    font-size: 1.4rem;
}
.filter-items a {
    position: relative;
    display: block;
    color: inherit;
    padding: 1rem 0 1rem 0.2rem;
}
.filter-items a:hover {
    color: #08d;
}
.filter-items.search-ul a:before {
    content: none;
}
.filter-items .show > a {
    color: #08d;
}
.filter-items .show > a i {
    transform: rotate(-180deg);
}
.filter-items li span {
    position: absolute;
    right: 0;
    color: #ccc;
}
.filter-items .with-ul > a > i {
    position: absolute;
    right: 0;
    line-height: 0;
    font-size: 1.2rem;
    font-weight: 600;
    transition: transform 0.4s;
    top: 50%;
}
.filter-items ul {
    display: none;
    position: relative;
    padding-left: 1.2rem;
    margin: 0.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: 0.45rem 0;
}
.shop-sidebar {
    position: relative;
}
.shop-sidebar .widget-body {
    margin-bottom: 1rem;
}
.tags .tag {
    display: inline-block;
    margin: 0.5rem 1rem 0.5rem 0;
    padding: 0.5rem 0.9rem;
    font-size: 1.3rem;
    border: 1px solid #ccc;
    line-height: 1.35;
    text-transform: capitalize;
    color: #333;
    border-radius: 0.3rem;
    transition: color 0.3s, border-color 0.3s;
}
.tags .tag:hover {
    border-color: #08d;
    color: #08d;
}
@media (min-width: 992px) {
    .sidebar {
        flex: 0 0 31rem;
        max-width: 31rem;
    }
    .main-content {
        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;
        transform: none;
    }
    .shop-content {
        overflow: hidden;
    }
}
@media (max-width: 991px) {
    .sidebar-active .page-wrapper {
        margin-left: 310px;
        margin-right: -310px;
    }
    .right-sidebar-active .page-wrapper {
        margin-left: -310px;
        margin-right: 310px;
    }
}
@media (max-width: 479px) {
    .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;
    }
}
.tab-content {
    background-color: #fff;
    position: relative;
}
.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    color: #333;
}
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item:hover .nav-link {
    color: #08d;
}
.nav-link {
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
    color: inherit;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    padding: 1.5rem 2.85rem;
    transition: border 0.3s, color 0.3s, background-color 0.3s;
}
.nav-item:not(:last-child) {
    margin-right: 3rem;
}
.tab-content > .tab-pane {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
    transition: visibility 0.3s, opacity 0.3s;
    overflow: hidden;
    visibility: hidden;
}
.tab-content > .active {
    visibility: visible;
    opacity: 1;
    height: auto;
    position: relative;
    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;
}
.title {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    text-align: center;
    margin-bottom: 1.7rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}
.title-link-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 1.3rem;
}
.title-link-wrapper .title {
    position: relative;
    margin-bottom: 0.8rem;
    padding: 0.8rem 0;
}
.title-link-wrapper a {
    margin-bottom: 0.2rem;
    margin-left: auto;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #333;
}
.title-link-wrapper a:hover {
    color: #08d;
}
.title-link-wrapper a i {
    vertical-align: middle;
    margin-left: 0.5rem;
    font-size: 1.35rem;
    display: inline-block;
    margin-bottom: 0.1rem;
}
.title-link-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}
@media (max-width: 575px) {
    .title-link-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .title-link-wrapper a {
        margin-left: 0;
    }
}
.widget-title {
    margin-bottom: 2rem;
    padding: 1.1rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.025em;
}
.widget .widget-title {
    position: relative;
    margin: -0.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: 0.7rem 0 1rem;
    opacity: 1;
    transition: opacity 0.3s;
    color: #333;
}
.widget-collapsible .widget-title label {
    position: relative;
    padding: 0 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: 0.4rem;
    margin-top: -0.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;
    transition: transform 0.3s;
}
.widget-collapsible > .collapsed .toggle-btn:before {
    transform: rotate(90deg);
}
.widget-collapsible > .collapsed .toggle-btn:after {
    transform: rotate(180deg);
}
.widget-collapsible .collapsed + .widget-body {
    display: none;
}
.widget-collapsible .collapsed ~ .widget-body {
    opacity: 0.1;
}
.category-default img {
    min-height: 20rem;
}
.category-default .category-title {
    margin-bottom: 0;
    font-size: 2.2em;
}
.product-wrapper.row [class*="col-"] {
    margin-bottom: 2rem;
}
.product-single .col-md-6 .product-bm-wrapper {
    margin-bottom: 0.8rem;
}
.product-qty-form.with-label {
    flex: 0 0 21.5rem;
    max-width: 21.5rem;
}
.toolbox,
.toolbox-item,
.toolbox-left,
.toolbox-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.toolbox label,
.toolbox-item label,
.toolbox-left label,
.toolbox-right label {
    font-weight: 600;
    margin-right: 1rem;
    line-height: 1.5;
}
.toolbox-right {
    margin-left: auto;
}
.toolbox {
    padding-bottom: 1rem;
}
.toolbox-left > :not(.toolbox-pagination):not(:last-child),
.toolbox-right > :not(.toolbox-pagination):not(:last-child),
.toolbox > :not(.toolbox-pagination):not(:last-child) {
    margin-right: 1rem;
}
.toolbox select {
    max-width: none;
    width: 15.4rem;
    padding: 0.75em 2.7rem 0.75em 1.4rem;
    border-radius: 0.3rem;
    cursor: pointer;
    border: 1px solid #d7d7d7;
}
.toolbox .toolbox-show select {
    padding-right: 2.8rem;
}
.toolbox .left-sidebar-toggle,
.toolbox .right-sidebar-toggle {
    padding: 0.78em 1.05em;
    font-size: 1.3rem;
}
.toolbox .left-sidebar-toggle i,
.toolbox .right-sidebar-toggle i {
    margin-right: 0.7rem;
    margin-left: 0.3rem;
    font-size: 1.4rem;
}
.toolbox .left-sidebar-toggle {
    margin: 0 2rem 1rem 0;
}
.toolbox .right-sidebar-toggle {
    margin-left: 2rem;
}
.toolbox-item {
    margin-bottom: 1rem;
}
.sticky-toolbox.fixed {
    background: #fff;
    padding: 1rem 2rem 0 !important;
}
@media (max-width: 991px) {
    .shop-content .main-content {
        width: 100%;
    }
    .toolbox .sidebar-fixed {
        margin-right: 0;
    }
    .toolbox .sidebar-content {
        display: block;
    }
}
@media (max-width: 575px) {
    .toolbox-left label,
    .toolbox-right .toolbox-layout {
        display: none;
    }
    .toolbox-right .toolbox-item.toolbox-show {
        margin-right: 0;
    }
    .toolbox .left-sidebar-toggle {
        padding: 0.79em 0.83em;
    }
    .toolbox .left-sidebar-toggle i {
        margin: 0;
    }
    .toolbox .left-sidebar-toggle span {
        display: none;
    }
}
@media (max-width: 479px) {
    .sticky-toolbox.fixed {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .toolbox .left-sidebar-toggle {
        margin-right: 1rem;
    }
    .toolbox select {
        max-width: 13.6rem;
    }
}




.header {
    font-family: Poppins, sans-serif;
    background: #fff;
    color: #333;
}
.header .container,
.header .container-fluid,
.header .inner-wrap {
    display: flex;
    align-items: center;
    index: 500 !important;
}
.header .inner-wrap {
    width: 100%;
}
.header a:not(.btn) {
    color: inherit;
}
.header a:not(.btn):hover {
    color: #08d;
}
.header-bottom,
.header-middle,
.header-top {
    display: flex;
}
.header-center,
.header-left,
.header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-right {
    margin-left: auto;
}
.header-top {
    background: #333;
    font-size: 1.1rem;
    letter-spacing: -0.027em;
    text-transform: capitalize;
    margin: -0.1rem 0 0.1rem;
    color: #bfbfbf;
}
.logo {
    min-width: 14.4rem;
    margin-right: 2rem;
}
.logo img {
    display: block;
}
.header-bottom {
    color: #fff;
    background: #333;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    border-top: 1px solid #393939;
}
.header-bottom .main-nav {
    margin-left: 2.1rem;
}
.header-bottom .header-right {
    padding-right: 0.2rem;
}
.header-bottom .header-right > a {
    display: flex;
    align-items: center;
    padding: 1.4rem 0 1.3rem;
}
.header-bottom .header-right > a i {
    vertical-align: middle;
}
.header-bottom .header-right > a:first-child {
    margin-right: 3.2rem;
}
.header-middle {
    color: #fff;
    background: #333;
    font-size: 1.2rem;
    border-bottom: 1px solid #eee;
    margin: -0.2rem 0 -0.1rem;
    border-top: 1px solid #393939;
    padding: 3.2rem 0 3.3rem;
}
.header-middle .header-left {
    flex: 1;
}






.header-search {
    /*position: relative;*/    /* removing this allows the search results to display  */
    width: 100%;
    max-width: 38rem;
}


.header-search input.form-control {
    flex: 1;
    min-width: 40px;
    padding: 0.9rem;
    border: 2px solid #fff;
    border-right: 0;
    font-size: 1.2rem;
    letter-spacing: 0;
    font-family: Poppins, sans-serif;
}
.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: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    text-transform: none;
}
.header-search .btn-search i {
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: -0.01em;
    font-weight: 500;
}
.header-search .btn-search:active,
.header-search .btn-search:focus,
.header-search .btn-search:hover {
    color: #08d;
    background-color: transparent;
}
.header-search.hs-expanded {
    flex: 1;
    margin: 0 auto;
    min-width: auto;
    max-width: 69.4rem;
}
.header-search.hs-expanded input.form-control {
    color: #666;
    border-right: none;
    border-left: none;
}
.header-search.hs-expanded .btn-search {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s, color 0.4s;
}
.header-search.hs-expanded .btn-search i {
    margin: 0;
}
.header-search.hs-expanded .btn-search span {
    margin-right: 0.5rem;
    letter-spacing: -0.03em;
}
.header-search.hs-round .form-control,
.header-search.hs-round .select-box {
    border-radius: 0.3rem 0 0 0.3rem;
}
.header-search.hs-round .btn-search {
    border-radius: 0 0.3rem 0.3rem 0;
}
.header-search.hs-round.hs-expanded .form-control {
    border-radius: 0;
}





.main-nav .menu > .has-submenu {
    padding-right: 1.5rem;
}
.mobile-menu-toggle {
    display: none;
    font-size: 2.4rem;
    line-height: 1;
}
.wishlist {
    display: inline-flex;
    align-items: center;
    transition: color 0.3s;
    margin-right: 2.3rem;
    color: #333;
}
.wishlist span {
    margin-top: 0.3rem;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}
.wishlist i {
    font-size: 2.7rem;
    color: inherit;
}
.wishlist:hover {
    color: #08d;
}
.cart-dropdown {
    color: #333;
}
.cart-dropdown > a i {
    font-size: 2.6rem;
    color: inherit;
}
.label-down {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.label-down i {
    display: inline-block;
}
.label-down span {
    display: block;
}
.label-down i + span {
    margin-top: 0.3rem;
    letter-spacing: -0.03em;
    line-height: 1;
}
@media (max-width: 991px) {
    .header .main-nav {
        display: none;
    }
    .header-middle .header-right > :not(:last-child) {
        margin-right: 2rem;
    }
    .header-bottom {
        display: none;
    }
    .mobile-menu-toggle {
        display: block;
    }
}
@media (max-width: 991px) and (min-width: 480px) {
    .header-middle .logo {
        margin-left: 2rem;
    }
}
@media (max-width: 479px) {
    .header-middle .logo {
        margin: 0 auto;
    }
    .header-middle .header-right {
        margin-left: 0 !important;
    }
}
.dropdown {
    position: relative;
}
.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);
    transform: translate3d(50%, 0, 0);
}
.dropdown.show .dropdown-box,
.dropdown:hover .dropdown-box {
    transform: translate3d(0, 0, 0);
}
.dropdown.show > a,
.dropdown:hover > a {
    color: #08d;
}
.dropdown a {
    display: flex;
    align-items: center;
}
.dropdown > a {
    line-height: 1.1;
    padding: 11px 0;
}
.dropdown > a:after {
    display: inline-block;
    margin-left: 6px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    font-weight: 900;
}
.dropdown li.active > a,
.dropdown li:hover > a {
    color: #08d;
}
.dropdown-box {
    position: absolute;
    right: 0;
    top: -9999px;
    padding: 0.5rem 0;
    color: #666;
    background-color: #fff;
    box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -10px, 0);
}
.dropdown-box a {
    padding: 0.6rem 1rem;
    font-size: inherit;
    line-height: 1.1;
}
.cart-dropdown .cart-toggle {
    padding: 0;
}
.cart-dropdown .cart-toggle:after {
    content: none;
}
.cart-dropdown .cart-label {
    display: block;
    margin: 0.5rem 0 0;
    font-weight: inherit;
    letter-spacing: -0.025em;
}
.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-family: Poppins, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
    background: #08d;
    color: #fff;
    text-align: center;
}
.cart-dropdown .dropdown-box {
    padding: 1rem 3rem 3rem;
    min-width: 30rem;
    margin-top: 0.5rem;
}
.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;
    transition: right 0.3s;
    transform: none;
    z-index: 2499;
    box-shadow: none;
}
.cart-dropdown.cart-offcanvas .products {
    border-top: 1px solid #eee;
}
.cart-dropdown .cart-overlay {
    position: fixed;
    left: 0;
    width: 100vw;
    top: -10vh;
    height: 120vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2498;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}
.category-dropdown > a {
    background: #fff;
    min-width: 28rem;
    padding: 1.8rem 1.8rem 1.8rem 2rem;
    letter-spacing: -0.025em;
    transition: 0.3s;
    text-transform: uppercase;
}
.category-dropdown > a i {
    margin-bottom: 0.1rem;
    font-size: 1.7rem;
    line-height: 0;
}
.category-dropdown > a span {
    flex: 1;
    margin-left: 0.7rem;
}
.category-dropdown > a:after {
    font-family: wolmart;
    content: "";
    font-weight: 600;
    font-size: 0.9rem;
}
.category-dropdown > a:not(.btn):hover {
    color: #fff;
}
.category-dropdown.show > a,
.category-dropdown:hover > a {
    color: #fff;
    background-color: #08d;
}
.category-dropdown .dropdown-box {
    padding: 0;
    left: 0;
    min-width: 24rem;
    color: #333;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: z-index 0.3s, transform 0.3s;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -1rem, 0);
    top: 100%;
}
.category-dropdown:after,
.category-dropdown:before {
    left: 25px;
    transform: translate3d(50%, 0, 0);
}
.category-dropdown:after {
    border-bottom-color: #f4f4f4;
    visibility: hidden;
    opacity: 0;
    top: calc(100% - 20px);
}
.category-dropdown.menu-fixed .dropdown-box,
.category-dropdown.menu-fixed:after {
    visibility: hidden;
    opacity: 0;
}
.category-dropdown.dropdown.show .dropdown-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.category-dropdown.dropdown.show .dropdown-box,
.category-dropdown.dropdown.show:after {
    visibility: visible;
    opacity: 1;
}
.category-dropdown.has-border .category-toggle {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
@media (max-width: 991px) {
    .cart-dropdown .cart-label {
        display: none;
    }
}
.menu {
    display: flex;
    align-items: center;
}
.menu a {
    display: inline-block;
    color: inherit;
}
.menu a:hover {
    color: #08d;
}
.menu .submenu {
    padding: 2rem 0;
    background: #fff;
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #666;
}
.menu .submenu .has-submenu > a:after {
    content: "";
    font-weight: 600;
    font-size: 0.9rem;
    transform: translateY(-50%);
}
.menu li {
    position: relative;
    line-height: 1;
}
.menu li a {
    padding: 0.7rem 0 0.8rem;
}
.menu li .megamenu,
.menu li ul {
    position: absolute;
    top: -9999px;
    left: 100%;
    margin: 0;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    visibility: hidden;
    opacity: 1;
    transition: transform 0.3s ease-out;
    transform: translate3d(0, -10px, 0);
}
.menu li .megamenu {
    padding: 0 1rem;
}
.menu li > .submenu {
    min-width: 21.5rem;
}
.menu li > .submenu li {
    padding: 0 1.9rem;
}
.menu .show .megamenu,
.menu .show > .submenu,
.menu li:hover .megamenu,
.menu li:hover > .submenu {
    visibility: visible;
    top: -2rem;
    transform: translate3d(0, 0, 0);
}
.menu > li {
    margin-right: 3rem;
}
.menu > li:last-child {
    margin-right: 0;
}
.menu > li > a {
    position: relative;
    padding: 1.8rem 0 1.7rem;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: -0.009em;
    line-height: 1.1;
    
}
.menu > li > a:after {
    margin-left: 0.6rem;
}
.menu > li .megamenu,
.menu > li > .submenu {
    left: -1.5rem;
}
.menu > li.active > a:not(.menu-title),
.menu > li:hover > a:not(.menu-title) {
    color: #fff;
}
.menu > li.show .megamenu,
.menu > li.show > .submenu,
.menu > li:hover .megamenu,
.menu > li:hover > .submenu {
    top: 100%;
}
.menu .has-submenu > a {
    display: block;
    position: relative;
}
.menu > .has-submenu > a:after {
    margin-top: 1px;
    right: -16px;
}
.menu .megamenu ul {
    position: static;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
}
.has-submenu > a:after {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    color: inherit;
    content: "";
}
.megamenu {
    display: flex;
    min-width: 80rem;
    background: #fff;
}
.megamenu > li {
    flex: 1;
    padding: 2.7rem 1rem 0;
}
.megamenu > li.row:last-child {
    padding: 0 2rem 2rem 0;
}
.megamenu ul {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    padding: 0;
    letter-spacing: 0;
}
.megamenu ul:last-child {
    margin-bottom: 1rem;
}
.mobile-menu-wrapper {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2400;
    font-family: Poppins, sans-serif;
    transition: visibility 0.4s;
}
.mobile-menu-container {
    max-width: 296px;
    padding: 2rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #222;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
    transform: translateX(-296px);
    transition: transform 0.4s;
}
.mobile-menu-container .mobile-menu {
    margin-top: 0.4rem;
    margin-bottom: 0.5rem;
    background: #222;
}
.mobile-menu-container .tab-content {
    background-color: transparent;
}
.mobile-menu-container .nav {
    border: none;
    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 .nav-item .nav-link.active,
.mobile-menu-container .nav-item.show .nav-link {
    color: #08d;
    border-color: #08d;
}
.mobile-menu-container .sidebar-content::-webkit-scrollbar-thumb,
.mobile-menu-container.scrollable::-webkit-scrollbar-thumb {
    margin-right: 2px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 7px;
    cursor: pointer;
}
.mobile-menu-container .tab-pane {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
}
.mobile-menu {
    color: #eee;
    
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
}
.mobile-menu ul {
    display: none;
    width: 100%;
}
.mobile-menu > li a {
    display: flex;
    align-items: center;
}
.mobile-menu > li:last-child {
    padding-bottom: 0.5rem;
}
.mobile-menu > li:not(:last-child) {
    border-bottom: 1px solid #2e3237;
}
.mobile-menu li a {
    display: block;
    position: relative;
    padding: 1.3rem 0.6rem 1.3rem 1rem;
    color: inherit;
    transition: color 0.3s;
}
.mobile-menu li i {
    display: inline-block;
    margin-top: -0.3rem;
    margin-right: 1rem;
    font-size: 1.8rem;
    line-height: 0;
    vertical-align: middle;
}
.mobile-menu li li a {
    padding-left: 2.4rem;
}
.mobile-menu li li li a {
    padding-left: 3.6rem;
}
.mobile-menu li.expanded > a,
.mobile-menu li.show > a,
.mobile-menu li:hover > a {
    color: #08d;
}
.mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
    transition: opacity 0.4s;
}
.mobile-menu-close {
    position: fixed;
    left: calc(100vw - 35px);
    top: 25px;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 1;
}
.mobile-menu-close i {
    font-size: 2.8rem;
    color: #e1e1e1;
}
.mmenu-active {
    overflow: hidden;
}
.mmenu-active .page-wrapper {
    margin-left: 296px;
    margin-right: -296px;
}
.mmenu-active .mobile-menu-wrapper {
    visibility: visible;
}
.mmenu-active .mobile-menu-container {
    transform: translateX(0);
}
.mmenu-active .mobile-menu-overlay {
    opacity: 0.5;
}
.mmenu-active .mobile-menu-close {
    opacity: 1;
}
.toggle-btn {
    display: block;
    position: absolute;
    padding: 6px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
}
.toggle-btn:before {
    content: "";
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: wolmart;
    line-height: 1;
    transition: transform 0.5s;
}
.show > a .toggle-btn:before {
    transform: rotate(630deg);
}
.category-menu {
    padding: 1rem 0 0.8rem;
    background: #fff;
}
.category-menu i {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-right: 0.7rem;
    font-size: 1.7rem;
    width: 1.7rem;
}
.category-menu > li > a {
    display: block;
    padding: 1.3rem 1rem;
    text-transform: capitalize;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.007em;
    color: #666;
}
.category-menu > li > a:before {
    content: none;
}
.category-menu > li:not(:last-child) > a {
    border-bottom: 1px solid #e1e1e1;
}
.category-menu > li:last-child > a i {
    margin: 0 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 {
    flex: none;
}
.category-menu li:hover > a:not(.menu-title) {
    color: #08d;
}
.category-menu li:hover > a:not(.menu-title) i {
    color: inherit;
}
.category-menu > .has-submenu:hover > a:after {
    right: 0.5rem;
}
.category-menu .megamenu {
    min-width: 68.5rem;
}
.category-menu .megamenu > li:not(:last-child) {
    padding: 2.8rem 2rem 0 0;
}
.category-menu .megamenu li a:not(.btn) {
    padding-top: 0.8rem;
}
.vertical-menu {
    display: block;
    min-width: 24rem;
}
.vertical-menu > li {
    margin-right: 0;
    padding: 0 1rem;
}
.vertical-menu > li .megamenu,
.vertical-menu > li > ul {
    transform: translate3d(-15px, 0, 0);
}
.vertical-menu > li > a {
    display: block;
}
.vertical-menu > li > a:after {
    content: none;
}
.vertical-menu > li.active .megamenu,
.vertical-menu > li.active > ul,
.vertical-menu > li:hover .megamenu,
.vertical-menu > li:hover > ul {
    left: 100%;
    top: 0;
}
.vertical-menu > li:first-child.active .megamenu,
.vertical-menu > li:first-child.active > ul,
.vertical-menu > li:first-child:hover .megamenu,
.vertical-menu > li:first-child:hover > ul {
    top: -1rem;
}
.vertical-menu > .has-submenu > a:after {
    content: "";
    position: absolute;
    right: 1rem;
    line-height: 0;
    font-weight: 600;
    font-size: 1.2rem;
    transition: right 0.3s;
}
@media (max-width: 1199px) {
    .category-dropdown > a {
        min-width: 24rem;
    }
    .main-nav .menu .megamenu {
        left: -18rem;
    }
}
.footer {
    font-family: Poppins, sans-serif;
    font-size: 1.3rem;
    background: #222;
}
.footer a {
    color: #666;
}
.footer a.active,
.footer a:active,
.footer a:hover {
    color: #08d;
}
.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;
    flex-shrink: 0;
}
.footer .social-icons-colored .social-icon {
    color: #fff;
}
.logo-footer,
.logo-footer img {
    display: block;
}
.footer-newsletter .icon-box-side {
    justify-content: left;
}
.footer-newsletter .icon-box-title {
    font-size: 1.6rem;
}
.footer-newsletter .icon-box-icon {
    margin-right: 2rem;
    margin-bottom: 0.4rem;
}
.footer-newsletter .icon-box-content p {
    line-height: 1.6;
}
.footer-newsletter .input-wrapper-inline {
    max-width: 100%;
}
.footer-newsletter .btn {
    padding: 0.93em 1.85em;
}
.footer-newsletter .btn i {
    margin: -0.2rem 0 0 0.9rem;
    font-size: 1.6rem;
}
.footer-top {
    padding: 5.6rem 0 1rem;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #eee;
    color: #999;
}
.footer-top .widget {
    margin-bottom: 3.7rem;
}
.footer-top .widget-title {
    padding: 0 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: #333;
    border: none;
    cursor: text;
}
.footer-top .widget-body {
    padding: 0;
    color: #666;
}
.footer-top .widget-body li {
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.footer .widget-about {
    margin-top: 0.2rem;
}
.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: 0.8rem;
}
.footer .widget-about .widget-about-call:hover {
    color: #08d;
}
.footer .widget-about .widget-about-desc {
    line-height: 2.15;
    margin-bottom: 2.1rem;
    max-width: 28rem;
}
.footer-dark {
    background-color: #222;
}
.footer-dark .category-box a:after,
.footer-dark .footer-middle,
.footer-dark .footer-top {
    border-color: #454545;
}
.footer-dark .category-name,
.footer-dark .widget-about .widget-about-title,
.footer-dark a {
    color: #999;
}
.footer-dark .widget-about .widget-about-call,
.footer-dark .widget-title {
    color: #fff;
}
@media (max-width: 991px) {
    .footer-top {
        padding-bottom: 2.7rem;
    }
    .footer-newsletter .icon-box-side {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .footer-newsletter .icon-box-icon {
        margin-right: 0;
    }
}
@media (max-width: 479px) {
    .cart-dropdown.cart-offcanvas .dropdown-box {
        max-width: 28rem;
    }
    .footer-newsletter .icon-box-side {
        flex-direction: column;
    }
    .footer-newsletter .icon-box-icon {
        margin: 0 0 2rem;
    }
    .footer-newsletter .form-control,
    .footer-newsletter .icon-box-content {
        text-align: center;
    }
    .footer-newsletter .input-wrapper-inline {
        display: block;
        text-align: center;
    }
    .footer-newsletter .btn {
        margin-top: 2rem;
    }
}
.header-middle .label-down span {
    color: #bfbfbf;
    transition: color 0.3s;
}
.header-middle a:hover span {
    color: #fff;
}
.menu .has-submenu a:after {
    margin-top: 0;
}
.intro-slide-wrapper {
    margin-top: 2rem;
}
.intro-slide {
    min-height: 49.8rem;
}
.intro-slide1 .banner-content {
    right: 10%;
    margin-top: -0.3rem;
}
.intro-slide1 .banner-content span {
    margin: 0.9rem 0 3.2rem;
    font-size: 3em;
    line-height: 1.2;
}
.intro-slide1 .btn {
    border-color: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 576px) and (max-width: 992px) {
    .intro-banner-wrapper {
        display: flex;
    }
}
.banner-big-sale {
    margin-top: -0.3rem;
    min-height: 8.4rem;
    background-position-y: 55%;
}
.banner-big-sale .banner-content {
    padding: 1rem 3.1% 1rem 3.2%;
    width: 100%;
}
.banner-big-sale .banner-content > * {
    margin: 1rem 0;
}
.banner-big-sale .banner-price-info {
    margin-right: 0.3em;
    font-size: 3.5em;
    font-weight: 800;
}
.banner-big-sale .banner-subtitle {
    margin-right: auto;
    font-size: 1.8em;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    line-height: 1.3;
}
.product-deals-wrapper .product-details {
    background: 0 0;
}
.title-deals .title {
    margin: 0.7rem 2rem 0.3rem 0;
    font-size: 2rem;
}
.footer-top .widget-about .widget-about-desc {
    max-width: 48.2rem;
    line-height: 2.1;
}
.footer-top .widget-about-title {
    font-size: 1.35rem;
}
.footer-dark .footer-middle,
.footer-dark .footer-top {
    border-color: #333;
}
.footer-newsletter {
    padding: 2.7rem 0 2.9rem;
}
.footer-newsletter .icon-box-icon i {
    font-size: 4.8rem;
}
.footer-newsletter .icon-box-title {
    margin-bottom: 0.2rem;
}
.footer-newsletter .form-control {
    border: none;
    min-height: 4.8rem;
}
.footer.footer-dark a.active,
.footer.footer-dark a:active,
.footer.footer-dark a:hover {
    color: #08d;
}
.toolbox .toolbox-show select {
    width: 9.8rem;
    padding-left: 1.5rem;
}
@media (min-width: 1200px) {
    .footer-newsletter .col-xl-5 {
        padding-left: 7.7rem;
    }
}
@media (max-width: 991px) {
    .header-middle {
        padding: 2.6rem 0 2.8rem;
    }
    .footer-newsletter {
        padding: 6rem 0;
    }
    .footer-newsletter .logo-footer img {
        margin: 0 auto 2rem;
    }
}
@media (min-width: 992px) {
    .footer-top .col-lg-2 {
        max-width: 19.4444%;
        flex: 0 0 19.4444%;
    }
}
@media (max-width: 767px) {
    .intro-slide1 .banner-content {
        right: 5%;
    }
    .title-deals {
        flex-direction: column;
    }
    .title-deals .title {
        margin: 0;
        padding: 0;
    }
}
@media (max-width: 575px) {
    .banner {
        font-size: 0.8rem;
    }
    .banner-big-sale {
        background-position: left;
    }
}
@media (min-width: 576px) {
    .header-middle .logo {
        margin-right: 2.5rem;
    }
}
