/* ==========================================================================
   Base styles
   ========================================================================== */

@media (min-width: 768px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1340px !important;
        width: 100%;
    }
}

html {
    overflow:auto;
}

body {
    overflow-x:hidden;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body,
p,
a,
.alink {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #000;
}
a {
    transition: all .3s;
    color: #000;
}
a:visited,
.alink:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a:not(.logo):hover {
    opacity: 0.7;
}
.action.primary,
.action-primary,
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
    background-image: none;
    background: #ae002d;
    border: 1px solid #ae002d;
    font-family: 'Roboto', sans-serif;
    opacity: 1;
}
.action.primary:hover,
.action-primary:hover {
    background: #860022;
    border: 1px solid #860022;
}
button,
a.action.primary,
.actions-toolbar button {
    border-radius: 3px;
}

button {
    text-transform:uppercase;
}

.f-none {
    float:none;
}

.nav {
    display: block;
}

.page-main > .page-title-wrapper .page-title {
    color: #ae002d;
    font-size: 30px;
    font-weight: 300;
}

.cms-qualita-callipo .columns .column.main {
    padding-bottom: 0;
}

.contact-index-index .legend > span {
    display: none;
}

/* ==========================================================================
   Messages
   ========================================================================== */
.cms-home .page.messages {
    position: fixed;
    top: 185px;
    left: 0;
    z-index: 100;
    width: 100%;
}
.cms-home .page.messages .message {
    margin:0 auto;
}
@media (min-width: 768px) {
    .cms-home .page.messages .message {
        width:80%;
    }
}

.msgclose {
    float: right;
    margin-top: -20px;
    font-size: 15px;
    color: #333 !important;
    cursor: pointer;
}
.message .msgclose:after {
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
}
.messages .message.notice,
.messages .message.success,
.messages .message.error,
.message.info {
    background:#fff;
    border:1px solid;
}
.message.notice > *:first-child:before,
.message.success > *:first-child:before,
.message.error > *:first-child:before,
.message.info > *:first-child:before {
    font-size:16px;
}

/* ==========================================================================
   Modals
   ========================================================================== */
.modal-popup .modal-header {
    border-bottom: 0;
}
.modal-content {
    border: 0;
}
.modal-popup .modal-footer {
    border-top: 0;
}
.modal-popup .modal-footer button {
    border-radius: 3px;
}

/* ==========================================================================
   Header
   ========================================================================== */
.panel.wrapper {
    background: #860022 !important;
    border: 0 !important;
}
.panel.wrapper *,
.panel.wrapper a {
    color: #fff;
    font-size: 13px;
}
.panel.header {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    min-height: 30px;
}
.panel.header p {
    margin-bottom: 0;
}

.top-nav-container a:not(.viewcart),
.top-nav-container a i {
    color: #fff;
}
.top-nav-container a i {
    font-size: 16px;
}
.top-nav-container > .container > div {
    margin: 0 10px;
}

.customer-links-container {
    float: right;
    cursor: pointer;
}
.customer-links-container:before {
    content: '\f007';
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}
.customer-links-container.loggedin:before {
    font-weight: 600;
}
.customer-links-container:hover:before {
    opacity: 0.7;
}
.customer-links-container * {
    height: 0;
    opacity: 0;
}
.customer-links-container:hover * {
    height: auto;
    opacity: 1;
}
.customer-links-container > .header.links {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    position: absolute;
    background: #fff;
}
.customer-links-container:hover > .header.links {
    transition: all .5s;
    z-index: 99;
    min-width: 150px;
    right: -10px;
    top: 90%;
    box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
    border: 1px solid #bbbbbb;
}
.customer-links-container:hover > .header.links > li {
    padding: 0 10px;
}
.customer-links-container:hover .header.links a {
    color: #000;
}
.customer-links-container:hover > .header.links:before,
.customer-links-container:hover > .header.links:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.customer-links-container:hover > .header.links:before {
    left: 38px;
    top: -12px;
}
.customer-links-container.loggedin:hover > .header.links:before {
    left: 85px;
}
.customer-links-container:hover > .header.links:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
}
.customer-links-container:hover > .header.links:after {
    left: 37px;
    top: -14px;
}
.customer-links-container.loggedin:hover > .header.links:after {
    left: 84px;
}
.customer-links-container:hover > .header.links:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
}

.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
    content: '\f07a';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 16px;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart.active:before {
    color: #fff !important;
}
.minicart-items-wrapper {
    height: auto !important;
}
.block-minicart .subtitle.empty {
    font-size: 13px;
}
.block-minicart .subtitle.empty,
.minicart-items .product-item-name a {
    color: #000;
    padding: 0 !important;
}
.minicart-wrapper.active .block-minicart {
    padding-bottom: 10px;
    max-height: 80vh;
    overflow: auto;
}
.block-minicart .block-content > .actions > .secondary {
    font-weight: 500;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: #ae002d;
    min-width: 17px;
    height: 17px;
    border-radius: 50%;
    line-height: 18px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -5px;
    left: 2px;
    font-size: 11px;
}
a.action.showcart {
    position: relative;
}
a.action.viewcart span {
    text-transform: uppercase;
    font-size: 11px;
}

.wa-url-container,
.box-url-container {
    float: right;
}
.box-url-container {
    position: relative;
    margin: 0 6px !important;
}
.wa-url-container a {
    border-radius: 9px;
    padding: 3px 6px 3px 14px;
    border: 1px solid rgb(255 255 255 / 50%);
    display: inline-block;
    font-weight: 500;
}
.wa-url-container a:hover {
    background: rgb(255 255 255 / 25%);
}
.wa-url-container i {
    font-weight: 300;
    margin-left: 7px;
    vertical-align: top;
}
.box-url-container > i {
    position: absolute;
    top: -8px;
    left: 3px;
    color: var(--callipo-main-color);
    font-size: 15px !important;
}

.box-url-container > i:before {
    position: relative;
    z-index: 3;
}

.box-url-container > i:after {
    position: absolute;
    display: block;
    height: 80%;
    width: 80%;
    background: #fff;
    content: "";
    top: 10%;
    border-radius: 50%;
    left: 10%;
    z-index: 0;
}

.box-url-container > a > i {
    font-size: 18px !important;
    vertical-align: middle;
}

.nav-sections {
    margin-bottom: 0;
}

.block-search input {
    border-radius: 9px;
    border: 0;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    color: #000;
}
.block-search .action.search {
    opacity: 1 !important;
}
.block-search .action.search:before {
    content: '\f002';
    font-family: 'Font Awesome 5 Pro';
    color: #505050;
    line-height: 26px;
}
.block-search .processing .action.search:before {
    content: '\f110';
    -moz-animation: spin 1.7s linear infinite;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        transform:rotate(360deg);
    }
}
.search-autocomplete {
    margin-top: 1px;
}
.smile-elasticsuite-autocomplete-result {
    color: #000;
}
.search-autocomplete dl dt:first-child {
    text-transform: uppercase;
}
.smile-elasticsuite-autocomplete-result .product-shop {
    font-size: 12px;
}
.smile-elasticsuite-autocomplete-result .product-image-box {
    margin-right: 10px;
}
.smile-elasticsuite-autocomplete-result .product-image-box {
    display: inline;
}
.smile-elasticsuite-autocomplete-result .autocomplete-list-title.title-term,
.smile-elasticsuite-autocomplete-result .product-attribute-label,
.smile-elasticsuite-autocomplete-result .product-secondary {
    display: none;
}

/* mobile search */
#search-modal .block-search input {
    left: 0;
    top: 0;
    background: transparent;
    padding: 0 65px 10px 30px;
}
#search-modal .block-search input:focus {
    outline: none;
    box-shadow: none;
}
#search-modal .block-search .label {
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.mm-navbars--bottom .mobile-search {
    font-size: 23px !important;
}

/* ==========================================================================
   Newsletter form
   ========================================================================== */
.newsletter-form-container {
    background: #ae002d;
    color: #fff;
}
.newsletter-form-container .row > [class*=col] {
    padding-top: 30px;
    padding-bottom: 30px;
}
.newsletter-form-container .row > [class*=col] + [class*=col] {
    padding-top: 35px;
    padding-bottom: 25px;
}
.newsletter-form-container h2 {
    font-weight: bold;
    font-size: 34px;
}
.newsletter-form-container h4 {
    font-size: 24px;
}
.block.newsletter,
.block.newsletter .field.newsletter {
    max-width: 100%;
    width: 100%;
}
.block.newsletter .form.subscribe {
    display: flex;
    flex-wrap: wrap;
}
.block.newsletter .form.subscribe > .field.sparsh_consent_checkbox {
    width: 100%;
    order: 1;
}
.block.newsletter .form.subscribe > .field.newsletter {
    width: 70%;
    order: 2;
}
.block.newsletter .form.subscribe > .actions {
    width: 30%;
    order: 3;
}
.block.newsletter .field .control label {
    width: calc(100% - 15px);
    height: auto;
    margin: auto;
    clip: auto;
}
.block.newsletter .field .control label[for*=sparsh_consent_checkbox] {
    width: auto;
}
@media (max-width: 767px) {
    .block.newsletter .field .control label[for*=sparsh_consent_checkbox] {
        position: relative;
        top: 6px;
    }
}

.block.newsletter .sparsh_consent_checkbox input {
    margin: 0 5px 0 0 !important;
}
.block.newsletter .field .control:before {
    display: none;
}
.block.newsletter input[type=email] {
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    border: 0;
    border-radius: 3px;
    margin-right: 10px;
}
button.action.subscribe.primary {
    border-radius: 3px !important;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
}
.field.sparsh_consent_checkbox.required {
    margin-bottom: 20px;
}
.field.shopping_terms_checkbox.required {
    margin-bottom: 40px;
}
.newsletter-form-container .field.sparsh_consent_checkbox.required,
.newsletter-form-container .field.sparsh_consent_checkbox.required a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.newsletter-form-container .field.sparsh_consent_checkbox.required a {
    text-decoration: underline;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer.page-footer {
    background: #f2f2f2;
    margin-top: 0;
}
.footer-row1 {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.footer-row1 p {
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 0;
    margin-top: 30px;
}
footer.page-footer .pagebuilder-button-link {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
}
footer.page-footer .pagebuilder-button-link span {
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    color: #000;
}
footer.page-footer .footer-row1 .pagebuilder-button-link span {
    letter-spacing: 0.02px;
    font-weight: bold;
    padding: 8px 8px 7px 8px;
}
footer.page-footer .pagebuilder-button-link:hover {
    text-decoration: none;
}
.footer-row2 {
    margin-top: 20px;
    margin-bottom: 5px;
}
.footer-row2 h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}
.footer-row2 p {
    font-size: 13px;
}
.footer-row3 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.footer-btn span {
    padding: 3px 10px 2px 10px;
    border: 1px solid #bebebe;
    font-weight: 500;
}
.footer-btn span:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    font-weight: normal;
    margin-right: 5px;
}
.pv-btn span:before {
    content: '\f54e';
}
.recipe-btn span:before {
    content: '\f86b';
}
.ok-btn span:before {
    content: '\f164';
}
.ship-btn span:before {
    content: '\f48b';
}
.footer-row4 i {
    font-size: 26px;
    margin-right: 15px;
    margin-top: 10px;
}
.copy-terms-container {
    margin-top: 50px;
}
.copyright {
    background-color: #f2f2f2;
    color: #000;
    padding: 0;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}
.footer.content .links {
    padding-right: 0;
}
.footer.content .links li {
    display: inline-block;
}
.footer.content .links li:not(:last-child):after {
    content: '|';
    margin: 0 5px;
}

@media (min-width: 992px) {
    footer.page-footer .footer-row1 .pagebuilder-button-link span {
        min-width: 225px;
    }
}
@media (min-width: 768px) {
    .copy-terms-container {
        padding-left: 0;
        padding-right: 0;
    }
    .copy-terms-container [class*=col] + [class*=col] {
        text-align: right;
    }
}

/* ==========================================================================
   Home
   ========================================================================== */

.cms-home main#maincontent {
    padding:0;
}
.cms-home .page-wrapper {
    background: #fff;
}
.cms-home .columns .column.main {
    padding-bottom: 0;
    min-height: auto;
}

.featured-products-container {
    background: linear-gradient(180deg, #ebebeb 180px, #f5f5f5 0, #f5f5f5 100%);
    padding: 40px 0.75em 60px 0.75em;
}

.featured-products-container h3 {
    font-family: 'Buda', cursive;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 40px;
}
.cms-home .featured-products-container h3 {
    font-size: 37px;
}
.cms-home .featured-products-container h3:before {
    content: '\f521';
    font-family: 'Font Awesome 5 Pro';
    color: #ae002d;
    font-size: 19px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}
.checkout-cart-index .featured-products-container h3 {
    padding: 0 5px;
}
.slick-prev,
.slick-next {
    background: none !important;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
    font-size: 25px;
}
@media (min-width: 1450px) {
    .slick-prev {
        left: -60px;
    }
    .slick-next {
        right: -30px;
    }
}
.slick-dots li {
    margin: 0 5px 0 0;
}
.slick-dots li button {
    border: 1px solid #ae002d;
    height: 10px;
    width: 10px;
}
.slick-dots li.slick-active button {
    background: #ae002d !important;
    border: 1px solid #ae002d;
    opacity: 1 !important;
}
.featured-carousel .slick-list,
.featured-carousel .slick-track {
    display: flex;
    flex: 1 1 100%;
    flex-wrap: nowrap;
    margin: 0 -6px;
}

.featured-carousel .slick-list .product-item {
    height:100%;
}
.featured-carousel .slick-slide {
    flex:1 1 25%;
}
.featured-carousel .slick-slide,
.featured-carousel .slick-slide > div,
.featured-carousel .product-product-item,
.featured-carousel .product-item-info {
    height: 100%;
}
.featured-carousel .product-product-item {
    opacity: 1 !important;
    padding: 0 30px 0 0;
}
.featured-carousel .product-item {
    padding: 0 12px !important;
}
.product-item-info {
    background: #fff;
    padding: 15px 20px 60px 20px;
    text-align: center;
    position: relative;
    border-radius: 3px;
    /*
    display: flex;
    flex-wrap: wrap;
    justify-content: center
    */
}

.extra-listing  .price-box.price-final_price {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1;
    align-content: space-around;
}

.extra-listing .price-box > span.price-container:first-child {
    display: block;
    line-height: normal;
    order: 2;
    width: 100%;
}

.extra-listing .price-box > span.old-price {
    order: 0;
}

.extra-listing .price-box > span.old-price .price {
    font-size: 14px !important;
    vertical-align: middle;
    line-height: 14px;
    font-weight: 500;
    padding: 0 0.5em;
}

.extra-listing .price-box > span.special-percent {
    order: 1;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1;
}

.featured-carousel .product-item.featured .product-item-info:before {
    content: '\f521';
    font-family: 'Font Awesome 5 Pro';
    color: #ae002d;
    font-weight: bold;
    position: absolute;
    top: 7px;
    left: 7px;
}
.featured-carousel .product-item-info .product-item-name > a {
    font-size: 14px;
}
.featured-carousel .slick-slide [class*=swatch-opt] {
    display: none;
}
.product-item-info .product-item-photo {
    width: 100%;
    height: 150px;
    display: inline-block
}
.product-image-container.product-image-hover{
    display: none
}
.product-image-wrapper {
    padding-bottom: 110% !important;
}
.product-item-info .product-item-details {
    align-self: flex-end;
}
.featured-carousel .product-product-item .price-box {
    margin-bottom: 20px;
}
.product-item .price-box {
    margin-top: 0;
}

.product-product-item .price-box .price {
    font-weight:700;
    white-space:nowrap;
}
.product-product-item:not(.type-mpgiftcard) .price-box {
    min-height: 50px;
    margin: 0;
}
.product-product-item .price-box .price,
.product-item .price-box .price {
    font-size: 20px !important;
}
.product-product-item .tocart {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.01px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 3px;
    text-align: center;
}
.product-product-item .tocart:after,
.product-item .tocart:after {
    content: '\f07a';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-size: 13px;
    margin-left: 5px;
}
.recipe-view .recipes-view-wrapper .top-bar .related-product .action.tocart.primary:after {
    margin-left: 5px;
}
.product-item-actions .actions-primary + .actions-secondary {
    display: none;
}

.box-crafting-container {
    background-image: linear-gradient(178deg, #fff 3%, #f0f0f0 54%);
    padding-top: 25px;
    padding-bottom: 40px;
}
.box-crafting-container [data-content-type=text] {
    z-index: 1;
}
.box-crafting-container,
.box-crafting-container p {
    font-size: 14px;
    font-weight: 300;
    color: #010101;
}
.box-crafting-container h3 {
    font-family: 'Buda', cursive;
    font-size: 37px;
    font-weight: 300;
    color: #ae002d;
    line-height: 1;
    margin-right: 30px;
    margin-bottom: 40px;
}
.box-crafting-img {
    margin-top: -40px;
}

.recipe-container {
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.recipe-info {
    display: inline-block;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    padding: 30px 40px 25px 40px;
}
@media (min-width: 768px) {
    .recipe-info {
        max-width: 355px;
    }
}

.recipe-info h4 {
    margin-bottom: 45px;
}
.recipe-info h4 a {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.07;
    color: #fff;
}
.recipe-info h5 {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.recipe-info .recipe-btn {
    border-radius: 8px;
    background-color: #ae002d;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 9px 10px 8px;
}
.recipe-info .recipe-cat-btn {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .slick-prev,
    .slick-next {
        display: none !important;
    }
}


/* new home carousel */
.mp-banner-slider .item-image {
    position: relative;
}
.mp-banner-slider .carousel-content-container {

    min-height: 42vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.mp-banner-slider .carousel-content-inner-container {
    padding-left: 5%;
}
.mp-banner-slider .item-product {
    min-width: 250px;
    /*background: rgb(255 255 255 / 95%);*/
    background: rgb(0 0 0 / 50%);
    border-radius: 0 0 3px 3px;
}
.mp-banner-slider .item-product * {
    color: #fff !important;
}

.product-item-details .product-item-inner .product.actions.product-item-actions {
    height: 40px;
}

@media (min-width: 768px) {
    .mp-banner-slider .carousel-content-container {
        min-height: 750px;
    }
    .mp-banner-slider .carousel-content-inner-container {
        max-width: 60%;
    }
    .mp-banner-slider .item-product {
        position: absolute;
        top: calc(50% - 190px - 80px);
        left: 70%;
        /*min-height: 380px;*/
        min-height: 250px;
    }
}
@media (max-width: 767px) {
    .mp-banner-slider .item-product {
        width: 100%;
    }
}

.mp-banner-slider .product-item-info .product-item-photo {
    position: relative;
    overflow: hidden;
    display: none;
}
.mp-banner-slider .product-item-info .product-item-name > a {
    font-size: 15px;
    font-weight: bold;
}
.mp-banner-slider .actions-primary {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.mp-banner-slider .single-buy {
    background: transparent;
}
.mp-banner-slider .tocart {
    width: 100%;
    border-radius: 3px;
}
.mp-banner-slider .tocart:after {
    content: '\f07a';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-size: 13px;
    margin-left: 5px;
}
.mp-banner-slider .banner-title {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-shadow:0 0 1px #0005, 0 0 5px #0003, 0 0 15px #0003;
}
@media (max-width: 767px) {
    .mp-banner-slider .banner-title {
        font-size: 35px;
    }
    .mp-banner-slider .product-item-info .product-item-photo {
        display: inline-block;
        max-width: 154px;
    }
    .mp-banner-slider .owl-dots {
        bottom: 430px;
        top: auto;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .mp-banner-slider .owl-dots {
        top: 88%;
    }
}

.mp-banner-slider .banner-cta {
    background: #ae002d;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-top: 20px;
    letter-spacing: 0.1px;
    display: inline-block;
    border-radius: 3px;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.2;
}
.mp-banner-slider .owl-dots {
    /*
    top: auto;
    bottom: 85px;
    */
    left: 0;
    width: 100%;
}
.mp-banner-slider .owl-dots .owl-dot {
    background: transparent !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ae002d;
}
.mp-banner-slider .owl-nav button span {
    color: #fff;
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs a,
.breadcrumbs strong {
    color: #808080 !important;
    font-size: 9px;
}
.breadcrumbs strong {
    font-weight: 600;
    color: #585858;
}
.breadcrumbs .item:not(:last-child):after {
    content: '/';
    margin: 0 5px;
}

/* ==========================================================================
   Category
   ========================================================================== */
.page-layout-1column.catalog-category-view .column.main,
.category-confezioni-regalo .column.main {
    padding-top: 0;
    padding-left: 0;
    border-left: 0 !important;
    width: 100%;
    float: none;
}
.page-layout-1column.catalog-category-view .products-grid .product-product-item,
.category-confezioni-regalo .products-grid .product-product-item {
}
body.page-layout-1column.catalog-category-view .product-item-info,
body.page-layout-1column.catalog-category-view .product-item-info:hover,
body.category-confezioni-regalo .product-item-info,
body.category-confezioni-regalo .product-item-info:hover {
    width: 100%;
    height:100%;
}
.category-confezioni-regalo .products-grid .item.product-product-item {
    margin-left: 0;
}
.page-layout-1column.catalog-category-view .products-grid .product-items,
.category-confezioni-regalo .products-grid .product-items {
    width: auto;
}
.page-layout-1column.catalog-category-view .products-grid .item.product-product-item,
.category-confezioni-regalo .products-grid .item.product-product-item {
    justify-content: center;
}
.category-confezioni-regalo .sidebar.sidebar-main,
.category-confezioni-regalo .sidebar-sidebar-main,
.category-confezioni-regalo .toolbar-nav-filters {
    display: none;
}
.category-confezioni-regalo.catalog-product-view .product-info-detail-wrapper {
    display: none;
}
@media (min-width: 768px) {
    .sidebar-sidebar-main {
        border-right: 1px solid #c8c8c8;
    }
}

.catalog-category-view .page-main > .page-title-wrapper .page-title,
.catalogsearch-result-index .page-main > .page-title-wrapper .page-title {
    margin-bottom: 15px;
    padding-right: 20%;
}
.catalog-category-view .products,
.search.results .products-grid {
    margin-top: 0;
}
.page-products .products-grid .product-items {
    flex-wrap: wrap;
}
.page-products .products-grid .item.product-product-item {
    display: flex;
    padding: 0;
    letter-spacing:normal;
    line-height:normal;
}
.products-grid .product-product-item {
    margin-bottom: 40px;
}

.category-description:not(.package-description) {
    padding: 0 12%;
    margin-top: 40px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.category-cms p,
.category-image p,
.category-description:not(.package-description) * {
    font-size: 16px;
    line-height: 1.4;
}

.filter-options-title {
    padding-left: 0;
}
.filter-options-title:after {
    right: 0;
}
.filter-options-item.categoria,
.filter-options-item.categories {
    border-bottom: 0;
}
.filter-options-item.categoria .filter-options-title,
.filter-options-item.categories .filter-options-title,
.filter-options-item.categoria .count,
.filter-options-item.categories .count {
    display: none;
}
.filter-options-item.categoria .filter-options-content,
.filter-options-item.categories .filter-options-content {
    padding: 0;
}
.filter-options-item.categoria .item,
.filter-options-item.categories .item {
    margin-left: 5px;
}
.filter-options-item.categoria .item:first-child,
.filter-options-item.categories .item:first-child {
    margin-top: 0;
}
.categories-nav .item {
    margin-left: 2px;
    white-space: nowrap;
}
.filter-options-item.categoria .item a,
.filter-options-item.categories .item a,
.categories-nav .item a {
    padding-left: 0;
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
@media (max-width: 767px) {
    .categories-nav .item {
        margin-left: 0;
    }
    .filter-options-item.categoria .item a,
    .filter-options-item.categories .item a,
    .categories-nav .item a {
        border-radius: 3px;
        color: #fff !important;
        background: #ae002d;
        padding: 0 6px;
    }
}
.categories-nav .item.current a {
    font-weight: 900;
    color: #ae002d;
}
.filter-options-content a:hover {
    background-color: transparent;
}

@media (min-width: 768px) {
    .filter-options-item.categoria .item a:after,
    .filter-options-item.categories .item a:after,
    .categories-nav .item a:after {
        content: '\f054';
        font-family: 'Font Awesome 5 Pro';
        color: #232323;
        float: none;
        font-weight: 500 !important;
        margin-left:auto;
        padding-left:1em;
    }
    .catalog-category-view:not(.page-layout-category-landing-creaconfezione) .columns .column.main,
    .catalogsearch-result-index .columns .column.main {
        border-left: 1px solid #c8c8c8;
    }
}

.product-item-inner {
    position: static !important;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active,
.products-grid .product-item-inner {
    box-shadow: none;
    border: 0;
    margin: 0 !important;
    padding: 0;
    height: auto !important;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    padding: 15px 20px 60px 20px;
}

.toolbar-extra + .page.messages {
    margin-top: 1em;
}

.toolbar-nav-filters {
    text-align: right;
    margin-bottom: 15px;
}
.toolbar-nav-filters[disabled] {
    opacity: 0.5;
}
.toolbar-nav-filters[disabled] a {
    cursor: not-allowed;
}
.toolbar-nav-filters label {
    display: inline-block;
    padding: 0 0 10px 0;
    font-weight: 500;
    font-size: 12px;
    color: #afb4b8;
    position: relative;
    min-width: 95px;
    text-align: center;
    cursor: pointer;
}
.toolbar-nav-filters label:not(:last-of-type) {
    margin-right: 10px;
}
.toolbar-nav-filters label:after {
    content: '';
    display: block;
    height: 4px;
    border-radius: 1.5px;
    background: #afb4b8;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
}
.toolbar-nav-filters label.active,
.toolbar-nav-filters:not([disabled]) label:hover {
    color: #ae002d;
}
.toolbar-nav-filters label.active:after,
.toolbar-nav-filters:not([disabled]) label:hover:after {
    background: #ae002d;
}

.toolbar-sort-filters {
    margin-top: 20px;
}
.switch {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}
.switch-inner {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 15px;
    margin-left: 8px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b2b7bb;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch .slider:before {
    content: '';
    position: absolute;
    height: 11px;
    width: 11px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #19b96f;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}
.switch .slider.round {
    border-radius: 34px;
}
.switch .slider.round:before {
    border-radius: 50%;
}

.product-product-item {
    position: relative;
}
.featured-label {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #9a0027;
    font-size: 10px;
    z-index: 10;
}
.featured-label:not(i) {
    font-style: italic;
    text-transform: uppercase;
    font-weight: 500;
}
.featured-label i {
    font-size: 14px;
    font-weight: 600;
    margin-right: 3px;
}
.product-item-info .product-item-name > a {
    color: #000;
    font-size: 13px;
    display: block;
    overflow: hidden;
    line-height: 1.3;
    min-height: 60px;
    letter-spacing: normal;
}
.product-item-name > a:hover {
    text-decoration: none;
}

.product-product-item.type-bundle .price-box, .product-product-item.type-bundle .price-box .price-from {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product-product-item.type-bundle .price-container.price-final_price {
    order: 0;
    width: 100%;
}
.product-product-item.type-bundle .old-price {
    order: 1;
    margin: 0 4px 0 0;
}
.product-product-item.type-bundle .special-percent {
    order: 2;
}
.price-label,
.price-to {
    display: none;
}
.product-product-item .old-price,
.product-product-item .old-price .price,
.product-item .old-price,
.product-item .old-price .price,
.recipe-view .old-price {
    color: #929292;
    font-size: 12px;
    font-style: italic;
    text-decoration: line-through;
}
.special-percent {
    color: #ae002d;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
}
.recipe-view .recipes-view-wrapper .top-bar .related-product {
    text-align: center;
}
.recipe-view .recipes-view-wrapper .top-bar .related-product .price {
    margin-top: 0;
}
.recipe-view .recipes-view-wrapper .top-bar {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw !important;
}

.recipe-view .recipes-view-wrapper .top-bar .related-product .single-buy {
    padding: 10px 0;
    position: static;
    display: block;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .recipe-view .recipes-view-wrapper .top-bar .related-product .image {
        display:none;
    }
    .recipe-view .recipes-view-wrapper .top-bar .related-product {
        position: absolute;
        top: 0;
        right: 10%;
        background: #00000080;
        color: #fff;
        padding: 20px 0 0 0;
        width: 20%;
        min-width: 260px;
    }

    .recipe-view .recipes-view-wrapper .top-bar .related-product h3,
    .recipe-view .recipes-view-wrapper .top-bar .related-product .name a,
    .recipe-view .recipes-view-wrapper .top-bar .related-product .price,
    .recipe-view .recipes-view-wrapper .top-bar .related-product .bundle-attr .bundle-attr-qty,
    .recipe-view .recipes-view-wrapper .top-bar .related-product .single-buy {
        color:#fff;
        background:transparent;
    }



    .recipe-view .recipes-view-wrapper .top-bar .related-product a {
        color:#fff;
    }

    .recipe-view .recipes-view-wrapper .top-bar .banner img {
        min-width:100%;
    }
}

@media (max-width: 767px) {
    .recipe-view .recipes-view-wrapper .top-bar .banner img {
        min-width:100%;
        height:auto !important;
    }

    .recipe-view .recipes-view-wrapper .top-bar .banner {
        min-height:unset;
    }
}


.page-products .products-grid .product-item-inner:before {
    display: none;
}
.bundle-attr .bundle-attr-qty,
.bundle-attr .bundle-attr-weight,
span.bundle-attr-price {
    font-size: 1.3em;
    line-height:1.4em;
}

.bundle-attr .bundle-attr-qty {
    color:#000;
}

span.bundle-attr-price {
    padding: 0 0 0 0.1em;
}

.page-products .product-item-actions, .products-grid .product-item-actions {
    margin: 0;
}

.widget-product-carousel .product-item-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.widget-product-carousel .product-item-actions .actions-primary,
.widget-product-carousel .product-item-actions .actions-primary button {
    width:100%;
    border-radius:3px;
}

@media (max-width: 440px) {
    .widget-product-carousel .product-item-actions .actions-primary button:after {
        content: '';
    }
    .widget-product-carousel .product-item-actions .actions-primary button {
        font-size: 12px;
    }
    .widget-product-carousel .single-buy {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.home_category_links ul {
    display:none;
}

.home_category_links ul.slick-initialized {
    display:block;
}

.home_category_links .category-image-widget h2.widget-title {
    margin-bottom: 30px;
}

.home_category_links .category-image-widget h2.widget-title a {
    color: var(--callipo-dark-red);
    font-weight: 300;
    font-family: 'Buda';
    font-size: 30px
}

.home_category_links .home_category_links_title {
    font-size: 2.3em;
    font-weight: 300;
}

.bundle-attr {
    text-align: center;
    width: 100%;
    font-size: 11px;
    font-style: italic;
    color: #7e7e7e;
    line-height: 1.2em;
    margin: 0;
    min-height: 30px;
}
.recipe-view .bundle-attr {
    margin: 25px 0 35px 0;
}
.bundle-attr .label {
    font-weight: 500;
}
.bundle-unit-price {
    border-top-style: dashed;
    border-top-color: #afb4b8;
    border-top-width: 1px;
    padding-top: 0.5em;
}
.bundle-qty {
    padding-bottom: 0.5em;
    font-style:italic;
}
.unit-price-container {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 1rem;
}

.page-product-bundle .product-info-main-content .product-info-price {
    display: none;
}
.product-info-main .product-info-price {
    border-bottom: 0;
}
.catalog-product-view .product-info-main .product-add-form {
    padding-top: 0;
}
.catalog-product-view .value {
    font-size: 16px;
}
@media (max-width: 767px) {
    .catalog-product-view .form-options-wrapper {
        text-align: center;
    }
}

.swatch-attribute-options input{
    visibility:hidden;
    display:none
}
.swatch-attribute-options {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0;
    flex-wrap: wrap;
}
.catalog-product-view .swatch-attribute-options {
    justify-content: flex-end;
}
.swatch-option.selected {
    outline: 2px solid #ae002d;
}
.swatch-option:not(.disabled):hover {
    outline: 1px solid #ae002d;
}
.swatch-option.text {
    padding: 0 8px;
}
.swatch-attribute .swatch-option{
    background: #f5f5f5 !important;
    margin-right: 10px;
    margin-bottom: 10px;
}
.swatch-attribute .swatch-option:last-child {
    margin-right: 0;
}
.swatch-option-tooltip {
    display: none !important;
}

.catalog-category-view .column.main .message.info.empty {
    margin-top: 20px;
}

a.giftbox-btn {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #303030;
    border-radius: 0 0 3px 3px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.01px;
    font-weight: bold;
    padding: 11px 0;
    font-size: 11px;
}
a.giftbox-btn i {
    margin-left: 5px;
}

.page-product-configurable .product-info-main {
    padding-left: 3rem;
    padding-right: 0;
}
.page-product-configurable .swatch-attribute-label,
.page-product-configurable .swatch-attribute-selected-option {
    display: none;
}

/* single unit buy btn */
.single-buy {
    font-size: 12px;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 35px;
    padding: 4px 15px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 25px;
}
.single-buy:before {
    content: '\e900';
    font-family: 'callipo';
    font-size: 13px;
    vertical-align: bottom;
    margin-right: 3px;
    font-weight: bold;
}
.widget-product-carousel .single-buy {
    bottom: 37px;
    padding: 6px 15px 5px;
    margin-bottom: 0;
}
.recipe-view .related-product {
    position: relative;
}
.recipe-view .single-buy {
    width: calc(100% - 40px);
    left: 20px;
}

/* shop by block */
#layered-filter-block .filter-current,
#layered-filter-block .filter-current + .filter-actions {
    display: none;
}

.prod-details.table th,
.prod-details.table td {
    white-space: nowrap;
}

/* ==========================================================================
   Store locator
   ========================================================================== */
.smile_store_locator-store-search .column.main,
.smile_store_locator-store-view .column.main {
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
#store-locator-search-wrapper .contextual-bar .shop-search {
    border: 0;
    box-shadow: none;
}
#store-locator-search-wrapper .contextual-bar .search-result-list ul li.result-item .details-shop-btn,
.store-view-map .directions-btn,
.store-view-map .set-store-button .action-set-store,
.custum-lf-popup,
.button-decor {
    background-color: #ae002d !important;
}
#store-locator-search-wrapper .contextual-bar .search-result-list ul li.result-item .details-shop-btn {
    width: 20px;
    height: 20px;
}
#store-locator-search-wrapper .contextual-bar .search-result-list ul li.result-item .details-shop-btn:before {
    top: 7px;
    right: 8px;
}
#store-locator-search-wrapper .contextual-bar .search-result-list .search-result-header p,
#store-locator-search-wrapper .contextual-bar .shop-search .fulltext-search-wrapper .form .geolocalize-container a:before {
    color: #ae002d;
}
#store-locator-search-wrapper .contextual-bar .search-result-list ul li.result-item .current-status-shop {
    display: none;
}
#store-locator-search-wrapper .contextual-bar .search-result-list .search-result-header span {
    padding-left: 56px;
}

.store-view-map .directions .directions-btn {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
}

#store-view-map .set-store-button {
    display:none;
}
.store-view-map .directions {
    margin: 10px 0 20px 0;
    display: block;
    width: 100%;
    max-width: 100%;
}


.smile-store-locator-store-search #store-locator-search-wrapper .details-link,
.smile_store_locator-store-search #store-locator-search-wrapper .details-link,
#store-locator-search-wrapper .contextual-bar .search-result-list ul li.result-item {
    cursor:default;
}

.leaflet-control-attribution.leaflet-control {
    display: none !important;
}

@media (max-width: 767px) {
    #store-locator-search-wrapper .store-locator-display-wrapper .display-btn.active {
        border-bottom: 3px solid #ae002d;
    }
}
@media (min-width: 768px) {
    #store-locator-search-wrapper .contextual-bar .shop-search .block-title span {
        margin-left: 26px;
    }
    #store-locator-search-wrapper .contextual-bar .search-result-list .search-result-header {
        padding-left: 36px;
    }
}

/* ==========================================================================
   Customer
   ========================================================================== */
body[class*=customer] .page-title,
body[class*=account] .page-title {
    margin-bottom: 30px;
}
.customer-account-create .account-social-login {
    margin-top: 10px;
    margin-bottom: 30px;
}
.block.social-login-authentication-channel.account-social-login .block-content {
    text-align: left !important;
}
.account-social-login .actions-toolbar.social-btn {
    margin-right: 5px;
}
.account-social-login .actions-toolbar.social-btn {
    width: 207px;
}
.btn-google .fa-google {
    background: none;
}
.btn-google .fa-google:before {
    content: '\f1a0';
}
.social-btn .btn-social,
.social-btn .btn-social:hover {
    color: #fff;
    border: 0;
    border-radius: 2px;
}
.btn-facebook {
    background-color: #2d4373;
}
.btn-google {
    background-color: #c23321;
}
.btn-twitter {
    background-color: #2795e9;
}
.customer-account-create .form-create-account .line {
    margin-bottom: 30px;
    font-size: 15px;
    position: relative;
    font-style: italic;
    color: #4d4d4d;
}
.customer-account-create .form-create-account .line:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55px;
    height: 1px;
    background: #c6c6c6;
    width: calc(100% - 55px);
}
.fieldset.social {
    margin-bottom: 0;
}
.legend.title {
    margin-bottom: 0;
}
.legend.title,
.customer-account-create .fieldset .legend {
    border: 0 !important;
}
.legend.title span {
    font-weight: 500;
    font-size: 18px;
}
.customer-account-create .fieldset .legend:not(.title) span {
    font-size: 15px;
}
.form-create-account .fieldset.create.account {
    margin-bottom: 15px;
}
.sparsh_consent_checkbox.required label:after,
.shopping_terms_checkbox.required label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.form-create-account .fieldset.create.account:after {
    display: none;
}
.form-create-account .fieldset.additional_info:after {
    margin: 10px 0 0;
    /*content: attr(data-hasrequired);*/
    content: '* Campi obbligatori';
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-size: 1.2rem;
}
.action.reload.captcha-reload {
    border: 0 !important;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
    border-color: #ae002d;
}
.field-tooltip .field-tooltip-action:before {
    padding-left: 1px;
    content: '\f059';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #ae002d;
    font-size: 15px;
    position: relative;
    top: 2px;
}
.account .block-gift-card .box-information,
.account .block-gift-card-setting .block-content {
    padding: 0;
}

/* ==========================================================================
   Related / Upsell
   ========================================================================== */
.block.related,
.block.upsell {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.block.related .title strong,
.block.upsell .title strong {
    font-size: 30px;
    font-weight: 300;
}
.block.related .related-available .product-item-name {
    margin-left: 0;
}
.products.owl-carousel .owl-stage {
    display: flex;
}
.page-layout-1column .products-grid .products.owl-carousel .product-product-item,
.products.owl-carousel .product-item-info {
    width: 100%;
    height: 100% !important;
    padding-bottom: 35px;
}
.block.related .products.owl-carousel .product-product-item {
    width: 310px;
}
.products.owl-carousel .owl-nav .owl-prev,
.products.owl-carousel .owl-nav .owl-next {
    top: calc(50% - 10px);
    position: absolute;
    background: transparent;
    color: #000;
}
.products.owl-carousel .owl-nav .owl-prev {
    left: -40px;
}
.products.owl-carousel .owl-nav .owl-next {
    right: -40px;
}
.products.owl-carousel .owl-nav .owl-prev:before,
.products.owl-carousel .owl-nav .owl-next:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 25px;
}
.products.owl-carousel .owl-nav .owl-prev:before {
    content: '\f053'
}
.products.owl-carousel .owl-nav .owl-next:before {
    content: '\f054';
}
.block.related .product-item-details {
    height: calc(100% - 150px);
    display: flex;
    flex-direction: column;
}
.block.related .product-item-details .recipe.information {
    margin-top: auto;
}
.block.related .points {
    justify-content: space-between;
    margin-bottom: 10px;
}
.block.related .points .point {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1 1 33.33%;
    align-items: center;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 10px;
    background: #fff;
}
.block.related .points .point:before {
    font-size: 2.2rem;
    color: #ae002d;
    margin-bottom: 25px;
}
.block.related .points span {
    font-size: 10px;
    font-weight: 500;
    margin-top: 5px;
    letter-spacing: 0;
}
.block.related .points .point.dificulty:before {
    content: '\f86b';
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 400;
}
.block.related .points .point.prep:before {
    content: '\f017';
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 400;
}
.block.related .points .point.per-person:before {
    content: "\e904";
    font-family: 'callipo' !important;
}
.block.related .product-item-photo {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
.block.related .information .actions {
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    margin: 0;
    height: 35px;
}
.block.related .information .actions .action.primary {
    background: #303030;
    flex: 1 1;
    -webkit-flex: 1;
    border: 0;
    border-radius: 0;
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    font-weight: 500;
    height: 35px;
    font-size: 12px;
    text-transform: uppercase;
}
.block.related .information .actions .action.primary:after {
    content: "\f061";
    margin-left: 20px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
}
.block.related .product-item-name > a {
    padding: 10px 10px 15px;
    font-weight: bold;
    font-size: 14px;
}

/* ==========================================================================
   Recipes / Chef
   ========================================================================== */
.recipes-chef-container {
    margin-top: 7rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .recipes-chef-container {
        max-width: 70% !important;
    }
}

/* ==========================================================================
   Overflow mess
   ========================================================================== */
.bundle-options-container .block-bundle-summary .product-image-container {
    position: relative;
}

/* ==========================================================================
   Home notice
   ========================================================================== */
.home-notice-container {
    padding: 40px 0;
}
.home-notice-container h3 {
    margin-bottom: 25px;
}
.home-notice-container p {
    font-size: 14px;
}

/** new home **/

.punti-forza {
    background: linear-gradient(0deg, #f5f5f5, transparent);
}
.punti-forza .preview-text,
.punti-forza .hidden-text {
    text-shadow:0 2px 4px rgba(0, 0, 0, 0.5);
}

h2.trasparenza-title {
    font-family: 'Buda', serif;
    color:#fff;
    font-size:44px;
    text-shadow:0 2px 4px rgba(0, 0, 0, 0.5);
}
.punti-forza .preview-text p, .punti-forza .preview-text a, .punti-forza .hidden-text p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.punti-forza .preview-text a {
    font-size: 10px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.show-hidden a.pagebuilder-button-link,
.show-less a.pagebuilder-button-link
{
    font-size: 10px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

.show-hidden a.pagebuilder-button-link:after,
.show-less a.pagebuilder-button-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    display: block;
    font-size: 1.6em;
    font-weight: 300;
}

.show-less a.pagebuilder-button-link:after {
    content: "\f00d";
}

.punti-forza .preview-text a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    display: block;
    font-size: 1.6em;
    font-weight: 300;
}
.punti-forza.open .preview-text a:after {
    content: "\f00d";
}

.punti-forza.open .show-hidden a.pagebuilder-button-link:after {
    content: "\f00d";
}

.punti-forza .hidden-text {
    overflow:hidden;
    height:0;
    transition:all 0.3s;
}

.punti-forza.open .hidden-text {
    height:auto;
}

h2.punti-forza-title {
    font-family:'Buda';
    font-size:37px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.punto-forza h3 {
    font-family: 'Buda';
    font-size: 30px;
    padding: 7px 15px;
    color: var(--callipo-dark-red);
    height: 86px;
}
@media(min-width: 768px) {
    .punto-forza h3 {
        padding: 7px 55px;
    }
}

.punto-forza div[data-content-type="text"] p,
.punto-forza div[data-content-type="text"] a{
    font-size:17px;
}

.featured-recipe-source-container {
    background-color:#00000080;
    color:#fff;
    padding:30px 40px 25px 40px;
}
.featured-recipe-source .product-item-inner,
.featured-recipe-source .product-item-photo,
.featured-recipe-source .price-box {
    display:none !important;
}
.featured-recipe-source .block.widget .product-item-info {
    background: transparent;
    color: #fff;
    padding: 0;
    text-align: left;
    margin-bottom: 45px !important;
}
.featured-recipe-source .block.widget .product-item-info .product-item-name > a {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.07;
    color: #fff;
}

.pagebuilder-column .featured-recipe-source[data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
    width:auto;
}

div[data-content-type="button-item"] a.pagebuilder-button-primary {
    border-radius:8px;
    background:var(--callipo-main-color);
    color:#fff;
    padding:9px 10px 8px;
    border-color:var(--callipo-main-color);
}

.featured-recipe-source-container .featured-recipe-button, .featured-recipe-source-container .featured-recipe-button .pagebuilder-button-primary {
    display: block !important;
}

.featured-recipe-source-container h4 {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.featured-recipe-source-container .all-recipes-button-view .pagebuilder-button-link {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 10px;
    padding:0;
}

/* ==========================================================================
   Checkout shopping terms input
   ========================================================================== */
div[name*=shopping_terms] {
    width: 100%;
    padding: 0 0.6em;
}
div[name*=shopping_terms] select {
    display: none;
}
div[name*=shopping_terms] label {
    font-weight: 400 !important;
    font-size: 1.2em;
    overflow: visible !important;
}
div[name*=shopping_terms] label:before {
    content: "\f111";
    padding-right: 1em;
    font-family: 'Font Awesome 5 Pro';
}
div[name*=shopping_terms] label.checked:before {
    content: "\f058";
}
