/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1280px) { 

}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo-area h1{
    padding:0 !important;
    padding-top: 24px !important;
  }
  .main-menu-areas .header-btn {
    margin-top: 26px;
    margin-right: 65px;
  }
  .mean-container a.meanmenu-reveal {
      margin-top: -36px !important;
  }

  .widget-area {
      margin-top: 70px;
  }
  .woocommerce-checkout .woocommerce ul.order_details li {
    width: 100%;
    margin-top:10px;
  }
  .rc-post-content {
    margin-top:10px !important;
  }
  section.related.products {
      margin-top: 70px;
  }
  .footer-top-single-item {
    justify-content: flex-start !important;
  }
  .footer-top-single-item {
    margin-bottom: 15px !important;
  }
  .footer-top-single-item:last-child {
    margin-bottom: 0;
  }
  section.banner-area.banner-bg-two {
      padding-top: 100px !important;
      padding-bottom: 100px !important;
  }
  ul.plspoint-main-menu li:last-child a {
      background: none !important;
      padding: 10px 5% !important;
      border-radius: 0 !important;
      color: #fff !important;
  }
}

@media (max-width: 782px) {
  .admin-bar .sticky-menu {
      top: 45px !important;
  }
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .admin-bar .sticky-menu {
      top: 45px !important;
  }
  .logo-area h1{
    padding:0 !important;
    padding-top: 24px !important;
  }
  .main-menu-areas .header-btn {
    margin-top: 26px;
    margin-right: 65px;
  }
  .mean-container a.meanmenu-reveal {
      margin-top: -36px !important;
  }
  .widget-area {
      margin-top: 70px;
  }
  .woocommerce-checkout .woocommerce ul.order_details li {
    width: 100%;
    margin-top:10px;
  }
  .logged-in.woocommerce-account .woocommerce-MyAccount-content {
      margin-top: 50px;
  }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
      width: 100%;
  }
  .banner-content p {
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .footer-copyright-text{
    width: 100%;
    text-align:center;
  }
  .footer-copyright-social {
    width: 100%;
    margin-top:10px;
    text-align:center;
  }
  .rc-post-content {
    margin-top:10px !important;
  }
  section.banner-area.banner-bg-two {
      padding-top: 100px !important;
      padding-bottom: 100px !important;
  }
  li.list-inline-item {
      border-right: 0 !important;
      width: 100%;
      margin-bottom: 10px;
  }
  .widget-woocommerce-sidebar-area {
      margin-top: 70px;
  }
  section.related.products {
      margin-top: 70px;
  }
  ul.plspoint-main-menu li:last-child a {
      background: none !important;
      padding: 10px 5% !important;
      border-radius: 0 !important;
      color: #fff !important;
  }
  .breadcrumb-area .page-title h1 {
    font-size: 30px;
  }

  .footer-top-single-item {
    justify-content: flex-start !important;
  }
  .footer-top-single-item {
    margin-bottom: 15px !important;
  }
  .footer-top-single-item:last-child {
    margin-bottom: 0;
}

}


/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {


}


/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* contact */
  div.wpcf7 label.name-area{
    width: 100% !important;
    float: none !important;
  }
  div.wpcf7 label.email-area{
    width: 100% !important;
    float: none !important;
  }
  div.wpcf7 label.contactfor-area{
    width: 100% !important;
    float: none !important;
  }
  div.wpcf7 label.supportfor-area{
    width: 100% !important;
    float: none !important;
  }

}

/* 6. Extra small Device : 600px */
@media (max-width: 600px) {
  .admin-bar .sticky-menu {
      top: -1px !important;
  }

  .single-comment .comments-avatar {
    float:none !important;
    margin-bottom: 15px;
  }
  .comment-text .avatar-name .comment-reply-link {
    float:none !important;
    display: inline-block;
    overflow: hidden;
    margin-top:10px !important;
  }

  .comment-text .avatar-name h6 {
    display: block;
    overflow: hidden;
  }
  .comment-text .avatar-name span{
    display: block;
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .woocommerce form .form-row-first, 
  .woocommerce form .form-row-last, 
  .woocommerce-page form .form-row-first, 
  .woocommerce-page form .form-row-last {
      width: 100%;
  }
  .logo-area h1 {
    font-size: 20px !important;
  }
}

@media (max-width: 375px) { 
  .main-menu-areas .header-btn {
    display: none !important;
  }
  .single-comment .comments-avatar {
    float:none !important;
    margin-bottom: 15px;
  }
  .comment-text .avatar-name .comment-reply-link {
    float:none !important;
    display: inline-block;
    overflow: hidden;
    margin-top:10px !important;
  }

  .comment-text .avatar-name h6 {
    display: block;
    overflow: hidden;
  }
  .comment-text .avatar-name span{
    display: block;
    overflow: hidden;
  }

}

@media (max-width: 320px) {
  .woocommerce form .form-row-first, 
  .woocommerce form .form-row-last, 
  .woocommerce-page form .form-row-first, 
  .woocommerce-page form .form-row-last {
      width: 100%;
  }

  .main-menu-areas .header-btn {
    display: none !important;
  }

  .single-comment .comments-avatar {
    float:none !important;
    margin-bottom: 15px;
  }
  .comment-text .avatar-name .comment-reply-link {
    float:none !important;
    display: inline-block;
    overflow: hidden;
    margin-top:10px !important;
  }
  .footer-top-single-item .footer-top-title {
    font-size: 16px !important;
  }

}