/*
Theme Name:   oceanwp child theme
Description:  Child OceanWP
Author:       admin
Author URL:   https://entochriso.gr
Template:     oceanwp
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  oceanwp-child
*/

/* Write here your own personal stylesheet */
.wcmenucart i {
    color: #e60707;
}
.wcmenucart-details.count {
    background-color: #e60707;
}
.wcmenucart-details.count:before {
    border-color: #e60707;
}
/* Minus */
.entry-summary .cart .minus{
 font-size:20px; color:#000000;
}

/* Plus */
.entry-summary .cart .plus{
 font-size:20px; color:#000000;
}
/* Bdi */
.entry-summary .price bdi{
 color:#000000;}
.grid .price bdi{
 color:#000000;

}
.entry-summary .cart .single_add_to_cart_button{
 border-top-left-radius:15px;
 border-bottom-right-radius:15px;
}
/* Container */
#wrap .owp-floating-bar .container{
 position:relative;
 background-color:#000000;
}
/* Product details wrap */
.products .product .product-details-wrap{
 background-color:#ffffff;
}
/* Woocommerce store notice */
.woocommerce-store-notice{
 background-color:#000000;
}