body {
	background-color: #eee;
}

.t-products {
	/* background-image: linear-gradient(to right top, #5629c0, #5625cb, #5620d5, #551ae0, #5412eb); */
	/* color: #fff; */
	border-radius: 3px;
}
/* .list-group-item:first-child {
	border-top-left-radius: 0em !important;
	border-top-right-radius: 0em !important;
} */
.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 0rem;
	margin-bottom: -1px;
	background-color: #fff !important;
	color: #000 !important;
	box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
	font-weight: bold;
}
.processor {
	background-color: #fff;
	margin-top: 5px;
	border-bottom: 1px solid #eee;
}
.card {
	background-color: #fff;
	color: #fff;
	border: none !important;
}
.card-body {
	background-color: #fff;
	color: #000;
	border-radius: 0px;
	border: none;
}
.brand {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.type {
	background-color: #fff;
}

.product {
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
}
.checked {
	color: orange;
}
.star-rating {
	width: 65%;
	/* float: left; */
}
.about span {
	color: #fff;
	font-size: 16px;
}
.filter-check-label {
	margin-bottom: 0;
	color: #000;
	font-size: 12px;
}
.cart-button button {
	font-size: 12px;
	color: #fff;
	background-color: transparent;
	height: 38px;
}

/* .cart-button button:focus,
button:active {
	font-size: 12px;
	color: #fff;
	background-color: transparent;
	box-shadow: none;
} */

.product_fav i {
	line-height: 40px;
	color: transparent;
	font-size: 15px;
}

.product_fav {
	display: inline-block;
	width: 36px;
	height: 39px;
	background: #ffffff;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	border-radius: 11%;
	text-align: center;
	cursor: pointer;
	margin-left: 3px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.product_fav:hover {
	background: #5629c0;
}

.product_fav:hover i {
	color: #fff;
}

.about {
	margin-top: 24px;
	color: #000;
}
.about h5 {
	color: #000;
	font-size: 15px;
	min-height: 42px;
    max-height: 42px;
	letter-spacing: 0.4px;
}
.off {
	/* position: absolute; */
	left: 65%;
	top: 6%;
	width: 80px;
	text-align: center;
	height: 30px;
	line-height: 8px;
	border-radius: 5px;
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	border: 0;
}
.top-collapse {
	background-color: #fff !important;
	color: #000 !important;
	padding: 6px !important;
	border-radius: 25px !important;
}

.m-auto {
	margin: auto;
}
.cars {
	border: 1px solid #000;
	background: transparent;
	color: #000;
	border-radius: 4px;
	padding: 3px 5px 3px 5px;
	margin: 20px 0px 20px 0px;
	width: 250px;
}
.cars option {
	color: #000;
}
.products-item {
	width: 95%;
	border-radius: 15px;
	height: 200px;
	/* background: #f7f7f7 !important; */
    object-fit: contain !important;
	border: 1px solid #dedede;
}
.rating {
	color: #736e6e;
	font-size: 12px;
}

#body-row {
	margin-left: 0;
	margin-right: 0;
}
.clr-white {
	color: #fff !important;
}

#sidebar-container {
	/* min-height: 100vh;    */
	background-color: #fff;
	padding: 30px;
}
.rel-cat-item {
	background: #fff;
	padding: 5px 20px 5px 10px;
	margin: 0px 6px 0 0px !important;
	border-radius: 6px;
	font-size: 13px;
}
.tr_relate {
	margin-right: 20px;
}
/* Sidebar sizes when expanded and expanded */
/* .sidebar-expanded {
    width: 230px;
} */
.sidebar-collapsed {
	width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
	height: 50px;
	color: black;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
	height: 45px;
	padding-left: 30px;
}
.sidebar-submenu {
	font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
	/*background-color: #333;*/
	height: 35px;
}
.sidebar-separator {
	/*background-color: #333;*/
	height: 25px;
}
.logo-separator {
	/*background-color: #333;    */
	height: 60px;
}
.pr-0 {
	padding-right: 0px !important;
}
.pl-0 {
	padding-left: 0px !important;
}
/* Closed submenu icon */
#sidebar-container
	.list-group
	.list-group-item[aria-expanded='false']
	.submenu-icon::after {
	content: ' \002B';
	font-family: FontAwesome;
	display: inline;
	text-align: right;
	padding-right: 10px;
    font-size: 20px;
	font-weight: bold;
}
/* Opened submenu icon */
#sidebar-container
	.list-group
	.list-group-item[aria-expanded='true']
	.submenu-icon::after {
	    content: ' \2212';
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-right: 10px;
    font-size: 20px;
	font-weight: bold;
}

#body-col {
	background-color: #333;
}

.rating-numbers{
	color: #fff;
	background-color: #009900;
    border-radius: 3px;
	padding: 5px !important;
	margin: 5px 0px;
    display: inline-block;
}