/* Set Font Secondary */
.woocommerce-cart {
  background-color: var(--cart-page-background-color, #FFF);
}
.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-cart .woocommerce-cart-form {
  flex: 1 0 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form {
    margin-bottom: 85px;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table {
  border: none;
  margin: 0;
}
.woocommerce-cart .woocommerce-cart-form .shop_table .product-thumbnail {
  flex-basis: 190px;
}
@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table .product-thumbnail {
    flex: 0 0 auto;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table .product-name {
  flex-basis: 299px;
}
@media screen and (max-width: 1199px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table .product-name {
    flex-basis: 400px;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table .product-name {
    flex: 1 1 100%;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table .product-price {
  flex: 0 1 300px;
  max-width: 300px;
  min-width: 75px;
}
@media screen and (max-width: 1199px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table .product-price {
    flex: 0 1 100px;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table .product-price {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table .product-quantity {
  min-width: 146px;
  flex: 1 1 146px;
}
@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table .product-quantity {
    flex: 1 0 100%;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table .product-subtotal {
  min-width: 103px;
  flex: 0 0 103px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table .product-subtotal {
    flex: 1 0 100%;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table thead tr {
  display: flex;
  gap: 30px;
  padding-right: 117px;
  border-bottom: thin solid var(--cart-page-border-color, #D5D5D5);
}
.woocommerce-cart .woocommerce-cart-form .shop_table thead tr th {
  border: none;
  padding: 0;
  color: var(--cart-page-primary-text-color, #010101);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2375;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 13px;
}
.woocommerce-cart .woocommerce-cart-form .shop_table thead tr th.product-remove {
  position: absolute;
}
@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table thead {
    display: none;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody {
  display: block;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr {
  display: flex;
  column-gap: var(--cart-page-table-row-gap, 30px);
  align-items: center;
  position: relative;
  padding-right: 117px;
  border-bottom: thin solid var(--cart-page-table-border-color, #D5D5D5);
  background-color: var(--cart-page-background-color, #FFF);
}
@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr {
    flex-wrap: wrap;
    padding-right: 0;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td {
  padding-inline: 0;
  padding-block: 14px;
  border: none;
  background-color: transparent !important;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td::before {
  content: "";
  display: block;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--secondary-font);
  color: #010101;
}
@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td {
    display: flex;
    justify-content: space-between;
    padding-block: 10px;
    gap: 10px;
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-remove::before {
  display: none;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-remove {
  width: fit-content;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-remove {
    top: 10px;
    transform: translateY(0);
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail::before {
  display: none;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-inline: 18px;
  min-height: 121px;
  border-radius: var(--cart-page-product-thumbnail-border-radius, 10px);
  border: thin solid var(--cart-page-product-thumbnail-border-color, #D5D5D5);
  background-color: #FFF;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > a img {
  width: 100%;
  max-width: var(--cart-page-product-thumbnail-max-width, 61px);
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-name {
  color: var(--cart-page-primary-text-color, #010101);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.55;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-name > a {
  display: block;
  color: inherit;
  max-width: 250px;
}
@media screen and (max-width: 1199px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-name > a {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-name::before {
    content: "Product: ";
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-price {
  color: var(--cart-page-primary-text-color, #010101);
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.55;
}
@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-price::before {
    content: "Price: ";
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-quantity .quantity > input {
  width: 146px;
  line-height: 42px;
  border: thin solid var(--cart-page-border-color, #D5D5D5);
  border-radius: 100px;
  text-align: center;
  padding-inline: 15px;
  color: var(--cart-page-secondary-text-color, #5F5F5F);
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 300;
  -moz-appearance: textfield;
  appearance: textfield;
}
@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-quantity::before {
    content: "Qunatity: ";
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-subtotal {
  color: var(--cart-page-primary-text-color, #010101);
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
}
@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-subtotal {
    text-align: start;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-subtotal::before {
    content: "Subtotal: ";
  }
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) {
  border: none;
  padding: 17px 0 0 0;
  width: 100%;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td::before {
  display: none;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 15px;
  flex: 1 0 100%;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td .coupon::before, .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td .coupon::after {
  display: none;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td .coupon {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-grow: 1;
  padding: 0;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td .coupon input#coupon_code {
  width: 100%;
  border-radius: 100px;
  border: thin solid var(--cart-page-border-color, #D5D5D5);
  background-color: #FFF;
  max-width: var(--cart-page-coupon-input-width, 253px);
  line-height: 43px;
  color: var(--cart-page-secondary-text-color, #5F5F5F);
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 400;
  padding: 0 20px;
  transition: border-color 0.3s linear;
  margin: 0;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td .coupon input#coupon_code:hover, .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td .coupon input#coupon_code:focus {
  border-color: #010101;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td .button {
  line-height: var(--cart-page-button-height, 43px);
  border-radius: var(--cart-page-button-border-radius, 100px);
  background-color: var(--cart-page-action-button-bg, #010101);
  color: var(--cart-page-action-button-text, #FFF);
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 var(--cart-page-button-padding, 32px);
  border: thin solid var(--cart-page-action-button-bg, #010101);
  width: fit-content;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td .button:hover {
  background-color: var(--cart-page-action-button-hover-bg, #FFF);
  color: var(--cart-page-action-button-hover-text, #010101);
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td > .button {
  justify-self: end;
  flex-shrink: 0;
}
.woocommerce-cart .cart-collaterals {
  flex: 1 0 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
  max-width: var(--cart-page-totals-max-width, 653px);
  padding: 46px 35px 67px 60px;
  margin: 0;
  background-color: var(--cart-page-totals-container-bg, #010101);
}
@media screen and (max-width: 1199px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 50px 35px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 30px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  padding: 0;
  color: var(--cart-page-totals-text-color, #FFF);
  font-family: var(--secondary-font);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -1px;
  margin-bottom: 18px;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table {
  margin: 0 0 40px 0;
  border: none;
  border-radius: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 10px;
  padding: 15px 0px;
  border-bottom: thin solid rgba(255, 255, 255, 0.17);
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr th {
  flex: 0 1 200px;
  color: var(--cart-page-totals-text-color, #FFF);
  font-family: var(--secondary-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -1px;
  padding: 0;
  border: none;
  display: inline-block !important;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr td {
  flex: 1 1 auto;
  padding: 0;
  border: none;
  color: var(--cart-page-totals-text-color, #FFF);
  line-height: 1.35 !important;
  text-align: start !important;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr td::before {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.cart-subtotal td .woocommerce-Price-amount {
  font-family: var(--secondary-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -1px;
  color: inherit;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .shipping-calculator-button, .woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods label, .woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods input {
  display: block;
  color: var(--cart-page-totals-text-color, #FFF);
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 5px;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td .woocommerce-shipping-destination strong, .woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .shipping-calculator-button strong, .woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods label strong, .woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods input strong {
  font-weight: 500;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods li {
  margin-bottom: 5px;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods label .amount, .woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods input .amount {
  font-weight: inherit;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td #shipping_method li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 300;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td #shipping_method li input {
  width: 10px;
  height: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .shipping-calculator-button {
  margin: 0;
  color: #FFF;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: var(--subtitle-text-color);
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .selection .select2-selection {
  height: auto;
  text-align: start;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .selection .select2-selection__rendered {
  padding: 0 20px;
  line-height: 42px;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .button {
  line-height: 43px;
  border-radius: 100px;
  background-color: #FFF;
  color: #010101;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 32px;
  border: thin solid #FFF;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .button:hover {
  background-color: transparent;
  color: #FFF;
}
.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table tbody tr.order-total td .woocommerce-Price-amount {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  color: inherit;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
  border-radius: var(--cart-page-button-border-radius, 100px);
  background-color: var(--cart-page-checkout-btn-bg, #FF3D00);
  line-height: var(--cart-page-checkout-btn-height, 42px);
  width: 100%;
  max-width: 259px;
  color: var(--cart-page-checkout-btn-text, #010101);
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 30px;
  border: thin solid var(--cart-page-checkout-btn-bg, #FF3D00);
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover {
  background-color: var(--cart-page-primary-text-color, #010101);
  color: var(--cart-page-checkout-btn-bg, #FF3D00);
}
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart {
  margin: 0;
  padding: 0;
}
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-main {
  flex: 1 0 100%;
  max-width: 1300px;
  padding: 0;
  margin: 0;
}
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar {
  flex: 1 0 100%;
  max-width: 653px;
  padding: 46px 35px 67px 60px;
  margin: 0;
  background-color: #010101;
}
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  padding-block: 15px;
  border-bottom: thin solid rgba(255, 255, 255, 0.17);
}
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon {
  padding: 0;
  color: #FFF;
  font-family: var(--secondary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -1px;
}
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper #wc-block-components-totals-coupon__input-coupon {
  padding: 0 15px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 400;
}

#rmt-cart-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
}
#rmt-cart-sidebar .rmt-popup--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 32, 34, 0.8);
  cursor: pointer;
}
#rmt-cart-sidebar .rmt-item--close {
  top: 50%;
  left: auto;
  right: 35px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
#rmt-cart-sidebar .rmt-item--close:before, #rmt-cart-sidebar .rmt-item--close:after {
  background-color: #666;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar {
  padding-bottom: 137px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  width: 320px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  flex-grow: 1;
  font-family: var(--secondary-font);
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_head {
  display: flex;
  background-color: #f9f9f9;
  padding: 16px 30px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_head .ct-close {
  height: 36px;
  width: 36px;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart {
  padding: 30px 45px 0 30px;
  height: 100%;
  overflow-y: scroll;
  width: 350px;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
  padding: 20px 15px 15px 0;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  position: relative;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .quantity-icon {
  display: none;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
  border: none;
  padding-bottom: 0;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
  font-size: 16px;
  margin-top: 40px;
  padding: 0 !important;
  text-align: center;
  display: block;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
  font-size: 100px;
  color: rgba(0, 0, 0, 0.2);
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
  line-height: 50px;
  width: 100%;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
  color: #fff;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
  width: 45px;
  min-width: 45px;
  margin-right: 15px;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
  display: inline-block;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
  margin: 0;
  width: inherit;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
  padding-right: 12px;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 3px;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
  color: inherit;
  font-weight: 600;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
  color: #555;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0px;
  width: 30px;
  height: 30px;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:before, #rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:after {
  background-color: #000;
  height: 1px;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
  opacity: 1;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: #fff;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
  font-family: var(--secondary-font);
  border: none;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 0;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
  font-weight: inherit;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
  line-height: 43px;
  border-radius: 100px;
  background-color: #010101;
  color: #FFF;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 32px;
  border: thin solid #010101;
  width: 100%;
}
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:hover {
  background-color: #FFF;
  color: #010101;
}
#rmt-cart-sidebar.active {
  visibility: visible;
}
#rmt-cart-sidebar.active .rmt-widget-cart-sidebar {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

/*# sourceMappingURL=cart.css.map */
