@media screen and (min-width: 1200px) {
/*** General ***/


  a.gradient {
    font-size: 1.5rem;
  }

  img {
    max-width: 100%;
  }

  .button-sale {
    width: 15rem;
  }

  .name h1 {
    padding-left: 25%;
  }

  .topnav {
    width: 100%;
  }

  .topnav a {
    height: 2.5rem;
    line-height: 2.5rem;
  }

  .saleprice {
    position: absolute;
    bottom: 5rem;
    left: 0.5rem;
  }

  #sale-head {
    margin: 0 15rem;
  }

  #sale-head img {
    width: 40%;
  }

  .sale-finger {
    display: flex;
    flex-direction: row;
  }

  .sale-ticket {
    width: 60%;
    color: black;
    background-color: orange;
    padding: 1rem;
    margin: 0 auto;
    overflow: hidden;
    /*border-radius: 50%; */
  }

  h3.saleh3 {
    font-size: 2rem;
  }

  .sale-ticket h3 {
    margin: 0;
    padding: 5px;
  }

  h3.fabric-sale-price {
    font-size: 2rem;
    line-height: 5rem;
  }


  img.saleimg {
    height: 180px;
    width: auto;
  }

  h2.fabric-header {
    width: 40%;
  }

  .fabric-sale-flyer {
    position: absolute;
    width: 6rem;
    height: 6rem;
    bottom: 6rem;
    left: 0;
  }

  .fabric-sale {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
  }

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

  .sale-quantity {
    width: 5rem;
    display: block;
    margin: auto;
    height: 1rem;
  }

  .sale-qty p {
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .sale-qty p, p.label-sale-size {
    text-align: center;
    font-size: 1.5rem;
  }

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

  select {
      transform: scale(1);
  }

  /***Gallery *********************************************/
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
  }

  .close-page {
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
    margin: -1rem 2rem 0 0;
    cursor: pointer;
    font-weight: 800;
  }

  .wedding-intro {
    margin: 0 10%;
  }

  .wedding-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }

  .mySlides {
    width: auto;
    height: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .plusDivsLeft {
    left: 10%;
  }

  .plusDivsRight {
    right: 10%;
  }

  .wedding-txt {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 17%;
  }

  .wedding-txt p {
    font-size: 1.3rem;
  }
  /***EASYWEAR******************************/
  .style-info-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    grid-template-areas: 'style strip table';
    align-items: start;
    margin-top: 2.2rem;
  }

  .style {
    grid-area: style;
  }

  #style-img {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 1rem;
  }

  .table {
    grid-area: table;

  }

  .form-shop {
    width: 80%;

  }

  .bottom-strip {
    grid-area: strip;
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 3rem;
    /*margin-top: -210%;*/
    align-self: start;
  }

  .bottom-strip img {
    width: 100%;
  }

  .nav-button-left {
    left: 15%;
  }

  .nav-button-right {
    right: 15%;
  }

  .bottom-stripeasy {
    padding-top: 1rem;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    justify-items: center;
    grid-gap: 0;
    padding-top: 3rem;
    padding-bottom: 1rem;
    align-content: center;
  }

  .bottom-stripeasy img {
    display: block;
    width: auto;
    height: 400px;
  }

  .callout-div {
    width: 10%;
  }

  .callout-button {
    width: 15rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1rem;
  }

  img.beaulaWA {
  margin: auto;
  width: 40%;
  height: auto;
  }

  img.beaulaWA2 {
  margin: auto;
  width: 40%;
  height: auto;
  }

  /***REVIEWS***********************/
  .reviews-grid {
    grid-template-columns: repeat(5,1fr);
    grid-gap: 10px;
  }

  /*** Contact us ****************************************/
  .form-1 {
    width: 50%;
  }
/* *** SALE ***/
/*
.cloth2-sale {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
*/

.cloth2-sale {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.cloth2-sale div {
  margin: auto;
}

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

.fabric-lint {
  width: 40%;
}

}
