/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 05 2020 | 14:19:40 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS knowledge echa un vistazo a http://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 

/* 500px and below screen sizes */
@media (max-width:500px){

	/* Thumbnail Image */
	.page-column .col-sm .product img{
		margin-bottom:-15px !important;
	}
	
	/* Division */
	.ope-woo-card-item .woocommerce-LoopProduct-link .ope-woo-card-content-price{
		margin-bottom:-15px !important;
	}
	
	/* Button */
	#page #page-content .page-column .page-row .sidebar .sidebar-row .widget form .price_slider_wrapper .price_slider_amount .button{
		margin-right:8% !important;
	}
	
}