/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 body {
	font-family: "iranyekan","dejavusans", "notosans", "helveticaneue", helvetica, roboto, arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none !important;
	width: 100%;
}
a {
	text-decoration: none;
}
b, strong, th {
	font-weight: bold;
}
p , h3 {
	margin: 0;
	padding: 0;
}
.shop_table {
	table-layout: fixed;
	width: 100%;
	border-top:none;
}
.shop_table .product-thumbnail {
	width: 10%;
	text-align: right;
	overflow: hidden;
}
.shop_table .product-quantity {
	width: 15%;
	text-align: right;
}
.shop_table .product-price,
.shop_table .product-subtotal {
	width: 20%;
	text-align: right;
}
.shop_table .product-name {
	width: 35%;
}
.shop_table .product-thumbnail img {
	max-width: 100%;
	height: auto;
}
.shop_table td,
.shop_table th {
	vertical-align: top;
	padding: .3em .3em 1em;
}
.shop_table dl {
	margin: 0;
	padding: .3em 0;
}
.shop_table dd,
.shop_table dt {
	font-size: 12px;
	display: inline;
	margin: 0;
	padding: 0;
}
.shop_table dt {
	font-weight: bold;
}
.shop_table dd * {
	display: inline;
}
.shop_table dd:after {
	display: block;
	font-size: 0;
	content: "\A";
	clear: both;
	height: 0;
	white-space: pre;
}
.cart-total-row th,
.cart-total-row td {
	background: #fafafa;
}
.cart-total-row td {
	text-align: right;
}
.woocommerce-remove-coupon {
	display: none !important;
}
#wrapper {
	padding: 5px 0 !important;
}
#template_header_image {
	text-align: center;
	padding: 0 0 .3em;
	direction: rtl;
}
#template_footer_image {
	text-align: center;
	padding: 0 0 .3em;
	direction: rtl;
}
#template_header_meta {
	font-size: 12px;
	text-align: right;
}
#template_footer {
	padding: .3em 0 0;
	font-size: 12px;
	text-align: center;
}
.details-container.customer {
	border-top:none;
}
.details-container h3 {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: .2em 0;
}
.details-container p {
	font-size: 10px;
	padding: 0 .5em;
}
.details-container table {
	font-size: 10px;
	table-layout: fixed;
	width: 100%;
}

.details-container-table tr {
	padding: 0;
	margin: 0;
	width: 100%;
}

.seller-details-container-table .td {
	width: 25%;
}

.customer-details-container-table .td {
	width: 33%;
}

a.checkout-button {
	position: relative;
	overflow: hidden;
	background-color: #2095f4;
	height: 40px;
	border: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	z-index: 1;
	border: 1px solid transparent;
	margin-bottom: 0 !important;
	font-size: 14px !important;
	padding: 0 15px !important;
	line-height: 40px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	margin-top: 5px;
}