prk-prk-sidebar-settingsbody.prk-dokan-dashboard-page .dokan-settings-content .dokan-settings-area .dokan-banner{
    margin: 0 0 10px 0;
    max-width: 100%;
    box-sizing: border-box;
}

.prk-main-content-dokan-dashboard .dokan-dashboard-content{
    padding: 0;
}
.dokan-dashboard .dokan-dashboard-wrap{
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 0 75px;
}
body.prk-dokan-dashboard-page .dokan-dashboard-content.dokan-coupon-content{
	background: #fff;
    padding: 11px 20px;
    border-radius: 10px;
    box-shadow: 0px 12px 12px 0 rgb(0 0 0 / 0.02);
}
body.prk-dokan-dashboard-page form.dokan-product-edit-form input[name="dokan_update_product"]{float:right !important;}
body.prk-dokan-dashboard-page .prk-doc-item{
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ececec;
}
body.prk-dokan-dashboard-page .prk-doc-item .part-item{
    width: 25%;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 28px;
}
body.prk-dokan-dashboard-page .prk-doc-item .part-item.prk-expire-field{}
body.prk-dokan-dashboard-page .prk-doc-item .part-item.prk-expire-field input{
    border: 1px solid #eaeaea;
    direction: ltr;
    border-radius: 6px;
    padding: 0 10px;
    display: block;
    width: 95%;
    box-sizing: border-box;
    height: 35px;
    text-align: center;
}
body.prk-dokan-dashboard-page .part-item.status span{
    display: inline-block;
    background: #f7f7f8;
    padding: 0 20px;
    border-radius: 26px;
    font-weight: bold;
    white-space: nowrap;
}
body.prk-dokan-dashboard-page .part-item.status.not-uploaded span{
    background-color: #ffe8be;
    color: #ab6e00;
}
body.prk-dokan-dashboard-page .part-item.status.approved span{
    background-color: #4effd3;
    color: #00881c;
}
body.prk-dokan-dashboard-page .part-item.status.rejected span{
    background-color: #ffd9d6;
    color: #F44336;
}
body.prk-dokan-dashboard-page .prk-doc-item .part-item.prk-upload-doc{position: relative;}
body.prk-dokan-dashboard-page .part-item .prk-choose-file{
    display: flex;
    width: 90px;
    height: 90px;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
}
body.prk-dokan-dashboard-page .part-item #prk-choose-file{cursor:pointer;}
body.prk-dokan-dashboard-page .part-item .prk-choose-file i{
    font-size: 45px;
    color: #4fcce9;
}
body.prk-dokan-dashboard-page .prk-head-doc-upload{
    background-color: #f7f7f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
}
body.prk-dokan-dashboard-page .part-item.prk-upload-doc span.prk-remove-file{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.4);
    border-radius: 10px;
    opacity: 0;
    font-size: 70px;
    text-align: center;
    line-height: 90px;
    color: #f00;
    text-shadow: 0 0 4px white;
}
body.prk-dokan-dashboard-page .part-item.prk-upload-doc:hover span.prk-remove-file{opacity:1;}
body.prk-dokan-dashboard-page .prk-head-doc-upload span{
    display: block;
    width: 25%;
    box-sizing: border-box;
    padding-right: 10px;
    line-height: 45px;
    font-size: 14px;
}
.dpp_map_location_seller  .dokan-form-group{
    width: auto !important;
}
.dpp_map_location_seller  .dokan-form-group .dpp-app-wrapper{
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #ddd;
    height: 350px;
}
.dpp_map_location_seller  .dokan-w6 {
    width: 100%;
}
body.prk-dokan-dashboard-page #store-form .nk_main_fields_store{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body.prk-dokan-dashboard-page #store-form .dokan-form-group{
    /* display: flex; */
    /* flex-direction: column; */
    /* overflow: hidden; */
    width: 100%;
    margin: 15px 0;
}
body.prk-dokan-dashboard-page #store-form.prk-work-calendar .dokan-form-group {
    width: auto;
}
body.prk-dokan-dashboard-page #store-form .dokan-form-group label.control-label{/* text-align:right; *//* white-space: nowrap; */}
body.prk-dokan-dashboard-page #store-form .prk-address-fields{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
body.prk-dokan-dashboard-page #store-form .prk-address-fields .dokan-form-group{}
body.prk-dokan-dashboard-page #store-form .dokan-form-group .dokan-control-label{
    padding: 10px 0;
    /* width: auto; */
}
body.prk-dokan-dashboard-page #store-form .dokan-form-group div.dokan-w5{
    width: auto;
}
body.prk-dokan-dashboard-page #store-form .dokan-form-group  input[type="text"], body.prk-dokan-dashboard-page #store-form .select2-container--default .select2-selection--single, body.prk-dokan-dashboard-page #store-form .dokan-form-group div.dokan-w5 select{
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
}
body.prk-dokan-dashboard-page .nk_profile_and_about_seller{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    flex-direction: column;
}
body.prk-dokan-dashboard-page .nk_profile_and_about_seller .nk_about_seller{
    display: flex;
    flex-direction: column;
    text-align: right;
    width: 80%;
    margin-top: 10px;
}
body.prk-dokan-dashboard-page .nk_profile_and_about_seller .wp-editor-area{
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 10px;
    height: 100px;
    padding:10px;
    box-sizing:border-box;
}
body.prk-dokan-dashboard-page .nk_profile_and_about_seller .dokan-form-group{
    width: 20% !important;
}
body.prk-dokan-dashboard-page .dokan-settings-content .dokan-settings-area #store-form{
	padding:0;
}
body.prk-dokan-dashboard-settings-page  a.dokan-btn-default{
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
}
body.prk-dokan-dashboard-settings-page  a.dokan-btn-default i{
    font-size: 50px;
    color: #4fcce9;
}
.dokan-settings-area{
	background-color: #fff;
    margin-top: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px #e0e0e0;
    padding: 20px;
}
body.prk-dokan-dashboard-page .dokan-settings-content .dokan-settings-area .dokan-gravatar .dokan-remove-gravatar-image{
    left: unset;
    right: 0;
}
body.prk-dokan-dashboard-page .prk_main_terms_and_conditions{
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 10px;
}
body.prk-dokan-dashboard-page .prk_main_terms_and_conditions .dokan-form-group{
    width: auto !important;
}
body.prk-dokan-dashboard-page .prk-sub_nav_menus{
    display: flex;
    border-bottom: 1px solid #e6e9ed;
    margin-right: -20px;
    margin-left: -20px;
    line-height: 50px;
    margin-top: -20px;
    /* padding: 0 20px; */
    margin-bottom: 25px;
}
body.prk-dokan-dashboard-page .prk-sub_nav_menus li{
    margin: 0 20px;
}
body.prk-dokan-dashboard-page .prk-sub_nav_menus li a{
    border: 0;
    padding: 0;
    margin: 0;
    font-weight: normal;
}
body.prk-dokan-dashboard-page .prk-sub_nav_menus li.active{
}
body.prk-dokan-dashboard-page .prk-sub_nav_menus li.active a{
    color: unset;
    border-bottom: 3px solid #4fcce9;
}
#sp_header{
  background: #fff;
  box-shadow: 0 6px 12px 0 rgba(0,0,0,.05);
}
.sp_title_header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
}
body.prk-dokan-dashboard-page .nk_title_settings_page{margin-bottom: 20px;}
.sp_title_header h1{
	font-size: 18px;
	line-height: 1.222;
	font-weight: 600;
	padding: 21px 0;
}
body.prk-dokan-dashboard-page.dokan-dashboard .dokan-dashboard-content.dokan-settings-content{
    width: calc(76% - 25px);
    flex: unset;
}
.sp_first_list.settings i.pull-right{
	transform: rotate(180deg);
    margin-right: 7px;
}
body.prk-dokan-dashboard-page.dokan-dashboard .sp_tool_bar.prk-sidebar-settings{
	margin-top:25px;
	margin-left: 25px;
}
body.prk-dokan-dashboard-page.dokan-dashboard .dokan-profile-completeness{
	display:none;
}
.sp_title_header svg{
    padding: 15px 0;
}
.sp_bottom_header{
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #e7e7e7;
    -webkit-transition: border-bottom-color .3s ease-in-out;
    transition: border-bottom-color .3s ease-in-out;
    border-top: 2px solid #dadde1;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 5%);
}
body.logged-in.admin-bar .sp_bottom_header{
	top: -1px;
}
.sp_Contents{
	height: 53px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
	max-width: 1400px;
  margin: 0 auto;
}
.sp_icon_humber{
display: none;
}
.sp_heder_sticky{
	position: fixed;
	top: 0px;
	z-index: 100;
	background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.05);
}
.sp_List_members{
  width: 100%;
  display: flex;
  flex-direction: row;
	height: 100%;
}
.sp_List_members li.requested-quotes,.sp_List_members li.delivery-time-dashboard,.sp_List_members li.return-request,.sp_List_members li.followers,.sp_List_members li.analytics,.sp_List_members li.tools,.sp_List_members li.staffs {
  display: none !important;
}
.sp_first_list{
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
}
.sp_first_list a:hover{
	color:#000;
}
.sp_first_list a{
  text-decoration: none;
  color: #777;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
  padding: 0 10px;
  border-right: 1px solid #ccc;
}
.sp_first_list:first-child a{border-right:0;padding-right: 0;}
.sp_first_list a i{
    margin-left: 5px;
}
li.sp_first_list.active a{

color: #4fcce9;
}
.sp_List_members1{
  display: flex;
  flex-direction: row;
	font-size: 14px;
	position: relative;
	height: 100%;
}
.sp_List_members1 li{
  padding: 0 0px 0 22px;
	height: 100%;
	align-items: center;
	display: flex;
}
.sp_List_members1 a{
  text-decoration: none;
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.sp_right_product{
padding: 0 34px 0 0 !important;
}
.sp_Products_list1{
    position: absolute;
		width: auto;
    top: 53px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	  border-radius: 8px;
		color: #333;
		z-index: 10;
		display: none;
}
.sp_right_product:hover .sp_Products_list1{
  display: block;
}
.sp_Products_list1::before{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	left: 18px;
	top: -6px;
	margin-bottom: -4px;
	pointer-events: none;
	border-color: transparent;
	border-right: 1px solid rgba(0,0,0,.175);
	border-top: 1px solid rgba(0,0,0,.175);
	background-color: #fff;
	transform: rotate(-45deg);
}
.sp_navbar_dropdown1{
	margin: 9px;
	min-width: 200px;
}
.sp_navbar_dropdown1 .sp_stars{
flex-direction: row;
padding-left: 16px;

}
.sp_navbar_dropdown1 .sp_stars svg{
Fill: #777;
}
.sp_navbar_dropdown1 li{
	padding: 6px !important;
	font-size: 12px;
	height: 22px;
  margin-bottom: 14px !important;
	align-items: center;
	display: flex;
}
.sp_navbar_dropdown1 li:last-child{
  margin-bottom: 0;
}

.sp_navbar_dropdown1 svg{
	margin: 0 8px 0 14px;
	fill: #777;
}
.sp_right_product1{
		position: relative;
		padding: 8px 0;
		display: flex;
    flex-direction: row;
		margin-bottom: 12px;
}
.sp_right_product1 .prk-text-reating-seller{display:none;}
.prk-text-reating-seller .prk-not-reat {
    color: #FF9800;
    margin-top: 30px;
}
.sp_right_product1::after{
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #f5f7fa;
}
.sp_List_members1 .fa-comments-o{
  font-size: 20px;
}
.sp_List_members1 .fa-envelope-o{
  font-size: 20px;
}
.sp_List_members1 .fa-angle-down{
  font-size: 12px;
  padding: 0 8px;
  font-weight: 600;
  color: #959595dd;
}
.sp_circle_number{
  position: absolute;
  font-size: 10px;
  background-color: #ef5661;
  color: #fff;
  border-radius: 50%;
  padding: 3px 3px 2px 4px;
  top: -5px;
  right: -6px;
}

main{
  background-color: #f5f7fa;
}
.sp_panel_body{
	padding: 25px 0 0 0;
	display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.sp_tool_bar{
	display: flex;
	flex-direction: column;
	    width: 24%;
}
.sp_card_profile{
	background-color: #fff;
	border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.05);
	margin-bottom: 25px;
}
.sp_card_profile2{
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.05);
}
.sp_profile{
	position: relative;
	padding: 20px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.sp_avatar{
	display: inline-block;
	padding: 7px;
	border-radius: 50%;
	border: 3px solid #f5f7fa;
}
.sp_avatar img{
	/* background-color: #fdc364; */
	/* color: #fff; */
	/* font-size: 40px; */
	/* padding: 10px 13px 10px 13px; */
	border-radius: 50%;
	display: block;
}
.sp_profile_title{
	margin: 15px 0 0;
	color: #606265;
	font-weight: 600;
	line-height: 34px;
	text-align: center;
}
.sp_profile_menu{
	padding: 15px 0;
	display: flex;
	justify-content: space-around;
}
.sp_profile_menu svg{
	padding-bottom: 5px;
	 fill: #777;
}
.sp_profile_menu a{
	display: flex;
  flex-direction: column-reverse;
  align-items: center;
	font-size: 13px;
	color: #777;
	text-decoration: none;
	padding: 15px;
	border: 1px solid #f5f7fa;
	border-radius: 8px;
	position: relative;
}
.sp_profile_menu a:hover{
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.05);
}
.sp_profile_menu a:first-child{
    padding: 15px 9px;
}
.sp_profile_menu a:nth-child(2){
    margin: 0 20px;
}
.sp_profile_menu i{
  font-size: 24px;
  line-height: 23px;
  color: #aeaeae;
	padding-bottom: 5px;
}
.sp_profile_menu i.ri-question-answer-line{
  padding-bottom: 9px;
}
.sp_profile_menu .sp_circle_number{
	padding: 4px 6px 3px 6px;
	    top: 7px;
	    right: 7px;
}
.sp_body_status{
	width: calc(100% - 26%);
	height: 100%;
	display: flex;
	flex-direction: column;
}
.sp_Condition{
    position: relative;
}
.sp_title_dashboard{
	font-size: 16px;
	color: #889098;
	padding: 20px;
	border-bottom: 1px solid #e6e9ed;
	position: relative;
}
.sp_title_dashboard a{
	height: 30px;
	background-color: #bec4cb;
	position: absolute;
	right: -7px;
	padding: 9px 13px;
	border-radius: 8px;
	top: 4px;
	box-shadow: 0 5px 10px 0 rgba(189,196,204,.5);
}
.sp_title_dashboard svg{
	width: 21px;
  margin-top: -4px;
	fill: #fff;
}
.sp_body_dashboard{
	padding: 20px;
}
.sp_stars{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sp_stars span{
	display: flex;
}
.sp_stars svg{
	width: 18px;
	fill: #aeaeae;
	margin: 0 3px;
}
.sp_stars h2{
	margin: 6px;
	color: #aeaeae;
}
.sp_stars a{
	text-decoration: none;
}
.sp_stars p{
	font-size: 14px;
	color: #899098;
	line-height: 25px;
	margin-bottom: 20px;
}
.sp_rating_stat{
	display: flex;
	flex-direction: row;
  justify-content: space-between;
}
.sp_rating_stat div:nth-child(2){
	border-right: 1px solid #f5f7fa;
	border-left: 1px solid #f5f7fa;
	padding: 0 8px 6px;
}
.sp_rating_stat_desc p{
	text-align: center;
	color: #889098;
	font-size: 12px !important;
	line-height: 18px !important;
	margin-bottom: 20px;
}
.sp_rating_stat_desc span{
	font-size: 22px;
	color: #ef5661;
	background-color: #f5f7fa;
	padding: 2px 17px;
	border-radius: 8px;
  font-weight: 700;
}
.sp_rating_stat .sp_stat:nth-child(2){
	border: unset;
}
.sp_stat{
	display: flex;
}
.sp_rating_stat .sp_stat:nth-child(1) .sp_rating_stat_desc:nth-child(1){
    padding-right: 8px;
}
.sp_Purchase_satisfaction{
    margin: 26px 0 2px 0;
}
.sp_Purchase_satisfaction a{
text-decoration: none;
}
.sp_details_label{
	display: flex;
	justify-content: space-between;
  align-items: center;
	color: #606265;
	font-size: 14px;
}
.sp_details_label span{
font-size: 18px;
}
.sp_details_progress{
	height: 8px;
	background-color: #f5f7fa;
	border-radius: 4px;
	margin-top: 8px;
}
.sp_description{
	color: #899098;
	font-size: 14px;
	line-height: 25px;
}
.sp_Condition ul{
	height: auto;
	width: 100%;
	display: flex;
	justify-content: end;
}
.sp_interactive_status_message{
	position: absolute;
	line-height: 22px;
	top: 85px;
	z-index: 100;
	display: none;
}
.sp_interactive_status_message.show{
	display: block;
}
.sp_interactive1.show{
	display: block;
}
.sp_interactive2.show{
	display: block;
}
.sp_interactive-status__message-description{
	padding: 20px;
	font-size: 14px;
	color: #606265;
	background-color: #fff;
	border-radius: 8px;
}
.sp_interactive-status__message-description::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 0;
	height: 0;
	pointer-events: none;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	margin-left: -10px;
}
.sp_interactive_status_message-fade{
	position: fixed;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .1;
}
.sp_interactive-status__message-description a{
	width: 100%;
  display: flex;
	justify-content: center;
	margin-top: 16px;
}
.sp_interactive-status__message-description span{
	font-size: 13px;
	border-color: #4fcce9;
	background-color: #4fcce9;
	color: #fff !important;
	box-shadow: 0 6px 12px 0 rgba(79,204,233,.3);
	padding: 8px 20px !important;
	border-radius: 8px;
}
.sp_Condition li{
	display: flex;
	color: #606265;
	font-size: 14px;
	line-height: 20px;
	position: relative;
  flex-direction: column;
	width: 32.5%;
  margin-right: 18px;
}
.sp_Condition p{
	display: flex;
	align-items: center;
}
.sp_Condition p::before{

}
.sp_Condition li.active p::before{background-color: #57cfb1;border: 6px solid #e2efef;}
.sp_Condition li.active p i{display:none;}
.sp_Condition li .fa-angle-down{
	font-size: 16px;
	padding: 0 15px;
}
.sp_Condition span{
	padding: 0 38px;
	color: #889098;
	line-height: 20px;
	margin-top: 6px;
  display: block;
  margin-right: 10px;
}
.sp_Condition a{
text-decoration: none;
color: #606265;
}
.sp_dashboard_status{
    margin-top: 38px;
}
.sp_dashboard_status ul{
	display: flex;
	justify-content: space-between;
}
body.prk-dokan-dashboard-page .sp_dashboard_status li{
	background-color: #fff;
	width: 31%;
	padding: 25px 20px;
	display: flex;
	border-radius: 10px;
	position: relative;
	margin-right: 23px;
	transition: .3s;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.05);
}
.sp_dashboard_status li:hover{
    box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
}
.sp_dashboard_status a{
	font-weight: 600;
  color: #606265;
	font-size: 16px;
	text-decoration: none;
	width: 100%;
	display: flex;
  justify-content: space-between;
}
.sp_dashboard_status li:first-child{
	width: calc(30% - 20px);
	margin-right: 48px;
}
.sp_dashboard_status li:last-child{
	width: calc(30% - 18px);
	margin-right: 24px;
}
.sp_plus{
	background-color: #4fcce9;
	box-shadow: 0 6px 12px 0 rgba(79,193,233,.3);
	position: absolute;
	top: 9px;
	right: -23px;
	font-size: 25px;
	padding: 12px 13px 8px;
	border-radius: 8px;
}
.sp_dashboard_status svg{
	width: 22px;
	fill: #fff;
}
.sp_dashboard_status li:last-child .sp_plus{
background-color: #ef5661;
box-shadow: 0 6px 12px 0 rgba(239,86,97,.2);
}
.sp_dashboard_status p{
display: flex;
}
.sp_dashboard_status small::before{
	content: "|";
	margin: 0 10px;
	white-space: nowrap;
}
.sp_dashboard_status small{
	font-size: 14px;
	font-weight: 400;
}
.sp_dashboard_status li:nth-child(2) span{
    display: flex;
}
.sp_dashboard_status li:nth-child(2) h2{
    margin: 0 4px;
}
.sp_body_Management{
    margin-top: 25px;
		display: flex;
    flex-direction: row;
}
.sp_body_Management div:nth-child(2){
    margin: 0 25px;
}
.sp_Inventory_stock{
	width: 32%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
  background-color: #fff;
}
.sp_header_Inventory_stock{
	padding: 20px;
	border-bottom: 1px solid #e6e9ed;
	color: #889098;
	line-height: 16px;
	font-weight: 600;
}
.sp_body_Inventory_stock{
	display: flex;
	flex-direction: column;
	padding: 20px;
}
.sp_body_Inventory_stock li{
	height: 75px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sp_body_Inventory_stock a{
	color: #899098;
	font-size: 14px;
	text-decoration: none;
	line-height: 25px;
	display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp_body_Inventory_stock p{
	display: flex;
	align-items: center;
	width:auto;
}
.sp_body_Inventory_stock li:nth-child(3) p{
	/* flex-direction: column; */
	/* align-items: end; */
}
.sp_body_Inventory_stock .fa-angle-down{
	font-size: 17px;
	padding: 0 3px;
}
.sp_body_Inventory_stock strong{
	font-size: 27px;
	line-height: 30px;
	font-weight: 700;
  color: #606265;
	display: flex;
	flex-direction: row-reverse;
}
.sp_body_Inventory_stock span{
	font-size: 11px;
	line-height: 20px;
	color: #515151;
}
.sp_body_Inventory_stock small{
	display: flex;
	align-items: center;
	color: #899098;
	margin: 0 6px;
	font-size: 18px;
}
.sp_body_Inventory_stock svg{
	width: 20px;
	fill: #899098;
  margin: 0 4px;
}
.sp_panel_body2{
	    display: flex;
	    justify-content: space-between;
	    flex-direction: row;
			margin-top: 25px;
}
.sp_panel_body2 a{
	text-decoration: none;
	color: #606265;
	display: flex;
}
.sp_body_dashboard ul{
    margin-bottom: 40px;
}
.sp_body_dashboard li{
	display: flex;
	padding: 14.5px 0 20px 0 !important;
	border-bottom: 1px solid #f5f7fa !important;
	width: 100%;
}
.sp_body_dashboard p{
	line-height: 25px;
	font-size: 14px;
}
.sp_body_dashboard img{
	width: 55px;
	height: 55px;
	margin-right: 20px;
	border-radius: 8px;
}
.sp_body_dashboard h1{
	display: flex;
	justify-content: center;
}
.sp_body_dashboard h1:last-child span{
	font-size: 13px;
	border-color: #4fcce9;
	background-color: #4fcce9;
	color: #fff;
	box-shadow: 0 6px 12px 0 rgba(79,204,233,.3);
	padding: 14px 16px;
	border-radius: 8px;
}
.sp_Product_management{
	background-color: #fff;
	border-radius: 10px;
	margin-top: 25px;
}
.sp_body_Product_management{
	padding: 20px;
}
.sp_body_Product_management ul{
	display: flex;
	width: 100%;
}
.sp_body_Product_management li{
	display: flex;
	flex-direction: column;
	line-height: 20px;
	font-size: 14px;
	color: #889098;
}
.sp_body_Product_management strong{
	color: #606265;
	line-height: 30px;
	font-weight: 700;
	font-size: 30px;
}
.sp_body_Product_management span{
	font-size: 12px;
}
.sp_body_Product_management a{
  padding: 0 12.5px;
}
.sp_body_Product_management div{display: flex;padding-right: 14.5px;width: 100%;justify-content: space-between;}
.sp_baner{
    margin-top: 25px;
		height: 100%;
		width: 100%;
}
.sp_baner img{
	height: 100%;
	/* width: 100%; */
	object-fit: cover;
	border-radius: 10px;
	display: block;
	margin: auto;
}
.sp_Sales_status{
    width: 100%;
		display: flex;
    justify-content: space-between;
}
.sp_Sales_status{
	width: 32%;
	background-color: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.05);
	border-radius: 10px;
	display: flex;
  flex-direction: column;
}
.sp_header_Sales_status{
	padding: 20px;
	border-bottom: 1px solid #e6e9ed;
	color: #889098;
	font-weight: 700;
}
.sp_body_Sales_status{
padding: 20px;
    height: 100%;
}
.sp_body_Sales_status h1{
	color: #606265;
	font-size: 30px;
	line-height: 30px;
}
.sp_body_Sales_status span{
    font-size: 20px;
		font-weight: 400;
}
.sp_body_Sales_status p{
	line-height: 20px;
	font-size: 14px;
	color: #889098;
}
.sp_body_Sales_status a{
margin-top: 20px;
}
.sp_body_Sales_status a:first-child {
margin: 0;
}
.sp_body_Sales_status a:first-child h1{
    color: #57cfb1;
}
.sp_panel_body2 .sp_Sales_status:nth-child(2) span{
font-size: 12px;
}
.sp_panel_body2 .sp_Sales_status:nth-child(3) a:first-child h1{
    color: #4fcce9;
}
.sp_panel_body2 .sp_Sales_status:nth-child(3) a:nth-child(2) h1{
    color: #f6bb42;
}
.sp_panel_body2 .sp_Sales_status:nth-child(3) a:nth-child(3) h1{
    color: #da4453;
}
.sp_Records{
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.05);
}
.sp_header_Records{
	display: flex;
  justify-content: space-between;
	padding: 20px;
	border-bottom: 1px solid #e6e9ed;
	color: #889098;
	line-height: 16px;
	font-weight: 700;
	position: relative;
}
.sp_header_Records span{
	padding: 0 80px 0 15px;
	border: 1px solid #e6e9ed;
	border-radius: 8px;
	line-height: 38px;
	margin: -9px 0;
  color: #606265;
	 font-size: 14px;
	 width: 32px;
}
.sp_dropdown_daily{
	position: absolute;
	right: 20px;
	background-color: #fff;
	top: 52px;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	border-radius: 8px;
	display: none;
}
.sp_dropdown_daily.show{
  display: block;
}
.sp_dropdown_daily ul{
 padding: 10px;
}
.sp_dropdown_daily li{
	padding: 10px 52px 10px 15px;
	font-size: 14px;
	font-weight: 400;
}
.sp_dropdown_daily li:hover{
	background-color: #f5f5f5;
	border-radius: 8px;
}
.sp_header_Records .fa{
	position: absolute;
	right: 30px;
	top: 19px;
	font-size: 22px;
}
.sp_header_Records .fa-angle-up{
display: none;
}
.sp_header_Records .fa-angle-up.show{
display: block;
}
.sp_header_Records .fa-angle-down.hide{
display: none;
}
.sp_body_Records{
	padding: 20px;
	height: 400px;
	position: relative;
}
.sp_body_Records2{
padding: 20px;
min-height: 60px;
}
/* /////////////////////////////////////footer////////////////////////////////////////////////////////////// */
footer{
color: #fff;
}
.sp_footer_color{
  background-color: #6d717a;
}
.sp_footer_color2{
  background-color: #646870;
}
.sp_top_footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
  padding: 18px 0px !important;
	max-width: 1400px;
  margin: 0 auto;
}
.sp_contact_us ul{
	display: flex;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}
.sp_contact_us li{
	padding:0 20px;
}
.sp_contact_us a:first-child li{
  font-size: 15px;
}
.sp_contact_us li i{
  font-size: 20px;
    margin-right: 10px;
    line-height: 0;
    position: relative;
    top: 6px;
    font-weight: 100;
}
.sp_contact_us ul a::before {
  content: "";
  height: 1.5em;
  border-left: 1px solid #e5e5e5;
  position: absolute;
  right: 0px;
  top: 0;
}
.sp_contact_us ul a::after {
  content: "";
  height: 1.5em;
  border-left: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
}
.sp_contact_us a:first-child::before,.sp_contact_us a:last-child::before,.sp_contact_us a:first-child::after,.sp_contact_us a:last-child::after{
  display: none;
}
.sp_contact_us li:nth-child(2){
display: flex;
border-right: 1px solid;
border-left: 1px solid;
}
.sp_contact_us svg{
	margin: 0 0 0 12px;
}
.sp_contact_us a{
color: #fff;
text-decoration: none;
font-size: 13.5px;
position: relative;
}
.sp_contact_us a:first-child{
  font-size: 15px;
}
.sp_footer_logo svg{
	width: 203px;
	height: auto;
}
.sp_footer_logo img{
  max-width: 200px;
}
.sp_bottom_footer{
padding: 28px 21px;
max-width: 1400px;
margin: 0 auto;
}
.sp_bottom_footer{
	display: flex;
	justify-content: space-between;
}
.sp_bottom_footer p{
	font-size: 14px;
	line-height: 22px;
}
.sp_bottom_footer strong{
  font-weight: 700;
}
.sp_bottom_footer span{
    color: rgba(243, 187, 97, 1);
}
.sp_Guide{
	position: fixed;
	left: 50px;
	bottom: 50px;
	background-color: #57cfb1;
	border-radius: 50%;
	padding: 8px 10px;
	box-shadow: 0 0 0 10px rgba(87,207,177,.1);
}
.sp_Guide svg{
	width: 30px;
	fill: #fff;
}
/* ////////////////////////////////////////////////menu_bar/////////////////////////////////////////////////////////////////// */
.sp_menu_bar{
	background-color: #fff;
	opacity: 0;
	position: absolute;
	z-index: -10;
	width: 100%;
	display: none;
}
.sp_menu_bar.show{
	opacity: 1;
	z-index: 10;
	transition: .5s;
	display: block;
}
.sp_menu_bar.hide{
	display: none;
}
#prk_sp_header.hide{
	display: none;
}
#prk_sp_header.show{
	display: block;
}
#main.hide{
 /* display: none; */
}
#main.show{
 display: block;
}
#footer.hide{
	display: none;
}
#footer.show{
	display: block;
}
.sp_header_menu_bar{
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 5px 12px #e7e7e7;
	padding: 15px 0;
}
.sp_header_menu_bar i{
	font-size: 35px;
	padding: 0 20px;
}
.sp_header_menu_bar svg{
    margin-top: 3px;
}
.sp_stars a{
	text-decoration: none;
	display: flex;
	/* margin: 29px 0 20px; */
}
.sp_body_menu_bar{
    padding: 5%;
}
.sp_top_body_menu_bar .sp_stars a:nth-child(1){
 margin: 0;
}
.sp_top_body_menu_bar{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 30px;
}
.sp_bottom_body_menu_bar{
    padding: 5%;
}
.sp_header_body_menu_bar{
    padding: 12px 15px;
}
.sp_bottom_body_menu_bar li{
		display: flex;
    justify-content: space-between;
		align-items: center;
}
.sp_bottom_body_menu_bar a{
  color: #606265;
	text-decoration: none;
	padding: 15px 0;
	width: 100%;
}
.sp_bottom_body_menu_bar{
	color: #999;
}
/* //////////////////////////////////////////////////////rtl/////////////////////////////////////////////////////////////// */
body.rtl .sp_right_product{
    padding: 0 0 0 50px !important;
}
body.rtl .sp_right_product a{
  font-size: 14px;
  font-weight: 600;
}
body.rtl .sp_first_list{
}
body.rtl .sp_Condition p::before{
margin-left: 10px;
}
body.rtl  .sp_dashboard_status li:first-child{margin: 0 0 0 48px;}
body.rtl .sp_plus{left: -21px;right: auto;}
body.rtl .sp_plus i{
  color: #fff;
}
body.rtl .sp_dashboard_status li{margin: 0 0 0 23px;}
body.rtl .sp_title_dashboard a{
    transform: rotate(180deg);
		left: -9px;
		right: auto;
	  box-shadow: 0 -5px 10px 0 rgba(189,196,204,.5);
}
body.rtl .sp_body_dashboard img{
  margin: 0 0 0 20px;
}
body.rtl .sp_header_Records span{
  padding: 0 15px 0 80px;
}
body.rtl .sp_header_Records .fa{
 left: 30px;
 right: auto;
}
body.rtl .sp_top_footer{
    padding: 18px 0px 18px 19px;
}
body.rtl .sp_Guide{
  right: 50px;
	left:auto;
}
.icon-user-dg::before{
  font-family: parskala;
  content: "\E188\00FE0E";
  font-size: 24px;
  line-height: 23px;
  color: #aeaeae;
}
.icon-mail-dg::before{
  font-family: parskala;
  content: "\E031\00FE0E";
  font-size: 24px;
  line-height: 23px;
  color: #aeaeae;
}
body.rtl .sp_body_Product_management div{
    padding:0 0 0 14.5px;
}
body.rtl .sp_rating_stat .sp_stat:nth-child(1) .sp_rating_stat_desc:nth-child(1){
    padding-left: 8px;
}
body.rtl .sp_navbar_dropdown1 svg {
    margin: 0 14px 0 8px;
    fill: #202020;
}
body.rtl .sp_interactive_status_message{
	left: 7px;
	    right: -8px;
}
body.rtl .sp_dropdown_daily li{
	padding: 10px 52px 10px 15px;
}
body.rtl .sp_navbar_dropdown1 .sp_stars svg{
margin: 0 3px;
}
body.rtl .sp_navbar_dropdown1 .sp_stars{
	padding-right: 16px;
	padding-left: 0;
}
body.rtl .sp_navbar_dropdown1 .sp_stars .seller-rating{display:none;}
body.rtl .sp_Products_list1::before{
	right: 18px;
}
body.rtl .sp_dropdown_daily{
    left: 20px;
		right: auto;
}
body.rtl .sp_List_members1 li{
  padding: 6px 22px 6px 0px;
}
/* ////////////////////////////////////////////////responsive////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 1366px) and (min-width: 990px){
	main{
		padding: 0 40px 75px;
	}
	.sp_menu_bar{
		display: none;
	}
	.sp_List_members{
	  margin-bottom: 25px;
	}
	.sp_profile_menu a{
	  padding: 9px 1px;
	}
	.sp_profile_menu a:first-child{
		padding: 9px 1px;
	}
	.sp_profile_menu a:nth-child(2){
	    margin: 0 11px;
	}
	.sp_rating_stat{
		flex-direction: column;
		align-items: center;
	}
	.sp_rating_stat .sp_stat:nth-child(2){
		border: unset;
		padding: 14px 8px 6px;
	}
	.sp_stat{
	   display: flex;
	}
	.sp_rating_stat_desc{
	  padding: 0 8px 6px;
	}
  .sp_body_Inventory_stock li{
	  height: 91px;
	}
	.sp_Contents{
	  padding: 0 40px;
	}
}

@media only screen and (max-width: 990px) and (min-width: 768px){
	main{
	 padding: 0 30px;
	}
	.sp_panel_body{
	 display: block;
	}
	.sp_Contents {
	 padding: 6px 36px;
	}
	.sp_top_body_menu_bar .sp_profile_menu a{
	    width: 100%;
	}
	.sp_icon_humber{
		display: block;
	}
	.sp_navbar{
			display: none;
	}
	.sp_tool_bar{
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
	}
	.sp_card_profile{
		width: 48%;
		margin-bottom: 0;
	}
	.sp_card_profile2{
	    width: 48%;
	}
	.sp_body_status{
	    width: 100%;
	}
	.sp_Condition ul{
	    justify-content: space-between;
	}
	.sp_Condition a{
		width: auto;
	}
	.sp_panel_body2{
	 display: block;
	}
	.sp_panel_body2 .sp_card_profile2{
	    width: 100%;
	}
	.sp_heder_sticky{
	right: -5px;
	}
	.sp_body_dashboard ul{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.sp_Product_management{
	    margin-top: 25px;
	}
	.sp_Sales_status{
		width: 100%;
	}
	.sp_panel_body2 .sp_Sales_status:nth-child(2){
	margin: 25px 0;
	}
	.sp_rating_stat{
	 justify-content: center;
	}
	footer{
	  margin-top: 25px !important;
	}


}

@media (max-width: 990px){
  .sp_title_header h1{
    font-size: 14px !important;
  }
  .sp_title_header img{
    max-width: 180px;
  }
}
@media (max-width: 365px){
  .sp_title_header h1{
    font-size: 13px !important;
  }
  .sp_title_header img{
    max-width: 150px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 390px){
  .sp_title_header{
		flex-direction: row !important;
	}
	.sp_contact_us ul{
		display: flex !important;
	}
}
@media only screen and (max-width: 768px) and (min-width: 320px){
	main{
		padding: 0 12.5px;
	}
	.sp_title_header{
		flex-direction: column-reverse;
		padding: 0 15px;
	}
	.sp_title_header h1{
	    padding: 10px 0;
	}
	.sp_title_header h2{
	   padding: 10px 0;
	}
	.sp_panel_body{
	 display: block;
	}
	.sp_footer_logo{
		display: none;
	}
	.sp_heder_sticky{
	right: -5px;
	}
	.sp_Contents {
		padding: 6px 20px 11px;
	  height: auto;
	}
.sp_icon_humber{
		display: block;
		width: 32px;
	  height: 32px;
	}
	.sp_tool_bar{
		width: auto;
		display: block;
	}
	.sp_navbar{
		display: none;
	}
	.sp_profile_menu{
	  width: 100%;
	}
	.sp_profile_menu a{
	  width: 100%;
		padding: 10px 15px;
	}
	.sp_rating_stat_desc span{
		 padding: 2px 18px;
	}
	.sp_rating_stat{
		justify-content: center;
	}
	.sp_body_status{
	width: 100%;
	}
	.sp_Condition ul{
	  display: block;
	}
	.sp_Condition li{
	  padding: 0 0 20px 0;
		width: 100%;
	}
	.sp_dashboard_status{
	    margin-top: 7px;
	}
	.sp_dashboard_status ul{
	    display: block;
	}
	.sp_dashboard_status li:first-child{
		width: auto;
		margin-right: 12.5px;
	}
	.sp_dashboard_status li{
		width: auto;
	  margin-right: 2px;
	  margin-bottom: 25px;
	}
	.sp_dashboard_status li:last-child{
		width: auto;
		margin-right: 12.5px;
		margin-bottom: 0;
	}
	.sp_plus{
		right: -11px;
	}
	.sp_body_Management{
	    display: block;
	}
	.sp_Inventory_stock{
	    width: 100%;
	}
	.sp_body_Inventory_stock li{
	    height: 60px;
	}
	.sp_body_Management div:nth-child(2){
	margin: 25px 0;
	}
	.sp_panel_body2{
	    display: block;
	}
	.sp_body_Product_management div{
	    justify-content: space-between;
	}
	.sp_body_Product_management div:nth-child(2){
	padding: 22px 0 !important;
	}
	.sp_body_Product_management ul{
	display: block;
	}
	.sp_card_profile2{
	margin-bottom: 25px;
	}
	.sp_body_Product_management a{
		width: 50%;
	}
	.sp_Sales_status{
	    width: 100%;
	}
	.sp_panel_body2 .sp_Sales_status:nth-child(2){
	margin: 25px 0;
	}
	footer{
	  margin-top: 25px !important;
	}
	.sp_contact_us ul{
	    display: block;
		  font-size: 12px;
	}
	.sp_footer_logo svg{
		width: 109px;
	}
	.sp_contact_us li{
		padding: 0 8px;
	}

	.sp_contact_us li:nth-child(2){
	    border-left: unset;
	}
	.sp_bottom_footer{
	  padding: 28px 31px;
		flex-direction: column;
	}
	.sp_the_chart{
	    left: 219px;
	}
	.sp_the_chart p{
	    left: 13px;
	}
	.sp_top_footer{
	    padding: 18px 33px 18px 25px;
	}
	body.rtl .sp_dashboard_status li:last-child {
	  margin: 0 0 0 12.5px !important;
	}
	body.rtl .sp_dashboard_status li:first-child{
	  margin: 0 0 0 12.5px;
	}
	body.rtl .sp_plus{
	left: -11px;
	}
	body.rtl .sp_dashboard_status li{
		width: auto;
	  margin: 25px 0 25px 2px;
	}
	body.rtl .sp_contact_us li:nth-child(2){
		 border-right: unset;
		 border-left: 1px solid;
	}



}

@media only screen and (max-width: 990px) and (min-width: 320px){
	body.prk-dokan-dashboard-page.dokan-dashboard .dokan-dashboard-content.dokan-settings-content{width:100%;}
	body.prk-dokan-dashboard-page.dokan-dashboard .dokan-dashboard-content article{padding: 20px !Important;}
	body.prk-dokan-dashboard-page.dokan-dashboard .sp_tool_bar.prk-sidebar-settings{display:flex;margin:0;width: 100%;}
}

@media only screen and (max-width: 480px){
	body.prk-dokan-dashboard-page #store-form .nk_main_fields_store{
    display: block;
}
	body.prk-dokan-dashboard-page #store-form .dokan-form-group{
    width: 100% !important;
}
body.prk-dokan-dashboard-page .nk_profile_and_about_seller{
    flex-direction: column;
}
}
