.products .product-content aside {
    min-height: 90px;
}

.about-row {
    display: flex;
    flex-wrap: wrap;
}

.about_title {
    color: white;
    font-size: 4em;
    line-height: 1em;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.about_subtitle {
    color: white;
    font-size: 1em;
    line-height: 1.6em;
    font-style: normal;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
}

.about_title2,
.about_title3 {
    color: black;
    font-size: 40px;
    line-height: 1.2em;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.about_text {
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.about_banner {
    filter: brightness(70%);
}

.about-box {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 20px 20px 20px 20px;
    text-transform: uppercase;
}

.about-box.cook {
    background: #e40046;
}

.about-box.hood {
    background: #705AAB;
}

.about-box.cool {
    background: #00A0A8;
}

.about-points {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding: 30px;
}

.about-points .title {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1.4px;
}

.about-points .subtitle {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.2em;
    color: #fff;
    text-align: left;
}

.outer-banner {
    background-image: url(/assets/images/banners/about_hero2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    margin-top: 30px;
    min-height: 300px;
    width: 100%;
    padding: 0 16.33%;
}

.outer-banner .inner-banner {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 14px;
    padding: 15px 30px;
    min-height: 200px;
    margin: 20px;
    max-width: 400px;
}

.outer-banner .inner-banner ul {
    list-style: none;
    padding: 0;
}

.outer-banner .inner-banner li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}

.outer-banner .inner-banner .icon {
    height: 70px;
    width: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0
}

.outer-banner .inner-banner h2 {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 1.4px;
    line-height: 1.2;
}

.outer-banner .inner-banner p {
    color: white;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.2em;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .about_banner {
        min-height: 200px;
    }
    .about_title {
        font-size: 2.5em;
        line-height: 1.2em;
    }
    .about_subtitle {
        font-size: 14px;
        line-height: 1.5em;
        margin-top: 10px;
    }
    .about_title2 {
        font-size: 28px;
        text-align: left;
        margin-left: 20px;
    }
    .about_title3 {
        font-size: 20px;
        text-align: left;
        margin-left: 20px;
    }
    .about_text {
        text-align: left;
        margin-left: 20px;
        margin-right: 10px;
        margin-bottom: 30px;
    }
    .outer-banner {
        padding: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .outer-banner {
        padding: 10px;
    }
    .outer-banner .inner-banner {
        width: 100%;
        max-width: inherit;
        margin: 0;
    }
}

.home-product-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    gap: 25px 12px;
    justify-content: space-around;
}

.home-product {
    width: calc(25% - 10px);
    /* change at breakpoints */
    display: flex;
    flex-direction: column;
}

.home-product .image-container {
    display: flex;
    justify-content: center;
}

.home-product .image-container img {
    max-width: 100%;
}

.home-product .product-content {
    flex-grow: 1;
    text-align: center;
    max-width: 100%;
}

@media only screen and (max-width:991px) {
    .home-product {
        width: calc(33% - 10px);
    }
}

@media only screen and (max-width:767px) {
    .home-product {
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width:575px) {
    .home-product {
        width: 100%;
    }
}

.home_cat_wrap .home-categories {
    /* the link within that holds the image and text container */
    position: relative;
    display: flex;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
}

.home_cat_wrap .home-categories .text-container {
    display: flex;
    align-items: flex-end;
    padding: 0 15px 15px;
    gap: 5px;
    justify-content: space-between;
    background-color: #00000040;
    width: 100%;
}

.home_cat_wrap .home-categories h1,
.home_cat_wrap .home-categories h2 {
    position: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    line-height: 24px;
}

@media only screen and (min-width:992px) {
    .home_cat_wrap .home-categories {
        /* the link within that holds the image and text container */
        min-height: 200px;
    }
}


/* Header fixes */

@media only screen and (max-width:767px) {
    .header-right-wrap {
        position: relative;
    }
    .header-right-wrap .same-style {
        position: initial;
    }
    .header-right-wrap .same-style.header-search {
        right: 0;
    }
    .header-right-wrap .same-style.header-search .search-content {
        right: 0;
    }
    .header-menu {
        order: 4;
        background-color: #004F8B;
        margin: 0 -16px;
        padding: 16px;
    }
}


/* All new header */

.navbar-blue {
        background-color: #004F8B;
        font-size: 13px;
        color: #CACAD2;
        padding-top: 5px;
        padding-bottom: 5px;
}
.navbar-white {
    background-color: #ffffff;
    font-size: 13px;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-search-icon {
    order: 1;
    flex-grow: 1;
}

.navbar-brand {
    order: 0;
}

.nav-icons {
    flex-direction: row;
    flex-grow: 1;
    justify-content: end;
    order: 3;
    width: max-content;
    gap: 5px;
}
/*
.header-menu {
    order: 4;
    background-color: #004F8B;
    margin: 0 -16px;
    padding: 16px;
}
    */

.header-menu .navbar-nav {
    gap: 6px;
}

.header-menu .navbar-nav .nav-item {
    border-bottom: 1px solid #656565;
    padding-bottom: 6px;
}

.header-menu .navbar-nav .nav-item:last-child {
    border-bottom: 0;
}
.top-menu {
    margin-left:auto;
    margin-right:10px;
}

.nav-icon {
    display: block;
    width: 20px;
    height: 20px;
    background: no-repeat 100% 0 / 40px 60px url(/assets/images/custom/spritesheet.svg);
    transition: none;
}

.nav-icon.search {
    background-position-y: 0px;
}

.nav-icon.account {
    background-position-y: -20px;
}

.nav-icon.basket {
    background-position-y: -40px;
}

.nav-icons a[aria-expanded="true"],
.navbar-search-icon a[aria-expanded="true"] {
    background-position-x: 0;
}

.nav-icons .nav-link img {
    width: 20px;
}

@media only screen and (min-width: 992px) {
    .navbar-brand {
        order: 0;
    }
    .navbar-search-icon {
        order: 2;
        flex-grow: 0;
        margin-right: 5px;
    }
    .nav-icons {
        flex-grow: 0; 
    }
    .header-menu {
        order: inherit;
        background-color: inherit;
        margin: inherit;
        color: inherit;
    }
    .header-menu .navbar-nav .nav-item {
        border: 0;
        padding-bottom: 0;
    }
}

.navbar-nav .nav-item .nav-link {
    color: #555252;
    padding: 0;
    font-size: 16px;
    color: #555252;
    font-weight: 500;
    letter-spacing: .8px;
    display: inline-block;
    line-height: 64px
}

.navbar-nav .nav-item.show .nav-link {
    color: red;
}

.category-home {
    font-weight: bold;
}

.navbar-toggler {
    color: #fff;
    font-weight: bold;
    padding: 10px;
    line-height: 24px;
    font-size: 32px;
    order: 0;
}

.navbar-toggler:focus {
    outline: 0;
}

.navbar-toggler-icon {
    height: 0.9em;
    width: 0.9em;
}

.item-count {
    background-color: black;
    color: white;
    font-weight: normal;
    position: absolute;
    padding: 0 4px;
    line-height: 16px;
    font-size: 10px;
    border-radius: 10px;
    border: 1px solid white;
    right: -12px;
    top: -3px;
    height: 18px;
    text-align: center;
}

#outerDropdowns {
    position: relative;
}

#outerDropdowns .dropdown-menu {
    top: -2px;
    right: 0;
    left: 0;
    padding: 10px;
    box-shadow: 0px 3px 6px #00000029;
    border: 0;
    border-radius: 0;
}

.dropdown-menu.account {
    color: white;
    background-color: #444444;
}

.submenu {
    background-color: #444444;
    border: 0;
}

.submenu .dropdown-item a {
    color: white;
}

.submenu .dropdown-item a:hover,
.submenu .dropdown-item a:focus,
.submenu .dropdown-item:hover a,
.submenu .dropdown-item:focus a {
    color: #444444;
}

.search-form {
    display: flex;
}

.search-term {
    border: 0;
    flex-grow: 1;
    flex-shrink: 1;
}

.search-submit {
    border: 0;
    background-color: white;
}

@media only screen and (min-width: 992px) {
    .main-nav-bar {
        justify-content: space-around;
        width: 100%;
        gap: 10px;
        margin: 0 10px;
    }
    .menu-category {
        white-space: break-spaces;
    }
    #outerDropdowns .dropdown-menu {
        left: initial;
        min-width: 300px;
    }
    .dropdown-menu.account {
        color: #212529;
        background-color: white;
    }
}

.basket-list {
    list-style: none;
    padding-left: 0;
}

.basket-line {
    display: flex;
    justify-content: space-between;
}

.basket-line .close,
.basket-line.total {
    font-weight: bold;
    /* for temporary close symbol */
}

.basket-line.total .price {
    color: #e40046;
}

.basket-button {
    width: 100%;
    padding: 12px;
    border: 1px solid #e10e49;
    margin-top: 24px;
    display: block;
    text-align: center;
}

.basket-button.primary {
    color: white;
    background-color: #e40046;
}

.basket-button.secondary {
    color: #e40046;
    background-color: white;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .basket-buttons {
        display: flex;
        justify-content: space-between;
    }
    .basket-button {
        width: 48%;
    }
}