#cart {
  height: 100%;
  min-width: 600px;
}
@media (max-width: 768px) {
  #cart {
    min-width: auto;
  }
}
#cart .cart {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 70vh;
  max-width: max-content;
  width: auto;
  align-items: center;
}
#cart .cart .orders-container {
  height: 100%;
}
@media (max-width: 768px) {
  #cart .cart {
    height: 100%;
    max-height: 100vh;
    max-width: 100%;
    width: 100%;
  }
  #cart .cart .name {
    display: block;
  }
  #cart .cart .parametres {
    display: flex;
  }
  #cart .cart .orders-container {
    max-height: 100%;
  }
  #cart .cart .main-container {
    width: 100%;
  }
}
#cart .head {
  position: absolute;
  top: 10px;
  right: 10px;
}
#cart .with-number {
  display: flex;
  align-items: center;
}
#cart .with-number .number-box {
  margin-left: 10px;
}
#cart .footer-container {
  width: 100%;
  padding-top: 30px;
  padding-right: 5px;
  padding-left: 5px;
}
#cart .footer-container .button {
  width: 100%;
  transform: none;
}
#cart .mCSB_dragger_bar {
  background: #000 !important;
}
#cart .cart_header .text-center {
  text-align: center;
}
#cart .number-box {
  width: 25px;
  height: 25px;
  background-color: #000;
  color: #fff;
  border-radius: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
}

#checkout-checkout .orders-container {
  height: 100%;
  max-height: 420px;
}
@media (max-width: 768px) {
  #checkout-checkout .orders-container {
    max-height: 300px;
  }
}
#checkout-checkout .order-info {
  width: 60%;
  padding-right: 20%;
}
@media (max-width: 1200px) {
  #checkout-checkout .order-info {
    padding-right: 10%;
  }
}
@media (max-width: 768px) {
  #checkout-checkout .order-info {
    padding-right: 0;
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column-reverse;
  }
}
#checkout-checkout .checkout-container {
  margin-bottom: 50px;
  min-height: calc(100vh - 400px);
  display: flex;
}
@media (max-width: 768px) {
  #checkout-checkout .checkout-container {
    flex-direction: column-reverse;
  }
}
#checkout-checkout .item {
  width: 40%;
}
@media (max-width: 768px) {
  #checkout-checkout .item {
    width: 100%;
  }
}
#checkout-checkout .header {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: Conv_ProximaNova-Bold;
  text-transform: uppercase;
  text-align: center;
}
#checkout-checkout form .cont .contacts {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
}
#checkout-checkout .step {
  text-align: right;
  font-size: 16px;
}
#checkout-checkout form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#checkout-checkout form input, #checkout-checkout form input + label {
  margin-bottom: 10px;
}
#checkout-checkout form input + label {
  margin-top: -10px;
}
#checkout-checkout form .submit .enter {
  margin-bottom: 20px;
  font-size: 14px;
  padding-bottom: 0;
}
#checkout-checkout .link {
  text-decoration: underline;
  cursor: pointer;
}
#checkout-checkout .sum {
  font-size: 16px;
  padding-right: 30px;
  color: #000;
  font-family: Conv_ProximaNova-Bold;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#checkout-checkout .sum .value {
  margin-left: 20px;
}
@media (max-width: 768px) {
  #checkout-checkout .sum {
    padding-right: 0;
  }
}
#checkout-checkout #log_Delivery_method, #checkout-checkout #Log_payment_method {
  margin-bottom: 10px;
}
#checkout-checkout #Num_cart_for_pay {
  margin: 10px 0;
  font-size: 18px;
}
#checkout-checkout .link-back-checkout {
  display: flex;
  flex-direction: row;
}
#checkout-checkout .link-back-checkout * {
  text-decoration: none;
}
#checkout-checkout .link-back-checkout span {
  padding-left: 10px;
  transform: rotate(180deg);
  display: inline-block;
}
#checkout-checkout .link-back-checkout svg, #checkout-checkout .link-back-checkout img {
  width: 10px;
  height: 10px;
}
#checkout-checkout .button-with-arrow.next-second {
  max-width: 100%;
  width: 100%;
}
#checkout-checkout .button-with-arrow.next-second:hover .text {
  transform: translateX(-15px);
}
#checkout-checkout .button-with-arrow.next-second:hover .arrow {
  transform: translateX(35px);
}
#checkout-checkout #Label2 > div {
  margin-top: 5px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
}

@media (max-width: 768px) {
  #checkout-checkout {
    padding-top: 120px;
  }
}

.empty-cart-title {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-menu .item .footer-container .continue, .empty-cart-title {
  font-size: 16px;
}

#checkout-checkout .orders-container .order {
  padding: 5px;
  grid-template-columns: auto 1fr;
  grid-column-gap: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.35s ease;
  -o-transition: 0.35s all ease;
  transition: all 0.35s ease;
}

#checkout-checkout .orders-container .order:hover {
  background-color: #f5f5f5;
}

#checkout-checkout .orders-container .order .img {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row: 1/4;
}

@media only screen and (min-width: 760px) {
  #checkout-checkout .orders-container .order .img {
    grid-row: 1/5;
  }
}
#checkout-checkout .orders-container .order .img a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#checkout-checkout .orders-container .order .img a img {
  width: 80px;
}

@media only screen and (min-width: 760px) {
  #checkout-checkout .orders-container .order .img a img {
    width: 100px;
  }
}
#checkout-checkout .orders-container .order .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#checkout-checkout .orders-container .order .close span {
  display: block;
  height: 12px;
  width: 12px;
  padding: 1px;
  position: relative;
  cursor: pointer;
}

#checkout-checkout .orders-container .order .close span, #checkout-checkout .orders-container .order .close span .svg {
  -webkit-transition: all 0.35s ease;
  -o-transition: 0.35s all ease;
  transition: all 0.35s ease;
}

#checkout-checkout .orders-container .order .close span:hover .svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#checkout-checkout .orders-container .order .parametres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 760px) {
  #checkout-checkout .orders-container .order .parametres {
    grid-row-start: 4;
    grid-column: 1/-1;
    margin-top: 5px;
  }
}
#checkout-checkout .orders-container .order .parametres .param {
  font-size: 12px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#checkout-checkout .orders-container .order .parametres .param .quan, #checkout-checkout .orders-container .order .parametres .param .size {
  font-size: 14px;
  margin-left: 5px;
}

#checkout-checkout .orders-container .order .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

#checkout-checkout .orders-container .order .price .value {
  margin-right: 5px;
}

#checkout-checkout .orders-container .order .name {
  font-size: 16px;
  font-family: Conv_ProximaNova-Bold;
  color: #000;
  -webkit-transition: all 0.25s ease;
  -o-transition: 0.25s all ease;
  transition: all 0.25s ease;
}

#checkout-checkout .orders-container .order .name:hover {
  color: #666;
}

/*# sourceMappingURL=main-new.css.map */
