/*font-family: 'Open Sans', sans-serif;
400,300,600,700	*/

	/* reset */
a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{background:0 0;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}.clearfix:after{clear:both;font-size:0;line-height:0;width:0}* html .clearfix{height:1%}.clearfix{display:block}.clearfix:after,.clearfix:before{content:"\0020";display:block;height:0;visibility:hidden}
	/* end reset */

button:focus {outline:0;}

@font-face {
  font-family: AmazingFont;
  src: url('/fonts/amazingfont.woff2') format('woff2'),
       url('/fonts/amazingfont.eot') format('eot');
  font-display: fallback;
}

body {
	background: #fff;
  background: url('https://www.jwpepper.com/images/overlay_bg_wht.png') repeat;
	text-align: center;
	font-family: 'Open Sans', sans-serif;

	/*			width: -moz-calc(100% - 210px);
				width: -webkit-calc(100% - 210px);
				width: calc(100% - 210px);*/
}


.windowsize {
  position: absolute;
  top: 2px;
  left: 2px;
  margin-left:5px;
  float: left;
  font-size: 9px;
  color:#999;
  text-align: left;
  z-index: 200;
}






.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.single-line-view-button,
.show-more-info-button {
  position: fixed;
  right: 0;
  border-top: 1px solid #939393;
  border-left: 1px solid #939393;
  border-bottom: 1px solid #939393;
  top: 100px;
  padding: 3px 10px;
  font-size: 15px;
  color: #999;
  background: #fff;
  z-index: 300;
}
.show-more-info-button {
  display: none;
}

header {
  position:fixed;
  width:100%;
  padding:10px 0;
  border-bottom: 1px solid #999;
  background-color: #fff;
  z-index: 100;
  float: left;
  opacity: .9;
}
header ul {
  float:none;
  margin:0 auto;
  width:80%;
  max-width:1800px;
}
header ul li {
  text-align: center;
  float:left;
  width:20%;
  font-size: 15px;
  text-transform: uppercase;
  color:#999;
  list-style: none;
}


.main_center {
    float:none;
    margin:0px auto 0;
    width:80%;
    max-width:1800px;
}
.main_content {
    float:left;
    margin:0px;
    width:100%;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    height: auto;
    padding-top: 85px;
    padding-bottom: 300px;
}


.report-size {
  margin-left:5px;
  float: left;
  font-size: 9px;
  color:#999;
  width: 100%;
  text-align: left;
}

.description-left {
  width: 30%;
  float: left;
}
.description-right {
      width: -moz-calc(70% - 32px);
    width: -webkit-calc(70% - 32px);
    width: calc(70% - 32px);

  float: left;
}

.description-image {
    width: -moz-calc(100% - 32px);
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
  height: auto;
  float:left;
  position: relative;
  clear: both;
   max-height: 450px;
}
    .main_img {
      margin-left: 50px;
      border:1px solid #333;
      background: #e1e1e1;
    max-width: -moz-calc(100% - 50px);
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
      max-height: 450px;
      float: right;
        
    }
    .imagesizetext {
      font-size: 13px;
      color:#999;
      position: absolute;
      top:30px;
      left: 40%;
      font-weight: 400;
    }

    .description-share-icons {
      width:20px;
      height:auto;
      float: left;
      margin-left: 10px;
    }

    .share-box {
      background: #e1e1e1;
      height:20px;
      width:20px;
      float: left;
      clear: both;
      margin-bottom: 5px;
    }


.main-description {
  float: left;
  margin-left: 50px;
    max-width: -moz-calc(100% - 50px);
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
}

.description-line {
  float: left;
  width:100%;
}

.description-line span {
  float: left;
  clear: both;
  padding: 2px;
  text-align:left;
  border: 1px solid #ccc;
  background: #e1e1e1;
  text-transform: uppercase;
  font-size: 10px;
  width: 90%;
  max-width: 300px;
  margin-bottom: 5px;
}

.stars {
  float: left;
  clear: both;
}

.badge-line {
  clear: both;
  float: left;
}
.badge-line span {
  float: left;
  padding: 2px 20px;
  text-align:left;
  border: 1px solid #ccc;
  background: #e1e1e1;
  text-transform: uppercase;
  font-size: 10px;
  margin: 10px 5px 0 0;
}

.annotation-line {
  float: left;
  clear: both;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-top:10px;
  margin-bottom: 60px;
}

.description-title {
  text-align: left;
  float: left;
  clear: both;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 600;
  width: 100%;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.description-details {
  float: left;
  clear: both;
  width: 100%;
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
}

.lev-num,
.pri-qty {
  font-size: 12px;
  padding: 6px 0;
}
.bot-bor {
    border-bottom: 1px solid #939393
}

.lev-num {
  width: 20%;
  float: left;
  margin: 0;
}
.lev-num2 {
  width: 25%;
}
.pri-qty {

  float: left;
  margin: 0;

    width:35%;
}
.lev-num-color,
.pri-qty-color {
  background: #e9e9e9;
}

.price {
  text-align: right;
  
}


.five-copy {
  float: left;
  text-align: center;
  font-size: 10px;
      width: -moz-calc(100% - 56px);
      width: -webkit-calc(100% - 56px);
      width: calc(100% - 56px); 
  margin: 0;
  color:#999;
}

input.qtybox {
  width: 50px;
  float: right;
  padding:0;
  height: 15px;
  border: 1px solid #666;
  text-align: center;
  color: #666;
}
.preview-ml {
  float: left;
  border-bottom: 1px solid #939393;
  width:100%;
  padding: 8px 0;
}
.eye {
  float: left;
}
.preview-p {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-left: 5px;
}


.dropdownarrow {
  float: right;
  padding: 2px;
  border-top: 1px solid #939393;
  border-right: 1px solid #939393;
  border-bottom: 1px solid #939393;
    
}
.addtomylibrary {
  font-size: 12px;
  float: right;
  padding: 2px 10px;
  color: #333;
  border: 1px solid #939393;
}

.semi-important-numbers {
  float: left;
  clear: both;
  text-align: left;
  font-size: 9px;
  color: #8a8a8a;
  margin-top: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.addtocart-cta {
  background: #666;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 50px;
  font-size: 15px;
  border: 1px solid #333;
  float: right;
  clear: both;
  text-decoration: none;
  margin: 0px 0 0;
}


  .bottom-sticky-atc {
    background: url('https://www.jwpepper.com/images/overlay_bg.png') repeat;
    position: fixed;
    bottom:-60px;
    width: 100%;
    padding:10px 0;
    text-align: center;
    height: 25px;
  }

  .bottom-sticky-atc button {
    color:#000;
    font-size: 12px;
    background: #fff;
    padding: 2px 10px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    cursor: pointer;
  }
  .item-count-cart {
    background: url('../images/shopping-cart.png') no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 10px;
    padding-top: 5px;
    font-size: 11px;  
    cursor: pointer;
  }
  .bottom-sticky-atc button:hover,
  .item-count-cart:hover {
    cursor: pointer;
  }
  p.success {
      width: -moz-calc(100% - 56px);
      width: -webkit-calc(100% - 56px);
      width: calc(100% - 56px); 
      text-align: center;
      float: left;
      display: none;
      color: #fff;
      font-size: 13px;
      margin-top: 3px;
  }
  span.zero,
  span.two {
    margin-left:4px;
  }
  span.two {
    display: none;
  }

  @media only screen and (max-width: 1756px) {
      
        .description-left {
          /*width: 30%;*/
          width: 420px;
          float: left;
        }
        .description-right {
          width: -moz-calc(100% - 452px);
          width: -webkit-calc(100% - 452px);
          width: calc(100% - 452px);
          float: left;
        }

  }

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

        .main_center {
          width: 90%;
        }


  }

    @media only screen and (max-width: 1000px) {
      
        .description-left {
          width: -moz-calc(100% - 520px);
          width: -webkit-calc(100% - 520px);
          width: calc(100% - 520px);

        }
        .description-right {
                    width:490px;
        } 



  }




    /*desktop to widescreen*/
    @media only screen and (max-width: 960px) {
        .main-description {
          margin-left: 10px;
          max-width: -moz-calc(100% - 10px);
          max-width: -webkit-calc(100% - 10px);
          max-width: calc(100% - 10px);
        }

        .description-left {
          width: 100%;
          clear: both;
        }
        .description-right {
          width: -moz-calc(100% - 10px);
          width: -webkit-calc(100% - 10px);
          width: calc(100% - 10px);
          clear: both;
        }
        .main_img {
          float: none;
          margin: auto;
        }
        .description-share-icons {
          margin-left: 0;
          margin-right: 10px;
        }
        .description-left {
          margin-bottom: 80px;
          background: #f0f0f0;
          border-bottom: 1px solid #999;
          padding: 50px 0;
        }
        .main_content {
          padding-top: 30px;
        }
        .share-box {
          border: 1px solid #999;
        }

    }
		/*ipad to desktop*/
		@media only screen and (min-width: 768px) and (max-width: 959px) {
			
		}

    @media only screen and (max-width: 560px) {
      .section2 {
        display: none;
      }
      .section1 {
        width: 100%;
      }

    }
		/*below ipad*/
		@media only screen and (max-width: 400px) {

      .five-copy {
        display: none;
      }

		}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}






@media handheld , only screen and (max-width: 350px) { 

}


/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) { 

}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) { 

}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) { 

}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { 

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) { 

}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) { 

}



/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {

}

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* ----------- Galaxy S4 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {

}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {

}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {

}



/* ----------- HTC One ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {

}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {

}


/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}



/* ----------- Galaxy Tab 10.1 ----------- */

/* Portrait and Landscape */
@media (min-device-width: 800px) and (max-device-width: 1280px) {

}

/* Portrait */
@media (max-device-width: 800px) and (orientation: portrait) { 

}

/* Landscape */
@media (max-device-width: 1280px) and (orientation: landscape) { 

}


/* ----------- Asus Nexus 7 ----------- */		
/* Portrait and Landscape */
@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) {

}

/* Portrait */
@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: portrait) {

}

/* Landscape */
@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: landscape) {

}
/* ----------- Kindle Fire HD 7" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* Portrait */
@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {

}

/* ----------- Kindle Fire HD 8.9" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* Portrait */
@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {

}