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

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

  .most-pop {
    display: block !important;
    color: #fff;
    position: absolute !important;
    width: 170px !important;
    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 !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  display: flex !important;
  opacity: 0 !important;
  transition: 0.55s all !important;
  z-index: -1; }

  /* TEMPORARY: DELETE THIS AFTER DESIGNING */
/* #popup1 {
    display: flex !important;
    opacity: 1 !important;
    z-index: 99999 !important;
    pointer-events: all !important;
} */
/* --- MAIN WRAPPER --- */
#popup1 {
    position: fixed !important;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex !important; /* Always use flex */
    visibility: hidden;      /* Hide it safely */
    opacity: 0;              /* Fade it out */
    pointer-events: none;    /* Allow clicking "through" it when hidden */
    align-items: center;
    justify-content: center;
    z-index: 99999 !important;
    transition: opacity 0.3s ease;
}

#popup1.is-active {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: all !important;
}

#popup1 .overlay {
    position: absolute;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

/* --- THE RECTANGLE INNER BOX --- */
#popup1 .inner {
    position: relative;
    background: white !important;
    width: 100% !important;
    max-width: 600px !important; /* Spread the width more */
    border-radius: 4px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

#popup1 .overlay-header {
    background-color: #112a47;
    text-align: center;
    color: white;
    font-weight: 800;
    font-size: 1.1rem !important;
    padding: 8px !important; /* Narrower header */
    text-transform: uppercase;
}

/* --- FLEX CONTENT LAYOUT --- */
#popup1 .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    margin: 0 !important;
}

/* Left Side: Narrower for a wider content feel */
#popup1 .col-md-6:first-child {
    flex: 0 0 35% !important; 
    max-width: 35% !important;
    padding: 10px !important;
}

/* Right Side: Spread out the text area */
#popup1 .col-md-6:last-child {
    flex: 0 0 65% !important;
    max-width: 65% !important;
    padding: 20px 30px !important; /* More horizontal padding */
}

/* --- CONTENT STYLING --- */
#popup1 .inner img {
    width: 100% !important;
    max-height: 220px !important; /* Keep the height narrow */
    object-fit: contain !important;
}

#popup1 .inner p {
    color: #333 !important;
    font-size: 0.95rem !important; /* Slightly smaller text for better fit */
    line-height: 1.4 !important;
    margin-bottom: 15px !important;
    text-align: center !important;
    font-weight: 400 !important;
}

#popup1 .inner .button {
    background: #112a47 !important;
    color: white !important;
    display: block !important;
    padding: 12px !important;
    width: 100% !important;
    font-weight: 800 !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    text-align: center !important;
    border-radius: 4px !important;
    border: none !important;
}

#popup1 .inner a.hide-overlay {
    /* color: #888 !important; */
    font-size: 12px !important;
    text-decoration: underline !important;
    display: block !important;
    margin-top: 10px !important;
    text-align: center !important;
    font-weight: normal !important;
}

/* --- MOBILE TWEAKS --- */
@media screen and (max-width: 768px) {
    #popup1 .row { flex-wrap: wrap !important; }
    #popup1 .col-md-6:first-child, 
    #popup1 .col-md-6:last-child {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        padding: 15px !important;
    }
    #popup1 .inner p { text-align: center !important; }
}