@media screen and (min-width: 868px) {
  .card-wrap {
    display: flex;
  }
}
.card-wrap .products-table {
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
}
@media screen and (min-width: 868px) {
  .card-wrap .products-table {
    max-width: calc(100% - 435px);
  }
}
.card-wrap .products-table .product-row {
  display: flex;
  padding: 24px 0px;
}
.card-wrap .products-table .product-row:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
@media screen and (min-width: 868px) {
  .card-wrap .products-table .product-row {
    display: flex;
    padding: 24px 12px;
  }
}
.card-wrap .products-table .product-row .photo {
  width: 100px;
  height: 100px;
}
.card-wrap .products-table .product-row .photo .photo-link {
  display: block;
  width: 100px;
  height: 100px;
}
.card-wrap .products-table .product-row .photo .photo-link img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.card-wrap .products-table .product-row .info {
  padding: 0px 0 0px 32px;
}
@media screen and (min-width: 1094px) {
  .card-wrap .products-table .product-row .info {
    padding: 8px 0 8px 32px;
    width: 100%;
  }
}
.card-wrap .products-table .product-row .info .wrap-tcc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.card-wrap .products-table .product-row .info .wrap-tcc .title {
  width: 100%;
  padding-right: 0;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 1094px) {
  .card-wrap .products-table .product-row .info .wrap-tcc .title {
    width: 60%;
    padding-right: 16px;
    margin-bottom: 0;
  }
}
.card-wrap .products-table .product-row .info .wrap-tcc .title a {
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .card-wrap .products-table .product-row .info .wrap-tcc .title a {
    font-family: "OpenSansRegular", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
  }
}
.card-wrap .products-table .product-row .info .wrap-tcc .title .product-status {
  padding: 5px 0;
  font-size: 14px;
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1094px) {
  .card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc {
    width: 40%;
  }
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .out-of-stock {
  width: 100%;
  height: auto;
  min-height: 17px;
  background: url(../images/outofstock.svg) no-repeat;
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .count {
  width: 100%;
  margin-bottom: 10px;
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
}
@media screen and (min-width: 568px) {
  .card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .count {
    margin-bottom: 0;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .count {
    font-size: 21px;
    line-height: 25px;
  }
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .count .product-quantity {
  padding: 1px;
  border-radius: 5px;
  display: flex;
  width: 92px;
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .count .product-quantity .quantity_btn {
  width: 27px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .count .product-quantity .quantity-kt {
  border: none;
  width: 36px;
  font-size: 16px;
  text-align: center;
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .count .one-thing-price {
  font-size: 12px;
  line-height: 20px;
  margin-top: 8px;
  text-align: center;
  width: 88px;
  overflow: hidden;
}
@media screen and (min-width: 1094px) {
  .card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .count .one-thing-price {
    position: absolute;
  }
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .cost {
  width: 100%;
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (min-width: 568px) {
  .card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .cost {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .cost {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .cost .price {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1094px) {
  .card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .cost .price {
    align-items: center;
  }
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .cost .price .price-nosale {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .cost .price .price-new {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  margin-right: 0;
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .cost .price .price-old {
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
}
.card-wrap .products-table .product-row .info .icon-action {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .card-wrap .products-table .product-row .info .icon-action {
    width: auto;
  }
}
.card-wrap .products-table .product-row .info .icon-action .del {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.card-wrap .products-table .product-row .info .icon-action .del svg {
  width: 20px;
  margin-right: 5px;
}
.card-wrap .products-table .product-row .info .icon-action .favorit {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 390px) {
  .card-wrap .products-table .product-row .info .icon-action .favorit {
    margin-bottom: 0;
  }
}
.card-wrap .products-table .product-row .info .icon-action .favorit svg {
  margin-right: 5px;
}
.card-wrap .products-cost {
  width: 100%;
}
@media screen and (min-width: 868px) {
  .card-wrap .products-cost {
    width: 355px;
    margin-left: 80px;
  }
}
.card-wrap .products-cost .wrap-cost {
  padding: 30px 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
}
@media screen and (min-width: 868px) {
  .card-wrap .products-cost .wrap-cost {
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
    width: 355px;
    height: auto;
  }
}
.card-wrap .products-cost .wrap-cost .promo-wrap {
  margin-bottom: 20px;
}
.card-wrap .products-cost .wrap-cost .promo-wrap .apply-promo {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
}
.card-wrap .products-cost .wrap-cost .promo-wrap .apply-promo .apply-promo-label {
  overflow: hidden;
  font-size: 12px;
  margin-right: 8px;
  flex: 0 1 auto;
}
.card-wrap .products-cost .wrap-cost .promo-wrap .apply-promo .apply-promo-label .apply-promo-label-code {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.card-wrap .products-cost .wrap-cost .promo-wrap .apply-promo .apply-promo-del {
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.card-wrap .products-cost .wrap-cost .promo {
  border-width: 1px;
  border-style: solid;
  border-right: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
}
.card-wrap .products-cost .wrap-cost .promo .promo-code {
  border: none;
  outline: none;
  height: 34px;
  flex-grow: 1;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
}
.card-wrap .products-cost .wrap-cost .promo .promo-btn {
  position: absolute;
  height: 36px;
  border: none;
  outline: none;
  padding: 0 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  right: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.card-wrap .products-cost .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.card-wrap .products-cost .row.total-goods {
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}
.card-wrap .products-cost .row.discount {
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}
.card-wrap .products-cost .row.total-cost {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .card-wrap .products-cost .row.total-cost {
    font-size: 21px;
    line-height: 26px;
  }
}
.card-wrap .products-cost .arrange-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 50px;
  border-radius: 6px;
  border: none;
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin: 40px auto 0 auto;
  text-decoration: none;
}
@media screen and (min-width: 868px) {
  .card-wrap .products-cost .arrange-button {
    margin: 15px auto 0 auto;
  }
}
.card-wrap .products-cost hr {
  border: none;
  height: 1px;
  margin: 20px 0;
}

.buy-with {
  padding: 30px 0 80px 0;
  position: relative;
  bottom: -30px;
}
@media screen and (min-width: 1024px) {
  .buy-with {
    bottom: -60px;
  }
}
.buy-with .title {
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
}
.buy-with .slogan {
  padding-top: 20px;
  text-align: center;
}
.buy-with .content {
  margin-top: 45px;
  margin-right: -10px;
}
.buy-with .slide-box {
  padding: 0 3px;
}
@media only screen and (min-width: 768px) {
  .buy-with .slide-box {
    padding: 0 8px;
  }
}
.buy-with .product-box {
  position: relative;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.buy-with .product-box .favorit {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.buy-with .product-box a {
  text-decoration: none;
}
.buy-with .product-box a .product-img {
  overflow: hidden;
  padding: 50%;
  position: relative;
}
.buy-with .product-box a .product-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .buy-with .product-box a .product-img img {
    width: auto;
    max-width: 100%;
  }
}
.buy-with .product-box a .product-img .action {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 24px;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.buy-with .product-box a .name {
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  margin: 10px 0;
  box-sizing: border-box;
  height: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .buy-with .product-box a .name {
    padding: 0 15px;
  }
}
.buy-with .product-box a .name .name-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.buy-with .product-box a .status {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 560px) {
  .buy-with .product-box a .status {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .buy-with .product-box a .status {
    padding: 0 15px;
  }
}
.buy-with .product-box a .in-basket {
  font-size: 12px;
  padding: 0 10px;
}
@media only screen and (min-width: 560px) {
  .buy-with .product-box a .in-basket {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .buy-with .product-box a .in-basket {
    padding: 0 15px;
  }
}
.buy-with .product-box a .price {
  margin-top: 10px;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .buy-with .product-box a .price {
    padding: 0 15px;
  }
}
.buy-with .product-box a .price .price-nosale {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
.buy-with .product-box a .price .price-new {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  margin-right: 5px;
}
.buy-with .product-box a .price .price-old {
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-decoration: line-through;
}
.buy-with .product-box .put-in-basket {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buy-with .product-box .put-in-basket .product-buy {
  cursor: pointer;
  width: 100%;
  max-width: 120px;
  margin-top: 10px;
}
.buy-with .product-box .put-in-basket .product-buy .buy-button {
  border-radius: 5px;
  width: auto;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy-with .product-box .put-in-basket .product-buy .buy-button .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.buy-with .product-box .put-in-basket .product-buy .buy-button .text {
  font-size: 14px;
}

/*# sourceMappingURL=mm-emarket-cart.css.map */
