.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    Without this, clicking will make it sticky
    pointer-events: none;
}
.tachado{
	text-decoration: line-through !important;
}

body {
  padding-top: 5rem;
  font-family: 'Montserrat', sans-serif;
  color: #111;
  background-color: #ebebeb;
}
#monto_fin_compra, #id_productos_px{
	display: none !important;
}
.mobile_only{
	display: none !important;
}
.desktop_only{
	display: inline-block !important;
}
.bg_333{
	background-color: #333;
}
.red {
	color: red !important;
}
.btn_principal{
	background-color: #ecd45b !important;
	color: #111 !important;
}
.cont_carro{
	position:relative;
}
.contador_carro{
	position: absolute;
    background-color: #ecd45b;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    border-radius: 100%;
    top: 0;
}

/*Logos e iconos SVG*/
.logo_la_planchetta {
    background-color: #000;
    -webkit-mask: url(../img/logo_la_planchetta.svg) no-repeat center;
    mask: url(../img/logo_la_planchetta.svg) no-repeat center;
	-webkit-mask-size: contain;
	width: 20px;
    height: 20px;
}
.icono_comprar {
    background-color: #fff;
    -webkit-mask: url(../img/icono_comprar.svg) no-repeat center;
    mask: url(../img/icono_comprar.svg) no-repeat center;
	-webkit-mask-size: contain;
	width: 20px;
    height: 20px;
}
.icono_donde {
    background-color: rgba(127,126,111,1);
    -webkit-mask: url(../img/icono_donde.svg) no-repeat center;
    mask: url(../img/icono_donde.svg) no-repeat center;
	-webkit-mask-size: contain;
	width: 20px;
    height: 20px;
}
.icono_fotos {
    background-color: #fff;
    -webkit-mask: url(../img/icono_fotos.svg) no-repeat center;
    mask: url(../img/icono_fotos.svg) no-repeat center;
	-webkit-mask-size: contain;
	width: 20px;
    height: 20px;
}
.icono_videos {
    background-color: #fff;
    -webkit-mask: url(../img/icono_videos.svg) no-repeat center;
    mask: url(../img/icono_videos.svg) no-repeat center;
	-webkit-mask-size: contain;
	width: 20px;
    height: 20px;
}
.icono_carro_compra {
    background-color: #000;
    -webkit-mask: url(../img/icono_carro_compra.svg) no-repeat center;
    mask: url(../img/icono_carro_compra.svg) no-repeat center;
	-webkit-mask-size: contain;
	width: 20px;
    height: 20px;
}
.icono_payment-method {
    background-color: rgba(127,126,111,1);
    -webkit-mask: url(../img/payment-method.svg) no-repeat center;
    mask: url(../img/payment-method.svg) no-repeat center;
	-webkit-mask-size: contain;
	width: 20px;
    height: 20px;
}
.icono_locosxlp{
	background-color: rgba(127,126,111,1);
    -webkit-mask: url(../img/Logo_LOCOS_PLP.svg) no-repeat center;
    mask: url(../img/Logo_LOCOS_PLP.svg) no-repeat center;
	-webkit-mask-size: contain;
	width: 20px;
    height: 20px;
}
.icono_recetas_lp{
	background-color: rgba(127,126,111,1);
    -webkit-mask: url(../img/Logo_RECETAS_LP.svg) no-repeat center;
    mask: url(../img/Logo_RECETAS_LP.svg) no-repeat center;
	-webkit-mask-size: contain;
	width: 20px;
    height: 20px;
}

/*Estilos*/
.bg-dark {
    background-color: #323232!important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .9rem;
}
.btn_carro{
	background-color: #fff;
    width: 30px;
    height: 30px;
	margin: 0 0 0 10px;
    padding: 0;
}
.starter-template {
	/*padding: 1rem 1.5rem 3rem;*/
	padding: 30px 0 0 0;
	text-align: center;
}
.logo_head{
	background-color: #fff !important;
    width: 85px !important;
    height: 35px !important;
	margin: 0 10px 0 0 !important;
    padding: 0 !important;
}
.menu_head{
	text-transform: uppercase;
    font-size: 11px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.desplegable_productos{
	border-radius: 0;
    padding: 0;
}
.desplegable_productos a{
	padding: 6px 12px;
    font-size: 11px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: #323232;
    color: #ecd45b;
}

/*Inicio*/
.logo_inicio{
	background-color: #111 !important;
    width: 230px !important;
    height: 85px !important;
}
.btn_inicio{
	margin-top: 25px;
}
.btn_inicio ul{
	list-style: none;
    margin: 15px auto 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}
.btn_inicio ul li{
	width: 33.3%;
    float: left;
}
.btn_inicio ul li .cont_li{
	padding: 10px;
    margin: 10px;
    min-height: 300px;
    position: relative;
    box-shadow: -2px 2px 3px #b5b5b5;
	background-color: #7f7e6f;
}
.btn_inicio ul li .cont_li a:hover{
	text-decoration: none;
}
.btn_inicio ul li .cont_li .cont_icono_inicio {
	width: 60px;
    height: 60px;
    left: initial;
    position: relative;
    top: initial;
    text-align: center;
    line-height: 40px;
    float: left;
}
.btn_inicio ul li .cont_li .cont_icono_inicio .icono_inicio{
	width: 60px;
    height: 60px;
    -webkit-mask-position: 50%;
}
.btn_inicio ul li .cont_li h2{
	text-transform: uppercase;
    font-size: 25px;
    margin-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #fff;
    text-align: left;
    margin-left: 80px;
}

.carousel_fotoplanchetta, .tienda-item, .carousel_videorecetas, .cont_donde_interno{
	height:220px;
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.cont_slider_fotoplanchetta, .cont_slider_videorecetas, .cont_donde, .cont_slider_comprar{
	position: relative;
	background-color: #fff;
}
.fixed_icon{
	position: absolute;
    z-index: 1;
    width: 74px;
    top: calc(50% - 37px);
    left: calc(50% - 37px);
}
.fixed_icon_youtube{
	position: absolute;
    z-index: 1;
    width: 74px;
    top: calc(50% - 26px);
    left: calc(50% - 37px);
}
.tienda-item{
}
.tienda-item .contenedor_imagen{
	width: 100%;
    height: 160px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}
.tienda-item span{
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 5px 10px 0px;
    margin-top: 5px;
}
.tienda-item span i{
	width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    color: #3eb74e;
    border-radius: 100%;
    border: 1px solid #3eb74e;
    float: left;
    font-size: 12px;
}
.tienda-item span p{
	margin: 0;
    padding: 0;
    float: left;
    margin-left: 5px;
    font-size: 13px;
    color: #111;
}
.tienda-item h3{
	margin: 0px 10px;
    font-size: 17px;
    text-align: left;
    color: #111;
}
.botones_segunda_linea{
	margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.botones_segunda_linea h3{
	text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    /*border-top: 1px solid #7f7e6f;*/
    padding-top: 10px;
    color: #7f7e6f;
    font-weight: 700;
}
.botones_segunda_linea ul{
	list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.botones_segunda_linea ul li{
	width: 33%;
    float: left;
    text-align: center;
    border-right: 1px dashed #999;
    min-height: 125px;
    padding: 10px 0px;
}
.botones_segunda_linea ul li:last-child{
	border-right: none;
}
.botones_segunda_linea ul li a{
	text-decoration: none;
}
.botones_segunda_linea ul li a h4{
	text-transform: uppercase;
    font-size: 16px;
	color: #7f7e6f;
    margin: 12px 5px;
}
.botones_segunda_linea ul li a p{
	text-transform: uppercase;
    font-size: 13px;
	color: #7f7e6f;
    width: 92%;
	margin: 10px auto 0px;
}
.botones_segunda_linea ul li.bloque_venta a p{
    width: 90%;
}
.botones_segunda_linea ul li.bloque_recetas a p{
    width: 75%;
}
.botones_segunda_linea ul li a div{
	width: 100%;
    height: 75px;
    background-color: rgba(127,126,111,1);
}
.botones_segunda_linea ul li a div.icono_donde{
	height: 60px;
    margin: 14px auto;
}
.botones_segunda_linea ul li.bloque_locos a div{
	height: 107px;
}
.botones_segunda_linea ul li.bloque_recetas a div{
	height: 107px;
    width: 75%;
    margin: 0px auto;
}


/*Pie de pagina*/
.pie_de_pagina{
	background-color: #111;
    color: #fff;
    bottom: 0;
    width: 100%;
	z-index: 999;
}
.pie_de_pagina .container{
	padding: 10px 15px;
}
.pie_de_pagina a{
	background-color: #fff;
    border-radius: 100%;
    width: 37px;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin-right: 1px;
}
.pie_de_pagina a i{
	color: #111;
    font-size: 20px;
    margin-top: 9px;
    display: inline-block;
}
.pie_de_pagina a:hover{

}
.pie_de_pagina a.dyd{
	background-color: transparent;
    float: right;
    color: #fff;
    font-size: 12px;
    width: auto;
}
.pie_medios_pago{

}
.pie_medios_pago h3{
	font-size: 17px;
    margin: 0;
}
.pie_medios_pago p{
	font-size: 13px;
    line-height: 13px;
    margin: 5px auto 10px;
}
.pie_medios_pago ul{
	list-style: none;
    margin: 5px auto;
    padding: 0;
    display: inline-block;
}
.pie_medios_pago ul li{
	float: left;
    margin-right: 4px;
	margin-bottom: 4px;
}
.pie_medios_pago ul li img{
    border-radius: 100%;
}
.pie_envios{

}
.pie_envios h3{
	font-size: 17px;
    margin: 0;
}
.pie_envios p{
	font-size: 13px;
    line-height: 13px;
    margin: 5px auto 10px;
}

/*Responsivo*/
.navbar-dark .navbar-toggler{
	border: none;
    padding: 0;
}

/*Tienda nueva*/
.tienda{
	width: 100%;
	margin-bottom: 55px;
}
.tienda-prod{
	float: left;
    height: auto;
}
.producto_tienda .contenedor_imagen a.galeria_btn{
	position: absolute;
    top: 10px;
    left: 10px;
    text-align: left;
    padding: 0;
    background-color: transparent;
}
.producto_tienda .contenedor_imagen a.galeria_btn i{
	position: relative;
    top: 0;
    left: 0;
    color: #ecd45b;
}
.tienda-prod .producto_tienda{
	border: 1px solid #d0d0d0;
    display: block;
    border-radius: 4px;
    height: 340px;
    margin: 0px 0px 20px;
    position: relative;
	background-color: rgba(127,126,111,1);
}
.tienda-prod .producto_tienda:hover{
	box-shadow: 0px 0px 5px #eee;
}
.tienda-prod .producto_tienda .contenedor_imagen{
	background-position: 50% !important;
    background-size: contain !important;
    width: 100%;
    height: 210px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #eae9ea;
	position: relative;
	background-color: #fff;
}
.tienda-prod .producto_tienda .contenedor_imagen span{
	position: absolute;
    width: 60%;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 15px 6px 15px;
    margin: 0;
    color: #fff;
    background-color: #8b241e;
    text-shadow: none;
    -webkit-box-shadow: 0px 2px 4px #888;
    -moz-box-shadow: 0px 2px 4px #888;
    box-shadow: 0px 2px 4px rgba(139, 36, 30, 0.33);
    top: 10px;
    float: none;
    left: inherit;
    margin-left: 10px;
    right: -10px;
}
.tienda-prod .producto_tienda .contenedor_imagen span:after{
	content: ' ';
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0px;
    top: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: #666 transparent transparent #666;
}
.tienda-prod .producto_tienda .contenedor_imagen span:before{
	content: ' ';
    position: absolute;
    width: 0px;
    height: 0px;
    left: -5px;
    top: 0%;
    border-width: 15px 10px 13px 5px;
    border-style: solid;
    border-color: #8b241e #8b241e #8b241e transparent;
}
.tienda-prod .producto_tienda i{
	position: absolute;
    border: 1px solid #ccc;
    border-radius: 100%;
    font-size: 15px;
    padding: 7px;
    top: 185px;
    right: 10px;
    background-color: #fff;
    color: #3eb74e;
    width: 32px;
    height: 32px;
}
.tienda-prod .producto_tienda h3{
	color: #fff;
    text-align: left;
    margin: 10px;
    font-size: 14px;
    display: inline;
    float: left;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 16px);
}
.tienda-prod .producto_tienda h3 span{
	text-decoration: line-through;
}
.tienda-prod .producto_tienda a{
	background-color: #8b241e;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 11px;
    float: left;
    position: absolute;
    top: 217px;
    padding: 3px;
    left: 70px;
    width: 65px;
    text-align: center;
    color: #fff;
}
.tienda-prod .producto_tienda h2{
	color: #fff;
    text-align: left;
    width: 90%;
    position: absolute;
    top: 243px;
    left: 10px;
    letter-spacing: -1px;
    margin: 0;
    text-transform: initial;
    font-size: 30px;
}
.tienda-prod .producto_tienda a.btn_cta{
	position: absolute;
    top: 246px;
    letter-spacing: 0;
    font-size: 60%;
    padding: 6px;
    border-radius: 2px;
    right: 10px;
    text-align: center;
    width: 45%;
    left: auto;
}
.tienda-prod .producto_tienda p{
	color: #fff;
    position: absolute;
    top: 280px;
    line-height: 17px;
    text-align: left;
    font-size: 13px;
    width: 90%;
    left: 10px;
}
.arma_tu_combo{
	width: 70% !important;
	background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	padding: 0px !important;
	min-height: 340px;
    height: 340px;
}
.arma_tu_combo ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.arma_tu_combo ul li{
	width: 18%;
    height: 170px;
    background-size: contain;
    float: left;
    background-repeat: no-repeat;
    margin: 0 1% 10px;
    border-bottom: 1px solid #ccc;
}
.arma_tu_combo ul li a{
    width: 100%;
    height: 100%;
    display: block;
}
.arma_tu_combo ul li a:hover{
	/*box-shadow: 0px 0px 5px #111;*/
}
.arma_tu_combo ul li:first-child{
	width: 40%;
    border-right: 1px solid #ccc;
    height: 340px;
    padding-right: 10px;
    margin: 0px;
    border-bottom: none;
    background-image: url(../img/arma_tu_combo.jpg);
    background-position-x: 50%;
    background-position-y: 50%;
    padding-bottom: 0;
    background-size: cover;
    border-radius: 4px 0 0 4px;
	position: relative;
}
.arma_tu_combo ul li:first-child h3{
	font-size: 23px;
    text-transform: uppercase;
    color: #7f7e6f;
    font-weight: 700;
	text-align: center;
    margin-top: 10px;
}
.arma_tu_combo ul li:first-child span{
	text-align: center;
    display: inline-block;
    color: #111;
    font-weight: 100;
    line-height: 18px;
    font-size: 15px;
}
.arma_tu_combo ul li:first-child a{
	background-color: #007bff;
    color: #fff;
    display: block;
    border-radius: 2px;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin-top: 75%;
    margin-left: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    height: auto;
    width: auto;
    position: absolute;
    width: calc(100% - 21px);
}
.arma_tu_combo ul li.sin_borde{
    border: none !important;
}

.arma_tu_combo ul li.mapa_productos{
    background-image: url(../img/mapa_productos_bg.jpg);
    background-position: 50%;
    width: 60%;
    margin: 0;
    float: right;
    border: none;
    background-size: cover;
    height: 340px;
    border-radius: 0 3px 3px 0;
    position: relative;
}
.arma_tu_combo ul li.mapa_productos a{
	background-color: #ecd45b;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    animation: move-the-shadow 1s infinite;
	transition: 0.5s;
}
.arma_tu_combo ul li.mapa_productos a.pl2{
    top: 80px;
    left: 60px;
}
.arma_tu_combo ul li.mapa_productos a.pl1{
    top: 182px;
    left: 315px;
}
.arma_tu_combo ul li.mapa_productos a.esp{
    top: 142px;
    left: 255px;
}
.arma_tu_combo ul li.mapa_productos a.del{
    top: 200px;
    left: 55px;
}
.arma_tu_combo ul li.mapa_productos a.tap{
	top: 65px;
    left: 377px;
}
.arma_tu_combo ul li.mapa_productos a.pat{
    top: 268px;
    left: 215px;
}
.arma_tu_combo ul li.mapa_productos a.pin{
    top: 279px;
    left: 142px;
}
.arma_tu_combo ul li.mapa_productos a.cuc{
    top: 172px;
    left: 76px;
}
@keyframes move-the-shadow {
	0% {box-shadow: 0px 0px 5px #000;}
	50% {box-shadow: 0px 0px 25px #000;}
	100% {box-shadow: 0px 0px 5px #000;}
}
.arma_tu_combo ul li.mapa_productos a:hover{
	animation: none;
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	-ms-transform:scale(1.5);
	transform:scale(1.5);
	background-color: #007bff;
}

/*Checkout*/
.cont_checkut{
	background-color: #fff;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    padding: 15px;
	margin-bottom: 20px;
}
.cont_checkut h3{
	color: #111;
    font-size: 1.5rem;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 5px 10px;
	text-align: left;
}
.cont_checkut h4{
	font-size: 20px;
    margin: 0px 5px 10px 0;
    color: #7f7e6f;
}
.cont_checkut ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.cont_checkut ul li{
    width: 100%;
	display: inline-block;
	position: relative;
}
.cont_checkut ul li img{
	width: 16%;
    float: left;
    margin: 0px 2%;
}
.cont_checkut ul li .item_desc{
	float: left;
    width: 80%;
    display: inline-block;
    padding-top: 65px;
    border-bottom: 1px dashed #f2f2f2;
    padding-bottom: 20px;
}
.cont_checkut ul li .item_desc h4{
	margin: 0;
    display: inline-block;
    font-size: 15px;
    width: 60%;
	float: left;
}
.cont_checkut ul li .item_desc span{
	font-size: 15px;
    font-weight: 500;
	float: left;
    width: 15%;
}
.cont_checkut ul li .item_desc .plus-minus{
	width: 15%;
    float: left;
}
.cont_checkut ul li .item_desc .plus-minus span{
	width: 25%;
    float: left;
}
.cont_checkut ul li .item_desc .plus-minus span a{
	padding: 0 7px;
    color: #ecd45b;
	margin: 0px;
}
.cont_checkut ul li .item_desc .plus-minus input{
	width: 35%;
    float: left;
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 0 14px;
    text-align: center;
}
.cont_checkut ul li .item_desc span.total{
	width: 8%;
    float: left;
}
.cont_checkut ul li .item_desc .btn_quitar{
	float: left;
    width: 2%;
    margin-top: -2px;
    text-align: right;
}
.cont_checkut ul li a {
    color: initial;
}
.bloque_total .left-side h3{
	text-align: right;
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
}
.bloque_total .right-side a{
	background-color: #ecd45b;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
	padding: 8px;
    border-radius: 3px;
    display: inline-block;
}
.product_price{
	font-weight: 700 !important;
}
.product_price div{
	float: left;
    margin-right: 10px;
    font-weight: 100;
}
.product_price small{
	margin-top: 2px;
    float: left;
    margin-right: 5px;
    color: #008000;
}

.bloque_otros_productos{

}
.bloque_otros_productos h3{
	font-size: 1.3rem;
}
.bloque_otros_productos ul{

}
.bloque_otros_productos ul li{
	width: 24%;
    float: left;
    margin-right: 1%;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	height: 243px;
}
.bloque_otros_productos ul li a{
    display: inline-block;
    width: 100%;
	background-color: rgba(127,126,111,1);
}
.bloque_otros_productos ul li a:hover{
	text-decoration: none;
}
.bloque_otros_productos ul li a .contenedor_imagen{
	width: 100%;
    height: 150px;
    background-position: 50%;
    background-repeat: no-repeat;
	border-bottom: 1px solid #d2d2d2;
	background-color: #fff;
	background-size: contain;
	position: relative;
}
.bloque_otros_productos ul li a .contenedor_imagen h3{
	position: absolute;
    border: none;
    bottom: 0;
    margin: 0;
    font-size: 18px;
    left: 10px;
	color: #ff0000;
}
.bloque_otros_productos ul li a .contenedor_imagen h4{
	margin: 0 0 0 15px;
    text-transform: uppercase;
    color: #008000;
    font-size: 14px;
}
.bloque_otros_productos ul li a h2{
	margin: 10px 0px 10px 10px;
    color: #fff;
    width: 45%;
    float: left;
}
.bloque_otros_productos ul li a span{
	margin: 10px 10px 10px 0px;
    width: 47%;
    float: left;
    text-align: center;
    color: #fff;
    background-color: #ecd45b;
    line-height: 15px;
    padding: 4px;
    border-radius: 3px;
}
.bloque_otros_productos ul li a p{
	display: inline-block;
    margin: 0px 10px;
    color: #fff;
    border-top: 1px dashed;
    width: 92%;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.datos_comprador .col_left{
	float: left;
}
.datos_comprador .col_right{
	float: left;
}
.datos_comprador input, .datos_comprador select, .datos_comprador textarea{
	margin-bottom: 8px;
	border-radius: 3px;
}
.datos_comprador input.btn-submit{
	margin-top: 8px;
    width: 100%;
    text-transform: uppercase;
    background-color: #ecd45b;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

#ModalEmail .modal-footer button{
	text-transform: uppercase;
    background-color: #ecd45b;
    color: #fff;
    font-weight: 500;
	border-radius: 3px;
	border: none;
}

.fin_compra p{
	text-align: center;
	font-size: 18px;
}
.fin_compra p span{
	font-weight: 700;
}
.fin_compra p a{
	text-transform: uppercase;
    font-weight: 700;
    color: #333;
}
.fin_compra p a:hover{

}
.fin_compra p.alert{
	border: 1px solid #ff0000;
    background-color: rgba(255,0,0,0.2);
    color: #111;
	text-align: left;
	font-size: 16px;
}


#accordion_planchetta .panel-link{
	background-color: #ecd976;
    display: block;
    color: #111;
    border-radius: 3px;
    padding: 3px 7px;
    font-weight: 500;
    margin-bottom: 5px;
}
#accordion_planchetta ul.productos_resumen li{
	border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#accordion_planchetta ul.productos_resumen li img{
	width: 20%;
}
#accordion_planchetta ul.productos_resumen li div h4{
	font-size: 18px;
    margin: 10px 0 0 0;
}
#accordion_planchetta p{
	padding: 5px 10px 10px 10px;
    margin: 0;
	position: relative;
}
#accordion_planchetta p a{
	/*background-color: #ecd45b;*/
    width: 28px;
	height: 28px;
    display: block;
    position: absolute;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    padding: 2px 7px;
    font-weight: 500;
    color: #111;
    top: -34px;
    right: 10px;
	line-height: 25px;
}

/*FAQ*/
.cont_faq{

}
.cont_faq .side-bar{
	float: left;
}
.cont_faq .side-bar ul li{
	border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.cont_faq .side-bar ul li a{
	text-transform: initial;
    font-size: 15px;
    margin-left: 5px;
}
.cont_faq .col_cont{
	float: left;
}
.cont_faq .col_cont .panel-link{
	background-color: #ecd45b;
    display: block;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #111;
    font-weight: 500;
    border-radius: 3px;
}
.cont_faq .col_cont p{
	padding: 0px 10px;
    font-size: 15px;
}


.cont_contacto p a{
	color: #111;
    font-weight: 500;
    text-transform: uppercase;
}
.cont_contacto textarea{
	width: 100%;
    height: 131px;
    margin-bottom: 0px;
    border-color: #ced4da;
    padding: 10px;
}
.cont_contacto .side-bar{
	float:right;
}
.cont_contacto .side-bar ul{

}
.cont_contacto .side-bar ul li{
	border-bottom: 1px dashed #e5e5e5;
    padding: 5px;
}

.modal_faq a{
	color: #111;
    font-weight: 500;
    text-transform: uppercase;
}
.modal_faq ul {
	margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}
.modal_faq ul li{
	border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
}
.modal_faq ul li a{
	    text-transform: initial;
    margin-left: 10px;
    color: #666;
    font-size: 15px;
}

.cont_donde input{
	margin-bottom: 0px;
}
.cont_donde p a{
	color: #111;
    font-weight: 500;
    text-transform: uppercase;
}
.cont_donde table{
	font-size: 15px;
}
.cont_donde .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(236,210,91,.3);
}
.pie_envios .btn_cyr{
	background-color: transparent;
    width: 100%;
    text-align: left;
    height: auto;
    border-radius: 0%;
    line-height: initial;
    color: #fff;
}
#bloque_cargando_sucursales{
	margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
#bloque_cargando_sucursales img{
	float: left;
    width: 40px;
    margin-right: 10px;
}
#forma_pago{
	background-color: #ecd976;
    font-weight: 500;
}

/*Galeria*/
.galeria{

}
.galeria h3{

}
.galeria h4{
	text-align: center;
    margin: 25px;
    font-size: 20px;
}
.galeria ul{

}
.galeria ul li{
	width: 24%;
    float: left;
    height: 250px;
    background-color: #333;
    margin: 0 1% 20px 0;
}
.galeria ul li a{
	width: 100%;
    height: 100%;
    display: block;
    background-position: 50%;
    background-size: cover;
}
.galeria ul li a:hover .overlay{
	width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.2);
	border: 5px solid #333;
}
.modal_galeria{
	background: transparent;
    border: none;
}
.modal_galeria .modal-header{
	padding: 0;
    border: none;
}
.modal_galeria .modal-header button{
	color: #fff;
    text-shadow: none;
    font-size: 35px;
}
.modal_galeria .modal-body{
	padding: 0;
    width: 100%;
    height: 500px;
    background-position: 50%;
    background-size: cover;
}
.modal-dialog {
    max-width: 700px;
}
.item-galeria{
	height:500px;
	background-size: contain;
}
.bajada_h3{
	font-size: 15px !important;
    border: none !important;
    color: #666 !important;
}
.bloque_action_resumen{
	display: inline-block;
    width: 100%;
}
.bloque_action_resumen h4{
	width: 50%;
    float: left;
    font-size: 18px;
    margin: 0;
    padding: 4px;
}
.bloque_action_resumen a{
	background-color: #ecd45b;
    width: 28px;
    display: block;
    float: right;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    padding: 2px;
    font-weight: 500;
    color: #111;
    height: 28px;
    line-height: 25px;
	margin-right: 10px;
}
.bloque_action_resumen a:hover{
	text-decoration: none;
}
.ccmodulo{
	display: inline-block;
    width: 100%;
}
.ccmodulo .bloque_izquierda{
	width: 45%;
    float: left;
    margin-right: 10px;
	padding-top: 20px;
}
.ccmodulo .bloque_izquierda input{
	border-top: none;
    border-right: none;
    border-radius: 0;
    border-left: none;
    border-bottom: 2px solid #ecd45b;
    padding: 5px;
}
.ccmodulo .bloque_izquierda #cardNumber{

}
.ccmodulo .bloque_izquierda #cardholderName{

}
.ccmodulo .bloque_izquierda #securityCode{

}
.ccmodulo .bloque_izquierda #cardExpirationMonth{
	width: 49%;
    float: left;
    margin-right: 1%;
}
.ccmodulo .bloque_izquierda #cardExpirationYear{
	width: 49%;
    float: left;
    margin-left: 1%;
}
.ccmodulo .bloque_derecha{
	float: left;
    width: 53%;
    padding: 10px;
}
.ccmodulo .bloque_derecha #cc_front{
	background: -webkit-gradient(linear,left top,right top,from(#c5c5c5),to(#f3f3f3));
	background: -webkit-linear-gradient(left,#c5c5c5,#f3f3f3);
	background: linear-gradient(90deg,#c5c5c5,#f3f3f3);
    border-radius: 15px;
    position: relative;
    margin-top: 0px;
    height: 200px;
	font-family: 'Roboto Slab', serif;
}
.ccmodulo .bloque_derecha #cc_front #cc_logo{
	width: 70px;
    height: 50px;
    background-color: #666;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    top: 25px;
    left: 25px;
}
.ccmodulo .bloque_derecha #cc_front #cc_number{
	position: absolute;
    left: 25px;
    top: 115px;
    font-size: 20px;
    letter-spacing: 5px;
}
.ccmodulo .bloque_derecha #cc_front #cc_name{
	position: absolute;
    left: 25px;
    top: 150px;
}
.ccmodulo .bloque_derecha #cc_front #bloque_exp{
	position: absolute;
    right: 25px;
    top: 150px;
}
.ccmodulo .bloque_derecha #cc_front #bloque_exp #cc_mes{

}
.ccmodulo .bloque_derecha #cc_front #bloque_exp #cc_anio{

}

.ccmodulo .bloque_derecha #cc_back{
	background: -webkit-gradient(linear,left top,right top,from(#c5c5c5),to(#f3f3f3));
	background: -webkit-linear-gradient(left,#c5c5c5,#f3f3f3);
	background: linear-gradient(90deg,#c5c5c5,#f3f3f3);
    border-radius: 15px;
    position: relative;
    margin-top: 0px;
    height: 200px;
	font-family: 'Roboto Slab', serif;
}
.ccmodulo .bloque_derecha #cc_back .banda{
	background-color: #333;
    width: 100%;
    height: 45px;
    display: inline-block;
    margin-top: 25px;
}
.ccmodulo .bloque_derecha #cc_back .sc{
	position: absolute;
    border: 2px solid #ff0000;
    border-radius: 100%;
    position: absolute;
    right: 9px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    top: 65px;
}
.ccmodulo .bloque_derecha #cc_back .lineas{
    width: 80%;
    height: 40px;
    display: block;
    position: absolute;
}
.ccmodulo .bloque_derecha #cc_back .lineas p{
	width: 100%;
    border-bottom: 2px solid #666;
    margin-bottom: 5px;
}
.cc_ultimosdatos h4{
	color: #111;
    font-size: 1.5rem;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 5px 10px;
}

/*Slider inicio*/
.slider_cont{
	margin-top: -30px;
}
.slider_cont #SliderInicio{
	height: 340px;
    width: 100%;
    background-color: #333;
}
.slider_cont #SliderInicio .carousel-inner{
	
}
.slider_cont #SliderInicio .carousel-inner .carousel-item{
	width: 100%;
    height: 340px;
	background-position: 50%;
    background-repeat: no-repeat;
	background-size: auto 100%;
}
.slider_cont #SliderInicio .carousel-indicators{
	
}
.slider_cont #SliderInicio .carousel-indicators li{
	
}
.slider_cont #SliderInicio a.carousel-control-prev{
	background-color: #fff;
    opacity: 1;
    width: 3%;
    height: 100px;
    top: calc(50% - 50px);
}
.slider_cont #SliderInicio a.carousel-control-next{
	background-color: #fff;
    opacity: 1;
    width: 3%;
    height: 100px;
    top: calc(50% - 50px);
}
.slider_cont #SliderInicio a.carousel-control-prev i, .slider_cont #SliderInicio a.carousel-control-next i{
	color: #7f7e6f;
    font-size: 2rem;
    margin-top: 10px;
}

/*Tres incentivos de compra*/
ul.tres_incentivos{
	list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    width: 100%;
	display: inline-block;
}
ul.tres_incentivos li{
	width: 33.33%;
    float: left;
	padding: 20px;
}
ul.tres_incentivos li .icon_cont{
	width: 20%;
    float: left;
}
ul.tres_incentivos li .icon_cont i{
	border: 1px solid #ebebeb;
    width: 60px;
    line-height: 60px;
    border-radius: 100%;
    color: #5697fa;
	font-size: 18px;
}
ul.tres_incentivos li .txt_cont{
	width: 80%;
    float: left;
	text-align: left;
	padding: 5px 5px 5px 20px;
}
ul.tres_incentivos li .txt_cont h2{
	font-size: 20px;
    margin: 0;
}
ul.tres_incentivos li .txt_cont a{
	font-size: 15px;
}
ul.tres_incentivos li .txt_cont span{
	font-size: 15px;
}

/*Elegidos de la gente*/
.productos_inicio{
    text-align: left;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.productos_inicio h2{
	margin: 0;
    font-size: 25px;
    display: inline;
    margin: 0 10px 0 5px;
	float: left;
}
.productos_inicio a.small{
	font-size: 15px;
    margin-top: 5px;
	float: right;
    margin-right: 5px;
}
.productos_inicio .tienda{
	display: inline-block;
	margin: 10px auto 20px;
}
.productos_inicio .tienda .tienda-prod{
	float: left;
	width: 30%;
    padding: 0px 5px;
}
.productos_inicio .tienda .tienda-prod .producto_tienda{
	background-color: #7f7e6f;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	border: none;
}
.productos_inicio .tienda .tienda-prod .producto_tienda .contenedor_imagen{

}
.productos_inicio .tienda .tienda-prod .producto_tienda .contenedor_imagen span{
	position: absolute;
    width: auto;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #111;
    background-color: transparent;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: 18px;
    float: none;
    margin-left: 0;
    left: 50px;
    right: unset;
}
.productos_inicio .tienda .tienda-prod .producto_tienda .contenedor_imagen span:before, 
.productos_inicio .tienda .tienda-prod .producto_tienda .contenedor_imagen span:after{
	display: none;
}
.productos_inicio .tienda .tienda-prod .producto_tienda i{
	position: absolute;
    border: 1px solid #ccc;
    border-radius: 100%;
    font-size: 15px;
    padding: 7px;
    top: 10px;
    left: 10px;
    background-color: #fff;
    color: #3eb74e;
    right: unset;
    width: 32px;
    height: 32px;
}
.productos_inicio .tienda .tienda-prod .producto_tienda h3{
	margin: -27px 10px 10px 10px;
    color: #111;
    position: absolute;
    text-align: left;
    font-size: 15px;
    text-decoration: line-through;
    display: inline;
    float: left;
}
.productos_inicio .tienda .tienda-prod .producto_tienda h2{
	color: #fff;
    text-align: left;
    width: 90%;
    position: absolute;
    top: 220px;
    left: 10px;
    letter-spacing: -1px;
    margin: 0;
    text-transform: initial;
    font-size: 30px;
}
.productos_inicio .tienda .tienda-prod .producto_tienda a{
	position: absolute;
    top: 224px;
    letter-spacing: 0;
    font-size: 11px;
    padding: 6px;
    border-radius: 2px;
    right: 10px;
    text-align: center;
    width: 50%;
    left: auto;
}
.productos_inicio .tienda .tienda-prod.banner{
	width:40%;
}
.productos_inicio .tienda .tienda-prod.banner .producto_tienda a{
	position: relative;
    top: -20px;
    width: 50%;
    left: 25%;
    line-height: 30px;
    font-size: 16px;
	box-shadow: 0px 0px 5px #111;
}
.productos_inicio .tienda .tienda-prod .producto_tienda a:hover{

}
.productos_inicio .tienda .tienda-prod .producto_tienda p{
	color: #fff;
    position: absolute;
    top: 260px;
	line-height: 15px;
    text-align: left;
    font-size: 13px;
    width: 90%;
    left: 10px;
}
.productos_inicio .tienda .tienda-prod.banner .producto_tienda p{
	font-size: 18px;
    line-height: 20px;
    text-align: center;
}
.productos_inicio .tienda .tienda-prod .producto_tienda .ventas{
	top: 296px;
    font-weight: 700;
    position: absolute;
    text-align: left;
    font-size: 13px;
    width: 93%;
    left: 10px;
    color: #fff;
}
.productos_inicio .tienda .tienda-prod .producto_tienda .ventas h4{
	margin: 4px 0 0 0;
    float: left;
    font-size: 25px;
	width: auto;
}
.productos_inicio .tienda .tienda-prod .producto_tienda .ventas h5{
	float: left;
    width: auto;
    margin-left: 3%;
    margin: 10px 0 0 5px;
    font-size: 15px;
    line-height: 15px;
}
.productos_inicio .tienda .tienda-prod .producto_tienda .ventas i{
	/*background: transparent;
    border: none;
    position: absolute;
    color: #fff;
    font-size: 25px;
    padding: 0;
    top: 8px;
    right: -6px;
    left: unset;*/
	display:none;
}

/*Promociones vigentes*/
#ModalPromociones .modal-title{
	text-align: left;
    position: absolute;
}
ul.promos_vigentes{
	display: inline-block;
	list-style: none;
    margin: 0;
    padding: 0;
}
ul.promos_vigentes li{
	width: 50%;
    float: left;
    padding: 0px 10px;
    margin: 15px auto;
}
ul.promos_vigentes li.impares{
	border-right: 1px solid #eee;
}
ul.promos_vigentes li h3{
	text-align: center;
    font-size: 18px;
}
ul.promos_vigentes li div{
	height: 130px;
    background-repeat: no-repeat;
    background-position: 50%;
}
ul.promos_vigentes li span{
	text-align: center;
    display: block;
}
ul.promos_vigentes li div img{
	width: 75%;
    display: block;
    margin: 0px auto;
}

/*Modal Ofertas*/
#ModalPromo .modal-title{
	text-align: left;
    position: absolute;
}
#ModalPromo p{
	text-align: center;
    font-size: 20px;
}
#ModalPromo .bloque_imagenes_modal{
	width: 80%;
    margin: 0px 10%;
    float: left;
}
#ModalPromo .bloque_imagenes_modal .single_img{
    width: 60%;
    margin: 0px auto;
    text-align: center;
}
#ModalPromo .bloque_imagenes_modal .img_left{
	width: 50%;
    float: left;
    text-align: right;
}
#ModalPromo .bloque_imagenes_modal .img_right{
	width: 50%;
    float: left;
    text-align: left;
}
#ModalPromo .bloque_imagenes_modal .img_left img, #ModalPromo .bloque_imagenes_modal .img_right img{
	width: 85%;
}
#ModalPromo a{
	width: 100%;
    text-align: center;
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    border-radius: 3px;
    margin: 10px 0;
    text-transform: uppercase;
	font-size: 15px;
    font-weight: 500;
    padding: 8px;
    border-radius: 3px;
}
#ModalPromo a:hover{

}
#ModalPromo .promo_inicio img{
	width: 50%;
    margin: 0px auto;
    display: block;
}


/*Seccion Productos*/
.cont_producto_detalle .col-60{
	width: 60%;
    float: left;
	padding-right:20px;
}
.cont_producto_detalle .col-40{
	width: 40%;
    float: left;
}
#ProdCarrousel{
	background-color: #333;
    width: 100%;
    height: 400px;
}
#ProdCarrousel .carousel-item{
	width: 100%;
    height: 400px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
#ProdCarrousel a{
	width: initial !important;
    background-color: initial !important;
    display: flex !important;
}
.no_stock_producto{
	text-align: center;
    font-size: 20px;
    width: 100%;
    line-height: 200px;
    text-shadow: -1px -1px 0px #ccc;
}
.cont_producto_detalle span.vendidos{
	font-size: 13px;
    color: #666;
}
.cont_producto_detalle h2{
	color: #7f7e6f;
    font-weight: 400;
    margin: 0;
}
.cont_producto_detalle h3{
	font-weight: 200;
    font-size: 50px;
    padding: 0;
    margin: 0;
	border: none;
}
.cont_producto_detalle .cont_2da_linea{
	border-top: 1px solid #ddd;
    margin: 5px auto;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}
.cont_producto_detalle .cont_2da_linea h3.tachado{
	font-size: 20px;
    text-decoration: line-through;
	display: inline;
}
.cont_producto_detalle .cont_2da_linea span.ahorro_porcentaje{
	font-size: 20px;
    margin-left: 10px;
    font-weight: 200;
}
.cont_producto_detalle span.envio{
	display: block;
    font-weight: 400;
    color: green;
    font-size: 16px;
}
.cont_producto_detalle span.envio i{
	
}
.cont_producto_detalle a{
	width: 100%;
    background-color: #007bff;
    color: #fff;
    display: block;
    border-radius: 3px;
    text-align: center;
    margin: 5px auto;
    padding: 17px;
	transition: background-color 0.5s ease;
}
.cont_producto_detalle p a{
	width: auto;
    background-color: transparent;
    color: #007bff;
    display: inline;
    border-radius: 0;
    margin: 0;
    padding: 0;
    transition: none;
}
.cont_producto_detalle p a:hover{
	background-color: transparent;
}
.cont_producto_detalle a:hover{
	background-color: #346396;
}
.cont_producto_detalle p.lead{
	
}
.titulo_tambien{
	text-align: center;
    font-size: 23px;
    display: block;
    font-weight: 200;
    width: 100%;
    margin: 15px;
}
/*Cupon descuento*/
.descuento{
	float: right;
    text-transform: uppercase;
    /* background-color: #7f7e6f !important; */
    /* color: #fff !important; */
    margin-left: 3px;
}
.ahorro{
	font-size: 17px;
    font-weight: 900;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin: 5px 0;
    display: inline-block;
}
.btn_principal#pagar{
	background-color: #007bff !important;
    color: #fff !important;
    float: left;
    width: 170px;
    text-align: left;
}
.btn_principal#pagar i{
	float: right;
    line-height: 23px;
}

#checkout_continuar, #btn_continuar{
	background-color: #007bff !important;
    color: #fff !important;
    float: left;
    width: 100%;
    text-align: left;
	margin-top: 5px;
	padding: 8px;
	font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
#checkout_continuar i, #btn_continuar i{
	float: right;
    line-height: 23px;
}

/*Regalos empresariales*/
ul.regalos_empresariales{

}
ul.regalos_empresariales li{
	width: 100%;
    background-color: transparent;
    height: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
ul.regalos_empresariales li p{
	width: 50%;
    float: left;
    text-align: center;
    font-size: 20px !important;
    margin-top: 60px;
    font-weight: 700;
    font-style: italic;
    color: #666;
    margin-left: 5%;
}
ul.regalos_empresariales li p a{
	background-color: #ecd45b !important;
    color: #111 !important;
    font-style: initial;
    width: 50%;
    font-size: 15px;
    padding: 10px;
    margin: 10px auto;
	font-weight: 700;
}
ul.regalos_empresariales li p a:hover{
	text-decoration: none;
	font-weight: 500;
}
ul.regalos_empresariales li img{
	width: 40%;
	margin: 0;
}
ul.regalos_empresariales li.img_der img{
	float: right;
}
ul.regalos_empresariales li.img_izq img{
    float: left;
}
ul.regalos_empresariales li.img_izq p{
    float: right !important;
}

/*Promo 24 hs*/
.promos h4{
	font-size: 30px;
    font-weight: 700;
    color: #ecd45b;
	text-shadow: 2px 0 0 #333, -2px 0 0 #333, 0 2px 0 #333, 0 -2px 0 #333, 1px 1px #333, -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333;
}
.promos .contenedor_oferta h5{
	text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #333;
}
.promos .contenedor_oferta ul{
	width: 75%;
    display: block;
    margin: 0px auto;
}
.promos .contenedor_oferta ul li{
	width: 32%;
    background-color: transparent;
    min-height: 250px;
	height: auto;
}
.promos .contenedor_oferta ul li img{
	width: 90%;
    float: none;
    margin: 0px auto;
}
.promos .contenedor_oferta ul li span{
	display: block;
    text-align: center;
    width: 90%;
    font-size: 18px;
}
.promos .contenedor_oferta ul li span i{
	font-style: normal;
    text-decoration: line-through;
}
.promos .precio_oferta{
	width: 100%;
    margin: 25px auto;
    float: left;
}
.promos .precio_oferta h5{
	text-align: center;
    font-size: 30px;
    margin-top: 20px;
}
.promos .precio_oferta a{
	width: 50%;
    background-color: #ecd45b;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    font-size: 20px;
    margin: 0px auto;
}
.promos .precio_oferta span{
	text-align: center;
    display: block;
    margin: 20px auto;
    font-size: 20px;
    width: 75%;
}

/*Banners Inicio*/
.link_banner{
	display: block;
    width: 100%;
    height: 100%;
}

.wa_label{
	font-size: 13px;
    margin: 0;
    font-weight: 500;
}
.whatsapp_input{
	margin-bottom: 10px;
}
.whatsapp_input span{
	position: absolute;
    z-index: 9;
    top: 7px;
    left: 9px;
}
.whatsapp_input input{
	padding-left: 60px;
}
#MPPayButton{
	background-color: #ecd976;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    padding: 5px;
    color: #111;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}
#MPPayButton:hover{
	text-decoration: none;
}
#MPIframe{
	width: 100%;
    border: none;
    height: 750px;
}
.pagar_mp{
	background: #ecd976;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #111;
    border-radius: 2px;
    padding: 10px;
    font-weight: 700;
}
.pagar_mp:hover{
	text-decoration:none;
	background-color:#d0be63;
}

/*Modal tienda*/
#modal_redirect button{
	position: absolute;
    right: 20px;
}
#modal_redirect h2{
	margin: 0;
    font-size: 25px;
    text-align: center;
    width: 100%;
}
#modal_redirect p{
	text-align: center;
}
#modal_redirect a#btn_agregar{
	width: 48%;
    display: inline-block;
    text-align: center;
    background-color: #007bff;
    padding: 15px;
    color: #fff;
	margin-right: 1%;
}
#modal_redirect a#btn_reemplazar{
	width: 48%;
    display: inline-block;
    text-align: center;
    background-color: #ecd45b;
    padding: 15px;
    color: #111;
	margin-left: 1%;
}
#bloque_tipo_envio{
	display:none;
}
.form-horizontal p{
	margin-bottom: 0px;
}
.bloque_ahorro{
	font-size: 17px;
    font-weight: 700;
	margin-bottom: 7px;
}
.bloque_ahorro p.precio_regular{
	margin: 0;
    color: #ff0000;
	border-right: 3px solid #ff0000;
    line-height: 35px;
    padding-right: 10px;
	margin-top: 5px;
}
.bloque_ahorro p.precio_regular span{

}
.bloque_ahorro p.tu_ahorro{
	margin: 0;
	color: #008000;
	border-right: 3px solid #008000;
    line-height: 35px;
    padding-right: 10px;
	margin-top: 5px;
}
.bloque_ahorro p.tu_ahorro span{

}
.gradiente{
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    width: 100%;
    height: 100px;
}
.gradiente span{
	color: #fff !important;
}

/*Wizard*/
/* Style the form */
#regForm {
	background-color: #ffffff;
	width: 100%;
	min-width: 300px;
}
/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  border: 1px solid #aaaaaa;
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}
/* Hide all steps by default: */
.tab {
  display: none;
}
/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
/* Mark the active step: */
.step.active {
  opacity: 1;
}
/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
#modal_wizard .modal-header h2{
	margin: 0;
    font-size: 20px;
}
#modal_wizard #regForm .modal_txt_inicial{
	margin: 0 0 15px 0;
    text-align: center;
    font-weight: 100;
    font-size: 15px;
}
#modal_wizard #regForm .tab h3{
	font-size: 25px;
    text-transform: uppercase;
    color: #7f7e6f;
    font-weight: 100;
	margin-bottom: 30px;
}
#modal_wizard #regForm .tab h4{
	font-size: 17px;
    font-weight: 100;
    margin: 0;
    line-height: 18px;
    text-transform: lowercase;
}
#modal_wizard #regForm .tab h4 strong{
	font-weight: 700;
	font-size: 20px;
}
#modal_wizard #regForm .tab h4 small{
	display: block;
    color: green;
    font-size: 15px;
}
#modal_wizard #regForm .tab h5{
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff0000;
    margin: 0;
}
#modal_wizard #regForm .tab p{
	display: block;
    width: 70%;
    float: left;
    text-align: center;
    margin: 20px auto;
    font-size: 22px;
    line-height: 25px;
    font-weight: 100;
    color: #111;
    margin-left: 15%;
}
#modal_wizard #regForm .tab button.btn_agregar_al_carro{
	width: 155px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: block;
    float: right;
    text-align: right;
    margin: 35px 0px 0px 5px;
    background-color: #fff;
    position: relative;
    padding-right: 10px;
}
#modal_wizard #regForm .tab button.btn_agregar_al_carro i{
	color: #008000;
    font-size: 35px;
    position: absolute;
    top: 8px;
    left: -15px;
}
#modal_wizard #regForm .tab button.btn_agregar_al_carro span{
	color: #111;
    font-size: 15px;
    line-height: 15px;
    width: 100%;
    height: auto;
    display: inline-block;
    text-transform: lowercase;
}
#modal_wizard #regForm .tab button.btn_quitar_del_carro{
	width: 155px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: block;
    float: left;
    text-align: left;
    margin: 35px 5px 0 0px;
    background-color: #fff;
    position: relative;
    padding-left: 10px;
}
#modal_wizard #regForm .tab button.btn_quitar_del_carro i{
	color: #ff0000;
    font-size: 35px;
    position: absolute;
    top: 8px;
    right: -15px;
}
#modal_wizard #regForm .tab button.btn_quitar_del_carro span{
	color: #111;
    font-size: 15px;
    line-height: 15px;
    width: 100%;
    height: auto;
    display: inline-block;
    text-transform: lowercase;
}
#modal_wizard #regForm .tab .modal_prod_img{
	width: 25%;
    height: 100px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    border-right: 1px solid #ccc;
    float: left;
    margin-right: 10px;
}
#modal_wizard #regForm .tab .modal_prod_cant{
	width: 115px;
    margin: 0px 15px;
    border: none;
    border-radius: 100%;
    height: 115px;
    background-color: transparent;
    position: relative;
    display: inline-block;
    float: left;
}
#modal_wizard #regForm .tab .modal_prod_cant input{
	border: none;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    margin: 10px auto;
    width: 100%;
    padding: 0 0 0 12px;
    height: auto;
    background: transparent;
    color: #111;
}
#modal_wizard #regForm .tab .bloque_centro{
	width: 70%;
    margin: 0px auto;
	position: relative;
}
#modal_wizard #regForm .tab .modal_prod_cant span{
	width: 100%;
    display: inline-block;
    text-align: center;
    float: left;
    margin-top: -15px;
	font-size: 12px;
    line-height: 12px;
}
#modal_wizard #regForm #prevBtn{
	width: 30px;
    height: 130px;
    padding: 0px 0px 0 3px;
    border: none;
    background-color: rgba(127, 126, 111, 0.5);
    font-size: 25px;
    color: #ecd45b;
    float: left;
}
#modal_wizard #regForm #nextBtn{
	width: 30px;
    height: 130px;
    padding: 0px 0px 0 3px;
    border: none;
    background-color: rgba(127, 126, 111, 0.5);
    font-size: 25px;
    color: #ecd45b;
    float: right;
}
#modal_wizard #regForm .modal_resumen_compra{
	display: inline-block;
}
#modal_wizard #regForm .modal_resumen_compra p{
	text-align: center;
    font-size: 12px;
	margin-top: 15px;
}
#modal_wizard #regForm .modal_resumen_compra button{
	background-color: #007bff;
    color: #fff;
    display: block;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border: none;
	width: 100%;
    margin-top: 15px;
    line-height: 40px;
}
#modal_wizard #regForm .next_prev_btn{
	width: calc(100% - 30px);
    position: absolute;
    top: 0;
}
#modal_wizard #regForm .indicator{
	text-align:center;
	margin: 15px auto;
	display: inline-block;
    width: 100%;
	display: none;
}
/*Fin wizard*/

.txt_asterisco{
	border: 1px solid #d0d0d0;
    display: block;
    border-radius: 4px;
    height: 340px;
    margin: 0px 0px 20px;
    position: relative;
    padding: 10px;
    font-size: 13px;
	background-color: #fff;
	color: #7f7e6f;
}
p.warning{
	border: 2px solid #f00;
    border-radius: 4px;
    padding: 10px;
    background-color: rgba(255,0,0,0.6);
    color: #fff;
}
#bloque_lapso_entrega{
	display: none;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;
    padding: 20px 10px;
    background-color: #59a9ff;
    color: #fff;
}
#bloque_lapso_entrega span{
	font-weight: 700;
}

.contacto_nuevo{
    
}
.contacto_nuevo .bloque_contacto{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 0px 15px 20px;
}
.contacto_nuevo .bloque_contacto h4{
    margin: 10px 0;
    font-size: 18px;
}
.contacto_nuevo .bloque_contacto p{
    margin: 0;
}
.contacto_nuevo .bloque_contacto ul{
    margin: 20px 0;
    width: 100%;
    display: inline-block;
}
.contacto_nuevo .bloque_contacto ul li{
    width: 25%;
    text-align: center;
    border-right: 1px solid #ccc;
    min-height: 200px;
    float: left; 
}
.contacto_nuevo .bloque_contacto ul li:last-child{
    border-right: none;
}
.contacto_nuevo .bloque_contacto ul li a{
    display: block;
    min-height: 200px;
    padding-top: 40px;
}
.contacto_nuevo .bloque_contacto ul li a i{
    display: block;
    margin: 0px auto 40px;
    font-size: 60px;
}
.contacto_nuevo .bloque_contacto ul li a:hover{
    text-decoration: none;
    box-shadow: 0px 0px 5px;
}
.contacto_nuevo .bloque_contacto ul li a span{
    display: block;
}
.contacto_nuevo .bloque_contacto ul li a.cont_face{ 
    color: #3b5998;
}
.contacto_nuevo .bloque_contacto ul li a.cont_ig{
    color: #c13584;
 }
.contacto_nuevo .bloque_contacto ul li a.cont_messenger{ 
    color: #0084FF;
}
.contacto_nuevo .bloque_contacto ul li a.cont_wa{ 
    color: #25d366;
}
.contacto_nuevo .bloque_contacto ul li a.cont_reclamos{ 

}
.contacto_nuevo .bloque_contacto ul li a.cont_email{ 

}


@media screen and (max-width: 768px) {
	.mobile_only{
		display: inline-block !important;
	}
	.desktop_only{
		display: none !important;
	}
	body {
		padding-top: 4.2rem;
	}
	.btn_inicio {
		margin-top: 0px;
	}
	.titulo_movil{
		margin-bottom: 0px;
		font-size: 25px;
		margin-top: -10px;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		padding: .5rem 3px;
	}
	.btn_inicio ul {
		margin: 0px;
	}
	.btn_inicio ul li {
		width: 100%;
		padding: 0;
		float: left;
		border-right: 0px;
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	.btn_inicio ul li:last-child {
		margin-bottom: 0px;
		border-bottom: 0px;
		padding-bottom: 0px;
	}
	.btn_inicio ul li .cont_li {
		padding: 0px;
		border-top: none;
		margin: 0;
		min-height: auto;
		position: relative;
		display: inline-block;
		width: 100%;
	}
	.btn_1, .btn_2, .btn_3{
		width: 35%;
		float: left
	}
	.btn_inicio ul li .cont_li h2 {
		font-size: 20px;
		margin-top: 0;
		border-bottom: none;
		padding-bottom: 7px;
		margin: 0px 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: center;
		padding-top: 10px;
	}
	.tienda-item .contenedor_imagen {
		width: 100%;
		height: 120px;
	}
	.carousel_fotoplanchetta, .tienda-item, .carousel_videorecetas, .cont_donde_interno {
		height: 200px;
	}
	.btn_inicio ul li .cont_li .cont_icono_inicio {
		width: 100px;
		box-shadow: none;
		border-radius: 0;
		height: 100px;
		background-color: transparent;
		left: initial;
		top: 15px;
		margin: 20px auto 0;
		position: relative;
		float: none;
	}
	.btn_inicio ul li .cont_li .cont_icono_inicio .icono_inicio {
		width: 85%;
		height: 55px;
		margin-top: 25px;
		-webkit-mask-position: 100%;
		float: left;
		display: block;
	}
	.pie_de_pagina {
		position: relative;
		bottom: 0;
		width: 100%;
		z-index: 999;
	}
	.starter-template {
		padding: 0px;
	}
	.tienda-item a .contenedor_imagen span {
		margin-left: -23px;
	}
	.botones_segunda_linea {
		margin-bottom: 30px;
	}
	.botones_segunda_linea ul li {
		width: 100%;
		border-bottom: 1px dashed #999;
		border-right: none;
		padding: 20px 0;
	}
	.botones_segunda_linea ul li:last-child {
		border-bottom: none;
	}
	.botones_segunda_linea ul li.bloque_venta a h4{
		width: 85%;
		margin: 12px auto;
	}
	.botones_segunda_linea ul li.linea_separadora {
		width: 100%;
		height: auto;
		min-height: auto;
		border-bottom: none;
		padding: 0;
	}
	.botones_segunda_linea ul li.linea_separadora h3{
		
	}
	.cont_slider_fotoplanchetta, .cont_slider_videorecetas, .cont_donde, .cont_slider_comprar {
		position: relative;
		float: left;
		width: 65%;
	}
	.carousel {
		position: relative;
	}
	.carousel a{
		width: 100% ;
	}
	.carousel a.carousel-control-next, .carousel a.carousel-control-prev{
		width: 15% !important;
		top: 100px;
    }
    
    .carousel a{
		width: 40%;
        position: absolute;
        bottom: 6px;
        height: auto;
        left: 5px;
        color: #fff;
        background-color: #057cfe;
        border-radius: 2px;
        text-align: center;
        text-transform: uppercase;
        padding: 5px;
        font-size: 15px;
	}

    #float_btn{
        background-color: #007bfe;
        color: #fff;
        font-size: 20px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 100%;
        position: fixed;
        z-index: 1000;
        bottom: 15px;
        right: -50px;
        box-shadow: 0px 0px 5px #ccc;
        transition: all 0.25s ease-out;
    }
    #float_btn.show{
        right: 15px;
    }

	.alinear_derecha{
		right: -8px !important;
		left: initial !important;
	}	
	.float_right{
		float:right !important;
	}
	.icono_donde{
		height: 65px !important;
		margin-top: 10px;
	}
	.botones_segunda_linea ul li a p{
		width: 90%;
	}
	.botones_segunda_linea ul li.bloque_venta a p {
		width: 90%;
	}
	.botones_segunda_linea ul li.bloque_locos a button, .botones_segunda_linea ul li.bloque_recetas a button{
		background-color: #ecd45b;
		border: none;
		border-radius: 3px;
		color: #fff;
		text-transform: uppercase;
		font-size: 13px;
		width: 45%;
		padding: 5px;
		margin-top: 5px;
	}
	.botones_segunda_linea ul li.bloque_locos a p, .botones_segunda_linea ul li.bloque_recetas a p{
		width: 90%;
	}
	.cont_checkut ul li img {
		width: 30%;
	}
	.cont_checkut ul li .item_desc {
		width: 100%;
		padding-top: 0;
		padding-bottom: 5px;
	}
	.cont_checkut ul li .item_desc h4 {
		width: 100%;
		border-bottom: 1px solid #ccc;
		margin-bottom: 5px;
		padding-bottom: 5px;
		font-size: 18px;
	}
	.cont_checkut ul li .item_desc span {
		width: 100%;
	}
	.cont_checkut ul li .item_desc span.product_price{
		position: absolute;
		left: 0;
		background-color: rgb(235, 235, 235);
		width: 30%;
		text-align: center;
		line-height: 30px;
		top: 0;
		font-size: 20px;
	}
	.product_price div {
		margin-right: 10px;
		font-weight: 100;
		color: #ff0000;
		width: 100%;
	}
	.product_price small {
		margin-top: 4px;
		float: left;
		margin-left: 8px;
		color: #008000;
	}
	.cont_checkut ul li {
		margin-bottom: 15px;
		border-bottom: 1px dashed #ccc;
		padding-bottom: 15px;
	}
	.bloque_total .left-side h3 {
		text-align: center;
		font-size: 22px;
		font-weight: 700;
	}
	.bloque_otros_productos h3 {
		font-size: 17px;
	}
	.cont_checkut ul li .item_desc span.total {
		width: 40%;
		text-align: right;
	}
	.cont_checkut ul li .item_desc .btn_quitar {
		width: 10%;
	}
	.cont_checkut ul li .item_desc .plus-minus {
		width: 50%;
		float: left;
	}
	.cont_checkut ul {
		margin: 0 0 10px 0;
	}
	.bloque_total .right-side a {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.bloque_otros_productos ul li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 10px;
	}
	.bloque_otros_productos ul li a p {
		width: 94%;
	}
	.bloque_otros_productos ul li a span {
		float: right;
	}
	.cont_faq {
		padding: 15px 0px;
	}
	.cont_contacto {
		padding: 15px;
	}
	.cont_donde{
		width: 100%;
		padding: 15px;
	}
	.galeria ul li {
		width: 100%;
	}
	.galeria h4 {
		margin: 10px auto;
	}
	.ccmodulo .bloque_izquierda{
		width: 100%;
		margin-right: 0;
	}
	.ccmodulo .bloque_derecha {
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
	.ccmodulo .bloque_derecha #cc_front #cc_number {
		font-size: 19px;
		letter-spacing: 4px;
	}
	.datos_comprador .col_left {
		padding: 0;
	}
	ul.tres_incentivos {
		margin: 20px auto;
	}
	ul.tres_incentivos li {
		width: 100%;
		float: left;
		padding: 5px;
		border-bottom: 1px solid #ebebeb;
		min-height: 85px;
	}
	ul.tres_incentivos li:last-child{
		border-bottom: none;
		display: none;
	}
	.productos_inicio {
		margin-top: 0;
	}
	.productos_inicio h2 {
		width: 100%;
		text-align: center;
		margin: 0px;
		font-size: 20px;
	}
	.productos_inicio a.small {
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.productos_inicio .tienda .tienda-prod {
		width: 100%;
		padding: 0;
	}
	.productos_inicio .tienda {
		margin: 10px auto 0px;
	}
	
	.slider_cont #SliderInicioMobile{
		height: 220px;
		width: 100%;
		background-color: #333;
		margin-top: 14px;
	}
	.slider_cont #SliderInicioMobile .carousel-inner{
		
	}
	.slider_cont #SliderInicioMobile .carousel-inner .carousel-item{
		width: 100%;
		height: auto;
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.slider_cont #SliderInicioMobile .carousel-indicators{
		
	}
	.slider_cont #SliderInicioMobile .carousel-indicators li{
		
	}
	.slider_cont #SliderInicioMobile a.carousel-control-prev{
		background-color: #fff;
		opacity: 1;
		width: 10% !important;
		height: 100px;
		top: calc(50% - 50px);
		display: none;
	}
	.slider_cont #SliderInicioMobile a.carousel-control-next{
		background-color: #fff;
		opacity: 1;
		width: 10% !important;
		height: 100px;
		top: calc(50% - 50px);
		display: none;
	}
	.slider_cont #SliderInicioMobile a.carousel-control-prev i, .slider_cont #SliderInicioMobile a.carousel-control-next i{
		color: #7f7e6f;
		font-size: 2rem;
		margin-top: 10px;
	}
	.slider_cont #SliderInicioMobile .carousel-inner .carousel-item img{
		width: 100%;
	}
	
	/*Regalos empresariales*/
	ul.regalos_empresariales li p {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		font-style: normal;
		font-weight: 500;
		font-size: 18px !important;
	}
	ul.regalos_empresariales li p a {
		width: 100%;
	}
	.cont_checkut ul li img {
		width: 100%;
		margin: 0;
	}
	
	/*Promociones*/
	.promos .contenedor_oferta ul li {
		width: 100%;
	}
	.promos .precio_oferta a {
		width: 100%;
	}
	.promos h3.mt0 {
		text-align: center;
	}
	
	#modal_redirect a#btn_agregar {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#modal_redirect a#btn_reemplazar{
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.btn_principal#pagar {
		width: 100%;
	}
	#checkout_continuar, #btn_continuar {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 15px;
		text-transform: uppercase;
		font-weight: 500;
	}
	.productos_inicio .tienda .tienda-prod.banner {
		width: 100%;
	}
	.productos_inicio .tienda .tienda-prod.banner .producto_tienda p {
		top: 250px;
	}
	ul.tres_incentivos li .icon_cont i{
		width: 50px;
		line-height: 50px;
		margin-top: 5px;
	}
	ul.tres_incentivos li .txt_cont {
		padding: 2px 5px 2px 10px;
	}
	ul.tres_incentivos li .txt_cont h2 {
		font-size: 19px;
	}
	.arma_tu_combo {
		width: 100% !important;
		margin-bottom: 10px;
		height: auto;
	}
	.arma_tu_combo ul li:first-child {
		width: 100%;
		border-right: none;
		padding-right: 0;
		height: 260px;
		border-radius: 4px 4px 0 0;
	}
	.arma_tu_combo ul li {
		width: 50%;
		margin: 0;
		border-bottom: none;
		height: 160px;
		background-size: 80%;
		background-position: 50%;
	}
	.arma_tu_combo ul li:first-child a {
		margin-top: 50%;
	}
	
	.arma_tu_combo ul li.mapa_productos {
		width: 100%;
		background-size: cover;
		height: 270px;
		border-radius: 0 0 3px 3px;
	}
	.arma_tu_combo ul li.mapa_productos a.pl2{
		top: 63px;
		left: 53px;
	}
	.arma_tu_combo ul li.mapa_productos a.pl1{
		top: 144px;
		left: 309px;
	}
	.arma_tu_combo ul li.mapa_productos a.esp{
		top: 116px;
		left: 200px;
	}
	.arma_tu_combo ul li.mapa_productos a.del{
		top: 156px;
		left: 42px;
	}
	.arma_tu_combo ul li.mapa_productos a.tap{
		top: 48px;
		left: 301px;
	}
	.arma_tu_combo ul li.mapa_productos a.pat{
		top: 211px;
		left: 207px;
	}
	.arma_tu_combo ul li.mapa_productos a.pin{
		top: 215px;
		left: 110px;
	}
	.arma_tu_combo ul li.mapa_productos a.cuc{
		top: 135px;
		left: 78px;
	}
	
	
	.bloque_ahorro p.precio_regular {
		margin-top: 0;
		border: none;
		text-transform: initial;
		font-weight: 100;
	}
	.bloque_ahorro p.tu_ahorro {
		border: none;
		margin-top: 5px;
	}
	
	#modal_wizard #regForm .tab .modal_prod_img {
		width: 100%;
		height: 200px;
		background-position: 50%;
		border-right: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#modal_wizard #regForm .tab h4 {
		line-height: 20px;
		padding-left: 30px;
		font-size: 13px;
		text-transform: lowercase;
		position: absolute;
		bottom: 0;
	}
	#modal_wizard #regForm .next_prev_btn {
		top: 0px;
	}
	#modal_wizard #regForm #nextBtn {
		width: 40px;
		height: 214px;
		border-radius: 0;
		margin-right: -14px;
	}
	#modal_wizard #regForm #prevBtn {
		width: 40px;
		height: 214px;
		border-radius: 0;
		margin-left: -14px;
	}
	#modal_wizard #regForm .tab p {
		width: 100%;
		margin: 8px auto;
		border-top: none;
		border-bottom: 1px solid #ccc;
		padding: 10px 0;
		font-size: 16px;
		line-height: 20px;
	}
	#modal_wizard #regForm .tab .bloque_centro {
		width: 100%;
	}
	#modal_wizard #regForm .tab button.btn_quitar_del_carro {
		width: 29%;
		height: 75px;
		margin: 22px 1% 0 0;
		text-align: center;
	}
	#modal_wizard #regForm .tab button.btn_agregar_al_carro {
		width: 29%;
		height: 75px;
		margin: 22px 0 0 1%;
		text-align: center;
	}
	#modal_wizard #regForm .tab button.btn_quitar_del_carro span {
		width: 100%;
	}
	#modal_wizard #regForm .tab button.btn_agregar_al_carro span {
		width: 100%;
	}
	#modal_wizard #regForm .tab button.btn_agregar_al_carro i {
		position: relative;
		top: auto;
		left: auto;
	}
	#modal_wizard #regForm .tab .modal_prod_cant input {
		padding: 0;
	}
	.cont_producto_detalle .col-60, .cont_producto_detalle .col-40 {
		width: 100%;
		padding-bottom: 15px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 5px;
	}
	#modal_wizard .modal-header h2 {
		font-size: 13px;
	}
	.modal-header .close {
		padding: 10px 1rem 0;
	}
	#modal_wizard #regForm .tab h3 {
		font-size: 18px;
		margin-bottom: 0;
		position: absolute;
		padding-left: 30px;
		width: 75%;
		top: 10px;
	}
	#modal_wizard #regForm .tab h5 {
		font-weight: 100;
		padding-left: 30px;
		position: absolute;
		bottom: 25px;
	}
	#modal_wizard #regForm .tab {
		position: relative;
		height: 214px;
		margin-top: -20px;
	}
	#modal_wizard #regForm .tab .modal_prod_cant {
		width: 36%;
		margin: 0px 2%;
		min-height: 115px;
		border-radius: 4px;
		border: none;
		background-color: transparent;
	}
	#modal_wizard #regForm .tab button.btn_quitar_del_carro i {
		position: relative;
		top: auto;
		right: auto;
	}
	#ModalPromo .modal-header button{
		display: none;
	}
	#ModalPromo .modal-title{
		font-size: 0.9rem;
		text-align: center;
		width: 100%;
		position: relative;
	}
	#ModalPromo .bloque_imagenes_modal {
		width: 100%;
		margin: 10px auto;
	}
	#ModalPromo .promo_inicio img {
		width: 100%;
	}
	.txt_asterisco{
		max-height: 340px;
		height: auto;
    }
    .contacto_nuevo .bloque_contacto ul li {
        width: 49%;
        text-align: center;
        border-right: none;
        min-height: 150px;
        border-bottom: none;
        margin: 0;
        padding: 0;
    }
    .contacto_nuevo .bloque_contacto ul li a {
        min-height: 150px;
        padding-top: 10px;
    }
    .contacto_nuevo .bloque_contacto ul li a i {
        margin: 0px auto 25px;
    }
    .contacto_nuevo .bloque_contacto ul li a span {
        position: absolute;
        width: 100%;
        left: 0;
    }
}