.com-users-profile.profile {
  padding: 30px 0;
  border: 1px solid var(--brandSecondary);
  padding: 30px;
  border-radius: 5px;
}

.com-content-article__body > form {
  width: 100%;
  margin: auto;
  padding: 20px;
}

.com-content-article__body > form #osbcontainer {
  width: 100%;
  max-width: 1265px;
}

.vbstepsbarcont {
  width: 1265px;
}

.service-header {
  font-weight: 600;
  font-size: 110%;
}

div#osbcontainer {
  width: 100%;
  height: auto;
  padding-top: 15px;
  margin: 0 auto;
}

.div_category_name {
  font-size: 300%;
  font-weight: 800;
  margin-left: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.div_category_name::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 15px;
  background-color: #208059;
  bottom: -10px;
  left: 0;
  z-index: -1;
}

.div_category_details {
  padding: 30px;
}

.div_service_name {
  display: none;
}

.div_service_details {
  padding: 30px;
}

.noleftrightmargin > div {
  justify-content: space-between;
}

#maincontentdiv {
  width: 65%;
  float: right;
}

.smallimage {
  max-width: 600px;
  width: 90%;
  margin: 0 30px;
  height: auto;
}

/* #cartdiv {
  padding: 10px;
} */

#cartdiv .tdcart {
  font-size: 100%;
}

#cartdiv .tdcart strong {
  color: black;
}

.cart_extra_info {
  display: none;
}

.service-content span {
  display: none;
}

#osbcarttable tbody tr td.cartitem {
  padding-bottom: 10px;
}

#osbcarttable tr:last-of-type td:last-of-type {
  text-align: right;
}

.bookingformdiv {
  border: unset;
}

#addtocartbtn {
  display: flex;
}

#venues {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1265px;
}

.service-item {
  width: 49%;
}

.service-item img {
  height: 300px;
}

/* List View */

.list-view .service-item {
  width: 100%;
}

.list-view .service-item img {
  width: 300px;
  height: 200px;
}

#msgDiv ~ div.row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1265px;
  /* padding: 30px 20px; */
}

.custom_extra_field_booking_table {
  flex-direction: column;
  margin-bottom: 15px;
}

.addtocartform {
  margin-top: -40px !important;
}

#calendardivleft {
  padding-right: 30px;
  border-right: 1px solid #ccc;
}

/* Checkout */

#maindivright > #maincontentdiv {
  width: 95% !important;
  }

.sumarry_div {
  display: none;
}

#cartbox {
  margin: auto !important;
  /* max-width: 840px !important; */
}

/* Register part */
.verticalform {
  margin: 15px 0;
  padding-top: 15px;
}

#osregisterForm > .form-row {
    margin-bottom: 15px;
}

/* div#maindivright {
  width: 100%;
} */
#paymentMethodsDiv > div > div {
    margin-bottom: 15px;
}

@media (max-width: 1335px) {
  .noleftrightmargin > div {
    flex-direction: column;
  }
  #calendardivleft {
    border: unset;
    width: 100%;
    padding-right: unset;
  }
  #maindivright > #maincontentdiv {
    width: 100% !important;
  }
  .smallimage {
    margin-right: 10px;
  }
  /* #ftForm, .row:has(.apptable) {
    padding: 0 20px !important;
  } */
  .order-details-container {
    margin: 0 20px;
  }
  #member-profile {
    padding: 0 20px !important;
  }
  form[name="appform"] {
    width: 100% !important;
  }
  #maincontentdiv {
    width: 100%;
    /* padding: 0 20px; */
  }
  #bookingformdiv {
    padding: 0 20px;
  }
  .service-item {
    width: 100%;
  }
  #calendardivleft {
    width: 100% !important;
  }
  #maindivright {
    margin: auto;
  }
}

@media (max-width: 992px) {
  .floatleft {
    float: unset;
  }
  .div_category_name > .stray-text {
    margin-left: unset;
  }
  span.stray-text {
    margin-left: 30px;
  }
  .smallimage {
    margin-bottom: 15px;
  }
}

@media(max-width: 460px) {
  :is(.stray-text, joomla-hidden-mail) {
    font-size: 70%;
  }
  .smallimage {
    margin: unset;
    width: 100%;
    padding: 20px;
  }
}