body {
  background-color: black;
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 0 !important;
  overflow-x: hidden;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.prevent-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.modal-scroll {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}


section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

button:focus {outline:0;}
select:focus {outline:0;}
a:focus {outline:0;}

.tees {
    display: flex;
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1200px;
}

 .teeMedia {
  /* position: relative; */

  /* max-height: 100%; */
  /* padding: 0 34px; */
 flex-wrap: nowrap;
    flex-direction: row;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;

}

.teeMedia:hover .left,.teeMedia:hover .right   {

  opacity: 1 !important;
   transition: 0.3s linear all;
}
.teeMedia:hover .left {
  left: 10px !important;
}
.teeMedia:hover .right {
  right: 10px !important;
}

.hidden {

  opacity: 0 !important;
   transition: 0.3s linear all;
}
.left.hidden{
  left: 0px !important;
}
.right.hidden {
  right: 0px !important;
}
.tee {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.teeMedia {
  position: relative;
}



.teeImage {
    position: relative;
    margin: auto;
    width: 100%;
    min-width: 320px;
    max-width: 580px;
    transition: 0.5s all ease;
    align-items: center;
    display: inline-flex;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.teeImg   {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.left, .right {
  cursor: pointer;
  height: 100%;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}

.left {
  z-index: 1;
  /*left: 6%;*/
  position: absolute;
  left: 0px;
  background-color: transparent;
  border: none;
}

.left img, .right img {
  width: 25px;
}

.left:hover {
  background-color: transparent;
}


.right {z-index: 1;position: absolute;/*  right: 6%;*/right: 0px;background-color: transparent;border: none;}

.right:hover {
  background-color: transparent;

}


.teeTitle h1{
  color: white;
  font-size: 1.1em;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
}

.showTeeChartButton {
  color:grey;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  cursor: pointer;
  font-size: 0.7em;
  text-align: center;
}

.teeButton {
  margin-top: 10px;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0px;
  color: #fcfcfc;
  font-family: Helvetica,Arial,sans-serif;
  text-align: center;
  max-width: 190px;
  height: 30px;
  font-size: 0.8em !important;
  float: none;
  cursor: pointer;
}

.teeButton:hover {
  opacity: 0.5;
  background-color: transparent;
}

.teePrice {
   color: white;
  font-size: 0.8em;
  /*line-height: 20px;*/
  /*font-size: 2vw;*/
  text-align: center !important;
  font-family: Helvetica, Arial, sans-serif;
      display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


.teeSelect:hover{
  opacity: 0.5;
}

.teeSelect {
  margin: auto;
}

.teeSelect {

  background-size: 12px !important;
 background-position: calc(100% - 20px) calc(60%) !important;
 background-repeat: no-repeat !important;
 /* margin-top: 20px;*/
 /*  height: 37px;
  width: 250px;*/
 /* background-color: black; */
 background-color: #595959 !important;
 
 /* color: transparent; */
color:white;

 width: 100%;
 border-radius: 0px !important;
 -webkit-appearance: none;

 background-color: #ffffff;
 font-family: Helvetica, Arial, sans-serif;
 height: 30px;
 max-width: 190px;
 font-size: 0.8em !important;
 cursor: pointer;
 text-align-last: center;
 text-align: -webkit-center;;
 border: 1px solid white;
 display: flex;
 justify-content: center;
 z-index: 10;
  /* color:rgb(87, 87, 87)!important; */
  /* text-indent: -9999px */
}
#productSelect {
  position: relative;
}
.unselected {

  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#fff'><polygon points='10 0, 90 0, 50 70'/></svg>") no-repeat !important;
  background-size: 12px !important;
  background-position: calc(100% - 20px) calc(60%) !important;
  /* background-color: grey; */
  width: 100%;
  border-radius: 0px !important;
  -webkit-appearance: none;
  background-color: #595959 !important;
  font-family: Helvetica, Arial, sans-serif;
  height: 30px;
  max-width: 190px;
  font-size: 0.8em !important;
  cursor: pointer;
  text-align-last: center;
  border: 1px solid white;
  color: white !important;
}



.optionDisplay {
  position: absolute;
      left: 0;
    margin: auto;
    right: 0;
    top: 7;
    color: white;
     text-align: center;
      max-width: 190px;
    font-size: 0.8em!important;
    width: 100%;
    z-index: 3;
    display: block;
    pointer-events: none;
}

.select {
  position: relative;
}


.redflash {

  background-color: transparent !important;
/* color: transparent;*/
 width:100%;
 border-radius: 0px !important;
 -webkit-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#fff'><polygon points='10 10, 90 10, 50 80'/></svg>") no-repeat !important; background-size: 12px !important;
 background-position: calc(100% - 20px) calc(60%) !important;
 background-repeat: no-repeat !important;
 background-color: #ffffff;
 font-family: Helvetica, Arial, sans-serif;

 font-size: 0.8em !important;
 cursor: pointer;
 text-align-last: center;
 border: 1px solid red;

    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: framered;
    animation-duration: 0.2s;
    animation-iteration-count: 5;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes framered {
    from {background-color: transparent;}
    to {background-color: red;}
}

/* Standard syntax */
@keyframes framered {
    from {background-color: transparent;}
    to {background-color: red;}
}


.containerChart {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-height: 500px;
  display: none;
  z-index: 11;
}

.warning {
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 0.7em;
}

.chartImage {
  position: relative;
  margin: auto;
  margin-top: 0;
  width: 100%;
  /* height: 100%; */
  /* max-height: 50%; */
  min-width: 350px;
  max-width: 550px;
  transition: 0.5s all ease;
  align-items: center;
  /* top: 20px; */
  display: inline-flex;
}

.showTeeChartButton:hover, .closeChart:hover {
  opacity: 0.5;
}

.closeChart {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 36px;
  color: white;
  text-decoration: none;
}


.sizeChart {
 position: relative;
  width: 100%;
  height: 100%;
   max-height: 500px;
  min-width: 350px;
  max-width: 550px;
  transition: 0.5s all ease;

  justify-content: center;
  /* top: 20px; */
  display: inline-flex;
}

 .sizes {
  align-self: flex-start;
  display: flex;
  position: relative;
  top: 0;

  display: flex;
  flex-direction: row;
  margin: auto;
 }

.chart {
   position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  max-width: 980px;
  /* max-height: 100%; */
  /* padding: 0 34px; */
  flex-wrap: wrap;
  flex-direction: row;
  background-color: black;
  display: flex;
  /* text-align: center; */
  align-items: center;
  /* overflow-y: hidden; */
  justify-content: center;
  border: 3px solid white;
}

.chartThumb {
  width: 50px;
  height: 50px;
  border: solid 3px #ffffff;
  color: #ffffff;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: 0.75em;
  font-family: Helvetica, Arial, sans-serif;
}

 .active {
  border: solid 3px #0020e5;
  color: #0020e5;
}

.sizeHelp {
  display: flex;
  flex-direction: column;
}

.chartThumb:hover {
  opacity: 0.5;
  border: solid 3px #9f9f9f ;
  color: #9f9f9f ;
  
}


.jacketDesc, .teeDesc {
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
}

.shopEmail {
  margin-top: 20px;
  text-align: center;
}


@supports (-ms-ime-align: auto) {
  .teeSelect {
    color: black !important;
  }
}

@media screen and (max-width: 414px) and (min-width : 350px) {

  .optionDisplay {
    color: transparent !important;
  }

  .chart {
    border: none;
  }

.teeMedia:hover, .left, .right ,.hidden{
  transition: none !important;
  opacity: 1 !important;
}


/*.teeSelect {
  color: transparent !important;
}*/
.left {
  left: 0px !important;
}
.right {
  right: 0px !important;
}
.teeSelect:hover, .showTeeChartButton:hover, .closeChart:hover, .chartThumb:hover, .teeButton:hover {
    opacity: 1 !important;
}

 .viewport {
    /*max-height: 375px;
    height: auto;*/
  }
  canvas {
    display: none
  }

  .teeMedia:hover .left {
  left: 0px !important;
}
.teeMedia:hover .right {
  right: 0px !important;
}


}
