h1, h2, h3, h4, h5, h6 {
    font-family: 'Ogenblik', sans-serif;
    font-weight: 400;
    margin-top: 0;
}

#main section:first-child {
    margin-top: 60px;
    padding: 100px 0 80px;
    background-image: url(../images/bg_recipes.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: repeat;
    background-attachment: fixed;
}

.woocommerce {
    padding: 40px 20px;
    background-image: url(../images/bg_cart-block.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#customer_login .lost_password a,
.woocommerce-MyAccount-content a {
    transition: .3s all;
    color: inherit;
}

#customer_login .lost_password a:hover,
.woocommerce-MyAccount-content a:hover {
    color: #8EB852;
}

.page-title {
    display: inline-block;
    font-size: 36px;
    line-height: 1.2em;
    position: relative;
    margin: 0 0 14px;
}

.woocommerce-form-row label,
.form-row label {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 7px;
}

.woocommerce-form-row input:not([type="checkbox"]),
.form-row input:not([type="checkbox"]),
.form-row select,
.woocommerce-ResetPassword input#user_login {
    height: 45px;
    border-radius: 3px;
    border: 1px solid #DDD;
    padding: 0 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.woocommerce-ResetPassword input#user_login {
    height: 45px !important;
}

.woocommerce-form-row em {
    font-size: 12px;
}

.woocommerce button.button,
.woocommerce-account .addresses .title .edit,
.woocommerce-message a.woocommerce-Button,
a.register-button,
.woocommerce .woocommerce-info .button {
    display: inline-block;
    font-family: 'Ogenblik', sans-serif;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #090909;
    background-image: url(../images/btn_green.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 7px 16px 8px;
    border: 0;
    cursor: pointer;
    transition: .3s all;
}

.woocommerce button.button:hover,
.woocommerce-account .addresses .title .edit:hover,
.woocommerce-message a.woocommerce-Button:hover,
a.register-button:hover,
.woocommerce .woocommerce-info .button:hover {
    background-image: url(../images/btn_dark.png);
    color: #fff;
    background-color: transparent;
}

.woocommerce-account .addresses .title h3 {
    margin: 0;
    line-height: 40px;
}

.woocommerce button.button,
.woocommerce-account .addresses .title .edit,
.woocommerce-message a.woocommerce-Button {
    margin: 0;
}

.woocommerce button.woocommerce-form-register__submit {
    background-image: url(../images/btn_dark.png);
    color: #fff;
    display: block;
    margin: 20px auto 0;
    width: 90px;
}

.woocommerce-Address {
    margin-bottom: 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    color: #000;
    transition: .3s all;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    color: #A6D660;
}

.woocommerce form.register {
    padding: 0;
    border: 0;
    margin: 0 auto;
    display: block;
    max-width: 800px;
}

h2.block-title {
    display: block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    font-weight: 400;
    margin: 20px 0;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
    margin-bottom: 17px;
}

.woocommerce form .form-row .required {
    color: inherit;
}

.register-or {
    margin: 30px 0;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
}

ul.heateor_sl_login_ul {
    display: block;
    text-align: center;
}

ul.heateor_sl_login_ul li {
    display: inline-block;
    float: none;
}

.heateorSlFacebookBackground,
.heateorSlGoogleBackground {
    display: flex;
    width: 250px;
    padding: 10px !important;
    height: 60px;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    background-color: transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

#main .heateorSlFacebookBackground::after {
    content: 'Register with Facebook';
}

#main .heateorSlGoogleBackground::after {
    content: 'Register with Google';
}

.heateorSlGoogleLoginSvg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.heateorSlFacebookLoginSvg {
    padding: 0;
}

.heateorSlFacebookLogoContainer {
    margin: 0 5px 0 0;
}

.woocommerce-info {
    border-top-color: #000;
}

.woocommerce-info::before {
    color: #000;
}

@media screen and (min-width: 576px) {
    .page-title {
        font-size: 42px;
    }

    .woocommerce {
        padding: 40px;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: calc(50% - 15px);
    }
}

@media screen and (min-width: 768px) {
    .woocommerce {
        padding: 55px;
    }

    ul.heateor_sl_login_ul li:first-child {
        margin-right: 30px !important;
    }
}

@media screen and (min-width: 992px) {
    #main section:first-child {
        margin-top: 100px;
        padding: 200px 0 90px;
    }

    .page-title {
        font-size: 48px;
    }

    .woocommerce {
        padding: 70px;
    }
}

@media screen and (min-width: 1200px) {
    #main section:first-child {
        padding-top: 230px;
    }

    .page-title {
        font-size: 52px;
    }

    .woocommerce {
        padding: 93px 95px;
    }
}