@font-face {
	font-family: 'QORE'; 
	src: url(/assets/fonts/Qore.otf); 
}
.font-qore {
	margin-left: 10px;
	font-family: QORE;
}
.font-qore > .first {
	color: #ff0000;
}
.font-qore > .second {
	color: #ffffff;
}
.text-nowrap {
	white-space:nowrap;
}
.text-red {
	color: #ff0000;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-right li div+div{
	text-align: right;
}
.text-wieght {
	font-weight: 600;
}
.table-div {
	width: 100%;
	margin-bottom: 1rem;
}
.table-div div {
	border-bottom: 2px solid #2a2a2a;
}
.table-div .cart-list-item:hover {
	background-color: #ff0000;
	color: #000000;
	/*font-weight: 600;
	font-size: 11px;*/
}
.table-div .bg-checked {
	background-color: #c93f36;
	color: #000000;
	/*font-weight: 600;
	font-size: 11px;*/
}
.table-div .cart-list-item input[type=checkbox] {
	display: none;
}
.table-div div a {
	padding: 16px 25px 17px;
	white-space:nowrap;
}
.footer-link a {
	padding: 0 15px;
}
.width-80 {
	width: 80px;
}
.fs-12 {
	font-size: 12px;
}
.pointer {
	cursor: pointer;
}
.cart-list-height {
	height: 450px;
}
.cart-select-heigth {
	min-height: 230px;
}
.mh-300 {
	max-height: 300px;
}
.u-coin-list-item input[type=radio] {
	-webkit-appearance: none;
 	appearance: none;
}
.checked {
	background-color: #c93f36;
}
@media screen and (max-width: 992px) {
	.mpl-hexagon-rating-none {
		display: none;
	}	
}