gmp-place-autocomplete {
    color-scheme: light;
}

.woocommerce .cross-sells ul {

    margin: 0 -15px;

    display: flex;

    flex-wrap: wrap;

}



.crosselling-popups {

    position: fixed;

    top: 0;

    left: 0;

    width: 100vw;

    height: 100vh;

    background-color: #333333c9;

	display: flex;

    justify-content: center;

    align-items: center;

    z-index: 999999;

    flex-wrap: wrap;

    flex-direction: column;

}



.close-ajax-cart-popup {

    font-size: 32px;

    cursor: pointer;

    position: absolute;

    right: 7px;

    top: 0px;

    line-height: 1em;

}



.popcont {

	width: 860px;

    max-width: 90vw;

    max-height: calc(90vh - 70px);

    background: #fff;

    overflow-y: scroll;

    padding: 45px;

    position: relative;

}



.pop-buttons {

    text-align: right;

    bottom: 0;

    right: 44px;

    width: 860px;

    background-color: #f8f8f8;

    padding: 20px;

    max-width: 90vw;

}



.pop-buttons a.button {

    background-color: #000;

    color: #fff;

}



.product-added-info {

    text-align: center;

    font-weight: 600;

	background: #d0ffd0;

    padding: 17px;

}



.products-cross {

    display: flex;

    flex-wrap: wrap;

    margin: 0 -15px;

    margin-top: 10px;

}



.woocommerce a.added_to_cart {

    display: none;

}



.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added:before {

    content: "Added";

    background: #000;

    position: absolute;

    width: 93px;

}

li.wc_payment_method.payment_method_paypal img {
    display: none;
}