/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 2 Sep 2025, 6:01 pm
*/

.fg-cart-redirect-button {
    background-color: #2ecc71;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
}

.fg-cart-redirect-button:hover {
    background-color: #27ae60;
}

.fg-panel-cart-inner {
    display: flex;
    flex-direction: column;
}