/*
 Theme Name:   Astra Child Theme
 Theme URI:    http://example.com
 Description:  A child theme for Astra
 Author:       Your Name
 Author URI:   http://example.com
 Template:     astra
 Version:      1.0.0
*/

/* Add your custom styles below */


/* Login page */
button .woocommerce-button .button .woocommerce-form-login__submit {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}


.ast-desktop .ast-primary-header-bar.main-header-bar {
    margin-bottom: -64px;
    border: none;
}

fieldset {
    border:1px solid gray;
    padding: 0px 10px 10px 10px;
}

.woocommerce a.button {
    background-color: #f2f2f2 !important;
    color: black !important;
    border-color: #f2f2f2 !important;
}

/* Reklamacie */
div.wpforms-container-full button[type=submit], .reklamacie-btn {
    background-color: #cd7400 !important;
    border-radius: 10px !important;
    font-family: 'Poppins' !important;
}

header .custom-logo-link img {
    max-width: 220px;
    width: 220px;
}

@media (max-width: 544px) {

    header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img {
        max-width: 101px;
        width: 101px;
    }
}


@media screen and (max-width: 600px) {

    h1.entry-title {
        font-size: 35px !important;
        font-weight: 700 !important;
    }

}
