.products.list.items .price-box .minimal-price-link {
    display: none;
}
.product-info-stock-sku {
    max-width: 100% !important;
}
#product_addtocart_form .box-tocart .control {
    width: auto;
    min-width: auto;
}
#product_addtocart_form .box-tocart .control + .amtheme-label {
    width: auto;
    max-width: 100%;
    margin-left: 15px;
}
.amtheme-qty-wrap.field {
    align-items: center;
}
.packing-units .amtheme-qty-wrap.field {
    flex-wrap: nowrap;
}
.packing-units select#packingUnitsSelect {
    border-radius: 80px;
    margin-right: 15px;
    width: auto;
}
.packing-units .amtheme-qty-wrap.last {
    margin-bottom: 0 !important;
}

.price-box .unit-price {
    font-size: 20px;
}

.amtheme-product-info .price-box {
    flex-direction: column;
}
.price-box .price-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.old-price {
    position: relative;
}
.price-box .old-price {
    margin: 0 5px;
    position: relative;
}
.price-box .old-price {
    display: flex;
    position: relative;
}
.price-box .old-price .price-container {
    display: inline-block;
    white-space: nowrap;
}
.price-box .old-price .price-container::after {
    content: ')';
}
.price-box .old-price .price-container::before {
    content: "(";
    display: inline-block;
}

.product-items .price-box .unit-price {
    display: none;
}
.price-container {
    display: inline-block;
    white-space: nowrap;
    align-items: center;
}

.amwishlist-search .price-box .packing-label,
.amwishlist-search .price-box .price {
    font-size: 2.2rem;
}
.amwishlist-search .price-box .old-price .packing-label,
.amwishlist-search .price-box .old-price .price {
    font-size: 1.4rem;
}
.amwishlist-search .price-box .price .unit-price {
    font-size: 1.5rem;
}

.products.list .price-box .price .unit-price {
    display: block;
}

.amtheme-qty-wrap.field > .amtheme-label {
    padding-inline-end: 0;
}
.page-layout-1column .amtheme-product-info .product-info-price {
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}
.product-options-bottom {
    margin-top: 25px;
}
.box-tocart label.label {
    margin-bottom: 0;
}

.packing-units .hidden-qty {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    padding: 0;
}
.packing-units .label + .fieldset {
    margin-top: 10px;
}
.qty-error.mage-error {
    display: none;
}

.products .product-item-info .amtheme-icon-wrapper {
    height: 100%;
}
.products .product-item-info .amtheme-link {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}

.prices-tier .benefit {
    color: #f00;
    text-transform: capitalize;
}
.price-box .price {
    vertical-align: baseline;
}
.price-box .packing-label {
    font-weight: bold;
    font-size: 2.6rem;
}

.special-price .price-wrapper:not(.price-including-tax) .price {
    margin-inline-end: 0;
}
.special-price .price-wrapper:not(.price-including-tax) {
    margin-inline-end: 0px;
}

.special-price .packing-label,
.special-price .price-wrapper {
    color: #f23b3b;
}

.old-price .price-wrapper {
    position: relative;
}
.old-price .packing-label {
    font-size: inherit;
    font-weight: normal;
}
.old-price .price::before {
    display: none;
}
.old-price::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3d3731;
    content: '';
    top: 50%;
    transform: translateY(-50%);
}

.box-tocart #product-addtocart-button {
    margin-right: 10px;
    margin-bottom: 0;
}
.box-tocart #add-to-order-list {
    text-align: center;
    cursor: pointer;
    font-size: 1.75rem;
    box-sizing: border-box;
    padding: 20px;
    color: #9e3223;
}
.product-add-form .box-tocart .actions {
    display: flex;
}
.stock.unavailable {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    color: #e02b27;
    font-weight: 600;
}

.tooltip-container {
    position: relative;
    display: inline-flex;
    margin-left: 5px;
}

.tooltip-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #b4bd00;
    color: #fff;
    font-style: normal;
    font-size: 12px;
    cursor: pointer;
}

.tooltip-content {
    visibility: hidden;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    background-color: #b4bd00;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    z-index: 10;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.tooltip-content::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #b4bd00 transparent transparent transparent;
}

.tooltip-container:hover .tooltip-content,
.tooltip-container:focus .tooltip-content,
.tooltip-container:focus-within .tooltip-content {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .tooltip-content {
        width: 160px;
        left: auto;
        right: -31px;
        transform: none;
    }

    .tooltip-content::after {
        left: 75%;
    }
}

.products-grid .product-item:hover .product-item-inner {
    overflow: visible;
}


@media only screen and (max-width: 768px) {
    .amtheme-product-info .box-tocart .action.tocart {
        min-width: 150px;
    }
}
@media only screen and (max-width: 640px) {
    .product-add-form .box-tocart .actions {
        flex-direction: column;
    }
}
@media only screen and (max-width: 380px) {
    .packing-units .amtheme-qty-wrap.field .amtheme-label {
        margin-top: 10px;
    }
}
