@media only screen and (max-width:960px){.desktop-show{display:none}}@media only screen and (min-width:961px) and (max-width:1440px){.mobile-show{display:none}}@media only screen and (min-width:1441px){.mobile-show{display:none}}.transition-all-500{-webkit-transition:all .5s ease-out;transition:all .5s ease-out}.transition-all-800{-webkit-transition:all .8s ease-out;transition:all .8s ease-out}.transition-all-1000{-webkit-transition:all 1s ease-out;transition:all 1s ease-out}.transition-all-2000{-webkit-transition:all 2s ease-out;transition:all 2s ease-out}.mini-cart-floating{position:fixed;right:20px;bottom:120px;z-index:9999}@media only screen and (max-width:960px){.mini-cart-floating{right:12px;bottom:100px}}.mini-cart-floating-btn{position:fixed;right:40px;bottom:194px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}@media only screen and (max-width:960px){.mini-cart-floating-btn{width:52px;height:52px}}.mini-cart-floating-btn .cart-img{width:50px;height:50px}