@media screen and (min-width: 1200px) {
  .woocommerce-cart table.cart img.custom-generated-img {
    width: 100px;
  }
}

.woocommerce-checkout-review-order img.custom-generated-img {
  max-width: 100px;
  width: 100px;
  margin-right: 10px;
}

/*Preview image for cart and checkout*/
.preview_image {
  margin-right: 20px;
  position: relative;
  display: inline-block;
}

.preview_image img {
  width: 70px;
  height: auto;
  margin: 0 !important;
  padding: 2px;
}

.preview_image span.frame-border {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-size: calc(100% - 4px);
  background-repeat: no-repeat;
  background-position: center 1px;
}

.woocommerce table.shop_table tbody td.product-name strong.product-quantity {
  font-weight: 600;
  color: #222;
}
.woocommerce table.shop_table tbody td.product-name strong.product-quantity:before{
  margin-left: -9px;
  font-weight: 400;
  font-size: 17px;
  color: #999;
}

.woocommerce-page.woocommerce-cart table.cart img{
  width: 150px;
}
@media screen and (max-width: 991px){
  .woocommerce-page.woocommerce-cart table.cart img{
    width: 50px;
    margin-right: 10px;
  }
}

.btn-dark {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 30px;
  font-size: 13px;
  background: #201D1E;
  color: #fff !important;
  width: auto;
  transition: background 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-dark:first-child {
   border-left: none;
 }

.btn-dark:hover {
   background: #090607;
 }

.woocommerce.mini-cart .cart_list li a.btn-dark {
  display: inline-block;
  padding: 4px 20px;
  margin: 5px 0;
}

@media screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce table.shop_table tbody td.product-name .variation,
  .woocommerce-cart .woocommerce table.shop_table tbody td.product-name > a.product-url:first-child{
    width: 100%;
  }
  .woocommerce table.shop_table tr td.product-name dl.variation .variation-group,
  .woocommerce table.shop_table tbody td.product-name dl.variation .variation-group {
    display: flex;
    justify-content: space-between;
  }
}