.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
  }

  .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) {
  .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%)
}
.politica h1{position:relative;justify-content:center;align-items:center;font-weight:700;text-shadow:0 0 5px #000;color:var(--white)}
.header_img_bg{display:none;width:100%;background-repeat:no-repeat;background-size:cover}#despre_noi_content_wrapper{text-align:justify}#despre_noi_content_wrapper h2{font-size:1.5rem;margin-bottom:1rem;}#despre_noi_content_wrapper ul{padding-left:6px}#despre_noi_content_wrapper ul li::before{content:"*";color:#f13627;font-size:25px;position:relative;top:8px;margin-right:3px;right:6px}@media (min-width:768px){.header_img_bg{display:flex}}