.woocommerce.qodef-header--fixed-display #qodef-page-header {
	/*top: 40px;*/
}

.qodef-page-title .qodef-m-title {
	font-size: 40px;
	letter-spacing: 0;
	font-weight: 300;
}

.qodef-page-title nav p,
.qodef-page-title nav a {
	color: #2b2824;
}

#qodef-woo-page.qodef--single .entry-summary .qodef-woo-product-title {
	line-height: 1;
	letter-spacing: 0;
	color: #2b2824;
	margin-top: 0;
	font-weight: 500;
}

.variations-wrapper {
	margin-top: 12px;
	font-size: 23px;
	line-height: calc(40/23);
	color: #2b2824;
	margin-bottom: -10px;
}

.variations-wrapper .variations-header,
.variations-wrapper .variations-item__price {
	font-weight: bold;
}
.variations-wrapper .variations-note {
	font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: -6px;
    margin-bottom: 13px;
}
.variations-wrapper .variations-item__price {
	padding-left: 0.6em;
	margin-top: -6px;
}
.variations-wrapper .variations-item {
	margin-bottom: 8px;
}
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
	font-size: 18px;
}
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description strong,
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description b {
	font-weight: 500;
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description ul,
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p {
	color: #2b2824;
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description ul {
	list-style: none;
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description li:before {
	content: "-\0020";
}

body .select2-container .select2-selection--single .select2-selection__rendered {
	text-transform: none;
	font-size: 18px;
	font-weight: bold;
	color: #2b2824;
}

body .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
	font-size: 16px;
	color: #b2b2b2;
	font-weight: 500;
	text-transform: uppercase;
}

#qodef-woo-page.qodef--single form.cart .variations label {
	text-align: right;
	text-transform: uppercase;
	line-height: 25px;
	letter-spacing: 0;
	font-weight: 500;
	padding-right: 20px;
}

#qodef-woo-page.qodef--single form.cart .variations td,
#qodef-woo-page.qodef--single form.cart .variations th {
	padding: 12px 0;
}

#qodef-woo-page.qodef--single form.cart .variations td.label {
	width: 202px;
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label {
	letter-spacing: 0;
}

#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
}

#qodef-woo-page.qodef--single form.cart .single_variation .woocommerce-variation-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 480px;
	padding: 18px 38px;
	background: #f3eddd;
}

#qodef-woo-page.qodef--single form.cart .single_variation .woocommerce-variation-price__total,
#qodef-woo-page.qodef--single form.cart .single_variation .price {
	color: #2b2824;
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}

#qodef-woo-page.qodef--single form.cart .single_variation .woocommerce-variation-price__total {
	margin-right: 10px;
}

#qodef-woo-page.qodef--single form.cart button {
	width: 480px;
	padding: 12px 10px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;
	border: 1px solid #C3A456;
}

#qodef-woo-page.qodef--single form.cart button:hover,
#qodef-woo-page.qodef--single form.cart button:focus,
#qodef-woo-page.qodef--single form.cart button:active {
	background-color: #fff;
	color: #C3A456;
}

#qodef-woo-page.qodef--single .qodef-quantity-buttons:before {
	display: none;
}

#qodef-woo-page.qodef--single .qodef-quantity-buttons {
	padding: 0;
	margin: 0;
	width: 126px;
	border: 0;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
	text-align: center;
	transform: translate(0, -50%);
	line-height: initial;
	width: auto;
	height: auto;
	font-size: 36px;
	color: #b2b2b2;
	top: calc(50% - 4px);
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus {
	left: 16px;
	right: auto;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
	right: 16px;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:before {
	content: "\2013";
	line-height: initial;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:before {
	content: '+';
	line-height: initial;
}

#qodef-woo-page.qodef--single .qodef-quantity-buttons .qodef-quantity-input {
	border: 1px solid #dfdede;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
	padding: 0;
	font-size: 25px;
	font-weight: bold;
	height: auto;
	line-height: initial;
	color: #2b2824;
	border: 1px solid #dfdede;
	padding: 9px 0;
	width: 126px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
	color: #b2b2b2;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
	font-size: 36px;
}

body .select2-container--default .select2-results__options {
	padding: 0;
	margin: 0;
}

body.single-product .select2-container--default li.select2-results__option {
	text-align: center;
	color: #2b2824;
	padding: 7px 0;
	font-weight: 500;
	border-bottom: 1px solid #dfdede;
}

body.single-product .select2-container--default li.select2-results__option:last-child {
	border-bottom: 0;
}

body.single-product .select2-container--default li.select2-results__option--highlighted {
	background: #f3eddd;
}

#qodef-woo-page.qodef--single form.cart .variations select {
	min-width: 280px;
}

.select-wrapper {
	width: 280px;
}

.select-wrapper .select-error {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	color: #ed0000;
	display: none;
}

.select-wrapper__error .select-error {
	display: block;
}

body .select-wrapper__error .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
	color: #ed0000;
}

body .select-wrapper__error .select2-container--default .select2-selection--single {
	border-color: #ed0000;
}

body .select-wrapper__error .select2-container--default .select2-selection--single .select2-selection__arrow {
	color: #ed0000;
}

#qodef-woo-page.qodef--single form.cart:not(.variations_form) {
	display: block;
}

#qodef-woo-page.qodef--single form.cart .simple-product-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 480px;
	padding: 18px 38px;
	background: #f3eddd;
	margin: 34px 0 15px 0;
}

#qodef-woo-page.qodef--single form.cart .simple-product-price__title,
#qodef-woo-page.qodef--single form.cart .simple-product-price del,
#qodef-woo-page.qodef--single form.cart .simple-product-price .woocommerce-Price-amount {
	color: #2b2824;
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}

#qodef-woo-page.qodef--single form.cart .simple-product-price__title {
	margin-right: 10px;
}

table.simple-product tr {
	border-bottom: 0;
}

table.simple-product td {
	padding: 12px 0;
	vertical-align: middle;
	text-align: left;
}

table.simple-product td.label {
	width: 202px;
}

table.simple-product td.label label {
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: 500;
    padding-right: 20px;
    margin: 0;
    font-size: 18px;
    color: #2b2824;
}

#qodef-woo-page.qodef--single form.cart .single_variation {
	margin-bottom: 15px;
}

.shipping-banner {
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #000;
	background-color: #F3EDDD;
	text-align: center;
	margin-top: 29px;
	padding: 7px 33px;
}
.shipping-banner p {
	font: inherit;
	margin: 0;
}
.shipping-banner span {
	text-transform: uppercase;
}
.timer-banner {
	background-color: #000;
	margin-top: 12px;
	padding: 14px 10px 13px;
	margin-bottom: -31px;
	text-align: center;
}
.timer-banner__title,
.timer-banner__explanation {
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}
.timer-banner__title {
	font-size: 22px;
	line-height: calc(28/22);
	color: #c3a456;
	/*text-decoration: underline;*/
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	/*border-bottom: 1px solid #c3a456;*/
	position: relative;

}
.timer-banner__title:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #c3a456;
	left: 0;
	right: 0;
	bottom: 2px;
	position: absolute;
}
.timer-banner__explanation {
	font-size: 16px;
	line-height: calc(28/16);
	color: #fff;
	display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.woocommerce-product-details__short-description a {
	font-style: normal;
	font-weight: 500;
}
.christmas-banner {
	background-color: #C3A456;
    background-image: url(../assets/img/natale-bgi-left.png), url(../assets/img/natale-bgi-right.png), url(../assets/img/natale-bgi.jpg);
    background-size: auto, auto, cover;
    background-position: left 7px center, right 28px center, center;
    background-repeat: no-repeat;
    padding: 14px 185px;
    margin-top: -67px;
    margin-bottom: 42px;
}
.christmas-banner__title,
.christmas-banner__subtitle {
	color: #000;
	margin: 0;
	text-align: center;
}
.christmas-banner__title {
	font-size: 30px;
	line-height: calc(43/30);
	font-weight: 700;
	margin-bottom: 6px;
}
.christmas-banner__subtitle {
	font-weight: 500;
}
.christmas-banner__subtitle span u {
	display: initial;
}
.christmas-banner__subtitle u {
	display: block;
}

#home-banner .timer-banner {
	background-color: transparent;
	padding: 0;
	margin: 10px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#home-banner .timer-banner__title,
#home-banner .timer-banner__timer-title {
	font-size: 35px;	
	line-height: calc(42/35);
	color: #fff;
}
.timer-banner__timer-title {
	font-size: 22px;
    line-height: calc(28/22);
	color: #c3a456;
}
#home-banner .timer-banner__explanation {
	font-size: 25px;
	line-height: calc(42/25);
	color: #000;
}
#home-banner #timer figure .first, 
#home-banner #timer figure .first + div, 
#home-banner #timer figure figcaption {
	font-size: 35px;
	line-height: calc(42/35);
	color: #fff;
}
#home-banner #timer figure .first, 
#home-banner #timer figure .first + div {
	width: 21px;
    height: 42px;
    transform: translateY(2px);
}
#home-banner #timer figure ul {
	transform: translateY(-14px);
}
#home-banner .timer-banner__title:after {
	height: 2px;
	background-color: #fff;
    bottom: 4px;
}
#home-banner #timer {
	height: 42px;
	font-size: 35px;
	line-height: calc(42/35);
}
#timer {
	height: 28px;
	font-family: inherit;
}
#timer figure {
	display: inline-flex;
    align-items: center;
}
#timer figure .first {
}
#timer figure .first,
#timer figure .first + div,
#timer figure figcaption {
	background: transparent;
	border: none;
	font-size: 22px;
    line-height: calc(28/22);
    font-weight: 500;
    color: #c3a456;
}
#timer figure .first,
#timer figure .first + div {
	width: 13px;
	height: 28px;
	transform: translateY(2px);
}
#timer figure .first + div {
	margin-right: 0 !important;
}
#timer figure ul {
	left: 0 !important;
}
#timer figure ul li {

}
#timer figure figcaption {
	padding-left: 0.4em;
}
#timer figure:last-of-type {
	display: none !important;
}
.timer-banner__timer-title {
	padding-right: 0.4em;
}

.merchandising-banner {
	width: 100%;
    margin-bottom: 75px;
    background-color: #F3EDDD;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.merchandising-banner__title {
	font-size: 50px;
	font-weight: 500;
	text-align: center;
	line-height: 55px;
	color: #000;
	margin-bottom: 10px;
	text-transform: uppercase;
	max-width: 525px;
	position: relative;
	z-index: 10;
}

.merchandising-banner__cta {
	position: relative;
	z-index: 10;
}

.merchandising-banner__cta a {
	background-color: #C3A456;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    line-height: 20px;
    padding: 14px 45px;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    border: 1px solid #C3A456;
}

.merchandising-banner__cta a:hover,
.merchandising-banner__cta a:focus {
	color: #C3A456;
	background-color: transparent;
}

.merchandising-banner__left-bg {
	position: absolute;
    left: 0;
    bottom: 0;
}

.merchandising-banner__right-bg {
	position: absolute;
	right: 0;
	bottom: 0;
}

.merchandising-banner__mob-left-bg {
	position: absolute;
	top: -25px;
	left: 0;
	display: none;
}

.merchandising-banner__mob-right-bg {
	position: absolute;
	top: -50px;
	right: 0;
	display: none;
}

#qodef-woo-page.qodef--single .entry-summary .mod-price .price {
	font-size: 40px;
	font-weight: 400;
	line-height: calc(58/40);
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
}
#qodef-woo-page.qodef--single form.cart {
	margin-top: 40px;
}

body.woo-variation-swatches .variable-items-wrapper {
	flex-wrap: nowrap;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	width: 100%;
	height: 100%;
	max-width: 85px;
}

@media screen and (max-width: 1440px) {
	#qodef-woo-page.qodef--single .qodef-woo-single-image {
		max-width: 570px;
	}
}
@media screen and (max-width: 1280px) {
	.shipping-banner {
		font-size: 14px;
	}
	.timer-banner #timer {
		display: block;
	}
}
@media screen and (max-width: 1024px) {
	#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,
	#qodef-woo-page.qodef--single .qodef-quantity-buttons .qodef-quantity-input {
		padding: 9px 0;
	}
	.timer-banner #timer {
	    display: inline;
	}
	.christmas-banner {
		background-image: url('../assets/img/natale-bg-left-mob.png'), url('../assets/img/natale-bg-right-mob.png'), url('../assets/img/natale-bgi.jpg');
		background-size: auto, auto, cover;
		background-position: left bottom, right bottom, center;
		background-repeat: no-repeat;
		padding: 15px 100px;
		margin-top: -80px;
		margin-bottom: 22px;
	}
	#qodef-woo-page.qodef--single .qodef-woo-single-image {
	    max-width: unset;
	}
}
@media screen and (max-width: 768px) {
	.merchandising-banner__left-bg,
	.merchandising-banner__right-bg {
		display: none;
	}

	.merchandising-banner__mob-left-bg,
	.merchandising-banner__mob-right-bg {
		display: block;
	}

	.merchandising-banner__title {
		font-size: 35px;
		line-height: 45px;
	}

	.christmas-banner__title {
		font-size: 16px;
		line-height: 25px;
	}
	.christmas-banner__subtitle {
		font-size: 12px;
		line-height: 20px;
	}
	.christmas-banner__subtitle .replace-txt {
		font-size: 0;
		display: block;
	}
	.christmas-banner__subtitle .replace-txt::before {
		content: attr(data-text);
		font-size: 12px;
	}
	.christmas-banner__subtitle u {
		display: initial;
	}
	/*.christmas-banner {*/
	/*	background-image: url(../assets/img/natale-bg-left-mob-v2.png), url(../assets/img/natale-bg-right-mob-v2.png), url(../assets/img/natale-bgi.jpg);*/
	/*	background-size: 38px, 42px, cover;*/
	/*	background-position: left 9px, right 19px, center;*/
	/*	background-repeat: no-repeat;*/
	/*	padding: 15px 100px;*/
	/*	margin-top: -80px;*/
	/*	margin-bottom: 22px;*/
	/*}*/
	#home-banner #timer {
		height: 36px;
	}
	#home-banner #timer figure .first, #home-banner #timer figure .first + div, #home-banner #timer figure figcaption {
		font-size: 30px;
	}
	#home-banner #timer {
		font-size: 30px;
	}
	#home-banner #timer figure .first, #home-banner #timer figure .first + div {
		width: 18px;
		height: 36px;
	}
	#home-banner #timer figure ul {
	    transform: translateY(-8px);
	}
	#home-banner .timer-banner__title, #home-banner .timer-banner__timer-title {
		font-size: 30px;
	}
}

@media screen and (max-width: 680px) {
	#qodef-woo-page.qodef--single .entry-summary .mod-price .price,
	#qodef-woo-page.qodef--single .entry-summary .qodef-woo-product-title {
		font-size: 35px;
	}

	.variations-wrapper {
		font-size: 17px;
	}

	.variations-wrapper .variations-header {
		font-size: 16px;
	}

	#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
		font-size: 16px;
	}

	#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p {
		font-size: 16px;
	}

	#qodef-woo-page.qodef--single form.cart .variations label {
		font-size: 16px;
		text-align: left;
	}

	#qodef-woo-page.qodef--single form.cart .variations td, #qodef-woo-page.qodef--single form.cart .variations th {
		padding: 0;
	}

	#qodef-woo-page.qodef--single form.cart .variations tr + tr {
		margin-top: 30px;
	}

	#qodef-woo-page.qodef--single .qodef-quantity-buttons .qodef-quantity-input {
		padding: 9px 0;
	}

	#qodef-woo-page.qodef--single form.cart button {
		width: 100%;
	}

	#qodef-woo-page.qodef--single form.cart .single_variation .woocommerce-variation-price {
		padding: 17px 34px;
		width: 100%;
	}

	#qodef-woo-page.qodef--single form.cart .single_variation .woocommerce-variation-price__total,
	#qodef-woo-page.qodef--single form.cart .single_variation .price {
		font-size: 25px;
	}

	#qodef-woo-page.qodef--single form.cart .variations td.value, #qodef-woo-page.qodef--single form.cart .variations th.value {
		flex-direction: column;
		align-items: flex-start;
	}

	#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
		display: none;
	}

	.select-wrapper {
		width: 100%;
	}

	#qodef-woo-page.qodef--single form.cart .variations td.value .select2-container, #qodef-woo-page.qodef--single form.cart .variations th.value .select2-container {
		max-width: none;
	}

	#qodef-woo-page.qodef--single form.cart .variations select {
		min-width: auto;
		width: 100%;
	}

	#qodef-woo-page.qodef--single form.cart .variations td.label {
		width: auto;
		margin-bottom: 10px;
	}

	#qodef-woo-page.qodef--single form.cart .variations tr.quantity-row {
		flex-direction: row;
		align-items: center;
	}

	#qodef-woo-page.qodef--single form.cart .variations tr.quantity-row td.label {
		margin-bottom: 0;
	}

	#qodef-woo-page.qodef--single form.cart .simple-product-price {
		padding: 17px 34px;
		width: 100%;
	}

	#qodef-woo-page.qodef--single form.cart .simple-product-price__title,
	#qodef-woo-page.qodef--single form.cart .simple-product-price del,
	#qodef-woo-page.qodef--single form.cart .simple-product-price .woocommerce-Price-amount {
		font-size: 25px;
	}

	table.simple-product td.label label {
		font-size: 16px;
	}

	.qodef-page-title .qodef-m-title {
		font-size: 20px;
		text-align: center;
		padding-top: 18px;
	}

	.qodef-page-title nav p, .qodef-page-title nav {
		margin: auto;
	}

	.qodef-page-title nav p, .qodef-page-title nav a {
		font-size: 14px;
	}

	.single-product .qodef-page-title {
		min-height: auto;
	}

	.single-product #qodef-page-inner {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	#home-banner .timer-banner__title:after {
		display: none;
	}
	#home-banner .timer-banner__timer-title {
		padding-right: 0;
	}
	#home-banner .timer-banner__timer-title,
	#home-banner #timer {
		position: relative
	}
	#home-banner .timer-banner__timer-title:after,
	#home-banner #timer:after	{
	    content: '';
	    width: 100%;
	    height: 1px;
	    background-color: #fff;
	    left: 0;
	    right: 0;
	    bottom: 2px;
	    position: absolute;
	}
}
@media screen and (max-width: 575px) {
	.christmas-banner__title {
		font-size: 16px;
		margin-bottom: 11.4px;
		line-height: 16px;
	}
	.merchandising-banner {
		padding: 140px 15px 40px 15px;
		min-height: auto;
	}

	.merchandising-banner__mob-left-bg img,
	.merchandising-banner__mob-right-bg img {
		max-width: 80%;
	}

	.merchandising-banner__mob-left-bg {
		left: 50%;
    	transform: translate(-100%, -25%);
    	top: 0;
	}

	.merchandising-banner__mob-right-bg {
		right: 50%;
		transform: translate(100%, -25%);
		top: 0;
	}

	.christmas-banner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.shipping-banner {
		margin-top: 21px;
		padding: 10px 8px;
	}
	.shipping-banner p:first-of-type {
		padding: 0 3em;
	}
	.shipping-banner p:nth-of-type(2) {
		padding: 0 5px;
	}
	.timer-banner {
		margin-top: 8px;
		margin-bottom: -28px;
	}
	.timer-banner__title {
		font-size: 17px;
		line-height: 20px;
	}
	.timer-banner__explanation {
		font-size: 14px;
		line-height: 20px;
		padding: 0 50px;
	}
	.timer-banner #timer {
	    display: flex;
	    height: 20px;
	}
	#timer figure:nth-of-type(3) {
		padding-left: 0.4em;
	}
	.timer-banner .timer-banner__timer-title {
		padding-right: 0;
	}
	.timer-banner #timer,
	.timer-banner .timer-banner__timer-title {
		position: relative;
		font-size: 17px;
	}
	.timer-banner #timer:after,
	.timer-banner .timer-banner__timer-title:after {
	    content: '';
	    width: 100%;
	    height: 1px;
	    background-color: #c3a456;
	    left: 0;
	    right: 0;
	    bottom: 2px;
	    position: absolute;
	}
	.timer-banner__title:after {
		display: none
	}
	.christmas-banner__subtitle {
		padding: 0 1em;
	}
	#timer figure .first, #timer figure .first + div {
		width: 11.5px;
		height: 20px;
	}
	#timer figure .first, #timer figure .first + div, #timer figure figcaption {
		font-size: 17px;
		line-height: 20px;
	}
	#timer figure ul {
	    transform: translateY(8px);
	}
	#home-banner .timer-banner__title, #home-banner .timer-banner__timer-title {
	    font-size: 19px;
	    line-height: calc(25/19);
	}
	#home-banner #timer {
		height: 25px;
		font-size: 19px;
	    line-height: calc(25/19);
	}
	#home-banner #timer figure .first, #home-banner #timer figure .first + div, #home-banner #timer figure figcaption {
		font-size: 19px;
	    line-height: calc(25/19);
	}
	#home-banner #timer figure ul {
	    transform: translateY(3px);
	}
	#home-banner #timer figure .first, #home-banner #timer figure .first + div {
	    width: 11px;
	    height: 25px;
	}
	#home-banner .timer-banner__explanation {
		display: block;
	    font-size: 16px;
	    line-height: calc(25/16);
	    padding: 0;
	}
	#home-banner .timer-banner {
		margin-top: 26px;
	}
}