

/* Filters on Vendor page */
.dokan-store-products-filter-area .orderby-search {
	max-width: 343px;
	width: 100%;
}

/* My account link in header */
.bwp-header .header-page-link .account a {
	margin-left: 10px;
}

/* Popup while creating new products in vendor dashboard */
.select2-container--open .select2-dropdown--below {
    margin-top: 0 !important;
}
.sale-price label a {
    font-size: 12px;
    font-weight: 700;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload img {
    height: auto !important;
}


/* MEDIA QUERIES */
@media (max-width: 1199px) {
	/* Icons on Vendor page in header */
	.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .store-social li a {
		display: inline-block;
	}
	.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa {
		color: inherit !important;
		font-size: 18px !important;
	}
}

@media (max-width: 991px) {
	/* Icons on Vendor page in header */
	.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .store-social li a {
		background-color: inherit !important;
		background-image: inherit !important;
		padding: 0 !important;
		border-radius: 50% !important;
		border: 1.5px solid !important;
	}
}

@media (max-width: 768px) {
	/* Filters on Vendor page */
	.dokan-store-products-filter-area .orderby-search {
		float: left !important;
		margin-top: 15px;
	}
}

@media (max-width: 575px) {
	.products.products-list .col-12,
	.products.products-list .col-xs-12 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 415px) {
	/* Filters on Vendor page */
	.dokan-store-products-filter-area .product-name-search {
		width: calc(100% - 93px) !important;
	}
}