/*
 Theme Name:   Beautique Child Theme
 Theme URI:    https://beautique.axiomthemes.com/
 Description:  Beautique Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     beautique
 Version:      1.0.0
 Tags:         beauty, hair, makeup, massage, nail salon, plastic surgery, luxury salon, spa, wellness center, barbershop, hairdresser, tattoo salon, piercing, online store, beauty products
 Text Domain:  beautique
*/


/* =Theme customization starts here
------------------------------------------------------------ */



.fs-free-shipping-notice-and-button-wrapper {
    justify-content: center !important;
}

.fs-free-shipping-notice-text-and-progress-bar-wrapper {
    background: #357b49;
    padding: 10px 35px;
    border-radius: 1px;
    color: white !important;
    text-transform: uppercase;
    font-family: Roboto, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1;
	margin: 15px 0px;
}

.fs-free-shipping-notice-text-and-progress-bar-wrapper .fs-free-shipping-notice-text span {
	font-size: 12px !important;
	font-weight: 700 !important;
    color: white !important;
	font-family: Roboto, sans-serif !important;

}

.clone-fs-free-shipping-notice-text-and-progress-bar-wrapper{
    font-size: 12px !important;
	font-weight: 700 !important;
    margin: 0;
    text-align: center;
    padding: 15px 20px;
    margin-top: 10px;
	font-family: Roboto, sans-serif !important;
}


.clone-fs-free-shipping-notice-text-and-progress-bar-wrapper .fs-free-shipping-notice-text span {
   	font-size: 12px !important;
	font-weight: 700 !important;
	font-family: Roboto, sans-serif !important;
}

.fs-free-shipping-notice-continue-shopping-button-wrapper a.button.flexible-shipping-free-shipping-button {
	background: var(--theme-color-text_link) !important;
	background-color: var(--theme-color-text_link) !important;
    color: var(--theme-color-inverse_link) !important;
	padding: 2px 15px;
    line-height: 28px;
}


li.payment_method_bluemedia label{
	align-items: start !important;
}

li.payment_method_bluemedia label img{
	margin: 0 !important;
    vertical-align: top !important;
    height: unset !important;
    margin-top: -5px !important;
}

/* Ukrywanie informacji "Metody wysyłki zostaną zaktualizowane podczas składania zamówienia." */
.woocommerce-shipping-destination .woocommerce-shipping-estimate-html{
	display: none !important;
}