/* Styles specific to the product page */
#ProductDetails {
    clear: both;
    padding-top: 20px;
}
.left-content {
    width: 54%;
}
.ProductThumbImage {
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 10px;
}
.ProductThumbImage > a {
    border: 1px solid #e1e1e1;
}
.ProductMain {
    width: 45%;
}
#ProductDetails h1 {
    color: #163051;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
}
.DetailRow {
    color: #163051;
    float: left;
    font-size: 14px;
    width: 50%;
}
.ProductDetailsGrid .DetailRow {
    margin-bottom: 10px;
}
.DetailRow .Label {
    float: left;
    font-weight: 400;
    margin: 0 5px 5px 0;
}
.DetailRow .Value {
    display: block;
    font-weight: 300;
}
.product-review {
    display: none;
}
.product-price .Value {
    color: #0060b8;
    font-size: 28px;
    font-weight: 400;
}
svg path, svg rect {
    fill: #fff;
}
.product-social {
    clear: none;
    display: inline-block;
    margin: 0 0 10px;
    width: auto;
}
.product-quantity {
    border-radius: 50px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    clear: both;
    overflow: hidden;
    padding: 10px 1% 10px 4%;
    width: 60%;

    background: #0065a7;
    background: -moz-linear-gradient(left,  #0065a7 0%, #25a6d2 100%);
    background: -webkit-linear-gradient(left,  #0065a7 0%,#25a6d2 100%);
    background: linear-gradient(to right,  #0065a7 0%,#25a6d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065a7', endColorstr='#25a6d2',GradientType=1 );
    /* The background image could be removed and still have a farily close representation of the design */
    background: #0065a7 url('../images/wt/menu-bg.png') center center repeat;
}
.product-quantity .Label {
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-right: 10px;
    vertical-align: middle;
}
.product-quantity .Value {
    display: inline-block;
    vertical-align: middle;
}
.product-quantity input {
    border-radius: 8px;
    color: #163051;
    font-size: 24px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding-right: 45px;
    text-align: center;
    width: 105px;
}
.action-box {
    position: relative;
}
.minus_b, .plus_b{
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    color: #0060b8;
    display: block;
    font-size: 15px;
    height: 19px;
    position: absolute;
    text-align: center;
    width: 32px;

    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}
.plus_b {
    right: 5px;
    top: 5px;
}
.minus_b {
    bottom: 5px;
    right: 5px;
}
.minus_b:before, .plus_b:before {
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
}
.minus_b:before {
    content: "\e114";
}
.plus_b:before{
    content: "\e113";
}
.minus_b:hover, .plus_b:hover {
    background: #efefef;
    color: #333;
    cursor: pointer;
}
.addto {
    clear: none;
    float: left;
    margin-left: -45px;
}
.addto .add-to-cart {
    background: #163051 url('../images/wt/cart-fish-bg.png') 95% 50% no-repeat;
    border: 5px solid #fff;
    border-radius: 35px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    height: 74px;
    margin-top: -2px;
    padding: 10px 60px 10px 15px;
    text-align: center;
    width: 230px;
}
.addto .add-to-cart:hover {
    background-color: #005ebd;
}
.ProductMain .heading {
    padding: 15px 0;
}
.ProductMain .heading a {
    color: #163051;
    float: left;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.heading .AddToWishlistLink {
    clear: none;
}
.ProductMain .heading .btn {
    background: none;
    border: none;
    color: #163051;
    float: right;
    font-size: 20px;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.05em;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.ProductMain .heading a span, .ProductMain .heading a:hover, .ProductMain .heading .btn:hover {
    color: #005ebd;
}
.content .nav-tabs {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 10px 0;
}
.content .nav-tabs>li {
    margin: 0 10px;
}
.content .nav-tabs>li:first-of-type {
    margin-left: 0;
}
.content .nav-tabs>li>a {
    border: none;
    border-radius: 0;
    color: #163051;
    font-size: 22px;
    font-weight: 700;
    padding: 0;
}
.content .nav-tabs>li.active>a, .content .nav-tabs>li.active>a:focus, .content .nav-tabs>li.active>a:hover {
    border: none;
    color: #0060b8;
}
.content .nav>li>a:focus, .content .nav>li>a:hover {
    background: none;
    border: none;
    color: #0060b8;
}
.tab-content {
    color: #333;
    padding: 10px 0;
}
.ProductReviewList {
    padding: 0;
}
.ProductReviewList li {
    border: none;
    display: block;
    width: 100%;
}
.ProductReviewList li:before {
    display: none;
}
.ProductReviewList h4 {
    display: none;
}
.product-comment-author {
    display: block;
    font-size: 18px;
    font-weight: 400;
}
.ProductReviewList .Meta, .product-comment-meta {
    color: #333333;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 10px;
}
.product-comment-rating .bg-color {
    background: #0060b8;
    margin: -3px 0 0 2px;
    width: 73px;
}
#ProductReviews .btn {
    clear: both;
    display: block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 10px auto;
    width: 170px;
}
.ProductList {
    margin-left: -4%;
    width: 104%;
}
.ProductList li {
    margin-left: 4%;
    width: 46%;
}
.ProductList li:nth-child(5) {
    display: none;
}
.product-related .heading {
    margin-top: 0;
}
.heading h3 {
    font-size: 22px;
}
.OutOfStockMessage {
    display: block;
    margin: 10px 0 0;
}
.OutOfStockMessage p {
    margin: 0;
}
.OutOfStockMessage:empty {
    display: none;
}


/* VERTICAL THUMBNAILS */
#ProductDetails .vertical-thumbnails{
    position: relative;
    padding-left:100px; /* Must adjust this to equal width of thumb images */
}
#ProductDetails .vertical-thumbnails .ImageCarouselBox{
    width: 107px; /* Must adjust this to equal width of thumb images */
    /*overflow: hidden;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
#ProductDetails .vertical-thumbnails-right{
    padding-left: 0;
    padding-right: 115px; /* Must adjust this to equal width of thumb images */
}
#ProductDetails .vertical-thumbnails-right .ImageCarouselBox{
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    left: auto;
    padding: 40px 10px !important;
    right: 0;
}
#ProductDetails .vertical-thumbnails #ImageScrollPrev, #ProductDetails .vertical-thumbnails #ImageScrollNext {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    color: #0060b8;
    display: block !important;
    font-size: 10px;
    padding: 3px 5px;
    text-align: center;
    width: 81%;

    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}
#ProductDetails .vertical-thumbnails #ImageScrollPrev:hover, #ProductDetails .vertical-thumbnails #ImageScrollNext:hover {
    background: #fff;
    color: #333;
}
#ProductDetails .vertical-thumbnails #ImageScrollPrev{
    left: 10px;
    margin: 0;
    top: 10px;
}
#ProductDetails .vertical-thumbnails #ImageScrollNext{
    bottom: 10px;
    left: 10px;
    margin: 0;
    top: auto;
}
#ProductDetails .vertical-thumbnails .ProductTinyImageList{
    max-width:100%;
    height: 100%;
}
#ProductDetails .vertical-thumbnails .ProductTinyImageList > ul{
    width: 100%!important;
    left: 0 !important;
}
#ProductDetails .vertical-thumbnails .ProductTinyImageList > ul > li{
    margin:0;
    background: none;
    margin-bottom: 16px; /* You may need to adjust this to get bottom thumbnail to align with bottom of main image container */
    width: 85px !important;
}
#ProductDetails .vertical-thumbnails .ProductTinyImageList > ul > li .TinyOuterDiv{
    border-width:1px!important;
    box-sizing:content-box;
    background: #fff;
}
.ProductTinyImageList ul li div {
    width: 83px !important;
}
#ProductDetails .ProductTinyImageList ul li a {
    display: inline-block;
    vertical-align: top;
}
.ProductTinyImageList ul li img {
    height: 60px;
}

@media only screen and (max-width: 1140px) {
    .DetailRow {
        width: 50%;
    }
    .product-quantity {
        width: 58%;
    }
    .product-quantity .Label {
        font-size: 16px;
    }
    .product-quantity input {
        font-size: 20px;
        width: 90px;
    }
    .addto {
        margin-left: -5%;
    }
    .addto .add-to-cart {
        background-position: 100% 50%;
        font-size: 16px;
        font-weight: 400;
        padding-left: 5px;
        width: 190px;
    }
    .ProductMain .heading a, .ProductMain .heading .btn {
        font-size: 18px;
        letter-spacing: normal;
    }
}
@media only screen and (max-width: 1020px) {
    .product-quantity {
        width: 65%;
    }
    .addto {
        margin-left: -6%;
    }
    .addto .add-to-cart {
        background: #163051;
        padding: 10px;
        width: 140px;
    }
    .ProductMain .heading {
        padding: 10px 0;
    }
    .ProductMain .heading a, .ProductMain .heading .btn {
        font-size: 15px;
    }
}
@media only screen and (max-width: 850px) {
    .product-quantity {
        background: none;
        width: 100%;
    }
    .ProductDetailsGrid .product-quantity {
        margin-bottom: 10px;
    }
    .product-quantity .Label {
        color: #0065a7;
    }
    .addto {
        margin: 0;
    }
    .addto, .addto .BulkDiscount, .addto .add-to-cart {
        width: 100%;
    }
    .addto .add-to-cart {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .left-content, .ProductMain {
        margin: 0 0 10px;
        padding: 0;
        width: 100%;
    }
    .ProductDetailsGrid .product-quantity, .addto {
        padding: 0;
        width: auto;
    }
    .addto {
        margin: -10px 0 0 20px;
        width: 35%;
    }
}
@media only screen and (max-width: 550px) {
    .nav-tabs>li>a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 450px) {
    .DetailRow {
        margin: 0 0 5px;
        width: 100%;
    }
    .addto {
        margin: 10px 0 0;
        width: 100%;
    }
}
