@media screen and (max-width: 1400px) {
  .facalities-ctn h4 {
    font-size: 16px;
  }

  .facalities-ctn p {
    font-size: 14px;
  }

  .top-header-ctn p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  .navigation ul {
    flex-direction: column;
    justify-content: start;
    gap: 25px;
    align-items: start;
  }

  .navigation {
    position: fixed;
    top: 0;
    left: -100%;
    padding: 50px;
    background: #000;
    width: 70%;
    height: 100vh;
    z-index: 99999;
    transition: 0.4s all;
    overflow: hidden;
  }

  .navigation.show {
    left: 0;
  }

  .navigation li a {
    font-size: 16px;
  }

  .top-header-ctn .container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .cross-btn {
    color: #fff;
    font-size: 17px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .product-box .product-img img {
    height: 180px;
}
}


@media (min-width: 768px) and (max-width: 991px) {
  .top-header-ctn {
    padding-top: 1rem !important;
  }

  .top-header-ctn p {
    font-size: 16px;
  }

  .product-box .product-img img {
    object-fit: cover;
  }

  .service-box {
    padding-bottom: 1rem;
  }

  section.insta-posts.pb-0 {
    padding-bottom: 0 !important;
  }

  section.about-content-wrapper.our-story {
    padding-top: 60px;
  }

  .blog-post-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .contact-box_link,
  .contact-box_text {
    display: inline-block !important;
  }

  nav.navigation.show {
    width: 80%;
  }

  form.woocommerce-ordering {
    margin-right: 0;
  }

  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 207px !important;
  }

  .woocommerce ul.products li.product {
    display: block !important;
    margin-bottom: 3em !important;
  }

  form.woocommerce-cart-form {
    padding: 0;
    text-align: center;
  }

  .cart_item img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: auto !important;
  }

  td.actions {
    padding: 1rem !important;
  }

  .cart_totals {
    width: 100% !important;
  }

  /* .woocommerce-account .woocommerce {
    display: block !important;
  } */

  .main-content {
    position: relative;
    padding: 0 0 50px 0;
  }

  .navigation .submenu {
    position: relative;
    left: 6%;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff
  }

  img.w-100.img-fluid {
    height: 180px !important;
  }

  button.dropdown-btn {
    font-size: 16px !important;
  }
  section.cat-products {
    margin-bottom: 0rem !important;
}
}

@media screen and (max-width: 991px) {
  .banner-slider .owl-nav button.owl-next {
    right: 30px;
  }

  .banner-slider .owl-nav button.owl-prev {
    left: 30px;
  }

  .main-title {
    font-size: 30px;
  }

  .banner-slider .owl-nav button i {
    display: none;
  }

  .materalis,
  .facalities,
  .about-us,
  .new-product,
  .videos,
  .insta-posts,
  .devour,
  .services {
    padding: 40px 0 !important;
  }

  .product-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .devour-ctn h5 {
    font-size: 35px;
  }

  .dev-logo {
    max-width: 140px;
  }

  .search-input input {
    display: none;
  }

  .search-input {
    width: 100%;
  }

  .header-icon {
    gap:24px;
    margin-left:0;
  }

  .contact-dtl {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .contact-dtl li:nth-child(1) {
    display: none;
  }

  .contact-dtl li:nth-child(2) {
    display: none;
  }

  .header {
    background: #000;
    /* overflow: hidden; */
}

  .singl-blog-post {
    padding: 60px 0 !important;
  }

  .single-blog-img img {
    height: 450px;
  }

  .blog-post-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .woocommerce-account .woocommerce { 
    flex-direction: column;
}
.woocommerce-checkout form .col2-set , .woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading{
  width: 100% !important; 
}
}

@media screen and (max-width: 767px) {
  .navigation li.dropdown > a {
    font-size: 16px;
    padding-right: 8px;
  }
  .navigation li.dropdown > a::after {
    content: "\f078";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    left: 100%;
    top: 5px;
    right: -18px;
    transition: 0.4s all;
  }
  .select-your-light p { 
    font-size: 22px; 
    margin-bottom: 30px;
}
  .title {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 0;
  }

  .section-heading {
    margin-bottom: 25px;
  }
  .banner-slider,
  .banner-slider .owl-stage-outer,
  .banner-slider .owl-item,
  .banner-slider img {
    height: 100% !important;
    min-height: 100% !important;
  }
  .banner {
    position: relative;
  }

  .about-ctn p {
    font-size: 16px;
    line-height: 28px;
  }

  .about-btn {
    margin-top: 20px;
  }

  .about-ctn .section-heading {
    margin-bottom: 15px;
  }

  .about-ctn .section-heading {
    margin-bottom: 15px;
  }

  .product-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .product-nmae {
    font-size: 14px;
  }

  .product-ctn {
    padding: 8px;
  }

  .product-btn {
    margin-top: 12px;
  }

  .insta-post img {
    height: 235px !important;
  }

  .devour-ctn {
    flex-direction: column-reverse;
    gap: 15px;
  }
   .newfiltermain .m-btn button {
    font-size: 13px;
    padding: 10px 15px;
}

  .devour-box {
    padding: 25px 10px;
  }

  .service-box {
    gap: 10px;
  }

  .banner-slider .item {
    /* height: 40vh; */
  }

  .devour-ctn h5 {
    font-size: 25px;
    text-align: center;
  }

  .dev-logo {
    max-width: 110px;
  }

  .navigation {
    width: 100%;
    padding: 25px;
  }
  .navigation .dropdown-menu li {
    width: 350px;
   }

  .top-header-ctn p {
    text-align: center;
    font-size: 14px;
  }

  .dropdown-btn {
    font-size: 14px;
    padding: 10px 0;
  }

  ul.header-icon li .btn {
    font-size: 14px;
    padding: 10px 8px;
  }

  .header-icon {
    gap: 24px;
    margin-left: 0;
  }

  .logo a {
    max-width: 90px;
  }

  .header-icon svg {
    width: 24px;
    height: 24px;
  }

  .humburger i {
    font-size: 20px;
  }

  .single-blog-img img {
    height: 300px;
  }

  .blog-post-content .title {
    margin-bottom: 10px;
  }

  .single-post-inner-content h3 {
    font-size: 22px;
  }

  .single-post-inner-content p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  .blog-post-content {
    padding: 20px;
  }

  .inner-title {
    font-size: 35px;
  }

  .inner-banner {
    padding: 55px 0;
    text-align: center;
  }

  .blog-post-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  .blog-post-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .blog-post .post-content {
    padding: 15px;
  }

  .about-content-wrapper {
    padding-top: 70px;
  }

  .utv-Choosing {
    margin: 60px 0;
    padding: 60px 0 !important;
  }

  .about-content.text-center {
    padding: 40px;
  }

  .downloads-page {
    padding: 60px 0;
  }

  .download-card {
    padding: 15px;
    gap: 8px;
  }

  .downloads-grid {
    gap: 10px;
  }

  .facalities-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 6px 15px 6px;
  }

  .facalities-img img {
    height: 40px;
    object-fit: contain;
  }

 .product-box .product-img img {
    object-fit: contain;
    height: 160px;
    background: #fff;
  }

  .product-box {
    border: 2px solid #fff;
    margin-bottom: 1.6rem;
  }

  .service-box h5 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
  }

  .footer-social ul {
    justify-content: center;
  }

  ul.quick-link.last-lists {
    top: 4.1rem;
    position: relative;
  }

  .footer-contact-dtl-wrp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
  }

  .accordion ul li {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 1.6rem;
  }

  .accordion-body {
    padding: 0;
  }
   .navigation .submenu {
    position: relative;
    left: 3%;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff
  }
  .dropdown-menu a {
    padding: 10px 6px !important;
     font-size: 14px !important;
}
.dropdown-menu { 
    left: 0;
    right: 0.2rem; 
}
.about-content-wrapper {
    margin-bottom: 0 !important;
}

.woocommerce-account .woocommerce { 
  flex-direction: column;
}
 
.woocommerce-error li,
  .woocommerce-info,
  .woocommerce-message {
    margin: 0 !important;
  }
  nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb {
    color: #FFFFFF !important;
    font-size: 1rem !important;
}
}

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

  .about-content .title {
    font-size: 25px;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100% !important; 
}
input#coupon_code {
  margin-bottom: 10px;
}
.woocommerce-cart-form .actions .coupon button { 
  right: 0;
}
.woocommerce-cart-form table .actions .input-text { 
  width: 100% !important; 
}
.woocommerce-cart-form .actions .coupon button {
  position: unset !important; 
  width: 100% !important; 
}
.woocommerce-cart-form table tbody tr td.actions {
  padding: 1rem ;
}
.woocommerce-cart-form .actions button[name=update_cart] {
  width: 100% !important;
}
.product-btn a { 
  font-size: 15px;
}
}
  .single-product .woocommerce-Price-amount.amount bdi, .single-product .woocommerce-price-suffix {
      color: #77A464 !important;
font-size: 20px !important;
  }