.elementor-221688 .elementor-element.elementor-element-fcd06f4{--display:flex;}.elementor-221688 .elementor-element.elementor-element-e1e5ec2 > .elementor-widget-container{padding:0px 0px 0px 010px;}.elementor-221688 .elementor-element.elementor-element-e1e5ec2 .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-size:26px;font-weight:400;}.elementor-221688 .elementor-element.elementor-element-4cb2035{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-221688 .elementor-element.elementor-element-39e73d5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-221688 .elementor-element.elementor-element-21c6cdd{--e-image-carousel-slides-to-show:4;}.elementor-221688 .elementor-element.elementor-element-d3e7452{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:10px;--padding-bottom:10px;--padding-left:20px;--padding-right:10px;}.elementor-221688 .elementor-element.elementor-element-66570eb{text-align:start;}.woocommerce .elementor-221688 .elementor-element.elementor-element-66570eb .woocommerce-product-details__short-description{color:var( --e-global-color-text );font-family:"Work Sans", Sans-serif;font-size:16px;font-weight:400;}.elementor-221688 .elementor-element.elementor-element-b269916{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0em;--margin-bottom:4em;--margin-left:0em;--margin-right:0em;}.elementor-221688 .elementor-element.elementor-element-0379edd > .elementor-widget-container{border-style:none;}.woocommerce .elementor-221688 .elementor-element.elementor-element-0379edd .woocommerce-tabs .woocommerce-Tabs-panel{border-color:#D3CED2;border-width:1px 1px 1px 1px;margin-top:-1px;border-radius:0px 0px 0px 0px;}.woocommerce .elementor-221688 .elementor-element.elementor-element-0379edd .woocommerce-tabs ul.wc-tabs li{border-color:#D3CED2;border-radius:0px 0px 0 0;}.woocommerce .elementor-221688 .elementor-element.elementor-element-0379edd .woocommerce-tabs ul.wc-tabs{margin-left:0px;margin-right:0px;}@media(max-width:767px){.woocommerce .elementor-221688 .elementor-element.elementor-element-0379edd .woocommerce-tabs ul.wc-tabs li a{font-size:10px;}}@media(min-width:768px){.elementor-221688 .elementor-element.elementor-element-39e73d5{--width:50%;}.elementor-221688 .elementor-element.elementor-element-d3e7452{--width:50%;}}/* Start custom CSS for yith-wcact-auction-form, class: .elementor-element-bb6f10e *//* 1. Fix the input width using the exact ID and classes from your screenshot */
#_actual_bid.yith-wcact-bid-quantity {
    width: 150px !important;
    min-width: 150px !important;
    height: 45px !important;
    display: inline-block !important;
}

/* 2. Fix the wrapper so the button and input sit next to each other */
.yith-wcact-bid-form-hide > div:not(.ywcact-your-bid-her) {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
}

/* 3. Style the "Bid" button to match the input height */
button.auction_bid_button {
    height: 45px !important;
    padding: 0 30px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* 4. Hide that "random" floating dollar sign if it's still there */
/* It likely belongs inside a span that we can nudge or hide */
.yith-wcact-bid-form-hide span.ywcact-currency-symbol {
    margin-left: 5px !important;
}

/* 1. Target the main container to keep everything in one tight row */
#yith-wcact-form-bid.ywcact-bid-form {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
}

/* 2. Hide the stray dollar sign symbol */
#yith-wcact-form-bid.ywcact-bid-form span.ywcact-currency-symbol.ywcact-currency-value {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 3. Ensure the quantity div (with the 600 box) doesn't push things away */
#yith-wcact-form-bid.ywcact-bid-form .quantity {
    margin: 0 !important;
    display: flex !important;
}

/* 4. Match the input and button heights for a clean look */
#yith-wcact-form-bid.ywcact-bid-form input#_actual_bid,
#yith-wcact-form-bid.ywcact-bid-form button.auction_bid_button {
    height: 45px !important;
    box-sizing: border-box !important;
}

/* 5. Force the input box width again just in case */
#yith-wcact-form-bid.ywcact-bid-form input#_actual_bid {
    width: 150px !important;
    min-width: 150px !important;
}/* End custom CSS */