/*
 *	Theme Name: Yas Elementor
 */
 
b, strong {
    font-weight: 700 !important;
}

dd, dl, dt, ol, ul {
	padding-left: 0;
	margin-bottom: 1.8rem;
}
.woocommerce .woocommerce-checkout-review-order-table td.product-name .variation {
	margin-bottom: 12px;
}
.woocommerce .woocommerce-checkout-review-order-table td.product-name .variation dd {
	margin: 0 4px 0 0;
    display: inline-block;
    float: left;
}

p {
	margin-bottom: 1.8rem;
}

@media screen and (min-width: 768px) {
.elementor-section.elementor-section-height-full {
    height: calc(100vh - 110px) !important;
}
}

@media screen and (max-width: 1024px) {
	.filter-sidebar {
		z-index: 9999999999;
	}
}

/* Add another column */
#registration_form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px 20px;
}

#registration_form .wwlc_username,
#registration_form .wwlc_company_name,
#registration_form .wwlc_country,
#registration_form .wwlc_address,
#registration_form .wwlc_address_2,
#registration_form .wwlc_city,
#registration_form .wwlc_cf_existing_customer,
#registration_form .wwlc_cf_customer_number,
#registration_form .wwlc_password-field-set,
#registration_form #wwlc_cf_terms_and_conditions,
#registration_form #recaptcha_field
{
	grid-column-start: 1;
}



#registration_form .wwlc_address,
#registration_form .wwlc_address_2,
#registration_form #wwlc_cf_terms_and_conditions
 {
	grid-column-end: 3;
}

#registration_form .form-controls-section {
	grid-column: 1/3;
}

#registration_form .form-controls-section #lost-password{
display:block;
margin-top:12px;
}

abbr[title] {
	text-decoration: none;
}

.wholesale_customer .hide-from-wholesale,
.wholesale_customer .original-computed-price{
	display: none;
}

.wholesale_customer .wholesale_price_container ins {
text-decoration: none;
}