.container{
	width: 100%;
	padding: 20px;
}

.cart-link{
	width: 100%;
	text-align: right;
	display: block;
	font-size: 22px;
}

.campana{
	color: #fff;
	background: #ee3037;
	min-width: 20px;
	height: 20px;
	border-radius: 10px;
	font-size: 10px;
	font-family: Rubik,sans-serif;
	font-weight: bold;
	text-align: center;
	position: absolute;
	line-height: 20px;
	top: -8px;
	right: -10px;
	padding: 0 1px 0 0;
	transition: all .3s cubic-bezier(.13,.29,.66,1.2);
}
.agrega{
	border: 1px solid #ee3037;
	color: #ee3037;
	text-align:center;
	font-weight: bold;
}
.table2{
	width: 65%;
	float: left;
}
.shipAddr{
	/*width: 30%;*/
	float: left;
	/*margin-left: 30px;*/
}
.footBtn{
	width: 95%;
	float: left;
}
.orderBtn {
	float: right;
}
.carta{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: table;
    line-height: 1.42857143;
    margin-bottom: 20px;
	padding: 4px ;
	padding-left: 5px;
	transition: border .2s ease-in-out;
	width:100%;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
	}
.cartaResumen{
	border: 1px solid #ddd;
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
}
.suma{
	margin-bottom: 0px;
}
.suma2{
	background-color: black;
	height: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 75%;
}
.bloque{
	padding-bottom: 10px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 10px;
}
.modal2-contenido{
	background-color:white;
	margin: 5% auto;
	padding: 10px 20px;
	position: relative;
	width:800px;
}
.modal2{
	background-color: rgba(0,0,0,.2);
    width: 100%;
	bottom:0;
	left:0;
	opacity:0;
	pointer-events:none;
	position:fixed;
	right:0;
	top:0;
	transition: all 1s;
}
#miModal2:target{
	opacity:1;
	pointer-events:auto;
}
.campanita{
	background: #ee3037;
	border-radius: 10px;
	color: #fff;
	font-family: Rubik,sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	left: -10px;
	line-height: 20px;
	min-width: 20px;
	padding: 0 1px 0 0;
	position: absolute;
	text-align: center;
	top: -8px;
	transition: all .3s cubic-bezier(.13,.29,.66,1.2);
}

.thumbnail{
	display:block;
	padding:4px;
	margin-bottom:20px;
	line-height:1.42857143;
	background-color:#f5f5f5!important;
	border:1px solid #ddd;
	border-radius:4px;
	-webkit-transition:border .2s ease-in-out;
	-o-transition:border .2s ease-in-out;
	transition:border .2s ease-in-out
}
.btn-success{
	color: #fff;
	background-color: #f36e1f!important;
	border-color: #5d2a1e;
}

.bloque-margin {
    background-color: green;
	color: white;
	font-size: inherit; /* Indiferente */
	height: auto;
    line-height: 50px;
    margin: 50px auto; /* X,Y */
    text-align: center;
    width: 50px;
}

.panel-head_1 {
    border-bottom: 1px solid transparent;
	border-color: #ddd!important;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	color: #333;
    padding: 10px 15px;
}
.panel-head_2 {
	background-color: #f5f5f5;
    border-bottom: 1px solid transparent;
	border-color: #ddd!important;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	color: #333;
	height: 60px;
    padding: 10px 15px;
}
.prices{
	color: #999;
	text-align: center;
}
.prices .nule-price{
	color: #999;
    line-height: 30px;
    text-decoration: line-through;
    vertical-align: top;
}
.prices .active-price{
	color:#ee3037;
	font-size: 18px;
	font-weight: bold;
}
/*ESTILOS ADICIONALES*/
body{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400!important;
}

.container {
    max-width: 1170px !important;
}

.header-inner {
    background-color: #5F3926;
}
.navbar {
    background-color: #5F3926;
}
.navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 2px;
    border: 1px solid transparent;
}
.header.shop .logo {
    float: left;
    margin: 19px 0 0;
}
.logo{text-align:center;}
.logo img {
    max-width: 100%;
}
.menu-area a {
    color:#FFF !important;
    line-height: 40px;
    font-size: 15px;
}
.footer {
    background-color: #3C201A!important;
    height: auto !important;
    width: auto !important;
    padding-top:1px;
    padding-bottom:1px;
}
.content-Footer{
    color:#FFF;    
    text-align:center;
}

.section {
    padding: 50px 0;
    position: relative;
}
.nav-icon{
	text-align: center;
}
.Producto {
    margin-top: 30px;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border: 1px solid #B4B4B4;
    border-radius: 15px 15px 0px 0px ;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    text-align: center;
    min-height: 450px;    
}
.imagen-Producto{
    margin-bottom: 10px;
}
.img-rounded {
    border-radius: 15px !important;
}

.descripcion-Producto{
    color:#5F3926;
    font-size:13px;
    margin-bottom: 10px;
}
.nombre-Producto{
    color:#5F3926;    
    font-size:14px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 10px;
    padding:0 0px;
    min-height: 30px;
}
.precio-sinOferta{
    margin-bottom: 10px;
    color: #999;
    line-height: 20px;
    text-decoration: line-through;
    vertical-align: top;
    font-size:14px;    
}
.precio-Producto{
    margin-bottom: 45px;
    color:#AF452A;
    font-size:17px;
    font-weight: 600;
    line-height: 20px;
    
}
.precio-Oferta-Producto{
    margin-bottom: 10px;    
}
.precio-Producto, .precio-Oferta-Producto{
    color:#AF452A;
    font-size:17px;
    font-weight: 600;
    line-height: 20px;
}
.cantidad-Pedido{
    text-align: center;
}
.min-imagen-Producto span {
    margin-left:20px;
}

.form-control {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
}
.enviarPedido{
}

.item-informacion-orden-pedido{
    margin-top: 30px;
    display: block;
    padding: 15px;
    border: 1px solid #B4B4B4;
    border-radius: 8px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    background-color: #FFF;
}

.table.pedidos {
    background: #fff;
}

.table td .nro-pedido {
    width: 5%;
}
.table td .codigo-pedido {
    width: 5%;
}
.table td .fecha {
    width: 5%;
}
.table td .total {
    width: 5%;
}



.eliminar-Producto a {
    color: #EC6608!important;        
}

.botonWhatsApp {
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
	width: 60%;
}
.botonDelivery{
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
	width: 60%;
}
.img-responsive{
    display: inherit;
}

ul, ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table.resumen-Compra .cantidad{
}

.table.resumen-Compra {
    background: #fff;
}
.monto-Total{
    padding: 15px;
}
.seccion-Carrito-Compras {
    background: #f6f6f6;
    padding: 20px 0;
}
.seccion-Carrito-Compras .monto-Total {
    margin-top: 10px;
}
.seccion-Carrito-Compras .monto-Total ul li span {
    display: inline-block;
    float: right;
}
.seccion-Carrito-Compras .monto-Total .right {
    padding-left: 100px;
    margin-top: 10px;

}
.seccion-Carrito-Compras .monto-Total .right ul li {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 12px;
}
.seccion-Carrito-Compras .monto-Total .right ul li.last {
    padding-top: 12px;
    border-top: 1px solid #c8c8c8;
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

.seccion-Catalogo-resumen-Pedido .table td {
    vertical-align: middle;
    border-top: 1px solid #eee;
    font-size: 20px;
}

.seccion-Catalogo-subtotal-Pedido .subtotal .right ul li {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 12px;
}
.seccion-Catalogo-subtotal-Pedido .subtotal ul li span {
    display: inline-block;
    float: right;
}

.vista-Pedido {
    padding-left: 0px;
    margin-top: 30px;
    border-radius: 8px !important;
    color: #858585;
    background-color: #F7F7F7;
    border: 1px solid #D5D5D5;
    padding: 15px;
}

.item-informacion-orden-pedido .monto-Total ul li span {
    display: inline-block;
    float: right;
}

.item-informacion-orden-pedido .monto-Total ul {
    border-top: 1px solid #D5D5D5;
    padding-top:10px;
}

.formulario-Orden-Pedido{
    background-color: #F7F7F7;
}

.ultima-ficha{
       margin-bottom:40px; 
}

.min-imagen-Producto{
    text-align:left;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

input[type=number] {
    border-radius: 4px !important;
    color: #858585;
    background-color: #FFF;
    border: 1px solid #D5D5D5;
    padding: 5px 4px 6px 15px;
    font-size: 14px;
    font-family: inherit;
    box-shadow: none!important;
    transition-duration:.1s;
    width: 60px!important; 
}

label .cantidad-Pedido {
    border-radius: 4px !important;
    color: #858585!important;
    background-color: #FFF!important;
    border: 1px solid #D5D5D5!important;
    padding: 5px 4px 6px 15px!important;
    font-size: 14px!important;
    font-family: inherit;
    box-shadow: none!important;
    width: 60px!important; 
}

.form-group {
    margin-bottom: 25px;
}
.item-informacion-orden-pedido .titulo  {
    margin-bottom: 25px;
}

.form-group .control label {
    color: #333;
    position: relative;
    display: inline-block;
}
.form-group .control input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    background: #E3E3E3;
}

.boton-right{
    text-align:right;
}

.boton-center{
    text-align:center;
}

.formulario-Login {
    background-color: #F7F7F7;
    min-height: 600px;
}

.form-group .control .seleccion-Opciones  {
    width: 100%;
    height: 45px;
    line-height: 50px;
    margin-bottom: 25px;
    background: #E3E3E3;
    border-radius: 0px;
    border: none;
}

.seccion-Carrito-Compras .table td {
    vertical-align: middle;
    border-top: 1px solid #eee;
}

.btn-success {
    color: #fff;
    background-color: #f36e1f!important;
    border-color: #f36e1f!important;
}
.btn-success:hover {
    color: #fff;
    background-color: #603926!important;
    border-color: #603926!important;
}
.btn-success:active:hover{
    color: #fff;
    background-color: #603926!important;
    border-color: #603926!important;
}

.btn-seguir-Comprando{
    color: #fff;
    background-color: #AF452A!important;
    border-color: #AF452A!important;
    margin-bottom:20px;
}
.btn-seguir-Comprando:hover {
    color: #fff;
    background-color: #603926!important;
    border-color: #603926!important;
}

.btn-Pagar {
    color: #fff;
    background-color: #EC6608!important;
    border-color: #EC6608!important;
}
.btn-Pagar:hover {
    color: #fff;
    background-color: #603926!important;
    border-color: #603926!important;
}

.estado-pedido label{
    color: #AF452A;
    text-align:center;
}

.btn-ver-detalle {
    color: #fff;
    background-color: #EC6608!important;
    border-color: #EC6608!important;
    margin-bottom: 10px;
}
.btn-ver-detalle:hover {
    color: #fff;
    background-color: #603926!important;
    border-color: #603926!important;
}

.btn-login {
    color: #fff;
    background-color: #EC6608!important;
    border-color: #EC6608!important;
    margin-bottom: 10px;
}
.btn-login:hover {
    color: #fff;
    background-color: #603926!important;
    border-color: #603926!important;
}



.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    border-radius: 10px;
    padding: 8px 17px;
    margin-top: 10px;

}
.btn:hover {
    display: inline-block;

}

.min-imagen-Producto img{width: 100px; height:100px;}

.bg-danger {
    background-color: #dc3545!important;
}

.bg-dark {
    background-color: #343a40!important;
}

.bg-info {
    background-color: #17a2b8!important;
}

.bg-light {
    background-color: #f8f9fa!important;
}

.bg-primary {
    background-color: #007bff!important;
}

.bg-secondary {
    background-color: #6c757d!important;
}

.bg-success {
    background-color: #28a745!important;
}

.bg-warning {
    background-color: #ffc107!important;
}

.bg-white {
    background-color: #fff!important;
}

.fondo_transparente{
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.350);
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}
.modal{
    background: linear-gradient(0deg,white 70%, #f36e1f 30%);
    width: 600px;
    height: 300px;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 30px;

}

.modal_titulo{
    color: white;
    font-size: 20px;
    height: 20%;
}
.modal_mensaje{            
   padding: 10px 30px;
   height: 50%;
   text-align: justify;
}

@media	(max-width:768px) {
    .section {padding: 10px 0; position: relative;}
    .menu-area a {text-align: center;}
    .min-imagen-Producto{text-align: left;
    }
}    
@media	(max-width:575px) {
    .section {padding: 10px 0; position: relative;}
    .menu-area a {text-align: center;}
    .min-imagen-Producto{text-align: center;}
    .min-imagen-Producto img{width: 80%; margin-bottom: 5px;}
    .min-imagen-Producto span {font-size:12px;margin-left:0px;}
    body{
    font-size: 12px !important;
    }
    .table>thead>tr>th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
        font-size: 12px;
    }
    .seccion-Carrito-Compras .monto-Total .right {
    padding-left: 0px;
    margin-top:50px;
    border-radius: 8px !important;
    color: #858585;
    background-color: #FFF;
    border: 1px solid #D5D5D5;
    padding: 15px;
    
    }
    .col-xs-12{
        padding-left: 5px!important;
        padding-right: 5px!important;      
    }
    .modal{
    background: linear-gradient(0deg,white 70%, #f36e1f 30%);
    width: 100%;
    height: 300px;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 30px;

}
}



