.woocommerce-Price-amount.amount::after {
    color: #000;
    content: " /pc";
    font-size: 18px;
    font-weight: 300;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {display: none !important;}

.yith-ywraq-add-to-quote .yith_ywraq_add_item_browse_message a { 
  font-weight: bold; text-transform: uppercase; text-decoration: underline!important; 
}

/* ENQUIRY LIST */
.woocommerce table.shop_table { border-radius: 0; }
.woocommerce.ywraq-wrapper { margin-top: 30px; }
.woocommerce.ywraq-wrapper:after { content: ''; display: table; clear: both; }
.woocommerce.ywraq-wrapper #yith-ywraq-form, 
.woocommerce.ywraq-wrapper #yith-ywraq-form + .wpcf7 { float: left; width: 50%; padding: 0 15px; }
/*.woocommerce.ywraq-wrapper #yith-ywraq-form { margin-right: 5%; }*/
.woocommerce.ywraq-wrapper #yith-ywraq-form .product-name a { display: block; font-weight: bold; }
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, 
.woocommerce-page table.cart td.actions { text-align: center; padding-top: 0; padding-bottom: 0; }
.woocommerce table.shop_table .button { margin: 10px 0; }
textarea { height: 180px; }

@media ( max-width: 991px ){
    .woocommerce.ywraq-wrapper #yith-ywraq-form, .woocommerce.ywraq-wrapper #yith-ywraq-form + .wpcf7 { width: 100%; float: none; margin: 0; padding: 0; }
}

#floating-widget { position: fixed; right: 0; top: 38%; z-index: 999; }

#floating-widget ul{
	margin: 0;
	text-align: center;
	font-size: 20px;
}

#floating-widget li{
	margin: 0 0 5px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.15);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,.15);
}

#footer-area .ntype-list li{
	border-bottom: none;
	padding-bottom: 0px;
}

#floating-widget li a{
	display: block;
	color: #fff;
	background-color: #fff;
	width: 50px;
    height: 50px;
    padding: 1px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#floating-widget li a > *{
	transition: 0.3s linear;
}

#floating-widget li a[href*="api.whatsapp.com"]{
	background-color: #3cc14e;
	font-size: 24px;
}

#floating-widget li a:hover > *{
	transform: scale(0.9);
}

#whatsapp{
		background: #34af23;
		border: 1px solid #34af23;
		width:4%;
		left: 0;
		top: initial;
		float: right;
		text-align: center;
		padding: 8px 15px;
	}
#whatsapp:hover, #phone:hover {
    background: #fff;
    color: #2e3192;
    border: 1px solid #2e3192;
}
	.copyright {
    margin-top:  0px;
}

.grecaptcha-badge{
	display:none!important;
}
	a.whatsapp{
	color: #fff;
}

@media (max-width: 480px){
	#floating-widget { right: inherit; top: initial; bottom: 0; width: 100%; text-align: center; }
		
	#floating-widget ul{
		display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	}

	#floating-widget ul > li{
		width: 100%;
		margin: 0;
	}

	#floating-widget li a{
		width: 100%;
	}
}

.catcol{
	text-align:center;
}