.owl-item .blog-img img {
    max-height: 200px;
}

.homepage .secondary-color.h1-step {
    font-size: 50px;
}

.rs-popular-classes .single-classes .classes-content {
    background-color: #076633;
    color: white;
}

.rs-popular-classes .single-classes .classes-content .title-bar span,
.rs-popular-classes .single-classes .classes-content .title-bar a {
    color: white;
}
.rs-popular-classes .single-classes .classes-content .title-bar a:hover {
    color: white;
    text-decoration: underline !important;
}

.our-community .owl-dot.active {
    display: none !important;
}

.bg-green {
    background-color: #076633;
}

.bg-green h4 {
    color: white;
}
.focuses-list i  {
    color: #076633;
}
.home1 .blog-item {
    background-color: white;
    margin-bottom: 2rem;
}
.home1 .blog-btn,
.home1 .blog-dsc,
.home1 .blog-title {
    padding: 0 15px;
}

.home1 .blog-btn {
    padding-bottom: 20px;
}
.homepage #rs-about {
    background: url(/images/bg_our_story.webp) no-repeat center center/cover;
}
.homepage #rs-about p {
    color: black;
}
.single-product-nav .images-slide-single img{
    max-height: 100px;
    margin: auto;
}
.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
}


/* Cart page styles - designed for light background (#faf7f0) */
.cart-item-count {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

/* Alerts */
.alert {
    border-radius: 8px;
    margin-bottom: 20px;
}
.alert i {
    margin-right: 8px;
}

/* Desktop table */
.cart-table .table {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.cart-table th {
    background: #076633;
    color: #fff;
    font-weight: 600;
    padding: 15px;
    border: none;
}
.cart-table td {
    padding: 20px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
}
.cart-table tr:last-child td {
    border-bottom: none;
}
.cart-product-name {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
.cart-product-name:hover {
    color: #c7920a;
}
.cart-variant-label {
    margin-top: 5px;
    color: #666;
}
.unit-price, .item-subtotal {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

/* Quantity control */
.quantity-control {
    display: inline-flex;
    align-items: center;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}
.qty-btn {
    background: transparent;
    border: none;
    color: #333;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qty-btn:hover {
    background: #e0e0e0;
}
.qty-btn:active {
    background: #d0d0d0;
}
.qty-input {
    width: 50px;
    text-align: center;
    background: transparent;
    border: none;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    -moz-appearance: textfield;
}
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove button */
.btn-remove {
    background: transparent;
    border: 2px solid #dc3545;
    color: #dc3545;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}
.btn-remove:hover {
    background: #dc3545;
    color: #fff;
    border-color: #dc3545;
}

/* Mobile cart */
.cart-mobile-item {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.cart-mobile-product {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.cart-mobile-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
}
.cart-mobile-info {
    flex: 1;
}
.cart-mobile-name {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
.cart-mobile-variant {
    color: #666;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}
.cart-mobile-price {
    color: #c7920a;
    font-weight: 600;
}
.btn-remove-mobile {
    background: transparent;
    border: none;
    color: #dc3545;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
}
.btn-remove-mobile:hover {
    color: #a71d2a;
}
.cart-mobile-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
}
.cart-mobile-subtotal {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

/* Cart summary */
.cart-summary {
    background: #fff;
    border: 2px solid #c7920a;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.cart-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-total .cart-summary-label {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.cart-total .cart-summary-value {
    font-size: 28px;
    font-weight: 700;
    color: #c7920a;
}

/* Cart actions */
.cart-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    flex-wrap: wrap;
    gap: 15px;
}
.btn-continue {
    background: transparent;
    border: 2px solid #076633;
    color: #076633;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-continue:hover {
    background: #076633;
    color: #fff;
}
.btn-continue i {
    margin-right: 8px;
}
.btn-clear {
    background: transparent;
    border: 2px solid #dc3545;
    color: #dc3545;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}
.btn-clear:hover {
    background: #dc3545;
    color: #fff;
}
.btn-clear i {
    margin-right: 8px;
}

/* Empty cart */
.cart-empty {
    text-align: center;
    padding: 60px 20px;
}
.cart-empty-icon {
    font-size: 80px;
    color: #ccc;
    margin-bottom: 25px;
}
.cart-empty h3 {
    color: #333;
    margin-bottom: 15px;
}
.cart-empty p {
    color: #666;
    margin-bottom: 30px;
}
.btn-shop {
    background: #c7920a;
    color: #fff;
    padding: 15px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s;
    display: inline-block;
}
.btn-shop:hover {
    background: #a67908;
    color: #fff;
    transform: translateY(-2px);
}
.btn-shop i {
    margin-right: 8px;
}

/* Modal */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.modal-content {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.modal-content h4 {
    color: #333;
    margin-bottom: 15px;
}
.modal-content h4 i {
    color: #c7920a;
    margin-right: 10px;
}
.modal-content p {
    color: #555;
    margin-bottom: 25px;
}
.modal-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.btn-modal-cancel {
    background: transparent;
    border: 2px solid #666;
    color: #333;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}
.btn-modal-cancel:hover {
    background: #f5f5f5;
}
.btn-modal-confirm {
    background: #dc3545;
    border: none;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}
.btn-modal-confirm:hover {
    background: #c82333;
}

/* Loading state */
.quantity-form.loading .quantity-control {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 767px) {
    .cart-actions {
        flex-direction: column;
    }
    .btn-continue, .btn-clear {
        width: 100%;
        text-align: center;
    }
    .cart-total .cart-summary-value {
        font-size: 24px;
    }
}

/* Order form */
.order-form-section {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.order-form-section h3 {
    color: #333;
    margin-bottom: 10px;
    font-size: 24px;
}
.order-form-section h3 i {
    color: #c7920a;
    margin-right: 10px;
}
.order-form-info {
    color: #666;
    margin-bottom: 25px;
}
.order-form h4 {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}
.order-form .form-group {
    margin-bottom: 20px;
}
.order-form label {
    display: block;
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
}
.order-form label .required {
    color: #dc3545;
}
.order-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fff;
    color: #333;
}
.order-form .form-control:focus {
    border-color: #c7920a;
    box-shadow: 0 0 0 3px rgba(199, 146, 10, 0.15);
    outline: none;
}
.order-form .form-control::placeholder {
    color: #999;
}
.order-form textarea.form-control {
    resize: vertical;
    min-height: 100px;
}
.order-form-actions {
    margin-top: 30px;
    text-align: center;
}
.btn-submit-order {
    background: #076633;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}
.btn-submit-order:hover {
    background: #076633;
    transform: translateY(-2px);
}
.btn-submit-order i {
    margin-right: 10px;
}

/* Cart actions */
.cart-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    flex-wrap: wrap;
    gap: 15px;
}
.btn-continue {
    background: transparent;
    border: 2px solid #076633;
    color: #076633;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-continue:hover {
    background: #076633;
    color: #fff;
}
.btn-continue i {
    margin-right: 8px;
}
.btn-clear {
    background: transparent;
    border: 2px solid #dc3545;
    color: #dc3545;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}
.btn-clear:hover {
    background: #dc3545;
    color: #fff;
}
.btn-clear i {
    margin-right: 8px;
}

/* Empty cart */
.cart-empty {
    text-align: center;
    padding: 60px 20px;
}
.cart-empty-icon {
    font-size: 80px;
    color: #ccc;
    margin-bottom: 25px;
}
.cart-empty h3 {
    color: #333;
    margin-bottom: 15px;
}
.cart-empty p {
    color: #666;
    margin-bottom: 30px;
}
.btn-shop {
    background: #076633;
    color: #fff;
    padding: 15px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s;
    display: inline-block;
}
.btn-shop:hover {
    background: #076633;
    color: #fff;
    transform: translateY(-2px);
}
.btn-shop i {
    margin-right: 8px;
}

/* Modal */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.modal-content {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.modal-content h4 {
    color: #333;
    margin-bottom: 15px;
}
.modal-content h4 i {
    color: #c7920a;
    margin-right: 10px;
}
.modal-content p {
    color: #555;
    margin-bottom: 25px;
}
.modal-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.btn-modal-cancel {
    background: transparent;
    border: 2px solid #666;
    color: #333;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}
.btn-modal-cancel:hover {
    background: #f5f5f5;
}
.btn-modal-confirm {
    background: #dc3545;
    border: none;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}
.btn-modal-confirm:hover {
    background: #c82333;
}

/* Loading state */
.quantity-form.loading .quantity-control {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 767px) {
    .cart-actions {
        flex-direction: column;
    }
    .btn-continue, .btn-clear {
        width: 100%;
        text-align: center;
    }
    .cart-total .cart-summary-value {
        font-size: 24px;
    }
    .order-form-section {
        padding: 20px;
    }
    .order-form-section h3 {
        font-size: 20px;
    }
}

.cart-success-area {
    min-height: 60vh;
    display: flex;
    align-items: center;
}
.success-content {
    background: #fff;
    border-radius: 16px;
    padding: 60px 40px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.success-icon {
    font-size: 80px;
    color: #28a745;
    margin-bottom: 30px;
}
.success-content h2 {
    color: #333;
    font-size: 32px;
    margin-bottom: 20px;
}
.success-message {
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}
.success-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-back-shop {
    background: #076633;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s;
}
.btn-back-shop:hover {
    background: #076633;
    color: #fff;
    transform: translateY(-2px);
}
.btn-back-shop i {
    margin-right: 8px;
}
.btn-back-home {
    background: transparent;
    border: 2px solid #076633;
    color: #076633;
    padding: 13px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s;
}
.btn-back-home:hover {
    background: #076633;
    color: #fff;
}
.btn-back-home i {
    margin-right: 8px;
}

@media (max-width: 767px) {
    .success-content {
        padding: 40px 20px;
    }
    .success-content h2 {
        font-size: 26px;
    }
    .success-message {
        font-size: 16px;
    }
    .success-actions {
        flex-direction: column;
    }
    .btn-back-shop, .btn-back-home {
        width: 100%;
    }
}