/*ĐÁNH GIÁ SẢN PHẨM*/
body.scrollHide {
    overflow: hidden;
    height: 100%;
    margin: 0;
}
.wrapper_no_review {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
}
.svg_star_no {
}
.btn_star_no {
    text-align: center;
}
.summary_rate {
    text-align: center;
    margin-bottom: 10px;
}
.showInputRating {
    width: 140px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0px auto;
    background: #007bff;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.opacity_formRate {
    background-color: #00000080;
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 300ms ease-in-out;
}
.popup_formRate {
    margin: 0;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    clear: both;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40%;
    margin-top: 0px;
    transform: translate(-50%, -50%);
    transition: all 300ms ease-in-out;
    background: #fff;
    z-index: 10000;
    border-radius: 5px;
    border-radius: 18px;
    padding: 20px 0 35px;
}
.rating_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 30px 10px 30px;
    border-bottom: 1px solid #ddd;
}
.rating_title .title_ {
    font-size: 1.2em;
    font-weight: 800;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
}
.close_rate {
    cursor: pointer;
}
.rating_product {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 30px;
}
.rating_product .img {
    margin-bottom: 20px;
}
.rating_product .img img {
    max-width: 100px;
    margin: 0 auto;
}
.rating_product h3 {
    font-size: 1.2em;
    font-weight: 800;
    color: #000;
}

ul.rating_star {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 0 30px;
}
ul.rating_star li {
    cursor: pointer;
    margin: 0 10px;
    text-align: center;
}
ul.rating_star li .icon_unstar {
    width: 40px;
    height: 38px;
    line-height: 38px;
    display: inline-block;

    background-image: url(../img/icon_ratestar.png);
    background-repeat: no-repeat;
    background-size: 95px 38px;
    background-position: 0px 0px;
}
ul.rating_star li .icon_unstar.active {
    background-position: -55px 0;
}

ul.rating_star li p {
    color: #757575;
    font-size: 14px;
    margin-top: 5px;
}
ul.rating_star li p.active_slt {
    color: #ff9f00;
    font-weight: bold;
}
.formRate {
    margin: 0;
    padding: 0 30px;
    display: none;
}
.formRate.show {
    display: block;
}
.formRate textarea::placeholder {
}
.formRate input::placeholder {
}
.formRate input {
    height: 40px;
}
.grid1_formRate {
    margin-bottom: 15px;
}
.grid2_formRate {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 15px;
}
.wrapper_imageVideo {
    margin-bottom: 15px;
}
.wrapper_imageVideo span.title_ {
    font-size: 15px;
    text-align: left;
    color: #175cd3;
    display: block;
    margin-bottom: 5px;
}
.boxfile_ {
    display: grid;
    grid-template-columns: 70px auto;
    grid-gap: 10px;
}
.btn_uploadfile {
    width: 70px;
    height: 70px;
    text-align: center;

    border-radius: 4px;
    border: 1px solid #d0d5dd;

    transition: 1s;
    cursor: pointer;
}
.btn_uploadfile:hover {
    background: #175cd3;
}
.btn_uploadfile svg {
    margin: 20px auto;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}
.btn_uploadfile svg path {
    transition: 1s;
}
.btn_uploadfile:hover svg path {
    stroke: #fff;
}

.file_upload {
    display: flex;
    grid-gap: 10px;
}

.upload__img-box {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    border: 1px solid #d0d5dd;
}
.upload__img-close {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 2px;
    right: 2px;
    text-align: center;
    line-height: 18px;
    z-index: 1;
    cursor: pointer;
}
.upload__img-close:after {
    content: "\2716";
    font-size: 14px;
    color: white;
}
.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    padding-bottom: 100%;
}

.wrapper_submit {
    display: grid;
    grid-template-columns: 35% auto;
    grid-gap: 15px;
}
.wrapper_submit .btn_closeRate {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #175cd3;
    color: #175cd3;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}
.wrapper_submit .btn_submitRate {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 4px;
    background: #175cd3;
    cursor: pointer;
}

.review_container {
    margin-bottom: 15px;
    background: #fff;
}
.review_headding {
    padding: 15px 0;
    font-size: 1.5em;
    font-weight: 800;
    color: #000;
    border-bottom: 1px solid #000;
}
.review_statistic {
    padding: 20px 0;

    display: grid;
    grid-template-columns: 30% 40% 30%;
    grid-gap: 15px;
    justify-content: space-between;
    align-items: center;

    border-bottom: 1px solid #e4e7ec;
}
.review_statistic .review_averate {
    text-align: center;
}
.title_ra {
    font-size: 1.2em;
    font-weight: 800;
    margin-bottom: 7px;
}
.score_ra {
    line-height: 45px;
    font-size: 45px;
    font-weight: bold;
    color: #fdaf17;
    margin-bottom: 7px;
}
.allstar_ra {
    margin-bottom: 7px;
}
.iconcmt_allstar {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    background-image: url(../img/icon_allstar.png);
    background-repeat: no-repeat;
    background-size: 93px 25px;
    background-position: 0 0px;
}
.iconcmt_allunstar {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    background-image: url(../img/icon_allstar.png);
    background-repeat: no-repeat;
    background-size: 90px 25px;
    background-position: -65px 0px;
}
.iconcmt_allhalfstar {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    background-image: url(../img/icon_allstar.png);
    background-repeat: no-repeat;
    background-size: 94px 25px;
    background-position: -34px 0px;
}
.totalrate_ra {
    color: #0071e3;
}

.review_statistic ul.review_progress {
    list-style: none;
    margin: 0;
    padding: 0;
}
.review_progress li {
    display: grid;
    grid-template-columns: 35px auto 100px;
    grid-gap: 10px;
    align-items: center;

    margin-bottom: 7px;
}
.review_progress li:last-child {
    margin-bottom: 0px;
}
.review_progress li .t {
    text-align: left;
    font-size: 1.1em;
    display: flex;
}
.review_progress li .t i {
    margin-left: 5px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    background-image: url(../img/icon_allstar.png);
    background-repeat: no-repeat;
    background-size: 68px 18px;
    background-position: 0 0px;
}
.review_progress li .bgb {
    background-color: #eee;
    border-radius: 20px;
    height: 6px;
    position: relative;
}
.review_progress li .bgb .bgb_in {
    background-color: #ff9f00;
    border-radius: 20px;
    left: 0;
    height: 6px;
    position: absolute;
    top: 0;
}
.review_progress li .c {
    text-align: right;
}

.review_statistic .review_btn {
    text-align: center;
}

.review_filter {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;

    border-bottom: 1px solid #ddd;
}
.filter_title {
    font-size: 1.2em;
    font-weight: 800;
    color: #000;
}
.filter_list {
    display: flex;
    margin-top: 10px;
    white-space: nowrap;
}
.filter_list li {
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    color: #f2994a;
    cursor: pointer;
    display: block;
    margin-right: 10px;
    padding: 4px 12px;
    transition: 0.3s;
}
.filter_list li:first-child {
    color: #000;
}
.filter_list li.current {
    border: 1px solid #0071e3;
}
.filter_list li:hover {
    border: 1px solid #0071e3;
}
.filter_list li i {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    display: inline-block;
    background-image: url(../img/icon_allstar.png);
    background-repeat: no-repeat;
    background-size: 45px 12px;
    background-position: 0 0px;
}

.boxsort__click {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    padding: 6px 25px 6px 8px;
}
.boxsort__click::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 7px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #3e3e3f;
    border-bottom: 2px solid #3e3e3f;
    border-radius: 1px;
    transform: rotate(45deg);
    transition: 0.3s;
}
.boxsort__click.arr::before {
    transform: rotate(225deg);
    top: 13px;
}
.boxsort__click-show {
    margin: 0;
}
.boxsort__list {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 4px;
    z-index: 2;
}
.boxsort__list li {
    border-bottom: 1px solid #e5e5e5;
    padding: 9px 8px;
}
.boxsort__list li i {
    position: relative;
    transition: 0.3s;
    width: 0;
}
.boxsort__list li.active i {
    display: inline-block;
    width: 20px;
}
.boxsort__list li.active i::before,
.boxsort__list li.active i::after {
    content: "";
    position: absolute;
    width: 2px;
}
.boxsort__list li.active i::before {
    background-color: #000;
    height: 8px;
    left: 0;
    transform: rotate(-45deg);
    top: -7px;
}
.boxsort__list li.active i::after {
    background-color: #000;
    height: 14px;
    left: 7px;
    transform: rotate(45deg);
    top: -12px;
}
.filter_image {
    margin-top: 10px;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    cursor: pointer;
}
.filter_image .tick_checkbox {
    position: relative;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    margin-right: 2px;
    height: 16px;
    width: 16px;
}
.filter_image .tick_checkbox::after,
.filter_image .tick_checkbox::before {
    content: "";
    position: absolute;
    bottom: 1px;
    width: 2px;
    transition: 0.3s;
    opacity: 0;
}
.filter_image.checked .tick_checkbox::after,
.filter_image.checked .tick_checkbox::before {
    opacity: 1;
}
.filter_image .tick_checkbox::before {
    background-color: #000;
    height: 8px;
    left: 3px;
    transform: rotate(-45deg);
}
.filter_image .tick_checkbox::after {
    background-color: #000;
    height: 16px;
    left: 11px;
    transform: rotate(45deg);
}
.filter_image p {
    margin: 0;
}

ul.review_images {
    list-style: none;
    margin: 0;
    padding: 15px 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
    border-bottom: 1px solid #e4e7ec;
}
ul.review_images li {
    position: relative;
}
ul.review_images li img {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: block;
    max-width: 100%;
    object-fit: fill;
    cursor: pointer;
}
ul.review_images li.bgimg:before {
    background-color: #000000b3;
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
}
ul.review_images li .txt {
    color: #fff;
    position: absolute;
    padding: 0 10px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.review_boby {
    padding: 15px 0;
    margin-bottom: 20px;
}
ul.review_list {
}
ul.review_list li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}
ul.review_list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
ul.review_list .info_Name {
    display: inline-block;
}
ul.review_list .info_Name span.name {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 60%;
    margin-right: 15px;
}
ul.review_list .info_Name span.bought {
    color: #2ba832;
    font-size: 13px;
}
ul.review_list .info_Name span.bought img {
    margin-right: 5px;
}
ul.review_list .info_Star {
    display: flex;
    grid-gap: 2px;
    margin: 5px 0;
}
ul.review_list .info_Descr {
    margin-bottom: 20px;
}
ul.review_list .info_Img {
    margin-bottom: 20px;
}
ul.review_list .info_Img img {
    height: 80px;
    border-radius: 4px;
    object-fit: cover;
    cursor: pointer;
}
ul.review_list .info_Control {
    display: inline-block;
}
ul.review_list .info_Control .btn_like {
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    padding-right: 3px;
}
ul.review_list .info_Control .btn_repply {
    display: inline-block;
    cursor: pointer;
    margin: 0 3px;
    padding: 0 3px;
}
ul.review_list .info_Control .btn_datePublish {
    display: inline-block;
    margin-left: 3px;
    padding-left: 3px;
}

ul.review_list .replies {
    margin: 8px 0;
    padding-left: 20px;
}
ul.review_list .replies li {
    border: 1px dotted #ddd;
    border-radius: 4px;
    padding: 8px 10px;
    margin-bottom: 8px;
}
ul.review_list .replies li:last-child {
    margin-bottom: 0;
}
.replies .rp_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.replies .rp_name span {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.replies .rp_name i {
    color: #000;
    font-size: 13px;
}
.replies .rp_description {
    margin-bottom: 5px;
}
.replies .btn_repply {
    cursor: pointer;
}
.replies .level_2 .btn_repply {
    display: none;
}
ul.review_list .replies li.level_2 {
    border: 0;
    border-bottom: 1px dotted #ddd;
}
ul.review_list .replies li.level_2:last-child {
    border: 0;
    border-bottom: 0;
}

/*Popup xem hình ảnh đánh giá*/
.opacity_reviewImages {
    background-color: #00000080;
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 300ms ease-in-out;
}
.popup_reviewImages {
    margin: 0;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    clear: both;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60%;
    margin-top: 0px;
    transform: translate(-50%, -50%);
    transition: all 300ms ease-in-out;
    background: #fff;
    z-index: 10000;
    border-radius: 5px;
    border-radius: 18px;
}

.prI_title {
    margin-bottom: 30px;
    padding: 15px 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid #ddd;
}
.prI_title .title_ {
    font-size: 1.2em;
    font-weight: 800;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
}
.close_prI {
    cursor: pointer;
}

.prI_listImages {
    margin-bottom: 30px;
    padding: 0 30px;
}
.sliderImages_prI {
}
.item_prI .grid_ {
    display: grid;
    grid-template-columns: 30% auto;
    grid-gap: 30px;
}
.item_prI .img_ {
    width: 100%;
}
.item_prI .img_ img {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: block;
    max-width: 100%;
    object-fit: contain;
}
.item_prI .info_ {
}
.item_prI .info_ .info_Name {
    display: inline-block;
}
.item_prI .info_ .info_Name span.name {
    color: #000;
    font-size: 1.2em;
    font-weight: 800;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 60%;
    margin-right: 15px;
}
.item_prI .info_ .info_Name span.bought {
    color: #2ba832;
    font-size: 13px;
}
.item_prI .info_ .info_Name span.bought img {
    width: auto;
    margin-right: 5px;
    display: inline-block;
}
.item_prI .info_ .info_Star {
    display: flex;
    grid-gap: 2px;
    margin: 10px 0;
}
.iconcmt_starbuy {
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    background-image: url(../img/icon_allstar.png);
    background-repeat: no-repeat;
    background-size: 57px 15px;
    background-position: 0 0px;
}
.iconcmt_unstarbuy {
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    background-image: url(../img/icon_allstar.png);
    background-repeat: no-repeat;
    background-size: 57px 15px;
    background-position: -42px 0px;
}
.info_Descr {
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;

    margin: 0 !important;
    width: 30px !important;
    height: 30px !important;

    background: #585858 !important;
}
.owl-prev {
    left: -20px;
}
.owl-next {
    right: -20px;
}
.owl-prev i,
.owl-next i {
    transform: scale(1, 2);
    color: #ccc;
}

/*Popup xem tất cả hình ảnh đánh giá*/
.opacity_galleryImg {
    background-color: #00000080;
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.popup_galleryImg {
    margin: 0;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    clear: both;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    margin-top: 0px;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 10000;
    border-radius: 5px;
    border-radius: 18px;
}

.pgI_title {
    margin-bottom: 30px;
    padding: 15px 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid #ddd;
}
.pgI_title .title_ {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
}
.close_pgI {
    cursor: pointer;
}

ul.pgI_galleryImages::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: #fff;
}
ul.pgI_galleryImages::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #000;
}
ul.pgI_galleryImages::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}
ul.pgI_galleryImages {
    list-style: none;
    margin: 0;
    padding: 15px 20px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
    height: calc(80vh - 100px);
    overflow-y: scroll;
}
ul.pgI_galleryImages li {
    position: relative;
}
ul.pgI_galleryImages li img {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: block;
    max-width: 100%;
    object-fit: fill;
    cursor: pointer;
}
.gallery_rating {
    display: flex;
    justify-content: center;
    grid-gap: 2px;
    margin-top: 5px;
}

/*Popup form repply*/
.opacity_formRepply {
    background-color: #00000080;
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 300ms ease-in-out;
}
.popup_formRepply {
    margin: 0;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    clear: both;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40%;
    margin-top: 0px;
    transform: translate(-50%, -50%);
    transition: all 300ms ease-in-out;
    background: #fff;
    z-index: 10000;
    border-radius: 5px;
    border-radius: 18px;
    padding: 20px 0 35px;
}
.popup_formRepply.show {
    display: block;
}
.repply_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 30px 10px 30px;
    border-bottom: 1px solid #ddd;
}
.repply_title .title_ {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
}
.close_repply {
    cursor: pointer;
}

.formRepply {
    margin: 0;
    padding: 0 30px;
}
.formRepply.show {
    display: block;
}
.formRepply textarea::placeholder {
}
.formRepply input::placeholder {
}
.formRepply input {
    height: 40px;
}
.grid1_formRepply {
    margin-bottom: 15px;
}
.grid2_formRepply {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 15px;
}

.wrapper_submit {
    display: grid;
    grid-template-columns: 35% auto;
    grid-gap: 15px;
}
.wrapper_submit .btn_closeRepply {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #175cd3;
    color: #175cd3;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}
.wrapper_submit .btn_submitRepply {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 4px;
    background: #175cd3;
    cursor: pointer;
}

.paginationReview {
    margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .review_statistic {
        grid-template-columns: 100%;
    }
    .review_filter {
        display: block;
    }
    .review_filter .filter_left {
        margin-bottom: 10px;
    }
    .filter_image {
        margin-bottom: 10px;
    }
    .popup_formRate {
        width: 95%;
    }
    .popup_reviewImages {
        width: 95%;
    }
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
    .review_statistic {
        grid-template-columns: 100%;
    }
    .review_filter {
        display: block;
    }
    .review_filter .filter_left {
        margin-bottom: 10px;
    }
    .filter_image {
        margin-bottom: 10px;
    }
    .popup_formRate {
        width: 95%;
    }
    .popup_reviewImages {
        width: 95%;
    }
    .item_prI .grid_ {
        grid-template-columns: 100%;
        grid-gap: 15px;
    }
}
