.majc-toggle-button{position:fixed;top:50%;transform:translateY(-50%);z-index:999}.majc-toggle-button .majc-cartbasket-toggle-btn{width:80px;height:80px;display:flex;justify-content:center;align-items:center;background:#9676f8;transition:all ease .3s;color:#fff;font-size:32px;cursor:pointer;box-shadow:1px 2px 3px rgba(0,0,0,.1)}.majc-right-middle .majc-toggle-button{right:10px}.majc-toggle-button.majc-round .majc-cartbasket-toggle-btn,.majc-toggle-button.majc-round .majc-item-count-wrap,.majc-toggle-button.majc-round .majc-cartbasket-img{border-radius:100%}.majc-cartbasket-icon.majc-cartbasket-close-icon{display:none}.majc-item-count-wrap{position:absolute;width:25px;height:25px;background:#4b3392;display:flex;align-items:center;justify-content:center;font-size:12px;bottom:0}.majc-right-middle .majc-item-count-wrap{left:0}.majc-layout-slidein .majc-cart-popup{position:fixed;top:0;background:#fff;height:100%;width:400px;transition:all ease .3s;box-shadow:0px 0px 12px rgba(0,0,0,.3);z-index:99999}.majc-main-wrapper-bg{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.7);transition:all ease .4s;opacity:0;visibility:hidden;left:0;top:0;z-index:9999}.majc-main-inner-wrapper{position:relative}.majc-cart-popup *{box-sizing:border-box}.majc-cart-popup a{color:inherit}.majc-layout-slidein.majc-position-right .majc-cart-popup:not(.majc-cartpop-animation-enabled){right:-100%;transition:all .3s ease}.majc-layout-slidein .majc-cart-popup{color:#333}.majc-layout-slidein .majc-cart-popup .majc-cart-popup-inner{height:100%;display:flex;flex-direction:column}.majc-header{position:relative}.majc-header h2{font-size:24px;display:flex;align-items:center;margin:0;padding:20px 50px 20px 20px;border-bottom:1px solid #eee;color:inherit}.majc-header h2 .majc-header-icon{font-size:inherit;margin-right:10px;width:1em}.majc-header .majc-sub-header{font-size:.8em;padding:10px 20px;border-bottom:1px solid #eee;text-align:center}.majc-header .majc-sub-header span{margin:0 10px}.majc-header .majc-cart-close{position:absolute;height:40px;width:40px;display:flex;align-items:center;justify-content:center;font-size:30px;background:#000;color:#fff;right:5px;top:5px;cursor:pointer}.majc-header .majc-cart-close:before{transition:all ease .4s}.majc-header .majc-cart-close:hover:before{transform:rotate(360deg)}.majc-body{margin:20px;height:50%;flex-grow:1}.majc-cart-item-wrap{margin-bottom:30px}.majc-coupon{margin-bottom:30px;border:1px solid #f1f1f1;padding:25px}.majc-coupon .majc-cpn-resp{font-size:13px;text-align:center;padding:5px 10px;background-color:#177b4c;margin-bottom:10px}.majc-coupon .majc-coupon-field{display:flex;border:1px solid #f1f1f1}.majc-coupon .majc-coupon-field input{background:0 0;border:0;box-shadow:none;outline:0;flex-grow:1;min-width:0;color:inherit}.majc-coupon .majc-coupon-field input:focus,.majc-coupon .majc-coupon-field input::-webkit-input-placeholder,.majc-coupon .majc-coupon-field input::placeholder{color:inherit;opacity:.7}ul.majc-applied-cpns{list-style:none;padding:0;margin:0;display:flex;column-gap:8px}.majc-applied-cpns li{display:inline-block;line-height:1;padding:5px 10px;margin:8px 0 0;border:1px dashed #eee;font-size:.9em}.majc-coupon .majc-coupon-field .majc-coupon-submit{outline:0;flex:0 1 40%;text-align:center;display:flex;align-items:center;justify-content:center;white-space:nowrap}@-webkit-keyframes majc-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes majc-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.majc-buy-summary{margin-bottom:30px;border:1px dashed #eee;padding:15px}.majc-buy-summary .majc-cart-total-wrap,.majc-buy-summary .majc-cart-discount-wrap,.majc-buy-summary .majc-cart-subtotal-wrap{display:flex;padding:0 0 15px;justify-content:space-between;margin-bottom:15px;border-bottom:1px dashed #eee}.majc-buy-summary>div:last-child{border:0;margin:0;padding:0}.majc-buy-summary label{font-weight:700}.majc-cart-action-btn-wrap .majc-button{display:block;color:#737373;border:1px solid #737373;text-transform:capitalize;padding:10px 15px;text-align:center;margin-bottom:10px;transition:all ease .3s}.majc-cart-action-btn-wrap .majc-button.majc-continue-shoping-btn{width:100%}.majc-cart-action-btn-wrap .majc-cart-checkout-btn{display:flex;align-items:center;justify-content:space-between;margin:0 -5px}.majc-cart-action-btn-wrap .majc-cart-checkout-btn .majc-button{flex-grow:1;width:50%;margin:0 5px}.majc-cart-action-btn-wrap .majc-button.majc-continue-shoping-btn,.majc-cart-action-btn-wrap .majc-cart-checkout-btn .majc-button:hover{background:#333;color:#fff}.majc-cart-action-btn-wrap .majc-button.majc-continue-shoping-btn:hover{color:#737373;background:0 0}.majc-empty-cart{text-align:center;padding:100px 0;display:none}.majc-empty-cart .majc-empty-cart-icon{font-size:30px}.majc-check-cart.majc-hide-cart-items+.majc-main-inner-wrapper .majc-empty-cart{display:block}.majc-check-cart.majc-hide-cart-items+.majc-main-inner-wrapper .majc-coupon,.majc-check-cart.majc-hide-cart-items+.majc-main-inner-wrapper .majc-buy-summary,.majc-check-cart.majc-hide-cart-items+.majc-main-inner-wrapper .majc-cart-action-btn-wrap{display:none}@media screen and (max-width:768px){.majc-layout-slidein .majc-cart-popup{width:100%!important}}@media screen and (min-width:769px){.majc-hide-desktop{display:none}}@media screen and (min-width:581px) and (max-width:768px){.majc-hide-tablet{display:none}}