.tabs.wc-tabs li a{
    padding: 10px 15px;
    display: inline-flex;
    color: #03082d;
    border-bottom: 3px solid transparent;
    border-bottom-color: transparent;
    transition: 0.3s;
}
.tabs.wc-tabs li.active a {
    color: #ffcf0e;
    border-bottom-color: #ffcf0e;
}
.tabs.wc-tabs {
    display: inline-flex;
    margin-bottom: 20px;
}
.woocommerce-Tabs-panel h2 {
    font-size: 18px;
    color: #484848;
    margin-bottom: 5px;
    font-family: Vazir;
}
.woocommerce p {
    line-height: 25px;
    font-family: Vazir;
}
.comment-respond{
    padding: 20px !important;
    border: 2px dotted #ffc800 !important;
    border-radius: 10px !important;
}
.woocommerce-Tabs-panel h2{
    margin-bottom: 30px !important;
}
.comment-form-comment textarea{
    transition: 0.3s !important;
    border-color: rgb(8, 9, 85) !important;
}
.form-submit input{
    background-color: #080643 !important;
    color: #fff !important;
}
.comment-form-rating{
    display: flex;
    margin-top: 20px;
}
.woocommerce-Reviews-title{
    font-size: 20px;
    color: #1e232a;
    margin: 10px 0;
}
.comment-form-rating label{
    margin-inline-end: 30px;
}
.stars span a{
    color: #FFB000 !important;
}