/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.quantity.buttons_added {
    border-radius: 8px!important;
}

input.minus, input.plus {
    background: var(--awb-custom_color_4)!important;
}
a.fusion-button.button-default.fusion-button-default-size.button.fusion-update-cart, a.fusion-button.button-default.fusion-button-default-size.button.checkout-button.button.alt.wc-forward {
    font-size: 12px;
	padding-left:20px;
	padding-right:20px;
}

.custom-image-wrap {
    display: flex;
    justify-content: space-between; /* Adjust the spacing as needed */
}

.custom-image {
    flex: 1;
    margin: 0; /* Remove any default margin */
}

.custom-image img {
    width: 100%; /* Make sure the images fill their containers */
    height: auto; /* Maintain the aspect ratio */
}

.fusion-layout-column.col-hov-eff:hover{
   transform:scale(1.02)!important;
   background:var(--awb-color2);
    }