/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
Description: Дочерняя тема для Hello Elementor
Author: Евгений Солдатов
*/
html, body{
    overflow-x: hidden;
}    
.elementor-popup-modal .dialog-widget-content {
    border-radius: 30px;
}
.elementor-popup-modal .dialog-close-button {
    padding: 10px;
    background: #0095FA;
    border-radius: 5px;
}

.elementor-popup-modal .dialog-close-button:hover {
    background: black;
}
.dialog-lightbox-widget.elementor-popup-modal .dialog-widget-content .dialog-close-button i{
    color: white!important;
    font-size: 19px;
}
.dialog-message {
    height: auto!important;
}

#ship-to-different-address-checkbox,
.wcus-checkout-fields > h3,
.e-cart__column.e-cart__column-end,
.cart_totals > h2,
.added_to_cart.wc-forward{
    display: none!important;
    /*background: red!important;
    transform: scale(0.5); */
}

.woocommerce div.product form.cart .button{
    background-color: #ff6701;
}
.woocommerce div.product form.cart .button:hover{
    background-color: #6CB9B8;
    border-color: #6CB9B8;
}


