.productdetailspage input[type=button]{
	-webkit-appearance:none;
	background:#08a;
	 border:none;
	 color:#fff;
	 border-radius:20px;
	 padding:10px 15px;
 }
.productdetailspage table.table-bordered.dataTable tbody td {
    padding: 20px;
	border: none;	
}
.productdetailspage table.table-bordered.dataTable thead tr th{
	border: none;
}
.productdetailspage table.table-bordered.dataTable tbody td:first-child {
	font-weight:600;
}
	
.productdetailspage .dataTables_wrapper .row:nth-of-type(3) {    
    display: none;
}

.productdetailspage .productspanel{
	float: left;
	border-left: 1px solid #ddd;
	background: #fff;
}
.productdetailspage .form-group label {
    margin-top: 6%;
}
.productdetailspage .labelnqty{
        margin: 0 auto;
}
.productdetailspage #product_title {
    font-size: 28px;
	margin-bottom: 15px;
}
.productdetailspage  #product_code span,.productdetailspage  #gtin_status span{
	font-weight:bold;
}
.productdetailspage .borderright{
	    border-right: 1px solid #ddd
}
.productdetailspage  .headertxt{
	padding: 17px 10px 15px 20px;
    background: #f2f2f2;
    font-size: 14px; /*AAOL - 6468*/
    font-weight: bold;
}
.productdetailspage  .evencolor{
	padding:15px 10px 12px 7px;
	background-color: #fff;
	
}
.productdetailspage .oddcolor{
	padding:15px 10px 12px 7px;	
	
}
.boxshadow{
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 3px 11px 0 rgba(0, 0, 0, 0.19);
}
.boldtxt{
	font-weight:600;
}
.whitebg{
	    background: #fff;
}
.productdetailspage .breadcrumb{
	margin-bottom:5px;
}
.productdetailspage .btnclsactive{
padding: 10px 14px;	
}
    
div#gtin_status {
    margin-top: 5px;
}
.productdetailspage label.control-label {
    margin-top: 4.4%;
}
.productdetailspage  .form-control{
	    width: 60px;
    height: 36px;
    float: right;	
}
  
.productdetailspage .pricetagTxt{
	font-size: 30px;
    font-weight: bold;
    text-align: right;
    margin-top: 30%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 6%;
    padding-bottom: 10px
}
/*Lokesh OCT-28 for Mobile*/
@media screen and (max-width: 480px) {
	.pgwSlideshow .ps-current > ul > li img {
		height: auto !important;	
		padding-top: 30px !important;	
		margin-top:0px !important;	
		width: 100% !important;	
	}
	.pgwSlideshow .ps-current {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.spacediv{
		display:none;
	}
	.productdetailspage .labelnqty {
		width: 100%;
		margin-left: 0%;
	}
	.paddingforqty {
		padding: 0;
	}
	.pgwSlideshow .ps-current{
		width: 100% !important;   
	}
	.productdetailspage .pricetagTxt {		
		text-align: left;
		margin-top: 4%;		
		padding: 0 0 15% 0;
	}
	.productdetailspage #product_title {
		font-size: 25px;    
	}
	.productdetailspage .form-group label {		
		float: left;
	}
	.productdetailspage .form-control {    
		float: left;
	}
	.productdetailspage  .col-lg-8.col-sm-8.col-md-8.col-xs-7.form-group {
		padding-left: 0px;
	}
	.productdetailspage .productspanel{
		    padding-bottom: 1px;
	}
	.pgwSlideshow.narrow .ps-list .ps-prev {	    
		top: 35px;
	}
	.pgwSlideshow.narrow .ps-list .ps-next {	    
		    top: 16px;
			right: -20px;

	}
	.productdetailspage .form-control.ProdTbox {
	    float: right;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 1330px) {
	
	.productdetailspage .labelnqty {
		width: 100%;
		margin-left: 0%;
	}
	
}

/* CSS For AAOL-7455 - Start */
#zoom_01 {
	width: 100%;
}
.productdetailspage .productImageGallery img{
	padding: 0;
	background: #ffffff;
	width:100%
}
.productdetailspage .zoomBox{
	padding: 0 10px;
}
.productdetailspage .imageThumbnails{
	background: #fff;
	padding: 20px 0 15px 0;
}
.productdetailspage .imageThumbnails .img{
	padding: 0;
	padding: 0 5px;
}
.productdetailspage .imageThumbnails .img .thumbnails.active, .productdetailspage .imageThumbnails .img:hover .thumbnails.active{
	border: 2px solid #337AB7
}
.productdetailspage .imageThumbnails .img:hover .thumbnails {
	border: 1px solid #337AB7
}
.productdetailspage .imageThumbnails .img .thumbnails {
	border: 1px solid #eeeeee;
	width: 99%
}

.productdetailspage .top-content-end{
	width: 100%;
}
.productdetailspage .top-content-end-right{
	width: 25%;
	float:right;
	margin-top: 20px;
	font-size: 20px;
	text-align: right;
	color: #0c8caa;
}
.productdetailspage .top-content-end-left{
	width: 75%;
	float:left;
}

.productdetailspage .top-content-end-right img{
	width: 100%;
	padding: 15%;
}
.productdetailspage .top-content-end-right #barcode img{
	width: 100%;
	padding: 10%;
}

.productdetailspage #barcode{
	width: 48%;
    float: left;
    border: 1px solid #000;
    margin-right: 4%;
	cursor: pointer;
}

.productdetailspage #downloadButton{
	width: 48%;
    float: right;
    border: 1px solid #000;
	cursor: pointer;
}
.productdetailspage .dwnld-barcode-btns p{
	margin: 0;
    text-align: right;
}
.productdetailspage .dwnld-barcode-btns{
	margin-top: -10px;
}
.productdetailspage #product_title{
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 15px;
}

.productdetailspage #gtin_status, .productdetailspage #gtin_status span{
	font-weight: normal;
	font-size: 14px;
	position: initial;
	
}
.productdetailspage #product_code , .productdetailspage #product_code  span{
	font-size: 16px;
	font-weight: normal;
	position: initial;
}
.productdetailspage .clear{
	clear: both;
}

.productdetailspage .top-content, .productdetailspage .middle-content{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.productdetailspage .quantity-add-to-cart .form-control {
	text-align: center;
}
.productdetailspage .qty-table-cell{
	vertical-align: top;
}
.productdetailspage .qty-box{
	width: 35px;
    height: 36px;
    border: 1px solid #aaa;
    margin: 0 10px;
    text-align: center;
    line-height: 1.42857143;
    font-size: 22px;
    font-weight: bold;
    color: #bbb;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.productdetailspage .qty-box:hover {
    border-color: #b41601;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(180, 22, 1,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(180, 22, 1,.6);
}


.productdetailspage .qty-box button, .productdetailspage .qty-box button {
    border: none;
    background: none;
    box-shadow: none;
	margin: 0;
	cursor: pointer;
	padding: 2px 5px;
}

.productdetailspage .qty-box button:focus, .productdetailspage .qty-box button:focus, .productdetailspage .qty-box button:active:focus, .productdetailspage .qty-box button:active:focus{
	outline: none;
}

.productdetailspage #add-qty{
	margin-left: 0;
}

.productdetailspage .btnclsactive.redButton {
	background: #b41601;
}

.productdetailspage .btnclsactive.redButton:hover{
	background: #901201;
}
.productdetailspage .addtocartButtonBox{
	margin-top: 10px;
}
.productdetailspage .sub-head{
	font-size: 18px;
    margin-bottom: 5px;
}
.productdetailspage .sub-head2{
	font-size: 17px;
    line-height: 18px;
	margin-bottom: 5px;
}
.productdetailspage .overview-label{
	font-size: 18px;
	font-weight: bold;
}
.productdetailspage .overview-desc {
	font-size: 18px;
    line-height: 18px;
    color: #aaa;
}

.productdetailspage .no-border{
	border: none;
}

.productdetailspage .backward, .productdetailspage .forward{
	height: 62.129px;
	font-size:20px;
    text-align: center;
}
.productdetailspage .backward button, .productdetailspage .forward button {
	color: #A3D0EE;
    opacity: 0.7;
    border: none;
    background: none;
    box-shadow: none;
    display: inline-block;
    margin: 16px 0;
}

.productdetailspage .backward button:focus, .productdetailspage .forward button:focus, .productdetailspage .backward button:active:focus, .productdetailspage .forward button:active:focus{
	outline: none;
}
.productdetailspage .franchiseImageBox{
	width: 50%;
    margin-top: 30px;
    margin-bottom: 28px;
}

.productdetailspage .franchiseImageBox img{
	width: 100%;
}

#productImageDetails{
	margin-bottom: 30px;
}

.product-desc-tab{
	text-align:center;
	vertical-align: middle;
	line-height: 50px;
	border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	cursor: pointer
}

#tab_3{
border-right:none;}

.product-desc-tab.active, .product-desc-tab:hover{
	background: #ddd;
}

#desc1{
	padding-left: 10px;
}

.tab-description-box .tab_description{
	display: none;
}
.tab-description-box{
	background: #fff;
	padding-top:20px;
	padding-bottom: 20px;
}
.tab-description-box .tab_description.active{
	display: block;
}

.productdetailspage sup {
    font-size: 18px;
}
.productdetailspage sup {
    top: 3px;
    left: 0.5px;
}
.productdetailspage ul {
	padding-left: 17px;
	font-size: 14px !important;
}

.tab_description p{
	margin-bottom:0 !important;
	font-size: 14px !important;
}

.tab_description p.margin10{
	margin-bottom: 10px;
}

.product-attributes {
	width:100%;
	border: 2px solid #ccc;
}

.product-specifications{
	margin-left: 5%;
    width: 95%;
    border: 2px solid #ccc;
}

.product-attributes  tr th, .product-specifications tr th, .product-attributes  tr td, .product-specifications tr td {
	padding: 3px 5px;
	color: #525252;
	font-family: Calibri;
}
.product-attributes  tr th, .product-specifications tr th {
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}
.product-attributes  tr td, .product-specifications tr td  {
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

.product-attributes  tr td:first-child, .product-specifications tr td:first-child  {
	background: #ededed;
	width: 25%;
}
.additional_info_tab{
	font-size: 16px;
	padding: 10px 20px;
}
.additional_info_tab .fa{
	color: #b41601;
	padding-right: 8px;
	opacity: 0.9;
}
/* CSS For AAOL-7455 - End */
/* CSS change displaying disclaimer message - Start */
p.img_disclaimer {
	text-align: center;
    margin: 5px 0;
    font-size: 13px;
}
/* CSS change displaying disclaimer message - End */

/* CSS change AEKL-973 - Start */
.productdetailspage .productImageGallery {
	border-right: 1px solid #ddd;
	min-height:300px;
}
.productdetailspage #productImageDetails {
	background-color: #fff;
}

.productdetailspage .right {
	float: right;
}
/* CSS change AEKL-973 - End */

/* Demo comments for sprint 13 AEKL-1555- Start */
@media screen and (min-width:768px) and (max-width:1023px){
	.productdetailspage .backward button, .productdetailspage .forward button {
    	margin: 0;
	}
}
@media screen and (min-width:320px) and (max-width:767px){
	.productdetailspage .backward button, .productdetailspage .forward button {
    	margin: 20% 0;
	}
	.productdetailspage .product-desc-tab {
		padding-left: 10px;
    	padding-right: 10px;
	}
}
/* Demo comments for sprint 13 AEKL-1555 - End */

/*Changes for AFFG-280 */
@media screen and (min-width: 320px) and (max-width: 400px){
	.productdetailspage .product-desc-tab.threePdpTabs {
	    line-height: 18px;
	    height: 60px;
	    padding: 10px;
	}
}

@media screen and (min-width: 401px) and (max-width: 500px){
	.productdetailspage .product-desc-tab.threePdpTabs {
	    line-height: 18px;
	    height: 60px;
	    padding: 10px;
	}
	.productdetailspage .product-desc-tab.threePdpTabs.lineHeight40 {
	    line-height: 40px;
	}
}