.sendBikesModal {
    display: none;
    justify-content: center;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
    padding-top: 300px;
}

.closeModalBtn {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}

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

.sendBikesModal > div {
    max-width: 1000px;
    height: fit-content;
    margin: 0 auto;
    background: #fff;
    padding: 0 15px;
}

#gform_submit_button_1 {
    background: #a1a2a1;
}

#gform_confirmation_wrapper_1 {
    position: relative;
    top: -15px;
}

.wcsf img.wcsf-field-thumbnail {
    width: 200px;
    height: 200px!important;
    object-fit: cover;
}

/*body.product-template-default .product .elementor-image-gallery figure.gallery-item .gallery-icon{
    margin: 0 7px 0px 7px;
}
@media (max-width: 768px) {
    body.product-template-default .product .elementor-image-gallery figure.gallery-item .gallery-icon{
        margin: 0 0px 15px 0;
    }
}
*/

/* .wcsf-control.is-skip, body .wcsf-controls-preliminary-results
{
    display: none;
} */

/* #cart-account, #store-locator {
    min-width: 200px;
} */

/* .wc-prl-recommendations img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.cf-image-auto-resize {
    object-fit: contain;
    height: 300px!important;
} */