.background-modal {
	min-height: 350px
}

.modal-dialog {
	max-width: 50%;
}

.mouse-pointer {
	cursor: pointer;
}

.no-margin-right {
	margin-right: 0 !important;
}

.alert-post-form {
	margin: 15px 0;
}

.img-widget-product {
	min-height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.pad-tb-80 {
	padding: 80px 0;
}

.gallery-thums {
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: inline-block;
	margin: 5px 5px 5px 0;
}

.gallery-thums a {
	width: 100%;
	height: 100%;
}

.w-100{
	width: 100% !important;
}

.subfilter-store {
	margin-left: 30px;
	margin-top: 10px;
}

.VueCarousel-slide{
	padding: 0 10px !important;
}

.progressive-image-main {
	position: relative !important;
}
.progressive-image-wrapper {
	padding-bottom: unset !important;
}

@media only screen and (max-width: 800px) {
	.modal-dialog {
		max-width: 80%;
	}
	.img-widget-product {
		min-height: 300px !important;
	}
}

.ql-editor p {
  margin-bottom: 0px;
  line-height: 20px;
}