/* new Font */
@font-face {
	font-family: rajdhani-regular;
	src: url('./fonts/rajdhani/Rajdhani-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.rajdhani {
	font-family: rajdhani-regular;
}

/* end font */

body {
	background-color: #FFF;
	font-family: rajdhani-regular !important;
}

.table {
	--bs-table-color: #8e8e8e !important;
}

body a {
	text-decoration: none;
}

.fs-7 {
	font-size: 0.9em!important;
}

.fs-8 {
	font-size: 0.8em!important;
}

.fs-9 {
	font-size: 0.7em!important;
}

.fs-10 {
	font-size: 0.6em!important;
}

.top-bar {
	background-color: #000;
	font-size: small;
}

.middle-bar {
	box-shadow: var(--bs-box-shadow) !important;
	padding: 1rem 0 !important;
}

.bottom-bar {
	padding-bottom: .5rem;
}

.bottom-bar .navbar {
	margin-top: 1rem;
}

.bg-red {
	background-color: #f73a36;
}

.bg-navbar {
	background-color: #d20b0b;
}

.grey {
	color: #8e8e8e !important;
}

.bg-wrap {
	position: relative;
}

.bg-wrap:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background-image: url('../slider/default_slider.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.btn-news {
	border: 1px solid #d20b0b;
	color: #d20b0b
}

/***
    Carousel
*/
.carousel-control {
	width: 4%
}

.carousel-control-prev-icon {
	background-image: url('../icon/icon-previous.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.carousel-control-next-icon {
	background-image: url('../icon/icon-next.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	width: 2rem;
	height: 2rem;
}

.carousel-control-prev,
.carousel-control-next {
	top: 20.5em !important;
}

#carouselNews .carousel-control-prev,
#carouselNews .carousel-control-next {
	top: 41em !important;
}
#carouselRecommendedProduct .carousel-control-prev,
#carouselRecommendedProduct .carousel-control-next{
	top: 20em !important;
}

.carousel-control-prev,
#carouselNews .carousel-control-prev,
#carouselRecommendedProduct .carousel-control-prev {
	left: 76em !important;
}

.carousel-control-next,
#carouselNews .carousel-control-next,
#carouselRecommendedProduct .carousel-control-next {
	right: 0 !important;
}

.carousel-indicators [data-bs-target] {
	background-color: #972b4b !important;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}

.carousel-indicators {
	position: absolute;
	right: -10rem;
	bottom: 0;
	z-index: 2;
	display: flex;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	left: unset;
}

#carouselDetailImages .carousel-control-prev,
#carouselDetailImages .carousel-control-next {
	top: 3rem !important;
}

#carouselDetailImages .carousel-control-prev {
	left: 0 !important;
}

#carouselDetailImages .carousel-control-next {
	right: 0 !important;
}

/** End Carousel */


@media screen and (max-width: 576px) {
	.navbar-brand {
		float: left;
		padding: 5px;
		text-align: center;
		width: 100%;
	}
    .product-name {
        font-size: .7em!important;
    }

    .price-item {
        font-size: medium!important;
    }
}

/* Home pages */
.navbar-header {
	float: left;
	padding: 5px;
	text-align: center;
	width: 100%;
}

.navbar-brand {
	float: none;
}

.navbar-nav .nav-link.active {
	background-color: #000 !important;
	border-radius: 5px !important;
}

.navbar-nav a.nav-link:hover {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.no-border {
	border: none !important;
	outline: none !important;
}

.navbar .dropdown-menu {
	--bs-dropdown-padding-y: 0;
	--bs-dropdown-bg: none;
	--bs-dropdown-border-color: none;
}

.navbar .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
	float: right;
	margin-top: 8px;
}

.navbar-nav>li>.dropdown-menu {
	min-width: 250px;
	background-color: #FFF;
}

/* Content */
.title-red,
.text-red {
	color: #d20b0b;
}

.icon-newproduct,
.icon-bestproduct {
	width: 64px;
	height: 38px;
	position: absolute;
	top: .5em;
	left: -9px;
}

.icon-newproduct {
	background-image: url("../icon/icon_new-product.png");
}

.icon-bestproduct {
	background-image: url("../icon/icon_best-product.png");
}

.icon-shadownews {
	border-image: url("../icon/icon_shadow-artikel.png");
	width: 361px;
}

.icon-shadownews::after {
	content: '';
	height: 32px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.icon-favorite {
	position: absolute;
	top: .5em;
	right: 1em;
	color: #666;
	font-size: 1.5em;
}

.product-new,
.product-best,
.product-other,
.banner-static,
.news {
	padding: 2em 0;
	margin-bottom: 3em;
}

.product-name {
	color: #000;
	margin-top: 1em;
	display: block;
	font-weight: bold;
	height: 4rem !important;
    font-size: .8em;
}

.price-item {
	font-weight: bold;
	font-size: larger;
	display: block;
}

.strikeprice-item {
	font-weight: normal;
	font-size: small;
	color: #000;
	text-decoration: line-through;
	display: block;
}

.rekomendasi-produk {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}

.img-detailslide {
	width: 15%;
}

/* Footer */
footer h4 {
	font-size: larger;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
	text-transform: uppercase;
}

footer .footer-links {
	margin-bottom: 30px;
}

footer .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .footer-links li {
	padding: 3px 0;
	display: flex;
	align-items: center;
}

footer .footer-links li a {
	color: #FFF;
}

footer .social-links {
	list-style: none;
	padding: 0;
	margin: 0;
}



/* Suggest */
.suggestList {
	min-width: 67.9em;
	z-index: 1;
	overflow: auto;
	min-height: 100px;
	max-height: 200px;
	background-color: #fff;
	text-align: left !important;
	font-size: 11px;
	text-transform: capitalize;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	z-index: 999
}

.suggestData {
	padding: 4px;
}

.suggestData:hover {
	background-color: #000;
	cursor: pointer
}

.suggestData:nth-of-type(odd) {
	background-color: #fff
}

.suggestData:nth-of-type(even) {
	background-color: #f5f5f5
}
