:root{
  --swiper-theme-color:#4caebf;
}
@font-face {
	font-family: 'Cabin-Medium';
  src: url(fonts/Cabin/Cabin-Medium.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Cabin-Medium';
  src: url(fonts/Cabin/Cabin-Medium.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Cabin-Regular';
  src: url(fonts/Cabin/Cabin-Regular.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Cabin-Bold';
	src: url(fonts/Cabin/Cabin-Bold.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Cabin-SemiBold';
	src: url(fonts/Cabin/Cabin-SemiBold.ttf);
	font-weight: normal;
	font-style: normal;
}
.constraint {
  width: 1440px;
  margin: 0 auto;
  position: relative
}
.constraint .add-padding {
  padding: 32px;
  box-sizing: border-box;
  position: relative
}
html,
body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

input,
optgroup,
select,
textarea {
  font-family: 'Cabin-SemiBold';
  font-size: 100%;
  line-height: 1em;
  margin: 0;
  padding: 8px 12px;
  border-radius: 6px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #59c0d1, #47a7b7);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
  text-shadow: none;
  border: none;
  box-sizing: border-box;
}

ul{
  font-family: 'Cabin-Medium';
}
h1{
  font-family: 'Cabin-Bold';
}
h2{
  font-family: 'Cabin-SemiBold';
}
h3{
  font-family: 'Cabin-SemiBold';
}
h4{
  font-family: 'Cabin-Regular';
}
h5{
  font-family: 'Cabin-Regular';
}
p{
  font-family: 'Cabin-Medium';
}
span{
  font-family: 'Cabin-Medium';
}
b{
  font-family: 'Cabin-Bold';
}
a{
  text-decoration: none;
}
.header{
  width: 100%;
  height: auto;
  background-color: rgb(255 255 255 / 95%);
  position: sticky;
  position: fixed;
  z-index: 101;
  backdrop-filter: blur(10px);
  top: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.scrolling .header{
  top: -33px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
}
.header .constraint {
  position: unset
}
.header .constraint .add-padding {
  position: unset;
  padding: 0 32px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.header .logoContaier{
  width: auto;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-column-end: 1;
}
.scrolling .header .logoContaier{
  grid-row-start: 1;
  grid-row-end: 1;
}
.header .logoContaier .logo-link{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0px;
  box-sizing: border-box;
}
.header .logoContaier .logo-link svg{
  height: 100%;
  width: 100%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.scrolling .header .logoContaier .logo-link svg{
  height: 50%;
}
.scrolling .header .logoContaier .logo-link svg .black-color{
  fill:#404040;
}
.header .container{
  position: relative;
  display: grid;
  grid-auto-columns: 168px auto 72px;
  grid-auto-flow: column;
  grid-auto-rows: auto auto;
  height: 100%;
  box-sizing: border-box;
}
.containerSide{
  height:100%;
  width:auto;
  display: flex;
}
.header .searchContainer{
  width: 100%;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 6px;
  margin-right: 12px;
  position: relative;
}
.scrolling .header .searchContainer{
  border-color: transparent;
  width: 28px;
}
.scrolling .header .searchContainer .searchFieldContainer{
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.scrolling .header.show-search .searchContainer .searchFieldContainer{
  border-top-color: #e1e1e1;
  border-left-color: #e1e1e1;
  border-right-color: #e1e1e1;
  border-bottom-color: #e1e1e1;
}
.scrolling .header.show-search .headerSearchContaier.searching .searchContainer .searchFieldContainer{
  border-top-color: #cecece;
  border-left-color: #cecece;
  border-right-color: #cecece;
  border-bottom-color: transparent;
}
.header .searchContainer .searchField{
  height: 100%;
  border-radius: 8px;
  border: 2px solid transparent;
  outline: none;
  width: 100%;
  padding: 6px 16px 6px 16px;
  font-size: 1em;
  color: #000;
  background-color: transparent;
  font-family: 'Cabin-Medium';
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(-25%);
  -webkit-animation: searchField-fade-animation 250ms ease-in-out 150ms 1 normal forwards;
  animation: searchField-fade-animation 250ms ease-in-out 150ms 1 normal forwards;
  outline: none;
  box-shadow: unset;
  background-clip: unset;
  background-image: unset;
}
@keyframes searchField-fade-animation {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scrolling .header .searchContainer .searchField{
  width: 0;
  padding: 6px 0 6px 0;
  -webkit-animation:unset;
  animation:unset;
}
.header .searchContainer .searchField::placeholder{
  color:#00000094;
  font-family: 'Cabin-Medium';
}
.header .searchContainer .searchFieldContainer{
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  border-top-color: #e1e1e1;
  border-left-color: #e1e1e1;
  border-right-color: #e1e1e1;
  border-bottom-color: #e1e1e1;
}
.header .searchContainer .searchField:focus{
  outline: none;
}
.header .searchContainer .searchField:focus::placeholder{
  color: rgb(0 0 0 / 78%);
}
.headerBtnsContainer{
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-row-start: 1;
  grid-column-start: 3;
  grid-row-end: 2;
  grid-column-end: 4;
}
.header .searchContainer .search-icon-container{
  height: 28px;
  width: 28px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  margin-right: 8px;
  padding: 0;
  border: none;
  appearance: none;
  background-color: transparent;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.header .searchContainer .search-icon-container svg{
  width: 100%;
  height: 100%;
  fill: #6e6e6e;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.header .searchContainer .searchField:focus+.search-icon-container svg{
  fill: #404040;
}
.staticHeaderBtnConainer{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
#staticHeaderMenuBtn{
  margin-right: 0;
}
.top-header-icon-cont{
  width: 28px;
  height: 28px;
  position: relative;
}
.top-header-icon-cont svg {
  width: 100%;
  height: 100%;
  fill: #404040;
  position: relative;
}
.top-header-icon-cont:hover svg{
  fill: #000;
}
.top-header-icon-cont.account{
  margin-right: 24px;
}
.top-header-icon-cont.language{
  margin-right: 16px;
  position: relative;
  height: 100%;
  user-select: none;
  pointer-events: all;
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.top-header-icon-cont.language:focus{
  outline: none;
}
.top-header-icon-cont.language>svg{
  position: relative;
  width: 28px;
  height: 28px;
}
.top-header-icon-cont.language ul{
  position: absolute;
  padding: 0;
  display: none;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 2px 2px 20px 0 #00000026;
  margin-top: -4px;
  height: auto;
  right: 0px;
  z-index: 4;
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
  border-radius: 6px;
  top: 100%;
}
.top-header-icon-cont.language ul li{
  padding: 12px 24px;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin-left: 0;
}
.top-header-icon-cont.language ul li.active a{
  color: #027183;
}
.top-header-icon-cont.language ul li:hover{

}
.top-header-icon-cont.language ul li a{
  text-decoration: none;
  color: #262626;
}
.top-header-icon-cont.language ul li a.active{
  font-weight: bold;
}
.top-header-icon-cont.language:hover ul{
  display: flex;
}
.menuIcon{
  width: 28px;
  height: 28px;
  appearance: none;
  background-color: transparent;
  pointer-events: all;
  text-decoration: none;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.show-mobile{
  display:none!important;;
}
#ul-navigtation-header-container{
  grid-row-start: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-column-end: 4;
  padding: 8px 0 8px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  overflow: hidden;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.scrolling #ul-navigtation-header-container{
  padding: 0 0 0 0;
  height: 0;
}
.scrolling .header.show-categories #ul-navigtation-header-container{
  padding: 8px 0 8px 0;
  height: auto;
}
.header #ul-navigtation-header-container .ul-navigtation-header{
  margin: 0px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
  margin: 0 24px 0 0;
}

.header #ul-navigtation-header-container .ul-navigtation-header li{
  list-style: none;
  margin: 10px;
  list-style: none;
  color: #37b3ab;
  font-size: 1em;
  cursor: pointer;
	font-family: 'Cabin-SemiBold';
	font-weight: normal;
  opacity: 0;
  transform: translateY(0);
}
.header #ul-navigtation-header-container .ul-navigtation-header li.mobile-menu-extra{
  display: none;
}
.header #ul-navigtation-header-container .ul-navigtation-header li.active a{
  color: #027183;
}
.header #ul-navigtation-header-container .ul-navigtation-header li a{
  color: #262626;
  padding: 6px;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:first-child{
  margin: 10px 10px 10px 0;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:first-child a{
  padding: 6px 6px 6px 0;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:last-child{
  margin: 10px 0 10px 10px;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:last-child a{
  padding: 6px 0 6px 6px;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:hover a{
  color: #027183;
}
@keyframes ul-navigtation-header-li-fade-animation {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(1){
  -webkit-animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 100ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 100ms 1 normal forwards;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(2){
  -webkit-animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 150ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 150ms 1 normal forwards;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(3){
  -webkit-animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 200ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 200ms 1 normal forwards;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(4){
  -webkit-animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 250ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 250ms 1 normal forwards;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(5){
  -webkit-animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 300ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 300ms 1 normal forwards;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(6){
  -webkit-animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 350ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 350ms 1 normal forwards;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(7){
  -webkit-animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 400ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 400ms 1 normal forwards;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(8){
  -webkit-animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 450ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 450ms 1 normal forwards;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(9){
  -webkit-animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 500ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 500ms 1 normal forwards;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(10){
  -webkit-animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 550ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 550ms 1 normal forwards;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(11){
  -webkit-animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 600ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 600ms 1 normal forwards;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(12){
  -webkit-animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 650ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 650ms 1 normal forwards;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(13){
  -webkit-animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 700ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 700ms 1 normal forwards;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(17){
  -webkit-animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 750ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 150ms ease-in-out 750ms 1 normal forwards;
}
.scrolling .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(1),
.scrolling .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(2),
.scrolling .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(3),
.scrolling .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(4),
.scrolling .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(5),
.scrolling .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(6),
.scrolling .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(7),
.scrolling .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(8),
.scrolling .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(9),
.scrolling .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(10)
.scrolling .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(11),
.scrolling .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(12),
.scrolling .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(13),
.scrolling .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(14){
  -webkit-animation: unset;
  animation: unset;
}

.scrolling .header.show-categories #ul-navigtation-header-container .ul-navigtation-header li:nth-child(1){
  -webkit-animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 150ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 150ms 1 normal forwards;
}
.scrolling .header.show-categories #ul-navigtation-header-container .ul-navigtation-header li:nth-child(2){
  -webkit-animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 250ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 250ms 1 normal forwards;
}
.scrolling .header.show-categories #ul-navigtation-header-container .ul-navigtation-header li:nth-child(3){
  -webkit-animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 350ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 350ms 1 normal forwards;
}
.scrolling .header.show-categories #ul-navigtation-header-container .ul-navigtation-header li:nth-child(4){
  -webkit-animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 450ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 450ms 1 normal forwards;
}
.scrolling .header.show-categories #ul-navigtation-header-container .ul-navigtation-header li:nth-child(5){
  -webkit-animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 550ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 550ms 1 normal forwards;
}
.scrolling .header.show-categories #ul-navigtation-header-container .ul-navigtation-header li:nth-child(6){
  -webkit-animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 650ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 650ms 1 normal forwards;
}
.scrolling .header.show-categories #ul-navigtation-header-container .ul-navigtation-header li:nth-child(7){
  -webkit-animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 750ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 750ms 1 normal forwards;
}
.scrolling .header.show-categories #ul-navigtation-header-container .ul-navigtation-header li:nth-child(8){
  -webkit-animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 850ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 850ms 1 normal forwards;
}
.scrolling .header.show-categories #ul-navigtation-header-container .ul-navigtation-header li:nth-child(9){
  -webkit-animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 950ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 950ms 1 normal forwards;
}
.scrolling .header.show-categories #ul-navigtation-header-container .ul-navigtation-header li:nth-child(10){
  -webkit-animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 1050ms 1 normal forwards;
  animation: ul-navigtation-header-li-fade-animation 200ms ease-in-out 1050ms 1 normal forwards;
}

.header #ul-navigtation-header-container .ul-navigtation-header li .undermenuContainer{
  display: none;
  position: absolute;
  height: auto;
  background-color: transparent;
  z-index: 7;
  padding: 24px 16px;
  border-radius: 8px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  left: 60px;
  width: 1100px;
}
.header #ul-navigtation-header-container .ul-navigtation-header li:hover .undermenuContainer{
  display: flex;
}
.header #ul-navigtation-header-container .ul-navigtation-header li .undermenu{
  display: flex;
  position: relative;
  height: auto;
  background-color: #FFF;
  z-index: 7;
  box-shadow: 2px 2px 8px 0 #00000033;
  padding: 24px 16px;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
}
.header #ul-navigtation-header-container .ul-navigtation-header li .undermenu h3{
  margin-left: 12px;
}
.header #navigtation-top-menu-container{
  height: 33px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#59c0d1+0,51bea2+100 */
  background: rgb(89,192,209); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5YzBkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MWJlYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  rgba(89,192,209,1) 0%, rgba(81,190,162,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(89,192,209,1) 0%,rgba(81,190,162,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(89,192,209,1) 0%,rgb(71 167 183) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59c0d1', endColorstr='#51bea2',GradientType=1 ); /* IE6-8 */
}
.header #navigtation-top-menu-container .ul-navigtation-header-top{
  margin: 0px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
}
.header #navigtation-top-menu-container .ul-navigtation-header-top li{
  list-style: none;
  margin: 10px;
  list-style: none;
  font-size: 0.9em;
  line-height: 0.9em;
  cursor: pointer;
  font-family:'Cabin-Bold';
  font-weight: normal;
}
.header #navigtation-top-menu-container .ul-navigtation-header-top li a{
  color: rgb(255 255 255 / 85%);
  padding: 6px;
  white-space: nowrap;
}
.header #navigtation-top-menu-container .ul-navigtation-header-top li:hover a{
  color: rgb(255 255 255 / 100%);
}
.header #navigtation-top-menu-container .ul-navigtation-header-top li:last-child{
  margin: 10px 0 10px 10px;
}
.header #navigtation-top-menu-container .ul-navigtation-header-top li:last-child a{
  padding: 6px 0 6px 6px;
}
.header #show-products-category-header-container{
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-column-end: 3;
  width: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.header #show-products-category-header-container .button{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 10px;
  box-shadow: unset;
  text-transform: capitalize;
  font-size: 0.9em;
  line-height: 0.9em;
}
.scrolling .header #show-products-category-header-container .button svg{
  width: 16px;
  height: 16px;
  fill: #fff;
  margin-left: 6px;
  -webkit-transition: transform 450ms ease-in-out;
  -moz-transition: transform 450ms ease-in-out;
  -ms-transition: transform 450ms ease-in-out;
  -o-transition: transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out;
}
.scrolling .header.show-categories #show-products-category-header-container .button svg{
  transform: rotate(180deg);
}
.scrolling .header #show-products-category-header-container{
  width: auto;
  margin-right: 24px;
  margin-left: 12px;
}
.header .headerSearchContaier{
  flex-grow: 1;
  width: auto;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 4;
  padding: 0 18px 0 0;
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-column-end: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 24px);
  padding: 12px 0;
  margin: 0 0 0 16px;
  justify-self: flex-end;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.scrolling .header .headerSearchContaier{
  width: fit-content;
}
.scrolling .header.show-search .headerSearchContaier{
  width: calc(100% - 16px);
}
.scrolling .header.show-search .searchContainer{
  width: unset;
  flex-grow: 1;
}
.header .searchContainer .searchFieldContainer{
  border-top-color: #e1e1e1;
  border-left-color: #e1e1e1;
  border-right-color: #e1e1e1;
  border-bottom-color: #e1e1e1;
}
.scrolling .header.show-search .searchContainer .searchField{
  width: 100%;
  padding: 6px 12px 6px 12px;
  -webkit-animation: searchField-fade-animation 350ms ease-in-out 150ms 1 normal forwards;
  animation: searchField-fade-animation 350ms ease-in-out 150ms 1 normal forwards;
}
.header .headerSearchContaier .searchContainer #header-search-results-container{
  width: 100%;
  display: none;
  height: 450px;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
}
.header .headerSearchContaier.searching .searchContainer #header-search-results-container{
  display: block;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card{
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 96%);
  backdrop-filter: blur(10px);  
  position: relative;
  border-radius: 0 0 6px 6px;
  box-shadow: 2px 10px 12px 0 #00000026;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #cecece;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #cecece;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cecece;
  box-sizing: border-box;
}

.header .headerSearchContaier.searching .searchFieldContainer{
  border-top-color: #cecece;
  border-left-color: #cecece;
  border-right-color: #cecece;
  border-bottom-color: transparent;
  border-radius: 6px 6px 0 0;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl{
  height: 100%;
  padding: 0 0 48px;
  margin:0;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl::-webkit-scrollbar {
  width: 8px;               /* width of the entire scrollbar */
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl::-webkit-scrollbar-track {
  background: #fff;        /* color of the tracking area */
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl::-webkit-scrollbar-thumb {
  background-color: #e7e7e7;    /* color of the scroll thumb */
  border-radius: 4px;       /* roundness of the scroll thumb */
  border: none;  /* creates padding around scroll thumb */
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl::-webkit-scrollbar-thumb:hover{
  background-color: #d7d7d7;    /* color of the scroll thumb */
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl .noproducts{
  width: 100%;
  text-align: center;
  padding-top: 64px;
  max-height: 100%;
  height: auto;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl .noproducts svg{
  width: 96px;
  height: 96px;
  margin-bottom: 16px;
  fill: #686868;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li{
  padding: 0 16px;
  border-bottom: 1px solid #f4f4f4;
  height: 60px;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li a{
  display:block;
  height: 100%;
  width:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li:first-child{
  border-top: 1px solid #f4f4f4;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li:hover{
  border-bottom: 1px solid #e7e7e7;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li:first-child:hover{
  border-bottom: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li .liImgCont{
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 10px;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li .liImgCont img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li .liTextCont{
  margin-left: 6px;
  flex-grow: 1;
  user-select: none;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li .actionIconCont{
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li .actionIconCont svg{
  width: 24px;
  height: 24px;
  fill: #d5d5d5;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li:hover .actionIconCont svg{
  fill: #47a7b7;
  transform: scale(0.9);
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl .product .liTextCont{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li:hover .liTextCont h5{
  color: #37b3ab;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li .liTextCont h5{
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-size: 0.95em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Cabin-SemiBold';
  color: #262626;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li .liTextCont p{
  margin-block-start: 0.2em;
  margin-block-end: 0em;
  color: #757575;
  font-family: 'Cabin-SemiBold';
  font-size: 0.88em;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl .subcategory .liTextCont{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl .product .liTextCont p{
  display: none;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li.brand{
  float: left;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li.brand:nth-of-type(1)
{
  background-color: red;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li.brand .liTextCont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li.brand .liTextCont p{
  display: none;
}
.header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li.brand .actionIconCont{
  display: none;
}
.carusleContainer{
  width: 100%;
  height: 480px;
  background-color: #ececec;
  position: relative;
  margin-top:149px;
}
.carusleContainer.small{
  width: 100%;
  height: auto;
  background-color: #ececec;
  box-sizing: border-box;
  position: relative;
  background: rgb(89,192,209);
  background: linear-gradient(90deg, #59c0d1 0%, #47a7b7 100%);
  padding: 0;
}

.carusleContainer.small.white-bg{
  background: #fff;
  color: #262626;
}
.carusleContainer.small.white-bg h1,
.carusleContainer.small.white-bg h2{
  color: #404040;
}
.carusleContainer.small.border-bottom{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(245 245 245);
}
.carusleContainer.small h1{
  color:rgb(255 255 255 / 90%);
}
.carusleContainer.small h2{
  color:#fff
}
.hero-text {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: 120px;
  font-family: Cabin-Regular;
  color: #000000d6;
  font-size: 2em;
}
.hero-text h2 {
  position: absolute;
  bottom: 50px;
  font-family: 'Cabin-Regular';
  margin-left: 16px;
  color:#FFF;
}
.hero-text h3 {
  position: absolute;
  bottom: 50px;
  font-family: 'Cabin-Regular';
  margin-left: 16px;
  color: #FFF;
}
.section{
  padding: 32px 0px 32px 0;
}
.section.no-padding-top{
  padding: 0 0px 32px 0;
}
.section.no-padding-bottom{
  padding: 32px 0px 0 0;
}
.section.no-padding{
  padding: 0 0 0 0;
}
.section h1{
  font-family: Cabin-Regular;
  color: #000000d6;
  font-size: 2.2em;
  margin-block-start: 0.3em;
  margin-block-end: 0.3em;
}
.section h2{
  font-family: Cabin-Regular;
  color: rgb(0 0 0 / 85%);
  font-size: 1.55em;
}
.section h3{
  font-family: Cabin-Regular;
  color: #000000d6;
  font-size: 1.17em;
  margin-block-start: 0.3em;
  margin-block-end: 0.3em;
  line-height: 1.5em;
  margin-block-start: 1.5em;
}
.slide .sliderTextContainer{
  display:flex;
  height:100%;
  flex-direction: column;
  box-sizing: border-box;
  padding: 16px;
}
.slide .sliderTextContainer.left{
  justify-content: flex-start;
  text-align: left;
}
.slide .sliderTextContainer.right{
  justify-content: flex-end;
  margin-left: 50%;
  text-align: right;
}
.slide .sliderTextContainer h1{
  font-family: Cabin-Medium;
  font-size: 4em;
  color: white;
  text-shadow: 2px 1px 2px #0000004f;
  margin-block-start: 0.3em;
  margin-block-end: 0.3em;
}
.slide .sliderTextContainer h2{
  font-family: Cabin-Medium;
  font-size: 2.2em;
  color: white;
  text-shadow: 2px 1px 2px #0000004f;
  margin-block-start: 0.3em;
  margin-block-end: 0.3em;
}
.slide .sliderTextContainer h3{
  font-family: Cabin-Bold;
  font-size: 1.17em;
  color: white;
  text-shadow: 2px 1px 2px #0000004f;
  margin-block-start: 0.3em;
}
.slide .sliderTextContainer h3 a{
  color: white;
}
.preFooter{
  background-color: #fbfbfb;
}
.preFooter .constraint .add-padding h1{
  padding: 0 0 16px;
  text-align: center;
}
.preFooter .constraint .add-padding{
  padding: 32px 32px;
}
.products-page .constraint .add-padding{
  padding: 0 0px 32px 0;
}
.green{
  color: #48a8b8!important;
}
.greenBg{
  background-color:#37b3ab!important;
}
.orange{
  color: #FF9800!important;
}
.preFooter h1{
  font-family: 'Cabin-Regular';
}
.newsletter-section{
  background: rgb(89,192,209);
  background: linear-gradient(90deg, #59c0d1 0%, #47a7b7 100%);
  position: relative;
}
.newsletter-section #flying-email-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.newsletter-section #flying-email-bg svg{
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10%;
  top: 0;
}
#subscribe-wraper{
  width: 31%;
  position: relative;
  z-index: 1;
}
.newsletter-section .container{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.newsletter-section .container h1{
  text-align: center;
  color: #fff;
  margin-block-start: 0;
}
.newsletter-section .container ul{
  display: flex;
  flex-direction: row;
  gap: 32px;
  color: #FFF;
  font-family: 'Cabin-Semibold';
  padding: 0;
  justify-content: center;
  width: 100%;
  list-style: none;
}
.newsletter-section .container #subscribe-form-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 24px
}
.newsletter-section .container #subscribe-form-container #feedback-newsletter-container-text{
  margin-block-start: 0;
  margin-block-end: 0.66em;
  color: #fff;
}
.newsletter-section .container #subscribe-form-container .input-cont{
  margin-bottom: 16px;
}
.newsletter-section .container #subscribe-form-container .input-cont input{
  height: 100%;
  width: 100%;
}
.newsletter-section .container #subscribe-form-container .input-cont input::placeholder{
  font-size: 0.9em;
  line-height: 0.9em;
}
.newsletter-section .container #subscribe-form-container .submit-btn-cont .button.filled{
  background-color: #FFF;
  color: #47a7b7;
  background-image: unset;
  font-size: 1em;
  line-height: 1em;
}
.footer{
  background-color: rgb(245 245 245);
  position: relative;
}
.footerBg{
  right: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  background-position: 80% 100%;
  background-repeat: no-repeat;
  background-size: 540px;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footerBg svg .black-color{
  opacity: 0.03;
}
.footerBg svg .accent-color{
  opacity: 1;
}
.footer .constraint .add-padding{
  padding: 48px 32px;
}
.logoTextContainer .row .footer-logo-container{
  width: 170px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.logoTextContainer .row .footer-logo-container svg{
  width: 100%;
  height: unset;
  fill: unset;
  margin-right: unset;
}
.tutorialContainer{
  width: 100%;
  display: flex;
  flex-direction: row;
}
.tutoriaSection{
  display: flex;
  flex-direction: row;
  padding: 16px 24px;
  box-sizing: border-box;
  width: 33.33%;
}
.tutoriaSection:nth-child(1){
  padding: 16px 16px 16px 0;
}
.tutoriaSection:nth-child(2){
  padding: 16px 16px 16px 16px;
}
.tutoriaSection:nth-child(3){
  padding: 16px 0 16px 16px;
}
.tutoriaSection .imageContainer{
  width: 80px;
  padding-top: 0;
}
.tutoriaSection .imageContainer img{
  width:54px;
}
.tutoriaSection .imageContainer svg{
  width:48px;
  fill: #404040;
}
.descContainer{
  margin-left: 16px;
}
.tutoriaSection .descContainer h3 {
  font-family: 'Cabin-Regular';
  font-size: 1.3em;
  color: #000000d6;
  margin-block-start: 0;
}
.descContainer p {
  font-size: 1em;
  color: rgb(0 0 0 / 90%);
  line-height: 1.45em;
  width:100%;
}
.homeProductScroller{
  padding: 16px 0px 0;
}
:root {
  --gutter: 20px;
}
.app {
  padding: var(--gutter) 0;
  display: grid;
  grid-gap: var(--gutter) 0;
  grid-template-columns: var(--gutter) 1fr var(--gutter);
  align-content: start;
}
.app > * {
  grid-column: 2 / -2;
}
.app > .full {
  grid-column: 1 / -1;
}
.hs {
  display: grid;
  grid-gap: calc(var(--gutter) / 2);
  grid-template-rows: minmax(150px, 1fr);
  grid-template-columns: auto;
  grid-auto-flow: column;
  grid-auto-columns: calc(20% - var(--gutter) * 2);
  overflow-x: scroll;
  scroll-snap-type: x proximity;
  height: 340px;
  margin: 0;
  padding-left: 0px;
  padding-top: 16px;
  padding-bottom: 2px;
}
.hs:before,
.hs:after {
  content: '';
  width: 10px;
}
.app ul {
  list-style: none;
  padding: 0;
}
.app {
  width: 100%;
  height: 100%;
  background: #DBD0BC;
  overflow-y: scroll;
}
.app .hs > li, .item {
  scroll-snap-align: center;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.app .hs > li, .item:hover{
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 25%);
}
.item.show-more{
  box-shadow: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.item.show-more:hover{
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 25%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, rgb(89 192 209 / 5%), rgb(71 167 183 / 5%));
}
.item.show-more:hover .prodContainer a .imgCont svg{
  fill: #47a7b7;
  transform: scale(1.1) translateY(-10%);
}
.item.show-more:hover .prodContainer a h3{
  color: #47a7b7;
}
.item.show-more .prodContainer a .imgCont svg{
  transform: scale(0.9) translateY(0%);
  fill: rgb(0 0 0 / 70%);
}
.item .prodContainer .imgCont svg{
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.item.show-more .prodContainer a h3{
  text-align: center;
  color: rgb(0 0 0 / 80%);
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.item.show-more .prodContainer{
  justify-content: center;
}
.item.show-more .prodContainer a{
  justify-content: center;
}
.item.show-more .prodContainer .imgCont{
  min-height: unset;
  flex-grow: 0;
  height: unset;
  overflow: visible;
}
.item .prodContainer{
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 100%;
  position:relative;
}
.offerPercentageLabel{
  width: auto;
  padding: 10px 8px;
  position: absolute;
  top: 8px;
  right: -8px;
  border-radius: 6px 0 0 6px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg,#f58c19, #f78209);
  box-shadow: -2px 2px 4px 0 #00000033;
  color: #FFF;
  font-size: 0.9em;
  font-family:'Cabin-Bold';
  z-index: 2;
}
.item .prodLink{
  display: flex;
  width: 100%;
  flex-direction: column;
  height: calc(100% - 44px);
}
.item .prodContainer.offer .price{
  font-weight: bold;
}
.item .prodContainer.offer .price sup{
  color: #898989;
  font-size: 0.7em;
  text-decoration: line-through;
  margin-left: 6px;
}
.item .prodContainer .imgCont{
  width: 100%;
  min-height: calc(100% - 141px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow:hidden;
  box-sizing: border-box;
  padding: 16px;
}
.item .prodContainer .descCont{
  width: 100%;
  max-height: 90px;
  padding: 8px 8px;
  box-sizing: border-box;
  overflow: hidden;
}
.strikethrough{
  text-decoration: line-through;
}
.item .prodContainer .descCont p {
  line-height: 1.6em;
  font-size: 0.9em;
  color: #000000cf;
}
.item:hover .prodContainer .desc{
  color: rgb(0 0 0 / 100%);
}
.item .prodContainer .desc {
  line-height: 1.2em;
  font-size: 0.9em;
  color: rgb(0 0 0 / 85%);
  margin-block-start: 1em;
  margin-block-end: 0em;
  height: 6.8em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item .prodContainer .price {
  margin-block-start: 0.33em;
  margin-block-end: 0.33em;
  height: 1.3em;
  font-size: 1.3em;
  color: #000000;
  font-family: 'Cabin-Bold';
  text-align: center;
}
.item .prodContainer .imgCont img{
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.item:hover .prodContainer .imgCont img{
  transform: scale(1.05);
}
.item .prodContainer .imgCont svg{
  max-height: 100%;
  max-width: 100%;
}
.item .prodContainer .button{
  margin-top: 8px;
}
.no-scrollbar {
  scrollbar-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.featuredSection{
  background: rgb(89,192,209);
  background: linear-gradient(90deg, #59c0d1 0%, #47a7b7 100%);
}
.featuredProduct{
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.featuredProduct .imgCont{
  position: relative;
  width: 25%;
}
.featuredProduct .imgCont:after{
  content: " ";
  position: relative;
  display: block;
}
.featuredProduct .imgCont .cont{
  position: absolute;
  width: 100%;
  height: 100%;
}
.featuredProduct .imgCont img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.featuredDescContainer{
  width: 50%;
}
.featuredProduct .featuredDescContainer h1{
  color:#FFF;
  margin-block-end: 0.6em;
}
.featuredProduct .featuredDescContainer p{
  color: #FFF;
  line-height: 1.4em;
}
.featuredDescContainer a .button.filled{
  background-color: #FFF;
  color: #47a7b7;
  background-image: unset;
  font-size: 1em;
  line-height: 1em;
}
.button{
  padding: 8px 12px;
  color: #000000bd;
  border-radius: 6px;
  font-size: 1em;
  cursor: pointer;
  font-family: 'Cabin-Bold';
  font-weight: normal;
  background-color: #FFF;
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #59c0d1, #47a7b7);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 0 0 0 100px #fff inset;
  text-shadow: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.button:focus{
  outline:none;
}
.button:hover{
  box-shadow: 0 0 0 100px rgb(255 255 255 / 95%) inset;
  color: #47a7b7;
}
.button.filled{
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #59c0d1, #47a7b7);
  box-shadow: unset;
  color: #FFF;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 0.8em;
  background-clip: unset;
}
.footer .logoContainer{
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  padding: 12px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  margin-top: 24px;
  z-index: 5;
}
.footer .logoContainer .logo{
  width: 100%;
  height: 100%;
  background-image: url(../media/images/logo-bardhe.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.footerWraper{
  display: flex;
  justify-content: space-between;
  height: 100%;
  z-index: 2;
  position: relative;
}
.footerWraper h3{
  font-family: 'Cabin-Medium';
  font-size: 1.1em;
  color: rgb(0 0 0 / 90%);
}
.footerWraper p{
  font-family: 'Cabin-Medium';
  font-size: 1em;
  color: rgb(0 0 0 / 90%);
}
.footerWraper a{
  font-family: 'Cabin-Medium';
  font-size: 1em;
  color: rgb(0 0 0 / 90%);
  cursor:pointer;
}
.footer .numberContactContainer{
  position: relative;
  height: 88px;
  width: 250px;
  background-color: white;
  margin-top: -48px;
  border-radius: 16px;
}
.logoTextContainer{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: flex-start;
}
.logoTextContainer .row{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.logoTextContainer .column{
  margin: 0 0 0 32px;
  padding: 0 24px;
}
.logoTextContainer .column:first-child{
  margin: 0 0 0 0;
  padding: 0;
}
.logoTextContainer .column.why-us{
  background-color: #fff;
  border-radius: 6px;
}
.logoTextContainer .column h2{
  color: rgb(0 0 0 / 80%);
  white-space: nowrap;
  margin-block-start: 16px;
  margin-block-end: 0.33em;
}
.logoTextContainer .column.why-us p{
  color: rgb(0 0 0 / 65%);
}
.logoTextContainer .column.why-us ul{
  color: rgb(0 0 0 / 75%);
  list-style-type: none;
  font-family: 'Cabin-Medium';
  padding-inline-start: 24px;
  padding-bottom: 24px;
}
.logoTextContainer .column.why-us ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #47a7b7; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.7em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 1.2em;
}

.logoTextContainer .column ul{
  padding: 0;
  list-style: none;
}
.logoTextContainer .column ul li a{
  padding: 2px 0 2px 0;
  display: block;
  color: rgb(0 0 0 / 80%);
  width: max-content;
}
.logoTextContainer .row:first-child{
  margin: 8px 0 4px 0;
}
.logoTextContainer .row{
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 4px 0;
  margin: 4px 0;
}
.logoTextContainer .row svg{
  width: 22px;
  height: 22px;
  fill: rgb(0 0 0 / 90%);
  margin-right: 8px;
}
.logoTextContainer .row.connections{
  padding: 16px 0 0px 0;
  height: 24px;
}
.logoTextContainer .row.connections a{
  height: 100%;
  opacity: 0.7;
  margin-right: 12px;
  width: 22px;
  height: 22px;
}
.logoTextContainer .row.connections a:hover{
  opacity: 1;
}
.logoTextContainer .row.connections img{
  height: 100%;
}
.logoTextContainer .row:first-child{
  padding-top: 16px;
}
#footer-copyright{
  background: rgb(89,192,209);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5YzBkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MWJlYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(89,192,209,1) 0%, rgba(81,190,162,1) 100%);
  background: -webkit-linear-gradient(left, rgba(89,192,209,1) 0%,rgba(81,190,162,1) 100%);
  background: linear-gradient(to right, rgb(59 152 169) 0%,rgb(21 117 133) 100%);
}
#footer-copyright .copyright{
  font-size: 0.85em;
  margin-block-start: 0.33em;
  margin-block-end: 0.33em;
  color: #fff;
  font-family: 'Cabin-Regular';
}
#footer-copyright .copyright a{
  color: #fff;
}
#footer-copyright .constraint .add-padding{
  padding: 4px 32px;
}
#footer-copyright .constraint .add-padding .container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.filter-display{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.filters-column {
  width: 260px;
  position: relative;
  left: 0;
  flex-shrink: 0;
  margin-right: 32px;
  position: sticky;
  top: 151px;
}
.filter-property{
  margin-bottom: 0;
}
.filter-options{
  height: auto;
  overflow: hidden;
}
.filter-property.hidden .filter-options{
  height: 0;
}
.filter-property .filter-property-tittle{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.filter-property .filter-property-tittle:hover .shown-hidden-arrow{
  fill: #47a7b7;
  transform: scale(1.2);
  background-color: #fbfbfb;
}
.filter-property .filter-property-tittle>div{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.filter-property .filter-property-tittle .icon-container{
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.filter-property .filter-property-tittle .icon-container svg{
  width: 100%;
  height: 100%;
  fill: #404040;
}
.filter-property .filter-property-tittle .shown-hidden-arrow{
  width: 26px;
  height: 26px;
  margin: 0 8px;
  fill: #707070;
  border-radius: 50%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.filter-property .filter-property-tittle:hover p{
  color: #48a8b8;
}
.filter-property .filter-property-tittle p {
  font-size: 1.15em;
  line-height: 1.15em;
  letter-spacing: 0;
  font-weight: normal;
  font-family: 'Cabin-Medium';
  color: #404040;
  margin-block-start: 0;
  margin-block-end: 0;
}
.options-list {
  list-style: none;
  padding: 0;
}
.options-list li {
  padding-bottom: 11px;
}
.checklabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 2px solid #59c0d0;
  border-radius: 6px;
}
.checklabel {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 0.9em;
  line-height: 0.9em;
  font-family: 'Cabin-SemiBold';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgb(0 0 0 / 85%);
  letter-spacing: -0.04em;
}
.checklabel input:checked ~ .checkmark:after {
  display: block;
}
.checklabel input:checked ~ .checkmark {
  background-color: #59c0d0;
}
.checklabel .checkmark:after {
  left: 5px;
  top: 2px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.filter-header {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 61px;
  background-color: rgb(255 255 255 / 95%);
  backdrop-filter: blur(10px);
  z-index: 3;
}
.offersToggle{
  margin: 0 8px;
}
#header-artwork-container{
  position: absolute;
  height: 150%;
  width: 50%;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#header-artwork-container svg{
  fill: #fff;
  height: 100%;
  width: auto;
  opacity: 0.4;
}
.offersToggle .button.offers-toggle-lbl{
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding: 7px 12px 7px 12px;
  height: 36px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #f58c19, #f78209);
}
#offers-toggle:checked + .button.offers-toggle-lbl {
  box-shadow: 0px 0px 0px #fff inset;
  color: #fff;
}
#offers-toggle:checked + .button.offers-toggle-lbl svg{
  fill:#fff;
}
#offers-toggle:checked + .button.offers-toggle-lbl span{
  color:#fff;
}
.offersToggle .button.offers-toggle-lbl:hover svg{
  fill: #f78209;
}
.offersToggle .button.offers-toggle-lbl:hover span{
  color: #f78209;
}
.button.offers-toggle-lbl:hover{
  box-shadow: 0px 0px 100px rgb(255 255 255 / 95%) inset;
}
#offers-toggle:checked + .button.offers-toggle-lbl:hover{
  box-shadow: 0px 0px 100px rgb(255 255 255 / 95%) inset;
}
#offers-toggle:checked + .button.offers-toggle-lbl:hover svg{
  fill: #f78209;
}
#offers-toggle:checked + .button.offers-toggle-lbl:hover span{
  color: #f78209;
}
#pageSubTittle{
  font-weight: 500;
}
.offersToggle .button.offers-toggle-lbl svg{
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.offersToggle #offers-toggle{
  display: none;
}
.navigation-bar {
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.navigation-bar-bottom{
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 350px);
  margin-left: 292px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(248 248 248);
  padding: 32px 0 0;
}
.sort-by-container{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sort-by-container span{
  margin-right: 8px;
}
.sort-by-btn{
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  border-radius: 6px;
  border: 2px solid #6e6e6e;
  padding: 0 0;
}
.sort-by-btn svg{
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: 10px;
  z-index: 1;
}
.filter-header #filter-header-tittle{
  width: 260px;
  margin-right: 32px;
}
.filter-header #filter-header-tittle h2{
  margin-block-start: 0.3em;
  margin-block-end: 0.3em;
  font-weight: normal;
  font-family: 'Cabin-Bold';
  color: #404040;
}
.sorting {
  width: auto;
  height: auto;
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
  font-family: 'Cabin-Medium';
  color: #404040;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 16px 8px 38px;
}
.sorting:focus{
  outline:none;
}
.pagination{
  margin-left: 25px;
}
.pagination.top-pagination{
  display: none;
}
.navigation-bar span{
  color: #404040;
}
.navigation-bar-bottom span{
   color: #404040;
}
.pagination span {
  font-family: 'Cabin-Medium';
  float: left;
  padding: 6px 10px;
  text-decoration: none;
  color: #404040;
  font-size: 1.2em;
  height: 42px;
  line-height: 30px;
  font-weight: normal;
  cursor: pointer;
  box-sizing: border-box;
}
.pagination a{
  font-family: 'Cabin-Medium';
  float: left;
  padding: 6px 10px;
  text-decoration: none;
  color: #404040;
  font-size: 1.2em;
  height: 42px;
  line-height: 30px;
  font-weight: normal;
  cursor: pointer;
  box-sizing: border-box;
}
.pagination a.active-page{
  font-weight: bold;
  color: #48a8b8;
}
.pagination a.arrow{
  height: 42px;
  margin-left: 8px;
  width: 42px;
  padding: 6px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-image: none;
  box-shadow: unset;
  background-color: transparent;
  background-color: rgb(253 253 253);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(248 248 248);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.pagination a.arrow svg{
  width: 100%;
  height: 100%;
}
.pagination a.arrow:hover{
  background-color: #fbfbfb;
}
.pagination a.arrow:hover svg{
  fill: #47a7b7;
}
.products {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: baseline;
  height: fit-content;
}
.products .noproducts{
  width: 100%;
  text-align: center;
  height: 100%;
  padding-top: 64px;
}
.products .noproducts svg{
  width: 128px;
  height: 128px;
  margin-bottom: 16px;
  fill: #686868;
}
.product-card {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 12px;
	width: calc(25% - 16px);
	background-color: #FFF;
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.25);
  margin: 8px;
  border-radius: 8px;
  max-height: 340px;
  position:relative;
}
.product-card a{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.product-card:hover{
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 25%);
}
.product-card:hover a .product-image img{
  transform: scale(1.05);
}
.product-card .offerPercentageLabel{
  right: 0px;
}
.product-image img {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.product-info {
  text-align: left;
  font-family: 'Cabin-Semibold';
  margin-block-start: 0.66em;
  margin-block-end: 0;
  font-size: 1em;
  height: 4.6em;
  line-height: 1.15em;
  color: rgb(0 0 0 / 85%);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card .price{
  font-family: 'Cabin-Bold';
  margin-block-start: 0.33em;
  margin-block-end: 0.33em;
  height: 1.3em;
  font-size: 1.3em;
  text-align: center;
  color: #000000;
}
.product-card.offer .price {
  font-weight: bold;
}
.product-card.offer .price sup{
  color: #898989;
  font-size: 0.7em;
  text-decoration: line-through;
  margin-left: 6px;
}
.product-card .product-image{
  height: 144px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}
.displayFiltersBtn{
  display:none;
}
.filters-column-header{
  display:none;
}
.cartNo{
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  right: -10px;
  top: -10px;
  background-color: #FFF;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 #00000029;
  background-color: #65d2b6;
  color: #FFF;
  font-size: 0.6em;
  display: none;
}
.cartNo.visible{
  display: block;
}
/*------------------------------- SNAKBAR ------------------------------*/
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #47a7b7;
  color: #ffffff;
  text-align: center;
  padding: 12px 16px;
  position: fixed;
  z-index: 99999;
  box-sizing: border-box;
  left: 50%;
  right: 50%;
  bottom: 30px;
  font-size: 1em;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 #00000038;
  font-family: 'Cabin-Semibold';
  border: 2px solid #47a7b7;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #59c0d1, #47a7b7);
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}
@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.flex-table-order {
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}
.flex-row {
  width: 100%;
  display: flex;
  border-radius: 16px;
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.25);
  border-radius: 0 0 0 0;
}
.flex-table-order .flex-row {
  position: relative;
}
.flex-table-order .flex-row.product-header{
  margin-bottom: 0px;
  border-radius: 16px 16px 0 0;
}
.flex-table-order .flex-row.product-header .first-el p{
  font-size: 1em;
}
.flex-table-order .flex-row.product-footer{
  margin-bottom: 0px;
  border-radius: 0 0 16px 16px;
  background-color: #fbfbfb;
}
.flex-table-order .flex-row.product-footer p {
  font-family: 'Cabin-Bold';
  font-size: 1.3em;
}
.first-el {
  box-sizing: border-box;
  padding: 16px 16px 16px 16px;
  width: calc(64% - 64px);
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
}
.first-el:hover h4{
  color: #000;
  text-decoration: underline;
}
.first-el:hover img{
  transform: scale(1.05);
}
.second-el {
  box-sizing: border-box;
  padding: 16px 16px 16px 16px;
  width: 36%;
  display: grid;
  grid-template-columns: minmax(25%,25%) minmax(50%,50%) minmax(25%,25%);
  grid-auto-flow: column;
  flex-grow: 0;
    flex-shrink: 0;
}
.third-el{
  box-sizing: border-box;
  width: 64px;
  padding: 16px 16px 16px 16px;
  flex-grow: 0;
  flex-shrink: 0;
}
.first-el .photo{
  width: 20%;
  padding-right: 16px;
  max-height: 136px;
}
.first-el .photo>div{
  padding: 16px;
  box-sizing: border-box;
  height: 100%;
}
.flex-table-order.confirmation-page .flex-row .first-el .photo{
  width: 5%;
}
.flex-table-order.confirmation-page .flex-row .first-el .desc{
  display: flex;
    align-items: center;
}
.flex-table-order.confirmation-page .flex-row .first-el .desc h4{
  margin-block-end: 0em;
}
.first-el .desc{
  width: 80%;
  padding-right: 16px;
}
.first-el img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.second-el .price { 
  line-height:30px;
  text-align:right;
  padding-right: 16px;
  box-sizing: border-box;
}
.second-el .price p{
  font-size: 1em;
}
.second-el .quantity p{
  font-size: 1em;
}
.second-el .quantity {
  box-sizing: border-box;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  line-height: 30px;
}
.second-el .quantity>div{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.second-el .quantity>div button:first-child{
  margin: 0 8px 0 0;
}
.second-el .value {
  line-height:30px;
  text-align:right;
  padding-right: 8px;
  box-sizing: border-box;
}
.second-el .value p{
  font-size: 1em;
}
.first-el .row{
  display: flex;
}
.flex-table-order h4{
  font-weight: normal;
  color: #000;
  font-size: 1.23em;
  margin-block-start: 0em;
  margin-block-end: 0.7em;
}
.flex-table-order p, .flex-table-order span {
  font-weight: normal;
  color: #33383a;
  font-size: 0.95em;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.first-el p,.first-el span{
  margin-block-end: 0.33em;
}
.btn-order-holder {
  margin: auto;
  text-align: right;
  margin: 32px 0 32px 16px;
}
.cart-item-remove {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: rgb(253 253 253);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(248 248 248);
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.cart-item-remove svg{
  fill: #404040;
  width: 100%;
  height: 100%;
  position: relative;
}
.cart-item-remove:hover{
  border-color: rgb(71 167 183 / 31%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, rgb(89 192 209 / 5%), rgb(71 167 183 / 5%));
}
.cart-item-remove:hover svg{
  fill: #47a7b7;
  transform: scale(0.8);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.quantity button {
  height: 40px;
  width: 40px;
  padding: 6px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-image: none;
  box-shadow: unset;
  background-color: transparent;
  background-color: rgb(253 253 253);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(248 248 248);
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.quantity button:focus{
  outline:none;
}
.quantity button svg{
  fill: #404040;
}
.quantity button:hover{
  border-color: rgb(71 167 183 / 31%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, rgb(89 192 209 / 5%), rgb(71 167 183 / 5%));
}
.quantity button:hover:hover svg{
  fill: #47a7b7;
  transform: scale(0.8);
}
.quantity input {
  display: inline-block;
  width: 50px;
  font-size: 1em;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
  background-color: #FFF;
  border-radius: 6px;
  border: solid 2px transparent;
  background-image: unset;
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-sizing: border-box;
  height: 40px;
  font-family: 'Cabin-Bold';
}
.quantity input:focus{
  outline:none;
}
.btn-order-holder .button{
  padding: 12px 32px;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #fbfbfb;
  color: #000000bd;
  text-align: center;
  padding: 8px;
  border-radius: 16px;
  position: absolute;
  margin-top: -54%;
  margin-left: -10%;
  z-index: 1;
  font-family: 'Cabin-Medium';
  font-size: 0.8em;
  box-shadow: 0 8px 8px 0 #0000001f;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.flex-table-identify{
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin: 16px 0;
}
.flex-table-identify .row{
  width:100%;
  display: flex;
  margin: 0px 0px 0px 0px;
}
.confirmation-identify-form{
  margin-top: 44px;
  margin-bottom: 44px;
}
.confirmation-identify-form .row{
  width:100%;
  display: flex;
  margin: 0px 0px 18px 0px;
  flex-direction: column;
}
.confirmation-identify-form .row h2{
  font-family: 'Cabin-Medium';
  margin-block-start: 0.53em;
  margin-block-end: 0.53em;
  color: #3e3e3e;
}
.confirmation-identify-form .row h4{
  font-family: 'Cabin-Medium';
  margin-block-start: 0.53em;
  margin-block-end: 1em;
  color: #3e3e3e;
}
.confirmation-identify-form .row label{
  width: 100%;
  font-family: 'Cabin-Medium';
  font-size: 0.85em;
  color: #00000073;
}
.input-wrapper{
  position: relative;
}
.flex-table-order.confirmation-page{
  margin-top: 44px;
}
.flex-table-identify .row .labelCont{
  width: 28%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: none;
}
.flex-table-identify .row label{
  font-family: 'Cabin-Medium';
  margin: 0 0 0 8px;
  display: block;
  position: absolute;
  font-size: 1em;
  line-height: 1em;
  opacity: 1;
  background-color: #FFF;
  z-index: 1;
  top: 46px;
  padding: 0 8px 0 8px;
  width: fit-content;
  transform: translate(0, calc(-100% - 14px));
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.flex-table-identify .row .fields .input-wrapper input:focus + label {
  opacity: 1;
  font-size: 0.85em;
  transform: translate(0, calc(-200% - 24px));
}
.flex-table-identify .row .fields .visibleLabel label {
  opacity: 1;
  font-size: 0.85em;
  transform: translate(0, calc(-200% - 24px));
}
.flex-table-identify .row .fields{
  width: 72%;
  display: flex;
}
.field-col-2{
  width: 100%;
  padding: 0 16px 4px 0px;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 1;
}
.field-col-2.prefix{
  width: 33.33%;
}
.field-col-2.prefix .input-wrapper input{
  border-right-width: 1px;
  border-radius: 6px 0 0 6px;
  border-right-color: #e1e1e1;
}
.field-col-2.prefix.valid .input-wrapper input{
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #59c0d1, #47a7b7);
}
.field-col-2.phone .input-wrapper input{
  border-left-width: 0;
  border-radius: 0 6px 6px 0;
}
.field-col-2 .error-hint{
  min-height: 0.8em;
  margin: 8px;
  display: block;
  font-size: 0.8em;
  display: block;
  opacity: 0;
  color: #333;
  font-weight: 500;
  color: #f80;
  font-weight: bold;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.field-col-2.error .error-hint{
  visibility:visible;
}
.field-col-2 .button{
  float: right;
  font-family: 'Cabin-Bold';
  padding: 12px 32px;
}
.field-col-1{
  width:50%!important;
}
.input-wrapper input{
  width: 100%;
  box-sizing: border-box;
  padding: 12px 12px;
  border-radius: 6px;
  font-family: 'Cabin-Medium';
  font-size: 1em;
  background-color: #FFF;
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #a7a7a7, #939393);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
  float: unset;
}
.input-wrapper input:focus{
  outline:none;
}
.input-wrapper input::placeholder{
  font-family: 'Cabin-Medium';
  font-size:0.9em;
}
.input-wrapper select{
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 6px;
  font-family: 'Cabin-Medium';
  font-size: 1em;
  background-color: #FFF;
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #a7a7a7, #939393);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
  float: unset;
}
.input-wrapper select:focus{
  outline:none;
}
.input-wrapper select.valid{
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #59c0d1, #47a7b7);
}
.input-wrapper input:required:invalid:not(:placeholder-shown){
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg,#f58c19, #f78209);
}
.input-wrapper input:required:valid{
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #59c0d1, #47a7b7);
}
.visible-error-hint .input-wrapper input{
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg,#f58c19, #f78209)
}
.visible-error-hint .input-wrapper select{
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg,#f58c19, #f78209)
}

.input-wrapper textarea{
  width: 100%;
  box-sizing: border-box;
  padding: 12px 12px;
  border-radius: 12px;
  font-family: 'Cabin-Medium';
  font-size: 14px;
  background-color: #FFF;
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #a7a7a7, #939393);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
  text-align: left;
  resize: none;
}
.input-wrapper textarea:required:invalid:not(:placeholder-shown){
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg,#f58c19, #f78209);
}
.input-wrapper textarea:focus{
  outline:none;
}
.flex-table-identify .row .fields .input-wrapper textarea:focus + label{
  opacity: 1;
  font-size: 0.85em;
  transform: translate(0, calc(-200% - 24px));
}
.field-col-2.error .input-wrapper input{
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #FFC107, #FF9800);
}
.field-col-2 label{
  font-family: 'Cabin-Medium';
  font-size: 0.8em;
  margin: 8px 8px;
  display: block;
  color: #3e3e3e;
}
.identifyFormContainer{
  width:100%;
  display: flex;
  flex-direction:column;
}
.identifyTextContainer{
  padding: 16px 16px 16px 0;
  width: 100%;
}
.identifyTextContainer p, .identifyTextContainer span{
  font-size: 0.85em;
  line-height: 1.4em;
}
.no-padding-right{
  padding-right: 0;
}
.order-details-container{
  display: flex;
  flex-direction: row;
  margin-bottom:44px;
}
.order-details-container .receiver-container{
  width: 36%;
}
.button.disabled{
  opacity: 0.3;
}
.about-Container{
  width: 50%;
  margin-top: 44px;
}
.about-Container img{
  float: left;
  margin-right: 12px;
}
.homeProductScrollerHeader{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-switch-btns-container{
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.tab-switch-btns-container .button{
  margin-left: 12px;
  font-size: 1em;
  line-height: 1em;
  text-transform: capitalize;
  box-shadow: unset;
  background-color: unset;
  background-image: unset;
  font-family: 'Cabin-Bold';
  color: #606060;
  background-clip: unset;
  padding: 0 22px;
  height: 42px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.tab-switch-btns-container .button:hover{
  color: #2a2a2a;
}
.tab-switch-btns-container .button.filled{
  color: #FFF;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #59c0d1, #47a7b7);
  border-color:#47a7b7;
}
.tab-switch-btns-container .button:first-child{
  margin-left: 0;
}
.homeProductScrollerHeader .navigator{
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 4px;
  background-color: rgb(253 253 253);
}
.homeProductScrollerHeader .navigator .button{
  height: 42px;
  margin-left: 24px;
  width: 42px;
  padding: 6px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-image: none;
  box-shadow: unset;
  background-color: transparent;
  background-color: rgb(253 253 253);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(248 248 248);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.homeProductScrollerHeader .navigator .button:hover{
  border-color: rgb(71 167 183 / 31%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, rgb(89 192 209 / 5%), rgb(71 167 183 / 5%));
}
.homeProductScrollerHeader .navigator .button:hover svg{
  /*fill: url(#sual-gradient-svg);*/
  fill:#47a7b7;
  transform: scale(0.8);
}
.homeProductScrollerHeader .navigator .button:first-child{
  margin-left: 0;
}
.homeProductScrollerHeader .navigator .button svg{
  width: 100%;
  height: 100%;
  fill:  #404040;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.homeProductScrollerHeader .navigator img{
  height: 40%;
  width: 40%;
  display: block;
}
@media screen and (min-width:1400px) and (max-width:1700px) {
  .constraint {
    width: 1280px
  }
}
@media screen and (min-width:1260px) and (max-width:1399px) {
  .constraint {
    width: 1120px
  }
}
@media screen and (min-width:860px) and (max-width:1259px) {
  .constraint {
    width: 980px
  }
}
@media screen and (min-width:0px) and (max-width:860px) {
  body.visible-menu{
    overflow: hidden;
  }
  .cart-item-remove svg{
    width: 22px;
    height: 22px;
    display: block;
  }
  .offerPercentageLabel{
    padding: 8px 8px;
  }
  .preFooter .constraint .add-padding{
    padding: 0 24px;
  }
  .preFooter .constraint .add-padding h1{
    padding: 0 0 8px;
  }
  .tutoriaSection:nth-child(1){
    padding: 16px 0 16px 0;
  }
  .tutoriaSection:nth-child(2){
    padding: 16px 0 16px 0;
  }
  .tutoriaSection:nth-child(3){
    padding: 16px 0 16px 0;
  }
  .tutoriaSection .imageContainer svg{
    width: 36px;
  }
  .tutoriaSection .descContainer h3{
    font-size: 1.2em;
  }
  .section{
    padding: 24px 0px 24px 0;
  }
  .about-Container{
    width: 100%;
  }
  .hs {
    grid-auto-columns: calc(70% - var(--gutter) * 2);
    height: 320px;
  }
  .header .logoContaier{
    width: 96px;
    height: auto;
    margin-left: 0px;
    margin-top: 0;
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
    margin-left: 12px;
    padding: 12px 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .scrolling .header{
    top: 0;
  }
  .scrolling .header .logoContaier{
    grid-row-start: 2;
    grid-row-end: 2;
    padding: 7px 0;
    margin-left: 8px;
  }
  .scrolling .header.show-search .logoContaier{
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .newsletter-section .container ul{
    width: 100%;
    justify-content:space-around;
  }
  .top-header-icon-cont.language ul{
    right: 16px;
    top: 100%;
  }

  .top-header-icon-cont.language{
    margin-right: 12px;
    margin-right: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all 250ms ease-in-out;
  }
  .top-header-icon-cont.language ul li a{
    font-size: 1.2em;
  }
  .scrolling .top-header-icon-cont.language{
    width: 0;
    overflow: hidden;
    transform: scale(0);
  }
  #staticHeaderMenuBtn{
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
    padding: 12px 0;
    display: block;
  }
  #staticHeaderMenuBtn .menuIcon svg{
    width: 100%;
    height: 100%;
  }
  .headerBtnsContainer{
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .constraint{
    width: 100%;
  }
  .constraint .add-padding{
    padding: 0 24px;
  }
  .header .constraint .add-padding{
    padding: 0 24px;
  }
	.container {
		width: 100%;
	}
  .header{
    height: auto;
    background-color: #FFF;
    backdrop-filter: unset;
  }
  .header .menuContaier{
    width: 100%;
    margin-left: 0;
    border-radius: 0px 0px 16px 16px;
    border: none;
    transform: translateY(-52px);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .header .menuContaier.visible{
    transform: translateY(0px);
  }
  .header .container {
    z-index: 5;
    background-color: #FFF;
    padding-left: 0;
    padding-right: 0;
    grid-auto-columns: 28px auto min-content;
    grid-auto-rows: 0 auto auto;
  }
  .header .searchContainer .search-icon-container{
    margin-right: 6px;
  }
  .header .searchContainer .searchField{
    padding: 6px 8px 6px 8px;
  }
  .scrolling .header.show-search .searchContainer .searchField{
    padding: 6px 8px 6px 8px;
  }
  .scrolling #ul-navigtation-header-container{
    height: calc(100vh - 52px);
  }
  #ul-navigtation-header-container{
    position: fixed;
    width: 100%;
    height: calc(100vh - 52px);
    background-color: #fff;
    left: 0;
    transform: translate(-100%, 0);
    top: 52px;
    box-sizing: border-box;
    padding: 61px 0 8px 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .visible-menu.scrolling #ul-navigtation-header-container{
    height: calc(100vh - 52px);
    padding: 24px 0 8px 0;
  }
  .visible-menu #ul-navigtation-header-container{
    transform: translate(0, 0);
  }
  .header #ul-navigtation-header-container .ul-navigtation-header{
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    width: 100%;
    overflow: auto;
    padding: 0 0 80px 0;
  }
  .header #ul-navigtation-header-container .ul-navigtation-header li{
    opacity: 1;
    width: calc(100% - 20px);
    box-sizing: border-box;
    border-bottom-color: #f4f4f4;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0;
    padding: 12px 24px;
  }
  .header #ul-navigtation-header-container .ul-navigtation-header .mobile-menu-extra-container{
    margin-top: 0;
    padding-top: 16px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: transparent;
    width: 100%;
  }
  .header #ul-navigtation-header-container .ul-navigtation-header li.mobile-menu-extra{
    display: list-item;
    padding: 8px 24px;
    border-bottom-color: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .header #ul-navigtation-header-container .ul-navigtation-header li.mobile-menu-extra:first-child{
    border-top-color: transparent;
  }
  .header #ul-navigtation-header-container .ul-navigtation-header li.mobile-menu-extra a{
    font-family: 'Cabin-Regular';
  }
  .header #ul-navigtation-header-container .ul-navigtation-header li a{
    font-size: 1.17em;
    padding: 0;
  }
  .header #ul-navigtation-header-container .ul-navigtation-header li:first-child a{
    padding: 0;
  }
  .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(1),
  .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(2),
  .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(3),
  .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(4),
  .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(5),
  .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(6),
  .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(7),
  .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(8),
  .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(9),
  .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(10),
  .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(11),
  .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(12),
  .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(13),
  .header #ul-navigtation-header-container .ul-navigtation-header li:nth-child(14){
    -webkit-animation: unset;
    animation: unset;
  }
  .header #ul-navigtation-header-container .ul-navigtation-header li:first-child{
    border-top-color: #f4f4f4;
    border-top-width: 1px;
    border-top-style: solid;
    margin: 0;
  }
  .header #ul-navigtation-header-container .ul-navigtation-header li:last-child{
    margin: 0;
  }
  .header #ul-navigtation-header-container .ul-navigtation-header li:last-child a{
    padding: 0;
  }
  .header .headerSearchContaier{
    grid-row-start: 3;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 4;
    width: 100%;
    margin: 0;
  }
  .scrolling .header .headerSearchContaier{
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 2;
    padding: 7px 0;
  }
  .scrolling .header.show-search .headerSearchContaier{
    width: calc(100% - 12px);
  }
  .scrolling .header #show-products-category-header-container{
    width: 0;
    display: none;
  }
  .header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li .liTextCont h5{
    font-size: 0.85em;
  }
  .header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li .liImgCont{
    flex-shrink: 0;
  }
  .header .searchContainer{
    margin-right: 0;
  }
  .header .logoContaier .logo-link svg{
    height: 80%;
    width: auto;
  }
  .scrolling .header .logoContaier .logo-link svg{
    height: 50%;
  }
  .main .carusleContainer{
    height: 250px;
  }
  .footer .constraint .add-padding{
    padding: 24px 24px;
  }
  .logoTextContainer .row{
    flex-wrap: wrap;
  }
  .logoTextContainer .row .footer-logo-container{
    width: 100%;
  }
  .logoTextContainer .row .footer-logo-container svg{
    width: 170px;
  }
  .logoTextContainer .row:first-child{
    padding: 0;
    margin: 0;
  }
  .logoTextContainer .column:first-child{
    width: 100%;
  }
  .logoTextContainer .column{
    margin: 0;
    padding:24px 24px 24px 0;
  }
  #footer-copyright .constraint .add-padding .container{
    flex-direction: column;
    padding: 8px 0;
  }
  .tutorialContainer{
    flex-direction: column;
  }
  .homeProductRow .prduct{
    width: 50%;
  }
  .show-mobile{
    display:flex!important;
  }
  .header .staticNavigation{
    position: fixed;
    background-color: #ffffff8f;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    transform: translateX(100vw);
    margin-left: 0px;
    z-index: 6;
  }
  .header .staticNavigation.visible{
    transform: translateX(0vw);
    background-color: #fffffff7;
  }
  .hs{
    scroll-behavior: smooth;
  }  
  .hs.scrolling::-webkit-scrollbar {
    width: 10px;
    height:10px;
  }
  .hs.scrolling::-webkit-scrollbar-track {
    background: transparent;
    border-radius:8px;
  }
  .hs.scrolling::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 8px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .hs::-webkit-scrollbar-thumb {
    background: #85cacf;
    border-radius: 8px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .hs::-webkit-scrollbar {
    width: 10px;
    height:10px;
    
  }
  .hs::-webkit-scrollbar-track {
    background: transparent;
    border-radius:8px;
  }
  .hs::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 8px;
  }
  .header .staticNavigation ul{
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0px;
    padding: 16px 16px 16px 16px;
  }
  .header .staticNavigation ul li{
    text-align: right;
    width: 100%;
    padding: 16px;
    font-size: 1.3em;
    margin: 0;
  }
  .slide .sliderTextContainer h1{
    font-size: 1.6em;
  }
  .slide .sliderTextContainer h2{
    font-size: 1.3em;
  }
  .slide .sliderTextContainer h3{
    font-size: 0.7em;
  }
  .section h1{
    font-size: 1.6em;
  }
  .section h2{
    font-size: 1.25em;
  }
  #subscribe-wraper{
    width: 100%;
    margin-top: 96px;
  }
  .newsletter-section #flying-email-bg{
    height: 150px;
  }
  .newsletter-section #flying-email-bg svg{
    width: 128%;
    height: 128%;
    left: -15%;
    top: -10%;
  }
  .newsletter-section .subscribe-form-container .submit-btn-cont{
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding: 12px 0;
  }
  .featuredProduct .featuredDescContainer p{
    display:none;
  }
  #categoryBoostHomeCont #img-container{
    width: 100%;
  }
  .section.categoryBoostHome {
    background-image: linear-gradient(rgb(175 35 35 / 0%), rgba(255, 255, 255, 0)), linear-gradient(135deg, rgb(255 255 255), #f7f7f7);
    padding: 0;
  }
  .section.categoryBoostHome .constraint .add-padding .bg-cont{
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 36px);
    z-index: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(135deg, rgb(250 250 250), #ffffff);
  }
  .section.categoryBoostHome .constraint .add-padding{
    padding: 24px;
  }
  .header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl li{
    padding: 4px 0;
  }
  #categoryBoostHomeCont{
    display: grid;
    grid-template-columns: 1fr;
  }
  #categoryBoostHomeCont .desc-container{
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .featuredProduct .imgCont{
    width: 50%;
  }
  .featuredDescContainer{
    width: 50%;
  }
  .newsletter-section .container{
    flex-direction: column;
  }
  .item.show-more .prodContainer a h3{
    font-size: 1em;
  }
  .footer .logoContainer{
    width: 68px;
    height: 68px;
  }
  .footerBg{
    width: 72%;
    top: 85%;
    left: 28%;
    height: auto;
    overflow: hidden;
  }
  .footerWraper p{
    font-size: 12px;
  }
  .logoTextContainer .copyright{
    font-size: 10px;
  }
  .descContainer p {
    width: 100%;
    line-height: 1.25em;
    margin-block-start: 0.33em;
  }
  .tutoriaSection{
    width:100%;
  }
  .tutoriaSection .imageContainer img{
    width:36px;
  }
  .carusleContainer.small{
    height:auto;
    margin-bottom: 0;
  }
  .carusleContainer.small .constraint .add-padding{
    padding: 16px 24px;
  }
  .carusleContainer.small.products{
    overflow: hidden;
  }
  .section.products-page{
    padding: 8px 0px 24px 0;
  }
  .carusleContainer.small.products .constraint .add-padding{
    padding: 12px 24px;
  }
  .filter-property .filter-property-tittle .shown-hidden-arrow{
    margin: 0 16px 0 8px;
  }
  .hero-text{
    width: 100%;
  }
  .hero-text h2{
    bottom: 20px;
    font-size: 0.9em;
  }
  .hero-text h3{
    bottom: 20px;
    font-size: 0.6em;
  }
  .product-card {
    flex: 2 calc(50% - 24px);
    margin: 12px;
  }
  .filters-column {
    padding-left: 22px;
    display: block;
    position: fixed;
    height: calc(100vh - 113px);
    background-color: rgb(255 255 255 / 95%);
    backdrop-filter: blur(10px);
    top: 113px;
    z-index: 6;
    width: calc(90% - 22px);
    overflow: auto;
    box-shadow: 2px 0px 12px 0 #00000045;
    transform: translate(-100vw);
    margin-right: 0;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  .scrolling .filters-column{
    height: calc(100vh - 52px);
    top: 52px;
  }
  @keyframes filters-column-visible-animation {
    0% {
      box-shadow: 2px 0px 12px 0 #00000045;
    }
    100% {
      box-shadow: 2px 0px 100px 0 rgb(0 0 0 / 56%);
    }
  }
  .filters-column.visible{
    transform: translate(0vw);
    -webkit-animation: filters-column-visible-animation 250ms ease-in-out 250ms 1 normal forwards;
    animation: filters-column-visible-animation 250ms ease-in-out 250ms 1 normal forwards;
  }
  .filters-column-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
  }
  .filters-column-header .closeIconContainer{
    height: 66px;
    width: 46px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .filters-column-header .closeIconContainer .closeIcon{
    width: 28px;
    height: 28px;
    padding-right: 16px;
  }
  .filters-column-header .closeIconContainer .closeIcon svg{
    fill: #707070;
  }
  .filters-column h2{
    font-weight: normal;
    font-family: 'Cabin-Medium';
  }
  .products{
    width:100%;
  }
  .filter-header h3{
    display:none;
  }
  .productSimilarTitle{
    margin-left: 16px;
  }
  .navigation-bar {
    width: 100%;
  }
  .navigation-bar-bottom{
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  .navigation-bar .sort-by{
    display:none;
  }
  .navigation-bar .sort-by span{
    display: none;
  }
  .navigation-bar .sort-by .sorting{
    margin-left: 15px;
    padding: 8px 8px 8px 38px;
  }
  .displayFiltersBtn{
    display: flex;
    align-items: center;
    font-size: 1em;
    line-height: 1em;
    font-weight: normal;
    font-family: 'Cabin-Medium';
    color: #404040;
    padding: 0 12px;
    border: 2px solid transparent;
    border-radius: 6px;
    height: 36px;
    box-sizing: border-box;
    padding: 8px 16px 8px 28px;
    position: relative;
  }
  .displayFiltersBtn svg{
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 0;
    z-index: 1;
    left: 0;
    fill: #404040;
  }
  .sorting{
    text-align: center;
    padding: 8px 16px 8px 28px;
  }
  .sort-by-btn svg{
    margin-left: 4px;
  }
  .filter-display{
    flex-direction: column;
  }
  .header .searchContainer .search-icon-container svg{
    fill: #404040;
  }
  .item .prodContainer .imgCont img{
    object-fit: contain;
  }
  .flex-table-order {
    width: 100%;
  }
  .flex-table-order .flex-row {
    flex-wrap: wrap;
    margin-bottom: 16px;
    border-radius: 6px;
  }
  .product-header{
    display:none;
  }
  .first-el {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
  .first-el .descMobile{
    padding: 4px 12px;
    display: none;
  }
  .first-el .photo {
    width: 22%;
    padding: 8px 8px 8px 4px;
    box-sizing: border-box;
  }
  .first-el .photo>div{
    padding: 8px;
  }
  .first-el .desc {
    width: 78%;
    padding-right: 36px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .flex-table-order h4{
    font-size: 1.13em;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .second-el {
    flex-direction: column;
    width: 100%;
    text-align: right;
  }
  .second-el .price{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    padding-right: 0px;
  }
  .second-el .quantity{
    width: 100%;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    padding-right: 0px;
    padding-left: 0px;
  }
  .second-el .value{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    padding-right: 0px;

  }
  .second-el .value p {
    font-size: 1.25em;
  }
  .second-el .price .show-mobile,
  .second-el .quantity .show-mobile,
  .second-el .value .show-mobile{
    font-size: 0.9em;
  }
  .third-el{
    width: 38px;
    height: 38px;
    padding: 4px;
    position: absolute;
    right: 2px;
    top: 2px;
  }
  .cart-item-remove{
    height: 30px;
    width: 30px;
    display: block;
    position: relative;
    padding: 2px;
    box-sizing: border-box;
  }
  .quantity button svg{
    width: 100%;
    height: 100%;
    display: block;
  }
  .btn-order-holder .button{
    display: block;
    text-align: center;
    padding: 16px;
    font-size: 1em;
    width: 100%;
  }
  .flex-row .second-el{
    padding: 8px 12px;
    grid-template-columns: minmax(100%,100%);
    grid-auto-flow: row;
  }
  .flex-table-order .flex-row.product-footer{
    border-radius: 6px;
  }
  .flex-table-order .flex-row.product-footer .second-el{
    padding: 16px 12px;
  }
  .flex-table-order.confirmation-page .flex-row .first-el .photo{
    width: 35%;
  }
  .flex-table-order.confirmation-page .flex-row .first-el .desc {
    display: flex;
    padding-right: 0px;
    align-items: flex-start;
  }

  .flex-table-identify{
    width:100%!important;
    padding-right: 0px;
  }
  .field-col-2 .button{
    width: 100%;
  }
  .flex-table-identify .row{
    flex-direction: column;
  }
  .flex-table-identify .row label{
    white-space: nowrap;
  }
  .flex-table-identify .row .fields{
    width:100%;
  }
  .order-details-container{
    flex-direction: column;
  }
  .order-details-container .receiver-container{
    width:100%;
  }
  .section h3{
    font-size: 1.17em;
  }
  .homeProductScrollerHeader .navigator{
    display:none!important;
  }
  .header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl::-webkit-scrollbar {
    width: unset;               /* width of the entire scrollbar */
  }
  .header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl::-webkit-scrollbar-track {
    background: unset;        /* color of the tracking area */
  }
  .header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl::-webkit-scrollbar-thumb {
    background-color: unset;    /* color of the scroll thumb */
    border-radius: unset;       /* roundness of the scroll thumb */
    border: unset;  /* creates padding around scroll thumb */
  }
  .header .headerSearchContaier .searchContainer #header-search-results-container .card #directSearchUl::-webkit-scrollbar-thumb:hover{
    background-color: unset;    /* color of the scroll thumb */
  }
  .tab-switch-btns-container .button{
    font-size: 0.9em;
  }
  .hs:after{
    display: none;
  }
  .offersToggle{
    display: none;
  }
  .filter-header #filter-header-tittle{
    display: none;
  }
  .filter-header #filter-header-tittle h2{
    display: none;
  }
  .products-page .constraint .add-padding{
    padding: 0;
  }
  .filter-header{
    padding: 12px 24px;
    top: 52px;
  }
  .header #navigtation-top-menu-container{
    display: none;
  }
  .homeProductScroller{
    padding: 0;
  }
}

.input-wrapper input:-internal-autofill-selected {
  -webkit-appearance: none;
  background-color: #FFF!important;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #59c0d1, #65d2b6)!important;
  color: #000 !important;
  border: solid 2px #59c0d1;
  box-shadow: 2px 1000px 1px #fff inset;
  background-origin: border-box;
  background-clip: content-box, border-box;
  font-family: 'Cabin-Medium';
}
