.cart-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 370px;
	max-width: 100%;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 5px rgba(0,0,0,0.3);
  z-index: 10000;
  transition: right 0.3s ease-in-out;
  overflow: hidden;
}
.cart-drawer.open {
  right: 0;
}
.cart-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 12px;
    border-bottom: 1px solid #eee;
    height: 60px;
}
.close-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
#secondary {
	display: none !important;
}

.cart-drawer-header h4 {
    font-size: 22px;
    margin: 0;
    letter-spacing: -0.56px;
	line-height: 100%;
}

.cart-drawer .close-btn {
       color: #612646;
    font-size: 33px;
    line-height: 100%;
    font-weight: 500;
}

.cart-drawer-content .woocommerce-mini-cart__empty-message {
    padding: 30px 15px;
    text-align: center;
    font-size: 16px;
    margin: 0;
}

.cart-drawer-content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px !important;
    padding: 12px 12px !important;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
}

.cart-drawer-content ul li a {
    display: flex !important;
    align-items: center;
}

.cart-drawer-content ul li a .attachment-woocommerce_thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    margin: 0 !important;
    margin-right: 7px !important;
    object-fit: cover;
    object-position: center;
}

.cart-drawer-content {
    padding: 0;
	height: calc(100% - 60px);
}

.cart-drawer-content ul li a {
    font-size: 15px;
    color: #3d3d3d;
    text-decoration: none;
    width: calc(100% - 100px);
    padding-right: 5px;
	font-weight: 400 !important;
}

span.quantity {
    font-size: 15px;
    width: 100px;
    text-align: right;
    font-weight: 500;
    line-height: 100%;
}

.cart-drawer-content ul li a.remove {
    position: absolute;
    top: 0;
    right: 2px;
    background: #612646;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 17px;
    line-height: 100%;
	padding: 0;
}

p.woocommerce-mini-cart__total.total {
         text-align: right;
    font-size: 17px;
    margin-bottom: 0;
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding: 20px 12px 15px;
}

p.woocommerce-mini-cart__buttons.buttons {
      display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0 12px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
}

p.woocommerce-mini-cart__buttons.buttons a {
    width: 49%;
    margin-right: 2%;
    text-align: center;
    color: #612646;
    border: 1px solid #612646;
    background: #fff;
    transition: all 0.3s;
	font-size: 17px;
    font-weight: 500;
	    padding: 11px 25px;
    text-decoration: none;
}

p.woocommerce-mini-cart__buttons.buttons a:last-child {
    margin-right: 0;
}

p.woocommerce-mini-cart__buttons.buttons a:hover {
    background: #612646;
    color: #fff;
}

.cart-drawer-content ul.woocommerce-mini-cart.cart_list.product_list_widget {
    height: calc(100% - 110px);
    overflow: hidden;
    overflow-y: auto;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    outline: none !important;
}
.category-item-btn {
    display: flex;
    align-items: stretch;
}

.wc-block-cart-items a {
    color: #212529;
}

.wc-block-cart-items a:hover {
    color: #612646;
}

.wc-block-cart .wc-block-cart__submit-container {
    background: #612646;
    border-radius: 4px;
}

.wc-block-cart .wc-block-cart__submit-container a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
