.zoom {
  transition: transform .2s;
  width: 100%;
  height: 100%;
}

.zoom:hover {
  transform: scale(1.1);
}

.table-products .tag,
.table-variations .tag {
  padding: 7.5px;
}

/* Large desktop */
@media (min-width: 1200px) {
  .dropdown-cart {
    width: 400px;
    padding: 0px !important;
  }

  .product-image {
    margin-left: 5px;
  }

  .remove-cart-item {
    float: right;
  }

  .row-product-cart {
    margin: 0px !important;
    padding: 0px !important;
  }

  .row-product-cart * {
    margin: 0px !important;
    padding: 0px !important;
  }

  .row-product-cart .col-md-3 {
    padding: 10px !important;
  }

  .row-product-cart .col-md-9 {
    padding: 10px !important;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .dropdown-cart {
    width: 100%;
  }

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .dropdown-cart {
    width: 100%;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {

  .remove-cart-item {
    float: right !important;
  }

  .dropdown-cart {
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
  }

  .product-image {
    width: 100px !important;
    height: 100px !important;
    margin-right: 10px;
    float: left;
  }

  .customers-nav-item-cart {
    box-sizing: content-box !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 95%;
    overflow-y: hidden;
  }

  .row-product-cart {
    margin: 0px !important;
    padding: 0px !important;
  }

  .row-product-cart * {
    margin: 0px !important;
    padding: 0px !important;
  }

  .row-product-cart .col-xs-4 {
    padding: 10px !important;
  }

  .row-product-cart .col-xs-8 {
    padding: 10px !important;
  }

  a.dropdown-toggle{
      line-height:60px  !important;
      margin-left:10px !important;
  }
}

.product-qty{
  text-align: center !important;
}

#coupon_message {
  margin-top: 10px;
}

.coupon-attached-card {
  background: #fffaf0;
  border: 1px solid #f4d28a;
  border-left: 4px solid #f0ad4e;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(120, 83, 25, 0.12);
  color: #4a3a1d;
  padding: 14px 16px;
}

.coupon-attached-card-head,
.coupon-attached-progress-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.coupon-attached-badge {
  background: #fff;
  border: 1px solid #f4d28a;
  border-radius: 999px;
  color: #8a5b00;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 10px;
  text-transform: uppercase;
}

.coupon-attached-remove {
  align-items: center;
  background: #fff;
  border: 1px solid #f4c15e;
  border-radius: 50%;
  color: #a15c00;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 30px;
}

.coupon-attached-remove:hover,
.coupon-attached-remove:focus {
  background: #f8e4b8;
  color: #7a4300;
  outline: none;
}

.coupon-attached-title {
  color: #6f4800;
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
}

.coupon-attached-message {
  color: #2f2a20;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

.coupon-attached-progress-meta {
  color: #6d5a36;
  font-size: 12px;
  margin-top: 12px;
}

.coupon-attached-progress {
  background: #f2dfb8;
  border-radius: 999px;
  height: 8px;
  margin-top: 7px;
  overflow: hidden;
}

.coupon-attached-progress span {
  background: linear-gradient(90deg, #f0ad4e, #2ed8b6);
  border-radius: inherit;
  display: block;
  height: 100%;
  transition: width 0.35s ease;
}

.coupon-attached-help {
  color: #755f36;
  font-size: 12px;
  margin-top: 8px;
}

@media (max-width: 480px) {
  .coupon-attached-card-head,
  .coupon-attached-progress-meta {
    align-items: flex-start;
    gap: 8px;
  }

  .coupon-attached-progress-meta {
    flex-direction: column;
  }
}
