/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* General
------------------------------------------------------------------------------------------------- */
:root {
	--link-font: 'Karla';
	--title-font: 'Courgette' ;
	--text-font: 'Mulish';
	--link-color: #303030;
	--title-color: #3A2617;
	--text-color: rgb(109,109,109);
	--orange-color: #FF9800;
	--brown-color: rgb(58, 38, 23);
	--blue-color: #2b707d;
}

body {
	padding-top: 90px;
	font-size: 20px;
	font-family: var(--text-font);
	line-height: 31px;
	color: var(--text-color);
}

h1 {
	font-family: var(--title-font); 
	font-weight: 400; 
	font-size: 80px;
	
}

.section {
	margin-bottom: 100px !Important;
}

.section-title h2,
.section-title h1 {
	font-size: 60px;
	font-family: var(--title-font);
	text-align: center;
	margin-bottom: 30px;
	color: var(--title-color);
}

a {
	color: var(--orange-color);
}

.btn.btn-primary {
	background-color: var(--brown-color);
	border: 1px solid var(--brown-color);
	padding: 15px 40px;
	color: #fff;
	text-transform: uppercase;
	font-family: var(--link-font);
	font-size: 18px;
	font-weight: 600;
	border-radius: 0px;
	word-break: break-word;
	white-space: break-spaces;
}

.btn.btn-primary:hover {
	background-color: var(--orange-color);
	border: 1px solid var(--orange-color);
}

.double-column-section .section-body {
	column-count: 2;
    column-gap: 50px;
}

.no-margin {
	margin-bottom: 0px !Important;
}

.no-header-image-page {
  	background-color: #faf9f6;
    padding-top: 50px;
}

.utility.col-sm-3 {
    padding-left: 0; 
}

.utility {
    position: sticky;
    top: 150px;
    z-index: 10;
}

.content.col-sm-9 {
    padding-right: 0; 
}

.content.col-sm-12 {
	padding: 0;
}

.content.col-sm-9 {
	float: right;
}

@media (min-width: 1450px) {
  .container {
    width: 1400px;
  }
}

@media(max-width: 991px){
	.content.col-sm-9 {
		float: none;
		width: 100%;
	}
	.utility.col-sm-3,
	.content.col-sm-9 {
		padding: 0;
		width: 100%;
  } 

  .double-column-section .section-body {
	  column-count: 1;
  }
}

.modal-header {
	background-color: var(--blue-color);
	color: #fff;
	padding: 21px 15px;
	font-family: var(--title-font);
}

.modal-header h4 {
	font-size: 25px;
}

.modal-header button {
	opacity: 1;
	color: #fff;
}

.modal-header .modal-title i {
	display: none;
}

@media(max-width: 1200px){
	.no-header-image-page {
		padding-top: 30px;
	}

	.section-title h2, .section-title h1 {
		font-size: 50px;
		margin-bottom: 5px;
	}
}

@media(max-width: 991px){
	.no-header-image-page {
		padding-top: 10px;
	}

	.section-title h2,
	.section-title h1 {
		font-size: 35px;
		margin-bottom: 15px;
	}

	.section {
		margin-bottom: 50px !Important;
	}

	.no-margin {
		margin-bottom: 0px !Important;
	}
}

@media(max-width: 767px){

	body {
		font-size: 16px;
		padding-top: 80px;
		line-height: 26px;
	}

	.content {
		padding: 0px;
	}

	.section {
		margin-bottom: 15px !Important;
	}

	.no-margin {
		margin-bottom: 0px !Important;
	}

	.no-header-image-page {
		padding-top: 20px;
	}
	
	.section-title h2, .section-title h1 {
		font-size: 22px;
		margin-top: 0px;
		margin-bottom: 5px;
	}

	.btn.btn-primary {
		padding: 7px 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Header
------------------------------------------------------------------------------------------------- */
header {
	padding: 0px 30px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #fff;
	z-index: 11;
}

header .section {
	margin-bottom: 0px !Important;
}

header .navbar-default {
    background-color: transparent !Important;
    border: 0px !Important;
}

header .navbar-nav {
	float: right;
	margin-top: 30px;
}

header .navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: var(--link-color);
	font-size: 16px;
	font-family: var(--link-font);
	font-weight: 700;
    padding: 10px 20px;
}

header .navbar-default .navbar-nav > .active > a {
	color: var(--orange-color);
	background-color: transparent;
}

header.shrink .navbar-brand {
	width: 100px;
	transition: all 0.4s ease 0s;
}

@media(max-width: 1200px){

	header .navbar-brand {
		width: 155px;
	}
	
	header .navbar-default .navbar-nav > li > a {
		padding: 5px 10px;
	}
}

@media(max-width: 991px){
	.navbar-toggle {
		background-color: var(--orange-color);
		color: #fff;
		border: 1px solid var(--orange-color) !Important;
		width: 50px;
		height: 50px;
		margin-top: 16px;
		margin-bottom: 15px;
	}

	header .navbar-default {
		margin-bottom: 0px;
	}

	header .navbar-brand {
		width: 90px;
		padding-top: 10px;
	}

	header .navbar-nav {
		float: left;
		margin-top: 10px;
		width: 100%;
	}

	header .navbar-default .navbar-nav > li > a {
		padding: 10px;
	}
}

@media(max-width: 767px){
	header {
		padding: 0px; 
	}

	header.shrink .navbar-brand {
		width: 90px;
	}

	header .navbar-default .navbar-nav > li > a {
		padding: 7px 10px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Slider
------------------------------------------------------------------------------------------------- */
#slides .text-container {
    top: 50%;
}

.home-link {
	padding: 0px 100px;
}

.home-link .item {
    display: block;
}

.home-link img {
    width: 100%;
    height: auto;
    display: block;
}

.product-in-evidence .product-link, .products-carousel .product-link {
	display: block;
	margin-bottom: 70px;
}

.product-in-evidence .product-link:hover,
.products-carousel .product-link:hover {
	text-decoration: none;
}

.product-in-evidence .product-link .image,
.products-carousel .product-link .image {
	position: relative;
	height: 400px;
}

.product-in-evidence .product-link .name, .products-carousel .product-link .name {
    display: block;
    font-size: 25px;
    margin-top: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding: 0px 40px;
    width: 100%;
    margin-bottom: 20px;
    color: var(--orange-color);
    text-decoration: none;
}

.product-in-evidence .product-link .image img,
.products-carousel .product-link .image img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.product-in-evidence .product-link .image:after,
.products-carousel .product-link .image:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ff980078;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.product-in-evidence .product-link:hover .image:after,
.products-carousel .product-link:hover .image:after {
	opacity: 1;
}


.service-band {
	text-align: center;
}

.products-carousel .item {
	height: 300px;
}

.service-band .text {
	margin-bottom: 40px;
}

.service-band .item {
	margin-bottom: 50px;
}

.service-band img {
    width: 100%;
    height: auto;
    display: block;
}

.visit-us-section {
	position: relative;
	padding: 100px 0px;
}

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

.visit-us-section .text-column {
	color: #fff;
	width: 50%;
	z-index: 9;
	position: relative;
}

.visit-us-section .text-column .section-title h2 {
	color: #fff;
	text-align: left;
}

.visit-us-section .text-column .text {
	margin-bottom: 40px;
}

.azienda-agricola-section .section-title h2 {
	text-align: left;
	margin-bottom: 30px;
}

.azienda-agricola-section .text {
	margin-bottom: 50px;
	padding-right: 50px;
}

.azienda-agricola-section .btn.btn-primary {
	float: none;
	display: block;
	width: 350px;
	margin-bottom: 15px;
}

.azienda-agricola-section .image-column img {
	height: 320px;
	margin-bottom: 30px;
}

.delizie-andre-section {
	position: relative;
	background: linear-gradient(180deg, rgba(10,102,36,0.64) 0%, #132d13 100%);
	padding: 100px 0px;
	color: #fff;
}

.delizie-andre-section img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.delizie-andre-section .section-title h2 {
	color: #fff;
}

.delizie-andre-section .container {
	background-color: rgba(255,255,255,0.2);
	padding: 50px;
	margin-top: 50px;
}

.delizie-andre-section .container .title {
	font-size: 30px;
	margin-bottom: 20px;
}

.delizie-andre-section .container .title .icon {
	color: var(--blue-color);
    background-color: #fff;
    border-radius: 50%;
	display: inline-block;
	width: 70px;
	height: 70px;
	font-size: 40px;
	padding: 15px;
	margin-right: 10px;
}

.laboratory-section {
	position: relative;
	padding: 100px 0px;
	text-align: center;
}

.laboratory-section img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.laboratory-section .text {
	margin-bottom: 40px;
}

@media(max-width: 1200px){
	.wide-container {
		height: 700px;
	} 

	.product-in-evidence .product-link .image,
	.products-carousel .product-link .image {
		height: 350px;
	}

	.azienda-agricola-section .text {
		padding-right: 0px;
	}

	.azienda-agricola-section .text {
		margin-bottom: 15px;
	}
}

@media(max-width: 991px) {

	.wide-container {
		height: 650px !important;
	}

	.wide-container h1 {
		font-size: 60px;
		margin-top: -20px;
		position: relative;
	}
	
	.delizie-andre-section {
		padding: 50px 0px;
	}

	.delizie-andre-section .container {
		margin-top: 30px;
		padding: 30px;
	}

	.laboratory-section {
		padding: 50px 0px;
	}

	.product-in-evidence .product-link .name, 
	.products-carousel .product-link .name {
		padding: 0px 20px;
	}

	.product-in-evidence .product-link,
	.products-carousel .product-link {
		margin-bottom: 30px;
	}

	.visit-us-section {
		padding: 50px 0px;
	}

	.visit-us-section .text-column {
		width: 100%;
	}

	.visit-us-section .text-column .text {
		margin-bottom: 20px;
	}

	.azienda-agricola-section .section-title h2 {
		margin-bottom: 10px;
	}

	.azienda-agricola-section .image-column img {
		width: 100%;
		object-fit: cover;
		height: 400px;
	}
}

@media(max-width:767px) {
	.delizie-andre-section {
		padding: 30px 0px;
	}

	.delizie-andre-section .container {
		padding: 15px;
		margin: 15px 15px 0px 15px;
	}

	.delizie-andre-section .container .title .icon {
		width: 45px;
		height: 45px;
		font-size: 25px;
		padding: 10px;
	}

	.delizie-andre-section .container .title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.laboratory-section {
		padding: 30px 0px;
	}

	.laboratory-section .text {
		margin-bottom: 15px;
	}

	.wide-container {
		height: 450px !important;
	}

	.wide-container h1 {
		font-size: 30px;
		margin-top: -30px;
	}

	.home-link {
		padding: 0px;
		margin: 0px;
	}

	.service-band .text {
		margin-bottom: 20px;
	}

	.service-band .item {
		margin-bottom: 30px;
	}

	.service-band img {
		width: 80%;
		margin: 0 auto;
	}

	.visit-us-section {
		padding: 30px 0px;
	}

	.product-in-evidence .product-link,
	.products-carousel .product-link {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.product-in-evidence .product-link .name, .products-carousel .product-link .name {
		margin: 15px 0px 0px;
		font-size: 18px;
	}

	.azienda-agricola-section .section-title h2 br {
		display: none;
	}

	.azienda-agricola-section .image-column img {
		height: 300px;
	}

	.visit-us-section .text-column .text {
		margin-bottom: 10px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Chi siamo
------------------------------------------------------------------------------------------------- */
.header-image {
	height: 800px;
	position: relative;
}

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

.gallery a {
	background-size: cover !important;
	background-position: center !important;
}

@media(max-width: 1450px){
	.header-image {
		height: 700px;
	}
}

@media(max-width: 1200px){
	.header-image {
		height: 500px;
	}
}

@media(max-width: 991px){
	.header-image {
		height: 450px;
	}
}

@media(max-width: 767px){
	.header-image {
		height: 300px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* A tavola con noi
------------------------------------------------------------------------------------------------- */
.recipes-section {
	margin-top: 30px;
}

.recipes-section .item {
	border: 1px solid #ebeaea;
	display: block;
}

.recipes-section .item .image {
	 height: 400px;
	 position: relative;
}

.recipes-section.owl-carousel {
	margin-bottom: 40px;
}

.recipes-section .item:hover {
	text-decoration: none;
	color: var(--orange-color);
}

.recipes-section .item .image:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ff980078;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.recipes-section .item:hover .image:after {
	opacity: 1;
}

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

.recipes-section .item .name {
	font-size: 30px;
	padding: 30px;
	line-height: 37px;
	min-height: 135px;
}

.recipe-detail .image img {
	width: 100%;
	margin-bottom: 70px;
}

.recipe-detail .description {
	margin-bottom: 50px;
}

.recipe-detail .product-list .image {
	height: 450px;
	position: relative;
}

.recipe-detail .product-list .image img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}


.recipe-detail .product-list .name {
    display: block;
    font-size: 25px;
    margin-top: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding: 0px 40px;
    width: 100%;
    margin-bottom: 20px;
    color: var(--orange-color);
    text-decoration: none;
}

@media(max-width: 1450px){
	.recipes-section .item .image {
		height: 300px;
	}

	.recipe-detail .image img {
		margin-bottom: 50px;
	}

	.recipe-detail .product-list .image {
		height: 380px;
	}
}

@media(max-width: 1200px){
	.recipes-section .item .image {
		height: 270px;
	}

	.recipe-detail .description {
		margin-top: 30px;
	}

	.recipe-detail .product-list a {
		margin-top: 30px;
		display: block;
	}

	.recipe-detail .product-list .image {
		height: 300px;
	}
}

@media(max-width: 991px){
	.recipes-section .item {
		margin-bottom: 30px;
	}

	.recipes-section .item .name {
		padding: 20px;
		min-height: auto !Important;
		font-size: 25px;
	}

	.recipe-detail .image img {
		margin-bottom: 30px;
	}

	.recipe-detail .description {
		margin: 15px 0px;
	}
}

@media(max-width: 767px){

	.recipes-section {
		margin-top: 15px;
	}

	.recipes-section .item {
		margin-bottom: 15px;
	}
	
	.recipes-section .item .name {
		font-size: 20px;
		padding: 10px;
	}

	.recipes-section .item .image {
		height: 350px;
	}

	.recipe-detail .image img {
		margin-bottom: 15px;
	}

	.recipe-detail .description {
		margin-top: 0px;
	}

	.recipe-detail .product-list a {
		margin-top: 15px;
	}

	.recipe-detail .product-list .name {
		margin: 15px 0px 15px;
		font-size: 20px;
	}

	.recipes-section.owl-carousel {
		margin: 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Contatti
------------------------------------------------------------------------------------------------- */
.feedback {
	background-color: #fff;
	padding: 50px;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
	margin-top: 30px;
}

.feedback .title {
	color: var(--blue-color);
	font-size: 50px;
	margin-bottom: 30px;
}

.feedback .legend {
	display: none;
}

.feedback input,
.feedback textarea {
	border: 1px solid #d2d2d2 !Important;
	width: 100%;
	max-width: 100% !important;
	border-radius: 0px !important;
}

.feedback label {
	font-weight: 400;
}

.feedback .inputbox.vertical .validation-required {
	background-image: none !Important;
	padding-left: 0px;
}

.feedback .inputbox.vertical .validation-required:after {
	content: "*";
}

.contact-data {
	margin-top: 30px;
	padding: 30px 50px;
}

.contact-data .item {
	position: relative;
	padding: 25px 30px 25px 120px;
	border-bottom: 1px solid #d2d2d2 !important;
}

.contact-data .item:last-child {
	border-bottom: 0px !Important;
}

.contact-data .item .icon {
	color: var(--blue-color);
	font-size: 60px;
	position: absolute;
	left: 30px;
}

.contact-data .item .title {
	font-size: 32px;
	color: var(--title-color);
	margin-bottom: 10px;
}

@media(max-width: 1450px){
	.feedback .title {
		font-size: 40px;
		margin-bottom: 15px;
	}
}

@media(max-width: 1200px){
	.feedback {
		padding: 30px;
	}

	.feedback .title {
		font-size: 30px;
	}

	.contact-data {
		padding: 20px 30px;
	}

	.contact-data .item {
		padding-left: 100px;
		padding-bottom: 10px;
	}

	.contact-data .item .icon {
		font-size: 50px;
	}

	.contact-data .item .title {
		font-size: 30px;
	}
}

@media(max-width: 991px){

	.section.col-md-6 {
		padding: 0px;
	}

	.feedback {
		padding: 30px !Important;
		margin-top: 30px !important;
	}
	
	.feedback .title {
		font-size: 25px;
	}

	.feedback .buttons {
		margin-bottom: 0px;
	}

	.contact-data {
		padding: 0px;
		margin-top: 0px;
	}

	.contact-data .item {
		padding-left: 80px;
	}

	.contact-data .item .icon {
		font-size: 35px;
	}

	.contact-data .item .title {
		font-size: 25px;
		margin-bottom: 2px;
	}
}

@media(max-width: 767px){
	.feedback {
		padding: 15px !Important;
		margin-top: 10px !important;
	} 

	.feedback .title {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.contact-data .item {
		padding: 6px 40px;
	}

	.contact-data .item .title {
		font-size: 20px;
		margin-bottom: 0px;
	}

	.contact-data .item .info p {
		margin-bottom: 0px;
	}

	.contact-data .item .info p br {
		display: none;
	}

	.contact-data .item .icon {
		font-size: 25px;
		left: 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Camere
------------------------------------------------------------------------------------------------- */
.room-list .item .owl-carousel a {
  height: 400px;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 50%;
  float: left;
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
footer {
	background-color: #0b2621;
}

.contact-us-section {
	position: relative;
	padding: 70px 0px 90px;
	background-image: linear-gradient(0deg, #0b2621 0%, rgba(255, 255, 255, 0) 100%), url(../Images/ContactBackground.jpg);
	margin-bottom: 100px;
}

.contact-us-section .container {
	position: relative;
}

.contact-us-section .section-title h2,
.contact-us-section .text {
	color: #fff;
	text-align: left;
	width: 45%;
}

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

.contact-us-section .btn.btn-primary {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

footer {
	color: #fff;
}

footer > .container {
	margin-bottom: 50px;
}

footer .section {
	margin-bottom: 0px !Important;
}

footer .footer-social-column .title,
footer .googlemap .section-title h2,
footer .footer-contact-column .title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 27px;
	margin-bottom: 40px;
	margin-top: 0px;
	font-family: var(--text-font);
	text-align: left;
	color: #fff;
}

footer .footer-contact-column .contact-data {
	padding: 0px;
	margin: 5px 0px;
}

footer .footer-contact-column .logo {
	margin-top: 30px;
}

footer .footer-contact-column a:hover {
	color: #fff;
	text-decoration: none;
}

footer .footer-social-column a {
	width: 60px;
	height: 60px;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 34px;
	padding: 13px;
	margin-right: 10px;
}

footer #footer-copyright {
	padding: 20px 0px;
	font-size: 15px;
	text-align: center;
	line-height: 27px;
}

@media(max-width: 1450px){
	footer .footer-social-column .title,
	footer .googlemap .section-title h2, 
	footer .footer-contact-column .title {
		font-size: 22px;
	}
}

@media(max-width: 991px){
	.contact-us-section {
		padding: 50px 0px;
		margin-bottom: 50px;
	}

	.contact-us-section .section-title h2,
	.contact-us-section .text {
		margin-top: 0px;
		width: 55%;
	}

	footer > .container {
		margin-bottom: 30px;
	}

	footer .section {
		padding: 0px;
	}

	footer .footer-social-column {
		margin-top: 15px;
	}

	footer .footer-social-column .title,
	footer .googlemap .section-title h2,
	footer .footer-contact-column .title {
		margin-bottom: 20px;
	}

	footer .footer-contact-column .logo {
		margin: 30px 0px;
	}
}

@media(max-width: 767px){
	.contact-us-section {
		padding: 30px 0px;
		margin-bottom: 0px;
	}

	.contact-us-section .text {
		width: 100%;
	}

	.contact-us-section .btn.btn-primary {
		position: relative;
		top: 0px;
		transform: none;
	}

	footer .footer-contact-column .title {
		margin-bottom: 10px;
	}

	footer .footer-contact-column .address br {
		display: none;
	}

	footer .footer-contact-column .logo {
		margin: 15px 0px 20px;
		width: 100px;
	}

	footer .footer-social-column a {
		width: 40px;
		height: 40px;
		font-size: 20px;
		padding: 5px;
	}

	footer .footer-social-column .title,
	footer .googlemap .section-title h2,
	footer .footer-contact-column .title {
		margin-bottom: 10px;
		font-size: 19px;
	}
}

@media(max-width: 767px){
	footer > .container {
		margin-bottom: 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Treeview
------------------------------------------------------------------------------------------------- */
.catalog-treeview .section-title .h2 {
	font-weight: 600;
	color: #000;
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
	background-size: contain;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position-y: 10px;
	display: inline-block;
	padding: 5px 15px;
	margin-top: 30px;
}

.catalog-treeview .ow-treeview .item-node {
    display: block;
    background-color: transparent;
    border-radius: 10px;
    padding: 5px;
    font-weight: 500;
    color: var(--text-color);
    padding: 5px 7px;
    font-size: 18px;
    line-height: 12px;
    min-height: 33px;
}

.catalog-treeview .ow-treeview .item-node.parent {
	font-weight: 600;
	line-height: 20px;
}

.catalog-treeview .ow-treeview .item-node:hover {
    font-weight: 600;
    display: inline-block;
    background-color: #f9f9f9;
    border-radius: 15px;
}

.catalog-treeview .ow-treeview span.collapse-nolines,
.catalog-treeview .ow-treeview  span.expand-nolines {
	padding-top: 5px;
}

.catalog-treeview .ow-treeview span.collapse-nolines:after,
.catalog-treeview  .ow-treeview  span.expand-nolines:after {
	color: var(--orange-color);
	font-size: 13px;
	top: -1px;
	position: absolute;
}

@media(max-width: 767px){

	div.ow-treeview div.item-container {
		min-height: 20px !Important;
	}
	
	.catalog-treeview .ow-treeview .item-node {
		font-size: 16px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Banner Cookie
------------------------------------------------------------------------------------------------- */

.cookie-consents {
	z-index: 99999 !Important;
}

.cookie-consents a {
	color: var(--orange-color);
}

.cookie-consents a:hover {
	color: #fff;
}

.cookie-consents .table {
	background-color: transparent;
	color: #fff;
}

.cookie-consents .cookie-buttons a.evidence {
	background-color: var(--orange-color) !Important;
}

.cookie-consents .cookie-buttons a.evidence:hover {
	background-color: #fff !Important;
}

input#tct1InputCheckbox {
  height: 13px !important;
}

.cookie-consents .cookie-options .tab-cookie-type-options label {
  color: #FFF;
  font-size: 12px;
}

.change-cookie-consents {
	background-color: var(--orange-color) !important;
	color: #FFF !important;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	margin-top: 15px;
}

.view-privacy-policy a,
.view-cookie-policy a {
	color: var(--orange-color);
}


.view-privacy-policy strong {
	font-weight: 300;
}

.tab-cookie-type-name,
.table > thead > tr > th{
	font-weight: 300 !Important;
}


@media(max-width: 767px){
	.cookie-consents .banner-intro .banner-description {
		font-size: 10px;
		line-height: 14px;
	}

	.cookie-consents .cookie-buttons a {
		font-size: 10px;
		padding: 5px !Important;
		line-height: 13px;
	}

	.cookie-consents .cookies-details .tab a {
		font-size: 10px;
	}
  
   .cookie-consents .main-change-cookie-consents a {
       line-height: 20px;
   }

	.cookie-consents .cookies-details .cookie-declaration-tab .cookies-table .tab-cookie-type-description {
		font-size: 10px;
		line-height: 12px;
	}
  
    .cookie-consents .cookie-options .tab-cookie-type-options {
       display: inline-block;
       width: 80%;
    }
  
    .cookie-consents .cookie-options {
        padding-right: 80px !important;
    }

	.cookie-consents .cookies-details .cookie-declaration-tab .cookie-type a {
		font-size: 10px;
	}
  
     .cookie-consents .cookie-options .tab-cookie-type-options label {
         padding: 0px;
     }

	.cookie-consents .cookies-details .cookie-declaration-tab .cookies-table .table th, .cookie-consents .cookies-details .cookie-declaration-tab .cookies-table .table td {
		font-size: 10px;
	}
  
    .cookie-consents .cookies-details .last-updated-message {
        line-height: 13px;
   }
}
/* ---------------------------------------------------------------------------------------------- */
