@charset "utf-8";

.product-item-wrapper { margin-bottom: 20px; display: flex; align-items: flex-start; justify-content: space-between; }

.product-item-wrapper .product-info { display: flex; align-content: center; }

.product-item-wrapper .product-info .image { width: 86px; height: 86px; border-radius: 4px; margin-right: 15px; background-size: cover; background-position: center center; }

.product-item-wrapper .product-content { flex: 1 1 0%; font-family: open_sans, "Open Sans", sans-serif; }

.product-item-wrapper .product-content .name { font-size: 14px; line-height: 1.5; color: rgb(75, 80, 86); max-height: 200px; word-break: break-word; }

.product-item-wrapper .product-content .specification-item { display: flex; align-items: center; margin-top: 5px; font-size: 14px; }

.product-item-wrapper .product-content .variation-name { margin-right: 10px; color: rgb(169, 174, 178); }

.product-item-wrapper .product-content .estimated-delivery { color: rgb(169, 174, 178); }

.product-item-wrapper .product-price { font-size: 14px; color: rgb(75, 80, 86); }

.product-item-wrapper .product-price .quantity { text-align: right; color: rgb(169, 174, 178); }

@media screen and (max-width: 980px) {
  .product-item-wrapper .product-info .image { width: 75px; height: 75px; margin-right: 10px; }
}