/* 
Theme Name:		 Twenty Twenty-One Child
Theme URI:		 http://plego.com
Description:	 Twenty Twenty-One Child is a child theme of Twenty Twenty-One.
Author:			 Arshad
Author URI:		 http://plego.com
Template:		 twentytwentyone
Version:		 1.0.0
Text Domain:	 twenty-twenty-one-child
License:         GNU General Public License v2 or later
License URI:     http://www.gnu.org/licenses/gpl-2.0.html
Tags:            light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

.h-space-bar {
	height:78px;
}
.woocommerce-shop form.woocommerce-ordering {
    display: none;
}
.woocommerce-breadcrumb, .woocommerce-additional-fields {
    display: none !important;
}
p.cnCouponCode label {
    justify-content: flex-start !important;
}
.woocommerce-account form.woocommerce-form.woocommerce-form-login.login {
    max-width: 800px;
    margin: 0 auto 50px;
    padding: 40px;
    border-radius: 10px;
}
ul#password-rules {
    list-style: none;
    padding-left: 0px;
    display: flex;
    column-gap: 35px;
}
span.pass-rule-box {
    font-size: 22px;
    display: block;
}
#password-rules li.valid {
    color: rgb(217 160 3);
}
#password-rules li {
text-align: center;
color: rgb(0 0 0 / 26%);
}
.woocommerce-account .woocommerce-form {
    background: #fffddb;
    color: #000;
    width: 100%;
    padding: 10px 49px;
    max-width: 800px;
    margin: 0 auto 90px;
    padding: 40px;
    border-radius: 10px;
}

.middle-home .home-img-cont img {
    display: block;
    margin: 0 auto 10px;
    max-width: 200px;
}
.wpcf7-form  strong {
	font-weight:bold;
	color:#000;
}

.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-MyAccount-navigation-link--payment-methods {
  display:none;
}

.woocommerce-password-strength.short, .woocommerce-password-strength.bad {
    color: rgb(151, 6, 6);
}

.woocommerce-password-strength.good {
    color: rgb(192, 192, 4);
}

.woocommerce-password-strength.strong {
    color: rgb(35, 190, 4);
}
span.uppercase_coupon {
    text-transform: uppercase;
}