@font-face {
    font-family: 'Constantine';
    src: url('/file/890') format('woff2'),
        url('/file/891') format('woff'),
        url('/file/892') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.k-lang-en_GB .product .main-image h3 {
    display: none;
}

.gold .product.box {
    display: none;
}

.k-preview body {
    border-left: 10px solid orange;
}

body>.container {
    background-color: #fff;
    color: #173765;
    font-family: 'Constantine', serif;
    font-size: 18px;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 100px;
}

body>.container>h1 {
    display: none;
}

body>.container a {
    color: #173765;
    text-decoration: none;
}

body>.container img {
    max-width: 100%;
}

body>.container a:hover {
    color: #877750;
}

body>.container>.section {
    position: relative;
}

body>.container>#section-article {
    overflow: hidden;
}

body>.container>#section-article .content-widget {
    padding: 20px;
}

body.news>.container>#section-article .content-widget.elenco-news {
    background-color: #173765;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

body.news>.container>#section-article .page-list-widget.elenco-news {
    background-color: #173765;
}

table {
    margin: 0 auto;
}

table td {
    vertical-align: top;
    max-width: 300px;
}

.content-list-widget>ul,
.content-list-widget>ul li,
.record-list-widget>ul,
.record-list-widget>ul>li,
form>ul,
form>ul>li,
nav ul,
nav ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

nav ul,
nav ul li {
    display: inline-block;
}

nav:not(.aperto) ul li ul li {
    display: block;
    margin: 10px 0;
    min-width: 150px;
}

nav:not(.aperto) ul li ul li.has-children:after {
    color: #877750;
    content: '>';
    font-size: 15px;
    position: absolute;
    right: 0;
}

nav:not(.aperto)>ul>li ul {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(153, 153, 153, 1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(153, 153, 153, 1);
    box-shadow: 3px 3px 5px 0px rgba(153, 153, 153, 1);
    padding: 10px;
    position: absolute;
    left: 0;
    text-align: left;
    top: 41px;
    transition-delay: 0s;
    transition-duration: 0.5s;
    visibility: hidden;
    width: 170px;
    z-index: 10;
}

nav:not(.aperto) ul li>ul>li>ul {
    font-size: 15px;
    position: absolute;
    left: 160px;
    top: -15px;
    width: auto;
}

nav:not(.aperto) ul li:hover>ul {
    visibility: visible;
}

form ul {
    text-align: center;
}

form ul li.field {
    display: inline-block;
    margin: 0 10px 20px 10px;
    text-align: left;
    width: 280px;
}

form ul li.field label {
    display: block;
    margin: 0 0 5px 0;
}

form ul li.field.required label:after {
    content: '*';
}

form ul li.field input {
    border: 1px solid #707070;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
}

form ul li.links,
form ul li.commands {
    display: block;
    margin: 20px 10px;
}

form input.btn,
form a.btn,
form button.btn,
form ul li.commands input {
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(153, 153, 153, 1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(153, 153, 153, 1);
    box-shadow: 3px 3px 5px 0px rgba(153, 153, 153, 1);
    color: #173765 !important;
    display: inline-block;
    font-weight: bold;
    padding: 10px 20px;
    margin: 0 0 20px 0;
}

form ul li.links a {
    margin: 0 20px;
}

form input.btn:hover,
form a.btn:hover,
form button.btn:hover,
form ul li.commands input:hover {
    color: #877750 !important;
}

form fieldset {
    border: 0;
    padding: 0;
    text-align: left;
}

.elenco-prodotti.no-folder .brand,
.elenco-prodotti.no-folder .folder,
body.pasta-cup.assaggio #section-article .prodotto .content-wrapper .ricette,
#section-article .elenco-prodotti.pasta-cup .product .folder,
body.details.pasta-cup #section-article .elenco-prodotti .product .folder,
body.details.pasta-cup #section-article .prodotto .content-wrapper .folder,
body.ricetta .record-list-widget.elenco-prodotti .error,
body.box #section-article .info-ricette,
body.box #section-article .record-detail-widget .content form,
body.box.elenco #section-article .elenco-prodotti .product form *,
#new-user_form .required-fields,
#new-private-user_form .required-fields,
#new-company-user_form .required-fields,
#reset-password_form .required-fields,
#login_form .required-fields,
#reset-password_form legend,
#new-user-type_form legend,
#login_form legend {
    display: none;
}

body.box.elenco #section-article .elenco-prodotti .product form a span,
body.box.elenco #section-article .elenco-prodotti .product form a {
    display: block !important;
}

body.box.elenco #section-article .elenco-prodotti .product form .prezzo_scontato sup,
body.box.elenco #section-article .elenco-prodotti .product form .prezzo_scontato {
    display: inline;
}

.content ol,
.content ul {
    padding: 10px 20px;
}

.content ul li,
.content ol li {
    margin: 10px 0;
}

.content ul li {
    list-style: disc;
}

.content ol li {
    list-style: decimal;
}

#section-header {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    text-align: center;
    top: 0;
    z-index: 1000;
    transition: 0.5s;
    /* Add a transition effect (when scrolling - logo reduces) */
    -webkit-transform: translate3d(0, 0, 0);
}

#section-header>a {
    display: block;
    margin: 0 auto;
}

#section-header>a>img {
    margin: 32px 0;
}

#section-header>a>svg {
    margin: 5px 0;
}

#section-header nav a.hamburger-menu,
#section-header.piccolo>a>img,
#section-header>a>svg {
    display: none;
}

#section-header.piccolo>a>svg {
    display: inline;
}

#section-header a {
    color: #173765;
}

#section-header td a {
    color: #fff;
}

#section-header nav li li a {
    color: #877750;
}

#section-header nav li li:hover>a,
#section-header nav li li a:hover {
    color: #173765;
}

#section-header>nav {
    display: inline-block;
    margin: 0 15px;
}

#section-header>nav:first-of-type {
    float: left;
}

#section-header>nav li {
    padding: 10px;
}

#section-header>nav>ul>li.aperto>a,
#section-header>nav>ul>li.selected>a {
    color: #877750;
    display: block;
}

#section-header>nav:last-of-type>ul>li.aperto>a,
#section-header>nav:first-of-type>ul>li.aperto>a,
#section-header>nav:last-of-type>ul>li.selected>a,
#section-header>nav:first-of-type>ul>li.selected>a {
    display: inline-block;
}

#section-header>nav li:hover li,
#section-header>nav li li {
    border: 0;
    padding: 0 10px 0 5px;
}

#section-header>nav:last-of-type li,
#section-header>nav:first-of-type li {
    padding: 8px 0;
}

#section-header>nav:last-of-type li {
    padding: 8px 0;
}

#section-header>nav:first-of-type li {
    font-size: 15px;
    margin: 3px 0 0 0;
}

#section-header>nav:last-of-type li {
    margin: 0 0 0 10px;
}

#section-header>nav:first-of-type li:last-child:not(:first-child):before {
    color: #877750;
    content: '|';
}

#section-header>nav:last-of-type {
    float: right;
}

#section-header>nav:last-of-type a,
#section-header>nav:first-of-type a {
    color: #877750;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    position: relative;
}

#section-header>nav>ul>li>a:hover {
    color: #877750;
}

#section-header>nav:last-of-type>ul>li>a:hover,
#section-header>nav:first-of-type>ul>li>a:hover {
    color: #173765;
}

#section-header>nav a .badge {
    background-color: #fff;
    border: 1px solid #173765;
    border-radius: 20px;
    bottom: 15px;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 0;
    position: absolute;
    right: -10px;
    width: 20px;
}

#search-box {
    background-color: #f4f4f4;
    display: none;
    padding: 20px 20px 10px 20px;
    text-align: center;
}

#search-box div {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

#search-box input {
    border: 1px solid #173765;
    font-family: 'Open Sans', sans-serif;
    max-width: 100%;
    padding: 3px 40px 3px 5px;
}

#search-box a {
    bottom: 5px;
    position: absolute;
    right: 5px;
}

#section-sub-header {
    text-align: center;
}

#section-sub-header>.content-widget:first-of-type {
    background-color: #173765;
    padding: 0 20px;
}

#section-sub-header>.content-widget:first-of-type .text .table {
    background-color: #173765;
    background-color: rgba(23, 55, 101, .9);
    left: 0;
    position: absolute;
    z-index: 5;
}

#section-sub-header>.content-widget,
#section-sub-header>.content-widget:last-of-type {
    background-color: #AE9040;
    color: #fff;
    clear: both;
    font-size: 18px;
    overflow: hidden;
    padding: 15px;
}

#section-sub-header>.content-widget h2 {
    color: #fff;
    font-weight: normal;
    padding: 10px;
}

#section-sub-header>.content-widget p,
#section-sub-header>.content-widget h3 {
    color: #fff;
}

#section-sub-header>.content-widget h2 a {
    color: #fff;
    float: right;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 0 0 0;
}

#section-sub-header>.content-widget h2 a:before {
    background: url('/image/1186/1') 0 0 no-repeat;
    content: ' ';
    display: block;
    height: 23px;
    width: 40px;
}

#section-sub-header>.content-widget h2 a.aperto:before {
    transform: rotate(180deg);
}

#section-sub-header>.content-widget:first-of-type .table {
    display: table;
    width: 100%;
}

#section-sub-header>.content-widget:first-of-type .table .riga {
    display: none;
}

#section-sub-header>.content-widget:first-of-type .table .riga.visible {
    display: table-row;
}

#section-sub-header>.content-widget:first-of-type .table .cella {
    display: table-cell;
    width: 50%;
}

#section-sub-header>.content-widget:first-of-type .table .riga>.cella:last-child {
    position: relative;
    width: 50%;
}

#section-sub-header>.content-widget p {
    background-color: #AE9040;
    font-family: 'Constantine', serif;
    margin: 0;
}
#section-sub-header>.content-widget a {
    color: #fff;
}
#section-sub-header>.content-widget strong,
#section-sub-header>.content-widget i {
    font-style: normal;
    font-weight: bolder;
    color: #173765;
}

#section-sub-header>.content-widget:first-of-type .table .riga>.cella:last-child>div {
    bottom: 30px;
    left: 20px;
    overflow: auto;
    position: absolute;
    right: 20px;
    top: 30px;
}

#section-footer {
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 20px 20px 40px 20px;
    position: relative;
    text-align: center;
}

#section-footer>nav {
    font-size: 18px;
    margin: 20px auto 40px auto;
}

#section-footer>nav ul li {
    margin: 0 15px;
}

#section-footer>nav>ul>li.aperto a,
#section-footer>nav>ul>li.selected a {
    color: #877750;
}

#section-footer .content_wrapper {
    overflow: hidden;
}

#section-footer .content-widget~.content-widget {
    float: left;
    margin: 20px 0 0 0;
    width: 760px;
}

#section-footer .content-widget~.content-widget .content_wrapper .main-image img {
    float: left;
    margin: 8px 40px 0 0;
}

#section-footer .content-widget .content_wrapper .text {
    text-align: center;
    text-transform: capitalize;
}

#section-footer .content-widget~.content-widget .content_wrapper .text {
    text-align: left;
}

#section-footer .html-widget {
    position: absolute;
    overflow: hidden;
    right: 180px;
}

#section-footer .html-widget:last-of-type {
    right: 20px;
}

#section-footer .html-widget .link-wrapper a {
    display: block;
    margin: 8px 30px 7px 0;
}

#section-footer .html-widget form {
    width: 160px;
}

#section-footer .html-widget h3 {
    color: #877750;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 5px 0;
    text-align: left;
}

#section-footer .html-widget form input {
    border: 1px solid #707070;
    border-radius: 5px;
    height: 23px;
    margin: 0 0 5px 0;
    padding: 0 5px;
    width: 160px;
}

#section-footer .html-widget form input.button {
    background-color: #877750;
    color: #fff;
    width: 100%;
}

#cookie-banner {
    display: none;
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 20px;
    padding: 10px;
    background-color: #AE9040;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 50%;
    overflow: auto;
    z-index: 999;
}

#cookie-banner #cookie-ok {
    display: block;
    float: right;
    padding: 10px 20px;
    margin: 0 0 10px 10px;
    background-color: #173765;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
    border-radius: 10px;
}

#section-article {
    font-family: 'Open Sans', sans-serif;
    min-height: 100px;
}

#section-article table {
    font-family: 'Constantine', serif;
    font-size: 20px;
}

body>.container>#section-article .content-widget.full {
    padding: 0;
}

body.prodotti #section-article .content-list-widget.persona>ul>li:nth-child(1) {
    display: none;
}

#section-article .content p {
    line-height: 150%;
    margin: 0 0 20px 0;
}

#section-article .content-wrapper-content .content strong,
#section-article .content-wrapper .content strong {
    color: #AE9040;
}

body.contact h1,
body.order.checkout h1,
body.order.checkout legend.form-title,
body.user #section-article .welcome,
#section-article .content_wrapper .title h2 {
    color: #AE9040;
    font-family: 'Constantine', serif;
    font-size: 50px;
    font-weight: normal;
    margin: 20px;
    text-align: center;
}

body.chi-siamo #section-article .full.blu .content_wrapper .title h2 {
    color: #fff;
}

#section-article .content-widget.lt-title .content_wrapper .title h2,
#section-article .content-widget.lb-title .content_wrapper .title h2 {
    bottom: 0;
    color: #fff;
    font-size: 80px;
    margin: 40px 60px;
    position: absolute;
    text-align: left;
    width: 100%;
}

#section-article .content-widget.lt-title .content_wrapper .title h2 {
    bottom: auto;
    top: 0;
}

#section-article .news-content-wrapper .title h2 {
    font-family: 'Constantine', serif;
    font-size: 50px;
    font-weight: normal;
    margin: 0 0 40px 0;
}

body.news>.container>#section-article .content-widget h2 {
    margin: 0;
    padding: 20px 40px 20px 0;
    text-align: left;
}

body.home>.container>#section-article .content-widget.elenco-news h2 {
    color: #173765;
    margin: 0;
    text-align: left;
}

#section-article #reset-password_form,
#section-article #new-user_form,
#section-article #new-private-user_form,
#section-article #new-company-user_form,
#section-article #new-user-type_form,
#section-article #login_form,
#section-article .content_wrapper .text {
    margin: 0 auto;
    max-width: 75%;
    padding: 0 20px;
    text-align: center;
}

body.configuratore #section-article .content_wrapper .text {
    clear: both;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

#section-article .ricetta-content-wrapper,
#section-article .news-content-wrapper,
#section-article .page-list-widget:not(.slider) .wrapper>ul,
#section-article .content-list-widget:not(.slider)>ul {
    overflow: hidden;
}

#section-article .content-list-widget:not(.slider)>ul>li.img-side .main-link,
#section-article .content-list-widget:not(.slider)>ul>li.img-side .main-image,
#section-article .record-list-widget .item,
#section-article .ricetta-content-wrapper>div,
#section-article .news-content-wrapper>ul>li,
#section-article .page-list-widget:not(.slider) .wrapper .item,
#section-article .content-list-widget:not(.slider)>ul>li.default {
    float: left;
    overflow: hidden;
    position: relative;
    width: 50%;
}

body.arrighi #section-article .content-list-widget.small:not(.slider)>ul>li.default {
    width: 25%;
    clear: none;
}

#section-article .content-list-widget:not(.slider)>ul>li.img-side.even .main-link,
#section-article .content-list-widget:not(.slider)>ul>li.img-side.even .main-image {
    float: right;
}

#section-article .content-list-widget.conf-immagini>ul>li.img-side.even .main-link,
#section-article .content-list-widget.conf-immagini>ul>li.img-side.even .main-image {
    float: left;
}

#section-article .content-list-widget.conf-immagini>ul>li {
    display: none;
}

#section-article .record-list-widget .item,
#section-article .page-list-widget:not(.slider) .wrapper .item {
    width: 49.5%;
}

#section-article .record-list-widget .item:nth-child(odd),
#section-article .page-list-widget:not(.slider) .wrapper .item:nth-child(odd),
#section-article .content-list-widget:not(.slider)>ul>li.img-side,
#section-article .content-list-widget:not(.slider)>ul>li.img-bottom,
#section-article .content-list-widget:not(.slider)>ul>li.img-top,
#section-article .content-list-widget:not(.slider)>ul>li.odd.default {
    clear: left;
}

#section-article .content-list-widget:not(.slider)>ul>li.img-side,
#section-article .content-list-widget:not(.slider)>ul>li.img-bottom,
#section-article .content-list-widget:not(.slider)>ul>li.img-top {
    overflow: hidden;
}

#section-article .content-list-widget:not(.slider)>ul>li:not(img-side) {
    text-align: center;
}

#section-article .content-list-widget.info-vendita>ul>li {
    clear: none !important;
    width: 33.33% !important;
}

#section-article .news-content-wrapper>div {
    padding: 40px;
}

#section-article .record-list-widget .item,
#section-article .page-list-widget .item {
    position: relative;
}

#section-article .record-list-widget:not(.slider) .item:nth-child(odd),
#section-article .page-list-widget:not(.slider) .item:nth-child(odd) {
    margin-bottom: 1%;
    margin-right: .5%;
}

#section-article .record-list-widget:not(.slider) .item:nth-child(even),
#section-article .page-list-widget:not(.slider) .item:nth-child(even) {
    margin-bottom: 1%;
    margin-left: .5%;
}

#section-article .record-list-widget.slider .item,
#section-article .page-list-widget.slider .item {
    margin: 0 10px;
}

#section-article .content-list-widget li .main-link img,
#section-article .content-list-widget li .main-image img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

#section-article .content-list-widget.full.slider li.has-image.has-content .main-link img,
#section-article .content-list-widget.full.slider li.has-image.has-content .main-image img,
#section-article .content-list-widget.chi-siamo.slider li.has-image.has-content .main-link img,
#section-article .content-list-widget.chi-siamo.slider li.has-image.has-content .main-image img {
    float: left;
}

#section-article .content-list-widget li.default .content-wrapper {
    margin: 40px auto;
    overflow: hidden;
    width: 80%;
}

#section-article .content-list-widget.small.slider .content-wrapper {
    text-align: center;
}

#section-article .content-list-widget li.no-content .content-wrapper {
    margin: 0;
}

#section-article .content-list-widget li.img-side .content-wrapper {
    padding: 40px;
    overflow: hidden;
}

body.home #section-article .content-list-widget li.has-image.has-content .content-wrapper p a {
    display: inline-block;
    margin: 20px 20px 0 0;
    text-align: center;
}

#section-article td h2,
#section-article .content-list-widget li .content-wrapper .title h2 {
    color: #AE9040;
    font-family: 'Constantine', serif;
    font-size: 50px;
    font-weight: normal;
    margin: 0;
}

body.italpasta #section-article .content-list-widget li.has-image.no-content .content-wrapper .title h2,
body.arrighi #section-article .content-list-widget li.has-image.no-content .content-wrapper .title h2 {
    bottom: 20px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 100%;
}

body.arrighi #section-article .content-list-widget li.has-image.no-content .content-wrapper .title h2 a {
    color: #fff;
}

#section-article .content-list-widget.full.slider li .content-wrapper .title h2,
#section-article .content-list-widget.chi-siamo.slider li .content-wrapper .title h2 {
    color: #173765;
    margin: 0 0 20px 0;
    text-align: center;
}

#section-article .content-list-widget.font-small li .content-wrapper .title h2 {
    font-size: 30px;
}

#section-article .content-list-widget.intestazione li:nth-child(2) .content-wrapper .title h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: bold;
    left: 120px;
    text-align: left;
}

body.products.elenco #section-article .content-list-widget.intestazione li:nth-child(2) .content-wrapper .title h2 {
    left: 0;
    text-align: center;
    top: 0;
}

#section-article .content-list-widget li .content-wrapper .content {
    font-size: 18px;
}

#section-article .elenco-prodotti:not(.slider) .product-wrapper {
    overflow: hidden;
    display: grid;
    grid-template-columns: 33.3% 33.4% 33.3%;
}

#section-article .elenco-prodotti .product {
    font-size: 0;
    overflow: hidden;
    padding: 40px;
    text-align: center;
}

#section-article .elenco-prodotti .product .main-image {
    margin: 0 auto;
    max-width: 320px;
}

#section-article .elenco-prodotti .product .brand {
    margin: 20px 0 0 0;
}

#section-article .elenco-prodotti .product .folder,
#section-article .elenco-prodotti .product .folder a,
#section-article .elenco-prodotti .product .brand,
#section-article .elenco-prodotti .product .brand a {
    color: #877750;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

#section-article .elenco-prodotti .product .folder,
#section-article .elenco-prodotti .product .folder a {
    font-size: 15px;
}

#section-article .prodotto .content-wrapper .title,
#section-article .elenco-prodotti .product .title {
    overflow: hidden;
}

#section-article .content-list-widget .main-link a,
#section-article .prodotto .content-wrapper .title h2,
#section-article .elenco-prodotti .product .title h3 {
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0;
}

#section-article .content-list-widget .main-link a,
#section-article .elenco-prodotti .product .title h3 {
    font-size: 30px;
    height: 65px;
}

#section-article .record-list-widget.elenco-news:not(.slider) .title,
#section-article .record-list-widget.elenco-ricette:not(.slider) .title,
#section-article .page-list-widget.elenco-news:not(.slider) .title,
#section-article .page-list-widget.elenco-ricette:not(.slider) .title {
    background-color: rgba(254, 254, 254, .9);
    bottom: 0;
    left: 0;
    min-height: 110px;
    position: absolute;
    right: 0;
    text-align: center;
    width: auto;
}

#section-article .record-list-widget.elenco-news:not(.slider) .title,
#section-article .page-list-widget.elenco-news:not(.slider) .title,
.page-list-widget.elenco-news:not(.slider) .title {
    background-color: rgba(23, 55, 101, .9);
}

#section-article .page-list-widget.elenco-news .title h3,
#section-article .record-list-widget:not(.elenco-prodotti) .title h3,
#section-article .page-list-widget.elenco-ricette .title h3 {
    font-family: 'Constantine', serif;
    font-size: 30px;
    font-weight: normal;
    margin: 20px;
}

#section-article .record-list-widget.elenco-news .title h3 a,
#section-article .record-list-widget.elenco-news .title h3,
#section-article .page-list-widget.elenco-news .title h3 a,
#section-article .page-list-widget.elenco-news .title h3 {
    color: #fff;
}

body.home #section-article .page-list-widget.elenco-news .title h3,
body.news #section-article .page-list-widget.elenco-news .title h3 {
    font-family: 'Constantine', serif;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin: 10px 0 0 0;
}

body.home #section-article .page-list-widget.elenco-news .title h3 {
    color: #173765;
}

body.risultato-ricerca #section-article .record-list-widget:not(.elenco-prodotti) .main-image img,
body:not(.news):not(.home) #section-article .page-list-widget.elenco-news .main-link img,
body:not(.news):not(.home) #section-article .page-list-widget.elenco-news .main-image img,
#section-article .page-list-widget.elenco-ricette .main-link img,
#section-article .page-list-widget.elenco-ricette .main-image img {
    object-fit: cover;
    height: 600px;
}

body.home #section-article .page-list-widget .item .main-link img,
body.home #section-article .page-list-widget .item .main-image img {
    object-fit: cover;
    height: 300px;
}

#section-article .prodotto .content-wrapper .gr-pc,
#section-article .elenco-prodotti .product .gr-pc {
    font-size: 20px;
    font-weight: bold;
}

#section-article .prodotto .content-wrapper:not(.content-images) form,
#section-article .elenco-prodotti .product form {
    color: #877750;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
}

#section-article .prodotto .content-wrapper:not(.content-images) form .cart,
#section-article .elenco-prodotti .product form .cart {
    margin: 0;
}

#section-article .elenco-prodotti.slider .product.box form * {
    display: none;
}

#section-article .elenco-prodotti.slider .product.box form small,
#section-article .elenco-prodotti.slider .product.box form sup,
#section-article .elenco-prodotti.slider .product.box form label {
    display: inline-block !important;
}

.k-lang-en_GB #section-article .prodotto .content-wrapper .not-available,
.k-lang-en_GB #section-article .prodotto .content-wrapper .spighe,
.k-lang-en_GB #section-article .prodotto .content-wrapper form,
.k-lang-en_GB #section-article .elenco-prodotti .not-available,
.k-lang-en_GB #section-article .elenco-prodotti .spighe,
.k-lang-en_GB #section-article .elenco-prodotti .product form * {
    display: none;
}

#section-article .prodotto .content-wrapper:not(.content-images) form>*,
#section-article .elenco-prodotti .product form>* {
    margin: 0 5px;
}

#section-article .elenco-prodotti .product form .prezzo-originale {
    display: inline-block;
    text-align: left;
    width: 83%;
}

#section-article .prodotto .content-wrapper textarea {
    padding: 2%;
    width: 96%;
}

#section-article .products input,
#section-article .prodotto .content-wrapper form #periodo,
#section-article .prodotto .content-wrapper:not(.content-images) form input,
#section-article .elenco-prodotti .product form input {
    border: 1px solid #707070 !important;
    border-radius: 5px;
    color: #877750;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 50px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

#section-article .prodotto .content-wrapper:not(.content-images) form button,
#section-article .elenco-prodotti .product form button {
    border: 1px solid #707070;
    border-radius: 5px;
    color: #877750;
    margin: 0 -5px;
    text-align: center;
    width: 35px;
}

#section-article .prodotto .content-wrapper form .periodo {
    color: #173765;
    font-size: 20px;
    font-weight: normal;
    margin: 80px 0 20px 0;
    width: auto;
}

#section-article .prodotto .content-wrapper form #periodo {
    color: #173765;
    margin: 0 0 10px 0;
    padding: 3px 10px;
    width: auto;
}

#section-article .prodotto .content-wrapper .not-available,
#section-article .elenco-prodotti .product .not-available,
#section-article .elenco-prodotti .product .in-cart,
#section-article .prodotto .content-wrapper .spighe,
#section-article .elenco-prodotti .product .spighe {
    color: #877750;
    font-size: 15px;
    font-weight: bold;
}

#section-article .prodotto .content-wrapper .not-available,
#section-article .elenco-prodotti .product .not-available {
    margin-top: 25px;
}

#section-article .prodotto .content-wrapper {
    overflow: hidden;
    display: grid;
    grid-template-columns: 50% 50%;
}

#section-article .prodotto .content-wrapper:not(.content-images)>div {
    overflow: hidden;
    padding: 40px;
    text-align: center;
}

#section-article .prodotto .content-wrapper-content {
    padding: 40px;
    overflow: hidden;
}

#section-article .prodotto .content-wrapper .content {
    padding: 40px 40px 170px 40px;
    position: relative;
}

#section-article .prodotto .content-wrapper .folder,
#section-article .prodotto .content-wrapper .folder a,
#section-article .prodotto .content-wrapper .brand,
#section-article .prodotto .content-wrapper .brand a {
    color: #877750;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

#section-article .prodotto .content-wrapper .folder,
#section-article .prodotto .content-wrapper .folder a {
    font-size: 20px;
}

#section-article .prodotto .content-wrapper .content>h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 40px 0;
}

#section-article .prodotto .content-wrapper .spighe {
    color: #173765;
}

#section-article .prodotto .content-wrapper .spighe span {
    background: url("/image/944") center 0 no-repeat;
    display: block;
    height: 100px;
}

#section-article .prodotto .content-wrapper .spighe.spighe-0-4 span {
    background: url("/image/945") center 0 no-repeat;
}

#section-article .prodotto .content-wrapper .spighe.spighe-1-4 span {
    background: url("/image/941") center 0 no-repeat;
}

#section-article .prodotto .content-wrapper .spighe.spighe-1-2 span {
    background: url("/image/942") center 0 no-repeat;
}

#section-article .prodotto .content-wrapper .spighe.spighe-3-4 span {
    background: url("/image/943") center 0 no-repeat;
}

#section-article .prodotto .content-wrapper.info-ricette .content,
#section-article .prodotto .content-wrapper .info {
    background-color: #F4F4F4;
    min-height: 360px;
}

#section-article .prodotto .content-wrapper .ricette h3,
#section-article .prodotto .content-wrapper .info h3 {
    color: #AE9040;
    font-size: 30px;
    margin: 0;
    padding: 0 20px;
}

#section-article .prodotto .content-wrapper .info .allergeni h3,
#section-article .prodotto .content-wrapper .info .ingredienti h3 {
    margin: 20px 0 0 0;
}

#section-article .prodotto .content-wrapper .ricette {
    background: url('/image/1311') center 0 no-repeat #F4F4F4;
    height: 540px;
    position: relative;
}

#section-article .prodotto .content-wrapper .ricette a {
    bottom: 0;
    display: block;
    left: 0;
    padding: 75px;
    position: absolute;
    right: 0;
    top: 0;
}

#section-article .content-list-widget.info-vendita>ul {
    background-color: #F4F4F4;
    margin: 40px 0 0 0;
}

#section-article .content-list-widget.info-vendita>ul>li .content-wrapper {
    text-align: center;
    width: auto;
    margin: 40px auto 10px auto;
}

#section-article .content-list-widget.info-vendita>ul>li .content-wrapper .title h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
}

#section-article .content-list-widget.info-vendita>ul>li .content-wrapper .title h2 img {
    height: 50px;
}

#section-article .content-list-widget.info-vendita>ul>li .content img {
    margin: 0 10px 10px 10px;
}

#section-article .content-list-widget.info-vendita>ul>li .content p {
    margin: 0 0 10px 0;
}

#section-article .content-list-widget.info-vendita>ul>li .content a {
    color: #877750;
    font-weight: bold;
}

.slick-slide .cart img {
    display: inline-block;
}

.slick-arrow {
    background: url("/image/952") center center no-repeat;
    border: 0;
    content: " ";
    display: block;
    font-size: 0;
    height: 45px;
    left: 0;
    margin: 0 20px;
    position: absolute;
    top: 40%;
    width: 45px;
    z-index: 10;
}

.slick-arrow.slick-next {
    background: url("/image/950") center center no-repeat;
    left: auto;
    right: 0;
}

.slick-arrow.slick-prev:hover {
    background: url("/image/953") center center no-repeat;
}

.slick-arrow.slick-next:hover {
    background: url("/image/951") center center no-repeat;
}

.share>h3 {
    color: #AE9040;
    font-family: 'Constantine', serif;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 10px 0;
    text-align: left;
}

body.ricetta .share>h3 {
    text-align: center;
}

.share .share-links {
    text-align: left;
}

body.ricetta .share .share-links {
    text-align: center;
}

.share .share-links a {
    margin: 0 5px 0 0;
}

#section-article .content-widget.video .text {
    height: 0;
    max-width: unset;
    padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
    position: relative;
}

body.video #section-article .content-widget.video .text {
    height: auto;
    padding: 0;
}

.content-widget.video.full .text iframe,
body.video #section-article .content-widget.video .text iframe {
    max-width: 100%;
}

body:not(..video) #section-article .content-widget.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#section-article .ricetta-content-wrapper>div>h3 {
    color: #877750;
    font-weight: bold;
}

body.chi-siamo .full.blu {
    background-color: #173765;
    margin: 0;
    overflow: hidden;
}

body.risultato-ricerca>.container>#section-article .widget.slider {
    padding: 0 20px;
}

body.risultato-ricerca #section-article .content_wrapper .text,
body.risultato-ricerca #section-article .content_wrapper .title h2 {
    padding: 0;
    max-width: unset;
    text-align: left;
}

body.risultato-ricerca #section-article .content_wrapper .title h2 {
    clear: both;
    margin: 20px 0 0 0;
}

body.risultato-ricerca #section-article .record-list-widget .error {
    margin: 0 0 20px 20px;
}

body.risultato-ricerca #section-article .record-list-widget.elenco-prodotti .error {
    margin: 0 0 20px 0;
}

#section-article .content-widget.ordine .text,
#section-article .content-widget.ordine .title h2 {
    text-align: left;
    max-width: unset;
}

#section-article .content-widget.ordine .title h2 img {
    margin: 0 20px 0 0;
}

#section-article .content-widget.ordine .text p {
    overflow: hidden;
}

#section-article .content-widget.ordine {
    background-color: #f4f4f4;
}

#section-article .content-widget.ordine .text p>span {
    display: block;
    float: left;
    font-size: 30px;
    margin: 0;
    text-align: center;
    width: 33%;
}

#section-article .content-widget.ordine .text p>span:first-child {
    text-align: left;
}

#section-article .content-widget.ordine .text p>span span {
    border-bottom: 1px solid #877750;
    border-top: 1px solid #877750;
    height: 10px;
    display: block;
    margin: 20px 0 0 0;
    width: 100%;
}

#section-article .content-widget.ordine .text p>span:first-child span {
    border-left: 1px solid #877750;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#section-article .content-widget.ordine .text p>span:last-child span {
    border-right: 1px solid #877750;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#section-article .content-widget.ordine .text p>span span:before {
    background-color: #877750;
    content: ' ';
    display: none;
    height: 8px;
}

#section-article .content-widget.ordine.passo-4 .text p>span span:before,
#section-article .content-widget.ordine.passo-3 .text p>span:last-child span:before,
#section-article .content-widget.ordine.passo-3 .text p>span:nth-child(2) span:before,
#section-article .content-widget.ordine.passo-2 .text p>span:nth-child(2) span:before,
#section-article .content-widget.ordine.passo-3 .text p>span:first-child span:before,
#section-article .content-widget.ordine.passo-2 .text p>span:first-child span:before,
#section-article .content-widget.ordine.passo-1 .text p>span:first-child span:before {
    display: block;
}

#section-article .content-widget.ordine.passo-3 .text p>span:last-child span:before,
#section-article .content-widget.ordine.passo-2 .text p>span:nth-child(2) span:before,
#section-article .content-widget.ordine.passo-1 .text p>span:first-child span:before {
    width: 50%;
}

#section-article>form .form-row>.col,
#section-article>form .form-row>[class*="col-"] {
    padding: 0 20px;
}

#section-article>form #password_block .row .col-12.col-md-6,
#section-article>form #email_block .row .col-12.col-md-6,
#section-article>form #new-company-user\.email_block .row .col-12.col-md-6,
#section-article>form #new-private-user\.email_block .row .col-12.col-md-6 {
    padding: 0 15px 0 20px !important;
}

#section-article>form #password_block .row .col-12.col-md-6.pr-md-1,
#section-article>form #email_block .row .col-12.col-md-6.pr-md-1,
#section-article>form #new-company-user\.email_block .row .col-12.col-md-6.pr-md-1,
#section-article>form #new-private-user\.email_block .row .col-12.col-md-6.pr-md-1 {
    padding: 0 20px 0 15px !important;
}

#section-article>form .cart-total {
    color: #AE9040;
    font-size: 24px;
}

#section-article>form .spighe-message {
    background: url('/image/944') 0 0 no-repeat;
    color: #AE9040;
    font-weight: bold;
    margin: 20px 0;
    min-height: 90px;
    padding: 0 0 0 80px;
}

#cart_form .d-flex.flex-column>.total,
#cart_form .d-flex.flex-column>.products {
    overflow: hidden;
}

#cart_form .d-flex.flex-column>.products .price,
#cart_form .d-flex.flex-column>.products .size,
#cart_form .d-flex.flex-column>.products .brand,
#cart_form .d-flex.flex-column>.products .product {
    padding: 0 !important;
}

#cart_form .d-flex.flex-column>.products>div>div {
    width: 100%;
}

legend.form-title,
body.cart .empty>div,
#cart_form>fieldset>.form-row>#cart_block>label {
    color: #AE9040;
    font-family: 'Constantine', serif;
    font-size: 30px;
    margin: 20px;
    text-transform: uppercase;
}

#contact_form legend.form-title,
#work-with-us_form legend.form-title {
    display: none;
}

legend.form-title {
    margin: 20px 0;
}

form fieldset .container,
form .col-12 h5 {
    margin: 0;
    padding: 0;
}

#new-password_block #new-password_repeat {
    width: 97%;
}

#cart_form .cart-row .image {
    overflow: hidden;
    margin: 0 20px 0 0;
    padding: 0 !important;
    width: 200px;
}

#cart_form .cart-row .remove {
    margin: 0 auto 20px 0;
}

#cart_form #add-coupon_block input {
    margin: 0;
}

#login_form #password_block,
#login_form #email_block,
#login_form #new-company-user\.email_block,
#login_form #new-private-user\.email_block {
    padding-bottom: 30px;
    position: relative;
}

#login_form #password_block .text-danger,
#login_form #email_block .text-danger,
#login_form #new-company-user\.email_block .text-danger,
#login_form #new-private-user\.email_block .text-danger {
    position: absolute;
    margin: 5px 0 0 0;
}

#new-user_form #condition-link,
#new-user_form #privacy-link,
#new-private-user_form #condition-link,
#new-private-user_form #privacy-link,
#new-company-user_form #condition-link,
#new-company-user_form #privacy-link {
    margin: 0 0 0 10px;
}

#checkout-delivery_form .container {
    padding: 0;
}

#section-article>#contact_form .form-block {
    padding: 30px 20px 0 20px;
}

#section-article>form #condition-link,
#section-article>form #privacy-link {
    margin: 0 0 0 25px;
}

body.user .totals .float-right {
    margin: 0 0 20px 0;
}

body.user .card-body .cart-total {
    border-top: 1px solid #173765;
    font-weight: bold;
    margin: 0 0 20px 0;
}

body.user .card-body table th,
body.user .card-body table td {
    font-size: 15px;
}

#checkout-payment_submit,
#cart_submit,
#is-recurrent_block,
#custom-cart-submit,
#checkout-delivery_submit,
#custom-checkout-payment-submit {
    margin: 40px 0 0 0;
}

#cart_submit,
#custom-cart-submit,
#checkout-delivery_submit,
#custom-checkout-payment-submit {
    background-color: #173765 !important;
    color: #fff !important;
}

#custom-button_block {
    display: flex;
    align-items: center;
}

#cart_submit, #checkout-payment_submit {
    display: none !important;
}

#cart_submit:hover,
#custom-cart-submit:hover,
#checkout-delivery_submit:hover,
#custom-checkout-payment-submit:hover {
    background-color: #877750 !important;
}

#recurrent-period_block {
    margin: 0 0 60px 0;
}

#payment {
    margin: 40px 0;
}

body.checkout.payment #add-coupon {
    margin: 22px 0 0 0;
}

body.checkout.payment #conditions_block {
    padding: 0 0 0 15px;
}

body.order.checkout legend.form-title {
    margin: 0 auto
}

body.checkout.order #cart-products_block .flex-column {
    flex-direction: row !important;
}

body.checkout.order #cart-products_block .image.d-none {
    display: none !important;
}

body.checkout.order .form-group label {
    margin: 0;
    padding: 0;
}

body.checkout.order .form-group div input {
    font-weight: bold;
    margin: 0;
    padding: 0 !important;
}

.record-list-widget.folder ul {
    padding: 0 0 0 40px;
}

.record-list-widget.folder ul li {
    list-style-type: disc;
}

.record-list-widget.file h3 {
    margin: 40px 0 0 0;
}

.record-list-widget.file .item {
    padding: 20px;
    overflow: hidden;
}

.record-list-widget.file .item .main-image {
    float: left;
}

.record-list-widget.file .item .main-image img {
    margin: 0 20px 0 0;
}

.record-list-widget.file .item .file {
    font-weight: bold;
    margin: 10px 0 0 0;
}

.coupon-code.text-nowrap {
    white-space: normal !important;
}

#chiusura {
    background-color: #877750;
    color: #fff;
    font-size: 100%;
    left: 0;
    margin: 0;
    padding: 5px 20px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999;
}

#chiusura .button {
    background-color: #173765;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin: 10px auto;
    padding: 5px 10px;
    width: 50px;
}

#chiusura .button:hover {
    background-color: #fff;
    color: #173765;
    text-decoration: none;
}

.svg-container {
    height: 500px;
    margin: 0 auto;
    position: relative;
    width: 500px;
    max-width: 500px;
}
.k-lang-it_IT #cd-en,
.k-lang-en_GB #cd-it {
    display: none;
}

.svg-container .riga {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.svg-container .riga-0 {
    display: block;
}

.cart-message {
    background-color: #AE9040;
    bottom: 0;
    color: #fff;
    left: 50%;
    margin-left: -170px;
    padding: 10px;
    position: fixed;
    text-align: center;
    width: 320px;
    z-index: 999999999;
}

#back-to-top {
    bottom: 30px;
    display: none;
    right: 205px;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    box-sizing: border-box;
    position: fixed;
    width: 150px;
    z-index: 9999;
}

#back-to-top span {
    text-align: center;
    padding: 7px 10px;
    line-height: 14px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    transform: translateX(0px);
    position: relative;
    animation-duration: 0.64s;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-delay: 0.16s;
    animation-fill-mode: backwards;
    animation-name: jTSRH;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 13px;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 5px;
    background: white none repeat scroll 0% 0%;
    text-decoration: none !important;
    color: rgb(0, 0, 0) !important;
    cursor: pointer;
    margin: auto 5px auto auto;
    display: inline-block;
    order: 1;
}

#back-to-top span:after {
    content: "";
    position: absolute;
    background: white none repeat scroll 0% 0%;
    border-bottom: 1px solid rgb(226, 226, 226);
    border-right: 1px solid rgb(226, 226, 226);
    right: -5px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 1;
    transform: rotate(-45deg);
}

.k-lang-en_GB #back-to-top .it,
.k-lang-it_IT #back-to-top .en,
.k-lang-it_IT #section-article .content-list-widget.small.slider ul li.counter-4,
.k-lang-it_IT #chiusura .en_GB,
.k-lang-en_GB #section-article .prodotto .content-wrapper .not-available,
.k-lang-en_GB #section-article .elenco-prodotti .product .not-available .k-lang-en_GB #chiusura .it_IT,
.k-lang-en_GB #section-sub-header {
    display: none;
}

.cart-label {
    background-color: #173765;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin: 10px auto 0 auto;
    width: 200px;
}
.componi .cart-label {
    margin: 16px auto 0 auto;
}
#section-article .elenco-prodotti.slider .product.box form .componi span,
#section-article .elenco-prodotti.slider .product.box form .componi {
    display: block;
}
.cart-label:hover {
    background-color: #877750;
}

.cart-message a {
    background-color: #173765;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 0 10px 5px 10px;
    line-height: 24px;
}

.cart-message a:hover {
    background-color: #877750;
    text-decoration: none;
}

.cart-message a:hover {
    background-color: #877750;
    text-decoration: none;
}

body.cart #cart_form #cart-products_block .btn-secondary {
    display: none;
}

#user-invoice-data_form #email_block {
    display: none !important;
}

#checkout-payment_form #free-html_block,
#cart_form #free-html_block {
    display: none !important;    
}

@media screen and (min-width: 1200px) {
    body {
        background: url('/img/skin.jpg');
    }
}

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

    #section-article #reset-password_form,
    #section-article #new-user_form,
	#section-article #new-private-user_form,
    #section-article #new-company-user_form,
    #section-article #new-user-type_form,
    #section-article #login_form,
    #section-article .content_wrapper .text {
        max-width: unset;
    }

    #section-header>nav:last-of-type,
    #section-header>nav:first-of-type {
        bottom: 50px;
        float: none;
        margin: 0;
        position: absolute;
    }

    #section-header>nav:first-of-type {
        /*! left: 20px; */
    }

    #section-header>nav:last-of-type {
        right: 0;
    }

    #section-header>nav:first-of-type li {
        margin: 0;
        padding: 0;
    }

    #section-footer .content-widget~.content-widget {
        max-width: 360px;
    }

    #section-article .elenco-prodotti:not(.slider) .product-wrapper {
        grid-template-columns: 50% 50%;
    }

    #section-article .page-list-widget.elenco-ricette .item .main-image img {
        height: 400px;
    }

    body.order.checkout h1,
    body.order.checkout legend.form-title,
    #section-article .content_wrapper .title h2 {
        font-size: 40px;
    }

    #section-article .content-widget.lt-title .content_wrapper .title h2,
    #section-article .content-widget.lb-title .content_wrapper .title h2 {
        font-size: 50px;
    }

    #section-article .content-list-widget.full.slider li.has-image.has-content .content-wrapper,
    #section-article .content-list-widget.chi-siamo.slider li.has-image.has-content .content-wrapper {
        background-color: rgba(254, 254, 254, .9);
    }

    #section-article .content-widget.ordine .text p>span {
        font-size: 20px;
    }

    #section-article .content-list-widget:not(.slider)>ul>li.default,
    #section-article .content-list-widget:not(.slider)>ul>li.img-side,
    #section-article .content-list-widget:not(.slider)>ul>li.img-side .main-link,
    #section-article .content-list-widget:not(.slider)>ul>li.img-side .main-image,
    #section-article .record-list-widget .item,
    #section-article .ricetta-content-wrapper>div,
    #section-article .news-content-wrapper>ul>li,
    #section-article .page-list-widget:not(.slider) .wrapper .item,
    #section-article .content-list-widget:not(.slider)>ul>li {
        float: none;
        width: 100% !important;
    }

    body.arrighi #section-article .content-list-widget.small:not(.slider)>ul>li.default,
    body.italpasta #section-article .content-list-widget.small:not(.slider)>ul>li.default {
        float: left;
        width: 50% !important;
        clear: none;
    }

    #section-article .record-list-widget .item,
    #section-article .page-list-widget:not(.slider) .wrapper .item {
        width: 49.5%;
    }

    #section-article .content-list-widget:not(.slider)>ul {
        display: block;
    }

    body.news #section-article .page-list-widget .wrapper .item {
        margin: 0 10px;
    }

    body.user #section-article .welcome,
    #section-article .content_wrapper .title h2 {
        font-size: 30px;
    }

    #section-article .page-list-widget .item,
    body.home #section-article .content-list-widget>ul>li {
        background-color: transparent;
    }

    body.home #section-article .content-list-widget li.has-image.has-content .content-wrapper p a {
        margin: 20px 20px 0 0;
    }

    #section-article .content-list-widget.full.slider li.has-image.has-content .content-wrapper,
    #section-article .content-list-widget.chi-siamo.slider li.has-image.has-content .content-wrapper {
        margin: 0 auto;
        position: static;
        transform: none;
        width: 80%;
    }

    #section-article .content-list-widget.full.slider li.has-image.has-content .main-link img,
    #section-article .content-list-widget.full.slider li.has-image.has-content .main-image img,
    #section-article .content-list-widget.chi-siamo.slider li.has-image.has-content .main-link img,
    #section-article .content-list-widget.chi-siamo.slider li.has-image.has-content .main-image img {
        float: none;
        margin: 0 auto;
    }

    #section-article .content-widget.ordine .text p>span {
        font-size: 15px;
    }

    body.checkout.payment #add-coupon {
        margin: 0;
    }

    table td,
    table tr,
    table tbody,
    table thead,
    table {
        display: block;
    }

    .svg-container {
        float: none;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    #section-article .prodotto .content-wrapper {
        display: block;
    }
}

@media screen and (max-width: 700px) {
    #section-header>nav {
        display: none;
    }

    #section-header>nav.aperto li,
    #section-header>nav.aperto ul,
    #section-header>nav.aperto {
        display: block;
    }

    #section-header>nav.aperto {
        background-color: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(153, 153, 153, 1);
        -moz-box-shadow: 3px 3px 5px 0px rgba(153, 153, 153, 1);
        box-shadow: 3px 3px 5px 0px rgba(153, 153, 153, 1);
        font-size: 15px;
        max-height: 300px;
        overflow: auto;
        padding: 10px 0;
        position: absolute;
        z-index: 300;
    }

    #section-header>nav:last-of-type,
    #section-header>nav:first-of-type {
        bottom: 0;
        display: block;
    }

    #section-header>nav:first-of-type {
        bottom: 3px;
        display: block;
    }

    #section-header>nav.aperto ul {
        padding: 5px 20px;
        text-align: left;
    }

    #section-header>nav.aperto ul li {
        padding: 5px 0;
    }

    #section-header>nav a.hamburger-menu {
        display: block;
    }

    #section-header>nav a.hamburger-menu span {
        display: block;
        width: 20px;
        height: 4px;
        margin: 2px 20px 0 0;
        position: relative;
        background: #877750;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }

    #section-header>nav a.hamburger-menu span:first-child {
        transform-origin: 0% 0%;
    }

    #section-header>nav a.hamburger-menu span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #section-header>nav a.hamburger-menu.aperto span {
        background-color: #173765;
    }

    #section-header>nav.aperto a {
        color: #173765;
    }

    #section-article td h2,
    #section-article .content-list-widget li .content-wrapper .title h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 600px) {
    #section-header>a {
        max-width: 90%;
    }

    #section-footer .content-widget~.content-widget {
        float: none;
        margin: 0 auto;
        width: auto;
    }

    #section-footer .content-widget~.content-widget .content_wrapper {
        float: none;
        margin: 0 auto;
    }

    #section-footer .content-widget~.content-widget .content_wrapper .main-link img,
    #section-footer .content-widget~.content-widget .content_wrapper .main-image img {
        float: none;
        margin: 0 auto;
    }

    #section-footer .content-widget~.content-widget .content_wrapper .text {
        text-align: center;
    }

    #section-footer .html-widget {
        display: inline-block;
        margin: 0 auto;
        position: static;
    }

    #section-footer .html-widget .link-wrapper {
        margin: 0 0 28px 0;
    }

    body.risultato-ricerca #section-article .record-list-widget.elenco-news .wrapper,
    body.risultato-ricerca #section-article .record-list-widget.elenco-ricette .wrapper,
    #section-article .news-content-wrapper,
    #section-article .page-list-widget:not(.slider) .wrapper,
    #section-article .content-list-widget:not(.slider)>ul,
    #section-article .ricetta-content-wrapper,
    #section-article .elenco-prodotti:not(.slider) .product-wrapper {
        display: block;
    }

    body:not(.italpasta) #section-article .content-list-widget.font-small li.has-image .content-wrapper {
        top: 20px;
    }

    #section-article .ricetta-content-wrapper>div>h3 {
        margin: 20px 0 10px 0;
    }

    #section-article .content-widget.lt-title .content_wrapper .title h2,
    #section-article .content-widget.lb-title .content_wrapper .title h2 {
        font-size: 40px;
        margin: 20px;
    }

    #section-article .prodotto .content-wrapper .title h2 {
        font-size: 30px;
    }

    body.home #section-article .content-list-widget li.has-image.has-content .content-wrapper p a {
        margin: 0 5px 0 0;
    }

    body.news #section-article .page-list-widget.elenco-news .title h3 {
        font-size: 15px;
    }

    #section-sub-header>.content-widget:first-of-type .table,
    #section-sub-header>.content-widget:first-of-type .table .riga.visible {
        display: block;
    }

    #section-sub-header>.content-widget:first-of-type .table .cella {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    #section-sub-header>.content-widget:first-of-type .table .riga>.cella:last-child {
        padding: 0 5%;
        position: relative;
        width: 90%;
    }

    #section-sub-header>.content-widget:first-of-type .table .riga>.cella:last-child>div {
        position: static;
    }

    #section-article .content-widget.ordine .text p>span {
        line-height: 100%
    }

    #section-article .content-widget.ordine .text p>span a {
        display: inline-block;
        height: 35px;
        overflow: hidden;
    }

    .svg-container {
        height: 480px;
    }

    #section-article .content-list-widget.small.slider li.img-side .content-wrapper {
        display: none;
    }

    .cart img {
        display: none !important;
    }
}

@media screen and (max-width: 400px) {
    #section-footer .content-widget~.content-widget {
        max-width: 100%;
    }

    body.arrighi #section-article .content-list-widget.small:not(.slider)>ul>li.default {
        float: none;
        width: 100% !important;
    }

    #section-article .content-list-widget li.has-image.no-content .content-wrapper .title h2 {
        font-size: 30px;
    }

    #section-article .prodotto .content-wrapper:not(.content-images) form>.cart,
    #section-article .prodotto .content-wrapper:not(.content-images) form>span,
    #section-article .elenco-prodotti .product form>.cart,
    #section-article .elenco-prodotti .product form>span {
        display: block;
    }

    #cookie-banner {
        font-size: 12px;
    }

    #cookie-banner #cookie-ok {
        padding: 5px 10px;
    }

    .svg-container {
        height: 300px;
    }
}