.section-comment .container{
    width:auto;
}
.section-comment .container{
    padding:0;
}
#txtComment,
#input-review{
    width:100%
}
.wrapper-cmt__field{
    justify-content: space-between;
    align-items: center;
}
.product-reviews-form .form-group {
    padding: 0 10px 8px;
}
.product-reviews-form .form-group {
    margin-bottom: 1rem;
}
#dvRating{
    justify-content: space-between;
}
.product-reviews-form .alert{
    max-width:100%;
    width: 100%;
}
@media (min-width:992px) and (max-width:1199px){
    .custom-btn-action{
        clear:left;
    }
}
@media (max-width:991px){
    #add-to-cart-form button.add_to_cart#button-cart{
        margin-right:10px;
    }
}
@media (max-width:767px){
    .product-reviews-form{
        width:calc(100% - 30px);
    }
}
@media (max-width:480px){
     .custom-btn-action{
        clear:left;
    }
}