:root {
    --font : 'Gotham';
    --color-primary : #4a2a1f;
    --color-yellow : #fdd92d;
    --color-dark: #272b2e;
    --background-body: #f9f7f2;
    --color-limited_edition : #bbc82e;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype'),
        url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-MediumItalic.eot');
    src: url('../fonts/Gotham-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-MediumItalic.woff2') format('woff2'),
        url('../fonts/Gotham-MediumItalic.woff') format('woff'),
        url('../fonts/Gotham-MediumItalic.ttf') format('truetype'),
        url('../fonts/Gotham-MediumItalic.svg#Gotham-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Gotham';
    src: url('Gotham-BoldItalic.eot');
    src: url('Gotham-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('Gotham-BoldItalic.woff2') format('woff2'),
        url('Gotham-BoldItalic.woff') format('woff'),
        url('Gotham-BoldItalic.ttf') format('truetype'),
        url('Gotham-BoldItalic.svg#Gotham-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
} */

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Black';
    src: url('../fonts/Gotham-Black.eot');
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff'),
        url('../fonts/Gotham-Black.ttf') format('truetype'),
        url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: bolder;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Gotham';
    src: url('Gotham-LightItalic.eot');
    src: url('Gotham-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('Gotham-LightItalic.woff2') format('woff2'),
        url('Gotham-LightItalic.woff') format('woff'),
        url('Gotham-LightItalic.ttf') format('truetype'),
        url('Gotham-LightItalic.svg#Gotham-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
} */

* {
	white-space: normal;
    word-wrap: break-word;
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

body, html {
    font-family: var(--font);
    position: relative;
    color: var(--color-dark);
}

/* .special-font {font-family: 'Bebas Neue';} */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, .header, hgroup, menu, nav, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
article,aside,details,figcaption,figure, footer,.header,hgroup,menu,nav,section{display:block;}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
    font-family: var(--font);
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline-style: none;
    box-shadow: none;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}

strong{font-weight:bold;}

button:focus {
    outline: none !important;
}

img { max-width: 100%; }

a {
    color: inherit;
}

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

h1 {
	font-size: 44px;
}

.h1 {
    font-size: 42px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 28px;
}

h4, h4 > a {
	font-size: 24px;
}

h5, h5 > a {
	font-size: 20px;
}

@media(max-width: 1024px){
}

/* ----------------------------------------------------------------------------- */
/* ------------------             CLASSI COSTANTI             ------------------ */
/* ----------------------------------------------------------------------------- */

.h3 {
    font-size: 32px !important;
}

@media(max-width: 1024px){
	h3 {
		font-size: 26px;
	}

    .h1 {
        font-size: 36px;
    }
    
}

@media(max-width: 767px){
	h2 {
    	font-size: 32px;
	}

    .h1 {
        font-size: 30px;
    }

    h1 {
        font-size: 36px;
    }
    
}

@media(max-width: 576px){

	h1 {
        font-size: 28px;
    }

    .h1 {
        font-size: 28px;
    }

    .h3 {
        font-size: 22px !important;
    }

    h2 {
    	font-size: 32px;
	}

    h3 {
    	font-size: 20px;
	}
}

@media(max-width: 480px){
	/* h2 {
    	font-size: 24px;
	} */

    .h3 {
        font-size: 22px !important;
    }
}

.nowrap-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uppercase { text-transform: uppercase; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

.relative {
	position: relative;
}

.background-black { background-color: #000 !important; }
.background-white { background-color: #fff !important; }
.background-light { background-color: var(--background-body); }
.background-primary {
    background-color: var(--color-primary);
}
.background-yellow {
    background-color: var(--color-yellow);
}

.color-white { color: #fff !important; }
.color-primary {
    color: var(--color-primary);
}
.color-yellow {
    color: var(--color-yellow);
}

.small, .small a {
    font-size: 12px !important;
}

.underline { text-decoration: underline !important; }

.background-cover-center {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.background-cover-top {
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.background-cover-right {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.background-image--square {
    display: inline-block;
    background-size: cover;
    width: 100%;
    background-position: center;
    position: relative;
    padding-top: 100%;
}

.image-square {
	width: 100%;
	position: relative;
	overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

/* .image-square:after {
	content: "";
  	display: block;
  	padding-bottom: 100%;
} */

.image-square > img {
	position: absolute;
	top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ratio_box {
	padding-top: 56.25%;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
}

/* .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} */

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.7;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.bold {
    font-weight: bolder !important;
}

.bolder, .fontback {
    font-family: 'Gotham Black';
}

.book {
    font-family: 'Gotham Book';
}

.light {
	font-weight: 300;
}

.medium {
	font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.italic, em {
	font-style: italic;
}

.overflow {
    overflow: hidden;
}

.wrapperVideo {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
    margin-bottom: -6px;
}

.wrapperVideo > iframe, .wrapperVideo > video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

/* .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.fancybox-overlay {
    background-color: rgba(0,0,0,0.7);
}

.fancybox-skin {
    background: transparent !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px !important;
}

/* clear fix */

.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ui group */

.ui-group {
  display: inline-block;
}

/* ----------------------------------------------------------------------------- */
/* ------------------                 MODAL POPUP             ------------------ */
/* ----------------------------------------------------------------------------- */

/*top*/

.modal.top {
    padding-right: 0 !important;
}

.modal-top {
    max-width: 100%;
    margin: 0px auto;
    border: 0px;
    border-radius: 0px;
    padding: 0;
    width: 100%;
}

.top .modal-content {
    border-radius: 0px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
	
.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Left*/

.modal.left.fade .modal-dialog{
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
	        transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog{
	left: 0;
}
        
/*Right*/

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
	        transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

/* ----------------------------------------------------------------------------- */
/* ------------------        CLASSI BOOTSTRAP MODIFICATE      ------------------ */
/* ----------------------------------------------------------------------------- */

/*
xs: 0,
sm: 576px,
md: 768px,
lg: 992px,
xl: 1200px
*/

.btn,
.dropdown-menu, 
.no__border-radius {
    border-radius: 0px !important;
    -webkit-appearance: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(255, 255, 255, 0.1);
  outline: 0 none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255,255,255,0) !important;
}

button {
    background-color: transparent;
}

.btn-scroll, .pointer {
	cursor: pointer;
}

a:not([href]) {
    /*color: inherit !important;*/
    text-decoration: none;
}

.btn_circle {
    text-transform: uppercase;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid var(--color-yellow);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-yellow);
    transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
}

.btn_circle:hover {
    background-color: var(--color-yellow);
    color: #fff;
    transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
}

.btn_circle.color-black {
    border: 3px solid var(--color-dark);
    color: var(--color-dark);    
}


.btn_square {
    text-transform: uppercase;
    font-family: 'Gotham Black';
    padding: 15px 25px;
    display: inline-block;
}


.btn_video {
    text-transform: uppercase;
    font-family: 'Gotham Black';
    padding: 15px 25px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    text-shadow: 0px 0px 7px #000;
    font-size: 16px;
}

.btn_video:hover {
    background-color: #fff;
    color: var(--color-dark);
} 
/* ----------------------------------------------------------------------------- */
/* ------------------                CLASSI FORM              ------------------ */
/* ----------------------------------------------------------------------------- */

.wpcf7-form {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.wpcf7-form label {
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: left;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: var(--color-dark);
    font-size: 14px;
}

.wpcf7-form input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    padding: 0px 10px;
    margin: 5px 0px;
    font-size: 14px;
    border: 1px solid var(--color-dark);
    color: var(--color-dark);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.form-white label {
    color: var(--color-lightgrey);
}

.form-white input {
    color: var(--color-lightgrey) !important;
    border: 1px solid var(--color-lightgrey) !important;
    background-color: var(--color-dark) !important;
}

.wpcf7-form input[type="file"] {
    border: 0px solid var(--color-dark);
    padding: 0px 0px;
    margin: 5px 0px;
    background-color: transparent;
}

.wpcf7-form textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid var(--color-dark);
    height: 120px;
    /*color: #14233a;*/
    padding: 10px;
    margin: 5px 0px;
    border-radius: 5px;
    resize: none;
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--color-dark);
}

.wpcf7-form select {
    width: 100%;
    background-color: transparent;
    border: 2px solid var(--color-dark);
    height: 40px;
    /*color: #14233a;*/
    padding: 0px 10px;
    /*background: rgba(0,0,0,1);*/
    -webkit-appearance:none;
    font-size: 14px;
    color: var(--color-dark);

}

.wpcf7-form .col-check {
    margin-top: 30px;
}

.wpcf7-form .col-check .wpcf7-list-item label {
    margin-top: 0px;
    margin-bottom: 0px;
}

::-webkit-input-placeholder { /* Edge */
  color: var(--color-dark);
  font-family: var(--font);
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-dark);
    font-family: var(--font);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--color-dark);
    font-family: var(--font);
    opacity: 1;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--color-dark);
    font-family: var(--font);
    opacity: 1;
}

.wpcf7-form .check {
    margin: 10px 0px;
    text-align: left;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0px !important;
}

.wpcf7-form .check label {
    margin-top: 5px;
    margin-bottom: 5px;
}

.wpcf7-form input[type="checkbox"], .woocommerce-form input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0px 10px 0px 0px;
    /* flex: 0 0 13px; */
    /* -webkit-appearance: none; */
    border: 1px solid;
    padding: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
}

.wpcf7-acceptance .wpcf7-list-item-label a {
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}

.wpcf7-form input[type="submit"] {
    text-align: center;
    padding: 10px 30px;
    font-size: 18px;
    position: relative;
    display: block;
    z-index: 10;
    width: auto;
    border:0px;
    border-radius: 5px !important;
    color: var(--color-dark);
    background-color: var(--color-primary);
    margin: 40px auto 0px;
    height: auto;
    font-weight: bold;
    font-style: italic;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.wpcf7-form input[type="submit"]:hover {
    color: #fff;
    background-color: #a0bcc0;
    text-decoration: none;
}

.form-white  input[type="submit"] {
    color: var(--color-dark) !important;
    background-color: var(--color-primary) !important;
    border: 0px !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    display: grid;
    position: absolute;
    width: 100%;
    right: 0;
    text-align: right;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px 0px 35px;
    padding: 0.2em 1em;
    border: 0;
    text-align: center;
    width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #237ae4;
    font-weight: 500;
}

.wpcf7-form .btn-group-submit {
    border: 1px solid #222222;
        width: 200px;
    margin: auto;
}

@media(max-width: 567px){
    .wpcf7-form label {
        font-size: 13px;
    }
}


/* ----------------------------------------------------------------------------- */
/* ------------------             CLASSI VARIABILI            ------------------ */
/* ----------------------------------------------------------------------------- */

.font-text--primary, p, a, li {
	font-size: 16px;	
}

.fz20 {
    font-size: 20px;
}

.fz30, .fz30 p {
    font-size: 30px;
}

.fz24, .fz24 p {
    font-size: 24px;
}

.fz18, .fz18 > p, .fz18 > a {
    font-size: 18px;
}

.h2 {
	font-size: 42px;
}

.fz40 {
	font-size: 40px;
}

.fz14 {
    font-size: 14px !important;
}

button, .whatsapp_btn {
	cursor: pointer;
}

@media(max-width: 1025px){
    .fz24, .fz24 p {
        font-size: 20px;
    }

    .fz40 {
        font-size: 30px;
    }

    .fz20 {
        font-size: 18px;
    }
}

@media(max-width: 567px){
	.fz18, .fz18 > p {
    	font-size: 16px;
	}
/* 	
	.font-text--primary, p, a, li {
    	font-size: 14px;
	} */

	.fz40 {
    	font-size: 26px;
	}

    .h2 {
        font-size: 28px;
    }
}

@media(max-width: 420px){
    .fz40 {
        font-size: 24px;
    }

    .h2 {
        font-size: 23px;
    }
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}

.overlay-before:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 10;
}

.zIndex10 {
    position: relative;
    z-index: 100;
}

@media(max-width: 767px){
	.fz24 {
    	font-size: 18px;
	}
}

@media(max-width: 567px){
	.fz24 {
    	font-size: 16px;
	}
}

.container-custom {
    position: relative;
    width: 82%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media(max-width:1024px){
    .container-custom {
        position: relative;
        width: 90%;
    }
}

@media(max-width:567px){
    .container-custom {
        position: relative;
        width: 96%;
    }
}

header {
    background-color: var(--color-primary);
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100px;
    z-index: 999;
    display: flex;
    align-items: center;
}

header .navbar {
    padding: 0px !important;
    width: 100%;
    align-items: center;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

header .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: center;
}

header .navbar .navbar-brand img {
    height: 70px;
    width: auto;
}

header .navbar .navbar-nav li a:hover,
header .navbar .navbar-nav li a:hover {
    color: var(--color-yellow);
}

header .navbar-collapse .dropdown-menu {
    padding: 10px 15px;
    margin: 20px 15px;
    font-size: 16px;
    color: var(--color-dark);
    background-color: var(--color-lightgrey);
    border: 0px solid rgba(0,0,0,0);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

header .navbar-collapse .dropdown-menu a {
    padding: 10px 0px;
    font-size: 14px;
}

header .navbar-collapse .current_page_item.active a {
    color: var(--color-yellow);
}

.dropdown-toggle[aria-expanded=true]:after{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.paddTop {
    margin-top: 100px;
}

.navbar-toggler {
    padding: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    z-index: 100;
}

header .navbar .navbar-toggler span {
    height: 3px;
    width: 25px;
    display: block;
    margin: 5px 0px;
    background-color: #fff;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

.navbar-toggler[aria-expanded=true] span.first {
    transform: rotate(45deg) translate(0px, 5px);
    -webkit-transform: rotate(45deg) translate(0px, 5px);
    -moz-transform: rotate(45deg) translate(0px, 5px);
    -ms-transform: rotate(45deg) translate(0px, 5px);
    -o-transform: rotate(45deg) translate(0px, 5px);
}

.navbar-toggler[aria-expanded=true] span.second {
    display: none;
}

.navbar-toggler[aria-expanded=true] span.third {
    transform: rotate(-45deg) translate(0px, -5px);
    -webkit-transform: rotate(-45deg) translate(0px, -5px);
    -moz-transform: rotate(-45deg) translate(0px, -5px);
    -ms-transform: rotate(-45deg) translate(0px, -5px);
    -o-transform: rotate(-45deg) translate(0px, -5px);
}

header .navbar .navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0px 20px;
}

.equal_div {
    flex-grow: 1;
    flex-basis: 0;
}

@media(max-width:1200px){
    header .navbar .navbar-nav li a {
        font-size: 14px;
        padding: 0px 10px;
    }

    header .navbar .navbar-brand img {
        height: 50px;
    }
}

@media(min-width:992px){
    #menu-nav-left {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
    }
}

@media(max-width:991px){
    header .navbar .navbar-brand {
        padding-left: 0px;
        padding-right: 0px;
    }

    header .content-nav {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
        display: -ms-flexbox!important;
        display: flex!important;
        width: 100%;
    }

    header .navbar .navbar-brand img {
        height: 50px;
    }

    header {
        height: 80px;
    }

    .paddTop {
        margin-top: 80px;
    }

    header .navbar {
        -ms-flex-align: stretch!important;
        align-items: stretch!important;
        height: 100%;
    }

    header .navbar .navbar-collapse {
        background-color: var(--color-primary);
        width: 100%;
        max-width: 100%;
        position: absolute;
        top: 100%;
        left: 0px;
        padding: 25px 0px;
        height: calc(100vh - 80px);
    }

    header .navbar .navbar-nav li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        padding: 8px 15px;
        display: block;
        font-weight: 900;
    }
}

footer .siti_correlati li a {
    font-family: 'Gotham Black';
    color: var(--color-primary);
    text-transform: uppercase;
}

footer .small {
    font-family: 'Gotham Black';
    color: var(--color-primary);
    text-transform: uppercase;
}

footer .list_foot {
    padding-bottom: 10px;
    -ms-flex-preferred-size: 0;
    flex-basis: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
}

footer .list_foot .tit {
    font-family: 'Gotham Black';
    color: var(--color-primary);
    text-transform: uppercase;
    padding-bottom: 5px;
}

footer .list_foot li:not(.tit) {
    color: var(--color-primary);
    text-transform: uppercase;
    position: relative;
    padding-right: 10px;
}

footer .list_foot li:not(.tit):after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--color-primary);
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

footer .col_page li a {
    font-size: 14px;
}

footer .small_foot p,
footer .small_foot a {
    font-size: 10px;
    text-align: right;
}

@media(max-width:767px){
    footer .list_foot {
        display: none !important;
    }

    footer .small_foot p {
        /* display: none; */
        text-align: center;
    }

    footer .logo img {
        width: 150px;
    }

    footer .social img {
        width: 30px;
    }
}

#sliderHome .swiper-slide .img_object_content {
    width: 100%;
    /* height: 130vh; */
    height: 0px;
    padding-bottom: 80%;
    overflow: hidden;
    position: relative;
}

#sliderHome .swiper-slide .img_object_content img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tit_background {
    font-weight: bold;
    color: var(--color-primary);
    text-transform: uppercase;
    padding: 15px 25px;
    background-color: #fdd92d;
    display: inline-block;
    font-size: 30px;
}

#carouselProdotti .swiper-slide .boxImg img {
    height: 220px;
    width: auto;
}

#carouselProdotti .swiper-slide .boxImg {
    height: 280px;
    
    -ms-flex-align: end!important;
    align-items: flex-end!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

#carouselProdotti #colazione .boxImg img,
#carouselProdotti #ho-re-ca .boxImg img {
    height: 330px;
    width: auto;
}

#carouselProdotti .swiper-slide .boxImg .show_hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

#carouselProdotti #colazione .boxImg .show_hover {
    height: 220px;
    width: auto;
}

#carouselProdotti .swiper-slide .boxText .tit {
    color: var(--color-primary);
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px 10px;
    font-family: 'Gotham Black';
    width: 80%;
    line-height: 44px;
}

.carouselProd_category .box_prod--gamma .tit {
    color: var(--color-primary);
    font-weight: 900;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
    font-family: 'Gotham Black';
    display: block;
    margin-top: 30px;
}

#carouselProdotti .swiper-slide .boxText .desc {
    color: var(--color-primary);
    font-size: 18px;
    width: 80%;
    margin: auto;
}

#carouselProdotti .swiper-slide .boxText {
    width: 80%;
    margin: auto;
}

.carouselProd_category .box_prod--gamma .desc {
    color: var(--color-primary);
    font-size: 18px;
    width: 90%;
    margin: auto;
}

#carouselProdotti .swiper-slide.active_hover .boxText .tit {
    background-color:var(--color_pack);
    color: var(--background-body);
}

#carouselProdotti .swiper-slide.active_hover .boxImg .show_hover {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: 90%;
    margin: auto;
    right: 0;
    bottom: 0;
} 

#carouselProdotti .swiper-slide.active_hover .boxImg .show {
    opacity: 0;
    visibility: hidden;
}

#carouselProdotti .navigation {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
}

#carouselProdotti .navigation p {
    padding-left: 20px;
    padding-right: 20px;
}

.carouselProd_category .navigation {
    z-index: 300;
    width: 100px;
    margin: auto;
    padding-top: 20px;
}

.carouselProd_category .box_prod--gamma .boxImg:after {
    content: "";
    width: 60%;
    height: 0;
    border-radius: 50%;
    background-color: var(--color_pack);
    position: absolute;
    /* top: 0; */
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 60%;
    z-index: 0;
}

.carouselProd_category .box_prod--gamma .boxImg .square {
    width: 60%;
    margin: auto;
    padding-bottom: 70%;
    /* height: 300px; */
}

.carouselProd_category .box_prod--gamma {
    width: 80%;
    margin: auto;
}

.colNews .padd {
    width: 80%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 100px;
    display: inline-block;
}

.colNews_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
}

.carouselProd_category .box_prod--gamma .boxImg {
    width: 80%;
    margin: auto;
}

.carouselProd_category .box_prod--gamma .boxImg img {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    max-height: 100%;
    max-width: 80%;
    width: auto;
}

#colazione_carousel .box_prod--gamma .boxImg img,
#ho-re-ca_carousel .box_prod--gamma .boxImg img {
    max-height: 105%;
    width: 100%;
    object-fit: contain;
    top: auto;
}

.zIndex {
    position: relative;
    z-index: 100;
}

@media(max-width:1024px){
    .dHide {
        display: none;
    }

    #carouselProdotti .swiper-slide .boxText {
        width: 100%;
    }
}

@media(max-width:1300px){
    .colNews .padd {
        width: 90%;
        padding-left: 0;
        display: flow-root;
    }

    #carouselProdotti .swiper-slide .boxText .tit {
        font-size: 26px;
        margin-bottom: 5px;
        width: 100%;
        line-height: 28px;
    }

    #carouselProdotti .swiper-slide .boxText .desc {
        width: 90%;
    }

    #carouselProdotti #colazione .boxImg img, #carouselProdotti #ho-re-ca .boxImg img {
        height: 300px;
    }

    #carouselProdotti .swiper-slide .boxImg img {
        height: 180px;
    }

    .carouselProd_category .box_prod--gamma .boxImg img {
        max-width: 90%;
    }

    .carouselProd_category .box_prod--gamma .desc {
        width: 100%;
    }

    .page-template-template-prodotti h2 {
        height: 80px;
        font-size: 28px;
    }
}

@media(max-width:1024px){
    .carouselProd_category .box_prod--gamma .tit {
        font-size: 28px;
        line-height: 30px;
    }
}

@media(max-width:767px){
    .carouselProd_category .box_prod--gamma {
        width: 100%;
    }

    .carouselProd_category .box_prod--gamma .boxImg {
        width: 100%;
        height: 350px !important;
    }

    .carouselProd_category .box_prod--gamma .boxImg img {
        top: 50px;
        width: 80%;
        /* bottom: 0; */
        /* margin: auto; */
    }

    .carouselProd_category .box_prod--gamma .tit {
        line-height: 36px;
        font-size: 36px;
    }

    .page-template-template-prodotti h2 {
        font-size: 34px;
        height: auto;
    }

    #carouselProdotti .boxImg {
        padding-top: 40px;
    }

    #carouselProdotti .swiper-slide .boxText .desc {
        font-size: 18px;
    }

    .colNews .padd {
        width: 94%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0%;
    }

    .colNews .padd  .btn_circle {
        margin-bottom: 0px;
        margin-top: 30px
    }

    .colNews_img img {
        position: static;
    }

    .carouselProd_category .box_prod--gamma .desc {
        font-size: 16px
    }

    .navigation img {
        width: 25px;
    }

    ..carouselProd_category .box_prod--gamma .boxImg .square {
        width: 80% !important;
        padding-bottom: 0 !important; 
        height: auto !important;
    }

    .carouselProd_category .box_prod--gamma .boxImg:after {
        width: 330px;
        padding-bottom: 320px;
    }

    .borderLine {
        border-top: 2px solid #e7e7e7;
        padding-top: 40px;
    }

}

@media(max-width:575px){

    .tit_background {
        font-size: 24px;
    }
    
    #carouselProdotti .swiper-slide .boxText .tit {
        font-size: 28px;
    }

    .borderLine:first-of-type {
        border-top: 0px solid #e7e7e7;
        padding-top: 0px;
    }

    .carouselProd_category .box_prod--gamma .boxImg {
        height: 300px !important;
    }

    .carouselProd_category .box_prod--gamma .boxImg:after {
        width: 270px;
        padding-bottom: 270px;
    }

    .page-template-template-prodotti h2 {
        font-size: 28px;
    }
}

@media(max-width:480px){
    .carouselProd_category .box_prod--gamma .boxImg {
        height: 260px !important;
    }

    .carouselProd_category .box_prod--gamma .boxImg:after {
        width: 210px;
        padding-bottom: 210px;
    }
}

.img_head {
    width: 100%;
    max-height: calc(100vh - 100px);
    overflow: hidden;
}

.sec_chisiamo .padd {
    width: 80%;
}

.tit_special {
    color: var(--color-primary);
    text-transform: uppercase;
    font-family: 'Gotham Black';
    font-size: 10vw;
    line-height: 10vw;
}

.sec_limited {
    text-align: right;
}

.sec_limited .padd {
    width: 80%;
    margin-left: 20%;
}

.sec_limited .tit_special {
    color: var(--color-limited_edition);
    font-family: 'Gotham Black';
    font-size: 100px;
    line-height: 100px;
    text-transform: none;
}

.background_Fixed {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.background-video {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.breadcrumbs a, .breadcrumbs p {
    font-size: 14px;
    font-weight: normal;
}

.breadcrumbs {
    font-size: 14px;
    font-weight: bold;
}

.sec_query_prod {
    padding-bottom: 150px;
}

.colImg-Left {
    width: 45%;
    flex: 0 0 45%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
}

.colImg-Right {
    width: 60%;
    flex: 0 0 60%;
    margin-top: -200px;
    margin-left: 40%;
}

@media(max-width:1200px){
    .sec_chisiamo .padd {
        width: 100%;
    }

    .sec_limited .padd {
        width: 100%;
        margin-left: 0%;
    }

    .sec_limited .tit_special {
        font-size: 90px;
        line-height: 90px;
    }
}

@media(max-width:1024px){
    .sec_limited .tit_special {
        font-size: 70px;
        line-height: 70px;
    }

    .background_Fixed {
        height: 450px;
        background-attachment: scroll;
    }
}

@media(max-width:991px){
    .sec_limited .tit_special {
        font-size: 60px;
        line-height: 60px;
    }
}

@media(max-width:767px){
    .img_head {
        width: 100%;
        max-height: calc(100vh - 80px);
        overflow: hidden;
    }

    .tit_special {
        font-size: 11vw;
        line-height: 11vw;
    }

    .sec_limited .tit_special {
        font-size: 60px;
        line-height: 60px;
    }

    .sec_limited {
        text-align: left;
    }
}

@media(max-width:676px){
    .sec_limited .tit_special {
        font-size: 40px;
        line-height: 40px;
    }
}

@media(max-width:576px){
    .background_Fixed {
        height: 320px;
    }
}

.single-prodotti .tit_single {
    font-size: 9vmax;
    line-height: 8vmax;
    margin-top: 20px;
}

.tit_single--horeca {
    font-size:70px;
    line-height: 70px;
    padding-right: 0px;
    color: #fabf81;
    font-family: 'Gotham Black';
    text-transform: uppercase;
}

.single-prodotti .cat_label {
    border: 2px solid;
    padding: 10px 25px;
    display: inline-block;
    /* float: right; */
    /* font-size: 18px; */
}

.cat_prod .tag_cat a {
    border: 2px solid;
    padding: 10px 25px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px
}

.cat_prod .tag_cat a:hover {
    background-color: var(--color-yellow);
    border: 2px solid var(--color-yellow);
}

.single-prodotti .content_prod .tit_claim {
    font-size: 36px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 60px;
}

.single-prodotti .icona_bollo {
    margin: -30px 0px 0px auto;
    display: block;
}

.single-prodotti .content_prod .tit_claim_big {
    font-size: 44px;
    line-height: 44px;
    width: 70%;
}

.single-prodotti .sec_packaging:not([data-cat="colazione"]) {
    margin-top: 80px;
}

.single-prodotti .sec_packaging[data-cat="biscotti-vegani"] {
    background-color: #46a369;
}

.single-prodotti .sec_packaging[data-cat="biscotti-vegani"] .version_pack {
    display: none !important;
}

.single-prodotti .padd_bott {
    padding-bottom: 150px;
}

.single-prodotti .sec_packaging[data-cat="colazione"] {
    margin-top: 150px;
}

.single-prodotti .sec_packaging[data-cat="colazione"] img.foto_pack {
    margin: auto;
    width: 70%;
    display: block;
    margin-top: -200px;
}

.single-prodotti .sec_packaging[data-cat="colazione"] .grammi {
    bottom: 5%;
    right: 23%;
    left: auto;
    top: auto;
}

.single-prodotti .abs_left {
    position: absolute;
    top: 0%;
    transform: translate(0px, -50%);
    left: 0%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
}

.postid-150 .abs_left {
    width: 250px;
    transform: translate(25%, -50%);
    -webkit-transform: translate(25%, -50%);
    -moz-transform: translate(25%, -50%);
    -ms-transform: translate(25%, -50%);
    -o-transform: translate(25%, -50%);
}

.single-prodotti .abs_right  {
    position: absolute;
    bottom: 40px;
    transform: translate(0px, 50%);
    right: 5%;
    -webkit-transform: translate(0px, 50%);
    -moz-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    -o-transform: translate(0px, 50%);
}

.single-prodotti .grammi {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 60%;
    left: 0;
}

.single-prodotti .grammi p span {
    font-family: 'Gotham Black';
    font-size: 3vmax;
}

.single-prodotti .grammi p {
    font-size: 24px;
    line-height: 22px;
}

.single-prodotti .version_pack {
    /* position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -35px;
    width: 200px; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.single-prodotti .version_pack_abs {
    position: absolute;
    top: 35px;
    transform: translate(0px, -100%);
}

.single-prodotti .version_pack .text {
    color: var(--color-primary);
    font-family: 'Gotham Black';
    font-size: 26px;
    line-height: 28px;
    position: relative;
    transform: rotate(-90deg);
    width: 160px;
    margin-bottom: 120px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.single-prodotti .version_pack .text img {
    position: absolute;
    left: -50px;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(90deg);
}

.single-prodotti .tag_pack {
    text-transform: uppercase;
    color: var(--color-primary);
    font-family: 'Gotham Black';
    font-size: 26px;
    padding: 15px 25px;
    display: inline-block;
}

.single-prodotti .pack_v2 .tag_pack {
    transform: rotate(-90deg);
    position: absolute;
    top: 100px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.single-prodotti .pack_v2 .col_prod_v2 {
    width: 50%;
    margin-left: 40%;
    margin-top: -200px;
    position: relative;
}

.single-prodotti .pack_v2 .col_prod_v2:after {
    content: "";
    width: 130%;
    height: 0;
    position: absolute;
    background-color: #ececec;
    border-radius: 50%;
    padding-bottom: 130%;
    bottom: 0;
    left: 50%;
    right: 0;
    z-index: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    animation: circleLoad 500ms linear 500ms forwards;
    -webkit-animation: circleLoad 100ms linear 1200ms forwards;
    opacity: 0;
    visibility: hidden;
}

@keyframes circleLoad {
    0% {opacity: 0; visibility: hidden;}
    100% {opacity: 1; visibility: visible;}
}

.single-prodotti .pack_v2 .col_prod_v2 img {
    position: relative;
    z-index: 10;
}

.single-prodotti .pack_v2 .tit_claim {
    margin-top: 50px;
    padding-right: 0;
}

.single-prodotti .pack_v2 .content_prod .tit_claim_big {
    font-size: 37px;
    line-height: 42px;
    width: 100%;
}

.swiper-carousel-prev.swiper-button-disabled,
.swiper-carousel-next.swiper-button-disabled {
    opacity: 0.1;
}

.sec_packaging.limited_ed {
    background-color: #9ad5ea;
}

.sec_packaging.limited_ed .col_prod_v2 {
    width: 80%;
    margin-left: 20%;
    margin-top: -300px;
}

.mTop_camp {
    margin-top: -180px;
}

.limited_sect .tit_single {
    font-size: 9vmax;
    line-height: 8vmax;
    padding-right: 0px;
    word-wrap: initial;
}

.limited_sect .col_prodotto {
    position: absolute;
    right: 0;
    max-width: 50%;
}

.limited_ed .abs_left {
    position: absolute;
    width: 230px;
    height: auto;
    top: 0;
    transform: translate(30%, -35%);
    left: auto;
    right: 0px;
    -webkit-transform: translate(30%, -35%);
    -moz-transform: translate(30%, -35%);
    -ms-transform: translate(30%, -35%);
    -o-transform: translate(30%, -35%);
}

.limited_ed .grammi {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: -35px;
    left: 70%;
    z-index: 300;
}

.mTop_last {
    margin-top: -200px;
    position: relative;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec_news:nth-child(odd) {
    background-color: var(--background-body);
}

.row_news {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    width: 100%;
}

.row_news--cont {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.row_news .colImage {
    width: 40%;
    flex: 0 0 40%;
    height: 0%;
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
    z-index: 100;
}

.row_news--cont .colImage {
    width: 40%;
    flex: 0 0 40%;
    height: 0%;
    position: relative;
    overflow: hidden;
    z-index: 100;
    padding-bottom: 40%;
}

.row_news .colImage img,
.row_news--cont .colImage img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
}

.row_news .colContent {
    width: 60%;
    /* padding:80px; */

    -ms-flex-direction: column!important;
    flex-direction: column!important;
    display: -ms-flexbox!important;
    display: flex!important;
    position: relative;
}

.row_news .colContent-color {
    padding: 80px;
    height: 80%;
}

.row_news .colContent .square_prod {
    /* width: 300px; */
    position: absolute;
    bottom: 0;
    right: 5%;
}

.single_news .square_prod {
   /* margin: auto;
   transform: translate(0px, -80px);
   -webkit-transform: translate(0px, -80px);
   -moz-transform: translate(0px, -80px);
   -ms-transform: translate(0px, -80px);
   -o-transform: translate(0px, -80px);
   position: relative !important; */
   bottom: 10px !important;
   margin: auto;
}

/* .single_news .square_prod img {
    position: absolute;
    bottom: 0px;
    width: 250px;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
} */

.row_news--cont .colContent {
    width: 60%;
    flex: 0 0 60%;
    padding-right: 10%;
}

.sec_news .mtTop {
    margin-top: 30px;

    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    width: 100%;
}

.general_content {
    font-family: 'Gotham Book';
}

.general_content p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.general_content ul {
    list-style-type: disc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.general_content ul li {
    font-size: 18px;
}

.general_content h3, .general_content h2, .general_content h4 {
    /* font-size: 24px; */
    font-family: 'Gotham Black';
    margin-top: 30px;
    margin-bottom: 10px;
}

.wp-block-table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-news .general_content p {
    font-size: 18px;
}

.general_content p:first-of-type {
    padding-top: 0px;
}

.general_content p:last-of-type {
    padding-bottom: 0px;
}

.img_full_obj {
    width: 100%;
    height: 0px;
    padding-bottom: 80%;
    overflow: hidden;
    position: relative;
}

.thumbnail_news {
}

.img_full_obj img,
.thumbnail_news img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.linea_horeca .colProd .tit {
    color: var(--color-primary);
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 10px;
    font-family: 'Gotham Black';
    display: block;
}

.linea_horeca .colProd .desc {
    color: var(--color-primary);
    font-size: 16px;
    width: 80%;
    margin: auto;
}

.linea_horeca .colProd .img_prod {
    max-width: 100%;
}

.horeca_biscotti  .colProd .img_prod {
    max-width: 100%;
}

.modal_horeca .modal-dialog {
    max-width: 90%;
    margin: auto;
}

.modal_horeca .col_schedatecnica .code {
    color: #fff;
    background-color: var(--color-yellow);
    font-family: 'Gotham Black';
    padding: 6px 15px;
    display: block;
    font-size: 20px;
}

.modal_horeca .col_schedatecnica .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_horeca .col_schedatecnica .circle.gr {
    border:2px solid #000;
}

.modal_horeca .col_schedatecnica .circle.pz {
    background-color: var(--color-yellow);
    border:2px solid var(--color-yellow);
}

.modal_horeca .col_schedatecnica .circle p {
    font-size: 20px;
    font-family: 'Gotham Black';
    line-height: 12px;
}

.modal_horeca .col_schedatecnica .circle p span {
    font-size: 14px;
}

.modal_horeca .col_schedatecnica .ean {
    border:2px solid #000;
    padding: 5px 10px;
    display: block;
    font-family: 'Gotham Black';
    margin-bottom: 5px;
}

.linea_horeca .colProd button.btn_square {
    border: 2px solid;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 15px;
}

#relatedNews .related_title {
    border: 2px solid;
    padding: 15px;
    font-family: 'Gotham Black';
    /* display: block; */
    width: 100%;
    font-size: 14px;
}

#relatedNews .swiper-slide {
    height: auto;
    display: -ms-flexbox!important;
    display: flex!important;
}

.linea_horeca .colProd button.btn_square:hover,
#relatedNews .related_title:hover {
    background-color: var(--color-yellow);
    border: 2px solid var(--color-yellow);
}

.dHide_dk {
    display: none !important;
}

@media(max-width:1400px){
    .row_news .colContent-color .h1,
    .row_news .colContent-color h1 {
        font-size: 28px !important;
    }
    .row_news .colContent-color {
        padding: 40px;
    }

    .row_news .colContent .square_prod {
        max-width: 180px;
    }
}

@media(max-width:1200px){
    .limited_ed .abs_left {
        width: 200px;
    }

    .single-prodotti .abs_left {
        width: 150px;
    }

    .single-prodotti .abs_right {
        width: 130px;
    }
}

@media(max-width:1025px){
    .single-prodotti .pack_v2 .col_prod_v2 {
        width: 70%;
        margin-left: 30%;
        margin-top: 40px;
    }

    .single-prodotti .padd_bott {
        padding-bottom: 0;
    }

    .row_news .colImage {
        width: 30%;
        flex: 0 0 30%;
    }

    .row_news .colContent {
        width: 70%;
        flex: 0 0 70%;
    }

    .row_news .colContent-color {
        padding: 30px;
        min-height: 80%;
    }
}

@media(max-width:1024px){
    
    .limited_ed .grammi {
        width: 120px;
        height: 120px;
        top: -35px;
        left: 80%;
    }

    .limited_sect .col_prodotto {
        max-width: 45%;
    }

    .row_news .colContent .h1 {
        font-size: 28px;
    }

    .row_news .colContent .square_prod {
        right: 10px;
        width: 150px;
    }

    .single-prodotti .content_prod .tit_claim {
        font-size: 32px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 10px;
    }

    .single-prodotti .pack_v2 .content_prod .tit_claim_big,
    .single-prodotti .content_prod .tit_claim_big {
        font-size: 38px;
        line-height: 38px;
    }

    .single-prodotti .tag_pack {
        font-size: 22px;
        padding: 12px 20px;
    }

    .single-prodotti .grammi {
        width: 120px;
        height: 120px;
    }

    .single-prodotti .version_pack .text {
        font-size: 22px;
        line-height: 22px;
    }

    .single-prodotti .pack_v2 .content_prod .tit_claim_big, 
    .single-prodotti .content_prod .tit_claim_big {
        font-size: 30px;
        line-height: 30px;
    }

    .single-prodotti .abs_left {
        width: 100px;
    }

    .tit_single--horeca {
        font-size:50px;
        line-height: 50px;
    }

    .linea_horeca .colProd .tit {
        font-size: 26px;
    }

    .linea_horeca .colProd button.btn_square {
        font-size: 14px;
    }

    .linea_horeca .colProd .desc {
        width: 96%;
        padding: 8px 15px;
    }

    .linea_horeca .colProd .img_prod {
        max-width: 100%;
    }

    .horeca_biscotti .colProd .img_prod {
        max-width: 100%;
    }

    .modal_horeca .col_schedatecnica p {
        font-size: 14px;
    }

    .modal_horeca .col_schedatecnica .circle {
        width: 60px;
        height: 60px;
    }
    
}

@media(max-width:991px){
    .row_news .colContent-color .h1, .row_news .colContent-color h1 {
        font-size: 24px !important;
    }

    .carouselProd_category .box_prod--gamma .boxImg {
        width: 100%;
    }

    .carouselProd_category .box_prod--gamma .boxImg .square {
        width: 80%;
        padding-bottom: 80%;
    }

    .carouselProd_category .box_prod--gamma .desc {
        width: 100%;
        font-size: 16px;
    }
}

@media(max-width:767px){

    .background-video {
        height: 300px;
    }

    .single-prodotti .sec_packaging[data-cat="colazione"] img.foto_pack {
        width: 90%;
        margin-top: -140px;
    }

    .single-prodotti .sec_packaging[data-cat="colazione"] {
        margin-top: 110px;
    }

    .single-prodotti .sec_packaging[data-cat="colazione"] .grammi {
        right: 5%;
    }

    .limited_ed .abs_left {
        width: 120px;
        right: 0;
        transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
    }

    .limited_ed .colImgCampagna {
        width: 70%;
        margin-bottom: 3rem;
    }

    .sec_packaging.limited_ed .col_prod_v2 {
        width: 100%;
        margin-left: 0%;
        margin-top: 0%;
    }

    .mTop_last {
        margin-top: 0px;
        position: relative;
        z-index: 10;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .limited_ed .grammi {
        width: 100px;
        height: 100px;
        top: auto;
        left: auto;
        bottom: -10px;
        right: -10px;
    }

    .dHide_mb {
        display: none !important;
    }

    .dHide_dk {
        display: block !important;
    }

    .row_news .colImage {
        width: 60%;
        flex: 0 0 60%;
        padding-bottom: 70%;
    }

    .row_news .colContent {
        width: 100%;
        margin-top: -15px;
    }

    .row_news .colContent-color {
        padding: 50px 40px;
        min-height: auto;
        height: auto;
    }

    .row_news .colContent .square_prod {
        bottom: auto;
        top: -50%;
        transform: translate(0px, 40%);
        -webkit-transform: translate(0px, 40%);
        -moz-transform: translate(0px, 40%);
        -ms-transform: translate(0px, 40%);
        -o-transform: translate(0px, 40%);
    }

    .row_news--cont {
        flex-direction: column-reverse;
    }

    .row_news--cont .colImage {
        margin-left: 55%;
        margin-top: -30px;
    }

    .row_news--cont .colContent {
        width: 100%;
        flex: 0 0 100%;
        padding-right: 0%;
    }

    .sec_news .mtTop {
        margin-top: 0px;
    }

    .single-prodotti .cat_label {
        padding: 8px 11px;
        font-size: 14px;
    }

    .single-prodottis .tit_single {
        font-size: 10vmax;
        line-height: 9vmax;
    }

    .single-prodottis.limited_sect .tit_single {
        font-size: 8vmax;
        line-height: 8vmax;
        margin-top: 30px;
    }

    .single-prodotti .content_prod .tit_claim {
        font-size: 26px;
        padding-right: 0px;
    }

    .single-prodotti .content_prod .tit_claim_big {
        font-size: 36px;
        line-height: 38px;
        width: 90%;
    }

    .single-prodotti .abs_left {
        width: 130px;
    }

    .single-prodotti .version_pack .text {
        font-size: 16px;
        line-height: 18px;
    }

    .single-prodotti .tag_pack {
        font-size: 16px;
    }

    .single-prodotti .abs_left {
        transform: rotate(25deg) translate(0px, -50%);
        width: 100px;
        -webkit-transform: rotate(25deg) translate(0px, -50%);
        -moz-transform: rotate(25deg) translate(0px, -50%);
        -ms-transform: rotate(25deg) translate(0px, -50%);
        -o-transform: rotate(25deg) translate(0px, -50%);
    }

    .single-prodotti .grammi {
        width: 100px;
        height: 100px;
    }

    .single-prodotti .pack_v2 .content_prod .tit_claim_big, .single-prodotti .content_prod .tit_claim_big {
        font-size: 26px;
        line-height: 28px;
    }

}

@media(max-width:575px){
    .limited_sect .col_prodotto {
        max-width: 40%;
    }

    .single-prodotti .content_prod .tit_claim {
        font-size: 26px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 0;
    }

    .single-prodotti .content_prod .tit_claim_big {
        font-size: 36px;
        line-height: 38px;
        width: 100%;
    }

    .cat_prod .tag_cat a {
        padding: 7px 18px;
        font-size: 14px;
    }

    .row_news .colContent-color {
        padding: 50px 20px;
    }

    .row_news .colContent .h1,
    .row_news .colContent h1 {
        font-size: 26px;
    }

    /* .row_news .colContent {
        margin-top: -50px;
    } */

    .row_news .colContent .square_prod {
        display: none !important;
    }

    .row_news .colImage {
        width: 80%;
        flex: 0 0 80%;
        padding-bottom: 90%;
    }

    .single-prodotti .grammi p {
        font-size: 16px;
        line-height: 16px;
    }

    .row_news--cont .colImage {
        width: 70%;
        flex: 0 0 70%;
        padding-bottom: 70%;
        margin-left: 30%;
    }

    .single-prodotti .grammi {
        width: 70px;
        height: 70px;
        top: auto;
        bottom: 0;
        right: auto;
        left: 10px;
    }

    .single-prodotti .abs_right {
        width: 70px;
        bottom: 0;
    }

    .single-prodotti .pack_v2 .col_prod_v2 {
        width: 100%;
        margin-left: 0%;
        margin-top: 0px;
    }

    .single-prodotti .pack_v2 .tag_pack {
        margin-top: 20px;
        transform: rotate(0deg);
        position: static;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        z-index: 100;
        display: block;
        text-align: center;
    }

    .single-prodotti .pack_v2 .col_prod_v2:after {
        width: 100%;
        padding-bottom: 100%;
    }

    .single-prodotti .version_pack_abs {
        top: 25px;
        right: 15px;
    }

    .single-prodotti .foto_pack {
        margin: 20px 0px;
    }

    .single-prodotti .tag_pack {
        font-size: 14px;
        padding: 9px 15px;
    }

    .single-prodotti .version_pack .text {
        transform: rotate(0deg);
        width: auto;
        margin-bottom: 10px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .single-prodotti .version_pack .text img {
        display: none;
    }

    .modal_horeca .col_schedatecnica .code {
        font-size: 16px;
    }

    .linea_horeca .colProd .img_prod {
        max-width: 90% !important;
    }

    .single-prodotti .tit_single {
        font-size: 42px;
        line-height: 40px;
    }
}

@media(max-width:480px){
    .limited_ed .abs_left,
    .single-prodotti .abs_left {
       display: none;
    }

    .carouselProd_category .box_prod--gamma .boxImg img {
        top: 60px;
    }

    .single-prodotti .pack_v2 .content_prod .tit_claim_big, .single-prodotti .content_prod .tit_claim_big {
        font-size: 20px;
        line-height: 22px;
    }

    .single-prodotti .content_prod .tit_claim {
        font-size: 24px;
    }
}