.blog1 {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f8f6f4;
}

.blog1 .blog-list .col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
}

.blog1 .blog-list .row {
	flex-wrap: wrap;
}

.blog1 .blog-info {
	padding: 20px;
	/* background: #fff;
	height: 310px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 1px solid #ddd; */
}

.blog1 .blog-list {
	margin-bottom: 30px;

}

.blog1 .blog-list .blog-box {
	border: 1px solid #ddd;
}

.blog1 .blog-list .blog-image {
	padding: 20px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.blog1 .blog-list .blog-info {
	padding: 0px 20px 20px 20px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.blog1 .blog-info .tag {
	background-color: #efd7cd;
	border-radius: 5px;
	padding: 10px 10px;
	text-align: left;
	width: 100%;
	margin-bottom: 20px;

}

.blog1 .blog-info .tag.fashion {
	background-color: #f6d0d0;
}

.blog1 .blog-info .tag.trends {
	background-color: #3B82F675;
}

.blog1 .blog-info .tag.featured {
	background-color: #6fdece66;
}

.blog1 .blog-info .tag h4 {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 0;
}

.blog1 .blog-info h3 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.2;
}

.blog1 .blog-info h3 a {
	color: #000;
	transition: 0.5s;
}

.blog1 .blog-info h3 a:hover {
	color: #353535;
}

.blog1 .blog-info p {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 30px;
}

.blog1 .blog-info ul {
	display: flex;
	justify-content: space-between;
}

.blog1 .blog-left {
	position: relative;
}

.blog1 .blog-info ul li span {
	font-size: 20px;
	color: #7c7b7b;
}

.blog-right {
	padding: 40px;
	position: sticky;
	top: 0;
	background: #fff;
	border: 1px solid #ddd;
}

.blog-right h3 {
	font-size: 24px;
	font-weight: 400;
	color: #000;
	margin-bottom: 15px;
}

.blog-right input {
	width: 100%;
	padding: 15px 18px;
	border-radius: 35px;
	border: 2px solid #ddd;
	outline: none;
	font-size: 17px;
}

.blog-right .category li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}

.blog-right .category li::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #282828;
	border-radius: 100px;
	left: 6px;
	top: 11px;
}

.blog-right ul li a {
	color: #333;
	font-size: 20px;
	transition: 0.5s;
}

.blog-right .recent ul li {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 30px;
}

.blog-right .recent ul li .post-img {
	width: 30%;
}

.blog-right .recent ul li .post-info {
	width: 70%;
	display: flex;
	flex-direction: column;
}

.blog-right .recent ul li .post-info h4 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	text-align: justify;
}

.blog-right .blog-search {
	margin-bottom: 30px;
}

.blog-right .category {
	margin-bottom: 30px;
}

.blog-right .recent ul li .post-info span {
	margin-bottom: 2px;
	font-size: 18px;
	color: #7c7b7b;
}

.blog-right .recent ul li .post-info a:hover {
	color: #7c7b7b;
}

.blog-right ul li a:hover {
	color: #000;
}



.blog-detail1 {
	padding-bottom: 10px;
	padding-top: 30px;
	margin-bottom: 30px;
}

.blog-detail1 .blog-info-wrap .tag h4 {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 0px;
	color: #000;
}

.blog-detail1 .blog-info-wrap img {
	max-width: 100%;
	height: auto;
}

.blog-detail1 .blog-info-wrap .date img {
	margin-bottom: 0px;
}

.blog-detail1 .blog-info-wrap h1 {
	font-weight: 500;
	font-size: 42px;
	color: #000;
	line-height: 1.1;
	margin-bottom: 30px;
}

.blog-info-wrap.row {
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog-detail2 {
	padding-bottom: 60px;
	/* overflow: hidden; */
}

.blog-detail2 h2 {
	font-size: 26px;
	margin-bottom: 10px;
	position: relative;
}

.blog-detail2 h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 2px;
	color: #c66868;
	margin-top: 10px;
	margin-top: 0;
}

.blog-detail2 p {
	font-size: 18px;
	margin-bottom: 5px;
	color: #636363;
	margin-top: 5px;
}

.blog-detail2 .detail-left h4 {
	font-size: 22px;
}



.blog-detail2 .table-of-content {

	position: sticky;
	top: 0;


	background: #c66868;
	padding: 20px;
	box-sizing: border-box;

}

.blog-detail2 .table-of-content h3 {
	color: #fff;
}

.table-of-content li a {
	font-size: 19px;
	color: #fff;
	padding: 10px 0;
	display: inline-block;
	border-bottom: 1px solid #ddd;
	width: 100%;
	transition: 0.5s;
}

.table-of-content li ul {
	background: #f9efeb;
}

.table-of-content li ul li {
	list-style: disclosure-closed;
	margin-left: 30px;
	border-bottom: 1px solid #c66868;
}

.table-of-content li ul a {
	display: inline-block;
	font-size: 18px;
	padding: 5px 10px;
	color: #252525;
}

.blog-desp h4 {
	font-size: 22px;
	border-bottom: 1px solid #d1d1d1;
	padding: 18px 0 10px 0px;
	margin-bottom: 10px;
}

.blog-desp.women-winter-blog h4 {
	position: relative;
}

.blog-desp.women-winter-blog .looks {
	margin-bottom: 25px;
}

.blog-detail1 .blog-info-wrap .date {
	display: flex;
	align-items: center;
	gap: 20px;

}

.blog-desp.women-winter-blog .looks strong {
	display: block;
	font-size: 19px;
	position: relative;
	padding: 4px;
	padding-left: 45px;
	color: #fff;
	background: #c66868;
	border: 1px solid #c66868;
	border-bottom: 0px;

}

.blog-desp.women-winter-blog .looks p {
	margin: 0px 0px 10px 0px;
	border: 1px solid #c66868;
	padding: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	border-top: 0px;
}

.blog-desp.women-winter-blog .looks strong::before {
	content: "";
	position: absolute;
	background: url('/images/polyfilling.png')no-repeat;
	background-size: auto;
	width: 20px;
	height: 20px;
	left: 10px;
	background-size: cover;
	top: 8px;
}

.blog-clender {
	display: flex;
	flex-wrap: wrap;
	margin: 15px auto;
}

.blog-clender ul {
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	border: 1px solid #c66868;
	margin-bottom: 20px;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.blog-clender ul ul {
	width: 50%;
	float: left;
	border: 1px solid #c66868;
	margin-bottom: 0px;
	background-color: #f9efeb;

}

.blog-clender .full-width {
	width: 100%;
}

.blog-clender ul li {
	padding: 10px 0;
}

.blog-clender ul li ul li {
	padding: 10px 0;
	border-bottom: 1px solid #f3cbba;
}

.blog-clender strong {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}

.blog-clender ul li ul strong {
	margin-bottom: 0px;
}

.blog-clender ul ul ul {
	border: none;
	padding: 0;
	display: flex;
	align-items: center;
	width: 100%;
	background: #f0faff;
	margin-bottom: 10px;
	margin-bottom: 0px;
	border: 1px solid #c3ebff;
}

.blog-clender ul ul ul li {
	border-right: 1px solid #c3ebff;
	border-bottom: none;
	text-align: center;
	padding: 5px 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}

.blog-detail2 .blog-desp .list-style {
	margin: 20px 0px;
}

.blog-detail2 .blog-desp .list-style li {
	padding-left: 40px;
	margin-bottom: 15px;
	line-height: 1.3;
	font-size: 19px;
	position: relative;
	text-align: justify;
	color: #636363;
	font-family: "Karla", sans-serif;
	transition: 0.5s;

}

.blog-detail2 .blog-desp .list-style>li:hover::before {
	transform: none;
	border-radius: 5px;
	width: 25px;
	left: 2px;
	background: #c66868;
}

.blog-detail2 .blog-desp .list-style li::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #c66868;
	border-radius: 5px;
	line-height: 0;
	top: 9px;
	left: 17px;
}

.blog-detail2 .blog-desp .list-style>li:hover {
	color: #c66868;
}

html {
	scroll-behavior: smooth;
}

.blog-faq {
	padding-top: 30px;
	padding-bottom: 50px;
	background: #fff;
}

.blog-faq .faq {
	margin-bottom: 0;
}

.blog-sub-heading img {
	max-width: 100%;
	margin: 10px 0px;
}

.blog-detail2 .blog-desp p a {
	color: #c66868;
	text-decoration: underline;
	transition: 0.5s;
}

.blog-detail2 .blog-desp p a:hover {
	color: #000;
}

.faq h3 {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 17px;
}

.blog-detail2 .blog-desp .style {
	font-size: 19px;
	font-weight: 600;
	margin: 10px 0px;
	display: block;
}

.blog-sub-heading.maintance h4 {
	display: flex;
	gap: 10px;
	margin-bottom: 0;
	align-items: center;
	padding: 0px;
	font-size: 20px;
}

.blog-info-wrap .tag {
	/* background-color: #efd7cd;
	border-radius: 5px;
	padding: 10px 10px;
	text-align: center; */
	margin-bottom: 0px;
	display: block;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;

}

.blog-info-wrap ul {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.blog-info-wrap ul li {
	position: relative;
}

.blog-info-wrap ul li a {
	color: #000;
	font-size: 12px;
	position: relative;
}

.blog-info-wrap .active a,
.blog-info-wrap ul li.active {
	color: #c66868;
	font-size: 16px;
	position: relative;
}

.blog-info-wrap ul .active::before {
	content: "/";
	position: absolute;
	left: -14px;
	top: 0px;
	color: #c66868;
}

.blog-info-wrap ul a.active::before {
	color: #000;
}

.blog-info-wrap ul li a .active::before {
	content: "/";
	position: absolute;
	left: -14px;
	top: 0px;
	color: #c66868;
}

.blog-sub-heading.maintance {
	margin-bottom: 25px;
}

.blog-detail2 h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 1px;
	width: 95%;
	max-width: 255px;
	background-color: #000;
}

.blog-detail2 h2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	width: 60px;
	background-color: #111;
}

.blog-info-wrap .date span {
	font-size: 22px;
	color: #c66868;
}

.blog-detail2 .table-of-content .list-group-item:hover {
	color: #c66868;
	background-color: unset;
	border-color: #c66868;
	border-left: 2px solid #c66868;
}

.blog-detail2 .table-of-content .list-group-item:first-child {
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}

.blog-detail2 .table-of-content .list-group-item:last-child {
	border-bottom-right-radius: unset;
	border-bottom-left-radius: unset;
}

.blog-detail2 .table-of-content .list-group-item {
	border: unset;
}

.blog-detail2 .container {
	max-width: 1800px;
}

/* .blog-detail2 .blog-desp.women-winter-blog .review-products{
	position: sticky;
	top: 0;
}
.blog-detail2 .blog-desp.women-winter-blog  .blog-sub-heading{
    position: relative;
	margin-top: 20px;
} */
.blog-detail2 .review-products ul li {}

.blog-detail2 .review-products .review-product-img {
	padding: 10px;
	background: #f3f3f3;
	margin-bottom: 25px;
	display: flex;
	gap: 17px;
	align-items: center;
}

.blog-detail2 .review-products .review-product-img img {
	max-width: 80px;
}

.blog-detail2 .review-products h3 {
	margin-bottom: 15px;
}

.blog-detail2 .review-products h4 {
	font-size: 20px;
	margin-bottom: 5px;
}

.blog-detail2 .review-products .star {
	display: flex;
	gap: 5px;
	margin-bottom: 15px;
}

.blog-detail2 .review-products p {
	font-size: 20px;
	color: #c66868;
}

/* responsive */
@media(max-width:992px) {
	.blog1 .blog-info {
		max-width: 500px;
		margin: auto;

	}

	.blog-detail1 .blog-info-wrap h1 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.blog-detail2 {
		padding-bottom: 50px;

	}

	.blog-detail2 {
		flex-wrap: wrap;
	}

	.blog-detail2 .col-md-8 {
		width: 100%;

	}

	.blog-detail2 .col-md-4 {
		width: 100%;

	}

	.blog-detail2 h3 {
		font-size: 24px;
	}

	.blog-detail2 p {
		margin-bottom: 6px;
	}





	.blog-clender ul ul {
		width: 100%;
		min-height: auto;
	}
}

@media(max-width: 768px) {




	.blog-clender ul ul {
		width: 100%;
	}

	.blog-detail2 h2 {
		font-size: 23px;
	}

	.blog-detail2 h3 {
		font-size: 21px;
	}

	.blog-desp.women-winter-blog .looks p {
		margin: 0px 0px 20px 0px;
	}

	.blog-desp h4 {
		font-size: 20px;
	}

	.blog-detail1 .blog-info-wrap img {
		margin-bottom: 20px;
	}

	.blog-detail1 .blog-info-wrap h1 {
		margin-bottom: 15px;
	}

	.blog-detail1 {
		padding-top: 10px;
		margin-bottom: 0px;
	}

	.blog-info-wrap .date span {
		font-size: 20px;
	}

	.blog-detail1 .blog-info-wrap .date {
		gap: 13px;
	}

	.reviews {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.reviews h2 {
		font-size: 26px;
	}
}

@media(max-width:480px) {
	.blog-detail2 h3 {
		font-size: 20px;
	}

	.blog1 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	/* .blog1 .blog-info {
		height: 254px;
		padding: 15px 15px;
	} */

	.blog1 .blog-info .tag h4 {
		font-size: 19px;
	}

	.blog1 .blog-info h3 {
		font-size: 21px;
		margin-bottom: 10px;
	}

	.blog1 .blog-info p {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.blog1 .blog-info ul li span {
		font-size: 18px;
	}

	.blog1 .row {
		flex-wrap: wrap;
	}

	.blog1 .col-md-8 {
		width: 100%;
	}

	.blog1 .col-md-4 {
		width: 100%;
	}

	.blog1 .blog-list .col-md-6 {
		width: 100%;
	}

	.blog1 .blog-image {
		text-align: center;
		margin-bottom: 20px;
	}

	.blog-detail2 .blog-desp .list-style li {
		margin-bottom: 11px;
	}

}