body.woocommerce .site-main {
  max-width: 1170px;
}
.product-top-part {
  width: 100%;
  background-image: url('img/top-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.product-top-part-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 43.33%, rgba(255, 255, 255, 0.00) 68.96%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.explore-recipes {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}

.explore-recipes .btn{
  border-radius: 1px;
background: #FFE545;


color: #026475;
text-align: center;
font-family: "Bree Serif";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 100% */
letter-spacing:  0.16px;
text-transform: capitalize;
}

.product-gallery {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.product-thumbnails-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
  flex-shrink: 0;
}

.product-thumbnails {
  width: 100%;
}

.product-thumbnails .thumb img {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid transparent;
}

.product-thumbnails .thumb.slick-current img {
  border-color: #000;
}

.thumb-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.thumb-arrow {
  background: none !important;
  border: none !important;
  cursor: pointer;
  padding: 0;
  box-shadow: none !important;
  height: 40px;
}

.slider-counter {
  color: #026475;
  font-family: "PT Serif", serif;
  font-size: 21.374px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.641px;
  text-transform: capitalize;
}

.product-main-slider {
  width: 440px;
}

.gallery-search-holder {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 30px;
  align-self: stretch;
  flex-direction: row;
}

.wsl-products,
.woosl-results {
  display: none;
}

.store-finder-holder {
  display: flex;
  height: 660px;
  padding: 15px 15px 15px 15px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  flex: 1 0 0;
  border-radius: 30px;
  background: #FFF;
}

#woosl {
  width: 100%;
}

#woosl-gmap {
  width: 100%;
  max-width: 415px;
  height: 130px;
  margin: 0 auto;
  float: none;
}

#woosl-list {
  width: 100%;
  height: auto;
}

.woosl-wrap .woosl-search-bar label {
  text-align: left;
  width: 100%;
  color: #111827;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

.woosl-search-bar {
  flex-direction: column;
  border-radius: 15px;
  background: #F4F3F3;
}

.woosl-search-bar .woosl-inputs-fields:nth-child(1) {
  width: 100%;
}

.woosl-search-bar .woosl-inputs-fields input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #767676;
  background: #FFF;
}

.woosl-search-bar .woosl-inputs-fields #woosl-search-btn {
  margin-top: 0;
  margin-bottom: 3px;
  width: auto;
  padding: 0 22px !important;


  font-style: normal;


  border-radius: 1px;
  background: #FFE545;
  color: #026475;
  text-align: center;
  font-family: "Bree Serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  letter-spacing:  0.16px;
  text-transform: capitalize;
}
.woosl-search-input._start_point.woosl-input-text.pac-target-input{
  margin-bottom: 0;
}
.woosl-search-bar .woosl-inputs-fields {
  text-align: center;
}

.store-finder-tab {
  display: none;
}

.store-finder-tab.active {
  display: block;
}

.store-finder-button {
  cursor: pointer;
  border-radius: 10px;
  border: 0.5px solid rgba(0, 0, 0, 0.20);
  background-color: #fff;
  transition: background-color 0.3s ease;
  display: flex;
  padding: 12px 15px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex: 1 0 0;


  color: #026475;
text-align: center;
font-family: "Open Sans";
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 147.368% */
letter-spacing: 0.57px;
}

.store-finder-button.active {
  background-color: #FFE545;
  border-color: #FFE545;
}

.store-finder-content {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

/* WebKit (Chrome, Safari, Edge) */
.store-finder-content::-webkit-scrollbar {
  width: 1px;
  /* Thin scrollbar */
}

.store-finder-content::-webkit-scrollbar-track {
  background: transparent;
}

.store-finder-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

.store-finder-tabs-buttons {
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FFF;
  width: 100%;
  padding: 5px;
}

.product-content-part h2 {
  color: #026475;
  font-family: "PT Serif", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.78px;
  margin-bottom: 10px;
}

.product-info-holder {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 75px;
  align-self: stretch;
  flex-wrap: wrap;
}

.nutritional-info-table {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 30px;
  align-self: stretch;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.nutritional-info-box {
  display: flex;
  width: 126px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nutritional-info-box-value {
  color: var(--Text-Color, #17302A);
  text-align: center;
  font-family: "PT Serif", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
}

.nutritional-info-box-label {
  color: #17302A;
  text-align: center;
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
}
.light-wrapper-w{
  background: #FFF;
}
.prod-latest-recip{
  background: #F2ECE3;
}

.product-info-col1 p {
  color: #17302A;
  /* Desktop/P */
  font-family: "PT Serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}

.product-info-col1 {
  max-width: 540px;
}

.product-info-nutritional-info p {
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
}

.product-info-col2 {
  color: #17302A;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}

.product-info-col2 h2 {
  margin-bottom: 15px;
}

.buy-online-tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.buy-online-line {
  display: flex;
  padding: 30px 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 0.75px solid rgba(0, 0, 0, 0.20);
}

.buy-online-logo img {
  height: 36px;
  width: auto;
  max-width: 130px;
}

.btn-buy-now {
  display: flex;
  height: 40px;
  padding: 12px 25px;
  justify-content: center;
  align-items: center;
  gap: 3px;
  border-radius: 1px;
  background: #FFE545;
  color: #026475;
  text-align: center;
  font-family: "PT Serif", serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
  letter-spacing: 0.16px;
  text-transform: capitalize;
}

h1.product-title {
  color: #026475;
  font-family: "PT Serif";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: capitalize;
}
.product-top-part .ppcp-messages{
  display: none!important
}
.product-award{
  display: flex;
max-width: 625px;
align-items: flex-start;
align-content: flex-start;
gap: 25px 50px;
align-self: stretch;
flex-wrap: wrap;
margin: 0 auto 60px;
}
.award-info{
  display: flex;
height: 74px;
min-width: 285px;
align-items: center;
gap: 15px;
flex: 1 0 0;
}
.award-container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;

}
.award-container p{
  color: #000;
  font-family: "PT Serif";
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.award-container h4{
  color: #000;
font-family: "PT Serif";
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.66px;
}
.award-logos{
  display: flex;
min-width: 285px;
justify-content: space-between;
align-items: center;
flex: 1 0 0;
}
#woosl-stores .woosl-store-location span{
  line-height: 1.2;
}
.woosl-wrap .woosl-store-location{
  margin-bottom: 0;
}
#woosl-stores ul li {
	padding: 5px 10px;
	display: flex;
	align-items: center;
  gap: 10px;
}
.wsl-image img{
  max-width: 80px;
}
.woosl-wrap .woosl-direction-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	text-align: center;
	margin-left: auto;
	width: 160px;
	flex-grow: 0;
	flex-shrink: 0;
}
.woosl-directions{
  margin-top: 0;
  margin-bottom: 3px;
  width: auto;
  padding: 12px 22px !important;
  font-style: normal;
  border-radius: 1px;
  background: #FFE545;
  color: #026475;
  text-align: center;
  font-family: "Bree Serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.16px;
  text-transform: capitalize;
  height: 40px;
}
#stor-pcat{
  display: none;
}
.wsl-img-address-holder{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 10px;
}
#woosl .woosl-infowindow{
  height: auto;
}
.div_info_btn{
  margin-top: 0!important;
  display: flex;
}
.btn-store{

}
.gm-style-iw-ch{
  display: none;

}
.gm-style-iw-d{
  margin-top: 30px;
}
.gm-style-iw-chr{
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0px;
  z-index: 99
}
.store-finder-holder{
  position: relative;
}
.loader-holder{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
    border-radius: 30px;
}
.loader {
  position: absolute;
left: 50%;
top: 50%;
margin-left: -24px;
margin-top: -24px;

    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }
@media (max-width:1200px) {

  .product-content-part,
  .product-top-part {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width:1000px) {
  .gallery-holder {
    width: 50%;
    flex-grow: 0;
    display: flex;
  }

  .product-main-slider {
    width: 300px;
  }
}

@media (max-width:768px) {
  .gallery-search-holder {
    flex-direction: column;
  }

  .gallery-holder {
    width: 100%;
  }

  .product-gallery {
    gap: 0;
    width: 100%;
    align-items: center;
  }

  .product-thumbnails-wrap {
    width: 15%;
  }

  .product-main-slider-wrap {
    width: 85%;
  }

  .product-main-slider {
    width: 100%;
  }

  .store-finder-holder {
    width: 100%;
  }
}
@media (max-width:600px) {

  .slider-counter{
    font-size: 16px;
  }
  .buy-online-logo img {
	height: 28px;
}
  .store-finder-button {
  	padding: 5px;
  	font-size: 14px;
  	line-height: 22px;

  }
  .product-content-part,
  .product-top-part {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width:500px) {
#woosl-stores ul li{
  flex-direction: column;
}
}
@media (max-width:600px) {
  .wsl-image img {
  	max-width: 44px;
  }

}
@media (max-width:500px) {
  .woosl-search-bar .woosl-inputs-fields{
    margin-top: 0;
  }
#woosl-stores ul li{
  flex-direction: column;
  padding: 5px 10px 10px;
}
.wsl-img-address-holder {
justify-content: start;
align-content: start;
width: 100%;
}
  .woosl-wrap .woosl-direction-wrap {
	display: flex;
	justify-content: start;
	margin-left: auto;
	width: 100%;
	flex-grow: 0;
	flex-shrink: 0;
	align-content: center;
	align-items: center;
	gap: 10px;
  flex-direction: row;
}
.woosl-wrap a.woosl-directions{
  margin-top: 0;
  margin-bottom: 0;
}
}
