.shop-filters {
	position: relative;
	z-index: 1;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}
.shop-filters h6 {
	color: #b7b7b7;
	margin-bottom: 0;
}
.shop-filters .produtc-view-mode a {
	display: inline-block;
	margin-left: 15px;
	font-size: 20px;
}
.shop-filters .produtc-view-mode a:hover, .shop-filters .produtc-view-mode a:focus {
	color: #69C6B5;
}
.cart-table {
	position: relative;
	z-index: 1;
}
.cart-table tbody {
	display: block;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
}
.cart-table tbody tr td {
	vertical-align: middle;
	border-top: none;
}
.cart-table tbody tr td.cart_product_img a img {
	max-width: 60px;
}
.cart-table tbody tr td.cart_product_desc p {
	margin-bottom: 2px;
}
.cart-table tbody tr td.cart_product_desc h6 {
	margin-bottom: 0;
}
.cart-table tbody tr td.pro-close a {
	display: inline-block;
	width: 26px;
	height: 26px;
	font-size: 16px;
	text-align: center;
	line-height: 29px;
	background-color: transparent;
	border-radius: 50%;
	color: red;
}
.cart-table tbody tr td.pro-close a:hover {
	background-color: #f2f4f5;
}
.cart-summary {
	position: relative;
	z-index: 1;
}
.cart-summary .sub-total h6 {
	color: #b7b7b7;
	margin-bottom: 0;
	font-size: 14px;
}
.cart-summary .total-price h6 {
	margin-bottom: 0;
}
.shop-area {
	position: relative;
	z-index: 1;
}
@media only screen and (max-width:767px) {
	.shop-area {
		padding-bottom: 0 !important;
	}
}
@media only screen and (max-width:767px) {
	.shop-area .col-12.col-md-4 {
		-webkit-box-ordinal-group: 31;
		-ms-flex-order: 30;
		order: 30;
		margin-top: 100px;
	}
}

@media only screen and (min-width: 992px) {
	.right{
		direction: rtl;
		text-align: right;
	}
}