@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html, body {
  width: 100vw;
  overflow-x: hidden;
}

main {
  width: 100vw;
}

.sidebar .widget {
  width: 100%;
}
.sidebar .widget.widget_block {
  width: 100%;
}
.sidebar form {
  width: 100%;
}
.sidebar form label {
  display: none;
}
.sidebar form div.wp-block-search__inside-wrapper {
  display: flex;
  flex-wrap: nowrap;
  background-color: #f5f5f5;
}
.sidebar form div.wp-block-search__inside-wrapper input {
  width: 80%;
  height: 30px;
  border: none;
  background-color: #fff;
}
.sidebar form div.wp-block-search__inside-wrapper button {
  width: 20%;
  height: 30px;
  border: none;
  background-color: #fff;
  color: #000;
}
.sidebar h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}
.sidebar ul.wp-block-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar ul.wp-block-categories li a {
  display: block;
  line-height: 1.2em;
  font-size: 15px;
  font-size: 300;
}
.sidebar ul.wp-block-latest-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar ul.wp-block-latest-posts li div.wp-block-latest-posts__featured-image {
  display: block;
  width: 40%;
}
.sidebar ul.wp-block-latest-posts li div.wp-block-latest-posts__featured-image a {
  display: block;
  width: 100%;
}
.sidebar ul.wp-block-latest-posts li div.wp-block-latest-posts__featured-image a img {
  width: 100%;
}
.sidebar ul.wp-block-latest-posts li a.wp-block-latest-posts__post-title {
  display: block;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}
.sidebar ul.wp-block-latest-posts li a.wp-block-latest-posts__post-title:hover {
  text-decoration: underline;
}
.sidebar ul.wp-block-latest-posts li time {
  font-size: 13px;
  font-weight: 300;
}





ul.medicine-specs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 300px;
}
ul.medicine-specs li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 25px;
}
ul.medicine-specs li:before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    content: '...................................................................................................................';
    z-index: -1;
    height: 32px;
}
ul.medicine-specs li strong {
    font-size: 13px;
    font-weight: 500;
    display: block;
    line-height: inherit;
    background-color: #fff;
    padding-right: 5px;
}
ul.medicine-specs li span {
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: inherit;
    background-color: #fff;            
    padding-left: 5px;
}



/*# sourceMappingURL=main.css.map */