/* Estilos Base para el Header Fijo */
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; /* Alto z-index, como el de navbar-fixed-top de Bootstrap */
  background: #fff; /* Asegura un fondo */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra ligera */
  transition: transform 0.3s ease-in-out; /* Transición suave para el movimiento */
}

/* Estado Visible (Clase que se agrega o mantiene) */
.header-wrapper.header-visible {
  transform: translateY(0); /* Posición normal */
}

/* Estado Oculto (Clase que se agrega al bajar) */
.header-wrapper.header-hidden {
  /* Mueve el header completamente fuera de la vista hacia arriba. */
  /* El valor de 'translateY' debe ser igual o mayor a la altura de tu header. */
  transform: translateY(-100%);
}

/* Estilo para evitar que el contenido se oculte tras el header fijo */
/* Debes ajustar el valor de 'padding-top' a la altura exacta de tu header. */
body {
  padding-top: 0px; /* **Ajusta este valor** a la altura de tu header */
}

@media only screen and (max-width: 479.98px) {
 body {
  padding-top: 100px; /* **Ajusta este valor** a la altura de tu header */
}
 .header-wrapper.sticky-header.sticky {
   position: relative;
 }
 
}


.btn-comprar{
	background-color: #e73c17;
    border: 1px solid #e73c17;
    box-shadow: none;
    border-radius: 35px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
    min-height: 48px;
    min-width: 160px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s
	
}

@media (min-width: 600px) {
    .main-content { 
      padding-top: 130px !important;
    }
}

@media (max-width: 600px) {
    .main-content { 
      padding-top: 0px !important;
    }
}

@media only screen and (max-width: 767px){
	.btn-movil {
		min-width: 160px !important;
		font-size: 14px !important;
		font-weight: 600 !important;
	}
	
	.product-item-info-title-container{
		min-height:70px !important;
	}
	
}

.add-shopping-cart{
	display: inline-flex;
}
.add-shopping-cart div button.btn{
	min-width:55px !important;
	max-width:15px;
}

.alert-warning {
	border-left-width: .25rem !important;
	border-left-color: #664d03 !important;
}

.breadcrumb-item {
	font-size: 13px !important;
}

.breadcrumb-item a {
    color: unset !important;
}

.hero-six-slider-area .hero-six-slider-container{
    max-width: 1200px !important;
    /* max-height: 200px !important; */
}

.vmenu-item {
    border-bottom: 1px solid #242424 !important;
}

.vmenu-item > a {
    color: #fff !important;
}

.vmenu-item > a:hover {
	color: #e73c17 !important;
	padding-left: 35px;
	background-color: #242424 !important;
}

.vmenu-content {
    background-color: #242424 !important;
    border: 1px solid #242424 !important;
}

.ui-widget.ui-widget-content {
    position: fixed !important;
}

.main-nav-link {
	padding-left: 1px !important;
	padding-right: 1px !important;
	font-size: 14px !important;
}

.main-nav-item {
	padding: 0 10px !important;
	margin: 0 1px !important;

}

.main-nav-item:hover {
	background-color: #e73c17 !important;
	color: #fff !important;
	border-radius: 4px !important;
}

.main-nav-link:hover {
	color: #fff !important;
}

.main-nav-item.activar {
	background-color: #e73c17 !important;
	color: #fff !important;
	border-radius: 4px !important;
}

.main-nav-link.activar {
	background-color: #e73c17 !important;
	color: #fff !important;
}

.price-old {
    color: #9b9a9a;
    font-size: 13px;
	font-weight: 600;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    -webkit-text-decoration-color: rgba(155, 154, 154, 0.35);
    text-decoration-color: rgba(155, 154, 154, 0.35);
}

.product-item {
	background-color: #f8f9fa !important;
    border: 1px solid #e8e8e8 !important;
	-webkit-transition: all 0.3s ease 0s;
}

.product-item:hover {
    box-shadow: 0px 0px 5px 5px #f0f2f5;
	-webkit-transition: all 0.3s ease 0s;
}

.product-item:hover a{
  /* color: #e73c17; */
}

.product-item-thumb {
    text-align: center;
    background-color: white;
}

.product-item .badges{
	right: 10px;
	left: auto !important;
}

.product-item-info-title-container{
	min-height:75px;
}

.product-list-thumb {
    width: 200px !important;
}

.product-list-item {
    align-items: flex-start !important;
	background-color: #fff !important;
	min-height: 140px !important;
	margin-right: 0px !important;
}

.producto-nombre {
    line-height: 41px !important;
	font-size: 25px !important;
}

.product-detail-price {
	font-size: 22px !important;
}

.tachado {
	text-decoration-line: line-through !important;
    color: #9b9a9a !important;
}

.precio-descuento{
	color: #e73c17 !important;
}

.width-thumbnail{
	min-width: 70px !important;
}

.width-name{
	min-width: 460px !important;
}

.post-border-items .post-item:hover {
	border: 1px solid #e73c17 !important;
	border-radius: 4px !important;
	-webkit-transition: all 0.3s ease 0s;
}

.btn-cotizar:hover {
	color: #fff !Important;
}

.widget-item-one {
	box-shadow: none !important;
	padding: 10px 10px !important;
}

.bordear {
	border: 1.5px solid #f0f2f5 !important;
}

.sombra {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
}

.radius {
	border-radius: 4px !important;
}

.negrita {
	font-weight: 600 !important;
}

.single-product-nav-slider {
    margin-top: 10px !important;
}

.single-product-nav-wrp {
    max-width: 375px !important;
}

.stock-alto {
	background-color: #F1F7EB;
    color: #85B951;
	padding: 8px 12px;
	font-size: 14px !important;
}

.stock-bajo {
	background-color: #fff3cd;
    color: #cc9a06;
	padding: 8px 12px;
	font-size: 14px !important;
}

.subrayado {
    text-decoration: underline;
}

.swiper-button-style11 .swiper-button-prev {
    left: -30px !important;
}

.swiper-button-style11 .swiper-button-next {
    right: -30px !important;
}
