@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  src: url("../fonts/Sofia_Sans/SofiaSansExtraCondensed-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
}

p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-box-trim: trim-both;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

p:last-child {
  margin-bottom: 0;
}

body {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
}
button .user_icon {
  margin-right: 16px;
}
button .user_icon img {
  border-radius: 50px;
}
button.transparent {
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

img[alt=Icon] {
  cursor: pointer;
}

span[data-toggle=modal] {
  cursor: pointer;
}

.shop_button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  border-radius: 50px;
  background-color: #4C7B8E;
  color: #ffffff;
  gap: 8px;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
}
.shop_button .shop_icon {
  height: 16px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

textarea,
input {
  font-size: 18px;
  font-family: "Work Sans";
  font-weight: 400;
  color: #30505D;
  line-height: 100%;
  padding: 12px 25px 12px 25px;
  background-color: #ffffff;
  border: 1px solid #5C93A9;
  border-radius: 50px;
}
textarea:focus,
input:focus {
  outline: none;
}

input[type=submit] {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  display: inline-block;
  padding: 20px 34px;
  background-color: #6DDA10;
  border-radius: 40px;
  color: #071A00;
  border: none;
  margin-top: 15px;
  cursor: pointer;
}

textarea {
  padding: 16px !important;
  border-radius: 8px !important;
}

button {
  display: inline-block;
}

.btn {
  padding: 16px 24px;
  display: inline-block;
  border: none;
  text-decoration: none;
  list-style: none;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  border-radius: 50px;
}
.btn.navyblue {
  background-color: #30505D;
  color: #ffffff;
}
.btn.orrange-btn {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  color: #0F1112;
  font-weight: 600;
  background-color: #FADA56;
  border: none;
  border-radius: 40px;
  width: 100%;
  margin-top: 13px;
  padding: 13px;
  cursor: pointer;
  text-align: center;
}
.btn.green-btn {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  color: #240036;
  font-weight: 600;
  background-color: #c084fc;
  border: none;
  border-radius: 40px;
  width: 100%;
  margin-top: 24px;
  padding: 13px;
  cursor: pointer;
  text-align: center;
}

.icon_text_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  gap: 4px;
  color: #30505D;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  justify-content: flex-start;
  letter-spacing: -0.5px;
  cursor: pointer;
}

.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.loader_box.active {
  display: flex;
}
.loader_box {
  display: none;
  padding: 10px;
  align-items: center;
  gap: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  justify-content: center;
}
.loader_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.87);
}
.loader_box span {
  animation: draw 1.5s ease-in-out infinite;
  display: block;
}
.loader_box span img {
  display: block;
}
.loader_box .loader {
  display: none;
}
.loader_box .loader svg {
  height: 50px !important;
}
.loader_box .loader .outline-text {
  font-size: 80px;
  font-weight: 700;
  font-family: "IBM Plex Sans";
  fill: #ffffff;
  stroke: #30505D;
  stroke-width: 3;
  stroke-dasharray: 300;
  animation: outline 2s linear infinite;
}
@keyframes outline {
  from {
    stroke-dashoffset: 300;
  }
  to {
    stroke-dashoffset: 0;
  }
}

body:has(.loader_box.active) {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

@keyframes shimmer {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
@keyframes draw {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.select2-search--dropdown input:focus {
  outline: none;
}

.select2-results ul li {
  background-color: #ffffff !important;
  color: #3F6676 !important;
  font-family: work-sans, sans-serif;
}
.select2-results ul li:hover {
  color: #30505D !important;
}

.select2-dropdown--below {
  padding: 10px;
  border: none;
  outline: none;
  border-radius: 8px !important;
  top: 5px;
}

.overlay::before {
  position: fixed;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.theme-container, header .navbar ul {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .theme-container, header .navbar ul {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .theme-container, header .navbar ul {
    padding: 0 0px;
  }
}

header {
  position: sticky;
  top: 0;
  z-index: 9999;
}
header .top_bar {
  background-color: #30505D;
  padding: 12px 0 11px 0;
  position: relative;
}
@media (max-width: 575px) {
  header .top_bar {
    padding: 12px 0 7px 0;
  }
}
header .top_bar .top_bar_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  header .top_bar .top_bar_flex {
    padding: 0 16px;
  }
}
header .top_bar .top_bar_flex .logo {
  margin-right: clamp(20px, 5.291vw, 80px);
  z-index: 99;
}
header .top_bar .top_bar_flex .logo #nav_btn,
header .top_bar .top_bar_flex .logo #search_btn {
  display: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  header .top_bar .top_bar_flex .logo {
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  header .top_bar .top_bar_flex .logo #nav_btn,
  header .top_bar .top_bar_flex .logo #search_btn {
    display: inline-block;
  }
  header .top_bar .top_bar_flex .logo #close_search {
    display: none;
    cursor: pointer;
  }
  header .top_bar .top_bar_flex .logo #search_btn {
    margin-right: 8px;
  }
  header .top_bar .top_bar_flex .logo #search_btn #close_search {
    display: none;
    cursor: pointer;
  }
}
header .top_bar .top_bar_flex .search_box {
  max-width: clamp(300px, 33.73vw, 510px);
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  header .top_bar .top_bar_flex .search_box {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #30505D;
    left: 0;
    max-width: 100%;
    padding: 5px 16px 12px;
    transform: translateY(-200%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 0;
  }
  header .top_bar .top_bar_flex .search_box.active {
    opacity: 1;
    transform: translateY(0);
  }
}
header .top_bar .top_bar_flex .search_box .er-dummy-search .er-dummy-search-box {
  padding: 8px 33px 9px 24px;
}
header .top_bar .top_bar_flex .search_box .er-dummy-search .er-dummy-search-box .er_search_input_dummy {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
}
@media (max-width: 991px) {
  header .top_bar .top_bar_flex .search_box .er-dummy-search .er-dummy-search-box .er_search_input_dummy {
    height: 30px;
  }
}
header .top_bar .top_bar_flex .search_box .er-dummy-search .er-dummy-search-box .er_search_button_dummy .fa-search::before {
  content: url("../img/search_icon.svg");
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 991px) {
  header .top_bar .top_bar_flex .search_box .er-dummy-search .er-dummy-search-box .er_search_button_dummy {
    height: 30px;
  }
}
header .top_bar .top_bar_flex .signin {
  margin-left: auto;
  position: relative;
}
header .top_bar .top_bar_flex .signin button {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .top_bar .top_bar_flex .signin button .user_icon img {
  position: relative;
  top: 3px;
}
header .top_bar .top_bar_flex .signin a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
}
header .top_bar .top_bar_flex .signin a .user_icon {
  margin-right: 16px;
}
header .top_bar .top_bar_flex .signin .user-menu {
  width: -moz-max-content;
  width: max-content;
  background-color: #D7EBF6;
  border-radius: 8px;
  position: absolute;
  content: "";
  padding: 10px;
  right: 0;
  box-shadow: 0 2px 3px 0px #5C93A9;
  display: none;
}
header .top_bar .top_bar_flex .signin .user-menu.active {
  display: block;
}
header .top_bar .top_bar_flex .signin .user-menu ul li a {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  font-weight: 500;
  padding: 11px 16px;
  display: block;
  color: #581c87;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border-radius: 32px;
}
header .top_bar .top_bar_flex .signin .user-menu ul li a:hover {
  background-color: #30505D;
  color: #ffffff;
}
@media (max-width: 991px) {
  header .top_bar .top_bar_flex .signin {
    display: none;
  }
}
header .navbar {
  background-color: #D7EBF6;
  transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
header .navbar #close_menu {
  display: none;
  cursor: pointer;
}
header .navbar #close_menu img {
  filter: invert(1);
}
@media (max-width: 991px) {
  header .navbar #close_menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "";
    right: 16px;
    top: 16px;
    transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
}
@media (max-width: 991px) {
  header .navbar ul {
    padding: 0;
    margin-top: 30px;
  }
}
header .navbar ul li {
  display: inline-block;
  position: relative;
  padding: 11px 0 10px 0;
}
header .navbar ul li.active > span,
header .navbar ul li.active > a {
  background-color: #30505D !important;
  color: #ffffff !important;
}
header .navbar ul li.signin_link {
  display: none;
}
header .navbar ul li.has_submenu span.has_submenu_icon {
  display: none;
}
@media (min-width: 992px) {
  header .navbar ul li.has_submenu ul.sub_menu {
    transition: all 0.3s ease-in-out;
    position: absolute;
    content: "";
    width: 228px;
    background-color: #ffffff;
    top: 100%;
    border: 1px solid rgba(48, 80, 93, 0.0901960784);
    border-radius: 4px;
    left: 0;
    opacity: 0;
    display: none;
    box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4);
    padding: 12px;
  }
  header .navbar ul li.has_submenu ul.sub_menu::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 19px;
    background: white;
    top: -10px;
    left: 27px;
    transform: rotate(45deg);
    z-index: 0;
  }
  header .navbar ul li.has_submenu ul.sub_menu li {
    display: block;
    position: relative;
    padding: 0;
    z-index: 2;
  }
  header .navbar ul li.has_submenu ul.sub_menu li a {
    font-size: 16px;
    display: block;
    padding: 14px 15px;
    margin-bottom: 6px;
  }
  header .navbar ul li.has_submenu li.has_submenu ul.sub_menu {
    transform: unset;
    left: 100%;
    top: 0;
    opacity: 0;
  }
  header .navbar ul li.has_submenu li.has_submenu:hover ul.sub_menu {
    opacity: 1;
  }
  header .navbar ul li.has_submenu:hover ul.sub_menu {
    display: block;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  header .navbar ul li {
    display: block;
    padding: 4px 0 3px 0;
    position: relative;
  }
  header .navbar ul li.signin_link {
    display: block;
  }
  header .navbar ul li.has_submenu span.has_submenu_icon {
    position: absolute;
    content: "";
    top: 9px;
    right: 16.5px;
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .navbar ul li.has_submenu ul.sub_menu {
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background-color: #172A32;
  }
  header .navbar ul li.has_submenu ul.sub_menu li {
    padding: 0;
  }
  header .navbar ul li.has_submenu.open span.has_submenu_icon {
    transform: rotate(180deg);
  }
  header .navbar ul li.has_submenu.open ul.sub_menu {
    max-height: -moz-max-content;
    max-height: max-content;
    overflow: unset;
  }
}
header .navbar ul li span.text__link,
header .navbar ul li a {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  font-weight: 500;
  padding: 11px 16px;
  display: inline-block;
  color: #581c87;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border-radius: 32px;
}
header .navbar ul li span.text__link:hover,
header .navbar ul li a:hover {
  background-color: #30505D;
  color: #ffffff;
}
header .navbar ul li span.text__link .mob-icon,
header .navbar ul li a .mob-icon {
  display: none;
}
@media (max-width: 991px) {
  header .navbar ul li span.text__link,
  header .navbar ul li a {
    color: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #5C93A9;
    border-radius: 0;
  }
  header .navbar ul li span.text__link .mob-icon,
  header .navbar ul li a .mob-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 991px) {
  header .navbar {
    position: fixed;
    width: 100%;
    max-width: 0;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 999;
    overflow-y: auto;
  }
  header .navbar.active {
    max-width: 100%;
    background-color: #30505D;
  }
  header .navbar.active #close_menu {
    visibility: visible;
    opacity: 1;
  }
}

.popup_wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: -3;
  visibility: hidden;
}
@media (max-width: 767px) {
  .popup_wrapper {
    padding: 20px;
  }
}
.popup_wrapper.open {
  opacity: 1;
  z-index: 99999;
  visibility: visible;
}
.popup_wrapper#lightbox_add_product .popup_container {
  overflow: unset;
  position: static;
}
.popup_wrapper .popup_container {
  background-color: #ffffff;
  padding: clamp(20px, 2.083vw, 80px);
  border-radius: 20px;
  position: relative;
  max-height: 750px;
  overflow-y: auto;
}
.popup_wrapper .popup_container::-webkit-scrollbar {
  width: 0;
}
.popup_wrapper .popup_container.large {
  width: 100%;
  max-width: 1160px;
}
.popup_wrapper .popup_container.medium {
  width: 100%;
  max-width: 820px;
}
.popup_wrapper .popup_container.small {
  width: 100%;
  max-width: 620px;
}
.popup_wrapper .popup_container.small p.ingredients {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 8px;
  text-align: justify;
}
.popup_wrapper .popup_container.small #as_fed_chart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_wrapper .popup_container span.popup_close {
  position: absolute;
  content: "";
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 999;
}
.popup_wrapper .popup_container .popup_content {
  position: relative;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}
.popup_wrapper .popup_container .popup_content b {
  font-weight: 600;
}
.popup_wrapper .popup_container .popup_content h2 {
  font-size: 48px;
  font-family: "Sofia Sans Extra Condensed";
  line-height: 90%;
  font-weight: 700;
  color: #30505D;
  margin-bottom: 40px;
}
.popup_wrapper .popup_container .popup_content #firebaseui-auth-container .firebaseui-container {
  max-width: 100%;
}
.popup_wrapper .popup_container .popup_content #firebaseui-auth-container .firebaseui-idp-button {
  border-radius: 30px;
}
.popup_wrapper .popup_container .popup_content .popup_content_link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.popup_wrapper .popup_container .popup_content .popup_content_link button {
  width: 100%;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 25px;
  border: none;
  gap: 15px;
  padding: 5px 18px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.popup_wrapper .popup_container .popup_content .popup_content_link button.email_link {
  background-color: #db4437;
  color: #ffffff;
}
.popup_wrapper .popup_container .popup_content .popup_content_link button.fb_link {
  background-color: #3b5998;
  color: #ffffff;
}
.popup_wrapper .popup_container .popup_content .popup_content_link button.g_link {
  background-color: #ffffff;
  color: #30505D;
}
.popup_wrapper .popup_container .popup_content p {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  font-weight: 400;
  margin: 20px auto 0 auto;
  color: #30505D;
  line-height: 1.2;
}
.popup_wrapper .popup_container .popup_content p a {
  color: #9333ea;
}
.popup_wrapper .popup_container .popup_content #find_a_food input {
  width: 100%;
}
.popup_wrapper .popup_container .popup_content #find_a_food img.search_delete,
.popup_wrapper .popup_container .popup_content #find_a_food img.search_icon {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.popup_wrapper .popup_container .popup_content #find_a_food .find_a_food_suggestions ul {
  position: absolute;
  content: "";
  top: 100% !important;
  height: 300px;
  background-color: #ffffff;
  overflow: auto !important;
  box-shadow: 0px 0px 12px 0px rgba(61, 61, 61, 0.4);
}
.popup_wrapper .popup_container .popup_content #find_a_food .find_a_food_suggestions ul::-webkit-scrollbar {
  width: 0;
}
.popup_wrapper .popup_container .popup_content #find_a_food .find_a_food_suggestions ul li {
  text-align: left;
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  padding: 10px 16px;
  color: #30505D;
  font-weight: 400;
  cursor: pointer;
}
.popup_wrapper .popup_container .popup_content #find_a_food .find_a_food_suggestions ul li strong {
  font-weight: 400;
}
.popup_wrapper .popup_container .popup_content #find_a_food div#empty_message {
  padding: 20px 0 0 0;
}
.popup_wrapper .popup_container .popup_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

footer .newsletter_section {
  padding: 40px 16px 42px 16px;
  background-color: #EBF5FB;
}
@media (max-width: 767px) {
  footer .newsletter_section {
    padding: 40px 40px 48px 40px;
  }
}
footer .newsletter_section .newsletter_container {
  width: 100%;
  max-width: 711px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 767px) {
  footer .newsletter_section .newsletter_container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}
footer .newsletter_section .newsletter_container .newsletter_icon {
  flex-shrink: 0;
  padding-top: 8px;
}
@media (max-width: 767px) {
  footer .newsletter_section .newsletter_container .newsletter_icon {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .newsletter_section .newsletter_container .newsletter_description h2 {
  font-size: 24px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 500;
  color: #0C191F;
  margin-bottom: 3px;
}
@media (max-width: 575px) {
  footer .newsletter_section .newsletter_container .newsletter_description h2 {
    padding-right: 16px;
    margin-bottom: 20px;
  }
}
footer .newsletter_section .newsletter_container .newsletter_description p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  color: #30505D;
  line-height: 130%;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  footer .newsletter_section .newsletter_container .newsletter-control {
    padding: 0 8px;
  }
}
footer .newsletter_section .newsletter_container .newsletter-control input[type=email] {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  color: #30505D;
  line-height: 100%;
  padding: 16px 29px;
  background-color: #ffffff;
  border: 1px solid #5C93A9;
  border-radius: unset;
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  max-width: 50%;
}
footer .newsletter_section .newsletter_container .newsletter-control input[type=email]:focus {
  outline: none;
}
@media (max-width: 767px) {
  footer .newsletter_section .newsletter_container .newsletter-control input[type=email] {
    border-radius: 30px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
}
footer .newsletter_section .newsletter_container .newsletter-control input[type=submit] {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 600;
  max-width: 50%;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #c084fc;
  background-color: #c084fc;
  border-left: 0;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 767px) {
  footer .newsletter_section .newsletter_container .newsletter-control input[type=submit] {
    border-radius: 30px;
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }
}
footer .footer_wrapper {
  background-color: #30505D;
  padding: 24px 0 52px 0;
}
footer .footer_wrapper .footer_container {
  max-width: 995px;
  width: 100%;
}
footer .footer_wrapper .footer_container .footer_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  footer .footer_wrapper .footer_container .footer_flex {
    margin-bottom: 32px;
  }
}
@media (max-width: 575px) {
  footer .footer_wrapper .footer_container .footer_flex {
    margin-bottom: 12px;
  }
}
footer .footer_wrapper .footer_container .footer_flex .footer_logo {
  margin-top: 6px;
}
@media (max-width: 820px) {
  footer .footer_wrapper .footer_container .footer_flex .footer_logo {
    display: none;
  }
}
footer .footer_wrapper .footer_container .footer_flex .footer_linkwrapper ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  footer .footer_wrapper .footer_container .footer_flex .footer_linkwrapper ul {
    -moz-column-count: 1;
         column-count: 1;
    margin-top: 0;
  }
}
footer .footer_wrapper .footer_container .footer_flex .footer_linkwrapper ul li {
  display: block;
  margin-bottom: 13px;
}
footer .footer_wrapper .footer_container .footer_flex .footer_linkwrapper ul li a {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  color: #ffffff;
  display: block;
  font-weight: bold;
}
footer .footer_wrapper .footer_container .footer_flex .footer_social ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
footer .footer_wrapper .footer_container .footer_description {
  padding-right: 20px;
}
footer .footer_wrapper .footer_container .footer_description p {
  display: inline-block;
  color: #B9CDD1;
}
@media (max-width: 767px) {
  footer .footer_wrapper .footer_container .footer_description p {
    display: block;
  }
}
footer .footer_wrapper .footer_container .footer_description p span {
  font-weight: bold;
  color: #ffffff;
}
footer .footer_wrapper .footer_container .footer_description p:last-child {
  margin-top: 5px;
}
@media (max-width: 575px) {
  footer .footer_wrapper {
    padding: 32px 16px;
  }
}

.er_search_suggestions {
  border-radius: 16px;
}

@media (min-width: 991px) {
  .er-suggestions {
    position: fixed !important;
    transform: translate(-50%, 66px) !important;
    left: 50% !important;
  }
}
@media (max-width: 990px) {
  .er-suggestions {
    position: fixed !important;
    top: 105px !important;
    transform: translate(-50%, 2px) !important;
    left: 50% !important;
  }
}
.product_description {
  flex: 1;
  padding-top: 0;
  padding-left: 14px;
  border-left: 2px solid rgba(48, 80, 93, 0.2);
}

.product_rating {
  padding: 13px 17px 13px 24px;
  border-radius: 16px;
  background-color: #E7ED64;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .product_rating {
    gap: 8px;
  }
}
.product_rating .progress-ring__circle {
  stroke-dasharray: 119.38;
  /* circumference */
  stroke-dashoffset: calc(119.38 * (1 - var(--progress) / 100));
  transition: stroke-dashoffset 0.6s ease;
}
.product_rating span {
  font-size: 24px;
  text-transform: capitalize;
  font-family: "Work Sans" !important;
}
@media (max-width: 820px) {
  .product_rating span {
    font-size: 18px;
  }
}
.product_rating span b {
  text-transform: uppercase;
  font-family: "Work Sans";
}
.product_rating h3 {
  font-size: 64px;
  font-family: "Sofia Sans Extra Condensed";
  font-weight: bold;
  line-height: 90%;
  color: #0F1112;
}
@media (max-width: 820px) {
  .product_rating h3 {
    font-size: 56px;
  }
}
.product_rating .svg_box {
  flex: 1;
}
.product_rating .circular-chart {
  display: block;
  width: 38px;
  height: 38px;
}
.product_rating .circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3px;
}
.product_rating .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}
.product_rating .circular-chart.orange .circle {
  stroke: #ff9f00;
}
.product_rating .circular-chart.green .circle {
  stroke: #4CC790;
}
.product_rating .circular-chart.blue .circle {
  stroke: #3c9ee5;
}
.product_rating .percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.price_tag {
  padding: 12px 14px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  margin: 16px 0;
  background-color: #30505D;
  border-radius: 11px;
  position: relative;
}
.price_tag h3 {
  font-size: 48px;
  font-family: "Sofia Sans Extra Condensed";
  line-height: 90%;
  font-weight: 700;
  color: #ffffff;
}
.price_tag p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  padding-top: 11px;
  color: #ffffff;
}

.p_tooltip_box {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding-left: 5px;
}
@media (max-width: 575px) {
  .p_tooltip_box {
    gap: 6px;
    padding-left: 0;
  }
}
.p_tooltip_box .tooltip_block {
  position: relative;
}
@media (max-width: 767px) {
  .p_tooltip_box .tooltip_block:first-child .tooltip_description {
    left: 50%;
    transform: translateX(-50%);
  }
}
.p_tooltip_box .tooltip_block.leaf .tooltip_description {
  background-color: #e9d5ff;
}
.p_tooltip_box .tooltip_block.meat .tooltip_description {
  background-color: #FAC4C7;
}
.p_tooltip_box .tooltip_block.medical .tooltip_description {
  background-color: #B3CDFF;
}
.p_tooltip_box .tooltip_block.find .tooltip_description {
  background-color: #FCE68D;
}
.p_tooltip_box .tooltip_block.check .tooltip_description {
  background-color: #A4D6ED;
}
.p_tooltip_box .tooltip_block.item_grey .tooltip_description {
  background-color: #586365;
  color: #ffffff;
}
.p_tooltip_box .tooltip_block.item_yellow .tooltip_description {
  background-color: #e4c900;
  color: rgb(7, 26, 0);
}
.p_tooltip_box .tooltip_block.item_red .tooltip_description {
  background-color: #CE2238;
}
.p_tooltip_box .tooltip_block .tooltip_description {
  display: none;
  padding: 24px;
  border-radius: 8px;
  width: 290px;
  background-color: #e9d5ff;
  z-index: 9;
}
.p_tooltip_box .tooltip_block .tooltip_description.active {
  opacity: 1;
}
.p_tooltip_box .tooltip_block .tooltip_description.inactive {
  background-color: #c7c7cc;
}
.p_tooltip_box .tooltip_block .tooltip_description.inactive p {
  color: #ffffff;
  font-weight: 400;
}
.p_tooltip_box .tooltip_block .tooltip_description p b {
  font-weight: 500;
}
@media (max-width: 767px) {
  .p_tooltip_box .tooltip_block .tooltip_description {
    right: 0;
  }
}
.p_tooltip_box .tooltip_block:hover .tooltip_description {
  position: fixed;
  display: block;
}
.p_tooltip_box .tooltip_block.inactive .tooltip_description {
  background-color: #c7c7cc;
}
.p_tooltip_box .tooltip_block.inactive .tooltip_description p {
  color: #ffffff;
}
.p_tooltip_box .tooltip_block .tooltip_icon {
  cursor: pointer;
}
.p_tooltip_box .popup_wrapper .popup_container.profile_popup {
  width: 100%;
  max-width: 340px;
  border-radius: 8px;
  padding: 24px 16px 16px;
}
.p_tooltip_box .popup_wrapper .popup_container.profile_popup .popup_content {
  text-align: left;
}
.p_tooltip_box .popup_wrapper .popup_container.profile_popup .popup_content .profile_popup_title {
  margin: 0 26px 12px 0;
  font-size: 17px;
  font-family: "IBM Plex Sans";
  font-weight: 700;
  line-height: 1.1;
}
.p_tooltip_box .popup_wrapper .popup_container.profile_popup .popup_content .profile_popup_description {
  margin: 0;
  color: rgb(7, 26, 0);
  font-weight: 500;
  line-height: 1.35;
}
.p_tooltip_box .popup_wrapper .popup_container.profile_popup .popup_content .profile_popup_description p {
  margin: 0;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.p_tooltip_box .popup_wrapper .popup_container.profile_popup .popup_content .profile_popup_description p + p {
  margin-top: 10px;
}
.p_tooltip_box .popup_wrapper .popup_container.profile_popup .popup_content .profile_popup_description a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
.p_tooltip_box .popup_wrapper .popup_container.profile_popup .popup_content .profile_popup_description .profile_popup_more_inline {
  font-weight: 500;
}
.p_tooltip_box .popup_wrapper .popup_container.profile_popup .popup_close.profile_popup_close {
  top: 8px;
  right: 12px;
  font-size: 15px;
  line-height: 1;
  width: auto;
  height: auto;
  color: rgba(7, 26, 0, 0.7);
}
@media (max-width: 1024px) {
  .p_tooltip_box .popup_wrapper .popup_container.profile_popup {
    max-width: 300px;
    padding: 24px 16px 16px;
  }
  .p_tooltip_box .popup_wrapper .popup_container.profile_popup .popup_content .profile_popup_title {
    margin: 0 24px 10px 0;
    font-size: 17px;
    line-height: 1.1;
  }
  .p_tooltip_box .popup_wrapper .popup_container.profile_popup .popup_content .profile_popup_description {
    font-size: 15px;
    line-height: 1.35;
  }
  .p_tooltip_box .popup_wrapper .popup_container.profile_popup .popup_close.profile_popup_close {
    top: 7px;
    right: 10px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .p_tooltip_box .popup_wrapper .popup_container.profile_popup {
    max-width: 270px;
    padding: 20px 14px 14px;
  }
  .p_tooltip_box .popup_wrapper .popup_container.profile_popup .popup_content .profile_popup_description {
    font-size: 14px;
    line-height: 1.35;
  }
  .p_tooltip_box .popup_wrapper .popup_container.profile_popup .popup_close.profile_popup_close {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .p_tooltip_box .popup_wrapper .popup_container.profile_popup {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    padding: 22px 14px 14px;
  }
  .p_tooltip_box .popup_wrapper .popup_container.profile_popup .popup_content .profile_popup_title {
    margin: 0 22px 10px 0;
    font-size: 15px;
    line-height: 1.15;
  }
  .p_tooltip_box .popup_wrapper .popup_container.profile_popup .popup_content .profile_popup_description {
    font-size: 15px;
    line-height: 1.4;
  }
  .p_tooltip_box .popup_wrapper .popup_container.profile_popup .popup_close.profile_popup_close {
    top: 7px;
    right: 10px;
    font-size: 28px;
  }
}
.p_tooltip_box .popup_wrapper .popup_container.profile_popup.active.leaf {
  background-color: #e9d5ff;
}
.p_tooltip_box .popup_wrapper .popup_container.profile_popup.active.meat {
  background-color: #FAC4C7;
}
.p_tooltip_box .popup_wrapper .popup_container.profile_popup.active.medical {
  background-color: #B3CDFF;
}
.p_tooltip_box .popup_wrapper .popup_container.profile_popup.active.find {
  background-color: #FCE68D;
}
.p_tooltip_box .popup_wrapper .popup_container.profile_popup.active.check {
  background-color: #A4D6ED;
}
.p_tooltip_box .popup_wrapper .popup_container.profile_popup.inactive {
  background-color: #c7c7cc;
}
.p_tooltip_box .popup_wrapper .popup_container.profile_popup.inactive .popup_content .profile_popup_title,
.p_tooltip_box .popup_wrapper .popup_container.profile_popup.inactive .popup_content .profile_popup_description {
  color: #ffffff;
}
.p_tooltip_box .popup_wrapper .popup_container.profile_popup.inactive .popup_close.profile_popup_close {
  color: #ffffff;
}

.title_box {
  padding: 9px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .title_box {
    margin-bottom: 0;
  }
}
.title_box .heading {
  display: flex;
  align-items: center;
  gap: 12px;
}
.title_box .heading h2 {
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
}
.title_box.trending {
  background-color: #c084fc;
}
.title_box.p_article {
  background-color: #F7838A;
}
.title_box.p_article .btn_wrapper a {
  color: #700D1A;
}
.title_box.poll {
  background-color: #F9CE1E;
}
.title_box.news {
  background-color: #c084fc;
}
.title_box.news .btn_wrapper a {
  color: #6b21a8;
}
.title_box.ingredient {
  background-color: #F7838A;
}
.title_box.discussion {
  background-color: #F9CE1E;
}
.title_box.discussion .btn_wrapper a {
  color: #594802;
}
.title_box.j_facebook {
  background-color: #0081E1;
}
.title_box.j_facebook .heading h2 {
  color: #ffffff;
}

.ads_wrapper {
  width: 100%;
  max-width: 140px;
}
@media (max-width: 820px) {
  .ads_wrapper {
    margin: 20px 0;
    max-width: 100%;
  }
}
.ads_wrapper p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  color: #4C7B8E;
  font-weight: 400;
  margin-bottom: 9px;
  padding-left: 9px;
}
.ads_wrapper video,
.ads_wrapper img {
  width: 100%;
  height: auto;
}

.progress-ring {
  --size: 32px;
  --thickness: 7px;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  /* OUTER CIRCLE */
  background: conic-gradient(var(--fill) calc(var(--value) * 1%), #ffffff 0);
}
.progress-ring::before {
  content: "";
  position: absolute;
  inset: var(--thickness);
  background: var(--bg);
  border-radius: 50%;
}
.progress-ring::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - var(--thickness)), #000 calc(100% - var(--thickness) + 1px));
          mask: radial-gradient(farthest-side, transparent calc(100% - var(--thickness)), #000 calc(100% - var(--thickness) + 1px));
}

.bd_pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.bd_pagination.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .bd_pagination {
    justify-content: center;
    gap: 12px;
  }
}
.bd_pagination .bd_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.bd_pagination .bd_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.bd_pagination .bd_item a .icon {
  line-height: 0;
}
.bd_pagination .bd_item a span {
  display: inline-block;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #4C7B8E;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-decoration: underline;
}
.bd_pagination .bd_item span {
  display: inline-block;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  font-weight: 400;
  color: #4C7B8E;
}
.bd_pagination .bd_item span.add_plus {
  background-color: #c084fc;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  font-size: 40px;
  color: #f3e8ff;
  cursor: pointer;
}
@media (max-width: 575px) {
  .bd_pagination .bd_item span.add_plus {
    width: 30px;
    height: 30px;
  }
}

div#compare_div {
  position: fixed;
  width: 100%;
  background-color: #0C191F;
  bottom: 0;
  left: 0;
  z-index: 99;
}
div#compare_div #compare_table {
  padding: 10px 20px;
}
div#compare_div .theme-container, div#compare_div header .navbar ul, header .navbar div#compare_div ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
}
@media (max-width: 767px) {
  div#compare_div .theme-container, div#compare_div header .navbar ul, header .navbar div#compare_div ul {
    flex-direction: column;
  }
}
div#compare_div .theme-container #compare_count p, div#compare_div header .navbar ul #compare_count p, header .navbar div#compare_div ul #compare_count p {
  color: #ffffff;
}
div#compare_div .theme-container #compare_images, div#compare_div header .navbar ul #compare_images, header .navbar div#compare_div ul #compare_images {
  display: flex;
  align-items: center;
}
div#compare_div .theme-container #compare_images .compare__img__box, div#compare_div header .navbar ul #compare_images .compare__img__box, header .navbar div#compare_div ul #compare_images .compare__img__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-right: 10px;
}
div#compare_div .theme-container #compare_images .tooltip_compare, div#compare_div header .navbar ul #compare_images .tooltip_compare, header .navbar div#compare_div ul #compare_images .tooltip_compare {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 4px;
}
div#compare_div .theme-container #compare_images .tooltip_compare .compare_img, div#compare_div header .navbar ul #compare_images .tooltip_compare .compare_img, header .navbar div#compare_div ul #compare_images .tooltip_compare .compare_img {
  width: 32px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
div#compare_div .theme-container #compare_images .tooltip_compare span, div#compare_div header .navbar ul #compare_images .tooltip_compare span, header .navbar div#compare_div ul #compare_images .tooltip_compare span {
  display: none;
  position: absolute;
  content: "";
  min-width: 200px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 8px;
  top: -200%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: -1px 2px 7px 2px rgba(0, 0, 0, 0.5);
}
div#compare_div .theme-container #compare_images .tooltip_compare span::after, div#compare_div header .navbar ul #compare_images .tooltip_compare span::after, header .navbar div#compare_div ul #compare_images .tooltip_compare span::after {
  position: absolute;
  content: "";
  padding: 3px;
  border-top: 7px solid #ffffff;
  border-right: 6px solid #ffffff;
  transform: rotate(133deg) translateX(-50%);
  left: 46%;
  top: 95%;
}
div#compare_div .theme-container #compare_images .tooltip_compare span b, div#compare_div header .navbar ul #compare_images .tooltip_compare span b, header .navbar div#compare_div ul #compare_images .tooltip_compare span b {
  font-size: 14px;
  font-weight: 600;
  font-family: "Work Sans";
}
div#compare_div .theme-container #compare_images .tooltip_compare span p, div#compare_div header .navbar ul #compare_images .tooltip_compare span p, header .navbar div#compare_div ul #compare_images .tooltip_compare span p {
  cursor: pointer;
}
div#compare_div .theme-container #compare_images .tooltip_compare:hover span, div#compare_div header .navbar ul #compare_images .tooltip_compare:hover span, header .navbar div#compare_div ul #compare_images .tooltip_compare:hover span {
  display: block;
}
div#compare_div .theme-container #compare_images .button_blue, div#compare_div header .navbar ul #compare_images .button_blue, header .navbar div#compare_div ul #compare_images .button_blue {
  background-color: #F9CE1E;
  font-size: 16px;
  color: #0C191F;
  padding: 8px 12px;
  border-radius: 50px;
}
div#compare_div .theme-container #compare_images #compare_clear, div#compare_div header .navbar ul #compare_images #compare_clear, header .navbar div#compare_div ul #compare_images #compare_clear {
  color: #ffffff;
  margin-left: 8px;
  display: inline-block;
}
div#compare_div .theme-container #compare_images a, div#compare_div header .navbar ul #compare_images a, header .navbar div#compare_div ul #compare_images a {
  font-family: "Work Sans";
}

@media (max-width: 767px) {
  .bottom_pagination {
    display: none;
  }
}
.bottom_pagination .b_pagination_flex {
  margin-top: 16px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.bottom_pagination .b_pagination_flex span {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  color: #000;
  font-weight: 400;
}
.bottom_pagination .b_pagination_flex select {
  font-size: 18px;
  font-weight: 600;
  padding: 0px 28px 0 18px;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAGhJREFUeAHtkbsNgDAMBW2xC2tARcU2tEgEiZZtqKgQY7BMgNT5vKSL9K61fGfJIoSQ+tHQYJx3I1YXgSx2PbbJ+EZNaOe5z6vthu8A7aVQHg1AkYQ8GYhGADkU8EZAeTb/493zCSFZvAD2KXSHT4kvAAAAAElFTkSuQmCC), #ffffff;
  background-repeat: no-repeat;
  background-position: 99%;
}
.bottom_pagination .b_pagination_flex .pagination_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.bottom_pagination .b_pagination_flex .pagination_btns .change_page_button {
  cursor: pointer;
}

#comments {
  overflow-x: auto;
  width: 100%;
}

#comments_section {
  width: 100%;
}
#comments_section #comments .comments_table {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #A4D6ED;
  border-radius: 8px;
}
#comments_section #comments h6 {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
}
#comments_section #comments h6 span {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
}
#comments_section #comments p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-size: 17px;
  font-weight: 400;
  color: #3F6676;
  line-height: 150%;
}
#comments_section #comments .comment_footer span,
#comments_section #comments .comment_footer li {
  font-size: 16px;
  font-family: "IBM Plex Sans";
}
#comments_section #comments .comment_input_table {
  background-color: transparent;
  border: unset;
  padding: 0;
}
#comments_section #comments .comment_input_table .comment_post_wrapper {
  border: unset;
  border-radius: 8px;
}
#comments_section #comments .comment_input_table .comment_post_wrapper .textbox {
  border: 1px solid #A4D6ED;
  height: 115px;
  width: 100%;
  font-family: "Work Sans" !important;
}
#comments_section #comments .comment_input_table .comment_post_wrapper .comment_submit_button {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  padding: 16px 24px;
  background-color: #30505D;
  color: #ffffff;
  line-height: normal;
  margin-top: 16px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  #comments_section #comments .comment_input_table .comment_post_wrapper .comment_submit_button {
    padding: 13px 24px;
    margin-top: 16px;
  }
}

#comments_banner td {
  border-bottom: 2px solid #ffffff !important;
}
#comments_banner span {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  color: #0C191F !important;
  font-weight: 500 !important;
}
#comments_banner span a {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  color: #0C191F !important;
  font-weight: 500 !important;
}

@media (max-width: 575px) {
  .comment_input_table,
  .comments_table,
  .comment_input_table tbody,
  .comment_input_table tr,
  .comments_table tbody,
  .comments_table tr {
    display: block;
    width: 100%;
  }
  .comment_input_table td,
  .comments_table td {
    display: block;
    width: 100% !important;
  }
  .comments_profile_img {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }
  .comment_footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.general_box {
  border-radius: 16px;
  margin-top: 24px;
  padding: 20px clamp(16px, 1.667vw, 32px);
  background-color: #F6F6F6;
}
@media (max-width: 767px) {
  .general_box {
    border-radius: 0px;
  }
}
.general_box.comment_box_wrapper {
  padding: 23px 32px;
}
@media (max-width: 575px) {
  .general_box.comment_box_wrapper {
    padding: 23px;
  }
}
.general_box.comment_box_wrapper .general_header {
  background-color: transparent !important;
  justify-content: space-between;
  border-bottom: 2px solid #30505D !important;
  padding: 0 0 14px 0 !important;
}
.general_box.comment_box_wrapper .general_header h2 {
  color: #30505D !important;
}
.general_box.comment_box_wrapper .general_content {
  padding: 40px 0 0 0 !important;
}
@media (max-width: 767px) {
  .general_box.comment_box_wrapper .general_content {
    padding: 17px 0 0 0 !important;
  }
}
@media (max-width: 575px) {
  .general_box.comment_box_wrapper .year_content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: auto;
  }
}
.general_box .general_header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 0 0 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background-color: #F6F6F6;
  border-bottom: 2px solid #30505D;
}
.general_box .general_header h2 {
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
  line-height: 130%;
  color: #30505D;
}
.general_box .general_content {
  padding: 25px 0 0;
  background-color: #F6F6F6;
}
@media (max-width: 767px) {
  .general_box .general_content {
    padding: 34px 18px 27px;
  }
}
.general_box .general_content.light_green_content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 767px) {
  .general_box .general_content.light_green_content {
    flex-direction: column;
    gap: 32px;
  }
}
.general_box .general_content.light_green_content .general_img {
  flex-shrink: 0;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .general_box .general_content.light_green_content .general_img {
    width: 100%;
  }
}
.general_box .general_content.light_green_content .general_img .btn {
  margin-top: 27px;
  background-color: #c084fc;
  color: #240036;
  padding: 14px 43px;
  display: block;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .general_box .general_content.light_green_content .general_img .btn {
    width: 100%;
    margin-top: 37px;
  }
}
.general_box .general_content.light_green_content p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #30505D;
  line-height: 150%;
}
.general_box.light_orange .pricing_content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
@media (max-width: 767px) {
  .general_box.light_orange .pricing_content {
    flex-direction: column;
  }
}
.general_box.light_orange .pricing_content .shop_panel a.shop_button {
  background-color: #B1E981;
  color: #240036;
  display: inline-flex;
}
.general_box.light_orange .pricing_content .shop_panel a.shop_button img {
  filter: invert(1);
}
.general_box.light_orange .pricing_content .pricing_card {
  background-color: transparent;
  border: 2px solid #E2E8F0;
  padding: 19px 26px 19px 26px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  text-align: center;
  width: 192px;
}
@media (max-width: 767px) {
  .general_box.light_orange .pricing_content .pricing_card {
    padding: 23px 23px 12px 23px;
  }
}
.general_box.light_orange .pricing_content .pricing_card p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #30505D;
  font-weight: 400;
}
.general_box.light_orange .pricing_content .pricing_card h3 {
  font-size: 48px;
  font-family: "Sofia Sans Extra Condensed";
  line-height: 90%;
  font-weight: 700;
  color: #30505D;
}
.general_box.light_orange blockquote {
  width: 100%;
  padding: 0;
  max-width: 100% !important;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
}
.general_box.light_pink .sf_content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 40px 0 0;
}
@media (max-width: 1366px) {
  .general_box.light_pink .sf_content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .general_box.light_pink .sf_content {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 20px 18px;
    gap: 35px 20px;
  }
}
.general_box.light_pink .sf_content .sf_card {
  border-radius: 16px;
  background-color: #ffffff;
}
.general_box.light_pink .sf_content .sf_card .sf_header {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #F8A5A9;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.general_box.light_pink .sf_content .sf_card .sf_header h3 {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
}
.general_box.light_pink .sf_content .sf_card .sf_data {
  padding: 16px 8px 8px 8px;
  text-align: center;
  cursor: pointer;
}
.general_box.light_pink .sf_content .sf_card .sf_data h3 {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 16px;
  min-height: 64.78px;
}
.general_box.light_pink .sf_content .sf_card .sf_data .sf_img img {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.general_box.light_pink .sf_content .sf_card .sf_data .sf_footer p {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  color: #240036;
  font-weight: 400;
}
.general_box.light_pink .sf_content .sf_card .sf_data .sf_footer p span {
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
  display: inline-block;
  font-family: "Sofia Sans Extra Condensed";
  line-height: 1;
  vertical-align: middle;
}
.general_box.light_pink .sf_content .sf_card .sf_data .sf_footer p:first-of-type {
  padding: 4px;
  text-align: center;
  background-color: #c084fc;
  width: -moz-max-content;
  width: max-content;
  margin: 9px auto 8px auto;
  border-radius: 4px;
}
.general_box.light_grey {
  background-color: #F6F6F6;
}
@media (max-width: 767px) {
  .general_box.light_grey .general_header h2 {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .general_box.light_grey .year_content {
    padding: 41px 0px 9px 0px;
  }
}
.general_box.light_grey .year_content h3 {
  font-size: 24px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 500;
  color: #0C191F;
  font-family: "Work Sans";
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(76, 123, 142, 0.5019607843);
}
.general_box.light_grey .year_content .year_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  margin-top: 21px;
}
@media (max-width: 767px) {
  .general_box.light_grey .year_content .year_flex {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.general_box.light_grey .year_content .year_flex .c_info {
  flex: 0 0 55.5%;
}
@media (max-width: 767px) {
  .general_box.light_grey .year_content .year_flex .c_info {
    width: 100%;
  }
  .general_box.light_grey .year_content .year_flex .c_info ul li:first-of-type .c_right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .general_box.light_grey .year_content .year_flex .c_info ul li:first-of-type .c_right a {
    display: flex;
    flex-shrink: 0;
  }
  .general_box.light_grey .year_content .year_flex .c_info ul li:first-of-type .c_right span {
    width: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .general_box.light_grey .year_content .year_flex .c_info ul li.flex-row {
    flex-direction: row !important;
  }
}
.general_box.light_grey .year_content .year_flex .c_info ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 9px 0;
}
@media (max-width: 767px) {
  .general_box.light_grey .year_content .year_flex .c_info ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.general_box.light_grey .year_content .year_flex .c_info ul li.brands_list .c_right {
  min-width: 274px;
}
.general_box.light_grey .year_content .year_flex .c_info ul li.brands_list .c_right .brands_flexbox .brands_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.general_box.light_grey .year_content .year_flex .c_info ul li.brands_list .c_right .brands_flexbox .brands_name .brands_food_count {
  text-align: right;
  min-width: 190px;
}
.general_box.light_grey .year_content .year_flex .c_info ul li.brands_list .c_right .brands_flexbox .brands_name .brands_food_count .counter.treats span {
  margin-right: 0;
}
@media (max-width: 640px) {
  .general_box.light_grey .year_content .year_flex .c_info ul li:last-of-type {
    gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }
  .general_box.light_grey .year_content .year_flex .c_info ul li:last-of-type .c_right * {
    margin-bottom: 4px;
  }
}
.general_box.light_grey .year_content .year_flex .c_info ul li:not(:last-of-type) {
  border-bottom: 2px solid rgba(76, 123, 142, 0.5019607843);
}
.general_box.light_grey .year_content .year_flex .c_info ul li .c_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.general_box.light_grey .year_content .year_flex .c_info ul li .c_left .c_left_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.general_box.light_grey .year_content .year_flex .c_info ul li span,
.general_box.light_grey .year_content .year_flex .c_info ul li p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #30505D;
  font-weight: 400;
}
@media (max-width: 767px) {
  .general_box.light_grey .year_content .year_flex .c_info ul li span,
  .general_box.light_grey .year_content .year_flex .c_info ul li p {
    line-height: 1.5;
  }
}
.general_box.light_grey .year_content .year_flex .c_info ul li .c_right a {
  color: #30505D;
  font-family: "Work Sans";
}
.general_box.light_grey .year_content .year_flex .c_info ul li .c_right a span.c_badge {
  font-size: 16px;
  color: #191401;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .general_box.light_grey .year_content .year_flex .c_info ul li .c_right {
    flex-shrink: 0;
  }
}
.general_box.light_grey .year_content .year_flex .c_info ul li .c_right .country_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.general_box.light_grey .year_content .year_flex .c_info ul li .c_right span:first-of-type {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.general_box.light_grey .year_content .year_flex .c_info ul li .c_right span:first-of-type a {
  margin-right: 9px;
  display: inline-block;
  font-size: 18px;
  text-decoration: underline;
  color: #172A32;
  font-weight: 600;
  text-underline-offset: 1px;
}
.general_box.light_grey .year_content .year_flex .c_info ul li .c_right .c_badge {
  padding: 7px;
  display: inline-block;
  position: relative;
  border-radius: 24px;
  color: #191401;
  padding: 7px 11px;
}
@media (max-width: 767px) {
  .general_box.light_grey .year_content .year_flex .c_info ul li .c_right .c_badge {
    padding: 3px 11px;
  }
}
.general_box.light_grey .year_content .year_flex .c_info ul li .c_right .c_badge.treat {
  background-color: #F9CE1E;
  margin-right: 8px;
}
.general_box.light_grey .year_content .year_flex .c_info ul li .c_right .c_badge.food {
  background-color: #c084fc;
}
.general_box.light_grey .year_content .year_data {
  margin-top: 27px;
}
.general_box.light_grey .year_content .year_data .year_flex {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .general_box.light_grey .year_content .year_data .year_flex {
    flex-direction: column;
    gap: 35px;
  }
}
.general_box.light_grey .year_content .year_data h3 {
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .general_box.light_grey .year_content .year_data h3 {
    line-height: 1;
  }
}
.general_box.light_grey .year_content .year_data p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  color: #30505D;
}
.general_box.light_grey .year_content .year_data .year_data_description {
  flex: 0 0 59%;
}
@media (max-width: 767px) {
  .general_box.light_grey .year_content .year_data .year_data_description {
    flex: 0 0 100%;
  }
}
.general_box.light_grey .year_content .year_data .year_data_description p i {
  line-height: 150%;
}
.general_box.light_grey .year_content .year_data .year_data_video {
  flex: 0 0 37%;
}
@media (max-width: 767px) {
  .general_box.light_grey .year_content .year_data .year_data_video {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.general_box.light_grey .year_content .year_data .year_data_video iframe {
  width: 100%;
  max-width: 350px;
  height: 250px;
}
@media (max-width: 767px) {
  .general_box.light_grey .year_content .year_data .year_data_video iframe {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 281px;
  }
}
.general_box.light_grey .year_content .year_customer_review {
  margin-top: 36px;
}
.general_box.light_grey .year_content .year_customer_review .review_widget_container {
  margin: 29px 0 0;
}
.general_box.light_grey .general_content .composition_flex {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .general_box.light_grey .general_content .composition_flex {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.general_box.light_grey .general_content .composition_flex .composition_content {
  flex: 0 0 62%;
}
.general_box.light_grey .general_content .composition_flex .composition_content h4 {
  font-size: 21px;
  line-height: 110%;
  color: #0C191F;
  font-weight: 400;
  font-family: "Work Sans";
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  align-items: center;
  text-transform: capitalize;
  gap: 8px;
  margin-bottom: 29px;
}
.general_box.light_grey .general_content .composition_flex .composition_content h4 span {
  vertical-align: middle;
  display: flex;
}
.general_box.light_grey .general_content .composition_flex.compostion_card_flex {
  justify-content: space-between;
  margin: 40px 0 25px 0;
}
.general_box.light_grey .general_content .composition_flex.compostion_card_flex .typical_analysis {
  margin-left: auto;
}
.general_box.light_grey .general_content .composition_flex.compostion_card_flex .typical_analysis .composition_data:not(:first-of-type) {
  margin-top: clamp(20px, 1.458vw, 28px);
}
.general_box.light_grey .general_content .composition_flex .composition_card {
  width: 100%;
  max-width: 450px;
}
@media (max-width: 767px) {
  .general_box.light_grey .general_content .composition_flex .composition_card {
    max-width: 100%;
  }
}
.general_box.light_grey .general_content .composition_flex .composition_card:nth-child(2) .composition_data:not(:first-child) {
  margin-top: clamp(20px, 1.458vw, 28px);
}
.general_box.light_grey .general_content .composition_flex h3 {
  margin-bottom: 22px;
}
.general_box.light_grey .general_content .composition_flex p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  line-height: 1.5;
  color: #30505D;
}
.general_box.light_grey .general_content .composition_flex p .p_tooltip_box {
  display: unset;
  padding-left: 0;
}
.general_box.light_grey .general_content .composition_flex.dry_flex {
  flex-direction: column;
}
.general_box.light_grey .general_content .composition_flex.dry_flex h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .general_box.light_grey .general_content .composition_flex.dry_flex h3 {
    margin-bottom: 0;
  }
}
.general_box.light_grey .general_content .composition_flex.dry_flex h3 span {
  display: flex;
}
.general_box.light_grey .general_content .composition_flex.dry_flex .dry_meter_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 767px) {
  .general_box.light_grey .general_content .composition_flex.dry_flex .dry_meter_box {
    flex-direction: column;
    width: 100%;
  }
}
.general_box.light_grey .general_content .composition_flex.dry_flex .dry_meter_box ul {
  background-color: #ffffff;
  padding: 8px;
}
@media (max-width: 767px) {
  .general_box.light_grey .general_content .composition_flex.dry_flex .dry_meter_box ul {
    margin-top: 26px;
  }
}
.general_box.light_grey .general_content .composition_flex.dry_flex .dry_meter_box ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
}
.general_box.light_grey .general_content .composition_flex.dry_flex .dry_meter_box ul li:not(:first-child) {
  margin-top: 8px;
}
.general_box.light_grey .general_content .composition_flex.dry_flex .dry_meter_box ul li span {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.general_box.light_grey .general_content .composition_flex.dry_flex .dry_meter_box ul li span.aa_color {
  background-color: #30505D;
}
.general_box.light_grey .general_content .composition_flex.dry_flex .dry_meter_box ul li span.b_color {
  background-color: #77B0C8;
}
.general_box.light_grey .general_content .composition_flex.dry_flex .dry_meter_box ul li span.ba_color {
  background-color: #B2E3F7;
}
.general_box.light_grey .general_content .composition_flex.dry_flex .asterisk_para {
  width: 100%;
  text-align: center;
}
.general_box.light_grey .general_content .composition_flex.dry_flex .asterisk_para p {
  font-size: 16px;
}
.general_box.light_grey .general_content .composition_flex.dry_flex .nutrition_weights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .general_box.light_grey .general_content .composition_flex.dry_flex .nutrition_weights {
    flex-direction: column;
    width: 100%;
    gap: 38px;
  }
}
.general_box.light_grey .general_content .composition_flex.dry_flex .nutrition_weights .meter {
  position: relative;
  padding-bottom: 7px;
}
.general_box.light_grey .general_content .composition_flex.dry_flex .nutrition_weights .meter::after {
  position: absolute;
  content: attr(data-value);
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-size: 36px;
  font-family: "Sofia Sans Extra Condensed";
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #30505D;
}
@media (max-width: 767px) {
  .general_box.light_grey .general_content .composition_flex.dry_flex .nutrition_weights .meter::after {
    bottom: 22px;
  }
}
.general_box.light_grey .general_content .composition_flex.dry_flex .nutrition_weights .meter svg {
  width: 100%;
  max-width: 135px;
}
@media (max-width: 767px) {
  .general_box.light_grey .general_content .composition_flex.dry_flex .nutrition_weights .meter svg {
    max-width: 201px;
  }
}
.general_box.light_grey .general_content .composition_flex.dry_flex .nutrition_weights .meter svg .needle {
  transform-origin: 67.2px 67.2px;
  transform: rotate(-190deg);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.general_box.light_grey .general_content .composition_flex.dry_flex .nutrition_weights .meter span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 90%;
  color: #30505D;
}
@media (max-width: 991px) {
  .general_box.light_grey .general_content .composition_flex .composition_chart {
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .general_box.light_grey .general_content .composition_flex .composition_chart {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.general_box.light_grey .general_content .composition_flex .composition_chart h4 {
  font-size: 21px;
  line-height: 110%;
  color: #0C191F;
  font-weight: 400;
  font-family: "Work Sans";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-transform: capitalize;
  gap: 8px;
  margin-bottom: 29px;
}
.general_box.light_grey.nutrition .composition_flex:first-of-type {
  gap: 30px;
}
@media (max-width: 991px) {
  .general_box.light_grey.nutrition .composition_flex:first-of-type .composition_content {
    flex: 0 0 55%;
  }
}

.owned_by li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.owned_by li h4 a {
  color: inherit;
}
.owned_by li .treats,
.owned_by li .foods {
  border-radius: 24px;
  padding: 7px 11px;
}
.owned_by li .foods {
  margin-left: auto;
  background-color: #c084fc;
  color: #191401;
}
.owned_by li .treats {
  background-color: #F9CE1E;
  color: #191401;
}

.noUi-target {
  border: 1px solid #4D9E09;
  box-shadow: unset !important;
  border-radius: 32px !important;
}
.noUi-target .noUi-base {
  background: unset !important;
  box-shadow: unset !important;
  border-radius: 32px !important;
}
.noUi-target .noUi-connects {
  border-radius: 32px !important;
  background-color: #ffffff;
}

.noUi-handle {
  width: 28px !important;
  height: 28px !important;
  background-color: #234E02 !important;
  box-shadow: unset !important;
}
.noUi-handle::before, .noUi-handle::after {
  display: none !important;
}

select {
  padding: 11px 25px 11px 17px;
  background-color: #ffffff;
  border-radius: 48px;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  border: none;
  flex: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right;
}
select:focus {
  outline: none;
}
select[name=breedSelect] {
  width: 100%;
  max-width: 349px;
}
@media (max-width: 991px) {
  select[name=breedSelect] {
    width: 100%;
    max-width: 100%;
  }
}

.calorie_popup.form_right {
  width: 100%;
  max-width: 404px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .calorie_popup.form_right {
    max-width: 100%;
  }
}
.calorie_popup.form_right .result_box {
  margin: 0 auto;
  width: 100%;
  max-width: 275px;
  background-color: #D6FAB8;
  border-radius: 12px;
  padding: 10px 16px 0px 16px;
  color: #ffffff;
  text-align: center;
}
.calorie_popup.form_right .result_box p {
  margin-bottom: 5px;
  color: #240036;
}
.calorie_popup.form_right .result_box .figure {
  font-size: 63px;
  font-family: "Sofia Sans Extra Condensed";
  text-align: center;
  color: #240036;
}

.container-flex {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 22px 0 clamp(32px, 2.917vw, 56px) 0;
}
@media (max-width: 991px) {
  .container-flex {
    flex-direction: column;
  }
}
.container-flex .content_wrapper {
  flex: 1;
  min-width: 0;
}
@media (max-width: 991px) {
  .container-flex .w-full {
    width: 100%;
  }
}
.container-flex .page-main-title {
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 17px;
}
.container-flex p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 16px;
}
.container-flex p a {
  color: #5c93aa;
}

.ads_wrapper {
  width: 100%;
  max-width: 140px;
  position: sticky;
  top: 160px;
}
@media (max-width: 820px) {
  .ads_wrapper {
    margin: 20px 0;
    max-width: 100%;
  }
}
.ads_wrapper p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  color: #4C7B8E;
  font-weight: 400;
  margin-bottom: 9px;
  padding-left: 9px;
}
.ads_wrapper video,
.ads_wrapper img {
  width: 100%;
  height: auto;
}

.advertise_wrapper,
.partner_promo_wrapper {
  width: 140px;
  position: sticky;
  top: 160px;
}
@media (max-width: 1024px) {
  .advertise_wrapper,
  .partner_promo_wrapper {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .advertise_wrapper,
  .partner_promo_wrapper {
    width: 100%;
    position: relative;
    top: unset;
  }
  .advertise_wrapper.desktop,
  .partner_promo_wrapper.desktop {
    display: none;
  }
  .advertise_wrapper.mobile .desktop,
  .partner_promo_wrapper.mobile .desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .advertise_wrapper.mobile,
  .partner_promo_wrapper.mobile {
    display: none;
  }
  .advertise_wrapper.desktop .mobile,
  .partner_promo_wrapper.desktop .mobile {
    display: none;
  }
}
.advertise_wrapper p,
.partner_promo_wrapper p {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  font-weight: 400;
  margin-bottom: 8px;
  color: #30505D;
}
@media (max-width: 991px) {
  .advertise_wrapper p,
  .partner_promo_wrapper p {
    font-size: 18px;
    text-align: center;
  }
}
.advertise_wrapper .partner_promo_box,
.advertise_wrapper .advertise_box,
.partner_promo_wrapper .partner_promo_box,
.partner_promo_wrapper .advertise_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: inherit;
}
.advertise_wrapper .partner_promo_box video,
.advertise_wrapper .partner_promo_box img,
.advertise_wrapper .advertise_box video,
.advertise_wrapper .advertise_box img,
.partner_promo_wrapper .partner_promo_box video,
.partner_promo_wrapper .partner_promo_box img,
.partner_promo_wrapper .advertise_box video,
.partner_promo_wrapper .advertise_box img {
  width: 100%;
  height: auto;
  border: none !important;
}

.middle_ad {
  margin-right: -20px;
  margin-left: -20px;
  background: #fff;
  margin-bottom: -35px;
  margin-top: 35px;
  padding-top: 12px;
}

body.overlay {
  overflow: hidden;
}

.red {
  color: red !important;
}

.yellow {
  color: #d1b800 !important;
}/*# sourceMappingURL=main.css.map */