/* scrollbar */
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-thumb {
	background: #9F86D9;
	border-radius: 10px;
}

/* Need help button -- start */
#scrollUp {
	display:none !important;
}
#btn_need_help {
	width: 42px;
	height: 42px;
	color: #fff;
	right: 20px;
	bottom: 20px;
	border-radius: 80px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	z-index: 999 !important;
	border: 0;
	transition-duration: 0.2s;
	background-color: #9F86D9;
}
#btn_need_help i {
	display: block;
	line-height: 46px !important;
	font-size: 20px;
	color: #fff;
}
#btn_need_help:hover {
	transform: translateY(-3px);
	transition-duration: 0.2s;
	background-color: #9F86D9;
}
/* Need help button -- end */

/* Banner -- start */
.block-shop-head {
	background-position: center;
	background-size: cover;
	background-image: url('../../storage/banner3.jpg');
	background-repeat: round;
	background-blend-mode: overlay;

}
/* Banner -- end */

/* View Exhibition Center button -- start */
.btn.btn-arrow-right.my_btn_arrow_right {
	font-size: 14px;
	line-height: 21px;
	color: #9F86D9;
}
.btn.btn-arrow-right.my_btn_arrow_right:hover {
	color: #1C1D1D;
}
/* View Exhibition Center button -- end */

/* Sticky pay and proceed -- start */
.my_sticky_bot{
	position:sticky;
	bottom:0;
	z-index: 5;
}
/* Sticky pay and proceed -- end */

/* Hot items product description -- start */
.my_product_desc .my_p::after{
	content: "";
	height: 18px;
	width: 1px;
	background-color: rgba(19, 20, 26, 0.3);
	position: absolute;
	left: 60%;
}
/* Hot items product description -- end */
/* Home upcoming auction card -- start */
.cardPromotion .cardImage .box-date-info {
	position: absolute;
	top: 17px;
	left: 17px;
	z-index: 3;
	background-color: #ffffff;
	border-radius: 5px;
	text-align: center;
	width: 59px;
	height: 59px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cardPromotion .cardImage .box-date-info .box-inner-date {
	position: relative;
}
.cardPromotion .cardImage .box-date-info .heading-6 {
	color: #9F86D9;
	line-height: 18px;
}
.cardPromotion .cardImage .box-date-info .font-md {
	line-height: 16px;
}
/* Home upcoming auction card -- end */

/* Upcoming and ongoing auction card -- start */
.lbl-hot.lbl_ongoing, .lbl-hot.lbl_upcoming{
	left:unset;
	right: 5%;
}
.countdown_ongoing > .countdown-section > .countdown-amount {
	background-color :#E35946 !important;
}
/* Need help button -- end */

/* CSS for chatbox -- start */

.border_b {
	border-bottom: 2px solid #9F86D9;
}
.border_brand_1 {
	border: 2px solid #9F86D9;
}
.chat-popup {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border: 5px solid #9F86D9;
	border-radius: 15px;
	z-index: 2147483647;
}
.chat-container {
	width: 350px;
	height: 500px;
	padding: 20px;
	border-radius: 10px;
	background-color: white;
}
.chat-bg {
	background: linear-gradient( rgba(159, 134, 217, 1) 15%, rgba(255, 255, 255, 1) 15%);
}
.faq_icons {
	font-size: xx-large;
}
.back_btn {
	padding:0.375rem 0.75rem !important;
	color:#9F86D9 !important;
	font-size:20px !important;
}
.chat_btn {
	border-color: !important;
}
.chat_btn:hover{
	color:#FFFFFF !important;
	background-color:#9F86D9 !important;
	border-color:#9F86D9 !important;
}
.color-unset {
	color:unset;
}
.help-link {
	color:#9F86D9 !important;
}
.button_b {
	border:2px solid #9F86D9 !important;
	border-radius: 20px;
}
.none_radius {
	border-radius:0;
}
.scroll {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 70%;
}
.reg_btn {
	padding:15px !important;
	color:#FFF !important;
	background-color:#9F86D9 !important;
	margin-bottom:15px;
}

@media screen and (max-width: 600px) {
	.chat-popup {
		height: 100%;
		width: 100%;
		bottom: 0px;
		right: 0px;
	}

	.chat-container {
		height: 100%;
		width: 100%;
	}
}

/*CSS for chatbox -- end*/


/* Customizing Calendar Event -- start */
.fc-sticky {
	color:white;
}
.fc-event-title-container {
	padding: .25rem;
}
/* Customizing Calendar Event -- end */

/* Cart -- start */
.checkbox_lg {
	transform: scale(1.5);
}
.mx-25 {
	margin-left:25%;
	margin-right:25%;
}
/* Cart -- end */

/* Market Favorites -- start */
.box_collection_auction {
	border: 10px solid #ffffff;
	padding: 30px 40px 89px 40px;
	background-color: #FFF8EE;
	position: relative;
}

.box_collection_auction_2 {
	border: 10px solid #ffffff;
	padding: 30px 40px 89px 40px;
	background-color: #EAEEFF;
	position: relative;
}

.lbl_auction_dt {
	background-color: #9f86d9;
	border-radius: 30px;
}
/* Market Favorites -- end */

/* no transition */

* {
    transition: none;

.ms-n3 {
	margin-left: -1.0rem !important;
}

.l-n100 {
	left:-100%;
}