/***************************************/
/* General                             */
/***************************************/

@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";
  */
}

* {
  box-sizing: border-box;
}

p {
  font-size: 1.2rem;
}

h1 {
  font-size: 2rem;
}

/*
.ew h2 {
  font-family: 'Alfa Slab One', cursive;
  opacity: 0.7;
  letter-spacing: 2px;
}
*/

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

img {
  max-width: 99%;
}

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 {
  background-color: black !important;
  color: white !important;
}

.button {
  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;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cedce7+0,596a72+100;Grey+3D+%231 */
  background: #cedce7; /* Old browsers */
  background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* 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-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 */
  background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* 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: -webkit-linear-gradient(bottom, rgba(126,126,126,1) 0%, rgba(46,46,46,1) 100%);
  background: -o-linear-gradient(bottom, rgba(126,126,126,1) 0%, rgba(46,46,46,1) 100%);
  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);
}

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

#scroll {
  display: flex;
  justify-content: flex-end;
  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;
}

/*
.tooltiptext {
  visibility: hide;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  margin-top: -2rem;

  position: absolute;
  z-index: 1;
}

#scroll:hover .tooltiptext {
  visibility: visible;
}
*/
.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 a {
  display: block;
  width: 100%;
  text-decoration: none;
  margin: auto;
  padding-top: 4px;
  padding-left: 8px;
}

.shopping-cart {
  width: 100%;
  height: auto;
  display: none;
}

#shopping-cart {
  width: 10%;
  float: right;
  cursor: pointer;
}

.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 h1 {
  font-size: 2.5rem;
  text-align: center;
  }

.fa {
  width: 3rem;
}

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

.banner {
  display: block;
  position: relative;
  margin: 10px auto 15px auto;
  width: 99%;
  border-radius: 20px;
  /*background-color: white;*/
  display: block;
  box-shadow: 5px 5px 1px grey;
  border-radius: 20px;
  height: 200px;
  /*background-image: url("img/andrea.jpg");*/
  background-size: cover;
  /*background-position: center;*/
  background-repeat: no-repeat;
  z-index: 9999;
}

.easywear-banner {
  display: block;
  position: relative;
  margin: 10px auto 15px auto;
  width: 99%;
  /*
  border-radius: 20px;
  box-shadow: 5px 5px 1px grey;
  border-radius: 20px;
  */
  /*height: 200px;*/
  /*background-image: url("img/andrea.jpg");*/
  background-size: cover;
  /*background-position: center;*/
  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;
}

/*
.ew-img:hover {
  transform: scale(3);
}
*/

#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;
}

#shopping-cart {
  display: flex;
  flex-direction: column;
  justify-content: flex-end !important;

}

.display-cart {
  display: none;
  background-color: lightgrey;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  border: solid white;
  overflow:hide;
}

.cart-table {
  table-layout: fixed;
}

.display-cart th {
  width: 6rem;
}

#close-cart {
  cursor: pointer;
   display: block;
   float: right;
   background-color: black;
   color: white;
   margin-right: 2rem;
   padding: 5px 15px;
   font-size:3rem;
}

.cart {
  position: relative;
  cursor: pointer;
  float: right;
  line-height: 3rem;
  display: inline;
}

#cart-quantity {
  display: inline;
  text-align: center;
  padding-right: 1rem;
  position: absolute;
  /*top: 2.5%;*/
  top: 2rem;
  right: 14px;
  color: white;
  font-weight: 600;
}

#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-easywear {
  width: 80%;
  margin: auto;
}

.logo {
  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;
}

.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;
}

.botnav a, .topnav a {
 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 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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 {
  padding: 0 5%;
  text-align: justify;
}

.process-text li {
  font-size: 1.2rem;
}

.process-signature {
  margin-left: 0;
}

.process-signature img {
  width: 15%;
}
/***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: 10px;
  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 {
  display: block;
  margin: 5px auto;

}

#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;
}
/***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;
 }

 #sale-head {
   display: flex;
   flex-direction: column;
   justify-content: center;
   /*background-color: #FCF9D8;*/
   background-color: #EEEDE2;
   margin: 0 1rem;
   padding: 0 0.5rem;
   border: solid 3px red;
   box-shadow: 5px 5px 10px;
 }

 #sale-head h1 {
   font-size: 3rem;
 }

 #sale-head img {
   width: 60%;
   margin: auto;
 }

 #sale-head h2 {
  text-align: center;
 }

 .saleprice {
   width: 4rem;
   height: 4rem;
   line-height: 4rem;
   border-radius: 50%;
   position: absolute;
   bottom: 6rem;
   left: 0;
   background-color: orange;
 }

 .saleprice h2, .saleprice h3 {
   margin: 0;
   color: black !important;
   text-align: center;
 }

 h2.tempsale {
   margin: 0 auto;
   background-color: orange;
   padding: 5px 1rem;
   width: 80%;
   color: black;
   border-radius: 5px;
   font-family: sans-serif;
   font-size: 1rem;
   font-weight: 800;
 }

 .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;
}

.sale-ticket, .sale-ticket-index, .sale-ticket-eas {
  display: none;
  width: 60%;
  margin: 0 auto;
  background-color: orange;
  border-radius: 10px;
  padding: 5px;
  cursor: pointer;
  flex-direction: column;
}

.sale-ticket-index p {
  margin: 0;
}

h3.saleh3, h1.saleh3 {
  text-align: center;
  margin: 0;
  /*font-family: 'Lalezar', cursive !important;*/
}

h1.saleh3 {
  font-size: 8rem;
}

.sale-ticket p {
  text-align: center;
  margin: 0;
  font-size: 1rem;
}

h3.sale-ticket-discount {
  text-align: center;
}

h3.sale-ticket-price {
  text-align: center;
}

.fabric-sale {
  display: none;
  background-color: orange;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  margin: auto;
  border-radius: 50%;

}

 .fabric-sale-discount {
   font-family: 'Lalezar', cursive !important;
   padding: 5px;
   margin: 0;
   font-size: 1rem;
 }

h3.fabric-sale-price {
  margin: 0;
  text-align: center;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 3rem;
}

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;
}

.form-cart input {
  line-height: 1rem;
  font-size: 16px;
}

#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;
}

.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 {
  /*border: 1px solid #cccccc;*/
  /*float: left;*/
  /*height: 46px;*/
  margin: 0;
  padding: 0;
  /*padding: 0 10px;*/
}

.rate-detail {
  display:block;
}

.rate-detail input {
  font-size: 1rem;
  width: 80%;
}

.rate-detail textarea {
  font-size: 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********************************************************************************/
.form1 {
  margin: 0 10px 0 10px;
  padding-bottom: 20px;
  border: solid;
  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;
}

.form-1 input[type=text], .form-1 input[type=tel], .form-1 input[type=email] {
  width: 60%;
  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);
}

.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;
}

.sales-total-class {
  width: 35%;
  border: solid 2px;
  margin: auto;
  background-color: white;
}

.sale-total {
  color: red;
  background-color: white;
}

.sale-total1 {
  margin: 0;
}
select.sale-size {
  display: block;
  margin: auto;
}

p.label-sale-size {
  margin: 0;
}

.styleimg {
  display: block;
  margin: auto;
}

.sale-qty {
  width: 60%;
  margin: auto;
  border: none !important;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.sale-qty p {
  margin: 0;
  text-align: center;
}

.sale-quantity {
  width: 5rem;
  margin: auto;
}

.sale-save-button {
  display: none;
}

div.sale-disp {
  grid-template-columns: 1fr;
}

.sale-fabric-img {
  display: none;
  margin: auto;
}

p.sale-fabric-name {
  margin: 0;
}

.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;
  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: 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: 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;
  }

}
