@media (min-width: 992px) and (max-width: 1199.99px) {

    .login-form {
        margin-top: 50px;
        padding: 0px 10px;
    }

    .signup-form {
        margin-top: 50px;
        padding: 0px 10px;
    }


}



@media (min-width: 768px) and (max-width: 991.99px) {

    
    .cart-title h6 {
        font-size: 13px;
    }

    .cart-title p {
        font-size: 10px;
    }

    .cart-update button {
        font-size: 16px;
        padding: 7px 10px;
    }

    .cart-update input {
        font-size: 15px;
        margin: 0px 5px;
        width: 42px;
        padding: 7px 7px 7px 15px;
    }

    .cart-price p {
        font-size: 12px;
    }

    .cart-price button {
        font-size: 17px;
    }

    .cupon {
        padding: 12px;
    }

    .cart-price-info p {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .schedule .schedule_btn {
        font-size: 14px;
        padding: 7px 10px;
        margin: 4px 7px;
    }



}

@media (min-width: 576px) and (max-width: 767.99px) {

    .offcanvas.offcanvas-start {
        width: 260px;
    }
    
    .cart-title h6 {
        font-size: 13px;
    }

    .cart-title p {
        font-size: 10px;
    }

    .cart-update button {
        font-size: 16px;
        padding: 7px 10px;
    }

    .cart-update input {
        font-size: 14px;
        margin: 0px 3px;
        width: 29px;
        padding: 7px 7px 7px 9px;
    }

    .cart-price {
        width: 24%;
        gap: 6px;
    }

    .cart-price p {
        font-size: 12px;
    }

    .cart-price button {
        font-size: 17px;
    }

    .cupon {
        padding: 12px;
    }

    .cart-price-info p {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .schedule .schedule_btn {
        font-size: 14px;
        padding: 7px 10px;
        margin: 4px 7px;
    }

    .nav-item .nav_tab_btn {
        border: 1px solid #FFD700;
        margin: 0px 5px;
        font-size: 25px;
        padding: 5px 12px;
        color: #000;
      }

    /* login part start */



    /* login part end  */
}
@media (max-width: 575.99px) {
    

    .offcanvas.offcanvas-start {
        width: 250px;
    }

    

    
.navbar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
  }
    
.owl-carousel, .owl-stage-outer {
    max-height: 100%;
    height: 40vh;
  }
  
  
  .post-content-parent{
    display: flex;
    width: 100%;
    height: 40vh;
    position: relative;
  }

  
  .no_subCat {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	line-height: 27px;
}
    
  
  .c--post-content-image-wrapper{
    position: absolute;
    width: 100%;
    height: 40vh;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }

  .common_header p {
	font-size: 14px;
	font-weight: 400;
	font-family: "Inter", sans-serif;
	width: 339px;
	margin: auto;
	line-height: 20px;
	margin-bottom: 15px;
  }

    .cart-title h6 {
        font-size: 14px;
        line-height: 18px;
    }
    .cart-title p {
    font-size: 11px;
    }

    .cart-update{
        width: 26%;
    }

    .cart-update button {
        font-size: 16px;
        padding: 3px 8px;
    }

    .cart-update input {
        font-size: 13px;
        margin: 0px 1px;
        width: 26px;
        padding: 3px 2px 3px 8px;
        outline: none;
    }

    .cart-price {
        width: 23%;
        gap: 3px;
    }

    .cart-price p {
        font-size: 13px;
    }

    .cart-price button {
        font-size: 15px;
        padding: 0 2px;
    }

    .cupon {
        padding: 0px 0px 18px 0px ;
        border-bottom: 1px solid #dee2ed;
    }

    .cupon .coupon_input {
        padding: 7px;
        font-size: 14px;
        border-radius: 8px;
    }

    .cupon .coupon_btn {
        padding: 8px;
        font-size: 13px;
    }

    .cart-price-info p {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .schedule .schedule_btn {
        font-size: 14px;
        padding: 7px 10px;
        margin: 4px 7px;
    }

    .nav-pills .nav-link {
        font-size: 12px;
    }
    .nav-item .nav_tab_btn {
        border: 1px solid #FFD700;
        margin: 0px 5px;
        font-size: 25px;
        padding: 5px 12px;
        color: #000;
    }

    .schedule-wrapper  .nav-item .nav_tab_btn_schedule {
        border: 1px solid #FFD700;
        margin: 0px 5px;
        font-size: 15px;
        padding: 5px 12px;
        color: #000;
    }
    /* login part start  */
    
    #login {
        padding: 25px 0px;
    }

    .header-logo a img {
        width: 80px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .login-header h4 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .login-header p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .login-form {
        margin-top: 32px;
        padding: 0px 10px;
    }

    /* login part end  */

    /* signup part start  */
    
    #signup {
        padding: 25px 0px;
    }


    .signup-header h4 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .signup-header p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .signup-form {
        margin-top: 32px;
        padding: 0px 10px;
    }

    /* login part end  */



    .buy_now .accordion_cart input {
        color: #000;
        font-size: 17px;
        font-weight: 400;
        font-family: "Inter", sans-serif;
        border: 1px solid #000;
        margin: 0px 4px;
        width: 45px;
        padding: 0px 10px;
    }

    .buy_now .accordion_cart button {
        background-color: #FFD700;
        color: #000;
        font-size: 11px;
        font-weight: 400;
        font-family: "Inter", sans-serif;
        outline: none;
        border: none;
    }
    
    .accordion_btn a {
        background-color: #FFD700;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        font-family: "Inter", sans-serif;
        outline: none;
        border: none;
        padding: 12px 8px;
        border-radius: 12px;
    }

    .accordion_btn button {
        background-color: #FFD700;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        font-family: "Inter", sans-serif;
        outline: none;
        border: none;
        padding: 10px 14px;
        border-radius: 12px;
    }

}





