:root{--black-color:#000;--white-color:#fff;--accent-color:#f2dc00;--gray-color:#2c2c2c;--line-color:rgba(62, 62, 62, 0.15);--txt-gray-color:#a0a0a0;--back-color:#eeeeee;--blue-color:#6abfda;--green-color:#70c984;--shadow:0px 4px 55px 0px rgba(0, 0, 0, 0.15);--shadow-2:0px 18px 20px 8px rgba(0, 0, 0, 0.25);--trs-300:300ms ease;--trs-600:600ms ease;--trs-1200:1200ms ease;--trs-2000:2000ms ease;--trs-cubic-800:0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);--trs-cubic-600:0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);--trs-cubic-500:0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);--trs-cubic-400:0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);--trs-cubic-300:0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);--trs-cubic-200:0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);--trs-cubic-100:0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);--screensize:1920}.cart-order-fixed{position:fixed;bottom:0;right:0;left:0;border-radius:calc(20 / var(--screensize) * 100vw) calc(20 / var(--screensize) * 100vw) calc(0 / var(--screensize) * 100vw) calc(0 / var(--screensize) * 100vw);background:var(--white-color);z-index:105;-webkit-box-shadow:var(--shadow-2);box-shadow:var(--shadow-2);max-height:calc(56 / var(--screensize) * 100vw);padding-bottom:calc(16 / var(--screensize) * 100vw);overflow:auto;display:none;-webkit-transition:var(--trs-cubic-600);-o-transition:var(--trs-cubic-600);transition:var(--trs-cubic-600)}.cart-order-fixed.active{max-height:calc(100vh - 50 / var(--screensize) * 100vw)}.cart-order-fixed.active .cart-order-fixed-top .icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.cart-order-fixed .cart-order-fixed-inner .cart-order-fixed-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:calc(16 / var(--screensize) * 100vw);padding-bottom:calc(16 / var(--screensize) * 100vw);width:100%}.cart-order-fixed .cart-order-fixed-inner .cart-order-fixed-top .icon{-webkit-transition:var(--trs-cubic-600);-o-transition:var(--trs-cubic-600);transition:var(--trs-cubic-600)}.cart-order-fixed .cart-order-fixed-inner .cart-order-fixed-top .icon svg{height:calc(10 / var(--screensize) * 100vw);width:calc(18 / var(--screensize) * 100vw)}.cart-order-fixed .cart-order-fixed-inner .cart-order-info-center{margin-top:calc(3 / var(--screensize) * 100vw)}.cart-order-fixed .cart-order-fixed-inner .cart-order-info-center ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:calc(6 / var(--screensize) * 100vw)}.cart-order-fixed .cart-order-fixed-inner .cart-order-info-center ul li{display:-ms-grid;display:grid;-ms-grid-columns:calc(117 / var(--screensize) * 100vw) calc(180 / var(--screensize) * 100vw);grid-template-columns:calc(117 / var(--screensize) * 100vw) calc(180 / var(--screensize) * 100vw);gap:calc(15 / var(--screensize) * 100vw)}.cart-order-fixed .cart-order-fixed-inner .cart-order-info-center ul li p{font-weight:500;font-size:calc(14 / var(--screensize) * 100vw);line-height:calc(16 / var(--screensize) * 100vw);color:var(--txt-gray-color)}.cart-order-fixed .cart-order-fixed-inner .cart-order-info-center ul li span{font-weight:500;font-size:calc(14 / var(--screensize) * 100vw);line-height:calc(16 / var(--screensize) * 100vw)}.cart-order-fixed .cart-order-fixed-inner .cart-order-info-bottom{margin-top:calc(24 / var(--screensize) * 100vw);padding-top:calc(16 / var(--screensize) * 100vw);border-top:1px solid var(--gray-color)}.cart-order-fixed .cart-order-fixed-inner .cart-order-info-bottom .price-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cart-order-fixed .cart-order-fixed-inner .cart-order-info-bottom .price-wrapper p{font-weight:700;font-size:calc(16 / var(--screensize) * 100vw);line-height:calc(22 / var(--screensize) * 100vw)}.cart-order-fixed .cart-order-fixed-inner .cart-order-info-bottom .price-wrapper span{font-weight:700;font-size:calc(24 / var(--screensize) * 100vw);line-height:calc(26 / var(--screensize) * 100vw)}.cart-order-fixed .cart-order-fixed-inner .cart-order-info-bottom .inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:calc(12 / var(--screensize) * 100vw);margin-top:calc(20 / var(--screensize) * 100vw)}.cart-order-fixed .cart-order-fixed-inner .cart-order-info-bottom .inputs label{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;gap:calc(16 / var(--screensize) * 100vw)}.cart-order-fixed .cart-order-fixed-inner .cart-order-info-bottom .inputs label p{font-weight:400;font-size:calc(12 / var(--screensize) * 100vw);line-height:calc(14 / var(--screensize) * 100vw)}.cart-order-fixed .cart-order-fixed-inner .cart-order-info-bottom .btns{margin-top:calc(24 / var(--screensize) * 100vw);gap:calc(26 / var(--screensize) * 100vw)}.cart-order-fixed .cart-order-fixed-inner .cart-order-info-bottom .btns button{height:calc(46 / var(--screensize) * 100vw);font-weight:700;font-size:calc(16 / var(--screensize) * 100vw);line-height:calc(22 / var(--screensize) * 100vw);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}@media (max-width:1440px){:root{--screensize:1680}}@media (max-width:1024px){:root{--screensize:1440}}@media (max-width:767px){:root{--screensize:360}.cart-order-fixed{display:block}}