.productWrap {
    background: #f7f7f7;
}
.prodRowWrap {
    text-align: center;
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    padding-top: 30px;
}
.productLeft, .productRight {
    text-align: left;
}
.productLeft.copyWrap p {
    font-size: 16px;
    line-height: 24px;
}
.productRight.imgWrap {
    text-align: center;
    padding-top: 20px;
}
.productLeft p, .productRight p {
    text-align: left;
}
.productRight img {
    max-width: 80%;
    display: inline-block;
    margin: 0 auto;
}
h2.likeH1 {
    font-size: 35px;
    font-weight: 600;
    color: #24292e;
}
h1.likeH2 {
    font-size: 20px;
    font-weight: 400;
    color: #24292e;
    padding-bottom: 10px;
}
.prodDownloads {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}
.download {
    display: inline-block;
    margin-right: 20px;
}
.download a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.pdfIconWrap {
    display: inline-block;
    color: #e80b0b;
    font-size: 18px;
    margin-right: 5px;
}
.modelIconWrap {
    display: inline-block;
    color: #fc6621;
    font-size: 14px;
    margin-right: 5px;
}
h2.prodListHeader {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
}
ul.prodList {
    margin-bottom: 20px;
}
ul.prodList li {
    padding: 0 0 2px 0;
    line-height: normal;
}
.pricingWrap {
    text-align: center;
    padding-top: 8px;
}
.pricingWrap h3 {
    padding: 0;
}
.optionsWrap {
    position: relative;
    text-align: center;
}
.optionsWrap .option {
    position: relative;
    display: inline-block;
    width: 100%;
    white-space: normal;
}
.buttonWrap {
    padding-top: 40px;
}
.buttonItm {
    display: inline-block;
    vertical-align: top;
}
#qtyBox {
    width: 50px;
    height: 28px;
    background: #fff;
    border: 1px solid #404449;
    margin: 0;
    line-height: 0;
    display: inline-block;
}
.buyNowBtn {
    background: #386092;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    padding: 0 20px;
    cursor:pointer;
}

.buyNowBtn:active{
    background: #1e3754;
}

.rfqBtn {
    background: #388f92;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
}
.buyCartWrap {
    display: inline-block;
    margin-right: 3px;
}
.optionsWrap h3 {
    display: inline-block;
}
.infoPopClick {
    display: inline-block;
    color: #03a0f2;
    cursor: pointer;
    position: relative;
    margin: 0 0 0 5px;
    top: -5px;
    font-size: 14px;
}
.bubble {
    position: absolute;
    left: 100%;
    top: 10px;
    background: #fff;
    border-radius: 10px;
    width: 200px;
    color: #000;
    padding: 10px;
    z-index: 999;
    display: none;
    border: 1px solid #999;
}
.bubbleClose {
    position: absolute;
    top: 0;
    right: 8px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}
.productListWrap {
    text-align: center;
    padding-top: 5px;
}
.productList {
    text-align: left;
}
.priceOuterWrap {
    display: table;
    margin: 0 auto;
    padding-top: 20px;
}
.priceWrap {
    display: table-cell;
    font-size: 32px;
    vertical-align: middle;
    font-weight: 400;
}
.QTYWrap {
    display: table-cell;
    padding-left: 40px;
}
.qtyTableWrap {
    display: table;
}
.qtyTableRow {
    display: table-row;
}
.qtyTableCell {
    display: table-cell;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    padding: 0 8px 5px 0;
}
.qtyTableCell.header {
    font-weight: 600;
}
@media only screen and (min-width :600px) {
    .productListWrap {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}
.productList {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    white-space: normal;
    margin: 0;
}
.productList:first-child {
    margin-right: 2%}
.productList:first-child {
    margin-left: 2%}
}@media only screen and (min-width :800px) {
    .optionsWrap {
    white-space: nowrap;
}
.optionsWrap .option {
    width: auto;
    vertical-align: top;
    margin-right: 20px;
    text-align: left;
}
.optionsWrap .option:last-child {
    margin-right: 0;
}
}@media only screen and (min-width :1224px) {
    .productTableWrap {
    display: table;
    width: 75%;
    margin: 0 auto;
}
.prodRowWrap {
    display: table-row;
    padding: 0;
}
.productLeft, .productRight {
    display: table-cell;
    vertical-align: top;
}
.productLeft {
    padding: 35px 22px 0 0;
    width: 55%}
.productRight {
    padding: 35px 0 0 12px;
    width: 45%}
.productLeft.copyWrap {
    padding-top: 66px;
}
.productRight.imgWrap {
    padding-top: 70px;
}
.productRight.features {
    padding-left: 82px;
}
.prodDownloads {
    padding-top: 0;
    text-align: left;
}
.productListWrap {
    text-align: left;
    padding-top: 5px;
}
.productList {
    display: block;
    text-align: left;
}
.productList:first-child {
    margin-right: 0;
}
.productList:first-child {
    margin-left: 0;
}
}.prodSpecTableWrap {
    padding: 50px 0 50px 0;
    text-align: center;
    overflow: auto;
}
table.prodSpecs {
    width: 100%;
    border-collapse: collapse;
}
table.prodSpecs th {
    border: 1px solid #9299a3;
    background: #385f92;
    font-weight: 400;
    color: #fff;
}
table.prodSpecs td {
    padding: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #9299a3;
    min-height: 30px;
}





  .bgWrap{
                position:relative;
            }
            
            #cartDisplay{
                position:absolute;
                top:-5px;
                right:5px;
                width:350px;
                background:#fff;
                z-index:1000;
                padding:0 20px 20px 20px;
                text-align:center;
                border-radius:4px;
                -webkit-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
                -moz-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
                box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
                display:none; 
            }
            
            #cartDisplay .cartDisplayInnerWrap{
                
            }
            
            #cartDisplay .cartDisplayInnerWrap img{
                max-width: 80px;
                margin:0 auto;
            }
            
            #cartDisplay .cartDisplayBtnWrap{
                width:100%;
                text-align:center;
            }
        
            #cartDisplay .cartDisplayBtn{
                display:inline-block;
                height:28px;
                line-height:28px;
                margin:10px 1px 0 1px;
                background:#666;
                color:#fff;
                font-size:13px;
                padding:0 15px;
                text-decoration:none;
                border-radius:5px;
            }
            
            .cartDisplayCloseWrap{
                width:100%;
                text-align:right;
                padding:3px 3px 0 0;
            }
            
            .cartDisplayClose{
                font-weight:600;
                font-size:18px;
                cursor: pointer;
            }