.add_to_cart_button{
    text-decoration: none !important;
    background-color: #4b007f !important;
    color: #fff !important;
    padding: 5px 10px !important;
    font-size: 13px !important;
    border-radius: 4px !important;text-align: center;
}

.add_to_cart_button:hover {
    color: #fff;
    background-color: #36005c;
}
.wc-forward{
    text-decoration: none;
    background-color: #4b007f;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 4px; text-align: center;
}

.wc-forward:hover {
    color: #fff;
    background-color: #36005c;
}

.inner-pages {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
}

.page-header.is-sticky img {
    max-width: 80%;
}

.page-header.is-sticky button {
    font-size: 14px;
    padding: 7px 10px;
}

@keyframes slideDown {
    from {
    transform: translateY(-100%);
    }

    to {
    transform: translateY(0);
    }
}

.woo-pro-tbl {
    width: 100%;
    border-collapse: collapse;
}
.woo-pro-tbl th,
.woo-pro-tbl td {
    border: 1px solid #000;
    padding: 8px;
}
.woocommerce-product-gallery {
    opacity: 1 !important;
    transition: none !important;
}