/*!
Theme Name: Clan Meds
Theme URI: https://itclanbd.com/
Author: ThemeClan
Author URI: https://www.templatemonster.com/authors/themeclan/
Description: Clan Meds is a modern, responsive e-commerce theme designed for medical and healthcare-related online stores. Featuring a clean design and user-friendly interface, Clan Meds offers advanced search and filter options, secure payment gateways, customizable product displays, and seamless integration with popular plugins. It is optimized for speed and SEO, ensuring a smooth shopping experience across all devices.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ichealpack
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, e-commerce
*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* main navigation css */
.ic_healpack_navbar .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
.ic_healpack_navbar
  .navbar-expand-lg
  .navbar-nav
  .nav-item.current-menu-item
  .nav-link {
  color: #8cc651;
}

/* post pagination css */
.pagination-wrapper .nav-links {
  width: 100%;
}

.pagination-wrapper .nav-links .prev {
  float: left;
}

.pagination-wrapper .nav-links .next {
  float: right;
}

.pagination-wrapper .nav-links a,
.pagination-wrapper .nav-links .page-numbers.current {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #185fac;
  color: #fff;
  background: #185fac;
  position: relative;
  z-index: 9;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  margin: 0 5px;
}

.pagination-wrapper .nav-links .page-numbers.current {
  background: #8cc651;
  color: #fff;
  border: 1px solid #8cc651;
}

.pagination-wrapper .nav-links a:hover {
  background: #8cc651;
  color: #fff;
  border: 1px solid #8cc651;
}

.nav-links .placeholder {
  display: none;
  visibility: hidden;
}

/* comment from css */

.ic_comment_man .has-children .depth-2 {
  padding-left: 25px;
}

.ic_comment_man .has-children .depth-3 {
  padding-left: 50px;
}

.ic_comment_man .has-children .depth-4 {
  padding-left: 75px;
}

.ic_comment_man .has-children .depth-5 {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .ic_comment_man .has-children .depth-2 {
    padding-left: 10px;
  }

  .ic_comment_man .has-children .depth-3 {
    padding-left: 20px;
  }

  .ic_comment_man .has-children .depth-4 {
    padding-left: 30px;
  }

  .ic_comment_man .has-children .depth-5 {
    padding-left: 40px;
  }
}
