/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 08 2021 | 06:51:06 */
/* ----- [ STYLE - Request quote button ] ----- */
.add-request-quote-button
{
	width							: 100%					;
	height							: auto					;
	padding							: 2px 4px				;
	margin-top						: 7px					;
	
	text-align						: center				;
	font-size						: 9px					!important;
	font-weight						: 300					!important;
	font-family						: "Helvetica"			!important;
}

/* ----- [ STYLE - Request quote success message ] ----- */
/* Product added message */
.yith_ywraq_add_item_product_message
{
	font-size						: 11px					!important;
}
/* Already in quote list */
.yith_ywraq_add_item_response_message
{
	font-size						: 9px					!important;
}
/* Browse the list button */
.yith_ywraq_add_item_browse_message
{
	width							: 100%					;
	text-align						: center				;
}
/* Browse the list button > a */
.yith_ywraq_add_item_browse_message a
{
	display							: block					;
	width							: 100%					;
	padding							: 2px 2px				;
	
	font-size						: 11px					!important;
	color							: #3f4c28				;
	border							: 1px solid #3f4c28		;
	
	transition						: all 0.3s ease-in-out	;
	-webkit-transition				: all 0.3s ease-in-out	;
	
	
}
/* Browse the list button > a:hover */
.yith_ywraq_add_item_browse_message a:hover
{
	color							: #ffffff				;
	background						: #3f4c28				;
}

/* Spacing */
#yith-ywraq-form table.cart .product-thumbnail {
	display							: table-cell			!important;
}



/* ----- [ STYLE - Product description table ] ----- */
/* Stack table on responsive */
@media only screen and (max-width: 767px)
{
  	/* STYLE - Trying to stack table */
	.woocommerce-tabs table tr td
    {
      	width					: 100%						;
		display					: block						;
		min-height				: 35px						;
		vertical-align			: middle					;
		padding					: 10px 0					;
		text-align				: center					;
    }
	
	/* STYLE - Hide the ":" column */
	.woocommerce-tabs table tr td:nth-child(2), .woocommerce-tabs table tr td:nth-last-child(2)
	{
		display					: none						!important;
	}
	
	/* STYLE - The rows */
	.woocommerce-tabs table tr:not(:first-child) td:nth-child(1), .woocommerce-tabs table tr td:nth-last-child(3)
	{
		background				: rgba(0,0,0,0.05)			;
		margin-top				: 5px						;
	}
	
	/* BRUTEFORCE - Remove the specific column */
	.woocommerce-tabs table tr:nth-child(2) td:nth-child(4)
	{
		display					: none						!important;
	}
	
	/* STYLE - Title */
	.woocommerce-tabs table tr:nth-child(1) td:nth-child(1)
	{
		font-weight				: bolder					!important;
	}
}

