.mr-20 {
	margin-right: 20px;
}

.w50 {
	width: 50px;
}

.home-intro {
	margin-bottom: 0px;
}

.no-borde {
	border:none!important;
}

.table .tachado {
	text-decoration: line-through;
	color:#999;
}
.product-price .tachado {
	text-decoration: line-through!important;	
}


.banner {
	width: 100%;
	height: 600px;
}
.banner .banner_imagen {
	height: 600px;
}

.bancos img {
	max-width:100px;
}


#videoElement {
	width: 100%;
	height: 400px;
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
}



@media (max-width: 500px) {
	.banner {
		height: 200px;
	}
	.banner .banner_imagen {
		height: 200px!important;
	}
}

.jconfirm .jconfirm-box{
	width:450px;
}


.buscador-movil {
	display:none;
}

@media(max-width:500px){

	.buscador-movil {
		position:fixed;
		width:100%;
		background:#efefef;
		display:block;
		padding:10px;
		border-bottom:1px #ccc solid;
		top:0;
		left:0;
		z-index:10;
	}
	
	.header-nav-top {
		margin-top:60px;
	}
	
	
	.shop .quantity {
		width: 85px;
		height: 30px;
	}

	.shop .quantity .minus {
		font-size: 20px;
		height: 30px;
		width: 30px;
	}

	.shop .quantity .plus {
		font-size: 20px;
		height: 30px;
		width: 30px;
	}

	.shop .quantity .qty {
		height: 30px;
		padding: 0 19px;
		width: 85px;
		font-size: 1em;
	}
	
}


@media(max-width:768px){
    
	.jconfirm .jconfirm-box{
		width:95%;
	}

	.nav-link {
	}
	
	.nav-link.active {
		background-color:#FE423D!important;
		color:#fff!important;
	}
}

.social-icons li a {
	height: 40px;
	line-height: 40px;
	width: 40px;
	font-size: 16.8px;
	font-size: 1rem;
}
.social-icons li.social-icons-facebook a {
	background: #4e78cc !important;
	color:#fff!important;
}
.social-icons li.social-icons-instagram a {
	background: #995c48 !important;
	color:#fff!important;
}
.social-icons li.social-icons-tiktok a {
	background: #333 !important;
	color:#fff!important;
}
.social-icons li:hover.social-icons-tiktok a {
	background: #000 !important;
}


.body {
	position: relative;
}

.cookies {
	position: fixed;
	bottom:0px;
	z-index:100;
	width:100%;
}
.cookies .mensaje {
	width:80%;
	background-color:#fff;
	color:#000;
	border:2px solid #000;
	border-bottom:none;
	border-radius:10px 10px 0 0;
	font-size:16px;
	line-height:22px;
	padding:10px 20px;
	margin:0 auto;	
}

@media(max-width:768px){
    
	.cookies .mensaje {
		width:98%;
		font-size:14px;
		line-height:20px;
		padding:10px 10px;
	}
	.cookies .mensaje .btn {
		font-size:14px!important;
		margin-top:10px;
	}
}

.cargando {
	position:fixed;
	width:100%;
	height: 100%;
	background: #000;
	opacity: 0.9;
	filter: alpha(opacity=90); 
	color:#fff;
	text-align:center;
	padding: 300px 0 0 0;
	z-index: 10000;
}


.float-wp {
  position: fixed;
  bottom: 20px;
  width: 60px !important;
  height: 60px !important;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  right: 100px!important;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.float-wp:hover,
.float-wp:visited {
  color: #fff;
	text-decoration: none!important;
}

@media (max-width: 991px) {
  .float-wp {
    bottom:20px!important;
	  left:20px!important;
  }
}

.btn-whatsapp-pulse {
  align-items: center;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  background: #25d366;
  justify-content: center;
  position: fixed;
  text-decoration: none;
  background-color: #25d366;
  box-shadow: 2px 2px 3px #999;
  color: #fff;
  display: flex;
  font-size: 30px;
  height: 55px!important;
  position: fixed;
  right: 25px;
  text-align: center;
  width: 60px !important;
  z-index: 100;
}

.btn-whatsapp-pulse-border::before {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: pulse-border;
          animation-name: pulse-border;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  border: 5px solid #25d366;
  content: "";
  opacity: 0.75;
  padding: 25px;
  position: absolute;
  border-radius: 50px;
}

@-webkit-keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 36px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 36px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.header_productos {
	color:#000;
	font-weight: bold;
	border-bottom:1px solid #000;
	margin:0 0 20px 0;
}

.lista_productos {
	color:#000;
	border-bottom:1px solid #eee;
	margin:0 0 20px 0;
}
.lista_productos img {
	width:50px;
}

.lista_productos .descuentos {
	font-size: 13px;
	line-height: 13px;
	color:#009300;
	padding:10px 0 10px 0px;
}
.cart .descuentos {
	font-size: 14px;
	line-height: 18px;
	color:#009300;
	padding:0px;
}

.lista_productos .precio {
	text-align: right;
}
.lista_productos .tachado {
	text-decoration: line-through;
	color:#999;
}
.lista_productos .especificaciones {
	font-size: 12px;
	line-height: 12px;
}
.lista_productos .especificaciones strong {
	font-weight: 600;
}


.summary .descuentos {
	font-size: 13px;
	line-height: 13px;
	color:#009300;
	padding:10px 0;
}

.cart_table_item .descuentos {
	font-size: 13px;
	line-height: 15px;
	color:#009300;
	padding:10px 0;
}



.cont-pwd {
	position: relative;
}
.pwd {
	padding-right:50px;
}
.show-pwd {
	position: absolute;
	top:12px;
	right:15px;
}
.show-pwd {
	font-size:16px;
	color:#ccc;
}
.show-pwd:hover {
	color:#999;
}


.toggle > label:before,
.toggle > .toggle-title:before {
	content: " ";
	position: absolute;
	top: calc(50% - 16px);
	right: 14px; 
	border-color: #CCC;
	border-top: 4px solid;
	border-right: 4px solid;
	width: 12px;
	height: 12px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.3s, top 0.3s;
	transform: rotate(135deg) translate3d(0, -50%, 0);
	transform-origin: 35%;
	border: 0;
}
.toggle.active > label:before,
.toggle.active > .toggle-title:before {
	top: calc(50% - 2px);
	transform: rotate(-45deg);
}

.toggle > label i.fa-plus,
.toggle > .toggle-title i.fa-plus {
	display: inline;
	position: absolute;
	top: calc(50% - 8px);
	right: 10px;
	font-size: 16px;
}
.toggle > label i.fa-minus,
.toggle > .toggle-title i.fa-minus {
	display: none;
	position: absolute;
	top: calc(50% - 8px);
	right: 10px;
	font-size: 16px;
}
.toggle.active > .toggle-title i.fa-minus {
	display: inline;
}

.toggle.active > .toggle-title i.fa-plus {
	display: none;
}


@media (max-width: 500px) {
	.header_productos {
		display:none;
	}
	.lista_productos {
		border-bottom:2px solid #ccc;
		padding:20px 0;
		margin:0;
	}
	.lista_productos img {
		width:100%;
	}
	.lista_productos .producto {
		font-size: 24px;
		font-weight: bold;
		text-transform: none;
	}
	.lista_productos .especificaciones {
		font-size: 16px;
		line-height: 20px;
		border-bottom:1px solid #ccc;
		padding:0 0 10px 0;
		margin:0 0 20px 0;
	}
	.lista_productos .precio {
		font-size: 20px;
	}
	.lista_productos .tachado {
		font-size: 16px;
	}
	
}


