
/* Info - Tworzymy lustro dla Ciebie */

/* Style wrappera */
.abcweb-product-add-to-cart-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; 
    gap: 15px; 
    order: 0;
    width: 100%; 
    box-sizing: border-box; 
}

/* Style for the product add-to-cart section  */
.abcweb-product-add-to-cart-wrapper > .product-add-to-cart {
    flex: 1;         
    white-space: nowrap;   
}

.abcweb-product-add-to-cart-wrapper > .product-quantity {
    flex: 1;
}

/* Style widgetu */
.abcweb-widget-made-on-order-wrapper {
    min-width: fit-content;           
    height: auto;
    order: 91;
    flex: 1;
}

.abcweb-widget-made-on-order-container {
    margin-left: auto;
    min-height: 47px; 
    width: 100%;
    margin-bottom: 10px;
    background-color: #f7f3ed;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;

    font-family: Arial, sans-serif;
    color: #2c2c2c;
    font-size: 0.85rem;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */

}

/* ICON - tooltip */
.abcweb-widget-made-on-order-info-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    
    font-size: 1em;
    border-radius: 50%;
    /* background-color: #947e42; */
    color: #947e42;
    font-weight: bold;
    line-height: 1;

    margin-right: 15px;
    margin-top: -3px;

    cursor: pointer;
}
.abcweb-widget-made-on-order-info-icon svg {
    width: 1.7rem;
    height: 1.7rem;
}

.abcweb-widget-made-on-order-main-text {
    font-weight: bold;
}

