/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2025 | 22:06:28 */
//fix

form.cart.sgi-category-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
}

form.cart.sgi-category-btn input.sgi-qty {
    border-right: 0;
    border-left: 0;
	font-size: 14px ;
}

form.cart.sgi-category-btn button.sgi-single-add-to-cart {
    width: 123px;
    max-width: 123px;
    padding: 0 !important;
    min-height: 43px;
}

p.sgi-product-price {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 43px;
    font-family: 'DIN';
}

sup.sgi-reg-price {
    font-size: 15px;
    position: relative;
    top: -19px;
    color: #888B8D;
    text-decoration: line-through;
    font-weight: 600;
}

.sgi-ttc {
    font-size: 14px;
    margin-left: 6px;
    position: relative;
    top: 0px;
}

form.cart.sgi-category-btn::before, form.cart.sgi-category-btn::after {
    display: none !important;
}