/* Desktop shipping radio style */
/* Desktop shipping radio style */
.order-summary-table .shipping-method .custom-control-input:checked + .shipping-radio-label-desktop {
    background: #ffe5e5 !important;
    color: #d82e2e !important;
    font-weight: bold !important;
    border-radius: 6px !important;
    padding: 4px 12px !important;
    display: inline-block !important;
    cursor: pointer !important;
    transition: background 0.2s, color 0.2s !important;
    box-shadow: 0 0 0 2px #ffe5e5 !important;
}


/* Mobile shipping radio style */
.order-summary-mobile .shipping-method .custom-control-input:checked + .shipping-radio-label-mobile {
    background: #ffe5e5 !important;
    color: #d82e2e !important;
    font-weight: bold !important;
    border-radius: 6px !important;
    padding: 4px 12px !important;
    display: inline-block !important;
    cursor: pointer !important;
    transition: background 0.2s, color 0.2s !important;
    box-shadow: 0 0 0 2px #ffe5e5;
}
/* AVISS CRAFT Custom Styles */

/* Header Styling */
#header-area {
    background: linear-gradient(135deg, #cf9042 0%, #e6b980 100%) !important;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#header-area.fixed {
    background: linear-gradient(135deg, #cf9042 0%, #e6b980 100%) !important;
}

/* Header Menu Styling */
#header-area .main-menu-wrap {
    position: relative;
}

#header-area .main-menu-wrap nav ul li a {
    color: #4a4a4a !important;
    font-weight: 600;
    transition: all 0.3s ease;
    text-shadow: none;
    position: relative;
    padding: 8px 11px;
    font-size: 15px;
}

#header-area .main-menu-wrap nav ul li a:hover {
    color: #000000 !important;
}

#header-area .main-menu-wrap nav ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #4a4a4a;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

#header-area .main-menu-wrap nav ul li a:hover::after {
    width: 80%;
}

#header-area .header-right-meta ul li a {
    color: #4a4a4a !important;
}

/* Add to Cart Button Styling */
.btn-add-to-cart.disabled {
    background-color: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
    pointer-events: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.btn-add-to-cart.disabled:hover {
    background-color: #cccccc !important;
    color: #666666 !important;
}

#header-area .header-right-meta ul li a:hover {
    color: #000000 !important;
}

#header-area .logo-area img {
    filter: brightness(1.1);
}

/* Footer Styling */
footer {
    background: #1a1a1a !important;
    padding: 80px 0 30px;
    position: relative;
    color: #fff;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #cf9042 0%, #e6b980 100%);
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo img {
    height: 60px;
    margin-bottom: 15px;
}

.footer-desc {
    color: #999;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
    max-width: 300px;
}

footer h4 {
    color: #fff !important;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
}

footer h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #cf9042;
}

footer ul li {
    margin-bottom: 12px;
}

footer ul li a {
    color: #999 !important;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    display: inline-block;
    position: relative;
}

footer ul li a:hover {
    color: #cf9042 !important;
    padding-left: 5px;
}

.footer-social-icons {
    margin-top: 30px;
}

.footer-social-icons a {
    color: #999 !important;
    background: rgba(207, 144, 66, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    transition: all 0.3s ease;
    border: 1px solid rgba(207, 144, 66, 0.2);
}

.footer-social-icons a:first-child {
    margin-left: 0;
}

.footer-social-icons a:hover {
    color: #fff !important;
    background: #cf9042;
    transform: translateY(-3px);
    border-color: #cf9042;
}

.footer-contact-info {
    margin-top: 20px;
}

.footer-contact-info p {
    color: #999;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.footer-contact-info p i {
    color: #cf9042;
    margin-right: 10px;
    width: 20px;
}

.footer-bottom-area {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 25px;
    margin-top: 50px;
    text-align: center;
}

.footer-bottom-area p {
    color: #999 !important;
    font-size: 14px;
}

.footer-bottom-area a {
    color: #cf9042 !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-bottom-area a:hover {
    color: #e6b980 !important;
}

/* Reset excessive white spaces and optimize section spacing */
.section {
    padding: 40px 0 !important;
    margin: 0 !important;
}

.p-9 {
    padding: 40px 0 !important;
    margin: 0 !important;
}

/* Reduce excessive margins between sections */
section + section {
    margin-top: 0 !important;
}

/* Remove any default margins from main sections */
.product-catagories-area,
.new-arrivals-area,
.popular-products-area,
.customer-review-area,
.brand-area {
    margin: 0 !important;
    padding: 40px 0 !important;
}

/* Ensure no spacing between adjacent sections */
section {
    margin-bottom: 0 !important;
}

/* Header Styles - Modern & Stylish */
#header-area {
    background: linear-gradient(135deg, #1A1A1A 0%, #2D2D2D 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 999;
    padding: 15px 0;
}

#header-area .ruby-container {
    max-width: 75%;
    margin: 0 auto;
    padding: 0 15px;
}

#header-area .row {
    margin: 0 -5px;
}

#header-area .row > div {
    padding: 0 5px;
}

#header-area::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(45deg, #cf9042, #b8860b);
}

/* Header scrolled state */
#header-area.header-scrolled {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

#header-area.header-scrolled .logo-area img {
    width: 60px;
    height: 60px;
}

/* Logo Styling - Round and Modern */
.logo-area {
    display: inline-block;
    padding: 10px 0;
    text-align: left;
    width: 100%;
    margin-left: -20px;
}

.logo-area img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #cf9042;
    box-shadow: 0 4px 15px rgba(207, 144, 66, 0.3);
    transition: all 0.3s ease;
    background: white;
    padding: 5px;
    margin-left: 0;
    margin-right: auto;
}

.logo-area img:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(207, 144, 66, 0.5);
    border-color: #b8860b;
}

/* Navigation Styling */
#mainmenu {
    text-align: left;
}

#mainmenu ul {
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

#mainmenu ul li a {
    color: white !important;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    transition: all 0.3s ease;
    border-radius: 25px;
    margin: 0 3px;
}

#mainmenu ul li a:hover {
    background: linear-gradient(45deg, #cf9042, #b8860b);
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(207, 144, 66, 0.3);
}

/* Header Right Meta */
.header-right-meta ul li a {
    color: white !important;
    background: transparent;
    border-radius: 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    /* margin: 0 10px; */
    padding: 10px 12px;
    border: 2px solid transparent;
}

.header-right-meta ul li a:hover {
    background: #cb8e38;
    transform: translateY(-2px);
    border-color: #cf9042;
    color: #cf9042 !important;
    border-radius:20px
}

/* Cart Icon Styling */
.shop-cart > a {
    position: relative;
    color: white !important;
    font-size: 1.3rem;
    padding: 12px 15px !important;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.shop-cart > a:hover {
    border-color: #cf9042;
    color: #cf9042 !important;
    background: rgba(207, 144, 66, 0.1);
}

.shop-cart .count {
    position: absolute;
    top: 5px;
    right: 8px;
    background: #cf9042;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    transition: all 0.3s ease;
}

.shop-cart .count:empty,
.shop-cart .count[style*="display: none"] {
    display: none !important;
}

/* Ensure cart icon remains centered when no count */
.shop-cart > a .fa-shopping-bag {
    transition: all 0.3s ease;
}

/* Mini Cart Styling */
.mini-cart {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 999;
    min-width: 350px;
    max-width: 400px;
    border: 1px solid #e8e8e8;
}

.mini-cart-body {
    padding: 20px;
    max-height: 300px;
    overflow-y: auto;
}

.single-cart-item {
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
}

.single-cart-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.single-cart-item .product-thumb {
    margin: 0 15px 0 0;
    flex-shrink: 0;
}

.single-cart-item .product-thumb img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.single-cart-item .product-details {
    flex: 1;
}

.single-cart-item .product-details h2 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.single-cart-item .product-details h2 a {
    color: #333;
    text-decoration: none;
}

.single-cart-item .cal {
    font-size: 13px;
    color: #666;
}

.single-cart-item .cal .price {
    color: #cf9042;
    font-weight: 600;
}

/* Delete Button in Cart - Fix Visibility */
.single-cart-item .remove-icon {
    color: #dc3545 !important;
    background: rgba(220, 53, 69, 0.1) !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    transition: all 0.3s ease !important;
    margin-left: 10px !important;
    flex-shrink: 0 !important;
}

.single-cart-item .remove-icon:hover {
    background: #dc3545 !important;
    color: white !important;
    transform: scale(1.1) !important;
}

/* Cart Footer */
.mini-cart-footer {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #e8e8e8;
}

.view-cart-link {
    color: #cf9042 !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px !important;
    transition: color 0.3s ease;
}

.view-cart-link:hover {
    color: #b8860b !important;
    text-decoration: underline !important;
}

/* Checkout Button - Fix Visibility */
.btn-add-to-cart {
    background: linear-gradient(45deg, #cf9042, #b8860b) !important;
    color: white !important;
    border: none !important;
    padding: 12px 25px !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    text-decoration: none !important;
    width: 100% !important;
    text-align: center !important;
}

.btn-add-to-cart:hover {
    background: linear-gradient(45deg, #b8860b, #cf9042) !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(207, 144, 66, 0.4) !important;
    text-decoration: none !important;
}

/* Settings Dropdown */
.settings .site-settings {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 999;
    min-width: 280px;
    padding: 20px;
    border: 1px solid #e8e8e8;
}

.settings .site-settings dl {
    margin-bottom: 20px;
}

.settings .site-settings dl:last-child {
    margin-bottom: 0;
}

.settings .site-settings dt {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.settings .site-settings dd {
    margin: 0 0 5px 0;
}

.settings .site-settings dd a {
    color: #666;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: block;
}

.settings .site-settings dd a:hover,
.settings .site-settings dd.current a {
    background: #cf9042;
    color: white;
}

/* Search Modal Enhancement */
.modal-active {
    cursor: pointer;
}

/* Responsive Header Icons */
@media (max-width: 768px) {
    .header-right-meta ul li a {
        margin: 0 5px;
        padding: 8px 10px;
        font-size: 1rem;
    }
    
    .shop-cart > a {
        padding: 10px 12px !important;
        font-size: 1.2rem;
    }
    
    .mini-cart {
        min-width: 300px;
        right: -50px;
    }
}

/* Category Section with Zoom Effect */
.single-catagory-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    background: white;
    margin-bottom: 30px;
}

.single-catagory-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(207, 144, 66, 0.2);
}

.single-catagory-item figure {
    margin: 0;
    overflow: hidden;
    height: 350px;
    position: relative;
    border-radius: 15px 15px 0 0;
}

.single-catagory-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Zoom Effect on Hover */
.single-catagory-item:hover figure img {
    transform: scale(1.2);
}

/* Category Overlay Effect */
.single-catagory-item figure::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(207, 144, 66, 0.8), rgba(184, 134, 11, 0.8));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.single-catagory-item:hover figure::after {
    opacity: 1;
}

/* Category overlay div */
.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 5;
}

/* Category Title Styling */
.single-catagory-item .product-details {
    padding: 25px 20px;
    text-align: center;
    position: relative;
    background: white;
    border-radius: 0 0 15px 15px;
}

.single-catagory-item .product-details h2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    color: #1A1A1A;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.single-catagory-item .product-details h2 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.single-catagory-item:hover .product-details h2 a {
    color: #cf9042;
}

/* View Collection Button */
.category-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    color: #cf9042;
    padding: 10px 20px;
    border: 2px solid white;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 10;
    text-decoration: none;
    white-space: nowrap;
    font-size: 0.9rem;
    min-width: auto;
}

.single-catagory-item:hover .category-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
}

.category-btn:hover {
    background: #cf9042;
    color: white;
    text-decoration: none;
}

/* Product Cards Enhancement - Category Style */
.single-product-item {
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.single-product-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(207, 144, 66, 0.2);
}

.single-product-item .product-thumb {
    overflow: hidden;
    height: 350px;
    border-radius: 15px 15px 0 0;
    position: relative;
}

.single-product-item .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.single-product-item:hover .product-thumb img {
    transform: scale(1.1);
}

.single-product-item .product-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(207, 144, 66, 0.1), rgba(184, 134, 11, 0.1));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.single-product-item:hover .product-thumb::after {
    opacity: 1;
}

/* Product Details Section - Category Style */
.single-product-item .product-details {
    padding: 20px 20px 25px 20px !important;
    text-align: center;
    position: relative;
    background: white;
    border-radius: 0 0 15px 15px;
}

.single-product-item .product-details h2 {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0 !important;
    color: #1A1A1A !important;
    letter-spacing: 0.3px !important;
    line-height: 1.3 !important;
}

.single-product-item .product-details h2 a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.single-product-item:hover .product-details h2 a {
    color: #cf9042 !important;
}

.single-product-item .product-details .price {
    display: block !important;
    margin: 8px 0 15px 0 !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #cf9042 !important;
}

.single-product-item .product-details .btn-add-to-cart {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

/* View All Button Styling */
.view-all-btn,
.btn-view-all,
.viewall-btn,
a[href*="view-all"],
a[href*="viewall"],
.btn:contains("View All"),
.btn:contains("view all") {
    background: linear-gradient(45deg, #cf9042, #b8860b) !important;
    color: white !important;
    border: none !important;
    padding: 15px 30px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    text-decoration: none !important;
    margin-top: 20px !important;
    box-shadow: 0 4px 15px rgba(207, 144, 66, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

.view-all-btn:hover,
.btn-view-all:hover,
.viewall-btn:hover,
a[href*="view-all"]:hover,
a[href*="viewall"]:hover {
    background: linear-gradient(45deg, #b8860b, #cf9042) !important;
    color: white !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(207, 144, 66, 0.5) !important;
    text-decoration: none !important;
}

.view-all-btn::before,
.btn-view-all::before,
.viewall-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.view-all-btn:hover::before,
.btn-view-all:hover::before,
.viewall-btn:hover::before {
    left: 100%;
}

/* General button styles for view all buttons */
.text-center .btn,
.btn-primary {
    background: linear-gradient(45deg, #cf9042, #b8860b) !important;
    color: white !important;
    border: none !important;
    padding: 12px 25px !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    box-shadow: 0 3px 10px rgba(207, 144, 66, 0.3) !important;
}

.text-center .btn:hover,
.btn-primary:hover {
    background: linear-gradient(45deg, #b8860b, #cf9042) !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(207, 144, 66, 0.4) !important;
    text-decoration: none !important;
}

/* Footer Styling - Modern and Elegant */
#footer-area {
    background: linear-gradient(135deg, #1A1A1A 0%, #2D2D2D 100%);
    color: white;
    position: relative;
}

#footer-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(45deg, #cf9042, #b8860b);
}

/* Footer Follow Up Area */
.footer-followup-area {
    padding: 50px 0;
    text-align: center;
}

.footer-followup-area .logo img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #cf9042;
    margin-bottom: 25px;
    background: white;
    padding: 8px;
}

.footer-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 50%;
    margin: 0 10px;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.footer-social-icons a:hover {
    background: linear-gradient(45deg, #cf9042, #b8860b);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(207, 144, 66, 0.3);
    color: white;
    text-decoration: none;
}

.footer-links a {
    color: #B8B8B8;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #cf9042;
    text-decoration: none;
}

/* Mobile First Logo Styles */
@media (max-width: 992px) {
    #header-area .logo-area {
        justify-content: flex-start !important;
    }
    
    #header-area .logo-area img {
        width: 50px !important;
        height: 50px !important;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    /* Mobile header container adjustments */
    #header-area .ruby-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    /* Logo area specific adjustments */
    .logo-area {
        text-align: left !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        display: flex !important;
        align-items: center !important;
    }
    
    .logo-area img {
        width: 60px;
        height: 60px;
        margin-left: 0 !important;
        margin-right: auto !important;
    }
    
    /* Adjust the column padding for mobile */
    #header-area .col-4:first-child {
        padding-left: 10px !important;
        padding-right: 5px !important;
    }
    
    /* Center column (navigation) adjustments */
    #header-area .col-4:nth-child(2) {
        text-align: center !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    /* Right column adjustments */
    #header-area .col-4:last-child {
        padding-left: 5px !important;
        padding-right: 10px !important;
    }
    
    #mainmenu ul li a {
        font-size: 0.9rem;
        padding: 8px 12px;
        margin: 0 2px;
    }
    
    .single-catagory-item figure {
        height: 280px;
    }
    
    .single-product-item .product-thumb {
        height: 280px;
    }
    
    .section {
        padding: 30px 0 !important;
        margin: 0 !important;
    }
    
    .p-9 {
        padding: 30px 0 !important;
        margin: 0 !important;
    }
    
    .product-catagories-area,
    .new-arrivals-area,
    .popular-products-area,
    .customer-review-area,
    .brand-area {
        margin: 0 !important;
        padding: 30px 0 !important;
    }
    
    /* Mobile header adjustments */
    .header-right-meta ul li a {
        margin: 0 3px;
        padding: 6px 0px;
        font-size: 0.9rem;
    }
    
    .shop-cart > a {
        padding: 8px 10px !important;
        font-size: 1.1rem;
    }
    
    .mini-cart {
        min-width: 280px;
        right: -30px;
    }
    
    /* Mobile footer adjustments */
    footer {
        padding: 40px 0 20px !important;
    }
    
    footer .col-lg-4,
    footer .col-lg-2,
    footer .col-md-6 {
        margin-bottom: 30px !important;
        text-align: center;
    }
    
    .footer-contact-info p {
        margin-bottom: 15px !important;
        padding: 0 10px;
        font-size: 14px !important;
        line-height: 1.6;
        word-wrap: break-word;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;
        text-align: left !important;
    }
    
    .footer-contact-info p i {
        margin-right: 12px !important;
        margin-top: 2px;
        width: 18px !important;
        flex-shrink: 0;
        color: #cf9042 !important;
    }
    
    .footer-bottom-area {
        padding: 15px 0 !important;
        margin-top: 30px !important;
    }
    
    .footer-bottom-area p {
        font-size: 12px !important;
        line-height: 1.5;
        padding: 0 15px;
    }
}

/* Large screen adjustments */
@media (min-width: 1200px) {
    .logo-area {
        padding: 15px 0;
    }
    
    #mainmenu ul li a {
        padding: 12px 18px;
        margin: 0 5px;
    }
}

/* Extra small mobile devices (portrait phones) */
@media (max-width: 480px) {
    .footer-contact-info p {
        font-size: 13px !important;
        padding: 0 5px !important;
        margin-bottom: 12px !important;
    }
    
    .footer-contact-info p i {
        width: 16px !important;
        margin-right: 10px !important;
        font-size: 14px;
    }
    
    footer h4 {
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }
    
    .footer-desc {
        font-size: 13px !important;
        line-height: 1.5 !important;
        padding: 0 10px;
    }
    
    .footer-bottom-area p {
        font-size: 11px !important;
        padding: 0 10px !important;
    }
}

/* Animation Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Remove excessive spacing between elements */
.ruby-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Optimize content spacing */
.row + .row {
    margin-top: 0;
}

/* Section title improvements */
.section-title h2 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #1A1A1A;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    position: relative;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(45deg, #cf9042, #b8860b);
}

.section-title p {
    font-size: 1.1rem;
    color: #666;
    font-style: italic;
    margin-top: 20px;
}
.user-name {
    color: #4a4a4a !important;
    font-weight: 600;
    transition: all 0.3s ease;
    text-shadow: none;
    position: relative;
    padding: 8px 15px;
    font-size: 15px;
}
 .modern-orders-card {
        border: none;
        border-radius: 22px;
        box-shadow: 0 6px 32px 0 rgba(185,122,60,0.13), 0 2px 8px 0 rgba(0,0,0,0.06);
        overflow: hidden;
        transition: box-shadow 0.2s, transform 0.2s;
        background: linear-gradient(135deg, #fff 80%, #f7e7d6 100%);
        margin-bottom: 2.5rem;
        border-left: 8px solid #b97a3c;
        position: relative;
    }
    .modern-orders-card:hover {
        box-shadow: 0 12px 40px 0 rgba(185,122,60,0.22), 0 4px 16px 0 rgba(0,0,0,0.10);
        transform: translateY(-4px) scale(1.012);
        border-left: 12px solid #b97a3c;
    }
    .modern-orders-header {
        background: linear-gradient(90deg, #b97a3c 0%, #e7cba0 100%);
        color: #fff;
        font-weight: 700;
        font-size: 1.35rem;
        padding: 28px 38px 20px 38px;
        border-bottom: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        letter-spacing: 0.5px;
        position: relative;
    }
    .modern-orders-status-icon {
        font-size: 1.5rem;
        margin-right: 10px;
        vertical-align: middle;
        opacity: 0.85;
    }
    .modern-orders-badge {
        font-size: 1.08rem;
        padding: 10px 22px;
        border-radius: 16px;
        font-weight: 600;
        letter-spacing: 0.7px;
        box-shadow: 0 2px 8px rgba(185,122,60,0.08);
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }
    .modern-orders-body {
        padding: 32px 38px 28px 38px;
        background: rgba(255,255,255,0.92);
        border-radius: 0 0 18px 18px;
    }
    .modern-orders-body p {
        margin-bottom: 14px;
        font-size: 1.13rem;
        line-height: 1.7;
    }
    .modern-orders-label {
        color: #b97a3c;
        font-weight: 700;
        font-size: 1.13rem;
        letter-spacing: 0.2px;
        text-shadow: 0 1px 2px #f7e7d6;
    }
    .modern-orders-amount {
        color: #1e7e34;
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: 0.5px;
    }
    .modern-orders-section-title {
        color: #b97a3c;
        font-weight: 800;
        margin-bottom: 40px;
        letter-spacing: 1.5px;
        font-size: 2.4rem;
        text-shadow: 0 2px 8px rgba(185,122,60,0.08);
        border-bottom: 2px solid #e7cba0;
        padding-bottom: 10px;
        background: linear-gradient(90deg, #fff 60%, #f7e7d6 100%);
        border-radius: 12px;
        margin-top: 10px;
    }
    .modern-orders-body .row {
        margin-bottom: 10px;
    }
    @media (max-width: 991px) {
        .modern-orders-header, .modern-orders-body {
            padding: 18px 12px;
        }
        .modern-orders-section-title {
            font-size: 1.5rem;
        }
        #header-area .ruby-container {
            max-width: 90%;
            margin: 0 auto;
            padding: 0 15px;    
        }       
    }
    @media (max-width: 767px) {
        .modern-orders-header, .modern-orders-body {
            padding: 12px 4px;
        }
        .modern-orders-section-title {
            font-size: 1.1rem;
        }
        .modern-orders-card {
            margin-bottom: 1.2rem;
        }
    }
       .is-invalid {
        border: 1px solid red !important;
    }
    .invalid-feedback {
        color: red;
        font-size: 14px;
        margin-top: 4px;
        display: none;
    }
    .invalid-feedback.d-block {
        display: block;
    }
    .order-summary-table table img {
        max-width: 60px;
        height: auto;
    }


    .single-payment-method {
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 15px;
        transition: all 0.3s ease;
    }
    .single-payment-method:hover {
        border-color: #cf9042;
        box-shadow: 0 2px 5px rgba(207, 144, 66, 0.2);
    }
    .single-payment-method input[type="radio"]:checked + label {
        color: #cf9042;
        font-weight: bold;
    }
    .payment-method-name {
        display: flex;
        align-items: center;
    }
    .payment-method-name img {
        margin-left: 10px;
    }