

.mainbox {
width: 100%;
height: auto;
padding: 10px 20px 20px 20px;
}


.leftcontainer {
width: 54%;
height: 100%;
float: left; 
padding: 10px;
margin-bottom: 40px;
}


.rightcontainer {
  width: 44%;
  height: 100%;
  text-align: left;
  float: left;
  padding: 0px 15px 15px 15px;
  margin-bottom: 40px;
}


@media only screen and (max-width: 970px) {
.leftcontainer {
 width: 50%;
  }

  .rightcontainer {
    width: 49%;
  }
}


@media only screen and (max-width: 820px) {
.leftcontainer {
 width: 100%;
  }

  .rightcontainer {
    width: 100%;
  }

}




hr {
  margin: 15px 0px 15px 0px;
}

li {
  padding: 5px;
  font-style: italic;
}

p {
  line-height: 1.25;
}

.back {
  text-align: left;
  padding: 25px;
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.desc {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #1f3044;
  color: white;
}

.border img {
     border: 1px solid gray;
}


    .swiper-container {
      width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
    }


    .swiper-slide img {
    max-height: 90%; 
    max-width: 100%;
    }

    .chair img {
      width: 90%;
      height: 90%;
    }

    .ws img {
    width: 100%;
    height: 100%;
  }



    .gallery-top {
      height: auto;
      width: 100%;
      padding: 20px;
      border: 1px solid #1f3044;
    }


@media only screen and (max-width: 820px) {
   .gallery-top {
    border: none;
   }

}


    .gallery-thumbs {
      height: 100px;
      box-sizing: border-box;
      margin-top: 10px;
    }



    .gallery-thumbs:hover {
      cursor: pointer;
    }

   

    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
      border: 4px solid #99cccc;
    }



    @media only screen and (max-width: 950px) {

    .gallery-thumbs {
      height: 80px;
      margin-top: 5px;
     }
}


@media only screen and (max-width: 800px) {

    .gallery-thumbs {
      height: 70px;
      margin-top: 5px;
    }
}









table.doors {
width: 100%;
border-collapse: collapse;
border: 1px solid #666;
margin: 0px auto auto auto;
text-align: center;
}




table.doors td {
border: 1px solid #666;
}


table.doors tr {
  background-color: white;
  border: 1px solid #666;
  padding: 0;
}


table.doors th,
table.doors td {
  padding: 5px 8px 5px 8px;
  line-height: 1.3;
}

/* style for top row.. dark blue with white text, type of door thickness */
table.doors th {
  color: white;
  background-color: #1f3044;
  font-weight: 700;
  font-size: 22px;
}

  /* for door thickness and wood type at top of table */
  .boldcenter {
  font-weight: 500;
  text-align: center;
  background-color: #f3f7fc;
}


/* for door type on left hand side of table */
.boldleft {
  font-weight: 500;
  text-align: left;
  background-color: #f3f7fc;
}

.title {
  background-color: #c6cfdb;
}




@media screen and (max-width: 750px) {

table.doors {
 border: 0;
}

/* to turn header dark blue with white text on smaller screens */
.boldleft {
color: white;
background-color: #1f3044;
text-transform: uppercase;
}


table.doors thead {
border: none;
clip: rect(0 0 0 0);
 height: 1px;
 margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}



  table.doors tr {
    display: block;
    margin-bottom: .625em;
  }

  table.doors td {
    display: block;
    text-align: right;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #666;
    border-left: 0;
  }

  table.doors td::before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
  }

  table.doors td:last-child {
border: 0;
  }

}





.note {
  font-weight: 500;
  width: 90%;
  font-size: smaller;
  background-color: #f3f7fc;
}

.highlight {
  background-color: #c6cfdb;
}



.optionsbox {
  width: 50%;
  float: left;
  padding: 15px 10px 10px 10px;
  margin: auto;
}


@media screen and (max-width: 760px) {
.optionsbox {
  width: 100%;
}
}





table.options {
  width: 100%;
  border-collapse: collapse;
 border: 1px solid #666;
 text-align: left;
 margin: auto;
}

table.options td {
  border: 1px solid #666;
  padding: 5px;

}

table.equal td {
  width: 25%;
}



.title1 {
  background-color: #1f3044;
  color: white;
  padding: 5px;
  width: 100%;
  margin: auto;
  font-size: 22px;
  font-weight: bold;
}



.italic {
  font-style: italic;
  font-weight: 300;
}

.f500 {
  font-weight: 500;
}

.smaller {
  font-size: smaller;
}

.pricenote {
  font-style: italic;
  font-weight: 400;
  color: #990000;
}






/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 5px solid #c6cfdb;
  width: 80%;
  text-align: left;
}

@media screen and (max-width: 750px) {
.modal {
  padding-top: 50px;
}

.modal-content {
  width: 90%;
}
}



/* The Close Button */
.close {
  color: #990000;
  float: right;
  font-size: 40px;
  font-weight: 700;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#myBtn:hover {
cursor: pointer;
}

.larger {
font-size: 18px;
 text-decoration: underline;
 color: black;
 text-transform: none;
}

.desc1 {
  font-style: italic;
  font-weight: 300;
  color: black;
  text-transform: none;
  font-size: 15px;
}

.f700 {
  font-weight: 700;
  font-size: 23px;
  border-bottom: 3px solid #1f3044;
  color: black;
   text-transform: none;
}

.f5001 {
  font-weight: 500;
  font-size: 14px;
  color: black;
  text-transform: none;
}

.hidden {
  display: none;
}





.quicklinks {
  width: 90%;
margin: auto;
}

img.quicklinks {
width: 15%;
margin: 5px;
border: 1px solid #ccc;
}

@media screen and (max-width: 970px) {
    img.quicklinks  {
    width: 20%;
  }
}

@media screen and (max-width: 700px) {
    img.quicklinks  {
    width: 25%;
  }
}






.tableWS {
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
}

.tableWS th {
    border: 1px solid #999;
    padding: 10px;
    white-space: nowrap;
    background-color: #ccc;
}
.tableWS td {
    border: 1px solid #999;
    padding: 10px;
    white-space: nowrap;
}

.tableWS td:hover {
  background-color: #ccc;
}

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

p.ws {
width: 90%;
margin: 15px auto;
}





.flap {
  float: left;
width: 22%;
margin: auto;
padding: 0px 10px;
}

p.flap {
border: 1px solid #ccc;
padding: 10px;
width: 100%;
text-align: center;
}



.note1{
  background-color: #FFD5D5;
  border: 1px solid #B90000;
  color: #B90000;
  padding: 3px;
  width: 90%;
  margin: auto;
}


.note2{
  background-color: #FEFCA1;
  border: 1px solid #FBE105;
  padding: 3px;
  width: 90%;
  margin: auto;
}


.model {
font-weight: bold;
font-size: 30px;
}


h1.product {
font-size: 17px;
font-weight: 300;
}

h1.productSD {
font-weight: bold;
font-size: 30px;
}

h2.product {
font-size: 16px;
font-weight: 300;
color: black;
background-color: none;
}





