button.reserving_quick_view_btn {
  margin: 0px 5px;
}

.reserving--product--quick--view--sec iframe {
  min-height: 70vh;
  width: 100%;
  border: 0;
}

.reserving--product--quick--view--sec .reserving-product {
  overflow: hidden;
 
}
.woocommerce .reserving--product--quick--view--sec .reserving-product{
  width: 100%;
  max-width: 100%;
}

.overflow-style-none::-webkit-scrollbar {
   display: none;
}

.overflow-style-none { 
   -ms-overflow-style: none; /* IE and Edge */ 
    scrollbar-width: none; /* Firefox */
}

.reserving--product--quick--view--sec {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100% !important; /* Full width */
  max-width: 100% !important; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.reserving--product--quick--view--sec .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  position: relative;
}
.reserving--product--quick--view--sec .modal-content.reserving-extra--item{
  width: 40%;
  min-width: 360px;
 
}

/* The Close Button */
.reserving--product--quick--view--sec .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99;
}

.reserving--product--quick--view--sec .close:hover,
.reserving--product--quick--view--sec .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/** grid extra popup **/
.reserving-cart-wrapper{
  display: flex;
  gap:10px;
  align-items: center;
} 

.reserving_extra_items{
  margin: 0;
  padding: 0;
  list-style: none;
}

/** */
.reserving-extra--item .quantity .qty {
  width: 100px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  fill: #ffffff;
  color: #f54748;
  background-color: #f5474800;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 4px 4px 4px 4px;
  border-color: #f54748;
}

.reserving-extra--item button.single_add_to_cart_button.button {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  fill: #ffffff;
  color: #ffffff;
  background-color: #f54748;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 4px 4px 4px 4px;
  padding: 14px 30px 14px 30px;
  margin-top: 15px;
}
.reserving-extra--item button.reserving--single_add--to--cart--button.button {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  fill: #ffffff;
  color: #ffffff;
  background-color: #f54748;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 4px 4px 4px 4px;
  padding: 14px 30px 14px 30px;
  margin-top: 15px;
}

.reserving-extra--item .added_to_cart.wc-forward{
  display: block !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  fill: #ffffff;
  color: #ffffff;
  background-color: #f54748;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 4px 4px 4px 4px;
  padding: 14px 30px 14px 30px;
  margin-top: -3px;
}

.reserving-extra--item ul.reserving_extra_items li label {
  align-items: center;
  display: inline-flex;
  gap: 14px;
}

.reserving-extra--item ul.reserving_extra_items li label:hover {
  align-items: center;
  color: #f54748;
}

.reserving-extra--item form{
  padding: 10px;
  box-sizing: border-box;
}

.reserving-extra--item ul.reserving_extra_items {
  padding: 15px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #2e2e2e;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}


.reserving-extra--item ul.reserving_extra_items li label:first-child {
  width: 230px;
}


.reserving-extra--item ul.reserving_extra_items li label span.reserving_extra_item_price {
  padding-right: 20px;
}

.reserving-extra--item p.reserving_extra_item_title, 
.reserving-extra--item p.reserving_product_price {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #2e2e2e;
  padding: 0px;
  margin: 0px;
}
.reserving-extra--item p.reserving_product_price {
  padding-bottom: 20px;
}

/*Check box Css Here*/
.reserving-extra--item ul.reserving_extra_items li label input[type="checkbox"] {
  accent-color: red;
  -ms-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.reserving-extra--item ul.reserving_extra_items li label input[type="checkbox"]:checked ~ span {
  color: #f54748;
  font-weight: 500;
}
