/** Shopify CDN: Minification failed

Line 1729:52 Expected identifier but found "*"
Line 1914:9 Expected identifier but found whitespace
Line 1914:10 Unexpected "0"
Line 4536:22 Comments in CSS use "/* ... */" instead of "//"

**/
@font-face {
	font-family: 'DMSans';
	src: url("DMSans-Regular.woff2") format("woff2"), url("DMSans-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DMSans';
	src: url("DMSans-Medium.woff2") format("woff2"), url("DMSans-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'DMSans';
	src: url("DMSans-Bold.woff2") format("woff2"), url("DMSans-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

/* Colors */
/* anchor statuses */
body {
	background-color: rgb(64, 64, 64);
	font-family: 'DMSans', sans-serif;
	color: #fff;
}

.wrapper {
	width: 100%;
	max-width: 1900px;
	margin: auto;
	background-color: #484848;
	/*border: 1px solid pink;*/
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
	font-weight: 500;
}

h1,
h3,
h4,
.h1,
.h3,
.h4,
p {
	color: #fff;
}

h1,
.h1 {
	font-size: 3.75rem;
	line-height: 1.03;
	letter-spacing: -0.06rem;
}

h2,
.h2 {
	font-size: 2.81rem;
	line-height: 1.13;
	letter-spacing: -0.04rem;
	color: #b6ae9c;
}

h3,
.h3 {
	font-size: 2.5rem;
	line-height: 1.125;
	letter-spacing: -0.04rem;
}

h4,
.h4 {
	font-size: 1.31rem;
	line-height: 1.238;
	font-weight: bold;
}

h5,
.h5 {
	font-size: 1.25rem;
	line-height: 1.3;
	font-weight: bold;
	color: #90897B;
}

h6,
.h6 {
	color: #fff;
}

.p {
	font-size: 1rem;
	line-height: 1.375;
	font-weight: normal;
}

a,
a:active,
a:hover,
a:visited {
	color: inherit;
	text-decoration: none;
}

a.full-box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 90%;
	/*border: 1px solid red;*/
}

input:not([type='submit']):not([type='checkbox']),
textarea,
select {
	color: #fff;
}

input::placeholder {
	color: #fff;
}

/*=============== MENUS ===============*/

header.border-bottom {
    border: none !important;
}

.secondary-menu {
	background-color: #1F1F1F;
	padding: 0px 40px 0px;
}

.secondary-menu nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
}

.secondary-menu nav ul li {
	margin-left: 40px;
}

.secondary-menu nav ul li a {
	color: #b7b7b7;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 25px;
	text-transform: uppercase;
	text-align: center;
}

.primary-menu {
	display: flex;
	height: 60px;
	justify-content: space-between;
	align-items: center;
	background-color: #2C2C2C;
	padding: 0 55px 0 70px;
}

.primary-menu .site-header__logo {
	line-height: 1rem;
	font-size: 0.5rem;
	padding: 0;
	margin: 0;
}

.primary-menu .site-header__logo img {
	width: 109px;
}

.primary-menu .site-nav,
.primary-menu .site-nav--has-dropdown {
	position: static;
}

.primary-menu .site-nav__dropdown {
	top: 59px;
	left: 0;
	right: 0;
	height: 56px;
	background-color: #F2F2F2;
	box-shadow: 0 4px 10px 0 rgba(228, 228, 228, 0.5);
}

.primary-menu .site-nav__dropdown ul {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.primary-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

.primary-menu ul li {
	margin: 0 20px;
}

.primary-menu ul li a,
.primary-menu ul li a::hover,
.primary-menu ul li button {
	color: #BEBEBE;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
}

a.site-nav__link:not([disabled]):hover, a.site-nav__link:focus{
	color: #ffffff;
	text-decoration: none;
}

#shopify-section-header-business .site-nav__label{
	font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
	color: #ffffff;
}

.secondary-menu .site-nav__label {
	color: #71B74E !important;
}

#shopify-section-header-business .site-nav__child-link .site-nav__label,
#shopify-section-header-business .site-nav__child-link .site-nav__label:hover{
	color: #818181;
}

#shopify-section-header-business .site-nav__label:hover,
#shopify-section-header-business a:hover,
#shopify-section-header-business .site-nav__link--active .site-nav__label,
footer .bottom-footer ul li a:hover{
  color: #ffffff;
  /*border-bottom: solid 1px #90897B;*/
	text-decoration: none;
}

.footer-menu a{
	color: #ffffff;
}

.primary-menu .site-header__icons-wrapper {
	display: flex;
	height: 60px;
	justify-content: flex-end;
	align-items: center;
}

.primary-menu .site-header__icons-wrapper .site-header__icon {
	margin-left: 20px;
}

.primary-menu .site-header__icons-wrapper .site-header__search-toggle {
	height: 45px;
	width: 45px;
	min-width: 45px;
	border: 1px solid #DFDFDF;
	border-radius: 30px;
	background: #fff url(//shop.caffitaly.com/cdn/shop/t/28/assets/search-icon.png?v=157713161279040842621749820068) center center no-repeat;
	order: 2;
}

.primary-menu .site-header__icons-wrapper .site-header__search-toggle .icon__fallback-text {
	visibility: hidden;
}

.primary-menu .site-header__icons-wrapper .site-header__search-toggle svg {
	display: none !important;
}

.primary-menu .site-header__icons-wrapper .site-header__account {
	border-radius: 3px;
	background-color: #90897B;
	color: #FFFFFF;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 30px;
	order: 1;
	box-shadow: 0 0 20px 0 rgba(144, 137, 123, 0.42);
}


.primary-menu .site-header__icons-wrapper .site-header__account svg {
	display: none !important;
}

.primary-menu .site-header__icons-wrapper .site-header__account .icon__fallback-text::after {
	content: "/Registrati";
}

.primary-menu .site-header__icons-wrapper .site-header__cart {
	position: relative;
	height: 45px;
	width: 45px;
	min-width: 45px;
	border: 1px solid #DFDFDF;
	border-radius: 30px;
	background: #DFDFDF url(//shop.caffitaly.com/cdn/shop/t/28/assets/cart-icon.png?18864) center center no-repeat;
	order: 3;
}

.primary-menu .site-header__icons-wrapper .site-header__cart .site-header__cart-count {
	position: absolute;
	bottom: -5px;
	right: -12px;
	height: 24px;
	width: 24px;
	border: 2px solid #fff;
	border-radius: 20px;
	background-color: #A49A87;
	text-align: center;
	color: #fff;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.3rem;
	padding: 0;
	margin: 0;
}

.primary-menu .site-header__icons-wrapper .site-header__cart .icon__fallback-text {
	visibility: hidden;
}

.primary-menu .site-header__icons-wrapper .site-header__cart svg {
	display: none !important;
}

.primary-menu .site-header__icons-wrapper .site-header__menu {
	order: 4;
}

/* ======== STICKY MENU ============== */
.site-header {
	position: fixed;
	z-index: 1000 !important;
  	max-width: 1900px;
	top: 0;
	width: 100%
}

.page-container{
	padding-top: 4em;
}


/*=============== MODULES ===============*/
/* Intro text with filters */
.page-filters {
	flex-wrap: wrap;
}

.page-filters > div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-filters .filter-label {
	font-weight: bold;
	color: #3e3e3e;
}

.page-filters .filters-toggle {
	width: 36px;
	height: 36px;
	font-size: 1.5rem;
	text-align: center;
	line-height: 32px;
	color: #dadada;
	padding: 0 0 4px 0;
	margin-right: 25px;
	border: 1px solid #dadada;
	border-radius: 20px;
	background-color: transparent;
}

.page-filters select.custom-select {
	width: auto;
	border-color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: -0.025rem;
	line-height: 1.285;
	background: #fff url(//shop.caffitaly.com/cdn/shop/t/28/assets/select-arrow-icon.png?v=157263841808140189201749820069) right 0.5rem center/18px 7px no-repeat;
	padding-right: 30px;
}

/* Filters modal */
#filtersModal .h-balance {
	padding-left: 14%;
}

#filtersModal .h5 {
	margin-bottom: 15px !important;
}

#filtersModal .form-check {
	padding: 0 0 5px;
}

#filtersModal .form-check-input {
	position: fixed;
	top: -100px;
	left: -100px;
}

#filtersModal .form-check-input:checked + .form-check-label::after {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	height: 17px;
	width: 17px;
	background: transparent url(//shop.caffitaly.com/cdn/shop/t/28/assets/input-check-icon.png?v=62223288258146054361749819925) center center no-repeat;
}

#filtersModal .form-check-label {
	position: relative;
	font-size: 0.875rem;
	letter-spacing: -0.025rem;
	line-height: 1.285;
	color: #3e3e3e;
	padding-left: 25px;
}

#filtersModal .form-check-label::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	height: 17px;
	width: 17px;
	background-color: #ececec;
}

#filtersModal .form-check-label .rating {
	display: block;
	font-size: 40px;
	line-height: 10px;
	height: 13px;
	overflow: hidden;
	color: #D8D8D8;
	padding: 0;
	margin: 0;
}

#filtersModal .form-check-label .rating span {
	padding-right: 4px;
}

#filtersModal .form-check-label .rating[data-attrib-value="1"] span:nth-of-type(1) {
	color: #8F897B;
}

#filtersModal .form-check-label .rating[data-attrib-value="2"] span:nth-child(-n+2) {
	color: #8F897B;
}

#filtersModal .form-check-label .rating[data-attrib-value="3"] span:nth-child(-n+3) {
	color: #8F897B;
}

#filtersModal .form-check-label .rating[data-attrib-value="4"] span:nth-child(-n+4) {
	color: #8F897B;
}

#filtersModal .form-check-label .rating[data-attrib-value="5"] span:nth-child(-n+5) {
	color: #8F897B;
}

#filtersModal .form-check-label .rating[data-attrib-value="6"] span:nth-child(-n+6) {
	color: #8F897B;
}

#filtersModal .btn {
	display: inline-block;
}

#filtersModal .btn.btn-secondary {
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	line-height: 36px;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	background-color: #a49a87;
	border: 0;
	border-radius: 4px;
	display: block;
	padding: 0 25px;
}

#filtersModal .btn.btn-link {
	ffont-size: 0.875rem;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 18px;
	color: #adadad;
	text-align: center;
}

#filtersModal .modal-header {
	border-bottom: 0;
	padding: 20px 20px 60px;
}

#filtersModal .modal-header .filter-label {
	font-weight: bold;
	color: #3e3e3e;
}

#filtersModal .modal-header .filters-toggle {
	width: 36px;
	height: 36px;
	font-size: 1.5rem;
	text-align: center;
	line-height: 32px;
	color: #dadada;
	padding: 0 0 4px 0;
	margin-right: 25px;
	border: 1px solid #dadada;
	border-radius: 20px;
	background-color: transparent;
	transform: rotate(45deg);
}

/* Product listing w banner */
/* forcing promo banner position */
.product-listing .row > *:nth-of-type(1) {
	order: 4 !important;
}

.product-listing .row > *:nth-of-type(2) {
	order: 0 !important;
}

.product-listing .row > *:nth-of-type(3) {
	order: 1 !important;
}

.product-listing .row > *:nth-of-type(4) {
	order: 2 !important;
}

.product-listing .row > *:nth-of-type(5) {
	order: 3 !important;
}

.product-listing .row > *:nth-of-type(6) {
	order: 5 !important;
}

.product-listing .row > *:nth-of-type(7) {
	order: 6 !important;
}

.product-listing .row > *:nth-of-type(8) {
	order: 7 !important;
}

.product-listing .row > *:nth-of-type(9) {
	order: 8 !important;
}

.product-listing .row > *:nth-of-type(10) {
	order: 9 !important;
}

.product-listing .row > *:nth-of-type(11) {
	order: 10 !important;
}

.product-listing .row > *:nth-of-type(12) {
	order: 11 !important;
}

.product-listing .row > *:nth-of-type(13) {
	order: 12 !important;
}

.pagination-container{
	display: flex;
	justify-content: center;
	clear: both;
}

.product-grid{
	margin-top: 100px;
}

.product {
	position: relative;
	padding: 130px 0 0;
	border-radius: 5px;
	background-color: rgb(63, 63, 63);
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
	margin-top: 100px;
	margin-bottom: 60px;
}

.product.promo::after {
	content: "Promo";
	position: absolute;
	top: -20px;
	right: -20px;
	display: block;
	height: 58px;
	width: 58px;
	font-size: 0.687rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 58px;
	text-transform: uppercase;
	text-align: center;
	background-color: #E64141;
	box-shadow: 0 0 10px 0 rgba(230, 65, 65, 0.55);
	border-radius: 30px;
}

.product > figure {
	max-width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-115%);
}

.product > figure img{
	max-width: 100%;
}

.ga-product .product > figure ,.ga-product .product > figure img{
	max-width: 150px;
}

.ga-products{
	margin-top: 50px;
}

.product .details {
	padding: 0 24%;
	padding-bottom: 1.5em;
	height: 170px;
}

.product .details .h5 {
	font-size: 0.937rem;
	font-weight: bold;
	line-height: 1.13;
	text-align: center;
	color: #fff;
	margin: 0;
	height: 3rem;
}

.product .details .price {
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #aea490;
	border-bottom: 1px solid #E3E3E3;
	margin: 0;
	align-items: center;
}

.product .details .price .full-price {
	position: relative;
	color: #D1D0CF;
	padding: 0 8px;
}

.product .details .price .full-price::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	height: 1px;
	width: 100%;
	background-color: #b20101;
}

.product .details .price .promo-price {
	color: #b20101;
	padding: 0 8px;
}

.product .details .detail {
	border-bottom: 1px solid #E3E3E3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.75rem;
	line-height: 30px;
	letter-spacing: -0.02rem;
	color: #ABABAB;
	margin: 0;
}

.product .details .macchine-detail{
	justify-content: center;
}

.product .details .detail .rating {
	font-size: 40px;
	line-height: 30px;
	display: flex; }
	.product .details .detail .rating span {
		margin-left: 2px;
		display: inline-block;
		width: 1px;
		height: 7px;
		background-color: #D8D8D8; }
	.product-file .detail .rating span{
		margin-left: 2px;
		display: inline-block;
		width: 1px;
		height: 7px;
		background-color: #D8D8D8; }
	.product .details .detail .rating[data-attrib-value="1"] span:nth-of-type(1) {
		background-color: #A49A87; }
	.product .details .detail .rating[data-attrib-value="2"] span:nth-child(-n+2) {
		background-color: #A49A87; }
	.product .details .detail .rating[data-attrib-value="3"] span:nth-child(-n+3) {
		background-color: #A49A87; }
	.product .details .detail .rating[data-attrib-value="4"] span:nth-child(-n+4) {
		background-color: #A49A87; }
	.product .details .detail .rating[data-attrib-value="5"] span:nth-child(-n+5) {
		background-color: #A49A87; }
	.product .details .detail .rating[data-attrib-value="6"] span:nth-child(-n+6) {
		background-color: #A49A87; }
	.product .details .detail .rating[data-attrib-value="7"] span:nth-child(-n+7) {
		background-color: #A49A87; }
	.product .details .detail .rating[data-attrib-value="8"] span:nth-child(-n+8) {
		background-color: #A49A87; }
	.product .details .detail .rating[data-attrib-value="9"] span:nth-child(-n+9) {
		background-color: #A49A87; }
	.product .details .detail .rating[data-attrib-value="10"] span:nth-child(-n+10) {
		background-color: #A49A87; }
	.product-file .detail .rating[data-attrib-value="1"] span:nth-of-type(1) {
		background-color: #A49A87; }
	.product-file .detail .rating[data-attrib-value="2"] span:nth-child(-n+2) {
		background-color: #A49A87; }
	.product-file .detail .rating[data-attrib-value="3"] span:nth-child(-n+3) {
		background-color: #A49A87; }
	.product-file .detail .rating[data-attrib-value="4"] span:nth-child(-n+4) {
		background-color: #A49A87; }
	.product-file .detail .rating[data-attrib-value="5"] span:nth-child(-n+5) {
		background-color: #A49A87; }
	.product-file .detail .rating[data-attrib-value="6"] span:nth-child(-n+6) {
		background-color: #A49A87; }
	.product-file .detail .rating[data-attrib-value="7"] span:nth-child(-n+7) {
		background-color: #A49A87; }
	.product-file .detail .rating[data-attrib-value="8"] span:nth-child(-n+8) {
		background-color: #A49A87; }
	.product-file .detail .rating[data-attrib-value="9"] span:nth-child(-n+9) {
		background-color: #A49A87; }
	.product-file .detail .rating[data-attrib-value="10"] span:nth-child(-n+10) {
		background-color: #A49A87; }

.product .details .detail img {
	width: 18px;
}

.product .more {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 5%;
	background-color: #a49a87;
	border-radius: 0 0 2px 2px;
}

.product .more > a {
	height: 32px;
	width: 100%;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	color: #fff;
	border-radius: 16px;
	background-color: rgba(216, 216, 216, 0);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
}

.related-product {
	padding: 100px 0 0 !important;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.promo-banner {
	margin-bottom: 60px;
}

.promo-banner figure {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	border-radius: 4px;
	overflow: hidden;
	z-index: 0;
}

.promo-banner .banner-wrapper {
	position: relative;
	height: 324px;
	border-radius: 4px;
}

.promo-banner .banner-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 5%;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background: linear-gradient(270deg, rgba(155, 129, 39, 0) 0%, rgba(155, 129, 39, 0.65) 100%);
	border-radius: 4px;
}

.promo-banner .banner-content .h3 {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: -0.04rem;
	line-height: 1.3;
	color: #FFFFFF;
	text-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.23);
}

.promo-banner .banner-content p {
	font-size: 1.5rem;
	letter-spacing: -0.025rem;
	line-height: 0.125;
	color: #FFFFFF;
}

.promo-banner .banner-content a.btn {
	width: auto;
	display: inline-block;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	border-radius: 3px;
	padding: 0 20px;
	background-color: #2A2A2A;
	box-shadow: 0 0 20px 0 rgba(164, 154, 135, 0.75);
	margin: 20px 0 55px;
}

.category-listing .category {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 330px;
	padding: 0;
	border-radius: 5px;
	/* as per design */
	background: #fff url() bottom 36px right no-repeat;
	/* edited as per client's request */
	background: #fff url() center 30px/contain no-repeat;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
	margin-top: 60px;
	margin-bottom: 60px;
}

.category-listing .category .h4 {
	padding: 20px;
}

.category-listing .category .more {
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 43px;
	text-align: center;
	background-color: #B6AE9C;
	color: #fff;
	padding: 0;
	border: none;
	border-radius: 0 0 4px 4px;
}

/*---------------il tuo business page---------*/
#tuo-business-page{
	font-family:"DMSans";
}

/* -------------- Product file -------------- */
.product-file {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	/*border-bottom: 1px solid #CBCBCB44;*/
	margin-top:40px;
}

.product-file p {
	color: #FFFFFF;
}

.product-file .product-cat {
	color: #FFFFFF;
}

.product-file figure {
	height: 100%;
}

.product-file figure img {
	max-width: 100%;
}

@media (min-width: 768px) {
	.product-file .px-md-custom {
		padding-left: 50px !important;
		padding-right: 80px !important;
	}
}

.product-file hr {
	background-color: #CBCBCB;
	opacity: 0.3;
}

.product-file .notes {
	font-size: 0.75rem;
	line-height: 1.33;
	letter-spacing: -0.02em;
	color: #A4A4A4;
}

.product-file .detail {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	letter-spacing: -0.025rem;
}

.product-file .detail > span {
	font-size: 0.875rem;
	letter-spacing: -0.02rem;
}

.product-file .detail .label {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.46px;
	line-height: 21px; }
.product-file .detail .rating {
	font-size: 40px;
	line-height: 30px;
	display: flex; }
	.product-file .detail .rating span {
		margin-left: 4px;
		display: inline-block;
		width: 2px;
		height: 13px;
		background-color: #D8D8D8; }

	.product-file .detail .rating[data-attrib-value="1"] span:nth-of-type(1) {
		background-color: #A49A87; }

	.product-file .detail .rating[data-attrib-value="2"] span:nth-child(-n+2) {
		background-color: #A49A87; }

	.product-file .detail .rating[data-attrib-value="3"] span:nth-child(-n+3) {
		background-color: #A49A87; }

	.product-file .detail .rating[data-attrib-value="4"] span:nth-child(-n+4) {
		background-color: #A49A87; }

	.product-file .detail .rating[data-attrib-value="5"] span:nth-child(-n+5) {
		background-color: #A49A87; }

	.product-file .detail .rating[data-attrib-value="6"] span:nth-child(-n+6) {
		background-color: #A49A87; }

	.product-file .detail .rating[data-attrib-value="7"] span:nth-child(-n+7) {
		background-color: #A49A87; }

	.product-file .detail .rating[data-attrib-value="8"] span:nth-child(-n+8) {
		background-color: #A49A87; }

	.product-file .detail .rating[data-attrib-value="9"] span:nth-child(-n+9) {
		background-color: #A49A87; }

	.product-file .detail .rating[data-attrib-value="10"] span:nth-child(-n+10) {
		background-color: #A49A87; }

.product-file .detail img {
	width: 30px;
	margin: 0 15px;
}

.product-file .package p {
	font-size: 0.875rem;
	letter-spacing: -0.028em;
	line-height: 1.35;
	margin-top: 10px;
}

.product-file .package .unit {
	height: 43px;
	width: 68px;
	font-size: 1rem;
	line-height: 40px;
	letter-spacing: -0.02em;
	color: #BDB9B0;
	text-align: center;
	border: 1px solid #A49A87;
	border-radius: 25px;
	background-color: #434343;
	padding-bottom: 3px;
}

.product-file .purchase {
	margin: 15px 30px 0 0;
}

.product-file .purchase .quantity {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.product-file .purchase .quantity label {
	display: inline-block;
	font-size: 1.25rem;
	color: #3E3E3E;
	padding-right: 30px !important;
	margin-bottom: 0;
}

.product-file .purchase .quantity .minus,
.product-file .purchase .quantity .plus {
	display: inline-block;
	height: 31px;
	width: 31px;
	font-size: 1.25rem;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background-color: #C0C0C0;
	padding-bottom: 3px;
}

.product-file .purchase .quantity .qty {
	display: inline-block;
	width: 40px;
	color: #3E3E3E;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.3;
	text-align: center !important;
	border: 0 !important;
}

.product-file .purchase .quantity .plus {
	background-color: #A49A87;
}

.product-file .purchase .total {
	font-size: 1.25rem;
	margin-bottom: 30px;
}

.product-file .purchase .total .price {
	display: inline-block;
	padding-left: 20px;
	color: #FFFFFF;
	font-weight: bolder;
}

.product-file .purchase .total strong {
	padding-left: 20px;
}

.product-file .purchase .btn.btn-secondary {
	width: 100%;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.14rem;
	line-height: 38px;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 1px solid #A49A87;
	border-radius: 3px;
	background-color: #A49A87;
	margin-bottom: 15px;
}

.product-file .info {
	font-size: 0.75rem;
	letter-spacing: -0.02rem;
	line-height: 23px;
	color: #6E6E6E;
	background: transparent url(//shop.caffitaly.com/cdn/shop/t/28/assets/info-icon.png?v=145183689145750116401749819924) center left no-repeat;
	border: 0;
	padding-left: 30px;
}

.product-file .next-article,
.product-file .prev-article {
    position: absolute;
    top: 30%;
    right: -80px;
    height: 48px;
    width: 48px;
    border: 1px solid #A49A87;
    border-radius: 25px;
    background: transparent url(//shop.caffitaly.com/cdn/shop/t/28/assets/arrow.svg?v=25536498432193857511749819521) center center no-repeat;
}
.product-file .prev-article {
    left: -80px;
    right: auto;
    transform: rotate(180deg);
}

.product-tips {
	position: relative;
}

.product-tips::before {
	position: absolute;
	top: 0;
	content: "";
	display: block;
	width: calc(100% - 90px);
	height: 1px;
	background-color: #CBCBCB44;
}

.product-tips .col-6 {
	border-right: 1px solid #CBCBCB44;
}

.product-tips .col-6:first-of-type {
	border-left: 1px solid #CBCBCB44;
}

.product-tips .product-tip {
	text-align: center;
	padding-top: 120px;
	background: transparent url(#) center 50px no-repeat;
	color: #FFFFFF;
	line-height: 1.25rem;
	font-size: 14px;
}

.product-tips .product-tip.beans {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/beans-lg-icon.svg?v=150863497157526756191749819547);
}

.product-tips .product-tip.hand {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/hand-icon.svg?v=44343392759231751301749819812);
}

.product-tips .product-tip.sun {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/sun-icon.svg?v=130599225701550212671749820092);
}

.product-tips .product-tip.clock {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/clock-icon.svg?v=19855234642019320131749819738);
}

.product-tips .product-tip.profilo-aromatico {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-profiloaromatico.svg?v=170455417690420555001749819842);
}

.product-tips .product-tip.altitudine {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-altitudine.svg?v=157590644671037518681749819817);
}

.product-tips .product-tip.origine {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-origine.svg?v=156863298146956570581749819837);
}

#caratteristiche-container h2 {
	width: 100%;
}

.caratteristiche-business-item {
	width: 116px;
	text-align: center;
}

.caratteristiche-business-item .product-tip {
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(10, 10, 10, 0.61);
	border-radius: 5px;
	/*width: 200px;*/
	height: 200px;
	margin: auto;
}

.caratteristiche-business-item .product-tip.ic-espresso {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-espresso.svg?v=2906953230377387051749819828);
}

.caratteristiche-business-item .product-tip.ic-caffelungo {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-caffelungo.svg?v=19372270387185557201749819820);
}

.caratteristiche-business-item .product-tip.ic-vapore {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-vapore.svg?v=78070678637131737941749819848);
}

.caratteristiche-business-item .product-tip.ic-capsula {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-capsula.svg?v=102919483582294241301749819822);
}

.caratteristiche-business-item .product-tip.ic-acquacalda {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-acquacalda.svg?v=35404343455645180031749819816);
}

.caratteristiche-business-item .product-tip.ic-americano {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-americano.svg?v=22155497365925184901749819818);
}

 .caratteristiche-business-item p.product-tip.serbatoio_acqua_4l_con_sensore_livello {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Serbatoio_acqua_4L_con_sensore_livello.png?v=115070338258833098231749820071) bottom 20px center no-repeat;
      	background-size: 141.5px 141.5px; width: 200px; height: 200px;}

.caratteristiche-business-item p.product-tip.serbatoio_acqua_2_5l_con_sensore_livello {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Serbatoio_acqua_2_5L_con_sensore_livello.png?v=36611947633885282701749820070) bottom 20px center no-repeat;
      	background-size: 141.5px 141.5px; width: 200px; height: 200px;}

 .caratteristiche-business-item p.product-tip.energy_saving_garantito_dai_consumi_energetici_ridotti {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Energy_Saving_a49.png?v=183157834031487363851749819785) bottom 20px center no-repeat;
      	background-size: 141.5px 141.5px; width: 200px; height: 200px;}

 .caratteristiche-business-item p.product-tip.sistema_one_touch_per_creare_bevande_base_latte_in_un_solo_gesto {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Sistema_One_Touch_per_creare_bevande_base_latte_in_un_solo_gesto.png?v=15350284261050214281749820082) bottom 20px center no-repeat;
      	background-size: 141.5px 141.5px; width: 200px; height: 200px;}

 .caratteristiche-business-item p.product-tip.due_gruppi_erogatori_con_doppia_pompa_ciascuno {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Due_gruppi_erogatori_con_doppia_pompa_ciascuno.png?v=48642659035527820891749819779) bottom 20px center no-repeat;
      	background-size: 141.5px 141.5px; width: 200px; height: 200px;}

 .caratteristiche-business-item p.product-tip.pannarello_montalatte_acqua_e_vapore {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/pannarello_montalatte_acqua_e_vapore.png?v=41162597899623522561749819963) bottom 20px center no-repeat;
      	background-size: 141.5px 141.5px; width: 200px; height: 200px;}

 .caratteristiche-business-item p.product-tip.gruppo_erogatore_singolo_regolabile_in_altezza {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/gruppo_erogatore_singolo_regolabile_in_altezza.png?v=152205912174537745071749819810) bottom 20px center no-repeat;
      	background-size: 141.5px 141.5px; width: 200px; height: 200px;}

 .caratteristiche-business-item p.product-tip.possibilita_di_integrazione_al_corpo_macchina_o_soluzione_indipendente {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Possibilita_di_integrazione_al_corpo_macchina_o_soluzione_indipendente.png?v=16889371079992902831749819970) bottom 20px center no-repeat;
      	background-size: 141.5px 141.5px; width: 200px; height: 200px;}

 .caratteristiche-business-item p.product-tip.numero_di_tazze_54_espresso__16_cappuccino {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Numero_di_tazze_54_espresso-16_cappuccino.png?v=106501076489563187231749819962) bottom 20px center no-repeat;
      	background-size: 141.5px 141.5px; width: 200px; height: 200px;}

 .caratteristiche-business-item p.product-tip._peso_circa_8_kg {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Peso_Circa_8_kg.png?v=154721765125966257751749819965) bottom 20px center no-repeat;
      	background-size: 141.5px 141.5px; width: 200px; height: 200px;}

 .caratteristiche-business-item p.product-tip.dimensioni_contenute_solo_24_8_cm_di_larghezza { /* MANCA QUESTA!!! */
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-spazio.svg?v=180286455304375080511749819844) bottom 20px center no-repeat;
      	background-size: 141.5px 141.5px; width: 200px; height: 200px;}

.caratteristiche-business-item p.product-tip.gruppo_erogatore_singolo_con_doppio_beccuccio_caffe_e_beccuccio_latte_integrato {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Gruppo_erogatore_singolo_con_doppio_beccuccio_caffe_e_beccuccio_latte_integrato.png?v=79580675038228646731749819809) bottom 20px center no-repeat;
      	background-size: 141.5px 141.5px; width: 200px; height: 200px;}

.caratteristiche-business-item p.product-tip.due_gruppi_erogatori_indipendenti {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Due_gruppi_erogatori_indipendenti.png?v=32937049748567531531749819780) bottom 20px center no-repeat;
      	background-size: 141.5px 141.5px; width: 200px; height: 200px;}

.caratteristiche-business-item p.product-tip.compatta_risparmio_di_spazio_sul_banco_di_lavoro {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-spazio.svg?v=180286455304375080511749819844) bottom 20px center no-repeat;
      	background-size: 141.5px 141.5px; width: 200px; height: 200px;}

#sintesi-container .caratteristiche-business-item .product-tip {
	background-color: transparent;
}

#sintesi-container .caratteristiche-business-item {
	width: 140px;
}

.caratteristiche-business-item .product-tip.ic-spazio {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-spazio.svg?v=180286455304375080511749819844);
}

.caratteristiche-business-item .product-tip.ic-energia {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-energia.svg?v=63087740328802539201749819826);
}

.caratteristiche-business-item .product-tip.ic-sistemacombinato {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-sistemacombinato.svg?v=153299288246493970521749819843);
}

.caratteristiche-business-item .product-tip.ic-energia2 {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-energia2.svg?v=51359468746664207781749819828);
}

.caratteristiche-business-item .product-tip.ic-perfetto {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-perfetto.svg?v=155456851542079024181749819838);
}

.caratteristiche-business-item > p {
	font-size: 0.9rem;
}


/* ----------- Other icons ------------- */
.ic-8gr {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-8gr.svg?v=48745949352881358411749819815);
}

.ic-2filtri {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-2filtri.svg?v=216116695822892351749819813);
}

/* ----------- More info box ----------- */
.more-info-box {
	border-radius: 3px;
	background-color: #363636;
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.07);
	padding: 20px 0 1px;
	margin-bottom: 100px;
}

.more-info-box .dropdown-trigger {
	position: relative;
	border: none;
	background: #363636;
	color: #FFFFFF;
	line-height: 36px;
	font-weight: bold;
	letter-spacing: -0.03rem;
	padding-right: 45px;
}

.more-info-box .dropdown-trigger::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 36px;
	width: 36px;
	border: 1px solid #DADADA;
	border-radius: 20px;
	background: transparent url(//shop.caffitaly.com/cdn/shop/t/28/assets/select-arrow-icon.png?v=157263841808140189201749820069) center 15px/15px no-repeat;
}

.more-info-box #more-info {
	padding: 0 50px 30px;
	font-size: 0.875rem;
}

/* ---------- coffee blend ---------- */
.coffee-blend {
	align-items: center;
}

.coffee-blend .h5 {
	margin-bottom: 20px;
}

.coffee-blend p {
	color: #828282;
}

.coffee-blend p em {
	font-style: normal;
	color: #505050;
	color: #505050;
}

.coffee-blend .more {
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: -0.03rem;
	line-height: 1.3;
	color: #B7AF9E;
}

/* ------------ Brand banner ------------- */
.brand-banner {
	height: 479px;
	padding-left: 100px;
	position: relative;
}

.brand-banner figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.brand-banner figure .banner-background {
	width: 1440px;
}

.brand-banner .banner-logo {
	text-align: right;
}

.brand-banner .banner-text {
	padding-top: 90px;
}

.brand-banner .banner-text .h4 {
	font-size: 1.5rem;
	line-height: 1.3em;
	font-weight: 500;
	letter-spacing: -0.04rem;
	color: #fff;
	margin-bottom: 25px;
}

.brand-banner .banner-text p {
	font-size: 0.875rem;
	line-height: 1.125rem;
	color: #fff;
	padding-right: 15%;
	margin-bottom: 25px;
}

.brand-banner .banner-text .h4.dark {
	color: inherit;
}

.brand-banner .banner-text p.dark {
	color: inherit;
}

.brand-banner .banner-text .btn-secondary {
	font-size: 0.875rem;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
	border-radius: 3px;
	background-color: #A49A87;
	box-shadow: 0 0 20px 0 rgba(164, 154, 135, 0.75);
	padding: 0 20px;
}

/* --------------- Product carousel ---------------- */
.product-carousel {
	padding: 70px 96px;
}

.product-carousel .row .col-12 .h4 {
	margin-bottom: 0;
}

.product-carousel .row .col-12 .product-carousel-container {
	padding: 70px 20px 0;
	margin-top: -30px;
}

.product-carousel .row .col-12 .product-carousel-container::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #c6c6c6;
}

.product-carousel .row .col-12 .product-carousel-container .swiper-wrapper {
	padding-bottom: 20px;
}

.product-carousel .row .col-12 .product-carousel-container .swiper-wrapper .swiper-slide .product-item .product {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.product-carousel .row .col-12 .product-carousel-container .swiper-button-next,
.product-carousel .row .col-12 .product-carousel-container .swiper-button-prev {
	position: absolute;
	top: 25px;
	left: 300px;
	height: 31px;
	width: 31px;
	background-color: #ADA492;
	border-radius: 16px;
	color: #fff;
	text-align: center;
}

.product-carousel .row .col-12 .product-carousel-container .swiper-button-next::after,
.product-carousel .row .col-12 .product-carousel-container .swiper-button-prev::after {
	font-size: 14px !important;
}

.product-carousel .row .col-12 .product-carousel-container .swiper-button-next {
	padding-left: 3px;
	left: 340px;
}

.product-carousel .row .col-12 .product-carousel-container .swiper-button-prev {
	padding-right: 3px;
}

/* ------------------- Homepage carousel --------------------- */
.home-carousel-container figure {
	margin-bottom: 0;
}

.home-carousel-container img {
	width: 100%;
}

.home-carousel-container .caption {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 680px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 100px;
}

.home-carousel-container .caption .h2 {
	color: #FFFFFF;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 45px;
	text-align: center;
	margin-bottom: 10px;
}

.home-carousel-container .caption p {
	font-size: 18px;
	line-height: 1.3em;
	color: #FFFFFF;
	margin-bottom: 45px;
}

.home-carousel-container .caption .btn {
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.06rem;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 3px;
	background-color: #A49A87;
	box-shadow: 0 0 20px 0 rgba(164, 154, 135, 0.75);
	padding: 11px 20px 9px;
}

.home-carousel-container .swiper-pagination {
	display: inline-block;
	width: auto;
	bottom: 50px !important;
	right: 20px;
	left: auto;
}

.home-carousel-container .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 0.25;
	width: 10px;
	height: 10px;
    margin: 0 8px !important;
}

.home-carousel-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #FFFFFF;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.84);
	opacity: 1;
}

/* ----------------- Business showcase ----------------- */

 .h2 {
	/*width: 640px;*/
	font-size: 60px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 62px;
	color: #4A4A4A;
	text-align: center;
	margin-bottom: 40px;
}

.home-business-showcase p {
	text-align: center;
	/*width: 500px;*/
	margin-bottom: 60px;
}

.home-business-showcase .gallery-item.background {
	background-position: bottom;
	background-size: auto;
	background-repeat: no-repeat;
}

.home-business-showcase h3 {
	color: #b6ae9c;
}

.home-business-showcase .gallery-item.background .content {
	margin-bottom: 21rem;
	text-align: center;
}

.home-business-showcase.landing .gallery-item {
	background-color: #2C2C2C;
	padding-top: 2rem;
	min-height: 22rem;
}

.home-business-showcase.landing .gallery-item > p {
	text-align: left;
	margin-bottom: 2rem;
}

.home-business-showcase.landing .gallery-item .image-elem {
	width: 50%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.home-business-showcase.landing .gallery-item .image-elem > img {
	width: 100%;
}

.home-business-showcase.landing .gallery-item > a {
	color: #8d816b;
	font-weight: strong;
}

#collections-container .home-business-showcase {
	padding: 200px 60px 160px;
}

#collections-container .home-business-showcase.landing .gallery-item {
	border-radius: 5px;
	padding: 40px 20px 5px;
	margin-bottom: 25px;

}
#collections-container p {         /* ########## MODIFICATO ########## */
	color: #CDCDCD;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	max-width: 390px;
	margin: 0 auto 30px;
}

#collections-container p.gallery-block-heading {
	color: #E1E1E1;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 16px;
	margin-bottom: 20px;
}

#collections-container .home-business-showcase h3 { */
	color: #90897B;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 40px;
}

#collections-container .home-business-showcase.landing .gallery-item a.btn {
	min-width: 245px;
	font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    color: #FFFFFF;
    border-radius: 3px;
    background-color: #90897B;
    box-shadow: 0 0 20px 0 #2D2D2D;
    padding: 14px 20px 12px;
}

/* ---------------------- Landing business --------------------- */

.landing-business{
	font-family: "DMSans";
}

.landing-business .h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.67px;
    line-height: 45px;
    text-align: center;
    margin: 100px auto 40px !important;
    max-width: 400px;
}

.landing-business p {
    color: #D2D2D2;
  font-size: 16px;
  letter-spacing: -0.27px;
  line-height: 22px;
  text-align: center;
    max-width: 765px;
}

.landing-business #collections-container .home-business-showcase.landing {
    padding: 140px 160px;
}

.landing-business #collections-container .home-business-showcase .gallery-item {
	position: relative;
  	max-height: 30rem;
}

.landing-business #collections-container .home-business-showcase .gallery-item h3 {
color: #FFFFFF;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
}

.landing-business #collections-container .home-business-showcase .gallery-item p {
color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
    text-align: left;
}

.landing-business #collections-container .home-business-showcase .gallery-item .image-elem {
    width: 65%;
    height: 180px;
    display: block;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
}

.landing-business #collections-container .home-business-showcase .gallery-item .image-elem figure {
    width: 100%;
    height: 100%;

    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.landing-business #collections-container .home-business-showcase .gallery-item .image-elem img{
    width: auto;
    max-height: 100%;
    margin: 0;
}

.landing-business #collections-container .home-business-showcase .gallery-item a {
color: #A49A87;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  text-shadow: 0 0 20px 0 rgba(164,154,135,0.34);
}



/* ----------------- Home blends selection ----------------- */
.blends-selection {
	/*background-color: rgb(63, 63, 63);*/
	padding: 100px 120px 60px;
}

.blends-selection .h2 {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: -0.04rem;
	line-height: 1.125em;
	color: white;
	margin-bottom: 40px;
}

.blends-selection p {
	letter-spacing: -0.016rem;
	line-height: 1.375em;
	color: rgba(231, 231, 231, 0.6);
	padding-right: 15%;
	margin-bottom: 40px;
}

.blends-selection p.subtitle {
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	margin: 20px 0 20px;
}

.blends-selection a.btn {
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	border-radius: 3px;
	background-color: #90897B;
	box-shadow: 0 0 20px 0 #2D2D2D;
	padding: 13px 25px 12px;
}

#store-locator-container { /* ##### AGGIUNTO ##### */
	padding: 0 120px 60px;
}

#store-locator-container .blends-selection { /* ##### AGGIUNTO ##### */
	padding: 0;
}

#store-locator-container .blends-selection.mobile{
  display:none;
}

#store-locator-container .blends-selection.desktop{
  display:block;
}

#store-locator-container .blends-selection .h2 { /* ##### AGGIUNTO ##### */
	color: #EEEEEE;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 39px;
	text-align: left;
}

#store-locator-container .blends-selection p { /* ##### AGGIUNTO ##### */
	color: rgba(231,231,231,0.6);
	font-size: 24px;
	letter-spacing: 0;
	line-height: 28px;
}

/* ----------- Hero home page business -----*/

	padding: 0;
	#strillo-container .hero__inner {
	padding-bottom: 22rem;
}

#strillo-container .hero__inner .page-width{
	margin-top: -300px;
}

#strillo-container .mega-subtitle p{
	font-size: 20px;
  line-height: 26px;
}

#strillo-container .hero__inner .hero__btn {          /* ########## AGGIUNTO ########## */
	min-width: 245px;
	font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    color: #FFFFFF;
    border-radius: 3px;
    background-color: #90897B;
    box-shadow: 0 0 20px 0 #2D2D2D;
    padding: 14px 20px 12px;
}

#strillo-container .mega-title {
	font-size: 5.75em;
}

.box {
	background-color: rgb(64, 64, 64) !important;
}

/* caontacts container business */

.title-contact-business{
	padding: 100px 180px 44px;
  margin-bottom: 0px;
}

.desc-contact-business{
  padding: 0px 90px ;
}

#contacts-container .row {
	justify-content: center;
	padding: 30px 0;
}

#contacts-container .col-12 {
		padding-left: 50px;
	}

#contacts-container .h3 {
	color: #EEEEEE;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 28px;
}

#contacts-container a {
	color: #BEB7A6;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 18px;
}

#contacts-container p {
	color: rgba(231,231,231,0.6);
	font-size: 14px;
	letter-spacing: 0;
	line-height: 19px;
}



/* ------------- Map banner ------------- */
.map-banner {
	background: #484848 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Bg_StoreLocator.png?v=111223474978997972491749819601) top center no-repeat;
}

.map-banner .row {
	height: 768px;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
}

.map-banner .locator .h2 {
	font-size: 40px;
	font-weight: 500;
	letter-spacing: -0.67px;
	line-height: 45px;
	color: #fff;
}

.map-banner p {
	font-size: 16px;
	letter-spacing: -0.27px;
	line-height: 22px;
	margin-bottom: 40px;
}

.map-banner p.locator {
	display: none;
}

.map-banner .btn {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.3px;
	line-height: 20px;
	border-radius: 3px;
	background-color: #A49A87;
	box-shadow: 0 0 20px 0 rgba(164, 154, 135, 0.75);
	padding: 12px 25px 13px;
}

/* -------------  Business banner ------------- */
.business-banner {
	background: #484848 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Bg_Business.png?v=175235714293192307591749819584) top center no-repeat;
}

.business-banner .row {
	height: 266px;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
}

.business-banner .h2 {
	font-size: 50px;
	font-weight: 500;
	letter-spacing: -0.67px;
	line-height: 74px;
	color: #fff;
}

.business-banner p {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 20px;
}

.business-banner .btn {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.3px;
	line-height: 20px;
	border-radius: 3px;
	background-color: #A49A87;
	box-shadow: 0 0 20px 0 rgba(164, 154, 135, 0.75);
	padding: 8px 20px 9px;
	color: #fff;
}

/* ---------------- Footer ---------------- */
/* ---------------- Footer ---------------- */
footer {
	height: 142px;
	background-color: rgb(64, 64, 64);
	border-top: 2px solid grey;
	padding: 30px 60px 20px;
}

footer .row {  /* ##### MODIFICATO ##### */
	justify-content: space-between;
	align-items: center;
}

footer .social,
footer .footer-logo {  /* ##### AGGIUNTO ##### */
	flex-grow: 0;
    min-width: initial;
}

footer .social p {
	position: relative;
	display: flex;
	margin-top: 30px;
	justify-content: center;
	padding-left: 50px;
	margin-top:0px;
}

footer .social p::before {
	content: "Seguici";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 33px;
}

footer .social .social-icon {
	display: block;
	height: 33px;
	width: 33px;
	min-width: 33px;
	background: #ADA492 url(#) center center no-repeat;
	color: #fff;
	overflow: hidden;
	text-indent: -10000px;
	margin: 0 6px;
	border-radius: 20px;
}

footer .social .fb-icon {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/facebook-f-brands.svg?v=67653533729969843731749819791);
	background-size: 9px;
}

footer .social .tw-icon {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/twitter-brands.svg?v=110214691996625459591749820102);
	background-size: 15px;
}

footer .social .li-icon {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/linkedin-in-brands.svg?v=76187392161960800451749819934);
	background-size: 13px;
}

footer .social .in-icon {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/instagram-brands.svg?v=95410422054705569561749819926);
	background-size: 16px;
}

footer .social .yt-icon {
	background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/youtube-brands.svg?v=174093969410449756741749820109);
	background-size: 17px;
}

footer .bottom-footer .footer-menu {  /* ##### MODIFICATO SELETTORE E VALORI ##### */
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.125rem;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
	background-color: transparent;
	padding: 6px 12px;
	white-space: nowrap;
}

footer .bottom-footer .copy-info {
	align-items: center;
}

footer .bottom-footer .copyright {  /* ##### MODIFICATO ##### */
	color: #9C9D9D;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 18px;
	white-space: nowrap;
}


footer .footer-logo a,
footer .footer-logo a:hover {
	display: inline-block;
	border: 1px solid #A49A87;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -1px;
	color: #fff;
	line-height: 32px;
	padding: 0 8px;
}

footer .bottom-footer .btn,
footer .bottom-footer button {
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.125rem;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #A49A87;
	border-radius: 3px;
	background-color: transparent;
	padding: 6px 12px;
	white-space: nowrap;
}

footer .bottom-footer button {
	border-color: transparent;
	padding: 6px 0;
	pointer-events: none;
}

footer .bottom-footer ul {
	list-style: none;
	padding: 10px 0 0;
	display: flex;
}

footer .bottom-footer ul li {
	padding: 3px 15px;
}

/* ---------------- SearchBar ---------------- */
.search-bar__actions {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	height: 45px;
	width: 45px;
	border-radius: 45px;
}

.search-bar__close {
	margin-left: 3px;
}

.search-bar__submit {
	display: none;
}

/* ------------- System video banner -------------- */
.system-video-banner {
	position: relative;
	height: 668px;
}

.system-video-banner figure {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.system-video-banner .caption {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.system-video-banner .caption .h2 {
	color: #AEA490;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -0.5px;
	line-height: 39px;
	text-align: center;
	margin-bottom: 20px;
}

.system-video-banner .caption p {
	width: 579px;
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing: -0.33px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 90px;
}

.system-video-banner .caption .play-video {
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 3px;
	line-height: 16px;
	text-transform: uppercase;
	background: transparent;
	border: none;
}

/* ------------------ Capsule insight ------------------ */
.capsule-insight {
	position: relative;
}

.capsule-insight::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 5px;
	display: block;
	width: calc(100% - 10px);
	height: 1px;
	background-color: #979797;
}

.capsule-insight .row {
	height: 740px;
	align-items: center;
	background: #fff url(//shop.caffitaly.com/cdn/shop/t/28/assets/scrolldown-icon.svg?v=25424544071622866791749820067) bottom 60px center no-repeat;
	padding-bottom: 50px;
}

.capsule-insight p {
	max-width: 380px;
	color: rgba(33, 56, 66, 0.6);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 21px;
	margin-bottom: 25px;
}

.capsule-insight p.huge {
	color: #484848;
	font-size: 180px;
	letter-spacing: -3px;
	line-height: 300px;
}

.capsule-insight p strong {
	color: #505050;
}

.capsule-insight figure {
	text-align: center;
}

/* ------------- Map distributori ------------- */

.map-container{
    position:relative;
    left:30%;
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}

.map-container.selectedRegion{
  left:10%;
}

/* ------------- Map banner ------------- */

.strillo-banner-bp .row {
	height: 537px;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
}

.strillo-banner-bp .h2 {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: -0.67px;
	line-height: 40px;
	color: #fff;
}

.strillo-banner-bp p {
	font-size: 16px;
	letter-spacing: -0.27px;
	line-height: 22px;
	margin-bottom: 40px;
}

.strillo-banner-bp p.locator {
	display: none;
}

.strillo-banner-bp .btn {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.3px;
	line-height: 20px;
	border-radius: 3px;
	background-color: #A49A87;
	box-shadow: 0 0 20px 0 rgba(164, 154, 135, 0.75);
	padding: 12px 25px 13px;
}

.strillo-banner-bp a, .strillo-banner-bp a:hover{
	color: #fff;
}

/* ------------ Business site section Everyday ------------- */
.business-everyday {
	background-color: #3f3f3f;
	color: #fff;
	padding: 150px 0 180px;
	overflow: hidden;
}

.business-everyday .row .info {
	padding-right: 6%;
}

.business-everyday .row .customer-care {
	position: relative;
	z-index: 1;
}

.business-everyday .row .customer-care .text-box {
	padding-top: 87px;
	background: transparent url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-personale.svg?v=31003303205140224111749819839) top -18px left -20px no-repeat;
}

.business-everyday .row .customer-care::before {
	content: "";
	position: absolute;
	top: -40px;
	left: 80px;
	display: block;
	height: 357px;
	width: 357px;
	background-color: #494949;
	border-radius: 200px;
	z-index: -1;
}

.business-everyday .row .consulting {
	position: relative;
	padding: 0 65px 0;
	z-index: 1;
}

.business-everyday .row .consulting .text-box {
	padding-top: 87px;
	background: transparent url(//shop.caffitaly.com/cdn/shop/t/28/assets/ic-consulenza.svg?v=104842461351704900241749819822) top -18px left -20px no-repeat;
}

.business-everyday .row .consulting::before {
	content: "";
	position: absolute;
	top: -60px;
	left: 80px;
	display: block;
	height: 357px;
	width: 357px;
	background-color: #494949;
	border-radius: 200px;
	z-index: -1;
}

.business-everyday .h2 {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 40px;
	color: #fff;
	margin-bottom: 30px;
	text-align: unset;
}

.business-everyday .h3 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.5px;
	line-height: 18px;
	color: #FFFFFF;
	margin-bottom: 25px;
}

.business-everyday p,
.business-everyday a {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 18px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.business-everyday a, .business-everyday a:hover{
	display: inline-block;
	font-weight: bold;
	margin-top: 15px;
	color: #90897B;
}

/* ------------- Business site main product  S9001 -------------- */

#video-s9001 {padding: 0;}

.video-is-paused .video__text-content, .video-is-paused .video__overlay{
	display: none;
}

.s9001 .system-video-banner .caption .h2 {
    color: #FFFFFF;
    font-size: 70px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 91px;
    text-align: center;
    margin-bottom: 0;
}
.s9001 .system-video-banner .caption p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
    margin-bottom: 0;
}


.s9001 .system-video-banner .video-control__play-wrapper {
margin-top: 0;
}

.s9001 .system-video-banner .video-control__play {
    display: inline-block;
    width: auto;
    padding-left: 160px;
    position: relative;

}

.s9001 .system-video-banner .video-control__play::after {
    position: absolute;
    top: 36%;
    left: 0;
    content: "GUARDA IL VIDEO ";
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 16px;

}

.s9001 .icon.icon-play path {
    fill: transparent !important;
    stroke: white !important;
    stroke-width: 2px !important;
}

.s9001 .icon.icon-play {
height: 12px;
}

.s9001 #strillo-container {
	background-color: #393939;
    margin-bottom: 300px;
}

.s9001 #strillo-container .container-fluid {
    padding: 60px 0 0 50px;
}

.s9001 #strillo-container h2 {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 46px;
    text-align: left;
}

.s9001 #strillo-container p {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
}

.s9001 #strillo-container .btn.btn-secondary {
    border-radius: 3px;
    background-color: #A49A87;
    box-shadow: 0 0 20px 0 rgba(164,154,135,0.34);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2.25px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 35px 8px;
}

.s9001 #strillo-container figure {
    margin-left: -90px;
	margin-bottom: -300px;
    display: flex;
    justify-content: flex-end;
}

.s9001 #carousel-container .home-carousel-container {
	max-width: 1220px;
    height: auto;
    margin: auto;
	padding: 0;
}


.s9001 #carousel-container{
	margin-bottom: 100px;
}


.s9001 #carousel-container .carousel-s9001 .swiper-slide {
	padding: 0 25px;
	background-color: transparent;
}

.s9001 #carousel-container .carousel-s9001 .swiper-slide .row {
    background-color: #393939;
	margin: 0;
}

.s9001 #carousel-container .carousel-s9001 .swiper-slide .col-lg-6 {
    background-color: #393939;
	padding: 0;
}

.s9001 #carousel-container .carousel-s9001 .swiper-slide figure {
    height: 586px;
    overflow: hidden;
    margin-right: -20px;
}

.s9001 #carousel-container .carousel-s9001 .swiper-slide .caption {
    position: static;
    transform: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 80px;
}

.s9001 #carousel-container .carousel-s9001 .swiper-slide .h2 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform: uppercase;
}

.s9001 #carousel-container .carousel-s9001 .swiper-slide p {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 0;
}

.s9001 #carousel-container .carousel-s9001 .swiper-slide .pagination {
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 20px;
}


.s9001 #carousel-container .carousel-s9001 .swiper-button-prev,
.s9001 #carousel-container .carousel-s9001 .swiper-button-next {
	width: 46px;
    height: 27px;
	background: transparent url(//shop.caffitaly.com/cdn/shop/t/28/assets/arrow-white-prev.svg?v=168841998420176447901749819519) center center / contain no-repeat;
    top: 50%;
    margin-top: -10px;
    right: auto;
    left: 0;
}

.s9001 #carousel-container .carousel-s9001 .swiper-button-next {
    background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/arrow-white-next.svg?v=43661816997278035351749819518);
	left: calc(50% - 25px);
}

.s9001 #carousel-container .carousel-s9001 .swiper-button-next::after,
.s9001 #carousel-container .carousel-s9001 .swiper-button-prev::after {
	content: none;
}

.s9001 #carousel-container .carousel-s9001 .swiper-button-disabled {
	opacity: 0 !important;
}

/* Recommended products business */

#recommended-products-container .product-carousel-container .swiper-button-next,
#recommended-products-container .product-carousel-container .swiper-button-prev {
	display: none;
	position: absolute;
	top: 25px;
	left: 300px;
	height: 31px;
	width: 31px;
	background-color: #ADA492;
	border-radius: 16px;
	color: #fff;
	text-align: center;
}

.product-carousel-container {
	max-width:1200px;
	margin-left: auto;
margin-right: auto;
}

/* ------------- Business site main product  caratteristiche -------------- */

.caratteristiche-business-heading {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.caratteristiche-business-heading h3 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 46px;
    text-align: center;
    margin-bottom: 10px;
}

.caratteristiche-business-heading p {
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
    margin-bottom: 40px;
    max-width: 610px;
}

.caratteristiche-business {
    margin-bottom: 60px;
    max-width: 920px;
}

.caratteristiche-business-item .product-tip {
	background-color: #323232;
  /*margin-bottom: 15px;*/
}

#caratteristiche-container .btn.btn-secondary {
    display: inline-block;
    border-radius: 3px;
    background-color: #A49A87;
    box-shadow: 0 0 20px 0 rgba(164,154,135,0.34);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2.25px;
    line-height: 25px;
    text-align: center;
    padding: 12px 30px;
    margin: 0 auto 100px;
}

.s9001 #shopify-section-strillo-consumi-s9001 {
	background: transparent;
}

.s9001 #shopify-section-strillo-consumi-s9001 .container-fluid {
    padding: 0;
}

.s9001 #shopify-section-strillo-consumi-s9001 figure {
	max-width: 100% !important;
    margin: 0;
}

.s9001 #shopify-section-strillo-consumi-s9001 figure {
	max-width: 100% !important;
}

#strillo-2-container .text-content {
	padding-left: 30px;
}

#strillo-2-container .text-content h2 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 46px;
    max-width: 300px;
    text-align:  left;
    margin-bottom: 25px;
}

#strillo-2-container .text-content p {
    color: #FFFFFF;
  font-size: 14px;
    font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 18px;
    max-width: 410px;
}

#strillo-2-container .text-content figure,
#strillo-2-container .text-content figure img {
    width: 100%;
    max-width: 220px;
    margin-bottom: 20px;
}

#strillo-2-container .text-content .text-fluo {
    color: #ACA28E;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 46px;
    margin-bottom: 0px;
    text-shadow: 0 0 20px rgba(172,162,142,0.66);
}

#strillo-2-container .text-content hr {
    height: 1px;
    background-color: #535353;
    max-width: 410px;
}

#strillo-2-container .text-content .text-nofluo {
    color: #606060;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 46px;
    margin-bottom: 0px;
}

#shopify-section-sintesi-s9001 {
	padding: 30px 15%;
    background-color: #393939;
}


.contact-form-business {
	padding: 60px 120px;
}

.contact-form-business h3 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    max-width: 270px;
    float: right;
    margin: 20px 20px 0 0;
}

.contact-form-business label {
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: -0.23px;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    margin: 0 10px 0 0;
}

.contact-form-business input[type="text"],
.contact-form-business input[type="tel"],
.contact-form-business input[type="email"] {
    height: 34px;
    border: 1px solid #979797;
    border-radius: 2px;
    color: #FFFFFF !important;
    font-size: 14px;
    letter-spacing: -0.23px;
    line-height: 18px;
    padding: 13px 10px;
}

.contact-form-business input[type="text"]::placeholder,
.contact-form-business textarea::placeholder,
.contact-form-business input[type="tel"]::placeholder,
.contact-form-business input[type="email"]::placeholder{
      color: #FFFFFF !important;
}

.contact-form-business textarea {
    height: 105px;
    border: 1px solid #979797;
    border-radius: 2px;
    color: #FFFFFF !important;
    font-size: 14px;
    letter-spacing: -0.23px;
    line-height: 18px;
    padding: 13px 10px;
}

.contact-form-business .business-selection {
		display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 0;
}

.contact-form-business .business-selection select {
    width: 165px;
    border-radius: 2px;
    background-color: #2E2E2E;
	color: #FFFFFF !important;
    font-size: 14px;
    letter-spacing: -0.23px;
    line-height: 18px;
    text-align: center !important;
    border: 0;
    padding: 8px 0 8px 10px;
    background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/arrow-dark-select.png?v=18295174822343935791749819515);
}

p,
input+span {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
}

.contact-form-business input.btn.btn-secondary {
    border-radius: 3px;
    background-color: #90897B;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    padding: 8px 35px;
    float: right;
}

.business-recommendation {
	padding: 260px 190px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

.business-recommendation p {
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    max-width: 500px;
}

.business-recommendation p + .row {
    max-width: 500px;
}

 .business-recommendation .heading {
    color: #FFFFFF;
    font-size: 90px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 60px;
	margin-bottom: 30px;
 }

.business-recommendation .caption {
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 40px;
}

.business-recommendation .caratteristica span{
    background-position: center left -11px;
    background-size: 70px;
    background-repeat: no-repeat;
    height: 60px;
    display: inline-block;
    padding-left: 55px;
    padding-top: 25px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
}


/* ------- STRILLO FOOTER ------- */

#shopify-section-strillo-footer-section-bp .h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.83px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 15px;
}

#shopify-section-strillo-footer-section-bp p {
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 35px;
}

#shopify-section-strillo-footer-section-bp a {
    border: 0;
    border-radius: 3px;
    background-color: #90897B;
    box-shadow: 0 0 20px 0 #2D2D2D;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    padding: 14px 20px;
}


/* ------------ Business site section Everyday ------------- */
.bootstrap-select .btn {
	color: #fff;
	background-color: #2E2E2E;
}

.bootstrap-select .dropdown-menu {
	color: #fff;
	background-color: #2E2E2E;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
	color: #fff !important;
}

.bootstrap-select .dropdown-menu .dropdown-item:hover,
.bootstrap-select .dropdown-menu .dropdown-item:focus {
	background-color: #505050;
}


/*  ============ MACCHINE PRODUCT BUSINESS ================ */
.product-single__title{
	margin-top:1rem;
}


.product-macchina-business .heading {
	height: 350px;
}

.product-macchina-business .description-container {
	background-color: #393939;
	padding-top: 16em;
}

.product-macchina-business .description-container figure {
	max-width: 100%;
	height: auto;
	position: absolute;
	top: -29em;
	/*left: 50%;*/
	transform: translateX(20%);
}

.product-macchina-business .description-container p {
	font-size: 1rem;
	line-height: 1.5rem;
}

.product-macchina-business .btn.btn-secondary{
	display: inline-block;
	border-radius: 3px;
	background-color: #A49A87;
	box-shadow: 0 0 20px 0 rgba(164,154,135,0.34);
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2.25px;
	line-height: 25px;
	text-align: center;
	padding: 12px 30px;
	margin: 0 auto 100px;
	text-transform: uppercase;
}

.product-macchina-business .arrow {
	border: solid #979797;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 10px;
  }

  .product-macchina-business .arrow.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
  }
  .product-macchina-business .caratteristiche-extra > .row {
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
  }

  .product-macchina-business .caratteristiche-extra ul {
	-webkit-columns: 2;
	   -moz-columns: 2;
			columns: 2;
	   padding-left: 0;
  }

  .product-macchina-business .caratteristiche-extra ul li {
		   	list-style-position: outside;
		   		list-style-type: disc;
	-webkit-column-break-inside: avoid;
			  page-break-inside: avoid;
				   break-inside: avoid;
						 margin: 1rem 3.5rem;
  }

  .product-macchina-business .caratteristiche-extra ul li::marker{
	color: #B6AE9C;
  }

  .product-macchina-business .product-details h5 {
	text-align: center;
	color: #D9D9D9;
	font-weight: normal;
	text-transform: uppercase;
	margin: 2rem 0;
	font-size:1rem;
  }

  .product-macchina-business .ga-product_related h4 {
	  text-align: center;
  }
  .product-macchina-business .ga-product_related .owl-nav {
	  display: none;
  }

  .pdetail-business img {
    background-color: white;
  }

  .product-machine .main-features p.dosaggio_automatico {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Dosaggio_automatico_a49.png?v=178094154918822295201749819771) bottom 6px center no-repeat;
    	background-size: 141.5px 141.5px; width: 200px; height: 200px;}
      .product-machine .main-features p.dosaggio_manuale {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Dosaggio_manuale_brown.png?v=71840595107078760281749819774) bottom 6px center no-repeat;
        background-size: 141.5px 141.5px; width: 200px; height: 200px;}
   	  .product-machine .main-features p.dosaggio_smart_suggerisce_l_erogazione {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Dosaggio_Smart_suggerisce_l_erogazione_brown.png?v=117039004348208747561749819776) bottom 6px center no-repeat;
        background-size: 141.5px 141.5px; width: 200px; height: 200px;}
  	  .product-machine .main-features p.energy_saving {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Energy_Saving_a49.png?v=183157834031487363851749819785) bottom 6px center no-repeat;
        background-size: 141.5px 141.5px; width: 200px; height: 200px;}
  	  .product-machine .main-features p.espresso_lungo_te_e_infusi {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Espresso_Lungo_Te_e_Infusi_a49.png?v=23690863876769457471749819789) bottom 6px center no-repeat;
        background-size: 141.5px 141.5px; width: 200px; height: 200px;}
  	  .product-machine .main-features p.poggia_tazze_regolabile_in_altezza {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/poggia_tazze_regolabile_in_altezza_brown.png?v=122553089562764428231749819968) bottom 6px center no-repeat;
        background-size: 141.5px 141.5px; width: 200px; height: 200px;}
	  .product-machine .main-features p.sistema_multibevanda {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Sistema_multibevanda_brown.png?v=106088843366575555501749820081) bottom 6px center no-repeat;
        background-size: 141.5px 141.5px; width: 200px; height: 200px;}
  	  .product-machine .main-features p.lancia_vapore {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Lancia_vapore_brown.png?v=11888803795673921521749819932) bottom 6px center no-repeat;
        background-size: 141.5px 141.5px; width: 200px; height: 200px;}
  	  .product-machine .main-features p.sistema_multibevanda {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Sistema_multibevanda_brown.png?v=106088843366575555501749820081) bottom 6px center no-repeat;
        background-size: 141.5px 141.5px; width: 200px; height: 200px;}
  	  .product-machine .main-features p.spia_cassetto_capsule_pieno {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Spia_cassetto_capsule_pieno_brown.png?v=115074740447710702651749820089) bottom 6px center no-repeat;
        background-size: 141.5px 141.5px; width: 200px; height: 200px;}
  	  .product-machine .main-features p.spia_decalcificazione {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Spia_decalcificazione_brown.png?v=178413357553499422031749820091) bottom 6px center no-repeat;
        background-size: 141.5px 141.5px; width: 200px; height: 200px;}
	  .product-machine .main-features p.veloce_e_silenziosa {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Veloce_e_Silenziosa_brown.png?v=59831485635056849851749820104) bottom 6px center no-repeat;
        background-size: 141.5px 141.5px; width: 200px; height: 200px;}
	  .product-machine .main-features p.compatta {
        background: #fff0 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Compatta_brown.png?v=108699796716511367341749819741) bottom 6px center no-repeat;
        background-size: 141.5px 141.5px; width: 200px; height: 200px;}


/* ======================== MOBILE ONLY < 768 ======================= */
@media (max-width: 767px) {

	h2,
	.h2 {
		font-size: 1.875rem;
		line-height: 1.16;
		letter-spacing: -0.03rem;
	}

	h4,
	.h4 {
		font-size: 1.125rem;
		line-height: 1.1;
	}

	.container {
		padding-right: 30px;
		padding-left: 30px;
	}

	.full-on-mobile {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.full-on-mobile .row {
		margin: 0 !important;
	}

	.full-on-mobile .row > * {
		padding: 0 !important;
	}

	/* ====================== MOBILE MENU ==================== */

	header.border-bottom {
		border: none !important;
		-webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.4);
		box-shadow: 0 4px 10px 0 rgba(0,0,0,0.4);
		z-index: 1;
	}

	/* forcing header positioning */
	.primary-menu {
		height: 65px;
		padding: 0 10px;
	}

	.primary-menu .logo-align--left {
		padding-left: 20px;
	}

	.primary-menu .site-header__logo-image img {
		display: block;
		width: 80px;
		margin: auto;
	}

	.primary-menu .site-header__account,
	.primary-menu .site-header__search-toggle {
		display: none;
	}

	.primary-menu .site-header__icons-wrapper,
	.primary-menu .site-header__icons {
		position: static;
	}

	.primary-menu .site-header__icons-wrapper .site-header__cart {
		position: absolute;
		top: 16px;
		right: 20px;
		height: 34px;
		width: 34px;
		background-size: 14px;
		min-width: 34px;
	}

	.primary-menu .js-mobile-nav-toggle {
		position: absolute;
		top: 10px;
		left: 10px;
	}

	.mobile-nav-wrapper {
		position: fixed;
		z-index: 1;
		height: 100vh;
		background-color: #484848;
	}

	.mobile-nav-wrapper .site-header__account,
	.mobile-nav-wrapper .site-header__account:hover {
		height: 40px;
		width: 100%;
		background-color: #373737;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1.71px;
		line-height: 40px;
		text-align: center;
		padding: 2px 0 0;
		border-radius: 0;
		text-transform: uppercase;
	}

	/* ------------------ mobile navigation ------------------- */

	.js-mobile-nav-toggle .icon{
		fill: #fff;
	}

	.mobile-nav {
		padding-top: 30px;
	}

	.mobile-nav li {
		border-bottom: none !important;
	}

	.mobile-nav .mobile-nav__link {
		padding: 15px 40px;
	}

	.mobile-nav > li > a > .mobile-nav__label,
	.mobile-nav > li > button > .mobile-nav__label {
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 2.08px;
		line-height: 26px;
		text-transform: uppercase;
	}

	.mobile-nav__dropdown{
		background-color: transparent;
	}

	.mobile-nav > li > button {
		pointer-events: none;
	}

	.mobile-nav > li > button > .mobile-nav__icon {
		display: none;
	}

	.mobile-nav .mobile-nav__dropdown {
		position: static;
		display: block;
		margin-bottom: 20px;
	}

	.mobile-nav .mobile-nav__dropdown li:nth-of-type(2) {
		display: none;
	}

	.mobile-nav .mobile-nav__sublist-link {
		padding: 5px 40px;
	}

	.mobile-nav .mobile-nav__sublist-link .mobile-nav__label {
		color: #959595;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 20px;
	}

	.mobile-nav-wrapper .social {
		display: flex;
		margin-top: 30px;
		justify-content: center;
	}

	.mobile-nav-wrapper .social .social-icon {
		display: block;
		height: 33px;
		width: 33px;
		min-width: 33px;
		background: #ADA492 url(#) center center no-repeat;
		color: #fff;
		overflow: hidden;
		text-indent: -10000px;
		margin: 0 6px;
		border-radius: 20px;
	}

	.mobile-nav-wrapper .social .fb-icon {
		background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/facebook-f-brands.svg?v=67653533729969843731749819791);
		background-size: 9px;
	}

	.mobile-nav-wrapper .social .tw-icon {
		background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/twitter-brands.svg?v=110214691996625459591749820102);
		background-size: 15px;
	}

	.mobile-nav-wrapper .social .li-icon {
		background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/linkedin-in-brands.svg?v=76187392161960800451749819934);
		background-size: 13px;
	}

	.mobile-nav-wrapper .social .in-icon {
		background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/instagram-brands.svg?v=95410422054705569561749819926);
		background-size: 16px;
	}

	.mobile-nav-wrapper .social .yt-icon {
		background-image: url(//shop.caffitaly.com/cdn/shop/t/28/assets/youtube-brands.svg?v=174093969410449756741749820109);
		background-size: 17px;
	}

	.mobile-nav-wrapper .search-bar__close {
		display: none;
	}

	.mobile-nav-wrapper .site-nav.list--inline li {
		display: block;
	}

	.mobile-nav-wrapper .site-nav.list--inline li .site-nav__link {
		text-align: left;
		padding: 0 40px 5px;
	}

	.mobile-nav-wrapper .site-nav.list--inline li .site-nav__link .site-nav__label {
		color: #b7b7b7;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1.33px;
		line-height: 24px;
		text-transform: uppercase;
	}

	.mobile-nav-wrapper .site-nav.list--inline li:last-of-type .site-nav__link .site-nav__label {
		color: #71B74E;
	}

	.section-header h1{
		font-size: 32px;
	}

	/*--------------footer--------------*/
	.footer-menu a{
		letter-spacing: 0.8px;
    font-size: 14px;
    font-weight: 500;
	}
	/*---------------home carousel-----------*/
	.home-carousel-container img{
		height:100%;
		width: unset;
	}

	/* ---------------- SearchBar ---------------- */
	.search-bar__actions {
		box-shadow: unset;
	}

	/* Product listing w banner */
	/* forcing promo banner position */
	.product-listing .row > *:nth-of-type(1) {
		order: 2 !important;
	}

	.product-listing .row > *:nth-of-type(2) {
		order: 0 !important;
	}

	.product-listing .row > *:nth-of-type(3) {
		order: 1 !important;
	}

	.product-listing .row > *:nth-of-type(4) {
		order: 3 !important;
	}

	.product-listing .row > *:nth-of-type(5) {
		order: 4 !important;
	}

	.page-filters > div {
		width: 100%;
		margin: 10px 0;
	}

	.page-filters .filters-toggle {
		width: 27px;
		height: 27px;
		line-height: 23px;
		padding: 0 0 4px 0;
	}

	/* modal filters */
	#filtersModal .h-balance {
		padding-left: 0;
	}

	#filtersModal .modal-header .filters-toggle {
		width: 27px;
		height: 27px;
		line-height: 23px;
		padding: 0 0 4px 0;
	}

	#filtersModal .h5 {
		font-size: 1.125rem;
	}

	.product-listing .product-item {
		/*padding: 0 16% 20px;*/
	}

	.promo-banner {
		margin-top: 20px;
		margin-bottom: 100px;
	}

	.promo-banner .banner-wrapper {
		height: 472px;
		background: #fff url() bottom right/1050px no-repeat;
	}

	.promo-banner .banner-content {
		width: 100%;
		height: 100%;
		display: flex;
		padding: 8%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		background: linear-gradient(0deg, rgba(155, 129, 39, 0) 0%, rgba(155, 129, 39, 0.65) 100%);
	}

	.promo-banner .banner-content .h3 {
		font-size: 1.75rem;
		letter-spacing: -0.029rem;
		line-height: 1.03;
		font-weight: 500;
		padding: 0 25%;
		text-align: center;
	}

	.promo-banner .banner-content p {
		font-size: 1.125rem;
		letter-spacing: -0.018rem;
		line-height: 1.33;
		color: #FFFFFF;
	}

	.promo-banner .banner-content a.btn {
		line-height: 39px;
	}

	.category-listing .category {
		height: 180px;
		/* as per design */
		background: #fff url() bottom 12px right/210px no-repeat;
		/* edited as per client's request */
		background: #fff url() 190px center/contain no-repeat;
		margin-top: 20px;
		margin-bottom: 0;
	}

	.category-listing .category .h4 {
		padding: 25px;
	}

	.category-listing .category .more {
		display: block;
		font-size: 0.875rem;
		font-weight: bold;
		line-height: 43px;
		text-align: center;
		background-color: #B6AE9C;
		color: #fff;
		padding: 0;
		border: none;
		border-radius: 0 0 4px 4px;
	}

	/* ---------------contact form-----------*/
	.contact-form-page-content{
		padding-left: 0px;
	}

	.contact-form-business {
	    padding: 0px;
	}

	.title-contact-business{
		padding: unset;
	}

	.desc-contact-business{
	  padding: unset;
	}

	.contact-form-business .business-selection {
	  justify-content: flex-end;
	  margin-bottom: 20px;
	}

	.contact-form-business .business-selection select{
		font-size: 12px;
		padding: 8px 4px;
		width: 145px;
	}

	.contact-form-page-content .col-12.col-lg-6{
		margin: 1rem 0;
	}

	/* -------------- Product file -------------- */

	span.price-item {
		font-size: 0.75rem;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		color: rgb(174, 164, 144);
		margin: 0px;
	}

	.product-file .product-cat {
		text-align: center;
	}

	.product-file .h3 {
		font-size: 1.875rem;
		text-align: center;
	}

	.product-file figure img {
		display: block;
		width: 273px;
		margin: auto;
	}

	.product-file .package .unit {
		min-width: 43px;
	}

	.product-file .purchase {
		margin: 15px 30px 0 0;
		text-align: center;
	}

	.product-file .purchase .quantity {
		justify-content: center;
	}

	.product-file .purchase .quantity label {
		padding-right: 20px !important;
	}

	.product-file .purchase .btn.btn-secondary {
		display: inline-block;
		width: auto;
		font-size: 1rem;
		margin-bottom: 15px;
	}

	.product-file .total {
		font-size: 1.125rem;
		margin-bottom: 5px;
	}

	.product-file .total .price {
		display: inline-block;
		padding-left: 10px;
		padding-right: 20px;
		color: #3E3E3E;
	}

	.product-file .total strong {
		padding-left: 10px;
		padding-right: 20px;
	}

	.product-file .info {
		font-size: 0.75rem;
		letter-spacing: -0.02rem;
		line-height: 23px;
		color: #6E6E6E;
		background: transparent url(//shop.caffitaly.com/cdn/shop/t/28/assets/info-icon.png?v=145183689145750116401749819924) center left no-repeat;
		border: 0;
		padding-left: 30px;
	}

	.product-file .next-article,
	.product-file .prev-article {
		position: absolute;
		top: 22%;
		left: 10px;
		height: 19px;
		width: 19px;
		border: 1px solid #A49A87;
		border-radius: 25px;
		background-size: 11px;
	}

	.product-file .next-article {
		left: auto;
		right: 10px;
	}

	.product-tips {
		position: relative;
	}

	.product-tips::before {
		content: none;
	}

	.product-tips .col-6 {
		border-right: 1px solid #CBCBCB44;
	}

	.product-tips .col-6:first-of-type {
		border-left: none;
	}

	.product-tips .col-6:nth-of-type(2),
	.product-tips .col-6:nth-of-type(4) {
		border-right: none;
	}

	.product-tips .col-6:nth-of-type(3)::before,
	.product-tips .col-6:nth-of-type(4)::before {
		position: absolute;
		top: -25px;
		left: 0;
		content: "";
		display: block;
		height: 1px;
		width: calc(100% - 15px);
		background-color: #CBCBCB44;
	}

	.product-tips .col-6:nth-of-type(3)::before {
		right: 0;
		left: auto;
	}

	.product-tips .product-tip {
		font-size: 0.875rem;
		padding-top: 80px;
		color: #FFFFFF;
		line-height: 1.1rem;
		background: transparent url(#) center 20px no-repeat;
	}

	.product-tips .product-tip.beans {
		background-size: 35px;
	}

	.product-tips .product-tip.hand {
		background-size: 44px;
	}

	.product-tips .product-tip.sun {
		background-size: 37px;
	}

	.product-tips .product-tip.clock {
		background-size: 31px;
	}



	.product{
		max-width: 80%;
    margin-left: auto;
    margin-right: auto;
	}

	.grid{
		margin-left:auto;
	}

	/* ---------- coffee blend ---------- */
	.coffee-blend {
		align-items: center;
	}

	.coffee-blend figure img {
		display: block;
		margin: auto;
		width: 216px;
		margin-bottom: 30px;
	}

	.coffee-blend .h5 {
		margin-bottom: 25px;
		text-align: center;
	}

	.coffee-blend p {
		font-size: 0.875rem;
		padding: 0 35px 20px;
	}

	.coffee-blend p em {
		font-style: normal;
		color: #505050;
		color: #505050;
	}

	.coffee-blend .more {
		display: block;
		text-align: center;
	}

	/* ------------ Brand banner ------------- */
	.brand-banner {
		height: 479px;
		padding: 50px;
		position: relative;
	}

	.brand-banner figure .banner-background {
		transform: translateX(-35%);
		width: 1440px;
		max-width: unset;
	}

	.brand-banner .banner-logo {
		text-align: left;
	}

	.brand-banner .banner-logo figure {
		margin-left: -15px;
	}

	.brand-banner .banner-logo figure img {
		width: 170px;
	}

	.brand-banner .banner-text {
		padding-top: 90px;
	}

	.brand-banner .banner-text .h4 {
		font-size: 1.125rem;
	}

	.brand-banner .banner-text p {
		padding-right: 5%;
		margin-bottom: 35px;
	}

	/* --------------- Product carousel ---------------- */
	.product-carousel {
		padding: 40px 35px 50px;
		overflow: hidden;
	}

	.product-carousel .row .col-12 .h4 {
		font-size: 1.3rem;
		letter-spacing: -0.05rem;
		margin-bottom: 0;
	}

	.product-carousel .row .col-12 .product-carousel-container {
		padding: 70px 40px 0;
		overflow: visible;
	}

	.product-carousel .row .col-12 .product-carousel-container .swiper-wrapper {
		padding-bottom: 20px;
	}

	.product-carousel .row .col-12 .product-carousel-container .swiper-wrapper .swiper-slide .product-item .product {
		box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
		margin-bottom: 40px;
	}

	.product-carousel .row .col-12 .product-carousel-container .swiper-button-next,
	.product-carousel .row .col-12 .product-carousel-container .swiper-button-prev {
		position: absolute;
		top: 25px;
		right: 40px;
		left: auto;
	}

	.product-carousel .row .col-12 .product-carousel-container .swiper-button-next {
		right: 0;
		left: auto;
	}
  
  /*-------video s9001--------*/
  .video-control__play-wrapper-mobile{
  	top: calc(100% - 200px / 2) !important;
  }

	/* ------------------- Homepage carousel --------------------- */
	.home-carousel-container figure {
		overflow: hidden;
		text-align: right;
	}

	.home-carousel-container .caption {
		background: rgba(10, 10, 10, 0.61);
		justify-content: center;
		text-align: center;
		width: 100%;
		padding: 25px;
	}

	.home-carousel-container .caption .h2 {
		margin: 0 auto 40px;
		font-size: 2.18rem;
		letter-spacing: -0.03rem;
		line-height: 1.14;
		color: #fff;
	}

	.home-carousel-container .caption p {
		font-size: 1.125rem;
		letter-spacing: -0.02rem;
		line-height: 1.33;
		color: #FFFFFF;
		margin: 0 auto 50px;
		width: 298px;
	}

	.home-carousel-container .caption .btn {
		display: block;
		margin: 0 auto;
	}

	.home-carousel-container .swiper-pagination {
		width: 100%;
		bottom: 40px;
		right: auto;
		left: 0;
	}

	.home-carousel-container .swiper-pagination .swiper-pagination-bullet {
		width: 9px;
		height: 9px;
	}

	img.carousel-hp {
		max-width: unset;
	}

	.box {
		background-color: rgb(64, 64, 64) !important;
	}

	/* ----------------- Business gallery ----------------- */

	.home-business-showcase {
		position: relative;
		overflow: hidden;
	}

	.home-business-showcase .h2 {
		/*width: 360px;*/
		font-size: 40px;
		font-weight: 500;
		letter-spacing: -1px;
		line-height: 43px;
		margin-bottom: 40px;
	}

	.home-business-showcase p {
		/*width: 336px;*/
		text-align: center;
		margin-bottom: 70px;
		color: #A4A4A4;
	}

	.home-business-showcase .gallery-item.background .content {
		margin-bottom: 10rem;
		text-align: center;
	}

	#collections-container .home-business-showcase {          /* ########## MODIFICATO ########## */
		padding: 100px 20px 60px;
	}

	#collections-container .home-business-showcase.landing .gallery-item {          /* ########## MODIFICATO ########## */
		margin: 0 0 25px;
	}
	#collections-container p {
		color: #CDCDCD;
		font-size: 14px;
		line-height: 17px;
		max-width: 85%;
		margin: 0 auto 10px;
	}

	#collections-container p.gallery-block-heading {
		margin-bottom: 10px;
	}

	#collections-container .home-business-showcase h3 {
		font-size: 24px;
	}

	#collections-container .home-business-showcase.landing .gallery-item a.btn {      /* ########## AGGIUNTO ########## */
		min-width: initial;
		padding: 9px 25px 7px;
	}

	/* -------------- Landing business --------------- */

	.landing-business h2 {
		font-size: 32px;
		letter-spacing: 0;
		line-height: 35px;
		 margin: 60px auto 30px !important;
	}

	.landing-business #collections-container .home-business-showcase.landing {
		padding: 90px 15px 60px;
	}

	.landing-business #collections-container .home-business-showcase .gallery-item {
		position: relative;
		padding: 15px 25px 0;
	}

	.landing-business #collections-container .home-business-showcase .gallery-item h3 {
		color: #FFFFFF;
		font-size: 24px;
		font-weight: normal;
		letter-spacing: 0;
		line-height: 40px;
	}

	.landing-business #collections-container .home-business-showcase .gallery-item p {
	margin: 0 0 10px;
	}

	/* ----------------- Home blends selection ----------------- */
	.blends-selection {
		/*background-color: rgb(63, 63, 63);*/
		padding: 50px 25px;
	}

	.blends-selection .h2 {
		font-size: 1.6rem;
		line-height: 1.14em;
		margin-bottom: 20px;
	}

	.blends-selection p {
		font-size: 1.2rem;
		letter-spacing: -0.016rem;
		line-height: 1.25em;
		padding-right: 0;
		margin-bottom: 30px;
	}

	.blends-selection p.subtitle {
		font-size: 1 rem;
		line-height: 1.375em;
		letter-spacing: 0.1rem;
		text-transform: uppercase;
		margin: 20px 0 20px;
	}

	.blends-selection a.btn {
		font-size: 0.875rem;
		font-weight: bold;
		line-height: 20px;
		color: #ffffff;
		text-align: center;
		border-radius: 3px;
		background-color: #A49A87;
		/*box-shadow: 0 0 20px 0 rgba(164, 154, 135, 0.75);*/
		padding: 13px 25px 12px;
	}

	.blends-selection figure {
		margin-top: 50px;
		max-width: 100%;
	}

	.blends-selection figure img {
		max-width: 100%;
	}

	#store-locator-container { /* ##### AGGIUNTO ##### */
			padding: 0 0 60px !important;
			overflow: hidden;
		}

		#store-locator-container #shopify-section-strillo-section-hp { /* ##### AGGIUNTO ##### */
			padding: 0;
		}
  
        #store-locator-container .blends-selection.mobile{
			display:block;
        }

  		#store-locator-container .blends-selection.desktop{
			display:none;
        }
  
		#store-locator-container .blends-selection { /* ##### AGGIUNTO ##### */
			padding: 0 10px;
		}

		#store-locator-container .blends-selection .h2 { /* ##### AGGIUNTO ##### */
			color: #EEEEEE;
			font-size: 30px;
			font-weight: bold;
			letter-spacing: 0;
			line-height: 39px;
			text-align: left;
		}

		#store-locator-container .blends-selection p { /* ##### AGGIUNTO ##### */
			color: rgba(231,231,231,0.6);
			font-size: 24px;
			letter-spacing: 0;
			line-height: 28px;
		}
		#store-locator-container .blends-selection img { /* ##### AGGIUNTO ##### */
			width: calc(100% + 50px);
	    max-width: initial;
	    margin-left: -25px;
		}

	/* ----------- Hero home page business -----*/ /* ########## AGGIUNTO TUTTO IL BLOCCO ########## */

	#strillo-container .hero {
		background-size: 150% !important;
		background-position: bottom center;
	}

	#strillo-container .hero__inner .page-width {
    margin-top: -170px;
	}

	#strillo-container .hero__inner {
		padding-bottom: 14rem;
	}

	#strillo-container .hero__inner .hero__btn {
		min-width: auto;
		padding: 9px 25px 7px;
	}

	#strillo-container .mega-title {
		font-size: 60px;
		font-weight: normal;
		line-height: 79px;
	}

	/* caontacts container business */  /* ##### AGGIUNTO TUTTO IL BLOCCO ##### */

	#contacts-container .col-12 {
			padding-left: 15px;
		}

		#contacts-container .h3 {
			margin-bottom: 10px;
		}

		#contacts-container p {
			margin-bottom: 20px;
		}

	/* ------------- Map banner ------------- */
	.map-banner {
		background: #484848 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Bg_StoreLocator.png?v=111223474978997972491749819601) top center no-repeat;
	}

	.map-banner .h2 {
		font-size: 32px;
		font-weight: 500;
		letter-spacing: -0.53px;
		line-height: 40px;
		padding: 0 10%;
		color: #fff;
		margin-bottom: 35px;
	}

	.map-banner p {
		font-size: 16px;
		letter-spacing: -0.27px;
		line-height: 22px;
		margin-bottom: 35px;
	}

	.map-banner p.locator {
		display: block;
		font-size: 16px;
		letter-spacing: 1.6px;
		line-height: 21px;
		text-transform: uppercase;
		color: #999;
		margin: 35px;
	}

	/* -------------  Business banner ------------- */
	.business-banner {
		position: relative;
		background: #484848 url(//shop.caffitaly.com/cdn/shop/t/28/assets/Bg_Business.png?v=175235714293192307591749819584) top -30px left -360px no-repeat;
	}

	.business-banner::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	}

	.business-banner .row {
		height: 229px;
		text-align: center;
	}

	.business-banner .h2 {
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 30px;
		color: #fff;
	}

	.business-banner p {
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 12px;
		margin-bottom: 40px;
	}

	/* ---------------- Footer ---------------- */
	footer {  /* ##### MODIFICATO ##### */
	height: auto;
	background-color: rgb(64, 64, 64);
	border-top: 0;
	padding: 0;
}

footer .row {  /* ##### AGGIUNTO ##### */
	flex-direction: column;
}

footer .social {  /* ##### MODIFICATO ##### */
	display: flex;
	order: 1;
	margin: 40px auto 0;
	padding-bottom: 40px;
	justify-content: center;
}

footer .social { /* ##### MODIFICATO ##### */
	display: flex;
	order: 1;
	margin: 40px auto 0;
	padding-bottom: 0;
	justify-content: center;
}

footer .social p {  /* ##### AGGIUNTO ##### */
	padding-left: 0;
}

footer .social p::before {  /* ##### AGGIUNTO ##### */
	content: none;
}

footer .bottom-footer {
	/*padding: 10px 0 60px;*/
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer .bottom-footer .footer-menu { /* ##### MODIFICATO ##### */
	order: 2;
	margin-bottom: 0;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

footer .bottom-footer .footer-menu .col {
	margin-top: 10px;
}

/*footer .bottom-footer .footer-menu .col:nth-of-type(4) {
	display: none;
}

footer .bottom-footer .footer-menu ul {
	display: none;
}

footer .bottom-footer .footer-menu .open + ul {
	display: block;
}*/

footer .bottom-footer .copy-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

footer .bottom-footer .copy-info img {
	width: 108px;
	margin-bottom: 35px;
}

footer .bottom-footer .copyright {
		margin-top: 90px;
		margin-bottom: 30px;
		text-align: center;
		order: 4;
	}

footer .bottom-footer .btn,
footer .bottom-footer button {
	font-size: 1rem;
	border: 1px solid #A49A87;
	padding: 6px 12px;
	white-space: nowrap;
}

footer .bottom-footer button {
	border-color: transparent;
	padding: 6px 12;
	pointer-events: auto;
}

footer .bottom-footer button::after {
	content: "+";
	color: #ADA492;
	margin-left: 10px;
	font-size: 18px;
}

footer .bottom-footer button.open::after {
	content: "-";
}

footer .bottom-footer ul { /* ##### MODIFICATO ##### */
		display: flex;
		flex-direction: column;
		align-items: center;
		list-style: none;
		padding: 10px 0 0;
		margin-bottom: 5px;
	}

	footer .bottom-footer ul li { /* ##### MODIFICATO ##### */
		padding: 15px 0;
	}

footer .footer-logo {
		order: 3;
		display: flex;
		justify-content: center;
	}

	/* ------------- System video banner -------------- */
	.system-video-banner {
		position: relative;
		height: 509px;
	}

	.system-video-banner figure {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.system-video-banner .caption {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 40px;
	}

	.system-video-banner .caption .h2 {
		max-width: 340px;
		color: #B6AE9C;
		font-size: 30px;
		font-weight: 500;
		letter-spacing: -0.5px;
		line-height: 35px;
		text-align: center;
		margin-bottom: 20px;
	}

	.system-video-banner .caption p {
		max-width: 340px;
		color: #979797;
		font-size: 16px;
		letter-spacing: -0.27px;
		line-height: 22px;
		text-align: center;
		margin-bottom: 40px;
	}

	.system-video-banner .caption .play-video {
		color: #FFFFFF;
		font-size: 12px;
		letter-spacing: 4px;
		line-height: 16px;
		text-transform: uppercase;
		background: transparent;
		border: none;
	}

	/* ------------ Business site section Everyday ------------- */
	.business-everyday {
		padding: 60px 0 180px;
	}

	.business-everyday .row {
		flex-direction: column;
	}

	.business-everyday .row .info {
		padding: 0 50px 0 25px;
		order: 1;
	}

	.business-everyday .row .customer-care {
		order: 3;
		padding: 0 15px 0 35px;
	}

	.business-everyday .row .customer-care .text-box {
		padding-top: 87px;
	}

	.business-everyday .row .customer-care::before {
		top: -50px;
		left: -80px;
	}

	.business-everyday .row .consulting {
		padding: 0 0 0 65px;
		margin-top: 65px;
		margin-bottom: 125px;
		order: 2;
	}

	.business-everyday .h2 {
		font-size: 36px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 40px;
		color: #fff;
		margin-bottom: 30px;
	}

	.business-everyday .h3 {
		font-size: 24px;
		font-weight: 500;
		letter-spacing: -0.5px;
		line-height: 18px;
		color: #FFFFFF;
		margin-bottom: 25px;
	}

	.business-everyday p,
	.business-everyday a {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 0;
		line-height: 18px;
		color: #FFFFFF;
		margin-bottom: 20px;
	}

	.business-everyday a {
		display: inline-block;
		font-weight: bold;
		margin-top: 15px;
	}

	/* ------------------ Capsule insight ------------------ */
	.capsule-insight {
		position: relative;
	}

	.capsule-insight::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 5px;
		display: block;
		width: calc(100% - 10px);
		height: 1px;
		background-color: #979797;
	}

	.capsule-insight .row {
		flex-direction: column;
		height: auto;
		align-items: center;
		justify-content: center;
		background: #fff url//shop.caffitaly.com/cdn/shop/t/28/assets/scrolldown-icon.svg?v=25424544071622866791749820067) bottom 30px center no-repeat;
		padding: 60px 0 110px;
	}

	.capsule-insight p {
		max-width: 380px;
		color: rgba(33, 56, 66, 0.6);
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 21px;
		margin: 0 auto;
		text-align: center;
	}

	.capsule-insight p.huge {
		color: #484848;
		font-size: 100px;
		font-weight: 400;
		letter-spacing: -1.67px;
		line-height: 120px;
		text-align: center;
		margin-bottom: 30px;
	}

	.capsule-insight p strong {
		color: #505050;
	}

	.capsule-insight figure {
		overflow: hidden;
		height: 420px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 50px auto 20px;
	}

	.capsule-insight figure img {
		transform: rotate(-92deg);
		padding-top: 15px;
		width: 420px;
	}

	/* ------------ S9001 ------------------*/
	#carousel-container .video-control__play-wrapper-mobile {
		top: unset;
	}
	/* -------------- Video carousel business -------------- */

	#shopify-section-video-s9001 .container-fluid {
		padding: 0;
	}


	/* -------------- Strillo business -------------- */

	.s9001 #strillo-container {
		margin-bottom: 250px;
}

	.s9001 #strillo-container .container-fluid {
		padding: 40px 40px 50px;
}

	.s9001 #strillo-container .h2 {
			color: #F0F0F0;
			font-size: 30px;
			font-weight: 500;
			letter-spacing: 0;
			line-height: 39px;
}

	.s9001 #strillo-container p {
			color: #F0F0F0;
			font-size: 18px;
			letter-spacing: 0;
			line-height: 23px;
}

	.s9001 #strillo-container .btn.btn-secondary {
			border-radius: 3px;
			background-color: #90897B;
			box-shadow: 0 0 20px 0 #2D2D2D;
			font-size: 14px;
			font-weight: bold;
			letter-spacing: 1px;
			line-height: 19px;
			padding: 13px 25px;
	}

	.s9001 #strillo-container figure {
			width: calc(100% + 40px);
			max-width: initial;
			margin-left: 0;
			margin-right: -40px;
			margin-top: 10px;
			margin-bottom: -295px;
			display: flex;
			justify-content: flex-end;
	}

	.s9001 #strillo-container figure img {
			width: 420px;
			max-width: initial;
			margin-left: 0;
			margin-right: -80px;
	}

	/* -------------- Carousel business -------------- */

	.s9001 #carousel-container {
			padding: 0 25px;
			margin-bottom: 60px !important;
	}

	.s9001 #carousel-container .carousel-s9001 .swiper-slide {
		padding: 0 !important;
	}

	.s9001 #carousel-container .carousel-s9001 .swiper-slide figure {
			width: 100%;
		height: 363px;
		overflow: hidden;
		margin-right: 0;
}

	.s9001 #carousel-container .carousel-s9001 .swiper-slide figure img {
		width: 100%;
			margin: 0;
}

	.s9001 #carousel-container .carousel-s9001 .swiper-slide .caption {
			height: 364px;
			width: 100%;
			background-color: #393939;
			padding: 0;
	}

	.s9001 #carousel-container .carousel-s9001 .swiper-slide .h2 {
			margin-bottom: 10px;
			text-align: center;
	}

	.s9001 #carousel-container .carousel-s9001 .swiper-slide p {
			font-size: 18px;
			letter-spacing: 0;
			line-height: 24px;
			text-align: center;
			margin-bottom: 10px;
			max-width: 230px;
	}

	.s9001 #carousel-container .carousel-s9001 .swiper-slide p.pagination {
			display: inline;
	}

	.s9001 #carousel-container .carousel-s9001 .swiper-button-prev,
	.s9001 #carousel-container .carousel-s9001 .swiper-button-next {
			top: 75%;
			margin-top: -10px;
			right: auto;
			left: 0;
}

	.s9001 #carousel-container .carousel-s9001 .swiper-button-next {
			margin-top: -10px;
			left: auto;
			right: 0;
}

	/* -------------- Carousel business -------------- */

	.s9001 #caratteristiche-container {
			padding: 0 50px;
			margin-bottom: 60px !important;
			overflow: hidden;
	}

	.caratteristiche-business-heading h3 {
		color: #F2F2F2;
			font-size: 30px;
			line-height: 39px;
			margin-bottom: 20px;
	}

	.caratteristiche-business-heading p {
			color: #F2F2F2;
			font-size: 18px;
			margin-bottom: 80px;
	}

	.caratteristiche-business-heading p:empty {
			display: none;
	}

	.caratteristiche-business {
		overflow: visible;
	}

	#caratteristiche-container .btn.btn-secondary {
			display: inline-block;
			background-color: #90897B;
			box-shadow: 0 0 20px 0 rgba(164,154,135,0.34);
			font-size: 14px;
			letter-spacing: 1px;
			line-height: 18px;
			padding: 14px 30px 13px !important;
			margin: 0 auto 40px;
}


	/* -------------- Strillo 2 business -------------- */

	.s9001 #strillo-2-container figure{
			margin: 0 -15px 20px;
}

	.s9001 #strillo-2-container .row {
		margin-left: 0;
		margin-right: 0;
	}

	.s9001 #strillo-2-container .col-12 {
		padding-left: 0;
		padding-right: 0;
	}

	.s9001 #strillo-2-container .text-content {
			display: flex;
			flex-direction: column;
			align-items: center;
			padding: 20px 40px 100px;
			text-align: center;
	}

	#strillo-2-container .text-content h2 {
			color: #F2F2F2;
			font-size: 30px;
			line-height: 39px;
			max-width: 220px;
			text-align: center;
			margin: 0 auto 25px;
	}

	#strillo-2-container .text-content figure img {
		width: 100%;
		max-width: 224px;
		margin-bottom: 20px;
}

	#strillo-2-container .text-content hr {
			height: 1px;
			background-color: #535353;
			width: 100%;
	}

	#strillo-2-container .text-content .text-nofluo {
		margin-bottom: 20px;
}


	/* -------------- Sintesi business -------------- */

	#shopify-section-sintesi-s9001 {
			padding: 50px 0 80px;
	}

	.s9001 #sintesi-container .in-sintesi{
		overflow: visible;
		width: 160px;
			margin: auto;
}

	.s9001 #sintesi-container .caratteristiche-business-heading p {
		color: #FFFFFF;
		font-size: 14px;
		margin-bottom: 60px;
}

	/* -------------- Sintesi business -------------- */

	#form-container .contact-form-business {
			padding: 20px 30px 50px;
	}

	#form-container .contact-form-business h3 {
		margin: 20px;
}

	#form-container .business-selection {
			justify-content: center;
			margin-bottom: 15px;
	}

	#form-container .row .col-12:nth-of-type(2) {
		margin-top: 1rem;
	}

	#form-container textarea {
		height: 148px;
			margin-bottom: 5px;
	}

	#form-container p,
	#form-container input+span {
		margin-bottom: 10px;
}
	#form-container input[type="checkbox"] {
			float: left;
			width: 5%;
	}
	#form-container input+span {
			float: left;
			width: 85%;
			line-height: 16px;
			margin-bottom: 20px;
	}

	.contact-form-business input.btn.btn-secondary {
		float: none;
		width: 100%;
}


	/* --------------- Reccomended products business  ---------------- */

	#recommended-products-container .business-recommendation {
	padding: 100px 45px 200px 40px !important;
			background-size: cover;
	}

	.business-recommendation .heading {
		color: #FFFFFF;
			font-size: 60px;
			font-weight: 500;
			letter-spacing: -1px;
			line-height: 60px;
			margin-bottom: 10px;
}

	.business-recommendation .caption {
			color: #FFFFFF;
			font-size: 20px;
			letter-spacing: 0;
			line-height: 26px;
			margin-bottom: 15px;
}

	 .business-recommendation .caratteristica {
			margin: 10px 0;
}

	.business-recommendation .caratteristica span {
			padding-left: 65px;
}

	/* --------------- Carousel consigliati business ---------------- */

	#recommended-products-container {
	        overflow: hidden;
	    }

	    #recommended-products-container .grid.grid--uniform {
	    	padding: 40px 15px !important;
	        margin: 0;
	    }

		#recommended-products-container .h4 {
	        margin: 0 0 -5px 35px;
	    }

	    #recommended-products-container .product-carousel-container {
	        width: 250px;
	        overflow: visible;
	    }

	    #recommended-products-container .product-carousel-container .swiper-button-next,
	    #recommended-products-container .product-carousel-container .swiper-button-prev {
			display: block;
	    	position: absolute;
	    	top: 0;
	    	right: -20px;
	    	left: auto;
			line-height: 30px;
		}

	    #recommended-products-container .product-carousel-container .swiper-button-next {
	    	right: -60px;
	    	left: auto;
			padding-left: 3px;
	    }

	     #recommended-products-container .product-carousel-container .swiper-button-next::after,  #recommended-products-container .product-carousel-container .swiper-button-prev::after {
	    	font-size: 14px !important;
		}


/* -------------- Strillo footer section business  --------------- */

	#shopify-section-strillo-footer-section-bp .row {
		height: 682px;
	}

	#shopify-section-strillo-footer-section-bp .h2 {
			font-size: 32px;
			letter-spacing: -0.67px;
			line-height: 39px;
			margin-bottom: 30px;
			max-width: 320px;
}

#shopify-section-strillo-footer-section-bp p {
			margin-bottom: 60px;
}

#shopify-section-strillo-footer-section-bp a {
		padding: 13px 15px;
}

/* -------------- PRODUCT MACCHINA BUSINESS --------------- */
	.product-macchina-business .heading h1{
		font-size: 2.75rem;
	}

	.product-macchina-business .description-container figure{
		top: -19rem;
      	left: 50%;
		transform: translateX(-50%);

	}

	.product-macchina-business .caratteristiche-extra ul {
		-webkit-columns: 1;
		   -moz-columns: 1;
				columns: 1;
		   padding-left: 0;
	  }

	  .product-macchina-business .caratteristiche-extra ul li {
				   list-style-position: outside;
					   list-style-type: disc;
		-webkit-column-break-inside: avoid;
				  page-break-inside: avoid;
					   break-inside: avoid;
							 margin: 1rem 0;
	  }

}



@media only screen and (min-width: 750px){
  .section-header {
  	padding-top:2rem;
  }
}