.cart_hide {
  height: 28px;
  width: 28px;
  float: right;
  display: inline-block;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.cart_summary {
  position: relative;
  width: 55px;
  height: 39px;
  text-align: right;
  cursor: pointer;
}

.cart_summary .fa-cart-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  background-color: #fff;
  color: #e11b22;
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5 !important;
}

.Side_Custom_Pane.Side_Custom_Pane1 {
  width: 350px;
  height: 100vh !important;
  background-color: #fff;
  position: fixed;
  top: 0 !important;
  right: 0;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
  margin-bottom: 0 !important;
}

.hidden {
  display: none;
}

.fa-shopping-cart {
    font-size: 39px !important;
    color: #fff;
}

.mobile-cart-summary-pane {
    display: inline-block;
}

.mobile-cart-summary-pane .fa-shopping-cart {
    font-size: 18px !important;
    display: flex;
    justify-content: center;
}

.mobile-cart-summary-pane .cart_summary {
    width: 40px;
    height: 40px;
    text-align: center;
}

.HeaderCartWrapper {
    padding: 15px 25px !important;
}

.mobile-cart-summary-pane .cart_hide {
    width: 25px;
    height: 25px;
}

.mobile-cart-summary-pane .cart_hide .fa {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 0;
    font-size: 25px !important;
}

.Side_Custom_Pane .CartHiddenTop {
    width: 100%;
}

.CSHiddenHolderImg img {
    width: 100%;
}