.Accessories-sec {
	padding: 100px 0px 0px 0px;
}
.single-accessories-wrapper .single-img-wrapper img {
	height: 169px;
	width: 206px;
	object-fit: cover;
}
.single-accessories-wrapper .single-pro-content-wrapper {
	text-align: center;
}
.single-accessories-wrapper .single-pro-content-wrapper h6 {
	font-family: "Montserrat";
	color: #9e9d9d;
	font-size: 17px;
	font-weight: 400;
}
.single-accessories-wrapper .single-pro-content-wrapper p {
	color: #b50603;
	font-size: 16px;
	font-family: "Montserrat";
	font-weight: 700;
}
.single-accessories-wrapper .single-pro-content-wrapper strike {
	font-weight: 400;
}
.single-accessories-wrapper .single-pro-content-wrapper ul {
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.single-accessories-wrapper .single-pro-content-wrapper ul li i {
	color: #fe9d2b;
	margin: 0px 7px 0px 0px;
}
.single-accessories-wrapper .single-pro-content-wrapper ul li i.fa.fa-star-o {
	color: #c7c7c7;
}
.Accessories-sec .content-wrapper h2 {
    font-family: "Generica";
    text-align: center;
    margin-bottom: 43px;
    color: #000000;
    font-weight: 700;
    font-size: 47px;
}
.single-accessories-wrapper .single-img-wrapper {
	position: relative;
}

.single-accessories-wrapper .single-img-wrapper .new-arrival {
	position: absolute;
	top: 0%;
	background: #f1ce23;
	padding: 7px 15px;
	width: 74%;
	clip-path: polygon(0 0, 100% 0, 83% 99%, 0% 100%);
}

.single-accessories-wrapper .single-img-wrapper .new-arrival h6 {
	margin: 0px;
	color: #10112a;
	font-size: 15px;
	font-family: "Montserrat";
	font-weight: 700;
}
.Accessories-sec .slick-prev:before,
.slick-next:before {
	color: #000;
	opacity: 1;
}
.Accessories-sec .slick-prev:before {
	content: "\f104";
	font-family: "FontAwesome";
	color: #a5a3a3;
	font-size: 37px;
	font-weight: 200;
}

.Accessories-sec .slick-next:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #a5a3a3;
	font-size: 37px;
	font-weight: 200;
}
.Accessories-sec .slick-prev {
	left: -40px;
}

.Accessories-sec .slick-next {
	right: -40px;
}
.Accessories-sec .btn-wrapper .btn {
	padding: 11px 59px;
	text-transform: uppercase;
	background: #d8ae65;
}
