div#addToCart-ds-content .single_add_to_cart_button {
    font-family: "Montserrat", Sans-serif;
    font-weight: 800;
    fill: #FFFFFF;
    background-color: #00bcd4 !important;
    width: 100%;
    border: 2px solid #00bcd4;
}

button#simulateAllColorSelections {
    z-index: 10001;
    position: fixed;
    top: 100px;
    right: 50px;
    padding: 0px;
    background: #fff;
    border: 0px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

button#simulateAllColorSelections span {
    background: #00bcd4;
    color: #fff;
    padding: 4px 10px;
    display: none;
}

button#simulateAllColorSelections:hover span {
    display: inline;
}

.admin-bar div#wpadminbar {
    /* overflow-x: hidden; */
}


.admin-bar .fpd-modal-product-designer.fpd-modal-overlay.fpd-fullscreen.fpd-show {
    margin-top: 32px;
}


@media only screen and (max-width: 767px) {

button#simulateAllColorSelections {
    top: 70px;
    right: 20px;
}
button#simulateAllColorSelections span {
    display: inline;
}
}

/* BEGIN VARIATION SWITCHER IMAGE */
    div#colorway-section-container {
        display: flex;
        margin-bottom: 20px;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    a.popular-colorways-btn {
        background-color: #000;
        padding: 12px 17px;
        color: #fff;
        font-size: 13px;
        align-items: center;
        justify-content: center;
        font-family: 'Montserrat';
        line-height: 1;
        transition: 0.3s all;
        font-weight: 800;
        font-style: italic;
        text-transform: uppercase;
        margin-right: 20px;
    }
    
    a.popular-colorways-btn:hover {
        background: #00bcd4;
    }
    div#selected-variation-name {
        font-size: 13px;
        color: #000;
        font-family: 'Montserrat';
        line-height: 1;
        font-weight: 800;
        font-style: italic;
        text-transform: uppercase;
    }
    .variation-featured-images {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap:10px;
    }
    .variation-featured-images .variation-image {
        
        text-align: center;
        cursor: pointer;
        flex: 1 1 calc(50% - 20px); /* 2 per row, accounting for margins */
        box-sizing: border-box;
        
        border: 1px solid;
        border-color: #ffffff00;
    }
    .variation-featured-images .variation-image img {
        max-width: 100% !important;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .variation-featured-images .variation-image .variation-name {
        margin-top: 5px;
        display: block;
    }
    
    .variation-featured-images .variation-image:hover {
         border: 2px;
    border-style: dashed;
    border-color: #000;
    border-radius: 10px;
    }
    
    .variation-featured-images .variation-image.selected {
        border: 2px;
    border-style: dashed;
    border-color: #000;
    border-radius: 10px;
    }
/* END VARIATION SWITCHER IMAGE */


/* BEGIN CHECKOUT POPUP TAB */
a.AddToCart-ds-btn-details {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 800;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #000000;
    width: 100% !important;
    border-radius: 0px;
    display:block;
    margin: 0px !important;
    padding: 0px !important;
    cursor: pointer;
    border: 2px solid #000;
}

a.AddToCart-ds-btn-details:hover {
    background: #fff;
    color: #000;
}


#addToCart-ds-container {
    width: 100vw;
    height: 100vh;
    background: #0000006b;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 1000;
}

.select2-container {
    z-index: 1001;
}

#addToCart-ds-content {
    background: #fff;
    display: block !important;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 30px 20px 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px #000;
    z-index: 1000;
    min-width: 350px;
    top: 50%;
    max-width: 500px;

    overflow-y: auto;
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
    height: 80%;
}

button#close-popup-icon-addToCart-ds {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background: #fff;
    font-family: 'Montserrat';
    position: absolute;
    right: 5px;
    top: 5px;
    border: unset;
}

button#close-popup-icon-addToCart-ds:hover {
    color: #00bcd4;
    opacity: .9;
}



@media only screen and (max-width: 767px) {
div#addToCart-ds-content {
    width: 100%;
    min-width: 100%;
            padding-top: 30px;
            height:100%;
}
button#close-popup-icon-addToCart-ds {
    top: 15px;
    right: 15px;
    font-size: 3.5rem;
}

}

/* END CHECKOUT POPUP TAB */

/* FPD RESPONSIVE */

