.nav-cart-container {
  position: relative;
}

.nav-cart {
  border-radius:50%;
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 12px;
  padding-top: 1px;
  transition:.3s;
}

.nav-cart-count {
  display:flex;
  justify-content: center;
  align-items: center;  
  width: 0;
  height: 0;
  transition:.3s;
}

.nav-cart-count:not(:empty) {
  width: 20px;
  height: 20px;
}

@media (min-width: 993px) {

  body .oxy-woo-checkout .woocommerce .col2-set .col-1, body .oxy-woo-checkout .woocommerce .col2-set .col-2{
    width:100%;
    float:unset;
  }

  .woocommerce-billing-fields h3{
    display:none;
  }

  .oxy-woo-checkout .woocommerce .col2-set::before {
    content:"Billing Details";
    color:#06080b;
    position:absolute;
    top:-45px;
    font-weight:700;
    font-size:20px
  }

  .oxy-woo-checkout .woocommerce .col2-set{
    width:48%;
    float:left;
    display:block;
    position:relative;
    margin-top:37px;
    color:#3e3956;
  }

  #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review{
    float:left;
    width:48%;
    margin-left:2%;
  }

}

.cart-add-notification {
  width: 125%;
  display: flex;
  margin-top: 12px;
  padding:12px;
  background-color:#f2f2f1;
  display: none;
}

.cart-add-notification .notification-message {

}

.cart-add-notification .notification-button {

}

a.added_to_cart.wc-forward {
  display:none !important;
}

.woocommerce form button.button.loading::after {
  position:relative;
  left: 6px;
  top: unset;
  bottom: 2px;
}

.oxy-offcanvas_backdrop {
  z-index:500;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
  width:100%;
}
