@CHARSET "UTF-8";

#pi-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}

@media screen and  (max-width: 1000px) {
    #pi-main {
        justify-content: space-around;
    }
}
@media screen and  (max-width: 680px) {
    #pi-main {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}

ul.path li {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 34px;
    background: url("/themes/boxun2025/icons/rrow.gif") no-repeat 14px 4px;
}

ul.path li:first-child {
    padding-left: 0;
    background: none;
}

#pi-gallery {
    width: 320px;
}

#pi-gallery > a > img.current {
    width: 320px;
    height: 320px;
    object-fit: contain;
    margin-bottom: 10px;
}

#pi-gallery .carousel {
    display: flex;
    justify-content: center;
    gap: 10px;
}

#pi-gallery input {
    display: block;
    width: 6px;
    height: 10px;
    border: none;
    padding: 0;
    margin-top: 25px;
    cursor: pointer;
}

#pi-gallery input.prev {
    background-image: url("/themes/boxun2025/icons/lrow.gif");
}

#pi-gallery input.prev:disabled {
    background-image: url("/themes/boxun2025/icons/dlrow.gif");
}

#pi-gallery input.next {
    background-image: url("/themes/boxun2025/icons/rrow.gif");
}

#pi-gallery input.next:disabled {
    background-image: url("/themes/boxun2025/icons/drrow.gif");
}

#pi-gallery input.prev:disabled, #pi-gallery input.next:disabled {
    cursor: auto;
}

#pi-gallery ul {
    width: 268px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 6px;
}

#pi-gallery ul li {
    width: 60px;
    height: 60px;
    border: 1px solid #FFFFFF;
}

#pi-gallery ul li.current {
    border: 1px solid #9E9EA0;
}

#zoomed {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

#zoomed img {
    max-width: calc(100% - 20px);
    max-height: calc(90vh - 20px);
    object-fit: scale-down;
    border: 10px solid #3B3938;
}

#zoomed input {
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    cursor: pointer;
}

#zoomed input.prev {
    left: 0;
    background: url("/themes/boxun2025/icons/blrow.gif");
}
#zoomed input.prev:disabled {
    background: url("/themes/boxun2025/icons/dblrow.gif");
    cursor: auto;
}
#zoomed input.next {
    right: 0;
    background: url("/themes/boxun2025/icons/brrow.gif");
}
#zoomed input.next:disabled {
    background: url("/themes/boxun2025/icons/dbrrow.gif");
    cursor: auto;
}

#zoomed a.close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url("/themes/boxun2025/icons/dclose.gif");
}

#pi-short {
    width: 260px;
}

#pi-short p.producer {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 23px;
    text-align: justify;
}

#pi-short p.producer img {
    float: right;
    margin-top: -2px;
}

#pi-short a {
    display: block;
    margin-bottom: 23px;
}

#pi-short p.main {
    display: block;
    width: 100%;
    font-size: 16px;
}

#pi-short p.text {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    font-size: 16px;
}

#pi-short div.replies {
    margin-bottom: 27px;
}

div.stars {
    display: flex;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

div.stars a.link {
    margin-top: 5px;
    margin-bottom: 0;
}

#pi-short div.replies p.empty {
    color: #AAAAAA;
}

div.stars p.mark {
    display: block;
    margin-left: 20px;
    margin-top: 3px;
    font-weight: bold;
    font-size: 20px;
    color: #3B3938;
}

div.stars > div {
    width: 28px;
    height: 26px;
    margin-right: 4px;
    background-image: url("/themes/boxun2025/icons/stars.gif");
}
div.star_0 {   background-position-x: 0;  }
div.star_1 {   background-position-x: -28px;  }
div.star_2 {   background-position-x: -56px;  }
div.star_3 {   background-position-x: -84px;  }
div.star_4 {   background-position-x: -112px;  }
div.star_5 {   background-position-x: -140px;  }
div.star_6 {   background-position-x: -168px;  }
div.star_7 {   background-position-x: -196px;  }
div.star_8 {   background-position-x: -234px;  }
div.star_9 {   background-position-x: -252px;  }
div.star_10 {   background-position-x: -280px;  }

#pi-order-button {
    width: 170px;
    height: 30px;
    margin-top: 31px;
    margin-left: 80px;
    padding: 10px 0 0 30px;
    background: #C6001A url("/themes/boxun2025/icons/order.gif") no-repeat 19px 11px;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

#pi-prop {
    width: 320px;
}

@media screen and  (max-width: 1000px) {
    #pi-prop {
        display: none;
    }
}

#pi-prop ul {
    position: relative;
    list-style: none;
    display: block;
    width: 100%;
    max-height: 360px;
    overflow: hidden;
}

#pi-prop ul::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

#pi-prop ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
}

#pi-switcher {
    display: inline-block;
    width: auto;
    border-bottom: 1px solid #6B6968;
    margin-bottom: 20px;
}
@media screen and  (max-width: 1000px) {
    #pi-switcher {
        display: none;
    }
}

#pi-switcher a {
    display: inline-block;
    padding-inline: 40px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #3A3938;
    text-decoration: none;
}
#pi-switcher a:hover {
    color: #FA9998;
}
#pi-switcher a.current {
    padding-bottom: 5px;
    border-bottom: 5px solid #E60012;
}

#pi-data > div {
    display: none;
    margin-bottom: 40px;
}
@media screen and  (max-width: 1000px) {
    #pi-data > div {
        display: block;
    }
}

#pi-data > div.current {
    display: block;
}

#pi-data > div h3 {
    display: none;
    padding-bottom: 5px;
    padding-left: 40px;
    border-bottom: 1px solid #6B6968;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 16px;
    color: #3A3938;
}
@media screen and  (max-width: 1000px) {
    #pi-data > div h3 {
        display: block;
    }
}

#pi-text p {
    font-size: 16px;
}

#pi-adv ul {
    list-style: inside url("/themes/boxun2025/icons/square.gif");
    columns: 3;
    column-gap: 40px;
}
@media screen and  (max-width: 1100px) {
    #pi-adv ul {
        columns: 2;
    }
}
@media screen and  (max-width: 700px) {
    #pi-adv ul {
        columns: 1;
    }
}

#pi-adv ul li {
    break-inside: avoid-column;
    margin-bottom: 10px;
    font-size: 16px;
}

#pi-table table {
    border: 1px solid #CCCCCC;
    padding: 2px;
    border-spacing: 0;
    min-width: 680px;
}
@media screen and  (max-width: 720px) {
    #pi-table table {
        min-width: auto;
    }
}

#pi-table table tr {
    height: 30px;
}

#pi-table table tr:nth-child(even) {
    background: #FEF2F2;
}

#pi-table table td, #pi-table table th {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 10px;
}

#pi-table table th {
    padding-right: 20px;
    text-align: right;
    color: #666666;
}

#pi-table table td {
    padding-left: 20px;
    text-align: left;
    color: #111111;
}

.reply {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.reply .info {
    width: 210px;
}

.reply .info .author {
    font-size: 13px;
    color: #3A3938;
    margin-bottom: 5px;
}

.reply .info .date {
    font-size: 12px;
    color: #6A6968;
}

.reply > p {
    display: block;
    max-width: calc(100% - 230px);
    min-width: 280px;
    font-size: 16px;
    color: #3A3938;
    margin-left: 20px;
    margin-top: 6px;
}

#pi-new-reply {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

#pi-new-reply .stars {
    display: flex;
    justify-content: left;
    gap: 4px;
    width: 230px;
}

#pi-new-reply .stars > a {
    display: block;
    width: 28px;
    height: 26px;
    background-image: url("/themes/boxun2025/icons/stars.gif");
}
#pi-new-reply .stars > a.empty {
    background-position-x: -308px;
}
#pi-new-reply .stars > a.filled {
    background-position-x: -280px;
}

#pi-new-reply .form textarea {
    width: calc(100% - 10px);
    max-width: 500px;
    min-height: 74px;
    margin-bottom: 10px;
    background: #EEEEEE;
    border: 1px solid #666666;
    padding: 3px 5px;
}
#pi-new-reply .form textarea:focus {
    background: #FFFFFF;
    border: 1px solid #C6001A;
    outline: none;
}

#pi-new-reply .form input[type=text] {
    display: block;
    float: left;
    width: 140px;
    height: 24px;
    background: #EEEEEE;
    border: 1px solid #666666;
    padding: 3px 5px;
}
#pi-new-reply .form input[type=text]:focus {
    background: #FFFFFF;
    border: 1px solid #C6001A;
    outline: none;
}

#pi-new-reply .form input[type=button] {
    display: block;
    float: right;
    width: 170px;
    height: 32px;
    border: none;
    background: #C6001A;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
}

#pi-new-reply .form input[type=button]:disabled {
    background: #96001A;
    color: #999999;
}

#pl-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 0 20px;
    margin-bottom: 50px;
}
@media screen and  (max-width: 700px) {
    #pl-main {
        justify-content: center;
    }
}

.pl-product, .pl-group {
    width: 318px;
    padding: 10px;
    margin: -10px -10px 30px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}
.pl-product:hover, .pl-group:hover {
    border: 1px solid #CCCCCC;
}

.pl-product .image, .pl-group .image {
    position: relative;
    width: 318px;
    height: 318px;
    margin-bottom: 15px;
}

.pl-product .image img, .pl-group .image img {
    width: 320px;
    height: 320px;
    object-fit: scale-down;
}

.pl-product .image p {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    padding: 6px 16px;
    background: #C6001A;
    border-radius: 8px;
}

.pl-product h2, .pl-group h2 {
    display: block;
    line-height: 100%;
    margin-bottom: 20px;
    width: 100%;
    /*height: 49px;*/
    overflow: hidden;
}

.pl-product h2 a, .pl-group h2 a {
    font-weight: bold;
    font-size: 20px;
    color: #2A2928;
    text-decoration: none;
    line-height: 100%;
}

.pl-product:hover h2 a, .pl-group:hover h2 a {
    color: #C6001A;
    text-decoration: underline;
}

.pl-product .main {
    width: 100%;
    min-height: 18px;
    background: url("/themes/boxun2025/logos/boxun_100.gif") no-repeat 0 calc(50%);
    text-align: right;
    font-size: 14px;
    color: #393938;
}

.pl-product .replies {
    margin-bottom: 20px;
}

.pl-group .image img {
    margin-bottom: 15px;
}

.pl-group h2 {
    width: 100%;
    text-align: center;
}

.empty-block {
    width: 320px;
    height: 0;
}

#cnt-map {
    margin-bottom: 40px;
    background: #FEF2F2;
    padding: 10px;
}
#cnt-map div {
    border: 1px solid #C6001A;
}

#cnt-info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
    justify-content: space-around;
}

#cnt-info div {
    min-width: 350px;
    max-width: 450px;
    flex-basis: 0;
    flex-grow: 1;
}

#cnt-info ul {
    list-style: none;
}

#cnt-info li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

#cnt-about {
    list-style: inside url("/themes/boxun2025/icons/square.gif");
    columns: 3;
    column-gap: 40px;
}
@media screen and  (max-width: 1100px) {
    #cnt-about {
        columns: 2;
    }
}
@media screen and  (max-width: 700px) {
    #cnt-about {
        columns: 1;
    }
}


#cnt-about li {
    margin-bottom: 30px;
    break-inside: avoid-column;
}

#cnt-about li h3 {
    display: inline-block;
    margin-bottom: 20px;
}

#cnt-about li p {
    margin-bottom: 10px;
    font-size: 16px;
    text-indent: 30px;
    line-height: 24px;
}

#ps-input {
    display: block;
    width: 80%;
    padding: 5px 10px;
    margin: 0 auto 40px;
    border: 1px solid #C6001A;
    outline: 10px solid #FEF2F2;
}

#ps-results .empty, #po-main .empty {
    display: block;
    width: 80%;
    margin: 0 auto 50px;
    font-size: 18px;
    color: #999999;
    text-align: center;
}

#ps-results .empty a, #po-main .empty a {
    font-size: 18px;
}

#ps-results ul, #po-main ul {
    list-style: none;
}

#ps-results ul li, #po-main ul li {
    display: flex;
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-inline: 10px;
    border: 1px solid #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
}

#ps-results ul li:last-child, #po-main ul li:last-child {
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 0;
    padding-bottom: 10px;
}

#ps-results ul li:has(a:hover) {
    border: 1px solid #C6001A;
    outline: 10px solid #FEF2F2;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

#ps-results ul li img, #po-main ul li img {
    width: 100px;
    height: 100px;
    object-fit: scale-down;
    margin-top: 5px;
}

#ps-results ul li .info, #po-main ul li .info {
    display: flex;
    flex-direction: column;
}

#ps-results ul li h2, #po-main ul li h2 {
    margin-top: 5px;
    margin-bottom: 10px;
}

#ps-results ul li h2 a, #po-main ul li h2 a {
    width: 100%;
    font-size: 18px;
    text-decoration: none;
    color: #3B3938;
}

#ps-results ul li h2 a:hover, #po-main ul li h2 a:hover {
    color: #C6001A;
    text-decoration: underline;
}

#ps-results ul li .additional, #po-main ul li .additional {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

#ps-results ul li .additional .short, #po-main ul li .additional .short {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 480px;
    flex-shrink: 0;
}

@media screen and  (max-width: 1000px) {
    #ps-results ul li .info {
        width: 100%;
    }
    #ps-results ul li .additional .short {
        width: 100%;
        flex-grow: 1;
    }
    #po-main ul li .additional .short {
        display: none;
    }
}
@media screen and  (max-width: 600px) {
    #po-main ul li img {
        display: none;
    }
}

#ps-results ul li .short > .mark, #po-main ul li .short > mark {
    width: 210px;
}

@media screen and  (max-width: 500px) {
    #ps-results ul li .short > .mark {
        display: none;
    }
}

#ps-results ul li .short > .mark .replies, #po-main ul li .short > .mark .replies {
    color: #999999;
}

#ps-results ul li .short > .main, #po-main ul li .short > .main {
    margin-top: 5px;
    font-size: 12px;
    color: #3B3938;
}

@media screen and  (max-width: 680px) {
    #ps-results ul li .short > .main {
        display: none;
    }
}

#ps-results ul li .flag, #po-main ul li .flag {
    display: block;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    background: #C6001A;
    border-radius: 5px;
}

#ps-results ul li .text {
    display: block;
    max-height: 49px;
    overflow: hidden;
    color: #999999;
}

@media screen and  (max-width: 1000px) {
    #ps-results ul li .text {
        display: none;
    }
}

#po-main .controller {
    display: flex;
    width: 300px;
    gap: 10px;
}

#po-main .controller .value {
    width: 60px;
    height: 30px;
    padding: 5px;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    text-align: center;
    background: #EEEEEE;
    outline: none;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    color: #3B3938;
}

#po-main .controller .value:focus {
    background: #FFFFFF;
    border-color: #C6001A;
}

#po-main .controller input[type=button] {
    width: 42px;
    height: 42px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background-color: #F8F8F8;
    background-repeat: no-repeat;
    cursor: pointer;
}

#po-main .controller input[type=button]:hover {
    border-color: #C6001A;
}

#po-main .controller input.minus {
    background-position: 12px 10px;
    background-image: url("/themes/boxun2025/icons/gmlrow.gif");
}

#po-main .controller input.plus {
    background-position: 16px 10px;
    background-image: url("/themes/boxun2025/icons/gmrrow.gif");
}

#po-main .controller input.minus:hover {
    background-image: url("/themes/boxun2025/icons/mlrow.gif");
}

#po-main .controller input.plus:hover {
    background-image: url("/themes/boxun2025/icons/mrrow.gif");
}

#po-main .controller input.remove {
    background-position: 9px 9px;
    background-image: url("/themes/boxun2025/icons/gmcross.gif");
}

#po-main .controller input.remove:hover {
    background-image: url("/themes/boxun2025/icons/mcross.gif");
}

#po-main .controller input[type=button]:hover {
    background-color: #FFFFFF;
}

#po-form {
    width: 100%;
    margin-top: 60px;
}

#po-form > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    gap: 5%;
}

#po-form > div:last-child {
    padding-top: 30px;
}

#po-form > div > label {
    display: block;
    width: 120px;
    text-align: right;
    font-size: 18px;
    color: #999999;
}

#po-form > div > input[type=text] {
    width: 30%;
    height: 24px;
    padding: 3px 5px;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    color: #3B3938;
    border: 1px solid #CCCCCC;
}

#po-form > div > input[type=text]:focus {
    border: 1px solid #C6001A;
    outline: 10px solid #FEF2F2;
}

#po-form > div > input[type=button] {
    padding: 10px 50px;
    background: #C6001A;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

#po-form > div > input[type=button]:disabled {
    background: #96001A;
    color: #999999;
    cursor: default;
}

#mp-catalog > ul {
    list-style: inside url("/themes/boxun2025/icons/square.gif");
    columns: 3;
    column-gap: 40px;
}
@media screen and  (max-width: 1000px) {
    #mp-catalog > ul {
        columns: 2;
    }
}
@media screen and  (max-width: 680px) {
    #mp-catalog > ul {
        columns: 1;
    }
}

#mp-catalog > ul > li {
    break-inside: avoid-column;
    margin-bottom: 40px;
}

#mp-catalog > ul > li > a {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #3B3938;
}

#mp-catalog ul > li > a:hover {
    text-decoration: underline;
    color: #C6001A;
}

#mp-catalog > ul ul {
    margin-left: 30px;
    margin-bottom: 20px;
    list-style: none;
}

#mp-catalog > ul ul:nth-child(2) {
    margin-top: 10px;
}

#mp-catalog > ul ul li a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #3B3938;
}

#mp-catalog > ul ul li:has(a.item) {
    display: inline-block;
}

#mp-catalog a.item {
    display: inline-block;
    margin: 2px;
    font-size: 13px;
    background: #FFFFFF;
    color: #C6001A;
    padding: 1px 5px;
    border: 1px solid #C6001A;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
}

#mp-catalog a.item:hover {
    background: #C6001A;
    color: #FFFFFF;
    text-decoration: none;
}

#mp-promo {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 360px;
    background: #3B3938;
    margin-bottom: 100px;
}
@media screen and  (max-width: 1000px) {
    #mp-promo {
        display: none;
    }
}

#mp-promo-l {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 85px;
    background: url("/themes/boxun2025/other/promol.gif");
}

#mp-promo-r {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 600px;
    height: 85px;
    background: url("/themes/boxun2025/other/promor.gif");
}

#mp-promo .promo {
    display: none;
    position: absolute;
    left: 50px;
    right: 50px;
    top: 40px;
}

#mp-promo .current {
    display: block;
}

#mp-promo .promo h3 a {
    display: block;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 30px;
    text-decoration: none;
}

#mp-promo .promo p {
    display: block;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
}

#mp-promo .promo a img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 300px;
    object-fit: scale-down;
}

#mp-about {
    display: flex;
    align-items: start;
    margin-bottom: 100px;
    gap: 100px;
}
@media screen and  (max-width: 1000px) {
    #mp-about {
        flex-direction: column;
        gap: 40px;
    }
}

#mp-about p {
    display: block;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #6A6968;
}

#mp-about img {
    display: block;
    margin-bottom: 30px;
}

#mp-features {
    display: flex;
    justify-content: space-between;
    align-items: start;
    background: #F5F5F5;
    padding: 40px 20px;
    gap: 20px;
    margin-inline: -3%;
    margin-bottom: 100px;
}

@media screen and  (max-width: 1000px) {
    #mp-features {
        flex-direction: column;
    }
}

#mp-features div {
    max-width: 280px;
    background: #FFFFFF;
    padding: 20px 10px;
    text-align: center;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

@media screen and  (max-width: 1000px) {
    #mp-features div {
        max-width: 100%;
        display: flex;
        align-items: center;
        gap: 20px;
        text-align: left;
    }
}
@media screen and  (max-width: 600px) {
    #mp-features div {
        max-width: 100%;
        display: block;
        text-align: center;
    }
}

#mp-features div h3 {
    display: block;
    min-width: 160px;
    margin-bottom: 20px;
    font-weight: normal;
}

#mp-features div p {
    line-height: 1.6;
}

#mp-features img {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
}
@media screen and  (max-width: 1000px) {
    #mp-features img {
        margin: 0;
    }
}
@media screen and  (max-width: 600px) {
    #mp-features img {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
