body, p {
  font-size: 16px;
}

h2 {
  font-size: 24px;
  font-weight: 600;
}

h3 {
  font-size: 17px;
  font-weight: 600;
}

.price-loader,
.submit-loader {
  display: none;
}

label {
  font-size: 18px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  flex-direction: row;

  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.base-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.base-radio label {

  -ms-flex: 0 0 33.332%;
  flex: 0 0 33.332%;
  max-width: 33.332%;
}

.web-website-customizer .description {
  font-size: 14px;
  position: relative;
  padding-right: 50px;
}

input#base-landing[type=radio],
input#base-website[type=radio],
input#base-shop[type=radio] {
  position: absolute;
  visibility: hidden;
}

input#base-landing[type=radio] + span,
input#base-website[type=radio] + span,
input#base-shop[type=radio] + span {
  border: 1px solid #bbb;
  display: block;
  position: relative;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center 12px;
  transition: all ease .6s;
  height: 0;
  text-align: center;
  line-height: 0;
  width: 100%;
  padding-top: 125px;
  padding-bottom: 30px;
}

input#base-landing[type=radio] + span {
  border-radius: 10px 0 0 10px;
}

input#base-website[type=radio] + span {
  border-radius: 0;
}

input#base-shop[type=radio] + span {
  border-radius: 0 10px 10px 0;
}

input#base-landing[type=radio]:checked + span,
input#base-landing[type=radio]:hover + span,
input#base-website[type=radio]:checked + span,
input#base-website[type=radio]:hover + span,
input#base-shop[type=radio]:checked + span,
input#base-shop[type=radio]:hover + span {
  box-shadow: 0 0 0 2px #7ac4bc inset;
  border-color: #7ac4bc;
  cursor: pointer;
  opacity: 1;
}

input#base-landing[type=radio] + span {
  background-image: url('https://www.pomstandard.com/wp-content/uploads/sites/4/2021/06/blog.png');
}

input#base-website[type=radio] + span {
  background-image: url('https://www.pomstandard.com/wp-content/uploads/sites/4/2019/05/trozo-pepino.png');
}

input#base-shop[type=radio] + span {
  background-image: url('https://www.pomstandard.com/wp-content/uploads/sites/4/2019/06/trozo-pera.png');
}

input#base-landing[type=radio]:checked + span:after,
input#base-website[type=radio]:checked + span:after,
input#base-shop[type=radio]:checked + span:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 0 4px #38a169, 0 0 20px 0 rgba(0, 0, 0, 0.4);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='green' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/*QUANTITY INPUT*/
.bordered-input,
.new-repeater-field-block {
  border: 1px solid #d6d6d6;
  padding: 12px;
  border-radius: 5px;
  position: relative;
}

.web-form-control-number input {
  width: 100%;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0 0 20px;
  width: 100%;
  padding: 0;
  text-align: center;
}

.web-form-control-number {
  padding-right: 0;
}

.web-form-control-number input {
  width: 100%;
  padding-right: 40px;
}

.web-form-control-number .web-form-control-number-down {
  border-radius: 0 0 12px 0;
}

.web-form-control-number .web-form-control-number-up {
  border-radius: 0 12px 0 0;
}

/*TOGGLES*/
.toggle-input {
  padding: 15px;
  border: 1px solid #bbb;
  margin-bottom: 10px;
  border-radius: 10px;
}

.toggle-input .col-auto {
  padding-top: 5px;
}

.toggle-input .description {
  margin: 0;
}

input[type=checkbox].web-toggle + .web-toggle-btn {
  width: 50px;
  height: 25px;
  padding: 2px;
  background: #fff;
  border: 1px solid #000;
}

input[type=checkbox].web-toggle + .web-toggle-btn:after {
  width: 21px;
  background-color: #BADEDA;
  border: 1px solid #000;
}

input[type=checkbox].web-toggle:checked + .web-toggle-btn {
  background-color: #badeda;
}

input[type=checkbox].web-toggle:checked + .web-toggle-btn:after {
  left: 23px;
  background-color: #fff;
}

/*REPEATER FIELDS*/
.new-repeater-field-block .repeater-field-title {
  background: transparent !important;
  padding: 0 !important;
  cursor: default !important;
}

.new-repeater-field-block .inside {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.web-website-customizer .web-repeater .toggle-arrow {
  display: none;
}

.web-website-customizer .web-repeater .repeater-field {
  margin-bottom: 15px;
}

.web-website-customizer .web-repeater a.repeater-field-delete {
  color: red;
  font-size: 13px;
}

/* BOTTOM FIXED BAR */
#product-fixed-bar {
  border-top: 1px solid #d6d6d6;
}

.custom-price * {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

/*SUMMERNOTE EDITOR*/
.note-editable * {
  line-height: inherit !important;
  font-size: 1rem !important;
  font-family: inherit !important;
}

.note-editable h1,
.note-editable h1 * {
  font-size: 2.5rem !important;
}

.note-editable h2,
.note-editable h2 * {
  font-size: 2rem !important;
}

.note-editable h3,
.note-editable h3 * {
  font-size: 1.75rem !important;
}

.note-editable h4,
.note-editable h4 * {
  font-size: 1.5rem !important;
}

.note-editable h5,
.note-editable h5 * {
  font-size: 1.25rem !important;
}

.note-editable h6,
.note-editable h6 * {
  font-size: 1.1rem !important;
}

.more-info-link {
  cursor: pointer;
  color: #7ac4bc;
  font-size: 17px;
  margin-bottom: 25px;
  display: block;
}

.more-info-link svg {
  fill: currentColor;
  border: 1px solid;
  border-radius: 20px;
  display: inline-block;
  padding: 3px;
  margin: 3px 0 -3px;
}

.button-style {
  position: absolute;
  opacity: 0;
}

.button-style + span {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  text-align: left;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 4.88235rem;
  color: #1d1d1f;
  border-color: #bbb;
  font-weight: bold;
}

.radio-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.half {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.half:first-child > span {
  border-radius: 10px 0 0 10px;
}

.half:last-child > span {
  border-radius: 0 10px 10px 0;
}

.button-style:checked + span,
.toggle-input.checked-toggle {
  box-shadow: 0 0 0 2px #7ac4bc inset;
  border-color: #7ac4bc;
}

.languages-select2 .select2-container .select2-selection--multiple,
.languages-select2 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

.languages-select2 .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  width: 100%;
  height: auto;
  border-width: 1px;
  border-style: solid;
  padding: 15px;
  color: #1d1d1f;
  border-color: #bbb;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 8px;
}

.languages-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff !important;
  color: #1d1d1f !important;
  font-weight: bold !important;
  font-size: 18px !important;
  box-shadow: 0 0 0 2px #7ac4bc inset;
  border-color: #7ac4bc !important;
}

.languages-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #1d1d1f !important;
  font-weight: bold !important;
  font-size: 18px !important;
}

.languages-select2 .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 !important;
  color: #1d1d1f !important;
  font-weight: bold !important;
  font-size: 18px !important;
}

.languages-select2 .select2-container .select2-search--inline:before {
  content: "+ Añadir más";
  color: #1d1d1f !important;
  font-weight: bold !important;
  font-size: 18px !important;
}

.languages-select2 .select2-container--open.select2-container .select2-search--inline:before {
  content: none;
}

.select2-container--default .select2-results > .select2-results__options {
  background-color: #ebf1f0 !important;
  border-radius: 10px !important;
  border: 1px solid #ddd !important;
}

.select2-dropdown {
  background: transparent !important;
}

.web-form-control-number {
  padding-right: 0;
  text-align: center;
}

.web-form-control-number .web-form-control-number-down,
.web-form-control-number .web-form-control-number-up,
.web-form-control-number .web-form-control-number-down:hover,
.web-form-control-number .web-form-control-number-up:hover {
  position: relative;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  width: 50px;
  background-color: transparent;
  border: 1px solid #bbb;
  top: auto;
}

.web-form-control-number input {
  padding-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: inline-block;
  width: calc(100% - 100px);
  line-height: 50px !important;
  min-height: 50px !important;
  height: 50px;
  border-radius: 0;
  box-shadow: 0 0 0 2px #7ac4bc inset;
  border-color: #7ac4bc !important;
  background: transparent !important;
}

.web-form-control-number .web-form-control-number-up:after,
.web-form-control-number .web-form-control-number-down:after {
  color: #1d1d1f;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.web-form-control-number .web-form-control-number-up {
  border-radius: 0 10px 10px 0;
}

.web-form-control-number .web-form-control-number-down {
  border-radius: 10px 0 0 10px;
}

.radio-wrapper > label > span {
  position: relative;
  padding-right: 135px;
}

.radio-wrapper > label > span > span {
  display: block;
  font-weight: normal;
  line-height: 1.2;
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 15px;
  top: 15px;
  bottom: 15px;
  max-width: 125px;
}

.modal.show .modal-dialog {
  border-radius: 50px;
}

.web-modal .modal-body {
  padding: 50px;
}

.modal-body .web-info-box {
  padding: 15px;
  border-radius: 20px;
}

.modal-body .web-info-box p {
  margin: 0;
}

.web-modal .modal-header,
.web-modal .modal-footer {
  border-bottom-color: transparent;
  border-top-color: transparent;
  padding: 15px 50px;
}

.web-modal .modal-body li,
.web-modal .modal-body p {
  font-size: 21px;
}

.web-modal .modal-body h3 {
  font-size: 30px;
}

.modal-header .close {
  padding: 10px;
  margin: 0 -2rem 1rem !important;
  opacity: 1;
  background: #f0f0f0;
  border-radius: 100px;
}

.modal-header .close .web-svg-icon svg {
  transform: translateY(7%);
}

.modal-title.web-title {
  display: none;
}

@media (max-width: 767px) {
  .radio-wrapper > label > span {
    line-height: 1.2;
    font-size: 16px;
  }

  .radio-wrapper > label.half > span {
    padding-right: 15px;
  }

  .radio-wrapper > label.half > span > span {
    position: relative;
    padding-top: 10px;
    max-width: none;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .web-modal .modal-body {
    padding: 20px;
  }

  .web-modal .modal-header,
  .web-modal .modal-footer {
    padding: 15px 20px;
  }

  .modal-header .close {
    margin: 0 0rem 1rem !important;
  }

  .web-modal .modal-body li,
  .web-modal .modal-body p {
    font-size: 18px;
  }

  .web-modal .modal-body .h1 {
    font-size: 30px;
  }

  .web-modal .modal-body h3 {
    font-size: 24px;
  }

  #product-fixed-bar .align-right {
    padding-bottom: 15px;
    text-align: center !important;
  }
}
