.product_page {
    padding-top: 25px;
}

.product-page-details .main-title {
    text-transform: capitalize;
    font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
}

.product-page-details .product-rating {
    font-size: 16px;
    margin-top: 0px;
}

.links-style {
    text-decoration: none !important;
}

.info-btn {
    display: flex;
    gap: 20px;
}

.in-stok {
    background-color: #000;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

.out-stock {
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
}

.high-demand-btn {
    background-color: #D84547 !important;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

.variants {
    gap: 20px;
}

.variants h5 {
    font-weight: 600;
    color: #000;
}

.variation-custom {
    background-color: transparent !important;
    border: none !important;
}

.variation-custom li {
    border: 1px solid lightgray;
    border-radius: 10px;
}

.discount-text {
    background-color: var(--accent-color);
    color: #fff !important;
    border-radius: 10px !important;
    margin-left: 5px !important;
}

.product-page-details .price-text h3 {
    align-items: baseline;
    font-size: 12px;
    color: #333333;
}

.product-page-details .price-text h3 del {
    font-size: 16px;
    color: var(--accent-color);
    font-weight: 600;
}

.product-page-details .price-text h3 span {
    color: var(--theme-color);
    display: flex;
    font-size: calc(16px + (28 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.product-page-details .price-text h3 .discounted-price::before {
    background-color: transparent !important;
}

.product-page-details .quant-table .table {
    width: 100%;
    /*border-collapse: collapse;*/
    text-align: left;
}

/* .product-page-details .quant-table .table th{
    text-align: center;
} */
.product-page-details .quant-table .table th,
.product-page-details .quant-table .table td {
    /*border: 1px solid #ddd;*/
    padding: 8px;
    white-space: nowrap;
}

.product-page-details .quant-table .savings-header {
    color: var(--theme-color) !important;
    font-weight: bold;
}

/* Hide default radio */
.product-page-details .quant-table input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid black;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

/* Custom black inner dot when selected */
.product-page-details .quant-table input[type="radio"]:checked::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.icon-box a p {
    color: #000;
    padding-top: 10px;
    font-family: inherit;
}

.icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.border-left {
    border-left: 1px solid black;
}

.border-right {
    border-right: 1px solid black;
}


.delivery-box {
    background: #f8f8f8;
    border-radius: 10px;
    display: flex;
    padding: 20px;
    align-items: center;
}

p {
    font-family: inherit;
}

.pincode-input {
    flex: 1;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    outline: none;
    padding: 5px;
    margin-right: 10px;
}

.btn-black {
    background: black;
    color: white;
    border-radius: 5px;
    padding: 5px 20px;
    border: none;
}

.btn-black:hover {
    background-color: var(--accent-color);
    color: #fff;
}

.delivery-icon {
    width: 40px; /* Adjust as needed */
    height: auto;
}

.payment-box {
    background: #F7F7F7;
    border-radius: 10px;
    border: 1px solid gray;
}

/* Custom class for the color variation list */
.color-variant-list {
    display: flex;
    gap: 12px;
}

/* Custom button styling */
.color-btn-custom {
    width: 30px;
    height: 30px;
    border-radius: 50%; /* Ensures a perfect circle */
    border: 2px solid transparent;
    cursor: pointer;
    transition: border 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    outline: none;
}

/* Different colors */
.color-btn-custom.black {
    background-color: black;
}

.color-btn-custom.red {
    background-color: var(--theme-color);
}

.color-btn-custom.yellow {
    background-color: var(--accent-color);
}

/* Hover & Active Effects */
.color-btn-custom:hover,
.color-btn-custom:focus {
    border: 2px solid #000;
}

li.active .color-btn-custom {
    border: 2px solid #000;
}

.wish-sku-box {
    display: flex !important;
    justify-content: space-around !important;
}

.product-page-details .specification-info {
    display: block;
    background-color: #EDEDED;
    font-size: 14px;
    border: 1px solid #00000077;
    padding: 20px 30px;
    border-radius: 10px;
    max-height: 200px;
    overflow: auto;
}

.product-page-details .specification-info li, .specification-info li {
    display: list-item;
    color: #000;
}

/*brand section css*/
.brand-col-box {
    background-color: #EDEDED;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #00000077;
    margin-bottom: 20px;
}

/*amazone image section css*/
.amazone-listings {
    padding: 20px;
}

.amazone-listings img {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
}

/*review section css*/
.review-custom-css {
    border: none;
    padding-left: 0px;
    overflow: hidden !important;
}

.rating-stars {
    display: flex;
    padding-top: 10px;
}

.box-review {
    background-color: #F1F3F8 !important;
    border-radius: 10px;
}

.box-review .people-comment {
    width: calc(100% - 0px - 0px) !important;
}

.review-btn {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.review-btn:hover {
    background-color: var(--theme-color);
    color: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.slider-nav div {
    padding: 0;
    margin: 0 0 5px !important;
}

.slick-vertical .slick-slide > div {
    border-radius: 10px;
}

.slider-nav .image_thumb_box img {
    object-fit: contain !important;
    height: 120px !important;
    width: 120px !important;
    cursor: pointer;
    border-radius: 10px;
    background-color: rgba(212, 215, 212, 0.2);
}

.review-people .review-list li .people-box {
    min-height: 200px;
}

.review-people .review-list li .people-box .people-comment .people-name .name {
    white-space: wrap;
}

.qty-box .input-group .form-control {
    border-radius: 10px !important;
}


table.table {
    /* Change these properties */
    --border: 1px solid #ddd;
    border-radius: 10px;

    /* Don't change these properties */
    border-spacing: 0;
    border-collapse: separate;
    border: var(--border);
    overflow: hidden;
}

/* Apply a border to the right of all but the last column */
table.table th:not(:last-child),
table.table td:not(:last-child) {
    border-right: var(--border);
}

/* Apply a border to the bottom of all but the last row */
table.table > thead > tr:not(:last-child) > th,
table.table > thead > tr:not(:last-child) > td,
table.table > tbody > tr:not(:last-child) > th,
table.table > tbody > tr:not(:last-child) > td,
table.table > tfoot > tr:not(:last-child) > th,
table.table > tfoot > tr:not(:last-child) > td,
table.table > tr:not(:last-child) > td,
table.table > tr:not(:last-child) > th,
table.table > thead:not(:last-child),
table.table > tbody:not(:last-child),
table.table > tfoot:not(:last-child) {
    border-bottom: var(--border);
}

.review-title-2 button {
    border-radius: 25px !important;
}

.ps-product__sharing_original span {
    font-weight: bold;
    text-transform: uppercase;
}

.ps-product__sharing_original a.btn-social, .btn-social {
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 8px 8px 8px 0px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 35px;
}

.btn-facebook {
    background-color: #3b5998;
}

.btn-whatsapp {
    background-color: #44c456;
}

.variant-selector .variant-option {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.variant-selector .variant-option.active {
    background-color: #B1C904;
    color: white;
    border-color: #B1C904;
}

.variant-btn {
    transition: border 0.2s ease;
    background-color: #fff;
    border: 1px solid var(--theme-color);
    border-radius: 5px;
    padding: 6px 10px;
    font-weight: 500;
    font-size: 14px;
}

.variant-btn.selected, .variant-btn.border-pink-500 {
    background-color: var(--theme-color);
    color: #fff;
}

.variant-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    background: grey;
    color:#000;
}


#resetAttributesBtn {
            padding: 0 !important;
            background: transparent !important;
            color: #fff;
            border: 0 !important;
            text-decoration: underline;
            font-size: 16px;
            font-weight: bold;
        }

        #resetAttributesBtn.text-white {
            color: var(--theme-color)!important;
        }

@media (max-width: 767px) {

    .variation-custom {
        overflow-x: auto !important; /* Enables horizontal scrolling */
        scroll-snap-type: x mandatory !important;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch !important;
    }

    .variation-custom li {
        flex: 0 0 auto !important;
        scroll-snap-align: start !important;
    }

    .variants h5 {
        font-size: 14px !important;
    }

    .product-page-details .sub-title {
        justify-content: start;
    }

    .product-page-details .price-text h3 .discount-text {
        padding: 5px calc(5px + 0.0025 * (100vw - 320px)) !important;
        font-size: 10px !important;
    }

    .icon-box a p {
        font-size: 12px;
    }

    .product-page-details .product-buttons .btn {
        padding: calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320))) calc(10px + (30 - 0) * ((150vw - 320px) / (1920 - 320))) !important;
    }

    .brand-col-box {
        padding: 10px;
    }

    .brand-col-box h5 {
        font-size: 13px;
    }


}



