/**
Typography
 */
 a {
    text-decoration: none;
}
/**
Header
 */
#headerTop {
    background: #222423;
    height: 45px;
    color: #fff;
    font-family: Montserrat, 'sans-serif';
    font-weight: 600;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#headerSecond {
    background-color: #01783E;
    color: #fff;
    text-transform: uppercase;
}

#headerSecond .row {
    height: 60px;
    display: flex;
    align-items: center;
}

#headerSecond .right {
    display: flex;
    justify-content: right;
}

#headerSecond .right i {
    font-size: 20px;
}

#headerSecond .right i:not(:last-child) {
    margin-right: 2px;
}

#headerSecond .middle {
    justify-content: center;
}

#headerSecond .middle #logoMobile {
    position: relative;
    display: none;
    height: 60px;
    z-index: 99;
}

#headerSecond .left {
    display: flex;
    justify-content: left;
}

#headerSecond .left #toggle {
    display: none;
    font-size: 24px;
}

#headerSecond ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

#headerSecond ul li {
    padding: 0;
    list-style: none;
    margin-left: 20px;
}

#headerSecond ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

/**
Mobile Menu
 */
#mobileMenu {
    z-index: 99;
    position: absolute;
    right: 0;
    left: 0;
}

#mobileMenu > ul {
    margin: 0;
    padding: 0;
}

#mobileMenu > ul > li {
    list-style: none;
    padding: 10px 20px;
    background-color: #01783e;
    position: relative;
}

#mobileMenu > ul > li.topCategory {
    background-color: #159a52;
}

#mobileMenu > ul > li:not(:last-child)::after{
    position: absolute;
    content: '';
    height: 1px;
    right: 20px;
    bottom: 0;
    left: 20px;
    background-color: #FFFFFF;
}

#mobileMenu > ul > li > a {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

/**
Mobile Menu by Category
 */
.topCategoryMobileMenu {
    display: none;
    z-index: 99;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    background-color: #FFFFFF;
}

.topCategoryMobileMenu .mobileCategoryBack{
    position: absolute;
    left: 20px;
    top: 30px;
    font-weight: 600;
}

.topCategoryMobileMenu ul.mainCategory {
    padding: 0;
    margin: 100px 0;
}

.topCategoryMobileMenu ul li.category-title {
    list-style: none;
    margin: 25px 40px;
}

.topCategoryMobileMenu ul li.category-title a{
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.topCategoryMobileMenu ul.subCategory {
    margin: 0;
}

.topCategoryMobileMenu ul.subCategory li {
    list-style: none;
    margin-block: 10px;
}

.topCategoryMobileMenu ul.subCategory li a{
    text-decoration: none;
    color: #000000;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
}

/**
Mobile Search
 */
#displayMobileSearch {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    padding: 0 3vw;
}

#displayMobileSearch .closeButton{
    position: fixed;
    top: 5vh;
    right: 3vw;
    display: flex;
    justify-content: end;
    align-items: center;
    color: #ffffff;
    font-size: 22px;
}

#displayMobileSearch .search{
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#displayMobileSearch .search .aws-container form.aws-search-form input.aws-search-field{
    height: 50px;
}

#headerMain {
    background: linear-gradient(-40deg, #D7DF23, #18B569);
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
}

#logo {
    height: 120px;
    transition: all .3s;
    position: absolute;
    z-index: 99;
}

#headerMain .mainMenu ul.main {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: right;
}

#headerMain .mainMenu ul.main li {
    padding: 0;
    list-style: none;
    margin-left: 25px;
    height: 80px;
    display: flex;
    align-items: center;
}

#headerMain .mainMenu ul.main li a.nav-link {
    text-transform: uppercase;
    text-decoration: none;
    color: #01783E;
    font-size: 20px;
    font-weight: 600;
}

#headerMain .mainMenu ul.main li.clearance-link a {
    color: #D91818;
}

#headerMain .mainMenu ul.main li:hover:not(.clearance-link a) a.nav-link {
    border-bottom: 3px solid #01783E;
    padding-bottom: 2px;
}

#headerMain .mainMenu ul.main li a.active:not(.clearance-link a) {
    border-bottom: 3px solid #01783E;
    padding-bottom: 2px;
}

/**
Category overlay
 */
.displayCategoryOverlay {
    display: none;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    padding: 5vh 0;
    z-index: 98;
    transition: .5s all ease;
}

.displayCategoryOverlay .overlayProductItem:after{
    content: '';
    display: block;
    clear: both;
}

.displayCategoryOverlay .overlayProductLists .overlayProductItem {
    float: left;
    width: 25%;
}

.displayCategoryOverlay .category-title a{
    font-weight: 600;
    text-decoration: none;
    color: #01783e;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
}

.displayCategoryOverlay .category-item a{
    text-decoration: none;
    color: #01783e;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
}
/**
Menu Overlay
 */
#displayMenuOverlay {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    box-sizing: border-box;
    position: absolute;
    top: 185px;
    right: 20%;
    left: 0;
    z-index: 98;
}

#displayMenuOverlay .firstMenu {
    background: #FFFFFF;
    overflow-y: auto;
}

#displayMenuOverlay .firstMenu ul {
    padding: 0;
    margin: 70px 20px 0 5vw;
}

#displayMenuOverlay .firstMenu ul li {
    list-style: none;
    padding: 15px 0;
}

#displayMenuOverlay .firstMenu ul li a i {
    font-size: 24px;
}

#displayMenuOverlay .firstMenu ul li:not(:last-child) {
    border-bottom: 1px solid #707070;
}

#displayMenuOverlay .firstMenu ul li a {
    color: #01783e;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

#displayMenuOverlay .firstMenu .authSection {
    background-color: #D7DF23;
    padding: 20px;
    text-align: center;
}

#displayMenuOverlay .firstMenu .authSection a {
    text-transform: uppercase;
    color: #01783E;
    font-size: 22px;
    font-weight: 400;
}

#displayMenuOverlay .secondMenu {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    contain: size;
    overflow-y: auto;
    padding: 70px 20px 40px 20px;
}

#displayMenuOverlay .secondMenu ul {
    padding: 0;
}

#displayMenuOverlay .secondMenu ul li {
    list-style: none;
    padding: 15px 0;
}

#displayMenuOverlay .secondMenu ul li:not(:last-child) {
    border-bottom: 1px solid #707070;
}

#displayMenuOverlay .secondMenu ul li a {
    color: #01783e;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

#displayMenuOverlay .secondMenu ul li:first-child > a {
    color: #D91818;
}

/**
Footer
 */
.site-footer {
    margin: 0;
    border: none;
    width: 100%;
    padding: 50px 0 15px 0;
    background: #D7DF23;
    position: relative
}

footer .footerLogo {
    max-height: 130px;
    margin-bottom: 40px;
}

footer .bigPhone {
    display: block;
    font-size: 35px;
    font-weight: bolder;
    color: #01783E;
    margin-bottom: 40px;
}

footer #newsletter h6 {
    font-size: 22px;
    line-height: 27px;
    color: #01783E;
    font-weight: 500;
    padding: 0;
    margin: 0 0 30px;
    text-transform: uppercase
}

footer #newsletter input[type=email] {
    background: #fff;
    color: #01783E;
    border: none;
    box-shadow: none;
    height: 45px
}

footer #newsletter input[type=email].has-error {
    border: 1px solid #d9534f
}

footer #newsletter input[type=submit] {
    border: 1px solid #01783E;
    color: #01783E;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    display: inline-block;
    margin: 30px 0 0 0;
    background: 0 0;
    border-radius: 0
}

footer #newsletter .text-success {
    color: #fff !important
}

footer .links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .links ul li {
    color: #01783E;
    font-size: 16px;
    line-height: 22px
}

footer .links ul li a {
    text-decoration: none;
    color: #01783E
}

footer .links hr {
    border-top: 1px solid #01783E;
    margin-left: 0;
    max-width: 50%
}

footer .links .socialLinks {
    margin-top: 30px
}

footer .links .socialLinks a i {
    font-size: 30px;
    display: inline-block;
    margin-right: 15px
}

footer .links ul li strong {
    font-weight: 600
}

footer .copyright {
    text-align: center;
    margin-top: 50px
}

footer .copyright p {
    margin: 0;
    color: #01783E;
    font-size: 14px;
    line-height: 40px
}

footer .copyright p a, footer .copyright p a:active, footer .copyright p a:focus, footer .copyright p a:hover {
    color: #01783E;
    text-decoration: underline
}

/**
Shop All
 */
.shopPage {
    padding: 7.5vh 0;
}

/**
Categories
 */
#categories .item .background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 400px;
    width: 100%;
}

#categories .item .title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}

/**
Products Navigation
 */
#breadcrumbs {
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
}

#breadcrumbs li {
    display: inline-block
}

#breadcrumbs li:after {
    content: ">";
    display: inline-block;
    margin: 0 10px
}

#breadcrumbs li:last-child:after {
    display: none
}

#breadcrumbs li a {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase
}

/**
Listing Heading
 */
.product--listing--heading {
    text-align: left;
    padding: 60px 0;
    border-bottom: 1px solid rgba(112, 112, 112, .4)
}

.product--listing--heading h1 {
    font-size: 92px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #01783e;
    text-transform: uppercase;
}

.product--listing--heading h2 {
    margin-top: 3px;
    font-size: 40px;
    font-weight: 500;
    color: #D7DF23;
    padding: 0;
}

/**
Product filter
 */
.shop--product--listing .product--filter .filter--mobile-wrapper {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

.shop--product--listing .product--filter .filter--mobile-wrapper a {
    text-decoration: none;
    color: #01783e;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

.shop--product--listing .product--filter .panel-group .panel {
    border-radius: 0;
    border: none;
    margin-bottom: 15px
}

.shop--product--listing .product--filter .panel-default > .panel-heading {
    background-color: #01783e;
    border: none;
    border-radius: 0;
    text-align: center
}

.shop--product--listing .product--filter .panel-default > .panel-heading h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    margin: 0;
    text-transform: uppercase
}

.shop--product--listing .product--filter .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
    background: rgba(1, 120, 62, .06);
    padding: 0
}

.shop--product--listing .product--filter .panel-group .panel-heading + .panel-collapse > .panel-body ul {
    list-style-type: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

.shop--product--listing .product--filter .panel-group .panel-heading + .panel-collapse > .panel-body ul li {
    display: block
}

.shop--product--listing .product--filter .panel-group .panel-heading + .panel-collapse > .panel-body ul li a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    padding: 15px 25px;
    text-transform: uppercase
}

.shop--product--listing .product--filter .panel-group .panel-heading + .panel-collapse > .panel-body ul li a.selected {
    font-size: 18px;
    font-weight: 600;
    color: #01783E;
    background-color: #D7DF23;
}

.filterBrandsWrapper {
    padding: 15px 25px !important;
    background-color: black;
}

.filterBrandsWrapper label {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 18px;
    padding-left: 10px;
    text-transform: uppercase
}

.filterPriceWrapper .values {
    color: #333
}

.filterPriceWrapper .box {
    padding: 15px 25px
}

/**
Product Listing
 */
.shop--product--listing {
    margin-top: 50px
}

.shop--product--listing .items {
    position: relative
}

.shop--product--listing .loading--wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .85);
    display: none;
    z-index: 1
}

.shop--product--listing .loading--wrapper img {
    position: absolute;
    top: 100px;
    left: calc(50% - 100px);
    width: 200px;
    height: 200px
}

.shop--product--listing .items .item {
    margin-bottom: 30px
}

.shop--product--listing .items .item:nth-child(3n+4) {
    clear: both
}

.shop--product--listing .items .item .wrapper {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    position: relative
}

.shop--product--listing .items .item .wrapper .sale {
    position: absolute;
    top: 10px;
    left: -5px;
    width: 80px;
    background: #D91818;
}

.shop--product--listing .items .item .wrapper .sale p {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.shop--product--listing .items .item .wrapper img {
    max-height: 174px;
    display: block;
    margin: 0 auto
}

.shop--product--listing .items .item .wrapper .imgWrapper {
    min-height: 175px
}

.shop--product--listing .items .item .wrapper h3 {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    padding: 0;
    margin: 10px 0 10px;
    min-height: 58px
}

.shop--product--listing .items .item .wrapper .desc p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #5d5d5d
}

.shop--product--listing .items .item .wrapper .colours {
    margin-bottom: 20px
}

.shop--product--listing .items .item .wrapper .colours .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
    margin-right: 10px
}

.shop--product--listing .items .item .wrapper p.price {
    font-size: 22px;
    line-height: 22px;
    color: #000;
    margin: 15px 0 0 0
}

.shop--product--listing .items .item .wrapper p.price span {
    color: #000
}

.shop--product--listing .items .item .wrapper p.price span.oldPrice {
    font-weight: 200;
    color: #707070;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

.shop--product--listing .items .item .wrapper p.price span.gstTag {
    font-size: 14px;
}

.shop--product--listing a.loadMore {
    background: #01783e;
    font-size: 20px;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 10px
}

/*
Article
*/
article .container {
    padding: 7.5vh 0;
}


/*
Home Page 2023
*/
.homePage2 .intro{
    font-size: 34px;
    line-height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 7.5vh;
}

.homePage2 .intro h2{
    width: 60%;
    font-weight: 400;
    font-size: 30px;
}

.homePage2 .intro h2 span{
    font-weight: 600;
}

.homePage2 .home--cats .item .background,
.homePage2 .other--tabs .item .background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 400px;
    width: auto;
}

.homePage2 .home--cats .item .title{
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}

.homePage2 .home--cats .cta{
    letter-spacing: 3px;
    color: #01783E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homePage2 .home--cats .cta i{
    margin-left: 10px;
}

.homePage2 .other--tabs .item{
    margin-bottom: 20px;
}

.homePage2 .other--tabs .title{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


#featured2 {
    margin-bottom: 100px
}

#featured2 h4 {
    font-size: 30px;
    color: #01783e;
    line-height: 36px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 0 30px;
    font-weight: 500
}

#featured2 .owl-carousel {
    margin: 0 100px;
    width: calc(100% - 200px)
}

#featured2 .owl-carousel .owl-stage{display: flex;}

#featured2 .owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 30px);
    width: 100%
}

#featured2 .owl-carousel .owl-nav button {
    font-size: 42px;
    color: #01783e;
    position: absolute;
    left: -75px
}

#featured2 .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -75px
}

#featured2 .owl-carousel .owl-nav button:hover {
    background: 0 0;
    opacity: .5
}

.homePage2 #featured2 .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.homePage2 #featured2 .item:nth-child(3n+4) {
    clear: both
}

.homePage2 #featured2 .item .wrapper {
    background: #F5F5F5;
    padding: 15px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.homePage2 #featured2 .item .wrapper .sale {
    position: absolute;
    top: 10px;
    left: -5px;
    width: 80px;
    background: #D91818;
}

.homePage2 #featured2 .item .wrapper .sale p {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.homePage2 #featured2 .item .wrapper img {
    max-height: 174px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.homePage2 #featured2 .item .wrapper .imgWrapper {
    min-height: 175px
}

.homePage2 #featured2 .item .wrapper h3 {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    padding: 0;
    margin: 10px 0 10px;
    min-height: 58px
}

.homePage2 #featured2 .item .wrapper .desc{
    margin-bottom: 60px;
}

.homePage2 #featured2 .item .wrapper .desc p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #5d5d5d
}

.homePage2 #featured2 .item .wrapper .bottom {
    position: absolute;
    bottom: 10px;
}

.homePage2 #featured2 .item .wrapper p.price {
    font-size: 22px;
    line-height: 22px;
    color: #000;
}

.homePage2 #featured2 .item .wrapper p.price span {
    color: #000
}

.homePage2 #featured2 .item .wrapper p.price span.oldPrice {
    font-weight: 200;
    color: #707070;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

.homePage2 #featured2 .item .wrapper p.price span.gstTag {
    font-size: 14px;
}

.custom-add-to-cart .button {
    display: block !important;
    width: 100%;
    background-color: #01783e !important;
    padding: 10px 0 !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    margin-left: 10px !important; 
    color: #fff !important;
}

.wpfda-submit button{
    color: white !important;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    /**
    Header
     */
    #headerTop {
        font-size: 13px;
    }

    #headerSecond {
        padding: 0 10px;
    }

    #headerSecond .left .links, #headerSecond .middle .search {
        display: none;
    }

    #headerSecond .row {
        height: 80px;
    }

    #headerSecond .middle #logoMobile, #headerSecond .left #toggle {
        display: block;
    }

    #headerMain {
        display: none;
    }

    /**
    Header Second
     */
    #headerSecond .right i {
        font-size: 16px;
    }

    /**
    Footer
     */
    .site-footer {
        padding: 30px 0 0 0
    }

    footer .footerLogo {
        display: block;
        margin: 0 auto 30px auto;
    }

    footer .bigPhone {
        text-align: center;
        font-size: 22px;
    }

    footer #newsletter h6 {
        font-size: 20px;
        display: block;
        text-align: center
    }

    footer #newsletter input[type=submit] {
        display: block;
        margin: 30px auto
    }

    footer .copyright {
        text-align: center
    }

    footer .copyright p {
        font-size: 14px;
        line-height: 21px;
        margin: 0 0 15px
    }

    /**
    Categories
     */
    #categories .item .background {
        margin: 0 15px;
        width: auto;
    }

    /**
    Shop All
     */
    .shopPage {
        padding: 3vh 0;
    }

    article .container {
        padding: 3vh 0;
    }

    /**
    Product page title
     */
    .product--listing--heading {
        padding: 20px 0;
    }

    .product--listing--heading h1 {
        font-size: 50px;
    }

    .product--listing--heading h2 {
        font-size: 20px;
        margin-top: 10px;
    }

    /**
    Shop product
     */
    .shop--product--listing .items .item:nth-child(3n+4) {
        clear: none
    }

    .shop--product--listing .items .item:nth-child(2n+3) {
        clear: both
    }

    .shop--product--listing .items {
        margin-top: 50px
    }

    .shop--product--listing .items .item .wrapper {
        padding: 15px 5px
    }

    .shop--product--listing .items .item .wrapper h3 {
        font-size: 15px;
        line-height: 18px
    }

    .shop--product--listing .items .item .wrapper p.price {
        font-size: 16px;
        line-height: 20px
    }

    .shop--product--listing .items .item:nth-child(odd) {
        padding-right: 7px
    }

    .shop--product--listing .items .item:nth-child(even) {
        padding-left: 7px
    }

    /*
    Home Page 2023
    */
    .homePage2 .intro h2 {
        font-size: 24px;
        line-height: 32px
        padding-bottom: 3vh;
    }

    .homePage2 .home--cats .background, 
    .homePage2 .other--tabs .background{
        margin: 0 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /**
      Header
      */
    #logo {
        position: relative;
        height: 80px;
        margin-bottom: 10px;
    }

    #headerMain {
        height: 150px;
    }

    #headerMain .mainMenu {
        text-align: center;
    }

    #headerMain .mainMenu ul.main {
        justify-content: center;
    }

    #headerMain .mainMenu ul.main li {
        margin-inline: 5px;
        height: 50px;
    }

    #headerMain .mainMenu ul.main li a.nav-link {
        font-size: 16px;
    }

    .displayCategoryOverlay{
        top: 150px;
        padding-block: 2vh;
    }

    /**
    Menu overlay
     */
    #displayMenuOverlay{
        top: 255px;
    }

    /**
    Product page title
     */
    .product--listing--heading h1 {
        font-size: 60px;
    }

    .product--listing--heading h2 {
        font-size: 22px;
        margin-top: 10px;
    }

    /**
    Shop product
     */
    .shop--product--listing .items .item:nth-child(2n+3) {
        clear: both
    }

    /*
    Home Page 2023
    */
    .homePage2 .intro h2 {
        font-size: 28px;
        line-height: 37px
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    /**
      Header
       */
    #logo {
        position: relative;
        height: 80px;
        margin-bottom: 10px;
    }

    #headerMain {
        height: 150px;
    }

    #headerMain .mainMenu {
        text-align: center;
    }

    #headerMain .mainMenu ul.main {
        justify-content: center;
    }

    #headerMain .mainMenu ul.main li {
        margin-inline: 10px;
        height: 50px;
    }

    #headerMain .mainMenu ul.main li a.nav-link {
        font-size: 18px;
    }

    .displayCategoryOverlay{
        top: 150px;
        padding-block: 2vh;
    }

    /**
    Menu overlay
     */
    #displayMenuOverlay{
        top: 255px;
    }

    /**
    Product page title
     */
    .product--listing--heading h1 {
        font-size: 60px;
    }

    .product--listing--heading h2 {
        font-size: 22px;
        margin-top: 10px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    /**
    Header
     */
    #logo {
        position: absolute;
    }

    #headerMain .mainMenu ul.main li a.nav-link {
        font-size: 18px;
    }

    /**
    Product page title
     */
    .product--listing--heading h1 {
        font-size: 80px;
    }

    .product--listing--heading h2 {
        font-size: 28px;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {

}