﻿@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);

.col-item {
    /*border: 1px solid #E1E1E1;*/
    border-radius: 5px;
    background: #FFF;
}

 .col-item .photo img {
     margin: 0 auto;
/*     border: 1px solid #9a9a9a;*/
 }

 .col-item .info {
     padding: 10px;
     border-radius: 0 0 5px 5px;
     margin-top: 1px;
     padding-top: 0px;
 }

 .col-item .price {
     float: left;
     margin-top: 5px;
 }

    .col-item .price h5 {
        line-height: 20px;
        margin: 0;
        word-break: break-word;
        word-spacing: normal;
        /* overflow-x: auto; */
        /* width: 200px; */
        /* width: 200px; */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        /* resize: horizontal; */
        /* padding: 20px; */
        font-size: 1.3rem;
    }

    .col-item .photo {
        padding-left: 10px;
        padding-right: 10px;
    }

.price-text-color {
    color: #219FD1;
}

.col-item .info .rating {
    color: #777;
}

.col-item .separator {
    border-top: 1px solid #E1E1E1;
}

.clear-left {
    clear: left;
}

.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

    .col-item .separator p i {
        margin-right: 5px;
    }

.col-item .btn-add {
    margin-top: 2%;
    padding: 8px 16px !important;
}

.col-item .btn-add {
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.controls {
    padding-bottom: 1%;
}

[data-slide="prev"] {
    margin-right: 10px;
}

.titleCarrousel {
    color: #fff;
    font-weight: 600;
    text-shadow: 0 2px 4px #000000;
    text-transform: uppercase;
}

.subtitleCarrousel {
    color: #fff;
    font-weight: 600;
    text-shadow: 0 2px 4px #000000;
    font-size: 14px;
}

.pageHeaderBackground {
    border-radius: 10px !important;
    padding: 11px !important;
    background: #6680B7 !important;
}

.ventaCruzada {
    margin-top: 25px;
}

.ventaCruzadaControls {
}

.select-quant-ventaCruzada input {
    margin: 0px 0px;
    border: none;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    padding: 9px 0;
}

.select-quant-ventaCruzada {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnMasVentaCruzada, .btnMenosVentaCruzada {
    border: 2px solid #000000;
    background-color: #fff;
    color: #000000 !important;
    font-weight: 200 !important;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 23px;
    transition: all .3s ease;
    font-size: 12px;
}

.btnMas.btnMasVentaCruzada, .btnMenos.btnMenosVentaCruzada {
    border: 2px solid #000000;
    background-color: #fff;
    color: #000000 !important;
    font-weight: 200 !important;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 17px;
    transition: all .3s ease;
    font-size: 12px;
}

@media (max-width: 767px) {

    /*.itemVentaCruzada:nth-last-child(-n+3) {
        margin-top: 5px;
    }

    .itemVentaCruzada:nth-last-child(2n) {
        margin-top: 5px;
    }*/

    .col-item .price {
        float: left;
        margin-top: 5px;
        text-align:center;
    }

    .titleProduct {
        font-size: 12px;
    }

    .col-item .photo img {
        height: 150px !important;
    }

    .btn-primary.btn-add.btn-addVentaCruzada {
        padding: 4px 20px;
    }

    .price-text-color {
        font-size: 12px;
    }
}
