body {
font-family: 'Noto Sans', sans-serif;
}

.notloggedin #abovetopbanner {
display:none;
}


.itemsgroup {
    display: none;
}

#mobile-header .itemsgroup {
    display: none;
}

.mobile-header {
    box-shadow: none;
}

.side-nav__footer {
    box-shadow: none;
}

h1 {
font-family: 'Source Serif 4', serif;
font-weight: 400;
letter-spacing: 3px;
font-size: 1.8em;
}

h3 {
font-family: 'Source Serif 4', serif;
}


.badgeid4149 {
    background-color: #4ac325;
}

a.editme {
  margin-bottom: 10px;
}

.c-maintitle{
padding-top: 20px;
font-weight: 300;
font-size: 1.4em;
line-height: 2em;
margin-bottom: 10px;
text-align: center;
color: #2ea9ae;
}

/*TOP MENU*/

div.topmenu ul li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #bebebe;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
div.topmenu ul li a:hover:after { 
  width: 80%; 
  left: 15px; 
}


/*END OF TOP MENU*/


/*FOOTER*/
.c-footer-container {
margin-top: 5vh;
display: flex;
gap: 20px;
    justify-content: space-evenly;
    align-items: center;
}
@media (max-width: 820px) {
.c-footer-container {
flex-direction: column;
}
}


.c-footer-title {
text-align: center;
font-family: 'Source Serif 4', serif;
    line-height: 1em;
    margin-bottom: 5px;
    font-weight: 500;
font-size: clamp(2rem, 0.944rem + 3.38vw, 5rem); /*32-80*/
color: #2ea9ae;
}
.c-footer-subtitle {
text-align: center;
    line-height: 1.2em;
    margin-top: 0px;
font-size: 1.4em;
color: #2ea9ae;
}

.c-footer-container p{
text-align: center;
margin-bottom: 4px;
}

.c-footer-icons {
text-align: center; 
padding-top: 50px;
}

.c-footer-icons a img {
width: 30px;
height: auto;
}

.c-footer-icons a img:hover {
filter: invert(61%) sepia(28%) saturate(1004%) hue-rotate(134deg) brightness(88%) contrast(86%);
}


/* FORM*/
.c-form {
    max-width: 350px;
    margin: auto;
    position: relative;
    top: 0;
    transform: translateY(0%);
    width: 350px;
    height: 48px;
    left: -52.5px;
    border: 1px solid #bebebe;
}
.c-form .c-inputContainer i {
   position: absolute;
}

.c-inputContainer {
    width: 100%;
    margin-bottom: 0px;
    position: absolute;
    left: 0%;
    transform: translate(0%, -50%);
    top: 50%;
    text-align: left;
}
.c-form .icon  {
   padding: 10px;
   color: #000;
   width: 70px;
   text-align: left;
}
#mod1388-email {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    border: 0px;
    background-color: transparent;
}
.c-form .btn {
font-size: 14px;
    position: relative;
    right: 0;
    bottom: 0px;
    background-color: #2ea9ae;
    border: 0px;
    height: 48px;
color: #fff;
    transition: 0.9s;
}

.c-form .btn:hover {
    background-color: #222;
color: #fff;
}

.c-form .submit {
    position: absolute;
    top: 50%;
    right: -123px;
    transform: translate(0%, -50%);
}

@media (max-width: 768px) {
.c-inputContainer {
    width: 650px;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    text-align: left;
    padding-left: 15px;
}
.c-form .submit {
    position: absolute;
    top: 0%;
    left: 100%;
    transform: translate(-100%, -0%);
    padding-right: 15px;
}
}

.c-form input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textfield;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: transparent;
    border-image: initial;
}
.c-form input:focus {
    outline: none;
}

.c-form textarea:focus {
    color: #333;
}

.c-form input, .c-form select, .c-form textarea{
    color: #333;
}

@media (max-width: 768px) {
.c-form {
left: unset;
}

.c-form .submit {
top: unset;
left: unset;
transform: unset;
padding-right: unset;
right: 0;
bottom: 0;
}

.c-form .btn {
height: 47x;
border-radius: 6px;
}

.c-inputContainer {
width: 100%;
}

#mod1388-email {
width: 70%;
}
}

/*END OF FORM*/


/*END OF FOOTER*/



/*top icons*/


.c-top-icons {
position: absolute;
    right: 20px;
    top: 30px;
}

.c-top-icons a img {
width: 25px;
height: auto;
}

.c-top-icons a img:hover {
filter: invert(61%) sepia(28%) saturate(1004%) hue-rotate(134deg) brightness(88%) contrast(86%);
}



/*end of top icons*/


/*PRODUCT DETAILS*/
.c-product-detail-info {
margin-top: 30px;
    padding: 25px;
    background-color: #f1f1f196;
    width: max-content;
    border-radius: 8px;
}

@media (max-width: 820px) {
.c-product-detail-info {
    width: auto;
}
}


.c-product-detail-info p{
margin-bottom: 0px;
    font-size: 0.9em;
    font-style: italic;
}


.c-product-detail-info img{
max-width: 30px;
height: auto;
margin-right: 10px;
}

.c-product-detail-info:hover img{
filter: invert(61%) sepia(28%) saturate(1004%) hue-rotate(134deg) brightness(88%) contrast(86%);
}

/*END OF PRODUCT DETAIL*/.c-newlogo {
    background-image: url('/cache/files/24f77159b29e048bff38fcd405581a275cd06fd9.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/24f77159b29e048bff38fcd405581a275cd06fd9.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-image: url('/cache/files/36283551312a7a2123cadf4b2b334320dddeecf2.svg') !important;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
}.cartButton{
  background: #1a1a1a;
  border-radius: 12px;
  margin-top: 0.5em;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 1em;
}

.cartButton span {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30 px;
  font-weight: bold;
}

.cartButton:hover {
  background-color: #cccccc;
  color: #1a1a1a !important;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}div.horizontalitems div.photos {
    float: none;
    display: flex;
    align-items: center;
}

div.horizontalitems div.list div.item h3 {
    font-weight: 500;
    font-size: 16px;
}


.detail .availability  {
display: none;
}

div.items div.contentboxy div.group {
    display: none;
}


/*price view*/


.items .detail .price .pricenovat .value {
        font-size: 1.6em;
}

.items .detail .price .startprice .value {
        color: #666;
}
/*end of price*/.c-button1 {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: #2ea9ae;
color: #fff;
}
.c-button1:hover {
    background-color: #000;
}.c-filters {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    padding-top: 30px;
    flex-direction: row;
background-color: #f1f1f1a1;
    padding-left: 20px;
    border-radius: 10px;
}

.c-filters .filter_opt {
    padding: 0 10px 20px 0px;
    min-width: 200px;
}

.c-filters .amodule {
    // flex-basis: 500px;
}


.filter_opt .filterlabel {
    font-weight: 500;
}

a.toggle {
background-image: url('/cache/files/e0b8a3e91cbe87848d51f6b877fb748a37be0dfb.svg');
    padding-left: 25px;
display: inline-block;
}

a.openedexpand {
background-image: url('/cache/files/40eaaa37581f279497c9a9c304bd2c361b886376.svg');
    padding-left: 25px;
}

.boxcollapsible {
    padding: 20px;
    border-radius: 20px;
}

/* ==================================== */


/* SCREENS */
@media (max-width: 768px) {
.c-filters {
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 20px;
    flex-wrap: nowrap;
    width: 90%;
    flex-flow: column;
background-color: #f1f1f1a1;
border-radius: 10px;
}
.c-filters .amodule {
    flex-basis: 100%;
    margin-bottom: 5px;
}
}.notloggedin #topbanner {
position: fixed;
}


.notloggedin #topmenu {
position: fixed;
}

#mobile-header {
    position: fixed;
}


/*INTRO BANNER*/
.c-intro-container {
width: 100%;
height: 100vh;
background-color: #2ea9ae;
color: #fff;
position: relative;
}

@media (max-width: 820px) {
.c-intro-container {
height: 80vh;
}
}


.c-intro-logo-big {
width: 600px;
    height: auto;
    transition: 1.4s;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -35%);
z-index: 100;
}

.c-intro-logo-small {
width: 144px;
    height: auto;
    transition: 1.4s;
    position: fixed;
    top: 20px;
    left: 20px;
    transform: translate(0, 0);
z-index: 100;
}

.c-intro-logo-small-mobile {
width: 163px;
    height: auto;
    transition: 1.4s;
    position: fixed;
    top: 20px;
z-index: 100;
}

.c-intro-text-position {
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -65%);
}

.c-intro-title {
text-align: center;
font-family: 'Source Serif 4', serif;
    line-height: 1em;
    margin-bottom: 5px;
    font-weight: 500;
font-size: clamp(3.25rem, 0.873rem + 7.606vw, 10rem); /*52-160*/
}

.c-intro-subtitle {
text-align: center;
margin-bottom: 0px;
line-height: 1em;
font-size: clamp(1.5rem, 0.972rem + 1.69vw, 3rem); /*24-48*/
font-weight: 100;
}

/*END OF INTRO BANNER*/

/*MAIN BANNERS*/
.c-main-banners-container {
display: flex;
}
@media (max-width: 820px) {
.c-main-banners-container {
flex-direction: column;
}
}

.c-main-banners-container div{
    position: relative;
}

.c-main-banners-container img{
width: 50vw;
    height: auto;
}

@media (max-width: 820px) {
.c-main-banners-container img{
width: 100%;
}
}

.c-main-title {
font-size: clamp(1.75rem, 1.442rem + 0.986vw, 2.625rem); /*28-42*/
color: #fff;
padding: 20px;
line-height: 1em;
margin-bottom: 0px;
font-family: 'Source Serif 4', serif;
position: absolute;
bottom: 0;
letter-spacing: 2px;
}

/*END OF MAIN BANNERS*/


.firstpageitems {
    padding-top: 10vh;
    padding-bottom: 10vh;
}
@media (max-width: 768px) {
.firstpageitems {
    padding-left: 4vh;
    padding-right: 4vh;
}
}



/*SECOND BANNERS*/
.c-second-banners-container {
display: flex;
gap: 4vh;
justify-content: space-around;
}

@media (max-width: 820px) {
.c-second-banners-container {
flex-direction: column;
}
}

.c-second-banners-container div{
    position: relative;
}

.c-second-banners-container img{
width: 32vw;
    height: auto;
}
@media (max-width: 820px) {
.c-second-banners-container img{
width: 100%;
}
}

/*END OF SECOND BANNERS*/



/*BRANDS*/
.c-blands-container {
display: flex;
    padding-top: 10vh;
    padding-bottom: 10vh;
    gap: 20px;
    align-items: center;
}
@media (max-width: 820px) {
.c-blands-container {
flex-direction: column-reverse;
    padding-bottom: 5vh;
}
}


.c-brands-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 30vw;
    text-align: right;
    padding: 4vh;
    border-right: 1px solid #000;
}
@media (max-width: 820px) {
.c-brands-text-container {
    max-width: 100%;
    border-right: 0px solid #000;
}
}

.c-logos-container {
max-width: 70vw;
}
@media (max-width: 820px) {
.c-logos-container {
max-width: 100%;
}
}


.c-logos-container.slick-initialized .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 30px;
height: 100px;
}

/*END OF BRANDS*/



/*VINTAGE BANNER*/

.c-vintage-container {
display: flex;
    padding-top: 10vh;
    padding-bottom: 10vh;
    gap: 20px;
    align-items: center;
    justify-content: center;
max-width: 1480px;
margin: 0 auto;
}

@media (max-width: 820px) {
.c-vintage-container {
flex-direction: column;
}
}

.c-vintage-img img{
width: 100%;
height: auto;
margin-left: 200px;
}
@media (max-width: 820px) {
.c-vintage-img img{
width: 100%;
height: auto;
margin-left: 0px;
}
}

.c-vintage-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 4vh;
    border-left: 1px solid #000;
background-color: #fff;
min-height: 40vh;
    justify-content: center;
}

@media (max-width: 820px) {
.c-vintage-text {
    padding: 2vh;
    border-left: 0px solid #000;
min-height: auto;
}
}

/*END OF VINTAGE BANNER*/


/*SPECIAL BRAND BANNER*/

.c-special-brand-container {
display: flex;
align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
gap: 4vh;
padding-bottom: 10vh;
}

@media (max-width: 820px) {
.c-special-brand-container {
flex-direction: column;
}
}

.c-special-brand-banner {
width: auto;
height: auto;
}

.c-special-brand-text{
max-width: 45vw;
padding: 20px;
font-size: 0.9em;
}
@media (max-width: 820px) {
.c-special-brand-text{
max-width: 100%;
}
}

.c-special-brand-text img{
    max-height: 60px;
    width: auto;
    margin-bottom: 30px;
}
/*END OFSPECIAL BRAND BANNER*/






/*REVIEWS*/

.c-reviews-container {
    display: flex;
    padding-top: 10vh;
    padding-bottom: 10vh;
    gap: 20px;
    align-items: center;
    flex-direction: column;
}
@media (max-width: 820px) {
.c-reviews-container {
    padding-bottom: 5vh;
}
}



.c-reviews {
max-width: 800px;
margin: 0 auto;
}
@media (max-width: 820px) {
.c-reviews  {
max-width: 100%;
}
}

.c-reviews-box {
margin-left: 20px;
margin-right: 20px;
padding: 40px 20px 20px 20px;
    text-align: center;
    font-style: italic;
background-color: #fff;
    border-radius: 40px 40px 0px 40px;
box-shadow: 4px 8px 8px #dfdfdf;
    margin-bottom: 40px;
}


@media (min-width: 820px) {
.c-reviews .slider-arrow-right {
    right: -20px;
}

.c-reviews .slider-arrow-left{
    left: -20px;
}
}



/*END OF REVIEWS*/



.c-insta {
padding-top: 5vh;
text-align: center;
}/*PRODUCT SLIDER*/
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
background-color: #dedede;
top: 40%;
border-radius: 50%;
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
margin-right: 0px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
background-color: #dedede;
top: 40%;
right: 0;
border-radius: 50%;
}

.slick-prev:hover, .slick-next:hover {
background-color: #2ea9ae;
}

.slick-next:focus, .slick-prev:focus {
background-color: #2ea9ae;
}


.slick-next:before {
    top: 12px;
    right: 16px;
    height: 24px;
    width: auto;
}

.slick-prev:before {
    top: 12px;
    left: 16px;
    height: 24px;
    width: auto;
}