:root{
  /* Azul claro */
  --light-blue:#C1DDF5;
  /* Azul Oscuro */
  --dark-blue: #122b54;
}

/* LBM */
.woocommerce table.shop_table td del {
  color: #a00;
  font-size: 13px !important;
  font-weight: normal;
}

.woocommerce table.shop_table td del .woocommerce-Price-amount {
  color: #a00;
  font-size: 13px !important;
  font-weight: normal;
}

*:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline-offset: 0.5rem;
  outline: none;
}

.bb_clases-online-single_text a {
  color: #6e9fc1;
}

.ct-link {
  position: relative;
}


.lbm-fondo-partido {
  background-color: var(--primary);
}

.lbm-padding-lateral-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.oxy-stock-content-styles .aligncenter {
  display: block;
}

.lbm-elipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.lbm-elipsis span {
  max-width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.rcp_restricted p:first-child {
  display: none;
}

.lbm-tarifas .oxy-pricing-box-section.oxy-pricing-box-title {
  flex: 0 0 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.lbm-tarifas .oxy-pricing-box-section.oxy-pricing-box-price {
  flex: 0 0 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
  flex: 0 0 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lbm-tarifas .oxy-pricing-box-section.oxy-pricing-box-content {
  flex: 1 1 auto;
}

.lbm-tarifas .lbm-tarifa-features .fa-li {
  color: #080;
  top: 0.05rem;
}

.lbm-tarifas .lbm-tarifa-features .fa-li:has(i.fa-times) {
  color: red;
}

.lbm-tarifas .lbm-tarifa-features .lbm-feature-no .fa-li {
  color: #900;
  top: 0.0rem;
  text-decoration: line-through;
}

.lbm-tarifas .lbm-tarifa-features .lbm-feature-no {
  text-decoration: line-through;
  color: #aaa;
}

.lbm-ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right;
  display: none;
}

.lbm-ribbon-2 {
  position: absolute;
  right: -5px;
  top: 15px;
  z-index: 1;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: var(--base);
  text-transform: uppercase;
  line-height: 20px;
  background: #fd957b;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
}

.lbm-ribbon-2 span {
  padding: 0 15px 0 10px;
}

/*
.lbm-ribbon-2 span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #b70c0b;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #b70c0b;
}

.lbm-ribbon-2 span::before {
    content: '';
    position: absolute;
    top: 0px;
    right: -13px;
    width: 0px;
    height: 0;
    border-style: solid;
    border-width: 25px 13px 0 0;
    border-color: #000 transparent transparent transparent;
    border-color: var(--color_claro) transparent transparent transparent;
    transition: all 0.5s;}
*/
.add-oferta .lbm-ribbon,
.lbm-ribbon.lbm-ribbon-activo {
  display: block;
}

.lbm-hover-secondary:hover {
  background-color: var(--secondary) !important;
}

.lbm-ribbon span {
  font-size: 12px;
  font-weight: bold;
  color: #fffaf1;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #fd957b;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}

.lbm-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #fd957b;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #fd957b;
}

.lbm-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #fd957b;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #fd957b;
}

.add-oferta-roja .lbm-ribbon span,
.add-oferta .lbm-ribbon span.lbm-ribbon-rojo {
  background: #b70c0b;
}

.add-oferta-roja .lbm-ribbon span::before,
.add-oferta .lbm-ribbon span.lbm-ribbon-rojo::before {
  border-left: 3px solid #b70c0b;
  border-top: 3px solid #b70c0b;
}

.add-oferta-roja .lbm-ribbon span::after,
.add-oferta .lbm-ribbon span.lbm-ribbon-rojo::after {
  border-right: 3px solid #b70c0b;
  border-top: 3px solid #b70c0b;
}

.add-oferta-letra-10 .lbm-ribbon span {
  font-size: 10px;
}

.lbm-sticky-top-bar {
  position: sticky;
  top: 0px;
  z-index: 999;
}

@media (min-width: 992px) {
  .lbm-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }

  .lbm-fondo-partido {
    background: linear-gradient(90deg, var(--primary) 0%, var(--primary) 50%, var(--base) 50%, var(--base) 100%);
  }
}

.bb_faq-toggle-lbm {
  width: 100%;
  justify-content: space-between;
  position: relative;
}

.bb_faq-toggle-lbm>div:first-child {
  order: 1;
}

.bb_faq-toggle-lbm .oxy-expand-collapse-icon {
  border-width: 2px;
  border-style: solid;
  align-self: center;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

.bb_faq-toggle-lbm .oxy-expand-collapse-icon::after,
.bb_faq-toggle-lbm .oxy-expand-collapse-icon:before {
  width: 16px;
  height: 3px;
  top: 10px;
  left: 4px;
}

.lbm-stroke {
  text-decoration: line-through;
  color: var(--base);
}

.lbm-stroke span {
  color: #6e9fc1;
}

.lbm-nomarginp p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.lbm-checkout-info {
  font-size: 16px;
}

.lbm-checkout-info h3 {
  color: var(--accent);
  font-family: 'ppneuemachina-plain';
  font-weight: 400;
  text-transform: uppercase;
}

.lbm-checkout-info ul {
  list-style: none;
  padding-left: 0px;
}

.lbm-checkout-info ul li {
  padding-left: calc(1.6em + 5px);
  line-height: 1.6em;
  position: relative;
}

.lbm-checkout-info ul li:before {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  background-image: url(../imgs/angle-double-right-solid.png);
  background-size: cover;
  left: 0.3em;
  top: 0.3em;
}

.lbm-resaltado {
  color: var(--accent);
}

/* LearnDash */

.lbm-learndash .learndash-wrapper .ld-item-list {
  margin: 25px 0;
}

.lbm-learndash .learndash .ld-section-heading h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
}

.lbm-learndash .learndash-wrapper .ld-item-list .ld-item-list-item {
  background: var(--base);
  border: none;
  border-radius: 5px;
}

.lbm-learndash .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
  padding: 15px 20px;
}

.lbm-learndash .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
  margin-top: 0.05em;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
  height: 40px !important;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons,
body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper,
body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-header {
  background-color: var(--base);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-header .ld-user-menu-items:before {
  display: none;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-header .ld-user-menu-items a {
  background-color: var(--primary) !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 13px !important;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-header .ld-progress-heading .ld-progress-stats {
  text-transform: uppercase;
  font-size: 13px;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-header .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
  font-weight: 500;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-header .sfwd-mark-complete:after {
  right: 0;
  font-size: 13px;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-header .learndash_mark_complete_button {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-header .ld-brand-logo {
  background-color: var(--base);
}

@media all and (max-width: 768px) {
  body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-header .ld-content-actions {
    background-color: #019e7c;
  }

  body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-header .ld-content-actions .sfwd-mark-complete input {
    color: var(--base);
  }

  body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-header .ld-content-actions .sfwd-mark-complete:after {
    color: var(--base);
  }
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-sidebar {
  background-color: var(--base);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-sidebar .ld-course-navigation-heading {
  background-color: var(--primary);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-sidebar .ld-course-navigation-heading h3 {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-sidebar .ld-course-navigation-heading .ld-focus-sidebar-trigger {
  background-color: var(--primary);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-sidebar .ld-course-navigation-heading .ld-focus-sidebar-trigger .ld-icon {
  background-color: var(--primary);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-sidebar .ld-course-navigation .ld-lesson-item {
  background-color: var(--base);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview-heading .ld-lesson-title {
  color: var(--primary) !important;
  font-size: 16px;
  text-transform: uppercase;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview-heading .ld-status-icon.ld-status-complete {
  border: 2px solid #019e7c;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-main h1 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 44px;
  color: var(--primary);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-main .ld-breadcrumbs span {
  color: var(--secondary);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-main .ld-breadcrumbs span a {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--secondary);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-main .ld-status {
  font-size: 12px;
  font-weight: 400;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-main .ld-content-actions .sfwd-mark-complete {
  width: 300px;
  border-radius: 10px !important;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-main .ld-content-actions .sfwd-mark-complete input {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-main .ld-content-actions .ld-course-step-back {
  text-transform: uppercase;
  color: var(--primary);
  font-size: 13px;
  margin-top: 12px;
  text-decoration: underline;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-main .ld-content-actions .ld-content-action:last-child .ld-button,
body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper .ld-focus-main .ld-content-actions .ld-content-action:first-child .ld-button {
  background-color: transparent;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .ld-primary-background {
  background: var(--secondary) !important;
}

/* Colaboraciones */

.lbm-colaborador-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.lbm-colaborador-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 30px;
}

.lbm-colaborador-body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-grow: 1;
  background-color: var(--primary);
}

.lbm-colaborador-logo {
  height: 60px;
  padding: 10px 20px;
}

.lbm-colaborador-logo img {
  max-height: 40px;
  width: auto;
}

.lbm-colaborador-logo+.lbm-colaborador-logo {
  border-left: 1px solid var(--base);
}

.lbm-colaborador-texto {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 66%;
  padding: 30px;
  justify-content: center;
}

.lbm-colaborador-titulo {
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-size: 28px;
}

.lbm-colaborador-titulo-form {
  text-transform: uppercase;
  font-family: 'Poppins';
  font-size: 28px;
}

.lbm-colaborador-descripcion {
  font-weight: 300;
}

.lbm-colaborador-condiciones {
  font-size: 15px;
}

.lbm-colaborador-registro {
  padding: 15px 0;
}

.lbm-colaborador-wrapper button {
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  height: auto;
  max-height: unset;
  margin: 0;
  padding: 15px 36px;
  border: none;
  box-shadow: none;
  color: white;
  cursor: pointer;
  font-style: unset;
  line-height: 20px;
  letter-spacing: 0;
  text-decoration: unset;
  -webkit-appearance: none;
  background-color: var(--accent);
  transition: background-color ease 0.25s;
}

.lbm-colaborador-wrapper button:disabled,
.lbm-colaborador-wrapper button[disabled] {
  cursor: wait;
  opacity: 0.7;
}

#lbm-colaborador-activa-registro:hover {
  background-color: var(--secondary);
}

.lbm-colaborador-form {
  background-position: 50% 50%;
  background-size: cover;

  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 34%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1279px) {

  .lbm-colaborador-form {
    flex-basis: 45%;
  }

  .lbm-colaborador-texto {
    flex-basis: 55%;
  }
}

.lbm-colaborador-wrapper-form {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin: 30px;
  padding: 20px;
  text-align: center;
  display: none;
}

.lbm-colaborador-input {
  margin: 15px;
}

.lbm-colaborador-input input {
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  text-align: center;
  min-width: 300px;
  color: #fff;
  outline: none;
}

.lbm-colaborador-input.lbm-alert {
  display: none;
}

.lbm-colaborador-input.lbm-alert div {
  font-size: 0.9em;
  background-color: #FCC;
  color: #A00;
  /*border: 1px solid #A00;*/
  padding: 5px 10px;
  border-radius: 5px;
}

.lbm-colaborador-input.lbm-alert a {
  text-decoration: underline;
  color: var(--primary);
  font-weight: bold;
}

@media (max-width: 767px) {
  .lbm-colaborador-header {
    flex-direction: column;
    align-items: center;
  }

  .lbm-colaborador-body {
    flex-direction: column;
    align-items: stretch;
  }

  .lbm-colaborador-logo+.lbm-colaborador-logo {
    border-left: 0px;
    border-top: 1px solid var(--base);
  }

  .lbm-colaborador-logo {
    height: 70px;
    padding: 15px 20px;
  }

  .lbm-colaborador-header {
    padding: 15px;
  }

  .lbm-colaborador-texto,
  .lbm-colaborador-form {
    text-align: center;
  }
}

.lbm-menu-new::after {
  content: 'NEW';
  position: absolute;
  right: -7px;
  top: -14px;
  background-color: var(--accent);
  font-size: 10px;
  line-height: 10px;
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: bold;
  color: var(--base);
}

.lbm-menu-new {
  white-space: nowrap;
}

.lbm-menu-new::before {
  content: '';
  position: absolute;
  right: -2px;
  top: 0px;
  border-top: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid var(--accent);
  width: 0px;
  height: 0px;
}

@media (max-width: 991px) {
  .lbm-menu-new::after {
    right: -20px;
    top: 6px;
  }

  .lbm-menu-new::before {
    right: -14px;
    top: 20px;
  }
}

.oxy-mega-dropdown_container,
.oxy-cart-counter_inner_content {
  box-shadow: 0px 0px 6px 1px rgb(96 110 121 / 23%);
}

.bb_header_menu_menu .sub-menu .menu-item a {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

:root {
  --tec-color-background: #fffaf1;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar {
  font-size: 1.3em;
  border: 1px solid #d5d5d5;
  padding: 8px 20px;
  border-radius: 3px;
}

time.tribe-events-calendar-list__month-separator-text,
time.tribe-events-c-top-bar__datepicker-time {
  font-size: 24px !important;
  text-transform: capitalize;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  padding: 6px 0px;
  background-color: var(--primary);
  color: var(--base);
  border-radius: 4px 4px 0px 0px;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
  border: 1px solid var(--primary);
  padding: 7px 0px;
  color: var(--primary);
  font-size: 36px;
  background-color: var(--base);
  border-radius: 0px 0px 4px 4px;
}

.tribe-events .tribe-events-calendar-list__event-row {
  gap: 20px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 40px;
}

.tribe-events-single>.tribe_events>.tribe-events-content,
.lbm-info-link-directo {
  order: 0 !important;
}

.lbm-info-link-directo {
  background-color: var(--color-grey);
  padding: 15px 20px;
  text-align: center;
}


.tribe-events-event-image img {
  height: auto;
  margin: 30px auto;
  width: 900px;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__button {
  min-width: 250px;
}


.tribe-event-date-start:before {
  content: 'Fecha y hora: ';
  font-weight: bold;
}

.tribe-events .tribe-events-l-container,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0px;
}

.bb_shop_loop .oxy-repeater-pages-wrap {
  /*display: flex !important;*/
  grid-column: 1 / -1;
}

.bb_product_images .woocommerce-product-gallery__wrapper a {
  display: block;
  font-size: 0px;
}

.bb_product_images .woocommerce-product-gallery__wrapper a img {
  height: auto;
}

.oxy-woo-checkout .woocommerce .col2-set,
.oxy-woo-checkout .woocommerce-page .col2-set {
  flex-direction: column;
}

@media (min-width: 720px) {

  .oxy-woo-checkout .woocommerce .col2-set,
  .oxy-woo-checkout .woocommerce-page .col2-set {
    display: block;
  }

  .woocommerce.woocommerce-checkout form #customer_details.col2-set,
  .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
    width: 55%;
    float: left;
    margin-right: 4.347826087%;
  }

  .woocommerce.woocommerce-checkout form #customer_details.col2-set .col-1,
  .woocommerce.woocommerce-checkout form #customer_details.col2-set .col-2,
  .woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-1,
  .woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-2 {
    float: none;
    width: auto;
  }

  .woocommerce.woocommerce-checkout form #order_review,
  .woocommerce.woocommerce-checkout form #order_review_heading,
  .woocommerce-page.woocommerce-checkout form #order_review,
  .woocommerce-page.woocommerce-checkout form #order_review_heading {
    width: 40%;
    float: right;
    margin-right: 0;
    clear: right;
  }
}

div.woocommerce-terms-and-conditions {
  background-color: var(--base);
}

#order_review_heading {
  color: var(--base) !important;

}

.woocommerce-checkout #payment ul.payment_methods li input#payment_method_aplazame {
  margin-top: 17px;
}

.woocommerce-checkout #payment div.payment_box #wc-stripe-cc-form .form-row.form-row-last {
  margin-left: 11px;
}

.lbm-menu-carrito.woocommerce a.button {
  align-items: center;
  background-color: var(--accent);
  border: none;
  padding: 10px
}

.lbm-menu-carrito.woocommerce a.button:hover {
  background-color: var(--primary);
  border: none;
}

.oxy-mini-cart .widget_shopping_cart_content {
  width: 360px;
  max-width: 100%;
}

.oxy-cart-counter_inner_content {
  margin-top: 20px;
}

.woocommerce-product-gallery .flex-viewport,
.woocommerce-product-gallery .flex-control-thumbs img {
  border-radius: 10px;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  cursor: pointer;
}

.bb_header .ct-section-inner-wrap {
  max-width: 1320px;
}

.tribe-events-header__breadcrumbs {
  display: none;
}

/* Hubspot forms */

.single-post .hbspt-form {
  padding: 20px;
  border: 2px dashed var(--secondary);
  border-radius: 5px;
  max-width: 700px;
  margin: 0 auto;
  background-color: #6e9fc136;
}

.single-post .hbspt-form .field label {
  font-size: 0.9em;
  font-weight: bold;
}

.single-post .hbspt-form .field label .hs-form-required {
  color: #A00;
  margin-left: 5px;
}

.single-post .hbspt-form .field {
  margin-bottom: 1em;
}

.single-post .hbspt-form .field .input input[type=text],
.single-post .hbspt-form .field .input input[type=email] {
  width: 100%;
  padding: 8px 15px;
  border: 1px solid var(--primary);
  border-radius: 5px;
  outline: none;
  color: #666;
}

.single-post .hbspt-form .hs-error-msgs {
  margin-top: 3px;
  color: #A00;
  font-size: 14px;
  list-style: none;
  padding-left: 0px;
  font-weight: bold;
}

.single-post .hbspt-form .legal-consent-container {
  font-size: 0.8em;
}

.single-post .hbspt-form .field .input .inputs-list {
  list-style: none;
  padding-left: 0px;

}

.single-post .hbspt-form .field .input input[type=checkbox] {
  margin-top: 2px;
}

.single-post .hbspt-form .field label.hs-form-booleancheckbox-display {
  font-weight: 500;
}

.single-post .hbspt-form .legal-consent-container .hs-error-msgs label {
  color: #A00;
  list-style: none;
  padding-left: 0px;
}

.single-post .hbspt-form .hs-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: var(--accent);
  border: none;
  color: #ffffff;
  border-radius: 10px;
  transition-duration: 0.4s;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 25px;
  cursor: pointer;
}

.single-post .hbspt-form .hs-button:hover {
  background-color: var(--primary);
}

/*#-woo-my-account-4-10031.bb_mi-cuenta .woocommerce-MyAccount-content:before {
    content: "Mi perfil";
    display: block;
    color: var(--base);
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 1;
}

.woocommerce-account #-woo-my-account-4-10031.bb_mi-cuenta .woocommerce-MyAccount-content:before{
  content: 'Dashboard';
}*/

.woocommerce-account .woocommerce-MyAccount-content {
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content .bb_button {
  color: var(--base);
  margin: 20px auto !important;
  font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content .bb_button:hover {
  background-color: var(--secondary);
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content .ct-new-columns {
  justify-content: space-evenly;
}

.woocommerce-account .rcp-table,
.woocommerce-account table.shop_table.woocommerce-orders-table,
.woocommerce-account table.shop_table.order_details {
  border-collapse: collapse;
  width: 100%;
  margin: 20px auto;
  color: #fff;
}

.woocommerce-account .rcp-table th,
.woocommerce-account table.shop_table.woocommerce-orders-table th,
.woocommerce-account table.shop_table.order_details th {
  background-color: #fff;
  border: 1px solid #fff !important;
  color: #a7b8bc;
  font-weight: normal;
  font-size: 0.8em;
  padding: 6px;
  text-align: center;
  text-transform: uppercase;
}

.woocommerce-account .rcp-table td,
.woocommerce-account table.shop_table.woocommerce-orders-table td,
.woocommerce-account table.shop_table.order_details td {
  border: 1px solid #fff !important;
  background-color: #a7b8bc;
  font-weight: 300;
  font-size: 0.9em;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.woocommerce-account .oxy-woo-my-account .woocommerce-Price-amount,
.woocommerce-account .oxy-woo-my-account .product-quantity {
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}

.woocommerce-account table.shop_table.woocommerce-orders-table td a,
.woocommerce-account table.shop_table.order_details td a {
  color: #fff;
  font-weight: bold;
}

.woocommerce-account .rcp-table td a,
.woocommerce-account table.shop_table.woocommerce-orders-table td a.woocommerce-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #a7b8bc !important;
  border: 1px solid #fff !important;
  color: #ffffff;
  border-radius: 5px !important;
  transition-duration: 0.2s;
  font-weight: 500;
  padding: 5px 12px;
  font-size: 12px;
  cursor: pointer;
  margin: 10px;
}

.woocommerce-account .rcp-table td a:hover,
.woocommerce-account table.shop_table.woocommerce-orders-table td a.woocommerce-button:hover {
  background-color: #fff !important;
  color: #a7b8bc !important;
}

.oxy-woo-my-account .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before,
.oxy-woo-my-account .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  color: #fff !important;
}

body #-woo-my-account-4-10031 p:not(.woocommerce-customer-details--email):not(.woocommerce-customer-details--phone):not(.woocommerce-form-row):not(.form-row) {
  color: #fff;
}

body .woocommerce .woocommerce-EditAccountForm {
  background-color: transparent;
  padding: 0px;
}

body .oxy-woo-my-account .woocommerce form .form-row label {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

body .oxy-woo-my-account .woocommerce form .form-row em,
body .oxy-woo-my-account .woocommerce-EditAccountForm fieldset legend {
  color: #fff;
}

body #-woo-my-account-4-10031.bb_mi-cuenta .woocommerce-MyAccount-content .woocommerce-Button.button {
  background-color: #a7b8bc !important;
  border: 1px solid #fff !important;
  color: #ffffff;
  border-radius: 5px !important;
  transition-duration: 0.2s;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
}

body #-woo-my-account-4-10031.bb_mi-cuenta .woocommerce-MyAccount-content .woocommerce-Button.button:hover {
  background-color: #fff !important;
  color: #a7b8bc;
}

body #-woo-my-account-4-10031 .woocommerce form .form-row input.input-text {
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #a7b8bc;
  color: #fff;
  outline: none;
}

body .woocommerce input[type="text"]:focus {
  box-shadow: none;

}

.woocommerce-account .lbm-tarifas {
  background-color: var(--base);
  color: var(--primary);
}

.woocommerce-account #new_columns-6-20913 .ct-div-block {
  padding: 10px;
  width: 33%;
}

.woocommerce-account section h2 {
  color: var(--base);
  font-weight: 500;
}

.woocommerce-account address,
.woocommerce-account .woocommerce-customer-details--phone,
.woocommerce-account .woocommerce-customer-details--email {
  color: var(--base) !important;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-account #new_columns-6-20913 .ct-div-block {
    width: 50%;
  }
}

@media only screen and (max-width: 620px) {
  .woocommerce-account #new_columns-6-20913 .ct-div-block {
    width: 100%;
  }
}

.woocommerce-account #new_columns-6-20913 .ct-div-block .ct-link-button {
  text-align: center;
  text-decoration: none;
  background-color: var(--accent);
  border: none;
  color: var(--base) !important;
  border-radius: 5px;
  transition-duration: 0.4s;
  font-weight: 500;
  padding: 10px 16px;
  font-size: 18px;
  cursor: pointer;
  margin: 10px;
}

.woocommerce-account #new_columns-6-20913 {
  margin-bottom: 20px;
}

.woocommerce-account #new_columns-47-20913 {
  display: none;
}


/*#-woo-my-account-4-10031.bb_mi-cuenta .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--home {
  border-bottom:none;
  text-align: center;
  margin-bottom: 20px;
}

#-woo-my-account-4-10031.bb_mi-cuenta .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--home a {
  text-align: center;
  text-decoration: none;
  background-color: var(--secondary);
  border: none;
  color: var(--base)!important;
  border-radius: 5px;
  transition-duration: 0.4s;
  font-weight: 500;
  padding: 10px 16px;
  font-size: 12px;
  cursor: pointer;
}*/

@media only screen and (max-width: 480px) {
  .rcp-table td:before {
    margin-left: 0 !important;
  }

  .rcp-table td:first-child {
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
}

@media only screen and (max-width: 768px) {
  /*  .woocommerce-MyAccount-navigation ul li a{
    text-align: center;
    text-decoration: none;
    background-color: var(--accent);
    border: none;
    color: var(--base)!important;
    border-radius: 5px;
    transition-duration: 0.4s;
    font-weight: 500;
    padding: 5px 12px;
    font-size: 12px;
    cursor: pointer;
    margin: 10px;
  }

  .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    padding: 0px!important;
  }

  .woocommerce-MyAccount-navigation ul {
    list-style: none;
    display: flex!important;
    justify-content: center;
    flex-wrap: wrap;
  }

  .woocommerce-MyAccount-navigation ul li a:hover,
  .woocommerce-MyAccount-navigation ul li.is-active a{
    background-color: var(--secondary);
  }*/

  /* AquÃ­ asumimos que estÃ¡s usando flexbox en el div contenedor para centrar los li */
  .woocommerce-MyAccount-navigation {}

  .lbm-woo-account-title {
    text-align: center;

  }

  .lbm_packs_account {
    justify-items: center;
  }

  /*
  #-woo-my-account-4-10031.bb_mi-cuenta .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--home {
    width: 100%;
    justify-content: center;
  }*/
}

.lbm_packs_account>div {
  max-width: 340px;
}

.lbm_packs_account a.ct-link .ct-div-block:first-child {
  height: 160px;
}

.lbm_packs_account a.ct-link .ct-div-block:first-child img {
  min-width: 100%;
  min-height: 100%;
}

#-woo-my-account-4-10031 p:not(.woocommerce-customer-details--email):not(.woocommerce-customer-details--phone):not(.woocommerce-form-row):not(.form-row).woocommerce-Message {
  color: var(--primary) !important;
}

/* 2023 */

.lbm-style-2023 {
  padding: 50px 20px;
  --tec-color-text-primary: #fff;
  --tec-font-weight-bold: 400;
  --tec-color-accent-secondary-active: rgba(255, 255, 255, .8);
  --tec-color-accent-secondary-hover: rgba(255, 255, 255, .8);
  --tec-color-text-secondary: #fff;
  --tec-color-accent-primary: #fff;
  --tec-color-accent-primary-hover: rgba(255, 255, 255, .8);
  --tec-color-text-events-title: #fff;
  --tec-color-text-event-title: #fff;
  --tec-color-text-event-date: #fff;
  --tec-color-text-secondary-event-date: #fff;
  --tec-color-link-primary: #fff;
  --tec-color-link-accent: #fff;
  --tec-color-icon-secondary: #fff;
  --tec-color-icon-active: rgba(255, 255, 255, .8);
}

.lbm-2023-flex-all-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.lbm-2023-flex-all-center>.ct-section-inner-wrap {
  max-width: 100%;
}

.lbm-2023-menu-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 2px;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
}

.lbm-2023-menu-item,
.lbm-2023-menu-separator {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
}

.lbm-2023-menu-item a {
  text-decoration: none;
  color: inherit;
  padding: 0 5px;
  text-align: center;
}

.lbm-2023-menu-separator {
  margin: 0 5px;
}

.lbm-style-2023 .tribe-events-c-top-bar__nav-list-date,
.lbm-style-2023 .tribe-events-widget-events-week__view-more,
.lbm-style-2023 .tribe-events-widget-shortcode__header-title,
.lbm-style-2023 .tribe-events-header--has-event-search {
  display: none;
}

.lbm-style-2023 .tribe-events-pro .tribe-events-pro-week-day-selector__day-weekday {
  margin: 15px 0 -7px;
}

.lbm-style-2023 .tribe-events-pro .tribe-events-pro-week-day-selector__events-icon {
  top: 6px;
}

.lbm-style-2023 .tribe-events-pro-week-mobile-events__event-featured-image-link {
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 5px;
}

.lbm-style-2023 .tribe-events-pro-week-mobile-events__event-featured-image-link img {
  border-radius: 5px;
}

.lbm-style-2023 .tribe-events-pro .tribe-events-pro-week-day-selector__events-icon {
  background-color: #D48565;
}

.lbm-2023-clase-titulo {
  color: #fff;
  text-transform: uppercase;
  height: 90px;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.lbm-2023-clase-nivel a {
  color: #fff;
  text-transform: uppercase;
  padding-top: 20px;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lbm-2023-clase-metadatos {
  justify-content: space-between;
  flex-direction: row !important;
  padding: 15px 0;
}

.lbm-2023-facet-button .wpgb-facet {
  text-align: center;
}

.lbm-2023-facet-button .wpgb-facet button.wpgb-button {
  background-color: #a7b8bc;
  border: 1px solid #ffffff;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 15px;
  height: 100%;
  margin: 20px auto 0px;
  padding: 11px 17.6px;
}

.tribe-events-pro-week-mobile-events__day {
  position: relative;
}

.lbm-disable.lbm-boton,
.lbm-disable.lbm-boton:hover {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  ;
}

.lbm-disable.lbm-boton:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.lbm-disable.lbm-boton:after {
  content: url('/wp-content/plugins/lbm-addons-bb/imgs/candado.png');
  width: 15px;
  height: 15px;
  position: absolute;
  top: -12px;
  right: 20px;
  opacity: 1;
}

.lbm-2023-button-claro.lbm-disable.lbm-boton:after {
  content: url('/wp-content/plugins/lbm-addons-bb/imgs/candado2.png');
  width: 15px;
  height: 15px;
  position: absolute;
  top: -12px;
  right: 20px;
  opacity: 1;
}

.custom-overlay {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  /* Esquinas redondeadas */
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  /* Opacidad inicial del overlay */
  transition: background-color 0.3s ease;
  /* TransiciÃ³n para el cambio de opacidad */
}

.overlay-expand-10 {
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}

.custom-overlay:hover {
  background-color: rgba(0, 0, 0, 0.7);
  /* Opacidad cuando se pasa por encima */
}

/* Overlay a pantalla completa */
.full-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Cuadro de mensaje */
.message-box {
  background-color: #fdfaf3;
  border-radius: 5px;
  width: 600px;
  max-width: 90%;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  /* Sombra opcional para destacar el cuadro */
  text-align: center;
}

.message-box p {
  font-size: 16px;
  color: #262626;
  margin-bottom: 25px;
  /* SeparaciÃ³n entre el mensaje y el botÃ³n */
}

.message-box a.lbm-2023-button {
  display: inline-block;
}

.button-wrapper {
  margin-bottom: 30px;
  /* Espacio entre el botÃ³n y el enlace de cerrar */
}

.message-box a.close-link {
  color: #262626;
  text-decoration: underline;
  cursor: pointer;
}

/* Efecto de vibraciÃ³n */
@keyframes vibrate {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-1px, 1px);
  }

  50% {
    transform: translate(1px, -1px);
  }

  75% {
    transform: translate(-1px, -1px);
  }

  100% {
    transform: translate(1px, 1px);
  }
}

.custom-overlay.vibrate img {
  animation: vibrate 0.2s 5;
  /* La animaciÃ³n se ejecuta una sola vez */
}

.lbm-2023-button.lbm-disable.vibrate:after {
  animation: vibrate 0.2s 5;
  /* La animaciÃ³n se ejecuta una sola vez */
}

@media only screen and (max-width: 991px) {}

.lbm-regalo-input {
  margin-bottom: 15px;
}

.lbm-regalo-input label {
  text-transform: uppercase;
  font-size: 15px;
}

.lbm-regalo-input input {
  border: 2px solid #fff;
  padding: 12px 20px;
  font-size: 17px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #bdcacd;
  outline: none;
  max-width: 100%;
}

.lbm-regalo-input input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  /* Firefox */
  text-transform: uppercase;
  font-size: 15px;
}

.lbm-regalo-input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  /* Firefox */
  text-transform: uppercase;
  font-size: 15px;
}

.lbm-regalo-input.lbm-alert {
  display: none;
}

.lbm-regalo-input.lbm-alert div {
  font-size: 0.9em;
  background-color: #FCC;
  color: #A00;
  /*border: 1px solid #A00;*/
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
}

.lbm-regalo-input.lbm-alert a {
  text-decoration: underline;
  color: var(--primary);
  font-weight: bold;
}

.oxy-carousel-builder_icon {
  padding: 0px !important;
}

/* JCN precio de la ficha producto 2023-11-30 */
.bb_shop_item:hover bdi {
  color: #000 !important;
}

/* JCN quitar borde de :focus de botón de Facet*/
.wpgb-button:focus {
  outline: none !important;
}

.wpgb-facet>fieldset:last-child {
  margin-bottom: 0px !important;
}



/* JCN estilo de las ventajas de las tarifas 2023-12-07*/
.bb_tarifas_ventajas {
  font-family: 'ppneuemachina-inktrap';
}

.bb_tarifas_ventajas ul li {
  margin-bottom: 1em;
  padding-left: 1em;
}

.bb_tarifas_ventajas ul li::marker {
  font-size: 1.5em;
  content: "\25A0 ";
}

/* JCN Tabla de tarifas 2023-12-07 */
.lbm-table-row {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
}

.lbm-tarifas-table {
  width: 100%;
  font-family: 'ppneuemachina-inktrap';
  border-collapse: collapse;
}

/* CABECERA TARIFAS */

.lbm-col-vacia {
  width: 40%;
}

.lbm-tarifas-nombre {
  background-color: #A6B7BB;
  color: #fffaf1;
  text-transform: uppercase;
  font-size: 2.2rem;
  vertical-align: top;
}

.lbm-col-tarifa {
  text-align: center;
  cursor: pointer;
  word-break: break-word;
}

.lbm-unidades {
  font-size: 4rem;
}

.lbm-unidades {
  display: inline-block;
  padding-top: 1rem;
}

.lbm-tarifas-cabecera tr:nth-child(3) td {
  font-size: 1.8rem;
}

.lbm-tarifas-cabecera tr:nth-child(4) td {
  font-size: 1.2rem;
  padding-bottom: 2rem;
}


.lbm-tarifas-nombre th {
  padding: 1.2rem 0;
  font-weight: 300;
}

.lbm-tarifas-aviso {
  background-color: #FC947B;
  color: #fffaf1;
  border-top: 1px solid #000;
}

.lbm-mensaje-general {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 300;
  padding: 1.2rem 0;
}

/* DATOS TARIFAS */

.lbm-tarifas-datos tr {
  border-top: 1px solid #000;
}

.lbm-tarifas-datos tr:last-child {
  border-top: none;
}

.lbm-tarifas-datos td {
  padding: 20px 0;
}

.lbm-nombre-caracteristica {
  width: 40%;
  padding-left: 3em;
}

.lbm-tarifas-incluido {
  line-height: 2.2rem;
}

.lbm-tarifas-incluido::after {
  content: "\2713 ";
  vertical-align: baseline;
  font-size: 2.2rem;
  font-weight: bold;
}

.lbm-tarifas-boton {
  border-radius: 10px;
  font-size: 2rem;
  line-height: 5rem;
  display: inline-block;
  width: 80%;
  background-color: #fc947b;
  font-weight: 300;
  outline: none;
  margin: 0;
  border: none;
  box-shadow: none;
  color: white;
  cursor: pointer;
}

.lbm-tarifas-boton:hover {
  background-color: var(--secondary);
}


/* JCN Modificación al hacer clic en las tarifas 2023-12-07 */
.lbm-tarifa-destacada {
  background-color: #a6b7bb;
  color: #fff;
}

@media (max-width: 768px) {
  .lbm-col-vacia {
    display: none !important;
  }

  .lbm-nombre-caracteristica {
    width: 100%;
    display: block !important;
    text-align: center;
    padding-left: 0px;
  }

  .lbm-tarifas-nombre {
    font-size: inherit;
  }

  .lbm-col-tarifa {
    cursor: auto;
  }

  .lbm-tarifas-boton{
    line-height: normal;
  }

  .lbm-unidades{
    font-size: 3.5rem;
  }

}

/* JCN FIN Tabla de tarifas 2023-12-07 */

/* JCN 2024-01-09 Tabla de precios en fichas */

.fichas-precios-contenedor {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.ficha-precio {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 100%;
}

.ficha-precio ul{
  margin-top: 20px;
  margin-bottom: 20px;
}

.ficha-precio-boton {
  font-weight: 500;
  background-color: #fd957b;
  border: 1px solid #fd957b;
  color: #fffaf1;
}

.ficha-precio .ct-link-button{
  background-color: #fd957b;
  border: 1px solid #fd957b;
  color: #fffaf1;
}

.ficha-precio .oxy-pricing-box .oxy-pricing-box-sale-price{
  margin-bottom: 0px;
}

.ficha-precio .oxy-pricing-box-amount-main{
  margin-bottom: 20px;
}


/* Arreglo price woocommerce */

.price bdi, .woocommerce .price del .woocommerce-Price-amount, .woocommerce .price del {
  font-size: inherit!important;
}


/* JCN 2024-02-02 Por error en Chrome no carga la medida adecuada del logo*/
.bb_header_logo-img{
  width: 192px;
  height: 22px;
}


/* Checkout Allianz */

body.lbm-checkout-allianz,
body.lbm-checkout-allianz h2,
body.lbm-checkout-allianz h3,
body.lbm-checkout-allianz #-woo-checkout-8-10638 #order_review_heading,
body.lbm-checkout-allianz #-woo-checkout-8-10638 table.shop_table,
body.lbm-checkout-allianz #-woo-checkout-8-10638 div#customer_details,
body.lbm-checkout-allianz #-woo-checkout-8-10638 .woocommerce-info,
body.lbm-checkout-allianz #-woo-checkout-8-10638 form.checkout_coupon,
body.lbm-checkout-allianz #-woo-checkout-8-10638 section.addresses,
body.lbm-checkout-allianz #-woo-checkout-8-10638 ul.order_details
body.lbm-checkout-allianz #-woo-checkout-8-10638 .woocommerce-billing-fields h3{
  background-color: #fafafa;
  font-family: 'AllianzNeo' !important;
  color: var(--dark-blue) !important;
}

body.lbm-checkout-allianz #-woo-checkout-8-10638 label{
  color: var(--dark-blue) !important;
}
body.lbm-checkout-allianz #wc-stripe-cc-form label{
  color: #fff !important;
}

body.lbm-checkout-allianz #-woo-checkout-8-10638 .woocommerce-billing-fields h3,  #-woo-checkout-8-10638 .woocommerce-checkout h3{
  font-family: 'AllianzNeo' !important;
}

body.lbm-checkout-allianz #-woo-checkout-8-10638 form.checkout_coupon,
body.lbm-checkout-allianz #-woo-checkout-8-10638 div#customer_details,
body.lbm-checkout-allianz #-woo-checkout-8-10638 table.shop_table,
body.lbm-checkout-allianz #-woo-checkout-8-10638 table.shop_table thead tr{
  border: 1px solid var(--dark-blue) !important;
}

body.lbm-checkout-allianz #-woo-checkout-8-10638 .woocommerce-checkout #payment div.payment_box,
body.lbm-checkout-allianz #order_review #payment #place_order{
  background-color: var(--dark-blue) !important;
}

body.lbm-checkout-allianz #order_review #payment #place_order:hover{
  background-color: var(--light-blue) !important;
  color: var(--dark-blue) !important;
}

body.lbm-checkout-allianz .oxy-woo-checkout .woocommerce button.button {
  background-color: var(--dark-blue) !important;
  color: #fff !important;
}
body.lbm-checkout-allianz .oxy-woo-checkout .woocommerce button.button:hover {
  background-color: var(--light-blue) !important;
  color: var(--dark-blue) !important;
}

body.lbm-checkout-allianz #-woo-checkout-8-10638 #payment div.payment_box::before,
body.lbm-checkout-allianz #-woo-checkout-8-10638 .woocommerce-cart #payment div.payment_box::before,
body.lbm-checkout-allianz #-woo-checkout-8-10638 .woocommerce-checkout #payment div.payment_box::before{
  border: 1em solid var(--dark-blue) !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

body.lbm-checkout-allianz #-woo-checkout-8-10638 .woocommerce-form-coupon-toggle {
	display: none;
}
body.lbm-checkout-allianz #-woo-checkout-8-10638 form.checkout_coupon {
	display: block !important;
}

body.lbm-checkout-allianz .bb_shop_text{
  margin-bottom: 0px;
}

body.lbm-checkout-allianz #-woo-checkout-8-10638 span.woocommerce-terms-and-conditions-checkbox-text{
  color: var(--dark-blue) !important;
}

body.lbm-checkout-allianz .woocommerce-terms-and-conditions-checkbox-text::before,
body.lbm-checkout-allianz #-woo-checkout-8-10638 ul.order_details {
  border: 1px solid var(--dark-blue) !important;
  background-color: #fff !important;
}

body.lbm-checkout-allianz #section-2-10638 > .ct-section-inner-wrap {
  padding-top: 20px;
}

body.lbm-checkout-allianz .compras-footer,
body.lbm-checkout-allianz .compras-footer a{
  color: var(--dark-blue);
}

body.lbm-checkout-allianz #section-2-10638 .woocommerce-message{
  margin-top: 2em;
  border: 1px solid var(--dark-blue) !important;
}

/* FIN Checkout Allianz */

/* Productos relacionados */

#-woo-cart-3-10637 .cross-sells ul.products[class*="columns-"] li.product{
  width: 50%;
}

#-woo-cart-3-10637 .cross-sells ul li{
  background-color: #fffaf1;
  border-right: 1px solid #d3ced2;
}

#-woo-cart-3-10637 .cross-sells h2 {
  font-family: 'ppneuemachina-plain';
  font-size: 18px;
  text-align: left;
  color: #fffaf1;

  font-weight: 300;
}

#-woo-cart-3-10637 .cross-sells a h2 {
  font-size: 18px;
  text-align: center;
  color: #334c5e;
  text-wrap: balance;
}

#-woo-cart-3-10637 .cross-sells ul.products {
  margin: 22px 0px 0px 0px;
}

#-woo-cart-3-10637 .cross-sells .price{
  text-align: center;
}

#-woo-cart-3-10637 .cross-sells .price bdi{
  color: #334c5e;
}

#-woo-cart-3-10637 .cross-sells ul.products li.product a img{
  height: 287px;
  object-fit: cover;
}

/* FIN Productos relacionados */
