.dap_frontend_wrapper * {
    font-size: 16px;
}
#dap_member_content_frontend_shortcode{
	font-family: "Segoe UI", "Ubuntu", "Helvetica Neue", sans-serif;
}
 .dap_frontend_wrapper_outer {
    width: 700px;
   margin:auto;
   float:none;
       max-width: 100%;
}
.dap_frontend_wrapper {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 100%;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #17a2b8;
    box-shadow: 0px 0px 7px 1px #cecece;
}

 
.porduct_list {
    margin:0px;
    margin-bottom: 10px;
    padding: 10px;
}
#dap_member_content_frontend_shortcode .porduct_list_heading ,  .porduct_list_heading{
        background: #ececec;
    padding: 12px 16px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    font-family: "Segoe UI", "Ubuntu", "Helvetica Neue", sans-serif;
}

.porduct_list li , #dap_member_content_frontend_shortcode .porduct_list li {
    padding: 10px 8px 0px;
    border-bottom: 0px solid #ddd;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    list-style:none !important;
    font-family: "Segoe UI", "Ubuntu", "Helvetica Neue", sans-serif;
}
.porduct_list li:last-child {
    border-bottom: none;
}
.porduct_list .check_icon , #dap_member_content_frontend_shortcode .porduct_list .check_icon  {
     color: #18cba3;
    font-size: 20px;
    margin-right: 8px;
    display: inline-block;
    font-weight: normal;
    font-family: FontAwesome;
    width: auto;
    line-height: 1;
    float: left;
}
.porduct_list li label , #dap_member_content_frontend_shortcode .porduct_list label {
	font-size: 16px;
	line-height: 1;
	padding-top: 0;
	width: auto;
	margin-bottom: 0;
	font-family: "Segoe UI", "Ubuntu", "Helvetica Neue", sans-serif;
	font-weight: 500;
	color: #000;
}
 #dap_member_content_frontend_shortcode .backend_visibility {
    display: none;
}
#dap_member_content_frontend_shortcode  .frontend_visibility{
    display:block;
}
#dap_member_content_frontend_shortcode  .dap_frontend_wrapper a {
	box-shadow: 0 0px 0 0 currentColor !important;
	line-height: normal;
	font-style: normal;
	pointer-events: auto;
	text-decoration:none;
}
 #dap_member_content_frontend_shortcode h1:not(.site-title):before,  #dap_member_content_frontend_shortcode h2:before {  
    display: none;
}
 #dap_member_content_frontend_shortcode ul li:before {
    display:none;
}
@media (max-width: 767px){
    .porduct_list li label , #dap_member_content_frontend_shortcode .porduct_list label {
    	font-size: 14px;
    }
    #dap_member_content_frontend_shortcode .porduct_list_heading, .porduct_list_heading {
        font-size: 16px;
    }
}
