.wrapper {padding: 24px;}
.wrapper-inner {overflow: hidden;}
body.scroll-type-fixed .main-header,
body.scroll-type-sticky .main-header {top: 24px; left: 24px; right: 24px;}
body.scroll-type-fixed.has-side-menu .main-header {left: 24px; right: 24px;}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, ul, ol, .wpb_content_element.dist_title_element {margin-bottom: 30px;}

small {font-size: 66.66666667%;}

.main-header::before {content: ""; display: block; position: absolute; left: 0; right: 0; bottom: 100%; height: 24px; background: #fff;}

.header-bottom {background: transparent; padding: 0 54px;
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-ms-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}
.scrollmin .header-bottom {background: #fff;}

.special-menu-btn-container {height: 120px; line-height: 120px;}

.special-menu-btn,
.mobile-menu-btn,
.mobile-special-btn {color: #fff; font-size: 37px; width: 40px; height: 40px; line-height: 40px;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.scrollmin .special-menu-btn,
.scrollmin .mobile-menu-btn,
.scrollmin .mobile-special-btn {color: #000;}

.logo-wrapper {width: 207px; height: 120px; line-height: 120px; position: relative;}

img.logo1,
img.logo2 {position: absolute; top: 0; left: 0; padding: 33px 0 20px;
	-webkit-transition: opacity .2s ease, visibility .2s ease;
	-moz-transition: opacity .2s ease, visibility .2s ease;
	-ms-transition: opacity .2s ease, visibility .2s ease;
	-o-transition: opacity .2s ease, visibility .2s ease;
	transition: opacity .2s ease, visibility .2s ease;
}

img.logo1 {opacity: 1; visibility: visible;}
img.logo2 {opacity: 0; visibility: hidden; display: inline;}
.scrollmin img.logo1 {opacity: 0; visibility: hidden;}
.scrollmin img.logo2 {opacity: 1; visibility: visible;}

.widget-header-bottom-right {height: 120px; line-height: 120px; vertical-align: middle; margin-right: 28px;}
.header-cart-button {display: inline-block; line-height: 34px; height: 34px; vertical-align: middle; position: relative;}
.header-cart-button-icon {float: left; font-size: 24px; color: #FFFFFF; padding-right: 12px;}
.header-cart-button-number {float: left; border: 2px solid #fff; border-right-width: 1px; background-color: #fff; color: #000; font-weight: 700;
font-size: 18px; line-height: 30px; text-align: center; width: 26px; padding: 0; margin: 0; border-radius: 0; vertical-align: top;}
.header-cart-button-text {float: left; border: 2px solid #fff; border-left-width: 1px; background-color: transparent;
color: #fff; font-weight: 700; font-size: 14px; line-height: 30px; text-align: center; width: 112px; padding: 0;
margin: 0; border-radius: 0; text-transform: uppercase; vertical-align: top;}
.header-cart-button:hover .header-cart-button-text {background-color: #fff; color: #000;}

.header-cart-button-icon,
.header-cart-button-number,
.header-cart-button-text {
	-webkit-transition: border .2s ease,background .2s ease,color .2s ease;
	-moz-transition: border .2s ease,background .2s ease,color .2s ease;
	-ms-transition: border .2s ease,background .2s ease,color .2s ease;
	-o-transition: border .2s ease,background .2s ease,color .2s ease;
	transition: border .2s ease,background .2s ease,color .2s ease;
}
.scrollmin .header-cart-button-icon {color: #000;}
.scrollmin .header-cart-button-number {border-color: #000; background-color: #000; color: #fff;}
.scrollmin .header-cart-button-text {border-color: #000; background-color: #fff; color: #000;}
.scrollmin .header-cart-button:hover .header-cart-button-text {background-color: #000; color: #fff;}

.side-menu-section {width: 346px; padding: 0;}
body.has-side-menu-above.has-side-menu-left .side-menu-section,
body.has-side-menu-with.has-side-menu-left .side-menu-section {left: -346px;}

.side-menu-close {color: #000;}

.side-menu-main {position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 20; padding: 77px 26px 0 64px; background-color: #ffffff;}
.side-menu-under {position: absolute; top: 0; left: 100%; bottom: 0; z-index: 10; margin-left: -303px; width: 303px; box-sizing: border-box;
padding: 77px 28px 0 54px; background-color: #87CED4; visibility: hidden;
	-webkit-transition: margin-left .3s ease;
	-moz-transition: margin-left .3s ease;
	-ms-transition: margin-left .3s ease;
	-o-transition: margin-left .3s ease;
	transition: margin-left .3s ease;
}
.side-menu-under-close {display: none; position: absolute; top: 15px; right: 15px; width: 30px; height: 30px; line-height: 30px; vertical-align: middle; text-align: center; color: #fff;}
.side-menu-section.sub-open .side-menu-under {margin-left: 0;}
.side-menu-section.sub-open .side-menu-under,
.side-menu-section.sub-animate .side-menu-under {visibility: visible;}

.side-menu-widget-above-menu {margin-bottom: 52px;}

.side-menu li>a,
.side-menu-under ul a {font-family: EB Garamond; font-weight: 800; font-size: 24px; line-height: 23px; color: #000000; text-align: left;
padding: 10px 20px 10px 0; position: relative; display: block;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
.side-menu:hover li>a {color: #9A9A9A;}
.side-menu li>a:hover {color: #000000;}
.side-menu-under ul a:hover {color: #fff;}
.side-menu li>a .far,
.side-menu-under ul a .far {position: absolute; top: 50%; right: 10px; font-size: 18px; line-height: 24px; margin-top: -12px; opacity: 0; visibility: hidden;
	-webkit-transition: right .2s ease, opacity .2s ease, visibility .2s ease;
	-moz-transition: right .2s ease, opacity .2s ease, visibility .2s ease;
	-ms-transition: right .2s ease, opacity .2s ease, visibility .2s ease;
	-o-transition: right .2s ease, opacity .2s ease, visibility .2s ease;
	transition: right .2s ease, opacity .2s ease, visibility .2s ease;
}
.side-menu li.open-sub-menu>a {cursor: pointer;}
.side-menu li>a:hover .far,
.side-menu-under ul a:hover .far {right: 0; opacity: 1; visibility: visible;}

.side-menu-widget-below-menu {font-size: 14px; line-height: 17px; text-transform: uppercase;
position: absolute; left: 64px; right: 44px; bottom: 42px;}
.side-menu-widget-below-menu h5,
.side-menu-under h5 {font-weight: bold; font-size: 18px; line-height: 17px; text-transform: uppercase; color: #BBBBBB; margin-bottom: 33px;}
.side-menu-widget-below-menu h6 {font-family: EB Garamond; font-weight: bold; font-size: 18px; line-height: 17px; text-transform: none;}
.side-menu-widget-below-menu a {color: inherit;}
.below-menu-item {color: #BBBBBB; margin-bottom: 45px;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
.below-menu-item:last-child {margin-bottom: 0;}
.below-menu-item:hover {color: #000000;}
.below-menu-item h6,
.below-menu-item p {margin-bottom: 30px;}
.below-menu-item:last-child .map-p {margin-bottom: 10px;}
.below-menu-item h6:last-child,
.below-menu-item p:last-child {margin-bottom: 0;}

.side-menu-under h5 {color: #fff;}
.side-menu-under ul a {font-weight: 700; color: #fff; color: rgba(255, 255, 255, 0.67);}
.side-menu-under-item {margin-bottom: 50px;}
.side-menu-under-item:last-child {margin-bottom: 0;}

.side-menu li.wpml-ls-item>a {font-family: Lato; font-weight: bold; font-size: 18px; line-height: 17px; color: #000000; margin-top: 20px;}
.side-menu li.wpml-ls-item>a .far {display: none;}

.tel-p {font-weight: 800;}

.content {min-height: 1px !important;}
.content-inner {padding: 0;}
.content-inner>section>.vc_row {margin-bottom: 24px;}
.product-page-content>section>.vc_row {margin-bottom: 48px;}
.content-inner>section>.vc_row:last-child,
.product-page-content>section>.vc_row:last-child {margin-bottom: 0;}

.product-page-content {opacity: 1; visibility: visible; padding: 60px 0;
	-webkit-transition: opacity .35s ease, visibility .35s ease;
	-moz-transition: opacity .35s ease, visibility .35s ease;
	-ms-transition: opacity .35s ease, visibility .35s ease;
	-o-transition: opacity .35s ease, visibility .35s ease;
	transition: opacity .35s ease, visibility .35s ease;
}
.product-page-content.hidden {opacity: 0; visibility: hidden;}

.home-video .wpb_column {padding-top: 39%;}
.home-video .row-image-bg::before {content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
background-color: rgba(33, 33, 33, .18); z-index: 10;}
.home-video a {position: absolute; bottom: 14px; left: 50%; width: 100px; margin-left: -50px; padding: 10px 0;
font-weight: 900; font-size: 13px; line-height: 14px; color: #FFFFFF; text-transform: uppercase; text-align: center;}
.home-video a::after {content: "\f078"; font-family: "Font Awesome 5 Pro"; font-weight: 400; -moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; display: block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; font-size: 36px;}

.product-top {background-image: url(/wp-content/uploads/2019/11/product-top.png); background-size: auto; background-position: right center;}
.product-page-content h1,
.product-page-content h2 {color: #98D5DA;}
.product-page-content[data-color="orange"] h1,
.product-page-content[data-color="orange"] h2 {color: #FBB24C;}
.product-page-content[data-color="green"] h1,
.product-page-content[data-color="green"] h2 {color: #CCC23C;}
.product-page-content[data-color="cream"] h1,
.product-page-content[data-color="cream"] h2 {color: #ffcf9a;}

.content-bottom {background-color: transparent;}

.main-footer {margin-top: 24px;}
.main-footer .menu .far {display: none;}
.footer-top-bottom {
	-webkit-transition: background-color .4s ease;
	-moz-transition: background-color .4s ease;
	-ms-transition: background-color .4s ease;
	-o-transition: background-color .4s ease;
	transition: background-color .4s ease;
}
.footer-top-bottom[data-color="blue"] {background-color: #78C7CE;}
.footer-top-bottom[data-color="orange"] {background-color: #fa9a20;}
.footer-top-bottom[data-color="cream"] {background-color: #fcd9b3;}

.pasta-slider-container {background-color: #78C7CE; margin-bottom: 24px; position: relative;
background-image: url(/wp-content/uploads/2019/11/slider-bg.png); background-size: cover; background-repeat: no-repeat;
	-webkit-transition: background-color .4s ease;
	-moz-transition: background-color .4s ease;
	-ms-transition: background-color .4s ease;
	-o-transition: background-color .4s ease;
	transition: background-color .4s ease;
}
.pasta-slider-container[data-color="orange"] {background-color: #fa9a20;}
.pasta-slider-container[data-color="green"] {background-color: #b4a713;}
.pasta-slider-container[data-color="cream"] {background-color: #fcd9b3;}

.pasta-slider-item {height: 783px; display: none;}
.pasta-slider-item.pasta-slider-item-active,
.tns-slider .pasta-slider-item {display: block;}

.pasta-slider-image {float: left; width: 50%; text-align: center; padding-right: 8px; box-sizing: border-box;}
.pasta-slider-text {float: left; width: 50%; color: #fff; padding-left: 8px; box-sizing: border-box;}
.pasta-slider-text h1,
.pasta-slider-text h2 {color: inherit !important; margin-bottom: 60px;}
.pasta-slider-text h1 small,
.pasta-slider-text h2 small {display: block;}
.pasta-slider-desc {font-size: 18px; line-height: 22px; text-transform: uppercase; margin-bottom: 40px;}
.pasta-slider-price {margin-bottom: 10px;}

.pasta-form-pack-price {font-weight: bold; font-size: 36px; line-height: 43px; text-transform: uppercase;}
.pasta-form-unit-price {font-style: italic; font-size: 14px; line-height: 17px; text-transform: uppercase;}
.pasta-form-unit-price .woocommerce-Price-amount {font-size: 18px; line-height: 22px;}

.add-to-cart-form {font-size: 0; line-height: 0;}
.add-to-cart-form .plus,
.add-to-cart-form .minus {border: 2px solid #000; background-color: #000; color: #fff; font-weight: 700; font-size: 24px;
line-height: 30px; text-align: center; width: 29px; padding: 0; margin: 0;  border-radius: 0; vertical-align: top;
	-webkit-transition: border .2s ease, background .2s ease, color .2s ease;
	-moz-transition: border .2s ease, background .2s ease, color .2s ease;
	-ms-transition: border .2s ease, background .2s ease, color .2s ease;
	-o-transition: border .2s ease, background .2s ease, color .2s ease;
	transition: border .2s ease, background .2s ease, color .2s ease;
}
.add-to-cart-form .plus:hover,
.add-to-cart-form .minus:hover {border-color: #000; background-color: #fff; color: #000;}
.add-to-cart-form .quantity {border: 2px solid #000; border-right-width: 1px; background-color: #000; color: #fff; font-weight: 700; font-size: 18px;
line-height: 30px; text-align: center; width: 26px; padding: 0; margin: 0;  border-radius: 0; vertical-align: top;}
.add-to-cart-form .add-to-cart-button {border: 2px solid #000; border-left-width: 1px; background-color: #fff; color: #000; font-weight: 700; font-size: 14px;
line-height: 30px; text-align: center; width: 112px; padding: 0; margin: 0;  border-radius: 0; text-transform: uppercase; vertical-align: top;
	-webkit-transition: border .2s ease, background .2s ease, color .2s ease;
	-moz-transition: border .2s ease, background .2s ease, color .2s ease;
	-ms-transition: border .2s ease, background .2s ease, color .2s ease;
	-o-transition: border .2s ease, background .2s ease, color .2s ease;
	transition: border .2s ease, background .2s ease, color .2s ease;
}
.add-to-cart-form .add-to-cart-button:hover {border-color: #000; background-color: #000; color: #fff;}
.add-to-cart-form .plus {margin-right: 9px;}
.add-to-cart-form .minus {margin-left: 9px;}

.pasta-slider-form::after {content: ""; display: block; clear: both;}
.pasta-slider-form .add-to-cart-form {float: left;}
.pasta-slider-pack {float: left; margin: 17px 0 0 19px;}
.pasta-pack {font-size: 14px; line-height: 17px; text-transform: uppercase;}

.pasta-slider-container .add-to-cart-form .plus,
.pasta-slider-container .add-to-cart-form .minus {border-color: #fff; background-color: #fff; color: #9AD6DB;}
.pasta-slider-container .add-to-cart-form .plus:hover,
.pasta-slider-container .add-to-cart-form .minus:hover {border-color: #fff; background-color: transparent; color: #fff;}
.pasta-slider-container .add-to-cart-form .quantity {border-color: #fff; background-color: #fff; color: #9AD6DB;}
.pasta-slider-container .add-to-cart-form .add-to-cart-button {border-color: #fff; background-color: transparent; color: #fff;}
.pasta-slider-container .add-to-cart-form .add-to-cart-button:hover {border-color: #fff; background-color: #fff; color: #9AD6DB;}

.pasta-slider-container[data-color="orange"] .add-to-cart-form .plus,
.pasta-slider-container[data-color="orange"] .add-to-cart-form .minus {color: #FBB24C;}
.pasta-slider-container[data-color="orange"] .add-to-cart-form .plus:hover,
.pasta-slider-container[data-color="orange"] .add-to-cart-form .minus:hover {color: #fff;}
.pasta-slider-container[data-color="orange"] .add-to-cart-form .quantity {color: #FBB24C;}
.pasta-slider-container[data-color="orange"] .add-to-cart-form .add-to-cart-button {color: #fff;}
.pasta-slider-container[data-color="orange"] .add-to-cart-form .add-to-cart-button:hover {color: #FBB24C;}

.pasta-slider-container[data-color="green"] .add-to-cart-form .plus,
.pasta-slider-container[data-color="green"] .add-to-cart-form .minus {color: #CCC23C;}
.pasta-slider-container[data-color="green"] .add-to-cart-form .plus:hover,
.pasta-slider-container[data-color="green"] .add-to-cart-form .minus:hover {color: #fff;}
.pasta-slider-container[data-color="green"] .add-to-cart-form .quantity {color: #CCC23C;}
.pasta-slider-container[data-color="green"] .add-to-cart-form .add-to-cart-button {color: #fff;}
.pasta-slider-container[data-color="green"] .add-to-cart-form .add-to-cart-button:hover {color: #CCC23C;}

.pasta-slider-container[data-color="cream"] .add-to-cart-form .plus,
.pasta-slider-container[data-color="cream"] .add-to-cart-form .minus {color: #fcd9b3;}
.pasta-slider-container[data-color="cream"] .add-to-cart-form .plus:hover,
.pasta-slider-container[data-color="cream"] .add-to-cart-form .minus:hover {color: #000;}
.pasta-slider-container[data-color="cream"] .add-to-cart-form .quantity {color: #fcd9b3;}
.pasta-slider-container[data-color="cream"] .add-to-cart-form .add-to-cart-button {color: #fff;}
.pasta-slider-container[data-color="cream"] .add-to-cart-form .add-to-cart-button:hover {color: #fcd9b3;}

.single-product img {vertical-align: top;}

.pasta-page-form {text-align: center;}
.pasta-page-form-thumb {margin-bottom: 20px;}
.pasta-page-form .add-to-cart-form {margin: 24px 0 20px;}

.tns-visually-hidden {display: none;}

.pasta-slider-container .tns-controls,
.pasta-slider-container .tns-nav {display: none;}

.pasta-slider-controls {position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; pointer-events: none;}
.pasta-slider-controls .container {height: 100%; position: relative;}
.pasta-slider-controls a.prev,
.pasta-slider-controls a.next {position: absolute; top: 50%; font-size: 72px; line-height: 80px; color: #FFFFFF;
padding: 0; border: 0; border-radius: 0; margin-top: -40px; background: transparent; width: 50px; text-align: center; pointer-events: all;}
.pasta-slider-controls a.prev {right: 100%; margin-right: 20px;}
.pasta-slider-controls a.next {left: 100%; margin-left: 20px;}

.pasta-slider-container[data-count="1"] .pasta-slider-controls {display: none;}

.pasta-slider-nav {position: absolute; left: 0; right: 0; bottom: 50px; text-align: center; z-index: 4; font-size: 0; line-height: 0; pointer-events: none;}
.pasta-slider-nav a {font-family: EB Garamond; font-weight: 700; font-size: 24px; line-height: 23px;
color: #fff; color: rgba(255, 255, 255, 0.58); padding: 0 22px; pointer-events: all;
	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-ms-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
}
.pasta-slider-nav a:hover,
.pasta-slider-nav a.active {color: #fff;}

.pasta-slider-other {position: absolute; left: 5%; bottom: 50px; text-align: left; z-index: 3; font-size: 0; line-height: 0; pointer-events: none;}
.pasta-slider-other a {font-family: EB Garamond; font-weight: 700; font-size: 24px; line-height: 23px; color: #fff; color: #fff; padding: 0 22px; margin: 0 -22px; pointer-events: all;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -ms-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

.pasta-slider-item .container,
.pasta-slider-controls .container {width: 1200px !important;}

.pasta-slider-container.no-animation .tns-slider,
.pasta-slider-container.no-animation .pasta-slider-nav a {
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.pasta-pages {display: none;}

.pasta-slider-form .woocommerce-notices-wrapper,
.pasta-page-form .woocommerce-notices-wrapper {clear: both; width: auto !important; margin: 0 !important; padding: 20px 0 0 !important;}
.pasta-slider-form .woocommerce-message,
.pasta-page-form .woocommerce-message {background-color: transparent !important; color: inherit !important; border-top: 0 !important;
text-align: left !important; padding: 0 0 0 30px !important; font-size: 18px !important; line-height: 22px !important;
text-transform: uppercase !important; margin-bottom: 45px !important;}
.pasta-slider-form .woocommerce-message::before,
.pasta-page-form .woocommerce-message::before {left: 0 !important; top: 0 !important; color: inherit !important;}
.pasta-slider-form .woocommerce-message .button,
.pasta-page-form .woocommerce-message .button {border: 2px solid #000; background-color: #fff; color: #000; font-weight: 700; font-size: 14px;
line-height: 30px; text-align: center; width: 90px; padding: 0 !important; margin: 0 0 0 4px; border-radius: 0; text-transform: uppercase;
vertical-align: top;
    -webkit-transition: border .2s ease, background .2s ease, color .2s ease;
    -moz-transition: border .2s ease, background .2s ease, color .2s ease;
    -ms-transition: border .2s ease, background .2s ease, color .2s ease;
    -o-transition: border .2s ease, background .2s ease, color .2s ease;
    transition: border .2s ease, background .2s ease, color .2s ease;
}
.pasta-slider-form .woocommerce-message .button {border-color: #fff; background-color: transparent; color: #fff;}
.pasta-slider-form .woocommerce-message .button:hover {border-color: #fff; background-color: #fff; color: #9AD6DB;}
.pasta-slider-form .woocommerce-message .button:hover {color: #9AD6DB;}
.pasta-slider-container[data-color="orange"] .pasta-slider-form .woocommerce-message .button:hover {color: #FBB24C;}
.pasta-slider-container[data-color="green"] .pasta-slider-form .woocommerce-message .button:hover {color: #CCC23C;}
.pasta-slider-container[data-color="cream"] .pasta-slider-form .woocommerce-message .button:hover {color: #fcd9b3;}
.pasta-page-form .woocommerce-message .button:hover {border-color: #000; background-color: #000; color: #fff;}

.content-inner>.row-full-width.big-buttons-row {margin-left: -12.5px; margin-right: -12.5px;}
.big-buttons-row .vc_column_container>.vc_column-inner {padding-left: 12.5px; padding-right: 12.5px;}
.big-button {display: block; position: relative; color: #fff; background-size: cover; background-position: center; background-repeat: no-repeat;}
.big-button-cut {background-color: #b4a713; background-image: url(/wp-content/uploads/2019/12/cut-pasta-btn.jpg);}
.big-button-stuffed {background-color: #fa9a20; background-image: url(/wp-content/uploads/2019/12/stuffed-pasta-btn.jpg);}
.big-button-height {padding-top: 80%;}
.big-button-animation {position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; overflow: hidden;}
.big-button-cut .big-button-animation-hover {position: absolute; left: 0; bottom: 0; width: 106%; height: 110%; overflow: hidden; pointer-events: none; z-index: 2;}
.big-button-stuffed .big-button-animation-hover {position: absolute; right: -24px; bottom: 0; width: 120%; height: 120%; overflow: hidden; pointer-events: none; z-index: 2;}
.big-button-content {position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; text-align: center;}
.big-button-title {display: inline-block; position: relative;}
.big-button-title::after {content: ""; display: block; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; background-color: #fff;
	-webkit-transition: left .3s ease, width .3s ease;
	-moz-transition: left .3s ease, width .3s ease;
	-ms-transition: left .3s ease, width .3s ease;
	-o-transition: left .3s ease, width .3s ease;
	transition: left .3s ease, width .3s ease;
}
.big-button:hover .big-button-title::after {left: 0; width: 100%;}

.bba {position: absolute; opacity: 0; visibility: hidden; background-size: cover; background-position: center; background-repeat: no-repeat;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.big-button:hover .bba {opacity: 1; visibility: visible; margin: 0;}
.bba .bba-inner {width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.big-button:hover .bba .bba-inner {
	-webkit-transform: translate(0, 0) !important;
	-moz-transform: translate(0, 0) !important;
	-ms-transform: translate(0, 0) !important;
	-o-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
}
.big-button-cut .bba-init {left: 0; right: 0; bottom: 0; padding-top: 31%; background-image: url(/wp-content/uploads/2019/12/cut-pastas-init.png);
background-position: bottom center; background-size: 100% auto; background-repeat: no-repeat; opacity: 1; visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.big-button-stuffed .bba-init {left: 0; right: 0; bottom: 0; padding-top: 34.5%; background-image: url(/wp-content/uploads/2019/12/stuffed-pastas-init.png);
background-position: bottom center; background-size: 100% auto; background-repeat: no-repeat; opacity: 1; visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.big-button-cut:hover .bba-init,
.big-button-stuffed:hover .bba-init {bottom: -200px; opacity: 0; visibility: hidden;}

.big-button-cut .bba1 {width: 54.020618556701%; height: 50.062111801242%; top: -9%; right: -6%;}
.big-button-cut .bba2 {width: 40.20618556701%; height: 44.099378881988%; bottom: 0; left: 0;}
.big-button-cut .bba3 {width: 56.701030927835%; height: 26.459627329193%; bottom: 0; left: 45%; z-index: 5;}
.big-button-cut .bba4 {width: 17.216494845361%; height: 21.490683229814%; top: 0; left: 22%;}
.big-button-cut .bba5 {width: 3.1958762886598%; height: 3.7267080745342%; top: 89.5%; left: 38%; z-index: 10;}
.big-button-cut .bba6 {width: 4.639175257732%; height: 5.7142857142857%; top: 64.5%; left: 6%;}
.big-button-cut .bba7 {width: 4.1237113402062%; height: 4.8447204968944%; top: 78%; left: 81%;}
.big-button-cut .bba8 {width: 3.9175257731959%; height: 4.9689440993789%; top: 82%; left: 53%;}
.big-button-cut .bba9 {width: 4.2268041237113%; height: 4.8447204968944%; display: none;}
.big-button-cut .bba10 {width: 4.020618556701%; height: 5.0931677018634%; top: 92%; left: 72%;}
.big-button-cut .bba11 {width: 43.917525773196%; height: 24.72049689441%; bottom: 0; left: 73%;}
.big-button-cut .bba12 {width: 11.649484536082%; height: 16.645962732919%; top: 71%; left: 64%;}
.big-button-cut .bba13 {width: 12.886597938144%; height: 15.652173913043%; top: 21%; left: 91%;}
.big-button-cut .bba14 {width: 11.546391752577%; height: 20.745341614907%; top: 50%; left: 0;}
.big-button-cut .bba15 {width: 12.268041237113%; height: 19.751552795031%; top: 12%; left: 40%;}
.big-button-cut .bba16 {width: 6.5979381443299%; height: 13.788819875776%; top: 34%; left: 0;}
.big-button-cut .bba17 {width: 19.278350515464%; height: 26.086956521739%; top: 57%; right: 0;}
.big-button-cut .bba18 {width: 15.567010309278%; height: 19.627329192547%; top: 27%; left: 29%;}
.big-button-cut .bba19 {width: 12.474226804124%; height: 17.018633540373%; top: 35%; left: 73%;}
.big-button-cut .bba20 {width: 11.649484536082%; height: 16.645962732919%; top: 31%; left: 92%;}
.big-button-cut .bba21 {width: 23.814432989691%; height: 21.366459627329%; bottom: 0; left: 86.8%;}

.big-button-cut .bba1 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-1.png);
	-webkit-transform: translate(30%, -30%);
    -moz-transform: translate(30%, -30%);
    -ms-transform: translate(30%, -30%);
    -o-transform: translate(30%, -30%);
    transform: translate(30%, -30%);
}
.big-button-cut .bba2 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-2.png);
	-webkit-transform: translate(-30%, 40%);
    -moz-transform: translate(-30%, 40%);
    -ms-transform: translate(-30%, 40%);
    -o-transform: translate(-30%, 40%);
    transform: translate(-30%, 40%);
}
.big-button-cut .bba3 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-3.png);
	-webkit-transform: translate(-20%, 70%);
    -moz-transform: translate(-20%, 70%);
    -ms-transform: translate(-20%, 70%);
    -o-transform: translate(-20%, 70%);
    transform: translate(-20%, 70%);
}
.big-button-cut .bba4 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-4.png);
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.big-button-cut .bba5 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-5.png);
	-webkit-transform: translate(-150%, 350%);
    -moz-transform: translate(-150%, 350%);
    -ms-transform: translate(-150%, 350%);
    -o-transform: translate(-150%, 350%);
    transform: translate(-150%, 350%);
}
.big-button-cut .bba6 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-6.png);
	-webkit-transform: translate(-240%, 80%);
    -moz-transform: translate(-240%, 80%);
    -ms-transform: translate(-240%, 80%);
    -o-transform: translate(-240%, 80%);
    transform: translate(-240%, 80%);
}
.big-button-cut .bba7 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-7.png);
	-webkit-transform: translate(300%, 240%);
    -moz-transform: translate(300%, 240%);
    -ms-transform: translate(300%, 240%);
    -o-transform: translate(300%, 240%);
    transform: translate(300%, 240%);
}
.big-button-cut .bba8 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-8.png);
	-webkit-transform: translate(80%, 240%);
    -moz-transform: translate(80%, 240%);
    -ms-transform: translate(80%, 240%);
    -o-transform: translate(80%, 240%);
    transform: translate(80%, 240%);
}
.big-button-cut .bba9 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-9.png);}
.big-button-cut .bba10 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-10.png);
	-webkit-transform: translate(300%, 200%);
    -moz-transform: translate(300%, 200%);
    -ms-transform: translate(300%, 200%);
    -o-transform: translate(300%, 200%);
    transform: translate(300%, 200%);
}
.big-button-cut .bba11 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-11.png);
	-webkit-transform: translate(20%, 80%);
    -moz-transform: translate(20%, 80%);
    -ms-transform: translate(20%, 80%);
    -o-transform: translate(20%, 80%);
    transform: translate(20%, 80%);
}
.big-button-cut .bba12 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-12.png);
	-webkit-transform: translate(60%, 60%);
    -moz-transform: translate(60%, 60%);
    -ms-transform: translate(60%, 60%);
    -o-transform: translate(60%, 60%);
    transform: translate(60%, 60%);
}
.big-button-cut .bba13 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-13.png);
	-webkit-transform: translate(40%, -70%);
    -moz-transform: translate(40%, -70%);
    -ms-transform: translate(40%, -70%);
    -o-transform: translate(40%, -70%);
    transform: translate(40%, -70%);
}
.big-button-cut .bba14 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-14.png);
	-webkit-transform: translate(-110%, -30%);
    -moz-transform: translate(-110%, -30%);
    -ms-transform: translate(-110%, -30%);
    -o-transform: translate(-110%, -30%);
    transform: translate(-110%, -30%);
}
.big-button-cut .bba15 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-15.png);
	-webkit-transform: translate(-20%, -60%);
    -moz-transform: translate(-20%, -60%);
    -ms-transform: translate(-20%, -60%);
    -o-transform: translate(-20%, -60%);
    transform: translate(-20%, -60%);
}
.big-button-cut .bba16 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-16.png);
	-webkit-transform: translate(-120%, -70%);
    -moz-transform: translate(-120%, -70%);
    -ms-transform: translate(-120%, -70%);
    -o-transform: translate(-120%, -70%);
    transform: translate(-120%, -70%);
}
.big-button-cut .bba17 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-17.png);
	-webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(40%, 10%);
}
.big-button-cut .bba18 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-18.png);
	-webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}
.big-button-cut .bba19 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-19.png);
	-webkit-transform: translate(80%, -120%);
    -moz-transform: translate(80%, -120%);
    -ms-transform: translate(80%, -120%);
    -o-transform: translate(80%, -120%);
    transform: translate(80%, -120%);
}
.big-button-cut .bba20 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-20.png);
	-webkit-transform: translate(50%, -20%);
    -moz-transform: translate(50%, -20%);
    -ms-transform: translate(50%, -20%);
    -o-transform: translate(50%, -20%);
    transform: translate(50%, -20%);
}
.big-button-cut .bba21 .bba-inner {background-image: url(/wp-content/uploads/2019/12/cut-animation-21.png);
	-webkit-transform: translate(50%, 60%);
    -moz-transform: translate(50%, 60%);
    -ms-transform: translate(50%, 60%);
    -o-transform: translate(50%, 60%);
    transform: translate(50%, 60%);
}

.big-button-stuffed .bba1 {width: 10.018214936248%; height: 22.209567198178%; top: 28%; right: 0;}
.big-button-stuffed .bba2 {width: 21.311475409836%; height: 11.503416856492%; bottom: 0; left: 26.5%;}
.big-button-stuffed .bba3 {width: 25.500910746812%; height: 31.435079726651%; top: 45%; left: 66%; z-index: 5;}
.big-button-stuffed .bba4 {width: 18.488160291439%; height: 32.346241457859%; top: 40%; right: 0;}
.big-button-stuffed .bba5 {width: 3.2786885245902%; height: 29.271070615034%; display: none;}
.big-button-stuffed .bba6 {width: 25.318761384335%; height: 28.132118451025%; top: 20%; left: 30%;}
.big-button-stuffed .bba7 {width: 25.500910746812%; height: 31.435079726651%; top: 78%; left: 52%;}
.big-button-stuffed .bba8 {width: 20.765027322404%; height: 17.881548974943%; bottom: 0; left: 65%;}
.big-button-stuffed .bba9 {width: 20.765027322404%; height: 19.476082004556%; bottom: 0; left: 20.5%; z-index: 10;}
.big-button-stuffed .bba10 {width: 28.506375227687%; height: 18.337129840547%; bottom: 0; left: 75.5%; z-index: 10;}
.big-button-stuffed .bba11 {width: 27.504553734062%; height: 33.940774487472%; top: 23%; left: 72%;}
.big-button-stuffed .bba12 {width: 22.768670309654%; height: 28.929384965831%; top: 32%; left: 22%; z-index: 10;}
.big-button-stuffed .bba13 {width: 12.841530054645%; height: 16.628701594533%; top: 88%; left: 36%; z-index: 5;}
.big-button-stuffed .bba14 {width: 25.045537340619%; height: 32.232346241458%; top: 40.5%; left: 18.5%;}
.big-button-stuffed .bba15 {width: 29.59927140255%; height: 25.626423690205%; bottom: 0; left: 84%; z-index: 5;}
.big-button-stuffed .bba16 {width: 1.7304189435337%; height: 2.0501138952164%; display: none;}
.big-button-stuffed .bba17 {width: 2.0947176684882%; height: 2.8473804100228%; top: 91.5%; left: 31%;}
.big-button-stuffed .bba18 {width: 1.6393442622951%; height: 2.1640091116173%; display: none;}
.big-button-stuffed .bba19 {width: 2.6411657559199%; height: 3.1890660592255%; top: 92%; left: 83%;}
.big-button-stuffed .bba20 {width: 2.6411657559199%; height: 3.0751708428246%; display: none;}
.big-button-stuffed .bba21 {width: 2.1857923497268%; height: 2.2779043280182%; display: none;}
.big-button-stuffed .bba22 {width: 1.8214936247723%; height: 2.7334851936219%; top: 66%; left: 86%;}
.big-button-stuffed .bba23 {width: 46.630236794171%; height: 47.038724373576%; bottom: 0; left: 24.75%;}
.big-button-stuffed .bba24 {width: 2.1857923497268%; height: 2.2779043280182%; top: 59%; left: 28%;}

.big-button-stuffed .bba1 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-1.png);
	-webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.big-button-stuffed .bba2 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-2.png);
	-webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}
.big-button-stuffed .bba3 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-3.png);
	-webkit-transform: translate(60%, -50%);
    -moz-transform: translate(60%, -50%);
    -ms-transform: translate(60%, -50%);
    -o-transform: translate(60%, -50%);
    transform: translate(60%, -50%);
}
.big-button-stuffed .bba4 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-4.png);
	-webkit-transform: translate(80%, -20%);
    -moz-transform: translate(80%, -20%);
    -ms-transform: translate(80%, -20%);
    -o-transform: translate(80%, -20%);
    transform: translate(80%, -20%);
}
.big-button-stuffed .bba5 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-5.png);}
.big-button-stuffed .bba6 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-6.png);
	-webkit-transform: translate(-20%, -50%);
    -moz-transform: translate(-20%, -50%);
    -ms-transform: translate(-20%, -50%);
    -o-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
}
.big-button-stuffed .bba7 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-7.png);
	-webkit-transform: translate(-20%, 60%);
    -moz-transform: translate(-20%, 60%);
    -ms-transform: translate(-20%, 60%);
    -o-transform: translate(-20%, 60%);
    transform: translate(-20%, 60%);
}
.big-button-stuffed .bba8 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-8.png);
	-webkit-transform: translate(20%, 100%);
    -moz-transform: translate(20%, 100%);
    -ms-transform: translate(20%, 100%);
    -o-transform: translate(20%, 100%);
    transform: translate(20%, 100%);
}
.big-button-stuffed .bba9 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-9.png);
	-webkit-transform: translate(-80%, 100%);
    -moz-transform: translate(-80%, 100%);
    -ms-transform: translate(-80%, 100%);
    -o-transform: translate(-80%, 100%);
    transform: translate(-80%, 100%);
}
.big-button-stuffed .bba10 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-10.png);
	-webkit-transform: translate(40%, 100%);
    -moz-transform: translate(40%, 100%);
    -ms-transform: translate(40%, 100%);
    -o-transform: translate(40%, 100%);
    transform: translate(40%, 100%);
}
.big-button-stuffed .bba11 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-11.png);
	-webkit-transform: translate(20%, -50%);
    -moz-transform: translate(20%, -50%);
    -ms-transform: translate(20%, -50%);
    -o-transform: translate(20%, -50%);
    transform: translate(20%, -50%);
}
.big-button-stuffed .bba12 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-12.png);
	-webkit-transform: translate(-60%, -70%);
    -moz-transform: translate(-60%, -70%);
    -ms-transform: translate(-60%, -70%);
    -o-transform: translate(-60%, -70%);
    transform: translate(-60%, -70%);
}
.big-button-stuffed .bba13 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-13.png);
	-webkit-transform: translate(-30%, 80%);
    -moz-transform: translate(-30%, 80%);
    -ms-transform: translate(-30%, 80%);
    -o-transform: translate(-30%, 80%);
    transform: translate(-30%, 80%);
}
.big-button-stuffed .bba14 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-14.png);
	-webkit-transform: translatee(-50%, -20%);
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    -o-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
}
.big-button-stuffed .bba15 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-15.png);
	-webkit-transform: translate(90%, 60%);
    -moz-transform: translate(90%, 60%);
    -ms-transform: translate(90%, 60%);
    -o-transform: translate(90%, 60%);
    transform: translate(90%, 60%);
}
.big-button-stuffed .bba16 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-16.png);}
.big-button-stuffed .bba17 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-17.png);
	-webkit-transform: translate(-300%, 300%);
    -moz-transform: translate(-300%, 300%);
    -ms-transform: translate(-300%, 300%);
    -o-transform: translate(-300%, 300%);
    transform: translate(-300%, 300%);
}
.big-button-stuffed .bba18 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-18.png);}
.big-button-stuffed .bba19 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-19.png);
	-webkit-transform: translate(300%, 300%);
    -moz-transform: translate(300%, 300%);
    -ms-transform: translate(300%, 300%);
    -o-transform: translate(300%, 300%);
    transform: translate(300%, 300%);
}
.big-button-stuffed .bba20 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-20.png);}
.big-button-stuffed .bba21 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-21.png);}
.big-button-stuffed .bba22 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-22.png);
	-webkit-transform: translate(600%, 100%);
    -moz-transform: translate(600%, 100%);
    -ms-transform: translate(600%, 100%);
    -o-transform: translate(600%, 100%);
    transform: translate(600%, 100%);
}
.big-button-stuffed .bba23 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-23.png);
	-webkit-transform: translate(-30%, 50%);
    -moz-transform: translate(-30%, 50%);
    -ms-transform: translate(-30%, 50%);
    -o-transform: translate(-30%, 50%);
    transform: translate(-30%, 50%);
}
.big-button-stuffed .bba24 .bba-inner {background-image: url(/wp-content/uploads/2019/12/stuffed-animation-24.png);
	-webkit-transform: translate(-550%, 200%);
    -moz-transform: translate(-550%, 200%);
    -ms-transform: translate(-550%, 200%);
    -o-transform: translate(-550%, 200%);
    transform: translate(-550%, 200%);
}

.big-button-cut .bba14,
.big-button-cut .bba16,
.big-button-cut .bba17,
.big-button-stuffed .bba1,
.big-button-stuffed .bba4 {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.big-button-cut .bba3,
.big-button-cut .bba4,
.big-button-cut .bba11,
.big-button-cut .bba21,
.big-button-stuffed .bba2,
.big-button-stuffed .bba8,
.big-button-stuffed .bba9,
.big-button-stuffed .bba10,
.big-button-stuffed .bba15,
.big-button-stuffed .bba23 {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.big-button-cut .bba1,
.big-button-cut .bba2 {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.woocommerce form .form-row label {line-height: 1.5;}

.fresh-ingredients-row > .container > .row-in-grid-inner,
.calculated-unique-pasta-row > .container > .row-in-grid-inner,
.gluten-free-row > .container > .row-in-grid-inner,
.gluten-free-dedicated-facility-row > .container > .row-in-grid-inner,
.fresh-italian-taste-row > .container > .row-in-grid-inner {margin-left: 0; margin-right: 0;}

.contact-title-row .row-in-grid-inner,
.woocommerce-title-row .row-in-grid-inner,
.woocommerce-title-row-thank-you .row-in-grid-inner {margin-left: 0; margin-right: 0;}
.contact-info-map-row {margin-left: -15px; margin-right: -15px;}

.return-to-shop {margin-bottom: 70px !important;}


.pasta-slider-item > .display-table > .display-cell > .container {
	display: flex;
	align-items: center;
}

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

@media (max-height: 899px), print{
	
	.side-menu-main {padding-top: 71px;}
	.side-menu-widget-above-menu {margin-bottom: 46px;}
	.side-menu li>a,
	.side-menu-under ul a {padding-top: 9px; padding-bottom: 9px;}
	.side-menu li.wpml-ls-item>a {margin-top: 18px;}
	.side-menu-widget-below-menu {bottom: 39px;}
	.side-menu-widget-below-menu h5,
	.side-menu-under h5 {margin-bottom: 30px;}
	.below-menu-item {margin-bottom: 41px;}
	.below-menu-item h6,
	.below-menu-item p {margin-bottom: 27px;}
	
}

@media (max-height: 849px), print{
	
	.side-menu-main {padding-top: 64px;}
	.side-menu-widget-above-menu {margin-bottom: 41px;}
	.side-menu li>a,
	.side-menu-under ul a {padding-top: 8px; padding-bottom: 8px;}
	.side-menu li.wpml-ls-item>a {margin-top: 16px;}
	.side-menu-widget-below-menu {bottom: 36px;}
	.side-menu-widget-below-menu h5,
	.side-menu-under h5 {margin-bottom: 27px;}
	.below-menu-item {margin-bottom: 36px;}
	.below-menu-item h6,
	.below-menu-item p {margin-bottom: 24px;}
	
}

@media (max-height: 799px), print{
	
	.side-menu-main {padding-top: 58px;}
	.side-menu-widget-above-menu {margin-bottom: 35px;}
	.side-menu li>a,
	.side-menu-under ul a {padding-top: 7px; padding-bottom: 7px;}
	.side-menu li.wpml-ls-item>a {margin-top: 14px;}
	.side-menu-widget-below-menu {bottom: 33px;}
	.side-menu-widget-below-menu h5,
	.side-menu-under h5 {margin-bottom: 24px;}
	.below-menu-item {margin-bottom: 32px;}
	.below-menu-item h6,
	.below-menu-item p {margin-bottom: 21px;}
	
}

@media (max-height: 749px), print{
	
	.side-menu-main {padding-top: 51px;}
	.side-menu-widget-above-menu {margin-bottom: 30px;}
	.side-menu li>a,
	.side-menu-under ul a {padding-top: 6px; padding-bottom: 6px;}
	.side-menu li.wpml-ls-item>a {margin-top: 12px;}
	.side-menu-widget-below-menu {bottom: 30px;}
	.side-menu-widget-below-menu h5,
	.side-menu-under h5 {margin-bottom: 21px;}
	.below-menu-item {margin-bottom: 27px;}
	.below-menu-item h6,
	.below-menu-item p {margin-bottom: 17px;}
	
}

@media (max-height: 699px), print{
	
	.side-menu-main {padding-top: 45px;}
	.side-menu-widget-above-menu {margin-bottom: 24px;}
	.side-menu li>a,
	.side-menu-under ul a {padding-top: 5px; padding-bottom: 5px;}
	.side-menu li.wpml-ls-item>a {margin-top: 10px;}
	.side-menu-widget-below-menu {bottom: 27px;}
	.side-menu-widget-below-menu h5,
	.side-menu-under h5 {margin-bottom: 18px;}
	.below-menu-item {margin-bottom: 23px;}
	.below-menu-item h6,
	.below-menu-item p {margin-bottom: 14px;}
	
}

@media (max-height: 649px), print{
	
	.side-menu-main {padding-top: 38px;}
	.side-menu-widget-above-menu {margin-bottom: 19px;}
	.side-menu-widget-above-menu img {height: 50px;}
	.side-menu li>a,
	.side-menu-under ul a {padding-top: 4px; padding-bottom: 4px;}
	.side-menu li.wpml-ls-item>a {margin-top: 8px;}
	.side-menu-widget-below-menu {bottom: 24px;}
	.side-menu-widget-below-menu h5,
	.side-menu-under h5 {margin-bottom: 15px;}
	.below-menu-item {margin-bottom: 18px;}
	.below-menu-item h6,
	.below-menu-item p {margin-bottom: 11px;}
	
}

@media (max-height: 599px), print{
	
	.side-menu-main {padding-top: 31px;}
	.side-menu-widget-above-menu {margin-bottom: 13px;}
	.side-menu li>a,
	.side-menu-under ul a {padding-top: 3px; padding-bottom: 3px;}
	.side-menu li.wpml-ls-item>a {margin-top: 7px;}
	.side-menu-widget-below-menu {bottom: 21px;}
	.side-menu-widget-below-menu h5,
	.side-menu-under h5 {margin-bottom: 12px;}
	.below-menu-item {margin-bottom: 13px;}
	.below-menu-item h6,
	.below-menu-item p {margin-bottom: 8px;}
	
}

@media (max-height: 549px), print{
	
	.side-menu-main {padding-top: 24px;}
	.side-menu-widget-above-menu {margin-bottom: 8px;}
	.side-menu li>a,
	.side-menu-under ul a {padding-top: 2px; padding-bottom: 2px;}
	.side-menu li.wpml-ls-item>a {margin-top: 6px;}
	.side-menu-widget-below-menu {bottom: 18px;}
	.side-menu-widget-below-menu h5,
	.side-menu-under h5 {margin-bottom: 8px;}
	.below-menu-item {margin-bottom: 8px;}
	.below-menu-item h6,
	.below-menu-item p {margin-bottom: 4px;}
	
}

@media (max-width: 767px){
	
	.side-menu-under {z-index: 30; left: 0; width: 346px; margin-left: -346px;}
	.side-menu-under-close {display: inline-block;}
	
}

@media (max-width: 359px){
	
	
	.side-menu-under {width: 320px; margin-left: -320px;}
	.side-menu-section {width: 320px;}
	.side-menu-main {padding-left: 38px;}
	.side-menu-widget-below-menu {left: 38px;}
	
}

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

@media (max-width: 1499px), print{
	
	.pasta-slider-item .container,
	.pasta-slider-controls .container {width: 1000px !important;}
	.pasta-slider-text h1,
	.pasta-slider-text h2 {font-size: 62px; line-height: 62px; margin-bottom: 50px;}
	.pasta-slider-desc {margin-bottom: 35px;}
	.pasta-slider-pack {margin: 0 0 0 19px; width: 160px;}
	
}

@media (max-width: 1299px), print{
	
	.pasta-slider-item .container,
	.pasta-slider-controls .container {width: 800px !important;}
	.pasta-slider-text h1,
	.pasta-slider-text h2 {font-size: 52px; line-height: 52px; margin-bottom: 30px;}
	.pasta-slider-desc {margin-bottom: 25px;}
	.pasta-slider-pack {margin: 0 0 0 12px;}
	
}

@media (max-width: 1200px), print{
	
	.product-top{background-size: 50% auto;}
	
}

@media (max-width: 1199px), print{
	
	body {font-size: 23px;}
	
}

@media (max-width: 1099px), print{
	
	.pasta-slider-item .container,
	.pasta-slider-controls .container {width: 700px !important;}
	.pasta-slider-text h1,
	.pasta-slider-text h2 {font-size: 42px; line-height: 42px; margin-bottom: 25px;}
	.pasta-slider-desc {font-size: 16px; line-height: 20px; margin-bottom: 15px;}
	.pasta-slider-desc br {display: none;}
	.pasta-slider-pack {margin: 12px 0 0 0; width: auto;}
	
	.pasta-slider-form .woocommerce-message,
	.pasta-page-form .woocommerce-message {font-size: 16px !important; line-height: 20px !important;}
	
}

@media (max-width: 991px), print{
	
	body {font-size: 22px;}
	
	body.scroll-type-fixed .main-header,
	body.scroll-type-sticky .main-header {top: 18px; left: 18px; right: 18px;}
	body.scroll-type-fixed.has-side-menu .main-header {left: 18px; right: 18px;}
	.main-header::before {height: 18px;}
	
	.logo-wrapper,
	.special-menu-btn-container {height: 110px; line-height: 110px;}
	img.logo1,
	img.logo2 {padding: 28px 0 15px;}
	
	.header-bottom {padding: 0 42px;}
	
	.pasta-slider-item .container,
	.pasta-slider-controls .container {width: 500px !important;}
	.pasta-slider-image {float: none; width: auto; margin-bottom: 25px; padding-right: 0;}
	.pasta-slider-image img {width: auto; height: auto; max-width: 280px; max-height: 280px;}
	.pasta-slider-text {float: none; width: auto; padding-left: 0;}
	.pasta-slider-text h1,
	.pasta-slider-text h2 {font-size: 36px; line-height: 36px;}
	.pasta-slider-text h1 br,
	.pasta-slider-text h2 br {display: none;}
	.pasta-slider-pack {margin: 17px 0 0 12px;}
	.pasta-pack {font-size: 13px;}
	
	.home-video .wpb_column {padding-top: 0; height: 360px;}
	
	.pasta-slider-nav {right: 5%; left: auto; margin: 0 -22px;}
	
	.woocommerce-title-row,
	.woocommerce-title-row-thank-you {padding: 150px 0 80px 0 !important;}
	.woocommerce-title-row .woocommerce-title h2,
	.woocommerce-title-row-thank-you .woocommerce-title h2 {font-size: 54px !important; line-height: 54px !important;}
	.woocommerce-title-row .woocommerce-subtitle,
	.woocommerce-title-row-thank-you .woocommerce-subtitle {font-size: 40px !important; line-height: 40px !important;}
	.cart_totals h2,
	.woocommerce-order-details h2,
	.woocommerce-customer-details h2 {font-size: 42px !important; line-height: 42px !important;}

	.pasta-slider-item > .display-table > .display-cell > .container {
		display: block;
	}
	
}

@media (max-width: 799px), print{
	
	.product-page-content .wpb_column {width: auto; float: none;}
	.product-page-content .wpb_column.vc_col-sm-push-6 {left: 0;}
	.product-page-content .wpb_column.vc_col-sm-pull-6 {right: 0;}
	.product-page-content .wpb_single_image.vc_align_right {text-align: center; margin-top: 20px;}
	.pasta-page-form {margin: 48px 0;}
	.product-top {padding-bottom: 70%; background-position: bottom right; background-size: 80% auto;}
	
}

@media (max-width: 767px), print{
	
	body {font-size: 21px;}
	
	body.scroll-type-fixed .main-header,
	body.scroll-type-sticky .main-header {top: 10px; left: 10px; right: 10px;}
	body.scroll-type-fixed.has-side-menu .main-header {left: 10px; right: 10px;}
	.main-header::before {height: 10px;}
	
	.logo-wrapper,
	.special-menu-btn-container,
	.widget-header-bottom-right {height: 100px; line-height: 100px;}
	img.logo1,
	img.logo2 {padding: 23px 0 10px;}
	
	.header-bottom {padding: 0 36px;}
	
	.pasta-slider-image {margin-bottom: 20px;}
	.pasta-slider-image img {max-width: 250px; max-height: 250px;}
	.pasta-slider-item .container,
	.pasta-slider-controls .container {width: 420px !important;}
	.pasta-slider-text h1,
	.pasta-slider-text h2 {font-size: 32px; line-height: 32px; margin-bottom: 20px;}
	.pasta-slider-pack {margin: 12px 0 0 0;}
	.pasta-slider-controls a.prev,
	.pasta-slider-controls a.next {font-size: 60px; line-height: 70px; margin-top: -35px;}
	.pasta-slider-controls a.prev {margin-right: 16px;}
	.pasta-slider-controls a.next {margin-left: 16px;}
	
	.pasta-slider-nav {left: 0; right: 0; margin: 0;}
	.pasta-slider-other {left: 0; right: 0; bottom: 20px; text-align: center;}
	
	.pasta-slider-nav a,
	.pasta-slider-other a {font-size: 22px; line-height: 22px;}
	
	.woocommerce-title-row,
	.woocommerce-title-row-thank-you {padding: 125px 0 60px 0 !important;}
	.woocommerce-title-row .woocommerce-title h2,
	.woocommerce-title-row-thank-you .woocommerce-title h2 {font-size: 44px !important; line-height: 44px !important;}
	.woocommerce-title-row .woocommerce-subtitle,
	.woocommerce-title-row-thank-you .woocommerce-subtitle {font-size: 32px !important; line-height: 32px !important;}
	.cart_totals h2,
	.woocommerce-order-details h2,
	.woocommerce-customer-details h2 {font-size: 36px !important; line-height: 36px !important;}
	
}

@media (max-width: 619px), print{
	
	.widget-header-bottom-right {margin-right: 12px;}
	.header-cart-button-icon {float: none;}
	.header-cart-button-number {float: none; position: absolute; top: 0; right: 0; font-size: 10px; line-height: 18px; width: 18px; border: 0; border-radius: 9px;}
	.header-cart-button-text {display: none;}
	
}

@media (max-width: 599px), print{
	
	.header-bottom {padding: 0 24px;}
	
	.pasta-slider-item .container,
	.pasta-slider-controls .container {width: 350px !important;}
	.pasta-slider-image {margin-bottom: 15px;}
	.pasta-slider-image img {max-width: 220px; max-height: 220px;}
	.pasta-slider-text h1,
	.pasta-slider-text h2 {font-size: 28px; line-height: 28px; margin-bottom: 15px;}
	.pasta-slider-controls a.prev,
	.pasta-slider-controls a.next {font-size: 50px; line-height: 60px; margin-top: -30px; width: 40px;}
	.pasta-slider-controls a.prev {margin-right: 8px;}
	.pasta-slider-controls a.next {margin-left: 8px;}
	.pasta-slider-form .woocommerce-notices-wrapper,
	.pasta-page-form .woocommerce-notices-wrapper {padding: 15px 0 0 !important;}
	.pasta-slider-form .woocommerce-message,
	.pasta-page-form .woocommerce-message {padding: 0 0 0 26px !important;}
	
	.woocommerce form .form-row#billing_phone_field,
	.woocommerce form .form-row#billing_email_field,
	.woocommerce form .form-row#billing_address_1_field,
	.woocommerce form .form-row#billing_address_2_field,
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {width: 100% !important;}
	.woocommerce form .form-row#billing_city_field,
	.woocommerce form .form-row#billing_state_field,
	.woocommerce form .form-row#billing_postcode_field {width: 100% !important;}
	
	.woocommerce form .form-row#billing_address_2_field label.screen-reader-text {
		height: 0 !important;
	}
	
}

@media (max-width: 479px), print{
	
	body {font-size: 20px;}
	
	.header-bottom {padding: 0 18px;}
	
	.pasta-slider-item .container,
	.pasta-slider-controls .container {width: 260px !important;}
	.pasta-pack {font-size: 12px;}
	.pasta-slider-image img {max-width: 200px; max-height: 200px;}
	.pasta-slider-text h1, .pasta-slider-text h2 {font-size: 25px; line-height: 25px;}
	.pasta-slider-desc {font-size: 14px; line-height: 18px;}
	.pasta-slider-controls a.prev,
	.pasta-slider-controls a.next {font-size: 40px; line-height: 50px; margin-top: -25px; width: 30px;}
	.pasta-slider-controls a.prev {margin-right: 4px;}
	.pasta-slider-controls a.next {margin-left: 4px;}
	.pasta-slider-form .woocommerce-message,
	.pasta-page-form .woocommerce-message {font-size: 14px !important; line-height: 18px !important; padding: 0 0 0 22px !important;}
	
	.pasta-slider-nav a,
	.pasta-slider-other a {font-size: 20px; padding: 0 16px;}
	
}

@media (max-width: 419px), print{
	
	.pasta-slider-nav a,
	.pasta-slider-other a {font-size: 18px; padding: 0 10px;}
	
}

@media (max-width: 399px), print{
	
	.widget-header-bottom-right {margin-right: 4px;}
	
}

@media (max-width: 359px), print{
	
	.header-bottom {padding: 0 12px;}
	
	.pasta-slider-item .container,
	.pasta-slider-controls .container {width: 230px !important;}
	.pasta-slider-image img {max-width: 180px; max-height: 180px;}
	.pasta-form-pack-price {font-size: 32px;}
	.pasta-form-unit-price {font-size: 13px;}
	.pasta-pack {font-size: 11px;}
	.pasta-slider-controls a.prev {margin-right: 3px;}
	.pasta-slider-controls a.next {margin-right: 3px;}
	
	.pasta-slider-nav a,
	.pasta-slider-other a {font-size: 17px; padding: 0 6px;}
	
	.header-bottom-right {position: relative; width: 40px; height: 100px;}
	.widget-header-bottom-right {height: 40px; line-height: 40px; position: absolute; bottom: 10px; right: 0; margin-right: 0;}
	.special-menu-btn-container {height: 40px; line-height: 40px; position: absolute; top: 10px; right: 0; margin-right: 0;}
	
}


