.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.dropdown-menu {
    border-radius: 0;
    top: 10px;
}
.nav-icon-position {
    left: -3px;
    position: absolute;
    top: -5px;
}
.position-relative {
    position: relative;
}
.mh-300 {
    height: 300px;
}
.c-shadow2 {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.75);
}
.br-10 {
    border-radius: 10px;
}
.colour-colorDisplay {
    border: 1px solid #ddd;
    cursor: pointer;
    height: 20px;
    width: 20px;
}
hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
}
.rounded2 {
    border-radius: 2.25rem !important;
}
.rounded-0 {
    border-radius: 0;
}
.jsb {
    justify-content: space-between;
}
.cat-box {
    position: relative;
}
.content-overlay {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease-in-out;
    width: 100%;
}
.cat-box:hover .content-overlay {
    opacity: 1;
}
.fungrow-card-box:hover .content-overlay {
    border-radius: 0;
    opacity: 1;
}
.content-image {
    width: 100%;
}
.content-details {
    left: 50%;
    opacity: 0;
    padding: 0 1em;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.cat-box:hover .content-details {
    opacity: 1;
}
.content-details h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
.fungrow-card-box {
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}
.fungrow-card-box:hover {
    transform: scale(1.01);
}
.text-truncate {
    color: #333;
    font-size: 16px;
    transition: color 0.3s ease-in-out;
}
.text-truncate:hover {
    color: #555;
}
.content-title {
    margin-top: 1em;
}
.content-image {
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}
.content-overlay {
    align-items: center;
    display: flex;
    justify-content: center;
}
.content-overlay:before {
    background: linear-gradient(
        to bottom right,
        hsla(0, 0%, 100%, 0.1),
        rgba(0, 0, 0, 0.5)
    );
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.button {
    background: hsla(0, 0%, 100%, 0.5);
    border-radius: 8px;
    bottom: 41px;
    display: inline-block;
    font-size: 19px;
    font-weight: bolder !important;
    left: 10%;
    padding: 10px;
    position: absolute;
    right: 10%;
    text-align: center;
    width: 80%;
    z-index: 1;
}
.button:after {
    background-color: hsla(0, 0%, 100%, 0.5);
    cursor: pointer;
    width: 100%;
    z-index: -2;
}
.button:before {
    background-color: #fff;
    transition: all 0.3s;
    width: 0;
    z-index: -1;
}
.button:hover {
    color: #000 !important;
}
.button:hover:before {
    width: 100%;
}
@media only screen and (min-width: 270px) and (max-width: 736px) {
    .col-xs-6 {
        width: 50%;
    }
    .mh-sm-200 {
        height: 200px !important;
    }
    .content-details h3 {
        font-size: 14px !important;
    }
    .sm-py-0 {
        padding-bottom: 0 !important;
    }
    .sm-pt-0 {
        padding-top: 0 !important;
    }
    .sm-mb-0 {
        margin-bottom: 0 !important;
    }
    .sm-mt-0 {
        margin-top: 0 !important;
    }
    .sm-lh-a {
        line-height: 0.3rem;
    }
    .sm-pb-05 {
        padding-bottom: 0.5rem !important;
    }
    .sm-mb-05 {
        margin-bottom: 0.5rem !important;
    }
    .sm-mt-02 {
        margin-top: 0.7rem !important;
    }
    .sm-p-05 {
        padding: 0.5rem !important;
    }
    .col-xs-4 {
        width: 33.3%;
    }
    .button {
        bottom: 8px;
        font-size: 10px;
        padding: 4px;
    }
    .sm-col-60 {
        width: 60%;
    }
    .sm-max-w-95vh {
        max-width: 95vh;
    }
    .ml-sm-0 {
        margin-left: 0 !important;
    }
    .d-sm-n {
        display: none;
    }
    .sm-pl-0 {
        padding-left: 0 !important;
    }
    .sm-pr-0 {
        padding-right: 0 !important;
    }
    .only_youtube iframe {
        height: auto !important;
        width: 100%;
    }
}
.card-columns {
    -moz-column-count: 2;
    column-count: 2;
}
.scrollbox-auto {
    overflow: auto;
}
.fungrow-megabox > input:checked ~ .fungrow-megabox-elem {
    background: rgba(255, 255, 224, 0.1);
    border-color: var(--primary);
}
.btn {
    border-radius: 0;
}
.border-black {
    border: 1px solid #000 !important;
}
span.cat-name {
    font-weight: 600;
}
.border-theme-color {
    border-color: var(--primary) !important;
}
.max-height {
    max-height: 300px;
}
.cross_icon {
    background: #e1e0e0 !important;
    font-size: 15px;
    height: 27px;
    line-height: 3px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
}
.btn-soft-primary {
    color: #fbfeff;
}
.min-height-300 {
    min-height: 300px;
}
.max-height-60vh {
    max-height: 60vh;
}
.z-555 {
    z-index: 555;
}
.mobile_featured_categories {
    border-radius: 75px;
    height: 88px;
    width: 88px;
}
.p-t-b-5 {
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 5px;
}
.section_image {
    width: 100%;
}
.section_bg {
    background-size: cover;
    height: 600px;
    position: relative;
    width: 100%;
}
.section_bg p {
    bottom: 1%;
    font-size: 13px;
}
.section_bg h3 {
    bottom: 12%;
    font-size: 22px;
}
.only_youtube iframe {
    height: 600px;
    width: 100%;
}
.c-jumbotron {
    background-color: #fffdfd;
    border-radius: 0.3rem;
    margin-bottom: 2rem;
    padding: 5px 5px 1rem;
}
.file-preview2.box a {
    color: inherit;
}
.file-preview2.box:after {
    clear: both;
    content: "";
    display: table;
}
.file-preview2.box .body {
    padding: 8px 8px 2px;
}
.file-preview2.box .remove {
    max-width: 100%;
    position: absolute;
    right: -6px;
    top: -6px;
    width: auto;
}
.file-preview2.box .remove .btn {
    background: #eaeaea;
    border-radius: 50%;
    height: 26px;
    padding: 0;
    width: 26px;
}
.vertical-center {
    align-items: center;
    display: flex;
    height: 100%;
}
.mt-12 {
    margin-top: 12px;
}
.max-h-200px {
    max-height: 200px;
}
.mt-15 {
    margin-top: 10px;
}
.p-005 {
    padding: 0.05rem !important;
}
button.btn.col-auto.btn-icon.btn-sm.btn-circle.btn-light {
    border-radius: 18px;
}
.cursor {
    cursor: pointer;
}
.br-0 {
    border-radius: 0 !important;
}
.mt-10 {
    margin-top: 10px;
}
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.custom-title {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}
@keyframes slideRight {
    0% {
        left: -100%;
    }
    to {
        left: 0;
    }
}
.login-section {
    align-items: center;
    animation: fadeIn 1s ease-in-out forwards;
    display: flex;
    justify-content: center;
    opacity: 0;
}
.login-image {
    animation: slideInLeft 1s ease-in-out forwards;
    flex: 1;
    padding: 20px;
}
.login-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.login-form {
    animation: slideInRight 1s ease-in-out forwards;
    flex: 1;
    padding: 20px;
}
.login-title {
    color: #8e8ea0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.form-control {
    background: rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding: 10px;
}
.form-control:focus {
    background-color: rgba(0, 0, 0, 0.05);
}
.checkbox label {
    font-weight: 400;
}
.forgot-password {
    color: #8e8ea0;
    display: block;
    text-align: center;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes lift {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.lift-animation {
    animation: lift 0.5s ease-out forwards;
    opacity: 0;
}
.invalid-feedback {
    animation: fadeIn 0.3s ease-in-out forwards;
    color: #ff5f6d;
}
.footer-section {
    margin-bottom: 30px;
}
.subscribe-form {
    margin-top: 10px;
}
.subscribe-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    width: 200px;
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.sub_category {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    height: 155px;
    margin-right: 10px;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.3s ease;
    width: 100%;
}
.sub_category:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.sub_category img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity 0.3s;
    width: 100%;
}
.sub_category:hover img {
    opacity: 0.7;
}
.sub_category .overlay-cat {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    display: flex;
    height: 25%;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: opacity 0.3s;
    width: 100%;
}
.sub_category:hover .overlay-cat {
    opacity: 1;
}
.pl-5px {
    padding-left: 5px !important;
}
.pr-5px {
    padding-right: 5px !important;
}
.sb {
    justify-content: space-between;
}
.mr-20 {
    margin-right: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.word-break {
    word-break: break-all;
}
.panel {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}
.panel-header {
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    font-weight: bolder;
    justify-content: space-between;
    padding: 10px;
    position: relative;
}
.panel-header span {
    font-weight: 700;
}
.panel-header i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.panel-header.active i {
    transform: translateY(-50%) rotate(90deg);
}
.panel-content {
    max-height: 0;
    overflow: hidden;
    overflow-y: auto;
    transform: perspective(1000px) rotateX(-20deg);
    transform-style: preserve-3d;
    transition: max-height 0.3s ease;
}
.panel-content.show {
    max-height: 200px;
    padding: 10px;
    transform: perspective(1000px) rotateX(0);
    transition: max-height 0.3s ease;
}
.shadow-0 {
    box-shadow: none !important;
}
/* .sub_category2 {
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    cursor: pointer;
    max-height: 100%;
    min-height: 156px;
    overflow: hidden;
    position: relative;
    width: 156px;
}
.sub_category2 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity 0.3s;
    width: 100%;
}
.sub_category2:hover img {
    opacity: 0.85;
}
.sub_category2 .overlay-cat2 {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 16px;
    color: #fff;
    display: flex;
    display: block;
    justify-content: center;
    left: 0;
    opacity: 1;
    padding: 4px;
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    width: 100%;
}
.sub_category2:hover .overlay-cat2 {
    opacity: 1;
} */

/* desing 2 */
/* Main image card styling */
.rounded-card {
    position: relative;
    width: 100%;
    /* max-width: 200px; */
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

/* Circular image styling */
.rounded-img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
}

/* Title container positioning */
.title-container {
    margin-top: 10px;
    text-align: center;
}

/* Title text styling */
.title-text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .title-text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .title-text {
        font-size: 12px;
    }
    #slider_5 .button_top {
        top: 10px !important;
    }
}

/* degine 2 closen */
.banner-button {
    background: var(--primary);
    border-radius: 5px;
    color: var(--white);
    padding: 10px;
    text-align: center;
}
.banner-title {
    color: #000;
    font-size: 31px;
    font-weight: 600;
}
.banner-info {
    top: 50%;
    width: 100%;
    z-index: 555;
}
.label_category {
    background: hsla(0, 0%, 100%, 0.8);
    border-radius: 50px;
    bottom: 9px;
    box-shadow: 1px 0 5px 0 #c7b6b6;
    font-size: 14px;
    font-weight: 700;
    left: 10px;
    margin: auto;
    padding: 8px;
    width: auto;
}
.link-2:hover {
    color: var(--primary);
}
.pl-2px {
    padding-left: 2px;
}
.pr-2px {
    padding-right: 2px;
}
.mb-5px {
    margin-bottom: 5px;
}
.fungrow-p-hov-icon a.p_icon {
    border-radius: 50%;
}
.p-icon {
    text-align: center;
    width: 50px;
}
.title {
    box-sizing: inherit;
    color: #121212;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600 !important;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.tag-rm p {
    margin-bottom: 0 !important;
}
.tag-rm ul {
    margin-bottom: 0;
    padding-left: 17px;
}
.tag-rm table {
    margin: 0 !important;
}
.rm-style-bt p {
    margin-bottom: 0 !important;
}
.rm-style-bt ul {
    margin-bottom: 0;
    padding-left: 17px;
}
.rm-style-bt table {
    font-size: unset !important;
    margin: 0 !important;
}
@media (max-width: 1240px) {
    .d-sm-n {
        display: none !important;
    }
}
.c-scroll {
    overflow: scroll;
}
.add_card_mobile {
    display: none;
}
.add_card_desktop {
    display: block;
}
@media (max-width: 992px) {
    .add_card_mobile {
        display: block;
    }
    .add_card_desktop {
        display: none;
    }
    .container-max-width-mobile {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media (max-width: 766px) {
    .m-mt-10px {
        margin-top: 10px;
    }
    .m-p-0 {
        padding: 0 !important;
    }
    .m-p-3 {
        padding: 3px;
    }

    .youtube_link div iframe {
        height: auto !important;
    }
    .theme2 .content-center img {
        width: 100% !important;
    }
    .m-mr-0 {
        margin-right: 0 !important;
    }
    .m-ml-0 {
        margin-left: 0 !important;
    }
}
.modal_full {
    height: 100vh;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100vw;
}
.modal-dialog-centered {
    min-height: 100vh;
}
.modal_full .modal-content {
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    width: 100vw;
}
.modal_full .modal-footer {
    border-top: none;
}
.modal_full .slider_thumb_image {
    max-width: 60%;
}
div#product_quick_view {
    padding: 0 !important;
}
.carousel-box.rounded {
    align-items: center;
    /* display: flex !important; */
    justify-content: center;
}
.modal_full .carousel-box.rounded img {
    cursor: zoom-in;
}
.modal_full .carousel-box iframe {
    height: 100%;
    width: 70%;
}
.mh-60 {
    max-height: 60px;
}
.play-icon {
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: flex;
    font-size: 40px;
    height: 100%;
    justify-content: center;
    left: 50%;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 555;
}
.m-mt-10 {
    margin-top: 10px;
}
.m-mb-10 {
    margin-bottom: 10px;
}
label.fungrow-megabox.pl-0.mr-2.disabled {
    opacity: 0.4;
}
._filtertab-container {
    display: flex;
}
._filtertab {
    background-color: #f1f1f1;
    flex: 1;
    max-width: 200px;
    min-height: 646px;
    min-width: 118px;
}
._filtertab .filt_button {
    background-color: inherit;
    border: none;
    cursor: pointer;
    display: block;
    outline: 0;
    padding: 10px;
    transition: background-color 0.3s;
    width: 100%;
}
._filtertab .filt_button:hover {
    background-color: #ddd;
}
._filtertab .filt_button.active {
    background-color: #ccc;
}
._filtertabcontent {
    border-left: 1px solid #ccc;
    display: none;
    flex: 4;
    padding: 10px;
}
.f_category {
    margin: 10px;
    text-align: center;
}
.f_category img {
    border-radius: 50%;
    height: 150px;
    margin: auto;
    width: 150px;
}
.sub_banner_section {
    display: flex;
}
.sub_main_image {
    width: 70%;
}
.sub_main_image img {
    border-radius: 10px;
    height: 480px;
    width: 100%;
}
.sub_right_image {
    width: 30%;
}
.sub_banner {
    margin: 10px;
    text-align: center;
}
.sub_banner img {
    border-radius: 10px;
    height: auto;
    height: 240px;
    width: 100%;
}
.mt-0 {
    margin-top: 0;
}
.section-title-container {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 22px 0;
}
.section-title {
    color: #888;
    font-size: 24px;
    font-weight: 700;
    margin: 0 20px;
}
.line {
    background-color: #ccc;
    flex-grow: 1;
    height: 1px;
}
.products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}
.product {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
    width: 22%;
}
.product img {
    border-radius: 5px;
    width: 100%;
}
.deal-of-the-day {
    background-color: #34c759;
    border-radius: 5px;
    font-size: 0.8em;
    left: 10px;
}
.follow img {
    height: 40px;
    margin-right: 10px;
    width: 40px;
}
.follow button {
    background-color: #ff9500;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    padding: 10px 20px;
}
.product-card {
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    max-height: 450px;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.3s, transform 0.3s;
}
.product-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.product-image {
    background-color: #f7f7f7;
    min-height: 280px;
    overflow: hidden;
    padding-top: 75%;
    position: relative;
    width: 100%;
}
.product-image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: transform 0.3s ease-in-out;
    width: 100%;
}
.product-card:hover .product-image img {
    transform: scale(1.1);
}
.deal-of-the-day {
    background: #f90;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    z-index: 1;
}
.product-details {
    padding: 15px;
    transition: transform 0.3s, opacity 0.3s, max-height 0.3s;
}
.product-card:hover .product-details {
    background: #fff;
}
.product-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}
.product-title a {
    color: inherit;
    text-decoration: none;
}
.product-price {
    color: var(--hov-primary);
    font-size: 18px;
    font-weight: 700;
}
.product-price del {
    color: #474747;
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}
.product-action-icons {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.action-icon {
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    height: 36px;
    justify-content: center;
    transition: background-color 0.3s, transform 0.3s;
    width: 36px;
    border: none;
}
.action-icon:hover {
    background-color: #fff;
    transform: scale(1.1);
}
.action-icon i {
    color: #333;
    font-size: 18px;
}
.color-options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}
.product-card:hover .color-options {
    display: flex;
}
.colour-colorDisplay {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}
.colour-colorDisplay.selected {
    border: 2px solid #007bff;
    transform: scale(1.1);
}
.clr-img {
    border-radius: 50%;
    height: 25px;
    width: 25px;
}
@media (max-width: 992px) {
    .product-image {
        min-height: 206px;
    }
    .product-card {
        max-height: 375px;
    }
}
@media (max-width: 780px) {
    .colour-colorDisplay {
        height: 24px;
        width: 24px;
    }
    .clr-img {
        height: 20px;
        width: 20px;
    }
    .product-card {
        max-height: 342px;
    }
}
@media (max-width: 671px) {
    .colour-colorDisplay {
        height: 29px;
        width: 29px;
    }
    .clr-img {
        height: 24px;
        width: 24px;
    }
    .product-card {
        max-height: 300px;
    }
    .product-image {
        min-height: 149px;
    }
    .product-title {
        font-size: 10px;
        margin-bottom: 5px;
    }
    .product-price {
        font-size: 9px;
    }
    .product-price del {
        font-size: 10px;
    }
    .product-image {
        min-height: 194px;
    }
}
@media (max-width: 659px) {
    .colour-colorDisplay {
        height: 19px;
        width: 19px;
    }
    .clr-img {
        height: 15px;
        width: 15px;
    }
}
@media (max-width: 575px) {
    .color-options {
        display: none !important;
    }
}
@media (max-width: 411px) {
    .product-image {
        min-height: 178px;
    }
    .product-card {
        max-height: 281px;
    }
    .deal-of-the-day {
        font-size: 7px;
        padding: 5px 4px;
    }
}
@media (max-width: 380px) {
    .product-card {
        max-height: 250px;
    }
    .product-image {
        min-height: 161px;
    }
    .action-icon {
        height: 25px;
        width: 25px;
    }
}
@media (max-width: 344px) {
    .product-image {
        min-height: 100px;
    }
    .product-card {
        max-height: 200px;
    }
    .product-details {
        padding: 5px;
    }
    .product-title {
        font-size: 11px;
        margin-bottom: 0;
    }
    .product-price {
        font-size: 13px;
    }
}
.view-all-button {
    align-items: center;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 25px;
    color: #000;
    display: inline-flex;
    font-family: Arial, sans-serif;
    font-size: 16px;
    justify-content: center;
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}
.view-all-button:hover {
    background-color: #000;
    color: #fff;
}
.view-all-button span {
    margin-left: 10px;
    transition: transform 0.3s;
}
.view-all-button:hover span {
    transform: translateX(5px);
}
.p2_products {
    border: 2px solid var(--primary);
    border-radius: 21px;
    display: flex;
    justify-content: space-between;
    padding: 17px;
}
.p2_product {
    border: 2px solid #eee;
    border-radius: 10px;
    flex: 1;
    margin: 0 10px;
    overflow: hidden;
    transition: transform 0.3s;
}
.p2_product img {
    display: block;
    height: auto;
    width: 100%;
}
.p2_product:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}
.b1_header {
    padding: 10px 0;
}
.b1_header h1 {
    color: #333;
    font-size: 36px;
    margin: 0;
}
.b1_header p {
    color: #777;
}
.blog-post {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}
.blog-post img {
    height: auto;
    width: 100%;
}
.blog-post-content {
    padding: 10px;
}
.blog-post-content h2 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
}
.blog-post-content p {
    color: #777;
    margin: 0 0 5px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mw-md-95 {
    width: 95%;
}
.mbi-20 {
    margin-bottom: 20px !important;
}
.readMoreBtn {
    color: red;
    cursor: pointer;
    display: none;
    font-weight: bolder;
    padding: 10px 10px 10px 0;
}
input[type="radio"]:checked + img {
    border: 2px solid var(--primary);
    padding: 1px;
}
input[type="radio"]:checked + .fungrow-megabox {
    border: 2px solid var(--primary);
    padding: 5px;
}
.d-flex-small {
    display: none;
}
@media (max-width: 768px) {
    .d-none-small {
        display: none;
    }
    .d-flex-small {
        display: flex;
    }
}
.footer-container {
    background: #f1f0ee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px;
}
.footer-column {
    flex: 1;
    margin: 10px;
    min-width: 200px;
}
.footer-column h3 {
    font-size: 16px;
    margin-bottom: 20px;
}
.footer-column ul {
    list-style-type: none;
    padding: 0;
}
.footer-column ul li {
    margin-bottom: 10px;
}
.footer-column ul li a {
    color: #333;
    text-decoration: none;
}
.footer-column ul li a:hover {
    text-decoration: underline;
}
.social-media a {
    margin-right: 10px;
}
.social-media img {
    height: 24px;
    width: 24px;
}
.newsletter form {
    display: flex;
}
.newsletter input[type="email"] {
    border: 1px solid #ccc;
    border-right: none;
    flex: 1;
    padding: 10px;
}
.newsletter button {
    background-color: #333;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 10px;
}
.newsletter button:hover {
    background-color: #555;
}
.payment-methods img {
    height: 24px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 40px;
}
.jcc {
    justify-content: center;
}
.border-bottom-1 {
    border-bottom: 1px solid #ccc;
}
.p-7px {
    padding: 7px;
}
.order_on_whatsapp {
    align-items: center;
    background: linear-gradient(145deg, #25d366, #128c7e);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    padding: 5px 10px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.3s;
    width: 100%;
}
.order_on_whatsapp:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    color: #fff;
    transform: scale(1.05);
}
.whatsapp-icon {
    font-size: 32px;
    margin-right: 12px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.btn-custom {
    align-items: center;
    background: #000;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 17px;
    font-weight: 600;
    justify-content: center;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: transform 0.2s, box-shadow 0.3s, background-color 0.3s;
}
.btn-custom:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    color: #fff;
    transform: translateY(-2px);
}
.btn-custom i {
    font-size: 18px;
    margin-right: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.noUi-horizontal .noUi-handle {
    height: 20px;
    right: -17px;
    top: -6px;
    width: 20px;
}
.noUi-horizontal {
    height: 10px;
}
p {
    margin-bottom: 5px;
    margin-top: 0;
}
.color-blocks-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.color-block {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
}
.color-label {
    border: 2px solid transparent;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 100%;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 100%;
}
input[type="checkbox"]:checked + .color-label {
    border-color: #000;
}

.search-input {
    background: #f4f4f4;
    font-size: 17px;
    height: 41px;
}

input#search {
    background-color: #fff;
    color: #333;
}

.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 996;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.nav-wrapper {
    position: relative;
    width: 300px;
    transition: transform 0.3s;
    transform: translateX(-100%);
}

.nav-wrapper.show-menu {
    transform: none;
}
.show-menu .js-nav-toggle span,
.show-menu .js-nav-toggle span:after,
.show-menu .js-nav-toggle span:before {
    background-color: transparent;
}
.show-menu .js-nav-toggle span:before {
    transform: rotate(-45deg);
}
.show-menu .js-nav-toggle span:after {
    transform: rotate(45deg);
}
.show-menu .js-nav-toggle span:after,
.show-menu .js-nav-toggle span:before {
    margin-top: 0;
    box-shadow: 0 0 0 1px #345;
}
.mobile-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
    overflow: hidden auto;
    background-color: #fff;
    z-index: 1000;
}

.mobile-nav .nav-toggle {
    position: fixed;
    top: 0;
    left: 0;
    width: 70.9%;
    padding: 0.45em 0.6em;
    background: 0 0;
    color: #000;
    z-index: 100;
    cursor: pointer;
    transition: background-color 0.2s;
}

.mobile-nav .nav-toggle.back-visible .nav-back {
    opacity: 1;
}
.mobile-nav .nav-toggle.back-visible .nav-title {
    transform: translateX(40px);
}
.mobile-nav .nav-title {
    position: absolute;
    left: 0;
    top: 0.8em;
    padding-left: 0.7em;
    transition: transform 0.3s;
}
.mobile-nav .nav-back {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s;
}
.mobile-nav .nav-back:after,
.mobile-nav .nav-back:before {
    content: "";
    position: absolute;
    top: 50%;
}
span.nav-back {
    text-align: center;
    font-size: 20px;
    padding: 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-weight: 700;
}
.mobile-nav a {
    display: block;
    position: relative;
    padding: 0.7em;
    border-bottom: 1px solid #eee;
    color: #000;
    text-decoration: none;
    transition: color 0.15s, background-color 0.15s;
    font-size: 15px;
}
.mobile-nav a:hover {
    color: #333;
    background-color: transparent;
}
.mobile-nav ul {
    list-style: none;
    background-color: #fafafa;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.mobile-nav ul ul {
    display: none;
    left: 100%;
    padding-top: 40px !important;
}
.mobile-nav .nav-body a,
.mobile-nav .nav-body span {
    color: #fff;
}
.mobile-nav .nav-body a:first-child {
    padding-left: 0;
}
.mobile-nav li.has-dropdown > a {
    padding-right: 2.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mobile-nav li.has-dropdown > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 9px;
    height: 9px;
    border: 1px solid currentcolor;
    border-left-color: transparent;
    border-top-color: transparent;
    transform: translateY(-90%) rotateZ(-45deg);
    transition: transform 0.3s;
    transform-origin: 100%;
}
.mobile-nav li.nav-dropdown-open > ul {
    display: block;
}
.nav-body {
    border-bottom: 1px solid var(--primary);
    background: var(--primary);
    padding: 10px;
    margin-left: -8px;
    margin-right: -4px;
    margin-top: -37px;
    @endif;
}
.mobile-nav .nav-body a {
    border-bottom: 0;
}
.back-visible .nav-body {
    display: none;
}
.nav-footer {
    position: absolute;
    bottom: 145px;
    left: 0;
    width: 100%;
    padding: 0.45em 0.6em;
    color: #fff;
    z-index: 100;
    cursor: pointer;
    transition: backgroun-color 0.2s;
}
/* instagram  */
/* Styling for the floating Instagram button */
.floating-instagram {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(
        --primary
    ); /* Darker shade of teal to complement #00d6dc */
    color: white; /* Text color for good contrast */
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 10px; /* Adds space between icon and text */
    transition: background-color 0.3s ease;
}

.floating-instagram i {
    font-size: 20px;
}

.floating-instagram:hover {
    color: #fff !important;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .floating-instagram {
        bottom: 15px;
        right: 15px;
        padding: 10px 15px;
        font-size: 14px;
    }

    .floating-instagram i {
        font-size: 18px;
    }

    .m-mt-0 {
        margin-top: 0px !important;
    }
    .view-all-button {
        padding: 5px 10px;
        font-size: 14px;
    }

    .p2_products {
        padding: 9px;
    }
    .p2_header h1 {
        font-size: 22px;
    }
    .p2_header {
        margin-bottom: 7px;
    }
}

/* close instagram */

.typed-search-box {
    min-height: 200px;
    width: 80% !important;
    margin-left: 10%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 2;
}
.fs-26 {
    font-size: 26px;
}
.fs-25 {
    font-size: 25px;
}

.ml-6px {
    margin-left: 6px;
}
.w-80pre {
    width: 80%;
}
.w-95per {
    width: 95%;
}

.d-flex-impotent-none {
    display: flex;
}

@media (min-width: 1000px) {
    .mobile-nav .nav-toggle {
        width: 25.3%;
    }

    .mobile-nav {
        width: 25%;
    }
}

@media (min-width: 650px) and (max-width: 1000px) {
    .mobile-nav .nav-toggle {
        width: 35%;
    }

    .mobile-nav {
        width: 35%;
    }
}
.hidden {
    display: none;
}

.slick-slide {
    height: auto;
}


.ml-15{
   margin-left: 15px;
}
.mr-15{
   margin-right: 15px;
}

.ml-30{
   margin-left: 30px;
}
.mr-30{
   margin-right: 30px;
}

.refund{
border-radius: 6px;
    height: 22px;
    line-height: 8px;
}
