:root {
  --black-2: #333;
  --white: white;
  --black: black;
  --steel-blue: #0076bd;
  --color: #b24359;
  --lime-green: #74bd43;
}

body {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.brand {
  color: var(--black-2);
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-size: .9em;
  font-weight: 700;
  display: flex;
}

.navbar {
  background-color: var(--white);
  flex-direction: column;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-and-cta {
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  display: flex;
}

.nav-menu {
  background-color: var(--white);
  border-bottom: 2px #000;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0 0 0 20px;
  display: flex;
}

.nav-link {
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: black black var(--white);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.nav-link:hover {
  border-bottom-style: none;
  border-bottom-color: var(--steel-blue);
  color: var(--color);
  background-color: #0000;
}

.top-nav-call {
  color: var(--black);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px 10px 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.top-nav-call:hover {
  color: var(--steel-blue);
  background-color: #0000;
}

.image {
  opacity: 1;
  width: 35px;
  margin-right: 15px;
}

.image.hide-desk {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-section {
  height: 88vh;
  margin-top: 12vh;
  padding: 0%;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide {
  background-image: linear-gradient(0deg, #000000cf, #0000 65%), url('../images/breeo-no-logo.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._2 {
  background-image: linear-gradient(0deg, #000000d9, #0000 73%), url('../images/beaver-dam.jpg');
  background-position: 0 0, 50%;
}

.slide._3 {
  background-image: linear-gradient(0deg, #000000d9, #0000 73%), url('../images/napoleon.jpg');
  background-position: 0 0, 50% 20%;
}

.slide._4 {
  background-image: linear-gradient(0deg, #000000cf, #0000 65%), url('../images/kb.jpg');
  background-position: 0 0, 50% 100%;
}

.slide._5 {
  background-image: linear-gradient(0deg, #000000cf, #0000 65%), url('../images/henhouse.jpg');
  background-position: 0 0, 50%;
}

.slide._6 {
  background-image: linear-gradient(0deg, #000000cf, #0000 65%), url('../images/kf.jpg');
  background-position: 0 0, 50% 100%;
}

.hero-slider-div {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 75px 100px 8% 8%;
  display: flex;
}

.hero-slider-div._3, .hero-slider-div._2 {
  justify-content: center;
  padding-bottom: 5%;
}

.hero-slide-text-holder {
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.hero-slide-text-holder._3 {
  text-align: center;
  align-items: center;
  max-width: 90%;
}

.hero-slide-text-holder._2 {
  align-items: center;
  max-width: 90%;
}

.h1 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2em;
}

.white-line-div {
  background-color: var(--white);
  width: 100px;
  height: 5px;
  margin-bottom: 20px;
}

.button {
  border: 2px solid var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 20px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.button:hover {
  border-color: var(--steel-blue);
  background-color: var(--steel-blue);
}

.button.reverse {
  border-width: 1px;
  border-color: var(--black);
  color: var(--black);
}

.button.reverse:hover {
  color: var(--white);
}

.h2-main {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 45px;
  line-height: 55px;
}

.h2-main.left {
  text-align: left;
  text-transform: none;
  font-family: Merriweather, serif;
  font-size: 45px;
  line-height: 50px;
}

.h2-main.light, .h2-main.white {
  color: var(--white);
}

.dark-line-div {
  background-color: var(--black-2);
  width: 100px;
  height: 5px;
  margin-bottom: 20px;
}

.newsletter-section {
  background-image: linear-gradient(#00000069, #00000069), url('../images/Sky-1.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  min-height: 700px;
  padding: 100px 50px;
  display: flex;
}

.newsletter-wrapper-div {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field {
  border: 1px solid var(--white);
  height: auto;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field::placeholder {
  font-family: Raleway, sans-serif;
}

.form {
  width: auto;
  display: flex;
}

.form-block {
  width: 40%;
}

.white-map-wrapper-div {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 550px;
  display: flex;
  position: relative;
}

.map-and-shipping-info-div {
  flex-direction: column;
  width: 80%;
  max-width: 1200px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 100px;
  box-shadow: 0 4px 16px #00000047;
}

.shipping-info-div {
  background-color: var(--lime-green);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-4 {
  width: 100px;
  margin-right: 20px;
}

.h4 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 25px;
}

.h4.blue {
  color: var(--steel-blue);
}

.map-holder {
  background-image: url('../images/map3_photo.png'), linear-gradient(to bottom, var(--white), var(--white));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  min-height: 500px;
}

.footer-info-div {
  background-color: var(--white);
  padding: 50px 50px 100px;
}

.footer-wrapper-div {
  justify-content: space-between;
  width: 100%;
  max-width: none;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-hours-address-div {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  padding-right: 50px;
  display: flex;
}

.brand-footer {
  width: 350px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.address {
  color: var(--black);
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.image-5 {
  width: 100%;
}

.icon-and-info-holder {
  color: var(--black);
  cursor: auto;
  align-items: center;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.icon-and-info-holder:hover {
  color: var(--lime-green);
}

.icon-and-info-holder.social {
  cursor: pointer;
}

.icon-and-info-holder.social:hover {
  color: var(--steel-blue);
}

.image-6 {
  width: 40px;
  margin-right: 15px;
}

.hours-holder {
  margin-left: 55px;
}

.hours {
  color: var(--black);
  margin-bottom: 10px;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-block-2 {
  margin-right: 10px;
}

.quick-contact-footer {
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.field-label {
  color: var(--black);
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-field-2 {
  border: 1px solid var(--steel-blue);
}

.quick-links {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-left: 0;
  display: flex;
  align-items: center;
}

.quick-link {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  padding: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.quick-link:hover {
  color: var(--steel-blue);
}

.quick-link.bottom {
  margin-bottom: 30px;
  text-align: center;
}

.textarea {
  border: 1px solid var(--steel-blue);
}

.textarea::placeholder {
  font-family: Open Sans, sans-serif;
}

.dropdown {
  border-bottom: 1px none var(--white);
  color: var(--white);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.dropdown-toggle {
  border-bottom: 2px none var(--white);
  color: var(--black);
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.dropdown-toggle:hover {
  border-bottom-style: none;
  border-bottom-color: var(--steel-blue);
  color: var(--color);
  background-color: #0000;
}

.dropdown-list {
  background-color: var(--white);
}

.dropdown-link {
  color: var(--steel-blue);
  text-transform: none;
}

.dropdown-link:hover {
  color: var(--lime-green);
}

.image-7 {
  height: 75px;
  margin-bottom: 8px;
}

.mobile-phone-link {
  display: none;
}

.breadcrumbs-div {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.breadcrumbs-div.products {
  background-color: #fff0;
  border-bottom: 1px #000;
  justify-content: flex-start;
  margin-top: 20px;
  padding: 0;
}

.breadcrumb {
  color: var(--white);
  text-transform: uppercase;
  border-right: 1px #000;
  align-items: center;
  padding: 0;
  font-family: Raleway, sans-serif;
  text-decoration: none;
  display: flex;
}

.breadcrumb:hover {
  color: var(--black);
}

.breadcrumb.current {
  color: var(--white);
  border-right-style: none;
  padding-left: 0;
}

.breadcrumb.current:hover {
  color: var(--black);
}

.text-block-3 {
  margin-right: 0;
}

.shop-wickker-title-section {
  background-color: var(--steel-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0% 0 0;
  display: flex;
}

.wicker-gallery-section {
  align-items: flex-start;
  min-height: 90vh;
  display: flex;
}

.product-gallery-div {
  width: 100%;
  min-width: 72%;
  padding: 5% 0;
}

.product-holder {
  flex-flow: wrap;
  justify-content: space-between;
  width: 90%;
  min-height: 250px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-link {
  color: var(--black-2);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.product-photo {
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  display: flex;
}

.product-title-text-div {
  padding: 10px;
}

.search-2 {
  margin-top: 20px;
  display: none;
}

.back-to-top-link {
  color: var(--black-2);
  text-transform: uppercase;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.footer-text {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.link {
  color: var(--steel-blue);
}

.link:hover {
  color: var(--lime-green);
}

.top-nav-item-div {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.search-3 {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.search-input {
  border: 1px #000;
  height: 35px;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 16px;
  display: none;
}

.search-input::placeholder {
  color: var(--black);
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
}

.search-button {
  background-color: #3898ec00;
  background-image: url('../images/icons8-magnifying-glass.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #000;
  border-radius: 100%;
  width: 35px;
  height: 35px;
}

.image-9 {
  max-width: 250px;
  margin-bottom: 20px;
}

.new-inner-page-header {
  justify-content: space-between;
  min-height: 50vh;
  margin-top: 110px;
  display: flex;
}

.ip-text-div {
  background-color: var(--steel-blue);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px;
  display: flex;
}

.ip-p {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.line {
  background-color: var(--white);
  width: 1px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.img-div {
  object-fit: cover;
  overflow: hidden;
}

.img-div._50 {
  width: 50%;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer-middle-div {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 1.75em;
  }

  .brand {
    width: auto;
    max-width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 1.2em;
  }

  .navbar {
    z-index: 5000;
    background-color: var(--white);
  }

  .nav-menu {
    padding: 10px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .top-nav-call {
    padding: 10px;
  }

  .hero-section {
    height: 725px;
    margin-top: 75px;
    padding: 0%;
  }

  .slide._2 {
    background-position: 0 0, 0%;
  }

  .slide._3 {
    background-position: 0 0, 30%;
  }

  .slide._5 {
    background-position: 0 0, 75%;
  }

  .hero-slider-div {
    padding: 50px;
  }

  .hero-slider-div._3 {
    text-align: right;
    justify-content: center;
    padding-bottom: 8%;
  }

  .hero-slider-div._2 {
    padding-bottom: 8%;
  }

  .hero-slide-text-holder {
    text-align: center;
    align-items: center;
    max-width: none;
  }

  .hero-slide-text-holder._3, .hero-slide-text-holder._2 {
    text-align: center;
    align-items: center;
    max-width: 90%;
  }

  .h1 {
    font-size: 2.5em;
  }

  .h2-main.left {
    text-align: left;
    font-size: 40px;
    line-height: 45px;
  }

  .newsletter-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Sky-1.jpg');
    background-position: 0 0, 50% 100%;
    min-height: 500px;
  }

  .form-block {
    width: 90%;
  }

  .map-and-shipping-info-div {
    width: 90%;
    bottom: 129px;
  }

  .h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .h4.blue {
    font-size: 16px;
    line-height: 20px;
  }

  .map-holder {
    min-height: 400px;
  }

  .footer-info-div {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-wrapper-div {
    flex-direction: column;
  }

  .logo-hours-address-div {
    align-items: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .brand-footer {
    width: 250px;
  }

  .icon-and-info-holder {
    width: 100%;
    padding-left: 150px;
  }

  .hours-holder {
    margin-left: 0;
  }

  .quick-contact-footer {
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
  }

  .quick-links {
    align-items: center;
    width: 100%;
  }

  .quick-link {
    text-align: center;
  }

  .dropdown, .dropdown-toggle {
    display: block;
  }

  .menu-button {
    background-color: var(--white);
    border-bottom: 2px #000;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .image-7 {
    width: auto;
    height: 45px;
  }

  .icon {
    color: var(--lime-green);
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .form-block-2 {
    width: 100%;
  }

  .shop-wickker-title-section {
    padding-top: 0%;
  }

  .wicker-gallery-section {
    flex-direction: column;
  }

  .product-gallery-div {
    width: 100%;
    min-width: 0%;
    padding-top: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .product-holder {
    min-height: 200px;
  }

  .product-photo {
    min-height: 150px;
  }

  .image-9 {
    max-width: 200px;
  }

  .new-inner-page-header {
    margin-top: 100px;
  }

  .ip-text-div {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: auto;
    max-width: 200px;
    margin-top: 15px;
    margin-left: 30px;
    padding: 0;
    font-size: .8em;
  }

  .top-nav-call {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
  }

  .image {
    width: 30px;
    margin-right: 0;
    display: block;
  }

  .image.hide-desk {
    display: block;
  }

  .hero-section {
    height: 425px;
  }

  .hero-slider-div {
    padding: 20px 30px;
  }

  .h1 {
    font-size: 2em;
    line-height: 1.2em;
  }

  .h2-main {
    font-size: 40px;
    line-height: 45px;
  }

  .h2-main.left {
    text-align: center;
  }

  .newsletter-section {
    align-items: flex-start;
    min-height: 400px;
    padding: 75px 20px 30px;
  }

  .white-map-wrapper-div {
    min-height: 350px;
  }

  .map-and-shipping-info-div {
    width: 85%;
    bottom: 50px;
  }

  .h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .map-holder {
    min-height: 250px;
  }

  .footer-info-div {
    padding: 30px;
  }

  .icon-and-info-holder {
    padding-left: 115px;
  }

  .menu-button {
    padding: 10px;
  }

  .product-gallery-div {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .product-holder {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .product-link {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .product-photo {
    min-height: 0;
  }

  .footer-text {
    text-align: center;
  }

  .search-input {
    font-size: .8em;
  }

  .nav-txt {
    display: none;
  }

  .new-inner-page-header {
    min-height: 0;
  }

  .ip-text-div {
    padding-top: 40px;
  }

  .ip-p {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 479px) {
  .footer-middle-div {
    width: 100%;
  }

  .brand {
    width: 100%;
    margin-left: 10px;
    padding: 0;
    font-size: .7em;
  }

  .navbar {
    background-color: var(--white);
    border-bottom: 2px #000;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .brand-and-cta {
    justify-content: space-between;
    width: 90%;
    margin-right: 0;
  }

  .nav-link {
    text-align: left;
  }

  .top-nav-call {
    padding: 0;
    display: flex;
  }

  .hero-section {
    height: 450px;
    min-height: 400px;
    margin-top: 90px;
  }

  .slider {
    width: 100%;
    min-height: 100%;
  }

  .slide {
    background-color: var(--steel-blue);
    background-image: url('../images/breeo-no-logo.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
  }

  .slide._2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/beaver-dam.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide._3 {
    background-image: url('../images/napoleon.jpg');
    background-position: 60% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
  }

  .slide._4 {
    background-image: url('../images/kb.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide._5 {
    background-image: url('../images/henhouse.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide._6 {
    background-image: url('../images/kf.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-slider-div {
    width: auto;
    height: auto;
    padding: 10px 15px 65px;
    position: absolute;
    inset: 0%;
  }

  .hero-slider-div._3 {
    background-color: #00000075;
    padding-bottom: 18%;
  }

  .hero-slider-div._2 {
    background-color: #00000094;
    padding-bottom: 18%;
  }

  .hero-slide-text-holder {
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-left: 0%;
    display: flex;
  }

  .hero-slide-text-holder._3, .hero-slide-text-holder._2 {
    align-items: center;
    max-width: none;
  }

  .h1 {
    text-align: center;
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .white-line-div {
    margin-bottom: 0;
  }

  .h2-main {
    font-size: 35px;
    line-height: 40px;
  }

  .h2-main.left {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
  }

  .h2-main.light {
    font-size: 35px;
    line-height: 40px;
  }

  .newsletter-section {
    align-items: center;
    min-height: 400px;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .newsletter-wrapper-div {
    margin-left: 0;
    margin-right: 0;
  }

  .form-block {
    width: 100%;
  }

  .map-and-shipping-info-div {
    width: 100%;
    max-width: none;
    bottom: 26px;
  }

  .shipping-info-div {
    padding: 10px;
  }

  .image-4 {
    width: 75px;
  }

  .footer-info-div {
    padding: 20px 10px 90px;
  }

  .icon-and-info-holder {
    padding-left: 0;
  }

  .image-6 {
    width: 30px;
  }

  .text-block-2 {
    margin-right: 5px;
  }

  .menu-button {
    border-bottom-style: none;
    padding: 10px;
  }

  .image-7 {
    width: auto;
    height: 35px;
  }

  .mobile-phone-link {
    z-index: 1000;
    background-color: var(--steel-blue);
    color: var(--white);
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-family: Raleway, sans-serif;
    font-size: 22px;
    line-height: 26px;
    text-decoration: none;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mobile-phone-link:hover {
    background-color: var(--lime-green);
  }

  .image-8 {
    width: 45px;
    margin-right: 20px;
  }

  .breadcrumb {
    padding-left: 5px;
    padding-right: 5px;
  }

  .shop-wickker-title-section {
    padding-top: 0%;
  }

  .product-link {
    width: 90%;
  }

  .search-input {
    max-width: 100px;
    height: 25px;
    padding: 5px 0 5px 10px;
  }

  .search-button {
    background-size: 15px;
    width: 25px;
    min-width: 25px;
    max-width: none;
    height: 25px;
    min-height: 0;
    max-height: none;
    padding: 0;
  }

  .new-inner-page-header {
    flex-flow: column;
  }

  .ip-text-div {
    width: 100%;
    padding: 15px;
  }

  .img-div._50 {
    width: 100%;
  }
}


