/*!
Theme Name: Flaminika
Author: TacticLead
Author URI: tacticlead.com
Version: 1.0
Text Domain: flaminika
*/

html {
    scroll-behavior: smooth !important;
}
.user-delivery .checkout-input {
    display: flex;
    align-items: center;
    gap: clamp(12px, .833vw, .75rem)
}
.user-delivery .checkout-input input[type="checkbox"] {
    margin-top: 0 !important;
}