.cart-title {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 390px;
}

.cart-title h1 {
  margin-bottom: 0;
}

.cart-title .safe-info {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #186B17;
  margin-left: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 6px;
  background: #bdfebb;
  border-radius: 10px;
  line-height: 1.1;
}

.cart-title .safe-info img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}

.cart-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 13px;
}

.cart-form .title-small {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
}

.cart-form h2 {
  margin-bottom: 5px;
}

.long-btn {
  width: 100%;
  max-width: 262px;
  padding-left: 15px;
  padding-right: 15px;
}

.cart-aside {
  width: 370px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.cart-aside.loading .cart-aside-main:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}

.cart-aside.loading .cart-aside-main:before {
  content: "";
  position: absolute;
  top: 0;
  margin-left: -35px;
  left: 50%;
  z-index: 6;
  width: 70px;
  height: 100%;
  background: url("../images/loader.svg") center no-repeat;
  background-size: 100% auto;
}

.cart-aside-main {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  text-align: center;
  padding: 29px;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  position: relative;
}

.cart-aside-main h3 {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  margin-bottom: 34px;
  line-height: 1.2;
}

.cart-aside-main .safe-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 19px;
  font-weight: 500;
  color: #4D4D4D;
  line-height: 1.2;
}

.cart-aside-main .safe-block img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.cart-aside-main .enter-note {
  margin-top: 18px;
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
  font-size: 12px;
  color: #7A7A7A;
  line-height: 1.25;
  transition: all 0.3s ease-out;
}

.cart-aside-main .enter-note:hover {
  color: #402eb0;
}

.cart-aside-main .safe-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 19px;
  font-weight: 500;
  color: #4d4d4d;
}

.cart-aside-main .safe-info img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.cart-aside-links {
  margin-bottom: 30px;
  margin-top: 20px;
}

.cart-aside-links a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #fafafa;
  padding: 16px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 20px;
}

.cart-aside-links a:last-child {
  margin-bottom: 0;
}

.cart-aside-links a:hover .link {
  filter: grayscale(0);
  opacity: 1;
}

.cart-aside-links .pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 13px;
}

.cart-aside-links .pic img {
  display: block;
  width: 100%;
  height: auto;
}

.cart-aside-links span {
  display: block;
  margin-right: auto;
}

.cart-aside-links .link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  transition: all 0.3s ease-out;
  display: block;
  filter: grayscale(1);
  opacity: 0.5;
}

.cart-total {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.23;
  margin-bottom: 20px;
}

.cart-total li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7px;
}

.cart-total .type {
  text-align: left;
}

.cart-total .price {
  text-align: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
}

.cart-total .pre-price {
  font-weight: 600;
  font-size: 14px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.cart-total .pre-price span {
  display: inline-block;
}

.cart-total .last-line {
  margin-top: 14px;
  border-top: 1px solid #E5E5E5;
  padding-top: 14px;
}

.cart-total .last-line .type {
  font-weight: 600;
  font-size: 14px;
}

.cart-total .last-line .price {
  font-weight: 700;
  font-size: 15px;
  color: #042EB0;
}

.cart-content {
  width: calc(100% - 370px);
  padding-right: 20px;
}

.cart-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-bottom: 20px;
  margin-top: -14px;
}

.cart-table thead tr {
  box-shadow: none;
  background: transparent;
}

.cart-table tr {
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.cart-table th {
  vertical-align: bottom;
  text-align: left;
  padding: 0 20px;
  font-weight: 500;
  font-size: 12px;
  color: #7B7B7B;
  line-height: 1.25;
  height: 34px;
}

.cart-table th:last-child {
  text-align: right;
  width: 1px;
}

.cart-table td {
  vertical-align: middle;
  padding: 20px;
  height: 141px;
}

.cart-table .weight {
  font-weight: 500;
  white-space: nowrap;
  min-width: 44px;
}

.cart-table .yuan {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 3px;
  color: #042EB0;
  white-space: nowrap;
}

.cart-table .ruble {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.15;
  white-space: nowrap;
}

.cart-table .delivery-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 105.5%;
  max-width: 209px;
}

.cart-table .delivery-type img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}

.cart-table .delivery-note {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.25;
  color: #545454;
  max-width: 209px;
}

.cart-table .available-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  color: #07B004;
  line-height: 1.2;
}

.cart-table .available-count img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}

.cart-table .product-count span {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.7;
  padding: 8px 16px;
  background: #F4F4F4;
  margin-bottom: 7px;
  border-radius: 10px;
}

.cart-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.cart-product .image {
  text-align: center;
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  display: block;
}

.cart-product .image:hover img {
  opacity: 0.8;
}

.cart-product .image img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  transition: all 0.3s ease-out;
  border-radius: 10px;
}

.cart-product .name {
  line-height: 1.23;
  display: inline-block;
  color: #042EB0;
  text-decoration: none;
  max-width: 211px;
}

.cart-product .name:hover {
  text-decoration: underline;
}

.cart-product-counting {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.cart-product-counting .product-amount {
  margin-right: 6px;
}

.cart-product-counting ~ .available-count {
  margin-top: 7px;
}

.product-amount {
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 44px;
  width: 88px;
  position: relative;
}

.product-amount .qty {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  font-family: Inter, Arial, Tahoma, sans-serif;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  border: 1px solid #ECECEC;
  background: #fff;
  height: 100%;
  transition: all 0.3s ease-out;
  border-radius: 10px;
}

.product-amount .qty:focus {
  border-color: #000;
}

.product-amount .qtyminus,
.product-amount .qtyplus {
  position: absolute;
  z-index: 2;
  height: 100%;
  cursor: pointer;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-amount .qtyminus:hover img,
.product-amount .qtyplus:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.product-amount .qtyminus img,
.product-amount .qtyplus img {
  display: block;
  transition: all 0.3s ease-out;
  filter: grayscale(1);
  opacity: 0.5;
}

.product-amount .qtyminus {
  left: 0;
  padding-left: 10px;
  padding-right: 5px;
}

.product-amount .qtyplus {
  right: 0;
  padding-right: 10px;
  padding-left: 5px;
}

.cart-btn {
  cursor: pointer;
  display: block;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  transition: all 0.3s ease-out;
  background: #fff;
  border: 1px solid #E5E5E5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  color: #8E8E8E;
  border-radius: 10px;
}

.cart-btn:hover {
  border-color: #FEDC09;
  background: #FEDC09;
  color: #000;
}

.cart-btn:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.cart-btn img {
  display: block;
  transition: all 0.3s ease-out;
  filter: grayscale(1);
  opacity: 0.5;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cart-btn span {
  display: block;
  font-weight: 700;
  font-size: 12px;
  margin-left: 10px;
  display: none;
  transition: all 0.3s ease-out;
}

.cart-btn.buy-btn {
  border-color: #000;
  color: #000;
}

.cart-btn.buy-btn:hover {
  color: #042EB0;
  border-color: #042EB0;
  background: #fff;
}

.cart-btn.buy-btn img {
  opacity: 1;
}

.cart-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cart-buttons .cart-btn {
  margin-bottom: 12px;
  padding: 0;
  width: 44px;
}

.cart-buttons .cart-btn:last-child {
  margin-bottom: 0;
}

.cart-coupon {
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.22);
  border: 1px solid #FEDC09;
  padding: 19px;
  margin-top: -20px;
  margin-bottom: 30px;
  border-radius: 20px;
}

.cart-coupon-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.cart-coupon-toggle .description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  line-height: 1.23;
}

.cart-coupon-toggle .info {
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
}

.cart-coupon-toggle img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.cart-coupon-content {
  display: -ms-flexbox;
  display: flex;
  display: none;
}

.cart-coupon-content .input-block {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

.cart-coupon-content .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
}

.cart-coupon-content .btn span {
  padding-left: 39px;
  padding-right: 39px;
}

.cart-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  min-width: 262px;
}

.cart-options .btn {
  margin-bottom: 12px;
}

.cart-options .btn:last-child {
  margin-bottom: 0;
}

.cart-empty {
  padding-bottom: 30px;
}

.cart-empty p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}

.cart-added-popup {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 50%;
  margin-top: -22px;
  text-align: center;
  color: #fff;
  width: 100vw;
  pointer-events: none;
}

.cart-added-popup span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  height: 44px;
  box-shadow: 0 4px 17px 0 rgba(4, 46, 176, 0.33);
  background: rgba(4, 46, 176, 0.92);
  border-radius: 10px;
  padding: 2px 14px;
  line-height: 1.2;
}

.cart-added-popup img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}

.mobile-order {
  background: #fff;
  bottom: 52px;
  box-shadow: 0 0 20px rgba(118, 111, 111, 0.4);
  display: none;
  left: 50%;
  margin-left: -365px;
  position: fixed;
  width: 730px;
  z-index: 49;
  padding: 10px;
  border-radius: 10px;
}

.mobile-order .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-order .total {
  margin-right: 10px;
}

.mobile-order .price {
  color: #042eb0;
  font-size: 16px;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mobile-order p {
  margin-bottom: 2px;
}

.mobile-order.loading:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0.7);
}

.mobile-order.loading:before {
  content: "";
  position: absolute;
  top: 0;
  margin-left: -30px;
  left: 50%;
  z-index: 6;
  width: 60px;
  height: 100%;
  background: url("../images/loader.svg") center no-repeat;
  background-size: 100% auto;
}

.cart-faq {
  border-top: 1px solid #E7E7E7;
  padding-top: 30px;
}

.faq-block {
  margin-bottom: 10px;
  border-left: 5px solid #FEDC09;
  transition: all 0.3s ease-out;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.06);
}

.faq-block:last-child {
  margin-bottom: 0;
}

.faq-block.opened {
  border-left-color: #4471FB;
}

.faq-block.opened .faq-question {
  color: #042EB0;
}

.faq-block.opened .faq-question img {
  filter: none;
}

.faq-block.opened .faq-question:before {
  background: url('../images/faq-minus.svg') center no-repeat;
  filter: none;
  opacity: 1;
}

.faq-question {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 65px 22px 25px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
  line-height: 1.2;
}

.faq-question:hover:before {
  filter: none;
  opacity: 1;
}

.faq-question:before {
  content: "";
  width: 33px;
  height: 33px;
  background: url('../images/faq-plus.svg') center no-repeat;
  right: 20px;
  top: 50%;
  margin-top: -16px;
  position: absolute;
  filter: grayscale(1);
  opacity: 0.75;
  transition: all 0.3s ease-out;
}

.faq-question img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  filter: brightness(0);
  transition: all 0.3s ease-out;
}

.faq-answer {
  padding: 0 20px 30px 25px;
  display: none;
  white-space: pre-line;
}

.faq-answer a {
  text-decoration: underline;
}

.faq-answer a:hover {
  text-decoration: none;
}

.faq-answer p {
  margin-bottom: 10px;
  text-align: justify;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.cart-usefull {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}

.cart-usefull-block {
  width: calc(33.333% - 20px);
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 10px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background: #F3F6FF;
  padding: 30px 20px;
}

.cart-usefull-block .image {
  margin-bottom: 30px;
  background: #001b6c;
  border-radius: 10px;
  overflow: hidden;
}

.cart-usefull-block .image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.cart-usefull-block .title {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.24;
}

.cart-usefull-block .inner {
  margin-bottom: 30px;
}

.cart-usefull-block ul {
  margin-bottom: 20px;
  line-height: 1.24;
  font-weight: 500;
}

.cart-usefull-block ul:last-child {
  margin-bottom: 0;
}

.cart-usefull-block ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}

.cart-usefull-block ul li:last-child {
  margin-bottom: 0;
}

.cart-usefull-block ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("../images/check-check.svg") center no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: -2px;
}

.cart-usefull-block .detail {
  margin-bottom: 20px;
}

.cart-usefull-block .detail:last-child {
  margin-bottom: 0;
}

.cart-usefull-block .detail p {
  font-size: 12px;
  margin-bottom: 0;
}

.cart-usefull-block .type {
  font-weight: 700;
  color: #4471fb;
  line-height: 1.24;
  position: relative;
  padding-left: 30px;
  margin-bottom: 4px;
}

.cart-usefull-block .type:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("../images/check-check.svg") center no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: -2px;
}

.cart-usefull-block .btn {
  margin-top: auto;
}

/* ==================== MEDIA =========================== */

@media (max-width: 1599px) {
  .cart-title {
    margin-right: 304px;
  }

  .cart-content {
    padding-right: 10px;
    width: calc(100% - 294px);
  }

  .cart-aside {
    width: 294px;
  }

  .cart-aside-main {
    padding: 29px 20px;
  }

  .cart-table th {
    padding: 0 10px;
  }

  .cart-table th:first-child {
    padding-left: 15px;
  }

  .cart-table th:last-child {
    padding-right: 15px;
  }

  .cart-table td {
    padding: 20px 10px;
  }

  .cart-table td:first-child {
    padding-left: 15px;
  }

  .cart-table td:last-child {
    padding-right: 15px;
  }

  .cart-product-counting ~ .available-count {
    max-width: 140px;
  }

  .cart-product .image {
    width: 80px;
  }

  .long-btn {
    max-width: 242px;
  }
}

@media (max-width: 1299px) {
  .cart-title {
    margin-right: 0;
  }

  .cart-form {
    display: block;
  }

  .cart-aside {
    width: 100%;
    position: static;
    margin-top: 0;
    top: 0;
  }

  .cart-aside.loading .cart-aside-main {
    position: relative;
  }

  .cart-aside-links {
    margin-bottom: 0;
  }

  .cart-content {
    padding-right: 0;
    width: 100%;
  }

  .cart-faq {
    margin-top: 25px;
    padding-top: 25px;
  }
}

@media (max-width: 1019px) {
  .cart-table {
    margin-top: 0;
  }

  .cart-table thead {
    display: none;
  }

  .cart-table tbody {
    display: block;
  }

  .cart-table tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    background: #fff;
    padding: 20px;
    text-align: center;
  }

  .cart-table td {
    display: block;
    height: auto;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px;
  }

  .cart-table td:last-child {
    margin-bottom: 0;
  }

  .cart-table .delivery-type {
    max-width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cart-table .delivery-note {
    max-width: 100%;
  }

  .cart-table .available-count {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cart-product {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .cart-product .image {
    width: 100px;
  }

  .cart-product .name {
    max-width: 100%;
  }

  .cart-product-counting {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cart-product-counting ~ .available-count {
    max-width: 100%;
  }

  .cart-buttons {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -6px;
  }

  .cart-buttons .cart-btn {
    height: auto;
    min-height: 44px;
    margin: 0 6px;
    width: calc(50% - 12px);
    padding: 0 5px;
  }

  .cart-btn span {
    display: inline-block;
  }

  .cart-coupon-toggle {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-coupon-toggle .description {
    margin-right: 0;
    margin-bottom: 14px;
  }

  .cart-coupon-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cart-coupon-content .input-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .cart-coupon-content .btn {
    margin-left: 0;
    width: calc(50% - 5px);
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-options {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -6px;
    max-width: 1200px;
  }

  .cart-options .btn {
    margin: 0 6px;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .cart-options .black-empty-btn {
    min-width: 160px;
  }

  .long-btn {
    max-width: 1200px;
  }

  .mobile-order {
    display: block;
  }

  .cart-usefull-block {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .cart-title {
    display: block;
  }

  .cart-title .safe-info {
    margin-left: 0;
    margin-top: 10px;
  }

  .cart-coupon-toggle .description {
    display: block;
  }

  .cart-coupon-toggle .info {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
  }

  .cart-coupon-toggle .note {
    text-align: center;
  }

  .mobile-order {
    left: 0;
    margin-left: 0;
    width: 100%;
  }

  .faq-question {
    padding-left: 15px;
  }

  .faq-answer {
    padding-left: 15px;
  }

  .cart-usefull-block {
    width: calc(50% - 20px);
  }
}

@media (max-width: 500px) {
  .cart-empty .btn {
    width: 100%;
  }

  .cart-usefull-block {
    width: calc(100% - 20px);
  }
}