
@media (max-width: 1400px) {
    
    a, p, span, label {
        font-size: .8rem;
    }
    
    /*Navigator and Header*/
    
    div.nav-2 > div.nav-2-1 {
        padding: 0 25px;
    }
    
    div.menu-primary-menu-container > ul.nav-ul > li > a {
        font-size: .8rem;
    }
    
    div.nav-3-1 > button {
        font-size: .8rem;
    }
    
    div.header-1-1 > img {
        max-width: 500px;
    }
    
    div.header-1-1 > h3 {
        font-size: 1.4rem;
    }
    
    div.header-1-1 > h1 {
        font-size: 1.8rem;
    }
    
    div.header-1-1 > p {
        font-size: 1rem;
    }
    
    
    /*Nav Slider*/
    
    div.header-cats-carousel {
        width: 95%;
    }
    
    div.owl-item > div.category-item > a > figure > img {
        max-width: 130px;
    }
    
    div.owl-item > div.category-item > a > figure > figcaption > h3 {
        font-size: .8rem;
    }
    
    /*Delivery*/
    
    div.delivery-1-1 > img {
        max-width: 40px;
    }
    
    div.delivery-1-1 > p {
        font-size: 1.2rem;
    }
    
    div.delivery-1-1:last-child > img {
        max-width: 200px;
        height: 200px;
    }
    
    
    /*Featured Products*/
    
    div.featured-1-2 {
        width: 95%;
    }
    
    div.featured-1-1 > h1 {
        font-size: 2rem;
    }
    
    div.featured-1-1 > p {
        font-size: .8rem;
    }
    
    div.featured-1-2 > div.featured-products div.product-slide {
        margin: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        height: 450px;
    }
    
    /*Product Suggestions*/
    
    div.suggestion-1-1:nth-child(2) {
        flex: 2;
    }
    
    div.suggestion-1-1:nth-child(2) > img {
        max-width: 400px;
    }
    
    div.suggestion-1-1 > h1 {
        font-size: 2rem;
    }
    
    /*Featured Category */
    
    div.featured-category-1-1:nth-child(1) > img {
        max-width: 500px;
        max-height: 500px;
    }
    
    div.featured-category-1-1:nth-child(2) > span:nth-child(1) > img {
        max-width: 85px;
        max-height: 85px;
    }
    
    div.featured-category-1-1:nth-child(2) > span:nth-child(1) > h2 {
        font-size: 4.5rem;
    }
    
    /*Brands*/
    
    div.brands-1 {
        width: 90%;
    }
    
    div.brands-1 > div.brands-1-1 > h1 {
        font-size: 1.5rem;
    }
    
    div.brand-slide > a > img {
        max-width: 120px;
    }
    
    /*Social Media*/
    
    div.social > h1 {
        font-size: 1.5rem;
    }
    
    div.social > a > img {
        max-width: 35px;
        max-height: 35px;
    }
    
    /*Footer*/
    
    div.footer-info > a > img {
        max-width: 600px;
    }
    
    div.footer-payment > p {
        font-size: 1rem;
    }
    
    div.footer-payment > img {
        max-width: 40px;
        max-height: 40px;
    }
    
    
    /*Woocommerce*/
    
    section.woo-archive-2 {
        gap: 0;
        width: 100%;
        grid-template-columns: 25% 75%;
    }
    
    section.woo-archive-2 > ul.products {
        gap: 0;
        max-width: 100%;
        grid-template-columns: 25% 25% 25% 25%;
    }
    
    section.woo-archive-2 > ul > li.product-category.product {
        max-height: 275px !important;
        padding: 0 !important;
    }
    
    section.woo-archive-2 > ul.products > li.product.type-product {
        height: 300px !important;
        padding: 5px !important;
        margin: 10px 0;
    }
    
    section.woo-archive-2 > ul.products > li.product.type-product > a:first-child > h2 {
        font-size: .75rem;
    }
    
    div.woocommerce-sidebar span {
        font-size: .6rem;
    }
    
    section.woo-archive-2 > ul.products > li.product-category.product > a:first-child > img {
        max-height: 200px;
    }
    
    section.woo-archive-2 > ul.products > li.product.type-product > a:first-child > img {
        max-width: 140px;
    }
    
}



@media (max-width: 1200px) {
    
    /*Header and Navigator*/
    
    div.nav-1 > div.nav-1-1 > p {
        font-size: .8rem;
    }
    
    div.nav-1 > div.nav-1-1 > a {
        font-size: .8rem;
    }
    
    img.custom-logo {
        max-width: 240px;
    }
    
    div.aws-wrapper > input.aws-search-field {
        font-size: .8rem;
    }
    
    div.nav-3 {
        padding: 0;
    }
    
    div.nav-2 > div.nav-2-1:nth-child(1) {
        flex: 1;
    }
    
    div.nav-2 > div.nav-2-1:nth-child(2) {
        flex: 2;
    }
    
    div.menu-primary-menu-container > ul.nav-ul > li > a {
        font-size: .7rem;
    }
    
    div.header-1-1 > img {
        max-width: 450px;
    }
    
    div.header-1-1 > h3 {
        font-size: 1.2rem;
    }
    
    div.header-1-1 > h1 {
        font-size: 1.6rem;
    }
    
    div.header-1-1 > p {
        font-size: .8rem;
    }
    
    /*Delivery Info*/
    
    div.delivery-1 {
        height: 125px;
    }
    
    div.delivery-1-1 > img {
        max-width: 30px;
    }
    
    div.delivery-1-1 > p {
        font-size: 1rem;
    }
    
    div.delivery-1-1:last-child > img {
        max-width: 180px;
        height: 180px;
    }
    
    /*Featured Products*/
    
    div.featured-1-2 > div.featured-products div.product-slide {
        height: 400px;
    }
    
    div.featured-1-2 > div.featured-products div.product-slide > a > div.slide-image {
        padding: 5px;
    }
    
    /*Featured Product*/
    
    div.suggestion-1-1:nth-child(1) {
        flex: 3;
    }
    
    div.suggestion-1-1:nth-child(2){
        flex: 2;
    }
    
    div.suggestion-1-1:nth-child(2) > img {
        max-width: 350px;
    }
    
    /*Featured Category*/
    
    div.featured-category-1-1:nth-child(1) > img {
        max-width: 350px;
        max-height: 350px;
    }
    
    div.featured-category-1-1:nth-child(2) > span:nth-child(1) > img {
        max-width: 65px;
        max-height: 65px;
    }
    
    div.featured-category-1-1:nth-child(2) > span:nth-child(1) > h2 {
        font-size: 3.5rem;
    }
    
    /*Brands*/
    
    div.brands-1 > div.brands-1-1 > h1 {
        font-size: 1rem;
    }
    
    div.brand-slide > a > img {
        max-width: 100px;
    }
    
    
    /*Footer*/
    
    footer {
        padding: 50px 75px;
    }
    
    div.footer-info > a > img {
        max-width: 500px;
    }
    
    
    /*Woocommerce*/
    
    section.woo-archive-2 {
        grid-template-columns: 100%;
    }

    
    div.content-area > main > section.woo-archive-1 {
        justify-content: center;
        margin-bottom: 50px;
    }
    
    section.woo-archive-2 > ul.products > li.product-category.product > a:first-child > img {
        max-height: 200px;
    }
    
    section.woo-archive-2 > ul.products > li.product > a:first-child > img {
        max-height: 140px;
    }
    
    /*Sidebar*/
    /* Overlay */
    
    
    section.woo-archive-2 > .woo-filter-bar {
        display: block;
        width: 95%;
        margin: auto;
    }
    
    section.woo-archive-2 > .woo-filter-bar > button {
        padding: 15px 0;
        display: block;
        border: none !important;
        width: 100%;
        margin-bottom: 50px;
        color: white;
        font-weight: 800;
        outline: none;
        background: #505050;
    }
    
    /* Overlay */
    .woo-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,.4);
      z-index: 1000;
    }
    .woo-overlay[hidden] { display: none !important; }
    
    /* Sidebar: off-canvas by default (mobile) */
    .woocommerce-sidebar-outer {
      position: fixed;
      top: 0; left: 0; bottom: 0;
      width: 100%;
      max-width: 25%;
      background: #fff;
      border-right: 1px solid #eee;
      box-shadow: 0 10px 30px rgba(0,0,0,.12);
      transform: translateX(-100%);
      transition: transform .28s ease;
      z-index: 1002;
      padding: 16px 14px;
      overflow: auto;
    }
    .woocommerce-sidebar-outer.is-open {
      transform: translateX(0);
    }

    /*Single Product Page*/
    
    div.woocommerce-single-product > div#primary > main > div.product > div.woocommerce-tabs > div.woocommerce-Tabs-panel {
        padding: 25px 50px;
    }
    
    /*Mobile Menu Navigator*/
    div.nav-3-1-1-container {
        padding: 10px;
        width: 100%;
    }
    
    div.nav-3-1-1-1-1-mobile {
        gap: 10px;
        justify-content: center;
    }
    
    div.nav-3-1-1-2-mobile > ul > li > a > span.nav-cat-thumb-mobile > img{
        max-width: 100%;
    }
    div.nav-3-1-1-2-mobile > ul {
        padding: 10px;
    }
    
    div.nav-3-1-1-2-1-mobile {
        padding: 10px;
    }
    
    div.nav-3-1-1-2-1-mobile > a > p {
        font-size: 2rem;
    }
    
    /*Contact Page*/
    div#get-in-touch-1 {
        width: 100%;
    }
    
    div#get-in-touch-1 > form {
        padding: 15px;
    }
    
    div#get-in-touch-2 > div > div > a > img {
        max-width: 20px;
        max-height: 20px;
    }
}




@media (max-width: 992px) {
    
    /*Navigator*/
    
    div.nav-1 {
        padding: 0 15px;
    }
    
    div.nav-1 > div.nav-1-1 > a > img {
        max-width: 15px;
    }
    
    div.nav-1 > div.nav-1-1 > p, div.nav-1 > div.nav-1-1 > a {
        font-size: .7rem;
    }
    
    div.nav-2 {
        flex-direction: column;
        padding: 15px 50px;
        height: auto;
        gap: 15px;
    }
    
    div.nav-2 > div.nav-2-1:nth-child(2) {
        width: 100%;
    }
    
    div.nav-3 {
        gap: 5px;
    }
    
    div.nav-3-1 > button {
        font-size: .7rem;
    }
    
    div.menu-primary-menu-container > ul.nav-ul {
        gap: 0px;
    }
    
    div.menu-primary-menu-container > ul.nav-ul > li > a {
        font-size: .65rem;
    }
    
    /*Header*/
    
    div.header-1 {
        width: 100%;
    }
    
    div.header-1-1 > img {
        max-width: 350px;
    }
    
    div.header-1-1 > h3 {
        font-size: 1rem;
    }
    
    div.header-1-1 > h1 {
        font-size: 1.25rem;
        padding: 10px 0;
    }
    
    div.owl-item > div.category-item > a > figure > img {
        max-width: 100px;
    }
    
    
    /*Delivery*/
    
    div.delivery-1 {
        margin: 75px 0;
        gap: 25px;
    }
    
    div.delivery-1-1 > p {
        font-size: .9rem;
    }
    
    div.delivery-1-1 > img {
        max-width: 20px;
    }
    
    div.delivery-1-1:last-child > img {
        max-width: 160px;
        max-height: 160px;
    }
    
    
    /*Featured Products*/
    
    div.featured-1 {
        padding: 35px 0;
    }
    
    div.featured-1-2 > div.featured-products div.product-slide > a > div.slide-image > img {
        max-width: 150px;
        max-height: 150px;
    }
    
    div.featured-1-2 > div.featured-products div.product-slide {
        height: 325px;
    }
    
    div.featured-1-2 > div.featured-products div.product-slide > a > div.slide-meta > h5 {
        font-size: .8rem;
    }
    
    /*Product Suggestion*/
    
    div.product-suggestion {
        width: 90%;
    }
    
    div.suggestion-1-1 > h1 {
        font-size: 1.5rem
    }
    
    div.suggestion-1-1 > span:nth-child(2) > strong {
        font-size: 2rem;
    }
    
    div.suggestion-1-1 > span:nth-child(2) > p, div.suggestion-1-1 > span:nth-child(3) > p, div.suggestion-1-1 > span:nth-child(4) > span > p {
        font-size: .7rem;
    }
    
    /*Featured Category*/
    
    div.featured-category-1-1:nth-child(1) > img {
        max-width: 300px;
        max-height: 300px;
    }
    
    div.featured-category-1-1:nth-child(2) > span:nth-child(1) > h2 {
        font-size: 3rem;
    }
    
    div.featured-category-1-1:nth-child(2) > a {
        padding: 10px 20px;
    }
    
    /*Brands*/
    div.brands-1 {
        width: 95%;
    }
    
    div.brand-slide > a > img {
        max-width: 75px;
    }
    
    div.brands-1 > div.brands-1-1 > h1 {
        font-size: .9rem;
    }
    
    /*Social Media*/
    div.social > h1 {
        font-size: 1.2rem;
    }
    
    div.social > a > img {
        max-width: 25px;
        max-height: 25px;
    }
    
    /*Footer*/
    
    footer {
        padding: 50px;
    }
    
    div.footer-info > a > img {
        max-width: 450px;
    }
    
    ul#footer-menu > li > a {
        font-size: .7rem;
    }
    
    /*Blog*/
    
    div.blog-container-1 {
        grid-template-columns: 45% 45%;
    }
    
    /*Woocommerce*/
    
    div.content-area > main > header.woocommerce-products-header {
        padding: 0;
        padding-top: 35px;
    }
    
    section.woo-archive-2 > ul.products {
        grid-auto-rows: auto;
    }
    
    section.woo-archive-2 > ul > li.product-category.product > a > h2 {
        font-size: .8rem;
    }
    
    .woocommerce-sidebar-outer {
        max-width: 40%;
    }
    
    section.related.products > ul > li > a > img {
        max-height: 150px;
    }
    
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        background: darkgreen !important;
        color: white;
        font-weight: 700;
    }
    
    .wc-block-cart .wc-block-cart__submit-container--sticky a {
        color: white;
    }
    
    /*My Account*/
    
    div.wp-pages > div.woocommerce {
        flex-direction: column;
    }
    
    
    
    /*Mobile Menu Navigator*/
    
    div.nav-3-1-1-container {
        width: 100%;
        overflow-y: scroll;
        padding: 10px;
    }
    
    div.nav-3-1-1-1-1-mobile > a:nth-child(3), div.nav-3-1-1-1-1-mobile > a:nth-child(4) {
        display: none;
    }
    
    div.nav-3-1-1-2-mobile > ul {
        grid-template-columns: 25% 25% 25% 25%;
        padding: 0;
    }
    
    div.nav-3-1-1-2-mobile > ul > li > a > span.nav-cat-thumb-mobile > img {
        max-width: 100%;
    }
    
    div.nav-3-1-1-2-1-mobile {
        padding: 5px;
    }
    
    div.nav-3-1-1-2-1-mobile > a > p {
        font-size: 1.5rem;
    }
    
}




@media (max-width: 768px) {
    
    /*Navigator*/
    
    div.nav-1 {
        padding: 0;
        justify-content: center;
    }
    
    div.nav-1 > div.nav-1-1:first-child {
        display: none;
    }
    
    div.nav-1 > div.nav-1-1 > p, div.nav-1 > div.nav-1-1 > a { 
        font-size: .6rem;
    }
    
    div.nav-1 > div.nav-1-1 > a > img {
        max-width: 10px;
        max-height: 10px;
    }
    
    div.nav-1 > div.nav-1-1 > p > img {
        max-width: 10px;
    }
    
    div.nav-3 {
        padding: 10px;
        height: auto;
    }
    
    div.nav-3 > div.nav-3-1:first-child {
        width: 95%;
    }
    
    div.nav-3 > div.nav-3-1:first-child > button {
        font-size: .7rem;
        width: 100%;
    }
    
    div.nav-3 > div.nav-3-1:last-child {
        display: none;
    }
    
    /*Header*/
    
    div.header-1-1 > img {
        max-width: 250px;
    }
    
    div.header-1-1 > h1 {
        padding: 0;
        font-size: 1.1rem;
    }
    
    div.header-1-1 > p {
        font-size: .7rem;
    }
    
    div.header-cats-carousel > .owl-stage-outer > .owl-stage {
        padding: 25px 0;   
    }
    
    div.owl-item > div.category-item > a > figure > figcaption > h3 {
        font-size: .65rem;
    }
    
    div.delivery-1 {
        gap: 15px;
        padding: 10px 15px;
        height: 85px;
    }
    
    div.delivery-1-1 > p {
        font-size: .75rem;
        margin-left: 5px;
    }
    
    div.delivery-1-1:last-child > img {
        max-width: 140px;
        max-height: 140px;
    }
    
    
    /*Featured Products*/
    
    div.featured-1-2 > div.featured-products div.product-slide {
        height: 300px;
    }
    
    div.featured-1-2 > div.featured-products div.product-slide > a > div.slide-image > img {
        max-width: 130px;
        max-height: 130px;
    }
    
    div.featured-1-2 > div.featured-products div.product-slide > a > div.slide-meta > h5 {
        margin-top: 10px;
    }
    
    /*Suggested Products*/
    
    div.suggestion-1-1 > span:nth-child(4) {
        gap: 10px;
    }
    
    /*Featured Category*/
    
    div.featured-category-1 {
        width: 95%;
        gap: 15px;
    }
    
    div.featured-category-1-1:nth-child(1) > img {
        max-width: 250px;
        max-height: 250px;
    }
    
    div.featured-category-1-1:nth-child(2) > span:nth-child(1) > img {
        max-width: 50px;
        max-height: 50px;
    }
    
    div.featured-category-1-1:nth-child(2) > span:nth-child(1) > h2 {
        font-size: 2.5rem;
        margin-left: 20px;
    }
    
    div.featured-category-1-1:nth-child(2) > span:nth-child(2) > p {
        margin: 20px 0;
    }
    
    /*Brands*/
    
    div.brands-1 {
        width: 95%;
        flex-direction: column;
    }
    
    div.brands-1 > div.brands-1-1 {
        width: 100%;
        text-align: center;
    }
    
    div.brands-1 > div.brands-1-1 > h1 {
        font-size: 1.2rem;
    }
    
    div.brands-carousel {
        width: 95%;
        
    }
    
    /*Footer*/
    
    footer {
        padding: 40px;
    }
    
    div.footer-info > a > img {
        max-width: 300px;
    }
    
    div.footer-info > p {
        font-size: .7rem;
    }
    
    div.footer-contact {
        flex-direction: column;
    }
    
    div.footer-contact > a {
        font-size: .7rem;
    }
    
    div.footer-contact > a > img {
        max-width: 30px;
    }
    
    div.footer-payment {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    div.footer-payment > p {
        text-align: center;
        width: 100%;
    }
    
    ul#footer-menu {
        gap: 10px;
    }
    
    ul#footer-menu > li > a {
        font-size: .6rem;
    }
    
    /*Mobile Responsive*/
    
    div.nav-3-1-1-container {
        overflow-y: scroll;
    }
    
    div.nav-3-1-1-2-mobile {
        flex-direction: column;
    }
    
    div.nav-3-1-1-2-mobile > ul {
        padding: 0;
        grid-template-columns: 33% 33% 33%;
    }
    
    div.nav-3-1-1-2-mobile > ul > li > a > span.nav-cat-thumb-mobile > img {
        max-width: 100%;
    }
    
    div.nav-3-1-1-1-1-mobile > button.close-menu {
        font-size: .8rem;
    }
    
    div.nav-3-1-1-2-1-mobile {
        padding: 0;
    }
    
     div.nav-3-1-1-1-1-mobile > span:nth-child(2), div.nav-3-1-1-1-1-mobile > a:nth-child(3), div.nav-3-1-1-1-1-mobile > a:nth-child(4) {
        display: none;
    }
    
    /*Contact Page*/
    
    div#get-in-touch-1 {
        grid-template-columns: 100%;
        width: 95%;
    }
    
    div#get-in-touch-2 > div {
        grid-template-columns: 100%;
        gap: 10px;
    }
    
    div#get-in-touch-2 > div > div > a > img {
        max-width: 15px;
        max-height: 15px;
        vertical-align: middle;
    }
    
    
}

@media (max-width: 576px) {
    
    /*Navigator*/
    
    div.nav-1 {
        flex-wrap: wrap;
        height: auto;
        padding: 10px 0;
    }
    
    div.nav-1 > div.nav-1-1 {
        justify-content: center;
    }
    
    div.nav-2 {
        padding: 15px;
    }
    
    
    /*Header*/
    
    div.header-1 {
        flex-direction: column;
        padding: 15px 0;
    }
    
    div.header-1-1 {
        padding: 0 15px;
    }
    
    div.header-1-1 > img {
        max-width: 100%;
    }
    
    div.owl-item > div.category-item > a > figure > img {
        max-width: 110px;
    }
    
    div.owl-item > div.category-item > a > figure > figcaption > h3 {
        font-size: .6rem;
    }
    
    div.nav-2 > div.nav-2-1:nth-child(3) {
        padding: 0px;
    }
    
    /*Delivery Information*/
    
    div.delivery-1 {
        margin: 40px 0;
        padding: 5px;
        gap: 0;
        justify-content: space-around;
    }
    
    div.delivery-1-1:last-child {
        display: none;
    }
    
    div.delivery-1-1 > p {
        font-size: .55rem;
    }
    
    /*Featured Products*/
    
    div.featured-1-1 {
        margin-bottom: 25px;
    }
    
    div.featured-1-1 > h1 {
        font-size: 1.5rem;
    }
    
    div.featured-1-1 > p {
        font-size: .65rem;
    }
    
    div.featured-1-2 > div.featured-products div.product-slide {
        height: 275px;
        padding: 5px;
    }
    
    div.featured-1-2 > div.featured-products div.product-slide > a > div.slide-meta > h5 {
        font-size: .6rem;
    }
    
    /*Suggested Products*/
    
    div.product-suggestion {
        margin: 50px auto;
        padding: 5px;
    }
    
    div.suggestion-1 {
        flex-direction: column-reverse;
    }
    
    div.suggestion-1-1 > span:nth-child(4) > span > p{
        font-size: .65rem;
    }
    
    div.suggestion-1-1:nth-child(2) {
        padding: 25px 10px;
    }
    
    
    /*Featured Category*/
    
    div.featured-category-1 {
        flex-direction: column;
    }
    
    div.featured-category-1-1:nth-child(2) {
        align-items: center;
        text-align: center;
    }
    
    /*Brands*/
    
    div.brands-1 {
        margin: 50px auto;
    }
    
    /*Social Media*/
    
    div.social {
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
        padding: 35px 0;
    }
    
    div.social > h1 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    
    /*Footer*/
    
    footer {
        padding: 50px 10px;
    }
    
    div.footer-info {
        width: 100%;
    }
    
    div.footer-info > a > img {
        max-width: 300px;
    }
    
    div.footer-info > p {
        font-size: .8rem;
        font-weight: 300;
    }
    
    div.footer-contact {
        padding: 25px 0;
        gap: 10px;
    }
    
    div.footer-contact > a {
        padding: 10px 15px;
    }
    
    div.footer-contact > a > img {
        max-width: 40px;
        max-height: 40px;
    }
    
    div.footer-contact > a > p {
        font-size: .8rem;
    }
    
    div.footer-payment {
        gap: 5px;
    }
    
    div.footer-payment > p {
        font-size: .75rem;
    }
    
    div.footer-payment > img {
        max-width: 30px;
        max-height: 30px;
    }
    
    ul#footer-menu {
        grid-template-columns: 100%;
        text-align: center;
    }
    
    ul#footer-menu > li > a {
        font-size: .8rem;
    }
    
    footer > p.footer-copy {
        font-size: .6rem;
    }
    
    /*Blog Page*/
    
    div.blog-container-1 {
        grid-template-columns: 45% 45%;
        gap: 10px;
        padding: 10px 0;
        margin: 20px 0;
    }
    
    article.blog-container-1-1 > a {
        height: 450px;
    }
    
    article.blog-container-1-1 > a > div.blog-container-1-1-1 > div.blog-image, article.blog-container-1-1 > a > div.blog-container-1-1-1 > div.blog-image > img {
        height: auto;
    }
    
    /*Archive Page*/
    
    div.archive-container-1 {
        grid-template-columns: 45% 45%;
        gap: 10px;
        padding: 10px 0;
        margin: 20px 0;
    }
    
    article.archive-container-1-1 > a {
        height: 450px;
    }
    
    article.archive-container-1-1 > a > div.archive-container-1-1-1 > div.archive-image, article.archive-container-1-1 > a > div.archive-container-1-1-1 > div.archive-image > img {
        height: auto;
    }
    
    /*Woocommerce*/
    
    div.content-area > main > nav {
        padding: 10px 0;
    }
    
    div.content-area > main > section.woo-archive-1 > div.woocommerce-notices-wrapper {
        padding: 5px;
    }
    
    div.content-area > main > header.woocommerce-products-header > h1 {
        font-size: 1.3rem;
        margin-bottom: 30px;
    }
    
    div.content-area > main > header.woocommerce-products-header {
        padding-top: 0;
        padding: 15px;
    }
    
    div.content-area > main > section.woo-archive-1 {
        margin-bottom: 15px;
    }
    
    section.woo-archive-2 > .woo-filter-bar > button {
        margin-bottom: 30px;
    }
    
    section.woo-archive-2 > ul.products {
        grid-template-columns: auto auto auto;
        gap: 5px;
        grid-auto-rows: auto;
    }
    
    section.woo-archive-2 > ul > li.product-category.product {
        height: 200px !important;
    }
    
    section.woo-archive-2 > ul > li.product-category.product > a {
        justify-content: start !important;
    }
    
    section.woo-archive-2 > ul.products > li.product-category.product > a:first-child > img {
        max-width: 100px;
    }
    
    section.woo-archive-2 > ul > li.product-category.product > a > h2 {
        font-size: .6rem;
    }
    
    section.woo-archive-2 > ul.products > li.product.type-product {
        height: 275px !important;
    }
    
    section.woo-archive-2 > ul.products > li.product.type-product > a:first-child > img {
        max-width: 100%;
        max-height: 100px;
    }
    
    .woocommerce-sidebar-outer {
        max-width: 75%;
    }
    
    /*Single Product Page*/
    
    div.woocommerce-product-gallery__image > a > .wp-post-image {
        max-width: 100%;
        height: 300px;
        object-fit: contain;
    }
    
    div.woocommerce-single-product > div#primary > main > div.product {
        flex-direction: column;
        padding: 10px;
    }
    
    div.woocommerce-single-product > div#primary > main > div.product > div.entry-summary {
        padding: 5px;
    }
    
    div.summary.entry-summary > h1 {
       font-size: 1.2rem; 
    }
    
    div.woocommerce-single-product > div#primary > main > div.product > div.entry-summary > form {
        flex-wrap: wrap;
        gap: 15px;
        width: 90%;
        margin: 0 auto;
    } 
    
    div.woocommerce-single-product > div#primary > main > div.product > div.entry-summary > form input {
        padding: 10px;
    }
    
    div.woocommerce-single-product > div#primary > main > div.product > div.woocommerce-tabs > ul {
        padding: 5px;
        flex-direction: column;
    }
    
    div.woocommerce-single-product > div#primary > main > div.product > div.woocommerce-tabs > ul > li > a {
        display: block;
        width: 95%;
        margin: 5px auto;
    }
    
    
    div.singleproduct-informationbar-image {
        grid-template-columns: 100%;
    }
    
    div.singleproduct-informationbar-image > img {
        max-width: 300px;
        margin: 5px auto;
    }
    
    div.woocommerce-single-product > div#primary > main > div.product > div.woocommerce-tabs > div.woocommerce-Tabs-panel {
        padding: 75px 20px;
    }
    
    div.woocommerce-single-product > div#primary > main > div.product > div.woocommerce-tabs > div.woocommerce-Tabs-panel h2,
    div.woocommerce-single-product > div#primary > main > div.product > div.woocommerce-tabs > div.woocommerce-Tabs-panel h3,
    div.woocommerce-single-product > div#primary > main > div.product > div.woocommerce-tabs > div.woocommerce-Tabs-panel h4,
    div.woocommerce-single-product > div#primary > main > div.product > div.woocommerce-tabs > div.woocommerce-Tabs-panel h5,
    div.woocommerce-single-product > div#primary > main > div.product > div.woocommerce-tabs > div.woocommerce-Tabs-panel p {
        margin: revert;
    }
    
    div.type-product > section.related.products {
        margin-top: 50px;
    }
    
    div.type-product > section.related.products > ul {
        grid-template-columns: 50% 50%;
    }
    
    div.type-product > section.related.products > ul > li > a > h2 {
        font-size: .75rem;
    }
    
    div.type-product > section.related.products > ul > li > a:nth-child(2) {
        font-size: .75rem;
    }
    
    
    /*Mobile Navigator*/
    
    div.nav-3-1-1-container {
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        padding: 5px;
        padding-bottom: 0;
    }
    
    div.nav-3-1-1-1-mobile {
        flex-direction: column-reverse;
        align-items: center;
    }
    
    div.nav-3-1-1-1-1-mobile {
        margin: 20px 0 0 0;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    
    div.nav-3-1-1-1-1-mobile > button.close-menu {
        width: 90%;
        border-radius: 35px;
        padding: 10px;
    }
    
    
    div.nav-3-1-1-2-mobile {
        flex-direction: column;
    }
    
    div.nav-3-1-1-2-mobile > ul {
        grid-template-columns: 32% 32% 32%;
        padding: 0;
    }
    
    div.nav-3-1-1-2-mobile > ul > li > a > span.nav-cat-thumb-mobile > img {
        max-width: 95px;
        max-height: 95px;
    }
    
    div.nav-3-1-1-2-1-mobile {
        padding: 5px;
    }
    
    div.nav-3-1-1-2-1-mobile > a > p {
        font-size: 2rem;
    }
    
    
    div.nav-3-1-1-1-1-mobile > a:nth-child(3), div.nav-3-1-1-1-1-mobile > a:nth-child(4), div.nav-3-1-1-1-1-mobile > span:nth-child(2) {
        display: none;
    }
    

    /*Seasonal Treats*/
    main.seasonal-treats > ul.products {
        grid-template-columns: 45% 45%;
    }
    
    main.seasonal-treats > div.seasonal-treats-header {
        padding: 0;
    }
    
    main.seasonal-treats > div.seasonal-treats-header > img {
        border-radius: 7.5px;
        margin-bottom: 15px;
        width: 100%;
    }
    
    main.seasonal-treats > ul > li > a > h2 {
        font-size: .8rem;
    }
    
    main.seasonal-treats > ul > li > a > span.price > span > bdi {
        font-size: 1rem;
    color: darkgreen;
    }
    
    main.seasonal-treats > ul > li > a.add_to_cart_button {
        margin-top: 15px;
    }
    
    
    main.seasonal-treats > ul > li > a.added_to_cart {
        color: #C4AE82;
        font-weight: 300;
        margin-top: 5px;
    }
    
    
    /*Contact Page*/
    
    div#get-in-touch-1 {
        grid-template-columns: 100%;
        width: 95%;
    }
    
    div#get-in-touch-2 > div {
        grid-template-columns: 100%;
        gap: 10px;
    }
    
    div#get-in-touch-2 > div > div > a > img {
        max-width: 15px;
        max-height: 15px;
        vertical-align: middle;
    }
    
    
    
    
    
    
}