/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price .amount{
    font-weight: lighter!important;
}
.woocommerce ul.products li.product li.title a{
    font-weight: bold!important;
}
.woocommerce ul.products li.product li.title{
    margin-bottom: 0px!important;
}
.woocommerce div.product form.cart.variations_form button.single_add_to_cart_button{
	background-color: #e82126;
}
.woocommerce div.product form.cart.variations_form button.single_add_to_cart_button:hover {
    background-color: #7A7A7A;
}
@media all and (max-width:580px){
    .page-id-17 #main #content-wrap.container{
        padding-bottom: 35px;
    }
    .elementor-widget-container .su-tabs{
        margin: 10px 20px 0px 10px;
    }
    .elementor-widget-container .su-tabs > .su-tabs-nav > span:nth-of-type(n+2){
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}
@media all and (max-width:370px){
    .elementor-widget-share-buttons{
        margin: 0px;
        width: 100%;

    }
    .elementor-widget-share-buttons > .elementor-widget-container > .elementor-grid > .elementor-grid-item > .elementor-share-btn{
        max-width: calc(65vw/6)!important;
        max-height: calc(65vw/6)!important;
    }
}


/* NOUS */
#wpmenucartli a.wpmenucart-contents{
    color: #fff;
}
.woocommerce-checkout #payment ul.payment_methods .wc_payment_method > input[type="radio"]:first-child:checked + label::before,
.woocommerce-checkout #payment .payment_method_paypal::before,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
    color: #929292!important;
}
.woocommerce-terms-and-conditions-wrapper a:hover{
    color: #333!important;
}
td.product-name a:hover,
.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-button:hover{
    color: #000;
}
#bizum_payment_form .button:not(:hover),
#bizum_payment_form #submit_bizum_payment_form:not(:hover),
.woocommerce .button.wc-backward,
.woocommerce-info a.ywgc-show-giftcard,
.woocommerce-message a.restore-item,
.woocommerce .button[name="apply_coupon"],
.account-original-style .woocommerce #customer_login .col-2 button,
.error404-content .error-btn,
.woocommerce-cart .cart-collaterals .cart_totals .button[name="calc_shipping"],
.woocommerce-cart table.cart td.actions button[name="update_cart"],
.woocommerce-checkout #place_order,
.woocommerce-message a.button.wc-forward,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-button.button.woocommerce-form-login__submit{
    background-color: #d0332f;
}
.button.ywgc_apply_gift_card_button,
input[name="update_wishlist"],
.wishlist_table .product-add-to-cart a.button{
    background-color: #d0332f!important;
}
input[type="checkbox"]:checked::before {
    color: #d0332f!important;
}
.elementor-search-form__container.elementor-search-form--full-screen.elementor-lightbox input{
    border-color: #FFF #FFF #000 #FFF!important;
    color: #333!important;
}
.elementor-search-form__container.elementor-search-form--full-screen.elementor-lightbox .dialog-lightbox-close-button{
    color: #000!important;
}
#redsys_payment_form input,#redsys_payment_form .button{
	background-color: #d0332f;
    margin-right: 5px;
}
#redsys_payment_form input:hover,#redsys_payment_form .button:hover{
	background-color: #000;

}