@charset "UTF-8";
.content .wrap .main-header h1.logo-text {
	text-indent: -999px;
	height:45px;
	background-size: contain;
}
.banner .wrap h1.logo-text {
	text-indent: -999px;
	height: 45px;
	width: 210px;
	background-size: contain;
}
@media (max-width: 999px) {
	.banner {text-align: center;}
}
.content .wrap a {
	color:#000;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.content .wrap a:hover {color: #000;}
.content .wrap .btn {
	background:#000;
	color: #fff!important;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.hanging-icon {stroke: #e17b1a;}

.content .wrap .btn.btn-disabled {pointer-events: none;}
.content .wrap .btn:not(.btn-disabled):hover {background:#d20808;}
.step-footer .step-footer-previous-link .previous-link-icon {fill: currentColor!important;}
.fieldset .field .field-input-wrapper .field-input:focus {
	box-shadow: 0 0 0 2px #000;
}
.radio-wrapper .radio-input .input-radio, 
.checkbox-wrapper .checkbox-input .input-checkbox {
	box-shadow: 0 0 0 0 #000 inset;
}
.radio-wrapper .radio-input .input-radio:checked, 
.checkbox-wrapper .checkbox-input .input-checkbox:checked {
	box-shadow: 0 0 0 10px #000 inset;
}
.sidebar .sidebar-content .order-summary .product .product-image .product-thumbnail .product-thumbnail-quantity {
	background-color: #000;
}
.redeem-login-section {
	position: relative;
	padding-bottom: 40px !important;
}
.redeem-login-btn a {background: #000!important;color:#fff!important;}
.redeem-login-section[data-rate]:not(.error):after {
	content: "Chỉ hỗ trợ thanh toán với số tiền là bội số của "attr(data-rate);
	position: absolute;
	bottom: 15px;
	color: #629008;
	left: 0;
	font-weight: 500;
}
.redeem-login-section[data-rate].error:after {
	content: "Giá trị phải là số";
	position: absolute;
	bottom: 15px;
	color: #f00;
	left: 0;
	font-weight: 500;
}
.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup-inner {
	width: 315px;
	background: #fff;
	border-radius: 3px;
	padding: 20px 20px 50px 20px;
}
.popup-inner > a {
	font-size: 25px;
	display: block;
	text-align: right;
	color: #f7b500;
	cursor: pointer;
}
.popup-inner > h3 {
	font-size: 16px;
	text-align: center;
}
.redeem-form-used {
	margin-bottom: 10px;
}
.page__loading{
	display: none;
	position: fixed;
	z-index: 99999999999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.page__loading.in{
	display: block
}
.page__loading:before{
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
}
.page__loading:after{
	content: '';
	position: fixed;
	border: 2px solid #f3f3f3;
	border-top: 2px solid #3498db;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	-webkit-transform-origin: %50;
	-o-transform-origin: %50;
	-ms-transform-origin: %50;
	transform-origin: %50;
	-moz-animation: spin 700ms infinite linear;
	-ms-animation: spin 1.5s infinite linear;
	-webkit-animation: spin 700ms infinite linear;
	-o-animation: spin 700ms infinite linear;
	animation: spin 700ms infinite linear;
}
.main .main-footer {padding: 0;}
.popup-checkout:not(.popup-checkout-new){
	display: none !important;
}
.popup-checkout.popup-checkout-new .btn-confirm,
.popup-checkout.popup-checkout-new .popup-mask{
	cursor: pointer;
}
.blank-slate {text-align: left;line-height: 22px; padding-top: 0;}
@-moz-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
