.bg-theme:active,
.brand-list:hover .search-list-icon,
.cart_steps a.active,
.flavour-list:hover .search-list-icon,
.menu-sm:hover,
.theme-color,
a {
    color: #000 !important;
}
.ribbon span::after,
.ribbon span::before {
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid #fff0;
    border-top: 3px solid #ffc107;
}
.dropdown-nav:hover .dropdown-full-w,
.top-r-dropdown:hover .dropdown-menu-top {
    animation: 0.6s ease-in-out forwards rotateMenu;
    transform-origin: top center;
}
:root {
    --im-font-primary-font-family: "Poppins", sans-serif;
    --im-body-font-size: 0.875rem;
    --im-body-font-weight: 400;
    --im-body-line-height: 1.5;
    --im-body-color: #000;
    --im-body-bg: #ffffff;
}
body {
    color: var(--im-body-color) !important;
    background: var(--im-body-bg);
    font-family: var(--im-font-primary-font-family);
    line-height: var(--im-body-line-height);
}
ul li {
    list-style: none;
}
.bg-theme,
.bg-theme:hover {
    background-color: #000 !important;
}
.light-theme {
    background-color: #f4f2f3 !important;
}
.bg-theme-light {
    background: rgb(73 15 120 / 0.12) !important;
}
.light-color {
    color: rgb(0 0 0 / 0.6) !important;
}
.text-gray,
.text-light-gray {
    color: #acb2b8 !important;
}
.bg-gray-f {
    background-color: #ededed !important;
}
.border-top-theme {
    border-top: 1px solid #3f115e;
}
.border-bottom-theme {
    border-bottom: 1px solid #3f115e;
}
.h-15 {
    height: 15px;
}
.h-20 {
    height: 20px;
}
.h-25 {
    height: 25px;
}
.w-10 {
    width: 10%;
}
.w-15 {
    width: 15%;
}
.w-20 {
    width: 20%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-600 {
    width: 600px !important;
}
.w-700,
.w-search {
    width: 700px !important;
}
.w-800 {
    width: 800px !important;
}
.scroll-hidden::-webkit-scrollbar {
    display: none;
}
.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #f4f4f4 !important;
}
.scroll-hidden,
.scroll-set {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.z-index-top {
    z-index: 100000;
}
a {
    text-decoration: none !important;
    cursor: pointer !important;
}
.cursor-none {
    cursor: none !important;
}
a:hover {
    text-decoration: none;
    color: #fff0;
}
.font-10 {
    font-size: 10px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-26 {
    font-size: 26px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-30 {
    font-size: 30px !important;
}
.font-32 {
    font-size: 32px !important;
}
.font-34 {
    font-size: 34px !important;
}
.font-36 {
    font-size: 36px !important;
}
.font-38 {
    font-size: 38px !important;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.mt-n5px {
    margin-top: -5px !important;
}
.header-nav .dropdown-toggle::after {
    border-right: 0px !important;
    border-left: 0 !important;
}
.header-nav .nav-link {
    margin-right: 20px;
    font-weight: 200 !important;
}
.nav-item .subtitle {
    color: #b6b8ba !important;
}
.h-250 {
    height: 250px;
}
.h-200 {
    height: 200px;
}
.h-150 {
    height: 150px;
}
.footer-logo-card {
    height: 90px;
    width: 90px;
}
.text-overflow-ellipsis,
.text-overflow-other {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.over-flow-x-clip {
    overflow-x: clip;
}
.text-with-line {
    overflow: hidden;
    text-align: center;
}
.text-with-line:after,
.text-with-line:before {
    background-color: #dbdbdb;
    content: "";
    display: inline-block;
    height: 0.5px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.text-with-line:before {
    right: 0.5em;
    margin-left: -50%;
}
.text-with-line:after {
    left: 0.5em;
    margin-right: -50%;
}
.prime-sec:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    border-top: 28px solid #3397da;
    border-left: 15px solid #fff0;
}
.prime-sec {
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    width: 65px;
    background: url(../img/icons/logo-prime-small.png) 5px center/75% no-repeat #3397da;
}
.rating,
.star-ratings .fill-ratings span,
.star-ratings-list .fill-ratings span {
    display: inline-block;
}
.rating .star {
    font-size: 24px;
    color: #ddd;
}
.rating .star:before {
    content: "\2605";
}
.rating .star.active,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label,
.rating > input:checked ~ label {
    color: #ffc107;
}
.hr-sect,
.hr-sect2 {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgb(0 0 0 / 0.35);
    margin: 8px 0;
}
.hr-sect:after,
.hr-sect:before {
    content: "";
    flex-grow: 1;
    background: #ddd;
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin: 0 8px;
}
.product-img-section,
.rounded-img-section {
    display: flex;
    justify-content: center;
    margin: auto;
    z-index: 1000;
}
.rounded-img-section {
    width: 150px;
    height: 150px;
}
.product-img-section {
    width: 200px;
    height: 200px;
}
.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span,
.text-sep,
.wdp-ribbon {
    text-align: center;
}
.ribbon span {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#ffc107 0, #ffc107 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 19px;
    left: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute;
    left: 0;
    border-left: 3px solid #ffc107;
    border-right: 3px solid #fff0;
}
.ribbon span::after {
    content: "";
    position: absolute;
    right: 0;
    border-left: 3px solid #fff0;
    border-right: 3px solid #ffc107;
}
.box-shadow-card {
    box-shadow: 0 0 1px rgb(0 0 0 / 0.42);
}
.wdp-ribbon-six {
    background: 0 0 !important;
    box-sizing: border-box;
    position: absolute;
    width: 65px;
    height: 65px;
    top: 0;
    right: 0;
    padding: 0;
    overflow: hidden;
}
.wdp-ribbon-inner-wrap {
    -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
    transform: rotateX(0) rotateY(0) rotateZ(0);
}
.wdp-ribbon {
    display: inline-block;
    padding: 2px 15px;
    position: absolute;
    right: 0;
    top: 20px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    text-shadow: none;
    font-weight: 400;
    background-color: #dc3545 !important;
}
.cart-number input,
.number input,
.wdp-ribbon-circle {
    text-align: center;
    vertical-align: middle;
}
.wdp-ribbon-circle {
    background: #dc3545;
    right: 0;
    top: 10px;
    padding: 0;
    height: 20px;
    width: 90px;
    line-height: 60px;
}
.text-offer {
    width: 3rem;
    line-height: 18px;
}
.pt-rm {
    padding-top: 0.5rem !important;
}
.top-r-dropdown:hover .dropdown-menu-r {
    display: block !important;
    position: absolute;
    right: 5%;
}
.dropdown-menu-r {
    background: #fff;
    width: 290px;
    border-radius: 6px;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 0.2), 0 0 0 1px rgb(0 0 0 / 0.08);
    animation-name: fade-in;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
}
.top-r-dropdown .dropdown-item:hover {
    background-color: transparent !important;
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.h-m-left {
    transition: 1s;
}
.h-m-left:hover {
    transition: 1s;
    transform: translateX(10px);
}
.h-m-left .dp-text:hover,
.i-c:hover {
    color: #000 !important;
    font-weight: 500;
}
.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
.max-height-300 {
    max-height: 300px;
}
.scroll-set::-webkit-scrollbar {
    display: none;
}
.hide-filters {
    display: flex;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
}
#sticky-col {
    position: sticky;
    top: 0;
}
.bg-d-gray {
    background-color: #dedede;
}
.color-d-gray {
    color: #dedede;
}
.qtv-btn {
    color: rgb(0 0 0 / 0.3);
    background: rgb(0 0 0 / 0.05);
}
.star-ratings,
.star-ratings-list {
    unicode-bidi: bidi-override;
    color: #ccc;
    font-size: 22px;
    padding: 0;
    position: relative;
}
.cart-number span,
.number span {
    cursor: pointer;
}
.cart-number .btn:hover,
.number .btn:hover {
    background-color: #dddbdb;
}
.number input {
    height: 38px;
    width: 80px;
    font-size: 20px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    color: rgb(0 0 0 / 0.6);
}
.text-sep {
    width: 100%;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}
.text-sep span {
    padding: 0 10px;
}
.star-ratings {
    margin: 0;
}
.p-detail .star-ratings .fill-ratings,
.star-ratings .fill-ratings,
.star-ratings-list .fill-ratings {
    color: #ffc107;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}
.star-ratings .empty-ratings,
.star-ratings-list .empty-ratings {
    padding: 0;
    display: block;
    z-index: 0;
}
.star-ratings-list {
    margin: 0;
    text-align: end;
}
.cart-number input {
    height: 30px;
    width: 50px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    color: rgb(0 0 0 / 0.6);
}
.line-divider {
    height: 3px;
    display: block;
    background-color: rgb(0 0 0 / 0.1);
    margin: 1em 0;
    width: 100%;
    max-width: 60px;
}
.cart_steps a {
    color: #ccc !important;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.rating > label {
    color: #90a0a3;
    float: right;
}
.rating > label:before {
    margin: 0;
    font-size: 2em;
    font-family: FontAwesome;
    content: "\f005";
    display: inline-block;
}
.rating > input {
    display: none;
}
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #fece31;
}
.ulcol4 ul {
    column-count: 5;
}
.wc-messages {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}
.footer-bg {
    background-color: #2b2b2d;
}
.footer-text a {
    color: #ddd !important;
    font-size: 14px;
}
.top-cat-list .card:hover p {
    color: #dc3545 !important;
}
.owl-nav button {
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: rgb(255 255 255 / 0.38) !important;
}
.owl-nav button.owl-prev {
    left: -50px;
}
.owl-nav button.owl-next {
    right: -50px;
}
.owl-nav button:focus {
    outline: 0;
}
.shadow-2-strong {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 0.3);
}
.dropdown-full-w,
.dropdown-menu-top {
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 0.2), 0 0 0 1px rgb(0 0 0 / 0.08);
}
.theme-background {
    background-color: #e4e4e4;
}
.z-index-9999999 {
    z-index: 9999999;
}
.nav-link {
    padding-bottom: 5px;
}
.dropdown-nav:hover .dropdown-menu {
    display: block !important;
    margin-top: 0 !important;
}
.dropdown-nav .dropdown-menu {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}
@media (max-width: 992px) {
    .top-r-dropdown:hover .dropdown-menu-top {
        display: none !important;
        position: absolute;
    }
    .dropdown-nav:hover .dropdown-menu {
        display: none !important;
    }
    .navbar-nav .nav-item .dropdown-menu1 {
        display: none;
        width: 230px;
    }
}
@media all and (min-width: 992px) {
    .navbar-nav .nav-item .dropdown-menu1 {
        display: none;
        width: 230px;
    }
    .navbar-nav .nav-item:hover .dropdown-menu1 {
        display: block;
        width: 230px;
        margin-top: 3px;
    }
}
.top-r-dropdown:hover .dropdown-menu-top {
    display: block !important;
    position: absolute;
}
.dropdown-full-w {
    background: #fff;
    border-radius: 6px !important;
}
.dropdown-menu-top {
    background: #fff;
    width: 250px;
    border-radius: 6px;
    animation-duration: 0.3s;
}
.dropdown-nav .dropdown-item {
    background-color: #fff !important;
}
@-moz-keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }
    70% {
        transform: rotateX(20deg);
    }
    100% {
        transform: rotateX(0);
    }
}
@-webkit-keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }
    70% {
        transform: rotateX(20deg);
    }
    100% {
        transform: rotateX(0);
    }
}
@-o-keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }
    70% {
        transform: rotateX(20deg);
    }
    100% {
        transform: rotateX(0);
    }
}
@keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }
    70% {
        transform: rotateX(20deg);
    }
    100% {
        transform: rotateX(0);
    }
}
.shop-pad {
    padding-left: 16px;
}
.top-search-box {
    position: absolute;
    top: 45px;
}
.footer-hr-color {
    color: #ddd;
}
.header-sec {
    height: 300px;
}
.header-bottom-content {
    margin: -75px auto auto;
}
.content-card {
    margin: auto;
    position: relative;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgb(0 0 0 / 0.1);
    transition: 0.3s;
    top: 0;
    text-align: left;
}
.br-5 {
    border-radius: 5px;
}
.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.font-13 {
    font-size: 13px;
}
.brand-list,
.flavour-list {
    background-color: #fff0;
    padding-left: 0;
    border-radius: 0;
    transition: background-color 0.3s, padding-left 0.3s, border-radius 0.3s;
}
.brand-list:hover,
.flavour-list:hover {
    background-color: #f4f4f4;
    padding-left: 5px;
    border-radius: 50px;
}
.btn-hover-home:hover {
    color: #fff !important;
}
.flvaour-card:hover {
    transform: scale(1.1);
}
.flvaour-card {
    width: 173px;
    transition: 0.3s;
}
.br-10 {
    border-radius: 10px !important;
}
.bg-light-theme {
    background-color: #e9d1ff;
}
.bg-light-theme-2 {
    background-color: #007447;
}
.theme-color-iv {
    color: #00cfba !important;
}
.bg-theme-iv {
    background-color: #00cfba !important;
}
.overlowX-scroll {
    overflow-x: scroll !important;
}
.box-shadow-ncard {
    --vp-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--vp-shadow);
}
.box-shadow-ncard:hover {
    --vp-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 transparent, 0 0 transparent, 0 0.8rem 1.6rem rgb(0 0 0 / 0.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--vp-shadow);
}
.pr-color {
    color: #333;
}
.mt-6 {
    margin-top: 4.7rem !important;
}
.py-top-menu {
    padding: 10px 0;
}
.bg-light-2 {
    background-color: #f2f2f2;
}
.bg-user-info {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    background-color: #e9d1ff;
}
.wt-search {
    width: 740px !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
@media (min-width: 992px) and (max-width: 1100px) {
    .wt-search {
        width: 250px !important;
    }
}
@media (min-width: 1100px) and (max-width: 1200px) {
    .wt-search {
        width: 350px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1400.98px) {
    .wt-search {
        width: 400px !important;
    }
}
@media (min-width: 1400px) and (max-width: 1500px) {
    .wt-search {
        width: 500px !important;
    }
}
@media (min-width: 998px) {
    .mt-lg-bt {
        margin-top: 2.7rem !important;
    }
}
.carousel-control-prev-icon,
.top-banner .carousel-control-next-icon,
.top-banner .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem !important;
    height: 2rem !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.btn-hover-none:hover {
    background-color: #157347 !important;
    border-color: #157347 !important;
}
.flavours-list ul {
    padding-left: 1rem;
}
.product-left {
    position: sticky;
    top: 20%;
    z-index: 999;
}
.product-right {
    height: 100%;
    overflow-y: auto;
}
.w-170 {
    width: 170px;
}
.pro-cart-btn {
    padding: 10px 40px;
}
@media (min-width: 992px) {
    .left-side {
        overflow-y: auto;
        height: 100vh;
    }
    .right-side {
        position: sticky;
        top: 0;
        height: 100vh;
    }
}
.qtv-btn:active {
    border: transparent !important;
}
.top-banner button.carousel-control-next,
button.carousel-control-prev {
    height: 2% !important;
    top: 50% !important;
}
.iziToast-wrapper {
    z-index: 99999999 !important;
}
.custom-desc ul {
    padding-left: 1em;
}
.custom-desc ul li {
    list-style-type: disc;
}
