

.thumbnail-logo
{
    height: 50px;
    padding: 5px;
    display: block;
    float: left;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-top: 0px;
    width: auto;
}

.logo-container-header
{
    display: block;
    height: 120px;
    margin-top: 0px;
    background: white;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    overflow: auto;
}

.floating-navbar
{
    position: absolute;
    width: 100%;
    display: block;
    z-index: 9999;
    background: white;
}

.floating-navbar .col-md-12
{
    padding-right: 0px;
}

.navbar
{
    margin-bottom: 0px;
}

.header-image
{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

.navbar-hover
{
    position: relative;
    width: 1170px;
}

.thumbnail-logo-big
{
    padding: 5px;
    display: block;
    float: left;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-top: 0px;
    height: 100%;
}

.brand-big
{
    font-size: 30px;
    width: auto;
    float: left;
    line-height: 30px;
    max-width: 440px;
}

.titulo-tienda-big
{
    margin-left: -20px;
}

@media (min-width:992px) and (max-width:1199px)
{
    .navbar
    {
    }
    .logo-container-header
    {
    }
    .thumbnail-logo-big
    {
        height: 100%;
    }
    .brand-big
    {
        font-size: 22px;
        line-height: 25px;
        max-width: 327px;
    }
}

@media (min-width:768px) and (max-width:991px)
{
    .navbar-hover
    {
        width: 750px;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
    .navbar-hover
    {
        width: 970px;
    }
}

@media (min-width:768px) and (max-width:991px)
{
    .logo-container-header
    {
        height: 90px;
        overflow: hidden;
    }
    .thumbnail-logo-big
    {
        height: 100%;
        float: left;
    }
    .brand-big
    {
        font-size: 14px;
        line-height: 14px;
        float: left;
        max-width: 152px;
    }
}

@media (max-width:767px)
{
    .thumbnail-logo-big
    {
        height: 100%;
        margin-top: 0px;
    }
    .logo-container-header
    {
        height: 50px;
        border-radius: 0px;
        overflow: hidden;
    }
    .brand-big
    {
        font-size: 12px;
        line-height: 12px;
        vertical-align: middle;
        float: left;
        padding: 5px 0px 0px;
        margin: 0px;
        width: 155px;
    }
}

.breadcrumbs-wrap
{
    margin-top: 20px;
}

.product-item .image
{
    width: 100%;
    min-height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: table;
    color: white;
    text-shadow: 2px 2px 2px black;
    text-decoration: none;
}

.product-item
{
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 10px;
}

.product-item .ver-detalle-ico
{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 200%;
    vertical-align: middle;
    display: table-cell;
    opacity: 0;
    text-decoration: none;
    background: rgba(233,233,233,0.5);
    margin: 0;
    overflow: auto;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

.product-item .ver-detalle-ico:hover
{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 200%;
    vertical-align: middle;
    opacity: 1;
    margin: 0;
    text-decoration: none;
    overflow: auto;
}

.product-item .price
{
}

.product-item .price span
{
    float: right;
    font-size: 28px;
    font-weight: bold;
    color: #ff6c00;
}

.product-item .price small
{
    float: left;
    margin-right: 7px;
}

.btn-agregar-carro
{
    width: 60%;
}

.product-item .link-detalle
{
    text-decoration: none;
    color: black;
}

.product-item .btn-product
{
    float: left;
}

.product-item .btn-detalle
{
    width: 40%;
}

.product-item .btn-group
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
    overflow: auto;
    padding-bottom: 15px;
}

.masonry
{
    column-count: 4;
    column-gap: 1em;
}

.grid-item
{
    margin-right: 5px;
    margin-top: 10px;
}

@media screen and (max-width: 480px)
{
    .grid[data-columns]::before
    {
        content: '1 .column.size-1of1';
    }
}

@media screen and (min-width: 481px) and (max-width: 768px)
{
    .grid[data-columns]::before
    {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 769px)
{
    .grid[data-columns]::before
    {
        content: '3 .column.size-1of3';
    }
}

/* Again, you’re free to use and define the classes: */

.column
{
    float: left;
}

.size-1of1
{
    width: 100%;
}

.size-1of2
{
    width: 50%;
}

.size-1of3
{
    width: 33.333%;
}

/* clearfix */

.grid:after
{
    content: '';
    display: block;
    clear: both;
}

.categorias
{
    margin-top: 20px;
}

.grid
{
}

.footer
{
    background: #eee;
    overflow: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer h3
{
    padding-top: 0px;
}

.input-buscar
{
    width: 270px !important;
}

@media (min-width:768px) and (max-width:991px)
{
    .cabecera-logo
    {
        max-width: 321px;
        float: left;
    }
    .cabecera-menu
    {
        float: right;
        max-width: 404px;
    }
}

.navbar-form .input-group .input-group-addon
{
    height: 34px;
    width: auto;
}

@media screen and (min-width: 769px)
{
    .grid2[data-columns]::before
    {
        content: '4 .column.size-1of4';
    }
}

.size-1of4
{
    width: 25%;
}

.product-detail .currency
{
    float: right;
    padding-top: 20px;
    padding-right: 10px;
    font-size: 20px;
}

.product-detail .price
{
    color: #ff6c00;
    font-weight: bold;
    font-size: 40px;
}

.product-detail .image
{
    width: 100%;
}

.product-detail .zoom-in
{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: block;
    text-align: left;
    padding-top: 20px;
    opacity: 0;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    color: white;
    text-shadow: 2px 2px 2px black;
    padding-left: 20px;
}

.product-detail .zoom-in:hover
{
    background: rgba(233,233,233,0.3);
    opacity: 1;
}

.product-detail .agregar-carro
{
    height: 50px;
    line-height: 35px;
}

.cantidad
{
    float: left;
    width: 40px;
    padding: 0;
    text-align: center;
    display: none;
}

.btn-qty
{
    float: left;
    display: block !important;
}

.total_compra_format
{
    margin-left: 10px;
    float: right;
    font-size: 28px;
    font-weight: bold;
    color: #ff6c00;
    margin-top: -5px;
}

.total-a-pagar
{
    background: #eee;
    padding-top: 10px;
    padding-bottom: 5px;
    overflow: auto;
}

.total-a-pagar:nth-child(0)
{
    margin-top: 10px;
}

.total-a-pagar:nth-child(2)
{
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}

.total-final
{
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
}

@media (max-width:767px)
{
    .input-group
    {
        width: 100%;
    }
    .buscador-mobile
    {
        width: auto !important;
        min-width: 85% !important;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
    .cabecera-logo
    {
        max-width: 520px;
        float: left;
        width: auto !important;
    }
    .cabecera-menu
    {
        float: right;
        max-width: 404px;
        width: auto !important;
    }
}

@media (max-width:767px)
{
    .table tbody tr td
    {
        text-align: right;
        overflow: auto;
    }
}

.cantidad-duplicate
{
    display: block !important;
}

@media (max-width:767px)
{
    .qty-wrapper
    {
        float: right;
    }
    .table tbody tr
    {
        margin-bottom: 10px;
    }
    .brand-big
    {
        width: auto;
    }
    .logo-container-header
    {
        width: auto !important;
    }
}

