@charset "UTF-8";
/* app css stylesheet */
body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: -webkit-linear-gradient(white, #102441); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #102441); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #102441); /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #102441); /* Standard syntax */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
.container {
  width: 65%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  float: center;
  border: none;
  background-color: #FFFFFF;
  padding: 1%;
  overflow: auto;
}
.bottomBar {
  margin-bottom: 0;
  background-color: #A7A9AC;
  text-align: center;
  font-color: #FFFFFF;
  font-size: 90%;
  list-style: none;
  padding: .3em 0 .3em 0;
  position: relative;
  clear:both;
}
.bottomBar > li {
  display: inline;
}
.bottomBar > li + li:before {
  content: "|";
  padding-right: 1em;
  padding-left: 1em;
}
.menu {
  margin: -75px auto 0 auto;
  height: 25px !important;
  width: 96%;
  background-color: #A7A9AC;
  text-align: center;
  font-size: 175%;
  list-style: none;
  padding: 2em 0 .75em 0;
}
.menu > li {
  display: inline;
  font-weight: bold;
}
.menu > li + li:before {
  content: "|";
  padding-right: 1em;
  padding-left: 1em;
}
.brandButtons {
  width: auto;
  padding-left: 2em;
}
.brandButtons > button {
  margin: .5em;
  border-radius: 12px;
  background-color: #DCDCDC;  
  border: none;
  width: 7em;
  height: auto;
  padding: .5em;
}
.brandButtons > button:hover {
  background-color: grey;
}
.shippingBanner {
  color: white;
  background-color: #BF2025;
  text-align: center;
  font-size: 100%;
  list-style: none;
  padding: .15em 0 .15em 0;
  width:96%;
  margin: .5% auto 0 auto;
}
/*unvisited link*/
a:link {
  color: #BF2025;
  text-decoration: none;
}
/* visited link */
a:visited {
  text-decoration: none;
  color: #BF2025;
}
/* mouse over link */
a:hover {
  color: #BF2025;
  text-decoration: underline;
}
p,h2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  clear: both;
}
h4 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  clear: both;
}
ul {
  list-style-type: none;
  padding-left: 5%;
}
/*Table CSS*/
table {
  width: 90%;
  padding: 5%;
  margin: auto;
}
#pointer {
  cursor: pointer;
}
.pending-order {
  background-color: pink;
}
tr, td {
  padding: .5%;
  padding-left: 2%;
  margin: auto;
}
tr:nth-child(even) {
  background-color: #DCDCDC;
}
/*tr:nth-child(even) {
  background-color: #f2f2f2;
}*/
caption {
  text-align: left;
}
.red {
  background-color: #EEB4B4;
}
caption {
  text-align: left;
}
.content {
  float:left;
  margin-left: 1.5em;
  width:55%;
}
.fabric {
  float:left;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 1em;
}
.fabricOptions {
  color: #BF2025;
  cursor: pointer;
}
.colors {
  margin-top: 1em;
  margin-right: 2em;
  float:right;
  width:35%;
  align-content: center;
  vertical-align: baseline;
}
.selectedProd {
  float: left;
  padding-top: 1em;
  padding-left: 2em;
  /*padding-right: 1em;*/
  margin-left: 1em;
  display: block;
  width: 17em;
}
.indented {
  width: auto;
  padding-left: 2em;
}
.slightindent {
  padding-left: 1em;
}
.pricecolor {
  flex: 1;
  width: 60%;
  vertical-align: baseline;
  float: left;
  padding-top: 1em;
  padding-right: 1em;
  display: block;
}
.paypalButton {
  clear: both;
  width: 100%;
  margin-top: .5em;
  margin-left: 1em;
  padding-left: 3em;
}
.colorbutton {
  border: none;
  color: white;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  font-size: 12px;
  margin: 2px 2px;
  display: inline-block;
  cursor: pointer;
  height: 60px !important;
  width: 60px !important;
}
.colorbuttonLight {
  color: black;
  border-width:.5px;  
  border-style:solid;
  border-color:grey;
}
.colordot {
  border: none;
  color: white;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  font-size: 10px;
  margin: 2px 2px;
  display: inline-block;
  cursor: default;
  height: 40px !important;
  width: 40px !important;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.chosen {
  float: left;
  padding-left: 2em;
  padding-right: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  display: block;
  width: 16em;
}
.colordotBig {
  float: left;
  border: none;
  border-radius: 50px;
  display: inline-block;
  margin-top: 2em;
  margin-right: 1em;
  cursor: default;
  height: 100px !important;
  width: 100px !important;
}
.colordotLight {
  color: black;
  border-width:.5px;  
  border-style:solid;
  border-color:grey;
}
.colr {
  /*vertical-align: baseline;*/
  margin-top: 2em;
}
.image {
  /*margin-top: 1%;*/
  margin: 1% auto 0 auto;
  padding-right: .12em;
  float:center;
  align-content: center;
  vertical-align: baseline;
  width:95%;
  border: 4px groove #BF2025;
}
.image img {
  /*border-style: solid;
  border-color: #102441;*/
  border: 1px dashed #102441;
}
.clear {
  clear: both;
}
hr {
  width: 85%;
  margin-left: 8%;
}
input[type=text] {
  margin-left: 2em;
  color: black;
  outline: none;
  border: none;
  border-bottom: 2px solid #DCDCDC;
}
.rowButton {
  background-color: transparent;
  border: none;
  padding: none;
  display: inline-block;
  cursor: pointer;
}
button:focus {
  outline:0;
}
.centerDiv {
  justify-content: center;
  text-align: center;
}

/* MODAL */
.modalButtons {
  border-radius: 12px;
  background-color: #DCDCDC;  
  border: none;
  width: 5em;
  height: auto;
  padding: .5em;
}
.modalX {
  border-radius: 12px;
  background-color: #DCDCDC;  
  border: none;
  float: right;
  height: auto;
}
.modalButtons:hover {
  background-color: grey;
}
.modal {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  overflow: scroll;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 1em;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
}
.modal-content {
    background-color: white;
    position: absolute;
    top: 45%;
    left: 50%;
    width: 45%;
    color: black;
    padding: 1em;
    margin: 1em;
    overflow: scroll;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.modalTitle {
   font-weight: bold;
   background-color: #DCDCDC;
   color: black;
   padding: 1em;
   margin-bottom: .5em;
}
.modalTitleClose {
   font-weight: bold;
   background-color: #DCDCDC;
   color: black;
   padding: 1em;
   margin-bottom: .5em;
}
.modalIndented {
  width: auto;
  padding-left: 2em;
}

/* ------------------------------------------------------------------------------ */
/* Mobile CSS */
@media only screen and (max-device-width: 950px) {
  .container {
     width: 85%;
  }
  .bottomBar > li {
     display: block;
  }
  .bottomBar > li + li:before {
     content: "";
     padding-right: 0em;
     padding-left: 0em;
  }
  .selectedProd {
     padding-top: 1em;
     padding-left: 1em;
  }
}

@media only screen and (max-device-width: 650px) {
  .selectedProd {
    clear: both;
    padding-top: 0em;
    padding-left: 1em;
    padding-right: 0em;
    margin-bottom: 0em;
    display: block;
    width: 100%;
  }
  .pricecolor {
    width: 100%;
    clear: both;
    padding-top: 0em;
    padding-right: 0em;
    padding-left: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    display: block;
  }
  .slightindent {
    padding-top: 1em;
  }
  .paypalButton {
    padding-top: 1em;
  }
  .menu {
    height: 25px !important;
    padding: 4em 0 0 0;
  }
  .modal-content {
    top: 50%;
    left: 46%;
  }
}

@media only screen and (max-device-width: 480px) {
  .menu {
    font-size: 120%;
  }
  .menu > li + li:before {
    padding-right: .5em;
    padding-left: .5em;
  }
  .colordotBig {
    display: block;
    margin-left: 5em;
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 1em;
  }
  .selectedProd {
    padding-left: 0em;
  }
  .pricecolor {
    padding-left: 0em;
  }
  .modalButtons {
    padding: .5em;
  }
  .modalTitle {
    text-align: center;
  }
  .modal-content {
    width: 75%;
    padding: 1em;
  }
  .modalIndented {
    padding-left: 0em;
  }
  .fabric {
    margin-bottom: .5em;
  }
}

@media only screen and (max-device-width: 375px) {
  .menu {
    height: 30px !important;
  }
}

<!--[if lte IE 7]>
<style>
.content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
</style>
<![endif]-->