@media (min-width: 1200px) {
    .container {
        width: 1460px;
        max-width: 100%;
    }
}
.stsb_pm_price_item.stsb_pm_old_price {
    text-decoration: line-through;
}

body#addresses .address-footer a:first-child{
	display:none;
}

body#checkout footer.address-footer a.edit-address{
	display: none;
}

/* Estilos básicos para los contenedores */
.s-home-banners .elementor-element[data-e-bg-lazyload] {
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease-in-out;
  overflow: hidden; /* Evita que el contenido se desborde al escalar */
}

/* Efecto de escalado en el contenedor */
.s-home-banners .elementor-element[data-e-bg-lazyload]:hover {
  transform: scale(1.1); /* Aumenta el tamaño del contenedor al 110% */
  z-index: 9;
}


/* CMS */
#cms .stsb_cms_content {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 50px 0;
}

#cms .stsb_cms_content h3 {
    font-size: 1.1em;
    color: #444;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

#cms .stsb_cms_content p {
    font-size: 1em;
    margin-bottom: 15px;
    text-align: justify;
}

#cms .stsb_cms_content p:last-child {
    margin-bottom: 0;
}

#cms .stsb_cms_content a {
    color: #007bff;
    text-decoration: none;
}

#cms .stsb_cms_content a:hover {
    text-decoration: underline;
}
#header .s-submenu .sbmenu_mu_level_1{
	justify-content: space-between;
    display: flex;
    gap: 15px;
}
p.cart_message_preorder {
    font-weight: 700;
    text-align: center;
    padding: 10px 20px;
    border-radius: 3px;
    border: 2px solid;
    border-color: #b80605;
}

/*PAGINACION*/
.stsb_cate_pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.stsb_cate_pagination li {
  display: flex;
}

.stsb_cate_pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px; /* Tamaño uniforme para los cuadros */
  height: 40px; /* Tamaño uniforme para los cuadros */
  margin: 0 3px;
  text-decoration: none;
  color: #000; /* Texto en negro */
  background-color: #fff; /* Fondo blanco */
  border: 2px solid #000; /* Borde negro */
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
}

.stsb_cate_pagination a:hover {
  background-color: #B90505; /* Fondo rojo corporativo al pasar el ratón */
  color: #fff; /* Texto en blanco al pasar el ratón */
}

.stsb_cate_pagination .stsb_page_current a {
  background-color: #B90505; /* Fondo rojo corporativo para el elemento activo */
  color: #fff; /* Texto en blanco para el elemento activo */
  border-color: #B90505; /* Borde rojo corporativo */
  pointer-events: none; /* Desactiva el clic en el elemento activo */
}

.stsb_cate_pagination .stsb_page_spacer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px; /* Tamaño uniforme con los cuadros */
  height: 40px;
  color: #000; /* Texto negro */
  background-color: transparent; /* Sin fondo */
  border: none; /* Sin borde */
  font-weight: bold;
  font-size: 14px;
}

.stsb_icon_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stsb_cate_pagination .stsb_page_prev_next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px; /* Tamaño uniforme con los cuadros */
  height: 40px;
  background-color: #000; /* Fondo negro para los botones "prev" y "next" */
  color: #fff; /* Texto en blanco para los botones "prev" y "next" */
  border: 2px solid #000;
  transition: all 0.3s ease;
}

.stsb_cate_pagination .stsb_page_prev_next:hover {
  background-color: #B90505; /* Fondo rojo corporativo al pasar el ratón */
  border-color: #B90505; /* Borde rojo corporativo */
}

.stsb_cate_pagination .stsb_page_prev_next svg {
  fill: #fff; /* Color blanco para las flechas */
  width: 16px; /* Tamaño de las flechas */
  height: 16px;
}


/* STICKERS */
.product-sticker {
    display: inline-block;
    margin: 5px 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff; /* Texto blanco para contraste */
    width: 100px;
    pointer-events: none;
    user-select: none;
}

/* Miniature stickers */
.min-stickers {
  padding-top: 0;
}

.min-stickers .elementor-widget-sthook {
  width: 100%;
}

.min-stickers .elementor-widget-sthook .elementor-widget-container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .product-sticker {
    width: 60px;
    margin: 3px 0;
    font-size: 12px;
  }
}


/* Estilo para productos en preorder */
.product-sticker .preorder {
    background-color: #ff9800; /* Naranja para preorder */
    border: 2px solid #e68a00; /* Borde más oscuro */
}

/* Estilo para productos en stock */
.product-sticker .stock {
    background-color: #4caf50; /* Verde para stock */
    border: 2px solid #3e8e41; /* Borde más oscuro */
}

/* HEADER */
#my_account_menu .dropdown-menu {
  left: auto;
  right: calc(100% - 80px);
}

/* RECAPTCHA */
.grecaptcha-badge { visibility: hidden; }


#cms.cms-id-10 .stsb_cms_content {
    margin: 0 0!important;
}
#cms.cms-id-10 .elementor-227{
	background: #000000;
}
.btn-txt-white a{
	color: white!important;
}

.reward_alert_message a {
    font-weight: 900;
}
.reward_alert_message {
    border: solid 1px #ffd8d8!important;
    color: #000000!important;
    background-color: #ffd8d8!important;
}
/* Aumento de zoom para las imagenes en lightbox de productos */
#product .elementor-lightbox .elementor-lightbox-image {
  transform: scale(1.5);
}
/* background para que las miniaturas no se sobrepongan */
.elementor img {
  background:white;
}

/* Category responsiveness */
@media (max-width: 390px) {
  .e-con.cat-sorting > .e-con-inner {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    padding-left: 15px;
  }

  .e-con.cat-sorting .dropdown-menu-left {
    right: -50%;
    left: auto;
  }
}

@media (max-width:380px) {
  #stsb-header .top-bar .elementor-widget-container {
    display: flex;
  }

  #stsb-header .top-bar .elementor-wlink-text {
    display: none;
  }
}

@media (max-width: 335px) {
  #category .elementor-widget-st-category-products.product-list > .elementor-widget-container > .stsb_grid_wrapper {
    --e-con-grid-template-columns: repeat(2, 50%);
  }
}


/*Nueva ficha de producto*/

.elementor-widget-update-2 p.align_justify{
    background-color:#F7F7F7 !important;
    border-radius: 8px;
    margin-top:40px;
}
.elementor-widget-update-2 p.align_justify img{
     background-color: #f7f7f7;
    border-radius: 8px;
}
.elementor-widget-update-2 p.align_justify #loyalty{
    background:#f7f7f7 !important;
    border:none !important;
    margin:0 !important;
    border-radius: 8px;
}

.product-feature .stsb_pm_feature_item{
    width:230px;
    display:flex;
    flex-direction:row;
    justify-content:space-between !important;
}
.product-payment-info .stsb_pm_feature_item{
	width:290px;
    display:flex;
    flex-direction:row;
    justify-content:space-between !important;
}
.product-payment-info .stsb_pm_feature_wrapper.stsb_flex_wrapper{
	flex-direction:column;
	gap:4px;
}
.product-payment-info .stsb_pm_feature_k,
.product-feature .stsb_pm_feature_k{
    display:inherit !important;
    width:auto !important;
    background:#f7f7f7;
    min-width:unset !important;
    padding:0 10px;
    border-radius:3px;
}
.product-payment-info .stsb_pm_feature_v,
.product-feature .stsb_pm_feature_v{
    font-weight:400 !important;
}
.elementor-widget-update-2 .preorder-info h4:first-child{
    background:#A01414!important;
    border:1px solid #A01414;
    border-radius:5px;
    color:#FFFFF !important;
    margin-bottom:12px;
    font-family:Open sans;
    font-weight:700;
    font-size:16px;
    line-height:110%;
}
.elementor-widget-update-2 .preorder-info h4:nth-child(2){
    color:#353535 !important;
    font-family:Open sans;
    font-weight:700;
    font-size:14px;
    line-height:30px;
    margin-bottom:14px;
}
.elementor-widget-update-2 .tabs{
	padding:0px !important;
}
button.btn.btn-primary.js-mailalert-add.mt-1{
	width: 100% !important;
	overflow: hidden !important;
	border-radius:8px;
}

.product-payment-info .stsb_pm_feature_item .stsb_pm_feature_k{
	font-family:Open Sans;
	font-weight:600;
	font-size:14px;
	line-height:20px;
}
.product-payment-info .stsb_pm_feature_item .stsb_pm_feature_v{
	font-family:Open Sans;
	font-weight:400;
	font-size:14px;
	line-height:20px;
}
@media screen and (max-width: 768px) {
  input, textarea, select {
    font-size: 16px !important;
  }
}