/***************************************/
/* General                             */
/***************************************/
html {
  font-size: 16px; /* baseline */
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

@font-face {
    font-family: 'champagne__limousinesbold';
    src: url("fonts/champagne__limousines_bold-webfont.woff2") format('woff2'),
         url("fonts/champagne__limousines_bold-webfont.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'champagne__limousinesitalic';
    src: url("fonts/champagne__limousines_italic-webfont.woff2") format('woff2'),
         url("fonts/champagne__limousines_italic-webfont.woff") format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'champagne__limousinesregular';
    src: url("fonts/champagne__limousines-webfont.woff2") format('woff2'),
         url("fonts/champagne__limousines-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "RageItalic";
  src: url("fonts/RAGE.woff") format("woff"),
       url("fonts/RAGE.woff2") format("woff2");
}

@font-face {
  font-family: "RageItalic";
  src: url("fonts/RAGE.woff") format("woff"), /* Modern Browsers */
       url("fonts/RAGE.woff2") format("woff2"); /* Modern Browsers */
}

h1, h2, h3, h4, h5, h6, p {
  font-family: 'Champagne & Limousines', sans-serif;/*
  font-family: "champagne__limousinesregular", "champagne__limousinesBdIt", "champagne__limousinesbold", "champagne__limousinesitalic";
  */
}

b {
  font-weight: bolder;
}

* {
  box-sizing: border-box;
}

p {
  font-size: 1.2rem;
}

h1 {
  font-size: 2rem;
}

.fa {
  font-family: FontAwesome !important;
}

img {
  max-width: 100%;
}

button, input[type=button], input[type=submit], select, .button {
  cursor: pointer;
}

body {
  position: relative;
  }

mark {
  background-color: lightgrey;
}

nav a {
  text-decoration: none;
  background-color: rgb(250,248,255);
  padding: 1rem;
}

.active {
  color: white !important;
}

.button {
  display: flex !important;
  align-items: center;     /* Vertical centering */
  justify-content: center; /* Optional: horizontal centering */
  height: 4rem;
  width: 15rem;
  margin: auto;
  border: solid thin white;
  border-radius: 10px;
  font-size: 1rem;
  /*line-height: 4rem;*/
  font-weight: bold;
  box-shadow: 5px 5px 5px;
  text-decoration: none !important;
  text-align: center;
  color: black;
  padding: 1rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cedce7+0,596a72+100;Grey+3D+%231 */
  background: #cedce7; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
}

.button a {
  text-decoration: none !important;
  color: black;
}

.button-easywear {
  height: 2rem;
  width: 8rem;
  border: solid thin black;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: 5px 5px 5px;
  font-size: 1rem;
}

.button-long {
  width: 16rem;
}

.gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cedce7+0,596a72+100;Grey+3D+%231 */
  background: #cedce7; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
}

.gradient2 {
  background: rgb(126,126,126);
  background: linear-gradient(to top, rgba(126,126,126,0.6) 0%, rgba(46,46,46,0.6) 100%);
}

.gradient3 {

  background: linear-gradient(to bottom, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
}

.gradient4 {
  background-image: linear-gradient(to right bottom, #c4baba, #bcb0ac, #b2a89e, #a5a092, #949989);
}

.main {
  position: relative;
  background-color: var(--silver200);
  border-radius: 5px;
}

.main-header {
  background-color: var(--silver300);
  padding: 1rem 1rem;
  margin-top: 1rem;
  border-radius: 5px;
}

.hometxt {
  border-radius: 5px;
}

#scroll {
  display: flex;
  justify-content: flex-end;
  position: -webkit-sticky;
  position: sticky;
  top: 90%;
  z-index: 999;
  opacity: 0.6;
}

#scroll a {
  display: flex;
  justify-content: flex-end;
}

#scroll img {
  /*width: 10%;*/
  width: 30px;
  height: 32px;
}

.header {
  display: flex;
  flex-direction: column;
  border: solid thin grey;
  border-radius: 10px;
  box-shadow: 5px 5px 0 grey;
  padding: 1rem 1rem;
  position: relative;
}

.header-alt {
  padding: 0;
}

.contactlana {
  display: flex;
  align-items: center;     /* Vertical centering */
  justify-content: center; /* Optional: horizontal centering */
  width: 10rem;
  height: 2rem;
  text-decoration: none;
  margin: 0;
  color: black;
}

.contactnav {
  display: block;
  margin: auto
}

.contactnav a {
  text-decoration: none;
  color: black;
}

.contactlana a {
  color: black;
  text-decoration: none;
}

.contact-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  /*padding-top: 1rem;*/
}

.contact-container img {
  height: 2rem;
  width: auto;
}

.contact-container p {
  display: none;
}

.cellphonenr {
  display: none;
}

.name {

}

.name h1 {
  font-size: 4rem;
  text-align: center;
  margin-top: 0;
  }

.fa {
  width: 3rem;
}

.icon {
  border-radius: 5px;
  padding: 5px 0;
}

.banner {
  display: block;
  position: relative;
  margin: 10px auto 15px auto;
  width: 100%;
  border-radius: 20px;
  background-color: white;*/
  display: block;displaydisplaydisplay
  box-shadow: 5px 5px 1px grey;box-shadowbox-shadow
  border-radius: 20px;border-radius
  /*height: 250px;*/
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9999;
}

.banner img {
  border-radius: 5px;
}

.easywear-banner {
  display: block;
  position: relative;
  margin: 10px auto 15px auto;
  width: 99%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9999;
}

.easywear-banner div {
  margin: auto;
  width: 80%;
}

.easywear-banner img {
  width: 70%;
  display: block;
  margin: auto;
}

.easywear-text {
  width: 90%;
  margin: auto;
  padding: 1rem;
  text-align: center;
  border: solid 3px;
}

.easywear-images {
  display: grid;
  width: 80%;
  margin: auto;
  border: solid 5px;
  border-radius: 5px;
  padding: 1rem;
  /* Define 3 columns of equal size */
  grid-template-columns: repeat(3, 1fr);
  /* Optional: Add a gap between the grid items */
  gap: 10px;
}

.easywear-images img {
  border-radius: 5px;
}

.ew-img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.2s;
}

#lightbox-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#lightbox-overlay img.lightbox-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  z-index: 10000;
}

#preview-container {
  display: grid;
  width: 80%;
  margin: auto;
  border-style: dashed;
  padding: 1rem;
  /* Define 3 columns of equal size */
  grid-template-columns: repeat(3, 1fr);
  /* Optional: Add a gap between the grid items */
  gap: 10px;
}

.preview-image {
  display: none;
  max-width: 100%;
}

.description {
  /*padding: 0 0.5rem;*/
  display: flex;
  flex-direction: row;
}

#hover {
  display: none;
}

#hover:hover {
  display: block;
}

.easywearlogo {
  width: 60%;
  display: block;
  margin: 1rem auto;
}

.easywearText {
  background-color: white;
  width: 30%;
  margin: 1rem auto;
}

.index-images {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: auto;
}

.index-images  img {
  display: block;
  max-width: 100%;
  border-radius: 5px;
}


.index-images-easywear {
  width: 80%;
  margin: auto;
  border-radius: 5px;
}

.easywearlogo {
  border-radius: 5px;
}

.logo {
  display: inline-block;
  width: 60%;
  margin: 0;
}

.cart-table td, .cart-table th {
  text-align: center;
  font-size: 10px;
}

.cart-table tr:nth-child(even){background-color: #f2f2f2;}

.cart-table td, .cart-table th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.cart-table p, .cart-table h3 {
  font-size: 1rem;
}

.form-cart {
  margin: 0 0px;
  border: solid white;
  line-height: 80%;
  padding: 10px 5px;
  overflow:visible;
  width: 100%;
}



.form-cart>label {
  margin-left: 10%;
  font-size: 12px;
}

.media {
  display: block;
  margin: auto;
  width: 90%;
}

.media-label {
  font-size: 14px;
}

#cart-form-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 8rem !important;
  height: 2rem;

}

#style {
  text-align: center;
}

.td-width {
  width: 6rem;
  text-align: center;
}

.tdremove {
  cursor: pointer;
}
/*
#scroll {
  display: none;

  position: fixed;

  bottom: 10px;
  right: 10px;
  z-index: 999;
  opacity: 0.7;
}

#scroll a {
    text-decoration: none;
}

.tooltiptext {
  width: 100px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  margin-top: -2rem;
  z-index: 1;
}

#scroll:hover .tooltiptext {
  visibility: visible;
}
*/
.heading {
  text-align: center;
}

.corona {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.corona img {
  display: block;
  margin: 0 auto;
}



.footer-grid {
  margin-top: 1rem;
  padding-top: 1rem;
  background-color: var(--silver100);
}


/**************************/
/*  Home Page (index)     */
/**************************/

.hometxt {
  text-align: justify;
  padding: 1rem 5%;
  width: 80%;
  margin: 0 auto;
  background-color: var(--silver100);
}

.callout {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.callout form {
  padding-bottom: 1rem;
}

.index-images-easy {

}

.index-images-easy>img {

  /*height: 328px;*/
  height: auto;
  width: 100%;
}

.topnav {
  width: 50%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  justify-content: space-around;
  border: 5px solid hsl(0, 0%, 62%);
  border-radius: 5px;
  box-shadow: 5px 5px 2px grey;
  padding: 1.5rem;
}

.botnav {
  width: 40%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  justify-content: space-around;
}

.botnav a, .topnav a {
  text-align: center;
  color: black;
  /*background-color: lightgrey;*/
  box-shadow: 5px 5px 2px grey;
  font-size: 1.2rem;
  margin: 3px 0;
  height: 2rem;
  line-height: 2rem;
  padding-top: 5px;
  font-weight: 600;
  }

.sale {
  /*background-color: yellow;*/
  padding: 1rem 1rem;
  margin: 0 0.5rem;
}

.sale h2 {
  font-size: 1.5rem;
  color: red;
}

a.button-sale {
  font-size: 1.3rem;
  width: 80%;
  line-height: 1.3rem;
  margin: auto;
  color: white;
}

.button-sale {
  display: block;
  margin: auto;
  width: 8rem;
  padding: 0.5rem;
  border: solid 2px white;
  background-color: red;
  color: yellow;
  text-decoration: none;
}

.sale-finger h1 {
  color: black;
  margin: -0.4rem 0 0 3rem;
}

/**** About Lana ******************************/
.lana-profile {
  width: 100%;
  margin: auto;
  border-radius: 15px;
  overflow: hidden;       /* This is key */
  position: relative;
}

.lana-profile img {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.lanatxt {
  padding: 1em;
  text-align: justify;
  width: 80%;
  margin: 0 auto;
  background-color: var(--silver100);
}
/**** Process  ****************************/
.corona-img>img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.process-text {
  width: 100%;
  padding: 0 5%;
  text-align: justify;
}


.process-signature {
  width: 100%;
  margin: auto;
  padding-left: 15rem;
}

.process-signature img {
  width: 40%;
}
/***GALLERY*******************************************/
.container {
  position: relative;
  background-color: #f4f2f0;
  display: block;
  padding: 5px 0;
  margin: 5px auto;
}

.heart {
  display: none;
  position: absolute;
  width: 11% !important;
  top: 140px;
  right: 40px;
  border-style: none;
}

img.heart {
  border: none;
}

.gallery-text {
  background-color: var(--silver100);
  padding: 1rem;
  width: 80%;
  margin: 0 auto;
}

.gallery-select {
  display: block;
}

.gallery-button {
  display: block;
  justify-content: center;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
/*  background-color: white;*/
  }

.gallery-button>button {
  margin-left: 3rem;
  width: 100px;
  height: 30px;
}

#filter, #compare, #search {
  border: solid;
  border-color: grey;
  background-color: white;
  border-radius: 10px;
}


#category {
  width: 8rem;
  margin-left: 3rem;
  height: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  background-color: var(--silver200);
  color: var(--silver800);
  font-weight: 700;
}

#filter {
  display: flex-block;
  align-items: center;
  /*padding: 15px 5px 5px 20px;*/
  width: 60%;
  margin: 0 auto;
}

#filter>h3, #compare>h3 {
  margin: 5px 0;
}

#filter.input {
  background-color: lightgrey;

}

#filter>button {
  display: block;
  margin-left: 10px;
}

#compare {
  /*display: flex;*/
  display: block;
  width: 80%;
  margin: 0 auto;
  /*justify-content: space-around;*/

}

/*
#compare-button {
  display: block;
  padding: 5px;
}
*/

#compare>h4 {
  padding-top: 20px;
}


#compare-button>button {
  margin: 1rem auto;
}


#compare {
  padding: 1rem;
}
#search {
  width: 20rem;
}

#search>h4 {
  margin: 5px 0 5px 0;
}

#search input {
  width: 10rem;
  height: 1.5rem;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#search button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

#detail {
  padding-top: 5px;
}

.selected {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.info {
  text-align: center;
  color: white;
  }

.wedding-grid {
  padding-bottom: 2em;
  background-color: var(--silver200);
}

.wedding-img {
  position: relative;
}

.plusDivsLeft, .plusDivsRight {
  position: absolute;
  top: 45%;
  font-size: 1.2rem;
}

.plusDivsLeft {
  left: 1rem;
}

.plusDivsRight {
  right: 1rem;
}

.mySlides {
  display: none;
}

.close-page {
  float: right;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  border-radius: 5px;
  margin-right: 0.5rem;
  margin-top: -20%;
}
.wedding-intro {
  text-align: center;
}

.wedding-txt {
  margin: 0 2rem;
}

.info {
  cursor: pointer;
}

.formalwear-flash img {
  border-radius: 5px;
}

/***EasyWear *********************************/
.banner-ew {
  background-image: url('img/header2.jpg');
}
.ew-measurements {
  display: none;
}

.ew {
  text-align: center;
  font-size: 18px;
}

.ewx {
  display: block;
  text-align: center;
  width: 80% !important;
  margin: 0;
  border: solid red 1px;
}

.content {
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  /*background-color: white;*/
  color: white;
 }

 .content p {
   text-align: center;
 }


 .ew-container {
   position: relative;
   padding-top: 1rem;
   cursor: pointer;
 }

 .ew-container .content {
   padding-bottom: 0;
   color: #f1f1f1;
   margin: auto auto;
   width: 100%;
 }

 .ew-container img {
   width: 100% !important;
   length: auto !important
 }

.ew-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.ew-container a {
 color: black;
 background-color: grey;
 text-decoration: none;
 border-radius: 10px;
 width: 100%;
}

.ew-container h3 {
  color: white;
  font-size: 16px;
}

/*.show-measurements {*/
.measurements {
  display: none;
}

#show-measurements {
  display: block;
  text-align: center;
  margin: 15px auto;
  width: 15rem;
  height: 3rem;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  background-color: lightgrey;
  color: black;
}

.nav-container img {
  cursor: pointer;
}

#close-measurements {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  width: 7rem;
  height: 2rem;
  }

#pseudotop2 {
  display: none;
}

.style-nav {
  display: none;
}

.style {
  position: relative;
}

h2.fabric-header {
  margin: 0 auto;
  font-size: 2rem;
  width: 80%;
  text-align: center;
  background-color: orange;
  padding: 1rem;
  border-radius: 5px;
}

.form-shop {
  border: solid lightgrey;
  position: relative;
  background-color: #f0f0f0;
  text-align: center;
  margin: 10px auto 2rem auto;
  width: 94%;
  padding-bottom: 1rem;
}

.form-shop p {
  margin: 0;
}

.form-shop h2 {
  width: 40%;
  margin: auto auto;
  text-align: center;
  padding-top: 1rem;
}

#cloth2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#cloth2-disp {
  text-align: center;
  font-weight: bold;
  width: 5rem;
  margin-top: 1rem;
}

#fabric-select2 {
  height: 200px;
  width: 200px;
}

.fabric-select2 {
  height: 200px;
  width: 200px;
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.save-button, .msg-button, .sale-save-button, .checkout-button, .sale-checkout-button, .sale-exit {
  background-color: lightgrey;
  color: black;
  width: 8rem;
  /*
  height: 3rem;
  line-height: 3rem;
  */
  box-shadow: 5px 10px 5px black;
  font-size: 1rem;
  font-weight: 800;
  padding: 1rem;
}

.save-button {
  margin-right: 5px;
}

.checkout-button {
  margin-left: 5px;
}

.nav-button-left {
  position: absolute;
  left: 8%;
  top: 27%;
  font-size: 1.3rem;
  cursor: pointer;
}

.nav-button-right {
  position: absolute;
  right: 8%;
  top: 27%;
  font-size: 1.3rem;
  cursor: pointer;
}

.nav-left, .nav-right {
  cursor: pointer;
}

.quantity {
  padding-top:
}

.main-header-easywear {
  padding: 1px 0 1rem 0;
  margin-top: 10px;
}

.added {
  display: none;
  margin: 0 2rem;
  padding-left: 3rem;
}

#size, #quantity {
  font-size: 1rem;
}

.dangle2 {
  display: none;
}

.bottom-strip {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.style-info-grid {
  padding-bottom: 1rem;
}

.easywear, .easywear-oneof {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.easywear-div {
  border: solid 1px;
  width: 80%;
  margin: auto;
  padding: 2rem;
}

.easywear-div h2 {
  background-color: #FAF9F6;
  width: 100%;
  margin: auto;
  padding: 8px;
}

.easywear-div h4 {
  display: none;
  background-color: white;
  width: 30%;
  margin: auto;
  padding: 8px;
}

.easywear-oneof img {
  width: 80%;
  margin: auto;
}
/***Reviews ************/
.index-main-text {
  background-color: var(--silver100);
  margin: 0 2%;
  padding: 1rem;
}

.captcha {
  margin-left: 10%;
  width: 20%;
  border: 1px solid black;
}

.reviews-grid {
  background-color: var(--silver100);
}

.review {
 align-self: center;
 padding-left: 1rem;
 padding-right: 1rem;
 background-color: #f4f2f0;
}

.review-btn {
  margin-left: 3rem;
  height: 2rem;
  width: 8rem;
  border: solid thin black;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: 5px 5px 5px;
  font-size: 1rem;

  background-color: red;
}

.review-btn a {
  text-decoration: none;
  color: white;
}

.checked {
  color: orange;
}

.rate-me-button {
  margin: 1rem auto;
  text-align: center;
}

.rating {
  padding: 1rem 1rem;
  border-radius: 20px;
  text-align: justify;
}

.rating .fa {
  width: 1.2rem;
}

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

.morecontent span {
  display: none;
}
.morelink {
  display: block;
  color: blue;
}
.morelink a {
  color: blue;
  text-decoration: underline;
}

.rate-container {
  display: flex;
  justify-content: center;
}

.rate {
  height: 100px;
  border-radius: 10px;
  border: 5px solid white;
  width: 20rem;
  margin: auto;
}

.rate-detail {
  display:block;
}

.rate-detail input {
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 1rem;
  border: 3px solid white;
  border-radius: 10px;
}

.rate-detail textarea {
  font-size: 1rem;
  border: 3px solid white;
  border-radius: 10px;
  padding: 1rem;
}

.form-2 {
  border: solid thin;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 60px;
  color: #ccc;
}

.rate:not(:checked) > label:before { content: '★ '; }
.rate > input:checked ~ label { color: #ffc700; }
.rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label { color: #deb217; }
.rate > input:checked + label:hover, .rate > input:checked + label:hover ~ label, .rate > input:checked ~ label:hover, .rate > input:checked ~ label:hover ~ label, .rate > label:hover ~ input:checked ~ label { color: #c59b08; }

/***Contact us**********************************************/
.out-of-office {
  display: none;
  width: 80%;
  margin: auto;
  padding: 1rem;
  border: 2px solid black;
    background-color: var(--silver100);
}

.contact-head {
  background-color: var(--silver100);
  padding: 1rem;
  border-radius: 5px;
}

.form1 {
  margin: 0 10px 0 10px;
  padding-bottom: 20px;
  border: solid white;
  border-radius: 10px;
}

.form-1 input[type=text], .form-1 input[type=tel], .form-1 input[type=email], .form-1 textarea  {
  width: 90%;
  display:block;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  border-radius: 5px;
  border: solid white;
}

.form-1 input[type=text], .form-1 input[type=tel], .form-1 input[type=email] {
  width: 90%;
  margin-left: 5%;;
}

.form-1 input[type=submit] {
  cursor: pointer;
}

.business {
  width: 80%;
  display:block;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--silver100);
  border-radius: 5px;
  padding: 1rem;
}

.underline-animate {
  display: block;
}

.business-hours b, .underline-animate b {
  position: relative;
  display: inline-block;
  cursor: default;
}

.business-hours b::after, .underline-animate b::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #000 50%, transparent 50%);
  background-size: 200% 100%;
  -webkit-animation: underlinePulse 1.5s ease-in-out infinite;
          animation: underlinePulse 1.5s ease-in-out infinite;
}

@-webkit-keyframes underlinePulse {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes underlinePulse {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}


.business h3, .business p, .business a  {
  text-align: center;
}
/*** Sale ***************************************/
.sale-shop {

}

.sale-shop div {
  /*position: relative;*/
  padding: 8px;
}

.style-container div {
border: solid 2px;
position: relative;
}

.fabric-sale-flyer {
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  bottom: 4rem;
  left: 0;
  background-color: orange;
  border-radius: 50%;
}
.sale-shop h3 {
  margin: 0;
}

.cloth2-sale {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 1rem;
  border: solid 1px;
  padding: 0.5rem;
}

.cloth2-sale div p {
  margin: 0;
}

img.saleimg {
  width: 100%;
}

.style-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

}

.fabric-sale-select, .style-sale-select {
  display: block;
  margin: auto;
}

.cart-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.warning1 {
  display: none;
}

.warning1 p {
  background-color: white;
  width: 70%;
  padding: 1rem;
}

input[type=checkbox] {
    transform: scale(2);
}

#sale-exit {
  display: block;
  margin: auto;
}

.form-shop input, .form-shop textarea {
  line-height: 1rem;
  font-size: 1rem;
  width: 90%;
}

/* Slideshow container ***** Easywear styles for lint-fabric********/
.slideshow-container {
  max-width: 300px;
  position: relative;
  margin: auto;

}

/* Hide the images by default */
.mySlides2 {
  display: none;
  position: relative;
}

.mySlides2 p {
  text-align: center;

}

.mySlides2 img {
  display: block;
  width: 150px;
  height: 150px;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: white;
}

.activex {
  background-color: #717171;
}

.fabric-lint {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  z-index: 999;
  background-color: white;
  padding: 0.2rem 0 2rem 0;
  width: 80%;
  margin: 1rem auto 0 auto;
}

.beaula {
  /*width: 80%;*/
  margin: auto;
  border: solid 1px;
  padding: 0 3rem 3rem 3rem;

}

.beaula a {
  display: block;
  top: 3rem;
  text-align: center;
  color: blue;
  height: 2rem;
  line-height: 2rem;
  margin: auto;
  padding: 0 8px;
  z-index: 9999;
}

.beaula h2 {
  padding: 1rem;
}

.beaula h3 {
  padding: 1rem;
  /*background-color: white;*/
}

.beaula-button-div {
  margin: auto;
}

.beaula-img {
  width: 10%;
  background-color: white;
}

.beaula-wa {
  display: block;
  margin: auto;
  width: 40%;
  padding-top: 1rem;
  border-radius: 15px;
}

.callout-div {
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
  left: 32%;
  width: 40%;
  margin: auto;
  border: solid 1px;
  padding: 1rem 0.2rem 0 0.2rem;
  background-color: lightgrey;
  opacity: 0.6;
  z-index: 9999;
}


.callout-button {
  width: 16rem;
  line-height: 2rem;
  text-decoration: none;
  margin-bottom: 0.5rem;
  z-index: 9999;
  overflow: visible;
}

img.beaulaWA {
  display: block;
  width: 30%;
  margin: auto;
}

img.beaulaWA2 {
  width: 20%;
}


img.limited-img {
  width: 100%;
}

.small, .medium, .large, .xl, .xxl, .xxxl {
  display: none;
}

#small, #medium, #large, #xl, #xxl, #xxxl {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
}

.select-size>div {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0.5rem;
  justify-content: space-between;
}

.select-size label {
  flex: 1;
}

/***menu*********************************************/
@media screen and (max-width: 575px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
    padding: 0 1rem;
    width: 10rem;
  }

}
