/*
Theme Name: iBid Child
Theme URI: https://ibid.modeltheme.com/
Template: ibid
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Multi Vendor Auctions WooCommerce Theme
Version: 1.0
Text Domain: ibid
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/
/* Theme customization starts here

------------------------------------------------------- */
.wcfmmp_become_vendor_link {
    margin-top: 30px;
}
.menu-products {
    display: none;
}
.ibid-order-input {
    border: 0;
    border-radius: 30px;
    height: 45px;
    font-weight: 400;
    padding-left: 20px;
    font-size: 14px;
    outline: 0;
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    color: #606060;
}
select.ibid-order-select {
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding: 10px;
    border-radius: 20px;
    border: none;
    width: 18em;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
form#offer-form {
    margin-top: 20px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
a.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.product_type_simple {
    display: none !important;
}
.offer-price bdi {
    font-size: 14px;
    font-weight: bold;
}
.offer-price {
    margin-bottom: 10px;
}
.accepted-offer-price, .ibid-add-offer-section {
    margin-bottom: 30px;
}
.ibid-add-offer-section {
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 10px 30px 30px 30px;
}
.accepted-offer-price {
    background: #f1fff6;
    border: 1px solid #ddd;
    padding: 10px 30px 30px 30px;
}
.accept-offer-btn {
    margin-top: 20px !important;
}

/* Offer template */
.vendor-offer-btn {
    color: #fff !important;
    transition: all 350ms;
}
.on-right {
    float: right;
    margin-top: 30px;
}
.offers-tab-title-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.product-offer-list select {
    padding: 5px;
    width: 19em;
}
.offers-tab-title-section h2 {
    margin: 0 !important;
}
.button.vendor-offer-btn.on-right {
    margin-top: 30px;
}
.button.vendor-offer-btn.on-right:hover {
    color: #ee964b !important;
}
.ibid-succes-offer-btn {
    border: none;
    padding: 8px 20px;
    font-weight: 600;
    background-color: #EE964B;
    color: #fff;
    box-shadow: none;
    transition: all 350ms;
}
.ibid-succes-offer-btn:hover {
    color: #EE964B;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.dashboard-offer-wrap button.single_add_to_cart_button.accept-offer-btn.button.alt {
    margin-top: 0px !important;
}
.wcfm-dashboard-page .dashboard-offer-wrap {
    width: 80%;
    padding: 35px;
}
.single-product form.auction_form.cart,
.single-product a.add_to_wishlist.single_add_to_wishlist.button {
    display: none;
}
.vendor-product-filter select#product_filter {
    width: 132px;
}