﻿body {
}

.header{
    color:#FAB637;
}

.imgFooter{
    width:100%;
}

.paddingCanasta{
    padding-left:1.875rem;
    padding-right:1.875rem;
}

.productoPanel{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FAB637 !important;
    border-color: #FAB637 !important;
    color:#3C3D3F  !important;
    padding:0.46875rem !important;
}

.productoPanelSmall{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFF !important;
    border-color: #FAB637 !important;
    color:#3C3D3F  !important;
    padding:0.46875rem !important;
}

.productoPrecioPanel{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: white !important;
    border-color: white !important;
    color:#3C3D3F  !important;
    padding:0.46875rem !important;
}

.dividerVertical {
    height:3.75rem; 
    width:100%; 
    clear:both;
    background-image: url('../Content/Images/Carrito/divider_vert.png');
    background-position: center;
    background-repeat: repeat-y;
}

.dividerVerticalMedium {
    height:2.34275rem; 
    width:100%; 
    clear:both;
    background-image: url('../Content/Images/Carrito/divider_vert.png');
    background-position: center;
    background-repeat: repeat-y;
}

.dividerVerticalShort {
    height:0.9375rem; 
    width:100%; 
    clear:both;
    background-image: url('../Content/Images/Carrito/divider_vert.png');
    background-position: center;
    background-repeat: repeat-y;
}

.dividerHorizontal {
    height:0.9375rem; 
    width:100%; 
    clear:both;
    background-image: url('../Content/Images/Carrito/divider_hor.png');
    background-position: center;
    background-repeat: repeat-x;
}

.selectCantidad {
    width:2.8125rem;
    position: relative;
    margin: 0px;
    border: none;
    outline: none;
    box-shadow: inset 0px 0px 0px 0 #FAB637;
    padding: 0px;
    background-color: #FAB637 !important;
    color:#3C3D3F  !important;
    background: transparent url('../Content/Images/Carrito/triangulo_inverso.png') no-repeat right center;    
    -webkit-appearance: none;
    -moz-appearance: none;
}

.selectCantidadSmall {
    width:2.8125rem;
    position: relative;
    margin: 0px;
    border: none;
    outline: none;
    box-shadow: inset 0px 0px 0px 0 #FAB637;
    padding: 0px;
    background-color: #FFF !important;
    color:#3C3D3F  !important;
    background: transparent url('../Content/Images/Carrito/triangulo_inverso.png') no-repeat right center;    
    -webkit-appearance: none;
    -moz-appearance: none;
}

.fuenteCarrito{
    font-weight:bold;
    font-size: 1.171875rem;
    color:#3C3D3F  !important;
}

.botonBorrar{
    font-size: 0.703125rem;
    color: white;
    background-color:#3C3D3F;
    border-color:#3C3D3F;
    font-weight:bold;
    padding: 0.10235rem 0.25rem 0.10235rem 0.25rem;
    transition: background-color 100ms ease-out;
    margin-bottom:0px
}

.botonBorrar:hover{
    background-color:#FAB637;
}

.botonBorrarSmall{
    font-size: 1.171875rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 0.243375rem;
    padding-bottom: 0.243375rem;
    padding-left: 0.535425rem;
    padding-right: 0.535425rem;
}

.headerMargin{
    margin-bottom:1.25rem;
}

.total{
    color:white;
    font-size:2.3125rem;
}

.totalPadding{
    padding-left:1.5rem;
}

.botonPagar{
    margin-top:0.9375rem;
    margin-bottom:0.9375rem;
}