.product-wrapper {
    margin: 0 0 129px;
}

.product-header td:nth-of-type(2) {
    width: 1499px;
}

.product-wrapper > tbody > tr > td:nth-of-type(2) {
    border-right: 1px dashed rgb(180, 181, 181);
    padding-right: 50px;
    vertical-align: top;
    width: 1024px;
}

.product-wrapper > tbody > tr > td:nth-of-type(3) {
    vertical-align: top;
    width: 475px;
}

/*issue 5914*/
.product-wrapper > tbody > tr:last-of-type > td:nth-of-type(2) {
	border-right:0;
	padding-top: 50px;
}

#ProductDescription {
    background: rgb(255, 255, 255);
    padding-bottom: 32px;
    z-index: 110 !important;
}

.print-page,
.print-page:link,
.print-page:focus,
.print-page:visited,
.print-page:active {
    color: rgb(18, 91, 140);
    display: inline-block;
    font: 400 12px/12px "opensans", sans-serif;
    float: right;
    margin-top: 10px;
    position: relative;
    text-transform: uppercase;
}

.print-page img {
    display: block;
    margin: 0 auto 4px;
}

.print-page::after {
    background: url('../images/print-page-hover.png') no-repeat 0 0 transparent;
    content: "";
    height: 26px;
    left: calc((100% - 27px) / 2);
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease 0s;
    width: 27px;
    z-index: 1;
}

.print-page:hover {
    color: rgb(135, 171, 60);
}

.print-page:hover::after {
    opacity: 1;
}

.email-page,
.email-page:link,
.email-page:focus,
.email-page:visited,
.email-page:active {
    color: rgb(18, 91, 140);
    display: inline-block;
    font: 400 12px/12px "opensans", sans-serif;
    float: right;
    margin-right: 24px;
    margin-top: 10px;
    position: relative;
    text-transform: uppercase;
}

.email-page img {
    display: block;
    margin: 0 auto 4px;
}

.email-page::after {
    background: url('../images/email-page-hover.png') no-repeat 0 0 transparent;
    content: "";
    height: 26px;
    left: calc((100% - 27px) / 2);
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease 0s;
    width: 27px;
    z-index: 1;
}

.email-page:hover {
    color: rgb(135, 171, 60);
}

.email-page:hover::after {
    opacity: 1;
}

.product-review {
    font: 400 13px/13px "opensans", sans-serif;
}

.product-rating {
    display: inline-block;
}

.product-header .product-review {
    display: inline-block;
    max-width: 100%;
    padding: 10px 0 0;
    width: 900px;
}

.product-review a,
.product-review a:link,
.product-review a:focus,
.product-review a:visited,
.product-review a:active {
    color: rgb(20, 20, 20);
}

.product-review a:hover {
    color: rgb(135, 171, 60);
}

#RatingValue {
    font-family: "opensans-semibold", sans-serif;
    font-size: 14px;
    padding-right: 15px;
}

.product-wrapper .product-details {
    padding-left: 41px;
}

.product-wrapper .product-details p:nth-of-type(n+2) {
    font: 400 16px/34px "opensans", sans-serif;
}

.product-wrapper .product-details p label {
    font: 400 16px/34px "opensans-bold", sans-serif;
}

.color-option {
    display: inline-block;
    margin: 0 7px 0 0;
}

.color-option [type="radio"]:checked,
.color-option [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.color-option [type="radio"]:checked + label,
.color-option [type="radio"]:not(:checked) + label
{
    color: #666;
    cursor: pointer;
    line-height: 20px;
    padding-left: 28px;
    position: relative;
}

.color-option [type="radio"]:checked + label:before,
.color-option [type="radio"]:not(:checked) + label:before {
    background: #fff;
    border: 1px solid rgb(180, 181, 181);
    content: '';
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
}

.color-option [type="radio"]:checked + label:after,
.color-option [type="radio"]:not(:checked) + label:after {
    content: '';
    height: 24px;
    left: 3px;
    position: absolute;
    top: 3px;
    transition: opacity .3s ease 0s, transform .3s ease 0s;
    width: 23px;
}

.color-option [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.color-option [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.color-option #black-option[type="radio"]:checked + label:after,
.color-option #black-option[type="radio"]:not(:checked) + label:after {
     background: rgb(0, 0, 0);
}

.color-option #red-option[type="radio"]:checked + label:after,
.color-option #red-option[type="radio"]:not(:checked) + label:after {
    background: rgb(212, 2, 17);
}

.color-option #blue-option[type="radio"]:checked + label:after,
.color-option #blue-option[type="radio"]:not(:checked) + label:after {
    background: rgb(12, 124, 198);
}

.product-pricing {
    height: 57px;
    margin-top: 34px;   
    position: relative;
}

.product-pricing label {
    color: rgb(18, 91, 140);
    display: inline-block;
    font: 400 16px/16px "opensans-bold", sans-serif;
    vertical-align: middle;
}

.product-pricing input {
    border: 1px solid rgb(182, 182, 182);
    color: rgb(18, 91, 140);
    display: inline-block;
    font: 400 24px/24px "opensans", sans-serif;
    height: 40px;
    margin-left: 4px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}

.product-pricing span {
    bottom: 5;
    color: rgb(18, 91, 140);
    font: 400 45px/45px "opensans-semibold", sans-serif;
    position: absolute;
    right: 0;
}

.product-details hr {
    border: 0;
    border-bottom: 1px dashed rgb(162,162,162);
    display: block;
    height: 0;
    margin: 13px 0;
    padding: 0;
}

.product-details  .btn-compare {
    background: rgb(0, 0, 0);
    border: 0;
    color: rgb(255, 255, 255);
    font: 400 16px/16px "opensans-semibold", sans-serif;
    margin-bottom: 15px;
    margin-right: 1px;
    padding: 14px 0;
    text-align: center;
    text-transform: uppercase;
    width: 30%;
}

.product-details  .btn-list {
    background: rgb(18, 91, 140);
    border: 0;
    color: rgb(255, 255, 255);
    font: 400 16px/16px "opensans-semibold", sans-serif;
    margin-bottom: 15px;
    margin-right: 1px;
    padding: 14px 0;
    text-align: center;
    text-transform: uppercase;
    width: 30%;
}

.product-details  .btn-cart {
    background: rgb(239, 130, 36);
    border: 0;
    color: rgb(255, 255, 255);
    font: 400 16px/16px "opensans-semibold", sans-serif;
    margin-bottom: 15px;
    padding: 14px 0;
    text-align: center;
    text-transform: uppercase;
    width: calc(40% - 12px);
}

.product-details  .btn-compare:hover,
.product-details  .btn-list:hover,
.product-details  .btn-cart:hover {
    background: rgb(135, 171, 60);
}

#ProductLinks {
    background: rgb(208, 226, 238);
    border-bottom: 5px solid rgb(255, 255, 255);
    margin-bottom: 32px;
    z-index: 110 !important;
}

#ProductLinks button {
    background: rgb(208, 226, 238);
    border: 0;
    color: rgb(18, 91, 140);
    display: inline-block;
    font: 400 18px/14px "opensans-semibold", sans-serif;
    padding: 12px 33px; /*was 12 38 before: issue 5914*/
    text-transform: uppercase;
}

#ProductLinks button:hover {
    color: rgb(255, 255, 255);
    background: rgb(18, 91, 140);
}

.product-detailed-info h4 {
    margin: 62px 0 10px;
}

.product-detailed-info #Features h4 {
    margin: 10px 0;
}

.product-detailed-info #Features ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product-detailed-info #Features li {
    list-style-type: none;
    padding: 0 0 0 20px;
    position: relative;
}

.product-detailed-info #Features li:before {
    background: rgb(18, 91, 140);
    content: "";
    height: 8px;
    left: 2px;
    position: absolute;
    top: 9px;
    width: 8px;
}

.review-rating {
    display: inline-block;
    margin-left: -5px;
    padding-top: 2px;
    vertical-align: top;
}

.product-detailed-info .product-review {
    margin: 0 0 32px;
}

.product-detailed-info .product-review h6 {
    margin-bottom: 7px;
}

.product-detailed-info .product-review label {
    color: rgb(239, 130, 36);
    display: block;
    font: 400 13px/22px "opensans-semibold", sans-serif;    
    margin: 0 0 8px;
}

.product-detailed-info .product-review .review-signature {
    font-family: "opensans-italic", sans-serif;
    line-height: 22px;
}

@media screen and (max-width: 1500px) {
    #ProductLinks button {
        font: 400 14px/14px "opensans-semibold", sans-serif;
        padding: 12px 38px;
    }

    .product-header td:nth-of-type(2) {
        padding: 0 10px;
        width: 95%;
    }

    .product-wrapper > tbody > tr > td:nth-of-type(2) {
        padding-right: 36px;
        width: 65%;
    }

    .product-wrapper > tbody > tr > td:nth-of-type(3) {
        width: 33%;
    }

    .product-wrapper {
        margin: 0 auto 129px;
        width: 95%;
    }

    .product-pricing input {
        width: 50px;
    }

    .product-details .btn-compare,
    .product-details  .btn-list,
    .product-details  .btn-cart {
        font: 400 15px/15px "opensans-semibold", sans-serif;
    }
}


@media screen and (max-width: 1175px) {
    #ProductLinks button {
        padding: 12px 18px;
    }

    .product-pricing span {
        font: 400 42px/42px "opensans-semibold", sans-serif;
    }

    .product-details .btn-compare, 
    .product-details .btn-list, 
    .product-details .btn-cart {
        font: 400 12px/12px "opensans-semibold", sans-serif;
        padding: 10px 0;
    }

    .print-page, 
    .print-page:link, 
    .print-page:focus, 
    .print-page:visited, 
    .print-page:active,
    .email-page, 
    .email-page:link, 
    .email-page:focus, 
    .email-page:visited, 
    .email-page:active {
        display: none;
    }

    .product-header .product-review {
        width: 100%;
    }
    
    .product-wrapper .product-details p:nth-of-type(n+2) {
        font: 400 14px/18px "opensans", sans-serif;
        margin-bottom: 7px;
    }

    .product-wrapper .product-details p label {
        font: 400 14px/18px "opensans-bold", sans-serif;
    }
}

@media screen and (max-width: 1175px) {
    .product-pricing span {
        font: 400 32px/32px "opensans-semibold", sans-serif;
    }
}


@media screen and (max-width: 1000px) {
    
    .breadcrumb-wrapper td:nth-of-type(2) {
        padding: 25px 0;
    }

    .product-header td:nth-of-type(2) {
        padding: 0;
    }

    .product-wrapper > tbody > tr:first-of-type {
        display: flex;
        flex-direction: column-reverse;
    }

    .product-wrapper > tbody > tr:first-of-type > td:first-of-type {
        display: none;
    }

    .product-wrapper > tbody > tr:first-of-type > td:nth-of-type(2) {
        display: block;
        width: 100%;
        padding-right: 0;
        border-right: 0;
    }

    .product-wrapper > tbody > tr:first-of-type > td:nth-of-type(3) {
        display: block;
        width: 100%;
    }

    .product-wrapper > tbody > tr:first-of-type > td:last-of-type {
        display: none;
    }

    .product-wrapper > tbody > tr:last-of-type > td:first-of-type {
        display: none;
    }

    .product-wrapper > tbody > tr:last-of-type > td:last-of-type {
        display: none;
    }

    .product-wrapper .product-details {
        padding-left: 0;
    }
    
    #ProductGallery .cycle-slide {
        max-width: 200px;
    }
}

@media screen and (max-width: 630px) {
    
    #ProductLinks-sticky-wrapper {
        display: none;
    }
    
    #ProductDescription {
        position: relative !important;
    }
    
    #ProductGallery {
        display: block;
        width: 100%;
    }
    
    .product-gallery-pager {
        display: block;
        margin-top: 20px;
        width: 100%;
    }
    
    .product-gallery-pager a {
        margin-right: 13px;
    }
}