@charset "UTF-8";
/*Breakpoints*/
*:not(:before):not(:after):not(i):not(em) {
  font-family: "DM Sans", sans-serif;
}

* {
  box-sizing: border-box;
}

.fas,
.far,
.fa {
  font-style: normal;
  font-family: "Font Awesome 5 Pro" !important;
}

.far {
  font-weight: 400;
}

/*Colors*/
/*Defaults*/
::-moz-selection {
  background-color: #595b5c !important;
  color: #ffffff !important;
}

::selection {
  background-color: #595b5c !important;
  color: #ffffff !important;
}

a:focus {
  outline: none;
}

html {
  font-size: 16px;
}

body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 1.75;
  color: #000000;
  margin: 0;
  padding: 0;
  max-width: 100%;
  float: left;
  width: 100%;
  overflow-x: hidden;
}
body p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 15px 0;
  color: #000000;
}
body .Normal,
body .NormalDisabled,
body .NormalDeleted {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  color: #000000;
}
body ul,
body ol {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-left: 0;
}
body ul li,
body ol li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
body strong {
  font-weight: bold;
}

a,
a:link,
a:visited {
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

img,
image,
picture {
  outline: none !important;
}

.text-center {
  text-align: center;
}

/*Spacings*/
.top-spacing10 {
  margin-top: 10px;
}

.top-spacing15 {
  margin-top: 15px;
}

.top-spacing20 {
  margin-top: 20px;
}

.top-spacing25 {
  margin-top: 25px;
}

.top-spacing30 {
  margin-top: 30px;
}

.top-spacing35 {
  margin-top: 35px;
}

.top-spacing40 {
  margin-top: 40px;
}

.top-spacing45 {
  margin-top: 45px;
}

.top-spacing50 {
  margin-top: 50px;
}

.top-spacing55 {
  margin-top: 55px;
}

.top-spacing60 {
  margin-top: 60px;
}

.top-spacing65 {
  margin-top: 65px;
}

.top-spacing70 {
  margin-top: 70px;
}

.top-spacing75 {
  margin-top: 75px;
}

.top-spacing80 {
  margin-top: 80px;
}

.bot-spacing10 {
  margin-bottom: 10px;
}

.bot-spacing15 {
  margin-bottom: 15px;
}

.bot-spacing20 {
  margin-bottom: 20px;
}

.bot-spacing25 {
  margin-bottom: 25px;
}

.bot-spacing30 {
  margin-bottom: 30px;
}

.bot-spacing35 {
  margin-bottom: 35px;
}

.bot-spacing40 {
  margin-bottom: 40px;
}

.bot-spacing45 {
  margin-bottom: 45px;
}

.bot-spacing50 {
  margin-bottom: 50px;
}

.bot-spacing55 {
  margin-bottom: 55px;
}

.bot-spacing60 {
  margin-bottom: 60px;
}

.bot-spacing65 {
  margin-bottom: 65px;
}

.bot-spacing70 {
  margin-bottom: 70px;
}

.bot-spacing75 {
  margin-bottom: 75px;
}

.bot-spacing80 {
  margin-bottom: 80px;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.container {
  width: 100% !important;
  max-width: 1440px !important;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.hero-container {
  width: 100% !important;
  max-width: 1440px !important;
}

.container.main {
  width: 100% !important;
  max-width: 1358px !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 999px) {
  .container.main {
    padding-left: 0;
    padding-right: 0;
  }
}

.container.timeline {
  width: 100% !important;
  max-width: 925px !important;
}

.container.small {
  width: 100% !important;
  max-width: 1175px !important;
}

body.freeze {
  overflow: hidden;
}

/*480*/
/*576*/
/*768*/
/*992*/
/*1200*/
/*1480*/
@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*SITE*/
h1, h2, h3, h4, h5, h6 {
  color: #404142;
  font-family: "DM Sans", sans-serif;
  padding: 0;
  margin: 15px 0;
  line-height: 1.25;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  margin: 0;
  color: #404142;
}
h1 span span, h2 span span, h3 span span, h4 span span, h5 span span, h6 span span {
  color: #404142;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  margin: 15px 0 30px;
}

h1 {
  font-size: 5.3125rem;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width:768px) {
  h1 {
    font-size: 4.0625rem;
  }
}

h2 {
  font-size: 1.875rem;
  font-weight: 600;
}

h3 {
  font-size: 2.1875rem;
  line-height: 1.4;
  letter-spacing: 0.06px;
  font-weight: 600;
}
@media (max-width:768px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 1.5625rem;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width:768px) {
  h4 {
    font-size: 1.125rem;
  }
}

.title span {
  margin: 0;
}

.button-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1rem;
  line-height: 1.7;
  background: #404142;
  border: none;
  color: #F6F8FB;
  border-radius: 55px;
  text-decoration: none;
  font-family: "DM Sans", sans-serif !important;
  font-weight: 600;
  width: 148px;
  height: 48px;
  padding: 6px 12px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  transform-origin: center;
}
.button-1.itstime {
  background: #F04790;
}
.button-1.small {
  font-size: 10px;
  width: auto;
  height: auto;
  padding: 2px 10px;
}
.button-1.itstimeplay {
  background: #F47929;
}
.button-1.itstimeaction {
  background: #EE3042;
}
.button-1.itstimebeach {
  background: #F5B810;
}
.button-1.itstimefashion {
  background: #F04790;
}
.button-1.itstimediving {
  background: #00BBD6;
}
.button-1.itstimeoutdoor {
  background: #39B54A;
}
.button-1.bestway {
  background: #1B76BC;
}
.button-1:hover, .button-1:focus {
  transform: scale(1.07);
  outline: none;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.button-1::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
  font-weight: 100;
  transform: translateY(-50%);
  position: absolute;
  right: 16px;
  top: 50%;
  transition: all 0.25s ease-in-out;
}
.button-1.download::after {
  content: "\f56d";
}

/* ADMIN BAR */
.admin-header-links ~ .header {
  top: 30px;
}

.admin-header-links {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #404142;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.admin-header-links a {
  color: #ffffff;
}
.admin-header-links a:hover {
  text-decoration: underline;
}
.admin-header-links select {
  width: auto;
  height: 22px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #404142;
  font-weight: 500;
  outline: 0;
  background: white;
  border: 1px solid #e3e3e3;
  max-width: 200px;
  border-radius: 4px;
}
.admin-header-links button {
  border: 1px solid #e3e3e3;
  background: white;
  color: #404142;
  display: flex;
  padding: 2px 10px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  font-family: "DM Sans", sans-serif;
}

.master-wrapper-page {
  float: left;
  width: 100%;
  overflow-x: hidden;
}

.master-wrapper-content {
  float: left;
  width: 100%;
  min-height: calc(100vh - 450px);
  margin-top: 118px;
}
@media (max-width: 1199px) {
  .master-wrapper-content {
    margin-top: 137px;
  }
}
.master-wrapper-content .master-column-wrapper {
  float: left;
  width: 100%;
}
.master-wrapper-content .master-column-wrapper .page {
  float: left;
  width: 100%;
}
.master-wrapper-content .master-column-wrapper .page .page-body {
  float: left;
  width: 100%;
}

.admin-header-links ~ .header ~ .master-wrapper-content {
  margin-top: 148px;
}
@media (max-width: 1199px) {
  .admin-header-links ~ .header ~ .master-wrapper-content {
    margin-top: 186px;
  }
}

.clickable-card {
  cursor: pointer;
}

/* HOME HERO SECTION  */
.home-section {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.home-section .hero-section {
  display: grid;
  grid-template-columns: 55% 45%;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
  min-height: 750px;
}
.home-section .hero-section .title, .home-section .hero-section .subtitle {
  margin: 0;
  color: white;
}
.home-section .hero-section .hero-left-main {
  grid-column: 1;
  grid-row: 1/3;
}
.home-section .hero-section .hero-left-main .hero-title {
  line-height: 1.4;
  letter-spacing: 6px;
  margin-bottom: 0;
}
.home-section .hero-section .hero-left-main .button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width:768px) {
  .home-section .hero-section .hero-left-main {
    min-height: 360px !important;
  }
  .home-section .hero-section .hero-left-main .title {
    font-size: 3.4375rem;
  }
  .home-section .hero-section .hero-left-main .subtitle {
    font-size: 1.375rem;
  }
  .home-section .hero-section .hero-left-main img {
    max-height: 400px;
  }
}
.home-section .hero-section .hero-right-top {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width:768px) {
  .home-section .hero-section .hero-right-top img {
    max-height: 300px;
  }
}
.home-section .hero-section .hero-right-bottom {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width:768px) {
  .home-section .hero-section .hero-right-bottom img {
    max-height: 300px;
  }
}
.home-section .hero-section > .clickable-card {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.home-section .hero-section > .clickable-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.home-section .hero-section > .clickable-card:hover img {
  transform: scale(1.03);
}
.home-section .hero-section > .clickable-card .overlay-content, .home-section .hero-section > .clickable-card .overlay-content-left {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 30px;
}
@media (max-width:768px) {
  .home-section .hero-section > .clickable-card .overlay-content, .home-section .hero-section > .clickable-card .overlay-content-left {
    align-items: flex-start;
  }
}
.home-section .hero-section > .clickable-card .overlay-content-left .title {
  color: #F8C759;
}
@media (max-width:768px) {
  .home-section .hero-section > .clickable-card .overlay-content-left .title {
    font-size: 2.8125rem;
  }
}
.home-section .hero-section > .clickable-card .overlay-content {
  flex-direction: row;
  align-items: flex-end;
}
.home-section .hero-section > .clickable-card .overlay-content .text-left {
  width: 60%;
}
.home-section .hero-section > .clickable-card .overlay-content .button-right {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-right: 9px;
}
.home-section .hero-section .button-1 {
  justify-content: space-around;
}
.home-section .hero-section .button-1::after {
  font-size: 1.5rem;
  transform: none;
  position: unset;
}
@media (max-width:768px) {
  .home-section .hero-section {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto;
  }
  .home-section .hero-section .hero-left-main,
.home-section .hero-section .hero-right-top,
.home-section .hero-section .hero-right-bottom {
    grid-column: auto;
    grid-row: auto;
    min-height: 180px;
    width: 100%;
  }
}

/*  HOME CATEGORIES   */
.home-categories {
  display: flex;
  justify-content: center;
  margin: 55px 0px 26px 0px;
}
.home-categories .home-categories-image {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.home-categories .home-categories-image .home-categories-top-image {
  display: block;
  width: 287px;
  max-width: 100%;
}
.home-categories .home-categories-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}
@media (max-width: 1024px) {
  .home-categories .home-categories-list {
    gap: 15px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .home-categories .home-categories-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .home-categories .home-categories-list {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.home-categories .category {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 446px;
  height: 440px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.home-categories .category::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s ease;
  z-index: 0;
}
.home-categories .category .category-top-image {
  margin-top: 30px;
  object-fit: contain;
  display: block;
  max-width: 90px;
  z-index: 1;
  transition: transform 0.5s ease;
}
.home-categories .category .category-middle-image {
  display: block;
  padding-top: 40px;
  max-width: 150px;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home-categories .category .category-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 36px;
  z-index: 1;
}
.home-categories .category .category-bottom .title {
  color: white;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.25rem;
}
.home-categories .category .category-bottom .button-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-categories .category .category-bottom .button-1 .icon-arrow_small {
  display: flex;
  margin-left: 2px;
  transition: transform 0.3s ease;
}
.home-categories .category .category-bottom .button-1 .icon-arrow_small::before {
  font-size: 6px;
}
.home-categories .category .category-bottom .button-1::after {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .home-categories .category {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .home-categories .category:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  }
  .home-categories .category:hover .category-middle-image {
    transform: scale(1.1) translateY(-5px);
  }
  .home-categories .category:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.home-categories .home-categories-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 65px;
  gap: 100px;
}
.home-categories .home-categories-bottom .group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-categories .home-categories-bottom .group .title {
  padding-top: 15px;
  color: #404142;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width:768px) {
  .home-categories .home-categories-bottom {
    gap: 60px;
  }
}
@media (max-width:576px) {
  .home-categories .home-categories-bottom {
    flex-direction: column;
    gap: 50px;
  }
}

/*   HOME SLIDER TOp  */
.home-slider {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  background: #F6F6F6;
  width: 100%;
  float: left;
}
.home-slider .home-slider-title {
  text-align: center;
  margin-bottom: 24px;
}
.home-slider .home-slider-title .title {
  color: #404142;
  font-style: italic;
  font-weight: 500;
  font-size: 46px;
}
.home-slider .home-categories-slider {
  position: relative;
  padding: 20px 0;
  padding-left: 120px;
}
.home-slider .home-categories-slider .swiper-wrapper {
  align-items: center;
  margin-bottom: 20px;
  left: -120px;
}
@media (max-width: 769px) {
  .home-slider .home-categories-slider {
    overflow: visible !important;
  }
}
.home-slider .home-categories-slider .swiper-slide {
  min-width: 350px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-slider .home-categories-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 400px;
  object-fit: cover;
}
.home-slider .home-categories-slider .swiper-slide:hover,
.home-slider .home-categories-slider .swiper-slide:focus-within {
  z-index: 2;
  transform: translateY(-7px);
}
.home-slider .home-categories-slider .swiper-scrollbar {
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 5px;
  background: #EEEEE6;
  border-radius: 4px;
}
.home-slider .home-categories-slider .swiper-scrollbar-drag {
  background: #404142;
  border-radius: 4px;
}

/*    HOME BANNER     */
.home-banner-section {
  position: relative;
  width: 100%;
  height: 900px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.home-banner-section .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
  z-index: -1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-banner-section .banner-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 95px;
}
.home-banner-section .banner-bottom .title {
  color: #ffffff;
  letter-spacing: 20px;
  margin-bottom: 0;
}
@media (max-width:768px) {
  .home-banner-section .banner-bottom .title {
    letter-spacing: 10px;
  }
}
.home-banner-section .banner-bottom p {
  color: #E3E3E3;
  font-size: 1.875rem;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width:768px) {
  .home-banner-section .banner-bottom p {
    font-size: 1.5rem;
  }
}
.home-banner-section .banner-bottom a {
  justify-content: space-around;
}
.home-banner-section .banner-bottom a::after {
  position: unset;
  transform: unset;
  font-size: 1.6rem;
}

/*   HOME TIMELINE    */
.timeline-section {
  position: relative;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  width: 100%;
  float: left;
}
.timeline-section .timeline {
  padding: 48px 0;
  position: relative;
}
.timeline-section .timeline-track {
  position: absolute;
  top: 0;
  height: 0;
  left: 50%;
  width: 5px;
  transform: translateX(-50%);
  background: #BEBEC0;
  border-radius: 9999px;
  overflow: hidden;
}
.timeline-section .timeline-track .timeline-fill {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0%;
  background: #1f2937;
  border-radius: inherit;
  transition: height 0.1s linear;
}
@media (max-width:768px) {
  .timeline-section .timeline-track {
    width: 4px;
  }
}
.timeline-section .timeline-items {
  display: grid;
}
.timeline-section .timeline-items .step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
  column-gap: 50px;
  position: relative;
}
@media (max-width:768px) {
  .timeline-section .timeline-items .step {
    margin: 0 20px;
  }
  .timeline-section .timeline-items .step .media, .timeline-section .timeline-items .step .text {
    grid-column: 2;
  }
}
.timeline-section .timeline-items .text .title {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 600;
  color: #404142;
}
.timeline-section .timeline-items .text p {
  font-size: 12px;
  line-height: 1.4;
}
.timeline-section .timeline-items .step.left .text {
  width: auto;
  max-width: 300px;
  grid-column: 1;
  justify-self: end !important;
  text-align: right;
}
.timeline-section .timeline-items .step.left .media {
  grid-column: 3;
}
.timeline-section .timeline-items .step.right .media {
  grid-column: 1;
  text-align: right;
}
.timeline-section .timeline-items .step.right .text {
  grid-column: 3;
  width: auto;
  max-width: 300px;
  justify-self: start !important;
  text-align: left;
}
.timeline-section .timeline-items .step-card {
  padding: 20px;
}
.timeline-section .timeline-items .step-card.media {
  padding: 0;
  overflow: hidden;
}
.timeline-section .timeline-items .step-card.media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 380px;
  object-fit: contain;
  border-radius: 16px;
  aspect-ratio: initial;
}
@media (max-width:768px) {
  .timeline-section .timeline-items .step-card.media img {
    max-width: 280px;
  }
}
.timeline-section .timeline-items .step.in-view .step-card {
  opacity: 1;
  transform: translateY(0);
}
.timeline-section .timeline-items .step::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  width: 14px;
  height: 14px;
  background: #BEBEC0;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  box-shadow: 0px 0px 6px 1px #292929;
}
@media (max-width:768px) {
  .timeline-section .timeline-items .step::before {
    transform: translateX(-50%);
  }
}
.timeline-section .timeline-items .step.past::before {
  background: #1f2937;
}
.timeline-section .timeline-items .step:last-child::before {
  bottom: 48%;
  top: auto;
}
@media (max-width:576px) {
  .timeline-section {
    padding: 36px 0;
  }
  .timeline-section .timeline {
    padding: 28px 0;
  }
  .timeline-section .timeline-track {
    left: 11%;
    transform: none;
    width: 4px;
    top: 12%;
    bottom: 14%;
  }
  .timeline-section .timeline-items {
    display: flex;
    flex-direction: column;
    padding-left: 45px;
  }
  .timeline-section .timeline-items .step {
    margin: 0 16px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  .timeline-section .timeline-items .step .step-card.text {
    width: 257px !important;
  }
  .timeline-section .timeline-items .step .step-card.media {
    padding: 10px 0px;
  }
  .timeline-section .timeline-items .step-card {
    padding: 0px 10px;
  }
  .timeline-section .timeline-items .step::before {
    left: -3.5%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
  }
  .timeline-section .timeline-items .step:last-child::before {
    top: auto;
    bottom: 47%;
  }
  .timeline-section .timeline-items .step-card.media {
    padding: 10px 0px;
  }
}
.timeline-section img {
  width: 100%;
  float: left;
}

/*  HOME BLOG SECTION */
.news-list.home {
  width: 100%;
  float: left;
}
.news-list.home .home-blog-section {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  background: #F6F6F6;
}
.news-list.home .home-blog-section .blog {
  padding: 0 15px;
}
.news-list.home .home-blog-section .blog-title {
  text-align: center;
}
.news-list.home .home-blog-section .blog-title .title {
  font-size: 46px;
  font-style: italic;
  font-weight: 500;
  font-size: 46px;
  line-height: 140%;
  color: #292929;
}
@media (max-width:576px) {
  .news-list.home .home-blog-section .blog-title {
    margin-bottom: 35px;
  }
}
.news-list.home .home-blog-section .blog-items {
  position: relative;
  padding: 28px 0;
  box-sizing: content-box;
}
.news-list.home .home-blog-section .blog-items .swiper-slide {
  margin: 0;
  flex-shrink: 0;
}
.news-list.home .home-blog-section .blog-items.swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px;
}
.news-list.home .home-blog-section .blog-items .swiper-wrapper {
  align-items: stretch;
  margin: 0;
  padding: 0;
  gap: 0;
}
.news-list.home .home-blog-section .blog-items .swiper-wrapper .blog-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 14px;
  overflow: hidden;
}
.news-list.home .home-blog-section .blog-items .swiper-wrapper .blog-item .blog-media {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.news-list.home .home-blog-section .blog-items .swiper-wrapper .blog-item .blog-media img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.25s ease;
}
.news-list.home .home-blog-section .blog-items .swiper-wrapper .blog-item .blog-media::after {
  content: attr(data-read);
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.65);
  color: #000000;
  font-size: 12px;
  line-height: 1.4;
  padding: 4px 14px;
  border-radius: 5px;
}
.news-list.home .home-blog-section .blog-items .swiper-wrapper .blog-item .blog-media:hover img {
  transform: scale(1.03);
}
.news-list.home .home-blog-section .blog-items .swiper-wrapper .blog-item .blog-heading {
  padding: 0px 5px;
}
.news-list.home .home-blog-section .blog-items .swiper-wrapper .blog-item .blog-heading a {
  font-size: 1.375rem;
  line-height: 1.2;
  color: #232323;
  font-weight: 600;
  display: flex;
  word-wrap: break-word;
  text-decoration: none;
}
.news-list.home .home-blog-section .blog-items .swiper-wrapper .blog-item .blog-heading a:hover {
  text-decoration: underline;
}
@media (max-width:576px) {
  .news-list.home .home-blog-section .blog-items .swiper-wrapper .blog-item .blog-heading {
    padding: 0px 10px;
  }
}
.news-list.home .home-blog-section .blog-items .swiper-wrapper .blog-item .blog-content {
  padding: 0px 5px;
  margin: 0;
  color: #566167;
  font-size: 1rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width:576px) {
  .news-list.home .home-blog-section .blog-items .swiper-wrapper .blog-item .blog-content {
    padding: 0px 10px;
  }
}
.news-list.home .home-blog-section .blog-items .swiper-wrapper .blog-item .blog-bottom {
  padding: 0px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
  color: #767676;
  font-size: 0.75rem;
}
@media (max-width:576px) {
  .news-list.home .home-blog-section .blog-items .swiper-wrapper .blog-item .blog-bottom {
    padding: 0px 10px;
  }
}
.news-list.home .home-blog-section .blog-items .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.news-list.home .home-blog-section .blog-items .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  position: relative;
  margin: 0;
  transition: border-color 0.2s ease;
}
.news-list.home .home-blog-section .blog-items .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  background: #363636;
  border-radius: 50%;
  transition: width 0.18s ease, height 0.18s ease, background 0.18s ease;
}
.news-list.home .home-blog-section .blog-items .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #363636;
}
.news-list.home .home-blog-section .blog-items .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 4px;
  height: 4px;
  background: #363636;
}

/*       FOOTER       */
.footer {
  display: flex;
  justify-content: center;
  background: #191817;
  padding: 20px;
}
.footer a {
  color: #D9D9D9;
  font-weight: 300;
  text-decoration: none;
}
.footer .container {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (min-width: 992px) {
  .footer .container {
    flex-direction: row;
    gap: 48px;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-top: 68px;
  }
}
.footer .footer-upper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 576px) {
  .footer .footer-upper {
    grid-template-columns: 1fr 1fr;
    gap: 28px 36px;
  }
}
@media (min-width: 992px) {
  .footer .footer-upper {
    display: flex;
    gap: 65px;
  }
}
.footer .footer-upper .footer-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer .footer-upper .footer-block .title {
  position: relative;
  display: flex;
  color: #D9D9D9;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}
.footer .footer-upper .footer-block .title::after {
  content: "+";
  margin-left: auto;
  font-weight: 700;
  color: #D9D9D9;
  transition: transform 0.2s ease;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .footer .footer-upper .footer-block .title {
    padding-right: 0px;
    cursor: default;
  }
  .footer .footer-upper .footer-block .title::after {
    content: none;
  }
}
.footer .footer-upper .footer-block > ul,
.footer .footer-upper .footer-block > .list {
  display: none;
  list-style: none;
  padding: 0;
  margin: 14px 0 0 0;
}
.footer .footer-upper .footer-block.open > ul,
.footer .footer-upper .footer-block.open > .list {
  display: block;
}
.footer .footer-upper .footer-block.open .title::after {
  content: "–";
}
.footer .footer-upper .footer-block.follow-us .list.socials i {
  color: #767676;
  font-size: 18px;
}
.footer .footer-upper .footer-block.follow-us .list.socials .email a {
  color: #767676;
}
.footer .footer-upper .footer-block.follow-us .list.socials .email a i {
  margin-right: 15px;
}
.footer .footer-upper .footer-block.follow-us .list.socials .email a:hover {
  text-decoration: underline;
}
.footer .footer-upper .footer-block.follow-us .list.socials .socials-list {
  padding: 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .footer .footer-upper .footer-block > ul,
.footer .footer-upper .footer-block > .list {
    display: block;
    margin-top: 26px;
  }
}
.footer .footer-lower {
  display: block;
}
@media (min-width: 992px) {
  .footer .footer-lower {
    display: flex;
    width: 42%;
  }
}
.footer .footer-lower .footer-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 992px) {
  .footer .footer-lower .footer-info {
    flex-direction: row;
    justify-content: flex-end;
    gap: 43px;
  }
}
.footer .footer-lower .footer-info .footer-logo img {
  max-width: 140px;
  height: auto;
}
.footer .footer-lower .footer-info .footer-right {
  position: relative;
}
.footer .footer-lower .footer-info .footer-right .footer-text {
  width: 100%;
  float: left;
}
.footer .footer-lower .footer-info .footer-right span {
  color: #D9D9D9;
  line-height: 1.4;
  font-weight: 700;
}
.footer .footer-lower .footer-info .footer-right .footer-right-middle {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  float: left;
}
@media (min-width: 576px) {
  .footer .footer-lower .footer-info .footer-right .footer-right-middle {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer .footer-lower .footer-info .footer-right .footer-right-middle .footer-certificates {
  display: flex;
  gap: 12px;
}
.footer .footer-lower .footer-info .footer-right .footer-right-bottom {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  float: left;
}
.footer .footer-lower .footer-info .footer-right .footer-right-bottom span {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.4;
  color: #767676;
}
@media (min-width: 576px) {
  .footer .footer-lower .footer-info .footer-right .footer-right-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
  }
}
.footer .footer-lower .footer-info .footer-right .footer-powered-by {
  width: 100%;
  float: left;
  color: red;
}
.footer .footer-lower .footer-info .footer-right .footer-powered-by a {
  color: red;
}

/*     BREADCRUMB     */
.breadcrumb {
  display: flex;
  justify-content: center;
  z-index: 3;
  background: #F2F2F2;
}
@media (max-width:768px) {
  .breadcrumb {
    padding: 0 20px;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.breadcrumb ul li a, .breadcrumb ul li .current-item {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #767676;
}
.breadcrumb ul li .current-item {
  font-weight: 600;
}
.breadcrumb ul li .delimiter {
  color: #767676;
  padding-right: 5px;
  padding-left: 2px;
  font-weight: 400;
  font-size: 13px;
}

.category-page-top .category-top {
  display: flex;
  justify-content: center;
  background: #F2F2F2;
  padding-top: 36px;
}
@media (max-width:768px) {
  .category-page-top .category-top {
    padding: 30px 15px 10px;
  }
}
.category-page-top .category-top .top {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 1480px) {
  .category-page-top .category-top .top {
    min-height: 200px;
  }
}
.category-page-top .category-top .top .category-image-link {
  max-width: 200px;
}
.category-page-top .category-top .top .category-image-link .category-image {
  max-width: 200px;
  object-fit: contain;
}
.category-page-top .category-top .top .text {
  max-width: 1000px;
  padding-top: 21px;
  line-height: 1.3;
  font-size: 14px;
  font-family: "DM Sans", sans-serif !important;
  z-index: 2;
}
.category-page-top .category-top .top .text a {
  color: #404142;
}
.category-page-top .category-top .top .text .read-more-toggle {
  font-size: 16px;
  color: #404142;
  margin-top: 10px;
  display: none;
}
.category-page-top .category-top .top .text .read-more-toggle:hover {
  cursor: pointer;
  text-decoration: underline;
}
.category-page-top .category-top .top .text .read-more-toggle .show-less {
  display: none;
}
.category-page-top .category-top .top .text .read-more-toggle.expanded .show-more {
  display: none;
}
.category-page-top .category-top .top .text .read-more-toggle.expanded .show-less {
  display: inline;
}
.category-page-top .category-top .top .text .description-short, .category-page-top .category-top .top .text .description-full {
  transition: opacity 0.3s ease;
}
.category-page-top .category-top .top .category-siblings {
  padding-top: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width:768px) {
  .category-page-top .category-top .top .category-siblings {
    padding-bottom: 20px;
  }
}
.category-page-top .category-top .top .category-siblings .sibling-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 30px;
}
@media (max-width:768px) {
  .category-page-top .category-top .top .category-siblings .sibling-list {
    gap: 20px;
  }
}
.category-page-top .category-top .top .category-siblings .sibling-list li {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  max-width: 140px;
  flex-wrap: wrap;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 3;
}
.category-page-top .category-top .top .category-siblings .sibling-list li .picture {
  max-width: 134px;
  width: 134px;
  aspect-ratio: 134/134;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.5s ease-in-out;
}
@media (max-width:768px) {
  .category-page-top .category-top .top .category-siblings .sibling-list li .picture {
    width: 76px;
  }
}
.category-page-top .category-top .top .category-siblings .sibling-list li .picture img {
  max-width: 64px;
}
@media (max-width:768px) {
  .category-page-top .category-top .top .category-siblings .sibling-list li .picture img {
    max-width: 40px;
  }
}
.category-page-top .category-top .top .category-siblings .sibling-list li .picture a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-page-top .category-top .top .category-siblings .sibling-list li > a {
  font-weight: 550;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #363636;
}
@media (max-width:768px) {
  .category-page-top .category-top .top .category-siblings .sibling-list li > a span {
    display: none;
  }
}
.category-page-top .category-top .top .category-siblings .sibling-list li.active a {
  font-weight: bold;
}
.category-page-top .category-top .top .category-siblings .sibling-list li:hover {
  transform: rotate(15deg);
}
.category-page-top .category-top .top .category-siblings .sibling-list li:hover .picture {
  border-radius: 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.category-page-top .category-top .top::after {
  content: "";
  position: absolute;
  top: -70px;
  right: 0;
  width: 300px;
  max-width: 300px;
  aspect-ratio: 1/1;
  display: block;
  background: url("/Themes/Lira_v1/Content/images/category-top/its-time-fashion.png") center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (max-width:768px) {
  .category-page-top .category-top .top::after {
    top: -50px;
    right: -20px;
    width: 130px;
    height: 130px;
  }
}
.category-page-top .category-top .top.bestway::after {
  background: none;
}
.category-page-top .category-top .top.bestway .category-siblings .sibling-list li .picture {
  background: linear-gradient(0deg, rgba(246, 248, 251, 0.55), rgba(246, 248, 251, 0.55)), #1B76BC;
}
.category-page-top .category-top .top.bestway .category-siblings .sibling-list li.active .picture, .category-page-top .category-top .top.bestway .category-siblings .sibling-list li:hover .picture {
  background: linear-gradient(132.95deg, #1B76BC 3.38%, #00BBD6 121.74%);
  border: 2px solid #1D71B8;
  box-shadow: 0px 0px 4px #A1A1A1;
}
.category-page-top .category-top .top.bestway.masazni-bazeni-lay-z-spa::after {
  background: url("/Themes/Lira_v1/Content/images/category-top/masazni-bazeni-lay-z-spa.png") center/contain no-repeat;
}
.category-page-top .category-top .top.bestway.montazni-bazeni::after {
  background: url("/Themes/Lira_v1/Content/images/category-top/montazni-bazeni.png") center/contain no-repeat;
}
.category-page-top .category-top .top.bestway.kamping::after {
  background: url("/Themes/Lira_v1/Content/images/category-top/kamping.png") center/contain no-repeat;
}
.category-page-top .category-top .top.bestway.rezervni-deli::after {
  background: url("/Themes/Lira_v1/Content/images/category-top/rezervni-deli.png") center/contain no-repeat;
}
.category-page-top .category-top .top.bestway.bazenska-tehnika::after {
  background: url("/Themes/Lira_v1/Content/images/category-top/bazenska-tehnika.png") center/contain no-repeat;
}
.category-page-top .category-top .top.bestway.dom-in-vrt::after {
  background: url("/Themes/Lira_v1/Content/images/category-top/dom-in-vrt.png") center/contain no-repeat;
}
.category-page-top .category-top .top.bestway.plaza::after {
  background: url("/Themes/Lira_v1/Content/images/category-top/plaza.png") center/contain no-repeat;
}
.category-page-top .category-top .top.bestway.plovila::after {
  background: url("/Themes/Lira_v1/Content/images/category-top/plovila.png") center/contain no-repeat;
}
.category-page-top .category-top .top.bestway.montazni-bazeni::after {
  background: url("/Themes/Lira_v1/Content/images/category-top/masazni-bazeni-lay-z-spa.png") center/contain no-repeat;
}
.category-page-top .category-top .top.itstime .category-siblings .sibling-list li {
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.category-page-top .category-top .top.itstime .category-siblings .sibling-list li .picture {
  background: white;
  padding: 10px;
  transition: all 0.6s ease-in-out;
}
.category-page-top .category-top .top.itstime .category-siblings .sibling-list li .picture img {
  max-width: 110px !important;
}
.category-page-top .category-top .top.itstime .category-siblings .sibling-list li:hover {
  transform: rotate(15deg);
}
.category-page-top .category-top .top.itstime .category-siblings .sibling-list li:hover .picture {
  border-radius: 30px;
}
.category-page-top .category-top .top.itstime .category-siblings .sibling-list li > a span {
  display: none;
}
.category-page-top .category-top .top.its-time-fashion .category-siblings .sibling-list li .picture {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)), #F577B1;
}
.category-page-top .category-top .top.its-time-fashion .category-siblings .sibling-list li.active .picture, .category-page-top .category-top .top.its-time-fashion .category-siblings .sibling-list li:hover .picture {
  background: linear-gradient(132.95deg, #EE4D9B 3.38%, #FA99C3 121.74%);
  border: 2px solid #EE4D9B;
  box-shadow: 0px 0px 4px #A1A1A1;
}
.category-page-top .category-top .top.its-time-fashion::after {
  background: url("/Themes/Lira_v1/Content/images/category-top/its-time-fashion.png") center/contain no-repeat;
}
.category-page-top .category-top .top.its-time-diving .category-siblings .sibling-list li .picture {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)), #00BBD6;
}
.category-page-top .category-top .top.its-time-diving .category-siblings .sibling-list li.active .picture, .category-page-top .category-top .top.its-time-diving .category-siblings .sibling-list li:hover .picture {
  background: linear-gradient(132.95deg, #00BBD6 3.38%, #66D5E6 121.74%);
  border: 2px solid #00BBD6;
  box-shadow: 0px 0px 4px #A1A1A1;
}
.category-page-top .category-top .top.its-time-diving::after {
  background: url("/Themes/Lira_v1/Content/images/category-top/its-time-diving.png") center/contain no-repeat;
}
.category-page-top .category-top .top.its-time-beach .category-siblings .sibling-list li .picture {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)), #F5B810;
}
.category-page-top .category-top .top.its-time-beach .category-siblings .sibling-list li.active .picture, .category-page-top .category-top .top.its-time-beach .category-siblings .sibling-list li:hover .picture {
  background: linear-gradient(132.95deg, #F5B810 3.38%, #F9D568 121.74%);
  border: 2px solid #F5B810;
  box-shadow: 0px 0px 4px #A1A1A1;
}
.category-page-top .category-top .top.its-time-beach::after {
  background: url("/Themes/Lira_v1/Content/images/category-top/its-time-beach.png") center/contain no-repeat;
}
.category-page-top .category-top .top.its-time-action .category-siblings .sibling-list li .picture {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)), #EE3042;
}
.category-page-top .category-top .top.its-time-action .category-siblings .sibling-list li.active .picture, .category-page-top .category-top .top.its-time-action .category-siblings .sibling-list li:hover .picture {
  background: linear-gradient(132.95deg, #EE3042 3.38%, #F78A94 121.74%);
  border: 2px solid #EE3042;
  box-shadow: 0px 0px 4px #A1A1A1;
}
.category-page-top .category-top .top.its-time-action::after {
  background: url("/Themes/Lira_v1/Content/images/category-top/its-time-action.png") center/contain no-repeat;
}
.category-page-top .category-top .top.its-time-play .category-siblings .sibling-list li .picture {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)), #F47929;
}
.category-page-top .category-top .top.its-time-play .category-siblings .sibling-list li.active .picture, .category-page-top .category-top .top.its-time-play .category-siblings .sibling-list li:hover .picture {
  background: linear-gradient(132.95deg, #F47929 3.38%, #F9A56E 121.74%);
  border: 2px solid #F47929;
  box-shadow: 0px 0px 4px #A1A1A1;
}
.category-page-top .category-top .top.its-time-play::after {
  background: url("/Themes/Lira_v1/Content/images/category-top/its-time-play.png") center/contain no-repeat;
}
.category-page-top .category-top .top.its-time-outdoor .category-siblings .sibling-list li .picture {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)), #39B54A;
}
.category-page-top .category-top .top.its-time-outdoor .category-siblings .sibling-list li.active .picture, .category-page-top .category-top .top.its-time-outdoor .category-siblings .sibling-list li:hover .picture {
  background: linear-gradient(132.95deg, #39B54A 3.38%, #7BD58A 121.74%);
  border: 2px solid #39B54A;
  box-shadow: 0px 0px 4px #A1A1A1;
}
.category-page-top .category-top .top.its-time-outdoor::after {
  background: url("/Themes/Lira_v1/Content/images/category-top/its-time-outdoor.png") center/contain no-repeat;
}
.category-page-top .category-top .bottom { /*
.product-selectors {
display: flex;
justify-content: space-between;
.product-page-size{
display: none;
}
}*/ }
.category-page-top .page-title {
  display: flex;
  justify-content: center;
}
.category-page-top .page-title .title-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 40px 0 0;
}
@media (max-width:768px) {
  .category-page-top .page-title .title-wrapper {
    padding: 20px 20px;
  }
}
.category-page-top .page-title .title-wrapper .title {
  padding: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  color: #404142;
}
@media (max-width:768px) {
  .category-page-top .page-title .title-wrapper .title {
    font-size: 18px;
  }
}
.category-page-top .page-body {
  display: flex;
  justify-content: center;
}
.category-page-top .page-body .products-container .products-wrapper {
  float: left;
  width: 100%;
  padding: 50px 0;
}
@media (max-width:768px) {
  .category-page-top .page-body .products-container .products-wrapper {
    padding: 10px 0px 40px;
  }
}

/*     PRODUCT GRID   */
.products-wrapper .product-grid, .search-carousel .product-grid {
  float: left;
  width: 100%;
  margin: 20px 0px;
  /*@media (max-width:768px) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  }*/
}
.products-wrapper .product-grid .item-grid, .search-carousel .product-grid .item-grid {
  float: left;
  width: 100%;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 992px) and (max-width: 1399px) {
  .products-wrapper .product-grid .item-grid, .search-carousel .product-grid .item-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .products-wrapper .product-grid .item-grid, .search-carousel .product-grid .item-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .products-wrapper .product-grid .item-grid, .search-carousel .product-grid .item-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.product-grid .item-box {
  float: left;
  width: 100%;
  border-radius: 8px;
  aspect-ratio: auto;
  transition: all 0.3s ease-in-out;
}
.product-grid .item-box .product-item {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  border: 2px solid #F6F8FB;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  float: left;
  width: 100%;
  justify-content: flex-start;
}
.product-grid .item-box .product-item .picture {
  background: #ffffff;
  position: relative;
  padding: 10px;
}
.product-grid .item-box .product-item .picture > a {
  display: block;
  width: 100%;
  aspect-ratio: 332/280;
  position: relative;
  overflow: hidden;
}
.product-grid .item-box .product-item .picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding-bottom: 10px;
}
.product-grid .item-box .product-item .picture .hover-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 0;
  transition: opacity 0.3s ease-in-out;
}
.product-grid .item-box .product-item .picture .hover-image-container .image-hover {
  opacity: 0;
}
.product-grid .item-box .product-item .picture .hover-image-container:hover .image-default {
  opacity: 0;
}
.product-grid .item-box .product-item .picture .hover-image-container:hover .image-hover {
  opacity: 1;
}
.product-grid .item-box .product-item .picture::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90%;
  height: 2px;
  background: #F6F8FB;
  border-radius: 2px;
}
.product-grid .item-box .product-item .picture .swiper .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
.product-grid .item-box .product-item .details {
  padding: 10px 21px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  float: left;
  height: 100%;
  justify-content: space-between;
}
.product-grid .item-box .product-item .details .product-title {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-grid .item-box .product-item .details .product-title a {
  font-size: 12px;
  line-height: 1.15;
  font-weight: 600;
  color: #363636;
}
.product-grid .item-box .product-item .details .product-title a:hover {
  text-decoration: underline;
}
.product-grid .item-box .product-item .details .sku {
  font-size: 0.625rem;
  line-height: 1.15;
  color: #363636;
  gap: 5px;
}
.product-grid .item-box .product-item .details .add-info {
  order: 3;
}
.product-grid .item-box .product-item .details .add-info .prices .actual-price {
  font-size: 18px;
  line-height: 1.2;
  color: #363636;
  font-weight: 950;
}
.product-grid .item-box .product-item .details .add-info .prices .price-tax {
  font-family: "DM Sans", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 9px;
  line-height: 15px;
  color: #363636;
  margin-left: 8px;
}
.product-grid .item-box .product-item .details .add-info .attributes {
  width: 100%;
  float: left;
}
.product-grid .item-box .product-item .details .add-info .attributes dl {
  width: 100%;
  float: left;
  margin: 0;
  margin-bottom: 5px;
}
.product-grid .item-box .product-item .details .add-info .attributes dl dd {
  margin: 0px;
  margin-top: 6px;
}
.product-grid .item-box .product-item .details .add-info .attributes .text-prompt {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #363636;
}
.product-grid .item-box .product-item .details .add-info .bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 10px;
}
.product-grid .item-box .product-item .details .add-info .bottom-row .buttons {
  margin: 0;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
}
.product-grid .item-box .product-item .details .add-info .bottom-row .buttons .product-box-add-to-cart-button {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: none;
  background: #F04790;
  padding: 0;
  color: #ffffff;
  font-size: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  /*
  &::before{
  content: "\f07a";
  font-family: $icons;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  }*/
}
.product-grid .item-box .product-item .details .add-info .bottom-row .buttons .product-box-add-to-cart-button .icon-cart {
  font-size: 18px;
}
.product-grid .item-box .product-item .details .add-info .bottom-row .buttons .product-box-add-to-cart-button:hover, .product-grid .item-box .product-item .details .add-info .bottom-row .buttons .product-box-add-to-cart-button:focus-visible {
  cursor: pointer;
  transform: scale(1.06);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
  outline: none;
}
.product-grid .item-box .product-item .details .add-info .bottom-row .buttons .add-to-wishlist-button {
  top: 20px;
  right: 18px;
}
.product-grid .item-box .product-item .details .add-info .bottom-row .buttons .quick-view-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 0;
  background: #f04790;
  padding: 0;
  color: #fff;
  font-size: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.product-grid .item-box .product-item .details .add-info .bottom-row .buttons .quick-view-button .icon-cart {
  font-size: 18px;
}
.product-grid .item-box .product-item .details .add-info .bottom-row .buttons .quick-view-button:hover, .product-grid .item-box .product-item .details .add-info .bottom-row .buttons .quick-view-button:focus-visible {
  cursor: pointer;
  transform: scale(1.06);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
  outline: none;
}
.product-grid .item-box .product-item .details .product-rating-box {
  display: none;
}
.product-grid .item-box:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 6px 4px rgba(219, 219, 219, 0.25);
}
.product-grid .item-box:hover .product-item {
  border: 2px solid #E8E8E8;
}

/*    PRODUCT LIST    */
.product-list {
  width: 100%;
  float: left;
  margin: 20px 0;
}
.product-list .item-grid {
  float: left;
  width: 100%;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width:768px) {
  .product-list .item-grid {
    gap: 10px;
  }
}
.product-list .item-grid .item-box {
  float: left;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.product-list .item-grid .item-box .product-item {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 2px solid #f6f8fb;
  padding: 14px 18px;
  max-height: 120px;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  align-items: flex-end;
}
.product-list .item-grid .item-box .product-item .ribbon-wrapper {
  width: unset;
  float: left;
  max-width: 120px;
}
.product-list .item-grid .item-box .product-item .ribbon-wrapper .ribbon-position {
  top: 0;
  left: 90px !important;
  width: max-content;
  height: fit-content;
}
.product-list .item-grid .item-box .product-item .ribbon-wrapper .ribbon-position .product-ribbon {
  margin-bottom: 0 !important;
}
.product-list .item-grid .item-box .product-item .ribbon-wrapper .ribbon-position + .ribbon-position,
.product-list .item-grid .item-box .product-item .ribbon-wrapper .ribbon-position:nth-of-type(2) {
  left: 180px !important;
}
.product-list .item-grid .item-box .product-item .product-rating-box {
  display: none;
}
.product-list .item-grid .item-box .product-item .picture {
  background: none;
  max-width: 100px;
  width: 100px;
  margin: 0;
  display: flex;
  overflow: hidden;
  position: relative;
  display: flex;
  height: 80px;
}
.product-list .item-grid .item-box .product-item .picture > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.product-list .item-grid .item-box .product-item .picture img {
  display: block;
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
  position: absolute;
}
.product-list .item-grid .item-box .product-item .picture .hover-image-container img {
  max-width: 100%;
  max-height: 100%;
  transition: opacity 0.3s ease-in-out;
}
.product-list .item-grid .item-box .product-item .picture .hover-image-container .image-hover {
  opacity: 0;
}
.product-list .item-grid .item-box .product-item .picture .hover-image-container:hover .image-default {
  opacity: 0;
}
.product-list .item-grid .item-box .product-item .picture .hover-image-container:hover .image-hover {
  opacity: 1;
}
.product-list .item-grid .item-box .product-item .details {
  position: relative;
  display: flex;
  justify-content: space-between;
  float: left;
  width: 100%;
  margin: 0;
}
.product-list .item-grid .item-box .product-item .details .product-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.product-list .item-grid .item-box .product-item .details .product-title a {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  color: #363636;
}
.product-list .item-grid .item-box .product-item .details .product-title a:hover {
  text-decoration: underline;
}
.product-list .item-grid .item-box .product-item .details .product-title .sku {
  font-size: 12px;
  line-height: 1.2;
  color: #363636;
  gap: 5px;
}
.product-list .item-grid .item-box .product-item .details .add-info {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width:768px) {
  .product-list .item-grid .item-box .product-item .details .add-info {
    margin-top: 0;
  }
}
.product-list .item-grid .item-box .product-item .details .add-info .prices {
  padding: 0;
  text-align: right;
  display: flex;
}
.product-list .item-grid .item-box .product-item .details .add-info .prices .actual-price {
  font-size: 18px;
  line-height: 1.2;
  color: #363636;
  font-weight: 950;
  width: max-content;
}
.product-list .item-grid .item-box .product-item .details .add-info .prices .price-tax {
  font-family: "DM Sans", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 9px;
  line-height: 15px;
  color: #363636;
  margin-left: 8px;
}
.product-list .item-grid .item-box .product-item .details .add-info .attributes {
  width: 100%;
  float: left;
}
.product-list .item-grid .item-box .product-item .details .add-info .attributes dl {
  width: 100%;
  float: left;
  margin: 0px;
}
.product-list .item-grid .item-box .product-item .details .add-info .attributes dl dd {
  margin: 0px;
  margin-top: 6px;
  display: flex;
}
.product-list .item-grid .item-box .product-item .details .add-info .attributes .text-prompt {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #363636;
}
.product-list .item-grid .item-box .product-item .details .add-info .bottom-row {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 10px;
  width: auto;
  float: left;
}
.product-list .item-grid .item-box .product-item .details .add-info .bottom-row .pack-picker {
  order: 2;
}
.product-list .item-grid .item-box .product-item .details .add-info .bottom-row .quantity {
  order: 1;
}
.product-list .item-grid .item-box .product-item .details .add-info .bottom-row .buttons {
  display: inline-flex;
  gap: 10px;
  align-items: flex-end;
  float: left;
  margin: 0;
  width: max-content;
}
@media (max-width:768px) {
  .product-list .item-grid .item-box .product-item .details .add-info .bottom-row .buttons {
    flex-direction: column;
    width: max-content;
  }
}
.product-list .item-grid .item-box .product-item .details .add-info .bottom-row .buttons .product-box-add-to-cart-button {
  order: 2;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: none;
  background: #F04790;
  color: #ffffff;
  font-size: 0;
  padding: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  /*
  &::before {
  content: "\f07a";
  font-family: $icons;
  font-weight: 300;
  font-size: 16px;
  line-height: 2.2;
  } */
}
@media (max-width:768px) {
  .product-list .item-grid .item-box .product-item .details .add-info .bottom-row .buttons .product-box-add-to-cart-button {
    margin-left: 40px;
  }
}
.product-list .item-grid .item-box .product-item .details .add-info .bottom-row .buttons .product-box-add-to-cart-button .icon-cart {
  font-size: 18px;
}
.product-list .item-grid .item-box .product-item .details .add-info .bottom-row .buttons .product-box-add-to-cart-button:hover, .product-list .item-grid .item-box .product-item .details .add-info .bottom-row .buttons .product-box-add-to-cart-button:focus-visible {
  cursor: pointer;
  transform: scale(1.06);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
  outline: none;
}
.product-list .item-grid .item-box .product-item .details .add-info .bottom-row .buttons .add-to-wishlist-button {
  top: 0px;
  right: 0px;
}
@media (max-width:768px) {
  .product-list .item-grid .item-box .product-item .details .add-info .bottom-row .buttons .add-to-wishlist-button {
    top: 10px;
    right: 20px;
  }
}
.product-list .item-grid .item-box .product-item .details .add-info .bottom-row .buttons .quick-view-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 0;
  background: #f04790;
  padding: 0;
  color: #fff;
  font-size: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.product-list .item-grid .item-box .product-item .details .add-info .bottom-row .buttons .quick-view-button .icon-cart {
  font-size: 18px;
}
.product-list .item-grid .item-box .product-item .details .add-info .bottom-row .buttons .quick-view-button:hover, .product-list .item-grid .item-box .product-item .details .add-info .bottom-row .buttons .quick-view-button:focus-visible {
  cursor: pointer;
  transform: scale(1.06);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
  outline: none;
}
.product-list .item-grid .item-box:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 6px 4px rgba(219, 219, 219, 0.25);
}
.product-list .item-grid .item-box:hover .product-item {
  border: 2px solid #E8E8E8;
}

/*      SORT          */
.product-selectors {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}
.product-selectors .product-viewmode {
  display: flex;
  align-items: center;
}
.product-selectors .product-viewmode span {
  display: none;
}
.product-selectors .product-viewmode .viewmode-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  color: #767676;
  font-size: 0;
  cursor: pointer;
}
.product-selectors .product-viewmode .viewmode-icon.selected {
  color: #404142;
}
.product-selectors .product-viewmode .viewmode-icon .icon-prikaz3, .product-selectors .product-viewmode .viewmode-icon .icon-prikaz2 {
  font-size: 18px;
}
.product-selectors .product-viewmode .viewmode-icon .icon-prikaz2 {
  transform: rotateZ(90deg);
}
.product-selectors .product-viewmode .viewmode-icon + .viewmode-icon {
  border-left: 1px solid #767676;
}
@media (max-width:768px) {
  .product-selectors .product-viewmode {
    display: none;
  }
}
.product-selectors .product-sorting {
  display: flex;
  align-items: center;
  position: relative;
}
.product-selectors .product-sorting span {
  order: 2;
  margin-left: 8px;
  font-size: 14px;
  line-height: 1.2;
  color: #767676;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.product-selectors .product-sorting #products-orderby {
  order: 1;
  background: none;
  border: none;
  border-radius: 8px;
  padding: 6px 8px;
  padding-left: 25px;
  padding-right: 0;
  z-index: 20;
  font-family: inherit;
  outline: none;
  background: url("/Themes/Lira_v1/Content/images/sorticon.svg") no-repeat left;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  font-size: 14px;
  line-height: 1.2;
  color: #767676;
  min-width: 100px !important;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.product-selectors .product-sorting .sort-toggle {
  order: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.product-selectors .product-sorting .sort-toggle img {
  width: 17px;
  height: 12px;
}
.product-selectors .product-sorting .sort-toggle:focus-visible {
  outline: 2px solid #999;
  outline-offset: 2px;
}
.product-selectors .product-sorting.open #products-orderby {
  display: block;
}
.product-selectors .product-page-size {
  display: flex;
}
.product-selectors .product-page-size span {
  order: 1;
  padding-right: 5px;
}
.product-selectors .product-page-size select {
  order: 2;
}
.product-selectors .product-filter {
  display: flex;
  align-items: center;
  position: relative;
}
.product-selectors .product-filter::before {
  content: "\f0b0";
  font-family: "Font Awesome 5 Pro";
  color: #767676;
  font-size: 0.75rem;
}
.product-selectors .product-filter:hover {
  cursor: pointer;
}
.product-selectors .product-filter span {
  margin-left: 8px;
  font-size: 14px;
  line-height: 1.2;
  color: #767676;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
@media (max-width:768px) {
  .product-selectors .product-filter {
    display: none;
  }
}
@media all and (max-width: 1199px) {
  .product-selectors .filters-button-wrapper {
    display: flex !important;
    align-items: center;
    position: relative;
    margin: 0;
  }
  .product-selectors .filters-button-wrapper:hover {
    cursor: pointer;
  }
  .product-selectors .filters-button-wrapper .filters-button {
    order: 1;
    font-family: "DM Sans", sans-serif;
    margin-left: 8px;
    font-size: 14px;
    line-height: 1.2;
    color: #767676;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    padding: 0;
  }
  .product-selectors .filters-button-wrapper i {
    color: #767676;
    font-size: 0.75rem;
  }
}

.product-selectors-page-size {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.product-selectors-page-size .product-page-size {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.product-selectors-page-size .product-page-size > span {
  font-family: inherit;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #767676;
}
.product-selectors-page-size .product-page-size .custom-pagesize {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-selectors-page-size .product-page-size .custom-pagesize span {
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 170%;
  color: #363636;
}
.product-selectors-page-size .product-page-size .custom-pagesize .pagesize-option {
  width: 29px;
  height: 29px;
  background: #EFEFEF;
  border-radius: 14.5px;
  text-align: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 170%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
}
.product-selectors-page-size .product-page-size .custom-pagesize .pagesize-option.selected {
  border: 1px solid #000000;
}
.product-selectors-page-size .product-page-size #products-pagesize {
  display: none;
}
.product-selectors-page-size.simple {
  align-items: flex-start;
  float: left;
}

.product-details-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-details-page .product-page-wrapper {
  background: #F2F2F2;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 45px 0;
}
.product-details-page .product-essential {
  display: flex;
  gap: 60px;
  align-items: center;
}
.product-details-page .product-essential .gallery .product-gallery-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 14px;
  height: 437px;
  justify-content: flex-end;
  width: 100%;
  float: left;
  height: 100%;
}
.product-details-page .product-essential .gallery .main-picture-area {
  width: 100%;
  min-width: 0;
  background: white;
  padding: 20px;
  border-radius: 8px;
  aspect-ratio: 553/437;
  position: relative;
  cursor: pointer;
}
.product-details-page .product-essential .gallery .main-picture-area .main-product-img-lightbox-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product-details-page .product-essential .gallery .main-picture-area img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-details-page .product-essential .gallery .main-picture-area .product-picture-download {
  display: flex;
  width: 100%;
  float: left;
  height: auto;
  justify-content: flex-end;
  position: relative;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 40;
  margin-right: 10px;
}
.product-details-page .product-essential .gallery .main-picture-area .product-picture-download a {
  z-index: 101;
  font-size: 0.75rem;
  color: black;
  position: relative;
  padding-bottom: 5px;
  transition: font-size 0.18s ease, transform 0.18s ease;
  display: inline-flex;
  align-items: center;
  /*
  &::before {
  content: "\f56d";
  font-family: $icons;
  font-size: toRem(12);
  font-weight: 100;
  margin-right: 4px;
  display: inline-block;
  line-height: 1;
  }*/
}
.product-details-page .product-essential .gallery .main-picture-area .product-picture-download a:hover {
  text-decoration: underline;
  font-size: 0.8125rem;
}
.product-details-page .product-essential .gallery .subcategory-icon-overlay {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 5;
  width: 60px !important;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0px 0px 4px #A1A1A1;
  padding: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product-details-page .product-essential .gallery .subcategory-icon-overlay:hover {
  transform: scale(1.05);
  box-shadow: 0px 2px 8px #A1A1A1;
}
@media (max-width: 768px) {
  .product-details-page .product-essential .gallery .subcategory-icon-overlay {
    top: -20px;
    right: -10px;
  }
}
.product-details-page .product-essential .gallery .subcategory-icon-overlay img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-details-page .product-essential .gallery .thumbs-container-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 145px;
  flex-shrink: 0;
  max-height: 450px;
}
.product-details-page .product-essential .gallery .thumbs-container-vertical .swiper {
  width: 100% !important;
  height: 100% !important;
}
.product-details-page .product-essential .gallery .thumbs-container-vertical .thumbs-arrow-up, .product-details-page .product-essential .gallery .thumbs-container-vertical .thumbs-arrow-down {
  position: static;
  margin: 0 auto;
  width: 100%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transform: rotate(90deg);
}
.product-details-page .product-essential .gallery .thumbs-container-vertical .thumbs-arrow-up::after, .product-details-page .product-essential .gallery .thumbs-container-vertical .thumbs-arrow-down::after {
  font-size: 16px;
  font-weight: bold;
  color: #888;
}
.product-details-page .product-essential .gallery .thumbs-container-vertical .thumbs-arrow-up {
  margin-bottom: 10px;
}
.product-details-page .product-essential .gallery .thumbs-container-vertical .thumbs-arrow-down {
  margin-top: 10px;
}
.product-details-page .product-essential .gallery .thumbs-container-horizontal {
  display: none;
  width: 100%;
  margin-top: 15px;
}
.product-details-page .product-essential .gallery .thumbs-container-vertical .swiper-slide, .product-details-page .product-essential .gallery .thumbs-container-horizontal .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease, border 0.2s ease;
  border: 2px solid transparent;
}
.product-details-page .product-essential .gallery .thumbs-container-vertical .swiper-slide img, .product-details-page .product-essential .gallery .thumbs-container-horizontal .swiper-slide img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.product-details-page .product-essential .gallery .thumbs-container-vertical .swiper-slide.active-thumb, .product-details-page .product-essential .gallery .thumbs-container-horizontal .swiper-slide.active-thumb {
  opacity: 1;
  border-color: #F04790;
}
.product-details-page .product-essential .gallery .thumbs-gallery-vertical .swiper-slide {
  aspect-ratio: 145/91;
}
.product-details-page .product-essential .gallery .thumbs-gallery-horizontal .swiper-slide {
  aspect-ratio: 145/110;
  padding: 5px;
}
.product-details-page .product-essential .gallery .product-gallery-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  flex-direction: column;
  justify-content: space-between;
}
.product-details-page .product-essential .gallery .product-gallery-lightbox .swiper-button-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  z-index: 10001;
  cursor: pointer;
  color: white;
}
.product-details-page .product-essential .gallery .product-gallery-lightbox .swiper-button-close::after {
  content: "×";
  font-family: Arial, sans-serif;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  display: block;
}
.product-details-page .product-essential .gallery .product-gallery-lightbox .swiper-button-close:hover {
  opacity: 0.8;
}
.product-details-page .product-essential .gallery .product-gallery-lightbox .lightbox-swiper {
  width: 100%;
  height: 80%;
  position: relative;
  padding: 40px;
}
.product-details-page .product-essential .gallery .product-gallery-lightbox .lightbox-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details-page .product-essential .gallery .product-gallery-lightbox .lightbox-swiper .lightbox-arrow {
  color: white;
  opacity: 0.7;
}
.product-details-page .product-essential .gallery .product-gallery-lightbox .lightbox-swiper .lightbox-arrow:hover {
  opacity: 1;
}
.product-details-page .product-essential .gallery .product-gallery-lightbox .lightbox-swiper .swiper-zoom-container img {
  object-fit: contain;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-details-page .product-essential .gallery .product-gallery-lightbox .lightbox-thumbs-gallery {
  height: auto;
  min-height: 120px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 0 20px 0;
}
.product-details-page .product-essential .gallery .product-gallery-lightbox .lightbox-thumbs-gallery .swiper-wrapper {
  justify-content: center;
}
.product-details-page .product-essential .gallery .product-gallery-lightbox .lightbox-thumbs-gallery .swiper-slide {
  width: 100px !important;
  height: 100px !important;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .product-details-page .product-essential .gallery .product-gallery-lightbox .lightbox-thumbs-gallery .swiper-slide {
    width: 70px !important;
    height: 70px !important;
  }
}
.product-details-page .product-essential .gallery .product-gallery-lightbox .lightbox-thumbs-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 8px;
}
.product-details-page .product-essential .gallery .product-gallery-lightbox .lightbox-thumbs-gallery .swiper-slide:hover {
  opacity: 0.7;
}
.product-details-page .product-essential .gallery .product-gallery-lightbox .lightbox-thumbs-gallery .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  transform: scale(1.05);
}
.product-details-page .product-essential .gallery .product-gallery-lightbox .lightbox-thumbs-gallery .swiper-slide.swiper-slide-thumb-active img {
  border-color: white;
}
.product-details-page .product-essential .overview {
  width: 40%;
  position: relative;
}
.product-details-page .product-essential .overview .category-image-wrapper .category-image {
  width: 103px;
}
.product-details-page .product-essential .overview .product-name .title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.15;
  display: flex;
  align-items: center;
  color: #363636;
  margin: 15px 0 15px;
}
.product-details-page .product-essential .overview .product-category {
  width: 100%;
  float: left;
}
.product-details-page .product-essential .overview .product-category a, .product-details-page .product-essential .overview .product-category span {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #363636;
}
.product-details-page .product-essential .overview .product-category a:hover {
  text-decoration: underline;
}
.product-details-page .product-essential .overview .product-category span::before {
  content: "|";
  margin-right: 0.3em;
  color: #363636;
}
.product-details-page .product-essential .overview .product-dimensions {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.product-details-page .product-essential .overview .product-dimensions b {
  font-weight: 700;
}
.product-details-page .product-essential .overview .product-dimensions span {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 13px;
  line-height: 15px;
  color: #363636;
}
.product-details-page .product-essential .overview .availability {
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-details-page .product-essential .overview .availability .label {
  display: none;
}
.product-details-page .product-essential .overview .availability .in-stock .value,
.product-details-page .product-essential .overview .availability .out-of-stock .value {
  padding-left: 0px;
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #363636;
}
.product-details-page .product-essential .overview .availability .in-stock .value.one,
.product-details-page .product-essential .overview .availability .out-of-stock .value.one {
  padding-left: 20px;
}
.product-details-page .product-essential .overview .availability .in-stock .value.one:before,
.product-details-page .product-essential .overview .availability .out-of-stock .value.one:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #39B54A;
  display: block;
}
.product-details-page .product-essential .overview .availability .out-of-stock .value {
  padding-left: 20px;
  position: relative;
  color: #EE3042;
}
.product-details-page .product-essential .overview .availability .out-of-stock .value:before {
  background: #EE3042;
}
.product-details-page .product-essential .overview .short-description {
  width: 100%;
  float: left;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #292929;
}
.product-details-page .product-essential .overview .short-description b {
  font-weight: bold;
}
.product-details-page .product-essential .overview .prices {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.product-details-page .product-essential .overview .prices .product-price, .product-details-page .product-essential .overview .prices .non-discounted-price {
  width: 100%;
  float: left;
}
.product-details-page .product-essential .overview .prices .product-price span, .product-details-page .product-essential .overview .prices .non-discounted-price span {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 27px;
  color: #363636;
}
.product-details-page .product-essential .overview .prices .product-price span.price-quantity, .product-details-page .product-essential .overview .prices .non-discounted-price span.price-quantity {
  font-size: 16px;
  margin-left: 5px;
}
.product-details-page .product-essential .overview .prices .product-price span.price-quantity.pack, .product-details-page .product-essential .overview .prices .non-discounted-price span.price-quantity.pack {
  display: none;
}
.product-details-page .product-essential .overview .prices .product-price span.price-quantity.one, .product-details-page .product-essential .overview .prices .non-discounted-price span.price-quantity.one {
  display: inline-block;
}
.product-details-page .product-essential .overview .prices .product-price .price-tax, .product-details-page .product-essential .overview .prices .non-discounted-price .price-tax {
  font-family: "DM Sans", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  line-height: 0px;
  color: #363636;
  margin: 0;
  padding: 0;
}
.product-details-page .product-essential .overview .prices .product-price.kos > span {
  font-size: 16px;
}
.product-details-page .product-essential .overview .prices .product-price.kos .price-quantity.one {
  font-size: 12px;
  display: inline-block !important;
}
.product-details-page .product-essential .overview .prices.pack-selected .price-quantity.one {
  display: none !important;
}
.product-details-page .product-essential .overview .prices.pack-selected .price-quantity.pack {
  display: inline-block !important;
}
.product-details-page .product-essential .overview .overview-buttons {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.product-details-page .product-essential .overview .overview-buttons .ean-koda {
  color: #737373;
  font-size: 0.8125rem;
}
.product-details-page .product-essential .overview .overview-buttons .add-to-wishlist-button {
  top: 0;
  right: 0;
}
.product-details-page .product-essential .overview .full-description {
  width: 100%;
  float: left;
}
.product-details-page .product-essential .overview .full-description p {
  font-size: 0.875rem;
  line-height: 130%;
}
.product-details-page .product-essential .overview .add-to-cart {
  width: 100%;
  float: left;
}
.product-details-page .product-essential .overview .add-to-cart .add-to-cart-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /*
  .pack-picker {
  .pack-buttons {
  gap: 20px;
  .pack-btn {
  width: 56px; height: 49px;
  &.active {
  border: 3px solid $itstime;
  }
  &:after {
  font-size: 10px;
  }
  }
  }
  }*/
}
.product-details-page .product-essential .overview .add-to-cart .add-to-cart-panel .add-to-cart-button {
  text-transform: none;
  background-color: #F04790;
  width: 100%;
  max-width: 274px;
}
.product-details-page .product-essential .overview .add-to-cart .add-to-cart-panel .add-to-cart-button::after {
  display: none;
}
.product-details-page .product-essential .overview .attributes {
  width: 100%;
  float: left;
}
.product-details-page .product-essential .overview .attributes dl {
  width: 100%;
  float: left;
  margin: 8px 0px;
}
.product-details-page .product-essential .overview .attributes dl dd {
  margin: 0px;
  margin-top: 10px;
}
.product-details-page .product-essential .overview .attributes .text-prompt {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #363636;
}
.product-details-page .product-essential.itstime-theme .subcategory-icon-overlay {
  border: 2px solid #EE4D9B;
  background: linear-gradient(132.95deg, #EE4D9B 3.38%, #FA99C3 121.74%);
}
.product-details-page .product-essential.itstime-theme .thumbs-container-vertical .swiper-slide.active-thumb,
.product-details-page .product-essential.itstime-theme .thumbs-container-horizontal .swiper-slide.active-thumb {
  border-color: #F04790;
}
.product-details-page .product-essential.itstime-theme .add-to-cart-button {
  background-color: #F04790;
}
.product-details-page .product-essential.itstime-theme ul.is-pack-picker li.selected-value {
  border-color: #F04790;
}
.product-details-page .product-essential.itstime-theme ul.is-pack-picker li::after {
  background: #F04790;
}
.product-details-page .product-essential.bestway-theme .subcategory-icon-overlay {
  border: 2px solid #1D71B8;
  background: linear-gradient(132.95deg, #1B76BC 3.38%, #00BBD6 121.74%);
}
.product-details-page .product-essential.bestway-theme .thumbs-container-vertical .swiper-slide.active-thumb,
.product-details-page .product-essential.bestway-theme .thumbs-container-horizontal .swiper-slide.active-thumb {
  border-color: #2C73B9;
}
.product-details-page .product-essential.bestway-theme .add-to-cart-button {
  background-color: #2C73B9 !important;
}
.product-details-page .product-essential.bestway-theme ul.is-pack-picker li {
  box-shadow: 0 3px 10px rgba(44, 115, 185, 0.35) !important;
}
.product-details-page .product-essential.bestway-theme ul.is-pack-picker li:hover {
  border-color: #2C73B9;
}
.product-details-page .product-essential.bestway-theme ul.is-pack-picker li.selected-value {
  border-color: #2C73B9;
}
.product-details-page .product-essential.bestway-theme ul.is-pack-picker li::after {
  background: #2C73B9;
}
.product-details-page .product-tabs-container {
  float: left;
  margin-top: 30px;
  width: 100%;
}
.product-details-page .product-tabs-container .tab-list {
  display: flex;
}
.product-details-page .product-tabs-container .tab-button {
  font-family: inherit;
  background: none;
  border: none;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  transition: color 0.2s, background-color 0.2s;
  background-color: #EAEAEA;
}
.product-details-page .product-tabs-container .tab-button.active {
  background-color: #fff;
  font-weight: bold;
  color: #363636;
  margin-top: -1px;
  padding-top: 13px;
}
.product-details-page .product-tabs-container .tab-panel {
  display: none;
  padding: 20px;
  background-color: #fff;
  width: 100%;
  float: left;
  height: auto;
}
.product-details-page .product-tabs-container .tab-panel.active {
  display: block;
}
.product-details-page .product-tabs-container .tab-content-area #panel-opis {
  width: 100%;
  float: left;
  height: auto;
}
.product-details-page .product-tabs-container .tab-content-area #panel-opis * {
  font-family: "DM Sans", sans-serif !important;
}
.product-details-page .product-tabs-container .tab-content-area #panel-opis h1, .product-details-page .product-tabs-container .tab-content-area #panel-opis h2, .product-details-page .product-tabs-container .tab-content-area #panel-opis h3, .product-details-page .product-tabs-container .tab-content-area #panel-opis h4, .product-details-page .product-tabs-container .tab-content-area #panel-opis h5, .product-details-page .product-tabs-container .tab-content-area #panel-opis h6 {
  margin-bottom: 15px !important;
}
.product-details-page .product-tabs-container .tab-content-area #panel-opis a {
  color: #404142 !important;
}
.product-details-page .product-tabs-container .tab-content-area #panel-opis a:hover {
  text-decoration: underline !important;
}
.product-details-page .product-tabs-container .tab-content-area #panel-povprasevanje .afwrapper {
  display: flex;
  width: 100%;
  float: left;
}
.product-details-page .product-tabs-container .tab-content-area #panel-povprasevanje .afwrapper .send-rfq-form {
  margin: 0;
  border: 1px solid #eff1f1;
  padding: 10px 20px 20px 20px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
  width: 100%;
  float: left;
  max-width: min-content;
}
.product-details-page .product-tabs-container .tab-content-area #panel-povprasevanje .afwrapper .send-rfq-form .product-essential {
  display: none;
}
.product-details-page .product-tabs-container .tab-content-area #panel-povprasevanje .afwrapper .send-rfq-form .customerdata {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.product-details-page .product-tabs-container .tab-content-area #panel-povprasevanje .afwrapper .send-rfq-form .customerdata .inputs {
  display: flex;
  flex-direction: column;
  max-width: 350px;
}
.product-details-page .product-tabs-container .tab-content-area #panel-povprasevanje .afwrapper .send-rfq-form .customerdata .inputs label {
  margin: 0;
  text-align: left;
  width: auto;
}
.product-details-page .product-tabs-container .tab-content-area #panel-povprasevanje .afwrapper .send-rfq-form .buttons {
  left: unset;
  width: 100%;
  float: left;
  max-width: 350px;
}
.product-details-page .product-tabs-container .tab-content-area #panel-povprasevanje .afwrapper .send-rfq-form .message-error ul {
  padding: 0;
}
.product-details-page .product-tabs-container .tab-content-area #panel-povprasevanje .afwrapper .send-rfq-form .message-error ul li {
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  color: red;
}
.product-details-page .product-tabs-container .tab-content-area #panel-povprasevanje .display-contact-wrapper {
  display: none;
}
.product-details-page .product-tabs-container .tab-content-area #panel-dokumenti h3 {
  margin: 0;
}
.product-details-page .product-tabs-container .tab-content-area #panel-dokumenti .document-box {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border: 1px solid #eff1f1;
  padding: 10px 20px 20px 20px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
  background: #eff1f1;
}
.product-details-page .product-tabs-container .tab-content-area #panel-dokumenti .document-box .title {
  border-bottom: 1px solid #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 300;
  margin-top: 10px;
  width: max-content;
}
.product-details-page .product-tabs-container .tab-content-area #panel-dokumenti .document-box a.item {
  color: #404142;
  margin-bottom: 2px;
  width: fit-content;
}
.product-details-page .product-tabs-container .tab-content-area #panel-dokumenti .document-box a.item:hover {
  text-decoration: underline;
}
.product-details-page .product-tabs-container .tab-content-area #panel-dokumenti .document-box a.item i {
  margin: 0 5px;
}
.product-details-page .product-tabs-container .tab-content-area #panel-dokumenti.active {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1025px) {
  .product-details-page .product-essential .gallery .product-gallery-container .main-picture-area {
    width: 553px;
    height: 437px;
  }
}
@media (max-width: 1024px) {
  .product-details-page .product-essential {
    flex-direction: column;
    gap: 30px;
  }
  .product-details-page .product-essential .gallery, .product-details-page .product-essential .overview {
    width: 100%;
  }
  .product-details-page .product-essential .gallery .product-gallery-container {
    flex-direction: column;
    justify-content: flex-start;
  }
  .product-details-page .product-essential .gallery .thumbs-container-vertical {
    display: none;
  }
  .product-details-page .product-essential .gallery .thumbs-container-horizontal {
    display: block;
  }
}
@media (max-width: 768px) {
  .product-details-page .product-page-wrapper {
    padding: 20px 0;
  }
  .product-details-page .product-essential {
    gap: 25px;
  }
  .product-details-page .product-essential .gallery .main-picture-area {
    padding: 10px;
  }
  .product-details-page .product-essential .overview .add-to-cart .add-to-cart-panel {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  .product-details-page .product-essential .overview .add-to-cart .add-to-cart-panel .add-to-cart-button {
    max-width: 100%;
  }
}

.block-category-navigation {
  display: flex;
  justify-content: center;
  background: #F2F2F2;
}
.block-category-navigation .listbox .list {
  list-style: none;
  display: flex;
}
.block-category-navigation .listbox .list li a {
  color: #363636;
}
.block-category-navigation .listbox .list .active .sublist {
  list-style: none;
}

.related-products-grid {
  padding: 30px 0;
}

/*PRODUCT BANNER SECTION*/
.product-banner-section {
  position: relative;
  width: 100%;
  height: 326px;
  background: url("../images/summer-banner.png") center/cover no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.product-banner-section .banner-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 55px;
}
.product-banner-section .banner-bottom .title {
  letter-spacing: 20px;
  margin-bottom: 0;
  color: white;
}
@media (max-width:768px) {
  .product-banner-section .banner-bottom .title {
    letter-spacing: 10px;
  }
}
.product-banner-section .banner-bottom p {
  color: #E3E3E3;
  font-size: 1.875rem;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width:768px) {
  .product-banner-section .banner-bottom p {
    font-size: 1.5rem;
  }
}
.product-banner-section .banner-bottom a::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 23px;
  margin-left: 21px;
  background: url("/Themes/Lira_v1/Content/images/right-arrow.svg") no-repeat center center;
  background-size: contain;
  transition: transform 0.2s ease;
}

/* TEST Katalog section*/
.catalog-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog-section .catalog-top-half-container {
  width: 100%;
  float: left;
  background: linear-gradient(to bottom, #f6f6f6 60%, transparent 50%);
}
.catalog-section .catalog-header {
  margin-bottom: 58px;
}
.catalog-section .catalog-header .title {
  color: #404142;
  font-size: 2.375rem;
  line-height: 1.4;
  font-style: italic;
  margin: 15px 0 27px;
  margin-top: 60px;
}
.catalog-section .catalog-header p {
  font-size: 1rem;
  line-height: 1.3;
  color: #404142;
}
.catalog-section .catalog-content {
  width: 100%;
  float: left;
  display: flex;
  gap: 14px;
}
.catalog-section .catalog-content .main-image {
  display: flex;
  float: left;
  align-items: flex-end;
  padding: 40px 50px;
  border-radius: 8px;
  aspect-ratio: 921/516;
  width: 70%;
  background-repeat: no-repeat;
  background-size: cover;
}
.catalog-section .catalog-content .main-image .main-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.catalog-section .catalog-content .main-image .main-wrapper .left p {
  font-weight: 900;
  line-height: 140%;
  color: white;
  margin: 0;
  padding: 0;
}
.catalog-section .catalog-content .main-image .main-wrapper .left p:first-of-type {
  font-size: 35px;
  letter-spacing: 0.06em;
}
.catalog-section .catalog-content .main-image .main-wrapper .left p:nth-of-type(2) {
  font-size: 25px;
}
.catalog-section .catalog-content .main-image .main-wrapper .right {
  display: flex;
  align-items: flex-end;
}
.catalog-section .catalog-content .main-image .main-wrapper .right .button-1 {
  width: auto;
  height: auto;
  background: #f26e64;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #f6f8fb;
  text-transform: none;
  gap: 20px;
}
.catalog-section .catalog-content .main-image .main-wrapper .right .button-1::after {
  position: unset;
  transform: none;
  font-size: 1.5rem;
}
.catalog-section .catalog-content .right-button {
  width: 30%;
  border-radius: 8px;
  aspect-ratio: 921/516;
  background-color: #F04790;
  padding: 40px 50px;
  display: flex;
  align-items: flex-end;
}
.catalog-section .catalog-content .right-button .right-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 55%;
  align-items: center;
  justify-content: space-between;
}
.catalog-section .catalog-content .right-button .right-wrapper .button-1 {
  width: 100%;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.2;
  text-transform: unset;
  width: auto;
  height: auto;
  padding: 10px 5px;
}
.catalog-section .catalog-content .right-button .right-wrapper .button-1::after {
  position: unset;
  transform: none;
  font-size: 2.5rem;
  padding-left: 20px;
}
.catalog-section .catalog-content .right-button .right-wrapper .bottom-text {
  font-size: 1rem;
  line-height: 1.3;
  color: #FF96C3;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #FF96C3;
  border-radius: 2px;
  margin: 0;
}
@media (max-width: 1024px) {
  .catalog-section .catalog-content {
    flex-direction: column;
  }
  .catalog-section .catalog-content .main-image,
.catalog-section .catalog-content .right-button {
    width: 100%;
  }
  .catalog-section .catalog-content .main-image {
    aspect-ratio: 19/9;
  }
  .catalog-section .catalog-content .right-button {
    aspect-ratio: 6/1;
    padding: 25px 40px;
  }
  .catalog-section .catalog-content .right-button .right-wrapper {
    height: auto;
    justify-content: center;
    gap: 20px;
  }
  .catalog-section .catalog-content .right-button .right-wrapper .button-1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .catalog-section .catalog-content {
    gap: 10px;
  }
  .catalog-section .catalog-content .main-image {
    aspect-ratio: 4/3;
  }
  .catalog-section .catalog-content .main-image .main-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .catalog-section .catalog-content .main-image .main-wrapper .left p:first-of-type {
    font-size: 20px;
    letter-spacing: 0.06em;
  }
  .catalog-section .catalog-content .main-image .main-wrapper .left p:nth-of-type(2) {
    font-size: 16px;
  }
  .catalog-section .catalog-content .right-button {
    aspect-ratio: auto;
    min-height: 160px;
    padding: 20px;
  }
  .catalog-section .catalog-content .right-button .right-wrapper .button-1 {
    font-size: 1.5rem;
  }
  .catalog-section .catalog-content .right-button .right-wrapper .bottom-text {
    font-size: 0.875rem;
  }
}
.catalog-section .catalogs-itstime {
  width: 100%;
  float: left;
  margin: 50px 0;
}
.catalog-section .catalogs-itstime .catalogs-header {
  width: 100%;
  display: flex;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .catalog-section .catalogs-itstime .catalogs-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.catalog-section .catalogs-itstime .catalogs-header .catalogs-title {
  font-size: 1.875rem;
  color: #404142;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .catalog-section .catalogs-itstime .catalogs-header .catalogs-title {
    font-size: 1.25rem;
  }
}
.catalog-section .catalogs-itstime .catalogs-header .catalogs-logo {
  aspect-ratio: 132/45;
  width: 132px;
  height: 45px;
}
.catalog-section .catalogs-itstime .catalogs-list {
  width: 100%;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  row-gap: 30px;
  margin-top: 50px;
  padding: 0 30px;
}
@media only screen and (max-width: 1100px) {
  .catalog-section .catalogs-itstime .catalogs-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 568px) {
  .catalog-section .catalogs-itstime .catalogs-list {
    grid-template-columns: 1fr;
  }
}
.catalog-section .catalogs-itstime .catalogs-list .catalog-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 400px;
}
.catalog-section .catalogs-itstime .catalogs-list .catalog-item .catalog-image-link {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.catalog-section .catalogs-itstime .catalogs-list .catalog-item .catalog-image-link img {
  display: block;
  width: 100%;
  float: left;
  transition: transform 0.35s ease;
  will-change: transform;
}
.catalog-section .catalogs-itstime .catalogs-list .catalog-item .catalog-image-link:hover img {
  transform: scale(1.08);
}
.catalog-section .catalogs-itstime .catalogs-list .catalog-item .catalog-title {
  color: #404142;
  font-size: 1.375rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 800;
}
.catalog-section .catalogs-itstime .catalogs-list .catalog-item .catalog-buttons {
  display: flex;
  gap: 8px;
}
.catalog-section .catalogs-itstime .catalogs-list .catalog-item .catalog-buttons .button-1 {
  text-transform: none;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: space-around;
  text-transform: none;
}
.catalog-section .catalogs-itstime .catalogs-list .catalog-item .catalog-buttons .button-1::after {
  font-weight: 500;
  font-size: 12px;
  transform: none;
  position: unset;
  display: none;
}
.catalog-section .catalogs-itstime .catalogs-list .catalog-item .catalog-buttons .button-1 .icon-arrow_small {
  display: flex;
}
.catalog-section .catalogs-itstime .catalogs-list .catalog-item .catalog-buttons .button-1 .icon-arrow_small::before {
  font-size: 5px;
}
.catalog-section .catalogs-itstime .catalogs-list .catalog-item .catalog-buttons .button-1.icon-prenos {
  padding-right: 6px;
  flex-direction: row-reverse;
}
.catalog-section .catalogs-itstime .catalogs-list .catalog-item .catalog-buttons .button-1.icon-prenos::after {
  margin-right: 0;
  display: none !important;
}

/* kolektor ///*/
.two-col-row {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .two-col-row {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.two-col-row .side-2,
.two-col-row .center-2 {
  float: left;
  width: 100%;
  padding: 0;
  min-height: 1px;
}
.two-col-row .center-2 .page-title-separator {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .two-col-row .side-2,
.two-col-row .side-2-filters {
    float: left;
    width: 100%;
    max-width: 360px;
    position: fixed;
    top: 0;
    left: -400px;
    bottom: 0;
    height: 100%;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    z-index: 999999;
    overflow-y: auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
  .two-col-row .side-2 .mobile-util,
.two-col-row .side-2-filters .mobile-util {
    float: left;
    width: 100%;
  }
  .two-col-row .side-2 .mobile-util .close-filter,
.two-col-row .side-2-filters .mobile-util .close-filter {
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1rem;
    background: #D9D9D9;
    margin: 10px 15px 10px 0;
  }
  .two-col-row .side-2.active,
.two-col-row .side-2-filters.active {
    left: 0;
    transition: all 0.3s ease-in-out;
  }
  .two-col-row .side-2.account {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .two-col-row {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .two-col-row .center-2 {
    width: calc(100% - 500px);
    padding: 0 15px;
    margin: 0 30px;
  }
  .two-col-row .side-2 {
    display: block;
    width: 360px;
    padding: 0 15px;
  }
  .two-col-row .side-2 .mobileUtil {
    display: none;
  }
  .two-col-row .mobile-util {
    display: none;
  }
}
.one-col-row {
  float: left;
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .one-col-row {
    margin-bottom: 5rem;
  }
}
.one-col-row .center-1 {
  float: left;
  width: 100%;
}
.one-col-row .center-1 .page-title-separator {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 768px) {
  .one-col-row .center-1 .page-title-separator {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }
}

.block.block-category-navigation,
.block.block-manufacturer-navigation,
.block.block-account-navigation,
.block-recently-viewed-products,
.block-popular-tags {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  background: #F2F2F2;
  padding: 15px;
  border-radius: 20px;
}
.block.block-category-navigation .title,
.block.block-manufacturer-navigation .title,
.block.block-account-navigation .title,
.block-recently-viewed-products .title,
.block-popular-tags .title {
  float: left;
  width: 100%;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  padding-left: 0 !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #404142;
  margin-bottom: 15px !important;
  display: flex;
  gap: 5px;
  align-items: center;
  align-content: center;
  color: #404142;
}
.block.block-category-navigation .listbox,
.block.block-manufacturer-navigation .listbox,
.block.block-account-navigation .listbox,
.block-recently-viewed-products .listbox,
.block-popular-tags .listbox {
  float: left;
  width: 100%;
}
.block.block-category-navigation ul.list,
.block.block-manufacturer-navigation ul.list,
.block.block-account-navigation ul.list,
.block-recently-viewed-products ul.list,
.block-popular-tags ul.list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.block.block-category-navigation ul.list li,
.block.block-manufacturer-navigation ul.list li,
.block.block-account-navigation ul.list li,
.block-recently-viewed-products ul.list li,
.block-popular-tags ul.list li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: #404142;
  letter-spacing: 0px;
}
.block.block-category-navigation ul.list li ul.sublist,
.block.block-manufacturer-navigation ul.list li ul.sublist,
.block.block-account-navigation ul.list li ul.sublist,
.block-recently-viewed-products ul.list li ul.sublist,
.block-popular-tags ul.list li ul.sublist {
  display: none;
}
.block.block-category-navigation ul.list li.active a,
.block.block-manufacturer-navigation ul.list li.active a,
.block.block-account-navigation ul.list li.active a,
.block-recently-viewed-products ul.list li.active a,
.block-popular-tags ul.list li.active a {
  font-weight: bold;
}
.block.block-category-navigation a,
.block.block-manufacturer-navigation a,
.block.block-account-navigation a,
.block-recently-viewed-products a,
.block-popular-tags a {
  font-size: 1rem;
  color: #404142;
  letter-spacing: 0px;
  text-decoration-color: #404142;
}
.block.block-category-navigation a:hover,
.block.block-manufacturer-navigation a:hover,
.block.block-account-navigation a:hover,
.block-recently-viewed-products a:hover,
.block-popular-tags a:hover {
  color: #404142;
  text-decoration: underline;
}
.block.block-category-navigation .view-all,
.block.block-manufacturer-navigation .view-all,
.block.block-account-navigation .view-all,
.block-recently-viewed-products .view-all,
.block-popular-tags .view-all {
  float: left;
  width: 100%;
  margin: 5px 0 0;
  font-size: 0.75rem;
  line-height: lh(12, 17);
}

body ul li {
  list-style: none;
}

/**********************
CATEGORY PAGE
***********************/
.page-title {
  float: left;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  align-content: center;
}
.page-title h1 {
  float: left;
  width: auto;
  color: #404142;
  font-size: 2rem;
  letter-spacing: 0px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.page-title .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.page-title .title-wrapper .category-icon {
  max-width: 120px;
  aspect-ratio: auto;
}
@media (max-width:768px) {
  .page-title .title-wrapper .category-icon {
    max-width: 100px;
  }
}
.page-title .title-wrapper .sub-category-icon.dynamic-gradient {
  width: 40px;
  height: 40px;
  display: block;
  background: linear-gradient(135deg, #F8C759 0%, #e6a423 100%);
  -webkit-mask-image: var(--icon-url);
  mask-image: var(--icon-url);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.page-title .title-wrapper .sub-category-icon.dynamic-gradient.bestway {
  background: linear-gradient(90deg, #87CDD7 -0.02%, #1D71B8 99.98%);
}
.page-title .title-wrapper .sub-category-icon.dynamic-gradient.its-time-diving {
  background: linear-gradient(132.95deg, #00bbd6 3.38%, #66d5e6 121.74%);
}
.page-title .title-wrapper .sub-category-icon.dynamic-gradient.its-time-fashion {
  background: linear-gradient(132.95deg, #ee4d9b 3.38%, #fa99c3 121.74%);
}
.page-title .title-wrapper .sub-category-icon.dynamic-gradient.its-time-play {
  background: linear-gradient(132.95deg, #f47929 3.38%, #f9a56e 121.74%);
}
.page-title .title-wrapper .sub-category-icon.dynamic-gradient.its-time-beach {
  background: linear-gradient(132.95deg, #f5b810 3.38%, #f9d568 121.74%);
}
.page-title .title-wrapper .sub-category-icon.dynamic-gradient.its-time-action {
  background: linear-gradient(132.95deg, #ee3042 3.38%, #f78a94 121.74%);
}
.page-title .title-wrapper .sub-category-icon.dynamic-gradient.its-time-outdoor {
  background: linear-gradient(132.95deg, #39b54a 3.38%, #7bd58a 121.74%);
}
.page-title .title-wrapper .sub-category-icon.dynamic-gradient.its-time-outdoor {
  background: linear-gradient(132.95deg, #39b54a 3.38%, #7bd58a 121.74%);
}
@media (max-width:768px) {
  .page-title .title-wrapper .sub-category-icon.dynamic-gradient {
    width: 30px;
    height: 30px;
  }
}
.page-title .title-wrapper h1 {
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #292929;
}

.col-one .page-title {
  margin: 30px 0 15px 0;
}

.col-two .page-title {
  margin: 40px 0 15px 0;
}

.home-page .cmspage-page .page-title {
  display: none;
}

.eu-cookie-bar-notification {
  float: left;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999999;
  font-size: 0.875rem;
  color: #f2f2f2;
  line-height: 1.35;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.eu-cookie-bar-notification .content {
  float: left;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.eu-cookie-bar-notification .content .text {
  float: left;
  width: auto;
  max-width: 100%;
  margin: 0;
  text-align: center;
  color: #404142;
}
.eu-cookie-bar-notification .content .buttons-more {
  float: left;
  width: auto;
  max-width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  align-content: center;
}
.eu-cookie-bar-notification .content .buttons-more .ok-button {
  padding: 5px 10px !important;
  margin: 0;
}
.eu-cookie-bar-notification .content .buttons-more .ok-button::after {
  display: none;
}
.eu-cookie-bar-notification .content .buttons-more .learn-more {
  color: #404142;
}
.eu-cookie-bar-notification .content .buttons-more .learn-more:hover {
  text-decoration: underline;
  cursor: pointer;
}

input[type=radio] {
  appearance: none;
  background-color: #ffffff;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  font: inherit;
  color: #F47929;
  border: 0.1em solid #F47929;
  border-radius: 50%;
  transform: translateY(0.1rem);
}
input[type=radio]:checked {
  accent-color: #F47929;
  border-color: #F47929;
  background-color: #F47929;
  box-shadow: inset -0.005rem -0.005rem 0 0.1rem wheat;
}

/*  PAGER */
.pager {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pager ul {
  width: auto;
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.pager ul li {
  width: auto;
  margin: 0;
  padding: 0;
}
.pager ul li span, .pager ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #363636;
  text-decoration: none;
}
.pager ul li.current-page span {
  border-radius: 50%;
  background: none;
  border: 1px solid #292929;
}
.pager ul li.individual-page a:hover {
  background-color: #f2f2f2;
  border-radius: 50%;
}
.pager ul li.previous-page a, .pager ul li.next-page a, .pager ul li.first-page a, .pager ul li.last-page a {
  font-size: 0;
  color: transparent;
}
.pager ul li.previous-page a::before, .pager ul li.next-page a::before, .pager ul li.first-page a::before, .pager ul li.last-page a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  color: #363636;
}
.pager ul li.previous-page a::before {
  content: "\f053";
}
.pager ul li.first-page a::before {
  content: "\f323";
}
.pager ul li.next-page a::before {
  content: "\f054";
}
.pager ul li.last-page a::before {
  content: "\f324";
}

.quickOrderPopup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  backdrop-filter: blur(4px);
}
.quickOrderPopup-overlay .button-1 {
  text-transform: none;
  width: auto;
}
.quickOrderPopup-overlay .quickOrderPopup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 90vw;
  max-width: 1100px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 1051;
  display: flex;
  flex-direction: column;
  max-height: 85vh;
  overflow-y: auto;
}
.quickOrderPopup-overlay .quickOrderPopup-content .close-quickOrderPopup {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #404142;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  z-index: 10;
}
.quickOrderPopup-overlay .quickOrderPopup-content .close-quickOrderPopup:hover {
  background-color: #404142;
  color: #ffffff;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody form {
  max-width: 100%;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .modal-header {
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .modal-header .modal-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .modal-body {
  flex-grow: 1;
  overflow-y: auto;
  margin: 0 -1.5rem;
  padding: 0 1.5rem;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .modal-body .table {
  width: 100%;
  border-collapse: collapse;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .modal-body .table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .modal-body .table thead th {
  background: #ffffff;
  color: #404142;
  font-weight: 600;
  text-align: left;
  padding: 12px 10px;
  border-bottom: 2px solid #d9d9d9;
  white-space: nowrap;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .modal-body .table tbody tr td {
  padding: 12px 10px;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .modal-body .table tbody tr td:nth-child(1) {
  width: 15%;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .modal-body .table tbody tr td:nth-child(2) {
  width: 30%;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .modal-body .table tbody tr td:nth-child(3) {
  width: 10%;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .modal-body .table tbody tr td:nth-child(4) {
  width: 15%;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .modal-body .table tbody tr td:nth-child(5) {
  width: 15%;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .form-control {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid gray;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .form-control:focus {
  outline: none;
  border-color: #404142;
  box-shadow: 0 0 0 2px rgba(64, 65, 66, 0.25);
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .form-control[readonly] {
  cursor: not-allowed;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 1rem;
  flex-shrink: 0;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .modal-footer .button-1::after {
  display: none;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody .modal-footer #add-to-checkout {
  background: #f47929;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody #shopping-cart-import-form {
  flex-shrink: 0;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d9d9d9;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody #shopping-cart-import-form .modal-form {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: row;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody #shopping-cart-import-form .modal-form .form-control {
  max-width: 300px;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody #shopping-cart-import-form .modal-form .button-1 {
  padding: 0 !important;
  background: none;
  border: none;
  font-size: 14px;
  color: #404142;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody #shopping-cart-import-form .modal-form .button-1::after {
  display: none !important;
}
.quickOrderPopup-overlay .quickOrderPopup-content #quickOrderPopupBody #shopping-cart-import-form .modal-form .button-1:hover {
  text-decoration: underline;
  transform: none !important;
}
@media (max-width: 992px) {
  .quickOrderPopup-overlay .quickOrderPopup-content {
    max-height: 90vh;
  }
  .quickOrderPopup-overlay #quickOrderPopupBody .modal-body {
    overflow-x: auto;
  }
  .quickOrderPopup-overlay #quickOrderPopupBody .modal-body .table {
    min-width: 800px;
  }
}
@media (max-width: 768px) {
  .quickOrderPopup-overlay .quickOrderPopup-content {
    width: 95vw;
    max-height: 95vh;
  }
  .quickOrderPopup-overlay #quickOrderPopupBody {
    padding: 1rem;
  }
  .quickOrderPopup-overlay #quickOrderPopupBody .modal-body {
    margin: 0 -1rem;
    padding: 0 1rem;
  }
  .quickOrderPopup-overlay #quickOrderPopupBody .modal-footer {
    flex-direction: column;
  }
  .quickOrderPopup-overlay #quickOrderPopupBody .modal-footer .button-1 {
    width: 100%;
  }
}

.html-product-details-page .product-carousel-wrapper {
  width: 100%;
  float: left;
  margin-top: 55px;
  margin-bottom: 70px;
}
.html-product-details-page .product-carousel-wrapper .itstime-carousel {
  width: 100%;
  float: left;
}
.html-product-details-page .product-carousel-wrapper .itstime-carousel .nop-jcarousel {
  width: 100%;
  float: left;
}
.html-product-details-page .product-carousel-wrapper .itstime-carousel .nop-jcarousel .title {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #292929;
  margin-bottom: 20px;
}
.html-product-details-page .product-carousel-wrapper .itstime-carousel .nop-jcarousel .item-grid {
  display: flex;
}
.html-product-details-page .product-carousel-wrapper .itstime-carousel .nop-jcarousel .item-grid .slick-list {
  width: 100%;
  float: left;
  padding: 10px 0px;
  overflow: visible;
}
.html-product-details-page .product-carousel-wrapper .itstime-carousel .nop-jcarousel .item-grid .slick-list .slick-track {
  width: 100%;
  float: left;
  display: flex;
  gap: 10px;
}
.html-product-details-page .product-carousel-wrapper .itstime-carousel .nop-jcarousel .item-grid .slick-list .slick-track::before {
  display: none;
}
.html-product-details-page .product-carousel-wrapper .itstime-carousel .nop-jcarousel .item-grid .slick-list .slick-track::after {
  display: none;
}
.html-product-details-page .product-carousel-wrapper .itstime-carousel:nth-of-type(2) {
  margin-top: 50px;
}

.quickView {
  border-radius: 19px;
  outline: 0 !important;
}
.quickView .quickViewWindow .product-essential .popup-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: none;
}
.quickView .quickViewWindow .product-essential .popup-header .product-name {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 15px;
  color: #363636;
}
.quickView .quickViewWindow .product-essential .product-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  float: left;
  flex-wrap: wrap;
}
.quickView .quickViewWindow .product-essential .product-content .gallery {
  width: 50%;
  float: left;
}
.quickView .quickViewWindow .product-essential .product-content .gallery .picture {
  width: 100%;
  float: left;
  height: auto;
  border: none;
  padding: 5px;
}
.quickView .quickViewWindow .product-essential .product-content .gallery .picture img {
  width: 100%;
  max-width: 250px;
}
.quickView .quickViewWindow .product-essential .product-content .gallery .thumbnails {
  width: 100%;
  float: left;
  display: none;
}
.quickView .quickViewWindow .product-essential .product-content .overview {
  float: left;
  width: 50%;
  display: flex;
}
.quickView .quickViewWindow .product-essential .product-content .product-details {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .left {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .left .links-panel {
  width: 100%;
  float: left;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .left .links-panel a {
  color: #363636 !important;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .left .links-panel .product-name {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 15px;
  color: #363636;
  padding: 0;
  margin-bottom: 15px;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .left .additional-details {
  width: 100%;
  float: left;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .left .availability {
  width: 100%;
  float: left;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .left .availability .label {
  display: none;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .left .availability .in-stock .value,
.quickView .quickViewWindow .product-essential .product-content .product-details .left .availability .out-of-stock .value {
  padding-left: 20px;
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #363636;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .left .availability .in-stock .value:before,
.quickView .quickViewWindow .product-essential .product-content .product-details .left .availability .out-of-stock .value:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #39B54A;
  display: block;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .left .availability .out-of-stock .value {
  padding-left: 20px;
  position: relative;
  color: #EE3042;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .left .availability .out-of-stock .value:before {
  background: #EE3042;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .attributes {
  margin-top: 0;
  width: 100%;
  float: left;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .attributes dl {
  width: 100%;
  float: left;
  margin: 8px 0px;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .attributes dl dd {
  margin: 0px;
  margin-top: 10px;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .attributes .text-prompt {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #363636;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .purchase-area {
  width: 100%;
  float: left;
  padding: 10px 20px 20px 20px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .purchase-area .prices {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .purchase-area .prices .product-price, .quickView .quickViewWindow .product-essential .product-content .product-details .purchase-area .prices .non-discounted-price {
  width: 100%;
  float: left;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .purchase-area .prices .product-price span, .quickView .quickViewWindow .product-essential .product-content .product-details .purchase-area .prices .non-discounted-price span {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 27px;
  color: #363636;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .purchase-area .prices .product-price span.price-quantity, .quickView .quickViewWindow .product-essential .product-content .product-details .purchase-area .prices .non-discounted-price span.price-quantity {
  font-size: 16px;
  margin-left: 5px;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .purchase-area .prices .product-price .price-tax, .quickView .quickViewWindow .product-essential .product-content .product-details .purchase-area .prices .non-discounted-price .price-tax {
  font-family: "DM Sans", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  line-height: 0px;
  color: #363636;
  margin: 0;
  padding: 0;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .purchase-area .add-to-cart {
  width: 100%;
  float: left;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .purchase-area .add-to-cart .add-to-cart-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .purchase-area .add-to-cart .add-to-cart-panel .add-to-cart-button {
  text-transform: none;
  background-color: #F04790;
  width: 100%;
  max-width: 274px;
}
.quickView .quickViewWindow .product-essential .product-content .product-details .purchase-area .add-to-cart .add-to-cart-panel .add-to-cart-button::after {
  display: none;
}
.quickView .k-window-titlebar .k-button {
  background: none !important;
}
.quickView .k-window-titlebar .k-button::after {
  content: "\f00d";
  font-size: 18px;
  color: #404142;
  font-family: "Font Awesome 5 Pro";
}
.quickView .k-window-titlebar .k-button:hover {
  cursor: pointer;
}
.quickView .k-window-titlebar-actions {
  top: 8px !important;
}

.content-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  backdrop-filter: blur(3px);
}
.content-popup-overlay .content-popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-width: 800px;
  max-height: 85vh;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  flex-direction: column;
}
.content-popup-overlay .content-popup-content .close-content-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #666;
  transition: color 0.2s ease;
}
.content-popup-overlay .content-popup-content .close-content-popup:hover {
  color: #000;
}
.content-popup-overlay .content-popup-content .content-popup-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.content-popup-overlay .content-popup-content .content-popup-body {
  overflow-y: auto;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
.content-popup-overlay .content-popup-content .content-popup-body img {
  max-width: 100%;
  height: auto;
}

.order-completed-page {
  margin-top: 40px;
}
.order-completed-page a {
  color: black;
}
.order-completed-page a:hover {
  text-decoration: underline;
}

/*       OVERLAYS     */
.fadeOverlay,
.flyout-fade {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.fadeOverlay.active,
.flyout-fade.active {
  opacity: 1;
  pointer-events: auto;
}

/*       HEADER       */
.header {
  float: left;
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  top: 0;
  z-index: 45 !important;
  background: #404142;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .container {
  padding: 0 !important;
}
.header .top-alert {
  width: 100%;
  height: 31px;
  background-color: #F5F5F5;
}
.header .top-alert .alert-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 3px 0.5rem;
  z-index: 200;
}
.header .top-alert .alert-content .language-selector {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
.header .top-alert .alert-content .language-selector .language-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  border: none;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  background: none;
  cursor: pointer;
}
.header .top-alert .alert-content .language-selector .language-toggle img {
  width: auto;
  height: auto;
}
@media (max-width:768px) {
  .header .top-alert .alert-content .language-selector .language-toggle {
    font-size: 0.875rem;
  }
  .header .top-alert .alert-content .language-selector .language-toggle img {
    max-width: 30px;
  }
}
.header .top-alert .alert-content .language-selector .language-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 4px;
  background: #ffffff;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  list-style: none;
  padding: 0;
  min-width: 70px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  z-index: 200;
}
.header .top-alert .alert-content .language-selector .language-dropdown li a {
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  color: black;
  font-size: 0.875pxrem;
  text-decoration: none;
}
.header .top-alert .alert-content .language-selector .language-dropdown li a:hover {
  background: #f4f4f4;
}
.header .top-alert .alert-content .language-selector .language-dropdown li a img {
  width: auto;
  height: auto;
}
.header .top-alert .alert-content .language-selector .language-dropdown li.active a {
  font-weight: 600;
  background: #f9f9f9;
}
.header .top-alert .alert-content .store-selector select {
  height: 22px;
  font-family: inherit;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  outline: none;
  border: none;
  background: none;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  padding-left: 5px;
  padding-right: 0;
}
@media (max-width:768px) {
  .header .top-alert .alert-content label {
    display: none;
  }
  .header .top-alert .alert-content select {
    font-size: 12px !important;
  }
}
.header .top-alert-text {
  width: 100%;
  padding: 2px 0.5rem;
  height: auto;
  background-color: #D9D9D9;
}
.header .top-alert-text .alert-text {
  text-align: center;
}
.header .top-alert-text .alert-text .text {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 170%;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media (max-width:768px) {
  .header .top-alert-text .alert-text .text {
    font-size: 0.75rem;
  }
}
.header .top-alert-text .alert-text .text b {
  font-weight: 700;
}
.header .header-row-wrapper {
  display: flex;
  flex-direction: column;
}
.header .header-row-wrapper .header-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 14px 10px;
  height: auto;
}
@media (min-width: 1199px) {
  .header .header-row-wrapper .header-row {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 13px 0px;
    height: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1469px) {
  .header .header-row-wrapper .header-row {
    padding: 13px 20px;
  }
}
.header .header-row-wrapper .header-row .header-col-left {
  order: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
  width: auto;
}
@media (min-width: 1999px) {
  .header .header-row-wrapper .header-row .header-col-left {
    order: unset;
    flex-direction: row;
    justify-content: flex-start;
    gap: 36px;
    width: 50%;
  }
}
.header .header-row-wrapper .header-row .header-col-left .mobile-menu-toggle {
  display: flex;
  align-items: center;
}
.header .header-row-wrapper .header-row .header-col-left .mobile-menu-toggle .mobile-menu-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-row-wrapper .header-row .header-col-left .mobile-menu-toggle .mobile-menu-button i.fa-bars {
  font-size: 1.375pxrem;
  color: #D9D9D9;
}
@media (min-width: 1199px) {
  .header .header-row-wrapper .header-row .header-col-left .mobile-menu-toggle {
    display: none;
  }
}
.header .header-row-wrapper .header-row .header-col-left .header-logo {
  width: 57px;
  height: 35px;
}
.header .header-row-wrapper .header-row .header-col-right {
  display: contents;
}
@media (min-width: 1199px) {
  .header .header-row-wrapper .header-row .header-col-right {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    order: 2;
  }
}
.header .header-row-wrapper .header-row .header-col-right > a {
  font-size: 0.75rem;
  font-family: "DM Sans", sans-serif;
  margin-right: 10px;
}
.header .header-row-wrapper .header-row .header-col-right > a:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .header .header-row-wrapper .header-row .header-col-right > a {
    display: none;
  }
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper {
  order: 3;
  flex: 1 0 100%;
  width: 100%;
  background: rgba(245, 245, 245, 0.2);
  border-radius: 13px;
  display: flex;
  height: 27px;
}
@media (min-width: 1199px) {
  .header .header-row-wrapper .header-row .header-col-right .header-search-wrapper {
    order: initial;
    width: 215px;
    display: flex;
    flex-direction: row;
    flex: initial;
  }
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form {
  width: 100%;
  float: left;
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box.search-active {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box.search-active .search-box-button::before {
  color: white;
  transform: translate(-50%, -50%) scale(1.1);
  transition: color 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box.search-active .search-box-text {
  color: white;
  font-size: 11px;
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box .ui-autocomplete {
  position: absolute;
  top: 44px !important;
  left: 0 !important;
  right: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0px;
  margin: 0;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 400px !important;
  animation: fadeSlideDown 0.2s ease-out forwards;
}
@media (max-width: 786px) {
  .header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box .ui-autocomplete {
    width: 100% !important;
  }
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box .ui-menu-item {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box .ui-menu-item > a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  border-bottom: 1px solid #e0e0e0;
  gap: 10px;
  transition: background-color 0.2s ease, color 0.2s ease, border-bottom 0.2s ease;
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box .ui-menu-item > a .image {
  float: left;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: hidden;
  flex-shrink: 0;
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box .ui-menu-item > a .image img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box .ui-menu-item > a span {
  font-size: 0.875rem;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box .ui-menu-item > a span:hover {
  color: #404142;
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box .ui-menu-item > a:hover {
  filter: none;
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box .ui-menu-item > a:hover span {
  color: #404142;
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box .ui-menu-item:hover {
  background-color: #f5f5f5;
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box .ui-menu-item:hover > a {
  border-radius: 6px;
  text-decoration: underline;
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box .ui-menu-item.ui-state-focus > a {
  background-color: #f5f5f5;
  color: #000;
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box .ui-autocomplete li:last-child.ui-menu-item > a {
  border-bottom: none;
}
@media (min-width: 769px) {
  .header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form {
    align-items: initial;
  }
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box-text {
  order: 2;
  font-size: 0.625rem;
  width: 100%;
  background: transparent;
  border: none;
  font-family: inherit;
  outline: none;
  color: #D9D9D9;
  padding: 0;
  transition: font-size 0.3s ease;
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box-text::placeholder {
  color: #D9D9D9;
  opacity: 1;
  font-style: inherit;
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box-button {
  margin-left: 10px;
  order: 1;
  font-size: 0;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}
.header .header-row-wrapper .header-row .header-col-right .header-search-wrapper form .search-box-button::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  content: "\f002";
  font-size: 12px;
  color: #D9D9D9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .header-row-wrapper .header-row .header-col-right .header-links {
  order: 2;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 1199px) {
  .header .header-row-wrapper .header-row .header-col-right .header-links {
    order: initial;
    margin-left: 0;
  }
}
.header .header-row-wrapper .header-row .header-col-right .header-links ul {
  display: flex;
  gap: 12px;
  align-items: center;
  list-style: none;
  padding-left: 0;
}
@media (min-width: 1199px) {
  .header .header-row-wrapper .header-row .header-col-right .header-links ul {
    gap: 21px;
    padding-left: 16px;
  }
}
.header .header-row-wrapper .header-row .header-col-right .header-links ul .header-account {
  order: 2;
  position: relative;
}
.header .header-row-wrapper .header-row .header-col-right .header-links ul .header-account .account-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 120%;
  right: -50px;
  min-width: 120px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 8px 4px;
  z-index: 30;
  text-align: center;
  width: max-content;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
}
.header .header-row-wrapper .header-row .header-col-right .header-links ul .header-account .account-menu a {
  width: 100% !important;
  color: inherit;
  text-decoration: none;
  padding: 0 8px;
}
.header .header-row-wrapper .header-row .header-col-right .header-links ul .header-account .account-menu a:hover {
  background: rgba(0, 0, 0, 0.04);
}
.header .header-row-wrapper .header-row .header-col-right .header-links ul .header-account.open .account-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
@media (min-width: 1199px) {
  .header .header-row-wrapper .header-row .header-col-right .header-links ul .header-account {
    order: 1;
  }
}
.header .header-row-wrapper .header-row .header-col-right .header-links ul .hitronarocilolink {
  order: 1;
}
@media (min-width: 1199px) {
  .header .header-row-wrapper .header-row .header-col-right .header-links ul .hitronarocilolink {
    order: 2;
  }
}
@media (max-width: 1200px) {
  .header .header-row-wrapper .header-row .header-col-right .header-links ul .hitronarocilolink {
    display: none;
  }
}
.header .header-row-wrapper .header-row .header-col-right .header-links ul .wishlistlink {
  order: 3;
}
.header .header-row-wrapper .header-row .header-col-right .header-links ul .topcartlink {
  order: 4;
}
.header .header-row-wrapper .header-row .header-col-right .header-links ul li {
  transition: transform 0.15s ease-in-out, background-color 0.25s ease-in-out;
}
.header .header-row-wrapper .header-row .header-col-right .header-links ul li:hover {
  transform: scale(1.08);
}
.header .header-row-wrapper .header-row .header-col-right .header-links a {
  width: 30px;
  height: 30px;
  border-radius: 9999px;
}
.header .header-row-wrapper .header-row .header-col-right .header-links a.ico-cart {
  position: relative;
  z-index: 69;
}
.header .header-row-wrapper .header-row .header-col-right .header-links .wishlist-label,
.header .header-row-wrapper .header-row .header-col-right .header-links .cart-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.header .header-row-wrapper .header-row .header-col-right .header-links .ico-account {
  background: rgba(217, 217, 217, 0.05);
  border: none;
  border-radius: 50px;
  height: 30px;
  cursor: pointer;
}
.header .header-row-wrapper .header-row .header-col-right .header-links .ico-account .my-account-label {
  display: none;
}
.header .header-row-wrapper .header-row .header-col-right .header-links .ico-account:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.header .header-row-wrapper .header-row .header-col-right .header-links .ico-logout {
  display: none;
}
.header .header-row-wrapper .header-row .header-col-right .header-links .cart-qty {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  background: #FF7075;
  color: #ffffff;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .header .header-row-wrapper .header-row .header-col-right .header-links .cart-qty {
    top: 3px;
    right: -13px;
  }
}
.header .header-row-wrapper .header-row .header-col-right .header-links .ico-hitro-narocilo {
  order: 1;
  width: auto;
  background: #FF7075;
  height: 17px;
  border-radius: 3px;
  letter-spacing: 0.02px;
  display: flex;
  align-items: center;
}
@media (min-width: 1199px) {
  .header .header-row-wrapper .header-row .header-col-right .header-links .ico-hitro-narocilo {
    order: 2;
    width: 100%;
  }
}
.header .header-row-wrapper .header-row .header-col-right .header-links .ico-hitro-narocilo:hover {
  background: #FF7075;
}
.header .header-row-wrapper .header-row .header-col-right .header-links .ico-hitro-narocilo .hitro-narocilo-label {
  padding: 0 5px;
  font-size: 0.625rem;
  line-height: 1.7;
  text-transform: uppercase;
}
.header .header-row-wrapper .header-row .header-col-right .header-links .icon-account,
.header .header-row-wrapper .header-row .header-col-right .header-links .icon-wishlist,
.header .header-row-wrapper .header-row .header-col-right .header-links .icon-cart {
  width: auto;
  font-size: 16px;
  color: #ffffff;
}
.header .header-row-wrapper .header-row .header-col-right .header-links .icon-cart {
  font-size: 18px;
}
.header .header-row-wrapper .header-row .header-col-right .header-links a:hover,
.header .header-row-wrapper .header-row .header-col-right .header-links a:focus-visible {
  background: rgba(17, 17, 17, 0.12);
  outline: none;
}

/*  SIDE MOBILE MENU  */
.site-mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  height: 100;
  background: #ffffff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
  z-index: 100;
  overflow-y: auto;
  transition: all 0.5s ease-in-out;
  transform: translateX(-100%);
  will-change: transform;
}
.site-mobile-menu.active {
  transform: translateX(0);
  transition: all 0.5s ease-in-out;
}
.site-mobile-menu .mobile-menu-header {
  display: flex;
  justify-content: space-between;
  background: #404142;
  padding: 1rem;
}
.site-mobile-menu .mobile-menu-header .header-logo {
  height: 35px;
}
.site-mobile-menu .mobile-menu-header .close-menu {
  background: none;
  border: none;
  font-size: 32px;
  color: #ffffff;
  cursor: pointer;
}
.site-mobile-menu .mobile-menu-content {
  padding: 1rem;
}
.site-mobile-menu .mobile-menu-content .mega-menu-responsive {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.site-mobile-menu .mobile-menu-content .mega-menu-responsive li {
  position: relative;
  margin: 0.5rem 0;
}
.site-mobile-menu .mobile-menu-content .mega-menu-responsive li.itstime::after, .site-mobile-menu .mobile-menu-content .mega-menu-responsive li.bestway::after {
  content: "";
  position: absolute;
  left: -2px;
  right: 0;
  bottom: 0px;
  height: 2px;
  border-radius: 9999px;
}
.site-mobile-menu .mobile-menu-content .mega-menu-responsive li.itstime::after {
  background: #F04790;
  width: 62px;
}
.site-mobile-menu .mobile-menu-content .mega-menu-responsive li.bestway::after {
  background: #2C73B9;
  width: 70px;
}
.site-mobile-menu .mobile-menu-content .mega-menu-responsive a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}

/*    FLYOUT CART     */
.flyout-cart {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 420px;
  overflow: auto;
  background: #fff;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  transform: translateX(110%);
  transition: all 0.5s ease-in-out;
  will-change: transform;
}
.flyout-cart .mini-shopping-cart {
  padding: 14px;
}
.flyout-cart.active {
  transform: translateX(0);
}
.flyout-cart .flyout-header {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 14px;
  align-items: center;
  justify-content: space-between;
}
.flyout-cart .flyout-header .title {
  float: left;
  width: calc(100% - 50px);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -1px;
  color: #404142;
  font-weight: 700;
}
.flyout-cart .flyout-header .close {
  float: left;
  width: 30px;
  height: 30px;
  color: #404142;
  display: flex;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
.flyout-cart .flyout-header .close::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1;
  vertical-align: middle;
  color: inherit;
}
.flyout-cart .flyout-header .close:hover {
  cursor: pointer;
  color: #ffffff;
  background: #404142;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}
.flyout-cart .mini-shopping-cart {
  float: left;
  width: 100%;
}
.flyout-cart .mini-shopping-cart .items {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.flyout-cart .mini-shopping-cart .items .product-item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
}
.flyout-cart .mini-shopping-cart .items .product-item .image-wrapper {
  float: left;
  width: 90px;
  height: 110px;
  border-radius: 4px;
  background: white;
  overflow: hidden;
  display: flex;
  margin: -1px 0 -1px -1px;
}
.flyout-cart .mini-shopping-cart .items .product-item .image-wrapper a {
  display: flex;
}
.flyout-cart .mini-shopping-cart .items .product-item .image-wrapper img {
  object-fit: none;
  object-position: center;
  width: 100%;
  float: left;
}
.flyout-cart .mini-shopping-cart .items .product-item .content {
  float: left;
  width: calc(100% - 90px);
  padding: 6px 14px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  height: 100%;
}
.flyout-cart .mini-shopping-cart .items .product-item .content .title {
  float: left;
  width: 100%;
  line-height: normal;
}
.flyout-cart .mini-shopping-cart .items .product-item .content .title a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #404142;
  margin: 0 0 10px 0;
}
.flyout-cart .mini-shopping-cart .items .product-item .content .bottom {
  float: left;
  width: 100%;
  margin-top: auto;
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 15px;
}
.flyout-cart .mini-shopping-cart .items .product-item .content .price {
  width: auto;
  color: #404142;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-left: auto;
}
.flyout-cart .mini-shopping-cart .items .product-item .content .quantity-display {
  font-size: 14px;
  font-weight: 700;
  color: #404142;
  line-height: 1.2;
}
.flyout-cart .mini-shopping-cart .items .product-item .content .attributes {
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
  color: #888;
  margin-bottom: 8px;
}
.flyout-cart .mini-shopping-cart .items .product-item .quick-view-button {
  display: none;
}
.flyout-cart .mini-shopping-cart .totals {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 16px 0 30px 0;
}
.flyout-cart .mini-shopping-cart .totals .text,
.flyout-cart .mini-shopping-cart .totals .value {
  font-weight: 700;
  color: #404142;
  font-size: 20px;
  line-height: 1.2;
}
.flyout-cart .mini-shopping-cart .buttons {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.flyout-cart .mini-shopping-cart .buttons .flyout-button {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  padding: 15px;
  border-radius: 50px;
  color: #404142;
  background: #d9d9d9;
  border: none;
  transition: all 0.2s ease-in-out;
}
.flyout-cart .mini-shopping-cart .buttons .flyout-button:hover {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  transform: scale(1.04);
}
.flyout-cart .mini-shopping-cart .buttons .flyout-button.checkout-button {
  color: #ffffff;
  background: #F47929;
}
.flyout-cart .mini-shopping-cart .buttons .flyout-button.cart-button {
  color: #ffffff;
  background: #404142;
}
.flyout-cart .mini-shopping-cart .empty-flyout {
  float: left;
  width: 100%;
  margin: 100px 0;
  padding: 100px 0;
}
.flyout-cart .mini-shopping-cart .empty-flyout .icon {
  float: left;
  width: 100%;
  font-size: 4rem;
  line-height: 1;
  color: #404142;
  text-align: center;
  margin: 20px 0;
}
.flyout-cart .mini-shopping-cart .empty-flyout .text {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
  color: #404142;
}
.flyout-cart .mini-shopping-cart .empty-flyout .text span {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 1.25rem;
}
.flyout-cart .mini-shopping-cart .empty-flyout .text a {
  border-radius: 25px;
  padding: 10px 25px;
  line-height: 20px;
  color: #ffffff;
  font-size: 1rem;
  background: #404142;
  margin: 20px auto;
  width: auto;
  font-weight: 400;
}
.flyout-cart .mini-shopping-cart .empty-flyout .text a:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.flyout-cart .product-item-small {
  float: left;
  width: 100%;
  background: #f7f8f8;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  border-radius: 4px;
  overflow: hidden;
}
.flyout-cart .product-item-small .image-wrapper {
  width: 117px;
  height: 95px;
  background: #ffffff;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #eff1f1;
}
.flyout-cart .product-item-small .image-wrapper img {
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  max-height: 100%;
}
.flyout-cart .product-item-small .content {
  width: calc(100% - 130px);
  display: flex;
  flex-wrap: wrap;
}
.flyout-cart .product-item-small .content .product-title {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.flyout-cart .product-item-small .content .content-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-bottom: 10px;
}
.flyout-cart .product-item-small .content .content-bottom .product-price {
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
  align-content: center;
}
.flyout-cart .product-item-small .content .content-bottom .product-price .price.actual-price {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: black;
  order: 2;
}
.flyout-cart .product-item-small .content .content-bottom .product-price .old-product-price,
.flyout-cart .product-item-small .content .content-bottom .product-price .old-price {
  text-decoration: line-through;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: green;
  margin-right: 5px;
}
.flyout-cart .product-item-small .content .content-bottom .buttons {
  width: 80px;
}
.flyout-cart .product-item-small .content .content-bottom .buttons .product-box-add-to-cart-button {
  background: #404142;
  color: #ffffff;
  line-height: 20px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 400;
  border: none;
  transition: all 0.2s ease-in-out;
}
.flyout-cart .product-item-small .content .content-bottom .buttons .product-box-add-to-cart-button:hover {
  background: #2e2f30;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .flyout-cart {
    width: 100%;
    max-width: 360px;
    padding: 8px;
  }
  .flyout-cart .flyout-header .title {
    font-size: 20px;
  }
  .flyout-cart .mini-shopping-cart {
    padding: 8px 2px;
  }
  .flyout-cart .mini-shopping-cart .items .product-item .image-wrapper {
    width: 80px;
    height: 90px;
  }
  .flyout-cart .mini-shopping-cart .items .product-item .content {
    width: calc(100% - 80px);
    padding: 10px;
  }
  .flyout-cart .mini-shopping-cart .items .product-item .content .bottom {
    float: left;
    width: 100%;
    margin-top: auto;
    align-self: end;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 15px;
  }
  .flyout-cart .mini-shopping-cart .totals .text,
.flyout-cart .mini-shopping-cart .totals .value {
    font-size: 20px;
  }
  .flyout-cart .mini-shopping-cart .buttons {
    gap: 8px;
  }
  .flyout-cart .mini-shopping-cart .buttons .flyout-button {
    font-size: 18px;
    line-height: 24px;
  }
}

ul.main-menu > li > a {
  position: relative;
  font-size: 1rem !important;
  line-height: 1.3;
  font-weight: 500 !important;
}
ul.main-menu > li > a span::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 30%;
  height: 2px;
  border-radius: 9999px;
}
ul.main-menu a:hover,
ul.main-menu a:active,
ul.main-menu a:focus {
  filter: none !important;
}
ul.main-menu > li.itstime > a span::after {
  background: #F04790;
}
ul.main-menu > li.bestway > a span::after {
  background: #2C73B9;
}

@media only screen and (min-width: 1200px) {
  .fadeOverlay:not(.show-desktop) {
    display: none !important;
  }
  .mobile-menu-header {
    display: none;
  }
  ul.main-menu {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 15px;
    margin-left: 20px;
  }
  ul.main-menu > li:nth-child(3) > * {
    display: none !important;
  }
  ul.main-menu > li {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
  }
  ul.main-menu > li > a,
ul.main-menu > li > span.with-subcategories {
    line-height: 60px;
    font-size: 1rem;
    color: #ffffff;
    letter-spacing: 0;
    padding: 0 10px;
    background: transparent;
    display: inline-block;
    font-weight: 600;
  }
  ul.main-menu > li > .more {
    display: none;
  }
  ul.main-menu > li .step-back-button {
    display: none;
  }
  ul.main-menu > li .sublist-header {
    z-index: 1;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    display: flex;
    width: max-content;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #292929;
  }
  ul.main-menu > li > .sublist-wrap {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px 0;
    width: calc(25vw - 40px);
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1440px) {
  ul.main-menu > li > .sublist-wrap {
    width: 360px;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li > .sublist-wrap > .sublist-header {
    margin-bottom: 0;
    padding-bottom: 25px;
    border-right: 1px solid #d9d9d9;
    width: 100%;
    z-index: 5;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li > .sublist-wrap:before {
    content: "";
    width: 200vw;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 12px 15px -5px rgba(0, 0, 0, 0.4);
    min-height: 450px;
    opacity: 0;
    z-index: 3;
    transition: opacity 0.25s ease;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li > .sublist-wrap:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    left: 50%;
    transition: opacity 0.25s ease;
    z-index: 1;
    pointer-events: none;
    width: 200vw;
    bottom: 0;
    top: 0;
    transform: translateX(-50%);
    min-height: 100vh;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li > .sublist-wrap > ul.sublist {
    border-right: 1px solid #D9D9D9;
    z-index: 100;
    position: relative;
    padding-right: 5px;
  }
  ul.main-menu > li > .sublist-wrap > ul.sublist li a {
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  ul.main-menu > li > .sublist-wrap > ul.sublist li a::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li .plus-button {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li ul.sublist {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  ul.main-menu > li ul.sublist {
    width: calc((100vw - 60px) / 4);
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1441px) {
  ul.main-menu > li ul.sublist {
    width: 360px;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li ul.sublist ::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #D9D9D9;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li ul.sublist ::-webkit-scrollbar-thumb {
    background: #404142;
    -webkit-border-radius: 1ex;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li ul.sublist ::-webkit-scrollbar-corner {
    background: #D9D9D9;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li ul.sublist li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  ul.main-menu > li ul.sublist li a {
    font-weight: 500;
    padding: 0;
    margin: 0;
    padding-right: 28px;
    font-size: 0.875rem;
    letter-spacing: 0px;
    color: black;
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 10px;
  }
  ul.main-menu > li ul.sublist li a:hover {
    text-decoration: underline;
    background: #f2f2f2;
  }
  ul.main-menu > li ul.sublist li a i {
    margin-left: 5px;
    transition: all 0.2s ease-in-out;
  }
  ul.main-menu > li ul.sublist li .sublist-wrap {
    display: none;
    position: absolute;
    top: -44px;
    left: 100%;
    bottom: 0;
    max-width: 380px;
    height: 100%;
    min-height: 370px;
    margin-left: 25px;
    width: calc(25vw - 40px);
    z-index: 2;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1440px) {
  ul.main-menu > li ul.sublist li .sublist-wrap {
    width: 360px;
    min-height: calc(100vh - 680px);
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li ul.sublist li .sublist-wrap .sublist-header::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li ul.sublist li .sublist-wrap a {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #767676;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li ul.sublist li .sublist-wrap ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 3px;
    overflow: auto;
    padding-left: 5px;
    align-content: start;
    align-items: start;
    height: 370px;
  }
  ul.main-menu > li ul.sublist li .sublist-wrap ul .sublist-wrap {
    z-index: 3;
  }
  ul.main-menu > li ul.sublist li .sublist-wrap ul .sublist-wrap .sublist-wrap {
    z-index: 4;
  }
  ul.main-menu > li ul.sublist li .sublist-wrap ul ::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #D9D9D9;
  }
  ul.main-menu > li ul.sublist li .sublist-wrap ul ::-webkit-scrollbar-thumb {
    background: #404142;
    -webkit-border-radius: 1ex;
  }
  ul.main-menu > li ul.sublist li .sublist-wrap ul ::-webkit-scrollbar-corner {
    background: #D9D9D9;
  }
  ul.main-menu > li ul.sublist li .sublist-wrap ul li {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li ul.sublist li.has-sublist {
    display: flex;
  }
  ul.main-menu > li ul.sublist li.has-sublist > a {
    width: 300px;
  }
  ul.main-menu > li ul.sublist li.has-sublist > .more {
    display: block;
    float: left;
    width: auto;
    padding: 5px 10px;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0px;
    color: black;
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
  }
  ul.main-menu > li ul.sublist li.has-sublist > .more:hover {
    background: #f2f2f2;
    color: #404142;
    cursor: pointer;
  }
  ul.main-menu > li ul.sublist li.has-sublist > .more i {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li ul.sublist li.expand-menu > a {
    background: #f2f2f2;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  ul.main-menu > li ul.sublist li.expand-menu > a i {
    margin-left: 8px;
    transition: all 0.2s ease-in-out;
  }
  ul.main-menu > li ul.sublist li.expand-menu > a span {
    font-weight: bold;
  }
  ul.main-menu > li ul.sublist li.expand-menu > .more {
    color: #404142;
    height: auto;
    background: #f2f2f2;
  }
  ul.main-menu > li ul.sublist li.expand-menu > .sublist-wrap {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li ul.sublist li:not(.has-sublist) .more {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li:nth-child(1) > a,
ul.main-menu > li:nth-child(1) .single-item-categories {
    color: #ffffff;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li:hover > a,
ul.main-menu > li:hover > span.with-subcategories {
    color: #ffffff;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
  }
  ul.main-menu > li:hover > .sublist-wrap {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  ul.main-menu > li:hover > .sublist-wrap::before {
    opacity: 1;
  }
  ul.main-menu > li:hover > .sublist-wrap::after {
    opacity: 1;
  }
  ul.main-menu > li:hover > .single-item-categories {
    background: #525354 !important;
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li.itstime:hover > a,
ul.main-menu > li.itstime:hover > span.with-subcategories {
    color: #F04790;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li.bestway:hover > a,
ul.main-menu > li.bestway:hover > span.with-subcategories {
    color: #2C73B9;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu > li .sublist-wrap ul li .sublist-wrap ul li .sublist-wrap ul li .sublist-wrap ul li .sublist-wrap ul li .more {
    display: none;
  }
  ul.main-menu > li .sublist-wrap ul li .sublist-wrap ul li .sublist-wrap ul li .sublist-wrap ul li .sublist-wrap ul li.has-sublist a {
    width: 100% !important;
  }
  ul.main-menu > li .sublist-wrap ul li .sublist-wrap ul li .sublist-wrap ul li .sublist-wrap ul li .sublist-wrap ul li .sublist-wrap ul li {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu li.show-all-link > a {
    width: 100% !important;
  }
  ul.main-menu li.show-all-link > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/right-arrow.svg") !important;
    background-color: #767676;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu li.itstimefashion > a {
    color: #EE4D9B !important;
  }
  ul.main-menu li.itstimefashion > a:hover {
    background: rgba(238, 77, 155, 0.0705882353) !important;
  }
  ul.main-menu li.itstimefashion > a::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimefashion.png");
  }
  ul.main-menu li.itstimefashion .more {
    color: #EE4D9B !important;
  }
  ul.main-menu li.itstimefashion .more:hover {
    background: rgba(238, 77, 155, 0.0705882353) !important;
  }
  ul.main-menu li.itstimefashion.expand-menu > a {
    background: rgba(238, 77, 155, 0.0705882353) !important;
  }
  ul.main-menu li.itstimefashion.expand-menu > .more {
    color: #ee4d9b !important;
    background: rgba(238, 77, 155, 0.0705882353) !important;
  }
  ul.main-menu li.itstimefashion .japonke > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-fashion-japonke.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimefashion .teniske > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-fashion-teniske.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimefashion .klobuki > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-fashion-klobuki.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimefashion .brisace > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-fashion-brisace.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimefashion .croksi > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-fashion-croksi.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimefashion .sublist-header {
    color: #EE4D9B !important;
    background: rgba(238, 77, 155, 0.0705882353);
  }
  ul.main-menu li.itstimefashion .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimefashion.png");
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu li.itstimediving > a {
    color: #00BBD6 !important;
  }
  ul.main-menu li.itstimediving > a:hover {
    background: rgba(0, 187, 214, 0.0705882353) !important;
  }
  ul.main-menu li.itstimediving > a::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimediving.png");
  }
  ul.main-menu li.itstimediving .sublist-header {
    color: #00BBD6 !important;
    background: rgba(0, 187, 214, 0.0705882353) !important;
  }
  ul.main-menu li.itstimediving .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimediving.png");
  }
  ul.main-menu li.itstimediving .more {
    color: #00BBD6 !important;
  }
  ul.main-menu li.itstimediving .more:hover {
    background: rgba(0, 187, 214, 0.0705882353) !important;
  }
  ul.main-menu li.itstimediving.expand-menu > a {
    background: rgba(0, 187, 214, 0.0705882353) !important;
  }
  ul.main-menu li.itstimediving.expand-menu > .more {
    color: #00BBD6 !important;
    background: rgba(0, 187, 214, 0.0705882353) !important;
  }
  ul.main-menu li.itstimediving .plavalna-ocala-in-maske-z-dihalko > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-diving-plavalna-ocala-in-maske-z-dihalko.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimediving .nepremocljive-torbe > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-diving-nepremocljive-torbe.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimediving .majice-z-uv-zascito > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-diving-majice-z-uv-zascito.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimediving .plavutke > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-diving-plavutke.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimediving .vodni-copati > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-diving-vodni-copati.svg");
    background-color: #767676;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu li.itstimebeach > a {
    color: #F5B810 !important;
  }
  ul.main-menu li.itstimebeach > a:hover {
    background: rgba(245, 184, 16, 0.0705882353) !important;
  }
  ul.main-menu li.itstimebeach > a::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimebeach.png");
  }
  ul.main-menu li.itstimebeach .sublist-header {
    color: #F5B810 !important;
    background: rgba(245, 184, 16, 0.0705882353) !important;
  }
  ul.main-menu li.itstimebeach .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimebeach.png");
  }
  ul.main-menu li.itstimebeach .more {
    color: #F5B810 !important;
  }
  ul.main-menu li.itstimebeach .more:hover {
    background: rgba(245, 184, 16, 0.0705882353) !important;
  }
  ul.main-menu li.itstimebeach.expand-menu > a {
    background: rgba(245, 184, 16, 0.0705882353) !important;
  }
  ul.main-menu li.itstimebeach.expand-menu > .more {
    color: #F5B810 !important;
    background: rgba(245, 184, 16, 0.0705882353) !important;
  }
  ul.main-menu li.itstimebeach .zlozljivi-lezalniki-in-stoli > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-beach-zlozljivi-lezalniki-in-stoli.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimebeach .ribiske-palice > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-beack-ribiske-palice.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimebeach .plavalne-deske > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-beach-plavalne-deske.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimebeach .transportni-vozicki > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-beach-transportni-vozicki.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimebeach .lezalne-podloge > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-beach-lezalne-podloge.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimebeach .hladilne-torbe > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-beach-hladilne-torbe.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimebeach .sencniki-in-sencila > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-beach-sencniki-in-sencila.svg");
    background-color: #767676;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu li.itstimeaction > a {
    color: #EE3042 !important;
  }
  ul.main-menu li.itstimeaction > a:hover {
    background: rgba(238, 48, 66, 0.0705882353) !important;
  }
  ul.main-menu li.itstimeaction > a::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimeaction.png");
  }
  ul.main-menu li.itstimeaction .sublist-header {
    color: #EE3042 !important;
    background: rgba(238, 48, 66, 0.0705882353) !important;
  }
  ul.main-menu li.itstimeaction .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimeaction.png");
  }
  ul.main-menu li.itstimeaction .more {
    color: #EE3042 !important;
  }
  ul.main-menu li.itstimeaction .more:hover {
    background: rgba(238, 48, 66, 0.0705882353) !important;
  }
  ul.main-menu li.itstimeaction.expand-menu > a {
    background: rgba(238, 48, 66, 0.0705882353) !important;
  }
  ul.main-menu li.itstimeaction.expand-menu > .more {
    color: #EE3042 !important;
    background: rgba(238, 48, 66, 0.0705882353) !important;
  }
  ul.main-menu li.itstimeaction .rolke > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-action-rolke.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimeaction .skiroji > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-action-skiroji.svg");
    background-color: #767676;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu li.itstimeplay > a {
    color: #F47929 !important;
  }
  ul.main-menu li.itstimeplay > a:hover {
    background: rgba(244, 121, 41, 0.0705882353) !important;
  }
  ul.main-menu li.itstimeplay > a::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimeplay.png");
  }
  ul.main-menu li.itstimeplay .sublist-header {
    color: #F47929 !important;
    background: rgba(244, 121, 41, 0.0705882353) !important;
  }
  ul.main-menu li.itstimeplay .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimeplay.png");
  }
  ul.main-menu li.itstimeplay .more {
    color: #F47929 !important;
  }
  ul.main-menu li.itstimeplay .more:hover {
    background: rgba(244, 121, 41, 0.0705882353) !important;
  }
  ul.main-menu li.itstimeplay.expand-menu > a {
    background: rgba(244, 121, 41, 0.0705882353) !important;
  }
  ul.main-menu li.itstimeplay.expand-menu > .more {
    color: #F47929 !important;
    background: rgba(244, 121, 41, 0.0705882353) !important;
  }
  ul.main-menu li.itstimeplay .sencniki-in-sencila > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-play-sencniki-in-sencila.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimeplay .kanglice-in-lopatke > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-play-kanglice-in-lopatke.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimeplay .sportni-rekviziti-za-plazo-in-prosti-cas > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-play-sportni-rekviziti-za-plazo-in-prosti-cas.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimeplay .dni-igre > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-365-dni-igre.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimeplay .zoge > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-play-zoge.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimeplay .neopren > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-play-neopren.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimeplay .igrace-za-vodo-in-plazo > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-play-igrace-za-vodo-in-plazo.svg");
    background-color: #767676;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu li.itstimeoutdoor > a {
    color: #39B54A !important;
  }
  ul.main-menu li.itstimeoutdoor > a:hover {
    background: rgba(57, 181, 74, 0.0705882353) !important;
  }
  ul.main-menu li.itstimeoutdoor > a::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimeoutdoor.png");
  }
  ul.main-menu li.itstimeoutdoor .sublist-header {
    color: #39B54A !important;
    background: rgba(57, 181, 74, 0.0705882353) !important;
  }
  ul.main-menu li.itstimeoutdoor .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimeoutdoor.png");
  }
  ul.main-menu li.itstimeoutdoor .more {
    color: #39B54A !important;
  }
  ul.main-menu li.itstimeoutdoor .more:hover {
    background: rgba(57, 181, 74, 0.0705882353) !important;
  }
  ul.main-menu li.itstimeoutdoor.expand-menu > a {
    background: rgba(57, 181, 74, 0.0705882353) !important;
  }
  ul.main-menu li.itstimeoutdoor.expand-menu > .more {
    color: #39B54A !important;
    background: rgba(57, 181, 74, 0.0705882353) !important;
  }
  ul.main-menu li.itstimeoutdoor .transportni-vozicki > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-outdoor-transportni-vozicki.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimeoutdoor .hladilne-torbe > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-outdoor-hladilne-torbe.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimeoutdoor .sencniki-za-vrt > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-outdoor-sencniki-za-vrt.svg");
    background-color: #767676;
  }
  ul.main-menu li.itstimeoutdoor .lezalniki-za-vrt > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-outdoor-lezalniki-za-vrt.svg");
    background-color: #767676;
  }
}
@media only screen and (min-width: 1200px) {
  ul.main-menu li.bestway li.bestway > a {
    color: #2C73B9 !important;
  }
  ul.main-menu li.bestway li.bestway > a:hover {
    background: rgba(29, 113, 184, 0.05) !important;
  }
  ul.main-menu li.bestway li.bestway .sublist-header {
    color: #2C73B9 !important;
    background: rgba(29, 113, 184, 0.05) !important;
  }
  ul.main-menu li.bestway li.bestway .more {
    color: #2C73B9 !important;
  }
  ul.main-menu li.bestway li.bestway .more:hover {
    background: rgba(29, 113, 184, 0.05) !important;
  }
  ul.main-menu li.bestway li.bestway.expand-menu > a {
    background: rgba(29, 113, 184, 0.05) !important;
  }
  ul.main-menu li.bestway li.bestway.expand-menu > .more {
    color: #2C73B9 !important;
    background: rgba(29, 113, 184, 0.05) !important;
  }
  ul.main-menu li.bestway li.bestway.kampiranje > a::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni/png/bestway-kampiranje.png");
  }
  ul.main-menu li.bestway li.bestway.kampiranje .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni/png/bestway-kampiranje.png");
  }
  ul.main-menu li.bestway li.bestway.masazni-bazeni > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-masazni-bazeni.svg");
    background-color: #2C73B9;
  }
  ul.main-menu li.bestway li.bestway.masazni-bazeni .sublist-header::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-masazni-bazeni.svg");
    background-color: #2C73B9;
  }
  ul.main-menu li.bestway li.bestway.montazni-bazeni > a::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni/png/bestway-montazni-bazeni.png");
  }
  ul.main-menu li.bestway li.bestway.montazni-bazeni .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni/png/bestway-montazni-bazeni.png");
  }
  ul.main-menu li.bestway li.bestway.plovila > a::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni/png/bestway-plovila.png");
  }
  ul.main-menu li.bestway li.bestway.plovila .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni/png/bestway-plovila.png");
  }
  ul.main-menu li.bestway li.bestway.rezervni-deli > a::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni/png/bestway-rezervni-deli.png");
  }
  ul.main-menu li.bestway li.bestway.rezervni-deli .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni/png/bestway-rezervni-deli.png");
  }
  ul.main-menu li.bestway li.bestway.supadeske > a::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni/png/bestway-supadeske.png");
  }
  ul.main-menu li.bestway li.bestway.supadeske .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni/png/bestway-supadeske.png");
  }
  ul.main-menu li.bestway li.bestway.bazenska-tehnika > a::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni/png/bestway-bazenska-tehnika.png");
  }
  ul.main-menu li.bestway li.bestway.bazenska-tehnika .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni/png/bestway-bazenska-tehnika.png");
  }
  ul.main-menu li.bestway li.bestway.za-otroke > a::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni/png/bestway-za-otroke.png");
  }
  ul.main-menu li.bestway li.bestway.za-otroke .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni/png/bestway-za-otroke.png");
  }
  ul.main-menu li.bestway li.bestway.za-plazo > a::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni/png/bestway-za-plazo.png");
  }
  ul.main-menu li.bestway li.bestway.za-plazo .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni/png/bestway-za-plazo.png");
  }
  ul.main-menu li.bestway li.bestway .sub-masazni-bazeni > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-masazni-bazeni.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-napihljivi-bazeni > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-napihljivi-bazeni.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-pravokotni-bazeni > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-pravokotni-bazeni.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-steel-pro > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-steel-pro-bazeni.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-hydrium > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-hydrium-bazeni.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-axp-bazeni > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-apx-bazeni.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-ovalni-bazeni > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-ovalni-bazeni.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-okrogli-bazeni > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-okrogli-bazeni.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-napihljive-postelje > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-napihljive-postelje.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-sotori > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-masazni-bazeni.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-sesalci > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-sesalci-in-seti-za-vzdrzevanje-bazenov.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-solarni-tusi > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-solarni-tusi.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-solarna-pokrivala > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-solarna-pokrivala.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-pokrivala > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-pokrivala.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-podloge-za-bazene > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-podloge-za-bazene.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-pescene-crpalke > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-pescene-crpalke.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-dodatna-oprema > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-dodatna-oprema-za-masazne-bazene.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-dodatna-oprema-2 > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-dodatna-oprema-in-pripomocki-za-bazene.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-filtrski-vlozki > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-filtrski-vlozki.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-filtrske-crpalke > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-filtrske-crpalke.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-klorinatorji-in-grelci > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-klorinatorji-in-grelci.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-dom-nap-poh > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-napihljivo-pohistvo.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-za-male-zivali > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-za-male-zivali.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-otroski-in-druzinski-bazeni > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-otroski-in-druzinski-bazeni.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-vodni-centri > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-vodni-centri-in-igrala.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-trampolini > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-trampolini.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-colni > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-colni-in-gumenjaki.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-licence > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-licence.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-plavalna-ocala > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-plavalna-ocala-maske-dihalke.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-napihljive-blazine > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-napihljive-plazine-obroci-otoki.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-vodne-igrace > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-vodne-igrace-za-otroke.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-sotori > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-sotori.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-colni-in-gumenjaki > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-colni-in-gumenjaki.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-supi > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-SUP.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-kajaki > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-kajaki.svg");
    background-color: #767676;
  }
  ul.main-menu li.bestway li.bestway .sub-dodatna-oprema-3 > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/bestway-dodatna-oprema-plovila.svg");
    background-color: #767676;
  }
}
@media only screen and (max-width: 1199px) {
  .header .site-menu.main-menu {
    display: none;
  }
  .plus-button {
    display: none;
  }
  .site-mobile-menu {
    position: fixed;
    inset: 0 auto 0 0;
    width: 300px;
    background: #ffffff;
    z-index: 234;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow: hidden;
    /* SUBLIST HEADER */
    /* THEME COLORS */
    /* SECOND LEVEL SVG ICONS */
  }
  .site-mobile-menu.active {
    transform: translateX(0);
  }
  .site-mobile-menu .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 15px;
    background: #404142;
  }
  .site-mobile-menu .mobile-menu-header .header-logo {
    height: 34px;
  }
  .site-mobile-menu .mobile-menu-header .close-menu {
    background: none;
    border: none;
    font-size: 32px;
    color: #ffffff;
    line-height: 1;
    cursor: pointer;
  }
  .site-mobile-menu .main-menu-wrapper,
.site-mobile-menu .mobile-menu-content {
    height: calc(100vh - 60px);
    overflow-y: auto;
    padding: 15px;
  }
  .site-mobile-menu ul,
.site-mobile-menu ul.main-menu,
.site-mobile-menu ul.sublist {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-mobile-menu .user-area {
    padding: 15px;
  }
  .site-mobile-menu .user-area .header-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .site-mobile-menu .user-area .header-links ul .header-account {
    width: 100%;
    background: #f2f2f2;
    border-radius: 12px;
  }
  .site-mobile-menu .user-area .header-links ul .header-account button {
    width: 100%;
    min-height: 45px;
    padding: 8px 10px;
    font-size: 1rem;
    font-weight: 700;
    background: none;
    border: none;
    text-align: left;
  }
  .site-mobile-menu .user-area .header-links ul .header-account .account-menu {
    width: 100%;
    float: left;
  }
  .site-mobile-menu .user-area .header-links ul .header-account .account-menu a {
    display: flex;
    align-items: center;
    min-height: 45px;
    padding: 10px;
    border-top: 1px solid #e0e0e0;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    text-decoration: none;
  }
  .site-mobile-menu .user-area .hitronarocilolink,
.site-mobile-menu .user-area .wishlistlink,
.site-mobile-menu .user-area .topcartlink {
    display: none;
  }
  .site-mobile-menu li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 6px;
  }
  .site-mobile-menu li > a,
.site-mobile-menu li > span.with-subcategories {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-height: 45px;
    padding: 0 10px;
    font-size: 0.875rem;
    font-weight: 500;
    background: #f2f2f2;
    border-radius: 8px 0 0 8px;
    color: #000;
    text-decoration: none;
  }
  .site-mobile-menu li > a::before {
    content: "";
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    align-items: center;
    display: flex;
  }
  .site-mobile-menu li > .more {
    width: 45px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    border-left: 1px solid #e0e0e0;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
  }
  .site-mobile-menu li > .more i {
    font-size: 22px;
  }
  .site-mobile-menu li .sublist-wrap {
    position: fixed;
    inset: 0 auto 0 -300px;
    width: 300px;
    background: #ffffff;
    z-index: 235;
    transition: left 0.3s ease;
    overflow-y: auto;
  }
  .site-mobile-menu li .sublist-wrap.active-sublist {
    left: 0;
  }
  .site-mobile-menu li .sublist-wrap ul.sublist {
    padding: 15px;
  }
  .site-mobile-menu li.top-level-itstime > a > span {
    color: #F04790;
  }
  .site-mobile-menu li.top-level-itstime > .more {
    color: #F04790;
  }
  .site-mobile-menu .sublist-header {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 60px;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #eaeaea;
  }
  .site-mobile-menu .sublist-header .step-back-button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }
  .site-mobile-menu .show-all-link > a > span {
    color: black !important;
  }
  .site-mobile-menu .show-all-link > a:before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    font-weight: normal !important;
    background-image: none !important;
  }
  .site-mobile-menu li.itstimefashion > a {
    color: #EE4D9B !important;
    font-weight: 600;
  }
  .site-mobile-menu li.itstimefashion > a::before,
.site-mobile-menu li.itstimefashion .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimefashion.png");
  }
  .site-mobile-menu li.itstimefashion .sublist-header {
    background: rgba(238, 77, 155, 0.08);
    color: #EE4D9B;
  }
  .site-mobile-menu li.itstimefashion > .more {
    color: #EE4D9B;
  }
  .site-mobile-menu li.itstimediving > a {
    color: #00BBD6 !important;
    font-weight: 600;
  }
  .site-mobile-menu li.itstimediving > a::before,
.site-mobile-menu li.itstimediving .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimediving.png");
  }
  .site-mobile-menu li.itstimediving .sublist-header {
    background: rgba(0, 187, 214, 0.08);
    color: #00BBD6;
  }
  .site-mobile-menu li.itstimediving > .more {
    color: #00BBD6;
  }
  .site-mobile-menu li.itstimebeach > a {
    color: #F5B810 !important;
    font-weight: 600;
  }
  .site-mobile-menu li.itstimebeach > a::before,
.site-mobile-menu li.itstimebeach .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimebeach.png");
  }
  .site-mobile-menu li.itstimebeach .sublist-header {
    background: rgba(245, 184, 16, 0.08);
    color: #F5B810;
  }
  .site-mobile-menu li.itstimebeach > .more {
    color: #F5B810;
  }
  .site-mobile-menu li.itstimeaction > a {
    color: #EE3042 !important;
    font-weight: 600;
  }
  .site-mobile-menu li.itstimeaction > a::before,
.site-mobile-menu li.itstimeaction .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimeaction.png");
  }
  .site-mobile-menu li.itstimeaction .sublist-header {
    background: rgba(238, 48, 66, 0.08);
    color: #EE3042;
  }
  .site-mobile-menu li.itstimeaction > .more {
    color: #EE3042;
  }
  .site-mobile-menu li.itstimeplay > a {
    color: #F47929 !important;
    font-weight: 600;
  }
  .site-mobile-menu li.itstimeplay > a::before,
.site-mobile-menu li.itstimeplay .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimeplay.png");
  }
  .site-mobile-menu li.itstimeplay .sublist-header {
    background: rgba(244, 121, 41, 0.08);
    color: #F47929;
  }
  .site-mobile-menu li.itstimeplay > .more {
    color: #F47929;
  }
  .site-mobile-menu li.itstimeoutdoor > a {
    color: #39B54A !important;
    font-weight: 600;
  }
  .site-mobile-menu li.itstimeoutdoor > a::before,
.site-mobile-menu li.itstimeoutdoor .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-itstimeoutdoor.png");
  }
  .site-mobile-menu li.itstimeoutdoor .sublist-header {
    background: rgba(57, 181, 74, 0.08);
    color: #39B54A;
  }
  .site-mobile-menu li.itstimeoutdoor > .more {
    color: #39B54A;
  }
  .site-mobile-menu li.bestway > a {
    color: #2C73B9 !important;
    font-weight: 600;
  }
  .site-mobile-menu li.bestway > a::before,
.site-mobile-menu li.bestway .sublist-header::before {
    background-image: url("/Themes/Lira_v1/Content/images/meni-icon-bestway.png");
  }
  .site-mobile-menu li.bestway .sublist-header {
    background: rgba(44, 115, 185, 0.08);
    color: #2C73B9;
  }
  .site-mobile-menu li.bestway > .more {
    color: #2C73B9;
  }
  .site-mobile-menu .japonke > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-fashion-japonke.svg");
    background-color: #767676;
  }
  .site-mobile-menu .teniske > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-fashion-teniske.svg");
    background-color: #767676;
  }
  .site-mobile-menu .klobuki > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-fashion-klobuki.svg");
    background-color: #767676;
  }
  .site-mobile-menu .brisace > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-fashion-brisace.svg");
    background-color: #767676;
  }
  .site-mobile-menu .croksi > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-fashion-croksi.svg");
    background-color: #767676;
  }
  .site-mobile-menu .plavalna-ocala-in-maske-z-dihalko > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-diving-plavalna-ocala-in-maske-z-dihalko.svg");
    background-color: #767676;
  }
  .site-mobile-menu .nepremocljive-torbe > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-diving-nepremocljive-torbe.svg");
    background-color: #767676;
  }
  .site-mobile-menu .majice-z-uv-zascito > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-diving-majice-z-uv-zascito.svg");
    background-color: #767676;
  }
  .site-mobile-menu .plavutke > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-diving-plavutke.svg");
    background-color: #767676;
  }
  .site-mobile-menu .vodni-copati > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-diving-vodni-copati.svg");
    background-color: #767676;
  }
  .site-mobile-menu .zlozljivi-lezalniki-in-stoli > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-beach-zlozljivi-lezalniki-in-stoli.svg");
    background-color: #767676;
  }
  .site-mobile-menu .plavalne-deske > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-beach-plavalne-deske.svg");
    background-color: #767676;
  }
  .site-mobile-menu .transportni-vozicki > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-beach-transportni-vozicki.svg");
    background-color: #767676;
  }
  .site-mobile-menu .lezalne-podloge > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-beach-lezalne-podloge.svg");
    background-color: #767676;
  }
  .site-mobile-menu .hladilne-torbe > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-beach-hladilne-torbe.svg");
    background-color: #767676;
  }
  .site-mobile-menu .sencniki-in-sencila > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-beach-sencniki-in-sencila.svg");
    background-color: #767676;
  }
  .site-mobile-menu .rolke > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-action-rolke.svg");
    background-color: #767676;
  }
  .site-mobile-menu .skiroji > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-action-skiroji.svg");
    background-color: #767676;
  }
  .site-mobile-menu .kanglice-in-lopatke > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-play-kanglice-in-lopatke.svg");
    background-color: #767676;
  }
  .site-mobile-menu .sportni-rekviziti-za-plazo-in-prosti-cas > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-play-sportni-rekviziti-za-plazo-in-prosti-cas.svg");
    background-color: #767676;
  }
  .site-mobile-menu .dni-igre > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-365-dni-igre.svg");
    background-color: #767676;
  }
  .site-mobile-menu .zoge > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-play-zoge.svg");
    background-color: #767676;
  }
  .site-mobile-menu .neopren > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-play-neopren.svg");
    background-color: #767676;
  }
  .site-mobile-menu .igrace-za-vodo-in-plazo > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-play-igrace-za-vodo-in-plazo.svg");
    background-color: #767676;
  }
  .site-mobile-menu .sencniki-za-vrt > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-outdoor-sencniki-za-vrt.svg");
    background-color: #767676;
  }
  .site-mobile-menu .lezalniki-za-vrt > a::before {
    mask-image: url("/Themes/Lira_v1/Content/images/meni/svg/itstime-outdoor-lezalniki-za-vrt.svg");
    background-color: #767676;
  }
}
#search-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  backdrop-filter: blur(4px);
  transition: opacity 0.2s ease;
}

#search-intro-page-container {
  display: none;
  position: fixed;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 8px 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1100px;
  z-index: 1000;
  padding: 2rem;
  box-sizing: border-box;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  opacity: 0;
  transform: translateX(-50%) translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
#search-intro-page-container.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
#search-intro-page-container .search-intro-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#search-intro-page-container .search-intro-content .search-row .title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1.25rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e9ecef;
  color: #333;
}
#search-intro-page-container .search-intro-content .search-row .site-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 0.8rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
#search-intro-page-container .search-intro-content .search-row .site-menu li a {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  text-decoration: none;
  color: #495057;
  font-size: 0.9rem;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}
#search-intro-page-container .search-intro-content .search-row .site-menu li a:hover {
  background-color: #e9ecef;
  border-color: #ced4da;
  color: #000;
}
#search-intro-page-container .search-intro-content .search-row .site-menu > li:last-child {
  display: none !important;
}
#search-intro-page-container .search-intro-content .products-row {
  width: 100%;
  float: left;
}
#search-intro-page-container .search-intro-content .products-row .jCarouselMainWrapper .carousel-title {
  font-weight: 600;
  margin: 0 0 1.25rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e9ecef;
  color: #333;
}
#search-intro-page-container .search-intro-content .products-row .jCarouselMainWrapper .carousel-title strong {
  font-weight: 600;
}
#search-intro-page-container .search-intro-content .products-row .jCarouselMainWrapper .product-grid {
  display: unset !important;
}
#search-intro-page-container .search-intro-content .products-row .jCarouselMainWrapper .item-grid .carousel-item {
  width: 100%;
  float: left;
}
#search-intro-page-container .search-intro-content .products-row .jCarouselMainWrapper .item-grid .carousel-item .item-box {
  aspect-ratio: auto;
  aspect-ratio: auto;
  max-height: -webkit-fill-available !important;
  height: -webkit-fill-available !important;
}
#search-intro-page-container .search-intro-content .products-row .jCarouselMainWrapper .item-grid .carousel-item .item-box form {
  height: 100%;
}
#search-intro-page-container .search-intro-content .products-row .jCarouselMainWrapper .item-grid .carousel-item .item-box form .details {
  justify-content: space-between;
}
@media (max-width: 992px) {
  #search-intro-page-container {
    width: 95%;
    padding: 1.5rem;
  }
  #search-intro-page-container .search-intro-content {
    gap: 2rem;
  }
  #search-intro-page-container .search-intro-content .search-row .title,
#search-intro-page-container .search-intro-content .products-row .carousel-title {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  #search-intro-page-container {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    border-top: 1px solid #eee;
    padding: 1rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  #search-intro-page-container .search-intro-content {
    gap: 1.5rem;
  }
  #search-intro-page-container .search-intro-content .search-row .title,
#search-intro-page-container .search-intro-content .products-row .carousel-title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  #search-intro-page-container .search-intro-content .search-row .site-menu li a {
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem;
  }
}

.side-banner {
  position: absolute;
  top: 50px;
  left: calc((100vw - (100vw - 1440px)) / 5.8 * 4);
  text-align: right;
  z-index: 200;
}
@media only screen and (min-width: 1600px) {
  .side-banner {
    left: calc((100vw - (100vw - 1440px)) / 5.8 * 4);
  }
}
@media only screen and (max-width: 1480px) {
  .side-banner {
    left: calc((100vw - (100vw - 1440px)) / 7.1 * 4);
  }
}
@media only screen and (max-width: 1280px) {
  .side-banner {
    display: none;
  }
}
.side-banner .banner-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  transition: all 0.25s ease-in-out;
}
.side-banner .banner-link img {
  width: auto;
  display: block;
  margin-bottom: 15px;
  object-fit: cover;
  max-width: 350px;
}
.side-banner .banner-link .banner-text {
  text-transform: uppercase;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.1em;
  color: #969699;
}
.side-banner .banner-link:hover .banner-text {
  text-decoration: underline;
}

/*  LOGIN AND REGISTER   */
.html-login-page .master-wrapper-content, .html-registration-page .master-wrapper-content, .html-password-recovery-page .master-wrapper-content, .master-column-wrapper .master-wrapper-content, .html-registration-result-page .master-wrapper-content {
  margin-top: 0px;
}
.html-login-page .login-page, .html-login-page .registration-page, .html-login-page .password-recovery-page, .html-login-page .registration-result-page, .html-registration-page .login-page, .html-registration-page .registration-page, .html-registration-page .password-recovery-page, .html-registration-page .registration-result-page, .html-password-recovery-page .login-page, .html-password-recovery-page .registration-page, .html-password-recovery-page .password-recovery-page, .html-password-recovery-page .registration-result-page, .master-column-wrapper .login-page, .master-column-wrapper .registration-page, .master-column-wrapper .password-recovery-page, .master-column-wrapper .registration-result-page, .html-registration-result-page .login-page, .html-registration-result-page .registration-page, .html-registration-result-page .password-recovery-page, .html-registration-result-page .registration-result-page {
  background: url("/Themes/Lira_v1/Content/images/login-banner.png") center/cover no-repeat fixed;
}
.html-login-page .login-page, .html-login-page .registration-page, .html-login-page .password-recovery-page, .html-login-page .registration-result-page, .html-registration-page .login-page, .html-registration-page .registration-page, .html-registration-page .password-recovery-page, .html-registration-page .registration-result-page, .html-password-recovery-page .login-page, .html-password-recovery-page .registration-page, .html-password-recovery-page .password-recovery-page, .html-password-recovery-page .registration-result-page, .master-column-wrapper .login-page, .master-column-wrapper .registration-page, .master-column-wrapper .password-recovery-page, .master-column-wrapper .registration-result-page, .html-registration-result-page .login-page, .html-registration-result-page .registration-page, .html-registration-result-page .password-recovery-page, .html-registration-result-page .registration-result-page {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.html-login-page .login-page .login-card, .html-login-page .registration-page .login-card, .html-login-page .password-recovery-page .login-card, .html-login-page .registration-result-page .login-card, .html-registration-page .login-page .login-card, .html-registration-page .registration-page .login-card, .html-registration-page .password-recovery-page .login-card, .html-registration-page .registration-result-page .login-card, .html-password-recovery-page .login-page .login-card, .html-password-recovery-page .registration-page .login-card, .html-password-recovery-page .password-recovery-page .login-card, .html-password-recovery-page .registration-result-page .login-card, .master-column-wrapper .login-page .login-card, .master-column-wrapper .registration-page .login-card, .master-column-wrapper .password-recovery-page .login-card, .master-column-wrapper .registration-result-page .login-card, .html-registration-result-page .login-page .login-card, .html-registration-result-page .registration-page .login-card, .html-registration-result-page .password-recovery-page .login-card, .html-registration-result-page .registration-result-page .login-card {
  max-width: 506px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  opacity: 0.9;
  margin: 0 20px;
  min-width: 385px;
  margin-bottom: 80px;
}
@media (min-width: 800px) {
  .html-login-page .login-page .login-card, .html-login-page .registration-page .login-card, .html-login-page .password-recovery-page .login-card, .html-login-page .registration-result-page .login-card, .html-registration-page .login-page .login-card, .html-registration-page .registration-page .login-card, .html-registration-page .password-recovery-page .login-card, .html-registration-page .registration-result-page .login-card, .html-password-recovery-page .login-page .login-card, .html-password-recovery-page .registration-page .login-card, .html-password-recovery-page .password-recovery-page .login-card, .html-password-recovery-page .registration-result-page .login-card, .master-column-wrapper .login-page .login-card, .master-column-wrapper .registration-page .login-card, .master-column-wrapper .password-recovery-page .login-card, .master-column-wrapper .registration-result-page .login-card, .html-registration-result-page .login-page .login-card, .html-registration-result-page .registration-page .login-card, .html-registration-result-page .password-recovery-page .login-card, .html-registration-result-page .registration-result-page .login-card {
    width: 100%;
  }
}
@media (max-width: 376px) {
  .html-login-page .login-page .login-card, .html-login-page .registration-page .login-card, .html-login-page .password-recovery-page .login-card, .html-login-page .registration-result-page .login-card, .html-registration-page .login-page .login-card, .html-registration-page .registration-page .login-card, .html-registration-page .password-recovery-page .login-card, .html-registration-page .registration-result-page .login-card, .html-password-recovery-page .login-page .login-card, .html-password-recovery-page .registration-page .login-card, .html-password-recovery-page .password-recovery-page .login-card, .html-password-recovery-page .registration-result-page .login-card, .master-column-wrapper .login-page .login-card, .master-column-wrapper .registration-page .login-card, .master-column-wrapper .password-recovery-page .login-card, .master-column-wrapper .registration-result-page .login-card, .html-registration-result-page .login-page .login-card, .html-registration-result-page .registration-page .login-card, .html-registration-result-page .password-recovery-page .login-card, .html-registration-result-page .registration-result-page .login-card {
    min-width: 340px;
  }
}
@media (max-width: 322px) {
  .html-login-page .login-page .login-card, .html-login-page .registration-page .login-card, .html-login-page .password-recovery-page .login-card, .html-login-page .registration-result-page .login-card, .html-registration-page .login-page .login-card, .html-registration-page .registration-page .login-card, .html-registration-page .password-recovery-page .login-card, .html-registration-page .registration-result-page .login-card, .html-password-recovery-page .login-page .login-card, .html-password-recovery-page .registration-page .login-card, .html-password-recovery-page .password-recovery-page .login-card, .html-password-recovery-page .registration-result-page .login-card, .master-column-wrapper .login-page .login-card, .master-column-wrapper .registration-page .login-card, .master-column-wrapper .password-recovery-page .login-card, .master-column-wrapper .registration-result-page .login-card, .html-registration-result-page .login-page .login-card, .html-registration-result-page .registration-page .login-card, .html-registration-result-page .password-recovery-page .login-card, .html-registration-result-page .registration-result-page .login-card {
    min-width: 300px;
  }
}
.html-login-page .login-page .login-card .login-top, .html-login-page .registration-page .login-card .login-top, .html-login-page .password-recovery-page .login-card .login-top, .html-login-page .registration-result-page .login-card .login-top, .html-registration-page .login-page .login-card .login-top, .html-registration-page .registration-page .login-card .login-top, .html-registration-page .password-recovery-page .login-card .login-top, .html-registration-page .registration-result-page .login-card .login-top, .html-password-recovery-page .login-page .login-card .login-top, .html-password-recovery-page .registration-page .login-card .login-top, .html-password-recovery-page .password-recovery-page .login-card .login-top, .html-password-recovery-page .registration-result-page .login-card .login-top, .master-column-wrapper .login-page .login-card .login-top, .master-column-wrapper .registration-page .login-card .login-top, .master-column-wrapper .password-recovery-page .login-card .login-top, .master-column-wrapper .registration-result-page .login-card .login-top, .html-registration-result-page .login-page .login-card .login-top, .html-registration-result-page .registration-page .login-card .login-top, .html-registration-result-page .password-recovery-page .login-card .login-top, .html-registration-result-page .registration-result-page .login-card .login-top {
  display: flex;
  flex-direction: row;
  background: #404142;
  justify-content: space-between;
  align-items: center;
  padding: 23px 46px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
@media (max-width: 800px) {
  .html-login-page .login-page .login-card .login-top, .html-login-page .registration-page .login-card .login-top, .html-login-page .password-recovery-page .login-card .login-top, .html-login-page .registration-result-page .login-card .login-top, .html-registration-page .login-page .login-card .login-top, .html-registration-page .registration-page .login-card .login-top, .html-registration-page .password-recovery-page .login-card .login-top, .html-registration-page .registration-result-page .login-card .login-top, .html-password-recovery-page .login-page .login-card .login-top, .html-password-recovery-page .registration-page .login-card .login-top, .html-password-recovery-page .password-recovery-page .login-card .login-top, .html-password-recovery-page .registration-result-page .login-card .login-top, .master-column-wrapper .login-page .login-card .login-top, .master-column-wrapper .registration-page .login-card .login-top, .master-column-wrapper .password-recovery-page .login-card .login-top, .master-column-wrapper .registration-result-page .login-card .login-top, .html-registration-result-page .login-page .login-card .login-top, .html-registration-result-page .registration-page .login-card .login-top, .html-registration-result-page .password-recovery-page .login-card .login-top, .html-registration-result-page .registration-result-page .login-card .login-top {
    padding: 17px 23px;
  }
}
.html-login-page .login-page .login-card .login-top .language-selector, .html-login-page .registration-page .login-card .login-top .language-selector, .html-login-page .password-recovery-page .login-card .login-top .language-selector, .html-login-page .registration-result-page .login-card .login-top .language-selector, .html-registration-page .login-page .login-card .login-top .language-selector, .html-registration-page .registration-page .login-card .login-top .language-selector, .html-registration-page .password-recovery-page .login-card .login-top .language-selector, .html-registration-page .registration-result-page .login-card .login-top .language-selector, .html-password-recovery-page .login-page .login-card .login-top .language-selector, .html-password-recovery-page .registration-page .login-card .login-top .language-selector, .html-password-recovery-page .password-recovery-page .login-card .login-top .language-selector, .html-password-recovery-page .registration-result-page .login-card .login-top .language-selector, .master-column-wrapper .login-page .login-card .login-top .language-selector, .master-column-wrapper .registration-page .login-card .login-top .language-selector, .master-column-wrapper .password-recovery-page .login-card .login-top .language-selector, .master-column-wrapper .registration-result-page .login-card .login-top .language-selector, .html-registration-result-page .login-page .login-card .login-top .language-selector, .html-registration-result-page .registration-page .login-card .login-top .language-selector, .html-registration-result-page .password-recovery-page .login-card .login-top .language-selector, .html-registration-result-page .registration-result-page .login-card .login-top .language-selector {
  position: relative;
}
.html-login-page .login-page .login-card .login-top .language-selector .language-toggle, .html-login-page .registration-page .login-card .login-top .language-selector .language-toggle, .html-login-page .password-recovery-page .login-card .login-top .language-selector .language-toggle, .html-login-page .registration-result-page .login-card .login-top .language-selector .language-toggle, .html-registration-page .login-page .login-card .login-top .language-selector .language-toggle, .html-registration-page .registration-page .login-card .login-top .language-selector .language-toggle, .html-registration-page .password-recovery-page .login-card .login-top .language-selector .language-toggle, .html-registration-page .registration-result-page .login-card .login-top .language-selector .language-toggle, .html-password-recovery-page .login-page .login-card .login-top .language-selector .language-toggle, .html-password-recovery-page .registration-page .login-card .login-top .language-selector .language-toggle, .html-password-recovery-page .password-recovery-page .login-card .login-top .language-selector .language-toggle, .html-password-recovery-page .registration-result-page .login-card .login-top .language-selector .language-toggle, .master-column-wrapper .login-page .login-card .login-top .language-selector .language-toggle, .master-column-wrapper .registration-page .login-card .login-top .language-selector .language-toggle, .master-column-wrapper .password-recovery-page .login-card .login-top .language-selector .language-toggle, .master-column-wrapper .registration-result-page .login-card .login-top .language-selector .language-toggle, .html-registration-result-page .login-page .login-card .login-top .language-selector .language-toggle, .html-registration-result-page .registration-page .login-card .login-top .language-selector .language-toggle, .html-registration-result-page .password-recovery-page .login-card .login-top .language-selector .language-toggle, .html-registration-result-page .registration-result-page .login-card .login-top .language-selector .language-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  background: none;
  color: #D9D9D9;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  padding: 0;
}
.html-login-page .login-page .login-card .login-top .language-selector .language-toggle img, .html-login-page .registration-page .login-card .login-top .language-selector .language-toggle img, .html-login-page .password-recovery-page .login-card .login-top .language-selector .language-toggle img, .html-login-page .registration-result-page .login-card .login-top .language-selector .language-toggle img, .html-registration-page .login-page .login-card .login-top .language-selector .language-toggle img, .html-registration-page .registration-page .login-card .login-top .language-selector .language-toggle img, .html-registration-page .password-recovery-page .login-card .login-top .language-selector .language-toggle img, .html-registration-page .registration-result-page .login-card .login-top .language-selector .language-toggle img, .html-password-recovery-page .login-page .login-card .login-top .language-selector .language-toggle img, .html-password-recovery-page .registration-page .login-card .login-top .language-selector .language-toggle img, .html-password-recovery-page .password-recovery-page .login-card .login-top .language-selector .language-toggle img, .html-password-recovery-page .registration-result-page .login-card .login-top .language-selector .language-toggle img, .master-column-wrapper .login-page .login-card .login-top .language-selector .language-toggle img, .master-column-wrapper .registration-page .login-card .login-top .language-selector .language-toggle img, .master-column-wrapper .password-recovery-page .login-card .login-top .language-selector .language-toggle img, .master-column-wrapper .registration-result-page .login-card .login-top .language-selector .language-toggle img, .html-registration-result-page .login-page .login-card .login-top .language-selector .language-toggle img, .html-registration-result-page .registration-page .login-card .login-top .language-selector .language-toggle img, .html-registration-result-page .password-recovery-page .login-card .login-top .language-selector .language-toggle img, .html-registration-result-page .registration-result-page .login-card .login-top .language-selector .language-toggle img {
  width: auto;
  height: auto;
  margin-top: 2px;
}
.html-login-page .login-page .login-card .login-top .language-selector .language-toggle span, .html-login-page .registration-page .login-card .login-top .language-selector .language-toggle span, .html-login-page .password-recovery-page .login-card .login-top .language-selector .language-toggle span, .html-login-page .registration-result-page .login-card .login-top .language-selector .language-toggle span, .html-registration-page .login-page .login-card .login-top .language-selector .language-toggle span, .html-registration-page .registration-page .login-card .login-top .language-selector .language-toggle span, .html-registration-page .password-recovery-page .login-card .login-top .language-selector .language-toggle span, .html-registration-page .registration-result-page .login-card .login-top .language-selector .language-toggle span, .html-password-recovery-page .login-page .login-card .login-top .language-selector .language-toggle span, .html-password-recovery-page .registration-page .login-card .login-top .language-selector .language-toggle span, .html-password-recovery-page .password-recovery-page .login-card .login-top .language-selector .language-toggle span, .html-password-recovery-page .registration-result-page .login-card .login-top .language-selector .language-toggle span, .master-column-wrapper .login-page .login-card .login-top .language-selector .language-toggle span, .master-column-wrapper .registration-page .login-card .login-top .language-selector .language-toggle span, .master-column-wrapper .password-recovery-page .login-card .login-top .language-selector .language-toggle span, .master-column-wrapper .registration-result-page .login-card .login-top .language-selector .language-toggle span, .html-registration-result-page .login-page .login-card .login-top .language-selector .language-toggle span, .html-registration-result-page .registration-page .login-card .login-top .language-selector .language-toggle span, .html-registration-result-page .password-recovery-page .login-card .login-top .language-selector .language-toggle span, .html-registration-result-page .registration-result-page .login-card .login-top .language-selector .language-toggle span {
  white-space: nowrap;
}
.html-login-page .login-page .login-card .login-top .language-selector .language-toggle::after, .html-login-page .registration-page .login-card .login-top .language-selector .language-toggle::after, .html-login-page .password-recovery-page .login-card .login-top .language-selector .language-toggle::after, .html-login-page .registration-result-page .login-card .login-top .language-selector .language-toggle::after, .html-registration-page .login-page .login-card .login-top .language-selector .language-toggle::after, .html-registration-page .registration-page .login-card .login-top .language-selector .language-toggle::after, .html-registration-page .password-recovery-page .login-card .login-top .language-selector .language-toggle::after, .html-registration-page .registration-result-page .login-card .login-top .language-selector .language-toggle::after, .html-password-recovery-page .login-page .login-card .login-top .language-selector .language-toggle::after, .html-password-recovery-page .registration-page .login-card .login-top .language-selector .language-toggle::after, .html-password-recovery-page .password-recovery-page .login-card .login-top .language-selector .language-toggle::after, .html-password-recovery-page .registration-result-page .login-card .login-top .language-selector .language-toggle::after, .master-column-wrapper .login-page .login-card .login-top .language-selector .language-toggle::after, .master-column-wrapper .registration-page .login-card .login-top .language-selector .language-toggle::after, .master-column-wrapper .password-recovery-page .login-card .login-top .language-selector .language-toggle::after, .master-column-wrapper .registration-result-page .login-card .login-top .language-selector .language-toggle::after, .html-registration-result-page .login-page .login-card .login-top .language-selector .language-toggle::after, .html-registration-result-page .registration-page .login-card .login-top .language-selector .language-toggle::after, .html-registration-result-page .password-recovery-page .login-card .login-top .language-selector .language-toggle::after, .html-registration-result-page .registration-result-page .login-card .login-top .language-selector .language-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 0.9em;
  margin-left: 8px;
  line-height: 1;
  display: inline-block;
  transition: transform 0.2s ease;
}
.html-login-page .login-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .html-login-page .registration-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .html-login-page .password-recovery-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .html-login-page .registration-result-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .html-registration-page .login-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .html-registration-page .registration-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .html-registration-page .password-recovery-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .html-registration-page .registration-result-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .html-password-recovery-page .login-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .html-password-recovery-page .registration-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .html-password-recovery-page .password-recovery-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .html-password-recovery-page .registration-result-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .master-column-wrapper .login-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .master-column-wrapper .registration-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .master-column-wrapper .password-recovery-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .master-column-wrapper .registration-result-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .html-registration-result-page .login-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .html-registration-result-page .registration-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .html-registration-result-page .password-recovery-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after, .html-registration-result-page .registration-result-page .login-card .login-top .language-selector .language-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.html-login-page .login-page .login-card .login-top .language-selector .language-dropdown, .html-login-page .registration-page .login-card .login-top .language-selector .language-dropdown, .html-login-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown, .html-login-page .registration-result-page .login-card .login-top .language-selector .language-dropdown, .html-registration-page .login-page .login-card .login-top .language-selector .language-dropdown, .html-registration-page .registration-page .login-card .login-top .language-selector .language-dropdown, .html-registration-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown, .html-registration-page .registration-result-page .login-card .login-top .language-selector .language-dropdown, .html-password-recovery-page .login-page .login-card .login-top .language-selector .language-dropdown, .html-password-recovery-page .registration-page .login-card .login-top .language-selector .language-dropdown, .html-password-recovery-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown, .html-password-recovery-page .registration-result-page .login-card .login-top .language-selector .language-dropdown, .master-column-wrapper .login-page .login-card .login-top .language-selector .language-dropdown, .master-column-wrapper .registration-page .login-card .login-top .language-selector .language-dropdown, .master-column-wrapper .password-recovery-page .login-card .login-top .language-selector .language-dropdown, .master-column-wrapper .registration-result-page .login-card .login-top .language-selector .language-dropdown, .html-registration-result-page .login-page .login-card .login-top .language-selector .language-dropdown, .html-registration-result-page .registration-page .login-card .login-top .language-selector .language-dropdown, .html-registration-result-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown, .html-registration-result-page .registration-result-page .login-card .login-top .language-selector .language-dropdown {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 8px);
  right: -2%;
  margin: 0;
  background: #fff;
  border: 1px solid #f9f9f9;
  border-radius: 6px;
  list-style: none;
  padding: 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.21);
  z-index: 200;
}
.html-login-page .login-page .login-card .login-top .language-selector .language-dropdown[hidden], .html-login-page .registration-page .login-card .login-top .language-selector .language-dropdown[hidden], .html-login-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown[hidden], .html-login-page .registration-result-page .login-card .login-top .language-selector .language-dropdown[hidden], .html-registration-page .login-page .login-card .login-top .language-selector .language-dropdown[hidden], .html-registration-page .registration-page .login-card .login-top .language-selector .language-dropdown[hidden], .html-registration-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown[hidden], .html-registration-page .registration-result-page .login-card .login-top .language-selector .language-dropdown[hidden], .html-password-recovery-page .login-page .login-card .login-top .language-selector .language-dropdown[hidden], .html-password-recovery-page .registration-page .login-card .login-top .language-selector .language-dropdown[hidden], .html-password-recovery-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown[hidden], .html-password-recovery-page .registration-result-page .login-card .login-top .language-selector .language-dropdown[hidden], .master-column-wrapper .login-page .login-card .login-top .language-selector .language-dropdown[hidden], .master-column-wrapper .registration-page .login-card .login-top .language-selector .language-dropdown[hidden], .master-column-wrapper .password-recovery-page .login-card .login-top .language-selector .language-dropdown[hidden], .master-column-wrapper .registration-result-page .login-card .login-top .language-selector .language-dropdown[hidden], .html-registration-result-page .login-page .login-card .login-top .language-selector .language-dropdown[hidden], .html-registration-result-page .registration-page .login-card .login-top .language-selector .language-dropdown[hidden], .html-registration-result-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown[hidden], .html-registration-result-page .registration-result-page .login-card .login-top .language-selector .language-dropdown[hidden] {
  display: none !important;
}
.html-login-page .login-page .login-card .login-top .language-selector .language-dropdown li a, .html-login-page .registration-page .login-card .login-top .language-selector .language-dropdown li a, .html-login-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown li a, .html-login-page .registration-result-page .login-card .login-top .language-selector .language-dropdown li a, .html-registration-page .login-page .login-card .login-top .language-selector .language-dropdown li a, .html-registration-page .registration-page .login-card .login-top .language-selector .language-dropdown li a, .html-registration-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown li a, .html-registration-page .registration-result-page .login-card .login-top .language-selector .language-dropdown li a, .html-password-recovery-page .login-page .login-card .login-top .language-selector .language-dropdown li a, .html-password-recovery-page .registration-page .login-card .login-top .language-selector .language-dropdown li a, .html-password-recovery-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown li a, .html-password-recovery-page .registration-result-page .login-card .login-top .language-selector .language-dropdown li a, .master-column-wrapper .login-page .login-card .login-top .language-selector .language-dropdown li a, .master-column-wrapper .registration-page .login-card .login-top .language-selector .language-dropdown li a, .master-column-wrapper .password-recovery-page .login-card .login-top .language-selector .language-dropdown li a, .master-column-wrapper .registration-result-page .login-card .login-top .language-selector .language-dropdown li a, .html-registration-result-page .login-page .login-card .login-top .language-selector .language-dropdown li a, .html-registration-result-page .registration-page .login-card .login-top .language-selector .language-dropdown li a, .html-registration-result-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown li a, .html-registration-result-page .registration-result-page .login-card .login-top .language-selector .language-dropdown li a {
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}
.html-login-page .login-page .login-card .login-top .language-selector .language-dropdown li a img, .html-login-page .registration-page .login-card .login-top .language-selector .language-dropdown li a img, .html-login-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown li a img, .html-login-page .registration-result-page .login-card .login-top .language-selector .language-dropdown li a img, .html-registration-page .login-page .login-card .login-top .language-selector .language-dropdown li a img, .html-registration-page .registration-page .login-card .login-top .language-selector .language-dropdown li a img, .html-registration-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown li a img, .html-registration-page .registration-result-page .login-card .login-top .language-selector .language-dropdown li a img, .html-password-recovery-page .login-page .login-card .login-top .language-selector .language-dropdown li a img, .html-password-recovery-page .registration-page .login-card .login-top .language-selector .language-dropdown li a img, .html-password-recovery-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown li a img, .html-password-recovery-page .registration-result-page .login-card .login-top .language-selector .language-dropdown li a img, .master-column-wrapper .login-page .login-card .login-top .language-selector .language-dropdown li a img, .master-column-wrapper .registration-page .login-card .login-top .language-selector .language-dropdown li a img, .master-column-wrapper .password-recovery-page .login-card .login-top .language-selector .language-dropdown li a img, .master-column-wrapper .registration-result-page .login-card .login-top .language-selector .language-dropdown li a img, .html-registration-result-page .login-page .login-card .login-top .language-selector .language-dropdown li a img, .html-registration-result-page .registration-page .login-card .login-top .language-selector .language-dropdown li a img, .html-registration-result-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown li a img, .html-registration-result-page .registration-result-page .login-card .login-top .language-selector .language-dropdown li a img {
  width: auto;
  height: auto;
}
.html-login-page .login-page .login-card .login-top .language-selector .language-dropdown li a:hover, .html-login-page .registration-page .login-card .login-top .language-selector .language-dropdown li a:hover, .html-login-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown li a:hover, .html-login-page .registration-result-page .login-card .login-top .language-selector .language-dropdown li a:hover, .html-registration-page .login-page .login-card .login-top .language-selector .language-dropdown li a:hover, .html-registration-page .registration-page .login-card .login-top .language-selector .language-dropdown li a:hover, .html-registration-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown li a:hover, .html-registration-page .registration-result-page .login-card .login-top .language-selector .language-dropdown li a:hover, .html-password-recovery-page .login-page .login-card .login-top .language-selector .language-dropdown li a:hover, .html-password-recovery-page .registration-page .login-card .login-top .language-selector .language-dropdown li a:hover, .html-password-recovery-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown li a:hover, .html-password-recovery-page .registration-result-page .login-card .login-top .language-selector .language-dropdown li a:hover, .master-column-wrapper .login-page .login-card .login-top .language-selector .language-dropdown li a:hover, .master-column-wrapper .registration-page .login-card .login-top .language-selector .language-dropdown li a:hover, .master-column-wrapper .password-recovery-page .login-card .login-top .language-selector .language-dropdown li a:hover, .master-column-wrapper .registration-result-page .login-card .login-top .language-selector .language-dropdown li a:hover, .html-registration-result-page .login-page .login-card .login-top .language-selector .language-dropdown li a:hover, .html-registration-result-page .registration-page .login-card .login-top .language-selector .language-dropdown li a:hover, .html-registration-result-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown li a:hover, .html-registration-result-page .registration-result-page .login-card .login-top .language-selector .language-dropdown li a:hover {
  background: #f4f4f4;
}
.html-login-page .login-page .login-card .login-top .language-selector .language-dropdown li.active a, .html-login-page .registration-page .login-card .login-top .language-selector .language-dropdown li.active a, .html-login-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown li.active a, .html-login-page .registration-result-page .login-card .login-top .language-selector .language-dropdown li.active a, .html-registration-page .login-page .login-card .login-top .language-selector .language-dropdown li.active a, .html-registration-page .registration-page .login-card .login-top .language-selector .language-dropdown li.active a, .html-registration-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown li.active a, .html-registration-page .registration-result-page .login-card .login-top .language-selector .language-dropdown li.active a, .html-password-recovery-page .login-page .login-card .login-top .language-selector .language-dropdown li.active a, .html-password-recovery-page .registration-page .login-card .login-top .language-selector .language-dropdown li.active a, .html-password-recovery-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown li.active a, .html-password-recovery-page .registration-result-page .login-card .login-top .language-selector .language-dropdown li.active a, .master-column-wrapper .login-page .login-card .login-top .language-selector .language-dropdown li.active a, .master-column-wrapper .registration-page .login-card .login-top .language-selector .language-dropdown li.active a, .master-column-wrapper .password-recovery-page .login-card .login-top .language-selector .language-dropdown li.active a, .master-column-wrapper .registration-result-page .login-card .login-top .language-selector .language-dropdown li.active a, .html-registration-result-page .login-page .login-card .login-top .language-selector .language-dropdown li.active a, .html-registration-result-page .registration-page .login-card .login-top .language-selector .language-dropdown li.active a, .html-registration-result-page .password-recovery-page .login-card .login-top .language-selector .language-dropdown li.active a, .html-registration-result-page .registration-result-page .login-card .login-top .language-selector .language-dropdown li.active a {
  font-weight: 600;
  background: #f9f9f9;
}
.html-login-page .login-page .login-card .page-title, .html-login-page .registration-page .login-card .page-title, .html-login-page .password-recovery-page .login-card .page-title, .html-login-page .registration-result-page .login-card .page-title, .html-registration-page .login-page .login-card .page-title, .html-registration-page .registration-page .login-card .page-title, .html-registration-page .password-recovery-page .login-card .page-title, .html-registration-page .registration-result-page .login-card .page-title, .html-password-recovery-page .login-page .login-card .page-title, .html-password-recovery-page .registration-page .login-card .page-title, .html-password-recovery-page .password-recovery-page .login-card .page-title, .html-password-recovery-page .registration-result-page .login-card .page-title, .master-column-wrapper .login-page .login-card .page-title, .master-column-wrapper .registration-page .login-card .page-title, .master-column-wrapper .password-recovery-page .login-card .page-title, .master-column-wrapper .registration-result-page .login-card .page-title, .html-registration-result-page .login-page .login-card .page-title, .html-registration-result-page .registration-page .login-card .page-title, .html-registration-result-page .password-recovery-page .login-card .page-title, .html-registration-result-page .registration-result-page .login-card .page-title {
  padding-top: 30px;
  padding-bottom: 35px;
  width: 100%;
}
.html-login-page .login-page .login-card .page-title .title, .html-login-page .registration-page .login-card .page-title .title, .html-login-page .password-recovery-page .login-card .page-title .title, .html-login-page .registration-result-page .login-card .page-title .title, .html-registration-page .login-page .login-card .page-title .title, .html-registration-page .registration-page .login-card .page-title .title, .html-registration-page .password-recovery-page .login-card .page-title .title, .html-registration-page .registration-result-page .login-card .page-title .title, .html-password-recovery-page .login-page .login-card .page-title .title, .html-password-recovery-page .registration-page .login-card .page-title .title, .html-password-recovery-page .password-recovery-page .login-card .page-title .title, .html-password-recovery-page .registration-result-page .login-card .page-title .title, .master-column-wrapper .login-page .login-card .page-title .title, .master-column-wrapper .registration-page .login-card .page-title .title, .master-column-wrapper .password-recovery-page .login-card .page-title .title, .master-column-wrapper .registration-result-page .login-card .page-title .title, .html-registration-result-page .login-page .login-card .page-title .title, .html-registration-result-page .registration-page .login-card .page-title .title, .html-registration-result-page .password-recovery-page .login-card .page-title .title, .html-registration-result-page .registration-result-page .login-card .page-title .title {
  font-size: 25px;
  width: 100%;
  line-height: 1.3;
  color: #404142;
  text-align: center;
  padding: 0;
  margin: 0;
}
.html-login-page .login-page .login-card .login, .html-login-page .registration-page .login-card .login, .html-login-page .password-recovery-page .login-card .login, .html-login-page .registration-result-page .login-card .login, .html-registration-page .login-page .login-card .login, .html-registration-page .registration-page .login-card .login, .html-registration-page .password-recovery-page .login-card .login, .html-registration-page .registration-result-page .login-card .login, .html-password-recovery-page .login-page .login-card .login, .html-password-recovery-page .registration-page .login-card .login, .html-password-recovery-page .password-recovery-page .login-card .login, .html-password-recovery-page .registration-result-page .login-card .login, .master-column-wrapper .login-page .login-card .login, .master-column-wrapper .registration-page .login-card .login, .master-column-wrapper .password-recovery-page .login-card .login, .master-column-wrapper .registration-result-page .login-card .login, .html-registration-result-page .login-page .login-card .login, .html-registration-result-page .registration-page .login-card .login, .html-registration-result-page .password-recovery-page .login-card .login, .html-registration-result-page .registration-result-page .login-card .login {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 50px;
}
@media (max-width: 800px) {
  .html-login-page .login-page .login-card .login, .html-login-page .registration-page .login-card .login, .html-login-page .password-recovery-page .login-card .login, .html-login-page .registration-result-page .login-card .login, .html-registration-page .login-page .login-card .login, .html-registration-page .registration-page .login-card .login, .html-registration-page .password-recovery-page .login-card .login, .html-registration-page .registration-result-page .login-card .login, .html-password-recovery-page .login-page .login-card .login, .html-password-recovery-page .registration-page .login-card .login, .html-password-recovery-page .password-recovery-page .login-card .login, .html-password-recovery-page .registration-result-page .login-card .login, .master-column-wrapper .login-page .login-card .login, .master-column-wrapper .registration-page .login-card .login, .master-column-wrapper .password-recovery-page .login-card .login, .master-column-wrapper .registration-result-page .login-card .login, .html-registration-result-page .login-page .login-card .login, .html-registration-result-page .registration-page .login-card .login, .html-registration-result-page .password-recovery-page .login-card .login, .html-registration-result-page .registration-result-page .login-card .login {
    padding: 0 30px;
  }
}
.html-login-page .login-page .login-card .customer-blocks, .html-login-page .login-page .login-card form, .html-login-page .registration-page .login-card .customer-blocks, .html-login-page .registration-page .login-card form, .html-login-page .password-recovery-page .login-card .customer-blocks, .html-login-page .password-recovery-page .login-card form, .html-login-page .registration-result-page .login-card .customer-blocks, .html-login-page .registration-result-page .login-card form, .html-registration-page .login-page .login-card .customer-blocks, .html-registration-page .login-page .login-card form, .html-registration-page .registration-page .login-card .customer-blocks, .html-registration-page .registration-page .login-card form, .html-registration-page .password-recovery-page .login-card .customer-blocks, .html-registration-page .password-recovery-page .login-card form, .html-registration-page .registration-result-page .login-card .customer-blocks, .html-registration-page .registration-result-page .login-card form, .html-password-recovery-page .login-page .login-card .customer-blocks, .html-password-recovery-page .login-page .login-card form, .html-password-recovery-page .registration-page .login-card .customer-blocks, .html-password-recovery-page .registration-page .login-card form, .html-password-recovery-page .password-recovery-page .login-card .customer-blocks, .html-password-recovery-page .password-recovery-page .login-card form, .html-password-recovery-page .registration-result-page .login-card .customer-blocks, .html-password-recovery-page .registration-result-page .login-card form, .master-column-wrapper .login-page .login-card .customer-blocks, .master-column-wrapper .login-page .login-card form, .master-column-wrapper .registration-page .login-card .customer-blocks, .master-column-wrapper .registration-page .login-card form, .master-column-wrapper .password-recovery-page .login-card .customer-blocks, .master-column-wrapper .password-recovery-page .login-card form, .master-column-wrapper .registration-result-page .login-card .customer-blocks, .master-column-wrapper .registration-result-page .login-card form, .html-registration-result-page .login-page .login-card .customer-blocks, .html-registration-result-page .login-page .login-card form, .html-registration-result-page .registration-page .login-card .customer-blocks, .html-registration-result-page .registration-page .login-card form, .html-registration-result-page .password-recovery-page .login-card .customer-blocks, .html-registration-result-page .password-recovery-page .login-card form, .html-registration-result-page .registration-result-page .login-card .customer-blocks, .html-registration-result-page .registration-result-page .login-card form {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}
.html-login-page .login-page .login-card .customer-blocks .new-wrapper, .html-login-page .login-page .login-card form .new-wrapper, .html-login-page .registration-page .login-card .customer-blocks .new-wrapper, .html-login-page .registration-page .login-card form .new-wrapper, .html-login-page .password-recovery-page .login-card .customer-blocks .new-wrapper, .html-login-page .password-recovery-page .login-card form .new-wrapper, .html-login-page .registration-result-page .login-card .customer-blocks .new-wrapper, .html-login-page .registration-result-page .login-card form .new-wrapper, .html-registration-page .login-page .login-card .customer-blocks .new-wrapper, .html-registration-page .login-page .login-card form .new-wrapper, .html-registration-page .registration-page .login-card .customer-blocks .new-wrapper, .html-registration-page .registration-page .login-card form .new-wrapper, .html-registration-page .password-recovery-page .login-card .customer-blocks .new-wrapper, .html-registration-page .password-recovery-page .login-card form .new-wrapper, .html-registration-page .registration-result-page .login-card .customer-blocks .new-wrapper, .html-registration-page .registration-result-page .login-card form .new-wrapper, .html-password-recovery-page .login-page .login-card .customer-blocks .new-wrapper, .html-password-recovery-page .login-page .login-card form .new-wrapper, .html-password-recovery-page .registration-page .login-card .customer-blocks .new-wrapper, .html-password-recovery-page .registration-page .login-card form .new-wrapper, .html-password-recovery-page .password-recovery-page .login-card .customer-blocks .new-wrapper, .html-password-recovery-page .password-recovery-page .login-card form .new-wrapper, .html-password-recovery-page .registration-result-page .login-card .customer-blocks .new-wrapper, .html-password-recovery-page .registration-result-page .login-card form .new-wrapper, .master-column-wrapper .login-page .login-card .customer-blocks .new-wrapper, .master-column-wrapper .login-page .login-card form .new-wrapper, .master-column-wrapper .registration-page .login-card .customer-blocks .new-wrapper, .master-column-wrapper .registration-page .login-card form .new-wrapper, .master-column-wrapper .password-recovery-page .login-card .customer-blocks .new-wrapper, .master-column-wrapper .password-recovery-page .login-card form .new-wrapper, .master-column-wrapper .registration-result-page .login-card .customer-blocks .new-wrapper, .master-column-wrapper .registration-result-page .login-card form .new-wrapper, .html-registration-result-page .login-page .login-card .customer-blocks .new-wrapper, .html-registration-result-page .login-page .login-card form .new-wrapper, .html-registration-result-page .registration-page .login-card .customer-blocks .new-wrapper, .html-registration-result-page .registration-page .login-card form .new-wrapper, .html-registration-result-page .password-recovery-page .login-card .customer-blocks .new-wrapper, .html-registration-result-page .password-recovery-page .login-card form .new-wrapper, .html-registration-result-page .registration-result-page .login-card .customer-blocks .new-wrapper, .html-registration-result-page .registration-result-page .login-card form .new-wrapper {
  display: flex;
  order: 2;
  align-items: center;
  padding-bottom: 25px;
  width: 100%;
  gap: 10px;
}
@media (min-width: 800px) {
  .html-login-page .login-page .login-card .customer-blocks .new-wrapper, .html-login-page .login-page .login-card form .new-wrapper, .html-login-page .registration-page .login-card .customer-blocks .new-wrapper, .html-login-page .registration-page .login-card form .new-wrapper, .html-login-page .password-recovery-page .login-card .customer-blocks .new-wrapper, .html-login-page .password-recovery-page .login-card form .new-wrapper, .html-login-page .registration-result-page .login-card .customer-blocks .new-wrapper, .html-login-page .registration-result-page .login-card form .new-wrapper, .html-registration-page .login-page .login-card .customer-blocks .new-wrapper, .html-registration-page .login-page .login-card form .new-wrapper, .html-registration-page .registration-page .login-card .customer-blocks .new-wrapper, .html-registration-page .registration-page .login-card form .new-wrapper, .html-registration-page .password-recovery-page .login-card .customer-blocks .new-wrapper, .html-registration-page .password-recovery-page .login-card form .new-wrapper, .html-registration-page .registration-result-page .login-card .customer-blocks .new-wrapper, .html-registration-page .registration-result-page .login-card form .new-wrapper, .html-password-recovery-page .login-page .login-card .customer-blocks .new-wrapper, .html-password-recovery-page .login-page .login-card form .new-wrapper, .html-password-recovery-page .registration-page .login-card .customer-blocks .new-wrapper, .html-password-recovery-page .registration-page .login-card form .new-wrapper, .html-password-recovery-page .password-recovery-page .login-card .customer-blocks .new-wrapper, .html-password-recovery-page .password-recovery-page .login-card form .new-wrapper, .html-password-recovery-page .registration-result-page .login-card .customer-blocks .new-wrapper, .html-password-recovery-page .registration-result-page .login-card form .new-wrapper, .master-column-wrapper .login-page .login-card .customer-blocks .new-wrapper, .master-column-wrapper .login-page .login-card form .new-wrapper, .master-column-wrapper .registration-page .login-card .customer-blocks .new-wrapper, .master-column-wrapper .registration-page .login-card form .new-wrapper, .master-column-wrapper .password-recovery-page .login-card .customer-blocks .new-wrapper, .master-column-wrapper .password-recovery-page .login-card form .new-wrapper, .master-column-wrapper .registration-result-page .login-card .customer-blocks .new-wrapper, .master-column-wrapper .registration-result-page .login-card form .new-wrapper, .html-registration-result-page .login-page .login-card .customer-blocks .new-wrapper, .html-registration-result-page .login-page .login-card form .new-wrapper, .html-registration-result-page .registration-page .login-card .customer-blocks .new-wrapper, .html-registration-result-page .registration-page .login-card form .new-wrapper, .html-registration-result-page .password-recovery-page .login-card .customer-blocks .new-wrapper, .html-registration-result-page .password-recovery-page .login-card form .new-wrapper, .html-registration-result-page .registration-result-page .login-card .customer-blocks .new-wrapper, .html-registration-result-page .registration-result-page .login-card form .new-wrapper {
    position: relative;
    bottom: 25px;
    left: -20px;
    padding-bottom: 0;
  }
}
.html-login-page .login-page .login-card .customer-blocks .new-wrapper .text, .html-login-page .login-page .login-card .customer-blocks .new-wrapper a, .html-login-page .login-page .login-card form .new-wrapper .text, .html-login-page .login-page .login-card form .new-wrapper a, .html-login-page .registration-page .login-card .customer-blocks .new-wrapper .text, .html-login-page .registration-page .login-card .customer-blocks .new-wrapper a, .html-login-page .registration-page .login-card form .new-wrapper .text, .html-login-page .registration-page .login-card form .new-wrapper a, .html-login-page .password-recovery-page .login-card .customer-blocks .new-wrapper .text, .html-login-page .password-recovery-page .login-card .customer-blocks .new-wrapper a, .html-login-page .password-recovery-page .login-card form .new-wrapper .text, .html-login-page .password-recovery-page .login-card form .new-wrapper a, .html-login-page .registration-result-page .login-card .customer-blocks .new-wrapper .text, .html-login-page .registration-result-page .login-card .customer-blocks .new-wrapper a, .html-login-page .registration-result-page .login-card form .new-wrapper .text, .html-login-page .registration-result-page .login-card form .new-wrapper a, .html-registration-page .login-page .login-card .customer-blocks .new-wrapper .text, .html-registration-page .login-page .login-card .customer-blocks .new-wrapper a, .html-registration-page .login-page .login-card form .new-wrapper .text, .html-registration-page .login-page .login-card form .new-wrapper a, .html-registration-page .registration-page .login-card .customer-blocks .new-wrapper .text, .html-registration-page .registration-page .login-card .customer-blocks .new-wrapper a, .html-registration-page .registration-page .login-card form .new-wrapper .text, .html-registration-page .registration-page .login-card form .new-wrapper a, .html-registration-page .password-recovery-page .login-card .customer-blocks .new-wrapper .text, .html-registration-page .password-recovery-page .login-card .customer-blocks .new-wrapper a, .html-registration-page .password-recovery-page .login-card form .new-wrapper .text, .html-registration-page .password-recovery-page .login-card form .new-wrapper a, .html-registration-page .registration-result-page .login-card .customer-blocks .new-wrapper .text, .html-registration-page .registration-result-page .login-card .customer-blocks .new-wrapper a, .html-registration-page .registration-result-page .login-card form .new-wrapper .text, .html-registration-page .registration-result-page .login-card form .new-wrapper a, .html-password-recovery-page .login-page .login-card .customer-blocks .new-wrapper .text, .html-password-recovery-page .login-page .login-card .customer-blocks .new-wrapper a, .html-password-recovery-page .login-page .login-card form .new-wrapper .text, .html-password-recovery-page .login-page .login-card form .new-wrapper a, .html-password-recovery-page .registration-page .login-card .customer-blocks .new-wrapper .text, .html-password-recovery-page .registration-page .login-card .customer-blocks .new-wrapper a, .html-password-recovery-page .registration-page .login-card form .new-wrapper .text, .html-password-recovery-page .registration-page .login-card form .new-wrapper a, .html-password-recovery-page .password-recovery-page .login-card .customer-blocks .new-wrapper .text, .html-password-recovery-page .password-recovery-page .login-card .customer-blocks .new-wrapper a, .html-password-recovery-page .password-recovery-page .login-card form .new-wrapper .text, .html-password-recovery-page .password-recovery-page .login-card form .new-wrapper a, .html-password-recovery-page .registration-result-page .login-card .customer-blocks .new-wrapper .text, .html-password-recovery-page .registration-result-page .login-card .customer-blocks .new-wrapper a, .html-password-recovery-page .registration-result-page .login-card form .new-wrapper .text, .html-password-recovery-page .registration-result-page .login-card form .new-wrapper a, .master-column-wrapper .login-page .login-card .customer-blocks .new-wrapper .text, .master-column-wrapper .login-page .login-card .customer-blocks .new-wrapper a, .master-column-wrapper .login-page .login-card form .new-wrapper .text, .master-column-wrapper .login-page .login-card form .new-wrapper a, .master-column-wrapper .registration-page .login-card .customer-blocks .new-wrapper .text, .master-column-wrapper .registration-page .login-card .customer-blocks .new-wrapper a, .master-column-wrapper .registration-page .login-card form .new-wrapper .text, .master-column-wrapper .registration-page .login-card form .new-wrapper a, .master-column-wrapper .password-recovery-page .login-card .customer-blocks .new-wrapper .text, .master-column-wrapper .password-recovery-page .login-card .customer-blocks .new-wrapper a, .master-column-wrapper .password-recovery-page .login-card form .new-wrapper .text, .master-column-wrapper .password-recovery-page .login-card form .new-wrapper a, .master-column-wrapper .registration-result-page .login-card .customer-blocks .new-wrapper .text, .master-column-wrapper .registration-result-page .login-card .customer-blocks .new-wrapper a, .master-column-wrapper .registration-result-page .login-card form .new-wrapper .text, .master-column-wrapper .registration-result-page .login-card form .new-wrapper a, .html-registration-result-page .login-page .login-card .customer-blocks .new-wrapper .text, .html-registration-result-page .login-page .login-card .customer-blocks .new-wrapper a, .html-registration-result-page .login-page .login-card form .new-wrapper .text, .html-registration-result-page .login-page .login-card form .new-wrapper a, .html-registration-result-page .registration-page .login-card .customer-blocks .new-wrapper .text, .html-registration-result-page .registration-page .login-card .customer-blocks .new-wrapper a, .html-registration-result-page .registration-page .login-card form .new-wrapper .text, .html-registration-result-page .registration-page .login-card form .new-wrapper a, .html-registration-result-page .password-recovery-page .login-card .customer-blocks .new-wrapper .text, .html-registration-result-page .password-recovery-page .login-card .customer-blocks .new-wrapper a, .html-registration-result-page .password-recovery-page .login-card form .new-wrapper .text, .html-registration-result-page .password-recovery-page .login-card form .new-wrapper a, .html-registration-result-page .registration-result-page .login-card .customer-blocks .new-wrapper .text, .html-registration-result-page .registration-result-page .login-card .customer-blocks .new-wrapper a, .html-registration-result-page .registration-result-page .login-card form .new-wrapper .text, .html-registration-result-page .registration-result-page .login-card form .new-wrapper a {
  font-size: 13px;
}
.html-login-page .login-page .login-card .customer-blocks .new-wrapper .text, .html-login-page .login-page .login-card form .new-wrapper .text, .html-login-page .registration-page .login-card .customer-blocks .new-wrapper .text, .html-login-page .registration-page .login-card form .new-wrapper .text, .html-login-page .password-recovery-page .login-card .customer-blocks .new-wrapper .text, .html-login-page .password-recovery-page .login-card form .new-wrapper .text, .html-login-page .registration-result-page .login-card .customer-blocks .new-wrapper .text, .html-login-page .registration-result-page .login-card form .new-wrapper .text, .html-registration-page .login-page .login-card .customer-blocks .new-wrapper .text, .html-registration-page .login-page .login-card form .new-wrapper .text, .html-registration-page .registration-page .login-card .customer-blocks .new-wrapper .text, .html-registration-page .registration-page .login-card form .new-wrapper .text, .html-registration-page .password-recovery-page .login-card .customer-blocks .new-wrapper .text, .html-registration-page .password-recovery-page .login-card form .new-wrapper .text, .html-registration-page .registration-result-page .login-card .customer-blocks .new-wrapper .text, .html-registration-page .registration-result-page .login-card form .new-wrapper .text, .html-password-recovery-page .login-page .login-card .customer-blocks .new-wrapper .text, .html-password-recovery-page .login-page .login-card form .new-wrapper .text, .html-password-recovery-page .registration-page .login-card .customer-blocks .new-wrapper .text, .html-password-recovery-page .registration-page .login-card form .new-wrapper .text, .html-password-recovery-page .password-recovery-page .login-card .customer-blocks .new-wrapper .text, .html-password-recovery-page .password-recovery-page .login-card form .new-wrapper .text, .html-password-recovery-page .registration-result-page .login-card .customer-blocks .new-wrapper .text, .html-password-recovery-page .registration-result-page .login-card form .new-wrapper .text, .master-column-wrapper .login-page .login-card .customer-blocks .new-wrapper .text, .master-column-wrapper .login-page .login-card form .new-wrapper .text, .master-column-wrapper .registration-page .login-card .customer-blocks .new-wrapper .text, .master-column-wrapper .registration-page .login-card form .new-wrapper .text, .master-column-wrapper .password-recovery-page .login-card .customer-blocks .new-wrapper .text, .master-column-wrapper .password-recovery-page .login-card form .new-wrapper .text, .master-column-wrapper .registration-result-page .login-card .customer-blocks .new-wrapper .text, .master-column-wrapper .registration-result-page .login-card form .new-wrapper .text, .html-registration-result-page .login-page .login-card .customer-blocks .new-wrapper .text, .html-registration-result-page .login-page .login-card form .new-wrapper .text, .html-registration-result-page .registration-page .login-card .customer-blocks .new-wrapper .text, .html-registration-result-page .registration-page .login-card form .new-wrapper .text, .html-registration-result-page .password-recovery-page .login-card .customer-blocks .new-wrapper .text, .html-registration-result-page .password-recovery-page .login-card form .new-wrapper .text, .html-registration-result-page .registration-result-page .login-card .customer-blocks .new-wrapper .text, .html-registration-result-page .registration-result-page .login-card form .new-wrapper .text {
  color: grey;
  opacity: 0.45;
  width: auto;
}
.html-login-page .login-page .login-card .customer-blocks .new-wrapper a, .html-login-page .login-page .login-card form .new-wrapper a, .html-login-page .registration-page .login-card .customer-blocks .new-wrapper a, .html-login-page .registration-page .login-card form .new-wrapper a, .html-login-page .password-recovery-page .login-card .customer-blocks .new-wrapper a, .html-login-page .password-recovery-page .login-card form .new-wrapper a, .html-login-page .registration-result-page .login-card .customer-blocks .new-wrapper a, .html-login-page .registration-result-page .login-card form .new-wrapper a, .html-registration-page .login-page .login-card .customer-blocks .new-wrapper a, .html-registration-page .login-page .login-card form .new-wrapper a, .html-registration-page .registration-page .login-card .customer-blocks .new-wrapper a, .html-registration-page .registration-page .login-card form .new-wrapper a, .html-registration-page .password-recovery-page .login-card .customer-blocks .new-wrapper a, .html-registration-page .password-recovery-page .login-card form .new-wrapper a, .html-registration-page .registration-result-page .login-card .customer-blocks .new-wrapper a, .html-registration-page .registration-result-page .login-card form .new-wrapper a, .html-password-recovery-page .login-page .login-card .customer-blocks .new-wrapper a, .html-password-recovery-page .login-page .login-card form .new-wrapper a, .html-password-recovery-page .registration-page .login-card .customer-blocks .new-wrapper a, .html-password-recovery-page .registration-page .login-card form .new-wrapper a, .html-password-recovery-page .password-recovery-page .login-card .customer-blocks .new-wrapper a, .html-password-recovery-page .password-recovery-page .login-card form .new-wrapper a, .html-password-recovery-page .registration-result-page .login-card .customer-blocks .new-wrapper a, .html-password-recovery-page .registration-result-page .login-card form .new-wrapper a, .master-column-wrapper .login-page .login-card .customer-blocks .new-wrapper a, .master-column-wrapper .login-page .login-card form .new-wrapper a, .master-column-wrapper .registration-page .login-card .customer-blocks .new-wrapper a, .master-column-wrapper .registration-page .login-card form .new-wrapper a, .master-column-wrapper .password-recovery-page .login-card .customer-blocks .new-wrapper a, .master-column-wrapper .password-recovery-page .login-card form .new-wrapper a, .master-column-wrapper .registration-result-page .login-card .customer-blocks .new-wrapper a, .master-column-wrapper .registration-result-page .login-card form .new-wrapper a, .html-registration-result-page .login-page .login-card .customer-blocks .new-wrapper a, .html-registration-result-page .login-page .login-card form .new-wrapper a, .html-registration-result-page .registration-page .login-card .customer-blocks .new-wrapper a, .html-registration-result-page .registration-page .login-card form .new-wrapper a, .html-registration-result-page .password-recovery-page .login-card .customer-blocks .new-wrapper a, .html-registration-result-page .password-recovery-page .login-card form .new-wrapper a, .html-registration-result-page .registration-result-page .login-card .customer-blocks .new-wrapper a, .html-registration-result-page .registration-result-page .login-card form .new-wrapper a {
  color: #F47929;
  text-decoration: underline;
  display: flex;
  font-weight: bold;
}
.html-login-page .login-page .login-card .customer-blocks .new-wrapper .buttons, .html-login-page .login-page .login-card form .new-wrapper .buttons, .html-login-page .registration-page .login-card .customer-blocks .new-wrapper .buttons, .html-login-page .registration-page .login-card form .new-wrapper .buttons, .html-login-page .password-recovery-page .login-card .customer-blocks .new-wrapper .buttons, .html-login-page .password-recovery-page .login-card form .new-wrapper .buttons, .html-login-page .registration-result-page .login-card .customer-blocks .new-wrapper .buttons, .html-login-page .registration-result-page .login-card form .new-wrapper .buttons, .html-registration-page .login-page .login-card .customer-blocks .new-wrapper .buttons, .html-registration-page .login-page .login-card form .new-wrapper .buttons, .html-registration-page .registration-page .login-card .customer-blocks .new-wrapper .buttons, .html-registration-page .registration-page .login-card form .new-wrapper .buttons, .html-registration-page .password-recovery-page .login-card .customer-blocks .new-wrapper .buttons, .html-registration-page .password-recovery-page .login-card form .new-wrapper .buttons, .html-registration-page .registration-result-page .login-card .customer-blocks .new-wrapper .buttons, .html-registration-page .registration-result-page .login-card form .new-wrapper .buttons, .html-password-recovery-page .login-page .login-card .customer-blocks .new-wrapper .buttons, .html-password-recovery-page .login-page .login-card form .new-wrapper .buttons, .html-password-recovery-page .registration-page .login-card .customer-blocks .new-wrapper .buttons, .html-password-recovery-page .registration-page .login-card form .new-wrapper .buttons, .html-password-recovery-page .password-recovery-page .login-card .customer-blocks .new-wrapper .buttons, .html-password-recovery-page .password-recovery-page .login-card form .new-wrapper .buttons, .html-password-recovery-page .registration-result-page .login-card .customer-blocks .new-wrapper .buttons, .html-password-recovery-page .registration-result-page .login-card form .new-wrapper .buttons, .master-column-wrapper .login-page .login-card .customer-blocks .new-wrapper .buttons, .master-column-wrapper .login-page .login-card form .new-wrapper .buttons, .master-column-wrapper .registration-page .login-card .customer-blocks .new-wrapper .buttons, .master-column-wrapper .registration-page .login-card form .new-wrapper .buttons, .master-column-wrapper .password-recovery-page .login-card .customer-blocks .new-wrapper .buttons, .master-column-wrapper .password-recovery-page .login-card form .new-wrapper .buttons, .master-column-wrapper .registration-result-page .login-card .customer-blocks .new-wrapper .buttons, .master-column-wrapper .registration-result-page .login-card form .new-wrapper .buttons, .html-registration-result-page .login-page .login-card .customer-blocks .new-wrapper .buttons, .html-registration-result-page .login-page .login-card form .new-wrapper .buttons, .html-registration-result-page .registration-page .login-card .customer-blocks .new-wrapper .buttons, .html-registration-result-page .registration-page .login-card form .new-wrapper .buttons, .html-registration-result-page .password-recovery-page .login-card .customer-blocks .new-wrapper .buttons, .html-registration-result-page .password-recovery-page .login-card form .new-wrapper .buttons, .html-registration-result-page .registration-result-page .login-card .customer-blocks .new-wrapper .buttons, .html-registration-result-page .registration-result-page .login-card form .new-wrapper .buttons {
  cursor: pointer;
  width: auto !important;
  padding: 0 !important;
  justify-content: flex-start;
}
.html-login-page .login-page .login-card .customer-blocks .returning-wrapper, .html-login-page .login-page .login-card form .returning-wrapper, .html-login-page .registration-page .login-card .customer-blocks .returning-wrapper, .html-login-page .registration-page .login-card form .returning-wrapper, .html-login-page .password-recovery-page .login-card .customer-blocks .returning-wrapper, .html-login-page .password-recovery-page .login-card form .returning-wrapper, .html-login-page .registration-result-page .login-card .customer-blocks .returning-wrapper, .html-login-page .registration-result-page .login-card form .returning-wrapper, .html-registration-page .login-page .login-card .customer-blocks .returning-wrapper, .html-registration-page .login-page .login-card form .returning-wrapper, .html-registration-page .registration-page .login-card .customer-blocks .returning-wrapper, .html-registration-page .registration-page .login-card form .returning-wrapper, .html-registration-page .password-recovery-page .login-card .customer-blocks .returning-wrapper, .html-registration-page .password-recovery-page .login-card form .returning-wrapper, .html-registration-page .registration-result-page .login-card .customer-blocks .returning-wrapper, .html-registration-page .registration-result-page .login-card form .returning-wrapper, .html-password-recovery-page .login-page .login-card .customer-blocks .returning-wrapper, .html-password-recovery-page .login-page .login-card form .returning-wrapper, .html-password-recovery-page .registration-page .login-card .customer-blocks .returning-wrapper, .html-password-recovery-page .registration-page .login-card form .returning-wrapper, .html-password-recovery-page .password-recovery-page .login-card .customer-blocks .returning-wrapper, .html-password-recovery-page .password-recovery-page .login-card form .returning-wrapper, .html-password-recovery-page .registration-result-page .login-card .customer-blocks .returning-wrapper, .html-password-recovery-page .registration-result-page .login-card form .returning-wrapper, .master-column-wrapper .login-page .login-card .customer-blocks .returning-wrapper, .master-column-wrapper .login-page .login-card form .returning-wrapper, .master-column-wrapper .registration-page .login-card .customer-blocks .returning-wrapper, .master-column-wrapper .registration-page .login-card form .returning-wrapper, .master-column-wrapper .password-recovery-page .login-card .customer-blocks .returning-wrapper, .master-column-wrapper .password-recovery-page .login-card form .returning-wrapper, .master-column-wrapper .registration-result-page .login-card .customer-blocks .returning-wrapper, .master-column-wrapper .registration-result-page .login-card form .returning-wrapper, .html-registration-result-page .login-page .login-card .customer-blocks .returning-wrapper, .html-registration-result-page .login-page .login-card form .returning-wrapper, .html-registration-result-page .registration-page .login-card .customer-blocks .returning-wrapper, .html-registration-result-page .registration-page .login-card form .returning-wrapper, .html-registration-result-page .password-recovery-page .login-card .customer-blocks .returning-wrapper, .html-registration-result-page .password-recovery-page .login-card form .returning-wrapper, .html-registration-result-page .registration-result-page .login-card .customer-blocks .returning-wrapper, .html-registration-result-page .registration-result-page .login-card form .returning-wrapper {
  padding-bottom: 20px;
}
.html-login-page .login-page .login-card .customer-blocks .returning-wrapper .buttons, .html-login-page .login-page .login-card form .returning-wrapper .buttons, .html-login-page .registration-page .login-card .customer-blocks .returning-wrapper .buttons, .html-login-page .registration-page .login-card form .returning-wrapper .buttons, .html-login-page .password-recovery-page .login-card .customer-blocks .returning-wrapper .buttons, .html-login-page .password-recovery-page .login-card form .returning-wrapper .buttons, .html-login-page .registration-result-page .login-card .customer-blocks .returning-wrapper .buttons, .html-login-page .registration-result-page .login-card form .returning-wrapper .buttons, .html-registration-page .login-page .login-card .customer-blocks .returning-wrapper .buttons, .html-registration-page .login-page .login-card form .returning-wrapper .buttons, .html-registration-page .registration-page .login-card .customer-blocks .returning-wrapper .buttons, .html-registration-page .registration-page .login-card form .returning-wrapper .buttons, .html-registration-page .password-recovery-page .login-card .customer-blocks .returning-wrapper .buttons, .html-registration-page .password-recovery-page .login-card form .returning-wrapper .buttons, .html-registration-page .registration-result-page .login-card .customer-blocks .returning-wrapper .buttons, .html-registration-page .registration-result-page .login-card form .returning-wrapper .buttons, .html-password-recovery-page .login-page .login-card .customer-blocks .returning-wrapper .buttons, .html-password-recovery-page .login-page .login-card form .returning-wrapper .buttons, .html-password-recovery-page .registration-page .login-card .customer-blocks .returning-wrapper .buttons, .html-password-recovery-page .registration-page .login-card form .returning-wrapper .buttons, .html-password-recovery-page .password-recovery-page .login-card .customer-blocks .returning-wrapper .buttons, .html-password-recovery-page .password-recovery-page .login-card form .returning-wrapper .buttons, .html-password-recovery-page .registration-result-page .login-card .customer-blocks .returning-wrapper .buttons, .html-password-recovery-page .registration-result-page .login-card form .returning-wrapper .buttons, .master-column-wrapper .login-page .login-card .customer-blocks .returning-wrapper .buttons, .master-column-wrapper .login-page .login-card form .returning-wrapper .buttons, .master-column-wrapper .registration-page .login-card .customer-blocks .returning-wrapper .buttons, .master-column-wrapper .registration-page .login-card form .returning-wrapper .buttons, .master-column-wrapper .password-recovery-page .login-card .customer-blocks .returning-wrapper .buttons, .master-column-wrapper .password-recovery-page .login-card form .returning-wrapper .buttons, .master-column-wrapper .registration-result-page .login-card .customer-blocks .returning-wrapper .buttons, .master-column-wrapper .registration-result-page .login-card form .returning-wrapper .buttons, .html-registration-result-page .login-page .login-card .customer-blocks .returning-wrapper .buttons, .html-registration-result-page .login-page .login-card form .returning-wrapper .buttons, .html-registration-result-page .registration-page .login-card .customer-blocks .returning-wrapper .buttons, .html-registration-result-page .registration-page .login-card form .returning-wrapper .buttons, .html-registration-result-page .password-recovery-page .login-card .customer-blocks .returning-wrapper .buttons, .html-registration-result-page .password-recovery-page .login-card form .returning-wrapper .buttons, .html-registration-result-page .registration-result-page .login-card .customer-blocks .returning-wrapper .buttons, .html-registration-result-page .registration-result-page .login-card form .returning-wrapper .buttons {
  display: flex;
  justify-content: center;
}
@media (max-width: 769px) {
  .html-login-page .login-page .login-card .customer-blocks .returning-wrapper, .html-login-page .login-page .login-card form .returning-wrapper, .html-login-page .registration-page .login-card .customer-blocks .returning-wrapper, .html-login-page .registration-page .login-card form .returning-wrapper, .html-login-page .password-recovery-page .login-card .customer-blocks .returning-wrapper, .html-login-page .password-recovery-page .login-card form .returning-wrapper, .html-login-page .registration-result-page .login-card .customer-blocks .returning-wrapper, .html-login-page .registration-result-page .login-card form .returning-wrapper, .html-registration-page .login-page .login-card .customer-blocks .returning-wrapper, .html-registration-page .login-page .login-card form .returning-wrapper, .html-registration-page .registration-page .login-card .customer-blocks .returning-wrapper, .html-registration-page .registration-page .login-card form .returning-wrapper, .html-registration-page .password-recovery-page .login-card .customer-blocks .returning-wrapper, .html-registration-page .password-recovery-page .login-card form .returning-wrapper, .html-registration-page .registration-result-page .login-card .customer-blocks .returning-wrapper, .html-registration-page .registration-result-page .login-card form .returning-wrapper, .html-password-recovery-page .login-page .login-card .customer-blocks .returning-wrapper, .html-password-recovery-page .login-page .login-card form .returning-wrapper, .html-password-recovery-page .registration-page .login-card .customer-blocks .returning-wrapper, .html-password-recovery-page .registration-page .login-card form .returning-wrapper, .html-password-recovery-page .password-recovery-page .login-card .customer-blocks .returning-wrapper, .html-password-recovery-page .password-recovery-page .login-card form .returning-wrapper, .html-password-recovery-page .registration-result-page .login-card .customer-blocks .returning-wrapper, .html-password-recovery-page .registration-result-page .login-card form .returning-wrapper, .master-column-wrapper .login-page .login-card .customer-blocks .returning-wrapper, .master-column-wrapper .login-page .login-card form .returning-wrapper, .master-column-wrapper .registration-page .login-card .customer-blocks .returning-wrapper, .master-column-wrapper .registration-page .login-card form .returning-wrapper, .master-column-wrapper .password-recovery-page .login-card .customer-blocks .returning-wrapper, .master-column-wrapper .password-recovery-page .login-card form .returning-wrapper, .master-column-wrapper .registration-result-page .login-card .customer-blocks .returning-wrapper, .master-column-wrapper .registration-result-page .login-card form .returning-wrapper, .html-registration-result-page .login-page .login-card .customer-blocks .returning-wrapper, .html-registration-result-page .login-page .login-card form .returning-wrapper, .html-registration-result-page .registration-page .login-card .customer-blocks .returning-wrapper, .html-registration-result-page .registration-page .login-card form .returning-wrapper, .html-registration-result-page .password-recovery-page .login-card .customer-blocks .returning-wrapper, .html-registration-result-page .password-recovery-page .login-card form .returning-wrapper, .html-registration-result-page .registration-result-page .login-card .customer-blocks .returning-wrapper, .html-registration-result-page .registration-result-page .login-card form .returning-wrapper {
    padding-bottom: 10px;
  }
}
.html-login-page .login-page .login-bottom, .html-login-page .registration-page .login-bottom, .html-login-page .password-recovery-page .login-bottom, .html-login-page .registration-result-page .login-bottom, .html-registration-page .login-page .login-bottom, .html-registration-page .registration-page .login-bottom, .html-registration-page .password-recovery-page .login-bottom, .html-registration-page .registration-result-page .login-bottom, .html-password-recovery-page .login-page .login-bottom, .html-password-recovery-page .registration-page .login-bottom, .html-password-recovery-page .password-recovery-page .login-bottom, .html-password-recovery-page .registration-result-page .login-bottom, .master-column-wrapper .login-page .login-bottom, .master-column-wrapper .registration-page .login-bottom, .master-column-wrapper .password-recovery-page .login-bottom, .master-column-wrapper .registration-result-page .login-bottom, .html-registration-result-page .login-page .login-bottom, .html-registration-result-page .registration-page .login-bottom, .html-registration-result-page .password-recovery-page .login-bottom, .html-registration-result-page .registration-result-page .login-bottom {
  position: absolute;
  bottom: 0;
  padding: 5px 0 12px;
  border-top: 1px solid #8F8F8F;
  width: 96%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .html-login-page .login-page .login-bottom, .html-login-page .registration-page .login-bottom, .html-login-page .password-recovery-page .login-bottom, .html-login-page .registration-result-page .login-bottom, .html-registration-page .login-page .login-bottom, .html-registration-page .registration-page .login-bottom, .html-registration-page .password-recovery-page .login-bottom, .html-registration-page .registration-result-page .login-bottom, .html-password-recovery-page .login-page .login-bottom, .html-password-recovery-page .registration-page .login-bottom, .html-password-recovery-page .password-recovery-page .login-bottom, .html-password-recovery-page .registration-result-page .login-bottom, .master-column-wrapper .login-page .login-bottom, .master-column-wrapper .registration-page .login-bottom, .master-column-wrapper .password-recovery-page .login-bottom, .master-column-wrapper .registration-result-page .login-bottom, .html-registration-result-page .login-page .login-bottom, .html-registration-result-page .registration-page .login-bottom, .html-registration-result-page .password-recovery-page .login-bottom, .html-registration-result-page .registration-result-page .login-bottom {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.html-login-page .login-page .login-bottom .left, .html-login-page .login-page .login-bottom .right, .html-login-page .registration-page .login-bottom .left, .html-login-page .registration-page .login-bottom .right, .html-login-page .password-recovery-page .login-bottom .left, .html-login-page .password-recovery-page .login-bottom .right, .html-login-page .registration-result-page .login-bottom .left, .html-login-page .registration-result-page .login-bottom .right, .html-registration-page .login-page .login-bottom .left, .html-registration-page .login-page .login-bottom .right, .html-registration-page .registration-page .login-bottom .left, .html-registration-page .registration-page .login-bottom .right, .html-registration-page .password-recovery-page .login-bottom .left, .html-registration-page .password-recovery-page .login-bottom .right, .html-registration-page .registration-result-page .login-bottom .left, .html-registration-page .registration-result-page .login-bottom .right, .html-password-recovery-page .login-page .login-bottom .left, .html-password-recovery-page .login-page .login-bottom .right, .html-password-recovery-page .registration-page .login-bottom .left, .html-password-recovery-page .registration-page .login-bottom .right, .html-password-recovery-page .password-recovery-page .login-bottom .left, .html-password-recovery-page .password-recovery-page .login-bottom .right, .html-password-recovery-page .registration-result-page .login-bottom .left, .html-password-recovery-page .registration-result-page .login-bottom .right, .master-column-wrapper .login-page .login-bottom .left, .master-column-wrapper .login-page .login-bottom .right, .master-column-wrapper .registration-page .login-bottom .left, .master-column-wrapper .registration-page .login-bottom .right, .master-column-wrapper .password-recovery-page .login-bottom .left, .master-column-wrapper .password-recovery-page .login-bottom .right, .master-column-wrapper .registration-result-page .login-bottom .left, .master-column-wrapper .registration-result-page .login-bottom .right, .html-registration-result-page .login-page .login-bottom .left, .html-registration-result-page .login-page .login-bottom .right, .html-registration-result-page .registration-page .login-bottom .left, .html-registration-result-page .registration-page .login-bottom .right, .html-registration-result-page .password-recovery-page .login-bottom .left, .html-registration-result-page .password-recovery-page .login-bottom .right, .html-registration-result-page .registration-result-page .login-bottom .left, .html-registration-result-page .registration-result-page .login-bottom .right {
  flex: 1;
}
.html-login-page .login-page .login-bottom .left, .html-login-page .registration-page .login-bottom .left, .html-login-page .password-recovery-page .login-bottom .left, .html-login-page .registration-result-page .login-bottom .left, .html-registration-page .login-page .login-bottom .left, .html-registration-page .registration-page .login-bottom .left, .html-registration-page .password-recovery-page .login-bottom .left, .html-registration-page .registration-result-page .login-bottom .left, .html-password-recovery-page .login-page .login-bottom .left, .html-password-recovery-page .registration-page .login-bottom .left, .html-password-recovery-page .password-recovery-page .login-bottom .left, .html-password-recovery-page .registration-result-page .login-bottom .left, .master-column-wrapper .login-page .login-bottom .left, .master-column-wrapper .registration-page .login-bottom .left, .master-column-wrapper .password-recovery-page .login-bottom .left, .master-column-wrapper .registration-result-page .login-bottom .left, .html-registration-result-page .login-page .login-bottom .left, .html-registration-result-page .registration-page .login-bottom .left, .html-registration-result-page .password-recovery-page .login-bottom .left, .html-registration-result-page .registration-result-page .login-bottom .left {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.html-login-page .login-page .login-bottom .left span, .html-login-page .registration-page .login-bottom .left span, .html-login-page .password-recovery-page .login-bottom .left span, .html-login-page .registration-result-page .login-bottom .left span, .html-registration-page .login-page .login-bottom .left span, .html-registration-page .registration-page .login-bottom .left span, .html-registration-page .password-recovery-page .login-bottom .left span, .html-registration-page .registration-result-page .login-bottom .left span, .html-password-recovery-page .login-page .login-bottom .left span, .html-password-recovery-page .registration-page .login-bottom .left span, .html-password-recovery-page .password-recovery-page .login-bottom .left span, .html-password-recovery-page .registration-result-page .login-bottom .left span, .master-column-wrapper .login-page .login-bottom .left span, .master-column-wrapper .registration-page .login-bottom .left span, .master-column-wrapper .password-recovery-page .login-bottom .left span, .master-column-wrapper .registration-result-page .login-bottom .left span, .html-registration-result-page .login-page .login-bottom .left span, .html-registration-result-page .registration-page .login-bottom .left span, .html-registration-result-page .password-recovery-page .login-bottom .left span, .html-registration-result-page .registration-result-page .login-bottom .left span {
  color: #ffffff;
}
.html-login-page .login-page .login-bottom .middle, .html-login-page .registration-page .login-bottom .middle, .html-login-page .password-recovery-page .login-bottom .middle, .html-login-page .registration-result-page .login-bottom .middle, .html-registration-page .login-page .login-bottom .middle, .html-registration-page .registration-page .login-bottom .middle, .html-registration-page .password-recovery-page .login-bottom .middle, .html-registration-page .registration-result-page .login-bottom .middle, .html-password-recovery-page .login-page .login-bottom .middle, .html-password-recovery-page .registration-page .login-bottom .middle, .html-password-recovery-page .password-recovery-page .login-bottom .middle, .html-password-recovery-page .registration-result-page .login-bottom .middle, .master-column-wrapper .login-page .login-bottom .middle, .master-column-wrapper .registration-page .login-bottom .middle, .master-column-wrapper .password-recovery-page .login-bottom .middle, .master-column-wrapper .registration-result-page .login-bottom .middle, .html-registration-result-page .login-page .login-bottom .middle, .html-registration-result-page .registration-page .login-bottom .middle, .html-registration-result-page .password-recovery-page .login-bottom .middle, .html-registration-result-page .registration-result-page .login-bottom .middle {
  flex: 0 0 auto;
}
.html-login-page .login-page .login-bottom .middle ul, .html-login-page .registration-page .login-bottom .middle ul, .html-login-page .password-recovery-page .login-bottom .middle ul, .html-login-page .registration-result-page .login-bottom .middle ul, .html-registration-page .login-page .login-bottom .middle ul, .html-registration-page .registration-page .login-bottom .middle ul, .html-registration-page .password-recovery-page .login-bottom .middle ul, .html-registration-page .registration-result-page .login-bottom .middle ul, .html-password-recovery-page .login-page .login-bottom .middle ul, .html-password-recovery-page .registration-page .login-bottom .middle ul, .html-password-recovery-page .password-recovery-page .login-bottom .middle ul, .html-password-recovery-page .registration-result-page .login-bottom .middle ul, .master-column-wrapper .login-page .login-bottom .middle ul, .master-column-wrapper .registration-page .login-bottom .middle ul, .master-column-wrapper .password-recovery-page .login-bottom .middle ul, .master-column-wrapper .registration-result-page .login-bottom .middle ul, .html-registration-result-page .login-page .login-bottom .middle ul, .html-registration-result-page .registration-page .login-bottom .middle ul, .html-registration-result-page .password-recovery-page .login-bottom .middle ul, .html-registration-result-page .registration-result-page .login-bottom .middle ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.html-login-page .login-page .login-bottom .middle ul li, .html-login-page .registration-page .login-bottom .middle ul li, .html-login-page .password-recovery-page .login-bottom .middle ul li, .html-login-page .registration-result-page .login-bottom .middle ul li, .html-registration-page .login-page .login-bottom .middle ul li, .html-registration-page .registration-page .login-bottom .middle ul li, .html-registration-page .password-recovery-page .login-bottom .middle ul li, .html-registration-page .registration-result-page .login-bottom .middle ul li, .html-password-recovery-page .login-page .login-bottom .middle ul li, .html-password-recovery-page .registration-page .login-bottom .middle ul li, .html-password-recovery-page .password-recovery-page .login-bottom .middle ul li, .html-password-recovery-page .registration-result-page .login-bottom .middle ul li, .master-column-wrapper .login-page .login-bottom .middle ul li, .master-column-wrapper .registration-page .login-bottom .middle ul li, .master-column-wrapper .password-recovery-page .login-bottom .middle ul li, .master-column-wrapper .registration-result-page .login-bottom .middle ul li, .html-registration-result-page .login-page .login-bottom .middle ul li, .html-registration-result-page .registration-page .login-bottom .middle ul li, .html-registration-result-page .password-recovery-page .login-bottom .middle ul li, .html-registration-result-page .registration-result-page .login-bottom .middle ul li {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
}
.html-login-page .login-page .login-bottom .middle ul li + li::before, .html-login-page .registration-page .login-bottom .middle ul li + li::before, .html-login-page .password-recovery-page .login-bottom .middle ul li + li::before, .html-login-page .registration-result-page .login-bottom .middle ul li + li::before, .html-registration-page .login-page .login-bottom .middle ul li + li::before, .html-registration-page .registration-page .login-bottom .middle ul li + li::before, .html-registration-page .password-recovery-page .login-bottom .middle ul li + li::before, .html-registration-page .registration-result-page .login-bottom .middle ul li + li::before, .html-password-recovery-page .login-page .login-bottom .middle ul li + li::before, .html-password-recovery-page .registration-page .login-bottom .middle ul li + li::before, .html-password-recovery-page .password-recovery-page .login-bottom .middle ul li + li::before, .html-password-recovery-page .registration-result-page .login-bottom .middle ul li + li::before, .master-column-wrapper .login-page .login-bottom .middle ul li + li::before, .master-column-wrapper .registration-page .login-bottom .middle ul li + li::before, .master-column-wrapper .password-recovery-page .login-bottom .middle ul li + li::before, .master-column-wrapper .registration-result-page .login-bottom .middle ul li + li::before, .html-registration-result-page .login-page .login-bottom .middle ul li + li::before, .html-registration-result-page .registration-page .login-bottom .middle ul li + li::before, .html-registration-result-page .password-recovery-page .login-bottom .middle ul li + li::before, .html-registration-result-page .registration-result-page .login-bottom .middle ul li + li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.9em;
  background: #ffffff;
  margin: 0 8px 2px 8px;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .html-login-page .login-page .login-bottom .middle, .html-login-page .registration-page .login-bottom .middle, .html-login-page .password-recovery-page .login-bottom .middle, .html-login-page .registration-result-page .login-bottom .middle, .html-registration-page .login-page .login-bottom .middle, .html-registration-page .registration-page .login-bottom .middle, .html-registration-page .password-recovery-page .login-bottom .middle, .html-registration-page .registration-result-page .login-bottom .middle, .html-password-recovery-page .login-page .login-bottom .middle, .html-password-recovery-page .registration-page .login-bottom .middle, .html-password-recovery-page .password-recovery-page .login-bottom .middle, .html-password-recovery-page .registration-result-page .login-bottom .middle, .master-column-wrapper .login-page .login-bottom .middle, .master-column-wrapper .registration-page .login-bottom .middle, .master-column-wrapper .password-recovery-page .login-bottom .middle, .master-column-wrapper .registration-result-page .login-bottom .middle, .html-registration-result-page .login-page .login-bottom .middle, .html-registration-result-page .registration-page .login-bottom .middle, .html-registration-result-page .password-recovery-page .login-bottom .middle, .html-registration-result-page .registration-result-page .login-bottom .middle {
    order: 1;
  }
}
.html-login-page .login-page .login-bottom .right, .html-login-page .registration-page .login-bottom .right, .html-login-page .password-recovery-page .login-bottom .right, .html-login-page .registration-result-page .login-bottom .right, .html-registration-page .login-page .login-bottom .right, .html-registration-page .registration-page .login-bottom .right, .html-registration-page .password-recovery-page .login-bottom .right, .html-registration-page .registration-result-page .login-bottom .right, .html-password-recovery-page .login-page .login-bottom .right, .html-password-recovery-page .registration-page .login-bottom .right, .html-password-recovery-page .password-recovery-page .login-bottom .right, .html-password-recovery-page .registration-result-page .login-bottom .right, .master-column-wrapper .login-page .login-bottom .right, .master-column-wrapper .registration-page .login-bottom .right, .master-column-wrapper .password-recovery-page .login-bottom .right, .master-column-wrapper .registration-result-page .login-bottom .right, .html-registration-result-page .login-page .login-bottom .right, .html-registration-result-page .registration-page .login-bottom .right, .html-registration-result-page .password-recovery-page .login-bottom .right, .html-registration-result-page .registration-result-page .login-bottom .right {
  display: flex;
  justify-content: flex-end;
}
.html-login-page .login-page .login-bottom .right span, .html-login-page .registration-page .login-bottom .right span, .html-login-page .password-recovery-page .login-bottom .right span, .html-login-page .registration-result-page .login-bottom .right span, .html-registration-page .login-page .login-bottom .right span, .html-registration-page .registration-page .login-bottom .right span, .html-registration-page .password-recovery-page .login-bottom .right span, .html-registration-page .registration-result-page .login-bottom .right span, .html-password-recovery-page .login-page .login-bottom .right span, .html-password-recovery-page .registration-page .login-bottom .right span, .html-password-recovery-page .password-recovery-page .login-bottom .right span, .html-password-recovery-page .registration-result-page .login-bottom .right span, .master-column-wrapper .login-page .login-bottom .right span, .master-column-wrapper .registration-page .login-bottom .right span, .master-column-wrapper .password-recovery-page .login-bottom .right span, .master-column-wrapper .registration-result-page .login-bottom .right span, .html-registration-result-page .login-page .login-bottom .right span, .html-registration-result-page .registration-page .login-bottom .right span, .html-registration-result-page .password-recovery-page .login-bottom .right span, .html-registration-result-page .registration-result-page .login-bottom .right span {
  color: #ffffff;
}
@media (min-width: 800px) {
  .html-login-page .login-page .login-bottom .right, .html-login-page .registration-page .login-bottom .right, .html-login-page .password-recovery-page .login-bottom .right, .html-login-page .registration-result-page .login-bottom .right, .html-registration-page .login-page .login-bottom .right, .html-registration-page .registration-page .login-bottom .right, .html-registration-page .password-recovery-page .login-bottom .right, .html-registration-page .registration-result-page .login-bottom .right, .html-password-recovery-page .login-page .login-bottom .right, .html-password-recovery-page .registration-page .login-bottom .right, .html-password-recovery-page .password-recovery-page .login-bottom .right, .html-password-recovery-page .registration-result-page .login-bottom .right, .master-column-wrapper .login-page .login-bottom .right, .master-column-wrapper .registration-page .login-bottom .right, .master-column-wrapper .password-recovery-page .login-bottom .right, .master-column-wrapper .registration-result-page .login-bottom .right, .html-registration-result-page .login-page .login-bottom .right, .html-registration-result-page .registration-page .login-bottom .right, .html-registration-result-page .password-recovery-page .login-bottom .right, .html-registration-result-page .registration-result-page .login-bottom .right {
    order: 3;
  }
}
.html-login-page .registration-page, .html-registration-page .registration-page, .html-password-recovery-page .registration-page, .master-column-wrapper .registration-page, .html-registration-result-page .registration-page {
  /*.fieldset.password {
  .form-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  .inputs {
  width: 48% !important;
  }
  }
  }*/
}
.html-login-page .registration-page .login-card, .html-registration-page .registration-page .login-card, .html-password-recovery-page .registration-page .login-card, .master-column-wrapper .registration-page .login-card, .html-registration-result-page .registration-page .login-card {
  margin-top: 20px;
}
@media (max-width: 800px) {
  .html-login-page .registration-page .login-card, .html-registration-page .registration-page .login-card, .html-password-recovery-page .registration-page .login-card, .master-column-wrapper .registration-page .login-card, .html-registration-result-page .registration-page .login-card {
    margin-bottom: 130px;
  }
}
.html-login-page .registration-page .im-a-company, .html-registration-page .registration-page .im-a-company, .html-password-recovery-page .registration-page .im-a-company, .master-column-wrapper .registration-page .im-a-company, .html-registration-result-page .registration-page .im-a-company {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: center;
  align-items: center;
  font-weight: bold;
}
.html-login-page .registration-page .im-a-company .company-toggler, .html-registration-page .registration-page .im-a-company .company-toggler, .html-password-recovery-page .registration-page .im-a-company .company-toggler, .master-column-wrapper .registration-page .im-a-company .company-toggler, .html-registration-result-page .registration-page .im-a-company .company-toggler {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  background: white;
  position: relative;
  overflow: hidden;
  opacity: 0.9;
}
.html-login-page .registration-page .im-a-company .company-toggler:before, .html-registration-page .registration-page .im-a-company .company-toggler:before, .html-password-recovery-page .registration-page .im-a-company .company-toggler:before, .master-column-wrapper .registration-page .im-a-company .company-toggler:before, .html-registration-result-page .registration-page .im-a-company .company-toggler:before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  bottom: 0;
  opacity: 0.9;
}
.html-login-page .registration-page .im-a-company .company-toggler.active:before, .html-registration-page .registration-page .im-a-company .company-toggler.active:before, .html-password-recovery-page .registration-page .im-a-company .company-toggler.active:before, .master-column-wrapper .registration-page .im-a-company .company-toggler.active:before, .html-registration-result-page .registration-page .im-a-company .company-toggler.active:before {
  background: #404142;
}
.html-login-page .registration-page .form-fields.user, .html-registration-page .registration-page .form-fields.user, .html-password-recovery-page .registration-page .form-fields.user, .master-column-wrapper .registration-page .form-fields.user, .html-registration-result-page .registration-page .form-fields.user {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.html-login-page .registration-page .form-fields.user .inputs, .html-registration-page .registration-page .form-fields.user .inputs, .html-password-recovery-page .registration-page .form-fields.user .inputs, .master-column-wrapper .registration-page .form-fields.user .inputs, .html-registration-result-page .registration-page .form-fields.user .inputs {
  /*
  &.companyname {
  width: 48% !important;
  margin-right: auto;
  }
  &.companyvat {
  width: 48% !important;
  .vat-note em {
  position: relative;
  display: flex;
  line-height: 10px;
  }
  }*/
}
.html-login-page .registration-page .form-fields.user .inputs.firstname, .html-registration-page .registration-page .form-fields.user .inputs.firstname, .html-password-recovery-page .registration-page .form-fields.user .inputs.firstname, .master-column-wrapper .registration-page .form-fields.user .inputs.firstname, .html-registration-result-page .registration-page .form-fields.user .inputs.firstname {
  width: 48% !important;
  margin-right: auto;
}
.html-login-page .registration-page .form-fields.user .inputs.lastname, .html-registration-page .registration-page .form-fields.user .inputs.lastname, .html-password-recovery-page .registration-page .form-fields.user .inputs.lastname, .master-column-wrapper .registration-page .form-fields.user .inputs.lastname, .html-registration-result-page .registration-page .form-fields.user .inputs.lastname {
  width: 48% !important;
}
.html-login-page .registration-page .form-fields.company, .html-registration-page .registration-page .form-fields.company, .html-password-recovery-page .registration-page .form-fields.company, .master-column-wrapper .registration-page .form-fields.company, .html-registration-result-page .registration-page .form-fields.company {
  display: none;
}
.html-login-page .registration-page .form-fields.company.active, .html-registration-page .registration-page .form-fields.company.active, .html-password-recovery-page .registration-page .form-fields.company.active, .master-column-wrapper .registration-page .form-fields.company.active, .html-registration-result-page .registration-page .form-fields.company.active {
  display: block !important;
  margin-bottom: 30px !important;
}
.html-login-page .registration-page .form-fields.company .custom-attributes ul, .html-registration-page .registration-page .form-fields.company .custom-attributes ul, .html-password-recovery-page .registration-page .form-fields.company .custom-attributes ul, .master-column-wrapper .registration-page .form-fields.company .custom-attributes ul, .html-registration-result-page .registration-page .form-fields.company .custom-attributes ul {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}
.html-login-page .registration-page .form-fields.company .custom-attributes ul li, .html-registration-page .registration-page .form-fields.company .custom-attributes ul li, .html-password-recovery-page .registration-page .form-fields.company .custom-attributes ul li, .master-column-wrapper .registration-page .form-fields.company .custom-attributes ul li, .html-registration-result-page .registration-page .form-fields.company .custom-attributes ul li {
  display: flex;
}
.html-login-page .registration-page .form-fields.company .custom-attributes ul li label, .html-registration-page .registration-page .form-fields.company .custom-attributes ul li label, .html-password-recovery-page .registration-page .form-fields.company .custom-attributes ul li label, .master-column-wrapper .registration-page .form-fields.company .custom-attributes ul li label, .html-registration-result-page .registration-page .form-fields.company .custom-attributes ul li label {
  margin-bottom: 0;
}
.html-login-page .registration-page .form-fields.company .validationMark, .html-registration-page .registration-page .form-fields.company .validationMark, .html-password-recovery-page .registration-page .form-fields.company .validationMark, .master-column-wrapper .registration-page .form-fields.company .validationMark, .html-registration-result-page .registration-page .form-fields.company .validationMark {
  float: left;
  width: 100%;
  position: relative;
}
.html-login-page .registration-page .form-fields.company input.not-valid + .validationMark:after, .html-registration-page .registration-page .form-fields.company input.not-valid + .validationMark:after, .html-password-recovery-page .registration-page .form-fields.company input.not-valid + .validationMark:after, .master-column-wrapper .registration-page .form-fields.company input.not-valid + .validationMark:after, .html-registration-result-page .registration-page .form-fields.company input.not-valid + .validationMark:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: -56px;
  right: 10px;
  font-size: 1rem;
  color: #ec0d0d;
}
.html-login-page .registration-page .form-fields.company input.valid + .validationMark:after, .html-registration-page .registration-page .form-fields.company input.valid + .validationMark:after, .html-password-recovery-page .registration-page .form-fields.company input.valid + .validationMark:after, .master-column-wrapper .registration-page .form-fields.company input.valid + .validationMark:after, .html-registration-result-page .registration-page .form-fields.company input.valid + .validationMark:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: -56px;
  right: 10px;
  font-size: 1rem;
  color: #00a859;
}
.html-login-page .registration-page .fieldset.privacy .title, .html-registration-page .registration-page .fieldset.privacy .title, .html-password-recovery-page .registration-page .fieldset.privacy .title, .master-column-wrapper .registration-page .fieldset.privacy .title, .html-registration-result-page .registration-page .fieldset.privacy .title {
  display: none;
}
.html-login-page .registration-page .fieldset.address .form-fields, .html-registration-page .registration-page .fieldset.address .form-fields, .html-password-recovery-page .registration-page .fieldset.address .form-fields, .master-column-wrapper .registration-page .fieldset.address .form-fields, .html-registration-result-page .registration-page .fieldset.address .form-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.html-login-page .registration-page .fieldset.address .form-fields .inputs, .html-registration-page .registration-page .fieldset.address .form-fields .inputs, .html-password-recovery-page .registration-page .fieldset.address .form-fields .inputs, .master-column-wrapper .registration-page .fieldset.address .form-fields .inputs, .html-registration-result-page .registration-page .fieldset.address .form-fields .inputs {
  width: 48% !important;
}
.html-login-page .registration-page .buttons, .html-registration-page .registration-page .buttons, .html-password-recovery-page .registration-page .buttons, .master-column-wrapper .registration-page .buttons, .html-registration-result-page .registration-page .buttons {
  flex-direction: column;
  align-items: center;
}
.html-login-page .registration-page .buttons .login-link, .html-registration-page .registration-page .buttons .login-link, .html-password-recovery-page .registration-page .buttons .login-link, .master-column-wrapper .registration-page .buttons .login-link, .html-registration-result-page .registration-page .buttons .login-link {
  margin-top: 10px;
  color: #404142;
}
.html-login-page .registration-page .buttons .login-link:hover, .html-registration-page .registration-page .buttons .login-link:hover, .html-password-recovery-page .registration-page .buttons .login-link:hover, .master-column-wrapper .registration-page .buttons .login-link:hover, .html-registration-result-page .registration-page .buttons .login-link:hover {
  text-decoration: underline;
}
.html-login-page form, .html-registration-page form, .html-password-recovery-page form, .master-column-wrapper form, .html-registration-result-page form {
  float: left;
  width: 100%;
}
.html-login-page form .fieldset, .html-registration-page form .fieldset, .html-password-recovery-page form .fieldset, .master-column-wrapper form .fieldset, .html-registration-result-page form .fieldset {
  float: left;
  width: 100%;
}
.html-login-page form .form-fields, .html-registration-page form .form-fields, .html-password-recovery-page form .form-fields, .master-column-wrapper form .form-fields, .html-registration-result-page form .form-fields {
  float: left;
  width: 100%;
}
.html-login-page form .inputs, .html-registration-page form .inputs, .html-password-recovery-page form .inputs, .master-column-wrapper form .inputs, .html-registration-result-page form .inputs {
  position: relative;
  float: left;
  width: 100%;
}
.html-login-page form .inputs label, .html-registration-page form .inputs label, .html-password-recovery-page form .inputs label, .master-column-wrapper form .inputs label, .html-registration-result-page form .inputs label {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 5px;
  color: #434447;
  float: left;
  width: 100%;
}
.html-login-page form .inputs .login-password, .html-registration-page form .inputs .login-password, .html-password-recovery-page form .inputs .login-password, .master-column-wrapper form .inputs .login-password, .html-registration-result-page form .inputs .login-password {
  width: 100%;
}
.html-login-page form .inputs > input:not([type=checkbox], [type=radio]), .html-login-page form .inputs input[type=password], .html-registration-page form .inputs > input:not([type=checkbox], [type=radio]), .html-registration-page form .inputs input[type=password], .html-password-recovery-page form .inputs > input:not([type=checkbox], [type=radio]), .html-password-recovery-page form .inputs input[type=password], .master-column-wrapper form .inputs > input:not([type=checkbox], [type=radio]), .master-column-wrapper form .inputs input[type=password], .html-registration-result-page form .inputs > input:not([type=checkbox], [type=radio]), .html-registration-result-page form .inputs input[type=password] {
  width: 100%;
  line-height: 48px;
  max-width: 540px;
  padding: 0 20px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  margin-bottom: 16px;
  background: #ffffff;
  opacity: 0.45;
}
.html-login-page form .inputs > input:not([type=checkbox], [type=radio]):focus, .html-login-page form .inputs input[type=password]:focus, .html-registration-page form .inputs > input:not([type=checkbox], [type=radio]):focus, .html-registration-page form .inputs input[type=password]:focus, .html-password-recovery-page form .inputs > input:not([type=checkbox], [type=radio]):focus, .html-password-recovery-page form .inputs input[type=password]:focus, .master-column-wrapper form .inputs > input:not([type=checkbox], [type=radio]):focus, .master-column-wrapper form .inputs input[type=password]:focus, .html-registration-result-page form .inputs > input:not([type=checkbox], [type=radio]):focus, .html-registration-result-page form .inputs input[type=password]:focus {
  border: 2px solid #F47929;
  outline: none;
}
.html-login-page form .inputs input[type=radio], .html-registration-page form .inputs input[type=radio], .html-password-recovery-page form .inputs input[type=radio], .master-column-wrapper form .inputs input[type=radio], .html-registration-result-page form .inputs input[type=radio] {
  appearance: none;
  background-color: #ffffff;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  font: inherit;
  color: #F47929;
  border: 0.1em solid #F47929;
  border-radius: 50%;
  transform: translateY(0.1rem);
}
.html-login-page form .inputs input[type=radio]:checked, .html-registration-page form .inputs input[type=radio]:checked, .html-password-recovery-page form .inputs input[type=radio]:checked, .master-column-wrapper form .inputs input[type=radio]:checked, .html-registration-result-page form .inputs input[type=radio]:checked {
  accent-color: #F47929;
  border-color: #F47929;
  background-color: #F47929;
  box-shadow: inset -0.005rem -0.005rem 0 0.1rem wheat;
}
.html-login-page form .inputs textarea, .html-registration-page form .inputs textarea, .html-password-recovery-page form .inputs textarea, .master-column-wrapper form .inputs textarea, .html-registration-result-page form .inputs textarea {
  border: 1px solid #d2d2d2;
  padding: 0px 20px;
  width: calc(100% - 2px);
  max-width: 540px;
  font-family: inherit;
  line-height: 48px;
  border-radius: 0px;
  font-weight: 500;
  float: left;
  opacity: 0.45;
}
.html-login-page form .inputs textarea:focus, .html-registration-page form .inputs textarea:focus, .html-password-recovery-page form .inputs textarea:focus, .master-column-wrapper form .inputs textarea:focus, .html-registration-result-page form .inputs textarea:focus {
  border: 2px solid #F47929;
  outline: none;
}
.html-login-page form .inputs .required, .html-registration-page form .inputs .required, .html-password-recovery-page form .inputs .required, .master-column-wrapper form .inputs .required, .html-registration-result-page form .inputs .required {
  position: absolute;
  top: 5px;
  right: 2px;
  color: #434447;
}
.html-login-page form .inputs select, .html-registration-page form .inputs select, .html-password-recovery-page form .inputs select, .master-column-wrapper form .inputs select, .html-registration-result-page form .inputs select {
  width: calc(100% - 2px);
  line-height: 48px;
  max-width: 582px;
  padding: 0 20px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  margin-bottom: 16px;
  background: #ffffff;
  opacity: 0.45;
  min-height: 50px;
  font-family: "DM Sans", sans-serif;
}
.html-login-page form .inputs select:focus, .html-registration-page form .inputs select:focus, .html-password-recovery-page form .inputs select:focus, .master-column-wrapper form .inputs select:focus, .html-registration-result-page form .inputs select:focus {
  border: 2px solid #F47929;
  outline: none;
}
.html-login-page form .inputs.reversed, .html-registration-page form .inputs.reversed, .html-password-recovery-page form .inputs.reversed, .master-column-wrapper form .inputs.reversed, .html-registration-result-page form .inputs.reversed {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: grey;
  opacity: 0.45;
}
.html-login-page form .inputs.reversed .left, .html-registration-page form .inputs.reversed .left, .html-password-recovery-page form .inputs.reversed .left, .master-column-wrapper form .inputs.reversed .left, .html-registration-result-page form .inputs.reversed .left {
  display: flex;
  align-items: baseline;
}
.html-login-page form .inputs.reversed .left input, .html-registration-page form .inputs.reversed .left input, .html-password-recovery-page form .inputs.reversed .left input, .master-column-wrapper form .inputs.reversed .left input, .html-registration-result-page form .inputs.reversed .left input {
  cursor: pointer;
}
.html-login-page form .inputs.reversed .left label, .html-registration-page form .inputs.reversed .left label, .html-password-recovery-page form .inputs.reversed .left label, .master-column-wrapper form .inputs.reversed .left label, .html-registration-result-page form .inputs.reversed .left label {
  cursor: pointer;
}
.html-login-page form .inputs.reversed a, .html-registration-page form .inputs.reversed a, .html-password-recovery-page form .inputs.reversed a, .master-column-wrapper form .inputs.reversed a, .html-registration-result-page form .inputs.reversed a {
  color: #404142;
  font-size: 13px;
}
.html-login-page form .inputs.portal-select, .html-registration-page form .inputs.portal-select, .html-password-recovery-page form .inputs.portal-select, .master-column-wrapper form .inputs.portal-select, .html-registration-result-page form .inputs.portal-select {
  margin-top: 6px;
}
.html-login-page form .inputs.portal-select label, .html-registration-page form .inputs.portal-select label, .html-password-recovery-page form .inputs.portal-select label, .master-column-wrapper form .inputs.portal-select label, .html-registration-result-page form .inputs.portal-select label {
  color: #F47929;
}
.html-login-page form .inputs.portal-select .portal-field, .html-registration-page form .inputs.portal-select .portal-field, .html-password-recovery-page form .inputs.portal-select .portal-field, .master-column-wrapper form .inputs.portal-select .portal-field, .html-registration-result-page form .inputs.portal-select .portal-field {
  width: 100%;
  position: relative;
}
.html-login-page form .inputs.portal-select .portal-field #portal-select, .html-registration-page form .inputs.portal-select .portal-field #portal-select, .html-password-recovery-page form .inputs.portal-select .portal-field #portal-select, .master-column-wrapper form .inputs.portal-select .portal-field #portal-select, .html-registration-result-page form .inputs.portal-select .portal-field #portal-select {
  width: 100%;
  height: 48px;
  border: 1.5px solid #F47929;
  border-radius: 8px;
  margin-bottom: 16px;
  font-family: inherit;
  font-size: 14px;
  background: #ffffff;
  color: black;
  padding-left: 16px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.html-login-page form .inputs.portal-select .portal-field #portal-select:focus, .html-registration-page form .inputs.portal-select .portal-field #portal-select:focus, .html-password-recovery-page form .inputs.portal-select .portal-field #portal-select:focus, .master-column-wrapper form .inputs.portal-select .portal-field #portal-select:focus, .html-registration-result-page form .inputs.portal-select .portal-field #portal-select:focus {
  border: 1.5px solid #F47929;
  outline: none;
}
.html-login-page form .inputs.portal-select .portal-field #portal-select option, .html-registration-page form .inputs.portal-select .portal-field #portal-select option, .html-password-recovery-page form .inputs.portal-select .portal-field #portal-select option, .master-column-wrapper form .inputs.portal-select .portal-field #portal-select option, .html-registration-result-page form .inputs.portal-select .portal-field #portal-select option {
  color: black;
}
@media (max-width: 376px) {
  .html-login-page form .inputs.portal-select .portal-field #portal-select, .html-registration-page form .inputs.portal-select .portal-field #portal-select, .html-password-recovery-page form .inputs.portal-select .portal-field #portal-select, .master-column-wrapper form .inputs.portal-select .portal-field #portal-select, .html-registration-result-page form .inputs.portal-select .portal-field #portal-select {
    font-size: 12px;
  }
}
.html-login-page form .inputs.portal-select .portal-field::after, .html-registration-page form .inputs.portal-select .portal-field::after, .html-password-recovery-page form .inputs.portal-select .portal-field::after, .master-column-wrapper form .inputs.portal-select .portal-field::after, .html-registration-result-page form .inputs.portal-select .portal-field::after {
  content: "\f078";
  position: absolute;
  top: 45px;
  right: 12px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 0.9em;
  margin-left: 8px;
  line-height: 1;
  display: inline-block;
  color: #F47929;
  transition: transform 0.2s ease;
}
@media (max-width: 376px) {
  .html-login-page form .inputs.portal-select .portal-field::after, .html-registration-page form .inputs.portal-select .portal-field::after, .html-password-recovery-page form .inputs.portal-select .portal-field::after, .master-column-wrapper form .inputs.portal-select .portal-field::after, .html-registration-result-page form .inputs.portal-select .portal-field::after {
    right: 10px;
  }
}
.html-login-page form .inputs.portal-select .portal-field[aria-expanded=true]::after, .html-registration-page form .inputs.portal-select .portal-field[aria-expanded=true]::after, .html-password-recovery-page form .inputs.portal-select .portal-field[aria-expanded=true]::after, .master-column-wrapper form .inputs.portal-select .portal-field[aria-expanded=true]::after, .html-registration-result-page form .inputs.portal-select .portal-field[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.html-login-page form .inputs.gender, .html-registration-page form .inputs.gender, .html-password-recovery-page form .inputs.gender, .master-column-wrapper form .inputs.gender, .html-registration-result-page form .inputs.gender {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.html-login-page form .inputs.gender label, .html-registration-page form .inputs.gender label, .html-password-recovery-page form .inputs.gender label, .master-column-wrapper form .inputs.gender label, .html-registration-result-page form .inputs.gender label {
  margin-bottom: 0;
  width: auto;
}
.html-login-page form .inputs.gender .gender, .html-registration-page form .inputs.gender .gender, .html-password-recovery-page form .inputs.gender .gender, .master-column-wrapper form .inputs.gender .gender, .html-registration-result-page form .inputs.gender .gender {
  display: flex;
  gap: 10px;
}
.html-login-page form .inputs.gender .gender .male, .html-login-page form .inputs.gender .gender .female, .html-registration-page form .inputs.gender .gender .male, .html-registration-page form .inputs.gender .gender .female, .html-password-recovery-page form .inputs.gender .gender .male, .html-password-recovery-page form .inputs.gender .gender .female, .master-column-wrapper form .inputs.gender .gender .male, .master-column-wrapper form .inputs.gender .gender .female, .html-registration-result-page form .inputs.gender .gender .male, .html-registration-result-page form .inputs.gender .gender .female {
  display: flex;
  gap: 5px;
}
.html-login-page form .inputs.gender .gender .male input, .html-login-page form .inputs.gender .gender .female input, .html-registration-page form .inputs.gender .gender .male input, .html-registration-page form .inputs.gender .gender .female input, .html-password-recovery-page form .inputs.gender .gender .male input, .html-password-recovery-page form .inputs.gender .gender .female input, .master-column-wrapper form .inputs.gender .gender .male input, .master-column-wrapper form .inputs.gender .gender .female input, .html-registration-result-page form .inputs.gender .gender .male input, .html-registration-result-page form .inputs.gender .gender .female input {
  padding: 0;
}
.html-login-page form .inputs.newsletter, .html-registration-page form .inputs.newsletter, .html-password-recovery-page form .inputs.newsletter, .master-column-wrapper form .inputs.newsletter, .html-registration-result-page form .inputs.newsletter {
  flex-direction: row-reverse;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.html-login-page form .inputs.newsletter input, .html-registration-page form .inputs.newsletter input, .html-password-recovery-page form .inputs.newsletter input, .master-column-wrapper form .inputs.newsletter input, .html-registration-result-page form .inputs.newsletter input {
  margin-right: 10px;
}
.html-login-page form .inputs .vat-note, .html-registration-page form .inputs .vat-note, .html-password-recovery-page form .inputs .vat-note, .master-column-wrapper form .inputs .vat-note, .html-registration-result-page form .inputs .vat-note {
  font-size: 11px;
  color: #ec0d0d;
  width: 100%;
  display: flex;
}
.html-login-page form .inputs.accept-consent, .html-registration-page form .inputs.accept-consent, .html-password-recovery-page form .inputs.accept-consent, .master-column-wrapper form .inputs.accept-consent, .html-registration-result-page form .inputs.accept-consent {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
}
.html-login-page form .inputs.accept-consent input, .html-registration-page form .inputs.accept-consent input, .html-password-recovery-page form .inputs.accept-consent input, .master-column-wrapper form .inputs.accept-consent input, .html-registration-result-page form .inputs.accept-consent input {
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.html-login-page form .inputs.accept-consent label, .html-registration-page form .inputs.accept-consent label, .html-password-recovery-page form .inputs.accept-consent label, .master-column-wrapper form .inputs.accept-consent label, .html-registration-result-page form .inputs.accept-consent label {
  cursor: pointer;
  width: auto;
  padding: 0;
  margin: 0;
}
.html-login-page form .inputs.accept-consent .read, .html-registration-page form .inputs.accept-consent .read, .html-password-recovery-page form .inputs.accept-consent .read, .master-column-wrapper form .inputs.accept-consent .read, .html-registration-result-page form .inputs.accept-consent .read {
  cursor: pointer;
  font-size: 14px;
  line-height: 1.7;
  color: #434447;
  font-weight: bolder;
}
.html-login-page form .inputs.accept-consent .read:hover, .html-registration-page form .inputs.accept-consent .read:hover, .html-password-recovery-page form .inputs.accept-consent .read:hover, .master-column-wrapper form .inputs.accept-consent .read:hover, .html-registration-result-page form .inputs.accept-consent .read:hover {
  text-decoration: underline;
}
.html-login-page form .inputs .field-validation-error, .html-registration-page form .inputs .field-validation-error, .html-password-recovery-page form .inputs .field-validation-error, .master-column-wrapper form .inputs .field-validation-error, .html-registration-result-page form .inputs .field-validation-error {
  width: 100%;
  float: left;
  color: red;
}
.html-login-page form .message-error.validation-summary-errors, .html-registration-page form .message-error.validation-summary-errors, .html-password-recovery-page form .message-error.validation-summary-errors, .master-column-wrapper form .message-error.validation-summary-errors, .html-registration-result-page form .message-error.validation-summary-errors {
  display: flex;
  width: 100%;
}
.html-login-page form .message-error.validation-summary-errors ul, .html-registration-page form .message-error.validation-summary-errors ul, .html-password-recovery-page form .message-error.validation-summary-errors ul, .master-column-wrapper form .message-error.validation-summary-errors ul, .html-registration-result-page form .message-error.validation-summary-errors ul {
  padding: 0;
  margin: 0;
}
.html-login-page form .message-error.validation-summary-errors ul li, .html-registration-page form .message-error.validation-summary-errors ul li, .html-password-recovery-page form .message-error.validation-summary-errors ul li, .master-column-wrapper form .message-error.validation-summary-errors ul li, .html-registration-result-page form .message-error.validation-summary-errors ul li {
  color: red;
}
.html-login-page .buttons, .html-registration-page .buttons, .html-password-recovery-page .buttons, .master-column-wrapper .buttons, .html-registration-result-page .buttons {
  margin: 15px 0px;
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.html-login-page .buttons .button-1, .html-registration-page .buttons .button-1, .html-password-recovery-page .buttons .button-1, .master-column-wrapper .buttons .button-1, .html-registration-result-page .buttons .button-1 {
  background: #F47929;
  width: 195px;
  color: #F6F8FB;
  opacity: 1;
  text-transform: none;
  position: relative;
  padding-right: 20px;
}
.html-login-page .buttons .button-1::after, .html-registration-page .buttons .button-1::after, .html-password-recovery-page .buttons .button-1::after, .master-column-wrapper .buttons .button-1::after, .html-registration-result-page .buttons .button-1::after {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.7rem;
  line-height: 1;
  pointer-events: none;
}
@media (max-width: 455px) {
  .html-login-page .buttons .button-1, .html-registration-page .buttons .button-1, .html-password-recovery-page .buttons .button-1, .master-column-wrapper .buttons .button-1, .html-registration-result-page .buttons .button-1 {
    width: 160px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .html-login-page .buttons .button-1::after, .html-registration-page .buttons .button-1::after, .html-password-recovery-page .buttons .button-1::after, .master-column-wrapper .buttons .button-1::after, .html-registration-result-page .buttons .button-1::after {
    display: none;
  }
}
.html-login-page .customer-info-page form .fieldset .form-fields .inputs .gender, .html-registration-page .customer-info-page form .fieldset .form-fields .inputs .gender, .html-password-recovery-page .customer-info-page form .fieldset .form-fields .inputs .gender, .master-column-wrapper .customer-info-page form .fieldset .form-fields .inputs .gender, .html-registration-result-page .customer-info-page form .fieldset .form-fields .inputs .gender {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
}
.html-login-page .customer-info-page form .fieldset .form-fields .inputs .gender .male, .html-login-page .customer-info-page form .fieldset .form-fields .inputs .gender .female, .html-registration-page .customer-info-page form .fieldset .form-fields .inputs .gender .male, .html-registration-page .customer-info-page form .fieldset .form-fields .inputs .gender .female, .html-password-recovery-page .customer-info-page form .fieldset .form-fields .inputs .gender .male, .html-password-recovery-page .customer-info-page form .fieldset .form-fields .inputs .gender .female, .master-column-wrapper .customer-info-page form .fieldset .form-fields .inputs .gender .male, .master-column-wrapper .customer-info-page form .fieldset .form-fields .inputs .gender .female, .html-registration-result-page .customer-info-page form .fieldset .form-fields .inputs .gender .male, .html-registration-result-page .customer-info-page form .fieldset .form-fields .inputs .gender .female {
  gap: 10px;
  display: flex;
}
.html-login-page .customer-info-page form .fieldset .form-fields .inputs .gender .male label, .html-login-page .customer-info-page form .fieldset .form-fields .inputs .gender .female label, .html-registration-page .customer-info-page form .fieldset .form-fields .inputs .gender .male label, .html-registration-page .customer-info-page form .fieldset .form-fields .inputs .gender .female label, .html-password-recovery-page .customer-info-page form .fieldset .form-fields .inputs .gender .male label, .html-password-recovery-page .customer-info-page form .fieldset .form-fields .inputs .gender .female label, .master-column-wrapper .customer-info-page form .fieldset .form-fields .inputs .gender .male label, .master-column-wrapper .customer-info-page form .fieldset .form-fields .inputs .gender .female label, .html-registration-result-page .customer-info-page form .fieldset .form-fields .inputs .gender .male label, .html-registration-result-page .customer-info-page form .fieldset .form-fields .inputs .gender .female label {
  width: auto;
}
.html-login-page .password-recovery-page .login-card .message-success, .html-login-page .registration-result-page .login-card .message-success, .html-registration-page .password-recovery-page .login-card .message-success, .html-registration-page .registration-result-page .login-card .message-success, .html-password-recovery-page .password-recovery-page .login-card .message-success, .html-password-recovery-page .registration-result-page .login-card .message-success, .master-column-wrapper .password-recovery-page .login-card .message-success, .master-column-wrapper .registration-result-page .login-card .message-success, .html-registration-result-page .password-recovery-page .login-card .message-success, .html-registration-result-page .registration-result-page .login-card .message-success {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

/*    QUANTITY PICKER   */
.quantity {
  display: flex;
  flex-direction: column;
}
.quantity .text {
  margin-bottom: 10px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #363636;
}
.quantity .simple-qty {
  max-width: 118px;
  max-height: 39px;
  width: 118px;
  height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #EFEFEF;
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
}
.quantity .simple-qty .qty-dec, .quantity .simple-qty .qty-inc {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 100%;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}
.quantity .simple-qty .qty-input {
  width: 56px;
  border: 0;
  text-align: center;
  font: inherit;
}
.quantity .simple-qty .qty-input:focus {
  outline: none;
}
.quantity .simple-qty .qty-dec {
  padding-left: 12px;
}
.quantity .simple-qty .qty-dec::before {
  content: "\f175";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
}
.quantity .simple-qty .qty-inc {
  padding-right: 12px;
}
.quantity .simple-qty .qty-inc::before {
  content: "\f176";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* PACK PICKER
.pack-picker {
display:flex;
flex-direction: column;
gap:6px;
.pack-label { font-size:9px; color:#363636; font-weight: bold; }
.pack-buttons { display:inline-flex; gap:17px; }
.pack-btn{
position:relative;
width:45px;
height:39px;
border-radius:5px;
border: none;
background:#fff;
cursor:pointer;
padding:0;
transition:border-color .15s ease, box-shadow .15s ease, transform .08s ease;
box-shadow:0 3px 10px rgba(240,71,144,.35);
&::before {
content:"";
position:absolute; inset:0;
background-position:center; background-repeat:no-repeat;
background-size:26px 26px;
}
/* quantity badge (top-right)
&::after {
content: attr(data-pack);
position:absolute; top:-6px; right:-6px;
width: 16px; height:16px;
border-radius:9999px; background:$itstime; color:#fff;
font-size:8px; line-height: 16px; text-align:center;
font-weight:500;
}
&:hover{ border-color: $itstime; box-shadow:0 6px 16px rgba(0,0,0,.12); }
&:active{ transform:scale(.98); }
&.active{ border: 2px solid $itstime; background:#f7f7f7; }
}
/* per-pack icons
.pack-12::before { background-image:url('/Themes/Lira_v1/Content/images/boxes-01.svg'); }
.pack-24::before { background-image:url('/Themes/Lira_v1/Content/images/boxes-02.svg'); }
.pack-36::before { background-image:url('/Themes/Lira_v1/Content/images/boxes-03.svg'); }
}
*/
ul.is-pack-picker {
  display: inline-flex;
  gap: 20px;
  border: none;
  padding: 0;
  margin: 0;
}
ul.is-pack-picker li {
  position: relative;
  width: 56px;
  height: 49px;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  border: 2px solid transparent;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.08s ease;
  box-shadow: 0 3px 10px rgba(240, 71, 144, 0.35);
}
ul.is-pack-picker li input[type=radio],
ul.is-pack-picker li .attribute-square-container,
ul.is-pack-picker li .tooltip-header,
ul.is-pack-picker li .not-available-text,
ul.is-pack-picker li .tooltip-multiplier {
  display: none;
}
ul.is-pack-picker li .tooltip-body {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
}
ul.is-pack-picker li .tooltip-body img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
ul.is-pack-picker li .tooltip-body span {
  font-size: 11px;
  color: #ee4d9b;
  border: 1px solid #ee4d9b;
  padding: 0px 4px;
  margin-top: 5px;
  border-radius: 2px;
}
ul.is-pack-picker li .tooltip-body p {
  font-size: 10px;
  padding: 0;
  margin: 0;
  color: #404142;
  text-transform: uppercase;
}
ul.is-pack-picker li .tooltip-container {
  all: unset;
  display: contents;
}
ul.is-pack-picker li::after {
  content: attr(data-pack-value);
  position: absolute;
  font-family: "DM Sans", sans-serif;
  top: -8px;
  right: -8px;
  width: 28px;
  height: 16px;
  border-radius: 9999px;
  background: #F04790;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  font-weight: 500;
  z-index: 2;
}
ul.is-pack-picker li:hover {
  border-color: #F04790;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
ul.is-pack-picker li:active {
  transform: scale(0.98);
}
ul.is-pack-picker li.selected-value {
  border: 2px solid #F04790;
  background: #f7f7f7;
}

/*     INPUT TYPES      */
input[type=checkbox] {
  appearance: none;
  background-color: #ffffff;
  margin: 0;
  font: inherit;
  color: grey;
  width: 20px;
  height: 20px;
  border: 0.15rem solid currentColor;
  border-radius: 0.4rem;
  display: grid;
  place-content: center;
  flex-shrink: 0;
  margin-right: 10px;
}
input[type=checkbox]::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: grey;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
input[type=checkbox]:checked::before {
  transform: scale(1);
}

/*   WISHLIST BUTTON    */
.add-to-wishlist-button {
  border: none;
  width: auto;
  background: transparent;
  place-items: center;
  padding: 0;
  overflow: hidden;
  color: #404142;
  font-size: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  position: absolute;
  /*
  &::before{
  content: "\f004";
  font-family: $icons;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  }*/
}
.add-to-wishlist-button .icon-wishlist {
  font-size: 18px;
}
.add-to-wishlist-button:hover, .add-to-wishlist-button:focus-visible {
  transform: scale(1.1);
  cursor: pointer;
  outline: none;
}

/*    NOTIFICATION BAR   */
.bar-notification-container {
  position: fixed;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: auto;
  max-width: 640px;
  min-width: 280px;
  padding: 0;
  opacity: 0.98;
  pointer-events: auto;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
@media (min-width: 576px) {
  .bar-notification-container {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: none;
    min-width: 0;
  }
}
.bar-notification-container .bar-notification {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  background: #ec0d0d;
  color: #ffffff;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .bar-notification-container .bar-notification {
    border-radius: 0;
    gap: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 24px;
  }
  .bar-notification-container .bar-notification .content {
    margin-right: 0;
  }
}
.bar-notification-container .bar-notification .content {
  flex: 1 1 auto;
  margin: 0;
  line-height: 1.25;
  color: #ffffff;
}
@media (min-width: 576px) {
  .bar-notification-container .bar-notification .content {
    flex-grow: 1;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.bar-notification-container .bar-notification .content a {
  color: #ffffff;
  text-decoration: underline;
}
.bar-notification-container .bar-notification.success {
  background-color: #F47929;
}
.bar-notification-container .bar-notification.success .content {
  margin-right: 8px;
}
.bar-notification-container .bar-notification.error {
  background-color: #EE3042;
}
.bar-notification-container .close {
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 576px) {
  .bar-notification-container .close {
    flex-shrink: 0;
  }
}
.bar-notification-container .close::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
}
.bar-notification-container .close:hover {
  transform: scale(1.06);
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}

.contact-page, .sitemap-page, .topic-page, .search-page, .simple-checkout-page {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-page form, .sitemap-page form, .topic-page form, .search-page form, .cmspage-page form, .html-account-page form {
  max-width: 540px;
}

.sitemap-page a {
  color: black;
}
.sitemap-page a:hover {
  text-decoration: underline;
}
.sitemap-page li {
  list-style: disc;
}

.search-page .page-body .search-input {
  display: block;
  float: left;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
  padding: 20px;
  margin-bottom: 30px;
}
.search-page .page-body .search-input .search-button {
  display: block;
}
.search-page .page-body .search-input .search-button::after {
  display: none;
}
.search-page .page-body .product-selectors {
  width: 100%;
}
.search-page .page-body .search-results .product-page-size {
  margin-top: 20px;
}
.html-account-page .page.account-page form .fieldset {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
  padding: 20px;
  margin-bottom: 20px;
}
.html-account-page .page.account-page form .fieldset.newsletter {
  border: 2px solid #F47929;
  border-radius: 19px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.html-account-page .page.account-page form .fieldset.newsletter .newsletter-icon i {
  font-size: 40px;
}
.html-account-page .page.account-page form .fieldset.newsletter .newsletter-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.html-account-page .page.account-page form .fieldset.newsletter .newsletter-wrapper .form-fields .inputs.newsletter {
  display: flex;
  align-items: flex-start;
}
.html-account-page .page.account-page form .fieldset.newsletter .newsletter-wrapper .form-fields .inputs.newsletter input[type=checkbox] {
  width: 20px;
  height: 20px;
  order: 2;
  margin-top: 5px;
}
.html-account-page .page.account-page form .fieldset.newsletter .newsletter-wrapper .form-fields .inputs.newsletter label {
  order: 1;
  font-weight: 500;
}
.html-account-page .page.account-page form .fieldset .change-password-recovery-link a {
  color: black;
}
.html-account-page .page.account-page form .fieldset .change-password-recovery-link a:hover {
  text-decoration: underline;
}
.html-account-page .page.account-page .button-1::after {
  display: none !important;
}
.html-account-page .page.account-page .delete-address-button {
  background: #404142;
}
.html-account-page .page.account-page.address-edit-page .edit-address {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
  padding: 20px;
  width: 100%;
  float: left;
}

.ui-dialog.ui-corner-all.ui-widget {
  top: 50% !important;
  left: 50% !important;
  z-index: 9999999;
  position: fixed;
  transform: translate(-50%, -50%);
  width: 96% !important;
  max-width: 780px !important;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px !important;
  border: none !important;
}

.ui-dialog {
  border-radius: 8px;
  border: 1px solid #404142;
}
.ui-dialog .ui-dialog-titlebar {
  background: none;
  border: none;
  color: #404142;
  font-size: 1.25rem;
  position: relative;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  width: 100%;
  font-family: "DM Sans", sans-serif;
}
.ui-dialog .ui-dialog-titlebar .ui-button,
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  float: left;
  width: 30px;
  height: 30px;
  /*position:aboslute;*/
  top: 0px;
  right: 0;
  position: absolute;
  background: none;
  border: none !important;
  outline: none !important;
  font-size: 0;
  cursor: pointer;
}
.ui-dialog .ui-dialog-titlebar .ui-button:before,
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  width: 10px;
  height: 10px;
  background: none;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  color: #404142;
  opacity: 1;
  font-size: 1.2rem;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in-out;
  font-weight: 900;
  text-align: center;
  line-height: 10px;
  text-indent: 0 !important;
}
.ui-dialog .ui-dialog-titlebar .ui-button:focus,
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:focus {
  outline: none !important;
}
.ui-dialog .ui-dialog-titlebar .ui-button .ui-button-icon,
.ui-dialog .ui-dialog-titlebar .ui-button .ui-button-icon-space,
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon,
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon-space {
  background: none;
  display: none;
}
.ui-dialog .ui-dialog-content {
  min-height: 120px !important;
  overflow: auto;
}
.ui-dialog .ui-dialog-content .page-title {
  font-size: 1.2rem;
  margin: 0;
}
.ui-dialog .ui-dialog-content .page-title h1 {
  font-size: 1.2rem;
  font-family: "DM Sans", sans-serif;
}
.ui-dialog .ui-dialog-content .page-body {
  float: left;
  width: 100%;
  font-family: "DM Sans", sans-serif;
}

.page.shopping-cart-page {
  float: left;
  width: 100%;
  padding: 0 0 100px 0px;
}
.page.shopping-cart-page .page-title {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page.shopping-cart-page .order-summary-content {
  width: 100%;
}
.page.shopping-cart-page .order-summary-content > form {
  width: 100%;
  display: flex;
  align-items: start;
  gap: 16px;
}
@media only screen and (max-width: 1200px) {
  .page.shopping-cart-page .order-summary-content > form {
    flex-direction: column;
  }
}
.page.shopping-cart-page .order-summary-content .column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 12px;
}
.page.shopping-cart-page .order-summary-content .table-wrapper {
  float: left;
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
  padding: 10px 20px;
  padding-bottom: 0px;
}
.page.shopping-cart-page .order-summary-content .table-wrapper .download-all-pictures {
  padding: 5px 0px;
}
.page.shopping-cart-page .order-summary-content .table-wrapper .download-all-pictures a {
  font-size: 0.875rem;
  font-weight: bold;
  /*
  &::before {
  content: "\f56d";
  font-family: $icons;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  transition: $transition;
  margin-right: 5px;
  }*/
}
.page.shopping-cart-page .order-summary-content .table-wrapper .download-all-pictures a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.page.shopping-cart-page .order-summary-content .cart-options {
  float: left;
  width: 100%;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 20px;
  display: none;
}
.page.shopping-cart-page .order-summary-content .cart-footer {
  float: left;
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page.shopping-cart-page .order-summary-content .cart-footer .cart-collaterals {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page.shopping-cart-page .order-summary-content .cart-footer .cart-collaterals .deals {
  width: 100%;
  float: left;
}
.page.shopping-cart-page .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box, .page.shopping-cart-page .order-summary-content .cart-footer .cart-collaterals .deals .giftcard-box {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
  margin-bottom: 15px;
  padding: 20px;
}
.page.shopping-cart-page .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box .hint, .page.shopping-cart-page .order-summary-content .cart-footer .cart-collaterals .deals .giftcard-box .hint {
  margin-bottom: 10px;
  font-size: 14px;
}
.page.shopping-cart-page .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box .coupon-code, .page.shopping-cart-page .order-summary-content .cart-footer .cart-collaterals .deals .giftcard-box .coupon-code {
  display: flex;
  gap: 10px;
}
.page.shopping-cart-page .order-summary-content .cart-footer .cart-collaterals .deals .message-failure {
  font-size: 14px;
  color: red;
  margin-top: 10px;
}
.page.shopping-cart-page .order-summary-content .cart-footer .cart-collaterals input {
  line-height: 36px;
  max-width: 350px;
  padding: 0 20px;
  border: 1px solid #d2d2d2;
  border-radius: 50px;
  background: #ffffff;
  opacity: 0.45;
}
.page.shopping-cart-page .order-summary-content .cart-footer .cart-collaterals input:focus {
  border: 2px solid #F47929;
  outline: none;
}
.page.shopping-cart-page .order-summary-content .cart-footer .cart-collaterals button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  line-height: 1.7;
  background: #404142;
  border: none;
  color: #F6F8FB;
  border-radius: 55px;
  text-decoration: none;
  font-family: inherit;
  font-weight: 600;
  width: 148px;
  height: 48px;
  text-transform: none;
  transition: all 0.25s ease-in-out;
  transform-origin: center;
}
.page.shopping-cart-page .order-summary-content .cart-footer .cart-collaterals button::after {
  display: none;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .total-info {
  width: 100%;
  padding: 20px;
  background: #F3F3F3;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .total-info .cart-total {
  width: 100%;
  table-layout: fixed;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .total-info .cart-total tr td {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .total-info .cart-total tr td.cart-total-right {
  display: flex;
  flex-direction: row;
  width: auto;
  justify-content: flex-end;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .total-info .cart-total tr td .small-text {
  font-size: 16px;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .total-info .cart-total tr:nth-last-child(2) td {
  padding-bottom: 9px;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .total-info .cart-total tr.order-total td {
  border-top: 1px solid #e5e5e5;
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 9px 0;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .total-info .cart-total .cart-total-left {
  width: 30%;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .terms-of-service {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  gap: 10px;
  align-items: center;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .terms-of-service #termsofservice {
  margin-right: 0px;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .terms-of-service .read {
  font-size: 0.875rem;
  font-weight: bold;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .terms-of-service .read:hover {
  text-decoration: underline;
  cursor: pointer;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .checkout-buttons {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .page.shopping-cart-page .order-summary-content .cart-footer .totals .checkout-buttons {
    padding: 10px 0px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
  }
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .checkout-buttons .button-1.checkout-button {
  background: #F47929;
  padding: 11px 20px;
  line-height: 20px;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  color: #ffffff;
  border: none;
  border-radius: 55px;
  transition: all 0.2s ease-in-out;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .checkout-buttons .button-1.checkout-button:hover {
  transform: scale(1.03);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .checkout-buttons .button-1.checkout-button::after {
  display: none;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .addon-buttons {
  width: 100%;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .total-volume {
  width: 100%;
  float: left;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .total-volume .label {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
.page.shopping-cart-page .order-summary-content .cart-footer .totals .total-volume .value {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
@media only screen and (max-width: 1025px) {
  .page.shopping-cart-page .order-summary-content .cart-footer {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .page.shopping-cart-page .order-summary-content .column.left {
    width: calc(67.0886075949% - 8px);
  }
  .page.shopping-cart-page .order-summary-content .column.right {
    width: calc(32.9113924051% - 8px);
  }
}
.page.shopping-cart-page .order-summary-content .toggler {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}
.page.shopping-cart-page .order-summary-content .toggler .title {
  width: 100%;
  padding: 20px 20px 20px 20px;
  line-height: 20px;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  color: #474746;
}
.page.shopping-cart-page .order-summary-content .toggler .title strong {
  font-weight: bold !important;
}
.page.shopping-cart-page .order-summary-content .toggler .title:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.2s ease-in-out;
}
.page.shopping-cart-page .order-summary-content .toggler .title:hover {
  cursor: pointer;
}
.page.shopping-cart-page .order-summary-content .toggler .title.active:after {
  content: "\f077";
  transition: all 0.2s ease-in-out;
}
.page.shopping-cart-page .order-summary-content .toggler .content {
  display: none;
  width: 100%;
}
.page.shopping-cart-page .order-summary-content .toggler .content > * {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.page.shopping-cart-page .order-summary-content .toggler .content > * input:not(.button-2) {
  line-height: 20px;
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  width: calc(100% - 50px);
}
.page.shopping-cart-page .order-summary-content .toggler .content > * .button-2 {
  width: 50px;
  line-height: 20px;
  padding: 10px 15px;
  text-align: center;
  border-radius: 4px;
  border: none;
  background: #404142;
  color: #ffffff;
}
.page.shopping-cart-page .order-summary-content .toggler .content > * .button-2:hover {
  background: #4d4e4f;
  cursor: pointer;
}
.page.shopping-cart-page .order-summary-content .toggler .content .message-failure {
  color: #ec0d0d;
  padding-top: 0;
}
.page.shopping-cart-page .order-summary-content .toggler .content .message-success {
  color: #404142;
  background: #feecb4;
  line-height: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 0 10px 5px;
  width: calc(100% - 20px);
  border: 1px solid #FF7075;
}
.page.shopping-cart-page .order-summary-content .toggler .content .current-code {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: center;
  align-items: center;
}
.page.shopping-cart-page .order-summary-content .toggler .content .current-code .applied-discount-code {
  width: calc(100% - 46px);
}
.page.shopping-cart-page .order-summary-content .toggler .content .current-code .remove-discount-button {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #404142;
  transition: all 0.2s ease-in-out;
}
.page.shopping-cart-page .order-summary-content .toggler .content .current-code .remove-discount-button:hover {
  background: #ec0d0d;
  border-color: #ec0d0d;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes {
  float: left;
  width: 100%;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item .checbox-wrapper {
  display: none;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping, .page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza {
  display: flex;
  flex-wrap: wrap;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checbox-wrapper, .page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checbox-wrapper {
  display: block;
  width: 35px;
  max-height: 40px;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checbox-wrapper input[type=checkbox],
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checbox-wrapper .checkbox-style, .page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checbox-wrapper input[type=checkbox],
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checbox-wrapper .checkbox-style {
  display: none;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checbox-wrapper input[type=checkbox] + label,
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checbox-wrapper .checkbox-style + label, .page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checbox-wrapper input[type=checkbox] + label,
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checbox-wrapper .checkbox-style + label {
  position: relative;
  padding-left: 10px;
  line-height: 24px;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checbox-wrapper input[type=checkbox] + label:before,
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checbox-wrapper .checkbox-style + label:before, .page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checbox-wrapper input[type=checkbox] + label:before,
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checbox-wrapper .checkbox-style + label:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #F2F2F2;
  background: #ffffff;
  position: absolute;
  left: 2px;
  top: 0px;
  text-align: center;
  line-height: 18px;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checbox-wrapper input[type=checkbox] + label:hover,
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checbox-wrapper .checkbox-style + label:hover, .page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checbox-wrapper input[type=checkbox] + label:hover,
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checbox-wrapper .checkbox-style + label:hover {
  cursor: pointer;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checbox-wrapper input[type=checkbox] + label:hover:after,
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checbox-wrapper .checkbox-style + label:hover:after, .page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checbox-wrapper input[type=checkbox] + label:hover:after,
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checbox-wrapper .checkbox-style + label:hover:after {
  opacity: 0.3;
  transition: all 0.5s ease-in-out;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checbox-wrapper input[type=checkbox]:checked + label:before,
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checbox-wrapper .checkbox-style:checked + label:before, .page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checbox-wrapper input[type=checkbox]:checked + label:before,
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checbox-wrapper .checkbox-style:checked + label:before {
  content: "\f00c";
  color: #404142;
  font-family: "Font Awesome 5 Pro";
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checbox-wrapper .change-select-value, .page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checbox-wrapper .change-select-value {
  /*border: 1px solid #e5e5e5;
  border-radius: 4px;
  width: 21px;
  height: 21px;
  margin: 8px 0 0;*/
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checkout-attribute-title, .page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checkout-attribute-title {
  width: calc(100% - 40px);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 10px;
  color: #474746;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checkout-attribute-title:before, .page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checkout-attribute-title:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/gift-icon.png");
  background-size: contain;
  background-position: center;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checkout-attribute-title .badge, .page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checkout-attribute-title .badge {
  border: 1px solid #404142;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 14px;
  color: #404142;
  font-weight: bold;
  line-height: 14px;
  margin-left: 3px;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .checkout-attribute-content, .page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .checkout-attribute-content {
  display: none;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.gift-wrapping .giftwrapping-message, .page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.darilna-embalaza .giftwrapping-message {
  float: left;
  width: 100%;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 5px;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.brezplacno-darilo, .page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.free-gift {
  display: none;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.shipping-charge, .page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.strosek-posiljanja {
  display: none !important;
}
.page.shopping-cart-page .order-summary-content .checkout-attributes .checkout-attribute-item.opomba-pri-narocilu {
  display: none !important;
}
.page.shopping-cart-page .order-summary-content .selected-checkout-attributes {
  display: none;
}
.page.shopping-cart-page a {
  color: #404142;
}

.page.wishlist-page {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page.wishlist-page .wishlist-content {
  float: left;
  width: 100%;
}
.page.wishlist-page .wishlist-content .table-wrapper {
  float: left;
  width: 100%;
  border: 1px solid #eff1f1;
  padding: 10px 20px 20px 20px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
}
.page.wishlist-page .share-info {
  display: none;
  float: left;
  width: 100%;
}
.page.wishlist-page .share-info a {
  color: #404142;
  text-decoration: underline;
}

.page.wishlist-page, .page.shopping-cart-page {
  margin-top: 20px;
}
.page.wishlist-page table.cart, .page.shopping-cart-page table.cart {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.page.wishlist-page table.cart thead tr th, .page.shopping-cart-page table.cart thead tr th {
  margin: 0;
  padding: 15px 5px 15px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 900;
  color: #474746;
  border-bottom: 1px solid #F2F2F2;
  text-align: left;
}
.page.wishlist-page table.cart tbody tr td, .page.shopping-cart-page table.cart tbody tr td {
  padding: 10px 0;
  border-bottom: 1px solid #F2F2F2;
}
.page.wishlist-page table.cart tbody tr:nth-last-child(1) td, .page.shopping-cart-page table.cart tbody tr:nth-last-child(1) td {
  border-bottom: none;
}
.page.wishlist-page table.cart tbody .product, .page.shopping-cart-page table.cart tbody .product {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.page.wishlist-page table.cart tbody .product .product-picture, .page.shopping-cart-page table.cart tbody .product .product-picture {
  width: 65px;
  height: 65px;
  overflow: hidden;
}
.page.wishlist-page table.cart tbody .product .product-picture a, .page.shopping-cart-page table.cart tbody .product .product-picture a {
  width: 100%;
  display: flex;
}
.page.wishlist-page table.cart tbody .product .product-picture a img, .page.shopping-cart-page table.cart tbody .product .product-picture a img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
}
.page.wishlist-page table.cart tbody .product .product-data, .page.shopping-cart-page table.cart tbody .product .product-data {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: wrap;
}
.page.wishlist-page table.cart tbody .product .product-data .product-name, .page.shopping-cart-page table.cart tbody .product .product-data .product-name {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: bold;
  color: #404142;
  margin: 6px 0;
}
.page.wishlist-page table.cart tbody .product .product-data .product-name:hover, .page.shopping-cart-page table.cart tbody .product .product-data .product-name:hover {
  text-decoration: underline;
}
.page.wishlist-page table.cart tbody .product .product-data .attributes, .page.wishlist-page table.cart tbody .product .product-data .sku-gtin, .page.wishlist-page table.cart tbody .product .product-data .dimension-width, .page.wishlist-page table.cart tbody .product .product-data .dimension-volume, .page.shopping-cart-page table.cart tbody .product .product-data .attributes, .page.shopping-cart-page table.cart tbody .product .product-data .sku-gtin, .page.shopping-cart-page table.cart tbody .product .product-data .dimension-width, .page.shopping-cart-page table.cart tbody .product .product-data .dimension-volume {
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #404142;
}
.page.wishlist-page table.cart tbody .product .product-data .edit-item, .page.shopping-cart-page table.cart tbody .product .product-data .edit-item {
  width: 100%;
  font-size: 0.75rem;
}
.page.wishlist-page table.cart tbody .product .product-data .edit-item a:hover, .page.shopping-cart-page table.cart tbody .product .product-data .edit-item a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .page.wishlist-page table.cart tbody .product .product-data .edit-item, .page.shopping-cart-page table.cart tbody .product .product-data .edit-item {
    display: none;
  }
}
.page.wishlist-page table.cart tbody .product .product-data .message-error, .page.shopping-cart-page table.cart tbody .product .product-data .message-error {
  width: 100%;
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #ec0d0d;
}
.page.wishlist-page table.cart tbody .product .product-data .message-error ul, .page.shopping-cart-page table.cart tbody .product .product-data .message-error ul {
  padding: 0;
  margin: 0;
}
.page.wishlist-page table.cart tbody .unit-price, .page.wishlist-page table.cart tbody .piece-price, .page.shopping-cart-page table.cart tbody .unit-price, .page.shopping-cart-page table.cart tbody .piece-price {
  font-size: 0.875rem;
  color: #404142;
}
.page.wishlist-page table.cart tbody .unit-price .old-price, .page.wishlist-page table.cart tbody .piece-price .old-price, .page.shopping-cart-page table.cart tbody .unit-price .old-price, .page.shopping-cart-page table.cart tbody .piece-price .old-price {
  color: #404142;
  font-size: 0.75rem;
  font-weight: bold;
  text-decoration: line-through;
  float: left;
  width: 100%;
}
.page.wishlist-page table.cart tbody .unit-price .td-title, .page.wishlist-page table.cart tbody .piece-price .td-title, .page.shopping-cart-page table.cart tbody .unit-price .td-title, .page.shopping-cart-page table.cart tbody .piece-price .td-title {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .page.wishlist-page table.cart tbody .unit-price .td-title, .page.wishlist-page table.cart tbody .piece-price .td-title, .page.shopping-cart-page table.cart tbody .unit-price .td-title, .page.shopping-cart-page table.cart tbody .piece-price .td-title {
    display: inline-block;
  }
}
.page.wishlist-page table.cart tbody .quantity, .page.shopping-cart-page table.cart tbody .quantity {
  width: 94px;
}
.page.wishlist-page table.cart tbody .quantity .productQuantity, .page.shopping-cart-page table.cart tbody .quantity .productQuantity {
  float: left;
  width: 94px;
  overflow: hidden;
  display: flex;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
}
.page.wishlist-page table.cart tbody .quantity .productQuantity .qty-input, .page.shopping-cart-page table.cart tbody .quantity .productQuantity .qty-input {
  width: 32px;
  font-size: 1rem;
  color: #404142;
  background: #ffffff;
  border: none;
  height: 38px;
  padding: 4px 2px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-family: inherit;
}
.page.wishlist-page table.cart tbody .quantity .productQuantity .pqButton, .page.shopping-cart-page table.cart tbody .quantity .productQuantity .pqButton {
  width: 30px;
  font-size: 12px;
  color: #404142;
  height: 38px;
  background: #ffffff;
  line-height: 38px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  position: relative;
}
.page.wishlist-page table.cart tbody .quantity .productQuantity .pqButton:before, .page.shopping-cart-page table.cart tbody .quantity .productQuantity .pqButton:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.page.wishlist-page table.cart tbody .quantity .productQuantity .pqButton.minus, .page.shopping-cart-page table.cart tbody .quantity .productQuantity .pqButton.minus {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.page.wishlist-page table.cart tbody .quantity .productQuantity .pqButton.minus:before, .page.shopping-cart-page table.cart tbody .quantity .productQuantity .pqButton.minus:before {
  content: "\f068";
}
.page.wishlist-page table.cart tbody .quantity .productQuantity .pqButton.plus, .page.shopping-cart-page table.cart tbody .quantity .productQuantity .pqButton.plus {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.page.wishlist-page table.cart tbody .quantity .productQuantity .pqButton.plus:before, .page.shopping-cart-page table.cart tbody .quantity .productQuantity .pqButton.plus:before {
  content: "\f067";
}
.page.wishlist-page table.cart tbody .quantity .productQuantity .pqButton:hover, .page.shopping-cart-page table.cart tbody .quantity .productQuantity .pqButton:hover {
  background: #F2F2F2;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.page.wishlist-page table.cart tbody .subtotal, .page.shopping-cart-page table.cart tbody .subtotal {
  font-size: 0.875rem;
  font-weight: bold;
  color: #404142;
}
.page.wishlist-page table.cart tbody .subtotal .discount, .page.shopping-cart-page table.cart tbody .subtotal .discount {
  font-size: 12px;
  font-weight: 400;
  color: #00a859;
}
.page.wishlist-page table.cart tbody .whislist-item-buttons .buttons-panel, .page.shopping-cart-page table.cart tbody .whislist-item-buttons .buttons-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: end;
}
.page.wishlist-page table.cart tbody .remove-from-cart input,
.page.wishlist-page table.cart tbody .add-to-cart input, .page.shopping-cart-page table.cart tbody .remove-from-cart input,
.page.shopping-cart-page table.cart tbody .add-to-cart input {
  display: none;
}
.page.wishlist-page table.cart tbody .remove-from-cart label,
.page.wishlist-page table.cart tbody .add-to-cart label, .page.shopping-cart-page table.cart tbody .remove-from-cart label,
.page.shopping-cart-page table.cart tbody .add-to-cart label {
  float: right;
  width: 48px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  border: 1px solid #F2F2F2;
  text-align: center;
  color: gray;
  font-size: 1.125rem;
  transition: all 0.2s ease-in-out;
}
.page.wishlist-page table.cart tbody .remove-from-cart label:hover,
.page.wishlist-page table.cart tbody .add-to-cart label:hover, .page.shopping-cart-page table.cart tbody .remove-from-cart label:hover,
.page.shopping-cart-page table.cart tbody .add-to-cart label:hover {
  background: #F2F2F2;
  color: #404142;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .page.wishlist-page table.cart tbody .remove-from-cart .mobile,
.page.wishlist-page table.cart tbody .add-to-cart .mobile, .page.shopping-cart-page table.cart tbody .remove-from-cart .mobile,
.page.shopping-cart-page table.cart tbody .add-to-cart .mobile {
    display: none;
  }
}
.page.wishlist-page table.cart tbody .remove-from-cart label::before, .page.shopping-cart-page table.cart tbody .remove-from-cart label::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
}
@media only screen and (max-width: 1024px) {
  .page.wishlist-page table.cart, .page.shopping-cart-page table.cart {
    float: left;
    width: 100%;
    display: block;
  }
  .page.wishlist-page table.cart thead, .page.shopping-cart-page table.cart thead {
    display: none;
  }
  .page.wishlist-page table.cart tbody, .page.shopping-cart-page table.cart tbody {
    float: left;
    width: 100%;
  }
  .page.wishlist-page table.cart tbody tr, .page.shopping-cart-page table.cart tbody tr {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 8px;
    padding-left: 118px;
    min-height: 118px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
  .page.wishlist-page table.cart tbody tr .product, .page.shopping-cart-page table.cart tbody tr .product {
    order: 1;
    width: 100%;
    padding: 10px 40px 0 10px;
  }
  .page.wishlist-page table.cart tbody tr .product .product-picture, .page.shopping-cart-page table.cart tbody tr .product .product-picture {
    position: absolute;
    top: 0;
    left: -1px;
    width: 118px;
    height: 116px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 8px 0 0 8px;
  }
  .page.wishlist-page table.cart tbody tr .product .product-picture a, .page.shopping-cart-page table.cart tbody tr .product .product-picture a {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .page.wishlist-page table.cart tbody tr .product .product-picture a img, .page.shopping-cart-page table.cart tbody tr .product .product-picture a img {
    max-width: 100%;
  }
  .page.wishlist-page table.cart tbody tr .product .product-data, .page.shopping-cart-page table.cart tbody tr .product .product-data {
    width: 100%;
  }
  .page.wishlist-page table.cart tbody tr .product .product-data .product-name, .page.shopping-cart-page table.cart tbody tr .product .product-data .product-name {
    font-size: 14px;
  }
  .page.wishlist-page table.cart tbody tr .unit-price, .page.shopping-cart-page table.cart tbody tr .unit-price {
    order: 4;
    padding-left: 10px;
  }
  .page.wishlist-page table.cart tbody tr .piece-price, .page.shopping-cart-page table.cart tbody tr .piece-price {
    order: 2;
    padding-left: 10px;
  }
  .page.wishlist-page table.cart tbody tr .quantity, .page.shopping-cart-page table.cart tbody tr .quantity {
    order: 5;
    float: left;
    padding-left: 15px;
    width: 110px;
    padding-top: 5px;
  }
  .page.wishlist-page table.cart tbody tr .whislist-item-buttons, .page.shopping-cart-page table.cart tbody tr .whislist-item-buttons {
    order: 6;
  }
  .page.wishlist-page table.cart tbody tr .subtotal, .page.shopping-cart-page table.cart tbody tr .subtotal {
    float: left;
    width: calc(100% - 120px);
    text-align: right;
    padding-top: 5px;
    order: 6;
    width: 100%;
    font-size: 20px;
  }
  .page.wishlist-page table.cart tbody tr .remove-from-cart, .page.shopping-cart-page table.cart tbody tr .remove-from-cart {
    position: absolute;
    top: 0;
    right: 0;
  }
  .page.wishlist-page table.cart tbody tr .remove-from-cart label, .page.shopping-cart-page table.cart tbody tr .remove-from-cart label {
    border: none;
    color: #404142;
  }
  .page.wishlist-page table.cart tbody tr .remove-from-cart label .desktop, .page.shopping-cart-page table.cart tbody tr .remove-from-cart label .desktop {
    display: none;
  }
  .page.wishlist-page table.cart tbody tr td, .page.shopping-cart-page table.cart tbody tr td {
    border: none;
  }
  .page.wishlist-page table.cart tbody tr + tr, .page.shopping-cart-page table.cart tbody tr + tr {
    margin-top: 13px;
  }
}
.page.wishlist-page .quantity, .page.shopping-cart-page .quantity {
  display: revert;
}

/*SIMPLE CHECKOUT*/
.simple-checkout-data-left {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  /*display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 10px;*/
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
  padding: 20px;
  padding-bottom: 20px;
}
.simple-checkout-data-left * {
  font-family: "DM Sans", sans-serif;
}
.simple-checkout-data-left .inputs {
  width: calc(50% - 5px) !important;
  position: relative;
  /*input {
  box-sizing: border-box;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 40px;
  }
  select {
  box-sizing: border-box;
  padding: 0 20px;
  height: 40px;
  background: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  }*/
}
@media only screen and (max-width: 600px) {
  .simple-checkout-data-left .inputs {
    width: 100%;
  }
}
.simple-checkout-data-left .inputs .col-form-label {
  margin: 0;
}
.simple-checkout-data-left .inputs input:not([type=checkbox]),
.simple-checkout-data-left .inputs textarea,
.simple-checkout-data-left .inputs select {
  width: 100% !important;
  max-width: 100% !important;
}
.simple-checkout-data-left .inputs input[type=checkbox] {
  display: none;
}
.simple-checkout-data-left .inputs .label-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  align-content: center;
}
.simple-checkout-data-left .inputs .label-wrapper .ico-help {
  display: none;
}
.simple-checkout-data-left .inputs span.required {
  right: 0px !important;
  top: 5px !important;
}
.simple-checkout-data-left .inputs:first-of-type {
  grid-area: 1/span 2;
  width: 100% !important;
}
.simple-checkout-data-left .inputs:first-of-type h3 {
  font-size: 1.375rem;
}
.simple-checkout-data-left .inputs:nth-of-type(2) {
  grid-area: 2/span 2;
  width: 100% !important;
}
.simple-checkout-data-left .inputs:nth-of-type(14) {
  grid-area: 4/2;
}
.simple-checkout-data-left .inputs:nth-of-type(8) {
  grid-area: 6/span 2;
}
.simple-checkout-data-left .inputs:nth-of-type(9) {
  grid-area: 7/span 2;
}
@media only screen and (max-width: 991px) {
  .simple-checkout-data-left .required {
    margin: 0 !important;
    right: 1px !important;
    font-size: 0.75rem;
  }
}
.simple-checkout-data-left .inputs.secondary-address {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  height: 100%;
  width: 100% !important;
}
.simple-checkout-data-left .inputs.secondary-address .labelforinputs {
  width: 100%;
}
.simple-checkout-data-left .inputs.secondary-address .labelforinputs .control-label {
  margin: 10px 0;
  width: 100%;
  border: 1px solid #f2f2f2;
  height: 50px;
  border-radius: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #f9f9f9;
  color: #404142;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.simple-checkout-data-left .inputs.secondary-address .labelforinputs .control-label:hover {
  background-color: #e6e6e6;
  border-color: #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.simple-checkout-data-left .inputs.secondary-address .labelforinputs .control-label:active {
  background-color: #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.simple-checkout-data-left .inputs.secondary-address input[type=checkbox] + .labelforinputs {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.simple-checkout-data-left .inputs.secondary-address input[type=checkbox] + .labelforinputs:before {
  content: "";
  width: 14px !important;
  height: 14px !important;
  border-radius: 0px !important;
  border: 1px solid #404142;
  background: #ffffff;
  position: absolute;
  left: 12px !important;
  top: 27px !important;
  margin: 0 !important;
}
.simple-checkout-data-left .inputs.secondary-address input[type=checkbox] + .labelforinputs:after {
  content: "\f00c" !important;
  font-family: "Font Awesome 5 Pro";
  width: 14px !important;
  height: 14px !important;
  background: #ffffff;
  position: absolute;
  left: 13px !important;
  top: 24px !important;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  font-weight: 900;
  text-align: center;
  line-height: 19px !important;
  color: #D9D9D9;
  font-size: 0.675rem !important;
  margin: 0 !important;
}
.simple-checkout-data-left .inputs.secondary-address input[type=checkbox] + .labelforinputs:hover {
  cursor: pointer;
}
.simple-checkout-data-left .inputs.secondary-address input[type=checkbox] + .labelforinputs:hover:after {
  opacity: 0.3;
  transition: all 0.5s ease-in-out;
}
.simple-checkout-data-left .inputs.secondary-address input[type=checkbox]:checked + .labelforinputs:after {
  opacity: 1;
  background: transparent;
  color: #404142;
  transition: all 0.5s ease-in-out;
}
.simple-checkout-data-left .record-usesecondary-address {
  float: left;
  width: 100%;
}
.simple-checkout-data-left .record-usesecondary-address .secondary-address-description {
  float: left;
  width: 100%;
  padding: 20px;
  border: 1px solid #f2f2f2;
  background-color: #f9f9f9;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
}
.simple-checkout-data-left .record-usesecondary-address .secondary-address-description .secondary-address-description-message {
  float: left;
  width: 100%;
}
.simple-checkout-data-left .record-usesecondary-address .secondary-address-description .secondary-address-info {
  padding-left: 0;
  margin-top: 4px;
}
.simple-checkout-data-left .record-usesecondary-address .secondary-address-description .edit-secondary-address-button {
  float: left;
  background: #404142;
  color: #fff;
  padding: 5px 20px;
  font-size: 1rem;
  line-height: 20px;
  min-width: auto;
  max-width: 140px !important;
  display: block !important;
  height: 40px !important;
  border-radius: 40px !important;
}
.simple-checkout-data-left .coupon-box .buttons,
.simple-checkout-data-left .giftcard-box .buttons {
  width: 100%;
}
.simple-checkout-data-left .coupon-box .buttons input,
.simple-checkout-data-left .giftcard-box .buttons input {
  width: 100%;
}
.simple-checkout-data-left .coupon-box,
.simple-checkout-data-left .giftcard-box {
  padding: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
  background-color: #f9f9f9;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100% !important;
}
.simple-checkout-data-left .coupon-box .label-wrapper,
.simple-checkout-data-left .giftcard-box .label-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.simple-checkout-data-left .coupon-box .label-wrapper .col-form-label,
.simple-checkout-data-left .giftcard-box .label-wrapper .col-form-label {
  font-weight: bold;
  color: #333;
}
.simple-checkout-data-left .coupon-box .label-wrapper .ico-help,
.simple-checkout-data-left .giftcard-box .label-wrapper .ico-help {
  cursor: pointer;
  color: #999;
}
.simple-checkout-data-left .coupon-box .label-wrapper .ico-help:hover,
.simple-checkout-data-left .giftcard-box .label-wrapper .ico-help:hover {
  color: #666;
}
.simple-checkout-data-left .coupon-box .label-wrapper .ico-help i,
.simple-checkout-data-left .giftcard-box .label-wrapper .ico-help i {
  font-size: 1rem;
}
.simple-checkout-data-left .coupon-box .couponblock,
.simple-checkout-data-left .giftcard-box .couponblock {
  display: flex;
  flex-direction: column;
  width: 100%;
  /*> input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;

  font-size: 1rem;
  transition: border-color 0.3s;
  width: 100% !important;
  &:focus {
  border-color: #007bff;
  outline: none;
  }
  }*/
}
.simple-checkout-data-left .coupon-box .couponblock input:not([type=button]),
.simple-checkout-data-left .giftcard-box .couponblock input:not([type=button]) {
  width: 100%;
  line-height: 48px;
  max-width: 540px;
  padding: 0 20px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  background: #fff;
  opacity: 0.45;
}
.simple-checkout-data-left .coupon-box .couponblock input:not([type=button]):focus,
.simple-checkout-data-left .giftcard-box .couponblock input:not([type=button]):focus {
  border: 2px solid #f47929;
  outline: 0;
}
.simple-checkout-data-left .coupon-box .couponblock .buttons,
.simple-checkout-data-left .giftcard-box .couponblock .buttons {
  display: flex;
  order: 3;
  /*.button-2 {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s;

  &:hover {
  background-color: #0056b3;
  }

  &:focus {
  outline: none;
  }
  }*/
}
.simple-checkout-data-left .coupon-box .couponblock .buttons .button-1,
.simple-checkout-data-left .giftcard-box .couponblock .buttons .button-1 {
  max-width: 120px !important;
  padding: 0px;
}
.simple-checkout-data-left .coupon-box .couponblock .current-code,
.simple-checkout-data-left .giftcard-box .couponblock .current-code {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.simple-checkout-data-left .coupon-box .couponblock .current-code .remove-discount-button,
.simple-checkout-data-left .giftcard-box .couponblock .current-code .remove-discount-button {
  border-radius: 50%;
  margin: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.simple-checkout-data-left .coupon-box .couponblock .current-code::before,
.simple-checkout-data-left .giftcard-box .couponblock .current-code::before {
  position: absolute;
  right: 5px;
  content: "X";
  pointer-events: none;
  color: black;
}
.simple-checkout-data-left .coupon-box .couponblock .message,
.simple-checkout-data-left .giftcard-box .couponblock .message {
  margin-top: 10px;
  font-size: 0.9rem;
  order: 2;
}
.simple-checkout-data-left .coupon-box .couponblock .message.message-failure,
.simple-checkout-data-left .giftcard-box .couponblock .message.message-failure {
  color: #d9534f;
}

.simple-checkout-data-rigth * {
  font-family: "DM Sans", sans-serif;
}
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block {
  border: none;
  padding: 0;
}
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list {
  list-style-type: none;
}
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list li::marker {
  content: "";
}
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list li::marker {
  content: "";
}
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block {
  border: none;
  padding: 0;
}
.simple-checkout-data-rigth .simple-checkout-paymentinfo {
  padding: 0;
  border: none;
}
.simple-checkout-data-rigth .simple-checkout-paymentinfo .payment-info .info table {
  margin: 0;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body {
  padding: 0;
  border: none;
}

body ul li {
  list-style: none;
}

.simple-checkout-data-rigth {
  padding: 0px 20px 20px 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
  margin-bottom: 40px;
}
.simple-checkout-data-rigth h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #333;
}
.simple-checkout-data-rigth .shipping-payment-method .shipping-method,
.simple-checkout-data-rigth .shipping-payment-method .payment-method {
  margin-bottom: 30px;
}
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-title,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-title,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-title,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-title h3,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-title h3,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-title h3,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-title h3 {
  font-weight: bold;
}
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .please-wait,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-block .please-wait,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-block .please-wait,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block .please-wait {
  display: block;
  margin: 10px 0;
  color: #666;
}
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-block .method-list,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-block .method-list,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block .method-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list li,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-block .method-list li,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-block .method-list li,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block .method-list li {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #fff;
}
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list li .method-name,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list li .method-description,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list li .payment-logo,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list li .payment-details,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-block .method-list li .method-name,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-block .method-list li .method-description,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-block .method-list li .payment-logo,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-block .method-list li .payment-details,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-block .method-list li .method-name,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-block .method-list li .method-description,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-block .method-list li .payment-logo,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-block .method-list li .payment-details,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block .method-list li .method-name,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block .method-list li .method-description,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block .method-list li .payment-logo,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block .method-list li .payment-details {
  margin-right: 10px;
}
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list li .method-name,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list li .payment-details,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-block .method-list li .method-name,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-block .method-list li .payment-details,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-block .method-list li .method-name,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-block .method-list li .payment-details,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block .method-list li .method-name,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block .method-list li .payment-details {
  display: flex;
  align-items: center;
}
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list li .method-name label,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list li .payment-details label,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-block .method-list li .method-name label,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-block .method-list li .payment-details label,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-block .method-list li .method-name label,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-block .method-list li .payment-details label,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block .method-list li .method-name label,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block .method-list li .payment-details label {
  margin-left: 5px;
  font-weight: normal;
  color: #333;
}
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list li .method-name input,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list li .payment-details input,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-block .method-list li .method-name input,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-block .method-list li .payment-details input,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-block .method-list li .method-name input,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-block .method-list li .payment-details input,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block .method-list li .method-name input,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block .method-list li .payment-details input {
  margin-right: 10px;
}
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list li .method-name input[type=radio],
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list li .payment-details input[type=radio],
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-block .method-list li .method-name input[type=radio],
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-block .method-list li .payment-details input[type=radio],
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-block .method-list li .method-name input[type=radio],
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-block .method-list li .payment-details input[type=radio],
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block .method-list li .method-name input[type=radio],
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block .method-list li .payment-details input[type=radio] {
  margin-bottom: 7px;
}
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .method-list li .payment-logo img,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-block .method-list li .payment-logo img,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-block .method-list li .payment-logo img,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block .method-list li .payment-logo img {
  width: 50px;
  height: auto;
}
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .shipping-block .message-error,
.simple-checkout-data-rigth .shipping-payment-method .shipping-method .payment-block .message-error,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .shipping-block .message-error,
.simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block .message-error {
  color: #d9534f;
  margin-top: 10px;
}
.simple-checkout-data-rigth .simple-checkout-paymentinfo .section.payment-info {
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  display: none;
}
.simple-checkout-data-rigth .simple-checkout-paymentinfo .section.payment-info .info table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.simple-checkout-data-rigth .simple-checkout-paymentinfo .section.payment-info .info table td {
  padding: 10px;
}
.simple-checkout-data-rigth .simple-checkout-paymentinfo .section.payment-info .info table td label {
  font-weight: bold;
  color: #333;
}
.simple-checkout-data-rigth .simple-checkout-paymentinfo .section.payment-info .info table td input,
.simple-checkout-data-rigth .simple-checkout-paymentinfo .section.payment-info .info table td select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: border-color 0.3s;
}
.simple-checkout-data-rigth .simple-checkout-paymentinfo .section.payment-info .info table td input:focus,
.simple-checkout-data-rigth .simple-checkout-paymentinfo .section.payment-info .info table td select:focus {
  border-color: #007bff;
  outline: none;
}
.simple-checkout-data-rigth .simple-checkout-paymentinfo .section.payment-info .info table td .field-validation-valid {
  color: #d9534f;
  font-size: 0.9rem;
}
.simple-checkout-data-rigth .simple-checkout-paymentinfo .section.payment-info .info table tr td:first-child {
  width: 30%;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content {
  border-radius: 5px;
  background-color: #fff;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .button-cart-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .button-cart-top h3 {
  margin: 0;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .button-cart-top .editcart {
  padding: 10px 20px;
  background-color: #404142;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin: auto 0;
  line-height: 20px;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .button-cart-top .editcart:hover {
  background-color: #404142 !important;
  text-decoration: none;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .button-cart-top .editcart:focus {
  outline: none;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper {
  float: left;
  width: 100%;
  padding: 10px 20px 0px 20px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 20px;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart thead {
  display: flex;
  width: 100%;
  float: left;
  align-items: center;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart thead tr th {
  margin: 0;
  padding: 15px 5px 15px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
  color: #474746;
  border-bottom: 1px solid #F2F2F2;
  text-align: left;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart thead tr th.product {
  width: 100%;
  order: 1;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart thead tr th.unit-price {
  width: 27%;
  order: 3;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart thead tr th.quantity {
  width: 30%;
  order: 2;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart thead tr th.subtotal {
  width: auto;
  text-align: right !important;
  order: 4;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart thead tr th.remove-from-cart {
  display: none;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody tr td {
  padding: 10px 0;
  border-bottom: 1px solid #F2F2F2;
  vertical-align: top;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody tr:nth-last-child(1) td {
  border-bottom: none;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .product {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  order: 1;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .product .product-picture {
  width: 65px;
  height: 65px;
  overflow: hidden;
  flex-shrink: 0;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .product .product-picture a {
  width: 100%;
  display: flex;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .product .product-picture a img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  height: auto;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .product .product-data {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .product .product-data .product-name {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: bold;
  color: #404142;
  margin: 0 0 6px 0;
  text-decoration: none;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .product .product-data .product-name:hover {
  text-decoration: underline;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .product .product-data .attributes {
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 400;
  color: #404142;
  padding-right: 10px;
  margin-bottom: 5px;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .product .product-data .dimension-width, .simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .product .product-data .dimension-volume {
  display: flex;
  width: 100%;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .product .product-data .dimension-width span, .simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .product .product-data .dimension-volume span {
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  color: #777;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .product .product-data .edit-item {
  display: none;
  margin-top: 5px;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .product .product-data .edit-item a {
  font-size: 12px;
  color: #404142;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .product .product-data .message-error {
  width: 100%;
  font-size: 13px;
  color: #e4444c;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .product .product-data .message-error ul {
  padding-left: 15px;
  margin: 5px 0;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .unit-price {
  font-size: 14px;
  font-size: 0.875rem;
  color: #404142;
  padding-top: 20px;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .unit-price .td-title {
  display: none;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .quantity {
  order: 2;
  width: 94px;
  padding-top: 15px;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .quantity .productQuantity {
  float: left;
  width: 94px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  border-radius: 4px;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .quantity .productQuantity .qty-input {
  width: 32px;
  font-size: 1rem;
  color: #404142;
  background: #ffffff;
  border: none;
  height: 38px;
  padding: 4px 2px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-family: inherit;
  box-shadow: none;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .quantity .productQuantity .ui-button {
  display: none;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .subtotal {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #404142;
  padding-top: 20px;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .subtotal .discount {
  font-size: 12px;
  font-weight: 400;
  color: #4ab2f1;
  display: block;
  margin-top: 5px;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .remove-from-cart {
  text-align: right;
  padding-top: 15px;
  display: none;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .remove-from-cart .remove-carditem-button {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  border: 1px solid #F2F2F2;
  background-color: transparent;
  text-align: center;
  color: gray;
  font-size: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  appearance: none;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .remove-from-cart .remove-carditem-button::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 18px;
  color: gray;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .remove-from-cart .remove-carditem-button:hover {
  background: #F2F2F2;
  border-color: #ddd;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody .remove-from-cart .remove-carditem-button:hover::after {
  color: #404142;
}
@media only screen and (max-width: 768px) {
  .simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart {
    display: block;
  }
  .simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart thead {
    display: none;
  }
  .simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody {
    display: block;
    width: 100%;
  }
  .simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody tr {
    display: block;
    position: relative;
    width: 100%;
    min-height: 118px;
    margin-bottom: 15px;
    background: #fff;
  }
  .simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody tr td {
    display: block;
    border: none;
    padding: 0;
  }
  .simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody tr .product {
    width: 100%;
  }
  .simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody tr .product .product-data {
    width: 100%;
  }
  .simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody tr .unit-price {
    display: none;
  }
  .simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody tr .quantity {
    float: left;
    width: auto;
  }
  .simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody tr .subtotal {
    width: auto;
    text-align: right;
  }
  .simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .table-wrapper .cart tbody tr .remove-from-cart {
    display: none;
  }
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .selected-checkout-attributes {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .selected-checkout-attributes .checkout-attributes {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .selected-checkout-attributes .checkout-attributes dl {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 20px;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .selected-checkout-attributes .checkout-attributes dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  color: #404142;
  width: 100%;
  text-align: left;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .selected-checkout-attributes .checkout-attributes dl dt .text-prompt {
  margin-right: 5px;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .selected-checkout-attributes .checkout-attributes dl dt .required {
  color: #ec0d0d;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .selected-checkout-attributes .checkout-attributes dl dd {
  margin: 0;
  padding: 0 0 10px 0;
  width: 100%;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .selected-checkout-attributes .checkout-attributes dl dd select {
  width: auto;
  padding: 8px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  transition: border-color 0.3s;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .selected-checkout-attributes .checkout-attributes dl dd select:focus {
  border-color: #404142;
  outline: none;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .selected-checkout-attributes .checkout-attributes dl dd input,
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .selected-checkout-attributes .checkout-attributes dl dd textarea {
  width: 100%;
  line-height: 48px;
  padding: 0 20px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  background: #fff;
  opacity: 0.45;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .selected-checkout-attributes .checkout-attributes .custom-date-picker-container {
  display: flex;
  float: left;
  width: 100%;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .selected-checkout-attributes .checkout-attributes .custom-date-picker-container input {
  max-width: fit-content;
  margin-bottom: 5px;
  padding: 10px;
  line-height: normal;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .cart-footer .totals {
  margin-bottom: 0px !important;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .cart-footer .totals .total-info {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
  padding: 20px;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .cart-footer .totals .total-info table.cart-total {
  width: 100%;
  border-collapse: collapse;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .cart-footer .totals .total-info table.cart-total tr td {
  padding: 10px 0;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .cart-footer .totals .total-info table.cart-total tr td label {
  font-weight: bold;
  color: #333;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .cart-footer .totals .total-info table.cart-total tr td .value-summary {
  font-weight: bold;
  color: #333;
  width: max-content;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .cart-footer .totals .total-info table.cart-total tr td .value-summary.strong {
  font-size: 1.2rem;
  color: #007bff;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .cart-footer .totals .total-info table.cart-total tr td.cart-total-right {
  display: flex;
  flex-direction: row;
  width: auto;
  justify-content: flex-end;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .cart-footer .totals .total-info table.cart-total tr.order-total td {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .cart-footer .totals .total-info table.cart-total tr.earn-reward-points td {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  color: #28a745;
}
.simple-checkout-data-rigth .simple-checkout-confirm .buttons {
  display: flex;
  justify-content: center;
}
.simple-checkout-data-rigth .simple-checkout-confirm .buttons .confirm-order-button {
  color: #fff;
  border: none;
  cursor: pointer;
  width: 100% !important;
  max-width: 220px !important;
}
.simple-checkout-data-rigth .simple-checkout-confirm .buttons .confirm-order-button:focus {
  outline: none;
}

.fnsscpopaddressform {
  border: 1px solid #404142 !important;
  border-radius: 12px !important;
  background-color: #f9f9f9 !important;
}
.fnsscpopaddressform .ui-widget-header {
  background: #f9f9f9 !important;
}
.fnsscpopaddressform .ui-widget-header span {
  font-family: "DM Sans", sans-serif !important;
  font-size: 1.5rem !important;
}
.fnsscpopaddressform .secondary-address-window-buttons-up {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.fnsscpopaddressform .secondary-address-window-buttons-up .button-1 {
  width: 100% !important;
  max-width: 300px !important;
}
.fnsscpopaddressform .secondary-address-window-buttons-bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.fnsscpopaddressform .secondary-address-window-buttons-bottom .secondary-address-window-button:first-of-type {
  background: #F47929 !important;
}

.simple-checkout-secondary-address-table {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 10px;
  font-family: "DM Sans", sans-serif;
}
.simple-checkout-secondary-address-table * {
  font-family: "DM Sans", sans-serif;
}
.simple-checkout-secondary-address-table .inputs {
  width: 100% !important;
  position: relative;
}
.simple-checkout-secondary-address-table .inputs .labelforinputs {
  margin: 0;
}
.simple-checkout-secondary-address-table .inputs input {
  width: 100%;
  line-height: 48px;
  max-width: 540px;
  padding: 0 20px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  margin-bottom: 16px;
  background: #fff;
  opacity: 0.45;
}
.simple-checkout-secondary-address-table .inputs select {
  width: 100%;
  line-height: 48px;
  max-width: -webkit-fill-available;
  padding: 0 20px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  margin-bottom: 16px;
  background: #fff;
  opacity: 0.45;
  min-height: 50px;
}
.simple-checkout-secondary-address-table .inputs .required {
  position: absolute;
  right: 0;
  top: 0;
}
.simple-checkout-secondary-address-table .inputs:first-of-type {
  grid-area: 1/span 2;
}
.simple-checkout-secondary-address-table .inputs:first-of-type h3 {
  font-size: 1.375rem;
}
.simple-checkout-secondary-address-table .inputs:nth-of-type(12) {
  grid-area: 3/2;
}

.address-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1100px) {
  .address-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .address-list {
    grid-template-columns: 1fr;
  }
}
.address-list .address-item {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.address-list .address-item .title {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 20px 0 20px;
}
.address-list .address-item .info {
  list-style: none;
  padding: 20px;
  border-bottom: 2px solid #F2F2F2;
  margin: 0;
}
.address-list .address-item .info li label {
  font-weight: bold;
}
.address-list .address-item .buttons {
  display: flex;
  gap: 10px;
  /*button {
  padding: 0;
  border: none;
  color: #0078d4;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;

  &:hover {
  background: none;
  }
  }*/
}
@media only screen and (max-width: 768px) {
  .address-list .address-item {
    width: 100%;
  }
}

.address-list-page .add-button {
  display: flex;
  margin-top: 20px;
}
.address-list-page .add-button .button-1 {
  text-transform: none;
}

.order-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 1100px) {
  .order-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .order-list {
    grid-template-columns: 1fr;
  }
}
.order-list .order-item {
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
}
.order-list .order-item .title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.order-list .order-item .info {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
.order-list .order-item .info li {
  margin-bottom: 5px;
}
.order-list .order-item .info li .order-status {
  text-transform: lowercase;
}
.order-list .order-item .info li .order-status.pending {
  color: white;
  background: #F8C759;
  padding: 2px 7px;
  border-radius: 2px;
}
.order-list .order-item .info li .order-status.completed {
  color: white;
  background: #68B372;
  padding: 2px 7px;
  border-radius: 2px;
}
.order-list .order-item .info li .order-status.cancelled {
  color: white;
  background: #EE3042;
  padding: 2px 7px;
  border-radius: 2px;
}
.order-list .order-item .info li .order-date {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #A1A1A1;
}
.order-list .order-item .info li .order-total {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #A1A1A1;
}
.order-list .order-item .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /*.order-details-button {
  background-color: $color1;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;

  &:hover {
  background-color: lighten($color1, 7%);
  }
  }*/
}
.order-list .order-item .buttons .button-1,
.order-list .order-item .buttons .button-2 {
  padding: 10px 20px;
}

.order-details-page {
  margin-top: 40px;
  margin-bottom: 60px;
}
.order-details-page * {
  font-family: "DM Sans", sans-serif;
}
.order-details-page .page-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}
.order-details-page .page-title h1 {
  margin: 0;
}
.order-details-page .page-title .print-order-button {
  margin-left: auto;
}
.order-details-page .page-title .button-2 {
  background-color: #404142;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 50px;
}
.order-details-page .page-title .button-2:hover {
  background-color: #272828;
}
.order-details-page .order-overview {
  margin-bottom: 20px;
}
.order-details-page .order-overview .order-number {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.order-details-page .order-overview .order-overview-content {
  list-style: none;
  padding: 0;
  margin: 0;
}
.order-details-page .order-details-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.order-details-page .order-details-area .billing-info-wrap,
.order-details-page .order-details-area .shipping-info-wrap {
  flex: 1;
  margin-right: 20px;
}
.order-details-page .order-details-area .billing-info-wrap:last-child,
.order-details-page .order-details-area .shipping-info-wrap:last-child {
  margin-right: 0;
}
.order-details-page .order-details-area .billing-info-wrap .title,
.order-details-page .order-details-area .shipping-info-wrap .title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.order-details-page .order-details-area .billing-info-wrap .info-list,
.order-details-page .order-details-area .shipping-info-wrap .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.order-details-page .order-details-area .billing-info-wrap .info-list li,
.order-details-page .order-details-area .shipping-info-wrap .info-list li {
  margin-bottom: 0px;
}
.order-details-page .order-details-area .payment-method-info,
.order-details-page .order-details-area .shipping-method-info {
  margin-top: 20px;
}
.order-details-page .order-details-area .payment-method-info .title,
.order-details-page .order-details-area .shipping-method-info .title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.order-details-page .order-details-area .payment-method-info .info-list,
.order-details-page .order-details-area .shipping-method-info .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.order-details-page .order-details-area .payment-method-info .info-list li .label,
.order-details-page .order-details-area .shipping-method-info .info-list li .label {
  font-weight: bold;
}
.order-details-page .products {
  margin-top: 20px;
  margin-bottom: 20px;
}
.order-details-page .products .title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.order-details-page .table-wrapper {
  overflow-x: auto;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px !important;
  padding: 20px;
}
.order-details-page .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.order-details-page .table-wrapper table th,
.order-details-page .table-wrapper table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #F2F2F2;
  text-transform: uppercase;
}
.order-details-page .table-wrapper table th {
  color: #404142;
}
.order-details-page .table-wrapper table td {
  white-space: nowrap;
}
.order-details-page .table-wrapper table td .td-title {
  display: none;
}
@media only screen and (min-width: 768px) {
  .order-details-page .table-wrapper table td {
    min-width: 120px;
  }
}
.order-details-page .table-wrapper table td a {
  color: #404142;
  font-weight: bold;
  font-style: normal;
}
.order-details-page .table-wrapper table td a:hover {
  text-decoration: underline;
}
.order-details-page .table-wrapper table .quantity {
  display: revert;
  flex-direction: row;
}
.order-details-page .table-wrapper table .picture img {
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.order-details-page .table-wrapper table .product {
  flex-wrap: wrap;
}
.order-details-page .table-wrapper table tbody tr:last-of-type td {
  border-bottom: none;
}
.order-details-page .section.totals {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px !important;
  padding: 20px;
}
.order-details-page .cart-total {
  width: 100%;
  border-collapse: collapse;
}
.order-details-page .cart-total td {
  padding: 10px;
  border-top: 1px solid #eaeaea;
}
.order-details-page .cart-total td:first-child {
  text-align: left;
}
.order-details-page .cart-total td:last-child {
  text-align: right;
}
.order-details-page .cart-total tr:first-of-type td {
  border-top: none;
}
.order-details-page .options {
  padding: 10px;
}
.order-details-page .actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.order-details-page .actions .button-1 {
  width: auto;
  padding: 4px 26px;
  text-transform: none;
}
.order-details-page .actions .button-1::after {
  display: none;
}
.order-details-page .request-customer-message {
  background-color: white;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
}
.order-details-page .request-customer-message a {
  color: #404142;
}
.order-details-page .request-customer-message a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .order-details-page .page-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .order-details-page .page-title .button-2 {
    width: 100%;
    text-align: center;
  }
  .order-details-page .order-details-area {
    flex-direction: column;
  }
  .order-details-page .order-details-area .billing-info-wrap,
.order-details-page .order-details-area .shipping-info-wrap {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .order-details-page .cart-total td {
    text-align: left;
  }
  .order-details-page .table-wrapper {
    overflow: visible;
  }
  .order-details-page .cart-total td:nth-child(even) span {
    text-align: right;
  }
  .order-details-page .products .data-table {
    display: block;
  }
  .order-details-page .products .data-table thead {
    display: none;
  }
  .order-details-page .products .data-table tbody {
    display: block;
  }
  .order-details-page .products .data-table tr {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
  }
  .order-details-page .products .data-table td {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: none;
  }
  .order-details-page .products .data-table td .td-title {
    display: block;
    font-weight: bold;
    margin-right: 10px;
  }
  .order-details-page .products .data-table td .sku-number,
.order-details-page .products .data-table td .product-unit-price,
.order-details-page .products .data-table td .product-quantity,
.order-details-page .products .data-table td .product-subtotal {
    text-align: right;
  }
  .order-details-page .products .data-table td .picture img {
    width: 60px;
    height: auto;
  }
}
@media only screen and (min-width: 601px) {
  .order-details-page .order-details-area {
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 19px !important;
    padding: 20px;
  }
  .order-details-page .order-details-area .billing-info-wrap {
    /*display: flex;
    flex-wrap: wrap;
    gap: 45px;
    .payment-method-info {
    margin: 0;
    }*/
  }
}

.customer-info-page .contact {
  width: 100%;
  float: left;
  gap: 10px;
}
.customer-info-page .contact a {
  color: black;
  text-transform: uppercase;
  font-size: 14px;
}
.customer-info-page .contact a:hover {
  text-decoration: underline;
}
.customer-info-page input[readonly],
.customer-info-page textarea[readonly] {
  background-color: #f5f5f5 !important;
  color: #666 !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}
.customer-info-page input[readonly]:focus,
.customer-info-page textarea[readonly]:focus {
  border: 1px solid #d2d2d2 !important;
}
.customer-info-page select[disabled],
.customer-info-page input[onclick="return false"] {
  background-color: #f5f5f5 !important;
  color: #666 !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
  pointer-events: none !important;
}
.customer-info-page select[disabled]:focus,
.customer-info-page input[onclick="return false"]:focus {
  border: 1px solid #d2d2d2 !important;
}
.customer-info-page #CountryId,
.customer-info-page #StateProvinceId {
  background-color: #f5f5f5 !important;
  color: #666 !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
  pointer-events: none !important;
}
.customer-info-page #CountryId:focus,
.customer-info-page #StateProvinceId:focus {
  border: 1px solid #d2d2d2 !important;
}
.customer-info-page input[readonly],
.customer-info-page textarea[readonly],
.customer-info-page select[disabled] {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.customer-info-page input[readonly]:focus,
.customer-info-page textarea[readonly]:focus,
.customer-info-page select[disabled]:focus {
  border: 1px solid #d2d2d2 !important;
}
.customer-info-page input[type=radio][onclick="return false"],
.customer-info-page input[type=checkbox][onclick="return false"] {
  pointer-events: none !important;
  opacity: 0.6;
}
.customer-info-page input[type=radio][onclick="return false"] + label,
.customer-info-page input[type=checkbox][onclick="return false"] + label {
  cursor: not-allowed !important;
  opacity: 0.6;
}

.cmspages-selectors {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  display: none;
}

.cmspage-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}
@media only screen and (max-width: 1100px) {
  .cmspage-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .cmspage-list {
    grid-template-columns: 1fr;
  }
}
.cmspage-list .cmspage-box {
  background-color: gray;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cmspage-list .cmspage-box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cmspage-list .cmspage-box:hover .cmspage-item .picture a img {
  transform: scale(1.1);
}
.cmspage-list .cmspage-box .cmspage-item {
  display: flex;
  flex-direction: column;
  margin: 0;
  height: 100%;
  justify-content: space-between;
}
.cmspage-list .cmspage-box .cmspage-item .picture {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin: 0;
}
.cmspage-list .cmspage-box .cmspage-item .picture a {
  display: block;
  height: 100%;
}
.cmspage-list .cmspage-box .cmspage-item .picture a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  min-height: 200px;
}
.cmspage-list .cmspage-box .cmspage-item .details {
  padding: 15px;
}
.cmspage-list .cmspage-box .cmspage-item .details .cmspage-title {
  font-size: 1.2em;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 600;
}
.cmspage-list .cmspage-box .cmspage-item .details .cmspage-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
  color: #404142;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 600;
}
.cmspage-list .cmspage-box .cmspage-item .details .cmspage-title .cmspage-date {
  font-size: 0.9em;
  color: #F6F8FB;
  display: none;
}
.cmspage-list .cmspage-box .cmspage-item .details .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.95em;
  color: #404142;
}
.cmspage-list .cmspage-box .cmspage-item .cmspage-details {
  margin-top: auto;
  padding: 20px 15px;
  border-top: 1px solid #D9D9D9;
  display: none;
}
.cmspage-list .cmspage-box .cmspage-item .cmspage-details .buttons {
  margin: 0;
  padding: 0;
}
.cmspage-list .cmspage-box .cmspage-item .cmspage-details .buttons .read-more {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  background: #404142;
  border-radius: 0px;
  color: #ffffff;
  letter-spacing: 0px;
  padding: 10px 50px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
  transition: all 0.2s ease-in-out;
  outline: none !important;
  border: none !important;
  display: inline-block;
}
.cmspage-list .cmspage-box .cmspage-item .cmspage-details .buttons .read-more:hover, .cmspage-list .cmspage-box .cmspage-item .cmspage-details .buttons .read-more:focus {
  background: #525354;
  outline: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.block.block-cmspage-navigation {
  float: left;
  width: 100%;
  margin: 0px 0 15px 0;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 15px;
}
.block.block-cmspage-navigation .title {
  float: left;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 5px;
}
.block.block-cmspage-navigation .title .cmspagegroupline {
  float: left;
  width: 100%;
}
.block.block-cmspage-navigation .title .cmspagegroupline a {
  float: left;
  width: auto;
}
.block.block-cmspage-navigation .title .cmspagegroupline.active a {
  color: #404142;
  font-weight: bold;
}
.block.block-cmspage-navigation .listbox {
  float: left;
  width: 100%;
}
.block.block-cmspage-navigation ul.list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.block.block-cmspage-navigation ul.list li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  line-height: lh(12, 17);
  color: #404142;
  letter-spacing: 0px;
}
.block.block-cmspage-navigation ul.list li ul.sublist {
  display: none;
}
.block.block-cmspage-navigation ul.list li.active a {
  font-weight: bold;
}
.block.block-cmspage-navigation a {
  font-size: 0.75rem;
  line-height: lh(12, 17);
  color: #404142;
  letter-spacing: 0px;
}
.block.block-cmspage-navigation a:hover {
  color: #404142;
  text-decoration: underline;
}
.block.block-cmspage-navigation .view-all {
  float: left;
  width: 100%;
  margin: 5px 0 0;
  font-size: 0.75rem;
  line-height: lh(12, 17);
}

.search-input {
  display: none;
}
.search-input .search-button {
  display: none;
  width: 100%;
  text-align: center;
}

.cmspagepost-page .page-title {
  float: left;
  width: 100%;
  display: block;
  margin: 0 0 15px 0;
}
.cmspagepost-page .page-title * {
  margin: 0;
}
.cmspagepost-page .page-title .cmspage-date {
  float: left;
  width: 100%;
  margin: 8px 0 0;
  text-align: left;
  color: #F6F8FB;
  font-style: italic;
}
.cmspagepost-page img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cmspagepost-page h2 {
  font-size: 1.35rem;
}
.cmspagepost-page h3 {
  font-size: 1.25rem;
}
.cmspagepost-page h4 {
  font-size: 1.125rem;
}
.cmspagepost-page h2,
.cmspagepost-page h3,
.cmspagepost-page h4 {
  color: #404142;
  font-weight: 600;
}
.cmspagepost-page * {
  font-family: "DM Sans", sans-serif;
}
.cmspagepost-page blockquote {
  font-family: "DM Sans", sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  color: #555555;
  padding: 20px 50px 20px 70px;
  margin: 20px 0;
  border-left: 10px solid #404142;
  background: #D9D9D9;
  position: relative;
}
.cmspagepost-page blockquote cite {
  display: none;
  text-align: right;
  font-size: 0.8em;
  color: #F6F8FB;
  margin-top: 10px;
}
.cmspagepost-page ul,
.cmspagepost-page ul li {
  list-style-type: disc;
}
.cmspagepost-page .cmspage-date {
  color: #404142 !important;
}

.cmspage-page .basic-search,
.cmspage-page .advanced-search {
  float: left;
  width: 100%;
  background: #f2f2f2;
  padding: 30px;
  border-radius: 12px;
  margin: 0;
}
.cmspage-page .advanced-search {
  margin-top: 20px;
}

.search-results,
.cmspage-list {
  float: left;
  width: 100%;
}

.not-found-page {
  margin: 20px 0px;
}

/*************/
/*    IOS    */
/*************/
/*480*/
/*576*/
/*768*/
/*992*/
/*1200*/
/*1480*/
/*Sidebar, filters*/
/*sidebar blocks*/
.fns-speedfilters > .title-block {
  display: none;
}

.fns-speedfilters .title-block {
  display: block !important;
  float: left;
  width: 100%;
  position: relative;
}
.fns-speedfilters .title-block .title {
  display: none;
}
.fns-speedfilters .title-block .clear-filter-options-all {
  float: left;
  margin: 5px 0 10px 0;
  font-weight: 400;
  line-height: lh(13, 20) !important;
  font-size: 0.8125rem !important;
  letter-spacing: 0px;
  background: none !important;
  text-decoration: none;
  text-transform: none;
  font-family: "DM Sans", sans-serif;
  color: black;
  padding: 5px 20px 5px 10px !important;
  border: none;
}
.fns-speedfilters .title-block .clear-filter-options-all:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.7rem;
  color: #404142;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  margin: 0 7px 0 0;
}
.fns-speedfilters .title-block .clear-filter-options-all:hover {
  filter: none !important;
}
.fns-speedfilters .title-block .clear-filter-options-all:hover:before {
  color: #404142;
  transition: all 0.2s ease-in-out;
}
.fns-speedfilters .title-block .clear-filter-options-all:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 10px;
}
.fns-speedfilters .title-block.clear-block {
  cursor: unset;
}
@media only screen and (max-width: 1199px) {
  .fns-speedfilters .title-block {
    padding: 0 15px;
  }
  .fns-speedfilters .title-block:after {
    width: calc(100% - 30px);
    left: 15px;
    right: unset;
  }
}

/*filter-dropdowns*/
@media only screen and (min-width: 1200px) {
  .all-filters-block {
    float: left;
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    margin-top: 20px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .all-filters-block .filter-block {
    position: relative;
    width: auto;
    margin: 0 !important;
    z-index: 1;
    min-height: 30px !important;
    background: #EFEFEF;
    border-radius: 50px;
  }
  .all-filters-block .filter-block.in-front {
    z-index: 6;
  }
  .all-filters-block .filter-block .title {
    background: transparent;
    background-color: #ffffff;
    padding-right: 30px !important;
    text-transform: none;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    cursor: pointer !important;
  }
  .all-filters-block .filter-block .title:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: black;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 0.6875rem;
    transition: all 0.25s ease-in-out;
  }
  .all-filters-block .filter-block .title:hover:after {
    transition: all 0.25s ease-in-out;
    transform: translateY(calc(-50% - 2px));
  }
  .all-filters-block .filter-block:not(.selected-options) .filter-data-block {
    position: absolute !important;
    top: 100%;
    width: min-content;
    left: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    z-index: 2;
    background: #fff;
    padding: 15px 20px !important;
    margin: 0 !important;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 12px;
  }
  .all-filters-block .filter-block.selected-options {
    display: none !important;
    width: 100%;
  }
  .all-filters-block .filter-block.selected-options .title {
    padding: 0 0 10px !important;
    border: none;
  }
  .all-filters-block .filter-block.selected-options .filter-data-block {
    display: block !important;
    position: relative !important;
    margin: 0 0 10px 0 !important;
  }
  .all-filters-block .all-filters-list {
    flex-direction: row;
    float: left;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }
}
.filter-block:has(.toggleControl:not(.closed)) {
  z-index: 25;
}

.fns-speedfilters .block {
  /*&.block-account-navigation {
  .listbox {

  ul.list {
  li {
  &.active {
  > a {
  background: $color1;
  color: $white;
  font-weight: bold;
  &:after {
  font-weight: 400;
  }
  }
  }
  }
  }
  }
  }*/
}
.fns-speedfilters .block .title {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 0.8125rem !important;
  letter-spacing: 0px;
  background: none !important;
  text-decoration: none;
  text-transform: none;
  font-family: "DM Sans", sans-serif;
  color: #D9D9D9;
  padding: 5px 20px !important;
  padding-right: 30px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fns-speedfilters .block .title strong {
  font-weight: 400;
  font-size: 0.8125rem !important;
  letter-spacing: 0px;
}
.fns-speedfilters .block .title .toggleControl,
.fns-speedfilters .block .title .toggleControls {
  font-family: "DM Sans";
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 170%;
  display: flex;
  align-items: center;
  color: #363636 !important;
  letter-spacing: 0px;
  padding: 0 !important;
  background: none !important;
  text-decoration: none;
  text-transform: none;
  font-family: "DM Sans", sans-serif;
}
.fns-speedfilters .block .title .toggleControl:after,
.fns-speedfilters .block .title .toggleControls:after {
  display: none;
}
.fns-speedfilters .block .title .toggleControl:hover,
.fns-speedfilters .block .title .toggleControls:hover {
  cursor: pointer;
}
.fns-speedfilters .block .title .clearFilterOptions {
  position: relative !important;
  margin: 0 !important;
  top: unset !important;
  right: unset !important;
  display: none !important;
}
.fns-speedfilters .block .title a.clearfilter {
  display: none !important;
}
.fns-speedfilters .block .title:hover {
  cursor: default;
}
.fns-speedfilters .block .listbox {
  float: left;
  width: 100%;
  margin: 10px 0 30px 0;
}
.fns-speedfilters .block ul.list,
.fns-speedfilters .block ul {
  float: left;
  width: 100%;
  margin: 0 0 12px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.fns-speedfilters .block ul.list li,
.fns-speedfilters .block ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 1px 0;
  line-height: lh(20, 25);
  font-size: 1.25rem;
  letter-spacing: 0px;
  font-weight: 400;
  color: #D9D9D9;
}
.fns-speedfilters .block ul.list li label:before,
.fns-speedfilters .block ul li label:before {
  width: 18px;
  height: 18px;
}
.fns-speedfilters .block ul.list li label:after,
.fns-speedfilters .block ul li label:after {
  width: 18px;
  height: 18px;
}
.fns-speedfilters .block ul.list li a,
.fns-speedfilters .block ul li a {
  color: #404142;
}
.fns-speedfilters .block ul.list li a:hover,
.fns-speedfilters .block ul li a:hover {
  color: black;
}
.fns-speedfilters .block ul.list li.active > a,
.fns-speedfilters .block ul li.active > a {
  font-weight: bold;
}
.fns-speedfilters .block ul.list li.active > a:hover,
.fns-speedfilters .block ul li.active > a:hover {
  text-decoration: underline;
}
.fns-speedfilters .block ul.list li.active.last > a,
.fns-speedfilters .block ul li.active.last > a {
  text-decoration: none;
  font-weight: bold;
}
.fns-speedfilters .block ul.list li ul.sublist,
.fns-speedfilters .block ul li ul.sublist {
  float: left;
  width: 100%;
  margin: 12px 0 12px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.fns-speedfilters .block ul.list li ul.sublist li,
.fns-speedfilters .block ul li ul.sublist li {
  position: relative;
  padding-left: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fns-speedfilters .block ul.list li ul.sublist li:before,
.fns-speedfilters .block ul li ul.sublist li:before {
  display: none;
}
.fns-speedfilters .block ul.list li ul.sublist li a,
.fns-speedfilters .block ul li ul.sublist li a {
  font-size: 0.875rem;
}
.fns-speedfilters .block ul.list li:hover > a,
.fns-speedfilters .block ul li:hover > a {
  text-decoration: underline;
}
.fns-speedfilters .block ul.list a,
.fns-speedfilters .block ul a {
  font-size: 0.875rem;
}
.fns-speedfilters .block ul.list li label,
.fns-speedfilters .block ul li label {
  position: relative;
  padding: 0 0 0 25px !important;
}
.fns-speedfilters .block ul.list li label:before,
.fns-speedfilters .block ul li label:before {
  background: none !important;
}
.fns-speedfilters .block ul.list li label:after,
.fns-speedfilters .block ul li label:after {
  content: "\e818" !important;
  font-family: "Font Awesome 5 Pro";
  width: 16px;
  height: 16px;
  background: none;
  position: absolute;
  left: 0px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  font-weight: 900;
  text-align: center;
  line-height: 19px;
  color: #D9D9D9;
  font-size: 0.75rem;
}
.fns-speedfilters .block ul.list li label:hover:after,
.fns-speedfilters .block ul li label:hover:after {
  opacity: 0.6;
}
.fns-speedfilters .block ul.list li input[type=checkbox]:checked + label,
.fns-speedfilters .block ul li input[type=checkbox]:checked + label {
  /*&:after {
  left: 1px;
  top: 12px;
  transition: none;
  }*/
}
.fns-speedfilters .block ul.list li.checked label,
.fns-speedfilters .block ul li.checked label {
  background: none !important;
}
.fns-speedfilters .block ul.list li.checked label:after,
.fns-speedfilters .block ul li.checked label:after {
  content: "\f00c" !important;
  font-family: "Font Awesome 5 Pro";
  width: 16px;
  height: 16px;
  background: none;
  position: absolute;
  left: 2px !important;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  font-weight: 900;
  text-align: center;
  line-height: 19px;
  color: black;
  font-size: 0.75rem;
  margin: 0 !important;
}
.fns-speedfilters .block ul.list .color.defaultColor[title=RAL],
.fns-speedfilters .block ul .color.defaultColor[title=RAL] {
  background: url("../img/ral.jpg");
  background-size: cover;
  background-position: center;
}
.fns-speedfilters .block .filter-data-block {
  float: left;
  width: 100%;
  padding: 0 !important;
  margin: 5px 0 15px 0;
}
.fns-speedfilters .block .view-all {
  float: left;
  width: 100%;
}
.fns-speedfilters .block .view-all a {
  line-height: lh(20, 25);
  font-size: 1.25rem;
  letter-spacing: 0px;
  font-weight: 400;
  color: #D9D9D9;
}
.fns-speedfilters .block .view-all a:hover {
  color: black;
}
.fns-speedfilters .block.block-category-navigation, .fns-speedfilters .block.block-account-navigation {
  /*.listbox {
  margin-top: 0;
  ul.list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  li {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  a {
  float: left;
  width: 100%;
  color: $grey1;
  line-height: lh(20, 25);
  font-size: toRem(20);
  letter-spacing: 0px;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  &:hover {
  color: black;
  }
  }
  &.active {
  a {
  font-weight: bold;
  color: black;
  &:hover {
  text-decoration: underline;
  }
  }
  }
  &.active.last {
  > a {
  text-decoration: underline;
  }
  }
  ul.sublist {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 12px 0 0 0;
  padding-left: 15px;
  li {
  a {
  font-size: toRem(17);
  }
  }
  }
  }
  }
  }*/
}
.fns-speedfilters .block.block-category-navigation .title, .fns-speedfilters .block.block-account-navigation .title {
  display: none;
}
.fns-speedfilters .block.block-category-navigation ul.list,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list, .fns-speedfilters .block.block-account-navigation ul.list,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list {
  float: left;
  width: 100%;
  margin: 0 0 12px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  /*12px;*/
}
.fns-speedfilters .block.block-category-navigation ul.list img,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list img, .fns-speedfilters .block.block-account-navigation ul.list img,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list img {
  width: auto;
  max-width: 25px;
  height: auto;
}
.fns-speedfilters .block.block-category-navigation ul.list > li,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li, .fns-speedfilters .block.block-account-navigation ul.list > li,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li {
  float: left;
  width: 100%;
  line-height: lh(14, 20);
  font-size: 0.875rem;
  letter-spacing: 0px;
  font-weight: 400;
  color: black;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  align-items: center;
  align-content: center;
  font-family: "DM Sans", sans-serif;
}
.fns-speedfilters .block.block-category-navigation ul.list > li label:before,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li label:before, .fns-speedfilters .block.block-account-navigation ul.list > li label:before,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li label:before {
  width: 18px;
  height: 18px;
  margin-top: -12px !important;
}
.fns-speedfilters .block.block-category-navigation ul.list > li label:after,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li label:after, .fns-speedfilters .block.block-account-navigation ul.list > li label:after,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li label:after {
  width: 18px;
  height: 18px;
  top: 2px;
}
.fns-speedfilters .block.block-category-navigation ul.list > li img,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li img, .fns-speedfilters .block.block-account-navigation ul.list > li img,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li img {
  width: 25px;
  height: auto;
}
.fns-speedfilters .block.block-category-navigation ul.list > li a,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li a, .fns-speedfilters .block.block-account-navigation ul.list > li a,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li a {
  line-height: lh(14, 20);
  font-size: 0.875rem;
  letter-spacing: 0px;
  color: black;
  font-family: "DM Sans", sans-serif;
}
.fns-speedfilters .block.block-category-navigation ul.list > li a:hover,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li a:hover, .fns-speedfilters .block.block-account-navigation ul.list > li a:hover,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li a:hover {
  color: black;
}
.fns-speedfilters .block.block-category-navigation ul.list > li img + a,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li img + a, .fns-speedfilters .block.block-account-navigation ul.list > li img + a,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li img + a {
  max-width: calc(100% - 35px);
}
.fns-speedfilters .block.block-category-navigation ul.list > li.active > a,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li.active > a, .fns-speedfilters .block.block-account-navigation ul.list > li.active > a,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li.active > a {
  color: black;
  font-weight: bold;
}
.fns-speedfilters .block.block-category-navigation ul.list > li.active > a:hover,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li.active > a:hover, .fns-speedfilters .block.block-account-navigation ul.list > li.active > a:hover,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li.active > a:hover {
  text-decoration: underline;
}
.fns-speedfilters .block.block-category-navigation ul.list > li.active li a,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li.active li a, .fns-speedfilters .block.block-account-navigation ul.list > li.active li a,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li.active li a {
  color: black;
}
.fns-speedfilters .block.block-category-navigation ul.list > li.active li a:hover,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li.active li a:hover, .fns-speedfilters .block.block-account-navigation ul.list > li.active li a:hover,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li.active li a:hover {
  text-decoration: underline;
}
.fns-speedfilters .block.block-category-navigation ul.list > li ul.sublist,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li ul.sublist, .fns-speedfilters .block.block-account-navigation ul.list > li ul.sublist,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li ul.sublist {
  float: left;
  width: 100%;
  margin: 12px 0 5px 0;
  padding: 0 0 0 10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.fns-speedfilters .block.block-category-navigation ul.list > li ul.sublist > li,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li ul.sublist > li, .fns-speedfilters .block.block-account-navigation ul.list > li ul.sublist > li,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li ul.sublist > li {
  font-size: 0.75rem;
  line-height: lh(12, 14);
  position: relative;
  padding-left: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.fns-speedfilters .block.block-category-navigation ul.list > li ul.sublist > li img,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li ul.sublist > li img, .fns-speedfilters .block.block-account-navigation ul.list > li ul.sublist > li img,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li ul.sublist > li img {
  display: none;
}
.fns-speedfilters .block.block-category-navigation ul.list > li ul.sublist > li:before,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li ul.sublist > li:before, .fns-speedfilters .block.block-account-navigation ul.list > li ul.sublist > li:before,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li ul.sublist > li:before {
  display: none;
}
.fns-speedfilters .block.block-category-navigation ul.list > li ul.sublist > li a,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li ul.sublist > li a, .fns-speedfilters .block.block-account-navigation ul.list > li ul.sublist > li a,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li ul.sublist > li a {
  line-height: lh(12, 14);
  font-size: 0.75rem;
}
.fns-speedfilters .block.block-category-navigation ul.list > li ul.sublist > li ul.sublist,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li ul.sublist > li ul.sublist, .fns-speedfilters .block.block-account-navigation ul.list > li ul.sublist > li ul.sublist,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li ul.sublist > li ul.sublist {
  padding-left: 40px;
}
.fns-speedfilters .block.block-category-navigation ul.list > li ul.sublist > li ul.sublist li img,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li ul.sublist > li ul.sublist li img, .fns-speedfilters .block.block-account-navigation ul.list > li ul.sublist > li ul.sublist li img,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li ul.sublist > li ul.sublist li img {
  display: none;
}
.fns-speedfilters .block.block-category-navigation ul.list > li ul.sublist > li ul.sublist li ul.sublist,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list > li ul.sublist > li ul.sublist li ul.sublist, .fns-speedfilters .block.block-account-navigation ul.list > li ul.sublist > li ul.sublist li ul.sublist,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list > li ul.sublist > li ul.sublist li ul.sublist {
  padding-left: 10px;
}
.fns-speedfilters .block.block-category-navigation ul.list .active.last > a,
.fns-speedfilters .block.block-category-navigation ul.checkbox-list .active.last > a, .fns-speedfilters .block.block-account-navigation ul.list .active.last > a,
.fns-speedfilters .block.block-account-navigation ul.checkbox-list .active.last > a {
  font-weight: bold;
}
.fns-speedfilters .selected-filters-block {
  width: 100%;
  float: left;
}
.fns-speedfilters .selected-filters-block .selected-filters-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fns-speedfilters .selected-filters-block .selected-filters-list li {
  float: left;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 !important;
  overflow: visible;
  cursor: pointer;
  border: 1px solid #404142;
  border-radius: 25px;
}
.fns-speedfilters .selected-filters-block .selected-filters-list li span {
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 170%;
  color: #292929;
  gap: 7px;
  margin: 0;
  position: relative;
  padding-right: 17px;
  transition: all 0.2s ease-in-out;
  padding: 2px 6px;
  display: flex;
  align-items: center;
}
.fns-speedfilters .selected-filters-block .selected-filters-list li span:after {
  content: "\f00d";
  right: 2px;
  font-size: 0.6rem;
  line-height: normal;
  text-align: center;
  color: #292929;
  font-family: "Font Awesome 5 Pro";
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.fns-speedfilters .selected-filters-block .selected-filters-list li span:hover {
  text-decoration: none;
  color: #404142;
  transition: all 0.2s ease-in-out;
}
.fns-speedfilters .selected-filters-block .selected-filters-list li span:hover:before {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  color: #404142;
}

.block-manufacturer-navigation {
  display: none;
}

.block-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.block-wrapper .block-cmspage-navigation {
  width: 100%;
  line-height: 1.4285714286;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #f3f3f4;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  align-content: center;
  font-family: "Rubik", sans-serif;
}
.block-wrapper .block-cmspage-navigation .title {
  border: none;
}

.block-recently-viewed-products {
  display: none;
}
.block-recently-viewed-products .list li .product-picture {
  float: left;
  width: 50px;
  padding: 0 10px 10px 0;
  text-align: center;
}
.block-recently-viewed-products .list li .product-picture img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.block-recently-viewed-products .list li .product-name {
  float: left;
  width: calc(100% - 50px);
  line-height: 1.1;
  font-size: 0.875rem;
}

.filter-block .filter-data-block {
  float: Left;
  width: 100%;
  padding: 0 0 0 3px !important;
}
.filter-block .filter-data-block .priceRangeMinMaxPanel {
  display: none;
}
.filter-block .filter-data-block .price-range-slider {
  background: grey;
  border: 1px solid black;
  height: 5px;
  margin: 10px 15px 10px 4px !important;
  position: relative;
}
.filter-block .filter-data-block .price-range-slider .ui-slider-range {
  background: #404142;
  border: 1px solid #404142;
  height: 5px;
  top: -1px;
  position: relative;
}
.filter-block .filter-data-block .price-range-slider .ui-slider-handle {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #404142 !important;
  border: 8px solid #404142 !important;
  top: -7px !important;
  position: absolute;
}
.filter-block .filter-data-block .priceRangeCurrentPricesPanel {
  float: left;
  width: 100%;
  font-size: 0.875rem;
  line-height: lh(14, 26);
  letter-spacing: 0px;
  color: #FF7075;
  margin-top: 5px;
  text-align: left;
}
.filter-block .filter-data-block .priceRangeCurrentPricesPanel .currentMinPrice,
.filter-block .filter-data-block .priceRangeCurrentPricesPanel .currentMaxPrice {
  float: none !important;
  display: inline-block;
  font-size: 0.875rem;
  line-height: lh(14, 26);
  letter-spacing: 0px;
  color: black;
}
.filter-block .filter-data-block span {
  width: max-content;
}

.all-filters-block.first-level-category {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .all-filters-list {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .fns-speedfilters {
    display: flex;
    flex-direction: column;
    float: left;
    padding: 15px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
    z-index: 234;
    overflow-y: auto;
    transition: transform 0.3s ease-in-out;
    transform: translateX(0);
  }
  .fns-speedfilters.hidden {
    transform: translateX(-100%);
  }
  .fns-speedfilters .all-filters-block .filter-block {
    min-height: 46px !important;
    margin: 0 !important;
  }
  .fns-speedfilters .all-filters-block .filter-block .title {
    border: none;
    border-bottom: 1px solid #404142;
    border-radius: 0 !important;
    padding: 10px 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: black !important;
  }
  .fns-speedfilters .all-filters-block .filter-block .title.active::after {
    position: absolute;
  }
  .fns-speedfilters .all-filters-block .selected-options .title {
    border: none !important;
  }
  .fns-speedfilters .all-filters-block .selected-options .filter-data-block {
    display: block !important;
  }
  .fns-speedfilters .title-block .btn-close::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    color: #404142 !important;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
  }
}
/*more-less filters btn*/
@media only screen and (min-width: 1200px) {
  .all-filters-block .item-toggler {
    padding: 5px 15px !important;
    display: none;
    transition: all 0.2s ease-in-out;
    position: relative;
    font-family: "DM Sans", sans-serif;
    display: flex !important;
    align-items: center;
    background: #EFEFEF;
    border-radius: 50px;
    min-width: fit-content;
  }
  .all-filters-block .item-toggler:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 0.625rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all 0.2s ease-in-out;
    transform: translateY(-50%) rotate(0deg);
    display: none;
  }
  .all-filters-block .item-toggler:hover {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  .all-filters-block .item-toggler:hover:after {
    transition: all 0.2s ease-in-out;
    transform: translateY(calc(-50% - 2px));
  }
  .all-filters-block .item-toggler span {
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 170%;
    color: #363636;
  }
  .all-filters-block .item-toggler span .icon-filter2 {
    margin-left: 5px;
  }
  .all-filters-block.expand .item-toggler:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .all-filters-block.active {
    position: relative;
  }
  .all-filters-block.active .item-toggler {
    display: block;
  }
  .all-filters-block.has-few-filters .item-toggler {
    display: none !important;
  }
  .all-filters-block.has-few-filters .block {
    display: block !important;
  }
  .all-filters-block.active .block:nth-child(n+5) {
    display: none;
  }
  .all-filters-block.active.expand .block:nth-child(n+5) {
    display: block;
  }
  .all-filters-block.active:not(.expand) .item-toggler {
    z-index: 2;
    /*&::before {
    content: "";
    width: 40px;
    height: 100%;
    right: 100%;
    top: 0;
    display: block;
    position: absolute;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    }*/
  }
  .all-filters-block.active:not(.expand) .item-toggler .more {
    display: block;
  }
  .all-filters-block.active:not(.expand) .item-toggler .less {
    display: none;
  }
  .all-filters-block.active.expand .item-toggler .more {
    display: none;
  }
  .all-filters-block.active.expand .item-toggler .less {
    display: block;
  }
  .all-filters-block.active.expand .item-toggler:after {
    content: "\f077";
  }
}
@media only screen and (max-width: 1199px) {
  .all-filters-block .item-toggler {
    display: none !important;
  }
}
.fns-speedfilters .filter-data-block a.filter-item-unselected {
  background: none !important;
  position: relative;
  color: #404142 !important;
  padding-left: 0px !important;
  display: flex;
  gap: 10px;
  align-items: center;
  width: max-content;
}
.fns-speedfilters .filter-data-block a.filter-item-unselected::before {
  content: "\f0c8" !important;
  font-family: "Font Awesome 5 Pro";
  width: 16px;
  height: 16px;
  background: none;
  transition: all 0.25s ease-in-out;
  font-weight: 900;
  text-align: center;
  line-height: 16px;
  color: #D9D9D9;
  font-size: 0.75rem;
}
.fns-speedfilters .filter-data-block a.filter-item-unselected::before::hover {
  text-decoration: none !important;
}
.fns-speedfilters .filter-data-block a.filter-item-unselected:hover {
  color: #404142 !important;
  text-decoration: none !important;
}
.fns-speedfilters .filter-data-block a.filter-item-unselected:hover span {
  text-decoration: underline !important;
}
.fns-speedfilters .filter-data-block a.filter-item-unselected:hover::before {
  color: #404142;
  text-decoration: none !important;
}

.fns-speedfilters .filter-data-block a.filter-item-selected {
  background: none !important;
  position: relative;
  color: #404142 !important;
  display: flex;
  gap: 10px;
  padding-left: 0px !important;
  align-items: center;
}
.fns-speedfilters .filter-data-block a.filter-item-selected::before {
  content: "\f14a" !important;
  font-family: "Font Awesome 5 Pro";
  width: 16px;
  height: 16px;
  background: none;
  transition: all 0.25s ease-in-out;
  font-weight: 900;
  text-align: center;
  line-height: 16px;
  color: #404142;
  font-size: 0.75rem;
}
.fns-speedfilters .filter-data-block a.filter-item-selected:hover::before {
  color: black;
}

.filter-block .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.filter-block .title.active {
  border-radius: 50px !important;
}
.filter-block .title.active::after {
  content: attr(data-selected-count);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  font-size: 10px;
  font-family: inherit;
  font-weight: 400;
  color: white;
  background-color: #404142;
  border-radius: 9999px;
  line-height: 1;
  right: 0;
  margin-right: 5px;
}

/*# sourceMappingURL=style.css.map */
