@media screen and (min-width:992px) {
    .seach_option {
        max-width: 700px;
        width: 100%;
    }

    .shop_page_sec .offcanvas.offcanvas-start {
        position: relative !important;
        transform: none !important;
    }

    .shop_page_sec .offcanvas {
        position: relative !important;
        visibility: visible;
        z-index: 1;
        opacity: 1;
        background-color: transparent !important;
        border: none !important;
    }

    .border_start {
        border-left: 1px solid #eeeeee;
    }
}

@media screen and (max-width:991px) {
    .shop_page_sec .offcanvas.offcanvas-start {
        width: 300px;
    }

    .header_menu {
        display: none;
    }

    .review_item .user_img {
        width: 300px;
    }

    .product_info .product-name {
        font-size: 22px;
    }

    .mobile_menu .offcanvas {
        width: 300px;
    }

    .mobile_menu .nav-link {
        padding: 8px 0px;
        font-size: 14px;
        font-weight: 500;
        color: #5b5b5b;
    }

    .mobile_menu .nav-link:hover {
        color: var(--primary);
    }

    .offcanvas_body {
        padding: 15px;
        overflow-y: auto;
        overflow-x: hidden !important;
        scrollbar-width: thin;
    }
}

@media screen and (min-width:768px) {
    #sortingSelect {
        width: 189px;
    }
}

@media screen and (max-width:575px) {
    .product_info .product-name {
        font-size: 18px;
    }

    .sec_heading .title {
        font-size: 18px;
    }

    .contact-section .contact_info svg {
        width: 28px;
    }
}