/*Custom CSS Codes For WooCommerce Catalog Mode*/
.product-enquiry-button-custom{
	clear: both;
	margin-top: 18px;
}

.widget .product-enquiry-button-custom{
	margin-top: 10px;
}

.product-enquiry-button-custom a.click-link-btn, .widget .product-enquiry-button-custom a.click-link-btn{
	background: #222;
    display: inline-block;
    padding: 6px 10px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
	max-width: 130px;
	
	-webkit-transition: background 0.8s ease;
	-moz-transition: background 0.8s ease;
	-o-transition: background 0.8s ease;
	transition: background 0.8s ease;
}

.product-enquiry-button-custom a.click-link-btn:hover, .widget .product-enquiry-button-custom a.click-link-btn:hover{
	background-color: #e22092;
	color: #fff;
}

.fancybox-lock .fancybox-overlay {
  overflow-y: auto;
}

body.woocommerce-page{
	margin-right: 0px !important;
}