<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/bottom-cart/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
:root {
  --relx-blue: #0d6efd;
  --relx-indigo: #6610f2;
  --relx-purple: #6f42c1;
  --relx-pink: #d63384;
  --relx-red: #ea0029;
  --relx-orange: #fd7e14;
  --relx-yellow: #8fcfb3;
  --relx-green: #00af98;
  --relx-teal: #20c997;
  --relx-cyan: #0dcaf0;
  --relx-white: #fff;
  --relx-gray: #e1e1e1;
  --relx-gray-dark: #343a40;
  --relx-gray-100: #fafafa;
  --relx-gray-200: #f7f7f7;
  --relx-gray-300: #ececec;
  --relx-gray-400: #ced4da;
  --relx-gray-500: #7c7c7c;
  --relx-gray-600: #e1e1e1;
  --relx-gray-700: #4b4b4b;
  --relx-gray-800: #343a40;
  --relx-gray-900: #4b4b4b;
  --relx-primary: #ec6332;
  --relx-secondary: #f0c756;
  --relx-success: #00af98;
  --relx-info: #0dcaf0;
  --relx-warning: #8fcfb3;
  --relx-danger: #ea0029;
  --relx-light: #fafafa;
  --relx-dark: #4b4b4b;
  --relx-thirdary: #fcf4dd;
  --relx-fblack: #2f2f2f;
  --relx-world: #383838;
  --relx-world-orange: #ec6332;
  --relx-light-black: #262626;
  --relx-blue: #0d6efd;
  --relx-primary-rgb: 236, 99, 50;
  --relx-secondary-rgb: 240, 199, 86;
  --relx-success-rgb: 0, 175, 152;
  --relx-info-rgb: 13, 202, 240;
  --relx-warning-rgb: 143, 207, 179;
  --relx-danger-rgb: 234, 0, 41;
  --relx-light-rgb: 250, 250, 250;
  --relx-dark-rgb: 75, 75, 75;
  --relx-thirdary-rgb: 252, 244, 221;
  --relx-fblack-rgb: 47, 47, 47;
  --relx-world-rgb: 56, 56, 56;
  --relx-world-orange-rgb: 236, 99, 50;
  --relx-light-black-rgb: 38, 38, 38;
  --relx-blue-rgb: 13, 110, 253;
  --relx-white-rgb: 255, 255, 255;
  --relx-black-rgb: 0, 0, 0;
  --relx-body-color-rgb: 0, 0, 0;
  --relx-body-bg-rgb: 255, 255, 255;
  --relx-font-sans-serif: Sofia Pro, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --relx-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --relx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --relx-body-font-family: var(--relx-font-sans-serif);
  --relx-body-font-size: 1rem;
  --relx-body-font-weight: 400;
  --relx-body-line-height: 1.4;
  --relx-body-color: #000;
  --relx-body-bg: #fff;
  --relx-border-width: 1px;
  --relx-border-style: solid;
  --relx-border-color: #ececec;
  --relx-border-color-translucent: rgba(0, 0, 0, 0.175);
  --relx-border-radius: 1rem;
  --relx-border-radius-sm: 0.5rem;
  --relx-border-radius-lg: 2rem;
  --relx-border-radius-xl: 1rem;
  --relx-border-radius-2xl: 2rem;
  --relx-border-radius-pill: 50rem;
  --relx-link-color: #626262;
  --relx-link-hover-color: #ec6332;
  --relx-code-color: #d63384;
  --relx-highlight-bg: #fcf8e3;
}

.bottom-cart {
  display: block;
}
.bottom-cart .outer-bar .bottom-ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bottom-cart .f-cart-content {
  background-color: transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.bottom-cart .f-cart-content .f-cart-line {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.bottom-cart .f-cart-content .f-cart-line:last-child {
  border-bottom: none;
  padding-bottom: 0;
  padding-bottom: 0 !important;
}
.bottom-cart .f-cart-content .f-cart-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.bottom-cart .f-cart-content .f-cart-opearte {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 4px 0 10px 0;
}
.bottom-cart .f-cart-content .copper-discount {
  background: linear-gradient(91.39deg, #cc8849 1.53%, #ba6c40 87.27%);
}
.bottom-cart .f-cart-content .board {
  border-radius: 8px;
  color: #000;
  font-size: 14px;
  line-height: 140%;
  padding: 8px 17px 8px 38px;
  position: relative;
  white-space: nowrap;
}
.bottom-cart .f-cart-content .board .icon {
  left: 14px;
  position: absolute;
  top: 5px;
}
.bottom-cart .f-cart-content .pd-review-btn {
  padding: 12px 24px 10px;
  padding-top: 10px;
}
.bottom-cart .close .as-cart-content,
.bottom-cart .close .f-cart {
  display: none;
}
.bottom-cart .cart-radius {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.bottom-cart .as-cart-content {
  max-height: 60vh;
}
.bottom-cart .quantity-cart {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3b30ee;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 16px;
  left: 20px;
  line-height: 12px;
  position: absolute;
  top: -2px;
  width: 16px;
}
.bottom-cart .quantity-cart .scale {
  position: relative;
  right: -2px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.bottom-cart .quantity-cart.single .scale {
  right: -4px;
}
.bottom-cart .quantity-cart.scale {
  position: relative;
  right: -2px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.bottom-cart .f-cart {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1029;
}
.bottom-cart .py-012 {
  padding-bottom: 12px;
  padding-top: 12px;
}
.bottom-cart .add-or-del .form-control-number {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  padding: 0;
  text-align: center;
  width: 46px !important;
}
.bottom-cart .h-20 {
  height: 20px;
}
.bottom-cart .as-goals-bar .as-title-one,
.bottom-cart .as-goals-bar .as-title-two {
  top: 8px;
  left: 16px;
  position: absolute;
}
.bottom-cart .as-goals-bar .as-title-container.animate .as-title-one,
.bottom-cart .as-goals-bar .as-title-container.animate .as-title-two {
  opacity: 0;
  -webkit-animation: fade-in-out 8s infinite;
          animation: fade-in-out 8s infinite;
}
.bottom-cart .as-goals-bar .as-title-container.animate .as-title-one {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.bottom-cart .as-goals-bar .as-title-container.animate .as-title-two {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@-webkit-keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bottom-cart .as-goals-bar .d-none {
  display: none !important;
}
.bottom-cart .as-goals-bar .mt-o-22 {
  margin-top: 22px;
}
.bottom-cart .as-goals-bar .position-absolute {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bottom-cart .as-goals-bar .unfill {
  padding: 7px;
  background-color: #ececec;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom-cart .as-goals-bar .unfill.active {
  background-color: #ec6332;
}
.bottom-cart .as-goals-bar .unfill.active svg path {
  stroke: #fff;
  color: #fff;
}
.bottom-cart .as-goals-bar .bar-text {
  font-size: 16px;
  font-weight: 400;
}
.bottom-cart .as-goals-bar .bar {
  height: 8px;
  border-radius: 16px;
  background: #ececec;
  width: 100%;
}
.bottom-cart .as-goals-bar .bar .child-bar {
  width: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
  background-color: #ec6332;
  border-radius: 16px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.bottom-cart .as-goals-bar .bar-checkout {
  display: none;
}
.bottom-cart .loading {
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-top-color: transparent;
  border-radius: 100%;
  display: block;
  -webkit-animation: circle infinite 0.75s linear;
          animation: circle infinite 0.75s linear;
}
.bottom-cart .quantity-input {
  font-size: 20px;
  min-width: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  caret-color: inherit;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  border-radius: 0;
}
.bottom-cart .minus-btn,
.bottom-cart .plus-sign-btn {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  overflow: hidden;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.bottom-cart .gift-container {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-height: 100%;
  overflow: hidden;
}
.bottom-cart .gift-card {
  border-radius: 16px;
  border: 1px solid #ececec;
  background: #f7f7f7;
}
.bottom-cart .gift-container.hide {
  max-height: 0;
  opacity: 0;
}
.bottom-cart .opacity-0 {
  opacity: 0;
  height: 0;
}
@media (min-width: 576px) {
  .bottom-cart .as-goals-bar .as-title-one,
  .bottom-cart .as-goals-bar .as-title-two {
    top: 16px;
    left: 24px;
  }
  .bottom-cart .f-cart-opearte {
    padding: 10px 0;
  }
  .bottom-cart .w-sm-b-20 {
    width: 20%;
  }
  .bottom-cart .top-n-20 {
    top: -20px;
  }
  .bottom-cart .as-goals-bar .h-sm-26 {
    height: 26px;
  }
  .bottom-cart .as-goals-bar .unfill {
    width: 40px;
    height: 40px;
  }
  .bottom-cart .as-goals-bar .f-cart-content {
    z-index: 1037;
  }
  .bottom-cart .as-goals-bar .mt-o-sm-44 {
    margin-top: 44px;
  }
  .bottom-cart .w-sm-1000 {
    width: 1000px;
  }
  .bottom-cart .left-sm-auto {
    left: auto !important;
  }
  .bottom-cart .right-sm-263 {
    right: 263px !important;
  }
  .bottom-cart .review-sm-button {
    border: none;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
  }
  .bottom-cart .bottom-sm-h-80 {
    height: 80px;
  }
  .bottom-cart .bottom-sm-background {
    background: #fff;
    bottom: 0;
    -webkit-box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.03);
            box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.03);
    height: 76px;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1029;
  }
  .bottom-cart .h-sm-76 {
    height: 76px;
  }
  .bottom-cart .d-sm-flex.d-none {
    display: none !important;
  }
  .bottom-cart .add-or-del .as-form-control-number.w-sm-90 {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 90px !important;
  }
  .bottom-cart .gift-row:nth-child(2n+1) {
    padding-right: 4px;
  }
  .bottom-cart .gift-row:nth-child(2n) {
    padding-left: 4px;
  }
}
</pre></body></html>