.about-text {
	float:left;
	width:100%;
}
.about-text .holder {
	margin:0 auto;
	text-align:center;
}


.quantity-box {
	float:left;
	width:100%;
	padding:20px 0 0 0;
}
.quantity-box strong.text {
	float:left;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:32px;
	font-weight:400;
	padding:0 10px 0 0;
}
.quantity-box #myform {
	text-align:left;
	padding:0;
	margin:0 20px 0 0;
	float:left;
}
.quantity-box .qty {
	width:53px;
	height:33px;
	border:0;
	background:none;
	text-align:center;
	font-family:'Roboto', sans-serif;
	font-weight:700;
	float:left;
}
.quantity-box input.qtyplus {
	width:23px;
	height:33px;
	border:0;
	float:right;
}
.quantity-box input.qtyminus {
	width:23px;
	height:33px;
	border:0;
	float:left;
}
.quantity-box .btn-buy {
	float:left;
	font-family:'Roboto', sans-serif;
	font-size:16px;
	line-height:16px;
	font-weight:700;
	padding:10px 34px;
	text-transform:uppercase;
	text-decoration:none;
}

div.buynow{
	padding:15px;
	line-height:21px;
}
.boxinput{
	padding:5px;
	border-radius:5px;
	width:100%;
}
div.boxbutton{
	text-align:center;
	margin-top:25px;
}
.productbox{
	line-height:17px;
	margin-bottom:5px;
	padding:5px;
}

.prod_photo img{
	height:70px;
}
.prod_title{
	height:60px;
	float:left;
	padding-top:10px;
}
.prod_title a{
	font-size:16px;
	font-weight:bold;
}
.prod_price{
	width:100px;
	height:60px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	padding-top:10px;
}
.prod_price span{
	font-size:1.2em;
}
div.cart_pbox{
	line-height:17px;
	margin-bottom:5px;
}
div.cart_pbox div.cart_photo {
	height:100px;
	overflow:hidden;
	text-align:center;
}
div.cart_pbox div.cart_photo img{
	height:100px;
}
div.cart_pbox div.cart_title{
	padding-top:25px;
	text-align:left;
}
div.cart_pbox div.cart_title a{
	font-size:16px;
	font-weight:bold;
}
div.cart_pbox div.cart_price{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	padding-top:30px;
	text-align:right;
}
div.cart_pbox div.cart_price span{
	font-size:1.6em;
}
div.cart_pbox div.cart_piece{
	text-align:center;
	font-weight:bold;
	font-size:11px;
	padding-top:25px;
}
div.cart_pbox div.cart_piece div.quantity-box{
	padding:0px;
	float:right;
}
div.cart_pbox div.cart_remove{
	padding-top:25px;
}
div.cart_total{
	font-family:'Roboto',sans-serif;
	margin-bottom:5px;
	padding:5px;
	font-size:14px;
	font-weight:700;
	text-align:right;
}
div.cart_total strong{
	font-size:1.5em;
}

div.cart_pbox2{
	line-height:17px;
	margin-bottom:5px;
}
div.cart_pbox2 div.cart_photo {
	height:75px;
	overflow:hidden;
	text-align:center;
}
div.cart_pbox2 div.cart_photo img{
	height:75px;
}
div.cart_pbox2 div.cart_title{
	padding-top:15px;
	text-align:left;
	font-size:13px;
}
div.cart_pbox2 div.cart_title a{
	font-size:14px;
	font-weight:700;
}
div.cart_pbox2 div.cart_price{
	text-align:center;
	font-weight:700;
	font-size:14px;
	padding-top:15px;
	text-align:right;
}
div.cart_pbox2 div.cart_price span{
	font-size:1.3em;
}
div.cart_pbox2 div.cart_piece{
	text-align:center;
	font-weight:700;
	font-size:12px;
	padding-top:15px;
}

div.order_total{
	margin-bottom:5px;
	padding:10px;
	font-size:16px;
	font-weight:700;
	border-radius:10px;
}
div.order_total strong{
	font-size:1.5em;
	font-weight:700;
}
button.sbosalt,
button.stamamla,
button.sdevam {
	margin-bottom:8px;
}
button.sbosalt a,
button.stamamla a,
button.sdevam a {
	font-family:'Roboto', sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight:500;
}
button.sbosalt a:hover,
button.stamamla a:hover,
button.sdevam a:hover {
	text-decoration:none;
	font-weight:700;
}
.discount_coupon strong {
	font-weight:700;
	font-size:14px;
}
.discount_coupon input {
	border-radius:5px;
	border:1px solid #ccc;
	padding:10px;
	margin-right:5px;
	width:70%;
	float:left;
}
.discount_coupon button {
	width:25%;
	float:left;
	padding:10px
}