/* Laptop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .section-title .titles {
    font-size: 48px;
  }
}

/* Normal desktop (LG) :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title .titles {
    font-size: 42px;
  }
}

/* Tablet desktop (MD) :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 38px;
  }
}

/* small mobile (XS) :320px. */
@media (max-width: 767px) {
  .latest-comments ul li ul.children {
    padding-left: 0;
  }

  .latest-comments ul li ul.children {
    padding-left: 0;
  }

  .section-title .title {
    font-size: 36px;
  }

  .home-slider-1 .single-slide .slider-content-1 p br {
    display: none;
  }
  .cart-table .quantity {
    float: none;
  }
  .blog-comments .latest-comments .comments-box .comments-text .comments-author-name h5 {
    display: block;
    margin-bottom: 4px;
  }
  .blog-comments .latest-comments .comments-box .comments-text .comments-author-name span {
    float: none !important;
    margin-bottom: 5px;
    display: block;
  }
  .breadcrumb-area .title {
    font-size: 36;
  }
}

/*
 Large Mobile :480px. */
@media only screen and (min-width: 580px) and (max-width: 767px) {
  .section-title .titles {
    font-size: 36px;
  }
}
