.popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
z-index: 9999;
display: none;
}

.popup-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
text-align: center;
}

.popup-content h2 {
font-size: 24px;
margin-bottom: 10px;
}

.popup-content p {
font-size: 16px;
line-height: 1.5;
margin-bottom: 20px;
}

.close-btn {
background: #000;
color: #fff;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}

#outlet-selection .nav-tabs>li.active {
    border: none;
}

#select-outlet {
	cursor: pointer;
    margin-bottom: 14px;
    font-size: 13px;
    height: auto;
}

.row-store-selector .fa {
    margin-right: 5px;
}

#modal-select-outlet h1 {
	font-size: 20px;
}

#modal-select-outlet h1 .fa-map-marker {
    margin-left: 5px;
}

#modal-select-outlet h2 {
	font-size: 19px;
}

#modal-select-outlet p {
	font-size: 13px;
    font-weight: 500;
    color: #565656;
    line-height: 20px;
    margin-bottom: 5px;
}

#modal-select-outlet p.desc {
    font-size: 13px;
    font-weight: 500;
    color: #565656;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 6px;
}

#modal-select-outlet img {
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.selected-outlet {
    background: #0071ce;
    color: #fff;
    padding: 2px 7px;
    border-radius: 10px;
    border: 1px solid #0d52d6;
    margin-bottom: 20px;
    font-size: 12px;
    padding: 7px 12px;
}
.selected-outlet:hover {
    opacity: 0.8;
}

#modal-select-outlet .nav-tabs li {
    background-color: #0071ce;
    width: 50%;
    margin: 0;
    padding: 10px;
    padding-bottom: 10px;
    opacity: 0.4;
    border-radius: 10px;
}

#modal-select-outlet .nav-tabs li:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#modal-select-outlet .nav-tabs li:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#modal-select-outlet .nav-tabs li.active {
    opacity: 1;
}

#modal-select-outlet .nav-tabs li a {
    color: #fff;
    padding: 0;
    text-transform: capitalize;
}

#modal-select-outlet .bg-danger {
    padding: 10px;
}

#modal-select-outlet table tr td {
    font-size: 14px;
}

#modal-select-outlet table tr td.td-total-title {
    font-weight: 600;
}

#close-popup {
    position: absolute;
    top: -2px;
    right: 3px;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    z-index: 99;
}

.outlet-row {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.outlet-row a.btn.btn-primary.check-cart {
    margin-top: 2px;
}

.outlet-row a.btn.btn-primary.check-cart:hover {
    opacity: 0.8;
    background: #0071ce!important;
}

@media (max-width: 600px) {
    .table-full-width {
        display: block;
    }
    #modal-select-outlet h1.modal-title {
        font-size: 17px;
    }
    #modal-select-outlet .nav-tabs li a {
        font-size: 12px;
        padding-bottom: 3px;
    }
    #modal-select-outlet h2 {
        font-size: 14px;
    }
    #modal-select-outlet p {
        font-size: 12px;
        font-weight: 500;
        color: #565656;
        line-height: 16px;
    }
    .selected-outlet {
        color: #fff;
        margin: 0 auto;
        border: 1px solid #5295d6;
        margin-left: 16px;
        padding-bottom: 8px;
        font-size: 12px;
    }
    #select-outlet {
        margin-bottom: 15px;
        margin-top: 3px;
    }
    #time-slot {
        padding-right: 15px;
    }
    .route-account-account .mobile {
        margin-top: 10px;
    }
    .outlet-row a.btn.btn-primary.check-cart {
        font-size: 12px;
    }

}

#time-slot {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 10px;
    margin-top: 10px;
    border: 1px solid #dedede;
    border-radius: 5px;
}

#time-slot label {
    margin-top: 5px;
    font-weight: 500;
}

#modal-select-outlet .loading-slinner {
    text-align: center;
}

#modal-select-outlet .loading-slinner img {
    border: 0;
    width: 100px;
}

.freegiftblock .choosegift {
    font-size: 20px;
}

.freegiftblock h3, .freegiftblock small  {
    font-size: 16px;
    font-weight: 700;
    color: rgba(100, 108, 126, 1);
}

.coupon-container {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #fff;
    margin-bottom: 20px;
  }
  
  .card {
    width: 400px;
    height: 160px;
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #eee;
    padding: 10px 40px;
    position: relative;
  }
  
  .coupon-main,
  .copy-button {
    display: flex;
    justify-content: space-between;
    padding: 10px 32px;
    align-items: center;
  }
  .card::after {
    position: absolute;
    content: "";
    height: 40px;
    right: -20px;
    border-radius: 40px;
    z-index: 1;
    top: 60px;
    background-color: #fff;
    width: 40px;
  }
  
  .card::before {
    position: absolute;
    content: "";
    height: 40px;
    left: -20px;
    border-radius: 40px;
    z-index: 1;
    top: 60px;
    background-color: #fff;
    width: 40px;
  }
  
  .co-img img {
    width: 100px;
  }
  .vertical {
    border-left: 3px dotted black;
    height: 100px;
    position: absolute;
    left: 40%;
  }
  
  .coupon-content h1 {
    font-size: 35px;
    margin-left: -20px;
    color: #565656;
    margin-bottom: 0;
  }
  
  .coupon-content h1 span {
    font-size: 14px;
  }
  .coupon-content h2 {
      font-size: 12px;
      margin-left: -20px;
      margin-bottom: 5px;
      margin-top: 5px;
      color: #565656;
      text-transform: uppercase;
  }
  
  .coupon-content p {
    font-size: 16px;
    color: #696969;
    margin-left: -20px;
  }
  
  .copy-button {
    margin: 4px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
  }
  
  .copy-button input {
      width: 100%;
      height: 100%;
      border: none;
      font-weight: bold;
      text-align: center;
      outline: none;
      font-size: 23px;
  }
  
  .copy-button button {
    padding: 5px 20px;
    background-color: #dc143c;
    color: #fff;
    border: 1px solid transparent;
  }
  
  .buy{
   position: absolute;
    content: "";
    bottom: 20px;
    left:20px;
    background-color: #dc143c;
   }

.store-stock {
    padding: 8px 15px 10px;
    border: 1px solid #ddd;
    display: inline-block;
    width: fit-content;
    border-radius: 3px;
    margin-top: 15px;
}

@media (max-width: 600px) {
    .store-stock {
        margin-bottom: 20px;
    }
}

.store-stock-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* Style for the container of store stock items */
.store-stock-content {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Adjust the gap between items as needed */
}

/* Style for each individual store stock item */
.store-stock-item {
    border-radius: 5px; /* Rounded corners */
}

/* Style for the title of each store stock item */
.store-stock-item-title {
    font-weight: 500;
    font-size: 14px;
}

/* Style for the content of each store stock item */
.store-stock-item-content {
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    vertical-align: top;
    font-weight: bold;
}

.store-stock-item .in-stock {
    background-color: #007c00;
}

.store-stock-item .out-of-stock {
    background-color: #ff0000;
}

a.store-stock-item-content-shop {
    background-color: #ffc629;
    font-size: 11px;
    display: inline-block;
    text-decoration: none;
    color: #0071ce;
    font-weight: 600;
    vertical-align: top;
    padding: 2px 14px;
    border-radius: 3px;
}

a.store-stock-item-content-shop:hover {
    opacity: 0.8;
    color: #0071ce;
}