.shop {}
.shop .product {
	border: 3px solid #F2F2F2;
	border-radius: 4px;
	margin-bottom: 30px;
	position: relative
}
.shop .product .sale {
	position: absolute;
	top: 0px;
	right: 0px;
	width:40px;
	height:40px;
	background: #F60;
	line-height:38px;
	color: #FFF;
	border-radius: 100%;
	text-align:center;
}
.rating {
	color: #FFB800;
	font-size: 16px;
	float: right;
	margin: 0
}
.tab-content-items .rating {
	float: left;
}
.rating .off {
	color: #ccc
}
.shop .product_inner {
	padding: 24px 18px
}
.shop .product_meta {
	background: #F2F2F2;
	padding: 10px 10px;
	color: #CDCDCD
}
.product_meta .f_btn {
	float: right;
	display: inline-block;
	position: relative;
	word-spacing: 0.2em;
	background: #F2F2F2;
	border-radius: 4px;
	color: #A4A4A4;
	font-size: 11px;
	white-space: nowrap;
	border: 2px solid #FFF;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}
.product_meta .f_btn span {
	padding: 0 14px;
	line-height: 2em
}
.product_meta a:hover {
	background: #FFF;
	color: #F60
}
.add_c {
	float: left !important
}
.product_inner .price {
	color: #000;
	font-size: 16px;
	float: left;
	margin: 0
}
.product_img {
	opacity: 1;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease
}
.product:hover .product_img {
	opacity: 0
}
.product_img_hover {
	position: absolute;
	opacity: 0;
	top:0;
	left:0;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease
}
.product:hover .product_img_hover {
	-webkit-animation: swing 0.6s;
	animation: swing 0.6s;
	opacity: 1;
}
.total_w_table {
	clear: both;
	width: 100%;
	text-align: left;
}
.total_w_table tr {border-bottom: 1px solid #CCC}
.total_w_table tr:last-child {border-bottom: 0}
.total_w_table th {
	color: #8D8D8D;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	text-decoration: none;
}
.total_w_table th, .total_w_table td {
	padding: 9px 0;
	vertical-align: middle;
}
.total_w_table th {
	width: 42%;
}
table.shop_table, .woocommerce table.shop_table {
	border: 0;
	margin: 0px;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
table.shop_table .product-thumbnail, .woocommerce table.shop_table .product-thumbnail {
	width: 110px;
}
table.shop_table th, .woocommerce table.shop_table th {
	border: 0;
	border-bottom: 2px solid #000;
	padding: 15px 0;
	vertical-align: middle;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	text-decoration: none;
}
table.shop_table a.remove, .woocommerce table.shop_table a.remove {
	display: block;
	font-size: 20px;
}
.quantity input.qty, #content .quantity input.qty {
	margin: 0;
	padding: 10px 12px;
	border: 1px solid #EBEBEB;
	background: #F7F7F7;
	border-radius: 3px;
	font-size: 11px;
	color: #A7A7A7;
	cursor: text;
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
table.shop_table td, .woocommerce table.shop_table td {
	border: 0;
	border-bottom: 1px dotted #CCC;
	padding: 30px 0 !important;
	vertical-align: middle;
}
.total_w_table td {
	text-align: right;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 900;
	text-decoration: none;
}
.checkout table.shop_table tfoot th, .checkout .woocommerce table.shop_table tfoot th {
	text-align: right;
	border: 0 !important;
	font-size: 12px;
	font-weight: 600;
	color: #8D8D8D;
	padding: 0 24px 0 0;
}
.checkout table.shop_table td, .checkout .woocommerce table.shop_table td {
	padding: 10px 0 !important;
}
.item_price {
	padding: 20px 0;
	margin: 0;
	display: block;
}
.item_price .amount {
	font-size: 32px;
	color: #f60;
}
.woo1.rating {
	padding: 20px 0;
	margin: 0;
	float: none;
	display: block
}
.amount_single {
	font-size: 22px;
	color: #f60;
}