
/* Vendor store page css */
.dokan-single-store .profile-frame {
  padding: 0px;
  position: relative;
  background-size: cover;
  background-color: #eee;
}
.dokan-single-store .profile-frame .profile-info-box{
  position: relative;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper{
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery{
  background-color: rgba(0, 0, 0, 0.65);
  width: 320px;
  height: 100%;
  padding-top: 25px;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle {
  text-align: center;
  margin-bottom: 12px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img {
  border-radius: 50%;
  background: #fff;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
  font-weight: bold;
  padding: 0;
  font-size: 20px;
  margin: 0 0 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-product-pagination{
	width: fit-content !important;
    margin: auto;
	display: flex;
	flex-wrap: nowrap;
	gap: 25px;
	align-items: center;
}
.vm-store-single{
	margin-top: 50px;
}
.vm-store-single .dokan-profile-frame-wrapper{
	margin-bottom: 45px;
}
.vm-store-single .vm-store-closed-notice{
  margin: 0 0 24px;
  padding: 14px 16px 14px 46px;
  border: 1px solid #f1d28e;
  background: linear-gradient(180deg, #fff9eb 0%, #fff3d7 100%);
  color: #7a4a00;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  box-shadow: 0 6px 16px rgba(122, 74, 0, 0.08);
}
.vm-store-single .vm-store-closed-notice::before{
  content: "!";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background: #d08a00;
}
.vm-store-single .dokan-store-products-ordeby{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.vm-store-single .store-products-searchbox{
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.vm-store-single .store-products-searchbox .product-name-search{
  width: 250px;
}
.vm-store-single .dokan-store-products-filter-area{
  margin-bottom: 25px;
}
.vm-collapse-box .hndle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.vm-collapse-box .collapse-icon {
    height: 30px;
}
.collapse-icon{
    width: 20px;
}
