@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

.footer .heading {
    position: sticky;
    color: black;
    font-size: 24px !important;
    font-weight: 600 !important;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

.footer .heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #d4bcd1;
}

.footer .heading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 90px;
    background: #e61b8f;
    z-index: 2;
}

.footer .footer-links > li > a:hover {
  color: #e61b8f !important;
}

@media (max-width: 768px) {
  .footer .heading {
        font-size: 20px !important;
    }
}

.footer .footer-bottom {
    border-top: 1px solid #d4bcd1;
}

.footer .copy-links li {
    color: black;
    font-weight: 700;
}

.social-nav a {
    width: 35px;
    height: 35px;
    font-size: 17px;
    color: #312828;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.mlm-4 {
    margin-left: 0px !important;
}

.social-nav li {
    padding: 5px;
}



.bottom-nav {
    position: fixed;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 65px;
    backdrop-filter: blur(.9375rem);
    border-radius: 3.125rem;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    padding: .625rem 0;
    box-shadow: 0 .125rem .9375rem rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border: 1px solid #f6eaea;
}

.bottom-nav i {
    font-size: 20.8px;
    color: #000;
    cursor: pointer;
}

.bottom-nav a {
    color: #444;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.bottom-nav a i,
.bottom-nav a img {
    transition: all .25s ease;
}

/* ACTIVE STATE (pink color) */
.bottom-nav a.active i {
    color: rgba(155, 56, 100, 1) !important;
}

/* For active profile image: pink border */
.bottom-nav a.active img {
    border: 2px solid rgba(155, 56, 100, 1);
    padding: 2px;
    border-radius: 50%;
}


@media (min-width: 768px) {
    .bottom-nav {
        display: none !important;
    }
}


.bottom-nav-products {
        /* position: fixed; */
        bottom: 3.9375rem;
        left: 50%;
        /* transform: translateX(-50%); */
        width: 100%;
        /* background: rgba(255, 255, 255, 0.8); */
        /* backdrop-filter: blur(.9375rem); */
        /* border-radius: 3.125rem; */
        display: flex !important;
        justify-content: space-around;
        align-items: center;
        padding: 1.1625rem 0;
}

.bottom-nav-products i {
    font-size: 20.8px;
    color: #DF1F8F;
    cursor: pointer;
}

.bottom-nav-products .wishlist-btn {
    /* background-color: #800043; */
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.bottom-nav-products .heart {
    font-size: 20.8px;
    color: #800043; /* white icon color to contrast with dark background */
    cursor: pointer;
}


.bottom-nav-products .wishlist-btn:hover {
    background-color: #a00054;
}

@media (min-width: 768px) {
    .bottom-nav-products {
        display: none !important;
    }
}


.side-menu-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
.side-menu-list li {
    padding: 8px 20px;
    border-bottom: 1px solid #222;
    cursor: pointer;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}
.side-menu-list li:hover {
    background: #222;
}
.side-menu-list li i {
    color: #ffffff;
    margin-right: 10px;
}

.navbar-masum{
    height: 65px;
}

.m-search-bar-products{
    font-weight: 600;
    color: black;
}

.m-serach-products-card{
    padding: 0 1px !important;
}


@media (max-width: 768px) {
    .m-card-body-shipping-page {
        padding: .5rem 0.0rem !important;
        background: transparent !important;
    }
    .m-card-shipping-page {
        border-radius: 0.25rem !important;
        border: transparent !important;
        background: transparent;
    }
    .m-card-body-form-control{
        border-radius: 4px !important;
        border: 1px solid (255, 255, 255, 1) !important;
    }
    .form-control, .form-control > .btn{
        font-size: 0.775rem !important;
    }
}


.mobile-side-menu {
    position: absolute;
    z-index: 99999;
}


.lg-CheckoutButton {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 1.25rem auto;
    background: rgba(208, 100, 148, 1);
    border: 0;
    width: 90%;
    height: 2.5rem;
    border-radius: 2rem;
    color: #fff !important;
    font-weight: 600;
    text-align: center;
    line-height: 2.5rem;
    font-size: 1.125rem;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.lg-CheckoutButton:hover {
    opacity: 0.8;
}

.lg-CheckoutButton a {
    color: #fff !important;
    font-weight: 700;
}

/* .card-body{
    background: linear-gradient(153.84deg, rgba(255, 221, 221, 0.5) 3.5%, rgba(255, 233, 245, 0.19) 101.94%) !important;
} */

.product-title a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    font-style: normal;
}

.price-box .old-product-price {
    /* font-family: "Source Code Pro", monospace;
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 1; */
    font-size: .9125rem !important;
    color: rgba(223, 31, 143, 1) !important;
    font-weight: 600 !important;
}

.price-box .product-price{
    /* font-family: "Source Code Pro", monospace;
    font-weight: 600 !important;
    font-size: 13px !important; */
    font-size: 14px !important;
    font-weight: 600 !important;
    color: rgba(223, 31, 143, 1) !important;
}

.sm-fixed-top{
    top: -6.125rem !important;
}

.add-to-cart-btn {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 3px 3px !important;
    border-radius: 0px 0px 9px 9px !important;
}

.m-add-cart-bag {
    margin: 0 !important;
    /* margin-top: 0; */
    /* padding: .3125rem; */
    /* border-radius: 0; */
    box-shadow: none !important;
    margin-left: 6px !important;
}

@media (max-width: 768px) {
    .product-title{
        margin-bottom: 10px;
    }
    .sm-fixed-top {
        top: -8rem !important;
    }
}



.product-card-2.card.card-product.shop-cards.shop-tech{
    border-radius: 11px 11px 11px 11px !important;
}

.slick-slide img{
    box-shadow: 0px 2px 4px 0px rgba(209, 111, 154, 0.5) !important;
    padding: 0px !important;
    margin-top: 5px !important;
    border-radius: 10px !important;
}

.masum-m-middlenav-logo img{
    max-width: 93px !important;
    width: 94px !important;
    height: 49px !important;
    max-height: 3rem !important;
    margin-left: 10px;
}



.categories-page .aiz-category-menu .sub-cat-menu {
    left: 330px !important;
    height: calc(51% + 15px) !important;
}

.m-card-body-featured-p{
    border-radius: 11px !important;
}


.home-slide .slick-dots li button {
    background: rgba(152, 152, 152, 1) !important;          /* dot color */
    height: 12px !important;              /* circle size */
    width: 12px !important;               /* circle size */
    border-radius: 100% !important;        /* make it circle */
    border: 0 !important;
    color: transparent !important;
    font-size: 0 !important;
}

.home-slide .slick-dots li.slick-active button {
    background: rgba(209, 111, 154, 1) !important;
}

.home-slide .slick-dots {
    position: absolute !important;
    bottom: -1.5rem !important;
    left: 62% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hot-deals-margin{
    margin-top: 45px !important;
}

@media (max-width: 768px) {
    .home-slide .slick-dots {
        position: absolute !important;
        bottom: -1.4rem !important;
        left: 55% !important;
        transform: translateX(-50%) !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .hot-deals-margin{
        margin-top: 30px !important;
    }
    .home-slide .slick-dots li button {
        height: 11px !important;
        width: 10px !important;
    }
}




/* add all css from interal */

/* nav.blade.php */

.search-box-m-view {
    padding: 20px 0px 10px;
}
.search-box-m-view input {
    background: #111010;
    border: none;
    color: #fff;
    padding: 10px;
}
.search-box-m-view input::placeholder {
    color: #aaa;
}
.search-box-m-view button {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
}

.tab-section {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #333;
    margin-top: 7px;
}
.tab-section button {
    background: none;
    border: none;
    color: #aaa;
    font-weight: 600;
    padding: 10px 0;
    width: 50%;
    cursor: pointer;
}
.tab-section button.active {
    color: #fff;
    border-bottom: 2px solid rgb(231 26 144);
}

.banner {
    background: #dfffdc;
    text-align: center;
    padding: 1rem;
}

.remove-btn {
    background: none !important;
    border: none !important;
    color: #e91e63 !important;
    font-size: 1.2rem !important;
    /* margin-top: .5rem; */
}

.cart_items_toggle .dropdown-cart .dc-itemss {
    padding: .3125rem 1.5625rem .3125rem .9375rem;
    background: #fff;
    /* border: .125rem solid #ec6c8d; */
    border-radius: 12px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 600;
}
.quantity {
    display: flex;
    align-items: center;
    background: #ffe4ec;
    border-radius: 1.25rem;
    padding: .25rem .75rem;
    font-weight: 500;
    margin-top: 15px;
}
.quantity span {
    margin: 0 .25rem;
}
.dc-actionsssss {
    flex-direction: column;
    justify-content: center;
    margin-top: 0rem;
    gap: 20px;
}
.dc-content-heading{
    font-size: 15px;
}

.cart-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 1rem;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-total {
    color: black;
    font-weight: 300;
    font-size: 16px;
}

.proceed-btn {
    background: rgba(208, 100, 148, 1);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
    font-weight: 400;
    font-size: 22px;
    font-family: Peddana;
}

.proceed-btn:hover {
    background: #d81b60;
}

.cart-footer-in-div {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.cart-total-price{
    color: #e91e63;
    font-weight: 600;
    font-size: 17px
}


.side-category-menu li a {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.side-category-menu ul {
    padding-left: 15px;
}

.toggle-icon {
    font-weight: bold;
    margin-left: 5px;
}




/* index.php */

.categories {
    display: flex;
    justify-content: space-around;
    padding: .9375rem 0;
    font-weight: 500;
    border-bottom: .0625rem solid #f0f0f0;
    cursor: pointer;
}

/* input[type="radio"] {
    display: none;
} */

.category-label {
    color: #999;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    padding-bottom: 6px;
}

#tab-popular:checked ~ .categories label[for="tab-popular"],
#tab-vegan:checked ~ .categories label[for="tab-vegan"],
#tab-natural:checked ~ .categories label[for="tab-natural"],
#tab-derma:checked ~ .categories label[for="tab-derma"] {
    color: #000 !important;
    font-weight: 600;
}

#tab-popular:checked ~ .categories label[for="tab-popular"]::after,
#tab-vegan:checked ~ .categories label[for="tab-vegan"]::after,
#tab-natural:checked ~ .categories label[for="tab-natural"]::after,
#tab-derma:checked ~ .categories label[for="tab-derma"]::after {
    content: '';
    width: .375rem;
    height: .375rem;
    background: #e58ab5;
    border-radius: 50%;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.product-category {
    display: none;
}

#tab-popular:checked ~ .content #popular,
#tab-vegan:checked ~ .content #vegan,
#tab-natural:checked ~ .content #natural,
#tab-derma:checked ~ .content #derma {
    display: block;
}

.product-card {
    border: none;
    border-radius: 1.25rem;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: .3s ease;
}

.product-card img {
    width: 100%;
    border-radius: 2.25rem;
}

.product-infos {
    padding: .625rem;
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.product-infos span {
    font-size: 19px;
    font-weight: 600;
}

.see-more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 20px;
    color: black;
    padding: 7px 15px;
    text-decoration: none;
    gap: 7px;
}
.see-more-button i {
    border: 1px solid;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
}

.see-more-button-wrapper {
    text-align: center;
    width: 100%;
}

@media(max-width: 768px) {
    .product-category-second-img,
    .product-category-third-img {
        height: 170px;
    }
    .product-category-fourth-col {
        margin-top: -85px;
    }
    .product-infos h6 {
        font-size: 15px;
        font-weight: 600;
    }
    .product-category-first-col {
        padding-right: 8px;
    }
    .product-category-second-col {
        padding-left: 8px;
    }
    .product-category-third-col {
        padding-right: 8px;
    }
    .product-category-fourth-col {
        padding-left: 8px;
    }
}


.where-authenticity-box {
    background: #f042a4;
    padding: 10px 10px;
    border-radius: 15px;
    text-align: center;
    border: 3px solid #fff;
    margin-top: 10px;
}

.where-authenticity-box p {
    font-family: 'Oleo Script Swash Caps', cursive;
    /* Similar fancy font */
    color: #fff;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
    font-size: 20px !important;
}

/* product_details.blade.php */

.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    /* text-align: center; */
    margin-top: 20px;
}

/* product image slider */
.product-image {
    max-height: 420px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0,0,0,0.4);
    border-radius: 50%;
}

/* overlay gradient box */
.product-info {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(217, 79, 160, 0.35), rgba(255, 255, 255, 0.95));
    border-radius: 30px;
    padding: 15px;
    /* text-align: center; */
    margin-top: -90px;
    display: flex;
    flex-direction: column;
}

.product-info h5 {
    font-family: "El Messiri", sans-serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 35px;
    color: #000000BA;
    text-align: left;
}

.price {
    color: rgba(204, 45, 143, 1);
    font-weight: 700;
    font-size: 28px;
}
span.old_price {
    /* font-family: Source Code Pro; */
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    color: #000;
    text-decoration: line-through;
}
.stock {
    background-color: #CC2D8F;
    color: #fff;
    font-family: "El Messiri", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    border-radius: 11px;
    padding: 0px 11px;
    margin-left: 8px;
    margin-right: 1px;
}

.rating {
    display: flex;
    align-items: center;
    color: #D16F9A;
    font-size: 18px;
    margin-left: 5px;
}
.star-icon {
    margin-right: 5px; /* Space between star and number */
    /* Add specific styling for your star icon here */
}

.pink-star {
    color: #ff69b4; /* Or your specific pink/magenta color */
}

.rating-value {
    color: #413D3F;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
}
.star-rating {
    color: #ffc107;
}
.rating-count {
    margin-left: 4px;
    color: #555;
    font-size: 14px;
}

@media(max-width: 768px){
    .rating > .rating-count {
    margin-left: 0rem !important;
    }
}

.tag {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px !important;
    margin: 3px;
    background: white;
}

.size-btn {
    border: 1px solid #000;
    border-radius: 6px;
    background: #fff;
    color: #000;
    padding: 5px 12px;
    font-size: 13px;
    margin: 5px;
    font-size: 16px;
    font-weight: 600;
    border: 1.5px solid #25121d;
}

.size-btn.active {
    background-color: rgba(148, 42, 89, 1);
    color: #fff;
    border: 1.5px solid #25121d;
}

.benefit-box {
    border: 3px solid #E4AAC4;
    border-radius: 12px;
    padding: 15px;
    text-align: left;
    font-size: 14px !important;
    margin-top: 15px;
}
.benefit-box p {
    font-size: 14px !important;
}

.bottom-buttons {
    /* position: absolute;  */
    bottom: 15px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px 0px 30px;
    align-items: center;
}

.wishlist-btn,
.cart-btn {
border: none;
border-radius: 50px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
}

.wishlist-btn {
    background-color: white;
    color: #DF1F8F !important;
    width: 48px;
    height: 48px;
    font-size: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #9A3763 !important;
}

.cart-btn {
    background: linear-gradient(135deg, #DF1F8F 0%, #DF1F8F 100%) !important;
    border: none !important;
    padding: 18px 40px !important;
    border-radius: 30px !important;
    /* box-shadow: 0 8px 25px rgba(231, 91, 141, 0.4) !important; */
    transition: all 0.3s ease !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    width: 76%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    box-shadow: 0 12px 30px rgba(231, 91, 141, 0.5) !important;
    color: #fff;
}

.benefit-box h6 {
font-weight: 700;
margin-bottom: 12px;
}

.benefit-box ul {
list-style: none;
padding: 0;
margin: 0;
}

.benefit-box ul li::before {
content: "✓";
color: #000000;
font-weight: bold;
margin-right: 8px;
}

.benefit-box ul li {
margin-bottom: 8px;
}

.collapsible-header {
    background: rgba(228, 170, 196, 0.22);
    padding: 4px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
     font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.m-top-back-div i{
    background: #DF1F8F !important;
    padding: 11px;
    color: white;
    border-radius: 30px;
}

.m-top-back-div{
    position: absolute;
    z-index: 9;
    margin-top: 11px;
    font-size: 20px;
}
.description-header {
    background: rgba(228, 170, 196, 0.22);
    padding: 4px 5px;
     font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.lb-nav {
    position: absolute;
    top: 45%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}


/* shipping_info.blade.php */

.billing-shipping-text {
    font-size: 20px;
    font-weight: 500;

    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
}

.checkout-container {
    padding: 13px 5px 5px 20px;
}

.checkout-container2 {
    padding: 0px 9px 5px 5px;
}

.checkout-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1px;
    background: #EEEEEE;
    padding: 3px;
}

.checkout-header h4 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
}

.checkout-header a {
    font-size: 12px;
    color: #d63384;
    text-decoration: none;
    width: 375px;
    height: 22px;
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.checkout-payment-text {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    margin-bottom: 11px;
}

.btn-custom-color {
    background: rgba(223, 31, 143, 1);
    border-radius: 4px !important;
    color: white !important;
}

.total-label-mrp {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: Regular;
    font-size: 12px;
}

.total-label-total-amt {
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    font-style: Medium;
    font-size: 16px !important;
}

.bold-value total-label-vlaue-amt {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 12px;
}

.payment-methods img {
    height: 40px;
    width: 40px;
    object-fit: contain;
    margin-right: 10px;
}

.payment-option {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.payment-option span {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 15px;
}
.popular-products-margin input[type="radio"] {
    display: none;
}
.payment-option input[type="radio"] {
    display: block;
}
.payment-option label {
    cursor: pointer;
}
.payment-option input[type="radio"]:checked {
    border-color: #000000;
}
.payment-option input[type="radio"]:checked::before {
    background-color: #000000;
}
.payment-option .rules_wrap {
    display: inline-flex;
    flex-direction: column;
}
.shipping-info input,
.shipping-info select,
.shipping-info textarea {
    margin-bottom: 10px;
}

.coupon-section {
    display: flex;
    margin-bottom: 12px;
}

.coupon-section input {
    flex: 1;
}

.coupon-section button {
    margin-left: 10px;
}

.shipping-methods .form-check {
    margin-bottom: 5px;
}

.total-amount {
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 10px;
}

.btn-checkout {
    background-color: #d63384;
    border: none;
    width: 100%;
    padding: 12px;
    font-weight: 600;
    color: #fff;
    border-radius: 12px;
    margin-top: 15px;

    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;

}

.btn-checkout:hover {
    background-color: #b52b6f;
}

.payment-option input[type="radio"] {
    margin-left: auto;
}

.rules-text {
    font-size: 12px;
    color: red;
    margin-left: 50px;
}

.section-header {
    margin-bottom: 5px;

    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 11px;
    color: rgba(173, 0, 101, 1);
}

.section-title {
    color: #333;
    margin-bottom: 7px;

    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;

}

.option-row,
.totals-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1px;
}

.shipping-options .option-row,
.payment-options .option-row {
    margin-left: 0;
    padding: 5px 0;
    font-size: 16px;
}
.shipping-options .price{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #000000;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    top: 2px;
}

input[type="radio"]:checked {
    border-color: #DF1F8F;
}

input[type="radio"]:checked::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #DF1F8F;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.option-row label {
    flex-grow: 1;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: -4px !important;
    color: #000000;
}

.price, .total-value {
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    font-family: "Inter", sans-serif;
}

.total-amount-row {
    margin-top: 0px;
    margin-bottom: 14px;
    padding-bottom: 1px;
}

.bold-label {
    font-weight: bold;
    font-size: 15px;
}

.bold-value {
    font-weight: bold;
    font-size: 15px;
}

.pink-text {
    color: #DF1F8F;
}

.divider {
    border: 0;
    height: 1px;
    background-color: #ddd;
    margin: 6px 0;
}

.choose-payment-rules {
    font-family: Inter !important;
    font-weight: 600 !important;
    font-style: Italic;
    font-size: 10px !important;
    color: rgba(173, 0, 101, 1) !important;
    text-decoration: underline;
    text-align: left;
}

.form-default .form-control {
    border-color: rgba(164, 164, 164, 0.5) !important;
}

.m-form-group-margin {
    margin-bottom: 6px !important;
}

.m-select-custom-icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-image: url("{{ my_asset('img/two arrow icon.png') }}") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 1.3em 1.3em !important;

    padding-right: 2rem !important;
}




/* user_login.blade.php */

.login-wrapper {
    border: .0625rem solid #ddd;
    border-radius: .75rem;
    padding: 2.5rem;
    margin: 0rem auto;
    max-width: 80%;
}

.login-image {
    width: 100%;
    object-fit: contain;
}

.login-title {
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.5625rem;

    font-size: 24px;
    line-height: 32px;
    font-family: Montserrat;
}

.login-btn {
    width: 100%;
    padding: .625rem;
    background: #DF1F8F;
    color: white;
    border-radius: .5rem;
    border: none;
    font-size: 16px;
}

.login-btn:hover {
    background: #C81B80;
}

input.form-control {
    height: 2.8rem;
    border-radius: .5rem;
}

.form-control,
.form-control>.btn {
    width: 100%;
    border-radius: .5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    padding: .25rem .5rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

@media(max-width: 61.9375rem) {
    .login-wrapper {
        max-width: 95%;
        padding: 1.25rem;
    }

    .login-image {
        margin-bottom: 1.25rem;
    }

    input.form-control {
        height: 2.425rem;
    }

    .login-btn {
        padding: 5px;
        border-radius: .7rem;
        font-size: 15px;
    }
}




.otp-wrapper {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 40px;
    margin: 40px auto;
    max-width: 80%;
}

.otp-image {
    width: 100%;
    object-fit: contain;
}

.otp-title {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-family: Montserrat;
}

.otp-input {
    width: 48px;
    height: 38px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-right: 8px;
}

.verify-btn {
    width: 100%;
    padding: 12px;
    background: #DF1F8F;
    color: white;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    box-sizing: border-box;
    font-family: Montserrat;
}

.verify-btn:hover {
    background: #C81B80;
}

.resend {
    text-align: center;
    color: #ff4060;
    font-weight: 700;
    cursor: pointer;
    margin-top: 20px;
    font-size: 15px;
    box-sizing: border-box;
    font-family: Montserrat;
}

.otp-title-recived-otp {
    font-size: 15px !important;
    font-weight: 400;
    box-sizing: border-box;
    font-family: Montserrat;

}

.otp-title-number {
    font-weight: 700;
    font-size: 15px !important;
    box-sizing: border-box;
    font-family: Montserrat;
}

@media(max-width: 991px) {
    .otp-wrapper {
        max-width: 95%;
        padding: 25px;
    }

    .otp-image {
        margin-bottom: 20px;
    }

    .otp-input {
        width: 43px;
        height: 39px;
    }

    .verify-btn {
        padding: 5px;
        border-radius: 11px;
        font-size: 15px;
    }
}




/* otp_verification.blade.php */

.login-wrapper {
    border: .0625rem solid #ddd;
    border-radius: .75rem;
    padding: 2.5rem;
    margin: 0rem auto;
    max-width: 80%;
}

.login-image {
    width: 100%;
    object-fit: contain;
}

.login-title {
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.5625rem;

    font-size: 24px;
    line-height: 32px;
    font-family: Montserrat;
}

.login-btn {
    width: 100%;
    padding: .625rem;
    background: #DF1F8F;
    color: white;
    border-radius: .5rem;
    border: none;
    font-size: 16px;
}

.login-btn:hover {
    background: #C81B80;
}

input.form-control {
    height: 2.8rem;
    border-radius: .5rem;
}

.form-control,
.form-control>.btn {
    width: 100%;
    border-radius: .5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    padding: .25rem .5rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

@media(max-width: 61.9375rem) {
    .login-wrapper {
        max-width: 95%;
        padding: 1.25rem;
    }

    .login-image {
        margin-bottom: 1.25rem;
    }

    input.form-control {
        height: 2.425rem;
    }

    .login-btn {
        padding: 5px;
        border-radius: .7rem;
        font-size: 15px;
    }
}




.otp-wrapper {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 40px;
    margin: 40px auto;
    max-width: 80%;
}

.otp-image {
    width: 100%;
    object-fit: contain;
}

.otp-title {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-family: Montserrat;
}

.otp-input {
    width: 48px;
    height: 38px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-right: 8px;
}

.verify-btn {
    width: 100%;
    padding: 12px;
    background: #DF1F8F;
    color: white;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    box-sizing: border-box;
    font-family: Montserrat;
}

.verify-btn:hover {
    background: #C81B80;
}

.resend {
    text-align: center;
    color: #ff4060;
    font-weight: 700;
    cursor: pointer;
    margin-top: 20px;
    font-size: 15px;
    box-sizing: border-box;
    font-family: Montserrat;
}

.otp-title-recived-otp {
    font-size: 15px !important;
    font-weight: 400;
    box-sizing: border-box;
    font-family: Montserrat;

}

.otp-title-number {
    font-weight: 700;
    font-size: 15px !important;
    box-sizing: border-box;
    font-family: Montserrat;
}

@media(max-width: 991px) {
    .otp-wrapper {
        max-width: 95%;
        padding: 25px;
    }

    .otp-image {
        margin-bottom: 20px;
    }

    .otp-input {
        width: 43px;
        height: 39px;
    }

    .verify-btn {
        padding: 5px;
        border-radius: 11px;
        font-size: 15px;
    }
}



/* custom design starts */

/* quickview modal */
/* Background */
.quickview_modal {
    /* max-width: 360px !important; */
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    padding-top: 87px;
}
.quickview_modal .modal-content {
    border-radius: 30px;
}
.quickview_modal .product-gal {
    padding: 0;
}
.quickview_modal .absolute-close-btn {
    background: #D16F9A;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: -5px;
    top: -65px;
    opacity: 1;
    font-size: 15px;
}
.modern-pink-theme {
    background: linear-gradient(180deg, #FFDDDD 0%, #FFE9F561 38%) !important;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 20px;
}
.quickview_modal .product-gallery, .product-description-wrapper {
    padding: 0 !important;
    padding-top: 1.25rem !important;
}
/* Product Gallery Image Container */
.modern-pink-theme .product-gal-img {
    border-radius: 25px;
    width: 100%;
    position: relative;
}

.modern-pink-theme .product-gal-img img{
   border-radius: 30px;
}
.best_sell_img{
    position: relative;
}
.discount {
    font-family: "Open Sans", sans-serif;
    font-weight: 700 !important;
    font-size: 11px;
    line-height: 100%;
    position: absolute;
    top: 15px;
    right: 18px;
    z-index: 1;
    display: block;
    color: #000000;
}
.discount::before {
    content: "";
    width: 100%;
    height: 9px;
    background-color: #FF93D840;
    top: -3px;
    left: 0;
    display: block;
    z-index: -1;
    position: absolute;
}
.best_sell_img .discount{
    font-size: 10px;
    top: 8px;
    right: 8px;
}
/* Thumbnails */
.modern-pink-theme .xzoom-thumbs {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
}

.modern-pink-theme .xzoom-gallery {
    border-radius: 15px !important;
    border: 3px solid transparent !important;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.modern-pink-theme .xzoom-gallery:hover {
    border-color: #e75b8d !important;
    transform: scale(1.05);
}

/* Product Title */
.modern-pink-theme .product-title {
    font-family: "El Messiri", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;

}

/* Price Styling */
.modern-pink-theme .product-price strong {
    font-weight: 600;
    font-size: 20px !important;
    line-height: 100%;
    letter-spacing: -44%;
    color: #DF1F8F;
}

.modern-pink-theme .product-price-old del {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}
.product-description-wrapper .product-description-label {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000 !important;
}
/* Size/Choice Options - শুধু যদি থাকে */
.modern-pink-theme .checkbox-alphanumeric input[type="radio"] {
    display: none;
}

 .checkbox-alphanumeric label {
    padding: 7px 10px;
    border: 1.5px solid #000;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s ease;
    background: white;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
}

 .checkbox-alphanumeric input[type="radio"]:checked + label {
    background: #DF1F8F;
    color: white;
    margin-bottom: 0;
}

.modern-pink-theme .price_label {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 11px !important;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000 !important;
}

/* Color Options - শুধু যদি থাকে */
.modern-pink-theme .checkbox-color input[type="radio"] {
    display: none;
}

.modern-pink-theme .checkbox-color label {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

.modern-pink-theme .checkbox-color input[type="radio"]:checked + label {
    border-color: #e75b8d;
    transform: scale(1.15);
    box-shadow: 0 4px 15px rgba(231, 91, 141, 0.35);
}

/* Quantity Input */
.modern-pink-theme .input-group--style-2 {
    background: #FFDAEC;
    border: 0;
    border-radius: 16px;
}

.modern-pink-theme .input-group--style-2 .btn-number {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 0;
    border: 0;
    color: #000 !important;
}

.modern-pink-theme .input-group--style-2 .btn-number:hover:not([disabled]) {
    background: #fef5f8;
}

.modern-pink-theme .input-group--style-2 .input-number {
    border: none;
    font-size: 15px;
    /* font-weight: 700; */
    color: #000;
    padding: 0;
    background: #FFDAEC;
}

/* Add to Cart Button */
.modern-pink-theme .btn-alt-base-1 {
    background: linear-gradient(135deg, #DF1F8F 0%, #DF1F8F 100%) !important;
    border: none !important;
    padding: 18px 40px !important;
    border-radius: 30px !important;
    /* box-shadow: 0 8px 25px rgba(231, 91, 141, 0.4) !important; */
    transition: all 0.3s ease !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 600 !important;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.modern-pink-theme .btn-alt-base-1:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(231, 91, 141, 0.5) !important;
}

/* Out of Stock Button */
.modern-pink-theme .btn-base-3[disabled] {
    background: #e2e8f0 !important;
    color: #a0aec0 !important;
    border: none !important;
    padding: 18px 40px !important;
    border-radius: 25px !important;
}

/* Club Point - যদি থাকে */
.modern-pink-theme .club-point {
    background: #fef5f8 !important;
    border: 2px solid #ffc0d3 !important;
    padding: 10px 20px !important;
    border-radius: 15px !important;
}

.modern-pink-theme .club-point .strong-700 {
    color: #e75b8d !important;
    font-weight: 700 !important;
}

/* HR Lines */
.modern-pink-theme hr {
    border-top: 2px solid #f7fafc;
    margin: 20px 0;
}

.size_label {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 100%;
    letter-spacing: 0%;
    display: block;
    color: #000000 !important;
    margin-bottom: 5px;
}




    .custom-product-gallery {
        position: relative;
        width: 100%;
        /* max-width: 800px; */
        margin: 0 auto;
        overflow: hidden;
    }
    
    .custom-gallery-container {
        position: relative;
        width: 100%;
        /* height: 500px; */
        overflow: hidden;
        border-radius: 8px;
    }
    
    .custom-gallery-slide {
        display: none;
        width: 100%;
        height: 100%;
    }
    
    .custom-gallery-slide.active {
        display: block;
        animation: fadeIn 0.5s;
    }
    
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    
    /* .custom-gallery-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        cursor: pointer;
        transition: transform 0.3s ease;
    } */
    
    /* .custom-gallery-slide img:hover {
        transform: scale(1.02);
    } */
    
    /* Custom Navigation Buttons */
    .custom-gallery-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        /* font-size: 15px; */
        transition: all 0.3s ease;
        z-index: 10;
    }
    
    .custom-gallery-nav:hover {
        background: rgba(0, 0, 0, 0.8);
    }
    
    .custom-gallery-prev {
        left: 0;
    }
    
    .custom-gallery-next {
        right: 0;
    }
    
    /* Custom Dots */
    .custom-gallery-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        z-index: 10;
    }
    
    .custom-gallery-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        border: 2px solid rgba(255, 255, 255, 0.8);
        cursor: pointer;
        transition: all 0.3s ease;
        display: none;
    }
    
    .custom-gallery-dot.active {
        background: white;
        transform: scale(1.2);
    }
    
    .custom-gallery-dot:hover {
        background: rgba(255, 255, 255, 0.8);
    }

    /* Lightbox Customization - Always show arrows */
    .lightbox .lb-nav {
        opacity: 1 !important;
    }
    
    .lightbox .lb-prev,
    .lightbox .lb-next {
        opacity: 1 !important;
        background: rgba(0, 0, 0, 0.7) !important;
        width: 30px !important;
        height: 30px !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .lightbox .lb-prev {
        left: 20px !important;
            display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
    }
    .lightbox .lb-prev::before{
        content: "\f284";
    }
    
    .lightbox .lb-next {
        right: 20px !important;
                    display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
    }

        .lightbox .lb-next::before{
        content: "\f285";
    }

    .lightbox .lb-prev:hover,
    .lightbox .lb-next:hover {
        background: rgba(0, 0, 0, 0.9) !important;
        transform: scale(1.1);
    }

    /* Remove scroll from lightbox */
    .lightbox {
        overflow: hidden !important;
    }
    
    .lb-outerContainer {
        width: 100% !important;
        height: 100% !important;
        background: transparent;
    }
    
    .lb-image {
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        width: 100% !important
    }
    .lightbox .lb-image {
        border: 0 !important;
    }

/* Responsive */
@media(max-width:576px){
    .quickview_modal {
        max-width: 100% !important;
    }
    /* .modal:has(.quickview_modal) {
        height: auto;
        top: 50%;
        transform: translateY(-50%);
    } */
    .benefit-box ul {
        width: 100% !important;
    }
    .product-card {
        margin-top: 0;
    }
    .\.product-infos {
        display: inline-flex;
        margin-top: 10px;
        gap: 5px;
        margin-bottom: 7px;
    }
    .\.product-infos h6 {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 15px;
        color: #4A4A4A;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .\.product-infos span {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 19px;
        color: #040302;
        margin-top: -3px;
    }
}