body
{
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  color: #4d4d4d;
  background: #ffffff;
}

/* Screen reader only - for SEO accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

a
{
  color: #5c5b5f;
}

a:hover
{
  text-decoration: none;
}

.clear
{
  clear: both;
}

.img_full
{
  width: 100%;
  max-width: 100%;
}

.img_hover_zoom
{
	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
 	transition: all 0.3s;
}
.img_hover_zoom:hover
{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.padding_0
{
  padding: 0px;
}

.padding_l_0
{
  padding-left: 0px;
}

.padding_l_15
{
  padding-left: 15px !important;
}

.padding_r_0
{
  padding-right: 0px !important;
}

.padding_r_10
{
  padding-right: 10px !important;
}

.padding_40
{
	padding: 40px 0px;
}

.padding_10_0
{
  padding: 10px 0px !important;
}

.mt-8
{
  margin-top: -8px !important;
}

.mt10
{
  margin-top: 10px;
}

.mt20
{
  margin-top: 20px;
}

.mt25
{
  margin-top: 25px;
}

.mt30
{
  margin-top: 30px;
}

.mb0
{
  margin-bottom: 0px !important;
}

.mb30
{
  margin-bottom: 30px;
}

.mb10
{
  margin-bottom: 10px;
}

.mb5
{
  margin-bottom: 5px;
}

.mr10
{
  margin-right: 10px;
}

.font_light
{
  font-weight: 300;
}

.font_regular
{
  font-weight: 400 !important;
}

.font_medium
{
  font-weight: 600 !important;
}

.font_bold
{
  font-weight: 600;
}

.font_14
{
  font-size: 14px !important;
}

.btn-primary
{
  background: #cc263b;
  border: 0px;
  width: 100%;
  max-width: 200px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  color: #ffffff;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:active:hover{
  background: #8F1A1B;
  border-color: #8F1A1B;
}

.bg-primary, .btn-primary:focus {
  background: #C12223 !important;
}

button.mercadopago-button {
  background-color: #C12223;
}

.btn-primary:hover
{
  background: #af1932;
  color: #ffffff;
}

header
{
  position: relative;
  z-index: 999;
  padding: 15px 0px 20px 0px;
}

#logo
{
  width: auto;
  max-width: 280px;
  margin-bottom: 15px;
  max-height: 60px;
}

i
{
  color: #C12223;
}

.c_rojo
{
  color: #cc263b !important;
}

.c_amarillo
{
  color: #f7931e !important;
}

footer
{
  background: rgba(242,242,242,0.4);
  color: #5d5d5d;
  padding-top: 25px;
}

#copy 
{
  background: #333333;
  padding: 15px 0px;
  margin-top: 35px;
  color: #ffffff;
}

.redes_footer {
  display: flex;
  align-items: center;      /* Centra verticalmente el ícono */
  justify-content: center;  /* Centra horizontalmente el ícono */
  width: 35px;              /* Tamaño del círculo */
  height: 35px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}


/* --- Vista móvil --- */
@media (max-width: 768px) {
  .pull-right {
    float: none !important; /* Centra el texto "Hermosillo, Sonora" */
  }

  .social-icons {
    justify-content: center !important; /* Centra los íconos en fila */
  }
  .redes_footer[title="Facebook"] {
    background-color: #3b5998;
  }
  
  .redes_footer[title="Twitter"] {
    background-color: #000000;
  }
  
  .redes_footer[title="Tiktok"] {
    background-color: #000000;
  }
  
  .redes_footer[title="Instagram"] {
    background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  }
  
  .redes_footer[title="Instagram"] i {
    color: #ffffff;
  }
}


/* Contenedor de íconos en fila */
.social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px; /* Espaciado entre los círculos */
}


.redes_footer:hover
{
  border: 2px solid #cccccc;
}

/* Efecto hover */
.redes_footer:hover {
  background-color: #ffffff;
}
.redes_footer:hover i {
  color: #000000;
}

.redes_footer[title="Facebook"]:hover {
  background-color: #3b5998;
}

.redes_footer[title="Twitter"]:hover {
  background-color: #000000;
}

.redes_footer[title="Ubicacion"]:hover {
  background-color: #db4437;
}

.redes_footer[title="Tiktok"]:hover {
  background-color: #000000;
}


.redes_footer[title="Instagram"]:hover {
  background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.redes_footer[title="Instagram"]:hover i {
  color: #ffffff;
}


.redes_footer:hover i {
  color: #ffffff;
}
/* Estilo del ícono */
.redes_footer i {
  color: #ffffff;
  font-size: 16px;
}
.redes_footer .fa-facebook
{
  padding: 3px 8px;
}
.redes_footer .fa-x-twitter
{
  padding: 3px 7px;
}
.redes_footer .fa-google-plus
{
  font-size: 12px;
  padding: 4px 4px;
}
.redes_footer .fa-instagram
{
    padding: 3px 6px;
}

.titulos_footer
{
  font-weight: 600;
  color: #4d4d4d;
  font-size: 17px;
  margin-bottom: 8px;
}

#redes_header
{
  color: #999999;
  font-size: 15px;
  font-weight: 700;
 
}
#redes_header a:first-of-type
{
  margin-left: 10px;
}

#redes_header a i.fa-facebook
{   
    border-radius: 25px;   
    background-color: #3b5998; /* Azul Facebook */
  	color: white;    
}

#redes_header a .fa-facebook
{
  padding: 8px 12px;
}


#redes_header a i.fa-x-twitter
{   
    border-radius: 25px;   
    background-color: #000000; /* Azul de X/Twitter */
  	color: white;    
}

#redes_header a .fa-x-twitter
{
  padding: 8px 12px;
}

#redes_header a i.fa-instagram
{   
    border-radius: 25px;   
    background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  	color: white;    
}

#redes_header a .fa-instagram
{
  padding: 8px 12px;
}


#redes_header a i.fa-map-marker
{   
    border-radius: 25px;   
    background-color: #db4437; /* Rojo Google Maps */
  	color: white;    
}

#redes_header a .fa-map-marker
{
  padding: 8px 12px;
}

#redes_header a i.fa-tiktok
{   
    border-radius: 25px;   
    background-color: #000000; /* Azul de X/Twitter */
  	color: white;    
}

#redes_header a .fa-tiktok
{
  padding: 8px 12px;
}


#redes_header a:hover {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}

#contacto_footer
{
  margin-top: 20px;
  padding: 20px 0px;
  -webkit-box-shadow: 0px -5px 8px 0px rgba(102,102,102,0.10);
  -moz-box-shadow: 0px -5px 8px 0px rgba(102,102,102,0.10);
  box-shadow: 0px -5px 8px 0px rgba(102,102,102,0.10);
}

#contacto_footer .icono_c
{
  width: 45px;
  margin-right: 10px;
  float: left;
  text-align: center;
  font-size: 24px;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  height: 45px;
  line-height: 45px;
  /* padding-top: 10px; */
}

.c_rojo.icon-footer {
  line-height:45px;
}

#contacto_footer .icono_c i
{
  color: #4d4d4d;
}

#formas_pago_footer
{
  /*padding-top: 10px;*/
  margin-bottom: 40px;
}
#formas_pago_footer img
{
  height: 30px;
  margin-right: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#formas_pago_footer img:last-of-type
{
  margin-right: 0px;
}

.titulos_secciones
{
  color: #333333;
  font-size: 34px;
  border-bottom: 2px solid #C12223;
  padding: 0px 0px 15px 0px;
  margin: 10px 0px 25px 0px;
  text-align: center;
  font-weight: 600;
}

.textos_secciones
{
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.subtitulos_secciones
{
  font-size: 22px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

/* HOME */
#wrapper
{
  margin-top: 0px;
}

#iconos_home
{
  padding: 20px 0px;
  text-align: center;
}

#iconos_home div
{
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  color: #4d4d4d;
}

#iconos_home div img
{
  width: 85px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.destacado_home
{
  width: 20%;
}

.destacado_home .icon_left
{
  left: 3px;
  bottom: 3px;
}
.destacado_home .icon_right
{
  right: 13px;
  bottom: 3px;
}

.bloque_destacado_info
{
  background: rgba(242,242,242,0.4);
  padding: 15px 15px 0px 15px;
  font-size: 13px;
  line-height: 21px;
}

.titulo_d_home
{
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 25px;
  text-align: center;
}

.parent
{ 
  display: -ms-flex;
  display: -webkit-flex;
  display: flex; 
}

.parent > .destacado_home > .border_product {
  background: rgba(242,242,242,0.4);
}
.producto_listado .border_product {
  border: 1px solid #f3f3f3;
    -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -kthtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.producto_listado .border_product:hover {
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.15);
     -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.parent .producto_listado
{
  margin: 0px !important;
}
/* FIN HOME */

#resultados_page
{
  padding: 10px;
}

#resultados_page a
{
  /*color: #5c5c5f;*/
  margin-left: 5px;
}

#resultados_page a:hover
{
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

#resultados_page i
{
  color: #C12223;
  font-size: 11px;
}

.icon_input
{
  position: absolute;
  right: 23px;
  top: 5px;
  color: #b3b3b3;
}

.icon_input i:hover
{
  color: #C12223;
}

.icon_input button
{
  border: 0px;
  background: #f2f2f2;
  outline: none;
}

.fa-search
{
  color: #0557ce;
  margin-top: 7px;
}

.cabecera_pedidos_datos
{
  background: rgba(240,239,238,0.5);
  font-weight: 500;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 17px;
  text-align: left;
  border-radius: 50px;
}

.descripcion_pedidos_datos
{
  padding: 12px 20px;
  line-height: 25px;
  overflow: auto;
  max-height: 300px;
}

.descripcion_pedidos_datos span
{
  font-weight: 700;
}

/* CAROUSEL PRODUCTOS */
#carousel_nuevo, .item img #carousel_vendido, .item img{
  max-width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px;
}
.owl-theme .owl-buttons i{
  margin-top: 2px;
}
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
  right: 37px;
  top: -48px; 
}
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -4px;
  top: -48px;
}

.descripcion_carousel
{
  background: rgba(242,242,242,0.4);
  font-size: 12px;
  color: #666666;
  text-align: center;
  padding: 8px 20px;
  width: 100%;
  margin: auto;
}

.descripcion_carousel .disponibles
{
  color: #C12223;
  text-transform: uppercase;
}
.descripcion_carousel .blank-space {
    height: 50px;
}

.descripcion_carousel span.p-price
{
  line-height: 36px;
  font-size: 14px;
  color: #4d4d4d;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 2px 9px 4px 9px;
}

/* FIN CAROUSEL */

/* PRODUCTO */
.breadcrumb
{
  margin-top: 20px;
  background: #ffffff;
  padding: 0px;
  font-size: 15px;
}
.breadcrumb a
{
  color: #5c5b5f;
  font-size: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}
.breadcrumb a:hover
{
  color: #000000;
  text-decoration: none;
}
.breadcrumb .active
{
  font-weight: 600;
}
.breadcrumb .active:hover
{
  color: #5c5b5f;
  text-decoration: none;
}

#detalle_producto
{
  font-size: 16px;
  font-weight: 300;
}

#detalle_producto h1
{
  font-size: 29px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

#detalle_producto h2
{
  font-size: 19px;
  font-weight: 500;
  padding: 0px;
  margin: 9px 0px 17px 0px;
}

#detalle_producto h3
{
  font-size: 35px;
  font-weight: 600;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  color: #333333;
}

#detalle_producto .textos_secciones
{
  line-height: 23px;
}

.btn_regresar
{
  background: #f2f2f2;
  padding: 7px 14px;
  color: #5c5b5f;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}
.btn_regresar i
{
  font-size: 12px !important;
  margin-right: 4px;
  color: #C12223;
}

.btn_regresar:hover
{
  background: #5c5b5f;
  padding: 7px 14px;
  color: #f2f2f2;
  text-decoration: none;
}

.input_qt {
  float: left;
  width: 73px;
  font-weight: 600;
  padding: 4px 27px 5px 5px;
  font-size: 19px;
  text-align: center;
  color: #727276;
}
.button {
  position: absolute;
  margin: 2px 0px 0px 47px;
  padding: 3px 5px 0px 0px;
  text-indent: -9999px;
  cursor: pointer;
  width: 24px;
  height: 20px;
  background: #f2f2f2 url(/themes/theme_three/img/top.png) no-repeat;
}
.dec {
  position: absolute;
  margin: 21px 0px 0px 47px;
  background: #f2f2f2 url(/themes/theme_three/img/bottom.png) no-repeat;
}

.btn_agregar
{
  float: left;
  border: 0px;
  background: #cc263b;
  font-weight: 600;
  color: #ffffff;
  padding: 9px 40px 10px 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}

.btn_agregar i
{
  color: #ffffff !important;
}
.btn_agregar:hover
{
  background: #af1932;
  color: #ffffff;
}

#sync1 .item{
  text-align: center;
}
#sync2 .item{
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
}
#sync2 .item img{
  width: 100%;
}

#tab_producto .nav-tabs
{
  border: 1px solid #e6e6e6;
  border-bottom: 0px;
  background: #f4f4f5;
  padding-bottom: 0px;
}

#tab_producto .nav-tabs li
{
  width: 190px;
  text-align: center;
  margin-right: -2px;
}

#tab_producto .nav-tabs> li a
{
  background: #f4f4f5;
  border: 0px;
  border-radius: 0px;
  font-weight: 300;
  font-size: 16px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  color: #808080;
  font-weight: 500;
}

#tab_producto .nav-tabs li a:hover
{
  background: #ffffff;
  color: #808080;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  font-weight: 500;
}

#tab_producto .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
  background: #ffffff;
  color: #808080;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  border: 0px !important;
  font-weight: 500;
}

#tab_producto .tab-content
{
  background: #ffffff;
  padding: 15px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  line-height: 27px;
  font-size: 15px;
}

#tab_producto .tab-content .textos_secciones
{
  font-weight: 400 !important;
}

.icon_btn
{
  background: rgba(230,230,230,0.5);
  border: 1px solid #e5e4e4;
  color: #cc263b;
  padding: 5px 8px;
  margin-left: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}

.icon_btn:hover
{
  background: #cc263b;
  color: #ffffff;
}

.icon_btn_active
{
  background: #333333 !important;
  color: #ffffff !important;
}
.icon_btn_active i
{
  background: #333333 !important;
  color: #ffffff !important;
}

.icon_btn_cat
{
  background: rgba(230,230,230,0.5);
  color: #333333;
  padding: 5px 10px 5px 8px;
  margin-left: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  border-radius: 25px;
}

.icon_btn_cat i
{
  color: #333333;
}
.icon_btn_cat:hover
{
  background: #333333 !important;
  color: #ffffff !important;
}
.icon_btn_cat:hover i
{
  color: #ffffff !important;
}
/* FIN PRODUCTO */

/* PRODUCTO LISTADO */
.producto_listado
{
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 0px;
  padding-right: 9px;
}

.border_product
{
  border: 1px solid #fafafa;
}

.ui-widget-content
{
  background: #e6e6e6 !important;
}

.ui-widget-header
{
  background: #C12223 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
  border-radius: 50px !important;
}

.ui-state-active
{
  background: #C12223 !important;
  border: 0px !important;
}

.ui-slider-handle
{
  cursor: pointer !important;
}

.btn_paginacion_f
{
  background: #fcfcfc;
  border: 1px solid #f5f5f5;
  padding: 4px 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}

.btn_paginacion_f:hover
{
  font-weight: 400 !important;
  background: #e5e4e4;
}

.producto_listado:hover .hover_product{
  display: inline;
}

.hover_product
{
  position: absolute;
  background: #e6e6e6;
  font-size: 15px;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  display: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  padding-top: 5px;
  margin: 5px;
}
.hover_product i
{
  margin: 0px !important;
}
.hover_product:hover
{
  background: #0457ba;
}
.hover_product:hover i
{
  color: #e6e6e6 !important;
}

.producto_listado .icon_left
{
  background: #ffffff;
  border: 2px solid #C12223;
}
.producto_listado .icon_left i
{
  color: #C12223;
}
.producto_listado .icon_left:hover
{
  background: #C12223;
  border: 2px solid #C12223;
}
.producto_listado .icon_right
{
  background: #ffffff;
  border: 2px solid #C12223;
}
.producto_listado .icon_right i
{
  color: #C12223;
}
.producto_listado .icon_right:hover
{
  background: #C12223;
}

.icon_left
{
  left: 4px;
  bottom: 5px;
}

.icon_right
{
  right: 13px;
  bottom: 5px;
}

.descripcion_producto_grid
{
  color: #5c5b5f;
  font-size: 13px;
  width: 100%;
  padding: 0 20px;
}

.icon_product_list
{
  background: #e6e6e6;
  padding: 5px 9px 5px 8px;
  font-size: 15px;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  border-radius: 25px;
}
.icon_product_list i
{
  margin: 0px !important;
}
.icon_product_list:hover
{
  background: #0457ba;
}
.icon_product_list:hover i
{
  color: #e6e6e6 !important;
}

.cabecera_producto_list
{
  padding: 5px 0px;
  margin: 10px 0px;
  background: rgba(242,242,242,0.4);
}

.product_list
{
  border-bottom: 1px solid #d5d6db;
  padding-bottom: 10px;
  margin-top: 10px;
}

.icon_rojo
{
  background: #cc263b;
  border: 2px solid #cc263b;
}
.icon_rojo i
{
  color: #ffffff !important;
}
.icon_rojo:hover
{
  background: #C12223;
  border: 2px solid #C12223;
}

.icon_violeta
{
  background: #ffffff;
  border: 2px solid #C12223;
}
.icon_violeta i
{
  color: #C12223;
}
.icon_violeta:hover
{
  background: #C12223;
}

/* FIN PRODUCTO LISTADO */

@media only screen and (min-width: 768px) {
  .filter-curtain {
    display: none;
  }
}

.filter-curtain {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  background: white;
  transition: right 0.5s ease-out;
  overflow-y: scroll;
}
.filter-title-right{
  text-align: right !important;
}

.filter-curtain.open {
  right: 0%;
}

.filter-body {
  padding-top: 70px;
  margin: 0px 20px;
}

.filter-title-row {
  display: table;
}

.filter-title-col {
  float: none;
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  font-size: 24px;

}

.items-box{
  overflow: scroll;
  max-height: 200px;
}

label.error{
  margin-bottom:2rem !important;
}

.btn_agregar.send_quotation {
  display: inline-flex;          /* Para usar flexbox dentro del botón */
  align-items: center;           /* Centra verticalmente */
  justify-content: center;       /* Centra horizontalmente */
  gap: 8px;                      /* Espacio entre el ícono y el texto */
  }

  .btn_agregar.send_quotation i {
    font-size: 30px;               /* Tamaño del ícono */
  }

  .share_fb{
    background-color: #3b5998 !important;
  }
  .share_fb a i.fa-facebook.fa{
    color: #fff !important;
  }
  .share_x{
    background-color: #000000 !important;
  }
  .share_x a i.fa-x-twitter.fa-brands{
    color: #fff !important;
  }
  .share_ws{
    background-color: #25d366 !important;
  }
  .share_ws a i.fa-whatsapp.fa{
    color: #fff !important;
  }

  .share_fb:hover, .share_x:hover, .share_ws:hover {
    transform: scale(1.3);
    transition: transform 0.2s ease;
  }