.ws_new_heading.ws_dektop {
  padding:0!important;
}
.page-wrapper-product-detail {
    display: flex;
    flex-direction: column;
}
.ws_new_heading.ws_dektop {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}
.ws_new_top_heading {
    font-weight: 600;
    margin-block: 0;  
    display:flex;
    flex:0 0 100%;
    column-gap: 5px;
    align-items: center;
    text-align:left!important;
}
.ws_new_top_heading span{
  padding:0;
}
.ws_new_heading_wrapper {
    flex: 1 0 auto;
    padding-right: 10px !important;
}
.dash_email_top a.btnnew {
    height: fit-content;
    flex: 1 0 auto;
    max-width: fit-content;
    margin: 0 0 0 23px;
}

.dash_email_top .ws_new_heading_wrapper a {
    padding: 0 !important;
    background: transparent;
    margin: 0 !important;
    color: #337ab7 !important;
    border-radius: 0;
    font-size:16px!important;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: text-decoration 0.5s ease-out;
} 
.dash_email_top .ws_new_heading_wrapper p
{margin-bottom: 0px;
  text-align:left!important;
  margin-top: 5px;
    padding-left: 23px;}



.dash_email_top.ws_newfeature {
  margin-bottom:30px;
}

@media only screen and (max-width: 767px){
.dashborad_email .ws_new_top_heading span{  
  text-align: left !important;
    height: unset;
    justify-content: flex-start;    
}
.ws_new_heading.ws_dektop{
  padding-right:0px!important;
}
}
