/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.woocommerce .woocommerce-MyAccount-navigation ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul a {
	display: block !important;
	color: var(--black) !important;
	background: var(--gray) !important;
	padding: 10px 20px !important;
	border: 1px solid var(--gray) !important;
	border-radius: 0 !important;
	text-decoration: none !important;
	cursor: pointer !important;
}

/**
 * Stretched Link
 */
.stretched-link a:after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
}

/**
 * Quote Page
 */
.woocommerce.ywraq-wrapper .shop_table .product-thumbnail img {
	max-width: 120px;
}
.woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper {
	padding: 0 !important;
}
.woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper h3 {
	font-family: var(--heading-font);
	font-weight: 700;
	font-size: 1.6rem;
	text-align: start;
	text-transform: uppercase;
}

.woocommerce.ywraq-wrapper .button {
	font-family: var(--button-font) !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    color: var(--white) !important;
    line-height: 1.2em !important;
    text-align: center !important;
    text-transform: uppercase !important;
	text-decoration: none !important;
    padding: 10px 25px !important;
    border-radius: 4px !important;
    border: 1px solid var(--black) !important;
    background-color: var(--black) !important;
}
.woocommerce.ywraq-wrapper .button:hover {
	background-color: transparent !important;
	border-color: var(--black) !important;
	color: var(--black) !important;
}
.woocommerce.ywraq-wrapper .select2-container .select2-selection--single {
	height: 44px !important;
}