@media screen and (min-width: 450px) {
  .custom-cart-drawer {
    width: 450px !important; } }

.custom-cart-drawer .mini_cart_header {
  border: none;
  padding: 5px 20px 5px 20px;
  height: 60px;
  text-align: center; }
  .custom-cart-drawer .mini_cart_header .widget-title {
    font-family: "GT America", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #000; }
  .custom-cart-drawer .mini_cart_header .custom-close {
    position: absolute;
    top: 5px;
    right: 5px; }
    .custom-cart-drawer .mini_cart_header .custom-close:before {
      font-weight: bold;
      color: #000; }

.custom-cart-drawer .mini_cart_items .mini_cart_title, .custom-cart-drawer .mini_cart_items .cart_price {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 160%; }

.custom-cart-drawer .mini_cart_items .cart_meta_variant, .custom-cart-drawer .mini_cart_items .custom_cart_quantity {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  line-height: 160%; }

.custom-cart-drawer .mini_cart_items .mini_cart_actions .quantity {
  display: none; }

.custom-cart-drawer .mini_cart_items .custom_cart_edit, .custom-cart-drawer .mini_cart_items .custom_cart_remove {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 160%;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline; }

.custom-cart-drawer .mini_cart_items .custom_cart_edit {
  margin-right: 30px; }

.custom-cart-drawer .mini_cart_footer {
  border: none;
  box-shadow: none; }
  .custom-cart-drawer .mini_cart_footer .total {
    margin-bottom: 5px; }
  .custom-cart-drawer .mini_cart_footer .custom_total_title, .custom-cart-drawer .mini_cart_footer .cart_tot_price {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #000;
    text-transform: uppercase; }
  .custom-cart-drawer .mini_cart_footer .custom_tax_text {
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .custom-cart-drawer .mini_cart_footer .btn-checkout {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 10px; }
    @media screen and (max-width: 767px) {
      .custom-cart-drawer .mini_cart_footer .btn-checkout {
        font-size: 22px; } }
  .custom-cart-drawer .mini_cart_footer .btn-cart {
    background: none !important;
    color: #000 !important;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-transform: none;
    text-decoration: underline;
    padding: 0;
    margin: 0; }
