@media only screen and (min-width:320px) and (max-width:400px){
    .top_locationbar {
        display: none;
    }
    .menu_bar {
        display: block;
        font-size: 25px;
        color: #fff;
    }
    .site-logo img {
        max-width: 120px;
        margin-left: 10px;
    }
    .cart-main {
        gap: 15px;
    }
    .cart_btn {
        font-size: 15px;
        text-align: center;
    }
    .cart_btn span {
        right: 0.2rem;
    }
    .main_search {
        display: none;
    }
    .banner_area {
        padding: 15px;
    }
    .banner_item img {
        height: 300px;
        border-radius: 0.25rem;
    }
    .banner_overlay h1 {
        font-size: 25px;
        width: 100%;
    }
    .banner_overlay p {
        font-size: 13px;
        margin: 10px 0;
        width: 100%;
    }
    .banner_btn {
        padding: 3px 26px;
        font-size: 12px;
        border: 1px solid var(--site-bg);
        border-radius: 0.25rem;
        background: var(--site-bg);
        color: #fff;
    }
    .banner_area .owl-next,.owl-prev {
        display: none;
    }
    .product_buy {
        flex-direction: column;
    }
    .product_content h5 {
        font-size: 1.1rem;
    }
    .product_area {
        margin-bottom: 1.3rem;
    }
    .offer_box {
        width: 68px;
        font-size: 0.8rem;
        top: 7px;
        padding: 2px 0;
    }
    .qty-count {
        width: 100%;
    }
    .product-qty {
        width: 230%;
    }
    .featured_sec {
        padding: 20px 0 40px;
    }
    .view_more {
        font-size: 15px;
    }
    #new_pd {
        padding: 50px 0;
    }
    .offers_area {
        margin-bottom: 1.3rem;
    }
    .offer_sec {
        padding: 50px 0;
    }
    .footer_wiget {
        margin-top: 1.3rem;
    }
    .footer_wiget h5 {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
    .filter_box {
        display: block;
    }
    .short_by label {
        font-size: 11px;
    }
    .filter-close {
        display: block;
        text-align: right;
        color: #000;
    }
    .pd-attribute {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        border-radius: 0;
        border: none;
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
    }
    .pd-attribute-open{
        left: 0;
        opacity: 1;
        visibility: visible;
        transition: 0.5s;
    }
    .product_list {
        padding: 50px 0;
    }
    .product_details .product_content {
        padding-left: 0px;
        margin-top: 1rem;
    }
    .product_cart_area a {
        padding: 10px;
        font-size: 14px;
    }
    .product_cart_area {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #ffff;
        left: 0;
        padding: 10px;
    }
    .product_details {
        padding: 50px 0;
    }
    .cart-shiping-update-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .dascontent {
        margin-top: 1.5rem;
    }
    .my_profile {
        padding: 50px 0;
    }
    .contact_input {
        margin-top: 1.5rem;
    }
    .contact_page {
        padding: 50px 0;
    }
    .login-area {
        margin-bottom: 1.5rem;
    }
    .btn_search {
	display: block;
}
    
}

@media only screen and (min-width:401px) and (max-width:575px){
    .top_locationbar {
        display: none;
    }
    .menu_bar {
        display: block;
        font-size: 25px;
        color: #fff;
    }
    .site-logo img {
        max-width: 120px;
        margin-left: 10px;
    }
    .cart-main {
        gap: 15px;
    }
    .cart_btn {
        font-size: 15px;
        text-align: center;
    }
    .cart_btn span {
        right: 0.2rem;
    }
    .main_search {
        display: none;
    }
    .banner_area {
        padding: 15px;
    }
    .banner_item img {
        height: 300px;
        border-radius: 0.25rem;
    }
    .banner_overlay h1 {
        font-size: 25px;
        width: 100%;
    }
    .banner_overlay p {
        font-size: 13px;
        margin: 10px 0;
        width: 100%;
    }
    .banner_btn {
        padding: 3px 26px;
        font-size: 12px;
        border: 1px solid var(--site-bg);
        border-radius: 0.25rem;
        background: var(--site-bg);
        color: #fff;
    }
    .banner_area .owl-next,.owl-prev {
        display: none;
    }
    .product_buy {
        flex-direction: column;
    }
    .product_content h5 {
        font-size: 1.1rem;
    }
    .product_area {
        margin-bottom: 1.3rem;
    }
    .offer_box {
        width: 68px;
        font-size: 0.8rem;
        top: 7px;
        padding: 2px 0;
    }
    .qty-count {
        width: 100%;
    }
    .product-qty {
        width: 230%;
    }
    .featured_sec {
        padding: 20px 0 40px;
    }
    .view_more {
        font-size: 15px;
    }
    #new_pd {
        padding: 50px 0;
    }
    .offers_area {
        margin-bottom: 1.3rem;
    }
    .offer_sec {
        padding: 50px 0;
    }
    .footer_wiget {
        margin-top: 1.3rem;
    }
    .footer_wiget h5 {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
    .filter_box {
        display: block;
    }
    .short_by label {
        font-size: 11px;
    }
    .filter-close {
        display: block;
        text-align: right;
        color: #000;
    }
    .pd-attribute {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        border-radius: 0;
        border: none;
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
    }
    .pd-attribute-open{
        left: 0;
        opacity: 1;
        visibility: visible;
        transition: 0.5s;
    }
    .product_list {
        padding: 50px 0;
    }
    .product_details .product_content {
        padding-left: 0px;
        margin-top: 1rem;
    }
    .product_cart_area a {
        padding: 10px;
        font-size: 14px;
    }
    .product_cart_area {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #ffff;
        left: 0;
        padding: 10px;
    }
    .product_details {
        padding: 50px 0;
    }
    .cart-shiping-update-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .dascontent {
        margin-top: 1.5rem;
    }
    .my_profile {
        padding: 50px 0;
    }
    .contact_input {
        margin-top: 1.5rem;
    }
    .contact_page {
        padding: 50px 0;
    }
    .login-area {
        margin-bottom: 1.5rem;
    }
    .btn_search {
	display: block;
}
}