/* Styles specific to the product page */
.left-content {
    background: #fff;
    border: 1px solid #c9c9c9;
    padding: 10px 20px;
    width: 630px;
}
#ProductDetails .ImageCarouselBox {
    margin-top: 50px !important;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.ProductList .ProductImage div,
.ProductThumbImage div {
    cursor: pointer;
    display: table-cell;
    line-height: 0;
    vertical-align: middle;
    width: 100%;
}
#ProductDetails .show-thumbnails {
    opacity: 1;
}
#ProductDetails .ProductTinyImageList {
    // width: 375px !important;
}
#ProductDetails .ProductTinyImageList ul {
    margin: 0 auto !important;
    right: 0;
    text-align: center;
    // width: 100% !important;
}
#ProductDetails .ProductTinyImageList ul li {
    border: 1px solid #c9c9c9 !important;
    display: inline-block !important;
    float: none !important;
    margin: 0 9px;
    padding: 3px;
    vertical-align: top;
}
#ProductDetails .ProductTinyImageList ul li a {
    display: block;
}
.ProductTinyImageList ul li .TinyOuterDiv {
    padding: 3px;
}
.ProductTinyImageList ul li div {
    border: none !important;
    height: 100% !important;
    overflow: hidden;
    width: 100% !important;
}
#ProductDetails .ProductTinyImageList ul li div {
    cursor: pointer;
    display: block;
    padding: 0 !important;
    vertical-align: middle;
}
.ProductTinyImageList ul li img {
    padding: 0 !important;
}
#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    color: #1e2738;
    display: block;
    height: 36px;
    margin-top: -17px;
    padding-top: 8px;
    width: 36px;
    z-index: 3;
}
#ProductDetails #ImageScrollPrev:hover,
#ProductDetails #ImageScrollNext:hover {
    background: #f5f5f5;
    color: #e77725;
}
.product-package #ProductDetails .ImageCarouselBox {
    display: none;
}
.ProductMain {
    padding: 0 0 0 30px;
    width: calc(100% - 630px);
}
.ProductMain hr {
    background: #c9c9c9;
    border: none;
    clear: both;
    float: left;
    height: 1px;
    margin: 0 0 20px;
    width: 100%;
}
#ProductDetails h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 400;
}
.product-review,
.product-review .Rating,
.review-link-text {
    float: left;
}
.product-review:hover {
    cursor: pointer;
}
.product-review {
    font-size: 15px;
    font-weight: 700;
}
.product-review .Rating {
    margin-top: -3px;
}
.review-link-text {
    margin: 0 8px 0 10px;
}
.review-link-text--label {
    color: #e77725;
    margin-left: 5px;
}
.product-sku {
    float: right;
    margin-top: 3px;
    text-align: right;
}
.product-short-description {
    border-bottom: 1px solid #c9c9c9;
    clear: both;
    float: left;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px;
    width: 100%;
}
.product-short-description:empty {
    border: none;
    display: none;
    margin: 0;
}
.product-price .Value {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
}
.product-price .Value strike {
    color: #c9c9c9;
    font-size: 20px;
}
.ProductDetailsGrid .s-price {
    font-size: 16px;
    margin: 0;
}
.product-price .Value strike,
.ProductDetailsGrid .s-price,
.product-max-quantity {
    display: none;
}
.ProductDetailsGrid .Label,
.ProductAddToCart .productAttributeLabel,
.ProductDetailsGrid .Value,
.ProductAddToCart .productAttributeValue {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.ProductDetailsGrid .product-quantity,
.addto {
    float: left;
}
.ProductDetailsGrid .product-quantity {
    margin: 0;
}
.addto {
    clear: none;
    margin-left: 20px;
    width: calc(100% - 195px - 20px);
}
.addto .BulkDiscount,
.addto .btn {
    width: 100%;
}
.addto .btn {
    font-size: 22px;
}
.action-box {
    position: relative;
}
.quantity-value {
    float: left;
}
.action-box .qtyInput {
    border: 1px solid #c9c9c9;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
    box-sizing: initial;
    font-size: 22px;
    height: 48px;
    line-height: 53px;
    padding: 0 5px;
    text-align: center;
    width: 85px;
}
.minus_b,
.plus_b{
    background: #1e2738;
    cursor: pointer;
    float: left;
    height: 50px;
    width: 50px;
}
.plus_b {
    border-radius: 0 5px 5px 0;
}
.minus_b {
    border-radius: 5px 0 0 5px;
}
.minus_b:before,
.plus_b:before {
    color: #fff;
    float: left;
    font-family: 'Glyphicons Halflings';
    font-size: 20px;
    margin: 11px 0 0 14px;
}
.minus_b:before {
    content: "\2212";
}
.plus_b:before{
    content: "\2b";
    margin-left: 16px;
}
.minus_b:hover,
.plus_b:hover {
    background: #e87826;
}
.minus_b:hover:before,
.plus_b:hover:before {
    color: #fff;
}
.section-product-ctas {
    border-top: 1px solid #c9c9c9;
    clear: both;
    float: left;
    margin: 20px 0 0;
    padding: 10px 0;
    width: 100%;
}
.product-ctas {
    float: left;
    list-style: none;
    margin: 0 0 0 -10px;
    width: calc(100% + 20px);
}
.product-cta {
    background: #fff;
    border: 1px solid #c9c9c9;
    float: left;
    margin: 10px;
    min-height: 75px;
    padding: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: calc(50% - 20px);
}
.product-cta:nth-child(3) {
    clear: both;
}
.cta-blank {
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    width: 1px;
}
.product-cta--label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: normal;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: calc(100% - 5px);
}
.product-cta span {
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    letter-spacing: normal;
    text-transform: none;
}
.product-cta--alternate .product-cta--label {
    color: #e77725;
}
.product-cta--pdf {
    display: block;
    padding-bottom: 20px;
}
.product-tabs {
    padding-top: 20px;
}
.nav-tabs {
    border: none;
}
.nav-tabs > li {
    margin-left: 20px;
}
.nav-tabs > li:first-of-type {
    margin-left: 0;
}
.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: none;
    border: none;
    border-bottom: 5px solid transparent;
    border-radius: 0;
}
.nav-tabs > li > a {
    color: #898e96;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    letter-spacing: 0.1em;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-color: #e9843a;
    color: #e9843a;
}
.tab-content {
    background: #fff;
    border: 1px solid #c9c9c9;
    float: left;
    padding: 30px;
    width: 100%;
}
.ProductDescriptionContainer {
    font-size: 16px;
}
.ProductDescriptionContainer ul {
    list-style: none;
    margin: 0 0 20px;
}
.ProductDescriptionContainer li {
    float: left;
    font-size: 16px;
    margin: 3px 0;
    padding-left: 20px;
    position: relative;
    width: 100%;
}
.ProductDescriptionContainer li:before {
    content: '\e258';
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pageDetail {
    background: rgb(50,61,94);
    background: -moz-linear-gradient(top,  rgba(50,61,94,1) 0%, rgba(30,39,56,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(50,61,94,1) 0%,rgba(30,39,56,1) 100%);
    background: linear-gradient(to bottom,  rgba(50,61,94,1) 0%,rgba(30,39,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323d5e', endColorstr='#1e2738',GradientType=0 );
    border-radius: 5px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 10px;
}
.pageDetail + br {
    display: none;
}
div > table,
table tbody tr td {
    border: none;
}
div > table {
    width: 100%;
}
.product-section--product-reviews,
.product-section--related-products {
    border-top: 1px solid #c9c9c9;
    clear: both;
    float: left;
    margin: 50px 0 30px;
    width: 100%;
}
.product-section--header {
    text-align: center;
}
.section-heading {
    background: #f5f5f5;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 400;
    margin: -30px auto 30px;
    padding: 0 15px;
    text-transform: uppercase;
}
.product-section--header-content {
    clear: both;
    float: left;
    width: 100%;
}
.product-reviews--rating {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    float: none;
    margin-right: -4px;
    padding: 9px 15px 8px;
    vertical-align: top;
}
.product-reviews--btn-write-review {
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    width: 220px;
}
.ProductList li:nth-child(4n+1) {
    border: none;
}
.ProductList li:nth-child(n+5) {
    display: none;
}
.product-social {
    display: none;
}
.ProductDetailsGrid .custom-field--label {
    margin-right: 10px;
}
.video-thumbnail {
    position: relative;
}
.video-thumbnail:before {
    color: #fff;
    content: '\e029';
    bottom: 0;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    left: 0;
    line-height: 1;
    margin: 10px auto 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 50px;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.video-thumbnail:hover:before {
    opacity: 1;
}
.product-package .ProductAddToCart {
    background: #fff;
    border: 1px solid #c9c9c9;
    float: left;
    padding: 10px 20px 0;
    text-align: center;
    width: 100%;
}
.product-package .productAttributeList .productAttributeRow {
    margin-bottom: 20px !important;
}
.product-package .productAttributeList .productAttributeLabel {
    text-align: center !important;
}
.product-package .productAttributeList .required {
    display: inline-block;
    left: 0;
    position: relative;
    top: 0;
    vertical-align: top;
}
.product-package .productAttributeList div.selector {
    min-width: 250px;
    text-align: left;
}
.product-package .section-product-ctas {
    margin-bottom: 0;
}
.product-package .tab-tech-specs {
    display: none;
}
@media only screen and (max-width: 1000px) {
    .left-content {
        padding: 20px;
        width: 520px;
    }
    .ProductDetailsGrid .product-review,
    .ProductDetailsGrid .product-sku {
        margin-bottom: 10px;
    }
    .ProductMain {
        width: calc(100% - 520px);
    }
    .product-sku {
        clear: left;
        float: left;
        text-align: left;
    }
    .ProductMain hr {
        margin: 10px 0;
    }
    .ProductDetailsGrid .product-price {
        margin: 0;
    }
    .ProductDetailsGrid .product-quantity {
        margin: 10px 0 0;
    }
    .addto {
        margin: 10px 0 0;
        width: 100%;
    }
    .product-ctas {
        margin: 0;
        width: 100%;
    }
    .product-cta {
        margin: 5px 0;
        min-height: initial;
        padding: 10px;
        width: 100%;
    }
}
@media only screen and (max-width: 900px) {
    .left-content {
        width: 418px;
    }
    .ProductMain {
        width: calc(100% - 418px);
    }
}
@media only screen and (max-width: 767px) {
    .left-content,
    .ProductMain {
        width: 100%;
    }
    .ProductMain {
        padding: 20px 0 0;
    }
    .addto {
        margin: 10px 0 0 20px;
        width: calc(100% - 195px - 20px);
    }
    .addto .btn {
        height: 50px;
        line-height: 50px;
    }
    .section-product-ctas {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .nav-tabs > li > a {
        font-size: 26px;
        letter-spacing: 0.05em;
        padding-bottom: 5px;
    }
    .tab-content {
        padding: 20px;
    }
    .product-section--product-reviews,
    .product-section--related-products {
        margin: 30px 0 15px;
    }
    .ProductDescription table tbody tr td {
        float: left;
        margin: 0;
        padding: 20px 10px 0;
    }
    .ProductDescriptionContainer ul {
        display: inline-block;
        width: auto;
    }
    .ProductDescriptionContainer li {
        display: block;
        float: none;
        text-align: left;
        width: auto;
    }
}
@media only screen and (max-width: 525px) {
    .ProductDescription .p-package table tbody tr td {
        display: block;
        margin: 10px 0;
        padding: 10px;
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .ProductDetailsGrid .product-price,
    .ProductDetailsGrid .product-quantity {
        text-align: center;
    }
    .ProductDetailsGrid .product-quantity {
        width: 100%;
    }
    .addto {
        margin: 10px 0 0;
        width: 100%;
    }
    .nav-tabs > li > a {
        font-size: 20px;
    }
}
@media only screen and (max-width: 450px) {
    .left-content {
        padding: 10px;
    }
    #ProductDetails #ImageScrollPrev,
    #ProductDetails #ImageScrollNext {
        display: block !important;
        height: 26px;
        margin-top: -12px;
        padding-top: 4px;
        width: 26px;
    }
    #ProductDetails .ProductTinyImageList ul li {
        height: 66px !important;
        margin: 0 3px;
        width: 66px !important;
    }
    .orientation_portrait #ProductDetails .ProductTinyImageList ul li {
        float: left !important;
    }
    .video-thumbnail:before {
        font-size: 30px;
        margin-top: 13px;
    }
}
@media screen and (max-width: 420px) {
    #ProductDetails h1 {
        font-family: 'Oswald', sans-serif;
        font-size: 22px;
        font-weight: 400;
        text-align: center;
    }    
} 
.more-details-list strong {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
@media screen and (max-width: 420px) {
    .more-details-title {
        padding-bottom: 10px;
    }
    .more-details-list div {
        text-align: left;
    }
}
.ProductDescriptionContainer p strong {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.prop65warning {
    padding-top: 15px;        
    padding-bottom: 15px;
    display: inline-block;
}
.prop65warning img {
    max-width: 25px;
    margin-right: 5px;
}    
.prop65warning span {
    font-weight:700;
    font-size: 16px;
}    
.prop65warning a {
    font-size: 16px;
}
.pswp {
    z-index: 999999;    
}