/**
 * @package    HikaAuction for Joomla!
 * @version    6.0.0
 * @author     hikashop.com
 * @copyright  (C) 2010-2026 HIKARI SOFTWARE. All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */


form[name="hikaauction_product_form"] .hikashop_product_right_part.hikaauction_sticky_active {
	position: fixed;
	z-index: 100;
	background: var(--hk-bg, #fff);
	padding: 10px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	border-radius: 4px;
	box-sizing: border-box;
	max-height: 90vh;
	overflow-y: auto;
}

.hikaauction_status_badge {
	display: block;
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 0.85em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
}
.hikaauction_status_upcoming {
	background: #fff3e0;
	color: #e65100;
	border: 1px solid #ffb74d;
}
.hikaauction_status_live {
	background: #e8f5e9;
	color: #1b5e20;
	border: 1px solid #66bb6a;
}
.hikaauction_status_sold {
	background: #e3f2fd;
	color: #0d47a1;
	border: 1px solid #42a5f5;
}
.hikaauction_status_unsold {
	background: #f5f5f5;
	color: #616161;
	border: 1px solid #bdbdbd;
}
.hikaauction_status_cancelled {
	background: #fbe9e7;
	color: #b71c1c;
	border: 1px solid #ef5350;
}
.hikaauction_product_status_badge {
	margin-bottom: 10px;
}

p.time_counter {
	width:100%;
	text-align:center;
	padding-top:10px;
}
p.time_counter span.counter_value {
	font-size:2em;
	display:inline-block;
	padding:0px 6px;
}
p.time_counter span.counter_value span.sub {
	font-size:0.5em;
	display:block;
}
p.time_counter span.sep {
	vertical-align:top;
	font-size:1.4em;
}

span.hikadeal_deal_price {
	font-size:1.6em;
}
span.hikadeal_deal_price span.hikashop_product_price_before_discount {
	font-size: 0.8em;
	margin-right:0.5em;
}
form[name="hikaauction_product_form"] #hikashop_product_bottom_part #hikashop_product_description_main {
		border: none;
}

div.hikadeal_deal_discount {
	padding-bottom:5px;
}
div.hikadeal_deal_discount div.hikadeal_clear {
	clear:left;
}
div.hikadeal_deal_discount > span {
	float:left;
	display:inline-block;
	width:50%;
	text-align:center;
}
div.hikadeal_deal_discount span.hikadeal_discount_title {
	font-size: 0.9em;
}
div.hikadeal_deal_discount span.hikadeal_discount_value {
	display:block;
	font-size: 1.4em;
}

.deal_progress {
	border:1px solid #f7f7f7;
	margin-top: 10px;
	height: 16px;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ffffff);
	background-image: -o-linear-gradient(top, #f9f9f9, #ffffff);
	background-image: linear-gradient(to bottom, #f9f9f9, #ffffff);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
			border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffffffff', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
		 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
			box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.deal_progress_bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5eb95e;
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(to bottom, #62c462, #57a957);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
		 -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
			box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
		 -moz-transition: width 0.6s ease;
			 -o-transition: width 0.6s ease;
			transition: width 0.6s ease;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
		 -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
			box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.deal_progress_bar.active {
	background-color: #0e90d2;
	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
	background-image: -o-linear-gradient(top, #149bdf, #0480be);
	background-image: linear-gradient(to bottom, #149bdf, #0480be);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
}
.deal_progress_bar.finish {
	background-color: #5eb95e;
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(to bottom, #62c462, #57a957);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.deal_progress_bar.error {
	background-color: #dd514c;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

@-webkit-keyframes deal_progress_bar-stripes {
	from { background-position:0 0 }
	to { background-position:80px 0 }
}
@-moz-keyframes deal_progress_bar-stripes {
	from { background-position:0 0 }
	to { background-position:80px 0 }
}
@-ms-keyframes deal_progress_bar-stripes {
	from { background-position:0 0 }
	to { background-position:80px 0 }
}
@-o-keyframes deal_progress_bar-stripes {
	from { background-position:0 0 }
	to { background-position:80px 0 }
}
@keyframes deal_progress_bar-stripes {
	from { background-position:0 0 }
	to { background-position:80px 0 }
}
.deal_progress_bar.dynamic {
	background-color: #149bdf;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
		-moz-background-size: 40px 40px;
		-o-background-size: 40px 40px;
			background-size: 40px 40px;
	-webkit-animation: deal_progress_bar-stripes 2s linear infinite;
		-moz-animation: deal_progress_bar-stripes 2s linear infinite;
		 -ms-animation: deal_progress_bar-stripes 2s linear infinite;
		-o-animation: deal_progress_bar-stripes 2s linear infinite;
			animation: deal_progress_bar-stripes 2s linear infinite;
}



.auction_details {
	color: #737373;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
}

#hikaauction_bidder_amount #bid_amount{
	float: left;
    width: 56%;
    display: inline-block;
    margin-top: 3px;
}
#hikaauction_bidder_amount .hikaauction_bid_button{
	float: right;
	width: 28%;
}

#hikaauction_bidder_amount .hikaauction_bid_default_amount_button {
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    text-align: center;
}
#hikaauction_bidder_amount .hikaauction_bid_default_amount_button .hikaauction_bid_button{
    float: unset;
	width: unset;
}

.hikaauction_bid_buttons {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}
.hikaauction_bid_buttons .hikaauction_bid_button {
	float: none;
	width: auto;
}
.hikaauction_maxbid_btn {
	background: transparent;
	border: 2px solid currentColor;
	cursor: pointer;
}
.hikaauction_maxbid_popup {
	text-align: center;
	padding: 10px 0;
}
.hikaauction_maxbid_minimum {
	margin-bottom: 12px;
	font-weight: bold;
	color: #2e7d32;
}
.hikaauction_maxbid_popup input[type="text"] {
	display: block;
	width: 100%;
	margin: 0 auto 12px;
	box-sizing: border-box;
	padding: 8px 12px;
	font-size: 1.1em;
	text-align: center;
}
.hikaauction_maxbid_error {
	color: #c00;
	min-height: 1.2em;
	margin-bottom: 8px;
}
.hikaauction_maxbid_submit {
	float: none !important;
	width: 100% !important;
}
.hikaauction_maxbid_explanation {
	margin-top: 12px;
	color: #666;
}

.auction_history_table .title, .auction_history_table td.auction_details{
	text-align: center;
}
.auction_payment_block{
	float:left;
	width:50%;
	height:200px;
}
.auction_decline_block{
	float:left;
	width:50%;
	height:200px;
}
.auction_payment, .auction_cancel {
	text-align:center;
}
.hikaauction_payment_page {
	max-width: 700px;
}
.hikaauction_winner_banner {
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	border-radius: 6px;
	padding: 20px;
	margin-bottom: 20px;
}
.hikaauction_winner_banner h2 {
	margin: 0 0 10px 0;
	color: #166534;
}
.hikaauction_winner_banner .hikaauction_winning_price {
	font-size: 1.2em;
	margin: 0;
}
.hikaauction_giveup_section {
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 20px;
}
.hikaauction_giveup_section p {
	margin: 0 0 10px 0;
}
.hikaauction_checkout_section {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	padding: 20px;
}
.hikaauction_checkout_section p {
	margin: 0 0 10px 0;
}
.hikaauction_checkout_section select {
	width: 100%;
	margin-bottom: 15px;
}
.hikaauction_checkout_section .hikaauction_checkout_button {
	margin-top: 10px;
}
.hikaauction_cancel_confirmation h2 {
	margin-bottom: 20px;
}
.hikaauction_cancel_confirmation .hikaauction_cancel_actions {
	display: flex;
	gap: 10px;
	margin-top: 15px;
}
.auction_history_table, .auction_details_table{
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color: transparent;
	font-size: 1em;
}

.auction_details_table td{
	padding: 8px;
	vertical-align: top;
	border-top: 1px solid #DDD;
	line-height: 1.5em;
	text-align: left;
}
.auction_details_table tr{
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	vertical-align: baseline;
	background: transparent none repeat scroll 0% 0%;
}
.auction_history_table th {
	background-color: #0074CC;
	color: #FFF;
	background-image: -moz-linear-gradient(center top , #095197, #1B6BA5);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.auction_history_table .fa-check-circle {
    color: green;
    font-size: 1.2em;
}
.auction_history_table .fa-trophy {
    color: #ffb100;
    font-size: 1.2em;
}
.auction_history_table .fa-times-circle {
    color: red;
    font-size: 1.2em;
}
.auction_history_table .auction_details.auction_status {
    text-align: left;
}
#auction_time_counter .counter_urgent {
    color: #c00;
    font-weight: bold;
}
.auction_history_div .auction_history_table .history_user_bid td {
    background: #cfff9596;
    border-left: 3px solid #4CAF50;
}
#hikaauction_bidding_history .fa-check-circle {
    color: #0088cc;
    font-size: 1.3em;
}
#hikaauction_bidding_history .fa-times-circle {
    color: #e63f3f;
    font-size: 1.3em;
}
#hikaauction_bidding_history .fa-trophy {
    color: #ffb100;
    font-size: 1.3em;
}
#hikaauction_bids_listing .hikaauction_biddings .hikashop_auction_product_name, #hikaauction_bids_listing #hikaauction_bidding_history .hikaauction_product_name {
	text-align: left;
}
#hikaauction_bidding_history td, #hikaauction_bidding_history th {
    text-align: center;
}
#hikaauction_bidding_history .auction_in_progress td {
    background: #cfff9596;
    border-left: 3px solid #4CAF50;
}
.hikaauction_search_zone > div {
    display: inline-block;
}
.hikaauction_bid_type_filter {
    float: right;
}
@media only screen and (max-width: 800px) {
	div.modal.fade.in{
		width: 640px !important;
		margin-left: -320px !important;
		top : 10% !important;
		left: 50% !important;
	}
	table#hikaauction_bidding_history td:nth-child(4),
	table#hikaauction_bidding_history th:nth-child(4)   {display: none;}
}


.hikaauction_converted_price {
    color: #888;
    font-size: 0.9em;
    margin-left: 4px;
}


.hikaauction_sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
