@media (min-width: 1000px) {
	.main-nav {
	  height: 100px;
	  background-color: white;
	}
}



@media (min-width: 1000px) {
	.main-nav {
		background-color: white;
		padding-left:150px;
		padding-right:150px;
	}
}

#vsBarraBusqueda{
	float:left;
	
}

@media (min-width: 1000px) {
	#vsBarraBusqueda{
		padding:10px;
	    position: absolute;
	    left: 500px;
	    bottom: 0px;
	    right: 150px;
	}
}

#vsBarraBusqueda label{
	padding-top:5px;
}


@media (min-width: 1000px) {
	#vsImputBusqueda{
		width:100%;
		padding:5px;
		margin:5px;
	}
}
@media (max-width: 1000px) {
	#vsImputBusqueda{
		width: 88%;
		padding:5px;
		margin:5px;
	}
}


.spanTotal{
	font-weight: bolder;
    color: darkgoldenrod;
}



	div.pos-image-container:hover{
 		border: solid var(--main-color) 2px;
	}
	div.pos-image-container{
		border: solid #FFFFFF 2px;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
	    border-radius: 6px;
/* 		border: solid #8db863 1px; */
		display:inline-block;
	 	background-color: #FFFFFF;
	    margin: 5px;
	    height: 375px;
	    width: 250px;
	    align-items: center;
	    text-align: center;
	    padding:5px;
	    cursor:pointer;
	    overflow: hidden;   

	/*     Para la banda de descuento  */
	    position: relative; 
	}
	
	div.pos-image-container a{
	    text-decoration: none;
        color: black;
	}
	
	div.pos-image-div{
    width: 100%;
    height: 200px;
	/* 04/09/2025 */
	display: flex;
	justify-content: center;
	align-items: center;
	}
	div.pos-image-div img{
/* 	    width:100%; */
	    max-width: 200px;
	    max-height: 200px;
	}
	
	
	#vsProductosParent{
    	background-color: #f5f5f5;
	}


	@media (min-width: 1000px) {
		#vsProductos{
			padding-top: 50px;
			padding-bottom: 50px;

			max-width: 1110px;
    		margin: 0 auto;
		}
		#vsEndProductos{
			margin-left: 15px;
	    	width: 70%;
		}
		#vsProducto{
			margin: 0 auto;
		    max-width: 1110px;
    		margin: 0 auto;
		}
		
	}
	@media (max-width: 1000px) {
		#vsProductos{
			background-color: #ededed;
			margin: 0 auto;
			margin-left: 0px;
			text-align: center;
		}
		
		#vsEnd{
			display:block;
			margin: 0 auto;
		}
		
		#vsEndProductos{
		    padding-top: 50px;
		    padding-bottom: 50px;
		}
		#vsProducto{
			margin: 0 auto;
		}
	}




.lizbet-form-field-vs{
	height: 25px;
    background: white;
	border: 1px solid #7f9db9;
	margin-bottom: 5px;
}


	
	#vsRelacionados{
		padding-top: 50px;
	    padding-bottom: 50px;
	    max-width: 1110px;
	    margin: 0 auto;
/* 		background-color: #ededed; */
	}
	
	#vsEndProductos{
		display: inline-grid;
	}

	#vsEnd{
		vertical-align: top;
/* 		text-align: center; */
/* 		padding:15px; */
		
		padding:15px;
		border: solid #8db863 1px;
		background: #eef3f3;
	}
	
@media (min-width: 1000px) {
	#vsEnd{
		display: inline-grid;
    	width: 20%;
	}
}
@media (max-width: 1000px) {
	#vsEnd{
		width: 85%;
	}
}




.ui-effects-transfer { 
	border: solid #8db863 2px;
	background-color: #f7f7f7;
	opacity: 0.5;
}

.lbs-form-container-pos{
    padding-top: 30px;
/*     background-color: #fafbf9; */
    overflow: auto;
    position: absolute;
    left: 1em;
    top: 0em;
    right: 0em;
    bottom: 1em;
}
	
	.lizbet-div-thead-pos{
		overflow-y: scroll;
		overflow-x: hidden; 
		position: absolute; 
		left: 0em; 
		top: 0em; 
		right: 0em;
		height: 4.7em;
	}
	.lizbet-div-tbody-pos{
		overflow:auto; 
		position: absolute; 
		left: 0em; 
		top: 2em; 
		right: 0em;
		bottom: 0em;
	    background-color: #d2e4d2;
	}
	
.lbs-div-totales-pos{
/* 	border: solid red 1px; */
	width: 99%;
	text-align:center
}
.lbs-div-totales-pos span{
	font-weight: bold;
}

.lbs-div-totales-pos div{
	display: inline-block;
	margin-left: 15px;
}


table.lizbet-table-list td{
	border: 1px #DDD solid;
	padding: 3px;
	white-space: nowrap;
	max-width:250px;
	min-width:100px;
	overflow: hidden;
}
.td-pos-cantidad{
	width:100px;
}
.td-pos-impUnit{
	width:110px;
}
.td-pos-porDescuento{
	width:100px;
}
.td-pos-descuento{
	width:100px;
}
.td-pos-uMedida{
	width:80px;
}




input.vs-cantidad{
	width:50px;
	height:25px;
    text-align: center;
    margin: 0px 5px;
}

div.vs-cantidad{
	margin-top:5px;
}



div.pos-image-desc{
	text-align: left;
	height:50px;
    overflow: hidden;
}
div.pos-image-precio{
    font-weight: bold;
}
div.pos-image-descuento{
    text-decoration: line-through;
	font-size: xx-small;
	height:12px;
}


div.vs-cartitem-container{
	border: solid #8db863 1px;
    width: 100%;
    align-items: center;
    text-align: center;
    padding:5px;
    overflow: hidden;
    background-color:white;
    margin-top: 5px;
}

@media (min-width: 1000px) {
	div.vs-cartitem-container{
    	display:inline-flex;
    	height: 100px;
	}
}
@media (max-width: 1000px) {
	div.vs-cartitem-container{
    	display:inline-block;
	}
}

@media (min-width: 1000px) {
	div.vs-cartitem-image{
	/*     width:100%; */
	    height:100px;
	    display:inline;
	}
	div.vs-cartitem-image img{
	    max-width:100px;
	    max-height: 100px;
	    display:inline;
	    cursor: pointer;
	}
	div.vs-cartitem-desc{
		width:100%;
		text-align: left;
		height:50px;
	    overflow: hidden;
	    font-size: 22px;
	    display:inline;
	    font-weight: bold;
	}
	div.vs-cartitem-cantidad{
	/*     font-weight: bold; */
		width:150px;
		padding-left: 15px;
	    display:inline;
	}
	div.vs-cartitem-precio{
	/*     font-weight: bold; */
		width:150px;
		padding-left: 15px;
	    display:inline;
	}
	div.vs-cartitem-descuento{
	/*     font-weight: bold; */
		width:150px;
		padding-left: 15px;
	    display:inline;
	    color:#3498db;
	}
	
	div.vs-cartitem-commands{
		display:inline;
		width: 100px;	
	}
}

@media (max-width: 1000px) {
	div.vs-cartitem-image{
	/*     width:100%; */
	    height:100px;
	    display:inline-block;
	}
	div.vs-cartitem-image img{
	    max-width:100px;
	    max-height: 100px;
	    display:inline;
	    cursor: pointer;
	}
	div.vs-cartitem-desc{
		width:100%;
		text-align: left;
		height:50px;
	    overflow: hidden;
	    font-size: 18px;
	    display:inline-block;
	    font-weight: bold;
	}
	div.vs-cartitem-cantidad{
	/*     font-weight: bold; */
		width:150px;
		padding-left: 15px;
	    display:inline-block;
	}
	div.vs-cartitem-precio{
	/*     font-weight: bold; */
		width:150px;
		padding-left: 15px;
	    display:inline-block;
	}
	div.vs-cartitem-descuento{
	/*     font-weight: bold; */
		width:150px;
		padding-left: 15px;
	    display:inline-block;
	    color:#3498db;
	}
	
	div.vs-cartitem-commands{
		display:inline-block;
		width: 100px;
	}
}



#main-div-cart{
	background-color: #f5f5f5;
}

@media (min-width: 1000px) {
	#main-div-cart{
		padding: 15px;
	}
}
@media (max-width: 1000px) {
	#main-div-cart{
		padding-top: 10px;
	}
}

div.vs-totals{
	padding:10px;
}

div.vs-empty{
	padding-top:100px;
	padding-bottom:100px;
	text-align: center;
	margin: 0 auto;
	width:80%;
}

.vs-end-cmd{
	margin-top:10px;
	height: 40px;
}

.vs-cliente-info{
	padding-top:10px;
	
}

.vs-cliente-info label{
	font-weight: bold;
/*     width: 180px; */
    overflow: hidden;
}

.vs-cliente-info label p{
	font-weight: normal;
}




@media (min-width: 1000px) {
	div.vs-prod-image-div img{
/* 	    width:100%; */
	    max-width:750px;
	    max-height: 500px;
/* 	    padding: 25px; */
	    background-color:white;
	}
	div.vs-prod-image-div{
	    width:100%;
	    height: 500px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    padding: 25px;
	}
	div.vs-prod-container{
	/* 	border: solid #8db863 1px; */
	    display: flex;
	}
	div.vs-prod-commands-div{	
	    width: 500px;
	}
}
@media (max-width: 1000px) {
	div.vs-prod-image-div img{
	    width:90%;
	    max-width:500px;
	    max-height: 500px;
	    padding-top: 25px;
	    background-color:white;
	}
	div.vs-prod-image-div{
	    width:100%;
	    height:100%;
	    text-align: center;
	}
	div.vs-prod-commands-div{	
	    width: 100%;
	}
/* 	body{ */
/* 		padding-left: 15px !IMPORTANT; */
/* 	} */
}


div.vs-prod-image-desc{
	text-align: left;
    padding-top:15px;
    padding-bottom:15px;
    font-size: 22px;
	font-weight: bold;
}


div.vs-bigDesc{
	padding-top:15px;
    background: white;
    border-top: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    padding: 50px 0px;
}



.vs-button{
	margin-top:5px;
	color: #fff !important;
	background-color: var(--secondary-color) !important;
	border: 1px solid transparent;
	line-height: 35px;
	font-size: 20px;
	cursor: pointer;
}

.vs-button-dir{
	margin-top:5px;
	color: #fff !important;
	background-color: #f57900!important;
	border: 1px solid transparent;
	line-height: 25px;
	font-size: 14px;
	cursor: pointer;
	margin-left:5px;
	width: 80px;
}

.vs-comprar{
	margin-top:15px;
	color: #fff !important;
	background-color: var(--secondary-color) !important;
	border: 1px solid transparent;
	line-height: 30px;
	cursor: pointer;
    width: 220x;
    font-size: large;
}

.vs-comprar:disabled{
	background-color: #babdb6!important;
	cursor: default;
}
.vs-comprar-single{
	width:95%;
	margin-top:15px;
	margin-bottom:10px;
	color: #fff !important;
	background-color: var(--secondary-color)  !important;
	border: 1px solid transparent;
	line-height: 35px;
	cursor: pointer;
}
.vs-comprar-single:disabled{
	background-color: #babdb6!important;
	cursor: default;
}










/* cinta de descuento */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 270px;
  padding: 5px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -15px;
  top: 18px;
  transform: rotate(45deg);
}











/* paginacion */

#vsProductosPagination{
   	background-color: #ededed;
   	text-align: center;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 1px;
  background-color: white;
}

.pagination a.active {
  background-color: var(--secondary-color);
  color: white;
  border: 1px solid var(--secondary-color);
}

.pagination a:hover:not(.active) {background-color: #ddd;}

/* Fin paginacion */






#vsFooter{
    border-top: 2px solid var(--main-color);
	padding-top: 50px;
	height: 100px;
    display: flex;
    background-color: white;
}


@media (min-width: 1000px) {
	#vsFooter{
	    padding-left: 150px;
	    padding-right: 150px;
	}
}
@media (max-width: 1000px) {
	#vsFooter{
	    padding-left: 15px;
	    padding-right: 15px;
	}
}


.site-footer-left{
	width: 60%;
}
.site-footer-right{
	width: 40%;
	text-align: right;
}

.footerMenu{
    padding: 0;
    margin: 0;
    list-style: none;
}

.footerMenu li{
	display: inline-block;
    margin-bottom: 6px;
    
    padding-right: 11px;
    margin-right: 10px;
}

@media (min-width: 1000px) {
	.footerMenu li{
	    border-right: 1px solid rgba(92,92,92,0.5);
	}
}

#vsFooter a{
    color: currentColor;
    text-decoration: none;
    transition: color 100ms cubic-bezier(0.4, 0, 0.2, 1);
    
    
    
    font-family: Cabin,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    width: 100%;
    color: #5C5C5C;
}

.site-footer-right img{
	width: 32px;
	height: 32px;
}

.payment-icons{
    padding: 0;
    margin: 0;
    list-style: none;
}

.payment-icons li{
	display: inline-block;
    margin-bottom: 6px;
    
    padding-right: 11px;
    margin-right: 10px;
}




.vs-extraimgs{
	display: flex;
}
.vs-extraimg-container{
	margin: 5px;
/* 	display: inline-block; */
    border-radius: 6px;
    border: solid var(--secondary-color) 2px;
    width: 75x;
    height: 75px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vs-extraimg-container:hover{
	border: solid var(--main-color) 2px;
}

.vs-extraimg-mini{
    max-width: 75px;
    max-height: 75px;
    padding: 5px;
}


img.vs-cart{
    max-width: 30px;
    max-height: 30px;
    margin-right: 5px;
}

#myslider{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    border-radius: 6px;
}