html,
body {
  overflow-x: hidden;
}

.header-part.active {
  position: -webkit-sticky;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 3;
  background: var(--white);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  z-index: 999;
}

.suggest-card:hover::before {
  background: rgba(243, 110, 39, 0.69) !important;
}

.header-part {
  background: #000000 !important;

}

.header-logo img {
  width: auto;
  height: 68px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-cart span {

  color: white;
}

.header-content {
  padding: 5px 0px;
}

.header-top {
  padding: 4px 0px;
}

a {
  color: #df040c !important;
}


a:hover {
  color: #f36e27 !important;
}

a.header-widget span {
  color: white !important;
}


a.header-widget i {
  color: black;
}

.countdown-part {
  color: white;
  background: #000000 !important;
  border-top: 8px solid #df040c;
  border-bottom: 8px solid #df040c;
}

.countdown-content h3 {
  color: #fffb04;
  -webkit-text-stroke: 2px #f36e27;
  text-shadow: 0 0 2px #f36e27;
  /* horizontal-offset vertical-offset 'blur' colour */
  -moz-text-shadow: 0 0 2px #f36e2700;
}

/* width and color */
.label-text.order {
  background: #000000;
  color: #ffe708;
  -webkit-text-stroke: 0.2px #f36e27;
  text-shadow: 0 0 0.2px #f36e27;
  border-radius: 4px;

}

.label-text.order span {
  color: #df040c;
}

table.fruti,
table.fruti td,
table.fruti tr {
  color: white !important;
  border: none !important;
}

div.info h6 {
  color: white !important;
}



.btn-whatsapp-pulse {
  z-index: 8;
  background: #25d366;
  color: white !important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}



@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 20px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.backtop {
  right: 108px !important;
  left: 12px !important;
}

a.catFruti {
  display: block;
}

ul.mobile li {
  padding: 10px 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: none;
}


.single-banner {
  background: black;
  background-size: auto !important;
  padding: 108px;
}

.single-banner::before {
  background: transparent !important;
}

a.product-image {
  display: block;
  margin: 0 auto;
  width: auto;
}

h6.product-price {
  height: 58px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;

}

.product-image img {
  width: auto;
  height: 200px;
  display: block;
  margin: 0 auto;
}

form.woocommerce-ordering {
  display: block;
  width: 100%;
  height: 44px;
  margin: 10px auto 30px auto;
}

.header-widget span {
  text-align: center;
}

.header-widget span {

  margin-left: 4px;
}

a.btn:hover {
  color: white !important;
}

body>section.inner-section.blog-details-part>div>div>div>article>a>img {
  border-radius: 20px 20px 0 0;
}

div.blog-card .blog-content {
  padding: 0px !important;
}

.blog-img img {
  width: 100%;
  display: block;
  height: auto;
}

.blog-img {

  height: auto;
  width: 100%;
}

.contact-card p a:hover {
  color: white !important;
}

.single-banner {
  position: relative;
  overflow: hidden;
  background: #000;
  /* Color de fondo por si el video no carga */
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card:hover .product-add,
.product-add:hover {
  color: #fff !important;
}

.product-price {
  margin: 0;
}

div.price {
  color: black;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}

.woocommerce-result-count {
  display: block !important;
  text-align: center !important;
  clear: both !important;
  float: none !important;
}

.woocommerce-ordering select {
  vertical-align: top;
  width: 100%;
  height: 32px;
  border: 1px solid #000;
}

.woocommerce-ordering select:hover {
  border: 1px solid #f36e27 !important;
}

.blog-details-title,
div.term-description {
  display: none;
}

.inner-section {
  margin-bottom: 18px;
}

.woocommerce img,
.woocommerce-page img {
  height: auto !important;
  /* max-width: 100%; */
  height: revert-layer !important;
  width: auto !important;
  height: 248px !important;
  margin: 0 auto !important;
  display: block !important;
}

.suggest-part {
  padding: 20px 0;
}

a.suggest-card img {
  height: auto !important;

}

#tab-description>h2 {
  display: none;
}

div.section-heading>h2 {
  padding: 40px 0 0 0;
}

div.woocommerce-product-gallery {
  background: white;
  border-radius: 10px;
}

div.woocommerce-product-gallery__image a {
  display: block;
}

div.woocommerce-product-gallery__image a img {
  margin: 0 auto;
  display: block;
}

a.woocommerce-product-gallery__trigger {
  display: none;
}

div.productDetailRate {
  align-items: initial !important;
  justify-content: flex-start !important;
  padding: 5px 0;
}

.gallery-container {
  margin: 2rem 0;
}

.flex-control-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.flex-control-nav li {
  flex: 0 0 auto;
  border: 3px solid transparent;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.flex-control-nav li:hover {
  border-color: #f36e27;
  transform: translateY(-5px);
}

.flex-control-nav img {
  border-radius: 8px;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.flex-control-nav li:hover img {
  transform: scale(1.05);
}

.flex-active {
  border-color: #f36e27 !important;
  position: relative;
}

.flex-active::after {
  content: '✓';
  position: absolute;
  top: -12px;
  right: -12px;
  background: #4a6fa5;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.code-example {
  background-color: #2d3748;
  color: #e2e8f0;
  padding: 1.5rem;
  border-radius: 10px;
  margin-top: 2rem;
  overflow-x: auto;
  font-family: 'Consolas', monospace;
}

.code-example h3 {
  color: #a0aec0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.comment {
  color: #a0aec0;
}

.selector {
  color: #81e6d9;
}

.property {
  color: #feb2b2;
}

.value {
  color: #faf089;
}

footer {
  text-align: center;
  margin-top: 2rem;
  color: #718096;
  font-size: 0.9rem;
}


/* Estilos generales formulario de producto */
div.details-add-group form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}

div.details-add-group form.cart .quantity {
  display: flex;
  align-items: center;
}

div.details-add-group form.cart .quantity label {
  display: none;
  /* Ocultamos el label ya que es para screen readers */
}

div.details-add-group form.cart .qty {
  width: 90px !important;
  height: 45px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
}

div.details-add-group form.cart .qty:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f36e27;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #f1600640;
}

div.details-add-group form.cart .product-add {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 45px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  background: var(--border) !important;
  color: #f36e27 !important;
  border-radius: 6px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  min-width: 200px;
}

div.details-add-group form.cart .product-add:hover {
  background-color: #f36e27 !important;
  border-color: #f36e27 !important;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

div.details-add-group form.cart .product-add:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

div.details-add-group form.cart .product-add i {
  font-size: 18px;
}

/* Responsive */
@media (max-width: 576px) {
  div.details-add-group form.cart {
    flex-direction: column;
    align-items: stretch;
  }

  div.details-add-group form.cart .quantity {
    justify-content: center;
  }

  div.details-add-group form.cart .qty {
    width: 100% !important;
  }

  div.details-add-group form.cart .product-add {
    min-width: auto;
  }
}

/* Versiones alternativas de colores */
div.details-add-group form.cart .product-add.success {
  background-color: #28a745;
  border-color: #28a745;
}

div.details-add-group form.cart .product-add.success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

div.details-add-group form.cart .product-add.danger {
  background-color: #dc3545;
  border-color: #dc3545;
}

div.details-add-group form.cart .product-add.danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.details-add-group {
  margin: 5px 0;
}


.details-content {
  padding: 24px;
}

.navbar-item {
  margin-right: 18px;
}

.text-primary {
  color: #df040c !important;
}

.footer-links ul li a {
  padding: 5px;
}

.footer-links ul li {
  margin: 0;
}

h2.PriceNum {
  background: white;
  padding: 10px;
  font-size: 26px;
  border-radius: 8px 8px 0 0;
}

h1.page-title {
  display: none;
}

.page-item.active .page-link {
  background-color: #f36e27;
  border-color: #f36e27;
}

a.page-link:hover {
  color: white !important;
}

.footer-contact li {
  justify-content: center !important;
}

.fa-arrow-up:before {
  color: white;
}

.backtop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  width: 48px;
  height: 48px;
  font-size: 15px;
  color: var(--white);
  line-height: 48px;
  text-align: center;
  display: none;
  border-radius: 50%;
  background: var(--primary);
  -webkit-box-shadow: 0px 0px 15px 3px rgba(223, 4, 12, 0.4);
  box-shadow: 0px 0px 15px 3px rgb(223 4 12 / 40%);
  -webkit-animation: mahmud 2s infinite;
  animation: mahmud 2s infinite;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.details-list-group:last-child {
  margin-bottom: 0px;
  margin-top: 20px;
}

.details-tag-list li a:hover {
  color: white !important;
}

.woocommerce-product-gallery__image--placeholder img {
  display: block;
  height: 434px;
  margin: 0 auto;
}

.details-list-title {
  font-size: 14px;
  margin-right: 3px;

}

h6.product-name a,
div.product-categories a {
  color: white !important;
  font-size: 11px;
  letter-spacing: 1px;
  background: #000000;
  border-radius: 20px;
  width: max-content;
  margin: 8px auto;
  padding: 0px 12px;
  /* position: absolute; */
}


h6.product-name a:hover,
div.product-categories a:hover {
  background: #df040c;
}

/* Contenedor principal del nombre del producto */
td.product-name {
  position: relative;
  padding: 15px 10px;
}

/* Estilo para el nombre del producto */
td.product-name a {
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

td.product-name a:hover {
  color: #e74c3c;
}

/* Categoría principal - estilo destacado */
small.product-category {
  display: inline-block;
  background: #3498db;
  color: white !important;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px !important;
  font-weight: 700 !important;
  margin: 5px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Contenedor de categorías */
.product-categories {
  background: #f8f9fa;
  border-left: 4px solid #f36e27;
  padding: 8px 12px;
  margin: 10px 0;
  border-radius: 0 4px 4px 0;
}

.product-categories strong {
  color: #f36e27;
  font-size: 12px;
}

/* Contenedor de características/etiquetas */
.product-tags {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 8px 12px;
  margin: 10px 0;
  border-radius: 0 4px 4px 0;
  border: 1px solid #ffeaa7;
}

.product-tags strong {
  color: #856404;
  font-size: 12px;
}

/* Estilos para los textos dentro de las cajas */
.product-categories,
.product-tags {
  font-size: 13px;
  line-height: 1.4;
  color: #555;
}

/* Diferenciación por iconos */
.product-categories::before {
  content: "📦";
  margin-right: 5px;
}

.product-tags::before {
  margin-right: 5px;
}

/* Separación visual entre elementos */
.product-categories+.product-tags {
  margin-top: 8px;
}

/* Centrado vertical para todas las celdas de precio */
td.product-price {
  vertical-align: middle !important;
  text-align: center;
}

/* Asegurar que el contenido del precio esté centrado */
td.product-price .woocommerce-Price-amount {
  display: inline;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 60px;
  /* Altura mínima para mejor visualización */
}

/* Alternativa más específica */
td.product-price {
  vertical-align: middle;
  height: 100px;
  /* O la altura de tu fila */
  display: table-cell;
}

/* Para todas las celdas de la tabla */
.cart .woocommerce-cart-form__contents td {
  vertical-align: middle;
}

/* Específico para precio con mejor presentación */
td.product-price {
  vertical-align: middle;
  padding: 15px 10px;
}

td.product-price .woocommerce-Price-amount {
  font-size: 13px;
  font-weight: 500;
}

td.product-price>span>bdi {
  font-size: 18px;
}

td.product-subtotal>span {
  font-weight: bolder;
}

#coupon_code {
  width: auto !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link),
section.inner-section.shop-part.index div.wc-proceed-to-checkout a {
  width: 100%;
  text-align: center;
  font-size: 22px;
  border-radius: 20px;
  background: var(--border);
  color: #f36e27 !important;
  border: 2px solid #f36e27;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover,
section.inner-section.shop-part.index div.wc-proceed-to-checkout a:hover {
  color: white !important;
  background: #f36e27;
}

/* Contenedor del total del carrito */
.cart_totals,
.wp-block-woocommerce-checkout-order-summary-block {
  position: sticky;
  /* Hace que sea sticky */
  top: 20px;
  /* Separación desde arriba */
  background: #ffffff;
  /* Fondo blanco */
  padding: 20px;
  border-radius: 12px;
  /* Bordes redondeados */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  /* Sombra suave */
  max-width: 350px;
  /* Ancho máximo */
  margin-left: auto;
  /* Empuja a la derecha */
  margin-bottom: 20px;
  z-index: 10;
}

/* Título */
.cart_totals h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: left;
  margin-bottom: 15px;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-weight: bold !important;
  font-size: 18px;
}

/* Tabla subtotal y total */
.cart_totals .shop_table {
  width: 100%;
  border-collapse: collapse;
}

.cart_totals .shop_table th,
.cart_totals .shop_table td {
  font-size: 1rem;
  padding: 8px 0;
  color: #555555;
}

.cart_totals .shop_table th {
  text-align: left;
  font-weight: 600;
}

.cart_totals .shop_table td {
  text-align: right;
}

/* Total en negrita */
.cart_totals .order-total td strong {
  font-size: 1.3rem;
  color: #000;
}

/* Botón finalizar compra */
.cart_totals .wc-proceed-to-checkout {
  margin-top: 20px;
  text-align: center;
}

.cart_totals .checkout-button {
  display: inline-block;
  background-color: #ff5a00;
  color: #fff !important;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 100%;
}

.cart_totals .checkout-button:hover {
  background-color: #e65000;
}

.return-to-shop {
  text-align: center;
}

.woocommerce table.cart img {
  display: block;
  object-fit: cover;

}

.footer-social li a:hover,
.footer-copytext a:hover {
  color: white !important;
}

.dropdown-position-list {
  width: 233px !important;
}

div.col-lg-6.producto>div>div.product-categories>a {
  font-size: 13px !important;
}

.wc-block-components-product-badge.wc-block-components-sale-badge {
  background: #000;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  margin-left: 10px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1.2;
}

.wc-block-components-formatted-money-amount {
  font-weight: bold;
  margin-left: 2px;
}

/* Para alinear verticalmente con el precio */
.product-price .woocommerce-Price-amount {
  display: inline-block;
  vertical-align: middle;
}

nav.woocommerce-MyAccount-navigation>ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4%;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

nav.woocommerce-MyAccount-navigation>ul>li {
  list-style: none;
  margin: 0 5px;
}

nav.woocommerce-MyAccount-navigation>ul>li>a {
  display: inline-block;
  padding: 12px 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

nav.woocommerce-MyAccount-navigation>ul>li>a:hover {
  background: #000;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 123, 186, 0.3);
}

nav.woocommerce-MyAccount-navigation>ul>li.is-active>a {
  background: #000;
  color: white;
  border-color: #000;
}

div#customer_login h2 {
  text-align: center;
  background: #000;
  color: #df040c;
  text-shadow: 1px 0 #fef80d, -1px 0 #fef80d, 0 1px #fef80d, 0 -1px #fef80d,
    1px 1px #fef80d, -1px -1px #fef80d, 1px -1px #fef80d, -1px 1px #fef80d;
  border-radius: 10px;
  padding: 10px;
  letter-spacing: 4px;
  font-size: 28px;

}

aside .nav-header {
  background: black !important;
}

.cart-total-2 {
  display: inline;
  color: var(--primary);
  /* padding-left: 20px; */
  background: black;
  border-radius: 10px;
  padding: 2px 10px;
  margin-left: 4px;
  font-size: 12px;
}

.mensaje-envio-gratis {
  font-size: 14px;
  color: #838383;
  text-align: center;
  width: 100%;
  margin: -4px auto;
  background: #e8e8e8;
  border-radius: 5px 5px 0 0;
  padding: 4px;
}

.mensaje-envio-gratis::before {
  content: "🚚";
  margin-right: 2px;
  vertical-align: middle;
}

div.piezas-duplicado {
  font-size: 12px;
  font-weight: bold;
  padding-left: 22px;
  color: #ff3338;
  margin-top: -10px;
}

dd.variation-Preferencias {
  font-size: 13px !important;
  line-height: 13px !important;
}

dt.variation-Preferencias {
  font-size: 13px !important;
}

.pagination {
  flex-wrap: wrap;
}

.navbar-link,
.header-widget span,
.intro-content h5,
.category-title {
  text-transform: initial;
}

hr.separate {
  margin: 4px;
  color: var(--primary);
  border-top: 1px dashed red;
}

.table-container {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.table-header {
  background-color: #ff6622;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  border-radius: 8px 8px 0 0;
  font-size: 1.5rem;
}

.table {
  margin-bottom: 0;
}

.table thead th {
  background-color: #ff6622;
  color: white;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 2px solid white;
  padding: 12px;
}

.table tbody td {
  text-align: center;
  vertical-align: middle;
  border: 2px solid #ff6622;
  padding: 15px;
  font-weight: 600;
}

.dia-column {
  background-color: #fff3f0;
  color: #ff6622;
}

.zona-column {
  background-color: #fff3f0;
  color: #ff6622;
}

.delegacion-column {
  color: #ff6622;
}

.details-name {

  text-transform: uppercase;
}

@media (max-width: 768px) {
  .table-header {
    font-size: 1.2rem;
  }

  .table {
    font-size: 0.85rem;
  }

  .table thead th,
  .table tbody td {
    padding: 8px;
  }
}

@media (max-width: 768px) {
  .flex-control-nav {
    gap: 10px;
  }

  .flex-control-nav li {
    flex: 0 0 calc(33.333% - 10px);
  }

  .woocommerce-product-gallery__image--placeholder img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
  }

  .mensaje-envio-gratis {
    font-size: 12px;
    color: #838383;
    text-align: center;
    width: 94%;
    margin: -4px auto;
    background: #e8e8e8;
    border-radius: 5px 5px 0 0;
    padding: 4px;
  }

  .single-banner {
    background: black;
    background-size: auto !important;
    padding: 48px;
  }
}

@media (max-width: 480px) {
  .flex-control-nav li {
    flex: 0 0 calc(50% - 10px);
  }

  h1 {
    font-size: 1.8rem;
  }

  .single-banner h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}