/* Quickview */
.mfp-close {
    font-size: 1rem !important;
    font-weight: 700;
    min-width: 30px;
    min-height: 30px;
    text-align: center !important;
    padding: 0px 16px 0px 8px !important;
    right: 0px !important;
}

.mfp-close:hover {
    background: #FFFFFF !important;
}

.mfp-close::after {
    content: "X";
    color: #000000;
}

.box-tocart .action.tocart {
    height: 48px;
}

/* Minicart */
#mini-cart .product-item-photo {
    min-width: 75px;
}

.minicart-items .product-item-details {
    padding: 0px !important;
}

/* Checkout */
.checkout-index-index .action.primary, .checkout-index-index .actions-toolbar>.primary .action {
    height: 48px;
}

.checkout-sr-only {
  position: absolute;     
  width: 1px;       
  height: 1px;        
  padding: 0;
  margin: -1px;     
  overflow: hidden;   
  clip: rect(0 0 0 0); 
  clip-path: inset(50%); 
  white-space: nowrap; 
  border: 0; 
}