.cart-summary #block-shipping {
    display: none !important;
}

.methods-shipping .delivery-tip {
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
}

#shopping-cart-table .action-towishlist {
    display: none;
}

[name="shippingAddress.store_view"] {
    display: none !important;
}

.checkout-index-index .new-address-popup {
    display: none;
}
.checkout-index-index .amtheme-navigation-icon {
    display: none;
}

.cart .product-item-sku {
    color: #a8a69f;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

#checkout .payment-methods .payment-method-title,
#checkout .payment-methods .step-title {
    display: none;
}

.checkout-payment-method .payment-option-content form.order-comment-form {
    max-width: 100%;
}

.totals .discount-details {
    font-size: 1.35rem;
}
.totals .discount-details .title {
    margin-left: 10px;
    border-bottom: 1px dashed;
    position: relative;
    cursor: pointer;
}
.totals .discount-details th,
.totals .discount-details td {
    padding-top: 0 !important;
    padding-bottom: 8px;
}

.discount-details th .discount-tooltip {
    display: none;
    position: absolute;
    top: 0;
    left: 110%;
    min-width: 110px;
    padding: 7px 10px;
    background: #fff;
    z-index: 10;
    box-shadow: 0 1px 6px -3px;
    border-radius: 5px;
    top: -7px;
    font-size: 12px;
}
.discount-details th .title:hover .discount-tooltip {
    display: block;
}
.discount-details .discount-tooltip .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #b4bd00;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-size: 12px;
    margin-left: 5px;
    font-weight: 500;
}

/* TEMPORARLY HIDDEN */
#label_method_wezzshipping_wezzshipping,
#label_method_wezzshipping_wezzshipping + .delivery-tip {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .checkout-index-index .header.content {
        display: flex;
        justify-content: center;
    }
    .checkout-index-index .header.content > .logo {
        position: inherit;
    }
    .checkout-index-index .page-header > .content .logo-image {
        width: 150px;
    }
}
