  .top-sellers-section {
 padding-bottom: 40px;
  }
 .top-sellers-section .add_to_cart_button {
    font-size: 15px;
    width: auto;
    height: auto;
    min-height: 36px;
    padding: 0 !important;
    width: 124px;
  
  }

.top-sellers-section .products {
    --wd-col-lg: 4 !important; 
    --wd-col-md: 3 !important;
    --wd-col-sm: 2 !important;
	 --wd-col-xs: 1 !important;
}

@media (max-width: 576px) {
	.top-sellers-section {
		padding-left: 15px;
			padding-right: 5px;
	}
	.top-sellers-section .products {
    display: flex;
		flex-wrap: wrap;
		width: 100%;
		.wd-product {
				width: 48%;
		}
}
}

@media (max-width: 440px) {
	.top-sellers-section {
	
			padding-right: 15px;
	}
	.top-sellers-section .products {
  
		.wd-product {
				width: 100%;
		}
}
}

body.single-product {
	.comment-user-row, .commentTxt .single-product__rating, .comment-images {
		justify-content: flex-start;
	}
	.review .posted, .comment p {
		text-align: left;
	}
}
@media (max-width: 767px) {
body.single-product #reviews {
	padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
}
