.subtitleh5 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 1rem
}

/* Gradient text utility */
.gradient-text {
  display: inline-block;
  font-weight: 600;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent
}

.gradient-blue {
  background-image: linear-gradient(90deg, #14b7f8 0%, #0c6c92 100%)
}

.gradient-orange {
  background-image: linear-gradient(90deg, #FF7000 0%, #743300 100%)
}

@supports not ((-webkit-background-clip:text) or (background-clip:text)) {
  .gradient-blue {
    color: #0c6c92
  }

  .gradient-orange {
    color: #FF7000
  }
}

@media (min-width:1200px) {
  .subtitleh5 {
    font-size: 18px
  }
}

.checkbox-element-desktop .subtitleh5 {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 600
}

.faq-section .title .subtitleh5 {
  color: #ff7000
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 113, 255, .7)
  }

  70% {
    box-shadow: 0 0 0 10px transparent
  }

  to {
    box-shadow: 0 0 0 0 transparent
  }
}

.header-overlay-logo,
.overlay-header {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute
}

#logoutButton,
.categorii-mobile,
.cursor-pointer,
.dropdown-toggle,
.filter-toggle,
.popup img,
.siwst,
.siwst p {
  cursor: pointer
}

.breadcrumbs a,
.cookie-btn,
.text-nowrap {
  white-space: nowrap
}

.submenu-promo-section a {
  padding: 0;
  font-weight: 500
}

.submenu-promo-section button {
  padding: 0;
  font-weight: 500;
  text-decoration: underline
}

.email-icon,
.siwst {
  animation: 2s infinite pulse
}

#header_social_media a span,
.ml-8,
.siwst p,
footer .bottom-section #fc p {
  margin-left: 8px
}

.red-mark,
.submenu-promo-section a,
.underline-hover:hover {
  text-decoration: underline
}

#favorites-cart a,
#logoutButton,
#navigation a,
#topbar a,
.cat-card,
.link_color1,
a {
  text-decoration: none
}

#topbar a,
.italic {
  font-style: italic
}

#header-main,
#navbar {
  border-bottom: 1px solid #eef0f2
}

.breadcrumbs_wrapper,
.no-scrollbar {
  scrollbar-width: none
}

@font-face {
  font-family: Montserrat;
  src: url(/fonts/Montserrat.woff2)format("woff2-variations");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 102%;
}

:root {
  --clr-text: #21272A;
  --clr-orange: #FF7000;
  --space-page-x: 7rem;
  --hero-h: 70vh;
  --gap-xl: 72px;
  --gap-lg: 3rem;
  --gap-40: 40px;
  --gap-20: 20px;
  --gap-24: 24px;
  --gap-16: 16px;
  --gap-8: 8px;
  --gap-30: 32px;
  --orange: #FF7000;
  --radius-lg: 25px;
  --radius-md: 10px;
  --shadow-card: 0 4px 8px rgba(0, 0, 0, 0.1);
  --dark-blue: #009;
  --blue: #0558ce;
  --lightblue: #e6effb;
  --plainblack: #000000;
  --black: #0c0c0c;
  --white: #ffffff;
  --whitegrey: #f6f8fb;
  --lightgrey: #eaecee;
  --modal-bg: #ebebf0;
  --grey: #727779;
  --slate: #5f5d83;
  --darkgrey: #434447;
  --othergrey: #cfd2d5;
  --red: #d20f0f;
  --green: #346f2f;
  --dark-slate: #d9d9d9;
  --light-brown: #838383;
  --gold: #ff9900;
  --darkblue: #001d4d;
  --default-blue: #009;
  --oceanblue: #336fc0;
  --grey-standard: #777;
  --hub-gap: 1rem;
  --page-gutter: 1rem
}

.u-col,
.u-flex,
.u-row {
  display: flex !important
}

.u-row {
  flex-direction: row !important
}

.u-col {
  flex-direction: column !important
}

.u-grid {
  display: grid
}

.u-grid-2 {
  grid-template-columns: 20% 80%
}

.u-grid-3 {
  grid-template-columns: repeat(3, 1fr)
}

.u-grid-4 {
  grid-template-columns: repeat(4, 1fr)
}

.text-orange {
  color: var(--orange) !important
}

.u-wrap {
  flex-wrap: wrap !important
}

.u-items-center {
  align-items: center !important
}

.u-items-end {
  align-items: flex-end !important
}

.u-items-start {
  align-items: flex-start !important
}

.u-justify-start {
  justify-content: flex-start !important
}

.u-justify-center {
  justify-content: center !important;
  align-items: center !important
}

.u-justify-between {
  justify-content: space-between !important
}

#order-page .form-group,
.hibc,
.hub-slider,
.modal .form-group,
.payment .form-group,
.relative,
.switch i,
.u-relative,
form .form-group {
  position: relative
}

.u-gap-8 {
  gap: var(--gap-8) !important
}

.u-margin-32 {
  margin: 2rem 0 !important
}

#faq_header,
#retur_header,
#term_cond_header,
.mb-16,
.modal .content .form-group {
  margin-bottom: 16px
}

.u-gap-16 {
  gap: var(--gap-16) !important
}

.u-gap-20 {
  gap: var(--gap-20) !important
}

.u-gap-24 {
  gap: var(--gap-24) !important
}

.u-gap-30 {
  gap: var(--gap-30) !important
}

.u-gap-40 {
  gap: var(--gap-40) !important
}

.u-gap-3rem {
  gap: var(--gap-lg) !important
}

.u-gap-72 {
  gap: var(--gap-xl) !important
}

.u-padding {
  padding: 2rem 9rem !important
}

.u-padding-width {
  padding-left: 9rem !important;
  padding-right: 9rem !important
}

.box-shadow-header {
  box-shadow: 0 1px 8px 1px rgb(0 0 0/10%)
}

::after,
::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;

}

#logoutButton,
*,
.categorii-mobile,
.categorii>header,
::after,
::before {
  box-sizing: border-box
}

#header-main,
.product-card {
  background: #fff
}

.product-card .product-title {
  font-size: 1.2rem;
  font-weight: 600
}

.inline-flex {
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.font-awesome {
  font-family: "Font Awesome 7 Free", sans-serif
}

input::placeholder {
  font-family: Montserrat, sans-serif
}

#header_img_bg {
  background: linear-gradient(90deg, #08a4ff 0, #a41acd 40%, #ff3800 75%, #ee5100 100%);
  min-height: 27vh;
  height: 27vh;
}

.header-overlay-logo {
  z-index: 5;
  color: #fff;
  left: 0;
  display: flex;
  justify-content: flex-end
}

.header-overlay-logo img {
  height: 80%;
  width: auto;
  margin-top: 1rem;
  margin-right: 4rem
}

@media (max-width:1200px) {
  .header-overlay-logo {
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
  }

  .header-overlay-logo img {
    height: 40%;
    width: auto;
    margin-bottom: .5rem;
    margin-right: .5rem
  }

  #header_img_bg {
    background: linear-gradient(90deg, #a41acd 0, #08a4ff 100%)
  }

  .desktopOnly {
    display: none !important
  }

  .mobileOnly {
    display: flex !important
  }
}

.overlay-header {
  left: 0;
  background: #000000a4
}

#contact_light_box_first_h5_div,
#logoutButton,
.checkout-pagination,
.cookie-btn,
.modal .subtext,
.text-center {
  text-align: center
}

.checkout-carousel .swiper-button-next::after,
.checkout-carousel .swiper-button-prev::after,
.font-normal,
body {
  font-size: 16px
}

body {
  width: 100%;
  height: auto;
  font-family: Montserrat, sans-serif;
  line-height: 1.42857143;
  text-rendering: optimizeLegibility
}

.dropdown-menu {
  align-items: flex-end
}

.dropdown-menu .category-wrapper {
  width: 60%
}

.submenu-promo-section a {
  border: 0;
  outline: 0
}

.dropdown-menu .submenu-promo-section {
  width: 30%
}

.modal {
  background-color: rgba(255, 255, 255, .85)
}

.modal .modal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  background-color: var(--white);
  margin: 0 8px;
  box-shadow: 0 4px 8px 4px rgba(59, 59, 59, .3)
}

.modal .header {
  width: 100%;
  background-color: var(--whitegrey);
  padding: 16px 24px;
  border-radius: 8px 8px 0 0
}

.modal .content {
  padding: 12px;
  max-height: 80vh;
  overflow-y: auto
}

.checkout-carousel {
  position: relative;
  padding: 12px 0
}

#newsletter_form,
.checkout-carousel .swiper-wrapper {
  align-items: stretch
}

.checkout-carousel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-start
}

.checkout-carousel .swiper-slide .product-card {
  width: 100%;
  max-width: 320px
}

.checkout-carousel .swiper-button-next,
.checkout-carousel .swiper-button-prev,
.checkout-next,
.checkout-prev {
  color: #1071ff;
  background: #fff;
  border-radius: 999px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
  z-index: 30
}

.checkout-prev {
  left: -18px
}

.checkout-next {
  right: -18px
}

.checkout-pagination {
  margin-top: 12px
}

.checkout-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1
}

.checkout-pagination .swiper-pagination-bullet-active {
  background: #ff7000
}

.hub-row .hub-nav {
  color: #ff7000;
}

@media (min-width:1600px) {
  .checkout-carousel .swiper-slide .product-card {
    max-width: 360px
  }
}

.modal .header-buttons {
  width: 100%;
  height: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  margin-bottom: 1.5rem
}

.modal .header-buttons .header-button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--white);
  background-color: #ff7000;
  cursor: default
}

.modal .header-buttons .header-button.clickable {
  background-color: #ff700030;
  cursor: pointer;
  color: var(--black)
}

.fa-eye.password-toggle-icon {
  opacity: .6
}

.fa-eye.password-toggle-icon:hover {
  opacity: .8
}

#order-page .form-group label,
.modal .form-group label,
.payment .form-group label {
  position: absolute;
  top: 0;
  left: 20px;
  background-color: var(--white);
  padding: 0 10px;
  opacity: 1;
  line-height: .1;
  color: var(--grey);
  font-size: 14px
}

.modal .subtext {
  color: #707c8b;
  font-size: 14px
}

.modal .btn {
  width: 100%;
  border-radius: 4px;
  padding: 12px;
  font-size: 1rem;
  background-color: #4a89dc;
  color: var(--white)
}

.modal .btn:hover {
  background-color: #6c9ce4
}

.certificate {
  width: 300px;
  height: 630px;
  margin-left: auto;
  margin-right: auto
}

.gdpr .content {
  padding: 8px;
  background-color: var(--lightblue)
}

.gdpr h1 {
  font-size: 32px
}

@media screen and (min-width:640px) {
  .certificate {
    width: 400px
  }

  .gdpr .content {
    padding: 16px
  }
}

@media screen and (min-width:1024) {
  .cookie-notifier .wrap {
    flex-wrap: nowrap
  }
}

#tags_h4,
.cookie-notifier p,
table th {
  text-align: left
}

.cookie-btn-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.cookie-btn {
  width: fit-content;
  padding: 12px 24px;
  background-color: var(--white);
  border-radius: 8px
}

#logoutButton,
.p-8,
.siwst {
  padding: 8px
}

.flash-messages-container {
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column
}

.flash-messages-container .alert-message {
  width: 300px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 12px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.flash-messages-container .alert-message * {
  fill: #344054
}

.checkbox-element-desktop.is-collapsed .checkbox-list-desktop,
.flash-messages-container .alert-message-hidden,
.hidden,
.hide,
.phone-icon,
.switch input {
  display: none
}

.flash-messages-container .alert-message-success,
input:checked+.slider {
  background-color: var(--green)
}

.flash-messages-container .alert-message-error *,
.flash-messages-container .alert-message-message *,
.flash-messages-container .alert-message-success * {
  color: var(--white);
  fill: var(--white)
}

.flash-messages-container .alert-message-error {
  background-color: var(--red)
}

.bg-blue,
.btn-blue,
.flash-messages-container .alert-message-message,
.siwst {
  background-color: var(--blue)
}

.siwst {
  position: fixed;
  right: -142px;
  top: 30vh;
  flex-direction: row;
  align-items: center;
  border-radius: 8px 0 0 8px;
  transition: .3s ease-in-out;
  z-index: 20
}

.email-icon,
.siwst .icon {
  display: flex;
  border-radius: 50%
}

.siwst:hover {
  animation-play-state: paused;
  right: 0
}

.siwst p {
  color: var(--white);
  font-size: 16px
}

.news_row p,
footer .bottom-section #fc p {
  color: var(--slate);
  font-size: 12px
}

.email-icon,
.siwst .icon {
  justify-content: center;
  align-items: center
}

.siwst .icon {
  background-color: var(--white);
  padding: 12px
}

.siwst .icon * {
  fill: var(--blue)
}

.email-icon {
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 10
}

#contact-lightbox,
#search-lightbox,
.autentificare-1 {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important
}

#contact-lightbox #captchaResult {
  border: 1px solid #009;
  box-shadow: inset 0 0 0 1px #6495ed, inset 0 2px 3px 0 rgb(0 0 153/35%)
}

#contact_light_box_first_h5 {
  text-align: center;
  font-weight: 700;
  color: #009;
  line-height: 1.4;
  margin: 0 0 16px;
  font-size: 16px
}

#contact-lightbox .gray-title {
  color: #818181
}

#contact-lightbox {
  transition: opacity .1s ease-in;
  opacity: 1;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  display: none;
  z-index: 1000
}

.text-gold {
  color: var(--gold)
}

.categories-header {
  flex-wrap: wrap
}

.categories-header .align-end {
  align-items: center;
  width: 100%
}

@media screen and (min-width:600px) {
  .categories-header {
    flex-wrap: nowrap
  }

  .categories-header .align-end {
    align-items: flex-end;
    width: fit-content
  }
}

.header_img_bg {
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0
}

.checkbox-element-desktop .subtitleh5 {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 600
}

.checkbox-element-desktop {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 8px 1px rgb(0 0 0/7%);
  transition: .3s
}

.checkbox-list-desktop {
  max-height: 30vh;
  overflow-y: scroll;
  margin-top: .5rem
}

.checkbox-list-desktop::-webkit-scrollbar {
  width: 6px
}

.checkbox-list-desktop::-webkit-scrollbar-track {
  background: #d3d3d3;
  border-radius: 8px
}

.checkbox-list-desktop::-webkit-scrollbar-thumb {
  background-color: #14b7f8;
  border-radius: 8px;
  width: 6px
}

.filter-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: 0 0;
  padding: 4px;
  line-height: 1
}

.checkbox-element-desktop.is-collapsed .filter-toggle .chev {
  transform: rotate(-90deg);
  transition: transform .2s
}

.filter-toggle .chev {
  transition: transform .2s
}

.checkbox-list-desktop::-webkit-scrollbar-thumb:hover {
  background-color: #0097d3
}

@media screen and (min-width:1024px) {
  .modal .content {
    padding: 14px 24px
  }

  .gdpr .content {
    padding: 32px
  }

  .gdpr h1 {
    font-size: 48px
  }

  .siwst {
    display: flex
  }

  #phone-overlay,
  .email-icon {
    display: none !important
  }

  #homepage-header {
    display: block
  }

  #breadcrumbsContainerMobile {
    display: none
  }
}

#term_cond_header {
  background-image: url(resources/images/Termeni-si-conditii.jpg)
}

#confidentialitate_header {
  background-image: url(resources/images/Confidentialitate-prelucrare-date.jpg);
  margin-bottom: 16px
}

#retur_header {
  background-image: url(resources/images/Politica-de-retur.jpg)
}

#faq_header {
  background-image: url(resources/images/Intrebari-frecvente-header.jpg)
}

.hibc {
  padding: 30px 100px
}

.hibcsc:after,
.slider {
  right: 0
}

.hibc:after,
.hibc:before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #fff;
  position: absolute;
  left: 0;
  background: linear-gradient(to right, #fff 15%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 70%, #fff 85%)
}

.hibc:after {
  margin-top: 20px
}

.hibc:before {
  margin-top: -20px
}

.hibcsc:after,
.hibcsc:before {
  content: "";
  width: 8px;
  height: calc(100% - 20px);
  background-color: #fff;
  position: absolute;
  top: 15px
}

.hibcsc:before {
  left: 0
}

@media (max-width:767px) {
  .hidden-xs {
    display: none
  }

  .gap-xl-categories {
    gap: 0
  }
}

.autentificare-1 {
  transition: opacity .1s ease-in;
  opacity: 0;
  display: none;
  z-index: 1000;
  width: 100vw;
  height: 100vh
}

.autentificare-2,
.i-amphtml-fill-content {
  display: block;
  height: 0;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 0;
  margin: auto
}

.marginbottom-0,
header {
  margin-bottom: 0
}

#logoutButton {
  color: var(--grey) !important;
  font-size: 1em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.overflow-y-hidden {
  overflow-y: hidden
}

.paddingtop-0 {
  padding-top: 0
}

.height-43px {
  height: 43px
}

.col-certifications {
  margin-left: 50px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  align-items: center
}

.certification-item-1 img,
.certification-item-2 img {
  max-width: 100%;
  height: auto;
  object-fit: contain
}

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

  #homepage-header,
  .desktop-cart,
  .filters-desktop form {
    display: none
  }

  .filters-desktop .mobileOnly {
    display: inline-flex
  }

  #breadcrumbsContainerMobile,
  .filters-modal.is-open {
    display: block
  }

  filters-modal {
    position: fixed;
    inset: 0;
    display: none;
    background: rgba(0, 0, 0, .45);
    z-index: 9999
  }

  .filter-row-mobile {
    flex-direction: row
  }

  #filtersModal {
    height: 100vh;
    bottom: 0;
    left: 0;
    z-index: 14;
    width: 100vw;
    position: fixed
  }

  .filters-modal__panel {
    position: absolute;
    left: 8%;
    width: 84%;
    bottom: 0;
    max-height: 85vh;
    overflow: auto;
    background: #fff;
    border-radius: 16px 16px 0 0;
    padding: 16px;
    box-shadow: 0px 2px 3px #00000040;
  }

  #breadcrumbsContainerMobile,
  .breadcrumbs,
  .breadcrumbs_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    white-space: nowrap
  }

  .filters-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .7rem;
  }

  .filters-modal__close {
    background: 0 0;
    border: 0;
    font-size: 24px;
    line-height: 1;
    cursor: pointer
  }

  .mobile-cart {
    display: flex;
    flex-direction: column
  }

  .certification-item-1 {
    width: 230px;
    height: 80px;
    margin-top: 5px
  }

  .certification-item-2 {
    width: 83px;
    height: 83px;
    margin-left: 20px
  }
}

@media screen and (min-width:1025px) {
  .desktop-cart {
    display: table
  }

  .mobile-cart {
    display: none;
    font-size: 18px
  }

  .certification-item-1 {
    width: 258px;
    height: 90px;
    margin-top: 5px
  }

  .certification-item-2 {
    width: 101px;
    height: 102px;
    margin-left: 50px
  }
}

.quantity-selector {
  background-color: var(--white);
  border: 1px solid var(--lightgrey);
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  padding: 4px 8px 6px;
  margin: 0 auto
}

.bg-white,
.popup {
  background-color: #fff
}

.quantity-selector-mobile {
  margin: 0 !important
}

.popup,
form .form-group label {
  font-size: 14px;
  margin-bottom: 4px
}

#cart .price {
  font-size: 20px;
  color: var(--blue);
  font-weight: 600
}

.product-card .price .price-label {
  font-size: 1.2rem;
  font-weight: 550
}

.custom-checkbox input:checked~.checkmark:after,
.show {
  display: block
}

.order-history:nth-child(2n) {
  background-color: #fafafa
}

.order-history:nth-child(odd) {
  background-color: #e6effb
}

.popups {
  position: absolute;
  top: 160px;
  width: 100%;
  z-index: 100
}

.popup {
  padding: 20px;
  border-radius: 8px;
  border: 4px solid #e7ecf2;
  width: 400px;
  position: unset;
  color: #0b26a5;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  box-shadow: -10px 0 13px -7px #001d4d, 10px 0 13px -7px #001d4d, 5px 5px 15px 5px rgb(0 0 0/0%)
}

.absolute,
.slider {
  position: absolute
}

.popup img {
  width: 24px;
  height: 24px;
  margin-left: 4px
}

.categorii-mobile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f4f8;
  padding: 1rem 0;
  font-weight: 600;
  color: #323c46
}

.image-cart {
  width: 180px;
  height: 180px
}

.sixth_top,
.w-full {
  width: 100%
}

#recent-news-list,
.breadcrumbs.pull-left ul,
.p-0 {
  padding: 0
}

#recent-news {
  padding-right: 20px
}

.sixth_top {
  height: 5px;
  background-image: linear-gradient(135deg, #ace700 10%, #ffd200 10%, #ffd200 20%, #ff7a00 20%, #ff7a00 30%, #ed0044 30%, #ed0044 40%, #007bcd 40%, #007bcd 50%, #80dfea 50%, #80dfea 60%, #a71eb8 60%, #a71eb8 70%, #007b89 70%, #007b89 80%, #f20075 80%, #f20075 90%, #ffd200 90%)
}

#logo,
.h-full {
  height: 100%
}

footer .incredere-img {
  width: 100%;
  max-width: 100px;
  margin-left: 20px
}

footer .bottom-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .5rem 0;
  border-top: 1px solid var(--lightgrey);
  gap: 2px
}

.flex,
.row,
footer .bottom-section #fc,
form .form-group {
  display: -webkit-box;
  display: -ms-flexbox
}

.flex,
.row,
form .form-group {
  display: flex
}

footer .bottom-section #fc {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center
}

.news_row .news-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--darkgrey);
  margin: 0
}

#header_login_actions_wrapper .dropdown-menu a:last-child:hover,
.blue,
.breadcrumbs a,
.btn-blue-outline,
.news_row .news-title:hover,
.text-blue {
  color: var(--blue)
}

#tags_h4 {
  margin: 12px 0 0;
  color: #fff;
  font-size: 10px;
  font-weight: 400
}

form input,
form select,
form textarea {
  padding: 12px 16px;
  border-radius: 8px;
  background-color: var(--white);
  border: 1px solid var(--lightgrey);
  color: var(--darkgrey)
}

form input[type=checkbox] {
  width: 16px;
  height: 100%;
  min-height: 16px;
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: 4px
}

#bord,
.btn-blue-outline {
  border: 1px solid var(--blue)
}

form textarea {
  resize: vertical
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: var(--grey)
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
  font-size: 14px;
  color: var(--grey)
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: var(--grey)
}

form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: var(--grey)
}

form input::placeholder,
form textarea::placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: var(--grey)
}

form .form-group {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

form .form-group label {
  color: var(--darkgrey);
  margin-left: 2px
}

form .form-validation {
  margin-top: 4px;
  color: var(--red);
  font-size: 12px
}

.darkgrey,
.text-dark,
form .disclaimer {
  color: var(--darkgrey)
}

.font-sm,
.label,
.sidebar section .dropdown-menu a,
form .disclaimer,
input,
select,
table th {
  font-size: 14px
}

#header_login_actions_wrapper .dropdown-menu a:not(:last-child):hover,
.bg-white-gray {
  background-color: var(--whitegrey)
}

.grey {
  color: var(--grey)
}

.orange {
  color: var(--orange)
}

.w-160 {
  width: 160px
}

.h-screen {
  height: 100vh
}

.h-screen-50 {
  height: 50vh
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.row {
  -ms-flex-direction: row;
  flex-direction: row
}

.col,
.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.align-center {
  -ms-flex-align: center;
  align-items: center
}

.justify-self-center {
  justify-self: center
}

.align-start {
  -ms-flex-align: start;
  align-items: flex-start
}

.align-end {
  -ms-flex-align: end;
  align-items: flex-end
}

.items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline
}

.st-new {
  text-align: left;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
}

.mt-10 {
  margin-top: 10px
}

.justify-center {
  -ms-flex-pack: center;
  justify-content: center
}

.justify-between {
  -ms-flex-pack: justify;
  justify-content: space-between
}

.justify-start {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.justify-end {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.grid {
  display: -ms-grid;
  display: grid
}

.grid-2,
.grid-3,
.grid-4,
.grid-5 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr
}

.grid-6 {
  -ms-grid-columns: (1fr);
  grid-template-columns: repeat(6, 1fr)
}

.justify-items-center {
  justify-items: center
}

@media screen and (min-width:640px) {

  .grid-4,
  .grid-5 {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (min-width:1024px) {

  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5 {
    -ms-grid-columns: (1fr)
  }

  .grid-3,
  .grid-4 {
    grid-template-columns: repeat(3, 1fr)
  }

  .gap-xs {
    gap: 8px
  }

  .gap-md {
    gap: 16px
  }

  .gap-lg,
  .gap-xl-categories {
    gap: 24px
  }

  .gap-xl {
    gap: 32px
  }

  .flex-lg,
  .flex-md {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .col-lg,
  .col-md {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .grid-2 {
    grid-template-columns: repeat(2, 1fr)
  }

  .grid-5 {
    grid-template-columns: repeat(5, 1fr)
  }
}

@media screen and (min-width:1280px) {
  .grid-4 {
    grid-template-columns: repeat(4, 1fr)
  }
}

.col-span-2,
.col-span-3,
.col-span-4,
.col-span-5 {
  -ms-grid-column-span: 1;
  grid-column: span 1
}

@media screen and (min-width:640px) {

  .col-span-4,
  .col-span-5 {
    -ms-grid-column-span: 2;
    grid-column: span 2
  }
}

.contact-title,
.gap-xs {
  gap: 4px
}

.gap-md {
  gap: 8px
}

.gap-lg {
  gap: 16px
}

.gap-xl {
  gap: 24px
}

.p-16 {
  padding: 16px
}

.p-32 {
  padding: 32px
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px
}

.pr-8 {
  padding-right: 8px
}

.pr-32 {
  padding-right: 32px
}

.line-height-1 {
  line-height: 1
}

.m-0 {
  margin: 0
}

.my-4 {
  margin-top: 4px;
  margin-bottom: 4px
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px
}

#delivery-inputs .grid,
.mt-8 {
  margin-top: 8px
}

.mt-16 {
  margin-top: 16px
}

.mt-32 {
  margin-top: 32px
}

.mt-64 {
  margin-top: 64px
}

#header_social_media a amp-img,
.mr-8,
.products-menuitm-icon {
  margin-right: 8px
}

.mr-4,
.space-xl {
  margin-right: 4px
}

.form-group label,
.mb-4 {
  margin-bottom: 4px
}

.mb-8,
.sidebar section .dropdown-menu li {
  margin-bottom: 8px
}

.mb-24 {
  margin-bottom: 24px
}

.faq-section .title,
.mb-32 {
  margin-bottom: 32px
}

.mb-64 {
  margin-bottom: 64px
}

.mb-128 {
  margin-bottom: 128px
}

.ml-4 {
  margin-left: 4px
}

.ml-32 {
  margin-left: 32px
}

.-ml-4 {
  margin-left: -4px
}

.contain img {
  -o-object-fit: contain;
  object-fit: contain
}

.cover img {
  -o-object-fit: cover;
  object-fit: cover
}

.left img {
  -o-object-position: left;
  object-position: left
}

.right-top img {
  -o-object-position: right top;
  object-position: right top
}

.left-top img {
  -o-object-position: left top;
  object-position: left top
}

.right-bottom img {
  -o-object-position: right bottom;
  object-position: right bottom
}

.center img {
  -o-object-position: center center;
  object-position: center center
}

.z-0 {
  z-index: -100
}

.z-10 {
  z-index: 10
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  gap: 12px
}

.switch,
.switch i {
  display: inline-block
}

.btn p {
  font-weight: 500;
  font-size: 16px
}

.btn-blue,
.btn-blue p {
  color: var(--white) !important
}

.switch i::after,
.switch i::before {
  height: 22px;
  border-radius: 11px;
  position: absolute;
  content: "";
  left: 0;
  background-color: #fff
}

.btn-blue svg {
  fill: var(--white)
}

.btn-disabled {
  opacity: .5
}

#newsletter_form input,
.rounded-xs {
  border-radius: 5px
}

.rounded-sm {
  border-radius: 8px
}

.rounded-lg {
  border-radius: 24px
}

.rounded-xl {
  border-radius: 32px
}

.rounded-start-xs {
  border-radius: 8px 0 0 8px
}

.rounded-end-xs {
  border-radius: 0 8px 8px 0
}

.align-right {
  text-align: right
}

.text-white {
  color: var(--white)
}

.red,
.text-red {
  color: var(--red)
}

.space {
  margin-right: 2px
}

.font-xs {
  font-size: 13px
}

.font-md {
  font-size: 18px
}

.cart-container .order-summary h2,
.cart-container .order-summary h3,
.cursor-default,
.dropdown {
  cursor: default
}

.switch {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent
}

.switch i {
  margin-right: .5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: .3s linear
}

.switch i::before {
  width: 42px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: .25s linear
}

.switch i::after {
  width: 22px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .24);
  transform: translate3d(2px, 2px, 0);
  transition: .2s ease-in-out
}

.sidebar section .header,
.sidebar section header,
.slider {
  background-color: var(--lightgrey)
}

.switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0)
}

.switch:active input:checked+i::after {
  transform: translate3d(16px, 2px, 0)
}

.switch input:checked+i {
  background-color: #4bd763
}

.switch input:checked+i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0)
}

.switch input:checked+i::after {
  transform: translate3d(22px, 2px, 0)
}

.slider {
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

#search-icon-mobile,
.password-toggle-icon {
  right: 10px;
  position: absolute
}

.checkmark,
.mobile-header,
.slider:before,
input,
select {
  background-color: var(--white)
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 17px;
  left: 1px;
  bottom: 1px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

input:focus+.slider {
  -webkit-box-shadow: 0 0 1px var(--green);
  box-shadow: 0 0 1px var(--green)
}

input:checked+.slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
  border-radius: 0 4px 4px 0
}

.slider.round {
  border-radius: 4px
}

.slider.round:before {
  border-radius: 4px 0 0 4px
}

button.link {
  color: #00f;
  font-size: 16px;
  font-family: Montserrat, Arial, Helvetica, sans-serif
}

.btn-empty,
.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.btn-empty {
  border: 1px solid var(--blue);
  font-size: 16px;
  color: var(--black);
  width: 44px;
  height: 44px;
  -ms-flex-pack: center;
  justify-content: center
}

.btn-empty.active {
  background-color: var(--lightblue)
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.checkmark {
  position: absolute;
  left: 0;
  border: 1px solid #c4c4c4;
  width: 14px;
  height: 14px;
  border-radius: 2px
}

.custom-checkbox input:checked~.checkmark {
  background-color: #14b7f8;
  border: 1px solid #14b7f8
}

.checkmark:after {
  content: "✔";
  position: absolute;
  display: none
}

.custom-checkbox .checkmark:after {
  left: 2px;
  top: -2px;
  height: 7px;
  font-size: .7rem;
  color: #fff
}

.accordion-header {
  background-color: transparent;
  border: 0;
  padding: 8px 0;
  font-weight: 700;
  font-size: 16px;
  color: var(--darkgrey)
}

.accordion-menu ul {
  border-radius: 0
}

.dot {
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 8px;
  background-color: var(--blue)
}

.icon-reversed {
  rotate: 180deg
}

.scrollable-x {
  overflow-x: scroll
}

.breadcrumbs li:last-of-type,
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.scrollable-x::-webkit-scrollbar {
  display: none
}

.green-mark {
  background-color: #ddfde8
}

.red-mark {
  color: red;
  font-size: 17px;
  text-decoration-color: red;
  text-underline-position: under
}

.desktop-header,
.hide-mobile {
  display: none
}

.hide-desktop {
  display: inherit
}

@media screen and (min-width:1024px) {
  .col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3
  }

  .col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2
  }

  .col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4
  }

  .col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5
  }

  .hide-mobile {
    display: inherit
  }

  .hide-desktop {
    display: none
  }
}

.about-sec-tit {
  background-color: #347589;
  color: #fff;
  padding: 5px 250px 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  width: 40%
}

.marg-left {
  margin-left: 10px
}

.text-green {
  color: var(--green)
}

.cert_first,
.cert_sec,
.cert_third {
  color: #fff;
  padding: 2px 30px;
  font-weight: 700
}

.cert_first {
  background-color: #900
}

.cert_sec {
  background-color: #045906
}

.cert_third {
  background-color: #41274c
}

#header_social_media a,
.default-blue {
  color: var(--default-blue)
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 1px 8px 1px rgb(0 0 0/10%)
}

.products-dropdown .dropdown-menu {
  top: 91%
}

.dropdown-menu {
  position: absolute !important;
  display: none;
  margin: 0;
  border-radius: 8px;
  width: 100%;
  z-index: 20;
  -webkit-animation: 1s fadeIn;
  animation: 1s fadeIn
}

#header_login_actions_wrapper .dropdown-menu {
  background-color: var(--white);
  border: 1px solid var(--lightgrey);
  border-radius: 8px;
  width: auto
}

#header_login_actions_wrapper .dropdown-header {
  font-size: 1em;
  cursor: pointer
}

#header_login_actions_wrapper .dropdown-header span {
  margin: 0 8px
}

#header_login_actions_wrapper .dropdown-header amp-img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

#header_login_actions_wrapper.dropdown:hover amp-img[alt="See more"] {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

#search-icon,
.password-toggle-icon {
  transform: translateY(-50%);
  cursor: pointer
}

#header_login_actions_wrapper.dropdown:hover .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  top: 2.4rem;
}

#header_login_actions_wrapper .dropdown-menu .auth,
#header_login_actions_wrapper .dropdown-menu a {
  padding: 8px;
  width: 100%;
  font-size: 1em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

#header_login_actions_wrapper .dropdown-menu a:not(:last-child) {
  border-bottom: 1px solid var(--lightgrey);
  color: var(--black)
}

#header_login_actions_wrapper .dropdown-menu a:last-child {
  padding: 8px;
  color: var(--grey);
  text-align: center
}

#header_social_media a {
  font-size: 1em
}

.grey-standard {
  color: var(--grey-standard)
}

#header_social_media a:not(:last-child) {
  margin-right: 24px
}

.breadcrumbs-container {
  max-width: 34%
}

.cat-card img,
.lightbox,
.lightbox-content img {
  max-width: 100%;
  max-height: 100%
}

.breadcrumbs_wrapper {
  width: 100%;
  font-size: 14px;
  -ms-overflow-style: none
}

.breadcrumbs::-webkit-scrollbar {
  width: 0;
  height: 0
}

.breadcrumbs li:last-of-type a {
  color: var(--black);
  pointer-events: none
}

.breadcrumbs a[href=""] {
  color: var(--black)
}

.breadcrumbs .separator {
  width: 10px
}

.breadcrumbs-mobile-container::-webkit-scrollbar,
.breadcrumbs_wrapper::-webkit-scrollbar {
  display: none
}

.navigation_ul .products-dropdown>.dropdown-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .25s, transform .15s;
  will-change: opacity, transform
}

.navigation_ul .products-dropdown:focus-within>.dropdown-menu,
.navigation_ul .products-dropdown:hover>.dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06)
}

@media (prefers-reduced-motion:reduce) {
  .navigation_ul .products-dropdown>.dropdown-menu {
    transition: none;
    transform: none
  }

  .navigation_ul .products-dropdown:focus-within>.dropdown-menu,
  .navigation_ul .products-dropdown:hover>.dropdown-menu {
    transform: none
  }
}

.footer-container svg {
  fill: #fff !important
}

.footer-container {
  width: 100%;
  display: flex;
  color: #fff;
  background: #000
}

.footer-container .footer-col {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  width: 100%
}

.footer-divider {
  /*border-bottom: 1px solid #fff;*/
  padding-bottom: 1rem
}

.cart-container .product-list {
  width: calc(65% - 1rem)
}

.cart-container .in-stoc {
  padding: .3rem;
  border: 1px solid #0e0e0e22;
  border-radius: 5px
}

.cart-container .product-list .disclaimer {
  font-style: italic;
  opacity: .7
}

.cart-container .text-right .price-num {
  font-size: 24px;
  font-weight: 700
}

.cart-container .btn-delete-product {
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: underline !important
}

.cart-container .product-list .product-details .product-row {
  padding: 1rem;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 10px
}

.cart-container .product-list .product-details {
  margin-bottom: 1rem
}

.cart-container .order-summary {
  width: calc(35% - 1rem);
  height: fit-content;
  background: #fff;
  padding: 1rem;
  border-radius: 10px
}

#contul_meu_row,
#topbar,
.cart-container.u-padding,
.faq-answer,
.third-layer-nav {
  background: #f7f7f7
}

.cart-container .wishlist-heart {
  border-radius: 50px;
  height: 2rem;
  width: 2rem;
  background: #f7f7f7;
  border: 1px solid #0e0e0e3d;
  display: flex;
  align-items: center;
  justify-content: center
}

.cart-container .product-amount {
  font-weight: 400;
  font-size: 1.6rem
}

.cart-container .product-image {
  max-width: 200px;
  margin-right: 1rem
}

.cart-container .product-meta a {
  font-weight: 700;
  font-size: 1.2rem
}

.cart-container .product-variation-title {
  font-weight: 700;
  color: #007bcd
}

#mentionModal {
  padding: 0 9rem
}

@media (min-width:1200px) {

  .footer-container {
    padding: 2rem 9rem;
    gap: 2rem
  }

  .footer-container .footer-col {
    width: 33%
  }

  .products-dropdown .dropdown-toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 1rem
  }

  .products-dropdown a {
    display: flex;
    flex-direction: row;
    align-items: flex-start
  }

  #navigation_wrapper .dropdown-menu,
  .navigation_ul .products-dropdown>.dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 2rem 9rem
  }

  .category-wrapper.u-grid-2 {
    display: grid;
    grid-template-columns: 40% 80%
  }

  #navigation_wrapper .products-dropdown,
  .navigation_ul .products-dropdown {
    display: flex;
    align-items: center
  }

  #navigation_wrapper .category-wrapper,
  .navigation_ul .category-wrapper {
    width: 68%;
    border-right: 4px solid #ff7000
  }

  #navigation_wrapper .products-dropdown-categories,
  .navigation_ul .products-dropdown-categories {
    width: 100%;
    font-size: 1.1rem;
    padding: .32rem 0.32rem 0.32rem 0;
  }

  .products-dropdown-categories:hover {
    background-color: #ff700036
  }

  .product-price.desktopOnly {
    display: flex !important
  }

  #cdr .left-content {
    width: 60%;
    text-align: left
  }

  #cdr .right-content {
    width: 24%
  }
}

.min-w-800 {
  min-width: 800px
}

.products-dropdown-container {
  position: absolute;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--lightgrey);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  flex-wrap: wrap
}

.products-dropdown-categories:hover svg {
  opacity: 1
}

.mobile-header {
  margin-bottom: 12px
}

.sidebar section .dropdown-menu {
  margin-top: 16px;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.categorii>header,
.sidebar section header {
  border: 0;
  font-size: 18px;
  color: var(--darkgrey);
  font-weight: 700;
  margin: 0;
  box-shadow: none
}

.mobile-header .nav-icon,
.sidebar section .header {
  border: 0
}

.search-lightbox {
  background-color: rgba(12, 12, 12, .6);
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.search-lightbox .btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 100%
}

.search-lightbox .btns div,
.search-lightbox .btns input[type=submit],
.search-lightbox .btns p {
  width: 100%;
  padding: 8px;
  border: 0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center
}

.search-lightbox .btns input[type=submit] {
  background-color: var(--blue);
  color: var(--white)
}

.categorii>header {
  background-color: var(--lightgrey);
  cursor: pointer
}

.search-lightbox .btns div,
.search-lightbox .btns p {
  background-color: var(--white);
  color: var(--darkgrey)
}

.breadcrumbs-mobile-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 0 2px 1.5rem
}

@media screen and (min-width:1200px) {
  .confidentialitate-container ul {
    font-weight: 300
  }

  .confidentialitate-container h2,
  .termeni-si-conditii-content h2 {
    font-size: 22px
  }

  .desktop-header {
    display: flex;
    width: 100%;
  }

  .breadcrumbs-mobile-container,
  .mobile-header {
    display: none
  }
}

.mobile-header .nav-icon .circle {
  font-size: 8px;
  background-color: var(--red);
  color: var(--white);
  position: absolute;
  top: 0;
  right: -4px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.mobile-header #open-search {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.sidebar.open {
  display: block;
  transform: translateX(0)
}

.categorii>* {
  float: none !important;
  display: block;
  overflow: hidden !important;
  position: relative !important
}

button,
button *,
input[data-autocompleted] {
  background-color: transparent
}

#header-sidebar-contact {
  height: auto
}

::-webkit-scrollbar-track {
  border-radius: .125rem;
  background-color: var(--lightgrey)
}

::-webkit-scrollbar-track:hover {
  background-color: var(--othergrey)
}

::-webkit-scrollbar {
  width: .25rem;
  border-radius: .125rem
}

::-webkit-scrollbar-thumb {
  border-radius: .125rem;
  background-color: var(--grey)
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--slate)
}

* {
  margin-block-start: 0;
  margin-block-end: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box
}

ul {
  list-style: none;
  padding-inline-start: 40px;
  margin: 0
}

.categorii-mobile-bottom .categorii-mobile button,
input,
select {
  padding: 0 10px
}

a {
  color: unset
}

hr {
  border: 0;
  border-top: 1px solid #0e0e0e30
}

input,
select {
  border: 1px solid var(--lightgrey);
  border-radius: 8px;
  min-height: 30px;
  color: var(--plainblack)
}

input:focus,
select:focus {
  outline: 0
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s, color 600000s
}

button,
button * {
  border: 0;
  cursor: pointer
}

table {
  border-collapse: collapse;
  width: 100%
}

table tr {
  border-bottom: 1px solid var(--lightgrey)
}

table thead {
  border-bottom: 2px solid #14b7f8
}

table td,
table th {
  padding: 4px 12px 12px
}

.label {
  font-weight: 700;
  color: var(--black)
}

button.rounded {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 30px;
  width: 194px;
  padding-top: 12px;
  padding-bottom: 12px
}

svg {
  pointer-events: none
}

.bold,
.submenu-categories b {
  font-weight: 600
}

.dark-blue {
  color: var(--dark-blue)
}

.alineat_span {
  margin-right: 25px
}

.normal-weight {
  font-weight: 400;
  font-size: 16px
}

video::-webkit-media-controls {
  display: none
}

video:hover::-webkit-media-controls {
  display: flex
}

.sprite-account,
.sprite-arrow-down,
.sprite-arrow-up,
.sprite-back,
.sprite-blog,
.sprite-brush,
.sprite-building,
.sprite-calc,
.sprite-cart,
.sprite-cart-new,
.sprite-category,
.sprite-cogs,
.sprite-cogs2,
.sprite-email,
.sprite-email-new,
.sprite-email-w,
.sprite-envelope,
.sprite-envelope-sm,
.sprite-exit,
.sprite-eye,
.sprite-facebook,
.sprite-fb-big,
.sprite-file,
.sprite-google,
.sprite-heart,
.sprite-home,
.sprite-info,
.sprite-instagram,
.sprite-lightbulb,
.sprite-linkedin,
.sprite-location,
.sprite-paint,
.sprite-paletar,
.sprite-pencil,
.sprite-pencil-square,
.sprite-phone,
.sprite-phone-square,
.sprite-phone-square-sm,
.sprite-phone-w,
.sprite-pinterest,
.sprite-remove-from-cart,
.sprite-remove-from-wishlist,
.sprite-search,
.sprite-search-w,
.sprite-twitter,
.sprite-user,
.sprite-wishlist,
.sprite-wood,
.sprite-youtube,
.star-rating-counter {
  background-image: url(../../images/sprite-icons.svg);
  background-size: 218px 277px;
  display: inline-block
}

.sprite-blog,
.sprite-cart,
.sprite-facebook {
  width: 19px;
  height: 19px
}

.sprite-heart {
  height: 19px
}

.sprite-instagram,
.sprite-linkedin,
.sprite-pinterest,
.sprite-search,
.sprite-twitter,
.sprite-wood,
.sprite-youtube {
  width: 19px;
  height: 19px
}

.sprite-search {
  background-position: 84px -2px
}

#breadcrumbs_search_icon:hover .sprite-search,
.sprite-search:hover {
  background-position: 84px -22px
}

.sprite-heart {
  background-position: 57px -2px;
  width: 21px
}

.sprite-heart:hover {
  background-position: 57px -22px
}

.sprite-cart {
  background-position: 33px -2px
}

.sprite-cart-new {
  background-position: 120px 67px;
  height: 25px;
  width: 30px
}

.sprite-remove-from-cart {
  background-position: 110px 36px;
  height: 26px;
  width: 28px
}

.sprite-eye {
  background-position: 89px 68px;
  width: 30px;
  height: 24px
}

.sprite-wishlist {
  background-position: 58px 68px;
  width: 29px;
  height: 25px
}

.sprite-remove-from-wishlist {
  background-position: 65px 40px;
  width: 34px;
  height: 29px
}

.sprite-account {
  background-position: 217px 38px;
  width: 34px;
  height: 34px
}

.sprite-exit {
  background-position: 185px 33px;
  height: 25px;
  width: 25px
}

.sprite-cart:hover {
  background-position: 33px -22px
}

.sprite-pinterest {
  background-position: 198px -2px
}

.sprite-facebook {
  background-position: 217px -2px
}

.sprite-instagram {
  background-position: 177px -2px
}

.sprite-youtube {
  background-position: 137px -2px
}

.sprite-twitter {
  background-position: 158px -2px
}

.sprite-blog {
  background-position: 81px -2px
}

.sprite-linkedin {
  background-position: 116px -2px
}

.sprite-cogs {
  background-position: -160px -43px;
  width: 22px;
  height: 22px
}

.sprite-info {
  background-position: 29px 67px;
  width: 24px;
  height: 24px
}

.sprite-home {
  background-position: -146px -66px;
  width: 15px;
  height: 15px
}

.sprite-paint {
  background-position: -102px -68px;
  width: 20px;
  height: 20px
}

.sprite-file {
  background-position: -77px -42px
}

.sprite-file:hover {
  background-position: -77px -67px
}

.sprite-calc {
  background-position: -52px -42px
}

.sprite-calc:hover {
  background-position: -52px -67px
}

.sprite-calc,
.sprite-file {
  height: 24px;
  width: 22px
}

.sprite-paletar {
  background-position: 0-42px
}

.sprite-paletar:hover {
  background-position: 0-67px
}

.sprite-brush {
  background-position: -25px 209px
}

.sprite-brush:hover {
  background-position: -25px 234px
}

.sprite-brush,
.sprite-building,
.sprite-paletar,
.sprite-pencil-square {
  height: 24px;
  width: 24px
}

.sprite-email {
  background-position: 117px -44px;
  height: 18px;
  width: 23px
}

.sprite-location {
  background-position: 33px -122px;
  height: 19px;
  width: 14px
}

.sprite-phone-w {
  background-position: -32px -168px;
  height: 15px;
  width: 17px
}

.sprite-email-w {
  background-position: -7px -167px;
  height: 15px;
  width: 19px
}

.sprite-phone,
.sprite-search-w {
  background-position: 92px -42px;
  height: 20px;
  width: 20px
}

.sprite-search-w {
  background-position: -55px -168px
}

.sprite-user {
  background-position: -122px -94px;
  width: 24px;
  height: 24px
}

.sprite-pencil-square {
  background-position: -175px -93px
}

.sprite-phone-square {
  background-position: -148px -95px;
  width: 25px;
  height: 24px
}

.sprite-phone-square-sm {
  background-position: -135px -243px;
  width: 18px;
  height: 18px
}

.sprite-envelope {
  background-position: -100px -141px;
  width: 25px;
  height: 20px
}

.sprite-envelope-sm {
  background-position: -103px -125px;
  width: 18px;
  height: 15px
}

.sprite-building {
  background-position: -132px -133px
}

.sprite-lightbulb {
  background-position: -182px -44px;
  width: 21px;
  height: 21px
}

.sprite-google {
  background-position: -2px 157px
}

.sprite-fb-big {
  background-position: -50px 157px
}

.sprite-linkedin:hover {
  background-position: 116px -22px
}

.sprite-blog:hover {
  background-position: 81px -22px
}

.sprite-pinterest:hover {
  background-position: 198px -22px
}

.sprite-facebook:hover {
  background-position: 217px -22px
}

.sprite-instagram:hover {
  background-position: 177px -22px
}

.sprite-youtube:hover {
  background-position: 137px -22px
}

.sprite-twitter:hover {
  background-position: 158px -22px
}

.sprite-back {
  background-position: 147px 68px;
  width: 24px;
  height: 24px
}

.sprite-cogs2,
.sprite-pencil {
  background-position: 148px 182px;
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-right: 3px
}

.sprite-pencil {
  background-position: -174px 98px;
  width: 26px;
  height: 25px;
  margin-right: 2px
}

.sprite-email-new {
  background-position: 213px 78px;
  width: 41px;
  height: 40px;
  margin: 10px
}

.sprite-arrow-down,
.sprite-arrow-up {
  width: 18px;
  height: 20px
}

.sprite-arrow-up {
  background-position: 68px 108px
}

.sprite-arrow-down {
  background-position: 68px 86px
}

.sprite-wood {
  background-position: -182px -68px
}

.fa-arrow-left::after,
.fa-bars::after,
.fa-times {
  font-style: normal;
  position: relative
}

.fa-times {
  top: -2px;
  font-weight: 700
}

@media (min-width:1200px) {
  .desktopOnly {
    display: block !important
  }

  .mobileOnly {
    display: none !important
  }

  .contact-icon {
    margin-left: 5px
  }
}

#spr_apl {
  position: relative;
  top: -3px;
  left: -3px
}

.password-container {
  position: relative;
  display: flex;
  align-items: center
}

.password-container .toggle-password {
  position: absolute;
  right: 10px;
  background: 0 0;
  border: 0;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center
}

.password-container .toggle-password img {
  width: 20px;
  height: 20px
}

.password-toggle-icon {
  top: 72%;
  width: 20px;
  right: 0px;
}

@media screen and (max-width:639px) {
  #footer-links-news {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0
  }

  #recent-news {
    padding: 0
  }

  .col-certifications {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto
  }
}

@media screen and (min-width:640px) and (max-width:1023px) {
  .col-certifications {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto
  }
}

#search-lightbox {
  z-index: 1000;
  display: inline-block
}

.dropdown-menu-mobile {
  padding-top: 10px
}

.arrow-menu {
  font-size: 20px;
  color: gray
}

.lightbox,
.menu-item {
  display: flex;
  align-items: center
}

.menu-item {
  justify-content: space-between;
  position: relative;
  font-weight: 500
}

.menu-item .arrow-menu {
  font-size: 14px;
  color: gray;
  position: absolute;
  right: 5px;
  transition: transform .3s
}

.menu-item.open .arrow-menu {
  transform: rotate(180deg)
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  z-index: 1000;
  transition: opacity .3s
}

#cdr .alineat_span,
.lightbox.hidden,
.siwst {
  display: none
}

.lightbox-content {
  position: fixed;
  padding: 8px;
  border: 1px solid var(--gray);
  background-color: var(--white);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 300px
}

.lightbox-content img {
  width: auto;
  height: auto
}

.lightbox .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-position: 261px 2px;
  cursor: pointer;
  z-index: 1
}

#global-lightbox-video-element {
  width: 100%;
  height: auto
}

.search_results_main {
  background: linear-gradient(to bottom, #cfd8dc 0, #eceff1 8%, #eceff1 92%, #cfd8dc 100%);
  padding: 20px 0;
  font-size: 14px
}

.search_results_main #pt {
  margin-top: 40px;
  margin-bottom: 5px;
  padding: 15px 0 15px 20px;
  margin-left: 0
}

#search_results2 {
  padding: 0 15px 5px
}

#search_results_row2 {
  background-color: #fff;
  padding: 15px
}

#plata_main_row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

#Fond-plata {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:1024px) {
  #Fond-plata {
    flex: 0 0 100%;
    max-width: 100%
  }
}

.success {
  margin-top: 80px;
  border: 1px solid #5b647f;
  border-radius: 10px;
  padding: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  color: #5b647f;
  font-size: 14px
}

.mail-sent {
  color: green;
  text-align: center;
  margin-top: 10px !important
}

.paragraph-thank-you {
  margin-top: 16px;
  margin-bottom: 16px
}

.link_color1 {
  color: #009;
  font-weight: 500
}

.link_color1:hover {
  color: #FF7000
}

.background-position-left {
  background-position: left !important
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 1200px;
  width: 100%
}

.faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden
}

.hub-track,
.mobile-menu-fw {
  -webkit-overflow-scrolling: touch
}

#topbar,
.faq-question {
  width: 100%;
  display: flex
}

.faq-question {
  text-align: left;
  background: #fff;
  padding: 16px 18px;
  border: 0;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  cursor: pointer
}

.super-pret-badge,
.super-pret-badge-small {
  position: absolute;
  z-index: 10;
  background-color: #ef2100;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  clip-path: inset(0 round 8px);
  text-align: center
}

.faq-question:hover {
  background: #fcfcfc
}

.faq-answer .a-inner {
  padding: 14px 18px 18px;
  color: #4b5563;
  line-height: 1.7;
  font-size: 15px
}

#navigation a:hover,
.dropdown-toggle:hover,
.faq-section .title .subtitleh5h5,
.hub-nav i,
.product-card .fa-heart,
.product-card .far-heart {
  color: #ff7000
}

.faq-item+.faq-item {
  margin-top: 2px
}

.faq-section {
  margin: auto
}

.super-pret-badge {
  bottom: 25px;
  right: 25px;
  padding: 6px 20px
}

.super-pret-badge-small {
  bottom: 8px;
  right: 8px;
  padding: 4px 15px
}

#topbar {
  color: #000;
  justify-content: center;
  padding: 6px 0
}

#topbar-contacts {
  gap: 40px
}

#topbar-contacts svg {
  fill: #0558ce
}

#topbar a {
  color: #0558ce
}

#topbar a i {
  margin-right: 5px
}

#header-main .second-layer {
  display: flex;
  align-items: center;
  gap: var(--gap-24);
  padding-block: 12px
}

#logo {
  order: 1;
  flex: 0 0 auto;
  margin-right: var(--gap-24);
  display: block;
  width: 100%
}

#search-form-desktop {
  order: 2;
  flex: 1 1 auto;
  width: 28rem;
  max-width: 820px;
  position: relative
}

#favorites-cart {
  order: 3;
  flex: 0 0 auto
}

#header_login_actions_wrapper {
  order: 4;
  flex: 0 0 auto;
  position: relative
}

#search-input-desktop {
  height: 3rem;
  padding: 12px 16px 12px 44px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e8ec;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
  outline: 0;
  font-size: 14px
}

#search-icon {
  position: absolute;
  left: 14px;
  top: 50%
}

#favorites-cart {
  gap: var(--gap-16);
  position: relative
}

#favorites-cart a {
  gap: 8px;
  padding: 6px 10px;
  background: #fff
}

#favorites-cart,
#favorites-cart a,
#navigation,
#navigation_wrapper {
  align-items: center;
  display: flex
}

#favorites-cart .label {
  color: #0e0e0e;
  font-weight: 600;
  font-size: 14px
}

#favorites-cart .circle {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #e02020;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  margin-top: -23px;
  left: 20px
}

#header_login_actions_wrapper .dropdown-header {
  gap: 8px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #d7e3ff
}

#navigation .shop-btn,
.products-dropdown.is-shop .dropdown-toggle.menuitm {
  display: inline-flex;
  gap: 10px;
  background: #14b7f8;
  color: #fff;
  padding: 8px 14px
}

#navbar {
  background: #fff;
  border-top: 1px solid #eef0f2;
  min-height: 44px
}

#navigation_wrapper {
  gap: var(--gap-24)
}

#navigation>*+* {
  margin-left: 18px
}

#navigation .shop-btn {
  align-items: center;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  border: 0
}

#navigation .shop-btn .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(/resources/new_design/icons/menu.svg)center/contain no-repeat
}

#navigation a {
  color: #0e0e0e;
}

.products-dropdown.is-shop .dropdown-toggle.menuitm {
  align-items: center;
  border-radius: 8px;
  line-height: 1;
  font-weight: 600;
  border: 0;
  cursor: pointer;
}

.products-dropdown.is-shop .dropdown-toggle.menuitm:hover {
  filter: brightness(.95)
}

.products-dropdown.is-shop .products-menuitm-icon {
  width: 16px;
  height: 16px
}

.header-padding {
  padding: 16px 9rem
}

.second-layer {
  display: flex;
  justify-content: space-between;
  width: 100%
}

#contul_meu_row,
.second-layer .courtesy-navigation {
  display: flex
}

.desktop-header .logo-container {
  height: 5rem;
  margin-top: -34px;
  width: auto
}

.desktop-header #logo img {
  width: 276px;
  height: auto;
  max-width: 276px
}

.courtesy-navigation {
  gap: 1rem;
  align-items: center
}

.menu-item--parent,
.msearch {
  display: flex;
  align-items: center
}

.mobile-menu-fw {
  box-shadow: 4px 1px 5px #00000040;
  width: 84%;
  position: fixed !important;
  padding: 10px 1.5rem;
  z-index: 2147483647;
  height: 100vh;
  max-height: 100vh !important;
  top: 0;
  left: 0;
  background: #fff;
  overflow-x: hidden !important;
  overflow-y: auto !important
}

.mobile-menu-fw img {
  width: auto;
  height: 47px
}

.mobile-close {
  font-size: 28px;
  line-height: 1;
  background: 0 0;
  border: 0;
  cursor: pointer;
  padding: 6px 8px
}

.menu-item--parent {
  width: 100%;
  justify-content: space-between
}

.categorii>.dropdown-menu,
.menu-item--parent+.dropdown-menu-mobile {
  display: none !important
}

.mi-arrow {
  font-size: 20px
}

.msearch {
  gap: 12px;
  background: #f2f4f8;
  border-bottom: 1px solid #c1c7cd;
  height: 3rem;
  padding: 12px 16px;
  border-radius: 8px;
  margin: 8px 0 16px
}

.btn,
.msearch-icon {
  display: inline-flex;
  cursor: pointer
}

.msearch-icon {
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 0;
  background: 0 0
}

.msearch-input {
  flex: 1;
  border: 0;
  background: 0 0;
  outline: 0;
  font-size: 14px;
  color: #21272a
}

.msearch-input::placeholder {
  color: #8c9ba5
}

.btn {
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #c1c7cd;
  background: #fff;
  color: #21272a;
  font-weight: 600
}

.btn-blue {
  background: #1071ff;
  border-color: #1071ff;
  color: #fff !important
}

.menu-items--mobile-all,
.mobile-nav {
  height: 100%
}

.categorii-mobile-bottom .categorii-mobile {
  background-color: #ff7000;
  border-radius: 5px;
  color: #fff
}

#cdr,
.categorii-mobile-bottom .categorii-mobile span {
  color: #fff
}

.categorii-mobile-bottom {
  padding-bottom: 2rem
}

.submenu-categories {
  padding: 0 1.5rem
}

#cdr {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to bottom right, #14b7f8 0, #0c6c92 100%)
}

#cdr .right-content img {
  max-height: 25vh;
  width: 100%;
  object-fit: cover;
  border-radius: 15px
}

.hub-row {
  padding: 2rem 9rem
}

.hub-row .primary-button {
  width: fit-content
}

.hub-row .product-card .primary-button-blue {
  padding: .8rem 4rem .8rem 1rem;
}

.account-menu-tabs,
.hub-row .price-container-similare {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.hub-row .left-content {
  justify-content: center;
  padding-right: 2rem
}

.hub-track {
  display: flex;
  gap: var(--hub-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  box-sizing: border-box
}

.hub-row:nth-child(odd) {
  background-color: #f7f7f7
}

.hub-item {
  flex: 0 0 calc((100% - 3*var(--hub-gap))/3);
  scroll-snap-align: start
}

@media (max-width:1440px) {
  .hub-item {
    flex-basis: calc((100% - 2rem)/3)
  }
}

.cat-card,
.hub-nav {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.cat-nav,
.hub-nav {
  position: absolute;
  top: 50%;
  color: #FF7000;
  transform: translateY(-50%);
  cursor: pointer
}

.cat-nav {
  font-size: 20px;
  background: #000000d3;
  bottom: -20px;
  top: auto;
}

@media (max-width:1200px) {
  .checkout-prev {
    left: -6px
  }

  .checkout-next {
    right: -6px
  }

  .checkout-carousel .swiper-slide .product-card {
    max-width: 260px
  }

  #navbar,
  #topbar {
    display: none
  }

  #header-main .second-layer {
    flex-direction: column;
    align-items: stretch;
    gap: 10px
  }

  #search-form-desktop {
    order: 1;
    max-width: none
  }

  #logo {
    order: 2;
    justify-content: center
  }

  #favorites-cart,
  #header_login_actions_wrapper {
    order: 3;
    justify-content: center
  }

  .mobile-submenu,
  .submenu-panel {
    inset: 0;
    transform: translateX(100%)
  }

  #footer-links-news .link-section .section {
    justify-content: space-between
  }

  #footer-links-news p {
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: .5rem
  }

  .footer-container .one-half li {
    margin-bottom: .3rem
  }

  .footer-container .one-half {
    text-align: left
  }

  .footer-container {
    padding: 2rem 1.5rem
  }

  #footer_links .footer-list,
  .cart-container .desktop-grid,
  .cart-container .discount-form {
    flex-direction: column
  }

  .newsletter-section .infos-row {
    margin-top: .5rem
  }

  .newsletter-section .infos-row .u-flex {
    margin-bottom: .5rem
  }

  .newsletter-field-mobile {
    width: 55%
  }

  .submenu-categories {
    overflow-y: scroll
  }

  .submenu-promo-section {
    border-top: 1px solid #ff7000;
    background: #fff;
    position: fixed;
    bottom: 15px;
    padding: 10px 0;
    align-items: flex-start;
    width: calc(100% - 3rem)
  }

  .submenu-panel {
    position: absolute;
    background: #fff;
    transition: transform .28s ease-in-out;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: -6px 0 16px rgba(0, 0, 0, .08)
  }

  .mobile-submenu.show,
  .submenu-panel.show {
    transform: translateX(0)
  }

  .submenu-header {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06)
  }

  .submenu-logo img {
    display: block;
    height: 40px;
    width: auto
  }

  .submenu-back,
  .submenu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f2f4f8;
    border: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer
  }

  .submenu-title {
    margin: 12px 1.5rem;
    font-size: 18px;
    font-weight: 600;
    color: #21272a
  }

  .submenu-list {
    list-style: none;
    margin: 0;
    padding: 0
  }

  .submenu-list>li {
    border-bottom: 1px solid #f1f1f1
  }

  .submenu-list>li>a {
    display: block;
    padding: 12px 0;
    border-radius: 8px;
    text-decoration: none;
    color: #21272a
  }

  .submenu-list>li>a:hover {
    background: #f7f7f7
  }

  .submenu-list>li>a:active {
    background: #f7f7f7;
    border-radius: 6px
  }

  .submenu-actions {
    display: flex;
    align-items: center;
    gap: 8px
  }

  .mobile-submenu {
    width: 82%;
    position: fixed;
    background: #fff;
    transition: transform .28s;
    z-index: 9999;
    overflow-y: auto
  }

  .hub-row .left-content {
    padding: 0;
    text-align: center
  }

  .hub-row {
    padding: 2rem 1rem
  }

  .hub-row .col-span-3,
  .hub-row .primary-button {
    margin: auto
  }

  .hub-slider {
    margin-bottom: 1rem;
    width: 100%;
    overflow: visible
  }

  .hub-item {
    flex-basis: calc((100% - 3rem)/2)
  }

  .cart-container .order-summary,
  .cart-container .product-list {
    width: 100%
  }

  .cart-container .product-list .product-image {
    max-width: 20%
  }

  .cart-container .product-list .mobile-cart-item {
    width: 75%
  }

  .cart-container .product-meta a {
    font-size: 1rem
  }

  .cart-container .product-meta .u-flex.u-gap-8,
  .cart-container .product-meta.u-gap-8 {
    gap: 4px !important
  }

  .cart-container .text-right .price-num {
    text-align: end;
    font-size: 1.3rem
  }

  .cart-container .product-list .product-image img {
    object-fit: contain !important
  }

  .cart-container .order-summary .mobile-text-end {
    text-align: end
  }

  .cart-container .order-summary span {
    font-size: .9rem
  }

  .cart-container .order-summary h3 {
    font-size: 1.2rem
  }

  .cart-container .order-summary .primary-button {
    text-align: center;
    margin-top: .4rem
  }

  .cart-container .order-summary .continua-cumparaturile-wrapper {
    flex-direction: column;
    gap: 5px !important
  }

  .cart-container .order-summary .flex.u-col.u-gap-8 {
    flex-direction: row !important;
    justify-content: space-between
  }

  .cart-container .order-summary .discount-code-block {
    margin-top: 0 !important
  }

  .cart-container #voucherToggle {
    display: flex;
    justify-content: space-between
  }

  .hub-item,
  .hub-slider {
    max-width: calc(100vw - 3rem)
  }

  .hub-item {
    flex: 0 0 calc(100vw - 3rem);
    min-width: calc(100vw - 3rem);
    scroll-snap-align: start
  }
}

.hub-nav {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  z-index: 2
}

.hub-nav i {
  font-size: .8rem;
  font-weight: 700
}

.hub-prev {
  left: -12px
}

.hub-next {
  right: -12px
}

.hub-nav:disabled {
  opacity: .4;
  cursor: default
}

.cat-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 16px;
  padding: 8px 4px 16px
}

.cat-card .cat-thumb,
.cat-nav {
  display: grid;
  place-items: center
}

.cat-card {
  flex: 0 0 auto;
  width: 11rem;
  text-align: center;
  color: inherit;
  background: linear-gradient(to bottom right, #14b7f8 0, #0c6c92 100%);
  border-radius: 12px;
  padding: 10px 8px
}

.cat-card .cat-thumb {
  width: 80%;
  height: auto;
  margin: auto auto 8px;
  overflow: hidden
}

.cat-card img {
  object-fit: contain
}

.cat-card .cat-name {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-top: 4px
}

.cat-nav {
  border: 0;
  background: rgba(0, 0, 0, .06);
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%
}

.cat-prev {
  left: 8px
}

.cat-next {
  right: 8px
}

.no-scrollbar::-webkit-scrollbar {
  display: none
}

@media (max-width:1200px) {

  h1,
  h2,
  h3,
  h4,
  .subtitleh5 {
    font-weight: 700
  }

  button {
    font-family: Montserrat, sans-serif;
    font-size: 15px
  }

  button,
  button[type=button],
  button[type=reset],
  button[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    color: inherit;
    cursor: pointer
  }

  h4,
  .subtitleh5 {
    text-transform: uppercase;
    letter-spacing: .5px
  }

  .u-grid-2 {
    grid-template-columns: 1fr
  }

  .u-grid-3,
  .u-grid-4 {
    grid-template-columns: repeat(1, 1fr)
  }

  h1 {
    font-size: 32px
  }

  h2 {
    font-size: 24px
  }

  h3 {
    font-size: 20px
  }

  h4 {
    font-size: 16px
  }

  .subtitleh5 {
    font-size: 1rem
  }

  .u-col,
  .u-row {
    flex-direction: column !important
  }

  .u-center-mobile {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important
  }

  .u-mobile-100 {
    width: 100% !important
  }

  .u-padding {
    padding: 2rem 1.5rem !important
  }

  .u-padding-width {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .u-header-padding {
    padding: 10px 1.5rem !important
  }

  .u-gap-72 {
    gap: var(--gap-30) !important
  }

  .u-gap-40 {
    gap: var(--gap-24) !important
  }

  .primary-back-button,
  .primary-button {
    padding: 10px 16px;
    font-weight: 500;
    border-radius: 10px
  }

  .primary-back-button {
    background: 0 0;
    color: #a9a9a9 !important;
    border: 1.5px solid #a9a9a9
  }

  .primary-button {
    background: #ff7000;
    color: #f7f7f7 !important;
    border: 0
  }

  .secondary-button {
    padding: 10px 5px;
    background: 0 0;
    border: 2px solid #f7f7f7 !important;
    color: #f7f7f7;
    font-weight: 500;
    border-radius: 10px
  }

  .primary-button-blue,
  .white-button {
    padding: 10px 16px;
    border: 0;
    border-radius: 10px
  }

  .primary-button-blue {
    background: #14b7f8;
    color: #f7f7f7 !important;
    font-weight: 500;
    width: fit-content
  }

  .white-button {
    background: #fff;
    color: #ff7000;
    font-weight: 600
  }

  li,
  p,
  ul,
  td {
    font-size: 14px
  }

  p {
    font-weight: 400
  }

  li,
  ul {
    font-weight: 400
  }

  .end-of-page .content-left {
    gap: 15px
  }

  .end-of-page {
    color: #fff;
    background: linear-gradient(90deg, #994300 0, #ff7000 100%);
    height: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 2rem 1.5rem;
    align-items: center;
    gap: 15px
  }

  #cdr .right-content {
    display: none
  }

  .cat-card {
    width: 10rem
  }
}

@media (max-width:400px) {
  .mobile-menu-fw {
    width: 100%;
  }

  .mobile-submenu {
    width: 100%;
  }

  .u-gap-24 {
    gap: 1rem !important
  }

  .consum_form_group select {
    width: 100%
  }

  h1,
  h2 {
    font-size: 1.5rem
  }

  .submenu-list a,
  p,
  label {
    font-size: .85rem
  }

  .submenu-promo-section-slot {
    background: #f7f7f7;
    z-index: 2
  }

  .submenu-list>li>a {
    padding: .5rem 0
  }
}

.menu-content {
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  width: 25%;
  display: flex;
  flex-direction: column
}

.menu-content .account-tab-btn {
  display: flex;
  justify-content: flex-start;
  padding: .5rem 1rem;
  background: #f5f5f5;
  border-radius: 10px
}

.menu-content .account-tab-btn.active {
  background-color: #14b7f8;
  color: #fff
}

.menu-content .account-tab-btn:hover {
  background-color: #14b7f8;
  color: #fff;
  cursor: pointer
}

#contul_meu_row #tabs-content-big {
  width: 100%;
  height: 100%;
  padding: 2rem
}

@media (min-width:1200px) {

  h1,
  h2,
  h3,
  h4,
  .subtitleh5,
  h6 {
    font-weight: 700
  }

  .cat-card {
    flex: 0 0 auto;
    width: calc(11% - .75rem)
  }

  h1,
  h2 {
    font-size: 2rem
  }

  h3 {
    font-size: 24px
  }

  h4 {
    font-size: 24px
  }

  h5,
  h6 {
    font-size: 18px;
    text-transform: uppercase
  }

  h5 {
    letter-spacing: .5px
  }

  .white-button,
  b {
    font-weight: 600
  }

  .end-of-page .content-left {
    gap: 15px
  }

  .end-of-page {
    color: #fff;
    background: linear-gradient(90deg, #994300 0, #ff7000 100%);
    height: 12rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5rem 9rem;
    align-items: center
  }

  .u-width {
    width: 49% !important
  }

  .white-button {
    padding: 16px;
    background: #fff;
    color: #ff7000;
    border: 0;
    border-radius: 10px
  }

  .primary-back-button {
    padding: 16px;
    background: 0 0;
    color: #a9a9a9 !important;
    font-weight: 500;
    border: 1.5px solid #a9a9a9;
    border-radius: 10px
  }

  .payment-option-container {
    align-items: center;
  }

  .payment-methods {
    float: right;
    display: flex;
    align-items: center;
    margin-left: 2rem;
    gap: 10px;
  }

  .primary-button,
  .primary-button-blue {
    color: #f7f7f7 !important;
    padding: 12px 16px;
    font-weight: 500
  }

  .sterge-filtre {
    font-size: 13px
  }

  .filtre-buttons a,
  .filtre-buttons button {
    padding: .5rem .7rem;
  }

  .primary-button {
    background: #ff7000;
    border: 0;
    border-radius: 10px
  }

  .primary-button-blue {
    background: #14b7f8;
    border: 0;
    border-radius: 10px;
    width: fit-content
  }

  .secondary-button {
    padding: 16px;
    background: 0 0;
    border: 2px solid #f7f7f7;
    color: #f7f7f7;
    font-weight: 500;
    border-radius: 10px
  }

  button {
    font-family: Montserrat, sans-serif;
    cursor: pointer
  }

  .desktop-contact .col1 .phone-title:nth-child(2) .bold,
  .desktop-contact .col1 .phone-title:nth-child(3) .bold {
    margin-top: 1rem;
    margin-bottom: .2rem
  }

  .desktop-contact {
    gap: 3rem
  }

  .desktop-contact .col.gap-xs {
    gap: 1rem;
    margin-top: 2rem
  }

  .contact .column {
    width: 49%;
    padding: 2rem;
    background: #fff;
    border-radius: 10px
  }

  .contact.u-padding {
    background: #f7f7f7
  }
}

.contact h1 {
  margin-bottom: 4rem
}

.contact h2 {
  font-size: 2rem
}

@media (max-width:1200px) {
  .payment-methods {
    margin-top: 2rem;
    gap: 15px;
  }

  .navigation_ul {
    align-items: stretch
  }

  #navigation_wrapper .products-dropdown {
    margin-left: .7rem;
    display: flex;
    align-items: center
  }

  .contact h2 {
    font-size: 1.4rem
  }

  .contact .mail-form {
    width: 100%;
    padding: 1rem;
    background: #f7f7f7;
    border-radius: 10px
  }

  .contact .u-justify-between {
    gap: 3rem
  }

  .contact .col p {
    font-size: 1rem
  }

  .contact .phone-title .bold {
    font-weight: 400;
    color: #007bcd
  }
}

@media (max-width:1600px) {
  .products-dropdown .dropdown-toggle {
    font-size: .86rem
  }

  #navigation_wrapper .category-wrapper a {
    font-size: 1rem
  }

  .default-screen-only {
    display: flex !important
  }

  #navigation_wrapper .dropdown-menu {
    padding: 1rem 5.5rem
  }

  .wide-screen-only {
    display: none !important
  }

  .desktop-header .logo-container {
    height: 4rem;
    margin-top: -24px
  }

  #search-form-desktop {
    width: 22rem
  }
}

@media (min-width:1600px) {
  p {
    font-size: 1rem;
    font-weight: 400
  }

  .cat-nav.cat-next,
  .cat-nav.cat-prev {
    display: none
  }

  /*.products-dropdown.is-shop .dropdown-toggle.menuitm{margin-left:12rem}*/
  #navigation_wrapper .dropdown-menu {
    padding: 1rem 9rem
  }

  .default-screen-only {
    display: none !important
  }

  .wide-screen-only {
    display: flex !important
  }
}

.primary-button:hover {
  background-color: #c55700
}

.primary-button-blue:hover {
  background-color: #0586b9
}

.secondary-button:hover {
  background-color: #fff;
  color: #ff7000
}

.btn-blue.disabled {
  background-color: #a9a9a9
}

@media (max-width:365px) {
  .u-padding {
    padding: 2rem 1rem !important
  }

  .u-padding-width {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .u-header-padding {
    padding: 10px 1rem !important
  }
}

@media (min-width:1200px) and (max-width:1450px) {
  .breadcrumbs-container {
    max-width: 28%;
    overflow: hidden
  }

  .breadcrumbs_wrapper {
    display: flex;
    justify-content: flex-end
  }
}

@media (min-width:1024px) and (max-width:1200px) {

  .u-grid-3,
  .u-grid-4 {
    grid-template-columns: repeat(2, 1fr)
  }
}

.options .delivery-option {
  margin-right: .6rem
}

.options .delivery-option input {
  margin-right: 7px;
  margin-top: -3px
}

.payment-option p {
  margin-left: .4rem;
  margin-bottom: -3px
}

@media (max-width:1200px) {
  .menu-content {
    width: 100%
  }

  #contul_meu_row,
  .menu-content {
    flex-direction: column
  }

  #contul_meu_row #tabs-content-big {
    padding: 2rem 0
  }
}

.cookie-notifier {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  z-index: 1000;
  text-align: center;
  border-top: 2px solid #ff9800;
  background-color: #173647
}

.cookie-btn-container .info {
  color: var(--white);
  margin-right: 16px
}

@media (min-width:1200px) and (max-width:1599px) {

  h1,
  h2 {
    font-size: 2rem
  }

  h1,
  h2,
  h3,
  h4 {
    font-weight: 700
  }

  .header-padding {
    padding: 16px 5.5rem !important
  }

  .pdp-sticky {
    padding: .8rem 5.5rem !important
  }

  .hub-row {
    padding: 2rem 5.5rem !important
  }

  .u-padding {
    padding: 3rem 5.5rem !important
  }

  .cat-card .cat-name {
    font-size: .8rem;
  }

  .cat-card {
    width: 10rem;
  }

  .u-padding-width {
    padding: 0 5.5rem !important
  }

  .u-grid-4 {
    grid-template-columns: repeat(4, 1fr)
  }

  .u-gap-24 {
    gap: 1rem !important
  }

  h1 {
    font-size: 32px;
    line-height: normal
  }

  h2 {
    font-size: 28px
  }

  h3 {
    font-size: 24px
  }

  h4 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5px
  }

  .primary-button,
  .secondary-button {
    padding: 12px;
    font-weight: 500;
    border-radius: 10px
  }

  .primary-button {
    background: #ff7000;
    color: #f7f7f7 !important;
    border: 0
  }

  .secondary-button {
    background: 0 0;
    border: 2px solid #f7f7f7 !important;
    color: #f7f7f7
  }

  li,
  p,
  ul,
  td {
    font-size: 14px;
    font-weight: 400
  }
}

.modal-container .form-group label {
  position: relative;
  left: 0;
  padding: 0;
  line-height: normal;
}

footer ul {
  padding-inline-start: 0;
}

.cat-track .cat-card:first-of-type {
  background: linear-gradient(to bottom right, #FF7000 0%, #743300 100%)
}

/* Fix Mobile Breadcrumbs Horizontal Scroll */
.breadcrumbs-mobile-container {
  width: 100%;
  /* Ensure only the horizontal axis scrolls */
  overflow-x: auto;
  overflow-y: hidden;
  /* Smooth scrolling on iOS */
  -webkit-overflow-scrolling: touch;
  /* Prevent wrapping of content */
  white-space: nowrap;
  display: block;
  /* Padding to avoid cutting off edges if needed */
  padding-bottom: 5px;
}

/* Ensure child wrappers don't block scrolling */
.breadcrumbs-mobile-container .breadcrumbs_wrapper,
.breadcrumbs-mobile-container .breadcrumbs {
  display: inline-block;
  min-width: 100%;
  vertical-align: middle;
}

/* Force list items to stay in a single line */
.breadcrumbs-mobile-container .breadcrumbs ul,
.breadcrumbs-mobile-container .breadcrumbs ol {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}

.breadcrumbs-mobile-container .breadcrumbs li {
  display: inline-block;
  flex: 0 0 auto;
  /* Do not shrink */
  white-space: nowrap;
}

.breadcrumbs-mobile-container .breadcrumbs li a,
.breadcrumbs-mobile-container .breadcrumbs li span {
  white-space: nowrap;
}
.fatade-Bright-tab{background-color:#f9cd25}.fatade-Accent-tab{background-color:#173959}.fatade-MoonLight-tab{background-color:#757452}.fatade-Natural-tab{background-color:#5c5742}.fatade-Sunrise-tab{background-color:#bc8f24}.ABC-0x1F7A27,.fatade-CSoft-tab{background-color:#1f7a27}.fatade-Bright-tab.active,.fatade-Bright-tab:hover{background-color:#ffe476}.fatade-Accent-tab.active,.fatade-Accent-tab:hover{background-color:#355779}.fatade-MoonLight-tab.active,.fatade-MoonLight-tab:hover{background-color:#949373}.fatade-Natural-tab.active,.fatade-Natural-tab:hover{background-color:#817957}.fatade-Sunrise-tab.active,.fatade-Sunrise-tab:hover{background-color:#d6b056}.fatade-CSoft-tab.active,.fatade-CSoft-tab:hover{background-color:#58a75e}.ABC-0xf2e8f5{background-color:#f2e8f5}.ABC-0xebdff1{background-color:#ebdff1}.ABC-0xe5c0f8{background-color:#e5c0f8}.ABC-0xb8a5d9{background-color:#b8a5d9}.ABC-0x886ead{background-color:#886ead}.ABC-0x583a78{background-color:#583a78}.ABC-0xfbe5f5{background-color:#fbe5f5}.ABC-0xf6dbf2{background-color:#f6dbf2}.ABC-0xe0bce4{background-color:#e0bce4}.ABC-0xc490cd{background-color:#c490cd}.ABC-0x904c94{background-color:#904c94}.ABC-0x67256c{background-color:#67256c}.ABC-0xfde6f6{background-color:#fde6f6}.ABC-0xfcddf3{background-color:#fcddf3}.ABC-0xecbfe6{background-color:#ecbfe6}.ABC-0xd793d2{background-color:#d793d2}.ABC-0xb1499a{background-color:#b1499a}.ABC-0x821c6a{background-color:#821c6a}.ABC-0xffedfb{background-color:#ffedfb}.ABC-0xfcd8ed{background-color:#fcd8ed}.ABC-0xfab7df{background-color:#fab7df}.ABC-0xf289c5{background-color:#f289c5}.ABC-0xd43684{background-color:#d43684}.ABC-0xc31658{background-color:#c31658}.ABC-0xfff0fb{background-color:#fff0fb}.ABC-0xfcd8e9{background-color:#fcd8e9}.ABC-0xfabcdb{background-color:#fabcdb}.ABC-0xf090bc{background-color:#f090bc}.ABC-0xd44177{background-color:#d44177}.ABC-0xc41a49{background-color:#c41a49}.ABC-0xffeff8{background-color:#ffeff8}.ABC-0xfcdae4{background-color:#fcdae4}.ABC-0xfabbd2{background-color:#fabbd2}.ABC-0xf288a3{background-color:#f288a3}.ABC-0xda304d{background-color:#da304d}.ABC-0xbf0d1a{background-color:#bf0d1a}.ABC-0xfeecf0{background-color:#feecf0}.ABC-0xfcd6dd{background-color:#fcd6dd}.ABC-0xf9b5c2{background-color:#f9b5c2}.ABC-0xf68494{background-color:#f68494}.ABC-0xd70e10{background-color:#d70e10}.ABC-0xfee6e8{background-color:#fee6e8}.ABC-0xfddbdc{background-color:#fddbdc}.ABC-0xfab9bb{background-color:#fab9bb}.ABC-0xef898b{background-color:#ef898b}.ABC-0xd74a48{background-color:#d74a48}.ABC-0xc41b17{background-color:#c41b17}.ABC-0xfeeae7{background-color:#feeae7}.ABC-0xfcdad7{background-color:#fcdad7}.ABC-0xfac3bd{background-color:#fac3bd}.ABC-0xf29589{background-color:#f29589}.ABC-0xde4f40{background-color:#de4f40}.ABC-0xd01b0f{background-color:#d01b0f}.ABC-0xfeefe9{background-color:#feefe9}.ABC-0xfee4dc{background-color:#fee4dc}.ABC-0xfcd5c6{background-color:#fcd5c6}.ABC-0xf9b099{background-color:#f9b099}.ABC-0xd8431b{background-color:#d8431b}.ABC-0xfff5ed{background-color:#fff5ed}.ABC-0xfff0e4{background-color:#fff0e4}.ABC-0xfddcc4{background-color:#fddcc4}.ABC-0xf9ae8e{background-color:#f9ae8e}.ABC-0xe17357{background-color:#e17357}.ABC-0xdc5218{background-color:#dc5218}.ABC-0xfef8eb{background-color:#fef8eb}.ABC-0xffebdc{background-color:#ffebdc}.ABC-0xfddfce{background-color:#fddfce}.ABC-0xf7b791{background-color:#f7b791}.ABC-0xec864f{background-color:#ec864f}.ABC-0xe1611b{background-color:#e1611b}.ABC-0xfffcf2{background-color:#fffcf2}.ABC-0xfee8d5{background-color:#fee8d5}.ABC-0xf9d0ac{background-color:#f9d0ac}.ABC-0xe9ad7a{background-color:#e9ad7a}.ABC-0xd4823f{background-color:#d4823f}.ABC-0xc9671d{background-color:#c9671d}.ABC-0xfef5e6{background-color:#fef5e6}.ABC-0xfee7d3{background-color:#fee7d3}.ABC-0xfbd3a9{background-color:#fbd3a9}.ABC-0xefba82{background-color:#efba82}.ABC-0xde9750{background-color:#de9750}.ABC-0xcd6314{background-color:#cd6314}.ABC-0xfff6e6{background-color:#fff6e6}.ABC-0xfee7d4{background-color:#fee7d4}.ABC-0xfddcb8{background-color:#fddcb8}.ABC-0xf9b06c{background-color:#f9b06c}.ABC-0xed882a{background-color:#ed882a}.ABC-0xe25b0c{background-color:#e25b0c}.ABC-0xfee3bb{background-color:#fee3bb}.ABC-0xfbca86{background-color:#fbca86}.ABC-0xf8a432{background-color:#f8a432}.ABC-0xf18100{background-color:#f18100}.ABC-0xfff5d1{background-color:#fff5d1}.ABC-0xffecb4{background-color:#ffecb4}.ABC-0xfde185{background-color:#fde185}.ABC-0xf2c22f{background-color:#f2c22f}.ABC-0xe3a407{background-color:#e3a407}.ABC-0xfefde8{background-color:#fefde8}.ABC-0xfffbda{background-color:#fffbda}.ABC-0xfef0af{background-color:#fef0af}.ABC-0xfbe589{background-color:#fbe589}.ABC-0xefd03a{background-color:#efd03a}.ABC-0xe6b60d{background-color:#e6b60d}.ABC-0xfffee8{background-color:#fffee8}.ABC-0xfffedf{background-color:#fffedf}.ABC-0xfff9be{background-color:#fff9be}.ABC-0xfeed8e{background-color:#feed8e}.ABC-0xf7db40{background-color:#f7db40}.ABC-0xf2ca0e{background-color:#f2ca0e}.ABC-0xfffede{background-color:#fffede}.ABC-0xfffac2{background-color:#fffac2}.ABC-0xf0ea8f{background-color:#f0ea8f}.ABC-0xdee16b{background-color:#dee16b}.ABC-0xd1d243{background-color:#d1d243}.ABC-0xc4be1d{background-color:#c4be1d}.ABC-0xfdfddd{background-color:#fdfddd}.ABC-0xeaf095{background-color:#eaf095}.ABC-0xd7e36b{background-color:#d7e36b}.ABC-0xc3d53d{background-color:#c3d53d}.ABC-0xaec515{background-color:#aec515}.ABC-0xfefde3{background-color:#fefde3}.ABC-0xf6fad1{background-color:#f6fad1}.ABC-0xdceea4{background-color:#dceea4}.ABC-0xcee383{background-color:#cee383}.ABC-0xb4d556{background-color:#b4d556}.ABC-0x8fb626{background-color:#8fb626}.ABC-0xfefee6{background-color:#fefee6}.ABC-0xf2fdd6{background-color:#f2fdd6}.ABC-0xd6f1ae{background-color:#d6f1ae}.ABC-0xc4e68c{background-color:#c4e68c}.ABC-0xaad863{background-color:#aad863}.ABC-0x89bf31{background-color:#89bf31}.ABC-0xfdfee3{background-color:#fdfee3}.ABC-0xecfed0{background-color:#ecfed0}.ABC-0xd4faa5{background-color:#d4faa5}.ABC-0xbfef83{background-color:#bfef83}.ABC-0xa7e55b{background-color:#a7e55b}.ABC-0x87d932{background-color:#87d932}.ABC-0xeffce4{background-color:#effce4}.ABC-0xd7f4d1{background-color:#d7f4d1}.ABC-0xc6ebb6{background-color:#c6ebb6}.ABC-0xa2da87{background-color:#a2da87}.ABC-0x7abc55{background-color:#7abc55}.ABC-0x549f30{background-color:#549f30}.ABC-0xecffe8{background-color:#ecffe8}.ABC-0xd5fedb{background-color:#d5fedb}.ABC-0xb5f3b8{background-color:#b5f3b8}.ABC-0x93e28c{background-color:#93e28c}.ABC-0x5fc048{background-color:#5fc048}.ABC-0x47a837{background-color:#47a837}.ABC-0xe9fef1{background-color:#e9fef1}.ABC-0xd5fee6{background-color:#d5fee6}.ABC-0xb0f6cd{background-color:#b0f6cd}.ABC-0x89e6a3{background-color:#89e6a3}.ABC-0x5ece6e{background-color:#5ece6e}.ABC-0x37a83d{background-color:#37a83d}.ABC-0xeafff3{background-color:#eafff3}.ABC-0xcefae4{background-color:#cefae4}.ABC-0xb6f3d8{background-color:#b6f3d8}.ABC-0x8fe1b4{background-color:#8fe1b4}.ABC-0x5cbb77{background-color:#5cbb77}.ABC-0xdffef5{background-color:#dffef5}.ABC-0xcafcef{background-color:#cafcef}.ABC-0xacf1e1{background-color:#acf1e1}.ABC-0x84ddc6{background-color:#84ddc6}.ABC-0x5dc2a0{background-color:#5dc2a0}.ABC-0x2d8d61{background-color:#2d8d61}.ABC-0xe1fefc{background-color:#e1fefc}.ABC-0xc9fcf8{background-color:#c9fcf8}.ABC-0xaaefec{background-color:#aaefec}.ABC-0x7ddcda{background-color:#7ddcda}.ABC-0x54c0ba{background-color:#54c0ba}.ABC-0x2d9287{background-color:#2d9287}.ABC-0xdafbfb{background-color:#dafbfb}.ABC-0xccf7f9{background-color:#ccf7f9}.ABC-0xace8ed{background-color:#ace8ed}.ABC-0x82d6df{background-color:#82d6df}.ABC-0x56b0c1{background-color:#56b0c1}.ABC-0x368b9b{background-color:#368b9b}.ABC-0xe5fcfe{background-color:#e5fcfe}.ABC-0xd1f7fd{background-color:#d1f7fd}.ABC-0xace6f6{background-color:#ace6f6}.ABC-0x81cce5{background-color:#81cce5}.ABC-0x54a5d0{background-color:#54a5d0}.ABC-0x3a86b2{background-color:#3a86b2}.ABC-0xdaf8fc{background-color:#daf8fc}.ABC-0xd0f6fe{background-color:#d0f6fe}.ABC-0xb0e7fd{background-color:#b0e7fd}.ABC-0x85d0f2{background-color:#85d0f2}.ABC-0x4a99dd{background-color:#4a99dd}.ABC-0x2c75c4{background-color:#2c75c4}.ABC-0xdbf5fd{background-color:#dbf5fd}.ABC-0xc8eafa{background-color:#c8eafa}.ABC-0xa8daf4{background-color:#a8daf4}.ABC-0x7cb8e5{background-color:#7cb8e5}.ABC-0x4c8acb{background-color:#4c8acb}.ABC-0x2e63a9{background-color:#2e63a9}.ABC-0xe1f0fb{background-color:#e1f0fb}.ABC-0xcce4fa{background-color:#cce4fa}.ABC-0xadd2f0{background-color:#add2f0}.ABC-0x81acde{background-color:#81acde}.ABC-0x4f7bc2{background-color:#4f7bc2}.ABC-0x3355a0{background-color:#3355a0}.ABC-0xe5f0fe{background-color:#e5f0fe}.ABC-0xd2e3f9{background-color:#d2e3f9}.ABC-0xb6cfee{background-color:#b6cfee}.ABC-0x8daade{background-color:#8daade}.ABC-0x5a76b9{background-color:#5a76b9}.ABC-0x3c549a{background-color:#3c549a}.ABC-0xecf0fc{background-color:#ecf0fc}.ABC-0xd4e1f6{background-color:#d4e1f6}.ABC-0xbbcbed{background-color:#bbcbed}.ABC-0x91a1dd{background-color:#91a1dd}.ABC-0x5b6cb4{background-color:#5b6cb4}.ABC-0x37448f{background-color:#37448f}.ABC-0xf1f2fe{background-color:#f1f2fe}.ABC-0xdae1f6{background-color:#dae1f6}.ABC-0xc0cbed{background-color:#c0cbed}.ABC-0x9ba4de{background-color:#9ba4de}.ABC-0x696fb6{background-color:#696fb6}.ABC-0x3f3f88{background-color:#3f3f88}.ABC-0x03305d{background-color:#03305d}.ABC-0x002f78{background-color:#002f78}.ABC-0x032d85{background-color:#032d85}.ABC-0x5f5198{background-color:#5f5198}.ABC-0x45338a{background-color:#45338a}.ABC-0x443059{background-color:#443059}.ABC-0x43244f{background-color:#43244f}.ABC-0x683278{background-color:#683278}.ABC-0x0652b0{background-color:#0652b0}.ABC-0x0075c8{background-color:#0075c8}.ABC-0x00629f{background-color:#00629f}.ABC-0x006e90{background-color:#006e90}.ABC-0x008fab{background-color:#008fab}.ABC-0x007577{background-color:#007577}.ABC-0x263a42{background-color:#263a42}.ABC-0x1e4332{background-color:#1e4332}.ABC-0xffa700{background-color:#ffa700}.ABC-0xffc900{background-color:#ffc900}.ABC-0xf6d300{background-color:#f6d300}.ABC-0xbccd25{background-color:#bccd25}.ABC-0x8eb226{background-color:#8eb226}.ABC-0x20ae42{background-color:#20ae42}.ABC-0x00803b{background-color:#00803b}.ABC-0x006644{background-color:#064}.ABC-0xff8617{background-color:#ff8617}.ABC-0xe94c13{background-color:#e94c13}.ABC-0xe54431{background-color:#e54431}.ABC-0xd53136{background-color:#d53136}.ABC-0xe32732{background-color:#e32732}.ABC-0x843036{background-color:#843036}.ABC-0x942031{background-color:#942031}.ABC-0xb43377{background-color:#b43377}.ABC-0x902f19{background-color:#902f19}.ABC-0x703228{background-color:#703228}.ABC-0x582729{background-color:#582729}.ABC-0x5b312d{background-color:#5b312d}.ABC-0x512e28{background-color:#512e28}.ABC-0x4e3437{background-color:#4e3437}.ABC-0x5a3641{background-color:#5a3641}.ABC-0x56273c{background-color:#56273c}.ABC-0x0b0909{background-color:#0b0909}.ABC-0x040002{background-color:#040002}.ABC-0x39251b{background-color:#39251b}.ABC-0x30242a{background-color:#30242a}.ABC-0x252230{background-color:#252230}.ABC-0x29233f{background-color:#29233f}.ABC-0x161729{background-color:#161729}.ABC-0x483740{background-color:#483740}.ABC-0xfaf1fa{background-color:#faf1fa}.ABC-0xeee4f4{background-color:#eee4f4}.ABC-0xcdc1dc{background-color:#cdc1dc}.ABC-0x9a8fb1{background-color:#9a8fb1}.ABC-0x4b405e{background-color:#4b405e}.ABC-0x301e40{background-color:#301e40}.ABC-0xfbebf9{background-color:#fbebf9}.ABC-0xecd6e8{background-color:#ecd6e8}.ABC-0xc6a8c5{background-color:#c6a8c5}.ABC-0x927391{background-color:#927391}.ABC-0x694762{background-color:#694762}.ABC-0x360323{background-color:#360323}.ABC-0xfff1fd{background-color:#fff1fd}.ABC-0xfee0f0{background-color:#fee0f0}.ABC-0xeeb8d3{background-color:#eeb8d3}.ABC-0xc884a5{background-color:#c884a5}.ABC-0x7a3652{background-color:#7a3652}.ABC-0x440114{background-color:#440114}.ABC-0xfffbfe{background-color:#fffbfe}.ABC-0xfedfea{background-color:#fedfea}.ABC-0xebb3c6{background-color:#ebb3c6}.ABC-0xc37f93{background-color:#c37f93}.ABC-0x813443{background-color:#813443}.ABC-0x5b040f{background-color:#5b040f}.ABC-0xfff4f8{background-color:#fff4f8}.ABC-0xfadadd{background-color:#fadadd}.ABC-0xdfafb4{background-color:#dfafb4}.ABC-0xb47e85{background-color:#b47e85}.ABC-0x74383b{background-color:#74383b}.ABC-0x581818{background-color:#581818}.ABC-0xfff3f4{background-color:#fff3f4}.ABC-0xf6d5d5{background-color:#f6d5d5}.ABC-0xdba9a9{background-color:#dba9a9}.ABC-0xae7575{background-color:#ae7575}.ABC-0x6e2f2a{background-color:#6e2f2a}.ABC-0x621003{background-color:#621003}.ABC-0xfffbf9{background-color:#fffbf9}.ABC-0xf6d9d7{background-color:#f6d9d7}.ABC-0xe1babb{background-color:#e1babb}.ABC-0xaa7c7d{background-color:#aa7c7d}.ABC-0x6b3835{background-color:#6b3835}.ABC-0x4a1208{background-color:#4a1208}.ABC-0xf6e4de{background-color:#f6e4de}.ABC-0xdbbcb6{background-color:#dbbcb6}.ABC-0xad8b82{background-color:#ad8b82}.ABC-0x6c4539{background-color:#6c4539}.ABC-0x572b1b{background-color:#572b1b}.ABC-0xfff7f3{background-color:#fff7f3}.ABC-0xf8dfda{background-color:#f8dfda}.ABC-0xdfb8b3{background-color:#dfb8b3}.ABC-0xb1837f{background-color:#b1837f}.ABC-0x6e4037{background-color:#6e4037}.ABC-0x501a04{background-color:#501a04}.ABC-0xfff6f1{background-color:#fff6f1}.ABC-0xffe6dd{background-color:#ffe6dd}.ABC-0xefbeb2{background-color:#efbeb2}.ABC-0xc88a7d{background-color:#c88a7d}.ABC-0x874438{background-color:#874438}.ABC-0x612209{background-color:#612209}.ABC-0xfffdf9{background-color:#fffdf9}.ABC-0xfee6d8{background-color:#fee6d8}.ABC-0xf1c4b0{background-color:#f1c4b0}.ABC-0xcb8e7a{background-color:#cb8e7a}.ABC-0x8d4c34{background-color:#8d4c34}.ABC-0x69280a{background-color:#69280a}.ABC-0xffefdc{background-color:#ffefdc}.ABC-0xf8d9bd{background-color:#f8d9bd}.ABC-0xdfb18f{background-color:#dfb18f}.ABC-0xc28b66{background-color:#c28b66}.ABC-0x90552c{background-color:#90552c}.ABC-0x5b1f00{background-color:#5b1f00}.ABC-0xfff4e4{background-color:#fff4e4}.ABC-0xf7dbc0{background-color:#f7dbc0}.ABC-0xe0b89a{background-color:#e0b89a}.ABC-0xc49877{background-color:#c49877}.ABC-0x92633e{background-color:#92633e}.ABC-0x6e3f1f{background-color:#6e3f1f}.ABC-0xfffce4{background-color:#fffce4}.ABC-0xfee5be{background-color:#fee5be}.ABC-0xefc795{background-color:#efc795}.ABC-0xdda970{background-color:#dda970}.ABC-0xab6f2c{background-color:#ab6f2c}.ABC-0x713700{background-color:#713700}.ABC-0xfef1e6{background-color:#fef1e6}.ABC-0xf1d7c5{background-color:#f1d7c5}.ABC-0xcda891{background-color:#cda891}.ABC-0xae856d{background-color:#ae856d}.ABC-0x8a6246{background-color:#8a6246}.ABC-0x663f22{background-color:#663f22}.ABC-0xfffeef{background-color:#fffeef}.ABC-0xfeead3{background-color:#feead3}.ABC-0xe7c4a2{background-color:#e7c4a2}.ABC-0xc1956e{background-color:#c1956e}.ABC-0xa1744c{background-color:#a1744c}.ABC-0x643900{background-color:#643900}.ABC-0xfffef7{background-color:#fffef7}.ABC-0xfff7e4{background-color:#fff7e4}.ABC-0xf5ddbd{background-color:#f5ddbd}.ABC-0xd3b088{background-color:#d3b088}.ABC-0x9c744a{background-color:#9c744a}.ABC-0x724c21{background-color:#724c21}.ABC-0xfff8df{background-color:#fff8df}.ABC-0xf1d4a5{background-color:#f1d4a5}.ABC-0xcfa56c{background-color:#cfa56c}.ABC-0x936d3a{background-color:#936d3a}.ABC-0x6c4b06{background-color:#6c4b06}.ABC-0xfffff1{background-color:#fffff1}.ABC-0xfff6d3{background-color:#fff6d3}.ABC-0xf3d99e{background-color:#f3d99e}.ABC-0xd7b069{background-color:#d7b069}.ABC-0xad802f{background-color:#ad802f}.ABC-0x815c00{background-color:#815c00}.ABC-0xfff8e5{background-color:#fff8e5}.ABC-0xf0e0c2{background-color:#f0e0c2}.ABC-0xcab18a{background-color:#cab18a}.ABC-0xb19362{background-color:#b19362}.ABC-0x8d6f40{background-color:#8d6f40}.ABC-0x6b4e20{background-color:#6b4e20}.ABC-0xfffff6{background-color:#fffff6}.ABC-0xfef7e1{background-color:#fef7e1}.ABC-0xbea87b{background-color:#bea87b}.ABC-0xfffeea{background-color:#fffeea}.ABC-0xf7ecc4{background-color:#f7ecc4}.ABC-0xd6c78f{background-color:#d6c78f}.ABC-0xa79758{background-color:#a79758}.ABC-0x887144{background-color:#887144}.ABC-0x4f3903{background-color:#4f3903}.ABC-0xfefce6{background-color:#fefce6}.ABC-0xdfdaac{background-color:#dfdaac}.ABC-0xb3af74{background-color:#b3af74}.ABC-0x9a9255{background-color:#9a9255}.ABC-0x7a7535{background-color:#7a7535}.ABC-0x474201{background-color:#474201}.ABC-0xfefdf5{background-color:#fefdf5}.ABC-0xf9f2e3{background-color:#f9f2e3}.ABC-0xe1d8c1{background-color:#e1d8c1}.ABC-0xb5a98e{background-color:#b5a98e}.ABC-0x6e6344{background-color:#6e6344}.ABC-0x4a4020{background-color:#4a4020}.ABC-0xfffef8{background-color:#fffef8}.ABC-0xf3f1de{background-color:#f3f1de}.ABC-0xcfcdb2{background-color:#cfcdb2}.ABC-0x9f9e7f{background-color:#9f9e7f}.ABC-0x676943{background-color:#676943}.ABC-0x3b411b{background-color:#3b411b}.ABC-0xfffefa{background-color:#fffefa}.ABC-0xf8fbe6{background-color:#f8fbe6}.ABC-0xdde5c3{background-color:#dde5c3}.ABC-0xb3bd92{background-color:#b3bd92}.ABC-0x6d7846{background-color:#6d7846}.ABC-0x465018{background-color:#465018}.ABC-0xfffffe{background-color:#fffffe}.ABC-0xfbfeed{background-color:#fbfeed}.ABC-0xd1e5c2{background-color:#d1e5c2}.ABC-0x97b585{background-color:#97b585}.ABC-0x607d4c{background-color:#607d4c}.ABC-0x324d1b{background-color:#324d1b}.ABC-0xfefefa{background-color:#fefefa}.ABC-0xeef9eb{background-color:#eef9eb}.ABC-0xcee4cd{background-color:#cee4cd}.ABC-0x99b99a{background-color:#99b99a}.ABC-0x4f6d4b{background-color:#4f6d4b}.ABC-0x2a4624{background-color:#2a4624}.ABC-0xf7fffb{background-color:#f7fffb}.ABC-0xdff9ea{background-color:#dff9ea}.ABC-0xb7e2c9{background-color:#b7e2c9}.ABC-0x83b897{background-color:#83b897}.ABC-0x3f704c{background-color:#3f704c}.ABC-0x1c4421{background-color:#1c4421}.ABC-0xfcfffe{background-color:#fcfffe}.ABC-0xe1fdf2{background-color:#e1fdf2}.ABC-0xbae9d8{background-color:#bae9d8}.ABC-0x84c0a8{background-color:#84c0a8}.ABC-0x3e7757{background-color:#3e7757}.ABC-0x1c4d30{background-color:#1c4d30}.ABC-0xf9fefe{background-color:#f9fefe}.ABC-0xe5fbf7{background-color:#e5fbf7}.ABC-0xbee4e1{background-color:#bee4e1}.ABC-0x79a9a4{background-color:#79a9a4}.ABC-0x4a776f{background-color:#4a776f}.ABC-0x2c554d{background-color:#2c554d}.ABC-0xd2f8fb{background-color:#d2f8fb}.ABC-0x90ccd7{background-color:#90ccd7}.ABC-0x5f9fab{background-color:#5f9fab}.ABC-0x336a74{background-color:#336a74}.ABC-0x033640{background-color:#033640}.ABC-0xeeffff{background-color:#eff}.ABC-0xc5f5fd{background-color:#c5f5fd}.ABC-0x9de0ed{background-color:#9de0ed}.ABC-0x6bb6cc{background-color:#6bb6cc}.ABC-0x3a7f93{background-color:#3a7f93}.ABC-0x094052{background-color:#094052}.ABC-0xf1feff{background-color:#f1feff}.ABC-0xcff2fe{background-color:#cff2fe}.ABC-0xa3d7f6{background-color:#a3d7f6}.ABC-0x6da5d1{background-color:#6da5d1}.ABC-0x2a5884{background-color:#2a5884}.ABC-0x002e54{background-color:#002e54}.ABC-0xf7feff{background-color:#f7feff}.ABC-0xdff1fe{background-color:#dff1fe}.ABC-0xb4d3f3{background-color:#b4d3f3}.ABC-0x7da4d4{background-color:#7da4d4}.ABC-0x4d71a4{background-color:#4d71a4}.ABC-0x072d5a{background-color:#072d5a}.ABC-0xfcfeff{background-color:#fcfeff}.ABC-0xe5f0ff{background-color:#e5f0ff}.ABC-0xbad2f3{background-color:#bad2f3}.ABC-0x85a2d7{background-color:#85a2d7}.ABC-0x5471aa{background-color:#5471aa}.ABC-0x153162{background-color:#153162}.ABC-0xf4f7ff{background-color:#f4f7ff}.ABC-0xe9eefe{background-color:#e9eefe}.ABC-0xc2cff2{background-color:#c2cff2}.ABC-0x8fa0d4{background-color:#8fa0d4}.ABC-0x5769a1{background-color:#5769a1}.ABC-0x142455{background-color:#142455}.ABC-0xfcf8ff{background-color:#fcf8ff}.ABC-0xf2ebfa{background-color:#f2ebfa}.ABC-0xd5cce7{background-color:#d5cce7}.ABC-0x8f88ae{background-color:#8f88ae}.ABC-0x5c557a{background-color:#5c557a}.ABC-0x383052{background-color:#383052}.ABC-0xe8dce7{background-color:#e8dce7}.ABC-0xddd2e0{background-color:#ddd2e0}.ABC-0xcabbcf{background-color:#cabbcf}.ABC-0xaa99b2{background-color:#aa99b2}.ABC-0x76607b{background-color:#76607b}.ABC-0x58465b{background-color:#58465b}.ABC-0xeadeea{background-color:#eadeea}.ABC-0xd3c4d5{background-color:#d3c4d5}.ABC-0xbfadc3{background-color:#bfadc3}.ABC-0x9e87a0{background-color:#9e87a0}.ABC-0x785b72{background-color:#785b72}.ABC-0x5b404c{background-color:#5b404c}.ABC-0xf0e3e7{background-color:#f0e3e7}.ABC-0xe5cfd7{background-color:#e5cfd7}.ABC-0xd0b7c1{background-color:#d0b7c1}.ABC-0xaf94a2{background-color:#af94a2}.ABC-0x83616d{background-color:#83616d}.ABC-0x624248{background-color:#624248}.ABC-0xdccad0{background-color:#dccad0}.ABC-0xc8afb7{background-color:#c8afb7}.ABC-0xae8f98{background-color:#ae8f98}.ABC-0x896a6f{background-color:#896a6f}.ABC-0x624445{background-color:#624445}.ABC-0xecdedf{background-color:#ecdedf}.ABC-0xe3d5d6{background-color:#e3d5d6}.ABC-0xcfbdc0{background-color:#cfbdc0}.ABC-0xb39b9f{background-color:#b39b9f}.ABC-0x8d6e71{background-color:#8d6e71}.ABC-0x664948{background-color:#664948}.ABC-0xf2e4e2{background-color:#f2e4e2}.ABC-0xe2cecf{background-color:#e2cecf}.ABC-0xd1b8b9{background-color:#d1b8b9}.ABC-0xb89998{background-color:#b89998}.ABC-0x906d6b{background-color:#906d6b}.ABC-0x6b4945{background-color:#6b4945}.ABC-0xece0df{background-color:#ece0df}.ABC-0xdbced1{background-color:#dbced1}.ABC-0xc6b5b8{background-color:#c6b5b8}.ABC-0xa99597{background-color:#a99597}.ABC-0x8c7374{background-color:#8c7374}.ABC-0x664a48{background-color:#664a48}.ABC-0xece6e5{background-color:#ece6e5}.ABC-0xdcd2d5{background-color:#dcd2d5}.ABC-0xc6babd{background-color:#c6babd}.ABC-0xa79a9e{background-color:#a79a9e}.ABC-0x867679{background-color:#867679}.ABC-0x5a484a{background-color:#5a484a}.ABC-0xe9e3e2{background-color:#e9e3e2}.ABC-0xd9d4d7{background-color:#d9d4d7}.ABC-0xc4bec0{background-color:#c4bec0}.ABC-0xa49ba0{background-color:#a49ba0}.ABC-0x71666a{background-color:#71666a}.ABC-0x4b3d3f{background-color:#4b3d3f}.ABC-0xe7dfdf{background-color:#e7dfdf}.ABC-0xdad2d5{background-color:#dad2d5}.ABC-0xc5bcc0{background-color:#c5bcc0}.ABC-0xa89ca0{background-color:#a89ca0}.ABC-0x887b7d{background-color:#887b7d}.ABC-0x5b4b4c{background-color:#5b4b4c}.ABC-0xeddede{background-color:#eddede}.ABC-0xddcdcc{background-color:#ddcdcc}.ABC-0xc7aead{background-color:#c7aead}.ABC-0xb79c9b{background-color:#b79c9b}.ABC-0x987a78{background-color:#987a78}.ABC-0x6a4d46{background-color:#6a4d46}.ABC-0xf2e4e1{background-color:#f2e4e1}.ABC-0xe1ccc9{background-color:#e1ccc9}.ABC-0xd0b4b3{background-color:#d0b4b3}.ABC-0xbc9e99{background-color:#bc9e99}.ABC-0x98726c{background-color:#98726c}.ABC-0x704c41{background-color:#704c41}.ABC-0xf2e3df{background-color:#f2e3df}.ABC-0xead9d3{background-color:#ead9d3}.ABC-0xdac5bc{background-color:#dac5bc}.ABC-0xc1a59b{background-color:#c1a59b}.ABC-0x977566{background-color:#977566}.ABC-0x7c5949{background-color:#7c5949}.ABC-0xefe4e1{background-color:#efe4e1}.ABC-0xe3d6d6{background-color:#e3d6d6}.ABC-0xd0c1c1{background-color:#d0c1c1}.ABC-0xb6a1a0{background-color:#b6a1a0}.ABC-0x957e7c{background-color:#957e7c}.ABC-0x6c5351{background-color:#6c5351}.ABC-0xf0e4df{background-color:#f0e4df}.ABC-0xe0d2cf{background-color:#e0d2cf}.ABC-0xccbbb7{background-color:#ccbbb7}.ABC-0xb09b94{background-color:#b09b94}.ABC-0x917871{background-color:#917871}.ABC-0x6c5148{background-color:#6c5148}.ABC-0xf1e7e2{background-color:#f1e7e2}.ABC-0xe7d8d5{background-color:#e7d8d5}.ABC-0xd5c3bd{background-color:#d5c3bd}.ABC-0xbba6a0{background-color:#bba6a0}.ABC-0x9b837a{background-color:#9b837a}.ABC-0x6f564d{background-color:#6f564d}.ABC-0xdfd9d4{background-color:#dfd9d4}.ABC-0xccc4bc{background-color:#ccc4bc}.ABC-0xb9aca6{background-color:#b9aca6}.ABC-0xa4968d{background-color:#a4968d}.ABC-0x837168{background-color:#837168}.ABC-0x6c5a51{background-color:#6c5a51}.ABC-0xefe9e1{background-color:#efe9e1}.ABC-0xdfd9d2{background-color:#dfd9d2}.ABC-0xcbc2b8{background-color:#cbc2b8}.ABC-0xb0a395{background-color:#b0a395}.ABC-0x847667{background-color:#847667}.ABC-0x5f4f3d{background-color:#5f4f3d}.ABC-0xedeae8{background-color:#edeae8}.ABC-0xdfd9d6{background-color:#dfd9d6}.ABC-0xcdc5be{background-color:#cdc5be}.ABC-0xaba19a{background-color:#aba19a}.ABC-0x8a7e75{background-color:#8a7e75}.ABC-0x61544c{background-color:#61544c}.ABC-0xe5e0dd{background-color:#e5e0dd}.ABC-0xdcd7d8{background-color:#dcd7d8}.ABC-0xc8c3c3{background-color:#c8c3c3}.ABC-0xaba4a5{background-color:#aba4a5}.ABC-0x8b7f7e{background-color:#8b7f7e}.ABC-0x5a4b48{background-color:#5a4b48}.ABC-0xe9e5df{background-color:#e9e5df}.ABC-0xdcd4cd{background-color:#dcd4cd}.ABC-0xc5c0b4{background-color:#c5c0b4}.ABC-0xa9a192{background-color:#a9a192}.ABC-0x837866{background-color:#837866}.ABC-0x615648{background-color:#615648}.ABC-0xede9e7{background-color:#ede9e7}.ABC-0xd5d4cf{background-color:#d5d4cf}.ABC-0xbdbbb2{background-color:#bdbbb2}.ABC-0x9f9c91{background-color:#9f9c91}.ABC-0x7d766a{background-color:#7d766a}.ABC-0x5f5649{background-color:#5f5649}.ABC-0xe9e7e4{background-color:#e9e7e4}.ABC-0xd8d7d7{background-color:#d8d7d7}.ABC-0xc4c2c1{background-color:#c4c2c1}.ABC-0xa8a3a3{background-color:#a8a3a3}.ABC-0x7d7774{background-color:#7d7774}.ABC-0x5b524e{background-color:#5b524e}.ABC-0xe6e7e4{background-color:#e6e7e4}.ABC-0xd1d6d4{background-color:#d1d6d4}.ABC-0xb6bfbb{background-color:#b6bfbb}.ABC-0x999f99{background-color:#999f99}.ABC-0x7b8179{background-color:#7b8179}.ABC-0x565651{background-color:#565651}.ABC-0xe1e3e7{background-color:#e1e3e7}.ABC-0xcdd0d5{background-color:#cdd0d5}.ABC-0xb4b7bc{background-color:#b4b7bc}.ABC-0x959a9f{background-color:#959a9f}.ABC-0x717276{background-color:#717276}.ABC-0x5d5c5e{background-color:#5d5c5e}.ABC-0xd8dfde{background-color:#d8dfde}.ABC-0xc5ced1{background-color:#c5ced1}.ABC-0xa9b2b5{background-color:#a9b2b5}.ABC-0x8c9598{background-color:#8c9598}.ABC-0x626a6c{background-color:#626a6c}.ABC-0x4b4e4e{background-color:#4b4e4e}.ABC-0xd6e2e9{background-color:#d6e2e9}.ABC-0xcbd6de{background-color:#cbd6de}.ABC-0xb0c0cc{background-color:#b0c0cc}.ABC-0x8a9eae{background-color:#8a9eae}.ABC-0x697c8b{background-color:#697c8b}.ABC-0x4a525e{background-color:#4a525e}.ABC-0xd9e1ea{background-color:#d9e1ea}.ABC-0xc8cdd7{background-color:#c8cdd7}.ABC-0xacb1be{background-color:#acb1be}.ABC-0x8a92a0{background-color:#8a92a0}.ABC-0x686c79{background-color:#686c79}.ABC-0x4f505c{background-color:#4f505c}.ABC-0xe4dfe0{background-color:#e4dfe0}.ABC-0xdbd6d9{background-color:#dbd6d9}.ABC-0xc4bfc2{background-color:#c4bfc2}.ABC-0xa59da3{background-color:#a59da3}.ABC-0x877d82{background-color:#877d82}.ABC-0x61565b{background-color:#61565b}.ABC-0xdbd9dd{background-color:#dbd9dd}.ABC-0xcccad1{background-color:#cccad1}.ABC-0xc3bec3{background-color:#c3bec3}.ABC-0xa79fa8{background-color:#a79fa8}.ABC-0x867d86{background-color:#867d86}.ABC-0x574b51{background-color:#574b51}.ABC-0xe0dee2{background-color:#e0dee2}.ABC-0xd4d1d8{background-color:#d4d1d8}.ABC-0xbcbbc3{background-color:#bcbbc3}.ABC-0x9b9aa7{background-color:#9b9aa7}.ABC-0x7a7784{background-color:#7a7784}.ABC-0x4f4751{background-color:#4f4751}.ABC-0xe1dee0{background-color:#e1dee0}.ABC-0xd4d0d6{background-color:#d4d0d6}.ABC-0xbebac1{background-color:#bebac1}.ABC-0x9c949e{background-color:#9c949e}.ABC-0x7e767f{background-color:#7e767f}.ABC-0x564c54{background-color:#564c54}.ABC-0xcbdfeb{background-color:#cbdfeb}.ABC-0xb5cadd{background-color:#b5cadd}.ABC-0x92aec6{background-color:#92aec6}.ABC-0x6987a5{background-color:#6987a5}.ABC-0x495c77{background-color:#495c77}.ABC-0x333d4f{background-color:#333d4f}.ABC-0xdce0ec{background-color:#dce0ec}.ABC-0xbfcbda{background-color:#bfcbda}.ABC-0x9faec4{background-color:#9faec4}.ABC-0x7c8ba7{background-color:#7c8ba7}.ABC-0x5f697f{background-color:#5f697f}.ABC-0x474b5f{background-color:#474b5f}.ABC-0xdaddec{background-color:#daddec}.ABC-0xc7cbdf{background-color:#c7cbdf}.ABC-0xa6b2ca{background-color:#a6b2ca}.ABC-0x858ead{background-color:#858ead}.ABC-0x646988{background-color:#646988}.ABC-0x454b65{background-color:#454b65}.ABC-0xd7ddec{background-color:#d7ddec}.ABC-0xc0c8e0{background-color:#c0c8e0}.ABC-0x9faccb{background-color:#9faccb}.ABC-0x7d8bb0{background-color:#7d8bb0}.ABC-0x59658c{background-color:#59658c}.ABC-0x444a6f{background-color:#444a6f}.ABC-0xe6e7f2{background-color:#e6e7f2}.ABC-0xc6cae1{background-color:#c6cae1}.ABC-0xa6aecd{background-color:#a6aecd}.ABC-0x818cb2{background-color:#818cb2}.ABC-0x5f648b{background-color:#5f648b}.ABC-0x474a6e{background-color:#474a6e}.ABC-0xdbdae8{background-color:#dbdae8}.ABC-0xc8c9dd{background-color:#c8c9dd}.ABC-0xaaa9c5{background-color:#aaa9c5}.ABC-0x8b8aaa{background-color:#8b8aaa}.ABC-0x69647f{background-color:#69647f}.ABC-0x504b62{background-color:#504b62}.ABC-0xfef6fe{background-color:#fef6fe}.ABC-0xf8e2f5{background-color:#f8e2f5}.ABC-0xd9bfe0{background-color:#d9bfe0}.ABC-0xaa8db9{background-color:#aa8db9}.ABC-0x715681{background-color:#715681}.ABC-0x4a3155{background-color:#4a3155}.ABC-0xfef0fb{background-color:#fef0fb}.ABC-0xf7d5ed{background-color:#f7d5ed}.ABC-0xe1b2d7{background-color:#e1b2d7}.ABC-0xb37eaa{background-color:#b37eaa}.ABC-0x78446d{background-color:#78446d}.ABC-0x48183a{background-color:#48183a}.ABC-0xfff2fd{background-color:#fff2fd}.ABC-0xfed7f1{background-color:#fed7f1}.ABC-0xf3adda{background-color:#f3adda}.ABC-0xd379b0{background-color:#d379b0}.ABC-0x9c3d70{background-color:#9c3d70}.ABC-0x5c082f{background-color:#5c082f}.ABC-0xfff4fe{background-color:#fff4fe}.ABC-0xffd4f2{background-color:#ffd4f2}.ABC-0xfbaddc{background-color:#fbaddc}.ABC-0xe478b0{background-color:#e478b0}.ABC-0xab2f62{background-color:#ab2f62}.ABC-0x810533{background-color:#810533}.ABC-0xfff1fc{background-color:#fff1fc}.ABC-0xffd5ee{background-color:#ffd5ee}.ABC-0xfcaed4{background-color:#fcaed4}.ABC-0xf178a6{background-color:#f178a6}.ABC-0xc12a53{background-color:#c12a53}.ABC-0x92001e{background-color:#92001e}.ABC-0xfff3f9{background-color:#fff3f9}.ABC-0xffd4e4{background-color:#ffd4e4}.ABC-0xfeaac1{background-color:#feaac1}.ABC-0xf07692{background-color:#f07692}.ABC-0xcf344c{background-color:#cf344c}.ABC-0x9e0002{background-color:#9e0002}.ABC-0xfff6f8{background-color:#fff6f8}.ABC-0xffdfe7{background-color:#ffdfe7}.ABC-0xfeb7c4{background-color:#feb7c4}.ABC-0xea7d8d{background-color:#ea7d8d}.ABC-0xc4424f{background-color:#c4424f}.ABC-0x9f1117{background-color:#9f1117}.ABC-0xfff5f5{background-color:#fff5f5}.ABC-0xffe2e4{background-color:#ffe2e4}.ABC-0xfebbbf{background-color:#febbbf}.ABC-0xf27376{background-color:#f27376}.ABC-0xd23c3c{background-color:#d23c3c}.ABC-0xa6140a{background-color:#a6140a}.ABC-0xfff4ed{background-color:#fff4ed}.ABC-0xffd9d2{background-color:#ffd9d2}.ABC-0xfebbb3{background-color:#febbb3}.ABC-0xf18b83{background-color:#f18b83}.ABC-0xcd4f40{background-color:#cd4f40}.ABC-0xab2603{background-color:#ab2603}.ABC-0xfff4e9{background-color:#fff4e9}.ABC-0xfdd3c2{background-color:#fdd3c2}.ABC-0xf6b39f{background-color:#f6b39f}.ABC-0xe6957c{background-color:#e6957c}.ABC-0xba5940{background-color:#ba5940}.ABC-0xa84427{background-color:#a84427}.ABC-0xfffcf4{background-color:#fffcf4}.ABC-0xfff0d9{background-color:#fff0d9}.ABC-0xfed8b7{background-color:#fed8b7}.ABC-0xf2996f{background-color:#f2996f}.ABC-0xd25929{background-color:#d25929}.ABC-0xb92900{background-color:#b92900}.ABC-0xfffaec{background-color:#fffaec}.ABC-0xfff0da{background-color:#fff0da}.ABC-0xfed5b3{background-color:#fed5b3}.ABC-0xf4ab81{background-color:#f4ab81}.ABC-0xcb6939{background-color:#cb6939}.ABC-0xac4c1b{background-color:#ac4c1b}.ABC-0xfff8e3{background-color:#fff8e3}.ABC-0xfedfbc{background-color:#fedfbc}.ABC-0xf6c499{background-color:#f6c499}.ABC-0xe8a475{background-color:#e8a475}.ABC-0xc67542{background-color:#c67542}.ABC-0xa14610{background-color:#a14610}.ABC-0xfff5da{background-color:#fff5da}.ABC-0xfcd3a6{background-color:#fcd3a6}.ABC-0xf2bb88{background-color:#f2bb88}.ABC-0xe29f67{background-color:#e29f67}.ABC-0xc87538{background-color:#c87538}.ABC-0xa7511a{background-color:#a7511a}.ABC-0xfffce7{background-color:#fffce7}.ABC-0xffedc8{background-color:#ffedc8}.ABC-0xf9c88d{background-color:#f9c88d}.ABC-0xeca666{background-color:#eca666}.ABC-0xdd8a45{background-color:#dd8a45}.ABC-0xca7127{background-color:#ca7127}.ABC-0xfffef4{background-color:#fffef4}.ABC-0xffe7b7{background-color:#ffe7b7}.ABC-0xf2b46c{background-color:#f2b46c}.ABC-0xdd8f40{background-color:#dd8f40}.ABC-0xbc670b{background-color:#bc670b}.ABC-0xfffef9{background-color:#fffef9}.ABC-0xfffadd{background-color:#fffadd}.ABC-0xfee4b3{background-color:#fee4b3}.ABC-0xe9b270{background-color:#e9b270}.ABC-0xce8e48{background-color:#ce8e48}.ABC-0xab6722{background-color:#ab6722}.ABC-0xfffff3{background-color:#fffff3}.ABC-0xfffedc{background-color:#fffedc}.ABC-0xfff0aa{background-color:#fff0aa}.ABC-0xfdd272{background-color:#fdd272}.ABC-0xeca634{background-color:#eca634}.ABC-0xd48000{background-color:#d48000}.ABC-0xffffee{background-color:#ffe}.ABC-0xfffad0{background-color:#fffad0}.ABC-0xfce39b{background-color:#fce39b}.ABC-0xeecc76{background-color:#eecc76}.ABC-0xdaaa4b{background-color:#daaa4b}.ABC-0xb37a0a{background-color:#b37a0a}.ABC-0xfffff5{background-color:#fffff5}.ABC-0xfffdd7{background-color:#fffdd7}.ABC-0xfff1af{background-color:#fff1af}.ABC-0xe9c15a{background-color:#e9c15a}.ABC-0xd09b20{background-color:#d09b20}.ABC-0xb27c00{background-color:#b27c00}.ABC-0xfffed3{background-color:#fffed3}.ABC-0xfef5a6{background-color:#fef5a6}.ABC-0xf7e57c{background-color:#f7e57c}.ABC-0xe6d05b{background-color:#e6d05b}.ABC-0xc3a92d{background-color:#c3a92d}.ABC-0x957d01{background-color:#957d01}.ABC-0xfffee4{background-color:#fffee4}.ABC-0xfef7be{background-color:#fef7be}.ABC-0xeddf87{background-color:#eddf87}.ABC-0xdfce69{background-color:#dfce69}.ABC-0xc1ab3f{background-color:#c1ab3f}.ABC-0xa08a1f{background-color:#a08a1f}.ABC-0xffffe9{background-color:#ffffe9}.ABC-0xfdf9c8{background-color:#fdf9c8}.ABC-0xeae499{background-color:#eae499}.ABC-0xd0c86a{background-color:#d0c86a}.ABC-0xb2a945{background-color:#b2a945}.ABC-0x777107{background-color:#777107}.ABC-0xffffea{background-color:#ffffea}.ABC-0xf8fbd0{background-color:#f8fbd0}.ABC-0xd9e69d{background-color:#d9e69d}.ABC-0xb2c467{background-color:#b2c467}.ABC-0x97ab49{background-color:#97ab49}.ABC-0x586d12{background-color:#586d12}.ABC-0xfefffb{background-color:#fefffb}.ABC-0xf2fcea{background-color:#f2fcea}.ABC-0xd7ecce{background-color:#d7ecce}.ABC-0xa8cb9c{background-color:#a8cb9c}.ABC-0x7ba06a{background-color:#7ba06a}.ABC-0x4b6b34{background-color:#4b6b34}.ABC-0xfefffe{background-color:#fefffe}.ABC-0xf4fef2{background-color:#f4fef2}.ABC-0xd7f6da{background-color:#d7f6da}.ABC-0xacdeae{background-color:#acdeae}.ABC-0x71ab6d{background-color:#71ab6d}.ABC-0x417437{background-color:#417437}.ABC-0xfcfffc{background-color:#fcfffc}.ABC-0xe7fef0{background-color:#e7fef0}.ABC-0xc4f3d5{background-color:#c4f3d5}.ABC-0x95d8ab{background-color:#95d8ab}.ABC-0x60a668{background-color:#60a668}.ABC-0x2c6732{background-color:#2c6732}.ABC-0xfcffff{background-color:#fcffff}.ABC-0xe9fffa{background-color:#e9fffa}.ABC-0xc7fde8{background-color:#c7fde8}.ABC-0x87e1b3{background-color:#87e1b3}.ABC-0x4aa76e{background-color:#4aa76e}.ABC-0x1b6732{background-color:#1b6732}.ABC-0xe9fffe{background-color:#e9fffe}.ABC-0xc8fbf0{background-color:#c8fbf0}.ABC-0xaff0e1{background-color:#aff0e1}.ABC-0x81d3b8{background-color:#81d3b8}.ABC-0x4c9978{background-color:#4c9978}.ABC-0x296b4d{background-color:#296b4d}.ABC-0xf1fefe{background-color:#f1fefe}.ABC-0xcefbf7{background-color:#cefbf7}.ABC-0xadedea{background-color:#adedea}.ABC-0x7dcfc9{background-color:#7dcfc9}.ABC-0x4c9d93{background-color:#4c9d93}.ABC-0x31776b{background-color:#31776b}.ABC-0xf0ffff{background-color:azure}.ABC-0xa8e8eb{background-color:#a8e8eb}.ABC-0x77c6cd{background-color:#77c6cd}.ABC-0x509ca2{background-color:#509ca2}.ABC-0x2a6a6e{background-color:#2a6a6e}.ABC-0xf2ffff{background-color:#f2ffff}.ABC-0xcdf9fa{background-color:#cdf9fa}.ABC-0xa8e1ef{background-color:#a8e1ef}.ABC-0x78bad3{background-color:#78bad3}.ABC-0x4886a0{background-color:#4886a0}.ABC-0x2e6075{background-color:#2e6075}.ABC-0xeafeff{background-color:#eafeff}.ABC-0xc4effb{background-color:#c4effb}.ABC-0x98d3eb{background-color:#98d3eb}.ABC-0x69a8cb{background-color:#69a8cb}.ABC-0x316384{background-color:#316384}.ABC-0x1d445f{background-color:#1d445f}.ABC-0xe8fdff{background-color:#e8fdff}.ABC-0xc6eefe{background-color:#c6eefe}.ABC-0x9cd3f1{background-color:#9cd3f1}.ABC-0x6da8d5{background-color:#6da8d5}.ABC-0x437aa7{background-color:#437aa7}.ABC-0x1d466d{background-color:#1d466d}.ABC-0xeffbff{background-color:#effbff}.ABC-0xceeafe{background-color:#ceeafe}.ABC-0xa6cdf6{background-color:#a6cdf6}.ABC-0x729ede{background-color:#729ede}.ABC-0x4972b9{background-color:#4972b9}.ABC-0x1b3876{background-color:#1b3876}.ABC-0xf8fcff{background-color:#f8fcff}.ABC-0xd7e8fe{background-color:#d7e8fe}.ABC-0xb1ccf6{background-color:#b1ccf6}.ABC-0x7d9edd{background-color:#7d9edd}.ABC-0x4665ab{background-color:#4665ab}.ABC-0x253a75{background-color:#253a75}.ABC-0xf6f7fe{background-color:#f6f7fe}.ABC-0xe1e6fc{background-color:#e1e6fc}.ABC-0xb8c3ec{background-color:#b8c3ec}.ABC-0x8896d2{background-color:#8896d2}.ABC-0x53619e{background-color:#53619e}.ABC-0x333c6e{background-color:#333c6e}.ABC-0xf7f4ff{background-color:#f7f4ff}.ABC-0xe5e2fc{background-color:#e5e2fc}.ABC-0xc3c1ed{background-color:#c3c1ed}.ABC-0x928fcf{background-color:#928fcf}.ABC-0x6866a6{background-color:#6866a6}.ABC-0x2c295b{background-color:#2c295b}.ABC-0x999966{background-color:#996}.ABC-0x330066{background-color:#306}
.font-ral,
.font-xl-ral,
.font-xxl {
    font-family: Montserrat, sans-serif
}

.culori .rounded-start-xs {
    border-radius: 8px 8px 0 0
}

.culori .rounded-end-xs {
    border-radius: 0 0 8px 8px
}

.culori .selector-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.culori .tab-card {
    width: 100%;
    height: 44px;
    margin-right: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.culori .underline {
    display: block;
    width: 45px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px
}

.culori .culori-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

@media screen and (min-width:640px) {
    .culori .selector-row {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .culori .rounded-start-xs {
        border-radius: 8px 0 0 8px
    }

    .culori .rounded-end-xs {
        border-radius: 0 8px 8px 0
    }

    .culori .tab-card {
        padding: 0 1rem;
    }

    .culori .culori-container {
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(6, 1fr)
    }
}

.culori .parent-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px
}

@media screen and (min-width:1024px) {
    .culori .parent-grid {
        -ms-grid-columns: 400px 1fr;
        grid-template-columns: 400px 1fr
    }
}

.culori .parent-grid .info-container {
    font-size: 16px;
    color: var(--white);
    background-color: var(--dark-blue);
    padding: 16px;
    border-radius: 8px;
    text-align: center
}

.culori .big-color {
    border-radius: 8px;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0 16px
}

.culori .height-contrain {
    height: 800px;
    overflow-y: auto;
    padding-right: 12px
}

.culori .color {
    width: 100%;
    height: 48px;
    border: 1px solid var(--blue);
    border-radius: 4px;
    cursor: pointer
}

.modal-ral {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(255, 255, 255, .85);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center
}

.hide-modal {
    display: none
}

.dialog-bubble {
    position: relative;
    background: rgba(255, 255, 255, .52);
    border-radius: 1em;
    max-width: 200px;
    padding: 18px 20px;
    margin: 1em 0;
    text-align: center;
    color: #000;
    font-weight: 700;
    height: fit-content
}

.dialog-bubble:before {
    left: 75%;
    border: 37px solid transparent;
    margin-left: -16px;
    margin-bottom: -37px
}

.dialog-bubble:after {
    left: 77%;
    border: 34px solid transparent;
    border-top-color: rgba(255, 255, 255, .52);
    margin-left: -21px;
    margin-bottom: -34px
}

.dialog-bubble:after,
.dialog-bubble:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 0;
    border-right: 0;
    transform: skewX(33deg)
}

.mark {
    background-color: #f4f3ae
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: block
}

.modal-header .close {
    font-size: 20px;
    font-weight: 100;
    background-color: #f3f7eb;
    border-radius: 50%;
    padding: 1px 5px 0;
    border: 1px solid #dcdadc;
    margin-top: -7px;
    margin-right: -7px;
    color: red;
    opacity: 1;
    float: right;
    cursor: pointer
}

.font-xxl {
    font-size: 3em;
    font-weight: 700;
    color: red;
    text-shadow: 2px 2px 2px #000;
    margin: 0
}

.palete_modal .modal-dialog {
    max-width: 100%
}

.modal-dialog {
    width: 600px;
    margin: 30px auto;
    background-color: #fff;
    padding-bottom: 30px;
    border-radius: 6px
}

.font-xl-ral {
    font-size: 1.6em;
    padding: 22px;
    color: #062483
}

.font-ral {
    font-size: 2em;
    font-weight: 700;
    color: red
}

.modal-background {
    height: 100vh;
    width: 100vw;
    position: fixed;
    background-color: rgba(48, 48, 48, .7);
    top: 0;
    left: 0;
    z-index: 1001
}