@charset "UTF-8";
/* Currency */
.currency-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: row;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.currency-container .amount {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	padding-left: 5px;
}

.currency-container .currency {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

/* BOTNOI */
.budge-style {
	background-color: #FFF !important;
}

.cookie-modal .modal-content .accordion .title:first-child .label {
	width: 40% !important;
}

.cookie-popup .setting-btn {
	margin-right: 40px !important;
}
.myorder-header {
	display: none;
}

.item-shopping-img{
	height: 85px !important;
}

.original-price .currency-container {
	text-decoration: line-through;
}

#finder-detail #finder-shop4you .ga-shop4you-logo,
.ga-banner-top {
	display: none !important;
}


.brand-main-layout .original-price .currency-container {
	text-decoration: unset !important;
}

.th.flag {
	display: none;
}
.mm-listitem {
	font-size: 14px;
}