/* Theme Colors */

:root {
    --theme-color: #fd8632;
    --second-color: #38A69E;
    --dark-color: #222222;
    --body-font-size: 1rem;
    --body-font-weight: 400;
    --body-line-height: 1.5;
    --body-color: #4b566b;
    --nav-link-color: #4b566b;
    --body-bg: #F5F5F5;
    --border-width: 1px;
    --border-style: solid;
    --border-color: #e3e9ef;
    --border-color-translucent: rgba(0, 0, 0, 0.175);
    --border-radius: 0.3125rem;
    --border-radius-sm: 0.25rem;
    --border-radius-lg: 0.4375rem;
    --border-radius-xl: 1rem;
    --border-radius-2xl: 2rem;
    --border-radius-pill: 50rem;
    --link-color: #fe696a;
    --link-hover-color: #fe3638;
    --code-color: #d63384;
    --highlight-bg: #fff3cd;
    --aspect-ratio: calc(200 / 300* 100%);
}


/* Fonts */

:root {
    --body-font: "Rubik", sans-serif;
    --heading-font: "Rubik", sans-serif;
}


/* width */

::-webkit-scrollbar {
    width: 7px;
    border-radius: 20px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

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

a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

body {
    margin: 0;
    font-family: var(--body-font);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    color: var(--body-color);
    text-align: var(--body-text-align);
    background-color: var(--body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: var(--dark-color);
    font-weight: 600;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: 700;
}

.breadcrumb.text-white {
    --bs-breadcrumb-divider-color: #fff;
    --bs-breadcrumb-item-active-color: var(--bs-primary);
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: var(--bs-primary);
}

.nav-pills .nav-link {
    --bs-nav-pills-link-active-color: #111;
    --bs-nav-pills-link-active-bg: #f1f1f1;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 3rem;
}


/*----------------------------------------------*/

.main-logo img {
    width: 180px;
}

.bg-theme {
    background-color: #fd8632;
}

.scrollable-dropdown {
    position: absolute;
    right: auto;
    left: 100%;
    top: 0;
    min-width: 12.5rem;
}

.scroll {
    min-height: 360px;
    overflow-y: auto;
    max-height: 360px;
}

.btn-theme {
    background: var(--theme-color);
    color: #fff;
    font-weight: 500;
    padding: 0.25rem 0.85rem;
}

.btn-theme:hover {
    opacity: 0.9;
    background: var(--theme-color);
    color: #fff;
}


/* Navbar */

@media (min-width: 992px) {
    .navbar-expand-lg:not(.navbar-stuck) .dropdown-menu-static {
        animation: none !important;
        display: block;
    }
}

.dropdown-item {
    color: var(--nav-link-color);
}

.nav-link {
    color: var(--nav-link-color);
}

header {
    background: #f8f9fa;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.25rem;
        padding-left: 1.25;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 1.125rem;
        padding-bottom: .875rem;
        font-weight: normal;
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        width: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0)
    }
    .navbar-expand-lg .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
        font-weight: normal
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        /* padding-top: 0; */
        /* padding-bottom: 0; */
        font-weight: normal
    }
    .navbar-expand-lg .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
        display: none
    }
    .navbar-expand-lg .navbar-mega-nav::after {
        display: block
    }
    .navbar-expand-lg .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
        top: .35rem
    }
    .navbar-expand-lg .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
        top: .375rem;
        min-height: 100%;
        min-height: calc(100% + .25rem);
        -webkit-animation: none !important;
        animation: none !important
    }
    .navbar-expand-lg .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
        position: absolute;
        top: 0;
        right: 16rem;
        width: 1px;
        height: 100%;
        background-color: #e3e9ef;
        content: ""
    }
    .navbar-expand-lg .dropdown-menu {
        margin-top: 0;
        padding-top: .5rem
    }
    .navbar-expand-lg .dropdown-menu.dropdown-menu-dark {
        border: 1px solid rgba(255, 255, 255, .12);
        background-color: #373f50
    }
    .navbar-expand-lg .dropdown-menu.dropdown-menu-end {
        left: auto;
        right: 0
    }
    .navbar-expand-lg .dropdown-menu.show {
        display: none
    }
    .navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle {
        position: relative;
        padding-right: 1.95rem
    }
    .navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle::after {
        display: inline-block;
        margin-left: .23375rem;
        vertical-align: .23375rem;
        content: "";
        border-top: .275rem solid rgba(0, 0, 0, 0);
        border-right: 0;
        border-bottom: .275rem solid rgba(0, 0, 0, 0);
        border-left: .275rem solid
    }
    .navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
        margin-left: 0
    }
    .navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 50%;
        right: 1rem;
        margin-top: -0.3em
    }
    .navbar-expand-lg .dropdown-menu>.dropdown .dropdown-menu {
        display: none;
        top: 0;
        right: auto;
        left: 100%;
        width: auto;
        margin-top: -0.5rem;
        margin-right: 0;
        margin-left: -0.25rem
    }
    .navbar-expand-lg .dropdown-menu>.dropdown:hover>.dropdown-menu {
        -webkit-animation: fade-in .25s ease-in-out;
        animation: fade-in .25s ease-in-out
    }
    .navbar-expand-lg .dropdown-menu:not(.dropdown-menu-dark) {
        border-color: #fff;
        background-color: #fff;
        box-shadow: 0 .25rem .5625rem -0.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -0.0625rem rgba(0, 0, 0, .05);
        /* margin-top: 10px; */
    }
    .navbar-expand-lg .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
        background-color: #fff
    }
    .navbar-expand-lg .dropdown:hover>.dropdown-menu {
        display: block;
        -webkit-animation: slide-up .25s ease-in-out;
        animation: slide-up .25s ease-in-out
    }
    .navbar-expand-lg .navbar-tool-text {
        display: block
    }
    .navbar-expand-lg .mega-dropdown-column {
        width: 15rem
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        /* padding: 0; */
    }
    @media (min-width: 992px) {
        .navbar-expand-lg .offcanvas-body {
            display: flex !important;
            flex-basis: auto;
        }
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        transform: none !important;
        box-shadow: none;
        transition: none
    }
    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }
    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-mega-nav .dropdown-menu>.dropdown>a {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #e3e9ef;
}

.navbar-light .navbar-tool-text>small,
.navbar-light .navbar-tool-text>.small {
    color: #7d879c;
}

.navbar-tool-text>small,
.navbar-tool-text>.small {
    display: block;
    margin-bottom: -0.125rem;
}

.navbar-tool-text {
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: .875rem;
    transition: color .25s ease-in-out;
    font-size: .875rem;
    text-decoration: none !important;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-tool-text {
        display: block;
    }
}


/* navbar end */

a {
    text-decoration: none;
}

.widget-list-item {
    margin-bottom: .5rem;
}

.widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list-link {
    display: block;
    transition: color .25s ease-in-out;
    color: #4b566b;
    font-size: .875rem;
    font-weight: normal;
}

.navbar-tool {
    position: relative;
    display: flex;
    align-items: center;
}

.navbar-tool-icon-box.bg-secondary {
    background-color: #f3f5f9 !important;
}

.navbar-tool-icon-box {
    color: #4b566b;
}

.navbar-tool-icon-box {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    transition: color .25s ease-in-out;
    border-radius: 50%;
    line-height: 2.625rem;
    text-align: center;
}

.navbar-tool .navbar-tool-label {
    position: absolute;
    top: -0.3125rem;
    right: -0.3125rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: var(--link-hover-color);
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

.navbar-tool-icon {
    font-size: 1.25rem;
    line-height: 2.875rem;
}


/*----------------------------------------------*/


/* 
--------------------------------------------------------------*/


/* *** Start editing below this line *** */

.container-fluid {
    max-width: 1600px;
}


/* Swiper carousel */

.swiper-prev,
.swiper-next {
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #F1F1F1;
    color: #222222;
    padding: 0;
    text-align: center;
    border-radius: 10px;
    --bs-btn-border-color: transparent;
    --bs-btn-active-bg: #ec9b22;
    --bs-btn-active-border-color: transparent;
    --bs-btn-hover-bg: #38A69E;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-disabled-color: #ccc;
    --bs-btn-disabled-bg: #eaeaea;
    --bs-btn-disabled-border-color: #eaeaea
}

.swiper-prev:hover,
.swiper-next:hover {
    background: #38A69E;
}

.btn-link {
    margin-right: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    text-transform: capitalize;
    color: #787878;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}


/* categories */

.bg-secondary1 {
    background-color: #fff;
}

.bg1:not(:hover) .icon-box-media {
    background: #24A9E11A;
    /* box-shadow: 0px 4px 40px -10px #9B52E1; */
    color: var(--theme-color);
}

.icon-box-media {
    display: block;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    transition: background-color .22s ease-in-out, color .22s ease-in-out;
    border-radius: .5rem;
    background-position: 50%;
    background-size: cover;
    font-size: 1.5rem;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}

.icon-box-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-box-title:not(.text-light):not(.text-white) {
    color: #0E140F !important;
}

.card-hover[class*=" bg-"].active,
.card-hover[class*=" bg-"].show,
.card-hover[class*=" bg-"]:hover,
.card-hover[class^=bg-]:hover {
    background-color: #fff !important;
}

.card-hover:hover {
    box-shadow: 0 .125rem .125rem -.125rem rgba(31, 27, 45, .08), 0 .25rem .75rem rgba(31, 27, 45, .08);
}


/* malls carousel */

.swiper {
    height: 100% !important;
}

.swiper .swiper-slide {
    height: auto !important;
    padding: 1em 0;
}

.topmalls h5 {
    font-size: 16px;
    font-weight: 600;
}

.topmalls {
    height: 100%;
    border: 0;
    border-radius: 8px;
    box-shadow: 0px 0.5px 17.75px 0px #0027601F;
}

.topmalls p {
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 0;
    margin-top: 1rem;
    font-weight: 600;
}

.topmalls a:hover {
    color: var(--theme-color);
    text-decoration: none;
}

.topmalls span {
    color: #4E545F;
    font-size: 10px;
}

.topmalls img {
    height: 206px;
    border-radius: 8px;
    object-fit: cover;
}

.nexticon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: rgb(253 134 50 / 20%);
    color: #fd8632;
    padding: 0;
    text-align: center;
    border-radius: 10px;
    --bs-btn-border-color: transparent;
    --bs-btn-active-bg: #ec9b22;
    --bs-btn-active-border-color: transparent;
    --bs-btn-hover-bg: #38A6A0;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-disabled-color: #ccc;
    --bs-btn-disabled-bg: #eaeaea;
    --bs-btn-disabled-border-color: #eaeaea;
}


/* product tabs */

.products-item {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 40px;
    position: relative;
    transition: .5s;
    /* margin-bottom: 30px; */
    overflow: hidden;
    height: 100%;
}

.products-item .ratio:before {
    content: "";
    display: block;
    padding-top: var(--aspect-ratio);
}

.products-item:hover {
    transform: translate(0, -5px);
}

.products-item:hover .top img {
    /* transform: scale(1.1) rotate(10deg); */
}

.products-item .top {
    position: relative;
    /* padding-top: 35px; */
    overflow: hidden;
}

.products-item .top .product-type {
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 3px 12px;
    font-size: 14px;
    background-color: #ffde00;
    position: absolute;
    top: 15px;
    left: 15px
}

.products-item .top .wishlist {
    display: inline-block;
    color: #f05454;
    font-size: 25px;
    position: absolute;
    top: 14px;
    right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(221, 221, 221, .3490196078);
    border-radius: 50%
}

.products-item .top .wishlist i {
    line-height: 40px;
    font-size: 16px;
}

.products-item .top .wishlist:hover {
    color: #fff;
    background-color: #f05454
}

.products-item .top img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 30px; */
    transition: .5s;
    /* overflow: hidden; */
    /* max-height: 176px; */
    object-fit: cover;
}

.products-item .top .inner {
    text-align: left;
    padding-left: 15px;
    margin-top: 15px;
    padding-right: 15px;
}

.products-item .top .inner h3 {
    margin-bottom: 5px;
    font-size: 14px
}

.products-item .top .inner h3 a {
    color: #363636
}

.products-item .top .inner h3 a:hover {
    color: var(--theme-color)
}

.products-item .top .inner span {
    display: block;
    font-size: 15px
}

.products-item .bottom {
    text-align: right;
    position: absolute;
    right: -8px;
    bottom: -8px
}

.products-item .bottom:hover a {
    opacity: 1;
    visibility: visible;
    right: 15px
}

.products-item .bottom:hover i {
    color: #fff;
    background-color: var(--theme-color);
    transform: rotate(-360deg)
}

.products-item .bottom a {
    display: inline-block;
    color: var(--theme-color);
    font-weight: 600;
    position: relative;
    top: -5px;
    right: 0;
    opacity: 0;
    visibility: hidden
}

.products-item .bottom a:hover {
    color: #f05454
}

.products-item .bottom i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 42px;
    color: #434e6e;
    background-color: #fff;
    font-size: 25px;
    border: 10px solid #f5f5f5;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: .5s
}

.cl_logo img {
    opacity: 0.7;
    width: 115px;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

.cl_logo:hover img {
    opacity: 1;
}


/* post item */

.post-item .post-meta {
    font-size: 0.8rem;
    line-height: 1;
}

.post-item .post-meta svg {
    margin-right: 5px;
}

@media screen and (max-width: 991px) {
    /* offcanvas menu */
    .offcanvas-body .nav-item {
        font-weight: 700;
        border-bottom: 1px solid #d1d1d1;
    }
    .offcanvas-body .filter-categories {
        width: 100%;
        margin-bottom: 20px !important;
        border: 1px solid #d1d1d1 !important;
        padding: 14px;
        border-radius: 8px;
    }
    /* dropdown-menu */
    .dropdown-menu {
        padding: 0;
        border: none;
        line-height: 1.4;
        font-size: 0.9em;
    }
    .dropdown-menu a {
        padding-left: 0;
    }
    .dropdown-toggle::after {
        position: absolute;
        right: 0;
        top: 21px;
    }
}

.text-heading {
    color: #4b566b;
    font-size: .875rem;
    font-weight: normal;
}

footer a.nav-link {
    color: #fff;
}


/* single product */

.product_details .product_description .product_tag ul li a {
    color: rgb(150, 150, 150);
}

.product_details .product_description .product_tag ul li a:hover {
    color: rgb(228, 81, 81);
}

.product_details .product_description .product_name p {
    font-size: 26px;
    color: rgb(68, 68, 68);
    font-weight: 700;
    margin-bottom: 5px;
    font-family: var(--font-family2);
}

.product_details .product_description .product_rating {
    margin-bottom: 10px;
}

.product_details .product_description .product_rating ul li {
    margin-right: 0px;
}

.product_details .product_description .product_rating ul li i {
    font-size: 13px;
    color: rgb(253, 186, 45);
}


/* .product_details .product_description .product_rating ul li:last-child {
    margin-left: 25px;
} */

.product_details .product_description .product_rating ul li:last-child a {
    color: var(--theme-color);
    font-weight: 600;
}

.product_details .product_description .product_price {
    margin-bottom: 15px;
}

.product_details .product_description .product_price ul {
    margin-bottom: 15px;
}

.product_details .product_description .product_price ul li:first-child {
    font-size: 26px;
    color: var(--theme-color);
    font-weight: 600;
    letter-spacing: 0px;
}

.product_details .product_description .product_price ul li:last-child {
    font-size: 15px;
    color: rgb(150, 150, 150);
    font-weight: normal;
    text-decoration: line-through;
}

.product_details .product_description .product_price p {
    color: rgb(150, 150, 150);
}

.product_details .product_description .product_price p span {
    color: rgb(68, 68, 68);
    font-weight: 600;
    /* margin-left: 10px; */
}

.product_details .product_description .product_price p label {
    margin-left: 10px;
}

.product_buttons a.cart {
    color: rgb(255, 255, 255);
    background: var(--theme-color);
    display: inline-block;
    padding: 14px;
    border-radius: 0;
    font-weight: 600;
    margin-right: 10px;
    font-size: 14px;
    width: 25%;
    text-align: center;
}

.bg-theme1:hover {
    opacity: 0.9;
}

.product_buttons a.cart:hover {
    background: var(--theme-color);
}

.product_buttons a.fav-com {
    border: 1px solid rgb(221, 221, 221);
    display: inline-block;
    padding: 7px 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
}

.product_buttons a.fav-com:hover {
    border-color: rgb(228, 81, 81);
}

a.fav-com span {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    line-height: 25px;
    color: var(--theme-color);
}

.form-check>.form-check-input {
    border-radius: 0;
}

.form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #e5e5e5;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid transparent;
    height: 1.125rem;
    margin-top: .1875rem;
    transition: all .1s ease-in-out;
    vertical-align: top;
    width: 1.125rem;
}

.form-check-input:checked {
    background-color: #1f1f1f;
    border-color: transparent;
}

.offers .btn-primary {
    background: #f2223b;
    border: 0;
    font-size: 12px;
}

.product_description p {
    margin-bottom: 0;
}


/* product with thumbnail */

.product_single {
    background: rgba(250, 199, 201, 0.15);
    padding: 15px;
}

.productsingle_gallery .swiper {
    width: 100%;
    height: 623px;
    margin-left: auto;
    margin-right: auto;
}

.productsingle_gallery .swiper-slide {
    background-size: cover;
    background-position: center;
}


/* .productsingle_gallery .mySwiper2 {
    height: 80%;
    width: 100%;
} */

.productsingle_gallery .mySwiper {
    height: 215px;
    box-sizing: border-box;
    padding: 10px 0;
}

.productsingle_gallery .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.productsingle_gallery .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.productsingle_gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

li.in-stock {
    background: #fbd6d5;
    padding: 4px 8px;
    color: #f15e5c;
    margin-left: 5px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 20px;
    width: fit-content;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin: 0;
    display: flex;
    align-items: center;
}

label.btn.btn-outline-primary {
    border-color: var(--theme-color);
    color: var(--theme-color);
    font-size: 14px;
    padding: 3px 13px;
}

.count-input {
    background-color: #fff;
    border: 1px solid #cad0d9;
    border-radius: 0.5rem;
    display: inline-flex;
    overflow: hidden;
    transform: translateZ(0);
}

.count-input .btn-group-lg>.btn+.form-control,
.count-input .btn-lg+.form-control {
    width: 3rem;
}

.count-input .form-control {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 500;
    padding: 0 16px;
    text-align: center;
    width: 3.5rem;
    font-size: 21px;
}


/* malls single */

.overlay-a {
    text-decoration: none;
    /* background: rgba(42, 52, 71, 0.9); */
    background: linear-gradient(rgb(0 0 0 / 0%) 0%, #0000009e 27%, #000000b3 90%);
}

.mt-n4 {
    margin-top: -1.6rem !important;
}

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

.mallinner {
    height: 40vh;
}

@media (min-width: 768px) {
    .avatar-xxl {
        width: 8rem;
        height: 8rem;
    }
}

@media (min-width: 768px) {
    .h-md-200px {
        /* height: 200px !important; */
        max-height: 240px;
        max-width: 100%;
        overflow: hidden;
        height: 240px !important;
        width: 100%;
    }
}

.product-card-alt .product-thumb {
    position: relative;
    border-radius: .4375rem;
    overflow: hidden
}

.product-card-alt .product-thumb>img {
    display: block;
    width: 100%
}

.product-title>a {
    transition: color .25s ease-in-out;
    color: #373f50;
    text-decoration: none !important;
    font-size: 14px;
}

.fs-xs {
    font-size: 0.75rem !important;
}

.fs-sm {
    font-size: 0.875rem !important;
}

.product-meta {
    transition: color .25s ease-in-out;
    color: #7d879c;
    text-decoration: none !important;
}

.star-rating-icon {
    color: #ec9b22;
}

.bg-faded-accent {
    background-color: rgb(78 84 200 / 10%);
}

.product-card-alt .ratio:before {
    content: "";
    display: block;
    padding-top: var(--aspect-ratio);
}

.profilenav .nav-link.active,
.profilenav .show>.nav-link {
    color: var(--theme-color);
    background-color: transparent;
    border-bottom: 2px solid;
    border-radius: 0;
}

.profilenav .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    border: 0;
    margin-right: 5px;
    font-weight: 500;
    padding: 12px 14px 16px 14px;
}

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


/* store */

.media {
    display: flex;
    align-items: flex-start;
}

.bg-accent {
    background-color: #4e54c8 !important;
}

.img-thumbnail {
    padding: 0.3125rem;
    background-color: #fff;
    border: 1px solid #e3e9ef;
    border-radius: 0.3125rem;
    box-shadow: none;
    max-width: 100%;
    height: auto;
}

.media-body {
    flex: 1;
}

.font-size-lg {
    font-size: 1.125rem;
}

.opacity-60 {
    opacity: .6 !important;
}

.font-size-ms {
    font-size: 0.8125rem !important;
}

.productfilter_left .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #2d333f;
    box-shadow: unset;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}


/* product listing */

.topcusines img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.topcusines .btn-icon.btn-lg,
.topcusines .btn-group-lg>.btn-icon.btn {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
    border-radius: 100% !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.topcusines .swiper-button-next {
    padding-left: 0;
    padding-right: 0;
}

.topcusines .swiper-button-prev {
    padding-left: 0;
    padding-right: 0;
}

.topcusines .swiper-button-next:after,
.topcusines .swiper-button-prev:after {
    display: none;
}

.disabled_swiper_button {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.fs-12 {
    font-size: 12px;
}

footer {
    margin-top: 30px;
}