/* my-account custom css */
.blz-my_account .blaze-login-register input[type="text"], 
.blz-my_account .blaze-login-register input[type="email"], 
.blz-my_account .blaze-login-register input[type="password"] {
    margin-bottom: 0px !important;
}

/* footer custom css */

@media (max-width: 1251px) {
    .desktop-footer-links p,
    .mobile-footer-links p,
    .footer-short-story p{
        font-size: 14px !important;
    }
}

@media (min-width: 1146px) {
    div.mobile-footer-links{
        display: none !important;
    }
}
@media (min-width: 767px) and (max-width: 1147px) {
    .footer-middle-row > div{
        flex-direction: column;
    }
    .desktop-footer-links{
        display: none !important;
    }
    div.mobile-footer-links{
        display: block !important;
    }
    
    body div.footer-middle > div.footer-middle-row > div > div:nth-child(2) > div.mobile-footer-links > div > div,
    .col-footer-links{
        width: 100% !important;
    }
}

/* checkout custom css */
section.fc-checkout-step {
    margin-bottom: 12px !important;
}



/* Shop With Confidence — checkout trust badge */
.shop-confidence-box {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 24px;
    margin-top: 24px;
}

.shop-confidence-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.shop-confidence-icon {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.shop-confidence-heading {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px;
}

.shop-confidence-subtitle {
    font-size: 14px;
    color: #444;
    margin: 0 0 12px;
}

.shop-confidence-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.shop-confidence-list li {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.8;
}

/* footer form css */
form#gform_2 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
form#gform_2 .gform-footer.gform_footer.hidden_label {
    padding: 0px !important;
    margin: 0px !important;
}
.gform-footer.gform_footer.top_label {
    padding: 0px !important;
    margin: 0px !important;
}
form#gform_2 .gform-body.gform_body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 355px;
}
form#gform_2 input#gform_submit_button_2 {
    margin: 0px !important;
}
form#gform_2 input#gform_submit_button_2 {
    padding: 9px 16px;
    border-radius: 0 4px 4px 0;
    background: #1C6009;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
		transform: none !important;
}
form#gform_2 input#gform_submit_button_2:hover{
		background: #59402e;
		color: #Fff;
}
form#gform_2 input#input_2_1 {
    padding: 10px !important;
    color: #333 !important;
    border-radius: 8px 0 0 8px;
}
@media (max-width: 566px) {
  form#gform_2 .gform-body.gform_body {
    width: 250px;
  }
  form#gform_2 input#input_2_1 {
    padding: 7px !important;
  }
}
@media (max-width: 401px) {
  form#gform_2 .gform-body.gform_body {
    width: 200px;
  }
  form#gform_2 input#input_2_1 {
    padding: 7px !important;
  }
}
@media (max-width: 351px) {
  form#gform_2 .gform-body.gform_body {
    width: 160px;
  }
  form#gform_2 input#input_2_1 {
    padding: 7px !important;
  }
}

@media (min-width: 1000px) {
    .payment_method-icons{
        justify-content: right !important;
    }
}
.woocommerce-shipping-fields select#shipping_country {
    line-height: 20px;
}
h2.age-gate-headline {
    color: #fff !important;
}