/*================================ 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: 993px) and (max-width: 1024px)
{

}
@media (min-width: 769px) and (max-width: 992px)
{

}
@media(max-width:992px)
{

}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .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;
    }
    .progress-wrap {
        bottom: 60px;
    }
    .footer {
        padding-bottom: 70px !important;
    }
    .header .item .sec-img,
    .about-sec .sec-img {
        height: 350px;
    }
    .header::before {
        height: 100%;
    }
    .header .swiper-container .swiper-pagination {
        bottom: 5px;
    }
    .products-sec {
        padding-top: 70px !important;
    }
    .products-sec .prod_card .img-box {
        height: 250px;
    }
    .products-sec .prod_card .img-box .links {
        flex-direction: column;
    }
    .products-sec .prod_card .img-box .links .butn.sm_butn {
        margin: 4px 0;
    }
    .offers-sec .offer_card.lg_card .disc_badge {
        bottom: 10px;
        right: 10px;
        transform: scale(.8);
    }
    .products-sec .prod_card .price ,
    .products-sec .prod_card .del {
        font-size: 1.1rem !important;
    }
    .about-sec .sec-img {
        margin-top: 20px;
    }
    .insta-sec .insta_img.sm_card {
        height: 150px;
    }
    .insta-sec .insta_img.lg_card {
        height: 300px;
    }
    .features-sec .feature_card {
        padding: 30px 5px;
    }
    .features-sec .feature_card .icon {
        width: 45px;
    }
    .features-sec .feature_card .title {
        font-size: 13px !important;
    }
    .header .item .text-box .title ,
    .about-sec .text-box .title{
        font-size: calc(.5vw + 35px);
    }
    .footer .content.text-center{
        text-align: start !important;
    }
    .footer .content .links a {
        font-size: 13px;
    }
    .footer .pay_methods  {
        justify-content: center;
    }
    .footer .social_links {
        margin: 15px 0;
    }
    .footer .p {
        text-align: center !important;
    }
    .register-pg .register_inner .head {
        padding: 15px 20px;
    }
    .register-pg .register_inner .head .title {
        font-size: 14px;
    }
    .register-pg .register_inner .register_body .card-body {
        padding: 2.5rem 1rem 3rem 1rem;
    }
    .register-pg .register_inner .register_body .primary_butn {
        padding: 1.1rem 2rem;
        font-size: 14px;
    }
    .profile-pg .prof_side {
        margin-bottom: 10px;
        padding: 35px 10px;
    }
    .profile-pg .tab_wrapper {
        padding: 45px 15px;
    }
    .content-pg .inner .det {
        font-size: 12px;
    }
    .profile-pg .tab_wrapper.orders_tab .table-responsive .table th, 
    .profile-pg .tab_wrapper.orders_tab .table-responsive .table td {
        min-width: 100px;
    }
    .profile-pg .tab_wrapper.orders_tab .table-responsive .table  span.prod_name {
        min-width: 100px;
    }
    .about-cards .about_card .icon-outer {
        width: 75px;
        height: 75px;
    }
    .about-cards .about_card .icon-outer .icon {
        width: 35px;
    }
    .cart-pg .steps-wizard {
        display: none;
    }
    .cart-pg .cart-item .prod-det .prod-name {
        margin-top: 20px;
    }
    .cart-pg .cart-item .prod-det .price {
        flex-wrap: wrap;
    }
    .cart-pg .summary-checkout {
        margin: 15px 0;
    }
    .container-fluid.px-5 {
        padding: 0 3vw !important;
    }
    .cart-pg .summary-checkout .footer-card {
        padding: 1.25rem 0;
    }
    .products-pg .filter_box {
        padding: 25px 10px;
    }
    .order_det_pg .order-details .order-head ul li {
        width: 100%;
    }
    .product-det .swiper_box .lg-slide-swiper .img-box {
        height: 300px;
    }
    .product-det .swiper_box .sm-slide-swiper .sm-bg-header {
        height: 95px;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    
}
@media(min-width: 426px) and (max-width: 576px)
{

}
@media (min-width: 376px) and (max-width: 425px)
{

}
@media (min-width: 320px) and (max-width: 376px)
{
    .footer .content .links a ,
    .features-sec .feature_card .title{
        font-size: 11px !important;
    }
    .products-sec .prod_card .price ,
    .products-sec .prod_card .del {
        font-size: 14px !important;
    }
}
@media (max-width: 320px)
{

}
