/*
Theme Name: Procar
Description:
*/

.wp-block-embed iframe {
    margin: auto;
    display: block;
}
.sign-btn a{
    color: #fff;
    font-size: 14px;
}
.sign-btn a:hover{
    text-decoration: underline;
}
.sign-btn a{
    display: flex;
    align-items: center;
}
.sign-btn a img {
    width: 15px;
    margin-right: 8px;
}
.mfp-sign h2 {
    text-align: center;
    margin: 0 auto 20px;
    font-weight: 200;
    font-size: 40px;
    color: #181818;
}
.mfp-sign {
    width: 1110px;
    padding: 65px 20px 20px;
    margin: auto;
    position: relative;
}
.mfp-sign {
    width: 1110px;
    padding: 65px 20px 20px;
    margin: auto;
    position: relative;
}
.mfp-sign .mfp-close{
    position: absolute;
    right: 20px;
    top: 20px;
    color: red;
    font-family: Fira Sans;
    font-weight: 200;
    font-size: 60px;
}
.sign-wrap{
    width: 750px;
    margin: auto;
}
.sign-links{
    text-align: center;
    margin: 50px 0 30px;
}
.sign-link{
    margin-right: 15px;
    font-size: 16px;
    color: #121212;
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px solid #121212;
    text-transform: uppercase;
    min-width: 118px;
    transition: all 0.4s ease;
    display: inline-block;
}
.sign-link.active{
    color: #fff;
    background-color: #121212;
}
.sign-link:hover{
    color: #fff;
    background-color: #121212;
    transition: all 0.4s ease;
}
.sign-link:last-child{
    margin-right: 0;
}
.input{
    height: 60px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px 30px;
    font-size: 15px;
    width: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.input:nth-child(3){
    margin-right: 0;
}
/*.sign-field{*/
/*    display: grid;*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*    grid-gap: 20px;*/
/*}*/
.sign-field, .subm-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 86%;
    margin: 0 auto;
}
.subm-wrap input[type="submit"] {
    border: none;
    height: 60px;
    width: 200px;
    margin-right: 20px;
    text-align: center;
    display: block;
    cursor: pointer;
}
.input.btn-default, .lost_reset_password .woocommerce-Button{
    font-family: 'Fira Sans Condensed';
    padding: 10px 23px;
    color: #fff !important;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background-image: -moz-linear-gradient( 90deg, rgb(207,0,0) 0%, rgb(250,0,0) 100%) !important;
    background-image: -webkit-linear-gradient( 90deg, rgb(207,0,0) 0%, rgb(250,0,0) 100%) !important;
    background-image: -ms-linear-gradient( 90deg, rgb(207,0,0) 0%, rgb(250,0,0) 100%) !important;
}
.lostpsw{
    text-align: center;
    margin-bottom: 20px;
}
.lostpsw a{
    font-size: 16px;
    color: #121212;
    text-decoration: underline;
}
.lostpsw a:hover{
    text-decoration: none;
}
.white-popup.mfp-sign {
    height: auto;
    max-height: unset;
}
.woocommerce form.lost_reset_password .form-row {
    padding: 3px;
    margin: auto;
    text-align: center;
    float: none;
}
.woocommerce form.lost_reset_password .form-row input.input-text{
    height: 60px;
    padding: 20px;
    margin: 20px;
}
@media(max-width: 1180px){
    .mfp-sign {
        width: 100%;
    }
}
@media(max-width: 900px){
    .top-nav .sign-btn {
        display: none;
    }
    .mob-menu .sign-btn a{
        font-family: 'Fira Sans Condensed';
        color: #303030;
        font-size: 15px;
        text-transform: uppercase;
        padding-left: 25px;
    }
    .mob-menu .sign-btn{
        margin-bottom: 30px;
    }
}

@media(max-width: 800px){
    .sign-wrap {
        width: 100%;
    }
    .input {
        width: 48%;
        margin-right: 0;
    }
    .sign-field {
        justify-content: space-between;
        width: 100%;
    }
    .subm-wrap {
        justify-content: center;
        width: 100%;
    }
    .subm-wrap input[type="submit"]{
        width: 48%;
        margin-bottom: 10px;
    }
}
@media(max-width: 568px){
    .input {
        width: 100%;
    }
    .subm-wrap input[type="submit"]{
        width: 100%;
    }
    .register-form .note {
        position: static;
        padding-left: 35px;
        margin-top: 10px !important;
    }
    .subm-wrap input[type="submit"] {
        margin-right: 0;
    }
}
