.float-cart{position:fixed;bottom:0;right:0;background-color:#fff;-webkit-box-shadow:0 -5px 10px 0 rgba(0,0,0,.1);box-shadow:0 -5px 10px 0 rgba(0,0,0,.1);width:320px;height:100vh;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.float-cart .cart-open-btn{position:absolute;top:240px;left:-47px;width:70px;height:25px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);border-radius:15px 15px 0 0;background-color:#e88846;color:#fff;font-size:11px;font-weight:600;letter-spacing:.05em;text-align:center;text-transform:uppercase}@media (min-width:992px){.float-cart .cart-open-btn{top:180px}}.float-cart.active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.float-cart__content{overflow-y:auto}.float-cart__header{padding:15px;border-bottom:1px solid #9c9c9c;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}.float-cart__header h3{margin:0;font-size:18px;font-weight:600}.float-cart__close{background:0 0;border:none;cursor:pointer;padding:5px;color:#9c9c9c;-webkit-transition:color .2s ease;transition:color .2s ease}.float-cart__close:hover{color:#9c9c9c}.float-cart__list{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;padding:15px}.float-cart__empty{text-align:center;padding:40px 0}.float-cart__empty p{margin-bottom:20px;color:#9c9c9c}.float-cart__empty .btn{width:100%;text-align:center}.float-cart__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #c9c9c9}.float-cart__item:last-child{border-bottom:none}.float-cart__item-image{-ms-flex-negative:0;flex-shrink:0;width:60px;height:60px}.float-cart__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.float-cart__item-image a{display:block}.float-cart__item-details{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.float-cart__item-name{margin:0 0 8px;font-size:14px}.float-cart__item-name a:hover{text-decoration:underline}.float-cart__item-meta{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;gap:8px;margin-bottom:8px}.float-cart__item-price{font-size:13px;color:#c9c9c9}.float-cart__item-quantity{font-size:12px;color:#c9c9c9}.float-cart__item-subtotal{font-size:14px;font-weight:600;color:#9c9c9c}.float-cart__item-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.float-cart__remove-item{background:0 0;border:none;cursor:pointer;padding:4px;color:#9c9c9c;-webkit-transition:color .2s ease;transition:color .2s ease}.float-cart__remove-item:hover{color:#e92626}.float-cart__footer{border-top:1px solid #9c9c9c}.float-cart__total{padding:15px;border-bottom:1px solid #9c9c9c;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;font-weight:600}.float-cart__total-amount{font-size:16px;color:#9c9c9c}.float-cart__actions{padding:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.float-cart__actions .btn{width:100%;text-align:center}.float-cart__actions .btn:disabled{opacity:.5;cursor:not-allowed}.float-cart__clear{background-color:#c9c9c9;color:#9c9c9c;border:1px solid #c9c9c9}.float-cart__clear:hover{background-color:#c9c9c9;color:#9c9c9c}.footer-info__logo{display:block;margin-bottom:40px;font-weight:900;font-size:32px}.footer-info__logo span{color:#e88846}.footer-info__logo sup{width:20px;height:20px;margin-left:5px;border-radius:50%;border:1px solid #9c9c9c;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:12px;font-weight:400}.back-popup.active{display:block}