.page-template-search-by-retailer .woocommerce-products-header.woocommerce-products-header--custom p {
  color: #fff;
}
.wrapper-search-by {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-bottom: 60px;
}
.container-img {
  border: solid 1px rgba(136, 192, 0, 0.2);
  border-radius: 1px;
  width: 100%;
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100%;
  background: white;
}
.btn-wrapper {
  text-align: center;
  margin-top: 50px;
}
.btn-wrapper a {
  background: #4c9ae2;
  border: 2px solid #4c9ae2;
  color: white;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 13px;
  border-radius: 3px;
  margin: 2px;
  font-weight: bold;
  padding: 10px 24px;
  display: inline-block;
}
.content-item-cat h3 {
  margin-top: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}
.container-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media(max-width:1100px){
  /* .template-popup-category{
    top: 10vh;
  } */
  .wrapper-search-by {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media(max-width:992px){
  .template-popup-category {
    width: 85%;
  }
  .template-popup-category .bg-template-popup a img {
      height: 400px;
  }
}
@media(max-width:767px){
  .wrapper-search-by {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .close-popup-custom {
    top: -3px;
    right: -4px;
  }
  .content-right-popup .sub-text {
    width: 100%;
  }
  .template-popup-category{
    /* top: 10vh; */
    grid-gap: 20px;
    grid-template-columns: 100%;
  }
  .text-delivery-popup {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .template-popup-category .bg-template-popup a img {
      height: 280px;
  }
}
@media(max-width:992px) {
  .woocommerce .products .product-inner .p-content .title  {
    font-size: 11px;
  }
  .woocommerce .products .product-inner .p-content .info-wrap {
    font-size: 11px;
  }
  .woocommerce .products .product-inner > div {
    min-width: 100%;
  }
}
@media(max-width:600px){
  .wrapper-search-by {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

}
.archive.woocommerce .products .product-inner {
    grid-template-columns: 1fr;
}




.wrapper-template-popup {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.overload-wrapper-popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 999;
}
.list-content-text-popup p {
  margin-bottom: 5px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-family: inherit;
}
.content-right-popup .sub-text {
    width: 70%;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    font-family: inherit;
    margin-bottom: 20px;
}
.text-delivery-popup {
  padding: 0 20px;
  text-align: center;
  position: absolute;
  bottom: 9px;
  width: 38%;
}
.btn-shop-popup {
  text-align: center;
  margin-top: 30px;
}
.btn-shop-popup>a {
  display: inline-block;
  padding: 10px 50px;
  background-color: #ddb68f;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
}
.text-delivery-popup span {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  font-family: inherit;
  text-align: center;
}
.wrapper-template-popup.active-load-popup {
  display: none;
}
.template-popup-category {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color:#fff;
  z-index: 999999999;
  padding: 15px;
  width: 75%;
  margin: auto;
  display: grid;
  grid-gap: 2%;
  grid-template-columns: 62% 36%;
  align-items: center;
}
.template-popup-category .bg-template-popup a img {
  height: 490px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
}
.close-popup-custom {
  width: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.wrapper-search-by {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-bottom: 60px;
}
.container-img {
  border: solid 1px rgba(136, 192, 0, 0.2);
  border-radius: 1px;
  width: 100%;
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100%;
  background: white;
}
.btn-wrapper {
  text-align: center;
  margin-top: 50px;
}
.btn-wrapper a {
  background: #4c9ae2;
  border: 2px solid #4c9ae2;
  color: white;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 13px;
  border-radius: 3px;
  margin: 2px;
  font-weight: bold;
  padding: 10px 24px;
  display: inline-block;
}
.content-item-cat h3 {
  margin-top: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}
.container-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper-step5 .data-item label {
  font-size: 17px;
  cursor: pointer;
}
.wrapper-step5 .title {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
   white-space: inherit;
}
 .wrapper-step5 .title .hover-des-deli-speed {
	 width: 25px;
	 cursor: pointer;
}
 .wrapper-step5 .wrapper-content-deilvery .item-delivery {
	 padding: 5px 0;
}
 .wrapper-step5 .wrapper-content-deilvery .item-delivery .data-item {
	 font-size: 17px;
	 font-weight: 500;
	 color: #000;
	 cursor: pointer;
   display: inline;
}
 .wrapper-step5 .wrapper-content-deilvery .item-delivery .data-item label {
   display: inline;
}
 .wrapper-step5 .wrapper-content-deilvery .item-delivery .data-item .name {
	 color: #000;
}
.wrapper-step5 .wrapper-content-deilvery .item-delivery .data-item .price-delivery {
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip);
  font-family: Helvetica, sans-serif;
  text-align: left;
  min-width: 3em;
  max-width: 300px;
  width: 300px !important;
  height: auto;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgb(0 0 0 / 35%);
  background: #333;
  color: #fff;
  z-index: 1000;
  white-space: break-spaces;
  font-weight: 300;
  font-size: 16px;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}





@media(max-width:1100px){
  /* .template-popup-category{
    top: 10vh;
  } */
  .wrapper-search-by {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media(max-width:992px){
  .template-popup-category {
    width: 85%;
  }
  .template-popup-category .bg-template-popup a img {
      height: 400px;
  }
}
@media(max-width:767px){
  .wrapper-search-by {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .close-popup-custom {
    top: -3px;
    right: -4px;
  }
  .content-right-popup .sub-text {
    width: 100%;
  }
  .template-popup-category{
    /* top: 10vh; */
    grid-gap: 20px;
    grid-template-columns: 100%;
  }
  .text-delivery-popup {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .template-popup-category .bg-template-popup a img {
      height: 280px;
  }
  .wrapper-step5 .wrapper-content-deilvery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    text-align: center;
 }
}
@media(max-width:600px){
  .wrapper-search-by {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .wrapper-step5 .wrapper-content-deilvery {
    grid-template-columns: 1fr;
    grid-gap: 15px;
 }
}




.wrapper-list-product-cat .item-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 80px 0;
  row-gap: 140px;
  column-gap: 50px;
}
@media (max-width: 600px) {
  .wrapper-list-product-cat .item-group {
    grid-template-columns: 1fr;
    row-gap: 90px;
  }
}
.wrapper-list-product-cat .item-group > div:nth-child(1) {
  background: #839ea4;
}
.wrapper-list-product-cat .item-group > div:nth-child(2) {
  background: #ea9738;
}
.wrapper-list-product-cat .item-group > div:nth-child(3) {
  background: #ea9738;
}
.wrapper-list-product-cat .item-group > div:nth-child(4) {
  background: #839ea4;
}
.wrapper-list-product-cat .item-product {
  width: 100%;
  border-radius: 30px;
  padding: 0 30px;
  position: relative;
}
.wrapper-list-product-cat .item-product .conten-pr {
  padding-bottom: 85px;
}
.wrapper-list-product-cat .item-product .image {
  height: 200px;
  margin: auto;
  object-fit: contain;
  margin-top: -90px;
  margin-bottom: 15px;
}
.wrapper-list-product-cat .item-product .name {
  font-size: 20px;
  color: #fff;
  font-family: inherit;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
}
.wrapper-list-product-cat .item-product .content {
  font-size: 15px;
  color: #fff;
  line-height: 130%;
  text-align: center;
  margin-bottom: 30px;
}
.wrapper-list-product-cat .item-product .btn {
  bottom: 30px;
  border-color: #fff;
  background-color: #fff;
  color: #222;
  padding: 14px 25px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wrapper-list-product-cat .item-product .btn a {
  display: inline-flex;
  color: #000;
}

.wrapper-description h2 {
  margin-top: 15px;
}

.benefits-custom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding-top: 160px;
}
@media (max-width: 600px) {
  .benefits-custom {
    grid-template-columns: 1fr;
  }
}
.benefits-custom .item-be {
  text-align: center;
}
.benefits-custom .item-be .icon {
  width: auto;
  height: 100px;
  display: inline-flex;
}
.benefits-custom .item-be .name {
  margin: 10px 0 20px;
  font-size: 20px;
}
.benefits-custom .item-be .des {
  font-size: 15px;
  font-weight: 400;
}

.line-background-green {
  height: 50px;
  background: #00add8;
  margin: 50px 0;
  width: 100vw;
  position: absolute;
  left: 0;
}

.heading-page-section {
  text-align: center;
  padding: 60px 0 30px 0;
}

