/*------------------------------------*\
  #MAIN
\*------------------------------------*/
@import url('../webfonts/font-awesome-4.7.0/css/font-awesome.min.css');
/*------------------------------------*\
  #variables
\*------------------------------------*/
/* background */
/* text */
/* colors */
/* accent / interaction */
/* font */
/* font weight */
/* font transform */
/* font size */
/* other */
/*@filter: 14px;*/
/*------------------------------------*\
  #general
\*------------------------------------*/
html {
  font-size: 100%;
}
body {
  font-size: 18px;
  color: #222222;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.3;
  background: #F8F8ED;
}
body.logged-in .only-loggedout {
  display: none;
}
body.logged-in .only-loggedin {
  display: block;
}
.only-loggedin {
  display: none;
}
.container,
.wc-block-grid.wp-block-handpicked-products,
body.archive .content-area,
body.single-product #main,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
strong {
  font-weight: 700;
}
p {
  margin-bottom: 15px;
}
a {
  color: #80B951;
}
a:hover {
  text-decoration: none;
  color: #0F3648;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', sans-serif;
  color: #0F3648;
}
h1 {
  font-size: 60px;
}
section,
body.archive .content-area,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce {
  padding-top: 75px;
  padding-bottom: 25px;
}
table {
  width: 100%;
}
table td {
  border-bottom: 1px solid #80B951;
}
table td:nth-child(even) {
  padding: 0 0 0 10px;
}
table td:nth-child(odd) {
  padding: 0 10px 0 0;
}
.o-video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.o-video video {
  width: 100%;
}
.o-video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.btn,
.woocommerce .add_to_cart_button,
.woocommerce .single_add_to_cart_button,
.wc-block-grid.wp-block-handpicked-products .wc-block-grid__products .wc-block-grid__product .add_to_cart_button,
body.woocommerce-cart .woocommerce button,
body.woocommerce-checkout .woocommerce button,
body.woocommerce-account .woocommerce button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-checkout .woocommerce_checkout_place_order,
body.woocommerce-account .addresses a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #ffffff;
  font-size: 18px;
  margin: 50px 0 0 0;
  padding: 9px 35px;
  background: #80B951;
  border-color: #80B951;
  line-height: 1;
  border-radius: 0;
  text-transform: uppercase;
  outline-style: hidden;
}
.btn:link {
  color: #ffffff !important;
  background: #80B951;
  border-color: #80B951;
}
.btn:visited {
  color: #ffffff !important;
  background: #80B951;
  border-color: #80B951;
}
.btn:hover {
  color: #ffffff !important;
  background: #0F3648;
  border-color: #0F3648;
}
.btn:active {
  color: #ffffff !important;
  background: #0F3648;
  border-color: #0F3648;
}
.btn:focus {
  box-shadow: none;
}
.product-template-default .product .c-product_box .product-section button.disabled,
.product-template-default .product .c-product_box #product-banner button.disabled {
  background-color: #555555 !important;
  opacity: 0.9 !important;
}
.o-block.o-block_bg-dark .btn {
  color: #ffffff;
  background: #80B951;
  border-color: #80B951;
}
.o-block.o-block_bg-dark .btn:hover {
  color: #0F3648 !important;
  background: #ffffff;
  border-color: #ffffff;
}
.center {
  text-align: center;
}
/* filter box */
.c-professional_no-results {
  padding: 75px 0 0 0;
}
.o-no-padding-bottom {
  padding-bottom: 0;
}
.o-no-padding-top {
  padding-top: 0;
}
.o-professionals-filter-box {
  padding-top: 25px;
  padding-bottom: 0;
}
.o-filter-box {
  background: #ffffff;
}
.o-filter-box .o-filter-list {
  padding: 20px;
  border-bottom: 2px solid #F8F8ED;
  text-transform: uppercase;
}
.o-filter-box .o-filter-list .o-filter-item a {
  padding: 0 30px 0 0;
  font-size: 16px;
  color: #0F3648;
}
.o-filter-box .o-filter-list .o-filter-item a:hover {
  border: 1px solid transparent;
  color: #80B951;
}
.o-filter-box .o-filter-list .o-filter-item a.active {
  border: none;
  font-weight: 600;
  padding: 0 30px 0 0;
  color: #0F3648;
}
.o-filter-box .o-filter-tab-content {
  padding: 10px 20px;
  border-bottom: 2px solid #F8F8ED;
  text-transform: uppercase;
  font-size: 14px;
}
.o-filter-box .o-filter-tab-content .o-filter-tab-panel .o-tab-check-options {
  margin: 0 0 20px;
}
.o-filter-box .o-filter-tab-content .o-filter-tab-panel .o-tab-check-options .form-check {
  display: inline-block;
  margin: 0 30px 0 0;
}
.o-filter-box .o-filter-tab-content .o-filter-tab-panel .o-tab-check-options .form-check input {
  margin: 2px 0 0 -20px;
}
.o-filter-box .o-filter-tab-content .o-filter-tab-panel .o-tab-check-options .form-check label {
  padding: 0;
}
.o-filter-box .o-filter-tab-content .o-filter-tab-panel .form-group {
  margin: 0 15px 0 0;
}
.o-filter-box .o-filter-tab-content .o-filter-tab-panel a {
  width: 24%;
  padding: 5px 0;
  display: inline-block;
  color: #0F3648;
}
.o-filter-box .o-filter-tab-content .o-filter-tab-panel input {
  background: #ffffff;
  padding: 2px 10px;
  /*margin: 0 10px 0 0;*/
  border-radius: 0 !important;
  border: 1px solid #ced4da;
}
.o-filter-box .o-filter-tab-content .o-filter-tab-panel .btn {
  margin: 0;
}
.o-filter-box .o-filter-tab-content .o-filter-tab-panel .o-filter-tab-panel-author input {
  margin: 0;
}
.o-filter-box .o-filter-tab-content .o-filter-tab-panel input[type=checkbox] {
  margin: 3px 10px 0 0;
}
.o-filter-box .o-filter-tab-content .o-filter-tab-panel .form-check-label {
  padding: 0 0 0 20px;
}
.o-filter-box .o-filter-tab-content .o-filter-tab-panel .o-form-check {
  padding-left: 15px;
  margin: 5px 0;
}
.o-filter-box .o-filter-selected-box {
  padding: 20px;
  text-transform: uppercase;
  font-size: 16px;
}
.o-filter-box .o-filter-selected-box ul.o-filter-selected-list {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.o-filter-box .o-filter-selected-box ul.o-filter-selected-list li {
  list-style: none;
  float: left;
}
.o-filter-box .o-filter-selected-box ul.o-filter-selected-list li:after {
  content: '-';
  margin: 0 10px;
}
.o-filter-box .o-filter-selected-box ul.o-filter-selected-list li:last-child:after {
  content: '';
  margin: 0;
}
.o-article-list .row {
  margin: 0;
}
.o-article-list .row ul {
  padding: 0;
  margin: 0;
}
.o-article-list .row ul li {
  list-style: none;
  width: 25%;
  float: left;
  min-height: 700px;
  padding: 0 7px;
}
.o-article-list .row ul li .o-category {
  text-transform: uppercase;
  font-size: 14px;
}
.o-article-list .row ul li .o-category ul.post-categories li {
  width: 100%;
  padding: 0 !important;
  min-height: auto;
}
.o-article-list .row ul li .o-category ul.post-categories li a {
  color: #0F3648;
  display: inline-block;
  padding: 10px 0 5px;
}
.o-article-list .row ul li .o-category ul.post-categories li a:hover {
  color: #80B951;
}
.o-article-list .row ul li h4 a:hover {
  color: #0F3648;
}
.o-article-list .row ul li .o-author {
  font-size: 16px;
}
.o-article-list .row ul li .btn {
  margin: 20px 0 0 0;
}
.o-article-list .row ul li hr {
  border: none;
  border-bottom: 1px solid #80B951;
  margin: 50px 0 25px;
}
.o-article-list .row ul li:first-child {
  width: 50%;
}
/* categoria articoli */
.o-generic-page-category section.o-article-list {
  padding-top: 30px;
}
.o-generic-single-page-category-article {
  padding-top: 30px;
  padding-bottom: 75px;
}
.o-generic-single-page-category-article .o-single-article-text {
  margin: 45px 0 0 70px;
}
aside.o-generic-single-page-category-article .btn {
  margin: 50px 0 0 0;
}
.o-generic-single-page-category-article-list-author {
  padding-bottom: 0;
  padding-top: 0;
}
.o-generic-single-page-category-article-list-author hr {
  border-bottom: 1px solid #80B951;
  border-top: 0;
}
.o-generic-single-page-category-article-list-author .o-article-list ul li:first-child {
  width: 25%;
}
.o-generic-single-page-category-other-article-list-author {
  padding-top: 0;
}
.o-generic-single-page-category-other-article-list-author a.btn {
  margin: 50px 0 0 0;
}
/* singolo articolo */
.o-generic-page-news h1 {
  padding: 0 0 12px 0;
  font-size: 50px;
  background-image: url(https://whitelabel.primastudio.cloud/wp-content/uploads/2022/12/sottolineatura-green.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 0 0 10px;
}
.o-generic-page-news .o-precontent {
  font-size: 24px;
  font-family: 'Playfair Display', sans-serif;
  line-height: 30px;
  margin: 0 0 30px 0;
}
.o-generic-page-news .o-author {
  margin: 0 0 5px 0;
}
.o-generic-page-news .o-category {
  margin: 0 0 25px 0;
}
.o-generic-single-page-category-article .author_avatar {
  padding: 0 0 20px;
}
.o-generic-single-page-category-article h3.author_name {
  color: #80B951;
  font-size: 24px;
  margin: 0 0 5px;
}
.o-generic-single-page-category-article .author_profession {
  margin: 0 0 20px;
}
.o-generic-single-page-category-article .author_services,
.o-generic-single-page-category-article .author_bio {
  font-size: 16px;
}
.o-generic-single-page-category-article .author_services ul {
  padding: 0;
  margin: 0 0 20px;
}
.o-generic-single-page-category-article .author_services ul li {
  list-style: none;
}
.o-generic-single-page-category-article .author_services .author_taxonomy_label {
  font-weight: 600;
}
.o-generic-single-page-category-article a.btn {
  margin: 30px 0 40px 0;
  color: #0F3648;
  background: #80B951;
  border-color: #80B951;
}
.o-generic-single-page-category-article a.btn:hover {
  color: #ffffff !important;
  background: #0F3648;
  border-color: #0F3648;
}
/* seminari */
/* seminari home box */
.o-carousel-hp-box {
  height: 600px;
}
.o-carousel-hp-box .o-courses-preview {
  height: 600px;
  position: relative;
}
.o-carousel-hp-box .o-courses-preview h4 {
  padding: 10px 0 0;
}
.o-carousel-hp-box .o-courses-preview h4 a:hover {
  color: #ffffff;
}
.o-carousel-hp-box .o-courses-preview .o-courses-edition {
  color: #80B951;
  font-family: 'Playfair Display', sans-serif;
  padding: 0 0 10px 0;
  font-size: 16px;
}
.o-carousel-hp-box .o-courses-preview a.btn {
  position: absolute;
  left: 15px;
  bottom: 25px;
}
.o-carousel-hp-box ol.carousel-indicators {
  position: relative;
}
a.o-hp-seminari-btn {
  position: relative;
  left: 50%;
  margin: 60px 0 0;
  transform: translate(-50%, 0);
}
/* seminari list */
.o-courses-list {
  background: #0F3648;
}
.o-courses-list h2 {
  padding: 0 0 12px 0;
  font-size: 50px;
  background-image: url(https://whitelabel.primastudio.cloud/wp-content/uploads/2022/12/sottolineatura-green.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 0 0 30px;
  color: #80B951;
}
.o-courses-list .o-courses-preview {
  height: 600px;
  position: relative;
  margin-bottom: 30px;
}
.o-courses-list .o-courses-preview h4 {
  padding: 10px 0 0;
}
.o-courses-list .o-courses-preview h4 a:hover {
  color: #ffffff;
}
.o-courses-list .o-courses-preview .o-courses-edition {
  color: #80B951;
  font-family: 'Playfair Display', sans-serif;
  padding: 0 0 10px 0;
  font-size: 16px;
}
.o-courses-list .o-courses-preview .o-courses-extract {
  color: #ffffff;
}
.o-courses-list .o-courses-preview a.btn {
  background: #80B951;
  border: 1px solid #80B951;
  color: #0F3648;
  position: absolute;
  left: 15px;
  margin: 0;
  bottom: 25px;
}
.o-courses-list .o-courses-preview a.btn:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #0F3648 !important;
}
/* singolo prodotto */
body.single-product #main {
  padding-top: 0 !important;
  /*padding-bottom: 75px;*/
}
h1.product_title {
  padding: 0 0 12px 0 !important;
  font-size: 50px;
  background-image: url(https://whitelabel.primastudio.cloud/wp-content/uploads/2022/12/sottolineatura-green.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 0 0 10px;
}
.product h2 {
  padding: 0 0 10px;
  font-size: 28px;
}
.product h3 {
  padding: 0 0 12px 0 !important;
  font-size: 24px;
  margin: 0;
}
.product .o-subtitle p {
  margin: 0;
}
.product .o-conductor-box {
  padding: 50px 0;
  color: #ffffff;
}
.product .o-conductor-box h3 {
  color: #80B951;
  padding: 0 15px 20px 15px !important;
}
.product .o-conductor-box .c-conductor img {
  max-width: 150px;
}
.product .o-conductor-box .c-conductor .o-author {
  padding: 10px 0;
  font-family: 'Playfair Display', sans-serif;
  font-size: 24px;
}
#product-accordion {
  padding: 40px 0 25px;
}
#product-accordion .card {
  border-radius: 0;
  border: none;
}
#product-accordion .card .card-header {
  padding: 20px 0 15px;
  border-bottom: 1px solid #0F3648;
  background-color: #F8F8ED;
}
#product-accordion .card .card-header#heading1 {
  border-top: 1px solid #0F3648;
}
#product-accordion .card .card-header a {
  font-family: 'Playfair Display', sans-serif;
  line-height: 20px;
  font-size: 24px;
  color: #0F3648;
  cursor: pointer;
}
#product-accordion .card .card-body {
  padding: 20px 0;
  background: #F8F8ED;
  border-bottom: 1px solid #0F3648;
}
#product-banner {
  margin: 40px 0 50px;
  padding: 10px 20px 20px !important;
  background-color: #0F3648 !important;
  color: #ffffff;
}
#product-banner .flex-column:first-child {
  width: 70%;
  position: relative;
}
#product-banner .flex-column:first-child p {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: 700;
  font-size: 22px;
}
#product-banner .flex-column:last-child {
  width: 30%;
  text-align: center;
  padding: 0 0 0 5%;
}
#product-banner .flex-column:last-child .woocommerce-Price-amount {
  font-size: 40px;
  font-family: 'Playfair Display', sans-serif;
  line-height: 40px;
  margin: 0 0 15px 0;
  display: block;
  color: #80B951;
}
#product-banner .flex-column:last-child form.cart {
  margin: 0;
}
#product-banner .flex-column:last-child form.cart .single_add_to_cart_button {
  height: auto !important;
  width: 100%;
  background-color: #80B951;
  border-radius: 0 !important;
}
#product-banner .flex-column:last-child form.cart .single_add_to_cart_button:hover {
  background-color: #ffffff;
  color: #0F3648;
}
#product-banner .flex-column a.button {
  border-radius: 0 !important;
  background-color: #80B951;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
#product-banner .flex-column a.button:hover {
  background-color: #ffffff !important;
  color: #0F3648 !important;
}
.c-product_box {
  margin-top: 50px;
}
.c-product_supporters {
  margin: 40px 0 0;
}
.c-product_supporters .col:nth-child(2n+1) {
  padding-right: 0 !important;
}
.c-product_supporters .col:nth-child(2n+2) {
  padding-left: 0 !important;
}
.c-product_supporters .c-conductor {
  margin: 10px 0 0;
}
.c-product_supporters .c-conductor img {
  max-width: 150px;
}
.c-product_supporters .c-conductor .o-author {
  padding: 10px 0;
  font-family: 'Playfair Display', sans-serif;
  font-size: 24px;
}
.c-product_video {
  text-align: center;
}
.c-product_video iframe {
  width: 100%;
  height: 430px;
}
.product-section {
  margin: 0 0 30px 0;
}
.product-section h3 {
  padding: 0 0 12px 0 !important;
  font-size: 24px;
  background-image: url(https://whitelabel.primastudio.cloud/wp-content/uploads/2022/12/sottolineatura-green.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  margin: 0 0 5px;
}
.product-section .d-block {
  font-weight: 600;
  margin: 0 0 10px;
}
.product-section .price {
  font-weight: 600;
  font-family: 'Playfair Display', sans-serif;
  font-size: 40px !important;
}
.product-section a.button {
  background-color: #80B951 !important;
  width: 100%;
  text-align: center;
  font-weight: 600 !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  color: #ffffff !important;
}
.product-section a.button:hover {
  background-color: #0F3648 !important;
}
.product-section form.cart {
  margin-bottom: 0 !important;
}
.product-section form.cart button {
  width: 100%;
  height: auto !important;
  background-color: #80B951 !important;
  border-radius: 0 !important;
}
.product-section form.cart button:hover {
  background-color: #0F3648 !important;
}
.product-section ul {
  padding: 0;
}
.product-section ul li {
  list-style: none;
  margin: 0 0 10px;
}
.product-section ul li strong {
  margin: 0 !important;
}
/* pagina autore */
.o-generic-page-author {
  padding-bottom: 75px;
}
.o-generic-page-author .o-right-box {
  margin: 0 0 40px 0;
}
.o-generic-page-author .o-right-box h3 {
  font-size: 24px;
}
.o-generic-page-author .o-right-box a.btn {
  margin: 20px 0 0;
}
.o-generic-page-author .o-author-bio {
  padding: 50px 0 0 140px;
}
aside.o-generic-page-author {
  padding-bottom: 75px;
}
aside.o-generic-page-author .author_user_animal,
aside.o-generic-page-author .author_user_expertise,
aside.o-generic-page-author .author_contacts,
aside.o-generic-page-author .author_support {
  padding: 0 0 20px 0;
}
aside.o-generic-page-author .author_user_animal h3.author_taxonomy_label,
aside.o-generic-page-author .author_user_expertise h3.author_taxonomy_label,
aside.o-generic-page-author .author_contacts h3.author_taxonomy_label,
aside.o-generic-page-author .author_support h3.author_taxonomy_label,
aside.o-generic-page-author .author_user_animal h3.author_contacts_label,
aside.o-generic-page-author .author_user_expertise h3.author_contacts_label,
aside.o-generic-page-author .author_contacts h3.author_contacts_label,
aside.o-generic-page-author .author_support h3.author_contacts_label {
  padding: 0 0 12px 0 !important;
  font-size: 24px;
  background-image: url(https://whitelabel.primastudio.cloud/wp-content/uploads/2022/12/sottolineatura-green.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  margin: 0 0 5px;
}
aside.o-generic-page-author .author_user_animal ul,
aside.o-generic-page-author .author_user_expertise ul,
aside.o-generic-page-author .author_contacts ul,
aside.o-generic-page-author .author_support ul {
  padding: 0 0 0 20px;
}
aside.o-generic-page-author .author_user_animal ul li,
aside.o-generic-page-author .author_user_expertise ul li,
aside.o-generic-page-author .author_contacts ul li,
aside.o-generic-page-author .author_support ul li {
  font-size: 16px;
}
aside.o-generic-page-author .author_support {
  font-size: 16px;
}
aside.o-generic-page-author .author_support .phone_support,
aside.o-generic-page-author .author_support .home_support,
aside.o-generic-page-author .author_support .office_support {
  padding: 10px 0 0;
}
aside.o-generic-page-author .author_support ul {
  margin: 0;
}
aside.o-generic-page-author .author_support .office_support .office .office_name {
  font-weight: 600;
}
aside.o-generic-page-author .author_contacts {
  padding: 30px 0 20px;
}
aside.o-generic-page-author .author_contacts ul {
  padding: 0;
}
aside.o-generic-page-author .author_contacts ul li {
  list-style: none;
}
aside.o-generic-page-author .author_contacts ul li:last-child {
  margin: 20px 0 0;
  font-size: 20px;
}
aside.o-generic-page-author .author_contacts ul li:last-child a {
  margin: 0 15px 0 0;
  color: #0F3648;
}
aside.o-generic-page-author .author_contacts ul li:last-child a:hover {
  color: #80B951;
}
aside.o-generic-single-page-category-article .author_user_expertise h3.author_taxonomy_label {
  padding: 0 0 12px 0 !important;
  font-size: 24px;
  background-image: url(https://whitelabel.primastudio.cloud/wp-content/uploads/2022/12/sottolineatura-green.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  margin: 0 0 5px;
}
aside.o-generic-single-page-category-article .author_user_expertise ul {
  padding: 0 0 0 20px;
}
aside.o-generic-single-page-category-article .author_user_expertise ul li {
  font-size: 16px;
  list-style: disc;
}
/* wpform fix */
.o-description .wpforms-container-full .wpforms-form .wpforms-field ul li {
  margin-bottom: 0 !important;
}
/* professional list */
section.o-professionals-list {
  padding-top: 0;
}
section.o-professionals-list .o-professional-preview {
  /*padding-top: 75px;
            padding-bottom: 80px;*/
  position: relative;
  height: 590px;
  margin: 75px 0 0;
}
section.o-professionals-list .o-professional-preview h4 {
  padding: 10px 0 0;
}
section.o-professionals-list .o-professional-preview h4 a {
  color: #80B951;
}
section.o-professionals-list .o-professional-preview h4 a:hover {
  color: #0F3648;
}
section.o-professionals-list .o-professional-preview .user_animal,
section.o-professionals-list .o-professional-preview .user_animal_support {
  font-size: 16px;
  margin: 10px 0 0 0;
}
section.o-professionals-list .o-professional-preview .user_animal_support {
  font-weight: 600;
  color: #80B951;
}
section.o-professionals-list .o-professional-preview a.btn {
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 15px;
}
section.o-professionals-list .o-professional-preview hr {
  position: absolute;
  bottom: 0;
  background-color: #80B951;
  height: 1px;
  display: block;
  border: 0;
  margin: 0;
  width: 90%;
}
/* woocommerce */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 20px 35px !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #0F3648 !important;
  color: #80B951 !important;
}
.woocommerce form.woocommerce-cart-form {
  margin-bottom: 70px;
}
.woocommerce form input,
.woocommerce form select {
  background: transparent !important;
}
.woocommerce form table.shop_table th {
  border-bottom: 1px solid #80B951;
  font-size: 16px;
}
.woocommerce form table.shop_table td {
  font-size: 20px;
}
.woocommerce form table.shop_table td.product-name a {
  color: #0F3648;
  font-weight: 600;
}
.woocommerce form table.shop_table td.product-name a:hover {
  color: #80B951;
}
.woocommerce form table.shop_table td.product-quantity .quantity .screen-reader-text {
  display: none;
}
.woocommerce form table.shop_table td .coupon button {
  font-weight: 500;
  padding: 12px 15px;
}
.woocommerce form table.shop_table td .coupon button:hover {
  background: #80B951;
  color: #ffffff;
}
.woocommerce form table.shop_table td .coupon .screen-reader-text {
  display: none;
}
.woocommerce form table.shop_table td button {
  color: #ffffff !important;
  padding: 12px 15px;
}
.woocommerce form.woocommerce-checkout {
  position: relative;
}
.woocommerce form.woocommerce-checkout .col2-set {
  margin: 0 0 50px 0;
  width: 50%;
}
.woocommerce form.woocommerce-checkout .col2-set .col-1 {
  min-width: 100% !important;
  width: 100%;
  float: inherit;
}
.woocommerce form.woocommerce-checkout .col2-set .col-2 {
  display: none;
}
.woocommerce form.woocommerce-checkout input {
  padding: 9px;
  border: 1px solid #80B951;
}
.woocommerce form.woocommerce-checkout .woocommerce-input-wrapper .select2 {
  height: 43px;
}
.woocommerce form.woocommerce-checkout .woocommerce-input-wrapper .select2 .selection .select2-selection {
  height: 43px;
  background: transparent;
  border: 1px solid #80B951;
  padding: 0 30px 0 9px;
}
.woocommerce form.woocommerce-checkout .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__rendered {
  padding: 0;
  line-height: 44px !important;
}
.woocommerce table.shop_table th {
  border-bottom: 1px solid #80B951;
  font-size: 16px;
}
.woocommerce table.shop_table td {
  font-size: 20px;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  margin: 0 !important;
  font-size: 24px !important;
}
.woocommerce .wc-proceed-to-checkout a:hover {
  background: #80B951;
  color: #0F3648;
}
.woocommerce .woocommerce-order h2 {
  padding: 0 0 12px 0;
  font-size: 50px;
  background-image: url(https://whitelabel.primastudio.cloud/wp-content/uploads/2022/12/sottolineatura-green.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 0 0 30px;
  color: #0F3648;
}
.woocommerce .woocommerce-order h3 {
  margin: 0 0 30px 0;
}
.woocommerce .woocommerce-order p {
  text-align: center;
  margin: 0;
  font-size: 20px;
}
.woocommerce .woocommerce-order .woocommerce-notice {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 60px 0;
}
.woocommerce .woocommerce-order .woocommerce-order-details,
.woocommerce .woocommerce-order .woocommerce-customer-details {
  padding: 0;
}
.woocommerce .woocommerce-order .woocommerce-order-details a {
  color: #0F3648;
  font-weight: 600;
}
.woocommerce .woocommerce-order .woocommerce-order-details a:hover {
  color: #80B951;
}
.woocommerce .woocommerce-order .woocommerce-customer-details p {
  text-align: left;
  font-size: 18px;
}
.woocommerce .woocommerce-order .woocommerce-customer-details address {
  padding: 0;
  border: none;
}
input.select2-search__field {
  background: transparent !important;
}
li.select2-results__option--highlighted {
  background-color: #80B951 !important;
}
#order_review_heading,
.woocommerce-checkout-review-order {
  padding: 0 15px;
}
#order_review_heading {
  position: absolute;
  top: 0;
  left: 52%;
}
.woocommerce-checkout-review-order {
  position: absolute;
  top: 50px;
  left: 52%;
  width: 48%;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  margin: 0 !important;
  background-color: #80B951;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background-color: #0F3648;
}
/* FAQ accordion page */
body.faq .wp-block-esab-accordion {
  max-width: 1200px;
  padding: 0 15px 75px;
  margin: 0 auto;
  /* &.accordion-fe1a507c {*/
  /* }*/
}
body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child {
  border: none !important;
  border-bottom: 2px solid #80B951 !important;
}
body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion {
  border-color: none;
  border-color: #80B951 !important;
}
body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion .esab__head,
body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion .esab__body {
  background: transparent !important;
}
body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion .esab__head {
  padding: 20px 10px 10px !important;
}
body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion .esab__head .esab__heading_tag {
  color: #0F3648 !important;
}
body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion .esab__head .esab__icon {
  display: none;
}
body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion .esab__body {
  border-top: none !important;
  border-color: #80B951 !important;
  padding: 10px 10px 10px 82px !important;
}
body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child .esab__head {
  padding: 20px 10px !important;
}
body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child .esab__head .esab__heading_tag {
  font-family: 'Playfair Display', sans-serif;
  font-size: 50px;
}
body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child .esab__head .esab__heading_tag strong {
  font-weight: 400;
  font-size: 22px;
  display: inline-block;
  line-height: 50px;
  border-left: 2px solid #80B951;
  padding: 0 0 0 10px;
}
body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child .esab__head .esab__icon {
  display: none;
}
/* stripe */
.single-product #wc-stripe-payment-request-wrapper,
.pagamento #wc-stripe-payment-request-wrapper,
.woocommerce-cart #wc-stripe-payment-request-wrapper,
.single-product #wc-stripe-payment-request-button-separator,
.pagamento #wc-stripe-payment-request-button-separator,
.woocommerce-cart #wc-stripe-payment-request-button-separator {
  display: none !important;
}
.carrello #wc-stripe-payment-request-wrapper {
  padding: 0 !important;
}
.carrello #wc-stripe-payment-request-button-separator {
  font-size: 14px;
  margin: 5px 0 !important;
}
.pagamento .payment_methods input {
  width: auto !important;
  margin: 0 !important;
}
.pagamento .payment_methods label {
  display: inline !important;
}
.payment_box #stripe-payment-data p {
  margin: 0;
}
.payment_box ul.woocommerce-SavedPaymentMethods {
  padding: 0;
}
.payment_box ul.wc-saved-payment-methods {
  padding: 0;
}
.payment_box fieldset.wc-payment-form {
  margin: 0 !important;
}
.payment_box fieldset.wc-payment-form .form-row {
  padding: 0 !important;
  margin: 0 !important;
}
.payment_box fieldset.wc-payment-form .form-row label {
  margin: 0 !important;
}
.payment_box fieldset.wc-payment-form .form-row .stripe-card-group,
.payment_box fieldset.wc-payment-form .form-row .wc-stripe-elements-field {
  width: 100%;
}
.payment_box fieldset .woocommerce-validated label {
  float: right;
  width: 95%;
  margin: 0 0 0 10px;
}
/* paypal */
.single-product .ppc-button-wrapper,
.woocommerce-cart .ppc-button-wrapper {
  display: none;
}
/* woocommerce message */
.woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #0F3648;
  background: #80B951;
  color: #ffffff;
  font-weight: 600;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  color: #0F3648;
}
.woocommerce-notices-wrapper .woocommerce-message a.button {
  font-weight: 500;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  border-top-color: #0F3648;
  background: #80B951;
  color: #ffffff;
  font-weight: 600;
}
.woocommerce-form-coupon-toggle .woocommerce-info:before {
  color: #0F3648;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
  font-weight: 600;
  color: #0F3648;
}
.c-product_video .c-video_player {
  display: none;
}
/* slide show products hp */
.carousel-control-next,
.carousel-control-prev {
  width: inherit;
}
.carousel-control-prev {
  left: -25px;
}
.carousel-control-next {
  right: -25px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 17px;
  height: 74px;
  background-repeat: no-repeat;
  background-position: right center;
}
.carousel-control-prev-icon {
  background-image: url(https://whitelabel.primastudio.cloud/wp-content/themes/armonieanimali-2023/images/green-arrow-left.webp);
}
.carousel-control-next-icon {
  background-image: url(https://whitelabel.primastudio.cloud/wp-content/themes/armonieanimali-2023/images/green-arrow-right.webp);
}
/* b42 adds */
#c-filter_loader {
  background-color: rgba(248, 248, 237, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
}
#c-filter_loader .spinner-border {
  margin-top: 50vh;
  margin-left: 50vw;
}
.c-authors_loader {
  height: 46px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1000;
}
.o-form-page {
  padding: 175px 0 0 0;
}
.pagamento-rinnovo-socio-ordinario h1,
.pagamento-rinnovo-socio-professionista h1,
.pagamento-socio-professionista h1 {
  padding: 0 0 12px 0;
  font-size: 50px;
  background-image: url(https://whitelabel.primastudio.cloud/wp-content/uploads/2022/12/sottolineatura-green.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 0 0 30px;
  color: #0F3648;
}
/* single news */
.single-post .o-generic-single-page-category-article.col-md-8 img {
  width: auto;
  float: left;
  margin: 0 20px 20px 0;
}
.o-desktop-view {
  display: block;
}
.o-smartphone-view {
  display: none;
}
/* book linl under article */
.o-book-box {
  font-size: 16px;
  margin: 50px 0 0 0;
}
.o-book-box a.o-book-link-img img.o-title-book-img {
  margin: 0;
  width: 100%;
}
.o-book-box a.o-book-title {
  font-size: 22px;
  font-weight: 600;
  padding: 0 0 10px 0;
}
.o-book-box .o-book-description {
  padding: 0 0 10px 0;
}
.o-book-box .o-book-publisher {
  padding: 0 0 10px 0;
}
.o-book-box a.btn {
  margin: 10px 0 40px 0;
}
@media screen and (min-width: 850px) {
  section,
  body.archive .content-area,
  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout .woocommerce,
  body.woocommerce-account .woocommerce {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  .o-desktop-view {
    display: none;
  }
  .o-smartphone-view {
    display: block;
  }
  .o-display-none {
    display: none;
  }
  .o-faq-title-box .mb-4 {
    margin-bottom: 0 !important;
  }
  .o-carousel-hp-box {
    /*height: 600px;*/
    /*ol {
            &.carousel-indicators {
                position: relative;
            }
        }*/
  }
  .o-carousel-hp-box .o-courses-preview {
    height: 570px;
    /*position: relative;

            h4 {
                padding: 10px 0 0;

                a {
                    &:hover {
                        color: @white;
                    }
                }
            }

            .o-courses-edition {
                color: @green;
                font-family: @title;
                padding: 0 0 10px 0;
                font-size: @breadcrumb;
            }

            a {
                &.btn {
                    position: absolute;
                    left: 15px;
                    bottom: 25px;
                }
            }*/
  }
  /* slide show products hp */
  .carousel-control-prev {
    left: -10px;
  }
  .carousel-control-next {
    right: -10px;
  }
  .o-generic-page-news {
    /*.o-precontent {
            font-size: @precontent;
            font-family: @title;
            line-height: 30px;
            margin: 0 0 30px 0;
        }

        .o-author {
            margin: 0 0 5px 0;
        }

        .o-category {
            margin: 0 0 25px 0;
        }*/
  }
  .o-generic-page-news h1 {
    /*padding: 0 0 12px 0;*/
    font-size: 34px;
    /*background-image: url(https://whitelabel.primastudio.cloud/wp-content/uploads/2022/12/sottolineatura-green.webp);
            background-repeat: no-repeat;
            background-position: left bottom;
            margin: 0 0 10px;*/
  }
  h1.product_title {
    /*padding: 0 0 12px 0 !important;*/
    font-size: 34px;
    /*background-image: url(https://whitelabel.primastudio.cloud/wp-content/uploads/2022/12/sottolineatura-green.webp);
            background-repeat: no-repeat;
            background-position: left bottom;
            margin: 0 0 10px;*/
  }
  .product {
    /*h3 {
            padding: 0 0 12px 0 !important;
            font-size: @h5;
            margin: 0;
        }

        .o-subtitle {
            p {
                margin: 0;
            }
        }

        .o-conductor-box {
            padding: 50px 0;
            color: @white;

            h3 {
                color: @green;
                padding: 0 15px 20px 15px !important;
            }

            .c-conductor {
                img {
                    max-width: 150px;
                }

                .o-author {
                    padding: 10px 0;
                    font-family: @title;
                    font-size: @h5;
                }
            }
        }*/
  }
  .product h2 {
    /*padding: 0 0 10px;*/
    font-size: 24px;
  }
  body.woocommerce-cart .o-hero,
  body.woocommerce-checkout .o-hero {
    height: 90px !important;
  }
  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout .woocommerce {
    padding-top: 25px;
  }
  body.faq .wp-block-esab-accordion {
    /*max-width: 1200px;
        padding: 0 15px 75px;
        margin: 0 auto;*/
    /*&.accordion-fe1a507c {*/
    /*}*/
  }
  body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child {
    /*border: none !important;
                border-bottom: 2px solid @green  !important;*/
  }
  body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion {
    /*border-color: none;
                    border-color: @green  !important;*/
  }
  body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion .esab__head,
  body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion .esab__body {
    /*background: transparent !important;*/
  }
  body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion .esab__head {
    /*padding: 20px 10px 10px !important;*/
  }
  body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion .esab__head .esab__heading_tag {
    /*color: @primary  !important;*/
  }
  body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion .esab__head .esab__icon {
    /*display: none;*/
  }
  body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion .esab__body {
    /*border-top: none !important;
                        border-color: @green  !important;*/
    padding: 0 10px 10px 24px !important;
  }
  body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child .esab__head {
    padding: 0 10px 20px !important;
  }
  body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child .esab__head .esab__heading_tag {
    /*font-family: @title;
                        font-size: @h2;*/
  }
  body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child .esab__head .esab__heading_tag strong {
    /*font-weight: @regular;
                            font-size: @subtitle;
                            display: inline-block;*/
    line-height: 30px;
    /*border-left: 2px solid @green;
                            padding: 0 0 0 10px;*/
  }
  body.faq .wp-block-esab-accordion .wp-block-esab-accordion-child .esab__head .esab__icon {
    /*display: none;*/
  }
  .o-courses-list {
    padding: 30px 0 0;
    /*background: @primary;*/
  }
  .o-courses-list h2 {
    /*padding: 0 0 12px 0;
            font-size: @h1-article;
            background-image: url(https://whitelabel.primastudio.cloud/wp-content/uploads/2022/12/sottolineatura-green.webp);
            background-repeat: no-repeat;
            background-position: left bottom;
            margin: 0 0 30px;
            color: @green;*/
  }
  .o-courses-list .o-courses-preview {
    height: auto;
    /*position: relative;*/
    margin-bottom: 75px;
    /*h4 {
                padding: 10px 0 0;

                a {

                    &:hover {
                        color: @white;
                    }
                }
            }*/
  }
  .o-courses-list .o-courses-preview .o-courses-edition {
    /*color: @green;
                font-family: @title;*/
    padding: 0 0 5px 0;
    /*font-size: @breadcrumb;*/
  }
  .o-courses-list .o-courses-preview .o-courses-extract {
    font-size: 16px;
  }
  .o-courses-list .o-courses-preview a.btn {
    /*background: @green;
                    border: 1px solid @green;
                    color: @primary;*/
    position: relative;
    left: 0;
    margin: 20px 0 0;
    bottom: 0;
    /*&:hover {
                        background: @white;
                        border: 1px solid @white;
                        color: @primary  !important;
                    }*/
  }
  .o-article-list {
    padding: 50px 0 25px !important;
  }
  .o-article-list .row {
    /*margin: 0;*/
  }
  .o-article-list .row ul {
    /*padding: 0;
                margin: 0;*/
  }
  .o-article-list .row ul li {
    /*list-style: none;*/
    width: 100%;
    /*float: left;*/
    min-height: 0;
    padding: 0;
    /*.o-category {
                        text-transform: @uppercase;
                        font-size: @filter-category;

                        ul {
                            &.post-categories {
                                li {
                                    width: 100%;
                                    padding: 0 !important;
                                    min-height: auto;

                                    a {
                                        color: @primary;
                                        display: inline-block;
                                        padding: 10px 0 5px;

                                        &:hover {
                                            color: @green;
                                        }
                                    }
                                }
                            }
                        }
                    }*/
    /*h4 {
                        a {
                            &:hover {
                                color: @primary;
                            }
                        }
                    }

                    .o-author {
                        font-size: @breadcrumb;
                    }

                    .btn {
                        margin: 20px 0 0 0;
                    }

                    hr {
                        border: none;
                        border-bottom: 1px solid @green;
                        margin: 50px 0 25px;
                    }*/
  }
  .o-article-list .row ul li:first-child {
    width: 100%;
  }
  .o-professionals-filter-box {
    padding-top: 0;
    /*padding-bottom: 0;*/
  }
  .o-filter-box {
    /*background: @white;*/
  }
  .o-filter-box .o-filter-list {
    padding: 10px;
    /*border-bottom: 2px solid @background;
            text-transform: @uppercase;*/
  }
  .o-filter-box .o-filter-list .o-filter-item a {
    padding: 0 10px 0 0;
    /*font-size: @filter;
                    color: @primary;*/
    /*&:hover {
                        border: 1px solid transparent;
                        color: @green;
                    }*/
  }
  .o-filter-box .o-filter-list .o-filter-item a.active {
    /*border: none;
                        font-weight: 600;*/
    padding: 0 10px 0 0;
    /*color: @primary;*/
  }
  .o-filter-box .o-filter-tab-content {
    padding: 10px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    /*border-bottom: 2px solid @background;
            text-transform: @uppercase;
            font-size: @filter-category;*/
  }
  .o-filter-box .o-filter-tab-content .o-filter-tab-panel {
    /*a {
                    width: 24%;
                    padding: 5px 0;
                    display: inline-block;
                    color: @primary;
                }

                input {
                    background: @white;
                    padding: 2px 10px;
                    border-radius: 0 !important;
                    border: 1px solid #ced4da;
                }

                .btn {
                    margin: 0;
                }

                .o-filter-tab-panel-author {
                    input {
                        margin: 0;
                    }
                }

                input {
                    &[type=checkbox] {
                        margin: 3px 10px 0 0;
                    }
                }

                .form-check-label {
                    padding: 0 0 0 20px;
                }*/
  }
  .o-filter-box .o-filter-tab-content .o-filter-tab-panel .form-group {
    margin: 0 0 10px;
    width: 100%;
  }
  .o-filter-box .o-filter-tab-content .o-filter-tab-panel .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 5px 0;
  }
  .o-filter-box .o-filter-tab-content .o-filter-tab-panel .mb-4 {
    margin-bottom: 10px !important;
    padding-left: 0 !important;
  }
  .o-filter-box .o-filter-tab-content .o-filter-tab-panel .o-form-check {
    /*padding-left: 15px;
                    margin: 5px 0;*/
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .o-filter-box .o-filter-selected-box {
    padding: 10px;
    /*text-transform: @uppercase;*/
    font-size: 14px;
    /*ul {
                &.o-filter-selected-list {
                    padding: 0;
                    margin: 0;
                    font-size: @filter-category;

                    li {
                        list-style: none;
                        float: left;

                        &:after {
                            content: '-';
                            margin: 0 10px;
                        }

                        &:last-child {
                            &:after {
                                content: '';
                                margin: 0;
                            }
                        }
                    }
                }
            }*/
  }
  .o-filter-box .o-filter-selected-box .row {
    margin: 0;
  }
  .o-filter-box .o-filter-selected-box .row .col-12.col-md-9 {
    border-bottom: 1px solid #F8F8ED;
    margin: 0 0 5px 0;
    padding: 0 0 5px;
  }
  .o-generic-single-page-category-article {
    padding-top: 0;
    padding-bottom: 0;
  }
  .o-generic-single-page-category-article p:last-child {
    padding-bottom: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #80B951;
  }
  .o-generic-single-page-category-article .o-single-article-text {
    /*margin: 45px 0 0 70px;*/
  }
  aside.o-generic-single-page-category-article {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .o-generic-single-page-category-article-list-author {
    padding-bottom: 0;
    padding-top: 0;
    /*hr {
            border-bottom: 1px solid @green;
            border-top: 0;
        }*/
  }
  .o-generic-single-page-category-article-list-author .o-article-list {
    padding: 0 !important;
  }
  .o-generic-single-page-category-article-list-author .o-article-list ul li:first-child {
    width: 100%;
  }
  body.single .o-article-preview {
    max-width: 100% !important;
  }
  body.single .o-article-preview .row ul li {
    padding: 0;
    min-height: auto;
  }
  .o-generic-page-author {
    padding-bottom: 25px;
    /*.o-right-box {
            margin: 0 0 40px 0;

            h3 {
                font-size: @h5;
            }

            a {
                &.btn {
                    margin: 20px 0 0;
                }
            }
        }*/
    /*.o-author-bio {
            padding: 50px 0 0 140px;
        }*/
  }
  .o-generic-page-author .col-3,
  .o-generic-page-author .col-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  aside.o-generic-page-author {
    padding-bottom: 25px;
  }
  aside.o-generic-page-author .author_user_animal,
  aside.o-generic-page-author .author_user_expertise,
  aside.o-generic-page-author .author_contacts,
  aside.o-generic-page-author .author_support {
    padding: 0 0 20px 0;
  }
  aside.o-generic-page-author .author_user_animal h3.author_taxonomy_label,
  aside.o-generic-page-author .author_user_expertise h3.author_taxonomy_label,
  aside.o-generic-page-author .author_contacts h3.author_taxonomy_label,
  aside.o-generic-page-author .author_support h3.author_taxonomy_label,
  aside.o-generic-page-author .author_user_animal h3.author_contacts_label,
  aside.o-generic-page-author .author_user_expertise h3.author_contacts_label,
  aside.o-generic-page-author .author_contacts h3.author_contacts_label,
  aside.o-generic-page-author .author_support h3.author_contacts_label {
    padding: 0 0 12px 0 !important;
    font-size: 24px;
    background-image: url(https://whitelabel.primastudio.cloud/wp-content/uploads/2022/12/sottolineatura-green.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    margin: 0 0 5px;
  }
  aside.o-generic-page-author .author_user_animal ul,
  aside.o-generic-page-author .author_user_expertise ul,
  aside.o-generic-page-author .author_contacts ul,
  aside.o-generic-page-author .author_support ul {
    padding: 0 0 0 20px;
  }
  aside.o-generic-page-author .author_user_animal ul li,
  aside.o-generic-page-author .author_user_expertise ul li,
  aside.o-generic-page-author .author_contacts ul li,
  aside.o-generic-page-author .author_support ul li {
    font-size: 16px;
  }
  aside.o-generic-page-author .author_contacts ul {
    padding: 0;
  }
  aside.o-generic-page-author .author_contacts ul li {
    list-style: none;
  }
  aside.o-generic-page-author .author_contacts ul li:last-child {
    margin: 10px 0 0;
    font-size: 20px;
  }
  aside.o-generic-page-author .author_contacts ul li:last-child a {
    margin: 0 15px 0 0;
    color: #0F3648;
  }
  aside.o-generic-page-author .author_contacts ul li:last-child a:hover {
    color: #80B951;
  }
  aside.o-generic-single-page-category-article .author_user_expertise h3.author_taxonomy_label {
    padding: 0 0 12px 0 !important;
    font-size: 24px;
    background-image: url(https://whitelabel.primastudio.cloud/wp-content/uploads/2022/12/sottolineatura-green.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    margin: 0 0 5px;
  }
  aside.o-generic-single-page-category-article .author_user_expertise ul {
    padding: 0 0 0 20px;
  }
  aside.o-generic-single-page-category-article .author_user_expertise ul li {
    font-size: 16px;
    list-style: disc;
  }
  #product-banner {
    margin: 40px 0;
    /*padding: 10px 20px 20px !important;
        background-color: @primary  !important;
        color: @white;*/
  }
  #product-banner.d-flex {
    display: block !important;
  }
  #product-banner .flex-column {
    /*a {
                &.button {
                    border-radius: 0 !important;
                    background-color: @green;
                    color: @white;
                    font-weight: @semibold;
                    text-transform: @uppercase;

                    &:hover {
                        background-color: @white  !important;
                        color: @primary  !important;
                    }
                }
            }*/
  }
  #product-banner .flex-column:first-child {
    width: 100%;
    /*position: relative;*/
  }
  #product-banner .flex-column:first-child p {
    /*margin-bottom: 0;*/
    position: relative;
    top: 0;
    transform: none;
    /*font-weight: @bold;
                    font-size: @subtitle;*/
  }
  #product-banner .flex-column:last-child {
    width: 100%;
    text-align: left;
    padding: 0;
    /*.woocommerce-Price-amount {
                    font-size: @price;
                    font-family: @title;
                    line-height: 40px;
                    margin: 0 0 15px 0;
                    display: block;
                    color: @green;
                }*/
    /*form {
                    &.cart {
                        margin: 0;

                        .single_add_to_cart_button {
                            height: auto !important;
                            width: 100%;
                            background-color: @green;
                            border-radius: 0 !important;

                            &:hover {
                                background-color: @white;
                                color: @primary;
                            }
                        }
                    }
                }*/
  }
  .c-product_video {
    /*text-align: center;*/
  }
  .c-product_video iframe {
    /*width: 100%;*/
    height: 202px;
  }
  .c-product_supporters {
    margin: 40px 0 10px;
    /*.col {
            &:nth-child(2n+1) {
                padding-right: 0 !important;
            }

            &:nth-child(2n+2) {
                padding-left: 0 !important;
            }
        }

        .c-conductor {
            margin: 10px 0 0;

            img {
                max-width: 150px;
            }

            .o-author {
                padding: 10px 0;
                font-family: @title;
                font-size: @h5;
            }
        }*/
  }
  .c-product_supporters .col-6 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .c-product_box {
    margin-top: 0;
    padding: 30px 0 0 !important;
  }
  .c-product_conductors .col {
    flex-basis: auto;
  }
  .c-product_conductors .col.c-conductor {
    margin-bottom: 30px;
  }
  #order_review_heading {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .woocommerce-checkout-review-order {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }
  .woocommerce section {
    padding-top: 25px;
  }
  .woocommerce form.woocommerce-checkout {
    position: relative;
  }
  .woocommerce form.woocommerce-checkout .col2-set {
    margin: 0 0 50px 0;
    width: 100%;
    /*.col-2 {
                        display: none;
                    }*/
  }
  .woocommerce form.woocommerce-checkout .col2-set .col-1 {
    /*min-width: 100% !important;
                        width: 100%;
                        float: inherit;*/
    padding: 0 !important;
  }
  .woocommerce form .form-row {
    padding: 3px 0 !important;
  }
  .woocommerce .woocommerce-order p {
    text-align: left;
    font-size: 16px;
    margin: 20px 0 0 !important;
  }
  .woocommerce .woocommerce-order .woocommerce-notice {
    margin: 0 0 30px;
  }
  .woocommerce .woocommerce-order h2 {
    font-size: 34px !important;
  }
  .woocommerce ul.order_details {
    padding: 0;
    margin: 0 !important;
  }
  .woocommerce ul.order_details li {
    width: 100%;
    margin: 0 0 10px;
    border-right: none !important;
  }
  .woocommerce-checkout #payment div.form-row {
    padding: 1em !important;
  }
  .woocommerce-checkout #payment div.payment_box .form-row {
    padding: 0 !important;
  }
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100% !important;
  }
  .woocommerce-SavedPaymentMethods-saveNew {
    display: none;
  }
  /* professional list */
  section.o-professionals-list {
    /*padding-top: 0;*/
  }
  section.o-professionals-list .o-professional-preview {
    /*padding-top: 75px;
                padding-bottom: 80px;
                position: relative;*/
    height: auto;
    /*margin: 75px 0 0;*/
    /*h4 {
                    padding: 10px 0 0;

                    a {
                        color: @green;

                        &:hover {
                            color: @primary
                        }
                    }
                }*/
    /*.user_animal {
                    font-size: @header;
                    margin: 10px 0 0 0;
                }*/
    /*hr {
                    position: absolute;
                    bottom: 0;
                    background-color: @green;
                    height: 1px;
                    display: block;
                    border: 0;
                    margin: 0;
                    width: 90%;
                }*/
  }
  section.o-professionals-list .o-professional-preview a.btn {
    margin: 25px 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
}
/*------------------------------------*\
  #objects
\*------------------------------------*/
.o-form-footer {
  margin: 5px 0 0 0;
}
.o-form-footer input[type=text] {
  padding: 2px 10px;
  margin: 0 10px 0 0;
  color: #222222;
  width: calc(100% - 200px);
}
.o-form-footer input[type=text]::placeholder {
  color: #555555;
}
.o-form-footer .btn {
  color: #ffffff;
  margin: 0;
  padding: 9px 35px;
  background: #80B951;
  border-color: #80B951;
}
.o-form-footer .btn:hover {
  color: #ffffff !important;
  background: #0F3648;
  border-color: #0F3648;
}
button {
  outline: 0 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.form-control,
body.single-product #main .quantity input.qty,
body.single-product #main .variations_form select,
body.woocommerce-cart input,
body.woocommerce-checkout input,
body.woocommerce-account input,
body.woocommerce-cart select,
body.woocommerce-checkout select,
body.woocommerce-account select,
body.woocommerce-cart textarea,
body.woocommerce-checkout textarea,
body.woocommerce-account textarea,
body.woocommerce-cart .select2-selection--single,
body.woocommerce-checkout .select2-selection--single,
body.woocommerce-account .select2-selection--single {
  border-radius: 0;
  padding: 2px 30px;
  border: 1px solid #80B951;
  resize: none;
  text-align: left;
  background: #ffffff;
  color: #222222;
}
select.form-control {
  height: 52px;
  padding-right: 45px;
}
textarea.form-control {
  height: 150px !important;
  padding-top: 20px;
}
input[type="checkbox"] {
  height: auto !important;
  width: auto !important;
  display: inline-block;
}
/* filters */
.o-filter_reset {
  width: 200px;
  margin: 0;
}
.o-load-more {
  margin: 40px 0;
}
/* contact form 7 */
.wpcf7-form.invalid .wpcf7-not-valid {
  border: 1px solid #80B951;
  background: #F8F8ED;
}
.wpcf7-form.invalid .wpcf7-not-valid-tip {
  font-size: 16px;
  color: #80B951;
}
.wpcf7-form.invalid .wpcf7-response-output {
  background: #F8F8ED;
  font-size: 16px;
}
.wpcf7-form .c-link_privacy {
  padding-left: 20px;
}
.wpcf7-form .wpcf7-submit:disabled {
  opacity: 0.5;
}
/* honeypot antispam */
span.cf7hp {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.o-member-registration-form-box .o-block .o-description {
  padding: 0 100px;
}
.o-member-registration-form-box .o-block .o-description .wpforms-container {
  margin: 50px 0 0 0;
}
.o-member-registration-form-box .o-block .o-description .wpforms-container .wpforms-form .wpforms-field-label {
  font-size: 18px;
  font-weight: 600;
  color: #0F3648;
}
.o-member-registration-form-box .o-block .o-description .wpforms-container .wpforms-form input,
.o-member-registration-form-box .o-block .o-description .wpforms-container .wpforms-form select {
  background-color: #ffffff;
  border: 1px solid #80B951;
  height: 52px;
  color: #222222;
}
.o-member-registration-form-box .o-block .o-description .wpforms-container .wpforms-form textarea {
  background-color: #ffffff;
  border: 1px solid #80B951;
  color: #222222;
}
.o-member-registration-form-box .o-block .o-description .wpforms-container .wpforms-form button.wpforms-submit {
  background: #80B951;
  border-color: #80B951;
  color: #ffffff;
  padding: 9px 35px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  margin: 20px 0 0;
}
.o-member-registration-form-box .o-block .o-description .wpforms-container .wpforms-form button.wpforms-submit:hover {
  background: #0F3648;
}
.o-member-registration-form-box .o-block .o-description .wpforms-container .wpforms-form .wpforms-uploader {
  background-color: transparent;
  border: 1px dashed #80B951;
}
.o-member-registration-form-box .o-block .o-description .wpforms-container .wpforms-form .wpforms-signature-wrap {
  border: 1px solid #80B951;
}
.o-member-registration-form-box .o-block .o-description .wpforms-container .wpforms-form .wpforms-signature-wrap .wpforms-signature-canvas {
  background-color: transparent;
}
.o-member-registration-form-box .o-block .o-description .wpforms-container .wpforms-form .wpforms-field-description {
  font-weight: 400 !important;
  color: #555555;
}
.o-member-registration-form-box .o-block .o-description .wpforms-container .wpforms-form .o-cost-text-box {
  padding: 25px 0 0;
}
.o-member-registration-form-box .o-block .o-description .wpforms-container .wpforms-form .o-cost-text-box label {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.o-member-registration-form-box .o-block .o-description .wpforms-container .wpforms-form .o-cost-text-box .wpforms-single-item-price {
  text-align: center;
  font-size: 20px;
}
.o-member-registration-form-box .o-block .o-description .wpforms-container .wpforms-form .o-form-newsletter-input {
  padding: 25px 0 0;
  border-top: 1px solid #80B951;
  margin: 25px 0 0 0;
}
@media screen and (max-width: 768px) {
  .o-member-registration-form-box .o-block .o-description {
    padding: 0;
  }
  .o-member-registration-form-box .o-block .o-description .wpforms-container {
    margin: 20px 0 0 0;
  }
}
#o-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  /* new css */
  /* end new css */
}
#o-header .o-header_bg {
  background-color: #F8F8ED;
  padding: 5px 0 0 0;
  border-bottom: 2px solid #80B951;
}
#o-header .o-header_bg a.o-navbar-brand {
  margin: 0;
}
#o-header .o-header_bg a.o-navbar-brand img {
  max-height: 100px;
}
#o-header .o-header-right-nav ul,
#o-header .o-header-left-nav ul {
  padding: 0 0 7px;
  border-bottom: 2px solid #80B951;
  margin: 0;
}
#o-header .o-header-right-nav ul li,
#o-header .o-header-left-nav ul li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
}
#o-header .o-header-right-nav ul li a,
#o-header .o-header-left-nav ul li a {
  color: #0F3648;
}
#o-header .o-header-right-nav ul li a:hover,
#o-header .o-header-left-nav ul li a:hover {
  color: #80B951;
}
#o-header .o-header-right-nav ul li {
  margin: 0 15px 0 0;
}
#o-header .o-header-left-nav ul li {
  margin: 0 0 0 15px;
}
#o-header .o-nav-toggler {
  padding: 25px 0 15px;
}
#o-header .hamburger-inner {
  height: 2px;
  background-color: #80B951;
}
#o-header .hamburger-inner:before,
#o-header .hamburger-inner:after {
  height: 2px;
  background-color: #80B951;
}
#o-header .o-toggler-text {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
#o-header .o-header-left-box-menu button.btn {
  margin: 25px 0;
  background: #80B951;
  border-color: #80B951;
  padding: 10px 35px;
}
#o-header .o-header-left-box-menu button.btn:hover {
  background: #0F3648;
  border-color: #0F3648;
  color: #ffffff !important;
}
#o-header #o-header_navbar {
  padding: 0;
}
#o-header #o-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 30px 70px;
  background-color: #F8F8ED;
}
#o-header #o-menu #o-menu_close {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 30px;
  border: 0;
  background-color: transparent;
  color: #80B951;
  padding: 0;
}
#o-header #o-menu a {
  color: #0F3648;
}
#o-header #o-menu a:hover {
  color: #80B951;
}
#o-header #o-menu .navbar-nav li {
  padding: 10px 10px 10px 15px;
}
#o-header #o-menu .with-image {
  @extend .d-none,
            .d-md-block;
  width: 320px;
  position: absolute;
  top: 0;
  /*right: 0;*/
  left: 47%;
}
#o-header #o-menu .with-image ~ .with-image {
  top: 200px;
}
#o-header #o-menu .with-image .item-image_container {
  height: 140px;
  width: 100%;
  overflow: hidden;
}
#o-header .o-header_socials {
  margin-bottom: 0;
}
#o-header .o-header_socials img {
  height: 25px;
  width: auto;
}
#o-header .o-cart_icon img {
  width: 50px;
  opacity: 0.6;
}
#o-header .o-cart_icon .o-cart_count {
  position: absolute;
  top: 10px;
  left: -5px;
  color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 12px;
  background: #80B951;
}
#o-header .fa-user:before,
#o-header .fa-shopping-cart:before {
  font-size: 20px;
}
.navbar-collapse {
  border-bottom: 2px solid #80B951;
  box-shadow: 0 6px 10px rgba(15, 54, 72, 0.25);
}
.navbar-collapse ul.navbar-nav {
  font-weight: 600;
}
.navbar-collapse ul li ul.sub-menu {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #o-header .o-header_bg {
    padding: 0;
  }
  #o-header .o-header_bg .col-4 {
    height: 90px;
  }
  #o-header .o-header_bg .col-4.col-md-5.text-right {
    position: relative;
  }
  #o-header .o-header_bg .col-4.col-md-5.text-right .o-header-left-nav {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
  }
  #o-header .o-header_bg .col-4.col-md-5.text-right .o-header-left-nav ul li a span.o-display-none {
    display: none;
  }
  #o-header .o-header_bg .col-4.col-md-2.text-center {
    position: relative;
  }
  #o-header .o-header_bg .col-4.col-md-2.text-center img {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    max-width: 100px;
  }
  #o-header .o-header-left-nav ul {
    border-bottom: 0 !important;
    padding: 0 !important;
  }
  #o-header .o-header-right-box-menu button[aria-expanded="true"] {
    display: none;
  }
  #o-header #o-menu {
    /*position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: @background;*/
    padding: 10px 0 20px 15px;
    /*a {
            color: @primary;

            &:hover {
                color: @white;
            }
        }*/
    /*.with-image {
            @extend .d-none,
            .d-md-block;
            width: 320px;
            position: absolute;
            top: 0;
            left: 47%;

            & ~ .with-image {
                top: 200px;
            }

            .item-image_container {
                height: 140px;
                width: 100%;
                overflow: hidden;
            }
        }*/
  }
  #o-header #o-menu ul.navbar-nav li.menu-item-has-children a {
    background-image: url(https://whitelabel.primastudio.cloud/wp-content/themes/armonieanimali-2023/images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  #o-header #o-menu ul.navbar-nav li.menu-item-has-children a.is-selected {
    background-image: url(https://whitelabel.primastudio.cloud/wp-content/themes/armonieanimali-2023/images/arrow-open.png);
  }
  #o-header #o-menu ul.navbar-nav li.menu-item-has-children ul.sub-menu li a {
    background-image: none;
  }
  #o-header #o-menu ul.navbar-nav li.menu-item-has-children ul.sub-menu li.menu-item-has-children a {
    background-image: url(https://whitelabel.primastudio.cloud/wp-content/themes/armonieanimali-2023/images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  #o-header #o-menu ul.navbar-nav li.menu-item-has-children ul.sub-menu li.menu-item-has-children a.is-selected {
    background-image: url(https://whitelabel.primastudio.cloud/wp-content/themes/armonieanimali-2023/images/arrow-open.png);
  }
  #o-header #o-menu ul.navbar-nav li.menu-item-has-children ul.sub-menu li ul.sub-menu li a {
    background-image: none;
  }
  #o-header #o-menu ul.navbar-nav li.menu-item-has-children ul.sub-menu li ul.sub-menu li.menu-item-has-children a {
    background-image: url(https://whitelabel.primastudio.cloud/wp-content/themes/armonieanimali-2023/images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  #o-header #o-menu ul.navbar-nav li.menu-item-has-children ul.sub-menu li ul.sub-menu li.menu-item-has-children a.is-selected {
    background-image: url(https://whitelabel.primastudio.cloud/wp-content/themes/armonieanimali-2023/images/arrow-open.png);
  }
  #o-header #o-menu a {
    display: block;
    padding: 3px 0;
    margin: 0 15px 0 0;
  }
  #o-header #o-menu #o-menu_scrollable-mobile .menu-main-menu-container {
    height: 450px;
    overflow-x: scroll;
  }
  #o-header #o-menu #o-menu_close {
    height: 40px !important;
    /*width: 20px;
            position: absolute;*/
    left: 15px !important;
    top: -70px;
    /*border: 0;
            background-color: transparent;
            color: @green;
            padding: 0;*/
  }
  #o-header #o-menu .navbar-nav li {
    padding: 10px 0 0;
    list-style: none;
  }
  #o-header #o-menu .navbar-nav li ul.sub-menu {
    padding: 0 0 0 20px;
  }
  #o-header #o-menu .o-header_other-links {
    position: relative;
    bottom: 0;
    margin: 50px 0 0 0;
    padding: 0;
  }
  #o-header .o-header_socials {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #o-header #o-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  #o-header #o-menu .navbar-nav li {
    padding: 0 0 0 5px;
  }
}
@media screen and (min-width: 1200px) {
  #o-header #o-menu {
    width: 100%;
    height: 460px;
    overflow: hidden;
  }
  #o-header #o-menu .navbar-nav li {
    padding: 0 0 8px;
  }
  #o-header #o-menu .menu-item .is-selected {
    color: #80B951;
  }
  #o-header #o-menu .sub-menu {
    width: 100%;
    left: 25%;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    display: none;
  }
}
.home .o-hero,
.single-product .o-hero {
  height: 700px;
}
.home .o-hero .o-hero_label,
.single-product .o-hero .o-hero_label {
  top: 30%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.page-template-page-news .o-hero,
.single-post .o-hero {
  height: 600px;
}
.page-template-page-news .o-hero .o-hero_label,
.single-post .o-hero .o-hero_label {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.o-hero {
  height: 500px;
  width: 100%;
  position: relative;
  padding: 0 0 140px 0;
}
.o-hero img.hero-bottom-img {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 1310px;
}
.o-hero .o-hero_bg-image {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 96px 0 0 0;
}
.o-hero .o-hero_bg-image img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.o-hero .o-hero_label {
  width: 80%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.o-hero .o-hero_label h1,
.o-hero .o-hero_label .h1 {
  font-family: 'Playfair Display', sans-serif;
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
}
.o-hero .o-hero_label span {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  line-height: 60px;
  color: #ffffff;
}
.o-hero_label h1,
.o-hero_label .h1,
.o-hero_label span {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 768px) {
  .home .o-hero,
  .single-product .o-hero {
    height: 400px;
  }
  .home .o-hero .o-hero_label,
  .single-product .o-hero .o-hero_label {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .o-hero {
    height: 300px;
    padding: 0;
  }
  .o-hero img.hero-bottom-img {
    display: none;
  }
  .o-hero .o-hero_bg-image {
    /*height: 100%;
            width: 100%;
            overflow: hidden;*/
    margin: 90px 0 0 0;
  }
  .o-hero .o-hero_bg-image img {
    /*min-height: 100%;
                width: 100%;
                object-fit: cover;
                object-position: center center;*/
  }
  .o-hero .o-hero_label {
    /*width: 80%;
            position: absolute;*/
    top: 50%;
    /*left: 50%;*/
    transform: translate(-50%, -50%);
  }
  .o-hero .o-hero_label h1,
  .o-hero .o-hero_label .h1 {
    /*font-family: @title;
                color: @white;*/
    font-size: 40px;
    line-height: 40px;
  }
  .o-hero .o-hero_label span {
    /*text-transform: @uppercase;
                font-family: @text;
                font-size: @h5;*/
    line-height: 28px;
    /*color: @white;*/
  }
}
@media screen and (min-width: 850px) {
  /*.o-hero {
        .o-hero_label {
            width: auto;
            bottom: 150px;
            font-size: 3rem;
            line-height: 3.5rem;
        }

        .o-hero_form hr {
            margin: 10px auto 70px;
        }
    }*/
}
@media screen and (min-width: 1024px) {
  /*.o-hero .o-hero_label {
        font-size: 3.5rem;
        line-height: 4rem;
    }*/
}
@media screen and (min-width: 1290px) {
  /*.o-hero .o-hero_label {
        font-size: 4rem;
        line-height: 4.5rem;
    }*/
}
@media screen and (max-width: 1520px) {
  /*.o-hero .o-hero_label {
        line-height: 5rem;
        font-size: 4.2rem;
    }*/
}
.o-breadcrumb {
  text-align: center;
  font-family: 'Playfair Display', sans-serif;
  line-height: 20px;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0 50px 0;
  color: #0F3648;
}
.o-breadcrumb span {
  color: #222222;
  /*font-weight: @semibold;*/
}
.o-breadcrumb a {
  font-weight: 400;
  color: #0F3648;
}
.o-breadcrumb a:hover {
  color: #80B951;
}
.woocommerce .woocommerce-breadcrumb {
  text-align: center;
  font-family: 'Playfair Display', sans-serif;
  line-height: 20px;
  font-size: 16px !important;
  font-weight: 300;
  margin: 10px 0 50px 0 !important;
  color: #0F3648 !important;
}
.woocommerce .woocommerce-breadcrumb span {
  color: #222222;
  font-weight: 600;
}
.woocommerce .woocommerce-breadcrumb a {
  font-weight: 400;
  color: #0F3648 !important;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #80B951 !important;
}
@media screen and (max-width: 768px) {
  .o-breadcrumb {
    /*text-align: center;
        font-family: @title;*/
    line-height: 14px;
    font-size: 14px;
    /*font-weight: @light;*/
    margin: 25px 0;
    /*color: @primary;*/
  }
  .o-breadcrumb span {
    /*color: @generictext;
            font-weight: @semibold;*/
  }
  .o-breadcrumb a {
    font-weight: 400;
    color: #0F3648;
  }
  .o-breadcrumb a:hover {
    color: #80B951;
  }
  .woocommerce .woocommerce-breadcrumb {
    /*text-align: center;
            font-family: @title;*/
    line-height: 14px;
    font-size: 14px !important;
    /*font-weight: @light;*/
    margin: 25px 0 !important;
    /*color: @primary  !important;*/
    /*span {
                color: @generictext;
                font-weight: @semibold;
            }

            a {
                font-weight: @regular;
                color: @primary  !important;

                &:hover {
                    color: @green  !important;
                }
            }*/
  }
}
.o-mission-box .o-layer-img img {
  position: absolute;
  z-index: 2;
  width: 87%;
}
.o-mission-box .o-block_padding-bottom {
  padding-bottom: 105px;
}
.o-partner-box {
  position: relative;
}
.o-partner-box .o-block-bg-img {
  background-size: cover;
  background-position: center center;
  width: 50%;
  min-height: 100%;
  position: absolute;
  right: 0;
}
.o-partner-box .o-block .o-block_padding-top {
  padding-top: 135px;
}
.o-partner-box .o-block .o-precontent {
  margin: 0 100px 0 0;
}
.o-no-padding-left .o-block .o-description {
  padding: 0 100px 0 0;
}
.o-no-padding .o-block .o-description {
  padding: 0;
}
.o-padding-50 .o-block .o-description {
  padding: 0 50px;
}
.o-company-list .o-block .o-description {
  line-height: 26px;
}
.o-company-list .o-block .o-description p {
  text-align: center;
}
.o-company-list .o-block .o-description p img {
  width: auto;
}
.o-company-list .o-block .o-description h4 {
  margin-bottom: 20px;
}
.o-company-list .o-block .btn {
  margin: 50px 0 0 50px;
}
.o-company-page .o-block h3 {
  margin: 0;
  padding: 0 0 30px 100px;
}
.home .o-block .o-description {
  padding: 0;
}
.o-block {
  background-repeat: no-repeat;
  background-size: cover;
}
.o-block.o-block_bg-dark {
  background-color: #0F3648;
  color: #ffffff;
}
.o-block.o-block_bg-dark h2 {
  color: #80B951;
}
.o-block .o-block_padding-bottom {
  padding-bottom: 25px;
}
.o-block .o-block_padding-top {
  padding-top: 25px;
}
.o-block h2 {
  padding: 0 0 12px 0;
  font-size: 50px;
  background-image: url(https://whitelabel.primastudio.cloud/wp-content/uploads/2022/12/sottolineatura-green.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 0 0 30px;
}
.o-block a:hover {
  color: #0F3648;
}
.o-block .o-subtitle {
  font-size: 22px;
  font-family: 'Playfair Display', sans-serif;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 30px 0;
}
.o-block .o-precontent {
  font-size: 24px;
  font-family: 'Playfair Display', sans-serif;
  line-height: 30px;
}
.o-block .o-precontent p {
  margin-bottom: 50px;
}
.o-block .o-description {
  line-height: 30px;
  padding: 0 0 0 70px;
}
.o-block .o-description img {
  height: auto;
  max-width: inherit;
  width: auto;
}
.o-block .o-description table.o-table-img td {
  border-bottom: none;
}
.o-block .o-description table.o-table-img img {
  width: 100%;
}
.o-block .o-description p:last-child {
  margin-bottom: 0;
}
.o-block .o-description ul,
.o-block .o-description ol {
  padding: 0 0 15px 20px;
}
.o-block img {
  /*margin-bottom: 20px;*/
}
.o-block span.o-dida {
  display: block;
  margin: 10px 0 0 0;
  font-size: 16px !important;
}
.o-no-padding-sx-description .o-block .o-description {
  padding: 0;
}
.no-border-bottom .o-block h2 {
  padding: 0;
  margin: 0;
  font-size: 50px;
  background-image: none;
}
.o-cinquex1000-box {
  z-index: 2;
  background: transparent;
  text-align: center;
  background-image: url(https://whitelabel.primastudio.cloud/wp-content/uploads/2022/12/linea.webp), url(https://whitelabel.primastudio.cloud/wp-content/uploads/2022/12/linea.webp);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top center, bottom center;
  padding: 40px 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50px);
  width: 100%;
}
.o-cinquex1000-box .o-block {
  background: #80B951;
  padding: 30px 0;
}
.o-cinquex1000-box .o-block .o-block-bg-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 700px;
  position: absolute;
}
.o-cinquex1000-box .o-block h2 {
  background-image: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.o-cinquex1000-box .o-block .o-description {
  color: #ffffff;
  font-family: 'Playfair Display', sans-serif;
  font-size: 28px;
  font-weight: 700;
}
.o-professionisti-box {
  position: relative;
  margin: 0 0 75px 0;
}
.o-professionisti-box .o-block-bg-img {
  background-position: center;
  width: 100%;
  min-height: 540px;
  margin: 75px auto 0;
  background-repeat: no-repeat;
}
.o-professionisti-box .o-block {
  position: absolute;
  width: 650px;
  top: -110px;
  left: 45%;
  padding: 40px 40px 50px;
}
.o-professionisti-box .o-block h3 {
  color: #80B951;
  margin: 0 0 40px 0;
  font-size: 36px;
}
.o-professionisti-box .o-block .o-precontent p {
  margin-bottom: 50px;
}
.o-professionisti-box .o-block .btn {
  margin: 0;
}
.o-sostieni-box {
  height: 700px;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.o-sostieni-box.o-sostieni-box-interno {
  padding: 150px 0 0 0;
  height: 850px;
}
.o-sostieni-box .o-block-bg-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 700px;
  position: absolute;
}
.o-sostieni-box h2 {
  background-image: none;
  padding: 0;
  margin: 0 0 15px 0;
  color: #ffffff !important;
}
.o-sostieni-box .o-precontent {
  padding: 0 20%;
}
.o-sostieni-box .btn {
  position: absolute;
  left: 50%;
  top: 500px;
  transform: translate(-50%, 0);
  margin: 0;
}
.o-why-signup-box .o-block_padding-bottom {
  padding-bottom: 150px !important;
}
.o-iscriversi-text-box .o-block_padding-top {
  padding-top: 150px !important;
}
.o-iscriversi-text-box .o-block_padding-bottom {
  padding-bottom: 120px !important;
}
.o-iscriversi-text-box h3,
.o-associazione-text-box h3,
.o-convivenze-text-box h3,
.o-team-text-box h3,
.o-salute-text-box h3 {
  margin: 0;
  padding: 0 0 20px 0;
}
.o-team-list .o-layer-img img {
  /*padding: 0 0 0 100px;*/
}
.o-partner-choice-box {
  height: 711px;
}
.o-partner-choice-box .o-block-bg-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 710px;
  position: absolute;
}
.o-partner-choice-box .container {
  position: relative;
}
.o-partner-choice-box .container .o-block-col-1,
.o-partner-choice-box .container .o-block-col-2 {
  position: absolute;
  background: #0F3648;
  width: 48%;
  padding: 30px 50px 50px;
}
.o-partner-choice-box .container .o-block-col-1 span,
.o-partner-choice-box .container .o-block-col-2 span {
  font-family: 'Playfair Display', sans-serif;
  font-size: 100px;
  color: #80B951;
  font-weight: 700;
  line-height: 100px;
}
.o-partner-choice-box .container .o-block-col-1 span strong,
.o-partner-choice-box .container .o-block-col-2 span strong {
  font-size: 24px;
}
.o-partner-choice-box .container .o-block-col-1 span i,
.o-partner-choice-box .container .o-block-col-2 span i {
  font-size: 44px;
  font-style: normal;
}
.o-partner-choice-box .container .o-block-col-1 .o-precontent,
.o-partner-choice-box .container .o-block-col-2 .o-precontent {
  font-size: 36px;
  color: #80B951;
  line-height: 42px;
}
.o-partner-choice-box .container .o-block-col-1 .o-description,
.o-partner-choice-box .container .o-block-col-2 .o-description {
  padding: 0;
  color: #ffffff;
  margin: 0 0 30px 0;
}
.o-partner-choice-box .container .o-block-col-1 .o-description strong,
.o-partner-choice-box .container .o-block-col-2 .o-description strong {
  color: #80B951;
  font-weight: 400;
}
.o-partner-choice-box .container .o-block-col-1 .btn,
.o-partner-choice-box .container .o-block-col-2 .btn {
  margin: 0 10px 0 0;
  background: #80B951;
  border-color: #80B951;
  /*color: @primary;*/
}
.o-partner-choice-box .container .o-block-col-1 .btn:hover,
.o-partner-choice-box .container .o-block-col-2 .btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0F3648 !important;
}
.o-partner-choice-box .container .o-block-col-1 {
  top: -75px;
  left: 0;
}
.o-partner-choice-box .container .o-block-col-2 {
  top: 270px;
  right: 0;
}
.o-formazione-square-list h4 {
  color: #80B951;
  font-size: 28px;
  padding: 30px 0 25px;
  margin: 0;
}
.o-formazione-square-list .o-description {
  padding: 0;
  margin: 0 0 40px 0;
}
.o-formazione-square-list .btn {
  margin: 0;
}
.o-registration-box .o-description {
  background: #0F3648;
  padding: 35px;
  margin: 0 100px;
  text-align: center;
}
.o-registration-box .o-description h2 {
  color: #80B951;
  padding: 0;
  background: none;
  font-size: 100px;
  margin: 0;
  line-height: 100px;
}
.o-registration-box .o-description h2 strong {
  font-size: 24px;
}
.o-registration-box .o-description span {
  font-family: 'Playfair Display', sans-serif;
  color: #80B951;
  font-size: 36px;
}
.o-registration-box .o-description a.btn {
  margin: 20px 0 0;
  background: #80B951;
  border-color: #80B951;
  /*color: @primary;*/
}
.o-registration-box .o-description a.btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0F3648 !important;
}
.o-layer-img img {
  width: auto;
}
.o-box-image .o-block-col-1 {
  padding: 0 0 0 85px;
}
.o-box-image .o-description {
  padding: 0;
}
body.home .o-partner-box {
  background: #0F3648;
}
body.home .o-partner-box .o-block .o-block_padding-bottom {
  padding-bottom: 135px;
}
body.home .o-seminari-box {
  background: #0F3648;
  padding: 200px 0 0 0;
}
.o-history-blu-box .o-block h3 {
  margin-bottom: 30px;
}
.o-history-blu-box .o-block .o-description {
  padding: 0 30px 0 70px;
}
@media screen and (max-width: 768px) {
  .o-no-padding-left .o-block .o-description {
    padding: 0;
  }
  .no-border-bottom .o-block h2 {
    /*padding: 0;
                margin: 0;*/
    font-size: 40px;
    /*background-image: none;*/
  }
  .o-block {
    /*background-repeat: no-repeat;
        background-size: cover;*/
  }
  .o-block.o-block_bg-dark {
    /*background-color: @primary;
            color: @white;*/
  }
  .o-block.o-block_bg-dark h2 {
    /*color: @green;*/
  }
  .o-block .o-block_padding-bottom {
    padding-bottom: 0;
  }
  .o-block .o-block_padding-top {
    /*padding-top: 25px;*/
  }
  .o-block h2 {
    /*padding: 0 0 12px 0;*/
    font-size: 34px;
    /*background-image: url(https://whitelabel.primastudio.cloud/wp-content/uploads/2022/12/sottolineatura-green.webp);
            background-repeat: no-repeat;
            background-position: left bottom;
            margin: 0 0 30px;*/
  }
  .o-block a:hover {
    /*color: @primary;*/
  }
  .o-block .o-subtitle {
    /*font-size: @subtitle;
            font-family: @title;
            line-height: 30px;
            font-weight: @regular;
            margin: 0 0 30px 0;*/
  }
  .o-block .o-precontent {
    /*font-size: @precontent;
            font-family: @title;
            line-height: 30px;*/
  }
  .o-block .o-precontent p {
    margin-bottom: 0;
  }
  .o-block .o-description {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }
  .o-block .o-description img {
    /*height: auto;*/
    max-width: -webkit-fill-available;
    /*width: auto;*/
  }
  .o-block .o-description p:last-child {
    /*margin-bottom: 0;*/
  }
  .o-block .o-description ul,
  .o-block .o-description ol {
    /*padding: 0 0 15px 20px;*/
  }
  .o-block img {
    /*margin-bottom: 20px;*/
  }
  .o-block span.o-dida {
    /*display: block;
                margin: 10px 0 0 0;
                font-size: @footer  !important;*/
  }
  .o-block .o-block-col-1 {
    /*margin: 0 0 50px !important;*/
  }
  .o-block a.btn {
    margin: 20px 0 0;
  }
  .o-sostieni-box {
    /*height: 700px;
        color: @white;
        text-align: center;
        position: relative;

        &.o-sostieni-box-interno {
            padding: 150px 0 0 0;
            height: 850px;
        }

        .o-block-bg-img {
            background-size: cover;
            background-position: center center;
            width: 100%;
            min-height: 700px;
            position: absolute;
        }

        h2 {
            background-image: none;
            padding: 0;
            margin: 0 0 15px 0;
            color: @white  !important;
        }*/
    /*.btn {
            position: absolute;
            left: 50%;
            top: 500px;
            transform: translate(-50%, 0);
            margin: 0;
        }*/
  }
  .o-sostieni-box .o-precontent {
    padding: 20px 0 0;
  }
  .o-history-blu-box {
    margin: 0 0 25px;
  }
  .o-history-blu-box .o-block-bg-img {
    display: none;
  }
  .o-history-blu-box .o-block_padding-top,
  .o-history-blu-box .o-block_padding-bottom {
    padding: 50px 15px !important;
  }
  .o-history-blu-box .o-block_padding-top .o-block-col-1,
  .o-history-blu-box .o-block_padding-bottom .o-block-col-1,
  .o-history-blu-box .o-block_padding-top .o-block-col-2,
  .o-history-blu-box .o-block_padding-bottom .o-block-col-2 {
    margin: 0 !important;
  }
  .o-history-blu-box .o-block_padding-top .o-block-col-1 .o-description,
  .o-history-blu-box .o-block_padding-bottom .o-block-col-1 .o-description,
  .o-history-blu-box .o-block_padding-top .o-block-col-2 .o-description,
  .o-history-blu-box .o-block_padding-bottom .o-block-col-2 .o-description {
    padding: 0 30px;
  }
  .o-history-blu-box .o-block_padding-top .o-block-col-1 .o-description ul,
  .o-history-blu-box .o-block_padding-bottom .o-block-col-1 .o-description ul,
  .o-history-blu-box .o-block_padding-top .o-block-col-2 .o-description ul,
  .o-history-blu-box .o-block_padding-bottom .o-block-col-2 .o-description ul {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .o-why-signup-box .o-block_padding-bottom {
    padding-bottom: 0 !important;
  }
  .o-partner-choice-box {
    height: auto;
  }
  .o-partner-choice-box .o-block-bg-img {
    min-height: 250px;
    position: relative;
  }
  .o-partner-choice-box .o-block .o-block_padding-top {
    padding-top: 0 !important;
  }
  .o-partner-choice-box .container .o-block-col-1 {
    padding: 10px 30px 40px;
  }
  .o-partner-choice-box .container .o-block-col-2 {
    padding: 40px 30px;
  }
  .o-partner-choice-box .container .o-block-col-1,
  .o-partner-choice-box .container .o-block-col-2 {
    position: relative;
    width: 100%;
  }
  .o-partner-choice-box .container .o-block-col-1 .o-precontent,
  .o-partner-choice-box .container .o-block-col-2 .o-precontent {
    padding-bottom: 20px;
  }
  .o-partner-choice-box .container .o-block-col-1 {
    top: 0;
    left: 0;
  }
  .o-partner-choice-box .container .o-block-col-2 {
    top: 0;
    right: 0;
  }
  .o-iscriversi-text-box .o-block_padding-top,
  .o-iscriversi-text-box .o-block_padding-bottom {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }
  .o-registration-box.only-loggedin .o-description {
    padding: 30px 10px;
  }
  .o-registration-box.only-loggedin .o-description span {
    line-height: 36px;
  }
  .o-registration-box .o-description {
    /*background: @primary;*/
    padding: 0 10px 20px;
    margin: 0;
    /*text-align: center;*/
    /*h2 {
                color: @green;
                padding: 0;
                background: none;
                font-size: 100px;
                margin: 0;
                line-height: 100px;

                strong {
                    font-size: @h5;
                }
            }

            span {
                font-family: @title;
                color: @green;
                font-size: @h3;
            }

            a {
                &.btn {
                    margin: 20px 0 0;
                    background: @green;
                    border-color: @green;

                    &:hover {
                        background: @white;
                        border-color: @white;
                        color: @primary  !important;
                    }
                }
            }*/
  }
  .o-mission-box {
    /*.o-block_padding-bottom {
            padding-bottom: 105px;
        }*/
  }
  .o-mission-box .o-layer-img img {
    position: relative;
    z-index: inherit;
    width: 100%;
  }
  .o-mission-box .o-precontent {
    padding: 0 0 20px;
  }
  .o-partner-box {
    /*position: relative;*/
  }
  .o-partner-box .o-block-bg-img {
    display: none;
  }
  .o-partner-box .o-block .o-block_padding-top {
    padding-top: 50px;
  }
  .o-partner-box .o-block .o-precontent {
    margin: 0;
  }
  body.home .o-partner-box {
    /*background: @primary;*/
  }
  body.home .o-partner-box .o-block .o-block_padding-bottom {
    padding-bottom: 50px;
  }
  body.home .o-seminari-box {
    /*background: @primary;*/
    padding: 300px 0 0 0;
  }
  .o-cinquex1000-box .o-block {
    padding: 30px 0 0;
  }
  .o-cinquex1000-box .o-block .o-description p {
    line-height: 28px;
  }
  .o-professionisti-box {
    /*position: relative;*/
    margin: 0;
  }
  .o-professionisti-box .o-block-bg-img {
    /*background-position: center;
            width: 1000px;*/
    min-height: 300px;
    margin: 25px auto 0;
  }
  .o-professionisti-box .o-block {
    position: relative;
    width: auto;
    top: 0;
    left: 0%;
    padding: 20px 10px 10px;
    /*h3 {
                color: @green;
                margin: 0 0 40px 0;
                font-size: @h3;
            }

            .o-precontent {
                p {
                    margin-bottom: 50px;
                }
            }

            .btn {
                margin: 0;
            }*/
  }
}
@media screen and (min-width: 850px) {
  .o-block .o-block_padding-bottom {
    padding-bottom: 75px;
  }
  .o-block .o-block_padding-top {
    padding-top: 75px;
  }
}
footer {
  background: #0F3648;
  font-family: 'Source Sans Pro', sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
}
footer.o-topfooter {
  background: #80B951;
  color: #0F3648;
  padding: 15px 0 18px 0;
  font-weight: 700;
}
footer.o-footer {
  padding: 40px 0;
}
footer.o-footer ul {
  margin: 0;
}
footer.o-footer ul li {
  color: #80B951;
  line-height: 30px;
}
footer.o-footer ul li.bold a {
  font-weight: 700;
}
footer.o-footer ul li a {
  color: #ffffff;
  font-weight: 300;
}
footer.o-footer ul li a:hover {
  color: #80B951;
}
footer.o-subfooter {
  background: #0B2F40;
}
footer.o-subfooter a {
  color: #ffffff;
}
footer.o-subfooter a:hover {
  color: #80B951;
}
footer ul {
  margin: 10px 0 0 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  margin: 0 6px 0 0;
}
footer ul.o-footer_social-icn li {
  display: inline-block;
  width: 30px;
}
footer .o-footer_copyrights {
  padding: 20px 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer {
    /*background: @primary;
        font-family: @text;
        color: @white;
        font-weight: @light;
        font-size: @footer;*/
    /*&.o-subfooter {
            background: @darkblue;

            a {
                color: @white;

                &:hover {
                    color: @green;
                }
            }
        }*/
    /*

        ul {
            &:extend(.text-center, .text-lg-left);
            margin: 10px 0 0 0;
            padding: 0;

            li {
                list-style: none;
                margin: 0 6px 0 0;
            }

            &.o-footer_social-icn {
                li {
                    display: inline-block;
                    width: 30px;
                }
            }
        }

        .o-footer_copyrights {
            padding: 20px 0;
            font-size: @footertext;
        }*/
  }
  footer.o-topfooter {
    /*background: @green;
            color: @primary;
            padding: 15px 0 18px 0;
            font-weight: @bold;*/
  }
  footer.o-topfooter .col-12.col-lg-2 {
    display: none;
  }
  footer.o-topfooter form.o-form-footer input[type=text] {
    /*padding: 2px 10px;
                        margin: 0 10px 0 0;
                        color: #0f3648;*/
    width: calc(100% - 150px);
  }
  footer.o-footer {
    padding: 30px 0 0;
  }
  footer.o-footer .o-footer_logo {
    margin: 0 0 30px 0;
  }
  footer.o-footer .o-footer_logo img {
    max-width: 150px;
  }
  footer.o-footer ul {
    margin: 0 0 20px 0;
  }
  footer.o-footer ul li {
    color: #80B951;
    line-height: 22px;
    text-align: center;
    margin: 0;
    /*&.bold {
                        a {
                            font-weight: @bold;
                        }
                    }

                    a {
                        color: @white;
                        font-weight: @light;

                        &:hover {
                            color: @green;
                        }
                    }*/
  }
}
.woocommerce .add_to_cart_button,
.woocommerce .single_add_to_cart_button {
  margin-top: 0;
}
.wc-block-grid.wp-block-handpicked-products .wc-block-grid__products {
  margin: 0 -15px;
}
.wc-block-grid.wp-block-handpicked-products .wc-block-grid__products .wc-block-grid__product {
  padding: 0 15px !important;
  border: 0;
  margin-bottom: 20px;
}
.added_to_cart.wc-forward {
  display: block;
  padding-top: 10px;
}
body.single-product #main {
  padding-top: 120px;
}
body.single-product #main .onsale {
  min-height: auto;
  padding: 5px;
  border-radius: 0;
  border: 1px solid #0F3648;
  background-color: #ffffff;
  color: #0F3648;
  line-height: 1.5;
}
body.single-product #main .price {
  color: #0F3648;
}
body.single-product #main .quantity input.qty {
  width: auto;
}
body.single-product #main .single_add_to_cart_button {
  height: 52px;
}
body.single-product .product_meta > span {
  display: block;
}
body.woocommerce-cart .o-breadcrumb,
body.woocommerce-checkout .o-breadcrumb,
body.woocommerce-account .o-breadcrumb {
  display: none;
}
body.woocommerce-cart .woocommerce-message,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-account .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-account .woocommerce-info {
  border-top-color: #0F3648;
}
body.woocommerce-cart .woocommerce button,
body.woocommerce-checkout .woocommerce button,
body.woocommerce-account .woocommerce button {
  width: 100% !important;
  margin-top: 0;
}
body.woocommerce-cart .woocommerce table.shop_table,
body.woocommerce-checkout .woocommerce table.shop_table,
body.woocommerce-account .woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse;
}
body.woocommerce-cart .woocommerce table.shop_table .product-quantity .qty,
body.woocommerce-checkout .woocommerce table.shop_table .product-quantity .qty,
body.woocommerce-account .woocommerce table.shop_table .product-quantity .qty {
  padding: 0;
}
body.woocommerce-cart .woocommerce table.shop_table #coupon_code,
body.woocommerce-checkout .woocommerce table.shop_table #coupon_code,
body.woocommerce-account .woocommerce table.shop_table #coupon_code {
  width: 100%;
}
body.woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form,
body.woocommerce-checkout .woocommerce table.shop_table .shipping-calculator-form,
body.woocommerce-account .woocommerce table.shop_table .shipping-calculator-form {
  padding: 0;
}
body.woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form button,
body.woocommerce-checkout .woocommerce table.shop_table .shipping-calculator-form button,
body.woocommerce-account .woocommerce table.shop_table .shipping-calculator-form button {
  margin-top: 20px;
}
body.woocommerce-cart label,
body.woocommerce-checkout label,
body.woocommerce-account label {
  display: block;
  width: 100%;
}
body.woocommerce-cart .woocommerce-input-wrapper,
body.woocommerce-checkout .woocommerce-input-wrapper,
body.woocommerce-account .woocommerce-input-wrapper {
  width: 100%;
}
body.woocommerce-cart input,
body.woocommerce-checkout input,
body.woocommerce-account input,
body.woocommerce-cart select,
body.woocommerce-checkout select,
body.woocommerce-account select,
body.woocommerce-cart textarea,
body.woocommerce-checkout textarea,
body.woocommerce-account textarea,
body.woocommerce-cart .select2-selection--single,
body.woocommerce-checkout .select2-selection--single,
body.woocommerce-account .select2-selection--single {
  width: 100%;
}
body.woocommerce-cart .select2-selection--single span,
body.woocommerce-checkout .select2-selection--single span,
body.woocommerce-account .select2-selection--single span {
  height: 100% !important;
  line-height: 52px !important;
}
body.woocommerce-cart .address-field > span,
body.woocommerce-checkout .address-field > span,
body.woocommerce-account .address-field > span {
  width: 100%;
}
@media screen and (min-width: 850px) {
  body.woocommerce-cart .woocommerce button,
  body.woocommerce-checkout .woocommerce button,
  body.woocommerce-account .woocommerce button {
    width: auto !important;
  }
  body.woocommerce-cart .woocommerce table.shop_table #coupon_code,
  body.woocommerce-checkout .woocommerce table.shop_table #coupon_code,
  body.woocommerce-account .woocommerce table.shop_table #coupon_code {
    width: auto;
    min-width: 210px;
  }
}
body.woocommerce-cart .o-hero {
  height: 0;
  background-color: transparent;
}
body.woocommerce-cart .o-hero * {
  display: none;
}
body.woocommerce-checkout .o-hero {
  height: 0;
  background-color: transparent;
}
body.woocommerce-checkout .o-hero * {
  display: none;
}
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
  min-width: 50%;
}
body.woocommerce-account .addresses .col-1,
body.woocommerce-account .addresses .col-2 {
  min-width: 50%;
}
/*------------------------------------*\
  #component
\*------------------------------------*/
/*body.home {
    .c-home_hero {
        height: 100vh;
        .c-home_video {
            height: 100%;
            width: 100%;
            position: relative;
            overflow: hidden;
            iframe,
            video,
            .c-home_video-poster {
                height: 100%;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
            }
        }
    }
}*/
body.news .o-hero .o-hero_label {
  bottom: 20px;
  background: transparent;
  border-bottom-color: transparent;
}
body.news .o-hero .o-hero_label .o-hero_title {
  padding: 0 35px;
}
body.news .o-hero .o-hero_form {
  display: block;
}
.c-news_preview {
  margin-bottom: 50px;
}
.c-news_preview .c-news_image {
  height: 150px;
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 2px solid #16ACE2;
}
.c-news_preview .c-news_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.c-news_load-more {
  margin-top: 75px;
}
.c-news_no-results {
  margin-bottom: 75px;
}
.c-news_category-tag {
  font-size: 16px;
  line-height: 18px;
}
.c-news_category-tag .c-news_categories,
.c-news_category-tag .c-news_tags {
  font-weight: 600;
  margin: 0 5px 0 0;
}
.c-news_category-tag a {
  margin: 0 5px;
}
.c-news_category-tag a::after {
  content: '-';
}
.c-news_category-tag a:last-child {
  margin: 0;
}
.c-news_category-tag a:last-child::after {
  content: '';
}
.c-news_date {
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (min-width: 850px) {
  body.news .o-hero .o-hero_label {
    bottom: 120px;
  }
}
body.page-template-page-rassegna .c-press_preview {
  margin-bottom: 50px;
}
body.page-template-page-rassegna .c-press_preview .c-press_date {
  margin-top: 10px;
  font-size: 16px;
}
body.page-template-page-rassegna .c-press_preview h2 {
  font-size: 20px;
}
body.page-template-page-rassegna .c-press_preview .c-press_newspaper {
  font-size: 14px;
}
body.privacy-policy,
body.cookies-policy {
  /*.o-block {
    h1 {
      font-size: @h3;
    }
    h2 {
      font-size: 30px;
      margin: 50px 0 15px 0;
    }
    h3 {
      font-size: 26px;
      margin: 50px 0 15px 0;
    }
    p {
      padding-bottom: 0;
    }
  }*/
}
body.error404 footer {
  display: none;
}
body.error404 .o-404-box {
  height: 100vh;
  width: 100%;
  position: relative;
  padding: 0;
  background: transparent;
}
body.error404 .o-404-box .o-404-message {
  width: 80%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -40%);
}
body.error404 .o-404-box .o-404-message span {
  font-family: 'Playfair Display', sans-serif;
  font-size: 150px;
  font-weight: 600;
}
body.error404 .o-404-box .o-404-message p {
  margin-top: 50px;
  margin-bottom: 0;
}
