.hidden-checkout-field{
	display: none !important;
}

#custom_booking .triangle {
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 0 6px 6px 6px;
   border-color: transparent transparent #2E2E2E transparent;
   transform: rotate(0deg);

   display: inline-block;
   vertical-align: middle;
}

#custom_booking .collapsed .triangle {
   border-width: 6px 6px 0 6px;
   border-color: #2E2E2E transparent transparent transparent;
}

#booking-order-review{
  text-align: center;
  padding: 0!important;
}

#booking-order-review::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

#booking-order-review .modal-header{
  border-bottom: 0;
}
#booking-order-review .bread-outter{
  margin-bottom: 0;
}
#booking-order-review .modal-footer{
  border-top: 0;
  padding-bottom: 30px;
}
#booking-order-review .header-logo{
  height: 50px !important;
}
#booking-order-review h2{
  font-size: 24px;
  margin: 30px 0 0 0;
  padding-left: 0;
}
#booking-order-review .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#booking-order-review .btn{
  width: auto;
}

.order-review-fields .label,
.order-review-fields .value{
  font-size: 14px;
  margin: 15px 0 5px;
  color: #626262;
  display: inline-block;
}
.order-review-fields .value{
  font-weight: 500;
  margin-left: 10px;
}

#checkout-button{
  border:0;
}

#booking-order-review .modal-form-actions{
  position: relative;
}
#booking-order-review .modal-form-actions button[disabled],
#booking-order-review .modal-form-actions button:disabled {
  opacity: .7;
  pointer-events:none;
}
#booking-order-review .booking-loader{
    width: 25px;
    height: 25px;
    vertical-align: middle;
    position: absolute;
    right: -30px;
    top: 18px;
    display: none;
}
#booking-order-review .booking-loader.active{
    display: block;
}

.add-cart-responsive-state,
.shopping-cart-header{
  display: none !important;
}

#custom_booking .terms-and-conditions a{
  text-decoration: underline;
}
#custom_booking .terms-and-conditions a:hover{
  color:#626262;
  text-decoration: none;
}

.payment_form_main h2{

}

@media screen and (min-width: 992px) {
  body.category-blog #theme-page .blog-home-contant .blog-home-text{
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 7; /* number of lines to show */
             line-clamp: 7; 
     -webkit-box-orient: vertical;

  }
}

.page-template-templatespayment-template-php.page #mk-theme-container{
  padding-top: 0 !important;
}
.page-template-templatespayment-template-php .payment_form_main{
  padding-bottom: 0;
}
.page-template-templatespayment-template-php .mk-quick-contact-link{
  display: none;
}