.inner-page .content h3 {
  font-weight: 600;
  font-size: 26px;
}
::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
	background: #888; 
}

::-webkit-scrollbar-thumb:hover {
	background: #555; 
}  
			
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200&display=swap');

html,
body {
	height: 100%
}

body {
	display: grid;
	background: #fff;
	font-family: 'Manrope', sans-serif
}

.mydiv {
	margin-top: 50px;
	margin-bottom: 50px
}

.cross {
	font-size: 10px
}

.padding-0 {
	padding-right: 5px;
	padding-left: 5px
}

.img-style {
	margin-left: -11px;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	max-width: 104% !important
}

.m-t-20 {
	margin-top: 20px
}

.bbb_background {
	background-color: #E0E0E0 !important
}

.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute
}

.ribbon span {
	position: absolute;
	display: block;
	width: 34px;
	border-radius: 50%;
	padding: 8px 0;
	background-color: #3498db;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	color: #fff;
	font: 100 18px/1 'Lato', sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-transform: uppercase;
	text-align: center
}

.ribbon-top-right {
	top: -10px;
	right: -10px
}

.ribbon-top-right::before,
.ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent
}

.ribbon-top-right::before {
	top: 0;
	left: 17px
}

.ribbon-top-right::after {
	bottom: 17px;
	right: 0
}

.sold_stars i {
	color: orange
}

.ribbon-top-right span {
	right: 17px;
	top: 17px
}

.col-md-4{
	margin-bottom: 30px;
	max-width:300px;
}

.container {
    max-width: 1200px;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bbb_deals_featured {
	width: 100%
}

.bbb_deals {
	width: 100%;
	margin-right: 7%;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 34px;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-top: 0px
}

.bbb_deals_title {
	position: absolute;
	top: 10px;
	left: 22px;
	font-size: 18px;
	font-weight: 500;
	color: #000000
}

.bbb_deals_slider_container {
	width: 100%
}

.bbb_deals_item {
	width: 100% !important
}

.bbb_deals_image {
	width: 100%;
}

.bbb_deals_image img {
	width: 100%;
	max-height: 300px;
}

.bbb_deals_content {
	margin-top: 33px
}

.bbb_deals_item_category a {
	font-size: 12px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5)
}

.bbb_deals_item_price_a {
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6)
}

.bbb_deals_item_price_a strike {
	color: red
}

.bbb_deals_item_name {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	text-overflow: ellipsis; overflow: hidden; width: 300px; display: block; white-space: nowrap;
}

.bbb_deals_item_price {
	font-size: 24px;
	font-weight: 500;
	color: #6d6e73
}

.available {
	margin-top: 19px
}

.available_title {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 400
}

.available_title span {
	font-weight: 700
}

@media only screen and (max-width: 991px) {
	.bbb_deals {
		width: 100%;
		margin-right: 0px
	}
}

@media only screen and (max-width: 575px) {
	.bbb_deals {
		padding-left: 15px;
		padding-right: 15px
	}

	.bbb_deals_title {
		left: 15px;
		font-size: 16px
	}

	.bbb_deals_slider_nav_container {
		right: 5px
	}

	.bbb_deals_item_name,
	.bbb_deals_item_price {
		font-size: 20px
	}
	.col-md-4 {
    max-width: 100%;
	}
}