	.st table {width:100%;}
	td {
		width: 50%;
	}
	
	.thirdtablecolumn td {
		width: 33%;
	}
	
	.quartertablecolumn td {
		width: 25%;
	}
	
	.fifthtablecolumn td {
		width: 20%;
	}
	
	.sixthtablecolumn td {
		width: 16%;
	}
	
	.seventhtablecolumn td {
		width: 14%;
	}
	
	.eighthtablecolumn td {
		width: 12%;
	}
	
	.table th {
		text-align: left;
	}
	
	.table td {
		text-align: left;
	}
			
	.btn-primary-detail {
	   background-color: #e2791c;
	   background-image: linear-gradient(to bottom, #e68729 0px, #e68729 50%, #e2791c 51%, #e2791c 100%);
	   padding: 10px 20px;
	   -webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	   border-radius: 2px;   
	   color: white;
	   font-size: 16px;
	   font-family: font-family: 'Open Sans', sans-serif;
	   text-decoration: none;
	   vertical-align: middle;
	   text-align: center;
	   font-weight: bold;
	}

	.btn-primary-detail:hover {
	   border-top-color: #e68729;
	   background: #e68729;
	   color: #ffffff;
	}

	.btn-primary-detail:active {
	   border-top-color: #e68729;
	   background: #e68729;
	   color:white;
	}
	
	.slick-prev:before,
    .slick-next:before {
        color: black;
    }
	
	@media (min-width: 1366px) {
	  .container {
		width: 1350px;
	  }
	}

	@media (min-width: 768px) {
	  .productdiff {
		padding: 0px; width: 50%; float: left;
	  }
	  .productdiff2 {
		width: 50%; padding-left: 20px; float: left;
	  }
	}
	
	@media (max-width: 480px) {
		.productdetaildesc {
			font-size: 1.438rem;
		}
		
		.productdetailpricebox {
			background-color: #f0f0f0;
		}
		
		.productdetailpriceboxinner {
			background-color: #f0f0f0;
		}
		
		.volumediscountgroupheader {
			background-color: #fff;
			color: #333;
		}
	}
	
