/*
Theme Name:     Woostify Child
Theme URI:      https://woostify.com/
Description:    Child theme for the Woostify theme
Author:         Your Name
Author URI:     https://yourwebsite.com/
Template:       woostify
Version:        1.0.0
Text Domain:    woostify-child
*/




/* Single Product Page image border radius */
.product-images {
  overflow:hidden;
  position: relative;
  animation: fadeIn 2s linear;
  border-radius: 15px !important;
}



/*cart page process to checkout button design*/
.wc-block-cart__submit-button {
    background-color: #ff5722 !important;
    color: white !important; /* Ensures text is visible */
    border: none !important;
    border-radius: 30px !important; /* Adjust for more or less rounding */
    padding: 12px 24px !important; /* Adds spacing inside the button */
}

.wc-block-cart__submit-button:hover {
    background-color: #fcb728!important; /* Slightly darker yellow on hover */
}


/*cart page save amount */
.wc-block-components-sale-badge {
    background-color: #37F713 !important;
    color: white !important; /* Ensures text is visible */
    padding: 5px 10px !important; /* Adds spacing inside the badge */
    border-radius: 5px !important; /* Slightly rounded corners */
    font-weight: bold !important; /* Makes text bold */
}

.wc-block-components-sale-badge span {
    color: black !important; /* Ensures the price amount is also white */
}


/*cart product image border radious also singale page product*/
img{
  border-radius: 10px;
}




.wc-block-components-checkout-place-order-button {
    background-color: #ff5722 !important;
    color: white !important; /* Ensures text is visible */
    border: none !important;
    border-radius: 30px !important; /* Adjust for more or less rounding */
    padding: 12px 24px !important; /* Adds spacing inside the button */
    font-weight: bold !important; /* Makes text bold */
    text-transform: uppercase; /* Optional: Makes text uppercase */
    transition: background-color 0.3s ease-in-out; 
}
	
	
.wc-block-components-checkout-place-order-button:hover {
    background-color: #fcb728 !important;
    color: white !important; /* Ensures text is visible */
}	


h4, .has-woostify-heading-4-font-size {
  font-size: 17px !important;
}

/* fibosearch-icon, .fibosearch-icon */
 
.dgwt-wcas-ico-magnifier-handler
{
  height: 25px !important;
}

