/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.product > .col-inner {
    margin: 0;
    border: 1px solid #EEEEEE;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0;
}

.box-text.box-text-products {
    padding: 20px 15px;
}

.box-text.box-text-products .title-wrapper p.product-title a {
    font-size: 16px;
    font-weight: bold;
    color: #393939 !important;
    display: block;
    margin: 3px 0 12px 0;
}

.price-wrapper .auction-price {
    margin-top: 6px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
}

.box-text-products .winning {
    display: none;
}

.price-wrapper .auction-price .amount {
    font-size: 17px;
}

.single-product .price-wrapper .auction-price .amount {
    font-size: 27px;
}

.single-product .auction-condition, .single-product .reserve.hold {
    display: none;
}

.countdown_section {
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    margin-right: 0px;
    max-width: 100px !important;
}


.countdown_amount {
    font-size: 25px;
    font-weight: bold;
}


.countdown_row {
    gap: 8px;
    display: flex !important;
}

.button.product_type_auction {

}

.quantity.buttons_added.buttons-added {
    display: flex;
    gap: 6px;
}

.quantity.buttons_added.buttons-added input {
    border: 1px solid #efefef;
    border-radius: 8px;
    min-width: 45px;
    height: 45px;
    font-size: 18px;
    padding: 0;
    background-color: #f9f9f9;
}

.quantity.buttons_added.buttons-added input.text {
    background-color: white;
    padding-left: 12px;
    font-size: 18px;
    font-weight: 700;
}

button.bid_button.button.alt {
    border-radius: 8px;
    height: 48px;
}

p.auction-end,p.auction-starts {
    font-size: 14px;
    margin-bottom: 9px;
    margin-top: 3px;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

