/*
Theme Name: Gurtrek
Description: This is a child theme for Flatsome Theme
Author: platek
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.shipping__list_item {
 display: flex;
}
.shipping_method {

}
.shipping__list_label {
order:3;
margin-left:.75rem;
}
.shipping-method-description {
order:2
}
.shipping-method-description img {
    max-height: 24px;
}




.payment_method_przelewy24 label, .payment_method_przelewy24_extra_154 label {
    display: flex !important;
   }
.checkout .payment_method_przelewy24, .checkout .payment_method_przelewy24_extra_154 {
    display: flex;
   }
   .checkout .payment_method_przelewy24 .payment_box {
    width: 100%;

   }
   
   .payment_method_przelewy24 img, .payment_method_przelewy24_extra_154 img {
    order:-1;
    margin:0 .75rem 0 0;
    max-height: 24px !important;
   }
   

   .wc-price-history.prior-price.lowest {
   font-size: .75rem;
   margin-bottom: 1rem;
}

#select-point-label {
    margin-right:.5rem;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}