.wprio-single-product-column{
	border-radius: 8px; 
	padding: 12px;
	box-shadow: rgba(223, 223, 223, 0.2) 0px 8px 24px;
}
.wprio-single-product-column .fluent-cart-direct-checkout-button{
	background: #022d99;
    color: #fff;
    padding: 18px;
    height: auto;
    max-height: fit-content;
    display: block;
    font-size: 18px;
    /* line-height: 2px; */
    width: 100%;
    border-radius: 35px; 
	cursor: pointer;
}
.fluent-cart-add-to-cart-button{
	cursor: pointer; 
	border-radius: 35px; 
	font-size: 18px;
}



#loginform label{
    display: block;
    color: #121212;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 15px;
}
#wp-submit{
    background-color: #022d99;
    border-radius: 10px;
    padding: 10px;
    width: 360px;
    height: 52px;
    color: #F6FAFF;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

#loginform input[type="text"], #loginform input[type="password"]{
    background: #F6FAFF;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px 16px;
    width: 360px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
}

#loginform input:focus{
    outline: none;
    border-color: #B8D4F8;
}

.home .wprio-pages-tem-banner{padding: 0px !important; margin: 0px;}

@media(max-width: 767px){
    #loginform input[type="text"], #loginform input[type="password"], #wp-submit{
        width: 100%;
        max-width: 460px !important;
    } 
}

.fct-customer-dashboard-main-content .fct-customer-dashboard-user-profile .fct-form-container:nth-child(3){
	display: none;
}
.fct-single-order-header .title{letter-spacing: normal;}
