/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.ea-bootstrap .form-horizontal {
  display: flex;
  flex-direction: column; }
  .ea-bootstrap .form-horizontal .col-md-6 {
    flex: 1;
    width: 100%; }
  .ea-bootstrap .form-horizontal .control-label {
    display: none; }
.ea-bootstrap .ea-actions-group {
  margin-top: 15px;
  margin-bottom: 15px;
  justify-content: flex-start !important; }
  .ea-bootstrap .ea-actions-group .booking-button {
    margin-left: 0px; }
.ea-bootstrap .step.calendar {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 300ms;
  margin-bottom: 180px; }
  .ea-bootstrap .step.calendar.disabled {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px); }
  .ea-bootstrap .step.calendar .ui-datepicker-current-day {
    background: #3b90cb; }
    .ea-bootstrap .step.calendar .ui-datepicker-current-day .ui-state-active {
      color: #fff; }
  .ea-bootstrap .step.calendar .selected-time, .ea-bootstrap .step.calendar .selected-time:hover {
    background: #26466c !important; }
.ea-bootstrap .col-md-6:not(.step) {
  border: 1px solid #ddd;
  border-radius: 15px;
  box-shadow: 1px 1px 10px #ddd;
  background: #fff; }
  .ea-bootstrap .col-md-6:not(.step) .step.calendar .ui-datepicker {
    border: none;
    box-shadow: none; }
.ea-bootstrap .step.final.col-md-6 {
  position: absolute;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 300ms;
  padding: 0 25px; }
  .ea-bootstrap .step.final.col-md-6.disabled {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px); }
  .ea-bootstrap .step.final.col-md-6 h3 {
    margin-top: 20px;
    color: #3b90cb;
    font-size: 30px;
    font-weight: 600; }
.ea-bootstrap #booking-overview small {
  margin-bottom: 10px;
  display: block; }
.ea-bootstrap #booking-overview td, .ea-bootstrap #booking-overview th {
  border: 1px solid #ebebeb; }
#booking-overview .row-price {display: none;}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--warranty-requests {
    display: none;
}