/* Sidebar */
.woocommerce-sidebar-wrapper .woocommerce-sidebar-widget {
	padding: 20px;
}

.woocommerce-sidebar-wrapper .woocommerce-sidebar-widget:not(:last-child) {
	border-bottom: 1px solid #eeeeee;
}

.woocommerce-sidebar-wrapper {
	border: 1px solid #eeeeee;
}

.woocommerce-sidebar {
	background: #ffffff;
}

.woocommerce-sidebar-wrapper h3 {
	font-size: 18px;
}

/* Widgets */
.woocommerce-ordering .orderby {
	border: 1px solid #eeeeee;
	background-color: #ffffff;
}

@media (max-width: 980px) {
	.before-shop-wrapper {
		background: #eeeeee;
		-webkit-box-shadow: 0 4px 4px 0 rgb(192 192 192 / 40%);
		-moz-box-shadow: 0 4px 4px 0 rgb(192 192 192 / 40%);
		box-shadow: 0 4px 4px 0 rgb(192 192 192 / 40%);
	}
}

@media (max-width: 768px) {
	body.woocommerce-page ul.products li.product:nth-child(2n){
		margin-right: 0 !important;
	}
}
