/* Medium devices (tablets, 768px and low)*/
@media (max-width: 767px)
{
.woocommerce-page table.cart td.actions .coupon .button,	.woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input
	{
		width: 100%!important;
  	 margin-bottom: 5px!important;
	}

	.ced_input_contact_form
	{
		width: 100%;
	}
	#ced_contact {

		padding: 5px;
	}
	.ced_contact_forms,	#ced_contact h4
	{
		width: 100%;
	}
	.hidde-button-filter summary
	{
	 display:  flex!important;
	 width: 50%;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.5);
	}
	.filter-nofixed
	{
	 position: relative!important;
	}
 .elementor-741 .elementor-element.elementor-element-6a55e8c > .elementor-widget-container {
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
}
.wpr-mini-cart-inner {
	position: absolute!important;
	top: 20px;
	right: 20px;
}
}
/* Small devices (landscape phones, 576px and low)*/
@media (max-width: 576px)
{
.woocommerce-page table.cart td.actions .coupon .button,	.woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input
  {
 	 width: 100%!important;
 	 margin-bottom: 5px!important;
  }
}
