@import url("./fonts.css");

@import url("./typography.css");

@import url("./buttons.css");

@import url("./cards.css");

@import url("./forms.css");

@import url("./pagination.css");

@import url("./tables.css");

@import url("./components.css");

@import url("./flags.css");

@import url("./product.css");

@import url("./cart.css");

@import url("./quickview.css");

@import url("./cms.css");

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
  padding: 0;
}

.w-0 {
  width: 0% !important;
}
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}

.fs-07 {
  font-size: 0.7rem;
}
.m-05 {
  margin: 0.5rem;
}
.ml-05 {
  margin-left: 0.5rem;
}
.mr-05 {
  margin-right: 0.5rem;
}
.mt-05 {
  margin-top: 0.5rem;
}
.mb-05 {
  margin-bottom: 0.5rem;
}
#index section{margin: 0 0 25px;}

#contact-link {
  color: #2d2d2d;
}

b,
strong {
  font-weight: 600;
}

a {
  font-weight: 600;
  text-decoration: none;
}
.price {
  font-weight: bold;
  font-family: "Manrope", sans-serif;
}
h2.title {
  font-size: 1.5em;
  font-family: "Yanone Kaffeesatz";
  font-weight: 400;
}

.material-symbols-outlined.spin {
  animation: spin 1s linear infinite;
  display: inline-block;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.page-restricted {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.page-restricted img {
  width: 100%;
  filter: grayscale(1);
}
#cta-terms-and-conditions-footer-0 {
  font-size: 0.7rem;
  font-family: Roboto;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease;
}

.brands-sort .select-title,
.products-sort-order .select-title,
.suppliers-sort .select-title {
  display: inline-block;
  width: 100%;
  color: #232323;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}

/* Estilos de Precio */
.product-price-and-shipping .regular-price {
  font-family: "Kanit";
  font-size: 1rem;
  color: #7f8c8d;
  text-decoration: line-through;
  margin-right: 1px;
  padding-right: 5px;
  border-right: 1px solid #24b9d7;
  font-weight: 300;
}
.product-price-and-shipping .price {
  color: #1a1a1a;
  font-size: 1.25rem;
}
.product-price-and-shipping .discount-percentage,
.product-price-and-shipping .discount-amount {
  color: #00a650;
  font-weight: 400;
  font-size: 0.8rem;
}

/* Estilos generales (enfoque mobile-first) */
.category .dropdown-item,
.txt-white {
  color: #fff;
}

.head,
legend {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #f9f9f9;
  color: #31302f;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  padding: 5px 20px;
  border: 4px solid #ff8533;
  border-radius: 6px;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
legend.mp-subtitle-standard-checkout {
  margin-bottom: 0 !important;
}
legend .material-icons {
  font-size: 24px;
}

.login a.highlight,
a.highlight:hover span,
.top-menu li:hover a[data-depth="0"] {
  color: #ff8533 !important;
  text-shadow:
    1px 1px 0px #fff,
    -1px -1px 0px #fff,
    1px -1px 0px #fff,
    -1px 1px 0px #fff;
  font-weight: 900;
}
.js-top-menu.mobile .material-symbols-outlined {
  font-size: 30px;
}

form label {
  padding-top: 0rem;
  font-weight: 400;
  font-size: 0.9rem;
}

fieldset {
  margin: 20px 5px;
  border-radius: 0.375rem;
  background-color: #feeecf;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  padding: 1.5rem;
}

/* Estilos para compartir en redes sociales */
.social-sharing .facebook,
.social-sharing .twitter,
.social-sharing .pinterest {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.social-sharing .facebook {
  background-image: url(../css/04be689c12d686c59503.svg);
}

.social-sharing .facebook.icon-gray {
  background-image: url(../css/b252849e892c264f4f22.svg);
}

.social-sharing .facebook.icon-gray:hover,
.social-sharing .facebook::before {
  background-image: url(../css/fa3993a997a0b84e9900.svg);
}

.social-sharing .twitter {
  background-image: url(../css/f56d95737d55e2bdba95.svg);
}

.social-sharing .twitter.icon-gray {
  background-image: url(../css/740f1557cae714dc4b18.svg);
}

.social-sharing .twitter.icon-gray:hover,
.social-sharing .twitter::before {
  background-image: url(../css/0ba57b3ea460c3d7d0c4.svg);
}

.social-sharing .pinterest {
  background-image: url(../css/33e7446832ac7aa84b95.svg);
}

.social-sharing .pinterest.icon-gray {
  background-image: url(../css/91fc2885f1aa34fb73f6.svg);
}

.social-sharing .pinterest.icon-gray:hover,
.social-sharing .pinterest::before {
  background-image: url(../css/882e1291e47c7d9d5dd7.svg);
}

.featured-products .on-sale {
  display: none;
}

/* Estilos Generales */
body,
html {
  height: 100%;
  margin: 0;
}

body#module-blockwishlist-lists #carousel,
#accessories-products #carousel {
  display: none;
}

main {
  display: flex;
  flex-direction: column;
}

#wrapper {
  min-height: 65vh;
}

/* Estilos de Texto */
.parrafo {
  text-transform: lowercase;
}

.parrafo::first-letter {
  text-transform: capitalize;
}

#order-products tfoot tr td:first-child {
  background-color: rgba(0, 0, 0, 0.15);
  color: #383838;
  font-weight: 900;
  padding-right: 10px;
}

/* Colores y Fondos */
.dark {
  color: #000 !important;
}

.card-block {
  padding: 0.5rem;
}
body#cart .card.cart-container,
body#checkout .card {
  background-color: #fff;
}

/* Ocultar elementos innecesarios */
.hidden,
body#authentication .breadcrumb,
body#registration .breadcrumb,
body#my-account .breadcrumb,
body#module-blockwishlist-lists .breadcrumb,
body#view #carousel,
body#discount .breadcrumb,
body#order-slip .breadcrumb,
body#history .breadcrumb,
body#addresses .breadcrumb,
body#contact .breadcrumb,
body#index .carousel .carousel-indicators,
body#index .carousel .direction,
body#product .product-container span.discount {
  display: none;
}

/* Estilos para Métodos de Pago */
body#order-detail .method_payment {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
}

/* Estilos para el Formulario de Autenticación */
body#authentication .forgot-password {
  font-size: 1rem;
  text-align: center;
  border-top: 1px solid #fff;
  background-color: #2794b3;
  border-radius: 0 0 25px 25px;
}

body#authentication .forgot-password a:hover {
  text-decoration: underline;
}

/* Encabezado de Registro */
body#registration h1 {
  padding: 5px 20px;
  border-bottom: 2px solid #2794b3;
}

/* Estilos de Contraseña Olvidada */
body#password .forgotten-password {
  background-color: #fff;
  border: 2px solid #2794b3;
  border-radius: 5px;
  padding: 15px;
}

/* Estilos de Precio y Envío */
.product-price-and-shipping .divisor {
  border-right: 2px solid #2794b3;
  margin: 0 10px;
}

/* Alerta de Condiciones de Pago */
.js-alert-payment-conditions {
  display: flex;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding: 10px;
  border-left: 1px solid #87cefa;
  border-top: 1px solid #87cefa;
  border-right: 1px solid #87cefa;
}

/* Encabezados de Página */
body:not(#authentication) #content-wrapper .page-header h1 {
  border-bottom: 2px solid #87cefa;
  padding: 5px 20px;
}

#content-wrapper header h2 {
  text-align: center;
}

/* Bordes Comunes */
.border-bottom-black,
.border-bottom-white {
  margin-bottom: 0.375rem;
}

.border-right-white {
  border-right: 1px solid #fff;
}
.border-left {
  border-left: 1px solid #00000060;
}
.border-right {
  border-left: 1px solid #00000060;
}
.border-bottom-black {
  border-bottom: 1px solid #424242;
}

.border-bottom-white {
  border-bottom: 1px solid #fff;
}

.border-bottom-primary {
  border-bottom: 1px dashed #24b9d7;
  padding-bottom: 0.3rem;
  margin-bottom: 0.5rem;
}
.bbsp-1 {
  border-bottom: 2px solid #24b9d7;
}
.bts-1 {
  border-top: 1px solid #24b9d7;
  padding-top: 0.5rem;
}

.bs-2 {
  box-shadow: 0px 0px 2px #000000;
}

/* Estilos de Texto Comunes */

/* Estilos de Wrapper */
body:not(#index) #wrapper {
  padding: 2.5rem 0;
}

body#authentication #wrapper {
  padding: 0 0 2rem;
}

body:not(#index) #wrapper {
  background: #fffefe;
}

#order-return-infos .box p {
  padding: 0.5rem 0rem;
}
/* Estilos de Títulos */

h1.title {
  padding: 5px 10px;
  border-bottom: 2px solid #87cefa;
  margin-bottom: 20px;
  color: #000;
  font-family: "Sour Gummy";
  font-size: 2rem;
  letter-spacing: 0.2rem;
  font-weight: 300;
}

/* Estilos de Modal */
h4.modal-title span.text {
  font-family: Montserrat;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

h4.modal-title span.icon-ok,
h4.modal-title span.icon-sentiment_sad,
h4.modal-title span.icon-feedback {
  font-size: 35px;
  font-weight: 900;
}

h4.modal-title span.icon-ok {
  color: #30e75a;
}

h4.modal-title span.icon-sentiment_sad {
  color: #dc3545;
}

h4.modal-title span.icon-feedback {
  color: #ffec07;
}

/* Estilos de Diseño Flex */
.f-right {
  float: right;
}

textarea {
  font-size: 0.9rem;
  font-family: Arial;
  letter-spacing: 1px;
  padding: 10px;
}

input:focus,
textarea:focus {
  box-shadow: 1px 1px 3px #2794b3 !important;
  outline: none !important;
}

/* Clases Flex */
.d-flex {
  display: flex;
}

.f-column {
  flex-direction: column;
}

.f-wrap {
  flex-wrap: wrap;
}
.f-row {
  flex-direction: row;
}
.f-row-reverse {
  flex-direction: row-reverse;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-end {
  justify-content: flex-end;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

/* Márgenes y Espaciados */
.mt-3 {
  margin-top: 2.5rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.p-1 {
  padding: 0.5rem !important;
}

/* Alineación de Texto */
.txt-center {
  text-align: center !important;
}

.txt-start {
  text-align: start !important;
}

.txt-end {
  text-align: end !important;
}

/* Ocultar Elementos */
.hide {
  display: none !important;
}

/* Estilos de Pie de Página */
body:not(#index):not(#authentication):not(#registration):not(#contact):not(
    #order-confirmation
  )
  .page-footer {
  border-top: 1px solid #5bc0de;
}

/* Identidad del Usuario */
.identity {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 10px;
  line-height: 2rem;
}
.identity span {
  font-weight: 300;
}
.identity .name {
  text-transform: capitalize;
}

.identity .email {
  text-transform: lowercase;
}

/* Estilos de Radio */
.radio-inline {
  margin-right: 0.8rem;
}

.radio-inline .custom-radio {
  margin-right: 0.1rem;
}

/* Estilos de Vista Rápida */
.modal-body {
  padding: 2rem;
  background-color: #feeecfd6;
  /*background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.8)
    ),
    url(../../../../img/patterns/globos.webp);
  background-size: 100px;
  border-radius: 20px;*/
}

/* Espaciados de Contenido */
#wrapper .container-fluid,
.footer-container > .container-fluid {
  padding: 25px 100px 0;
}

body#index #wrapper .container-fluid {
  padding: 0px 100px 50px;
}
.footer-container > .container-fluid:first-child {
  padding: 0px 50px;
}

/* Estilos de Texto Suave */
.text-muted {
  letter-spacing: 1px;
  font-weight: 300;
  font-family: Roboto;
}

/*######################################*/
/*##########       INDEX        ########*/
/*######################################*/

/* Aquí puedes añadir estilos específicos para la página de índice */

/*######################################*/
/*##########    ORDER DETAIL    ########*/
/*######################################*/

body#order-detail .page-order-detail .box {
  padding: 1rem;
  margin-bottom: 1rem;
}

/*######################################*/
/*##########    ORDER RETURN    ########*/
/*######################################*/
body#order-return .tag {
  display: inline;
  padding: 0.5em;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  font-size: 0.8rem;
  font-weight: 100;
}

body#order-return .tag.state1 {
  background-color: #d84315;
}

body#order-return .tag.state2 {
  background-color: #4caf50;
}

body#order-return .tag.state3 {
  background-color: #2196f3;
}

body#order-return .tag.state4 {
  background-color: #bf358e;
}

body#order-return .tag.state5 {
  background-color: #108510;
}

body#order-return .remember {
  border: 2px solid #000;
  padding: 30px;
  border-radius: 10px;
  margin: 50px;
  background-color: #fff;
}

body#order-return .remember .card-title {
  border-bottom: 2px solid #87cefa;
  padding: 0 10px 5px;
}

/*######################################*/
/*############  MODALS  ################*/
/*######################################*/

.modal-header,
.modal-footer,
.cart-container .card-block {
  padding: 15px;
  background-color: #2794b3;
  color: #fff;
}

.modal-header h1,
.modal-header h5 {
  color: #fff;
  margin-bottom: 0;
}

.modal-header .close,
.modal-header .close span {
  font-size: 3rem !important;
  line-height: inherit;
  color: #fff;
}

.wishlist-login,
.wishlist-login .wishlist-modal .modal-footer {
  text-align: center;
}

.wishlist-login .wishlist-modal .modal-footer .btn {
  margin: 0.5rem;
}

/* Default Design */
body#order-confirmation #order_confirmation_table .product-info span {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
}

body#order-confirmation #order_confirmation_table .total-price {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

/*######################################*/
/*############  COLORS  ################*/
/*######################################*/

.footer-container .h3,
.footer-container .h4,
.footer-container li a,
#contact-infos,
.top-menu a[data-depth="0"] {
  color: #fff !important;
}

/*######################################*/
/*############  FORMS  ###############*/
/*######################################*/

form .form-control-label {
  text-transform: uppercase;
  padding: 0.1rem 0;
  font-size: 0.9rem;
  color: #31302f;
  font-family: Roboto;
  font-weight: 600;
}

.form-control {
  display: block;
  width: 100%;
  line-height: 1.25 !important;
  margin: 0 0 0.3rem;
  padding: 0.5rem 1rem;
  color: #7a7a7a;
  background: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.2rem;
}
.select2-container .select2-selection--single {
  height: auto !important;
  padding: 0.07rem !important;
  border-radius: 0.2rem !important;
}
.form-control,
.select2-selection__placeholder {
  font-size: 0.8rem;
  font-family: "Manrope";
}
.form-control:focus {
  color: #232323;
  background-color: #fff;
  outline: 0.1rem solid #24b9d7;
}

/* User Info and Logout */
#_desktop_user_info,
.user-info,
a.logout .content {
  display: flex;
  align-items: center;
  justify-content: end;
}

#_desktop_user_info span,
.user-info span {
  color: #fff;
}

#header .header-nav .material-icons {
  line-height: normal;
}

#header .header-nav .user-info {
  margin-top: 0;
}

.user-info a span {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

a.account span {
  font-size: 2.5rem;
}

a.account span:hover {
  color: #00ff4a !important;
}

a.account span:active {
  text-shadow: 0px 0px 5px #000;
}

a.logout .btn-primary {
  padding: 5px 10px;
  font-weight: 300;
  font-size: 13px !important;
}

a.logout .btn-primary span {
  border-right: 1px solid #fff;
  padding-right: 5px;
  margin-right: 10px;
}

/* Cart Links */
#wrapper .btn-primary i {
  border-left: 1px solid #fff;
  margin-left: 10px;
  padding-left: 10px;
}

.cart-grid-body a.label:hover {
  background-color: #9ed670;
  color: #fff;
}

.cart-grid-body a.label i {
  border-right: 1px solid #fff;
  margin-right: 10px;
  padding-right: 35px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

/*######################################*/
/*############  HEADER  ################*/
/*######################################*/

#header .header-nav {
  padding: 0.5rem 0;
}

#footer,
#content-hook_order_confirmation,
body#checkout #footer {
  background-color: #2794b3;
}
#content-hook_order_confirmation .icon {
  font-size: 38px;
}
#content-hook_order_confirmation span strong {
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz";
  font-size: 2rem;
}
#content-hook_order_confirmation p.info {
  margin: 0.2rem 0.5rem;
  font-size: 0.9rem;
  color: #f1f1f1;
  letter-spacing: 1px;
  line-height: 1.2rem;
}
#content-hook_order_confirmation p.info span {
  font-size: 1.3rem;
  font-family: "Roboto";
  font-weight: 600;
  padding: 0rem 0.5rem;
  color: #87cefa;
}

#header .header-nav .cart-preview.active {
  background-color: #ffd100;
}

#header .header-nav-full {
  background-color: #87cefa;
}

#header .header-top div.row {
  background-color: #ff8533d1;
}

body#index .header-top #_desktop_logo img,
body#cart .header-top #_desktop_logo img {
  max-width: 100%;
  height: auto;
}

/* Estilo para el menú principal */
.top-menu a[data-depth="0"] {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: uppercase;
  padding: 0 1rem;
  border-left: 1px solid #fff;
}

/* Submenú */
.top-menu .sub-menu,
.top-menu .sub-menu.collapse {
  border: 1px solid #ffc097;
  margin-top: 10px;
}

/* Carousel */
.carousel,
.carousel .carousel-inner {
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

.carousel-control {
  left: 5px;
}

.carousel-control.right {
  right: 5px;
}

/*######################################*/
/*############  WRAPPER  ###############*/
/*######################################*/

/* Secciones de checkout */
body#checkout section#invoice,
body#checkout section#delivery {
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #87cefa;
}

body#checkout section h2.h4 {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
}

/* Direcciones */
.page-addresses .address {
  border: 2px solid #2794b3;
  border-radius: 10px;
  padding: 10px 20px;
}

.page-addresses .address .address-body h4 {
  text-align: center;
  border-bottom: 1px solid #787878;
}

.page-addresses .address .address-body address {
  padding: 0 5px;
  line-height: 1.5rem;
}

.page-addresses .address .address-footer {
  border-top: 1px dashed #87cefa;
  padding: 0.5rem 0 0;
}

/* Breadcrumb */
#wrapper .breadcrumb {
  padding: 0 15px 2px;
  margin: 30px;
  text-transform: uppercase;
}

/* Contenido principal */
#main .page-content h6 {
  margin: 0;
  background-color: #2794b3;
  color: #fff;
  padding: 20px;
  font-size: 1rem;
  font-family: Arial;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Menú de orden de productos */
body#view .products-sort-order .dropdown-menu,
body#category .products-sort-order .dropdown-menu {
  margin: 0 5px;
  border: 2px dashed #87cefa;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
}

body#category .products-sort-order .dropdown-menu {
  width: 19rem;
}

body#view .products-sort-order .dropdown-menu {
  width: 13rem;
}

/* Categorías */
.block-category {
  background-color: #ff006c;
  padding: 10px;
}

.block-category .block-category-inner #category-description p:first-child {
  margin-bottom: 0;
  color: #fff;
}

#category-description {
  margin: auto;
}

.block-categories {
  background-color: #87cefa;
}

.block-categories .root-category,
#search_filters > .h6,
#search_filters_brands > .h6,
#search_filters_suppliers > .h6 {
  padding: 10px;
  text-align: center;
  border: 1px dashed #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}

.block-categories .root-category a,
#search_filters > .h6,
#search_filters_brands > .h6,
#search_filters_suppliers > .h6 {
  font-family: "Lilita One";
}

.block-categories a,
#search_filters .facet .facet-title {
  color: #fff;
}

.block-categories .category-sub-menu li[data-depth="0"] > a,
.block-categories .category-sub-menu a,
#search_filters .facet .facet-title {
  font-family: "Yanone Kaffeesatz";
  font-size: 1.5rem;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
  display: inline-block;
  width: 100%;
  padding-bottom: 0.1875rem;
  margin: 0.3rem 0 0.5rem;
  border-bottom: 1px dashed #fff;
}

.block-categories .category-sub-menu li[data-depth="1"] a {
  font-size: 1.5rem;
  line-height: 2rem;
}

#search_filters .facet .facet-title {
  line-height: 1em;
  letter-spacing: 0.1rem;
  border-bottom: 1px dashed #fff;
  padding: 3px 7px;
}

.block-categories #category-description p {
  font-weight: 400;
  text-align: start;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-top: 10px;
  font-family: "Roboto";
}

.category-additional-description p {
  color: #fff;
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.2rem;
  margin-bottom: 0;
  padding: 10px 20px;
}

/* Filtros activos */
.active_filters {
  padding: 0.5rem 2rem;
  margin-bottom: 1.5rem;
  background-color: #ff006c;
  color: #fff;
  font-family: Roboto;
  font-size: 2rem;
  font-weight: 300;
}

.active_filters .filter-block {
  background-color: #87cefa;
  border-radius: 5px;
  border: 1px dashed #fff;
  display: inline-block;
  padding: 0.625rem;
  margin-right: 1rem;
  font-size: 0.8125rem;
  color: #232323;
}

.active_filters .active-filter-title {
  margin-right: 1rem;
  font-weight: 600;
  font-size: 1.5rem;
}

.active_filters .filter-block .close {
  margin-left: 0.7rem;
  font-size: 1.1rem;
  color: #232323;
  opacity: 1;
}

/* Iconos de colapso en categorías */
.block-categories .collapse-icons {
  color: #fff;
}

/* Submenú de categorías */
.block-categories .category-sub-menu a:hover,
.block-categories .category-sub-menu .collapse-icons .add:hover,
.block-categories .category-sub-menu .collapse-icons .remove:hover {
  color: #705555;
}

.block-categories .category-sub-menu {
  margin-top: 0;
  margin-bottom: 1rem;
}

.block-categories .category-sub-menu li[data-depth="1"] {
  margin-bottom: 0.2rem;
  padding-left: 10px;
}

/* Estilo de búsqueda */
#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem;
  background-color: #87cefa;
}

#search_filters .custom-checkbox input[type="checkbox"] + span {
  border: 1px #fff solid;
  border-radius: 5px;
  width: 1rem;
  height: 1rem;
}

.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  margin: 0.1rem;
  font-size: 0.85rem;
  color: #232323;
  font-weight: bold;
}

#search_filters .ui-widget-header {
  background-color: #fff;
}

#search_filters .ui-slider .ui-slider-handle {
  background-color: #ff006c;
}

/* Títulos de secciones de productos */
.products-section-title {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #eef5ff;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  padding: 10px 24px;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.products-section-title .material-symbols-outlined {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #1d4ed8, #3b82f6);

  color: #fff;
  border-radius: 50%;

  font-size: 25px;
  flex-shrink: 0;

  text-shadow: none;
}
.products-section-title h2 {
  margin: 0;
  padding: 0 20px 0 5px;
  color: #0f172a;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: none;
  line-height: 1.2;
}
.section-heading hr {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff7a00, #3b82f6);
  border-radius: 10px;
  transform: translateY(0%);
  margin: 0;
}
.section-heading p {
  padding: 5px 0 0;
  color: #64748b;
  font-size: 11px;
  font-weight: 500;
}



/* Producto miniatura */
.product-miniature
  .thumbnail-container:focus
  .highlighted-informations.no-variants,
.product-miniature
  .thumbnail-container:hover
  .highlighted-informations.no-variants {
  top: calc(100% - 2rem);
}

.product-miniature .highlighted-informations {
  position: absolute;
  top: 100%;
  z-index: 2;
  height: auto;
  padding: 0.1rem 10px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 0px 10px;
  background-color: #2794b3;
  z-index: 3;
}

.product-miniature .highlighted-informations .material-icons {
  font-size: 20px;
}

/* Estado deshabilitado */
.deshabilitado {
  pointer-events: none;
  opacity: 1.8;
  position: relative;
  filter: grayscale(0);
}

.deshabilitado::before {
  content: "X";
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 2.5rem;
  font-weight: 800;
  color: #ff0000;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.6rem;
}

/* Selección de productos */
.products-selection {
  padding: 10px 5px;
  background-color: #87cefa;
  color: #fff;
}

.products-selection p {
  color: #383838;
  margin: 0;
  font-size: 1rem;
}

/* Página no encontrada */
.page-not-found {
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 0 5px #000;
  padding: 2rem;
  margin: 0 auto;
  overflow: auto;
  font-size: 0.875rem;
}
.page-not-found span.icon {
  font-size: 3rem;
  margin: 10px;
}
.page-not-found h4 {
  color: #2c2c2c;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0.5rem 0 1rem;
  font-size: 1rem;
  text-align: center;
}

/* Tabs del producto */
#product .tabs .tab-pane {
  padding: 1.25rem 1.25rem 0;
}

/* Colores de selección */
.input-color:checked + span,
.input-radio:checked + span {
  border: 2px solid #24b9d7;
}

.custom-checkbox input[type="checkbox"] + span.color,
.variant-links .color,
label .color {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin: 0.3125rem 0.5rem;
  cursor: pointer;
  background-size: contain;
  border-color: #24b9d7;
  border-radius: 0.6rem;
}

.modal-body .custom-checkbox input[type="checkbox"] + span.color,
.modal-body .variant-links .color,
.modal-body label .color {
  width: 4rem;
  height: 4rem;
  margin: 0.3rem;
}

/* Etiquetas de envío */
.tax-shipping-delivery-label .delivery {
  color: #1e90ff;
}

/*######################################*/
/*############  FOOTER  ################*/
/*######################################*/

/* Estilo general del footer */

#footer .footer-info {
  background-color: #fff;
  padding: 0.3rem 0rem;
}

#footer .footer-info a {
  font-size: 0.8rem;
  color: #383838;
}

#footer .footer-info p {
  color: #3c3c3c50;
  font-size: 0.7rem;
}

/* Títulos en el footer */
#footer .h3,
#footer .h4 {
  font-family: "Lilita One", sans-serif;
  font-weight: 200 !important;
  font-style: normal;
  font-size: 1.2rem !important;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

/* Diseño de la primera fila en el footer */
#footer .container-fluid .row:first-child {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

#footer .footer-container > .container-fluid div.row:first-child {
  margin: 30px auto;
}

/* Estilos de párrafos en el footer */
#footer .container-fluid p.h3,
#footer .container-fluid p.h4 {
  border-bottom: 1px dashed #ffd100;
}

/* Estilos de texto para información de contacto y enlaces */
#contact-infos,
#footer li,
.footer-container li a,
.dropdown-item,
.ui-menu-item .product {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

#contact-infos,
#footer li,
.footer-container li a,
.dropdown-item {
  color: #fff;
}

.ui-menu-item .product {
  color: #3d3d3d;
}

.ui-menu-item .price {
  font-size: 0.9rem;
  padding-top: 0;
  font-weight: 600 !important;
  margin: 0;
}

/* Estilo de enlaces en el área de cuenta y contacto */
#block_myaccount_infos .myaccount-title a,
.block-contact .block-contact-title,
.product-miniature .highlighted-informations *,
.product-miniature .highlighted-informations .quick-view,
#_desktop_cart,
#_desktop_contact_link {
  color: #fff;
}

/* Estilo de fondo del wrapper */
main {
  background-color: #87cefa1f;
  background-size: 100px;
}

/* Estilo de miniaturas de productos */

/* Estilo de la tabla en historial */
body#history table tbody {
  background-color: #fff;
}

/*######################################*/
/*############  PRODUCT  ###############*/
/*######################################*/

/* Estilos generales */
.h5 {
  font-size: 2rem;
  color: #fff;
}

/* Modal de comentarios de productos */
.product-comment-modal .modal-dialog .product-cover img {
  height: 93px;
}

#comment_title,
#comment_content {
  border: 1px solid #24b9d7;
}

/* Etiquetas de acciones y disponibilidad del producto */
body#product .product-actions .control-label {
  font-family: Lato;
}

/* Variantes de productos */
.product-variants-item ul {
  margin-top: 1rem;
}

/* Estilos de máscara de vista rápida */
div.js-qv-mask {
  border: 1px solid #87cefa;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 20px !important;
}

/* Imágenes de productos */
ul.product-images {
  margin: 0;
}

.product-images > li img {
  border: #24b9d7 3px dashed;
  border-radius: 15px;
  margin: 10px auto;
}

/* Información del producto */
.product-information {
  margin: 5px 15px;
}

/* Encabezado de productos destacados */
.featured-products > h2:first-of-type {
  background-color: #87cefa;
  color: #ff6600;
  padding: 5px 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 8px #00000050;
  border: 3px dashed white;
  text-shadow:
    1px 1px 0px #fff,
    -1px -1px 0px #fff,
    1px -1px 0px #fff,
    -1px 1px 0px #fff;
  font-size: 1.75rem;
  font-weight: 100;
  font-family: "Lilita One";
  letter-spacing: 1px;
}

/* Ajustes para input de spin */
.bootstrap-touchspin input {
  text-align: center;
}

/*######################################*/
/*############  MODULES  ###############*/
/*######################################*/

/* Compartición en redes sociales */
.social-sharing {
  margin-top: 0;
}

.social-sharing li {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  /* Centrar la imagen */
  background-size: 1.3rem 1.3rem;
  border-radius: 50%;
}

/* Vista rápida */
.quickview .arrows {
  right: 4.5rem;
}

.quickview .arrows .arrow-up,
.quickview .arrows .arrow-down {
  background-color: #ff6600;
  color: #fff;
  border-radius: 30px;
  display: none;
}

.quickview .arrows .arrow-up {
  margin-top: -1.2rem;
}

.quickview .arrows .arrow-down {
  bottom: -3rem;
  left: 0;
}

/* Descripción corta del producto en el modal */
.modal-body #product-description-short p {
  color: #333;
}

span.product {
  text-transform: uppercase;
}

/*######################################*/
/*############       FORMS        ######*/
/*######################################*/

/* Enlaces de formulario */
#login-form a,
.no-account a {
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 300;
  color: #fff;
}

/* Estilos para el encabezado de autenticación */
#authentication h1 {
  font-family: "Lilita One";
  font-size: 1.7rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

/* Estilos para la sección "Mi cuenta" */
.page-my-account #content .links {
  justify-content: space-between;
}

.page-my-account #content .links .link-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0px;
}

.page-my-account #content .links a {
  background-color: #2794b3;
  margin: 10px;
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 5px #000;
}

.page-my-account #content .links a:hover {
  background-color: #ff8533;
}

.page-my-account #content .links .link-item span {
  font-size: 3rem;
  color: #00ff08;
}

.page-my-account #content .links .link-item p {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  padding: 2px 10px;
  font-family: "Sour Gummy";
}

/*################################################*/
/*#####      PROCESO DE COMPRAS CARRITO     ######*/
/*################################################*/

/* Títulos y textos principales */

body#checkout section h1 .step-title,
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit span,
.add-address a {
  color: #fff !important;
}

.done {
  color: #00ff4a !important;
  margin: 0;
}

/* Estilos de los pasos en el proceso de compra */
body#checkout section.checkout-step .forgot-password a,
body#checkout section.checkout-step .form-control-label,
body#checkout section.checkout-step .form-control-comment {
  color: #2794b3;
}

body#checkout section h1.steps {
  background-color: #2794b3;
  padding: 10px;
  border-top: 1px dashed #2794b3;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

body#checkout section h1 .step-title {
  font-family: "Lilita One";
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  font-weight: 100;
  margin: 0 10px;
}

/* Estilos del encabezado y opciones de entrega */
body#checkout #header .header-nav .logo {
  max-height: 2.5rem;
}

body#checkout section.checkout-step .delivery-options > .row {
  border-style: none;
}

.cart-grid-right .card.cart-summary,
body#checkout .cart-grid-body,
body#checkout .delivery-options .delivery-option {
  border-width: 1px;
  border-color: #87cefa;
}

body#checkout section.checkout-step .delivery-option-2 {
  display: flex;
  align-items: center;
}

.cart-grid-right .card.cart-summary,
body#checkout .cart-grid-body,
body#checkout .delivery-options .option-checked {
  border-style: solid !important;
}

body#checkout .delivery-options .delivery-option:hover {
  border-style: dashed !important;
}

.card-block.checkout {
  padding: 1rem 0.5rem;
}

body#checkout section.checkout-step {
  padding: 0;
}

body#checkout .cart-grid-body .nav-item .nav-link {
  font-size: 1.3rem;
  font-weight: 200;
}

body#checkout section.checkout-step .form-footer {
  padding-bottom: 20px;
}

/* Estilos para comentarios y requisitos de contraseña */

body#checkout section.checkout-step .forgot-password {
  margin: auto;
  text-align: center;
  padding: 10px 0px 20px;
}

/* Estilos para las direcciones */
body#checkout section.checkout-step .address {
  margin-left: 1.563rem;
  font-weight: 300;
  font-family: "Roboto";
  letter-spacing: 1px;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-transform: capitalize;
}

#field-alias {
  text-align: center;
}

#field-firstname,
#field-lastname {
  text-transform: capitalize;
}

/* Modal para el pago con transferencia bancaria */
#bankwire-modal .container {
  border: 1px solid #707070;
  padding: 20px 20px 10px;
  border-radius: 5px;
}

#order-summary-content .card {
  border: 1px dashed #2794b3;
  border-radius: 10px;
}

/* Estilos para la tabla de confirmación de pedido */
#order-items #order_confirmation_table tbody tr:first-child {
  border: none;
}

#order-items #order_confirmation_table tbody tr {
  border-top: 1px dashed #2794b3;
}

#order-confirmation #content {
  background-color: transparent;
}

#order_confirmation_table,
#order-details,
#content-hook_payment_return .container {
  background-color: #fff;
  color: #000;
}

/* Estilos para el total del pedido */
#order-items table tr.total-value,
#order-items table tr.total-value span {
  color: #fff;
}

#order-items table tr.total-value {
  background-color: #ff006c;
}
#order-items table tr.total-value td {
  font-size: 1.5rem;
}

/* Estilos para detalles y retorno de pago */
#order-details,
#content-hook_payment_return {
  padding: 0;
  margin: 2rem 0rem;
  border: 1px solid #87cefa;
}

#order-details > .card-title {
  padding: 1rem;
  background-color: #2794b3;
  color: #fff;
}

#content-hook_payment_return {
  color: #fff;
  border-radius: 16px;
  text-align: center;
  max-width: 850px;
  margin: 2rem auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#order-details ul {
  margin: 1.25rem;
}

/* Estilos para página no encontrada */
body#pagenotfound .page-header h1 {
  border-bottom: 2px solid #2794b3;
  padding: 5px 10px;
}

body#pagenotfound .page-content.page-not-found {
  background-color: #ff006c;
  padding: 30px 50px 50px;
  border: none;
}

body#pagenotfound .page-content.page-not-found p,
body#pagenotfound .page-content.page-not-found h4 {
  color: #fff;
}

.payment-options .additional-information a {
  cursor: pointer;
}

/*################################################*/
/*#####               MODULOS               ######*/
/*################################################*/

/* Estilos para el encabezado del wishlist */
.wishlist-container-header {
  border-bottom: 2px solid #2794b3;
  padding: 10px 20px;
}

/* Estilos para la lista de deseos */
.wishlist-chooselist .wishlist-list {
  padding-left: 45px;
  list-style: circle;
}

.wishlist-list .wishlist-list-item p {
  padding: 0 !important;
}

.wishlist-add-to .modal-footer {
  text-align: end !important;
}

/* Estilos para los elementos de la lista de deseos */
.wishlist-list-item-link:hover p,
.wishlist-list-item:hover p {
  text-decoration: underline;
  background-color: transparent !important;
}

.wishlist-list-item .dropdown-menu {
  right: 3.5rem !important;
}

.wishlist-list-item-right .dropdown-menu {
  border: 2px solid #2794b3 !important;
}

.wishlist-list-item-right .dropdown-menu > button:first-child {
  border-bottom: 1px dashed #2794b3;
  margin: 0px 5px;
}

/* Disponibilidad del producto */
.wishlist-product-availability {
  color: #ff0000;
  background: white;
  border: 2px solid red;
  border-radius: 5px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}

.wishlist-product-availability i {
  display: none;
}

/* Precio del producto en la lista de deseos */
.wishlist-product-price {
  color: #02a22a !important;
  font-weight: 700 !important;
  font-family: "Manrope" !important;
  font-size: 1.3rem !important;
}

/* Encabezado del contenedor de productos en la lista de deseos */
.wishlist-products-container-header {
  padding: 10px 25px;
  background-color: #87cefa;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.wishlist-products-container-header h1 {
  margin: 0;
}

/* Enlaces de búsqueda en wishlist */
.js-wishlist-search-link span {
  color: #fff;
  text-transform: uppercase;
}

.js-wishlist-search-link.back,
.js-wishlist-search-link.next {
  border: none;
  padding: 10px 30px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.js-wishlist-search-link.back,
.js-wishlist-search-link.next {
  background-color: #ff8533;
  /* Naranja intenso */
}

.js-wishlist-search-link.back:not(:disabled):hover,
.js-wishlist-search-link.next:not(:disabled):hover {
  background-color: #cc5200;
  /* Naranja terracota */
}

.js-wishlist-search-link.back:not(:disabled):active,
.js-wishlist-search-link.next:not(:disabled):active {
  background-color: #ff6600;
  /* Naranja vivo */
}

/* Iconos en enlaces de búsqueda */
.js-wishlist-search-link .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  text-align: center;
  transition: left 0.3s ease;
}

.js-wishlist-search-link.next .icon {
  right: 15px;
  /* Posición inicial del icono */
}

.js-wishlist-search-link.back .icon {
  left: 20px;
  /* Posición inicial del icono */
}

/* Estilos de enlaces generales */
a.js-wishlist-search-link {
  padding: 8px 10px;
  font-size: 1rem !important;
  color: #000 !important;
}

body#view
  a:not([href]):not([tabindex]):not(.js-wishlist-search-link.back):not(
    .js-wishlist-search-link.next
  ):hover {
  color: inherit;
  text-decoration: none;
  border: 1px dashed #2fb5d2;
  border-radius: 5px;
}

/* Estilos para slider de productos */
.faceted-slider li p {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 5px;
}

/* Estilos adicionales para productos */
.product-title {
  align-items: center;
}

.aditional-info {
  justify-content: flex-end;
}

.product-actions .product-add-to-cart .add {
  float: right;
}

footer#footer h4 {
  font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  border-bottom: 4px solid #87cefa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 20px 0;
  text-align: start;
}

body#product .social-sharing {
  justify-content: end;
  margin-right: 10px;
}

.products-selection .sort-by {
  padding-right: 0px;
  text-align: end;
}

.product-miniature .thumbnail-top {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #69c0f5;
}

.img-gray {
  filter: grayscale(100%);
}

.alias .form-group {
  padding: 0px;
  margin: 0px;
}

.cart-payment-step-refreshed-info {
  background: lightblue;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 5px #dfdfdf;
  color: #3c3c3c;
}

/* Estilo para el contador de tiempo */
.countdown {
  margin: auto;
  background-color: #3685ff;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 10;
  text-align: center;
  margin: 10px;
}

/* Estilo cuando el contador está cerca de finalizar (menos de 24 horas) */
.countdown.warning {
  background-color: #ff000099; /* Fondo oscuro semi-transparente */
}

/* Estilo para las unidades del contador */
.countdown span {
  display: inline-block;
  padding: 2px 5px;
  margin: 0 2px;
  font-size: 14px;
  background-color: #333;
  border-radius: 3px;
  color: #fff;
}

/*################################################*/
/*#####           RESPONSIVE DESIGN         ######*/
/*################################################*/

/* Para Teléfonos Móviles Pequeños en Vista Vertical u Horizontal - BOOSTRAP xs */
@media screen and (max-width: 360px) {
}

/* Para Teléfonos Móviles en Vista Vertical u Horizontal  - BOOSTRAP xs*/
@media screen and (max-width: 575px) {
  .hidden-xs-text {
    display: none;
  }
  /* Identidad del Usuario */
  .identity span {
    font-size: 0.9rem;
  }

  h4.modal-title span.text {
    font-size: 0.6rem;
  }

  h4.modal-title span.text {
    font-size: 0.7rem;
  }

  #js-product-list-top,
  #js-product-list-header,
  .col-xs-hide {
    display: none;
  }

  .ui-menu-item .product {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  /*       CONTACT      */

  body#contact .contact-form .form-fields .d-flex {
    flex-direction: column;
  }
  body#contact .contact-form .form-fields .d-flex span {
    padding-top: 0.3rem;
  }

  /* Espaciado */
  #wrapper {
    padding-bottom: 30px;
  }

  #footer {
    font-size: 0.6rem;
  }

  body#index #wrapper .container-fluid {
    padding: 20px 20px 0;
  }

  /* Información del Producto */
  body#product .product-actions .control-label {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  /* Estilos de Carrito */
  #blockcart-modal .modal-body .info-product {
    border-bottom: 1px solid #24b9d7;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  /* Formateo de Etiquetas */
  body#index .product-flags .out_of_stock {
    font-size: 2rem;
    padding: 10px;
  }
  h4.modal-title span.text {
    font-size: 1rem;
  }

  /* Ocultación de elementos */
  body#authentication .header-top,
  body#checkout .hidden-md-up,
  .col-xs-hide {
    display: none !important;
  }

  /* Estilos del encabezado */

  /* Espaciado del contenedor */
  #wrapper .container-fluid {
    padding: 20px 30px;
  }

  body:not(#order-confirmation) #wrapper .container-fluid,
  #footer .container-fluid {
    padding: 20px;
  }

  /* Estilos del pie de página */
  #footer {
    font-size: 0.8rem;
  }

  h1.title {
    letter-spacing: 0.1rem;
    font-size: 1.5rem;
  }

  /* Estilos del Pie de Página */
  #footer .container-fluid {
    padding: 20px 15px 0;
  }

  #footer .container-fluid .row .col-xs-12 {
    margin: 10px auto;
  }

  /* Detalles del Producto */
  .product-details {
    background-color: #87cefa;
    padding: 30px 10px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  /* Formateo de Etiquetas */
  body#product #content .product-flags .out_of_stock {
    font-size: 3rem;
    padding: 15px;
  }

  .modal-add-cart {
    right: 55px;
    top: 60px;
  }

  .swiper-slide-shadow.swiper-slide-shadow-cards {
    box-shadow: none !important;
    background: transparent !important;
  }
  .swiper.swiper-cards {
    overflow: hidden !important;
    padding-left: 2.5rem;
  }

  .f-xs-column {
    flex-direction: column;
  }

  .product-price-and-shipping .regular-price,
  .product-price-and-shipping .discount-percentage,
  .product-price-and-shipping .discount-amount {
    font-size: 0.9rem;
  }
  .product-price-and-shipping .regular-price {
    margin-right: 3px;
  }
  .product-price-and-shipping .discount-percentage,
  .product-price-and-shipping .discount-amount {
    font-weight: 300;
  }

  #wrapper .breadcrumb {
    padding: 0 15px 2px;
    margin: 15px 0;
    font-size: 0.7rem;
  }

  #product .tabs .tab-pane {
    padding: 0.8rem;
  }
}

/* Para Vista Móvil en Orientación Horizontal - BOOSTRAP sm */
@media screen and (min-width: 576px) and (max-width: 768px) {
}

/* Para Vista de Tableta - BOOSTRAP md */
@media screen and (min-width: 768px) and (max-width: 991px) {
  p,
  label,
  span {
    font-weight: 400;
  }

  .h1 {
    font-size: 1.5rem;
  }

  /* Ajustes en el checkout */
  body#checkout #wrapper {
    min-height: 90vh;
  }

  .card .product-title {
    display: block;
  }

  /* Espaciado del contenedor */
  #wrapper .container-fluid {
    padding: 0 50px;
  }

  body#index #wrapper .container-fluid {
    padding: 25px 50px 0;
  }

  /* Estilos del pie de página */
  #footer .container-fluid {
    padding: 15px;
  }

  .product-details {
    padding: 30px 20px 10px;
  }

  /* Estilos de breadcrumbs */
  #wrapper .breadcrumb span {
    font-weight: 600;
  }

  #_desktop_contact_link {
    font-size: 0.8rem;
  }

  /* Estilos del menú */

  .top-menu a[data-depth="0"] {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    padding: 0.5rem 0.35rem;
  }

  /* Estilos del pie de página */
  .footer-container li {
    line-height: 1.92rem;
    margin-left: 0.5rem;
  }

  #contact-infos {
    line-height: 1.4rem;
    margin-left: 0.5rem;
  }

  /* Compartir en redes sociales */
  body#product .social-sharing {
    justify-content: center;
  }

  .modal .social-sharing ul {
    display: flex;
  }

  /* Estilos de radio */
  .radio-inline {
    font-weight: 600;
  }

  /* Estilo de cuenta */
  a.account span {
    font-size: 1.8rem;
    margin-top: 5px;
  }

  /* Tamaños de fuente para productos */
  body#new-products .product-miniature .regular-price,
  body#new-products .product-miniature .price,
  body#category .product-miniature .regular-price,
  body#category .product-miniature .price {
    font-size: 1.1rem;
  }

  /* Estilos de selección de productos */
  .products-selection .sort-by-row {
    flex-direction: column;
  }

  .products-selection .sort-by {
    text-align: start;
  }

  .products-selection p {
    text-align: end;
  }

  /* Posicionamiento de etiquetas de descuento */
  .quickview .modal-body .discount {
    top: 220px;
  }

  /* Estilos de botón de añadir al carrito */
  .modal-add-cart {
    right: 0px;
    top: 60px;
  }

  .form-group.d-flex {
    flex-direction: column;
  }

  .quickview .modal-body .discount {
    width: 285px;
  }

  /* Ajustes para Etiquetas de Descuento */
  body#category .product-miniature .product-flags li.product-flag.online-only,
  body#new-products
    .product-miniature
    .product-flags
    li.product-flag.online-only {
    font-size: 0.8rem;
  }

  /* Ajustes de Posicionamiento */
  body#product .product-container .current-price {
    flex-direction: column;
    align-items: normal;
  }

  /* Estilos de Carrito */
  #blockcart-modal .product-name {
    font-size: 1rem;
  }

  #blockcart-modal .attributes-content {
    border: 1px dashed #000;
    padding: 5px;
    border-radius: 5px;
    margin: 10px 0;
  }

  #blockcart-modal .cart-container-buttons {
    justify-content: space-between;
  }

  /* Otros Ajustes */
  body#cart .cart-overview span.head {
    font-size: 0.7rem;
  }

  body#cart .cart-overview .pu {
    padding: 0 0 0 10px;
  }

  body#cart .cart-overview .pt {
    padding: 0 0 0 25px;
  }
  .swiper.swiper-cards {
    overflow: hidden !important;
  }

  .active_filters .active-filter-title {
    font-size: 1.1rem;
  }
}

/* Para Notebooks (resoluciones típicas entre 1024px y 1366px) - BOOSTRAP lg */
@media screen and (min-width: 992px) and (max-width: 1399px) {
  #wrapper .container-fluid,
  .footer-container > .container-fluid {
    padding: 0px 65px;
  }
  #checkout #wrapper .container-fluid,
  .footer-container > .container-fluid {
    padding: 0px 150px 50px;
  }
  .product-miniature .highlighted-informations .quick-view .material-icons {
    font-size: 16px;
  }

  #header .top-logo img {
    max-height: 90px;
  }

  #footer {
    font-size: 0.9rem;
  }

  #contact-link {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    padding: 5px 15px 5px 0px;
    border-radius: 5px;
  }

  #contact-link img {
    font-size: 24px;
    margin-left: 10px;
    margin-right: 3px;
  }
  .swiper.swiper-cards {
    overflow: hidden !important;
  }
}

/* Para Monitores (mayores a 1400px) - BOOSTRAP xl */
@media screen and (min-width: 1400px) {
  body#index section:not(#wrapper) {
    margin: 25px 0px;
  }
  .swiper.swiper-cards {
    overflow: hidden !important;
  }
}
