@media screen and (min-width: 768px) {
  .card-wrap {
    padding: 19px 0 0 0;
  }
}
.card-wrap .products-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card-wrap .products-table .product-row {
  border-bottom-width: 0;
  border-bottom-style: solid;
  display: flex;
  padding: 15px 0 0 0;
}
@media screen and (min-width: 768px) {
  .card-wrap .products-table .product-row {
    display: flex;
    padding: 0 0 24px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}
.card-wrap .products-table .product-row .photo {
  width: 76px;
  height: 85px;
}
@media screen and (min-width: 768px) {
  .card-wrap .products-table .product-row .photo {
    width: 86px;
    height: 96px;
  }
}
.card-wrap .products-table .product-row .photo .photo-link {
  display: block;
  width: 76px;
  height: 85px;
}
@media screen and (min-width: 768px) {
  .card-wrap .products-table .product-row .photo .photo-link {
    width: 86px;
    height: 96px;
  }
}
.card-wrap .products-table .product-row .photo .photo-link img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 4px;
}
.card-wrap .products-table .product-row .info {
  padding: 0px 0 0px 15px;
}
@media screen and (min-width: 768px) {
  .card-wrap .products-table .product-row .info {
    padding: 0 0 0 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%;
  display: block;
  padding-bottom: 24px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .card-wrap .products-table .product-row .info .wrap-tcc > .title {
    width: calc(100% - 321px);
    padding-right: 16px;
    padding-bottom: 0;
    border-bottom-width: 0;
    border-bottom-style: solid;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .card-wrap .products-table .product-row .info .wrap-tcc > .title {
    width: calc(100% - 431px);
  }
}
.card-wrap .products-table .product-row .info .wrap-tcc > .title a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
  width: calc(100% - 34px);
}
@media screen and (min-width: 768px) {
  .card-wrap .products-table .product-row .info .wrap-tcc > .title a {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    width: auto;
  }
}
.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 > .title .characteristics .characteristic {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc {
    width: auto;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.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: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .count {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 0;
    width: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .count {
    margin-bottom: 0;
    width: 185px;
  }
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .count .product-quantity {
  display: flex;
  width: 100px;
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .count .product-quantity .quantity_btn {
  width: 32px;
  height: 32px;
  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-style: solid;
  border-width: 1px;
  border-radius: 4px;
  width: 36px;
  height: 32px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 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: 100px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .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: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .cost {
    width: 167px;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .cost {
    width: 222px;
  }
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .cost .cost-label {
  color: #928CA9;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 4px;
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .cost .price {
  display: flex;
  flex-direction: column;
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .cost .price .price-nosale {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .cost .price .price-new {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-right: 0;
}
.card-wrap .products-table .product-row .info .wrap-tcc .wrap-cc .cost .price .price-old {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
}
.card-wrap .products-table .product-row .info .icon-action {
  width: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .card-wrap .products-table .product-row .info .icon-action {
    position: static;
  }
}
.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: 24px;
  height: 24px;
}
.card-wrap .products-cost {
  width: 100%;
}
.card-wrap .products-cost .wrap-cost {
  padding: 32px 0 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.card-wrap .products-cost .wrap-cost .promo-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card-wrap .products-cost .wrap-cost .promo-wrap {
    width: 343px;
  }
}
.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: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.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: 46px;
  flex-grow: 1;
  padding: 0 12px 0 12px;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
}
.card-wrap .products-cost .wrap-cost .promo .promo-btn {
  position: absolute;
  height: 48px;
  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;
  flex-direction: column;
}
.card-wrap .products-cost .row.total-cost {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card-wrap .products-cost .row.total-cost {
    width: 191px;
  }
}
@media screen and (min-width: 1024px) {
  .card-wrap .products-cost .row.total-cost {
    width: 246px;
  }
}
.card-wrap .products-cost .row.total-cost .total-cost-label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}
.card-wrap .products-cost .row.total-cost .total-cost-wrap {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .card-wrap .products-cost .row.total-cost .total-cost-wrap {
    display: block;
    gap: 0;
  }
}
.card-wrap .products-cost .row.total-cost .total-cost-price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
}
.card-wrap .products-cost .row.total-cost .total-cost-old-price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
}
.card-wrap .products-cost .arrange-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 343px;
  height: 56px;
  border-radius: 4px;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}
.card-wrap .products-cost hr {
  border: none;
  height: 1px;
  margin: 0 0 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: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 22px;
  padding-right: 116px;
}
@media screen and (min-width: 1024px) {
  .buy-with .title {
    margin-bottom: 32px;
  }
}
.buy-with .slick-list {
  margin: 0 -3px !important;
}
@media only screen and (min-width: 768px) {
  .buy-with .slick-list {
    margin: 0 -8px !important;
  }
}
.buy-with .slick-list .slide-box {
  padding: 0 3px;
}
@media only screen and (min-width: 768px) {
  .buy-with .slick-list .slide-box {
    padding: 0 8px;
  }
}
.buy-with .product-box {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding-bottom: 0px;
}
.buy-with .product-box .country-flag {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: 8px;
}
.buy-with .product-box .country-flag .kss-picture {
  width: 20px;
  height: 20px;
}
.buy-with .product-box .hot {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 36px;
  left: 8px;
}
.buy-with .product-box .new {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.buy-with .product-box .new .new-wrap {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.5px;
  transform: rotate(45deg);
  display: block;
  text-align: center;
  width: 50px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: -4px;
}
.buy-with .product-box .favorit {
  width: 40px;
  height: 40px;
  margin-left: 8px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.4969 16.9581C19.5972 15.9096 18.0969 15.6275 16.9696 16.5876C15.8423 17.5478 15.6836 19.153 16.5689 20.2886C17.3049 21.2327 19.5324 23.2239 20.2624 23.8684C20.3441 23.9405 20.385 23.9766 20.4326 23.9907C20.4742 24.0031 20.5197 24.0031 20.5612 23.9907C20.6089 23.9766 20.6497 23.9405 20.7314 23.8684C21.4614 23.2239 23.6889 21.2327 24.4249 20.2886C25.3102 19.153 25.1709 17.5377 24.0242 16.5876C22.8776 15.6376 21.3966 15.9096 20.4969 16.9581Z' fill='%23928CA9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.buy-with .product-box .favorit.wishlist {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='4' fill='%23FF5C5C' fill-opacity='0.12'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.7454 15.4371C19.3958 13.8644 17.1453 13.4413 15.4544 14.8815C13.7635 16.3216 13.5255 18.7296 14.8533 20.4329C15.9574 21.849 19.2986 24.8359 20.3937 25.8026C20.5162 25.9108 20.5774 25.9648 20.6489 25.9861C20.7113 26.0046 20.7795 26.0046 20.8419 25.9861C20.9133 25.9648 20.9746 25.9108 21.0971 25.8026C22.1922 24.8359 25.5334 21.849 26.6374 20.4329C27.9653 18.7296 27.7563 16.3065 26.0363 14.8815C24.3164 13.4564 22.0949 13.8644 20.7454 15.4371Z' fill='%23FF5C5C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.buy-with .product-box a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.buy-with .product-box a .product-img {
  overflow: hidden;
  padding: 50%;
  position: relative;
  border-radius: 4px;
}
.buy-with .product-box a .product-img img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.buy-with .product-box a .product-img .action {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  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: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 18px;
  box-sizing: border-box;
  padding: 20px 0 15px 0;
  height: 73px;
}
.buy-with .product-box a .name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.buy-with .product-box a .price-block {
  display: flex;
  gap: 10px;
  padding-bottom: 15px;
}
.buy-with .product-box a .price-block .price {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 20px;
}
.buy-with .product-box a .price-block .price .price-nosale {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
}
.buy-with .product-box a .price-block .price .price-new {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  margin-right: 5px;
}
.buy-with .product-box a .price-block .price .price-old {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
}
.buy-with .product-box a .price-block span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.buy-with .product-box a .price-block .action {
  position: absolute;
  right: 0;
  bottom: 148px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 4px;
  height: 20px;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 12px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .buy-with .product-box a .price-block .action {
    position: static;
  }
}
.buy-with .product-box:hover a .product-img img {
  opacity: 0.65;
}
.buy-with .product-box .put-in-basket {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.buy-with .product-box .put-in-basket .product-buy {
  cursor: pointer;
  width: calc(100% - 48px);
  max-width: 108px;
}
@media only screen and (min-width: 768px) {
  .buy-with .product-box .put-in-basket .product-buy {
    width: 100%;
  }
}
.buy-with .product-box .put-in-basket .product-buy .buy-button {
  border-radius: 4px;
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy-with .product-box .put-in-basket .product-buy .buy-button .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}

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