        .storiestxt img {
            width: 100%;
            height: auto;
            aspect-ratio: 1 / 1;
            object-fit: cover;
            border-radius: 0%;
        }
        .active_sign {
            background: white;
            border-radius: 50%;
            display: inline-block;
            width: 27px;
            font-size: 15px;
            margin-right: 10px;
        }

        .allatributesclass {
            border: 1px solid gray;
            padding: 1px 14px;
            margin: 5px 3px;
            font-size: 15px;
            cursor: pointer;
            border-radius: 5px;
        }

        .attclass {
            width: 0px;
        }

        .attractive {
            background: black;
            color: white;
        }
        input[type="radio"] {
            visibility: visible;
            height: 0;
            width: 0;
        }
        .attclear {

            outline: none;
            border: 1px solid gray;
            font-size: 15px;
            background: white;
            padding: 2px 10px;
            transition: 0.5s ease;
            border-radius: 5px;
        }

        .attclear:hover {
            box-shadow: 0px 0px 5px 2px gray;
        }

        #selected-courier-delivery-pincode p {
            color: black;
        }

        #selected-courier-delivery-pincode {
            display: none;
        }

        .hand_courier_box {
            display: flex;
            justify-content: space-between;

        }

        .hand_delivery p,
        .courier_delivery p {
            font-size: 11px;
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

        .hand_courier_box button {
            width: 47%;
            margin: 6px 0px;
            /*height: 4rem;*/
            display: flex;
            border: none;
            box-shadow: 0px 0px 8px #9b9b9b;
            padding: 5px;
            border-radius: 4px;
            align-items: center;
        }

        .active_delivery {
            background: black;
        }

        .tab-content>.tab-pane.active {
            display: block;
            height: auto;
            opacity: 1;
            overflow: visible;
            text-align: justify;
        }

        .tab-content>.tab-pane {
            display: block;
            height: 0;
            opacity: 0;
            overflow: hidden;
        }

        .prod-specif .active {
            border-bottom: 1px solid gray;
        }

        .breadcrumb-area {
            display: none;
        }

        .tab-content {
            margin-left: 3.5vw;
            font-size: 1vw;
        }

        #buy-now-btn {
            border-radius: 5px;
            cursor: pointer;
            color: white;
            font-weight: 500;
        }

        #left-btn {
            z-index: 99;
            position: absolute;
            display: none;
        }

        .prod5-pincode span {
            font-size: 13px;
            border: 1px solid gray;
            height: max-content;
            width: 100%;
            padding: 0rem;
            border-radius: 10px;
            color: black;
            font-weight: 700;
            margin: 0px;
        }

        .selected-delivery-type h4 {
            padding: 1rem;
            padding-bottom: 0.4rem;
            color: black;
        }

        .selected-delivery-type {
            margin-bottom: 0.5rem;
        }

        .selected-type-time-slot {
            display: flex;
            justify-content: start;
            flex-direction: column;
            align-items: center;
            max-height: 288px;
            overflow-y: scroll;
            height: 100%;
        }

        .selected-type-time-slot span {
            width: 50%;
            height: 2.5rem;
            border: 1px solid #0a2a8bfc;
            /*position: absolute;*/
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            margin: 1rem 0;
            cursor: pointer;
            color: #0a2a8bfc;
            font-weight: 600;
        }

        #blackout {
            top: 0;
            opacity: 0;
            width: 100vw;
            height: 100vh;
            position: fixed;
            visibility: hidden;
            background: rgba(0, 0, 0, 0.8);
            transition: z-index 500ms, visibility 800ms, opacity 1000ms;
        }

        #blackout.visable {
            opacity: 1;
            z-index: 8;
            visibility: visible;
        }

        #popup {
            opacity: 0;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 30vw;
            height: 20vw;
            /*height: 250px;*/
            padding: 0px;
            position: fixed;
            border-radius: 5px;
            /*margin: -125px 0 0 50%;*/
            margin-top: 10%;
            background: rgb(248, 248, 248);
            transition: top 550ms, opacity 500ms, z-index 500ms;
        }

        #popup.visable {
            top: 22%;
            opacity: 1;
            z-index: 9;
        }

        #popup>.title {
            margin: 0;
            color: rgb(57, 57, 57);
        }

        #popup>.subtitle {
            font-size: 2.5vw;
            margin: 0 0 0 15px;
            color: rgb(157, 157, 157);
        }

        #popup>hr {
            border: 0;
            height: 1px;
            margin: 10px -15px;
            background: rgb(208, 208, 208);
        }

        #popup .close {
            top: -10px;
            width: 30px;
            height: 30px;
            right: -10px;
            cursor: pointer;
            position: absolute;
            border-radius: 15px;
            background: rgb(255, 255, 255);
            background-image: url(http://imgh.us/close_1.svg);
            background-size: contain;
        }

        #popup .close:hover {
            background-image: url(http://imgh.us/close_hover.svg);
        }

        ul {
            margin-left: 2rem;
        }

        ul li,
        a {
            font-size: 1.1em;
        }

        .titletext2 {
            font-size: 1.4rem;
            color: black;
            font-weight: 600;
        }

        .titletext3 {
            font-size: 1.3vw;
            color: black;
            font-weight: 600;
        }

        .title-text-rates {
            display: flex;
            align-items: center;
            padding: 6px;
            background: #0a2a8bfc;
            /* padding: 7px; */
            color: white;
            width: 3rem;
            justify-content: center;
            border-radius: 3px;
        }

        .container {
            /*background: #212121;*/
            width: 100%;
            height: 100%;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 !important;
        }

        #presentation-area {
            width: 1000px;
            height: 500px;
            position: relative;
            background: #eae4e4;
            padding: 0.5rem;
            border-radius: 12px;
            font-family: "NotoSerif Bold";
        }

        /* Styling all three sections */
        #presentation-area .presentation {
            width: 100%;
            height: 100%;
            overflow: hidden;
            background: #ffffff;
            position: relative;
        }

        .ui-widget-header {
            background: #081d92 !important;
            color: white !important;
        }

        #presentation-area .counter {
            position: absolute;
            bottom: -30px;
            left: 0;
            color: #b6b6b6;
        }

        #presentation-area .navigation {
            position: absolute;
            bottom: -45px;
            right: 0;
        }

        /* On full screen mode */
        #presentation-area.full-screen {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        #presentation-area.full-screen .counter {
            bottom: 15px;
            left: 15px;
        }

        #presentation-area.full-screen .navigation {
            bottom: 15px;
            right: 15px;
        }

        #presentation-area.full-screen .navigation .btn:hover {
            background: #201e1e;
            color: #ffffff;
        }

        #presentation-area.full-screen .navigation .btn-screen:hover {
            background: #201e1e;
        }

        /* End full screen mode */

        /* Buttons */
        .navigation button {
            width: 30px;
            height: 30px;
            border: none;
            outline: none;
            margin-left: 0.5rem;
            font-size: 1.5rem;
            line-height: 30px;
            text-align: center;
            cursor: pointer;
        }

        .navigation .btn {
            background: #464646;
            color: #ffffff;
            border-radius: 0.25rem;
            opacity: 0;
            transform: scale(0);
        }

        .navigation .btn.show {
            opacity: 1;
            transform: scale(1);
            visibility: visible;
        }

        .navigation .btn-screen {
            background: transparent;
            color: #b6b6b6;
            visibility: hidden;
        }

        .btn-screen.show {
            opacity: 1;
            transform: scale(1);
            visibility: visible;
        }

        .btn-screen.hover {
            color: #ffffff;
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        }

        /* End Buttons */

        /* content */
        .presentation .content {
            padding: 2em;
            width: 100%;
            height: calc(100% - 100px);
            z-index: 11;
        }

        .presentation .content.grid {
            display: grid;
        }

        .presentation .content.grid.center {
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .content .title {
            font-size: 3em;
            color: purple;
        }

        .content .sub-title {
            font-size: 2.5em;
            color: purple;
        }

        .content p {
            font-size: 1.25em;
            margin-bottom: 1rem;
        }

        /* End Content Stylesheet */

        /* Slide */
        .presentation .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #ffffff;
            opacity: 0;
            transform: scale(0);
            visibility: none;
        }

        .slide.show {
            opacity: 1;
            transform: scale(1);
            visibility: visible;
        }

        .slide .heading {
            border-bottom: 1px solid;
            padding: 10px;
            font-size: 1.4rem;
            font-weight: 600;
            color: black;
        }

        .pincodeManu {
            position: relative;
        }

        .btn-close {
            position: relative;
            float: right;
            display: none;
        }

        #pincode_alert,
        #pincodeAvailable_alert {
            display: none;
        }

        #pincode_alert {
            font-size: 1vw;
            color: rgb(255, 0, 0);
            border-radius: 5px;
            border: none;
            padding: 11px 14px;
            background: #e87325;
            font-weight: 500;

        }

        .imgwidth3 .custom {
            height: 22.5vw;
            width: 22.5vw;
            /*border: 1px solid blue;*/
            z-index: 6 !important;
            text-align: center;


        }

        .imgwidth3 .custom img {
            height: 100%;
            width: 100%;
            /*object-fit: contain;*/
        }

        body {
            background: #f2f2f2;
        }

        .slick-track {
            margin-left: inherit !important;
            margin-right: inherit !important;
        }

        .view-product-home .slick-slide {
            width: calc(100% / 4);
        }

        .btn-unique {
            background: #2E2E2E;
            color: white;
        }


        .view-product-home .slick-list {
            width: calc(100% * 4);
        }

        @media (max-width: 500px) {


            .prod-specif {
                font-size: 1vw;
                margin-left: 0px;
            }
            .hand_delivery p, .courier_delivery p{
                font-size: 13px!important;
            }

            .tab-content {
                font-size: 2vw;
            }

            #popup {

                width: 60vw;
                /*height: 15vw;*/
                height: auto;

            }

            .titletext2 {
                font-size: 4vw;
            }

            .titletext3 {
                font-size: 3.2vw;
            }


            .title-text-rates {
                padding: 4px;
                background: #007c008a;
                padding: 7px 10px;
            }

            .hand_courier_box button {
                width: 100%;
                margin: 5px 0px;
                padding: 0px 8px;
            }

            .active_sign {
                width: 17px;
                font-size: 10px;
            }

            .hand_courier_box {
                flex-direction: column;
                gap: 1px;
                margin: 18px 0;
            }

            .allatributesclass {
                padding: 1px 5px;
                margin: 2px 3px;
                font-size: 9px;
            }

            .attclear {
                font-size: 9px;
                padding: 1px 5px;
            }

            .prod5-pincode span {
                padding: 5px 5px !important;
            }


        }

        /* Not Part of Modal
            ===============================*/
        @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

        .open {
            margin: 10px;
            padding: 15px;
        }
        @keyframes zoom-in-zoom-out {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.08);
            }
            100% {
                transform: scale(1);
            }
        }

        #pincode_alert {
            animation: zoom-in-zoom-out 4s linear infinite;
            display: none;

        }
        .addon-quantity-selection .addon-quantity-input{
            height: 1.5rem;
        }

    .cart-option {
        display: flex;
        gap: 5px;
        flex-wrap: nowrap;
    }

    .button-item {
        flex: 1;
        min-width: 0; /* Prevents overflow */
    }

    .button-item > div {
        width: 100%;
    }
      .slick-dots{
       text-align: center; 
      }
      /* Force slick dots to be circular and remove number content */
.slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.slick-dots li button {
    font-size: 0; /* hides any number text */
    line-height: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    background: #ccc;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #333; /* active dot */
}


    /* Optional: Responsive adjustments */
    @media (max-width: 768px) {
        .cart-option {
            flex-wrap: wrap;
        }
        .button-item {
            flex: 1 1 100%;
        }
    }
