.navbar {
    margin-bottom: 0;
}

.product {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.product-card-horizontal, .product-card-portrait {
    padding: 15px 5px 15px;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);*/
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    background-color: white;
}

.product-card-portrait {
    display: inline-block;
    padding: 20px;
    width: 100%;
    height: 365px;
}

.product-card-horizontal {
    margin: 8px 0px;
}

.product-card-horizontal:hover, .product-card-portrait:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25), 0 4px 6px rgba(0, 0, 0, 0.22);
}

a.product-link {
    text-decoration: none;
    color: #333;
    outline: none;
}

.h1, h1 {
    font-size: 24px;
}

.h1, h1 {
    margin-top: 0px;
    margin-bottom: 24px;
}

/*a .h4 {*/
/*color: #317eac;*/
/*}*/

.oferta {
    display: inline-block;
    padding: 20px;
    width: 100%;
    height: 365px;
    margin: 15px 5px;
}

.wrapper-oferta {
    padding-right: 5px;
    padding-left: 5px;
}

.thumbnail {
    width: 100px;
    height: 100px;
    margin-bottom: 0px;
    border: none;
}

.thumbnail-catalogo {
    cursor: pointer;
    margin: 0 auto;
}

.thumbnail-oferta {
    width: 100%;
    height: 200px;
    cursor: pointer;
}

#resultados {
    padding-bottom: 30px;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

.item.list-group-item .thumbnail {
    margin-bottom: 0px;
    float: left;
}

.item.list-group-item .caption {
    padding: 9px 9px 0px 9px;
}

.item.list-group-item:nth-of-type(odd) {
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item img {
    float: left;
}

.item.list-group-item:after {
    clear: both;
}

.list-group-item-text {
    margin: 0 0 0px;
    cursor: pointer;
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    height: 3.6em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* place for '...' */

}

.list-group-item-text:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5%;
    height: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.oferta .list-group-item-heading {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.carousel-inner {
    border-radius: 3px;
}

.caption {
    height: 130px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
    cursor: pointer;
}

.media-object {
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.navbar-right {*/
/*margin-right: auto;*/
/*}*/

.precio {
    font-weight: 700;
    line-height: 1.4;
    font-size: 21px;
}

p {
    margin: 0 0 7px;
}

p.precio {
    white-space: nowrap;
}

label {
    min-width: 63px;
}

.search-bar {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 20;
    border-radius: 0;
}
#nav-contacto{
    right: 0;
    left: 0;
    z-index: 19;
    border-radius: 0;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .search-bar.affix {
        top: 0;
        position: fixed;
    }
}

@media (max-width: 767px) {
    .navbar-form {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #fg-sort {
        margin-bottom: 0px;
        margin-top: 12px;
    }
}

/*.search-bar select,*/
/*.search-bar input {*/
/*width: 150px !important;*/
/*}*/

.search-bar form label {
    color: white;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 700px;
    }

    .modal-wide .modal-dialog {
        width: 90%;
    }

    .modal-wide .modal-body {
        overflow-y: auto;
    }
}

.tab-content {
    padding-top: 30px;
}

.grey-text {
    font-size: 10pt;
    color: #777;
    font-weight: bold;
    display: initial;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

.vertical-align {
    display: flex;
    align-items: center;
}

.slick-dots li button:before {
    font-size: 13px;
}

.slide:not(:first-of-type) {
    display: none;
}

.slider.slick-initialized .slide:not(:first-of-type) {
    display: block;
}
.divider-vertical {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:20px;
    color: #9d9d9d;
}
