/* Shop Css Start Here */
.shop_sec {
	padding: 60px 0px;
}
.shop_sec .buisness-head {
	padding-bottom: 40px;
}
.shop_sec .filter-sidebar {
	background: #fcfbfb;
	border-radius: 10px 10px 0px 0px;
}
section.shop-sec {
    padding: 50px 0px !important;
}
.shop_sec .filter-sidebar .title {
	background: #000000;
	padding: 15px 20px;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}
.shop_sec .filter-sidebar .title h4 {
	margin: 0;
	font-size: 20px;
	font-family: "exo-bold";
}
.filter-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.filter-box ul li {
	padding: 14px 20px;
	border-bottom: 1px solid #ebebeb;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "Montserrat";
	font-weight: 700;
}
.filter-box ul li a {
    color: #000000 !important;
    font-family: "Montserrat";
    font-weight: 700;
	text-decoration: unset;
}
.filter-box ul li .count {
	background: #fff;
	box-shadow: 0px 0px 5px #0000003b;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: "Poppins";
	border-radius: 50%;
	font-weight: 400;
}
.filter-box ul li .color {
    background: #000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid;
}
.filter-box ul li .color ruby {
	margin-left: 40px;
}
.shop-box img {
    width: 100%;
    height: 100%;
}

.shop-box .content {
    margin-top: 20px;
}
.shop-box {
    border: 1px solid #00000045;
    padding: 15px 15px 35px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px #ddd;
    margin-bottom: 25px;
    height: 330px;
}
.shop-box .img-box {
    height: 210px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.shop-box .img-box .wishlist {
	position: absolute;
	top: 0;
	right: 0;
	background: #000000;
	border: 0;
	outline: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.shop-box .content .title {
    font-family: "exo-bold";
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shop-box .content p {
	color: #000;
	font-size: 13px;
	font-family: "Poppins";
}
.shop-box .content .cart-btn {
	font-family: "Poppins";
	background: #00b1ff;
	color: #fff;
	padding: 10px 20px;
	border-radius: 50px;
	font-size: 14px;
}
.shop-box .content .button-group {
	margin-top: 30px;
}
.shop_sec ul.pagination {
	margin: 30px 0 0 0;
}
.shop_sec ul.pagination li.arrow a {
	background: #f6f6f6;
	color: #1d1d1d;
	width: 28px;
	display: flex;
	align-items: center;
	height: 28px;
	justify-content: center;
	border-radius: 3px;
	font-size: 16px;
}
.shop_sec ul.pagination li.pagi a {
	color: #6e6e6e;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Poppins";
	height: 30px;
}
.shop_sec ul.pagination li.pagi a.active {
	border: 3px solid #000;
	color: #000;
}

.shop_sec a {
    text-decoration: unset;
}
@media (max-width: 991px) {
	.shop_sec .buisness-head {
		padding-bottom: 0px;
	}
	.shop_sec .filter-sidebar {
		margin-bottom: 20px;
	}
}
/* Shop Css End Here */
