@charset "UTF-8";
/* CSS Document */

/* @import url("https://fonts.googleapis.com/css2?family=Carlito:wght@400;700&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;1,300&family=Ubuntu+Mono:wght@400;700&display=swap"); */

/*
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100;0,400;0,600;0,700;1,100;1,200;1,500&display=swap");
*/

@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100;0,400;0,600;0,700;1,100;1,200;1,500&family=Roboto:wght@500&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&display=swap");

body,
html {
  height: 100%;
  /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
  font-family: "Inter Tight", "Helvetica Neue", Helvetica, sans-serif;
  background-color: #f3f3f3;
  background-image: linear-gradient(to bottom right, #fafafa, #ebebeb);
  background-size: cover;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}

body {
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
img {
  vertical-align: middle;
  border: none;
  border-radius: 2px;
}
#mainContent,
#Content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  /* background-color: #1b1b1b; */
  /* background-image: linear-gradient(to bottom right, #1b1b1b, #5c5c5c); */
  min-height: 75vh;
  box-shadow: 1px 0px 10px 0px #a6a6a6;
}
#Main {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}
.mainContentTube,
.Content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.landing {
  padding-top: 0px !important;
}
.spacer {
  padding-top: 100px !important;
}
.upgradePopUpContainer {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 1;
  display: none;
}
.headFunctionsButton {
  background-color: #111;
  padding: 5px;
  display: block;
  text-align: center;
  font-style: normal;
  border-radius: 3px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
  display: none;
}
.headFunctionsButton:hover {
  background-color: #5f5f5f;
}
.upgradePopUp {
  background-color: #fff;
  width: 100vw;
  padding: 20px;
  right: auto;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  box-shadow: 0px 0px 6px #828282;
  color: #000;
  z-index: 9999999;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.upgradePopUptitler {
  float: left;
  font-size: 14px;
}
.CloseUpgradePopUp {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  /* position: absolute; */
  right: 0px;
  text-align: right;
  margin-bottom: 10px;
  cursor: pointer;
}
#mainBody {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  width: 100vw;
  padding-top: 55vh;
  /*padding-top: 45vh;*/
  position: fixed;
  top: 0;
  z-index: 0;
}
.mainBody_Title {
  color: #fff;
  font-size: 3.5em;
  font-weight: 500;
  display: block;
  line-height: 1;
  letter-spacing: 0px;
  z-index: 1;
  position: relative;
  /*text-shadow: 1px 1px 2px #535353;*/
  /* font-family: 'Barlow Condensed', 'Roboto', sans-serif; */
  font-family: "Inter Tight", "Roboto", sans-serif;
  color: transparent;
}
.mainBody_Subtitle {
  color: #fff;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0px;
  z-index: 1;
  position: relative;
  text-shadow: 1px 1px 2px #535353;
  display: none;
}
.mainBody_ShopNow {
  color: #fff;
  color: #ff0200;
  font-size: 20px;
  font-weight: 500;
  border: 2px #fff solid;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  display: inline-flex;
  /*margin-top: 25px;*/
  margin-top: 35px;
  line-height: 1;
  letter-spacing: 0px;
  z-index: 1;
  position: relative;
  text-shadow: 0px 0px 1px #feffe7;
  cursor: pointer;
  transition: all 0.5s ease;
  box-shadow: 1px 1px 2px #535353;
  text-shadow: 1px 1px 2px #535353;
  font-family: "Inter Tight", "Roboto", sans-serif;
}
.mainBody_ShopNow:hover {
  background-color: #fff;
  color: #333;
}
.winterOffersSpecialButton {
  /*background-color: #fff;
  color: #f01b21;*/
}
.sectorBody_Title {
  color: #fff;
  font-size: 3.5em;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: 0px;
  position: relative;
  text-shadow: 1px 1px 2px #535353;
}
.sectorBody_Subtitle {
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0px;
  position: relative;
  display: block;
  text-shadow: 1px 1px 2px #535353;
}
.sectorBody_ShopNow {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: 2px #fff solid;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  display: inline-flex;
  margin-top: 25px;
  line-height: 1;
  letter-spacing: 0px;
  position: relative;
  text-shadow: 0px 0px 1px #feffe7;
  cursor: pointer;
  transition: all 0.5s ease;
  box-shadow: 1px 1px 2px #535353;
  text-shadow: 1px 1px 2px #535353;
}
.sectorBody_ShopNow:hover {
  background-color: #fff;
  color: #333;
}
#mainHeader {
  background-color: #00000091;
  background-color: #1b1b1bc7;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 75px;
  z-index: 1;
}
.mainHeaderContainer {
  height: 75px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  flex-wrap: wrap;
  align-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.landingHeaderContainer {
  height: 75px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
}
#burger {
  background-image: url("../gfx/menuIcons/burger.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 42px 42px;
  width: 63px;
  height: 100%;
  float: left;
  transition: all 1s ease;
  cursor: pointer;
  opacity: 100;
}
#burger:hover {
  /* transform: rotate(90deg); */
  background-size: 42px 45px;
}
#expanderRest {
  width: calc(100vw - 450px);
}
#Logo {
  background-image: url("../gfx/MED_Logo_W.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 42px;
  height: 100%;
  width: 255px;
  float: left;
}
#mainLogoX {
  position: static;
  top: 0px;
  left: 0px;
  height: 75px;
  overflow: hidden;
  width: 450px;
  margin-left: 20px;
}
#burgerX {
  background-image: url("../gfx/menuIcons/burgerX.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 42px 42px;
  width: 63px;
  height: 100%;
  float: left;
  transition: all 0.5s ease;
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
  cursor: pointer;
}
#burgerX:hover {
  transform: rotate(180deg);
}
#burgerX:active {
  transform: rotate(170deg);
}

#LogoX {
  background-image: url("../gfx/MED_Logo_W.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 42px;
  height: 100%;
  width: 255px;
  float: left;
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}

#mainFooter {
  padding-top: 70px;
  background-color: #e8e8e8;
  width: calc(100% - 40px);
  min-height: 175px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: linear-gradient(to bottom right, #e8e8e8, #d5d5d5);
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: calc(1200px - 40px);
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 5px 10px 0px #a6a6a6;
  box-sizing: content-box;
}
.footerColumnTitle {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: left;
  color: #404040;
}
.footerColumn {
  padding: 10px;
  padding-left: 30px;
  float: left;
  width: calc(33% - 42px);
  box-sizing: border-box;
  font-size: 14px;
}
.footerSocialColumn {
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  z-index: auto;
}
.footerLink {
  display: block;
  text-align: left;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  /* height: 36px; */
  line-height: 20px;
  color: #404040;
  margin-bottom: 13px;
}
.footerLink a {
  color: inherit;
  text-decoration: none;
  width: 100%;
  display: block;
  cursor: pointer;
}
.footerLink a:active {
  color: #cfb14f;
  color: #000;
}
.footerLink:hover {
  font-weight: 600;
  padding-left: 5px;
  color: #cfb14f;
  color: #333;
}
.footerSocialColumn a {
  white-space: normal;
  overflow: hidden;
  float: left;
  max-width: 20%;
  height: auto;
  margin-bottom: 5px;
  margin-right: 20px;
  cursor: pointer;
}
.socialIcon {
  max-width: 30px;
  height: auto;
  opacity: 0.7;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.socialIcon:hover {
  opacity: 1;
}
.EuroleagueFooter {
  float: right;
  overflow: hidden;
  height: 30px;
}
.EuroleagueFooter a {
  margin: 0px;
  padding: 0px;
  float: right;
  max-width: 241px;
}
.sexy_vertical_line {
  /* margin: 0 25px; */
  height: 211px;
  min-height: 10px;
  float: left;
  width: 1px;
  /* background: black; */
  /* background: -webkit-gradient(linear, 236 300, 100% 0, from(#ffffff), to(#797979), color-stop(50%, black)); */
}
.sexy_vertical_line_cart {
  margin: 0;
  float: left;
  width: 1px;
  margin-top: 0px;
  margin-bottom: 20px;
  background: #444;
  min-height: 60vh;
  /* background: -webkit-gradient(
    linear,
    236 300,
    100% 0,
    from(#ffffff),
    to(#797979),
    color-stop(0%, white)
  ); */
  margin-left: 4px;
  display: none;
}

#landingFooter {
  background-color: #555555;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  min-height: 75px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  /* background-image: linear-gradient(to bottom right, #2d2d2d, #acacac); */
  background-color: #1b1b1b78;
  font-family: "Inter Tight", "Roboto", sans-serif;
}
#mainOption {
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  margin-right: 20px;
}
#mainLogo {
  margin-left: 20px;
  height: inherit;
}
.mainIcon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px auto;
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
  position: relative;
  box-sizing: content-box;
  transition: all 0.2s;
}
.mainIcon:hover {
  background-size: 24px auto;
}
.mainIcon a {
  height: 100%;
  width: 100%;
}
.mainIcon1 {
  background-image: url(../gfx/menuIcons/search-60.png);
}
.mainIcon2 {
  background-image: url(../gfx/menuIcons/profile-64.png);
}
.mainIcon3 {
  background-image: url(../gfx/menuIcons/favorites-60.png);
}
.mainIcon4 {
  background-image: url(../gfx/menuIcons/notification-64.png);
  display: none;
}
.mainIcon5 {
  background-image: url(../gfx/menuIcons/help-96.png);
}
.mainIcon6 {
  /*background-image: url(../gfx/menuIcons/cart-64.png); */
  background-image: url(../gfx/menuIcons/bag-64.png);
}
.mainIcon7 {
  padding-left: 10px;
  padding-right: 0px;
  width: 50px;
  cursor: pointer;
}
.menuOption {
  color: #333 !important;
  font-size: 1em;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
  display: flex;
  margin-left: 88px;
  width: fit-content;
}
.landingOption {
  color: #fff;
  font-size: 1.6em;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}
.landingoption1 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  object-fit: cover;
  object-position: center 0px;
  display: none;
}
.landingoption1Mobile {
  display: none;
}

.landingoption2 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  object-fit: cover;
  object-position: center 0px;
  display: none;
}
.landingoption3 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  object-fit: cover;
  object-position: center;
  display: none;
}
.menuExpanded {
  /* max-height: 290px; */
  /* display: inline-flex; */
  width: 425px;
  height: 100vh;
  transition: max-height 0.85s ease;
  /* flex-wrap: wrap; */
  /* justify-content: center; */
  background-color: #fffffffa;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999999;
  overflow: hidden;
  display: none;
}
.landingMenu {
  position: fixed;
}
#menuBody {
  height: calc(100vh - 150px);
  overflow: scroll;
  padding-bottom: 50px;
}
.menuFrame {
  /* display: none; */
  width: 100%;
}
.BackToMobileMainMenu {
  display: none;
}
.subMenuColumn {
  clear: none;
  width: 200px;
  padding: 5px;
  box-sizing: border-box;
  display: inline-flex;
  align-content: center;
  justify-content: space-evenly;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  font-size: 1rem;
  padding-top: 15px;
  transition: all 1s ease-in-out;
}
.subMenuColumn a {
  color: #333333;
  transition: all 0.2s ease-in-out;
  padding-bottom: 5px;
}
.subMenuColumn a:hover {
  color: #3d3d3d;
  padding-left: 3px;
}
.subMenuColumn {
  border-left: solid 1px black;
  width: calc(50% - 50px);
  margin-top: 15px;
  text-align: left;
  margin-left: 50px;
  padding-left: 10px;
  float: left;
}
.subMenuSidePic {
  background-color: rgb(255, 205, 205);
  width: 200px;
  height: 230px;
  float: right;
  clear: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 15px;
  margin-bottom: 15px;
  /* border: 1px solid white; */
  position: fixed;
  left: calc(50vw - 100px + 420px);
  display: none;
}
.menuSeperator {
  width: calc(100% - 100px);
  margin-left: 50px;
  margin-right: auto;
  height: 1px;
  background-color: #333333;
  margin-top: 20px;
}
.UnipageText table {
  background-color: #ededed;
  border-radius: 10px;
  border-color: transparent;
  border-collapse: unset !important;
}
.UnipageText table td {
  border-bottom-color: silver;
}
.nav_W,
.nav_W0 {
  color: #fff;
  text-decoration: none;
  padding: 15px;
  transition: all 0.5s ease;
  position: relative;
}
.nav_W:hover {
  text-shadow: 0px 0px 0 #fff, 0px 0px 0 #fff, 0px 0px 0 #fff, 0px 0px 0 #fff;
  transition: all 0.5s;
}
.nav_W::before {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
  transform-origin: bottom;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}
.nav_W:hover::before {
  transform: scaleX(1);
}

.nav_B,
.nav_B0 {
  color: #333;
  text-decoration: none;
  padding: 15px;
  transition: all 0.5s ease;
  position: relative;
}
.nav_B:hover {
  /* text-shadow: 0px 0px 0 #333, 0px 0px 0 #333, 0px 0px 0 #333, 0px 0px 0 #333; */
  transition: all 0.5s;
}
.nav_B::before {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #333;
  transform-origin: bottom;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}
.nav_B:hover::before {
  transform: scaleX(1);
}
.view1 {
  background-color: #fff;
  height: 85vh;
  width: 100vw;
  background-image: url(../gfx/front/women_1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.view2 {
  background-color: #fff;
  height: 700px;
  width: 65%;
  background-image: url(../gfx/front/women_3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.view3 {
  background-color: #fff;
  height: 700px;
  width: 35%;
  background-image: url(../gfx/front/women_2.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.W_promotionSection {
  background-color: #fff;
  width: 100%;
  height: 650px;
  background-image: url(../gfx/front/pink.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 2px solid #000;
  display: none;
}
.M_promotionSection {
  background-color: #fff;
  width: 100%;
  height: 650px;
  background-image: url(../gfx/front/pink.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 2px solid #000;
  display: none;
}
.view4 {
  background-color: #fff;
  width: 50%;
  height: 700px;
  background-image: url(../gfx/front/women_4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.view5 {
  background-color: #fff;
  width: 50%;
  height: 700px;
  background-image: url(../gfx/front/women_5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.view6 {
  background-color: #fff;
  width: 100%;
  height: 549px;
  background-image: url(../gfx/front/woman11.jpg);
  background-position: center -50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.view7 {
  background-color: #fff;
  width: 70%;
  height: 600px;
  background-image: url(../gfx/front/swimwear.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.view8 {
  background-color: #fff;
  width: 30%;
  height: 600px;
  background-image: url(../gfx/front/petseta_W.jpg);
  background-position: -40px center;
  background-repeat: no-repeat;
  background-size: cover;
}
.view9 {
  background-color: #fff;
  width: 100%;
  height: 900px;
  background-image: url(../gfx/front/women_11.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.offers {
  width: 100%;
  /* min-height: 200px; */
}
.foyerTitle {
  color: #fff;
  font-size: 4.2em;
  font-weight: 500;
  display: block;
  line-height: 1;
  letter-spacing: 0px;
  text-shadow: 0px 0px 1px #feffe7;
  text-shadow: 1px 1px 2px #a4a4a4;
}
.menview1 {
  background-color: #fff;
  height: 750px;
  width: 100%;
  background-image: url(../gfx/front/men_1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.menview2 {
  background-color: #fff;
  height: 500px;
  width: 70%;
  background-image: url(../gfx/front/men_8.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.menview3 {
  background-color: #fff;
  height: 500px;
  width: 30%;
  background-image: url(../gfx/front/men_9.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.menview4 {
  background-color: #fff;
  width: 50%;
  height: 650px;
  background-image: url(../gfx/front/men_6.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.menview5 {
  background-color: #fff;
  width: 50%;
  height: 650px;
  background-image: url(../gfx/front/medtech.jpg);
  background-position: -20px top;
  background-repeat: no-repeat;
  background-size: cover;
}
.menview6 {
  background-color: #fff;
  width: 30%;
  height: 448px;
  background-image: url(../gfx/front/men_6.jpg);
  background-position: center -64px;
  background-repeat: no-repeat;
  background-size: cover;
}
.menview7 {
  background-color: #fff;
  width: 200%;
  height: 670px;
  background-image: url(../gfx/front/men_7.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.menview8 {
  background-color: #fff;
  width: 100%;
  height: 760px;
  background-image: url(../gfx/front/men_8.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.menview9 {
  background-color: #fff;
  width: 100%;
  height: 700px;
  background-image: url(../gfx/front/men_swimwear.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.menview10 {
  background-color: #fff;
  width: 30%;
  height: 600px;
  background-image: url(../gfx/front/men_10.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.menview11 {
  background-color: #fff;
  width: 100%;
  height: 900px;
  background-image: url(../gfx/front/men_full.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.menview12 {
  background-color: #fff;
  width: 45%;
  height: 900px;
  background-image: url(../gfx/front/men_12.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.menview13 {
  background-color: #fff;
  width: 55%;
  height: 900px;
  background-image: url(../gfx/front/men_13.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.menview14 {
  background-color: rgb(255 255 255);
  width: 100%;
  height: auto;
}

.M_view_1 {
  background-color: #fff;
  height: 800px;
  width: 100%;
  background-image: url(../gfx/Summer2025/M_1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-bottom: 2px solid #242424;
  /* border-left: 1px solid #242424; */
  /* border-right: 1px solid #242424; */
  box-sizing: content-box;
}
.M_view_1 .look1 {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: calc(100% - 30px);
  background-color: #1b1b1b78;
  text-align: center;
  border-radius: 0;
  padding: 10px 20px 15px 10px;
  font-size: 10px;
  padding-bottom: 40px;
  box-sizing: content-box;
}
.M_view_2 {
  background-color: #fff;
  height: 640px;
  width: 100%;
  background-image: url(../gfx/Summer2025/M_2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-bottom: 2px solid #242424;
  /* border-left: 1px solid #242424; */
  /* border-right: 1px solid #242424; */
  box-sizing: content-box;
}
.M_view_2 .look2_more {
  width: 220px;
  height: 100%;
  text-align: right;
  border-radius: 0 0 6px 0;
  padding: 10px 20px 15px 10px;
  font-size: 9px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #313131;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  justify-content: center;
  align-items: flex-end;
  box-sizing: content-box;
  display: none;
}
.M_view_2 .look2_more .sectorBody_Title {
  padding-top: 10px;
  color: #fff;
  text-shadow: none;
  font-size: 22px;
  box-sizing: content-box;
}
.M_view_2 .look2_more .sectorBody_Subtitle {
  margin-top: 25px;
  color: #fff;
  text-shadow: none;
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 3px solid #e93223;
  box-sizing: content-box;
}
.M_view_2 .look2_more .sectorBody_ShopNow {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
  text-shadow: none;
  border-color: #fff;
  box-shadow: none;
  background-color: #fff;
  box-sizing: content-box;
}
.M_view_2 .look2_more .sectorBody_ShopNow:hover {
  color: #fff;
  border-color: #fff;
  background-color: #000;
  box-sizing: content-box;
}
.M_view_2 img {
  width: 100%;
}
.M_view_2 .look2 {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 400px;
  background-color: #1b1b1b78;
  text-align: right;
  border-radius: 4px 0 0 4px;
  padding: 10px 20px 15px 10px;
  font-size: 9px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: content-box;
}
.M_view_2 .look2 .sectorBody_Title {
  padding-top: 10px;
  color: #fff;
  text-shadow: none;
  box-sizing: content-box;
}
.M_view_2 .look2 .sectorBody_Subtitle {
  padding-top: 10px;
  color: #fff;
  text-shadow: none;
  box-sizing: content-box;
}
.M_view_2 .look2 .sectorBody_ShopNow {
  padding-top: 10px;
  color: #fff;
  text-shadow: none;
  border-color: #fff;
  box-shadow: none;
  background-color: #000;
  box-sizing: content-box;
}
.M_view_2 .look2 .sectorBody_ShopNow:hover {
  padding-top: 10px;
  color: #000;
  text-shadow: none;
  border-color: #000;
  box-shadow: none;
  background-color: #fff;
  box-sizing: content-box;
}
.M_view_3 {
  background-color: #fff;
  width: 100%;
  height: 600px;
  position: relative;
  border-bottom: 2px solid #242424;
  /* border-left: 1px solid #242424; */
  /* border-right: 1px solid #242424; */
  /*background-image: url(../gfx/front/men10.gif);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
  display: none;
}
.M_view_3 video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.M_view_4 {
  background-color: #fff;
  height: 600px;
  width: calc(70% - 1px);
  background-image: url(../gfx/Summer2025/M_4.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-bottom: 2px solid #242424;
  /* border-left: 1px solid #242424; */
  border-right: 1px solid #242424;
  box-sizing: content-box;
}
.M_view_4 .look4 {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 335px;
  background-color: #1b1b1b78;
  text-align: right;
  border-radius: 0 4px 4px 0;
  padding: 10px 20px 15px 10px;
  font-size: 7px;
  box-sizing: content-box;
}
.M_view_4 .look4 .sectorBody_Subtitle {
  padding-top: 10px;
  box-sizing: content-box;
}
.M_view_4 .look4 .sectorBody_ShopNow {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  margin-top: 10px;
  background-color: #000;
  border-color: #fff;
  box-shadow: none;
  box-sizing: content-box;
}
.M_view_4 .look4 .sectorBody_ShopNow:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  box-sizing: content-box;
}
.M_view_5 {
  background-color: #fff;
  height: 600px;
  width: calc(30% - 1px);
  background-image: url(../gfx/Season2025/M/M_5.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-bottom: 2px solid #242424;
  border-left: 1px solid #242424;
  /* border-right: 1px solid #242424; */
  box-sizing: content-box;
}
.M_view_5 .look5 {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 265px;
  max-width: calc(100% - 30px);
  background-color: #1b1b1b78;
  text-align: right;
  border-radius: 4px 0 0 4px;
  padding: 10px 20px 15px 10px;
  font-size: 7px;
  box-sizing: content-box;
}
.M_view_5 .look5 .sectorBody_Subtitle {
  padding-top: 10px;
  box-sizing: content-box;
}
.M_view_5 .look5 .sectorBody_ShopNow {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  margin-top: 10px;
  background-color: #000;
  border-color: #fff;
  box-shadow: none;
  box-sizing: content-box;
}
.M_view_5 .look5 .sectorBody_ShopNow:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  box-sizing: content-box;
}
.M_view_6 {
  background-color: #fff;
  height: 675px;
  width: 100%;
  background-image: url(../gfx/Season2025/M/M_6.webp);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: auto 100%;
  border-bottom: 2px solid #242424;
  /* border-left: 1px solid #242424; */
  /* border-right: 1px solid #242424; */
  box-sizing: content-box;
}
.M_view_6 .look6 {
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 430px;
  background-color: #1b1b1b78;
  text-align: right;
  border-radius: 4px 0 0 4px;
  padding: 10px 20px 15px 10px;
  font-size: 9px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: content-box;
}
.M_view_6 .look6 .sectorBody_Title {
  padding-top: 10px;
  color: #fff;
  text-shadow: none;
  box-sizing: content-box;
}
.M_view_6 .look6 .sectorBody_Subtitle {
  padding-top: 10px;
  color: #fff;
  text-shadow: none;
  box-sizing: content-box;
}
.M_view_6 .look6 .sectorBody_ShopNow {
  padding-top: 10px;
  color: #fff;
  text-shadow: none;
  border-color: #fff;
  box-shadow: none;
  background-color: #000;
  box-sizing: content-box;
}
.M_view_6 .look6 .sectorBody_ShopNow:hover {
  padding-top: 10px;
  color: #000;
  text-shadow: none;
  border-color: #000;
  box-shadow: none;
  background-color: #fff;
  box-sizing: content-box;
}
.M_view_7 {
  background-color: rgb(255 255 255);
  width: 100%;
  height: auto;
  box-sizing: content-box;
  display: none;
}
.M_menuCard_1 {
  background-image: url("../gfx/SS2024/Men/M_card_1.webp");
}
.M_menuCard_2 {
  background-image: url("../gfx/2024_Summer_2/M/M_card_2.webp");
}
.M_menuCard_3 {
  background-image: url("../gfx/2024_Summer_2/M/M_card_3.webp");
}
.M_menuCard_4 {
  background-image: url("../gfx/SS2024/Men/M_card_4.webp");
}
.M_view_7 .menuCards:not(:last-child) {
  margin-right: 0px;
  width: calc(25% - 0px);
}

.W_view_1 {
  background-color: #fff;
  height: 700px;
  width: 100%;
  background-image: url(../gfx/Summer2025/W_1.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-bottom: 2px solid #242424;
  /* border-left: 1px solid #242424; */
  /* border-right: 1px solid #242424; */
}
.W_view_2 {
  background-color: #fff;
  height: 640px;
  width: 100%;
  background-image: url(../gfx/Summer2025/W_2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-bottom: 2px solid #242424;
  /* border-left: 1px solid #242424; */
  /* border-right: 1px solid #242424; */
}
.W_view_4 {
  background-color: #fff;
  /* background-image: url(../gfx/front/women10.gif); */
  width: 100%;
  height: 600px;
  position: relative;
  border-bottom: 2px solid #242424;
  /* border-left: 1px solid #242424; */
  /* border-right: 1px solid #242424; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.W_view_4 video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
video::-webkit-media-controls {
  display: none;
}
.W_view_5 {
  background-color: #fff;
  height: 650px;
  width: calc(70% - 2px);
  background-image: url(../gfx/Summer2025/W_5.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-bottom: 2px solid #242424;
  border-left: 2px solid #242424;
  /* border-left: 1px solid #242424; */
}
.W_view_6 {
  background-color: #fff;
  height: 650px;
  width: 30%;
  background-image: url(../gfx/Season2025/W/W_6.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-bottom: 2px solid #242424;
  /* border-right: 1px solid #242424; */
}
.W_view_8 {
  background-color: #fff;
  height: 560px;
  width: 30%;
  background-image: url(../gfx/SS2024/Women/W_7.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-bottom: 2px solid #242424;
  /* border-right: 1px solid #242424; */
  display: none;
}
.W_view_7 {
  background-color: #fff;
  height: 560px;
  width: calc(70% - 2px);
  background-image: url(../gfx/SS2024/Women/W_8.webp); 
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-bottom: 2px solid #242424;
  border-right: 2px solid #242424;
  /* border-left: 1px solid #242424; */
  display: none;
}
.W_view_9 {
  background-color: #fff;
  height: 650px;
  width: 100%;
  background-image: url(../gfx/Summer2025/W_9.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-bottom: 2px solid #242424;
  /* border-left: 1px solid #242424; */
  /* border-right: 1px solid #242424; */
  display: none;
}
.W_view_1 .look1 {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: calc(100% - 30px);
  background-color: #1b1b1b78;
  text-align: center;
  border-radius: 0;
  padding: 10px 20px 15px 10px;
  font-size: 10px;
  padding-bottom: 40px;
  box-sizing: content-box;
}
.W_view_2 .look2 {
  position: absolute;
  top: 90px;
  right: 0;
  width: 450px;
  background-color: #1b1b1b78;
  text-align: right;
  border-radius: 4px 0 0 4px;
  padding: 10px 20px 15px 10px;
  font-size: 9px;
  box-sizing: content-box;
}
.W_view_5 .look5 {
  position: absolute;
  top: 70px;
  left: 0;
  width: 335px;
  background-color: #1b1b1b78;
  text-align: right;
  border-radius: 0 4px 4px 0;
  padding: 10px 20px 15px 10px;
  font-size: 7px;
  box-sizing: content-box;
}
.W_view_5 .look5 .sectorBody_Subtitle {
  padding-top: 10px;
  box-sizing: content-box;
}
.W_view_5 .look5 .sectorBody_ShopNow {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  margin-top: 10px;
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  box-sizing: content-box;
}
.W_view_5 .look5 .sectorBody_ShopNow:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  box-sizing: content-box;
}
.W_view_6 .look6 {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 265px;
  background-color: #1b1b1b78;
  text-align: right;
  border-radius: 4px 0 0 4px;
  padding: 10px 20px 15px 10px;
  font-size: 7px;
  box-sizing: content-box;
}
.W_view_6 .look6 .sectorBody_Subtitle {
  padding-top: 10px;
}
.W_view_6 .look6 .sectorBody_ShopNow {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  margin-top: 10px;
  background-color: #000;
  background-color: transparent;
  border-color: #000;
  border-color: #fff;
  box-shadow: none;
  box-sizing: content-box;
}
.W_view_6 .look6 .sectorBody_ShopNow:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.W_view_7 .look7 {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 335px;
  background-color: #1b1b1b78;
  text-align: right;
  border-radius: 4px 0 0 4px;
  padding: 10px 20px 15px 10px;
  font-size: 7px;
  box-sizing: content-box;
}
.W_view_7 .look7 .sectorBody_Subtitle {
  padding-top: 10px;
}
.W_view_7 .look7 .sectorBody_ShopNow {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  margin-top: 10px;
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  box-sizing: content-box;
}
.W_view_7 .look7 .sectorBody_ShopNow:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.W_view_8 .look8 {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 265px;
  background-color: #1b1b1b78;
  text-align: left;
  border-radius: 0 4px 4px 0;
  padding: 10px 20px 15px 10px;
  font-size: 7px;
  box-sizing: content-box;
}
.W_view_8 .look8 .sectorBody_Subtitle {
  padding-top: 10px;
}
.W_view_8 .look8 .sectorBody_ShopNow {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  margin-top: 10px;
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  box-sizing: content-box;
}
.W_view_8 .look8 .sectorBody_ShopNow:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.W_view_9 .look9 {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 430px;
  background-color: #ffffff33;
  background-color: #5555556b;
  text-align: right;
  border-radius: 0 4px 4px 0;
  padding: 10px 20px 15px 10px;
  font-size: 9px;
  border-right: 0px solid #000;
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
  box-sizing: content-box;
}
.W_view_9 .look9 .sectorBody_Title {
  padding-top: 10px;
  color: #000;
  color: #fff;
  text-shadow: none;
}
.W_view_9 .look9 .sectorBody_Subtitle {
  padding-top: 10px;
  color: #000;
  color: #fff;
  text-shadow: none;
  box-sizing: content-box;
}
.W_view_9 .look9 .sectorBody_ShopNow {
  padding-top: 10px;
  color: #fff;
  text-shadow: none;
  border-color: #000;
  border-color: #fff;
  box-shadow: none;
  background-color: #000;
  background-color: transparent;
  box-sizing: content-box;
}
.W_view_9 .look9 .sectorBody_ShopNow:hover {
  padding-top: 10px;
  color: #000;
  text-shadow: none;
  border-color: #000;
  box-shadow: none;
  background-color: #fff;
}
.W_view_10 {
  background-color: rgb(255 255 255);
  width: 100%;
  height: auto;
  z-index: 0;
  box-sizing: content-box;
  display: none;
}
.W_view_10 .menuCards:not(:last-child) {
  margin-right: 0px;
  width: calc(25% - 0px);
  box-sizing: content-box;
}
.W_menuCard_1 {
  background-image: url("../gfx/SS2024/Women/W_card_1.webp");
}
.W_menuCard_2 {
  background-image: url("../gfx/2024_Summer_2/W/W_card_2.webp");
}
.W_menuCard_3 {
  background-image: url("../gfx/2024_Summer_2/W/W_card_3.webp");
}
.W_menuCard_4 {
  background-image: url("../gfx/2024_Summer_2/W/W_card_4.webp");
}

.menuCards {
  width: 25%;
  float: left;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.menuCard_Title {
  background-color: #ffffff78;
  display: block;
  position: absolute;
  bottom: 25px;
  width: 85%;
  border-radius: 0 4px 4px 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
  font-size: 18px;
  z-index: 2;
  height: 32px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.menuCard_Sutitle {
  opacity: 0;
  padding-top: 20px;
  clear: both;
  display: block;
  width: 100%;
}
.menuCard_Title:hover {
  background-color: #ffffffb3;
  border-radius: 0;
}
.menuCard_Sutitle:hover {
  opacity: 100;
}
.menuCards:hover .menuCard_Title,
.menuCards.hover .menuCard_Title {
  width: calc(100% - 20px);
  bottom: 0px;
  height: 130px;
  box-sizing: content-box;
}
.menuCards:hover .menuCard_Sutitle,
.menuCards.hover .menuCard_Sutitle {
  opacity: 100;
}
.mainFooterLogo {
  display: block;
  height: 34px;
  margin-bottom: 10px;
  width: 100%;
  background-image: url("../gfx/MED_Logo_B.png");
  background-position: 30px center;
  background-repeat: no-repeat;
  background-size: contain;
}
.madeWithLove {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 400;
  text-align: left;
  color: #404040;
  padding-left: 30px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.madeWithLove:hover {
  color: #b27837;
}
.madeWithLove a {
  text-decoration: none;
  color: inherit;
}
.madeWithLove a span {
  color: inherit;
}
.madeWithLove img {
  height: 28px;
  width: auto;
  margin-left: 5px;
}
#LangSelectBox {
  border: 1px solid white;
  border-radius: 3px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 22px;
  line-height: 16px;
  margin-top: 2px;
  color: #fff;
  background-color: transparent;
}
.SearchPanel {
  background-color: #989898b8;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 9999999;
  top: 0;
  display: none;
}
.SearchPanelFooter {
  font-size: 12px;
  color: #282828;
  font-weight: 400;
  position: fixed;
  bottom: 20px;
  text-align: center;
  width: 100vw;
  display: none;
}
.SearchEngineContainer {
  max-width: 450px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  background-color: #0000009c;
  /* border: 1px solid #000; */
  backdrop-filter: blur(20px);
  padding-top: 40px;
  padding-bottom: 50px;
  width: 95%;
  position: relative;
}
.SearchEngineClose {
  color: #fff;
  font-size: 26px;
  right: 50px;
  top: 10px;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
}
.SearchEngineUpper {
  padding-top: calc(35vh - 50px);
}
.SearchEngineLower {
  padding-top: calc(35vh - 50px);
}
.SearchEngineText {
  background-color: transparent;
  width: calc(100% - 100px);
  margin-left: 50px;
  height: 40px;
  float: left;
  clear: none;
  box-sizing: border-box;
  border: none;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 200;
  background-image: url(../gfx/searchEngineIcon.png);
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ffffff;
  color: white;
}
.SearchEngineButton {
  background-color: #ffffff4f;
  width: calc(100% - 100px);
  height: 45px;
  clear: none;
  border-radius: 1px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-top: 1px solid #fff0;
  display: inline-block;
}
.SearchAlert {
  width: 400px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-left: 20px;
  font-size: 12px;
  box-sizing: border-box;
  padding-top: 5px;
  font-weight: 400;
  color: #962828;
  background-color: #ddddddc9;
  height: 30px;
  text-align: center;
  border-radius: 0 0 4px 4px;
  display: none;
}
.CartCount,
.LovedCount,
.ClickAwayCount {
  background-color: #d0ba6c;
  background-image: linear-gradient(to bottom right, #b78d31, #f5e3a5);
  color: #000;
  font-size: 10px;
  padding: 0px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -4px;
  right: 4px;
}
.LoginPanel,
.RegisterPanel,
.ResetSquarePanel {
  background-color: #ffffff24;
  backdrop-filter: blur(5px);
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 9999999;
  display: none;
  top: 0px;
}
.LoginPanelFooter {
  font-size: 12px;
  color: #282828;
  font-weight: 400;
  position: fixed;
  bottom: 20px;
  text-align: center;
  width: 100vw;
}
.LoginEngineClose {
  color: #fff;
  font-size: 34px;
  position: fixed;
  right: 25px;
  top: 15px;
  font-weight: 500;
  cursor: pointer;
  z-index: 1;
}
.LoginEngineUpper {
  padding-top: 25vh;
}
.LoginEngineLower {
  padding-top: calc(35vh - 50px);
}
.LoginContainer {
  max-width: 450px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1px;
  background-color: #0000009c;
  /* border: 1px solid #000; */
  backdrop-filter: blur(20px);
  padding-top: 40px;
  padding-bottom: 50px;
}
.LoginContainerTop {
  clear: both;
  width: 100%;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 7px;
  padding-top: 7px;
  font-size: 20px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 20px;
  color: #fff;
  height: 80px;
}
.LoginContainerDetails {
  background-color: #fff;
  font-size: 11px;
  text-align: center;
}
.LoginContainerLeft {
  width: 100%;
  float: left;
}
.LoginContainerRight {
  width: 100%;
  float: right;
  background-color: transparent;
  font-size: 11px;
  cursor: pointer;
  color: #9e945f;
  color: #fff;
}
.LoginEngineText {
  background-color: transparent;
  width: calc(100% - 100px);
  margin-left: 50px;
  height: 40px;
  float: left;
  clear: none;
  box-sizing: border-box;
  border: none;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 200;
  background-image: url(../gfx/searchEngineIcon.png);
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 20px;
  border-bottom: solid 2px #ffffff;
  color: #fff;
  border-radius: 0px;
}
.LoginEngineButton {
  background-color: #111111 !important;
  width: 100%;
  height: 45px;
  clear: none;
  border-radius: 1px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-top: 1px solid #fff0;
  display: inline-block;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: all 0.5s;
}
::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.LoginEngineButton:hover {
  background-color: #3d3d3d !important;
}
.InvalidReset {
  max-width: 500px;
  width: 100%;
  margin-top: 40px;
  display: block;
}
::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #fff;
}
.ResetSquare {
  display: block;
  width: calc(57% - 50px);
  padding-right: 50px;
  float: right;
  margin-bottom: 20px;
  text-align: right;
  font-style: italic;
  text-decoration: underline;
}
.ResetContainer {
  max-width: 450px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1px;
  background-color: #0000009c;
  /* border: 1px solid #000; */
  backdrop-filter: blur(20px);
  padding-top: 40px;
  padding-bottom: 50px;
}
.ResetSquareUpper {
  padding-top: 25vh;
}
.ResetSquareLower {
  padding-top: calc(50vh - 50px);
}
.ResetSquareClose {
  color: #fff;
  font-size: 34px;
  position: fixed;
  right: 25px;
  top: 15px;
  font-weight: 500;
  z-index: 1;
  cursor: pointer;
}
.LoginContainerDetails {
  background-color: transparent;
  color: #9e945f;
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}
.HelpSquare {
  display: block;
  width: calc(57% - 50px);
  float: left;
  padding-left: 50px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: left;
  font-style: italic;
  text-decoration: underline;
}
.RegisterContainer {
  max-width: 450px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1px;
  background-color: #0000009c;
  /* border: 1px solid #000; */
  backdrop-filter: blur(20px);
  padding-top: 40px;
  padding-bottom: 50px;
}
.RegisterContainerTop {
  clear: both;
  width: 100%;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 7px;
  padding-top: 7px;
  font-size: 20px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 20px;
  color: #fff;
}
.RegisterContainerLeft {
  width: 100%;
  float: left;
}
.RegisterContainerRight {
  width: 100%;
  float: right;
  background-color: transparent;
  height: auto;
  font-size: 11px;
  line-height: 16px;
  padding-top: 10px;
  box-sizing: border-box;
  cursor: pointer;
  color: #9e945f;
  color: #fff;
}
.RegisterEngineClose {
  color: #fff;
  font-size: 34px;
  position: fixed;
  right: 25px;
  top: 15px;
  font-weight: 500;
  cursor: pointer;
  z-index: 1;
}
.RegisterEngineUpper {
  padding-top: 10vh;
}
.LoginEngineSelect {
  background-color: transparent;
  width: calc(100% - 100px);
  height: 40px;
  margin-left: 50px;
  margin-bottom: 20px;
  float: left;
  clear: none;
  box-sizing: border-box;
  border: none;
  padding-left: 40px;
  font-size: 12px;
  font-weight: 400;
  background-image: url(../gfx/searchEngineIcon.png);
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.inputError {
  background-color: #f1d6d6 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #e8b0b0 !important;
}
.inputCorrect {
  background-color: #d1ead373 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #a4d8aa !important;
}
.InputTitleInner {
  color: #333;
  float: left;
  padding-left: 20px;
  padding-bottom: 7px;
  padding-right: 5px;
  font-size: 12px;
}
.InputErrorHandler {
  display: block;
  clear: both;
  margin-top: 15px;
  text-align: left;
  margin-left: 15px;
  font-size: 12px;
  line-height: 10px;
  min-height: 10px;
  color: #fa9d7f;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #93939300;
  border-radius: 4px 4px 0 0;
  width: fit-content;
}
.inputError {
  background-color: #f1d6d6 !important;
  background-color: #5f170038 !important;
}
.LoginEngineText:focus,
.LoginEngineSelect:focus,
.SearchEngineText:focus {
  outline: 0;
  border-bottom: 2px solid #9e945f;
}

.CartLoginSuccess {
  color: #ffffff !important;
  float: right;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  width: calc(100% - 7px);
  border-radius: 4px !important;
  text-align: center;
  /* display: none; */
  line-height: 27px;
  height: 27px;
  line-height: 29px !important;
  margin-top: 20px !important;
  background-color: #5f845bc7;
  border-top: none !important;
  border-bottom: none !important;
  width: 100%;
  border-radius: 0px !important;
}
.blackLetter {
  color: #333;
  font-weight: 400;
}
.InnerLogin {
  color: #111;
  font-weight: 400;
  float: right;
  width: calc(100% - 44px);
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 18px;
  border: 1px solid #111;
  border-radius: 2px;
}
.CartLoginError {
  color: #ffffff !important;
  float: right;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  width: calc(100% - 7px);
  border-radius: 4px !important;
  text-align: center;
  /* display: none; */
  line-height: 27px;
  height: 27px;
  line-height: 29px !important;
  margin-top: 20px !important;
  background-color: #ec3737bd;
  border-top: none !important;
  border-bottom: none !important;
  width: 100%;
  border-radius: 0px !important;
}
.CartLoginErrorDisabled {
  display: none;
}
#user_area,
#user_city,
#user_city_foreign {
  display: none;
}
.SmallerError {
  font-size: 12px;
  background-color: #e86d6d;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #e86d6d;
  color: #ffffff;
  border-radius: 3px !important;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  display: none;
}
.OpenReseter {
  float: left;
  /*width: 100%;
  text-align: center;*/
}
.OpenReseter a {
  text-decoration: none;
  color: inherit;
}
.cartEdition {
  width: 100%;
  margin-top: 20px;
  text-decoration: underline;
}
#FilterMenu {
  width: 215px;
  float: left;
  overflow: hidden;
  white-space: normal;
  padding-top: 11px;
  background-color: #fff;
  padding-bottom: 40px;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.FilterMenuSticky {
  position: fixed;
  margin-top: -50px;
}
.FilterMenuTitle {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  letter-spacing: 2px;
  display: none;
}
#MobileFilterMenu {
  font-size: 13px;
  font-weight: 500;
  border-radius: 2px;
  margin-top: 4px;
  background-repeat: no-repeat;
  background-size: auto 14px;
  cursor: pointer;
  padding-top: 7px;
  padding-bottom: 7px;
  border: solid 1px #444;
  width: fit-content;
  padding-left: 15px;
  padding-right: 40px;
  float: right;
  margin-right: 10px;
  background-image: url(../gfx/menuIcons/filtersHover.png);
  background-position: calc(100% - 10px);
}
#MobileFilterMenu {
  display: none;
}
.fixTheFilters {
  position: fixed;
  background-color: #fff;
  bottom: 25px;
  right: 25px;
  z-index: 998;
}
.MobileFilterMenuTitle {
  display: block;
  color: #444;
  font-weight: bold;
  width: 100%;
  padding-left: 38px;
  padding-top: 25px;
  text-align: left;
  line-height: 45px;
  font-size: 16px;
  margin-bottom: 20px;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  border-bottom: 1px solid #444;
}
.MobileFilterMenuTitle {
  display: none;
}
.MobileFilterMenuClose {
  float: right;
  padding-right: 15px;
  font-size: 16px;
  line-height: 35px;
}
.GeneralFilterBar {
  display: block;
  overflow: hidden;
  height: 30px;
  text-align: left;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  padding-left: 10px;
  display: none;
}
.GenFilterSel {
  border-radius: 3px;
  background-color: #fff;
  font-size: 12px;
  border: 1px solid #000000;
  line-height: 30px;
  height: 30px;
  width: 100%;
  padding-left: 10px;
}
.ColorFilterSel {
  border-radius: 3px;
  background-color: #fff;
  font-size: 12px;
  border: 1px solid #000000;
  line-height: 30px;
  height: 30px;
  width: 100%;
}
.LimitFilter {
  padding: 0;
  width: 100%;
  display: block;
  overflow: hidden;
}
.RangeTitle {
  display: block;
  text-align: left;
  color: #333;
  margin-top: 20px;
  font-size: 12px;
}
#PriceSlider {
  background-color: black;
  color: #fff;
  border: none;
  width: calc(100% - 2px);
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin-left: 1px;
  margin-top: 20px;
  cursor: pointer;
  letter-spacing: 2px;
  border-radius: 2px;
}

.slidecontainer {
  width: 100%;
}
.slider {
  -webkit-appearance: none;
  width: calc(100% - 10px);
  height: 5px;
  background: #e6e6e6;
  outline: none;
  opacity: 0.9;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #333;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #333;
  cursor: pointer;
}
.SlidePriceShow {
  float: right;
  clear: none;
  width: 30px;
  padding-right: 0px;
  padding-left: 0px;
  border: none;
  line-height: 20px;
  height: 20px;
  text-align: right;
  font-weight: 700;
}
.ReachToStore {
  display: none;
}
.ResultsFound {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0px;
  /* background-color: #f1f1f1; */
  display: inherit;
  border-radius: 2px;
  margin-top: 4px;
}
.NoResults {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  margin-top: 67px;
  margin-bottom: 25px;
  min-height: 50px;
  padding-left: 75px;
  background-image: url(../gfx/NoResults.png);
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  width: fit-content;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2px;
  border: 1px #333 solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ActiveFilters {
  margin-top: 20px;
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  letter-spacing: 3px;
}

.salesWomen {
  background-image: url(../gfx/SALE-banner-2023-WOMAN.jpg);
  height: 750px;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.salesWomen a {
  width: 100%;
  height: 100vh;
  display: block;
}
.salesMen {
  background-image: url(../gfx/SALE-banner-2023-MAN.jpg);
  height: 750px;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.salesMen a {
  width: 100%;
  height: 100vh;
  display: block;
}

#Products {
  overflow: hidden;
  white-space: normal;
  float: right;
  width: calc(100% - 225px);
  margin-bottom: 20px;
}
#post_district,
#user_district {
  display: none;
}
.post_district_label,
.user_district_label {
  display: none;
}
.showRoomCard {
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  width: calc(33% - 10px);
  float: left;
  height: auto;
  background-color: #fff;
  border-radius: 6px;
}
.showRoomCardMessage {
  color: #2d2311;
  height: 20px;
  white-space: normal;
  display: none;
  clear: both;
  font-size: 12px;
  text-align: right;
  padding-right: 8px;
  margin: 0px;
  /* margin-top: 3px; */
  font-weight: 600;
}

.showRoomCardImage {
  height: 455px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 2px 2px 2px 2px;
  /* box-shadow: 1px 1px 5px grey; */
}
.hoverImage {
  display: block;
  opacity: 0;
  background-color: transparent !important;
}

.showRoomCardTitle {
  font-size: 12px;
  font-weight: 600;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  box-sizing: border-box;
  letter-spacing: 1px;
}
.showRoomCardPrice {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  padding: 5px;
  letter-spacing: 1px;
}
.CardFastOptions {
  float: right;
  overflow: hidden;
  white-space: normal;
}
.ViewProductLink {
  /* 
    background-image: url(../gfx/viewIcon.png); 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    */
  width: 23px;
  height: 15px;
  margin-top: 3px;
  padding-left: 20px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.ViewProductLink:hover {
  filter: invert(60%);
}
.addToFavorites {
  width: 23px;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  white-space: normal;
  float: left;
  clear: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../gfx/addToFavorites.png);
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.addToFavorites:hover {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.addToFavorites:active {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-image: url(../gfx/addedToFavorites.png);
  /*
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
	*/
}
.addedToFavorites {
  background-image: url(../gfx/addedToFavorites.png) !important;
}
.QuickAdd {
  font-size: 12px;
  background-image: url(../gfx/AddToBag.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
  height: 16px;
  width: 20px;
  float: left;
  margin-top: 3px;
  margin-left: 5px;
}
.QuickAdd:hover {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.QuickAdd:active {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-image: url(../gfx/addedToBag.png);
}
.QuickAdded {
  background-image: url(../gfx/addedToBag.png);
}

.CartCount,
.LovedCount,
.ClickAwayCount {
  background-color: black;
  color: #fff;
  font-size: 8px;
  padding: 0px;
  height: 13px;
  width: 13px;
  line-height: 13px;
  vertical-align: middle;
  border-radius: 30px;
  text-align: center;
  margin-left: 5px !important;
  margin-top: -7px !important;
  display: inline-block;
}

.ShowMore {
  overflow: hidden;
  display: block;
  clear: both;
  margin-bottom: 30px;
  background-color: black;
  padding: 10px;
  width: 250px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 5px;
  background-image: linear-gradient(to bottom right, #000000, #454545);
}
.ShowMoreButton {
  /* background-color: #2b2c2f; */
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 70px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: auto 35px;
  /*background-image: url(../gfx/infinity-loader_small.gif);*/
  background-image: url("../gfx/Bounce_Arrow_White.gif");
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
  filter: invert(0%);
}
.ShowMoreButton:hover {
  filter: invert(20%);
}
.MoreProductsLoader {
  height: 30px;
  clear: both;
  display: none;
  margin-left: auto;
  margin-right: auto;
}
.MED_Text {
  display: block;
  clear: none;
  font-size: 14px;
  float: right;
  padding-left: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  width: calc(100% - 15px);
  line-height: 34px;
}
.MED_Right {
  overflow: hidden;
  float: right;
  border-left: solid 2px #c8a654;
  border-left: solid 2px #000;
  width: calc(100% - 157px);
}
.MED_Right_cart {
  overflow: hidden;
  float: right;
  border-left: solid 2px #c8a654;
  border-left: solid 2px #000;
  width: calc(100% - 120px);
  text-align: left;
  padding-left: 17px;
}
.MED_ClickAwayList {
  display: block;
  clear: both;
  float: right;
  margin-right: 0px;
  font-size: 15px;
  color: #c8a654;
  color: #606060;
  font-weight: bold;
  padding-left: 5px;
  width: calc(100% - 5px);
  margin-top: 10px;
}
.MED_ClickAwayList_cart {
  display: block;
  clear: both;
  float: right;
  margin-right: 0px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding-left: 5px;
  width: calc(100% - 5px);
  margin-top: 0px;
  cursor: pointer;
}
.MED_ClickAwayList_cart a {
  font-weight: bold !important;
}
.ClickAway {
  background-color: #000000;
  border-radius: 4px;
  color: #fff;
  box-shadow: 1px 1px 5px grey;
  background-image: linear-gradient(to bottom right, #000000, #7b7b79);
  margin-bottom: 30px;
  width: calc(100% - 25px);
  width: calc(100% - 27px);
  padding: 12px;
  overflow: hidden;
  background-color: #ffffff;
  background-image: none;
  color: #000;
  border: 1px solid #000;
  box-shadow: none;
  display: none;
}
.ClickAwayList {
  background-color: #efefef;
  border-radius: 3px;
  border: 1px solid #c8a654;
  border: 1px solid #000;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1px;
  padding-top: 1px;
  font-size: 14px;
  margin-left: 10px;
}
.ClickAway_BG_Indicator {
  background: -webkit-linear-gradient(#b78d31, #f5e3a5);
  background: -webkit-linear-gradient(#cacaca, #ffffff);
  border-radius: 4px;
  background-attachment: fixed;
}
.ClickAway_enhance_text_color {
  color: #656565 !important;
}
.AddToBagBig_ClickAway {
  width: calc(100% - 2px) !important;
}
.ClickAway_Loader {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #77777575;
  z-index: 99999;
}
.ClickAway_Loader_GIF {
  margin-top: calc(45vh - 10px);
  background-color: #d6d6d6;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  border: 1px solid #4d4d4e;
  padding: 10px;
  line-height: 20px;
}
.QuickAccessMenu {
  display: none;
}
#Content,
#mainContent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; 
  align-content: flex-start;
  justify-content: center;
  align-items: stretch;
  /* background-color: #1b1b1b; */
  /* background-image: linear-gradient(to bottom right, #1b1b1b, #5c5c5c); */
  background-color: #fff;
  /* min-height: 100vh; */
  box-shadow: 1px 0px 10px 0px #a6a6a6;
  padding-top: 100px;
  max-height: unset !important;
  overflow: scroll;
}
.frontPageMinHeight {
  min-height: 100vh !important;
}
.logOutContent_extra {
  background-image: url(../gfx/2024_Summer_2/Woman_2024_summer.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 127px) !important;
  background-color: #ffffffd6 !important;
  background-blend-mode: screen;
}
.purchace_extra {
  background-image: url(../gfx/2024_Summer_2/Woman_2024_summer.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 127px) !important;
  background-color: #ffffffe3 !important;
  background-blend-mode: screen;
}
.landing {
  padding-top: 0px !important;
}
.RemoveFilter {
  background-color: #000;
  color: #fff;
  float: right;
  margin-right: 5px;
  padding-right: 5px;
  padding-left: 5px;
  height: 17px;
  margin-top: 5px;
  font-weight: 200;
  font-size: 14px;
  line-height: 17px;
  vertical-align: middle;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 600;
}
.ActiveFilter {
  background: -moz-linear-gradient(
    left,
    rgba(179, 179, 179, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  /* background: -webkit-linear-gradient(
    left,
    rgba(179, 179, 179, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  ); */ /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(
    to left,
    rgba(179, 179, 179, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  ); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#e1e1e1',GradientType=1 ); /* IE6-9 */
  text-align: center;
  border-radius: 2px;
  padding-left: 7px;
  margin-bottom: 5px;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  letter-spacing: 1px;
}
.ActiveFilterReversed {
  background: -moz-linear-gradient(
    right,
    rgba(179, 179, 179, 0.5) 0%,
    100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    right,
    rgba(179, 179, 179, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(179, 179, 179, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#e1e1e1',GradientType=1 ); /* IE6-9 */
  text-align: left;
  padding-left: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 0 2px 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filterContainer {
  display: block;
  border: 0.5px solid #000;
  height: 100%;
  max-height: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 2px;
  background-image: url(../gfx/form_icons/plus_B.png);
  background-position: calc(100% - 10px) 10px;
  background-repeat: no-repeat;
  background-size: 10px auto;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.filterContainer hr,
#FilterMenu hr {
  display: none;
}
.filterExpanded {
  max-height: 100vh;
  background-image: url(../gfx/form_icons/minus_B.png);
}
.filterContainerTitle {
  line-height: 28px;
  letter-spacing: 3px;
  text-align: left;
  padding-left: 20px;
  display: block;
}
.filterContainerBody {
  margin-top: 20px;
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  display: block;
}
.hiddenFilter {
  display: none;
}
.QuickMenuButton {
  display: none;
}

input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #947e55;
  /* float: right; */
  vertical-align: sub;
  margin-top: 6px;
}

.ShowLeft {
  float: left;
  clear: none;
  white-space: normal;
  overflow: hidden;
  width: calc(70% - 15px);
  border-width: 1px;
  border-right-color: rgb(124 124 124 / 13%);
  border-right-width: 1px;
  border-right-style: solid;
  box-sizing: border-box;
  min-height: calc(100vh - 90px);
  padding-right: 20px;
  margin-bottom: 30px;
  padding-left: 15px;
}
.ProdPicMain {
  width: calc(100% - 110px);
  height: calc(100vh - 80px);
  max-height: calc(100vh - 80px);
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../gfx/No-pic.png);
  box-sizing: border-box;
  float: right;
  clear: none;
}
.ProdPics {
  display: block;
  float: left;
  clear: none;
  overflow: hidden;
  white-space: normal;
  min-height: 100px;
  width: 100px;
  cursor: pointer;
}
.ProdPicsThumbs {
  min-height: 152px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
  border-color: #4d4d4d;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  border-radius: 2px;
}
.ShowRight {
  float: right;
  clear: none;
  white-space: normal;
  overflow: hidden;
  width: calc(33% - 21px);
  padding-left: 20px;
  box-sizing: border-box;
  padding-right: 15px;
  position: relative;
  min-height: calc(100% - 30px);
}
.ShowRightTitle {
  text-align: left;
  font-size: 16px;
  color: #000;
  clear: both;
}
.DiscPer {
  text-align: right;
  font-size: 12px;
  color: #bfa34d;
  float: right;
  font-weight: bold;
  background-color: gainsboro;
  border-radius: 30px;
  padding-left: 8px;
  padding-right: 8px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #bfa34d;
}
.ShowRightRef {
  text-align: left;
  font-size: 11px;
  letter-spacing: 0.1px;
  color: #adafb2;
  clear: both;
  margin-bottom: 40px;
}
.ShowRightDescTitle {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #373738;
  clear: both;
  margin-bottom: 10px;
}
.ShowRightDesc {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.3;
  line-height: 16px;
  color: #6d6f71;
  clear: both;
  margin-bottom: 40px;
}
.PickSizeBig {
  width: 100%;
  height: 111px;
  position: relative;
}
.PickSizeBigSelect {
  width: 100%;
  border-color: #cbcbcb;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 10px;
  border-radius: 2px;
  background-color: #fff;
  background-image: url(../gfx/selectIcon.png);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  color: inherit;
  outline: none;
}
.PickSizeBigSelectQNT {
  display: none;
  width: 100%;
  margin-top: 20px;
  border-color: #cbcbcb;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 2px;
  padding: 10px;
  background-color: #fff;
  background-image: url(../gfx/selectIconQNT.png);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  color: inherit;
  outline: none;
}
.PickSizeCartSelect {
  width: 100%;
  min-width: 50px;
  border-color: #d7d7d8;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  background-image: url(../gfx/UpDown_QNT_Icon.png);
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
  background-size: auto 23px;
  font-size: 12px;
  color: inherit;
  outline: none;
}
.QNT_option {
  display: none;
}
.SizeAlertPlace {
  height: 21px;
}
.SizeAlert {
  font-size: 10px;
  text-align: right;
  padding-right: 10px;
  font-weight: 600;
  display: none;
}
.PickOtherColor {
  overflow: hidden;
  margin-bottom: 15px;
  width: 100%;
}
.PickOtherColorTitle {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #656565;
  clear: both;
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
}
.activeColorPick {
  color: #111;
}
.PickOtherColor_Title {
  display: block;
  overflow: hidden;
}
.ColorOptionContainer {
  width: 36px;
  overflow: hidden;
  margin-right: 10px;
  max-height: 80px;
  float: left;
}
.OtherColorOption {
  background-color: #ffffff;
  width: calc(100% - 4px);
  overflow: hidden;
  height: 32px;
  border-radius: 2px;
  float: left;
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  border-color: #f2f2f2;
  border-width: 3px;
  border-style: solid;
  cursor: pointer;
  background-size: auto 36px;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 0px 2px #fff;
  margin-left: 2px;
  margin-bottom: 2px;
  border-radius: 50%;
  margin-top: 10px;
  box-sizing: border-box;
}
.OtherColorText {
  font-size: 6px;
  overflow: hidden;
  min-height: 8px;
  line-height: 8px;
  min-width: 54px;
  padding-top: 3px;
  color: #6b6e7d;
  display: none;
}
.ActiveColor {
  background-color: transparent;
  width: 54px;
  height: 3px;
  display: block;
  float: left;
  clear: both;
  margin-bottom: 3px;
  border-radius: 1px;
  display: none;
}
.lastItem {
  color: #de5959;
}
.fewItems {
  color: #bfa34d;
}
.DIscoverYourSize {
  font-size: 14px;
  text-align: right;
  text-decoration: underline;
  position: absolute;
  /* left: 0; */
  top: -4;
  color: #656565;
}
.VariousInfos {
  font-size: 11px;
  color: #656565;
  overflow: hidden;
  white-space: normal;
  display: block;
  width: 100%;
  clear: both;
  line-height: 20px;
  display: none;
}
.VariousInfos a {
  color: inherit;
  text-decoration: none;
}
.VariousInfos a:hover {
  color: #525457;
}
.VariousLeft {
  float: left;
  width: 50%;
  text-align: left;
  -moz-transition: padding 0.2s ease-in;
  -o-transition: padding 0.2s ease-in;
  -webkit-transition: padding 0.2s ease-in;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-image: url(../gfx/productIcon.png);
  padding-left: 20px;
  box-sizing: border-box;
}
.VariousLeft:hover {
  padding-left: 25px;
}
.VariousRight {
  float: Right;
  width: 50%;
  text-align: right;
  -moz-transition: padding 0.2s ease-in;
  -o-transition: padding 0.2s ease-in;
  -webkit-transition: padding 0.2s ease-in;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-image: url(../gfx/productIcon.png);
  padding-right: 20px;
  box-sizing: border-box;
}
.VariousRight:hover {
  padding-right: 25px;
}
.eshopNote {
  background-color: #e9a257a8;
  display: inline-block;
  border-radius: 4px;
  width: calc(100% - 18px);
  margin-right: 1px;
  float: right;
  font-size: 12px;
  padding: 10px;
  color: #313131;
}
.AddOptions {
  overflow: hidden;
  height: 90px;
}
.AddToBagBig {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background-color: #111;
  text-align: center;
  margin-bottom: 18px;
  padding: 10px;
  font-weight: 500;
  float: left;
  clear: none;
  width: 100%;
  height: 48px;
  border-radius: 2px;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  border: none;
  cursor: pointer;
  font-family: AkkuratPro, sans-serif;
}
.AddToBagBig:hover {
  background-color: #525457;
}
.AddToFavoritesBig {
  font-size: 12px;
  line-height: 16px;
  color: #111;
  background-color: #fff;
  text-align: center;
  margin-bottom: 18px;
  padding: 10px;
  font-weight: 600;
  width: 100%;
  height: 48px;
  float: right;
  clear: none;
  box-sizing: border-box;
  border: 1px solid #111;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-image: url(../gfx/addToFavorites.png);
  cursor: pointer;
  font-family: AkkuratPro, sans-serif;
}
.AddToFavoritesBig:hover {
  background-color: #525457;
  background-image: url(../gfx/addToFavoritesWhite.png);
  color: #fff;
}

.PriceTag {
  font-size: 17px;
  padding-left: 10px;
  padding-right: 0px;
  color: #000;
  font-weight: 600;
  float: right;
  margin-bottom: 20px;
}
.arxikh {
  font-size: 17px;
  padding-left: 0px;
  padding-right: 10px;
  text-decoration: line-through;
  color: #777676;
  font-weight: 500;
}
.arxikhSmall {
  font-size: 12px;
  padding-left: 0px;
  padding-right: 10px;
  text-decoration: line-through;
  color: #777676;
  font-weight: 400;
}
.arxikhCart {
  padding-left: 0px;
  /*padding-right: 10px;*/
  text-decoration: line-through;
  color: #777676;
  font-weight: 300;
  width: 100%;
  display: block;
}
.AddOptions {
  overflow: hidden;
  min-height: 90px;
  display: unset;
}
.MainLineMenu {
  display: inline-block;
  clear: both;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.SpecificInfos {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  cursor: pointer;
}
.productMessageBoard {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.SpecificInfos div {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 25px;
  width: 50%;
  text-align: center;
}
.descriptionInfos {
  display: none;
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
  color: #a7a7a7;
  /* border-bottom: solid #a7a7a7 2px; */
  transition: all 0.5s ease-in-out;
}
.descriptionInfosContainer {
  background-color: #ffffff00;
}
.descriptionInfosText {
  display: none;
  padding: 0;
  text-align: justify;
  max-height: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.SpecificationsInfos {
  color: #a7a7a7;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: solid #a7a7a7 2px;
  transition: all 0.5s ease-in-out;
}
.SpecificationsInfosContainer {
  background-color: #ffffff00;
}
.SpecificationsInfosText {
  display: none;
  padding: 0px;
  text-align: justify;
  max-height: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.readMoreProduct {
  text-align: right;
  display: none;
  padding-right: 5px;
  text-decoration: underline;
}
.Open {
  color: #000;
  border-bottom: 2px solid #000;
  display: block;
  opacity: unset;
}
.OpenReadMore {
  display: block;
  color: #444;
  cursor: pointer;
}
.OpenText {
  color: #000;
  display: -webkit-box !important;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 15px;
  margin-bottom: 5px;
  max-height: 62px;
}
.openVariousContainer {
  background-color: #eeeeeeed;
  position: absolute;
  top: 75px;
  right: 15px;
  width: calc(100% - 30px);
  min-height: calc(100% - 100px);
  overflow: hidden;
  border-radius: 3px;
}
.OpenTexts {
  text-overflow: unset;
  display: none;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  max-height: unset;
}
.readMoreProductOpen {
  display: none;
}
.closeVariousContainer {
  height: 40px;
  font-size: 16px;
  text-align: right;
  padding-right: 10px;
  line-height: 40px;
  text-decoration: none;
  cursor: pointer;
  display: none;
}
.closeVariousContainer:hover {
  color: #a37924;
}
.VariousInfosOpen {
  margin-top: 10px !important;
}
.UnipageText {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 24px;
  color: #2e2e2e;
}
.UnipageText a {
  color: #474747;
}
.UnipageText a:hover {
  color: #b8a264;
}
.UnipageText p {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 5px;
}
.UnipageText p,
.UnipageText p strong {
  font-size: 14px !important;
}
img {
  pointer-events: none; /* protect images from mouse events*/
  border-radius: 2px;
}
p {
  margin: 0;
  padding: 0;
}
.FindYourSizePic {
  width: 90%;
  margin-left: 0%;
  margin-right: 10%;
}
.cartItemsTitle {
  padding-left: 0px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  width: calc(100% - 35px);
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
  text-align: left;
  color: #000;
  border-radius: 0px;
  margin-left: auto;
  margin-right: auto;
  border: 0px solid #fff;
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 4px;
  display: inline-table;
  /*
  background-image: linear-gradient(to bottom right, #b78d31, #f5e3a5);
  background-image: linear-gradient(to bottom right, #000, #9d9d9d);
  */
}
.cartItems {
  width: calc(100% - 36px);
  margin-left: 18px;
}
.cartItemsTitle_extraHeight {
  height: 84px;
}
.CartLeft {
  overflow: hidden;
  width: 76%;
  float: left;
}
.full_Length {
  width: 100% !important;
}
.CartRight {
  overflow: hidden;
  width: calc(22% - 10px);
  margin-right: 2%;
  float: right;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.mobileHook {
  display: none;
}
.mobileShowCart {
  display: none;
}
.cartReview {
}
.noShow {
  display: none;
}
.cartItemsMoreTitle {
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  width: calc(100% - 85px);
  margin-left: 10px;
  display: block;
  overflow: hidden;
}
.cleanCart {
  float: right;
  font-size: 12px;
  line-height: 35px;
  margin-right: 10px;
}
.cleanCart a {
  color: #61605f;
  font-weight: 400 !important;
}
.cleanCart a:hover {
  color: #8c8b89;
  font-weight: 600 !important;
}
.lovedFullLength {
  width: 96% !important;
  margin-left: auto;
  margin-right: auto;
  float: unset;
}
.CartMoneyTag {
  float: right;
  padding-right: 10px;
}
.reviewSetNoLine {
  margin-left: 30px;
  margin-right: 30px;
  display: block;
  width: calc(100% - 60px);
  border-radius: 2px;
}
.StoreFilter {
  display: inline-block;
}
.emptyCartMsg {
  height: 100px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.goToShop {
  border: solid 1px #444;
  border-radius: 2px;
  margin-top: 20px;
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
  margin-bottom: 50px;
}
.StoreFilter {
  font-size: 16px;
  color: black;
  text-align: left;
  padding-left: 10px;
  padding-bottom: 10px;
  font-weight: 200;
  width: calc(100% - 15px);
  padding-left: 15px;
  padding-right: 0px;
  font-weight: 400;
}
.StoreFilters {
  float: right;
  margin-right: 20px;
  color: #c3c3c3;
  color: #000;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.StoreFilters:hover {
  color: #3f3f3f;
}
.StoreFilters:active {
  color: #c3c3c3;
}
.storeImage {
  background-image: url(../gfx/stores/1623.jpg);
  height: 500px;
  width: calc(100% - 26px);
  border: solid 1px #000;
  border-radius: 3px;
  margin-left: 11px;
  margin-bottom: 25px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.StoreLeft {
  float: left;
  width: 80%;
  font-size: 12px;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
  white-space: normal;
  display: block;
  box-sizing: border-box;
}
.StoreRight {
  float: right;
  width: 20%;
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
  white-space: normal;
  display: block;
  box-sizing: border-box;
}

.StoreCard {
  width: 31%;
  min-height: 150px;
  /* background-color: #af9b4b; */
  /* background-image: linear-gradient(to bottom right, #b78d31, #f5e3a5); */
  background: #fafafa;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 30px;
  color: #fff;
  color: #000;
  border-radius: 3px;
  border: solid 1px #000;
  box-shadow: 1px 1px 5px grey;
}
.StoreCard a {
  color: #ffffff;
  color: #000;
}
.StoreCardUpper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 225px;
  border-radius: 2px 2px 0 0;
  display: none;
}
.StoreTitle {
  font-weight: 600;
}
.StoreAddress {
  line-height: 20px;
}
.StorePhone a {
  text-decoration: none;
  color: inherit;
}
.restPhotos {
  display: none;
}

.StoreFilters {
  float: right;
  margin-right: 20px;
  color: #c3c3c3;
  color: #000;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.StoreFilters:hover {
  color: #3f3f3f;
}
.StoreFilters:active {
  color: #c3c3c3;
}
.storeImage {
  background-image: url(../gfx/stores/1623.jpg);
  height: 500px;
  width: calc(100% - 26px);
  border: solid 1px #000;
  border-radius: 15px;
  margin-left: 11px;
  margin-bottom: 25px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ContactRight {
  width: calc(65% - 20px);
  float: left;
  min-height: calc(100vh - 400px);
  padding-left: 20px;
  box-sizing: border-box;
}
.ContactRight ::placeholder {
  color: #545454;
  opacity: 1; /* Firefox */
}

.ContactRight ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #545454;
}
.ContactLeft {
  width: calc(35% - 20px);
  float: left;
  background-color: #f9f9f9;
  background: url(../files/contact_2023.gif) center center no-repeat,
    url(../gfx/contactBG1.jpg) center center no-repeat;
  height: calc(100vh - 400px);
  background-size: cover;
  border-radius: 2px;
  color: #333;
  margin-left: 20px;
}
.ContactInput {
  /* background-color: #f0ebf0a3; */
  /* border: none; */
  /* border-radius: 3px; */
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 9px;
  padding-top: 9px;
  width: calc(100% - 22px);
  margin-bottom: 20px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border: 1px solid #000;
  border-radius: 2px;
}
.ContactSelect {
  /* background-color: #f0ebf0a3; */
  /* border: none; */
  /* border-radius: 3px; */
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 9px;
  padding-top: 9px;
  width: calc(100% - 2px);
  margin-bottom: 20px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border: solid 1px #000;
  border-radius: 2px;
}
.ContactTextarea {
  /* background-color: #f0ebf0a3; */
  border: none;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: calc(100% - 22px);
  margin-bottom: 20px;
  height: 197px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  font-family: inherit;
  border: 1px solid #000;
  border-radius: 2px;
}
.ContactSubmit {
  background-color: #000000;
  border: none;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  margin-bottom: 20px;
  border-color: #aba37c;
  border-color: #000;
  border-style: solid;
  border-width: 1px;
  color: #aba37c;
  color: #fff;
  font-size: 22px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.ContactSubmit:hover {
  background-color: #dfdccd;
  background-color: rgb(230, 230, 230) d;
}
.ContactSubmit:active {
  background-color: #acacac;
}
.ContactTitle {
  color: #aba27a;
  color: #000;
  font-size: 20px;
  text-align: left;
  display: block;
  height: 40px;
  line-height: 26px;
}
.ContactSuccess {
  font-size: 14px;
  color: #aba37c;
  line-height: 40px;
  background-image: url(../gfx/MailSendIcon.png);
  background-repeat: no-repeat;
  background-position: center 35px;
  background-size: 80px;
  padding-top: 140px;
  display: block;
}
.complaintExplainer {
  text-align: left;
  margin-bottom: 20px;
  padding-top: 10px;
  color: #000000;
  font-size: 12px;
  background-color: #ffeeee;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 100;
  line-height: 24px;
  font-weight: 400;
}
.outOfFrameProduct {
  padding-top: 0px !important;
}
.MyAccountLeft {
  float: left;
  clear: none;
  display: block;
  width: calc(50% - 5px);
  margin-left: 5px;
}
.MyAccountRight {
  float: right;
  clear: none;
  display: block;
  width: 50%;
}
.MedAccountInput {
  width: 90%;
  border: none;
  border-radius: 6px;
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: #f7f7f7;
  border-width: 1px;
  border-style: solid;
  border-color: #d4d3d3;
  outline: none;
  color: inherit;
}
.ShowDiscount {
  background-color: #f0dc9c;
  height: 40px;
  display: block;
  float: left;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  font-size: 14px;
  background-image: linear-gradient(to bottom right, #c9a654, #f5e3a5);
  box-shadow: 1px 1px 5px grey;
  margin-top: -475px;
}
.ShowDiscountPink {
  background-color: #eb719a;
  height: 40px;
  display: block;
  float: left;
  width: 40px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  font-size: 10px;
  background-image: linear-gradient(to bottom right, #bf4369, #f87aa5);
  box-shadow: 1px 1px 5px grey;
  margin-top: -444px;
  background-image: url(../gfx/PinkRibbon.png);
  background-position: center;
  background-size: contain;
}

.MedAccountInputTextArea {
  width: 90%;
  border: none;
  border-radius: 6px;
  line-height: 30px;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  outline: none;
  color: inherit;
}
.SaveMyAccount {
  width: 95%;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 10px;
  background-color: #333;
  border: none;
  border-radius: 3px;
  height: 40px;
  color: #fff;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  background-image: url(../gfx/MyAccountIconWhite.png);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.SaveMyAccount:hover {
  background-color: #777777;
}
.reviewSetNoLine {
  width: calc(100% - 72px);
}
.AccountOrderList {
  background-color: #f7f7f7;
  border-width: 1px;
  border-color: #d4d3d3;
  border-style: solid;
  border-radius: 6px;
  width: 95%;
  margin-left: auto;
  margin-top: 2px;
  margin-right: auto;
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-content: stretch;
}
.AccountOrderListLine {
  overflow: hidden;
  white-space: normal;
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.accOrderLineField {
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  border-right-style: solid;
  border-right-color: #f7f7f7;
  border-right-width: 1px;
  min-width: calc(20px);
  box-sizing: border-box;
}
.accOrderLineField1 {
  width: 50px;
  min-width: 50px;
}
.accOrderLineField2 {
  /* width: calc(16% - 1px); */
  min-width: 130px;
}
.accOrderLineField3 {
  /* width: calc(34% - 51px); */
  width: 100%;
}
.accOrderLineField4 {
  /* width: calc(11% - 1px); */
  min-width: 90px;
}
.accOrderLineField5 {
  /* width: calc(9% - 1px); */
  min-width: 85px;
}
.accOrderLineField6 {
  /* width: calc(8% - 1px); */
  min-width: 70px;
}
.accOrderLineField7 {
  /* width: calc(9% - 1px); */
  min-width: 110px;
}
.accOrderLineField8 {
  /* width: calc(8% - 1px); */
  min-width: 80px;
}
.accOrderLineField9 {
  /* width: calc(6% - 5px); */
  min-width: 50px;
  border: none;
  background-image: url(../gfx/OrderDetailsMoreIcon.png);
  background-repeat: no-repeat;
  background-size: 29px auto;
  background-position: center;
}
.AccListLine0 {
  background-color: #b19c4c;
  background-color: #444;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.AccListLine1 {
  background-color: #eaeaea;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #5b5e6d;
}
.AccListLine2 {
  background-color: #e0dfdf;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #5b5e6d;
}
.ContentFloater {
  overflow: hidden !important;
  min-height: 85vh !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.nomargins {
  margin: 0 !important;
}
.cartHelper {
  background-color: dimgrey;
  width: calc(100% - 40px);
  margin-left: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  min-height: 27px;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 25px;
  transition: all 0.4s ease;
  display: none;
}
.cartHelper:hover {
  background-color: #4e4e4e;
}
.cartItemPhoto {
  float: left;
  background-color: #ffffff;
  height: 100px;
  width: 67px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cartItem_Title_Color_Combo {
  width: -webkit-fill-available;
}
.cartItem_QNT_Price_Combo {
  width: -webkit-fill-available;
  max-width: 156px;
  position: relative;
  display: contents;
}
.cartItemTitle {
  float: left;
  width: calc(50% - 20px);
  margin-left: 20px;
  padding-top: 30px;
}
.cartItemMoreTitle {
  float: left;
  width: calc(65% - 45px);
  margin-left: 20px;
  padding-top: 30px;
}
.PickOption {
  display: block;
  width: 40px;
  height: 30px;
  clear: none;
  margin-top: 28px;
  float: right;
}
.cartItemRef {
  clear: both;
  display: block;
  font-size: 11px;
  color: #929292;
}
.cartItemColor {
  float: left;
  font-size: 14px;
  margin-left: 20px;
  width: calc(50% - 20px);
  padding-top: 30px;
  min-height: 20px;
  line-height: 20px;
}
.cartItemSize {
  clear: both;
  display: block;
  font-size: 14px;
  display: inline-block;
  float: right;
  width: 100%;
}
.cartItemQNT {
  float: left;
  width: auto;
  margin-left: 10px;
  padding-top: 30px;
}
.addBox {
  width: calc(60% - 20px);
  float: left;
  margin-top: 11px;
  margin-left: 10px;
  margin-right: 10px;
}
.addBoxMsg {
  height: 13px;
  display: block;
  width: 100%;
  /* max-width: 135px; */
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
}
.TransferToCart {
  width: 100%;
  /* max-width: 100px; */
  margin-left: auto;
  margin-right: auto;
  background-color: #aba27a;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  line-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
  box-sizing: border-box;
}
.TransferToCart:hover {
  background-color: #ded4a8;
}
.cartItemPrice {
  float: right;
  max-width: 70px;
  min-width: 65px;
  margin-right: 0px;
  overflow: hidden;
  padding-top: 38px;
  font-weight: 600;
  text-align: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cartItemMorePrice {
  float: left;
  width: calc(19% - 20px);
  margin-right: 20px;
  overflow: hidden;
  padding-top: 39px;
  font-weight: 600;
  text-align: right;
}
.LogOutTitle {
  font-size: 18px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 50px;
}
.LogOutText,
.LogOutMsg {
  font-size: 14px;
  line-height: 23px;
}
.LogOutImage {
  height: 105px;
  width: auto;
  margin-bottom: 30px;
}
.CartStep {
  background-color: #cecccc;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  cursor: pointer;
}
.cartReview a {
  text-decoration: none;
}
.StepIcon {
  background-color: #fff;
  color: #333;
  float: left;
  height: 17px;
  display: block;
  white-space: normal;
  margin-top: 6px;
  line-height: 17px;
  width: 17px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 300;
  border-radius: 15px;
  margin-left: 5px;
  text-align: center;
  margin-right: 5px;
}
.fullLength {
  width: calc(100% - 45px);
  margin-top: 0;
  margin-bottom: 0;
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: #a5a5a5;
  border-radius: 0px;
  background-color: #f1f1f1;
  height: 70px;
}
.reviewSet {
  width: calc(100% - 12px);
  border-bottom-style: solid;
  border-bottom-width: thin;
  /* border-bottom-color: #a5a5a5; */
  border-bottom-color: transparent;
  margin-left: 12px;
}
.smallSet {
  /* height: 68px; */
}
.smallSetRest {
  margin-top: -20px;
  line-height: 18px;
}
.QNTShow {
  font-size: 14px;
  font-weight: 500;
}
.DoneStep {
  background-color: #e8ca6e;
  background-image: url(../gfx/CartStepDoneIcon_white.png);
}
.ActiveStep {
  background-color: #696969;
}
.LoginOptionExplanationText {
  font-size: 12px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #606060;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: calc(100% - 18px);
  margin-left: auto;
  margin-right: auto;
  float: right;
}
.CouponEntry {
  display: none !important;
}
.LoginOptionExplanationText a {
  color: #e9cb66;
  text-decoration: none;
  font-weight: 600;
}
.LoginOption {
  background-color: #f1f1f100;
  display: block;
  overflow: hidden;
  float: left;
  width: calc(50% - 19px);
  margin-left: 18px;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  min-height: 465px;
  border: 0.5px solid #444;
}
.LoginOption_mobile {
  width: calc(50% - 18px);
}
.FBLoginOption {
  display: none;
}
.LoginOptionTitle {
  color: #fff;
  background-color: #4d4d4d;
  padding: 5px;
}
.LoginOptionSubtitle {
  color: #333;
  font-weight: 400;
  font-size: 12px;
}
.LoginOptionBody {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden;
  white-space: normal;
  color: #363636;
  line-height: 24px;
}
.LoginOptionBody_CartLastPreview {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.MedGeneralInput {
  width: 90%;
  border: none;
  border-radius: 0 3px 3px 3px;
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: #ffffff;
  color: inherit;
  outline: none;
  border: 0.5px solid #444;
}
.MedGeneralInputTextArea {
  width: 90%;
  border: none;
  border-radius: 6px;
  line-height: 30px;
  height: 100px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border: 0.5px solid #444;
}
.MedAccountInput {
  width: 90%;
  border: none;
  border-radius: 6px;
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: #f7f7f7;
  border-width: 1px;
  border-style: solid;
  border-color: #d4d3d3;
}
.MedAccountInputTextArea {
  width: 90%;
  border: none;
  border-radius: 6px;
  line-height: 30px;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
}
.MedGeneralInputButton {
  width: 90%;
  border: none;
  border-radius: 6px;
  line-height: 25px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #fff;
  font-weight: 600;
  background-color: #303030;
  border-width: 1px;
  border-style: solid;
  border-color: #303030;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.MedGeneralInputButton:hover {
  background-color: #777777;
}
.HugeButton {
  width: calc(100% - 15px);
  float: left;
  height: 40px;
  margin-left: 15px;
}

.TotalSumView {
  border-top-color: #989898;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  font-weight: 600;
}

.zeroQNT {
  width: 100%;
  border-color: #d7d7d8;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 4px;
  padding: 9px;
  background-color: #ffffff;
  background-image: url(../gfx/UpDown_QNT_Icon.png);
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
  background-size: auto 23px;
  font-size: 12px;
  display: block;
  box-sizing: border-box;
  font-weight: 600;
  text-align: left;
}
.NoQNT {
  background-color: #f1d6d6;
  border-width: 1px;
  border-style: solid;
  border-color: #e8b0b0;
}
.RemoveZeroQNTproduct {
  background-color: #e9b0af;
  float: right;
  /* margin-right: 55px; */
  margin-bottom: 0px;
  font-size: 12px;
  border-radius: 3px 3px 0 0;
  padding-left: 10px;
  /* padding-right: 10px; */
  width: 100%;
  color: #fff;
  cursor: pointer;
}

.ExplainerError {
  background-color: #f1d6d6;
  border-width: 1px;
  border-style: solid;
  border-color: #e8b0b0;
  border-radius: 3px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.cartItem {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px;
  border-bottom: 1px solid #888;
  border-radius: 0;
  overflow: hidden;
  font-size: 12px;
  width: calc(100% - 0px);
  float: left;
  display: flex;
  align-items: stretch;
  padding-bottom: 0px;
  min-height: 100px;
}
.cartMoreOptionsItem {
     padding: 2px;
    margin: 0px;
    overflow: hidden;
    font-size: 12px;
    float: left;
    width: calc(100% - 0px);
    margin-top: 0;
    margin-bottom: 0;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #a5a5a5;
    border-radius: 0px;
    background-color: #f7f7f7;
    background-size: contain;
    color: #333;
    border-radius: 2px;
}
.contentCartLeft {
  width: calc(100% - 30px);
  float: left;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.contentCartLeft_full {
  width: 100% !important;
}
.contentCartRight_hidden {
  display: none;
}
.contentCartRight {
  width: 30px;
  float: right;
  border-left: 1px solid #cecccc;
  margin-bottom: 12px;
  margin-top: 12px;
  padding-top: 40px;
}
.RemoveCartItem {
  float: right;
  clear: none;
  width: 100%;
  /* margin-top: 10px; */
  vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  text-align: right;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.RemoveCartItem:hover {
  color: #ff5f5f;
}
.productsSelected {
  overflow: hidden;
}
.CartReviewTitle {
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 7px;
  display: block;
  margin-top: 20px;
  padding-left: 0px;
  box-sizing: border-box;
}
.CartReviewLine {
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 500;
  clear: both;
  display: block;
  text-align: left;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.CartReviewMainLine {
  color: #5a5d6e;
  font-size: 12px;
  font-weight: 700;
  clear: both;
  display: block;
  text-align: left;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 15px;
}
.MoveOn {
  display: block;
  margin-top: 30px;
}
.GoToPreview {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #333;
  border: none;
  border-radius: 3px;
  height: 40px;
  color: #fff;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  background-image: url(../gfx/arrow_right_white.png);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 9px auto;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.GoToPreview:hover {
  background-color: #777777;
}
.GoToPreviewForMobile {
  width: calc(100% - 5px);
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-top: 20px;
  background-color: #333;
  border: none;
  border-radius: 3px;
  height: 40px;
  color: #fff;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  background-image: url(../gfx/arrow_right_white.png);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 9px auto;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: none;
}
.GoToPreviewForMobile:hover {
  background-color: #777777;
}
.goToMyCart {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  float: right;
  background-color: #e9e9e9;
  border: 1px solid #c4c4c4;
  padding: 0;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-radius: 0 2px 2px 0;
  margin-top: 10px;
  background-image: url(../gfx/front/emptyShoppingBag.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
}
.goToMyCart:hover {
  background-color: #aeaeae;
}
.pickedColor {
  box-shadow: 0px 0px 0px 2px #444;
}
.hideFloaterX {
  z-index: 0;
}
.MainSeperatorCart {
  width: calc(80% - 25px);
  float: left;
  display: none;
}
.PostageMessage {
  font-size: 12px;
  color: #c6a24d;
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 5px;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 3px;
  margin-bottom: 0px;
  line-height: 15px;
  min-height: 24px;
}
.UpdateMyAccountAlsoText {
  font-size: 12px;
  display: block;
  line-height: 12px;
  padding-top: 13px;
}
.finalAnalysis {
  text-align: left;
  padding-left: 10px;
}
.FinalAnalysisNumber {
  float: right;
  padding-right: 10px;
  font-weight: 600;
}
.logoutButton {
  float: right;
  background-image: url(../gfx/log_out.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 19px auto;
  height: 31px;
  padding-right: 28px;
}
.ReadyToPayMessage {
  font-size: 13px;
  padding: 20px;
}
.OrderCompleteImage {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.CouponText {
  width: calc(100% - 200px);
  float: left;
  padding-bottom: 0px;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 15px;
  box-sizing: border-box;
}
.CouponMSG {
  width: calc(100% - 200px);
  float: left;
  box-sizing: border-box;
  height: 17px;
  line-height: 20px;
  color: #ef5b5b;
  font-size: 12px;
}
.Coupon {
  background-color: white;
  border-radius: 3px 0 0 3px;
  border: none;
  border-color: #333;
  border-width: 1px;
  border-style: solid;
  padding: 9px;
  text-align: center;
  width: 80px;
  margin: 0;
  margin-top: 4px;
}
.CouponSubmit {
  background-color: #333;
  border-radius: 0 3px 3px 0;
  border: none;
  border-top: #333 1px solid;
  border-bottom: #333 1px solid;
  padding: 12px;
  text-align: center;
  width: 90px;
  margin: 0;
  color: #fff;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: center;
  background-image: url(../gfx/transparentBG.png);
  display: inline-block;
  height: 36px;
  line-height: 10px;
}
.CouponSubmit:hover {
  background-color: #333;
}
.CouponSubmit:active {
  background-color: #333;
}
.PayPal_Checkout_Button {
  display: none;
  background-color: #f1f1f1;
  white-space: normal;
  overflow: hidden;
  height: 50px;
  width: calc(100% - 12px);
  float: left;
  border-radius: 2px;
  padding-top: 10px;
}
.fullFitURL {
  height: 100%;
  width: 100%;
  display: block;
}
.AlreadyAdded {
  background: -moz-linear-gradient(
    left,
    rgba(152, 137, 104, 0.42) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(152, 137, 104, 0.42) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to left,
    rgba(152, 137, 104, 0.42) 0%,
    rgb(152 137 104 / 20%) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#e1e1e1',GradientType=1 ); /* IE6-9 */
  text-align: right;
  padding-left: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 0 2px 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;
  height: 40px;
}
.AlreadyAdded_slim {
  line-height: 20px !important;
  height: 20px !important;
  display: none;
  bottom: 0;
  position: absolute;
  left: -25px;
}
.RemoveFilter {
  background-color: #947e55;
  color: #fff;
  float: right;
  margin-right: 5px;
  padding-right: 3px;
  padding-left: 3px;
  height: 15px;
  margin-top: 5px;
  font-weight: 200;
  font-size: 14px;
  line-height: 15px;
  vertical-align: middle;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 700;
}
.sideOption {
  display: block;
  text-align: left;
  padding-bottom: 6px;
}
.VariousInfosContainer {
  display: none;
}
.backToFloater {
  padding-top: 33px;
  font-size: 20px;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 20px;
  background-color: white;
}
.menuBody a {
  text-decoration: none;
}
.mainLink {
  display: block;
  padding-bottom: 10px;
  padding-top: 20px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) calc(65% - 1px),
    rgba(192, 192, 192, 1) calc(65%),
    rgba(0, 0, 0, 0) calc(65% + 1px)
  );
  cursor: pointer;
}
.LinkLiner {
  background-color: red;
}
.LinkLabel {
  font-size: 17px;
  font-weight: 700;
  background-color: #fafbfb;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.5s;
}
.LinkLabel:hover {
  color: #947e55;
}
.accordions {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  border-radius: 2px;
  margin-top: 20px;
}
.accordion {
  line-height: 20px;
}
.accordionTitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  padding-left: 5px;
  font-weight: 700;
  font-family: AkkuratPro, sans-serif;
}
.accordionManage {
  float: left;
  padding-right: 20px;
  background-image: url(../gfx/arrow_down.png);
  background-position: left;
  width: 40px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: 18px auto;
}
.accordionContent {
  padding-top: 0px;
  padding-bottom: 25px;
  padding-left: 13px;
  padding-right: 0px;
  display: none;
  text-align: left;
  line-height: 24px;
}
.UnipageTextReader {
  padding: 0px;
}
.productDetailsIframe {
  width: 100%;
  min-height: 300px;
}
.openInfo {
  background-image: url(../gfx/arrow_up.png);
}
.showProductAttributes {
  margin-left: 10px;
}
/*
.SubLink {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 14px;
}
.SubLink:hover {
}
*/
.SubLink {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  &:after {
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    left: auto;
    top: 0;
    bottom: 0;
    right: -20%;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0)
    );
  }
  &:hover {
    &:after {
      transition: all 0.4s ease-out;
      right: 100%;
    }
  }
}

.BankResponde {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  background-image: url(../gfx/orderCanceled.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100px;
  padding-top: 130px;
  padding-bottom: 30px;
  line-height: 14px;
  margin-top: 60px;
}
.BankResponde a,
.BankResponde a:active {
  color: #333;
  text-decoration: underline;
}
.BankResponde a:hover {
  color: #e8ca6e;
  color: #000;
}
#Rst, #RstMail, #RstCode {
  color: black !important;
}

/*======================|/Custom radiocheck CSS |==================*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 23px;
  height: 30px;
  max-width: 100%;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  height: auto;
  padding-bottom: 20px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #d0b419;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
select option {
  background-color: #6d6d6d;
  color: white;
}
#post_city_Foreign {
  display: none;
}
.AccountMessageBoard {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  min-height: 52px;
}
.SmallTableLabel {
  background-color: #cccccc;
  padding: 4px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}
.SmallTableValue {
  padding: 4px;
  width: 100%;
  text-align: left;
  border-left: 1px #888888 dotted;
  display: inline-block;
  background-color: #f5f2f2;
  border-bottom: 1px solid #fff;
}
.SmallTable_Line {
  display: flex;
  background-color: #f5f2f2;
  border: solid 1px #fff;
  padding: 0px;
}
.SmallTable_Label {
  background-color: #cccccc;
  min-width: 180px;
  padding: 4px;
  padding-right: 10px;
  text-align: right;
  font-weight: 600;
}
.SmallTable_Value {
  padding: 4px;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  border-left: 1px #888888 dotted;
}
.SmallTable_ProductLine:not(:first-child) {
  border-top: solid 2px #ceb560;
  margin-top: 7px;
}

/*======================|/Custom radiocheck CSS |==================*/
/*=======================| Security CSS |==========================*/
#LogCSS {
  width: 90vw;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}

#LogCSS input:-webkit-autofill,
#LogCSS input:-webkit-autofill:hover,
#LogCSS input:-webkit-autofill:focus,
#LogCSS input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

#LogCSS ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cbbfbe;
  opacity: 1; /* Firefox */
}
#LogCSS :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cbbfbe;
}
#LogCSS ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cbbfbe;
}

/*Change text in autofill textbox*/
#LogCSS input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}

#LogCSS #Content {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding-top: 21vh;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

#LogCSS #LogMain {
  width: 100%;
  height: 100%;
  float: right;
  clear: none;
}

#LogCSS #Logo {
  width: 100%;
  height: 88px;
  background-image: url(../files/gfx/SummitLogo.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#LogCSS #LogoTitle {
  width: 100%;
  color: #fff;
  margin-left: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-family: "Neucha", cursive;
  font-family: "Kaushan Script", cursive;
  font-family: "Waiting for the Sunrise", cursive;
  font-family: "Average Sans", sans-serif;
  font-family: "Actor", sans-serif;
  font-family: "Comfortaa", cursive;
  font-family: "Hind", sans-serif;
  font-family: "Nunito", sans-serif;
}

#LogCSS #LogoBody {
  width: 100%;
  height: 280px;
  text-align: center;
}

#LogCSS #MessageSpace {
  height: 30px;
  display: block;
  clear: both;
  margin-bottom: 0px;
  margin-top: 10px;
}

#LogCSS #LoginSuccess {
  background-color: #0c9d57;
  background-color: #0c9d576b;
  color: #fff;
  font-size: 11px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border: none;
  border-radius: 3px;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../files/gfx/infoSmallIcon.png);
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: calc(100% - 10px);
}
#LogCSS #LoginForbitten {
  background-color: #f54335;
  background-color: #f543356b;
  color: #fff;
  font-size: 11px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border: none;
  border-radius: 3px;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../files/gfx/infoSmallIcon.png);
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: calc(100% - 10px);
}
#LogCSS #LoginWrong {
  background-color: #ff5721;
  background-color: #ff57216b;
  color: #fff;
  font-size: 11px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border: none;
  border-radius: 3px;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../files/gfx/infoSmallIcon.png);
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: calc(100% - 10px);
}
#LogCSS #LoginInsecure {
  background-color: #f54335;
  background-color: #f543356b;
  color: #fff;
  font-size: 11px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border: none;
  border-radius: 3px;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../files/gfx/infoSmallIcon.png);
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: calc(100% - 10px);
}

#LogCSS input[type="text"],
#LogCSS input[type="password"] {
  text-align: left;
  padding-left: 10px;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 40px;
  display: block;
  font-size: 14px;
  line-height: 40px;
  outline: none;
  box-sizing: border-box;
  border-radius: 3px;
  border: none;
  background-color: #d0d0d0;
  background-color: rgba(0, 0, 0, 0.2) !important;
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: calc(100% - 10px);
  color: #ffffff;
}

#Unm {
  background-image: url(../files/gfx/userSmallIcon.png);
}
#Ups {
  background-image: url(../files/gfx/keySmallIcon.png);
}

#LogCSS input[type="text"]:focus,
#LogCSS input[type="password"]:focus {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

#LogCSS .logButton {
  margin-top: 30px;
  clear: both;
  display: block;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  height: 30px;
  line-height: 20px;
  vertical-align: middle;
  background-color: #eb9874;
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
  font-size: 14px;
}

#LogCSS .logButton:focus {
  background-color: #3398db;
}

#LogCSS .logButton:active {
  background-color: #3398db;
}

#LogCSS #LogFooter {
  text-align: center;
  font-size: 11px;
  color: #e0dfdf;
}
#LogCSS #LogFooterUSN {
  text-align: center;
  font-size: 11px;
  color: #e0dfdf;
  padding-bottom: 10px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#LogCSS #LoadCounter {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
  clear: both;
}

#LogCSS a {
  color: #c7c7c7;
  text-decoration: none;
  outline: none;
}

#LogCSS a:hover {
  color: #3398db;
}

#LogCSS a:active,
#LogCSS a:focus {
  color: #3398db;
}

#LogCSS #MediumInfo {
  font-size: 12px;
}

#LogCSS #SmallInfo {
  margin-top: 20px;
  font-size: 10px;
  color: #666;
}
/*=======================|/Security CSS |==========================*/
.firstReview {
  background-color: white;
  border: 0.5px solid #444;
  border-radius: 2px;
  padding-bottom: 20px;
}
.accepted_Cards {
  display: block;
  height: 24px;
  text-align: left;
  margin-bottom: 30px;
}
.acceptedCards {
  height: 100%;
  width: auto;
}
/*========================MOBILE QUERIES===========================*/
@media only screen and (max-width: 1130px) {
  .VariousLeft,
  .VariousRight {
    width: 100%;
    text-align: left;
    background-position: left center;
    padding-left: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .showRoomCardImage {
    height: 350px;
  }
  .ShowDiscount {
    margin-top: -373px;
  }
  .ShowDiscountPink {
    margin-top: -343px;
  }
}
@media only screen and (max-width: 900px) {
  .showRoomCardImage {
    height: 300px;
  }
  .ShowDiscount {
    margin-top: -323px;
  }
  .ShowDiscountPink {
    margin-top: -289px;
  }
}
@media only screen and (max-width: 800px) {
  .showRoomCardImage {
    height: 250px;
  }
  .ShowDiscount {
    margin-top: -273px;
  }
  .ShowDiscountPink {
    margin-top: -239px;
  }
  .accOrderLineField4,
  .accOrderLineField5 {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .ProdPicMain {
    width: 100%;
    height: calc(100vh - 228px);
    max-height: calc(100vh - 228px);
  }
  .ProdPics {
    width: 100%;
  }
  .ProdPicsThumbs {
    width: 86px;
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    min-height: 110px;
  }
  .accOrderLineField3,
  .accOrderLineField4,
  .accOrderLineField5,
  .accOrderLineField7 {
    display: none;
  }
  .accOrderLineField8,
  .accOrderLineField6 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .M_view_2 .look2 {
    background-color: #1b1b1b78;
    max-width: calc(100% - 25px);
    top: unset;
    bottom: 100px;
  }
  .M_view_4 .look4 {
    top: 65%;
    bottom: unset;
  }
  .M_view_5 .look5 {
    top: 65%;
    bottom: unset;
  }
  .M_view_6 .look6 {
    background-color: #ffffff78;
  }
  .menuCard_Title {
    width: calc(100% - 20px);
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    box-sizing: content-box;
    z-index: 0;
  }
  .ShowRight {
    width: calc(39% - 16px);
  }
  .ShowLeft {
    width: calc(65% - 15px);
  }
  .showRoomCard {
    width: calc(50% - 10px);
  }
  .showRoomCardImage {
    height: 350px;
  }
  .ShowDiscount {
    margin-top: -373px;
  }
  .ShowDiscountPink {
    margin-top: -343px;
  }
}

/* Legacy queries batch */
@media only screen and (max-width: 660px) {
  .Offers {
    background-image: url(../gfx/Special-Offer-Background-Mobile.jpg);
    height: 600px;
    position: relative;
  }
  .OffersTitle {
    letter-spacing: 4px;
    padding-top: 180px;
    font-size: 26px;
  }
  .OffersText {
    font-size: 20px;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .Offers .FrontFrameInfosButton {
    letter-spacing: 1.5px;
    position: absolute;
    bottom: 60px;
    margin-left: calc(50% - 161px);
    width: 250px;
  }
  .ContentFloater {
    overflow: scroll !important;
    height: 100vh !important;
    min-height: 100vh !important;
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .GeneralFilterBar {
    height: 65px !important;
  }
  /* .MyBasketLink { display: none !important; } */
  .MyLovedLink {
    float: left !important;
    margin-left: 3px !important;
  }
  .GenFilterSel {
    margin-right: 5px !important;
    width: 100%;
    float: unset;
    clear: both;
    color: inherit;
  }
  .GenFilterSel:active,
  .GenFilterSel:hover {
    outline: none;
  }
  .showRoomCard {
    width: calc(50% - 12px);
  }
  .EvenCard {
    margin-left: 2 !important;
  }
  .NotEvenCard {
    margin-left: 20 !important;
    margin-right: 0px !important;
  }
  .showRoomCard {
    height: auto !important;
  }
  .showRoomCardImage {
    height: 425px !important;
    background-size: cover !important;
  }
  .ShowDiscount {
    margin-top: -447px;
  }
  .ShowDiscountPink {
    margin-top: -417px;
  }
  .AddOptions {
    height: 120px !important;
  }
  .cartItemTitle {
    width: calc(100% - 20px);
    padding-top: 10px;
    font-size: 14px;
    /*
    width: calc(100% - 87px);
    padding-top: 0px;
    clear: right;
    float: left;
    text-align: left;
    */
  }
  .cartItemColor {
    width: calc(100% - 20px);
    margin-top: 7px;
    font-size: 13px;
    padding-top: 6px;
    margin-bottom: 10px;
    /*
    width: calc(100% - 67px);
    float: left;
    clear: right;
    margin-left: 0;
    text-align: left;
    padding-left: 20px;
    padding-top: 2px;
    height: auto;
    */
  }
  .cartItemSize {
    width: auto;
    float: none;
    border-left: solid 1px;
    margin-left: 6px;
    padding-left: 10px;
    font-size: 13px;
  }
  .PickSizeCartSelect {
    font-size: 17px;
  }
  .cartItemQNT {
    padding-top: 7px;
    width: calc(100% - 20px);
    /*
    float: left;
    width: 89px;
    margin-left: 0px;
    padding-top: 5px;
    padding-left: 20px;
    margin-right: 10px;
    padding-top: 10px;
    */
  }
  .cartItemPrice {
    /*
    padding-top: 0px;
    margin-right: 0px;
    font-size: 17px;
    margin-top: 12px;
    text-align: right;
    display: inline-block;
    width: auto;
    padding-top: 20px;
    width: 100px;
    */
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    width: calc(100% - 25px);
  }
  .cartItem_QNT_Price_Combo {
    max-width: 90px;
    display: unset;
  }
  .QntPositioner {
    padding-top: 0px !important;
  }
  .sexy_vertical_line_cart {
    display: none;
  }
  .CartRight {
    width: calc(100% - 22px);
  }
  .CartRightFixed {
    margin-right: 0px;
    position: absolute;
    top: 20px;
  }
  .contentCartRight {
    padding-top: 27px;
  }
  .GoToPreview {
    width: 100%;
    margin-bottom: 50px;
    border: none;
    border-radius: 2px;
    height: 40px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .smallSetRest {
    margin-top: 0px;
  }
  .fullLength {
    width: 100%;
    height: unset;
    padding-top: 20px;
  }
  .cartMoreOptionsItem {
    margin: 0px;
    width: calc(100% - 26px);
  }
  .cartItemMoreTitle {
    padding-top: 10px;
  }
  .cartItemMorePrice {
    padding-top: 12px;
    float: right;
    margin-right: 7px;
  }
  .CartReviewTitle {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    padding-left: 0;
  }
  .CartStep {
    margin-left: 0px;
  }
  .cartReview {
    margin-top: 25px;
  }
  .PickOption {
    margin-top: 32px;
  }
  .MedGeneralInput,
  .MedGeneralInputTextArea,
  .Coupon {
    font-size: 17px;
  }
  .CouponSubmit {
    height: 40px;
    line-height: 20px;
  }
  .CouponText {
    padding-top: 2px;
  }
  .CouponMSG {
    width: calc(100% - 130px);
    height: 38px;
    line-height: 17px;
  }
  .HugeButton {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 50px;
  }
  .LoginEngineText,
  .LoginEngineSelect,
  .SearchEngineText {
    font-size: 17px;
  }
  .LoginEngineText ::placeholder {
    color: black;
    opacity: 1; /* Firefox */
  }
  .SearchAlert {
    background-color: #ddddddc9;
    height: 30px;
  }

  .MobileLink {
    display: block;
    /*background-color: red;*/
    overflow: hidden;
    white-space: normal;
    float: right;
    margin-right: 17px;
  }
  .MainLink {
    display: none;
  }
  .MobileCart {
    width: 25px;
    display: inline-block;
    height: 25px;
    margin-top: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    background-image: url(../gfx/mobileCartIcon.png);
  }
  .MobileAccount {
    width: 25px;
    display: inline-block;
    height: 25px;
    /* margin-top: 20px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* margin-left: 5px; */
    /* background-image: url(../gfx/mobileAccountIcon.png); */
  }

  .FrontMenuRight {
    width: 99%;
    border: none;
  }
  .mainMenu a {
    color: inherit;
    text-decoration: none;
    width: 90%;
    display: block;
    box-sizing: border-box;
    padding-left: 10%;
  }
  .MobileOpenOptions {
    display: inline-block;
    float: right;
    clear: none;
    width: 10%;
    text-align: left;
    padding-left: 12px;
    box-sizing: border-box;
    font-weight: 600;
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: center;
    background-image: url(../gfx/backIcon_Right_Black.png);
  }
  .subMenuColumn {
    border: none;
    width: 33.5%;
    margin-left: -1;
    min-height: 170px;
    font-size: 11px;
    padding-left: 21px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: thin;
    border-left-style: solid;
    border-image: linear-gradient(to bottom, #8a8a8a, rgba(0, 0, 0, 0)) 1 100%;
  }
  .BackToMobileMainMenu {
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 44px;
    color: #333;
    margin-top: -10px;
    padding-left: 35px;
    font-weight: 600;
    font-size: 14px;
  }
  .subMenuLink {
    margin-bottom: 10px;
    line-height: 14px;
  }

  .showRoomCardMessage {
    height: 40px !important;
    font-size: 12px;
    font-weight: 400;
  }
  .subMenuSidePic {
    display: none;
  }
  .MainLineMenu {
    display: inline-block;
    clear: both;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .FrontMenuLeft {
    width: 100%;
  }
  .mainMenu {
    width: 100%;
    padding: 0;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f1f0f0;
    height: 36px;
    line-height: 36px;
  }
  #FilterMenu {
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    background-color: #fffffffc;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    height: 100vh;
    z-index: 999;
    padding-top: 100px;
    padding-bottom: 80px;
    overflow: scroll;
  }
  .disableScroll {
    overflow: hidden;
  }
  #MobileFilterMenu {
    display: inherit;
  }
  .MobileFilterMenuTitle {
    display: block;
  }
  .MobileFilterMenuClose {
    float: right;
    padding-right: 27px;
    font-size: 16px;
    line-height: 46px;
  }
  .FilterMenuTitle {
    margin-top: 10px;
  }
  .RangeTitle {
    margin-top: 5px;
  }
  .slider {
    height: 15px;
  }
  .slider::-webkit-slider-thumb {
    height: 15px;
  }
  #PriceSlider {
    margin-top: 15px;
  }
  .QuickMenuButton {
    margin-top: 0px !important;
    position: fixed;
    top: 46px;
    left: 0px;
    width: 100%;
    background-position: calc(100% - 16px) !important;
    height: 30px;
    line-height: 30px;
  }
  #Products {
    width: 100%;
  }
  .Logo {
    margin-left: calc(47% - 125px);
  }
  /*.ProdPics { width: 50px; }*/
  /*.ProdPicsThumbs { background-size: contain; min-height: 75px; }*/
  /*.ProdPicMain { width: calc(100% - 55px); }*/
  .ActiveColor {
    width: 100%;
    margin-top: 10px;
  }
  .ShowLeft {
    padding-right: 10px;
  }
  .ShowRight {
    padding-left: 10px;
  }
  .ShowRightRef {
    margin-bottom: 10px;
  }
  .ShowRightDesc {
    margin-bottom: 10px;
  }
  .PickSizeBigSelect {
    padding-left: 5px;
    padding-right: 5px;
    background-position: calc(100% - 5px) center;
    font-size: 9px;
  }
  .PickSizeBigSelectQNT {
    padding-left: 5px;
    padding-right: 5px;
    background-position: calc(100% - 5px) center;
    font-size: 9px;
  }
  .VariousLeft {
    font-size: 9px;
    padding-left: 15px;
    padding-right: 0px;
    margin-bottom: 5px;
  }
  .VariousRight {
    font-size: 9px;
    padding-left: 15px;
    padding-right: 0px;
    margin-bottom: 5px;
  }
  .SearchMenuTextVersion {
    display: none;
  }
  .SearchMenuIconVersion {
    display: block;
  }
  .AccountMenuTextVersion {
    display: none;
  }
  .AccountMenuIconVersion {
    display: block;
  }
  .AccountSeperator {
    font-size: 13px;
  }
  .FrontFrameInfos {
    width: 100%;
    height: calc(365px - 207px);
    margin-top: calc(100vh - 272px);
    background-image: linear-gradient(
      to bottom,
      #f1f1f11c,
      #f1f1f182,
      #f1f1f1bf,
      #f1f1f1d4,
      #f1f1f1db,
      #f1f1f1e0,
      #f1f1f1
    );
  }
  .FrontFrameInfosTitle {
    padding-top: 20px;
  }
  .FrontFrameInfosText {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 80px;
    text-align: center;
    font-weight: 400;
  }
  .FrontFrameInfosButton {
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #333;
    background-color: #f5f5f5;
    color: #fff;
    color: #1b1b1b;
    font-weight: 500;
    margin: 0px;
    line-height: 21px;
    vertical-align: middle;
    border-radius: 0px 0px 1px 1px;
    border-color: #333;
    border-color: #cccccc;
  }
  .GoToPreviewForMobile {
    /*display: block;*/
  }
  .FrontFrameInfosButton:hover {
    background-color: grey;
  }
  .PinkActionDesktop {
    display: none;
  }
  .PinkActionMobile {
    display: block;
  }
  .ShowDiscountPink {
    margin-top: -417px;
  }
  .frontFrame1 {
    background-image: url(../gfx/Front/MED1_Mobile.webp?flag=summer_2023);
  }
  .frontFrame2 {
    background-image: url(../gfx/Front/MED2_Mobile.webp?flag=summer_2023);
  }
  .frontFrame3 {
    background-image: url(../gfx/Front/MED3_Mobile.webp?flag=summer2023);
  }
  .frontFrame4 {
    background-image: url(../gfx/Front/MED4_Mobile.webp?flag=summer2023);
  }
  .frontFrame5 {
    background-image: url(../gfx/Front/MED5_Mobile.jpg?flag=winter2022);
  }
  .frontFrame6 {
    background-image: url(../gfx/Front/MED6_Mobile.jpg?flag=winter2022);
  }
  .frontFrame10 {
    background-image: url(../gfx/Front/MED10_Mobile.webp?flag=summer_2023);
  }
  .frontFrame11 {
    background-image: url(../gfx/Front/MED11_Mobile.webp?flag=summer_2023);
  }
  .frontFrame12 {
    background-image: url(../gfx/Front/MED12_Mobile.webp?flag=summer2023);
  }
  .frontFrame13 {
    background-image: url(../gfx/Front/MED13_Mobile.jpg?flag=winter2022);
  }
  .frontFrame14 {
    background-image: url(../gfx/Front/MED14_Mobile.jpg?flag=winter2022);
  }

  .ProdPicMain {
    width: 100%;
    height: calc(100vh - 350px);
    max-height: calc(100vh - 228px);
  }

  .Coupon {
    width: 200px;
  }
  .ContactLeft {
    display: none;
  }
  .ContactRight {
    width: 100%;
    padding-left: 0px;
  }
  .ContactInput,
  .ContactTextarea {
    font-size: 17px;
  }
  .revealFullMenu {
    min-height: 400px !important;
  }
  .LangContainer {
    margin-top: 20px;
  }
}
/* 2023 version batch */
@media only screen and (max-width: 660px) {
  .LoginEngineText,
  .LoginEngineSelect,
  .SearchEngineText {
    font-size: 17px;
  }
  #mainHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 75px;
    z-index: 1;
    background-color: #1b1b1bc7;
  }
  .lander {
    background-color: #1b1b1b78 !important;
  }
  #mainOption {
    height: 30px;
    /* width: calc(50% - 70px); */
    /* width: calc(100% - 220px); */
    /* width: auto; */
    width: 240px;
    flex-wrap: nowrap;
    margin-right: 20px;
    justify-content: center;
    float: right;
    margin-top: 29px;
  }
  #mainLogo {
    margin-left: 20px;
    height: inherit;
    width: 50%;
    float: left;
    margin-top: 4px;
  }
  .mainHeaderContainer {
    display: block;
    height: 65px;
  }
  .landingHeaderContainer {
    height: 90px;
  }
  .PriceTag {
    margin-bottom: 0px;
  }
  .M_view_2 {
    /* margin-bottom: 127px; */
  }
  .M_view_2 .look2_more {
    width: calc(100% - 30px);
    position: absolute;
    bottom: -129px;
    height: 100px;
    overflow: hidden;
    display: block;
    border-radius: 0px;
  }
  .M_view_2 .look2_more .sectorBody_Title {
    width: 57%;
    font-size: 20px;
    text-align: left;
  }
  .M_view_2 .look2_more .sectorBody_Subtitle {
    width: calc(57% - 26px);
    text-align: left;
    border-right: none;
    border-left: 3px solid #e93223;
  }
  .M_view_2 img {
    height: 88px;
    width: auto;
  }
  .M_view_2 .look2_more .sectorBody_ShopNow {
    width: 63px;
    position: absolute;
    top: 0px;
    right: 15px;
    text-align: center;
    font-size: 20px;
    height: 50px;
    line-height: 25px;
  }
  .mobile3dImage {
    display: block;
    width: 70px !important;
    float: right;
    position: absolute;
    top: -13px;
    left: 57%;
    border: none !important;
    /* background-color: red; */
  }
  .mobileNoShow {
    display: none;
  }
  .CartLoginSuccess {
    /*
    background-color: #8bab88;
    color: #ffffff;
    float: unset;
    font-size: 14px;
    font-weight: 400;
    display: none;
    letter-spacing: normal;
    width: calc(100% - 22px);
    text-align: center;
    line-height: 27px;
    height: 27px;
    margin-left: auto;
    margin-right: auto;
    */
    /* position: absolute; */
    /* top: 0px; */
    /* left: 10px; */
  }
  .InnerLogin {
    color: #111;
    font-weight: 400;
    float: right;
    width: calc(100% - 24px) !important;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #111;
    border-radius: 2px;
  }
  .M_view_4 {
    width: 100%;
    border-right: none;
  }
  .M_view_5 {
    width: 100%;
    height: 650px;
    border-left: none;
    background-position: top center;
  }
  .M_view_5 .look5 {
    width: 335px;
    max-width: 100%;
  }
  .M_view_7 .menuCards,
  .M_view_7 .menuCards:not(:last-child) {
    margin-right: 0px;
    width: 50%;
  }
  .footerColumn {
    width: calc(33% - 0px);
    padding-bottom: 70px;
  }
  .footerLink {
    margin-bottom: 10px;
  }
  .W_view_2 {
    background-size: cover;
  }
  .W_view_2 .look2 {
    max-width: calc(100% - 25px);
  }
  .W_view_6 {
    width: 100%;
    background-position: top center;
    height: 700px;
  }
  .W_view_6 .look6 {
    width: 506px;
    max-width: calc(100% - 30px);
  }
  .W_view_5 {
    width: 100%;
    background-position: bottom center;
    border-left: none;
  }
  .W_view_7 {
    width: 100%;
    background-position: center;
    border-right: none;
  }
  .W_view_8 {
    width: 100%;
    background-position: top center;
    border-left: none;
    height: 650px;
  }
  .W_view_8 .look8 {
    right: 0px;
    left: unset;
    border-radius: 4px 0 0 4px;
    text-align: right;
    width: 335px;
  }
  .W_view_9 .look9 {
    background-color: #ffffff78;
    max-width: calc(100% - 31px);
  }
  .W_view_10 .menuCards,
  .W_view_10 .menuCards:not(:last-child) {
    margin-right: 0px;
    width: 50%;
  }
  .sectorBody_Title {
    font-size: 26px;
  }
  .sectorBody_Subtitle {
    font-size: 16px;
  }
  .sectorBody_ShopNow {
    padding-top: 10px;
    color: #fff;
    text-shadow: none;
    border-color: #000;
    box-shadow: none;
    background-color: #000;
    box-sizing: content-box;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    font-size: 16px !important;
  }
  .lightcase-icon-close:before {
    color: #000 !important;
    background-color: #ffffff !important;
    border-radius: 40px !important;
    /*
	  padding-right: 20px;
    border-radius: 2px 0 0 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 26px;
    width: 42px !important;
	  */
  }
  #Main {
    margin-top: 55px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
  .CartLeft {
    width: 100%;
    float: left;
  }
  .VariousInfosContainer {
    position: fixed;
    left: 0px;
    bottom: calc(0% - 97px);
  }
  .SpecificInfos div {
    background-color: #eaeaea;
    line-height: 40px;
  }
  #Content {
    margin-top: 0px;
    padding-top: 50px;
  }
  #mainFooter {
    padding-left: 0px;
    padding-right: 5px;
    width: calc(100% - 5px);
  }
  .LoginContainer {
    position: absolute;
    top: 0px;
    max-width: unset;
    height: 100vh;
    padding-top: 10px;
    background-color: #000000d6;
  }
  .RegisterContainer {
    position: absolute;
    top: 0px;
    height: 100vh;
    padding-top: 10px;
    background-color: #000000d6;
  }
  .ResetContainer {
    position: absolute;
    top: 0px;
    height: 100vh;
    padding-top: 10px;
    background-color: #000000d6;
  }
  .LoginContainerTop,
  .RegisterContainerTop {
    font-size: 32px;
  }
  .headFunctionsButton {
    border: 1px solid #fff;
  }
  .LoginEngineButton {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .InputErrorHandler {
    margin-left: -10px;
  }
  .GeneralFilterBar {
    padding-left: 1px;
  }
  .showRoomCard {
    margin-left: 1px;
  }
  .showRoomCard {
    width: calc(50% - 4px);
  }
  .EuroleagueFooter {
    margin-top: 10px;
    float: left;
    overflow: hidden;
    height: auto;
    width: 100%;
  }
  .EuroleagueFooter a {
    margin: 0px;
    padding: 0px;
    float: right;
    max-width: 100%;
  }
  .cartItemRef {
    font-size: 12px;
  }
  .addBox {
    width: calc(100% - 20px);
    margin-top: -20px;
  }
  .cartItems {
    display: inline-block;
    padding-top: 270px;
  }
  .LoginOptionExplanationText {
    width: 100%;
  }
  .LoginOption {
    width: calc(50% - 10px);
    margin-left: 0;
    margin-right: 10px;
  }
  .LoginOption_mobile {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .mainBody_ShopNow {
    background-color: #ffffffbf;
  }
}
@media only screen and (max-width: 640px) {
  /*
  #mainOption {
    height: 30px;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  margin-right: 13px;
  }
  #mainHeader {
    height: 120px;
  }
  */
  #mainHeader {
    height: 65px;
  }
  #mainOption {
    margin-top: 25px;
  }
  #Logo {
    background-size: auto 30px;
    width: 180px;
  }
  #burger {
    background-size: 30px 30px;
    width: 40px;
  }
  .mainHeaderContainer {
    display: block;
    height: 60px;
  }
  #mainLogo {
    width: fit-content;
  }
  .filterExpanded {
    height: auto;
    max-height: initial;
  }
  .cartItemsTitle {
    width: calc(100% - 17px);
    margin-left: 10px !important;
  }
  .reviewSetNoLine {
    margin-left: unset;
    margin-right: unset;
  }
}
/* Legacy queries batch */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  /* iphone plus */
  .stickyMenu {
    margin-right: 34px;
  }
  .GenFilterSel {
    font-size: 16px;
  }
  .PickSizeBigSelect,
  .PickSizeBigSelectQNT {
    font-size: 16px !important;
    text-transform: capitalize;
  }
  .PickSomething {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  .cartItemSize {
    clear: both;
    display: block;
    display: inline-block;
    float: right;
    width: 100%;
    border: none;
  }
  .cartItemColor,
  .cartItemSize {
    font-size: 12px;
  }
  .cartItemColor {
    padding-top: 5px !important;
    margin-top: 4px !important;
  }
}
/* 2023 version batch */
@media only screen and (max-width: 600px) {
  #mainHeader {
    height: 55px;
  }
  .menuExpanded {
    max-width: 100%;
  }
  .menuOption {
    display: block;
    line-height: 20px;
  }
  #mainLogo,
  #mainLogoX {
    /*margin-left: 0px;*/
  }
  #mainLogoX {
    height: 67px;
  }
  #burger,
  #burgerX {
    background-size: 24px 24px;
    position: absolute;
    right: 11px;
    height: 54px;
  }
  #burgerX {
    right: 0px;
  }
  #burger {
    background-image: url("../gfx/menuIcons/burger_Mobile.png");
  }
  #burger:hover {
    /* transform: rotate(90deg); */
    background-size: 30px 24px;
  }
  .mainIcon3,
  .mainIcon5 {
    display: none;
  }
  #mainOption {
    position: absolute;
    right: 33px;
    margin-top: 18px;
    margin-right: 25px;
  }
  #Logo,
  #LogoX {
    background-size: auto 26px;
    width: 130px;
    height: 50px;
  }
  #LogoX {
    margin-top: 4px;
  }
  .showRoomCard {
    width: calc(50% - 4px);
  }
  .showRoomCardImage {
    height: 290px !important;
    background-size: contain !important;
  }
  .ShowLeft {
    width: 100%;
    border-right: none;
  }
  .ShowRight {
    width: 100%;
    border-right: none;
    min-height: fit-content;
    margin-bottom: 60px;
    min-height: auto;
    overflow: hidden;
  }
  .cartItemPrice {
    /*
    padding-top: 45px;
    font-size: 14px;
    width: 120px;
    */
  }
  .cartItemPhoto {
    height: 115px;
  }
  .ProdPicMain {
    width: 100%;
    background-position: center;
    height: 520px;
    margin-top: 40px;
  }
  .ProdPics {
    margin-top: 15px;
    border-top: 1px solid #444;
    display: flex;
  }
  .ShowRightTitle {
    font-size: 24px;
    font-family: "Chronicle Display";
  }
  .RestOfThePicks {
    overflow: hidden;
    width: 100%;
    padding-left: 2px;
  }
  .ShowRightRef {
    margin-bottom: 22px;
    margin-top: 7px;
    padding-left: 2px;
  }
  .PriceTag {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    float: left;
    padding: 0;
    width: 100%;
    clear: both;
    text-align: justify;
    padding-left: 2px;
    font-family: AkkuratPro, sans-serif;
  }
  .AddOptions {
    min-height: 120px !important;
    height: fit-content !important;
    overflow: visible;
  }
  .OtherColorText {
    font-size: 8px;
    overflow: hidden;
    min-height: 8px;
    line-height: 12px;
    min-width: 54px;
    padding-top: 2px;
    color: #6b6e7d;
  }
  .productMessageBoard {
    height: 40px;
    margin-bottom: 15px;
  }
  .CartLeft {
    width: 100%;
    float: left;
  }
  .LoginOption {
    width: 100% !important;
    margin-left: 0;
    min-height: auto !important;
    padding-bottom: 15px;
  }
  .eshopNote {
    width: calc(100% - 0px);
    margin-right: 0px;
  }
  .LoginOptionExplanationText {
    width: 100%;
    margin-top: 345px;
  }
  .cartItemsTitle {
    padding-left: 0px;
    font-size: 20px;
  }
  .ShowDiscount {
    margin-top: -310px !important;
  }
  .ShowDiscountPink {
    margin-top: -275px;
  }

  .W_view_1 {
    background-image: url(../gfx/Summer2025/W_1_M.webp);
  }
  .W_view_2 {
    background-image: url(../gfx/Summer2025/W_2_M.webp);
  }
  .W_view_2 .look2 {
    max-width: calc(100% - 30px);
    border-radius: 0;
  }
  .W_view_4 {
    height: 650px;
  }
  .W_view_5 {
    background-position: center;
    background-image: url(../gfx/Summer2025/W_5_M.webp);
  }
  .W_view_5 .look5 { bottom: 70px; top: auto; }
  .W_view_6 {
    background-image: url(../gfx/Season2025/W/W_6_M.webp);
  }
  .W_view_6 .look6 {
    bottom: 100px;
  }
  .W_view_7 {
    background-image: url(../gfx/SS2024/Women/W_7_mobile.webp);
    max-width: 100%;
    border-radius: 0;
  }
  .W_view_7 .look7 { 
    width: calc(100% - 30px);
    border-radius: 0;
    bottom: 100px;
  }
  .W_view_8 .look8 {
    width: calc(100% - 30px);
    border-radius: 0;
    bottom: 100px;
  }
  .W_view_9 {
    /*background-size: cover;*/
    background-image: url(../gfx/Summer2025/W_9_M.webp);
  }
  .M_view_1 {
    background-image: url(../gfx/Summer2025/M_1_M.webp);
  }
  .M_view_2 {
    background-image: url(../gfx/Summer2025/M_2_M.webp);
    /*margin-bottom: 157px;*/
  }
  .M_view_2 .look2_more {
    display: none;
    height: 130px;
    bottom: -159px;
  }
  .M_view_2 .look2_more .sectorBody_Title {
    width: 40%;
    font-size: 20px;
    border-left: 3px solid #e93223;
    padding-left: 10px;
  }
  .M_view_2 .look2_more .sectorBody_Subtitle {
    width: calc(100% - 16px);
    text-align: center;
    border-left: none;
  }
  .M_view_2 .look2_more .sectorBody_ShopNow {
    padding-left: 10px;
    padding-right: 10px;
    top: -5px;
  }
  .M_view_3 {
    height: 635px;
  }
  .mobile3dImage {
    left: 40%;
    top: -15px;
  }
  .M_view_4 {
    height: 650px;
    background-image: url(../gfx/Summer2025/M_4_M.webp);
  }
  .M_view_4 .look4 {
    width: calc(100% - 30px);
    border-radius: 0;
    bottom: 100px;
    top: unset;
  }
  .M_view_5 .look5 {
    width: calc(100% - 30px);
    border-radius: 0;
    bottom: 100px;
    top: unset;
  }
  .M_view_6 {
    height: 650px;
    background-image: url(../gfx/Season2025/M/M_6_M.webp);
  }
  .M_view_6 .look6 {
    background-color: #1b1b1b78;
    width: calc(100% - 31px);
  }
  .salesWomen {
    background-image: url(../gfx/SALE-MOBILE-2023-WOMAN.jpg);
    height: 600px;
    margin-top: 55px;
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
  }
  .salesMen {
    background-image: url(../gfx/SALE-MOBILE-2023-MAN.jpg);
    height: 600px;
    margin-top: 55px;
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
  }
  .mainBody_Title {
    font-size: 2.3em;
    line-height: 1.3;
  }
  .cartItemColor {
    border-top: 1px solid #cecccc;
    padding-top: 10px;
  }
  .MyAccountRight {
    width: 100%;
  }
  .MyAccountLeft {
    width: calc(100% - 5px);
  }
  .InputErrorHandler {
    margin-left: 0px;
  }
  .footerColumn {
    width: calc(100% - 0px);
    padding-bottom: 0px;
  }
  .sexy_vertical_line {
    display: none;
  }
  .footerColumnTitle {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    margin-top: 20px;
  }
  .cartItems {
    display: unset;
    padding-top: unset;
  }
  .InnerLogin {
    width: calc(100% - 2px) !important;
    margin-right: 2px;
  }
  .cartItemsTitle {
    width: 100%;
    margin-left: 0px !important;
  }
  .CartRightFixed {
    margin-right: 0px;
    position: absolute;
    top: 60px;
  }
}
@media only screen and (min-device-width: 480px) {
  #Content {
    margin-top: 0px;
  }
}
@media only screen and (max-device-width: 480px) {
  .MariasGift {
    margin-top: -245px;
    height: 30px;
    display: inline-block;
    width: 40px;
    margin-left: 55px;
  }
}
@media only screen and (max-width: 429px) {
  #mainOption {
    width: calc(100% - 175px);
    right: 23px;
    margin-top: 18px;
    margin-right: 25px;
  }
  #Logo,
  #LogoX {
    background-size: auto 20px;
    width: 100px;
    height: 52px;
  }
  #mainLogo {
    margin-left: 10px;
  }
  #burger,
  #burgerX {
    background-size: 24px 24px;
    position: absolute;
    right: 0px;
    height: 54px;
  }
}
@media only screen and (max-width: 320px) {
  #mainOption {
    width: calc(100% - 175px);
    right: 20px;
    margin-top: 18px;
    margin-right: 25px;
  }
}
.reader {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 10px !important;
}




