	.rgt-prdct { display: flex; flex-direction: column; }
	.prd-det-txt2 { order: 1; }
	.ul_product { order: 2; }
	.rgt-prdct .sel-txt { order: 3; margin-top: 25px; }
	.rgt-prdct select[name="pacage-qty"] { order: 4; width: 100%; margin-top: 10px; }
	.prd-prc-sec { order: 5; }
	button.buy-now-btn { order: 6; } 
	.testim_h1 { order: 7; } 
	.testim_box { order: 8; }

	.product_test_block {
		width: 100%;
		position: relative;
		float: left;
		padding-top: 30px;
	}
	.product_test {
		width: 100%;
		position: relative;
		display: block;
		margin-bottom: 5px;
		cursor: pointer;
	}
	.product_test input[type="radio"] {
		-webkit-appearance: none;
		background: url(../images_v3/un-sel-rad2.png) left center no-repeat;
		position: absolute;
		left: 20px;
		top: 50%;
		height: 19px;
		width: 19px;
		transform: translateY(-50%);
	}
	.product_test input[type="radio"]:checked {
		background: url(../images_v3/sel-rad2.png) left center no-repeat;
	}
	.product_test p {
		padding: 0 0 0 50px ;
		font-size: 16px;
	}
	.product_test p span {
		border: 1px solid #b7b7b7;
		padding: 7px 10px;
		width: 100%;
		display: block;
	}
	.product_test.best_seller:after {
		position: absolute;
		content: '';
		display: block;
		background: url(../images_v3/best_seller.png) left center no-repeat;
		width: 62px;
		height: 20px;
		right: 10px;
		top: 10px;
	}
	.product_test.best_value:after {
		position: absolute;
		content: '';
		display: block;
		background: url(../images_v3/best_value.png) left center no-repeat;
		width: 62px;
		height: 20px;
		right: 10px;
		top: 10px;
	}
	.product_test_block {
		order: 4;
		width: 100%;
	}
	.testim_h1 {
		margin-top: 30px !important;
	}
	@media only screen and (max-width: 767px) {
		.product_test p { padding-left: 35px; }
		.product_test input[type="radio"] { left: 10px; }
	}
