/*
Theme Name: Ultimate Auction Pro Software Child
Theme URI: https://getultimateauction.com/
Template: ultimate-auction-pro-software
Author: Nitesh Singh
Author URI: https://getultimateauction.com/
Description: Ultimate Auction Pro Software is a responsive and modern auction theme, geared towards creating a professional looking auction website. With its awesome templates for Home page,Auction detail page, Auction Dashboard page, Search page etc, it aims to have a complete auction site capability.
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 1.0.7.1731900593
Updated: 2024-11-18 03:29:53

*/

div#register-response {
    font-size: 14px;
    color: #fff;
    margin-top: 16px;
    align-items: center;
    gap: 10px;
}
button#register-event-btn {
    background: #fff;
    color: #000;
}
.site-header__main button.search-icon {
    display: none !important;
}
.registered-bidder {
    display: inline-block;
    margin-top: 13px;
    margin-bottom: 12px;
}
.left-pro-heading h1 {
    display: block;
    width: 100%;
}
.box_bid_status_text.detail {
    padding: 4px;
    /* margin: 20px 0 20px 0; */
    color: var(--white);
    text-align: center;
    font-weight: bold;
}
.description-full-box {
    font-size: 16px;
	width: 100%;
	margin-bottom: 60px;
}
.description-full-box p{
    font-size: 16px;
}
.description-full-box p{
    font-size: 16px;
}
a.clear-pfilter.ua-button-black {
    display: none;
}
.auction-end-date .time_countdown_event {
    color: #ffffff;
}
.referl-code {
	margin: 0;
    padding-left: 2vmin;
    margin-left: 2vmin;
    border-left: 1px solid #fff;
}
.product-list-item.slide-content {
    padding: 7.5px;
}
.modal { 
 z-index:99;   
}
button.single_add_to_cart_button.button.alt.ua-button-black.buy-now-btn span.woocommerce-Price-amount.amount bdi {
    border-bottom: none;
}
div#customConfirm {
    z-index: 99;
}
.next-previews-main > a::before {
    display: none !important;
}
.timer-closes-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
}
.next-previews-main {
    display: flex;
    gap: 20px;
    font-weight: normal;
}
.next-previews-main a{
    font-weight: normal!important;
} 
.next-previews-main a:hover{
    color: #19678a;
}
.auct-list-image-wrapper.remove-bg-color {
    background: none!important;
}
.auct-list .remove-bg-color img.auct-list-image  {
	box-shadow :none!important;
}
@media (max-width: 639px) {
    .product-d-timer{ 
        order: 2;
    }
    .next-previews-main{
        justify-content: space-between;
        width: 100%;
    }
}
@media (max-width: 767px) {
    
    .product-left-block {
        display: flex;
        flex-direction: column; 
    }

    .product-left-block > .left-info {
       h1 {
  width: 100%;
  display: block;
}
		order: 1; 
    }

    .product-left-block > .seller-product-slider {
        order: 2;
    }
}

@media (max-width: 768px) {

    .gallery-thumbs {
        height: 350px;
    }

    .gallery-thumbs .swiper-slide {
    }
}