.review_main_section .review_main_container {
    max-width: 480px;
    margin: 0 auto;
}
.review_main_section .review_main_container .review_header h4 {
    margin: 0;
    max-width: calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}
.review_main_section .review_main_container .review_header {
    background: red;
    display: flex;
    align-items: center;
    padding: 5px;
    color: #fff;
}
.review_main_section .review_main_container .review_header button {
    background: transparent;
    border: none;
    max-width: 40px;
    flex: 0 0 40px;
}
.review_main_section .review_main_container .review_header button img {
    max-width: 30px;
}
.shop_img img {
    max-width: 100%;
}
.shop_img {
    max-width: 85%;
    margin: 15px auto;
}
.review_star_header {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.review_star_contetn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.review_star_contetn .star_div {
    max-width: 16.66%;
    flex: 0 0 16.66%;
}
.review_star_contetn .star_div {
    padding: 5px;
}
.review_star_contetn .star_div img.star_on {
    display: none;
}
.review_star_contetn .star_div img.star_off {
    display: inline-block;
}
.review_star_contetn .star_div img {
    max-width: 100%;
}
.star_div.active img.star_off {
    display: none;
}
.star_div.active  img.star_on {
    display: inline-block;
}
.review_bottom_content {
    /* background: #a7a5a6; */
    margin-top: 10px;
    border-top: 5px solid #000;
    padding-bottom: 30px;
}
.review_bottom_first {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
.review_bottom_first .review_bottom_first_sub {
   /*  max-width: 33.33%;
    flex: 0 0 33.33%; */
    padding: 5px;
    position: relative;
    scale: 1;
    transition: 0.5s;
}
.review_bottom_first .review_bottom_first_sub img {
    max-width: 100%;
    width: 100%;
  /*   box-shadow: 7px 10px 4px -4px #000; */
}
.review_bottom_first .review_bottom_first_sub:hover {
    scale: 1.1;
    z-index: 1;
}
.review_bottom_second {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
.review_bottom_second .review_bottom_second_sub {
    max-width: 16.66%;
    flex: 0 0 16.66%;
    position: relative;
    scale: 1;
    transition: 0.3s;
    padding: 5px;
}
.review_bottom_second .review_bottom_second_sub:hover {
    scale: 1.1;
    z-index: 1;
}
.review_bottom_second .review_bottom_second_sub img {
    width: 100%;
    max-width: 100%;
}
.review_header .mobile_menu {
    position: absolute;
    top: 47px;
    width: 100%;
    left: 0;
}

.review_header .mobile_menu ul {
    padding: 0;
    margin: 0;
}

.review_header .mobile_menu ul li {
    padding: 7px 15px;
    text-transform: uppercase;
}
.review_header p.shop_header_content {
    margin: 0;
    font-size: 19px;
	text-align: center;
    font-weight: 800;
}
@media screen and (max-width:392px){
    .review_main_section .review_main_container .review_header button img {
        max-width: 25px;
    }
    .review_main_section .review_main_container .review_header h4 {
        font-size: 18px;
    }
    .review_star_header {
        font-size: 14px;
    }
}