accordion > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}

.accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  height: auto;
  overflow: visible;
}

.accordion label {
  display: block;
}

/*
 Styling
*/
body {
  font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
  color: #333;
  font-weight: 300;
}

.accordion {
  margin-bottom: 1em;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-top: 0;
}

.accordion .handle {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.2em;
}

.accordion label {
  color: #333;
  cursor: pointer;
  font-weight: normal;
  padding: 15px;
  background: #e8e8e8;
}

.accordion label:hover,
.accordion label:focus {
  background: #d8d8d8;
}

.accordion .handle label:before {
  font-family: 'fontawesome';
  content: "\f054";
  display: inline-block;
  margin-right: 10px;
  font-size: .58em;
  line-height: 1.556em;
  vertical-align: middle;
}

.accordion > input[type="checkbox"]:checked ~ .handle label:before {
  content: "\f078";
}


/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}


.accordion {
  max-width: 65em;
}

.accordion p:last-child {
  margin-bottom: 0;
}

.w-cust-60{
  width: 60% !important;
  padding: 50px 50px !important;
}

.option-box-cust {
    padding: 50px 50px;
/*    width: 65%;*/
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-bottom: 100px;
    min-height: 60vh;
}

.option-box-cust-p{
  padding: 10px 0px !important;
}

a.button-cust-two {
    background: #f8f8f8;
    margin-bottom: 18px;
    padding: 25px;
    border-radius: 4px;
}

.w-70{
  width: 70%;
}

.grid-margin.stretch-card {
    width: 500px;
    /* text-align: center; */
}

.justify-cust{
  justify-content: space-around;
}

.card.bg-light.card-rounded.pb-2 {
    background: #fafafa !important;
    border: none;
}


.product-img-cust {
    width: 100%;
    background: #f9f9f9;
    height: 100%;
    max-height: 500px;
    padding: 30px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
}

img.shop-quick-view-img {
    width: auto;
    height: 100%;
    /* object-fit: cover !important; */
}





.qty-input {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: 600;
    font-size: inherit;
    font-size: 13px;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 32px;
  line-height: 1;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 40px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
    height: 1.5px;
    width: 8px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}
.qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}
.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}

.qty-input {
  /*border-radius: 4px;
  box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7);*/
  transform: scale(1.4);
}

.product-quantity{
    margin-top: 7px;
}

@media only screen and (max-width: 767px) {

.option-box-cust {
  padding: 50px 30px;
    width: 100%;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-bottom: 100px;
    min-height: 60vh;
    margin: 10px;
}

.justify-cust {
    justify-content: stretch;
}

.booking-btn {
  margin: 0px 10px;
}

.w-cust-60 {
    width: 100% !important;
    padding: 50px 10px !important;
}

.grid-margin.stretch-card {
    width: auto;
    /* text-align: center; */
}

/*.tab-content {
   height: 100vh;
}*/

}

.border-rdaiou-25{
  border-radius: 25px !important;
  overflow: hidden !important;
}

.card.side-card-cust.border-rdaiou-25 {
    border-radius: 25px !important;
    padding: 8px;
}

.booking-box-bg{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.booking-btn {
    background: #f7f7f7;
    border: none;
    border-radius: 40px;
    padding: 0px 17px 13px !important;
    transition: .7s;
}

.booking-btn:hover{
    background: #3991d0;
    border: none;
    border-radius: 40px;
    padding: 0px 17px 13px !important;
}

.booking-btn:hover a h6 {
  color: #fff !important;
}

.booking-btn:hover a p {
  color: #fff !important;
}

.book-logo{
  width: 100px;
  height: auto;
  object-fit: cover;
}


.order-track {
  margin-top: 2rem;
  padding: 0 1rem;
  border-top: 1px dashed #2c3e50;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
}
.order-track-step {
  display: flex;
  height: 5rem;
}
.order-track-step:last-child {
  overflow: hidden;
  height: 4rem;
}
.order-track-step:last-child .order-track-status span:last-of-type {
  display: none;
}
.order-track-status {
  margin-right: 1.5rem;
  position: relative;
}
.order-track-status-dot {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #e8e8e8;
}
.order-track-status-dot.completed{
    background: #f05a00;
}
.order-track-status-line {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 7rem;
  background: #e8e8e8;
}
.order-track-status-line.completed{
    background: #f05a00;
}
.order-track-text-stat {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
  margin-top: 3px;
}
.order-track-text-sub {
  font-size: 1rem;
  font-weight: 300;
}

.order-track {
  transition: all .3s height 0.3s;
  transform-origin: top center;
}

.root {
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}

figure {
  display: flex;
}
figure img {
  width: 7rem;
  height: 7rem;
  border-radius: 15%;
  border: 1.5px solid #f05a00;
  margin-right: 1.5rem;
  padding:1rem;
}
figure figcaption {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
figure figcaption h4 {
  font-size: 1.4rem;
  font-weight: 500;
}
figure figcaption h6 {
  font-size: 1rem;
  font-weight: 300;
}
figure figcaption h2 {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0px;
}

.order-track {
  margin-top: 2rem;
  padding: 0 1rem;
  border-top: 1px dashed #2c3e50;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
}
.order-track-step {
  display: flex;
  height: 5rem;
}
.order-track-step:last-child {
  overflow: hidden;
  height: 4rem;
}
.order-track-step:last-child .order-track-status span:last-of-type {
  display: none;
}
.order-track-status {
  margin-right: 1.5rem;
  position: relative;
}
.order-track-status-dot {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #e8e8e8;
}
.order-track-status-dot.completed{
    background: #f05a00;
}
.order-track-status-line {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 7rem;
  background: #e8e8e8;
}
.order-track-status-line.completed{
    background: #f05a00;
}
.order-track-text-stat {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
  margin-top: 3px;
}
.order-track-text-sub {
  font-size: 1rem;
  font-weight: 300;
}

.order-track {
  transition: all .3s height 0.3s;
  transform-origin: top center;
}


.text-cust-book {
    align-items: center;
    gap: 13px;
    padding-top: 22px !important;
}

.btn-ghost {
    border: none;
    background: #f9f9f9;
    border-radius: 70px;
    padding-left: 22px;
    cursor: pointer;
    transition: .7s;
}

.btn-ghost:hover {
    background: #3991d0;
}

.btn-ghost:hover h6{
    color: #fff;
}

.btn-ghost-dark{
  background: #3991d0;
  color: #fff;
  border-radius: 20px;
}

.btn-ghost-dark:hover {
    background: #1c74b3;
    color: #fff;
}

.border-color-success-cust {
    border-color: #0cc485 !important;
    border: 2px solid !important;
}

.border-rdaiou-shdow{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.mt-cust-dash{
    margin-top:20px ;
}

.max-height-vh{
  height: 670px !important;
}

.scroll-design-cust {
    overflow: scroll;
    overflow-x: hidden;
}

.max-h-vh-cust{
  max-height: 440px;
}


.scroll-design-cust::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #00000;
}

.scroll-design-cust::-webkit-scrollbar
{
  width: 4px;
  background-color: #00000;
}

.scroll-design-cust::-webkit-scrollbar-thumb
{
  background-color: #000000;
}

