/*
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');
*/

:root {
	--body-background: radial-gradient(at center center, #fff 0, #fcfcff 100%);
	--body-background-section-dark: #282828;
	
	--color-announcement-bar-background: #eeb241;
	--color-announcement-bar-color: #333333;
	--font-announcement-scale: 1.0;
	--announcement-marquee-speed: 20s;

	--header-background: transparent;
	--header-top-background: transparent;
	--header-bottom-background: #353d3f;
	--header-shadow: 0px 0px 0px;
	--header-border: 3px solid #eeb241;
	--header-color-primary: #eeb241;
	--header-color-secondary: #585856;
	--header-link-color-primary: #585856;
	--header-link-color-secondary:#eeb241;
	--header-link-color-underline: #eeb241;
	--header-link-font-transform: uppercase;
	--header-link-font-size: calc(0.95 * 20px);
	--header-link-font-weight: 600;
	--header-nav-toggle-color: #585856;
	--header-nav-toggle-hover: #eeb241;
	--header-sticky-nav-background: #ffffff;
	--header-sticky-link-color-primary: #2F2F2F;
	--header-sticky-link-color-secondary: #eeb241;
	--header-sticky-nav-toggle-color: #2F2F2F;
	--header-sticky-nav-toggle-hover: #eeb241;

	--headline-color-h1: #fff;
	--headline-color-text: #fff;

	--footer-background: #232323;
	--footer-text-color: #ffffff;
	--footer-link-color: #ffffff;
	--footer-link-hover: #eeb241;
	--footer-divider-color: #191e1f;
	--footer-collapse-caller-border: #191e1f;
	--footer-title: #ffffff;
	--footer-bottom-color: #cccccc;
	--footer-bottom-background: #161616;
	--footer-payment-svg-color: #ffffff;

	--color-whatsapp: #25d366;
	--color-primary: #2a2a2f;
	--color-secondary: #eeb241;
	--color-tertiary: #232323;
	--color-tertiary-transparent: #1f3044;
	--color-quaternary: #444444;
	--color-quinary: #545454;
	--color-senary: #858585;
	--color-septenary: #545454;
	--color-octosy: #eeb241;
	--color-light: #f1f1f5;
	--color-black: #32312f;
	--color-link-primary: #212121;
	--color-link-secondary: #eeb241;

	--color-negozio: #ec634b;
	--color-barf: #d39ca5;
	--color-affiliati: #f0a56c;
	--color-contatti: #9ad0b7;
	--color-bar-con: #62c2a2;
	--color-bar-dis: #ec634b;
	--color-sna-ess: #b376ae;
	--color-integr: #628fca;

	--font-family-primary: var(--selected-font-primary, 'Poppins');
	--font-family-secondary: var(--selected-font-secondary, var(--font-family-primary));
	--font-family-tertiary: var(--selected-font-tertiary, var(--font-family-primary));
	--font-family-quaternary: var(--selected-font-quaternary, var(--font-family-primary));


	--font-size-primary: 1rem;
	--font-weight-primary: 400;
	--font-weight-secondary: 600;
	--font-weight-tertiary: 700;
	--font-weight-quaternary: 800;
	--line-height-primary: 1.6;
	--line-height-secondary: calc(1.6em+((var(--font-size-primary) - 1em) / 2));
	--letter-spacing-primary: 0;
	--letter-spacing-secondary: 0;
	--transition-primary: all .3s ease;
	--transition-secondary: all .4s ease-in-out;
	--section-painting-background: radial-gradient(at center center, #5b5b62 0, #505050 100%);
	--border-radius: 0px;

	--wc-header-cart-count-color: #f1f1f5;
	--wc-header-cart-count-background: #eeb241;
	
	--wc-product-grid-mobile-gap: .6375rem;
	--wc-product-grid-desktop-gap: .875rem;
	--wc-product-item-background: radial-gradient(at center center, #fefefe 0, #f7f7f7 100%);
	--wc-product-item-border: transparent;
	--wc-product-item-border-hover: #eeb241;
	--wc-product-item-border-radius: 25px;
	--wc-product-badge-border-radius: 5px;
	--wc-product-item-title-weight: 500;
	--wc-product-figure-background: radial-gradient(at center center, #fefefe 0, #f7f7f7 100%);
	--wc-product-button-background: #eeb241;
	--wc-product-button-background-hover: #232323;
	--wc-product-button-border: 2px solid #eeb241;
	--wc-product-button-border-hover: 2px solid #232323;
	--wc-product-button-color: #232323;
	--wc-product-button-color-hover: #ffffff;
	--wc-product-button-border-radius: 60px;

	
	--wc-shop-sidebar-border: 1px solid #ececec;
	--wc-shop-sidebar-border-radius: 0;

	--wc-navigator-color: #232323;
	--wc-navigator-color-hover: #fff;
	
	--wc-pagination-color: #2a2a2f;
	--wc-pagination-color-hover: #c03c39;
	--wc-pagination-background: #f1f1f5;
	--wc-pagination-background-hover: #e1e1e5;

	--wc-badge-border-radius: 5px;
	--wc-badge-new-product-background: #2ecc40;
	--wc-badge-new-product-color: #ffffff;
	--wc-badge-outofstock-background: #95a5a6;
	--wc-badge-outofstock-color: #ffffff;
	--wc-badge-last-product-available-background: #ff4136;
	--wc-badge-last-product-available-color: #ffffff;
	--wc-badge-on-sale-background: #f39c12;
	--wc-badge-on-sale-color: #000000;


}

.product-img:after {
	border-bottom: 2px solid red
}

*,
*::before,
*::after {
	box-sizing: border-box
}

@media(prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

figure {
	margin: 0;
	background: var(--wc-product-figure-background)
}

img,
svg {
	vertical-align: middle
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-width: 0;
	border-style: solid;
	border-color: inherit
}

label {
	display: inline-block
}

button {
	border-radius: var(--border-radius);
}

button:focus:not(:focus-visible) {
	outline: 0
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

textarea {
	resize: vertical
}

iframe {
	border: 0
}

address {
	font-style: normal
}

:active,
:focus {
	outline: 0
}

[hidden] {
	display: none !important
}

body {
	color: var(--color-primary);
	font-family: var(--font-family-primary);
	font-size: var(--font-size-primary);
	font-weight: var(--font-weight-primary);
	line-height: var(--line-height-primary);
	letter-spacing: var(--letter-spacing-primary);
	margin: 0;
	background: var(--body-background);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1.25em 0 .5em 0;
	font-family: var(--font-family-tertiary);
	font-weight: var(--font-weight-primary);
	/*line-height: var(--line-height-secondary);*/
	letter-spacing: var(--letter-spacing-secondary)
}

h1 {
	font-size: clamp(2.5rem, 2.66vw, 1.75rem)
}

h2 {
	font-size: clamp(1.4375rem, 2.166666666666667vw, 1.625rem)
}

h3 {
	font-size: clamp(1.34375rem, 2vw, 1.5rem)
}

h4 {
	font-size: clamp(1.21875rem, 1.833333333333333vw, 1.375rem)
}

h5 {
	font-size: clamp(1.125rem, 1.666666666666667vw, 1.25rem)
}

h6 {
	font-size: clamp(1rem, 1.5vw, 1.125rem)
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	color: var(--color-secondary)
}

p,
ul,
ol,
dl,
address {
	margin: 0 0 .9375rem 0
}

ul,
ol {
	padding-left: 1.875rem
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-top: .9375rem
}

dd {
	margin: 0
}

p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
address:last-child {
	margin-bottom: 0
}

blockquote {
	margin: 1.25rem 0;
	border-left: 3px solid var(--color-tertiary);
	padding-left: 1.875rem;
	font-style: italic
}

blockquote:first-child {
	margin-top: 0
}

blockquote:last-child {
	margin-bottom: 0
}

blockquote cite {
	font-weight: var(--font-weight-secondary)
}

strong,
b {
	color: var(--color-secondary);
	font-weight: var(--font-weight-secondary)
}

h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b,
h5 strong,
h5 b,
h6 strong,
h6 b {
	font-weight: var(--font-weight-quaternary)
}

a {
	color: var(--color-link-primary);
	text-decoration: none;
	transition: color var(--transition-primary)
}

a strong {
	color: var(--color-link-primary);
	transition: color var(--transition-primary)
}

/* UNDERLINE EFFECT FROM LEFT */
a.underline-animation-from-left {
    text-decoration: none;
    position: relative;
    transition: var(--transition-primary);
}
a.underline-animation-from-left::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 0;
    background-color: var(--footer-link-hover); 
    visibility: hidden;
    transition: var(--transition-primary);
}
a.underline-animation-from-left:hover {
    text-decoration: none;
}
a.underline-animation-from-left:hover::after {
    visibility: visible;
    width: 100%;
}

a.whatsapp{
	
}
a.underline-animation-from-left.whatsapp:hover {
	color: var(--color-whatsapp);
}
a.underline-animation-from-left.whatsapp::after {
	background-color: var(--color-whatsapp);
}


/* UNDERLINE EFFECT FROM CENTER */
a.underline-animation-from-center {
    text-decoration: none;
    position: relative;
    transition: var(--transition-primary);
    overflow: hidden; /* Impedisce al pseudo-elemento di fuoriuscire */
}

a.underline-animation-from-center::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background-color: var(--footer-link-hover); 
    visibility: hidden;
    transition: var(--transition-primary);
    transform: translateX(-50%);
}

a.underline-animation-from-center:hover {
    text-decoration: none;
}

a.underline-animation-from-center:hover::after {
    visibility: visible;
    width: 100%;
    left: 0;
    transform: translateX(0);
}




a:hover,
a:focus,
a:hover strong,
a:focus strong {
	color: var(--color-link-secondary)
}

img {
	max-width: 100%;
	height: auto
}

hr {
	height: 1px;
	border: 0;
	background-color: #efefef;
	margin-top: 1.875rem;
	margin-bottom: 1.875rem
}

::-moz-selection {
	color: #fff;
	background-color: var(--color-secondary)
}

::selection {
	color: #fff;
	background-color: var(--color-secondary)
}

::-webkit-input-placeholder {
	color: var(--color-primary);
	opacity: .55
}

:-ms-input-placeholder {
	color: var(--color-primary);
	opacity: .55
}

::placeholder {
	color: var(--color-primary);
	opacity: .55
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

.light {
	font-weight: 300
}

.regular {
	font-weight: 400
}

.medium {
	font-weight: 500
}

.semi-bold {
	font-weight: 600
}

.bold {
	font-weight: 700
}

.extra-bold {
	font-weight: 800
}

.black {
	font-weight: 900
}

.title-page {
	margin: 0;
	color: var(--color-tertiary);
	font-size: clamp(2.75rem, 6.666666666666667vw, 5rem);
	font-weight: var(--font-weight-quaternary)
}

.subtitle-page {
	margin: 0 0 .75em 0;
	color: var(--color-tertiary);
	font-size: clamp(2rem, 4.166666666666667vw, 3.125rem);
	font-weight: var(--font-weight-quaternary);
	line-height: 1.2
}

.title-1 {
	font-size: clamp(2rem, 4.166666666666667vw, 3.125rem)
}

.title-2 {
	font-size: clamp(1.875rem, 3.75vw, 2.8125rem)
}

.title-3 {
	font-size: clamp(1.75rem, 3.333333333333333vw, 2.5rem)
}

.title-4 {
	font-size: clamp(1.625rem, 2.916666666666667vw, 2.1875rem)
}

.title-5 {
	font-size: clamp(1.5rem, 2.5vw, 1.875rem)
}

.title-6 {
	font-size: clamp(1.375rem, 2.083333333333333vw, 1.5625rem)
}

.text-italic {
	font-style: italic
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-underline {
	text-decoration: underline
}

.text-decoration-none {
	text-decoration: none
}

.text-1 {
	font-size: clamp(1.1875rem, 1.833333333333333vw, 1.375rem)
}

.text-2 {
	font-size: clamp(1rem, 1.666666666666667vw, 1rem)
}

.text-3 {
	font-size: clamp(1.0625rem, 1.5vw, 1.125rem)
}

.highlight {
	color: var(--color-tertiary)
}

.button-1,
.button-2,
.button-3,
.button-4,
.button-call,
.button-whatsapp {
	display: inline-block;
	border-radius: var(--border-radius);
	border-width: 2px;
	border-style: solid;
	padding: .5rem 2.75rem;
	text-align: center;
	font-size: .9375rem;
	font-weight: var(--font-weight-secondary);
	text-transform: none;
	text-decoration: none;
	letter-spacing: var(--letter-spacing-secondary);
	cursor: pointer;
	transition: var(--transition-primary)
}

.button-1.small,
.button-2.small,
.button-3.small,
.button-4.small,
.button-call.small,
.button-whatsapp.small {
	padding: .375rem 2.0625rem;
	font-size: .875rem
}

.button-1.big,
.button-2.big,
.button-3.big,
.button-4.big,
.button-call.big,
.button-whatsapp.big {
	font-size: clamp(1.2rem, 1.5vw, 1.4rem)
}

.button-1 {
	border-color: var(--color-secondary);
	background-color: var(--color-secondary);
	color: #fff
}

.button-1:hover,
.button-1:focus {
	border-color: var(--color-quaternary);
	background-color: var(--color-quaternary);
	color: #fff;
	text-decoration: none
}

.button-2 {
	border-color: var(--color-secondary);
	background-color: transparent;
	color: var(--color-primary)
}

.button-2:hover,
.button-2:focus {
	border-color: var(--color-secondary);
	background-color: var(--color-secondary);
	color: var(--color-primary);
	text-decoration: none
}

.button-3 {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
	border-width: 2px;
}

.button-3:hover,
.button-3:focus {
	border-color: var(--color-secondary);
	background-color: var(--color-secondary);
	color: #fff;
	text-decoration: none
}

.button-4 {
	border-color: #212121;
	background-color: transparent;
	color: #212121;
	border-width: 2px;
}

.button-4:hover,
.button-4:focus {
	border-color: var(--color-secondary);
	background-color: var(--color-secondary);
	color: #fff;
	text-decoration: none
}

.button-call {
	border:0;
	background: #ebd30d;
	color: #ffffff;
	transform: var(--transition-primary);
}

.button-call:hover,
.button-call:focus {
	background-color: #cdb90c;
	color: #fff;
	text-decoration: none
}

.button-whatsapp {
	border:0;
	background: var(--color-whatsapp);
	color: #ffffff;
}

.button-whatsapp:hover,
.button-whatsapp:focus {
	background-color: #27ad60;
	color: #fff;
	text-decoration: none
}

.border {
	border: 1px solid #e5e5e5
}

.border-t {
	border-top: 1px solid #e5e5e5
}

.border-b {
	border-bottom: 1px solid #e5e5e5
}

.bg-color-white {
	background-color: #fff
}

.bg-color-black {
	background-color: var(--color-black)
}

.bg-color-secondary {
	background-color: var(--color-secondary)
}

.bg-color-tertiary {
	background-color: var(--color-tertiary)
}

.bg-color-quaternary {
	background-color: var(--color-quaternary)
}

.bg-color-quinary {
	background-color: var(--color-quinary)
}

.color-white {
	color: #fff
}

a.color-white {
	color: #fff
}

a.color-white:hover {
	text-decoration: none
}



.color-primary    {color: var(--color-primary);}
.color-secondary  {color: var(--color-secondary);}
.color-tertiary   {color: var(--color-tertiary);}
.color-quaternary {color: var(--color-quaternary);}
.color-quinary    {color: var(--color-quinary);}
.color-senary     {color: var(--color-senary);}
.color-light      {color: var(--color-light);}
.color-black      {color: var(--color-black);}

a.color-septenary {
	color: var(--color-septenary)
}

a.color-tertiary:hover {
	color: #fff
}

.color-barf {
	color: var(--color-barf)
}

.color-affiliati {
	color: var(--color-affiliati)
}

.color-contatti {
	color: var(--color-contatti)
}

.color-bar-con,
a.color-bar-con {
	color: var(--color-bar-con)
}

.color-bar-dis,
a.color-bar-dis {
	color: var(--color-bar-dis)
}

.color-sna-ess,
a.color-sna-ess {
	color: var(--color-sna-ess)
}

.color-integr,
a.color-integr {
	color: var(--color-integr)
}

a.color-bar-con:hover,
a.color-bar-dis:hover,
a.color-sna-ess:hover,
a.color-integr:hover {
	color: var(--color-quaternary)
}

.quote {
	position: relative;
	padding: 1.875rem
}

.quote::before,
.quote::after {
	position: absolute;
	font-size: 3em;
	line-height: 0
}

.quote::before {
	content: "“";
	top: 0;
	left: 0;
	margin-top: .5em
}

.quote::after {
	content: "”";
	right: 0;
	bottom: 0;
	margin-top: -0.5em
}

.font-primary {
	font-family: var(--font-family-primary)
}

.font-secondary {
	font-family: var(--font-family-secondary)
}

.font-tertiary {
	font-family: var(--font-family-tertiary)
}

.list {
	margin: 0;
	padding: 0;
	list-style: none
}

.list>li+li {
	margin-top: .9375rem
}

.h-100 {
	height: 100%
}

.screen-reader-text {
	width: 1px;
	height: 1px;
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	border: 0;
	margin: -1px;
	padding: 0;
	word-wrap: normal !important;
	overflow: hidden
}

@media(min-width:2000px) {
	.container-fluid {
		max-width: 2000px;
		margin-right: auto;
		margin-left: auto
	}
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 1000;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity .7s cubic-bezier(0.77, 0, 0.175, 1), visibility 0 .7s
}

.modal.open {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	transition: opacity .7s cubic-bezier(0.77, 0, 0.175, 1), visibility 0 0
}

.modal-close {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 0 .9375rem;
	cursor: pointer
}

.modal-close button {
	display: inline-block;
	width: 2.75rem;
	height: 3.75rem;
	border: 0;
	margin: .625rem 0;
	padding: 0;
	background-color: transparent;
	text-align: center;
	cursor: pointer
}

.modal-close button::before {
	content: "\b095";
	color: var(--color-tertiary);
	font-family: 'icomoon';
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	line-height: 3.75rem;
	letter-spacing: 0;
	transition: color var(--transition-primary)
}

.modal-close button:hover::before {
	color: var(--color-secondary)
}

.modal-element {
	padding: 5rem 1.875rem 2.5rem 1.875rem
}

.modal-element>* {
	opacity: 0;
	transition: opacity .7s cubic-bezier(0.77, 0, 0.175, 1) 0
}

.modal.open .modal-element>* {
	opacity: 1;
	transition-delay: .3s
}

@media(min-width:768px) {
	.modal-close {
		padding-right: 1.875rem;
		padding-left: 1.875rem
	}

	.modal-close button {
		margin: 1.4375rem 0;
		transition: margin .3s ease-in-out, color var(--transition-primary)
	}

	.header-area.fixed~* .modal-close button {
		margin: 1.125rem 0
	}

	.modal-element {
		padding-top: 6.625rem;
		padding-bottom: calc(6.625rem / 2);
		transition: padding .3s ease-in-out
	}

	.header-area.fixed~* .modal-element {
		padding-top: 6rem;
		padding-bottom: calc(6rem / 2)
	}
}

@media(min-width:992px) {
	.modal-close button {
		margin: 2rem 0
	}

	.header-area.fixed~* .modal-close button {
		margin: 1.375rem 0
	}

	.modal-element {
		padding-top: 7.75rem;
		padding-bottom: calc(7.75rem / 2)
	}

	.header-area.fixed~* .modal-element {
		padding-top: 6.5rem;
		padding-bottom: calc(6.5rem / 2)
	}
}

@media(min-width:1200px) {
	.modal-close {
		padding-right: 2.5rem;
		padding-left: 2.5rem
	}

	.modal-element {
		padding-right: 2.5rem;
		padding-left: 2.5rem
	}
}

@media(min-width:2000px) {

	.modal-close,
	.modal-element {
		max-width: 2000px;
		margin-right: auto;
		margin-left: auto
	}
}

.section-background-light{
	background: url(https://dacarpenterie.it/wp-content/themes/dacarpernterie/assets/images/all/bg2.svg);
	background-position: center center;
}
.section-background-dark {
	background: url(https://dacarpenterie.it/wp-content/themes/dacarpernterie/assets/images/all/section-bg-dark.webp);
}




.main {
	padding: 0 0 2.5rem 0
}

body.home .main {
	padding: 0
}

.homepage h1 span {
	font-family: var(--font-family-quaternary);
	font-size: clamp(3rem, 2.66vw, 1.75rem)
}

.homepage h1 small {
	font-size: clamp(1.63rem, 2vw, 1.35rem)
}

.logo-text-wrapper {
	width: 100%;
	position: relative
}

.logo-text-wrapper h1 {
	margin: 0;
	font-family: var(--font-family-quaternary);
	font-size: clamp(4rem, 2.166666666666667vw, 1rem) !important
}

.logo-text-wrapper h2 {
	font-size: clamp(1.38rem, 2.166666666666667vw, 1rem) !important;
	font-family: var(--font-family-quaternary);
	position: absolute;
	left: 43%;
	bottom: -10px;
	margin: 0
}

.hero-area {
	position: relative
}

.hero-video {
	position: relative;
	width: 100%;
	height: 75vh;
	overflow: hidden
}

.hero-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1
}

.static-area {
	background-image: url();
	height: 900px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff
}

@media(max-width:500px) {
	.static-area {
		height: 500px
	}
}

.static-area .static-content {
	background-color: rgba(0, 0, 0, 0.4);
	background-image: radial-gradient(at center center, #FFFFFF00 0, #000 100%);
	opacity: 1;
	transition: background .3s, border-radius .3s, opacity .3s;
	width: 100%;
	height: 100%
}

.static-area .static {
	width: 90%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center
}

@media(min-width:768px) {
	.static-area .static img {
		width: 50%
	}
}

@media(min-width:992px) {
	.static-area .static img {
		width: 50%
	}
}

@media(min-width:1400px) {
	.static-area .static img {
		width: 30%
	}
}

.static-area .static .text {
	margin: 80px auto
}

.video-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff
}

.video-area video {
	width: 100%
}

.header-part-divider.type-1::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: clamp(3.125rem, 8.333333333333333vw, 6.25rem);
	background: url('../../images/line-white.png') center bottom no-repeat;
	background-size: 100% 100%;
	z-index: 3
}

.headline .rank-math-breadcrumb {
	color: #fff
}

.content-home-page {
	padding: 3.75rem 0
}

.content {
	padding: 2.5rem 0
}

.content-home-page .content,
.content-html-page .content {
	padding: 0
}

.widget-banner {
	border-radius: var(--border-radius);
	margin: 0
}

.widget-banner h2 {
	font-size: 2rem
}

.widget-banner.webapp {
	background-color: #fff;
	background-image: url('../images/home/mockup-iphone-3.webp');
	background-position: top right;
	background-repeat: no-repeat;
	padding: 35px
}

.widget-banner.webapp .widget-banner-description {
	color: #202020;
	text-transform: uppercase;
	margin-bottom: 25px
}

.widget-banner.webapp .widget-banner-description strong {
	font-weight: bold
}

.widget-banner.special {
	background-color: #000;
	background-image: url('../images/home/banner-home-2.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 35px
}

.widget-banner.special h2 {
	color: #fff;
	margin-bottom: 75px
}

.widget-banner.special .widget-banner-description strong {
	font-weight: bold
}

.widget-banner.come-in {
	background-color: #fff;
	background-image: url('../images/home/banner-home-3.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 35px
}

.widget-banner.come-in h2 {
	color: #fff;
	margin-bottom: 75px
}

.widget-banner.come-in .widget-banner-description strong {
	font-weight: bold
}

@media(max-width:992px) {
	.widget-banner {
		margin: 0 0 30px 0
	}

	.widget-banner.come-in {
		margin: 0
	}
}

.home-about h1 {
	margin: .6em 0 .4em;
	font-size: clamp(2rem, 4.166666666666667vw, 2.9rem);
	font-weight: 400
}

.home-about h6 {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 400
}

.home-about .title {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 400
}

section.painting {
	background: var(--section-painting-background)
}

.grid-cat .cat-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	border-radius: var(--border-radius);
	padding: 1.875rem;
	background-color: var(--color-quinary);
	text-align: center
}

.grid-cat .cat-title {
	font-size: clamp(1.625rem, 2.916666666666667vw, 2.1875rem);
	font-weight: var(--font-weight-quaternary)
}

.grid-cat .cat-title a {
	display: inline-block;
	text-decoration: none
}

.grid-cat .cat-title a[href*="barf-congelato"] {
	color: var(--color-bar-con)
}

.grid-cat .cat-title a[href*="barf-disidratato"] {
	color: var(--color-bar-dis)
}

.grid-cat .cat-title a[href*="snack-essiccati"] {
	color: var(--color-sna-ess)
}

.grid-cat .cat-title a[href*="integratori"] {
	color: var(--color-integr)
}

.grid-cat .cat-title a:hover {
	color: var(--color-quaternary)
}

@media(min-width:992px) {
	.grid-cat .cat-item {
		border-radius: var(--border-radius);
		padding: 0;
		background-color: transparent
	}
}

@media(min-width:1400px) {
	.grid-cat .cat-item {
		padding-right: 1.875rem;
		padding-left: 1.875rem
	}
}

.carousel-cat .cat-item>a {
	display: block;
	text-decoration: none
}

.carousel-cat .cat-img figure {
	position: relative
}

.carousel-cat .cat-img img {
	width: 100%;
	transition: opacity var(--transition-secondary)
}

.carousel-cat .cat-img img:nth-of-type(2) {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0
}

.carousel-cat .cat-item>a:hover .cat-img img:nth-of-type(1) {
	opacity: 0
}

.carousel-cat .cat-item>a:hover .cat-img img:nth-of-type(2) {
	opacity: 1
}

.carousel-cat .cat-text {
	text-align: center
}

.carousel-cat .cat-text h3 {
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	line-height: 1.2;
	transition: color var(--transition-primary)
}

.carousel-cat .cat-item>a:hover .cat-text h3 {
	color: var(--color-tertiary)
}

.table.openhour {
	color: var(--color-primary)
}

.table.openhour .openhour-highlight {
	color: var(--color-secondary)
}

.table.openhour tr {
	border-bottom: 1px solid #dfdddd
}

.wpcf7-form-control-wrap input {
	padding: .7rem .75rem;
	border-radius: var(--border-radius);
	margin-bottom: 8px
}

.wpcf7-form-control-wrap textarea {
	padding: .7rem .75rem;
	border-radius: var(--border-radius);
	margin-bottom: 8px
}

.wpcf7-form-control.wpcf7-checkbox.form-check-input {
	background: transparent;
	border: 0
}

.page-contatti .content-element i {
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px
}

.page-contatti .content-element span {
	display: inline-block
}

.page-contatti .content-element.phone i {
	color: var(--color-primary)
}

.page-contatti .content-element.whatsapp i {
	color: var(--color-whatsapp)
}

.page-contatti .content-element.address i {
	color: #c00
}

.page-contatti .contact-social ul.social {
	margin: 0;
	padding: 0;
	list-style: none
}

.page-contatti .contact-social ul.social li {
	display: inline-block;
	margin-right: 8px;
	font-size: 1.8rem
}
.page-contatti .contact-social ul.social li:last-child {
	margin-right: 0;
}

.page-contatti .contact-social ul.social li a.facebook.colored {
	color: #3b5998
}

.page-contatti .contact-social ul.social li a.facebook.colored:hover {
	color: #373737
}

.page-contatti .contact-social ul.social li a.instagram.colored #insta {
	background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1em
}

.page-contatti .contact-social ul.social li a.instagram.colored:hover #insta {
	background: radial-gradient(circle at 30% 107%, #373737 0, #373737 5%, #373737 45%, #373737 60%, #373737 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1em
}

.page-contatti .contact-social ul.social li a.whatsapp.colored {
	color: #25d366
}

.page-contatti .contact-social ul.social li a.whatsapp.colored:hover {
	color: #373737
}

.page-contatti .contact-social ul.social li a.tiktok.colored .fa-tiktok {
	color: #111;
	filter: drop-shadow(2px 0 0 #fd3e3e) drop-shadow(-2px -2px 0 #4de8f4)
}

.page-contatti .contact-social ul.social li a.tiktok.colored .fa-tiktok:hover {
	color: #373737;
	filter: none
}

.page-contatti .contact-social ul.social li a.phone.colored {
	color: var(--color-secondary)
}

.page-contatti .contact-social ul.social li a.phone.colored:hover {
	color: #373737
}

body.page-id-3 .content {
	overflow-wrap: break-word
}

.nav-fixed {
	display: none
}

.nav-fixed-modal-element {
	display: flex;
	height: 100%
}

.nav-fixed-modal-element ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.nav-fixed-modal-element a {
	display: block;
	text-decoration: none
}

.nav-fixed-modal-element ul.menu {
	width: 100%;
	padding: 1.875rem 0
}

.nav-fixed-modal-element ul.menu>li {
	opacity: 0;
	transition: opacity .7s cubic-bezier(0.77, 0, 0.175, 1) 0
}

.nav-fixed-modal.open .nav-fixed-modal-element ul.menu>li {
	opacity: 1
}

.nav-fixed-modal.open .nav-fixed-modal-element ul.menu>li:nth-child(1) {
	transition-delay: .35s
}

.nav-fixed-modal.open .nav-fixed-modal-element ul.menu>li:nth-child(2) {
	transition-delay: .4s
}

.nav-fixed-modal.open .nav-fixed-modal-element ul.menu>li:nth-child(3) {
	transition-delay: .45s
}

.nav-fixed-modal.open .nav-fixed-modal-element ul.menu>li:nth-child(4) {
	transition-delay: .5s
}

.nav-fixed-modal.open .nav-fixed-modal-element ul.menu>li:nth-child(5) {
	transition-delay: .55s
}

.nav-fixed-modal-element ul.menu>li+li {
	border-top: 2px solid var(--color-quinary)
}

.nav-fixed-modal-element ul.menu>li>a {
	padding: .75rem 0;
	color: gray;
	font-size: 1.5rem;
	font-weight: var(--font-weight-quaternary)
}

.nav-fixed-modal-element ul.menu>li.current-menu-item>a,
.nav-fixed-modal-element ul.menu>li.current_page_item>a,
.nav-fixed-modal-element ul.menu>li.current-menu-ancestor>a,
.nav-fixed-modal-element ul.menu>li.current-page-ancestor>a,
.nav-fixed-modal-element ul.menu>li.current-post-ancestor>a,
.nav-fixed-modal-element ul.menu>li.current_page_parent>a {
	color: var(--color-tertiary)
}

.nav-fixed-modal-element ul.menu>li>a:hover {
	color: var(--color-tertiary)
}

.nav-fixed-modal-element ul.sub-menu {
	margin: -0.375rem 0 .75rem .75rem
}

.nav-fixed-modal-element ul.sub-menu>li>a {
	padding: .375rem 0;
	color: gray;
	font-size: .9375rem;
	font-weight: var(--font-weight-quaternary)
}

.nav-fixed-modal-element ul.sub-menu>li.current-menu-item>a,
.nav-fixed-modal-element ul.sub-menu>li.current_page_item>a,
.nav-fixed-modal-element ul.sub-menu>li.current-menu-ancestor>a,
.nav-fixed-modal-element ul.sub-menu>li.current-page-ancestor>a,
.nav-fixed-modal-element ul.sub-menu>li.current-post-ancestor>a,
.nav-fixed-modal-element ul.sub-menu>li.current_page_parent>a {
	color: var(--color-tertiary)
}

.nav-fixed-modal-element ul.sub-menu>li>a:hover {
	color: var(--color-tertiary)
}

.nav-fixed-modal-element ul.sub-menu ul.sub-menu {
	display: none
}

@media(min-width:768px) {
	.nav-fixed-modal-element ul.menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		gap: 0 5%;
		width: 100%;
		margin: auto;
		padding: 0
	}

	.nav-fixed-modal-element ul.menu>li+li {
		border: 0
	}

	.nav-fixed-modal-element ul.menu>li>a {
		position: relative;
		padding: 0 0 1.125rem 0;
		color: var(--color-tertiary);
		font-size: clamp(1.5rem, 2.857142857142857vw, 2.5rem)
	}

	.nav-fixed-modal-element ul.menu>li>a[href*="negozio"] {
		color: var(--color-negozio)
	}

	.nav-fixed-modal-element ul.menu>li>a[href*="barf"] {
		color: var(--color-barf)
	}

	.nav-fixed-modal-element ul.menu>li>a[href*="affiliati"] {
		color: var(--color-affiliati)
	}

	.nav-fixed-modal-element ul.menu>li>a[href*="contatti"] {
		color: var(--color-contatti)
	}

	.nav-fixed-modal-element ul.menu>li>a::before {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		width: clamp(3.75rem, 7.142857142857143vw, 6.25rem);
		height: .1875rem;
		background-color: var(--color-quinary);
		transition: background-color var(--transition-primary)
	}

	.nav-fixed-modal-element ul.menu>li.current-menu-item>a::before,
	.nav-fixed-modal-element ul.menu>li.current_page_item>a::before,
	.nav-fixed-modal-element ul.menu>li.current-menu-ancestor>a::before,
	.nav-fixed-modal-element ul.menu>li.current-page-ancestor>a::before,
	.nav-fixed-modal-element ul.menu>li.current-post-ancestor>a::before,
	.nav-fixed-modal-element ul.menu>li.current_page_parent>a::before {
		background-color: var(--color-tertiary)
	}

	.nav-fixed-modal-element ul.menu>li:hover>a::before {
		background-color: var(--color-tertiary)
	}

	.nav-fixed-modal-element ul.menu>li>a::after {
		content: "Dottor Fox";
		display: block;
		color: var(--color-secondary);
		font-size: clamp(0.875rem, 1.428571428571429vw, 2.5rem);
		font-weight: var(--font-weight-primary)
	}

	.nav-fixed-modal-element ul.menu>li>a[href*="dottor-fox"]::after {
		content: "La nostra filosofia"
	}

	.nav-fixed-modal-element ul.menu>li>a[href*="negozio"]::after {
		content: "I nostri prodotti"
	}

	.nav-fixed-modal-element ul.menu>li>a[href*="barf"]::after {
		content: "The Raw Way"
	}

	.nav-fixed-modal-element ul.sub-menu {
		margin: 1rem 0 0 0
	}

	.nav-fixed-modal-element ul.sub-menu>li>a {
		color: #bab9b9;
		font-size: 1rem
	}
}

.search-fixed-modal-element {
	display: flex;
	height: 100%
}

.search-fixed-modal-element .widget_product_search {
	width: 100%;
	margin: auto;
	padding: 1.875rem 0
}

.search-fixed-modal-element .woocommerce-product-search {
	display: flex;
	width: 100%;
	border-radius: var(--border-radius)
}

.search-fixed-modal-element .woocommerce-product-search>input.search-field {
	flex-grow: 1;
	min-width: 0;
	height: 3.125rem;
	border-top-left-radius: var(--border-radius);
	border-bottom-left-radius: var(--border-radius);
	border: 2px solid #bcbcbc;
	border-right: 0;
	padding: 0 1.25rem;
	background-color: transparent;
	color: var(--color-secondary);
	font-size: clamp(1rem, 1.5vw, 1.125rem);
	font-weight: var(--font-weight-primary)
}

.search-fixed-modal-element .woocommerce-product-search>input.search-field::placeholder {
	opacity: 1
}

.search-fixed-modal-element .woocommerce-product-search>button {
	flex: 0 0 auto;
	width: auto;
	height: 3.125rem;
	max-width: none;
	border-top-right-radius: 3.75rem;
	border-bottom-right-radius: 3.75rem;
	border: 0;
	padding: 0 2.75rem;
	background-color: var(--color-tertiary);
	text-align: center;
	color: #fff;
	font-size: 1.125rem;
	font-weight: var(--font-weight-tertiary);
	cursor: pointer;
	transition: all var(--transition-primary)
}

.search-fixed-modal-element .woocommerce-product-search>button:hover {
	background-color: var(--color-quaternary)
}

@media(min-width:576px) {
	.search-fixed-modal-element .widget_product_search {
		max-width: 540px
	}
}

@media(min-width:768px) {
	.search-fixed-modal-element .widget_product_search {
		max-width: 720px
	}
}

@media(min-width:992px) {
	.search-fixed-modal-element .widget_product_search {
		max-width: 960px
	}
}

@media(min-width:1200px) {
	.search-fixed-modal-element .widget_product_search {
		max-width: 1140px
	}
}

@media(min-width:1400px) {
	.search-fixed-modal-element .widget_product_search {
		max-width: 1320px
	}
}

.offcanvas .widget_product_search {
	text-align: center
}

.offcanvas .widget_product_search input.search-field {
	width: 100%;
	border-radius: var(--border-radius);
	border: 0;
	padding: 10px 15px;
	font-size: 1.2rem;
	margin-bottom: 15px
}

.offcanvas .widget_product_search button {
	width: 100%;
	border-radius: var(--border-radius);
	border: 0;
	padding: 6px 15px;
	font-size: 1.2rem;
	margin-bottom: 15px;
	margin: 0 auto;
	border-color: var(--color-tertiary);
	background-color: var(--color-tertiary);
	color: #fff;
	transition: var(--transition-primary)
}

.offcanvas .widget_product_search button:hover,
.offcanvas .widget_product_search button:focus {
	border-color: var(--color-quaternary);
	background-color: var(--color-quaternary);
	color: #fff;
	text-decoration: none
}

.cart-fixed-modal-element {
	display: flex;
	height: 100%
}

.cart-fixed-modal-element .widget_shopping_cart {
	width: 100%;
	max-height: calc(100vh - 10rem);
	padding: 1.875rem 0;
	overflow: auto
}

.cart-fixed-modal-element .woocommerce-mini-cart__empty-message {
	text-align: center
}

.cart-fixed-modal-element .woocommerce-mini-cart {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-y: auto
}

.cart-fixed-modal-element .woocommerce-mini-cart>li {
	flex-basis: 100%;
	position: relative;
	border-bottom: 2px solid var(--color-quinary);
	padding: 1.25rem 1.875rem 1.25rem 0;
	font-size: .9375rem;
	overflow: hidden
}

.cart-fixed-modal-element .woocommerce-mini-cart>li>a:not(.remove) {
	display: block;
	color: var(--color-secondary);
	font-weight: var(--font-weight-tertiary);
	text-decoration: none;
	line-height: 1.2
}

.cart-fixed-modal-element .woocommerce-mini-cart>li>a:not(.remove):hover {
	color: var(--color-tertiary)
}

.cart-fixed-modal-element .woocommerce-mini-cart>li>a img {
	float: left;
	width: 5rem;
	height: 5rem;
	margin-right: .9375rem;
	transition: opacity var(--transition-primary)
}

.cart-fixed-modal-element .woocommerce-mini-cart>li>a:hover img {
	opacity: .6
}

.cart-fixed-modal-element .woocommerce-mini-cart .quantity {
	display: block;
	font-size: .875rem
}

.cart-fixed-modal-element .woocommerce-mini-cart>li>a.remove {
	position: absolute;
	top: .75rem;
	right: 0;
	z-index: 1
}

.cart-fixed-modal-element .woocommerce-mini-cart__total {
	margin-top: 1.875rem;
	margin-bottom: 0;
	text-align: center
}

.cart-fixed-modal-element .woocommerce-mini-cart__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .9375rem;
	margin-top: .9375rem
}

@media(min-width:768px) {
	.cart-fixed-modal-element .widget_shopping_cart {
		max-height: calc(100vh - 13.25rem);
		margin: auto
	}

	.cart-fixed-modal-element .woocommerce-mini-cart {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 1.875rem
	}

	.cart-fixed-modal-element .woocommerce-mini-cart>li {
		flex-basis: calc(50% -((1.875rem * 1) / 2))
	}
}

@media(min-width:992px) {
	.cart-fixed-modal-element .widget_shopping_cart {
		max-height: calc(100vh - 15.5rem)
	}

	.cart-fixed-modal-element .woocommerce-mini-cart>li {
		flex-basis: calc(33.3333333333% -((1.875rem * 2) / 3))
	}
}

@media(min-width:1200px) {
	.cart-fixed-modal-element .woocommerce-mini-cart>li {
		flex-basis: calc(25% -((1.875rem * 3) / 4))
	}
}


#sira-offcanvas .widget_shopping_cart_content ul.woocommerce-mini-cart {
	margin: 0;
	padding: 0 5px
}

#sira-offcanvas .widget_shopping_cart_content ul.woocommerce-mini-cart li {
	margin: 0;
	list-style: none;
	border-top: 1px solid #d5d5d5;
	padding: 20px 0 30px;
	font-weight: 500;
	font-size: .93rem
}

#sira-offcanvas .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item .quantity {
	font-size: .906rem
}

#sira-offcanvas .widget_shopping_cart_content ul.woocommerce-mini-cart li:last-child {
	border-bottom: 1px solid #e7e7e7
}

#sira-offcanvas .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove {
	position: relative;
	top: -5px;
	opacity: 1;
	color: white;
	float: right;
	border: 0;
	border-radius: 60px;
	background: rgba(166, 18, 18, .75)
}

#sira-offcanvas .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove:hover {
	border: 0;
	background: rgba(166, 18, 18, .55)
}

#sira-offcanvas .widget_shopping_cart_content ul.woocommerce-mini-cart li>a {
	display: block
}

#sira-offcanvas .widget_shopping_cart_content ul.woocommerce-mini-cart li img {
	width: 60px;
	height: 60px;
	border-radius: var(--border-radius);
	margin-right: -12px;
	float: right
}

#sira-offcanvas .widget_shopping_cart .widget_shopping_cart_content p.woocommerce-mini-cart__total.total {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .91rem;
	padding: 30px 5px 30px;
	margin: 0
}


#sira-offcanvas .widget_shopping_cart .woocommerce-mini-cart__total.total strong {
	color: var(--color-primary);
	position: relative;
}
.woocommerce-mini-cart__total.total strong::after {
	content: " ";
	width: 100%;
	background: var(--color-secondary);
	height: 2px;
	position: absolute;
	top: 20px;
	left: 0;
}

#sira-offcanvas .widget_shopping_cart .widget_shopping_cart_content p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
	float: right;
	font-size: 1.1rem;
	margin-top: -4px
}

.product_list_widget li::before,
.product_list_widget li::after {
	content: '';
	display: table
}

.m0{margin:0}.mt0{margin-top:0}.ml0{margin-left:0}.mb0{margin-bottom:0}.mr0{margin-right:0}
.m5{margin:5px}.mt5{margin-top:5px}.ml5{margin-left:5px}.mb5{margin-bottom:5px}.mr5{margin-right:5px}
.m10{margin:10px}.mt10{margin-top:10px}.ml10{margin-left:10px}.mb10{margin-bottom:10px}.mr10{margin-right:10px}
.m15{margin:15px}.mt15{margin-top:15px}.ml15{margin-left:15px}.mb15{margin-bottom:15px}.mr15{margin-right:15px}
.m20{margin:20px}.mt20{margin-top:20px}.ml20{margin-left:20px}.mb20{margin-bottom:20px}.mr20{margin-right:20px}
.m25{margin:25px}.mt25{margin-top:25px}.ml25{margin-left:25px}.mb25{margin-bottom:25px}.mr25{margin-right:25px}
.m30{margin:30px}.mt30{margin-top:30px}.ml30{margin-left:30px}.mb30{margin-bottom:30px}.mr30{margin-right:30px}
.m35{margin:35px}.mt35{margin-top:35px}.ml35{margin-left:35px}.mb35{margin-bottom:35px}.mr35{margin-right:35px}
.m40{margin:40px}.mt40{margin-top:40px}.ml40{margin-left:40px}.mb40{margin-bottom:40px}.mr40{margin-right:40px}
.m45{margin:45px}.mt45{margin-top:45px}.ml45{margin-left:45px}.mb45{margin-bottom:45px}.mr45{margin-right:45px}
.m50{margin:50px}.mt50{margin-top:50px}.ml50{margin-left:50px}.mb50{margin-bottom:50px}.mr50{margin-right:50px}
.m55{margin:55px}.mt55{margin-top:55px}.ml55{margin-left:55px}.mb55{margin-bottom:55px}.mr55{margin-right:55px}
.m60{margin:60px}.mt60{margin-top:60px}.ml60{margin-left:60px}.mb60{margin-bottom:60px}.mr60{margin-right:60px}
.m65{margin:65px}.mt65{margin-top:65px}.ml65{margin-left:65px}.mb65{margin-bottom:65px}.mr65{margin-right:65px}
.m70{margin:70px}.mt70{margin-top:70px}.ml70{margin-left:70px}.mb70{margin-bottom:70px}.mr70{margin-right:70px}
.m75{margin:75px}.mt75{margin-top:75px}.ml75{margin-left:75px}.mb75{margin-bottom:75px}.mr75{margin-right:75px}
.m80{margin:80px}.mt80{margin-top:80px}.ml80{margin-left:80px}.mb80{margin-bottom:80px}.mr80{margin-right:80px}
.m85{margin:85px}.mt85{margin-top:85px}.ml85{margin-left:85px}.mb85{margin-bottom:85px}.mr85{margin-right:85px}
.m90{margin:90px}.mt90{margin-top:90px}.ml90{margin-left:90px}.mb90{margin-bottom:90px}.mr90{margin-right:90px}
.m95{margin:95px}.mt95{margin-top:95px}.ml95{margin-left:95px}.mb95{margin-bottom:95px}.mr95{margin-right:95px}
.m100{margin:100px}.mt100{margin-top:100px}.ml100{margin-left:100px}.mb100{margin-bottom:100px}.mr100{margin-right:100px}

.p0{padding:0}.pt0{padding-top:0}.pl0{padding-left:0}.pb0{padding-bottom:0}.pr0{padding-right:0}
.p5{padding:5px}.pt5{padding-top:5px}.pl5{padding-left:5px}.pb5{padding-bottom:5px}.pr5{padding-right:5px}
.p10{padding:10px}.pt10{padding-top:10px}.pl10{padding-left:10px}.pb10{padding-bottom:10px}.pr10{padding-right:10px}
.p15{padding:15px}.pt15{padding-top:15px}.pl15{padding-left:15px}.pb15{padding-bottom:15px}.pr15{padding-right:15px}
.p20{padding:20px}.pt20{padding-top:20px}.pl20{padding-left:20px}.pb20{padding-bottom:20px}.pr20{padding-right:20px}
.p25{padding:25px}.pt25{padding-top:25px}.pl25{padding-left:25px}.pb25{padding-bottom:25px}.pr25{padding-right:25px}
.p30{padding:30px}.pt30{padding-top:30px}.pl30{padding-left:30px}.pb30{padding-bottom:30px}.pr30{padding-right:30px}
.p35{padding:35px}.pt35{padding-top:35px}.pl35{padding-left:35px}.pb35{padding-bottom:35px}.pr35{padding-right:35px}
.p40{padding:40px}.pt40{padding-top:40px}.pl40{padding-left:40px}.pb40{padding-bottom:40px}.pr40{padding-right:40px}
.p45{padding:45px}.pt45{padding-top:45px}.pl45{padding-left:45px}.pb45{padding-bottom:45px}.pr45{padding-right:45px}
.p50{padding:50px}.pt50{padding-top:50px}.pl50{padding-left:50px}.pb50{padding-bottom:50px}.pr50{padding-right:50px}
.p55{padding:55px}.pt55{padding-top:55px}.pl55{padding-left:55px}.pb55{padding-bottom:55px}.pr55{padding-right:55px}
.p60{padding:60px}.pt60{padding-top:60px}.pl60{padding-left:60px}.pb60{padding-bottom:60px}.pr60{padding-right:60px}
.p65{padding:65px}.pt65{padding-top:65px}.pl65{padding-left:65px}.pb65{padding-bottom:65px}.pr65{padding-right:65px}
.p70{padding:70px}.pt70{padding-top:70px}.pl70{padding-left:70px}.pb70{padding-bottom:70px}.pr70{padding-right:70px}
.p75{padding:75px}.pt75{padding-top:75px}.pl75{padding-left:75px}.pb75{padding-bottom:75px}.pr75{padding-right:75px}
.p80{padding:80px}.pt80{padding-top:80px}.pl80{padding-left:80px}.pb80{padding-bottom:80px}.pr80{padding-right:80px}
.p85{padding:85px}.pt85{padding-top:85px}.pl85{padding-left:85px}.pb85{padding-bottom:85px}.pr85{padding-right:85px}
.p90{padding:90px}.pt90{padding-top:90px}.pl90{padding-left:90px}.pb90{padding-bottom:90px}.pr90{padding-right:90px}
.p95{padding:95px}.pt95{padding-top:95px}.pl95{padding-left:95px}.pb95{padding-bottom:95px}.pr95{padding-right:95px}
.p100{padding:100px}.pt100{padding-top:100px}.pl100{padding-left:100px}.pb100{padding-bottom:100px}.pr100{padding-right:100px}

@media(max-width:1199px) {
	.mt-dynamic {
		margin-top: 30px
	}

	.mb-dynamic {
		margin-bottom: 30px
	}
}

@media(min-width:1200px) {
	.mt-dynamic {
		margin-top: 80px
	}

	.mb-dynamic {
		margin-bottom: 80px
	}
}


/******************************************************
Product Accordion
*******************************************************/






.category-widget {
	padding: 20px 0
}

.category-widget .link_category_product {
	position: relative;
	display: block;
	z-index: 1
}

.category-widget .link_category_product:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 170px;
	z-index: -1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0);
	-ms-transform: translateX(-50%) translateY(-50%) scale(0);
	transform: translateX(-50%) translateY(-50%) scale(0);
	color: var(--color-tertiary);
	transition: all .4s ease
}

.category-widget .product-cat:hover .link_category_product:before {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1)
}

.category-widget .link_category_product:before {
	font-family: "poco-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "\e016"
}

.category-widget img {
	transition: all ease .5s;
	-o-object-fit: cover;
	object-fit: cover;
	display: inline-block;
	vertical-align: middle
}

.category-widget .cat-title a {
	color: var(--color-link-primary);
	text-align: center;
	font-size: .9rem;
	text-transform: uppercase;
	font-weight: 700;
	transition: var(--transition-primary)
}

.category-widget:hover .cat-title a {
	color: var(--color-tertiary)
}

.section-full {
    padding-top: calc(7rem + 8 * (100vw - 320px) / (1920 - 320));
    padding-bottom: calc(7rem + 8 * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    position: relative; /* Aggiunto per consentire l'utilizzo di z-index */
    z-index: 2; /* Assicurati che sia superiore a quello del pseudo-elemento ::before */
	/*background-size: cover !important;*/
	background-position: center center;
    position: relative;
	/*background-repeat: no-repeat !important;*/
}

.section-full.light {
	color: #323334
}

.section-full .subtitle {
	color: var(--color-secondary)
}

.section-full.before::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(110,147,142,0.9)
}

.section-full a:hover {
	color: var(--color-link-primary);
	transition: var(--transition-primary);
}

.section-full.bg1 {
	background: #232323;
	position: relative
}


.section-full.bg2 {
	background-image: url('path/to/your/second-image.webp');
	position: relative
}

.section-full .content {
	position: relative;
	z-index: 2
}


.section-full-2 {
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	position: relative;
	z-index: 2;
	background-size: cover;
	background-position: center center
}

.box-expert {
	border: 10px solid var(--color-secondary);
	padding: 20px 15px
}

.video-box {
	background: #f1f1f1
}

.video-box .content.image1 {
	background-size: cover !important;
	background-position: center !important;
	height: 100%
}

@media(max-width:992px) {
	.video-box .content.image1 {
		background-size: cover !important;
		background-position: center !important;
		height: unset;
		aspect-ratio: 16/9
	}
}


/* SECTION TYPE 1 */
.section-type-1 .content-col-2 {
	columns: 2;
	column-gap: 0.9375rem;
  }
  
  @media (min-width: 992px) {
	  .section-type-1 .content-col-1 {
		  margin: 3.75rem 0;
		  padding: 3.75rem 3.75rem 3.75rem 0;
	  }
	  .section-type-1 [class*="row-reverse"] .content-col-1 {
		  padding-right: 0;
		  padding-left: 3.75rem;
	  }
	  .section-type-1 .content-col-2 {
		  position: relative;
		  height: 100%;
	  }
	  .section-type-1 .content-col-2 figure {
		  position: absolute;
	  }
	  .section-type-1 .content-col-2 figure:nth-of-type(1) {
		  top: 0;
		  bottom: 0;
		  left: 0;
		  width: 55%;
	  }
	  .section-type-1 .content-col-2 figure:nth-of-type(2) {
		  top: 20%;
		  right: 0;
		  bottom: 10%;
		  width: 55%;
		  margin-top: 0;
	  }
	  .section-type-1 .content-col-2 figure img {
		  position: absolute;
		  top: 0;
		  right: 0;
		  bottom: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  object-fit: cover;
	  }
  }
  /*========================*/
  
  
  /* SECTION TYPE 2 / SECTION TYPE 2 */
  .section-type-2 .section-type-2-wrapper .section-type-2-inner .section-type-2-col.rt > figure,
  .section-type-3 .section-type-3-wrapper .section-type-3-inner .section-type-3-col.rt > figure{
	  border: 10px solid #f7f7f7;
  }
  .section-type-2 .section-type-2-wrapper .section-type-2-inner .section-type-2-col.rt > figure + figure,
  .section-type-3 .section-type-3-wrapper .section-type-3-inner .section-type-3-col.rt > figure + figure {
	  margin-top: 2.5rem;
  }
  .section-type-2 {background-color: #ffffff;}
  .section-type-3 {background-color: #ffffff;}
  
  @media (min-width: 992px) {
	  .section-type-2 .section-type-2-wrapper .section-type-2-inner .section-type-2-col.rt,
	  .section-type-3 .section-type-3-wrapper .section-type-3-inner .section-type-3-col.rt {
		  position: relative;
		  height: 100%;
	  }
	  .section-type-2 .section-type-2-wrapper .section-type-2-inner .section-type-2-col.rt > figure,
	  .section-type-3 .section-type-3-wrapper .section-type-3-inner .section-type-3-col.rt > figure {
		  position: absolute;
		  overflow: hidden;
	  }
	  .section-type-2 .section-type-2-wrapper .section-type-2-inner .section-type-2-col.rt > figure + figure,
	  .section-type-3 .section-type-3-wrapper .section-type-3-inner .section-type-3-col.rt > figure + figure {
		  margin-top: 0;
	  }
	  .section-type-2 .section-type-2-wrapper .section-type-2-inner .section-type-2-col.rt > figure:nth-child(1),
	  .section-type-3 .section-type-3-wrapper .section-type-3-inner .section-type-3-col.rt > figure:nth-child(1) {
		  top: 0;
		  bottom: 45%;
		  left: 0;
		  width: 60%;
	  }
	  .section-type-2 .section-type-2-wrapper .section-type-2-inner .section-type-2-col.rt > figure:nth-child(2),
	  .section-type-3 .section-type-3-wrapper .section-type-3-inner .section-type-3-col.rt > figure:nth-child(2) {
		  top: 45%;
		  right: 0;
		  bottom: 0;
		  width: 60%;
	  }
	  .section-type-2 .section-type-2-wrapper .section-type-2-inner .section-type-2-col.rt > figure:nth-child(1) > img,
	  .section-type-3 .section-type-3-wrapper .section-type-3-inner .section-type-3-col.rt > figure:nth-child(1) > img {
		  position: absolute;
		  top: 0;
		  right: 0;
		  bottom: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  object-fit: cover;
		  overflow: hidden;
	  }
	  .section-type-2 .section-type-2-wrapper .section-type-2-inner .section-type-2-col.rt > figure:nth-child(2) > img,
	  .section-type-3 .section-type-3-wrapper .section-type-3-inner .section-type-3-col.rt > figure:nth-child(2) > img {
		  position: absolute;
		  top: 0;
		  right: 0;
		  bottom: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  object-fit: cover;
		  overflow: hidden;
	  }
  }
  @media (min-width: 1200px) {
	  .section-type-2 .section-type-2-wrapper .section-type-2-inner .section-type-2-col.rt > figure:nth-child(1),
	  .section-type-3 .section-type-3-wrapper .section-type-3-inner .section-type-3-col.rt > figure:nth-child(1) {
		  width: 55%;
	  }
	  .section-type-2 .section-type-2-wrapper .section-type-2-inner .section-type-2-col.rt > figure:nth-child(2),
	  .section-type-3 .section-type-3-wrapper .section-type-3-inner .section-type-3-col.rt > figure:nth-child(2) {
		  width: 55%;
	  }
  }
  /******************/
  
  
	/* SECTION TYPE 4*/
	.section-type-4 .content-col-1 {
		height: 100%;
		padding: 5rem 2.125rem 5rem 15px;
	}
	.section-type-4.front-page .content-col-1 {
		height: 100%;
		padding: 1.5rem 2.125rem 1.5rem 15px;
	}
	.section-type-4 [class*="row-reverse"] .content-col-1 {
		padding-right: 0;
		padding-left: 3.125rem;
	}
	@media (max-width: 768px) {
		.section-type-4 [class*="row-reverse"] .content-col-1 {
			padding-left: 0rem;
		}
	}
  .section-type-4 .content-col-2 {
	position: relative;
	height: 100%;
  }
  .section-type-4 .content-col-2 figure {
	position: absolute;
	width: calc(50% - 0.9375rem);
	height: calc(100% - 5rem);
  }
  .section-type-4 .content-col-2 figure:nth-of-type(1) {
	bottom: 0;
	left: 0;
  }
  .section-type-4 .content-col-2 figure:nth-of-type(2) {
	top: 0;
	right: 0;
  }
  .section-type-4 .content-col-2 figure img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .section-type-4 [class*="row-reverse"] .content-col-2 figure:nth-of-type(1) {
	top: 0;
	bottom: auto;
  }
  .section-type-4 [class*="row-reverse"] .content-col-2 figure:nth-of-type(2) {
	top: auto;
	bottom: 0;
  }
	  	@media (max-width: 768px) {
	  		.section-type-4 .content-col-2 figure {
	  			position: unset;
	  			width: unset;
	  			height: unset;
	  			margin-bottom: 32px;
	  			width: 100%;
	  			display: block;
	  		}
	
	  		.section-type-4 .content-col-2 figure img {
	  			position: relative;
	
	  		}
	
	  	}
	@media (min-width: 769px) and (max-width: 992px) {
		.section-type-4 .content-col-2 figure {
			position: unset;
			width: unset;
			height: unset;
			margin-bottom: 32px;
			width: 49.5%;
			display: inline-block;
		}
		.section-type-4 .content-col-2 figure img {
			position: relative;
			
		}

	}
	
	/* SECTION TYPE 5 */
	.section-type-5 .content-col-2 {
		columns: 2;
		column-gap: .9375rem
	}
    @media (max-width: 991px) {
		.section-type-5 .content-col-2 {
			columns: 2;
			column-gap: 0.9375rem;
			margin-top: 2rem;
			margin-bottom: 3.5rem;
		}
	}

	@media (min-width: 992px) {
		.section-type-5 .content-col-1 {
			margin:3.75rem 0;
			padding: 3.75rem 3.75rem 3.75rem 0
		}
		.section-type-5 [class*="row-reverse"] .content-col-1 {
			padding-right: 0;
			padding-left: 3.75rem
		}
		.section-type-5 .content-col-2 {
			position: relative;
			height: 100%
		}
		.section-type-5 .content-col-2 figure {
			position: absolute;
			width: calc(50% - 0.9375rem)
		}
		.section-type-5 .content-col-2 figure:nth-of-type(1) {
			top: 0;
			bottom: 0;
			left: 0
		}
		.section-type-5 .content-col-2 figure:nth-of-type(2) {
			top: 20%;
			right: 0;
			bottom: 10%;
			margin-top: 0
		}
		.section-type-5 .content-col-2 figure img {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover
		}
	}
  



	/* SECTION TYPE 6 / SECTION TYPE 7 */
	.section-type-6 .section-type-6-wrapper .section-type-6-inner .section-type-6-col.rt>figure,
	.section-type-7 .section-type-7-wrapper .section-type-7-inner .section-type-7-col.rt>figure {
		border: 10px solid #f7f7f7;
		border-radius: 50px 50px 0;
		overflow: hidden;
	}


	.section-type-6 .section-type-6-wrapper .section-type-6-inner-bottom {
		position:relative;
	}
	.section-type-6 .section-type-6-wrapper .section-type-6-inner-bottom figure{
		border: 10px solid #f7f7f7;
		border-radius: 50px 50px 0;
		overflow: hidden;
	}


	

	.section-type-6 .section-type-6-wrapper .section-type-6-inner .section-type-6-col.rt>figure+figure,
	.section-type-7 .section-type-7-wrapper .section-type-7-inner .section-type-7-col.rt>figure+figure {
		margin-top: 2.5rem;
	}

	.section-type-6 {
		background-color: #ffffff;
	}

	.section-type-7 {
		background-color: #ffffff;
	}

	@media (min-width: 992px) {

		.section-type-6 .section-type-6-wrapper .section-type-6-inner .section-type-6-col.rt,
		.section-type-7 .section-type-7-wrapper .section-type-7-inner .section-type-7-col.rt {
			position: relative;
			height: 100%;
		}

		.section-type-6 .section-type-6-wrapper .section-type-6-inner .section-type-6-col.rt>figure,
		.section-type-7 .section-type-7-wrapper .section-type-7-inner .section-type-7-col.rt>figure {
			position: absolute;
			overflow: hidden;
		}

		.section-type-6 .section-type-6-wrapper .section-type-6-inner .section-type-6-col.rt>figure+figure,
		.section-type-7 .section-type-7-wrapper .section-type-7-inner .section-type-7-col.rt>figure+figure {
			margin-top: 0;
		}

		.section-type-6 .section-type-6-wrapper .section-type-6-inner .section-type-6-col.rt>figure:nth-child(1),
		.section-type-7 .section-type-7-wrapper .section-type-7-inner .section-type-7-col.rt>figure:nth-child(1) {
			top: 0;
			bottom: 20%;
			right: 0;
			width: 80%;
		}

		.section-type-6 .section-type-6-wrapper .section-type-6-inner .section-type-6-col.rt>figure:nth-child(2),
		.section-type-7 .section-type-7-wrapper .section-type-7-inner .section-type-7-col.rt>figure:nth-child(2) {
			top: 45%;
			left: 0;
			bottom: 0;
			width: 60%;
		}

		.section-type-6 .section-type-6-wrapper .section-type-6-inner .section-type-6-col.rt>figure:nth-child(1)>img,
		.section-type-7 .section-type-7-wrapper .section-type-7-inner .section-type-7-col.rt>figure:nth-child(1)>img {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			overflow: hidden;
		}

		.section-type-6 .section-type-6-wrapper .section-type-6-inner .section-type-6-col.rt>figure:nth-child(2)>img,
		.section-type-7 .section-type-7-wrapper .section-type-7-inner .section-type-7-col.rt>figure:nth-child(2)>img {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			overflow: hidden;
		}


		.section-type-6 .section-type-6-wrapper .section-type-6-inner-bottom .col1 figure{
			position: relative;
			top: 25%;
			right: 0;
			bottom: 0;
			left: 0;
			object-fit: cover;
			overflow: hidden;
		}
		.section-type-6 .section-type-6-wrapper .section-type-6-inner-bottom .col2 figure{
			position: relative;
			top: -15%;
			right: 0;
			bottom: 0;
			left: 50%;
			height: 100%;
			object-fit: cover;
			overflow: hidden;
			transform: translateX(-50%);
		}
		.section-type-6 .section-type-6-wrapper .section-type-6-inner-bottom .col3 figure{
			position: relative;
			top: 10%;
			right: 0;
			bottom: 0;
			left: 0;
			object-fit: cover;
			overflow: hidden;
		}


	}

	@media (min-width: 1200px) {

		.section-type-6 .section-type-6-wrapper .section-type-6-inner .section-type-6-col.rt>figure:nth-child(1),
		.section-type-7 .section-type-7-wrapper .section-type-7-inner .section-type-7-col.rt>figure:nth-child(1) {
			width: 70%;
		}

		.section-type-6 .section-type-6-wrapper .section-type-6-inner .section-type-6-col.rt>figure:nth-child(2),
		.section-type-7 .section-type-7-wrapper .section-type-7-inner .section-type-7-col.rt>figure:nth-child(2) {
			width: 55%;
		}
	}

	/******************/











.section-full-home {
    padding: 3.75rem 0;
    color: var(--color-primary);
    position: relative; /* Aggiunto per consentire l'utilizzo di z-index */
    z-index: 2; /* Assicurati che sia superiore a quello del pseudo-elemento ::before */
}

/* CATEGORY GRID */
.grid-categories {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: var(--wc-product-grid-desktop-gap);
}

/*
.section-full-home .grid-categories{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: var(--wc-product-grid-desktop-gap);
}
*/

@media (min-width: 768px) {
    .grid-categories {
        grid-template-columns:repeat(2,1fr)
    }

    .grid-categories .category:nth-child(2) {
        margin-top: 3.75rem
    }

    .grid-categories .category:nth-child(2n+1) {
        margin-top: -3.75rem
    }

    .grid-categories .category:nth-child(1) {
        margin-top: 0
    }
}

@media (min-width: 1200px) {
    .grid-categories {
        gap: var(--wc-product-grid-desktop-gap);
    }

    .grid-categories .category:nth-child(2) {
        margin-top: 5rem
    }

    .grid-categories .category:nth-child(2n+1) {
        margin-top: -5rem
    }

    .grid-categories .category:nth-child(1) {
        margin-top: 0
    }
}

.grid-categories .category-item {
    position: relative
}

.grid-categories .category-item .category-img figure {
    position: relative;
    min-height: 20rem;
    padding: 30% 0;
    overflow: hidden
}

@media (min-width: 768px) {
    .grid-categories .category-item .category-img figure {
        padding-top:40%;
        padding-bottom: 40%
    }
}

@media (min-width: 992px) {
    .grid-categories .category-item .category-img figure {
        padding-top:30%;
        padding-bottom: 30%
    }
}

.grid-categories .category-item .category-img figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1) translateX(0);
    transition: transform 0.3s ease
}

.grid-categories .category-item:hover .category-img figure img {
    transform: scale(1.1) translateX(4%)
}

.grid-categories .category-item .category-text>a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5rem;
    background: rgba(0,0,0,.4);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.6) 0%,rgba(0,0,0,.1) 100%);
    text-decoration: none
}

.grid-categories .category-item .category-text .category-title {
    margin-bottom: 1.875rem;
    color: #fff
}






.sira-section-block-heading-title{
    font-size: clamp(2.125rem, 2.916666666666667vw, 2.8875rem);
	/*font-weight:700;*/
	margin-bottom: 7px !important;
}
.sira-section-block-heading-subtitle{
	font-size: 1.125rem;
	font-weight:500;
	text-transform: uppercase;
	padding-bottom: 5px;
    position: relative;
    display: inline-block;
	margin-bottom: 10px !important;
}
.sira-section-block-heading-subtitle:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.sira-section-block-heading-text a.underline-animation-from-left {
    text-decoration: none;
    position: relative;
    transition: var(--transition-primary);
}
.sira-section-block-heading-text a.underline-animation-from-left::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: var(--footer-link-hover); 
    visibility: hidden;
    transition: var(--transition-primary);
	animation: anim1 1s cubic-bezier(.66,0,0,1) infinite;

}
.sira-section-block-heading-text a.underline-animation-from-left:hover {
    text-decoration: none;
}
.sira-section-block-heading-text a.underline-animation-from-left:hover::after {
    visibility: visible;
    width: 100%;
}
 
.sira-section-block-footer .fancy-divider {
    --w: 50vw;
    --c: var(--footer-divider-color);
    --b: 1px;
    --g: 40px;
    width: fit-content;
    padding: 0 1em;
    line-height: 1.6em;
    border: 1px solid;
    color: #fff;
    border-image: linear-gradient(#0000 calc(50% - var(--b)/2), var(--c) 0 calc(50% + var(--b)/2), #0000 0) 1/0 var(--w)/calc(var(--w) + var(--g));
    margin-inline: auto;
    margin-bottom: 3rem;
    margin-top: 1rem;
}


/* DIVIDER */
/*
.fancy-divider1 {
	--w: 10vw;
	--c: var(--footer-divider-color);
	--b: 15px;
	--g: 0px;
	width: fit-content;
	padding: 0 1em;
	line-height: 1.6em;
	border: 1px solid;
	color: #fff;
	border-image: linear-gradient(#0000 calc(50% - var(--b)/2), var(--c) 0 calc(50% + var(--b)/2), #0000 0) 1/0 var(--w)/calc(var(--w) + var(--g));
	margin-inline: auto;
	margin-bottom: 1.5rem;
	margin-top: 1rem;
}
*/

.fancy-divider1 {
		text-align: center;
		margin: 20px 0;
	}

.fancy-divider1::before,
.fancy-divider1::after {
	content: "";
	display: inline-block;
	width: 120px;
	height: 9px;
	position: relative;
	background-image: url(https://myconsult.it/wp-content/themes/myconsult/assets/svg/icon/icon-divider.svg);
	top: -1px;
	margin: 0 15px;
	/*filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
	/* Inverti i colori per farlo diventare il colore definito dalla variabile CSS */
	fill: var(--color-secondary);
}

.fancy-divider1::before path,
.fancy-divider1::after path {
	fill: var(--color-secondary) !important;
	/* Utilizza la variabile CSS per il colore */
}



/* MASONRY SECTION */

.masonry-container {
	column-count: 3; 
	column-gap: 1rem; 
  }

  @media(max-width:768px) {
	  .masonry-container {
		  column-count: 1; 
		  column-gap: 1rem; 
	  }
  }

  @media(max-width:992px) {
	  .masonry-container {
		  column-count: 2; 
		  column-gap: 1rem; 
	  }
  }

  .masonry-item {
	display: inline-block;
	width: 100%;
	margin-bottom: 1rem;
  }









/* GALLERY ARCHIVE */
.gallery-grid-post{}
.gallery-grid-post .gallery-item-wrapper a,
.gallery-grid-post .gallery-item-wrapper a:hover{
	text-decoration: none;
}
.gallery-grid-post .gallery-item-wrapper a:hover{
	color: var(--color-link-primary);
}
.gallery-grid-post .gallery-item-wrapper {
	background: rgba(200, 200, 200, 0.3);
	padding: 15px;
	position: relative;
}
.gallery-grid-post .gallery-item-wrapper .gallery-image img{
	aspect-ratio: 1/1;
	object-fit: cover;
}
.gallery-grid-post .gallery-item-wrapper .gallery-type {
	padding: 5px;
	background: #1e1f1c;
	color: #ffffff;
	position: relative;
	top: -20px;
	width: 90%;
	border-radius: var(--border-radius);
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8rem;
}
.gallery-grid-post .gallery-item-wrapper .gallery-title,
.gallery-grid-post .gallery-item-wrapper .gallery-text{
	text-align: center;
}
.gallery-grid-post .gallery-item-wrapper .gallery-title h3{
	font-weight: 700;
	font-family: var(--font-family-primary);
}
.gallery-grid-post .gallery-item-wrapper .gallery-text {
    color: #373737;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 500;
    color: var(--color-quaternary);
}
.gallery-grid-post .gallery-item-wrapper a button {
    display: block;
    padding: 8px 16px;
    background: var(--color-secondary);
    border-radius: var(--border-radius);
    border: 0;
    margin: 25px auto 0 auto;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #fff;
    transition: var(--transition-primary);
}
.gallery-grid-post .gallery-item-wrapper a button:hover {
	background: var(--color-quaternary);
	color: #ffffff;
}


.woocommerce.tax-product_cat .sira-filter-attribute.wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-attribute-filter-list li{
	display: none;
}
.woocommerce.tax-product_cat .sira-filter-attribute.wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-attribute-filter-list li.in-category{
	display: block;
}























.editor-styles-wrapper .wc-block-components-checkbox-list,.sira-filter-attribute.wc-block-components-checkbox-list {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list li,.sira-filter-attribute.wc-block-components-checkbox-list li {
    list-style: none outside;
    margin: 0 0 4px;
    padding: 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,.sira-filter-attribute.wc-block-components-checkbox-list li.show-less button,.wc-block-components-checkbox-list li.show-more button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: underline
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.sira-filter-attribute.wc-block-components-checkbox-list.is-loading li {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,.sira-filter-attribute.wc-block-components-checkbox-list.is-loading li>* {
    visibility: hidden
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,.sira-filter-attribute.wc-block-components-checkbox-list.is-loading li:after {
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.sira-filter-attribute.wc-block-components-checkbox-list.is-loading li {
        animation: none
    }
}

.wc-block-components-checkbox {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-top: 1em;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-checkbox label {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    font-size: .875em;
    margin-bottom: 0!important;
    position: relative
}

.wc-block-components-checkbox label input[type=checkbox] {
    cursor: inherit
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid rgba(25,23,17,.48);
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    height: 1.5em;
    margin: 0 1em 0 0;
    min-height: 1.5em;
    min-width: 1.5em;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 1.5em
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: 1px solid hsla(0,0%,7%,.8);
    outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after,.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
    content: ""
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark {
    display: none
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.6)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.6)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: 2px solid hsla(0,0%,100%,.6);
    outline-offset: 2px
}

.wc-block-components-checkbox.has-error,.wc-block-components-checkbox.has-error a {
    color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover {
    border-color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus {
    outline: 2px solid #cc1818;
    outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    height: 1.125em;
    margin-left: .1875em;
    margin-top: .0625em;
    pointer-events: none;
    position: absolute;
    width: 1.125em
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__label,.wc-block-components-checkbox>span {
    line-height: 1.5em;
    vertical-align: middle
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-checkbox__mark {
        display: none
    }
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #fff;
    border-color: var(--form--border-color);
    position: relative
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked,.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
    background-color: #fff;
    border-color: var(--form--border-color)
}

.theme-twentytwentyone .wc-block-components-checkbox__mark {
    display: none
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}






.product-payment-method-item.flat path,
.product-payment-method-item.flat polygon {fill: var(--footer-payment-svg-color);}

.product-payment-method ul.payment{
	margin:0;
	padding:0;
	list-style: none;
}
.product-payment-method ul.payment li{
	display:inline-block;
	margin: 5px;
	
}
.product-payment-method ul.payment.colored li{
	display:inline-block;
	padding: 0 6px;
}
.product-payment-method ul.payment li svg{
	width: 42px;
	height: auto;
}

.product-payment-method ul.payment li svg.color.apple-pay{
	width: 42px;
	height: auto;
}
.product-payment-method ul.payment li svg.color.google-pay{
	width: 42px;
	height: auto;
}
.product-payment-method ul.payment li svg.color.amazon-pay-black,
.product-payment-method ul.payment li svg.color.amazon-pay-white{
	padding-top: 3px;
	width: 38px;
	height: auto;
}
.product-payment-method ul.payment li svg.color.mastercard,
.product-payment-method ul.payment li svg.color.maestro{
	width: 36px;
	height: auto;
}
.product-payment-method ul.payment li svg.color.amex{
	width: 50px;
	height: auto;
}
.product-payment-method ul.payment li svg.color.paypal{
	width: 50px;
	height: auto;
}
.product-payment-method ul.payment li svg.color.postepay{
	width: 65px;
	height: auto;
}
.product-payment-method ul.payment li svg.color.scalapay{
	width: 65px;
	height: auto;
}
.product-payment-method ul.payment li svg.flat.scalapay{
	width: 65px;
	height: auto;
}
.product-payment-method ul.payment li svg.flat.bonifico,
.product-payment-method ul.payment li svg.color.bonifico{
	width: 65px;
	height: auto;
}











/* # Free Shipping Progress Bar
------------------------------------------------------- */
.free-shipping-progress-bar {
	padding: 5px 0px 30px;
	font-size: 0.9em;
	max-width: 560px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.free-shipping-progress-bar .progress-bar-message .amount {
	font-weight: bold;
}
.free-shipping-progress-bar .progress-bar-message strong {
	color: initial;
}
.free-shipping-progress-bar p {
	margin-bottom: 0;
}
.free-shipping-progress-bar .progress-bar-rail {
	line-height: 5px;
	height: 5px;
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 18px;
}
.free-shipping-progress-bar .progress-bar-status {
	display: flex;
	z-index: 1;
	height: inherit;
	position: relative;
	animation: .8s et-fadeInLeft;
}
.free-shipping-progress-bar .progress-bar-indicator {
	background: linear-gradient(270deg, #eeb241 0, #ffffff 200%);
	background-color: #eeb241;
	flex-grow: 1;
}
.progress-bar-status.success .progress-bar-indicator {
 background: #67bb67;
}
.free-shipping-progress-bar .progress-bar-left {
  background: rgba(0,0,0,0.1);
  height: 3px;
  flex-grow: 1;
}
.progress-percent {
	padding: 0 .5em;
	font-weight: 900;
	font-size: 1.1em;
}
.product-showcase-light-text .summary .progress-bar-left {
	background: rgba(255,255,255,0.1);
}
.product-showcase-light-text .summary .progress-percent,
.product-showcase-light-text .summary .progress-bar-message strong,
#side-cart.dark .side-panel-content .progress-bar-message strong {
	color: #fff;
}





/* BLOG */
.blog-nav-toggle {
	cursor: pointer;
}

.blog-nav-toggle>div.text {
	position: absolute;
	margin: auto 0;
	top: 0px;
	right: 70px;
}

.blog-nav-toggle>div.icon {
	position: absolute;
	width: 30px;
	height: 30px;
	margin: auto 0;
	top: 3px;
	right: 30px;
}

.blog-nav-toggle span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--color-secondary);
	transition: var(--transition-primary);
}

.blog-nav-toggle span:nth-child(1) {
	top: 0px;
}

.blog-nav-toggle span:nth-child(2) {
	top: 8px;
	width: 60%;
}

.blog-nav-toggle span:nth-child(3) {
	top: 16px;
	width: 80%;
}

.blog-nav-toggle span:nth-child(4) {
	top: 16px;
	width: 60%;
}

.blog-nav-toggle:hover span {
	width: 100%;
}





.square-box {}



.square-box .content {
	aspect-ratio: 4/3.2;
	background-size: cover !important;
	transition: all 0.25s ease-in-out;
	background-position: center;
	text-align: center;
	padding: 0;
	cursor: pointer;
	background: #181818;
}

.square-box .content .item {
	position: relative;
	top: 50%;
	translate: 0 -50%;
	width: 85%;
	margin: 0 auto;
}

.square-box .content .item i {
	font-size: 2.8rem;
	color: var(--color-secondary);

}

.square-box .content .item h3 {
	margin: 1rem auto;
	font-size: clamp(1.125rem, 2vw, 1.4rem);
	font-weight: 700;
	color: #ccc;
}
.square-box .content:hover .item h3 {
	color: var(--color-link-secondary);
}
.square-box .content .item p {
	color: #676767;
}

/*
.square-box .content:hover{
	background: var(--color-tertiary);
	color: #ffffff;
}
*/
.square-box .content {
	/* Preimpostazione per transizioni fluide */
	background: #021833;
	/* Nessun colore di sfondo inizialmente */
	position: relative;
	z-index: 1;
	transition: background-color 0.3s ease;
}

.square-box .content::before {
	/* Posiziona il pseudo-elemento */
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;

	/* Imposta opacità zero */
	opacity: 0;
	/* Rendi l'immagine completamente trasparente */
	transition: opacity 0.3s ease;
}

.square-box .content:hover {
	/* Applica il colore di sfondo al passaggio del mouse */
	background-color: var(--color-tertiary);
	color: #fff;
}

.square-box .content:hover::before {
	/* Rendi l'immagine visibile al passaggio del mouse */
	opacity: 0.05;
	/* 50% di trasparenza */
	background-size: cover;
}



.square-box .content.image1::before {
	background-image: url('https://studiococca.it/wp-content/themes/studiococca/assets/images/home/consulenza-tributaria.webp');
}

.square-box .content.image2::before {
	background-image: url('https://studiococca.it/wp-content/themes/studiococca/assets/images/home/consulenza-fallimentare.webp');
}

/* Continua per image3, image4, image5, image6... */

.square-box .content.image3::before {
	background-image: url('https://studiococca.it/wp-content/themes/studiococca/assets/images/home/consulenza-commerciale.webp');
}

.square-box .content.image4::before {
	background-image: url('https://studiococca.it/wp-content/themes/studiococca/assets/images/home/consulenza-del-lavoro.webp');
}

.square-box .content.image5::before {
	background-image: url('https://studiococca.it/wp-content/themes/studiococca/assets/images/home/area-imprese.webp');
}

.square-box .content.image6::before {
	background-image: url('https://studiococca.it/wp-content/themes/studiococca/assets/images/home/area-privati.webp');
}





/* BLOG */
.blog-item-wrapper a,
.blog-item-wrapper a:hover {
	text-decoration: none;
}

.blog-archive .blog-item-wrapper a:hover {
	color: var(--color-link-primary)
}

.blog-archive .blog-item-wrapper {
	background: rgb(255, 254, 250);
	background: linear-gradient(0deg, rgba(255, 254, 250, 1) 0%, rgba(246, 242, 233, 1) 100%);
	padding: 15px;
	position: relative;
}

.blog-item-wrapper {
	background: white;
	padding: 15px;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1/1;
}


.blog-item-wrapper .blog-image {
	position: relative;
}
.blog-item-wrapper .blog-image img {
	aspect-ratio: 1/1;
}
.blog-item-wrapper .blog-image::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #353d3f;
	background: linear-gradient(0deg, #353d3f 0%, rgba(255, 255, 255, 0) 100%);
}

.blog-item-wrapper .blog-caption{
	position: relative;
	top:-140px;
	transition: var(--transition-primary);
}
.blog-item-wrapper:hover .blog-caption {
	top: -190px;
}

.blog-item-wrapper .blog-type {
	padding: 8px 5px;
	background: transparent;
	color: #ffffff;
	position: relative;
	top: 0px;
	width: 90%;
	border-radius: 2rem;
	margin: 0 auto;
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8rem;
}

.blog-item-wrapper .blog-type a {
	color: #ffffff;
}


.blog-item-wrapper .blog-title,
.blog-item-wrapper .blog-text {
	padding: 0 5px;
	text-align: left;
	width: 90%;
	margin: 0 auto;
	color: #ffffff;
}

.blog-item-wrapper .blog-title h3 {
	font-weight: 700;
	font-family: var(--font-family-primary);
}

.blog-item-wrapper .blog-text {
	color: #a7a7a7;
}

.blog-item-wrapper a button {
	display: block;
	padding: 8px 16px;
	background: #f6f2e9;
	border-radius: 2rem;
	border: 0;
	margin: 25px auto 0 auto;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: #6e4721;
	transition: var(--transition-primary);
}

.blog-item-wrapper a button:hover {
	background: #6e4721;
	color: #f6f2e9;
}



/*******************************************************************************
  PARTNER - PAGE SINGLE
*******************************************************************************/
.sira-partner-single .partner-section-title {
	color: var(--color-secondary);
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.sira-partner-single .partner-section-title .partner-name {}

.sira-partner-single .partner-section-title .partner-name span.partner-category {
	font-size: 0.75rem;
	padding: 2px 10px;
	font-weight: 600;
	z-index: -1;
	border-radius: 15px;
	top: -12px;
	text-transform: capitalize;
}
.sira-partner-single .partner-section-title .partner-name span.partner-category.gold {
	background: goldenrod;
}
.sira-partner-single .partner-section-title .partner-name span.partner-category.silver {
	background: silver;
}

.sira-partner-single .partner-section-title p.title-5 {
	color: var(--color-primary);
}

.sira-partner-single .partner-section-title p.text-5 {
	color: var(--color-primary);
}

.sira-partner-single .partner-section-title .partner-name.gold i {
	color: goldenrod;
}
.sira-partner-single .partner-section-title .partner-name.silver i {
	color: silver;
}

.sira-partner-single .partner-section-title i {
	margin-right: 10px;
}

.sira-partner-single .partner-image figure img {
	border-radius: 15px;
}

.sira-partner-single .partner-services {
	background: #acdcd461;
	border-radius: 15px;
	padding: 20px;
}

.sira-partner-single .partner-description {
	background: #accedc61;
	border-radius: 15px;
	padding: 20px;
}

.sira-partner-single .partner-consult {
	background: #dcbfac61;
	border-radius: 15px;
	padding: 20px;
}


.sira-booking-search-form .button.alt.yith-wcbk-booking-search-form-submit{
	width: 100%;
	border-radius: 0 !important;
}


.home .section-type-6.form-booking .section-type-6-wrapper{
	position: relative;
}

.home .section-type-6.form-booking .section-type-6-wrapper .booking-form-wrapper{
		-webkit-box-shadow: 0px 4px 10px 2px #ccc;
			box-shadow: 0px 3px 11px 1px #dddddd;
			padding: 20px;
			position: absolute;
			top: -90px;
			left: 50%;
			transform: translatex(-50%);
			z-index: 2;
			background: white;
}

@media(max-width:992px) {

	.home .section-type-6.pt80.pb80{
		padding-bottom:0 !important;
		padding-top: 0 !important;
	}


}