@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/


/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
    .header_main{
        height:300px;
    }
    .cat_menu_container
    {
        /* width: 211px; */
        padding-left: 25px;
    }
    .main_nav_dropdown li
    {
        margin-right: 30px;
    }
    .main_nav_dropdown li a
    {
        font-size: 16px;
    }
    .char_item
    {
        padding-left: 25px;
    }
}
/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
    .top_bar
    {
        /*display: none;*/
    }
    .header_search
    {
        height: 50px;
    }
    .custom_dropdown
    {
        text-align: left;
    }
    .main_nav
    {
        margin-top: 56px;
    }
    .main_nav_menu
    {
        display: none;
    }
    .logo_container,
    .wishlist_cart
    {
        height: 125px;
    }
    .main_nav_content
    {
        background: #84261B;
    }
    .menu_trigger_container
    {
        display: block;
    }
    .top_bar
    {
        height: 40px;
    }
    .top_bar_contact_item
    {
        font-size: 12px;
        margin-right: 20px;
        line-height: 40px;
    }
    .top_bar_contact_item a
    {
        font-size: 12px;
        line-height: 40px;
    }
    .top_bar_icon
    {
        margin-right: 4px;
    }
    .top_bar_icon img
    {
        width: 70%;
    }
    .top_bar_menu
    {
        display: none;
    }
    .top_bar_user a
    {
        font-size: 12px;
        line-height: 40px;
    }
    .user_icon
    {
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
        width: 12px;
    }
    .cat_menu_container ul
    {
        visibility: hidden;
        opacity: 0;
    }
    .char_col:not(:last-child):not(:nth-child(3))
    {
        margin-bottom: 30px;
    }
    .char_item
    {
        padding-left: 36px;
    }
    .carousel-inner {
        margin-left:35px;
    }

}

@media only screen and (max-width: 991px){
    .header_main{
        height:200px;
    }
}
@media only screen and (max-width: 575px){
    .carousel-inner {
        margin-left:0;
    }
}

/* Mobile Navigation Adjustments */
@media only screen and (max-width: 991px) {
    /* Mobile layout with symmetry - full width */
    .main_nav_content {
        justify-content: space-between !important;
        padding: 0 15px;
    }
    
    /* Hide main nav menu on mobile */
    .main_nav_menu {
        display: none !important;
    }
    
    /* Ensure categories is on the left - no margin */
    .cat_menu_container {
        margin-left: 0 !important;
        order: -1;
    }
    
    /* Consistent font sizing for mobile categories text */
    .cat_menu_text {
        font-size: 13px;
        margin-left: 8px;
    }
    
    /* Consistent hamburger sizing for mobile - apply to both categories and menu */
    .cat_burger {
        width: 12px;
        height: 8px;
    }
    
    .cat_burger span {
        height: 1.5px;
    }
    
    .cat_burger span:nth-child(2) {
        top: 3px;
    }
    
    .cat_burger span:nth-child(3) {
        top: 6px;
    }
    
    /* Window icon styling for categories - matches hamburger size and white color */
    .cat_window_icon {
        width: 12px;
        height: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .cat_window_icon i {
        color: #FFFFFF;
        font-size: 15px;
    }
    
    /* Style mobile right container - no right margin */
    .mobile-right-container {
        gap: 8px;
        margin-right: 0;
    }
    
    /* Style mobile cart icon - 30x30 size */
    .mobile-cart-icon .cart-icon {
        color: #84261B;
        font-size: 16px;
        text-decoration: none;
        position: relative;
        padding: 7px;
        border-radius: 4px;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
    }
    
    .mobile-cart-icon .cart-icon:hover {
        color: #6B1A0F;
        background-color: rgba(132, 38, 27, 0.1);
    }
    
    .mobile-cart-icon .cart-count {
        position: absolute;
        top: -3px;
        right: -3px;
        background: #FFD700;
        color: #84261B;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        font-size: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #84261B;
        font-weight: bold;
        line-height: 1;
    }
    
    /* Adjust menu trigger for mobile - prevent text wrapping */
    .mobile-right-container .menu_trigger_container {
        padding: 0;
    }
    
    .mobile-right-container .menu_trigger_text {
        font-size: 13px;
        white-space: nowrap;
        margin-right: 6px;
    }
    
    .mobile-right-container .menu_burger {
        display: flex;
        align-items: center;
        gap: 2px;
    }
    
    .mobile-right-container .cat_burger {
        flex-shrink: 0;
    }
}
