@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600&display=swap);
h1,
h2,
h4,
p {
  font-family: Poppins, sans-serif;
  font-display: swap;
}
a:hover {
  text-decoration: none;
}
:root {
  --base-color: #e25e14;
  --secondary-color: #133e6c;
}
.fh {
  min-height: 100vh;
}
.pd-3 {
  padding: 3em;
}
.mw-6 {
  max-width: 600px;
}
.radius {
  border-radius: 13px;
}
.window-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
  z-index: 99999;
}
main {
  background: #f1ebe7;
  transition: all 0.5s ease-in-out;
  min-height: calc(100vh - 56px - 113px);
}
body:not(.acasa, .magazin, .contact, .despre-noi) main {
  padding-top: 75px;
  position: relative;
}
body.menu-opened header.fixed:before {
  backdrop-filter: none;
}
header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 75px;
  padding: 0 40px;
  z-index: 999;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
header.fixed {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden;
  background-color: #f1ebe782;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
header.fixed:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: saturate(180%) blur(20px);
}
header #main-navbar,
header .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
#main-navbar-collapse {
  flex-grow: inherit;
}
header #main-navbar button {
  display: flex;
  align-items: center;
  position: relative;
  left: -12px;
}
.navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler .icon-bar {
  height: 1px;
  width: 25px;
  border-radius: 0;
  background-color: #000;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 3px;
}
header #main-navbar button .sr-only {
  position: relative;
  overflow: visible;
  width: auto;
  height: auto;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 300;
}
header .navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header .navbar-brand svg {
  max-height: 35px;
  width: auto;
  overflow: hidden;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
header .navbar-brand svg .down,
header .navbar-brand svg .left,
header .navbar-brand svg .up {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
header .navbar-brand:hover svg .up {
  transform: translateY(-100%);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
header .navbar-brand:hover svg .down {
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
header .navbar-brand:hover svg .left {
  transform: translateX(50%);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.logo {
  max-height: 55px;
}
.language-select {
  display: none;
}
.menu-login {
  position: absolute;
  right: calc(40px + 71px + 10px);
}
.menu-login a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  padding: 5px;
}
.menu-login a svg {
  max-width: 26px;
  margin-left: 10px;
  fill: var(--base-color) !important;
}
.menu-opened .menu-login a svg {
  fill: #000 !important;
  transition: all 0.5s ease-in-out;
}
.cart {
  position: absolute;
  right: 40px;
  z-index: 999;
}
.cart a {
  display: flex;
  padding: 5px;
  color: #000;
  align-items: center;
}
.cart-bag-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
}
.cart .cart-items {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  background: 0 0;
  border: 1px solid #000;
  border-radius: 100%;
  height: 26px;
  width: 26px;
  text-align: center;
  right: 0;
  font-weight: 300;
  margin-left: 10px;
}
body.configurator .configurator_btn_container {
  display: none;
}
#configPaint .modal-dialog {
  height: calc(100vh - 3.5rem);
}
#configPaint .modal-dialog .modal-body {
  height: 100%;
  overflow: auto;
}
#configPaint .modal-dialog .modal-content {
  height: 100%;
}
#configPaint .modal-dialog .modal-content .modal-header {
  align-items: center;
}
#configPaint .modal-dialog .modal-body::-webkit-scrollbar {
  width: 5px;
  background-color: #0000003d;
}
#configPaint .modal-dialog .modal-body::-webkit-scrollbar-thumb {
  background-color: var(--base-color);
}
.configurator_btn_container {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translate(calc(-100% + 30px), -50%);
  transition: transform 0.5s ease-in-out;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px -5px #000;
  z-index: 999;
}
.configurator_btn_container.opened {
  transform: translate(0, -50%);
  transition: transform 0.5s ease-in-out;
}
.configurator_btn_inner {
  display: flex;
}
.configurator_btn_container .hide_configurator_btn {
  display: flex;
  position: relative;
  width: 30px;
  background: var(--base-color);
  cursor: pointer;
}
.configurator_btn_container .hide_configurator_btn svg {
  transform: rotate(0);
  fill: #fff;
  width: 100%;
  height: 100%;
}
.configurator_btn_container.opened .hide_configurator_btn svg {
  fill: #fff;
  transform: rotate(-180deg);
}
.configurator_btn_container a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 13px;
  background: var(--secondary-color);
  color: #fff;
  text-transform: uppercase;
  transition: filter 0.2s ease-in-out;
}
.configurator_btn_container a:hover {
  filter: invert();
  transition: filter 0.2s ease-in-out;
}
.configurator_btn_container a svg {
  max-height: 30px;
  width: auto;
  fill: #fff;
  margin-bottom: 5px;
}
#configPaint .paint-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
}
#configPaint .paint-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.33% - 14px);
  margin-right: 20px;
  margin-bottom: 20px;
  background: var(--secondary-color);
  padding: 10px;
  color: #fff;
  border-radius: 10px;
}
#configPaint .paint-list li:nth-child(3n) {
  margin-right: 0;
}
#configPaint .paint-list li h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
#configPaint .paint-list li img {
  width: 100%;
  padding: 20px;
}
.config_qty_container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  background: var(--base-color);
  border-radius: 5px;
}
.config_qty_container span {
  padding: 5px 10px;
}
.config_qty_container input {
  max-width: 50px;
  padding-left: 5px;
  padding-right: 5px;
}
.input-quantity-config-selecteaza-baza {
  background: var(--secondary-color);
  color: #fff;
  border: 1px solid var(--base-color);
}
.input-quantity-config-selecteaza-baza:focus {
  background: var(--secondary-color);
  outline: 0;
  color: #fff;
}
#configPaint .paint-list li img {
  transition: filter 0.3s ease-in-out;
}
#configPaint .paint-list li.config-paint-selected img {
  filter: brightness(0.5);
  transition: filter 0.3s ease-in-out;
}
#main-navbar-collapse {
  position: fixed;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: var(--base-color);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  padding: 5em 40px;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#main-navbar-collapse.show {
  transform: translateX(0);
  pointer-events: all;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#main-navbar-collapse .navbar-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 50%;
  flex-wrap: nowrap;
  overflow: auto;
  margin-left: 0 !important;
}
#main-navbar-collapse .navbar-nav::-webkit-scrollbar {
  width: 2px;
  background-color: var(--base-color);
}
#main-navbar-collapse .navbar-nav::-webkit-scrollbar-thumb {
  background: #fff;
}
#main-navbar-collapse .navbar-nav::-webkit-scrollbar-track {
  background-color: #00000000;
}
#main-navbar-collapse .navbar-nav .main-nav-item a {
  color: #fff;
  font-size: 35px;
  font-weight: 200;
}
.static_menu {
  padding-left: 40px;
  width: 50%;
}
.static_menu ul {
  display: flex;
  justify-content: space-between;
}
.static_menu ul li a {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  line-height: 1em;
}
.static_menu ul li a:hover {
  opacity: 0.7;
}
#main-navbar-collapse .navbar-nav .main-nav-item .nav-item-image {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(300px, 50%, 900px);
  height: clamp(200px, 100%, 550px);
  background-size: inherit;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5em 40px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#main-navbar-collapse .navbar-nav .main-nav-item .nav-item-image {
  object-fit: contain;
}
#main-navbar-collapse .navbar-nav .main-nav-item:hover .nav-item-image {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#main-navbar-collapse .navbar-nav .main-nav-item:hover a {
  border-top: 1px solid #ffffff78;
  border-bottom: 1px solid #ffffff78;
  opacity: 0.7;
}
.btn-logout {
  position: absolute;
  right: 120px;
}
.btn-logout button {
  background: var(--base-color);
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 0 10px;
  height: 26px;
  outline: 0;
}
body {
  background: #f1ebe7;
  transition: all 0.5s ease-in-out;
}
body.acasa .page-header {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}
body.acasa main {
  border-bottom: 15px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  overflow: hidden;
}
body.acasa .page-header-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
body.acasa .page-header-background {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
body.acasa .page-header-inner {
  align-items: center;
  bottom: 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 40px;
  overflow: hidden;
  position: absolute;
  right: 40px;
  text-align: center;
  top: 75px;
  transform: translateZ(0);
}
[data-animation="trigger"] {
  transform-origin: left;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.home__header__title {
  font-size: 0;
  overflow: hidden;
}
.home__header__title span {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-weight: 300;
  line-height: 1.2em;
}
.home__header__title > span:first-child {
  transform: translateX(5rem);
}
.home__header__title span:first-child span {
  transform: translateX(100%);
}
.home__header__title > span:nth-child(2) {
  transform: translateY(-100%);
}
.home__header__title > span:nth-child(3) {
  transform: translateX(-11.5rem);
}
.home__header__title span:nth-child(3) span {
  transform: translateX(-100%);
}
.home__header__title > span:nth-child(4) {
  transform: translateX(18.5rem);
}
.home__header__title span:nth-child(4) span {
  transform: translateX(100%);
}
.home__header__title > span:nth-child(5) {
  transform: translateY(100%);
}
.home__header__title > span:nth-child(6) {
  transform: translateX(100%);
}
.home__header__title span:nth-child(6) span {
  transform: translateX(20rem);
}
.home__header__title span span {
  font-size: 80px;
}
.home__header__title[data-animation-in] span,
.home__header__title[data-animation-in] span span {
  transform: none;
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.home__header__title[data-animation-in] span:nth-child(2),
.home__header__title[data-animation-in] span:nth-child(5) {
  transition-delay: 0.2s;
}
.home__header__button {
  position: relative;
  font-size: 0;
  letter-spacing: 0.5px;
  color: #000;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 25px;
  top: 2em;
  z-index: 9;
  display: inline-grid;
}
.home__header__button.base-color {
  color: #fff;
}
.home__header__button.base-color .home__header__button__background {
  background: var(--base-color);
}
.home__header__button:hover {
  color: #fff;
  text-decoration: none;
}
.home__header__button:hover .home__header__button__background {
  background: #000;
}
.home__header__button[data-animation-in] {
  font-size: 12px;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.home__header__button__background {
  position: absolute;
  display: inline-block;
  transform: translate(0, 100px);
  width: 40px;
  height: 40px;
  border-radius: 24px;
  top: 0;
  background: #fff;
  z-index: -1;
}
.home__header__button[data-animation-in] .home__header__button__background {
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.section_label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.section_title {
  font-size: 50px;
  font-weight: 300;
}
.home_section_a {
  padding-top: 10%;
  height: 100vh;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom: 1rem solid #f1ebe6;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.home_section_a p {
  max-width: 370px;
  margin: auto;
}
body.acasa .floating-image-bg.up {
  position: absolute;
  top: 26.8rem;
  left: 5em;
  width: 100%;
}
body.acasa .floating-image-bg.up img {
  border-radius: 13px;
}
body.acasa .floating-image.up {
  overflow: visible;
}
.floating-image-bg.down {
  position: absolute;
  top: 12.3rem;
  right: 0;
  width: 100%;
  border-radius: 13px;
  overflow: hidden;
}
.floating-image.down {
  position: absolute;
  z-index: 1;
  max-width: 350px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 13px;
  overflow: hidden;
  filter: drop-shadow(2px 4px 6px #000);
}
.floating-image.up {
  position: absolute;
  top: 20rem;
  z-index: 1;
  max-width: 290px;
  left: 0;
  border-radius: 13px;
  overflow: hidden;
  filter: drop-shadow(2px 4px 6px #000);
}
.drops {
  display: flex;
  align-items: center;
  height: 100%;
}
.drops img {
  width: 16.6%;
  max-height: 250px;
  transform: scale(0);
}
.drop {
  position: absolute;
  max-width: 300px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.home_section_video {
  margin-top: -15px;
  position: relative;
  overflow: hidden;
  max-height: 700px;
  border-bottom: 15px solid #f1ebe7;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.video-js {
  background-color: transparent !important;
}
.home_section_desc {
  padding-top: 10em !important;
}
.home_section_desc h3 {
  font-weight: 200;
  font-size: 40px;
}
.home_custom_slider {
  display: flex;
  margin-bottom: 0 !important;
  align-items: center;
  padding: 5em 5px;
}
.home_custom_slider .category-item {
  height: auto;
  padding: 20px;
  border-radius: 13px;
}
.featured_products_item-wrapper {
  padding: 5px;
}
.featured_products_item-wrapper .categ-image {
  max-height: 250px;
  padding: 20px;
}
.featured_products_item-wrapper .categ-image-wrapper a {
  padding: 0;
}
.featured_products_item-wrapper .title {
  margin-bottom: 0;
  text-align: center;
  line-height: 0.7em;
  margin-bottom: 10px;
}
.featured_products_item-wrapper .title a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.featured_products_item-wrapper .price {
  color: #fff;
}
.featured_products_item-wrapper .button-wrapper {
  margin-top: 15px;
}
.featured_products_item-wrapper .details {
  background: var(--base-color);
  border: 1px solid var(--base-color);
  border-radius: 20px;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 20px;
  display: block;
  letter-spacing: 1px;
  color: #fff;
  font-size: 13px;
}
.featured_products_item-wrapper .details:hover {
  background: 0 0;
  color: var(--base-color);
}
.home_custom_slider .slick-arrow {
  top: -50px;
}
.home_custom_slider .slick-arrow-left {
  left: 40px;
}
.home_custom_slider .slick-arrow-right {
  right: 40px;
}
body.configurator .bg-dark {
  margin-top: 0;
  border-top: 3px solid #fff;
}
.bg-dark {
  background: var(--base-color) !important;
  padding: 0 !important;
  margin-top: 2em;
}
.bg-dark .container-fluid {
  position: relative;
  padding: 2em 55px;
  z-index: 100;
  background: var(--base-color);
}
.footer-logo {
    max-width: 200px;
}
.footer-logo img {
  filter: brightness(0.5);
  max-width: 200px;
}
.bg-dark a {
  color: #fff;
  font-weight: 300;
}
.bg-dark .module-social ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}
.bg-dark .module-social ul li a {
  display: block;
  font-size: 0;
  padding: 0 10px;
}
.bg-dark .module-social ul li a:first-child {
  padding-left: 0;
}
.module-social ul li a:before {
  font-size: 22px;
  font-family: FontAwesome;
  color: #fff;
}
.s-facebook a:before {
  content: "\f230";
}
.s-instagram a:before {
  content: "\f16d";
}
.s-youtube a:before {
  content: "\f16a";
}
.footer-links:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
}
.footer-links:last-child .module-text,
.footer-links:last-child .module-social,
.netopia {
    grid-column: 1/3;
}
.netopia img {
    margin-top: 15px;
    border-radius: 10px;
}
.footer-links p {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 13px;
}
.slick-arrow {
  position: absolute;
  z-index: 9;
  padding: 10px 20px;
  top: calc(50% - 230px);
  border: 1px solid var(--base-color);
  border-radius: 5px;
  cursor: pointer;
}
.slick-arrow i {
  color: var(--base-color);
}
.slick-arrow:hover {
  background: var(--base-color);
}
.slick-arrow:hover i {
  color: #fff;
}
.slick-arrow-right {
  right: 15px;
}
.slick-arrow-left {
  left: 15px;
}
.home_section_categories {
  min-height: 100vh;
  padding: 7em;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.home_section_categories .col-lg-12 {
  max-width: 50%;
}
.home_section_categories_title {
  max-width: 600px;
  margin-bottom: 50px;
}
.home_section_categories_title p {
  font-size: 14px;
}
.home_section_categories h2 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 40px;
}
.home_section_categories_list p {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}
.home_section_categories_list p:after {
  content: "\f178";
  position: relative;
  display: inline-block;
  font: normal normal normal 12px/1 FontAwesome;
  left: 5px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.home_section_categories_list p:hover:after {
  left: 10px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.home_section_categories_list p a {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
}
.home_section_b {
  height: 100vh;
}
.ral-container {
  position: relative;
  z-index: 99;
}
.ral-container.active {
  z-index: initial;
}
.ral-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: auto;
  background: #f1ebe782;
  bottom: 0;
  left: 0;
  z-index: 9;
  transform: translateY(100%);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.ral-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: saturate(180%) blur(20px);
}
.ral-container.active .ral-wrapper {
  transform: translateY(0);
  z-index: 101;
}
#sb-container {
  margin-bottom: 8em;
  margin-top: 4em;
  width: 130px;
}
.ral-close,
.ral-opener {
  position: fixed;
  bottom: 1em;
  left: 50%;
  width: 35px;
  height: 35px;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 102;
}
.ral-opener .ral-center-point {
  fill: transparent;
  stroke: #000;
  stroke-width: 10px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.ral-opener:hover .ral-center-point {
  stroke: transparent;
  stroke-width: 0;
  fill: var(--base-color);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.ral-opener a {
  display: block;
  width: 100%;
  height: 100%;
}
.ral-opener span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 10px;
  color: #000;
  transform: translate(-50%, -50%);
  line-height: 1em;
  letter-spacing: 3px;
  font-weight: 600;
  margin-top: -1px;
}
.ral-opener a svg {
  width: 100%;
  height: 100%;
}
.ral-close {
  width: 35px;
  height: 35px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  border: 2px solid var(--base-color);
  padding: 4px;
  border-radius: 4px;
}
.ral-close svg {
  fill: var(--base-color);
  display: block;
}
.ral-close:hover {
  background: var(--base-color);
}
.ral-close:hover svg {
  fill: #fff;
}
.ral-container.active .ral-close {
  opacity: 1;
  pointer-events: all;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.ral-container.active .ral-opener {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.sb-container div:last-child h5 {
  width: 100%;
}
.sb-container div:last-child h5 img {
  position: absolute;
  left: -100%;
  bottom: 0;
  max-width: 200px;
  filter: invert(1);
  transform: rotate(180deg);
}
.sb-icon svg {
  width: 100%;
  height: 100%;
}
.sb-container div h4 a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.sb-container div h4 a:hover {
  text-decoration: underline;
}
.contact-row {
  margin-top: 5em;
  padding-bottom: 7em;
}
.contact-map {
  height: 100%;
}
.contact-form {
  margin-top: 3em;
}
.contact-form .container {
  padding: 0;
}
.contact-form .form-group {
  margin-bottom: 2em;
}
.contact-form input,
.contact-form textarea {
  background: 0 0;
  border: none;
  border-bottom: 1px solid var(--base-color);
  border-radius: 0;
  outline: 0;
  color: #000;
  padding-left: 0;
}
.contact-form textarea {
  max-height: 37px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  background: 0 0;
  border: none;
  border-bottom: 2px solid var(--base-color);
  outline: 0;
  box-shadow: none;
  color: #000;
}
.contact-form label {
  margin-bottom: 0;
  font-weight: 600;
}
.contact-form .btn {
  position: relative;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 25px;
  background: var(--base-color);
  border: none;
  font-size: 12px;
}
.contact-form .btn:hover {
  background: #000;
}
body.despre-noi .page-header {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  overflow: hidden;
}
body.despre-noi .page-header-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
}
.page-header-inner {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.despre-noi .page-description {
  margin-left: 90px;
  color: #000;
  text-align: left;
}
.despre-noi .home__header__title span {
  font-weight: 500;
}
.about_row_a .col-lg-6,
.about_row_b .col-lg-6 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-attachment: fixed;
}
.about_row_b {
  padding-top: 0;
}
.about_row_b .col-lg-6 {
  background-attachment: initial;
  background-position: center;
}
.about_row_a h2,
.about_row_b h2 {
  font-size: 45px;
  color: #000;
}
.about_row_a .description,
.about_row_b .description {
  max-width: 400px;
  margin: 2em auto 1em;
}
.about_row_a img {
  filter: drop-shadow(2px 4px 6px #000);
}
.rotate {
  -webkit-animation: spin 30s linear infinite, changeColor 20s linear infinite;
  -moz-animation: spin 30s linear infinite, changeColor 20s linear infinite;
  animation: spin 30s linear infinite, changeColor 20s linear infinite;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
@keyframes changeColor {
  100% {
    filter: hue-rotate(1360deg);
  }
}
.about_row_c {
  position: relative;
  display: block;
  height: 130vh;
  margin: 10rem 0;
  margin-left: -15px;
  margin-right: -15px;
}
.about_row_c .section_title {
  position: relative;
  z-index: 9;
}
.about_row_c .col-lg-11 {
  max-width: 100%;
  position: absolute;
  top: 55%;
}
.about_row_c .col-lg-12:last-child {
  height: 100%;
}
.about_row_c img {
  height: 100%;
  object-fit: contain;
  border-radius: 13px;
  background: #fff;
  padding: 20px;
}
.about__gallery__media--1 {
  position: absolute;
  height: 60vh;
  left: 0;
  top: -50px;
  width: 17.5%;
}
.about__gallery__media--2 {
  position: absolute;
  height: 40vh;
  left: 18.5%;
  top: 14.5vh;
  width: 17.5%;
}
.about__gallery__media--3 {
  position: absolute;
  height: 50vh;
  left: 37%;
  top: calc(50px + 14%);
  width: 26%;
}
.about__gallery__media--4 {
  position: absolute;
  height: 40vh;
  left: 64%;
  top: 0;
  width: 17.5%;
}
.about__gallery__media--5 {
  position: absolute;
  height: 40vh;
  right: 0;
  top: -31vh;
  width: 17.5%;
}
.about__gallery__media--6 {
  position: absolute;
  height: 28.7vh;
  right: 0;
  top: 11vh;
  width: 17.5%;
}
.about__gallery__media--7 {
  position: absolute;
  height: 40vh;
  right: 0;
  top: 42vh;
  width: 36%;
}
.about__gallery__media--8 {
  position: absolute;
  height: 40vh;
  left: 0;
  top: 56.5vh;
  width: 36%;
}
.about_row_d .col-lg-6:first-child {
  padding-left: 40px;
}
.about_row_d .col-lg-6:first-child h2:first-child {
  letter-spacing: 8px;
}
body.magazin .bg-dark {
  margin-top: 0;
}
body.magazin .ral-container,
body.page-id-1234 .ral-container,
body[data-pagetype="product_variation"] .ral-container,
body[data-pagetype="products"] .ral-container {
  display: none;
}
body.magazin header.fixed {
  border-radius: 0;
}
body.magazin header {
  background: #f1ebe7;
}
body.magazin main {
  padding-top: 135px !important;
}
.shop_header {
  position: fixed;
  top: 75px;
  width: 100%;
  height: 80px;
  padding: 13px 40px;
  background-color: var(--base-color);
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  z-index: 9;
}
.shop_header .shop_header_items {
  overflow: hidden;
  flex: 0 0 70%;
  max-width: 70%;
  display: flex;
  align-items: center;
}
.shop_header_item {
  position: absolute;
  transform: translateY(-110%);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.shop_header_item.active {
  transform: translateY(0);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.shop_header_item h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 0;
}
.shop_header .shop_header_filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 30%;
  max-width: 30%;
}
.shop_header .shop_header_filter .module-code {
  display: flex;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.shop_header .shop_header_filter #dropdown-filter-products,
.shop_header .shop_header_filter .btn-reset-filters {
  font-weight: 500;
  letter-spacing: 2px;
}
.shop_header .shop_header_filter .dropdown-toggle {
  width: 50%;
  color: var(--base-color);
  border: 1px solid #fff;
  background: #f1ebe7;
  color: var(--base-color);
  border-radius: 0;
}
.shop_header .shop_header_filter .btn-reset-filters {
  width: 50%;
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--base-color);
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.shop_header .shop_header_filter .btn-reset-filters:hover {
  background: 0 0;
  color: var(--secondary-color);
}
.shop_header .shop_header_filter #dropdown-filter-products:focus,
.shop_header .shop_header_filter .btn-reset-filters:focus {
  outline: 0;
  box-shadow: none;
}
.shop_header .dropdown-filter-products {
  padding: 10px;
  border-radius: 13px;
  background: var(--base-color);
}
.shop_header .dropdown-filter-products li a {
  color: #fff;
  display: block;
  padding: 3px 0;
  border-bottom: 1px solid #ffffff54;
}
.shop_header .dropdown-filter-products li a:hover {
  opacity: 0.7;
}
.products_container {
  padding: 0;
}
.products_container .product-subtitle {
  color: #fff;
  font-size: 13px;
  font-weight: 100;
  margin-bottom: 5px;
}
.categories-grid {
  padding: 0;
}
.categories-item-wrapper {
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid var(--base-color);
}
.categories-item-wrapper:nth-child(odd) {
  border-right: 1px solid var(--base-color);
}
.categ-image-wrapper a {
  display: block;
}
.categ-image-wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 50px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.category-item {
  height: 70vh;
  background: var(--secondary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.category-item:hover .categ-image-wrapper a img {
  transform: scale(1.1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#vopsea_lavabila_interior:before {
  background: url(/uploads/backgrounds/Vopsea-lavabila-interior-bg.jpg);
  background-attachment: fixed;
}
#tencuieli_decorative:before {
  background: url(/uploads/backgrounds/tencuieli+decorative+bg.jpg);
  background-attachment: fixed;
}
#amorse_grunduri:before {
  background: url(/uploads/backgrounds/amorse+si+grunduri+bg.jpg);
  background-attachment: fixed;
}
#vopsele_alchidice_uscare_rapida_glans:before {
  background: url(/uploads/backgrounds/vopsele+alchidice+bg.jpg);
}
#lacuri_alchidice_lemn_piatra_beton:before {
  background: url(/uploads/backgrounds/Lacuri_alchidice_lemn_bg.jpg);
  background-attachment: fixed;
}
#chituri:before {
  background: url(/uploads/backgrounds/Chituri_universale_bg.jpg);
  background-attachment: fixed;
}
#vopsele_si_lacuri_pe_baza_de_apa_aquatica:before {
  background: url(/uploads/backgrounds/Vopsele_si_lacuri_pe_baza_de_apa_bg.jpg);
  background-attachment: fixed;
}
#amorse_grunduri:before,
#chituri:before,
#lacuri_alchidice_lemn_piatra_beton:before,
#tencuieli_decorative:before,
#vopsea_lavabila_interior:before,
#vopsele_alchidice_uscare_rapida_glans:before,
#vopsele_si_lacuri_pe_baza_de_apa_aquatica:before {
  content: "";
  position: absolute;
  width: 50%;
  height: calc(70vh + 2px);
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.categ-image-wrapper,
.categ-image-wrapper a {
  height: 100%;
  width: 100%;
}
.categ-image-wrapper a {
  padding: 100px;
  text-align: center;
}
.categories-item-wrapper .categ-title {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  bottom: 0;
  color: #fff;
  left: 40px;
  right: 40px;
  bottom: 20px;
  min-height: 73px;
}
.categories-item-wrapper .categ-title .title {
  margin-bottom: 5px;
  padding-bottom: 0;
}
.categories-item-wrapper .categ-title .price {
  border-top: 1px dashed var(--base-color);
  width: 100%;
  display: block;
  padding-top: 5px;
}
.categories-item-wrapper .categ-title a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.categories-item-wrapper .categ-title .title a {
  display: block;
  max-width: 70%;
}
.categories-item-wrapper .button-wrapper .details {
  background: var(--base-color);
  border: 1px solid var(--base-color);
  border-radius: 20px;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 20px;
  display: block;
  letter-spacing: 1px;
}
.categories-item-wrapper .button-wrapper .details:hover {
  background: var(--secondary-color);
}
.categories-item-wrapper .button-wrapper {
  position: absolute;
  right: 0;
  bottom: 14px;
}
.categories-item-wrapper .button-wrapper .details:focus {
  outline: 0;
  box-shadow: none;
}
.single-prod {
  padding: 0 40px;
  padding-bottom: 2em;
}
.single-product-row {
  margin-bottom: 2em;
}
.single-product-image-col .product-gallery {
  background: #143f6b;
  border-radius: 13px;
  height: 100vh;
  max-height: 764px;
  overflow: hidden;
}
.single-product-image-col .product-gallery .slick-slider-gallery,
.single-product-image-col .product-gallery .slick-slider-gallery .slick-list,
.single-product-image-col .product-gallery .slick-slider-gallery .slick-track {
  height: 100% !important;
  text-align: center;
}
.single-product-image-col .product-gallery .slick-slider-gallery {
  padding: 60px 0;
}
.single-product-image-col .slick-slide {
  display: flex;
}
.single-product-image-col .slick-slide img {
  margin: auto;
  height: 100%;
  width: 100%;
  max-height: 510px;
  object-fit: contain;
  padding: 0 20px;
}
.single-product-image-col .slick-dots {
  width: auto;
  bottom: 20px;
  right: 20px;
}
.single-product-image-col .slick-dots li.slick-active button:before {
  color: var(--base-color);
  opacity: 1;
}
.single-product-image-col .slick-dots li button:before {
  font-size: 15px;
}
.product-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.product-summary:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(0deg, #f1ebe7 0, rgba(241, 235, 231, 0) 100%);
}
.product-summary .product-title {
  margin-bottom: 5px;
}
.product-summary .product-subtitle {
  font-weight: 300;
  margin-bottom: 5px;
}
.product-summary .product_sku .sku {
  font-weight: 600;
}
.product-summary .product-price-wrapper {
  margin-bottom: 30px;
  margin-top: 15px;
}
.product-summary .product-price {
  display: flex;
  flex-direction: column-reverse;
}
.product-summary .product-price-wrapper .price {
  font-size: 30px;
  font-weight: 700;
  color: var(--base-color);
  letter-spacing: 2px;
}
.product-summary .product-price-wrapper span:last-child {
  font-size: 12px;
}
.color_added_label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.color_added_label span:last-child {
  display: flex;
  align-items: center;
  border: 1px solid #0000001f;
  padding: 5px 10px;
  margin-top: 8px;
}
.color_added_label span:last-child button {
  margin-left: 10px;
}
.product-summary .add-to-cart,
.solicita_oferta {
  background: var(--base-color);
  border: 1px solid var(--base-color);
  color: #fff;
  border-radius: 20px;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 20px;
  display: block;
  letter-spacing: 1px;
  max-width: 175px;
}
.product-summary .add-to-cart:hover,
.solicita_oferta:hover {
  background: 0 0;
  color: var(--base-color);
}
.product-summary .add-to-cart:focus,
.solicita_oferta:focus {
  outline: 0;
  box-shadow: none;
}
#offerRequestForm h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--base-color);
}
#offerRequestForm input,
#offerRequestForm textarea {
  border: none;
  border-bottom: 1px solid var(--base-color);
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}
#offerRequestForm button[type="submit"] {
  background: var(--base-color);
  border: 1px solid var(--base-color);
  border-radius: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
#offerRequestForm button[type="submit"]:hover {
  background: 0 0;
  color: var(--base-color);
}
.product-summary .product-details__add-to-cart {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
.product-summary .product-details__add-to-cart .cms-message {
  position: absolute;
  top: -30px;
}
.product-summary .product-details__add-to-cart input {
  margin-right: 10px;
  background: 0 0;
  box-shadow: none;
  border: 1px solid #143f6b;
  border-radius: 20px;
  text-align: center;
  width: 50px;
}
.product-summary .product-details__add-to-cart input:focus {
  outline: 0;
  box-shadow: none;
}
.product-summary .product-description {
  margin-top: 70px;
}
.product-summary .product-description h3 {
  font-size: 25px;
  border-top: 1px solid #0000001a;
  padding-top: 15px;
}
.product-summary .product-description h3:first-child {
  border-top: none;
  padding-top: 0;
}
.product-summary .product-description h4 {
  font-size: 20px;
  font-weight: 400;
}
.product-summary .product-description table td p {
  margin-left: 0 !important;
  text-align: center !important;
}
.product_atributes_container {
  display: flex;
  margin-bottom: 30px;
}
.product_colors_section {
  text-align: center;
}
.product_colors_section p {
  margin-bottom: 0.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.product_colors_section svg {
  max-width: 32px;
  height: auto;
  cursor: pointer;
}
#colorsModal {
  padding: 60px 40px;
}
#colorsModal .modal-dialog {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
#colorsModal .modal-dialog .modal-content {
  height: 100%;
}
#colorsModal .modal-dialog .modal-content .modal-body {
  height: 100%;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#colorsModal .modal-dialog .modal-content .modal-body .color_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 10%;
  min-width: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00000021;
}
#colorsModal .modal-dialog .modal-content .modal-body .color_item:hover {
  box-shadow: 0 0 10px -5px #000;
  cursor: pointer;
}
#colorsModal .modal-dialog .modal-content .modal-body .color_item .color_dot {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
#colorsModal
  .modal-dialog
  .modal-content
  .modal-body
  .color_item
  .pret_culoare {
  font-size: 10px;
  margin-top: 5px;
}
#colorsModal
  .modal-dialog
  .modal-content
  .modal-body
  .color_item
  .color_dot
  .intern_code {
  transition: opacity 0.5s ease-in-out;
}
#colorsModal
  .modal-dialog
  .modal-content
  .modal-body
  .color_item:hover
  .color_dot
  .intern_code {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#colorsModal .modal-dialog .modal-content .modal-body .color_item .cod_culoare {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  margin-bottom: 5px;
}
#colorsModal
  .modal-dialog
  .modal-content
  .modal-body
  .color_item
  .cod_culoare
  span:first-child {
  font-weight: 700;
}
.product-variation {
  margin-right: 50px;
}
.product-variations {
  margin-bottom: 5px;
}
.product-variations li a {
  font-size: 17px;
}
.product-variations li.selected a {
  background: var(--base-color);
  color: #fff;
}
.product-description .col-lg-12 {
  padding: 0;
}
.product-summary-main-title {
  max-height: 768px;
  overflow: auto;
  height: 100%;
  padding-right: 10px;
}
#colorsModal .modal-dialog .modal-content .modal-body::-webkit-scrollbar,
.product-summary-main-title::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}
#colorsModal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb,
.product-summary-main-title::-webkit-scrollbar-thumb {
  background: var(--base-color);
  border-radius: 20px;
}
.related_products_row {
  margin: 5em 0;
  text-align: center;
}
.related_products_row .slick-arrow {
  top: -65px;
}
.related_products_row > .col-lg-12 .title {
  margin-bottom: 40px;
}
.related_products_row .related_products_title a {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.related_products_row .categories-grid {
  border: 2px solid #e25e14;
  width: 100%;
  border-radius: 13px;
  padding: 20px;
}
.related_products_row .related_products_col {
  border-right: 1px solid #e25e141f;
}
.related_products_row .related_products_col:hover {
  background: #eae3dd;
  border-radius: 13px;
  border: none;
}
.related_products_row .related_products_col:last-child {
  border-right: none;
}
.related_products_row .categories-grid .related_products_col img {
  width: 100%;
  max-height: 250px;
  padding: 20px;
  object-fit: contain;
}
.related_products_row
  .categories-grid
  .related_products_col
  .related_products_item {
  padding: 10px 0;
}
.close-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 20px;
  width: 26px;
  height: 26px;
  font-size: 11px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  font-weight: 300;
  cursor: pointer;
}
body.cart-opened .cart a {
  color: #fff;
}
body.cart-opened .cart .cart-items {
  border-color: #fff;
}
.cart-popup {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 400px;
  opacity: 0;
  max-height: calc(100vh - 148px);
  overflow: hidden;
  visibility: hidden;
  z-index: 99;
  background-color: var(--base-color);
  border-radius: 13px;
  padding-top: 75px;
  padding-bottom: 22px;
  padding-left: 5px;
  padding-right: 5px;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 1s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 0 10px -5px #000;
}
.cart-popup.cart-popup-visible {
  opacity: 1;
  visibility: visible;
}
.cart-popup .page-header {
  height: 100% !important;
}
.cart-row {
  flex-direction: column;
}
.cart-popup .cart-content {
  margin-bottom: 40px;
  max-height: 455px;
  overflow: auto;
}
.cart-popup .cart-content::-webkit-scrollbar {
  width: 2px;
  background: var(--base-color);
}
.cart-popup .cart-content::-webkit-scrollbar-thumb {
  background: #fff;
}
.cart-popup .cart-item {
  margin-bottom: 20px;
}
.cart-popup .cart-item-product-group {
  display: flex;
}
.cart-popup figure {
  width: 70px;
  max-width: 70px;
  overflow: hidden;
  background: #143f6b;
  border-radius: 13px;
  margin-right: 15px;
  margin-bottom: 0;
}
.cart-popup figure img {
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
}
.cart-popup .cart-prod-title {
  color: #fff;
  font-weight: 300;
  border-bottom: 1px solid #ffffff61;
  padding-bottom: 5px;
  line-height: 1.2em;
}
.cart-popup .cart-prod-title:hover {
  opacity: 0.8;
}
.cart-popup .item-action {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cart-popup .item-action-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.cart_selected_color {
  color: #fff;
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 14px;
}
.cart-popup .item-action-inner_price {
  width: 100%;
}
.cart-popup .item-action-inner_price .item-qty {
  margin-bottom: 5px;
}
.cart-popup .item-action-inner_price .item-qty input {
  background: 0 0;
  box-shadow: none;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 40px;
}
.cart-popup .item-action-inner_price .item-qty input:focus {
  outline: 0;
  box-shadow: none;
}
.cart-popup .item-action-inner_price span {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  margin-right: 10px;
}
.cart-popup .item-action-inner_price .cart-prod-price {
  color: #fff;
  font-size: 15px;
}
.cart-popup .item-action .remove-btn {
  background: 0 0;
  border: none;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.cart-popup .item-action .remove-btn:hover,
.close-cart:hover {
  opacity: 0.8;
}
.cart-popup .item-action .remove-btn:focus {
  outline: 0;
  box-shadow: none;
}
.cart-popup .cart-sumar-details__total {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}
.cart-popup .cart-sumar-details__total .taxes,
.checkout_row .taxes {
  font-size: 12px;
}
.cart-popup .cart-backToShop-btn,
.cart-popup .cart-checkout-btn {
  width: 100%;
  margin-top: 40px;
  border-radius: 20px;
  background: #143f6b;
  border-color: #143f6b;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 300;
  padding: 10px;
}
.cart-popup .cart-backToShop-btn:hover,
.cart-popup .cart-checkout-btn:hover {
  background: 0 0;
}
.cart-popup .cart-backToShop-btn:focus,
.cart-popup .cart-checkout-btn:focus {
  outline: 0;
  box-shadow: none;
}
#cart-message-box {
  right: 16px;
  max-width: 400px;
  text-align: center;
  background: var(--base-color);
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  transition: transform 0.3s ease-in-out;
}
.close-cart-message-box {
  position: absolute;
  top: -6px;
  right: -5px;
  background: var(--secondary-color);
  border-radius: 100%;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.cart-message-box-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 15px;
}
.cart-message-box-buttons a {
  color: #fff;
  background: #143f6b;
  padding: 5px 15px;
  border-radius: 15px;
  border: 1px solid #143f6b;
}
.cart-message-box-buttons a:hover {
  background: 0 0;
}
.cart-message-box-buttons a:first-child {
  margin-right: 10px;
}
.cart-popup .empty-cart-title {
  font-weight: 300;
  color: #fff;
  font-size: 18px;
}
.sofa_row {
  background: var(--base-color);
  height: calc((var(--vh, 1vh) * 100) - 75px);
  transition: 0.6s ease-in-out;
  overflow: hidden;
}
.sofa_row.fade {
  transition: 0.6s ease-in-out;
}
.sofa_row .col-lg-12 {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-position: bottom;
  filter: drop-shadow(2px 4px 6px #000);
}
.colours {
  position: absolute;
  bottom: 1em;
  left: 40px;
  display: flex;
  flex-direction: column;
}
.colours__labels {
  display: flex;
  margin-bottom: 0.5em;
}
.colours__labels span {
  display: block;
  width: 90px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 4px #000;
}
.colours__inputs {
  display: flex;
}
.colours .jscolor {
  display: block;
  border: 0;
  height: 40px;
  width: 90px;
  font-size: 13px;
  margin: 0;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-transform: uppercase;
}
.colours .jscolor:first-child {
  border-radius: 6px 0 0 6px;
}
.colours-list-box {
  position: absolute;
  bottom: 91px;
  top: 40px;
  left: 40px;
  max-width: 300px;
  padding: 10px 5px 10px 10px;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.colours-list-box.active {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}
.colours-list-box .colors-hex-list {
  height: 100%;
  padding-left: 0;
}
.colours-list-box .colors-hex-list ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: auto;
  padding-right: 5px;
}
.colours-list-box .colors-hex-list ul::-webkit-scrollbar {
  width: 5px;
  background-color: #0000003d;
}
.colours-list-box .colors-hex-list ul::-webkit-scrollbar-thumb {
  background-color: var(--base-color);
}
.colours-list-box .colors-hex-list ul li {
  flex: 0 0 25%;
  max-width: 25%;
}
.colours-list-box .colors-hex-list ul li a {
  display: block;
  margin: 0;
  text-align: center;
}
.btn-colours-list {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: var(--base-color);
}
.m5logo {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease-in-out;
}
.couch {
  width: 1000px;
  height: 394px;
  transform: scale(0.66);
  position: relative;
  transition: 0.25s ease-in-out;
}
.couch__img,
.couch__overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.couch__overlay {
  z-index: 2;
  fill: #fcff4d;
  mix-blend-mode: multiply;
}
.couch__overlay.fade {
  transition: 0.6s ease-in-out !important;
  opacity: 1 !important;
}
.btn-config-next,
.gen-random {
  background: var(--base-color);
  border: 0;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  border-radius: 0 6px 6px 0;
  border-left: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.minorbrag {
  color: #fff;
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.25rem;
  display: inline-block;
}
.checkout_section {
  padding-bottom: 40px;
  color: #fff;
}
.checkout_section_container {
  padding: 0 40px;
}
.checkout_row {
  flex-direction: column;
  align-items: center;
  margin: 0;
  background: var(--secondary-color);
  border-radius: 13px;
  padding: 2em;
}
.checkout_row h2 {
  font-weight: 300;
}
.checkout-qty-price {
  display: flex;
}
.checkout-qty-price li:first-child {
  margin-right: 10px;
}
.checkout_row .summary-items ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
}
.checkout_row .summary-items ul figure {
  max-width: 70px;
  background: var(--base-color);
  border-radius: 13px;
  margin-bottom: 0;
  margin-right: 10px;
}
.checkout-details-col-inner .delivery-fee-message {
  font-size: 13px;
  margin-bottom: 0;
}
.checkout_row .summary-items ul figure img {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.checkout_row .summary-items ul li a {
  color: var(--base-color);
}
.checkout_row input,
.checkout_row textarea {
  background: 0 0;
  border-bottom: 1px solid #fff;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
}
.checkout_row input:focus,
.checkout_row textarea:focus {
  background: 0 0;
  outline: 0;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid var(--base-color);
  color: #fff;
}
.checkout_row .form-group:not(.no-anim).filled label,
.checkout_row .form-group:not(.no-anim).focus label {
  opacity: 0;
}
.checkout-form-col .no-anim {
  display: flex;
  align-items: center;
  height: auto;
  margin-top: 2em;
}
.checkout-form-col .no-anim.filled label {
  transform: none;
  border: none;
  opacity: 1;
  pointer-events: all;
}
.checkout-form-col .no-anim:before {
  display: none;
}
.checkout-form-col .no-anim input {
  height: auto;
}
.checkout-form-col .no-anim input:focus + label {
  transform: none;
  border: none;
}
.checkout-form-col .no-anim label {
  position: relative;
  border: none;
  pointer-events: all;
  cursor: pointer;
}
.checkout_row .form-group.filled input,
.checkout_row .form-group.filled textarea {
  border-bottom: 1px solid var(--base-color);
}
.checkout_row .form-group {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.checkout_row .form-group.cursor-pointer {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 5px;
}
.checkout_row .form-group.cursor-pointer input {
  margin-right: 5px;
}
.checkout_row .form-group.cursor-pointer label {
  margin-bottom: 0;
}
.checkout_row .form-group:not(.invoice-group, .no-anim, .checkout-gdpr) label {
  position: absolute;
  bottom: 0;
  font-weight: 300;
  font-size: 14px;
  pointer-events: none;
}
.invoice-group span {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 8px 0;
  cursor: pointer;
}
.invoice-group span input {
  margin-right: 5px;
}
.invoice-group span label {
  margin-bottom: 0;
}
.invoice-group span:first-child {
  margin-right: 15px;
}
.checkout-details-col,
.checkout-form-col {
  max-width: 800px;
}
.checkout-form-col {
  margin-bottom: 3em;
}
.checkout-form-col textarea {
  height: 38px;
}
.checkout-gdpr {
  flex-direction: column;
}
.checkout-gdpr a {
  color: var(--base-color);
}
.checkout-gdpr button {
  margin-top: 20px;
  background: var(--base-color);
  border: 1px solid var(--base-color);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 300;
  border-radius: 20px;
}
.checkout-gdpr button:hover {
  background: 0 0;
  border-color: var(--base-color);
}
input:-internal-autofill-selected {
  background: 0 0 !important;
  color: -internal-light-dark(#000000e3, #000000e3) !important;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  box-shadow: 0 0 0 1000px transparent inset;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}
#cookie_notice {
  background: var(--base-color);
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
#cookie_notice .cookie_notice_container p {
  font-size: 17px;
  font-weight: 100;
}
#cookie_notice .cookie_notice_container p a {
  color: #fff;
  text-decoration: underline;
}
#cookie_notice .cookie_notice_container button {
  background: var(--secondary-color);
  border: none;
  border-radius: 20px;
}
body.multumim main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thank_you_container {
  min-height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.thank_you_row {
  border: 1px solid var(--base-color);
  border-radius: 20px;
}
.thank_you_row .col-lg-12 {
  padding: 5em;
}
.row_404 .title,
.thank_you_row h1 {
  border-bottom: 1px solid var(--base-color);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.thank_you_row .title {
  font-size: 40px;
}
.row_404 h3,
.thank_you_row h2 {
  font-weight: 300;
  font-size: 23px;
}
.thank_you_row .desc {
  font-size: 23px;
  font-weight: 300;
}
.row_404 .back_to_home,
.thank_you_row .back_to_home {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--base-color);
  border: 1px solid var(--base-color);
  border-radius: 20px;
  padding: 5px 15px;
  color: #fff;
  font-weight: 300;
}
.row_404 .back_to_home:hover,
.thank_you_row .back_to_home:hover {
  background: #f1ebe7;
  color: var(--base-color);
}
.thank_you_container .thank_you_row {
  width: 100%;
  max-width: 700px;
}
.site-error {
  min-height: calc(100vh - 90px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.row_404 {
  border: 1px solid var(--base-color);
  border-radius: 20px;
}
.row_404 .col-md-12 {
  padding: 5em;
}
.spinner-grow {
  background: #143f6b;
}
.spinner-grow:last-child {
  background: var(--base-color);
}
#colorsModal .spinner-border {
  border: none;
}
#colorsModal .spinner-border svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 32px;
}
.colors-hex-list ul {
  list-style: none;
  display: flex;
}
.colors-hex-list ul li a {
  padding: 10px;
  margin: 5px;
  font-size: 10px;
  font-weight: 600;
  color: #000;
}
.site-login,
.site-reset-password,
.site-signup {
  padding: 4em 0;
}
.login-page main {
  padding-top: 75px;
}
.login-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.site-login .container .row {
  width: 95%;
  margin: auto;
}
.site-login .e-form,
.site-reset-password .e-form,
.site-signup .e-form {
  max-width: 400px;
  margin: auto;
  box-shadow: 1px 2px 5px #ccc;
  border-radius: 5px;
  padding: 30px;
  background: var(--secondary-color);
  color: #fff;
}
#request-password-reset-form button[type="submit"] {
  margin-top: 30px;
}
.site-login .e-form button,
.site-reset-password .e-form button,
.site-signup .e-form button {
  background: 0 0;
  width: 100%;
  border-radius: 25px;
  font-size: 13px;
  color: var(--base-color);
  border-color: var(--base-color);
  margin-top: 1em;
  text-transform: uppercase;
}
.site-login .e-form button:hover,
.site-reset-password .e-form button:hover,
.site-signup .e-form button:hover {
  background: var(--base-color);
  color: #fff !important;
}
.e-form .form-group {
  position: relative;
  height: 50px;
}
.e-form .form-group:last-child {
  height: auto;
}
.e-form .form-group label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 8px;
  left: 0;
  margin-bottom: 0;
  font-size: 14px;
  transition: transform 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  pointer-events: none;
  width: 100%;
}
.e-form .form-group:focus {
  outline: 0;
}
.e-form input,
.e-form textarea {
  border: none;
  border-bottom: 1px solid #ffffff45;
  color: #fff !important;
  background: 0 0;
  border-radius: 0;
  padding-left: 0;
  font-size: 14px;
  padding-top: 28px;
  height: 100%;
  font-size: 13px;
  text-align: center;
  padding-right: 0;
}
.e-form input:focus,
.e-form textarea:focus {
  outline: 0;
  box-shadow: none;
  background: 0 0 !important;
  color: #000;
  border-color: #ffffff45;
}
.e-form .form-group.focus label,
.form-group.filled label {
  transform: translateY(-70%);
  transition: transform 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  opacity: 0.8;
}
.e-form .form-group:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: var(--base-color);
  transition: width 0.2s cubic-bezier(0.12, 0, 0.39, 0);
}
.e-form .form-group.focus:before,
.form-group.filled:before {
  width: 100%;
  transition: width 0.2s cubic-bezier(0.12, 0, 0.39, 0);
}
.e-form .checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  height: 20px;
  justify-content: center;
  cursor: pointer;
  line-height: 1em;
  bottom: 0;
  pointer-events: all;
}
.site-signup .e-form .checkbox {
  margin-top: 2em;
}
.site-signup .e-form .checkbox label {
  display: block;
  height: auto;
  line-height: 1.3em;
}
.site-signup .e-form .checkbox label input {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.site-signup .e-form .checkbox label a {
  color: #ffffffa3;
}
.e-form .form-group.field-loginform-rememberme {
  height: auto;
  margin-top: 2em;
  overflow: visible;
}
.e-form .form-group.field-loginform-rememberme:before {
  display: none;
}
.e-form .checkbox #loginform-rememberme {
  margin-right: 7px;
}
.e-form .help-block-error {
  position: relative;
  font-size: 10px;
  right: 0;
  top: 5px;
  pointer-events: none;
  text-align: center;
  color: var(--base-color);
}
.login-help-wrapper {
  text-align: left;
  font-size: 13px;
  margin: 2em 0;
  color: #ffffffa6;
  text-align: center;
  font-weight: 100;
}
.login-help-wrapper a {
  color: var(--base-color);
  font-weight: 400;
}
.field-loginform-email label:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(/uploads/icons/email.svg);
  background-position: center;
  background-size: cover;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -32px;
}
.field-loginform-password label:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(/uploads/icons/lock.svg);
  background-position: center;
  background-size: cover;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -42px;
  margin-bottom: 5px;
}
.btn-paint {
  background: var(--base-color);
  border: 1px solid var(--base-color);
  color: #fff;
  border-radius: 20px;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 20px;
  display: block;
  letter-spacing: 1px;
  max-width: 175px;
  box-shadow: none !important;
  white-space: nowrap;
}
.btn-paint:hover {
  background: 0 0;
  color: #000;
}
body[data-pagetype="products"] main,
body[data-pagetype="product_variation"] main {
  padding-top: 100px;
}

#offerRequestForm input:-webkit-autofill,
#offerRequestForm input:-webkit-autofill:focus,
#offerRequestForm input:-webkit-autofill:hover,
#offerRequestForm select:-webkit-autofill,
#offerRequestForm select:-webkit-autofill:focus,
#offerRequestForm select:-webkit-autofill:hover,
#offerRequestForm textarea:-webkit-autofill,
#offerRequestForm textarea:-webkit-autofill:focus,
#offerRequestForm textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #000 !important;
}

.fisa_tehnica {
  display: flex;
  align-items: center;
  margin-left: 20px;
  border: 1px solid var(--base-color);
  border-radius: 20px;
  padding: 0 20px;
}

.fisa_tehnica a {
  color: var(--base-color);
}

.product_atributes_container .culoare select {
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid var(--base-color);
  padding: 5px 8px;
  background: transparent;
  border-radius: 0;
}

.cart-prod-fields {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.catre-cos-selecteaza-baze {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  pointer-events: none;
  filter: grayscale(1);
  cursor: not-allowed;
}
.catre-cos-selecteaza-baze.active {
  cursor: pointer;
  pointer-events: all !important;
  filter: none !important;
}
/* Miscelaneous */

::selection {
  color: #fff;
  background: #000;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #e25e14;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e25e14;
}

:root {
  --maro: #4d2408;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
/* end Miscelaneous */

#blog-row {
  display: flex;
  flex-direction: row;
  flex-basis: 75%;
  align-items: center;
  margin: auto;
  padding-bottom: 50px;
}
#blog-row .categories-item-wrapper:nth-child(odd) {
  border-right: none;
}
#blog-row .categories-grid {
  z-index: 2;
  margin: 3rem 0;
}
#blog-row .categories-item-wrapper {
  border-bottom: none;
  padding: 10px;
}
#blog-row .categories-item-wrapper .categ-title a {
  font-size: 16px !important;
}
#blog-row .categ-image-wrapper a {
  padding: 0;
}
#blog-row .categ-image-wrapper a img {
  padding: 0;
  backdrop-filter: saturate(180%) blur(120px);
}
#blog-row .category-item {
  height: auto;
  margin: 0 10px;
  z-index: 2;
  border-radius: 15px !important;
  border-bottom-right-radius: 0px !important;
}
#blog-row h2 {
  text-align: center;
  padding: 0 5px;
}
#blog-row .categories-item-wrapper .categ-title {
  background-color: var(--base-color);
  justify-content: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 15px;
  border-bottom-right-radius: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
}
#blog-row .categories-item-wrapper .categ-title:hover {
  background-color: var(--secondary-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#blog-section {
  height: auto;
  padding-top: 3rem;
}
#blog-section .floating-image.up {
  top: 20rem;
  left: 10rem;
  z-index: -1;
}
#blog-section .floating-image.down {
  z-index: -1;
}
#blog-section p {
  max-width: 1000px;
  z-index: 3;
}
.blog-text-row {
  width: 100%;
}
.paint-article h1 {
  color: #212529;
}
.paint-article {
  padding: 25px 0;
}
.blog-button {
  padding: 25px;
  margin: auto;
  text-align: center;
}
.blog-button .btn-primary {
  background-color: var(--base-color);
  border: none;
  border-radius: 45px;
  padding: 10px 25px;
}
.blog-button .btn-primary:hover {
  background-color: var(--secondary-color);
}
.blog-header {
  height: 30rem;
  width: 35rem;
  margin: 3rem auto;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1.00151);
  z-index: 0;
}
.type-posts {
  padding-bottom: 25px;
}
.type-posts .container {
  /* background-color: var(--base-color); */
  /* border-radius: 45px; */
  box-sizing: border-box;
  margin-bottom: 25px;
}
.blog-header-inner {
  transform: scale(1.00101);
}

.logo-footer img {
    max-width: 375px;
}
