﻿
@font-face{
	font-family:IRANSansWeb;
	src:url(fonts/IRANSansWeb.ttf);
}
body {
    font-family:IRANSansWeb;
}
.checkout-thumb,.checkout-number,.checkout-price,.unit-price{
	padding:0 10px;
	text-align:right;
}
.checkout-price p{
	margin-bottom:0;
	line-height: 22px;
	font-size: 12px;
    font-weight: bold;
}
.checkout-del{
	width:70px;
	position: relative;
	float: left;
}
.checkout-number{
	text-align: right;
    width: 100%;
}
.checkout-del a{
	font-size: 11px;
	padding: 0 2px;
	text-align: center;
	border-radius: 50px;
	color: #f00;
	display: block;
	width: 30px;
	height: 30px;
	background: #fb5d5d;
	outline: none;
	left: 0;
	position: absolute;
	margin-top: 15px;
	z-index:999;
}
.checkout-del a i{
    font-size: 14px;
    padding-top: 8px;
    font-weight: bold;
    color: #fff;
}
.checkout-price-del{
	color: #d70017;
    text-decoration: line-through;
    font-size: 12px;
}
.checkout-discount{
	font-size: 12px;
	color: #04860f;
}
.checkout-discount p{
	color: #04860f;
	text-align:right;
}
.checkout-tax{
	font-size: 12px;
}
.checkout-item{
	border-bottom: 1px solid #ddd;
	padding: 15px;
    position:relative;
}
.checkout-title h3{
	color: #333;
	font-size: 20px;
	line-height: 30px;
	margin-top: 0;
	font-family: iransans;
	font-family: IRansans;
	text-align: right;
}
.checkout-price .checkout-final-price{
    font-weight: bold;
    text-align: right;
    font-size: 20px;
}
[class*="col-"]{float:right;}
.checkout-price hr{
	margin:0;
}
.product-img{
	width:100%;
}
.checkout{
	float:right;
	width:100%;
}
.checkout:nth-child(even){
	background:#f5f5f5;
	border-bottom:1px solid #eee;
}
.unit-price p{
	font-size: 14px;
    font-weight: bold;
	color:#000;
}
@media(max-width:991px) and (min-width:768px){
    .checkout-del {
        left: 18px;
        top: 0;
        position: absolute;
    }
}
@media(max-width:991px){
	.checkout-row-prev{
		width:100%;
		float:right;
		padding:10px 0;
	}
}
@media(max-width:768px){
	.checkout-row-prev{
		width:100%;
		float:right;
	}
	.checkout-del a i::before {
		content: 'حذف';
}
	.checkout-del{
		float: left;
		width: 100%;
        position:relative;
        left:0;
        top:0;
}
	.checkout-del a{
		display: block;
		width: 100%;
		position:relative;
}
	.product-img {
		width:100%;
	}
	.checkout-number {
		text-align:right;
	}
}

.checkout-download-link{
    float: right;
    padding: 10px 5px 0;
    font-weight: bolder;    
}
.checkout-download-link a{
    border-bottom: 2px solid;
}