.callforprice-popup .fieldset::-webkit-scrollbar {
    width: 6px;
}
.callforprice-popup .fieldset::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.callforprice-popup .fieldset::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(179, 175, 255, 0.6);
    -webkit-box-shadow: inset 0 0 6px rgba(179, 175, 255, 0.6);
}

.callforprice-popup .fieldset::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(179, 175, 255, 0.6);
}

/* ::-webkit-s */
.callforprice-popup .modal-inner-wrap .modal-header .action-close {
    padding: 10px 10px 0 0;
}
.callforprice-form .primary .action.secondary {
    padding: 10px;
}
.callforprice-popup.modal-popup .modal-inner-wrap {
    border-radius: 7px;
}
@media all and (min-width: 769px) {
    .callforprice-popup.modal-popup .modal-inner-wrap {
        width: 50%;
    }
    .callforprice-popup.modal-popup .modal-header {
        padding-top: 0;
    }
    .callforprice-popup .block-authentication .block-title {
        margin-bottom: 15px;
    }
}
@media all and (min-width: 1200px) {
    .callforprice-popup.modal-popup .modal-inner-wrap {
        width: 30%;
    }
}
.callforprice-popup .productDetails {
    display: flex;
    overflow: hidden;
    padding: 10px;
    padding-left: 26px;
    padding-right: 26px;
    gap: 2rem;
    border-radius: 10px;
}
.callforprice-popup .title-details {
    /* z-index: 20;
    position: sticky;
    top: 0; */
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #efeeee;
}
.callforprice-popup .modal-header {
    padding-bottom: 0;
}
.callforprice-popup .labelsDiv .contact-details #telephone {
    max-width: 230px;
}
.callforprice-popup .title-details .block-title {
    padding: 10px;
    padding-top: 20px;
    padding-left: 26px;
    padding-right: 26px;
    margin-bottom: 0 !important;
}
.callforprice-popup .productDetails .imageDiv {
    max-width: 125px;
}
.callforprice-popup .productDetails .details {
    display: flex;
    flex-direction: column;
    padding: 10px 0 10px 0;
}
.callforprice-popup .productDetails .details .productName {
    font-size: 2rem;
    font-weight: 600;
}
.callforprice-popup .actions-toolbar .whatsappBtn {
    border-radius: 30px;
    padding: 0 !important;
    margin: 0;
    background: transparent;
    border: none;
}
.deliveryLocation {
    display: flex;
    justify-content: space-between;
}
.callforprice-popup .tele-qty {
    display: flex;
    justify-content: space-between;
}
.callforprice-popup .inputset {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.callforprice-popup .details .field {
    margin-top: 16px;
}
.callforprice-popup .details .field #qty {
    width: 100px;
}
.callforprice-popup .field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.callforprice-popup .inputset .field {
    width: 50%;
}
.callforprice-popup .fieldset {
    padding: 26px;
    overflow-y: auto;
    max-height: 50vh;
    --bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--bg-opacity));
    margin-bottom: 0px;
    --border-opacity: 1;
    border-bottom: 1px solid rgb(229 231 235 / var(--border-opacity));
    border-color: rgb(229 231 235 / var(--border-opacity));
}
.callforprice-popup .fieldset .inner-fieldset {
    background-color: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 7px;
    border: 1px solid #efeeee;
}
.callforprice-popup input {
    border-radius: 5px;
}
.callforprice-popup select {
    border-radius: 5px;
}
.callforprice-popup .field label {
    font-weight: 600 !important;
    --text-opacity: 1;
    color: rgb(17 24 39 / var(--text-opacity));
}
.callforprice-popup label {
    margin-bottom: 0 !important;
}
.callforprice-popup #block-callforprice-heading {
    font-weight: 600 !important;
}
.callforprice-popup .labelsDiv {
    display: flex;
    flex-direction: column;
}
.callforprice-popup .productDetails .productImage {
    border-radius: 10px;
    border: 1px solid #efeeee;
}
.callforprice-popup .label-details {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.callforprice-popup .block-content {
    position: relative;
    overflow-y: auto; /* To allow scrolling within the popup */
    max-height: 80vh; /* Adjust based on your design */
}
.callforprice-popup .actions-toolbar .primary .sbcallBtn {
    --bg-opacity: 1;
    border-radius: 0.375rem;
    background-color: rgb(79 70 229 / var(--bg-opacity));
    border-width: 1px;
    border-color: transparent;
    --shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-colored: 0 1px 2px 0 var(--shadow-color);
    box-shadow: var(--ring-offset-shadow, 0 0 #0000),
        var(--ring-shadow, 0 0 #0000), var(--shadow);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.callforprice-popup .actions-toolbar .backBtn {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-duration: 200ms;
    color: rgb(55 65 81 / 1);
    background-color: rgb(255 255 255 / 1);
    border-color: rgb(209 213 219 / 1);
    border-width: 1px;
    border-radius: 0.375rem;
    padding: 10px 26px;
    width: 100%;
    line-height: 2.2rem;
    font-size: 1.8rem;
}
.callforprice-popup .actions-toolbar .sb-btn{
    border-radius: 0.375rem;
    padding: 10px 26px;
    width: 100% !important;
    line-height: 2.2rem;
    font-size: 1.8rem;
}
.callforprice-popup .actions-toolbar .backBtn:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.callforprice-popup .actions-toolbar .primary .sbcallBtn:hover {
    --bg-opacity: 1;
    background-color: rgb(67 56 202 / var(--bg-opacity));
}
.callforprice-popup .block-authentication .actions-toolbar {
    margin-bottom: 0;
    flex-direction: row-reverse;
    display: flex;
    gap: 10px;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    padding: 20px;
    padding-left: 26px;
    padding-right: 26px;
    z-index: 10;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
}
.callforprice-popup .block-authentication .actions-toolbar div{
    width: 50%;
}
.callforprice-popup .modal-content {
    padding: 0;
    border-radius: 7px;
    overflow: hidden;
    overflow-y: hidden !important;
}
.callforprice-popup .contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media all and (max-width: 769px) {
    .callforprice-popup .productDetails {
        flex-direction: column;
    }
    .callforprice-popup .inputset {
        flex-direction: column;
    }
    .callforprice-popup .inputset .field {
        width: 100%;
    }
    .callforprice-popup.modal-slide {
        align-items: center;
        display: flex;
        justify-content: center;
        left: 0 !important;
    }
    .callforprice-popup .fieldset {
        padding-left: 12px;
        padding-right: 12px;
        max-height: 15vh;
    }
    .callforprice-popup .productDetails {
        padding-left: 16px;
        padding-right: 16px;
        gap: 10px;
    }
    .callforprice-popup .title-details .block-title {
        padding-left: 16px;
        padding-right: 16px;
    }
    .callforprice-popup .labelsDiv .contact-details #telephone {
        max-width: 100%;
    }
    .callforprice-popup .inputset {
        gap: 15px;
    }
    .callforprice-popup .block-authentication .actions-toolbar{
        flex-direction: column-reverse;
    }
    .callforprice-popup .block-authentication .actions-toolbar div{
        width: 100%;
    }
    .callforprice-popup .productDetails .details {
        padding: 0;
    }
    .callforprice-popup .title-details .block-title{
        padding: 3px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .callforprice-popup .details .field{
        margin-top: 5px;
    }
}
