.product-view {
    background-color: var(--violet-lightest);
    padding: 10px 0px 30px 0px;
}

.select-size {
    height: 38px !important;
    width: 174px;
}
.disable-decrement span {
    border-radius: 8px 0px 0px 8px !important;
}

.disable-increment span {
    border-radius: 0px 8px 8px 0px !important;
}

.form-select-lg {
    padding: 0px !important;
    padding: 6px !important;
    font-family: var(--font-medium);
}

.select-size select:hover {
    background-color: var(--violet-lightest);
}

.select-size select option:hover {
    color: red;
}

.select-quantity {
    width: 123.75px;
    height: 40px;
}

.select-size select option {
    background-color: white !important;
}

.select-size select option:hover {
    background-color: var(--violet-light) !important;
}

.select2-container--krajee-bs5.select2-container--open:not(
        .select2-container--disabled
    )
    .select2-selection,
.select2-container--krajee-bs5:not(.select2-container--disabled)
    .select2-selection:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

.select2-container--krajee-bs5:not(.select2-container--disabled)
    .select2-dropdown {
    border-color: none !important;
    box-shadow: 0 0.375rem 0.75rem 0.2rem rgba(13, 110, 253, 0.25);
    overflow-x: hidden;
    margin-top: -1px;
}

.select2-container--krajee-bs5:not(.select2-container--disabled)
    .select2-dropdown {
    border: none !important;
}

.select2-container--krajee-bs5 .select2-selection {
    background-color: var(--violet-lighter) !important;
    color: #212121 !important;
}
.select2-selection__placeholder {
    color: #212121 !important;
}

.select-quantity span,
.select-quantity input {
    all: unset;

    width: 36px;
    text-align: center;
    height: 30px;
}

.select-quantity input {
    background-color: white;
    padding: 5px;
}

.select-quantity span {
    background-color: #ececf4;
    padding: 5px;
}
.select-quantity span i {
    color: var(--violet-darkest);
}

/* product-detailed-view */

.product-detailed-view h1 {
    font-family: var(--font-bold);
    font-size: var(--fs-lg);
    font-weight: 700;
}

.product-detailed-view .product-category-tag {
    background-color: var(--brown-darker);
    display: inline-block;
    padding: 0px 7.53px;
    border-radius: 11.29px;
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: var(--fs-sm);
}

.input-quantity-view {
    font-family: var(--font-bold) !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: var(--violet-darkest) !important;
}

.purchase-type {
    padding: 24px;
    border: 1px solid #808080;
    border-radius: 12px;
}
.delivery-date-expected {
    font-family: var(--font-bold);
    font-weight: 700;
}
.cart-top .purchase-type {
    padding: 7.5px !important;
    margin-top: 10px;
}

.purchase-type .one-time-btn,
.purchase-type .subscription-btn {
    /* background-color: var(--violet-darkest); */
    background-color: #e3f0e3;
    /* color: white; */
    color: #212121;

    font-weight: 500;
    padding: 8px;
    border-radius: 8px;
}
.product-view .purchase-type input[type="radio"] {
    accent-color: #429946;
}

.product-view-subscription-tab {
    background-color: var(--violet-light);
    border-radius: 10px;
}

.product-small-text {
    font-size: 12px !important;
}

.product-view-subscription-tab .nav-link {
    /* background-color: var(--violet-normal) !important;
    color: black !important; */
    font-size: 12px;
    background-color: #cccccc;
    /* color: white; */
    color: #212121;
}
.product-view-subscription-tab .nav-link.active {
    /* background-color: var(--violet-dark) !important; */
    background-color: #429946;
    color: white !important;
}

.product-view-subscription-tab .nav-tabs .nav-link {
    border-radius: 0px !important;
}

.product-view-subscription-tab .nav-tabs .one {
    border-radius: 10.17px 0px 0px 0px !important;
}
.product-view-subscription-tab .nav-tabs .two {
    border-radius: 0px 10.17px 0px 0px !important;
}

#home-tab-1 {
    border-radius: 10px 0px 0px 0px !important;
}
#profile-tab-1 {
    border-radius: 0px 10px 0px 0px !important;
}
.product-view-subscription-tab .nav-tabs {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0px !important;
    width: 100% !important;
    margin: 0px !important;
}
.product-view-subscription-tab .nav {
    padding: 0px !important;
    width: 100% !important;
    margin: 0px !important;
}

.product-view-subscription-tab li {
    padding: 0px !important;
    width: 100% !important;
}

.subscription-tab {
    padding: 15px 40px;
    background-color: #ececf4 !important;
}

#myTabContent {
    background-color: white !important;
    border-radius: 0px 0px 12px 12px !important;
}

.product-view-subscription-tab #myTabContent1 {
    background-color: white !important;
    border-radius: 0px 0px 12px 12px !important;
}

.product-view-button button {
    all: unset;
    width: 100%;
    text-align: center;
    font-family: var(--font-bold);
    font-size: var(--fs-md);
    font-weight: 700;
    padding: 16px 0px;
    border-radius: 12px;
}

.product-view-button .buy-now {
    background-color: var(--violet-darkest);
    color: white;
    cursor: pointer !important;
}

.product-view-button .add-to-cart {
    color: var(--violet-darkest);
    border: 1px solid var(--violet-darkest);
    cursor: pointer !important;
}

.pincode input {
    border: none;
    outline: none;
    background-color: #ffffff;
    padding: 10px 12px;
    border-radius: 8px 0px 0px 8px;
}

.pincode i {
    background-color: var(--violet-darkest);
    padding: 14px 25px 14px 10px;
    color: white;
    border-radius: 0px 8px 8px 0px;
}
/* Accordian start */

.product-view-accordian .accordion-button {
    background-color: var(--violet-lightest);
    border: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    transition: background-color 0.3s ease;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.product-view-accordian .accordion-button:not(.collapsed) {
    background-color: var(--violet-lightest);
    color: black;
    border: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.product-view-accordian .accordion-button:focus,
.product-view-accordian .accordion-button:focus-visible,
.product-view-accordian .accordion-button:active {
    border: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.product-view-accordian .accordion-item {
    border: none !important;
    padding: 0px !important;
}

.product-view-accordian .accordion-body {
    background-color: var(--violet-lightest);
    border: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.product-view-accordian .accordion-button::-moz-focus-inner {
    border: 0 !important;
}

.product-view-accordian .accordion-button::after {
    filter: brightness(0) saturate(100%) !important;
    display: none !important;
}

.product-view-accordian .custom-arrow {
    font-size: 1rem;
    font-weight: 900;
    transition: transform 0.3s ease;
}

.product-view-accordian .accordion-button:not(.collapsed) .custom-arrow {
    transform: rotate(180deg);
}

/* Accordian end */

.start-rating p {
    color: rgb(207, 174, 26);
}

.start-rating a {
    color: #808080;
    font-size: var(--fs-md);
}

.bought p {
    color: #4f4f4f;
    font-size: var(--fs-md);
}

.price-discount .price {
    font-family: var(--font-semibold);
    font-size: var(--fs-lg);
    font-weight: 600;
}

.discount-percentage {
    color: #429946;
}

.tax,
.product-description p {
    font-size: var(--fs-sm);
    color: #4f4f4f;
    font-weight: 500;
}

.product-description p {
    color: #212121;
    font-weight: 500;
}

.sticky-add-to-cart-section {
    padding: 32px;
    background-color: var(--brown-dark);
    border-radius: 12px;
    z-index: 999999 !important;
}

.sticky-add-to-cart-section p {
    font-family: var(--font-bold);
    color: var(--violet-heading);
    font-size: var(--fs-nl);
}

.sticky-add-to-cart-section .inp {
    padding: 4px;
    background-color: white;
}

.sticky-input-quantity {
    width: 30px !important;
}
.sticky-add-to-cart-section input {
    /* display: inline-block; */
    text-align: center;
    border: none;
    outline: none;

    color: var(--violet-darkest);
    font-family: var(--font-bold);
    font-size: var(--fs-sm);
}
.sticky-input-varient {
    width: 46px !important;
}
.sticky-add-to-cart-section button {
    padding: 8px 0px;
}

.sticky-add-to-cart-section .sticky-i {
    padding: 4px !important;
    background-color: var(--violet-lightest);
    color: var(--violet-darkest);
}

.sticky-add-to-cart-section .input-quantity {
    width: 22px;
}
.sticky-add-to-cart-section .input-varient {
    width: 39.16px;
}

.sticky-add-to-cart-section .less-than {
    border-radius: 8.7px 0px 0px 8.7px !important;
}

.sticky-add-to-cart-section .plus {
    border-radius: 0px 8.7px 8.7px 0px !important;
}
.sticky-add-to-cart-section .minus {
    border-radius: 8.7px 0px 0px 8.7px !important;
}

.sticky-add-to-cart-section .greater-than {
    border-radius: 0px 8.7px 8.7px 0px !important;
}

.product-view-heading h3 {
    font-size: var(--fs-nl);
    font-family: var(--font-bold);
    font-weight: 700;
    padding: 0px;
    margin: 0px;
}
.frequently-bought p {
    margin: 0px;
}

.frequently-bought button {
    padding: 16px 0px;
}

.sticky-add-to-cart-section {
    position: sticky;
    top: 132px;
}

.frequently-bought-addition {
    font-size: 45px !important;
}

.love-this {
    margin: 54px 0px !important;
}

/* select2 */

.my-select2 {
    color: red !important;
    background-color: #429946 !important;
}

/* select 2 */

/* Style the Select2 box */
/* Style the Select2 box */
.select2-container.my-select2 .select2-selection--single {
    background-color: #f5f5f5 !important;
    border: 2px solid #000000ff !important;
    border-radius: 6px !important;
    padding: 8px !important;
    width: 150px !important;
    height: auto !important;
}

.select2-container--krajee-bs5 .select2-selection--single {
    width: 100%;
}

.select2-container--krajee-bs5
    .select2-selection--single
    .select2-selection__placeholder {
    color: black;
    background-color: var(--violet-light);
}

.select2-container--krajee-bs5 .select2-selection--single:hover,
.select2-container--krajee-bs5
    .select2-selection--single
    .select2-selection__placeholder {
    background-color: transparent;
}

.select2-container--krajee-bs5 .select2-selection--single {
    background-color: var(--violet-light);
}

/* Placeholder styling */
.select2-container.my-select2 .select2-selection__placeholder {
    color: #000000ff !important;
    font-style: italic;
    font-size: 16px !important;
}

/* Style dropdown options */
.select2-container .select2-results__option {
    background-color: #ffffff !important;
    color: #000000ff !important;
    padding: 10px;
}

/* Highlighted option */
.select2-container .select2-results__option--highlighted {
    background-color: var(--violet-light) !important;
    color: black !important;
}

.select2-container--krajee-bs5.select2-container--open:not(
        .select2-container--disabled
    )
    .select2-selection,
.select2-container--krajee-bs5:not(.select2-container--disabled)
    .select2-selection:focus {
    border-color: transparent;
    box-shadow: none;
}

/* Select 2 end */
.sticky-add-to-cart-section {
    padding: 32px;
    background-color: var(--brown-dark);
    border-radius: 12px;
}

@media (max-width: 500px) {
    .product-view-subscription-tab {
        padding: 15px 10px;
        background-color: #ececf4 !important;
    }
    .product-small-text {
        font-size: 14px !important;
    }
    .sticky-add-to-cart-section p {
        font-family: var(--font-bold);
        color: var(--violet-heading);
        font-size: var(--fs-md);
    }
    .sticky-add-to-cart-section {
        position: sticky;
        /* top: 215px; */
    }
}

.slick-prev-custom,
.slick-next-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #808080;
    color: white;
    border: none;
    border-radius: 50%;
    width: 32px !important;
    height: 32px !important;
    font-size: 1.5rem;
    line-height: 32px !important;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s ease;
}

.loved-product-carousel .slick-prev-custom {
    left: -15px !important; /* was 20px, now pushed further left */
}

.loved-product-carousel .slick-next-custom {
    right: -15px !important; /* was 20px, now pushed further right */
}

.stright-from-wishlist .slick-track {
    margin-left: 0 !important;
    height: 481px !important;
}

.wishlist-carousel .slick-slide {
    margin: 0 10px; /* 👈 10px gap on left and right */
}

/* Optional: make sure Slick doesn’t clip overflow */
.wishlist-carousel .slick-list {
    margin: 0 -10px; /* 👈 negative margin cancels outer spacing */
}

.wishlist-carousel .slick-prev-custom {
    left: -15px !important; /* was 20px, now pushed further left */
}

.wishlist-carousel .slick-next-custom {
    right: -15px !important; /* was 20px, now pushed further right */
}

.my-toast-success-view {
    z-index: 999999999999999 !important;
}

.frequently-img {
    width: 271px;
    height: 201px;
}

.freq-text {
    font-weight: 600;
}

.freq-weight {
    font-size: 14px !important;
}

.addon {
    color: #3e4195 !important;
}

.review-heading-product-view {
    font-size: 24px;
    font-family: var(--font-bold);
}

/* Custom SweetAlert Close Button */
/* Custom SweetAlert Close Button */
.swal2-close {
    appearance: none !important;
    -moz-appearance: none !important; /* FIX FOR FIREFOX */
    -webkit-appearance: none !important;

    font-size: 24px !important;
    color: #333 !important;
    background: white !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #ccc !important;
    transition: 0.25s ease !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    margin: 10px 10px 0px 0px !important;
}

.swal2-close:hover {
    color: #fff !important;
    background: #ff3b3b !important;
    border-color: #ff3b3b !important;
    transform: rotate(90deg) scale(1.1) !important;
}

.no-close {
    display: none !important;
}

@media (max-width: 768px) {
    .slider-for img {
        height: 100% !important;
    }
    .product-detailed-view {
        margin-top: 20px !important;
    }
    .sticky-add-to-cart-section {
        padding: 10px !important;
    }
}
