
.entrie_data li{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.entrie_data span{
    font-size: 20px;
}

.end-counter{
    display: flex;
    gap: 10px;
}
.end-counter .col-md-2{
    display: block;
    padding: 15px;
    min-height: 80px;
    background: #fff;
    border-radius: 6px;
}

.end-counter .count{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    color: #ffa800;
}
.end-counter .days{
    font-size: 12px;
    text-align: center;
    justify-content: center;
    display: flex;
    line-height: 16px;
}
.progress-bar{
    padding: 16px 16px 10px;
    background: #fff;
    border-radius: 6px;
}

.add_to_cart_button.elementor-button{
    width: 100% !important;
}
.elementor-tab-title{
    display: flex;
    align-items: center;
}

.custommodal {
  display: none; 
  position: fixed; 
  z-index: 999999999999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.5);
}
@media only screen and (max-width: 768px) {
    .custommodal-content {
        width: 75% !important; 
    }
  }

.custommodal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 30%; 
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.custom_quanity{
    width: 100%;
    justify-content: center;
    display: flex;
}
.custom_quanity .quantity.buttons_added{
    margin-right:0px !important;
}
.custom_quanity .minus{
    font-size:70px !important;
    width: 50px !important;
    color: #ec9b00 !important;
}
.custom_quanity .plus{
    font-size: 35px !important;
    width: 50px !important;
    color: #ec9b00 !important;
}
.custom_quanity .qty{
    margin-left: 38px;
    font-size: 20px;
}
.custom_add_to_cart{
    justify-content: center;
    display: flex;
}
#openModalBtn{
    width: 100% !important;
}

.custom-accordion-header {
    background-color: #f4f4f4;
    cursor: pointer;
    padding: 10px;
    color: #303134;
    font-size: 24px;
    font-weight: 600;
  }
  
  .custom-accordion-content {
    display: none;
    padding: 10px;
  }
  
  .custom-accordion-item.active .custom-accordion-content {
    display: block;
  }
  .accordion-icon {
    font-size: 20px;
    margin-right: 5px;
}


.progress_start{
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
}

.custom_loo_add_to_cart{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: #fff;
    opacity: 0.7;
    border-radius: 50%;
    font-size: 20px;
}
.custom_loo_add_to_cart:hover{
    background: #fff;
    opacity: 1;
}

.alert.alert-info{
    color: #664d03;
    background: #ffe69c;
    padding: 5px;
    border-radius: 6px;
    border-color: #fff3cd;
    margin: 5px;
}