@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}body{background-color:#fff;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1.2}.black-overlay.dark{background-color:#000}.sidebar-panel{background-color:#fff}.sidebar-panel .sidebar-top{background-color:#1f2732;padding:15px}.sidebar-panel .sidebar-top .titlediv{color:#fff;font-weight:500}.sidebar-panel .sidebar-top .closeing{font-size:20px;color:#fff;border:none;background-color:transparent;border-radius:0}.sidebar-panel .sidebar-midd .product-list{padding:12px;border-bottom:1px solid #eee}.sidebar-panel .sidebar-midd .product-list .product-img{width:90px;border:1px solid #eee;border-radius:15px;padding:5px}.sidebar-panel .sidebar-midd .product-list .name{color:#000;font-size:16px;font-weight:600;margin-bottom:10px}.sidebar-panel .sidebar-midd .product-list .sub-ttl{font-weight:600}.sidebar-panel .sidebar-midd .product-list .qty .count{color:#000;font-size:22px;font-weight:600}.sidebar-panel .sidebar-midd .product-list .qty .minus,.sidebar-panel .sidebar-midd .product-list .qty .plus{color:#fff;font-size:24px;border-radius:50%}.sidebar-panel .sidebar-midd .product-list .fa-trash{color:red}.sidebar-panel .sidebar-bottom{background-color:#1f2732}.sidebar-panel .sidebar-bottom .count{color:#fff;font-size:16px}.sidebar-panel .sidebar-bottom .checkout-btn{background-color:#3bb77e;padding:8px 10px;border-radius:5px;color:#fff;font-size:16px;font-weight:500}@media screen and (max-width:991px){.sidebar-panel{max-width:350px;width:100%}}.overlay-a{width:100%;height:100%;position:absolute;background-color:transparent}.overlay-a.active{z-index:1}.overlay-a.inactive{z-index:-1}