
.logo {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 45%;
    margin: 10px;
}
.border-golden {
    border: 5px solid #fc3;
    border-radius: 6px;
}
.review-cell {
    border-right: 1px solid #e8e8e8;
    /* padding: 16px 10px; */
}
.cell-3 {
    text-align: left;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.reviews-table {
    border: 1px solid #e8e8e8;
    margin-top: 25px;
}
.reviews-table-black {
    border: 1px solid black;
}
.item-order {
    position: absolute;
    top: -1px;
    left: -1px;
    background: #e8e8e8;
    color: #020202;
    font-weight: 500;
    padding: 0 6px;
    font-size: 1.125rem;
}
.col-img {
    position: relative;
}

.hover-shadow:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5); 
    transition: box-shadow 0.3s ease-in-out; 
  }

  .most-pop {
    display: block;
    color: #fff;
    position: absolute;
    width: 170px;
    line-height: 32px;
    height: 32px;
    background: #00bf63;
    font-size: 1.125rem;
    left: -10px;
    top: -16px;
    text-align: center;
    font-weight: bold;
}
.most-pop::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-color: #00bf63 #00bf63 transparent transparent;
    border-width: 5px;
    border-style: solid;
}
.most-pop::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 160px;
    border: 16px solid #00bf63;
    border-right-color: transparent;
}

.most-pop-1::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    border-color: rgb(255 193 7) rgb(255 193 7)  ;
    border-width: 29px;
    border-style: solid;
}
.most-pop-1::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    border: 29px solid rgb(255 193 7);
    border-right-color: transparent;
}

@media screen and (max-width: 728px){
  .most-pop-1::before {
    border-width: 25px;
  }
  .most-pop-1::after {
      right: 0px;
      border: 25px solid rgb(255 193 7);
  }
  .review-cell{
    border-right: none;
  }
  .mob-display{
    display: block;
  }
  .d-md-height{
    height: 300px;
  }
}
.most-pop-2 {
    display: block;
    color: #fff;
    position: absolute;
    width: 170px;
    line-height: 32px;
    height: 32px;
    background: #78ae38;
    font-size: 1.125rem;
    
    text-align: center;
    font-weight: bold;
}
.border-left-black-10{
  padding-left: 20px;
  border-left: 10px solid #198754 ;
  border-width: 10px;

}
.highlight {
    border-radius: 1em 0 1em 0;
    background-image: linear-gradient(-100deg, rgba(255, 224, 0, 0.3), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1));
    font-weight: bold;
}
.qbox {
  margin: 20px 0;
  padding: 20px;
  text-align: left;
  background-color: #edf9ff;
  font-size: 20px;
  border: solid 2px #329050;
  color: #000;
}
.content img{
  max-width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-title {
  color: #000;
  text-decoration: underline !important;
}
.bg-success, .btn-success{
  background-color: #00bf63 !important;
}
h1 span{
  color: #00bf63;
}
.bg-banner{
  background-color: #efefef;
}

/* popup */

  #popup1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  opacity: 0;
  transition: 0.55s all;
  z-index: -1; }
#popup1 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8); }
#popup1 .hide-overlay:not(.close) {
  margin-bottom: 1rem;
  cursor: pointer;
  text-align: center; }
#popup1.is-active {
  z-index: 2020;
  opacity: 1; }
#popup1 .close {
  position: absolute;
  right: 0;
  top: -4rem;
  font-size: 2rem;
  padding: 1rem;
  cursor: pointer;
  color: white; }
#popup1 .overlay-header {
  background-color: #9ad94f;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 1.25rem;
  padding: 0.5rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
#popup1 .inner {
  font-weight: bold;
  padding-bottom: 0;
  max-width: 750px;
  background: white;
  color: black;
  z-index: 1000;
  position: relative;
  border-radius: 5px; }
#popup1 .inner a {
  display: block;
  color: black; }
#popup1 a {
  color: rgb(4, 81, 246) !important; }
#popup1 .inner h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 900;
  color: black; }
#popup1 .inner p {
  color: black;
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 400; }
#popup1 .inner img {
  max-width: 100%;
  max-height: 50vh; }
#popup1 .inner .usps li {
  color: black; }
#popup1 .inner .button {
  background: #0e820c;
  color: white !important;
  padding-bottom: 8px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-top: 8px !important;
  width: 100%;
  border: none;
  height: auto;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  text-decoration:none }
#popup1 .inner .button i {
  margin-left: 15px; }
#popup1 .inner a:not(.button) {
  color: white;
  font-weight: normal; }


@media screen and (max-width: 768px) {
  #popup1 .inner {
      margin: 1rem;
      text-align: center;
  }

  #popup1 .inner img {
      max-width: 70vw;
      max-height: 35vh;
  }

  #popup1 .inner .column {
      padding-top: 0;
      padding-bottom: 0;
  }

  #popup1 .inner p {
      margin-top: 2px;
      font-weight: 400;
  }

  #popup1 .inner h1 {
      font-size: 2.25rem;
      line-height: 2.5rem;
  }

  #popup1 .inner .button {
      font-size: 1.1rem !important;
      white-space: normal;
      padding: 1rem 2rem !important;
      margin-top: 5px;
  }

  #popup1 .inner .button i {
      display: none !important;
  }

  #popup1 .inner a {
      padding: 1rem;
      padding-bottom: 2rem;
  }
}