/* GENERAL */
@keyframes pulsar {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(92, 179, 82, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(92, 179, 82, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(92, 179, 82, 0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
input::placeholder,
textarea::placeholder{
  color: #888888!important;
}
[role="button"] {
  cursor: pointer;
}
.fa {
}
  .fa.fa-instagram {
    color: #C13584;
  }
  .fa.fa-telegram {
    color: #0088cc;
  }
  .fa.fa-facebook,
  .fa.fa-facebook-f {
    color: #4267B2;
  }
  .fa.fa-vk {
    color: #4C75A3;
  }
  .fa.fa-youtube {
    color: #FF0000;
  }
  .fa-viber:before {
    content: "\f409"
  }
.text-primary {
  color: #57b946 !important;
}
  .btn-primary {
    color: #fff;
    background-color: #57b946;
    border-color: #57b946;
  }
  .btn-primary:hover {
    background-color: #568701;
    border-color: #568701;
  }
.border-primary {
  border-color: #57b946 !important;
}
.large {
  font-size: 120%;
}
.row-equal-height {
  display: flex;
  flex-flow: row wrap;
}
  .row-equal-height::before {
    display: block;
  }
.bg-success {
  background-color: #57b946 !important;
}
.bg-backdrop-success .modal-backdrop {
  background-color: #57b946;
}
.square-image {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
  .square-image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .square-image.rectangle-image:after {
    content: "";
    display: block;
    padding-bottom: 60%;
  }
.container-fluid {
  max-width: 1920px;
}
.img-container {
  width: 100%;
  overflow: hidden;
}
  .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .img-square {
    aspect-ratio: 1 / 1;
  }
  .img-rectangle {
    aspect-ratio: 2 / 1;
  }
.tooltip-inner {
  max-width: 300px;
  padding: .55rem 1rem;
  background-color: #57b946;
}
.popover {
  max-width: 320px;
}
.price-tooltip {
  text-decoration: underline;
  text-decoration-style: dotted;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
}
  .price-tooltip .fa-info-circle:before {
    content: "$€₴₽";
    background: #57b946;
    color: #fff;
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 16px;
  }
.text-underline-dotted {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.collapse {
}
  [aria-expanded="false"] > .expanded,
  [aria-expanded="true"] > .collapsed {
    display: none;
  }
.alert {
}
  .alert ul {
    margin-left: 15px;
  }
.selectmenu {
}
  li.ui-state-disabled {
    display:none;
  }
.hold-hover {

}
  .hold-hover .hover-trigger {
  }
  .hold-hover .hold-popup {
    display: none;
  }
  .hold-hover .hold-popup.state-visible {
    display: block;
  }
  .hold-hover:hover .hold-popup {
    display: block;
  }
.recaptcha-container {
  display: none;
}
.precaptcha-container {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
  border: 1px solid #ccc;
  padding: 10px;
  width: 300px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
  .precaptcha-checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
  }
    .precaptcha-checkbox.checked {
      border-color: #4caf50;
      background: #4caf50;
    }
    .precaptcha-checkmark {
      position: absolute;
      left: 4px;
      top: 4px;
      width: 8px;
      height: 8px;
      background: #fff;
      border-radius: 50%;
      transform: scale(0);
      transition: transform 0.2s ease;
    }
    .precaptcha-checkbox.checked .precaptcha-checkmark {
      transform: scale(1);
    }
  .precaptcha-label {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
  }
  .precaptcha-animation {
    margin-left: auto;
    display: none;
    align-items: center;
    justify-content: center;
  }
    .precaptcha-animation.active {
      display: flex;
    }
    .precaptcha-loading-circle {
      width: 18px;
      height: 18px;
      border: 3px solid #ccc;
      border-top: 3px solid #4caf50;
      border-radius: 50%;
      animation: spin 1s linear infinite;
    }
.grecaptcha-badge {
    visibility: hidden !important;
}
.owl-carousel.owl-shift-fix {
    display: block;
}
  .owl-carousel.owl-shift-fix:not(.owl-loaded) > div:not(:first-child) {
      display: none;
  }
#lg-download {
  display: none !important;
}

/* HEADER */
.site-header {
  min-height: 171px;
}
.top-banner {
  padding: 8px 0px;
  background: #343a40;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
  .top-banner p {
    line-height: 26px;
  }
  .top-banner a {
    color: #57b946;
    text-decoration: underline;
  }
  .top-banner-info p > span:first-child {
    display: inline;
  }
  .top-banner-info p > span:last-child {
    display: none;
  }
.top-bar.colored {
  background: #57b946;
  color: #fff;
  font-size: 14px;
}
  .top-bar.colored p,
  .top-bar.colored .social-media li a,
  .top-bar.colored .language-drp button,
  .language-drp button::before {
    color: #fff;
  }
  .top-bar.colored .social-media li a .fa {
    color: #fff;
    font-size: 16px;
  }
.show>.btn-primary.dropdown-toggle {
  border-left: 1.5px solid #eaeaea;
}
.navbar-brand img {
  height: 75px;
  max-width: none;
}
.nav-link.mobile-item {
  font-size: 18px;
  color: #2b2b2b;
  font-weight: bold;
  display: none;
}
.nav-item.dropdown .navbar-nav.submenu {

}
  .nav-item.dropdown .navbar-nav.submenu.hold-popup.state-visible {
    display: flex;
  }
  .hold-hover:hover .nav-item.dropdown .navbar-nav.submenu.hold-popup {
    display: flex;
  }
.right-nav .cart_dropdown .nav-link {
  white-space: nowrap;
}

/* CONTENT */
.product_detail_right {
}
  .product_detail_right .product_price {
    margin-right: 30px;
  }
.iti.iti--show-flags {
  display: inherit;
}
  .iti__search-input {
    /*display: none !important;*/
  }
  .iti__xy {
      --iti-flag-offset: 20px;
  }
  .product_details_outer .tab-content>.tab-pane ul.iti__country-list li:before,
  .product_details_outer .tab-content>.tab-pane ul.iti__country-list li:after {
    content: none;
  }
  .product_details_outer .tab-content>.tab-pane ul.iti__country-list li {
    padding: 8px var(--iti-spacer-horizontal);
  }
.testimonial.banners {
  background-image: none;
}
  .banners .test-content-inner img:last-child {
    display: none;
  }
.testimonial_sec.hm-one .testimonial_content i {
  display: none;
}
.best-doctors.vacancies {

}
  .best-doctors.vacancies .content-inner span {
    border: none;
  }
  .best-doctors.vacancies .title-wrap {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
  }
.our_services {
  padding: 50px 0px;
  background: #f4f4f4;
}
.pharmacies-section.testimonial {
  background: none;
  margin: 0;
}
.shop_left_bar .alphabet-filter {
  position: relative;
  margin-bottom: 40px;
}
  .shop_left_bar .alphabet-filter ul {
    list-style: none;
    text-align: center;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 25px);
    grid-gap: 5px;
  }
  .shop_left_bar .alphabet-filter li.active a {
    background: #57b946;
    color: #fff;
    padding: 3px 7px;
  }
.shop_left_bar .subcategories {
	position: relative;
	margin-bottom: 40px
}
  .shop_left_bar .subcategories ul li > ul:first-of-type {
    border-left: 1px solid #568701;
    padding-left: 15px;
    margin-bottom: 8px;
  }
    .shop_left_bar .subcategories ul li > ul:first-of-type li a {
      font-size: 15px;
      line-height: 20px;
    }
  .shop_left_bar .subcategories ul li {
    transition: .5s ease-in-out;
    padding-left: 0;
    list-style: none;
    position: relative;
    line-height: 36px;
  }
  .shop_left_bar .subcategories ul li a {
    display: inline-block;
    position: relative;
    transition: .5s ease-in-out;
    font-size: 16px;
    line-height: 22px;
    color: #2b2b2b;
    font-weight: 400;
    width: 100%;
    padding-right: 20px;
  }
  .shop_left_bar .subcategories ul li a span {
	display: block;
    position: absolute;
    top: 2px;
    right: 0;
    width: 20px;
    height: 20px;
    background: #57b946;
    color: #fff;
    line-height: 22px;
    text-align: center;
  }
  .shop_left_bar .subcategories ul li.empty a span {
    display: none;
  }
  .shop_left_bar .subcategories ul li:hover > a:first-of-type {
    color: #57b946;
  }
  .shop_left_bar .subcategories ul li:hover a span {
    background: #568701;
    color: #fff;
  }
  .shop_left_bar .subcategories ul li.active > a:first-of-type {
    color: #57b946;
    font-weight: bold;
  }
  .shop_left_bar .subcategories ul li.active > a:first-of-type span {
    background: #568701;
  }
.top-products {
  background: rgb(87 185 70 / 5%) !important;
}
  .top-products .heading .h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
  }
  .top-products .owl-carousel .owl-dots {
    bottom: -10px;
  }
.product_details_outer {
}
  .product_details_outer .tab-content>.tab-pane p,
  .product_details_outer .tab-content>.tab-pane ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 16px !important;
  }
  .product_details_outer .tab-content>.tab-pane :is(h3, h4, h5, h6) {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
.sub-categories-list {

}
  .sub-categories-list ul li {
    padding-left: 20px;
    list-style: none;
    position: relative;
    line-height: 30px;
  }
  .sub-categories-list ul li:before {
    position: absolute;
    content: "\f0da";
    color: #767676;
    left: 0;
    top: -1px;
    font-size: 16px;
    font-family: 'FontAwesome';
  }
.widget_search {
}
  .widget_search.focused {
    z-index: 1050;
  }
  .search-focus-overlay {
    display: none;
    position: absolute;
    left: -30px;
    top: -30px;
    width: calc(100% + 60px);
    height: calc(100% + 430px);
    background: #fff;
  }
  .search-backdrop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    background: #00000059;
  }
  .quick-search-result {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 400px;
    background: #fff;
    overflow: scroll;
  }
  .shop_right_bar.quick-search-result .image {
    overflow: visible;
    max-width: 80px;
  }
  .search-clear-btn {
    line-height: normal;
  }
  .quick-search-result .quick-view-btn {
    min-width: 120px;
  }
  .quick-search-result .price-quantity-area {
    line-height: 0px;
    gap: 20px;
  }
.filter-toggle-btn {
}
  .filter-toggle-btn.sticky {
    position: fixed;
    z-index: 15;
    top: 95px;
    left: 0;
    width: 100%;
  }
  .filter-toggle-space.sticked {
    height: 36px;
    margin-bottom: 48px;
  }
  .shop_ .widget_price_filter .price_slider_amount .price_label {
    float: none;
  }
.brands-toggle-list {
  overflow: scroll;
  max-height: 300px;
}
  .shop_left_bar .brands-toggle-list li a {
    font-size: 16px;
    line-height: 22px;
  }
  .brands-toggle-btn {
    font-size: 13px !important;
    min-height: 35px;
    line-height: 35px;
  }
.quick-view-btn.theme-btn {
  font-size: 13px !important;
  min-height: 35px;
  line-height: 35px;
}
.add-cart-btn.added {
  background-color: #343a40 !important;
  color: #fff;
}
  .add-cart-btn span:nth-child(2) {
    display: none !important;
  }
  .add-cart-btn.added span:nth-child(1) {
    display: none !important;
  }
  .add-cart-btn.added span:nth-child(2) {
    display: block !important;
  }
.departmet_sidebar_left .department_ ul li a img {
  width: 20px;
}
  .departmet_sidebar_left .department_ ul li:hover a img,
  .departmet_sidebar_left .department_ ul li.active a img {
    filter: brightness(0.25);
  }
.blog_content {
  margin-bottom: 50px;
}
  .tag_cloud .tags a {
    font-size: 14px;
    line-height: 26px;
    padding: 3px 10px;
    margin-right: 7px;
    margin-bottom: 10px;
  }
.content-wrapper {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2b2b2b;
}
  .content-wrapper h3,
  .content-wrapper h4,
  .content-wrapper h5,
  .content-wrapper h6 {
    margin-bottom: 15px;
  }
  .content-wrapper p {
    margin-bottom: 15px;
    padding: 0;
    color: #2b2b2b;
  }
  .content-wrapper ul {
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 0;
  }
    .content-wrapper ul li {
      position: relative;
      display: block;
      color: #2b2b2b;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
      padding-left: 20px;
    }
      .content-wrapper ul li:before {
        position: absolute;
        content: '';
        width: 7px;
        top: 9px;
        height: 7px;
        left: 1px;
        background: #888888;
        border-radius: 30px;
      }
      .content-wrapper ul li:after {
        position: absolute;
        content: '';
        border: 1px solid #888888;
        width: 11px;
        top: 7px;
        height: 11px;
        left: -1px;
        background: transparent;
        border-radius: 30px;
      }
  .content-wrapper iframe {
    width: 100%;
    height: 500px;
  }
  .content-wrapper video {
    width: 100%;
    height: auto;
  }
.video-poster .video-holder {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(87 185 70 / 25%);
}
  .video-poster .video-holder .icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #57b946;
    transition: .5s ease;
    position: absolute;
    text-align: center;
    background: #fff;
    border-radius: 50px;
  }
  .video-poster .video-holder .icon::before {
    position: absolute;
    content: '';
    width: 77px;
    height: 77px;
    background: rgba(255, 255, 255, .5);
    z-index: -10;
    border-radius: 50px;
    top: -11px;
    left: -8px;
  }
  .video-poster .video-holder .icon .flaticon-multimedia {
    font-size: 60px;
    line-height: 54px;
  }
.shop_cart_ table tbody td img {
  max-width: 100px;
}
.Order_ {
}
  .Order_ label {
    color: #000;
    font-weight: bold;
  }
.ads-block {
}
  .google-auto-placed {
    clear: none !important;
  }
  .row > div[class^="col-"] + .google-auto-placed {
    display: none !important;
  }
.messengers-group {
  gap: 15px;
}


/* FOOTER */
footer {
}
.lg-outer {
  direction: ltr;
}

/* EXTRA */
.info-message {
  position: fixed;
  z-index: 1050;
  bottom: 0;
  margin-left: 1rem;
  max-width: 400px;
}
  .info-message.alert-success {
    background: #57b946;
    color: #fff;
  }
  .info-message a {
    color: #fff;
    text-decoration: underline;
  }
    .info-message a:hover {
      color: #000;
    }
.transfer-floating-button {
  position: fixed;
  z-index: 999;
  bottom: 130px;
  right: 45px;
  width: 1px;
}
  .transfer-floating-button > div {
    width: 300px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 0% 0%;
    white-space: nowrap;
    background: #57b946;
    color: #fff;
    text-transform: uppercase;
    transition: box-shadow .2s ease-in-out;
    -webkit-box-shadow: 0px 0px 20px #57b946;
    box-shadow: 0px 0px 20px #57b946;
    border-radius: 30px 30px 0px 0px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 10px 30px;
  }
  .transfer-floating-button > div:hover {
    background-color: #568701;
    -webkit-box-shadow: 0px 0px 20px #568701;
    box-shadow: 0px 0px 20px #568701;
    color: #fff;
  }
.triggerWrapper {
  --l: 4.5em;
  position: fixed;
  z-index: 1055;
  right: 20px;
  bottom: 20px;
}
  .triggerButton {
    display: none;
  }
    .triggerButton + label {
      cursor: pointer;
      position: absolute;
      right: 0;
      bottom: 0;
      margin: 0;
      background-color: #57b946;
      height: var(--l);
      width: var(--l);
      border-radius: 50%;
      z-index: 2;
      animation: pulsar 3s infinite;
      text-align: center;
      line-height: 0;
    }
      .triggerButton + label:hover {
        background-color: #568701;
      }
      .triggerButton + label i {
        font-size: 25px;
        line-height: 43px;
        color: #fff;
      }
      .triggerButton + label span {
        display: block;
        font-size: 10px;
        line-height: 0;
        letter-spacing: -0.3px;
        color: #fff;
        font-weight: bold;
      }
  .triggerOne, .triggerTwo, .triggerThree {
    cursor: pointer;
    position: absolute;
    right: 1em;
    bottom: 1em;
    padding: 1em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
    transform: rotateZ(90deg);
    font-size: 1em;
    color: #fff;
    text-align: center;
    transition-property: all;
    transition-duration: .35s;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
    .triggerOne.fa, .triggerTwo.fa, .triggerThree.fa {
      color: #fff;
    }
    .triggerButton:checked ~ .triggerOne, .triggerButton:checked ~ .triggerTwo, .triggerButton:checked ~ .triggerThree {
      opacity: 1;
    }
    .triggerButton:checked ~ .triggerOne {
      background-color: #0088cc;
      transform: translateX(-5em) translateY(1.0em);
      transition-delay: .2s;
    }
    .triggerButton:checked ~ .triggerTwo {
      background-color: #25D366;
      transform: translateX(-3.5em) translateY(-3.5em);
      transition-delay: .1s;
    }
    .triggerButton:checked ~ .triggerThree {
      background-color: #7360F2;
      transform: translateX(1.0em) translateY(-5em);
    }
      .triggerButton:checked ~ .triggerThree svg {
        margin-bottom: 2px;
      }
    .triggerButton:checked ~ .triggerOne:hover, .triggerButton:checked ~ .triggerTwo:hover, .triggerButton:checked ~ .triggerThree:hover {
      opacity: .9;
    }

/* RESPONSIVE */
@media (min-width: 768px) {
  .owl-carousel.owl-shift-fix.owl-items {
  }
    .owl-carousel.owl-shift-fix:not(.owl-loaded).owl-items-2 > div {
      width: 50%;
    }
    .owl-carousel.owl-shift-fix:not(.owl-loaded).owl-items-3 > div {
      width: 33.33%;
    }
    .owl-carousel.owl-shift-fix:not(.owl-loaded).owl-items-4 > div {
      width: 25%;
    }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link.link_hd {
    padding: 30px 10px 28px 10px;
    white-space: nowrap;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .navbar-nav .nav-link {
    padding: 20px 13px;
  }
}
@media (max-width: 991.98px) {
  .site-header {
    min-height: 210px;
  }
  .nav-link.mobile-item {
    display: inline;
  }

  .home-page-one .main-slider .slide.slide-1 {
    background-position: 0px center;
  }
  .filter-toggle-btn {
  }
    #filter-toggle:not(.show) {
      display: none;
    }
  .carousel-basic .owl-nav {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .top-banner {
    padding: 5px 0px;
    font-size: 14px;
  }
    .top-banner p {
      line-height: 20px;
    }
    .top-banner-info p > span:first-child {
      display: none;
    }
    .top-banner-info p > span:last-child {
      display: inline;
    }

  .banners .test-content-inner img:first-child {
    display: none;
  }
    .banners .test-content-inner img:last-child {
      display: block;
    }
  .shop_left_bar .product-search-form {
  }
    .shop_left_bar .product-search-form .product-type {
      width: 100%;
    }
  .widget_search {
  }
    .shop_right_bar.quick-search-result .image {
      max-width: 50px;
      min-width: 50px;
    }
    .shop_right_bar.quick-search-result .image a {
      font-size: 16px;
    }
    .shop_right_bar.quick-search-result .image .overlay_cart {
      transform: scale(0.75);
      transform-origin: center right;
    }
    .quick-search-result .price-quantity-area {
      gap: 15px;
    }
  .shop_cart_ .result-details .col-lg-8 {
    order: 1;
  }
  .shop_right_bar .shop_products_outer {
  }
    .shop_right_bar .shop_products_outer .image {
      margin-bottom: 10px;
    }
    .porduct_des h2, .porduct_des h3 {
      line-height: 22px;
      font-size: 16px;
    }
  .product_details_outer {
  }
    .product_details_outer .tab-content>.tab-pane p,
    .product_details_outer .tab-content>.tab-pane ul {
      margin-top: 0px !important;
      margin-bottom: 0px !important;
      font-size: 16px !important;
    }
    .product_details_outer .tab-content>.tab-pane :is(h3, h4, h5, h6) {
      margin-top: 0px !important;
      margin-bottom: 0px !important;
    }
  #category-info-collapse:not(.show) {
      display: none;
  }
  .cart-details {
    order: 1;
  }
  .quick-view-btn.theme-btn {
    font-size: 12px !important;
    padding: 0 5px;
  }

  .info-message.alert-success {
    max-width: 100%;
    width: calc(100% - 100px);
  }
  .notify-message .modal-title {
    font-size: 18px;
  }
  .triggerWrapper {
    right: 10px;
    bottom: 10px;
  }
    .triggerButton + label {
    }
  .transfer-floating-button {
    right: 35px;
  }
    .transfer-floating-button > div {
      width: 250px;
      font-size: 14px;
      padding: 5px 20px;
      -webkit-box-shadow: 0px 0px 15px #57b946;
      box-shadow: 0px 0px 15px #57b946;
    }
}
@media (max-width: 540px) {
  .site-header {
    min-height: 225px;
  }

  .quick-view-btn.theme-btn {
    font-size: 10px !important;
  }
}