@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/Century Gothic.ttf");
  font-display: swap
}

@font-face {
  font-family: "Century Gothic Bold";
  src: url("../fonts/Century Gothic Bold.ttf");
  font-display: swap
}

::-webkit-scrollbar {
  width: 10px;
  height: 3px;
}

body {
  height: auto;
}

.content {
  height: 100%;
}

.main {
  height: auto;
}

@media (min-width: 1200px) {
  body {
    min-width: 1200px;
  }
}

#promo_code {
  display: none;
}

::-webkit-scrollbar-thumb {
  height: 100px;
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%);
  border-radius: 3px;
}

.front-desc {
  margin-top: 24px;
}

.front-desc h2 {
  font: 24px "Century Gothic Bold", sans-serif;
  margin-bottom: 15px;
}

.result_pagination {
  font: 18px "Century Gothic", sans-serif;
  color: #b7d602;
  text-align: center;
  margin: 30px 0;
}

.front-desc p {
  margin-bottom: 10px;
}

.product-description-content {
  font: 16px "Century Gothic", sans-serif !important;
}

.mobile-version .owl-main {
  margin-bottom: 0 !important;
}

.desktop-version .main-content .main-title h5 {
  margin-top: 14px;
}

#myHeader .hc-nav-trigger.hc-nav-1 {
  position: fixed !important;
  top: 115px !important;
}

#myHeader .hc-nav-trigger-fixed {
  margin-top: 0 !important;
}

#myHeader .catalog {
  position: relative;
}

#myHeader .hc-nav-trigger span {
  top: -20px;
  left: 0;
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%) !important;
}

.toggle {
  display: none !important;
}

#myHeader .hc-nav-trigger span::before {
  top: -10px;
  left: 0;
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%) !important;
  width: 34px;
}

#myHeader .catalog .hc-nav-trigger span::after {
  bottom: -10px;
  left: 0;
  width: 34px;
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%) !important;
}

.desktop-version .advantages-subtitle {
  margin-top: 20px;
}

.content .footer-text p a {
  color: grey;
}

.breadcrumb-inner .breadcrumb {
  background-color: transparent;
  padding-left: 0;
  align-items: center;
}


.breadcrumb-inner .breadcrumb .breadcrumb-item a {}

.breadcrumb-item+.breadcrumb-item::before {
  all: unset;
}

.breadcrumb-inner .breadcrumb .breadcrumb-item.active {
  font: 15.5px "Century Gothic", sans-serif !important;
  color: #979797;
}

.breadcrumb-inner.no-mp .breadcrumb {
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  color: #b8db00;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.modal {}

.content .footer-text p {
  color: grey;
}

.searchbanner img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}

.history_bottom_text {
  display: flex;
  justify-content: space-between;
}

.history_bottom_text span {
  font: 22px "Century Gothic", sans-serif;
}

.history_bottom_number {
  font: 14px "Century Gothic", sans-serif;
  color: #b7d602;
  font-weight: 700 !important;
}

.history_bottom_number>span {
  font: 14px "Century Gothic", sans-serif;
  color: #000;
  font-weight: 700;
}

.check {
  margin-top: 30px;
  margin-bottom: 30px;
}

.check_title {
  margin-bottom: 30px;
}

.check_title p {
  font: 14px "Century Gothic", sans-serif;
  color: #000;
  margin-bottom: 10px;
}

.check_title span {
  font: 12px "Century Gothic", sans-serif;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.check_title h3 {
  font: 32px "Century Gothic Bold", sans-serif;
  color: #b7d602;
  margin-bottom: 20px;
}

.check a {
  color: #fff;
  font: 14px "Century Gothic", sans-serif;
  background: linear-gradient(to bottom, #b7d602 0, #68c316 100%);
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: 0;
  align-items: center;
}

.check a:hover {
  transition: all 0.5s ease-in-out;
  background: linear-gradient(to top, #b7d602 0, #68c316 100%);
}

.history_cart {
  margin-top: 30px;
}

.history_cart h3 {
  font: 20px "Century Gothic Bold", sans-serif;
  color: #b7d602;
}

.history_cart ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.history_cart li {
  font: 14px "Century Gothic Bold", sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.history_cart li>h3 {
  width: 50%;
  margin-left: 5rem;
}

.history_cart li span {
  width: 15%;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-cross-icon {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.field-smscodeform-phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#smscodeform-phone {
  text-align: center;
  width: 200px;
}

#smsCodeForm button {
  background: linear-gradient(0deg, rgba(117, 198, 15, 1) 0%, rgba(149, 206, 7, 1) 65%, rgba(190, 220, 40, 1) 100%);
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
}

.history_cart li>p {
  color: #b7d602;
}

.history_cart li p>span {
  color: #000;
}

.history_cart li>img {
  width: 100px;
  height: 100px;
}

.product_description {
  width: 70% !important;
}

.oldPrice {
  /*margin: 0 5px !important;*/
  color: #818181 !important;
  text-decoration: line-through !important;
}

.footer_bottom {
  height: 50px;
  width: 100%;
  background-color: #ccc;
  color: #adff2f;
  display: flex;
  align-items: center;
}

.footer_list {
  color: #fff;
  font-family: "Century Gothic", sans-serif;
}

.insta {
  padding-left: 15px;
}

.footer_list p {
  display: flex;
  align-items: center;
}

.footer_list p a>i {
  color: #fff;
  font-size: 20px;
}

.footer_list>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer_list h3 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}

.footer_list p.title-foot {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}

.footer_list ul li>a {
  color: #fff;
}

.footer_list ul li>a {
  color: #fff;
}

.footer_list ul li>a:hover {
  text-decoration: underline;
}

.green_line {
  width: 30px;
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%);
  height: 4px;
  top: 50%;
  position: absolute;
  left: 8%;
}

.green_line::after {
  position: absolute;
  content: "";
  width: 35px;
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%);
  height: 4px;
  bottom: -10px !important;
}

.green_line::before {
  position: absolute;
  content: "";
  width: 35px;
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%);
  height: 4px;
  top: -10px !important;
}

.message {
  background-color: #ef5350;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.tippy-touch {
  cursor: pointer !important;
}

.tippy-popper {
  max-width: 400px;
  -webkit-perspective: 800px;
  perspective: 800px;
  z-index: 9999;
}

.tippy-popper.html-template {
  max-width: 96%;
  max-width: calc(100% - 20px);
}

.tippy-popper[x-placement^="top"] [x-arrow] {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid #b7d602;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
}

.tippy-popper[x-placement^="top"] [x-arrow].arrow-small {
  border-top: 5px solid #b7d602;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -5px;
}

.tippy-popper[x-placement^="top"] [x-arrow].arrow-big {
  border-top: 9px solid #b7d602;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  bottom: -9px;
}

.tippy-popper[x-placement^="top"] [x-circle] {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.tippy-popper[x-placement^="top"] [x-circle].enter {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.tippy-popper[x-placement^="top"] [x-circle].leave {
  opacity: 0;
  -webkit-transform: scale(0.4) translate(-50%, -50%);
  transform: scale(0.4) translate(-50%, -50%);
}

.tippy-popper[x-placement^="top"] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^="top"] .tippy-tooltip.light-theme [x-arrow] {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^="top"] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^="top"] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.tippy-popper[x-placement^="top"] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^="top"] .tippy-tooltip.transparent-theme [x-arrow] {
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^="top"] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-top: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^="top"] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-top: 9px solid rgba(0, 0, 0, 0.7);
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.tippy-popper[x-placement^="top"] [data-animation="perspective"] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.tippy-popper[x-placement^="top"] [data-animation="perspective"].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px) rotateX(0);
  transform: translateY(-10px) rotateX(0);
}

.tippy-popper[x-placement^="top"] [data-animation="perspective"].leave {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(90deg);
  transform: translateY(0) rotateX(90deg);
}

.tippy-popper[x-placement^="top"] [data-animation="fade"].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^="top"] [data-animation="fade"].leave {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^="top"] [data-animation="shift"].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^="top"] [data-animation="shift"].leave {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tippy-popper[x-placement^="top"] [data-animation="scale"].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px) scale(1);
  transform: translateY(-10px) scale(1);
}

.tippy-popper[x-placement^="top"] [data-animation="scale"].leave {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^="bottom"] [x-arrow] {
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 7px solid #b7d602;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px;
}

.tippy-popper[x-placement^="bottom"] [x-arrow].arrow-small {
  border-bottom: 5px solid #b7d602;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -5px;
}

.tippy-popper[x-placement^="bottom"] [x-arrow].arrow-big {
  border-bottom: 9px solid #b7d602;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  top: -9px;
}

.tippy-popper[x-placement^="bottom"] [x-circle] {
  -webkit-transform-origin: 0 -50%;
  transform-origin: 0 -50%;
}

.tippy-popper[x-placement^="bottom"] [x-circle].enter {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.tippy-popper[x-placement^="bottom"] [x-circle].leave {
  opacity: 0;
  -webkit-transform: scale(0.4) translate(-50%);
  transform: scale(0.4) translate(-50%);
}

.tippy-popper[x-placement^="bottom"] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^="bottom"] .tippy-tooltip.light-theme [x-arrow] {
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^="bottom"] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^="bottom"] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-bottom: 9px solid #fff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.tippy-popper[x-placement^="bottom"] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^="bottom"] .tippy-tooltip.transparent-theme [x-arrow] {
  border-bottom: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^="bottom"] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-bottom: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^="bottom"] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-bottom: 9px solid rgba(0, 0, 0, 0.7);
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.tippy-popper[x-placement^="bottom"] [data-animation="perspective"] {
  -webkit-transform-origin: top;
  transform-origin: top;
}

.tippy-popper[x-placement^="bottom"] [data-animation="perspective"].enter {
  opacity: 1;
  -webkit-transform: translateY(10px) rotateX(0);
  transform: translateY(10px) rotateX(0);
}

.tippy-popper[x-placement^="bottom"] [data-animation="perspective"].leave {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(-90deg);
  transform: translateY(0) rotateX(-90deg);
}

.tippy-popper[x-placement^="bottom"] [data-animation="fade"].enter {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^="bottom"] [data-animation="fade"].leave {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^="bottom"] [data-animation="shift"].enter {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^="bottom"] [data-animation="shift"].leave {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tippy-popper[x-placement^="bottom"] [data-animation="scale"].enter {
  opacity: 1;
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1);
}

.tippy-popper[x-placement^="bottom"] [data-animation="scale"].leave {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^="left"] [x-arrow] {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid #b7d602;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -7px;
  top: 50%;
}

.tippy-popper[x-placement^="left"] [x-arrow].arrow-small {
  border-left: 5px solid #b7d602;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: -5px;
  top: 50%;
}

.tippy-popper[x-placement^="left"] [x-arrow].arrow-big {
  border-left: 9px solid #b7d602;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  right: -9px;
  top: 50%;
}

.tippy-popper[x-placement^="left"] [x-circle] {
  -webkit-transform-origin: 50% 5%;
  transform-origin: 50% 5%;
}

.tippy-popper[x-placement^="left"] [x-circle].enter {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.tippy-popper[x-placement^="left"] [x-circle].leave {
  opacity: 0;
  -webkit-transform: scale(0.4) translate(-50%, -33%);
  transform: scale(0.4) translate(-50%, -33%);
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.light-theme [x-arrow] {
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-left: 9px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.transparent-theme [x-arrow] {
  border-left: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-left: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-left: 9px solid rgba(0, 0, 0, 0.7);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.tippy-popper[x-placement^="left"] [data-animation="perspective"] {
  -webkit-transform-origin: right;
  transform-origin: right;
}

.tippy-popper[x-placement^="left"] [data-animation="perspective"].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px) rotateY(0);
  transform: translateX(-10px) rotateY(0);
}

.tippy-popper[x-placement^="left"] [data-animation="perspective"].leave {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(-90deg);
  transform: translateX(0) rotateY(-90deg);
}

.tippy-popper[x-placement^="left"] [data-animation="fade"].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^="left"] [data-animation="fade"].leave {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^="left"] [data-animation="shift"].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^="left"] [data-animation="shift"].leave {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tippy-popper[x-placement^="left"] [data-animation="scale"].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px) scale(1);
  transform: translateX(-10px) scale(1);
}

.tippy-popper[x-placement^="left"] [data-animation="scale"].leave {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0);
}

.tippy-popper[x-placement^="right"] [x-arrow] {
  position: absolute;
  width: 0;
  height: 0;
  border-right: 7px solid #b7d602;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px;
  top: 50%;
}

.tippy-popper[x-placement^="right"] [x-arrow].arrow-small {
  border-right: 5px solid #b7d602;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: -5px;
  top: 50%;
}

.tippy-popper[x-placement^="right"] [x-arrow].arrow-big {
  border-right: 9px solid #b7d602;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  left: -9px;
  top: 50%;
}

.tippy-popper[x-placement^="right"] [x-circle] {
  -webkit-transform-origin: -50% 5%;
  transform-origin: -50% 5%;
}

.tippy-popper[x-placement^="right"] [x-circle].enter {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.tippy-popper[x-placement^="right"] [x-circle].leave {
  opacity: 0;
  -webkit-transform: scale(0.4) translate(-50%, -33%);
  transform: scale(0.4) translate(-50%, -33%);
}

.tippy-popper[x-placement^="right"] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^="right"] .tippy-tooltip.light-theme [x-arrow] {
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^="right"] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^="right"] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-right: 9px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.tippy-popper[x-placement^="right"] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^="right"] .tippy-tooltip.transparent-theme [x-arrow] {
  border-right: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^="right"] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-right: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^="right"] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-right: 9px solid rgba(0, 0, 0, 0.7);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.tippy-popper[x-placement^="right"] [data-animation="perspective"] {
  -webkit-transform-origin: left;
  transform-origin: left;
}

.tippy-popper[x-placement^="right"] [data-animation="perspective"].enter {
  opacity: 1;
  -webkit-transform: translateX(10px) rotateY(0);
  transform: translateX(10px) rotateY(0);
}

.tippy-popper[x-placement^="right"] [data-animation="perspective"].leave {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(90deg);
  transform: translateX(0) rotateY(90deg);
}

.tippy-popper[x-placement^="right"] [data-animation="fade"].enter {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^="right"] [data-animation="fade"].leave {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^="right"] [data-animation="shift"].enter {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^="right"] [data-animation="shift"].leave {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tippy-popper[x-placement^="right"] [data-animation="scale"].enter {
  opacity: 1;
  -webkit-transform: translateX(10px) scale(1);
  transform: translateX(10px) scale(1);
}

.tippy-popper[x-placement^="right"] [data-animation="scale"].leave {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0);
}

.tippy-popper [x-circle] {
  background-color: #fff;
}

.tippy-popper[data-animatefill] {
  background-color: transparent;
}

.tippy-popper [x-arrow] {
  position: absolute;
  width: 0;
  height: 0;
}

.tippy-popper .tippy-tooltip.transparent-theme {
  background-color: rgba(0, 0, 0, 0.8);
}

.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
  background-color: transparent;
}

.tippy-popper .tippy-tooltip.light-theme {
  color: #203d5d;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1),
    0 4px 80px -8px rgba(0, 20, 60, 0.2);
  background-color: #fff;
}

.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent;
}

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: 0.95rem;
  padding: 0.4rem 0.8rem;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #b7d602;
}

.tippy-tooltip--small {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}

.tippy-tooltip--big {
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
}

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent;
}

.tippy-tooltip[data-inertia] {
  -webkit-transition-timing-function: cubic-bezier(0.53, 1, 0.36, 0.85);
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
}

.tippy-tooltip [x-circle] {
  position: absolute;
  will-change: transform;
  background-color: #b7d602;
  border-radius: 50%;
  width: 120%;
  width: calc(100% + 2rem);
  -webkit-transition: all ease-out;
  transition: all ease-out;
  left: 50%;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
}

.tippy-tooltip [x-circle]:before {
  content: "";
  padding-top: 100%;
  padding-top: calc(60% + 2rem);
  float: left;
}

.rek_item {
  margin-bottom: 15px;
}

.rek_item>img {
  width: 100%;
  height: 185px;
}

@media (max-width: 500px) {
  .result_pagination {
    margin: 10px 0;
  }

  .result_pagination h3 {
    font-size: 18px !important;
  }

  .mob_p {
    padding: 5px;
  }

  .owl-main-mob .owl-nav {
    display: none !important;
  }

  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px);
  }

  .history_cart li>h3 {
    width: 35%;
    margin-left: 15px;
    font-size: 17px;
  }

  .history_cart li>p {
    display: flex;
    margin-left: 15px;
  }

  .history_bottom_number {
    display: flex;
    align-items: center;
  }

  .history_bottom_number>span {
    margin-left: 5px;
  }
}

.swal-overlay {
  z-index: 10000000000;
}

.desktop-version {
  position: relative;
  z-index: 9999;
}

body,
html {
  font-size: 16px;
  background-color: #f8f8f8;
  -webkit-text-size-adjust: none;
  font-family: "Century Gothic", sans-serif;
}

html {
  height: 100%;
  overflow: auto;
}

body {
  position: relative;
}


p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.logo {
  max-width: 120px;
  margin: auto;
}

.logo img {
  max-width: 100%;
}

.close-modal {
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
}

.close-modal:hover {
  transition: all 0.3s ease-in-out;
  transform: rotate(90deg);
}

.overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 98;
}

.pick-city-modal {
  display: none;
  background-color: #fff;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 500px;
}

.pick-city-modal h2 {
  font: 30px "Century Gothic Bold", sans-serif;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}

.city-list {
  display: flex;
  flex-wrap: wrap;
}

.city-list ul {
  list-style: none;
  padding: 0 20px;
}

.city-list ul li a {
  font: 14px "Century Gothic", sans-serif;
  color: #818181;
  padding: 5px;
  text-decoration: none;
}

.city-list ul li a:hover {
  background-color: #b7d602;
  color: #fff;
}

.header {
  background-color: #f8f8f8;
  padding: 10px 0 4px;
  z-index: 9999;
}

.desktop-header-sticky {
  position: sticky;
  top: 0;
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background-color: #f8f8f8;
  z-index: 99999;
}

.sticky-search {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  background-color: #f8f8f8;
  padding: 20px 0;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}

.sticky-search-active {
  transform: translateY(0);
}

.fixed-search {
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 0 auto !important;
  margin-top: 10px !important;
}

.pagination ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.pagination ul li a {
  font: 16px "Century Gothic", sans-serif;
  color: #464646;
  height: 20px;
  width: 20px;
  padding: 10px;
}

.pagination ul li a:hover {
  height: 20px;
  width: 20px;
  padding: 10px;
  color: #fff;
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.menu ul {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0;
  list-style: none;
}

.menu ul li a {
  font-size: 12px;
  font-family: "Century Gothic", sans-serif !important;
  color: #979797;
  padding: 5px 5px;
  text-decoration: none;
}

.call-center {
  font-size: 15px;
  font-family: "Century Gothic Bold", sans-serif !important;
  width: 100%;
  padding: 8px 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%);
}

.call-center:hover {
  color: #fff;
}

.call-center span {
  line-height: 1;
}

.call-center span:first-child {
  font-size: 13px;
}

.menu {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.menu ul li a:hover {
  color: #b7d602;
  transition: all 0.3s ease-out;
}

.loc {
  display: none;
  margin-top: 10px;
  cursor: pointer;
}

.loc a,
.loc span {
  text-decoration: none;
  font: 14px "Century Gothic", sans-serif;
  color: #979797;
  letter-spacing: 0.06em;
}

.loc-icon img {
  height: 30px;
  margin-right: 10px;
}

.select {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-family: "Century Gothic", sans-serif;
  color: #979797;
  letter-spacing: 0.06em;
  height: 40px;
  margin-bottom: 30px;
}

.basket-select:focus {
  background-color: #b7d602;
  color: #fff;
}

.search {
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%);
  height: 44px;
  display: flex;
  border-radius: 30px;
}

.serch-page {
  min-height: 65vh;
}

.search_btn {
  padding: 0 22px 0 14px;
  outline: 0;
  background: 0 0;
  border: none;
  cursor: pointer;
}

.search_btn img {
  width: 24px;
  filter: brightness(0) invert(1);
}

.search_btn:focus {
  outline: 0;
}

.search_btn_mob {
  position: absolute;
  right: 45px;
  top: 22px;
  outline: 0;
  background: 0 0;
  border: none;
  cursor: pointer;
}

.search_btn_mob:focus {
  outline: 0 !important;
}

.search input {
  display: block;
  width: 90%;
  height: 34px;
  padding-left: 16px;
  margin-left: 5px;
  border: none;
  border-radius: 20px;
  outline: 0;
}

.desktop-version .btn-in-basket img {
  width: 25px;
  height: 22px;
  margin: auto;
}

.mobile-version .main-content .title.gradient-text {
  background: #fff;
  padding: 0;
}

.desktop-version .main-content #accordion .card {
  border: none;
}

.desktop-version .main-content #accordion .card .collapse {
  padding: 1rem;
}

.desktop-version .main-content #accordion .card .collapsing {
  padding: 1rem;
}

.desktop-version .main-content #accordion .accordion-btn button {
  background-color: #fff !important;
  color: #b7d602 !important;
  font: 16px "Century Gothic Bold", sans-serif;
}

.desktop-version .main-content #accordion .accordion-btn {
  margin: 15px 0;
}

.desktop-version .main-content #accordion .accordion-btn .btn-link:focus {
  text-decoration: none !important;
}

@media (max-width: 1200px) {
  .call-center {
    font-size: 12px;
  }

  .call-center span:first-child {
    font-size: 11px;
  }

  .menu ul li a {
    font-size: 13px;
  }
}

@media (max-width: 576px) {

  .front-desc {
    background-color: #fff;
  }

  .front-desc h2 {
    font: 18px "Century Gothic Bold", sans-serif;
    margin-bottom: 15px;
  }

  .front-desc .cgb {
    font: 18px "Century Gothic Bold", sans-serif;
    margin-bottom: 15px;
  }

  .mobile-version-search #home .top-sale-item {
    margin: 0 0 20px 0;
  }

  #hitProductLoadMoreMob {
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
  }

  #topMonthProductLoadMoreMobile {
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
  }

  .main-content {
    margin-top: 10px !important;
  }

  .mobile-version .main-content #accordionMob .card {
    border: none;
  }

  .mobile-version .main-content #accordionMob .card .collapse {
    padding: 1rem;
  }

  .mobile-version .main-content #accordionMob .card .collapsing {
    padding: 1rem;
  }

  .mobile-version .main-content #accordionMob .accordion-btn button {
    background-color: #fff !important;
    color: #b7d602 !important;
    font: 16px "Century Gothic", sans-serif;
  }

  .mobile-version .main-content #accordionMob .accordion-btn {
    margin: 15px 0;
  }

  .mobile-version .main-content #accordionMob .accordion-btn .btn-link:focus {
    text-decoration: none !important;
  }

  .desktop-header-sticky {
    display: none;
  }

  .mobile-version .hc-nav-trigger span {
    /*top: 0 !important;*/
  }

  .mobile-version .owl1 .owl-nav button.owl-prev {
    display: none !important;
  }

  .mobile-version .owl1 .owl-nav button.owl-next {
    display: none !important;
  }

  .modal-footer,
  .modal-map .modal-dialog .modal-header {
    display: block !important;
  }

  .modal-map .modal-dialog .modal-header .adress-title {
    width: 100% !important;
  }

  .delivery-modal .close {
    top: 1rem !important;
  }

  .search-map .btn-map-disabled {
    padding: 10px 10px !important;
  }

  .search-map {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
  }

  .delivery-modal {
    width: 100% !important;
  }

  .mobile-version-search {
    min-height: 60vh;
  }

  .modal-map .modal-dialog {
    width: auto;
    max-width: inherit !important;
  }
}

.user-icon {
  display: flex;
}

.catalog {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-catalog {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-catalog img {
  width: 23px;
}

.nav-catalog a {
  font-size: 15px;
  font-family: "Century Gothic", sans-serif;
  color: #979797;
  padding-left: 6px;
}

.nav-catalog a:hover {
  color: #b7d602;
  transition: all 0.3s ease-out;
}

.user-icon img {
  width: 28px;
}

.user-icon a {
  color: #68c316;
  padding: 0 6px;
}

.basket-icon a {
  color: #68c316;
  padding: 0 6px;
}

.basket-icon a:hover img,
.user-icon a:hover img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

.basket-icon {
  display: none!important;
  position: relative;
}

.basket-icon .count {
  color: #fff;
  font: 10px "Century Gothic", sans-serif;
  position: absolute;
  top: -6px;
  right: 0;
  padding: 2px 5px;
  border-radius: 50%;
  background: #df2a2a;
}

.count-active {
  animation-duration: 1s;
  transition: all 1s ease;
  animation-name: count;
}

@keyframes count {
  from {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  to {
    transform: scale(1);
  }
}

.carousel-item img {
  display: inline-block;
  max-width: 100%;
  height: 420px;
  max-height: 420px;
  vertical-align: middle;
}

.slider {
  padding: 20px 0 0 0;
  background: #f8f8f8;
}

/* .w-100 {
  min-height: 420px;
} */

.w-full {
  width: 100%;
}

.carousel-caption {
  display: flex;
  top: 0;
  bottom: auto;
  left: 26%;
}

.carousel-caption h5 {
  font: 64px/78px "Century Gothic Bold", sans-serif;
}

.carousel-inner {
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

.cg {
  font: 20px "Century Gothic", sans-serif !important;
}

.cgb {
  font: 22px "Century Gothic bold", sans-serif;
}

.fsize-12 {
  font-size: 12px !important;
}

.fsize-14 {
  font-size: 14px !important;
}

.fsize-16 {
  font-size: 16px;
}

.fsize-18 {
  font-size: 18px !important;
}

.fsize-21 {
  font-size: 21px !important;
}

.fsize-24 {
  font-size: 24px !important;
}

.fsize-24 h5 {
  font-size: 24px !important;
}

.no_border {
  border-top: 0 !important;
  margin-top: 50px !important;
}

.table_padd tr td {
  padding: 0.45rem !important;
}

.product-description-item .basket {
  text-align: left !important;
}

.product-sum {
  grid-template-columns: 1fr 2fr !important;
}


.title_pad {
  padding: 15px 0 !important;
}

.gradient-text {
  color: #b7d602;
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 700 !important;
  font-size: 16px;
}

.carousel-caption p {
  margin-left: 20px;
  font: 24px/28px "Century Gothic", sans-serif;
  color: #484848;
}

.carousel-caption b {
  font: 24px/28px "Century Gothic Bold", sans-serif;
  color: #484848;
}

.carousel-caption span {
  font: 24px/28px "Century Gothic", sans-serif;
}

.carousel-indicators .active {
  background: linear-gradient(to bottom, #b7d602 0, #68c316 100%);
}

.carousel-indicators li {
  border-radius: 50%;
  height: 15px;
  width: 15px;
  bottom: -50px !important;
  background-color: rgba(128, 128, 128, 0.5) !important;
  color: #fff;
}

.green-caption {
  position: absolute;
  bottom: 0;
}

.modal {
  z-index: 10000;
}

.second-level-menu li>a {
  margin-left: 15px;
}

.second-level-menu li {
  height: auto !important;
}

.modal-drug-menus {
  display: flex;
  height: 390px;
  position: relative;
  overflow: auto;
}

.link-catalog:hover {
  background: linear-gradient(to bottom, #b7d602 0, #68c316 100%);
}

.link-catalog:hover>a {
  color: #fff !important;
}

.modal-drug {
  position: absolute;
  background: #fff;
  padding: 0;
  border-radius: 0 5px 5px 0;
  top: 0;
  left: 95%;
  z-index: 999;
  display: flex;
  flex-direction: column;
  height: 422px;
  overflow: auto;
}

.card-body {
  padding: 0;
  border: none;
  position: static;
}

.modal-cont {
  display: flex;
}

.link-catalog {
  text-align: center;
  position: relative;
  display: flex;
  background-color: #fff;
  justify-content: center;
  color: #818181;
}

.link-catalog a {
  color: #818181 !important;
  display: block !important;
}

.second-level-menu {
  padding: 0 20px !important;
}

.second-level-menu li {
  border: none !important;
  padding: 5px 20px !important;
}

.second-level-menu li a {
  font: 13px "Century Gothic", sans-serif !important;
  color: #818181 !important;
  width: 167px;
  padding: 0 !important;
}

.second-level-menu li:hover {
  background: linear-gradient(to bottom, #b7d602 0, #68c316 100%) !important;
}

.second-level-menu li:hover a {
  color: #fff !important;
}

.second-level-menu li:hover+.catalog-menu ul li a:hover img {
  margin-top: -50px;
  transition: all 0.3s ease;
}

.catalog a {
  display: flex;
  font: 16px "Century Gothic", sans-serif;
  color: #979797;
  text-decoration: none;
  padding: 6px 10px;
  transition: all 0.5s ease;
}

.catalog a:hover {
  color: #b7d602;
  transition: all 0.3s ease-out;
}

.catalog-menu {
  background: #fff;
  padding: 15px 0 0 0;
  border-radius: 5px;
  z-index: 9999;
}

.catalog-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog-bottom {
  border-top: 1px solid #bbb;
}

.catalog-menu ul li {
  width: 100%;
  border-bottom: 1px solid #0000;
  height: 60px;
}

.catalog-menu ul li::after {
  content: '';
  width: 90%;
  height: 0.5px;
  display: block;
  background: #e0e1e0;
  margin: auto;
}

.catalog-menu ul li.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
  height: 50px;
}

.catalog-menu ul li:last-child::after {
  display: none;
}

.catalog ul li a {
  display: flex;
  font: 14px "Century Gothic", sans-serif;
  color: #818181;
  text-decoration: none;
  height: 60px;
  padding: 10px;
}

.catalog-menu ul li a {
  display: flex;
  padding: 10px;
  padding-left: 20px;
  font: 14px "Century Gothic", sans-serif;
  color: #818181;
  text-decoration: none;
  height: 100%;
  align-items: center;
}

.catalog-menu ul li p {
  margin-left: 10px;
  display: flex;
  align-items: center;
  flex: 0 0 75%;
}

.catalog-menu ul li:hover {
  background: linear-gradient(to bottom, #b7d602 0, #68c316 100%);
  color: #fff;
}

.catalog-menu ul li:hover>a {
  color: #fff;
}

.catalog-menu img {
  width: 30px;
}

.catalog-menu ul li a i {
  font-size: 23px;
  color: #b7d602;
  width: 30px;
  margin-right: 10px;
  text-align: center;
}

.catalog-menu ul li a:hover i {
  color: #fff;
}

.catalog-menu ul li a:hover img {
  filter: brightness(0) invert(1);
}

.left-sticky {
  position: sticky;
  top: 5rem;
}

.main-title h5,
.main-title p {
  font: 24px "Century Gothic Bold", sans-serif;
  text-align: center;
  margin: 0 0 20px 0;
  color: #4b4b4d;
}

.main-title div.product-name {
  font: 24px "Century Gothic Bold", sans-serif;
  text-align: center;
  margin: 20px 0 20px 0;
}

.main-content {
  margin: 25px 0;
  background: #f8f8f8;
}

.product-img {
  text-align: center;
  position: relative;
  background: white;
}

.product-img img {
  width: 100%;
}

.product-img .red-label {
  font: 9px "Century Gothic", sans-serif;
  color: #fff;
  padding: 5px;
  position: absolute;
  border-radius: 3px 0 0 3px;
  top: 10%;
  right: 0;
  background-color: #df2a2a;
}

.adv-item a {
  text-decoration: none;
  display: flex;
  height: 140px;
  width: 100%;
  padding: 30px 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 1px 12px #f2f2f2;
  margin-bottom: 30px;
}

.adv-item .text-block {
  margin-left: 20px;
}

.adv-item .text-block h6 {
  color: #000;
  font: 16px "Century Gothic Bold", sans-serif;
}

.adv-item .text-block p.text-block-title {
  color: #000;
  font: 16px "Century Gothic Bold", sans-serif;
}

.adv-item .text-block p {
  color: #6a6a6a;
  font: 14px "Century Gothic", sans-serif;
}

.title-border {
  margin: 25px auto;
  border: 2px solid #ebebeb;
  width: 300px;
  display: block;
}

.sale {
  position: absolute;
  top: 15px;
  left: 0;
  background-color: red;
  width: 46px;
  height: 31px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.hit {
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #90d227;
  line-height: 12px;
  color: #fff;
  text-align: center;
  padding: 3px 0;
}

.new {
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #03a1fc;
  width: 70px;
  height: 25px;
  color: #fff;
  padding: 0 3px;
  font-weight: 500;
  line-height: 31px;
}

.top_month {
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #f58634 !important;
  width: 60px;
  height: 30px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  padding: 3px 0;
}

.top_month p {
  font-size: 13px;
  line-height: 12px;
  margin-top: 1px;
}

.sale_status {
  position: absolute;
  top: 15px;
  right: 0;
  background-color: red;
  width: 70px;
  height: 25px;
  font: 12px "Century Gothic", sans-serif;
  color: #fff;
}

.sale_status p {
  margin-top: 5px;
  margin-left: 5px;
}

.hit,
.new,
/* .sale, */
.top_month {
  height: 31px;
  width: 68px;
  font-size: 13px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.sale_stars {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sale_stars>img {
  width: 20px;
  height: 20px !important;
  margin: 0 !important;
}

.month-sale-item .gradient-in span {
  font-size: 12px;
}

.gradient-in {
  display: flex;
  align-items: center;
}

.gradient-in>img {
  width: 15px;
  height: 15px !important;
  margin-right: 5px !important;
}

.sale_info .gradient-text {
  justify-content: flex-start;
}

.sale_bottom_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 0 0;
}

.btn-in-basket {
  transition: all 0.5s ease-in-out;
  background: linear-gradient(to top, #b7d602 0, #68c316 100%);
  border: none;
  min-width: 45px;
  min-height: 45px;
  border-radius: 50%;
  cursor: pointer;
  display: none!important;
}

.btn-in-basket[disabled] {
  background: #6c757d;
}

.btn-in-basket:focus {
  outline: 0;
}

.btn-in-basket img {
  width: 25px;
  height: 25px;
}

.price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.price_width {
  max-width: 33% !important;
}

.price>img {
  width: 35px;
  margin: 0 !important;
}

.top-sale-item {
  background-color: #fff;
  box-shadow: 2px 1px 12px #f2f2f2;
  padding: 20px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  min-height: 280px;
}

.top-sale-item a {
  display: block;
  text-decoration: none;
}

.top-sale-item .hit img {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 60px;
}

.top-sale-item .name p {
  font: 18px "Century Gothic", sans-serif;
  color: #000;
  text-align: center;
  overflow: hidden;
  margin: 10px 0;
  line-height: 1.5;
  height: 4.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.top-sale-item .sale_img img {
  display: block;
  margin: auto;
  height: 120px;
  max-width: 100%;
}

.top-sale-item .price p span {
  white-space: pre-wrap;
  color: #818181 !important;
  font: 18px "Century Gothic", sans-serif;
}

.top-sale-item .price {
  display: flex;
  justify-content: center;
  color: #818181;
}

.top-sale-item .price p {
  color: #818181;
  text-decoration: line-through;
  min-height: 24px;
}

.basket-button button {
  display: flex;
  color: #fff;
  font: 14px "Century Gothic", sans-serif;
  background: linear-gradient(to bottom, #b7d602 0, #68c316 100%);
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  margin: 20px auto;
  cursor: pointer;
  outline: 0;
}

.basket-button button:hover {
  transition: all 0.5s ease-in-out;
  background: linear-gradient(to top, #b7d602 0, #68c316 100%);
}

.basket-button button img {
  margin-right: 10px;
  height: auto;
  width: auto !important;
}

.new-item {
  background-color: #fff;
  box-shadow: 2px 1px 12px #f2f2f2;
  padding: 20px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  display: flex;
  min-height: 175px;
}

.link-wrap a {
  text-decoration: none;
}

.new-item .image img {
  width: 160px;
  height: 10rem;
}

.new-item .text-block .name p {
  color: #000;
  font: 18px "Century Gothic", sans-serif;
  height: 44px;
  overflow: hidden;
  margin-bottom: 10px;
}

.new-item .price p {
  text-align: center;
  margin: 0 5px;
  color: #818181;
  text-decoration: line-through;
}

.new-item .price {
  display: flex;
  justify-content: center;
  color: #818181;
}

.new-item .price p span {
  color: #818181 !important;
  font: 18px "Century Gothic", sans-serif;
}

.new-item .gradient-text {
  white-space: pre-wrap;
}

.status p {
  font: 11px "Century Gothic", sans-serif;
  color: #6a6a6a;
  display: flex;
  align-items: center;
}

.status a {
  display: flex;
  align-items: center;
}

.status img {
  margin-right: 5px;
  height: 15px;
}

.new-item .text-block {
  margin-left: 20px;
  width: 100%;
}

.new-item .text-block .price p {
  font: 24px "Century Gothic Bold", sans-serif;
}

.new-item .text-block .price p span {
  color: #818181 !important;
  font: 18px "Century Gothic", sans-serif;
}

.news-basket-button button {
  display: flex;
  color: #fff;
  font: 14px "Century Gothic", sans-serif;
  background: linear-gradient(to bottom, #b7d602 0, #68c316 100%);
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  outline: 0;
}

.news-basket-button button:hover {
  transition: all 0.5s ease-in-out;
  background: linear-gradient(to top, #b7d602 0, #68c316 100%);
}

.news-basket-button button img {
  height: 25px;
  margin-right: 10px;
}

.all-catalog button {
  color: #fff;
  font: 14px "Century Gothic", sans-serif;
  text-align: center;
  background: linear-gradient(to bottom, #b7d602 0, #68c316 100%);
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  display: block;
  margin: 50px auto;
  cursor: pointer;
  width: 200px;
  height: 50px;
  outline: 0;
}

.all-catalog button:hover {
  transition: all 0.5s ease-in-out;
  background: linear-gradient(to top, #b7d602 0, #68c316 100%);
}

.map-block {
  background-color: #fff;
  box-shadow: 2px 1px 12px #f2f2f2;
  display: flex;
}

.map iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.map-block .map {
  width: 60%;
  height: 100%;
}

.map {
  margin-top: 15px;
}

.map-block .drugstore-list {
  width: 40%;
  height: 450px;
  padding: 20px;
  overflow-y: scroll;
}

.drugstore-wrap {
  background: #fff;
  height: 83.5%;
}

.drugstore-item {
  cursor: pointer;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #f3f3f3;
}

.display_flex_b2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.drugstore-item p a {
  color: #000;
  /* padding-left: 25px; */
}

.drugstore-item p a:hover {
  text-decoration: underline;
}

.drugstore-list::-webkit-scrollbar {
  width: 5px;
}

.drugstore-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.drugstore-list::-webkit-scrollbar-thumb {
  background: #b7d602;
}

.drugstore-list::-webkit-scrollbar-thumb:hover {
  background: #b7d602;
}

.drugstore-item:last-child {
  border: none;
}

.drugstore-item p {
  display: flex;
  align-items: flex-start;
  font: 12px "Century Gothic", sans-serif;
  color: #616161;
  margin-bottom: 10px;
}

.drugstore-item p b {
  font: 14px "Century Gothic", sans-serif;
  color: #000;
}

.drugstore-item p img {
  margin-right: 20px;
  width: 25px;
  max-height: 32px;
}

.status-open {
  font: 9px "Century Gothic", sans-serif;
  color: #fff;
  background: linear-gradient(to bottom, #b7d602 0, #68c316 100%);
  position: absolute;
  padding: 5px 10px;
  top: 0;
  right: 0;
  border-radius: 5px;
}

.status-close {
  font: 9px "Century Gothic", sans-serif;
  color: #fff;
  background: linear-gradient(to bottom, #d62c2c 0, #dd2a1b 100%);
  position: absolute;
  padding: 5px 10px;
  top: 0;
  right: 0;
  border-radius: 5px;
}

.pre-footer {
  padding: 20px 0;
  background: #f8f8f8;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.footer {
  background-color: #555;
  padding: 30px 0 60px;
}

.footer a img {
  width: 20px;
}

.footer .footer-logo {
  width: 180px;
  margin-bottom: 20px;
}

.footer p {
  color: #979797;
}

.footer a {
  font-size: 18px;
  color: #979797;
  line-height: 1.8;
}

.footer a:hover {
  color: #b7d602;
}

.footer .section-title {
  color: #c7c7c7;
  font-size: 20px;
  font-family: "Century Gothic Bold", sans-serif;
  margin: 50px 0 10px 0;
}

.footer .section-links {
  display: flex;
  flex-direction: column;
}

.footer .social-links {
  display: flex;
  align-items: center;
}

.footer .footer-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer .footer-payment-info {
  flex-wrap: wrap;
  display: flex;
  gap: 20px;
  margin: 40px 0;
}

.footer .footer-payment-info .payment-info-block {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer .footer-payment-info .payment-info-imgs-block {
  display: flex;
  gap: 10px;
}

.footer .footer-payment-info img {
  width: auto;
  height: 44px;
}

.footer-text p {
  color: #43cf02;
  font: 14px "Century Gothic", sans-serif;
}

.footer-text p a {
  color: #43cf02;
  font: 14px "Century Gothic", sans-serif;
}

.footer-text p img {
  padding: 0 5px;
  height: 20px;
}

.footer-text p img:hover {
  filter: invert(1);
}

.footer-text a:hover {
  transition: all 0.3s ease-out;
  transform: scale(1.1);
}

.flex-one {
  display: flex;
  justify-content: space-between;
}

.catalog-title h6 {
  font: 18px "Century Gothic Bold", sans-serif;
  margin: 50px 0;
}

.month-sale-item a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.month-sale-item .gradient-text {
  white-space: pre-wrap;
  display: flex;
  align-items: flex-end;
  height: 100%;
  justify-content: flex-start !important;
}

.month-sale-item {
  background-color: #fff;
  box-shadow: 2px 1px 12px #f2f2f2;
  padding: 10px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
}

.month-sale-item .bot {
  display: flex;
  justify-content: space-between;
}

.month-sale-item .bot .btn-in-basket {
  min-width: 38px;
  min-height: 38px;
}

.month-sale-item .top {
  display: flex;
}

.month-sale-item .image img {
  display: inline-block;
  width: 90px;
  height: 120px;
  vertical-align: middle;
  object-fit: contain;
}

.month-sale-item .text-block .name p {
  font: 12px "Century Gothic", sans-serif;
  color: #000;
}

.month-sale-item .text-block {
  margin-left: 5px;
}

.month-sale-item .price {
  color: #818181;
}

.month-sale-item .price p {
  text-align: left;
  color: #818181;
  text-decoration: line-through;
}

.month-sale-item .price {
  display: flex;
  height: 46px;
}

.month-sale-item .price p span {
  color: #818181 !important;
  font: 18px "Century Gothic", sans-serif;
}

.sale p {
  font-size: 15px;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  height: 100%;
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.month-sale-item .sale .bonus {
  margin-top: 10px;
  color: #68c316;
  font: 18px "Century Gothic", sans-serif;
}

.sale-basket-button button {
  display: flex;
  align-items: center;
  color: #fff;
  font: 13px "Century Gothic", sans-serif;
  background: linear-gradient(to bottom, #b7d602 0, #68c316 100%);
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  right: 0;
  outline: 0;
  width: 115px;
}

.sale-basket-button button:hover {
  transition: all 0.5s ease-in-out;
  background: linear-gradient(to top, #b7d602 0, #68c316 100%);
}

.sale-basket-button button img {
  height: 20px;
  margin-right: 10px;
}

.white-bg {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.white-bg .title h6 {
  font: 21px "Century Gothic Bold", sans-serif;
  margin-bottom: 3px;
}

.white-bg .title h1.catalog-name {
  font: 21px "Century Gothic Bold", sans-serif;
  margin-bottom: 3px;
}

.row-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.row-list ul {
  list-style-type: none;
  padding: 0 10px;
  width: 50%;
  border-right: 1px solid #e5e5e5;
}

.collapse {
  width: 100%;
}

.row-list ul:last-child {
  border: none;
}

.row-list ul li {
  display: block;
  padding: 5px;
}

.row-list ul li a {
  font: 12px "Century Gothic", sans-serif;
  color: #000;
}

.row-list .back-link a {
  font: 12px "Century Gothic", sans-serif;
  color: #000;
}

.row-list .back-link a span {
  margin-right: 10px;
}

.show-more {
  font: 12px "Century Gothic", sans-serif;
  text-decoration: underline;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.select select {
  background: url(../images/arrow.png) 95% center no-repeat;
  border: none;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  color: #242424;
  font: 14px "Century Gothic", sans-serif;
}

.checkbox-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 30px;
}

.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  box-shadow: 0 3px 6px #e9e9e9;
  border-radius: 5px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.catalog-item {
  background-color: #fff;
  box-shadow: 2px 1px 12px #f2f2f2;
  padding: 20px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  display: flex;
  min-height: 105px;
  height: 170px;
}

.catalog-item .image {
  width: 50%;
}

.catalog-item .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.catalog-item .text-block .name p {
  color: #000;
  font: 14px "Century Gothic", sans-serif;
  height: 36px;
  overflow: hidden;
  margin-bottom: 10px;
  width: 81%;
}

.catalog-item .text-block {
  margin-left: 20px;
  width: 100%;
  position: relative;
}

.catalog-item .text-block .price p {
  font: 16px "Century Gothic Bold", sans-serif;
}

.catalog-item .text-block .price p span {
  white-space: pre-wrap;
  color: #818181 !important;
  font: 18px "Century Gothic", sans-serif;
}

.catalog-item .text-block .red-label {
  font: 9px "Century Gothic", sans-serif;
  color: #fff;
  padding: 5px;
  position: absolute;
  border-radius: 3px 0 0 3px;
  top: 0;
  right: -20px;
  background-color: #df2a2a;
}

.catalog-item .text-block .delete-icon {
  font-size: 20px;
  color: #df2a2a;
  position: absolute;
  top: -10px;
  right: 10px;
  cursor: pointer;
}

.catalog-item .text-block .delete-icon:hover {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.status {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.favorite-icon-container {
  position: absolute;
  z-index: 99;
  top: 12px;
  right: 31px;
}

.favorites {
  background-image: url("/images/like-not-active.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}

.favorites.favorites-active {
  background-image: url("/images/like-active.png");
}

.catalog-basket-button button {
  display: flex;
  color: #fff;
  font: 14px "Century Gothic", sans-serif;
  background: linear-gradient(to bottom, #b7d602 0, #68c316 100%);
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  outline: 0;
  align-items: center;
}

.catalog-basket-button button:hover {
  transition: all 0.5s ease-in-out;
  background: linear-gradient(to top, #b7d602 0, #68c316 100%);
}

.catalog-basket-button button img {
  height: auto;
  margin-right: 10px;
}

.load-more a {
  text-decoration: none;
  display: block;
  margin: 0 auto 50px auto;
  font: 14px "Century Gothic", sans-serif;
  color: #fff;
  background: #818181;
  border-radius: 3px;
  border: 1px solid #818181;
  text-align: center;
  padding: 15px 30px;
  cursor: pointer;
  outline: 0;
  width: 165px;
  max-width: 100%;
}

.load-more a:hover {
  transition: all 0.3s ease-out;
  color: #818181;
  background-color: transparent;
}

.load-more button {
  display: block;
  margin: 0 auto 50px auto;
  font: 14px "Century Gothic", sans-serif;
  color: #fff;
  background: #818181;
  border-radius: 3px;
  border: 1px solid #818181;
  text-align: center;
  padding: 15px 30px;
  cursor: pointer;
  outline: 0;
}

.load-more button:hover {
  transition: all 0.3s ease-out;
  color: #818181;
  background-color: transparent;
}

.hit-product-load-more button {
  display: block;
  margin: 20px auto;
  font: 14px "Century Gothic", sans-serif;
  color: #fff;
  background: #818181;
  border-radius: 3px;
  border: 1px solid #818181;
  text-align: center;
  padding: 15px 30px;
  cursor: pointer;
  outline: 0;
}

.hit-product-load-more button:hover {
  transition: all 0.3s ease-out;
  color: #818181;
  background-color: transparent;
}

.hit-product-load-more-mob button {
  display: block;
  margin: 20px auto;
  font: 14px "Century Gothic", sans-serif;
  color: #fff;
  background: #818181;
  border-radius: 3px;
  border: 1px solid #818181;
  text-align: center;
  padding: 15px 30px;
  cursor: pointer;
  outline: 0;
}

.hit-product-load-more-mob button:hover {
  transition: all 0.3s ease-out;
  color: #818181;
  background-color: transparent;
}

.discount-product-load-more button {
  display: block;
  margin: 20px auto;
  font: 14px "Century Gothic", sans-serif;
  color: #fff;
  background: #818181;
  border-radius: 3px;
  border: 1px solid #818181;
  text-align: center;
  padding: 15px 30px;
  cursor: pointer;
  outline: 0;
}

.discount-product-load-more button:hover {
  transition: all 0.3s ease-out;
  color: #818181;
  background-color: transparent;
}

.discount-product-load-more-mob button {
  display: block;
  margin: 20px auto;
  font: 14px "Century Gothic", sans-serif;
  color: #fff;
  background: #818181;
  border-radius: 3px;
  border: 1px solid #818181;
  text-align: center;
  padding: 15px 30px;
  cursor: pointer;
  outline: 0;
}

.discount-product-load-more-mob button:hover {
  transition: all 0.3s ease-out;
  color: #818181;
  background-color: transparent;
}

.top-month-product-load-more button,
.stock-link-mob button {
  width: 100%;
  background-color: transparent;
  color: #4b4b4d;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin: 0 0 10px;
}

.top-month-product-load-more button:focus,
.stock-link-mob button:focus {
  outline: unset;
  outline: unset;
}

.top-month-product-load-more button::before {
  content: ' ';
  background-image: url('../images/arrow-spinner.png');
  display: block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

.top-month-product-load-more-mob button {
  display: block;
  margin: 20px auto;
  font: 14px "Century Gothic", sans-serif;
  color: #fff;
  background: #818181;
  border-radius: 3px;
  border: 1px solid #818181;
  text-align: center;
  padding: 15px 30px;
  cursor: pointer;
  outline: 0;
}

.top-month-product-load-more-mob button:hover {
  transition: all 0.3s ease-out;
  color: #818181;
  background-color: transparent;
}

.goto-akcii-page-container .akcii-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.goto-akcii-page-container a.btn.btn-link {
  display: block;
  margin: 20px auto;
  /* font: 14px "Century Gothic", sans-serif; */
  /* color: #fff; */
  color: #4B4B4D;
  /* background: #818181; */
  /* border-radius: 3px; */
  /* border: 1px solid #818181; */
  border: none;
  text-align: center;
  /* padding: 15px 30px; */
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}

/* .goto-akcii-page-container a.btn.btn-link:hover {
  transition: all 0.3s ease-out;
  color: #818181;
  background-color: transparent;
} */

/* .stock-link a {
  display: block;
  margin: 20px auto;
  font: 14px Century Gothic, sans-serif;
  color: #fff;
  background: #818181;
  border-radius: 3px;
  border: 1px solid #818181;
  text-align: center;
  padding: 15px 30px;
  cursor: pointer;
  outline: 0;
}

.stock-link a {
  font: 14px Century Gothic, sans-serif;
  color: #fff;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
}


.stock-link-mob a {
  display: block;
  margin: 20px auto;
  font: 14px Century Gothic, sans-serif;
  color: #fff;
  background: #818181;
  border-radius: 3px;
  border: 1px solid #818181;
  text-align: center;
  padding: 15px 30px;
  cursor: pointer;
  outline: 0;
} */

.white-wrap {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.white-wrap p {
  font: 14px "Century Gothic", sans-serif;
  color: #818181;
  margin: auto;
  text-align: center;
  width: 230px;
}

.white-wrap img {
  display: block;
  margin: 10px auto;
}

.catalog-bonus-list ul {
  list-style: none;
  padding: 0;
}

.catalog-bonus-list li {
  padding-left: 1.3em;
  font: 12px "Century Gothic", sans-serif;
  color: #898989;
}

.catalog-bonus-list li:before {
  content: "\25CF";
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #b7d602;
  font-size: 25px;
}

.tab-item {
  display: none;
}

.tab-item-active {
  display: block;
}

.tab-item2 {
  display: none;
}

.tab-item2-active {
  display: block;
}

.tab-line {
  padding: 30px 0;
  background: #f8f8f8;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.nav-tabs {
  border: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  transition: all 0.3s ease-out;
  border: none;
  background: linear-gradient(to bottom, #b7d602 0, #68c316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font: 18px "Century Gothic", sans-serif;
}

.nav-tabs .nav-link.active {
  background: linear-gradient(to bottom, #b7d602 0, #68c316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  font: 18px "Century Gothic", sans-serif;
}

.nav-tabs .nav-link {
  color: #4f4f4f;
  font: 18px "Century Gothic", sans-serif;
  border: none;
}

.white-section {
  background-color: #fff;
  padding: 50px 0;
  min-height: 600px;
}

.old-Price-P {
  margin-right: 79px;
}

@media (max-width: 767px) {
  .old-Price-P {
    margin-right: -5px;
    margin-bottom: 20px;
  }
}

.small-grid-temp {
  grid-template-columns: 1fr 1.6fr;
}

.left-oriented {
  text-align: left;
}

.centering {
  display: flex;
  width: 100%;
  justify-content: center;
}

.basket-container {
  display: flex;
  width: 218px;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}

.basketpu {
  padding: 8px;
  background-color: #f1f1f1;
  width: 246px;
  border-color: #f1f1f1;
  border: 8px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  font-family: "Century Gothic";
  position: absolute;
}

.pu-container {
  z-index: 10000;
  position: fixed;
  width: 100%;
  margin-top: -235px;
  bottom: 50%;
}

@media (max-width: 769px) {
  .pu-container {
    bottom: 55%;
  }
}

.pu-buttons {
  padding: 2px;
  font-size: 12px;
  width: 100px;
  border-radius: 12px;
  font-family: "Century Gothic";
  background-color: #fff;
  color: #000;
  border: none;
}

.pu-buttons:active,
.pu-buttons:hover {
  background-color: #a0d525;
  color: #fff;
  border: none;
}

.pu-buttons:focus {
  outline: 0;
  border: none;
}

.pu-reset {
  margin-right: 8px;
  margin-left: 9px;
}

.pu-confirm {
  margin-left: 8px;
}

.pu-label {
  font-size: 15px;
  padding: 5px;
  padding-bottom: 7px;
  display: flex;
  justify-content: center;
}

.personal-input {
  display: flex;
  border: 1px solid #dfdfdf;
  padding: 15px;
  border-radius: 5px;
}

.input-phone {
  margin-bottom: 10px;
  padding: 20px;
}

.margin-bottom_a {
  margin-bottom: 10px;
}

.slash {
  padding: 0 5px;
}

.personal-input i {
  font-size: 16px;
}

.personal-input .icon img {
  width: 26px;
}

.personal-input input {
  margin-left: 20px;
  border: none;
  color: #4f4f4f;
  font: 14px "Century Gothic", sans-serif;
  outline: 0;
  width: 100%;
  background: 0 0;
}

.personal-input input::placeholder {
  color: #4f4f4f;
  font: 14px "Century Gothic", sans-serif;
  opacity: 0.8;
}

.personal-input button {
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
}

.personal-input button img {
  height: 20px;
}

.add-address {
  margin-bottom: 30px;
}

.add-address a {
  font: 16px "Century Gothic", sans-serif;
  color: #b7d602;
}

.remove_button {
  font: 24px "Century Gothic", sans-serif;
  color: #900;
}

.remove_button:hover {
  text-decoration: none;
  color: red;
}

.save-btn button {
  margin: 30px 0;
  font: 14px "Century Gothic", sans-serif;
  color: #fff;
  background: linear-gradient(#818181, #b3b3b3);
  border-radius: 5px;
  padding: 10px 30px;
  cursor: pointer;
  border: none;
}

.logout-btn a {
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%);
  border-radius: 5px;
  color: #fff;
  padding: 10px 30px;
  border: none;
  cursor: pointer;
  outline: 0;
}

.logout-btn a:hover {
  transition: all 0.3s ease-out;
  background: linear-gradient(180deg, #68c316 100%, #b7d602 0);
}

.login_button button {
  background: linear-gradient(#818181, #b3b3b3);
}

.login_button button:hover {
  background: linear-gradient(#b3b3b3, #818181);
  transition: all 0.3s ease;
}

.buttons_loginscreen button {
  background: #fff !important;
  color: #000 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  font-size: 14px;
}

.no_flex {
  display: block !important;
}

.save-btn button:hover {
  background: linear-gradient(#b3b3b3, #818181);
  transition: all 0.3s ease;
}

.purchased-item .title h5 {
  font: 18px "Century Gothic", sans-serif;
  color: #000;
}

.purchased-item .text {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.purchased-item .text .left p {
  font: 16px "Century Gothic", sans-serif;
  color: #858585;
}

.purchased-item .text .right p {
  font: 16px "Century Gothic", sans-serif;
  color: #464646;
  right: 0;
  position: absolute;
  top: 0;
}

.red-text {
  color: #df2a2a !important;
}

.space-top-sm {
  margin-top: 50px;
}

.bonus-title h5 {
  font: 24px "Century Gothic", sans-serif;
  color: #000;
}

.bonus-text span {
  font: 64px "Century Gothic Bold", sans-serif;
}

.bonus-text {
  color: #000;
  font: 14px "Century Gothic", sans-serif;
}

.bonus-btn button {
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%);
  font: 14px "Century Gothic", sans-serif;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  width: 130px;
  margin-top: 30px;
  margin-right: 30px;
}

.bonus-btn button:hover {
  background: linear-gradient(180deg, #68c316 100%, #b7d602 0);
  transition: all 0.3s ease;
}

.gift-item {
  box-shadow: 2px 1px 12px #f2f2f2;
  background: #fff;
  padding: 20px;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 30px;
}

.gift-item img {
  margin: 0 auto 20px;
  display: block;
  max-height: 180px;
}

.gift-item p {
  font: 14px "Century Gothic", sans-serif;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  height: 34px;
  overflow: hidden;
}

.gift-item .free p {
  font: 18px "Century Gothic Bold", sans-serif;
  text-align: center;
}

.gift-item .checked img {
  position: absolute;
  right: 20px;
  bottom: 0;
  height: 25px;
  width: 25px;
}

.gift-item:hover {
  transition: all 0.3s ease-out;
  transform: scale(1.1);
}

.bg-white {
  padding: 20px 50px 50px 50px;
  background-color: #fff;
}

.popup-title h6 {
  font: 18px "Century Gothic", sans-serif;
  color: #4f4f4f;
  text-align: center;
  margin: 20px 0 50px;
}

.product-title h5 {
  margin: 20px 0;
  margin-right: auto;
  margin-top: 10px;
  font: 18px "Century Gothic Bold", sans-serif;
  text-align: center;
  width: 100%;
}

.product-title h1.news-title {
  margin: 20px 0;
  margin-right: auto;
  margin-top: 10px;
  color: #b7d602 !important;
  font: 18px "Century Gothic Bold", sans-serif;
}

.product-title h1.blog-name {
  margin: 20px 0;
  margin-right: auto;
  margin-top: 10px;
  color: #b7d602 !important;
  font: 18px "Century Gothic Bold", sans-serif;
}

.product-title div.product-name-mobile {
  margin: 20px 0;
  margin-right: auto;
  margin-top: 10px;
  font: 18px "Century Gothic Bold", sans-serif;
}

.product-description ul {
  list-style-type: none;
  padding: 0;
}

.product-description ul li {
  display: flex;
  align-items: baseline;
  padding: 10px 0;
}

.product-description p {
  font: 18px "Century Gothic", sans-serif;
  color: #000;
  width: 160px;
  margin-right: 20px;
}

.product_btn_wrap {
  display: flex;
  align-items: center;
}

.product_btn_wrap .basket {
  margin: 0 30px;
}

.product_input {
  display: flex;
  align-items: center;
}

.product_input input {
  width: 50px;
  height: 30px;
  text-align: center;
  border: none;
  display: flex;
  align-items: center;
  margin: 0 15px;
}

.product_input span {
  font-size: 25px !important;
}

.product_input input::-webkit-inner-spin-button,
.product_input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 767px) {
  .product-description p {
    flex: 0 0 40%;
  }
}

.product-description span {
  font: 18px "Century Gothic", sans-serif;
  color: #5f5f5f;
}

.product_btns {
  display: flex;
  align-items: center;
}

.button-wrap {
  display: flex;
}

.button-wrap button {
  padding: 15px 30px;
  height: 50px;
  width: 100%;
  padding-left: 46%;
}

.terms-popup {
  touch-action: unset !important;
}

.instruction p {
  margin: 25px 0;
  color: #a4ca0a;
  font: 14px "Century Gothic", sans-serif;
  cursor: pointer;
}

.instruction-collapse {
  margin: 25px 0;
}

.instruction img {
  margin-right: 10px;
  transform: rotate(-180deg);
  transition: all 0.2s ease;
}

.instruction p.collapsed img {
  transform: rotate(0);
}

.rotate {
  transition: all 0.3s ease-out;
  transform: rotate(180deg);
}

.collapse-wrap {
  position: relative;
}

.collapse-text p {
  color: #5f5f5f;
  font: 12px/16px "Century Gothic", sans-serif;
  margin: 10px 0;
}

.collapse-text h6 {
  font: 16px/16px "Century Gothic Bold", sans-serif;
  margin: 30px 0;
}

.collapse-text ul {
  list-style-type: none;
  margin-left: 1.3em;
  padding-left: 0;
}

.collapse-text ul li {
  color: #5f5f5f;
  font: 12px/16px "Century Gothic", sans-serif;
  margin: 10px 0;
}

.collapse-text li:before {
  content: "\2014";
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.review-item {
  display: flex;
  margin-bottom: 40px;
}

.review-item .info {
  border-right: 2px solid #86ca0f;
  padding-right: 20px;
}

.review-item .text {
  padding-left: 20px;
  text-align: center;
}

.review-item .info p {
  font: 13px "Century Gothic", sans-serif;
  color: #414141;
  text-align: center;
}

.review-item .info b {
  font: 14px "Century Gothic Bold", sans-serif;
  color: #414141;
  text-align: center;
}

.review-item .info span {
  font: 13px "Century Gothic", sans-serif;
  color: #dd2a1b;
  text-align: center;
}

.review-item .text p {
  font: 12px "Century Gothic", sans-serif;
  color: #6a6a6a;
  text-align: center;
  height: 120px;
  overflow: hidden;
  margin-bottom: 10px;
}

.review-item .text span {
  font: 12px "Century Gothic", sans-serif;
  color: #000;
  text-align: center;
  cursor: pointer;
}

.review label {
  font: 14px "Century Gothic", sans-serif;
  width: 100%;
}

.review textarea {
  border: 1px solid #dfdfdf;
  color: #4f4f4f;
  font: 14px "Century Gothic", sans-serif;
  outline: 0;
  width: 100%;
  background: 0 0;
  height: 150px;
  padding: 10px;
}

.review label img {
  margin-right: 10px;
  height: 25px;
}

.review-btn button {
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%);
  border-radius: 5px;
  color: #fff;
  padding: 10px 30px;
  float: right;
  border: none;
  cursor: pointer;
  outline: 0;
}

.review-btn button:hover {
  transition: all 0.3s ease-out;
  background: linear-gradient(180deg, #68c316 100%, #b7d602 0);
}

.register-title h5 {
  font: 24px "Century Gothic Bold", sans-serif;
  text-align: center;
  margin-bottom: 50px;
}

.register-title h1.adress-title {
  font: 24px "Century Gothic Bold", sans-serif;
  text-align: center;
  margin-bottom: 50px;
}

.wrapper-pass-reset button {
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%);
  border-radius: 5px;
  color: #fff;
  padding: 10px 30px;
  border: none;
  cursor: pointer;
  outline: 0;
}

.wrapper-pass-reset button:hover {
  transition: all 0.3s ease-out;
  background: linear-gradient(180deg, #68c316 100%, #b7d602 0);
}

.wrapper-pass-reset {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pass-reset-modal .modal-footer button:focus,
.pass-reset-modal input[type="email"]:focus,
.wrapper-pass-reset button:focus {
  outline: 0 !important;
  box-shadow: none;
}

.pass-reset-modal {
  font: 18px "Century Gothic", sans-serif;
  z-index: 10000000000;
}

.pass-reset-modal input[type="email"] {
  text-align: center;
  border: 1px solid #b7d602;
}

.pass-reset-modal .modal-footer {
  display: flex;
  justify-content: center;
}

.pass-reset-modal .modal-footer button {
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%);
  border-radius: 5px;
  color: #fff;
  padding: 10px 30px;
  border: none;
  cursor: pointer;
  outline: 0;
  width: 100%;
  background: #B7B8BA;
}

.pass-reset-modal .modal-footer button:hover {
  transition: all 0.3s ease-out;
  background: linear-gradient(180deg, #68c316 100%, #b7d602 0);
}

.register-by p {
  font: 14px "Century Gothic", sans-serif;
  display: block;
  padding-bottom: 20px;
}

.register-by p img {
  padding: 0 5px;
}

.register-bonus {
  margin-top: 30px;
}

.register-bonus p {
  font: 18px "Century Gothic", sans-serif;
  text-align: center;
}

.register-bonus p span {
  font: 36px "Century Gothic Bold", sans-serif;
  display: inline-block;
}

.drugstore-wrap {
  padding: 10px;
  box-shadow: 2px 1px 12px #f2f2f2;
  margin: 50px 0 30px;
  border-radius: 5px;
}

.count-input input {
  width: 40px;
  height: 20px;
  text-align: center;
  border: 1px solid #b7d602;
}

.count-input input::-webkit-inner-spin-button,
.count-input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.count-input input[type="number"] {
  -moz-appearance: textfield;
}

.count-input span {
  color: #b7d602;
  font-size: 20px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.basket-title h5 {
  font: 18px "Century Gothic Bold", sans-serif;
  margin: 0;
}

.basket-title {
  display: flex;
  align-items: center;
}

.basket-title .count {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  color: #fff;
  font: 17px "Century Gothic", sans-serif;
  padding: 10px 10px 9px 9px;

  border-radius: 100%;
  background: #b8db00;
  height: 30px;
  width: 30px;

}

.basket-item {
  background-color: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  min-height: 135px;
  border-bottom: 1px solid #dfdfdf;
}

.basket-item .image {
  width: 130px;
}

.basket-item .image img {
  width: 90px;
}

.basket-item .text-block .name p {
  color: #000;
  font: 14px "Century Gothic", sans-serif;
  height: 36px;
  overflow: hidden;
  margin-bottom: 10px;
  width: 81%;
}

.basket-item .text-block {
  margin-left: 20px;
  width: 100%;
  position: relative;
}

.basket-item .text-block .price p {
  font: 18px "Century Gothic Bold", sans-serif;
  position: absolute;
  right: 0;
  bottom: -15px;
}

.basket-item .text-block .status p {
  font: 9px "Century Gothic", sans-serif;
  margin: 5px 0;
}

.basket-item .text-block .delete-icon {
  font-size: 20px;
  color: #df2a2a;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

.basket-item .text-block .delete-icon:hover {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.basket-item .text-block .name {
  width: 90%;
}

.basket-item .text-block a {
  color: #000;
  font-size: 13px;
}

.basket-title h6 {
  font: 14px "Century Gothic", sans-serif;
  color: #000;
  font-weight: 600;
}

.basket-select select {
  color: #858585;
  font: 14px "Century Gothic", sans-serif;
  height: 40px;
  width: 100%;
  appearance: none;
  background: url(../images/collapse-arrow.png) no-repeat 95% center;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  box-shadow: 2px 1px 12px #f2f2f2;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 30px;
}

.green-btn {
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%) !important;
  font: 14px "Century Gothic", sans-serif;
  color: #fff !important;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.green-btn:hover {
  transition: all 0.3s ease-in-out;
  background: linear-gradient(90deg, #68c316 100%, #b7d602 0) !important;
}

.delivery-cost {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 30px;
  min-height: 43px;
}

.delivery-cost a {
  color: #212529;
  font-family: 14px "Century Gothic", sans-serif;
}

.delivery-cost input {
  width: 100%;
  float: right;
  margin-left: 10px;
}

.delivery-cost p {
  font: 14px "Century Gothic", sans-serif;
  color: #000;
}

.delivery-cost .price {
  right: 15px;
}

.delivery-cost .price p {
  font: 14px "Century Gothic Bold", sans-serif;
  margin-bottom: 0;
  line-height: 2 !important;
  display: inline-flex;
}

.delivery-cost .price p>span {
  padding-left: 5px;
}

.pay-btn button {
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%);
  font: 14px "Century Gothic", sans-serif;
  color: #fff;
  text-align: center;
  padding: 10px 40px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.pay-btn button:hover {
  background: linear-gradient(180deg, #68c316 100%, #b7d602 0);
  transition: all 0.3s ease;
}

.sdacha p {
  font: 14px "Century Gothic", sans-serif;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}

.sdacha input {
  width: 80%;
  margin-right: 10px;
  padding-left: 1rem;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
}

.bonus-cost {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  font: 14px "Century Gothic", sans-serif;
}

.opacity-bonus {
  opacity: 0.5;
}

.bonus-cost .price p {
  color: #b7d602;
  font: 18px "Century Gothic Bold", sans-serif;
}

#bonus {
  width: 100%;
  margin-right: 10px;
  padding-left: 1rem;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  height: 28px;
}

.total-cost {
  display: flex;
  position: relative;
}

.total-cost p {
  font: 14px "Century Gothic", sans-serif;
  color: #000;
  word-break: break-all;
  margin-top: 1rem;
}

.total-cost .price {
  position: absolute;
  right: 0;
  top: -3px;
}

.total-cost .price p {
  font: 18px "Century Gothic Bold", sans-serif;
}

.head-h {
  height: 121px;
}

.mobile-header {
  display: block !important;
  background-color: #f8f8f8;
  padding: 5px 0;
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
}

.hidden-head {
  display: none;
}

.mobile-version {
  display: none;
}

.mobile-select select {
  margin-left: 30px;
  background: url(../images/loc-icon.png) center 0 no-repeat;
  width: 40px;
  height: 25px;
  padding-top: 30px !important;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  outline: 0;
  font: 14px "Century Gothic", sans-serif;
  color: #000;
}

.mobile-flex {
  display: flex;
}

.mobile-phone img {
  height: 90px;
  position: fixed;
  left: 0;
  bottom: 20px;
  z-index: 9999;
  animation: go-right-left 1.5s infinite alternate;
  -webkit-animation: go-right-left 1.5s infinite alternate;
}

@keyframes go-right-left {
  from {
    left: 0;
  }

  to {
    left: calc(-10px);
  }
}

@-webkit-keyframes go-right-left {
  from {
    left: 0;
  }

  to {
    left: calc(-10px);
  }
}

.square-flex {
  display: flex;
  flex-wrap: wrap;
}

.owl-wrapper-outer {
  -webkit-transform-style: preserve-3d;
}

.owl-stage-outer {
  -webkit-transform-style: preserve-3d;
}

.owl-carousel {
  margin-bottom: 20px;
}

.owl-carousel .item a {
  text-decoration: none;
  color: #fff;
}

.owl-carousel .item .green {
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%) !important;
  border-radius: 3px;
  font: 12px "Century Gothic", sans-serif;
  color: #fff;
  padding: 5px;
  text-align: center;
  box-shadow: 2px 1px 12px #f2f2f2;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: auto;
}

.owl-carousel .item .grey {
  background: #818181;
  border-radius: 3px;
  font: 12px "Century Gothic", sans-serif;
  color: #fff;
  padding: 5px;
  text-align: center;
  height: 40px;
  box-shadow: 2px 1px 12px #f2f2f2;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  top: 18%;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #f8f8f8 url(../images/owl-right.png) no-repeat center center;
  outline: 0;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  top: 18%;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #f8f8f8 url(../images/owl-left.png) no-repeat center center;
  outline: 0;
}

.homeakcii.owl-carousel .owl-nav button.owl-next {
  top: calc(50% - 20px);
  right: -40px;
}

.homeakcii.owl-carousel .owl-nav button.owl-prev {
  top: calc(50% - 20px);
  left: -40px;
}

.owl-carousel .owl-nav span {
  display: none;
}

.hc-nav-trigger-fixed {
  /*position: fixed !important;*/
  position: fixed !important;
  top: 1rem !important;
  z-index: 9999;
  display: none !important;
}

.hc-offcanvas-nav {
  z-index: 999 !important;
}

#main-nav {
  display: none !important;
}

#main-nav+.hc-nav-trigger {
  display: none;
}

#desktop-nav {
  display: none !important;
}

.menu-icon {
  margin-right: 10px;
}

.hc-offcanvas-nav .nav-item i {
  width: 23px;
  margin-right: 10px;
  color: #fff;
  font-size: 22px;
}

.hc-nav-trigger span,
.hc-nav-trigger span::after,
.hc-nav-trigger span::before {
  background: #818181 !important;
  height: 2.3px;
}

.hc-nav-trigger2 span,
.hc-nav-trigger2 span::after,
.hc-nav-trigger2 span::before {
  background: #BEBEBE !important;
}

.hc-nav-trigger2 {
  position: static;
}

.hc-nav-trigger2 span {
  left: auto !important;
}

.hc-nav-gray span,
.hc-nav-gray span::after,
.hc-nav-gray span::before {
  background: #868686 !important;
}

/* .hc-offcanvas-nav li.nav-back a,
.hc-offcanvas-nav li.nav-close a {
  background: #4caf50 !important;
  border-top: 1px solid #4caf50 !important;
  border-bottom: 1px solid #fff !important;
} */

/* .hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #4caf50 !important;
} */

.hc-offcanvas-nav ul {
  padding-bottom: 70px;
}

.hc-offcanvas-nav .nav-item,
.hc-offcanvas-nav a {
  color: #4b4b4d;
  /* border-bottom: 1px solid #bbb !important; */
}

.hc-offcanvas-nav span.nav-item {
  color: #b7d602;
  background: #00000003;
  font-weight: 700;
}

.hc-offcanvas-nav .fc-green {
  color: #b7d602
}

.hc-offcanvas-nav .bg-dim {
  background: #00000003;
}

.hc-offcanvas-nav .fw-700 {
  font-weight: 700;
}

.hc-offcanvas-nav span.nav-item::after,
.hc-offcanvas-nav a::after {
  content: '';
  position: absolute;
  width: 96%;
  height: 0.1px;
  left: 0;
  bottom: 0;
  background: #0000001f;
}

.hc-offcanvas-nav li.nav-back span::before,
.hc-offcanvas-nav span.nav-next::before {
  border-color: #bbb;
}

.hc-offcanvas-nav .basket-icon .count {
  position: relative;
  background: #b7d602;
  ;
}

.hc-offcanvas-nav a.nav-item.nav-dot::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  padding: 4px;
  margin-left: 4px;
  background: #b7d602;
  border-radius: 50%;
  transform: translateY(-50%);
}

.hc-offcanvas-nav .nav-ignore-item::after {
  content: none;
}

.hc-offcanvas-nav .nav-shift-top {
  position: absolute;
  top: -20px;
  left: 50px;
}

.opacity-pass {
  opacity: 0.3;
  transition: 0.2s ease;
}

.tablet-version {
  display: none;
}

.owl-carousel .owl-nav.disabled {
  display: block;
}

.owl1 .owl-nav button.owl-prev {
  display: block;
  top: 30%;
  left: -5%;
  height: 53px;
  width: 28px;
  background: url(../images/left.png) no-repeat center center;
}

.owl1 .top-sale-item {
  margin-left: 3px;
  margin-right: 3px;
}

.owl1 .owl-nav button.owl-next {
  display: block;
  top: 30%;
  right: -5%;
  height: 53px;
  width: 28px;
  background: url(../images/right.png) no-repeat center center;
}

.owl1 .gradient-in span {
  font-size: 12px;
}

@media (max-width: 320px) {
  .catalog-item .text-block .name p {
    width: 75% !important;
  }

  .button-wrap button {
    padding: 5px 15px;
    margin: 20px;
    width: auto;
    display: flex;
    align-items: center;
  }

  .owl-carousel .item .green {
    width: 75%;
  }
}

@media (max-width: 576px) {

  .hit,
  .new,
  .sale,
  .top_month {
    width: auto;
    height: auto;
    top: 10px;
    left: 3px;
    padding: 3px 5px 4px 5px;
    border-radius: 0px 8px 8px 0;
    line-height: normal;
  }

  .hit {
    background-color: #90d227ee;
  }

  .new {
    background-color: #03a1fcee;
  }

  .top_month {
    background-color: #f58634ee;
  }

  .hit p,
  .sale p,
  .new p,
  .top_month p {
    font-size: 10px;
    font-weight: bold;
    margin-top: 0;
  }

  .tab-line {
    padding: 20px 0 15px;
  }

  .basket-title h5 {
    font-size: 16px;
  }

  .breadcrumb li a {
    font-size: 14px;
  }

  .sale_status {
    margin-top: -5px;
    width: 58px;
    height: 18px;
    padding-top: 3px;
    font: 10px "Century Gothic", sans-serif;
  }

  .sale_status p {
    margin-top: 0;
  }

  .gradient-in span {
    font: 12px "Century Gothic", sans-serif;
  }

  .sale_bottom_block {
    height: auto;
    padding: 0;
    margin-top: 6px;
  }

  .top-sale-item .price {
    justify-content: flex-end;
    height: 40px;
  }

  .top-sale-item {
    min-height: auto;
    padding: 0px;
    margin-bottom: 0;
  }

  .top-month-product-load-more button {
    margin: 10px 0;
  }

  .sale_info-wrapper {
    padding: 0 18px 12px 18px;
  }

  .owl-item .sale_info-wrapper {
    padding: 0 12px 10px 12px;
  }

  .sale_img {
    padding: 3px 3px 0 3px;
  }

  .sale_img img {
    border-radius: 5px;
  }

  .btn-in-basket {
    background: none;
    min-height: 40px;
    min-width: 40px;
  }

  .btn-in-basket img {
    width: 40px;
    height: 40px;
    margin: auto;
  }

  .product-sum .btn-in-basket img {
    width: 60px;
    height: 60px;
    margin: auto;
  }

  .sale_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sale_stars {
    justify-content: flex-start;
  }

  .product-img .red-label {
    font: 9px "Century Gothic", sans-serif;
    color: #fff;
    padding: 5px;
    position: absolute;
    border-radius: 3px 0 0 3px;
    top: 15%;
    right: 0;
    background-color: #df2a2a;
  }

  .footer_bottom {
    height: 75px;
  }

  .footer_list h3 {
    padding-top: 20px;
  }

  .modal-h-content {
    width: 100% !important;
  }

  .purchased-item .text {
    display: block !important;
  }

  .green-caption img {
    display: none !important;
  }

  .catalog-item .image {
    width: 70%;
  }

  .carousel-caption p {
    font: 14px/18px "Century Gothic", sans-serif;
  }

  .carousel-caption b {
    font: 16px/20px "Century Gothic Bold", sans-serif;
  }

  .loc-icon img {
    margin-top: -10px;
  }

  .hc-nav-trigger span {
    width: 26px !important;
  }

  .hc-nav-trigger span::before {
    top: -7px !important;
  }

  .hc-nav-trigger span::after {
    bottom: -7px !important;
  }

  .pick-city-modal {
    width: 100%;
  }

  .head-search {
    background: linear-gradient(180deg, #b7d602 0, #68c316 100%);
  }

  .head-search input {
    display: block;
    margin: auto;
    width: 90%;
    height: 30px;
    background: #fff url(../images/search-ico.png) no-repeat 95% center;
    padding-left: 10px;
    border: none;
    outline: 0;
  }

  .head-basket-icon img {
    height: 25px;
  }

  .mobile-select select {
    background-size: 25px 30px;
  }

  .logo img {
    max-width: 100% !important;
  }

  .map iframe {
    height: 150px;
  }

  .basket-icon .count {
    padding: 2.5px 6px;
  }

  .sale-basket-button button {
    margin-top: 10px;
    position: relative;
    right: 0;
  }

  .owl1 .owl-nav button.owl-prev {
    top: 0;
    background: url(../images/owl-left.png) no-repeat center center;
  }

  .owl1 .owl-nav button.owl-next {
    top: 0;
    background: url(../images/owl-right.png) no-repeat center center;
  }

  .owl-anal .owl-nav button.owl-next {
    top: 30% !important;
  }

  .owl-anal .owl-nav button.owl-prev {
    top: 30% !important;
  }

  .owl2 .owl-nav button.owl-prev {
    left: -5%;
    background: url(../images/owl-left.png) no-repeat center center;
  }

  .owl2 .owl-nav button.owl-next {
    right: -5%;
    background: url(../images/owl-right.png) no-repeat center center;
  }

  .owl-main .owl-nav button.owl-prev {
    display: none;
    top: 35%;
    left: -5%;
    height: 20px;
    width: 20px;
    background: url(../images/left.png) no-repeat center center;
    background-size: contain;
  }

  .owl-main .owl-nav button.owl-next {
    display: none;
    top: 35%;
    right: -5%;
    height: 20px;
    width: 20px;
    background: url(../images/right.png) no-repeat center center;
    background-size: contain;
  }

  .owl-carousel .item .green {
    min-height: 3.5rem;
    width: 85% !important;
  }

  .styledSelect {
    display: none;
  }

  .catalog-basket-button button,
  .news-basket-button button {
    position: relative;
  }

  .logo {
    /* margin-left: 40px; */
    text-align: center;
    width: 98px;
  }

  .search-new img {
    width: 22px;
  }

  .phone-mobile {
    margin-right: 20px;
  }

  .search-new {
    margin-right: 20px;
  }

  .count-input input {
    height: 30px;
    font-size: 13px;
  }

  .flex-one,
  .mobile-flex {
    display: block;
  }

  .status p {
    margin: 0;
  }

  .status {
    margin: 0;
  }

  .basket-item .text-block .delete-icon {
    right: 0;
  }

  .title-border {
    margin: 10px auto;
    border: 2px solid #ebebeb;
    width: 50%;
    display: none;
  }

  .square-flex {
    justify-content: space-around;
  }

  .square-flex .top-sale-item {
    flex: 0 0 49%;
  }

  .adv-item {
    display: block;
    height: auto;
    width: 23%;
  }

  .adv-item a {
    display: block;
    height: 95px;
    margin-bottom: 0;
    padding: 1px 5px !important;
  }

  .top-sale-item .sale_img img {
    height: 166px;
  }

  .owl-item .top-sale-item .sale_img img {
    height: 148px;
  }

  .top-sale-item .hit img {
    height: 35px;
    width: 40px;
  }

  .basket-button button img,
  .catalog-basket-button button img,
  .news-basket-button button img,
  .sale-basket-button button img {
    height: auto;
    width: 20px !important;
    margin-right: 4px;
  }

  .basket-button button,
  .catalog-basket-button button,
  .news-basket-button button,
  .sale-basket-button button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 20px;
    height: 30px;
  }

  .button-wrap {
    justify-content: space-evenly;
    align-items: center;
  }

  .all-catalog button {
    margin: 20px auto;
  }

  .top-sale-item .name p {
    font-size: 13px;
    margin: 10px 0 0 0;
  }

  .top-sale-item .price p {
    font-size: 14px;
    min-height: auto;
  }

  .new-item {
    padding: 10px;
    min-height: auto;
  }

  .catalog-item .image img,
  .new-item .image img {
    width: 100px;
    min-width: 100px;
  }

  .new-item .text-block .name p {
    font-size: 14px;
    height: 34px;
  }

  .adv-icon img {
    display: block;
    margin: 10px auto;
  }

  .adv-item .text-block {
    margin: 0;
  }

  .adv-item .text-block h6 {
    font-size: 10px;
  }

  .adv-item .text-block p {
    font-size: 10px;
  }

  .adv-item .text-block p,
  h6 {
    text-align: center;
  }

  /* .w-100 {
    width: 100% !important;
    min-height: 140px;
  } */

  .carousel-caption {
    left: 7%;
    right: 0;
  }

  .carousel-caption h5 {
    font-size: 48px;
  }

  .carousel-indicators {
    bottom: -49px;
  }

  .carousel-indicators li {
    box-shadow: 2px 1px 12px #f2f2f2;
    background-color: #fff;
  }

  .basket-icon .count {
    top: 0;
    right: -10px;
  }

  .desktop-version {
    display: none;
  }

  .mobile-version {
    display: block;
  }

  .header-sticky {
    background-color: #f8f8f8;
    z-index: 999;
    margin-bottom: 6px;
  }

  .mobile-version.header-sticky.mobile-search-visible {
    margin-bottom: 0;
  }

  .header-sticky-fix {
    display: none;
  }

  .d-flex {
    width: 100%;
  }

  .width_animation_0 {
    width: 100%;
    transition: width 0.5s, height 4s;
  }

  .width_animation {
    width: 70%;
    transition: width 0.5s, height 4s;
  }

  .fixed-search {
    display: none;
    justify-content: center;
    position: sticky;
    padding: 10px 15px 15px;
    top: 0;
    background-color: #f8f8f8;
    z-index: 999;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  }

  .search-visible {
    display: flex !important;
  }

  .fixed-search .search {
    width: 100%;
  }

  .fixed-search .search .input {
    display: flex;
  }

  .footer-text p {
    margin-bottom: 10px;
  }

  .catalog-bonus-list li:before {
    margin-left: 0;
  }

  .catalog-bonus-list ul li~* {
    display: inline-block !important;
    font-size: 14px !important;
  }

  .catalog-bonus-list ul li a {
    display: inline-block;
    font-size: 14px !important;
  }

  .catalog-item .text-block {
    margin-left: 10px;
  }

  .button-wrap button {
    padding: 5px 44%;
    margin: 0;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
  }

  .owl-carousel .top-sale-item {
    width: 97%;
  }

  .bonus-text span {
    font-size: 64px !important;
  }

  .register-by {
    margin-bottom: 30px;
  }

  .register-by p {
    width: auto;
    border: none;
    margin: 0;
  }

  .register-by .left a img {
    display: block;
    float: right;
  }

  .register-by .right a img {
    display: block;
    float: left;
  }

  .register-bonus p span {
    font-size: 36px !important;
  }

  .register-bonus .gradient-text {
    display: inline-block;
  }

  .button-wrap2 {
    display: block;
  }

  .button-wrap2 button {
    display: block;
    margin: 20px auto;
    width: 70%;
    height: 40px;
    font-size: 14px;
  }

  .basket-button a:hover {
    text-decoration: none;
  }

  .bg-white {
    padding: 10px 0 50px 0;
  }

  .review-btn button {
    display: block;
    margin: auto;
    float: unset;
  }

  .total-cost p {
    margin-top: 20px;
  }

  .catalog-menu {
    display: none;
    position: absolute;
    left: 10px;
    top: 40px;
    z-index: 9999;
    box-shadow: 2px 1px 12px #f2f2f2;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .second-level-menu {
    display: none;
    padding: 0 !important;
    position: absolute;
    left: 100%;
    background: #fff;
    top: 0;
    overflow-y: scroll;
    height: 320px;
  }

  .second-level-menu li {
    border: none !important;
    height: auto !important;
    padding: 10px 20px !important;
  }

  .second-level-menu li a {
    width: 100px;
  }

  .second-level-menu::-webkit-scrollbar {
    width: 2px;
  }

  .second-level-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .second-level-menu::-webkit-scrollbar-thumb {
    background: #86ca0f;
  }

  .second-level-menu::-webkit-scrollbar-thumb:hover {
    background: #86ca0f;
  }

  .catalog-menu ul li a,
  .second-level-menu li,
  .second-level-menu ul li a {
    height: auto !important;
  }

  .basket-item .image img {
    width: 90px;
  }

  .basket-item {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    min-height: auto;
    background-color: #fff;
  }

  .basket-item-container:last-child .basket-item {}

  .drugstore-wrap {
    margin: 20px 0 0;
  }

  .review textarea {
    margin-top: 30px;
  }

  .gift-item:hover {
    transition: all 0.3s ease-out;
    transform: scale(1);
  }
}

.mobile-version .main-content .row-list .title.gradient-text {
  background: 0 0 !important;
}

.load-more-products-block {
  justify-content: center;
}

@media (max-width: 768px) {
  .search-new {
    margin-right: 20px;
  }
  .search-new img {
    width: 22px;
  }
}
@media (max-width: 576px) {
  .slider {
    margin-bottom: 25px;
  }

  .map {
    margin-bottom: 15px;
  }

  .footer-text p {
    color: grey;
  }

  .footer-text p a {
    color: grey;
  }

  .owl-main-mobile {
    max-height: 160px;
  }

  .search-map .btn-map {
    padding: 10px 10px !important;
  }

  .catalog-item .text-block .name p {
    margin-bottom: 0 !important;
  }

  .mobile-version .row .col {
    display: flex;
    height: 5rem !important;
    align-items: center;
  }

  .mobile-version .row {
    align-items: center;
  }

  .mobile-version .tile_catalog {
    font-size: 0.6rem;
    align-items: flex-start;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .logo img {
    max-width: 100%;
  }

  .carousel-inner {
    margin-top: 20%;
  }

  /* .w-100 {
    min-height: auto;
  } */
}

@media (min-width: 768px) and (max-width: 994px) {
  .owl1 .owl-nav button.owl-prev {
    left: 0;
  }

  .owl1 .owl-nav button.owl-next {
    right: 0;
  }

  .row-list ul {
    width: 100%;
    border-right: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }

  .search input {
    background: #fff;
  }

  .tablet-version {
    display: block;
  }

  .tablet-version-hide {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .new-item .image img {
    height: 8rem;
    object-fit: contain;
  }
}

.swal-modal .swal-footer button {
  color: #fff;
  font: 14px "Century Gothic", sans-serif;
  background: linear-gradient(to bottom, #b7d602 0, #68c316 100%);
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: 0;
}

.swal-modal .swal-footer {
  display: flex;
  justify-content: center;
}

.swal-modal .swal-footer button:hover {
  transition: all 0.5s ease-in-out;
  background: linear-gradient(to top, #b7d602 0, #68c316 100%);
}

.swal-modal .swal-footer button:focus {
  outline: 0;
  box-shadow: none;
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #fff;
}

.hc-offcanvas-nav li.nav-back a,
.hc-offcanvas-nav li.nav-close a {
  background: #fff;
  padding-left: 30px;
}

.hc-offcanvas-nav li.nav-back a:hover,
.hc-offcanvas-nav li.nav-close a:hover {
  background: #fff;
}

.order {
  background-color: #fff;
  padding: 4rem 0 2rem 0;
}

.order-content {
  padding: 2rem 2.5rem;
  background-color: #fff;
  box-shadow: 2px 1px 15px #ececec;
  border-radius: 5px;
  margin-bottom: 2rem;
}

.order-content p {
  display: flex;
  justify-content: space-between;
  color: #979797;
}

.order-content span {
  color: #000;
}

.order-content .btn-order {
  width: fit-content;
  color: #fff;
  font: 14px "Century Gothic", sans-serif;
  background: linear-gradient(to bottom, #b7d602 0, #68c316 100%);
  padding: 1rem 2rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: 0;
  display: flex;
  margin: 2rem auto 0;
}

.order-content .btn-order:hover {
  text-decoration: none;
  background: linear-gradient(to bottom, #68c316 0, #b7d602 100%);
}

.modal-map {
  z-index: 999999;
}

.modal-map .modal-dialog {
  max-width: 75%;
}

.modal-footer,
.modal-map .modal-dialog .modal-header {
  border: none;
}

.delivery-modal {
  display: flex;
  width: 50%;
  align-items: baseline;
  justify-content: center;
}

.delivery-modal .price {
  width: 50%;
}

.delivery-modal .delivery-cost {
  margin: 0 1rem;
}

.delivery-modal .close {
  position: absolute !important;
  right: 1rem !important;
}

.delivery-modal .close span {
  position: absolute;
  top: 0;
}

.modal-map .modal-dialog .modal-header .close {
  margin: 0;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
}

.search-map .delete {
  position: absolute;
  top: 20%;
  right: 5%;
  color: red;
  cursor: pointer;
}

.search-map .delete:hover {
  color: #900;
}

#apartment {
  margin-left: 5px;
}

.search-map input {
  width: 72%;
  font-size: 12px;
  border-radius: 5px;
  padding: 0.5rem;
  border: 1px solid silver;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .search-map input {
    max-width: 245px;
  }
}

.search-map .btn-map {
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%);
  font: 14px "Century Gothic", sans-serif;
  color: #fff;
  text-align: center;
  padding: 10px 40px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  display: none;
}

.search-map .btn-map:hover {
  background: linear-gradient(180deg, #68c316 0, #b7d602 100%);
}

.search-map .btn-map-disabled {
  font: 14px "Century Gothic", sans-serif;
  text-align: center;
  padding: 10px 40px;
  border: none;
  border-radius: 5px;
}

.loc-8 {
  display: NONE;
}

.carousel-control-next,
.carousel-control-prev {
  display: none;
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f39e" !important;
}

.footer-text p i {
  padding: 0 5px;
  font-size: 20px;
  transition: all 0.3s ease;
}

.footer-text p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-text p i:hover {
  color: #68c316;
}

.inner-page {
  min-height: 100vh;
}

.inner-page ul {
  list-style: none;
}

.inner-page * {
  font-family: "Century Gothic" !important;
  padding: 0;
}

.inner-page .title {
  font: 28px "Century Gothic Bold", sans-serif;
}

.inner-page .desc {
  font: 18px "Century Gothic", sans-serif;
  padding: 20px;
  margin-bottom: 24px;
  transition: all 0.2s linear;
  cursor: pointer;
  margin-bottom: 0;
}

.inner-page .desc:hover {
  transform: scale(1.01);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 1px 15px 0 rgba(0, 0, 0, 0.19);
}

.owl-arrow-right,
.owl-arrow-right2 {
  display: none;
  cursor: pointer;
}

@media (max-width: 767px) {

  .owl-arrow-right,
  .owl-arrow-right2 {
    display: inline-block;
  }
}

.catalog-bonus-list .gradient-text {
  display: inline-block;
  font-size: 14px !important;
}

.adv-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 80px;
}

@media (max-width: 576px) {
  .empty_basket {
    padding-left: 15px;
  }

  .menu-icon img {
    filter: brightness(0) invert(1);
    width: 30px !important;
  }

  .adv-icon img {
    max-height: 50px;
  }

  .favorites {
    background-image: url("/images/like-not-active.png");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
  }

  .favorites-active {
    background-image: url("/images/like-not-active.png");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
  }

  .top-sale-item a {
    min-height: 1px;
  }

  #ui-id-1 {
    width: 335px !important;
  }

  .sale_info .gradient-text {
    line-height: 20px;
  }
}

.get-back-to-orders {
  width: fit-content;
  color: #fff;
  font: 14px "Century Gothic", sans-serif;
  background: linear-gradient(to bottom, #b7d602 0, #68c316 100%);
  padding: 0.5rem 2rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: 0;
  display: flex;
}

.fa-sign-out {
  font-size: 28px !important;
}

.swal-modal,
.swal-overlay--show-modal .swal-modal,
.swal-text {
  text-align: center;
}

.modal-dialog {
  margin: 5.75rem auto !important;
}

.modal-open .modal {
  overflow-y: auto !important;
}

.sdacha.sd-mob {
  display: none;
}

@media (max-width: 568px) {
  .sdacha.sd-desk {
    display: none !important;
  }

  .sdacha.sd-mob {
    display: block;
  }
}

.articles h1 {
  font-size: 41px;
  font-family: "Century Gothic Bold";
  color: #212121;
  font-weight: 700;
  line-height: 1.2;
}

.articles h3 {
  font-size: 16px;
  font-family: "Century Gothic Bold";
  color: #2e353a;
  font-weight: 700;
  line-height: 1.132;
  text-align: left;
}

.articles .news-name {
  font-size: 16px;
  font-family: "Century Gothic Bold";
  color: #2e353a;
  font-weight: 700;
  line-height: 1.132;
  text-align: left;
}

.articles .row {
  font-size: 14px;
  font-family: "Century Gothic";
  color: #2e353a;
  line-height: 1.786;
  text-align: left;
  padding: 15px;
}

.articles .read-more {
  font-size: 13px;
  font-family: "Century Gothic";
  color: #4e799d;
  line-height: 2.308;
  text-transform: uppercase;
}

#addressResult {
  height: 450px;
  overflow-y: scroll;
}

#addressResult::-webkit-scrollbar {
  width: 5px;
}

#addressResult::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#addressResult::-webkit-scrollbar-thumb {
  background: #b7d602;
}

#addressResult::-webkit-scrollbar-thumb:hover {
  background: #b7d602;
}

#exampleModalAddress .modal-content {
  padding-left: 15px;
  padding-right: 15px;
}

.catalog-item .price {
  color: #818181;
}

.catalog-item .price p {
  text-align: center;
  margin: 0 5px;
  color: #818181;
  text-decoration: line-through;
}

.catalog-item .price {
  display: flex;
}

.catalog-item .price p span {
  color: #818181 !important;
  font: 18px "Century Gothic", sans-serif;
}

.catalog-item .gradient-text {
  text-align: left;
}

.month-sale-item .text-block .red-label {
  display: none;
}

.red-label {
  display: none;
}

.breadcrumb {
  font-family: "Century Gothic";
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin: 2px 6px 0;
  color: #007bff;
}

.breadcrumb li:last-child a {
  color: #818181;
}

.breadcrumb li:last-child:after {
  content: "";
  margin: 0;
}

input:focus,
select:focus,
textarea:focus {
  background: #f8ffd2;
}

input.promocode::parent {
  background: #f8ffd2;
}

a.map-link {
  color: #73c613;
  font-weight: 600;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.address-delivery p {
  text-align: left;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #000 !important;
  display: block;
  margin-top: 6px;
}

.front-desc img {
  margin-bottom: 15px;
  max-width: 100%;
}

.front-desc>div>a {
  text-decoration: underline dotted 2px;
  color: #979797;
}

.front-desc-wrapper {
  background-color: #fff;
  padding: 20px 0 40px;
}

.front-desc .text-center a:not(.collapsed) {
  display: none;
}

.definitely-none {
  display: none;
}

.card_add_check.none {
  display: none;
  transition: 0.3s;
}

.card_add_check.block {
  display: block;
  transition: 0.3s;
}

.card_add.none {
  display: none;
  transition: 0.3s;
}

.card_add.block {
  display: block;
  transition: 0.3s;
}

.catalog-menu ul>li {
  position: relative;
  background: #fff;
}

.submenu li>a {
  color: #818181 !important;
}

.submenu li>a:hover {
  color: #fff !important;
}

.submenu {
  position: absolute;
  background: #fff;
  padding: 0;
  border-radius: 0 5px 5px 0;
  top: 0;
  left: 95%;
  z-index: 999;
  display: none;
  height: 100%;
  width: 100%;
}

.catalog-menu ul>li:hover>.submenu {
  display: block;
}

@media (max-width: 768px) {
  .mobile-version {
    display: block;
  }

  .help-block {
    color: red;
    text-align: center;
    margin-top: 10px;
  }

  .categori_recept p {
    padding: 0px 0px 0px 0px !important;
  }
}

.scroll-container {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
}

@media (max-width: 600px) {
  footer .mobile-phone {
    display: none;
  }
}

.product-page .btn-light {
  background-color: #fff;
  font-weight: 700;
  width: 100%;
  border-radius: 6px;
}

.product-page .nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #fff;
  background-color: #b0d737;
  border-color: #b0d737;
}

.product-description {
  display: grid;
  grid-gap: 10px;
  font-family: "Century Gothic", sans-serif;
}

.product-description-item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  grid-gap: 10px;
}

.product-description-item--center {
  grid-auto-columns: 1fr;
}

.product-description-item__content {
  text-align: left;
  align-items: center;
  font-family: "Century Gothic", sans-serif;
}

.product-description-item__content--facebook {
  padding-top: 10px;
  height: 60px;
}

.product-description-item__content span {
  display: block;
  text-align: left;
}

.product-sum {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.sum-block {
  display: flex;
}

.product-description-item .basket {
  width: 100%;
  text-align: center;
}

.product-description-item .count-input {
  text-align: left;
  display: grid;
  align-items: center;
  grid-template-columns: 16px 50px 16px;
  grid-gap: 5px;
}

.product-description .count-input span {
  font-size: 30px;
  font-family: Menlo, "Lucida Console", Monaco, Consolas, monospace;
}

.product-description .count-input input {
  width: 50px;
  height: 30px;
}

.card {
  font-family: "Century Gothic", sans-serif;
}

.card-header {
  padding: 0;
}

.card-header .btn {
  padding: 10px;
  width: 100%;
  text-align: left;
  position: relative;
}

.card-header .btn span {
  color: #d6d7d6;
  font-size: 41px;
  position: absolute;
  right: 10px;
  top: -14px;
  font-family: Menlo, "Lucida Console", Monaco, Consolas, monospace;
}

.card-header .btn {
  background-color: #fff;
  border: unset;
  box-shadow: unset;
  font-weight: 700;
}

.card-header button:after {
  content: "";
  display: inline-block;
  float: right;
  width: 19px;
  height: 19px;
  background-image: linear-gradient(#d6d7d6, #d6d7d6);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%;
}

.card-header button.collapsed:after {
  background-image: linear-gradient(#d6d7d6, #d6d7d6),
    linear-gradient(#d6d7d6, #d6d7d6);
}

.card-header {
  border: unset;
}

.product-description-item:nth-of-type(4) {
  align-items: start;
}

@media (max-width: 700px) {
  .product-description {
    padding: 20px 0;
  }

  #remainder-mobile,
  .card,
  .card-header .btn,
  .product-description-item__title,
  .recipe-span {
    font-size: 13px !important;
  }

  .product-description-item {
    grid-template-columns: 2fr 3fr;
    grid-gap: 0;
  }

  .product-description-item__content {
    font-size: 13px;
    grid-template-columns: 1fr 0fr !important;
  }

  .product-description .btn-in-basket {
    min-width: 60px;
    min-height: 60px;
  }

  .product-description .count-input span {
    color: #424542;
    font-size: 30px;
    font-family: Menlo, "Lucida Console", Monaco, Consolas, monospace;
  }

  .product-description .count-input input {
    width: 50px;
    height: 24px;
    border: unset;
  }

  .product-description span {
    font: 16px "Century Gothic", sans-serif;
    color: #5f5f5f;
    line-height: 22px;
  }
}

@media (max-width: 360px) {
  .product-description .btn-in-basket {
    min-width: 35px;
    min-height: 35px;
  }

  .product-description .btn-in-basket img {
    width: 25px;
    height: 24px !important;
  }

  .product-description span {
    font: 11px "Century Gothic", sans-serif;
    color: #5f5f5f;
    line-height: 22px;
  }
}

.tab-content {
  font-family: "Century Gothic", sans-serif !important;
}

@media (max-width: 320px) {
  .product-description {
    font-size: 13px;
  }
}

.btn-light[aria-expanded="true"] {
  color: #fff;
  background-color: #b0d737;
  border-color: #b0d737;
}

:root {
  --height-label-radio: 15px;
  --need-callback-border-color: #dfdfdf;
}

.need-callback {
  margin-top: 20px;
}

.need-callback__title {
  font-weight: bold;
}

.need-callback__choise {
  display: flex;
  justify-content: flex-start;
  padding-top: 20px;
  width: 80%;
}

.need-callback__choise-yes {
  padding-right: 50px;
}

.need-callback label {
  margin: 0;
}

.mobile-br {
  display: none;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}

input[type="radio"]:not(:disabled):active+label::before {
  background-color: #b7d602;
}

input[type="radio"]:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input[type="radio"]:checked+label::before {
  background-color: #b7d602;
}

input[type="radio"]:disabled+label::before {
  background-color: #e9ecef;
}

@media (max-width: 600px) {
  .need-callback {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .need-callback__title {}

  .need-callback__choise {}

  .need-callback label {}

  .mobile-br {
    display: block;
  }
}

.swal2-cancel {
  color: #000 !important;
  border: 1px solid #dfdfdf !important;
}

.swal2-container {
  z-index: 5000000000000 !important;
}

.btn-light:hover {
  background-color: #b7d602;
  color: #fff;
}

.btn-light:active {
  background-color: #68c316;
  color: #fff;
}

input:focus,
select:focus,
textarea:focus {
  background-color: #fff;
  outline: none;
}

.cart-user-modal .verify-phone {
  display: none;
}

.drugstore-item div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.drugstore-item img {
  width: 100%;
  max-height: 200px;
}

.drugstore-item div>img {
  margin-right: 20px;
  width: 25px;
  max-height: 32px;
}

.drugstore-item div ul {
  padding-left: 0px;
  font: 12px "Century Gothic", sans-serif;
  margin-bottom: 0px;
}

.drugstore-item div ul li {
  list-style-type: none;
}

.drugstore-item div ul li a {
  color: #616161;
}

.recommended-products {}

.recommended-products__title {
  font: 21px "Century Gothic Bold", sans-serif;
  color: #b7d602;
  text-align: center;
  margin-bottom: 20px;
}

.recommended-products-content {}

.recent-products {}

.recent-products__title {
  font: 21px "Century Gothic Bold", sans-serif;
  color: #b7d602;
  text-align: center;
  margin-bottom: 20px;
}

.recent-products-content {}

.linking {
  padding: 10px 5px;
}

.linking a {
  color: #000
}

.linking-item {
  display: inline-block;
  padding: 0 5px;
}

.about-page {
  padding-top: 30px;
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-gap: 20px;
}

.about-page-menu {}

.about-page-menu__item {
  position: relative;
  padding: 5px 10px;
  border-radius: 6px;
}

.about-page-menu__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-page-menu__item.active {
  background: #b7d602;
  color: #fff;
}

@media (max-width: 768px) {
  .fixed-wrapper-scrollup {
    left: 46% !important;
  }
}

.linking {
  padding: 15px 0;
}

.linking-item {
  text-decoration: underline;
}

.linking-item:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #b7d602;
}

.linking-item:hover a {
  color: #fff;
}

.product-notfound-text {
  font-size: 15px;
  width: 104px;
  position: relative;
  height: 51px;
}

.product-notfound-text span {
  position: absolute;
  bottom: 0px;
}

.bottom-fixed-menu {
  display: flex !important;
  justify-content: space-around;
  position: fixed;
  padding: 10px 15px 15px;
  background-color: #f8f8f8;
  z-index: 9999;
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%);
  bottom: 0;
}

.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 2rem;
}

@media (max-width: 576px) {
  header {
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%);
  }
}

.basket-icon img,
.user-icon img {
  width: 28px;
}

.img-ratio-1x1 {
  aspect-ratio: 1 / 1;
  object-fit: scale-down;
}

#instruction-desktop>* {
  max-width: 100% !important;
}

.hide-element {
  display: none;
}

.green-border {
  border: 1px solid #9ed526 !important;
}

@media (max-width: 575px) {
  .favorite-icon-container {
    right: 10px;
    top: 8px;
  }

  .rating-and-review {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .rating-and-review .review {
    font-size: 13px;
    color: #c4c4c4;
  }

  .footer {
    padding: 10px 0 160px;
    margin: 0;
  }

  .footer .container>div>a {
    display: block;
    position: relative;
    width: 100%;
    font-weight: bold;
    color: #BDBFC1;
    line-height: 3;
    font-size: 16px;
  }

  .footer .container>div>a.dropdown:after {
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    right: 0;
  }

  .footer a,
  .footer p {
    color: #bababa;
    line-height: 1.8;
    font-size: 14px;
  }

  .footer img {
    width: 20px;
  }

  .footer .footer-payment-info {
    gap: 10px;
  }

  .footer .footer-payment-info img {
    height: 32px;
  }

  .product-notfound-text {
    font-size: 13px;
    width: 50%;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-flow: wrap;
    align-content: flex-end;
    height: 40px;
  }

  .product-notfound-text span {
    position: relative;
  }
}

@media (max-width: 426px) {
  .main-title h5 {
    color: #4B4B4D;
  }

  .load-more-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .stock-link-mob button::before {
    margin-bottom: 2.5px;
  }

  .stock-link-mob button a {
    color: #4b4b4d;
  }
}

.swal2-title {
  font-size: 20px !important;
  font-weight: normal !important;
}

.tile_catalog {
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  align-items: flex-start;
}

.product__promo-banner {
  vertical-align: center;
  padding: 0;
  height: 280px;
  position: relative;
}

.product__promo-banner img {
  width: 100%;
  height: 100%;
  /*padding-bottom: 30px;*/
}

.product__promo-banner .sale_bottom_block {
  position: absolute;
  bottom: 20px;
  width: 190px;
  right: 30px;
}

.btn-ok {
  margin: 20px 0px 10px 0px;
  text-align: center;
  background: rgb(149, 206, 7, 1);
  /* background: linear-gradient(0deg, rgba(117, 198, 15, 1) 0%, rgba(149, 206, 7, 1) 65%, rgba(190, 220, 40, 1) 100%); */
  color: #fff;
  padding: 5px 0px;
  width: 100%;
  font-weight: bold;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.info-modal__body{
  text-align: left;
  padding-top: 10px;
}
.mbr{
  display: none;
}
@media (max-width: 768px) {
  .mbr{
    display: block;
  }
  .info-modal__body{
    text-align: center;

  }
}



.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
  border-color: #00a65a;
  box-shadow: none;
}
.form-group.has-success .help-block {
  color: #00a65a;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
  border-color: #f39c12;
  box-shadow: none;
}
.form-group.has-warning .help-block {
  color: #f39c12;
}
.form-group.has-error label {
  color: #dd4b39;
}
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
  border-color: #dd4b39;
  box-shadow: none;
}
.form-group.has-error .help-block {
  color: #dd4b39;
}

.custom-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.custom-radio-input {
  display: none;
}

.custom-radio-label {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.3s;
  border: 1px solid #b7d602;
  background-color: #fff;
  color: #b7d602;
  font-weight: bold;
}

.custom-radio-input:checked + .custom-radio-label {
  background: linear-gradient(180deg, #b7d602 0, #68c316 100%);
  color: #fff;
}


.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}

.custom-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.custom-file-label {
  display: block;
  padding: 10px;
  background-color: #007bff;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.custom-file-label:hover {
  background-color: #0056b3;
}