:root {
	--color-font : #505050;
	--box-radius : 10px;
	--box-shadow : 0 0 5px rgba(150,150,150,.5);
}

body {
	background: #192124;
}
/*body * {
	font-family: "NotoSans-Regular", sans-serif;
}*/


.header {
	background: #072F39;
    border-bottom: 1px #4D4D4D solid;
    height: auto;
}

.footer {
	background: #cfcfcf;
}
.footer .box-body {
	background: #072F39 !important;
}
.footer a {
	font-size: 13px;
}

.box-title h1 {
	margin: 0; padding: 0;
	color: #fff;
	font-size: 25px;
}

.box-nav {
	margin: 0; padding: 0;
}
.box-nav .nav-list {
	margin: 0; padding: 0px;
	margin-right: 25px;
	display: inline-block;
}
.box-nav .nav-list i {
	font-size: 13px;
}
.box-nav .nav-list span {
	color: #fff !important;
	font-size: 15px;
}
.box-nav .nav-list .nav-menu {
	padding-bottom: 5px;
	border-bottom: 1px transparent solid;
	top: 0px;
}
.box-nav .nav-list .nav-menu:hover {
	border-bottom: 1px #fff solid;
}

.t-break {
	margin: 0;
	padding: 10px;
}

.box-content .box-body {
	background: #fff;
	padding: 15px !important;
}

.title-sosmed span {
	color: #6f6f6f !important;
	font-size: 25px;
}

.ico-1 {
	width: 10px;
	height: 10px;
}
.ico-2 {
	width: 15px;
	height: 15px;
}
.ico-3 {
	width: 20px;
	height: 20px;
}
.ico-4 {
	width: 25px;
	height: 25px;
}
.ico-5 {
	width: 30px;
	height: 30px;
}
.ico-6 {
	width: 35px;
	height: 35px;
}
.ico-7 {
	width: 40px;
	height: 40px;
}
.ico-8 {
	width: 45px;
	height: 45px;
}
.ico-9 {
	width: 50px;
	height: 50px;
}

.card-product {
	background: #293A3C;
	padding: 0px !important;
}
.card-product:hover {
	background: #273739;
}
.card-product .fm-image {
	margin: 0; padding: 0;
	overflow: hidden;
}
.card-product .fm-image img {
	width: 100%;
}
.card-product .fm-ttlp {
	height: 60px;
	padding: 10px;
}
.card-product .garis-card {
	border-color: #3C4E50;
}
.card-product .title-product {
	color: #C4EDF2 !important;
	font-size: 14px;
}

.card-product {
	position: relative;
}
.card-product:hover img {
	transform: scale(1.1);
	transition-duration: 0.2s;
}
.card-product .fm-image {
	overflow: hidden;
}
.card-product .disc {
	position: absolute;
	top: 0;
	right: 0;
	background: #FFE5E5;
	color: #AE0A0A !important;
	margin: 0; 
	padding: 4px;
	width: 45px;
	font-size: 12px;
	border-left: 1px #E94545 solid;
	border-bottom: 1px #E94545 solid;
	border-bottom-left-radius: 10px;
	text-align: center;
	align-items: center;
	z-index: 55;
}
.card-product .dbl {
	padding: 10px;
	align-items: center;
	align-content: center;
	display: grid;
	grid-template-columns: 17px 1fr;
}
.card-product .dbl * {
	font-size: 12px;
	color: #B0DDE3 !important;
}


.card-ns {
	border: 1px #ddd solid;
	text-align: center;
	cursor: pointer;
}
.card-ns:hover {
	background: #DEF7FF;
}
.hide {
	display: none;
}

.box-content * {
	border-color: #024F62;
}

.title-ctg span {
	color: #fff !important;
	font-size: 30px;
	font-weight: bold;
}