/*
Theme Name: Ultimate Auction Pro Vehicle Software
Theme URI: https://getultimateauction.com/
Author: Nitesh Singh
Theme URI: https://getultimateauction.com/
Author URI: https://getultimateauction.com/
Version: 1.0.1
Description:  Ultimate Auction Pro Vehicle Software
Template: ultimate-auction-pro-software
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: ultimate-auction-pro-software
*/
 
/* Make Offer Custom CSS:Start */

form#woocommerce-make-offer-form {
    margin: 0 !important;
    width: 100%;
    position: relative;
}
.woocommerce-make-offer-form-section.woocommerce-make-offer-form-section-submit {
    position: absolute;
    left: 180px;
    width: auto !important;
    top: 32px;
}
.woocommerce-make-offer-form-section.woocommerce-make-offer-form-section-submit input[type="submit"] {
    width: auto !important;
    padding: 11px 10px 10px 10px !important;
}
.woocommerce-make-offer-form-section.woocommerce-make-offer-form-section-submit .offer-submit-loader {
    background-size: 15px !important;
    padding: 0 0 0 22px !important;
    font-size: 12px;
}


.tab_custom_ofwc_offer_tab_inner_content fieldset {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-top: none !important;
}

.make-offer-form-intro{
	display:none!important;
}

.single_add_to_cart_button{
	display:none!important;
}

.offers-for-woocommerce-make-offer-button-single-product{
	display:none!important;
}

div.tab_custom_ofwc_offer_tab_inner_content fieldset form#woocommerce-make-offer-form .woocommerce-make-offer-form-section:nth-of-type(2) {
    display: none;
}
div.tab_custom_ofwc_offer_tab_inner_content fieldset form#woocommerce-make-offer-form .woocommerce-make-offer-form-section:nth-of-type(3) {
    display: none;
}

.woocommerce-make-offer-form-section label[for="woocommerce-make-offer-form-quantity"],
.woocommerce-make-offer-form-section #woocommerce-make-offer-form-quantity {
    display: none !important;
}

.offers-for-woocommerce-add-to-cart-wrap {
	display: none !important;
}
 
@media (max-width: 480px) {
    .woocommerce-make-offer-form-section.woocommerce-make-offer-form-section-submit {
        position: relative;
        left: auto;
        width: auto !important;
        top: auto;
    }
}

.offers-for-woocommerce-make-offer-button-catalog {
    background-color:#130E86;
	color:#fff;
	padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
	font-size:14px;
}

.offers-for-woocommerce-make-offer-button-catalog:hover{
	color:#fff;
}

.listing_offer_btn{
	margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

div.tab_custom_ofwc_offer_tab_inner_content fieldset form#woocommerce-make-offer-form .woocommerce-make-offer-form-section .woocommerce-make-offer-form-part-left{
	float: none;
	display: inline-block;
	width: calc(100% - 115px)
}
div.tab_custom_ofwc_offer_tab_inner_content fieldset form#woocommerce-make-offer-form .woocommerce-make-offer-form-section{
	left: auto;
	right: 0px;
}
div.tab_custom_ofwc_offer_tab_inner_content fieldset form#woocommerce-make-offer-form .woocommerce-make-offer-form-section input{
	width: 100%;
}
.angelleye-input-group{
	border: 1px solid #000000;
}
.angelleye-input-group .angelleye-input-group-addon{
	background: transparent;
	border: 0px;
	font-weight: 600;
	color: #000000;
}
.angelleye-input-group input[type="text"]{
	border: 0px !important;
}
div.tab_custom_ofwc_offer_tab_inner_content fieldset form#woocommerce-make-offer-form .woocommerce-make-offer-form-section.woocommerce-make-offer-form-section-submit .offer-submit-loader{
	position: absolute;
    margin: 0;
    right: 0;
    bottom: -32px;
}
.Sales-tab-con .offer-status {
    width: 100%;
    display: block;
    font-weight: 600;
}

/* Make Offer Custom CSS:End */
