
h1, h2, h3, h4, h5, h6 {
    color: #fff!important;
}
src: url('../webfonts/fa-solid-900.woff2') format('woff2');

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #282e33!important;
    background: #282e33!important;
}

header {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 40px!important;
}
h5.sitetitle {
    font-size: 1rem;
}

@media screen and (max-width: 500px) {
    h1.sitetitle {
        font-size: 1.8rem;
    }
    h5.sitetitle {
        font-size: .8rem;
    }
    .accordion-header {
        font-size: 12px;
    }
}

@media screen and (max-width: 374px) {
    .accordion-header {
        font-size: 10px;
    }
}

.btn-primary {
    background-color: #34495e;
    border:1px solid #34495e;
}

.btn-primary:hover {
    background-color: #2c3e50;
    border:1px solid #2c3e50;
}

.logo {
    max-width: 100px;
    width: 100px;
}

.cerca {
    width: 100%;
}

.reset {
    width: 100%;
    border-radius:26px;
    margin-top: 10px;
}

/*.corso h6 {
 padding:10px; 
 border:1px solid #eee;

}*/

.corso img {
 border:1px solid #eee;
    
}

input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius:26px;
}
.btn {
    border-radius:26px;
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:auto;
}

.col-3, .col-6 {
    padding: 10px;
}

.pagination {
    margin-bottom: 20px!important;
}
#totalProducts {
    color: #fff;
}

footer {
    padding: 10px;
}

.accordion {
    margin: 20px 0;
}

.accordion-item {
    border-bottom: 1px solid #343a40;
}

.accordion-header {
    background-color: #2f343b;
    padding: 10px 10px 10px 36px;
    cursor: pointer;
    color: #fff;
}

.accordion-content {
    display: none;
    padding: 10px;
    text-align: left!important;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #f5f5f5;
}

.accordion-toggle {
    float: right;
    padding: 0px!important;
    width: 26px!important;
    height: 26px!important;
    border-radius: 50%!important;
    border-color: #000;
}

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: #34495e;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    padding: 2px 10px;
    cursor: pointer;
}
.bottone {
    border-radius: 26px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 220px;
    margin: auto;
    margin-bottom: 8px;
    background: #FF4040;

}
h5.counter {
    color: white;
    margin: 0;
    text-align: center;
}
