/* MINICART */
#html-body #minicart-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 90vh;
}

#minicart-content-wrapper .minicart-content-loader {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#minicart-content-wrapper .block-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#minicart-content-wrapper .subtotal_outer {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#minicart-content-wrapper .totals-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#minicart-content-wrapper #top-cart-btn-checkout {
  margin-top: 22px;
}

#html-body .minicart-items-wrapper {
  border: inherit;
  margin: inherit;
  border-left: inherit;
  border-right: inherit;
  overflow-x: inherit;
  padding: inherit;
  height: auto !important;
}

#minicart-widgets {
  display: none;
}

#html-body .header-wrapper-main .minicart-wrapper .block.block-minicart {
  -webkit-overflow-scrolling: touch;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -ms-transition: right 0.3s;
  transition: right 0.3s;
  height: 100%;
  right: -101%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0;
  background: var(--white);
  min-width: inherit;
  border: inherit;
  list-style: inherit;
  box-sizing: inherit;
  max-width: 480px;
}

#html-body .header-wrapper-main .minicart-wrapper.active .block.block-minicart {
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  right: 0;
  z-index: 999;
}

html.minicart-open {
  height: 100%;
  overflow-x: hidden;
  width: 100%;
}

html.minicart-open a.action.showcart:after {
  background: rgba(0, 0, 0, 0.7);
  content: '';
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 998;
}

html.minicart-open .page-wrapper {
  overflow: hidden;
  position: relative;
}

html.minicart-open body#html-body {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}


#html-body .gs-minicart-wrapper #minicart-content-wrapper .mini_head .text {
  font-family: "Roboto Condensed", Arial;
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: 0%;
}

#html-body .gs-minicart-wrapper #minicart-content-wrapper .custom-totals .shipping-container span.shipping-wrapper,
#html-body .gs-minicart-wrapper #minicart-content-wrapper .custom-totals .totals-container span.totals-wrapper {
  display: flex;
  justify-content: space-between;
}

#html-body .gs-minicart-wrapper button#btn-minicart-close,
#html-body .gs-minicart-wrapper button#btn-minicart-close:hover {
  width: auto;
  background: none;
  color: inherit;
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 0;
  padding-left: 0;
}

#html-body .gs-minicart-wrapper button#btn-minicart-close:before {
  content: '';
  background: url('../images/close_button.svg') no-repeat;
  width: 32px;
  height: 32px;
}

#html-body .minicart-wrapper .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.mage-dropdown-dialog {
  display: contents !important;
}

#html-body .gs-minicart-wrapper #minicart-content-wrapper .custom-totals .totals-container span.shipping-wrapper,
#html-body .gs-minicart-wrapper #minicart-content-wrapper .subtotal span {
  font-size: 18px;
  font-weight: 400;
}

#html-body .gs-minicart-wrapper #minicart-content-wrapper .custom-totals .totals-container span.totals-wrapper {
  font-size: 24px;
  font-weight: 600;
}

#html-body .gs-minicart-wrapper #minicart-content-wrapper .subtotal span,
#html-body .gs-minicart-wrapper #minicart-content-wrapper .custom-totals span {
    font-family: "Roboto Condensed", Arial;
}

#html-body .gs-minicart-wrapper #minicart-content-wrapper .subtotal {
  margin: 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

#html-body .gs-minicart-wrapper #minicart-content-wrapper button#top-cart-btn-checkout {
    width: 100%;
}

.gs-minicart-wrapper #minicart-content-wrapper .product.item-info {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--gray-light);
}
.gs-minicart-wrapper #minicart-content-wrapper .product.item-info:before {
    content: none;
}
.gs-minicart-wrapper #minicart-content-wrapper .product.item-info:after {
    content: none;
}

.gs-minicart-wrapper #minicart-content-wrapper .product .product-item-details {
  padding-left: 0px;
  flex: auto;
}

.gs-minicart-wrapper #minicart-content-wrapper .product .product-item-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.gs-minicart-wrapper #minicart-content-wrapper .product .product-item-inner .product-item-pricing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  height: 32px;
}

#checkout .product-item-weight,
.gs-minicart-wrapper #minicart-content-wrapper .product .product-item-inner .product-item-weight {
  font-family: "Roboto Condensed", Arial;
  font-size: 18px;
}

.gs-minicart-wrapper #minicart-content-wrapper .product .product-item-inner .price-container .price {
	font-family: "Roboto Condensed", Arial;
	font-size: 18px;
	font-weight: 600;
}

.gs-minicart-wrapper #minicart-content-wrapper .product .product-item-inner .product-item-name-block .product-item-name,
.gs-minicart-wrapper #minicart-content-wrapper .product .product-item-inner .product-item-name-block .product-item-name span,
.gs-minicart-wrapper #minicart-content-wrapper .product .product-item-inner .product-item-name-block .product-item-name a {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: var(--earth-dark);
  height: 23px;
  width: 100%;
  text-decoration: none;
}

.gs-minicart-wrapper #minicart-content-wrapper .minicart-items .product-item-details .details-qty {
  margin-top: 0;
}

#html-body #minicart-content-wrapper .product-image-container,
#html-body #minicart-content-wrapper .product-image-wrapper {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  height: 64px;
  width: 64px !important;
}

#html-body #minicart-content-wrapper .product-image-container img {
  object-fit: cover;
  height: 100% !important;
}

#html-body .cart-empty {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: center;
  
  .button {
    width: 100%;
  }
}

#html-body .toggle span {
  font-family: var(--roboto);
  font-size: 18px;
}

#minicart-content-wrapper .minicart-items .toggle {
  padding: 0;
}

#minicart-content-wrapper .product-item-content {
  font-family: var(--georgia);
  font-size: 16px;
  margin: 4px 0 8px 0;
  word-break: break-word;
  display: block;
}

@media (min-width: 1025px) {
  #html-body #minicart-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: calc(100vh - 50px);
  } 
}