
.fields{
  padding: 10px;
}

.table-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.table-column {
  box-sizing: border-box;
  padding: 10px;
  border: 0px solid black;
}

.left-column {
  width: 35%;
  text-align: center;
}

.right-column {
  width: 45%;
}

.table-column > div {
  padding: 10px;
  border: 0px solid black;
}

@media (max-width: 768px) {
  .left-column, .right-column {
    width: 100%;
  }
}

/* Results Padding */
.finder .search-results.list-striped li {
    padding: 5px 0 !important;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.step-title {
    background-color: #f0f0f0;
    font-weight: bold;
    text-align: left;
}

.zone-image {
    text-align: center;
}

.accessory {
    color: #666;
    font-weight: 700;
}

.instructions{
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}

.protocol-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

.device-label{
  font-size: 18px;
  font-weight: 600;
}

.treatment-schedule{
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}
.treatment-schedule-value{
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.treatment-step {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.vimeo-video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.vimeo-video-container iframe {
  max-width: 100%;
  height: auto;
  background-color: #fff;
}
.result-text{
  line-height: 1.5;
}

/*Off Canvas Menu*/

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    display: block;
    font-size: 20px;
    padding: 10px 0px;
    position: relative;
    line-height: 18px;
    opacity: 0.7;
    transition: 0.3s;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    font-size: 18px;
    padding: 4px 0px;
    line-height: 25px;
    font-weight: 400;
}

#coupon-lbl{
    font-weight: 600;
}

#rsm_discount_value{
    display: flex;
    align-items: center; /* Vertically centers content */

#__field1-lbl{
    display: flex;
    align-items: center; /* Vertically centers content */
}

.rsm-lbl-grand_total, .rsm-lbl-discount {
    font-weight: bold;
    font-size: 1.25rem;
    padding-top: 1.25rem;
}

#rsm_grand_total{
  font-weight: bold;
  font-size: 1.35rem;
}