/* The Modal (background) */
.bis_modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.bis_modal-content {
    margin: auto;
    width: fit-content;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* The Close Button */
.bis_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.bis_close:hover,
.bis_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#bis_notify_me_btn.box-3 {
    max-width: 44rem;
}

.bis_ui_button {
    cursor: pointer;
    padding: 13px;
    width: 100%;
    letter-spacing: 1px;
    border: none;
}

.shopeetech-bis-form-warning {
    color: tomato;
    font-size: 12px;
}

#bis-myModal .black-btn {
    /* background-color: black; */
    padding: 10px;
    font-size: 16px;
    width: 100%;
    border: none;
    /* color: #fff; */
}

#bis-myModal .black-btn:disabled {
    background-color: #747474 !important;
    cursor: not-allowed;
}

/* Modal Content */
#bis-myModal .modal-content {
    background-color: unset !important;
    margin: auto;
    padding: 20px;
    border: unset !important;
    width: 20%;
}

/* The Close Button */
.bis_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.bis_close:hover,
.bis_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#bis-myModal .modal-title {
    margin: 0;
    line-height: 1.42857143;
}

#bis-myModal .bis-modal-title,
#bis-myModal .bis_product_title {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

#bis-myModal .hide {
    display: none;
}

#bis-myModal .show {
    display: block;
}

#bis-myModal a.action-close {
    font-size: 12px;
    color: blue;
}

#bis-myModal .error_message {
    padding: 1px;
}

#bis_container,
#bis-myModal #thank-you-section {
    font-family: Helvetica, sans-serif;
    background: #ffffff;
    border-color: #ffffff;
    border-width: 0;
    border-style: solid;
}

#bis-myModal .bis_close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.bis_close_btn {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.bis_close_btn:hover,
.bis_close_btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#bis-myModal .modal-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.42857143;
}

#bis-myModal p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.5;
}

#bis-myModal hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

#bis-myModal .product-name {
    margin-bottom: 20px;
}

#bis-myModal .form-horizontal .form-group {
    /* margin-right: -15px; */
    /* margin-left: -15px; */
    margin-bottom: 10px;
}

#bis-myModal .form-horizontal .form-group input:focus-visible,
#bis-myModal .form-horizontal .form-group select:focus-visible {
    outline: none;
    box-shadow: none;
}

/* select dropdown option style  */
#bis-myModal .form-horizontal .form-group .selectpicker {
    background-color: #ffffff;
    padding: 15px 10px;
    width: 100%;
    font-size: 14px;
}

#bis-myModal .form-horizontal .form-group .selectpicker .select-option {
    background-color: #fff;
    color: #666;
    cursor: pointer;
    padding: 5px;
}

/* .form-horizontal .form-group .selectpicker .select-option:checked {
    background-color: #000;
    color: #fff;
  } */

#bis-myModal .col-xs-12 {
    width: 100%;
}

#bis-myModal .col-xs-6 {
    width: 50%;
    padding: 0 7px;
}

#bis-myModal .btn-block {
    display: block;
    width: 100%;
}

/*---- Form */
#bis-myModal .form-control {
    padding: 14px;
    font-size: 15px !important;
    width: 100%;
}

.shopeetech-bis-form-hide-warning {
    font-size: 12px;
    color: tomato;
    display: none;
}

.shopeetech-bis-form-success-msg {
    font-size: 12px;
    color: #00853b;
}

/* responsive  */

@media only screen and (min-width: 992px) {

    #bis-myModal #thank-you-section,
    #bis_container {
        position: fixed;
        width: 460px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
    }
}

@media only screen and (min-width: 768px) {

    #bis-myModal #thank-you-section,
    #bis_container {
        position: fixed;
        width: 460px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
    }
}

@media only screen and (min-width: 500px) {

    #bis-myModal #thank-you-section,
    #bis_container {
        border-radius: 5px;
        padding: 30px 30px;
    }
}

@media only screen and (max-width: 500px) {

    #bis-myModal #thank-you-section,
    #bis_container {
        border-radius: 5px;
        padding: 15px;
    }
}

#bis-myModal button {
    cursor: pointer;
}

/* Store CSS */
.bis_modal_discovervos_myshopify_com .selectpicker {
    width: 100%;
    padding: 12px;
}

.bis_modal_discovervos_myshopify_com .bis_form_grp {
    margin-bottom: 10px;
}

#error_message {
    padding-left: 20px;
}

.bis_vase-pearlfection_myshopify_com button,
.bis_modal_vase-pearlfection_myshopify_com button {
    padding: 0 !important;
    letter-spacing: inherit;
}

.bis_vase-pearlfection_myshopify_com#bis_notify_me_btn.box-3 {
    max-width: inherit !important;
}

.bis_kimirica-retail_myshopify_com {
    margin-top: 16px;
}

.bis_modal_kimirica-retail_myshopify_com .bis_form_grp {
    margin-top: 10px;
}

.bis-sticky-container {
    -webkit-transform: translate(50%, -50%) rotate(-90deg);
    transform: translate(50%, -50%) rotate(-90deg);
    position: fixed;
    top: 50%;
    right: 25px;
    z-index: 9999;
    text-align: center;
}

.bis-sticky-container #bis-myBtn {
    padding: 10px;
    padding: 0 !important;
    display: block;
    height: 50px;
    width: 180px;
    border: none;
}

/*  natju-lighting.com  */
.bis_natju-lighting_myshopify_com .bis_ui_button {
    border: 1px solid #da2f0c !important;
}

.bis_natju-lighting_myshopify_com {
    width: 100% !important;
}

#bis_spinner:not([hidden]) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: 99999;
    align-items: center;
    background: #000;
    opacity: 0.5;
}

#bis_spinner::after {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #000000;
    border-radius: 100%;
    will-change: transform;
    z-index: 99999;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ------------ */
/* Tab Style  */
/* ------------ */
.bis-tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

/* Style the buttons that are used to open the tab content */
.bis-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 100%;
    border-right: 1px solid #92929280;
}

/* Change background color of buttons on hover */
.bis-tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.bis-tab button.active {
    background-color: #000;
    color: #fff;
}

.bis-tab button:last-child {
    border-right: none;
}

/* ITI Mobile Number Validator style  */
.iti {
    width: 100%;
}


.bis_farmdidi-mystore-com_myshopify_com .bis_ui_button {
    padding: 7px !important;
}

.paymentButtonsWrapper .bis_farmdidi-mystore-com_myshopify_com {
    width: 100% !important;
}

#request-message {
    margin-bottom: 15px;
}

.bis-thank-you-btns {
    display: flex;
    flex-direction: row;
}

/* .bis-thank-you-btns:first-child {
    padding-left: 0px !important;
}
.bis-thank-you-btns:last-child {
    padding-right: 0px !important;
} */
.bis_modal_3138ef-20_myshopify_com button,
.bis_3138ef-20_myshopify_com button {
    border: none !important;
}


.bis_modal_3138ef-20_myshopify_com .bis-modal-title {
    margin-bottom: 10px;
    text-align: center;
}

.bis_modal_3138ef-20_myshopify_com p {
    text-align: center;
}

.bis_modal_3138ef-20_myshopify_com .bis-modal-title {
    margin-bottom: 10px !important;
    text-align: center !important;
}

.bis_modal_3138ef-20_myshopify_com p {
    text-align: center !important;
}

.bis_modal_3138ef-20_myshopify_com .bis_modal-content {
    width: 90% !important;
}

.bis_modal_3138ef-20_myshopify_com #bis_container {
    padding: 30px 15px !important;
}

.bis_modal_3138ef-20_myshopify_com #request-message {
    margin-bottom: 15px !important;
}

.bis_3138ef-20_myshopify_com {
    max-width: none !important;
}

.bis_3138ef-20_myshopify_com button {
    padding: 18px !important;
}

.bis_modal_3138ef-20_myshopify_com #submit-btn__bis {
    letter-spacing: 0.2rem;
    padding: 18px !important;
}

/* checkboxes style  */
#bis_checkbox_grp {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.bis_box {
    flex: 1;
    margin: 10px 0;
    margin-bottom: 20px;
    text-align: start;
}

.bis-custom-checkbox {
    display: none !important;
    accent-color: #000;
    transform: scale(1.3)
}


/* -------------------------------- */
/* Custom Checkbox added  ---------*/
/* -------------------------------- */
.bis-custom-checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px; /* Space between checkbox and label text */
}

/* Custom checkbox style */
.bis-custom-checkbox-style {
    width: 20px;
    height: 20px;
    background-color: #f0f0f0;
    border: 2px solid #ccc;
    border-radius: 4px; /* Optional: makes the checkbox rounded */
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
}

/* Checkbox checked state */
.bis-custom-checkbox:checked + .bis-custom-checkbox-style {
    background-color: #000;
    border-color: #000;
}

/* Optional: Add a checkmark icon */
.bis-custom-checkbox:checked + .bis-custom-checkbox-style::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
}

/* ------------------------- */
/* Swipper  */
/* ------------------------- */
/* Ensure the Swiper container has a fixed size */
.bis-product-img-container {
    width: 100%;
    height: 180px; /* Ensure a fixed height */
    overflow: hidden;
}

.bis-product-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


/* powered by  */
#shopeetech_powered-by {
    margin: 5px 0 10px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}
#shopeetech_powered-by.powered-by-modal {
    margin-top: 10px;
    margin-bottom: 0px;
}
#shopeetech_powered-by.center {
    justify-content: center;
}
#shopeetech_powered-by .shopeetech_powered-by-text {
    color: #000;
    margin: 0px;
    font-size: 13px;
}

#shopeetech_powered-by .shopeetech_powered-by-img {
    border-radius: 5px;
}

#shopeetech_powered-by.shopeetech_powered-by-hidden {
    display: none !important;
}
