/**********************CUSTOM CSS by EBIZEO******************************/

.d_none{
    display:none;
}

.vertical_banner_radius{
    border-radius:10px;
}

.img-fluid-inner{
    width: 100%;
    height: 246px;
    border-radius:15px;    
}

.card-img-top{
    border-radius:10px !important;
}

/*Stores page*/


#dealsSec .item {
    background: #fff;
    overflow: hidden;
    transition: .4s all;
    border-radius: 16px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
}

#dealsSec .item:hover{
    box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}


#dealsSec .logoSec img {
    height: 186px;
    object-fit: cover;
}

#dealsSec .offTag {
    left: 27px;
    top: 0;
}

#dealsSec .grabBtn {
    margin: 10px 0;
}

#dealsSec .grabBtn a{
    color:#fff;
}


#dealsSec .redGrad {
    padding:8px 15px;
    border-radius: 4px;
    margin:10px 0;
}

.deal_title{
    font-size:20px;
    font-weight:bold;
    padding:10px;
}

.deal_desc{
    font-size:15px;
    padding:15px;
}

.section_title{
    font-size:25px;
    font-weight:bold;
    padding:15px;
}

.section_desc{
    font-size:15px;
    padding:15px;
}


#double {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#double li {
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
    border-top: 1px solid #ccc;
}

#double li:nth-child(odd) {
    font-weight: bold;
}


/*Rewards page*/

.rewards_tag_top{
    top:26px;
}


/*Deals page*/

.deal_coupon{
    /*font-size: 25px !important;*/
    text-align:center;
}

.deal_coupon a{
    font-size: 15px !important;
    text-align:center;
}

.deal_coupon span{
    border:5px dotted #ccc;
    border-radius:12px;
    /*font-size: 35px !important;*/
    padding:12px;

}

.countdown-timer {
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
}

/*Credit card details page*/

.ccards_pricing_list{
    padding-left: 15px;
    padding-right: 15px;
}

.ccards_pricing_list ul {

    display: flex;
    justify-content: space-around; /* Spread the items equally */
    padding: 0;
    margin: 0;
    list-style: none;
    /*border-top: 1px dotted black;*/

}

.ccards_pricing_list li {
    /*
    text-align: center;
    border-right: 1px dotted black;
    padding: 15px 15px 0 15px;
    */

    border-right: 1px dotted black;
    padding: 25px;
    width: 100%;
    border: 1px solid #ddd;
    margin: 5px;
    border-radius: 12px;

}

/* Remove border-right from the last li */
.ccards_pricing_list li:last-child {
    /*border-right: none;*/
}

.section_ccards_title {
    font-size: 25px;
    font-weight: bold;
    padding: 15px 15px 0 15px;
}

.section_ccards_desc {
    display: block;
    padding: 15px;
}

.ccards_title {
    display: block;
    font-weight: bold;
}

.ccards_amount {
    display: block;
    float:left !important;
    margin-top: 5px; /* Adds some space between title and amount */
}

.ccards_p-1{
    padding: 1.505rem;
}

.ccards_section_tc{
    padding-left:0px;
    max-height: 500px; /* Adjust the height to show only 10 items (change as needed) */
    overflow-y: auto; /* Adds vertical scroll */
}

.ccards_section_tc li{

    list-style:none;
    border:1px dotted #ccc;
    border-left: 5px solid #ccc;
    border-radius:5px;
    padding:8px;
    margin:8px;
}

.ccards_section_eligibility{
    padding-left:0px;

}

.ccards_section_eligibility li{

    list-style:none;
    border:1px dotted #ccc;

    border-radius:5px;
    padding:8px;
    margin:8px;
}


.gift_prop_title{
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px;
}

.gift_prop_desc{
    font-size: 15px;
    padding: 0 10px;
}

.gift_prop_img{
    width:50px;
}

.pad_10{
    padding: 10px 10px;
}

.pad_5{
    padding: 5px;
}



/***Gift card details***/

.hr_margin{
    margin:0;
}

.anim-due-amount {
  display: inline-block;
  font-weight: bold;
  font-size:20px;
  color: #28a745;
}

.gift_card_value{

    left: 0; 
    top: 4px; 
    text-decoration: line-through; 
    color: #28a745;
}

.price-option {
  border: 2px solid #ced4da;
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  user-select: none; /* Prevent text selection on double-click */
}

.price-option.selected {
  border-color: #0d6efd;
  background-color: #e7f1ff;
}

/* Hide the radio buttons */
.price-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Ensure the entire box is clickable */
.price-option label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .price-option {
    padding: 20px 10px;
  }
}