/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.yith-request-a-quote-page .ywraq-with-form .button {
	font-weight: 400 !important;
}

.yith-request-a-quote-page .ywraq-with-form .yith-ywraq-before-table .button {
	color: #ffffff !important;
	background: #00173c !important;
}
.yith-request-a-quote-page .ywraq-with-form .raq-send-request {
	color: #ffffff !important;
	background: #ec6921 !important;
}

.yith-request-a-quote-page .ywraq-with-form .product-name > ul {
	display: none !important;
}

.yith-request-a-quote-page
	.ywraq-with-form
	.product-quantity
	.quantity
	.action {
	display: none !important;
}

.mark-h1 {
	background: none !important;
	color: #ec6921 !important;
}

.bricks-search-form {
	display: flex;
	flex-direction: row;
	gap: 2rem;
}

.bricks-search-form label {
	width: 100% !important;
}
.bricks-search-form input {
	order: 2;
}
.bricks-search-form button {
	order: 1;
}

.yith_ywraq_add_item_browse_message {
	width: fit-content;
	background-color: var(--ywraq_layout_button_bg_color) !important;
	color: var(--ywraq_layout_button_color) !important;
	border: 1px solid var(--ywraq_layout_button_border_color) !important;
	padding: 1rem 2rem;
}
.yith_ywraq_add_item_browse_message > a {
	color: #fff !important;
	font-weight: 700;
}

@media only screen and (max-width: 876px) {
	.close-search {
		display: none !important;
	}
}
