/*
Theme Name: Funori Child
Theme URI: http://www.wpbingosite.com/funori
Author: wpbingo
Description: This is a child theme for Funori
Version: 1.0
Author URI: http://wpbingosite.com
Template: funori
Text Domain: funori-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* Product */
.bwp-single-product:has(.wapf) .quantity-button {
    flex-direction: column;
}
.section_edge .wapf-image-swatch-wrapper {
    grid-template-columns: repeat(4, 1fr) !important;
}
.wapf .wapf-field-label label {
    font-weight: bold;
}
.wapf input[type=checkbox], .wapf input[type=radio] {
    margin-top: -3px !important;
}

.alert-info {
    background: rgba(255,0,0,0.08);
    margin-bottom: 1rem;
    padding: 20px !important;
    border: 1px solid red;
    color: #000;
}
.single-product .single_add_to_cart_button.button {
    margin: 2rem 7px 0 0 !important;
}
/* Calculator mod */
.form-inline-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.form-inline-row .wapf-field-label {
    margin: 0 !important;
    min-width: 100px;
}
.form-inline-row .wapf-field-label label {
    margin: 0;
}
.form-inline-row .wapf-field-input {
    flex: 1;
}
.form-inline-row .wapf-field-description {
    flex: 1 100%;
    text-align: right;
}
.form-select select option:first-child {
    display: none !important;
}

/* koszyk */
.wc-block-components-product-details__suma-zam-wienia,
.suma-zamowienia-pre,
.variation-Sumazamwienia {
	display: none !important;
	visibility: hidden;
}
.woocommerce-cart-form__cart-item.cart_item .variation {
    margin-top: 1rem;
}
.woocommerce-cart-form__cart-item.cart_item .variation dt {
    font-weight: bold;
}
.woocommerce-cart-form__cart-item.cart_item .product-name > a {
    font-weight: bold;
    color: #000;
    font-size: 1.2rem !important;
    line-height: 1.4;
}

.variation {
    min-width: 260px;
}
.variation dt {
    clear: left;
    float: left;
    margin-right: 10px;
}

.variation dd.variation-Dugo p:after,
.variation dd.variation-Szeroko p:after{
    content: " cm";
}
.variation dd.variation-Powierzhniam2 p:after {
    content: " m2";
}
.variation dd.variation-Dugookeliny p:after {
    content: " m";
}
.variation dd.variation-Ilometrwbiecych p:after {
    content: " mb";
}
.variation .variation-Dodajnawybranekrawdzieoklein {
    display: none;
}

.cart-custom-description {
    margin: 2rem 0 0;
    background-color: #8B0000 !important;
    color: #FFFFFF;
    padding: 30px !important;
    font-size: 1.125rem;
}
.cart-custom-description h2,
.cart-custom-description h3 {
    margin: 0 0 1rem;
    color: #fff;
}

.cart-custom-description p:last-child {
    margin-bottom: 0;
}

.cart-popup .variation {
    display: none !important;
}

/* Home */
.home #bwp-header {
    margin-bottom: 70px;
}
.home #bwp-footer {
    margin-top: 60px;
}

/* Kasa */
.woocommerce-checkout .checkout-review-order-table-wrapper .variation,
.woocommerce-checkout .checkout-review-order-table-wrapper .cart-subtotal,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .checkout-top {
    display: none;
    visibility: hidden;
}

.checkout .form-row .woocommerce-input-wrapper .input-text {
    width: 100%;
    border-width: 1px;
    border-color: #e5e5e5;
    padding: 5px 6px;
    height: 40px;
    line-height: 40px;
    color: #000;
}
.checkout .form-row .selection .select2-selection--single {
    height: 40px;
    line-height: 40px;
    border-width: 1px;
    border-color: #e5e5e5;
    border-radius: 0;
    padding: 0 6px;
}
.checkout-inline-error-message {
    color: red;
}

/* Product list */
.products-list .product-button {
    display: none !important;
    visibility: hidden !important;
}

/* Moje konto */
.woocommerce-Button.wc-forward:after {
    display: none !important;
}
.woocommerce-MyAccount-content .col-1 {
    max-width: 100%;
}
.woocommerce-MyAccount-content .form-row {
   flex-direction: column;
   margin-right: 0;
   margin-lefT: 0;
}

/* Thank you */
.woocommerce-order-received #bwp-header {
    margin-bottom: 70px;
}
.woocommerce-table--order-details .wc-item-meta {
    padding: 0;
    margin: 1.5rem 0 0;
}
.woocommerce-table--order-details .wc-item-meta li {
    display: flex;
}
.woocommerce-table--order-details .wc-item-meta li .wc-item-meta-label {
    margin-right: 10px;
}
.woocommerce-order-received .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
    display: none;
}
.woocommerce-order-received .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,
.woocommerce-order-received .woocommerce-bacs-bank-details .wc-bacs-bank-details {
    font-size: 1.2rem;
    margin-bottom: 0;
}
.woocommerce-order-received .woocommerce-bacs-bank-details .wc-bacs-bank-details {
    list-style-type: none;
    padding: 0;
    margin: 0 0 1.5rem;
    color: #000;
    line-height: 1.2;
}
.woocommerce-order-received .woocommerce-order > h2 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}
.woocommerce-order-received hr {
    margin-top: 2rem;
}
.woocommerce-order-received .woocommerce-table--order-details td.product-name > a,
.woocommerce-MyAccount-content .woocommerce-table--order-details td.product-name > a {
    font-weight: bold;
    color: #000;
    font-size: 1.5rem;
}
.woocommerce-order-received .woocommerce-table--order-details .wc-item-meta {
    margin: 0.5rem 0 0;
}
.woocommerce-order-received .woocommerce-table--order-details .wc-item-meta p,
.woocommerce-MyAccount-content .woocommerce-table--order-details .wc-item-meta p {
    margin: 0;
}
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-MyAccount-content .woocommerce-order-details__title,
.woocommerce-MyAccount-content .woocommerce-column__title {
    margin-bottom: 2rem;
}
.woocommerce-order-received .woocommerce-customer-details address,
.woocommerce-MyAccount-content .woocommerce-customer-details address {
    border: 1px solid #e5e5e5;
}
.woocommerce-order-received .woocommerce-customer-details--phone,
.woocommerce-order-received .woocommerce-customer-details--email,
.woocommerce-MyAccount-content .woocommerce-customer-details--phone,
.woocommerce-MyAccount-content .woocommerce-customer-details--email{
    margin: 0;
}