.master-customer-product{
    width: 60%;
    margin: auto;
}
.flex{
    display: inline-block;
    width: 30.8%;
    margin-bottom: 50px;
}
.review-purchases{
    margin-top: 50px;
    margin-right: 4%;
    font-size: large;
    font-weight: 900;
}
.hr-customer{
    margin: 15px 4% 40px 0 !important
}
#submit-pro {
    display: none;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius:17px;
    width:100%;
    height:40px;
    font-size: 15px;
    color: #f39;
    padding: 0px 50px;
}
.text-color-background-B {
    color: white;
    background-color: #f39;
    border: 1px solid white!important;
}
.card{
    text-align: center;
}
.star {
    font-size: 30px;
    cursor: pointer;
    color: #4b4a4a;
}
.hr-hide{
    display: none;
}
#image-pro{
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
#name-pro{
    width: 240px;
    margin: auto;
    display: flex;
    justify-content: center;
}
#name-content{
    font-size: medium;
    width: 100%;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;

}
@media screen and (max-width:1740px) {
    #submit-pro {
        display: block;
    }
    .flex {
        margin-top: 100px;
        width: 48%;
        float: right;
    }
    .image-text-prod.image-text {
        margin-top: 25px;
        margin-bottom: 15px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
    }
    #name-content{
        white-space: normal;
        overflow: auto;
        width: 100%;
    }
    #name-pro{
        width: 300px;
    }
  .master-customer-product{
      width: 100%;
    }
    #image-pro {
        margin-left: 20px;
    }
  }
@media screen and (max-width:1040px) {
    .hr-hide{
        display: block;
    }
    .flex {
        width: 100%;
        float: right;
    }
}
@media screen and (max-width: 1300px) and (min-width: 940px) {
    #name-content{
     width: 200px !important;
    }
}
@media screen and (max-width: 620px){
    #name-content{
        width: 120px !important;
    }
}
/*star*/
.star-input {
    display: none;
}
.svg-box svg.empty {
    fill:  #FF3F98 ;
    z-index: 0;
    position: relative;
    cursor: pointer;
}
.svg-box{
    width: 100%;
    text-align: center;
}
.svg-box svg.fill {
    fill:  #FF3F98 ;
    position: absolute;
    left: 20px;
    top: 24px;
    opacity: 0;
    transition: .00001s;
    pointer-events: none;
    color: silver;
}
.svg-box label {
    position: relative;
}
.svg-box svg {
    width: 50px;
}
@media screen and (max-width:1740px) {
    .svg-box svg {
        width: 70px;
    }
    .svg-box svg.fill {
        top: 14px;
    }
}
@media screen and (max-width:450px) {
    .svg-box svg {
        width: 60px;
    }
    .svg-box svg.fill {
        top: 19px;
    }
}
@media screen and (max-width:360px) {
    .svg-box svg {
        width: 50px;
    }
    .svg-box svg.fill {
        top: 23px;
    }
    #submit-pro{
        width:240px;
    }
}
@media screen and (max-width:300px) {
    .svg-box svg {
        width: 40px;
    }
    .svg-box svg.fill {
        top: 28px;
    }
}