/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300&display=swap');


.clear{
    float:none;
    clear:both;
}
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
.minHeight{
    min-height:calc(100vh - 320px);
}
.cursorPointer{
    cursor:pointer;
}

textarea:focus, input:focus {
    outline: none !important;
}

/*############################*/
/*######### MASTER ###########*/
/*############################*/
.navbar-Flower {
    background-color: #4b782a;
}
.navbar-Flower .navbar-brand {
    color: #fff
}

    .navbar-Flower .navbar-brand:focus, .navbar-Flower .navbar-brand:hover {
        color: #fff
    }

.navbar-Flower .navbar-nav .nav-link {
    color: rgba(255,255,255,.75);
    font-size:18px;
    font-weight:bold;
    margin-left:10px;
    margin-right:10px;
}

    .navbar-Flower .navbar-nav .nav-link:focus, .navbar-Flower .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,1)
    }

    .navbar-Flower .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-Flower .navbar-nav .active > .nav-link, .navbar-Flower .navbar-nav .nav-link.active, .navbar-Flower .navbar-nav .nav-link.show, .navbar-Flower .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-Flower .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

 

.navbar-Flower .navbar-text {
    color: rgba(255,255,255,.5)
}

    .navbar-Flower .navbar-text a {
        color: #fff
    }

        .navbar-Flower .navbar-text a:focus, .navbar-Flower .navbar-text a:hover {
            color: #fff
        }

.dropdown-item:hover{
    color:#4b782a;
}
.nav-item-evidenza {
    background-color: #c00000;
}
.footer-Flower{
    background-color:#4b782a;
    font-size:14px;
    color:white;
}
.footer-Flower img{
    max-width:150px;
}
.footer-Flower a{
    color:rgba(255,255,255,0.75);
}
    .footer-Flower a:hover {
        color: rgba(255,255,255,1);
        text-decoration:none;
    }
    .footer-Flower hr{
        color:white;
        background-color:white;
    }

    .contentW100{
        width:100%;
        margin-top:30px;
        height:auto;
    }
.tblCarrello{
    margin-left:40px;
}
.tblCarrello td{
    padding-left:6px;
    padding-right:6px;
    cursor:pointer;
}
.intIcoCarrello {
    color: white;
    font-size: 15px;
    text-align: left;
    padding-bottom:0px;
}
.prezzoIcoCarrello{
    color:white;
    font-size:14px;
    font-weight:bold;   
}
.IcoCarrello{
    font-size:30px;
    color:white;
}
.IcoCarrello {
}
.numCarrello{
    position:relative;
}
.numCarrelloDett {
    width: 18px;
    height: 18px;
    border-radius: 12px;
    color: #4b782a;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: white;
    font-size: 11px;
    border: 1px solid #4b782a;
}
.pnlCarrello {
    width: 320px;
    border-radius: 4px;
    z-index: 99;
    height: auto;
    max-height:0px;
    position: absolute;
    top: 60px;
    transition:max-height 1s;
    right: 0px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
}
#dettCarrello {
    width: 300px;
    margin-left: 10px;
    margin-top: 10px;
    max-height: 0px;
    overflow-y: auto;
    height: auto;
    transition: max-height 1s;
}
    .pnlCarrello div table{
        width:280px !important;
        font-size:14px;
        color:#464646;
    }
    .pnlCarrello div table td{
        vertical-align:middle;
    }
        .pnlCarrello div table hr {
            border-top:1px solid #4b782a;
            margin-top:5px;
            margin-bottom:5px;
            width:100%;
        }
.divImgCarrello {
    width: 60px;
    height: 80px;
    position: relative;
    overflow: hidden;
}

    .divImgCarrello img {
        position: absolute;
        top: 50%;
        left: calc(50% - 1px);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%,-50%);
        max-width: 62px;
    }
.iAction{
    color:#464646 !important;
   font-weight:bold;
}
.iAction:hover{
    cursor:pointer;
    color:#c00000;
    text-decoration:none;
}
/*############################*/
/*######### FINE MASTER ###########*/
/*############################*/
/*############################*/
/*######### DEFAULT ###########*/
/*############################*/
.h2Vetrina {
    color: #c00000;
    margin-top: 30px;
    margin-bottom: 15px;
}
.rigaVetrina {
    background: -moz-linear-gradient(left, rgba(192,0,0,1) 29%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(192,0,0,1) 29%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(192,0,0,1) 29%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    width: 60%;
    height: 8px;
    margin-bottom: 30px;
}
.imgVetrina {
    width: 100%;
    height: 190px; /* era 250px*/
    position: relative;
    background-color: #e9e9e9;
    overflow: hidden;
}
    .imgVetrina img {
        position:absolute;
        top: 50%;
        left: calc(50% - 1px);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%,-50%);
        width:calc(100% + 2px);
        max-height:250px;
        
    }
.vetrinaTitolo, .vetrinaTitolo a{
    color:#c00000 !important;
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
    text-align:justify;
}
.card {
    cursor: pointer;
    transition: transform 0.1s;
}
    .card:hover {
        -webkit-box-shadow: 0px 11px 18px -4px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 11px 18px -4px rgba(0,0,0,0.75);
        box-shadow: 0px 11px 18px -4px rgba(0,0,0,0.75);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
    }
.card a:hover{
    text-decoration:none;
}
.vetrinaPrezzoCarrello{
    display:inline-block;
}
.prezzoOriginario{
    font-size:14px;
    color:#464646;
    text-decoration:line-through;
    margin-bottom:0px;
    line-height:10px;
}
.prezzoVetrina {
    color: #c00000;
    font-weight: bold;
    font-size: 20px;
    margin-top:0px;
    line-height:10px;
}
.bottoneVetrina {
    padding: 5px;
    color: white;
    background-color: #ae841a ;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 10px;
}
    .bottoneVetrina:hover {
        background-color:#daa520;
        color: white;
    }
.card-body p{
    position:relative !important;
    margin-bottom:60px;
}
.card-body table{
    position:absolute;
    bottom:20px;
    width: calc(100% - 40px);
}
.card-text{
text-transform:capitalize;
}
.newsletter {
    width: 100%;
    margin-bottom: 40px;
}
.roundFeatures {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-color: #daa520;
    color: white;
    margin-bottom: 15px;
    font-size: 60px;
    text-align: center;
    margin-left: calc(50% - 60px);
    padding: 15px;
    cursor: pointer;
}
.textFeatures {
    font-size: 16px;
    color: #464646;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.features:hover .textFeatures{
    font-weight:bold;
}
.features:hover .roundFeatures{
    background-color:#f1bc38;
}
.features{
    margin-bottom:40px;
}
.pnlDettServizi{
    z-index: 999;
    background-color:white;
    position:fixed;
    height:500px;
    top: calc(50% - 250px);
    font-size:16px;
    padding:20px;
    overflow-y:auto;
}
.dettServiziScroll {
    height: 350px;
    overflow-y: auto;
    padding:10px;
}

.pnlDettServizi h2{
    font-size:20px;
    color:#daa520;
    text-align:center;
    font-weight:bold;
    margin-bottom:20px !important;
}
.chiudiDettServizi{
    width:150px;
    text-align:center;
    height:40px;
    border-radius:10px;
    padding:10px;
    font-size:16px;
    color:white;
    cursor:pointer;
    background-color:#daa520;
    position:absolute;
    bottom:20px;
    left: calc(50% - 75px);
}
.banner{
    background-color:white;
    height:300px;
    width: 100%;
    margin-top:20px;
    margin-bottom:40px;
    position:relative;
}
    .banner img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%,-50%);
        max-height:300px;  
        border:1px solid #808080;
    }
.card-body{
    position:relative;
}

    .card-body p:first-letter {
        text-transform: uppercase;
    }

.vetrinaPrezzoCarrello{
    position:absolute;
    bottom:10px;
    width:calc(100% - 40px);
}
/*######################################*/
/*############# FINE DEFAULT ###########*/
/*######################################*/
/*######################################*/
/*######### ELENCO PRODOTTI ###########*/
/*######################################*/
.sfondoElencoRose {
    background: url('/img/sfondoRose.jpg') left no-repeat;
    height: 250px;
}
.sfondoElencoBouquet {
    background: url('/img/sfondoBouquet.jpg') left no-repeat;
    height: 250px;
}
.sfondoElencoMazzi {
    background: url('/img/sfondoMazzi.jpg') left no-repeat;
    height: 250px;
}
.sfondoElencoComposizioni {
    background: url('/img/sfondoComposizioni.png') left no-repeat;
    height: 250px;
}
.sfondoElencoPiante{
    background: url('/img/sfondoPiante.jpg') left no-repeat;
    height: 250px;
}
.sfondoElencoGenerale{
    background: url('/img/sfondoGenerale.jpg') left no-repeat;
    height: 250px;
}
.titElencoProdotti{
    color:#c00000;
    text-align:center;
    font-size:50px;   
}
.sottotitElencoProdotti {
    color: #4b782a;
    text-align: center;
    font-family: 'Kalam', cursive;
    font-size:40px;
}
.my-auto{
    margin-top:auto;
    margin-bottom:auto;
}
.pager {
    background-color: #141414;
    font-family: Lato;
    color: White;
    text-align: left;
    padding-left: 10px;
    vertical-align: middle;
    height: 28px;
    margin-bottom: 40px;
}

    .pager input {
        background-color: white;
        padding: 2px 8px 2px 8px;
        color: #242020;
        cursor: pointer;
        font-family: Lato;
        font-size: 12px;
    }

.current {
    background-color: #daa520;
    color: white;
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}
.divSeparatore {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4b782a+0,ffffff+100&1+0,0+80 */
    background: -moz-linear-gradient(top, rgba(75,120,42,1) 0%, rgba(219,228,212,0) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(75,120,42,1) 0%,rgba(219,228,212,0) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(75,120,42,1) 0%,rgba(219,228,212,0) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b782a', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    height:60px;
}
.lblRadioColori {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    float: left;
    border: 1px solid #d9d9d9;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
    margin-top:10px;
}

.lblRadioColoriMisto {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    float: left;
    border: 1px solid #d9d9d9;
    margin-left: 3px;
    margin-right: 3px;
    background: rgb(100,39,198); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(100,39,198,1) 0%, rgba(41,137,216,1) 20%, rgba(36,193,73,1) 41%, rgba(234,234,37,1) 60%, rgba(239,142,45,1) 81%, rgba(255,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(100,39,198,1) 0%,rgba(41,137,216,1) 20%,rgba(36,193,73,1) 41%,rgba(234,234,37,1) 60%,rgba(239,142,45,1) 81%,rgba(255,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(100,39,198,1) 0%,rgba(41,137,216,1) 20%,rgba(36,193,73,1) 41%,rgba(234,234,37,1) 60%,rgba(239,142,45,1) 81%,rgba(255,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6427c6', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    margin-top: 10px;
}
.lblRadioColoriSelected {
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
}
.radioColori input {
    display: none;
}

/*######################################*/
/*######### ELENCO PRODOTTI ###########*/
/*######################################*/

/*######################################*/
/*####### DETTAGLIO PRODOTTI ###########*/
/*######################################*/
.linkNav{
    color:#c00000;
}
.linkNav:hover{
    text-decoration:underline;
    color:#c00000;
}
.titProdotto{
    color:#c00000;
}
.dettProdotto p {
    text-align: justify;
}
.prezzoScheda{
    color:#daa520;
    margin-bottom:0px;
    padding-top:5px;
    font-size:24px;
}
.condividi i{
    font-size:24px;
    color:#daa520;
    cursor:pointer;
    margin:4px;
}
.condividi i:hover{
    color:#c00000;
}

.lineaDiv{
    height:3px;
    background-color:#daa520;
    width:100%;
    margin-top:15px;
    margin-bottom:15px;
}
.disclaimer{
    color:#bebebe;
    line-height:5%;
}
#lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

    #lightSlider li {
        display: block;
        float: left;
        margin-right: 5px;
        cursor: pointer;
    
    }
        #lightSlider li:hover img {
            border-radius: 5px;
            border: 1px solid #005987 !important;
        }

    #lightSlider img {
        width: 400px;
        margin: 0 auto;
        display: block;
    }

    .lSSlideOuter .lSPager.lSGallery li img {
           
        border:1px solid grey;
        border-radius:5px;
    }
#lightSlider img {
    border: 1px solid grey;
}

.newSlider {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
    .newSlider img.zoomImg {
        cursor: crosshair;
    }

    .newSlider div {
        text-align: center;
    }

    .newSlider ul {
        list-style: none outside none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .newSlider li {
        display: block;
        float: left;
        margin-right: 6px;
        cursor: pointer;
    }

        .newSlider LI img {
            display: block;
            height: auto;
            max-width: 100%;
        }
.spinnerQta{
    width:35px;
}
.spinnerPrezzo {
    width: 100px;
}
.addCarrelloIco {
    width: 40px;
    height: 40px;
    background-color: #daa520;
    color: white;
    font-size: 20px;
    padding: 5px 8px 5px 8px;
    cursor: pointer;
}
.addCarrello{
    height:40px;
    padding:8px;
    color:white;
    background-color:#464646;
    cursor:pointer;
    font-size:16px !important;
    
}
.addCarrello:hover{
    color:white;
    text-decoration:none;
    background-color:#2f2d2d;
}
    .addCarrelloIco:hover {
        color: white;
        text-decoration: none;
    }
.mouseDisabled{
    cursor: not-allowed !important;
}
.oscura {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 95;
    position: fixed;
    top: 0;
    left: 0;
}
.pnlCarrelloArticolo {
    width: 500px;
    border-radius: 4px;
    z-index: 99;
    height: 360px;
    position: fixed;
    top: 150px;
    left: calc(50% - 250px);
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
    padding: 20px;
    -moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
}
    .pnlCarrelloArticolo p{
        font-size:16px;
    }
    .pnlCarrelloArticolo h2{
        font-size: 20px;
        color:#c00000;
    }
.numServCli{
    font-size:28px;
    color:#4b782a;
}
.btnContinuaAcquisti {
    height: 40px;
    padding: 8px;
    color: white;
    background-color: #daa520;
    cursor: pointer;
}
    .btnContinuaAcquisti:hover{
        color:white;
        text-decoration:none;
        background-color:#ebb326;
    }

.btnPnlCarrello{
    display:inline-block;
    width:220px;
}

.divProdAggiunto {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    text-align:center;
    font-weight:bold;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 81%, rgba(241,241,241,1) 81%, rgba(225,225,225,1) 93%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 81%,rgba(241,241,241,1) 81%,rgba(225,225,225,1) 93%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 81%,rgba(241,241,241,1) 81%,rgba(225,225,225,1) 93%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.novisible {
    display: none;
}
.visible {
    display: block;
}
.taglia{
    width:30px;
    height:30px;
    border-radius:15px;
    text-align:center;
    line-height:30px;
    font-size:20px;
    font-weight:bold;
    background-color:#d9d9d9;
    color:#464646;
    float:left;
    margin-right:10px;
    cursor:pointer;
}
    .tagliaSelected, .taglia:hover {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        text-align: center;
        line-height: 30px;
        font-size: 20px;
        font-weight: bold;
        background-color: #d9d9d9;
        color: #464646;
        float: left;
        margin-right: 10px;
        background-color: #daa520;
        color: #464646;
        cursor:pointer;
    }


/*######################################*/
/*####### FINE DETTAGLIO PRODOTTI ######*/
/*######################################*/

/*######################################*/
/*####### INIZIO CARRELLO ######*/
/*######################################*/
.numStepCarrello{
    padding:5px 10px 5px 10px;
    background-color:#daa520;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    color:white;
    width:auto;
    margin-right:10px;
    float:left;
}
.titStepCarrello {
    font-size: 22px;
    color: #464646;
    float: left;
    font-weight:bold;
}
.fattoStepCarrello {
    font-size: 24px;
    color: #4b782a;
}
.modStepCarrello {
    font-size: 12px;
    color: #747272;
    float: right;
    padding:9px 0px 9px 0px;
}
.dataConsegnaCarrello{
    font-size:18px;
    color:#c00000;
    margin-top:20px;
}
.hrCarrello {
    background: -moz-linear-gradient(left, rgba(192,0,0,1) 29%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(192,0,0,1) 29%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(192,0,0,1) 29%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    width: 60%;
    height: 4px;
    margin-bottom: 5px;
}
.intCarrello td, .intCarrello th {
    font-size: 14px;
    color: #141414;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #141414;
}

    

.bigliettoForm{
    width:100%;
    height:100px;
    border:1px solid #d9d9d9;
    border-radius:4px;
    font-size:12px;
    padding:3px;
}

.titCarrelloFV{
    width:15%;
    min-width:120px;
    text-align:right;
    color:#141414;
    font-weight:bold;
    padding:5px;
    font-size:14px;
}
.form-check{
    padding-left:0px;
}

.totProdotti{
    border:1px solid #464646;
    background-color:#eaeaea;
    padding:10px;
    border-radius:4px;
}
.totProdotti table{
    width:100%;
}
.pagamenti {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    min-height: 250px;
}

.pagamento {
    float: left;
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*width:100%;*/
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    background-color: white;
    cursor: pointer;
    transition: transform 1s;
}

    .pagamento div, .pagamentoSelected div {
        width: 100%;
        height: 100px;
        position: relative;
    }

        .pagamento div img, .pagamentoSelected div img {
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%,-50%);
            max-height: 80px;
            position: absolute;
        }

    .pagamento:hover, .pagamentoSelected {
        -webkit-box-shadow: 0px 8px 16px -1px rgba(38,38,38,1);
        -moz-box-shadow: 0px 8px 16px -1px rgba(38,38,38,1);
        box-shadow: 0px 8px 16px -1px rgba(38,38,38,1);
    }

        .pagamento:hover, .pagamentoSelected:hover {
            -webkit-transform: scale(1.02);
            -moz-transform: scale(1.02);
            -ms-transform: scale(1.02);
            -o-transform: scale(1.02);
            transform: scale(1.02);
        }

.pagamentoSelected {
    float: left;
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 2px solid #daa520;
    background-color: white;
    cursor: pointer;
}

    .pagamento img, .pagamentoSelected img {
    }
.btnSuggerimento {
    display: block;
    width: 100%;
    height: auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor:pointer;
}
.accordion .collapse{
    border:1px solid #d9d9d9;
    padding:15px;
}

/*######################################*/
/*####### FINE CARRELLO ######*/
/*######################################*/


