.container-1 {
	display: flex;
	justify-content: space-between;
	margin: 10px;
	background-color: #f5f5f5;
}

.sidebar,
.main-content {
	background-color: #fff;
	padding: 30px;
	border-radius: 8px;
}

.bottom-bar {
	height: 1px;
	border-bottom: 1px solid #bab7b7;
	margin-bottom: 5px;
}

.sidebar {
	border: 1px solid #cbc6c6;
}

.sidebar.featured {
	margin-left: 20px;
}

.main-content {
	border: 1px solid #cbc6c6;
}

.container-main .card .card-body .card-title {
	color: #000000;
}

.container-main .row-1 {
	justify-content: space-between !important;
}

.blog .blog-did-you-know ul,
.archive .blog-did-you-know ul {
	list-style: decimal-leading-zero;
	padding: 16px;
}

.blog .custom-ul-li ul li,
.archive .custom-ul-li ul li {
	margin-bottom: 15px;
}

.blog ul li a,
.archive ul li a {
	font-size: 16px;
	text-decoration: none !important;
	color: #333;
	font-family: Rubik, sans-serif;
	transition: all ease-in-out .3s;
}

.blog ul li a:hover,
.archive ul li a:hover {
	color: #E2BE5B;
}

.blog .blog-did-you-know ul li span,
.archive .blog-did-you-know ul li span {
	display: block;
	margin-left: 3px;
	font-size: 12px;
	color: #888;
	font-family: Rubik, sans-serif;
}

.blog .content .main-heading,
.archive .content .main-heading {
	display: flex;
	color: #000000;
}

.blog .content .main-heading .main-heading-line,
.archive .content .main-heading .main-heading-line {
	width: 21%;
	align-self: center;
	margin: 10px;
	border-top: 3px solid #000000;
}

.comment-notes,
.comment-form-comment label,
.comment-form-email label {
	display: none;
}

#comment-form-container {
	display: none;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
	opacity: 0;
}

#comment-form-container.active {
	display: block;
	max-height: 500px;
	opacity: 1;
}

.read-more-btn {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}

.view-all {
	font-size: 14px;
	text-decoration: none;
	color: #040404;
	display: block;
	margin-top: 10px;
	font-family: Rubik, sans-serif;
}

.facebook {
	width: 120px;
	background: #0866FF;
	border-radius: 30px;
	padding: 5px;
	color: #fff;
	font-size: 14px;
}

.linkedin {
	width: 120px;
	background: #007BB6;
	border-radius: 30px;
	padding: 5px;
	color: #fff;
	font-size: 14px;
}

.twitter {
	width: 120px;
	background: #000;
	border-radius: 30px;
	padding: 5px;
	color: #fff;
	font-size: 14px;
}

.facebook path,
.linkedin path,
.twitter path {
	fill: #fff;
}

.post img {
	width: 100%;
	border-radius: 8px;
	margin-bottom: 15px;
}

.post h2 {
	font-size: 20px;
	margin: 10px 0;
	font-family: Rubik, sans-serif;
}

.post p {
	font-size: 14px;
	color: #666;
	font-family: Rubik, sans-serif;
}

.copy-url {
	border: 1px solid #172337CC;
	border-radius: 32px;
	opacity: 1;
	padding: 6px;
	width: 132px;
	text-align: center;
	color: #000;
}

.copied {
	width: max-content;
	bottom: 60px;
	left: 0;
	right: 0;
	margin-left: auto;
	padding: 15px 25px;
	transition: 0.4s opacity ease-in-out;
	line-height: 1;
	display: flex;
	align-items: center;
	z-index: 999;
	color: #000;
}

.comment-reply-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

#close-comment-form {
	cursor: pointer;
	font-size: 20px;
	margin-left: auto;
	color: #cccccc;
}

.read-more {
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	display: inline-block;
	margin-top: 10px;
	font-family: Rubik, sans-serif;
	font-weight: 500;
}

.sidebar.featured ul li {
	display: flex;
	align-items: center;
}

.sidebar.featured ul li img {
	width: 110px;
	height: 75px;
	margin-right: 10px;
	border-radius: 8px;
}

/* section 2 */

.container-2 {
	margin-top: 30px;
}

.sidebar-1 {
	z-index: 1;
	border: none !important;
	margin-top: 20px !important;
	margin-right: 20px;
	padding: 0 !important;
}

.search-bar {
	display: flex;
	flex-direction: column;
	padding: 20px;
	margin-bottom: 20px;
	gap: 10px;
	background-color: #dadada26;
}

.filters {
	padding: 20px;
	background-color: #dadada26;
	height: 300px;
}

p {
	margin: 0;
}

#category {
	width: 100%;
}

#types {
	width: 100%;
}

.sidebar-1 input,
.sidebar-1 select {
	width: 90%;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.blog .content,
.archive .content {
	flex: 1;
	padding: 0;
}

.main-heading {
	text-align: left;
	margin-bottom: 20px;
	font-family: Rubik, sans-serif;
}

.news-updates {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin-bottom: 30px;
}

.news-card {
	background-color: white;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s;
	padding: 10px;
	width: 345px;
}

.news-card h4 {
	font-size: 18px !important;
}

.card-content p {
	font-size: 15px;
}

.card-content .excerpt {
	height: 95px;
}

.news-card img {
	width: 100%;
	height: 150px;
	object-fit: fill;
}

.card-content {
	padding: 5px;
}

.card-content h3 {
	margin: 0 0 10px;
}

.card-content p {
	margin: 0 0 10px;
	color: #555;
}

.card-content a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.card-content button,
.card-content .read-more-btn span {
	font-size: 14px;
	width: 132px;
	text-align: center;
	padding: 10px;
	background-color: #000000;
	color: white;
	border-radius: 5px;
}

.news-card:hover {
	transform: translateY(-10px);
}

.load-more-bottom {
	height: 200px;
}

.load-more-btn {
	margin-left: 10px;
	margin-top: 50px;
	font-family: Rubik !important;
	background-color: #000000 !important;
	color: white !important;
	font-size: 24px !important;
	border: none !important;
	padding: 10px 80px !important;
}

.col-md-5 .card img {
	padding: 10px;
}

.container-main .blog-did-you-know {
	border-radius: 12px;
	border: 1px solid #17233726;
	padding: 20px;
	font-family: Rubik, sans-serif;
}

.container-main .blog-did-you-know h5 {
	border-bottom: 1px solid #17233726;
	font-family: Rubik, sans-serif;
}

.container-main .col-md-6 .card {
	padding: 28px;
}

.blog-featured-product-wrap .list-group-item .d-flex a {
	flex-shrink: 0;
}

.container-main .blog-featured-product-wrap {
	border-radius: 12px;
	border: 1px solid #17233726;
	padding: 25px;
	font-family: Rubik, sans-serif;
}

.list-group-item {
	border: none;
	padding: 20px 0;
}

.list-group-item-wrap .featured-product-title {
	margin-left: 15px;
	line-height: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.list-group-item img {
	width: 100px;
	height: 60px;
	object-fit: cover;
}

.list-group-item span {
	font-weight: bold;
	color: #333;
	font-family: Rubik, sans-serif;
	padding-left: 20px;
}

.list-group-item small {
	color: #777;
	padding-left: 17px;
}

.single-post .sidebar-2,
.single-post .content,
.single-post .advertisement {
	background-color: white;
	padding: 20px;
	border: 1px solid rgb(219, 219, 219);
	border-radius: 5px;
}

.single-post .main-img {
	width: 100%;
}

.single-post .popular-posts h3,
.single-post .advertisement h3 {
	margin-top: 0;
}

.single-post .post {
	display: flex;
	margin-bottom: 10px;
}

.single-post .post img {
	width: 85px;
	height: 60px;
}

.popular-posts .post a {
    flex-shrink: 0;
}

.single-post .post-details {
	padding-left: 15px;
}

.single-post .post-details p {
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.single-post .post-details span {
	display: block;
	color: grey;
	font-size: 12px;
}

.single-post nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single-post .blog-category p {
	margin-top: 20px;
	background: #E2BE5B;
	color: white;
	font-size: 15px !important;
	border-radius: 5px;
	padding: 10px;
	border: none;
	width: max-content;
}

.single-post nav a {
	color: #007bff;
	text-decoration: none !important;
}

.single-post nav a:hover {
	text-decoration: underline;
}

.single-post nav span {
	color: grey;
}

.single-post h1 {
	font-size: 38px;
	margin-top: 10px;
}

.single-post .meta span {
	display: inline-block;
	margin-right: 10px;
	color: grey;
}

.single-post .ad img {
	width: 100%;
	height: auto;
}

.single-post .ad p {
	margin: 5px 0;
	font-weight: bold;
}

.single-post .slider-item {
	padding: 5px;
	border: 2px solid rgb(233, 229, 229);
	margin-bottom: 20px;
}

.single-post .slider-item img {
	width: 100%;
	height: auto;
}

.single-post .slider-item .product-info {
	padding: 5px;
}

.single-post .slider-item .product-info a h4 {
	color: #666;
	font-size: 20px;
}

.single-post .slider-item .product-info p {
	font-size: 14px;
}

/* card-bottom-side */
.single-post .card-bottom-side {
	display: flex;
	justify-content: space-between;
}

.single-post .mid-icon {
	margin-left: 100px;
}

.single-post .main-section-pumps {
	display: flex;
	gap: 30px;
	margin-bottom: 15px;
}

.single-post .main-Centrifugal-Pumps {
	background-color: #F3F6FB;
	padding: 20px;
	margin-bottom: 15px;
}

.single-post .main-Centrifugal-Pumps h4 {
	font-size: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single-post h2 {
	font-size: 35px;
}

.single-post .main-Factors-Consider {
	width: 100%;
}

.single-post .main-Centrifugal-Pumps h5 {
	font-size: 25px;
	margin-bottom: 0;
}

.single-post .tags-btn {
	padding: 5px 10px;
	color: black;
	background-color: #F3F6FB;
	margin-bottom: 20px;
	width: max-content;
}

.single-post .tags-btn:hover {
	color: black;
	background-color: #F3F6FB;
}

.single-post .tags-btn a {
	color: #E2BE5B;
	transition: ease-in-out .3s;
}

.single-post .tags-btn a:hover {
	color: black;
}

.single-post .social-media-btn {
	display: flex;
	align-items: center;
	gap: 20px;
}

.single-post .social-media-btn-1 {
	margin: 5px;
	padding: 15px;
	border: none;
	border-radius: 50px;
}

.single-post .btn-Leave-comment {
	height: auto;
	margin-top: 30px;
}

.single-post .btn-Leave-comment button {
	width: 97%;
	padding: 10px;
	border: none;
	background-color: #E2BE5B;
	color: #FFFFFF;
}

.single-post .container-main .row {
	justify-content: space-between;
}

/* wish-list page */

table.wishlist_table thead th {
	border: none;
}

table.wishlist_table tbody td {
	border: none;
}

table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
	border: none !important;
}

table caption+thead tr:first-child th,
table caption+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
	border: none !important;
}

.wishlist_table .product-thumbnail {
	width: 100px !important;
}

.wishlist_table .wishlist-items-wrapper .product-name a {
	color: #000000 !important;
	font-weight: 600;
}

.wishlist_table .wishlist-items-wrapper .product-stock-status .wishlist-in-stock {
	background-color: #246E1A;
	padding: 5px;
	color: white;
}

.wishlist_table .product-add-to-cart a {
	background-color: #000000;
	padding: 5px;
	color: white;
}

.wishlist_table .product-price {
	text-align: center !important;
}

.wishlist_table .product-stock-status {
	text-align: center !important;
}

.facebook,
.linkedin,
.twitter,
.copy-url {
	text-align: center;
}

.form-submit #submit {
	width: 100%;
	padding: 10px;
	border: none;
	background-color: #E2BE5B;
	color: #FFFFFF;
}

#commentform {
	display: flex;
	flex-direction: column;
}

.comment-form-email {
	order: 1;
}

.comment-form-comment {
	order: 2;
}

.form-submit {
	order: 3;
}

@media only screen and (max-width: 768px) {
	.container-main {
		width: 100%;
	}

	.container-main .row-1 {
		margin: 0;
	}

	.container-main .blog-did-you-know,
	.container-main .col-md-5 {
		margin-bottom: 30px;
	}

	.single-post .col-md-6 {
		width: 68%;
	}

	.single-post .post img {
		width: 100%;
		height: 100%;
	}

	.blog .container-main,
	.archive .container-main {
		padding: 0 15px;
	}

	.search-bar,
	.news-card {
		margin: 0 15px;
		width: auto;
	}

	.filters {
		width: 100%;
		height: 100%;
	}

	.blog .content .main-heading,
	.archive .content .main-heading {
		font-size: 22px;
		text-align: center;
		margin-top: 40px;
	}

	.blog .content .main-heading .main-heading-line,
	.archive .content .main-heading .main-heading-line {
		width: 25%;
	}

	.facebook,
	.linkedin,
	.twitter,
	.copy-url {
		font-size: 0;
		background-color: unset;
	}

	.social-media-btn {
		display: block !important;
	}

	.facebook path,
	.linkedin path,
	.twitter path {
		fill: #000;
	}

	.facebook svg,
	.linkedin svg {
		width: 30px;
		height: 27px;
	}

	.twitter svg,
	.copy-url svg {
		width: 20px;
	}

	.blog-did-you-know h5,
	.container-main p,
	.container-main span,
	.container-main:marker {
		font-size: 14px !important;
	}

	.single-post .popular-posts h3,
	.single-post .advertisement h3,
	.single-post post-details p,
	.single-post post-details span {
		margin-top: 0;
		font-size: 14px;
	}

	.single-post .popular-posts .post {
		display: block;
		border-bottom: 1px solid #808080;
		padding-bottom: 10px;
	}

	.single-post h1 {
		font-size: 26px;

	}

	.single-post .blog-category p {
		padding: 8px;
	}

	.single-post .advertisement {
		width: 97%;
	}
}

@media screen and (max-width:480px) {

	.container-main .blog-did-you-know,
	.content,
	.container-main .col-md-5 {
		width: 100%;
	}

	.single-post .popular-posts .post {
		border-bottom: unset;
	}

	.single-post .col-md-6 {
		width: 96%;
	}
}

@media only screen and (min-width: 481px) and (max-width: 800) {
	.single-post .col-md-6 {
		width: 68%;
	}
}

@media (min-width: 1400px) {
	.container-main {
		max-width: 100%;
		padding: 0 30px;
	}
}