/*!
Theme Name: Podiopress UIX Design Child
Theme URI: https://podiopress.com
Description: Podiopress UIX Design
Author: Podiopress
Author URI: https://podiopress.com
Template: podiopress-uix-design
Version: 1.0.0
Text Domain: podiopress-uix-design
*/
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button {
    background-color: transparent !important;
    color: var(--e-global-color-uicore_primary) !important;
    padding: 0px 12px !important;
}
.bundled_product_title_inner .item_title {
    font-size: 22px !important;
}
.widget.woocommerce .buttons a.button:not(.checkout) {
    background-color: #ffffff !important;
}
.widget.woocommerce .buttons a.button:not(.checkout):hover {
    background-color: #bebebe !important;
}
.ywcact-bid-form {
    display: flex;
    flex-wrap: wrap; 
}
.ywcact-bid-form .ywcact-your-bid-header, 
.ywcact-bid-form .ywcact-currency-symbol.ywcact-currency-value {
    width: 100%;
}
.ywcact-bid-form .ywcact-currency-symbol.ywcact-currency-value {
    margin-bottom: 20px; 
}
.ywcact-bid-form .auction_bid {
    flex-grow: 1;
}
.ywcact-add-to-watchlist-container {
    margin: 60px 0px 0px 0px !important;
}
.woocommerce .product-type-booking .cart {
    flex-direction: column;
}
.woocommerce .quantity .qty,
#yith-wcact-form-bid .quantity {
    width: 125px !important;
    max-width: 125px !important;
}
input.button.button-primary.yith-wcact-watchlist {
    margin-left: 0px;
    width: 100%;
    line-height: 0px !important;
    background-color: var(--e-global-color-uicore_accent);
    color: var(--e-global-color-uicore_white);
    margin-top: 15px;
    margin-bottom: 30px;
}
#yith-wcact-watchlist-email {
    min-width: 65%;
}
div#tab-description {
    width: 800px;
    margin: auto;
}
.yith-wcact-table-bids {
    width: 65%;
    margin: auto;
}
.yith_auction_current.yith-wcact-loop .woocommerce-result-count,
.yith_auction_current.yith-wcact-loop .woocommerce-ordering {
    display: none;
}
.woocommerce span.yith-wcact-aution-badge {
    max-width: 35px;
    max-height: 35px;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    width: 30%;
}
.uicore-asside-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a {
    word-break: break-all;
}
.uicore-asside-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a img {
    height: 80px;
}