.shop-auth-page .shop-auth-box {
    border: 1px solid #dcdcdc;
    padding: 30px;
    background: #fff;
}

.shop-auth-page .shop-auth-box .heading {
    margin-bottom: 25px;
    font-family: 'Cormorant Garamond', serif;
}

.shop-auth-page .form-group {
    margin-bottom: 18px;
}

.shop-auth-page .shop-auth-link {
    margin-top: 20px;
}

.shop-qty-control {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.shop-qty-control .cart-qty-input {
    width: 50px;
    text-align: center;
    display: inline-block;
}

.shop-cart-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    background: #c1a89f;
    color: #fff;
    padding: 12px 20px;
    border-radius: 3px;
    display: none;
}

.shop-orders-table .table thead th {
    background: #f5f5f5;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
}

.shop-order-header {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #dcdcdc;
}

#header2 .menu2 .cart-link-wrap {
    position: relative;
}

#header2 .menu2 #shopCartBadge {
    position: absolute;
    top: -5px;
    right: 30px;
    background: #c1a89f;
    color: #fff;
    font-size: 11px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    padding: 0 4px;
}
