.h-100 {
  height: 100%!important;
}
.w-100 {
  width: 100%!important;
}
.border-none {
  border: none!important;
}

.radio {
  display: block;
  cursor: pointer;
  user-select: none;
  text-align: left;
}
.radio + .radio {
  margin-top: 12px;
}
.radio input {
  display: none;
}
.radio input + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.radio input + span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
}
.radio input + span.invalid:before {
  border: 1px solid red;
}

.radio input:disabled + span:before {
  background: #cecece;
}
.radio input + span:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background-color: #1f9653;
  position: absolute;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  opacity: 0;
  transform: scale(0, 0);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: transform 120ms ease-in-out;
}
.radio input:checked + span:after {
  opacity: 1;
  transform: scale(1, 1);
}

.box {
  width: 100%;
  padding: 2em;
  text-align: center;
}
.quantity {
  position: relative;
  display: inline-block;
  color: #7f7f7f;
  background-color: rgb(247, 246, 245);
}
.quantity input[type="number"] {
  transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  box-shadow: none;
  outline: none;
  width: 42px;
  height: 34px;
  text-align: center;
  float: right;
  color: #342f2f;
  background-color: #f7f6f5!important;
}
.quantity input[type="number"]:focus {
  border-color: #57b8f6 !important;
}
.quantity input[type="number"]:hover {
  border-color: #a5a5a5;
}
.quantity-button {
  width: 32px;
  height: 34px;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}
.single  .quantity-button::before,.single  .quantity-button::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  content: '';
  width: 8px;
  height: 2px;
  background-color: currentColor;
  display: block;
}
.quantity-remove::after {
  display: none;
}
.quantity-add::after {
  transform: rotate(90deg);
}
.quantity-button.disable {
  opacity: .2;
  pointer-events: none;
}
.participant-items {
  padding: 15px 20px;
  border: 1px solid;
  height: 160px;
  overflow-y: scroll;
  background: #fff;
}
.participant-items option {
  padding: 5px 0;
}
.participant-items.invalid {
  border: 1px solid red;
}
.order-training-quantity {
  float: right!important;
}
.left-side-training-location {
  padding: 45px 25px 85px 45px;
  position: relative;
  background-color: rgb(247, 246, 245);
}
.training-location-name{
  font-weight: bold;
  font-family: "Inter Bold";
  font-size: 16px;
  margin-bottom: 12px;
}
.training-location-button a {
  white-space: pre;
  font-size: 12pt;
  padding: 0 0.5em !important;
}

.training-location-button {
  position: absolute;
  bottom: 25px;
}

.select2-container .select2-selection--single {
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.select2-search--dropdown {
  position: relative;
}
.select2-search--dropdown::before {
  position: absolute;
  top: 12px;
  right: 11px;
  content: '';
  background: url('/wp-content/themes/flatsome/assets/img/dashicons--search.png');
  background-size: cover;
  height: 23px;
  width: 23px;
}
.select2.invalid .selection .select2-selection {
  border: 1px solid red;
}
.training-times-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.training-times-title-detail{
  font-style: italic;
  font-size: 12px ;
}
.training-times-title-footer{
  font-style: italic;
}
.button-training-custom{
  padding-top: 60px;
}
.training-times-element tr td:first-of-type{
  padding-left: 0px;
}
@media screen and (min-width:850px) and (max-width:1120px) {
  .training-location-button a {
    white-space: pre-wrap;
    font-size: 11pt;
   
  }
  .left-side-training-location {
    padding: 45px 25px 105px 45px;
  }
}
.shop-container .woosb-products .woosb-product .woosb-quantity input {
  width: auto; 
  min-width: unset;
  background-color: #f7f6f5;
}
.shop-container .woosb-products .woosb-product .woosb-quantity {
  width: auto;
}