.new-product-detail-page .dwnld-barcode-btns,
.new-product-detail-page .img_disclaimer {
    margin: 10px;
}

.new-product-detail-page .not-available-image-pdp {
    width: 100%;
}

.new-product-detail-page .not-available-image-pdp > img {
    margin: 6% auto;
    display: block;
    width: 180px;
}

.new-product-detail-page .productImageGallery > img {
    width: auto;
    margin: 10px auto;
    display: block;
    max-height: 360px;
    max-width: 100%;
}

.new-product-detail-page .backward button:disabled,
.new-product-detail-page .forward button:disabled {
    cursor: not-allowed !important;
}

.new-product-detail-page .franchiseImageBox img {
    width: 65%;
    float: right;
    margin-right: 25px;
}

.new-product-detail-page .franchiseImageBox {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.new-product-detail-page .productImageGallery {
    border-right: none;
}

.new-product-detail-page .quantity-label {
    display: inline-block;
    line-height: 35px;
}

.new-product-detail-page button.btn.qty-box {
   padding: 0;
   border-radius: unset;
   background-color: #FFF;
}

.new-product-detail-page button.btn.qty-box:disabled {
    cursor: not-allowed;
    border-color: #AAA;
    box-shadow: unset;
}

.new-product-detail-page .btnclsactive.redButton.true-buttonDisable {
    background: #b41601;
    color: #fff;
    opacity: 0.6;
}

.new-product-detail-page .tab-content {
	font-size: 16px;
	padding: 10px 20px;
}

.new-product-detail-page .tab-content .fa {
    color: #0c8caa;
    opacity: 1;
}

.new-product-detail-page .tab-header {
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    cursor: pointer;
}
.new-product-detail-page .tab-header:last-child {
    border-right: none;
}

.new-product-detail-page .tab-header.active {
    background-color: #ddd;
}

.new-product-detail-page .tab-content-box {
    background: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.new-product-detail-page .tab-content-box .tab-content.active {
    display: block;
}

.new-product-detail-page .tab-content-box .content {
    display: none;
}

.new-product-detail-page .tab-content:not(.active) {
    display: none;
}

.new-product-detail-page #productImageDetails {
    display: flex;
}

.new-product-detail-page .additional-information a {
    display: block;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .new-product-detail-page #addToCart,
    .new-product-detail-page .addToCartBlock {
        width: 100%;
    }

    .new-product-detail-page #productImageDetails {
        display: unset;
    }
}