/* COLOUR REFERENCES

ARANCIO ALMERCATO:		#F39000
VERDE ALMERCATO:		#007E32

*/

/* ==== GENERAL ==== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
}

/* ==== GLOBAL ==== */
h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-weight: bold;
    margin: 0;
}

p {
    margin: 0;
}

.role-container {
    padding-right: 0px;
    padding-left: 0px;
}

.role-row {
    margin-right: 0px;
    margin-left: 0px;
}

.page-active {
    border-bottom: 2px solid #ffffff !important;
}

.green-almercato {
    color: #007E32 !important;
}

/* ==== HEADER ==== */

header nav {
    /* position: fixed; */
    background-color: #ffffff;
    /* top: 0; */
    /* right: 0; */
    /* left: 0; */
    /* z-index: 1; */
}

/* Top Navbar */
.welcome-call, .mobile-welcome-call {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.welcome-call span, 
.mobile-welcome-call span {
    color: #007E32;
}

.welcome-call a, 
.mobile-welcome-call a {
    color: #F39000;
}

.mobile-welcome-call, #hamburger-menu {
    display: none;
}

.header-nav:after {
    content: "";
    display: table;
    clear: both;
}

.logo, .icon-market {
    padding: 20px 0 30px 0;
    float: left;
    width: 50%;
}

.logo {
    display: flex;
    justify-content: flex-start;
}

.logo a img {
    width: 160px;
}

.icon-market {
    display: flex;
    justify-content: flex-end;
    padding-top: 110px;
}

.icon-market form {
    border-bottom: 1px solid #000000;
    width: 60%;
}

.icon-market input {
    width: 90%;
    border: none;
    outline: none;
    color: #000000;
}

.icon-market > a {
    margin-left: 30px;
    padding: 2px 0;
}

.icon-market img {
    width: 30px;
}

/* Menu  and Category*/
.menu-bar {
    background-color: #007E32;
}

.navigation, .category {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 0;
    margin: 0;
}

.navigation li {
    list-style: none;
}

.navigation li a, .category div a:last-of-type {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.category-bar {
    background-color: #F39000;
    padding: 0;
}

.category-bar > h4, .category-mobile {
    display: none;
}

.category-container {
    width: 100%;
    margin: 0 auto;
}

.category {
    margin: 0 15px;
}

.category div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.category div a:last-of-type {
    font-size: 12px;
}

.category span {
    border-right: 1px solid #ffffff;
    height: 65px;
}

.category img {
    width: 60px;
    margin-bottom: 4px;
}

.icon-search, .market-bar, 
.mobile-menu, .icon-search-tablet,
.mobile-search {
    display: none;
}

/* ==== FOOTER ==== */
footer {
    background-color: #007E32;
}

.footer-info {
    padding: 20px 25px 50px;
}

.footer-info a img {
    width: 160px;
}

.footer-info > p, .address p {
    color: #ffffff;
    font-size: 16px;
}

.footer-info > p {
    margin: 30px 0;
}

.address span {
    color: #F39000;
}

.address a {
    color: #ffffff;
    text-decoration: none;
}

.footer-menu {
    padding: 50px 0;
    display: flex;
}

.footer-menu h4 {
    color: #F39000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-menu h4 i {
    display: none;
}

.secondary-menu li {
    list-style: none;
    font-size: 16px;
}

.secondary-menu li a {
    color: #ffffff;
    text-decoration: none;
}

.social-menu {
    margin-left: 100px;
    display: flex;
    flex-direction: column;
}

.social-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 28px;
    margin-bottom: 10px;
}

footer hr {
    height: 1px;
    background-color: #ffffff;
    margin-bottom: 50px;
    width: 100%;
    margin-top: 0;
}

/* 
###############################
========== HOMEPAGE ===========
###############################
*/

/* ==== HERO ==== */
#hero {
    background-image: url('../img/hero.jpg');
    background-color: #ffffff;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    /* margin-top: 335px;  */
}

.call-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 600px;
    text-align: center;
}

.call-hero h1 {
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    font-size: 85px;
    padding-bottom: 35px;
}

.call-hero button {
    background-color: #F39000;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 34px;
    border: none;
    outline-style: none;
    font-weight: 600;
}

/* ==== FREE SHIPPING ==== */
#free-shipping {
    background-color: #007E32;
}

#free-shipping h3 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    padding: 10px 0;
}

/* ==== OPT IN SECTION ==== */
#optin {
    text-align: center;
    padding: 100px 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

#optin img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

#optin h3 {
    color: #F39000;
    font-size: 34px;
    text-transform: uppercase;
    padding: 15px 0 20px 0;
}

#optin p {
    font-size: 22px;
    font-weight: bold;
}

/* ==== ABOUT US ==== */
#about-us .col-md-6:first-child {
    background-color: #F39000;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 40px 80px 40px 50px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

#about-us .col-md-6:last-child {
    background-image: url('../img/about-us.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

#about-us h2 {
    color: #ffffff;
    font-size: 50px;
}

#about-us p {
    color: #ffffff;
    font-size: 22px;
    line-height: 27px;
}

#about-us button {
    width: 250px;
    background-color: #007E32;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    border: none;
    outline-style: none;
    padding: 5px 0;
}

/* ==== DISCOVER ==== */
#discover {
    padding: 100px 0;
}

#discover .col-sm-6:first-child {
    padding-left: 0;
    padding-right: 60px;
    display: table;
}

#discover .col-sm-6:last-child {
    padding-right: 0;
    padding-left: 60px;
    display: table;
}

.recipes, .products {
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 10px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    position: relative;
}

.recipes {
    background-image: url('../img/recipes.jpg');
}

.products {
    background-image: url('../img/products.jpg');
}

.recipes h2, .products h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 50px;
    text-shadow: 1px 1px 1px #000000;
}

.recipes button, .products button {
    background-color: #007E32;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    border: none;
    outline-style: none;
    padding: 5px 15px;
    position: absolute;
    left: 50%;
    bottom: -7%;
    transform: translate(-50%, -50%);
}

/* ==== HOW IT WORKS ==== */
#how-works {
    text-align: center;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    background-color: #F39000;
}

#how-works h2 {
    color: #F39000;
    background-color: #ffffff;
    border-radius: 0 0 4px 4px;
    width: 335px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 20px 0;
    font-size: 36px;
}

#how-works .row {
    padding: 50px 0;
}

#how-works h3 {
    color: #ffe742;
    font-size: 130px;
}

#how-works p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

/* ==== PRODUCTS ==== */
#products {
    text-align: center;
    padding-top: 50px;
}

#products .row {
    padding: 50px 0;
}

#products h2 {
    color: #F39000;
    text-transform: uppercase;
    font-size: 36px;
}

.product, 
.item-product {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.product-image, 
.item-image {
    position: relative;
}

.product-image img, 
.item-image img {
    width: 100%;
    border-radius: 10px;
}

.product-image .new-product, 
.item-image .new-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-image .stamps,
.item-image .item-stamps {
    width: 40px;
    position: absolute;
    top: 15%;
    left: 85%;
    transform: translate(-50%, -50%);
}

.company {
    font-weight: bold;
}

.title-product {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.title-product a {
    text-decoration: none;
    color: #000000;
}

.company a {
    color: #F39000;
    text-decoration: underline;
}

.product button {
    background-color: #007E32;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    outline-style: none;
    padding: 5px 15px;
    width: 100%;
}

.product button a {
    color: #ffffff;
    text-decoration: none;
}

.available {
    display: flex;
    justify-content: center;
    align-items: center;
}

.available i {
    color: #007E32;
    font-size: 12px;
    margin-right: 5px;
}

.available span {
    text-transform: uppercase;
    font-size: 20px;
    color: #007E32;
}

.price {
    display: flex;
    align-items: baseline;
    margin: 15px 0;
    position: relative;
}

.price span:first-child, .select-weight {
    color: #000000;
    font-size: 20px;
    font-weight: lighter;
    padding: 0 10px;
}

.select-weight {
    margin-right: 5px;
    border: none;
    outline-style: none;
    background-color: #ffffff;
}

.select-weight::-ms-expand {
    display: none;
}

.price .original-price {
    position: absolute;
    top: -45%;
    left: 69%;
    text-decoration: line-through;
    text-decoration-color: #F39000;
}

.price span:last-child {
    color: #F39000;
    font-size: 24px;
    font-weight: 600;
    padding: 0 10px;
    border-left: 1px solid #007E32;
}

/* ==== COMMUNITY ==== */
#community {
    background-image: url('../img/community.jpg');
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    margin-bottom: 30px;
    padding: 50px 0;
}

#community .col-md-6 {
    padding: 0 30px;
}

.box-community {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 60px;
    margin: 0 auto;
    width: 90%;
    position: relative;
}

.box-community h4 {
    font-size: 30px;
    font-weight: bold;
}

.box-community h3 {
    font-size: 30px;
    font-weight: bold;
    color: #F39000;
    margin: 15px 0 30px 0;
}

.list-community li {
    margin-bottom: 30px;
    list-style: none;
    display: flex;
    align-items: baseline;
}

.list-community li i {
    color: #F39000;
    margin-right: 10px;
}

.list-community li p {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}

.box-community button {
    background-color: #007E32;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    border: none;
    outline-style: none;
    padding: 5px 15px;
    position: absolute;
    left: 50%;
    bottom: -8%;
    transform: translate(-50%, -50%);
}

/* 
###############################
========== CHI SIAMO ==========
###############################
*/
#chi-siamo {
    margin-bottom: 100px;
} 

#chi-siamo .col-xs-12, 
#chi-siamo .col-md-6 {
    padding: 0;
}

#chi-siamo h2 {
    font-size: 50px;
    padding: 60px 0 40px 0;
}

#chi-siamo h2 span {
    color: #007E32;
}

.text-chisiamo {
    padding: 120px 40px 83px 0;
}

.slider-chisiamo {
    padding-left: 40px;
}

.slider-points {
    bottom: -7%;
}

.slider-points li {
    background-color: lightgrey;
    width: 12px;
    height: 12px;
}

.slider-points .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #F39000;
}

.text-chisiamo p {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 27px;
}

.call-chi-siamo {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-right: 40px;
}

.call-chi-siamo button {
    text-transform: uppercase;
    font-size: 22px;
    border: none;
    outline-style: none;
}

.call-chi-siamo button a {
    color: #ffffff;
    text-decoration: none;
}

.call-chi-siamo button:first-child {
    background-color: #007E32;
    padding: 5px 15px;
}

.call-chi-siamo button:last-child {
    background-color: #F39000;
    padding: 5px 35px;
}

#mobile-chisiamo {
    display: none;
}

#team {
    background-image: url('../img/team.jpg');
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    margin-bottom: 60px;
    padding: 100px 0;
}

.team-card {
    display: flex;
    justify-content: center;
}

.team-info {
    background-color: #ffffff;
    border-radius: 0 10px 10px 0;
    padding: 75px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.team-info p {
    font-size: 14px;
    font-weight: 800;
}

.team-info .name {
    color: #007E32;
    font-size: 16px;
    font-weight: 800;
}

.team-info a {
    color: #000000;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 800;
}

/* 
###############################
======== COME FUNZIONA ========
###############################
*/
#come-funziona {
    margin-bottom: 150px;
}

#come-funziona .row > div {
    position: relative;
}

#come-funziona h2 {
    font-size: 50px;
    color: #007E32;
    text-align: center;
    padding: 60px 0 120px 0;
}

#come-funziona h3 {
    font-size: 60px;
    color: #ffe742;
    text-align: center;
    background-color: #F39000;
    width: 100px;
    padding: 14px 0;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-comefunziona {
    text-align: center;
    background-color: #f1f0ee;
    padding: 60px 30px 30px 30px;
}

.box-comefunziona p:first-of-type {
    font-size: 30px;
    font-weight: bold;
    color: #F39000;
    line-height: 30px;
    padding: 20px 0;
}

.box-comefunziona p:last-of-type {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

/* 
###############################
========== CONTATTI ===========
###############################
*/
#contact {
    background-image: url('../img/about-us-shadow.jpg');
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    padding: 100px 0;
}

#contact h1 {
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    font-size: 85px;
    padding-bottom: 35px;
}

#contact p {
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
}

#contact a {
    color: #ffffff;
    text-decoration: underline;
}

.contact-form {
    background-color: #ffffff;
    width: 80%;
    margin: 0 auto;
    padding: 30px 30px 60px;
    border-radius: 10px;
}

.contact-form form {
    position: relative;
}

#contact .form-control {
    border-radius: 0;
    border-color: lightgray;
}

#contact .form-control:focus {
    box-shadow: none;
}

#contact .form-control::-webkit-input-placeholder,
.support-option option, .first-option {
    color: #000000;
    font-size: 16px;
}

#contact .contact-form .checkbox label input {
    margin-top: 0;
}

.form-submit {
    background-color: #007E32;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0;
    border: none;
    position: absolute;
    top: 123%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.form-submit:hover,
.form-submit:focus,
.form-submit:active {
    background-color: #007E32 !important;
    color: #ffffff !important;
    outline-style: none !important;
}

/* 
###############################
============= FAQ =============
###############################
*/
#faq {
    margin-bottom: 150px;
}

#faq h2 {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    padding: 60px 0 20px 0;
}

#faq h3 {
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 60px;
}

.faq-list li {
    margin-bottom: 30px;
    list-style: none;
}

.faq-list .question {
    margin-bottom: 10px;
    list-style: none;
    display: flex;
    align-items: baseline;
}

.faq-list .question i:first-child {
    color: #F39000;
    margin-right: 10px;
}

.faq-list .question p {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}

.answer {
    margin-left: 24px;
}

.dropdown-faq {
    display: none;
    font-size: 16px;
    margin-left: 8px;
    color: #000000;
}

/* 
###############################
======== CATEGORY PAGE ========
###############################
*/
#category {
    /*background-image: url('../img/category.jpg');*/
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    padding: 100px 0;
}

.category-title {
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    font-size: 85px;
    padding: 80px 0;
    text-align: center;
}

#category-products {
    padding-top: 50px;
}

#category-products .filter {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 8px #888888;
    padding: 5px 10px;
    outline-style: none;
    margin: 0 0 70px 30px;
}

#category-products button p {
    font-size: 14px;
    font-weight: 800;
    margin-left: 10px;
}

#category-products .row > div {
    margin-bottom: 60px;
}

.item-product button {
    background-color: #007E32;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    outline-style: none;
    padding: 5px 15px;
    width: 100%;
}

.item-product button a {
    color: #ffffff;
    text-decoration: none;
}

/* 
###############################
======= SINGLE PRODUCT ========
###############################
*/
.header-product, .header-company {
    display: flex;
    align-items: baseline;
}

.header-product .breadcrumb,
.header-company .breadcrumb {
    margin-bottom: 0;
    margin-left: 15px;
    background-color: transparent;
}

.header-product .breadcrumb li a, 
.header-company .breadcrumb li a {
    color: #000000;
    font-size: 14px;
    font-weight: 800;
}

.header-product .route,
.header-company .route {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 8px #888888;
    padding: 5px 10px;
    outline-style: none;
    margin: 50px 0 60px 0;
    color: #F39000;
}

.header-product button p,
.header-company button p {
    font-size: 14px;
    font-weight: 800;
    margin-left: 10px;
}

#single-product .row .col-sm-7 {
    padding-left: 0;
}

.preview-image {
    position: static;
    bottom: 0;
    left: 0;
    z-index: 15;
    width: auto;
    padding-top: 15px;
    margin-left: 0;
    text-align: left;
}

.preview-image li {
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
    text-indent: unset;
}

.preview-image img {
    width: 110px;
}

.preview-image .active {
    width: auto;
    height: auto;
    margin: 0;
    background-color: transparent;
    opacity: 0.5;
}

.short-decsription {
    height: 526.72px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70%;
}

.product-description h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-description > div > p {
    font-weight: bold;
    font-size: 16px;
}

.product-description p a {
    font-weight: bold;
    color: #F39000;
    text-decoration: underline;
}

.old-price {
    font-size: 20px;
    text-decoration: line-through;
    text-decoration-color: #F39000;
}

.product-description .new-price {
    color: #F39000;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 600;
}

.product-weight {
    border: 1px solid lightgray;
    color: #000000;
    font-size: 20px;
    font-weight: lighter;
    padding: 0 10px;
    width: 30%;
    text-align: center;
    outline-style: none;
}

.insert-cart {
    display: flex;
    align-items: center;
}

.insert-cart button:first-of-type {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid lightgray;
    padding: 5.5px 10px;
    outline-style: none;
    width: 35%;
    margin-right: 15px;
}

.insert-cart input {
    outline-style: none;
    border: 0;
    text-align: center;
    width: 30%;
    margin: 0 10px;
    font-size: 16px;
}

.insert-cart button:last-of-type {
    background-color: #007E32;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    outline-style: none;
    padding: 5px 15px;
    width: 50%;
}

.insert-cart button:last-of-type a {
    color: #ffffff;
    text-decoration: none;
}

.minus, .plus {
    border: 1px solid #007E32;
    padding: 0 5px;
    border-radius: 4px;
}

.minus i, .plus i {
    font-size: 10px;
    color: #007E32;
}

.social-share {
    display: flex;
    flex-direction: column;
}

.social-share p {
    font-size: 16px;
}

.social-share ul {
    display: flex;
    margin-top: 5px;
}

.social-share ul li {
    list-style: none;
    margin-right: 20px;
}

.social-share ul li a i {
    font-size: 16px;
    color: #007E32;
}

#long-description {
    margin: 80px 0 100px 0;
}

.title-tab {
    display: flex;
    border-bottom: 2px solid #007E32;
    margin-left: -15px;
    margin-right: -15px;
}

.title-tab li {
    list-style: none;
    margin-left: 15px;
    margin-right: 30px;
}

.title-tab li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #007E32;
    font-size: 28px;
    cursor: pointer;
}

.current {
    font-weight: 600;
}

.product-description > p,
.text-tab div {
    font-size: 16px;
    margin-top: 15px;
}

#ingredienti, #valori-nutrizionali,
#allergeni, #preparazione {
    display: none;
}

#ingredienti.active, #valori-nutrizionali.active,
#allergeni.active, #preparazione.active {
    display: block;
}

.correlati {
    color: #F39000;
    text-transform: uppercase;
    font-size: 36px;
    padding-bottom: 50px;
    text-align: center;
}

/* 
###############################
========= PRODUTTORI ==========
###############################
*/
#header-company {
    background-image: url('../img/produttori.jpg');
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    padding: 100px 0;
}

#company {
    padding-top: 50px;
}

#company .filter {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 8px #888888;
    padding: 5px 10px;
    outline-style: none;
    margin: 0 0 70px 30px;
}

#company button p {
    font-size: 14px;
    font-weight: 800;
    margin-left: 10px;
}

#company .col-xs-6 {
    padding: 0 15px;
}

#company .col-xs-6 {
    margin-bottom: 100px;
}

.company-preview {
    position: relative;
    padding: 0 15px;
}

.company-preview img {
    width: 100%;
    border-radius: 10px;
}

.background-preview {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-preview {
    background-color: #007E32;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 29px);
    text-align: center;
}

.title-preview {
    text-shadow: 2px 2px 2px #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.button-preview {
    background-color: #F39000;
    padding: 5px 0;
    font-size: 24px;
    text-transform: uppercase;
    width: 30%;
    margin: 0 auto;
    border: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button-preview a {
    color: #ffffff;
    text-decoration: none;
}

/* 
###############################
======= SINGLE COMPANY ========
###############################
*/
#single-company .row .col-sm-7 {
    padding-left: 0;
}

.carousel-points {
    bottom: -15%;
}

.carousel-points li {
    background-color: lightgrey;
    width: 12px;
    height: 12px;
}

.carousel-points .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #F39000;
}

.company-description {
    display: flex;
    flex-direction: column;
    height: 40%;
}

.company-description h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.company-description > p {
    font-size: 16px;
    margin-top: 15px;
}

.company-info {
    display: flex;
    flex-direction: column;
}

.company-info div {
    margin-bottom: 15px;
}

.company-address, .company-delivery {
    display: flex;
    align-items: center;
}

.company-address i {
    font-size: 20px;
    margin-right: 15px;
    color: #F39000;
}

.company-opening > img, 
.company-delivery > img {
    width: 20px;
    margin-right: 10px;
}

.company-opening {
    display: flex;
    align-items: flex-start;
}

.info-opening {
    text-align: right;
}

.info-opening p:first-child {
    color: #F39000;
}

.company-delivery p,
.info-opening p:first-child {
    text-transform: uppercase;
    font-weight: 800;
}

#single-company .social-share ul li a i {
    color: #F39000;
}

/* 
###############################
========== VANTAGGI ===========
###############################
*/
#vantaggi {
    margin-bottom: 100px;
}

#vantaggi h2 {
    font-size: 50px;
    color: #F39000;
    text-align: center;
    padding: 60px 0;
}

#vantaggi .col-xs-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list-vantaggi {
    padding: 0 230px;
}

.list-vantaggi li {
    margin-bottom: 30px;
    list-style: none;
    display: flex;
    align-items: baseline;
}

.list-vantaggi li i {
    color: #F39000;
    margin-right: 10px;
}

.list-vantaggi li p {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}

#vantaggi button {
    background-color: #007E32;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    border: none;
    outline-style: none;
    padding: 5px 15px;
    margin-top: 40px;
}

#sentences {
    background-color: #F39000;
}

#sentences .col-xs-12 {
    padding: 40px;
}

#sentences h4 {
    color: rgba(250, 250, 250, 0.8);
    font-style: italic;
    font-weight: 600;
}

#sentences h4:first-child {
    font-size: 100px;
    padding: 0 0 50px 50px;
}

#sentences h4:nth-child(2) {
    font-size: 45px;
    text-align: right;
}

#sentences h4:nth-child(3) {
    font-size: 134px;
    text-align: center;
    padding: 50px 0 60px 0;
}

#sentences h4:last-child {
    font-size: 60px;
}

/* 
###############################
======== CUSTOMER AREA ========
###############################
*/
#header-customer h2 {
    font-size: 50px;
    color: #000000;
    padding: 80px 0 60px 0;
}

#header-customer h2 span {
    color: #F39000;
}

.custom-menu {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

.custom-menu button {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    width: 280px;
    height: 45px;
    padding-left: 20px;
    border: none;
    border-radius: none;
    background-color: #c3c3c3;
    outline-style: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.custom-menu button:hover {
    background-color: #007E32;
}

.custom-menu button img {
    width: 22px;
    margin-right: 15px;
}

.custom-menu button i {
    font-size: 22px;
    color: #ffffff;
    margin-right: 15px;
}

.custom-menu button p {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.info-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}

.info-profile img {
    border-radius: 50%;
    width: 15%;
}

.firstname, .lastname {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.firstname p, .lastname p {
    font-size: 16px;
    margin-bottom: 30px;
}

.firstname h5, .lastname h5 {
    font-size: 28px;
    font-weight: 600;
}

.edit-profile {
    align-self: flex-start;
    display: flex;
    justify-content: flex-end;
    width: 35%;
}

.edit-profile a {
    display: flex;
    align-items: baseline;
    text-decoration: none;
    border-bottom: 1px solid #F39000;
}

.edit-profile a p  {
    color: #F39000;
    margin-right: 4px;
    font-size: 16px;
}

.edit-profile a i {
    color: #F39000;
}

.detail-info {
    margin-top: 20px;
    width: 70%;
}

.detail-info div {
    border-top: 2px solid #007E32;
    padding: 20px;
    display: flex;
}

.detail-info div:last-child {
    border-bottom: 2px solid #007E32;
}

.detail-info div p {
    font-size: 16px;
    width: 50%;
}

.detail-info div span {
    font-size: 16px;
    font-weight: 600;
    width: 50%;
    text-align: right;
}

.edit-profilemobile, #custom-menumobile {
    display: none;
}

.save-profile {
    display: flex;
    justify-content: flex-end;
    width: 80%;
    margin: 50px 0;
}

.save-profile button {
    background-color: #007E32;
    padding: 5px 15px;
    border: none;
    outline-style: none;
}

.save-profile button a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
}

/* 
###############################
=========== RICETTA ===========
###############################
*/
.portata {
    text-transform: uppercase;
    color: #007E32;
}

.recipe-difficulty {
    margin-bottom: 15px;
}

.recipe-time .info-opening p, 
.recipe-difficulty p {
    font-weight: bold !important;
    font-size: 16px;
    text-transform: none !important;
    color: #000000 !important;
}

.insert-recipe {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.insert-recipe select {
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid lightgray;
    padding: 5.5px 10px;
    outline-style: none;
    width: 70%;
    font-size: 16px;
}

/* .insert-recipe button:first-of-type p {
    font-size: 16px;
} */

/* .insert-recipe button:first-of-type p span {
    color: #007E32;
} */

/* .insert-recipe button:first-of-type i {
    color: #007E32;
    border: 1px solid #007E32;
    border-radius: 50%;
    padding: 0 2px;
} */

.insert-recipe button {
    background-color: #007E32;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    outline-style: none;
    padding: 5px 15px;
    width: 70%;
    margin: 15px 0;
}

.insert-recipe button a {
    color: #ffffff;
    text-decoration: none;
}

/* 
###############################
=========== RICETTE ===========
###############################
*/
#ricette {
    background-image: url(../img/ricette.jpg);
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    padding: 100px 0;
}

.ricette .item-product .item-image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.ricette .item-product button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.ricette .item-product .available {
    justify-content: flex-start;
    width: 100%;
}

.ricette .item-product .available img {
    width: 20px;
    margin: 5px 10px 5px 0;
}

.ingredients {
    margin: 10px 0;
    border: none;
    outline-style: none;
    background-color: #ffffff;
    color: #000000;
    /* padding: 0 10px; */
}

.ingredients::-ms-expand {
    display: none;
}

/* 
###############################
========== CHECK-OUT ==========
###############################
*/
#header-checkout {
    margin-top: 30px;
}

#check-out {
    margin: 30px 0;
}

.checkout-title {
    display: flex;
    flex-direction: column;
}

.checkout-title h1 {
    font-size: 50px;
    color: #000000;
}

.checkout-title h3 {
    color: #F39000;
}

.coupon {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}

.coupon button, .coupon input {
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 8px #888888;
    padding: 5px 10px;
    outline-style: none;
    color: #007E32;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.coupon input {
    width: 46%;
    margin-right: 20px;
    /*display: none;*/
}

.coupon i {
    font-size: 20px;
    margin-right: 10px;
    color: #888888;
    /*display: none;*/
    cursor: pointer;
}

.coupon input.active,
.coupon i.active {
    display: block;
}

#addr_spedizione, #addr_fatturazione {
    display: none;
}

#addr_spedizione.active, #addr_fatturazione.active {
    display: block;
}

.tab-checkout label,
.another-address label {
    font-size: 18px;
    margin-left: 5px;
    color: #000000;
}

.tab-checkout label:first-of-type {
    margin-right: 15px;
}

.tab-checkout input[type='checkbox'],
.another-address input[type='checkbox'],
.detail-card input[type='checkbox'] {
    position: relative;
    cursor: pointer;
}

.tab-checkout input[type=checkbox]:before,
.another-address input[type='checkbox']:before, 
.detail-card input[type='checkbox']:before{
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid #000000;
    border-radius: 3px;
    background-color: #ffffff;
}

.tab-checkout input[type=checkbox]:checked:after,
.another-address input[type=checkbox]:checked:after,
.detail-card input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #F39000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}

.text-tab input, .text-tab select {
    border: none;
    outline-style: none;
    box-shadow: none;
    border-bottom: 2px solid #F39000;
    border-radius: 0;
    font-size: 16px;
    color: #000000;
}

.text-tab > div > .form-group:nth-child(4) > input {
    border-bottom: 2px solid #000000;
}

.text-tab input:hover, .text-tab input:focus,
.text-tab select:hover, .text-tab select:focus {
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #F39000;
}

.text-tab input:nth-child(4):hover,
.text-tab input:nth-child(4):focus {
    border-bottom: 2px solid #000000;
}

.text-tab input::-webkit-input-placeholder {
    color: #000000;
}

.another-address {
    margin-top: 30px !important;
}

.tab-title {
    display: none;
}

.summary-order {
    padding: 15px 30px;
    border: 2px solid #007E32;
}

.summary-title {
    border-bottom: 2px solid #007E32;
}

.summary-title p {
    color: #007E32;
    font-size: 16px;
}

.summary-product {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #000000;
}

.summary-product img {
    width: 25%;
    height: 25%;
    border-radius: 4px;
}

.detail-order {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

.detail-product a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.detail-company {
    font-size: 12px;
    font-weight: bold;
}

.detail-company a {
    color: #F39000;
    text-decoration: underline;
}

.detail-weight,
.delivery-address {
    margin-top: 15px;
}

.delivery-address p {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.delivery-address p:first-of-type {
    color: #007E32;
}

.detail-amount {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-delivery {
    padding-left: 5px;
    border-left: 1px solid #007E32;
}

.info-delivery p {
    font-size: 12px;
    font-weight: bold;
    color: #007E32;
}

.detail-price p {
    font-size: 24px;
    font-weight: 600;
    color: #F39000;
    text-align: right;
}

.shipping-costs {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    padding: 15px 42px 15px 0;
    border-bottom: 1px solid grey;
}

.shipping-costs p:first-of-type,
.total-costs p:first-of-type {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    color: #000000;
}

.shipping-costs p:last-of-type {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.total-costs {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    padding: 30px 42px 15px 0;
}

.total-costs p:last-of-type {
    font-size: 24px;
    font-weight: 600;
    color: #F39000;
}

.payment-method, .credit-card,
.credit-card .detail-card:nth-child(2) {
    margin: 30px 0;
}

.mobile-paymentmethod {
    display: none;
}

.payment-method p {
    font-size: 14px;
    font-weight: bold;
}

.payment-method p:first-of-type {
    font-size: 18px;
}

.credit-card label {
    margin-left: 5px;
    margin-bottom: 0;
}

.info-card {
    margin-left: 30px;
}

.info-card p, .info-card span {
    font-size: 12px !important;
}

.add-creditcard, .save-order {
    display: flex;
    justify-content: flex-end;
}

.add-creditcard a {
    color: #F39000;
    text-decoration: underline;
    font-size: 14px;
}

.save-order button {
    background-color: #007E32;
    padding: 5px 15px;
    border: none;
    outline-style: none;
}

.save-order button a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
}

.coupon-mobile {
    display: none;
}

/* ==== MEDIA QUERIES ==== */
@media screen and (min-width: 1921px) {

    /* ==== HEADER ==== */

    /* Category */
    .category-container {
        width: 70%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1920.98px) {

    /* ==== HEADER ==== */

    /* Category */
    .category-container {
        width: 80%;
    }
} 

@media screen and (min-width: 992px) and (max-width: 1199.98px) {

    /* ==== HEADER ==== */

    /* Top Navbar */
    .icon-market form {
        width: 50%;
    }

    .icon-market input {
        width: 85%;
    }

    /* ==== DISCOVER ==== */
    .recipes, .products {
        height: 550px;
    }

    #discover .col-sm-6:first-child {
        padding-right: 30px;
    }

    #discover .col-sm-6:last-child {
        padding-left: 30px;
    }

    /* ==== PRODUCTS ==== */
    .title-product {
        font-size: 19px;
    }

    .product button {
        font-size: 16px;
    }

    /* ==== COMMUNITY ==== */
    .box-community {
        padding: 40px;
    }

    /* 
    ###############################
    ========== CHI SIAMO ==========
    ###############################
    */
    .text-chisiamo {
        padding: 51px 0;
    }

    .slider-chisiamo {
        padding-left: 30px;
    }

    .call-chi-siamo {
        padding-right: 0;
    }

    .call-chi-siamo button {
        font-size: 20px;
    }

    /* 
    ###############################
    ======== CATEGORY PAGE ========
    ###############################
    */
    .item-product button {
        font-size: 16px;
    }

    /* 
    ###############################
    ======= SINGLE PRODUCT ========
    ###############################
    */
    .short-decsription {
        height: 449.03px;
    }

    .product-description .new-price {
        font-size: 40px;
    }

    .product-weight {
        width: 24%;
    }

    .product-description > p,
    .company-description p {
        font-size: 14px;
    }

    .insert-cart button:last-of-type {
        font-size: 16px;
    }

    #long-description {
        margin: 80px 0;
    }

    /* 
    ###############################
    ========= PRODUTTORI ==========
    ###############################
    */
    .header-preview {
        top: 6%;
    }

    /* 
    ###############################
    ========== VANTAGGI ===========
    ###############################
    */
    .list-vantaggi {
        padding: 0px 147px;
    }

    #sentences h4:first-child {
        font-size: 70px;
    }

    #sentences h4:nth-child(2) {
        font-size: 35px;
    }

    #sentences h4:nth-child(3) {
        font-size: 100px;
    }

    #sentences h4:last-child {
        font-size: 45px;
    }

    /* 
    ###############################
    ========== CHECK-OUT ==========
    ###############################
    */
    .coupon input {
        width: 32%;
    }

    .delivery-address p:first-of-type {
        font-size: 12px;
    }

    .delivery-address p:last-of-type {
        font-size: 11px;
    }

    .shipping-costs, .total-costs {
        padding-right: 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024.98px) {

    /* ==== HEADER ==== */

    /* Menu */
    .category div a:last-of-type {
        font-size: 11px;
    }

    .category img {
        width: 50%;
    }
}

@media screen and (max-width: 944px) {

    /* ==== HEADER ==== */

    /* Top Navbar */
    .category div a:last-of-type {
        display: none;
    }

    .category span {
        height: 55px;
    }
}

@media screen and (min-width: 769px) and (max-width: 991.98px) {

    /* ==== HEADER ==== */

    /* Top Navbar */
    .icon-market form {
        width: 60%;
    }

    .icon-market input {
        width: 85%;
    }

    /* Menu */
    .navigation li a {
        font-size: 14px;
    }

    /* ==== HERO ==== */
    .call-hero h1 {
        font-size: 65px;
    }

    /* ==== DISCOVER ==== */
    .recipes, .products {
        height: 450px;
    }

    #discover .col-sm-6:first-child {
        padding-right: 15px;
    }

    #discover .col-sm-6:last-child {
        padding-left: 15px;
    }

    /* ==== PRODUCTS ==== */
    #products .col-sm-6:first-child,
    #products .col-sm-6:nth-child(2) {
        margin-bottom: 60px;
    }

    .product .stamps {
        width: 50px;
    }

    /* 
    ###############################
    ========== CONTATTI ===========
    ###############################
    */
    #contact h1 {
        font-size: 65px;
    }

    /* 
    ###############################
    ======== CATEGORY PAGE ========
    ###############################
    */
    .category-title {
        font-size: 65px;
    }

    /* 
    ###############################
    ======= SINGLE PRODUCT ========
    ###############################
    */
    .short-decsription {
        height: 363.58px;
    }

    .product-description h4 {
        font-size: 24px;
    }

    .product-description > div > p, 
    .old-price, .text-tab div  {
        font-size: 14px;
    }

    .product-description .new-price {
        font-size: 30px;
    }

    .product-weight {
        width: 32%;
    }

    .product-description > p {
        font-size: 11px;
    }

    .insert-cart button:last-of-type {
        font-size: 12px;
        padding: 10px;
    }

    .social-share p,
    .social-share ul li a i {
        font-size: 14px;
    }

    #long-description {
        margin: 80px 0;
    }

    /* 
    ###############################
    ========= PRODUTTORI ==========
    ###############################
    */
    .header-preview {
        top: 8%;
    }

    /* 
    ###############################
    ======= SINGLE COMPANY ========
    ###############################
    */
    .company-description h4 {
        font-size: 24px;
    }

    .company-description p {
        font-size: 12px;
        margin-top: 10px;
    }

    .company-description {
        height: 45%;
    }

    .company-info div {
        margin-bottom: 5px;
    }

    .company-address i {
        font-size: 14px;
    }

    .company-opening img,
    .company-delivery img {
        width: 14px;
    }

    #single-company .social-share p, 
    #single-company .social-share ul li a i,
    .company-info p {
        font-size: 14px;
    }

    /* 
    ###############################
    ========== VANTAGGI ===========
    ###############################
    */
    .list-vantaggi {
        padding: 0px 147px;
    }

    #sentences h4:first-child {
        font-size: 65px;
    }

    #sentences h4:nth-child(2) {
        font-size: 30px;
    }

    #sentences h4:nth-child(3) {
        font-size: 90px;
    }

    #sentences h4:last-child {
        font-size: 40px;
    }

    /* 
    ###############################
    =========== RICETTA ===========
    ###############################
    */
    .insert-recipe select,
    .insert-recipe button {
        width: 80%;
    }

    /* 
    ###############################
    ========== CHECK-OUT ==========
    ###############################
    */
    .coupon button, .coupon input {
        font-size: 12px;
    }

    .coupon input {
        width: 33%;
    }

    .coupon i {
        font-size: 16px;
    }

    .detail-order, .detail-amount {
        margin-left: 15px;
    }

    .detail-product a {
        font-size: 12px;
    }

    .delivery-address p {
        font-size: 11px;
    }

    .shipping-costs, .total-costs {
        padding-right: 0;
    }
}

@media screen and (max-width: 991.98px) {

    /* ==== ABOUT US ==== */
    #about-us .col-xs-12:first-child {
        background-image: url('../img/about-us-shadow.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 450px;
        text-align: center;
        align-items: center;
        padding: 0;
    }

    #about-us .col-md-6:last-child {
        display: none;
    }

    #about-us h2 {
        font-size: 30px;
    }

    #about-us p {
        font-size: 18px;
        padding: 0 20px;
    }

    #about-us button {
        width: 250px;
        background-color: #F39000;
        font-size: 22px;
        padding: 5px 0;
    }

    /* 
    ###############################
    ========== CHI SIAMO ==========
    ###############################
    */
    #desktop-chisiamo {
        display: none;
    }

    .slider-chisiamo {
        padding: 0 100px;
    }

    #mobile-chisiamo {
        display: block;
    }

    #mobile-chisiamo .call-chi-siamo {
        padding: 0;
    }

    #mobile-chisiamo .call-chi-siamo button {
        font-size: 28px;
    }

    #team .col-xs-12:first-child {
        margin-bottom: 40px;
    }

    .team-info {
        width: 35%;
    }

    .team-info p, .team-info a {
        font-size: 12px;
    }

    .team-info .name {
        font-size: 14px;
    }

    /* 
    ###############################
    ======== COME FUNZIONA ========
    ###############################
    */
    #come-funziona {
        margin-bottom: 60px;
    }

    #come-funziona h2 {
        padding: 60px 0;
    }

    #come-funziona h3 {
        top: 40%;
        left: 12%;
    }

    .box-comefunziona {
        text-align: left;
        padding: 30px 30px 30px 90px;
        width: 80%;
        margin: 0 auto 60px auto;
    }

    /* 
    ###############################
    ========== CONTATTI ===========
    ###############################
    */
    #contact h1 {
        text-align: center;
        padding-bottom: 5px;
    }

    #contact p {
        text-align: center;
    }

    /* 
   ###############################
   ======== CUSTOMER AREA ========
   ###############################
    */
    #header-customer h2 {
        text-align: center;
        padding: 50px 0;
    }

    .custom-menu {
        display: none;
    }

    .info-profile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 15px;
    }

    .info-profile img {
        width: 20%;
    }

    .firstname, .lastname {
        width: 40%;
        align-items: center;
    }

    .edit-profile {
        display: none;
    }

    .detail-info {
        width: 100%;
        padding: 0 15px;
    }

    .edit-profilemobile {
        display: flex;
        justify-content: flex-end;
        padding: 0 15px;
        margin-top: 20px;
    }

    .edit-profilemobile a {
        display: flex;
        align-items: baseline;
        text-decoration: none;
        border-bottom: 1px solid #F39000;
    }

    .edit-profilemobile a p {
        color: #F39000;
        margin-right: 4px;
        font-size: 16px;
    }

    .edit-profilemobile a i {
        color: #F39000;
    }

    .save-profile {
        justify-content: center;
        width: 100%;
    }

    #custom-menumobile {
        margin-top: 40px;
        display: block;
    }

    #custom-menumobile .col-xs-12 {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0 15px;
    }

    #custom-menumobile button {
        text-align: center;
        width: 70px;
        height: 70px;
        border: none;
        border-radius: 4px;
        background-color: #c3c3c3;
        outline-style: none;
    }

    #custom-menumobile button:hover {
        background-color: #007E32;
    }

    #custom-menumobile button img {
        width: 28px;
    }

    #custom-menumobile button i {
        font-size: 28px;
        color: #ffffff;
    }
}

@media screen and (max-width: 768.98px) {

    /* ==== HEADER ==== */

    /* Top Navbar */
    .mobile-welcome-call {
        font-size: 14px;
    }

    header .role-container {
        width: 100%;
        padding: 0 40px;
    }

    .welcome-call, .icon-market,
    .menu-bar, .category-container {
        display: none;
    }

    .mobile-welcome-call {
        display: block;
    }

    .logo {
        padding: 10px 0 30px 0;
    }

    /* Menu  and Category*/
    .icon-search {
        display: none;
    }

    #hamburger-menu {
        float: left;
        width: 25%;
        padding: 10px 0 30px 0;
        display: flex;
        justify-content: flex-end;
        font-size: 36px;
        color: #007E32;
        margin-top: 70px;
    }

    .icon-search-tablet {
        float: left;
        margin-top: 73px;
        border-bottom: 1px solid #000000;
        width: 25%;
        display: flex;
        justify-content: flex-end;
        padding-top: 10px;
    }

    .icon-search-tablet input {
        width: 90%;
        border: none;
        outline: none;
        color: #000000;
    }

    .icon-search-tablet > a {
        margin-left: 30px;
        padding: 2px 0;
    }

    .icon-search-tablet img {
        width: 30px;
    }

    .category-bar h4 {
        display: block;
        text-align: center;
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
        padding: 10px 0;
    }

    .category-bar h4 i {
        display: inline;
        font-size: 18px;
        margin-left: 2px;
    }

    .category-mobile {
        margin-top: 15px;
        display: none;
    }

    .category-mobile li {
        text-align: center;
        list-style: none;
        font-size: 16px;
    }

    .category-mobile li a {
        color: #ffffff;
        text-decoration: none;
    }

    .category-mobile.active {
        display: block;
    }

    #dropdown-category-menu {
        transition: all 0.3s ease;
        display: inline-block;
    }

    /* Search Mobile */
    .mobile-search {
        display: none;
        width: 100vw;
        height: 100vh;
        background-color: #007E32;
        position: fixed;
        top: 0;
        z-index: 99998;
        overflow: scroll;
    }

    .mobile-search.active {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .mobile-search form {
        border-bottom: 1px solid #ffffff;
        width: 60%;
        display: flex;
        justify-content: center;
    }

    .mobile-search input {
        width: 90%;
        border: none;
        outline: none;
        color: #ffffff;
        background-color: transparent;
    }

    .mobile-search input::placeholder {
        color: #ffffff;
    }

    .mobile-search img {
        width: 40px;
        padding: 4px 0;
    }

    /* Icon Market Bar */
    .market-bar {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #ffffff;
        z-index: 99997;
        border-top: 1px solid #F39000;
    }

    .icon-market-mobile {
        display: flex;
        justify-content: space-between;
        width: 50%;
        margin: 0 auto;
    }

    .icon-market-mobile {
        padding: 13px 0;
    }

    .icon-market-mobile img {
        width: 30px;
    }

    /* Mobile menu */
    .mobile-menu {
        display: none;
        width: 100vw;
        height: 100vh;
        background-color: #007E32;
        position: fixed;
        top: 0;
        z-index: 99999;
        overflow: scroll;
    }

    .mobile-menu.active {
        display: block;
    }

    .mobile-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .mobile-menu span, .mobile-search span {
        position: absolute;
        top: 10%;
        left: 85%;
        transform: translate(-50%, -50%);
    }

    .mobile-menu span i, .mobile-search span i {
        color: #ffffff;
        font-size: 30px;
    }

    .mobile-nav li {
        list-style: none;
        padding: 5px 0;
    }

    .mobile-nav li a {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
    }

    /* ==== HERO ==== */
    #hero {
        /* margin-top: 270px; */
    }

    #hero, .call-hero {
        height: 300px;
    }

    .call-hero {
        margin-top: 0;
    }

    .call-hero h1 {
        font-size: 34px;
    }

    .call-hero button {
        font-size: 22px;
    }

    /* ==== FREE SHIPPING ==== */
    #free-shipping h3 {
        font-size: 20px;
    }

    /* ==== OPT IN SECTION ==== */
    #optin {
        padding: 80px 0;
    }

    #optin img {
        width: 150px;
        height: 150px;
    }

    #optin h3 {
        font-size: 30px;
        padding: 15px 0 20px 0;
    }

    #optin p {
        font-size: 18px;
    }

    /* ==== DISCOVER ==== */
    .recipes, .products {
        height: 450px;
    }

    #discover .col-sm-6:first-child {
        padding-right: 15px;
    }

    #discover .col-sm-6:last-child {
        padding-left: 15px;
    }

    /* ==== HOW IT WORKS ==== */
    #how-works h3 {
        color: #ffe742;
        font-size: 100px;
    }

    #how-works p {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
    }

    /* ==== PRODUCTS ==== */
    #products .col-sm-6:first-child,
    #products .col-sm-6:nth-child(2) {
        margin-bottom: 60px;
    }

    .product .stamps {
        width: 50px;
    }

    /* ==== FOOTER ==== */
    footer .role-container {
        margin-bottom: 55px;
    }

    /* 
    ###############################
    ========== CHI SIAMO ==========
    ###############################
    */
    #chi-siamo .col-xs-12 {
        padding: 0 15px 0 15px;
    }

    /* 
    ###############################
    ========== CONTATTI ===========
    ###############################
    */
    #contact .role-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    #contact h1 {
        font-size: 34px;
        text-align: center;
        padding-bottom: 5px;
    }

    #contact p {
        text-align: center;
    }

    #contact .contact-form .checkbox {
        font-size: 10px;
    }

    #contact .form-control::-webkit-input-placeholder,
    .support-option option, .first-option {
        color: #000000;
        font-size: 12px;
    }

    .form-submit {
        font-size: 20px;
    }

    /* 
    ###############################
    ======== CATEGORY PAGE ========
    ###############################
    */
    .category-title {
        font-size: 34px;
    }

    .item-image .item-stamps {
        width: 50px;
    }

    /* 
    ###############################
    ======= SINGLE PRODUCT ========
    ###############################
    */
    .product-weight {
        width: 32%;
    }

    .product-description > p {
        font-size: 12px;
    }

    .insert-cart button:last-of-type {
        font-size: 12px;
        padding: 10px;
    }

    .short-decsription {
        height: 363.58px;
    }

    .product-description h4 {
        font-size: 24px;
    }

    .product-description > div > p, 
    .old-price  {
        font-size: 14px;
    }

    .product-description .new-price {
        font-size: 30px;
    }

    .product-weight {
        width: 32%;
    }

    .product-description > p {
        font-size: 11px;
    }

    .insert-cart button:last-of-type {
        font-size: 12px;
        padding: 10px;
    }

    .social-share p,
    .social-share ul li a i {
        font-size: 14px;
    }

    #long-description {
        margin: 80px 0;
    }

    /* 
    ###############################
    ========= PRODUTTORI ==========
    ###############################
    */
    .header-preview {
        top: 6%;
    }

    .title-preview {
        font-size: 34px;
    }

    /* 
    ###############################
    ======= SINGLE COMPANY ========
    ###############################
    */
    .company-description h4 {
        font-size: 24px;
    }

    .company-description p {
        font-size: 12px;
        margin-top: 10px;
    }

    .company-description {
        height: 45%;
    }

    .company-info div {
        margin-bottom: 5px;
    }

    .company-address i {
        font-size: 14px;
    }

    .company-opening img,
    .company-delivery img {
        width: 14px;
    }

    #single-company .social-share p, 
    #single-company .social-share ul li a i,
    .company-info p {
        font-size: 14px;
    }

    /* 
    ###############################
    ========== VANTAGGI ===========
    ###############################
    */
    .list-vantaggi {
        padding: 0px 34px;
    }

    #sentences h4:first-child {
        font-size: 65px;
    }

    #sentences h4:nth-child(2) {
        font-size: 30px;
    }

    #sentences h4:nth-child(3) {
        font-size: 90px;
    }

    #sentences h4:last-child {
        font-size: 40px;
    }

    /* 
    ###############################
    =========== RICETTA ===========
    ###############################
    */
    .insert-recipe select,
    .insert-recipe button {
        width: 80%;
    }

    /* 
    ###############################
    ========== CHECK-OUT ==========
    ###############################
    */
    .coupon button, .coupon input {
        font-size: 12px;
    }

    .coupon input {
        width: 33%;
    }

    .coupon i {
        font-size: 16px;
    }

    .detail-order, .detail-amount {
        margin-left: 10px;
    }

    .detail-product a {
        font-size: 12px;
    }

    .delivery-address p {
        font-size: 11px;
    }

    .shipping-costs, .total-costs {
        padding-right: 0;
    }
}

@media screen and (max-width: 767.98px) {

    /* ==== HEADER ==== */

    /* Top Navbar */
    header .role-container {
        width: 80%;
        padding: 0;
    }

    .logo a img {
        width: 110px;
    }

    /* Menu  and Category*/
    .icon-search-tablet {
        display: none;
    }

    .icon-search {
        float: left;
        width: 25%;
        padding: 10px 0 30px 0;
        display: flex;
        justify-content: flex-end;
    }

    .icon-search img {
        width: 30px;
        margin-top: 43px;
    } 

    #hamburger-menu {
        margin-top: 40px;
    }

    /* Icon Market Bar */
    .icon-market-mobile {
        width: 80%;
    }

    /* ==== DISCOVER ==== */
    #discover {
        padding: 50px 0;
    }

    .recipes, .products {
        height: 350px;
    }

    #discover .col-sm-6:first-child {
        padding: 0 15px;
    }

    #discover .col-sm-6:last-child {
        padding: 0 15px;
        margin-top: 30px;
    }

    .recipes h2, .products h2 {
        font-size: 35px;
    }

    .recipes button, .products button {
        font-size: 18px;
    }

    /* ==== PRODUCTS ==== */
    #products .col-sm-6:nth-child(3) {
        margin-bottom: 60px;
    }

    .product button {
        width: auto;
    }

    /* ==== COMMUNITY ==== */
    .box-community button {
        font-size: 18px;
    }

    /* ==== FOOTER ==== */
    .footer-info a img {
        width: 110px;
    }

    .footer-info {
        text-align: center;
    }

    .address p {
        display: flex;
        flex-direction: column;
    }

    .footer-menu {
        padding: 0 0 50px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-menu h4 i {
        display: inline;
        font-size: 18px;
        margin-left: 2px;
    }

    .secondary-menu, .social-menu a {
        display: none;
    }

    .secondary-menu li {
        text-align: center;
    }

    .social-menu {
        margin-left: 0;
        text-align: center;
    }

    footer hr {
        width: 80%;
        margin: 0 auto 10px auto;
    }

    .secondary-menu.active, 
    .social-menu a.active {
        display: block;
    }

    #dropdown-secondary-menu,
    #dropdown-social {
        transition: all 0.3s ease;
        display: inline-block;
    }

    .rotate {
        transform: rotate(90deg);
    }

    /* 
    ###############################
    ========== CHI SIAMO ==========
    ###############################
    */
    #chi-siamo h2 {
        font-size: 30px;
        padding: 60px 30px 40px 30px;
    }

    #mobile-chisiamo .text-chisiamo {
        padding: 120px 30px 83px 30px;
    }

    #mobile-chisiamo .call-chi-siamo {
        display: flex;
        flex-direction: column;
        padding: 0 30px;
    }

    #mobile-chisiamo .call-chi-siamo button {
        font-size: 28px;
        padding: 10px 0;
        margin: 10px 0;
    }

    /* 
    ###############################
    ======== COME FUNZIONA ========
    ###############################
    */
    #come-funziona .role-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    #come-funziona h2 {
        padding: 60px 0 120px 0;
    }

    #come-funziona h3 {
        padding: 14px 0;
        top: 0%;
        left: 50%;
    }

    .box-comefunziona {
        text-align: center;
        padding: 60px 15px 30px 15px;
    }

    .box-comefunziona p:first-of-type {
        font-size: 24px;
    }

    .box-comefunziona p:last-of-type {
        font-size: 16px;
    }

    /* 
    ###############################
    ========== CONTATTI ===========
    ###############################
    */
    .contact-form {
        width: 90%;
    }

    /* 
    ###############################
    ============= FAQ =============
    ###############################
    */
    #faq {
        margin-bottom: 60px;
    }

    .faq-list .question {
        justify-content: center;
    }

    .answer {
        margin-left: 0;
        padding: 0 15px;
        text-align: center;
    }

    .dropdown-faq {
        transition: all 0.3s ease;
        display: inline-block;
    }

    .answer {
        display: none;
    }

    .answer.active {
        display: block;
    }

    /* 
    ###############################
    ======== CATEGORY PAGE ========
    ###############################
    */
    .category-title {
        padding: 10px 0;
    }

    /* 
    ###############################
    ======== SUGGERIMENTI =========
    ###############################
    */
    .suggestion {
        font-size: 30px !important;
    }

    /* 
    ###############################
    ======= SINGLE PRODUCT ========
    ###############################
    */
    .header-product {
        margin-left: 15px;
    }

    #single-product .row .col-sm-7 {
        padding-left: 15px;
    }

    .header-product .route {
        margin: 30px 0;
    }

    .header-product button i,
    .header-product button p {
        font-size: 10px;
    }

    .header-product .breadcrumb {
        margin-left: 5px;
    }

    .header-product .breadcrumb li a {
        font-size: 12px;
    }

    .short-decsription {
        height: auto;
    }

    .product-description h4 {
        font-size: 26px;
        margin-top: 15px;
    }

    .insert-cart {
        margin: 15px 0;
    }

    .product-description > div > p, 
    .old-price, .social-share p, 
    .social-share ul li a i {
        font-size: 16px;
    }

    .old-price,
    .product-weight {
        margin-top: 15px;
    }

    .title-tab, .title-tab li {
        margin-left: 0;
        margin-right: 0;
    }

    .title-tab li:nth-child(2) {
        margin: 0 10px
    }

    .title-tab li a {
        font-size: 15px;
    }

    .product-description > p,
    .text-tab div {
        font-size: 14px;
    }

    #long-description {
        margin: 40px 0;
    }

    .preview-image {
        display: none;
    }

    /* 
    ###############################
    ======= SINGLE COMPANY ========
    ###############################
    */
    .header-company {
        margin-left: 15px;
    }

    #single-company .row .col-sm-7 {
        padding-left: 15px;
    }

    .header-company .route {
        margin: 30px 0;
    }

    .header-company button i,
    .header-company button p {
        font-size: 10px;
    }

    .header-company .breadcrumb {
        margin-left: 5px;
    }

    .header-company .breadcrumb li a {
        font-size: 12px;
    }

    .company-description {
        height: 45%;
        margin-top: 85px;
    }

    .company-description h4 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .company-description p {
        font-size: 14px;
        margin: 15px 0;
    }

    .company-info {
        margin: 15px 0;
    }

    .company-address i {
        font-size: 20px;
    }

    .company-opening > img, 
    .company-delivery > img {
        width: 20px;
    }

    #single-company .social-share p, 
    #single-company .social-share ul li a i {
        font-size: 16px;
    }

    .company-info div {
        margin-bottom: 15px;
    }

    /* 
    ###############################
    ========== VANTAGGI ===========
    ###############################
    */
    #vantaggi .role-container {
        padding: 0 15px;
    }

    .list-vantaggi {
        padding: 0;
    }

    #sentences .col-xs-12 {
        padding: 15px;
    }

    #sentences h4:first-child {
        font-size: 26px;
        padding-left: 20px;
    }

    #sentences h4:nth-child(2) {
        font-size: 16px;
    }

    #sentences h4:nth-child(3) {
        font-size: 35px;
    }

    #sentences h4:last-child {
        font-size: 18px;
    }

    /* 
    ###############################
    =========== RICETTA ===========
    ###############################
    */
    .insert-recipe {
        flex-direction: row;
        align-items: center;
    }

    .insert-recipe select,
    .insert-recipe button {
        width: 40%;
        margin-right: 15px;
    }

    .recipe-time, 
    .recipe-difficulty {
        margin-top: 15px;
    }

    /* 
    ###############################
    ========== CHECK-OUT ==========
    ###############################
    */
    .checkout-title {
        align-items: center;
    }

    .checkout-title h1 {
        font-size: 35px;
    }

    .checkout-title h3 {
        font-size: 20px;
    }

    .tab-title {
        display: block;
        text-align: center;
        color: #000000 !important;
        font-size: 28px !important;
        margin-top: 30px;
    }

    #check-out {
        margin-top: 0;
    }

    .coupon {
        display: none;
    }

    .tab-checkout, .another-address {
        text-align: center;
    }

    .summary-order {
        border: none;
    }

    .payment-method {
        display: none;
    }

    .summary-product {
        display: flex;
        justify-content: space-between;
    }

    .save-order {
        justify-content: center;
    }

    .save-order button {
        width: 90%;
    }

    .mobile-paymentmethod {
        display: block;
        padding: 0 30px;
    }

    .mobile-paymentmethod .title-method p,
    .mobile-paymentmethod .credit-card .info-card p {
        font-weight: bold;
    }

    .mobile-paymentmethod .title-method p:first-of-type {
        font-size: 28px;
        text-align: center;
        padding: 30px 0 15px 0;
    }

    .coupon-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 30px 0;
    }

    .coupon-mobile button, .coupon-mobile div input {
        background-color: #ffffff;
        border: none;
        border-radius: 4px;
        box-shadow: 2px 2px 8px #888888;
        padding: 5px 10px;
        outline-style: none;
        color: #007E32;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        width: 90%;
    }

    .coupon-mobile div {
        display: none;
    }

    .coupon-mobile div.active {
        display: flex;
        align-items: center;
        margin-top: 15px;
    }

    .coupon-mobile div i {
        font-size: 20px;
        margin-left: 10px;
        color: #888888;
        cursor: pointer;
    }
}

@media screen and (min-width: 459px) and (max-width: 767.98px) {

    #hero {
        /* margin-top: 228px; */
    }
}

@media screen and (max-width: 600px) { 

    /* 
    ###############################
    ========== CHI SIAMO ==========
    ###############################
    */
    .slider-chisiamo {
        padding: 0 30px;
    }

    .slider-points {
        bottom: -14%;
    }

    /* 
    ###############################
    ======= SINGLE COMPANY ========
    ###############################
    */
    .carousel-points {
        bottom: -20%;
    }

    /* 
    ###############################
    ======== CUSTOMER AREA ========
    ###############################
    */
    #custom-menumobile button {
        width: 40px;
        height: 40px;
    }

    #custom-menumobile button img {
        width: 22px;
    }

    #custom-menumobile button i {
        font-size: 22px;
    }
}

@media screen and (max-width: 567px) {

    /* ==== HEADER ==== */

    /* Search Mobile */
    .mobile-search img {
        width: 30px;
    }

    /* ==== OPT IN SECTION ==== */
    #optin {
        padding: 50px 0;
    }

    #optin img {
        width: 100px;
        height: 100px;
    }

    #optin h3 {
        font-size: 16px;
        padding: 15px 0 20px 0;
    }

    #optin p {
        display: none;
    }

    /* ==== HOW IT WORKS ==== */
    #how-works h3 {
        color: #ffe742;
        font-size: 100px;
    }

    #how-works p {
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
    }

    /* ==== COMMUNITY ==== */
    #community .col-md-6 {
        padding: 0 15px;
    }

    .box-community {
        padding: 20px;
    }

    .box-community h3,
    .box-community h4 {
        font-size: 24px;
    }

    .list-community li {
        margin-bottom: 20px;
    }

    .list-community li p {
        font-size: 12px;
    }

    /* 
    ###############################
    ========== CHI SIAMO ==========
    ###############################
    */
    .team-card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .team-card img, .team-info {
        width: 80%;
    }

    .team-info {
        border-radius: 0;
        padding: 30px 15px;
        text-align: center;
    }

    /* 
    ###############################
    ======== CATEGORY PAGE ========
    ###############################
    */
    #category-products .filter {
        margin-bottom: 40px;
    }

    #category-products .row > div {
        padding-right: 5px;
        padding-left: 5px;
    }

    #category-products .title-product {
        font-size: 14px;
        text-align: center;
    }

    #category-products .available span,
    #category-products .price span, #category-products .select-weight {
        font-size: 14px;
    }

    #category-products .price span,
    #category-products .select-weight {
        padding: 0 4px;
    }

    #category-products .company, 
    .item-product button {
        font-size: 10px;
    }

    #category-products .price .original-price {
        font-size: 10px;
        padding: 0;
    }

    .item-image .item-stamps {
        width: 28px;
    }

    /* 
    ###############################
    ========= PRODUTTORI ==========
    ###############################
    */
    #company .filter {
        margin-bottom: 40px;
    }

    #company .col-xs-6 {
        margin-bottom: 60px;
    }

    .company-preview {
        padding: 0;
    } 

    .background-preview {
        width: 100%;
    }

    .header-preview {
        top: 6%;
        font-size: 16px;
        width: 100%;
    }

    .title-preview {
        font-size: 22px;
    }

    .button-preview {
        font-size: 16px;
        width: 45%;
    }

    /* 
    ###############################
    =========== RICETTA ===========
    ###############################
    */
    .insert-recipe {
        flex-direction: column;
        align-items: flex-start;
    }

    .insert-recipe select,
    .insert-recipe button {
        width: 80%;
    }

    .ingredients {
        font-size: 10px;
    }
}

@media screen and (max-width: 458.98px) {

    #hero {
        /* margin-top: 244px; */
    }

    /* ==== HOW IT WORKS ==== */
    #how-works h2 {
        width: 220px;
        font-size: 22px;
    }

    /* 
    ###############################
    ========== CHI SIAMO ==========
    ###############################
    */
    #mobile-chisiamo .text-chisiamo {
        padding: 80px 30px 40px 30px;
    }

    #mobile-chisiamo .text-chisiamo p {
        font-size: 18px;
    }

    #mobile-chisiamo .call-chi-siamo button {
        font-size: 14px;
    }

    /* 
    ###############################
    ========= PRODUTTORI ==========
    ###############################
    */
    .header-preview {
        top: 8%;
    }

    .button-preview {
        font-size: 12px;
    }

    .title-preview {
        font-size: 16px;
    }

    /* 
    ###############################
    ======== CUSTOMER AREA ========
    ###############################
    */
    .info-profile img {
        width: 30%;
    }

    .firstname, .lastname {
        width: 30%;
    }

    .detail-info div {
        padding: 20px 10px;
    }

    .firstname p, .lastname p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .firstname h5, .lastname h5 {
        font-size: 22px;
        font-weight: 600;
    }

    .detail-info div span {
        font-size: 14px;
    }

    /* 
    ###############################
    ========== CHECK ouT ==========
    ###############################
    */
    .delivery-address p {
        font-size: 9px;
    }
}

@media screen and (max-width: 360px) {

    /* ==== OPT IN SECTION ==== */
    #optin {
        padding: 30px 0;
    }

    #optin img {
        width: 70px;
        height: 70px;
    }

    #optin h3 {
        font-size: 12px;
        padding: 15px 0 20px 0;
    }

    /* ==== HOW IT WORKS ==== */
    #how-works h3 {
        color: #ffe742;
        font-size: 80px;
    }

    #how-works p {
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
    }

    /* ==== COMMUNITY ==== */
    .box-community button {
        padding: 5px;
    }

    /* ==== PRODUCTS ==== */
    #category-products .select-weight {
        padding: 0;
        margin-right: 2px;
    }

    /* 
    ###############################
    ========== CHI SIAMO ==========
    ###############################
    */
    #chi-siamo h2 {
        font-size: 26px;
    }

    .team-info p, .team-info a {
        font-size: 10px;
    }

    .team-info .name {
        font-size: 12px;
    }

    /* 
    ###############################
    ======== SUGGERIMENTI =========
    ###############################
    */
    .suggestion {
        font-size: 26px !important;
    }

    /* 
    ###############################
    ========= PRODUTTORI ==========
    ###############################
    */
    .header-preview {
        font-size: 12px;
    }

    /* 
    ###############################
    ========== CHECK OUT ==========
    ###############################
    */
    .another-address label {
        font-size: 14px;
    }

    .text-tab input, .text-tab select {
        font-size: 14px;
    }
}

@media screen and (max-width: 343px) {

    /* 
   ###############################
   ======= SINGLE PRODUCT ========
   ###############################
    */
    .header-product button p {
        display: none;
    }

    .product-weight {
        width: 45%;
    }

    .insert-cart {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .insert-cart button:first-of-type {
        width: 50%;
    }

    .insert-cart button:last-of-type {
        width: 100%;
        margin-top: 15px;
    }

    .title-tab {
        display: flex;
        flex-direction: column;
    }

    .title-tab li:nth-child(2) {
        margin: 5px 0;
    }

    /* 
   ###############################
   ======= SINGLE COMPANY ========
   ###############################
    */
    .header-company button p {
        display: none;
    }

    /* 
   ###############################
   ======== CUSTOMER AREA ========
   ###############################
    */
    .detail-info div p, .detail-info div span {
        font-size: 12px;
    }

    #custom-menumobile .col-xs-12 div {
        flex-wrap: wrap;
    }

    #custom-menumobile button {
        width: 32px;
        height: 32px;
        margin-bottom: 10px;
    }

    .detail-info div:nth-child(2) p {
        width: 40%;
    }

    .detail-info div:nth-child(2) span {
        width: 60%;
    }

    #custom-menumobile button img {
        width: 18px;
    }

    #custom-menumobile button i {
        font-size: 18px;
    }

    /* 
    ###############################
    =========== RICETTA ===========
    ###############################
    */
    .insert-recipe select,
    .insert-recipe button {
        width: 90%;
    }

    .insert-recipe select,
    .insert-recipe button a {
        font-size: 14px;
    }

    /* 
    ###############################
    ========== CHECK ouT ==========
    ###############################
    */
    .credit-card label {
        font-size: 12px;
    }

    .detail-price p,
    .shipping-costs p:last-of-type,
    .total-costs p:last-of-type {
        font-size: 22px;
    }

    .delivery-address p {
        font-size: 9px;
    }
}

@media screen and (max-width: 280px) {

    /* 
    ###############################
    =========== RICETTA ===========
    ###############################
    */
    .ricette .item-product .available img {
        width: 18px;
    }

    .ingredients {
        font-size: 8px;
    }
}

.m-0,.p-0{margin: 0px; padding:0px}
.m-t-40{margin-top:40px}
.p-10{padding:10px;}
.p-20{padding:20px;}
.p-30{padding:320px;}
.m-t-40{margin-top: 40px}
.m-t-90{margin-top: 90px}
.m-b-100{margin-bottom: 100px}
.totQty{color: red;font-weight: bold;font-size: 12px;}
.type-user-azienda{display:none}
.single-address-radio{list-style: none}
.checkout-user-logged>h4{color:#F39000;font-size: 18px;}
.delete_coupon{border: 2px dashed orange; padding: 12px;}