/*================================ Satrt large screens =========================*/
@media (min-width:1201px ) and (max-width: 1440px)
{
   
}
@media (min-width:1025px) and (max-width:1200px)
{

}
/*============================== Start medium screen of tablet =========================*/

@media (min-width: 992px) and (max-width: 1200px)
{
    .navs-container .navbar .nav-link {
        margin: 0 5px;
        font-size: 12px;
    }
    .navs-container .navbar .logo {
        width: 135px;
    }
    .header .item .img_box {
        width: 490px;
        height: 490px;
    }
    .header .item .img_box .sec-img {
        width: 440px;
        height: 440px;
    }
    .navs-container .navbar .nav_end button ,
    .navs-container .navbar .nav_end a {
        font-size: 12px;
    }
    .navs-container .navbar .nav_end .search_box .form-control {
        width: 50px;
    }
    .navs-container .navbar .nav_end .search_box .form-control:focus {
        width: 100px;
    }
    .navs-container .navbar .nav_end .px-3 {
        padding-right: 0.5rem!important;
        padding-left: 0.5rem!important;
    }
}
@media (min-width: 769px) and (max-width: 992px)
{

}
@media(max-width:991px)
{
    .d_none_sm {
        display: none !important;
    }
    .d_block_sm {
        display: block !important;
    }
    .d_inFlex_sm {
        display: inline-flex !important;
    }
    .d_flex_sm {
        display: flex !important;
    }
    .order_sm_1 {
        order: 1;
    }
    .tab-bar-mob {
        display: block !important;
    }
    .navs-container .navbar .nav_end .search_box {
        width: 100%;
    }
    .navs-container .navbar .nav_end .search_box .form-control {
        width: 100% !important;
    }
    .footer {
        padding-bottom: 86px !important;
    }
    .progress-wrap {
        bottom: 45px;
        left: 5px;
    }
    .order_md_1 {
        order: -1;
    }
    .navs-container .navbar.home-nav .navbar-collapse {
        background-color: #fff;
        padding: .5rem;
    }
    .header .item .img_box {
        width: 350px;
        height: 350px;
    }
    .header .item .img_box .sec-img {
        width: 300px;
        height: 300px;
    }
    .header .item  .col-lg-4.ms-5 {
        margin-inline-start: 0rem!important;
        margin-top: 25px;
    }
    .header .swiper-container .swiper-button-next, 
    .header .swiper-container .swiper-container-rtl .swiper-button-prev {
        right: 1%;
    }
    .header .swiper-container .swiper-button-next, 
    .header .swiper-container .swiper-button-prev {
        top: 25% !important;
    }
    .steps-wizard {
        display: none;
    }
    .footer .content .title {
        margin-bottom: 20px !important;
    }
    .checkout-pg .butns .butn {
        padding: 0.7rem 0.7rem !important;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .products-sec .prod_card .img-box {
        height: 300px;
    }
    .products-sec .prod_card .card-body .prices .price {
        font-size: 15px !important;
        margin-inline-end: .5rem !important;
    }
    .products-sec .prod_card .card-body .prices .del {
        font-size: 10px !important;
    }
    .contact-sec .inner .form_box {
        margin-bottom: 25px;
    }
    .footer .row_links a {
        margin: 0 5px;
        font-size: 12px;
    }
    .footer .copyright_p ,
    .footer .row_links   {
        text-align: center !important;
        margin: 5px 0 !important;
    }
    .footer .foot .delivery_imgs .delivery_img,
    .footer .foot .pay_imgs .pay_img ,
    .footer .foot .marof_img {
        width: 20px;
        /* justify-content: center !important; */
    }
    .product-det .desc_wrapper .nav {
        padding: 0 .1rem;
    }
    .product-det .desc_wrapper .nav .nav-link {
        font-size: 9px;
        width: 87px;
        padding: 0;
    }
    .product-det .taxt_box .butn {
        padding: 0.7rem 1rem;
    }
    .prices.d-flex {
        flex-wrap: wrap;
    }
    .product-det .swiper_box {
        margin-bottom: 25px;
    }
    .product-det .swiper_box .lg-slide-swiper .img-box {
        height: 300px;
    }
    .product-det .desc_wrapper .tab_wrapper .item {
        font-size: 14px;
    }
    .table-responsive th, 
    .table-responsive td {
        min-width: 180px;
        padding: 1rem 0.5rem;
    }
    .order_det_pg .table th, .order_det_pg .table td {
        font-size: 12px;
        padding: 1rem 0.5rem;
    }
    .table .prod_name {
        font-size: 10px;
    }
    .about-pg .item .img_box .sec-img {
        margin: 15px 0;
    }
    .cart-pg .table-responsive {
        margin-bottom: 45px ;
    }
    .categ-sec .nav-link ,
    .gallery-pg .nav-link {
        font-size: 12px;
        width: 95px;
        border-radius: 5px;
        padding: 0.8rem 0.5rem;
    }

    .gallery-pg .nav-link {
        padding: 1.3rem .5rem 1rem .5rem;
    }
    .gallery-pg .nav-link .icon {
        width: 35px;
        height: 35px;
    }
    .notifications-pg .noti_card  ,
    .notifications-pg .noti_card a {
        flex-direction: column;
    }
    .notifications-pg .noti_card .noti_icon {
        margin-inline-end: 0;
    }
    .notifications-pg .noti_card .content {
        width: 100%;
        margin-top: 15px;
    }
    .notifications-pg .noti_card .title {
        font-size: 0.9rem;
    }
    .notifications-pg .noti_card .p {
        font-size: 12px;
        line-height: 1.6;
    } 
    .notifications-pg .noti_card .date {
        font-size: 10px;
            position: absolute;
    top: 5px;
    inset-inline-end: 5px;
    }
    .order_det_pg .order-details .order-head ul li {
        width: 100%;
    }
    .about-pg .item .text_box {
        margin: 15px 0;
    }
    .product-det .taxt_box .badge.offer_badge {
        padding: 0.6rem 0.5rem;
        font-size: 10px;
    }
    .profile-pg .tab_wrapper.loc_tab .loc_card .heading ,
    .profile-pg .tab_wrapper.loc_tab .loc_card .card-body {
        flex-direction: column;
        justify-content: center;
    }
    .profile-pg .tab_wrapper.loc_tab .loc_card .card-body  {
        text-align: center;
    }
    .profile-pg .tab_wrapper.loc_tab .loc_card .card-body .icon-outer {
        margin: 0 0 15px 0;
    }
    .about-pg .item .img_box {
        margin-bottom: 45px;
    }
    .product-det .taxt_box .share_links .links a {
        margin: 0 6px;
        font-size: 13px;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    .products-sec .prod_card .card-body .title {
        font-size: 15px;
    }
    .card-product-desc, 
    .products-pg.search-page .card-product-desc {
        font-size: 10px;
        line-height: 1.5rem;
    }
    .products-sec .prod_card .img-box .badge {
        padding: 0.9rem 0.5rem;
    }
}
@media(min-width: 426px) and (max-width: 576px)
{

}
@media (min-width: 376px) and (max-width: 425px)
{

}
@media (min-width: 321px) and (max-width: 375px)
{
   
}
@media (max-width: 320px)
{

}
