
@media (min-width: 768px) {
    #mobile_top_menu_wrapper, .header-nav, .header-banner {
        display: none !important;
    }

    .container:has(#main) {
        margin-top: 115px !important;
    }

    #index .container:has(#main) {
        margin-top: 0 !important;
    }

    #_desktop_top_menu{
        align-items: center;
        width: 80%;
    }


    .header-top {
        border-radius: 24px;
    }
    #header {
        position: fixed;
        width: 63%;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 24px;
    }
    
    .header-top .row{
        display: flex !important;
    }
    
    .header-top-right {
        display: flex !important;
        flex-direction: row !important;   
        justify-content: flex-end !important;
        align-items: center !important;
        gap: 0px 20px;
    
    }
        
    .header-top-right .item:nth-child(2) {
        margin-left: auto;
    }

    /* Header Top Icons Styles */
    .qrise-header-top-icons {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        gap: 0px 20px;
    }
    
    
    .qrise-header-icons-container {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .qrise-header-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #f8f9fa;
        border: none;
        color: #333;
        text-decoration: none;
        transition: all 0.3s ease;
        position: relative;
    }
    
    .qrise-header-icon:hover {
        background-color: #e9ecef;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        color: #333;
        text-decoration: none;
    }
    
    .qrise-header-icon i {
        font-size: 20px;
    }
    
    /* Cart Icon Specific Styles */
    .qrise-cart-icon .qrise-cart-count {
        position: absolute;
        top: -5px;
        right: -5px;
        background-color: #ff6b6b;
        color: white;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        font-size: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        min-width: 18px;
    }
    
    .qrise-cart-count:empty {
        display: none;
    }
    
    /* Contact Button Styles */
    .qrise-contact-button {
        background: linear-gradient(135deg, #ff6b6b, #ffa500);
        color: white;
        padding: 8px 16px;
        border-radius: 20px;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
    }
    
    .qrise-contact-button:hover {
        background: linear-gradient(135deg, #ff5252, #ff9800);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
        color: white;
        text-decoration: none;
    }
}

/* Responsive Design */
@media (max-width: 768px) {

    .header-top {
        padding: 0 !important;
    }
    .header-top-right {
        flex-direction: column !important;
        justify-content: center !important;
    }

    .qrise-header-top-icons {
        padding: 5px 10px;
    }
    
    .qrise-header-icons-container {
        gap: 10px;
    }
    
    .qrise-header-icon {
        width: 35px;
        height: 35px;
    }
    
    .qrise-header-icon i {
        font-size: 18px;
    }
    
    .qrise-contact-button {
        padding: 6px 12px;
        font-size: 12px;
    }

    .qty > .input-group {
        display: flex !important;
    }
}

/* remove slight x overflow */
body, #wrapper{
    overflow-x: hidden;
}

#header a, #header i, #header span{
    color: black !important;
}

#header a, #header span {
    font-weight: bold !important;
}


.blockcart span.hidden-sm-down {
    display: none;
}

#_desktop_user_info .user-info span.hidden-sm-down {
    display: none;
}

#_desktop_user_info .logout {
    font-size: 0;
}

#contact #content-wrapper {
    width: 75% !important;
}

