/* GIFT CERT */
#uc-gift-certificate-add-to-cart-form .selectbutton-option {
    margin: 0 .3em 5px;
    min-width: 50px;
    text-align: center;
}

/* PRODUCT DETAIL */
#thumbnail-images.swiper-container-horizontal {
    height: auto;
}

/* CART */
.ajax-cart-item-info .title a {
    white-space: normal;
}

/* Checkout */
#fnb_slot-wrapper .form-item,
#fnb_pickup_location-wrapper label.option {
    display: flex;
    align-items: flex-start;
}

#fnb_shipping_method-wrapper input[type=radio],
#fnb_slot-wrapper input[type=radio] {
    margin-top: 7px;
}

#fnb_slot-pane #fnb_slot-wrapper input[type=radio] {
    margin-top: 5px;
}

#fnb_pickup_location-wrapper input[type=radio] {
    margin-top: 8px;
}

#edit-panes-delivery-delivery-city-wrapper .form-required {
    display: none;
}

#edit-panes-fnb-type-fnb-type-fnb-method-pickup-wrapper label.option {
    display: inline-flex;
}

.checkout-card-body input[type=radio] {
    margin-top: 6px;
}

/* Header */
.login-link > i::before {
    content: '\f007';
}