

.buynow_custom_section-modal-content {
    background-image: url('/images/bg/banners/LiiNQ/v4/buynow-modal-banner-L.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 125px;
    border-radius: 4.9px;
    -webkit-box-shadow: 0 0.1575rem 0.1575rem 0 rgba(0, 0, 0, 0.10) !important;
}
.buynow_custom_section-main-content {
    overflow-y: auto;
    height: 100vh;
}
.buynow_custom_section-content {
    margin: 4.00rem auto 0.0rem auto;
}
.buynow_custom_section-section-heading {
    font-size: 1.3rem;
    font-style: italic;
    color: #a35179;
}
.buynow_custom_section-section-hide-show {
    font-size: 1.3rem;
    font-style: italic;
    color: #a35179;
}

/* ----------------------- */
/* Section content section */
/* ----------------------- */
.buynow_custom_section-edit-heading-and-content {
    position: relative;
    margin: 0.75rem 0;
    padding: 0.5rem 0.5rem;
    border-radius: 4.9px;
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 0.1575rem 0.1575rem 0 rgba(0, 0, 0, 0.10) !important;
}
.buynow-dropdown-menu_page_section_template {
    min-width: 425px;
    -webkit-box-shadow: 0 0.1175rem 0.1175rem 0 rgba(0, 0, 0, 0.10) !important;
}
.buynow-dropdown-menu_section_embed_element {
    min-width: 200px;
    -webkit-box-shadow: 0 0.1175rem 0.1175rem 0 rgba(0, 0, 0, 0.10) !important;
}
.buynow_custom_section-text-entry {
    padding: 0.5rem 0.0rem 0.0rem 0.0rem;
    text-align: left;
    width: 75%;
}

/* ----------------------- */
/* Section styling section */
/* ----------------------- */
.buynow_custom_section-styling {
    position: relative;
    margin: 0.75rem 0;
    padding: 0.5rem 0.5rem;
    border-radius: 4.9px;
    background-color: #f0f4f0;
    -webkit-box-shadow: 0 0.1575rem 0.1575rem 0 rgba(0, 0, 0, 0.10) !important;
}
.buynow_custom_section-background_styling {
    width: auto;
    padding: 0.25rem;
    background-color: #f8f8f8;
    border-radius: 4.9px;
    border: 1px solid #e0e0e0;
    transition: box-shadow .3s;
}

/* ------------- */
/* 2-column grid */
/* ------------- */
.buynow_custom_section-flex_grid {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 0.5rem;
}
.buynow_custom_section-flex_tile_1 {
    max-width: 48%;
    position: relative;
    flex: 0 0 50%;
}
.buynow_custom_section-flex_tile_2 {
    max-width: 48%;
    position: relative;
    flex: 1 0 50%;
}
.buynow_custom_section-tile_content {
    /*width: 100%;*/
    /*text-align: center;*/
}

/* ------------ */
/* Preview pane */
/* ------------ */
.buynow_custom_section-preview {
    position: relative;
    overflow: hidden;

    zoom: 0.8;
    width: auto;

/*  padding: 0.25rem;
    min-height: 729px;
    max-height: 729px; */

    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4.9px;
    /*padding:0.20rem;*/

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.buynow_custom_section-preview-video {
    position: relative;
}
.buynow_custom_section-preview-video video {
    position: absolute;
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translateX(-50%) translateY(-50%);*/
}
.buynow_custom_section-preview .buynow-custom-section-preview-overlay {
    position: relative;
}
/* -------------------------------------- */
/* preview: text-left, embed-right        */
/* -------------------------------------- */
.buynow_custom_section-embed_text_left {
    padding: 0.5rem;
    text-align: left;
    font-size: 0.9rem;
}
.buynow_custom_section-embed_image_right {
    float: right;
    max-width: 40%;
    border-radius: 4.9px !important;
    border: 1px solid #e0e0e0;
    margin: 0.75rem 0.35rem 0.75rem 0.75rem;
    display: inline-block;
}
/* -------------------------------------- */
/* preview: text-right, embed-left        */
/* -------------------------------------- */
.buynow_custom_section-embed_text_right {
    padding: 0.5rem;
    text-align: left;
    font-size: 0.9rem;
}
.buynow_custom_section-embed_image_left {
    float: left;
    max-width: 40%;
    border-radius: 4.9px !important;
    border: 1px solid #e0e0e0;
    margin: 0.75rem 0.75rem 0.75rem 0.35rem;
    display: inline-block;
}

/* -------------------------------------- */
/* preview: text-right, embed-left        */
/* -------------------------------------- */
.buynow_custom_section-text_middle_center {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    justify-content: center;
    align-items: center;
    min-height: 600px;
}
.buynow_custom_section-section-text {
    font-size: 1.5rem;
}


/* -------------------------------------- */
/*             @media settings            */
/* -------------------------------------- */
@media (max-width: 850px) {
    .buynow_custom_section-text-entry {
        width: 100%;
    }
    .buynow_custom_section-preview {
        max-width: 100%;
        zoom: 1.0;
    }
    .buynow_custom_section-flex_tile_1 {
        max-width: 98%;
        flex: 0 0 100%;
    }
    .buynow_custom_section-flex_tile_2 {
        max-width: 98%;
        flex: 1 0 100%;
    }
}


/* -------------------------------------------- */
/* preview: FULL_WIDTH_BACKGROUND_YOUTUBE_VIDEO */
/* -------------------------------------------- */
.bcsm-youtube-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-color: black;
}
.bcsm-youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.bcsm-video-overlay-text {
    position: absolute;
    padding: 0.25rem 0.5rem;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 4.9px;
    width: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


