.row.confirmacion2 {
    position: relative;
    display: block;
    width: 80%;
    background-color: #fff;
    /* height: 85%; */
    z-index: 1;
    margin: 0 auto;
}



.boton-menu-top {
	background-color:#00446c;
	color:#FFF;
	padding:10px;
	font-weight: 600;
}

.boton-menu-top:hover, .boton-menu-top:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #33383c;
}

.cdh-search {
	background-color: #ffffff;
    padding: 14px;
    padding-top: 24px;
	
		margin-top:15px;
		box-shadow: 6px 6px 35px 0 rgba(0, 0, 0, 0.16);
		background-color: #f7f7f7;
}

@media (min-width: 768px){
.cdh-search {
    display: block !important;
}
}
@media (max-width: 768px){
.cdh-search {
    display: none;
    width: 100%;
}

.padding-map{
    padding: 0px;
}

.padding-boton-busqueda{
    padding: 0px;
}


}

.cdh-search h2{
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
}

.cdh-search .cantidad{
    font-size: 15px;
    margin-top: 4px;
}

.cdh-search .cantidad span{
    font-size: 13px;
    font-weight: 600;
	display:block;
}

.cdh-search .bloque {
    padding-bottom: 20px;
}

.cdh-search .bloque .titulo{
    font-size: 15px;
	font-weight:600;
}

.lista-checkbox{
	padding-top: 30px;
	margin-bottom:0px;
}

@media (max-width: 768px){
	.lista-checkbox{
	padding-top: 10px;
	}
}

.lista-checkbox input[type=checkbox], .lista-checkbox input[type=radio]{
	margin-right: 5px;
	margin-top: 3px;
	width: 16px;
	height: 16px;
}

.login-register .log-label {
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    width: 100%;
}

.login-register .log-label {
	font-size: 13px;
	/*letter-spacing:-0.37px;*/
	color: #333;
	padding: 0 0 2px 0;
	line-height: 20px;
	font-weight: 500;
}

.cdh-ubicacion{
    padding: 0px 15px;
    padding-bottom: 20px;
        box-shadow: 6px 6px 35px 0 rgba(0, 0, 0, 0.16);
    background-color: #ebebeb;
}

/*-----------------------------*/
  
            
#map {
    height: 600px;
}

@media (max-width: 768px){
#map {
    height: 520px;
}
}

.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive{
    min-width: 100px;
    left: -50px;
    top: -36px;
    text-align: center;
    color: #fff;
    background-color: black;
    border: 1px solid #000;
    text-align: center;
    outline: none;
    border-radius: 4px;
    line-height: 24px;
}
.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive:after, .leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive:before {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 0;
    margin-left: -7px;
    height: 0;
    width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
    z-index: 1;
}

.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.visitado {
    background-color: #16527d;
    border: 1px solid #16527d;
}

.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.visitado:after, .leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.visitado:before {
    border-top: 7px solid #16527d;
}


.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.activo {
    background-color: #04d976;
    border: 1px solid #04d976;
}

.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.activo:after, .leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.activo:before {
    border-top: 7px solid #04d976;
}

.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.posicion-actual {
    background-color: #ce3333;
    border: 1px solid #ce3333;
}

.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.posicion-actual:after, .leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.posicion-actual:before {
    border-top: 7px solid #ce3333;
}



.contenedor.amplia {
	width: 320px;
	background-color: white;
	position: absolute;
	height: 100%;
	z-index: 1000;
	right: 0;
	height: 96%;
	margin: 10px;
	top: 0;
	border-radius: 10px;
	box-shadow: 1px 5px 6px 0px #33333352;
}



@media (max-width: 768px){
.contenedor.amplia {
    width: 100%;
    background-color: white;
    position: absolute;
    height: 100%;
    z-index: 1000;
    right: 0;
    /* height: 96%; */
    margin: 0px;
    top: 0;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px #33333352;
}
}

.contenedor.amplia .box-contenido{
	height: 100%;
    padding-top: 20px;
}

@media (min-width: 992px){
.padding-map {
	padding-left:0px;
	padding-top: 15px;
}
}

.map {
    position: relative;
}

.cargando {
    top: 50%;
    margin-top: -128px;
    position: relative;
}

.boton.cierre {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    top: 10px;
    right: 0;
    position: absolute;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 0px;
}

.boton.cierre:hover {
    cursor: pointer;
} 

.div-articulo {
   border: solid 0px #eaeaea; 
}

.leaflet-tile-container img {
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

.grupo-valor{
    width: 100%;
}
.grupo-valor.input-group input.form-control{
    width: 60%;
	/*border-radius: 50px 0px 0px 50px;*/
}
.grupo-valor.input-group select.form-control{
    width: 40%;
	/*border-radius: 0px 50px 50px 0px;*/
}


/*--------------------*/

.rubro{
	margin-bottom:2px;
	font-weight:500;
	color: #04d976;
    font-size: 14px;
}
.comun{
    padding-top: 4px;
	display:inline-block;
	width: 100%;
	color: black;
}

.comun i.fa{
    font-size: 16px;
    color: #04d976;
}


.margin-bot-top-10{
	margin: 8px 0px;
}

.comun.delivery{
     line-height: 35px;
	 font-weight:400;
} 

.comun.delivery span{
	 font-weight:600;
} 


.titu-clasi{
	margin-top:0px;
	color:#333333;
	font-size:21px;
	font-weight:600;
}

ul.social-buttons-new li {
	/*padding:0px;*/
	/*border-right: solid 1px #dadada;*/
}

ul.social-buttons-new li a {
	text-align: center;
	height: 37px;
	width: 37px;
	display: block;
	text-decoration: none;
	line-height: 37px;
	color: #ffffff;
	background-color: #04d976;
	font-size: 16px;
	border-radius: 50px;
	/* border: solid 1px #373b3e; */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	margin-right: 0px;
}

ul.social-buttons-new li:last-child {
    border-right: 0px;
}


.btn-valor {
	background-color: #ff7900;
	color: white;
	line-height: 28px;
	border-radius: 3px;
}    