/*================================ Satrt large screens =========================*/

@media (min-width: 1440px) {
    .navbar .container-fluid {
        padding: 0 100px;
    }
}

@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) {
    /*.tab-bar-mob {*/
    /*    display: block !important;*/
    /*}*/
    /*.footer {*/
    /*    padding-bottom: 70px !important;*/
    /*}*/
    /*.scroll-top-btn {*/
    /*    bottom: 25px;*/

    /*}*/
    iframe[title="chat widget"] {
        bottom: 60px !important;
    }
    /*.whatsapp_butn  {*/
    /*    bottom: 95px;*/
    /*}*/
    .navs-container .shopping-cart {
        transform: translate(0px, 15px);
    }
    .navs-container .nav-icons {
        width: fit-content;
        margin: auto;
    }
    .payment_pg .payment_method .pay-selection label {
        width: 100px;
    }
    .payment_pg .payment_method .pay-selection {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sec-heading span {
        font-size: 1.5rem;
    }
    .sec-heading h1 {
        font-size: 2rem;
    }
    .sec-heading::before {
        content: '';
        width: 50px;
        height: 50px;
    }
    .sec-heading {
        padding-left: 80px;
    }
    .payment_pg .order_det {
        margin-bottom: 30px;
    }
    .contact_pg .contact_form {
        background-color: #fff;
        padding: 30px 3vw;
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }
    .contact_pg .content::before {
        display: none;
    }
    .products-pg .item,
    .newsletter-sec,
    /*.single-product,*/
    .reviews-sec,
    .register-pg,
    .profile-pg{
        padding: 30px 0;
    }
    .products-pg .item .text-box .h4 {
        margin-bottom: 5px !important;
        font-size: 1.2rem;
    }
    footer {
        padding-top: 30px;
    }
    footer .copyright{
        margin-top: 0;
        text-align: center;
        padding-bottom: 80px;
    }
    footer .copyright .pay_icons {
        text-align: center !important;
        margin-top: 10px;
    }
    .product_details {
        padding: 5px 0;
    }
    .register-pg .register-img{
        display: none;
    }
    .h2, h2 {
        font-size: 1.3rem;
    }
    .mt-5, .my-5 {
        margin-top: 1.5rem!important;
    }
    .mb-5, .my-5 {
        margin-bottom: 1.5rem!important;
    }
    
    .navs-container .marquee p {
        font-weight: 600;
        font-size: 11px;
    }
    
    .navs-container .marquee{
        padding: 5px 0;
    }
    
    .heading-pg .inner .breadcrumb{
        padding: 0;
    }
    
    .heading-pg .inner .breadcrumb .breadcrumb-item{
        font-size: 15px;
        font-weight: bold;
        padding: 0;
        margin: 5px 0;
    }
    
    .heading-pg .inner .breadcrumb .breadcrumb-item:before{
        display: inline-block;
        padding-left: 0.5rem;
        color: #013030;
        content: "\f192";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    
    .heading-pg .inner .breadcrumb{
        margin: 0;
        /*justify-content: center;*/
    }
    
    .heading-pg{
        padding: 5px;
    }
    
    .newsletter-sec .submit-btn {
        width: 100px;
        height: 50px;
        line-height: 45px;
    }
    
    .navs-container .navbar .nav-link{
        /*border-top: 1px dashed #fff2;*/
        padding: 10px 0;
    }
    
    .navbar-brand{
        padding: 15px 0;
    }
    
    .navs-container .navbar{
        direction: ltr;
        padding: 0;
    }
    
    .single-product{
        padding: 10px 0;
    }
    
    .single-product .imgs-box{
        margin-bottom: 10px;
    }
    
    .single-product .imgs-box .social-links{
        display: flex;
    }
    
    .single-product .imgs-box .swiper-container.gallery-top{
        height: 160px;
    }
    
    .fb_iframe_widget{
        top: 0;
    }
    
    .fancybox-content{
        height: 300px;
        max-height: 80vh;
    }
    
    .vid{
        margin: 30px 0;
    }
    
    .video {
        width: 100%;
        height: auto;
        min-height: 50vh;
        margin: auto;
        display: block;
        border: none;
    }
    
    .steps_page .inner,
    .steps_page .inner .cart-pg,
    .steps_page .inner .payment_pg  {
        padding: 5px !important;
    }
    
    .steps_page .steps_body {
        padding: 40px 15px !important;
    }
    
    .cart-pg .inner table .prod{
        width: 175px;
    }
    
    .steps_page .steps_head {
        margin-top: 0;
        padding: 20px;
    }
    
    .steps_page .steps_head .step_card {
        position: relative;
        width: 33px;
        height: 33px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f5f5f5;
        outline: 5px solid #f1f1f1;
        outline-offset: 5px;
        margin-left: 126px;
        margin-bottom: 40px;
    }
    
    .steps_page .steps_head .step_card .cont .num {
        color: #C0986C;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 0;
    }
    
    .steps_page .steps_head .step_card .cont h6 {
        font-weight: bold;
        font-size: 10px;
        position: absolute;
        bottom: -45px;
    }
    
    .steps_page .steps_head .step_card.card_done .icon {
        display: block;
        width: 35px;
        height: 35px;
    }
    
    .amazon_btn{
        height: 60px;
    }
    
}


/*============================== Start small screen of mobile =========================*/

@media(max-width:768px) {
    .about-sec .image-box::before {
        display: none;
    }
    .cart-pg .inner table td, 
    .cart-pg .inner table th{
        min-width: 150px;
    }
    .profile-pg .profile-inner .tab-wrapper.orders .prod_td {
        min-width: 170px;
    }
    .profile-pg .profile-inner .tab-wrapper.orders .order_id_td {
        min-width: 140px;
    }
    .cart-pg .inner .prod_td{
        min-width: 200px;
    }
    .profile-pg .profile-inner .tab-wrapper.notification-tab .notifi-item {
        flex-direction: column;
    }
    .profile-pg .profile-inner .tab-wrapper.notification-tab .notifi-item .time{
        display: block;
        text-align: end;
        margin-top: 15px;
        font-size: 13px;
    }
    .modal-content .modal-body {
        padding: 1rem 0;
    }
    .lang-sm-hidden{
        display: none !important;
    }
    .lang-sm-block{
        display: inline-block;
    }
    .navs-container .nav-icons .icon {
        width: 18px;
        height: 20px;
        margin: 0 5px;
    }
}
@media(min-width:769px) {
    .lang-sm-block{
        display: none !important;
    }
}
@media (min-width: 577px) and (max-width: 768px) {}

@media(max-width:576px) {
    body{
        overflow: auto !important;
    }
    .register-pg .table-responsive {
        overflow-x: scroll;
    }
    .register-pg .table-responsive::-webkit-scrollbar {
        height: 10px !important;
    }
    /*.register-pg .table-responsive::-webkit-scrollbar-track {*/
    /*    background-color: #C0986C;*/
    /*}*/
    .register-pg .table-responsive::-webkit-scrollbar-thumb{
        background: #013030;
    }
    .navs-container .shopping-cart {
        width: 300px;
    }
    footer .copyright p {
         font-size: 10px;
    }
}

@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) {}