.fade-in {
    opacity: 0;
    transform: translateY(25px);
    transition:
        opacity 0.6s ease-out,
        transform 0.6s ease-out;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.pac-container {
    z-index: 10000 !important; /* Higher than Bootstrap modal (1050) */
}

.bg-white-trans-1 {
    background: rgba(255, 255, 255, 0.422) !important;
}

.bg-beige {
    background: rgb(249, 250, 251);
}

/* Header */
/* Mobile */
.navbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}
.navbox .menu-item .menu-link {
    font-weight: 500;
}
.navbox .menu-item .menu-link .menu-icon {
    flex-shrink: 0;
    align-items: center;
    margin-right: 0.5rem;
}

.dropdown-cart-list li {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}

.nav-acclist {
    margin: 0;
    padding: 0;
}
.nav-acclist a {
    color: #081828;
}
.nav-acclist a:hover {
    padding-left: 20px;
}
.nav-acclist a i {
    margin-right: 5px;
    color: #20af67;
}

.main-category li a span {
    font-size: 14px !important;
}

.main-category li a i {
    font-size: 14px !important;
}

.sub-category-mega {
    padding: 15px !important;
}

.sub-category-mega [class*="col-"] {
    margin-top: 8px !important;
}

.sub-category-mega .category-title-text {
    margin-bottom: 10px !important;
    font-size: 14px !important;
}

.d-none-sm {
    display: none;
}

@media (width < 991px) {
    .mobile-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .p-sm p {
        font-size: 0.875em;
    }
    .d-none-sm {
        display: inline-block;
    }
    .d-non-sm2 {
        display: none;
    }
    .swiper {
        display: block;
    }
    #filter-container {
        display: none;
    }
}
.mobile-search-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #081828;
}
.mobile-search-btn:hover {
    color: #20af67;
}

body.offcanvas-open {
    overflow: hidden;
}

.offcanvas-body {
    padding: 0 !important;
}

.offcanvas-body a {
    text-decoration: none;
    color: #333;
}
.offcanvas-body a:hover {
    color: #20af67;
}

#mobileSidebar.offcanvas {
    height: 100vh;
    max-width: 300px !important;
    background: rgb(249, 250, 251);
}

.side-nav-list {
    border-left: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
}
.side-nav-list li {
    font-size: 1em;
    line-height: normal;
}

.mobile-category-icon img {
    width: 30px !important;
}

.header {
    position: relative;
    z-index: 1000;
}

.header-top {
    background: #ffffff !important;
    border-bottom: 1px solid #064e3b;
}

.header-top-list li {
    color: #081828 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0px 5px 0px 6px !important;
}
.header-top-list li a {
    color: #081828;
}

.list-item2 {
    position: relative;
    background: #f1f6fa;
    color: #11b76b;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    margin-left: 8px;
    transition: all 0.5s ease-in-out;
}
.list-item2:hover {
    background: #20af67;
    color: #ffffff;
}
.list-item2 span {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: var(--color-white);
    background: var(--color-red);
    border-radius: 50px;
    font-size: 12px;
    right: -5px;
    top: -5px;
}

.header-middle {
    background: transparent !important;
}

@media (max-width: 991px) {
    .message-container {
        padding: 1rem;
    }
    .header-middle {
        padding: 5px 0 5px 0;
        background: transparent;
    }
    .header-middle .header-middle-logo {
        text-align: center;
    }
    .mobile-search-form {
        z-index: 10000;
    }
}
.navbar {
    background: transparent;
}

#primary {
    display: flex;
}
#primary li {
    margin: 0 10px;
}
#primary li a {
    padding: 5px 10px;
    line-height: 1;
    font-weight: 500;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    transition: all 0.3s ease-in-out;
}
#primary li a:before {
    display: block;
    content: "";
    width: 0;
    height: 1px;
    bottom: 5px;
    left: 0;
    bottom: -3px;
    z-index: 0;
    position: absolute;
    background: #20af67;
    transition: all 0.3s ease-in-out;
}
#primary li a:hover {
    background-position: 0%;
    color: #20af67;
}
#primary li a:hover:before {
    width: 100%;
}

.autoComplete_wrapper > input {
    height: 3rem;
    width: 370px;
    margin: 0;
    padding: 0 2rem 0 3.2rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 1rem;
    text-overflow: ellipsis;
    color: rgb(18, 18, 18) !important;
    outline: 0;
    border-radius: 10rem;
    border: 0.05rem solid #dee2e6 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23dee2e6' d='M505 442.7L405.3 343c28.4-34.9 45.7-79.4 45.7-127C451 103.5 347.5 0 225.5 0S0 103.5 0 225.5 103.5 451 225.5 451c48.2 0 92.1-17.3 127-45.7L442.7 505c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3zM225.5 383c-87.1 0-157.5-70.4-157.5-157.5S138.4 68 225.5 68 383 138.4 383 225.5 312.6 383 225.5 383z'/%3E%3C/svg%3E") !important;
    background-size: 1.2rem !important;
    background-position: left 1.05rem top 0.8rem;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all -webkit-transform 0.4s ease;
}

#autoComplete::-moz-placeholder {
    color: #dee2e6;
}

#autoComplete::placeholder {
    color: #dee2e6;
    opacity: 1;
}

.autoComplete_wrapper > ul {
    position: absolute;
    max-height: 226px;
    overflow-y: scroll;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: 0.5rem 0 0 0;
    padding: 10px !important;
    z-index: 1;
    list-style: none;
    border-radius: 0.6rem;
    background-color: #fff;
    border: 1px solid rgba(33, 33, 33, 0.07);
    box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
    outline: 0;
    transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
}

.autoComplete_wrapper > ul > li {
    font-size: 14px !important;
    margin: 0.3rem;
    padding: 0.3rem 0.5rem;
    text-align: left;
    font-size: 1rem;
    color: #212121;
    border-radius: 0.35rem;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease;
}

.autoComplete_wrapper > ul > li:hover {
    cursor: pointer;
    background-color: rgba(32, 175, 103, 0.1764705882) !important;
}

.autoComplete_wrapper > ul > li mark {
    background-color: transparent;
    color: #20af67 !important;
    font-weight: 700;
}

.site-breadcrumb-bg {
    background-image: linear-gradient(
        rgba(249, 250, 251, 0.84),
        rgba(255, 255, 255, 0.84)
    );
}

.site-breadcrumb {
    padding-top: 50px;
    padding-bottom: 0px !important;
    z-index: 1;
}

.form-control:focus {
    border-color: rgba(32, 175, 103, 0.5803921569) !important;
    box-shadow: none !important;
}

.form-select:focus {
    border-color: rgba(32, 175, 103, 0.5803921569) !important;
    box-shadow: none !important;
}

.shop-sort {
    display: flex;
    align-items: center;
    justify-content: flex-end !important;
    margin-bottom: 10px;
    margin-top: 30px;
}
.shop-sort .shop-sort-box {
    display: flex;
    align-items: end;
    gap: 10px;
    font-size: 14px;
}

.login-bg .dark-overlay {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.162);
}

.log-container {
    width: 500px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.256);
    background: rgba(255, 255, 255, 0.87);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 0.375em;
}
.log-container .img-container {
    width: 100%;
}
.log-container .img-container img {
    width: auto;
    max-height: 100px;
}
.log-container .login-form2 {
    box-shadow: none;
    background: transparent !important;
}
.log-container .login-form2 .border-r0 {
    border-radius: 0.375em;
}
.log-container .forgot-pass2 {
    color: rgba(128, 128, 128, 0.573);
    transition: 0.5s;
}
.log-container .forgot-pass2:hover {
    color: gray;
}
.log-container .password-wrapper .eye {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 18px;
}

.body {
    min-height: 100vh;
}

.message-container {
    min-width: 100vw;
    min-height: 100vh;
    padding-top: 3rem;
}
.message-container div img {
    width: 180px;
    height: -moz-fit-content;
    height: fit-content;
    box-sizing: content-box;
}
.message-container div .envelope {
    width: 15em !important;
}
.message-container div .v-btn {
    color: #ffffff;
    background-color: #20af67;
    opacity: 0.8;
    border: none;
    transition: transform 0.5s ease-in box-shadow 0.5s ease-in;
}
.message-container div .v-btn:hover {
    background-color: #20af67;
    opacity: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.cat-btttn {
    background-color: #ffffff;
}
.cat-btttn:hover {
    color: #20af67;
}

.sec-btn {
    color: #20af67;
    border: 1px solid rgba(32, 175, 103, 0.5803921569);
    background: transparent;
    padding: 6px 14px;
    font-weight: 500;
}
.sec-btn:hover {
    color: #ffffff;
    background: #20af67;
}

.theme-bttn2 {
    position: relative;
    font-size: 14px !important;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    border-radius: 0.375rem !important;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in;
    z-index: 1;
    background: #20af67;
    padding: 5px 15px;
    color: #ffffff;
}
.theme-bttn2:hover {
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
    background: #064e3b;
    color: #ffffff;
}

.theme-bttn3 {
    background: #20af67;
    border: 1px solid #20af67;
    border-radius: 50px !important;
    padding: 7px 20px;
    color: #ffffff;
    position: relative;
    display: inline-block;
}
.theme-bttn3:hover {
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
    color: #ffffff;
}

.some-btn {
    font-size: 14px !important;
    margin-left: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none;
    text-align: center;
    padding: 5px 15px;
    background: #ffffff;
    color: rgb(145, 144, 144);
    border-radius: 0.375rem;
}
.some-btn::before {
    background: rgb(145, 144, 144);
}

.some-btn2 {
    font-size: 14px !important;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none;
    text-align: center;
    padding: 5px 15px;
    background: #ffffff;
    color: rgb(145, 144, 144);
    border-radius: 0.375rem;
    transition: all 300ms ease-in;
}
.some-btn2:hover {
    color: #ffffff;
    background: rgb(145, 144, 144);
}

.atc-btn {
    background: transparent;
    border: 1px solid #20af67;
    border-radius: 50px !important;
    padding: 7px 20px;
    color: #20af67;
}
.atc-btn span {
    padding-right: 5px;
}
.atc-btn:hover {
    color: #ffffff;
    background-color: #20af67;
}

.modal-btn {
    border: none;
    background: transparent;
}
.modal-btn i {
    color: rgb(145, 144, 144);
}
.modal-btn i:hover {
    color: #20af67;
}

.header-icon1 i,
.header-icon1 a {
    color: #20af67;
}

.header-icon2 i,
.header-icon2 a {
    color: #20af67;
}

.header-icon3 i,
.header-icon3 a {
    color: #20af67;
}

.header-icon4 i,
.header-icon4 a {
    color: #20af67; /* A hot orange */
}

.relative {
    position: relative;
    top: -60px;
}

.category-btn {
    border: none;
    background: transparent;
    color: var(--color-dark);
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
}

.end-20 {
    right: 10%;
}

.bottom-20 {
    bottom: 6%;
}

.category-info .icon {
    width: 120px !important;
    height: 120px !important;
    background-color: #20af67;
    filter: none !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper {
    display: none;
}

.inner-category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 900px !important;
    align-items: center;
    justify-content: flex-start;
}
.inner-category .swiper-slide {
    height: calc(50% - 5px);
    width: auto !important;
    padding: 3px 5px;
    margin-top: 10px;
    margin-right: 10px;
    border: 1px solid #dee2e6;
    border-radius: 50px;
}

/*  Everyday Healthcare */
.flex {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.product-item2 {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1000;
}
.product-item2 .fs-xs {
    font-size: 0.9em;
}
.product-item2:hover img {
    transform: scale(1.03);
    transition: all 300ms ease-in-out;
}
.product-item2 .bg-beige {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.product-item2 .product-action2 {
    z-index: 1001;
}
.product-item2 .product-action2 a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent !important;
    color: var(--theme-color);
    text-align: center;
    border-radius: 50%;
    margin: 0 3px;
}
.product-item2 .product-action2 a:hover {
    background: var(--theme-color) !important;
    color: var(--color-white);
}
.product-item2 .product-name {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-item2 .product-price2 span {
    color: rgb(145, 144, 144);
}
.product-item2 .button {
    font-size: 14px;
    width: 100%;
    padding-block: 5px;
    border-radius: 5px !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #20af67;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    z-index: 1;
    background: transparent;
    color: #20af67;
}
.product-item2 .button:hover {
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    background: #20af67;
    border: 1px solid #20af67;
    color: #ffffff;
}

/* product slider */
.product-slider2 .product-item {
    margin-bottom: 0px;
}

.product-slider2 .owl-nav button {
    position: absolute;
    background: var(--theme-color2);
    color: var(--color-white);
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px !important;
    text-align: center;
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    top: 50%;
    transform: translateY(-50%);
}

.product-slider2 .owl-nav button:hover {
    background: var(--theme-color3);
    color: #ffffff;
}

.product-slider2 .owl-prev {
    left: -16px;
}

.product-slider2 .owl-next {
    right: -16px;
}

.shop-single {
    padding-top: 50px;
}

.shop-single-gallery {
    border: 1px solid var(--border-info-color);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.062);
}

.shop-single-price2 .amount {
    color: rgb(18, 18, 18);
}

.brand-item2 {
    background: #ffffff;
}

.mid-banner .banner-content {
    width: 65%;
    position: relative;
    left: 5%;
    top: 0%;
    padding: 35px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

/* categories??? */
.scale-2 {
    transition: transform 1s;
}
.scale-2:hover {
    transform: scale(1.09);
}

/*Product details page*/
.shop-single-rating i {
    color: #fba707;
}

.letter-spacing-md {
    letter-spacing: 5px;
}

.gx-9 {
    --bs-gutter-x: 5rem;
}

.product-item .type.new {
    background: rgb(213, 8, 8) !important;
    color: #ffffff;
    z-index: 1001 !important;
}

/* Description - Read more */
.text-show {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-show.expanded {
    -webkit-line-clamp: unset;
    display: block;
}

.toggle-show {
    cursor: pointer;
    font-weight: 600;
    color: #20af67;
}
.toggle-show:hover {
    color: rgb(38, 211, 125);
}

.shop-single-cs h6 {
    margin-bottom: 0px !important;
    color: var(--body-text-color);
    font-weight: 600 !important;
}

/* Prescription Upload zone */
.upload-dropzone {
    position: relative;
    border: 2px dashed #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
    padding: 30px;
    cursor: pointer;
    min-height: 180px;
    transition: border-color 0.3s ease;
}

.upload-dropzone:hover,
.upload-dropzone.dragover {
    border-color: #20af67;
    background-color: #f8fffb;
}

.upload-dropzone img {
    max-height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Signin Modal */
.theme-bttn4 {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #20af67;
    background: transparent;
    text-align: center;
    color: #20af67;
    border-radius: 0.375em;
}
.theme-bttn4:hover {
    color: #ffffff;
    background: #20af67;
    border: 1px solid #20af67;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
}
.theme-bttn4 span {
    margin-right: 5px;
}

.theme-bttn5 {
    padding: 8px 15px;
    border: 1px solid #20af67;
    background: transparent;
    text-align: center;
    color: #20af67;
    border-radius: 0.375em;
}
.theme-bttn5:hover {
    color: #ffffff;
    background: #20af67;
    border: 1px solid #20af67;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
}
.theme-bttn5 span {
    margin-right: 5px;
}

.other-bttn2 {
    text-align: center;
    color: #081828;
    text-decoration: underline;
}
.other-bttn2:hover {
    color: rgb(145, 144, 144);
    text-decoration: underline;
}

/* Dashboard */
.mrgtp {
    margin-top: -20px;
}

.user-card-title {
    margin-bottom: 0px !important;
}

/* Order Tracker*/
.minus-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.status {
    float: right;
    color: white;
    background-color: rgb(249, 185, 66);
    padding: 2px 10px;
    border-radius: 50px;
}

.order-details {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.product-image {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px;
    border: 1px solid #ddd;
}

.order-info h2 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #333;
}

.order-info p {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}

/* Vertical Order Tracker */
.order-tracker.vertical {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.step-container {
    display: flex;
    align-items: stretch;
    position: relative;
    min-height: 60px; /* Minimum height per step */
}

.step-container:last-child {
    min-height: auto; /* Last step doesn't need minimum height */
}

/* Left side: Circle + Line column */
.step-container::before {
    content: "";
    display: block;
    width: 15px;
    flex-shrink: 0;
    position: relative;
}

.circle {
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
    border: 2px solid #ccc;
    z-index: 2;
}

/* Connecting line */
.step-container::after {
    content: "";
    position: absolute;
    left: 6.5px; /* Center under circle (15px / 2 - 1px) */
    top: 18px; /* Start below circle */
    bottom: 0;
    width: 2px;
    background-color: #ccc;
    z-index: 1;
}

.step-container:last-child::after {
    display: none; /* No line after last step */
}

.label {
    margin-left: 15px;
    padding-top: 0;
    padding-bottom: 16px; /* Space between steps */
    flex: 1;
}

.step-container:last-child .label {
    padding-bottom: 0;
}

.label p {
    margin: 0 0 4px 0;
    line-height: 1.4;
}

.label span {
    font-size: 12px;
    line-height: 1.4;
}

/* Other styles ... */
.wishlist-btn i {
    color: rgb(17, 183, 107) !important;
}
/* Status Styles */
.circle.completed {
    background-color: #4caf50;
    border-color: #4caf50;
}

.step-container:has(.circle.completed)::after {
    background-color: #4caf50;
}

.circle.active {
    background-color: #2196f3;
    border-color: #2196f3;
}

.step-container:has(.circle.active)::after {
    background: linear-gradient(to bottom, #4caf50 0%, #2196f3 100%);
}

.t-bold label {
    font-weight: 600;
    margin-bottom: 0;
}

/* Progress bar edit*/
.gh-flag-img {
    height: 45px;
    width: 45px;
}

.pagination .page-link {
    border: 1px solid rgb(179, 177, 177);
    background: transparent;
    color: rgb(145, 144, 144);
}

.pagination .page-link:hover {
    background: rgb(198, 196, 196);
    border: 1px solid rgb(198, 196, 196);
}

.pagination .page-item.active .page-link {
    background: rgb(145, 144, 144);
    border: 1px solid rgb(145, 144, 144);
    z-index: 1;
}

.sec-smth {
    font-weight: 600;
}
.sec-smth:hover {
    text-decoration: underline !important;
}

/* Wishlist */
.wish-list .wish-item {
    margin-top: 0.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid #dee2e6;
}

.wish-list div:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Notification*/
.notice-list .notice-item {
    border-bottom: 1px solid #dee2e6;
}
.notice-list .notice-item:last-child {
    border-bottom: none;
}

.notification-icon {
    border-radius: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notification-icon i {
    font-size: 1.5em;
    color: #ffffff;
}

.n-icon1 {
    background-color: rgb(145, 144, 144);
}

.n-icon2 {
    background-color: rgba(32, 175, 103, 0.1764705882);
}

.n-icon3 {
    background-color: palevioletred;
}

.n-icon4 {
    background-color: rgba(32, 175, 103, 0.5803921569);
}

.n-icon5 {
    background-color: rgb(169, 2, 2);
}

.n-icon6 {
    background-color: goldenrod;
}

.n-icon7 {
    background-color: rgb(0, 200, 255);
}

/* Notification Expand */
.notice-show {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Start with one line */
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}

.notice-show.expanded {
    display: block; /* Unset the line clamp for full text */
}

.toggle-notice {
    color: #20af67;
}
.toggle-notice:hover {
    color: rgb(38, 211, 125);
    cursor: pointer;
}

/* Expand Ends*/
/* Hero section */
.hero-section {
    background: radial-gradient(
        circle at center,
        #004880 0%,
        #003366 40%,
        #002449 70%,
        #001527 100%
    ) !important;
}

.hero-slider .owl-nav button:hover {
    background: rgb(145, 144, 144) !important;
    color: #ffffff;
}

.hero-slider .owl-dots .owl-dot span {
    background: #ffffff !important;
}

.hero-slider .owl-dots .owl-dot.active span {
    background-color: #ffffff !important;
}

.hero-single .hero-content .hero-title {
    color: #ffffff;
    font-size: 45px;
    font-weight: 800;
    margin: 20px 0;
    text-transform: capitalize;
}

.hero-single .hero-content p {
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 25px;
}

.shop-sort-gl .active {
    background: rgb(145, 144, 144) !important;
    border: 1px solid rgb(145, 144, 144);
}

.shop-sort-gl a:hover {
    color: #ffffff;
    background: rgb(198, 196, 196);
    border: 1px solid rgb(198, 196, 196);
}

/* tooltip */
.tooltip2-inner {
    background: rgb(145, 144, 144);
    border-radius: 50px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 600;
}

.tooltip2-auto[data-popper-placement^="top"] .tooltip2-arrow::before {
    border-top-color: rgb(145, 144, 144) !important;
}

.tooltip2-auto[data-popper-placement^="bottom"] .tooltip2-arrow::before {
    border-top-color: rgb(145, 144, 144) !important;
}

.tooltip2-auto[data-popper-placement^="left"] .tooltip2-arrow::before {
    left: -2.5px !important;
    border-left-color: rgb(145, 144, 144) !important;
}

.tooltip2-auto[data-popper-placement^="right"] .tooltip2-arrow::before {
    right: -2.5px !important;
    border-right-color: rgb(145, 144, 144) !important;
}

.tooltip2.show {
    opacity: 1;
}

.smth-body {
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.smth-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgb(228, 223, 223);
    border-radius: 10px;
    width: 50%;
    margin-top: 35px;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: 0 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.256) !important;
}

.accordion-button {
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 14px !important;
    color: var(--bs-accordion-btn-color);
    background-color: var(--bs-accordion-btn-bg);
}
.accordion-button i {
    color: rgb(145, 144, 144);
}

.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: transparent;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
        var(--bs-accordion-border-color);
}

.ecl-green {
    color: #20af67;
}

.accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed)::after {
    transform: var(--bs-accordion-btn-icon-transform);
}

.shop-checkout2-2 .shop-checkout-form {
    border: none !important;
    padding: 20px;
}

.shop-checkout-form .form-control {
    font-size: 1em !important;
    border-radius: 0.375rem !important;
}

.form-floating .form-select {
    font-size: 14px;
}

.shop-checkout-form .form-control:focus,
.shop-checkout-form .nice-select {
    border-color: #dee2e6;
}

.box-border {
    border: 1px solid #dee2e6;
    padding: 5px;
    border-radius: 0.375em;
}

.edit-txt {
    color: #20af67;
    font-weight: 600;
}
.edit-txt:hover {
    color: rgb(38, 211, 125);
    cursor: pointer;
}

.shop-checkout2-2 .shop-checkout-form,
.shop-cart-summary {
    background: transparent !important;
}

.shop-checkout-form .nice-select {
    width: 100%;
    font-size: 14px !important;
    border-radius: 8px;
    height: 44px !important;
    padding-left: 20px;
    margin-bottom: 15px;
}

.shop-cart-summary {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.256);
    border: 0 !important;
    border-radius: 0.375em;
}

.smth-header {
    padding-block: 15px;
}

.bdge-warning {
    color: orange;
}

.bdge-success {
    color: #20af67;
}

.button {
    background-color: #ffffff;
    border: 1px solid rgb(198, 196, 196);
    border-radius: 50px;
    padding-block: 4px;
    padding-inline: 8px;
    transition: all 500ms ease-in-out;
    margin-block: 15px;
    color: #081828;
}

.button:hover {
    background-color: gray;
    color: white;
}

.smth-link {
    color: #081828;
    padding: 8px;
}
.smth-link:hover {
    color: rgb(145, 144, 144);
    cursor: pointer;
    text-shadow: 1px 2px 3px #888888;
    border-bottom: 2px solid rgb(145, 144, 144);
}

.coupon {
    width: 60%;
}
.coupon input {
    display: inline-block;
}
.coupon .theme-btn {
    border-radius: 50px;
}
.coupon .form-control2 {
    /* width: 100%; */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border-radius: var(--bs-border-radius);
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.shop-cart-qty button {
    text-align: center;
    border: 0;
    border-radius: 50px;
    background: var(--theme-bg-light);
    color: #20af67 !important;
    background: rgba(255, 255, 255, 0.546) !important;
    border: 0.5px solid rgba(32, 175, 103, 0.1764705882);
}
.shop-cart-qty button:hover {
    background: #20af67 !important;
}
.shop-cart-qty button:hover i {
    color: #ffffff !important;
}

.open-filters,
.apply_button {
    display: none;
    cursor: pointer;
}
.open-filters.open,
.apply_button.open {
    display: block;
}
.open-filters.hidden,
.apply_button.hidden {
    display: none;
}

#main-content {
    display: block;
}
#main-content.hidden {
    display: none;
}

.bttns {
    display: block;
}
.bttns.hidden {
    display: none;
}

.pointer {
    cursor: pointer;
}

.normalsmth {
    display: block;
}

.dlarge {
    display: block !important;
}

.dsmall {
    display: none !important;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.empty-cart-img {
    width: 30%;
    box-sizing: border-box;
}

#chat-fixed {
    position: fixed;
    bottom: -20px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 50px;
    color: var(--color-white);
    background-color: var(--theme-color);
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: var(--box-shadow2);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

#chat-fixed.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.footer-area {
    background: #064e3b !important;
}

@media (max-width: 1399px) {
    .category-info .content h4 {
        font-size: 14px !important;
    }
}
@media (width < 42em) {
    .smth-container {
        width: 100%;
        border: none;
    }
}
@media (width < 65em) {
    .relative {
        box-shadow: none !important;
        top: 0;
    }
    .log-container {
        min-width: 350px;
        max-width: 90%;
        border: none !important;
        box-shadow: none;
    }
    .normalsmth {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }
    .category-area4 .category-img .category-img-info h4 {
        padding: 10px 25px 10px 15px;
    }
    .shop-checkout2 .shop-checkout-form {
        border: none;
        box-shadow: none !important;
    }
    .dlarge {
        display: none !important;
    }
    .dsmall {
        display: block !important;
    }
    .s-scn {
        display: flex;
        flex-direction: row;
    }
    .first {
        order: 1;
    }
    .second {
        order: 2;
    }
    .empty-cart-img {
        width: 80%;
    }
    .footer-widget-title {
        font-size: 1em;
    }
    .footer-contact li {
        font-size: 1em !important;
    }
    .copyright .copyright-text {
        font-size: 1em !important;
    }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
    #chat-fixed.active {
        bottom: 100px;
    }
}
