@media screen and (max-width:1660px) {
    .owl-prev {
        top: 40%;
        left: 0px !important;
    }
    .owl-next {
        top: 40%;
        right: 0px !important;
    }
    .navbar a:link, .navbar a:visited {
	margin: 0px 10px;
    }
    .newscont-right, .newscont-left {
        padding: 30px;
    }
    .newscont-right p, .newscont-left p {
        font-size: 22px;
    }

}
@media screen and (max-width:1040px) {
    /* Hide the 'normal nav and show the mobile nav */
    .headernavigation {
        display: none;
    }
    #topnavcont {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .burgerlink, .mobileonly {
        display: block;
    }
    /* position/z-index handled in menu-overlay.css */
    /* End of show/hide main nav */
    #navcont, #cookiebar {
        display: none;
    }
    .product-teaser-cont {
        /* 4 column grid */
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .logo img {
    max-width: 220px;
    }
    #topnavcont > div {
        justify-content: center;
        width: 100%;
    }
    .logo {
        margin: 15px 0px;
    }
    .topleftimage, .basket {
        display: none !important;
    }
    .mobilecart {
        display: block;
    }
    .catherbplants h2, .catherbplant a:link, .catherbplant a:visited {
        font-size: 24px;
    }
}
@media screen and (max-width:1000px) {
    .product-teaser-cont {
        /* 3 column grid */
        grid-template-columns: auto auto auto;
    }
     .dropdowngrid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 40px;
}
.contactpagecontainer {
	grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;	
}
.foragarden, .homeright {
        width: 100%;
    text-align: center;
    }
    .connectwithus {
        position: relative;
        top: 0px;
        display: inline-block;
    }
    input:not([type="file"]), select, textarea {
        font-size: 15px;
    }
}


@media screen and (max-width:850px) {
    .hotmtwoinner {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}    
}

@media screen and (max-width:768px) {
    .product-teaser-cont {
        /* 2 column grid */
        grid-template-columns: auto auto;
    }
    .searchdropdownboxcont {
        position: relative;
        /* 5 column grid */
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px;
    }
    .dropdowngrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}
    #footermailingemail {
        max-width: 205px;
    }
    .footermailingcont {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    select {
        font-size: 13px;
    }
    #delivering_two .left, #delivering_two .right {
        border: none;
    }
    #delivering_two .bottom_image {
  position: relative;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
    #delivering_two .right .arrow {
        display: none;
    }
    .homeconnect h1, .homeconnect .foragarden {
        font-size: 23px;
    }
     .homeconnect .quality {
    background-image: url(/images/quality_small.png);
    width: 125px;
    height: 37px;
    line-height: 35px;
    margin: 0 2px 8px 2px;
         font-size: 17px;
  }
    #homeslidercont h2 {
        font-size: 24px;
    }
    #hotm_two .herbsofthemonth .title, .product .product_info .product_title {
    font-size: 20px;
}
    #hotm_two .herbsofthemonth .subheading {
        font-size: 18px;
    }
     #hotm_one h2 {
    padding: 90px 30px 10px;
    background-position: top center;
         font-size: 24px;
  }
    #delivering_two {
        padding: 30px 0 0;
    }
    #delivering h2 {
        padding: 90px 55px 10px;
    background-position: top center;
        font-size: 24px;
    }
    .owl-nav {
        display: none;
    }
    #delivering_two .left, #delivering_two .right {
        padding: 0px 30px 50px;
    }
    .contentright  {
      padding-left: 0px;
    }
    #header .search .form-control {
        width: calc(100% - 40px);
        padding: 6px 12px !important;
        height: 44px !important;
        font-size: 20px !important;
    }
    #topnavcont > div {
      display: block;
      align-self: flex-end;
    }
    .qtytext {
        text-align: left;
    }
    .qtyvalue  {
      text-align: left;
    }
    .qtyvalue input {
      font-size: 24px;
      font-weight: 600;
    }
    .qty input {
        font-size: 24px;
        font-weight: 600;
        color: #3b3630;
        width: 40px;
    }
    .fullwidthcont {
        margin: 0px; 
    }
    .productboxescont {
        padding: 5px !important;
    }
    .newscont-right, .newscont-left {
        padding: 25px;
    }
    .catherbplants h2, .catherbplant a:link, .catherbplant a:visited {
        font-size: 24px;
    }
}

@media screen and (max-width:500px) {
    .owl-prev {
        top: 40%;
        left: 0px !important;
    }
    .owl-next {
        top: 40%;
        right: 0px !important;
    }
    .product-teaser-cont {
        /* 2 column grid */
        grid-template-columns: auto;
    }
    .dropdowngrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
    .logo {
        margin-bottom: 5px;
    }
    .logo img {
        max-width: 130px;
    }
    .hettyshintscont {
        display: block;
    }
}
/* Medium screens */
@media screen and (max-width:48em) {
    #cssmenu li.has-sub {
        margin-top: 0px;
    }
    #topnav {
        margin-top: 20px;
    }
}
/* Mobile Only */
@media screen and (max-width:35.5em) {
    #footer {
        padding-left: 5px;
        padding-right: 5px;
    }
}