body,
p {
    font-family: Inter, sans-serif;
}

/* updated */
#\ demo {
    display: none;
}

a,
blockquote,
section {
    position: relative;
}

a.underline:after,
hr {
    width: 100%;
    height: 1px;
}


.button,
a,
a.underline {
    cursor: pointer;
}

.shoping__total .total__price,
.shp__pro__details .shp__price {
    color: var(--theme-color);
}

.product-name,
.search-result.dropdown-item,
.shp__pro__details h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

dd,
dl,
dt,
li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #212222;
    text-decoration: none;
}

a:focus,
a:hover {
    color: var(--theme-color);
    text-decoration: none;
}

.theme-color {
    color: var(--theme-color);
}

img {
    max-width: 100%;
    height: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212222;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.6;
}

.fw-500 {
    font-weight: 500;
}

::selection,
::-moz-selection,
::-webkit-selection {
    background: var(--theme-color);
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: 0 !important;
}

.form-control {
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: #212529;
    font-size: 14px;
    height: 45px;
    padding: 0 15px;
}

.form-control:focus {
    border-color: #777;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    padding: 15px;
}

.bootstrap-select > .dropdown-toggle {
    border: 1px solid #ced4da;
    color: #495057;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
}

.material-symbols-outlined {
    font-size: inherit;
}

section {
    overflow: hidden;
    padding: 30px 0 15px;
}

.capitalize,
.category-list .has-dropdown .dropdown .has-dropdown a {
    text-transform: capitalize;
}

/* updated */

ul.dropdown.sidebar.show {
    overflow-y: hidden;
    border-radius: 0 0 8px 8px;
}
div#hero-slider {
    margin-top: 2px;
}

.category-list .has-dropdown.appearance-none > a:after {
    content: "";
}

a.category-button:hover {
    color: black !important;
}

ul.dropdown.sidebar.show::-webkit-scrollbar {
    display: none;
}

ul.dropdown.sidebar.show {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

hr {
    clear: both;
    margin: 0;
}

.gray-bg {
    background-color: #fafafa;
}

.alert {
    bottom: 30px;
    left: 30px;
    position: fixed;
    z-index: 999999;
}

.alert-custom {
    background-color: #3b4045;
    color: #fff;
}

.slider-for {
    border: 1px solid #e1e0e0;
    border-radius: 15px;
}
.slider-for__item img {
    width: 100%;
    object-fit: contain;
    width: 100%;
    padding: 10px;
}
.unit-code {
    background: var(--theme-color);
    padding: 5px 20px;
    color: white;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 14px;
}

.text-theme-color {
    color: var(--theme-color);
}

.checkout-form-holder {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-top: 25px;
    border-radius: 20px;
}
.sorry-img {
    width: 300px;
}
.container-fluid {
    max-width: 1200px;
}
i.material-symbols-outlined.h1 {
    font-size: 50px;
    margin-bottom: 0;
    line-height: 1;
}
@media screen and (min-width: 1500px) {
    .container-fluid {
        max-width: 1300px;
    }
}
@media screen and (min-width: 1800px) {
    .container-fluid {
        max-width: 1500px;
    }
}

body {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

.add-to-cart span,
.remove a i,
h4 {
    font-size: 20px;
}

.product-details-section .swiper-wrapper ul li a i,
h5 {
    font-size: 18px;
}

.about-text p,
.item-short-description p,
.product-description p,
h6 {
    font-size: 16px;
}

.button,
.footer-social li,
.header-top-social li,
.list-inline li,
.shop-item-filter-list li,
.ui-dash.tab-content,
a.underline {
    display: inline-block;
}

.light {
    font-weight: 300;
}

.regular,
li,
p {
    font-weight: 400;
}

.bold,
a.underline {
    font-weight: 700;
}

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

.text-black {
    color: #212222 !important;
}

.text-grey {
    color: #999 !important;
}

.text-blue {
    color: #54a7d3 !important;
}

.text-red {
    color: #ce0e0e !important;
    font-size: 20px;
}

p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
}

.lead {
    font-size: 15px;
}

.button,
.button.sm,
li {
    font-size: 13px;
}

ul.square {
    list-style: square;
}

ul.icon li {
    list-style-type: none;
}

.modal-backdrop.show,
.op-9 {
    opacity: 0.9;
}

.button {
    border: 1px solid transparent;
    border-radius: 3px;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1;
    padding: 15px 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    vertical-align: bottom;
}

.button.sm {
    padding: 10px 15px;
}

.button.md {
    font-size: 14px;
    padding: 18px 24px;
}

.button.lg {
    font-size: 14px;
    padding: 22px 60px;
}

.button.xlg {
    font-size: 16px;
    padding: 24px 60px;
}

#scrolltotop:hover,
.button.style1,
.page-num li.active,
a.button.style1 {
    background-color: var(--theme-color);
    color: #fff;
}

.button.style1:hover,
a.button.style1:hover {
    background-color: #ce0e0e;
    color: #ddd;
}

.has-coupon-discount.d-none {
    display: none !important;
}
.button.style2,
a.button.style2 {
    background-color: #fff;
    color: #212222;
}

.button.style2:hover,
a.button.style2:hover {
    color: #777;
}

.button.style3,
a.button.style3 {
    background-color: #fff;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}

.button.style3:hover,
a.button.style3:hover {
    background-color: var(--theme-color);
    color: #fff !important;
}

.button.style4,
a.button.style4 {
    background-color: transparent;
    border: 1px solid #dadada;
    color: #777;
}

.button.style4:hover,
a.button.style4:hover {
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    color: #777;
}

.button.style5,
a.button.style5 {
    background-color: transparent;
    border: 1px solid #212222;
    color: #212222;
}

.button.style5:hover,
a.button.style5:hover {
    background-color: #fff;
    border: 1px solid transparent;
    color: #212222;
}

.button.icon {
    font-size: 14px;
    line-height: 0.7;
    padding: 21px 45px;
}

.link-hov.style1,
.link-hov.style2 {
    font-size: 15px;
    color: #212222;
    position: relative;
}

.button.icon i {
    font-size: 16px;
    margin-left: 8px;
}

a.underline {
    color: #212222;
    font-size: 12px;
    letter-spacing: 0.125em;
    line-height: 1;
    padding-bottom: 5px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    vertical-align: bottom;
}

.shopping__btn li a,
.shp__pro__details h2 {
    text-transform: none;
    font-size: 14px;
    color: #000;
}

.link-hov.style1:before,
.link-hov.style2:before {
    position: absolute;
    height: 2px;
    content: "";
    transition: 0.4s;
    background: #212222;
    left: 0;
    top: 100%;
}

a.underline:after {
    background-color: #777;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
}

.link-hov.style1 {
    transition: 0.5s;
    font-weight: 600;
}

.link-hov.style1:before {
    width: 0%;
    visibility: hidden;
    opacity: 0;
}

.link-hov.style1.text-white:hover:before,
.link-hov.style1:hover:before,
.link-hov.style2:before,
.link-hov.style3:hover:before {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.breadcrumb-section ul li a,
.footer-social li a:hover,
.link-hov.style1:hover,
.link-hov.style2:hover,
.price,
.sidebar-content-wrap.v2.sidebar-single-active .countdown-deals .cdown {
    color: #212222;
}

.header-menu,
.link-hov.style1.text-white:before {
    background: #fff;
}

.link-hov.style2 {
    transition: 0.5s;
}

.link-hov.style2:hover:before {
    visibility: hidden;
    opacity: 0;
    width: 0;
}

.link-hov.style3 {
    color: #212222;
    transition: 0.5s;
    position: relative;
    font-size: 14px;
}

.cart-quantity-left-minus:hover,
.cart-quantity-right-plus:hover,
.link-hov.style3:hover,
.quantity-left-minus:hover,
.quantity-right-plus:hover {
    color: #999;
}

.shop-btn.style1 {
    background: #212222;
    color: #fff;
    padding: 5px 10px;
    border-radius: 7px;
    transition: 0.5s;
}

.shop-btn.style1:hover {
    background: #ddd;
    color: #212222;
}

.carousel,
.cart-item-color,
.cart__menu,
.wishlist__menu,
.dropdown > li > a,
.has-dropdown,
.has-dropdown a,
.main-menu,
.main-menu nav > ul > li a,
.section-title,
.section-title h3,
.user-menu {
    position: relative;
}

.bottom-v.t-center {
    bottom: 5%;
    left: 15%;
}

.section-title {
    border-bottom: 1px solid #e5e8ec;
}

.section-title h3 {
    font-size: 20px;
    letter-spacing: normal;
    line-height: 1;
}

.section-title p {
    font-size: 20px;
    margin-bottom: 20px;
}

.container {
    max-width: 1200px;
}

.has-dropdown .dropdown {
    background-color: #fff;
    border: 1px solid #eee;
    min-width: 100px;
    left: 100%;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 300px;
    transition: 0.3s;
    z-index: 999;
}

.body__overlay.is-visible,
.has-dropdown a:hover .dropdown,
.insta-num:hover .tiska-tooltip,
.main-menu ul li ul.dropdown li:hover ul.dropdown,
.single-product-wrapper:hover .product-overlay,
.tab-content .tab-pane.active,
.user-dropdown-menu.show {
    visibility: visible;
    opacity: 1;
}

.has-dropdown .dropdown li a {
    display: block;
    padding: 11px 12px;
    line-height: 1;
    white-space: nowrap;
}

/* .logo {
    padding: 10px 0;
    max-height: 70px;
    width: 150px;
} */

/* updated */
.header-top,
.copyright {
    /* background-color: var(--theme-color); */
    background-color: var(--dark-green);
}

.product-slider-wrapper.swiper-container.swiper-container-horizontal {
    padding: 20px;
}

.logo {
    /* padding: 10px 0; */
    max-height: auto;
    width: 150px;
}
/*
.header-top {
    background-color: #f1f3f5;
    line-height: 30px;
} */

.currency-switcher,
.header-top-menu li,
.language-switcher {
    display: inline-block;
    padding: 0 10px;
}

.social-links li a {
    fill: #666;
}

.social-links li a:hover {
    fill: var(--theme-color);
}

.footer-social li,
.header-top-social li {
    padding-right: 15px;
}

.header-top-menu,
.header-top-social {
    display: inline;
    margin-left: 15px;
}

.has-dropdown a {
    display: block;
    padding: 15px;
}

.has-dropdown > a:after {
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
    float: right;
    margin-left: 10px;
}

.has-dropdown a img {
    margin-right: 15px;
    width: 25px;
}

/* .header-middle {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 50px;
} */

/* updated */
.header-middle {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 50px;
    /* background: var(--theme-color); */
    /* border-bottom: 1px solid var(--theme-color); */
    /* border-top: 10px solid var(--theme-color); */
}
/* div#main-menu a:hover {
    color: white;
} */

.login-btn {
    background: var(--theme-color);
    color: white;
    position: relative;
    top: 0px;
}

.banner-area .col-md-9 {
    padding-left: 3px;
}

.align-baseline {
    align-items: baseline;
}

.header-middle.fixed,
.header-middle.slim {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    min-height: 60px;
    line-height: 55px;
    position: fixed !important;
    z-index: 999999;
    top: 0;
    width: 100%;
}

.wishlist__menu .badge,
.cart__menu .badge,
.header-search .btn-search {
    background-color: var(--theme-color);
    color: #fff;
}

.header-middle.slim {
    position: absolute;
}

.header-middle.fixed .logo,
.header-middle.slim .logo {
    padding: 5px 0;
    width: 100px;
}

.category__menu i {
    cursor: pointer;
}

#header-search,
.header-search {
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    text-align: right;
    width: 100%;
}

.header-search button,
.header-search input {
    border: 1px solid #eee;
    border-radius: 7px 0 0 7px;
    display: inline-block;
    line-height: 40px;
}

.bootstrap-typeahead,
.header-search-container {
    display: inline-block;
    width: calc(100% - 100px) !important;
}

.bootstrap-typeahead .dropdown-menu {
    width: auto !important;
}

.header-search input {
    border: 2px solid var(--theme-color);
    border-right: none;
    margin-top: 4px;
    padding: 0 15px;
    width: 100%;
}

.header-search .btn-search {
    border: 1px solid var(--theme-color);
    border-left-color: var(--theme-color);
    border-left-width: 1px;
    border-radius: 0 7px 7px 0;
    border-left: none;
    font-size: 20px;
    height: 44px;
    margin-left: -7px;
    padding: 0 15px;
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 1px;
}

.header-middle.slim .header-search .btn-search {
    top: -2px;
}

.search-result img {
    height: 30px;
    margin-right: 7px;
    width: 30px;
}

.search-result.dropdown-item {
    font-size: 14px;
    padding: 0.25rem 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    width: calc(100% - 1rem);
}

.search-result a {
    display: block;
}

.offset-menu-wrapper {
    max-width: 350px;
    text-align: right;
    width: 100%;
}

.language a {
    font-size: 13px;
}

.offset-menu-wrapper li {
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
}

/* .offset-menu-wrapper li i {
    font-size: 20px;
    color: #000;
} */

/* updated */
.offset-menu-wrapper li i {
    font-size: 20px;
    color: #000;
    padding-top: 10px !important;
    position: relative;
    top: 5px;
    left: -5px;
}

/* li.user-menu {
    display: none;
} */

.user-profile {
    font-size: 30px;
}
.offset-menu-wrapper {
    max-width: 350px;
    text-align: right;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

li.user-menu {
    display: flex;
    padding-left: 0;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.cart__menu i,
.panel_setting i {
    cursor: pointer;
    font-size: 24px;
}

/* .wishlist__menu .badge,
.cart__menu .badge {
    border: 2px solid #fff;
    position: absolute;
    top: -5px;
    left: 30px;
    width: 24px;
    height: 24px;
    border-radius: 50% 50% 50% 0;
    padding: 0.25em;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
} */

.wishlist__menu .badge,
.cart__menu .badge {
    border: 2px solid #fff;
    position: absolute;
    top: 0px;
    left: 20px;
    width: 24px;
    height: 24px;
    border-radius: 50% 50% 50% 0;
    padding: 0.25em;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    z-index: 1000;
}

/* .cart__menu .total {
    background-color: #f1f3f5;
    border-radius: 25px;
    font-size: 15px;
    padding: 5px 15px;
} */

.cart__menu .total {
    background-color: #f1f3f5;
    border-radius: 25px;
    font-size: 15px;
    padding: 5px 15px;
    position: relative;
    top: 1px;
    margin-left: 10px;
}

.single-carousel-item {
    background: var(--theme-color);
}

.cart__menu.fixed {
    background-color: var(--theme-color);
    border-radius: 5px;
    color: #fff;
    display: none;
    padding: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 75%;
    z-index: 999991;
}

.cart__menu.fixed .total {
    background-color: transparent;
    display: block;
    font-size: 12px;
    font-weight: 500;
    padding: 3px;
    min-width: 50px;
    margin-left: 0;
}

.cart__menu.fixed .badge {
    left: auto;
}

.shopping__cart {
    background: #fff;
    box-shadow: 0 0 85px rgba(0, 0, 0, 0.2);
    display: block;
    height: 100vh;
    opacity: 0;
    position: fixed;
    right: -110%;
    top: 0;
    transition: 0.25s;
    z-index: 999999;
    width: 360px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.shopping__cart__header {
    background-color: var(--theme-color);
}

.shopping__cart__header {
    color: #fff;
    line-height: 40px;
    padding: 0 10px;
}

.product-sidebar-wrap a,
.shopping__cart__header .h6,
.sidebar-single-active .countdown-deals .cdown,
.sidebar-single-active .countdown-deals .cdown:first-child {
    color: #fff;
}

.shopping__cart__footer {
    background-color: #f5f6f7;
    bottom: 0;
    padding: 0 15px 10px;
    position: fixed;
    text-align: center;
    width: 360px;
    z-index: 1;
}

.shopping__cart.shopping__cart__on {
    opacity: 1;
    padding-bottom: 50px;
    right: 0;
    background-color: #fff;
}

.payment-img img {
    padding-right: 10px;
}

.offsetmenu__inner,
.shopping__cart__inner {
    height: calc(100% - 100px);
    padding: 0 0 0 15px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 20px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
}

.offsetmenu__close__btn {
    background-color: transparent;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 10;
}

.offsetmenu__close__btn span {
    font-size: 26px;
    line-height: 30px;
    cursor: pointer;
}

.category-sub-menu ul li:hover > a,
.dropdown.dropdown-icon > li:hover:before,
.faq-categories h3.active,
.filter-area .custom-control-label:hover,
.main-menu ul li ul.dropdown li:hover > a,
.main-menu ul li ul.megamenu li:hover > a,
.main-menu ul li.active a,
.main-menu ul li:hover > a,
.offsetmenu__close__btn a:hover i,
.shop-item-filter-list > li > a.active,
.shop-item-filter-list > li > a:hover,
.sidebar-content-wrap.v2.sidebar-single-active
    .countdown-deals
    .cdown:first-child,
.user-sidebar-menu li a.active,
.user-sidebar-menu li a:hover,
.user-sidebar-menu li button:hover {
    color: var(--theme-color);
}

.shp__pro__details h2 {
    border-top-width: 0;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5px;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.shoping__total .subtotal {
    font-size: 16px;
    font-weight: 400;
}

.shoping__total .total__price {
    float: right;
    font-size: 16px;
    font-weight: 600;
}

.shopping__btn li a {
    background-color: #fff;
    border: 1px solid #000;
    height: 57px;
    line-height: 57px;
    margin-bottom: 15px;
    padding: 0 25px;
    text-align: center;
    transition: 0.5s;
    width: 100%;
    display: block;
}

.shopping__btn li a:hover {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: #fff;
}

.shopping__btn .shp__checkout a {
    background-color: #fff;
    color: #000;
}

.shp__single__product {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 10px;
}

.shp__pro__thumb {
    margin-right: 10px;
}

.shp__pro__thumb a {
    display: block;
}

.shp__pro__thumb a img {
    max-height: 50px;
}

.remove__btn {
    text-align: left;
    width: 25px;
}

.shp__pro__details {
    width: 70%;
}

.shoping__total {
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.remove__btn a i {
    font-size: 22px;
    transition: 0.5s;
}

.remove__btn a:hover i {
    color: var(--theme-color);
    transform: rotate(180deg);
}

.shp__cart__wrap .shp__single__product + .shp__single__product {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.cart-product-name {
    text-align: left;
}

.cart-product-name img {
    margin-right: 10px;
    max-width: 50px;
}

.cart-table .remove {
    width: 30px;
    padding-top: 10px;
}

.cart-table .remove .remove-from-cart {
    background-color: transparent;
    color: var(--theme-color);
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.cart-product-quantity {
    min-width: 150px;
}

.category__list {
    background: #fff;
    border-right: 1px solid #eee;
    display: block;
    height: 100%;
    opacity: 0;
    padding-top: 15px;
    position: fixed;
    left: -110%;
    top: 78px;
    transition: 0.25s;
    z-index: 99999;
    width: 250px;
}

.category__list.list__open {
    opacity: 1;
    padding-bottom: 50px;
    left: 0;
    background-color: #fff;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--theme-color);
    height: 100%;
    width: 50%;
}

.bg-theme {
    background-color: var(--theme-color);
    border-radius: 10px;
}

.border-theme {
    border: 1px solid var(--theme-color);
}

.btn-green {
    background-color: var(--green) !important;
    color: white !important;
}

.logo-img {
    width: 150px;
    max-height: unset !important;
}

.btn-danger {
    background-color: #ec1a25 !important;
    border-color: #ec1a25 !important;
}

.btn-orange {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: white !important;
}

.gap-3 {
    gap: 10px;
}

.text-theme {
    color: var(--theme-color);
}
.add-wishlist-icon {
    font-size: 30px !important;
    background: white;
    padding: 10px;
    /* background: red !IMPORTANT; */
    display: flex !important;
    min-width: 35px;
    min-height: 35px;
    justify-content: center;
    align-items: center;
}
.wish-table td {
    vertical-align: middle;
}
.cart-thumb {
    /* background-image: url("https://www.shutterstock.com/image-vector/no-image-available-vector-illustration-260nw-744886198.jpg");
    min-width: 80px;
    height: 80px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #00000017;
    border-radius: 5px; */

    background: url("https://www.breathearomatherapy.com/assets/images/global/no-product.png");
    background-size: 65px;
    background-position: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    min-width: 80px;
    min-height: 80px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

button.button.sm.style1.apply-coupon {
    background: var(--green);
}

span.material-symbols-outlined.mail-icon {
    font-size: 20px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

span.material-symbols-outlined.phone-icon {
    font-size: 20px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.category-list li img,
.category__list li img {
    margin-right: 12px;
    width: 20px;
}

.category-list li a,
.category__list li a {
    font-size: 15px;
    display: block;
    line-height: 30px;
    padding: 10px 15px;
}

.category-button {
    background-color: #f1f3f5;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.category-list .dropdown.sidebar {
    left: 0;
    top: 50px;
    position: absolute;
    width: 100% !important;
    z-index: 999;
    border: 1px solid #eee;
    height: 450px;
    padding: 0;
}

.dropdown.sidebar .mCSB_container,
.dropdown.sidebar .mCustomScrollBox {
    overflow: inherit;
}
ul.dropdown.sidebar.show a {
    transition: 0.1s;
    border: none;
}

/* a.button.style3.text-center {
    background: transparent !important;
    border: unset !important;
    color: var(--theme-color) !important;
} */

ul.dropdown.sidebar.show a:hover {
    background: var(--theme-color-light);
    border-left: 4px solid var(--theme-color);
    transition: 0.1s;
}

a.button.style3.text-center {
    background: var(--theme-color);
    border: unset !important;
    color: white;
    border-radius: 0;
    font-size: 13px;
}

.user-menu i {
    cursor: pointer;
}

.user-dropdown-menu {
    position: absolute;
    background: #fff;
    border-radius: 3px;
    border: 1px solid var(--theme-color);
    width: 200px;
    padding: 5px 15px;
    top: 52px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    right: 0;
    z-index: 9;
}

.page-num li:hover,
.user-sidebar-menu {
    background-color: #eee;
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.user-dropdown-menu li {
    border-bottom: 1px solid #f5f6f7;
    display: block;
    width: 100%;
}

.user-dropdown-menu li a,
.user-dropdown-menu li button {
    color: #606060;
    display: block;
    line-height: 2rem;
    padding: 5px 0;
    font-size: 14px;
    text-transform: capitalize;
}

.user-dropdown-menu li a:hover,
.user-dropdown-menu li button:hover {
    color: #cd0305;
    text-decoration: none;
}

.user-dropdown-menu.show {
    top: 70px;
}

.product-overlay,
.tab-content .tab-pane,
.tiska-tooltip {
    visibility: hidden;
    opacity: 0;
}

/* updated */
.header-bottom {
    border-bottom: 1px solid #eee;
    line-height: 50px;
    background: #f1f3f5;
}

/* .header-bottom {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    background-color: #ec1a25;
    padding-top: 3px;
    padding-bottom: 3px;
} */

/* .header-bottom .col-md-9 a {
    color: white;
} */

/* .header-bottom ul.social-links a svg {
    fill: white;
} */

.category-list,
.category-list .has-dropdown .dropdown li,
.single-faq:last-child,
.user-login-section .nav-tabs {
    border-bottom: none;
}

.category-list {
    position: relative;
    width: 100%;
}

.category-list .has-dropdown > a {
    align-items: center;
    display: flex;
    font-size: 15px;
    width: 100%;
}

.category-list a:hover {
    color: var(--theme-color) !important;
}

.category-list a > i {
    font-size: 20px;
    margin-right: 12px;
}

.category-button:after {
    transform: rotate(90deg);
}

.category-list .has-dropdown .dropdown li a,
.category__list li a {
    padding: 10px 15px !important;
}

.category-list .has-dropdown .dropdown li a span {
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    width: 80%;
}

.category-list .has-dropdown > a:after {
    float: right;
    font-size: 18px;
    position: absolute;
    right: 10px;
}

.category-list .dropdown.first {
    height: 450px;
}

.category-list .dropdown li .dropdown {
    left: 100%;
    padding: 10px;
    top: 0;
}

.category-list .dropdown li {
    font-size: 14px;
    width: 100%;
}

.category-list .dropdown > li > a {
    color: #212222;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px;
}

.category-list .dropdown > li > a.button {
    justify-content: center;
}

.main-menu ul li a {
    font-size: 15px;
    color: #212222;
    font-weight: 500;
    display: block;
    padding: 0 12px;
}

.main-menu ul li ul.dropdown {
    left: -50%;
    width: 200px;
    padding: 10px;
    top: 50px;
}

.main-menu ul li ul.dropdown li {
    margin-right: 0;
    margin-left: 0;
    border-bottom: none;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    position: relative;
}

.filter-area li:last-child,
.main-menu ul li ul.dropdown li:last-child,
.page-title,
.tooltip-table {
    margin-bottom: 0;
}

.main-menu ul li ul.dropdown li a {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px !important;
    text-align: left;
    text-transform: capitalize;
    transition: 0.5s;
}

.dropdown.dropdown-icon > li > a:before {
    position: absolute;
    content: "f3d3";
    font-family: ionicons;
    right: 10px;
    font-size: 12px;
}

.main-menu ul li ul.dropdown li a i {
    float: right;
    padding-top: 0;
    padding-right: 25px;
    font-size: 12px;
}

.main-menu ul li ul.dropdown li ul.dropdown {
    top: 100%;
    left: 100%;
    position: absolute;
    width: 250px;
    opacity: 0;
    visibility: hidden;
}

.main-menu ul li ul.dropdown li:hover ul.dropdown {
    top: -10px;
}

.main-menu .megamenu.dropdown {
    left: -250px !important;
}

.megamenu.dropdown {
    padding: 10px !important;
    display: flex;
    flex-direction: row;
    width: 720px !important;
}

.mega-banner img {
    width: 100%;
    height: 100%;
}

.main-menu ul li ul.megamenu li.mega-title > a {
    color: #212222 !important;
    font-size: 15px;
    font-weight: 600;
}

.mega-title a,
.tooltip-table td,
.tooltip-table th {
    padding: 0 !important;
}

.main-menu ul li ul.megamenu li ul li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.main-menu ul li {
    text-align: center;
    position: relative;
    display: inline-block;
}

.dropdown li {
    display: block !important;
}

.user-sidebar-menu {
    margin-bottom: 50px;
    padding: 30px 15px;
}

.user-sidebar-menu li a,
.user-sidebar-menu li button {
    color: #212222;
    font-size: 15px;
    font-weight: 500;
}

.banner-area {
    margin-top: 15px;
}

.carousel-item {
    background-size: cover;
    border-radius: 7px;
    height: 430px;
    overflow: hidden;
}

.carousel-content.middle-v.t-right h3 {
    font-size: 32px;
    line-height: 1.2;
}

.single-carousel-item {
    height: 100%;
    width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    background-color: #fff;
    border-radius: 50%;
    color: #212222;
    height: 40px;
    padding: 0 5px;
    position: absolute;
    top: 50%;
    left: 15px;
    opacity: 0.5;
    text-align: center;
    transform: translateY(-50%);
    width: 40px;
}

.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
    color: var(--theme-color);
    opacity: 1;
}

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

.carousel-control-next i,
.carousel-control-prev i {
    font-size: 22px;
    line-height: 40px;
    color: var(--theme-color);
}

.cat-img {
    height: calc((100% / 2) - 26px);
    min-height: 200px;
    overflow: hidden;
    position: relative;
}

.middle-v.t-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.middle-v.t-right {
    position: absolute;
    right: 5%;
}

.middle-v.t-left {
    position: absolute;
    left: 5%;
}

.cat-img.style3 .bottom-v h3,
.cat-img.style3 .middle-v h3 {
    font-size: 36px;
    line-height: 1;
}

a.button.style3.text-center:hover {
    color: black !important;
}

.tiska-tooltip {
    position: absolute;
    width: 200px;
    height: auto;
    top: 30px;
    background: #fff;
    transition: 0.6s;
    z-index: 999;
    left: -30px;
}

.tooltip-text {
    padding: 9px 0 6px 7px;
}

.tiska-tooltip p.product-name {
    font-size: 13px;
    padding: 5px 7px;
    line-height: 14px;
    margin-bottom: 5px;
}

.tiska-tooltip h6 {
    font-size: 12px;
    margin-bottom: 2px;
}

.insta-shop-tags ul li {
    display: inline-block;
    padding: 0 6px;
}

.right-pane {
    margin-top: 75px;
    width: calc(100% - 250px);
    float: right;
}

/* .breadcrumb-section {
    background-color: #f1f3f5;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
} */

.breadcrumb-section {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("https://static.vecteezy.com/system/resources/previews/001/973/007/original/dark-pink-blue-abstract-blur-background-vector.jpg"); */
    background: var(--theme-color);
    background-size: 100%;
    padding: 50px 0;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.breadcrumb-section * {
    color: white !important;
}
.breadcrumb-section a {
    font-weight: bolder;
}

.breadcrumb-section ul li {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    color: #999;
}

.breadcrumb-section ul li a:after {
    content: "/";
    position: absolute;
    right: -12px;
}

.brand-container,
.category-container {
    border: 1px solid #eee;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 5px;
    padding: 10px;
}

.brand-container {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.brand-container:hover {
    box-shadow: inset -5px -5px 10px #00000038;
    border: 1px solid #80808069;
    border-radius: 10px;
}

.category-container {
    padding: 0;
}
.category-container img {
    transition: 0.4s;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.category-container {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    min-height: 220px;
    height: 220px;
}

#go {
    background-color: #ec1a25;
}

.category-name {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    color: white !important;
    font-size: 25px !important;
    font-weight: bolder !important;
    margin-top: 0 !important;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.category-container img {
    transition: 0.6s;
}

.category-container:hover img {
    transform: scale(1.1);
}

.brand-img {
    align-items: center;
    display: flex;
    height: 90px;
    justify-content: center;
}

.brand-img img {
    max-width: 100px;
    height: 100px;
    object-fit: contain;
    transition: 0.3s;
}
.brand-container:hover .brand-img {
    transform: scale(1.06);
}

.category-container:hover {
    border: 1px solid #999;
}

.category-container .category-name {
    color: #021523;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    min-height: 40px;
}

.category-navigation,
.brand-navigation,
.product-navigation {
    float: right;
    width: 60px;
}

.category-button-next,
.category-button-prev,
.product-button-next,
.product-button-prev,
.brand-button-next,
.brand-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    transition: 0.5s;
    top: 0;
    cursor: pointer;
    position: absolute;
    z-index: 99;
}

.category-button-next,
.product-button-next,
.brand-button-next,
.product-next div {
    right: 0;
}

.product-tab-section .nav-link {
    transition: 0.1s;
    font-size: 16px;
    padding: 10px 40px;
    border: unset;
}

.product-tab-section .nav-link.active {
    background: var(--theme-color);
    color: white;
    /* font-weight: 700; */
}
.product-tab-section .nav-link:not(.active):hover {
    background: #fa982827;
    color: var(--theme-color);
    /* font-weight: 700; */
}

.product-tab-section .nav {
    align-items: flex-end;
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none;
}

.swiper-button-next i {
    font-size: 22px;
    position: absolute;
    right: 3px;
}

.swiper-button-prev i {
    left: 3px;
    font-size: 22px;
    position: absolute;
}

/* .product-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
} */

/* updated */
.product-grid {
    display: grid;
    width: 100%;
    gap: 0;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}
.single-product-wrapper {
    background-color: #fff;
    /* border: 1px solid transparent; */
    border: 1px solid #6f6a6a36;
    border-radius: 8px;
    overflow: hidden;
    /* padding: 20px; */
    padding: 0;
    position: relative;
    max-width: 300px;
    min-width: 200px;
    transition: 0.4s;
}
.single-product-wrapper:hover {
    transform: scale(1.03);
}
.single-product-wrapper .product-details {
    padding: 15px;
    padding-top: 0;
}

.single-product-item {
    padding: 20px;
    /* background: #fa982831; */
}

.single-product-wrapper:hover {
    border: 1px solid #ddd;
    box-shadow: 0 10px 20px rgba(44, 44, 44, 0.4);
}

.user-menu:hover .user-dropdown-menu {
    z-index: 1000;
}

.user-menu:hover .user-dropdown-menu::after {
    content: "";
    width: 14px;
    height: 14px;
    background: linear-gradient(
        135deg,
        var(--theme-color) 50%,
        transparent 50%
    );
    position: absolute;
    top: -7px;
    right: 17px;
    transform: rotate(45deg);
}

section.user-login-section {
    background: #0000000d;
}

.user-login-section .card {
    border-radius: 30px;
    max-width: 95%;
    margin: auto;
    border: unset;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom right !important;
    position: relative;
}
.register-card {
    border-radius: 30px;
    max-width: 95%;
    margin: auto;
    border: unset;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom right !important;
    position: relative;
}

.glass-overlay {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10.3px);
    -webkit-backdrop-filter: blur(10.3px);
}
.form-bg-overlay {
    background: white;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.card-body.position-relative {
    z-index: 100000;
}

@media all and (min-width: 1025px) {
    .has-dropdown:hover > .dropdown {
        opacity: 1;
        visibility: visible;
        z-index: 10000000000;
    }

    .list-inside {
        overflow-y: scroll;
        height: calc(100% - 40px);
        overflow-x: hidden;
    }
    .category-list .dropdown > li > a.button.style3.text-center.show-on-mobile {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .list-inside::-webkit-scrollbar {
    display: none;
  }

  .list-inside {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

    .category-list .dropdown.sidebar.show {
        visibility: visible;
        opacity: 1;
    }

    /* .user-menu:hover .user-dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 40px;
        left: -46px;
    } */
    .user-menu:hover .user-dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 40px;
        left: unset;
        right: 0;
        z-index: 10000000;
        border-radius: 15px;
    }

    /* .product-grid .single-product-wrapper {
        width: calc(100% / 5);
    } */

    .product-grid .single-product-wrapper {
        width: 100%;
    }

    .show-on-mobile {
        display: none;
    }
}

@media all and (max-width: 1024px) {
    .single-banner-item .offset-md-3 {
        margin-left: 0 !important;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-grid .single-product-wrapper {
        width: calc(100% / 4);
    }

    .header-bottom,
    .header-middle {
        border-bottom: none !important;
        position: fixed;
    }

    .header-middle {
        min-height: 60px;
    }

    .header-middle .logo {
        padding: 5px 0;
        width: 100px;
    }

    .category__list {
        width: 300px;
    }

    .cart__menu .total,
    .header-middle .header-search {
        display: none;
    }

    .header-bottom {
        background: #fff;
        top: 65px;
        width: 100%;
        z-index: 999;
    }

    .header-search-container {
        display: inline-block;
        width: calc(100% - 55px) !important;
    }

    .bootstrap-typeahead {
        width: 100% !important;
    }

    .search-result {
        font-size: 13px;
    }

    .category__menu {
        padding-right: 15px;
        display: flex;
        align-self: center;
    }

    .dropdown.show {
        left: 0 !important;
        opacity: 1;
        position: relative !important;
        visibility: visible;
        width: 100%;
    }

    .dropdown li a {
        padding: 15px 0;
    }

    .right-pane {
        margin-top: 0;
    }

    .banner-area {
        margin-top: 150px;
    }

    .breadcrumb-section,
    .user-login-section {
        margin-top: 100px;
    }

    .app-header {
        font-size: 2.7rem;
    }
}

@media all and (max-width: 768px) {
    .product-grid .single-product-wrapper {
        width: calc(100% / 3);
    }
    .card-body.pb-1.pt-2.product-details {
        height: 225px;
    }
    .product-details hr {
        margin: 15px 0;
    }
    img.img-fluid.rounded {
        max-width: 200px;
    }
    .row.g-4 {
        gap: 20px;
    }
}

@media all and (max-width: 600px) {
    .product-grid .single-product-wrapper {
        width: calc(100% / 2);
    }
}

@media all and (max-width: 400px) {
    .product-grid .single-product-wrapper {
        width: 100%;
    }
}

.single-product-item {
    margin-bottom: 20px;
}

.single-product-item img {
    padding: 0 10px;
    width: 100%;
}

.product-promo-text {
    position: absolute;
    top: 18px;
    right: 18px;
    background: var(--theme-color);
    color: #fff;
    padding: 3px 12px;
    border-radius: 3px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
    z-index: 200;
}
.search-result-thumb {
    max-width: 30px;
    width: 30px;
    height: 30px;
    background: var(--theme-color);
    border: unset !important;
    max-height: 30px;
}

.product-promo-text.product-promo {
    font-size: 16px;
    padding: 3px 10px;
}

.product-name {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin: 10px 0;
    /* min-height: 42px; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.product-overlay {
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s;
    width: 50px;
}

.product-overlay span {
    display: block;
    width: 25px;
    height: 25px;
    background: #fff;
    color: #212222;
    margin-top: 7px;
    text-align: center;
    border-radius: 50%;
    line-height: 26px;
    font-size: 18px;
    transform: translate(0, 0);
    transition: 0.5s;
}

.product-overlay a:nth-child(2) span {
    transition-delay: 0.1s;
}

.product-overlay a:nth-child(3) span {
    transition-delay: 0.2s;
}

.single-product-wrapper:hover .product-overlay a span {
    transform: translate(20px, 0);
}

/* .product-price {
    margin-bottom: 10px;
} */

span.price.has-bg {
    background: var(--green-light);
    color: var(--green);
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 4px;
    /* font-weight: bold; */
}
.h6 .has-bg {
    font-size: 17px !important;
}
.text-green {
    color: var(--green);
}
span.price.has-bg.h4 {
    font-size: 22px;
}
.product-price.text-sm {
    margin-bottom: 5px;
}

.offset-menu-wrapper li {
    cursor: pointer;
}

.cart__menu {
    cursor: pointer;
}
.text-xs {
    font-size: 12px;
}
.product-price span {
    color: var(--green);
    padding-right: 7px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.product-buy-options {
    position: relative;
    background: unset;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 5px 0px;
    transition: unset;
    transform: unset;
    /* margin-top: 10px !important; */
    flex-wrap: nowrap;
    margin: auto;
    text-align: center;
    justify-content: center !important;
    align-items: center;
}

@media screen and (max-width: 1800px) {
    .product-buy-options * {
        width: 100% !important;
    }
}


/* .single-product-wrapper:hover .product-buy-options {
    transform: translateY(0);
} */

/* .single-product-wrapper:hover .product-top-section {
    opacity: 0.3;
} */

.bg-green {
    background-color: var(--green);
    color: white !important;
}

span.promo-price {
    color: #e00 !important;
}

span.old-price {
    text-decoration: line-through;
    color: #768b9e !important;
    font-size: 12px;
    opacity: 0.5;
}

.add-to-cart {
    align-items: center;
    display: flex;
    justify-content: center;
}

.single-product-wrapper .add-to-cart {
    height: 40px;
    padding: 0;
    width: 40px;
}

#amount {
    width: 65%;
    border: none;
    font-size: 16px;
}

.range-text {
    line-height: 39px;
}

.price-range .ui-slider-handle.ui-corner-all.ui-state-default {
    background: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: none;
    box-shadow: 0 5px 13px rgba(167, 167, 167, 0.7);
    cursor: pointer;
}

.price-range.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 4px;
    background: var(--theme-color);
}

.ui-slider-horizontal {
    height: 4px;
    background: #ddd;
}

.price-range.ui-widget.ui-widget-content,
.shop-cart-section thead {
    border: none;
}

.promo-area,
.tab-bg {
    background-color: #f7f8f9;
    position: relative;
}

.shop-wrapper {
    padding: 40px 0;
}

.sidebar-widget {
    clear: both;
    margin: 10px 0 30px;
}

.filter-area li,
.footer-menu li a,
.item-name,
.post-nav,
.products-header {
    margin-bottom: 15px;
}

.sidebar-title h2 {
    border-bottom: 1px solid #eee;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
}

.color-block,
.page-num li,
.size-opt li {
    display: inline-block;
}

.sidebar-title h2[aria-expanded="true"]:after {
    color: #999;
    content: "f3d8";
    font-family: Ionicons;
    font-size: 14px;
    position: absolute;
    right: 5px;
    font-weight: 400;
}

.category-sub-menu ul li.has-sub:after,
.sidebar-title h2[aria-expanded="false"]:after {
    color: #999;
    content: "f3d0";
    font-family: Ionicons;
    font-size: 14px;
    position: absolute;
    right: 5px;
    font-weight: 400;
}

.post-nav .page-next a span:after,
.post-nav .page-prev a span:before {
    font-family: Ionicons;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 0;
}

.category-sub-menu ul li.has-sub {
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
}

.category-sub-menu ul li.has-sub.open {
    display: block;
    width: auto;
}

.category-sub-menu ul li.has-sub.open:after {
    content: "f3d8";
    top: 0;
}

.category-sub-menu ul li.has-sub li a {
    display: block;
    font-size: 14px;
    line-height: 2;
    padding-left: 10px;
}

.category-sub-menu ul li.has-sub li:last-child a {
    border: none;
    margin-bottom: 10px;
}

.category-sub-menu ul li ul {
    display: none;
    margin-top: 10px;
}

.filter-area {
    overflow: auto;
}

.custom-control {
    padding-left: 1.8rem;
}

.custom-control-label {
    color: #212222;
    cursor: pointer;
    font-size: 14px;
}

.custom-control-label::after,
.custom-control-label::before {
    left: -1.8rem;
    top: 0.09rem;
}

.custom-control-label::before {
    background-color: transparent;
    border: 1px solid #ced4da;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border: 1px solid #ec1a25;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid red;
}
.custom-control-label::after,
.custom-control-label::before {
    left: -21px;
    top: 0;
    color: #ec1a25 !important;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid red;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/5/5a/Red_check.svg/2048px-Red_check.svg.png");
}

.custom-checkbox
    .custom-control-input:checked
    ~ .custom-control-label.rev-check::after {
    color: #ec1a25 !important;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid red;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/5/5a/Red_check.svg/2048px-Red_check.svg.png");
}
.custom-control-label.rev-check::after,
.custom-control-label.rev-check::before {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid red;
    background-image: unset;
    left: -21px;
    top: 0;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.filter-area .custom-checkbox {
    display: inline-block;
    width: calc(100% - 30px);
}

.filter-area .count {
    float: right;
    margin-right: 5px;
}

.color-block {
    border: 2px solid #eee;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.color-name {
    margin-left: 5px;
    vertical-align: top;
}

.post-nav,
.products-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 15px;
    width: 100%;
}

.payment-options .custom-checkbox input[type="radio"],
.products-header-right i {
    vertical-align: middle;
}

.products-header-right
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    width: auto;
}

.bootstrap-select .btn-light {
    color: #212529;
    background-color: transparent;
}

.shop-item-filter-list {
    text-align: right;
    width: 100%;
}

.shop-item-filter-list li i {
    font-size: 20px;
    line-height: 2;
}

.shop-item-filter-list > li {
    color: #333;
    font-size: 16px;
    padding-left: 15px;
}

.size-opt li {
    border: 2px solid transparent;
    cursor: pointer;
    line-height: 24px;
    margin: 5px 0;
    padding: 0 5px;
    text-align: center;
    min-width: 30px;
}

.page-num li,
.page-num li a {
    font-size: 14px;
    line-height: 30px;
}

.size-opt li:hover {
    border: 2px solid #eee;
    color: #212222;
}

.size-opt li.selected {
    border: 2px solid var(--theme-color);
    color: #212222;
}

.page-num li,
.reviewer-img img {
    border-radius: 50%;
}

.show-more {
    cursor: pointer;
    display: none;
    margin-top: 15px;
}

.post-nav {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.post-nav .page-next a,
.post-nav .page-prev a {
    color: var(--theme-color);
    font-weight: 600;
    text-transform: uppercase;
}

.post-nav .page-prev a span:before {
    content: "f3d2";
    left: 0;
}

.post-nav .page-next a span:after {
    content: "f3d3";
    right: 0;
}

.page-prev a span {
    padding-left: 15px;
}

.page-next a span {
    padding-right: 15px;
}

.page-num ul,
.product-description .product-rating {
    padding-left: 0;
}

.page-num li {
    height: 30px;
    width: 30px;
}

.page-num li a {
    display: block;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.product-next,
.product-prev {
    text-align: center;
    transition: 0.3s;
    top: 50%;
    cursor: pointer;
    z-index: 1;
}

.product-next,
.product-prev {
    background-color: #999;
    color: #fff;
    height: 70px;
    left: -70px;
    overflow: hidden;
    position: fixed;
    width: 95px;
}

.product-next div,
.product-prev div {
    background-position: center;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 1;
}

.product-next i,
.product-prev i {
    line-height: 70px;
    text-align: center;
    width: 25px;
}

.product-prev i {
    float: right;
}

.product-next i {
    float: left;
}

.product-prev div {
    left: 0;
}

.product-prev:hover {
    background-color: #212222;
    color: #fff;
    left: 0;
}

.product-next:hover {
    background-color: #212222;
    color: #fff;
    right: 0;
}

.product-next {
    left: auto;
    right: -70px;
}

.product-details-section {
    padding: 0 0 40px;
}

.product-details-section .breadcrumb-section {
    background-color: transparent;
    padding: 20px 0;
    text-align: left;
}

.product-description {
    background-color: #f6f9fc;
    padding: 50px 0;
}

.product-description ul {
    padding-left: 20px;
}

.product-description ul li {
    font-size: 16px;
    list-style: disc;
    padding-bottom: 15px;
}

.clearfix {
    display: block;
    width: 100%;
    float: left;
}

#scrolltotop,
.input-number {
    text-align: center;
    width: 40px;
}

.item-name {
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
}

.item-review ul {
    display: inline-block;
    margin-right: 10px;
}

.item-review ul li {
    color: var(--theme-color);
    display: inline-block;
    font-size: 16px;
    padding-left: 0;
}

.item-price .price {
    color: var(--theme-color);
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin: 15px 0;
}

.item-price .old-price {
    font-size: 20px;
    font-weight: 400;
    text-decoration: line-through;
}

.item-stock .stock-status {
    color: #8fbc09;
    font-weight: 700;
}

.item-short-description {
    margin: 15px 0;
}

.item-categories,
.item-tags {
    display: inline;
    margin: 15px 10px;
}

.item-categories a,
.item-tags a {
    color: #999;
    font-weight: 400;
    font-size: 14px;
    padding-left: 5px;
}

.reviewer-text span {
    color: #999;
    font-size: 15px;
    font-weight: 400;
}

.item-options .input-qty {
    padding: 8px;
    margin-right: 20px;
    align-items: center;
}

.cart-quantity-left-minus,
.cart-quantity-right-plus,
.quantity-left-minus,
.quantity-right-plus {
    border: none;
    background: 0 0;
    cursor: pointer;
    font-weight: 600;
    line-height: 1;
    opacity: 0.7;
}

.input-number {
    max-height: 30px !important;
    border: none;
    background: 0 0;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.input-qty {
    display: flex;
    border: 1px solid #ced4da;
    border-radius: 3px;
    padding: 9px;
}

.input-qty i {
    font-size: 16px !important;
}

.input-qty input {
    font-weight: 600;
}

.product-details-section .swiper-wrapper ul {
    position: absolute;
    bottom: 10%;
    right: 4%;
}

.product-details-section .swiper-wrapper ul li {
    display: inline-block;
    padding: 0 10px;
    background: #ddd;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
}

.product-details-section .swiper-wrapper ul li a {
    text-align: center;
}

.product-details-tab.nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.product-details-tab.nav-tabs .nav-link {
    border: none;
    font-size: 16px;
    color: #212222;
    position: relative;
    display: inline-block;
    padding: 5px 0;
    margin: 0 15px;
    font-weight: 600;
}

.product-details-tab.nav-tabs .nav-link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    background: var(--theme-color);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.product-details-tab.nav-tabs .nav-link.active:before,
.product-details-tab.nav-tabs .nav-link:hover:before {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.table td,
.table th {
    border-top: none;
}

.table-content table {
    background: #fff;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.table-content .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    border-top: none;
    background: #fff;
    color: #212222;
    font-weight: 700;
}

.table-content table td {
    border-top: none;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 500;
}

.remove a {
    width: 30px;
    background: rgba(0, 0, 0, 0.8);
    height: 30px;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 13px;
    transition: 0.5s;
}

.remove a:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.wishlist-section tbody tr {
    border-bottom: 1px solid #efefef;
}

.tab-content {
    width: 100%;
}

.user-details {
    background-color: #f1f3f5;
    border-radius: 7px;
    padding: 30px 20px;
    text-align: center;
}

.user-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.user-dashboard-tab__content {
    -webkit-flex-basis: calc(100% - 22rem);
    -moz-flex-basis: calc(100% - 22rem);
    -ms-flex-preferred-size: calc(100% - 22rem);
    flex-basis: calc(100% - 22rem);
}

.tab-content .tab-pane.active {
    display: block;
    height: auto;
    overflow: visible;
}

.tab-content .tab-pane {
    display: none;
    height: 0;
    max-width: 100%;
    overflow: hidden;
}

.user-info li span {
    color: #212222;
    font-weight: 600;
}

.user-info li {
    color: #212222;
    padding: 10px 0;
}

.upload-img {
    width: 100px;
    height: 100px;
    background: #ddd;
    border-radius: 50%;
    text-align: center;
}

.upload-img i {
    font-size: 25px;
    line-height: 100px;
}

.change-pwd {
    border: 1px solid #ddd;
    padding-top: 30px;
    border-radius: 7px;
}

.change-pwd p {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    margin-bottom: 30px;
}

.faq-categories {
    flex-direction: column;
}

.faq-categories h3 {
    color: #999;
    cursor: pointer;
}

.single-faq {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.user-login-section .nav-tabs .nav-link {
    background: #f5f6f7;
    border-radius: 7px;
    border: none;
    font-size: 18px;
    color: #212222;
    margin: 0 5px;
}

.user-login-section .nav-tabs .nav-link.active {
    background: var(--theme-color);
    color: #fff;
}

.panel-login {
    border-color: #eee;
}

.panel_setting.v1 span i {
    font-size: 22px;
}

.panel-login > .panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align: center;
}

.panel-login > .panel-heading a {
    text-decoration: none;
    color: #666;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    transition: 0.1s linear;
}

.panel-login > .panel-heading a.active {
    color: var(--green);
    font-size: 18px;
}

.panel-login > .panel-heading hr {
    margin-top: 10px;
    margin-bottom: 0;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.15),
        rgba(0, 0, 0, 0)
    );
    background-image: -moz-linear-gradient(
        left,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.15),
        rgba(0, 0, 0, 0)
    );
    background-image: -ms-linear-gradient(
        left,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.15),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.15),
        rgba(0, 0, 0, 0)
    );
}

.panel-login input[type="email"],
.panel-login input[type="password"],
.panel-login input[type="text"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    transition: 0.1s linear;
}

.panel-login input:focus,
.panel-login input:hover {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

.btn-login {
    background-color: #59b2e0;
    outline: 0;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: 400;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59b2e6;
}

.btn-login:focus,
.btn-login:hover {
    color: #fff;
    background-color: #53a3cd;
    border-color: #53a3cd;
}

.forgot-password {
    color: #888;
    border-bottom: 1px solid #ddd;
}

.cart-table,
.cart-table .table-head > div {
    border-bottom: 1px solid #dadada;
    color: #212222;
}

.forgot-password:focus,
.forgot-password:hover {
    color: #666;
    border-bottom: 1px solid #666;
}

.table-body .cart-item-details,
.table-head .cart-item-details {
    width: 30%;
}

.cart-item-quantity,
.table-body .cart-item-action,
.table-body .cart-item-color,
.table-body .cart-item-price,
.table-body .cart-item-quantity,
.table-body .cart-item-size,
.table-body .cart-item-total,
.table-head .cart-item-action,
.table-head .cart-item-color,
.table-head .cart-item-price,
.table-head .cart-item-quantity,
.table-head .cart-item-size,
.table-head .cart-item-total {
    width: 20%;
}

.alert-icon {
    display: inline-block;
    background: #f3f3f3;
    padding: 17px;
}

.footer-wrapper,
.modal-backdrop {
    background-color: #fff;
}

.alert-icon i {
    margin-right: 8px;
}

.payment-options .custom-control-label::after,
.payment-options .custom-control-label::before {
    top: 0.7rem;
}

.action-btn {
    padding-top: 3px !important;
}

.action-btn i {
    font-size: 30px;
    color: #212222;
    cursor: pointer;
}

.cart-table .table-body,
.cart-table .table-body > div,
.cart-table .table-head {
    display: table;
    width: 100%;
}

.cart-table .table-head > div {
    display: table-cell;
    font-size: 12px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.cart-table .table-body > div:nth-of-type(2n) {
    background-color: #f8f8f8;
}

.cart-table .table-body > div > div {
    display: table-cell;
    padding: 30px 0;
    text-align: center;
    vertical-align: middle;
}

.cart-table .table-body .remove-item a {
    color: #999;
    font-size: 20px;
}

.cart-table .table-body > div > div:nth-child(3) {
    font-weight: 700;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.cart-item-price,
.cart-item-total {
    width: 13%;
}

.cart-options button,
.coupon-code button {
    margin: 0;
    vertical-align: middle;
}

.cart-options a {
    font-size: 12px;
    letter-spacing: 0.075em;
    margin-right: 20px;
    text-decoration: underline;
}

.cart-total .sm-heading {
    border-bottom: 1px dashed #ccc;
    clear: both;
    line-height: 2.5;
    position: relative;
    width: 100%;
}

.cart-total .sm-heading span {
    color: #777;
    font-size: 14px;
    float: left;
}

.cart-total .sm-heading.final-price {
    border-bottom: none;
    color: #212222;
    font-size: 20px;
}

.cart-total .button {
    margin: 0 0 30px;
}

.payment-options {
    border-top: 1px dashed #ccc;
    padding: 10px 0;
    text-align: left;
}

.payment-options .custom-checkbox {
    line-height: 40px;
    width: 100%;
}

.payment-options .sm-heading {
    border-bottom: none;
    line-height: 1;
    margin-left: 0;
    width: auto;
}

.payment-options .custom-checkbox .card-options {
    display: inline-block;
    float: right;
}

.about-text-area {
    padding: 40px 0 0;
}

@media all and (min-width: 768px) {
    .about-text {
        margin-top: 15%;
    }
}

.about-text h2 {
    line-height: 1.2;
    margin: 30px 0;
}

.about-text span {
    color: #212222;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.about-text span::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
    content: "";
    background: var(--theme-color);
}

.countdown-deals {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sidebar-content-wrap.v1 .countdown-deals .cdown {
    color: #fff;
    font-size: 45px;
    width: 120px;
}

.daily-deals-wrap.v1 {
    padding: 0 70px;
}

.sidebar-content-title h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 6px;
    font-weight: 600;
}

.sidebar-content-title p {
    color: #fff;
    font-size: 17px;
}

.sidebar-content-title span {
    color: #fff;
    font-weight: 400;
}

.sidebar-content-wrap.v2.sidebar-single-active.text-center {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.sidebar-content-wrap.v2 .cdown span {
    font-size: 25px;
    display: inline-block;
    line-height: 31px;
}

.sidebar-content-wrap.v2 .cdown {
    padding: 5px 0;
    width: 50px;
    border: 1px solid #ddd !important;
    background: #fff;
}

.daily-deals-wrap.v2 {
    padding: 0 10px 10px;
}

.sidebar-content-wrap.v2 .countdown-deals .cdown p {
    font-size: 12px;
    line-height: 12px;
}

.sidebar-content-wrap.v2.style1.sidebar-single-active.text-center {
    transform: translatex(12%);
}

.sidebar-content-wrap.v2.style1 .countdown-deals .cdown {
    width: 60px;
    height: 60px;
}
#scrolltotop {
    border: 2px solid #f1f3f5;
    border-radius: 50%;
    bottom: 40px;
    color: white;
    cursor: pointer;
    display: none;
    font-size: 14px;
    height: 40px;
    position: fixed;
    right: 30px;
    z-index: 999;
    line-height: 40px;
    background: var(--theme-color);
    transition: 0.5s;
}

.modal {
    z-index: 999999;
}

.modal-lg {
    max-width: 1000px;
}

.modal-content {
    border: 1px solid #eee;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}

.modal-body {
    padding: 30px;
}

.modal-body .close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.promo-area .promo-icon {
    width: 80px;
}

/* .footer-wrapper {
    padding: 70px 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

/* updated */
.footer-wrapper {
    padding: 70px 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--green);
    border-top: 1px solid var(--green);
}

.footer-wrapper *,
.footer-wrapper .text-grey {
    color: white !important;
}

.footer-wrapper button {
    background-color: #6ec043 !important;
    color: black !important;
}
.footer-wrapper input {
    color: black !important;
}

.footer-logo {
    width: 150px;
}

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

.footer-text h5 {
    font-size: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.custom-pagination {
    position: relative;
    padding-top: 25px;
}
.custom-pagination .hidden div:nth-child(2) {
    margin-top: 10px;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    justify-self: center;
    display: flex;
}

.custom-pagination .hidden,
.custom-pagination nav.flex.items-center.justify-between {
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}
.custom-pagination span a,
.custom-pagination span span {
    display: inline-block;
    height: 40px;
    border-radius: 10px;
}
.custom-pagination span.font-medium {
    font-weight: bold;
    color: var(--theme-color);
    font-size: 18px;
}
.custom-pagination .px-4 {
    padding: 8px 14px !important;
    height: auto;
}
.custom-pagination
    span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5.dark\:bg-gray-800.dark\:border-gray-600 {
    font-size: unset;
    font-weight: bold;
    border: 1px solid var(--theme-color) !important;
}
.custom-pagination .shadow-sm {
    box-shadow: unset !important;
}
.custom-pagination svg {
    width: 20px;
    position: relative;
    bottom: 2px;
}
.custom-pagination
    span.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-l-md.leading-5.dark\:bg-gray-800.dark\:border-gray-600 {
    opacity: 0.4;
}
.custom-pagination .hidden div:first-child {
    /* position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%); */
    width: 100%;
}
.custom-pagination
    span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5.dark\:bg-gray-800.dark\:border-gray-600 {
    background: var(--theme-color) !important;
    color: white;
}
.custom-pagination .flex.justify-between.flex-1.sm\:hidden {
    /* justify-content: center;
    align-items: center; */
    display: none;
}
.custom-pagination .flex span,
.custom-pagination .flex a {
    border-radius: 10px !important;
}
.footer-widget h3 {
    font-size: 16px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer-menu li a {
    display: block;
    font-size: 15px;
}

.footer-social li a {
    color: #999;
    font-size: 16px;
}

.footer-bottom {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding: 15px 0;
}

.bg-black {
    background-color: black;
}

.developed-by {
    color: #999;
    text-align: right;
}

.contact-info p {
    display: flex;
    align-items: center;
}

.contact-info p i {
    font-size: 20px;
    margin-right: 15px;
}

.footer-social-links svg {
    fill: white;
    width: 20px;
}

.Facebook svg {
    fill: #4267b2;
}
.Twitter svg {
    fill: #000000;
}
.Youtube svg {
    fill: var(--theme-color);
}
.header-bottom .social-links svg {
    transform: scale(1.3);
    transform-origin: right;
}
.footer-wrapper .footer-social-links svg {
    transform: scale(1.3);
    transform-origin: right;
}
.gap-4 {
    gap: 15px;
}

.cart-item-img img {
    background: url("https://www.breathearomatherapy.com/assets/images/global/no-product.png");
    background-size: 75px;
    background-position: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    min-width: 90px;
    min-height: 90px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu {
    display: none;
}
.cart__menu.fixed .badge {
    top: -15px !important;
    right: 0px;
}

.alert-success {
    background: var(--green);
    color: white;
}

.alert-danger {
    background: var(--theme-color) !important;
}

.whatsapp-btn {
    padding: 10px;
    font-size: 18px;
}
.text-xs {
    font-size: 12px;
}
a.whatsapp-btn.button.btn-green {
    position: fixed;
    bottom: 50px;
    left: 30px;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.alert.alert-dismissible.text-center.fade.alert-custom {
    background: var(--green);
}

.row.contact-header {
    padding: 20px;
    background: var(--theme-color-light);
    border-radius: 10px;
}

.scrollable-items {
    height: calc(100% - 40px);
    overflow-y: scroll;
    overflow-x: hidden;
}
a.button.style3.text-center.all-categories-btn {
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category-container img, img.product-img {
    transition: 0.6s;
    background: url("https://global.discourse-cdn.com/sitepoint/original/3X/e/3/e352b26bbfa8b233050087d6cb32667da3ff809c.gif");
    background-size: 75px;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 220px;
    width: 100%;
}

img.product-img{
    min-height: auto
}

.not-found-message {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.header-search-container {
    position: relative;
}
.search_result {
    width: 100%;
}
.scrollable-items::-webkit-scrollbar {
    display: none;
  }

  .scrollable-items {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .cursor-pointer {
    cursor: pointer;
}
@media screen and (max-width: 1500px) {
    .whatsapp-btn {
        padding: 10px 0px;Contact Info
        font-size: 18px;
    }
}

.fa-select select {
    font-family: "FontAwesome", "sans-serif";
}

@media all and (max-width: 900px) {
    .app-header {
        font-size: 2rem;
    }
    .product-grid {
        display: grid;
        width: 100%;
        gap: 0;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }
}

@media all and (max-width: 768px) {
    hr {
        margin: 30px 0;
    }

    .faq-categories {
        flex-direction: row;
        justify-content: center;
        margin: 30px 0;
    }

    .faq-categories h3 {
        font-size: 18px;
        margin-right: 20px;
    }

    .faq-categories h3:last-child {
        margin-right: 0;
    }

    .cart-table .table td {
        padding-left: 0;
        padding-right: 0;
    }
    .product-buy-options button.button.style1.add-to-cart, .product-buy-options a {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        padding-left: 0;
    }
    /* .search__menu.show-on-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    } */
    /* form.header-search.col-md-6.mx-auto.d-flex.justify-content-center.align-items-center {
        max-width: 100%;
        background: var(--theme-color);
        position: absolute;
        top: 102px;
        z-index: 100000;
        width: 100%;
        height: 50px;
        left: 0;
        border-radius: 0 0 10px 10px;
    } */
    form.mobile-search.show-on-mobile {
        display: none;
        position: absolute;
        top: 100px;
        width: 95% !important;
        max-width: 100%;
        border: 2px solid var(--theme-color);
        left: 50%;
        transform: translateX(-50%);
        border-radius: 10px;
        background: white;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-search-container {
        width: 87%;
        min-width: 87%;
    }
    .mobile-search-field {
        width: 100%;
        border: unset;
        border-radius: 10px;
        padding-left: 20px;
    }
    /* .search__menu.show-on-mobile {
        display: flex;
        padding: 0 10px;
    } */
    a.login-btn.btn {
        font-size: 14px;
        padding: 5px;
    }
    .product-details-section {
        padding: 0 0 0;
        margin-top: 30px;
    }
    span.menu-text {
        display: none;
    }
    nav#mobile-nav, nav#mobile-nav ul {
        min-width: 100%;
        overflow: hidden;
        display: flex !important;
        justify-content: space-around !important;
        align-items: center;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 15px !important;
        font-size: 35px !important;
    }
    .mobile-menu i {
        font-size: 18px;
    }
    form.show-on-mobile.col-md-6.mx-auto.d-flex.justify-content-center.align-items-center {
        position: absolute;
        top: 104px;
        background: white;
        padding: 10px;
        box-shadow: 0px 5px 5px #0000008a;
        left: 0;
        background: var(--theme-color);
        border-radius: 0 0 10px 10px !important;
        transition: 0.5s;
        width: 100% !important;
        display: none !important;
    }
    form.show-on-mobile.mobile-search-holder.col-md-6.mx-auto.d-none.justify-content-center.align-items-center.active {
        display: flex !important;
        position: absolute;
        top: 103px;
        background: var(--theme-color);
        left: 0;
        padding: 10px;
        border-radius: 0 0 15px 15px;
        z-index: 10000000000;
    }
    .mobile-search-holder input {
        border: unset;
        padding: 0 10px;
        border-radius: 0 0 10px 10px;
    }
    .mobile-search-holder button {
        display: none;
    }
    .search_result {
        top: 70px;
        width: calc(100% - 20px);
        left: 10px;
    }
    form.header-search.col-md-6.mx-auto.d-flex.justify-content-center.align-items-center {
        display: none !important;
    }
    div#header-middle {
        width: 100% !important;
    }
    i.material-symbols-outlined.search-icon {
        font-size: 30px;
        color: var(--theme-color);
    }
    .mobile-menu li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .category-container img, img.product-img {
        transition: 0.6s;
        background: url("https://global.discourse-cdn.com/sitepoint/original/3X/e/3/e352b26bbfa8b233050087d6cb32667da3ff809c.gif");
        background-size: 50px;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        min-height: 160px;
    }
    .alert {
        position: fixed;
        right: 10px;
        top: 10px;
        bottom: unset;
        transform: scale(0.9);
        transform-origin: right;
        z-index: 100000000000000000000;
    }
    h1 {
        font-size: 30px;
    }

    .search_result {
        background: #FFF;
        border: 1px solid #e4e6fc;
        border-radius: 5px;
        box-shadow: 0 5px 10px rgba(44, 44, 44.0.5);
        display: none;
        overflow-y: scroll;
        position: absolute;
        width: 100%;
        z-index: 999999;
        left: 0;
        top: 56px;
        border-radius: 10px;
        box-shadow: 2px 5px 7px #7b7b7b7d;
    }
}

#WAButton{
    width: 50px;
    height: 50px;
    background-color: green;
    position: fixed;
    bottom: 20px;
    left: 20px;
}

@media all and (max-width: 1024px) and (orientation: landscape) {
    .carousel-item {
        height: 50vh;
    }
}

@media all and (max-width: 768px) and (orientation: portrait) {
    .carousel-item {
        height: 22vh;
    }
}

@media all and (max-width: 500px) {
    section {
        padding: 35px 0;
    }

    .header-middle.slim .logo {
        padding: 5px 0;
        width: 100%;
        text-align: center;
        max-width: 300px;
    }

    /* .header-middle .logo img,
    .offset-menu-wrapper .language {
        max-width: 120px;
    } */

    /* updated */
    .header-middle .logo img,
    .offset-menu-wrapper .language {
        max-width: 100px;
    }

    .offset-menu-wrapper {
        max-width: 350px;
        text-align: right;
        width: 100%;
        display: flex;
        gap: 4px;
    }

    body,
    html {
        overflow-x: hidden;
    }

    .header-search-container {
        width: 100% !important;
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    form.header-search {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    button.btn.btn-search {
        margin-top: 3px !important;
    }
    .wishlist__menu .badge,
    .cart__menu .badge {
        border: 2px solid #fff;
        position: absolute;
        top: -2px;
        left: 25px;
        width: 24px;
        height: 24px;
        border-radius: 50% 50% 50% 0;
        padding: 0.25em;
        text-align: center;
        font-size: 11px;
        line-height: 16px;
        font-weight: 400;
    }

    .banner-area .col-md-9 {
        padding-left: 15px;
    }

    .offset-menu-wrapper .language {
        display: none;
    }

    .category__list {
        top: 68px;
    }

    .cart-table.table-content table td {
        font-size: 14px;
    }

    .cart-table.table-content table td.cart-product-name {
        padding-right: 5px;
    }

    .cart-product-name img {
        margin-right: 5px;
        max-width: 40px;
    }

    .cart-table .input-qty {
        background-color: #f1f3f5;
        border: none;
        border-radius: 7px;
        margin-top: 10px;
        padding: 5px 0;
    }

    .cart-table .input-qty .input-number {
        border: none;
        width: 25px;
    }

    .input-qty span {
        font-size: 12px !important;
    }

    /* .product-grid {
        display: block;
        width: 100%;
    } */
    .product-grid {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        overflow: hidden;
    }

    /* .single-product-wrapper {
        display: block;
        margin: 0 auto 20px;
        max-width: 290px;
    } */
    .single-product-wrapper {
        display: block;
        margin: 0 auto 20px;
        max-width: 100% !important;
        width: 100% !important;
        min-width: 100%;
    }

    /* updated */
    i.material-symbols-outlined {
        font-size: 24px;
    }

    .product-grid {
        grid-gap: 14px;
    }
    .single-product-wrapper {
        margin: 0;
    }
    .mobile-flex-column {
        flex-direction: column !important;
        display: flex;
        gap: 10px;
    }
    button.button.cart__menu.style1.add-to-cart {
        display: flex;
        width: 100%;
    }
    .shopping__cart.shopping__cart__on {
        opacity: 1;
        padding-bottom: 50px;
        right: 0;
        background-color: #fff;
        z-index: 1000000000000000000;
    }
    .w-md-100,
    .input-qty {
        width: 100%;
        margin: auto;
        justify-content: center;
    }
    .single-product-item {
        padding: 10px;
    }
    .single-product-wrapper .product-details {
        padding: 8px;
    }
    .single-product-item {
        margin-bottom: 0;
    }

    .cart__menu.fixed {
        top: 73%;
        z-index: 999991;
        right: 5px;
    }
    .banner-area {
        margin-top: 110px;
    }
    .header-bottom {
        background: #fff;
        top: 70px;
        width: 100%;
        z-index: 999;
        background: white;
        padding-bottom: 10px;
    }
    .user-profile {
        font-size: 30px;
    }
    li.user-menu {
        display: flex;
        align-items: center;
    }
    .wishlist__menu .badge,
    .cart__menu .badge {
        top: 5px;
        left: 20px;
    }

    .user-dropdown-menu {
        top: 42px !important;
    }
    .category-container img {
        height: 160px;
    }
    .category-name {
        font-size: 18px !important;
    }

    .header-top a {
        font-size: 12px;
    }
    span.material-symbols-outlined.mail-icon,
    span.material-symbols-outlined.phone-icon {
        display: none;
    }
    .header-top .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .header-bottom {
        display: none;
    }
    .category__list.list__open {
        z-index: 100000;
        top: 100px;
    }

    .product-tab-section li.nav-item button,
    .product-tab-section li.nav-item {
        width: 100% !important;
        background: rgba(0, 0, 0, 0.02);
        margin-top: 2px;
        border-radius: 8px;
        margin-bottom: 3px;
    }
    section.shop-cart-section a.button {
        width: 100%;
        text-align: center;
    }
    section.promo-area.mt-5.pt-5.pb-5 .row {
        display: grid;
        grid-template-columns: repeat(1, fr);
    }
    .promo-area .col-md-3.col-6.d-flex.pt-3.pb-3.align-items-center {
        width: 100%;
        max-width: 100%;
    }
    .cart-table table.table {
        min-width: 300%;
        width: 300%;
    }
    .cart-table.table-content.table-responsive .text-right {
        text-align: left !important;
    }
    .form-bg-overlay {
        background: white;
        width: 100%;
        height: 65%;
        position: absolute;
        right: 0;
        bottom: 0;
        top: unset;
    }
    section.promo-area.pt-5.pb-5 .row {
        display: block;
    }
    .copyright.py-1 * {
        text-align: center !important;
    }
    .category__list.list__open {
        opacity: 1;
        padding-bottom: 50px;
        left: 0;
        background-color: #fff;
        z-index: 9999999999999 !important;
        top: 90px !important;
    }
    .product-slider-wrapper.swiper-container.swiper-container-horizontal {
        padding: 0;
    }
    .category-container {
        min-height: 150px;
        height: 150px;
    }
    .slider-for {
        margin-top: 60px;
    }
    button.button.style1.add-to-cart {
        width: 55px;
        display: block;
        text-wrap: nowrap;
        text-align: left !important;
        overflow: hidden;
        padding: 0;
        color: var(--theme-color);
        padding-left: 13px;
    }
    button.button.style1.add-to-cart span {
        color: white;
    }
    .product-details-section .input-qty {
        width: 35%;
        margin-right: 20px;
        justify-content: center;
        margin-left: 0;
    }
    .checkout-form-holder {
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 15px;
        margin-top: 25px;
        border-radius: 20px;
    }
    .cart-item-img img {
        background: url("https://www.breathearomatherapy.com/assets/images/global/no-product.png");
        background-size: 0;
        background-position: center;
        background-repeat: no-repeat !important;
        background-position: center !important;
        min-width: 65px;
        width: 65px;
        min-height: 65px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 3px !important;
    }
    .header-checkout {
        flex-direction: column;
    }
    .header-checkout a {
        font-size: 13px;
        padding: 10px 25px !important;
    }
    section.success-order {
        margin-top: 100px;
    }
    .mobile-menu {
        display: flex;
        position: fixed;
        z-index: 1000;
        background: var(--theme-color);
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        z-index: 10000000000;
        padding: 5px;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow-x: scroll;
    }
    nav#mobile-nav ul {
        display: flex;
        flex-direction: row;
        justify-content: space-around !important;
        align-items: center;
        margin: auto;
        gap: 30px;
        width: 100%;
        overflow-x: scroll;
        padding-left: 200px;
        padding-right: 20px;
    }
    a.whatsapp-btn.button.btn-green {
        bottom: 70px;
        z-index: 10000000000;
        transform: scale(0.8);
        transform-origin: left;
        left: 10px;
    }
    nav#mobile-nav {
        min-width: 100%;
    }
    .mobile-menu a {
        color: white;
        font-size: 14px;
    }
    body {
        padding-bottom: 60px;
    }
    #scrolltotop {
        border: 2px solid #f1f3f5;
        border-radius: 50%;
        bottom: 85px;
        color: white;
        cursor: pointer;
        display: none;
        font-size: 14px;
        height: 40px;
        position: fixed;
        right: 10px;
        z-index: 9999999999;
        line-height: 40px;
        background: var(--theme-color);
        transition: 0.5s;
    }
    .stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .stat-item .card {
        height: 100%;
    }
    .wish-table
        .d-lg-none.d-xl-none.d-flex.align-items-center.justify-content-between {
        display: none !important;
    }
    div#header-middle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    }
}

@media screen and (max-width: 400px) {
    .header-middle .logo img,
    .offset-menu-wrapper .language {
        max-width: 80px;
    }
    .category__menu {
        padding-right: 5px;
    }
    a.login-btn.btn {
        font-size: 13px;
    }
    a.whatsapp-btn.button.btn-green {
        transform: scale(0.8);
        bottom: 70px;
    }
}
