body {
	overflow-x:hidden;
}

.toggle-theme {
	width: fit-content;
	position: absolute;
	top: 20px;
	right: 40px;
}

.toggle-theme svg {
	width: 24px;
	height: 24px;
}

.txt-helper {
	font-size: 12px;
}

.font-weight-600 {
	font-weight: 600;
}

.auth-cover-image{
	height: 100vh;
  width: 100%;
  object-fit: cover;
}

.bg-cover-image {
	background-color: #131313;
}

@media (max-width: 576px){
	.toggle-theme {
		top: 16px;
		right: 16px;
	}

	.toggle-theme svg {
		width: 20px;
		height: 20px;
	}
}

.preview-img-bp {
  display: flex;
  justify-content: center;
}

.preview-img-bp img {
  max-height: 150px;
  width: auto;
  object-fit: contain;
}

.grid-view {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 2rem;
}

.item-options {
	display: flex;
  flex-wrap: wrap;
}

.btn-cart {
	flex-grow: 1;
	border-radius: 0 0 0.428rem 0.428rem;
}

.searchbar {
  box-shadow: 0 2px 8px 0 rgba(34, 41, 47, 0.14);
  border-radius: 0.3rem;
}

.search-barang {
	border: none;
	height: 58px;
	padding-left: 1.25rem;
}

.checkout-wrapper {
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap: 2rem;
}

.p-2-rem {
	padding: 2rem;
}

.mt-2-rem {
	margin-top: 2rem !important;
}

.item-name {
	display: flex;
	margin-bottom: 1rem;
	align-items: center;
}

.item-name:last-child{
	margin-bottom: 0;
}

.image-detail-riwayat {
	max-width: 200px;
	height: auto;
}