/* Styles specific to the product page */
.left-content {
    background: #fff;
    border: 1px solid #c9c9c9;
    padding: 40px;
}
#ProductDetails .ImageCarouselBox {
    margin-top: 50px !important;
}
#ProductDetails .ProductTinyImageList ul li {
    border: 1px solid #c9c9c9 !important;
    margin: 0 9px;
    padding: 3px;
}
.ProductTinyImageList ul li .TinyOuterDiv {
    padding: 3px;
}
.ProductTinyImageList ul li div {
    border: none !important;
    height: 100% !important;
    width: 100% !important;
}
.ProductTinyImageList ul li img {
    padding: 0 !important;
}
#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    color: #1e2738;
    height: 36px;
    margin-top: -17px;
    padding-top: 8px;
    width: 36px;
}
#ProductDetails #ImageScrollPrev:hover,
#ProductDetails #ImageScrollNext:hover {
    background: #f5f5f5;
    color: #e77725;
}
.ProductMain {
    padding: 0 0 0 30px;
}
.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-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;
}
.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;
    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-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;
    padding: 30px;
}
.ProductDescriptionContainer {
    font-size: 16px;
}
.ProductDescriptionContainer ul {
    list-style: none;
    margin: 0 0 20px;
}
.ProductDescriptionContainer li {
    float: left;
    font-size: 15px;
    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;
}
.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;
}
@media only screen and (max-width: 1000px) {
    .left-content {
        padding: 20px;
    }
    .ProductDetailsGrid .product-review,
    .ProductDetailsGrid .product-sku {
        margin-bottom: 10px;
    }
    .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: 767px) {
    .left-content,
    .ProductMain {
        width: 100%;
    }
    .ProductMain {
        padding: 20px 0 0;
    }
    .addto {
        margin: 10px 0 0 20px;
        width: calc(100% - 195px - 20px);
    }
    .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;
    }
}
@media only screen and (max-width: 500px) {
    .addto {
        margin: 10px 0 0;
        width: 100%;
    }
    .nav-tabs > li > a {
        font-size: 20px;
    }
}
