/*Remove sidebar from product pages*/

.wrap--layout-side-left .site-main {
    width: 72.5%;
}
.wrap--layout-side-right .site-main {
    width: 100%;
}
.wrap--layout-side-left .sidebar--shop {
    width: 25%;
}
.wrap--layout-side-right .sidebar--shop {
    width: 0%;
}

/*Create some space on product pages between product listing and related products*/
@media (min-width: 768px){
.products {
  padding-top:400px;
}
}

/*Remove search from right side of menu*/
.sb-search{
  display:none;
}

/*Move title of suggested products closer to the image*/
.woocommerce ul.products li.product a img{
  margin:0 0 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  padding:0;
}

/*Footer Designed by SB padding*/
.site-info {padding:0px}


/* Formulario CF7 a 2 columnas responsive */
#responsive-form{
	max-width:1000px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box
}
.column-full{
	float: left;
	position: center;
	padding: 0.65rem;
	width:100%;
	
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**------- Media query ------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

/* Fix left column width on mobile and hide orderby filter */
@media screen and (max-width: 768px){
.tax-product_cat .wrap--layout-side-left .site-main {
				width: 60%;
		}
.tax-product_cat .wrap--layout-side-left .sidebar--shop {
				width: 40%;
		}
	
	.woocommerce .woocommerce-ordering select {
    display: none;
}	
}

/* Removes the white bar before the footer */
.home .builder-wrap {
display: none;
}

/* Removes the WHITE SRIPE on TOP the Homepage */
.home #mysticky-wrap {
   height: 0 !important;
}

/* Hide AddtoCart buttons MRFX-HC-23984172 */
#main .add_to_cart_button {
  display:none;
}

/* Hide add to cart button on single products | 27109533-hc JA */
.single-product .cart {
  display: none;
}

/* Move SLIDE BUTTON */
.slides > li .slide_button {
    margin-top: 15%;
		margin-left: 0%;
}

/* SLIDE BUTTON border */
.slides li .slide_button a {
    border-radius: 10px;
}

/* DEGRADADO BLANCO SUPERIOR */

element.style {
}
#slider .slide-background-overlay {
	opacity: 0%
}



/* Hide Yith sidebar menu count MA 27170780*/ .count { display:none; }


