.cart-name {
  font-size: 18px; }

.number-input.disabled {
  opacity: 0.75;
  pointer-events: none; }

.number-input * {
  box-sizing: border-box; }

.number-input button {
  outline: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease; }
  .number-input button:before, .number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 0.5rem;
    height: 2px;
    background-color: var(--textColor);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease; }
  .number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg); }
  .number-input button:hover {
    background-color: var(--mainColor); }
    .number-input button:hover:before, .number-input button:hover:after {
      background-color: #fff; }

.number-input input[type=number] {
  max-width: 2rem;
  border: none;
  font-size: 13px;
  height: 24px;
  -moz-appearance: textfield;
  outline: none;
  color: var(--textColor); }
  .number-input input[type=number]::-webkit-inner-spin-button, .number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none; }

/*============================================================================
10. CART 
==============================================================================*/
.action-link {
  color: var(--mainColor);
  text-decoration: none;
  transition: all 0.3s ease; }
  .action-link:hover {
    color: var(--mainColor); }

.ux-card {
  border: 1px solid #e5e5e5;
  padding: 20px;
  transition: all 0.3s ease;
  border-radius: 10px; }
  @media (max-width: 767px) {
    .ux-card {
      padding: 14px; } }
  .ux-card:hover {
    cursor: pointer;
    background-color: #fff; }
    .ux-card:hover a {
      color: var(--mainColor); }
  .ux-card.deleted {
    visibility: hidden;
    overflow: hidden;
    transition: all 0.2s;
    height: 0px;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
    border: none; }
  .ux-card:last-child {
    margin-bottom: 0 !important; }

.product {
  padding-left: 120px; }
  .product img {
    max-height: 80px;
    max-width: 80px;
    width: auto;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px; }
    @media (max-width: 767px) {
      .product img {
        left: 16px;
        max-height: 70px;
        max-width: 70px; } }
  .product .item-title .js-titlte {
    font-weight: 500; }
  @media (max-width: 767px) {
    .product {
      padding-left: 110px; }
      .product .item-title {
        font-size: 14px; } }
  .product .price {
    font-size: 16px;
    color: var(--accentColor2); }
  .product .remove {
    font-size: 0;
    right: 0px;
    top: 0px;
    padding: 0;
    width: 24px;
    height: 24px;
    background: #ebebeb;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px; }
    .product .remove:before {
      content: '';
      width: 12px;
      height: 1px;
      background: #292929;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      overflow: hidden; }
    .product .remove:after {
      content: '';
      width: 12px;
      height: 1px;
      background: #292929;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);
      overflow: hidden; }

.bx_right_cart {
  position: sticky;
  top: 125px;
  z-index: 2; }

.summary dl {
  margin: 0; }

.summary .total dd {
  font-size: 24px;
  color: var(--accentColor2);
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #666666; }

.btn-checkout {
  border: none;
  background: var(--mainColor);
  font-size: 16px;
  transition: all 0.3s ease; }
  .btn-checkout:hover {
    background: var(--mainColor2); }

.mew_mobi_bar .btn-checkout {
  font-size: 14px;
  min-width: initial;
  width: calc(40% - 8px);
  border-radius: 10px !important;
  margin: 0 10px 12px 0; }
  @media (max-width: 425px) {
    .mew_mobi_bar .btn-checkout {
      font-size: 12px; } }
  @media (max-width: 372px) {
    .mew_mobi_bar .btn-checkout {
      font-size: 11px; } }
  @media (max-width: 372px) {
    .mew_mobi_bar .btn-checkout {
      font-size: 11px; } }

.cart__basket__item {
  flex-wrap: wrap; }

.bm_checkout {
  overflow: hidden; }

.free-gifts .vmore_c {
  left: 0;
  bottom: 0px;
  border-top: 1px solid var(--mainColor);
  background: #fff;
  padding: 7px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

@media (max-width: 767px) {
  .free-gifts .none_mb {
    visibility: hidden;
    transform: rotateX(90deg);
    transition: margin 0.8s;
    margin-top: -92px; }
    .free-gifts .none_mb.open_gift {
      visibility: visible;
      transform: rotateX(0deg);
      margin-top: 0;
      transition: margin 0.5s, transform 0.5s; }
  .free-gifts .v_more_coupon {
    color: var(--mainColor); } }

.free-gifts .item svg {
  fill: var(--mainColor);
  vertical-align: -2px; }

.free-gifts .item .m_copy {
  cursor: pointer; }

.free-gifts .item b, .free-gifts .item .m_copy {
  color: var(--mainColor); }

.free-gifts .item .ico_coppy {
  width: 20px;
  height: 20px;
  background: var(--mainColor);
  right: 0;
  top: 0px; }
  .free-gifts .item .ico_coppy svg {
    fill: #fff; }

.m-giftbox:hover .free-gifts {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px); }

.m-giftbox .item-code span {
  background: var(--couponBg);
  color: var(--couponColor); }
  .m-giftbox .item-code span:before, .m-giftbox .item-code span:after {
    content: "";
    width: 6px;
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    background-image: radial-gradient(#f8f9fa 2px, transparent 0);
    background-size: 6px 6px;
    background-position-x: -6px; }
  .m-giftbox .item-code span:before {
    left: -3px; }
  .m-giftbox .item-code span:after {
    right: -3px; }
