/* -----------------------------------------------------------------------
GENERALES
-------------------------------------------------------------------------- */
:root {
  /* Principales */
  --primary-color: #B7C83F;       
  --secondary-color: #F16627;     

  /* Neutros */
  --black-color:#1d1d1b;
  --dark-gray-color: #535353;
  --medium-gray-color: #959595;
  --gray-color: #D9D9D9;
  --light-gray-color: #F5F5F5;
  --white-color: #FFFFFF;

  /* Estado */
  --success-color: #37C42A;    
  
    /* Tipografía */
  --font-primary: "D-DIN", sans-serif;
  --font-primary-bold: "D-DIN Bold", sans-serif;
  --font-secondary: "Satoshi", sans-serif;

  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
}

.bg-primary   { background-color: var(--primary-color); }
.bg-secondary { background-color: var(--secondary-color); }

.bg-black      { background-color: var(--black-color); }
.bg-dark-gray  { background-color: var(--dark-gray-color); }
.bg-gray       { background-color: var(--gray-color); }
.bg-light-gray { background-color: var(--light-gray-color); }
.bg-white      { background-color: var(--white-color); }

.bg-success    { background-color: var(--success-color); }

.text-primary   { color: var(--primary-color); }
.text-secondary { color: var(--secondary-color); }

.text-black      { color: var(--black-color); }
.text-dark-gray  { color: var(--dark-gray-color); }
.text-gray       { color: var(--gray-color); }
.text-light-gray { color: var(--light-gray-color); }
.text-white      { color: var(--white-color); }

.text-success    { color: var(--success-color); }

.font-primary        { font-family: var(--font-primary); }
.font-primary-bold   { font-family: var(--font-primary-bold); }
.font-secondary      { font-family: var(--font-secondary); }

.fw-regular { font-weight: var(--font-weight-regular); }
.fw-medium  { font-weight: var(--font-weight-medium); }
.fw-bold    { font-weight: var(--font-weight-bold); }

.link-underline-animated {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.link-underline-animated::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8px;
  background-color: currentColor;
  transform-origin: left center;
  transform: scaleX(1);
  transition: transform 0.35s ease;
  will-change: transform;
}

.link-underline-animated:hover::after {
  transform: scaleX(0);
}

.elementor-element.mb-0 p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.d-block {
  display: block;
}

.h1,.h1 h2,.h1 h3,.h1 h4,.h1 h5,.h1 h6,h1,h2.h1,h3.h1,h4.h1,h5.h1,h6.h1 {
    font-family: var(--font-primary-bold);
    font-size: 64px;
    line-height: 1em;
}

.h2,.h2 h1,.h3 h1,.h3 h4,.h3 h5,.h3 h6,h1.h2,h2,h3.h2,h4.h2,h5.h2,h6.h2 {
    font-family: var(--font-primary-bold);
    font-size: 46px;
    line-height: 1.08em;
}

.h3,.h3 h1,.h3 h2,.h3 h4,.h3 h5,.h3 h6,h1.h3,h2.h3,h3,h4.h3,h5.h3,h6.h3 {
    font-family: var(--font-primary-bold);
    font-size: 32px;
    line-height: 1.18em;
}

.h4,.h4 h1,.h4 h2,.h4 h4,.h4 h5,.h4 h6,h1.h4,h2.h4,h3,h4.h4,h5.h4,h6.h4 {
    font-family: var(--font-primary-bold);
    font-size: 26px;
    line-height: 2em;
}


.h5,.h5 h1,.h5 h2,.h5 h3,.h5 h4,.h5 h6,h1.h5,h2.h5,h3.h5,h4.h5,h5,h6.h5 {
    font-family: var(--font-primary-bold);
    font-size: 20px;
    line-height: 2em;
}

.p-xs {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-regular);
  font-size: 12px;
  line-height: 100%;
}

p+h3,p+h4,p+h5,p+h6,ul+h2,ul+h3,ul+h4,ul+h5,ul+h6 {
    margin-top: 2.688rem
}

.pb-0 p,p.pb-0 {
    margin-bottom: 0!important
}

.margin-top-0 p:first-child,.mt-0,.mt-0 p:first-child {
    margin-top: 0!important
}

.m-0 {
    margin: 0!important
}

:focus,:focus-visible {
    outline: 0!important
}

.stsb_read_more_box p, .stsb_read_more_box ul, .stsb_read_more_box ul li, .stsb_read_more_box ol, .stsb_read_more_box ol li, .stsb_read_more_box a, .stsb_read_more_box span {
  font-family: var(--font-secondary) !important;
  font-weight: var(--font-weight-regular) !important;
  font-size: 15px !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: 25px !important;
  color: var(--dark-gray-color) !important;
}

.single-post-accortdion .e-con-full.e-flex.e-con.e-child {
    padding: 10px 0 20px 0;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

body#checkout .cancel-address, .btn-comment, .btn-comment-inverse, .btn-comment:hover, .btn-comment-inverse:hover, .btn-primary, .btn-secondary, .btn-tertiary, .btn-primary:hover,.btn-primary:active:focus, .btn-secondary:hover, .btn-tertiary:hover, .btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle, .btn-primary:focus, .btn-primary.focus, .btn-primary:focus,.btn-primary.focus, .btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle, .btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus, .btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary:disabled:focus,.btn-primary:disabled.focus, .btn-primary.disabled:hover,.btn-primary:disabled:hover {
  width: 100%;
  height: 55px;
  font-family: var(--font-primary-bold);
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.02rem;
  color: #ffffff;
  background-color: var(--primary-color);
  border-style: none;
  border-radius: 50px 50px 50px 50px;
  width: 100%;
  max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a, body#checkout a:hover, a:focus, a:hover, a:active {
  color: var(--black-color);
}

.d-flex {
  display: flex;
}

.d-flex-icon .elementor-widget-container {
  display: flex;
}


a:focus {
  text-decoration: none;
}

.input-group.focus {
    outline: none;
}

a.elementor-wlink.stsb_flex_wrapper.stsb_fw_middle:active {
    font-weight: 700;
}

.menu-anclas {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    white-space: nowrap;
    scroll-behavior: smooth;
    position: relative;
    padding-bottom: 10px;
    padding-left: 0;

}

.menu-anclas > div {
    flex: 0 0 auto; 
}

.menu-anclas a {
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

.menu-anclas span {
    display: inline-block;
    line-height: 1.2;
}

.menu-anclas::-webkit-scrollbar {
    height: 2px;
}

.menu-anclas::-webkit-scrollbar-track {
    background: var(--gray-color);
}

.menu-anclas::-webkit-scrollbar-thumb {
    background: var(--black-color);
    border-radius: 2px;
}

.menu-anclas {
    scrollbar-width: thin;
    scrollbar-color: var(--black-color) var(--gray-color);
}

[data-elementor-type="popup"] {
    overflow: hidden;
    border: 0;
    width: -webkit-fill-available;
    margin: 0 auto;
}

.list ul li span, .list ul li {
    font-size: 18px !important;
    line-height: 28px !important;
}
.list ul li {
    margin-bottom: 10px;
}

#list-icon ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

#list-icon ul li {
  position: relative;
  padding-left: 28px; 
}

#list-icon ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em; 
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9 18C10.1819 18 11.3522 17.7672 12.4442 17.3149C13.5361 16.8626 14.5282 16.1997 15.364 15.364C16.1997 14.5282 16.8626 13.5361 17.3149 12.4442C17.7672 11.3522 18 10.1819 18 9C18 7.8181 17.7672 6.64778 17.3149 5.55585C16.8626 4.46392 16.1997 3.47177 15.364 2.63604C14.5282 1.80031 13.5361 1.13738 12.4442 0.685084C11.3522 0.232792 10.1819 -1.76116e-08 9 0C6.61305 3.55683e-08 4.32387 0.948211 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8.768 12.64L13.768 6.64L12.232 5.36L7.932 10.519L5.707 8.293L4.293 9.707L7.293 12.707L8.067 13.481L8.768 12.64Z" fill="%23B7C83F"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active {
    color: var(--dark-gray-color);
    background-color: white;
    border-color: var(--dark-gray-color);
}

.btn-info:hover svg, .btn-info:focus svg {
  fill: transparent !important;
}

/* ===== Scrollbar global ===== */

/* Chrome, Edge y Safari */
::-webkit-scrollbar {
    width: 8px;       /* ancho del scroll vertical */
    height: 8px;      /* alto del scroll horizontal */
}

::-webkit-scrollbar-track {
    background: var(--gray-color);
}

::-webkit-scrollbar-thumb {
    background: var(--black-color);
    border-radius: 4px;
}

/* Firefox */
html {
    scrollbar-width: thin; 
    scrollbar-color: var(--black-color) var(--gray-color); 
}

/* -----------------------------------------------------------------------
HEADER
-------------------------------------------------------------------------- */
.d-flex-icon-box .elementor-icon-box-sub-title {
  display: flex;
  padding-top: 6px;
}
#megamenu .e-n-tabs-heading {
    display: flex;  
    align-items: center;
    width: 100vw;
}

#megamenu .e-n-tabs-heading .e-n-tab-title:last-child {
    margin-left: auto;    
}

#megamenu div#e-n-tab-title-649206837, #megamenu [style="--n-tabs-title-order: 7;"] {
  position: absolute;
  right: 0%;
}

.container-tag-stop-and-go {
    padding: 0;
    color: var(--dark-gray-color);
}
span.tag-stop-and-go {
    padding: 5px 10px;
    background: var(--primary-color);
    color: var(--black-color) !important;
}
div#e-n-tab-title-649206837 span.stsb_tab_underline {
  display: none !important;
}
.el-mundo-breadcumb li.breadcrumb_item > span {
    color: var(--black-color) !important;
}
#megamenu .e-n-tabs-content {
  display: none;
}
body#index #megamenu .e-n-tabs-content {
  display: block;
}

#menu-productos .swiper-slide,
#menu-estancias .swiper-slide {
  transition: opacity 0.3s ease;
}

#menu-productos.menu-activo .swiper-slide:not(.categoria-activa) .stsb_cm_image_wrapper::after,
#menu-estancias.menu-activo .swiper-slide:not(.categoria-activa) .stsb_cm_image_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--light-gray-color);
    opacity: 0.7; 
    pointer-events: none;
    z-index: 2;
}


#menu-productos.menu-activo .swiper-slide.categoria-activa .stsb_cm_image_wrapper::after,
#menu-estancias.menu-activo .swiper-slide.categoria-activa .stsb_cm_image_wrapper::after {
    background-color: transparent !important;
    opacity: 0 !important;
}

.submenu-productos > .elementor-widget-container {
  box-shadow: 0px 4px 4px 0px #00000040;

}

#header a, #header a:hover {
  color: var(--black-color);
}

header .slider-category-name a, header .slider-category-name a:hover, header .slider-category-name a:active {
  text-decoration: none !important;
  color: var(--black-color) !important;
}

#menu-productos .elementor-element .swiper .elementor-swiper-button, #stsb-header .elementor-6 .elementor-element.elementor-element-29736bc>.elementor-widget-container>.swiper>.elementor-swiper-button {
  top: 67px; /* 134/2 que mide la imagen*/
}

.item-mobile-menu .stsb_bar_item svg {
    fill: transparent !important;
}

.item-mobile-menu-icon .elementor-widget-container .elementor-icon-list-item a {
    display: flex;
    justify-content: space-between;
}
.item-mobile-menu-icon .elementor-widget-container ul.elementor-icon-list-items {
    width: 100%;
    flex-direction: column;
}

/* -----------------------------------------------------------------------
HOME
-------------------------------------------------------------------------- */
/* ======================================================================
Home: Main banner - Slider mobile
=============================================================================== */

.banner-main-home .stsb-swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-main-home .stsb-swiper-container .swiper-slide:nth-child(1) {
  background-image: url("/img/cms/lo-ultimo-en-alfombras.png");
}

.banner-main-home .stsb-swiper-container .swiper-slide:nth-child(2) {
  background-image: url("/img/cms/renueva-tu-dormitorio.png");
}

.banner-main-home .stsb-swiper-container .swiper-slide:nth-child(3) {
  background-color: var(--primary-color);
}

.banner-main-home
  .stsb-swiper-container
  .swiper-slide:nth-child(3)
  .elementor-button {
  background-color: #fff;
  color:var(--black-color);
}

.banner-main-home .stsb_image_caption_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-main-home .swiper-pagination, #galeria-producto .swiper-pagination{
  display: flex !important;
  flex-direction: row;
  align-items: center;
  margin: 14px;
  background-color: rgb(29 29 27 / 21%);
  width: max-content;
  padding: 4px 6px;
  border-radius: 21px;
  gap: 6px;
}

.banner-main-home .swiper-pagination-bullet, #galeria-producto .swiper-pagination-bullet {
  margin: 0 !important;
  width: 8px !important;
  height: 8px;
  border-radius: 50px;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.banner-main-home .swiper-pagination-bullet-active, #galeria-producto .swiper-pagination-bullet-active{
  width: 24px !important;
}

/* ============================================================================== 
Slider de productos + slider post relacionados + slider categorías
=========================================================================================== */

div[data-widget_type="product_slider.default"] .stsb-swiper-button-tr, div[data-widget_type="postslider.default"] .stsb-swiper-button-tr, div[data-widget_type="categoryslider.default"] .stsb-swiper-button-tr {
  gap: 10px;
}

div[data-widget_type="product_slider.default"] .stsb-swiper-button-tr svg, div[data-widget_type="postslider.default"] .stsb-swiper-button-tr svg, div[data-widget_type="categoryslider.default"] .stsb-swiper-button-tr svg {
  width: 21px !important;
}

div[data-widget_type="product_slider.default"]
  .stsb-swiper-button-tr
  .swiper-button-disabled
  svg, div[data-widget_type="postslider.default"]
  .stsb-swiper-button-tr
  .swiper-button-disabled
  svg, div[data-widget_type="categoryslider.default"]
  .stsb-swiper-button-tr
  .swiper-button-disabled
  svg {
  opacity: 50%;
}

div[data-widget_type="product_slider.default"]
  .stsb-swiper-button-tr
  .elementor-swiper-button,
  div[data-widget_type="postslider.default"]
  .stsb-swiper-button-tr
  .elementor-swiper-button,
  div[data-widget_type="categoryslider.default"]
  .stsb-swiper-button-tr
  .elementor-swiper-button {
  background-color: var(--light-gray-color);
  border-radius: 50px;
}

div[data-widget_type="product_slider.default"] .swiper-scrollbar, div[data-widget_type="postslider.default"] .swiper-scrollbar, div[data-widget_type="categoryslider.default"] .swiper-scrollbar {
  width: 100%;
}

div[data-widget_type="product_slider.default"]
  .swiper-scrollbar.swiper-scrollbar-horizontal,
  div[data-widget_type="postslider.default"]
  .swiper-scrollbar.swiper-scrollbar-horizontal,
  div[data-widget_type="categoryslider.default"]
  .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0;
}

.heading-slider-category{
    line-height: 25px;
}

.p-slider-category {
  margin-bottom: 34px;
  font-family: var(--font-secondary) !important;
  font-weight: 400 !important;
}


/* -----------------------------------------------------------------------
PRODUCTOS - FICHA
-------------------------------------------------------------------------- */

.material-label {
  margin-right: 6px;
}

.material-valor {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-regular);
  color: var(--dark-gray-color);
}


button.ver-mas-fotos-btn {
    font-family: var(--font-secondary);
    font-size: 14px;
    line-height: 18px;
    font-weight: var(--font-weight-medium);
    border: 1px solid var(--black-color);
    border-radius: 50px;
    height: 40px;
    margin: -20px auto;
    background: white !important;
    z-index: 9999;
    position: relative;
    padding: 11px 25px;
    transition: background 0.2s;
    cursor: pointer;
    z-index: auto;
}

button.ver-mas-fotos-btn::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: 8px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5303 0.530273L5.53027 5.53027L0.530274 0.530275' stroke='%231D1D1B' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: -1px; 
}

.nombre-color {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-regular);
  font-size: 14px;
  line-height: 100%;
  color: var(--dark-gray-color);
  margin-top: 5px;
  text-align: center;
  text-transform: capitalize;
}

body#product .product-variants.js-product-variants.stsb_variants.stsb_flex_wrapper.stsb_fw_direction_column {
  display: flex;
  flex-direction: column;
}

body#product .stsb_variant_group_color {
  order: 1;
}

body#product .stsb_variant_group_select {
  order: 2;
}

body#product .stsb_variant_group_select .stsb_variant_label {
  font-size: 0; 
  position: relative;
}

body#product .stsb_variant_group_select .stsb_variant_label::after {
  content: "Selecciona un tamaño:"; 
  font-size: 15px;
}

body#product .stsb_variant_group_color .stsb_variant_label {
  font-size: 0; 
  position: relative;
}

body#product .stsb_variant_group_color .stsb_variant_label::after {
  content: "Colores:"; 
  font-size: 15px;
}

body#product .stsb_pm_action_button_add_to_cart_wrapper .stsb-add-to-cart {
  margin-top: 15px;
  width: 100%;
}

body#product .stsb_pm_action_button_add_to_cart_wrapper .stsb-add-to-cart:hover {
  background-color: var(--primary-color);
  color: white;
}

body#product .stsb_qty_wrap {
    width: auto;
    margin-right: auto;
}

body#product .stsb_pm_action_button_add_to_cart_wrapper {
  width: 100%;
  align-items: flex-start;
}

body#product span.stsb_pm_info_v.stsb_flex_child {
  font-family: var(--font-secondary) !important; 
  font-weight: var(--font-weight-bold) !important;
}

body#product [data-widget_type="st-product-price.default"] .stsb_pm_price_item.stsb_pm_price .simbolo-euro {
    font-size: 24px !important;
    line-height: 1;
    vertical-align: baseline;
}


.stsb_pm_price_item.stsb_pm_price {
    display: flex;
    align-items: flex-end;
    gap: 2px;
}

.stsb_pm_price_wrapper.stsb_flex_wrapper {
    align-items: flex-end;
}

.stsb_pm_old_price {
  position: relative;
}

.stsb_pm_old_price::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(100% - 10px); 
  height: 1px;
  background: currentColor;
}

.btn-comment, .btn-comment-inverse, .btn-comment:hover, .btn-comment-inverse:hover {
  font-size: 15px !important;
  line-height: 1em !important;
  box-shadow: none !important;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: fit-content;
}

div#post-product-comment-modal .modal-content {
    border: 0;
    border-radius: 0;
    outline: 0;
}

div#post-product-comment-modal form .row {
    display: flex;
    flex-direction: column;
    width: 100%;
}

div#post-product-comment-modal form .row .col-sm-2, div#post-product-comment-modal form .row .col-sm-4, div#post-product-comment-modal form .row .col-sm-6 {
  width: 100% !important;
}

.product-comment-modal .modal-dialog .product-cover, .product-comment-modal .modal-dialog .product-cover img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 0;
}

.product-comment-modal .modal-dialog .h3 {
    font-size: 14px;
    font-family: var(--font-primary-bold);
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    color: var(--black-color);
    padding-bottom: 15px;
}

#post-product-comment-modal .criterion-rating label {
    color: var(--black-color);
    font-size: 14px;
    font-family: var(--font-secondary);
    font-weight: var(--font-weight-bold);
    margin-bottom: 0;
}

#post-product-comment-modal form .row {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#post-product-comment-modal .col-sm-2 {
  order: 0; 
}

#post-product-comment-modal .col-sm-6 {
  order: 1; 
}

#post-product-comment-modal .col-sm-4 {
  order: 2; 
}

#post-product-comment-modal .criterion-rating {
    align-items: center;
}

div#post-product-comment-modal form .row .col-sm-6 {
    padding-bottom: 20px;
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

div#post-product-comment-modal form .row  ul#criterions_list {
    margin-bottom: 0;
}

#post-product-comment-form label.form-label {
  display: inline-block;
  width: 130px; 
  text-align: left;
  margin-right: 10px;
  vertical-align: middle;
}

#post-product-comment-form input[type="text"],
#post-product-comment-form textarea {
  display: inline-block;
  width: calc(100% - 150px); 
  vertical-align: middle;
  background-color: var(--light-gray-color);
  border: 1px solid var(--gray-color);
}

#post-product-comment-form label.form-label[for="comment_title"],
#post-product-comment-form #comment_title,
#post-product-comment-form label.form-label[for="comment_content"],
#post-product-comment-form #comment_content {
  display: inline-block;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-medium);
  color: var(--dark-gray-color);
}

#post-product-comment-form #comment_title,
#post-product-comment-form #comment_content {
  font-weight: var(--font-weight-regular) !important;
  font-size: 16px;
  line-height: 22px;
}

#post-product-comment-form label.form-label[for="comment_content"],
#post-product-comment-form #comment_content {
  margin-top: 20px;
  vertical-align: top;
}

#post-product-comment-form textarea {
  min-height: var(--ih);
  padding-left: 24px;
  padding-top: 15px;
}

#post-product-comment-form label[for="comment_content"] {
  line-height: var(--ih);
  margin-top: 0;
}

button.btn.btn-comment.btn-comment-big.post-product-comment.deja-tu-opinion, .product-reviews-count {
    background: transparent;
    padding: 0;
    color: var(--dark-gray-color);
    font-family: var(--font-secondary);
    font-size: 15px !important;
    line-height: 1 !important;
    text-transform: none;
    font-weight: var(--font-weight-regular);
    height: auto;
}

div#product-comments-list-footer, div#post-product-comment-modal .modal-body .col-sm-8, div#post-product-comment-modal form .row + .row, #estrellas-producto .stsb_pm_rating_text.stsb_pm_rating_item {
  display: none;
}
.categorias-linea {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
a.btn-categoria {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-medium);
  font-size: 14px;
  line-height: 1;
  color: var(--black-color);
  background-color: white;
  border: 1px solid var(--black-color);
  border-radius: 50px;
  padding: 11px 25px;
  height: 40px;
  display: flex;
  align-items: center;
}
/* -----------------------------------------------------------------------
PRODUCTOS - CATEGORÍA - LISTADO
-------------------------------------------------------------------------- */

#grid-listado-productos .stsb_grid_wrapper img.stsb_pm_image {
    width: 100%;
    max-width: 346px;
    height: 100%;
    min-height: 461px;
    object-fit: cover;
}
.active_filters {
    padding: 38px 0px;
    margin-bottom: 0;
    background: white;
    border-bottom: 1px solid var(--gray-color);
}

.active_filters .filter-block {
    display: inline-block;
    padding: 0.625rem;
    font-family: var(--font-secondary);
    font-weight: var(--font-weight-medium);
    font-size: 14px;
    line-height: 1;
    margin-right: 0;
    margin-bottom: 0;
    color: var(--black-color);
    background: #fff;
    border: 1px solid var(--gray-color);
    background: var(--light-gray-color);
    padding: 6px 16px;
    border-radius: 50px;
    height: 30px;
    display: inline-flex;
    align-items: center;
}
button.btn.btn-tertiary.js-search-filters-clear-all {
    background: var(--medium-gray-color);
    color: var(--black-color);
    padding: 6px 20px 6px 19px;
    height: 30px;
    display: flex;
    font-size: 14px;
    line-height: 1;
    font-family: var(--font-secondary);
    font-weight: var(--font-weight-medium);
    text-transform: capitalize;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

#search_filters button.btn.btn-tertiary.js-search-filters-clear-all i.material-icons {
  display: none;
}

#search_filters button.btn.btn-tertiary.js-search-filters-clear-all::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-left: 6px;
  vertical-align: middle;
  background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg width='10' height='12' viewBox='0 0 10 12' xmlns='http://www.w3.org/2000/svg'><rect x='2.06055' y='3.22168' width='8.55769' height='1.5' transform='rotate(45 2.06055 3.22168)' fill='%231D1D1B'/><rect x='8.22461' y='4.28284' width='8.55769' height='1.5' transform='rotate(135 8.22461 4.28284)' fill='%231D1D1B'/></svg>");
}


.active_filters .filter-block .close {
    margin-top: 0;
    margin-left: 4px;
    font-size: 0;
    margin-right: 0;
    padding-right: 10px;
    width: 0px;
    height: 10px;
    display: flex;
    align-items: center;
    color: var(--black-color);
    background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg width='10' height='12' viewBox='0 0 10 12' xmlns='http://www.w3.org/2000/svg'><rect x='2.06055' y='3.22168' width='8.55769' height='1.5' transform='rotate(45 2.06055 3.22168)' fill='%231D1D1B'/><rect x='8.22461' y='4.28284' width='8.55769' height='1.5' transform='rotate(135 8.22461 4.28284)' fill='%231D1D1B'/></svg>");
}

.active-filter-title {
  font-family: var(--font-secondary);
  font-size: 15px;
  line-height: 25px;
  color: var(--dark-gray-color);
  font-weight: var(--font-weight-medium) !important;
}

div#_desktop_search_filters_clear_all {
  margin-top: 5px;
}

a.stsb_flex_container.stsb_category_sort_link[title="Sort"] {
    border: 1px solid var(--gray-color);
    background: var(--light-gray-color);
    padding: 11px 25px;
    border-radius: 50px;
}

a.stsb_flex_container.stsb_category_sort_link[title="Sort"] .stsb_dropdown_label {
    margin-right: 8px;
}

a.stsb_flex_container.stsb_category_sort_link[title="Sort"] .stsb_icon_wrapper svg {
  width: 16px;
}

body#category .dropdown-menu.dropdown-menu-left {
    padding: 16px 16px 30px 19px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 1px 4px 0px #00000040;
    border-radius: 10px;
}

body#category .dropdown-menu.dropdown-menu-left a {
    font-family: var(--font-secondary);
    font-weight: var(--font-weight-regular);
    font-size: 18px;
    line-height: 24px;
    color: var(--black-color);
    padding: 0;
    margin-top: 10px;
}

body#category span.stsb_showmore_btn span{
  font-size: 0; 
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 0;
}

body#category span.stsb_showmore_btn::before {
  content: "Seguir leyendo"; 
  font-size: 14px; 
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-medium);
  display: inline-block;
}

body#category span.stsb_showmore_btn::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url("data:image/svg+xml;utf8,<svg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.5303 0.530273L5.53027 5.53027L0.530274 0.530275' stroke='%231D1D1B' stroke-width='1.5'/></svg>");
  background-size: contain;
  margin-left: 8px; 
  vertical-align: middle;
  margin-top: 2px;
}

body#category button.elementor-button.elementor-button-link.stsb_infinite_load_more {
  width: 100%;
  padding: 16px 35px 16px 50px !important;
}

body#category .elementor-button.elementor-button-link.stsb_infinite_load_more .elementor-button-content-wrapper {
  font-size: 0; 
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 0;
}

body#category .elementor-button.elementor-button-link.stsb_infinite_load_more .elementor-button-content-wrapper::before {
  content: "Ver más productos"; 
  font-size: 15px; 
  font-family: var(--font-primary-bold);
  text-transform: uppercase;
  display: inline-block;
}

body#category .elementor-button.elementor-button-link.stsb_infinite_load_more .elementor-button-content-wrapper::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'><path d='M10.5303 0.530273L5.53027 5.53027L0.530274 0.530275' stroke='white' stroke-width='1.5'/></svg>") no-repeat center;
  background-size: contain;
  margin-left: 8px; 
  vertical-align: middle;
}

/* -----------------------------------------------------------------------
PRODUCTOS - slider - generales
-------------------------------------------------------------------------- */

#product div[data-widget_type="st-product-name.default"] .stsb_pro_name {
  text-transform: uppercase;
}

.stsb_pm_price_item.stsb_pm_old_price .precio-antes {
  text-decoration: none; 
}

.stsb_pm_price_item.stsb_pm_old_price .precio-tachado {
  text-decoration: line-through; 
}

span.stsb_showmore_btn.stsb_flex_wrapper.stsb_fw_middle.stsb_fw_center.stsb_fw_gap_6 {
    width: 100%;
    max-width: 160px;
    height: 41px;
    background: var(--light-gray-color);
    border: 1px solid var(--gray-color);
    border-radius: 50px;
    font-weight: var(--font-weight-medium);
    gap: 0;
}

.stsb_category_description {
    overflow: clip;
}
.stsb_read_more {
  max-height: 45px;
}

.slider-category a.stsb_mini_category_name {
    color: var(--black-color);
}

.slider-category img.stsb_cm_image,.slider-category .swiper-wrapper {
    height: revert-layer;
    object-fit: cover;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0;
  width: 100%;
}

/* -----------------------------------------------------------------------
FILTROS
-------------------------------------------------------------------------- */

/* ======================================================================
Estilos generales filtos
=============================================================================== */
div#search_filters p.text-uppercase.h6.hidden-sm-down {
  display: none;
}

#search_filters {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
}

.display-filter {
    display: block !important;
}

#search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title {
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    color: var(--black-color) !important;
}

#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
    display: inline-block;
    margin-top: 10px;
    font-family: var(--font-secondary);
    font-weight: var(--font-weight-regular);
    font-size: 18px;
    line-height: 24px;
    color: var(--black-color);
}

.facet-label .custom-checkbox input[type="checkbox"] + span {
    border: 1px solid var(--gray-color);
    background: var(--light-gray-color);
}

section[data-name="Color"] label.facet-label, section[data-name="Tamaño"] label.facet-label{
    text-transform: lowercase;
}

#search_filters .facet-label.active .custom-checkbox .ps-shown-by-js,
#search_filters .custom-checkbox input[type="checkbox"]:checked + span.ps-shown-by-js {
  background: var(--primary-color); 
}

#btn-filtros .elementor-button-content-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

#btn-filtros {
    box-shadow: none;
}
section[data-name="Color"] label.facet-label a::first-letter, section[data-name="Tamaño"] label.facet-label a::first-letter {
    text-transform: uppercase !important;
}


/* ===== Barra general ===== */
.ui-slider {
    position: relative;
    background: #e5e7eb;
    border-radius: 5px;
    height: .3em !important;
    border: none;
    padding: 0 10px; /* padding horizontal */
    box-sizing: border-box;
    overflow: visible; /* asegura que los handles se vean completos */
    --slider-offset: 10px; /* offset igual al padding */
}

/* ===== Rango activo ===== */
.ui-slider .ui-slider-range {
    position: absolute;
    height: 100%;
    top: 0;
    border-radius: 5px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-color));
    left: var(--slider-offset);
    right: var(--slider-offset);
    transform: translateX(0);
    box-sizing: border-box;
}

.ui-slider .ui-widget-header {
    background: var(--primary-color)!important;
}

/* ===== Handles ===== */
.ui-slider .ui-slider-handle {
    position: absolute;
    top: 50% !important;
    margin: 0 !important;
    width: 19px !important;
    height: 19px !important;
    box-sizing: border-box !important;
    background: var(--light-gray-color) !important;
    border: 5px solid var(--primary-color) !important;
    border-radius: 50% !important;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translate(calc(-50% + var(--slider-offset)), -50%);
}
/* ===== Handle derecho ===== */
.ui-slider .ui-slider-handle:last-of-type {
    transform: translate(calc(-50% - var(--slider-offset)), -50%);
}

#modal-applied-filters {
  padding-left: 24px;
  border-bottom: 1px solid var(--gray-color);
}

#modal-applied-filters .filter-block {
    display: inline-block;
    padding: 0.625rem;
    font-family: var(--font-secondary);
    font-weight: var(--font-weight-medium);
    font-size: 14px;
    line-height: 1;
    margin-right: 0;
    margin-bottom: 0;
    color: var(--black-color);
    background: #fff;
    border: 1px solid var(--gray-color);
    background: var(--light-gray-color);
    padding: 6px 16px;
    border-radius: 50px;
    height: 30px;
    display: inline-flex;
    align-items: center;
}
/* ======================================================================
Fin estilos generales filtos
=============================================================================== */


/* -----------------------------------------------------------------------
CARRITO
-------------------------------------------------------------------------- */

[data-elementor-type="sidecart"] .stsb_pm_price_item.stsb_pm_price .simbolo-euro {
  font-size: 14px !important;
  line-height: 1;
  vertical-align: baseline; 
}
[data-elementor-type="sidecart"] [aria-label="Regular price"] .simbolo-euro {
  font-size: 10px !important;
  line-height: 1;
  vertical-align: baseline; 
}

[data-elementor-type="sidecart"] .stsb_cart_product_attribute_v {
  text-transform: lowercase !important;
}

[data-elementor-type="sidecart"] .stsb_cart_product_attribute_v::first-letter {
  text-transform: uppercase !important;
}


.limpiar-carrito .stsb_pm_cart_product_button_remove {
    display: flex;
    align-items: flex-start;
}

.cart-product-image img.stsb_pm_image {
    object-fit: cover;
    height: 100%;
}

[data-elementor-type="sidecart"] .stsb_mini_product_name_wrapper a.stsb_mini_product_name.stsb_flex_wrapper {
  max-width: 21rem;
  font-size: 18px;
  line-height: 20px;
  font-weight: var(--font-weight-bold);
}

[data-elementor-type="sidecart"] .stsb_qty_wrap {
    max-width: 100px;
}


[data-elementor-type="sidecart"] .stsb_cart_product_attribute_wrapper.stsb_flex_wrapper {
    padding-bottom: 10px;
    padding-top: 5px;
}

[data-elementor-type="sidecart"] .stsb_cart_product_attribute_wrapper {
  display: flex;
  flex-direction: row-reverse; 
  align-items: center;
  gap: 0px; 
}

[data-elementor-type="sidecart"] .stsb_cart_product_attribute_v {
    margin-right: 5px;
}

[data-elementor-type="sidecart"] .stsb_cart_product_attribute_item:first-child {
  gap: 5px !important;
  position: relative;
}

[data-elementor-type="sidecart"] .stsb_cart_product_attribute_item .stsb_cart_product_attribute_v{
    padding: 0 !important;
}


[data-elementor-type="sidecart"] .stsb_cart_product_attribute_item:first-child::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background: url('data:image/svg+xml;utf8,<svg width="2" height="2" viewBox="0 0 2 2" xmlns="http://www.w3.org/2000/svg"><circle cx="1" cy="1" r="1" fill="%23959595"/></svg>') no-repeat center/contain;
  margin: 0 3px;
}

/* -----------------------------------------------------------------------
LOGIN Y REGISTRO
-------------------------------------------------------------------------- */
:root {
  --ih: 62px;
  --lfp: 10px;
  --lfs: 1.125rem;
  --lfsa: 0.625rem;
}

form .elementor-field-group,
.stsb_login_form .elementor-field-group,
.stsb_registration_form .elementor-field-group,
 .stsb_password_form .elementor-field-group,
 [data-elementor-type="popup"] .stsb_newsletter_form .stsb_newsletter_item, 
 #customer-form .form-group {
  position: relative;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form select,
form textarea,
.stsb_login_form input[type="email"],
.stsb_login_form input[type="password"],
.stsb_registration_form input[type="text"],
.stsb_registration_form input[type="email"],
.stsb_registration_form input[type="password"],
.stsb_registration_form select,
.stsb_registration_form textarea,
.stsb_password_form input[type="email"],
.stsb_password_form input[type="password"],
 [data-elementor-type="popup"] .stsb_newsletter_form input[type="email"],
#customer-form input[type="text"],
#customer-form input[type="email"],
#customer-form input[type="password"],
#customer-form input[type="tel"],
#customer-form select,
#customer-form textarea {
  background-color: var(--light-gray-color);
  border-color: var(--gray-color);
  border-width: 1px;
  border-radius: 100px;
  width: 100%;
  height: var(--ih);
  padding: 0 24px;
  font-size: var(--lfs);
  color: var(--dark-gray-color);
  padding-top: 5px;
  transition: all 0.3s ease;
}
body#contact form textarea.elementor-field.elementor-field-textual {
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

form input:focus,
form select:focus,
form textarea:focus,
.elementor-field-textual:focus,
.stsb_login_form input:focus,
.stsb_registration_form input:focus,
.stsb_password_form input:focus,
 [data-elementor-type="popup"] .stsb_newsletter_form input:focus,
#customer-form input:focus,
#customer-form select:focus,
#customer-form textarea:focus {
  box-shadow: none !important;
  outline: none;
}


form .elementor-field-label,
.stsb_login_form .elementor-field-label,
.stsb_registration_form .elementor-field-label,
.stsb_password_form .elementor-field-label,
 [data-elementor-type="popup"] .stsb_newsletter_form .stsb_newsletter_label,
 #customer-form .form-group .form-control-label {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  font-family: var(--font-secondary) !important;
  font-weight: var(--font-weight-regular) !important;
  text-transform: capitalize !important;
  color: var(--dark-gray-color) !important;
  font-size: var(--lfs) !important;
  pointer-events: none;
  transition: all 0.3s ease;
  line-height: 1;
  z-index: 5;
}

form .elementor-field-group:focus-within > .elementor-field-label,
form .elementor-field-group:has(input[autocomplete]),
form .elementor-field-group:has(.elementor-field:autofill) > .elementor-field-label,
.stsb_login_form .elementor-field-group:focus-within > .elementor-field-label,
.stsb_registration_form .elementor-field-group:focus-within > .elementor-field-label,
.stsb_password_form .elementor-field-group:focus-within > .elementor-field-label,
 [data-elementor-type="popup"] .stsb_newsletter_form .stsb_newsletter_item:focus-within > .stsb_newsletter_label,
 #customer-form .form-group:focus-within > .form-control-label,
#customer-form .form-group.filled > .form-control-label, .stsb_registration_form .elementor-field-group:focus-within > .elementor-field-label  {
  top: var(--lfp);
  font-size: var(--lfsa) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em;
  color: var(--medium-gray-color) !important;
  transform: translateY(0);
}


form .elementor-field-group.filled > .elementor-field-label,
.stsb_login_form .elementor-field-group.filled > .elementor-field-label,
.stsb_registration_form .elementor-field-group.filled > .elementor-field-label,
.stsb_password_form .elementor-field-group.filled > .elementor-field-label,
 [data-elementor-type="popup"] .stsb_newsletter_form .stsb_newsletter_item.filled > .stsb_newsletter_label,
#customer-form .form-group.filled > .form-control-label {
  top: var(--lfp);
  left: 24px;
  font-size: var(--lfsa) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em;
  color: var(--medium-gray-color) !important;
  transform: translateY(0);
}

form input::placeholder,
.stsb_login_form input::placeholder,
.stsb_registration_form input::placeholder,
.stsb_password_form input::placeholder,
 [data-elementor-type="popup"] .stsb_newsletter_form input::placeholder,
 #customer-form input::placeholder {
  opacity: 0;
}


#page-login .elementor-repeater-item-15d2187.elementor-field-group-create.elementor-field-group a, #authentication .elementor-field-group-login.elementor-field-group a {
    border: 1px solid var(--black-color);
    height: 55px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

#page-login .elementor-repeater-item-15d2187.elementor-field-group-create.elementor-field-group label.elementor-field-label, #login-form .elementor-field-group-create.elementor-field-group label, #sidebar-login-link label {
    position: initial;
    transform: none;
    font-size: 15px !important;
    line-height: 25px !important;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 0;
}

.divider-login.divider  {
  padding-top: 40px;
  padding-bottom: 20px;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--gray-color); 
}
.circle {
  width: 16px;
  height: 16px;
  border: 2px solid var(--dark-gray-color);
  border-radius: 50%;
  margin: 0 16px; 
  background-color: transparent; 
}

#authentication .custom-checkbox label {
    padding-left: 0;
    display: flex;
    justify-content: center;
}

#authentication .custom-checkbox span {
    -webkit-box-flex: 0;
    -ms-flex: auto;
    flex: auto;
}

.custom-checkbox input[type="checkbox"]:checked+span .checkbox-checked {
    display: none;
}

.custom-checkbox input[type="checkbox"] + span {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  pointer-events: none;
  cursor: pointer;
  border: 2px solid var(--gray-color);
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.25s ease;
  position: relative;
}

.custom-checkbox input[type="checkbox"]:hover + span {
  border-color: var(--primary-color);
}

.custom-checkbox input[type="checkbox"]:checked + span {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.custom-checkbox input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox .elementor-icon-wrapper, label[for="stsb_contact_us_640333e"] {
  display: none !important;
}

.custom-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: var( --dark-gray-color);
}

.custom-checkbox a {
  font-family: var(--font-secondary);
  font-size: 15px;
  line-height: 1.563em;
  font-weight: var(--font-weight-regular);
  color: var( --dark-gray-color);
  text-decoration: underline;
}

a:has(> br:only-child), .stsb_side_panel_list_item:empty {
  display: none !important;
}

a.stsb_side_panel_list_item.stsb_flex_wrapper.stsb_fw_middle:not(:has(*)):not(:has(:not(br))) {
  display: none !important;
}

.alert {
    font-size: 15px;
    font-family: var(--font-secondary);
    line-height: 25px;
    font-weight: var(--font-weight-bold);
    border-radius: 2px;
    margin-bottom: 40px;
}

.alert-warning {
    color: var(--black-color);
}

.alert-success {
    background-color: #DFFBD9;
    border-color: #A8F5A1;
    color: #37C42A;
}

.alert-danger {
    background-color: #FED6D8;
    border-color: #F1A6AA;
    color: #D10C15;
}

/* -----------------------------------------------------------------------
MI CUENTA
-------------------------------------------------------------------------- */

.page-addresses .address .custom-radio input[type="radio"]:checked+span, .page-order .custom-radio input[type="radio"]:checked+span{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
}
.page-order .custom-radio{
  margin-top: 0;
}
body#address header#header + section#wrapper > aside#notifications > .container > .alert, body#history header#header + section#wrapper > aside#notifications > .container > .alert {
    display: none;
}
label[for="field-id_country"], label[for="field-id_state"] {
  display: none;
}

/*body#identity section#wrapper, body#history section#wrapper, body#order-follow section#wrapper{
    padding-bottom: 60px;
}*/

.stsb_my_account_page_nav span.stsb-icon-list-icon {
    visibility: collapse;
    display: none;
}

body#identity .page-header, body#history .page-header, body#order-follow .page-header, body#address .page-header{
    border-bottom: 1px solid var(--gray-color);
    padding-bottom: 14px;
}

body#identity .form-group:has(label[for="field-newsletter"]) {
    margin-bottom: 0px;
    padding-top: 15px;
}

body#identity #content button.btn.btn-primary.form-control-submit {
  margin-top: 15px;
}

.stsb_my_account_page_content h1 {
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
}

.stsb_my_account_page_nav.stsb_my_account_page_nav_left {
    background: var(--light-gray-color);
    padding: 5px 22px 76px 22px;
    margin-right: 50px;
    height: auto;

}

a#sign-out-link, a#addresses-link, a#history-link, a#identity-link, a#address-link {
    padding: 25px 0;
    border-bottom: 1px solid var(--gray-color);
}

.stsb-icon-list-item .stsb-icon-list-item-kuan, a#wishlist-link {
    color: var(--black-color);
    font-size: 18px;
    line-height: 28px;
    font-weight: var(--font-weight-regular);
    font-family: var(--font-secondary);
    gap: 18px;
}

.my_account_nav_active {
  font-weight: var(--font-weight-bold) !important;
}

a#wishlist-link i.material-icons, a#my-account-dashboard-link, a#returns-link, a#order-slips-link, a#discounts-link,a#wishlist-link  {
  display: none;
}

#history-link::before, #identity-link::before, #addresses-link::before, #sign-out-link::before, a#address-link::before,
 section#checkout-personal-information-step span.step-edit::before,
 section#checkout-addresses-step span.step-edit::before,
 section#checkout-delivery-step span.step-edit::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  background-size: contain;
  vertical-align: middle;
}

#history-link::before {
  width: 24px;
  height: 27px;
  background: url("data:image/svg+xml;utf8,<svg width='24' height='27' viewBox='0 0 24 27' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17.3307 9.83628L6.27686 3.46191' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M22.8576 17.9423V8.11669C22.8572 7.68593 22.7435 7.26286 22.5279 6.88992C22.3123 6.51698 22.0025 6.20728 21.6294 5.9919L13.032 1.0791C12.6586 0.863501 12.235 0.75 11.8038 0.75C11.3726 0.75 10.949 0.863501 10.5756 1.0791L1.9782 5.9919C1.60515 6.20728 1.2953 6.51698 1.07972 6.88992C0.864152 7.26286 0.750442 7.68593 0.75 8.11669V17.9423C0.750442 18.3731 0.864152 18.7961 1.07972 19.1691C1.2953 19.542 1.60515 19.8517 1.9782 20.0671L10.5756 24.9799C10.949 25.1955 11.3726 25.309 11.8038 25.309C12.235 25.309 12.6586 25.1955 13.032 24.9799L21.6294 20.0671C22.0025 19.8517 22.3123 19.542 22.5279 19.1691C22.7435 18.7961 22.8572 18.3731 22.8576 17.9423Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M1.08203 6.83887L11.8042 13.0413L22.5264 6.83887' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M11.8037 25.4096V13.0293' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
}

#identity-link::before {
  width: 21px;
  height: 23px;
  background: url("data:image/svg+xml;utf8,<svg width='21' height='23' viewBox='0 0 21 23' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.5 10.5C7.60462 10.5 5.25 8.14538 5.25 5.25C5.25 2.35462 7.60462 0 10.5 0C13.3954 0 15.75 2.35462 15.75 5.25C15.75 8.14538 13.3954 10.5 10.5 10.5ZM10.5 1.75C8.56975 1.75 7 3.31975 7 5.25C7 7.18025 8.56975 8.75 10.5 8.75C12.4303 8.75 14 7.18025 14 5.25C14 3.31975 12.4303 1.75 10.5 1.75ZM0.875 22.75C0.643125 22.75 0.42 22.6581 0.256375 22.4936C0.0927502 22.3291 0 22.1077 0 21.875C0 16.2059 4.31812 12.25 10.5 12.25C16.6819 12.25 21 16.2059 21 21.8715C21 22.3554 20.608 22.7465 20.125 22.7465L0.875 22.75ZM10.5 14C5.67788 14 2.21638 16.8359 1.79375 21L10.5 20.9965H19.2063C18.7819 16.8341 15.3212 14 10.5 14Z' fill='%231D1D1B'/></svg>") no-repeat center;
}

#addresses-link::before, a#address-link::before {
  margin-right: 0;
  width: 20px;
  height: 22px;
  background: url("data:image/svg+xml;utf8,<svg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.75 7.75L9.75 0.75L18.75 7.75V18.75C18.75 19.2804 18.5393 19.7891 18.1642 20.1642C17.7891 20.5393 17.2804 20.75 16.75 20.75H2.75C2.21957 20.75 1.71086 20.5393 1.33579 20.1642C0.960714 19.7891 0.75 19.2804 0.75 18.75V7.75Z' stroke='%231D1D1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M6.75 20.75V10.75H12.75V20.75' stroke='%231D1D1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
}
#sign-out-link::before {
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.75 18.75H2.75C2.21957 18.75 1.71086 18.5393 1.33579 18.1642C0.960714 17.7891 0.75 17.2804 0.75 16.75V2.75C0.75 2.21957 0.960714 1.71086 1.33579 1.33579C1.71086 0.960714 2.21957 0.75 2.75 0.75H6.75' stroke='%231D1D1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M13.75 14.75L18.75 9.75L13.75 4.75' stroke='%231D1D1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M18.75 9.75H6.75' stroke='%231D1D1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
}
section#checkout-personal-information-step span.step-edit::before,
section#checkout-addresses-step span.step-edit::before,
 section#checkout-delivery-step span.step-edit::before {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%22116%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M7.01201%202.22559H2.14156C1.77249%202.22559%201.41855%202.3722%201.15758%202.63316C0.89661%202.89413%200.75%203.24808%200.75%203.61714V13.3581C0.75%2013.7271%200.89661%2014.0811%201.15758%2014.342C1.41855%2014.603%201.77249%2014.7496%202.14156%2014.7496H11.8825C12.2515%2014.7496%2012.6055%2014.603%2012.8665%2014.342C13.1274%2014.0811%2013.274%2013.7271%2013.274%2013.3581V8.4876%22%20stroke%3D%22%23959595%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3Cpath%20d%3D%22M12.2305%201.1823C12.5073%200.905504%2012.8827%200.75%2013.2742%200.75C13.6656%200.75%2014.041%200.905504%2014.3178%201.1823C14.5946%201.4591%2014.7501%201.83452%2014.7501%202.22597C14.7501%202.61742%2014.5946%202.99284%2014.3178%203.26964L7.70792%209.87954L4.9248%2010.5753L5.62058%207.79221L12.2305%201.1823Z%22%20stroke%3D%22%23959595%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E") no-repeat center;
}

.input-group .input-group-btn>.btn[data-action="show-password"] {
  height: 100%;
}

form .form-control-label, label.stsb_newsletter_label {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--font-weight-regular);
  color: var(--dark-gray-color);
  text-align: left;
  padding-top: 0;
}

.form-control-comment {
  padding-left: 24px;
}

section#checkout-personal-information-step .col-md-3.form-control-comment {
  visibility: collapse;
}

section.form-fields {
  border-bottom: 1px solid var(--gray-color);
  padding-bottom: 38px;
}

.page-customer-account #content button.btn.btn-primary.form-control-submit {
    margin-top: 58px;
    width: 100%;
    max-width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-customer-account #content .col-md-6 {
  padding: 0;
  width: 100%;
}

body#identity .col-md-3.form-control-comment {
  width: 0;
}

input[name="newsletter"] ~ em {
  display: none;
}

 #customer-form .form-group label[for="field-firstname"], #customer-form .form-group label[for="field-lastname"] {
  top: 30%;
 }

main .page-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.form-group {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.form-control-select{
    border-color: var(--gray-color);
    border-width: 1px;
    border-radius: 100px;
    padding: 0 24px;
    height: 50px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; 
    background-size: 12px !important;
    background-position-x: 95% !important;
    background: var(--light-gray-color) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABoSURBVHgBfY7BDcAgCEWhXcy7sziDdgZj3MSzXUwLpgfSgv8AIbwXgFprLKVE2EQyxxgDqSdLYpiY9HJwtta6935J1IHmW4GvEEJaAhdN0mAOyvP0Fi/inLMjovvCP0FKGmwm5+ys3QPD91OKXfh4UAAAAABJRU5ErkJggg==") no-repeat scroll right 0.5rem center / 1.25rem 1.25rem;
}

select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

.form-control:focus {
  border-color: var(--gray-color);
}

footer.form-footer.clearfix {
    display: flex;
}

body#addresses #notifications a {
    color: var(--black-color);
    text-decoration: underline;
}

.page-addresses .address, address, .address {
    margin-bottom: 1.875rem;
    font-family: var(--font-secondary);
    font-weight: var(--font-weight-regular);
    font-size: 15px;
    line-height: 25px;
    color: var(--dark-gray-color);
}

.page-addresses .address, body#checkout section.checkout-step .address-item, body#checkout section.checkout-step .address-item.selected{
    border: 1px solid var(--gray-color);
    border-radius: 5px;
    width: 345px;
    height: auto;
}
label[for="field-id_state"] {
    display: none;
}
body#checkout section.checkout-step .address-item {
  background-color: white;
}
body#checkout section.checkout-step .address-item .custom-radio, body#checkout section.checkout-step .custom-radio {
    border: var(--gray-color) 5px solid;
}
body#checkout section.checkout-step .address-item.selected .custom-radio, body#checkout section.checkout-step .custom-radio:has(input[type="radio"]:checked) {
    border: var(--primary-color) 5px solid;
}

body#checkout section.checkout-step .address-item.selected{
  border-color: var(--black-color);
}

body#checkout section.checkout-step .address {
  font-weight: var(--font-weight-regular);
}
.address-body h4, span.address-alias.h4{
    margin-bottom: 10px;
    font-family: var(--font-secondary);
    font-size: 18px;
    line-height: 28px;
    font-weight: var(--font-weight-bold);
    color: var(--black-color);
}

.address-body {
  padding: 24px 23px 0 24px !important;
}

.page-addresses .address .address-footer, body#checkout section.checkout-step .delete-address, body#checkout section.checkout-step .edit-address{
  border-top: 0;
  text-align: end;
  padding-bottom: 14px;
  font-size: 11px;
  color: var(--medium-gray-color) !important;
  padding-top: 0;
}
.page-addresses .address .address-body address {
  margin: 0;
}
body#checkout section.checkout-step .address {
    margin-bottom: 0;
}

.page-addresses .address .address-footer .material-icons {
  display: none;
}

#addresses section#content .col-lg-4.col-md-6.col-sm-6 {
    margin-left: 0;
    padding-left: 0;
    width: auto;
    display: flex;
}

a[data-link-action="add-address"], body#checkout section.checkout-step .add-address {
  font-family: var(--font-secondary);
  font-size: 14px;
  color: var(--black-color) !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  border: 1px solid var(--black-color);
  border-radius: 50px;
  padding: 12px 24px;
}

.page-addresses .address .address-footer a span {
    font-size: 11px;
    color: var(--medium-gray-color);
}

.page-addresses .addresses-footer a span {
    margin-top: 0;
}

.stsb_my_account_page_content aside#notifications + h6 {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-regular);
  margin-bottom: 22px;
}

.stsb_my_account_page_content table th {
    font-family: var(--font-secondary);
    font-weight: var(--font-weight-regular);
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    background: var(--primary-color);
    color: white !important;
    text-align: center;
    vertical-align: middle;
    border-bottom: 0;
    border: 4px solid white;
    border-top-width: 0;
    border-left-width: 0;
}
.stsb_my_account_page_content table th[scope="row"] {
    background: unset !important;
    color: var(--black-color) !important;
    font-weight: var(--font-weight-bold);
}

.stsb_my_account_page_content .table-bordered td, .stsb_my_account_page_content table th[scope="row"] {
    border-bottom-width: 1px !important;
    border-top-width: 1px !important;
    border-bottom: 1px solid var(--gray-color);
    border-top: 1px solid var(--gray-color);
    border-left: 0;
    border-right: 0;
    font-size: 15px;
    line-height: 1.2;
}

.stsb_my_account_page_content .table-bordered td, .stsb_my_account_page_content td.text-sm-center.order-actions a, .stsb_my_account_page_content td i.material-icons {
  color: var(--dark-gray-color);
}

.stsb_my_account_page_content td.text-sm-center.order-actions {
    display: block;
    width: max-content;
    font-weight: var(--font-weight-bold);
    border-top: 0;
}

.stsb_my_account_page_content td.text-sm-center.order-actions a[data-link-action="view-order-details"] {
  margin-right: 20px;
}

.stsb_my_account_page_content .table-labeled .label, #history .orders .order .label {
    background-color: rgb(55, 196, 42, 0.2) !important;
    color: var(--black-color);
    font-weight: var(--font-weight-bold);
    padding: 10px 14px;
}
.stsb_my_account_page_content .order-actions a {
  padding: 0;
}

.stsb_my_account_page_content td.text-sm-center.hidden-md-down .material-icons {
    font-size: 0 !important;
    position: relative;
}

.stsb_my_account_page_content td.text-sm-center.hidden-md-down .material-icons::before {
    content: "";
    width: 11px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;utf8,<svg width='11' height='14' viewBox='0 0 11 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.75 0.5H1.75C1.41848 0.5 1.10054 0.631696 0.866116 0.866116C0.631696 1.10054 0.5 1.41848 0.5 1.75V11.75C0.5 12.0815 0.631696 12.3995 0.866116 12.6339C1.10054 12.8683 1.41848 13 1.75 13H9.25C9.58152 13 9.89946 12.8683 10.1339 12.6339C10.3683 12.3995 10.5 12.0815 10.5 11.75V4.25L6.75 0.5Z' stroke='%23535353' stroke-linecap='round' stroke-linejoin='round'/><path d='M6.75 0.5V4.25H10.5' stroke='%23535353' stroke-linecap='round' stroke-linejoin='round'/><path d='M8 7.375H3' stroke='%23535353' stroke-linecap='round' stroke-linejoin='round'/><path d='M8 9.875H3' stroke='%23535353' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.25 4.875H3.625H3' stroke='%23535353' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.stsb_my_account_page_content td.text-sm-center.hidden-md-down a::after {
    font-family: var(--font-secondary);
    font-weight: var(--font-weight-regular);
    content: " Descargar";
    font-size: 15px;
    color: var(--dark-gray-color);
    margin-left: 6px;
    vertical-align: middle;
}

.stsb_my_account_page_content td.text-sm-center.hidden-md-down a {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.stsb_my_account_page_content td.text-sm-center.hidden-md-down {
  line-height: 1;
}

body#history header.page-header {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

body#history section#content {
    padding-top: 4px;
}

.stsb_my_account_page .table-striped tbody tr:nth-of-type(odd) {
    background: var(--light-gray-color);
}

.stsb_my_account_page_content .table-bordered td {
    padding: 30px 14px;
}

.stsb_my_account_page_content .table-bordered {
  border: 0;
}

.stsb_my_account_page_content td.text-xs-right {
    text-align: center !important;
}

#history .orders .order a h3 {
  margin-top: 0;
  color: var(--black-color);
  font-size: 13px;
}

/* -----------------------------------------------------------------------
CHECKOUT
-------------------------------------------------------------------------- */

.container {
  width: 100%;
  max-width: 1425px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

section.checkout-step.-reachable.-complete.-clickable.-current.js-current-step .content {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  font-family: var(--font-secondary);
  font-size: 15px;
  line-height: 25px;
  font-weight: var(--font-weight-regular);
  text-transform: none;
}

body#checkout section.checkout-step .radio-block {
    padding: 22px 23px 0 23px;
    margin-bottom: 0;
}
body#checkout .js-address-form form p, section#checkout-personal-information-step p {
    color: var(--dark-gray-color);
    font-size: 15px;
    line-height: 1.4;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done, body#checkout section.checkout-step .delete-address .delete, body#checkout section.checkout-step .delete-address .edit, body#checkout section.checkout-step .edit-address .delete, body#checkout section.checkout-step .edit-address .edit {
    display: none;
}

body#checkout section.checkout-step .address-footer {
    padding: 0 17px 0 0;
    text-align: right;
    color: var(--medium-gray-color);
}

body#checkout .cart-grid-right .card {
    max-width: 400px;
}

body#checkout .stsb-step-number-indicator {
    display: flex;
}

body#checkout section.checkout-step.-reachable.-current .step-number, body#checkout section.checkout-step.-reachable.-complete h1 .step-number, body#checkout section.checkout-step .step-number {
  font-family: var(--font-primary-bold);
  width: 44px;
  height: 44px !important;
  font-size: 26px;
  border-radius: 200px;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: flex !important;
    color: var(--gray-color);
    border-color: var(--gray-color);
    height: auto;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    background-color: var(--primary-color);
    color: white !important;
}

body#checkout section.checkout-step .step-title {
  font-family: var(--font-primary-bold);
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 22px;
}

.custom-radio {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 0.1rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    border: var(--primary-color) 5px solid;
    border-radius: 50%;
}

body#checkout .custom-checkbox>label {
    display: block;
}

section#checkout-personal-information-step p, section#checkout-personal-information-step p a {
    color: var(--dark-gray-color);
    font-size: 15px;
    line-height: 1.4;
    padding: 0;
    margin-bottom: 10px;
}

body#checkout .custom-checkbox>label em {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-regular);
  font-size: 12px;
  font-style: normal;
}

body#checkout .custom-checkbox>label, body#checkout .custom-checkbox>label a {
  font-size: 18px;
}

.form-group.row .col-md-6 .input-group{ position: relative; }

.form-group.row .col-md-6 input.form-control[type="text"],
.form-group.row .col-md-6 input.form-control[type="email"],
.form-group.row .col-md-6 input.form-control[type="password"],
.form-group.row .col-md-6 select{
  background-color: var(--light-gray-color);
  border: 1px solid var(--gray-color);
  border-radius: 100px;
  width: 100%;
  height: 62px;                
  padding: 0 24px;             
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: var(--font-weight-regular);          
  line-height: 1;
  color: var(--dark-gray-color);
  padding-top: 5px;
  transition: all .3s ease;
  box-shadow: none;
  outline: none;
}
.form-group.row .col-md-6 input.form-control:focus{
  border-color: var(--gray-color);
  box-shadow: none;
  outline: none;
}
.form-group.row .col-md-6 input.form-control::placeholder{
  opacity: 0;
}

.form-group.row .input-group .input-group-btn{
  position: absolute;
  right: 48px;
  top: calc(50% + 16px);
  transform: translateY(-50%);
  z-index: 5;
  margin: 0;
}
.form-group.row .input-group .input-group-btn .btn{
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;    
  overflow: hidden;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'><path fill='%23777' d='M512 224c-210 0-371 143-464 288 93 145 254 288 464 288s371-143 464-288C883 367 722 224 512 224zm0 480c-106 0-192-86-192-192s86-192 192-192 192 86 192 192-86 192-192 192zm0-320a128 128 0 100 256 128 128 0 000-256z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.form-group.row .input-group .input-group-btn .btn:focus{ outline: none; box-shadow: none; }

#field-password.form-control{ padding-right: 52px; }

.form-group.row{ position: relative; }

.form-group.row > label[for]{
  position: absolute;
  left: 24px;
  top: 35%;
  transform: translateY(-50%);
  z-index: 4;
  margin: 0;
  pointer-events: none;
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: var(--font-weight-regular);          
  line-height: 1;
  color: var(--dark-gray-color);
  transition: all .2s ease;
  max-width: calc(50% - 48px);  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}

.form-group.row > label[for="field-email"] {
    top: 50%;
}

.form-group.row:has(.col-md-6 input.form-control:focus) > label[for],
.form-group.row:has(.col-md-6 input.form-control:not(:placeholder-shown)) > label[for],
.form-group.row:has(.col-md-6 input.form-control:-webkit-autofill) > label[for]{
  top: 10px;                    
  transform: none;
  font-family: var(--font-secondary);
  font-size: 10px;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: .02em;
  color: var(--medium-gray-color);
}

.stsb_checkout_wrapper form .form-group .col-md-6 {
  padding-left: 0;
}

.form-group.row .form-control-comment{
  display: flex;
  align-items: center;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-regular);
  color: var(--dark-gray-color);
  font-size: 12px;
}


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

body#checkout label[for="field-psgdpr"] + .col-md-6 {
  padding-bottom: 20px;
}

body#checkout .custom-checkbox span {
  margin-top: 0.4rem;
}

body#checkout .stsb_checkout_wrapper .cart-grid-body {
    padding: 0 68px 0 0;
}

body#checkout section.checkout-step .step-number {
  border: 1px solid var(--gray-color);
  color: var(--gray-color);
}

span.font-italic.form-informations-option {
    font-style: normal;
    color: var(--dark-gray-color);
}

body#checkout #wrapper {
    padding-top: 30px;
}

body#checkout [data-elementor-type="breadcrumb"],body#checkout #stsb-header .elementor-6 .elementor-element.elementor-element-8531498 {
    display: none;
}

body#checkout .stsb_checkout_wrapper {
    width: 1425px;
    border-top: 1px solid var(--gray-color);
    padding: 70px 0;
}

body#checkout .nav.nav-inline {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  border: none;
}

body#checkout .nav-item {
  list-style: none;
  margin-left: 0;
  order: -2;
  display: flex;
}

body#checkout .nav-link[data-toggle="tab"][href="#checkout-login-form"] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 100%;
  min-width: 386px;
  font-family: var(--font-primary-bold);
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.02rem;
  color: #ffffff;
  background-color: var(--primary-color);
  border-style: none;
  border-radius: 50px 50px 50px 50px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

body#checkout .nav-link[data-toggle="tab"][href="#checkout-login-form"]:hover {
  background-color: #b1c429;
}

body#checkout .nav.nav-inline:has(.nav-link[href="#checkout-login-form"])::before {
  content: "¿YA ESTÁS REGISTRADO EN EL MUNDO?";
  display: block;
  margin-bottom: 17px;
  color: var(--black-color);
  font-family: var(--font-primary-bold);
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}


body#checkout .stsb_checkout_wrapper .cart-grid-right {
    padding-left: 60px;
    border-left: 1px solid var(--gray-color);
}

body#checkout .nav-item:has(.nav-separator) {
  display: flex;               
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 45px 0;
}

body#checkout .nav-link[data-toggle="tab"][href="#checkout-guest-form"] {
  margin-top: 0;
  pointer-events: none;  
  cursor: default;        
  color: inherit;         
  text-decoration: none; 
}


body#checkout .nav-item:has(.nav-separator)::before,
body#checkout .nav-item:has(.nav-separator)::after {
  content: "";
  flex: 1;                      
  height: 1px;
  background-color: var(--gray-color);
}

body#checkout .nav-separator {
  color: transparent;
  width: 16px;
  height: 16px;
  border: 2px solid var(--dark-gray-color);
  border-radius: 50%;
  margin: 0 16px;
  background-color: transparent;
  flex-shrink: 0;              
}


body#checkout .nav-link[data-toggle="tab"][href="#checkout-guest-form"] {
  display: block;
  margin-top: 20px;
  color: var(--black-color);
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--font-primary-bold);
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

body#checkout .nav-link[data-toggle="tab"][href="#checkout-guest-form"]:hover {
  text-decoration: underline;
}

.block-promo {
  display: flex;
}

body#checkout .product-name a, body#checkout .media-list span.product-price, p.promo-code-button.display-promo, body#checkout .cart-summary-products.js-cart-summary-products p, body#checkout div#cart-subtotal-products, .block-promo, body#checkout .stsb_checkout_wrapper .cart-grid-right .card-block, .cart-total-label, .custom-subtotal-line .label{
    font-family: var(--font-secondary) !important;
    font-weight: var(--font-weight-regular) !important;
    font-size: 18px !important; 
    line-height: 28px !important; 
    color: var(--black-color) !important; 
}

body#checkout .cart-summary-products.js-cart-summary-products a, .cart-total-label strong {
    font-weight: var(--font-weight-bold) !important;
}

body#checkout .card-block.cart-summary-totals.js-cart-summary-totals span.value, .cart-total-value {
  font-size: 19px;
  color: #D10C15;
  font-weight: var(--font-weight-bold) !important;
   margin-left: auto;
}

body#checkout .stsb-checkout-cart-quantity {
    right: 0;
    top: 0;
    background: var(--primary-color);
    font-size: 10px;
}

body#checkout .cart-summary-products.js-cart-summary-products svg {
    margin-left: 10px;
}

body#checkout .cart-summary-products.js-cart-summary-products h4 {
    font-family: var(--font-primary-bold);
    text-transform: uppercase;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 36px;
}

body#checkout #cart-summary-product-list img {
    width: 100%;
    border: 0;
    max-width: fit-content;
}

body#checkout a.js-show-details.collapsed {
    font-size: 15px;
    line-height: 25px;
}

.custom-subtotal-line .value, body#checkout .stsb_checkout_wrapper .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line strong {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--font-weight-bold) !important;
}

div#cart-subtotal-products span.value, .custom-subtotal-line .value {
  font-weight: var(--font-weight-regular);
}

.custom-cart-total, .cart-total-label strong {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.tax-note, .product-line-info.product-line-info-secondary .label, .product-line-info.product-line-info-secondary .value, .block-promo .promo-code-button.cancel-promo[aria-expanded="true"], .block-promo .promo-code-button.cancel-promo[aria-expanded="true"]:hover {
  font-size: 15px;
  line-height: 25px;
  color: var(--dark-gray-color);
}

 .product-line-info.product-line-info-secondary .value {
  text-transform: lowercase;
}

body#checkout .product-name {
    padding-bottom: 6px;
}

body#checkout .cart-summary-products.js-cart-summary-products p {
    margin-bottom: 6px;
}

.card-block{
    display: block;
}

.cart-total-separator, .cart-line-separator {
  border: none;
  border-bottom: 1px solid var(--gray-color);
  margin: 20px 0;
}

.shipping p {
    margin-top: 20px;
    color: #37C42A;
    font-size: 15px;
    line-height: 25px;
    font-weight: var(--font-weight-bold);
}

.benefits-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 8px;
}

.benefit {
    display: flex;
    gap: 20px;
    align-items: center;
}

.benefit p {
  font-size: 15px;
  line-height: 16px;
  font-weight: var(--font-weight-regular);
}

.benefit p span {
  font-size: 12px;
}

.stsb_checkout_wrapper .block-promo .promo-code .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 100%;
    min-width: 150px;
    font-family: var(--font-primary-bold);
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.02rem;
    color: #ffffff;
    background-color: var(--primary-color);
    border-style: none;
    border-radius: 0 100px 100px 0;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.stsb_checkout_wrapper .block-promo .promo-input {
    width: auto;
    flex: 1;
    margin: 0;
    display: flex;
    height: 55px;
    border-color: var(--gray-color);
    background: var(--light-gray-color);
    border-radius: 100px 0 0 100px;
    padding-top: 0;
}
body#checkout a.elementor-button:hover {
    color: white;
}

body#checkout a.stsb_mini_product_name.stsb_flex_wrapper:hover {
  color: var(--dark-gray-color);
}

body#checkout .stsb-checkout-cart-right.stsb_flex_wrapper.stsb_fw_top.stsb_fw_gap_10.stsb_flex_child {
    margin-top: 10px;
}

body#checkout .media-list {
    margin-top: 16px;
}

div#delivery-address .form-group.row {
    flex-direction: row;
}


/*Direcciones*/

.js-address-form .form-group.row > label[for] {
    top: 50%;
}

.js-address-form section.form-fields {
    border-bottom: 0;
    padding-bottom: 18px;
}

body#checkout section#checkout-addresses-step .content {
    padding: 30px 0 38px 0;
}
.js-address-form form p {
  color: var(--dark-gray-color);
  font-size: 18px;
  line-height: 28px;
}

body#checkout .cancel-address {
    display: flex;
    margin: 0 0 0 20px;
    text-decoration: none;
}

/*Fin direcciones*/

/*Método de envío*/

body#checkout section.checkout-step {
  padding-top: 22px;
}

.col-md-9.col-md-offset-3:has(input#use_same_address) label {
    margin: 0;
    padding: 0;
}

.col-md-9.col-md-offset-3:has(input#use_same_address) {
    display: flex;
    align-items: center;
}

#use_same_address:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

input#use_same_address {
    accent-color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid var(--gray-color);
    margin-right: 8px;
    background-color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    flex-shrink: 0;
}

body#checkout section.checkout-step .delivery-options .delivery-option {
    padding: 20px;
    margin-bottom: 18px;
    background: white;
    border: 1px solid var(--medium-gray-color);
    border-radius: 5px;
}
.checkout-step .delivery-options {
    margin-top: 38px;
    margin-bottom: 29px;
}
span.carrier-delay {
  font-size: 14px;
  color: var(--medium-gray-color);
}
body#checkout section.checkout-step .delivery-options .delivery-option .custom-radio, body#checkout section.checkout-step .payment-options .custom-radio {
  border-color: var(--gray-color);
}
.row.delivery-option.js-delivery-option:has(input[type="radio"]:checked) .custom-radio, body#checkout section.checkout-step .payment-option:has(input[type="radio"]:checked) .custom-radio {
  border-color: var(--primary-color) !important;
}
.row.delivery-option.js-delivery-option:has(input[type="radio"]:checked), body#checkout section.checkout-step .payment-option:has(input[type="radio"]:checked) {
  border-color: var(--black-color) !important;
}
span.carrier-price {
    font-family: var(--font-secondary);
    font-weight: var(--font-weight-bold);
    font-size: 15px;
    line-height: 25px;
    background: rgb(55, 196, 42, 0.2);
    padding: 10px 14px;
}

body#checkout section.checkout-step .carrier-name {
    font-size: 18px;
    line-height: 28px;
}
.carrier-logo {
    display: none;
}
.delivery-options-list .form-fields{
  max-width: 100%;
  margin: 0 auto;
}
body#checkout section.checkout-step .delivery-options .delivery-option {
  margin: 0 auto 20px 0;
}
body#checkout #delivery>label {
  color: var(--dark-gray-color);
  font-size: 18px;
  line-height: 28px;
}

body#checkout #gift_message textarea, body#checkout #delivery textarea {
    max-width: 100%;
    margin-bottom: 40px;
    border-radius: 10px;
    min-height: 150px;
}

body#checkout section.checkout-step .delivery-options .delivery-option label .carrier .col-xs-12, body#checkout section.checkout-step .delivery-options .delivery-option .col-sm-1,body#checkout section.checkout-step .delivery-options .delivery-option .col-sm-5.col-xs-12, body#checkout section.checkout-step .delivery-options .delivery-option .col-sm-1 + label,body#checkout section.checkout-step .delivery-options .delivery-option .col-sm-4.col-xs-12 {
    padding-right: 0;
    padding-left: 0;
}

body#checkout section.checkout-step .delivery-options .delivery-option .col-sm-1 {
    width: auto;
}

body#checkout section.checkout-step .delivery-options .delivery-option .col-sm-4.col-xs-12 {
  text-align: center;
}

body#checkout section.checkout-step .delivery-options .delivery-option .custom-radio {
    margin-right: 12px;
}

body#checkout section.checkout-step .delivery-options .delivery-option .col-sm-3.col-xs-12 {
    width: auto;
    padding: 0;
}
/*Fin Método de envío*/

/*Método de pago*/

.payment-options {
    padding-top: 30px;
}
body#checkout .condition-label label, body#checkout .condition-label label a {
    margin: 0;
    margin-left: 8px;
    font-size: 18px;
    color: var(--medium-gray-color);
}
body#checkout .condition-label label a {
  text-decoration: underline;
  margin: 0;
}

form#conditions-to-approve ul {
    margin-bottom: 40px;
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 0.5rem;
    padding: 16px 23px;
    margin-bottom: 18px;
    background: white;
    border: 1px solid var(--medium-gray-color);
    border-radius: 5px;
}
body#checkout section.checkout-step .payment-options label {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 8px;
    font-size: 18px;
    line-height: 1;
    font-weight: var(--font-weight-bold);
}

body#checkout section.checkout-step .payment-options label img {
    width: auto;
    max-width: 100px;
    min-width: 50px;
    height: auto;
}
body#checkout .additional-information {
    margin-top: 10px;
    margin-left: 0;
}

#payment-option-1-container label img, #payment-option-2-container label img, #payment-option-3-container label img  {
    display: none;
}

#payment-option-1-container label, #payment-option-1-container label img, #payment-option-2-container label, #payment-option-3-container label {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto auto;
    padding-right: 140px;
}

#payment-option-1-container label {
  background-image: url(/img/cms/sequra.png);
}

#payment-option-2-container label {
  background-image: url(/img/cms/visa.png);
}

#payment-option-3-container label {
  background-image: url(/img/cms/bizum.png);
}


/*Fin Método de pago*/
/* -----------------------------------------------------------------------
BLOG
-------------------------------------------------------------------------- */
.share-post a {
    border: 1px solid var(--black-color) !important;
    border-radius: 50px !important;
    padding: 13px 25px !important;
    height: 46px;
    display: flex;
    align-items: center;
}

/* -----------------------------------------------------------------------
TIENDAS
-------------------------------------------------------------------------- */
.banner-tienda-siero .stsb-swiper-container .swiper-slide, .banner-tienda-gijon .stsb-swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-tienda-siero .stsb-swiper-container .swiper-slide:nth-child(1) {
  background-image: url("/img/cms/tienda-siero-1.jpg");
}

.banner-tienda-siero .stsb-swiper-container .swiper-slide:nth-child(2) {
  background-image: url("/img/cms/tienda-siero-2.jpg");
}

.banner-tienda-siero .stsb-swiper-container .swiper-slide:nth-child(3) {
  background-image: url("/img/cms/tienda-siero-3.jpg");
}

.banner-tienda-siero .stsb-swiper-container .swiper-slide:nth-child(4) {
  background-image: url("/img/cms/tienda-siero-4.jpg");
}

.banner-tienda-oviedo .stsb-swiper-container .swiper-slide:nth-child(1) {
  background-image: url("/img/cms/tienda-oviedo-1.jpg");
}

.banner-tienda-oviedo .stsb-swiper-container .swiper-slide:nth-child(2) {
  background-image: url("/img/cms/tienda-oviedo-2.jpg");
}

.banner-tienda-oviedo .stsb-swiper-container .swiper-slide:nth-child(3) {
  background-image: url("/img/cms/tienda-oviedo-3.jpg");
}

.banner-tienda-oviedo .stsb-swiper-container .swiper-slide:nth-child(4) {
  background-image: url("/img/cms/tienda-oviedo-4.jpg");
}

.banner-tienda-gijon .stsb-swiper-container .swiper-slide:nth-child(1) {
  background-image: url("/img/cms/tienda-gijon-1.jpg");
}

.banner-tienda-gijon .stsb-swiper-container .swiper-slide:nth-child(2) {
  background-image: url("/img/cms/tienda-gijon-2.jpg");
}

.banner-tienda-gijon .stsb-swiper-container .swiper-slide:nth-child(3) {
  background-image: url("/img/cms/tienda-gijon-3.jpg");
}

.banner-tienda-gijon .stsb-swiper-container .swiper-slide:nth-child(4) {
  background-image: url("/img/cms/tienda-gijon-4.jpg");
}
/* -----------------------------------------------------------------------
PROFESIONALES
-------------------------------------------------------------------------- */
.btn-info span.elementor-button-content-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
}

.btn-info .elementor-button-icon svg {
    width: 7px;
}


/* -----------------------------------------------------------------------
POP-UP
-------------------------------------------------------------------------- */

#pop-up-newsletter:has(form.stsb_newsletter_form.stsb_newsletter_block.stsb_display_none) #h-newsletter,
#pop-up-newsletter:has(form.stsb_newsletter_form.stsb_newsletter_block.stsb_display_none) #p-newsletter,
#pop-up-newsletter form.stsb_newsletter_form.stsb_newsletter_block.stsb_display_none {
  display: none !important;
}

.bienvenido-newsletter{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 24px;
}

.cupon {
    border: 1px dashed white;
    width: fit-content;
    padding: 0px 10px;
    border-radius: 2px;
}

.stsb_side_panel_content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* -----------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------------- */

.legal-footer-icon .elementor-widget-container {
  display: flex;
}

.newsletter-footer {
  width: 100%;
}

.e-con.e-con>.e-con-inner>.elementor-widget.newsletter-footer {
  max-width: 525px;
}

.newsletter-footer .stsb_flex_container {
  position: relative;
}


.newsletter-footer .stsb_newsletter_email {
  height: 3rem;
  padding: 0 1.5rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  outline: none;
}

.newsletter-footer .stsb_newsletter_subscribe_btn {
  position: absolute;
  right: 1px;
  top: 0px;
  bottom: 3px;
  height: calc(100% - 6px);
  text-transform: uppercase;
  padding: 0 1.8rem;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.newsletter-footer .stsb_newsletter_subscribe_btn:hover {
  transform: translateX(4px);
}

.newsletter-footer .stsb_flex_container {
  overflow: visible;
}


.newsletter-footer .stsb_newsletter_item.elementor-repeater-item-9f58ad0 {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

.newsletter-footer .stsb_newsletter_acceptance_text, .newsletter-footer s.stsb_newsletter_acceptance_text {
  color: var(--dark-gray-color);
  font-family: var(--font-secondary);
}

.newsletter-footer .custom-checkbox .custom-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.newsletter-footer .custom-checkbox .custom-input-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid var(--gray-color);
  margin-right: 8px;
  background-color: #fff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  flex-shrink: 0;
}

.newsletter-footer .custom-checkbox {
  display: flex;
  align-items: center;
}

.newsletter-footer .custom-checkbox .custom-input:checked + .custom-input-item {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.newsletter-footer .custom-checkbox .custom-input-item svg {
  width: 12px;
  height: 12px;
  fill: #fff;
  opacity: 0;
  transform: opacity 0.2s ease, transform 0.2s ease;
  position: absolute; 
  pointer-events: none; 
}

.newsletter-footer .custom-checkbox .custom-input-item {
  position: relative !important; 
  top: 0 !important;
  margin-top: 0 !important;
}

.newsletter-footer .custom-checkbox .custom-input:checked + .custom-input-item svg {
  opacity: 1;
  transform: scale(1);
}


.stsb_newsletter_acceptance_text a {
  position: relative;
  color: inherit;
  text-decoration: none;
  display: inline-block;            
}

.stsb_newsletter_acceptance_text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;                         
  width: 100%;
  will-change: transform;
  height: 0.8px;
  background-color: currentColor;
  transform-origin: left center;     
  transform: scaleX(1);              
  transition: transform 0.35s ease;
}

.stsb_newsletter_acceptance_text a:hover::after {
  transform: scaleX(0);              
}

/* ====================
Botones
==================== */
.elementor-button {
  min-height: 48px;
  display: flex;
  align-items: center;
  width: max-content;
  justify-content: center;
  border-radius: 50px;
  font-weight: 700;
  font-family: "D-DIN";
  letter-spacing: 0.02em;
  background-color: var(--primary-color);
  color: #fff;
}

.elementor-button:hover {
  background-color: #fff;
  color:var(--black-color);
}

.elementor-button-info .elementor-button {
  background-color: #fff;
  color:var(--black-color);
}

.elementor-button-info .elementor-button {
  background-color: #fff !important;
  color:var(--black-color);
}

.elementor-button-info .elementor-button:hover {
  background-color: var(--black-color) !important;
  color: #fff;
}

/* ====================
Header: Iconos de carrito
==================== */
@media (max-width: 992px) {
  .header-icons .elementor-icon-box-sub-title {
    display: none;
  }
}

/* ====================
Header: Carrito
==================== */
.cart-icon.elementor-widget-icon-box .elementor-icon-box-title {
  padding: 3px 6px 2px 6px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  position: absolute;
  left: auto;
  right: 10px;
  top: 12px;
}

.cart-icon.elementor-widget-icon-box .elementor-icon-box-title a {
  color: #fff !important;
  font-weight: 700 !important;
  font-family: "D-Din Bold", sans-serif !important;
  font-size: 11px !important;
}

/* ====================
Buscador
==================== */
.stsb_search_form_input {
  padding-left: 30px;
}

/* -----------------------------------------------------------------------
MEDIA
-------------------------------------------------------------------------- */
@media (max-width: 360px) {
  .custom-checkbox label, .custom-checkbox a {
    font-size: 12px;
    gap: 4px;
  }
}
@media (max-width: 576px) {
  body#checkout section.checkout-step .content {
    padding: 0 0 50px 0;
  }
  body#checkout section.checkout-step .payment-options .payment-option {
      margin-bottom: 10px;
  }
  form#conditions-to-approve ul {
    margin-bottom: 20px;
  }
  body#checkout .condition-label label, body#checkout .condition-label label a {
    font-size: 15px;
  }
  body#checkout section.checkout-step .delivery-options .delivery-option .col-sm-4.col-xs-12 {
    text-align: left;
    padding-bottom: 12px;
  }
  body#checkout section.checkout-step .carrier-name {
    font-size: 16px;
    line-height: 24px;
  }
  body#checkout section.checkout-step .payment-options label {
    font-size: 15px;
  }
  body#checkout section.checkout-step .delivery-options .delivery-option{
    margin: 0 auto 10px 0;
  }
  body#product span.stsb_pm_info_v.stsb_flex_child {
      font-size: 13px;
  }
  .el-mundo-breadcumb .stsb_breadcrumb_ul {
      display: flex;
      flex-wrap: nowrap !important;   
      overflow-x: auto;              
      overflow-y: hidden;          
      -webkit-overflow-scrolling: touch; 
      scrollbar-width: none;
  }
  .el-mundo-breadcumb .stsb_breadcrumb_ul::-webkit-scrollbar {
      display: none;
  }
  .el-mundo-breadcumb .stsb_breadcrumb_ul > li {
      white-space: nowrap;
  }
  button.btn.btn-comment.btn-comment-big.post-product-comment.deja-tu-opinion, .product-reviews-count {
    font-size: 13px !important;
  }
  .swiper-scrollbar-drag {
    width: 122px !important;
  }
  a.stsb_flex_container.stsb_category_sort_link[title="Sort"] .stsb_dropdown_label {
    margin-right: 6px;
    font-size: 13px;
    font-weight: var(--font-weight-bold);
  }
  .page-addresses .addresses-footer a span {
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    line-height: 100%;
  }
  a.stsb_flex_container.stsb_category_sort_link[title="Sort"] .stsb_icon_wrapper svg {
    width: 14px;
  }
  a.stsb_flex_container.stsb_category_sort_link[title="Sort"] {
    padding: 11px 15px;
  }
  [data-elementor-type="sidecart"] .stsb_mini_product_name_wrapper a.stsb_mini_product_name.stsb_flex_wrapper {
    max-width: 10.875rem;
    font-size: 18px;
    line-height: 24px;
  }
  [data-elementor-id="362"].stsb_side_panel_content {
    justify-content: flex-start;
  }
  body#identity section#wrapper, body#history section#wrapper, body#order-follow section#wrapper {
    padding-bottom: 0;
    }
    .page-customer-account #content {
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
    .form-group.row .form-control-comment {
      line-height: 1.4;
    }
     .container {
        width:540px !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    .stsb_my_account_page_nav_top .stsb-icon-list-items {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      gap: 20px;
      scrollbar-width: none;
    }
    .stsb-icon-list-item .stsb-icon-list-item-kuan, a#wishlist-link {
      font-size: 13px;
      line-height: 25px;
    }
    .stsb_my_account_page_nav.stsb_my_account_page_nav_top {
      border-top: 1px solid var(--gray-color);
      border-bottom: 1px solid var(--gray-color);
      margin: 20px 0;
    }
    #post-product-comment-form label.form-label, #post-product-comment-form input[type="text"], #post-product-comment-form textarea {
      width: 100%;
    }
    #post-product-comment-form label[for="comment_content"] {
      line-height: normal;
      margin: 0;
    }
    #post-product-comment-modal form .row {
      margin-bottom: 0;
    }
}

@media (min-width: 576px) {
    .container {
        width:540px;
        max-width: 100%
    }
}

@media (max-width: 767.98px){
  [data-elementor-type="sidecart"] .stsb_cart_product_attribute_item:first-child::before {
    display: none;
  }
  .page-addresses .address .address-footer, body#checkout section.checkout-step .delete-address, body#checkout section.checkout-step .edit-address {
    font-size: 12px;
  }
  body#checkout .stsb_checkout_wrapper {
    gap: 0;
  }
  body#checkout #wrapper, body#checkout section.checkout-step.-complete:first-of-type .step-title {
    padding-top: 0;
  }
  body#checkout section.checkout-step {
    padding: 22px 0 0 0;
  }
  body#checkout section.checkout-step .step-number {
    font-size: 22px !important;
    width: 36px;
    height: 36px !important;
  }
  body#checkout section.checkout-step .step-title {
    font-size: 22px !important;
    line-height: 24px;
  }
  body#checkout .cart-summary-products.js-cart-summary-products h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .cart-grid-right {
    margin-top: 50px;
  }
  body#checkout .stsb_checkout_wrapper {
    padding: 0px 0 40px 0;
  }
  body#checkout .stsb_checkout_wrapper .cart-grid-body {
      padding: 0 !important;
  }
  body#checkout section#checkout-addresses-step .content {
    padding: 10px 0 18px 0;
  }
  body#checkout .js-address-form form p {
    display: none;
  }
  body#checkout section.checkout-step .address-selector {
    display: block;
  }
  body#checkout section.checkout-step #delivery-addresses {
    margin-top: 22px;
    padding-bottom: 14px;
  }
  body#checkout section.checkout-step .address-item {
    margin-bottom: 30px;
  } 
  body#checkout .js-address-form form, body#checkout section#content {
    margin-bottom: 0 !important;
  }
  body#checkout section.checkout-step .add-address {
    margin-top: 0;
    margin-bottom: 0;
}
  body#checkout .form-group {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .col-md-9.col-md-offset-3:has(input#use_same_address) label {
    font-size: 13px;
  }
  .js-address-form .clearfix {
    display: flex;
    margin-top: 30px;
  }
  #history .orders {
    margin: 0;
  }
  #history .orders .order:nth-of-type(odd) {
    background-color: var(--light-gray-color);
  }
  #history .orders .order {
    padding: 18px 20px;
    border-bottom: 1px solid var(--gray-color);
}
  .page-customer-account #content .date, .page-customer-account #content .date .total {
    font-size: 13px;
    color: var(--dark-gray-color);
  }
  .orders.hidden-md-up .col-xs-2.text-xs-right {
    display: flex;
    justify-content: flex-end;
  }
  body#history section#content {
    padding: 10px 0 0 0 !important;
  }
  .form-group.row > label[for]{
    left: 24px;
    max-width: calc(100% - 72px);
  }
  .d-768-none {
    display: none !important;
  }

  .banner-main-home
  .stsb-swiper-container
  .swiper-slide:nth-child(3)
  .elementor-button {
  background-color: #fff;
  color:var(--black-color);
}

.banner-tienda-siero .stsb_image_caption_inner, .banner-tienda-oviedo .stsb_image_caption_inner, .banner-tienda-gijon .stsb_image_caption_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-tienda-siero .swiper-pagination, .banner-tienda-oviedo .swiper-pagination, .banner-tienda-gijon .swiper-pagination {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  margin: 14px;
  background-color: rgb(29 29 27 / 21%);
  width: max-content;
  padding: 4px 6px;
  border-radius: 21px;
  gap: 6px;
}

.banner-tienda-siero .swiper-pagination-bullet, .banner-tienda-oviedo .swiper-pagination-bullet, .banner-tienda-gijon .swiper-pagination-bullet{
  margin: 0 !important;
  width: 8px !important;
  height: 8px;
  border-radius: 50px;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.banner-tienda-siero .swiper-pagination-bullet-active, .banner-tienda-oviedo .swiper-pagination-bullet-active, .banner-tienda-gijon .swiper-pagination-bullet-active {
  width: 24px !important;
}
.bienvenido-newsletter {
  max-width: 15.375rem;
}

}

@media (max-width: 768px) {
  div#slider-tiendas .elementor-swiper-button.elementor-swiper-button-next,div#slider-tiendas .elementor-swiper-button.elementor-swiper-button-prev.stsb-swiper-button-prev.stsb_icon_wrapper.swiper-button-disabled, div#slider-tiendas .elementor-swiper-button.elementor-swiper-button-prev.stsb-swiper-button-prev.stsb_icon_wrapper {
      display: none;
    }
  div#_desktop_search_filters_clear_all {
    margin-top: 0;
  }
  button.btn.btn-tertiary.js-search-filters-clear-all {
    right: 15%;
  }
  #search_filters .hidden-sm-down {
    display: block !important;
  }
  #search_filters section.facet[data-type="price"] p.facet-title {
    display: block !important;
  }
  .elementor-widget-st-category-filter div#search_filters .facet > .facet-title, div#search_filters > p.text-uppercase.h6.hidden-sm-down {
      display: none !important;
  }
  body#identity .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  #history-link::before, #identity-link::before, #addresses-link::before, #sign-out-link::before, a#address-link::before, .col-md-3.form-control-comment {
    display: none !important;
  }
  body#identity section#wrapper aside + .container, body#history section#wrapper aside + .container, body#addresses section#wrapper aside + .container, body#addresses section#wrapper aside + .container {
    padding-top: 0 !important;
  }
  a#sign-out-link, a#addresses-link, a#history-link, a#identity-link, a#address-link {
    padding: 0;
    border-bottom: 0;
  }
  body:not(.lang-rtl) .stsb_my_account_page_nav .stsb-icon-list-icon {
    display: none;
  }
  .my_account_nav_active {
    position: relative;
    color: inherit;
    text-decoration: none;
    display: inline-block;            
  }

  .my_account_nav_active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;                         
    width: 100%;
    will-change: transform;
    height: 2px;
    background-color: currentColor;
    transform-origin: left center;     
    transform: scaleX(1);              
    transition: transform 0.35s ease;
  }

  .my_account_nav_active:hover::after {
    transform: scaleX(0);              
  }
}

@media (min-width: 768px) {
    .container {
        width:720px;
        max-width: 100%
    }
    div#slider-tiendas .elementor-swiper-button.elementor-swiper-button-next,div#slider-tiendas .elementor-swiper-button.elementor-swiper-button-prev.stsb-swiper-button-prev.stsb_icon_wrapper.swiper-button-disabled, div#slider-tiendas .elementor-swiper-button.elementor-swiper-button-prev.stsb-swiper-button-prev.stsb_icon_wrapper {
      top: calc(100% - 52px);
    }
    div#slider-tiendas .elementor-swiper-button.elementor-swiper-button-prev.stsb-swiper-button-prev.stsb_icon_wrapper.swiper-button-disabled, div#slider-tiendas .elementor-swiper-button.elementor-swiper-button-prev.stsb-swiper-button-prev.stsb_icon_wrapper {
      left: calc(100% - 110px);
    }
}

@media (max-width: 992px) {
    .heading-slider-category {
      padding-bottom: 20px;
      max-width: 18rem;
      line-height: 26px;
    }
    [data-widget_type="product_slider.default"] .stsb_heading {
      margin-bottom: 10px;
      max-width: 18rem;
      line-height: 26px;
    }
  [data-elementor-type="sidecart"] .stsb_cart_product_attribute_wrapper {
      justify-content: flex-end;
    }
    body#checkout section.checkout-step .step-title {
      font-size: 24px;
      line-height: 26px;
    }
    body#checkout section.checkout-step.-reachable.-current .step-number, body#checkout section.checkout-step.-reachable.-complete h1 .step-number, body#checkout section.checkout-step .step-number {
      width: 34px;
      height: 34px !important;
      font-size: 18px;
    }
    label.js-terms {
      font-size: 12px;
      line-height: 1.2;
    }
    #conditions-to-approve li, .checkout-step .payment-options .payment-option {
      display: flex;
      align-items: flex-start;
    }
    .stsb_checkout_wrapper .cart-grid-right {
      width: 100%;
    }
    body#checkout .cart-grid-right .card {
      max-width: 100%;
    }
    body#checkout section.checkout-step .address-selector {
      flex-direction: column;
    }
    .page-addresses .address, body#checkout section.checkout-step .address-item, body#checkout section.checkout-step .address-item.selected {
      width: 100%;
    }
  /* ======================================================================
  FILTOS - Maquetación móviles
  =============================================================================== */
  #btn-filtro-movil {
      text-align: center;
      max-width: calc(100% - 26px);
      position: absolute;
      bottom: 0;
      z-index: -1;
      margin-bottom: 110px;
      cursor: pointer;
  }
  button.btn.btn-tertiary.js-search-filters-clear-all {
      width: auto;
      background: var(--gray-color);
      margin: 0;
  }
  #search_filters section.facet[data-type="price"] ul li {
      display: flex;
      flex-direction: column-reverse;
      padding-top: 18px;
      gap: 16px;
  }
  #search_filters section.facet[data-type="price"] ul li p {
      font-family: var(--font-secondary);
      font-size: 13px;
      line-height: 1;
      font-weight: var(--font-weight-regular);
      color: var(--dark-gray-color);
      margin-bottom: 0;
  }
  #filtros {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      background: #fff;
      z-index: 9999;
      overflow-y: auto;
      transform: translateX(0);
      opacity: 1;
      transition: all 0.3s ease;
  }
  div#filtros {
      display: none;
  }
  div#search_filters {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
  }
  div#filtros .elementor-widget-container{
      width: 100%;
  }
  #search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
      padding-top: 0;
  }
  #search_filters .facet .title .collapse-icons {
      height: auto;
      width: auto;
  }
  #search_filters section.facet[data-type="price"] {
      order: 0;
      padding: 0px 11px 0px 11px;
  }
  #search_filters section.facet[data-type="attribute_group"][data-name="Tamaño"] {
      order: 1;
  }
  #search_filters section.facet[data-type="attribute_group"][data-name="Color"] {
      order: 2;
      border-bottom: 1px solid var(--gray-color);
  }
  #search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title {
      font-family: var(--font-primary-bold);
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      font-weight: normal;
      color: var(--black-color) !important;
  }
  #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
      color: var(--dark-gray-color);
  }
  #search_filters label .color,   #search_filters .variant-links .color,   #search_filters .custom-checkbox input[type="checkbox"]+span.color {
      margin: 0;
  }
  #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
     margin-top: 5px;
  }
  section.facet[data-type="attribute_group"] .title.hidden-md-up {
    display: flex !important;
    padding: 24px 0px 20px 0px;
    border-top: 1px solid var(--gray-color);
    justify-content: space-between;
    align-items: center;
  }
  section.facet[data-type="attribute_group"] {
    padding-left: 11px;
    padding-right: 11px;
  }
  section.facet[data-type="attribute_group"] .navbar-toggler {
    padding: 0;
  }
  #search_filters .facet .title .collapse-icons i {
    line-height: 0;
    height: auto;
    width: auto;
  }
  #search_filters
    section.facet[data-type="attribute_group"]
    .title.hidden-md-up[aria-expanded="true"]
    i.material-icons.add {
    transform: rotate(180deg);
  }

  #search_filters
    section.facet[data-type="attribute_group"]
    .title.hidden-md-up[aria-expanded="false"]
    i.material-icons.add {
    transform: rotate(360deg);
  }

  #search_filters section.facet[data-type="attribute_group"] ul.collapse.in, #search_filters section.facet[data-type="attribute_group"] ul.collapse {
    display: block;
  }

  section.facet[data-type="attribute_group"] p.h6.facet-title.hidden-sm-down,
  #search_filters section.facet[data-type="attribute_group"] ul.collapse,
  #search_filters
    section.facet[data-type="attribute_group"]
    .title.hidden-md-up.collapsed
    i.material-icons.remove,
  #search_filters
    section.facet[data-type="attribute_group"]
    .title.hidden-md-up
    i.material-icons.remove,
  #search_filters
    section.facet[data-type="attribute_group"]
    p.h6.facet-title.hidden-sm-down
    i.material-icons.remove {
    display: none;
  }

  p.h6.facet-title {
    margin-bottom: 0;
  }
  div#close-mobile-filters-modal-button {
    display: flex;
    align-items: center;
  }
  div#filtros-aplicados {
    padding-bottom: 0;
  }
  div#modal-applied-filters ul {
    margin-bottom: 0;
    padding-bottom: 21px;
  }
  section#js-active-search-filters {
    display: none;
  }
  div#btn-filtros span.elementor-button-icon svg {
    width: 20px;
    height: auto;
    margin-right: 4px;
  }
  #search_filters section.facet[data-type="attribute_group"][data-name="Color"] .facet-label a, #search_filters section.facet[data-type="attribute_group"][data-name="Medida"] .facet-label a {
    margin-left: 10px;
  }
  #search_filters section.facet[data-type="attribute_group"][data-name="Color"] .facet-label a, #search_filters section.facet[data-type="attribute_group"][data-name="Medida"] .facet-label a {
    margin-top: 0;
  }
  #search_filters section.facet[data-type="attribute_group"][data-name="Color"] .facet-label .custom-checkbox, #search_filters section.facet[data-type="attribute_group"][data-name="Medida"] .custom-checkbox input[type="checkbox"], #search_filters [data-name="Medida"] .facet-label .custom-checkbox{
    top: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  #search_filters section.facet[data-type="attribute_group"][data-name="Color"] .facet-label,#search_filters section.facet[data-type="attribute_group"][data-name="Medida"] .facet-label {
    display: flex;
    align-items: center;
  }
  #search_filters section.facet[data-type="attribute_group"][data-name="Color"] ul li, #search_filters section.facet[data-type="attribute_group"][data-name="Medida"] ul li  {
    margin-bottom: 10px;
  }
  #search_filters section.facet[data-type="attribute_group"][data-name="Color"] .custom-checkbox input[type="checkbox"] + span,  #search_filters [data-name="Medida"] .custom-checkbox input[type="checkbox"] + span {
    margin-right: 0;
  }

  /* ======================================================================
  FIN FILTOS - Maquetación móviles
  =============================================================================== */

  div[data-widget_type="product_slider.default"] .stsb-swiper-button-tr, div[data-widget_type="postslider.default"] .stsb-swiper-button-tr,  div[data-widget_type="categoryslider.default"] .stsb-swiper-button-tr {
    display: none;
  }
  footer .stsb_accordion_content {
    padding: 5px 0 20px 0;
  }
}

@media (min-width: 992px) {
    .container {
        width:960px;
        max-width: 100%
    }
    body#identity section#wrapper aside + .container, body#history section#wrapper aside + .container, body#addresses section#wrapper aside + .container, body#addresses section#wrapper aside + .container {
      padding-left: 0;
      padding-top: 34px;
      padding-bottom: 60px;
  }

  /* ======================================================================
  FILTOS - Maquetación PC
  =============================================================================== */
  section.active_filters {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: .625rem 1.875rem !important;
  }

  section.active_filters ul {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
  }
  section.active_filters ul li.filter-block {
      margin-bottom: 0 !important;
  }
  div#_desktop_search_filters_clear_all {
      margin-left: auto;
  }
  div#search_filters section.facet {
      position: relative;
      padding: initial;
      border: 1px solid var(--black-color);
      border-radius: 50px;
      width: fit-content;
      height: 41px;
      display: flex;
      text-align: center;
      align-items: center;
      justify-content: center;
  }
  div#search_filters section.facet p.facet-title {
      overflow: initial !important;
      text-overflow: initial !important;
      width: fit-content;
      padding: 11px 18px 11px 25px;
  }
  
  div#search_filters section.facet p.facet-title::after {
      content: "";
      display: inline-block;
      width: 12px;
      height: 7px;
      margin-left: 10px;
      vertical-align: middle;
      background-image: url("data:image/svg+xml;utf8,<svg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.5303 0.530334L5.53027 5.53034L0.530274 0.530336' stroke='%231D1D1B' stroke-width='1.5'/></svg>");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transition: transform ease-in-out;
  }
  div#search_filters section.facet:has(ul.display-filter) p.facet-title::after {
      transform: rotate(180deg);
  }
  div#search_filters section.facet:hover, div#search_filters section.facet p.facet-title:hover {
      cursor: pointer
  }
  div#search_filters section.facet ul {
      --distance: 10px;
      display: none;
      position: absolute;
      top: 56px;
      left: 0;
      z-index: 1;
      width: 312px;
      max-height: 380px;
      overflow-x: hidden;
      overflow-y: auto;
      margin-top: var(--distance);
      padding: 26px 16px 30px 19px;
      border-radius: var(--distance);
      background-color: white;
      box-shadow: 0px 1px 4px 0px #00000040;
      scrollbar-width: thin;
      scrollbar-color: #000 transparent;
  }
  div#search_filters section.facet ul.faceted-slider {
      left: 0%;
  }
  div#search_filters section.facet ul.collapse, div#search_filters section.facet ul::-webkit-scrollbar-button {
      display: none;
  }
  div#search_filters section.facet ul::-webkit-scrollbar-button {
      width: 0;
      height: 0;
  }
  div#search_filters section.facet ul::-webkit-scrollbar {
      width: 2px;                          
  }
  div#search_filters section.facet ul::-webkit-scrollbar-track {
      background: transparent;              
  }
  div#search_filters section.facet ul::-webkit-scrollbar-thumb {
      background: var(--black-color);                     
      border-radius: 0px;                  
  }
  div#search_filters section.facet ul::-webkit-scrollbar-thumb:hover {
      background: var(--black-color);                     
  }
  select::-webkit-scrollbar {
  width: 6px;
  }
  select::-webkit-scrollbar-track {
  background: #f3f3f3;
  border-radius: 0;
  }
  select::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
  }
  select::-webkit-scrollbar-thumb:hover {
  background: #333;
  }
  select::-webkit-scrollbar-button {
  display: none;
  }
  select {
  scrollbar-width: thin;
  scrollbar-color: #000 #f3f3f3;
  }
  /* ======================================================================
  FIN FILTOS - Maquetación PC
  =============================================================================== */

}
@media (max-width: 1200px) {
  .container-tag-stop-and-go {
    display: none !important;
  }
}
@media (min-width: 1200px) {
    .container {
        width:1140px;
        max-width: 100%
    }
    .stsb_checkout_wrapper {
      --gap: 20px;
    }
}

@media(min-width: 1440px){
  .container {
    width: 100%;
    max-width: 1425px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  .stsb_checkout_wrapper {
    --gap: 0px;
  }
}

@media (max-width: 1340px) {
  body#checkout .stsb_checkout_wrapper {
    display: flex;
    flex-direction: column;
  }
}


@media (max-width: 1360px) {
  .stsb_checkout_wrapper .cart-grid-right {
    width: 100%;
  }
  .stsb_checkout_wrapper {
    --gap: 20px;
  }
  body#checkout .stsb_checkout_wrapper .cart-grid-right {
    padding-left: 0px;
    border-left: 0;
  }
  body#checkout .stsb_checkout_wrapper .cart-grid-body {
        padding: 0 28px 0 0;
  }
  body#checkout .stsb_checkout_wrapper {
    width: auto;
  }
  body#checkout .cart-grid-right .card {
    max-width: 100%;
  }
}

@media(max-width: 1440px){
  .active_filters {
    padding: 38px 15px;
  }
  body#identity section#wrapper aside + .container, body#history section#wrapper aside + .container, body#addresses section#wrapper aside + .container, body#addresses section#wrapper aside + .container {
    padding-left: 15px;
    padding-bottom: 60px;
    margin: 0;
  }
}

@media(max-width: 1600px){
  .dropdown-menu-left {
    left: -100%;
  }
}

@media(min-width: 1600px){
  #identity .container {
    padding-left: 0;
  }
}