/*
 Theme Name:   Woodmart Child 2026
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.woocommerce-Address-title .edit:hover {
    color: white;
}
.woocommerce-Address-title > a.edit {
    font-size: 1.2em;
    background-color: #329BA5;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
}

#login_at_quote {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}
#login_at_quote .loggedin-q {
    color: var(--wd-primary-color);
    margin: 0 5px;
}
#login_at_quote .loggedin-btn {
    margin: 0 5px;
    background: var(--wd-primary-color);
    color: #fff;
    padding: 2px 5px;
    border-radius: 50px;
    min-width: 100px;
    text-align: center;
    line-height: 25px;
}
#login_at_quote .loggedin-btn:hover {
	cursor: pointer;
}
@media(max-width: 575px) {
	#login_at_quote {
		flex-direction: column;
	    align-items: center;
	    text-align: center;
	    font-size: 16px;
	}
	#login_at_quote .loggedin-btn {
		line-height: inherit;
    	margin-top: 10px;
	}
}
#yith-ywraq-default-form .woocommerce-account-fields {
	clear: both;
}
#yith-ywraq-default-form .select2-container--default .select2-selection--single {
    height: 42px;
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
}
#yith-ywraq-default-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px;
}
#yith-ywraq-default-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
}
@media(min-width: 1024.99px) {
    #yith-ywraq-default-form p#billing_state_field {
        overflow: visible;
        width: 48%;
        float: left;
    }
}
#yith-ywraq-default-form #gdpr_privacy_field label {
    display: inline-flex;
    align-items: center;
}
@media(max-width: 380.99px) {
    #yith-ywraq-default-form #gdpr_privacy_field label {
        display: inline-block;
    }
}
#yith-ywraq-default-form #gdpr_privacy_field label input {
    margin-right: 10px;
}

.ywcca_container {
    margin: 0;
    padding: 5px 10px;
}

h3.ywcca_widget_title {
    display: none;
}

* {
    scroll-behavior: auto !important;
}

#woocommerce_eu_vat_number_field {
    margin-bottom: 20px;
}

.somdn-download-link {
    font-size: 1.5em;
    padding: 4px 10px;
    margin: 5px;
    line-height: 2em;
    font-weight: bold;
    border: 1px solid black;
}

.somdn-download-link:hover {
    background-color: #009CA6;
    color: white;
}
