@charset "UTF-8";
/* line 1, ../sass/cart/cart-ms-cart.scss */
.cms-cart {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 24px 0 48px;
  flex-wrap: wrap;
  margin-top: 0 !important;
}

/* line 10, ../sass/cart/cart-ms-cart.scss */
.cms-cart-warning {
  width: 100%;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px;
  padding: 28px 24px 40px;
  display: flex;
  background-color: #fff;
  text-align: center;
}
/* line 21, ../sass/cart/cart-ms-cart.scss */
.cms-cart-warning img {
  display: block;
  height: 72px;
  margin-bottom: 26px;
}
/* line 27, ../sass/cart/cart-ms-cart.scss */
.cms-cart-warning .site-btn {
  margin-top: 20px;
}

/* line 32, ../sass/cart/cart-ms-cart.scss */
.cms-cart-top {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 38, ../sass/cart/cart-ms-cart.scss */
.cms-cart-left {
  width: calc(100% - 520px);
  height: 100%;
}

/* line 43, ../sass/cart/cart-ms-cart.scss */
.cms-cart-allprod {
  color: #868695;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 28px;
  opacity: .5;
  margin: 0 15px;
}

/* line 52, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
  position: relative;
}
/* line 58, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product:last-child {
  margin-bottom: 0;
}
/* line 63, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product.hovered .ms-image {
  border-color: #F30B32;
}
/* line 67, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product.hovered .ms-center .title {
  color: #F30B32;
}
/* line 72, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .btn-danger {
  display: flex;
  font-size: 14px;
  align-items: center;
  gap: 5px;
  color: #A9A8B0;
  font-weight: 600;
}
/* line 80, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .btn-danger:hover {
  color: #000;
}
/* line 84, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .btn-danger:hover svg path {
  fill: #000;
}
/* line 91, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .ms-image {
  position: relative;
  overflow: hidden;
  width: 140px;
  aspect-ratio: 3 / 4;
  margin-right: 20px;
  border: 2px solid rgba(54, 54, 64, 0.2);
  background: #fff;
  border-radius: 10px;
}
/* line 101, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .ms-image a {
  display: block;
  height: 100%;
}
/* line 106, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .ms-image picture {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
/* line 119, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .ms-image img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
/* line 126, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .ms-image.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 134, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .ms-center {
  width: calc(100% - 483px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* line 140, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .ms-center .title {
  color: #242424;
  font-size: 18px;
  font-weight: 600;
}
/* line 146, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .ms-center .small {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #868695;
}
/* line 154, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .ms-weight {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  color: #868695;
}
/* line 162, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .ms-bottomrow {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 10px;
}
/* line 169, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .ms-count {
  width: 172px;
  margin: 0 8px;
}
/* line 174, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .ms-input-number-emulator {
  font-size: 16px;
  font-weight: 600;
  direction: ltr;
}
/* line 180, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .ms-input-number-btn {
  background-color: transparent;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  transition: background-color .3s;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  border: 1px solid rgba(29, 29, 31, 0.2);
}
@media (hover: hover) {
  /* line 192, ../sass/cart/cart-ms-cart.scss */
  .cms-cart-product .ms-input-number-btn:hover {
    border-color: #FFC21F;
    background-color: #FFC21F;
  }
}
/* line 199, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .ms-price {
  text-align: left;
  flex-wrap: wrap;
  /* justify-content: flex-start; */
  align-items: center;
  width: 181px;
  margin: 0 8px;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
  gap: 20px;
}
/* line 211, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .ms-price .old_price {
  font-style: initial !important;
  font-size: 0.9em !important;
  color: #A9A8B0 !important;
}
/* line 219, ../sass/cart/cart-ms-cart.scss */
.cms-cart-product .ms-cost {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

/* line 228, ../sass/cart/cart-ms-cart.scss */
.cms-cart-right {
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 24px;
  width: 500px;
  margin-top: 0;
  position: relative;
  background-color: #Ffff;
  height: 100%;
  position: sticky;
  top: 20px;
  border: 2px solid rgba(54, 54, 64, 0.2);
  transition: 0.5s ease top;
}

/* line 244, ../sass/cart/cart-ms-cart.scss */
.go-top .cms-cart-right {
  top: calc(20px + var(--header-height-scrolled));
}

/* line 249, ../sass/cart/cart-ms-cart.scss */
.cms-cart-select {
  margin-bottom: 24px;
}

/* line 253, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
/* line 259, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .promocode-box {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
/* line 264, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .promocode-box label {
  width: calc(100% - 160px);
}
/* line 267, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .promocode-box label input {
  height: 44px;
  font-size: 16px;
  padding: 0 16px;
  transition-duration: .2s;
  background-color: #fff;
  border: 1px solid rgba(54, 54, 64, 0.2);
  width: 100%;
  font-weight: 700;
  border-radius: 10px;
}
/* line 280, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .promocode-box .site-btn {
  width: 150px;
}
/* line 285, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .total-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
/* line 293, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .total-row.no-line {
  margin-bottom: 10px;
}
/* line 296, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .total-row.no-line:after {
  display: none;
}
/* line 301, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .total-row::after {
  content: '';
  height: 2px;
  width: 100%;
  border-bottom: 2px dashed rgba(195, 157, 245, 0.3);
  position: absolute;
  bottom: 3px;
  left: 0;
}
/* line 311, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .total-row .total {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
/* line 316, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .total-row .total a {
  color: #4054B2;
}
/* line 320, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .total-row .total:first-child {
  padding-right: 5px;
}
/* line 324, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .total-row .total:last-child {
  padding-left: 5px;
}
/* line 330, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .total-row.all {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}
/* line 337, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .cms-cart-footer-checkboxes {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 10px 0;
  font-size: 14px;
  line-height: 1.4;
}
/* line 352, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .cms-cart-footer-checkboxes .row {
  position: relative;
}
/* line 356, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .cms-cart-footer-checkboxes .checkbox {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 20px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 18px !important;
  white-space: nowrap !important;
}
/* line 368, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .cms-cart-footer-checkboxes .checkbox:checked ~ span:before {
  color: #1D1D1F;
}
/* line 373, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .cms-cart-footer-checkboxes span {
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  gap: 0 10px;
}
/* line 385, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .cms-cart-footer-checkboxes span:before {
  content: '✓';
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: transparent;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 2px;
  border: 1px solid rgba(54, 54, 64, 0.2);
}
/* line 404, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .cms-cart-footer-checkboxes a {
  color: #F30B32;
}
@media (hover: hover) {
  /* line 408, ../sass/cart/cart-ms-cart.scss */
  .cms-cart-footer .cms-cart-footer-checkboxes a:hover {
    text-decoration: underline;
  }
}
/* line 415, ../sass/cart/cart-ms-cart.scss */
.cms-cart-footer .totalbtn {
  margin-top: 18px;
}

/* line 423, ../sass/cart/cart-ms-cart.scss */
.cms-order-block {
  border: 2px solid rgba(54, 54, 64, 0.2);
  padding: 24px;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
/* line 434, ../sass/cart/cart-ms-cart.scss */
.cms-order-block:last-child {
  margin-bottom: 0;
}
/* line 438, ../sass/cart/cart-ms-cart.scss */
.cms-order-block .site-title {
  width: 100%;
  margin-bottom: 0;
}
/* line 443, ../sass/cart/cart-ms-cart.scss */
.cms-order-block .form-group {
  width: calC(100% / 2 - 10px);
}
/* line 446, ../sass/cart/cart-ms-cart.scss */
.cms-order-block .form-group.comment {
  width: 100%;
}
/* line 450, ../sass/cart/cart-ms-cart.scss */
.cms-order-block .form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
/* line 457, ../sass/cart/cart-ms-cart.scss */
.cms-order-block .form-group input, .cms-order-block .form-group textarea {
  height: 46px;
  font-size: 16px;
  padding: 0 16px;
  transition-duration: .2s;
  background-color: #fff;
  border: 1px solid rgba(54, 54, 64, 0.2);
  width: 100%;
  font-weight: 400;
  border-radius: 10px;
}
/* line 469, ../sass/cart/cart-ms-cart.scss */
.cms-order-block .form-group textarea {
  line-height: 44px;
  width: 100%;
}
/* line 476, ../sass/cart/cart-ms-cart.scss */
.cms-order-block .form-group.checkbox label {
  overflow: hidden;
  position: relative;
}
/* line 480, ../sass/cart/cart-ms-cart.scss */
.cms-order-block .form-group.checkbox label .checkbox-btn {
  background: rgba(244, 236, 254, 0.5);
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 8px;
  height: 65px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  transition: border .3s;
  overflow: hidden;
}
/* line 495, ../sass/cart/cart-ms-cart.scss */
.cms-order-block .form-group.checkbox label .checkbox-btn:hover {
  border: 1px solid rgba(54, 54, 64, 0.2);
}
/* line 500, ../sass/cart/cart-ms-cart.scss */
.cms-order-block .form-group.checkbox label input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/* line 520, ../sass/cart/cart-ms-cart.scss */
.cms-order-block .form-group.checkbox label input:checked ~ .checkbox-btn .fake-checkbox-span .fake-checkbox:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
/* line 531, ../sass/cart/cart-ms-cart.scss */
.cms-order-block .form-group.checkbox label .fake-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  position: relative;
  min-width: 18px;
}
/* line 540, ../sass/cart/cart-ms-cart.scss */
.cms-order-block .form-group.checkbox label .fake-checkbox:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #00C2A6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 100%;
  transition: all .2s ease;
  opacity: 0;
}
/* line 555, ../sass/cart/cart-ms-cart.scss */
.cms-order-block .form-group.checkbox label .fake-checkbox-span {
  display: flex;
  gap: 20px;
  align-items: center;
}
/* line 561, ../sass/cart/cart-ms-cart.scss */
.cms-order-block .form-group.checkbox label span {
  display: inline-block;
  color: #666;
}
/* line 566, ../sass/cart/cart-ms-cart.scss */
.cms-order-block .form-group.checkbox label img {
  color: transparent;
  margin-block: 8px;
  max-width: 100%;
  height: auto;
  display: block;
  max-height: 100%;
  max-height: 30px;
}

/* line 580, ../sass/cart/cart-ms-cart.scss */
.cms-order-block-del {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
/* line 586, ../sass/cart/cart-ms-cart.scss */
.cms-order-block-del .delivery {
  width: calC(100% / 2 - 10px);
}
/* line 591, ../sass/cart/cart-ms-cart.scss */
.cms-order-block-del input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/* line 606, ../sass/cart/cart-ms-cart.scss */
.cms-order-block-del input:checked ~ .cms-order-block-del-box {
  border-color: #00C2A6;
}

/* line 614, ../sass/cart/cart-ms-cart.scss */
.cms-order-block-del-box {
  border: 2px solid rgba(54, 54, 64, 0.2);
  padding: 24px;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  width: 100%;
  height: 300px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* line 630, ../sass/cart/cart-ms-cart.scss */
.cms-order-block-del-box span {
  position: relative;
  z-index: 2;
}
/* line 635, ../sass/cart/cart-ms-cart.scss */
.cms-order-block-del-box img {
  position: absolute;
  top: 17%;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
/* line 645, ../sass/cart/cart-ms-cart.scss */
.cms-order-block-del-box .small {
  margin-top: auto;
  padding: 15px;
  border-radius: 15px;
  background-color: #fca9cc;
  color: #000;
  line-height: 1;
  transition: background-color .3s;
  z-index: 2;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 20px;
}

/* line 661, ../sass/cart/cart-ms-cart.scss */
.ms2_frontend_shop {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
/* line 667, ../sass/cart/cart-ms-cart.scss */
.ms2_frontend_shop iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* line 675, ../sass/cart/cart-ms-cart.scss */
.ms2_frontend_shop-box {
  width: calc(100% / 2 - 10px);
}
/* line 678, ../sass/cart/cart-ms-cart.scss */
.ms2_frontend_shop-box b {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
/* line 685, ../sass/cart/cart-ms-cart.scss */
.ms2_frontend_shop-box p {
  font-size: 16px;
  display: block;
}

/* line 691, ../sass/cart/cart-ms-cart.scss */
.ms2_frontend_shop-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
/* line 701, ../sass/cart/cart-ms-cart.scss */
.ms2_frontend_shop-links .link img {
  display: block;
  height: 50px;
  width: auto;
}
@media (hover: hover) {
  /* line 708, ../sass/cart/cart-ms-cart.scss */
  .ms2_frontend_shop-links .link:hover {
    opacity: 0.7;
  }
}

/* line 719, ../sass/cart/cart-ms-cart.scss */
.lang-he .cms-cart-product .ms-image {
  margin-right: 0;
  margin-left: 20px;
}
/* line 726, ../sass/cart/cart-ms-cart.scss */
.lang-he .cms-cart-product .ms-center .title {
  font-size: 20px;
}
/* line 731, ../sass/cart/cart-ms-cart.scss */
.lang-he .cms-cart-product .btn-danger {
  font-size: 16px;
}
/* line 738, ../sass/cart/cart-ms-cart.scss */
.lang-he .cms-cart-footer .total-row {
  font-size: 18px;
}
/* line 740, ../sass/cart/cart-ms-cart.scss */
.lang-he .cms-cart-footer .total-row.all {
  font-size: 22px;
}
/* line 745, ../sass/cart/cart-ms-cart.scss */
.lang-he .cms-cart-footer .total-row .total:first-child {
  padding-left: 5px;
  padding-right: 0;
}
/* line 750, ../sass/cart/cart-ms-cart.scss */
.lang-he .cms-cart-footer .total-row .total:last-child {
  padding-left: 0;
  padding-right: 5px;
}
/* line 758, ../sass/cart/cart-ms-cart.scss */
.lang-he .cms-cart-footer .cms-cart-footer-checkboxes {
  font-size: calc(14px * 1.2);
}
/* line 768, ../sass/cart/cart-ms-cart.scss */
.lang-he .cms-order-block .form-group label {
  font-size: 16px;
}
/* line 772, ../sass/cart/cart-ms-cart.scss */
.lang-he .cms-order-block .form-group input, .lang-he .cms-order-block .form-group textarea {
  font-size: 18px;
}

@media only screen and (min-width: 0px) and (max-width: 1240px) {
  /* line 784, ../sass/cart/cart-ms-cart.scss */
  .cms-cart-left {
    width: 100%;
  }

  /* line 788, ../sass/cart/cart-ms-cart.scss */
  .cms-cart-right {
    width: 100%;
    margin-top: 25px;
    position: relative;
    top: 0 !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 800, ../sass/cart/cart-ms-cart.scss */
  .cms-cart-product {
    flex-wrap: wrap;
  }
  /* line 803, ../sass/cart/cart-ms-cart.scss */
  .cms-cart-product .ms-image {
    width: 100px;
  }
  /* line 807, ../sass/cart/cart-ms-cart.scss */
  .cms-cart-product .ms-center {
    width: calc(100% - 120px);
  }
  /* line 811, ../sass/cart/cart-ms-cart.scss */
  .cms-cart-product .ms-price {
    width: 50%;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    margin-top: 10px;
  }
  /* line 819, ../sass/cart/cart-ms-cart.scss */
  .cms-cart-product .ms-count {
    width: 50%;
    margin: 0;
  }

  /* line 825, ../sass/cart/cart-ms-cart.scss */
  .ms-input-number-wrap {
    justify-content: flex-end;
  }

  /* line 832, ../sass/cart/cart-ms-cart.scss */
  .cms-order-block .form-group {
    width: 100%;
  }

  /* line 837, ../sass/cart/cart-ms-cart.scss */
  .cms-order-block-del-box {
    height: auto;
    min-height: 200px;
  }
  /* line 841, ../sass/cart/cart-ms-cart.scss */
  .cms-order-block-del-box img {
    width: 50%;
  }

  /* line 848, ../sass/cart/cart-ms-cart.scss */
  .cms-order-block-del .delivery {
    width: 100%;
  }

  /* line 854, ../sass/cart/cart-ms-cart.scss */
  .ms2_frontend_shop iframe {
    aspect-ratio: 1;
  }

  /* line 860, ../sass/cart/cart-ms-cart.scss */
  .ms2_frontend_shop-box {
    width: 100%;
  }

  /* line 867, ../sass/cart/cart-ms-cart.scss */
  .ms2_frontend_shop-links .link img {
    height: 40px;
  }
}
/* line 8, ../sass/cart.scss */
body {
  background-color: #fcf8ff;
}

/* line 12, ../sass/cart.scss */
.ms2_total_cost, .ms2_total_cost, #ms2_order_cost, #ms2_order_cart_cost {
  direction: ltr;
  display: inline-block;
}
