/** Shopify CDN: Minification failed

Line 79:0 Unexpected "}"

**/
#CartDrawer-ColumnProduct,
#CartDrawer-ColumnTotal, .cart-drawer__footer .tax-note {
 display: none; 
}

cart-drawer h1,
cart-drawer h2,
cart-drawer h3{
  font-family: "Gopher-Medium";
}

cart-drawer span, 
cart-drawer p, 
cart-drawer a,
cart-drawer div,
cart-drawer tr,
cart-drawer .h4{
  font-family: "Gopher";
}

cart-drawer .cart-item__quantity-wrapper quantity-input{
  width: auto;
  min-width: auto;
  height: 25px;
  line-height: normal;
  max-height: 25px;
  min-height: auto;
}

cart-drawer .cart-item__quantity-wrapper {
  justify-content: space-between;
  align-items: center;
}

cart-drawer .cart-drawer .cart-item__totals{
  pointer-events: auto;
}

cart-drawer .quantity:after{
  border-radius: 4px;
}

cart-drawer .quantity__button,
cart-drawer .quantity__input{
  max-width: 17px;
}  
cart-drawer .cart__checkout-button.button::after {
  box-shadow: none;
  /* border: 1px dashed white;
  border-radius: 5px; */
  margin: 3px;
}
cart-drawer .cart__checkout-button.button{
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  background: #2A2A2A;
  border-radius: 5px;
  margin-top: 17px;
}
.drawer__inner{
  background: #FCF9F4 !important;
}
.drawer__header, .drawer__footer {
  background: transparent !important;
}
@media screen and (max-width:749px){
  .cart-drawer .cart-item {
 grid-template-columns: 1fr 1fr 1fr 20px !important;
column-gap: 0 !important;
}
}
}
@media screen and (min-width:750px){
.cart-item__totals {
  padding-left: 0 !important;
} 
.cart-drawer .cart-item {
  grid-template-columns: 0fr 1fr 1fr 30px !important;
    column-gap: 0 !important;
}
}
cart-remove-button .button {
  min-height: auto !important;
}
.cart-item cart-remove-button {
  height: auto !important;
}
.cart-item__name,.cart-drawer .price,.cart-drawer .totals__subtotal-value {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 156.5%;
  text-transform: capitalize;
 }
.product-option dt {
  color: #8E8787;
}
.product-option dd , .product-option dt,.cart-item .quantity__input {
    font-family: Gopher-medium;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 156.5%;
  text-transform: capitalize;
}
.product-option dd {
color: #5F5F5F;
}
.cart-item .quantity__input {
  color:#00000;
}
.cart-drawer .cart-items thead {
  background: #B4A8A8;
}
.drawer__header {
  padding-bottom: 0;
  padding-top: 3rem;
}
.drawer__header {
  padding: 1.5rem 0 0 !important;
}









