/* Header Sec Start */
@media only screen and (max-width: 991px){
    .first_nav
    {
        display: none;
    }

    .sec_nav{
        display: none;
    }

    .firts-nav-offcanvs 
    {
        display: block;
        box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    }

    #offcanvas_header 
    {
        display: block;
        display: flex;
    }

    .third-nav 
    {
        display: none;
    }
}

@media only screen and (max-width: 607px){
    .firts-nav-offcanvs 
    {
        width: 400px;
        background: #f85606;
    }

    .offcanvas-search 
    {
        width: 390px;
    }

    .offcanvas-search .search_box 
    {
        max-width: 300px;
        width: 100%;
    }
}

@media only screen and (min-width: 992px){
    .third-nav 
    {
        margin-left: 580px;
    }
}

@media only screen and (max-width: 400px){
    .firts-nav-offcanvs 
    {
        width: 300px;
    }

    .offcanvas-search 
    {
        display: none
    }
}
/* Header Sec End */


/* Product sec start */
@media only screen and (max-width: 900px){
    .product-section 
    {
        flex-direction: column;
    }

    .product-details 
    {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 700px){
    .option-dropdown 
    {
        width: 525px;
    }

    .return-sec 
    {
        width: 525px;
    }
}

@media only screen and (max-width: 500px){
    .option-dropdown 
    {
        width: 350px;
        margin: 14px;
    }

    .return-sec 
    {
        width: 350px;
        padding-right: 20px;
    }

    .option-sec i 
    {
        font-size: 1.2rem;
    }

    .info-sec .information-2
    {
        font-size: 1.2rem;
    }
}
/* Product sec End */


/* Card section Start */
@media only screen and (max-width: 500px){
    .card-sec 
    {
        flex-direction: column;
        align-items: center;
    }

    .card-sec .card 
    {
        margin-bottom: 10px;
    }
}
/* Card section End */