/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
html, body{
    font-size: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    min-width: 360px;
}
body{
    background:#FFFFFF;
}
.header{
    background-color: #0879C9;
    height: 50px;
    position:fixed;
    z-index:1000;
    top:0;
    width:100%;
}
.sticky-fixed {
    position:fixed !important;
    z-index:1000;
    top:0;
    width:100%;
}

.contenedorcatalog{
    margin-top: 0px;
}

.contenedorcart{
    margin-top: 60px;
}
.name {
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    padding-top: 8px;
}
.border-container{
    border: 1px solid #e4e4e4;
    margin-top: 10px;
}
.container-product{
    border: 1px solid #e4e4e4;
    margin-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
}
.photo{
    padding: 10px;
    height: 210px;
    overflow: hidden;
}
.name_product {
    color: #4E4E4E;
    letter-spacing: -.01em;
    height: 52px;
    max-height: 52px;
    overflow: hidden;
    margin-bottom: 11px;
    transition: all 0.6s ease;
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
    padding: 0 1px;
}
.price{
    color: #0879C9;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
.detail {
    color: #656464;
    font-size: 14px;
    text-align: center;
    height: 50px;
    overflow: hidden;
}
.container-btn {
    margin-bottom: 9px;
    margin-top: 13px;
    padding: 0 5px;
}
.cart {
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    padding-top: 2px;
    text-align: right;
    padding-left: 0px;
    padding-right: 2px;
}
.cart a:hover{
    color: #ffb94f;
}
.badge_cart {
    margin-left: 8px;
    position: absolute;
    margin-top: 8px;
    background-color: #65bd1c;
}
.infoCart {
    border: 1px solid #e4e4e4;
    padding: 6px;
    margin-top: 7px;
    background-color: #ffffff;
}

#totalcarrito{
    color: #0879c9;
    font-size: 18px;
    font-weight: 500;
}

#vaciar{
    background-color: #ffb94f;
    cursor: pointer;
    margin-top: 10px;
}
#confirmar_vaciar{
    display: none;
    cursor: pointer;
    margin-top: 10px;
    background-color: #65bd1c;
}
#cancelar_vaciar{
    display: none;
    cursor: pointer;
    background-color: #d9534f;
    margin-top: 10px;
}
#detallecarrito{
    z-index: 9999;
    margin-top: 1px;
}
.name_product_check {
    color: #4E4E4E;
    letter-spacing: -.01em;
    margin-bottom: 11px;
    font-weight: 500;
    font-size: 13px;
}
.detail_check{
    color: #656464;
    font-size: 12px;
}
.price_detail{
    color: #656464;
    font-size: 15px;
}
.price_check{
    color: #0879C9;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.quitar{
    cursor: pointer;
    background-color: #d9534f;
    margin-top: 10px;
}

.quitarOpcion{
    cursor: pointer;
    background-color: #d9534f;
    margin-top: 10px;
}
h1{
    color: #0879C9;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
.margin_input{
    margin-top: 5px;
}
.divOpciones {
    display: none;
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 100%;
    padding: 10px 15px;
}

@media screen
and (max-width: 640px){
    .photo{
        height: 150px;
    }
}
@media screen
and (max-width: 360px){
    .name {
        color: #ffffff;
        font-weight: 500;
        font-size: 15px;
        padding-top: 8px;
    }
}
