#nc_content_shadow {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 9999999998;
  transition: all ease-out 0.3s;
}
#nc_content_shadow.active {
  pointer-events: visible;
  opacity: 0.7;
}
.nc_close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.3rem;
  cursor: pointer;
}

#nc_loading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all ease-out 0.3s;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 9999999999;
}
#nc_loading.active {
  opacity: 0.7;
}

#nc_container {
  position: fixed;
  top: 0px;
  right: -500px;
  width: 500px;
  height: 100vh;
  z-index: 9999999999;
  background-color: #fff;
  color: #000;
  transition: all ease-out 0.3s;
  max-width: 100%;
}

#nc_container.active {
  right: 0vw;
}

#nc_container_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

#nc_header {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
}
#nc_header img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.nc_dynamic_title {
  font-size: 0.9rem;
  font-style: italic;
  font-family: "evogria";
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nc_dynamic_subtitle {
  font-size: 1rem;
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
}

#nc_body {
  display: flex;
  padding: 2rem;
  flex-grow: 1;
  flex-direction: column;
  overflow: scroll;
}

.nc_cart_item {
  height: auto;
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
}
.nc_cart_item img {
  display: inline-block;
}
.nc_cart_content {
  flex-grow: 1;
  margin-left: 1rem;
  position: relative;
}

.nc_cart_item_title {
  font-family: "evogria";
  font-style: italic;
  display: block;
  text-transform: uppercase;
}
.nc_cart_item_subtitle {
  letter-spacing: 1px;
  font-size: 0.6rem;
  display: block;
  font-family: "metropolis";
  text-transform: uppercase;
  font-weight: bold;
}

.nc_cart_item_price {
  letter-spacing: 1px;
  display: inline-block;
  font-family: "metropolis";
  font-weight: bold;
}
.nc_cart_item_sale_price {
  letter-spacing: 1px;
  opacity: 0.4;
  display: inline-block;
  text-decoration: line-through;
}
.nc_cart_item_break {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  width: 30%;
}
.nc_cart_item_saving {
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 0.3rem;
  font-size: 0.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nc_cart_item_remove {
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: "evogria";
  font-style: italic;
  font-size: 0.7rem;
  cursor: pointer;
}
#nc_coupon_message {
  position: relative;
}
.nc_cart_add_coupon {
  position: absolute;
  top: 0.5rem;
  right: 20%;
  font-size: 0.8rem;
  cursor: pointer;
  opacity: 0.4;
}

.nc_cart_coupon {
  width: 60%;
  padding: 0.5rem;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 0px;
  padding-right: 0px;
}

.nc_cart_quantity_holder {
  margin-top: 1rem;
}

.nc_cart_quantity {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 0.3rem;
  font-size: 0.6rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  border-left: none;
  border-right: none;
  cursor: pointer;
}
.nc_cart_quantity_button {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

#nc_footer {
  display: flex;
  padding: 2rem;
  border-top: 1px solid #d3d3d3;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  font-family: "evogria";
  font-size: 0.9rem;
  font-style: italic;
  letter-spacing: 1px;
}
#nc_checkout_button {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  width: 60% !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  margin-top: 1rem;
}
#nc_checkout_button:hover {
  background-color: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}

.lds-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.cart .atc,
.nc_addon_holder .atc {
  background-color: #e2ff29 !important;
  border: 1px solid #e2ff29 !important;
  width: auto !important;
  display: inline-block !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.cart .atc:hover,
.nc_addon_holder .atc:hover {
  border: 1px solid #e2ff29 !important;
}
.wc-variation-is-unavailable {
  pointer-events: none;
}
.nc_addon_holder {
  margin-bottom: 2rem;
  border-top: 1px solid #303030;
  padding: 2rem;
  padding-bottom: 0rem;
}
.nc_addon_title {
  font-family: "evogria";
  font-style: italic;
  letter-spacing: 1px;
  font-size: 1.3rem;
  color: #e2ff29;
}
.nc_addon_copy{
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.woocommerce-variation-add-to-cart-disabled{
  opacity:0.3;
}
.check_disable{
  opacity:0.3;
  pointer-events: none;
}