/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 992px) {
  html {
    font-size: 0.6613vw;
  }

  .container {
    max-width: 140rem;
    padding: 0;
  }
  .container_2xl {
    max-width: 136.5rem;
  }
  .container_xl {
    max-width: 135.5rem;
  }
  .container_lg {
    max-width: 128.4rem;
  }
  .container_md {
    max-width: 116.4rem;
  }
  .container_sm {
    max-width: 121rem;
  }
  .container_xsm {
    max-width: 92.8rem;
  }

  /* col_gap_50 */
  .col_gap_50 {
    margin: 0 -2.5rem;
  }
  .col_gap_50 > * {
    padding: 0 2.5rem;
  }

  /* col_gap_35 */
  .col_gap_35 {
    margin: 0 -1.75rem;
  }
  .col_gap_35 > * {
    padding: 0 1.75rem;
  }

  /* col_gap_18 */
  .col_gap_18 {
    margin: 0 -0.9rem;
  }
  .col_gap_18 > * {
    padding: 0 0.9rem;
  }
}
@media (max-width: 991.98px) {
  html {
    font-size: 52%;
  }
  br {
    display: none;
  }

  /* ============= mobile menu ============= */
  .mobile_menu {
    position: fixed;
    top: var(--header_height);
    width: 100%;
    height: 0;
    background: var(--color_08);
    left: 0;
    overflow-y: auto;
    padding: 3rem 0;
    transition: 0.55s ease;
    opacity: 0;
  }

  body.menu_toggled .mobile_menu {
    opacity: 1;
    height: calc(100vh - var(--header_height));
  }

  .mobile_menu::-webkit-scrollbar {
    scrollbar-width: 0;
    display: none;
  }

  .mobile_menu .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: space-between;
    height: auto;
    padding: 0;
  }

  .primary_menu ul {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0;
  }

  .primary_menu ul li a {
    padding: 2.5rem 2rem;
    border-top: 0.1rem solid rgb(255, 255, 255, 0.2);
  }

  .dropdown_menu a {
    padding: 0 3rem !important;
  }

  .dropdown_menu a:not(:last-child) {
    border-bottom: 0.1rem solid rgb(255, 255, 255, 0.3) !important;
  }

  .dropdown_available > a {
    border-bottom: 0 solid rgb(255, 255, 255, 0.2) !important;
  }

  .dropdown_available.active > a {
    border-bottom: 0.1rem solid rgb(255, 255, 255, 0.2) !important;
  }

  .dropdown_available.active .dropdown_menu {
    margin-bottom: 2rem;
  }

  .primary_menu ul a {
    font-size: 2rem;
    letter-spacing: 0.005em;
  }

  .header_right {
    flex-direction: column-reverse;
    gap: 1rem;
    width: calc(100% - 4rem);
    margin: 0 auto;
  }

  .header_right > * {
    margin: 0;
    width: 100%;
  }

  .search_area {
    display: grid !important;
    grid-template-columns: none;
  }
  .search_field input {
    width: 100%;
  }

  .dropdown_menu {
    position: relative;
    width: 100%;
    background: transparent;
  }

  .dropdown_menu a {
    color: #fff;
    font-size: 1.65rem !important;
    font-weight: 400 !important;
    border: 0 !important;
  }

  .primary_menu ul li {
    width: 100%;
  }

  .primary_menu ul li a {
    justify-content: space-between;
  }

  /* ================ Header area ================= */
  .horizontal_shadow {
    left: 0;
    height: 100%;
    width: 30rem;
  }

  .vertical_shadow {
    height: 30rem;
  }

  .header_img {
    width: 100%;
    object-fit: cover;
  }

  .hero_area {
    padding: 18rem 0;
  }

  /* ================= product_area ================ */
  .product_area .container > .col_gap_24 {
    gap: 5rem 0;
  }
  /* ====================== help_area =================  */
  .help_area .content {
    padding: 10rem 0;
  }

  .food_area .row {
    gap: 5rem 0;
  }

  /* ================= Footer area ================= */
  .food_area .row {
    gap: 5rem 0;
  }

  .pb_75 {
    padding-bottom: 4rem;
  }

  .pb_90 {
    padding-bottom: 5rem;
  }

  .footer_row1_inner {
    flex-direction: column;
    gap: 5rem;
  }

  .footer_col:nth-child(2) {
    padding: 0;
  }

  .footer_right {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start !important;
    width: 100%;
  }

  .footer_left {
    width: fit-content;
    margin: 0 auto;
  }

  .footer_left > * {
    width: fit-content;
    margin: 0 auto;
    display: block;
  }

  /* ============= Brand area ============= */
  .brand_main .row {
    gap: 3rem 0;
  }

  /* ============== Waranty registration ============ */
  .blog_sidebar {
    margin-bottom: 3rem;
  }

  .contact_form {
    margin: 3.5rem 0 0 0;
    padding: 3rem 2.5rem;
  }

  .s_warranty_reg_area .s_form_row.row {
    margin: 0 !important;
  }

  .s_form_row > * {
    padding: 0;
  }

  .s_warranty_reg_area .row.s_form_row > * {
    padding: 0 !important;
  }

  /* ============= Contact page ============== */
  .Contact_form_area .row {
    gap: 4rem;
  }

  .form_area_v2 {
    padding: 3rem;
  }

  .col_gap_20 {
    margin: 0;
  }

  .col_gap_20 > * {
    padding: 0;
  }

  .form_area_v2 {
    gap: 2rem !important;
  }

  /* ============= blog_area ============== */
  .blog_area .container > .row {
    gap: 0;
  }

  .blog_area .container > .row .row {
    gap: 0;
  }

  .blog_desc_demo {
    margin: 1rem 0 2.5rem 0;
  }

  .blog_info .link img {
    width: 2rem;
  }

  .blog_info {
    padding: 2.4rem;
  }

  /* =============== blog details page =============== */
  .blog_details_area {
    padding: 8rem 0;
  }
  .blog_details_area .row {
    gap: 2.4rem 0;
  }
  .blog_details_area .row img,
  .blog_content > img {
    height: 35rem;
    object-fit: cover;
  }

  /* ============ innovation_area =============== */
  .innovation_area .row {
    flex-direction: column-reverse;
  }
  .content {
    text-align: center;
  }
  .content .button {
    margin: 0 auto;
  }

  /* ============ s_our_value_area =============== */
  .s_our_value_area {
    padding: 7rem 0 5rem;
  }

  .s_our_value_area .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
  }

  /* ================= product_area ================== */
  .product_single_img .mt_100 {
    margin: 0;
    padding: 3rem 0;
  }
  .product_hero {
    padding-bottom: 60rem;
  }

  .product_hero .content .button {
    margin: 2.4rem 0;
  }

  .product_hero_img {
    height: 55%;
    bottom: 0;
    top: auto;
    width: 100%;
  }

  .product_hero_links {
    flex-wrap: wrap;
    gap: 1rem;
  }

  /* ============== product_main_hero ================= */
  .product_main_hero {
    padding-bottom: 6rem !important;
  }

  /* ============== pacotizing_area ================= */
  .pacotizing_area_img {
    max-width: 100%;
  }
}

/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767.98px) {
  html {
    font-size: 55%;
  }

  h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  h3 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .text_xl {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .section_top > * {
    text-align: center;
  }
  /* paddings and margins */
  .pb_75 {
    padding-bottom: 4rem;
  }

  .pb_90 {
    padding-bottom: 5rem;
  }

  .pb_45 {
    padding-bottom: 2.5rem;
  }

  .pt_40 {
    padding-bottom: 2.5rem;
  }

  .pb_65 {
    padding-bottom: 4.5rem;
  }

  .pb_80 {
    padding-bottom: 3.5rem;
  }
  /* paddings and margins */

  .content {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .content .button {
    margin: 0 auto;
  }

  /* ================ Header area ================= */
  .horizontal_shadow {
    width: 30rem;
  }

  .vertical_shadow {
    height: 30rem;
  }

  .header_img {
    object-fit: cover;
  }

  .hero_area {
    padding: 18rem 0;
  }

  /* ================ Brand area ============== */
  .brand img {
    width: 18rem;
  }

  .brand1 img {
    width: 19rem;
  }

  .brand5 img {
    width: 12rem;
  }

  /* ================== food_area ================ */
  .food_area {
    padding: 7rem 0;
  }

  .food_area .row {
    gap: 4rem;
  }

  /* ================== follow_area ================ */
  .follow_slider img {
    width: 100%;
    height: 22rem;
  }

  /* ================ footer area ================= */
  .footer_right {
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 4rem 0;
    flex-direction: column;
  }
  .footer_col {
    margin: 0 auto;
    text-align: center;
  }

  .footer_links a {
    font-size: 1.6rem;
  }


  .footer_row3 .container {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .footer_logo img {
    width: 26rem;
  }

  /* ============ Brand page =============== */
  .brand_logo_main img {
    width: 14rem;
  }
  .brand_logo_main15 img {
    width: 14rem;
  }
  .brand_logo_main16 img {
    width: 16rem;
  }
  .brand_logo_main14 img {
    width: 12rem;
  }
  .brand_logo_main11 img {
    width: 18rem;
  }
  .brand_logo_main7 img {
    width: 16rem;
  }
  .brand_logo_main5 img {
    width: 15rem;
  }
  .brand_logo_main2 img {
    width: 10rem;
  }

  /* ============ Brand hero =============== */
  .hero_inner_page {
    padding: 10rem 0;
  }

  /* ============= disclaimer page ============= */
  .s_col_span p {
    font-size: 1.5rem;
  }

  .s_col_span ul li {
    padding-bottom: 0.7rem;
  }

  /* ============= Store_locator_area ============= */
  .Store_locator_area h2 {
    font-size: 3.6rem;
  }

  /* ============= s_our_value_area ============= */
  .s_our_value_area .row {
    grid-template-columns: 1fr 1fr;
  }

  /* ================= product_area ================== */
  .product_hero {
    padding-bottom: 50rem;
  }
  .product_hero_img {
    height: 50%;
  }

  /* ================= product_slider ================== */
  .s_b_img img {
    width: 14rem;
  }
  .s_b_img {
    height: 42rem;
  }

  /* ================= product_slider_right ================== */
  .list_table li {
    grid-template-columns: 1fr 1fr;
  }

  .list_table_logo1 img {
    width: 5rem;
  }

  .list_table_logo2 img {
    width: 6.3rem;
  }

  .list_table li {
    font-size: 1.4rem;
  }

  .check_lists ul li {
    line-height: 1.5;
  }

  .check_lists ul {
    gap: 0.8rem;
  }

  /* ============ product list area =============== */
  .product_v2 {
    align-items: center;
  }

  /* ============ help_area_v2 =============== */
  .help_area_v2 {
    padding: 12rem 0;
  }

  /* ============ dishes_variaty_area =============== */
  .dishes_variaty_area {
    padding: 8rem 0;
    background: url(../img/dishes_variaty_bg.png) no-repeat scroll top left /
      cover;
  }
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575.98px) {
  html {
    font-size: 2.32vw;
  }
  .container {
    width: 100%;
    padding: 0 2rem;
  }

  /* ============= s_our_value_area ============= */
  .s_our_value_area .row {
    grid-template-columns: 1fr;
  }

  /* ============= product_area ============= */
  /* .product_hero {
    padding-bottom: 45rem;
  } */
  .product_hero_img {
    height: 45%;
  }
  .bg_white_text p {
    font-size: 1.4rem;
  }
  .product_hero .content h2 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .product_hero_product {
    width: 15.9rem;
    height: 100%;
    position: absolute;
    left: 4rem;
    top: 0;
    object-fit: cover;
  }
  /* ============= product_area ============= */
  .prod_thumbnails_container #product_details_thumb {
    width: calc(100% - 8rem);
  }
  .s_s_img {
    height: 9rem;
  }
  .s_s_img img {
    width: 2.8rem;
  }
  .prod_thumbnails_container .owl-nav button {
    width: 3.6rem;
    height: 3.6rem;
  }
  .prod_thumbnails_container .owl-nav {
    width: calc(100% + 9rem);
    top: calc(50% - 1.8rem);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    height: 0;
  }

  /* ============ product list area =============== */
  .product_v2 {
    grid-template-columns: 1fr;
    padding: 2.4rem;
  }
  .product_v2 .model_info {
    padding: 0;
  }

  /* ============== pacotizing_area ================= */
  .model .model_img {
    height: fit-content;
  }
  .product_list_area_v2 .model {
    grid-template-rows: 0fr 0fr;
  }
  .product_list_area_v2 .product_list_col9_row2 {
    gap: 4rem;
  }
}
