﻿iframe {
    width: 100%;
    height: 500px;
    border: none;
    margin: 0;
}

#header-detail .heading {
    
}

#header .dropdown .dropdown-menu {
    background-color: var(--nav-topheader-background-color);
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.c1 {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: auto !important;
}

.c2 {
    background-image: url(../img/sfondo_home.jpg);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: auto !important;
}

.c3 {
    background-image: url(https://saintstour.blob.core.windows.net/strapi-upload/assets/Galleria_Borghese_Esterne_4_0e778819a0.png);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: auto !important;
}

.icon-100 {
    font-size: 100px;
}

.icon-200 {
    font-size: 200px;
}

.icon-300 {
    font-size: 200px;
}

.image-container {
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

    .image-container img {
        transition: transform 1s, filter .80s ease-in-out;
    }

    .image-container:hover img {
        transform: scale(1.2);
    }

.search-sec .container {
    background-color: #1a2b49;
    padding: 20px 20px 20px 20px;
    border-radius: 25px;
    margin-bottom: 100px;
}

.search-sec .input-group {
    background-color: white;
    border-radius: 25px;
}

.search-sec input[type=text] {
    background-color: white;
    border-radius: 25px;
}

.search-sec select {
    background-color: white;
    border-radius: 25px;
}



.flat {
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 0px;
}

.cart_summary {
    position: relative;
    border: 1px solid var(--bs-gray-500);
    border-top: 4px solid var(--nav-topheader-background-color);
    border-radius: 8px;
    margin-bottom: 16px
}

.price-day {
    /*line-height: 6px;*/
    /*font-size: 10px;*/
}

/* Whislist icon */
.wishlist {
    position: absolute;
    left: 7px;
    top: 5px;
    z-index: 1;
    overflow: hidden;
    color: white;
    transition: color 0.5s ease;
    cursor:pointer;
}

    .wishlist:hover {
        color: red;
    }


.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#F70505 0%, #8F0808 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        right: -21px;
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #8F0808;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #8F0808;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }


/*SCHEDA PRODOTTO HOME */
.product-card {
    width: 315px;
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    background: #fff;
}


.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
}

    .product-tumb img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: calc(var(--vh, 1vh) * 25);
        object-fit: cover;
    }

.product-details {
    padding: 30px;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 18px;
}

.product-details h4 a {
    font-weight: 500;
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
}

    .product-details h4 a:hover {
        color: #fbb72c;
    }

.product-details p {
    font-size: 15px;
    /*line-height: 22px;*/
    margin-bottom: 18px;
    color: #999;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

    .product-bottom-details div {
        float: left;
        width: 50%;
    }

.product-price {
    font-size: 18px;
    color: #fbb72c;
    font-weight: 600;
}

    .product-price small {
        font-size: 80%;
        font-weight: 400;
        text-decoration: line-through;
        display: inline-block;
        margin-right: 5px;
    }

.product-links {
    text-align: right;
}

    .product-links a {
        display: inline-block;
        margin-left: 5px;
        color: #e1e1e1;
        transition: 0.3s;
        font-size: 17px;
    }

        .product-links a:hover {
            color: #fbb72c;
        }


.cart-sidebar {
    font-size: 14px;
}

    .cart-sidebar title {
        font-size: 15px;
        font-weight: 500;
    }


/*Gallery style*/
@media (max-width: 1199px) {
    #gallery a {
        display: none;
    }

        #gallery a:first-child {
            display: block;
        }
}

.img-responsive {
    display: block;
    height: auto;
    width: 100%;
}

.gallery__item .img-responsive {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease-in;
}


.gallery-wrapper {
    padding: 2.5rem 0;
    position: relative;
    overflow: hidden;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.4166666667rem;
}

    .gallery:not(:first-child) {
        margin-top: 0.4166666667rem;
    }

@media (min-width: 768px) {
    .gallery {
        grid-template-columns: repeat(5, 1fr);
    }
}

.gallery.-block {
    display: grid;
}

.gallery__item {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: flex;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    .gallery__item:nth-child(13n+1) {
        grid-column: 1/-1;
    }

.show-ar .gallery__item:nth-child(13n+1):before {
    content: "2:3";
}

@media (min-width: 768px) {
    .gallery__item:nth-child(13n+1) {
        grid-column: 1/span 2;
        grid-row: 1/span 3;
    }
}

.gallery__item:nth-child(13n+8) {
    grid-column: 1/-1;
}

.show-ar .gallery__item:nth-child(13n+8):before {
    content: "4:2";
}

.gallery__item:nth-child(13n+13) {
    grid-column: 1/-1;
}

.show-ar .gallery__item:nth-child(13n+13):before {
    content: "2:2";
}

@media (min-width: 768px) {
    .gallery__item:nth-child(13n+13) {
        grid-column: 3/span 2;
        grid-row: 5/span 2;
    }
}

.-absolute .gallery__item {
    position: relative;
}

.card-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: var(--secondary-color);
}

/*TEAM OVERRIDE */
.team {
    --background-color: #f4f4f4;
}

    .team .member {
        position: relative;
    }

        .team .member .member-img {
            margin: 0 40px;
            border-radius: 0;
            overflow: hidden;
            position: relative;
            border: 3px solid var(--background-color);
            box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2);
        }


li .link
{
    color:black;
}