
.category-map-header {
    margin-bottom: 30px!important;
    border-bottom: 0!important;
}

/***** SCENES MAIN *****/

#scenes {
    position: relative;
    margin-bottom: 30px;
}

#scenes .screen_scene {
    width: 100% !important;
    border: 1px solid #c9c9c9;
    background-repeat: no-repeat!important;
}

#scenes .popover-button {
    display: block;
    position: absolute;
    text-decoration: none;
}

#scenes .popover-button span {
    display: block;
    font-size: 28px;
    text-align: center;
    margin: 0 !important;
}

#scenes .popover-button span:before {
    content: "\e146";
    font-family: "Material Icons";
    display: block;
    color: #808080;
    font-size: 36px;
    line-height: 1;
    transition: .3s all ease-in-out;
}

#scenes .popover-button:hover span:before {
    color: #377cbd;
}

.popover.bs-tether-element-attached-top {
    margin: 10px 0 0 3px;
}

.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::after {
    border-bottom-color: #ffffff;
}

#scenes .scene-product,
.popover .scene-product {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
}

#scenes .scene-product .product-image-container,
.popover .scene-product .product-image-container {
    width: 80px;
}

#scenes .scene-product .product-image-container img:hover,
.popover .scene-product .product-image-container img:hover {
    opacity: .8;
}

#scenes .scene-product .product-name,
.popover .scene-product .product-name {
    width: calc(100% - 80px);
    padding-left: 10px;
}

#scenes .scene-product .product-name:hover > span,
.popover .scene-product .product-name:hover > span {
    text-decoration: underline;
}

#scenes .scene-product .prices,
.popover .scene-product .prices {
    display: flex;
    justify-content: flex-end;
}

/***** SCENES LIST *****/

#scenes-cat {
    margin-bottom: 50px;
}

#scenes-cat .etiquetado {
    width: 100%;
    padding: 18px 0 18px 15px;
    margin-bottom: 10px;
    background-color: #ebf3fb;
    display: flex;
    justify-content: space-between;
}

#scenes-cat .etiquetado > div,
#scenes-cat .product-container > div {
    display: table-cell;
    vertical-align: middle;
}

/***** SCENES LIST - ETIQUETADO *****/

#scenes-cat .etiquetado > div {
    font-family: 'Raleway';
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #377cbd;
}

#scenes-cat .posicion {
    width: 60px;
}

#scenes-cat .imagen {
    width: 140px;
    padding: 0 30px;
}

#scenes-cat .nombre {
    flex: 1;
}

#scenes-cat .cantidad {
    width: 100px;
    text-align: center!important;
}

#scenes-cat .precio {
    width: 180px;
    padding: 0 50px;
    text-align: right!important;
}

#scenes-cat .comprar {
    width: 135px;
    max-width: 135px;
    text-align: center;
}

/***** SCENES LIST - PRODUCTS *****/

#scenes-cat .product-container {
    display: table;
    border: 0;
    width: 100%;
    margin: 0;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #e2e2e2;
}

#scenes-cat .product-container .posicion {
    font-size: 15px;
    text-align: center;
}

#scenes-cat .product-container .imagen img:hover {
    opacity: .8;
}

#scenes-cat .product-container .nombre {
    padding-right: 20px;
}

#scenes-cat .product-container .nombre a {
    color: #212529;
}

#scenes-cat .product-container .nombre .referencia {
    margin: 0;
    font-size: 13px;
    color: #777777;
}

#scenes-cat .product-container .nombre .deliveryTime {
    margin: 0;
    font-size: 13px;
}

#scenes-cat .product-container .cantidad input {
    width: 100%;
    text-align: center;
}

#scenes-cat .product-container .cantidad input:hover {
    border-color: #377cbd;
}

#scenes-cat .product-container .precio {
    font-size: 11px;
    text-align: right;
    color: #aaaaaa;
}

#scenes-cat .product-container .precio .product-price {
    margin: 0;
    justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
    #scenes-cat {
        margin-bottom: 30px;
    }
    #scenes-cat .precio {
        width: 120px;
        padding: 0 20px;
        text-align: right!important;
    }
}

@media only screen and (max-width: 767px) {
    .category-map-header {
        margin-bottom: 30px;
    }
    .category-map-footer {
        margin-top: 30px;
    }
    #scenes .popover-button {
        display: none;
    }
    #scenes-cat .etiquetado {
        display: none;
    }
    #scenes-cat .product-container {
        padding: 10px 0;
    }
    #scenes-cat .product-list li:first-child .product-container {
        border-top: 1px solid #e2e2e2;
    }
    #scenes-cat .posicion,
    #scenes-cat .product-container .posicion {
        width: 40px;
        padding-right: 10px;
        font-size: 13px;
        text-align: left;
    }
    #scenes-cat .imagen {
        display: none!important;
    }
    #scenes-cat .product-container .nombre {
        padding-right: 0;
        line-height: 1.2;
    }
    #scenes-cat .product-container .nombre a {
        font-size: 12px;
    }
    #scenes-cat .product-container .nombre .referencia {
        display: none;
    }
    #scenes-cat .product-container .nombre .deliveryTime {
        font-size: 10px;
    }
    #scenes-cat .cantidad {
        display: none!important;
    }
    #scenes-cat .precio {
        width: 80px;
        padding: 0 10px;
        text-align: right!important;
    }
    #scenes-cat .product-container .precio .product-price {
        font-size: 15px;
        line-height: 1;
    }
    #scenes-cat .comprar {
        width: 75px;
        max-width: 75px;
    }
    #scenes-cat .comprar .btn {
        height: 25px;
        padding: 5px 10px;
        font-size: 13px;
    }
    #scenes-cat .comprar .btn i {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    #scenes-cat .product-container .nombre {
        line-height: 1;
    }
    #scenes-cat .product-container .nombre a {
        font-size: 10px;
    }
    #scenes-cat .product-container .nombre .deliveryTime {
        font-size: 8px;
    }
}