.my h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 30px;
}
.my-orders .all-orders {
    border: 2px solid #D2D2D2;
    border-radius: 15px;
    margin-top:30px;
}
.my-orders table.table{
    border: none;
    margin-bottom: 0;
}
.my-orders table.table td{
    border-bottom:none;
    border-top:none;
    padding:20px;
    border-right: 2px solid #D2D2D2;
    border-left: 2px solid #D2D2D2;
}
.my-orders table.table td span{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    display:inline!important;
}
.my-orders table.table td span.order-status{
    color: #ffffff;
    border-radius: 5px;
    padding: 4px 14px;
}
.my-orders table.table tr{
    border-bottom: 2px solid #D2D2D2;;
}
.my-orders table.table tr:first-child td{
    position:relative;
}
.my-orders table.table tr:first-child td .type{
    display:block;
    position:absolute;
    top: -40px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #777777;
}
.my-orders table.table tr td .type{
    display:none;
}
.my-orders table.table tr:last-of-type{
    border-bottom: none;
}
.my-orders table.table tr td:first-of-type{
    border-left:none;
}
.my-orders table.table tr td:last-of-type{
    border-right:none;
}
.my .my-nav{
    margin-bottom: 50px;
}
.my .my-nav .my-nav-options{
    width:100%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    padding:10px 13px;
    margin:9px 0px;
    border-radius: 4px;
    transition:0.3s;
    cursor: pointer;
    display:flex;
    align-items:center;
    text-decoration: none;
}
.my .my-nav .my-nav-options img{
    margin-right:15px;
}
.my .my-nav .my-nav-options:hover{
   background: rgba(27, 150, 158, 0.2);
   transition:0.3s;
}
.my .my-nav .line{
    width:100%;
    height:2px;
    background: #D2D2D2;
    opacity: 0.4;
}
.my .my-profile .my-nav .my-nav-options.profile, .my .my-orders .my-nav .my-nav-options.orders{
    background: rgba(27, 150, 158, 0.3);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
}
.my-orders h1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
    margin-bottom:30px;
}
.my .data-orders .my-orders h1{
    display: none;
}
.my h1{
    
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 1.2;
color: #000000;
margin-bottom:25px;
}
.my .my-profile{
    margin-top:-20px;
}
.my-profile h5, .my-orders h5{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 22px;
}
.my-orders h5.orders{
    margin-bottom:65px;
}
.my-profile #wa-my-info-wrapper .wa-field .wa-name{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #777777;
}

.my-profile #wa-my-info-wrapper .wa-field .wa-value, .my-profile #wa-my-info-wrapper .wa-field .wa-value a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    text-decoration: none;
}
.my-profile #wa-my-info-wrapper .wa-field .wa-value .hint{
    display:none;
}
.my-profile #wa-my-info-wrapper .wa-field .wa-value input, .my-profile #wa-my-info-wrapper .wa-field .wa-value select{
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    padding: 7px 11px;
    width:100%;
}
.my-profile #wa-my-info-wrapper .wa-field .wa-value select{
    padding:11px;
    width:100%;
}
.my-profile #wa-my-info-wrapper input[type="submit"], .my-profile #wa-my-info-wrapper input[type="button"]{
    background: #1B969E!important;
    box-shadow: 0px 12px 26px rgba(27, 150, 158, 0.2);
    border-radius: 24px!important;
    padding:11px 30px!important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
    border: none!important;
    margin-top:20px;
    width: unset!Important;
}
.my-profile #wa-my-info-wrapper .wa-field .wa-value #wa-my-info-cancel{
    border: 1px solid #1B969E;
    filter: drop-shadow(0px 12px 26px rgba(27, 150, 158, 0.2));
    border-radius: 24px;
    padding:11px 30px!important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #1B969E;
}
.seo-text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
    margin-bottom: 40px;
}
@media screen and (max-width:500px){
    .my-orders table.table td{
        padding: 10px 5px;
    }
}