﻿
.pacchetti-title {
    padding-bottom: 20px !important;
}

.dropdown-backdrop {
    position: static;
}

.margin-top-40 {
    margin-top: 40px;
}

.listing-item .overlay-container {
    height: 180px;
}

    .listing-item .overlay-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.listing-item .title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listing-item .description {
    min-height: 130px;
}

    .listing-item .description p {
        margin: 0;
    }

.no_image {
    height: 250px;
    width: 100%;
    font-size: 90px;
    text-align: center;
}

    .no_image i {
        position: relative;
        top: 20px;
    }

.shop-item-col {
    padding: 0 10px;
}

.image_dettaglio {
    height: auto;
}

    .image_dettaglio img {
        margin-top: 20px;
        width: 100%;
        max-height: 500px;
    }

    .image_dettaglio .no_image i {
        top: 55px;
    }

.product-item ul {
    margin-bottom: 25px;
}

.product-item h4 {
    margin-top: 30px;
}

.empty {
    color: #c62828;
    text-align: center;
}

.listing-item-body {
    padding: 20px 10px 15px;
}

.footer-content a {
    color: inherit;
}

.price {
    font-weight: 400;
    margin-bottom: 0;
    text-align: right;
    color: #607d8b;
    line-height: 1.5;
}

.badge_disponibilita {
    display: inline-block;
    background-color: #ff5252;
    color: white;
    font-size: 0.8em;
    border-radius: 10px;
    padding: 0 7px;
    opacity: 0.8;
    font-weight: 300;
    line-height: 1.5;
}

.dettaglio.badge_disponibilita {
    position: absolute;
    margin-top: 8px;
}

.div_disponibilita {
    height: 20px;
}

.elements-list a {
    color: #e84c3d;
}


.no_image {
    height: 250px;
    width: 100%;
    font-size: 90px;
    text-align: center;
}

    .no_image i {
        position: relative;
        top: 20px;
    }


/* Images and Images overlay
---------------------------------- */
.fixed-image {
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
}

.no-touch .fixed-image {
    background-attachment: fixed;
}

.fixed-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(241, 241, 241, 0.85);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

    .overlay a {
        display: inline-block;
        width: 50px;
        height: 50px;
        font-size: 26px;
        color: #e84c3d;
        background-color: #ffffff;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px;
    }

    .overlay span {
        position: absolute;
        display: block;
        bottom: 10px;
        text-align: center;
        width: 100%;
        color: #000000;
        font-style: italic;
    }

.overlay-links {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -50px;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: all 0.25s linear 0.05s;
    -o-transition: all 0.25s linear 0.05s;
    transition: all 0.25s linear 0.05s;
}

    .overlay-links a {
        position: static;
        margin-top: 0;
        margin-left: 0;
    }

        .overlay-links a + a {
            left: 50px;
            color: #ffffff;
            background-color: #e84c3d;
        }

.overlay a:hover {
    color: #ffffff;
    background-color: #333333;
    text-decoration: none;
}

.overlay i {
    line-height: 50px;
}

.box-style-1 .overlay i {
    font-size: 26px;
    margin: 0;
}

a.overlay {
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}

    a.overlay:hover {
        text-decoration: none;
    }

.listing-item a.overlay {
    -webkit-transition: linear 0.25s;
    -o-transition: linear 0.25s;
    transition: linear 0.25s;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

    .listing-item a.overlay:hover {
        text-decoration: none;
    }

a.overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 40px;
    line-height: 42px;
    color: #e84c3d;
    margin-top: -22px;
    margin-left: -18px;
    text-align: center;
}

a.overlay.small i {
    font-size: 18px;
    line-height: 1;
    margin-top: -8px;
    margin-left: -8px;
}

.overlay .social-links {
    margin: 0;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

    .overlay .social-links li {
        margin: 0 auto;
    }

        .overlay .social-links li a {
            margin: 2px;
            width: 40px;
            height: 40px;
            font-size: 18px;
            position: static;
        }

            .overlay .social-links li a:hover {
                background-color: #ffffff;
                border-color: #ffffff;
                text-decoration: none;
            }

            .overlay .social-links li a i {
                line-height: 38px;
                font-size: 24px;
                margin: 0;
            }

.overlay-container:hover .overlay,
.overlay-container:hover .overlay-links {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* Shop pages
---------------------------------- */
.shop-item-col {
    padding: 0 10px;
}

.listing-item {
    margin: 0 0 20px 0;
    border: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
}

.listing-item-body {
    padding: 20px 15px 15px;
    -webkit-transition: ease-in-out all 0.25s;
    -o-transition: ease-in-out all 0.25s;
    transition: ease-in-out all 0.25s;
}

.listing-item:hover .listing-item-body {
    background-color: #fafafa;
}

.listing-item h3 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}

.listing-item p {
    color: #999999;
    font-size: 13px;
}

.listing-item del,
.price del {
    font-size: 13px;
    line-height: 1;
    color: #cccccc;
}

.elements-list > * {
    border-right: 1px solid #dddddd;
    margin: 5px 6px 5px 0;
    padding-right: 10px;
    line-height: 24px;
    height: 22px;
    display: inline-block;
}

    .elements-list > *:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }

.price {
    font-size: 22px;
    color: #000000;
    font-weight: 300;
}

.wishlist:hover i:before {
    content: "\f004";
}

.listing-item .badge {
    border-radius: 0;
    position: absolute;
    border-color: transparent;
    top: -1px;
    left: -1px;
    font-weight: 400;
}

.sorting-filters {
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    padding: 20px 15px;
    margin-bottom: 40px;
}

.sidebar .sorting-filters {
    margin-bottom: 0;
}

.sorting-filters label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.sorting-filters form {
    margin: 0;
}

.sorting-filters .btn {
    margin: 20px 0 0;
    min-width: 0;
    width: 100%;
}

.sorting-filters .form-control,
.sorting-filters .form-control:focus {
    margin-bottom: 5px;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
    border-color: #f3f3f3;
}

.sorting-filters .form-inline .form-control {
    width: 100%;
}

.list-with-image {
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
}

    .list-with-image:last-child {
        border-bottom: none;
    }

    .list-with-image .overlay-container {
        float: left;
        width: 80px;
        margin-bottom: 10px;
    }

    .list-with-image h2,
    .list-with-image p {
        margin-left: 100px;
    }

    .list-with-image h2 {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .list-with-image p {
        font-size: 13px;
        color: #999;
        margin-bottom: 15px;
    }

.shop-banner {
    background-color: transparent;
    border-color: transparent;
}

    .shop-banner .tp-bullets {
        display: none !important;
    }

    .shop-banner .sorting-filters {
        margin-bottom: 0;
    }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .sorting-filters .form-inline .form-group {
        width: 18%;
        margin-right: 1.9%;
    }

        .sorting-filters .form-inline .form-group:last-child {
            margin-right: 0;
        }

    .shop-banner {
        position: relative;
    }

        .shop-banner .sorting-filters {
            position: absolute;
            bottom: 20px;
            z-index: 29;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.7);
            border: none;
        }

            .shop-banner .sorting-filters * {
                color: #000000;
            }

            .shop-banner .sorting-filters .form-control,
            .shop-banner .sorting-filters .form-control:focus {
                border-color: #aaaaaa;
            }
}
