.pre_index .container-sm {
   max-width: 40rem;
   padding: 0 1.5rem;
   margin: 0 auto;
}

.pre_index .logo {
   width: 100%;
   max-width: 30rem;
}

.select_comune_container {
   max-width: 300px;
   width: 100%;
}

.select_comune,
.select_comune_offcanvas {
   width: 100%;
}

.select2.select2-container {
   width: 100% !important;
}


.select_comune_container_header .select2.select2-container {
   margin-top: 15px;
}

.navbar .select_comune_container_header .select2.select2-container {
   margin-top: 0px;
}


.select2.select2-container .select2-selection {
   border: 1px solid #ccc;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 8px;
   height: 48px;
   outline: none;
   transition: all 0.15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
   color: #333;
   line-height: 48px;
   padding-right: 60px;
}
.navbar .select2.select2-container .select2-selection .select2-selection__rendered {
   font-size: 16px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
   padding-left: 1rem;
   padding-right: 46px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
   background: #f8f8f8;
   border-left: 1px solid #ccc;
   -webkit-border-radius: 0 3px 3px 0;
   -moz-border-radius: 0 3px 3px 0;
   border-radius: 0 8px 8px 0;
   height: 46px;
   width: 46px;
   text-align: center;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
   border-radius: 0 8px 0 0 !important;
}

.select2-container .select2-dropdown {
   background: transparent;
   border: none;
}

.select2-container .select2-dropdown .select2-search {
   padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
   outline: none;
   border-width: 0 1px 1px !important;
   border-color: #ccc !important;
   padding: 4px 6px;
}

.select2-container .select2-dropdown .select2-results {
   padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
   background: #fff;
   border-width: 0 1px 1px;
   border-color: #ccc;
   border-style: solid;
   border-radius: 0 0 8px 8px;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
   background-color: #378968;
}

.big-drop {
   width: 600px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
   display: none;
   border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::before {
   display: inline-block;
   font-family: bootstrap-icons !important;
   font-style: normal;
   font-weight: normal !important;
   font-variant: normal;
   text-transform: none;
   line-height: 46px;
   vertical-align: text-bottom;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: "\F52A";
}

.pre_index_footer {
   font-size: 1rem;
}

@media (min-width: 992px) {
   .comune_giorno_wrap {
      max-width: 750px;
      margin: 0 auto;
   }
}

@media (max-width: 576px) {
   #btn_go_to_checkout{
     width: 100%;
   }
 }