/*
Theme Name: Fluid Child
Theme URI:  https://owmservicesdemo.wirelesshelp.com/
Author:     #
Author URI: https://owmservicesdemo.wirelesshelp.com/
Template:   fluid
Version:    1.0
License:   #
*/
.userLogout h2{
    text-align: center;
}
.userLogout .woocommerce-form-login,
.woocommerce-lost-password .lost_reset_password{
    width: 461px;
    margin: 0 auto !important;
    border: 1px dashed #e5e5e5;
    padding: 21px;
}
.userLogout .woocommerce-form-login button,
.woocommerce-lost-password .lost_reset_password button{
    width: 100% !important;
}

.edgtf-main-menu>ul>li>a{
    font-size: 23px !important;
}
.edgtf-shopping-cart-holder .edgtf-header-cart{
    font-size: 23px;
}

p#thwma-shipping-alt_field label {
    font-weight: bold;
}

.quicklinks-heading {
    font-size: 25px;

}

.myreq-sidebar li {
  padding: 5px 10px !important;
  list-style-type: none;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin-bottom: 12px;
}

.myreq-sidebar li.is-active a {
  color: #000;
}

.showUpgradeRequest  {
    display: none;
}

/* iframe#ada-button-frame {
    right: 230px !important;
}

button#ada-chat-button {
    height: 50px !important;
} */

@media only screen and (max-width:700px){
    .userLogout .login,
	.woocommerce-lost-password .lost_reset_password {
        width: 90%;
    }
}