@charset "UTF-8";

:root {
    --sticky-main-menu-height: 74px;
}


/* concentration/focus/loader */
#concentration {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 999;
}

#frame-loader {
    position: relative;
    background-color: #33bdc830;
    z-index: 999;
}
#frame-loader .spinner-border {
    width: 5rem;
    height: 5rem;
}

/* CUSTOM */
.container-wide {
    max-width: 1900px;
}

.form-radio-img-custom > input,
.form-radio-label-custom > input {
    display: none;
}

.form-radio-img-custom {
    opacity: 0.4;
}

.form-radio-img-custom.active {
    opacity: 1;
}

.form-radio-img-custom.active label img {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.form-radio-img-custom.active label p,
.form-radio-img-custom.active p small {
    color: black;
}

.form-radio-img-custom > label img {
    width: 100px;
}

.form-radio-img-custom.active > label img {
    background-color: #f6f6f6;
}

.form-radio-img-custom.with-icon {
    opacity: 0.6;
}

.form-radio-img-custom.with-icon.active {
    opacity: 1;
}

.form-radio-img-custom.with-icon > label img {
    width: 35px;
}

.form-radio-img-custom.with-icon.active > label img {
    background-color: transparent;
    border: 1px solid #00a3b4;
    border-radius: 25px;
}

.form-radio-label-custom > label {
    padding: 4px 16px;
    background-color: #f6f6f6;
    color: #7e7e7e;
}

.form-radio-label-custom.active > label {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    background-color: #33bdc8;
    color: #fff;
}

.btn-custom.btn.btn-fat,
.btn-custom2.btn.btn-fat {
    padding: 12px 28px;
}

.progress-bar {
    background-color: #33bdc8;
}

.pagination .page-item a.page-link,
.progress {
    border-radius: unset;
}

.pagination li a {
    color: #000;
}

.pagination li:hover a,
.pagination li:focus a,
.pagination li:active a {
    color: #33bdc8;
}

.pagination .page-link.active {
    background-color: #33bdc8;
    border-color: #33bdc8;
}

.pagination li:hover .page-link.hover,
.pagination li:hover .page-link.focus,
.pagination li:hover .page-link.active {
    color: #fff;
}

/* GLOBAL */
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
}

span, small {
    color: #7e7e7e;
}

p, a, strong {
    color: #000;
}

a {
    text-decoration: none;
}

hr {
    color: #ccc;
}

input, input.form-control, textarea, textarea.form-control {
    border: none;
    background-color: #f6f6f6;
    border-radius: 0;
    line-height: 2;
}

.btn.btn-custom2, button.btn-custom2, a.btn-custom2, .btn.btn-frame2 {
    font-size: 1rem;
    color: black;
    background-color: transparent;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid black;
}

.btn.btn-custom2:hover, button.btn-custom2:hover, a.btn-custom2:hover {
    background-color: #f6f6f6;
}

.btn.btn-custom, button.btn-custom, a.btn-custom, .btn.btn-frame {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #33bdc8;
    padding: 8px 16px;
    border: 1px solid #33bdc8;
    text-decoration: none;
    border-radius: 0;
    min-width: 120px;
}

.btn.btn-frame {
    font-size: 0.7rem;
    padding: 4px 8px;
    width: 100%;
}

.btn.btn-custom:hover, button.btn-custom:hover, a.btn-custom:hover {
    background-color: #00a3b4;
}

.btn-secondary {
    border-radius: unset;
    opacity: 0.8;
    font-weight: bold;
    padding: 8px 16px;
}

.site-color-1 {
    color: #33bdc8;
}

.site-label-1 {
    padding: 4px 8px;
    background-color: #f6f6f6;
    color: #7e7e7e;
}

.site-label-1.active,
.site-label-1.visited {
    padding: 4px 8px;
    background-color: #33bdc8;
    color: #fff;
}

.logo {
    width: 140px;
    height: auto;
}

.carousel-caption {
    position: absolute;
    right: 30px !important;
    left: 30px !important;
    top: 1.25rem;
    color: #fff;
    text-align: left !important;
}

.carousel-item h5 {
    text-transform: uppercase;
    font-size: 36px;
}

.foot {
    background-color: #F28910;
    color: white;
    width: 100%;
    margin-top: 60px;
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
    padding-top: 20px;
    position: absolute;
    z-index: 9999;
}

footer li a.nav-link,
footer p a {
    color: #fff
}

.footer-logo {
    width: 100%;
}

#navbar-logo,
.footer-logo img {
    max-height: 3rem;
}
.footer-logo img {
    margin-top: 10px;
}

.footer-container {
    padding-top: 3rem !important;
    padding-bottom: 0 !important;
}

.last-footer {
    text-align: right;
}

.last-footer h5 {
    color: #FFF !important;
    text-transform: uppercase;
    font-size: 16px;

    margin-bottom: 15px;
}

.last-footer img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.last-footer i {
    font-size: 20px;
    margin: 4px;
}

.configura-home {
    padding: 30px;

    color: #000;
    text-align: center;
    font-size: 18px;
}

.configura-home h2 {

    font-size: 20px;
    color: #33bdc8;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 10px;

}

.bottone {

    font-size: 20px;
    text-transform: uppercase;
    margin: 20px;
    display: inline-block;
}

a:link.bottone {
    background-color: #00a3b4;
    color: #000;
    padding: 12px 30px;
    text-decoration: none;
}

a:visited.bottone {
    background-color: #00a3b4;
    color: #000;
    padding: 12px 30px;
    text-decoration: none;
}

a:hover.bottone {
    background-color: #000;
    color: #33bdc8;
    padding: 12px 30px;
    text-decoration: none;
}

a:active.bottone {
    background-color: #000;
    color: #33bdc8;
    padding: 12px 30px;
    text-decoration: none;
}

.configura {
    margin-top: 60px;
    margin-bottom: 60px;
    display: block;
}

.configura .spacer {
    display: inline-block;
    width: 50px;
    height: 100px;
}

.home-block {
    font-family: 'latoregular', Arial, Helvetica, sans-serif;
    background-color: #e8e8e8;
    color: #000;
    background-image: url("../img/home-bg.jpg");
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    padding: 30px 100px;
    margin-bottom: -100px;
}

.home-block h2 {

    font-size: 20px;
    color: #33bdc8;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.home-block p {
    width: 70%;
    font-size: 18px;
    line-height: 30px;
}

#cartModal .modal-header,
#cartModal .modal-footer {
    border: none;
}

#cartModal .modal-content,
#cartModal .modal-content .modal-body {
    border-radius: 0;
}
@media (min-width: 993px) {
    #cartModal .modal-content,
    #cartModal .modal-content .modal-body {
        width: 640px;
    }
}

.form-check.form-switch input {
    /*border: 2px solid #c3c3c3;*/
    padding: 12px 28px;
}

/* HEADER */
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}

/*body > header {*/
/*    margin-bottom: var(--sticky-main-menu-height);*/
/*}*/

#navheader {
    background-color: #ffffff;
}

#navheader li a.nav-link {
    color: #000;
}

#navheader li:hover a.nav-link {
    color: #33bdc8;
}

@media (max-width: 1200px) {
    #navheader li a.nav-link {
        font-size: 0.875rem;
    }
}

#navheader .search {
    max-width: 220px;
}

@media (max-width: 767px) {
    #navheader .search {
        max-width: 100%;
    }
}

#q {
    border-radius: 0;
    border: none;
    background-color: transparent;
}

@media (min-width: 992px) {
  #offcanvasNavbar .navbar-nav {
    justify-content: center;
  }
}

/* FOOTER */
footer a:link, footer a {
    color: white;
    text-decoration: none !important;
}

footer a:hover {
    color: white !important;
    font-weight: bold;
}

footer .contatti .info {
    background-color: #313e4e;
    border-radius: 50px 0 50px 0;
}

footer .social {
    font-size: 1.5rem;
}

/* PAGINA HOME */
#sliderHome .carousel-item {
    transition: transform 2s ease, opacity .5s ease-out;
}

.filterize > label,
.filterize > label > img {
    width: 100%;
}

.filterize.active > label {
    background-color: #f6f6f6;
}

.filterize > input {
    display: none;
}

.filterize .type,
.filterize label div {
    text-transform: uppercase;
}

.filterize .type {
    font-size: 10px;
}

.filterize label div {
    font-size: 12px;
}

@media (max-width: 576px) {
    .filterize .type {
        font-size: 8px;
    }

    .filterize label div {
        font-size: 7px;
    }
}

/* PAGINA FRAME */

body.frame .page-title {
    font-weight: bold;
    color: #33bdc8;
}

.card:not(.profile) {
    border: none;
}

#result_block {
    font-size: 1.2rem;
    color: #000;
}

#result_block > span {
    color: #000;
}

#result_block .prezzo {
    font-weight: bold;
}

.frame .img-thumbnail {
    border: none;
    border-radius: unset;
    padding: unset;
}

/* LOGIN */
.goto-signup a i {
font-size: 8rem;
}
.goto-signup a span {
}

/* PROFILO */
.card.profile .card-profile {
    width: 100%;
    font-size: 7em;
    text-align: center;
}

.card.profile h5 {
    font-size: 1rem;
    min-height: 2.4rem;
}

/* CART */
.cart .img-thumbnail {
    border: none;
}
.cart .sub-descrizione {
    font-size: 0.875rem;
}

/* CART + CHECKOUT */
@media (max-width: 767px) {
    .cart .pagination,
    .checkout .pagination {
        flex-direction: column;
    }
    .cart .pagination .page-item,
    .checkout .pagination .page-item {
        text-align: center;
    }
}

/* JQUERY VALIDATION */
.border-red {
    border-color: red;
}

/* TELA + FILEPOND */
/*.filepond--credits {*/
/*    display: none;*/
/*}*/
.telacontainer,
.telacontainer2 {
    opacity: 1;
}
.telacontainer.disabled,
.telacontainer2.disabled {
    opacity: 0.2;
}

/**********************************************/

.popup-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #a9c442;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 10;
    padding: 2rem;
}

.popup-menu.show {
    display: block;
}

.popup-columns {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    font-size: small;
}

.popup-columns h6 {
    margin-top: 1rem;
    font-weight: bold;
}

.popup-columns ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popup-columns li {
    margin: 0.25rem 0;
}

.nav-active {
    color: white !important;
    padding: 0.5rem;
    padding-top: 0;
}

.search-mobile input[type="text"] {
    display: none;
    transition: width 0.3s ease;
}

.search-mobile.show-input input[type="text"] {
    display: inline-block;
    width: 100%;
    margin-left: 0.5rem;
}

.search-mobile .btn {
    background: transparent;
    border: none;
    padding: 0;
}

.search-mobile {
    border: none !important;
}

.search input:focus {
    box-shadow: none;
}

.search-mobile.show-input {
    border: 2px solid #a9c442 !important;
}

.hamburger {
    background-color: #a9c442;
    text-align: center;
}

.arro {
    color: #618c29 !important;
    transform: scale(3.5);
    display: inline-block;
}

#popup-Tutti {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.scrollable-content {
    padding-bottom: 2rem;
}

.scroll-shadow {
    position: sticky;
    bottom: 0;
    left: -32px;
    width: 100%;
    height: 2rem;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    transition: opacity 0.3s;
    opacity: 1;
    z-index: 1;
}

.popup-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.popup-column li {
    white-space: nowrap;
    padding: 0.3rem 0.6rem;
}

.popup-column li::before {
    content: "◆";
    color: #87A744;
    margin-right: 0.5rem;
}

.min-w-50 {
    min-width: 100px;
}

.footer-mobile {
    background-color: #f1850d;
    color: white;
    padding: 0 1rem;
    padding-bottom: 2rem;
    text-align: center;
}

.footer-mobile h2 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.footer-mobile .help-links {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.footer-mobile .help-button {
    background-color: #ffffff;
    color: #6ba232;
    border-radius: 8px;
    padding: 0.3rem 0.7rem;
    font-weight: 500;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    border: none;
}

.footer-mobile .help-button i {
    font-size: 1rem;
}

.footer-mobile .contact-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-mobile .icon-box {
    background-color: #a8d45b;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-mobile .icon-box i {
    font-size: 1.5rem;
    color: white;
}