@media screen and (max-width: 1440px) {
  .common_padding {
    padding: 0px 40px;
  }

  .header_bar {
    gap: 15px;
  }

  .Profile_items {
    gap: 20px;
  }

  .header_links ul {
    gap: 15px;
  }

  .header_searchbar {
    width: 300px;
    margin-left: 0;
  }

  .header_searchbar img {
    width: 20px;
  }
}

@media screen and (max-width: 1240px) {

  .profile_tab .nav-link{
    padding: 6px 14px;  
    font-size: 18px;
  
  }
  .logout_profile a{
    font-size: 24px;
  }
  .chekoutArea {
    padding: 60px 40px 30px 40px;
  }

  .prodct_list .chk_prod_name h6 {
    font-size: 16px;
  }

  .apply_coupon input {
    padding: 10px 10px;
  }

  .header_searchbar {
    border-radius: 90px;
    background: #f5f5f5;
    width: fit-content;
    padding: 0px 10px;
    margin-left: auto;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .crt_prd_cont p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
    font-size: 14px;
  }
  .crt_product_area img{
    width: 65px; 
    height: 65px;
    object-fit: cover;
  }
  .cart_rating .cart_rating_value{
    font-size: 12px;
  }
  .cart_table_head .th_item{
    font-size: 20px;
  }
  .cart_table_head{
    padding: 5px 0 15px 0;
  }
  .wish_prd_cont p{
    font-size: 16px;
  }
  .wish_table_head .th_item{
    font-size: 20px;
  }
  .order_table_head .order_th{
    font-size: 20px;
  }
  .order_table_body .order_td{
    font-size: 16px;
  }
  
.order_table_head .order_th {
  font-size: 16px;
}
.order_body_list .track_order,
.order_body_list .view_order{
  padding: 6px 20px; 
  font-size: 12px;
}
}

@media screen and (max-width: 1024px) {
  .header_links,.headerLink {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 9999;
    padding: 30px;
    box-shadow: -3px 0px 13px 2px #d2d2d275;
    overflow-y: auto;
    transform: translateX(100%);
    transition-duration: 1s;
  }
  .header_links.open ,.headerLink.open{
    transform: translateX(0);
  }
  .header_links ul li{
    position: relative;
  }
  .header_links ul .dropdown{
    width: 100%;
    padding-top: 0;
    margin: 0;
    position: initial;
    display: block;
  }
  .headerLink ul{
    align-items: flex-start;
    flex-direction: column;
  }
  .headerLink ul li {
    margin: 0;
    margin-bottom: 30px;
  }
  .close_nav{
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #cacaca;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
  }
  .dropdown_box {
    box-shadow: none;
    padding: 10px 0; 
}
  .mobile_menu {
    display: block !important;
  }
  .header_links ul{
    flex-direction: column;
    gap: 0px;
  }
  .dropdown_box ul::after{
    display: none;
  }
  .dropdown_box ul li a{
    text-align: start;
    color: #535252;
    font-size: 14px;
    font-weight: 500;
  }
  .header_links ul li a.menu_head_text{
    font-size: 28px;
    font-weight: 600;
    color: #ee5c2c;
  }
.dropdown_box h5{
  font-size: 16px;
  padding-bottom: 2px;
}
 
.nav_item a img{
  display: none;
}
}

@media screen and (max-width: 992px) {
  .product_detail {
    padding-left: 0;
  }
  .number_quantity{
    padding: 0 7px;
  }
  .cart_table .td_item.prc{
    font-size: 16px;
  }
  .chekoutArea {
    padding: 40px;
    border-radius: 10px;
  }
  .cart_table .td_item.actn img{
    width: 25px;
  }
  #filter_area {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 9999;
    min-height: 100vh;
    background: white;
    width: 40%;
    box-shadow: 1px 1px 6px 2px #ebebeb;
    transform: translateX(-109%);
    transition-duration: 1s;
  }
  .lg_bx{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #filter_area.open {
    transform: translateX(0);
  }

  .closeFilter {
    font-size: 32px;
    color: #EE5C2C;
    cursor: pointer;
    display: block;
  }

  .filter_card {
    border: none;
    border-radius: 0;
    padding: 20px;
  }

  .filter_icon {
    display: block;
    margin-right: 10px;
  }
  .order_table_head{
    display: none;
  }
  .order_table .order_id {
    width: 100%;
    margin-bottom: 10px;
}
.order_table .order_item {
  width: 100%;
  margin-bottom: 10px;
}
.order_table .delivery_date,.order_table .order_date {
  width: 50%;
  margin-bottom: 10px;
}
.order_table .order_status {
  width: 50%;
}
.order_table .order_btns {
  width: 50%;
}
.order_body_list .order_btns .order-btns { 
  justify-content: flex-start;
}
.order_body_list .view_order{
  margin-right: 10px;
}
.order_table_body .order_td{
  display: flex;
  flex-direction: column;
}
.order_table_body .order_td span{
  font-size: 13px;
  color: #858585;
  display: block;
}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {}

@media screen and (min-width: 769px) and (max-width: 1200px) {}

@media screen and (min-width: 701px) and (max-width: 992px) {}

@media screen and (min-width: 560px) and (max-width: 700px) {}

@media screen and (max-width: 890px) {}

@media screen and (max-width: 768px) {
  .wish_table .prod{
    width: 100%;
    margin-bottom: 20px;
  }
  .top_header .discount_top {
    display: none;
  }
  .top_bar a{
    font-size: 12px;
  }
  .cart_table_body .cart_table_body_list{
    align-items: stretch;
  }
  .product_detail h3 {
    font-size: 24px;
  }
  .cart_table_head .th_item {
    font-size: 16px;
}
.cart_table_head{
  display: none;
}
.cart_table .prod{
  width: 80%;
  order: 1;
  margin-bottom: 10px
}
.cart_table .td_item.prc{
  width: 20%;
  order: 2;
  margin-bottom: 10px;
  text-align: end;
}
.cart_table .td_item.qty{
  order: 3;
  width: 80%;
  justify-content: flex-end;
}
.cart_table .td_item.actn{
  order: 4;
  align-items: center;
  width: 20%;
  justify-content: flex-end;
}
.order_payment h6, .order-total h6,
.order_payment span, .order-total span{
  font-size: 16px;
}
.wish_prd_cont p{
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wish_product_area img{
  width: 100px;
  height: 100px;
}
.wish_table .td_item.actn img{
  width: 20px;
}
.wish_prd_cont p{
  margin-bottom: 5px;
}
.whish_price .main_price{
  font-size: 20px;
}
.wish_table .td_item.prc{
display: none;
}
.wish_table .td_item.crt button{
  font-size: 14px;
  padding: 12px 12px;
  width: 100%;
}
.wish_table_head{
  display: none;
}
.wish_table .td_item.crt{
  width: 85%;
}
.wish_table .td_item.actn{
  width: 15%;
}
.profile_tab .nav-link{
  margin-right: 0;
  padding: 6px 14px;
  font-size: 14px;
  white-space: nowrap;
}
.profile_tab .nav-link svg {
  margin-right: 6px;
}
.profile_tab {
  display: flex
;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
}
.logout_profile{
  text-align: start;
}
.logout_profile a {
  font-size: 18px;
}
}

@media screen and (max-width: 560px) {
  .title_area {
    flex-direction: column;
  }
  .address_card {
    padding-top: 30px;
}
  .ch_prd_img {
    width: 60px;
    height: 60px;
  }
 
.supryztSubmitBtn {
  font-size: 16px;
  padding: 12px 0;
}
.order_table .delivery_date, .order_table .order_date {
  width: 100%; 
}

.invoice_area .invoice_list h4,
.invoice_area .invoice_list h4 span strong{
  font-size: 20px;
}
.invoice_area .invoice_list h4 span{
  font-size: 14px;
}
  .prodct_list .chk_prod_name h6 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .prodct_list .chk_prod_name {
    padding: 0 10px;
  }

  .apply_coupon button {
    font-size: 13.74px;
  }

  .apply_coupon input {
    padding: 8px 10px;
  }

  .invoice_area .invoice_list h5 {
    font-size: 14px;
  }

  .allow_term label {
    font-size: 12.752px;
  }

  .lists_prd {
    margin-bottom: 30px;
  }
  .profile_card{
    padding: 15px 15px;
  }
  .profile_card h5{
    font-size: 24px;
  }
  .prodct_list .price_ch {
    width: fit-content;
  }

  .chekoutArea {
    padding: 20px;
  }

  #filter_area {
    width: 100%;
  }

  .section_title {
    font-size: 24px;
  }

  .product_thumb_area {
    width: 40%;
    padding: 6px !important;
    border-radius: 12px 12px 0 0;
  }

  .deal_timer {
    margin-left: 0;
  }

  .deal_timer h5 {
    font-size: 18px;
  }

  .common_padding {
    padding: 0px 15px;
  }

  .product_detail h3 {
    font-size: 20px;
  }

  .prod_price_detail h6 {
    font-size: 25.371px;
  }

  .product_content_area ul li {
    font-size: 14px;
  }

  .Profile_items {
    background-color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    z-index: 99;
    justify-content: space-between;
    left: 0;
  }

  .Profile_items .profile p {
    display: none;
  }

  .testimonialSwiper,
  .simmiliarProducts {
    padding-top: 15px !important;
  }

  .header_logo {
    width: 130px;
  }

  .mobile_menu img {
    /* width: 25px; */
  }

  .header_bar {
    gap: 7px;
  }

  .Profile_items {
    display: flex;
    gap: 20px;
    border-top: 1px solid #e9e9e9;
  }

  .mobile_home {
    display: block;
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  .banner_swiper {
    padding-bottom: 30px;
  }

  .banner_section {
    padding: 15px 0  0 0;
  }

  .category_section {
    padding-top: 19px;
  }
  .banner_slider_img img {
    border-radius: 5px;
}
  .common_heading {
    position: relative;
    justify-content: space-between;
  }

  .common_heading h3 {
    font-size: 20px;
  }

  .mobile-hidden {
    display: none;
  }

  .common_heading a {
    font-size: 12px;
  }

  .common_heading a img {
    width: 5px;
    margin-left: 1px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }

  .categorySwiper {
    /* padding-top: 50px; */
    padding-top: 15px !important;
  }

  .latest-arrival_section {}

  .swiper-button-prev {
    right: 32px;
  }

  .home_category_box img {
    height: 110px;
  }

  .home_category_box h4 {
    font-size: 15px;
  }

  .home_category_box {
    min-height: 190px;
  }

  .desktop_banner {
    display: none !important;
  }

  .mobile_banner {
    display: block !important;
  }

  .mobile_banner img {
    height: auto;
    object-fit: cover;
  }

  .best_header h3 {
    font-size: 20px;
  }

  .best_header a {
    font-size: 12px;
  }

  .footer_flex {
    flex-direction: column;
  }

  .footer_logo {
    width: 100%;
  }

  .footer {
    width: 100%;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: start;
  }

  .bottom_footer .common_padding {
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
  }

  .bottom_footer {
    padding-bottom: 76px;
  }

  .footer h3 {
    font-size: 16px;
  }

  .bottom_footer p {
    font-size: 12px;
    text-align: center;
  }

  .social_icons {
    justify-content: space-around;
  }

  .footer-top-flex img {
    width: 35px;
  }

  .footer-top-flex {
    flex-wrap: wrap;
  }

  .footer-top-flex p {
    font-size: 14px;
  }

  .footer-top-flex h3 {
    font-size: 18px;
  }

  .latest-arrival_section {
    padding-top: 30px !important;
  }

  .home_arrival_box .arrival_content {
    font-size: 13px;
  }

  .home_arrival_box .pricing h3 {
    font-size: 18px;
  }

  .home_arrival_box .pricing h6 {
    font-size: 10.808px;
  }

  .home_arrival_box .pricing p {
    font-size: 10.808px;
  }

  .arrivalSwiper {
    /* padding-top: 48px; */
    padding-top: 15px !important;

  }

  .bigdeal_section {
    padding-top: 30px;
  }

  .bigdealSwiper {
    /* padding-top: 45px; */
    padding-top: 15px !important;
    padding-bottom: 30px !important;
  }

  footer {
    padding-top: 40px;
  }

  .big_deal_box,
  .bigdeal_offer {
    height: 370px;
  }

  .big_deal_content h5 {
    font-size: 15px;
  }

  .big_deal_box .pricing h3 {
    font-size: 18px;
  }

  .big_deal_box .pricing h6 {
    font-size: 10.808px;
  }

  .big_deal_box .pricing p {
    font-size: 10.808px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .login_body {
    padding: 0px;
  }

  .login_images {
    padding: 20px;
  display: flex;
  justify-content: center;

  }
.login_images img{
  width: 50%;
}
  #LoginModal .modal-dialog {
    /* top: 40px; */
  }

  .login_box {
    margin-top: 10px;
  }

  .otp-input {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .resend_otp button {
    font-size: 14px;
  }

  .login_btn button {
    font-size: 14px;
  }

  .login_logo {
    width: 120px;
  }

  .login_box h5 {
    font-size: 16px;
  }

  .mobile_none {
    display: none !important;
  }
  .order_table .order_status{
    width: 100%;
    margin-bottom: 10px;
  }
  .order_table .order_btns{
    width: 100%;
  }
  .md_price_area .mdl_tt_price{
    font-size: 20px;
  }
  .superyz_modal .modal-body{
    padding: 10px 0;
  }
  .superyz_modal .modal-footer{
    padding: 10px 0 ;
  }
  .superyz_modal .modal-header{
    padding: 0;
  }
  #LoginModal .modal-body{
    padding: 0;
  }
  #LoginModal .btn-close{
    top: 20px;
    position: absolute;
    right: 15px;

  }
  #LoginModal{}
  #LoginModal{}
  #LoginModal{}
  .wish_table_body{
    padding: 12px;
  }


  .header_searchbar{
    gap: 0;
  }

    .header_searchbar {
      width: 36px;
      padding: 0;
    }

    /* Default style */
.header_searchbar {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* On mobile: hide input initially */

}


@media screen and (max-width: 560px) {
  .header_searchbar input {
    display: block;
    font-size: 12px;
    padding-left: 5px;
  }

  .header_searchbar input.show {
    display: block;
 
    margin-left: 5px;
  }

  .header_searchbar {
     width: 70%;
    padding: 8px;
    gap: 0;
  }
    #main_search_box::placeholder {
    font-size: 12px;
  }
      .header_searchbar img {
        width: 17px;
  }
}