/* Minicart */
.minicart-wrapper .block-minicart {
    z-index: 300;
}

.block-minicart .items-total {
    /* display: flex; */
    /* justify-content: space-between; */
    /* border-bottom: 1px solid #ccc; */
    width: 92%;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

/* .block-minicart .subtotal {
    display: none;
} */
.block-minicart .divider {
    border-bottom: 1px solid #ccc;
}

.block-minicart .items-total span {
    white-space: nowrap;
}

.block-minicart .items-total .count {
    display: inline;
    float: left;
    margin-right: 5px;
}

.block-minicart .items-total .count.empty {
    padding: 15px 0px;
    margin-bottom: 15px;
}

.block-minicart .item-wrap {
    display: flex;
    padding: 15px 0;
}

.minicart-items .product-item-details .product .options.list dt {
    font-weight: 500;
    margin: 0 10px 0px 0;
}

.minicart-items .product-item-details .product .options.list dd {
    margin-bottom: 0;
}

.minicart-items .product-item-details .product .options.list dt:after {
    content: ":";
}

.minicart-items .price-excluding-tax {
    font-weight: 500;
    color: #69696B;
    margin-top: 0 !important;
}

.minicart-items .item-qty {
    width: 36px;
    height: 22px;
}

.minicart-items .product-item-details .price {
    font-weight: 500;
}

.block-minicart .items-total .action.viewcart {
    text-align: right;
}

.block-minicart .block-content>.actions.top {
    border-bottom: 1px solid #ccc;
    transform: translateY(1px);
}

.block-minicart .action.wishlist {
    margin-top: 5px;
    text-decoration: underline;
    display: inline-block;
}

/* .minicart-wrapper .action.showcart::after {
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    margin-left: 15px;
    display: block;
    position: absolute;
    font-weight: 700;
    content: "\f078";
    top: 50%;
    right: -10px;
    transform: translateY(-30%);
} */



/* Checkout cart */
#shopping-cart-table .product-item-details .product-item-name {
    font-weight: bold;
    font-size: 15px;
}

.cart.item .actions-toolbar .action span {
    font-weight: 500;
}

#shopping-cart-table .actions-toolbar>.action,
.action-gift {
    text-decoration: underline;
    background: transparent;
    border: none;
}

#shopping-cart-table .actions-toolbar>.action-edit {
    float: left;
    left: 97px;
    top: -29px;
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
    border-bottom: 0;
    line-height: 30px;
}

#shopping-cart-table .actions-toolbar>.action-delete {
    float: right;
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
    border-bottom: 0;
    line-height: 30px;
}

#shopping-cart-table .col.price .price {
    font-weight: 500;
    color: #69696B;
    font-size: 14px;
}

#shopping-cart-table .col.subtotal {
    text-align: right;
}

#shopping-cart-table .item-options {
    font-size: 14px
}

#shopping-cart-table .control.qty label {
    display: flex;
    align-items: center;
}

#shopping-cart-table .col.qty .input-text {
    margin-top: 0;
    height: 32px;
    width: 43px;
}

#shopping-cart-table .control.qty label .button {
    border: 1px solid #ccc;
    line-height: 30px;
    width: 20px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

#shopping-cart-table .control.qty label .button::selection {
    background: transparent;
}

#shopping-cart-table .control.qty label .button.minus {
    border-right: none;
}

#shopping-cart-table .control.qty label .button.plus {
    border-left: none;
}

#shopping-cart-table .control.qty label .button.plus {
    border-left: none;
}

#shopping-cart-table .col.qty .action.update,
.cart-container .cart.main.actions,
#gift-options-cart {
    visibility: hidden;
}

.checkout.methods.items.checkout-methods-items .action.multicheckout {
    display: none;
}

.cart-summary .grand.totals {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.block.crosssell {
    width: 100%;
    padding-right: 0;
}

.cart-summary input[type="text"],
.cart-summary input[type="password"],
.cart-summary input[type="url"],
.cart-summary input[type="tel"],
.cart-summary input[type="search"],
.cart-summary input[type="number"],
.cart-summary input[type*="date"],
.cart-summary input[type="email"],
.cart-summary select {
    border: 1px solid #000
}

.cart-summary .grand.totals .mark,
.cart-summary .grand.totals .amount {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart-summary .summary.title,
.cart-summary #block-shipping-heading,
.cart-summary .grand.totals .mark strong {
    font-weight: 700;
}

.cart-discount {
    display: none;
}

.cart-summary .cart-discount {
    width: 100%;
    display: block;
    margin-top: 13px;
}

.cart-summary .cart-discount .block.discount {
    width: 137%;
}

.cart-summary .cart-discount .fieldset.coupon {
    display: flex;
    flex-direction: column;
}

#block-reward-heading,
#block-discount-heading {
    color: #363636;
    font-size: 1.6rem;
    font-weight: 600;
}

.cart-discount .block .title:after {
    position: absolute;
    top: 3px;
    right: -13px;
}

.cart-discount .block.discount.active .title:after {
    right: -7px;
}

@media only screen and (max-width: 768px) {
    .cart.table-wrapper .item-info {
        padding: 0 40px;
        display: block;
    }

    .cart.table-wrapper tbody>tr>td:last-child {
        padding: 0 40px;
    }

    .cart-discount {
        border-bottom: none;
    }

    .cart-container {
        display: flex;
        flex-direction: column
    }

    .cart-container .cart-summary {
        width: 90% !important;
        margin: 0 auto;
    }

    .cart-summary>.title {
        display: block;
    }

    .cart-summary .cart-discount .block.discount {
        width: 120%;
        border-top: none;
    }

    #block-discount .title {
        border-top: none;
        padding: 0px 13px 5px 0px;
    }

    #block-discount .content {
        padding: 5px 0 23px;
    }

    .cart-discount .block .title:after {
        right: -24px;
    }

    #discount-coupon-form .action.apply.primary-btn {
        min-width: 200px;
    }

    .cart-discount .block.discount.active .title:after {
        right: -14px;
    }

    .cart-container .cart-summary {
        width: 100%;
        order: 1;
    }

    .abs-shopping-cart-items-desktop,
    .block-cart-failed,
    #maincontent .cart-container .form-cart,
    #maincontent .cart-container .cart-gift-item {
        width: 100%;
    }

    #shopping-cart-table .actions-toolbar {
        margin-top: 25px;
    }

    .cart.table-wrapper #shopping-cart-table .item .col.item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 35px 0 0 0;
        gap: 20px;
    }

    .cart.table-wrapper #shopping-cart-table .product-item-photo {
        position: initial;
        max-width: none;
        display: flex;
        justify-content: center;
    }

    .cart.table-wrapper #shopping-cart-table .product-item-details {
        width: 60%;
    }
}


/* One Step Check */
/* One Step Check */
/* One Step Check */
/* One Step Check */
/* One Step Check */
.checkout-index-index.page-layout-checkout .header.content,
.checkout-index-index.page-layout-checkout #maincontent {
    max-width: 1140px !important;
}

.checkout-index-index.page-layout-checkout .page-header {
    border-top: 4px solid #000;
}

#checkout .checkout-header,
#checkout .authentication-wrapper,
.checkout-index-index.page-layout-checkout .footer-bottom {
    display: none;
}

#checkout .action.amasty.secondary.secondary-btn {
    width: 90%;
}

#checkout .opc-block-summary .step-title.amcheckout-title {
    text-align: center;
}

#checkout .form.form-login .label,
#checkout .form.form-login .control {
    width: 100%;
    text-align: left;
}

#checkout .form.form-login .field-tooltip {
    display: none;
}

#checkout .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container {
    background: transparent;
}

#checkout .opc-block-summary .product-image-container {
    overflow: hidden;
    border: none;
    height: fit-content !important;
    width: 80px !important;
}

#checkout .amcheckout-additional-options.additional-options {
    display: none;
}

#checkout .amcheckout-block .grand.totals {
    border-top: 1px solid #ccc;
}

#checkout .amcheckout-block .grand.totals strong {
    font-size: 24px;
    font-weight: 700;
}

#checkout .amcheckout-summary-container .subtotal {
    align-self: flex-start;
}

#checkout .amcheckout-summary-container .subtotal .price {
    font-weight: 700;
    color: #000
}

#checkout .details-qty .label span {
    opacity: .6;
}

#checkout .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
    flex-wrap: nowrap;
}

#checkout .amcheckout-block .delete {
    display: none;
}

.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
    border: 1px solid #000;
}

._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    border-color: #000;
}

._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    background: transparent;
}

#checkout .amcheckout-step-container .amcheckout-title {
    background: #000;
    color: #fff;
    pointer-events: none;
}

#checkout .amcheckout-step-container .opc-block-summary .step-title.amcheckout-title {
    background: #F4F4F4;
    color: #000
}

#checkout .amcheckout-step-container .amcheckout-icon {
    display: none;
}


.abs-field-tooltip input,
.field .control._with-tooltip input {
    width: 100%;
}

.fieldset.address div[name$=".telephone"] {
    margin-bottom: 30px;
}

#checkout .fieldset.address>.field.choice {
    display: block !important;
    order: 9
}

#checkout .fieldset.address>.field.choice::before {
    display: none
}

._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content>.amcheckout-wrapper {
    width: 100%;
}

._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content>.amcheckout-wrapper {
    width: 100%;
}

._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    width: 100%;
    border-radius: 10px;
}

#payment [for="einvoice-toggle"] {
    display: block;
    margin: 0;
    padding: 15px;
    background: #eee;
    font-weight: 600;
    font-size: 20px;
    background: #000;
    color: #fff;
    margin-bottom: 20px;
}

#payment [for="einvoice-toggle"]:before {
    display: none;
}


#checkout #payment .step-title {
    display: inline-block
}

#checkout .step-count {
    margin: 0 20px 0 0;
    background-color: #fff;
    color: #000;
    border: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
}

#checkout [for="einvoice-toggle"] .title {
    display: inline-block;
}

.checkout-payment-method .payment-option-content .form-discount {
    display: block;
}

.checkout-payment-method #discount-form .primary,
.checkout-payment-method #discount-reward-form .primary {
    float: left;
}

.checkout-payment-method #discount-form .primary button.action,
.checkout-payment-method #discount-reward-form .primary button.action{
    border: 1px solid #000;
    color:#fff;
    background: #000;
    box-shadow: none !important;
}

.checkout-payment-method #discount-form .primary button.action-cancel,
.checkout-payment-method #discount-reward-form .primary button.action-cancel{
    background: #eeeeee;
    border: 1px solid #cccccc;
    color: #333333;
}

@media only screen and (max-width: 768px) {

    .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
        width: 90%;
    }

    #checkout .action.amasty.secondary.secondary-btn {
        width: 100%;
    }
}