#product-info-box button {
    position: fixed;
    left: 0;
    bottom: 0;
	z-index: 1000;
}
.mobile-grid-layout .product__content {
    position: relative;
}
.product__image:hover:before {
    text-align: center;
}
.mobile-grid-layout.column-2 .product:nth-child(2n+1) {
    clear: both;
}
div.actions-fixed.pf.floating-add-to-cart {
	opacity:0!important;
	z-index:-9999!important;
}

@media (max-width: 768px){

	.wr-mobile div#product-info-box.w667-12.cm-6{
		width: 100%;
		margin-bottom: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow:none;
		box-shadow: none;
	}

	.single-product.wr-mobile .vc_column_container>.vc_column-inner{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	div.mobile-product-categories.pr.body_bg{
		display: none;
	}

	.archive #shop-main, .archive-shop {
	    left: 0 !important;
	}

	.wr-mobile h1:not(.single-product *){
		font-size: 20px !important;
		line-height: 22px !important;
		margin-bottom: 0px !important;
	}

	.archive.wr-mobile h3{
		font-size: 10px !important;
		line-height: 12px !important;
		margin-bottom: 0 !important;
	}

	.archive.wr-mobile .shop-actions{
		margin-bottom: 15px !important;
	}

	.wr-mobile .mobile-grid-layout .product__content{
		padding: 10px 10px 55px !important;
	}

	.mobile-grid-layout .product__action{
		width:100% !important;
	}

	.mobile-layout .product__action .bts-50, .mobile-layout .yith-wcwl-add-to-wishlist a{
		width:100% !important;
	}

	.product__title.tc.mgb10{
		min-height: 25px !important;
		margin-bottom: 0 !important;
	}

	.wr-mobile td.metadata a.button{
		min-height: inherit !important;
	}

	.wr-mobile.single-product .p-related .product__action>*:first-child{
		width: 100%;
		margin: 0 15px;
	}
	body.single-product {
    margin-bottom: 45px!important;
}
}