:root {
  --holts_yellow: #f9b233;
  --holts-grey: #373737;
  --holts-light-grey: #f5f5f5;
  --holts-light-yellow: #fff1d7;
  --blue: #004d64;
}

.woocommerce-cart .cart-collaterals ul.products li.product {
  min-height:650px;
}

body.woocommerce #content-wrapper #main-content {
  background-color: white!important;
}

body.single-product #content-wrapper #main-content {
  overflow: visible;
}

.single-product #content-wrapper #main-content .woocommerce-tabs{
  padding: 0px;
}
.single-product #content-wrapper #main-content .woocommerce-tabs .woocommerce-Tabs-panel{
  margin: 0;
}


body #content-wrapper #main-content {
  overflow: hidden;
}

div#reviews {
  display: flex;
  flex-direction: column-reverse;
}

header .logo {
  background-color: #ffffff;
  padding: 10px;
}

html {
  margin-top: 0 !important;
}

input.qty::-webkit-outer-spin-button, input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#bottom-section {
  background-color: #204c62;
}

#bottom-section * {
  color: #fff !important;
}

#home-location-search .search-wrapper {
  z-index: 20;
}


#loading-screen{
  display: none;
}
.post-type-archive-product #loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55,55,55,1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: transform 600ms linear;
  animation-delay: 3000ms;
}

.post-type-archive-product #loading-screen.hidden {
  transform: translateY(-100%);
}

.post-type-archive-product #loading-screen img {
  max-width: 240px;
  max-height: 240px;
  animation: rotate 1s linear 3s 1;
}

.single-product #woocommerce-template .summary.entry-summary.sticky .woocommerce-tabs{
  margin-left: 0 !important;
}

.single-product #woocommerce-template .summary.entry-summary.hide-sticky{
  position: relative;
}

#product-categories {
  display: grid;
  grid-template-columns: repeat(8,1fr);
  gap: 32px 64px;
  position: relative;
  justify-items: center;
  align-items: center;
}

#product-categories-dropdown {
  display: none;
}

#product-filters {
  display: flex;
  padding: 18px 404px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: var(--holts_yellow);
}

#related-products {
  background-color: white;
}

#related-products .grid-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#related-products .panel-heading {
  color: var(--holts-grey);
  text-align: center;
  font-family: "freight-display-pro", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.2px;
  padding-bottom: 48px;
}

#shop-hero-area .hero-content {
  width: 750px !important;
  z-index: 1 !important;
  margin-left: 10% !important;
  padding: 4rem 0 !important;
}

#shop-hero-area .hero-content h2 {
  color: #ffffff !important;
}

#shop-hero-area .hero-image {
  background-image: url('https://www.joseph-holt.com/wp-content/uploads/2021/11/Holts-At-Home-Black-Friday-banner-scaled-e1637748593576.jpg');
}

#shop-links a.wc-account img {
  vertical-align: middle;
  padding: 10px 5px 10px 7px !important;
  margin-top: -5px;
  width: 28px !important;
}

#show-more-categories {
  width: max-content;
  display: block;
  color: var(--holts-grey);
  cursor: pointer;
  background-color: transparent;
  border: none;
  text-align: center;
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  line-height: 28.08px;
  letter-spacing: 0.281px;
}

#woocommerce-shop-header {
  position: relative;
  background-color: white !important;
  padding: 0 0;
  flex-direction: column;
}

#woocommerce-shop-header .banner-image-container img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  z-index: 1;
  position: relative;
}

#woocommerce-shop-header .grid-row-inner-4 .grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 814px;
}

#woocommerce-shop-header.img-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

#woocommerce-shop-header .logo {
  position: absolute;
  z-index: 20;
  width: 262.5px;
  height: 262.5px;
  left: 0;
  top: 18%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.archive #woocommerce-template {
  background-color: white;
  padding-top: 2rem;
  margin: 0;
}

.archive ul.products li.product {
  background-color: var(--holts-light-grey);
  background: #efefef;
  min-height: 360px;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  margin-bottom: 20px;
  flex-direction: row;
}

.archive ul.products li.product .button {
  display: flex;
  min-height: 48px;
  padding: 16px 28px;
  margin: 24px 0 0 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--holts_yellow) !important;
  background-color: var(--holts-grey) !important;
  position: relative;
  width: 100% !important;
  margin-top: 30px;
}

.archive ul.products li.product .button:hover {
  background: #d9d9d9 !important;
  color: var(--holts-grey) !important;
  border-color: #d9d9d9 !important;
}

.archive ul.products li.product .price {
  margin-bottom: 24px;
  text-align: left !important;
  font-family: avenir-next-lt-pro, sans-serif;
}

.archive ul.products li.product .price del span.woocommerce-Price-amount.amount {
  color: #c2c2c2 ! Important;
  text-align: center;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.28px;
  padding-bottom: 0;
  text-decoration: line-through;
}

.archive ul.products li.product .price ins span.woocommerce-Price-amount.amount {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.92px;
  text-decoration: none;
}

.archive ul.products li.product .quantity-wrapper {
  max-width: 100%;
  margin: 0;
  border: none;
  font-family: avenir-next-lt-pro, sans-serif;
}

.archive ul.products li.product .quantity-wrapper .qty {
  border: none;
  font-size: 24px;
  font-family: avenir-next-lt-pro, sans-serif;
  font-weight: 700;
}

.archive ul.products li.product .quantity-wrapper button {
  font-size: 24px;
  font-family: avenir-next-lt-pro, sans-serif;
  min-width: 31px;
}

.archive ul.products li.product .woocommerce-loop-product__link .price .amount {
  color: var(--holts-grey) !important;
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.92px;
}

.archive ul.products li.product span.woocommerce-Price-amount.amount {
  color: var(--holts-grey) !important;
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.92px;
  padding-bottom: 24px;
}

.banner-image-container {
  width: 100%;
  position: relative;
  height: 400px;
  z-index: 1;
}

.banner-image-container .owl-stage-outer .owl-stage {
  display: flex;
  gap: 0;
}

.body.woocommerce {
  background-color: unset !important;
}

.btt svg {
  fill: #fff !important;
}

.comment-reply-title {
  display: none;
}

.comment_container img {
  display: none;
}

.custom-select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: transparent;
  padding: 10px 25px;
  border-radius: 5px;
  box-sizing: border-box;
}

.custom-select-wrapper::after {
  content: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22%3E%3Cmask id%3D%22mask0_6539_8381%22 style%3D%22mask-type%3Aalpha%22 maskUnits%3D%22userSpaceOnUse%22 x%3D%220%22 y%3D%220%22 width%3D%2224%22 height%3D%2224%22%3E%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22%23D9D9D9%22/%3E%3C/mask%3E%3Cg mask%3D%22url(%23mask0_6539_8381)%22%3E%3Cpath d%3D%22M12 15.4L6 9.4L7.4 8L12 12.6L16.6 8L18 9.4L12 15.4Z%22 fill%3D%22%23373737%22/%3E%3C/g%3E%3C/svg%3E');
  position: absolute;
  right: 15px;
  pointer-events: none;
  font-size: 16px;
  color: #333;
  max-height: 24px;
}

.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  font-size: 16px;
  flex-grow: 1;
  padding: 0;
  margin: 0;
}

.desktop {
  display: inline-block;
}

.email-signup {
  background: #f5f5f5;
  /* height: 480px; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  padding: 90px 0;
}

.email-signup #gform_wrapper_94,
.email-signup #gform_wrapper_95 {
  max-width: 605px;
}

.email-signup #gform_wrapper_94 #gform_submit_button_94,
.email-signup #gform_wrapper_95 #gform_submit_button_95 {
  display: flex;
  padding: 17px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: var(--holts_yellow);
  border-radius: 0 !important;
  margin: 0px;
}

.email-signup #field_94_5 .ginput_container_email {
  height: 100%;
}
.email-signup #gform_wrapper_94 input[type=email],
.email-signup #gform_wrapper_95 input[type=email],
.email-signup #gform_wrapper_95 input[type=text] {
  display: flex;
  padding: 16px !important;
  align-items: center;
  gap: 8px;
  max-width: 370px;
  height: 100%;
  border: none;
}
.email-signup #input_95_4{
  justify-content: space-between;
}

.email-signup .gform_wrapper.gravity-theme .ginput_complex .ginput_container_date select{
  border: none;
  height: 100%;
  padding: 16px 10px !important;
}


.email-signup .arrows {
  right: -15%;
  position: relative;
  display: flex;
}

.email-signup .gfield--type-html h2 {
  color: var(--holts-grey);
  font-family: "freight-display-pro", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.6px;
}

.email-signup .gfield--type-html p {
  color: var(--holts-grey);
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.4px;
}

.facts .fact-wrapper h3 {
  color: var(--holts-grey);
  text-align: center;
}

.facts h2 {
  color: var(--holts-grey);
  text-align: center;
  font-family: "freight-display-pro", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.2px;
}

.facts p {
  color: var(--holts-grey);
  text-align: center;
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.featured-products {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 35px;
}

.featured-products .featured.product.product .onsale {
  position: relative;
  margin-bottom: 16px;
}

.featured-products .featured.product.product .onsale.new{
  display: none !important;
}

.featured-products .featured .qty-atb-container {
  padding: 0;
}

.featured-products .onsale span {
  margin-bottom: -1px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}

.featured-products .product .onsale {
  top: 0;
  max-height: 33px;
  left: 0;
  margin: 0;
  display: flex;
  padding: 0 8px;
  width: max-content;
  line-height: unset;
  z-index: 1;
  gap: 8px;
  border-radius: 0;
  align-items: center;
  color: black;
  text-transform: uppercase;
  background: var(--holts_yellow);
}

.featured-products .product .onsale.backinstock {
  color: var(--holts_yellow);
  background: var(--holts-grey);
}

.featured-products .product.onsale.bestseller {
  color: black;
  background: white;
}

.featured-products .product .onsale.new {
  color: black;
  background: var(--holts_yellow);
  display: none !important;
}

.featured-products .product:hover .hover-image {
  opacity: 1 !important;
}

.featured-products .product:hover .single-image {
  opacity: 1 !important;
}

.featured-products .product:hover .wp-post-image {
  opacity: 0;
}

.featured-products .products {
  display: flex;
  flex-direction: column;
}

.featured-products .products .product {
  background-color: #f5f5f5;
}

.featured-products .products .product.featured {
  grid-area: 1 / 1 / 2 / 5;
  width: 100%;
  max-width: unset;
  height: 100%;
  flex-direction: column;
  display: flex;
  gap: 52px;
}

.featured-products .products .product.has-hover-image:hover .hover-image {
  opacity: 1;
}

.featured-products .products .product.has-hover-image:hover .wp-post-image {
  opacity: 0;
}

.featured-products .products .product .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.featured-products .products .product .hover-image, .featured-products .products .product .wp-post-image {
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease-in-out;
}

.featured-products .products .product .image-wrapper {
  position: relative;
  overflow: hidden;
}

.featured-products .products .product .price {
  color: var(--holts-grey);
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.featured-products .products .product .product-content .product-summary .button-dark {
  width: max-content;
}

.featured-products .products .product .product-content .product-thumbnail {
  width: 502px;
  height: 100%;
}

.featured-products .products .product .product-content .product-thumbnail img {
  width: 502px;
  height: 100%;
}

.featured-products .products .product .quantity {
  border: none;
  width: 100%;
}

.featured-products .products .product .quantity .quantity-wrapper {
  border: none;
}

.featured-products .products .product .quantity .quantity-wrapper .qty {
  border: none;
  font-size: 20px;
  font-family: avenir-next-lt-pro, sans-serif;
  font-weight: 700;
}

.featured-products .products .product .quantity .quantity-wrapper button {
  border: none;
  font-size: 20px;
  min-width: 52.5px;
  font-family: avenir-next-lt-pro, sans-serif;
}

.featured-products .products .product:not(.featured) .product-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  max-height: 331px;
  height: 100%;
}

.featured-products .products .product:not(.featured) .product-content form.cart {
  margin-bottom: 0;
}

.featured-products .products .product:not(.featured) h3 {
  text-align: center;
  margin-bottom: 0;
  color: var(--holts-grey);
  font-family: "freight-display-pro", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.2px;
}

.featured-products .products .product:not(.featured) h3 a {
  text-align: center;
  margin-bottom: 0;
  color: var(--holts-grey);
  font-family: "freight-display-pro", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  letter-spacing: 0.2px;
}

.featured-products .products .product:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
  width: 100%;
}

.featured-products .products .product:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
  width: 100%;
}

.featured-products .products .product:nth-child(4) {
  grid-area: 2 / 3 / 3 / 4;
  width: 100%;
}

.featured-products .products .product:nth-child(5) {
  grid-area: 2 / 4 / 3 / 5;
  width: 100%;
}

.featured-products .products .product button {
  width: 100%;
  min-width: max-content;
}

@media (max-width: 768px) {
  .featured-products .products .product button {
    font-size: 12px;
    min-width: auto;
  } 
}

.featured-products .qty-atb-container {
  padding: 0 24px;
}

.featured-products .select-options {
  padding: 0 24px;
  position: relative;
}


.woocommerce-cart .cart-collaterals .cross-sells .custom-cart-form {
  padding: 0 24px;
  display: block;
  width: 100%;
}

.woocommerce-cart .cart-collaterals .cross-sells .custom-cart-form .quantity-wrapper{
  background: #FFF;
  border: none;
}

.woocommerce-cart .cart-collaterals .cross-sells .custom-cart-form .single_add_to_cart_button{
  width: auto;
}


.footer-logo {
  max-width: 50%;
}

.footer-logo-link {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}

.footer-social-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.ginput_container_select select {
  width: 100%;
  height: 47px !important;
  padding: 5px 10px !important;
  border-radius: 0 !important;
}

.gr-input {
  border: none;
  padding: 10px 20px;
}

.grid-row-2 {
  padding: 48px 0;
  color: #373737;
}

.grid-row-inner-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hidden-category {
  display: none !important;
}

.home .search-input-field-wrapper {
  width: 100%;
}

.intro-text .grid-row .grid-item {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  align-items: center;
}

.logged-in {
  margin-top: 1.5rem;
}

.mobile {
  display: none;
}

.mobile-only {
  width: 100%;
}

.notes {
  margin: 16px 0;
  display: flex;
  flex-direction: row;
  gap: 9px 14px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.notes .note {
  color: var(--holts-grey);
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.notes .note:nth-child(1), .notes .note:nth-child(2) {
  border-right: 2px #d9d9d9 solid;
  padding-right: 10px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0,0,0,0) 42.41%, rgba(0,0,0,0.45) 86.99%), rgba(0,77,100,0.25);
  pointer-events: none;
  z-index: 9;
}

.owl-carousel.owl-drag .owl-item {
  width: 75% !important;
  min-width: 305px;
}

.owl-stage-outer .owl-stage {
  display: flex;
  /* gap: 20px; */
}

.post-type-archive-product ul.products li.product span.price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.product-block {
  width: 23%;
  background: #fff;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.product-block .button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.product-block .button:hover {
  background: #000;
}

.product-block .price {
  display: block;
  margin: 10px 0;
  font-size: 1.1em;
  color: #333;
}

.product-block .product-image {
  text-align: center;
  margin-bottom: 15px;
}

.product-block .product-info {
  text-align: center;
}

.product-block .product-info h2 {
  font-size: 1.2em;
  margin: 10px 0;
}

.product-category {
  width: max-content;
  display: inline-block;
}

.product-category-block {
  background-color: var(--holts-light-grey);
  padding: 48px 35px;
}

.product-category.current-category {
  position: relative;
}

.product-category.current-category:before {
  content: '';
  border-bottom: 2px solid var(--holts-grey);
  width: 100%;
  position: absolute;
  bottom: -65%;
}

.product-category.current-category a {
  font-weight: 600;
}

.product-category a {
  color: var(--holts-grey);
  text-align: center;
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 28.08px;
  letter-spacing: 0.281px;
}

.product .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.product:hover .woocommerce-LoopProduct-link .hover-image {
  opacity: 1;
}

.product:hover .woocommerce-LoopProduct-link .wp-post-image {
  opacity: 0;
}

.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.qty-minus {
  background-image: url('../images/remove.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.qty-plus {
  background-image: url('../images/add.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.quantity-wrapper {
  display: flex;
  padding: 11px 0;
  justify-content: center;
  align-items: center;
  gap: 0px;
  border: 1px solid var(--holts-grey);
  background: #FFF;
}

.quantity-wrapper button {
  border: none;
  background-color: transparent;
}

.related-product .quantity-wrapper {
  max-width: 100%;
  margin: 0px 30px 0 20px;
  border: none;
  position: absolute;
  bottom: 77px;
  width: 86.5%;
}

.related-product .quantity-wrapper .qty {
  border: none;
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 24px;
}

.related-product .quantity-wrapper button {
  font-size: 24px;
  font-family: avenir-next-lt-pro, sans-serif;
}

.reviews {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 8px 0 24px 0;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.reviews .review-count {
  color: #004d64;
  text-align: center;
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.08px;
  letter-spacing: 0.281px;
  text-decoration-line: underline !important;
}

.reviews .review-count.no-reviews {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.reviews .star-rating {
  margin-bottom: 0 !important;
}

.search-bar {
  background-color: var(--holts-light-yellow);
  padding: 12px 225px;
}

.search-bar .sorting {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1232px;
  margin: 0 auto;
}

.search-bar button[type=submit], .search-bar input[type=search] {
  border: none;
  background: transparent;
}

.search-bar input[type=search] {
  color: var(--holts-grey);
  text-align: center;
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.08px;
  letter-spacing: 0.281px;
  padding: 0;
  margin: 0;
}

.search-bar input[type=search]::placeholder {
  color: var(--holts-grey);
  text-align: center;
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.08px;
  letter-spacing: 0.281px;
  padding: 0;
  margin: 0;
}

.search-input-field-wrapper {
  border-bottom: 1px solid var(--holts_grey,#373737);
  width: max-content;
  min-width: 100%;
}

.shop-category-item {
  height: 400px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-position: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  /* background-size: 100% 100%; */
  background-size: cover;
  transition: all 0.5s ease-in-out;
}

.shop-category-item:after {
  background: linear-gradient(rgba(255,241,215,0.50), rgba(255,241,215,0.50));
  opacity: 0;
}

.shop-category-item:after, .shop-category-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  transition: opacity 0.5s ease-in-out;
}

.shop-category-item:before {
  background: linear-gradient(rgba(55,55,55,0.50), rgba(55,55,55,0.50));
}

.shop-category-item:hover {
  background-size: 125% 125% !important;
}

.shop-category-item:hover:after {
  opacity: 1;
}

.shop-category-item:hover h2 {
  color: var(--holts-grey);
}

.shop-category-item h2 {
  color: white;
  position: relative;
  text-align: center;
  font-size: 40px;
  z-index: 20;
  transition: color 0.5s ease-in-out;
}

.shop-category-selection {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.shop-category-selection.four-categories .shop-category-item:nth-child(3) h2, .shop-category-selection.four-categories .shop-category-item:nth-child(4) h2 {
  font-size: 32px;
}

.shop-category-selection .shop-category-item {
  width: 100%;
  padding: 0 20px;
}

.single-product .main-content {
  background: white !important;
}

.single-product .onsale.backinstock {
  color: var(--holts_yellow) !important;
  background: var(--holts-grey) !important;
}

.single-product .onsale.bestseller {
  color: black;
  background: white;
}

.single-product .onsale.new {
  color: black;
  background: var(--holts_yellow);
}

.single-product .product_title {
  color: var(--holts-grey);
  font-family: "freight-display-pro", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.96px;
}

.single-product .search-bar {
  display: none;
}

.single-product.woocommerce .wc-backward {
  color: var(--blue);
  font-family: avenir-next-lt-pro, sans-serif;
  background-color: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.6px;
  text-transform: unset;
}

.single-product.woocommerce .wc-backward:hover {
  background-color: transparent;
}

.single-product.woocommerce span.onsale {
  top: 0;
  left: 0;
  margin: 0;
  display: flex;
  padding: 8px;
  width: max-content;
  line-height: unset;
  height: min-content;
  gap: 8px;
  border-radius: 0;
  align-items: center;
  color: black;
  text-transform: uppercase;
  background: var(--holts_yellow);
  display: inline-flex;
  padding: 8px !important;
  width: max-content !important;
  line-height: unset !important;
  height: min-content !important;
  border-radius: 0 !important;
  min-height: unset !important;
  min-width: unset !important;
}
.single-product.woocommerce span.onsale:not(.new-cls){
  /* display: none !important; */
  background-image: url(../images/sale-arrow.svg);
  background-repeat: no-repeat !important;
  background-size: 20px 35px !important;
  background-position: 10px center !important;
  padding-left: 40px !important;
}
.single-product.woocommerce span.onsale.new-cls{
  display: none !important;
}
.single-product.woocommerce span.onsale.lagers + span.onsale.new-cls.lagers{
  display: none !important;
}
.single-product.woocommerce span.onsale.new-cls.lagers{
  display: flex !important;
}


.single-product.woocommerce span.onsale.bestseller,
.single-product.woocommerce span.onsale.backinstock,
.single-product.woocommerce span.onsale.badge{
  display: flex;
}

.single-product span.onsale {
  position: relative;
  right: 0;
  top: 0;
}

.single-pubs .booking-information {
  width: 30%;
}

.single-pubs .booking-information #pub-times-wrapper {
  width: 100% !important;
}

.single-pubs .booking-widget-wrapper {
  margin-bottom: 24px;
}

.single-pubs .booking-widget-wrapper .dropdown.dropdown--open {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-pubs .booking-widget-wrapper .number-people-dropdown {
  display: flex;
  justify-content: space-between;
}

.single-pubs .booking-widget-wrapper .vdp-datepicker__calendar {
  width: 100%;
  margin-top: 0.5em;
}

.single-pubs .booking-widget-wrapper img {
  display: none;
}

.summary .notes {
  padding: 0;
  justify-content: flex-start !important;
}

.summary .quantity-wrapper {
  padding: 16px 35px;
}

.single-product .summary a.woocommerce-review-link {
  font-size: 16px;
}

.tax-product_cat .featured-products {
  padding-bottom: 0;
}

.theme-josephholt-theme.single-product #related-products .related-products {
  display: grid !important;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin: 0 auto;
  max-width: 930px;
}

.theme-josephholt-theme.single-product #related-products .related-products .related-product {
  width: 100%;
  position: relative;
  max-width: 293px;
}

.theme-josephholt-theme.single-product #related-products .related-products .related-product .onsale {
  position: absolute;
  left: 0;
}

.theme-josephholt-theme.single-product #related-products h3 a {
  color: var(--holts-grey);
  text-align: center;
  font-family: "freight-display-pro", serif;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.theme-josephholt-theme.single-product #related-products p.price {
  color: var(--holts-grey) !important;
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.92px;
}

.theme-josephholt-theme.single-product #woocommerce-template {
  background-color: white;
}

.theme-josephholt-theme.single-product .summary .button.single_add_to_cart_button.alt {
  display: flex;
  min-height: 57px;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: var(--holts-grey);
  color: var(--holts_yellow);
}

.theme-josephholt-theme.single-product .summary .quantity .qty {
  border: none;
  height: unset;
  font-family: avenir-next-lt-pro, sans-serif;
  margin-right: 0;
  font-weight: 600;
}

.theme-josephholt-theme.single-product .summary span.woocommerce-Price-amount.amount {
  color: var(--holts-grey) !important;
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 40px!important;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 3.2px;
}

.theme-josephholt-theme.single-product .woocommerce-tabs #tab-description table {
  max-width: 100%;
  margin-left: unset;
  margin-right: unset;
  width: 100%;
}

.theme-josephholt-theme.single-product .woocommerce-tabs #tab-description table tbody {
  width: 100%;
  display: table;
}

.theme-josephholt-theme.single-product .woocommerce-tabs #tab-description table tbody tr {
  border-bottom: 1px solid black;
  width: 100%;
}

.theme-josephholt-theme.single-product .woocommerce-tabs #tab-description table tbody tr td {
  text-align: right;
  background: transparent;
  color: black;
  border-bottom: 1px solid black;
  font-family: avenir-next-lt-pro, sans-serif;
  padding-right: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.6px;
}

.theme-josephholt-theme.single-product .woocommerce-tabs #tab-description table tbody tr th {
  text-transform: uppercase;
  text-align: left;
  background: transparent;
  color: black;
  padding-left: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.6px;
  white-space: nowrap;
  border-bottom: 1px solid black;
  font-family: avenir-next-lt-pro, sans-serif;
}

.theme-josephholt-theme.woocommerce .button-dark {
  display: flex;
  min-height: 48px;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--holts_yellow) !important;
  background-color: var(--holts-grey) !important;
}

.theme-josephholt-theme.woocommerce .button-dark:hover {
  background: #d9d9d9 !important;
  color: var(--holts-grey) !important;
}

.theme-josephholt-theme.woocommerce .shop-category-item .button-dark {
  position: relative;
  z-index: 20;
}

.woocommerce #review_form #respond .form-submit input {
  display: flex !important;
  min-height: 48px;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--holts_yellow) !important;
  background-color: var(--holts-grey) !important;
}

.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments {
  position: relative;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 !important;
}

.woocommerce-loop-product__title {
  color: var(--holts-grey);
  text-align: center;
  font-family: "freight-display-pro", serif;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 0 !important;
  min-height: 48px;
  letter-spacing: 0.2px;
}

.woocommerce-page #sidebar {
  display: none;
}

.woocommerce-pagination .page-numbers i {
  color: var(--holts-grey);
}

.woocommerce-product-gallery__wrapper {
  display: flex;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.woocommerce-Reviews-title {
  display: none;
}

.woocommerce-Reviews .commentlist {
  max-height: 500px;
  overflow-y: scroll;
}


.woocommerce-shop ul.products, 
.tax-product_cat ul.products{
  min-width: 1250px;
}

@media (max-width: 768px) {
  .woocommerce-shop ul.products,
  .tax-product_cat ul.products{
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}

.woocommerce-tabs {
  max-width: 500px;
  padding-top: 0 !important;
}

.woocommerce-tabs .panel {
  margin-top: 20px;
}

.woocommerce-tabs .panel.hidden {
  display: none;
}

.woocommerce-tabs .wc-tabs li {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}

.woocommerce-tabs .wc-tabs li.active a {
  font-weight: bold;
  text-decoration: underline;
}

.woocommerce .grid-row-2 h1 {
  color: #373737 !important;
  text-align: center;
  font-family: "freight-display-pro", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.12px;
}

.woocommerce .star-rating span {
  color: var(--holts_yellow) !important;
}

.woocommerce .woocommerce-ordering {
  margin: 0;
}

.woocommerce .woocommerce-ordering option {
  color: var(--holts-grey);
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.08px;
  text-align: center;
  letter-spacing: 0.281px;
}

.woocommerce .woocommerce-ordering select {
  background: transparent;
  border: none;
  color: var(--holts-grey);
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.08px;
  display: flex;
  text-align: center;
  letter-spacing: 0.281px;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.woocommerce div.product .woocommerce-product-rating {
  display: flex;
  align-items: center;
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
  margin-right: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 80px;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  z-index: 0;
  border-radius: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  font-weight: 700;
  border-bottom: 4px solid #004d64;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  width: 0;
  height: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  box-shadow: unset !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--holts-grey);
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.woocommerce div.product div.summary {
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.woocommerce div.product div.summary .inner-summary{
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: sticky;
  top: 0;
}

.woocommerce div.product div.summary * {
  margin: 0;
}

.woocommerce div.product form.cart .variations select {
  padding: 16px;
  max-width: 370px;
  width: 100%;
  min-width: unset;
  margin-right: 0;
}

.woocommerce div.product form.cart div.quantity {
  margin-bottom: 8px;
}

.woocommerce div.product p.price del {
  text-decoration: none;
}

.woocommerce div.product p.price del span {
  font-size: 16px;
  text-decoration: line-through;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  color: var(--holts-grey);
  text-align: center;
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.woocommerce nav.woocommerce-pagination ul li .current {
  border-radius: 100%;
  background: #f5f5f5;
  color: var(--holts-grey) !important;
  text-align: center;
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  min-width: 50px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  border-radius: 100%;
  background-color: unset;
}

.woocommerce p.stars a {
  color: var(--holts_yellow) !important;
}

.woocommerce span.onsale {
  min-height: 29px !important;
}

.single-product.woocommerce span.new-product-tag{
  top: 45px;
}
.woocommerce span.new-product-tag{
  color: var(--holts_yellow) !important;
    background: var(--holts-grey);
    margin: 0;
    display: inline-flex;
    z-index: 1;
    padding: 8px;
    width: max-content;
    line-height: unset;
    height: min-content;
    gap: 8px;
    border-radius: 0;
    align-items: center;
    text-transform: uppercase;
    font-family: avenir-next-lt-pro, sans-serif;
    font-size: .7rem;
    left: 0;
    top: 0;
    position: absolute;
}
.woocommerce span.stock-warning{
  color: var(--holts_yellow) !important;
  background: var(--holts-grey);
  top: 0;
  left: 0;
  margin: 0;
  display: inline-flex;
  z-index: 1;
  padding: 8px;
  width: max-content;
  line-height: unset;
  height: min-content;
  gap: 8px;
  border-radius: 0;
  align-items: center;
  color: black;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .onsale {
  top: 0;
  left: 0;
  margin: 0;
  display: inline-flex;
  padding: 8px;
  width: max-content;
  line-height: unset;
  z-index: 1;
  font-weight: 400;
  height: min-content;
  gap: 8px;
  border-radius: 0;
  align-items: center;
  color: black;
  text-transform: uppercase;
  background: var(--holts_yellow);
}

.woocommerce ul.products li.product .onsale.backinstock {
  color: var(--holts_yellow);
  background: var(--holts-grey);
}

.woocommerce ul.products li.product .onsale.bestseller {
  color: black;
  background: white;
  right: 0;
  left: auto;
}

.woocommerce ul.products li.product .onsale.new {
  color: black;
  background: var(--holts_yellow);
  display: none !important;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.woocommerce ul.products li.product a img {
  min-height: 100%;
  max-width: 140px;
  min-width: 140px;
  object-fit: cover;
  padding: 0;
  margin: 0 auto;
  transition: opacity 0.5s cubic-bezier(.25,.46,.45,.94);
}

.featured-products .products .product .hover-image, .featured-products .products .product .wp-post-image{
  min-height: 100%;
  max-width: 140px;
  min-width: 140px;
  object-fit: cover;
  padding: 0;
  margin: 0 auto;
  transition: opacity 0.5s cubic-bezier(.25,.46,.45,.94);
}

@keyframes rotate {
  from {
      transform: rotate(0deg);
  }

  to {
      transform: rotate(360deg);
  }
}


/* css for pubs */
.pub-item .pub-item-wrapper .features-button-wrapper .add-to-cart{
  margin-bottom: 10px;
}
.pub-item .pub-item-wrapper .features-button-wrapper .add-to-cart:hover,
.pub-item .pub-item-wrapper .features-button-wrapper .add-to-cart:focus{
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

#hero-banner{
  height: 100px;
}
#hero-banner #hero-address, #hero-banner #hero-telephone, #hero-banner #hero-buttons{
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

#hero-banner #hero-telephone {
  display: flex;
  justify-content: space-around;
}
#hero-banner #hero-telephone p.address{
  margin-right: 30px;
}

#hero-banner #hero-address .button{
  border: 1px solid #fff;
  background-color: #004d64;
  color: #fff;
}
#hero-banner #hero-address .button:hover{
  border: 1px solid #004d64;
  background-color: #fff;
  color: #004d64;
}

#hero-banner #hero-buttons{
  padding: 1rem;
}

#hero-banner #hero-buttons a:hover, #hero-banner #hero-buttons a:focus{
  background-color: #004d64;
  border-color: #fff;
  color: #fff;
}

#hero-banner #hero-buttons{
  display: flex;
  align-items: center;
  justify-content: center;
}



@media (max-width: 767px) {

  .woocommerce.post-type-archive-product ul.products li.product
  .tax-product_cat ul.products li.product {
   min-height: 100%; 
  }
  .woocommerce.post-type-archive-product ul.products li.product a img,
  .tax-product_cat ul.products li.product a img{
    max-width: 100%;
  }
  .woocommerce.post-type-archive-product ul.products li.product .product-content,
  .tax-product_cat ul.products li.product .product-content{
    /* background-color: #fff; */
    padding: 0 0px 0 20px;
  }
  .woocommerce.post-type-archive-product ul.products li.product h2,
  .tax-product_cat ul.products li.product h2{
    margin-top: 0px !important;
    padding: 0px !important;
    text-align: center;
  }
  .woocommerce.post-type-archive-product ul.products li.product .reviews,
  .tax-product_cat ul.products li.product .reviews{
    margin-bottom: 16px;
    justify-content: center;
  }
  .woocommerce.post-type-archive-product ul.products li.product .reviews .review-count,
  .tax-product_cat ul.products li.product .reviews .review-count{
    font-size: 9px;
  }
  .post-type-archive-product ul.products li.product span.price,
  .tax-product_cat ul.products li.product span.price{
    justify-content: flex-start;
    margin-bottom: 16px;
  }
  .post-type-archive-product ul.products li.product span.price .amount,
  .tax-product_cat ul.products li.product span.price .amount{
    padding-bottom: 0px;
  }
  .woocommerce.post-type-archive-product ul.products li.product .product-content .cart .single_add_to_cart_button,
  .tax-product_cat ul.products li.product .product-content .cart .single_add_to_cart_button{
    margin-top: 0px;
    bottom: 0px;
    padding: 12px 16px;
  }
  .post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link,
  .tax-product_cat ul.products li.product .woocommerce-LoopProduct-link{
    width: 100%;
    min-height: 220px;
  }
  .post-type-archive-product ul.products li.product .product-content .woocommerce-LoopProduct-link,
  .tax-product_cat ul.products li.product .product-content .woocommerce-LoopProduct-link{
    min-height: auto;
  }
  .post-type-archive-product ul.products li.product .product-content,
  .tax-product_cat ul.products li.product .product-content{
    width: 100%;
  }
  .post-type-archive-product ul.products li.product span.price bdi,
  .tax-product_cat ul.products li.product span.price bdi{
    font-size: 14px;
  }
  .post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
  .tax-product_cat ul.products li.product .woocommerce-loop-product__title{
    font-size: 16px;
  }
  .post-type-archive-product ul.products li.product .product-content .select-options a,
  .tax-product_cat ul.products li.product .product-content .select-options a{
    font-size: 11px !important;
    padding: 10px;
    bottom: 0px;
    padding: 12px 16px;
  }

  .post-type-archive-product ul.products li.product,
  .tax-product_cat ul.products li.product {
    min-height: 100%;
  }

  .post-type-archive-product .search-bar,
  .tax-product_cat .search-bar{
    padding: 16px;
  }

  .post-type-archive-product .search-bar .sorting,
  .tax-product_cat .search-bar .sorting{
    flex-direction: row;
    justify-content: space-between;
  }


  .post-type-archive-product .search-bar .sorting select,
  .tax-product_cat .search-bar .sorting select{
    max-width: max-content;
  }

  .post-type-archive-product .search-bar .sorting #product-search .search-input-field-wrapper,
  .tax-product_cat .search-bar .sorting #product-search .search-input-field-wrapper{
    border-bottom : none;
  }

  .post-type-archive-product .search-bar .sorting #product-search .search-input-field-wrapper .search-field,
  .tax-product_cat .search-bar .sorting #product-search .search-input-field-wrapper .search-field{
    display: none;
    width: 0;
    transition: width 0.4s ease;
  }

  .post-type-archive-product .search-bar .sorting #product-search .search-input-field-wrapper .search-field.show,
  .tax-product_cat .search-bar .sorting #product-search .search-input-field-wrapper .search-field.show{
    display: inline-block;
    width: 200px;
  }

  #hero-banner #hero-telephone{
    flex-direction: column;
  }

  #hero-banner #hero-buttons{
    border-bottom: 1px solid #fff;
  }

  #hero-banner{
    height: auto;
  }


}


@media (max-width: 768px) {
  #product-categories {
    display: none;
  }

  #product-categories-dropdown {
      display: block;
  }

  #product-categories-dropdown select {
    background: transparent;
    border: none;
    color: var(--holts-grey);
    font-family: avenir-next-lt-pro, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.281px;
  }

  header#sitewide-header.site-banner #navbar-toggle {
    left: 72%;
  }

  .archive ul.products li.product .button {
    width: 100% !important;
  }

  .archive ul.products li.product .product-content {
      padding: 10px;
      display: flex;
      flex-direction: column;
      height: 100%;
  }
  .archive ul.products li.product .product-content form,
  .archive ul.products li.product .product-content .select-options{
    margin-top: auto;
  }

  .featured-products .products .product .price {
      text-align: left !important;
  }

  .featured-products .products .product:not(.featured) h3 {
      text-align: center !important;
  }

  .single-pubs .booking-information {
      width: 100%;
  }

  .woocommerce.post-type-archive-product ul.products li.product h2 {
      padding: 0 !important;
      text-align: center;
  }
  .woocommerce.post-type-archive-product ul.products li.product .notes, 
  .tax-product_cat ul.products li.product .notes {
    justify-content: center;
  }

  span.onsale {
      width: 140px !important;
      display: flex !important;
      justify-content: center;
  }

  .archive ul.products li.product .quantity-wrapper .qty {
      max-width: 31px;
  }

  .archive ul.products li.product .quantity-wrapper button {
      min-width: 24px;
      padding: 0;
  }

  .product-image-wrapper {
      height: 100%;
      min-height: 220px;
  }

  .search-bar .sorting {
      flex-direction: column-reverse;
      gap: 20px;
      justify-content: center;
  }

  .single-product .owl-item .woocommerce-product-gallery__image {
      height: 90%;
  }

  .single-product .owl-next {
      right: 1rem;
  }

  .single-product .owl-next, .single-product .owl-prev {
      bottom: 0;
      font-weight: 700;
      top: unset;
      z-index: 999999;
  }

  .single-product .owl-prev {
      left: unset;
  }

  .single-product .slide-counter {
    text-align: center;
    color: var(--holts-grey);
    font-family: avenir-next-lt-pro, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    bottoM: 7.5px;
    z-index: 1;
  }

  .theme-josephholt-theme.single-product .summary .button.single_add_to_cart_button.alt {
      width: 100%;
  }

  .theme-josephholt-theme.single-product .summary .quantity {
      width: 100%;
      margin-bottom: 8px !important;
  }

  .woocommerce-product-gallery {
      display: block;
  }

  .woocommerce-product-gallery .owl-carousel .item {
      margin: 0;
  }

  .woocommerce-product-gallery .owl-carousel .item img {
      width: 100%;
      height: auto;
  }

  .woocommerce div.product div.summary {
      gap: 22px;
  }

  .post-type-archive-product .featured-products .products{
    grid-row-gap: 20px;
  }


  .shop-category-selection .shop-category-item:nth-child(1),
  .shop-category-selection .shop-category-item:nth-child(2) {
    height: 250px;
    background-size: cover;
    background-position: top;
  }

  .shop-category-selection{
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px;
  }

  .shop-category-selection .shop-category-item{
    width: 47%;
  }

  .theme-josephholt-theme.woocommerce .shop-category-selection .button-dark{
    padding: 5px 10px;
    font-size: 10px;
    line-height: normal;
  }

  .shop-category-selection .shop-category-item:nth-child(3),
  .shop-category-selection .shop-category-item:nth-child(4) {
    height: 250px;
    background-size: cover;
    background-position: top;
  }

  
  .shop-category-selection.four-categories .shop-category-item:nth-child(1) h2, .shop-category-selection.four-categories .shop-category-item:nth-child(2) h2 {
    font-size: 16px;
    line-height: 1.2;
  }

  .shop-category-selection.four-categories .shop-category-item:nth-child(3) h2, .shop-category-selection.four-categories .shop-category-item:nth-child(4) h2 {
    font-size: 16px;
    line-height: 1.2;
  }

  .email-signup #gform_wrapper_94 input[type=email]{
    padding: 16px !important;
  }
  .email-signup .gform_wrapper.gravity-theme #field_94_3{
    grid-column: 1 / -1 !important;
  }
  .email-signup .gform_wrapper.gravity-theme #field_94_5{
    grid-column: span 7 !important;
  }
  .email-signup .gform_wrapper.gravity-theme #field_submit{
    grid-column: span 5 !important;
  }
  .email-signup #gform_wrapper_94 #gform_submit_button_94{
    margin: 0px !important;
  }
  header#sitewide-header .logo{
    left: 0 !important;
    right: 0;
    margin: auto;
  }
  header#sitewide-header.site-banner #navbar-toggle, header#sitewide-header.site-banner #shop-links{
    margin: 0px;
  }

  .theme-josephholt-theme.single-product #woocommerce-template h1{
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
  }
  .theme-josephholt-theme.single-product .summary span.woocommerce-Price-amount.amount{
    font-size: 24px !important;
    font-weight: 700;
  }

  .quantity-wrapper{
    justify-content: space-between;
    padding: 10px;
  }

  .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel p{
    font-size: 16px;
  }

  .theme-josephholt-theme.single-product #related-products .related-products .related-product:nth-child(3){
    display: none;
  }

  .theme-josephholt-theme.single-product #related-products .related-products .related-product{
    margin-bottom: 0px;
    background-color: #fff;
    max-width: 100%;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .related-product .image-wrapper{
    max-width: 100%;
  }
  .related-products .product-content{
    padding: 0px !important;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .related-products .product-content form{
    margin-top: auto;
  }
  .theme-josephholt-theme.single-product #related-products h3{
    margin-top: 0px !important;
    min-height: 48px;
  }
  .theme-josephholt-theme.single-product #related-products .notes .note{
    font-size: 12px;
  }
  .theme-josephholt-theme.single-product #related-products  .reviews .review-count{
    font-size: 9px;
  }
  .theme-josephholt-theme.single-product #related-products p.price{
    font-size: 16px !important;
  }
  .theme-josephholt-theme.single-product #related-products .cart .quantity{
    display: none;
  }

  .theme-josephholt-theme.single-product .woocommerce-tabs{
    padding-bottom: 0px;
  }

  #related-products .panel-heading{
    font-size: 32px;
    text-align: left !important;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 24px;
  }

  .theme-josephholt-theme.single-product #related-products .button,
  .featured-products .products .product:not(.featured) .product-content .qty-atb-container .single_add_to_cart_button{
    background-image: url(../images/add_shopping_cart.svg);
    text-indent: -99999px;
    background-size: 24px 24px;
    background-color: #F9B233 !important;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    margin-bottom: 0px !important;
  }

  .featured-products .products .product:not(.featured) .product-content .select-options a{
    background-size: 24px 24px;
    background-color: #F9B233 !important;
    background-repeat: no-repeat;
    background-position: center;
    color: var(--holts-grey) !important;
    border: none;
    margin-bottom: 0px !important;
  }

  .featured-products .products .product:not(.featured) .product-content{
    max-width: 100%;
    padding: 0px;
    align-items: flex-start;
    height: 100%;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .related-product .image-wrapper{
    /* min-height: 100%; */
    /* max-width: 140px; */
  }
  .featured-products .products .product{
    gap: 21px;
    min-height: auto !important;
    background-color: #fff !important;
  }
  /* .featured-products .products{
    display: flex !important;
  } */
  .featured-products{
    padding: 48px 25px;
    display: block;
  }
  .featured-products .products .product .image-wrapper{
    width: 50%; 
  }
  .featured-products .products .product .image-wrapper a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .featured-products .products .product .image-wrapper img{
    width: 100% !important;
  }
  .featured-products .products .product:not(.featured) .product-content{
    width: 50%;
  }
  .featured-products .products .product:not(.featured) h3{
    font-size: 18px;
    min-height: 40px;
  }
  .featured-products .product-content .reviews .review-count{
    font-size: 9px;
    align-items: center;
  }
  .featured-products .products .product .price{
    font-size: 16px !important;
  }
  .featured-products .product:not(.featured) .qty-atb-container div.quantity{
    display: none;
  }
  .featured-products .qty-atb-container,
  .featured-products .select-options{
    padding: 0px;
    width: 100%;
    margin-top: auto;
  }
  .featured-products .onsale span{
    font-size: 10px;
  }
  .featured-products .select-options a{
    font-size: 11px;
    padding: 10px !important;
  }

  .featured-products .products .featured.product .product-content h3 a {
    font-size: 24px;
    text-decoration: none;
  }
  .featured-products .products .featured.product .product-content{
    align-items: flex-start;
  }
  .featured-products .products .product.featured {
    background-color: #F5F5F5 !important;
  }


  .featured-products .products .product:nth-child(2),
  .featured-products .products .product:nth-child(3),
  .featured-products .products .product:nth-child(4),
  .featured-products .products .product:nth-child(5){
    width: 100%;
    flex-direction: column;
  }


  .post-type-archive-product .featured-products .products{
    display: grid;
    /* grid-template-rows: 1fr 1fr 1fr; */
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    height: 100%;
  }

  .featured-products .products .product.featured{
    grid-row-start: 1 !important;
    grid-column-start: 1 !important;
    grid-row-end: 2 !important;
    grid-column-end: 3 !important;
  }

  .featured-products .products .product:nth-child(2){
    grid-row-start: 2 !important;
    grid-column-start: 1 !important;
    grid-row-end: 3 !important;
    grid-column-end: 2 !important;
  }
  .featured-products .products .product:nth-child(3){
    grid-row-start: 2 !important;
    grid-column-start: 2 !important;
    grid-row-end: 3 !important;
    grid-column-end: 3 !important;
  }
  .featured-products .products .product:nth-child(3){
    grid-row-start: 3 !important;
    grid-column-start: 1 !important;
    grid-row-end: 4 !important;
    grid-column-end: 2 !important;
  }
  .featured-products .products .product:nth-child(4){
    grid-row-start: 3 !important;
    grid-column-start: 2 !important;
    grid-row-end: 4 !important;
    grid-column-end: 3 !important;
  }
  .featured-products .products .product:not(.featured) .product-content .reviews{
    justify-content: center;
  }
  .archive ul.products li.product .price {
    text-align: center !important;
  }




  .post-type-archive-product ul.products.sfn-cart-addons li.product, 
  .post-type-archive-product ul.products li.product, 
  .tax-product_cat ul.products.sfn-cart-addons li.product, 
  .tax-product_cat ul.products li.product, 
  .woocommerce-cart ul.products.sfn-cart-addons li.product, 
  .woocommerce-cart ul.products li.product{
    width: 46% !important;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .post-type-archive-product ul.products.sfn-cart-addons li.product:nth-child(2n+1), 
  .post-type-archive-product ul.products li.product:nth-child(2n+1), 
  .tax-product_cat ul.products.sfn-cart-addons li.product:nth-child(2n+1), 
  .tax-product_cat ul.products li.product:nth-child(2n+1), 
  .woocommerce-cart ul.products.sfn-cart-addons li.product:nth-child(2n+1), 
  .woocommerce-cart ul.products li.product:nth-child(2n+1){
    margin-right: 20px !important;
  }


  .featured-products .products .product:not(.featured) .product-content{
    width: 100%;
    max-width: 100%;
    align-items: center;
    /* height: auto; */
  }
  .featured-products .products .product:not(.featured) .image-wrapper,
  .featured-products .products .product:not(.featured) .image-wrapper img{
    width: 100% !important;
    max-width: 100%;
    min-height: 220px;
  }
  


  .theme-josephholt-theme.single-product #related-products .related-products{
    flex-wrap: wrap;
    flex-direction: row !important;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .related-product{
    flex-direction: column;
    width: 46% !important;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .related-product .image-wrapper{
    min-height: 180px !important;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .related-product .product-content .notes{
    /* min-height: 33px; */
  }

  .single-product.woocommerce .upsells ul.products[class*=columns-] li.product img, 
  .single-product.woocommerce-page .upsells ul.products[class*=columns-] li.product img{
    max-width: 100%;
    margin-bottom: 20px;
  }
  .single-product.woocommerce .upsells ul.products[class*=columns-] li.product .reviews, 
  .single-product.woocommerce-page .upsells ul.products[class*=columns-] li.product .reviews{
    justify-content: center !important;
  }

  .single-product.woocommerce .upsells ul.products[class*=columns-] li.product .price bdi, 
  .single-product.woocommerce-page .upsells ul.products[class*=columns-] li.product .price bdi{
    color: var(--holts-grey) !important;
    font-family: avenir-next-lt-pro, sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.92px;
  }

  .single-product.woocommerce .upsells ul.products[class*=columns-] li.product .single_add_to_cart_button , 
  .single-product.woocommerce-page .upsells ul.products[class*=columns-] li.product .single_add_to_cart_button {
    width: 100%;
    background-image: url(../images/add_shopping_cart.svg);
    text-indent: -99999px;
    background-size: 24px 24px;
    background-color: #F9B233 !important;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    margin-bottom: 0px !important;
  }

  .single-product.woocommerce .upsells ul.products[class*=columns-] li.product .price , 
  .single-product.woocommerce-page .upsells ul.products[class*=columns-] li.product .price {
    text-align: center;
  }

  #woocommerce-shop-header .logo{
    left: 0px !important;
  }

  


}


@media (min-width: 768px) and (max-width: 992px) {
  .featured-products .products .product .image-wrapper{
    width: 50% !important; 
  }
  .featured-products .products .product .image-wrapper a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .post-type-archive-product .featured-products .products .product .image-wrapper img{
    width: 100% !important;
  }
  .featured-products .products .product:not(.featured) .product-content{
    width: 50%;
  }

  .featured-products .products .product button{
    padding: 10px;
    min-width: auto;
  }
  .featured-products .product-content .reviews .review-count{
    font-size: 9px;
    align-items: center;
  }



  .theme-josephholt-theme.single-product #related-products .related-products .related-product:nth-child(odd){
    margin-right: 0px;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .related-product:nth-child(2n+2){
    margin-left: 0px;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .image-wrapper a{
    display: block;
    height: 100%;
    width: 100%;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .related-product .image-wrapper img{
    max-height: 100%;
    max-width: 100%;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .product-content{
    padding: 20px 0px;
    position: relative;
  }
  .theme-josephholt-theme.single-product #related-products h3{
    margin: 0px !important;
  }
  .theme-josephholt-theme.single-product #related-products h3 a{
    font-size: 24px !important;
  }
  .theme-josephholt-theme.single-product #related-products .notes{
    padding: 0;
    justify-content: flex-start !important;
  }
  .theme-josephholt-theme.single-product #related-products .reviews{
    justify-content: flex-start !important;
  }
  .theme-josephholt-theme.single-product #related-products p.price{
    font-size: 20px !important;
  }
  .theme-josephholt-theme.single-product .related-product .quantity-wrapper{
    width: 95%;
    left: 0;
  }
  .theme-josephholt-theme.single-product #related-products .button{
    width: 95% !important;
    margin-bottom: 0 !important;
    position: unset !important;
    left: 0;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .related-product{
    min-height: 100%; 
    max-width: 100%;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .related-product .image-wrapper{
    width: 100%;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .product-content{
    width: 100%;
  }

  .archive ul.products li.product .cart{
    padding: 0 !important;
    position: relative !important;
  }
  .woocommerce.post-type-archive-product ul.products li.product h2{
    margin-top: 0px !important;
  }
  .woocommerce.post-type-archive-product ul.products li.product .notes{
    padding: 0px !important;
    justify-content: flex-start !important;
  }
  .woocommerce.post-type-archive-product ul.products li.product .reviews{
    justify-content: flex-start !important;
  }
  .post-type-archive-product ul.products li.product span.price{
    justify-content: flex-start;
    margin: 0px;
  }
  .archive ul.products li.product{
    max-width: 49% !important;
  }
  .theme-josephholt-theme.single-product #wooatm-tabs-container, .theme-josephholt-theme.single-product .woocommerce-tabs{
    width: 100% !important;
  }
  .related-product .quantity-wrapper{
    position: unset;
  }

  .featured-products .products .product:not(.featured) .product-content{
    max-width: 100% !important;
    width: 100%;
    height: auto;
  }

  .post-type-archive-product ul.products.sfn-cart-addons li.product, .post-type-archive-product ul.products li.product, .tax-product_cat ul.products.sfn-cart-addons li.product, .tax-product_cat ul.products li.product, .woocommerce-cart ul.products.sfn-cart-addons li.product, .woocommerce-cart ul.products li.product{
    height: auto !important;
  }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link{
    min-height: 350px;
  }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img{
    height: 100%;
  }
  .woocommerce ul.products li.product .product-content a.woocommerce-LoopProduct-link{
    min-height: auto;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery{
    width: 50%;
    padding: 0 15px;
  }
  .woocommerce div.product div.summary{
    width: 50%;
    padding: 0 15px;
  }
  .woocommerce-shop ul.products, .tax-product_cat ul.products{
    justify-content: center;
    margin: 0 -30px;
  }
  .featured-products .products .featured.product .product-content{
    align-items: center;
  }
  .featured-products .featured .qty-atb-container, .featured-products .featured .select-options{
    width: auto;
  }


  #hero-banner #hero-buttons{
    border-bottom: 1px solid #fff;
  }

  #hero-banner{
    height: auto;
  }


}


@media (min-width: 992px) and (max-width: 1200px) {
  .featured-products .products .featured.product .product-content{
    padding: 22px !important;
  }
  .post-type-archive-product .featured-products .products .featured.product .image-wrapper{
    max-height: 100% !important;
    width: 50% !important;
  }
  .featured-products .products .featured.product .image-wrapper img{
    max-height: 100% !important;
  }

  .featured-products .products{
    grid-template-columns: 1fr 1fr !important;
    gap: 20px;
  }
  .post-type-archive-product .featured-products .products .product:nth-child(1){
    grid-row-start: 1 !important;
    grid-column-start: 1 !important;
    grid-row-end: 2 !important;
    grid-column-end: 3 !important;
    gap: 0px;
  }
  .post-type-archive-product .featured-products .products .product:nth-child(2){
    grid-row-start: 2 !important;
    grid-column-start: 1 !important;
    grid-row-end: 3 !important;
    grid-column-end: 2 !important;
    max-width: 100%;
    min-height: 360px;
  }
  .post-type-archive-product .featured-products .products .product:nth-child(3){
    grid-row-start: 2 !important;
    grid-column-start: 2 !important;
    grid-row-end: 3 !important;
    grid-column-end: 3 !important;
    max-width: 100%;
    min-height: 360px;
  }
  .post-type-archive-product .featured-products .products .product:nth-child(4){
    grid-row-start: 3 !important;
    grid-column-start: 1 !important;
    grid-row-end: 4 !important;
    grid-column-end: 2 !important;
    max-width: 100%;
    min-height: 360px;
  }
  .post-type-archive-product .featured-products .products .product:nth-child(5){
    grid-row-start: 3 !important;
    grid-column-start: 2 !important;
    grid-row-end: 4 !important;
    grid-column-end: 3 !important;
    max-width: 100%;
    min-height: 360px;
  }

  .featured-products .products .product:not(.featured) .qty-atb-container,
  .featured-products .products .product:not(.featured) .select-options{
    position: absolute;
    bottom: 20px;
    width: calc(100% - 25px) !important;
  }
  .featured-products .products .product:not(.featured) .qty-atb-container .quantity,
  .featured-products .products .product:not(.featured) .select-options .quantity{
    float: none;
  }
  .featured-products .products .product:not(.featured) .product-content{
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
  }


  .featured-products .products .product button{
    min-width: auto;
    font-size: 10px;
    padding: 10px;
  }
  .featured-products .qty-atb-container{
    padding: 0px;
  }

  .post-type-archive-product .featured-products{
    padding: 48px 40px;
  }
  .featured-products .products .product .image-wrapper{
    width: 50% !important; 
  }
  .featured-products .products .product .image-wrapper a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .post-type-archive-product .featured-products .products .product .image-wrapper img{
    width: 100% !important;
  }
  .featured-products .products .product:not(.featured) .product-content{
    width: 50%;
    padding: 20px 20px;
  }
  .featured-products .products .product:not(.featured) h3{
    text-align: left;
  }
  .featured-products .products .product:not(.featured) .notes{
    padding: 0;
    justify-content: flex-start !important;
  }
  .featured-products .products .product:not(.featured) .reviews{
    justify-content: flex-start !important;
  }
  .featured-products .products .product:not(.featured) .reviews .review-count.no-reviews{
    flex-direction: column;
  }
  .featured-products .products .product:not(.featured) .price{
    justify-content: flex-start !important;
    font-size: 18px;
  }
  .featured-products .select-options{
    padding: 0px;
  }
  .featured-products .select-options a{
    font-size: 10px;
  }


  .theme-josephholt-theme.single-product #related-products .related-products .related-product:nth-child(odd){
    margin-right: 0px;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .related-product:nth-child(2n+2){
    margin-left: 0px;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .image-wrapper a{
    display: block;
    height: 100%;
    width: 100%;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .related-product .image-wrapper img{
    max-height: 100%;
    max-width: 100%;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .product-content{
    padding: 20px;
    position: relative;
  }
  .theme-josephholt-theme.single-product #related-products h3{
    margin: 0px !important;
  }
  .theme-josephholt-theme.single-product #related-products h3 a{
    font-size: 24px !important;
  }
  .theme-josephholt-theme.single-product #related-products .notes{
    padding: 0;
    justify-content: flex-start !important;
  }
  .theme-josephholt-theme.single-product #related-products .reviews{
    justify-content: flex-start !important;
  }
  .theme-josephholt-theme.single-product #related-products p.price{
    font-size: 20px !important;
  }
  .theme-josephholt-theme.single-product .related-product .quantity-wrapper{
    width: 95%;
    left: 0;
  }
  .theme-josephholt-theme.single-product #related-products .button{
    width: 95% !important;
    margin-bottom: 0 !important;
    position: absolute !important;
    left: 0;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .related-product{
    min-height: 100%; 
    max-width: 100%;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .related-product .image-wrapper{
    width: 50%;
  }
  .theme-josephholt-theme.single-product #related-products .related-products .product-content{
    width: 50%;
  }

  .hotel-content {
    margin-top: 50px;
}

  .product-category-block{
    padding: 80px 24px !important;
  }
  .shop-category-item{
    height: 300px;
  }
  .woocommerce-shop ul.products,
  .tax-product_cat ul.products{
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
  }
  .post-type-archive-product ul.products.sfn-cart-addons li.product:nth-child(2n+2), .post-type-archive-product ul.products li.product:nth-child(2n+2), .tax-product_cat ul.products.sfn-cart-addons li.product:nth-child(2n+2), .tax-product_cat ul.products li.product:nth-child(2n+2), .woocommerce-cart ul.products.sfn-cart-addons li.product:nth-child(2n+2), .woocommerce-cart ul.products li.product:nth-child(2n+2){
    margin: 0 2% 2.992em 0;
  }
  .theme-josephholt-theme.single-product #wooatm-tabs-container, .theme-josephholt-theme.single-product .woocommerce-tabs{
    width: 100% !important;
  }
  .featured-products .products .product:not(.featured){
    display: flex;
  }


  .woocommerce-shop ul.products, .tax-product_cat ul.products{
    justify-content: center;
  }
  .archive ul.products li.product:nth-child(3n){
    margin-right: 0px;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery{
    padding: 0 15px;
  }
  .woocommerce div.product div.summary{
    padding: 0 15px;
  }

  #hero-banner #hero-telephone{
    flex-direction: column;
  }



}



@media (max-width:1300px) and (min-width:1200px) {
  .featured-products .products .product:nth-child(5){
    grid-area: 2 / 4 / 3 / 35 !important;
  }
}


@media (min-width: 1024px) {
  .featured-products .products .product:nth-child(5) {
    grid-area: 2 / 4 / 3 / 5;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .shop-category-item{
    height: 310px;
  }
  #main-content .product-category-block{
    padding: 80px 34px;
  }
  #main-content .featured-products{
    padding: 48px 34px;
  }
  .featured-products .products .product.featured{
    gap: 0px;
  }
  .featured-products .products .product.featured .image-wrapper{
    width: 50% !important;
  }
  .featured-products .products .product.featured .image-wrapper img{
    max-width: 100% !important;
  }

  #hero-banner #hero-telephone{
    flex-direction: column;
  }
  
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .shop-category-item{
    height: 300px;
  }
}


@media (max-width: 1200px) {
  #product-categories {
      display: block;
  }

  #product-categories.dropdown-open .product-category {
      display: block;
  }

  #product-filters {
      padding: 9px 0;
  }

  #show-more-categories {
      display: block;
      margin: 0;
      padding: 0;
  }

  .product-category {
      display: none;
  }

  .product-category:first-child {
      display: block;
  }
}

@media (max-width: 1200px) {
  #product-categories {
      display: none;
  }

  #product-categories-dropdown {
      display: block;
  }
}

@media (min-width: 768px) {
  #related-products .grid-row-gutter .grid-item-2 {
    width: calc(75% - 30px);
  }

  header#sitewide-header .header-wrapper.site-banner {
    height: 80px !important;
  }

  #related-products .grid-row-gutter .grid-item-2:nth-child(2) {
      margin-top: 100px;
  }

  .archive ul.products li.product {
      flex-direction: column;
      min-height: 650px;
      height: 100%;
      max-width: 293px;
      width: 100%;
  }

  .archive ul.products li.product .cart {
      display: flex;
      flex-direction: column;
      padding: 0 22px;
      justify-content: flex-end;
      position: absolute;
      bottom: 0;
      width: 100%;
  }

  .archive ul.products li.product .price {
      text-align: center !important;
  }

  .archive ul.products li.product .quantity-wrapper {
      max-width: 100%;
  }

  .featured-products .products {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      grid-template-rows: repeat(2,1fr);
      grid-column-gap: 20px;
      grid-row-gap: 20px;
  }

  .notes {
      padding: 0 22px;
      justify-content: center !important;
  }

  .reviews {
      justify-content: center !important;
      flex-direction: row !important;
      align-items: center !important;
  }

  .theme-josephholt-theme.single-product #woocommerce-template h1 {
      margin-top: 0rem;
      font-size: 2.4rem;
      margin-bottom: 0;
      line-height: 1.5;
  }

  .woocommerce-product-gallery__wrapper {
      display: flex !important;
      flex-wrap: wrap;
      gap: 20px;
  }

  .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(3n+1) {
      width: 100% !important;
  }

  .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(3n+2), .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(3n+3) {
      width: 48% !important;
  }

  .woocommerce div.product .woocommerce-product-rating {
      margin-top: -28px !important;
  }

  .woocommerce ul.products li.product a img {
      min-height: 100%;
      max-width: 100%;
      object-fit: cover;
      padding: 0;
      margin: 0 auto;
      transition: opacity 0.5s cubic-bezier(.25,.46,.45,.94);
  }
  .featured-products .products .product .hover-image, .featured-products .products .product .wp-post-image{
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0 auto;
    transition: opacity 0.5s cubic-bezier(.25,.46,.45,.94);
  }

  .single-product #woocommerce-template .grid-row-gutter .grid-item{
    display: flex;
  }
  .single-product #woocommerce-template .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
    position: sticky;
    top: 0px;
  }

  /* .single-product #woocommerce-template .summary.entry-summary{
    position: sticky;
    top: 177px;
  } */


}

@media (min-width: 992px) {
  footer#sitewide-footer #bottom-section #bottom-section-inner {
      align-items: baseline;
  }

  .footer-logo {
      max-width: 56%;
      margin-right: 0.4rem;
  }

  .footer-logo-link {
      width: 100%;
      justify-content: flex-end;
  }

  .footer-social-wrapper {
      width: 20%;
      align-items: self-end;
  }

  #hero-banner #hero-address, #hero-banner #hero-telephone, #hero-banner #hero-buttons{
    width: 33.33%;
  }

  #hero-banner #hero-buttons{
    border-right: 1px solid #fff;
  }



}

@media (min-width: 1000px) {
  #footer-menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      margin-left: -10px;
  }

  #footer-menu li {
      width: 33.33%;
      padding: 0px 10px !important;
      text-align: left;
  }

  #footer-menu li a {
      width: 100%;
      text-align: left;
  }
}

@media (min-width: 1024px) {
  #woocommerce-shop-header .banner-image-container {
      width: 107.5%;
      z-index: 1;
      position: relative;

  }

  #main-content.hotels-content {
    padding-top: 0 !important;
  }

  .email-signup #gform_wrapper_94,
  .email-signup #gform_wrapper_95 {
      left: 12.5%;
      position: relative;
  }

  .facts-panel .grid-container {
      display: flex;
      flex-direction: column;
      gap: 64px;
  }

  .featured-products {
      background-color: white;
      padding: 48px 0px;
      margin-bottom: 100px;
  }

  .featured-products .products {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(293px,1fr));
      grid-template-rows: repeat(auto-fit, minmax(200px,auto));
  }

  .featured-products .products .featured.product .notes .note {
      font-size: 16px;
  }

  .featured-products .products .featured.product .price {
      text-align: left;
      font-family: avenir-next-lt-pro, sans-serif;
      font-size: 32px;
      justify-content: flex-start;
  }

  .featured-products .products .featured.product h3 a {
      color: var(--holts-grey);
      font-family: "freight-display-pro", serif;
      font-size: 40px;
      font-style: normal;
      font-weight: 600;
      line-height: 100%;
      text-decoration: none;
      letter-spacing: 0.4px;
  }

  .featured-products .products .product {
      max-width: 293px;
      background-color: #f5f5f5;
      box-sizing: border-box;
  }

  .featured-products .products .product.featured {
      flex-direction: row;
      height: 400px;
  }

  .featured-products .products .product.featured .image-wrapper {
      width: 500px;
  }

  .featured-products .products .product.featured .image-wrapper img {
      max-width: 500px;
      height: 400px;
      object-fit: cover;
  }

  .featured-products .products> :nth-child(-n+3) {
      grid-row: 1;
  }

  .featured-products .products> :nth-child(n+4) {
      height: 100%;
  }

  .featured .product-content {
      padding: 32px;
      position: relative;
  }

  .featured span.new-product-tag{
    position: unset;
    margin-bottom: 16px;
  }

  .featured .product-content .notes, .featured .product-content .reviews {
      justify-content: flex-start !important;
      padding: 0;
  }

  .product-category-block {
      background-color: var(--holts-light-grey);
      padding: 80px 224px;
      margin-bottom: 100px;
  }

  .related-products .product-item img {
      max-width: 293px;
      max-height: 293px;
  }

  .select-options {
      position: absolute;
      padding: 0 22px;
      bottom: 0;
      width: 100%;
  }

  .select-options a {
      width: 100%;
  }

  .shop-category-selection {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      grid-template-rows: repeat(2,1fr);
      gap: 20px;
      max-width: 1232px;
      margin: auto;
  }

  .shop-category-selection.four-categories {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      grid-template-rows: repeat(2,1fr);
      gap: 20px;
  }

  .shop-category-selection.four-categories .shop-category-item:nth-child(1) {
      grid-area: 1 / 1 / 3 / 3;
      height: 100%;
      background-size: 100% !important;
  }

  .shop-category-selection.four-categories .shop-category-item:nth-child(1):hover {
    grid-area: 1 / 1 / 3 / 3;
    height: 100%;
    background-size: 125% !important;
  }

  .shop-category-selection.four-categories .shop-category-item:nth-child(1) h2 {
      font-size: 60px;
  }

  .shop-category-selection.four-categories .shop-category-item:nth-child(2) {
      grid-area: 1 / 3 / 2 / 5;
      background-size: 100%;
  }

  .shop-category-selection.four-categories .shop-category-item:nth-child(2):hover {
      background-size: 125% !important;
  }

  .shop-category-selection.four-categories .shop-category-item:nth-child(3) {
      grid-area: 2 / 3 / 3 / 4;
      background-size: 100% 100%;
  }

  .shop-category-selection.four-categories.three .shop-category-item:nth-child(3) {
    grid-area: 2 / 3 / 3 / 5;
    background-size: 100%;
  }

  .shop-category-selection.four-categories .shop-category-item:nth-child(3).shop-category-item:nth-child(3):hover {
      grid-area: 2 / 3 / 3 / 4;
      background-size: 125% 125% !important;
  }

  .shop-category-selection.four-categories.three .shop-category-item:nth-child(3).shop-category-item:nth-child(3):hover {
    grid-area: 2 / 3 / 3 / 5;
    background-size: 125% !important;
  }

  .shop-category-selection.four-categories .shop-category-item:nth-child(4) {
      grid-area: 2 / 4 / 3 / 5;
      background-size: 100% !important;
  }

  .shop-category-selection.four-categories .shop-category-item:nth-child(4):hover {
    background-size: 125% !important;
  }

  .shop-category-selection .shop-category-item:nth-child(1) {
      grid-area: 1 / 1 / 3 / 3;
      height: 100%;
      background-size: 100% !important;
  }

  .shop-category-selection .shop-category-item:nth-child(1):hover {
	  background-size: 125% !important;
  }

  .shop-category-selection .shop-category-item:nth-child(2) {
      grid-area: 1 / 3 / 2 / 5;
      background-size: 100%;
  }

  .shop-category-selection .shop-category-item:nth-child(2):hover {
      grid-area: 1 / 3 / 2 / 5;
      background-size: 125% !important;
  }

  .shop-category-selection .shop-category-item:nth-child(3) {
      grid-area: 2 / 3 / 3 / 5;
      background-size: 100% 175%;
  }

  .shop-category-selection .shop-category-item:nth-child(3):hover {
      grid-area: 2 / 3 / 3 / 5;
      background-size: 125% 200% !important;
  }

  .variable-info li a {
      font-size: 13px !important;
  }

  .woocommerce .facts-panel {
      padding: 112px 0;
  }

  .woocommerce .featured form.cart {
      display: flex;
  }

  .woocommerce .featured form.cart .quantity {
      margin-right: 24px !important;
      margin-bottom: 0 !important;
  }

  .woocommerce nav.woocommerce-pagination {
      padding-bottom: 100px;
  }

  .woocommerce ul.products li.product a img {
      height: 293px;
  }
  .featured-products .products .product .hover-image, .featured-products .products .product .wp-post-image{
    height: 293px;
  }
  .featured-products .products .product:not(.featured){
    min-height: 650px;
  }
  .featured-products .products .product:not(.featured) .qty-atb-container,
  .featured-products .products .product:not(.featured) .select-options{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  /* .featured-products .products .product:nth-child(5){
    grid-area: 2 / 4 / 3 / 20;
  } */


}

@media (min-width: 1200px) {
  .woocommerce-cart ul.products li.product .button {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 1200px) and (min-width: 4000px) {
  header#sitewide-header .header-wrapper.site-banner {
      height: 0;
  }

  .woocommerce ul.products {
      min-width: 1250px;
  }
}

@media screen and (max-width: 1024px) {
  footer#sitewide-footer #top-section .button {
      width: 100%;
      max-width: unset;
  }

  header .logo {
    position: absolute;
    mix-blend-mode: darken !important;
    left: 60px !important;
    top: 50px !important;
}

header .logo img {
    mix-blend-mode: darken;
}

.related-product .quantity-wrapper {
    margin: 0 !important;
}

.related-products .product-content {
    padding: 20px;
}

.site-banner a {
    font-size: 14px;
}

.theme-josephholt-theme.single-product #related-products h3 {
    padding: 0 !important;
    text-align: left;
}

.theme-josephholt-theme.single-product #related-products h3 a {
    text-align: left !important;
}

.theme-josephholt-theme.single-product #related-products p.price {
    padding: 0 !important;
    text-align: left !important;
}

  section.email-signup {
      /* height: 480px; */
      padding: 24px;
  }

  #woocommerce-shop-header .banner-image-container {
      width: 107%;
      z-index: 1;
      position: relative;
      height: 225px;
      right: -10px;
  }

  #woocommerce-shop-header .banner-image-container img {
      height: 225px;
  }

  #woocommerce-shop-header .logo {
      width: 131px;
      height: 131px;
      left: -20px;
      top: 20%;
  }

  .archive ul.products li.product .button {
      color: var(--holts-grey) !important;
      border: none;
      background-color: var(--holts_yellow) !important;
  }

  .desktop {
      display: none;
  }

  .email-signup #gform_wrapper_94,
  .email-signup #gform_wrapper_95 {
      max-width: 605px;
      z-index: 10;
  }

  .email-signup .arrows {
      position: absolute;
  }

  .email-signup .arrows svg:nth-child(1) {
      display: none;
  }

  .email-signup .gfield--type-html h2 {
      font-size: 32px;
  }

  .email-signup .gfield--type-html p {
      font-size: 16px;
  }

  .featured-products .featured h3 {
      margin-bottom: 0;
      color: var(--holts-grey);
  }

  .featured-products .product .onsale {
      max-width: 140px;
  }

  .featured-products .products {
      display: grid;
      grid-template-columns: repeat(1,1fr);
      grid-template-rows: repeat(1,1fr);
      grid-column-gap: 20px;
      grid-row-gap: 10px;
  }

  .featured-products .products .featured.product .image-wrapper {
      max-width: 100%;
      max-height: 280px;
      width: 100% !important;
  }

  .featured-products .products .featured.product .image-wrapper img {
      max-width: 100%;
      max-height: 280px;
      width: 100% !important;
  }

  .featured-products .products .featured.product .product-content {
      padding: 0 22px;
  }

  .featured-products .products .product {
      grid-area: unset !important;
      display: flex;
      min-height: 450px;
      background: #efefef;
      min-height: 360px;
      height: 100%;
      padding-bottom: 0;
      display: flex;
      margin-bottom: 20px;
      flex-direction: row;
  }

  .featured-products .products .product.featured {
      gap: 24px;
  }

  .featured-products .products .product .image-wrapper {
      width: 140px;
  }

  .featured-products .products .product .image-wrapper img {
      height: 100%;
      object-fit: cover;
      width: 140px !important;
  }

  .featured-products .products .product .product-content {
      display: flex;
      flex-direction: column;
  }

  .featured-products .products .product .product-content .product-thumbnail {
      width: 100%;
      height: 100%;
  }

  .featured-products .products .product .product-content .product-thumbnail img {
      width: 100%;
      height: 100%;
  }

  .featured-products .products .product:not(.featured) .product-content {
      max-width: 215px;
  }

  .mobile {
      display: inline-block;
  }

  .page-title {
      padding: 0 60px;
  }

  .quantity-selector {
      width: 100%;
      overflow: scroll;
  }

  .reviews {
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
  }

  .reviews .review-count.no-reviews {
      align-items: flex-start;
  }

  .search-bar .sorting {
      flex-direction: column-reverse;
      gap: 20px;
      justify-content: center;
  }

  .theme-josephholt-theme.single-product #related-products .button {
      position: static;
      width: 100%;
      margin: 10px 0;
  }

  .theme-josephholt-theme.single-product #related-products .related-products {
      display: flex !important;
      flex-direction: column;
  }

  .theme-josephholt-theme.single-product #related-products .related-products .related-product {
      display: flex;
      gap: 21px;
      padding-bottom: 0;
  }

  .theme-josephholt-theme.single-product #related-products .related-products .related-product .image-wrapper {
      min-height: 100%;
  }

  .theme-josephholt-theme.single-product #related-products .related-products .related-product .image-wrapper img {
      height: 100%;
      object-fit: cover;
  }

  .woocommerce .grid-row-2 .button-dark {
      width: 100%;
  }

  .woocommerce .grid-row-2 h1 {
      font-size: 32px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
      display: flex;
      gap: 0;
      flex-direction: column;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
      border-bottom: 1px solid #cfc8d8;
      padding: 24px 0 16px 0;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
      border-color: #cfc8d8;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
      font-weight: 700;
      border-bottom: unset;
  }

  .accordion-header{
    border-bottom: 1px solid #cfc8d8;
    padding: 24px 0 16px 0;
    color: var(--holts-grey);
    font-family: avenir-next-lt-pro, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    position: relative;
  }
  .accordion-header::after{
    content: "";
    background-image: url('../images/add.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 24px;
    width: 24px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .accordion-header.active{
    font-weight: 700;
  }
  .accordion-header.active::after{
    background-image: url('../images/remove.svg');
  }

  .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel{
    margin-top: 20px;
  }
  .woocommerce-tabs.wc-tabs-wrapper{
    width: 100%;
  }



  .woocommerce nav.woocommerce-pagination {
      padding-bottom: 35px;
  }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
  .email-signup #gform_wrapper_94,
  .email-signup #gform_wrapper_95 {
      max-width: 605px;
      min-width: 605px;
      position: relative;
      /* left: 28.5%; */
      left: 0;
      z-index: 20;
  }
}

@media (min-width: 1600px) {
  #hero-banner #hero-telephone {
    padding-right: 1rem;
  }

  #hero-banner #hero-address{
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #hero-banner #hero-buttons{
    /* padding-left: 10%; */
  }

}


#main-navigation{
  border-top: none !important
}
#main-content #primary, #main-content > section:nth-child(1){
  border-top: 1px solid #e6e4e4;
}




.page-id-26779 #main-content section.page-title.no-background{
  margin: 10rem 0 10rem;
  border: none;
}

