/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.tax-auction-lots.time-slots {
    background-color: #0A2463;
}
.time_slot.main_content .container {
	padding-top: 30px;
}
.time_slot.main_content > .container > .row {
	margin-bottom: 30px;
}
.time_slot.main_content > .container > .row.notices_row {
	margin-bottom: 0px;
}
.time_slot.main_content .first_pannel,
.time_slot.main_content .second_pannel,
.time_slot.main_content .actions_row {
	background-color: #ffffff;
    padding: 30px;
    /*margin-bottom: 30px;*/
}
.time_slot.main_content .second_pannel {
	height: 100%;
}

.time_slot.main_content .auction_lot_id,
.time_slot.main_content .auction_sku,
.time_slot.main_content div#countdown {
    font-weight: 400;
	color: #9c9c9c;
}
.time_slot.main_content .auction_lot_id {
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}
.time_slot.main_content .auction_lot_id:after {
	content: "";
	width: 1px;
	height: 13px;
	display: block;
	position: absolute;
	right: 0;
	background-color: #9c9c9c;
	top: 2px;
}
.time_slot.main_content h2.auction_title {
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 600;
	color: #343E47;
	font-size: 25px;
}
.time_slot.main_content h2.auction_title a{
    color: #343E47;
}
.time_slot.main_content div#countdown {
	text-align: right;
}
.time_slot.main_content div#countdown .countdown_row {
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
.time_slot.main_content div#countdown .countdown_section {
    width: 17.5%;
    text-align: right;
    color: #343E47;
    font-size: 68%;
}
.time_slot.main_content .auction-time#countdown .auction-time-countdown .countdown_amount {
	font-weight: 600;
	color: #343E47;
    font-size: 160%;
}
.time_slot.main_content .auction-time#countdown .auction-time-countdown {
    box-shadow: none; 
    -webkit-box-shadow: none; 
    padding: 0;
    padding-bottom: 0px; 
    margin-top: 5px;
}
.time_slot.main_content .row.top_row_info {
	margin-bottom: 10px;
}
.time_slot.main_content .woocommerce-product-gallery__wrapper .auction_thumbnails > div:not(:last-of-type) {
	padding-bottom: 15px;
}
@media only screen and (min-width: 991px) {
	.time_slot.main_content .woocommerce-product-gallery__wrapper .auction_main_image {
		padding-right: 10px;
	}
	.time_slot.main_content .woocommerce-product-gallery__wrapper .auction_thumbnails {
		padding-left: 10px;
	}
	.time_slot.main_content .woocommerce-product-gallery__wrapper .auction_thumbnails > div:not(:last-of-type) {
		padding-bottom: 10px;
	}
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}
.auction_list_link {
	margin: 0;
}
.time_slot .auction_list_link a {
    color: #343E47;
    font-size: 16px;
    font-weight: 700;
}
.auction_list_link i {
	margin-right: 10px;
}
.count_remaining_auctions {
	font-size: 16px;
	font-weight: 400;
	color: #9c9c9c;
	text-align: right;
	float: right;
}
.time_slot.main_content .actions_row {
    overflow: auto;
}
.time_slot.main_content .reserve_price,
.time_slot.main_content .auction-price .auction {
	font-size: 18px;
	color: #9c9c9c;
	font-weight: 400;
	margin-top: 0;
}
.time_slot.main_content .auction-price span {
	font-weight: 700;
	color: #343E47;
}
.time_slot.main_content .quantity.buttons_added {
    border-radius: 30px 30px 0 0 !important;
    padding: 0 30px;
    display: flex;
    align-items: center;
}
.time_slot.main_content input.input-text.qty.bid.text.left {
    width: 70px;
    text-align: left;
}
.time_slot.main_content form.auction_form.cart {
    display: flex;
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.20); 
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.20);
    border-radius: 30px !important;
    width: fit-content;
}
.time_slot.main_content button.bid_button.button.alt {
	border-radius: 0 30px 30px 0 !important;
    padding: 12px 30px !important;
}
.time_slot.main_content form.cart .button.single_add_to_cart_button {
	margin-top: 15px;
    background: #fff;
    width: auto;
    border: 2px solid;
    padding: 0 !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    line-height: 20px;
    color: #2695FF;
    border-color: #2695FF;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    height: 40px;
    margin-right: 0px;
    outline: none;
}
.time_slot.main_content form.cart .button.single_add_to_cart_button span {
    color: #2695FF;
}
.time_slot.main_content .auction-ajax-change p.auction-end {
	margin-top: 0;    
}
.time_slot.main_content p.auction-condition {
	margin-bottom: 0;
}
.time_slot.main_content .woocommerce-Tabs-panel h2 {
	margin-top: 0;
}
.time_slot.main_content .woocommerce-Tabs-panel:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.auction_lot_info_row:not(:last-child) {
	margin-bottom: 5px;
}
.auction_lot_info_row {
	padding: 15px 0;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    transition: all .2s ease;
}
.auction_lot_info_row .col-md-6 div {
	display: inline-block;
}
.auction_lot_info_row .col-md-6:nth-child(2) {
	text-align: right;
}
.auction_lot_info_row .auction_row_title {
    color: #333333;
    transition: all .2s ease;
}
.auction_row_id,
.auction_row_start_time {
	margin-right: 30px;
    transition: all .2s ease;
}
.auction_row_type {
    width: 160px;
    text-align: center;
    color: #ffffff;
    background: #FF2800;
    border-radius: 3px;
    transition: all .2s ease;
}
.auction_lot_info_row:hover {
    background-color: #FF2800;
    border-color: #FF2800;
}
.auction_lot_info_row:hover .auction_row_id,
.auction_lot_info_row:hover .auction_row_start_time,
.auction_lot_info_row:hover .auction_row_title a,
.auction_lot_info_row:hover .auction_row_calendar a {
    color: #ffffff;
}
.auction_lot_info_row .auction_row_calendar {
    position: relative;
    padding-left: 10px;
}
.auction_lot_info_row .auction_row_calendar::before {
    height: 100%;
    width: 1px;
    background-color: #DDDDDD;
    left: 2px;
    top: 0;
    position: absolute;
    content: "";
}
.auction_lot_info_row:hover .auction_row_type {
    color: #FF2800;
    background-color: #ffffff;
}
.row.auctions_lots_list_row:not(:last-child) {
	margin-bottom: 30px;
}
@media only screen and (max-width:  767px) {
    .row.auction_lot_info_row {
        margin-left: 0;
        margin-right: 0;
    }
    .auction_row_id, .auction_row_start_time {
        margin-right: 0px;
    }
    .auction_lot_info_row .col-md-6:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }
    .auction_lot_info_row .col-md-6 div.auction_row_calendar {
        display: block;
        padding-left: 0;
        margin-top: 5px;
    }
    .auction_lot_info_row .auction_row_calendar:before {
        content: none;
    }
}
.time_slot div.images .woocommerce-product-gallery__image {
    border: 1px solid #eaeaea;
}
.time_slot div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 80px;
    display: inline-block;
    margin-top: 8px;
    margin-right: 8px;
}
.time_slot figure.woocommerce-product-gallery__wrapper {
	margin-bottom: 0 !important;
}
.time_slot div.images .woocommerce-product-gallery__image:nth-child(1) {
	overflow: hidden;
	max-height: 500px;
}
.time_slot div.images .woocommerce-product-gallery__image:nth-child(1) img {
	width: 100%;
}
.time_slot div.images img.zoomImg {
    width: 110% !important;
    height: auto !important;
}
.time_slot .pswp__bg {
	background: rgba(0,0,0,0.7);
}
.time_slot  div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}
.time_slot  div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}
.time_slot div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(
	-45deg
	);
    -ms-transform: rotate(-45deg);
    transform: rotate(
	-45deg
	);
    box-sizing: content-box;
}
.time_slot .next_auction {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}
.time_slot .next_auction .product-wrapper {
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    overflow: hidden;
}
.time_slot .next_auction .thumbnail-and-details {
    border-bottom: 0;
    overflow: hidden;
    width: 35%;
    float: left;
    position: relative;
}
.time_slot .next_auction .thumbnail-and-details img {
    margin-bottom: 0px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    width: 100%;
    height: auto;
    display: block;
    box-shadow: none;
    max-width: 100%;
}
.time_slot .next_auction .thumbnail-and-details img.woo_secondary_media_image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.time_slot .next_auction:hover .thumbnail-and-details img.woo_secondary_media_image {
    opacity: 1;
    visibility: visible;
    z-index: 222;
}
.time_slot .next_auction .thumbnail-and-details img:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.time_slot .next_auction .woocommerce-title-metas {
    width: 60%;
    float: right;
}
.time_slot .next_auction .archive-product-title {
    border: none !important;
    padding: 8px 0px !important;
    padding-right: 20px;
    text-align: left !important;
    margin: 0;
    font-size: 1em;
}
.time_slot .next_auction .archive-product-title {
    align-self: center;
    color: #484848;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    width: 100%;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.time_slot .next_auction .woocommerce-title-metas .details-container {
    padding: 0 5px 5px 0;
}
.time_slot .next_auction .details-price-container {
    text-align: left;
}
.time_slot .next_auction .details-price-container .auction-price .auction {
    font-size: 14px;

}
.time_slot .next_auction  .details-date-container {
    text-align: left;
    color: #9c9c9c;
}
.time_slot .auction_short_description {
    margin-top: 10px;
}
.auction_short_description p:last-of-type {
    margin-bottom: 0;
}
.time_slot .auction_short_description.small {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   transition: all 250ms ease;
}
.time_slot p.copyright {
    color: #fff;
    padding: 10px 0;
}
.time_slot a.read_more {
    color: #343E47;
}

p.no_next_auction {
    font-weight: 500;
    font-style: italic;
    background: #2980b9;
    color: #fff;
    padding-left: 13px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
}
.time_slot.main_content .footer .container {
    padding-top: 0;
    padding-bottom: 0;
}
.time_slot.main_content > .container > .row.details_row {
    margin-bottom: 0;
}
.auctions_lots_list span.auction_lots_date {
    font-size: 16px;
    margin-bottom: 2px;
    display: inline-block;
    font-weight: 600;
    color: #333333;
}

@media only screen and (max-width: 1024px) {
    .second_pannel .col-md-6 {
        width: 100%;
    }
    .count_remaining_auctions {
        float: left;
    }
    .time_slot .next_auction .archive-product-title {
        font-size: 18px !important;
        line-height: 22px !important; 
    }
    .row-eq-height {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 991px) {
    .col-sm-12 {
        width: 100%;
    }
    .time_slot.main_content div#countdown {
        text-align: left;
    }
    .time_slot.main_content div#countdown .countdown_section {
        text-align: left;
    }
    .time_slot.main_content div#countdown .countdown_row {
        justify-content: flex-start;
    }
    .time_slot.main_content .first_pannel,
    .time_slot.main_content .second_pannel,
    .time_slot.main_content .actions_row {
        margin-bottom: 30px;
    }
    .footer .payment-methods p.copyright {
        text-align: left;
    }
}
ul.products.list .date-component{
    text-align: left;
    padding: 0 20px 20px 20px;
    margin-top: -15px;
}
ul.products.grid .date-component{
    text-align: center;
    padding: 0 20px 20px 20px;
    margin-top: -15px;
}