
body {
    background-color: #fff;
}

@media (min-width: 992px) {
    .navbar-nav.navbar-nav-mega .nav-link-1 {
		padding: 1rem .5rem;
        white-space: nowrap;
    }
}

.cat-list-grid .cat-list-item-img {
	width: auto;
    height: 100px;
    max-width: 100%;
	border: none;
    border-radius: unset;
}

.details-information.weight svg {
	position: relative;
}

.cat-list-grid .card {
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.cat-list-grid .card-header {
	padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.cat-list-grid .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.cat-list-grid .card-header a {
	font-size: 14px;
    line-height: 1.42857143;
	text-decoration: none;
}
.cat-list-grid .card-header a:hover {	
	text-decoration: underline;
}
.cat-list-grid .card-body {
	padding: 2.5rem 1.25rem;
	display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
}
.cat-list-grid .card-body a {
	text-decoration: none;
}