/* Small Mobile - START (320 * 440) */
@media (min-width: 320px) and (max-width: 440px) {

  .ptb {
    padding: 40px 0;
  }

  .container-fluid {
    padding: 0px 13px;
  }

  .top_part p {
    font-size: 14px;
    color: var(--white);
    font-family: Larsseit-light;
  }

  .header_part {
    padding: 15px 0;
  }

  .header_part img {
    height: 30px;
  }

  .heading {
    padding-bottom: 25px;
  }

  .heading h4 {
    font-size: 25px;
  }

  .header_part .dropdown {
    margin-left: 20px;
  }

  .cart_sidebar_toggle {
    margin-left: 20px;
  }

  .banner_section {
    padding: 130px 0 50px;
  }

  .banner_text h1 {
    font-size: 35px;
  }

  .banner_slide_img {
    margin-top: 20px;
  }


  .category_item {
    margin: 5px 0px;
  }

  .solution_section {
    padding: 60px 0;
  }

  .solution_section h4 {
    font-size: 25px;
    margin-bottom: 40px;
  }


  .topseller_section {
    padding: 80px 0;
  }

  .left_arrow {
    position: absolute;
    left: 35%;
    top: 108%;
  }

  .right_arrow {
    right: 35%;
    top: 108%;
  }

  .product_items h5 {
    font-size: 20px;
  }

  .guarantee_bg {
    padding: 40px 10px;
    background-position: right;
  }

  .guarantee_text {
    margin-bottom: 30px;
  }

  .guarantee_text h3 {
    font-size: 40px;
  }

  .testimonial_section {
    background: #f3f3f3;
    padding: 80px 0;
  }

  .footer_section {
    padding: 50px 0 20px;
  }


  .footer_content {
    padding: 20px 10px;
  }

  .bottom_section p {
    text-align: center;
    padding-bottom: 10px;
  }

  .bottom_section .footer_social {
    text-align: center;

  }

  /*  ============  */


  .product_section h3 {
    margin-top: 30px;
  }

  .category_open {
    display: block;

  }

  .category_sidenav {
    display: none;
    margin-bottom: 30px;
  }

  .category_sidenav_content {
    background: #eee;
    margin: 0px 0px 30px;
  }

  .category_sidenav_content h4 {
    display: none;
  }


  .title_section {
    padding: 90px 0px 30px;
  }

  .title_section h1 {
    padding-bottom: 20px;
    font-family: 'roboto';
    font-size: 35px;
  }


  .product_details_section {
    padding: 80px 0 20px;
  }

  .xzoom {
    border: 0.5px solid #ddd;
    width: 100%;
    height: auto;
    box-shadow: none;
  }

  .product_details_content .breadcrumb-item {
    font-size: 12px;
    margin-top: 10px;
  }
  .product_details_content p {
    width: 100%;
  }

  .products_tabs_section nav .nav_tab {
    padding: 6px 16px;
    color: #444;
    background: #ddd;
    margin-right: 2px;
    font-size: 14px;
  }

  .checkout_form {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
  }

  .order_details {
    padding: 20px;
    margin: 0px;
  }
 


}

/* Small Mobile - END (320 * 440) */
/*---------------------------------------------------------------------------------------------------------------------*/
/* Medium Mobile - START (441 * 575)*/
@media (min-width: 441px) and (max-width: 575px) {
  .ptb {
    padding: 40px 0;
  }

  .container-fluid {
    padding: 0px 13px;
  }

  .top_part p {
    font-size: 14px;
    color: var(--white);
    font-family: Larsseit-light;
  }

  .header_part {
    padding: 15px 0;
  }

  .header_part img {
    height: 30px;
  }

  .heading {
    padding-bottom: 25px;
  }

  .heading h4 {
    font-size: 25px;
  }

  .header_part .dropdown {
    margin-left: 20px;
  }

  .cart_sidebar_toggle {
    margin-left: 20px;
  }

  .banner_section {
    padding: 130px 0 50px;
  }

  .banner_text h1 {
    font-size: 35px;
  }

  .banner_slide_img {
    margin-top: 20px;
  }


  .category_item {
    margin: 5px 0px;
  }

  .solution_section {
    padding: 60px 0;
  }

  .solution_section h4 {
    font-size: 25px;
    margin-bottom: 40px;
  }


  .topseller_section {
    padding: 80px 0;
  }

  .left_arrow {
    position: absolute;
    left: 35%;
    top: 108%;
  }

  .right_arrow {
    right: 35%;
    top: 108%;
  }

  .product_items h5 {
    font-size: 20px;
  }

  .guarantee_bg {
    padding: 40px 10px;
    background-position: right;
  }

  .guarantee_text {
    margin-bottom: 30px;
  }

  .guarantee_text h3 {
    font-size: 40px;
  }

  .testimonial_section {
    background: #f3f3f3;
    padding: 80px 0;
  }

  .footer_section {
    padding: 50px 0 20px;
  }


  .footer_content {
    padding: 20px 10px;
  }

  .bottom_section p {
    text-align: center;
    padding-bottom: 10px;
  }

  .bottom_section .footer_social {
    text-align: center;

  }

  /*  ============  */


  .product_section h3 {
    margin-top: 30px;
  }

  .category_open {
    display: block;

  }

  .category_sidenav {
    display: none;
    margin-bottom: 30px;
  }

  .category_sidenav_content {
    background: #eee;
    margin: 0px 0px 30px;
  }

  .category_sidenav_content h4 {
    display: none;
  }


  .title_section {
    padding: 90px 0px 30px;
  }

  .title_section h1 {
    padding-bottom: 20px;
    font-family: 'roboto';
    font-size: 35px;
  }


  .product_details_section {
    padding: 80px 0 20px;
  }

  .xzoom {
    border: 0.5px solid #ddd;
    width: 100%;
    height: auto;
    box-shadow: none;
  }

  .product_details_content .breadcrumb-item {
    font-size: 12px;
    margin-top: 10px;
  }
  .product_details_content p {
    width: 100%;
  }

  .products_tabs_section nav .nav_tab {
    padding: 6px 16px;
    color: #444;
    background: #ddd;
    margin-right: 2px;
    font-size: 14px;
  }

  .checkout_form {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
  }

  .order_details {
    padding: 20px;
    margin: 0px;
  }
 

}

/* Medium Mobile - END (441 * 575) */
/*---------------------------------------------------------------------------------------------------------------------*/
/* Large Mobile - START (576 * 764)*/
@media (min-width: 576px) and (max-width: 764px) {
  .ptb {
    padding: 40px 0;
  }

  .container-fluid {
    padding: 0px 13px;
  }

  .top_part p {
    font-size: 14px;
    color: var(--white);
    font-family: Larsseit-light;
  }

  .header_part {
    padding: 15px 0;
  }

  .header_part img {
    height: 30px;
  }

  .heading {
    padding-bottom: 25px;
  }

  .heading h4 {
    font-size: 25px;
  }

  .header_part .dropdown {
    margin-left: 20px;
  }

  .cart_sidebar_toggle {
    margin-left: 20px;
  }

  .banner_section {
    padding: 130px 0 50px;
  }

  .banner_text h1 {
    font-size: 35px;
  }

  .banner_slide_img {
    margin-top: 20px;
  }


  .category_item {
    margin: 5px 0px;
  }

  .solution_section {
    padding: 60px 0;
  }

  .solution_section h4 {
    font-size: 25px;
    margin-bottom: 40px;
  }


  .topseller_section {
    padding: 80px 0;
  }

  .left_arrow {
    position: absolute;
    left: 35%;
    top: 108%;
  }

  .right_arrow {
    right: 35%;
    top: 108%;
  }

  .product_items h5 {
    font-size: 20px;
  }

  .guarantee_bg {
    padding: 40px 10px;
    background-position: right;
  }

  .guarantee_text {
    margin-bottom: 30px;
  }

  .guarantee_text h3 {
    font-size: 40px;
  }

  .testimonial_section {
    background: #f3f3f3;
    padding: 80px 0;
  }

  .footer_section {
    padding: 50px 0 20px;
  }


  .footer_content {
    padding: 20px 10px;
  }

  .bottom_section p {
    text-align: center;
    padding-bottom: 10px;
  }

  .bottom_section .footer_social {
    text-align: center;

  }

  /*  ============  */


  .product_section h3 {
    margin-top: 30px;
  }

  .category_open {
    display: block;

  }

  .category_sidenav {
    display: none;
    margin-bottom: 30px;
  }

  .category_sidenav_content {
    background: #eee;
    margin: 0px 0px 30px;
  }

  .category_sidenav_content h4 {
    display: none;
  }


  .title_section {
    padding: 90px 0px 30px;
  }

  .title_section h1 {
    padding-bottom: 20px;
    font-family: 'roboto';
    font-size: 35px;
  }


  .product_details_section {
    padding: 80px 0 20px;
  }

  .xzoom {
    border: 0.5px solid #ddd;
    width: 100%;
    height: auto;
    box-shadow: none;
  }

  .product_details_content .breadcrumb-item {
    font-size: 12px;
    margin-top: 10px;
  }
  .product_details_content p {
    width: 100%;
  }

  .products_tabs_section nav .nav_tab {
    padding: 6px 16px;
    color: #444;
    background: #ddd;
    margin-right: 2px;
    font-size: 14px;
  }

  .checkout_form {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
  }

  .order_details {
    padding: 20px;
    margin: 0px;
  }
 


}

/* Large Mobile - END  (576 * 764)*/
/*---------------------------------------------------------------------------------------------------------------------*/
/*  TAB - START (765 * 991)*/
@media (min-width: 765px) and (max-width: 991px) {}

/*  TAB - END (765 * 991)*/
/*---------------------------------------------------------------------------------------------------------------------*/
/*  Laptop - START (992 * 1199)*/
@media (min-width: 992px) and (max-width: 1199px) {}

/*  Laptop - END (992 * 1199)*/
/*---------------------------------------------------------------------------------------------------------------------*/
/*  Destop - START (1200 * 1300)*/
@media (min-width: 1200px) and (max-width:1500px) {}

/*  Destop - END (1200 * 1500)*/
/*---------------------------------------------------------------------------------------------------------------------*/