/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* general */

input{border-radius: unset !important;}
input:focus {
    /* box-shadow: unset !important; */
    border-color: #e59900 !important;
    border-radius: unset !important;
}
/* header */
a.button.header-button2.button-size-medium.button-style-outline{position: relative;}
a.button.header-button2.button-size-medium.button-style-outline:before {
    content: "\f525";
    font-family: 'dashicons';
    display: inline-block;
    transform: rotate(90deg);
    font-size: 20px;
    margin-right: 10px;
}
/* mini-cart */
.mini_cart_item a.remove.remove_from_cart_button {
    line-height: 14px !important;
    color: white !important;
    background-color: black !important;
}

.mini_cart_item a.remove.remove_from_cart_button:hover {
    color: white !important;
    background-color: #d89732 !important;
}
.mini_cart_item span.quantity {
    color: black !important;
    width: max-content !important;
    padding-left: unset !important;
}
.mini-cart-item-price {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
p.woocommerce-mini-cart__total.total {
    padding-right: 24px !important;
}
/* footer  */

footer.site-footer{ border-top: 6px solid #e5a21d;}


footer.site-footer *{
	color: #F7F7FA;
}
footer img{
	width: 200px;
}
.site-footer-row.site-footer-row-columns-3{grid-template-columns: minmax(0, 2fr) minmax(0, 2fr) minmax(0, 3fr) !important;}
.site-footer-top-section-1,
.site-footer-top-section-2, .site-footer-top-section-3  {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-social{margin-left: unset;}
.footer-section-inner-items-2 .footer-widget-area{margin-left: unset !important;
margin-right: 30px;}
.footer-navigation ul li {
    width: 40%;
}
.footer-navigation ul li a{padding-left: unset !important;}
.footer-section-inner-items-2,.footer-navigation ul li a{padding-left: unset !important;}
.footer-menu-container ul li a{padding-top: 14px; padding-bottom: 15px; color: #FFF !important;}
.footer-menu-container ul li a:hover{ color: inherit !important;}
.footer-navigation .menu{justify-content: flex-start !important}

.footer-address{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #F7F7FA ;
}
.footer-address p{margin: unset; padding-bottom: 16px;}
.footer-address a{color: #F7F7FA !important;}
.footer-address label {
    color: #e5a21d;
}

a.cst-btn, a.cst-btn:active{
    color: #FFF;
    background-color: #000;
    text-transform: uppercase;
    padding: 9px 20px;
    text-decoration: none !important;
	margin-bottom: 20px;
	display: inline-flex;
	 animation: blink 1.5s ease-in-out infinite;
}
.blink-anim{
	display: inline-flex;
	 animation: blink 1.5s ease-in-out infinite;}
@keyframes blink{
  1% {
    transform: scale(1);
  }

  50% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

a.cst-btn:hover{
    color: #FFF;
    background-color: #000;	
    animation-play-state: paused;
}
/* theme fixes */
.kadence-conversion-wrap {z-index: 999999 !important;}
/* product single page */
/* .woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    margin-top: 30px !important;
}
.quantity.spinners-added{position: relative;}
.quantity.spinners-added:before {
    content: 'Carton Quantity';
    position: absolute;
    font-size: 16px;
    font-weight: 900;
    top: -25px;
    width: max-content;
} */
 /* archive/shop all page */
.loop-entry.product.type-product span.woocommerce-Price-amount.amount:after {
    content: ' / carton';
}
.loop-entry.product.type-product span.woocommerce-Price-amount.amount {
    position: relative;
}
/* variation swatches */
.kad_radio_variations .kt_disabled {
    opacity: unset !important;
}
#pa_size .kadence-wp-tips-container, fieldset[name='attribute_pa_size'] .kadence-wp-tips-container{
   width: max-content !important;
    height: max-content !important;
    padding: 4px 6px;
    text-align: center;
}
 fieldset[name='attribute_pa_size'] .kadence-wp-tips-container{padding: unset;}
 
.variations .kad_radio_variations .kadence-wp-tips{
    font-size: 10px;
    border-radius: unset;
    bottom: unset;
    top: 100%;
    transform: translate(-50%, 10px);
}
#pa_size .kadence-wp-tips, fieldset[name='attribute_pa_size']  .kadence-wp-tips{
    position: unset;
    border: unset;
    background: inherit;
    display: block;
    transform: unset !important;
    color: black;
    line-height: 1.1;
}
fieldset[name='attribute_pa_size']  .kadence-wp-tips{
    font-size: 11px;
}
.variations .kad_radio_variations .kadence-wp-tips::after {content: unset;}

#pa_size .kadence-wp-tips::after, fieldset[name='attribute_pa_size'] .kadence-wp-tips::after{content: unset;}
form.cart .variations .kad_radio_variations label.selectedValue:before {
    content: "\f147";
    position: absolute;
    top: -6px;
    left: 0;
    font-family: 'dashicons';
    color: #D89732;
    z-index: 10000;
}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart{display: flex; flex-direction: column;}
.woocommerce div.product form.cart div.quantity, .woocommerce div.product .kwt-add-to-cart-single .button.single_add_to_cart_button{width: max-content;}
.multiloca-lite-inventory {
    display: none;}
/* hide quantity for  out of stock */
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart{
     max-height: 500px; /* Large enough initial max-height to contain content */
            opacity: 1;
            visibility: visible;
            transition: opacity 0.7s ease-in-out, max-height 0.7s ease-in-out, visibility 0.7s ease-in-out;
            overflow: hidden;
}
.woocommerce-variation-add-to-cart-disabled {
    opacity: 0 !important;
            max-height: 0 !important;
            visibility: hidden !important;
}
#fluentform_5 .ff_repeater_table th:nth-child(2), #fluentform_5 .ff_repeater_table th:nth-child(5){display: none;}
#fluentform_5 .ff_repeater_table tbody td:nth-child(2), #fluentform_5 .ff_repeater_table tbody td:nth-child(5){display: none;}

        .whatsapp-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 9999;
            background-color: #25D366;
            color: white;
            padding: 10px;
            aspect-ratio: 1 / 1;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
            text-decoration: none;
        }
        .whatsapp-button:hover, .whatsapp-button:active {
            transform: scale(1.1);
            background-color: #25D366;
            color: white;
        }
        .whatsapp-button .dashicons-whatsapp {
            width: 28px;
            height: 28px;
            fill: white;
            font-size: 28px;
        }
@media screen and (max-width: 768px) {
	.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row{
		grid-template-columns: minmax(0, 1fr) !important;
		justify-content: center;
	}
    .site-footer-section{
        align-items: center;
    }
    .footer-navigation ul li {
    width: 100%;
    text-align: center;
}
    .footer-navigation .menu{justify-content: flex-start !important;}
    .footer-address p{text-align: center;}
}