:root {
	--1: #2E4787;
	--2: #0066B4;
	--text: #111111;
	--black: #000000;
	--white: #FFFFFF;
	--grey: #AAAAAA;
	--lightGrey: #F9F9F9;
	--productInStock: #3ab949;
	--productLowAvailability: #F0E81D;
	--productOutOfStock: #F2180C;
	--gradient: linear-gradient(to right,#0066B4 0%,#2E4787 51%,#0066B4 100%);
	--ff1: "Oswald", sans-serif;
	--ff2: "Quicksand", sans-serif;
}

:focus {
	outline: none !important;
}

html {
	scroll-behavior: smooth;
}

html body {
	font-family: var(--ff2);
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
	font-family: var(--ff1);
}

a[href^="tel:"] {
	color: #111 !important;
}

.site-main {
	max-width: 1440px !important;
}

.displayGTM{
	display: none;
}
/* WOOCOMMERCE MESSAGE */

.woocommerce-info {
	width: 100%;
}

body .wc-block-components-notice-banner,
.woocommerce-info,
.woocommerce-message {
	border-top-color: var(--1) !important;
	background-color: var(--lightGrey) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	margin: 50px 0 !important;
}

body .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
 
body.woocommerce-cart .wc-block-components-notice-banner .wc-block-components-notice-banner__content,
body.woocommerce-checkout .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
	justify-content: center;
}

body .wc-block-components-notice-banner .wc-block-components-notice-banner__content a.button.wc-forward,
body .wc-block-components-notice-banner .wc-block-components-notice-banner__content a.restore-item,
.woocommerce-message a,
.woocommerce-message a:hover {
	background: none !important;
	order: 1;
	color: #fff !important;
	margin: 0 0 0 20px !important;
	text-decoration: none !important;
	opacity: 1 !important;
}

.woocommerce-info::before,
.woocommerce-message::before {
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	color: var(--1);
}

body .wc-block-components-notice-banner,
.woocommerce-message {
	position: fixed;
	top: calc(100% - 100px);
	width: auto;
	max-width: 1440px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 !important;
	z-index: 15;
	padding: 20px;
	border: none;
	border-radius: 50px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	font-weight: 600;
	text-align: center;
	justify-content: center;
	transition: 0.3s opacity, 0.4s transform;
	background-image: var(--gradient);
	color: #fff;
}

body .wc-block-components-notice-banner svg {
	display: none;
}
 
.woocommerce-message:before {
	content: '';
	display: none;
}

.woocommerce-notices-wrapper .woocommerce-message a.button {
	border-radius: 50px !important;
	border: 0px !important;
	margin-left: 20px !important;
	background-color: #fff !important;
	color: var(--text) !important;
}

.woocommerce-message.hide-msg {
	opacity: 0;
	transform: translateY(50px) translateX(-50%);
}

.wpforms-confirmation-container-full, 
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: none;
	padding: 0;
	border: none;
	font-weight: 600;
}

body .wpforms-confirmation-container-full, 
body div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	border: none;
	background: none;
	color: var(--text);
	text-align: center;
}

.elementor-shortcode .fdt_merchantStriscia-2wrap_widget_wrapper > a {
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
}

/* BREADCRUMB */

body .woocommerce-breadcrumb,
body .rank-math-breadcrumb {
	margin: 30px 0 20px 0 !important;
	font-size: 14px !important;
	font-weight: 400;
	color: #767676 !important;
}

body .woocommerce-breadcrumb a,
body .woocommerce-breadcrumb a:hover,
body .rank-math-breadcrumb p,
body .rank-math-breadcrumb p span,
body .rank-math-breadcrumb p a,
body .rank-math-breadcrumb p a:hover {
	font-size: 14px;
	font-weight: 400;
	color: #767676 !important;
}

.main-menu .elementor-nav-menu--main .elementor-nav-menu ul li.promo-label a {
	color: var(--2);
	font-weight: bold;
}

/* MINI CART */

.elementor-menu-cart__product .product-name a {
	font-family: var(--ff1);
	color: var(--text);
	text-transform: uppercase;
	line-height: 1.2;
}

.elementor-menu-cart__product .product-price {
	color: var(--text);
}

.elementor-menu-cart__product-remove:before,
.elementor-menu-cart__product-remove:after{
	display: none;
}

.elementor-menu-cart__product-remove {
	border: none !important;
	background: url(https://www.kimikando.it/wp-content/themes/kimikando/icons/global/trash.svg);
	background-size: 18px;
	background-position: center;
	border-radius: 0px;
	background-repeat: no-repeat;
}

.elementor-menu-cart__product {
	border-color: #eaeaea !important;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__products {
	max-height: calc(100vh - 310px) !important;
}

.elementor-menu-cart__wrapper .elementor-menu-cart__subtotal {
	border: 1px solid var(--text);
	border-width: 1px 0px 0px;
	text-align: right;
	font-size: 24px;
}

.elementor-menu-cart__wrapper .elementor-menu-cart__subtotal strong {
	text-transform: uppercase;
	font-size: 12px;
	display: block;
}

.elementor-menu-cart__main .elementor-menu-cart__footer-buttons {
	display: block;
}

body .elementor-menu-cart__footer-buttons .elementor-button--view-cart {
	background-color: #f5f5f5;
	border-radius: 50px;
	font-size: 14px;
	height: 40px;
	display: inline-flex;
	margin-left: 0;
	margin-right: auto;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 700 !important;
	color: var(--text);
	cursor: pointer;
	position: relative;
	z-index: 1;
	justify-content: center;
	white-space: nowrap;
}

body .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
	background-image: var(--gradient);
	background-size: 200%;
}

.elementor-menu-cart__footer-buttons a.elementor-button--checkout {
	flex: 0 0 100%;
	min-width: 100%;
	float: none;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	display: block;
	border-radius: 50px;
	margin-bottom: 0;
	background-image: var(--gradient);
	color: var(--white);
	font-size: 16px;
	text-transform: uppercase;
	background-size: 200%;
	text-align: center;
	transition: all 0.5s ease 0s;
}

.elementor-menu-cart__footer-buttons a.elementor-button--checkout:hover {
	background-position: right center;
}

.elementor-menu-cart__wrapper .elementor-menu-cart__close-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin-bottom: 40px;
}

.elementor-menu-cart__close-button:hover {
	background: none;
}

.elementor-menu-cart__close-button:before {
	content: 'Chiudi';
	display: none;
	transform: none;
	background: none;
	border: none;
	font-family: var(--ff2);
	font-weight: 600;
	color: var(--text);
	font-size: 14px;
	text-decoration: underline;
	position: relative;
	height: auto;
}

.elementor-menu-cart__wrapper .elementor-menu-cart__close-button:after,
.elementor-menu-cart__wrapper .elementor-menu-cart__close-button:hover:after{
	transform: none;
	background: url(https://www.kimikando.it/wp-content/themes/kimikando/icons/global/close.svg);
	height: 15px;
	width: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

/* FORM */

div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 10px 0;
	margin: 5px 0;
}

.wpforms-field-container input {
	background-color: var(--white);
	color: var(--text);
	border: 1px solid var(--white) !important;
	border-radius: 30px !important;
	padding: 10px 20px !important;
	font-weight: 700;
	font-size: 14px;
}

.wpforms-field-container textarea {
	background-color: var(--white);
	color: var(--text);
	border: 1px solid var(--white) !important;
	border-radius: 30px !important;
	padding: 15px 20px !important;
	font-weight: 700;
	font-size: 14px;
}

.wpforms-field-container input::placeholder,
.wpforms-field-container textarea::placeholder {
	color: var(--text);
	font-weight: 700;
	font-size: 14px;
}

.wpforms-field-gdpr-checkbox .choice-1,
.wpforms-field-checkbox .choice-1 {
	display: flex !important;
	align-items: flex-start;
	justify-content: flex-start;
}

.wpforms-field-gdpr-checkbox .choice-1 .wpforms-field-label-inline,
.wpforms-field-checkbox .choice-1 .wpforms-field-label-inline {
	font-size: 13px !important;
}

.wpforms-field-gdpr-checkbox .choice-1 .wpforms-field-label-inline a {
	font-weight: 600;
	color: var(--1);
}

.wpforms-field-gdpr-checkbox .choice-1 input {
	width: 24px !important;
	height: 18px !important;
	margin: 0 6px 0 0 !important
}

body .main-footer .wpforms-field-gdpr-checkbox .choice-1 input {
	width: 16px !important;
	height: 18px !important;
	margin: 0 6px 0 0 !important;
}

body .main-footer .wpforms-field-checkbox .choice-1 input {
	width: 12px !important;
	height: 18px !important;
	margin: 0 6px 0 0 !important;
}

body:not(.home) .reviews-footer {
	border-top: 1px solid #eaeaea;
}

.wpforms-submit-container .wpforms-submit {
	background-image: var(--gradient) !important;
	color: var(--white) !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	background-size: 200% !important;
	font-weight: 700 !important;
	text-align: center !important;
	border-radius: 30px !important;
	padding: 10px 40px !important;
	transition: all 0.5s ease 0s !important;
	margin: 0px !important;
	animation: movebg 1s linear infinite !important;
	border: none !important;
}

.wpforms-submit-container .wpforms-submit:hover {
	background-position: right center;
	transition: 0.4s;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
	margin-top: 10px;
	padding: 0 20px;
}

.section-form .wpforms-field-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section-form .wpforms-field-container .wpforms-field-name,
.section-form .wpforms-field-container .wpforms-field-text,
.section-form .wpforms-field-container .wpforms-field-textarea {
	width: 100% !important;
}

body .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag, 
div.wpforms-container .wpforms-form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag, 
div.wpforms-container-full .wpforms-form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag, 
#wpforms-conversational-form-page .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: transparent !important;
}

.wpforms-field-container .wpforms-field-phone input {
	padding-left: 52px !important;
}

/* SINGLE DOWNLOAD */

.single-wpdmpro .site-main {
	padding: 120px 20px;
}

/* PRODUCT */

ul.products li.product a img {
	margin: 0 0 24px 0;
}

ul.products li.product .prod-container {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between !important;
	min-height: 170px;
}

ul.products li.product .prod-container .title-container,
ul.products li.product .prod-container .price-container {
	width: 100%;
}

ul li .woocommerce-loop-product__title {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
	color: var(--text);
	letter-spacing: 0.4px;
	font-weight: 500;
	font-size: 14px !important;
	line-height: 1.5;
	text-transform: uppercase;
}

ul.products li.product .add-to-cart-wrap {
	display: flex;
	margin: 10px 0 0 0 !important;
}

ul.products li.product .prod-outofstock {
	margin: 10px 0 0 0 !important;
}

ul.products li.product .prod-outofstock p {
	padding: 10px 0;
	line-height: 1em !important;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

ul.products li.product .button {
	background-image: var(--gradient);
	color: var(--white);
	border-radius: 30px;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	padding: 10px 30px;
	transition: .5s;
	background-size: 200% auto;
	font-weight: 700;
	margin: 0 !important;
	text-align: center;
}

ul.products li.product .button:hover {
	background-position: right center;
	transition: 0.4s;
}

body ul.products li.product .price {
	color: var(--text) !important;
	width: 100%;
	margin: 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.price del ins bdi {
	text-decoration: line-through;
}

.price del,
.price del bdi {
	font-size: 14px !important;
	font-weight: 500;
	color: var(--text);
	opacity: 1 !important;
	width: 100%;
}

.price ins {
	margin-right: 5px;
	text-decoration: none;
}

.price bdi,
.price ins bdi {
	font-size: 22px !important;
	font-weight: 700;
	color: var(--1);
	margin-right: 5px;
}

.price > del > span + ins bdi {
	font-size: 14px !important;
	font-weight: 500;
	color: var(--text);
	opacity: 1 !important;
}

.price bdi .woocommerce-Price-currencySymbol {
	margin-right: 3px;
}

.price .woocommerce-price-suffix {
	font-size: 14px !important;
	font-weight: 400 !important;
	margin-top: 10px;
}

body ul.products li.product .onsale {
	top: 0 !important;
	left: 0 !important;
	right: auto !important;
	margin: 0 !important;
	border-radius: 30px;
	background-color: var(--1);
	order: 3 !important;
	min-height: 50px;
	min-width: 50px;
	width: 50px;
	height: 50px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-weight: 700;
	z-index: 1;
}

ul.products li.product .star-rating {
	color: var(--1);
	margin: 0 0 10px 0 !important;
}

ul.products li.product .button.added {
	display: none;
}

ul.products li.product .button.loading {
	padding: 10px 40px 10px 20px !important;
}

ul.products li.product .button.loading:after {
	top: 10px;
	right: 12px;
}

.added_to_cart {
	background-image: var(--gradient);
	color: var(--white);
	border-radius: 30px;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px !important;
	transition: .5s;
	background-size: 200% auto;
	font-weight: 700;
	margin: 0 !important;
	text-align: center;
}

.added_to_cart:hover {
	color: var(--white);
	background-position: right center;
	transition: 0.4s;
}

#respond input#submit.added::after,
a.button.added::after,
button.button.added::after,
input.button.added::after {
	display: none;
}

.prod-outofstock {
	width: 100%;
	color: var(--productOutOfStock);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 500;
	font-size: 16px;
}

.prod-outofstock img {
	margin-right: 10px;
}

.section-product .products li.featured-custom {
	order: -1;
	background-color: var(--1);
	flex: 0 0 calc(50% - 15px);;
	margin-right: 15px !important;
	padding: 20px 20px 30px !important;
}

.section-product .products li.featured-custom > .woocommerce-LoopProduct-link {
	background: #fff;
	display: block;
}

.section-product ul.products li.featured-custom .onsale {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 600;
	top: 30px !important;
	left: 30px !important;
}

.section-product .products li.featured-custom .woocommerce-loop-product__title {
	color: #fff;
	font-size: 18px !important;
}

.section-product .products li.featured-custom * {
	color: #fff !important;
}

.section-product .products li.featured-custom .prod-container .price-container {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.section-product .products li.featured-custom .prod-container .price-container .price bdi,
.section-product .products li.featured-custom .prod-container .price-container price ins {
	font-size: 24px ;
}

.section-product .products li.featured-custom .button {
	color: var(--1) !important;
	font-size: 16px;
	padding: 12px 24px;
	background: #fff;
}

.section-product .products li.featured-custom .prod-container {
	min-height: 120px;
}

.section-product ul.products .owl-stage li.featured-custom {
	display: block !important;
	padding: 40px !important;
	background-color: var(--1);
	margin-right: 0 !important;
}

.section-product ul.products .owl-stage li.featured-custom .onsale {
	border: 2px solid #fff;
	left: -20px !important;
}

.section-product ul.products .owl-stage li .onsale {
	top: -3px !important;
	left: 0px !important;
	font-size: .857em;
}

.section-product ul.products .owl-stage li {
	background-color: #fff;
	padding: 40px 20px !important;
	display: block !important;
	height: 100%;
}

.section-product .products .owl-stage li.featured-custom .prod-container .price-container {
	flex-wrap: wrap;
}

.section-product ul.products .owl-stage li.featured-custom .button {
	background: #fff !important;
	font-weight: 600;
	padding: 12px 24px !important;
}

.section-product ul.products .owl-stage {
	display: flex;
}

@media screen and (max-width: 1440px) {
	.woocommerce-cart .site-main,
	.woocommerce-checkout .site-main,
	.woocommerce-account .site-main{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media screen and (max-width: 767px) {
	body ul.products li.product .onsale {
		left: 15px !important;
	}
}

@media screen and (min-width: 1026px) {
	.main-header {
		height: 154px;
	}
}

@media screen and (max-width: 1025px) {
	.main-header {
		height: 93px;
	}
} 

@media screen and (max-width: 767px) {
	.main-header {
		height: 147px;
	}
	
	.section-product .products li.featured-custom {
		flex: 0 0 calc(100% - 30px);
		margin-left: 15px !important; 
	}
	
	.section-product .products li.featured-custom .add-to-cart-wrap {
		justify-content: flex-end;
	}
	
	.section-product ul.products li.featured-custom .onsale {
		width: 60px !important;
		height: 60px !important;
	}
} 