.bookingSection {
    background-color: #312c2c;
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 12px;
}
.bookingSection h4{
    color: #fff;
}
.dFlex{
    display: flex;
}
.flexWrap {
    flex-wrap: wrap;
}
.alignCenter {
    align-items: center;
}
.justifyCenter{
    justify-content: center;
}
.flexEnd{
    justify-content: flex-end;
}
.growOne {
    flex: 1 0 0%;
    padding: 0 3px;
    position: relative;
}
.growAuto {
    flex: 0 0 auto;
    padding: 0 3px;
}
.growOne input {
    width: 100%;
    border-radius: 5px;
    font-size: 13px;
    border: none;
    margin: 0;
    height: 40px;
}
.monthPersion {
    margin-left: -3px;
    margin-right: -3px;
}
.checkAvailability {
    background-color: #f00;
    color: #fff;
    display: block;
    width: 100%;
    padding: 0 16px;
    border-radius: 6px;
    line-height: 40px;
    font-size: 13px;
    font-weight: bold;
}
.product-picker-container{
    margin: 20px auto;
    position:relative;
}
.collapse .divider{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.product-group .label-icon-summary {
    position: relative;
}
.product-selections{
    padding: 0px 15px;
    text-transform: inherit;
}
.product-selected-box{
    background-color: #f5f5f5;
    border:1px solid #f5f5f5;
    padding:5px;
    border-radius:5px;
    margin: 0px 5px;
    font-size:12px;
    font-style : italic;
}
.product-group .label-icon-summary i{
    vertical-align: middle;
    font-size: 18px;
}
.product-group .label-summary h5, .product-group .label-summary h6{
    margin :0;
}
.product-group .label-summary h6{
    font-size: 13px;
    font-weight: 400;
    color: #666;
}
.product-group .label-summary h5{
    font-weight: bold;
    vertical-align: middle;
    margin: 0;
}

.product-group .product-picker button.enabled{
    color:#00aeef;
}

.label-product-picker .product-picker .product-box input{

}
.label-product-picker .product-picker .product-box{
    display:inline;
}
.product-picker-container .glyphicon{
    color: #00aeef;
}
.dropdown-menu, .collapse {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 350px;
    padding: 10px 20px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 10px 10px -5px rgba(0,0,0,.15);
}
.btn-group {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
}
.customBtn {
    background-color: #fff;
    padding: 0 15px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    font-size: 13px;
    border: none;
    margin: 0;
    height: 40px;
    text-align: left;
    display: block;
    position: relative;
}
.customBtn:hover {
    background-color: #e0e0e0;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.collapse.show {
    display: block;
}
.product-group {

    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-group:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.label-summary {
    display: inline-block;
    width: 50%;
}
.label-product-picker {
    display: inline-block;
    width: 50%;
    text-align: right;
}
.product-picker {
    display: inline-flex;
    align-items: center;
}
.product-picker button {
    border: 1px solid #f1ccd0;
    padding: 5px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #f7e7e9;
    color: #383737;
    margin: 0;
}
.product-picker button:hover {
    background-color: #fc0d32;
    color: #fff;
    border-color: #fc0d32;
}
.product-box input {
    width: 48px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 16px;
    margin: 0 10px;
    height: 40px;
    border: #f3d8db 1px solid;
}
.clearfix {
    clear: both;
}

.activityOption {
    float: left;
    width: 100%;
    border: #f00 1px solid;
    margin-top: 20px;
    border-radius: 12px;
    font-size: 13px;
    margin-bottom: 20px;
    overflow: hidden;
}
.colFlex {
    margin-left: -10px;
    margin-right: -10px;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}
.activityOptionBodyWrapper{
    padding: 20px;
}
.activityOptionBodyWrapper h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 5px;
    padding-right: 30px;
    position: relative;
}
.activityOptionBodyWrapper h5 span {
    position: absolute;
    top: 5px;
    right: 0;
}
.activityOptionBodyWrapper h5 span svg {
    width: 20px;
    height: auto;
}
.activityOptionBodyWrapper h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 5px;
}
.justifyBetween {
    justify-content: space-between;
}
.operatingHours{
    padding: 10px 20px;
    border-bottom: #eee 1px solid;
}
.operatingHours p {
    margin-bottom: 0;
    line-height: 1.3;
}
.operatingHours h5 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
.operatingHoursTop{
    padding: 10px 20px;
    border-bottom: #eee 1px solid;
}
.operatingHoursTop h4 {
    margin: 0;
    font-size: 16px;
}
.totalPrice {
    padding: 10px 20px;
    background-color: #fde7e7;
    align-items: center;
}
.totalPriceRight ul li {
    padding: 0;
}
.totalPriceRight ul li:not(:last-child){
    margin-left: 10px;
}
.totalPriceRight ul li button{
    margin: 0;
    border-radius: 10px;
}
.totalPriceRight ul li button.addToCart {
    height: 42px;
    border: none;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #fc0d32;
}
.totalPriceRight ul li button.addToCart:hover {
    color: #fff;
    background-color: #272323;
}
.totalPriceRight ul li button.bookNow {
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fc0d32;
    border: #fc0d32 1px solid;
    background-color: #fff;
}
.totalPriceRight ul li button.bookNow:hover {
    border-color: #272323;
    background-color: #272323;
    color: #fff;
}
.totalPriceLeft h6 {
    font-size: 13px;
    color: #686767;
    margin: 0;
    font-weight: 500;
    line-height: 1.3;
}
.totalPriceLeft h5 {
    font-size: 21px;
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
}
.totalPriceLeft p {
    font-size: 11px;
    color: #a02727;
    margin: 0;
    line-height: 1.3;
}

/* ******** test template ********  */
.boxSection *{
    box-sizing: border-box;
}
.boxSection .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
.boxSection .row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.boxSection  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    margin: 10px 0;
}

.imgArea img {
    display: block;
    width: 100%;
}
.boxSection .description {
    padding: 15px;
}


/* ****************************** */
.boxSection{
    float: left;
    width: 100%;
}
.bookNowTitle {
    margin-top: 2rem;
}
.bookNowTitle h3{
    position: relative;
    font-weight:600;
    padding-right: 20px;
    font-size: 26px;
}
.bookNowTitle h3::after{
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    background-color: var(--mfn-button-theme-bg-hover);
    top: 50%;
}

.content-wrapper {
  width: 100%;
  /* height: 400px; */
  box-sizing: border-box;
  transition: all 0.195s ease;
  transform-style: preserve-3d;
  direction: ltr;
  background: #fdfdfd;
    padding: 20px;
    border-radius: 10px;
    border: #ededed 1px solid;
}

.content-wrapper .left-wrapper,
.content-wrapper .right-wrapper {
  background-color: white;
  width: 100%;
  float: left;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.content-wrapper .header {
  padding: 15px 0 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.content-wrapper .header i {
  padding: 0 5px;
  cursor: pointer;
}
.content-wrapper .header span {
  display: inline-block;
  margin: 0 3px;
  font-weight: 700;
}
.content-wrapper .right-wrapper {
  background-color: var(--mfn-button-theme-bg);;
  color: white;
  transform-origin: left center;
  transform: rotateY(110deg);
  transition: all 0.5s;
  display: none;
}

.content-wrapper .right-wrapper.is-active {
  transform: rotateY(0deg);
}
.content-wrapper .right-wrapper .header {
  text-align: left;
  justify-content: center;
}
.content-wrapper .right-wrapper .day {
  font-size: 12em;
  text-indent: -12px;
  display: block;
}
.content-wrapper .right-wrapper .month {
  font-size: 2.5em;
}
.content-wrapper .left-wrapper .showDate {
  color: white;
  text-align: right;
  width: 100%;
}
.content-wrapper .left-wrapper .showDate i {
  cursor: pointer;
  background: var(--mfn-button-theme-bg);;
  border-radius: 4px;
  padding: 8px 12px;
  transform: scale(1);
  transition: all 0.3s;
}
.content-wrapper .left-wrapper .showDate i.is-active {
  transform: scale(-1);
}
.content-wrapper .left-wrapper table {
  text-align: center;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0;
}
/* .content-wrapper .left-wrapper table tbody:before {
  content: "-";
  display: block;
  line-height: 0.75em;
  color: transparent;
} */
.content-wrapper .left-wrapper table th {
  color: var(--mfn-button-theme-bg);;
  font-size: 0.75em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.content-wrapper .left-wrapper table td {
  padding: 11px 5px;
  color: #ced0ce;
  font-size: 0.75em;
  transition: all 0.3s;
  position: relative;
  border: none;
}
.content-wrapper .left-wrapper table td::before {
  content: "";
  display: none;
  width: 50%;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -8px);
  background-color: var(--mfn-button-theme-bg);;
}
.content-wrapper .left-wrapper table td.currentDay::before {
  display: block;
}
.content-wrapper .left-wrapper table td.selectable {
  color: #303633;
  cursor: pointer;
}
.content-wrapper .left-wrapper table td.selectable:hover {
  background: var(--mfn-button-theme-bg) !important;
  color: white;
}
.content-wrapper .left-wrapper table td.between {
  background: rgba(238, 83, 83, 0.65) !important;
  color: white;
}
.content-wrapper .left-wrapper table td.active, .content-wrapper .left-wrapper table td.hover {
  background: var(--mfn-button-theme-bg) !important;
  color: white;
}

.startTime ul, .startTiming ul{
    margin: 0 -3px;
}
.startTime ul li, .startTiming ul li {
    padding: 0 3px;
    margin: 3px 0;
    flex: 0 0 20%;
    max-width: 20%;
}
.startTime ul li a, .startTiming ul li a {
    display: block;
    padding: 8px 0;
    text-align: center;
    border-radius: 3px;
    border: #ddd 1px solid;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.startTime ul li a.active, .startTiming ul li a.active {
    background: var(--mfn-button-theme-bg) !important;
    color: white;
    border-color: var(--mfn-button-theme-bg) !important;
}

.startTime ul li a.notVisited, .startTiming ul li a.notVisited{
    cursor: not-allowed;
    background: linear-gradient(to top left, #eee calc(50% - 2px), #eee, #eee calc(50% + 2px));
    color: #a3a3a3;
}

.startTime input,
.startTime textarea, .startTiming input, .startTiming textarea {
  border: 1px solid #6c6c6c;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
  border-radius: 5px;
}

.startTime input[type="button"], .startTiming input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
  margin: 0;
}

.startTime input::-webkit-outer-spin-button,
.startTime input::-webkit-inner-spin-button, .startTiming input::-webkit-outer-spin-button, .startTiming input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.startTime .input-group, .startTiming .input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.startTime .input-group input[type='button'], .startTiming .input-group input[type='button'] {
    background-color: #464646;
    min-width: 32px;
    width: auto;
    transition: all 300ms ease;
    border: none;
    color: #fff;
}

.startTime .input-group .button-minus,
.startTime .input-group .button-plus {
  font-weight: bold;
  height: 32px;
  padding: 0;
  width: 32px;
  position: relative;
}

.startTime .input-group .quantity-field {
  height: 32px;
  text-align: center;
  width: 58px;
  font-size: 13px;
  margin: 0 5px;
  resize: vertical;
}

.startTime input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.inputGroupBlock:not(:last-child) {
    margin-bottom: 15px;
}
.inputGroupBlockBottom{
    padding: 15px 0 0;
    border-top: #eee 1px solid;
}
.rate {
    font-size: 14px;
    padding: 0 15px;
}
.name {
    font-size: 14px;
}
.startTime {
    background: #fdfdfd;
    padding: 20px;
    border-radius: 10px;
    border: #ededed 1px solid;
}
.total {
    font-weight: 600;
    font-size: 16px;
}
.totalRight {
    font-weight: 600;
    font-size: 16px;
    direction: ltr;
}
.checkoutReset ul li:not(:last-child){
    margin-right: 10px;
}
.checkoutReset {
    margin-top: 20px;
}
.checkoutReset ul li button{
    margin: 0;
    padding: 10px 40px;
    font-size: 15px;
}
.checkoutReset ul li .reset {
    color: #fff;
    background: var(--mfn-button-theme-bg);
}
.checkoutReset ul li .reset:hover {
    color: #fff;
    background: #333;
}

.boxSectionInner {
    background: #fdfdfd;
    padding: 20px;
    border-radius: 10px;
    border: #ededed 1px solid;
    font-size: 14px;
    line-height: 1.3;
}
.boxSectionInner h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}
.boxSectionInner h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}
.boxSectionInner ul li{
    padding: 0;
}
.boxSectionInner ul li:not(:last-child) {
    margin-bottom: 12px;
}
.boxSectionInner p{
    margin-bottom: 12px;
}
.boxSectionInner ul {
    margin-bottom: 15px;
    list-style: disc;
    padding-right: 16px;
}
.freeSale {
    background: var(--mfn-button-theme-bg);
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    border-radius: 6px;
    padding: 6px 10px;
    display: inline-block;
}
.moreLess {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    background: #eeeded;
    color: #272323;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none !important;
    margin-top: 15px;
    border-radius: 6px;
}

.moreLess .rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
/* svg {
    transition: transform 0.3s ease;
    width: 24px;
} */

/* .single-product .woocommerce-product-gallery {
    position: sticky !important;
    top: 20px;
} */
  /* ****************************** */

.preline {
    white-space: pre-line;
}

.faqQuestions:before {
    content: "Q: ";
}
.faqAnswer:before {
    content: "A: ";
}
.plans:not(:last-child) {
    margin-bottom: 15px;
}

/* ************* owl Carousel ************** */
.owlCarouselArea {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.owlCarouselArea .item{
    opacity:0.4;
    transition:.4s ease all;
    /* margin:0 20px; */
    transform:scale(.95);
  }
  @media(max-width:1000px){
    .owlCarouselArea .item{margin:0; transform:scale(.9)}
  }
  .owlCarouselArea .center .item{
    opacity:1;
    transform:scale(1.1);
  }

  .owlCarouselArea .owl-item {
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1.0, 1.0);
  }

  .owlCarouselArea .item img{
    height: 500px;
    object-fit: cover;
  }

  .owlCarouselArea .owl-controls{position:absolute; margin-top:300px;}

  .owlCarouselArea .owl-nav .owl-next, .owlCarouselArea .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,.7);
    text-align: center;
    line-height: 54px;
    font-size: 30px;
    border-radius: 50%;
}

.owlCarouselArea .owl-nav .owl-next {
    right: 20px;
}
.owlCarouselArea .owl-carousel .owl-nav .owl-prev {
    left: 20px;
}

  /* ************* owl Carousel ************** */

.woocommerce div.product div.summary.modify_woo_summary {
    width: 100%;
}
.planExcerpt ul li:not(:last-child){
    margin-bottom: 10px;
}
.planExcerpt ul li a {
    display: block;
    padding: 10px 20px;
    border: #eee 1px solid;
    color: #383737;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    background: #fdfdfd;
}
.planExcerpt ul li a.active {
    color: #fff;
    background: var(--mfn-button-theme-bg);
    border-color: var(--mfn-button-theme-bg);
}
/* body.rtl {
    direction: ltr !important;
} */

/* .enabled {
    background-color: lightgreen !important;
}
.disabled {
    background-color: lightcoral !important;
} */

/* .fc .disabled {
    background-color: #e9e9e9;
    color: #aaa;
    pointer-events: none;
}
.fc .enabled {
    background-color: #c8e6c9;
    color: #2e7d32;
} */

.fc .disabled {
    background-color: #e9e9e9;
    color: #aaa;
    pointer-events: none;
}

/* Make calendar boxes smaller */
.fc-daygrid-day {
    height: 50px; /* Adjust height as needed */
    width: 50px; /* Adjust width as needed */
}

/* Style events with status 'OK' */
.fc-event.ok-event {
    background-color: rgb(40, 248, 40);
    border-color: rgb(31, 245, 31);
}

/* Style disabled dates */
.fc-daygrid-day.disabled,
.fc-daygrid-day.fc-disabled {
    background-color: #f0f0f0;
    pointer-events: none;
    opacity: 0.5;
}

/* Additional styling */
.fc .fc-toolbar-title {
    font-size: 18px; /* Adjust font size of title */
}

/* .fc .fc-button {
    background-color: #007bff;
    color: #fff;
} */

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px;
}

.fc .fc-col-header-cell-cushion { /* needs to be same precedence */
    padding-top: 5px; /* an override! */
    padding-bottom: 5px; /* an override! */
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 4;
}
.fc .fc-daygrid-day-bg .fc-bg-event{
    opacity: 1;
}
.fc-col-header  {
    margin-bottom: 0;
}
.fc .fc-scroller-liquid-absolute{
    overflow: hidden !important;
}
/* #fullCalendar {
    height: 600px;
} */
#fullCalendar .fc .fc-view-harness {
    height: 100% !important;
}
#fullCalendar table tr td {
    box-shadow: none;
}
.fc-daygrid-body table tr:nth-child(1) td {
    box-shadow: inset 0px 4px 3px -2px rgba(0,0,0,.06) !important;
}

.fc-theme-standard tr td {
    border: #f2f2f2 1px solid;
    color: #333;
}
.fc .fc-daygrid-day-top {
    justify-content: center;
}
.fc .fc-col-header-cell-cushion {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    text-decoration: none;
}
.fc-theme-standard .fc-scrollgrid {
    border: none;
    margin-bottom: 0;
}

.fc .fc-daygrid-day-number {
    color: #302f2f;
    text-decoration: none;
}
.fc-daygrid-day .fc-daygrid-day-frame .fc-daygrid-day-events{
    display: none;
}

/* .fc-day-today .fc-daygrid-day-number{
    color: #fc0d32;
} */
.fc-daygrid-day .fc-daygrid-day-frame{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.ok-event-td .fc-daygrid-day-frame{
    cursor: pointer;
}
.ok-event-td .fc-daygrid-day-frame .fc-daygrid-day-number{
    color: #000;
}
/* .ok-event-td .fc-daygrid-day-frame:hover{
    background-color: #fc0d32;
}
.ok-event-td .fc-daygrid-day-frame:hover .fc-daygrid-day-number{
    color: #fff;
} */
.ok-event-td.selected-date .fc-daygrid-day-frame .fc-daygrid-day-top .fc-daygrid-day-number{
    color: #fff;
}
/* .ok-event-td.selected-date .fc-daygrid-day-frame,
.ok-event-td.selected-date .fc-daygrid-day-frame .fc-daygrid-day-bg .fc-highlight{
    background-color: #fc0d32;
} */

.ok-event-td.selected-date .fc-daygrid-day-frame,
.ok-event-td.selected-date .fc-daygrid-day-frame .fc-daygrid-day-bg .fc-highlight{
    background-color: #45fc0d;
}

/* Loader Start */
.loader-sec{
    position: relative;
}
.loader-main-wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255, 0.8);
    left: 0;
    top: 0;
    z-index: 9;
    display: none;
}
.loader-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
:root{
    --bg: #fc0d32;
}

.loader-box {
    background: var(--bg);
    position: relative;
    animation: loaderAnimation 1s ease-in-out infinite;
    animation-delay: 0.4s;
    width: 0.25em;
    height: 0.5em;
    margin: 0 0.5em;
}
.loader-box:after, .loader-box:before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    background: inherit;
    animation: inherit;
}
.loader-box:before {
    right: 0.5em;
        animation-delay: 0.2s;
}
.loader-box:after {
    left: 0.5em;
    animation-delay: 0.6s;
}

@-webkit-keyframes loaderAnimation {
    0%, 100% {
        box-shadow: 0 0 0 var(--bg), 0 0 0 var(--bg);
    }
    50% {
        box-shadow: 0 -0.25em 0 var(--bg), 0 0.25em 0 var(--bg);
    }
}

@keyframes loaderAnimation {
    0%, 100% {
        box-shadow: 0 0 0 var(--bg), 0 0 0 var(--bg);
    }
    50% {
        box-shadow: 0 -0.25em 0 var(--bg), 0 0.25em 0 var(--bg);
    }
}
/* Loader End */

/* Hide the product price on the checkout page if the cart item has the class 'hide-price' */
.woocommerce-checkout .hide-price .product-total,
.woocommerce-checkout .hide-price .product-price {
    display: none !important;
}
.woocommerce table th {
    font-size: 100%;
    box-shadow: none !important;
    border: #f2f2f2 1px solid !important;
}
#fullCalendar table:not(.recaptchatable) tr td:last-child, #fullCalendar table tr th:last-child {
    border-right-width: 1px !important;
}

.startTime .rate{
    display: flex;
    align-items: center;
    direction: ltr;
}
.startTime .rate .eachPrice{
    padding: 0 0.25rem;
}
.startTime .cr-exchange-rates {
    display: none;
}
.startTime .cr-exchange-rates.shortcode-exchange-rates-badge {
    display: block;
}
.startTime .badge-leaders{
    margin-bottom: 0 !important;
}
.startTime .badge-leaders span{
    padding: 0 0.25rem !important;
    line-height: 1;
}
.badge-leaders span:first-child{
     display: none !important;
}

.startTiming {
    background: #fdfdfd;
    padding: 20px;
    border-radius: 10px;
    border: #ededed 1px solid;
}

.disabled-day-number {
    color: #fc0d32 !important;
}
.modify_woo_summary .product_title:after {
    display: none !important;
}
.modify_woo_summary .share-simple-wrapper {
    border-top: none;
}
.font14 {
    font-size: 14px;
}
.woocommerce table.my_account_orders .button {
    margin-top: 6px;
}
.woocommerce .product .product_wrapper .share-simple-wrapper {
    margin: 20px 0;
    float: left;
    width: 100%;
}
.modify_woo_summary .woocommerce-product-details__short-description {
    float: left;
    width: 100%;
}
.column_blog .posts_group.lm_wrapper.grid.col-4 {
    display: flex;
    flex-wrap: wrap;
}

.redButton {
    display: block;
    border-radius: 5px;
    background: #e80028;
    color: #fff;
    padding: 0 15px;
    margin-bottom: 4px;
    line-height: 1.8;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
}

.redButton:hover {
    text-decoration: none;
    color: #fff;
}

.popup-inner .inner-content ul{
    display: flex;
    align-items: center;
}

.popup-inner .inner-content ul li{
    flex: 1 0 0%;
    text-align: right;
}
.popup-inner .inner-content ul li:last-child {
    flex: 0 0 145px;
    max-width: 145px;
}
/* .single-product .updatedPrice {
    display: block;
    margin-right: 6px;
} */
.cr-exchange-rates {
    display: none;
}
.shortcode-exchange-rates-badge {
    display: block;
}
.badge-leaders span{
    text-align: center !important;
    color: #fc0d32 !important;
}

.single-product .entry-summary .badge-leaders span{
    text-align: right !important;
}
.woocommerce-cart .badge-leaders span {
    padding: 0 !important;
    text-align: right !important;
}

.woocommerce-order-received .badge-leaders span {
    text-align: right !important;
    color: #fc0d32 !important;
}

/* Calculator Section Start */
.calculator-section{
    padding: 3rem 0;
}
.calculator-top{
    text-align: center;
}
.calculator-wrap{
    margin: 2rem 0;
}
.calculator-head h3{
    font-size: 1.875rem;
    text-align: center;
    font-weight: 600;
}
.calculator-box-head {
    display: flex;
    margin: 3rem -1rem;
    justify-content: space-between;
    align-items: center;
}
/* .calculator-box {
    margin-top: 3rem;
} */
.box-head-icon{
    flex: 0 0 auto;
    width: 90px;
    padding: 0 1rem;
}
.box-head-icon i{
    font-size: 5rem;
    color: #ff0505;
}
.box-head-list{
    padding: 0 1rem;
    width: 100%;
}
.box-head-list ul{
    display: flex;
    /* height: 100%; */
    direction: ltr;
}
.list-box {
    flex: 1 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    /* height: 100%; */
    position: relative;
}
.list-box::before {
    content: "";
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: .1875rem;
    height: 3.125rem;
    bottom: -3.125rem;
    background-color: #f5f5f0;
}
.list-title{
    color: #7f7f76;
    font-size: .6875rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.list-icon {
    width: 4.375rem;
    height: 4.375rem;
    /* padding: .8125rem; */
    border-radius: 50%;
    margin: 0 auto;
    background-color: #f5f5f0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: no-drop;
}
.list-icon i {
  color: #858585;
}
.list-wrap{
  position: relative;
}
.progress-wrap{
    /* margin: auto 3rem; */
    height: 50px;
    border-radius: 1.75rem;
    overflow: clip;
    background-color: #e9ecef;
    /* position: relative; */
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -100px;
}
.list-box.active .list-icon{
    background-color: rgba(255,5,5,.09);
    cursor: pointer;
}
.list-box.active .list-icon i{
    color: rgba(255,5,5,.9);
}
.list-box.active::before{
    background-color: rgba(255,5,5,.09);
}
.progress-wrap-bar{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #ff0505;
}
.calculator-data-wrap{
    position: relative;
    min-height: 28rem;
    margin-top: 6rem;
}
.calculator-data-box{
    position: absolute;
    opacity: 0;
    margin: 3.125rem 0 0;
    padding: 2.1875rem;
    width: calc(100% - 70px);
    transition: all .3s linear;
    border-radius: 1.5625rem;
    box-shadow: 0 0 1.5625rem 0 rgba(0,0,0,.2);
    left: 100%;
    direction: ltr;
}
.calculator-data-box.current{
    opacity: 1;
    left: 0;
}
.calculator-data-box::after {
    content: "";
    position: absolute;
    border: 1em solid;
    width: 0;
    height: 0;
    box-sizing: border-box;
    top: 2px;
    transform: rotate(135deg);
    transform-origin: 0 0;
    border-color: transparent transparent #fff #fff;
    box-shadow: -9px 9px 11px 0 rgba(0,0,0,.1);
}
.step-0::after{
    left: 17%;
}
.step-1::after{
    left: 27.5%;
}
.step-2::after{
    left: 37.3%;
}
.step-3::after{
    left: 47.5%;
}
.step-4::after{
    left: 57.5%;
}
.step-5::after{
    left: 67.5%;
}
.step-6::after{
    left: 77.5%;
}
.step-7::after{
    left: 87.5%;
}
.calculator-data-box-head{
    font-size: 1.75rem;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.row-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    box-sizing: border-box;
}
.div-box-wrap{
    flex: 0 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.div-1{
  width: 100%;
}
.div-2{
  width: calc(100% / 2);
}
.div-3{
  width: calc(100% / 3);
}
.gap-5{
  margin-top: -0.5rem;
}
.gap-5 .div-box-wrap{
  padding-top: 0.5rem;
}
.form-select{
    width: 100%;
    margin-bottom: 0.125rem;
}
.form-select:focus{
    background-color: inherit !important;
    color: inherit;
}
.lbl-text{
    font-size: 1rem;
    color: #333;
}
.info-text{
    font-size: 0.875rem;
    color: #737f83;
    margin-bottom: 0;
}
.btn-wrap{
  margin-top: 1.5rem;
}
.btn-wrap ul{
  display: flex;
}
.btn-wrap ul li{
  padding: 0;
}
.btn-style {
  background-color: #ef0025;
  color: #fff !important;
  height: 50px;
  line-height: 50px;
  padding: 0 3rem;
  text-align: center;
  border-radius: 0.25rem;
  text-transform: capitalize;
}
.btn-style:hover{
  background-color: #c1021f !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}
.text-wrap p{
  font-size: 1rem;
  color: #333;
}
.result-head{
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 3rem;
  text-align: center;
}
.result-box{
  display: flex;
  direction: ltr;
  box-sizing: border-box;
}
.result-box + .result-box{
  margin-top: 1.5rem;
}
.result-box-lft{
  flex: 0 0 auto;
  width: 270px;
  border-left: 15px solid #ef0025;
}
.result-box-rgt{
  flex: 0 0 auto;
  width: calc(100% - 270px);
  padding: 2rem 2rem 2rem 3rem;
  background-color: #f5f5f5;
  position: relative;
}
.result-img img{
  display: block;
  width: 100%;
  height: 100%;
}
.top-text h3{
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
.top-text a {
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 1rem;
  display: inline-block;
}
.top-text a i{
  margin-right: 0.5rem;
}
.top-text h2{
  font-weight: 700;
}
.top-text span{
  margin-bottom: 1.25rem;
}
.find-box {
  margin-top: 1.5rem;
}
.find-box a{
  color: #fff;
  text-decoration: none;
  background-color: #36444a;
  padding: 1rem;
  display: inline-block;
}
.find-box a p{
  color: #fff;
}
.find-box a span {
  background-color: #ef0025;
  color: #fff !important;
  height: 38px;
  line-height: 38px;
  padding: 0 1rem;
  text-align: center;
  border-radius: 0.25rem;
  text-transform: capitalize;
  display: inline-block;
  font-size: 0.875rem;
}
.result-list-icon{
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #ffe5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -37px;
  top: 16px;
}
.result-list-icon i {
  color: rgba(255,5,5,.9);
}
/* Calculator Section End */