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

  /* ---------Moblie Menu------------- */
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
    position: absolute;
  }

  .small nav {
    padding: 5px 0;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    font-size: 18px;
    color: #313131;
    cursor: pointer;
    border-radius: 3px;
  }

  .small nav .menu iconify-icon {
    color: #313131c7;
    font-size: 35px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 9999999;
  }

  .small.show .sidebar {
    right: 0;
  }

  .small nav .sidebar>ul {
    margin-top: 70px !important;
  }

  .small nav .sidebar>ul>li {
    padding: 10px;
  }

  .small nav .sidebar ul>li {
    border-bottom: 1px solid #ece4e4;
  }

  .small nav .sidebar ul>li:last-child {
    border-bottom: 0px;
  }

  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 0px !important;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .small .times iconify-icon {
    color: #fff;
    font-size: 24px;
  }

  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }

  .small {
    display: block;
  }

  /* ---------Moblie Menu------------- */
  /* ---------Moblie Call Action------------- */
  .mobile-fixed-button {
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .call-btn {
    background-color: #000;
    padding: 15px 50px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-align: center;
  }

  .mobile-fixed-button {
    display: none;
  }

  /* ---------Moblie Call Action------------- */

  .main_header {
    background-color: #be2c3f;
    display: none;
  }

  .logo img {
    width: 70px;
  }

  .header_cart_det .shopping-cart {
    font-size: 35px;
  }

  .header_cart_det .shopping-cart .la-shopping-bag {
    font-size: 29px;
  }

  .header_cart_det ul {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 15px;
    margin-bottom: 0;
  }

  .header_cart_det a.cart_btn {
    font-size: 22px;
    line-height: 42px;
    color: #fff;
    background: #bd141c;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }

  .header_search form button {
    background: #53535324;
    padding: 5px 20px;
    border: none;
    outline: none;
    color: #000;
    font-size: 19px;
  }

  .header_search form input {
    width: 100%;
    padding: 5px 21px;
    border: none;
    border: none;
    outline: none;
  }

  .logo {
    text-align: center;
  }

  section {
    padding: 45px 0px;
  }

  .heading h2 {
    font-size: 27px;
    font-weight: 600;
    font-family: var(--theme-heading-font);
    margin-bottom: 15px;
    text-transform: uppercase;
  }

  .product_items .product_con {
    padding: 10px;
  }

  .product_items .product_con h5 {
    font-size: 12px;
    font-weight: 500;
    color: #0d0d0d;
    margin-bottom: 10px;
  }

  .why_conten {
    padding: 15px;
    width: 100%;
    height: 100%;
  }

  .why_conten .top_img img {
    width: 43px;
  }

  .why_conten .top_img:first-child img {
    width: 60px;
  }

  .why_conten .contents h5 {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .why_conten .contents p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .footer .hd_info {
    margin: 25px 0 0;
  }

  .categor {
    display: flex !important;
    justify-content: space-between;
  }

  .categories_con .top_img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #f7f7f7;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    object-fit: cover;
    overflow: hidden;
    margin: 0 auto;
  }

  .categories_con .btom p {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
    color: #848484;
    font-weight: 500;
    line-height: 17px;
  }

  .categories_con {
    text-align: center;
    width: 131px;
  }

  .categor {
    display: flex !important;
    justify-content: space-between;
    overflow-x: auto;
  }

  .home_sec_offer .offer_img_con {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
  }

  .home_sec_offer .offer_img_con .of_img_sty {
    height: 100%;
  }

  .home_sec_offer .offer_img_con .of_img_sty img {
    height: 100%;
    object-fit: cover;
  }

  .home_sec_offer .offer_img_con .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 18px;
    width: 100%;
    height: 100%;
  }
  .menu iconify-icon {
	color: #707070;
	font-size: 32px;
}
.moblie_menu_sty{
    display:block;
}
.header_search {
	display: none;
}
.logo_sec {
	text-align: center;
}
.nav_bar_midle {
	background: #fcfcfc;
	padding: 4px 0;
}
.search_menu_ber{
    display: none;
}
.nav_bar_midle {
	background: #fcfcfc;
	display:block;
}
.search_bar_sm{
    display:block;
}
.search_bar_sm .header_search {
	display: block;
}
.search_bar_sm {
	display: block;
	padding: 7px 0;
	background: #f7f7f7;
}

}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 567px) {
  .mobile-fixed-button {
    display: block;
  }
  .logo img {
    width: 60px;
  }
  .header_cart_det .shopping-cart {
    font-size: 30px;
  }
  .header_cart_det .shopping-cart span {
    background-color: var(--theme-color);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -2px;
    right: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header_cart_det a.cart_btn {
    font-size: 22px;
    line-height: 42px;
    color: #fff;
    background: #bd141c;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  .header_search form input {
    width: 100%;
    padding: 3px 21px;
    border: none;
    border: none;
    outline: none;
  }
  .header_search form button {
    background: #53535324;
    padding: 3px 20px;
    border: none;
    outline: none;
    color: #000;
    font-size: 19px;
  }
  .header_search form input {
    width: 100%;
    padding: 3px 21px;
    border: none;
    border: none;
    outline: none;
    font-size: 14px;
  }
  .categories_sec .categor {
    overflow-x: auto;
    gap: 12px;
    height: 100%;
  }
  .categories_con .top_img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #f7f7f7;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    object-fit: cover;
    overflow: hidden;
    margin: 0 auto;
  }
  .categories_con .btom p {
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 0;
    color: #848484;
    font-weight: 600;
    line-height: 13px;
  }
  .categories_con {
    text-align: center;
    width: 105px;
  }
  .categories_sec {
    padding: 15px 0;
  }
  .product_items .ratting {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 2px;
  }
  .product_items .ratting i {
    color: #be2c3f;
    font-size: 13px;
  }
  .product_items .ratting span {
    font-size: 12px;
    font-weight: 700;
    color: #393939;
  }
  .product_items p {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 22px;
  }
  .product_items .price-item {
    color: #be2c3f;
    font-weight: 600;
    font-size: 13px !important;
  }
  .add_cart {
    background-color: var(--theme-color);
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.6s;
  }
  .newsletter_sec {
    text-align: center;
  }
  .newsletter_sec .heading h2 {
    font-size: 23px;
  }
  p {
    margin: 0;
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: var(--theme-default-font);
  }
  .newsletter_sec .heading h2 {
    font-size: 21px;
    margin-bottom: 7px;
  }
  .newsletter_sec .heading p {
    margin-bottom: 0;
  }
  .news-letter .ft-form input {
    width: 100%;
    background: #fff;
    color: #000;
    outline: none;
    font-weight: 600;
    border: none;
    padding: 10px;
  }
  .news-letter .ft-form button {
    width: 180px;
    background: #333e48;
    color: #fff;
    outline: none;
    font-weight: 600;
    border: none;
    padding: 4px;
    border-left: 1px solid #fff;
    font-size: 13px;
  }
  .ft_con_p {
    margin-right: 0;
  }
  .footer {
    padding: 45px 0 0;
    background-color: #000;
  }
  .footer .ft_logo img {
    width: 90px;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
  }
  .newsletter_sec {
    padding: 30px 0;
  }
  .footer h5 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    color: #d6d6d6;
  }
  .footer p a {
    font-weight: 300;
    font-size: 13px;
    color: #fff;
  }
  .ft_link_ul li a {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    color: #ececec;
    gap: 5px;
  }
  .footer .menu-list li a {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    display: flex;
    gap: 6px;
  }
  .client-testimonial .review-box {
    margin: 12px 9px;
    padding: 8px 12px;
    box-shadow: 2px 6px 19px -4px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
  }
  .home_sec_offer .offer_img_con .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 22px 13px;
    width: 100%;
    height: 100%;
  }
  .home_sec_offer .offer_img_con .overlay h4 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
  }
  .home_sec_offer .offer_img_con .overlay p {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 17px;
  }
  .home_sec_offer .btn1 {
    padding: 5px 0px;
    width: 123px;
    font-size: 12px;
  }
  .home_sec_offer .offer_img_con img {
    transition: all 0.6s ease-in-out;
    height: 100%;
    object-fit: cover;
  }
  .home_sec_offer .offer_img_con {
    height: 100%;
  }
  .home_sec_offer .offer_img_con .of_img_sty {
    height: 100%;
  }
  .home_sec_offer.p-0 {
    margin: 0 5px;
  }
  .categories_con .top_img img {
    height: 100%;
    width: 100%;
  }
  .product_items .product_con h5 a {
    color: #0d0d0d;
    font-weight: 600;
  }
  .home_sec_offer .offer_img_con .overlay h4 {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .home_sec_offer .offer_img_con .overlay p {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 17px;
  }
  .categories_con .top_img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #f7f7f7;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    object-fit: cover;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 2px;
  }
  .fixed_call {
    background-color: var(--theme-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 99;
    padding: 2px;
  }
  .waves {
    position: absolute;
    width: 130px;
    height: 130px;
    background: rgba(255, 130, 130, 0.3);
    opacity: 0;
    border-radius: 50%;
    right: -42px;
    bottom: -42px;
    z-index: -1;
    animation: waves 3s ease-in-out infinite;
  }
  .copy-right {
	background: #000;
	padding: 20px 0 65px;
	color: #fff;
	border-top: 1px solid #3d3d3d;
}
.categories_sec .categor {
	overflow-x: auto;
	gap: 12px;
	height: 100%;
	width: 100%;
	overflow-y: hidden;
}
}
@media screen and (max-width: 400px) {
  .cart-container {
    width: 315px;
  }
  .cart-container {
	padding: 0px;
}
.cros-btn i {
	background-color: #e9e5e5;
	padding: 6px;
	border-radius: 50%;
	font-size: 23px;
	cursor: pointer;
	color: #4d4b4b;
}
}

@media screen and (max-width: 320px) {}