*{padding:0;box-sizing:border-box;margin:0;font-family:Arial,Helvetica,sans-serif;user-select:none}.container{background-color:rgba(243,240,236,.855);height:100vh;max-width:500px;width:100%;margin:auto;position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden}.contain-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.2vh 10px;border-bottom:1px solid gold}.logo{display:flex;justify-content:center;align-items:center;color:gray}.logo span{font-size:20px}.img-logo{margin-right:10px;max-width:60px}.menu-left{display:flex;justify-content:space-between;gap:20px}.menu-icon{padding:5px;border-radius:3px;background-color:#dad5d5;max-width:40px;width:100%;cursor:pointer}.cart-style:hover{transform:scale(1.1)}.pop-quantity,.cart-style{display:inline-block;transition:transform .2s}.pop{animation:popScale .4s ease}@keyframes popScale{0%{transform:scale(1);background-color:gray}50%{transform:scale(1.3);background-image:linear-gradient(to bottom,gold,#daa520);border:1px solid gray}to{transform:scale(1);background-color:gray}}.container-stock{width:100%;height:95vh;background-image:linear-gradient(to right,#545151,rgba(25,24,24,.894));position:relative;overflow:hidden}.stock-header{height:6vh;border-bottom:1px solid gold}.stock-header{display:flex;justify-content:space-between;align-items:center;color:#fff;padding:0 10px;font-size:20px;font-weight:700}.stock-header-right{display:flex;justify-content:center;align-items:center;gap:10px}.stock-body{display:grid;position:relative;grid-template-columns:1fr 1fr 1fr;gap:8px;padding:8px;height:87.6vh;overflow:auto;scroll-behavior:smooth;border:1px solid #ccc;padding-bottom:9vh}.stock-body::-webkit-scrollbar-button{display:none}.stock-body::-webkit-scrollbar{width:5px;height:5px}.stock-body::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px}.stock-body::-webkit-scrollbar-track{background:#f1f1f1}.cart-product{display:flex;flex-direction:column;align-items:center;position:relative}.cart-white-back{background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px;border-radius:5px}.cart-img{width:140px;border-radius:5px;border:2px solid goldenrod;height:110px;max-width:100%}.cart-descript{max-width:140px;width:100%;font-weight:700;position:relative;overflow:hidden}.product-name,.product-id,.product-price{font-size:18px}.product-name{display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100px}.cart-descript:hover .product-name{white-space:normal;overflow:visible;max-width:none}.product-price{position:absolute;right:0;bottom:0;color:red}.cart-button{border-radius:5px;width:100%;height:30px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;margin-top:5px;background-image:linear-gradient(to bottom,gold,#ff8400)}.container-menu{position:absolute;top:0;right:-100%;height:100vh;width:100%;display:flex;justify-content:flex-end;transition:right .5s ease;z-index:1000}.container-menu.active{right:0}.menu-list{color:#fff;max-width:60%;width:100%;height:100vh;background-color:rgba(247,75,6,.78);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}.menu-list::-webkit-scrollbar{display:none}.dote{max-width:10px;width:100%}.working-on{display:flex;align-items:center;padding-left:32%;margin:1vh}.image-block{width:100%;display:flex;justify-content:center}.home-container{width:100%;background-color:#fff;height:93.6vh;padding:10px}.logo-img-back{max-width:250px;width:100%}.menu-list a{color:#fff;text-decoration:none}.sub-menu-list{padding:1vh 0px 1vh 2vh;font-size:18px;font-weight:600;transition:.1s;cursor:pointer}.sub-menu-list:hover{transform:scale(1.05)}.container-product-detail{display:none;background-color:rgba(0,0,0,.35);position:absolute;justify-content:center;top:0;left:0;height:100vh;width:100%;z-index:99999}.block-product-detail{background-color:#ebe9e9;width:100%;position:absolute;bottom:-100%;transition:bottom .5s ease-in-out}.block-product-detail.show{bottom:0}.show-image{display:flex;justify-content:center;border-radius:5px;padding:1vh}.image-detail{max-width:470px;height:30vh;width:100%;border-radius:5px;border:1px solid goldenrod}.product-detail-block{display:flex;justify-content:center;flex-direction:column;align-items:center;padding:1vh}.product-detail-center{display:flex;justify-content:space-between;max-width:470px;width:100%;font-size:18px;font-weight:700}.detail-name,.detail-id,.detail-price,.detail-total{margin:1vh 0px}.detail-price,.detail-total-price{color:red;text-align:right}.detail-total-price{margin-left:10px}.detail-activity{display:flex;justify-content:space-between;max-width:470px;width:100%;gap:10px}.edit-quantity{display:flex;max-width:200px;width:100%;gap:2px}.decrease-bt,.quantity,.increase-bt{width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;font-size:20px;font-weight:700}.decrease-bt{border-radius:5px 0 0 5px;cursor:pointer;padding:1vh}.increase-bt{border-radius:0 5px 5px 0;cursor:pointer;padding:1vh}.quantity{color:red;padding:1vh}.direction-product{display:flex;max-width:250px;width:100%}.check-out,.buy-more{display:flex;justify-content:center;align-items:center}.check-out{background-image:linear-gradient(to bottom,gold,#f80);border-radius:5px 0 0 5px;padding:0 10px}.check-out img{height:4vh;cursor:pointer}.buy-more{background-image:linear-gradient(to bottom,gray,#2b2a2a);width:100%;border-radius:0 5px 5px 0;color:#fff;cursor:pointer}.all-order-block{position:absolute;bottom:1vh;display:none;justify-content:space-between;width:98%;background-color:#fff;border:1px solid rgb(209,206,206);border-radius:5px;z-index:1000;opacity:0;transition:opacity .3s ease}.all-order-block.show{display:flex;opacity:1}.flex-currency,.go-checkout{display:flex;justify-content:space-between;align-items:center;height:100%;font-size:14px}.flex-currency{width:75%;background-color:#000;border-radius:5px 0 0 5px;color:#fff;padding:.5vh}.go-checkout-block{width:25%;display:flex;justify-content:center;align-items:center;text-wrap:nowrap;background-image:linear-gradient(to bottom,#ebebeb,#797878)}.all-order-price{color:red;font-size:20px;margin-left:5px}.container-checkout{background-color:#f5f5f5;position:relative;max-width:500px;width:100%;margin:auto;height:100vh;overflow:hidden}.container-checkout-header{display:flex;justify-content:space-between;padding:1vh 20px;font-size:18px;border-bottom:1px solid gold;font-weight:600}.checkout-body{overflow:auto;padding:1vh 10px;height:63vh}.product-checkout-list{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1vh 5px;gap:5px;font-size:15px}.ch-flex{display:grid;grid-template-columns:.5fr .9fr 1fr .3fr;max-width:428px;width:100%;align-items:center;border-radius:5px;box-shadow:1px 1px 2px;background-color:rgba(136,136,136,.44);padding:.5vh 10px;font-weight:600}.ch-edit{display:flex;justify-content:center;align-items:center;gap:1px;max-width:200px;width:100%}.ch-remove{max-width:50px;width:100%;display:flex;justify-content:center;align-items:center;background-image:linear-gradient(to bottom,gold,#da7420);border-radius:6px;box-shadow:1px 1px 2px;background-color:rgba(136,136,136,.44);padding:9px}.img-trash{height:3vh;cursor:pointer}.ch-decrease,.ch-increase,.ch-quantity{background-color:#fff;max-width:40px;width:100%;display:flex;justify-content:center;align-items:center;padding:.5vh 5px;font-size:18px}.ch-decrease{border-radius:5px 0 0 5px;cursor:pointer}.ch-price,.ch-quantity{display:flex;justify-content:center;align-items:center;color:red}.ch-increase{border-radius:0 5px 5px 0;cursor:pointer}.ch-footer{position:absolute;width:100%;bottom:0}.ch-total{display:flex;justify-content:space-between;padding:1vh 15px;border-top:1px dashed;border-bottom:1px solid;font-size:18px;font-weight:600}.ch-total-price{font-size:20px;color:green;font-weight:600}.ch-currency-exchange{width:100%;display:flex;padding:1vh;font-size:18px;font-weight:600;border-bottom:1px solid black}.ch-currency-type{display:flex;justify-content:space-around;align-items:center;width:50%}.ch-total-exchange-price{display:flex;justify-content:center;flex-direction:column;width:50%;text-align:right}.ch-flex-bt{display:flex;justify-content:space-between;padding:1vh 15px}.ch-flex-bt a{max-width:150px;width:100%;text-decoration:none}.ch-title{display:flex;line-height:1.5;align-items:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ch-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ch-image{width:50px;height:40px}.receipt-product-image{width:40px;height:30px;margin-right:5px}.product-order-title{display:flex;line-height:1.5;align-items:center}.ch-cancel-save,.save-as-img{max-width:150px;width:100%;color:#fff;display:flex;justify-content:center;border-radius:5px;align-items:center;padding:1vh;font-size:18px;font-weight:600}.ch-cancel-save{background-color:green}.save-as-img{color:#000;background-image:linear-gradient(to bottom,gold,#ff8c00)}.receipt{position:absolute;height:100vh;top:0;left:0;background-color:#888;width:100%;padding:10px;display:flex;justify-content:center;align-items:center;overflow-y:auto;visibility:hidden;opacity:0;transition:visibility 0s,opacity .5s ease-in-out}.receipt.visible{visibility:visible;opacity:1}.contain-receipt{background-color:#fff;max-width:350px;width:100%}.header-receipt{display:flex;justify-content:center}.second-header{border-top:1px dashed;border-bottom:1px dashed}.Store,.date,.invoice{display:flex;justify-content:space-between;padding:.3vh 5px}.receipt-title,.receipt-descript{width:100%}.receipt-title{display:flex;max-width:150px;width:100%;justify-content:space-between}.receipt-descript{max-width:200px;width:100%;padding-left:5px}.body-receipt{padding:1vh;overflow-y:auto;max-height:50vh}.footer-receipt{border-top:1px dashed}.row-order-product{display:grid;grid-template-columns:.3fr 1fr .3fr;align-items:center;justify-content:space-between;padding:2px 5px}.receipt-center-text{text-align:center}.usd-money,.khr-money{padding:1px 5px;display:flex;justify-content:space-between}.thank-you{display:flex;justify-content:center;align-items:center;font-size:30px;color:gray;margin:2vh}.working-on-descript{text-align:center;font-size:28px;font-weight:600}.poin{font-size:30px;font-size:600}.working-on-title{margin-left:40px;font-size:18px;transition:.1s}.working-on-title:hover{transform:scale(1.1);color:gold}.block-checkout{position:relative}.pop-quantity{position:absolute;top:-10px;right:-10px;background-color:gray;height:20px;border-radius:50%;font-size:11px;padding:5px;color:#fff;display:flex;justify-content:center;align-items:center;width:20px;visibility:hidden}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;outline:none;border-style:none;text-align:center}@media (max-height: 824px){.checkout-body{height:62vh}}@media (max-height: 800px){.checkout-body{height:59vh}}@media (max-height: 700px){.checkout-body{height:55vh}}#nprogress .bar{background:#e5d405!important}
