/*
CTC Separate Stylesheet
Updated: 2025-05-19 22:31:22
*/

.woocommerce-js a.button {
        font-size: 0.84117647058824rem;}

#sendbtn, .floating_button {
           z-index: 9 !important;
}

.ast-sticky-sidebar .sidebar-main {
                top: 6px !important;
        }


        .ast-left-sidebar #secondary {
                padding-right: 0;
                border: none !important;
        }
 
.ast-left-sidebar #primary {
                border-left: 0px!important;
        }


.wp-block-woocommerce-product-filters.wc-block-product-filters.is-layout-flex.wp-container-woocommerce-product-filters-is-layout-8d9dc39a.wp-block-product-filters-is-layout-flex {
       background: #ffff;
        padding: 10px;

}

/*
.ast-filter-wrap {
	      background: #ffff;
        padding: 10px;
}
*/

/*
    :where(.wc-block-product-filters) .wc-block-product-filters__overlay, :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay {
                background: inherit;
                color: inherit;
                inset: 0;
                pointer-events: auto;
                position: relative;
                transition: none;
                z-index: 0!important;
        }*/

.woocommerce-js div.product p.price, .woocommerce-js div.product span.price {
        font-size: 2.2rem;

}
.ast-primary-header-bar .site-primary-header-wrap {
        height: 80px;
}
.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item {
        line-height: 60px;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
}
.woocommerce-page .site-main ul.products li.product:hover #sendbtn, .woocommerce ul.products li.product.desktop-align-left:hover #sendbtn {
  background: #00aa16 !important;
}

/*css header search*/

/*css header search---fin*/


.Atn-call {
color:#212551;display: flex;
gap:5px;
align-items: center;
}
.Atn-call i{
font-size: 40px;}
.Atn-call strong{
	font-size:20px;
}
.Atn-call p {
        line-height: 20px;
}

.custom-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
  	align-items: center;
    justify-content: center;
    z-index: 999999;
}
.custom-search-overlay.active {
    display: flex;
}
.custom-search-popup {
    position: relative;
    padding: 10px;
    width: 100%;
    max-width: 600px;
}
.custom-search-popup form.search-form {
    display:block;
    width: 100%;
}
.custom-search-popup input[type="search"] {
     width:89%;
		 max-width:600px;
     padding: 5px;
     background: rgba(0,0,0,0.0);
     font-size: 16px;
     border-radius: 0px !important;
     border-bottom: 0px solid #fff;
     flex: 1;
     color: #fff;
}
.custom-search-popup input[type=search]:focus{
		border:none!important;
	}
.custom-search-popup button.search-submit {
		display:none;
}
.close-search-popup, .close-search-popup:hover {
    position: absolute;
    top: 10px;
    right: 0px;
    background:none;
    font-size: 50px;
}
.wp-block-social-link path {
        fill: #fff;
}
.widget {
        margin-bottom: 0.8em;
}
/*css whatsapp order*/
button.wa-order-button {
  margin:6px 0px 15px 0px !important;
	width: 100%;

}
a.wa-order-class { 
	border-radius: 50px;
      border-radius: 50px;  
}

ul.product-categories {
        display: flex;
        gap: 10px;
        padding: 0;
        margin: 0;
        list-style: none;
        flex-wrap: wrap;
        justify-content: center;
}
a{
	list-style:none!important;
text-decoration:none!important;
}
ul.product-categories li, .woocommerce-js ul.product-categories>li:first-child{
	border: 1px solid ;
	border-radius:10px;
	padding:2px 5px !important;
	   list-style: none!important;
text-decoration:none!important;
}
section#block-22 p {
        margin: 0px;
}



/*4 columnas en el footer*/
.benefits-container {
  display: flex;
  gap: 10px;
}
.benefit-item {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  flex: 1;

}

.benefit-item i {
	font-size:30px;
	margin-right:10px;
display: flex;
  align-items: center;
color:var(--ast-global-color-0)
}

.benefit-item p{
	margin:0px;
}
.benefit-text {
  display: flex;
  flex-direction: column;
}

.benefit-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 3px;
	color:var(--ast-global-color-0);
}

.benefit-description {
  font-size: 0.8em;
  color: #555;
}
@media (min-width: 768px) {
.ast-menu-cart-outline .ast-addon-cart-wrap {
        color: #fff;
}
.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
    color:var(--ast-global-color-0);
    background-color: #ffffff;
}
}

/* Media Query para pantallas más pequeñas (ej. tablets) */
@media (max-width: 768px) {
  .benefits-container {
    flex-direction: column;
    gap: 15px;
  }

  .benefit-item {
    flex-direction: row;
  }

  .benefit-icon {
    margin-right: 15px; 
  }
}

/* Media Query para pantallas aún más pequeñas (ej. móviles) */
@media (max-width: 600px) {
.ast-header-break-point.ast-hfb-header .ast-cart-menu-wrap, i.astra-icon.ast-icon-shopping-cart {
                font-size: 25px;
                color: #212551;
    }
	span.ast-woo-header-cart-info-wrap {
        display: none !important;
}
	
  .benefit-icon {
    margin-bottom: 10px;
		margin-right: 0; }

  .benefit-title {
    font-size: 0.9em; 
  }

  .benefit-description {
    font-size: 0.75em; 
  }
}
/*4 columnas en el footer*/

.woocommerce-js ul.products li.product, .woocommerce-page ul.products li.product {
        text-align: left;
        margin-bottom: 1.5em;
}

/*BOTON SUPERIOR*/
p.woocommerce-store-notice.demo_store .whts {
        background: green;
        margin-right: 10px;
        border-radius: 10px;
        padding: 3px;
}



.ast-site-identity {
        padding: 0em 0;
}
.ast-archive-description p {
    line-height: 22px !important;
    text-transform: capitalize !important;
}
.woocommerce-js .woocommerce-breadcrumb {
    margin-top: 10px;
    font-size: 0.9em;
}
.woocommerce-js div.product .product_title {
    font-size: 1.5rem;
}
.woocommerce-js div.product div.images {
    margin-bottom: 0;
}
.woocommerce-js div.product div.images.woocommerce-product-gallery .flex-viewport {
    border: 1px solid #ebebeb;
}
.woocommerce-js div.product .woocommerce-tabs {
    padding-top: 0;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: #fff;
}
.woocommerce-js div.product form.cart {
    display: flex;
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.woocommerce-js.single-product .sale>span.onsale {
    left: 0;
    line-height: 10px;
    top: 0 !important;
    min-height: 10px !important;
}
.woocommerce-js ul.products li.product .price del {
    font-size: 16px;
}
.woocommerce-js ul.products li.product a.ast-loop-product__link {
    min-height: 65px;
}
.woocommerce-js ul.products li.product, .woocommerce-page ul.products li.product {
    background-color: #fff;
    border: 1px solid #EFEFFA;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}
.woocommerce-js ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    width: 300px;
    height: 300px;
    object-fit: contain;
}
.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.woocommerce-js ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    font-size: 1.2em;
}
.woocommerce-js ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    width: 100%;
    text-align: center;
}
.summary.entry-summary .woocommerce-product-details__short-description, .custom-attributes-before-price {
    font-size: 1rem;
}
.woocommerce span.onsale, .wc-block-grid__product .wc-block-grid__product-onsale {
    background-color: #bf0d0d;
    color: #fff;
    line-height: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    min-height: 10px;
    padding: 9px 7px;
    margin: 5px !important;
}
li.product {
    position: relative;
}
li.product .second-image {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 2;
    -moz-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 0;
    object-fit: cover;
}
li.product:hover .second-image {
    opacity: 1;
}
li.product:hover .woocommerce-LoopProduct-link img {
    opacity: 1;
}
.product-brands {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.woocommerce-js div.product p.price {
    flex-direction: column;
    display: flex;
}
.woocommerce-js div.product p.price del {
    font-size: 20px;
}
.custom-attributes-before-price p {
    margin: 0;
}
.info-extra-producto {
    padding-top: 10px;
    font-size: 16px;
    border-top: 1px solid #e7e7e7;
}
.info-extra-producto p {
    margin: 0;
}
.woocommerce-page #content div.product div.summary {
    background-color: #fff;
    padding: 15px;
}
.ft-empr {
    flex-direction: column;
    display: flex;
}

.ast-desktop .ast-menu-hover-style-underline > .menu-item > .menu-link:before {
        bottom: 16px;
}
.ast-desktop .ast-menu-hover-style-underline > .menu-item > .menu-link:before{
        height: 2px;
}

@media (max-width: 919px) {
.woocommerce-js ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    height: 190px;
}
.ast-site-header-cart a.cart-container * {
 color: var(--ast-global-color-0);
}
}
@media (max-width: 600px) {
    .woocommerce-js ul.products li.product, .woocommerce-page ul.products li.product {
        margin-bottom: 0!important;
}

.woocommerce-js ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
    font-size: 1.2em;
    min-height: 47px;
}
        .ast-desktop .ast-primary-header-bar.main-header-bar, .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
                padding-top: 5px;
                padding-bottom: 5px;
                padding-left: 10px;
                padding-right: 10px;
                margin-top: 0px;
                margin-bottom: 0px;
                margin-left: 0px;
                border-bottom: 1px solid #ebebeb;
                margin-right: 0px;
        }


.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px;
}
.carrusel-slider ul.products li.product a img, .carrusel-slider ul.products li.product a img {
    height: 145px !important;
}
.woocommerce-js ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    height: 209px;
}
.ast-container .woocommerce ul.products:not(.elementor-grid), .woocommerce-page ul.products:not(.elementor-grid), .woocommerce.mobile-columns-2 ul.products:not(.elementor-grid), .woocommerce-page.mobile-columns-2 ul.products:not(.elementor-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
}

.woocommerce-js ul.products li.product, .woocommerce-page ul.products li.product {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.ast-container, .ast-container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}
}

@media (min-width: 922px) {
.woocommerce #content .ast-woocommerce-container div.product div.summary, .woocommerce .ast-woocommerce-container div.product div.summary, .woocommerce-page #content .ast-woocommerce-container div.product div.summary, .woocommerce-page .ast-woocommerce-container div.product div.summary {
    width: 48%;
    position: sticky;
    top: 20px;
    height: fit-content;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    width: 50%;
}
.woocommerce-js div.product {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
 .ast-site-header-cart a.cart-container * {
 color: var(--ast-global-color-2);
}
}

/*HEADER STYCK*/
.ast-below-header-wrap   {
  position: sticky;
 top: 0;}

.label-container {
	border-radius:10px;
    background: #fff !important;
}
	.label-text {
     border: 2px solid #009f01; }

.ast-container h1 {
        letter-spacing: 1px;
}
/*
 * ESTYLOS PARA LAS MARCAS MOSTRADAS
 * EN LA PAGINA DE TIENDA O CATEGORIAS
 * */

/* Contenedor normal (sin carrusel) */
/* Contenedor base: evita flex por defecto si Flickity está activo */
/* Asegurar que cada celda tenga anchura definida */
/*
.bms-brands-meta {
        display: flex;
        overflow: hidden;
}
*/
a.bms-brand-link {
        display: grid;
}
/*
.bms-brands-meta {

        margin-top: 20px;
       
	justify-content: center;
	overflow: hidden;
	}
*/

.bms-brand-cell {
  display: inline-flex; 
  padding: 3px 15px;
  margin: 20px 20px;
  border: 1px solid;
  border-radius: 10px;
  transition: 0.5s;
  box-sizing: border-box;
  white-space: nowrap;       /* evita que el texto haga salto de línea */
  max-width: 100%;           /* opcional, no se pasa del contenedor */
}

@media (max-width: 1024px) {
  /*.bms-brand-cell {
    width: 17%;  3 items 
	font-size: 20px;
  }*/
}

@media (max-width: 768px) {
 /* .bms-brand-cell {
    width: 25%; 
	  }*/
	.bms-brand-name {
  position: relative;
  font-size: 18px!important;
  letter-spacing: 5px;
}
	
.bms-brands-meta .flickity-prev-next-button.previous {
       left:5px!important;
		display:none;
}
.bms-brands-meta .flickity-prev-next-button.next {
  right:5px!important;
	display:none;
}
}

.bms-brands-meta .flickity-button:disabled {
        display: none;
}

/* Botones prev/next estilizados y al costado */
.bms-brands-meta .flickity-button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.bms-brands-meta .flickity-prev-next-button.previous {
  left: -40px;
}
.bms-brands-meta .flickity-prev-next-button.next {
  right: -40px;
}
.bms-brands-meta .flickity-button-icon {
  fill: #0073e6;
}

/* Celda seleccionada resalta con fondo o borde */
.bms-brand-cell.is-selected {
  transform: scale(1.05);
  transition: transform 0.2s;
}

/* Estilos hover/active en nombre con línea animada */
.bms-brand-name {
  position: relative;
  font-size: 30px;
  letter-spacing: 5px;

	
}
.bms-brand-cell:hover {
  border: 1px solid #212551;
  background: #212551;
  color: #fff;
  transition: 0.5s;
}

/* Escalado al seleccionar */
.bms-brand-cell.is-selected {
  transform: scale(1.05);
  transition: transform 0.2s;
}
/*
.bms-brand-cell {
  border: 1px solid;
  border-radius: 10px;
  padding: 5px;
	transition:0.5s;
}

.bms-brand-cell:hover {
  border: 1px solid #212551 ;
  background: #212551;
color:#fff;
		transition:0.5s;
}*/

/*
.bms-brand-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #0073e6;
  transition: width 0.3s ease;
}*/

/*
.bms-brand-link:hover .bms-brand-name::after,
.bms-brand-link:focus .bms-brand-name::after,
.bms-brand-link.active .bms-brand-name::after,
.bms-brand-link.current .bms-brand-name::after {
  background: #212551;
}*/

:where(.wc-block-product-filter-checkbox-list__text-wrapper) {
        font-size: 16px!important;
}
