.container { max-width: 1300px !important; }
.auto-p-mb p { margin-bottom: 24px; }
.smooth-transition { 
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

/* Custom Scroll-Bar */
html { scroll-behavior: smooth; }
.custom-sb-black::-webkit-scrollbar { width: 3px; }
.custom-sb-black::-webkit-scrollbar-track { background: white; }
.custom-sb-black::-webkit-scrollbar-thumb { background-color: black; }

/* Custom Title */
.custom-title-kvx { position: relative; }
.custom-title-kvx::after {
    content: attr(data-title);
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.72);
    box-shadow: 1px 1px 3px #222222;
    border-radius: 44px;
    padding: 2px 15px;
    color: white;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 0%;
    transform: translate(-105%, -50%);
    visibility: hidden;
}
.custom-title-kvx:hover::after {
    opacity: 1;
    transition: all 300ms ease-in-out 372ms;
    visibility: visible; 
}

/* Temp Fonts */
.f_akshar { font-family: 'Akshar'; }
.f_baloo { font-family: 'Baloo Thambi 2'; }
.f_inter { font-family: 'Inter'; }
.f_poppins { font-family: 'Poppins'; }
.f_raleway { font-family: 'Raleway'; }

/* Carrito WoCommerce Dependencies */
/* 
.cfw-side-cart-floating-button { display: none !important; }
#cfw-side-cart .cfw-side-cart-contents-header .cfw-side-cart-close-btn { position:static !important; }
#cfw-side-cart #cfw-cart .cart-item-row .cfw-cart-item-description { padding: 15px !important; }
body.cfw-side-cart-close #cfw-side-cart {
    animation-name: cfw-side-cart-slide-out-ltr;
    right: -480px;
}
body.cfw-side-cart-open #cfw-side-cart {
    animation-name: cfw-side-cart-slide-in-ltr;
    right: 0;
} 
*/