/*
Theme Name: supertheme
Author: Paolo Bortolotti
Author URI: http://www.paolobortolotti.com
Description: This theme does not graphics.
The structure evokes css and javascript bootstrap and everything you need to customize it to taste.
The theme php calls to other folders to have a greater order in the development.
The theme has a pretty permalink system.
The theme suggests plugin that might be useful in the development.
In addition there is a folder called snippet where you can find useful scripts.
////
Theme URI:
Tema customizzato basato su Underscores, (C) 2012-2016 Automattic, Inc.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: supertheme
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments
*/


/*

Tricks:

								remove spacing between middle columns
.row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
  padding-right:0;
  padding-left:0;
}
								remove right padding from first column
.row.no-gutter [class*='col-']:first-child {
  padding-right:0;
}
								remove left padding from first column
.row.no-gutter [class*='col-']:last-child {
  padding-left:0;
}

*/

/*
Required WordPress CSS
*/

/* Modificare Bootstrap: https://getbootstrap.com/docs/3.3/customize/ */


.lingua-cart ul{margin: 0px; padding: 0px;}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft {display: inline;float: left;margin-right: 1.5em;}
.alignright {display: inline;float: right;margin-left: 1.5em; }



/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.mt-40{margin-top: 40px;}
.mb-40{margin-bottom: 40px;}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.post-large-img img{width: 100%;}


body {
   background-image:url('images/pattern.jpg')!important; background-repeat: repeat;
    color: #969696;
}




/* Global */
html {
    font-weight: normal;
    color: #969696;
    font-size: 18px;
    background-color:#f1eee5!important;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato', sans-serif;
}
body {
    font-weight: normal;
    overflow-x: hidden;
    color: #969696;
    font-size: 18px;
    background-color:#f1eee5!important;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

a {
    color: #969696;
}

a:hover,
a:focus {
    color: #80b435;
}

.text-success {
    color: #8ea351!important;
}

.text_brown {
    color: #8d5f45!important;
}

.btn.btn-primary {
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    border: 1px solid #6b8349;
    background-color: #6b8349;
    text-transform: capitalize;
    border-radius: 0px;;
}

.btn.btn-primary:hover {
    color: #80b435;
    border-radius: 30px;
    background-color: transparent;
}

.btn.btn-primary:focus {
    color: #fff;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-title {
    margin-bottom: 50px;
}

.section-title .toptext, .page-title .toptext {
    color: #2b2b2b;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    font-family: 'Pacifico', cursive;
    display: block;
    line-height: 20px;
    margin-bottom: 20px;
}

.section-title h2 {
    color: #2b2b2b;
    font-size: 48px;
    text-align: center;
    font-weight: normal;
}

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

.section-bg-white {
    background-color: #fff;
}

.main-content .section-bg-white {

    border-radius: 4px;
}

.form-control,
select.form-control:not([size]):not([multiple]) {
    font-size: 14px;
    border-radius: 0;
    height: 50px;
    padding: 10px 20px;
    border-color: #e5e5e5;
}

.form-control:focus {
    border-color: #80b435;
}

.main-content {
    padding: 60px 0;
}

.single .main-content {
    padding: 60px 0;
    margin-bottom: 0px;
}

/* tr-topbar */
.topbar-content {
    color: #999;
    padding: 10px 0;
}

.tr-topbar li {
 font-size: 20px;
    padding-left: 20px;
    float: left;
    color: #3e5425;
}

.tr-topbar .amount {
    font-size: 24px;
    padding-top: 14px!important;
}

.tr-topbar li a {

    color: #3e5425;
}

.phone-number-block li {
    padding-top: 10px;
}
.lingua-cart {
    text-align: right;
}

.topbar-content i,
.topbar-content .icon,
.topbar-content img {
    margin-right: 5px;
    font-size: 18px;
}

.topbar-content .icon {
    float: left;
}

.topbar-content .float-left .number {
    color: #fff;
}

.topbar-content a {
    color: #fff;
}

.topbar-content a:hover {
    color: #80b435;
}

/* topbar-two */
.topbar-two {
    color: #fff;
}

.topbar-two .topbar-content {
    position: absolute;
    top: 0;
    width: 100%;
}

.topbar-two a,
.topbar-two a:hover,
.topbar-two .user-option a {
    color: #fff !important;
}

.topbar-two .topbar-content {
    border-bottom: 0;
}

.topbar-two ul li {
    color: #fff;
    float: left;
    margin-right: 20px;
}

.topbar-two ul li:last-child {
    margin-right: 0;
}

.topbar-two .select-option select {
    color: #fff;
    background-color: transparent;
}

.topbar-two .select-option select {
    background-image: url(images/others/dropdown-icon-white.png);
}

.topbar-two .select-option select option {
    color: #80b435;
}

/* Tr-breadcrumb */
.tr-breadcrumb {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.tr-breadcrumb ul {
    margin: 0px;
    padding: 0px;
}

.tr-breadcrumb li {
    display: inline-block;
    margin-left: 8px;
}

.page-title h1 {
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 0;
    font-family: 'Pacifico', cursive;
}

.page-title h2 {
    font-size: 60px;
    margin: 0;
}
.slick-prev::before, .slick-next::before {
    color: green;
}
/* Gb Menu */
.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}

.tr-middle-logo .navbar-brand {
    padding: 15px;
    margin: 0;
}

.tr-menu .navbar-nav {
    margin: 0;
}

.tr-breadcrumb:before {
    content: '';
    height: 300px;
    left: 0px;
    width: 100%;
    top: 0px;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}


.carousel-item {
  height: 50vh;
  min-height: 200px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.tr-menu .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    padding: 20px;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
        margin-top: 50px;
}
.tr-dropdown-menu li a{ margin-top: 0px!important;}


.hompage-2 .tr-menu .navbar-nav .nav-link {
    line-height: 30px;
}

.tr-topbar {
    display: block;
    width: 100%;
}

.tr-topbar ul{list-style: none; display: inline-block;    margin-bottom: 0; margin: 0px; padding: 0px;}
.phone-number-block li{padding-left: 0px; padding-right: 10px;}
.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.open,
.navbar-nav .open>.nav-link,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: #80b435;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-collapse {
    padding: 0;
}

.navbar-toggler-right {
    cursor: pointer;
    top: 15px;
    padding: 3px 6px;
    border: 1px solid #80b435;
}

.navbar-toggler-icon {
    position: relative;
    text-align: center;
}

.navbar-toggler-icon:before {
    position: absolute;
    top: 2px;
    left: 5px;
    color: #80b435;
    content: "\f0c9";
    font-family: "fontawesome";
    font-size: 20px;
}

/*Dropdown CSS*/
.tr-dropdown {
    position: relative;
}

.tr-dropdown-menu {
    position: absolute;
    min-width: 430px;
    right: 0;
    border-radius: 0;
    background-color: #F1EEE5;
    list-style: none;
    opacity: 0;
    z-index: 9999999;
    padding: 0;
    visibility: hidden;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    transition: transform 0.2s, opacity 0.1s;
}

.tr-dropdown-menu.dropdown-left {
    left: 0;
}

.tr-menu .tr-dropdown-menu li a.nav-link {
    display: block;
    line-height: 20px;
    padding: 5px 15px;
    border-top: 1px solid #ddd;
    color: #999;
    font-size: 15px;
}

.tr-menu .tr-dropdown-menu li a:hover {
	background-color: #6b8349;
	color: #fff;
}

.tr-dropdown:hover>.tr-dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

/* Tr Search */
.tr-menu .container {
    position: relative;
}

.tr-menu .find-option {
    min-width: 90px;
}

.tr-menu .float-right li {
    padding: 30px 10px;
    float: left;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}

.hompage-2 .tr-menu .float-right li {
    padding: 22px 10px;
}

.tr-menu .float-right li i,
.tr-menu .float-right li .icon {
    cursor: pointer;
    color: #fff;
}

.tr-menu .float-right li i:hover,
.tr-menu .float-right li .icon:hover {
    color: #80b435;
}

.search-form {
    font-size: 14px;
    position: absolute;
    display: none;
    width: 100%;
    height: 48px;
    margin-top: 1px;
    top: 15px;
    right: 0;
    padding: 0 15px;
    z-index: 99999;
}

.hompage-2 .search-form {
    top: 7px;
}

.tr-search input {
    margin: 0;
    padding-left: 20px;
    display: block;
    border: 1px solid #e9e9e9;
    color: #666;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    height: 48px;
    font-weight: 400;
}

.tr-search input:focus {
    border-color: #e9e9e9;
    background-color: #fff;
}

.tr-search button {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 25px;
    background: none;
    border: 0;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
}

.tr-search button .icon {
    color: #666;
}

.tr-search input::-webkit-input-placeholder { /* Chrome */
    color: #666;
    opacity: 1;
}

.tr-search input:-ms-input-placeholder { /* IE 10+ */
    color: #666;
    opacity: 1;
}

.tr-search input::-moz-placeholder { /* Firefox 19+ */
    color: #666;
    opacity: 1;
}

.tr-search input:-moz-placeholder { /* Firefox 4 - 18 */
    color: #fff;
    opacity: 1;
}

.cart-content {
    position: relative;
}

.cart-number {
    position: absolute;
    right: 0;
    color: #fff;
    display: inline-block;
    padding: 5px;
    font-size: 10px;
    border-radius: 100%;
    line-height: 6px;
    background-color: #80b435;
}

.hompage-2 .cart-number {
    bottom: 18px;
}




.cart-content .tr-dropdown-menu li:last-child {
    margin-bottom: 0;
}
.cart-content .tr-dropdown-menu{min-width: 233px;}
.cart-content .product {
    margin-bottom: 0;
    padding: 10px 0 15px;
    line-height: 20px;
}

.cart-content .product:hover {
    box-shadow: none;
}

.cart-content .product:hover .product-image img {
    filter: inherit;
    opacity: 1;
}

.cart-content li {
    position: relative;
    cursor: pointer;
}

.cart-content .product .product-image {
    width: 76px;
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
}

.cart-content .product .woocommerce-loop-product__title {
    color: #999;
}
.cart-content .product{background-color: #fff!important;}

.cart-content .product .woocommerce-loop-product__title {
    display: inline-block;
    font-size: 18px;
    margin-top: 15px;
}

.cart-content .product .price {
    font-size: 14px;
}

.cart-content li .remove-icon {
    position: absolute;
    top: 10px;
    right: -1px;
    font-size: 14px;
}

.cart-content li .remove-icon i {
    color: #666;
}

.cart-content .btn.btn-primary {
    padding: 10px 20px;
    font-size: 14px;
    width: 47%;
}

.cart-content ul {
    overflow: hidden;
    padding: 40px;
    list-style: none;
}
.cart-content ul li{margin-bottom: 20px;}

.cart-content .buttons a:last-child {
    float: right;
}
body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.cart-content .total-price {
    padding: 15px 0;
    font-size: 18px;
    display: block;
    color: #2b2b2b;
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
}
.woocommerce-message .button.wc-forward{background-color: #8fae1b!important;}
/* Home-slider */
#slider_home #big_slider {
  background-repeat: no-repeat;
  overflow: hidden;
}
#slider_home .slick-slide {
  height:auto;
  margin: 0;
}
#slider_home .product-image img {
  max-width: 300px;
}
#slider_home .col_pulsante {
  text-align: center;
  background-color: #DFDBCF !important;
  border: 0px!important;
}
#slider_home .middle {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: space-around;
  flex-direction: row;
}
#slider_home .slick-dots {
  bottom: 40px!important;
}
#slider_home .product_slider_0 {
  border:0px;
}
#slider_home .woocommerce-loop-product__title .lowercase {
  text-transform: lowercase;
  font-weight: 200;
  padding-left: 5px;
}
#slider_home .inner h2 {
  font-size: 40px;
}
#slider_home .inner a {
  background-color: #48805d;
  color: #fff;
  padding:10px;
  margin-top: 10px;
  display: inline-block;
  text-shadow: none;
}
#slider_home .product_slider_0 .col_pulsante a {
  margin-left: auto;
}
#slider_home .tabella_variazioni tr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: #DFDBCF;
}
#slider_home .tabella_variazioni tr td{
  display: flex;
}
#slider_home .tabella_variazioni .col_prezzo .amount {
  padding-top: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

#slider_home .tabella_variazioni tr .col_attributi {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#slider_home .inner {
  color: #fff;
  font-weight: 800;
  text-shadow: 2px 2px 6px black;
}

#slider_home .product_slider_0 td.col_prezzo {
  width: auto;
}

#slider_home h4 { font-style: normal;  }
#slider_home h2 { font-size: 30px; font-style: italic; }

/*  fine 2021 */
.home-slider {

    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: -ms-grab;
    cursor: -o-grab;
    cursor: grab;
     height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.tr-banner {
    position: relative;
}

.tr-banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.banner-info {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    max-width: 960px;
    display: inline-block;
}

.banner-image {
    animation-delay: 0.95s;
    -webkit-animation-delay: 0.95s;
}

.banner-info h1 {
    font-size: 48px;
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'Pacifico', cursive;
    text-shadow: 0px 1px 10px #000000;
    animation-delay: 0.50s;
    -webkit-animation-delay: 0.50s;
}

.banner-info h2 {
    font-size: 100px;
    margin-bottom: 20px;
    animation-delay: 0.60s;
    -webkit-animation-delay: 0.60s;
    text-shadow: 0px 1px 10px #000000;
}

.banner-info p {
    animation-delay: 0.70s;
    -webkit-animation-delay: 0.70s;
    text-shadow: 0px 1px 10px #000000;
    font-size: 32px;
}

.banner-info .btn.btn-primary {
    margin-top: 25px;
    animation-delay: 0.80s;
    -webkit-animation-delay: 0.80s;
}

.home-slider .carousel-indicators {
    bottom: 0px;
    cursor: default;
}

.home-slider .carousel-indicators li {
    border: none;
    margin: 5px;
    max-width: 7px;
    height: 7px;
    border: 2px solid transparent;
    border-radius: 100%;
    overflow: hidden;
    background-color: #bab2af;
}

.home-slider .carousel-indicators li:hover,
.home-slider .carousel-indicators li.active {
    max-width: 7px;
    height: 7px;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

/* slider two */
.home-slider.slider-two {
    background: rgb(30,170,157);
    background: -moz-linear-gradient(45deg, rgb(30,170,157) 0%, rgb(169,229,82) 100%, rgb(125,185,232) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(30,170,157)), color-stop(100%,rgb(169,229,82)), color-stop(100%,rgb(125,185,232)));
    background: -webkit-linear-gradient(45deg, rgb(30,170,157) 0%,rgb(169,229,82) 100%,rgb(125,185,232) 100%);
    background: -o-linear-gradient(45deg, rgb(30,170,157) 0%,rgb(169,229,82) 100%,rgb(125,185,232) 100%);
    background: -ms-linear-gradient(45deg, rgb(30,170,157) 0%,rgb(169,229,82) 100%,rgb(125,185,232) 100%);
    background: linear-gradient(45deg, rgb(30,170,157) 0%,rgb(169,229,82) 100%,rgb(125,185,232) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eaa9d', endColorstr='#7db9e8',GradientType=1 );
}

.home-slider.slider-two:before {
    display: none;
}

.home-slider.slider-two .carousel-indicators li {
    background-color: #b2e3d1;
}

.slider-two .btn.btn-primary {
    color: #80b435;
    background-color: #fff;
    border-color: #fff;
}

.slider-two .btn.btn-primary:hover {
    color: #fff;
    background-color: transparent;
}

/* slider-three */
.slider-three .banner-info {
    max-width: 650px;
}

/* Tr-promotion */
.tr-promotion {
    margin-top: 100px;
}

.hompage-2 .tr-promotion {
    background-color: #f5f5f5;
}

.single .promotion {
    background-repeat: no-repeat;
    background-size: cover;
}

.promotion {
    background-repeat: no-repeat;
    background-size: contain;
}

.promotion {



}

.promotion-info {
    color: #898989;
    padding: 18px;
}

.single .promotion-info {
    color: #fff;
    padding: 18px;
    max-width: 100%;
}


.single .tr-products{background: none;}
.single .related-products .woocommerce-loop-product__title {
    min-height: 130px;}

.promotion-info h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    margin-top: 10px;
    text-transform: uppercase;
}

.promotion-info h1 span {
    font-weight: 700;
    display: block;
    color: #fff;
}

.tr-promotion .promotion {
    border-radius: 4px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right;
}

/* tr-farmfood */
.tr-farmfood {
    background-color: #efefef;
}

.tr-farmfood.farmfood-one {
    padding-top: 100px;
}

.farmfood ul {
    margin-top: 50px;
}

.farmfood ul li {
    margin-bottom: 65px;
}

.food-info {
    font-size: 14px;
    line-height: 24px;
}

.food-info h3 {
    color: #2b2b2b;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal;
}

.farmfood ul li .icon,
.farmfood-two .farmfood .icon {
    font-size: 45px;
    color: #80b435;
}

.farmfood ul li:hover .icon,
.farmfood-two .farmfood:hover .icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.farmfood-image img {
    display: inline-block;
}

/* farmfood-two */
.farmfood-two .farmfood {
    padding: 45px 20px;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 30px;
}

.farmfood-two .farmfood p {
    margin-bottom: 0;
}

.farmfood-two .icon {
    margin-bottom: 20px;
}

/* Tr-products */
.widget-area .product {text-align: center;}
.product {
    border-radius: 4px;
    background-color: #83946b !important;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.product>a {
    display: block;
}

.product:hover {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.075) ;
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.075) ;
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.075) ;
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.075) ;
    box-shadow: 0 6px 12px rgba(0,0,0,.075) ;
}

.left-side .product:hover {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -ms-box-shadow: none!important;
    -o-box-shadow: none!important;
    box-shadow: none!important;
}


.product-image {
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.selezionati-amoretti .product-image::after, .categoria-selezionati-amoretti .product-image::after   {
    content: '';
    background-image: url('./images/selezionati.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    bottom: 0pc;
    width: 150px;
    height: 100px;
}

.product:hover .product-image img,
.products-two .product:hover .row {
    opacity: .2;
    -webkit-filter: grayscale(100%) ;
    -moz-filter: grayscale(100%) ;
    -ms-filter: grayscale(100%) ;
    -o-filter: grayscale(100%) ;
    filter: grayscale(100%) ;
}

.woocommerce-loop-product__title {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 14px;
    text-transform: uppercase;
    line-height: normal;
}

.single .woocommerce-loop-product__title {
    min-height: auto;
    margin-bottom: 0px;
}

.single .product-details-info .product-title::after {
    background-color: #8ea351;
    border-bottom: none;
    clear: both;
    content: "";
    display: block;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 70px;
    margin-left: 0px;
    margin-right: auto;
}


.single .product-details-info .woocommerce-loop-product__title::after {
    background-color: #8ea351;
    border-bottom: none;
    clear: both;
    content: "";
    display: block;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 70px;
    margin-left: 0px;
    margin-right: auto;
}


.single .widget .product .price::before {

    background-color: #f7941d;
    border-bottom: none;
    clear: both;
    content: "";
    display: block;
    height: 2px;
    margin-top: 20px;
    width: 100px;
    margin: auto;
    margin-bottom: 10px;

}

.product .price {
    color: #80b435;
    font-size: 23px;
}

.product .price del {
    color: #a4a4a4;
    margin-right: 5px;
}

.product-icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -60px;
    text-align: center;
}

.product:hover .product-icon ul li {
    left: 50%;
    -webkit-transform: translateY(0) ;
    -moz-transform: translateY(0) ;
    -ms-transform: translateY(0) ;
    -o-transform: translateY(0) ;
    transform: translateY(0) ;
}

.product-icon ul li {
    position: absolute;
    left: -100%;
    margin-left: -25px;
    -webkit-transform: translateY(-100%) ;
    -moz-transform: translateY(-100%) ;
    -ms-transform: translateY(-100%) ;
    -o-transform: translateY(-100%) ;
    transform: translateY(-100%) ;
}

.product-icon ul li:first-child {
    margin-left: -85px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.product-icon ul li:last-child {
    margin-left: 35px;
    -webkit-transition: all 900ms;
    -moz-transition: all 900ms;
    -ms-transition: all 900ms;
    -o-transition: all 900ms;
    transition: all 900ms;
}

.product-icon ul li:nth-child(2) {
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -ms-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
}

.product-icon i,
.product-icon .icon {
    font-size: 20px;
    color: #80b435;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    background-color: #fff;
    display: inline-block;
    -webkit-box-shadow: 2px 2px 18px rgba(0,0,0,.175) ;
    -moz-box-shadow: 2px 2px 18px rgba(0,0,0,.175) ;
    -ms-box-shadow: 2px 2px 18px rgba(0,0,0,.175) ;
    -o-box-shadow: 2px 2px 18px rgba(0,0,0,.175) ;
    box-shadow: 2px 2px 18px rgba(0,0,0,.175) ;
}

.product-icon .icon {
    line-height: 62px;
}

.product-icon a:last-child i,
.product-icon a:last-child .icon {
    margin-right: 0;
}

.product-icon i:hover,
.product-icon .icon:hover {
    color: #fff;
    background-color: #80b435;
}

.product-slider_top .product {
    position: relative;
    margin-right: 20px;
}

/* Products-two */
.products-two .product-image {
    margin-bottom: 0;
    border: solid 1px #ccc;
}

.products-two .product {
    text-align: left;
    position: relative;
    margin-right: 20px;
    background-image: none;
}
.products-two .woocommerce-loop-product__title {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    line-height: 23px;
}

.products-two .price {
    text-align: left;
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.products-two .price::before {
    background-color: #f7941d;
    border-bottom: none;
    clear: both;
    content: "";
    display: block;
    height: 2px;
    margin-top: 20px;
    width: 100px;
    margin-left: 0px!important;
}

.product-slider .slick-prev,
.product-slider .slick-next {
    display: none !important;
}

.slick-dots {
    bottom: 0px!important;
}

.slick-dots li {
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background-color: #e0e0e0;
}

.products-two .product-icon {
    margin-top: -30px;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
    background-color: #80b435;
}

.slick-dots li button {
    width: 50px;
    height: 0;
    padding: 0;
}

.slick-dots li button:before {
    display: none;
}

/* Tr-cta */
.cta-info h1 {
    font-weight: normal;
    color: #2b2b2b;
    font-size: 24px;
    font-family: 'Pacifico', cursive;
}

.cta-info h2 {
    color: #80b435;
    font-size: 60px;
    line-height: 48px;
    margin-top: 16px;
}

.cta-info h3 {
    color: #2b2b2b;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.countdown {
    overflow: hidden;
    margin: 45px 0;
}

.countdown li {
    float: left;
    padding: 0 25px;
    font-weight: 700;
    font-size: 32px;
    color: #80b435;
    text-align: center;
    border-right: 1px solid #e9e9e9;
}

.countdown li p {
    color: #2b2b2b;
    line-height: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.countdown li:first-child {
    padding-left: 0;
}

.countdown li:last-child {
    border-right: 0;
}

.cta-info .btn.btn-primary {
    padding: 10px 20px;
}

.cta-info .btn.btn-primary i {
    margin-right: 5px;
}

/* cta-two */
.cta-two {
    position: relative;
    background-image: url(images/cta-bg.jpg);
}

.cta-two .cta-image {
    margin-top: -100px;
}

.cta-two .cta-info {
    padding: 85px 0;
}

.cta-two .cta-info h1,
.cta-two .cta-info h2 {
    color: #fff;
}

.cta-two .cta-info h2 {
    margin-bottom: 30px;
    font-size: 95px;
}

.cta-two .btn.btn-primary {
    color: #80b435;
    border-color: #fff;
    background-color: #fff;
}

.cta-two .btn.btn-primary:hover {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

/* Tr-blog */
.entry-thumbnail {
    border-radius: 4px;
    overflow: hidden;
}

.entry-header {
    overflow: hidden;
}

.entry-thumbnail img {
    width: 100%;
}

.tr-post {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 30px;
}

.widget li:hover .entry-thumbnail img,
.tr-post:hover .entry-thumbnail img {
    opacity: .9;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.blog-details .tr-post:hover .entry-thumbnail img {
    filter: inherit;
    opacity: 1;
}

.entry-meta {
    overflow: hidden;
    margin-bottom: 5px;
}

.entry-meta li {
    float: left;
    margin-right: 15px;
    position: relative;
}

.entry-meta li,
.entry-meta li a {
    color: #80b435;
}

.entry-content {
    position: relative;
    margin-top: 15px;
}

.entry-content a:hover {
    color: #80b435;
}

.entry-meta li:after {
    position: absolute;
    content: "";
    top: 6px;
    right: -8px;
    width: 1px;
    height: 12px;
    background-color: #bbb;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}

.entry-meta li:last-child {
    margin-right: 0;
}

.entry-meta li:last-child:after {
    display: none;
}

.entry-title {
    color: #2b2b2b;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 24px;
}

.entry-title a {
    color: #2b2b2b;
}

/* blog-two */
.blog-two .tr-post {
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
}

.blog-two .entry-thumbnail {
    border-radius: 0;
}

.blog-two .entry-content {
    padding: 30px;
    margin: 0;
}

.post-time {
    position: absolute;
    top: -45px;
    width: 60px;
    display: block;
    text-align: center;
}

.post-time span {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 8px;
    line-height: 30px;
    text-transform: uppercase;
    background-color: #80b435;
}

.post-time span span {
    line-height: 0;
    font-size: 14px;
}

/* blog-details */
.post-inner-image {
    margin: 30px 0;
}

.post-inner-image img {
    border-radius: 4px;
    width: 100%;
}

.total-surface {
    margin-bottom: 20px;
}

.total-surface span {
    font-size: 60px;
    display: block;
    font-weight: 300;
    color: #80b435;
}

.blockquote {
    border-left: 0;
    padding: 0;
    margin: 50px 0;
}

.blockquote span {
    color: #80b435;
    font-size: 30px;
}

blockquote {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
}

.blog-social {
    overflow: hidden;
    margin: 50px 0 20px;
}

.blog-social li {
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
}

.blog-social li:last-child {
    margin-right: 0;
}

.blog-social li i {
    margin-right: 10px;
}

.blog-social li a {
    color: #fff;
    display: block;
    padding: 10px 30px;
    border: 1px solid transparent;
    border-radius: 30px;
}

.blog-social li a:hover i {
    color: #bbc0d4;
}

.blog-social li:nth-child(1) a {
    background-color: #80b435;
}

.blog-social li:nth-child(2) a {
    background-color: #55acee;
}

.blog-social li:nth-child(3) a {
    background-color: #3b5998;
}

.blog-social li a:hover {
    color: #969696;
    border-color: #f2f2f2;
    background-color: transparent;
}

.tr-author {
    overflow: hidden;
}

.tr-author .media {
    max-width: 350px;
    float: left;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #f7f5f6;
    border: 1px solid #f7f5f6;
}

.author-avatar img {
    width: 100%;
    height: 100%;
}

.author-title {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.author-title a {
    color: #2b2b2b;
}

.author-title a:hover {
    color: #80b435;
}

.tr-follow,
.follow-social {
    text-align: center;
    border-radius: 30px;
    background-color: #fff;
}

.tr-follow {
    float: right;
    color: #80b435;
    font-weight: 700;
    position: relative;
    margin-top: 30px;
    padding: 10px 40px;
    overflow: hidden;
    border: 2px solid #ebebeb;
}

.follow-social {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 5px 20px;
}

.tr-follow:hover .follow-social {
    left: 0;
}

.follow-social a {
    padding: 4px 6px;
    display: inline-block;
}

.follow-social a:hover {
    color: #969696;
}

.follow-social a:hover .fa-facebook {
    color: #344f88;
}

.follow-social a:hover .fa-twitter {
    color: #2696cf;
}

.follow-social a:hover .fa-google-plus {
    color: #d34132;
}

.tr-comments form {
    position: relative;
    margin-top: 8px;
    overflow: hidden;
}

.tr-comments .btn.btn-primary {
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 0;
    border: 0;
    width: 24px;
    height: 16px;
    text-indent: 999999px;
    background-color: transparent;
    background-image: url(images/others/submit1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.tr-comments .btn.btn-primary:hover {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.tr-comments textarea.form-control {
    height: 45px;
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 0;
    resize: none;
}

.comment-box .comment-meta a:hover {
    color: #80b435;
}

.widget .post-date,
.widget.widget_recent_entries a:hover {
    color: #80b435;
}

.tagcloud a:hover {
    color: #fff;
    background-color: #80b435;
}

/* Tr-brand */
.tr-brand {
    padding: 60px 0;
    text-align: center;
}

.tr-brand img {
    display: inline-block;
}

.brand-slider .slick-dots {
    display: none !important;
}

/* Tr-about */
.tr-about h1 {
    color: #2b2b2b;
    font-size: 30px;
    font-weight: normal;
    font-family: 'Pacifico', cursive;
}

.tr-about h2 {
    color: #2b2b2b;
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 20px;
}

.tr-about h2 span {
    font-weight: 700;
}

.tr-about .who-we-are {
    margin-top: 50px;
    padding-left: 30px;
}

.watch-video {
    overflow: hidden;
    text-align: center;
    height: 390px;
    position: relative;
    z-index: 1;
    background-image: url(images/video-bg.jpg);
}

.watch-video:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(30,170,157,0.9);
    background: -moz-linear-gradient(45deg, rgba(30,170,157,0.9) 0%, rgba(165,227,84,0.9) 100%, rgba(125,185,232,0.9) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(30,170,157,0.9)), color-stop(100%,rgba(165,227,84,1)), color-stop(100%,rgba(125,185,232,1)));
    background: -webkit-linear-gradient(45deg, rgba(30,170,157,0.9) 0%,rgba(165,227,84,0.9) 100%,rgba(125,185,232,0.9) 100%);
    background: -o-linear-gradient(45deg, rgba(30,170,157,0.9) 0%,rgba(165,227,84,0.9) 100%,rgba(125,185,232,0.9) 100%);
    background: -ms-linear-gradient(45deg, rgba(30,170,157,0.9) 0%,rgba(165,227,84,0.9) 100%,rgba(125,185,232,0.9) 100%);
    background: linear-gradient(45deg, rgba(30,170,157,0.9) 0%,rgba(165,227,84,0.9) 100%,rgba(125,185,232,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eaa9d', endColorstr='#7db9e8',GradientType=1 );
}

.watch-video .video-link {
    font-size: 100px;
    color: #fff;
}

.watch-video .video-link:hover i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.watch-video .video {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 100%;
    height: 100%;
    line-height: 0;
}

/* Magnific-popup overwrite CSS */
.mfp-iframe-holder .mfp-content {
    border-radius: 5px;
    border: 10px solid #fff;
}

.mfp-iframe-holder .mfp-close {
    top: -45px;
    right: -20px;
}

.mfp-figure {
    border-radius: 5px;
    background-color: #ddd;
}

img.mfp-img {
    padding: 12px;
}

.mfp-image-holder .mfp-close {
    top: -35px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

.mfp-counter {
    right: 50%;
    color: #fff;
    top: 50px;
    margin-right: -20px;
}

.mfp-iframe-holder .mfp-content {
    border-radius: 5px;
    border: 10px solid #fff;
}

.mfp-iframe-holder .mfp-close {
    top: -45px;
    right: -20px;
}

/* Tr-pricing */
.pricing-content {
    padding: 15px;
    border-radius: 4px;
}

.pricing-tabs {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.pricing-tabs .menu-item {
    display: inline-block;
    margin-right: 35px;
}

.pricing-tabs .menu-item:last-child {
    margin-right: 0;
}

.pricing-tabs .nav-link {
    border: 0;
    font-size: 18px;
    padding: 20px 0;
    color: #666;
    position: relative;
}

.pricing-tabs .nav-link:after {
    position: absolute;
    content: "";
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #80b435;
    opacity: 0;
}

.pricing-tabs .menu-item.show .nav-link,
.pricing-tabs .nav-link:hover,
.pricing-tabs .nav-link.active {
    border: 0;
    color: #80b435;
}

.pricing-tabs .menu-item.show .nav-link:after,
.pricing-tabs .nav-link:hover:after,
.pricing-tabs .nav-link.active:after {
    opacity: 1;
}

.pricing-content .tab-content {
    padding: 40px 50px;
}

.pricing-content.pricing-one {
    padding: 15px;
}

.pricing-one ul {
    overflow: hidden;
    padding: 0 15px;
}

.pricing-one ul li {
    margin-bottom: 40px;
}

.pricing-one ul li:last-child {
    margin-bottom: 0;
}

.pricing-one h3 {
    font-size: 18px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.pricing-one h3,
.pricing-one h3 a {
    color: #2d2d2d;
}

.pricing-one h3 a:hover {
    color: #80b435;
}

.pricing-one h3:after {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: -1;
    background-color: #f0f0f0;
}

.pricing-one h3 span {
    padding-right: 20px;
    background-color: #fff;
}

.pricing-one .time {
    color: #80b435;
    font-size: 18px;
    font-weight: 700;
}

.pricing .price {
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.pricing .price.active {
    border-left: 2px solid #f5f5f5;
    border-right: 2px solid #f5f5f5;
    background-color: #fcfcfc;
}

.pricing .price>span {
    font-size: 18px;
    display: block;
    padding: 30px 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid #f5f5f5;
}

.pricing .price.active>span {
    color: #80b435;
}

.pricing .price h1 {
    font-size: 96px;
    font-weight: 300;
    color: #666;
    margin-bottom: 0;
}

.pricing .price h1 sub {
    font-size: 36px;
    bottom: 0;
}

.pricing-list {
    padding: 40px 15px;
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 2px solid #f5f5f5;
}

.pricing-list li {
    margin-bottom: 15px;
}

.pricing-list li:last-child {
    margin-bottom: 0;
}

.pricing .btn.btn-primary {
    color: #80b435;
    margin-bottom: 30px;
    border-color: transparent;
    background-color: transparent;
}

.pricing .btn.btn-primary:hover {
    color: #fff;
    background-color: #80b435;
}

.pricing .price.active .btn.btn-primary {
    color: #fff;
    background-color: #80b435;
    border-color: #80b435;
}

.pricing .price.active .btn.btn-primary:hover {
    background-color: transparent;
    color: #80b435;
}

/* pricing-two */
.pricing-two .col-md-4 {
    padding: 0;
}

.section-bg-white.pricing-two {
    padding: 0 30px;
}

/* pricing-three */
.pricing-three .pricing-content {
    background-color: transparent;
}

.pricing.pricing-three .btn.btn-primary {
    color: #868686;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}

.pricing.pricing-three .btn.btn-primary:hover {
    color: #fff;
    background-color: #80b435;
    border-color: #80b435;
}

.pricing.pricing-three .price.active .btn.btn-primary {
    border-color: #80b435;
}

.pricing.pricing-three .price.active .btn.btn-primary:hover {
    background-color: #fff;
}

.pricing-three .price,
.pricing-three .price.active {
    background-color: #fff;
    border-radius: 4px;
}

.pricing-three .price>span,
.pricing-three .price.actove,
.pricing-three .pricing-list {
    border: 0;
}

/* tr-testimonial */
.testimonial-content {
    max-width: 780px;
    display: inline-block;
}

#testimonial-carousel {
    padding-top: 100px;
}

.testimonial {
    font-size: 18px;
}

.testimonial-title {
    font-size: 14px;
    color: #a9a9a9;
    margin-top: 45px;
    padding-top: 35px;
    display: inline-block;
    border-top: 1px solid #d9d9d9;
}

.testimonial-title h1 {
    font-size: 24px;
    color: #80b435;
    font-weight: normal;
    margin-bottom: 5px;
}

.testimonial-content .carousel-indicators img {
    display: inline-block;
}

.testimonial-content .carousel-indicators {
    top: 0;
}

.testimonial-content .carousel-indicators li {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    display: block;
    max-width: inherit;
    flex: inherit;
    text-indent: inherit;
    margin: 0 10px;
    opacity: .5;
    background-color: #dededd;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.testimonial-content .carousel-indicators li:hover,
.testimonial-content .carousel-indicators li.active {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/* user-account */
.user-account {
    background-image: url(images/account-bg.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

.account-content {
    font-size: 18px;
    width: 570px;
    padding: 60px 100px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    box-shadow: 0 6px 12px rgba(0,0,0,.075);
}

.user-account h1 {
    color: #2b2b2b;
    font-weight: 300;
    margin: 30px 0 20px;
}

.user-account form {
    margin-top: 40px;
}

.user-account .form-control {
    font-size: 18px;
    height: 60px;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #fafafa;
}

.user-account .btn.btn-primary {
    width: 100%;
    border-radius: 10px;
}

.user-account .btn.btn-primary:hover {
    color: #80b435;
    background-color: #fff;
}

.forgot-password {
    font-weight: 700;
    margin: 40px 0;
}

.user-account .social {
    overflow: hidden;
    padding-top: 35px;
    border-top: 1px solid #ebebeb;
}

.user-account .social li a {
    font-size: 24px;
    padding: 10px 70px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.user-account .social li:first-child a {
    background-color: #1da1f2;
    border: 1px solid #1da1f2;
}

.user-account .social li:first-child a:hover {
    color: #1da1f2;
    background-color: transparent;
}

.user-account .social li:last-child a {
    background-color: #3b5998;
    border: 1px solid #3b5998;
}

.user-account .social li:last-child a:hover {
    color: #3b5998;
    background-color: transparent;
}

.already-acount {
    font-weight: 700;
    margin-top: 45px;
}

.user-account form p {
    margin: 40px 0;
}

/* price slider */
#price_slider {
    margin-top: 30px;
    position: relative;
}

.ui-slider {
    height: 2px;
    margin: 4px 5px 4px 7px;
    border: none;
    border-radius: 0;
    background: #80b435;
    font-family: inherit;
    cursor: pointer;
}

.ui-slider a {
    transition: inherit;
}

.ui-slider .ui-slider-range {
    display: none;
}

.ui-slider .ui-slider-handle {
    height: 20px;
    width: 20px;
    background: #80b435;
    border-radius: 100%;
    margin-top: -9px;
    margin-left: -10px;
    cursor: pointer;
    position: absolute;
}

.price_slider_amount {
    margin-top: 30px;
}

.price_slider_amount input {
    float: left;
    border: none;
    width: 50%;
    margin-top: 5px;
    font-size: 14px;
}

.price_slider_amount .btn.btn-primary {
    float: right;
    padding: 6px 20px;
    font-size: 12px;
}

/* widget */
.widget .product {
    padding: 0;
    box-shadow: none;
    text-align: left;
    margin-bottom: 0;
}

.widget .product .product-image {
    width: 100%;
    float: left;
    margin-right: 10px;
}

.widget_recent_entries .product  span {
    font-size: 20px;
}
.widget_recent_entries .product .price{display: block; padding-bottom: 8px;}

/* product-details */
.details-slider {
    padding-top: 70px;
    background-color: #fff;
}
.details-slider .carousel-indicators {
    margin: 0;
}

.details-slider .carousel-indicators li {
    max-width: inherit;
    width: 25%;
    height: auto;
    display: block;
    flex: inherit;
    text-indent: inherit;
    margin-left: 25px;
    margin-right: 0;
}

.details-slider .carousel-indicators li:first-child {
    margin-left: 0;
}

.details-slider .carousel-indicators li:before,
.details-slider .carousel-indicators li:after {
    display: none;
}

.product-details-info {
    padding: 40px 0;
}

.product-details-info p {
    color: #999;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.product-details-info .woocommerce-loop-product__title {
    font-size: 30px;
    line-height: 32px;
}

.product-details-info .price {
    color: #6b8349;
    font-size: 24px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
    padding-top: 10px;
}

.product-details-info .add-to-cart {
    padding-top: 10px;
}

.product-details-info .price del {
    color: #a4a4a4;
    font-size: 18px;
    margin-right: 5px;
}

.product-details-info ul li {
    font-size: 18px;
    font-weight: 700;
    color: #666;
    margin-bottom: 27px;
    padding: 0px 20px 10px 78px;
    position: relative;
    border-bottom: dotted 1px #ccc;
}

.product-details-info ul li:last-child {
    margin-bottom: 0;
}

.quantity-price {
    margin: 25px 0 40px;
}

.quantity-price span {
    font-weight: 700;
    color: #2b2b2b;
    margin-right: 15px;
    text-transform: uppercase;
}

.quantity {
    text-align: center;
    font-size: 14px;
    width: 130px;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    display: inline-block;
}

.quantity a {
    color: #2b2b2b;
    padding: 0 10px;
    line-height: 0;
    border: 0;
    display: inline-block;
}

.quantity a:hover {
    color: #80b435;
}

.quantity a i {
    line-height: 0;
}

.quantity input {
    width: 50px;
    border: 0;
    font-size: 18px;
    color: #363636;
    text-align: center;
    padding: 5px;
    margin-bottom: 0;
    background-color: transparent;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.add-to-cart span {
    font-size: 20px;
    margin-left: 20px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    background-color: #f5f5f5;
}

.add-to-cart span:hover {
    background-color: #80b435;
}

.add-to-cart span a {
    color: #80b435;
    display: block;
    padding: 12px 15px;
}

.add-to-cart span:hover a {
    color: #fff;
}

.products-description {
    font-size: 18px;
    line-height: 28px;
}

.products-description.section-bg-white {
    padding: 20px 30px;
    margin-top: 40px;
}

.wc-tabs {
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    text-align: center;
}

.wc-tabs>li>.description_tab{
    font-size: 18px;
    border: none;
    padding: 15px 30px;
    text-transform: capitalize;
    position: relative;
    margin-right: 1px;
}

.wc-tabs>li>a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background-color: #80b435;
}

.wc-tabs>li:hover:after,
.wc-tabs>li.active:after {
    opacity: 1;
}
.wc-tabs li {
    display: inline-block;
    padding: 7px;
}
.wc-tabs .active{border-bottom: solid 4px #80b435!important;}
.wc-tabs .active, .wc-tabs li:hover {
	border-bottom: solid 4px #80b435;
}
#tab-description h2{display: none!important;}


.nav-tabs .menu-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
    color: #80b435;
}

/* related-products */
.related-products h1 {
    color: #2b2b2b;
    font-size: 30px;
    margin: 45px 0 35px;
    font-weight: normal;
    text-align: center;
}

/* gmap */
#gmap {
    height: 420px;
    margin-bottom: 30px;
    background-color: #ececec;
}

/* tr-contact */
.form-content.section-bg-white {
    padding: 70px 100px;
}

.form-content h3,
.tr-address span {
    font-size: 24px;
    font-weight: 400;
    color: #666;
    margin-bottom: 30px;
}

.contact-info .icon {
    font-size: 25px;
    color: #80b435;
}

.contact-info .media {
    margin-bottom: 30px;
}

.contact-info .media-body {
    margin-top: 7px;
}

.contact-info span {
    display: block;
}

.tr-address span {
    padding-left: 55px;
}

.tr-address .media {
    margin-bottom: 0;
}

.contact-form .form-group {
    position: relative;
}

.contact-form .input-group-addon {
    position: absolute;
    left: 20px;
    padding: 0;
    color: #d9d9d9;
    border: 0;
    top: 18px;
    background-color: transparent;
}

.contact-form .form-control {
    border: 2px solid #f0f0f0;
    margin-bottom: 30px;
    border-radius: 4px;
    padding: 15px 20px 15px 50px;
}

.contact-form .form-control:focus {
    border-color: #80b435;
}

textarea.form-control {
    height: 150px;
    resize: none;
}

/* tr-pagination */
.tr-pagination {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 4px;
}

.pagination {
    margin: 0;
    width: 100%;
    padding: 0 15px;
    display: block;
}

.pagination li {
    font-size: 18px;
    display: inline-block;
}

.pagination>li>.page-numbers,
.pagination>li>span {
    border: 0;
    color: #969696;
    border-radius: 0;
    padding: 20px 10px;
    display: block;
    float: none;
    position: relative;
    background-color: transparent;
}

.pagination>li>.page-numbers:before,
.pagination>li>.page-numbers:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    background-color: #80b435;
}

.pagination>li>.page-numbers:before {
    top: 0;
}

.pagination>li>.page-numbers:after {
    bottom: 0;
}

.pagination>li>a:hover:before,
.pagination>li>a:hover:after,
.pagination>li.active>.page-numbers:before,
.pagination>li.active>.page-numbers:after {
    opacity: 1;
}

.pagination>.active>.page-numbers,
.pagination>.active>.page-numbers:focus,
.pagination>.active>.page-numbers:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>.page-numbers:focus,
.pagination>li>.page-numbers:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #80b435;
    background-color: transparent;
}

/* Tr-footer */
.footer-widget h3 {
    font-size: 18px;
    color: #80b435;
    margin: 0px 0 15px;
    text-transform: uppercase;
}

.footer-logo {
    margin-bottom: 22px;
    font-size: 24px;
    font-weight: bolder;
}

.footer-widget li {
    margin-bottom: 0px;
}

.footer-widget li:last-child {
    margin-bottom: 0;
}

.footer-social {
    margin-top: 10px;
}

.footer-social li {
    float: left;
    margin-right: 5px;
}

.footer-social li:last-child {
    margin-right: 0;
}

.footer-social li a {
    padding: 3px;
}

.footer-social li a:hover .fa-facebook {
    color: #344f88;
}

.footer-social li a:hover .fa-twitter {
    color: #2696cf;
}

.footer-social li a:hover .fa-google-plus {
    color: #d34132;
}

.footer-social li a:hover .fa-instagram {
    color: #fb3958;
}

.footer-widget form {
    position: relative;
    margin-top: 25px;
}

.footer-widget .btn.btn-primary {
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: url('images/submit.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 18px;
    text-indent: 99999px;
}

.footer-widget .btn.btn-primary:hover {
    border-radius: inherit;
}

.footer-bottom {
    overflow: hidden;
    padding: 25px 0;
    border-top: 1px solid #e3e3e3;
    background-color: #F1EEE5;

}
.footer-bottom .float-left a {
    color: #80b435;
}

.footer-bottom .select-option li {
    float: left;
    margin-left: 20px;
}

.payment-card {
    overflow: hidden;
    border-right: 1px solid #e3e3e3;
}

.payment-card li {
    float: left;
    margin-right: 20px;
}

.select-option select {
    -webkit-appearance: button;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(images/others/dropdown-icon.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #80b435;
}

.select-option span {
    margin-right: 5px;
}

/* ==========================================================================
 	Extra CSS
 ========================================================================== */
a,
input,
.carousel-indicators li,
.product-icon,
.product-image img,
.product-icon i,
.product,
.slick-dots li,
.icon-content,
.footer-social li a i,
.form-control,
.nav-link:after,
.pagination>li>a:before,
.pagination>li>a:after,
.add-to-cart span,
.follow-social,
.icon,
.entry-thumbnail img,
.products-two .product .row,
.watch-video .video-link i,
.topbar-two path {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

/*========================
=======style-chooser======
==========================*/
.style-chooser {
    width: 140px;
    left: -140px;
    position: fixed;
    top: 50%;
    margin-top: -90px;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.style-chooser.opened {
    left: 0;
}

.style-chooser .toggler {
    position: absolute;
    top: 0;
    right: -48px;
    display: inline-block;
    background-color: #ddd;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    color: #333;
}

.style-chooser-inner {
    position: relative;
    background-color: #ddd;
    padding: 15px;
}

.style-chooser-inner h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 13px;
    color: #333;
}

.style-chooser-inner ul {
    list-style: none;
    padding: 0;
    margin: -5px;
}

.style-chooser-inner ul li {
    display: block;
    width: 40px;
    float: left;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.style-chooser-inner ul li a {
    display: block;
    height: 30px;
}

.style-chooser-inner ul li.preset1 a {
    background-color: #80b435;
}

.style-chooser-inner ul li.preset2 a {
    background-color: #ed1c24;
}

.style-chooser-inner ul li.preset3 a {
    background-color: #009400;
}

.style-chooser-inner ul li.preset4 a {
    background-color: #96004c;
}

.style-chooser-inner ul li.preset5 a {
    background-color: #2F80ED;
}

.style-chooser-inner ul li.preset6 a {
    background-color: #05b589;
}

/* New */
#testo_marchio_big {
    color: #48805d;
    font-size: 60px;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-family: Amethysta;
    line-height: 32px;
}

#testo_marchio_small {
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #8d5f45;
}

.tr-menu h1 {
    margin: auto;
}

.woocommerce-loop-product__title .small {
    display: block;
    clear: both;
    font-style: italic;
    margin-bottom: 20px;
}



.tr-cta {
    background-color: #fcfcfc;
}

.pt-30 {
    margin-top: 30px;
}

.cta-info p {
    font-size: 18px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-left: solid 2px #ccc;
    padding-top: 10px;
    margin-bottom: 40px;
}

#details-slider .carousel-item img {
    margin: auto!important;
}

.prezzi_prodotto {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}

.quantita {
    padding: 10px;
    background-color: #48805d;
    color: #fff;
    font-size: 14px;
    width: 62px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
}

.product-details-info h4 {
    margin-bottom: 23px;
    color: #48805d;
    margin-top: 26px;
}

.widget .btn {
    text-align: center;
    width: 100%;
}

.persone .icon {
    background-color: #80b435;
    padding: 8px;
    border-radius: 50%;
    line-height: 0 !important;
    font-size: ;
    color: #fff;
    margin-right: 10px;
}

.persone {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-logo h2 {
    font-size: 20px;
}

.footer-logo h2 {
    color: #48805d;
}
.textwidget h2 {
    color: #48805d;
}
.textwidget h2 {
    font-size: 20px;
}
.textwidget span {
    color: #8d5f45;
    font-size: 14px;
    line-height: 16px;
    display: block;
    text-align: left;
}

.footer-top {
    padding-top: 50px;
}

.ingredienti_block h5 {
    background-color: #f2f2f2;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ingredienti {
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

/*replace the content value with the
corresponding value from the list below*/
.ingredienti li:before {
    content: "\73";
    font-style: normal;
    font-family: "tr-icons" !important;
    font-weight: normal;
    text-decoration: inherit;

    /*--adjust as necessary--*/
    color: #8ea351 !important;
    font-size: 18px;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}



.tr-products {
    background-image: url('images/bg_middle.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-blog {
    background-image: url('images/bg_blog.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    background-color: #EEEBE2;
    padding-bottom: 120px;
}

.other_info {
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    color: #999;
    font-style: italic;
}

.lista-prodotti .attenzione {
    display: block;
    font-size: 12px;
    color: #000 !important;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 14px;
}

.lista-prodotti .price {
    display: block;
}

.product strong {
    color: #8ea351;
}

.product .small strong {
    color: #fff;
}

.product .price {
    color: #fff !important;
    padding: 0px;
    background-color: #3e5425;
    display: none;
}

.product .price:before {
    background-color: #f7941d;
    border-bottom: none;
    clear: both;
    content: "";
    display: block;
    height: 2px;
    margin-top: 20px;
    width: 100px;
    margin: auto;
}

.woocommerce-loop-product__title {
    min-height: 80px;
}

.product .small {
    min-height: 70px;
    display: block;
    color: #fff !important;
}

.price {
    text-align: center;
    display: block;
}

.tr-menu {

    position: relative;
    z-index: 6;
    width: 100%;
    background-color: rgba(131, 148, 107);
    background-color: #83946B;
    padding-bottom: 20px;

}

.tr-intro {
    padding-top: 20px;
}

.tr-intro h2 span {

    clear: both;
    display: block;
}

.tr-intro h2:after {
    background-color: #fabb27;
    border-bottom: none;
    clear: both;
    content: "";
    display: block;
    height: 6px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}
.tr-intro h1:after {
    background-color: #fabb27;
    border-bottom: none;
    clear: both;
    content: "";
    display: block;
    height: 6px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.tr-intro p {
    font-size: 21px;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
}

.content-heading {
    text-align: right;
    padding: 26px;
    color: #fff;
}

.content-heading h3,
.content-heading h2 {
    font-weight: 300!important;
}

.content-heading h3 span,
.content-heading h2 span {
    display: block;
    font-weight: 900;
}

.content-heading h3:after {
    background-color: #fabb27;
    border-bottom: none;
    clear: both;
    content: "";
    display: block;
    height: 6px;
    margin-top: 20px;
    margin-right: 0px;
    width: 100px;
    float: right;
}

.regalo h3:after,
.assaggio h2:after {
    margin-left: 0px;
    width: 100px;
    float: left;
}

.assaggio .toptext {
    color: #fabb27;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    font-family: 'Pacifico', cursive;
    display: block;
}

.assaggio p {
    font-size: 20px;
    margin-top: 20px;
    padding-left: 20px;
    border-left: solid 3px #fabb27;
}

.assaggio .scopri {
    background-color: #fabb27;
    margin-top: 10px;
}

.assaggio span {
    color: #fabb27;
}

.btn.scopri {
    border: solid 1px #fff;
    color: #fff;
    border-radius: 0px;
    display: inline-block;
}



.green {
    background-color: #aba650 !important;
}

.dark_green {
    background-color: #dfe2dc;
}

.assaggio {
    background-color: #a86131;
}

.olives {
    background-image: url('images/olives.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.pacchi {
    background-image: url('images/pacchi.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.alberi {
    background-image: url('images/alberi.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.regalo {
    background-color: #DEA03D;
}

.carousel-indicators {
    z-index: 2!important;
}

.nav_responsive {
    background-color: #F1EEE5;
}

.nav_responsive li a {
    color: #999!important;
}

#more-up-right {
    float: right;
}

#more-up-right div {
    float: left;
    margin-left: 0px;
}
.tr-menu .find-option {

    min-width: 20px;
    padding-left: 23px;
    padding-right: 23px;
    border-left: solid 1px #fff;
    display: block;

}
.show > .dropdown-menu {
    display: block;
    top: auto;
    width: 250px;
}

#navbarNav .tendina li a {

    color: #6b8349 !important;
    line-height: 7px;
    padding: 10px;
    font-size: 16px;

}

.logo_main a {
    margin-top: -50px;
    margin-left: -44px !important;
}

.welcome {
    margin-bottom: 31px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.welcome p {
    margin-top: 30px;
}

.social {
    color: #a99e83 !important;
}

.social .fa {
    margin-left: 8px;
}

.slick-slide
.items {background-image: url('images/alberi_green.png'); background-repeat: no-repeat; background-size: 150%; background-position: center bottom;}

.onsale {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #fabb27;
    padding: 10px!important;
    color: #fff;
    border-radius: 0!important;
    left: auto!important;
    z-index: 2!important;
}



.prodotto_box img {
    text-align: center;
    width: 100%;
}

.product-image img {
    width: 100%;
    height: auto;
}
.tr-intro{background-image:url('images/pattern.jpg')!important; background-repeat: repeat; }
.logomain{width: 150px; background-image:url('images/logo.png'); background-repeat: no-repeat; }
.logomain {
    width: 230px;
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    margin-top: -8px;
    background-size: 75%;
    background-position: center;
    margin-bottom: -30px;
}
.logomain a {
    text-indent: -9999px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.product-details-info .product-title {
    font-size: 30px;
    line-height: 32px;
}


/* Sidenav language */


.language-box {
    margin-top: 100px;
}

/*Fine Sidenav language */
.bg-image{background-position: bottom; background-size: cover;}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
}

.button.product_type_simple {
    background-color: #83946b !important;
    padding-bottom: 9px;
    color: #fff;
}
.related .product {
    margin-bottom: 20px !important;
}
#breadcrumbs {
    margin-top: 20px;
}
.widget-area .button{color: #fff!important;}
#menu-item-22 {
    width: 196px;
}

.module.interno {
    padding-top: 100px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background-color: #3e5425;}


/****************CHECKOUT***************/
.woocommerce form .form-row {
    width: 100% !important;
}
.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    width: 100% !important;
    padding: 8px;
}
.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    width: 100%;
    height: 30px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
}
.custom-checkout h3 {
    background-color: #165f1c;  /****CHANGE TO COLOR YOU WANT TO USE FOR TITLE BACKGROUND ****/
    width: 45%;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-top: 50px;
    color: #FFF;
    float: right;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: .6180469716em;
    background-color: #DFDBCF;
    color: #43454b;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
   border:none;
}

#wc_checkout_add_ons {
    width: 45%;
    float: right;
    text-align: center;
}
.woocommerce .blockUI.blockOverlay {
position: relative!important;
display: none!important;
}

@media screen and (max-width: 979px) {
.custom-checkout h3 {
 width: 100%;
}
#side_product td.col_pulsante, #side_product td.col_attributi, #side_product td.col_prezzo {
    width: 100%;
    display: block;
}




}


.woocommerce{
.col-1, .col-2{
max-width:none;
}
}


#ship-to-different-address {
    font-size: 20px;
}
.woocommerce-shipping-fields{margin-top: 10px;}

.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 38px;
    color: #83946b !important;
    font-weight: bold;
    margin-bottom: 60px;
}
.woocommerce ul.order_details {
    margin: auto 3em;
    list-style: none;
    display: inline-block;
    text-align: center;
}
.woocommerce .header-dettaglio-order {
    background-color: #fff;
    text-align: center;
    padding: 20px; margin-bottom: 40px;
}
.woocommerce .shop_table{border: 0!important;}
.woocommerce .woocommerce-order-details__title{
text-align: center;padding: 20px; color: #2b2b2b;
font-size: 48px;
text-align: center;
font-weight: normal;}
.woocommerce .woocommerce-customer-details h2{margin-bottom: 30px;
color: #2b2b2b;
font-size: 30px;
text-align: center;
font-weight: normal;
}
.mb150 {
    margin-bottom: 150px;
}

.woocommerce-MyAccount-navigation ul{list-style: none; padding: 0px; margin: 0px;}
.woocommerce-MyAccount-navigation ul li{padding: 10px; margin-bottom: 10px;background-color: #DFDBCF;}
.woocommerce-MyAccount-navigation ul li a{font-weight: bold;}
.woocommerce-MyAccount-navigation ul .is-active a{color: #80b435;}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 78%;
}
.woocommerce .button, .add_to_cart_button{background-color: #3e5425!important; color: #fff!important; padding-left: 10px!important; padding-right: 10px!important; border-radius: 0px!important; cursor: pointer;}
.home .button{background-color: #3e5425!important; color: #fff!important; padding-left: 10px!important; padding-right: 10px!important; border-radius: 0px!important; cursor: pointer; padding-top: 4px; padding-bottom: 4px;}



.woocommerce-Address {
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
    background-color: #DFDBCF;
    padding: 20px;

}
#coupon_code {
    width: 200px;
}

.product-type-variable .woocommerce-variation-add-to-cart, .variations_form{display:none!important}
.tabella_variazioni .col_immagine{max-width: 60px;}
.product-type-variable .col_pulsante .button.pulsante_aggiungi_variazione{margin-top:0!important; float: right;}




.tabella_variazioni {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.tabella_variazioni .col_attributi{
    padding: 10px;
    background-color: #48805d!important;
    color: #fff;
    font-size: 14px;
    width: 62px;
    text-align: center;
    line-height: 18px;
    left: 0;
    top: 0;
    text-transform: uppercase;
}

td.col_prezzo {
    text-align: center;
}
.tabella_variazioni .col_prezzo .amount {
    color: #6b8349;
    font-size: 24px;
    margin-bottom: 0px;
    padding-top: 10px;
}
.tabella_variazioni .col_pulsante a {
    width: 100%;
    text-align: center;
}
.product_meta{margin-bottom: 20px; text-align: left;}
.product_meta span{padding-left: 12px; padding-right: 12px; padding-top: 8px; padding-bottom: 8px; background-color:#DFDBCF!important;}
.sku_wrapper .sku, .posted_in a{font-weight: bold;}
.woocommerce-product-details__short-description{text-align: left;}
.posted_in {
    display: block;
    margin-top: 20px;
}
.col_attributi span {
    font-size: 26px;
    line-height: normal;
    display: block;
}
.confezione-regalo span {
    font-size: 9px !important;
    line-height: normal;
}
#sidebar .tabella_variazioni .col_prezzo .amount {
    font-size: 18px;
}
.aggiungi_alla_lista {
    padding: 0px;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 50px;
}
.aggiungi_alla_lista span {
  display: none;
}

.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist .add_to_wishlist img {
    height: auto;
    width: 18px;
    color: #ffffff;
}

.woocommerce-message {
    margin-top: 20px;
}

/* Social */
.condividi {
    margin-top: 0px;
    padding: 40px;
    padding-bottom: 0px;
    padding-top: 20px;
}
.condividi span{
    font-size: 18px;
    font-weight: bold;
    color: #8fae1b !important;
}
.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
    width: 2em;
    vertical-align: middle;
    font-size: 1.5em;
    padding: 10px;
}
img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;display: none; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }


#menu-item-249 {
    margin-right: 25px;
}
.footer-widget .widget ul li {
   padding: 2px 0!important;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 29.5%;
}

.barra {
    background-color: #DFDBCF;
    display: inline-block;
    padding: 20px;
    margin-bottom: 40px;
    width: 100%;
}
.woocommerce-breadcrumb{display: none;}
a.button.product_type_variable.add_to_cart_button {
    display: none;
}
.page-title .toptext a{ font-size: 18px; margin-right: 10px; margin-left: 10px; color: #fabb27;}
#trigger{cursor: pointer;}

.woocommerce-page .product-slider_top {
    margin-bottom: 110px !important;
    display: block;
}
.section-bg-brown{background-color: #dfe2dc;}




/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #80b435;
  background-image: none;
}
/* Custom Select */
.widget_product_categories {
    position: relative;
    line-height: 3;
    overflow: hidden;
    border-radius: .25em;
    display: block;
}
select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/* Arrow
.widget_product_categories::after {
    content: '\25BC';
    position: absolute;
    right: 0;
    padding: 0 9px;
    background: #7F7C75;
    pointer-events: none;
    font-size: 9px;
    z-index: 2;
    top: 52px;
}*/
#product_cat {
    position: relative;
    display: block;
    clear: both;
}
/* Transition */
.select:hover::after {
  color: #f39c12;
}
.widget_product_categories::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
.widget select {
    width: 100%;
    padding: 10px;
}

.product-slider_top{visibility: hidden;}
.slick-initialized { visibility: visible; }

.page-item-9 a:after{text-decoration: none!important;background-color: transparent!important;}
.elementor-nav-menu--layout-horizontal  .page-item-27{display: block;}
.menu-item-27 a:after, .menu-item-1604 a:after{background: none; background-color: transparent!important;}
.logomain a:after{display: none;}

@media screen and (max-width: 1100px) {

.elementor-nav-menu--burger .menu-item-27, .elementor-nav-menu--burger .menu-item-1604 {display: none;}

}


form .yith-wcwl-add-to-wishlist {
    display: none;
}
form .quantity{background-color: #DFDBCF !important; margin-right: 4px;}

/* Preloader */

.testo_extra {
    clear: both;
    display: block;
}

.regalo .col_attributi, .regalo .col_prezzo, .regalo .col_pulsante {
    background-color: #DA2313 !important;
    color: #fff;
}
.regalo .amount{color: #fff!important;}
.regalo  {
    position: relative;
}
.button.product_type_variable {
    display: none !important;
}


.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 100px; height: 100px;
  text-align: right;
}
.ribbon span {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F79E05 0%, #8F5408 100%);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F5408;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F5408;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F5408;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F5408;
}

#messaggio_aggiuntivo{display: none;}

.yith_magnifier_zoom_wrap {
top: 0;
z-index: 1!important;
position: relative;
}

.elementor-menu-cart__main woocommerce-cart-form form .quantity{background-color: transparent!important;}



#breadcrumbs a{color: #fff;}
.gold {
    font-weight: bold;
    color: #efaf00;
    font-size: 15px;
}
.content_interno .order_details{width: 100%;}
/* .content_interno .order_details li{width: 20%;} */

.woocommerce-ordering select {
    padding: 10px;
}
.archive .interno{padding-top: 0px;}

.woocommerce-customer-details address{border: 0px; }


/* Video */

.embed-container {
		position: relative;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	}
.embed-container img{width: 100%;}
	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.modal-body {
    padding: 0px!important;
}
.close{opacity: 1;}

.modal-header{border: 0px; padding: 0px;}
button.close {
    position: absolute;
    right: -56px;
    top: -20px;
    font-size: 56px;
    color: #fff;
    z-index: 999;
}
.close:focus, .close:hover {
    color: #80b435!important;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    width: 100%;
    max-width: 100%;
}
@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

.modal-backdrop.show {
    opacity: 0.8!important;
}


.grtvideo-popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0, 0.85);
	z-index:99999;
}

.grtvideo-popup-content {
	margin-top:150px;
	width:95%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	position:relative;
}

.grtvideo-popup-close {
	position:absolute;
	top:-35px;
	right:0;
	color:#FFF;
	font-size:25px;
	cursor:pointer;
}

.grtyoutube-iframe {
	width:100%;
	height:480px;
}

@media (max-width:767px) {
	.grtyoutube-iframe {
		width:100%;
		height:350px;
	}
	aside#custom_html-2 {
    margin-top: 20px!important;
}

}


/* Fine Video */

.sidebar-promotion .mt-5 {
    margin-top: 0px !important;
}
.clearfix{height: 30px;}

.single .product-image {
    margin-bottom: 0px;
}

.woocommerce-message {
    margin: 0px!important;
}

.woocommerce-shipping-calculator .input-text {
    border: solid 1px #fff!important;
}

#ship-to-different-address {
    font-size: 20px;
    padding: 10px;
    background-color: rgb(131, 148, 107, 1);
    margin-top: 80px;
    color: #fff;
}

.woocommerce .order_details p{margin-bottom: 80px;}
.ytp-button, .videowall-endscreen {
    display: none!important;
}
aside#custom_html-2 {
    padding-top: 0px;
    margin-top: -60px;
}



.link_pagina {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0px;
    top: 0px;
cursor: pointer;
}

.sidebar-promotion .promotion {
    display: block !important;
}
.sidebar-promotion .regalo .content-heading p {
    display: block !important;
    width: 100%;
    clear: both;
    margin-top: 40px;
}
.products-description s{text-decoration: none;}

.home .idea_regalo p {
    display: block;
    clear: both;
    margin-top: 44px;
}

.intestazione_messaggio {
    margin-top: 20px;
}





.td_regalo label input {
  display: none; /* hide the default checkbox */
}

/* style the artificial checkbox */
.td_regalo label span {
  height: 10px;
  width: 10px;
  border: 1px solid #fff;
  display: inline-block;
  position: relative;
  background-color: #fabb27;
}

/* style its checked state..with a ticked icon */



.saved-sale {
    color: #fabb27 !important;
}

.td_regalo label {
    font-size: 13px;
    margin-left: 8px;
    margin-top: 12px;
}
.gift_pack {
    font-size: 12px!important;
    line-height: 14px;
}
.shop_table{text-transform: capitalize;}


#mc_embed_signup_scroll {
    text-align: center!important;
}
#mc_embed_signup_scroll input {
    display: inline-block!important;

}

	#mc-embedded-subscribe-form input[type=checkbox]{display: inline; width: auto;margin-right: 10px;}
	#mergeRow-gdpr {margin-top: 20px;}
	#mergeRow-gdpr fieldset label {font-weight: normal;}
#mc_embed_signup .email_input {
    height: 33px;
    width: 322px;
    margin-bottom: 13px;
}
 #mc_embed_signup .button {
    background-color: #487F5D;
    border: 0;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 8px;
}
	#mc-embedded-subscribe-form .mc_fieldset{border:none;min-height: 0px;padding-bottom:0px;}
		#mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}

		.mc4wp-alert.mc4wp-notice p {
    text-align: center;
    padding-top: 3px;
    color: red;
}




/* 17/06/2019 */
#hero_slider{position: relative;}
#big_slider {
    height: 600px;
    position: relative;
    width: 100%;
    margin: auto;
}
#big_slider .slick-slide{height: 540px; background-repeat: no-repeat; background-size: cover;position: relative;}
#big_slider .slick-slide .item {
	min-height: 480px;
    position: absolute;
    left: 50%;
    width: 650px;
    margin-left: -530px;
    top: 5%;
}
#big_slider .white{background-color: #fff;}
#big_slider .col_pulsante a {
    background-color: #48805d;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    margin-left: 50px;
}

#thumbslider{
	position: absolute; right: 50%; width: 380px; top:30px; margin-right: -530px;
	}
#small_slider .slick-track .slick-slide {
    width: 99%!important;
    background: none!important;
    height: 165px;
}
#small_slider .slick-track .slick-slide .product{margin-bottom: 10px;}
#small_slider .slick-track .slick-slide .thumb_product a .product-image, #small_slider .slick-track .slick-slide .thumb_product .woocommerce-loop-product__title{float: left; width: 40%;}
#small_slider .woocommerce-loop-product__title{font-size: 12px; padding: 8px;}
#small_slider .product-image{margin-bottom: 0px;}
#small_slider .onsale{
display: inline-block;
position: relative;
z-index: 0;
width: 64%;
padding: 2px; background-color: #9ccb00;
}
.product_slider_0, .slide_product {border: solid 1px #83946B; }
.product_slider_0{min-height: 485px;}
#bg_slider{background-repeat: no-repeat; background-position: left center;}
#big_slider .woocommerce-loop-product__description{padding: 14px; color: #999;     display: inline-block; margin-bottom: 25px;}

.slide_product {

    border-radius: 4px;
    background-color: #EBE9DC;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;

}

#small_slider .woocommerce-loop-product__title{width: 100%;color: #8d5f45;}

.bubble {
  left: 30px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  z-index: 9;
}

.bubble .inside {
  background-color: #fabb27;
  border-radius: 999px;
  display: table;
  height: 100px;
  position: relative;
  width: 100px;
  -webkit-border-radius: 999px;
}

.bubble .inside .inside-text {
  color: #fff;
  display: table-cell;
  font-size: 30px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
}
.product_assaggi .woocommerce .product {
    width: 31.2%;
    display: inline-block;
    margin: 8px;
}

.product_assaggi .product{background-color: #ffb500!important;}

#small_slider .bubble {
    left: 6px;
    position: absolute;
    text-transform: uppercase;
    top: 8px;
    z-index: 9;
    float: none !important;
    width: 100px !important;
}
#small_slider .inside {
  background-color: #fabb27;
  border-radius: 999px;
  display: table;
  height: 50px;
  position: relative;
  width: 50px;
  -webkit-border-radius: 999px;
}

#small_slider .bubble .inside .inside-text {
  color: #fff;
  display: table-cell;
  font-size: 15px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
}
#side_product, #confezioni_scroll {margin-bottom: 80px;}
#small_slider .woocommerce-loop-product__title {
    width: 50% !important;
    color:#48805d;
    font-size: 16px;
    padding-top: 10%;
    padding-left: 30px;
}
#side_product .col_attributi span,
#sidebar #side_product .col_attributi span {
  font-size: 10px;
}


.promo_slider .woocommerce-loop-product__title{color: #48805d; font-weight: bold; }
.product_slider_0{padding: 20px;background-color: #fff;}


.slider { display: none; }
.slider.slick-initialized { display: block; }
#hero_slider .slick-dots{display: none;}

@media screen and (max-width: 1070px) {
#thumbslider {
    position: absolute;
    right: 50%;
    width: 380px;
    top: 30px;
    margin-right: -508px;
}
}

@media screen and (max-width: 990px) {
 .logomain{display: none!important;}
.bg-blog{background-size: cover;}

.onsale {
    right: 24px;
}
.welcome{margin-top: 40px;}
#big_slider{height: auto; }
#big_slider .slick-slide{height:auto; min-height: 550px; padding-bottom: 30px; padding-top: 30px; }

#thumbslider {
display: none;
}
#big_slider .slick-slide .item {
    position: relative;
    width: 70%;
    top: 5%;
    margin:auto;
    left: 0px;
}
.product_assaggi .woocommerce .product {
    width: 32.9%;
    display: inline-block;
}
#footer_product .elementor-grid-item{
display: flex;
  flex-direction: column;
  }

}

@media screen and (max-width: 760px) {
.product_assaggi .woocommerce .product{width: 100%;}

}
.correlati h4{color: #8d5f45; text-align: center; margin-bottom: 26px;}
#tab-title-refer_tab:hover{border-bottom: solid 4px #80b435;}
#tab-title-refer_tab{border-bottom: solid 4px #fabb27; padding: 4px;}
#tab-title-refer_tab a{color: #3e5425;}
#tab-title-refer_tab li:hover{border: 0px;}
.wc-tabs{border: 0px;}

.sidebar-promotion {
    margin-top: 40px;
}
#tab-title-refer_tab{position: relative;}

.wc-tabs .active, .wc-tabs li {
    border-bottom: solid 4px #fff;
}

#big_slider .col_pulsante {
    text-align: center;
    background-color: transparent!important;
    border: 0px!important;
}
#big_slider td.col_prezzo {
    text-align: center;
    width: 36%;
}

/* the slides */
.slick-slide {
    margin: 0 10px;
}
/* the parent */
.slick-list {
    margin: 0 -10px;
}
.product-slider .product {
    margin-bottom: 10px;
}
.message_top p{
    color: #3e5425;
    border: solid 1px #3e5425;
    padding-left: 40px;
    padding-right: 40px;
}
.product_assaggi .woocommerce-loop-product__title {
    padding: 22px;
    text-align: center;
}
.product_assaggi .product-image {
    margin-bottom: 10px;
}
.home .blocco_confezioniassaggio {
    margin-top: -113px;
}
.products-two .tabella_variazioni .col_pulsante a {
    background-color: #48805d;
    padding: 10px;
    color: #fff;
}

.blocco_confezioniassaggio {
    margin-top: -110px;
}

#small_slider .slide_product {
    margin-right: 14px;
}

#footer_main .product{background-color: rgba(204,195,185,0.32)!important;}
.page-id-1977 .tr-blog{display: none;}
.product_meta .sku_wrapper{display: none!important;}
@media screen and (max-width: 480px) {
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content{width: 100%;}
.woocommerce-MyAccount-content{padding: 20px;}
#mc_embed_signup .email_input {
    width: 152px!important;
}
.phone-number-block{display: none;}
.promo_slider .woocommerce-loop-product__description{display: none!important;}
#big_slider td.col_attributi,  #big_slider td.col_prezzo, #big_slider td.col_pulsante{width: 100%!important; clear: both; display: block;}
#big_slider .col_pulsante a{margin-left: 0px; width: 100%;     align-self: center; }
#big_slider td.col_pulsante{padding: 0px;}
.no-mobile{display: none!important;}

.product_assaggi .woocommerce .product{margin: auto;}
.products-two .product{margin: auto;}

.tr-menu{padding-bottom: 10px;}
.elementor-element-e231df6 img{margin-top: 4px;}
}
#sidebar
.slick-dots {
    bottom: -30px!important;
}

.sidebar-promotion {
    margin-top: 110px;
    clear: both;
    display: block;
    margin-bottom: 30px;
}

#sidebar h3{color: #2b2b2b;}
.flex-control-thumbs {

    display: block;


}
.woocommerce-product-gallery .flex-viewport{height: auto!important; background-color: #fff;}
.single .add_to_wishlist {margin-bottom: 20px !important;}




.single-offerta
.hb-form-table  .hb-form-field {
    display: block;
    width: 50%;
    float: left;
}




#newsletter_form #mc_embed_signup .button{padding: 8px 40px;}
#newsletter_form a{color:#fff!important;}

#wc_checkout_add_ons{
    float: left;
}



.wc-proceed-to-checkout {
    padding: 1em 0.25em;
    width: 50%;
    display: inline-block;
    float: right;
}


/* Media query per schermi più piccoli (es: cellulari) */
@media (max-width: 767px) { /* Modifica il breakpoint di 767px  in base alle tue esigenze */
    .wc-proceed-to-checkout {
        width: 100%; /* Si estende per occupare l'intera larghezza */
        float: none;  /* Rimuove il float */
    }
}
.btninverse {
	background-color: #83946B!important;
	color: white!important;
	padding-left: 5px!important;
    padding-right: 5px!important;
    border-radius: 0px!important;
    margin-right: 5px;


    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 600;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.menu-item-27597 > a.elementor-item mark {
    background-color: #cf2e2e;
    color: white;
    padding: 4px 12px;
    margin: 0 2px;
    border-radius: 3px;
}

.elementor-nav-menu--main .elementor-nav-menu .sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    display: none !important;
    transition: none !important;
}

.elementor-nav-menu--main .elementor-nav-menu > li:hover > .sub-menu {
    display: block !important;
}

/* Assicurati che z-index sia sufficientemente alto */
.elementor-nav-menu--main .elementor-nav-menu .sub-menu {
    z-index: 999 !important;
}

/* Estendi la larghezza del dropdown */
.elementor-nav-menu--main .elementor-nav-menu .sub-menu,
.elementor-sub-item {
    width: 300px !important; /* Aumenta la larghezza secondo necessità */
    min-width: 100% !important;
    max-width: none !important;
    white-space: normal !important;
    box-sizing: border-box !important;
}

/* Assicurati che gli elementi del menu si estendano per tutta la larghezza */
.elementor-nav-menu--main .elementor-nav-menu .sub-menu li,
.elementor-nav-menu--main .elementor-nav-menu .sub-menu a {
    width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
}

/* Assicurati che il contenitore del menu abbia una posizione corretta */
.elementor-nav-menu--main .elementor-nav-menu > li {
    position: relative !important;
}

/* Migliora la visualizzazione dei testi nei dropdown */
.elementor-sub-item {
    padding: 10px 15px !important;
    line-height: 1.4 !important;
}

/* Assicurati che il sottomenu sia posizionato correttamente */
.elementor-nav-menu--main .elementor-nav-menu .sub-menu {
    left: 0 !important;
    top: 100% !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border-top: 3px solid #FABB27; /* Aggiungi un bordo superiore colorato se desiderato */
}
.gtranslate_wrapper a.glink {
  color: #3F5425;
}
#test {
  color: red;
}
