/* 260610 */
#dvProductDetailArea .found_sec h2 {
    font-size: var(--font-h2-size);
}
#dvProductDetailArea .found_sec h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: var(--font-normal-size);
    font-weight: 400;
}

.payment-icon {
    text-align: center;
    margin: 20px 0;
}
#fixed-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    z-index: 800;
    transition: all 0.3s;
}
#fixed-cart.is-show {
    transform: translateY(0);
    transition: all 0.3s;
}
#fixed-cart .fixed-cart_inner {
    display: flex;
    justify-content: center;
    padding: 15px;
    background: rgba(0, 0, 0, .7);
}
#fixed-cart .iw-c-button {
    padding: 10px 20px;
}
body.uk-offcanvas-container #fixed-cart .fixed-cart_inner {
    padding-right: 30px;
}
/* 260610 */
