.purchaseText {
    z-index: 999;
    display: block;
    padding: 5px 0px;
}

.hidetext {
    display: none;
}

.minpurchase-multiple-wrap {
    clear: both;
    margin: 10px 0;
}

.minpurchase-multiple-block {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
}

.minpurchase-subtotal-line {
    margin-top: 6px;
    font-size: 20px;
}

.minpurchase-logo-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
}

.minpurchase-logo {
    width: 84px;
    height: 84px;
    object-fit: contain;
}

.minpurchase-logo-value {
    position: absolute;
    top: 68%;
    left: 51%;
    transform: translate(-50%, -50%);
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff;
}

.minpurchase-op {
    font-weight: bold;
}

.minpurchase-total {
    font-weight: bold;
}

/*.minpurchaseText {
    z-index: 999;
    bottom: -15px;
	display: block;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.left-block .minpurchaseText {
    display: none;
}
*/