/*!
Theme Name: OVAA
Theme URI: http://underscores.me/
Author: OVAA Technologies
Author URI: https://www.ovaatech.com/
Description: This is a custom developed theme for OVAA Clients
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ovaa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

OVAA is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.form-group label {
    font-size: 1.2rem;
    font-weight: 500;
}

.form-control::placeholder {
    color: #a9a9a9;
}
.form-group label, .user-registration-form-login label {
    font-size: 1.2rem !important;
}

.form-group input, .user-registration-form-login input {
    padding: 10px !important;
    height: 40px !important;
    min-height: 52px !important;
    border: 2px solid #ddd !important;
}

.form-group input::placeholder, .user-registration-form-login input::placeholder {
    font-size: 1.1rem !important;
}
.ur-frontend-form {
    padding: 0 !important;
    box-shadow: none !important;
}
.ur-frontend-form .ur-form-row{
	flex-wrap: wrap;
}
.user-registration .register .ur-form-row:first-child::before {
    content: "Your Personal Details";
    display: block;
    width: 100%;
    flex: 0 0 100%;
	font-size: 1.8rem;
	margin-bottom: 30px;
	margin-left: 10px;
}
.user-registration .register .ur-form-row:nth-child(2)::before {
    content: "Your Address";
    display: block;
    width: 100%;
    flex: 0 0 100%;
	font-size: 1.8rem;
	margin-bottom: 30px;
	margin-left: 10px;
}
.user-registration .register .ur-form-row:nth-child(3)::before {
    content: "Select Your Own Password";
    display: block;
    width: 100%;
    flex: 0 0 100%;
	font-size: 1.8rem;
	margin-bottom: 30px;
	margin-left: 10px;
}
.ur-form-row .ur-form-grid > div {
    margin-top: 0 !important;
}
p.user-registration-LostPassword a {
    font-size: 1.2rem;
}

p.user-registration-LostPassword.lost_password {
    margin-bottom: 15px !important;
}
.product-option-wrap {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.product-option-title {
    padding: 7px 20px;
    background-color: var(--bs-primary);
}

.product-option-title h4 {
    color: #fff;
}

.product-options-form {
    padding: 20px;
}

.product-single-img-wrap img{
	height: 100%;
	width: 100%;
}

.bg-gray {
    background-color: #f8f8f8;
}
.product-single-features-wrap h3 {
    font-size: 3rem;
}

.woocommerce-Tabs-panel {
    font-size: 1.3rem;
/*     border-top: 2px solid #ddd; */
    padding-top: 40px;
}

.woocommerce-Tabs-panel ul li {
    margin-bottom: 15px;
}
span.product-details-value.form-control {
    font-size: 1.125rem;
}

.cat-box-wrap:hover {
    border: 2px solid var(--bs-primary);
    transition: all .6s;
}
.partner-image-box img:hover {
    transform: scale(1.08);
    transition: all .5s;
}
span.posted-on a {
    color: #333;
    font-size: 1.2rem;
    font-weight: 600;
}
.customer-area-pdf-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.customer-area-pdf-wrap ul li a {
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
}

.customer-area-pdf-wrap ul li a img {
    width: 28px;
}
nav.user-registration-MyAccount-navigation {
    display: none;
}

.user-registration-MyAccount-content {
    display: none;
}
.user-registration-message {
    font-size: 18px !important;
}
.product-archive-img {
    position: relative;
}

.view-product {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary);
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
}

.product-archive-box-wrap:hover .view-product {
    display: flex;
}
.user-registration-Button {
    background-color: var(--bs-primary) !important;
}
#user-registration-form-247{
	width: 100% !important;
	max-width: 100% !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: unset;
    width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}
.woocommerce div.product form.cart .variations select {
    min-width: 100% !important;
    font-size: 1.125rem;
    padding: 5px;
    border-radius: 8px;
    border-color: #a9a9a9;
}
.woocommerce div.product form.cart .variations select::placeholder{
    color: #a9a9a9;
}

.woocommerce div.product form.cart .variations label {
    width: 100%;
    min-width: 100%;
    display: block;
    font-size: 1.2rem
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    display: block;
}
.woocommerce div.product form.cart .variations tbody{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--bs-primary);
    font-size: 2rem;
    font-weight: 600;
}
h2.woocommerce-loop-category__title {
    font-size: 18px;
}
h2.woocommerce-loop-product__title {
    font-size: 20px;
}
.product-single-content-wrap p.price{ display: none;}
.product-filter-wrap{
    flex-wrap: wrap;
    gap: 1rem;
}
.filter-cat-badge a{ white-space: nowrap; }