/*
Theme Name: Ginger Home & Gifts
Theme URI: https://gingerhomeandgifts.co.uk
Description: Ginger Home & Gifts theme
Author: Boxxroom
Author URI: http://boxxroom.digital
Version: 1.0.0
Template: Divi
*/
#et-main-area {
    display: flex;
    min-height: calc(100vh - 145px);
    flex-direction: column;
    justify-content: space-between;
}
#wpadminbar #et-main-area {
    min-height: calc(100vh - 170px);
}

/**
 * Related Products
 */
.related-products__subheading {
    font-weight: bold;
    margin-bottom: 2rem;
}

/**
 * Footer Bottom
 */
.footer-menu ul {
    display: flex;
    flex-direction: column;
}

/**
 * Footer Bottom
 */
.footer-bottom-menu .et_pb_menu__menu {
    padding: 1rem 0;
}
.footer-bottom-menu .nav.upwards .menu-item,
.footer-bottom-menu .nav.upwards .menu-item a {
    margin: 0;
    padding: 0;
}
.footer-bottom-menu .nav.upwards .menu-item a {
    padding: 0 1rem;
}
.footer-bottom-menu .nav.upwards .menu-item::after {
    content: "";
    margin: 0;
    padding: 0;
    height: auto;
    display: flex;
    line-height: 1;
    align-items: center;
    border-right: 1px solid #fff;
}
