/*
Theme Name: Kapee Child
Theme URI: https://kapee.presslayouts.com/
Author: PressLayouts
Description: This is a child theme for Kapee
Version: 1.0.0
Author URI: https://www.presslayouts.com/
Template: kapee
Text Domain: kapee-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.border-radius-40 img{
	border-radius : 40px;	
}
.shadow {
	position:absolute;
	width:100%;
	z-index:500;
	background-color:white;
	top:600px;
	box-shadow: 2px 2px 5px grey;
}
.core-values-shadow{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)}
.woocommerce-Price-amount amount{
	display:none !important;
}

.woocommerce div.summary > p.price, .woocommerce div.summary .product-price-discount{
	display : none;
}

.product-price-buttons, .woocommerce div.product form.variations_form.cart .woocommerce-variation-add-to-cart {
	display :none !important ;
}

@media (max-width: 991px) {
    .site-header .header-main, .site-header .header-navigation, .site-header .header-sticky {
		height :80px;
        background-color: white;
    }
	
	.pls-menu{
		font-size : 28px
	}
}