html,
body {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    color: #000;
    height: 100%;
}
.container:after {
    content: "";
    display: block;
  }
  footer {
    /* .push must be the same height as footer */
      height: 185px; 
  }

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a.pagamento,
a.pagamento:hover {
    text-decoration: none;
    color: #fff;
}

.btn {
    text-decoration: none !important;
}

.marrone {
    color: #964520 !important;
}

.cagnolino {
    width: 100%;
    max-width: 106px;
    height: auto;
    margin: 0px auto 20px auto;
}

.containerhome {
    max-width: 320px;
    padding: 50px 0;
}

.containerInt {
    width: 100% !important;
    max-width: 320px;
    padding: 0 0 0 0;
    margin-left: auto;
    margin-right: auto;
}

.modalSpecial1 {
    max-width: 240px;
    padding: 0 0 0 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}

.modalSpecial2 {
    max-width: 600px;
    padding: 0 0 0 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}

.modalSpecial2 .modal-content {
    border-radius: 20px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
    margin-top: 1px;
}

.caneAnt img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}

.modalSpecial1 .modal-content {
    border-radius: 20px;
}

.containerInt .btn-block {
    max-width: 320px;
}

.containerInt .btn-block-max {
    max-width: 440px;
}

.containerInt2 {
    width: 100% !important;
    max-width: 440px;
    padding: 0 0 0 0;
    margin-left: auto;
    margin-right: auto;
}

.btn-default,
.btn-arancio,
.btn-marrone,
.btn-facebook,
.btn-google,
.btn-apple,
.btn-grigio {
    border-radius: 20px;
}

.form-control {
    border-radius: 20px;
    border-color: #707070;
    color: #6a6a6a;
}

.form-control-arancio {
    border-radius: 20px;
    border-color: #fc8903;
    color: #fff;
    background-color: #fc8903;
    text-align: center;
    height: 32px;
}

.form-control-container {
    padding: 0;
}

.price {
    padding: 6px 12px;
}

.form-control:focus {
    border-color: #ced4da;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(112, 112, 112, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(112, 112, 112, .6);
}

.checkbox {
    display: inline;
    border-color: #ced4da;
}

.btn.disabled,
.btn[disabled] {
    background-color: #964520;
    border-color: #964520;
    color: #fff;
    opacity: 1.0;
}

.btn-arancio,
.btn-default {
    background-color: #fc8903;
    border-color: #fc8903;
    color: #fff;
}

.btn-marrone {
    background-color: #964520 !important;
    border-color: #964520 !important;
    color: #fff;
}

.btn-grigio,
.btn-grigio:visited,
.btn-grigio.visited {
    background-color: #bababa;
    border-color: #bababa;
    color: #fff;
}

.btn-grigio-scuro {
    background-color: #6a6a6a;
    border-color: #6a6a6a;
    color: #fff;
    background-image: url('../images/plus.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding: 6px 6px !important;
}

.btn-facebook {
    background-color: #4b69ad;
    border-color: #4b69ad;
    color: #fff;
    background-image: url('../images/facebook.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 45px;
    padding: 15px 0px !important;
    border-radius: 28px !important;
}

.btn-bianco-allevamento,.btn-bianco-allevamento-invia{
    padding: 15px !important;
    border-radius: 28px !important;
}
.btn-bianco-allevamento-invia{
    min-width: 200px !important;
}

.btn-google {
    border-color: #707070;
    color: #6a6a6a;
    background-color: #ffffff;
    background-image: url('../images/google.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 45px;
    padding: 15px 0px !important;
    border-radius: 28px !important;
}

.btn-marrone-login{
    background-position: left center;
    background-size: 45px;
    padding: 15px 0px !important;
    border-radius: 28px !important;
}

.btn-apple {
    border-color: #707070;
    color: #6a6a6a;
    background-color: #ffffff;
    background-image: url('../images/logo-apple.svg');
    background-position: 16px 6px;
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 15px 0px !important;
    border-radius: 28px !important;
}


.btn-arancio:hover,
.btn-arancio:focus,
.btn-arancio.focus,
.btn-arancio:active,
.btn-arancio.active,
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-google {
    background-color: #964520;
    border-color: #964520;
    color: #fff;
}

.label1 {
    display: inline-block;
    max-width: 100%;
    margin-top: 5px;
    font-weight: bold;
    color: #964520;
}

.btn-marrone:hover,
.btn-marrone:focus,
.btn-marrone.focus,
.btn-marrone:active,
.btn-marrone.active,
.open>.dropdown-toggle.btn-marrone,
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook,
.btn-google:hover,
.btn-google:focus,
.btn-google.focus,
.btn-google:active,
.btn-google.active,
.btn-apple:hover,
.btn-apple:focus,
.btn-apple.focus,
.btn-apple:active,
.btn-apple.active,
.open>.dropdown-toggle.btn-google,
.btn-grigio:hover,
.btn-grigio:focus,
.btn-grigio.focus,
.btn-grigio:active,
.btn-grigio.active,
.open>.dropdown-toggle.btn-google {
    background-color: #fc8903 !important;
    border-color: #fc8903 !important;
    color: #fff;
}

.linea1 {
    width: 100%;
    height: 11px;
    border-bottom: 1px solid #bababa;
    text-align: center;
}

.linea2 {
    font-size: 14px;
    background-color: #fff;
    padding: 0 10px;
}

.lineacontainer {
    padding: 0 0 10px 0;
}

.containercheckbox {
    padding: 0 0 0 10px;
}

.errorMessage {
    display: block;
    color: #c91111;
    padding: 0 0 10px 0;
    text-align: center;
}

.errorMessage2,
.successMessage {
    display: block;
    color: #c91111;
    padding: 0 0 10px 0;
    text-align: left;
}

.successMessage {
    color: #52a20d;
}

.errorMessage2 img,
.successMessage img {
    float: left;
    margin: 0 10px 10px 0;
    width: 24px;
    height: auto;
}

.innerError {
    display: block;
    text-align: right;
    position: absolute;
    width: 300px;
    padding: 7px 0 0 0;
    color: #c91111;
}

.form-control-error {
    border-color: #c91111;
}

.btn-marrone-toggle {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.giorno {
    text-decoration: none;
}

.giorno:hover {
    color: #fc8903;
}

.nopadd {
    padding-left: 0px;
    padding-right: 2px;
}

.rosso {
    color: #c91111;
}

.arancio {
    color: #fc8903;
}

.verde {
    color: #4fc107;
}

.btn {
    display: inline-block;
    padding: 5px 0px;
}

.btn-piatto {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.btn-piatto-bottom {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-quadrato {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-bianco,
.btn-bianco:hover,
.btn-bianco:focus,
.btn-bianco.focus,
.btn-bianco:active,
.btn-bianco.active {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #707070;
    box-shadow: #000000;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.45);
}

.btn-grigio:hover {
    background-color: #fc8903 !important;
    border-color: #fc8903 !important;
    color: #fff;
}

.panel-default {
    border-color: #ddd;
    margin-top: 10px;
    box-shadow: #000000;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.45);
}

.spazio {
    margin-bottom: 30px;
}

.panel {
    border-radius: 10px;
}

.panel-body {
    padding: 0px 15px 15px 15px;
}

.panel-body-special {
    padding: 15px 15px 15px 15px;
}

.panel-form {
    padding: 15px 15px 0px 15px;
}

.panel-form-check {
    padding: 0px 15px 0px 15px;
}

.panel-form-2 {
    padding: 30px 15px 15px 15px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.modal-header {
    background-color: #333;
    color: #fff;
    border-color: #333;
    padding: 10px 15px;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.panel-footer-special {
    padding: 10px 15px;
    color: #fff;
    background-color: #fc8903;
    border-top: 1px solid #fc8903;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.panel-default>.panel-heading-special {
    background-color: #333;
    color: #fff;
    border-color: #333;
    padding: 10px 15px;
    text-align: center;
}

.form-control-special {
    background-color: #bababa;
    border-color: #bababa;
    color: #fff;
}

.form-control-check {
    background-color: #fc8903;
    border-color: #fc8903;
    color: #fff;
}

.form-control-special::placeholder {
    color: #fff;
}

.form-control-special:focus {
    border-color: #bababa;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-sottile {
    display: inline-block;
    padding: 6px 6px;
}

.btn-tondo {
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    line-height: 30px;
}

.btn-tondo-plus,
.btn-tondo-minus {
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    margin: 34px 0 0 0;
}

.form-control-dx {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form-control-sx {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #964520 !important;
    border-color: #964520 !important;
    color: #ffffff;
}

.paddcorr {
    margin-left: -2px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: inherit;
}

.titoletto {
    margin: 0 0 10px 0;
    color: #964520;
    font-size: 15px;
}

.titoletto span {
    color: #fc8903;
}

.caneCerchio {
    display: block;
}

.caneCerchio img {
    display: block;
    width: 100%;
    border-radius: 50%;
    border: 4px solid transparent;
}

.caneCerchio img:hover {
    display: block;
    width: 100%;
    border-radius: 50%;
    border: 4px solid #fc8903;
}

.caneCerchio .btEliminaImg,
.caneCerchio .btEliminaImg:hover {
    display: block;
    width: auto;
    border-radius: 0;
    border: 0;
}

.caneScelto img {
    display: block;
    width: 100%;
    border-radius: 50%;
    border: 4px solid #fc8903;
}

.btElimina {
    position: absolute;
    top: 0;
    right: 4%;
    display: none;
}

.linksNav {
    padding: 10px 10px 0 0;
}

.panel-default>.panel-heading-check {
    background-color: transparent;
    border-color: transparent;
    margin-top: -16px;
    text-align: center;
}

.panel-heading-check img {
    visibility: hidden;
}

.stondata {
    border-radius: 15px;
    width: 100%;
}

.over-stondata {
    border-radius: 15px;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    font-size: 40px;
    position: absolute;
    line-height: 100px;
}

.over-anteprima-modal {
    width: 85%;
    position: absolute;
    display: block;
    text-align: right;
}

.over-anteprima-modal img {
    width: 24px;
}

/*.modal-body {
    padding: 25px;
}*/

.anteprima-modal {
    border-radius: 15px;
    width: 100%;
    border: 3px solid transparent;
}

.anteprima-modal-selected {
    border: 3px solid #fc8903;
}

.btn-add-foto {
    width: 100%;
    line-height: 45px;
    font-size: 30px;
    color: #fff;
    height: 53px;
    background-color: #aaa !important;
    border-color: #aaa;
    padding: 6px;
}

.btn-add-foto:hover {
    background-color: #333 !important;
    border-color: #333;
}

.over-anteprima-big {
    width: 95%;
    position: absolute;
    display: block;
    text-align: right;
    margin-top: -5px;
}

.over-anteprima-big img {
    width: 32px;
}

.anteprima-big {
    border-radius: 15px;
    width: 100%;
    border: 3px solid transparent;
}

.anteprima-big-selected {
    border: 3px solid #fc8903;
}

.transp {
    color: transparent;
    border-color: transparent;
    background-color: transparent;
}

.form-control-hidden {
    display: none;
}

.modal-dialog {
    width: auto;
    margin: 30px auto;
}

.modal-footer {
    border: 0;
    text-align: center;
}

.form-ricerca{
    margin:0 auto !important;
}
.btn-arancio,.btn-marrone,.btn-bianco {
    padding:8px 15px;
    border-radius:25px;
   
}
.btn-bianco {
    background-color: #fff !important;
    border-color: #ccc !important;
    color: #000000;
    box-shadow: none;
}
.btn-bianco:hover {
    background-color: #fc8903 !important;
    border-color: #fc8903 !important;
    color: #fff;
    box-shadow: none;
}
.btn-marrone {
    background-color: #964520 !important;
    border-color: #964520 !important;
    color: #fff;
    min-width: 125px;
}
.titoloHome{
    color:#000;
    font-weight: normal;
    font-size:19px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.swiper-slide a {
    border: 1px solid #ededed;
    display: block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
}
.imgHome{
    /*width:100%;
    border-radius: 50%;
    border: 1px solid #ededed;
    margin:10px 0 10px 0;*/
}
.imgHomeCuccioli{
    width: 100%;
    border-radius: 50%;
    border: 1px solid #ededed;
    margin:15px 0 15px 0;
}
.imgHomeCuccioli{
    border-radius: 20px;
    border: 1px solid #ededed;
}
.separatoreHome{
    height:40px;
}
.separatore_allevamento{
    height:20px;
}
.nome_indirizzo_allevamento{
    color:#000;
    font-size:17px;
}
.dropdown-item{
    text-decoration: none;
}
.dropdown-toggle-ordina{
    padding-top:0px;
    padding-bottom:0px;
    margin-top:3px;
}
.nopaddLeft{
    padding-left:0px !important;
}
.labelIos{
    padding-bottom:0;
    padding-top:4px;
}

.homeCerca{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #fff !important;
}
.input-group-ricerca{
    min-width: 350px;
}
.input-group-btn-cerca{
    padding-left:20px;
}
.elemento-suggerito{
    padding:8px 0px;
    width:88%;
    text-align:left;
    margin:0 auto;
}
#suggeriti {
    position: absolute;
    top: 60px;
    margin-left: 34px;
    width: 350px;
    z-index: 9999999;
    background: #fff;
}
#suggeriti a{
    text-decoration: none;
}
.bordiSopraSotto{
    /*border-top:1px solid #ccc;*/
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
    margin-top:0px;
    padding:10px 0;
}
.filtro{
    background-color:#fff;
    color:#000;
    padding:4px 10px;
    font-size:13px;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    border-radius: 20px;
    border:1px solid #ccc;
}
.filtro:hover{
    border:1px solid #fc8903;
}
.filtro .btClose{
    color:#000;
    background-color:#ccc;
    font-size:16px;
    border-radius: 50%;
    width:20px;
    height: 20px;
    line-height:20px;
    text-align:center;
    display: inline-block;
}
.filtro:hover .btClose{
    color:#fff;
    background-color:#fc8903;
    font-size:16px;
    border-radius: 50%;
    width:20px;
    height: 20px;
    line-height:20px;
    text-align:center;
    display: inline-block;
    cursor: pointer;
}
.paddingAgg{
    padding-left:30px;
    padding-right:30px;
}
footer{
    background-color:#f4f4f4;
    padding:10px 0 ;
    color:#999;
}
footer hr{
    width:1110px;
}
footer a{
    color:#999;
    text-decoration:none;
}
footer a:hover{
    color:#444;
    text-decoration:underline;
}
#datiSociali {
    padding-top: 32px;
  }
 /* The side navigation menu */
 .sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1999999999; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 0px;
  }

  .bg-light {
    background-color: #fff !important;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
} 

.cerca{
    border:1px solid #ced4da;
    background-image: url('../images/lente.svg');
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 8%;
    padding:20px;
    padding-left:35px;
  }
.socialBt{
    border:0px solid #6a6a6a;
    border-left: 0px;
    border-right: 0;
    height: 40px;
}
.socialBt:hover{
    background-color: #fc8903;
    color:#fff;
}

.filtri {
    margin-top: 0px;
    position: absolute;
    margin-left: -3px;
}

.col-0{
    width:0%;
}
.col-mappa {
    margin: 5px 0px;
}
.btn-marrone-cerca-mobile{
    min-width: 30px;
}
.btn-filtri{
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}
.swiper {
    width: 100%;
}
.button-next {
    border: 0;
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(255,255,255,0.0), rgb(255, 255, 255));
    position: absolute;
    height: 171px;
    z-index: 99999;
    right: 0;
    padding: 0 0px 0 0px;
    color: #aaa;
    text-align: right;
    width: 61px;
  }
.button-next:hover{
    color:#000;
}

.swiper-pagination {
    display: none;
}
h2 {
    font-size: 19px;
    font-weight: bold;
}
h3 {
    font-size: 17px;
    font-weight: bold;
}
.bordiSopraSotto h1 {
    font-size: 22px;
    display: block;
    margin: 0px;
}
.bordiSopraSotto h2 {
    font-size: 14px;
    display: block;
    margin: 0px;
    color:#6a6a6a;
    font-weight: normal;
}
.logoContatti {
    width: 42px;
}
.whatsapp-logo, .telegram-logo {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 46px;
    background-color: #48e964;
    vertical-align: middle;
    border-radius: 50%;
    color: #fff;
}
.telegram-logo {
    background-color: #249bce !important;
}
  .a_wp{
    margin-left:5px;
  }
#containerCorpoPrincipale {
    margin: 0px auto 0px auto;
    padding-right:0px;
    padding-left:30px;
}
.containerImgContatti{
    width: 220px;
    border-radius: 0;
    padding: 20px 0px 20px 0px;
    margin: 0 auto;
}
.containerImgContatti img{
    width:165px;margin:0 auto;
}
.input-group-whatsapp, 
.input-group-telegram {
    width: 250px;
    margin: 10px auto;
    border: 1px solid #c6c6c6;
    border-radius: 20px;
}
.whatsappPrep{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #48e964 !important;
    color:#fff;
}
.telegramPrep{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #249bce !important;
    color:#fff;
}
.cuore,.cuoreAll,.cuore2,.cuorePreferiti{
    position: absolute;
    top: 20px;
    right: 25px;
    display: block;
    opacity: 0.7;
    z-index: 9;
}
.cuore:hover,.cuoreAll:hover{
    opacity: 1.0;
}
.cuoreAll{
    top: 22px;
    right: 35px;
}
.btn-genitore-marr{
    margin: 10px auto 0 auto;
    display: block;
}
.div-img-genitori,.div-img-mamma{
    background-size: 150%;  
    background-position: center;
}
.genitori{
    margin:0 0 0 auto;
    cursor:pointer;
}
.piede-genitori{
    padding:30px 0;
    border: 0;
    text-align: center;
    /*background-color: #dedede;*/
    border-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.piede-genitori button{
    margin:0 auto;
    padding: 15px 25px;
    border-radius: 30px;
    font-size: 12px;
}
.piede-genitori button:hover{
    background-color: #964520 !important;
    border-color: #964520 !important;
}
.div-img-genitori img{
    height:200px;
    width: auto;
}
.div-img-genitori,.div-img-mamma {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border: 8px solid #964520;
    margin: 0 auto;
}
.div-img-mamma{
    border:8px solid #fc8903;
}
.blocco-genitori{
    width: 200px;
    margin: 0 auto;
    cursor: pointer;
}
.blocco-genitori button{
    width:100%;
}
.blocco-genitori-mamma button{
    width:100%;
    background-color: #fc8903 !important;
    border-color: #fc8903 !important;
}
/*.blocco-genitori:hover button{
    background-color: #fc8903 !important;
    border-color: #fc8903 !important;
}
.blocco-genitori:hover a{
    border-color: #fc8903 !important;
}*/
.link-genitori{
    
    top:52px;
    position: absolute;
    width: 244px;
    z-index: 9;
    margin-left: auto;
    left: 0;
    margin-right: auto;
    right: 0;
}
.cuore2{
    top: 110px;  
    right: 50px;
}
.cuorePreferiti{
        top: 56px;
        right: 9px;
        opacity: 1.0;
}
.cuoreSelezionato{
    opacity: 1.0;
}
.titoloModal{
    margin-bottom:60px;
}
.titoloModal2{
    margin-bottom:0px;
}
.indirizzoAllevamento{
    margin-bottom:40px;
    color:#6a6a6a;
}
.bloccoAllevamentoPreferiti{
    width:100%;
    max-width: 236px;
    height: 180px;
    border-radius: 20px;
    overflow: hidden;
    border:1px solid #818181;
}
.bloccoAllevamentoPreferiti h4{
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    font-size: 15px;
}
.imgAllevamento{
    width: 100%;
}
.newUserInput {
    border: solid 2px #ff9300;
    box-shadow: none;
}



.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin:20px auto;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #ccc;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ccc transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  #razzeList{
    width:70%;
  }
  .imgHomeAllevamenti{
    height:170px;
    width:auto;
  }

/* template.css | http://127.0.0.1:5501/css/template.css */

.form-control:focus {
    box-shadow: none;
    outline: 0;
  }
  
/* bootstrap.css | http://127.0.0.1:5501/css/bootstrap.css */
.form-control:focus-visible {
    text-shadow: none;
}
/* template.css | http://127.0.0.1:5501/css/template.css */

.btn-cerca {
/* min-width: 125px; */
padding: 0px 25px;
height: 42px;
border-radius: 25px !important;
}
.btn-arancio, .btn-marrone, .btn-bianco {
/* border-radius: 25px; */
border-radius: 25px;
}

.btn-arancio, .btn-marrone, .btn-bianco {
    min-width: 0px;
}
#menuPrincipale {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#tasto_mappa {
    position: absolute;
    z-index: 999;
    background: #fff;
    right:0px;
    padding: 10px;
}
.titoloAllevamenti,.titoloCuccioli{
    margin:20px 0px;
}
.titoloCuccioli{
    margin:40px 0px 10px 0px;
}
.checkboxCuccioli{
    margin:40px 0 0 0;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }
  .titoloFooter{
    color:#cdcdcd;
  }
  .container-footer{
    width:1140px;
    margin:0 auto;
  }
  .modal-content {
    border-radius: 25px;
  }
  #btCloseFiltri {
    font-size: 30px;
    color: #000;
    opacity: 1;
    line-height: 20px;
  }
  .modal-title.text-center {
    line-height: 20px;
  }
  .selectize-input.items.not-full.has-options {
    border-radius: 25px;
  }
  .item {
    border-radius: 25px !important;
    padding: 3px 10px !important;
      padding-top: 3px;
      padding-right: 10px;
      padding-bottom: 3px;
      padding-left: 10px;
    background: #fc8903 !important;
    color: #fff !important;
  }
  .modal-footer {
    border: 0;
    text-align: center;
    background-color: #dedede;
    border-radius: 25px;
      border-top-left-radius: 25px;
      border-top-right-radius: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .opzione_ricerca{
    display: inline-block;
  }
  .opzione_attiva,.opzione_inattiva {
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 15px;
    border:1px solid #fc8903;
    margin-right:5px;
  }
  .opzione_inattiva {
    background-color: transparent;
    color: #000000;
    border-color:#ced4da;
  }
  .opzione_attiva,.opzione_inattiva:hover{
    background-color: #fc8903;
    color: #fff;
    border:1px solid #fc8903;
  }
  .opzione_attiva::before{
    display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
  }
  .opzione_ricerca input[type="checkbox"] {
    display: none;
  }
  .container-pagine-interne{
    margin-top:20px !important;
  }
  .whatsapp-logo{
    display: inline-block;
  }
  .a_social{
    display: inline-block;
  }
  .container-icone-social{
        max-width: 220px !important;
        margin: 0 auto !important;
  }
  .modal-body {
    padding: 1rem;
  }
  .modal-content {
    border-radius: 25px;
    overflow: hidden;
  }
  .modal-body-cuccioli {
    padding: 1rem 0 0 0 !important;
  }
  .nome_allevamento {
    font-size: 19px;
  }
  .nome_contatta_allevamento {
    font-size: 19px;
    margin:20px 0 20px 0;
    border-bottom:1px solid #c6c6c6;
    padding:0 0 5px 0;
  }
  .localita_allevamento {
    font-size: 14px;
    color:#c6c6c6;
  } 
.corpoPrincipale_box{
    margin:0 auto;
    max-width: 1024px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#corpoPrincipale::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  #corpoPrincipale {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  .carousel-indicators li {
    width: 15px;
    height: 15px;
    
    border-radius: 50%;
  }
 /* #mappa {
    margin-right: 0px !important;
    padding: 0px !important;
  }*/
  .carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
  }
  .modal-header {
    padding: 25px 15px 0 15px !important;

}
.titoloAllevamentoH2{
    text-decoration: none;
}
.titoloAllevamentoH2:hover{
    color:#6a6a6a;
}
.btn-contatta-cucciolo{
    position:absolute;
    right:35px;
}
.modal{
    background: rgba(255,255,255,0.5) !important;
}
.bt-contatta-hide{
    display: none;
}
.bt-contatta-show{
    display: inline-block;
    margin-right: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(112, 112, 112, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(112, 112, 112, .6);
    border-color:#efefef;
}