.footer-column {
  flex: 1 0 25%;
}

.footer-column ul li a{
  margin: 1em 0;
  color: #999;
  font-size: 16px;
}

.footer-column ul li img {
  margin: .5em 0;
}

.footer-column h2 b{
  color: #666;
  font-weight: 700;
  font-size: 18px;
}

.page-footer {
    width: 100% !important;
    margin: auto;
    background: #eee;
    color: #000;
}

.top-trusted-shops-logo div {
  float: left;
}

.top-trusted-shops-logo div ul {
  padding-left: 10px;
  list-style: none;
}

.top-trusted-shops-logo div ul li:before {
  font-weight: bold;
  content: '✓ ';
}
.catalog-product-view .product.media {
    position: relative;
}
/* .product-labels.new-image {
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    color: white;
    padding: 5px 10px;
    font-weight: 700;
    z-index: 10;
} */

.product-labels-container {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  font-weight: 700;
  z-index: 10;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
.product-labels.new-image {
  top: 0;
  background: red;
  color: white;
  padding: 5px 10px;
  font-weight: 700;
  z-index: 10;
}
.product-labels.discount {
  background: #E67E5C;
  color: #fff;
  padding: 5px 10px;
  font-weight: 700;
  z-index: 10;
}
/* Hide Giftcard */
/* .checkout-index-index .mageworx-giftcards {
  display: none;
} */
.mageworx-giftcards .payment-option-title.field.choice {
  padding-left: 0;
}
.mageworx-giftcards .actions-toolbar {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mageworx-giftcards .actions-toolbar span {
  display: block;
}
.mageworx-giftcards .payment-option-content {
  padding-left: 0;
}

.block.newsletter .field.choice.gdpr {
  float: none !important;
}
.block.newsletter .field.choice.gdpr label {
  position: relative !important;
}

.modal-popup .modal-inner-wrap .action-primary{
  line-height: 20px;
}