@charset "UTF-8";
:root {
    --color-principal: #0B8FD7;
    --color-botones: #1e5e86;
    --color-texto-principal: #343434;
    --color-borde: #E0E0E0;
    --color-borde-input: #CDCDCD;
    --color-borde-input-focus: #1e5e86;
    --color-blanco: #ffffff;
    --color-fondo-input: #ffffff;
    --border-radius-boton: 0px;
    --border-radius-input: 10px;
    --box-shadow-input-focus: 0 0 0 0.2rem rgb(30,94,134,0.25);
}

/*for my-account-page*/
a, a:hover {
    color: var(--color-principal);
}

.input-group .input-group-btn > .btn[data-action=show-password] {
    background: var(--color-botones);
    border: none;
    border-radius: 0 var(--border-radius-input) var(--border-radius-input) 0;
    padding: 10px 20px;
    color: var(--color-blanco);
    font-weight: bold;
}

.input-group .input-group-btn > .btn[data-action=show-password]:hover {
    background: var(--color-botones);
    opacity: 0.9;
}

.input-group {
    position: relative;
    border-radius: var(--border-radius-input);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    outline: none !important;
}

.input-group:focus-within {
    outline: none !important;
}

.input-group .form-control {
    border-radius: var(--border-radius-input);
    padding-right: 120px;
    outline: none !important;
}

.input-group .form-control:focus {
    outline: none !important;
}

.input-group .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.btn-primary {
    background-color: var(--color-botones);
    border-radius: var(--border-radius-boton);
    color: var(--color-blanco) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary:focus,
.btn-primary:active:focus {
    outline: none;
}

.btn-primary:hover,
.btn-primary:active,
.custom-radio input[type=radio]:checked + span,
.btn-primary:focus,
.btn-primary:active:focus {
    background-color: var(--color-botones);
}

.form-control:focus {
    border-color: var(--color-borde-input-focus) !important;
    outline: none !important;
    box-shadow: var(--box-shadow-input-focus) !important;
}

/*for my-account-page*/
/*****************MY ACCOUNT PAGE***************/
.page-addresses .addresses-footer a span {
    margin-top: 0;
}

.page-my-account #content .links a {
    color: var(--color-texto-principal);
}

.page-my-account #content .links a:hover,
.page-my-account #content .links a:focus i,
.page-my-account #content .links a:focus {
    text-decoration: none !important;
}

.page-my-account #wrapper,
.page-customer-account #wrapper,
#module-blockwishlist-lists #wrapper,
#view #wrapper,
#addresses #wrapper {
    margin-top: 30px;
}

.page-my-account #content .links a:hover i,
#module-blockwishlist-lists .wishlist-list-item:hover .wishlist-list-item-title {
    color: var(--color-botones);
}

#module-blockwishlist-lists .wishlist-add-to-new:hover {
    opacity: 1;
}

.page-addresses .address {
    background: transparent;
    border: 1px solid var(--color-borde);
    border-radius: var(--border-radius-input);
    padding: 20px;
}

.page-addresses .address .address-body {
    min-height: 225px;
    padding: 0;
}

.page-addresses .address .address-footer {
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    border-top: 1px solid var(--color-borde);
}

.page-addresses .address .address-body address {
    margin-bottom: 0;
    min-height: unset;
}

/* Inputs personalizados para páginas específicas */
#identity .form-control,
#addresses .form-control,
#address .form-control {
    border: 1px solid var(--color-borde-input);
    border-radius: var(--border-radius-input);
    background-color: var(--color-fondo-input);
    padding: 10px 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#identity .form-control:focus,
#addresses .form-control:focus,
#address .form-control:focus {
    border-color: var(--color-borde-input-focus) !important;
    outline: none !important;
    box-shadow: var(--box-shadow-input-focus) !important;
}

/* Input-group específico para páginas de identidad y direcciones */
#identity .input-group,
#addresses .input-group,
#address .input-group {
    border: 1px solid var(--color-borde-input);
    background-color: var(--color-fondo-input);
    outline: none !important;
}

#identity .input-group .form-control,
#addresses .input-group .form-control,
#address .input-group .form-control {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent;
    outline: none !important;
}

#identity .input-group.focus,
#addresses .input-group.focus,
#address .input-group.focus {
    border-color: var(--color-borde-input-focus) !important;
    box-shadow: var(--box-shadow-input-focus) !important;
    outline: none !important;
}

#identity .input-group:focus-within,
#addresses .input-group:focus-within,
#address .input-group:focus-within {
    outline: none !important;
}

#identity .input-group .form-control:focus,
#addresses .input-group .form-control:focus,
#address .input-group .form-control:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Estilos para historial de pedidos */
#history td.text-sm-center.order-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#order-detail #wrapper {
    margin-top: 30px;
}

/***************END MY ACCOUNT PAGE*************/

/* ========================================
   HEADER SECTION
   ======================================== */
.header-login .stsb_header_label_item {
  display: none;
}
.stsb_header_label_item.stsb_customer_widget_icon{
	display:unset;
}
.header .language-selector {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.header .language-selector-item {
  text-transform: uppercase;
  color: rgb(31, 94, 134) !important;
  font-family: Nunito;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: left;
}
.header .language-selector-item.current {
  text-decoration: underline;
  font-weight: bold;
}

.header .header-search-sticky:hover {
  background: rgb(69, 192, 245) !important;
  cursor: pointer;
}
.header .header-search-sticky:hover svg path {
  fill: rgb(31, 94, 134);
}
.header .header-login:hover {
  background: #1f5e86 !important;
}
.header .header-login:hover svg path {
  fill: white;
}
.header .header-cart:hover {
  background: #1f5e86 !important;
}
.header .header-cart:hover svg path {
  fill: white;
}
.header.sticky {
  -webkit-box-shadow: 0px 3px 6px 3px #d1d1d1;
  box-shadow: 0px 3px 6px 3px #d1d1d1;
}
.header.sticky .header-buscador {
  display: none;
}
.header.sticky .header-buttons {
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 40px;
}
.header.sticky .header-buttons-container {
  justify-content: right;
  width: fit-content;
}
.header.sticky .header-language-selector {
  align-self: center;
}
.header.sticky .header-logo img {
  width: 122px;
}
.header.sticky .header-topbar {
  display: none;
}

@media (max-width: 992px) {
  .header.sticky .header-mid-container .e-con-inner {
    align-items: center !important;
  }
  .header.sticky .header-toogle-menu,
  .header.sticky .header-buttons {
    margin: 0px !important;
  }
  .header.sticky #header-search-sticky {
    display: flex;
  }
  .header.sticky #popup-buscador {
    display: none;
  }
}
@media (max-width: 769px) {
  .header.sticky .header-mid-container {
    height: 90px;
  }
}
.sticky-spacer {
  height: unset !important;
}

@media (min-width: 1201px) {
  .header.sticky .header-search-sticky.desktop {
    display: block;
  }
}
@media (max-width: 1200px) {
  .header.sticky .header-search-sticky.mobile {
    display: block;
  }
  .header.sticky .header-logo {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: fit-content;
  }
  .header.sticky .header-mid-container {
    justify-content: center;
    align-items: center;
  }
}
.header.sticky .header-buttons {
  width: fit-content;
  margin-left: auto !important;
}

.header-end-trigger {
  height: 1px;
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header.sticky {
  animation: deslizarAbajo 0.3s ease-out;
}

@keyframes deslizarAbajo {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ========================================
   SIDEMENU SECTION
   ======================================== */
[data-elementor-type=mobilebar] {
  width: 100%;
  max-width: 570px;
}

.sidemenu-login .stsb_header_label_item {
  display: none;
}
.sidemenu .sidemenu-login:hover {
  background: #1f5e86 !important;
}
.sidemenu .sidemenu-login:hover svg path {
  fill: white;
}
.sidemenu .sidemenu-cart:hover {
  background: #1f5e86 !important;
}
.sidemenu .sidemenu-cart:hover svg path {
  fill: white;
}
.sidemenu .language-selector {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.sidemenu .language-selector-item {
  text-transform: uppercase;
  color: rgb(31, 94, 134) !important;
  font-family: Nunito;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: left;
}
.sidemenu .language-selector-item.current {
  text-decoration: underline;
  font-weight: bold;
}

/* ========================================
   HOME SECTION
   ======================================== */
p {
  margin: 0px;
}

.stsb-swiper-button-prev {
  margin-left: -10px;
}

.stsb-swiper-button-prev:hover,
.stsb-swiper-button-next:hover {
  background: rgb(69, 192, 245) !important;
}

.stsb-swiper-button-next {
  margin-right: -10px;
}

/* ========================================
   FOOTER SECTION
   ======================================== */
.footer-social-icon {
  transition: 0.7s all ease;
}
.footer-social-icon:hover {
  cursor: pointer;
}
.footer .newsletter-container {
  background: rgb(255, 255, 255);
  opacity: 0.95;
}
.newsletter-container {
  background: rgb(255, 255, 255);
  opacity: 0.95;
}
.newsletter-form .stsb_newsletter_acceptance_text {
  text-align: left;
}

/* ========================================
   PRODUCT MINIATURES SECTION
   ======================================== */
.product-miniature-name {
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-miniature .product-imagen-container {
  overflow: hidden;
  transition: 1s ease all;
}
.product-miniature .product-imagen-container img {
  transition: 1s ease all;
}
.product-miniature:hover img {
  scale: 1.2;
}
.product-miniature:hover .product-imagen-container {
  -webkit-box-shadow: 0px 0px 17px 2px rgba(130, 130, 130, 0.5);
  box-shadow: 0px 0px 17px 2px rgba(130, 130, 130, 0.5);
}

/* ========================================
   PRODUCT SECTION
   ======================================== */
.product-breadcrumb::first-letter {
  text-transform: uppercase;
}
.product-category span::first-letter {
  text-transform: uppercase;
}
.product-name h1::first-letter {
  text-transform: uppercase;
}
.product-details * {
  background: none !important;
  color: #28282b;
  font-size: 18px;
  font-family: Nunito;
}
.product-outstock-alert .mailalert-form-inline {
  display: flex;
}
.product-outstock-alert .mailalert-form-inline input {
  border: none;
  background: rgba(112, 112, 112, 0.2);
  font-family: nunito;
  font-size: 18px;
  color: rgb(7, 38, 53);
}
.product-outstock-alert .mailalert-form-inline button {
  background: rgb(31, 94, 134);
  width: 100px;
}
.product-outstock-alert .mailalert-form-inline button svg {
  stroke: rgb(69, 192, 245);
}

/* ========================================
   CATEGORY SECTION
   ======================================== */
.category-listing-subcategories a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-facetedsearch {
  /* Título principal "FILTRAR POR" */
}
.category-facetedsearch #search_filters > p.h6,
.category-facetedsearch #search_filters > p.text-uppercase {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #2c3b5e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.category-facetedsearch {
  /* Títulos de secciones: Categorías, Disponibilidad, Precio, Marca */
}
.category-facetedsearch .facet-title,
.category-facetedsearch section.facet > p.h6 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2c3b5e;
  margin-bottom: 12px;
}
.category-facetedsearch {
  /* Opciones de filtro (texto de las opciones) */
}
.category-facetedsearch .facet-label,
.category-facetedsearch .facet-label a,
.category-facetedsearch .search-link {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #28282b;
  line-height: 1.6;
}
.category-facetedsearch {
  /* Asegurar que los enlaces hereden el estilo */
}
.category-facetedsearch a.search-link {
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.category-facetedsearch {
  /* Magnitud (números entre paréntesis) */
}
.category-facetedsearch .magnitude {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  margin-left: 4px;
}
.category-facetedsearch {
  /* Label del slider de precio */
}
.category-facetedsearch #facet_label_82634,
.category-facetedsearch .faceted-slider p {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #2c3b5e;
}
.category-facetedsearch {
  /* Hover en enlaces de filtros */
}
.category-facetedsearch .search-link:hover {
  color: #1f5e86;
  text-decoration: none;
}
.category-facetedsearch {
  /* Estado activo/checked */
}
.category-facetedsearch input[type=checkbox]:checked + span + a {
  color: #45c0f5;
  font-weight: 600;
}
.category-facetedsearch {
  /* Responsive - Títulos en móvil */
}
.category-facetedsearch .title p.facet-title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2c3b5e;
}
.category-facetedsearch .facet[data-type=price] li #slider-range_95009 {
  margin-top: 10px;
}

/*# sourceMappingURL=custom.css.map */
/***********************checkout************************/
/*colors*/
:root {
    --checkout-white: #ffffff;
    --checkout-black: #000000;
    --checkout-primary: #1f5e86;
    --checkout-text: #1E1E1E;
    --checkout-disabled: #757575;
    --checkout-border: #D9D9D9;
}

/* Variables de colores */
:root {
  --primary-color: #1f5e86;
  --primary-hover: #45C0F5;
  --success-color: #28a745;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #767676;
  --light-color: #f8f9fa;
  --dark-color: #343a40;
  --white: #ffffff;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --border-radius: 0.375rem;
  --border-radius-lg: 0.5rem;
  --box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --box-shadow-lg: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Estilos principales del formulario */
#password #main {
  max-width: 600px;
  margin: 2rem auto;
  padding: 0 1rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

#password .page-header {
  text-align: center;
  margin-bottom: 2rem;
}

#password .page-header h1 {
  color: var(--dark-color);
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--primary-color);
  display: inline-block;
}

/* Tarjeta del contenido */
#password .page-content.card {
  background: var(--white);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--box-shadow-lg);
  padding: 2.5rem;
  border: 1px solid var(--gray-200);
}

/* Formulario */
#password .forgotten-password {
  width: 100%;
}




/* Header del formulario */
#password .forgotten-password header {
  margin-bottom: 2rem;
}

#password .send-renew-password-link {
  color: var(--gray-700);
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  padding: 1rem;
  background-color: var(--gray-100);
  border-radius: var(--border-radius);
  border-left: 4px solid var(--info-color);
}

/* Campos del formulario */
#password .form-fields {
  margin-bottom: 2rem;
}

#password .form-group {
  margin-bottom: 1.5rem;
}

#password .center-email-fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#password .form-control-label {
  font-weight: 600;
  color: var(--gray-700);
  margin-bottom: 0.5rem;
  display: block;
    width:100% !important;
    height:auto;
    text-align:left;
    padding-left:0px;
}

#password .form-control-label.required::after {
  content: " *";
 
  color: var(--danger-color);
}

#password .email {
  width: 100%;
}

#password .form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 2px solid var(--gray-300);
  border-radius: var(--border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: var(--white);
}

#password .form-control:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#password .form-control:invalid {
  border-color: var(--danger-color);
}

#password .form-control:invalid:focus {
  border-color: var(--danger-color);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Botones */
#password .form-control-submit {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  text-transform: none;
}

#password .btn-primary {
  background-color: var(--primary-color);
  color: var(--white);
}

#password .btn-primary:hover {
  background-color: var(--primary-hover);
  transform: translateY(-1px);
  box-shadow: var(--box-shadow-lg);
}

#password .btn-primary:active {
  transform: translateY(0);
  box-shadow: var(--box-shadow);
}

#password .btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* Clases de visibilidad responsive */
#password .hidden-xs-down {
  display: block;
}

#password .hidden-sm-up {
  display: none;
}

/* Footer */
#password .page-footer {
  text-align: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--gray-200);
}

#password .account-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius);
  transition: all 0.15s ease-in-out;
}

#password .account-link:hover {
  background-color: var(--gray-100);
  text-decoration: none;
  color: var(--primary-hover);
}

#password .material-icons {
  font-size: 1.2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  #password #main {
    margin: 1rem auto;
    padding: 0 0.5rem;
  }
  
  #password .page-content.card {
    padding: 1.5rem;
  }
  
  #password .page-header h1 {
    font-size: 1.5rem;
  }
  
  #password .send-renew-password-link {
    font-size: 1rem;
    padding: 0.75rem;
  }
  
  #password .hidden-xs-down {
    display: none;
  }
  
  #password .hidden-sm-up {
    display: block;
  }
}

@media (max-width: 480px) {
  #password .page-header h1 {
    font-size: 1.25rem;
  }
  
  #password .page-content.card {
    padding: 1rem;
  }
  
  #password .send-renew-password-link {
    font-size: 0.9rem;
  }
}

/* Estados de carga */
#password .form-control-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

#password .form-control-submit.loading {
  position: relative;
  color: transparent;
}

#password .form-control-submit.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
  border: 2px solid transparent;
  border-top-color: var(--white);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*end colors^*/

/*general style ALSO NEEDED FOR CHECKOUT*/
.btn-primary:hover,
.btn-primary:active,
.custom-radio input[type=radio]:checked + span,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary {
    background-color: var(--checkout-primary);
}

input {
    border-radius: 8px;
    border: 1px solid var(--checkout-border) !important;
    font-size: 14px;
    line-height: 14px;
    color: var(--checkout-text);
    font-weight: 400;
}

.input-group.focus,
input:focus,
.form-control:focus {
    outline: 1px solid var(--checkout-primary);
    border: none !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}


/*end general style ALSO NEEDED FOR CHECKOUT*/
body#checkout .user-info p,
body#checkout section.checkout-step .delivery-options .delivery-option .carrier-selector .custom-radio,
body#checkout section.checkout-step .order-options .custom-checkbox > span,
body#checkout .container > .row,
body#checkout #hook-display-after-carrier {
    margin: 0;
}

body#checkout #content-wrapper,
body#checkout section.checkout-step .address-footer {
    padding: 0;
}

body#checkout .cart-grid-right #js-checkout-summary .main-container .top-content,
body#checkout .cart-grid-right .block-promo .cart-voucher,
body#checkout .stsb_checkout_wrapper .cart-grid-right #payment-confirmation {
    padding: 0 24px;
}

body#checkout .btn-primary.disabled:hover {
    color: var(--checkout-white);
}

body#checkout .btn-primary {
    text-transform: initial;
}

body#checkout #wrapper a, body#checkout a:hover {
    color: var(--checkout-primary);
}

body#checkout textarea:focus-visible {
    outline: none;
}

body#checkout textarea {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--checkout-text);
    padding: 13px;
}

body#checkout .step-title {
    gap: 16px;
}

body#checkout section.checkout-step {
    padding: 0 28px;
}

body#checkout .step-number {
    font-weight: 700;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit,
body#checkout section.checkout-step .edit-address {
    text-transform: initial;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: var(--checkout-text) !important;
    margin: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}


body#checkout .user-info .identity,
body#checkout .user-info .identity a {
    color: var(--checkout-text);
    font-size: 14px;
    line-height: 14px;
}

body#checkout .user-info .user-name {
    margin-bottom: 5px;
}

body#checkout .user-info .user-mail {
    font-size: 12px;
    line-height: 12px;
    color: var(--checkout-disabled);
}

body#checkout .user-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

body#checkout .js-address-form p {
    font-size: 14px;
    line-height: 14px;
    color: var(--checkout-text);
}

body#checkout .form-control {
    height: 40px;
}


body#checkout section.checkout-step .delivery-options .delivery-option {
    background: transparent;
}

body#checkout section.checkout-step .address-item {
    background: var(--checkout-white);
    margin: 0;
    flex: unset;
    width: calc(50% - 8px);
    padding: 16px;
}

body#checkout section.checkout-step .address-item.selected {
    border-width: 2px;
}

body#checkout #delivery-addresses {
    gap: 16px;
}

body#checkout section.checkout-step .address-alias {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: var(--checkout-text);
}

body#checkout .js-address-item .radio-block .custom-radio {
    display: none;
}

body#checkout section.checkout-step .address {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--checkout-text);
    margin: 0;
}

body#checkout section.checkout-step .radio-block {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
}

body#checkout .stsb_checkout_wrapper .cart-grid-body {
    width: 70%;
}

body#checkout .stsb_checkout_wrapper .cart-grid-right {
    width: 30%;
}

body#checkout #delivery label,
body#checkout #delivery span {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: var(--checkout-disabled);
}

body#checkout #delivery label {
    color: var(--checkout-text);
    margin-bottom: 4px;
}

body#checkout #delivery textarea,
body#checkout section.checkout-step .order-options #gift textarea {
    border-radius: 8px;
    border: 1px solid var(--checkout-border);
}

body#checkout section.checkout-step .carrier-name,
body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-price {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: var(--checkout-text);
}

body#checkout section.checkout-step .carrier-price {
    color: var(--checkout-primary);
}

body#checkout section.checkout-step .delivery-options .delivery-option {
    justify-content: initial;
    gap: 10px;
}

body#checkout section.checkout-step .delivery-options .delivery-option label {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    justify-content: space-between;
}

body#checkout section.checkout-step .delivery-options .delivery-option .carrier-time {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

body#checkout section.checkout-step .order-options {
    margin-bottom: 15px;
}

body#checkout section.checkout-step .order-options .custom-checkbox {
    align-items: center;
}

body#checkout section.checkout-step .order-options .custom-checkbox .js-gift-checkbox {
    position: relative;
    margin: 0;
}

body#checkout section.checkout-step .order-options .custom-checkbox label[for="input_gift"] {
    color: var(--checkout-text);
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 0 5px;
    padding: 0;
}

body#checkout section.checkout-step .order-options #gift {
    margin-top: 10px;
}

body#checkout section.checkout-step:last-of-type {
    border-bottom: 1px solid var(--checkout-border);
}


body#checkout .payment-options label span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--checkout-text);
}

body#checkout .js-terms {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: var(--checkout-text);
}

body#checkout .cart-grid-right .products-count span {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: var(--checkout-primary);
}

body#checkout .cart-grid-right .products-count {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    cursor: pointer;
}

body#checkout .cart-grid-right .products-count.open img {
    transform: rotate(180deg);
}

body#checkout #cart-summary-product-list img {
    width: auto;
}

body#checkout .cart-grid-right .products-container {
    display: none;
    margin-top: 20px;
}

body#checkout .cart-grid-right #cart-summary-product-list ul li {
    padding-bottom: 10px;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
    gap: 8px;
}

body#checkout .cart-grid-right .cart-summary-line {
    line-height: normal;
}

body#checkout .cart-grid-right #js-checkout-summary .main-container {
    border-bottom: 1px solid var(--checkout-border);
    padding-bottom: 16px;
    margin-bottom: 36px;
}

body#checkout .cart-grid-right .block-promo {
    border-bottom: 1px solid var(--checkout-border);
    padding-bottom: 24px;
    margin-bottom: 24px;
}

body#checkout .cart-grid-right .block-promo .promo-code-button,
body#checkout .form-control-label,
body#checkout .stsb_checkout_wrapper .card-block.cart-summary-totals .cart-summary-line.cart-total .label {
    text-align: left;
}

body#checkout .cart-grid-right .block-promo .promo-code form {
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

body#checkout .cart-grid-right .cart-summary-line::after {
    display: none;
}

body#checkout .stsb_checkout_wrapper .cart-grid-right .card .cart-summary-totals .cart-summary-line.cart-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

body#checkout .stsb_checkout_wrapper .cart-grid-right .card .cart-summary-totals .cart-summary-line.cart-total .label .total-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}

body#checkout .stsb_checkout_wrapper .cart-grid-right .card .cart-summary-totals .cart-summary-line.cart-total .label .tax-text {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: var(--checkout-disabled);
    padding-top: 2px;
}


body#checkout .stsb_checkout_wrapper .card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    text-align: right;
}


body#checkout .stsb_checkout_wrapper .cart-grid-right .promo-name {
    margin-bottom: 10px;
}

body#checkout .stsb_checkout_wrapper .cart-grid-right .voucher-value {
    display: flex;
    align-items: center;
}

/***********************end checkout************************/

/*********************media queries**********************/
@media (min-width: 1200px) {
    /*checkout*/
    body#checkout .container {
        width: 1215px;
    }

    /*end checkout*/
}

@media (max-width: 992px) {
    /*checkout^*/
    body#checkout .stsb_checkout_wrapper {
        flex-direction: column;
        gap: 0;
    }

    body#checkout .stsb_checkout_wrapper .cart-grid-body,
    body#checkout .stsb_checkout_wrapper .cart-grid-right {
        width: 100%;
    }

    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit img,
    body#checkout .user-info img,
    body#checkout section.checkout-step .edit-address img {
        width: 12px;
    }

    body#checkout section.checkout-step,
    body#checkout .cart-grid-right #js-checkout-summary .main-container .top-content,
    body#checkout .cart-grid-right .block-promo .cart-voucher,
    body#checkout .stsb_checkout_wrapper .cart-grid-right .card .cart-summary-totals .cart-summary-line.cart-total,
    body#checkout .stsb_checkout_wrapper .cart-grid-right #payment-confirmation {
        padding: 0;
    }

    body#checkout .container {
        padding: 0 20px;
    }

    body#checkout section.checkout-step .address-alias {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    body#checkout section.checkout-step .address {
        font-size: 12px;
        line-height: 18px;
    }

    body#checkout section.checkout-step .radio-block {
        margin-bottom: 8px;
    }

    body#checkout section.checkout-step .address-item {
        padding: 8px;
    }

    body#checkout .cancel-address {
        font-size: 12px;
    }

    body#checkout .js-address-form form .h4 {
        font-size: 14px;
    }

    body#checkout .stsb_checkout_wrapper > .cart-grid-body {
        margin-bottom: 30px;
    }

    body#checkout .cart-grid-right #js-checkout-summary .main-container {
        margin-bottom: 29px;
    }

    body#checkout .stsb_checkout_wrapper .cart-grid-right .card .cart-summary-totals .cart-summary-line.cart-total {
        margin-bottom: 50px;
    }

    /*end checkout^*/
}


#my-account #wrapper{
  background:#FAFAFA;
  padding:40px 0px;
}

#my-account .page-header{
  text-align:center;
  margin-bottom:50px;
}

#my-account .link-item{
  color:white;
  background:#1F5E86 !important;
}
#my-account .link-item:hover{
    background:#45C0F5 !important;
}

#my-account .link-item i{
  color:white !important;
}

#my-account .page-footer a:hover{
  color:#45C0F5;
  text-decoration:underline;
}

.brand-miniature-image *{
  background-color: #f6f6f6 !important;
  mix-blend-mode: darken !important;
}

.home-slider-title h2{
  display:flex;
  flex-direction:column;
  gap:10px;
  font-size:48px;
}
.home-destacados-title h2{
  display:flex;
  flex-direction:row;
  gap:10px;
  font-size:48px;
}

@media(max-width:992px){
  .home-slider-title h2,.home-destacados-title h2{
    flex-direction:row;
    font-size:38px;
    flex-wrap:wrap;
  }
}
