#content #cart .order .item_02 .product_info .title {
  color: #333;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

#content #cart .order .item_02 .product_info .title a {
  color: #000 !important;
}

#content #cart .order .item_02 .product_info .description {
  margin: 10px 0 0;
  color: #acacbe;
  line-height: 1.4;
  font-size: 13px;
}

#content #cart .order .item_02 .product_info .description div {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin: 0 6px 1px 0;
}

#content #cart .wrap:not(:last-child) {
  border-bottom: 1px solid var(--border);
}

#content #cart .order .price_wrap .current, #content #orders .order .price_wrap .current {
  color: #333333;
  font-size: 17px;
  font-weight: 700;
}
#content #cart .old, #content #orders .old {
  color: #a1a1a1;
  font-size: 13px;
  font-weight: 500;
  text-decoration: line-through;
}
#content #cart .total-wrap .old {
  font-size: 16px;
}
#content #cart .order .price_wrap .price, #content #cart .price_difference, #content #orders .price_difference {
  color: #a1a1a1;
  font-size: 11px;
  font-weight: 300;
}

#content #cart .counter_block~span {
  color: #a1a1a1;
  font-size: 14px;
  font-weight: 400;
  margin-top: -5px
}

#content #cart .remove {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#content #cart .remove:before{
  transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

#content #cart .remove:after {
  transform: translate3d(-50%,-50%,0) rotate(45deg);
}

#content #cart .remove:before, #content #cart  .remove:after {
  position: absolute;
  background: #b8b8b8;
  width: 2px;
  height: 10px;  
  top: 15px;
  right: 28px;
  content: '';
  transition: 300ms background-color ease;
}
#content #cart .remove:hover:before, #content #cart .remove:hover:after {
  background: var(--secondary);
}

#content #cart .price_difference, #content #orders .price_difference {
  border: 1px solid var(--secondary);
  margin-top: 5px;
  letter-spacing: 0.3pt;
  font-weight: 500;
  width: fit-content;
}

#content #cart .price_difference div:nth-child(1), #content #orders .price_difference div:nth-child(1) {
  background: var(--secondary);
  color: #fff;    
  padding: 2px 6px;
}

#content #cart .price_difference div:nth-child(2), #content #orders .price_difference div:nth-child(2) {
  padding: 2px 6px;
  color: var(--secondary); 
}

#content #cart .total b {
  margin-right: 40px;
  vertical-align: text-bottom;
  margin-bottom: -5px;
}

#content #cart .total span {
  font-weight: 700;
  font-size: 26px;
}

#content #cart .click_buy {
  max-width: 500px;
}

#content #cart .click_buy input[type=tel] {
  padding-left: 20px;
/*  border: 1px solid #535353;*/
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
  font-weight: 500;
  font-size: 14px;
  color: #757575;
  border-right: none;
}

#content #cart .quantity.bordered {
  border: 1px solid #eee;
}

#content .quantity {
    display: flex;
    overflow: hidden;
}

#content #cart .quantity button {
    padding: 4px 10px;
}

#content #cart .quantity button {
    transition: background-color ease-out .3s, color ease-out .3s;
    background: transparent;
    padding: 0 20px;
}

#content #cart .quantity button {
    padding: 4px 10px;
}

#content #cart .quantity button:hover {
    background: var(--primary);      
}

#content #cart .quantity button:hover svg {
    fill: var(--secondary);
}

#content #cart .quantity button svg {
    opacity: .5;
    fill: #333
}

#content #cart .quantity button.bordered,
#content #cart .quantity input.bordered {
    border: none;
}

#content #cart .quantity input {
    width: 100%;
    color: #333;
    font-size: 13px;
    text-align: center;
    line-height: 13px;
    padding: 0;
}

#content #cart .counter_block {
    min-width: 115px;
    max-width: 120px;
}

#content #cart #input-quantity {
    max-width: 50px;
    height: 30px !important;
    border-left: none;
    border-radius: 0;
}

#content #cart .quantity svg {
    vertical-align: middle!important;
}