/**
 * Theme Name:        Euroflora
 * Theme URI:         https://swi.it/progetti/euroflora/
 * Description:       Euroflora theme...
 * Version:           1.2.1
 * Author:            Rian Rodrigo da Silva Tonaco
 * Author URI:        https://swi.it
 * Tags:              block-patterns, full-site-editing
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

/*
colors
*/

:root {
  --verdino: #dde5da;
  --verde: #039a46;
  --rosso: #d81b24;
  --nero: #000000;
  --boxhomerosa: rgba(216, 27, 36, 0.04);
  --boxhomeverdino: rgba(3, 154, 70, 0.04);
  --boxshadow: rgba(216, 27, 36, 0.04);
}

body,
html {
  text-wrap: balance;
  /* overflow-x: hidden; */
}

/* Firefox: */
html,
html * {
  /* only "auto" (default) or "thin" are allowed; no exact px value */
  scrollbar-width: thin;
  /* thumb color ⎯ track color */
  scrollbar-color: #059a46 #fff;
}

body::-webkit-scrollbar,
body *::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

body::-webkit-scrollbar-track,
body *::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
}

body::-webkit-scrollbar-thumb,
body *::-webkit-scrollbar-thumb {
  background: #059a46;
  border-radius: 3px;
}

@supports not selector(::-webkit-scrollbar) {
  body,
  body * {
    scrollbar-color: #059a46 #fff;
  }
}

.news-cont {
  overflow: hidden;
}
/* Container that holds the entire carousel */
.rg-home-section5-items {
  overflow-x: auto; /* Enable horizontal scrolling */
  white-space: nowrap; /* Prevent line breaks */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  scrollbar-width: none; /* Hide scrollbar in Firefox */
}

.rg-home-section5-items::-webkit-scrollbar {
  display: none; /* Hide scrollbar in Chrome, Safari, Opera */
}

/* Remove default list styles */
.rg-home-section5-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; /* Align items horizontally */
  flex-wrap: nowrap; /* Prevent wrapping to next line */
  gap: 30px;
}

/* Each carousel item */
.rg-home-section5-items li {
  flex: 0 0 auto; /* Prevent items from shrinking */
  width: 25%; /* Adjust the width as needed */
  margin: 0;
}

/* Style for the images to fit the container */
.rg-item-news-img {
  width: 100%;
  overflow: hidden;
}

.rg-item-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Optional: Style adjustments for inner content */
.rg-news-item {
  /* Adjust padding and margins as needed */
  padding: 10px;
  background-color: #fff;
}

.rg-news-item p {
  text-overflow: ellipsis;
  overflow: hidden;
}

.rg-news-item h3,
.rg-news-item .rg-time,
.rg-news-item .wp-block-post-excerpt {
  margin: 10px 0;
}

.editor-styles-wrapper {
  padding: 40px 60px;
}
.editor-visual-editor__post-title-wrapper {
  margin-bottom: 60px;
}

.rg-item-news-img img {
  aspect-ratio: 4 / 5;
  width: 100%;
  border-radius: 8px;
}
.rg-news-item h3 a {
  color: #000000;
  font-family: Niramit;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
}
.rg-time.wp-block-post-date {
  margin: 0;
}
.wp-block-post-excerpt {
  margin: 0;
  margin-top: 5px;
}
.wp-block-query-pagination,
.wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.page-numbers {
  background-color: #039a45;
  border-radius: 60px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
  font-size: 1px;
  visibility: hidden;
}

.wp-block-query-pagination-next-arrow,
.wp-block-query-pagination-previous-arrow {
  font-size: 18px;
  visibility: visible;
  background-color: #039a45;
  border-radius: 60px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: normal;
  font-family: monospace;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: #d81c25;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}

.wp-block-button__link.wp-element-button:hover {
  color: #fff;
  background: #059a46;
}

.current,
.wp-block-query-pagination-next-arrow:hover,
.wp-block-query-pagination-previous-arrow:hover,
.page-numbers:hover {
  background-color: #d81b24;
  color: #fff;
}

.faq-toggle-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out,
    border-bottom 0.3s ease-in-out;
}
.open .faq-toggle-question {
  border-bottom: 1px solid #fff;
}
.faq-toggle-item.open .faq-toggle-answer {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 10px 0 60px;
  opacity: 1;
}

.faq-toggle-question {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  cursor: pointer;
  position: relative;
  padding: 15px 0;
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out,
    border-bottom 0.3s ease-in-out;
}

.faq-toggle-answer {
  padding: 0 10px 0 60px;
  opacity: 0;
  margin-bottom: 15px;
}

.faq-toggle-answer.show {
  display: block;
  animation: slideDown 0.5s ease-in-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-toggle-question > * {
  margin: 0;
}

.faq-toggle-question .rg-icon {
  margin-right: 10px;
  border-radius: 50%;
  background-color: black;
  padding: 13px;
}

.rg-icon {
  position: relative;
  width: 10px;
  height: 10px;
  /* Vertical line */
  /* horizontal line */
}
.rg-icon:before,
.rg-icon:after {
  content: "";
  position: absolute;
  background-color: white;
  transition: transform 0.25s ease-out;
}
.rg-icon:before {
  top: 5px;
  left: 12.5px;
  width: 3px;
  height: 15px;
  margin-left: -1.5px;
}
.rg-icon:after {
  top: 12.5px;
  left: 5px;
  width: 15px;
  height: 3px;
  margin-top: -1.5px;
}
.rg-icon:hover {
  cursor: pointer;
}
.open .rg-icon:before {
  transform: rotate(90deg);
}
.open .rg-icon:after {
  transform: rotate(180deg);
}

.page-servizi {
  overflow: visible;
}
.rg-home-section-3.page-servizi {
  background: transparent;
}
.page-servizi img {
  z-index: 9 !important;
  position: absolute !important;
  height: 450px !important;
  width: 390px !important;
  top: -102px !important;
  right: 18% !important;
  left: inherit !important;
  overflow: visible !important;
}
.wp-block-cover.rg-home-section-3 .wp-block-cover__image-background {
  object-fit: contain;
  /*z-index: 999;*/
}

.new-tab-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: center;
  margin: 65px 0;
}
.new-tabs {
  display: flex;
  white-space: nowrap;
  border-bottom: none;
  min-width: 1170px;
  margin: 0 auto;
  color: #000000;
  font-family: Lato;
  position: relative;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.new-tabs:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -14px;
  left: 0;
  height: 5px;
  border-radius: 50px;
  box-shadow: inset 0 1px 5px -1px rgba(162, 162, 162, 0.46);
}

.new-tabs-indicator {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50px;
  height: 8px;
  background: #333;
  border-radius: 20px;
  background: radial-gradient(circle, #e5fbe6 0%, #bbdac9 100%);
  box-shadow: 0 0 2px 1px rgba(111, 111, 111, 0.19);
  transition: width 0.3s, left 0.3s;
}

.new-slider {
  width: 100%;
}

.new-tab {
  padding: 10px;
  cursor: pointer;
  transition: color 0.3s;
}
.new-tab.active {
  color: #d00;
}
.new-slider {
  position: relative;
}

.new-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-20px);
}
.new-content.active {
  opacity: 1;
  visibility: visible;
  max-height: 500px; /* adjust as needed */
  transform: translateY(0);
}

.new-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 60px;
}

.new-content > div {
  width: 50%;
}
.new-text-container {
  padding-left: 15%;
}

.new-text-container {
  padding-left: 15%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 26px;
}

.new-text-container a {
  color: #ffffff;
  font-family: Niramit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: initial;
}

.rg-sezione-tab .rg-text-item {
  display: none;
}

.new-image-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  overflow: scroll;
}

.background-image-div {
  min-width: 270px;
  aspect-ratio: 3.2/5;
  border-radius: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .new-content {
    flex-direction: column !important;
  }
  #rg-servizi-tab-slider {
    overflow: hidden;
    padding: 15px;
  }
  .new-tabs {
    overflow-x: visible;
    min-width: auto !important;
    overflow-y: visible;
  }
  .new-content > div {
    width: 100% !important;
  }
  .rg-paragraph-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .new-text-container {
    padding-left: 9%;
    gap: 10px;
  }
  .rg-text-block h3 {
    margin-left: 0px;
  }
  .new-content.active {
    max-height: 900px;
  }

  .new-tab {
    text-align: center;
  }
  .new-tabs {
    width: 100% !important;
    min-width: auto;
    overflow-x: scroll !important;
  }
  .new-tabs-indicator {
    bottom: 0;
  }
  .new-tabs:after {
    content: "";
    width: 700px;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 5px;
    border-radius: 50px;
    box-shadow: inset 0 1px 5px -1px rgba(162, 162, 162, 0.46);
  }
  .new-tabs::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .new-tabs {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .rg-slider {
    padding: 85px 15px !important;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  text-wrap-style: balance;
}

a {
  text-decoration: none;
  color: #333;
}

.rg-copyright strong {
  color: #039a46;
}
.foglie-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.rg-services-item:hover {
  background: #f5fbf8;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  padding: 30px;
  max-width: 1000px;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  border-radius: 6px 60px 6px 60px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 7px -1px rgba(162, 162, 162, 0.46);
  border: none;
  min-width: 600px;
}

.modal__header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  top: 0px;
  right: 15px;
  position: absolute;
}

.modal__close:focus-visible {
  outline: none;
}

/* .modal__header .modal__close:before { content: "\2715"; } */

.modal__close:after,
.modal__close:before {
  width: 25px;
  height: 3px;
  background: #d81b24;
  content: "";
  position: absolute;
  transform: rotate(30deg);
  border-radius: 50px;
}
.modal__close:before {
  transform: rotate(-30deg);
  background: #099b49;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/*
Header styles
*/
.rg-header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
}

.rg-icons a {
  line-height: normal;
}

.rg-banner {
  background: var(--verde);
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  gap: 92px;
}

.rg-banner div {
  color: #ffffff;
  font-family: Niramit;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 19px;
}

.rg-main-header {
  display: flex;
  flex-direction: row;
  padding: 34px 0;
  align-items: center;
  justify-content: center;
  gap: 160px;
  z-index: 10;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.rg-navigation {
  background: #fff;
  padding-top: 60px;
  margin-top: -30px;
  z-index: -1;
  position: relative;
  min-height: 820px;
  visibility: hidden;
  display: none;
}

.rg-right-box {
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center;
  justify-content: center;
}

.rg-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.rg-icons > a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(3, 154, 70, 0.04);
  box-shadow: inset 0 1px 7px -1px rgba(162, 162, 162, 0.46);
  position: relative;
}

.rg-icons > div {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(3, 154, 70, 0.04);
  box-shadow: inset 0 1px 7px -1px rgba(162, 162, 162, 0.46);
  position: relative;
}

.rg-search-form {
  display: flex;
  align-items: center;
  height: 40px;
  width: 370px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 7px -1px rgba(162, 162, 162, 0.46);
  justify-content: space-between;
  padding: 0 15px;
}

.rg-search-txt {
  width: 95%;
  border: none;
  margin: 0 10px;
}

.rg-search-btn {
  background-image: url(/wp-content/themes/euroflora/assets/imgs/restyling/cerca.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  border: none;
  height: 17px;
  background-color: transparent;
}

.rg-search-txt:focus-visible {
  outline: none;
  border-bottom: 1px solid #039a45;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 100s;
  box-shadow: inset 0 0 20px 20px #059a4666;
}

.rg-menu-trigger {
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: "Niramit", sans-serif;
  font-weight: 600;
  color: var(--verde);
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
  letter-spacing: 2px;
}

.menu-icon {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 7px;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.menu-icon:before {
  width: 37px;
  height: 4px;
  background: var(--verde);
  display: block;
  content: "";
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.menu-icon:after {
  width: 27px;
  height: 4px;
  background: var(--rosso);
  display: block;
  content: "";
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cross-anim {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -20px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cross-anim:before,
.cross-anim:after {
  width: 45px;
  height: 4px;
  transform: rotate(-30deg);
  position: absolute;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cross-anim:after {
  transform: rotate(30deg);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.rg-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1250px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.rg-menu-top > li > a {
  color: #000000;
  font-family: "Niramit", sans-serif;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 59px;
}

.rg-menu-top > li {
  position: relative;
}

.rg-menu-top > .active > a:before,
.rg-menu-top > li > a:hover::before,
.rg-menu-top > li > a.is-active::before {
  content: "";
  background: url("/wp-content/themes/euroflora/assets/imgs/restyling/foglie-verdi.svg");
  height: 12.63px;
  width: 20px;
  display: block;
  position: absolute;
  top: 25px;
  left: -35px;
}
.rg-menu-top > .active > a:after,
.rg-menu-top > li > a:hover::after,
.rg-menu-top > li > a.is-active::after {
  content: "";
  background: #c4e4cf;
  height: 13px;
  width: 105%;
  display: block;
  position: absolute;
  top: 30px;
  z-index: -1;
  left: -2.5%;
}

.rg-menu-top > .active {
  margin-left: 35px;
}

.rg-menu-sub > li > a.is-active,
.rg-menu-sub > li > a:hover {
  color: var(--verde);
}

.rg-menu-sub-sub > li > a.is-active,
.rg-menu-sub-sub > li > a:hover {
  color: var(--rosso);
}

.rg-menu-sub,
.rg-menu-sub-sub {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.rg-menu-sub-sub {
  margin-top: 10px;
}

.rg-menu-sub {
  margin-left: 24px;
}

.rg-menu-top {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.rg-menu-sub > li > a {
  color: #000000;
  font-family: "Niramit", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 39px;
}

.rg-menu-sub-sub > li > a {
  color: #000000;
  font-family: "Niramit", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}

.rg-menu-contacts {
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 80px;
}

.rg-menu-contacts h4 {
  color: #000000;
  font-family: Niramit;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 39px;
  margin: 0;
  margin-bottom: 10px;
}

.rg-menu-contacts h5 {
  color: #000000;
  font-family: Niramit;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0;
  margin-bottom: 10px;
}

.rg-menu-contacts p {
  height: 120px;
  width: 370px;
  color: #000000;
  font-family: Niramit;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}

.contact-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.none {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.fadeOut {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.fadeIn {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.moveTop {
  background: #fff;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: moveTop;
  animation-name: moveTop;
}

.moveDown {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: moveDown;
  animation-name: moveDown;
}

.rg-menu-out {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rgMenu;
  animation-name: rgMenu;
}

.rg-menu-in {
  display: block;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rgMenuUp;
  animation-name: rgMenuUp;
  z-index: 9999;
  visibility: visible;
}

.fade-in {
  animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-out {
  animation-duration: 0.5s;
  animation-name: fadeOut;
  animation-fill-mode: both;
}
@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rgMenu {
  0% {
    opacity: 1;
    display: block;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    display: none;
    transform: translateY(-20px);
  }
}

@keyframes rgMenuUp {
  0% {
    opacity: 0;
    display: none;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    display: block;
    transform: translateY(0);
  }
}

@keyframes moveTop {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -70px;
  }
}

@keyframes moveDown {
  0% {
    transform: translateY(-75px);
  }
  100% {
    transform: translateY(0);
  }
}

.litem {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.from-left-in {
  opacity: 1;
  transform: translateX(0);
}

@keyframes fromLeftIn {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.from-left-out {
  opacity: 0;
  transform: translateX(-60px);
}

@keyframes fromLeftOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-60px);
  }
}

/*
scrolbar
*/
.noscroll {
  overflow: hidden;
}
.scrollme {
  overflow-y: auto;
}

.rg-menu-sub,
.rg-menu-sub-sub {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.rg-menu-sub > .litem,
.rg-menu-sub-sub > .litem {
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.litem:hover .rg-menu-sub,
.litem:hover > .rg-menu-sub-sub {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.litem:hover .rg-menu-sub > .litem,
.litem:hover > .rg-menu-sub-sub > .litem,
.rg-menu-sub:hover .rg-menu-sub-sub,
.rg-menu-sub:hover .litem {
  opacity: 1;
  height: auto;
  visibility: visible;
  transform: translateX(0);
}

.litem.active .rg-menu-sub,
.litem.active .rg-menu-sub .litem,
.litem.active .rg-menu-sub-sub,
.litem.active .rg-menu-sub-sub .litem {
  opacity: 1;
  height: auto;
  visibility: visible;
  transform: translateX(0);
}

.litem:hover .rg-menu-sub > li,
.litem:hover > .rg-menu-sub-sub > li {
  opacity: 1;
  transform: translateX(0);
}

/*
Footer styles
*/

.rg-footer {
  background-color: #dde5da;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 53px;
  padding-bottom: 24px;
  margin-top: 100px;
}

.rg-logo-footer {
  max-width: 240px;
  margin-bottom: 22px;
}

.rg-footer-links {
  min-width: 1250px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid var(--nero);
  padding: 31.5px 100px 48px 100px;
}

.rg-footer-links-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.rg-categorie-mercato {
  margin-left: 35px;
}

.rg-footer-links-item-links {
  list-style-image: url("/wp-content/themes/euroflora/assets/imgs/restyling/foglia-verde.svg");
  margin: 0;
  padding: 0;
}
ul.rg-footer-links-item-links {
  padding-left: 20px;
}

.rg-copyright {
  font-size: 10.6px;
  font-family: "Niramit", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.rg-copyright div span {
  font-weight: bold;
}

.greenlink {
  color: var(--verde);
}
.redlink {
  color: var(--rosso);
}

.rg-footer-links-item-title {
  color: var(--nero);
  font-family: "Niramit", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}

.rg-footer-links-item-links li a {
  color: var(--nero);
  font-family: "Niramit", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 300;
}

.rg-imgs {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

/*
Font ovverride
*/

body {
  font-family: "Niramit", sans-serif !important;
}

h1 {
  font-size: 45px;
  line-height: 59px;
}

h1,
h2,
h3 {
  font-family: "Niramit", sans-serif !important;
  font-weight: bold !important;
}

h4,
h5,
h6 {
  font-family: "Niramit", sans-serif !important;
  font-weight: 600 !important;
}

.box-shadow {
  box-shadow: inset 0 1px 7px 0 var(--boxshadow);
}

.leaf-green {
  height: 6.32px;
  width: 12.63px;
  background-color: var(--verde);
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
}

.leaf-red {
  height: 6.32px;
  width: 12.63px;
  background-color: var(--rosso);
  background-color: var(--verde);
}

/*
Homepage
*/

.rg-home-section {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  max-width: 1250px;
  margin: 0 auto;
}
.rg-home-section-1 {
  padding-top: 60px;
}

.rg-home-section-title h3 {
  color: #000000;
  font-family: Niramit;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  position: relative;
}
.rg-home-section-title h3:before {
  position: absolute;
  content: "";
  left: -30px;
  top: 12px;
  background-image: url(/wp-content/themes/euroflora/assets/imgs/restyling/foglie-verdi.svg);
  height: 12.63px;
  width: 20px;
}
.rg-home-section-title p {
  color: #000000;
  font-family: Niramit;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  margin-top: 10px;
}

.rg-home-section-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  gap: 30px;
}

.rg-services-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 71px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 7px -1px rgba(162, 162, 162, 0.46);
  padding: 30px 25px;
  width: 16.66%;
}
.rg-services-item h3 {
  color: #000000;
  font-family: Niramit;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  margin: 0;
  margin-top: 13px;
  font-weight: 300 !important;
}

.rg-home-section2-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
a.rg-services2-item {
  position: relative;
}
.rg-services2-item h3 {
  position: absolute;
  top: 46px;
  right: 0;
  opacity: 0.69;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #ffffff;
  padding: 10px 30px;
  color: #000000;
  font-family: Niramit;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 39px;
}

.rg-home-section-3 {
  max-width: 100%;
  width: 100%;
  background: url(/wp-content/themes/euroflora/assets/imgs/restyling/sezione-about.jpg);
  background-color: #f2f1ee;
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: left center;
  margin: 60px 0;
  padding: 0;
  align-items: flex-end;
  justify-content: center;
}
.rg-head-slide .rg-home-section-3 {
  background-position: center;
  background-color: #dde5da;
  background-size: cover;
  margin-bottom: 0;
}
.rg-home-section3-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 40% !important;
}

.rg-home-section-3-container {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 110px 0;
  gap: 30px;
}

.rg-head-slide .rg-home-section-3-container {
  justify-content: flex-start;
  gap: 0;
}

.rg-home-section-3-container > div {
  width: 50%;
}

.rg-home-section3-title h3 {
  color: #000000;
  font-family: Niramit;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 59px;
}

.rg-home-section3-title p {
  color: #000000;
  font-family: Niramit;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 23px;
}

.rg-home-section3-title a {
  margin-top: 30px;
  border-radius: 30px;
  background-color: #d81b24;
  color: #ffffff;
  font-family: Niramit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  padding: 18px 28px;
}

.rg-home-section.rg-home-section-3 > div {
  margin: 0 auto;
  background: linear-gradient(270deg, #f2f1ee 48%, rgba(242, 241, 238, 0) 100%);
  width: 100%;
}

.rg-head-slide .rg-home-section.rg-home-section-3 > div {
  margin: 0 auto;
  background: linear-gradient(
    -270deg,
    #dde5da 60%,
    rgba(242, 241, 238, 0) 100%
  );
  width: 100%;
}

.rg-home-section-4 .rg-home-section-title h3 {
  margin: 0;
}

.rg-home-section4-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: inset 0 1px 7px 0 rgba(162, 162, 162, 0.46);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  overflow: hidden;
  margin-top: 45px;
}

.rg-services4-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgba(216, 27, 36, 0.04);
}

.rg-services4-item > div {
  width: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.rg-services4-item > div > div {
  width: 50%;
  max-width: 50%;
}

.rg-services4-item > div {
  gap: 0;
}

/* .is-layout-flow > * {
  margin-block-start: inherit;
} */

.rg-services4-item {
  margin: 0;
}

.rg-services4-item-text {
  padding: 45px 70px;
}

.rg-services4-item:nth-child(odd) {
  background-color: rgba(3, 154, 70, 0.04);
}

.rg-services4-item h3 {
  color: #000000;
  font-family: Niramit;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 39px;
  margin: 0;
  margin-bottom: 12px;
}

.rg-services4-item p {
  color: #000000;
  font-family: Niramit;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
}

.rg-services4-item a {
  color: #d81b24;
  font-family: Niramit;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  text-decoration: underline;
  position: relative;
  margin-left: 20px;
  background: transparent;
  padding: 0;
}

.rg-services4-item a:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 8px;
  background-image: url(/wp-content/themes/euroflora/assets/imgs/restyling/foglia-rossa.svg);
  height: 6.32px;
  width: 12.63px;
}

.rg-services4-item-img {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 295px;
}

.rg-home-section-5 {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
  position: relative;
  height: 600px;
}

.rg-home-section-5 .rg-home-section5-title {
  width: 38%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.rg-home-section5-items {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  width: 90%;
  gap: 30px;
  position: absolute;
  right: calc(-30% - -40px);
}

.rg-services5-item {
  display: flex;
  flex-direction: column;
  min-width: 270px;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}

.rg-latest-news-img {
  width: 270px;
  height: 340px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 23px;
}

.rg-home-section5-title h3 {
  color: #000000;
  font-family: Niramit;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 59px;
  margin: 0;
  margin-bottom: 10px;
}

.rg-home-section5-title p {
  color: #000000;
  font-family: Niramit;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 26px;
}

.rg-home-section5-title a {
  border-radius: 30px;
  background-color: #039a46;
  color: #ffffff;
  font-family: Niramit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  padding: 18px 28px;
}

.rg-services5-item h3 {
  color: #000000;
  font-family: Niramit;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  margin-bottom: 10px;
}
.rg-services5-item p {
  color: #000000;
  font-family: Niramit;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
}
.rg-services5-item a {
  color: #d81b24;
  text-decoration: underline;
}

.rg-map {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.rg-map iframe {
  border: 0;
  width: 100%;
  height: 540px;
}
.rg-map .rg-map-info {
  position: absolute;
  left: 5%;
  bottom: 35px;
}
.rg-map-info {
  background: #fff;
  border-radius: 60px 6px 60px 6px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 26px 39px;
}

.rg-map h3 {
  color: #039a46;
  font-family: Niramit;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 39px;
  text-align: center;
  margin: 0;
}

.rg-info-items {
  padding: 0;
  list-style: none;
  margin: 10px 74px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 23px;
  flex-direction: column;
}

ul.rg-info-items img {
  margin-right: 10px;
}

.rg-info-section .rg-services2-item {
  position: relative;
  border-bottom-right-radius: 65px;
  width: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
  border-radius: 60px 6px 60px 6px;
}
.rg-services2-item {
  position: relative;
}

.rg-info-section .rg-map-info {
  margin-top: 126px;
  padding: 75px;
}
.rg-map-info h3 {
  position: initial;
}

.rg-info-section {
  margin: 60px 0;
}

.rg-info-section .rg-services2-item h3 {
  top: 20px;
}

.rg-info-section .rg-home-section2-items {
  margin-top: 30px;
  max-width: 1250px;
  margin: 0 auto;
}

.rg-info-section .rg-info-items {
  margin: 10px;
  margin-left: -30px;
}

.rg-info-section .rg-map-info h4:before {
  position: absolute;
  content: "";
  left: -30px;
  top: 12px;
  background-image: url(/wp-content/themes/euroflora/assets/imgs/restyling/foglie-verdi.svg);
  height: 12.63px;
  width: 20px;
}

.rg-info-section .rg-map-info h4 {
  color: #000000;
  font-family: Niramit;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 39px;
  position: relative;
  margin: 0;
}

.rg-planet-content-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1555px;
  margin: 0 auto;
  margin-top: 60px;
}

.rg-breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  font-family: Niramit;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.rg-breadcrumbs ul li:last-child {
  color: #d81b24;
}

.rg-planet-content {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.rg-planet-content-sidebar strong {
  color: #000000;
  font-family: Niramit;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  position: relative;
  margin: 5px 0;
  cursor: pointer;
}

.rg-planet-content-sidebar strong:before {
  position: absolute;
  content: "";
  left: -30px;
  top: 12px;
  background-image: url(/wp-content/themes/euroflora/assets/imgs/restyling/foglie-verdi.svg);
  height: 12.63px;
  width: 20px;
}

.rg-categorie-mercato ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rg-categorie-mercato > div > ul > li > span {
  color: #000000;
  font-family: Niramit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
}

.rg-categorie-mercato > div > ul > li > span:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 12px;
  background-image: url(/wp-content/themes/euroflora/assets/imgs/restyling/foglia-rossa.svg);
  height: 6.32px;
  width: 12.63px;
}

.rg-categorie-mercato > div > ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.rg-categorie-mercato > div > ul > li > ul {
  color: #000000;
  font-family: Niramit;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
}

.rg-categorie-mercato > div > ul > li > ul > li > ul {
  padding-left: 20px;
}
.rg-planet-content-sidebar li {
  margin: 8px 0;
}

.rg-categorie-mercato ul li {
  cursor: pointer;
}

.rg-categories {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

/* Fixed product grid layout for smooth scrolling performance */
.rg-cat-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 60px 0;
  /* Performance optimization: Use GPU acceleration */
  transform: translateZ(0);
  will-change: auto; /* Only when needed, not constantly */
}

.rg-cat-item {
  width: calc(25% - 7.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 300ms ease-in-out;
  padding: 5px;
  border-radius: 6px;
  position: relative;
  /* Performance optimization: Use GPU acceleration and contain layout */
  transform: translateZ(0);

  backface-visibility: hidden; /* Enable hardware acceleration */
}

.prod-sconto {
  border: 1px solid #d81b24;
}

.rg-cat-item h3 {
  color: #000000;
  font-family: Niramit;
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 24px;
  margin: 5px 0 10px 0;
  text-align: center;
}

.rg-cat-item h3 {
  font-size: 14px;
  line-height: normal;
  text-transform: lowercase;
}

.rg-cat-item > span {
  padding: 10px 15px;
  border-radius: 30px;
  background-color: #dde5da;
  width: 100%;
  text-align: center;
  font-weight: 700;
  border: 1px solid #dde5da;
  cursor: pointer;
}
.rg-cat-item:hover > span {
  background-color: #fef6f6;
}

.rg-cat-img {
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 4/4;
  width: 100%;
  border-radius: 10px;
  background-position: center;
  min-height: 200px;
  position: relative;
  z-index: -1;
}

.rg-planet-content-products {
  max-width: 910px;
  min-width: 50%;
}

.rg-search-inside form {
  /* width: 100%; */
}

.rg-search-inside {
  border-radius: 6px;
  background-color: #fef6f6;
  width: 100%;
  padding: 25px 70px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  border: 1px solid #dfdfdf;
}
.rg-flora-products {
  width: 100%;
}
.rg-search-inside input[type="text"]::placeholder {
  color: #b2b2b2;
  font-family: Niramit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
}

.rg-cat-titles {
  border-radius: 6px;
  background-color: #f5fbf8;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  margin: 15px 0;
  list-style: none;
}

.rg-cat-titles li {
  font-size: 16px;
  font-weight: 600;
  color: #b4b4b4;
  cursor: pointer;
  border-radius: 40px;
  padding: 5px 8px;
  border: 1px solid;
}
.rg-cat-titles li:hover,
.rg-filter-active {
  background: #fef6f6;
}

.rg-cat-item:hover {
  transform: scale(1.03);
}

.rg-products .rg-cat-item {
  align-items: flex-start;
}

.rg-prod-desc {
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.rg-products .rg-cat-item h3 {
  text-align: left;
}

.box-aggiungi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.bollino {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 40px;
}

.codice {
  color: #039a46;
  font-size: 12px;
}

.prezzo {
  color: #d81b24;
  padding-left: 5px;
  border-left: 2px solid #039a46;
  margin-left: 2px;
}

.rg-breadcrumbs a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  display: inline-block;
}

.rg-prod-single {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.rg-prod-single-img {
  width: 50%;
}
.rg-prod-single-img img {
  width: 100%;
}

.rg-inputs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.rg-inputs h4 {
  color: #000000;
  font-family: "Niramit", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  margin: 0;
}

.rg-inputs > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  flex-direction: column;
}

.rg-inputs select,
.rg-inputs input,
.js-prodotto-qta {
  border-radius: 40px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 7px -1px rgba(162, 162, 162, 0.46);
  border: 0;
  padding: 10px 15px;
}

.rg-inputs select,
.js-prodotto-qta {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);*/
  background-position: 99%;
  background-repeat: no-repeat;
  padding: 10px 30px;
}
.rg-inputs input {
  max-width: 95px;
  min-width: 8ch;
}
.rg-inputs input:focus,
.rg-inputs select:focus,
.js-prodotto-qta:focus {
  outline-color: #e0f2e9;
}

.step-pagina__next {
  padding: 10px 15px !important;
}

.rg-prod-actions {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin: 35px 0;
}

.container-box-prodotto__add-preventivo {
  color: #000000;
  font-family: Niramit;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
}
.container-box-prodotto__add-preventivo img {
  margin-top: 5px;
}

.rg-prod-actions .container-box-prodotto__aggiungi {
  padding: 10px 65px;
  border-radius: 30px;
  background-color: #dde5da !important;
  width: auto;
  text-align: center;
  border: 1px solid #dde5da;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  color: #000000;
  font-family: Niramit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}

.container-box-prodotto__aggiungi:hover {
  background-color: #fef6f6 !important;
}

.login-bg {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(3, 154, 70, 0.04);
  box-shadow: inset 0 1px 7px -1px rgba(162, 162, 162, 0.46);
  position: absolute;
}

.rg-user-links {
  display: flex;
  opacity: 0;
  z-index: -100;
  width: 300px;
  height: 0;
  position: absolute;
  flex-direction: column;
  top: 80px;
  background: #fff;
  border-radius: 20px;
  gap: 5px;
  transition: all 300ms ease-in-out 500ms;
  overflow: hidden;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: 1px solid #dde5da;
}
.rg-user-links a {
  padding: 5px;
  border-bottom: 1px solid #def3e5;
}
.login-bg {
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.rg-login:hover .login-bg {
  border-bottom-left-radius: 20px;
  transform: rotate(-45deg);
}

.rg-login:hover .rg-user-links {
  display: flex;
  opacity: 1;
  height: 300px;
  z-index: 999999;
  padding: 20px;
}

.rg-user-links a:hover {
  background: #def3e5;
}

.rg-login:after {
  content: "";
  width: 15px;
  height: 10px;
  background-color: rgba(3, 154, 70, 0.04);
  box-shadow: inset 0 1px 7px -1px rgba(162, 162, 162, 0.46);
  top: 48px;
  position: absolute;
  border-radius: 50px;
  opacity: 0;
  transition: all 300ms ease-in-out 200ms;
}

.rg-login:hover:after {
  top: 60px;
  opacity: 1;
  height: 15px;
}

/* .rg-search-inside label {
    display: none;
} */
.rg-search-inside label {
  font-size: 12px;
  font-weight: 600;
}
.filtro-ricerca > div {
  display: flex;
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.rg-search-inside .filtro-ricerca {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.rg-search-inside select {
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-family: Niramit;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 19px;
}

.rg-select-label-first {
  color: #000000;
  font-family: Niramit;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 5px;
  text-transform: lowercase;
  color: #5fa27a;
}

.rg-search-inside select {
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-family: Niramit;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  max-width: 125px;
}

.rg-products-page {
  padding: 15px 20px;
}

.rg-products-page form {
  max-width: fit-content;
}

.rg-page-title h1 {
  color: #000000;
  font-family: Niramit;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: normal;
  margin: 20px 0;
}
.dialog-off-canvas-main-canvas {
  width: 100%;
}

.rg-planet-content {
  position: relative;
  gap: 20px;
}
.rg-cart {
  /*margin-right: -4%;*/
  min-width: 270px;
  max-width: 320px;
  position: sticky;
  top: 125px;
}

.rg-search-products {
  position: sticky;
  top: 125px;
  z-index: 9;
}

a.is-active {
  font-weight: 700;
}

.rg-separator {
  margin-right: auto;
  width: 100% !important;
  background: #f5fbf8;
  margin: 0;
  padding: 20px 0;
  border-radius: 6px;
}
h4.rg-separator.catprod.rg-cat-item {
  width: 100% !important;
}
.rg-cart-inside {
  border: 1px solid #039a46;
  border-radius: 6px;
  background-color: #f5fbf8;
  box-shadow: 0 6px 8px 1px rgba(111, 111, 111, 0.19);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rg-labels {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.rg-labels a {
  color: #000000;
  font-family: Niramit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  padding: 15px;
  width: 50%;
  text-transform: uppercase;
  margin-top: -6px;
}

.tab-preventivo {
  background-color: #ffffff;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #039a46;
  border-right: 1px solid rgb(3 154 70 / 25%);
  border-left: none;
  margin-right: -1px;
  border-top: 1px solid rgb(3 154 70 / 25%);
}

.tab-carrello {
  border-radius: 6px;
  border-top: 1px solid #039a46;
  border-bottom-left-radius: 0;
  border-left: 1px solid #039a46;
  margin-left: -1px;
  background: #f6fcf8;
  border-right: 1px solid #039a46;
  border-bottom-right-radius: 0;
}

.rg-oggetti-cart ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Niramit;
  font-size: 14px;
  letter-spacing: -0.1px;
  line-height: 18px;
  max-height: 145px;
  overflow-y: scroll;
  background: #e2f3ea;
  border-radius: 6px;
  padding: 8px;
  -webkit-box-shadow: inset 0px 6px 6px 0px rgb(0 0 0 / 11%);
  box-shadow: inset 0px 6px 6px 0px rgb(0 0 0 / 11%);
}
.rg-minicart-img {
  display: block;
  width: 40px !important;
  height: 40px;
  float: left;
  margin-right: 10px;
}

.cart-content {
  padding: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.elenco-prezzo {
  color: #039a46;
}

.rg-tot-prod {
  color: #000000;
  font-family: Niramit;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
}

.rg-oggetti-cart h4 {
  color: #000000;
  font-family: Niramit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
}

.rg-oggetti-cart ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 15px 0;
  padding-right: 10px;
}

.elenco-quantita {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.cart-subtract,
.cart-add {
  background: #039a46;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  text-align: center;
  padding-bottom: 2px;
  padding-right: 1px;
}

.cart-footer {
  padding: 15px;
}

.cart-footer-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.container-table-totale {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.totale__titolo {
  color: #000000;
  font-family: Niramit;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
}

.totale__cifra {
  color: #000000;
  font-family: Niramit;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  margin: 8px 0;
}

.cart-footer-items a {
  border-radius: 30px;
  background-color: #039a46;
  padding: 10px 20px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 5px 0;
}

.cart-footer-items .js-delete-order {
  background-color: #d81b24;
}

/* .rg-checkout-container {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
} */
.rg-checkout-container {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  min-width: 960px;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}

.rg-checkout {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 30px;
  position: relative;
}

.rg-main-checkout {
  width: 70%;
}

.checkout-qta-num {
  width: 30px;
  text-align: center;
}

.rg-side-checkout {
  width: 30%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
  position: sticky;
  top: 125px;
}

.rg-coupon-form {
  border: 1px solid #d81b24;
  border-radius: 8px;
  background-color: rgba(216, 27, 36, 0.04);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 20px 15px;
  gap: 15px;
}

.rg-riepilogo ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

.rg-coupon-form input[type="text"] {
  width: 100%;
  border: 1px solid #d81b24;
  border-radius: 18px;
  background-color: #ffffff;
  padding: 7px 20px;
}

.rg-coupon-form button {
  background: none;
  border: none;
  color: #d81b24;
  font-family: Niramit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: underline;
  margin-left: auto;
}

.pulsante--coupon {
  background: none;
  border: none;
  color: #d81b24;
  font-family: Niramit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: underline;
  margin-left: auto;
}

.rg-riepilogo {
  border: 1px solid #d81b24;
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 15px 20px;
}

.rg-checkout-cart {
  border: 1px solid #039a46;
  border-radius: 0 6px 6px 6px;
  background-color: rgba(3, 154, 70, 0.04);
  box-shadow: 0 6px 8px 1px rgba(111, 111, 111, 0.19);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  justify-content: flex-start;
  padding: 35px 20px;
  position: relative;
}

.rg-checkout-cart-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 15px;
  max-height: 220px;
  overflow-y: scroll;
  padding: 10px;
  margin-top: 25px;
  box-shadow: inset 0px 0px 40px 0px rgb(0 0 0 / 11%);
  border: 1px solid #60bb84;
  border-radius: 6px;
}
.rg-checkout-cart-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d81c25;
}
.rg-checkout-cart-item:last-child {
  border: none;
}
.checkout-cart-product-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  width: 18%;
}
.checkout-cart-product-img {
  width: 100%;
  aspect-ratio: 4/4.5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #979797;
  border-radius: 6px;
}
.checkout-cart-product-desc h4 {
  color: #000000;
  font-family: "Niramit", sans-serif;
  font-size: 18px;
  letter-spacing: -0.13px;
  line-height: 24px;
  font-weight: 400 !important;
  margin: 0;
}

.checkout-cart-product-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  width: 82%;
}

.checkout-cart-product-desc {
  width: 100%;
}
.actions-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.actions-inner {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.sep-line {
  margin: 25px auto;
}
.rg-checkout-labels {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
  position: relative;
}

.rg-checkout-label {
  border: 1px solid rgb(3 154 70 / 23%);
  border-radius: 6px 6px 0 0;
  background-color: #ffffff;
  padding: 20px;
  color: #000000;
  font-family: Niramit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: -1px;
  border-bottom: 1px solid #039a46;
  min-width: 135px;
  text-transform: uppercase;
}

#content-checkout-carrello .rg-label-carrello {
  background: #f6fcf8;
  border: 1px solid #039a46;
  border-bottom: none;
  height: 63px;
}
#content-checkout-consegna .rg-label-consegna {
  background: #f6fcf8;
  border: 1px solid #039a46;
  border-bottom: none;
  height: 63px;
}
#content-checkout-pagamento .rg-label-pagamento {
  background: #f6fcf8;
  border: 1px solid #039a46;
  border-bottom: none;
  height: 63px;
}
#content-checkout-riepilogo .rg-label-riepilogo {
  background: #f6fcf8;
  border: 1px solid #039a46;
  border-bottom: none;
  height: 63px;
}

#content-login .rg-label-login {
  background: #f6fcf8;
  border: 1px solid #039a46;
  border-bottom: none;
  color: #000;
}
#content-registrazione .rg-label-registrazione {
  background: #f6fcf8;
  border: 1px solid #039a46;
  border-bottom: none;
  color: #000;
}
#content-registrazione-cliente .rg-label-registrazione-cliente {
  background: #f6fcf8;
  border: 1px solid #039a46;
  border-bottom: none;
  color: #000;
}
#content-password .rg-label-password {
  background: #f6fcf8;
  border: 1px solid #039a46;
  border-bottom: none;
  color: #000;
}

/*.rg-step-pagina {
  position: absolute;
  right: 0;
  padding: 20px;
  display: flex;
  flex-direction: row;
  top: 0;
  gap: 15px;
  margin: 20px 20px 0 0;
}*/
.rg-step-pagina {
  position: sticky;
  padding: 0;
  display: flex;
  flex-direction: row;
  top: 15%;
  gap: 10px;
  margin: 0;
  align-self: flex-end;
  z-index: 10;
}
.rg-step-pagina > div,
.rg-step-pagina > a {
  background: #059a46;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50px;
  text-transform: uppercase;
  cursor: pointer;
}

a.js-delete-order {
  background: none;
  border: none;
  color: #d81b24;
  font-family: Niramit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: underline;
  margin-left: auto;
}
.container-riepilogo__annulla-ordine {
  margin-left: auto;
}

.checkout-cart-product-actions span {
  color: #000;
}
.js-mod-pagamento {
  width: 100%;
}
.container-riepilogo__pagamento {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  width: 100%;
  margin: 15px 0;
}
span.desc-modalita-pagamento {
  font-weight: 700;
}

.rg-riepilogo ul li {
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.rg-news-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1250px;
  margin: 40px auto;
  flex-wrap: wrap;
  gap: 30px;
}
.rg-backbtn {
  width: 100%;
}
.rg-backbtn a {
  color: #d81b24;
  font-family: Niramit;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 23px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: fit-content;
  vertical-align: middle;
}

.rg-news-content .news-img {
  width: 25%;
  aspect-ratio: 4/5;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rg-news-content .news-main-content {
  min-width: 70%;
}
.news-main-content h1 {
  color: #000000;
  font-family: Niramit;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 49px;
  margin: 0;
}
.rg-backbtn svg path {
  fill: #d81b24;
}

.rg-more-news {
  max-width: 1250px;
  margin: 0 auto;
}
.rg-news-grid {
  display: flex;
  gap: 30px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: scroll;
  margin: 40px 0;
}
.rg-more-news h4 {
  color: #000000;
  font-family: Niramit;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 49px;
  margin: 0;
}
.rg-news-item {
  min-width: calc(25% - 23px);
  display: flex;
  flex-direction: column;
}
.rg-item-news-img {
  width: 100%;
  aspect-ratio: 4/5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}
.rg-news-item h3 {
  color: #000000;
  font-family: Niramit;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin: 20px 0 10px 0;
}
.rg-news-item p {
  margin: 0;
  font-family: Niramit;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
}
.rg-time {
  color: #059a46;
}
.rg-news-item a {
  color: #d81c25;
  text-decoration: underline;
}
.rg-news-page {
  max-width: 1250px;
  margin: 60px auto;
}

.rg-numbers {
  display: flex;
  flex-direction: row;
  max-width: 1250px;
  margin: 70px auto 130px auto;
  align-items: center;
  justify-content: space-between;
}

.rg-number-item span:nth-child(1) {
  color: #039a46;
  font-family: Niramit;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 104px;
}
.rg-number-item span:nth-child(2) {
  color: #000000;
  font-family: Niramit;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}
.rg-number-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.rg-about-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 1250px;
  margin: 0 auto;
  gap: 70px;
}

.rg-text-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}

.rg-text-item > div {
  width: 50%;
}
.rg-text-item img {
  width: 100%;
}
.rg-paragraph-title {
  color: #000000;
  font-family: Niramit;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 39px;
  margin: 0;
  margin-bottom: 30px;
  position: relative;
  padding-left: 25px;
}

.rg-paragraph-title:before {
  content: "";
  background: url(/wp-content/themes/euroflora/assets/imgs/restyling/foglie-verdi.svg);
  height: 12.63px;
  width: 20px;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
}

.rg-text-inner {
  padding-top: 30px;
}

.rg-servizi-main-content {
  max-width: 1250px;
  margin: 70px auto;
}
.test-no-log h3 {
  color: #000000;
  font-family: Niramit;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  position: relative;
  margin: 5px 0;
  cursor: pointer;
}
.test-no-log h3:before {
  position: absolute;
  content: "";
  left: -30px;
  top: 12px;
  background-image: url(/wp-content/themes/euroflora/assets/imgs/restyling/foglie-verdi.svg);
  height: 12.63px;
  width: 20px;
}
.test-no-log p {
  color: #000000;
  font-family: Niramit;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 29px;
}
.test-no-log a {
  color: #039a45;
  text-decoration: underline;
}

.test-no-log {
  margin: 30px 0 100px 0;
}
.testo-faq p {
  color: #000000;
  font-family: Niramit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}
.faqs h3 {
  color: #000000;
  font-family: Niramit;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 49px;
  margin: 100px 0 30px 0;
}
.testo-faq p {
  color: #000000;
  font-family: Niramit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  margin: 2px;
}
.testo-faq i {
  font-style: normal;
}

.cart-footer-items .js-delete-order {
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  display: block;
  width: 100%;
  text-align: center;
  margin: 5px 0;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.rg-planet-content-sidebar {
  min-width: 320px;
  overflow-y: auto;
  max-height: 700px;
  position: sticky;
  top: 110px;
}

.fancybox-overlay.fancybox-overlay-fixed {
  z-index: 99999;
}

.modal-content {
  border-radius: 6px 60px 6px 60px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 7px -1px rgba(162, 162, 162, 0.46);
  border: none;
}

.modal-close-btn span {
  display: none;
}

.modal-close-btn:after,
.modal-close-btn:before {
  width: 25px;
  height: 3px;
  background: #d81b24;
  content: "";
  position: absolute;
  transform: rotate(30deg);
  border-radius: 50px;
}
.modal-close-btn:before {
  transform: rotate(-30deg);
  background: #099b49;
}

.modal-content .modal-close-btn {
  top: 20px;
  right: 35px;
}

.img-prodotto {
  width: 40% !important;
  float: left;
}
.titolo-sezione,
.dettagli-prodotto {
  float: left;
  width: 60%;
}

.container-box-prodotto {
  border: none;
}

.titolo-sezione.titolo-sezione--modale {
  border: 0;
  padding: 0;
  color: #000;
  font-size: 20px;
}
.dettagli-prodotto {
  padding: 0 !important;
  margin-top: 10px;
}
ul.dettagli-prodotto__elenco li span {
  color: #333;
  font-size: 12px;
}
.dettagli-prodotto__elenco__box-offerta {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
.testo-promo {
  margin-left: 0 !important;
}
.container-prodotto .dettagli-prodotto__elenco li {
  padding-bottom: 3px;
}
.img-prodotto {
  padding-right: 20px;
}
.modal-content .container-box-prodotto__aggiungi {
  padding: 10px 65px;
  border-radius: 30px;
  background-color: #dde5da !important;
  width: auto;
  text-align: center;
  border: 1px solid #dde5da;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
}

.modal-content .container-box-prodotto__aggiungi span {
  color: #000000;
  font-family: Niramit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}

.rg-prod-single-desc .container-box-prodotto__aggiungi {
  padding: 10px 65px;
  border-radius: 30px;
  background-color: #dde5da !important;
  width: fit-content;
  text-align: center;
  border: 1px solid #dde5da;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  margin-top: 30px;
}

.rg-prod-single-desc .container-box-prodotto__aggiungi span {
  color: #000000;
  font-family: Niramit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}

.container-box-prodotto .select-quantita input {
  border-radius: 40px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 7px -1px rgba(162, 162, 162, 0.46);
  border: 0;
  padding: 10px 15px !important;
}

.container-box-prodotto .bollino {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 40px;
  border: none;
}

.container-box-prodotto__select-qta label {
  color: #000;
  font-family: "Niramit", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  margin: 0;
  text-transform: capitalize;
}

.container-box-prodotto__add-preventivo {
  margin: 20px 0;
}

.menu-icon.cross-anim {
  padding: 20px;
}
.rg-checkout-cart-inner {
  width: 100%;
}

.rg-consegna {
  margin: 15px 0;
  border-bottom: 1px solid #60bb84;
  padding-bottom: 15px;
  width: 100%;
}
.rg-consegna h4 {
  font-size: 14px;
  font-weight: 300;
}

.rg-consegna-select-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  flex-direction: row;
}
.rg-consegna-select {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  background: #ffd5d7;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: 1px solid #079a46;
  width: fit-content;
}

#content-checkout-consegna .rg-consegna-select {
  padding: 10px;
}
#content-checkout-consegna .checkout-radio-container {
  border: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 6px;
}
#content-checkout-consegna .checkout-radio-container.is-selected {
  background: transparent;
  color: inherit;
  border: none;
  box-shadow: none;
}

.rg-pagamento h4,
.rg-notes h4 {
  font-size: 14px;
}

.rg-pagamento {
  margin: 15px 0;
  border-bottom: 1px solid #60bb84;
  padding-bottom: 15px;
  width: 100%;
}

.container-icone-pagamento {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  background: #ffd5d7;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: 1px solid #079a46;
  width: fit-content;
  font-weight: 700;
}

.checkout-radio-container {
  border: 1px solid #059a46;
  background: #f6fcf8;
  padding: 5px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 6px;
}

.checkout-radio-container.is-selected {
  background: #24a45c;
  color: #fff;
  border: 1px solid #d81c25;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.rg-pagamento-container {
  width: 100%;
}
.checkout-note-ordine {
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #059a46;
}
.pulsante {
  background: #059a46ad;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0px;
}
.pulsante:hover {
  background-color: #d81c25;
  color: #ffffff;
}

.testo-faq .Section1 > p > b {
  position: relative;
}
.testo-faq .Section1 > p > b:before {
  position: absolute;
  content: "";
  left: -30px;
  top: 4px;
  background-image: url(/wp-content/themes/euroflora/assets/imgs/restyling/foglie-verdi.svg);
  height: 12.63px;
  width: 20px;
}

.textitem {
  border: 1px solid #039a46;
  border-radius: 6px;
  background-color: #f5fbf8;
  box-shadow: 0 6px 8px 1px rgba(111, 111, 111, 0.19);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  gap: 10px;
}
.textitem h3,
.textitem h2,
.textitem p {
  margin: 0;
}
.textitem p br {
  display: none;
}

.rg-checkout-cart {
  border-radius: 0 60px 6px 60px;
}

.rg-forms {
  margin: 25px auto;
  padding-top: 25px;
}
.rg-checkout-label {
  padding: 20px 30px;
  color: #959595;
  margin-bottom: -2px;
  text-align: center;
}

.rg-checkout-cart-inner {
  width: 95%;
  margin: 0 auto;
  margin-top: -50px;
}

.rg-checkout-cart-inner h2 {
  color: #d81b24;
  font-family: "Niramit", sans-serif !important;
  font-size: 18px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 24px;
}

.rg-forms form {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 40px 0;
}
img.logo-modal {
  max-width: 200px;
}
.rg-form-element label {
  display: none !important;
}
/* .form-item-consensoprivacy {
  width: 50%;
} */
.form-item-consensoprivacy label {
  padding: 0 5px;
}
#ef-shop-user-login-form > div {
  width: 48%;
}
.cm-mesaggio-evadibile {
  background: #fef7f7;
  border-radius: 6px;
  border: 1px solid #d81b24;
  padding: 0px 40px 40px 40px;
}
.rg-form-element input,
.rg-form-element select,
.filtro-ricerca select,
.form-text,
.form-select,
.form-email {
  border-radius: 8px;
  padding: 15px 20px 15px 35px !important;
  width: 100% !important;
  border: 1px solid #039a46;
  position: relative;
  padding-left: 35px !important;
}
.rg-form-element select,
.filtro-ricerca select,
.form-select {
  -webkit-appearance: none;
  appearance: none;
}

.form-text,
.form-email {
  background-image: url(/wp-content/themes/euroflora/assets/imgs/restyling/foglia-verde.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 14px center;
}

.rg-form-element select,
.filtro-ricerca select,
.form-select {
  background-image: url(/wp-content/themes/euroflora/assets/imgs/restyling/foglia-verde.svg),
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
  background-size: 12px, 24px;
  background-repeat: no-repeat;
  background-position: 14px center, calc(100% - 8px) center;
}

.rg-form-element {
  position: relative;
  width: calc(50% - 20px);
}
/* .rg-form-element:before {
    content: "";
    background: url(/wp-content/themes/euroflora/assets/imgs/restyling/foglia-verde.svg);
    height: 6.32px;
    width: 12.63px;
    display: block;
    position: absolute;
    top: 24px;
    left: 15px;
    z-index: 1;
} */
.button.form-submit {
  border-radius: 50px;
  padding: 15px 60px;
  border-radius: 30px;
  background-color: #039a46;
  color: #ffffff;
  font-family: Niramit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: capitalize;
  margin: 0;
}
.button.form-submit:hover {
  background-color: #d81b24 !important;
}

.rg-form-container h3 {
  color: #d81b24;
  font-family: Niramit;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}
.rg-form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.rg-form-inputs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.rg-in-row-items {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.rg-in-row-items > div {
  width: calc(33.333% - 7px) !important;
}
.rg-full-input > div {
  width: 100% !important;
}

.rg-form-bottom h4 {
  color: #000000;
  font-family: Niramit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  margin: 0;
}
.rg-form-bottom {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.rg-form-bottom > div {
  width: calc(33.333% - 10px);
}
.rg-form-bottom > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}

.rg-form-bottom .rg-form-element {
  width: 100% !important;
}

.rg-privacy .rg-form-element label,
.rg-newsletter .rg-form-element label,
.js-form-type-checkbox label {
  display: inline-block !important;
  width: auto;
  padding: 0 5px;
}

.rg-privacy .rg-form-element:before,
.rg-newsletter .rg-form-element:before,
.js-form-type-checkbox:before {
  display: none !important;
}

.rg-privacy .rg-form-element input,
.rg-newsletter .rg-form-element input,
.js-form-type-checkbox input {
  padding: 5px;
  width: auto !important;
  border: 0;
  position: relative;
}
#edit-consensoprivacy,
.rg-newsletter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.rg-newsletter p {
  flex: 1 1 100%;
  text-wrap-style: balance;
}
.rg-privacy,
.rg-newsletter {
  margin-top: 10px;
}
.rg-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.content-page-user .container-user {
  border: 1px solid #039a46;
  border-radius: 6px 60px 6px 60px;
  background-color: rgba(3, 154, 70, 0.04);
  box-shadow: 0 6px 8px 1px rgba(111, 111, 111, 0.19);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  justify-content: flex-start;
  padding: 35px 20px;
  position: relative;
  padding: 60px;
}

.color-default {
  color: #d81b24;
}

.container-modifica .rg-form-element {
  width: 100%;
}
.titolo-blocco {
  border-bottom: 1px solid #d81b24;
  color: #d81b24;
}

.pulsante {
  border-radius: 50px;
  padding: 15px 60px;
  border-radius: 30px;
  background-color: #039a46 !important;
  color: #ffffff;
  font-family: Niramit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: capitalize;
  margin: 0;
}
.pulsante:hover {
  background-color: #d81b24 !important;
}

.wrapper-content-user {
  width: 100%;
}

.accordion.accordion--user {
  border: 1px solid #039a46;
  border-radius: 6px 60px 6px 60px;
  background-color: rgba(3, 154, 70, 0.04);
  box-shadow: 0 6px 8px 1px rgba(111, 111, 111, 0.19);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  justify-content: flex-start;
  padding: 35px 20px;
  position: relative;
}

.accordion.accordion--user {
  border: 1px solid #039a46;
  border-radius: 60px 6px 60px 6px;
  background-color: rgba(3, 154, 70, 0.04);
  box-shadow: 0 6px 8px 1px rgba(111, 111, 111, 0.19);
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-start;
  padding: 35px 20px;
  position: relative;
}
.accordion__label {
  width: 100%;
}

.content-page-user .accordion__label--evidenziata--user {
  padding: 1.5rem 4rem 1.5rem 5rem;
  border-top: none;
  border-bottom: 1px solid #039a46;
  background-color: #039a46;
  background-image: url(/wp-content/themes/euroflora/assets/imgs/user/info.png);
  font-size: 1.6rem;
}

.content-page-user .accordion__label.is-active {
  background-color: #039a46;
  border-top: none;
}

.content-page-user .accordion__label {
  border-bottom: 1px solid #039a46;
  border-top: 1px solid #ffffff;
}

.content-page-user .label-accordion__titolo--user {
  color: #039a46;
}
.content-page-user .accordion__label:hover {
  background-color: #039a46;
}
.content-page-user .label-accordion__titolo {
  font-size: 12px;
}

.rg-floating-menu {
  position: fixed;
  z-index: 999999999999;
  right: 0;
  top: 20%;
}

.news-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}

.rg-news-content .news-img {
  width: 100%;
}

.rg-newsletter-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.rg-newsletter-form h3 {
  color: #000000;
  font-family: Niramit;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 45px;
  text-align: center;
}

.rg-newsletter-form p {
  color: #000000;
  font-family: Niramit;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
  margin-bottom: 30px;
}

.rg-newsletter-form .js-form-type-email {
  width: 100%;
}

#ef-shop-user-newsletter-form {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}

#ef-shop-user-newsletter-form > * {
  width: 100%;
}

#ef-shop-user-newsletter-form > div:nth-child(2),
#ef-shop-user-newsletter-form > div:nth-child(3) {
  width: auto;
}
#ef-shop-user-newsletter-form > input {
  width: auto;
  margin-left: auto;
}

.rg-cat-items {
  width: 100%;
}

#block-euroflorasrl-content {
  margin-bottom: 100px;
}

.rg-cat-titles {
  flex-wrap: wrap;
}

.toogle-cart {
  display: none;
}

.btn-modal-danger,
.btn-modal-success,
.btn-primary {
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px !important;
  text-align: center;
  margin: 5px 0;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  background-color: #d81b24;
}
.btn-modal-success,
.btn-primary,
.btn-modal-primary:hover,
.btn-modal-success:hover {
  background-color: #039a46 !important;
}

.btn-modal-success:hover,
.btn-modal-success:active,
.btn-modal-success:focus,
.btn-modal-danger:hover,
.btn-modal-danger:active,
.btn-modal-danger:focus,
.btn-modal-primary:hover,
.btn-modal-primary:active,
.btn-modal-primary:active:focus,
.btn-modal-primary:focus {
  outline: none !important;
  text-decoration: none;
  color: inherit;
  opacity: 0.9;
}

.modal-title span:nth-child(2):after,
.modal-title span:nth-child(2):before {
  width: 25px;
  height: 3px;
  background: #d81b24;
  content: "";
  position: absolute;
  transform: rotate(30deg);
  border-radius: 50px;
}
.modal-title span:nth-child(2):before {
  transform: rotate(-30deg);
  background: #099b49;
}
.modal-title span:nth-child(2) img {
  opacity: 0;
  position: absolute;
  right: -2px;
  top: 12px;
}
.modal-title span:nth-child(2) {
  position: absolute;
  right: 20px;
  top: -5px;
  cursor: pointer;
  padding: 20px;
}
.modal-title {
  position: relative;
}
.bootbox .modal-footer {
  text-align: center;
}
.modal-body {
  text-align: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #000 !important;
}

.container-prodotto {
  text-align: left;
}

.cm-preventivo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cm-preventivo-box .titolo-sezione {
  width: 100%;
}
.cm-preventivo-box__input-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.cm-preventivo-box .titolo-sezione h3 {
  font-size: 16px;
}

.cm-preventivo-box select,
.cm-preventivo-box input,
.js-datetime-picker {
  border-radius: 40px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 7px -1px rgba(162, 162, 162, 0.46);
  border: 0;
  padding: 10px 15px !important;
}

.js-nome-preventivo {
  margin-bottom: 15px;
}
.js-btn-open-nuovo-preventivo.text-center.pointer {
  text-align: left;
  width: 100%;
}

.cm-preventivo-box__input-group h4 {
  font-size: 12px;
}
.js-preventivo-btn-add span,
.js-btn-create-nuovo-preventivo span {
  font-size: 12px !important;
}

.filtro-ricerca .filtro-ricerca__elemento--titolo {
  display: none;
}
.filtro-ricerca {
  border: none !important;
}

.content-page-user .accordion__label--evidenziata--user {
  border-radius: 6px;
}

.content-page-user .accordion__label.is-active {
  border-radius: 6px;
}
.fiori-not-logged {
  width: 100%;
}
.titolo-container-elementi--accessori {
  background-color: #039a45;
}

.titolo-container-elementi {
  background-color: #039a45;
  border-radius: 6px 6px 0 0;
  margin-bottom: -10px;
}
.container-elementi {
  padding-top: 30px;
  border: 1px solid #039a45;
  border-radius: 6px;
  border: 1px solid #039a45 !important;
}

.rg-form-info-servizi {
  padding: 60px 100px 35px 100px;
  width: 80%;
  margin: 80px auto;
  border-radius: 6px 60px;
  background-color: rgba(3, 154, 70, 0.04);
  box-shadow: inset 0 1px 7px -1px rgba(162, 162, 162, 0.46);
}

.rg-form-info-servizi h3 {
  color: #000000;
  font-family: Niramit;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 30px;
  text-align: center;
}

.rg-form-info-servizi input:not(input[type="submit"]),
.rg-form-info-servizi textarea {
  border-radius: 8px;
  padding: 15px 20px 15px 35px !important;
  border: 1px solid #039a46;
  position: relative;
  padding-left: 35px !important;
  background-image: url(/wp-content/themes/euroflora/assets/imgs/restyling/foglia-verde.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.rg-form-info-servizi textarea {
  background-position: 10px 24px;
  width: 100%;
  min-height: 200px;
}

.rg-form-info-servizi .rg-inputs {
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.rg-form-info-servizi .rg-inputs input {
  width: calc(50% - 10px);
  max-width: 50%;
}

.rg-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 20px 0;
  gap: 20px;
}

.privacy-check {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.privacy-check input[type="checkbox"] {
  margin: 0;
}

.privacy-check label {
  font-size: 12px;
  font-weight: 400;
}

.rg-column button {
  margin: 10px auto;
}

.rg-text-block h3 {
  color: #000000;
  font-family: Niramit;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin: 10px 0 20px 0;
  position: relative;
  padding-left: 25px;
  margin-left: -25px;
}

.rg-text-block h3:before {
  content: "";
  background: url(/wp-content/themes/euroflora/assets/imgs/restyling/foglie-verdi.svg);
  height: 12.63px;
  width: 20px;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
}

.rg-text-block {
  margin: 100px 0;
}

.rg-text-inner p {
  color: #000000;
  font-family: Niramit;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}

.rg-paragraph-title {
  margin-left: -25px;
}

#content-news .pager__items li > a,
.content-news .pager__items li > span {
  background-color: #039a45;
  border-radius: 60px;
  color: #fff;
}

#content-news .pager__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

#content-news .pager__item.is-active a {
  background-color: #d81b24;
}
#content-news .pager__item a:hover:not(.is-active) {
  background-color: #d81b24;
}

.pager__item a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 40px;
  height: 40px;
  background: #039a45;
}
.pager__item a span {
  margin-bottom: 3px;
}
.cd-top {
  border-radius: 50px;
}

.pager-elementi .pager-elementi__list-link--planet.is-active a {
  background-color: #d81b24;
}

.pager-elementi__list-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #039a45;
  color: #fff;
}
ul.pager-elementi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

li.pager-elementi__list-link.pager-elementi__list-link--planet.is-active {
  background: #d81b24;
}

li.pager-elementi__list-link.pager-elementi__list-link--planet:hover {
  background: #d81b24;
}

.pager-elementi__list-link--planet a:hover:not(.is-active) {
  background-color: transparent;
}
.pager-elementi .pager-elementi__list-link--planet.is-active a {
  background-color: transparent;
}

.pager-elementi__list-link a {
  color: #fff;
  background-color: transparent;
}

.toogle-categories {
  display: none;
}
.rg-search-inside form {
  /* width: 100%; */
  margin-top: 20px;
}
.rg-form-element select,
.filtro-ricerca select {
  min-width: 170px;
  margin-top: 20px;
}

.filtro-ricerca select {
  margin-top: 5px;
}
p.rg-select-label-first {
  margin-bottom: 10px;
}

.rg-inside-page .rg-home-section.rg-home-section-3 > div {
  background: transparent;
}

.vendita .rg-home-section-3 {
  background-size: contain;
  background-position: right;
}

.vendita .rg-home-section.rg-home-section-3 > div {
  background: linear-gradient(-270deg, #dde5da 40%, rgba(242, 241, 238, 0) 80%);
}

#slide-176 .rg-slide-img {
  height: 480px;
  width: 800px;
  top: -60px;
  right: -198px;
}

#slide-177 .rg-slide-img {
  height: 430px;
  width: 530px;
  top: -50px;
}

.testo-faq h3 {
  color: #000000;
  font-family: Niramit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  margin: 2px;
  position: relative;
}

.testo-faq > h3:before {
  position: absolute;
  content: "";
  left: -30px;
  top: 4px;
  background-image: url(/wp-content/themes/euroflora/assets/imgs/restyling/foglie-verdi.svg);
  height: 12.63px;
  width: 20px;
}

.rg-faqs p {
  margin-bottom: 25px;
}

#slide-178 .rg-slide-img {
  width: 400px;
  height: 425px;
  right: 70px;
  top: -45px;
}

#slide-175 .rg-slide-img {
  width: 453px;
  height: 440px;
  top: -70px;
  right: 100px;
}

#slide-174 .rg-slide-img {
  height: 480px;
  width: 375px;
  top: -40px;
  right: 95px;
}

#content-accessori .titolo-sezione--accessori {
  border-bottom: none;
  border-top: none;
  color: #000;
}

#content-fiori-recisi .titolo-sezione--fiori {
  border-bottom: none;
  border-top: none;
}

/* .rg-categories {
  margin-top: 35px;
} */

.rg-prod-scont {
  font-weight: 700;
  position: absolute;
  background: #d81b24;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  top: -10px;
  left: -6px;
  font-size: 10px;
}

.rg-info-request .rg-form-info-servizi {
  border-radius: 0;
  box-shadow: initial;
  background: transparent;
}
.rg-info-request {
  background: #fef7f7;
  margin-top: 100px;
}

/* SLIDES */

#slide-155 .rg-slide-img {
  width: 425px;
  height: 436px;
  right: 70px;
  top: -136px;
}

#slide-151 .rg-slide-img {
  width: 453px;
  height: 440px;
  top: -70px;
  right: 100px;
}

#slide-132 .rg-slide-img {
  height: 460px;
  width: 760px;
  top: -85px;
  right: -200px;
}

#slide-152 .rg-slide-img {
  height: 540px;
  width: 800px;
  top: -60px;
  right: -155px;
}

#slide-154 .rg-slide-img {
  height: 550px;
  width: 582px;
  top: -70px;
  right: -40px;
}

#slide-163 .rg-slide-img,
#slide-162 .rg-slide-img {
  width: 680px;
  height: 420px;
  right: -120px;
  top: 0px;
}

#slide-164 .rg-slide-img {
  height: 700px;
  width: 700px;
  top: -140px;
  right: -41px;
}

#slide-165 .rg-slide-img {
  height: 500px;
  width: 558px;
  top: -47px;
  right: 0px;
}
#slide-166 .rg-slide-img {
  height: 575px;
  width: 568px;
  top: -78px;
  right: 0px;
}

#slide-167 .rg-slide-img {
  height: 274px;
  width: 660px;
  top: 0px;
  right: -100px;
}

ul.rg-info-items li img {
  width: auto;
}

.checkout-qta-input {
  text-align: center;
}

.checkiva {
  display: flex;
  gap: 15px;
  flex-direction: row;
}

/* Responsive */

/* Base Styles - Desktop First Design */
/* Default styles for desktops */

/* Hide .rg-slide-img on screens smaller than 768px */
@media only screen and (max-width: 768px) {
  /* .rg-slide-img {
    display: none;
  } */
}

/* Hide .rg-image-mobile on screens larger than 768px */
@media only screen and (min-width: 769px) {
  /* .rg-image-mobile {
    display: none;
  } */
}

/* Large screens/monitors */
@media screen and (min-width: 1440px) {
  /* Other styles specific for large screens go here */
}

.elenco-prezzo {
  color: #d81b24;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin: 10px 0;
}

.rg-oggetti-cart ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 15px 0;
  padding-right: 10px;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  flex-wrap: wrap;
}

span.elenco-elimina {
  width: 30px;
  background: #d81b24;
  border-radius: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

span.elenco-elimina img {
  filter: brightness(5);
}

span.elenco-titolo.lowercase {
  width: 100%;
  margin-left: auto;
}

.elenco-quantita {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

span.cart-qta.js-cart-ordine-qta {
  font-size: 18px;
  margin: 0 15px;
}

.cart-subtract,
.cart-add {
  width: 30px;
  height: 30px;
}

.rg-home-section2-items img {
  width: 100%;
}

.angle-prod-accordion {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  cursor: pointer;
}

.angle-prod-accordion::after {
  content: "";
  background-image: url(/wp-content/themes/euroflora/assets/imgs/restyling/angle.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 300ms ease-in-out;
  transform: rotate(-90deg);
  margin-top: 6px;
  background-color: #f5fbf8;
  border-radius: 100px;
  padding: 3px;
  border: 1px solid #039a47;
}

.prod-active::after {
  transform: rotate(0deg);
}

.prod-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.rg-checkout-cart-items {
  transition: all 300ms ease-in-out;
}
.prod-accordion-content {
  max-height: 0;
  height: 0;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 1368px) {
  .rg-form-info-servizi {
    width: 70%;
  }
  .rg-search-inside {
    justify-content: flex-start;
  }
  .rg-products-page {
    padding: 25px;
  }
  #slide-132 .rg-slide-img {
    height: 427px;
    width: 550px;
    top: -40px;
    right: 10px;
  }
  #slide-152 .rg-slide-img {
    height: 502px;
    width: 550px;
    top: -48px;
    right: 10px;
  }
  .rg-cart {
    margin-right: 0;
    min-width: 270px;
  }
  .rg-oggetti-cart ul {
    max-height: 180px;
  }
}

@media screen and (max-width: 1200px) {
  .new-tabs {
    width: 100% !important;
    min-width: auto;
    overflow-x: scroll;
  }
  .new-tabs-indicator {
    bottom: 0px;
  }
  .new-tabs:after {
    bottom: 0;
  }
  .rg-cat-item {
    width: calc(50% - 20px) !important;
  }
  .rg-footer-links {
    min-width: 100%;
  }
  .rg-main-header {
    gap: 130px !important;
  }
  .rg-home-section-3-container {
    padding: 110px 15px;
  }
  .rg-news-grid {
    padding: 0 15px;
  }
  .rg-news-content {
    padding: 0 15px;
  }
  .rg-navigation {
    padding-left: 40px;
    padding-top: 40px;
  }
  .rg-cart {
    margin-right: 0%;
  }
  .rg-slide-text {
    padding-left: 30px;
  }
  .rg-planet-content-wrapper {
    padding-left: 15px;
  }
  .rg-cat-item {
    width: calc(50% - 20px);
  }
  .rg-categories {
    min-width: inherit !important;
  }
  .product-card {
    flex: 0 1 calc(50% - 20px) !important;
  }
  #content-checkout-carrello {
    padding: 0 15px;
  }
  .rg-menu-sub,
  .rg-menu-sub-sub {
    flex-direction: column-reverse;
  }
  .new-content {
    flex-direction: column !important;
  }
}

/* Tablet (portrait and landscape) */
@media screen and (max-width: 1024px) {
  .rg-open-cats {
    z-index: 99999999;
  }
  .rg-planet-content-sidebar > div:first-child {
    margin-left: 25px;
  }
  .rg-cart {
    top: inherit;
  }
  .rg-footer-links {
    min-width: 100%;
  }
  .rg-main-header {
    gap: 5px !important;
  }

  .box-elementi-carrello {
    width: 100%;
  }

  .toogle-categories {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    cursor: pointer;
  }

  .rg-planet-content-sidebar {
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: -100%;
    z-index: 99999999999;
    left: 0;
    padding: 45px 15px 15px 15px;
    transition: all 300ms ease-in-out;
    max-height: 100%;
    overflow-y: auto;
    margin-left: 0 !important;
    top: inherit;
  }

  .rg-open-cats {
    bottom: 0;
    z-index: 999998;
    max-height: 70vh;
    width: 100% !important;
  }

  .rg-cats-close {
    position: absolute;
    left: 15px;
    top: 18px;
  }
  .rg-cats-close:after,
  .rg-cats-close:before {
    width: 25px;
    height: 3px;
    background: #d81b24;
    content: "";
    position: absolute;
    transform: rotate(30deg);
    border-radius: 50px;
  }
  .rg-cats-close:before {
    transform: rotate(-30deg);
    background: #099b49;
  }

  .rg-footer-links {
    flex-direction: column;
    min-width: 100%;
    gap: 20px;
    padding: 20px;
  }
  .rg-copyright {
    font-size: 16px;
    padding: 20px;
  }
  .rg-banner {
    flex-direction: column;
    gap: 5px;
  }
  .rg-banner div {
    font-size: 10px;
    letter-spacing: 0;
    line-height: normal;
    gap: 5px;
    padding: 0 15px;
  }
  .rg-main-header > div:nth-child(2) {
    display: block;
  }
  .rg-breadcrumbs ul {
    flex-wrap: wrap;
  }
  .rg-planet-content {
    flex-direction: column;
  }
  .rg-planet-content-wrapper {
    padding: 20px 15px;
  }
  .rg-prod-single {
    flex-direction: column !important;
    width: 100% !important;
  }
  .rg-planet-content-products {
    max-width: initial !important;
    width: 100% !important;
  }
  .rg-prod-single-img,
  .rg-prod-single-desc {
    width: 100% !important;
  }
  .rg-cart {
    margin-right: 0;
    min-width: 100%;
  }
  .rg-slide-img {
    width: 100% !important;
    z-index: -1 !important;
  }
  .rg-slide-text {
    padding: 0;
    width: 100%;
  }
  .rg-main-header {
    padding: 10px;
    gap: 0;
    justify-content: space-between;
  }
  .rg-logo img {
    width: 140px;
  }
  .rg-right-box {
    gap: 15px;
  }
  .rg-inner {
    flex-direction: column;
    padding: 20px;
    overflow-y: scroll;
    height: 82vh;
  }
  .rg-navigation {
    padding-top: 0px;
  }
  .rg-menu-top > li > a {
    font-size: 35px;
    line-height: 45px;
  }
  .rg-login:hover .rg-user-links {
    width: 140px !important;
    height: 140px !important;
  }

  .rg-inputs > div {
    align-items: flex-start;
    flex-direction: column;
  }
  .rg-menu-contacts p {
    height: auto;
    width: 100%;
  }
  .rg-menu-contacts {
    padding-top: 40px;
    margin-left: 25px;
  }
  .rg-cat-item {
    width: calc(33.333% - 20px);
  }
  .rg-search-inside {
    padding: 25px;
  }
  .rg-call {
    display: none !important;
  }
  .rg-search-inside .filtro-ricerca {
    flex-direction: row;
    gap: 10px;
    width: 100%;
  }
  .rg-products-page form {
    max-width: inherit;
  }
  .rg-search-inside {
    flex-direction: column;
    gap: 10px;
  }
  .rg-search-inside select {
    max-width: 100%;
  }
  .filtro-ricerca select {
    width: 100%;
  }
  .img-prodotto {
    width: 100% !important;
  }
  .titolo-sezione,
  .dettagli-prodotto {
    width: 100%;
  }
  .rg-search-inside form {
    width: 100%;
  }
  .rg-page-title h1 {
    font-size: 35px;
    word-break: break-all;
  }
  .rg-categories {
    min-width: 100% !important;
  }
  .product-card {
    flex: 0 1 100% !important;
  }
  .rg-services-item {
    width: calc(33% - 5px);
  }
  .rg-home-section-items {
    gap: 10px !important;
    flex-wrap: wrap;
  }
  .rg-home-section {
    padding: 30px 15px;
  }
  .rg-services-item h3 {
    font-size: 14px;
  }
  .rg-home-section-title {
    margin-left: 30px;
  }
  .rg-home-section-title h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .rg-home-section-title p {
    margin-top: 10px;
  }

  a.rg-services2-item {
    width: 100%;
  }
  .rg-home-section2-items img {
    width: 100%;
  }
  .rg-services2-item h3 {
    top: 5px;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .path-frontpage .rg-home-section3-title {
    width: 100% !important;
  }
  .path-frontpage .rg-home-section-3-container {
    flex-direction: column;
    background: #f1f1ee;
  }
  .path-frontpage .rg-home-section-3 {
    width: 100%;
    background-color: transparent;
    background-size: 100%;
    background-position: top center;
    background-image: none;
    margin: 10px 0;
  }
  .path-frontpage .rg-home-section.rg-home-section-3 > div {
    background: transparent;
  }
  .path-frontpage .rg-home-section.rg-home-section-3 {
    padding: 30px 0;
  }

  .path-frontpage .rg-home-section-3-container > div:nth-child(1) {
    background: url(/wp-content/themes/euroflora/assets/imgs/restyling/home-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .path-frontpage .rg-home-section3-title {
    padding: 0 15px;
  }
  .path-frontpage .rg-home-section-3-container {
    padding: 0 0 40px 0;
  }

  .rg-services4-item > div {
    width: 100%;
  }
  .rg-services4-item-text {
    padding: 25px 15px;
  }
  .rg-services4-item h3 {
    font-size: 22px;
  }

  .rg-home-section.rg-home-section-5 {
    flex-direction: column;
  }
  .rg-home-section-5 .rg-home-section5-title {
    width: 100%;
  }
  .rg-home-section5-items {
    position: static;
    margin-top: 60px;
    width: 100%;
    gap: 15px;
  }
  .views-row {
    min-width: 50% !important;
  }
  .rg-home-section-5 {
    height: auto;
  }
  .rg-news-item h3 {
    font-size: 14px;
  }
  .rg-numbers {
    flex-direction: column;
    margin: 70px auto;
  }
  .rg-number-item {
    width: 100% !important;
  }
  .rg-text-item {
    flex-direction: column;
  }
  .rg-text-item:nth-child(even) {
    flex-direction: column-reverse;
  }
  .rg-text-item > div {
    width: 100%;
  }
  .rg-about-text {
    padding: 35px 15px;
  }
  .rg-about-text {
    gap: 0;
  }
  .rg-checkout {
    flex-direction: column;
  }
  .rg-side-checkout {
    width: 100%;
  }
  .rg-checkout-container {
    padding: 0 15px;
    min-width: 100%;
  }
  .rg-checkout-cart-inner {
    width: 100%;
  }
  .rg-checkout-cart-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }

  .checkout-cart-product-info {
    width: 40%;
    gap: 10px;
  }

  .actions-cart {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .checkout-cart-product-actions {
    width: 100%;
  }
  .rg-checkout-cart {
    padding: 45px 15px;
  }
  .rg-checkout-cart {
    border-radius: 0 0 6px 6px;
  }
  .rg-checkout-labels {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    /*border-right: 1px solid #d2ead8;*/
    border-radius: 0 6px 0 0;
  }
  .rg-checkout-label {
    padding: 20px;
  }
  .rg-user-links span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .rg-floating-menu {
    top: 22%;
  }
  .rg-in-row-items {
    flex-direction: column;
  }
  .rg-in-row-items > div {
    width: 100% !important;
  }
  .rg-form-bottom {
    flex-direction: column;
  }
  .rg-form-bottom > div {
    width: 100%;
  }
  .rg-form-inputs {
    gap: 10px;
  }
  .testo-faq {
    padding-left: 28px;
  }
  .rg-main-checkout {
    /* overflow: hidden; */
    width: 100%;
  }
  .rg-checkout-label {
    min-width: fit-content;
  }
  .content-page-user .container-user {
    border-radius: 5px;
    padding: 15px;
  }
  .content-page-user .container-user {
    border-radius: 6px;
    padding: 20px;
    margin-top: 30px;
  }
  .btn-user-menu {
    border: 1px solid #039a45;
    background-color: #f7fbf8;
    color: #039a45;
    border-radius: 6px;
    background-image: none;
    margin-bottom: 10px;
  }
  .accordion.accordion--user {
    border-radius: 6px;
    padding: 15px;
  }
  .container-modifica .rg-form-element {
    display: inline-block;
  }
  .no-appearance input:not(.form-radio) {
    -webkit-appearance: auto;
  }
  .rg-planet-content-sidebar {
    margin-left: 35px;
  }
  /* .rg-planet-content-wrapper {
    overflow-x: hidden;
  } */
  .rg-cart {
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: -100%;
    z-index: 99999999999;
    left: 0;
    padding: 45px 15px 15px 15px;
    transition: all 300ms ease-in-out;
    max-height: 100%;
    overflow-y: auto;
  }
  .rg-cart-close:after,
  .rg-cart-close:before {
    width: 25px;
    height: 3px;
    background: #d81b24;
    content: "";
    position: absolute;
    transform: rotate(30deg);
    border-radius: 50px;
  }
  .rg-cart-close:before {
    transform: rotate(-30deg);
    background: #099b49;
  }
  .rg-cart-close {
    position: absolute;
    left: 15px;
    top: 18px;
  }
  .toogle-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    background: #039a45;
    border-radius: 15px 2px 15px 2px;
    padding: 6px 10px;
    cursor: pointer;
  }
  .toogle-cart img {
    filter: invert(1);
  }
  .rg-open-cart {
    bottom: 0;
  }
  .rg-oggetti-cart h4 {
    font-size: 12px;
    line-height: initial;
    margin: 6px 0;
  }
  .rg-oggetti-cart ul li {
    margin: 5px 0;
  }
  .cart-footer {
    padding: 10px 15px;
  }
  .rg-oggetti-cart {
    margin-top: 15px;
  }

  .test-no-log h3 {
    font-size: 22px;
    margin-left: 35px;
  }
  .rg-news-grid {
    gap: 15px;
    margin: 0;
  }
  .rg-news-item {
    min-width: 100%;
  }
  main.topbar-spacer {
    margin-top: 135px !important;
  }
  .rg-planet-content-wrapper {
    margin-top: 35px;
  }
  .rg-planet-content {
    margin-top: 0;
  }
  .test-no-log p {
    color: #000000;
    font-family: Niramit;
    font-size: 17px;
    letter-spacing: 0;
    line-height: inherit;
  }
  .test-no-log {
    margin: 30px 0 40px 0;
  }

  .rg-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column-reverse !important;
  }
  .rg-slider {
    height: auto !important;
    padding: 185px 15px !important;
  }
  .rg-slide img {
    height: auto !important;
  }
  .rg-slide-text h3 {
    font-size: 26px !important;
  }
  .rg-news-page {
    padding: 15px;
  }
  .rg-news-item {
    width: calc(50% - 8px) !important;
  }
  .rg-head-slide .rg-home-section-3-container {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .rg-head-slide .rg-home-section {
    padding: 0 !important;
  }
  .rg-head-slide .rg-home-section.rg-home-section-3 > div {
    background: #d9e0d69e;
    padding: 30px 15px;
  }
  .rg-head-slide .rg-home-section-3-container > div {
    width: 100% !important;
  }
  .rg-news-content {
    padding: 15px;
  }
  .news-block {
    flex-direction: column;
  }
  .rg-more-news {
    padding: 15px;
  }
  ul.pager__items.js-pager__items {
    padding: 0;
  }
  .rg-info-section .rg-services2-item {
    width: 100%;
  }
  .rg-home-section2-items {
    padding: 15px;
  }
  .rg-info-section .rg-map-info {
    margin-top: 140px;
    padding: 40px 45px;
  }
  ul.rg-info-items img {
    margin-right: 10px;
    width: auto;
  }
  .rg-map {
    flex-direction: column;
    gap: 40px;
  }
  .rg-map .rg-map-info {
    position: static !important;
    width: auto;
    margin: 15px;
    padding: 26px 0;
  }
  .rg-info-items {
    margin: 10px 15px;
  }
  ul.rg-info-items {
    font-size: 12px;
  }
  .rg-menu-top {
    margin-left: 25px;
  }
  .rg-text-block {
    padding: 0 15px;
  }
  #rg-info-form {
    width: calc(100% - 15px);
    padding: 15px;
  }
  .rg-form-info-servizi .rg-inputs input {
    width: 100%;
    max-width: 100%;
  }
  .rg-header {
    z-index: 999999;
  }
  .rg-floating-menu {
    position: fixed;
    z-index: 999998;
    right: 0;
    top: 35%;
  }
  .rg-menu-in {
    z-index: 999999;
    top: 20px;
  }

  .rg-paragraph-title {
    margin-left: 0px;
  }
  .rg-slide img {
    width: 60% !important;
  }
  .new-tabs {
    width: 100% !important;
    min-width: auto;
    overflow-x: scroll;
  }
  .new-tabs {
    overflow-x: visible;
    min-width: auto !important;
    overflow-y: visible;
  }
  .new-tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .new-text-container {
    padding-left: 15px !important;
  }
  .rg-paragraph-title {
    font-size: 23px;
  }
  .rg-text-block h3 {
    margin-left: 0px;
  }
  .slide-content {
    left: 50%;
    width: 50%;
  }
}

@media screen and (max-width: 820px) {
  .splide__slide img {
    display: block;
    position: static !important;
    width: 50% !important;
    height: auto !important;
  }
  .slide-content {
    position: static;
    width: 50%;
    transform: inherit;
  }
  .slide-background {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    padding: 0 60px;
  }
  .rg-home-section-items {
    flex-wrap: wrap !important;
  }
  .rg-services-item {
    min-width: calc(33% - 5px);
  }
}

/* Phones (landscape) */
@media screen and (max-width: 768px) {
  .rg-checkout-cart-items {
    max-height: 600px;
  }
  #error-container {
    position: fixed !important;
    top: inherit !important;
    left: 30px;
    bottom: 90px;
  }
  .rg-step-pagina {
    bottom: 40px;
    position: fixed;
    left: 40px;
    top: inherit;
  }
  .rg-step-pagina a {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .checkout-cart-product-desc h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .checkout-cart-product-img {
    width: 100%;
  }
  .actions-cart {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }
  .rg-pagamento-container {
    margin-top: 0 !important;
  }
  .rg-head-slide .rg-home-section-3 {
    background-size: cover !important;
  }
  .rg-head-slide .rg-home-section.rg-home-section-3 > div {
    background: #d9e0d69e !important;
  }

  .rg-footer-links {
    flex-direction: column;
    min-width: 100%;
    gap: 20px;
    padding: 20px;
  }
  .rg-copyright {
    font-size: 16px;
    padding: 20px;
  }
  .rg-banner {
    flex-direction: column;
    gap: 5px;
  }
  .rg-banner div {
    font-size: 10px;
    letter-spacing: 0;
    line-height: normal;
    gap: 5px;
    padding: 0 15px;
  }
  .rg-main-header > div:nth-child(2) {
    display: block;
  }
  .rg-breadcrumbs ul {
    flex-wrap: wrap;
  }
  .rg-planet-content {
    flex-direction: column;
  }
  .rg-planet-content-wrapper {
    padding: 20px 15px;
  }
  .rg-prod-single {
    flex-direction: column !important;
    width: 100% !important;
  }
  .rg-planet-content-products {
    max-width: initial !important;
    width: 100% !important;
  }
  .rg-prod-single-img,
  .rg-prod-single-desc {
    width: 100% !important;
  }
  .rg-cart {
    margin-right: 0;
    min-width: 100%;
  }
  .rg-slide-img {
    width: 100% !important;
    z-index: -1 !important;
  }
  .rg-slide-text {
    padding: 0;
    width: 100%;
  }
  .rg-main-header {
    padding: 10px;
    gap: 0;
    justify-content: space-between;
  }
  .rg-logo img {
    width: 140px;
  }
  .rg-right-box {
    gap: 15px;
  }
  .rg-inner {
    flex-direction: column;
    padding: 20px;
    overflow-y: scroll;
    height: 82vh;
  }
  .rg-navigation {
    padding-top: 0px;
  }
  .rg-menu-top > li > a {
    font-size: 35px;
    line-height: 45px;
  }
  .rg-login:hover .rg-user-links {
    width: 140px !important;
    height: 140px !important;
  }

  .rg-inputs > div {
    align-items: flex-start;
    flex-direction: column;
  }
  .rg-menu-contacts p {
    height: auto;
    width: 100%;
  }
  .rg-menu-contacts {
    padding-top: 40px;
    margin-left: 25px;
  }
  /* .rg-cat-item {
    width: calc(33.333% - 20px);
  } */
  .rg-search-inside {
    padding: 25px;
  }
  .rg-call {
    display: none !important;
  }
  .rg-search-inside .filtro-ricerca {
    flex-direction: row;
    gap: 10px;
    width: 100%;
  }
  .rg-search-inside {
    flex-direction: column;
    gap: 10px;
  }
  .rg-search-inside select {
    max-width: 100%;
  }
  .filtro-ricerca select {
    width: 100%;
  }
  .img-prodotto {
    width: 100% !important;
  }
  .titolo-sezione,
  .dettagli-prodotto {
    width: 100%;
  }
  .rg-search-inside form {
    width: 100%;
  }
  .rg-page-title h1 {
    font-size: 35px;
    word-break: break-all;
  }
  .rg-categories {
    min-width: 100% !important;
  }
  .product-card {
    flex: 0 1 100% !important;
  }
  .rg-services-item {
    width: calc(33% - 5px);
  }
  .rg-home-section-items {
    gap: 10px !important;
    flex-wrap: wrap;
  }
  .rg-home-section {
    padding: 30px 15px;
  }
  .rg-services-item h3 {
    font-size: 14px;
  }
  .rg-home-section-title {
    margin-left: 30px;
  }
  .rg-home-section-title h3 {
    font-size: 22px;
    line-height: 28px;
  }

  a.rg-services2-item {
    width: 100%;
  }
  .rg-home-section2-items img {
    width: 100%;
  }
  .rg-services2-item h3 {
    top: 5px;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .path-frontpage .rg-home-section3-title {
    width: 100% !important;
  }
  .path-frontpage .rg-home-section-3-container {
    flex-direction: column;
    background: #f1f1ee;
  }
  .path-frontpage .rg-home-section-3 {
    width: 100%;
    background-color: transparent;
    background-size: 100%;
    background-position: top center;
    background-image: none;
    margin: 10px 0;
  }
  .path-frontpage .rg-home-section.rg-home-section-3 > div {
    background: transparent;
  }
  .path-frontpage .rg-home-section.rg-home-section-3 {
    padding: 30px 0;
  }

  .path-frontpage .rg-home-section-3-container > div:nth-child(1) {
    background: url(/wp-content/themes/euroflora/assets/imgs/restyling/home-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .path-frontpage .rg-home-section3-title {
    padding: 0 15px;
  }
  .path-frontpage .rg-home-section-3-container {
    padding: 0 0 40px 0;
  }

  .rg-services4-item > div {
    width: 100%;
  }
  .rg-services4-item-text {
    padding: 25px 15px;
  }
  .rg-services4-item h3 {
    font-size: 22px;
  }

  .rg-home-section.rg-home-section-5 {
    flex-direction: column;
  }
  .rg-home-section-5 .rg-home-section5-title {
    width: 100%;
  }
  .rg-home-section5-items {
    position: static;
    margin-top: 60px;
    width: 100%;
    gap: 15px;
  }
  .views-row {
    min-width: 50% !important;
  }
  .rg-home-section-5 {
    height: auto;
  }
  .rg-news-item h3 {
    font-size: 14px;
  }
  .rg-numbers {
    flex-direction: column;
    margin: 70px auto;
  }
  .rg-number-item {
    width: 100% !important;
  }
  .rg-text-item {
    flex-direction: column;
  }
  .rg-text-item:nth-child(even) {
    flex-direction: column-reverse;
  }
  .rg-text-item > div {
    width: 100%;
  }
  .rg-about-text {
    padding: 35px 15px;
  }
  .rg-about-text {
    gap: 0;
  }
  .rg-checkout {
    flex-direction: column;
  }
  .rg-side-checkout {
    width: 100%;
  }
  .rg-checkout-container {
    padding: 0 15px;
    min-width: 100%;
  }
  .rg-checkout-cart-inner {
    width: 100%;
    margin-top: 0px;
  }
  .rg-checkout-cart-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }
  .checkout-cart-product-img {
    width: 100%;
  }
  .checkout-cart-product-info {
    width: 100%;
    gap: 10px;
  }
  .checkout-cart-product-actions {
    width: 100%;
  }
  .rg-checkout-cart {
    padding: 25px 15px;
  }
  .rg-checkout-cart {
    border-radius: 0 0 6px 6px;
  }
  .sep-line {
    margin: 10px auto;
  }
  .rg-checkout-labels {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    border-right: 1px solid #d2ead8;
    border-radius: 0 6px 0 0;
    flex-direction: column;
    height: 100%;
    overflow: scroll;
  }

  .actions-cart {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .rg-checkout-label {
    padding: 20px;
  }
  .rg-user-links span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .rg-floating-menu {
    top: 22%;
  }
  .rg-in-row-items {
    flex-direction: column;
  }
  .rg-in-row-items > div {
    width: 100% !important;
  }
  .rg-form-bottom {
    flex-direction: column;
  }
  .rg-form-bottom > div {
    width: 100%;
  }
  .rg-form-inputs {
    gap: 10px;
  }
  .testo-faq {
    padding-left: 28px;
  }
  .rg-main-checkout {
    overflow: hidden;
  }
  .rg-checkout-label {
    min-width: fit-content;
    width: 100%;
  }
  .rg-consegna-select {
    padding: 0px;
  }
  #content-checkout-consegna .rg-consegna-select {
    padding: 10px;
  }
  #content-checkout-consegna .checkout-radio-container {
    border: none;
    background: transparent;
    padding: 0;
    box-shadow: none;
    border-radius: 6px;
  }
  #content-checkout-consegna .checkout-radio-container.is-selected {
    background: transparent;
    color: inherit;
    border: none;
    box-shadow: none;
  }
  .content-page-user .container-user {
    border-radius: 5px;
    padding: 15px;
  }
  .content-page-user .container-user {
    border-radius: 6px;
    padding: 20px;
    margin-top: 30px;
  }
  .btn-user-menu {
    border: 1px solid #039a45;
    background-color: #f7fbf8;
    color: #039a45;
    border-radius: 6px;
    background-image: none;
    margin-bottom: 10px;
  }
  .accordion.accordion--user {
    border-radius: 6px;
    padding: 15px;
  }
  .container-modifica .rg-form-element {
    display: inline-block;
  }
  .no-appearance input:not(.form-radio) {
    -webkit-appearance: auto;
  }
  .rg-planet-content-sidebar {
    margin-left: 35px;
  }
  .rg-planet-content-wrapper {
    overflow-x: hidden;
  }
  .rg-cart {
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: -100%;
    z-index: 99999999999;
    left: 0;
    padding: 45px 15px 15px 15px;
    transition: all 300ms ease-in-out;
    max-height: 100%;
    overflow-y: auto;
  }
  .rg-cart-close:after,
  .rg-cart-close:before {
    width: 25px;
    height: 3px;
    background: #d81b24;
    content: "";
    position: absolute;
    transform: rotate(30deg);
    border-radius: 50px;
  }
  .rg-cart-close:before {
    transform: rotate(-30deg);
    background: #099b49;
  }
  .rg-cart-close {
    position: absolute;
    left: 15px;
    top: 18px;
  }
  .toogle-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    background: #039a45;
    border-radius: 15px 2px 15px 2px;
    padding: 6px 10px;
    cursor: pointer;
  }
  .toogle-cart img {
    filter: invert(1);
  }
  .rg-open-cart {
    bottom: 0;
  }
  .rg-oggetti-cart h4 {
    font-size: 12px;
    line-height: initial;
    margin: 6px 0;
  }
  .rg-oggetti-cart ul li {
    margin: 5px 0;
  }
  .cart-footer {
    padding: 10px 15px;
  }
  .rg-oggetti-cart {
    margin-top: 15px;
  }

  .test-no-log h3 {
    font-size: 22px;
    margin-left: 35px;
  }
  .rg-news-grid {
    gap: 15px;
    margin: 0;
  }
  /* .rg-news-item {
    min-width: 50%;
  } */
  main.topbar-spacer {
    margin-top: 135px !important;
  }
  .rg-planet-content-wrapper {
    margin-top: 35px;
  }
  .rg-planet-content {
    margin-top: 0;
  }
  .test-no-log p {
    color: #000000;
    font-family: Niramit;
    font-size: 17px;
    letter-spacing: 0;
    line-height: inherit;
  }
  .test-no-log {
    margin: 30px 0 40px 0;
  }

  .rg-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column-reverse !important;
  }
  .rg-slider {
    height: auto !important;
    padding: 80px 15px !important;
  }
  .rg-slide img {
    height: auto !important;
  }
  .rg-slide-text h3 {
    font-size: 26px !important;
  }
  .rg-news-page {
    padding: 15px;
  }
  /* .rg-news-item {
    width: calc(50% - 8px) !important;
  } */
  .rg-head-slide .rg-home-section-3-container {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .rg-head-slide .rg-home-section {
    padding: 0 !important;
  }
  .rg-head-slide .rg-home-section.rg-home-section-3 > div {
    background: #d9e0d69e;
    padding: 30px 15px;
  }
  .rg-head-slide .rg-home-section-3-container > div {
    width: 100% !important;
  }
  .rg-news-content {
    padding: 15px;
  }
  .news-block {
    flex-direction: column;
  }
  .rg-more-news {
    padding: 15px;
  }
  ul.pager__items.js-pager__items {
    padding: 0;
  }
  .rg-info-section .rg-services2-item {
    width: 100%;
  }
  .rg-home-section2-items {
    padding: 15px;
  }
  .rg-info-section .rg-map-info {
    margin-top: 140px;
    padding: 40px 45px;
  }
  ul.rg-info-items img {
    margin-right: 10px;
    width: auto;
  }
  .rg-map {
    flex-direction: column;
    gap: 40px;
  }
  .rg-map .rg-map-info {
    position: static !important;
    width: auto;
    margin: 15px;
    padding: 26px 0;
  }
  .rg-info-items {
    margin: 10px 15px;
  }
  ul.rg-info-items {
    font-size: 12px;
  }
  .rg-menu-top {
    margin-left: 25px;
  }
  .rg-text-block {
    padding: 0 15px;
  }
  #rg-info-form {
    width: calc(100% - 15px);
    padding: 15px;
  }
  .rg-form-info-servizi .rg-inputs input {
    width: 100%;
    max-width: 100%;
  }
  .rg-header {
    z-index: 999999;
  }
  .rg-floating-menu {
    position: fixed;
    z-index: 999998;
    right: 0;
    top: 25%;
  }
  .rg-menu-in {
    z-index: 999999;
    top: 20px;
  }
  .rg-consegna-select-item {
    gap: 10px;
    width: 100% !important;
  }
  .js-checkout-consegna-select-sede {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .checkout-scelta-sede {
    min-width: 100% !important;
  }
  .checkout-scelta-sede .checkout-scelta-sede-elemento {
    display: block;
  }
  .rg-consegna-select-item {
    flex-direction: column;
  }
  .accordion-content.active {
    padding: 10px 0 !important;
    min-width: 100% !important;
  }
  .js-checkout-sedi {
    width: 100%;
  }
  .informazioni-riep {
    flex-direction: column;
  }
  .informazioni-riep > div {
    width: 100% !important;
  }
  .rg-consegna h4 {
    font-size: 16px;
    font-weight: 300;
    color: #079a46;
    padding-left: 0;
    padding-bottom: 8px;
    display: list-item;
    margin-left: 20px;
    list-style: circle;
  }
  div.rg-cliente-selezionato p {
    bottom: -85px;
    left: 5px;
  }
}

.checkout-cart-product-qty {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.checkout-qta-puls {
  background: #039a46;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  flex-direction: column;
  text-align: center;
  padding-bottom: 2px;
  padding-right: 1px;
}

.checkout-qta-num {
  font-size: 18px;
  margin: 0 5px;
}

.checkout-cart-product-delete {
  width: 30px;
  background: #d81b24;
  border-radius: 64px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-cart-product-delete img {
  filter: brightness(5);
  width: 50%;
}

.rg-prod-single-desc h3 {
  padding-right: 15px;
}

.loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999999;
}

.loading-indicator {
  width: 20px;
  height: 20px;
  --c: no-repeat linear-gradient(#d81b24 0 0);
  background: var(--c), var(--c), var(--c), var(--c);
  background-size: 10.5px 10.5px;
  animation: l5 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
}

@keyframes l5 {
  0% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  }

  33% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    width: 30px;
    height: 30px;
  }

  66% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
    width: 30px;
    height: 30px;
  }

  100% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
  }
}

/* .topbar-spacer {
  margin-top: 6.2rem !important;
} */

.followus {
  padding-top: 30px;
}

.rg-privacy p {
  cursor: pointer;
}

.btn-modal-success:hover {
  color: #fff !important;
}

.rg-search-form {
  flex-direction: row !important;
  align-items: center !important;
}

.rg-cat-items.rg-products {
  margin-top: 30px;
  padding: 0 5px;
}

.loading-indicator-container .loading-indicator {
  position: absolute;
  top: 50px;
}

.loading-indicator-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: -webkit-fill-available;
  width: 100%;
  position: absolute;
  background: #00000026;
  z-index: 2;
  margin: 10px 0;
  border-radius: 10px;
  pointer-events: none;
  visibility: hidden;
}

.rg-categorie-mercato > div > ul > li > a {
  color: #000000;
  font-family: Niramit;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
}

.rg-categorie-mercato > div > ul > li > a:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 12px;
  background-image: url("/wp-content/themes/euroflora/assets/imgs/restyling/foglia-rossa.svg");
  height: 6.32px;
  width: 12.63px;
}

.rg-main-menu a {
  max-width: 180px;
  min-width: auto;
}

.news-liste {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.iscrizione-news input[type="submit"] {
  margin-left: inherit !important;
}

.iscrizione-news p {
  font-size: 10px;
  line-height: normal;
}

.news-liste span {
  margin-right: auto;
  flex-basis: 100%;
  margin-bottom: 10px;
}

.news-privacy {
  flex-basis: 100%;
}

#rg-info-form h3:before {
  content: inherit;
}

.rg-column input[type="submit"] {
  margin: 10px auto;
}

.rg-inputs span.wpcf7-form-control-wrap input {
  width: 100% !important;
  max-width: 100% !important;
}

.rg-inputs span.wpcf7-form-control-wrap {
  width: calc(50% - 10px);
  max-width: 50%;
}

.rg-column .wpcf7-form-control-wrap {
  width: 100%;
}

.continua-shopping {
  background-color: rgb(221, 229, 218);
  width: calc(100% - 30px);
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 229, 218);
  border-image: initial;
  margin-top: 40px;
}

.empty-cart-message > * {
  width: fit-content;
  margin: auto 20px;
}

.empty-cart-message {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}

p.error-coupon {
  margin: 0;
  display: none;
  color: red;
}

.container-riepilogo__consegna span {
  font-size: 12px;
  line-height: 12px !important;
  display: block;
  margin: 3px;
  text-transform: lowercase;
}

.spedizione-list-item-inner {
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.checkout-scelta-sede {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 300px;
}

.red-border {
  border: 1px solid #d81b24;
  border-radius: 8px;
}

#nexipay img,
#nexipay-mobile img {
  max-width: 60px;
  margin-left: 10px;
}

#nexipay,
#nexipay-mobile {
  background: #2d32aa;
  color: #fff;
  font-weight: 700;
  padding: 10px 40px;
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  border: none;
}

#paypal-button-container,
#rg-order-confirm,
#nexipay {
  display: none;
}
div#paypal-button-container {
  width: fit-content;
}

.titolo-sezione-img-pdf {
  max-width: 30px;
  height: auto;
  margin-right: 5px;
  filter: brightness(5);
  width: 20px;
}
.informazioni-riep {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  height: -webkit-fill-available;
}
.informazioni-riep > div {
  width: 50%;
}

#content-checkout-riepilogo .rg-main-checkout {
  width: 100%;
}

.wrapper-elemento .container-img-prodotto {
  height: auto;
}

.informazioni-riep > div {
  width: 50%;
  margin-bottom: 20px;
  border-radius: 6px;
  border: 1px solid #039a45 !important;
}

#content-checkout-riepilogo .container-elementi {
  border: 0 !important;
  margin-bottom: 0;
}

.rg-checkout-container .container-elementi {
  margin-bottom: 20px;
}

.empty-cart-message > a {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  cursor: pointer;
  background: rgba(5, 154, 70, 0.68);
  padding: 10px 15px;
  border-radius: 50px;
}

.rg-search-products select,
.rg-search-products .filtro-ricerca select {
  padding: 5px 10px !important;
  min-width: auto !important;
  background-image: none !important;
  margin: 0 !important;
  gap: 10px;
  font-size: 12px;
}

.rg-search-products .rg-search-inside .filtro-ricerca {
  gap: 10px;
  margin: 0 auto;
}

.rg-search-products .rg-search-inside .rg-search-form {
  margin-top: 15px;
  margin-left: 15px;
}
.rg-search-products .rg-search-inside label {
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}

.rg-main-menu {
  padding-left: 0;
}

#error-container {
  position: sticky;
  top: 15%;
  z-index: 10;
}

.cm-mesaggio-evadibile {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fef7f7;
  color: #d81c25;
  font-weight: 700;
  width: fit-content;
  max-width: 350px;
  margin-left: 10px;
  font-size: 12px;
}

.cm-mesaggio-evadibile ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.cm-mesaggio-evadibile li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.cart-title-checkout {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

span.tot-merce {
  font-size: 14px;
  text-transform: lowercase;
}

span.cm-messaggio-evadibile__text {
  line-height: 10px;
}

.rg-consegna-select-item {
  background: #eff5f1;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #d81c25;
  font-size: 12px;
}

.rg-consegna-select-item:has(.is-selected) {
  background: #b9cdc0;
}

.is-selected + .js-checkout-sedi .icona-modifica-sede {
  filter: brightness(5);
}

.checkout-radio__selection__active-circle {
  background-color: #d81c25;
}

.checkout-radio__selection {
  border: 1px solid #d81c25;
  min-width: 14px;
}

.user-authentication .rg-checkout-cart-inner {
  margin-top: 0;
}

span.elenco-elimina.js-cart-ordine-remove img {
  width: 20px;
}

.product {
  margin: 40px 0;
}

#mercatoolanda {
  cursor: pointer;
}

#sendEmailBtn {
  color: #db2e2d;
  cursor: pointer;
}

.rg-close-modal,
.rg-close-modal:focus {
  color: #039a45;
  cursor: pointer;
}

ul.rg-main-menu li > span {
  cursor: pointer;
}

.rg-breadcrumb {
  overflow-x: auto; /* Enable horizontal scrolling */
  overflow-y: hidden; /* Hide vertical scrollbar if any */
  white-space: nowrap; /* Prevent wrapping of items */
  padding-bottom: 10px; /* Optional: add some space for the scrollbar */
}

.rg-breadcrumb li {
  display: inline-block; /* Keep list items side-by-side */
  margin-right: 10px; /* Optional: space between items */
}

.rg-prod-single-desc .js-btn-add-preventivo {
  padding: 10px 20px;
}

.add-to-preventivo-container form {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.add-to-preventivo-container {
  display: none;
}

.box-aggiungi.add-preventivo.js-btn-open-modal {
  align-items: center;
  justify-content: flex-start;
}

.table-responsive.table-scelta-cliente {
  width: 100%;
}
a.set-client-link {
  color: #fff;
}

form#searchForm {
  width: 100%;
}

#searchForm .pulsante {
  padding: 10px 20px;
}

#searchForm .filtro-ricerca {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.filtro-ricerca__elemento.filtro-ricerca__elemento--filtro-nome {
  margin: 0;
}

.content-page-user .titolo-user--sel-cliente {
  margin-bottom: 10px;
}
#clientTableBody .pulsante span {
  padding: 10px 20px;
  display: inline-block;
}

.catalogo-main-prods {
  width: 100%;
  position: relative;
}

.active .current-category > div > span,
.active .current-category > span,
.active .current-category > a,
.active .current-category > div > a {
  text-decoration: none;
  font-weight: 700;
}

#rg-products-container {
  /*overflow-y: auto; */
  position: relative;
  box-shadow: 0px 24px 20px -24px #b5bfb1;
  border-radius: 0 0 6px 6px;
}

#rg-products-container:after {
  content: "";
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  z-index: 10;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.loader {
  min-height: 35px;
}

.rg-tenst {
  margin-top: 100px;
}

@media screen and (max-width: 1400px) {
  .rg-search-products {
    position: static;
  }
  .rg-cat-item {
    width: calc(33% - 7.5px);
  }
  #filtri-ajax .rg-search-form {
    max-width: 160px;
  }
}

/* .glow-on-hover {
  width: 220px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
} */

.glow-on-hover {
  position: relative;
  border-radius: 50px;
}

.glow-on-hover:focus,
.glow-on-hover:hover {
  background-size: 150% 150%;
  background-color: #000 !important;
  transition: all 0.2s ease-in-out;
  outline: none;
}

.glow-on-hover:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 50px;
}

.glow-on-hover:active {
  color: #000;
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 50px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@media screen (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

.promo-evidenza:after {
  content: "promo";
  border-radius: 20px;
  background: #f5fbf8;
  border: 1px solid #059a46;
  padding: 0px 8px;
  font-size: 10px !important;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 3px;
}

.promo-evidenza {
  position: relative;
}

.angle-trigger,
.trigger-wrap {
  gap: 10px;
}

.angle-trigger:after {
  margin-top: 0px;
}

#content-accessori .bollino,
.container-box-prodotto .bollino {
  float: none;
}

.rg-cliente-selezionato p {
  overflow: hidden;
  width: 100%;
  max-width: 235px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  text-transform: lowercase;
  background: #f7fbf8;
  border-radius: 6px;
  padding: 2px 5px;
  border: 1px solid #d81b24;
  position: absolute;
  bottom: 0;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.recaptcha-legal {
  margin: 40px 0 0 0;
  font-size: 10px;
  color: #939393;
  text-align: center;
}

.js-featured-image {
  height: auto;
  display: block;
  position: relative;
}
.settore h2 {
  font-size: 20px;
}

.ef-prod-details-compact {
  margin: 0 0 8px 0;
  font-size: 13px;
  padding: 5px;
}
.ef-prod-attr-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2px 6px;
}
.ef-prod-attr-grid > div {
  display: flex;
  gap: 2px;
  align-items: center;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ef-label {
  font-weight: 600;
  color: #222;
}
.ef-prod-price {
  margin-top: 5px;
  background: #e6f7e7;
  padding: 2px 8px;
  border-radius: 16px;
  border: 1px solid #039a47;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}

.ef-prod-attr-grid > div span:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  min-width: 0;
  flex: 1;
}

.container-box-prodotto__aggiungi span {
  display: flex;
  gap: 10px;
}
.modal-content .container-box-prodotto__aggiungi span {
  display: flex !important;
}

.rg-news-content .news-img {
  width: 100%;
  min-width: 30%;
}

.loader {
  min-height: 35px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.close.modal-close-btn {
  padding: 30px;
  top: 0px;
  right: 0px;
}

button[role="switch"] {
  background: #5e5e5e;
}

/*--------------------------------------------------------------
# Header & Navigation
--------------------------------------------------------------*/

/* Logo */
.rg-logo img {
  max-height: 60px;
  height: auto;
  object-fit: contain;
}

/* Header wishlist icon styles - static CSS for better performance */
.wishlist-header-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.wishlist-header-link:hover {
  color: #e74c3c;
}

.wishlist-header-link .icon-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wishlist-header-link svg {
  width: 24px;
  height: 24px;
  transition: fill 0.3s ease;
}

.wishlist-header-link:hover svg {
  fill: #e74c3c;
}

.wishlist-header-link .ef-wishlist-count {
  position: absolute;
  bottom: -8px;
  right: -15px;
  background: #e74c3c;
  color: white;
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: Arial, sans-serif;
  z-index: 1;
}

.wishlist-header-link .ef-wishlist-count:empty {
  display: none !important;
}

/* Wishlist heart icon performance optimizations */
.ef-wishlist-heart {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: white;
  border: 2px solid #ddd;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  /* Use transform for animations to avoid layout recalculation */
  transform: scale(1);
  transition: transform 0.2s ease, border-color 0.2s ease,
    background-color 0.2s ease;
  will-change: transform; /* Hint browser for optimization */
}

.ef-wishlist-heart:hover {
  border-color: #e74c3c;
  transform: scale(
    1.05
  ); /* Use transform instead of scale for better performance */
}

.ef-wishlist-heart.in-wishlist {
  background: #fff;
  border-color: #e74c3c;
  color: white;
}

.ef-wishlist-heart.loading {
  opacity: 0.7;
  pointer-events: none;
  transform: scale(0.95);
}

/* Notification styles with GPU acceleration */
.ef-notifications-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000000;
  max-width: 350px;
  pointer-events: none; /* Allow clicks to pass through when no notifications */
}

.ef-notification {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  padding: 16px;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-left: 4px solid #007cba;
  pointer-events: auto;
  will-change: transform;
}

.ef-notification.ef-notification-success {
  border-left-color: #28a745;
}

.ef-notification.ef-notification-error {
  border-left-color: #dc3545;
}

.ef-notification.show {
  transform: translateX(0);
}

.ef-notification-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ef-notification-close {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  margin-left: 10px;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.ef-notification-close:hover {
  opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .wishlist-header-link svg {
    width: 20px;
    height: 20px;
  }

  .wishlist-header-link .ef-wishlist-count {
    bottom: -12px;
    right: -12px;
    font-size: 11px;
    min-width: 16px;
    height: 16px;
    padding: 1px 4px;
  }

  .ef-wishlist-heart {
    width: 32px;
    height: 32px;
    bottom: 8px;
    right: 8px;
  }

  .ef-notifications-container {
    top: 10px;
    right: 10px;
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .rg-search-bar {
    position: absolute;
    bottom: -60px;
    background: #fff;
    width: 100%;
    padding: 5px 15px 18px 15px;
    margin-left: -10px;
  }
  .rg-main-header.moveTop {
    padding-top: 15px;
  }

  .euroflora-search-input,
  .euroflora-search-trigger {
    padding: 5px 16px;
  }
  .slide-background {
    flex-direction: column;
    padding: 0;
  }
  .splide__slide img {
    width: 80% !important;
  }
  .slide-content {
    width: 95% !important;
  }
  .rg-hero-slider {
    padding-top: 60px;
  }
  .rg-floating-menu {
    top: calc(25% + 60px);
  }
  .checkiva {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-direction: column;
  }
}

.product-count {
  position: fixed;
  background: #fff;
  padding: 8px 15px;
  border-radius: 6px;
  border: 1px solid #333;
  font-size: 12px;
  top: -20px;
}
