/**
* Theme Name: Grogin Child
* Description: This is a child theme of Grogin, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: grogin
* Version: 1.1.6
*/

@media screen and (min-width: 992px) {
    #sidebar {
        width: 19rem;
    }
}

.site-brand{
    margin-top: -12px;
}

.gradient-primary {
    background: linear-gradient(180deg, #ecf8e6 0, rgba(255, 255, 255, 0) 100%);
}

.woocommerce-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-device-width: 1200px) {
    .site-brand{
        margin-bottom: -8px !important;
    }
}

.site-iconbox-icon {
    max-width: 56px;
}

.amount-with-unit {
    white-space: nowrap;
}

/* My orders -> actions */
.woocommerce-orders-table__cell-order-actions {
    display: flex;
    gap: 10px;
}

/* “ITEM” has been added to your quote. View quote */
.woocommerce-message {
    display: flex;
    justify-content: space-between;
    align-items: baseline !important;
}



.deposit-option-wrapper {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.remaining-balance-order {
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 15px;
}


/* CLASS TO TARGET MOBILES ONLY */
.mobile-only {
    display: none;
}

/* Show the menu item on screens smaller than 1024px (tablet and mobile) */
@media screen and (max-width: 1024px) {
    .mobile-only {
        display: block;
    }
}