.woocommerce nav.woocommerce-pagination ul{
	border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li{
	border: 1px solid rgba(0,0,0,.2) !important;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th{
	border-top: 1px solid rgba(0,0,0,.2) !important;
}
.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total{
	border-top: 1px solid rgba(0,0,0,.2) !important;
}
.button.wc-forward{
	background-color: #333 !important;
}
a{
	color: #333;
}
.storefront-full-width-content  h1:last-child{
		text-align: center;
    padding: 50px;
}
.home.storefront-full-width-content  h1:last-child{
    padding: 0px;
}
.storefront-full-width-content   header h1{
   color: #fff;
}

.storefront-full-width-content .woocommerce-products-header{
	    padding: 0 0 3.996835em;
}
.woocommerce-breadcrumb{
	margin-bottom: 2.235801em;
}
input.wpcf7-form-control, textarea.wpcf7-form-control{
	background-color: #fff;
	border-radius: 24px;
}
input[type="submit"].wpcf7-form-control{
	border-radius: 24px;
	color: #fff;
	background-color: #369fe0;
}
input[type="submit"].wpcf7-form-control:hover{
	  transition: background-color 0.3s linear 0s;
	color: #fff;
	background-color: #ff7f27;
}
.popmake form input, .popmake form textarea{
	  background-color: #f2f2f2;
}
a:focus{
	outline-color: #369fe0;
}
.storefront-full-width-content .woocommerce-products-header{
	padding: 0;
}
.storefront-full-width-content .woocommerce-products-header h1:last-child{
	margin-bottom: 30px;
}
.post.type-post header span, .post.type-post header span a{
	color: #fff !important;
	margin-left: 10px;
}
li.product_cat-gomaespuma-a-la-medida a span.price{
	display:none !important;
}
input.shipping_method{
	width: 10%;
}
.post-788.product-type-external .price{
	visibility: hidden;
	opacity: 0;
}
.datos .wpcf7-radio > span{
	display: inline;
	text-align: left!important;
}
.datos .wpcf7-radio input{
	width: auto;
}

/* Style the button that is used to open and close the collapsible content */
.gdcollapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.gdactive, .gdcollapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.gdcontent {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
.gdcollapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.gdactive:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

@media (min-width: 768px){
	footer .footer-widgets .footer-widget-2 {
		width: 17% !important;
	}
	.footer-widgets.col-4 .block.footer-widget-3{
		margin-right: 2%;
	}
}