
    .visit-btn {
        background-color: white;
        color: #ff7600;
        border-radius: 10px;
        padding: 10px 20px;
        border: none;
        margin-left: 46%;

    }


    .last-btn {
        padding: 10px 175px;
        background-color: #ff7600;
        color: white;
        border-radius: 5px;
        border: none;
        margin: 6px 0px;
    }


    .card {
        height: 350px;
        width: 100%;
        max-width: 1000px;
        margin: auto;
        background-color: #ffffff;
        border-radius: 25px;
        box-shadow: 10px 0 50px rgba(0, 0, 0, 0.5);
        margin-right: 169px;
    }


    .card .inner_part {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0 0 30px;
        height: 350px;
        position: absolute;
    }

    #slideImg:checked~.inner_part {
        padding: 0;
        transition: .1s ease-in;
    }

    .inner_part .img {
        height: 260px;
        width: 260px;
        overflow: hidden;
        flex-shrink: 0;
        border-radius: 20px;
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    }

    #slideImg:checked~.inner_part .img {
        height: 350px;
        width: 850px;
        z-index: 99;
        transition: .3s .2s ease-in;
    }

    .img img {
        height: 65%;
        width: 70%;
        cursor: pointer;
        opacity: 0;
        transition: .6s;
        margin: 45px 40px;
    }

    #slide_1:checked~.inner_part .img_1,
    #slide_2:checked~.inner_part .img_2,
    #slide_3:checked~.inner_part .img_3 {
        opacity: 1;
        transition-delay: .2s;
    }

    .content {
        padding: 0 20px 0 35px;
        width: 530px;
        margin-left: 50px;
        opacity: 0;
        transition: .6s;
    }

    #slideImg:checked~.inner_part .content {
        display: none;
    }

    #slide_1:checked~.inner_part .content_1,
    #slide_2:checked~.inner_part .content_2,
    #slide_3:checked~.inner_part .content_3 {
        opacity: 1;
        margin-left: 0;
        z-index: 100;
        transition-delay: .3s;
    }

    .content .title {
        font-size: 30px;
        font-weight: 700;
        color: #0d0925;
        margin: 0 0 20px 0;
    }

    .content .text {
        font-size: 19px;
        color: #4e4a67;
        margin: 0 auto 30px auto;
        line-height: 1.5em;
        text-align: justify;
    }

    .content button {
        padding: 15px 20px;
        border: none;
        font-size: 16px;
        color: #fff0e6;
        font-weight: 600;
        letter-spacing: 1px;
        border-radius: 50px;
        cursor: pointer;
        outline: none;
        background: #000000;
        float: right;
    }

    .content button:hover {
        background: #cecece;
        color: #000000;
    }

    .slider {
        position: absolute;
        bottom: 25px;
        left: 55%;
        transform: translateX(-50%);
        z-index: 1;
    }

    #slideImg:checked~.slider {
        display: none;
    }

    .slider .slide {
        position: relative;
        height: 10px;
        width: 50px;
        background: #d9d9d9;
        border-radius: 5px;
        display: inline-flex;
        margin: 0 3px;
        cursor: pointer;
    }


    .slider .slide:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 100%;
        width: -100%;
        background: #000000;
        ;
        border-radius: 10px;
        transform: scaleX(0);
        transition: transform .6s;
        transform-origin: left;
    }

    #slide_1:checked~.slider .slide_1:before,
    #slide_2:checked~.slider .slide_2:before,
    #slide_3:checked~.slider .slide_3:before {
        transform: scaleX(1);
        width: 100%;
    }

 
    .astromall_product_new {
        display: flex;
        background-color: #f5f5f5;
        box-shadow: 0 0 2px 2px #dedede;
        border-radius: 10px;
        padding: 10px;
        margin-bottom: 25px;
        cursor: pointer;
        transition: all .3s ease-in-out;
        text-decoration: none;
        position: relative;
    }

    .product_image_new {
        width: 114px;
        min-width: 114px;
        height: 114px;
    }

    .product_image_new img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 5px;
        background-color: #eee;
    }

    .details_Astromall_new {
        padding-left: 12px;
    }

    .discription_astromall_new,
    .product_name_new {
        color: #313131;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .discription_astromall_new {
        font-size: 15px;
        margin-bottom: 0;
        -webkit-line-clamp: 4;
    }

    .book_button {
        background-color: initial;
        color: #000;
        font-size: 15px;
        padding: 2px 10px;
        border-radius: 20px;
        border: 2px solid #ff7600;
        font-weight: 400;
        /*margin-top: 7px;*/
        /*float: right;*/
        /*position: absolute;*/
        /*right: 80px;*/
        /*bottom: 53px;*/
        min-width: 80px; /* Set your desired minimum width */
        max-width: 150px; /* Set your desired maximum width */
    }

    .add-cart {
        /*margin-right: 90px;*/
    }


    .product {
        display: flex;
        align-items: center;
        margin: 0px !important;
    }

    .product input {
        width: 46px;
        height: 29px;
        border: 1px solid #ff7600;
        text-align: center;
    }

    .product button {
        width: 30px;
        height: 30px;
        background-color: #ff7600;
        color: #fff;
        border: none;
        cursor: pointer;
    }


    .increase {
        display: inline-block;
        padding: 8px 16px;
        background-color: #ff7600;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        border: none;
        border-radius: 4px;
    }

    .decrease {
        display: inline-block;
        padding: 8px 16px;
        background-color: #ff7600;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        border: none;
        border-radius: 4px;
    }

    @media (max-width: 800px) {
        .astromall_product_new{
        margin-bottom: 122px !important;
    }
    .discription_astromall_new {
    font-size: 10px;
    }
    .book_button {
    right: 40px !important;
    font-size: 10px;
        
    }
    .container .row{
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    
}
 .original-price del {
        color: red;
    }





