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

/*************** ADD CUSTOM CSS HERE.   ***************/
#picker .wdp-week .strike-it {
	text-decoration: line-through;
	pointer-events: none;
	color: #ccc;
}

.smartcms_content_mapping .smartcms_content_mapping_item_con.active {
    /*background: #446084 none repeat scroll 0 0;*/
    /*border: 1px solid #446084;*/
    border: 1px solid #ccc;
}

.smartcms_content_mapping .smartcms_content_mapping_item_con.active .srwseat_item_con_color {
    background: #e32400 !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.cart-collaterals form.checkout_coupon {
	display: none !important;
}

/*************** INCLUDE FREE TRANSFERS  ***************/
.free-transfer-section .form-group {
  display: block;
  margin-bottom: 15px;
}

.free-transfer-section .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.free-transfer-section .form-group label {
  position: relative;
  cursor: pointer;	
  font-size: 1rem;
}

.free-transfer-section .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #446084;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.free-transfer-section .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #446084;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.free-transfer-section {
	display: flow-root;
}

.free-transfer-section .form-row {
	display: flex;
}

.free-transfer-section .custom-radio {
  display: flex;
  gap: 24px;
}

.free-transfer-section .custom-radio label {
  position: relative;
  display: flex;
  cursor: pointer;
}

.free-transfer-section .custom-radio label input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: 0;
}

.free-transfer-section .custom-radio label input[type="radio"]::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  border: 2px solid #446084;
  border-radius: 18px;
  left: 0;
  cursor: pointer;
}

.free-transfer-section .custom-radio label span {
  display: flex;
  padding-left: 32px;
  margin-top: 2px;
  font-family: "system-ui", sans-serif;
}

.free-transfer-section .custom-radio label input[type="radio"]:checked::before {
  background: #fff;
}

.free-transfer-section .custom-radio label input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  background: #446084;
  height: 10px;
  width: 10px;
  border-radius: 10px;
}

.free-transfer-section .custom-hide {
	display: none;
}

.free-transfer-section .form-row-first {
	flex-direction: column;
}

/*************** INCLUDE FREE TRANSFERS  ***************/