html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: 15px 0;
  font-size: 26px;
  line-height: 35px;
}

a {
  color: #3cb600;
}

hr {
  height: 0;
  overflow: visible;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.container {
  width: 100%;
  max-width: 1316px;
  padding: 0 10px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex.end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex.start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex.middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.wrap,
.row.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex > .grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.img-responsive {
  max-width: 100%;
  display: block;
  height: auto;
}

.logo img {
  height: 52px;
}
.logo {
  margin-right: 49px;
}
a,
button,
input {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn {
  padding: 11px 29px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-fast.btn-block {
  background: #e2eded;
  color: #3c8585;
}
.btn-primary2 {
  color: #828282;
  border: 1px solid #bdbdbd;
}
.btn-primary2:hover,
.btn-primary {
  background: #3cb600;
  border-color: #3cb600;
  color: #fff;
}
.btn-sm {
  font-size: 14px;
  line-height: 19px;
  padding: 9px 26px;
}
.btn-blue {
  background: #3c8585;
  color: #fff;
}

.btn-menu i {
  height: 10px;
  width: 15px;
  margin-right: 10px;
  position: relative;
}
.btn-menu i::before,
.btn-menu i::after,
.btn-menu i span {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  border-radius: 2px;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-menu i::before {
  top: 4px;
}
.btn-menu i::after {
  top: 8px;
}
.a-phone {
  font-size: 27px;
  line-height: 37px;
  text-align: right;
  color: #004d4e;
  white-space: nowrap;
  margin-bottom: 5px;
  text-decoration: none;
}
.btn-inline {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-inline svg {
  margin-right: 5px;
}
.cm-item + .cm-item {
  margin-left: 5px;
}
.cm-item .btn-inline {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #4f4f4f;
}

.cm-time .btn-inline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.cm-item.cm-time {
  position: relative;
}
.cm-time-hover {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 194px;
  background: #fff;
  padding: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 5px rgb(0 0 0 / 10%);
          box-shadow: 0px 5px 5px rgb(0 0 0 / 10%);
  font-size: 12px;
  line-height: 16px;
  color: #4f4f4f;
  display: none;
  z-index: 2;
}
.cm-time:hover .cm-time-hover {
  display: block;
}
.language-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  background: #f2f2f2;
  color: var(--blue, #3c8585);
  font-size: 14px;
  font-weight: 700;
}
.language-select.active {
  color: #3cb600;
}
.language-select + .language-select {
  margin-left: 20px;
}
.lang-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .lang-btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.lang-btn > .language-select {
  width: auto;
}
.header-content {
  position: relative;
  height: 90px;
}
.header_search {
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 15px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 5px rgb(0 0 0 / 10%);
          box-shadow: 0px 5px 5px rgb(0 0 0 / 10%);
  left: 0;
  right: 0;
  border-radius: 0 0 5px 5px;
  display: none;
  z-index: 2;
}
.ch-content {
  max-width: 245px;
  margin: auto;
}
#search_btn {
  border-radius: 0 50px 50px 0;
  height: 48px;
}
.form-control {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 19px;
  color: #4f4f4f;
  outline: none !important;
  display: block;
  width: 100%;
}
.form-reg .form-control:invalid {
  background: #f9111040;
  border: 1px solid #f91110;
}
#search_input {
  border-radius: 10px 0 0 10px;
  border-right: 0;
  height: 48px;
}
.common-btns {
  margin-left: 0px;
}
.cb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
}
.btn-cart.cb-item,
.btn.cb-item {
  padding: 11px 18px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  height: 40px;
  background: #3cb600;
  color: #fff;
}
.btn-cart.cb-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.btn-empty.btn-cart {
  background: #f2f2f2;
  color: #4f4f4f;
}
.btn-empty.btn-cart i {
  display: none;
}
.btn-empty.btn-cart svg * {
  fill: #3cb600;
}
.cb-item + .cb-item {
  margin-left: 25px;
}
.cb-item > svg {
  margin-right: 8px;
  margin-bottom: 4px;
}
/*.cb-item > span {
      font-size: 13px;
      line-height: 18px;
      color: #4F4F4F;
  }*/
.buy-box .btn-primary {
  width: 100%;
}
.buy-box .btn-primary svg {
  margin: 0 8px 4px 0;
}
.cb-item i, .mobile-panel-bottom .panel > * i {
  width: 20px;
  height: 20px;
  background: #fa0f0f;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-style: normal;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: 4px;
}
.menu-box > .menu-content-inner {
  display: none;
}
.menu-box .menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 767px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0px 0px 15px 15px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 530px;
}

.menu-box > .menu-bg {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
}
.header-top + header .menu-box > .menu-bg {
  top: 130px;
}
.child-box {
  display: none;
}
.menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f2f2;
  border-radius: 15px;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #4f4f4f;
  text-decoration: none;
}
.menu-item img {
  margin-right: 5px;
}
.menu-item img + img {
  display: none;
}
.menu-content-home > div + div {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .menu-item.active,
  .menu-content-home > div:hover .menu-item {
    background: #3cb600;
    color: #fff;
  }
  .menu-item.have-2image.active img,
  .menu-content-home > div:hover .menu-item.have-2image img {
    display: none;
  }
  .menu-item.have-2image.active img + img,
  .menu-content-home > div:hover .menu-item.have-2image img + img {
    display: block;
  }
  .menu-item:not(.have-2image).active img,
  .menu-content-home > div:hover .menu-item:not(.have-2image) img {
    -webkit-filter: invert(1) brightness(100);
            filter: invert(1) brightness(100);
  }
  .hide-desktop {
    display: none;
  }
}

.menu-content-home > div.has-child {
  position: relative;
}
@media (min-width: 1200px) {
  .menu-content-home > div.has-child:hover .child-box {
    display: block;
  }
  .menu-content-home > div.has-child:hover .child-box.flex-2-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.child-box {
  position: absolute;

  top: 100%;
  left: 0;
}
.child-box-outer {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  border-radius: 15px;
  background: var(--white, #fff);
  margin-top: 4px;
  min-width: 280px;
  padding: 20px 24px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
  max-height: calc(100vh - 240px);
  overflow: auto;
}
.child-box-outer > a {
  color: var(--gray-2, #4f4f4f);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.child-box-outer > a:hover {
  color: var(--green, #3cb600);
}
.right-menu-block .category_banner_image {
  height: 100%;
}
.category_in_category {
  margin-bottom: 60px;
}
.category_in_category .menu-item,
.category_in_category .menu-item + .menu-item {
  margin: 0 8px 8px 0;
  font-size: 14px;
  line-height: 19px;
  padding: 8px 12px;
  width: auto;
}
.record-record .record-description img {
  margin-right: 10px;
  margin-left: 10px;
}
.menu-child-box {
  position: absolute;
  top: 70px;
  left: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.menu-item.active + .menu-child-box {
  opacity: 1;
  visibility: visible;
}
.child-item img {
  position: absolute;
  right: 60px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: calc(50% - 160px);
}

.child-item {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #4f4f4f;
  margin-top: 20px;
  text-decoration: none;
}
.child-item.active {
  color: #3cb600;
}
.apps-block {
  position: relative;
  margin-right: 70px;
}
.app-info {
  position: absolute;
  display: none;
  min-width: 300px;
  top: calc(100% + 20px);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4f4f4f;
}
.app-info-outer {
  position: relative;
  z-index: 2;
  background: #e2eded;
  border-radius: 0px 15px 15px 15px;
  padding: 20px 30px;
}
.app-info:before {
  content: "";
  border: 12px solid transparent;
  display: block;
  border-top-color: #3c8585;
  width: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 3px;
  position: absolute;
  top: -10px;
  z-index: 1;
  left: -12px;
}
.app-info button {
  color: rgba(60, 133, 133, 1);
  border: none;
  background: none;
  display: inline;
  padding: 0;
  font-weight: 600;
  cursor: pointer;
}
.js-app-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
}
#modal404 {
  max-width: 416px;
}
#modal404 .modal-title {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  color: #3c8585;
  margin-bottom: 16px;
}
.modal-404-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #4f4f4f;
  margin-bottom: 20px;
}
.modal-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-404 > .btn {
  margin-top: 20px;
}
.btn.btn-app {
  padding: 10px;
  border-radius: 8px;
}
.menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.child-item.active img {
  opacity: 1;
}
.btn-menu.active i::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
}
.btn-menu.active i::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 5px;
}
.btn-menu.active i span {
  width: 0;
}
body {
  font-family: "Nunito", sans-serif;
  padding-top: 110px;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 19px;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 11;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}

.section-menu {
  padding: 10px 0;
}

.flex-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.btn-more2 svg {
  display: block;
}
.container.flex-title .btn-more2 {
  margin: 0;
  padding: 0;
  width: auto;
  color: var(--Little-friend-blue, #3c8585);
  margin-top: 4px;
  white-space: nowrap;
}

/*---------------*/

.js-home-slider .swiper-slide img + img {
  display: none;
}
.js-home-slider-inner {
  overflow: hidden;
  position: relative;
}
.js-home-slider .swiper-slide img {
  border-radius: 15px;
  overflow: hidden;
}
.grid-slider-banner .swiper-style .swiper-button-prev {
  left: 22px;
}
.grid-slider-banner .swiper-style .swiper-button-next {
  right: 22px;
}
.swiper-style .swiper-button-prev:hover img,
.swiper-style .swiper-button-next:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(70%) saturate(450%)
    hue-rotate(60deg) brightness(100%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(62%) sepia(70%) saturate(450%)
    hue-rotate(60deg) brightness(100%) contrast(94%);
}

.grid-slider-banner {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .grid-slider-banner {
    -ms-grid-columns: 2.15fr 1fr;
    grid-template-columns: 2.15fr 1fr;
  }
}
.home-banners img {
  border-radius: 15px;
  overflow: hidden;
}
.home-banners {
  gap: 24px;
  display: -ms-grid;
  display: grid;
}
.swiper-style .swiper-button-next,
.swiper-style .swiper-button-prev {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
          box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: calc(50% - 25px);
  margin-top: 0;
}
.swiper-style .swiper-button-prev:after,
.swiper-style .swiper-button-next:after {
  content: none;
}
.swiper-style .swiper-button-prev {
  left: 0px;
}
.swiper-style .swiper-button-next {
  right: 0px;
}

.swiper-style .swiper-button-next img,
.swiper-style .swiper-button-prev img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.home-slider-inner-2 {
  overflow: hidden;
}
.box {
  margin-bottom: 40px;
}
.about .main-text_title {
  max-width: 426px;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  margin-top: 0;
}
.about {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about > div {
  max-width: 610px;
}
.category-description {
  max-width: 966px;
}
.description {
  font-size: 16px;
  line-height: 22px;
  padding: 1px 0;
}
.about .description {
  font-size: 14px;
  line-height: 17px;
}
.description p {
  margin: 0 0 15px 0;
}
.description li {
  margin-bottom: 10px;
}
.description h5 {
  font-size: 14px;
  line-height: 1.5;
}
.description ol,
.description li {
  padding-left: 5px;
  margin-left: 5px;
}
.description h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin: 40px 0 15px 0;
}
.description h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  margin: 40px 0 15px 0;
}
.description h3 + h3,
.description h2 + h2 {
  margin-top: 0;
}
.description blockquote {
  background: #ecf5ff;
  border-radius: 15px;
  margin: 30px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #4f4f4f;
  padding: 50px 60px;
  position: relative;
}

.description blockquote:before,
.description blockquote:after {
  content: "";
  background-image: url("/catalog/view/theme/zoo/image/qoute.svg");
  display: block;
  position: absolute;
  width: 19px;
  height: 11px;
  background-size: contain;
}
.description blockquote:before {
  top: 30px;
  left: 30px;
}
.description blockquote:after {
  bottom: 30px;
  right: 30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn--spoiler {
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  text-align: right;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #3c8585;
  list-style: none;
  cursor: pointer;
}
.search-feed > img {
  max-width: 782px;
  margin: 10px auto -57px auto;
  position: relative;
}
.search-feed-content {
  background: #f7f7f7;
  border-radius: 15px;
  max-width: 904px;
  width: 100%;
  margin: 0 auto 100px auto;
  text-align: center;
  padding: 24px 30px;
}
.search-feed-content > h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  margin: 25px 0 15px 0;
}
.search-feed-description {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 636px;
}
.nice {
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}
.filter-home .nice {
  margin-right: 24px;
  width: 303px;
  border-radius: 50px;
}

.nice.nice-select:after {
  background-image: url(../image/icon/arrow_right.svg);
  border: none;
  width: 10px;
  height: 16px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  top: calc(50% - 5px);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.nice.nice-select.open:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.nice.nice-select .list {
  right: 0;
  border: 1px solid #bdbdbd;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.box-title {
  /*border-bottom: 1px solid #e0e0e0;*/
  padding: 15px 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 30px;
}
#featured-prev,
#featured-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#featured-prev img,
#featured-next img {
  margin: 0;
}
.module-box {
  margin-bottom: 60px;
}
.row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 20px;
}

.grid-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
.grid-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.grid-products {
  grid-column-gap: 79px;
  grid-row-gap: 40px;
}

.grid-products-catalog {
  grid-column-gap: 24px;
}

.grid-brands {
  grid-column-gap: 19px;
}
.grid-acc-form {
  grid-column-gap: 134px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal .grid-acc-form {
  grid-column-gap: 40px;
}

.caption {
  margin-top: 10px;
}
.product_thumb {
  position: relative;
  padding: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product_thumb .product-labels {
  top: 20px;
  left: 20px;
}
.product_thumb .product-labels.product-labels-right {
  top: 20px;
  right: 20px;
  left: auto;
}
.hover-block {
  padding: 0px 20px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 11px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 11px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 15px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.product_thumb_full:hover {
  z-index: 10;
  -webkit-box-shadow: 0px 8px 11px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 11px rgba(0, 0, 0, 0.15);
  border-radius: 15px 15px 0 0;
}
.product_thumb_full:hover .hover-block {
  opacity: 1;
  visibility: visible;
}
.btn-wishlist {
  position: absolute;
  right: 10px;
  top: 10px;
}
.product_thumb .product_name {
  font-weight: 400;
  color: inherit;
  margin: 8px 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  min-height: 57px;
}
.product_thumb .attrs {
  margin-bottom: 20px;
}
.product_thumb .attr-item {
  font-weight: 600;
  color: #878787;
}
.product_thumb .qty {
  border-radius: 50px;
}
.product_thumb .product-qty-block {
  margin-bottom: 20px;
}
.product_thumb .product-qty-block .prod-oi-title {
  font-weight: 600;
  color: #878787;
}
.new-price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-price,
.regular_price {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
}
.percent {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 6px;
  border: 3px solid #ffdf75;
  -webkit-box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
          box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
  border-radius: 19px;
  margin-left: 4px;
}
.old-price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.old-price:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
          transform: rotate(-12deg);
  border-bottom: 1px solid #fa0f0f;
}
.old-price {
  font-size: 11px;
  line-height: 16px;
  color: #878787;
  position: relative;
}
.price-detail {
  font-size: 11px;
  line-height: 16px;
  color: #878787;
  margin-left: 4px;
  text-decoration: none;
}
.price {
  min-height: 48px;
}
.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 12px;
}
.rating span {
  background-image: url(../image/icon/star_grey.svg);
  min-width: 13px;
  height: 12px;
  margin-right: 3px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
}
.swiper-slide .product_thumb {
  margin-bottom: 20px;
}
.rating > div > span {
  background-image: url(../image/icon/star.svg);
}
.product_thumb .rating span {
  background-image: url(../image/icon/star.svg);
}
.product_thumb .prod-oi-item label {
  margin: 0 5px 5px 0;
  padding: 3px 10px;
}
.thumb-outstock .js-atc,
.thumb-outstock .product-qty-block,
.thumb-outstock .js-fast-btn {
  display: none !important;
}
.thumb-stock .js-sa {
  display: none !important;
}
.rating > div {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
}
.rating-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.rating + .reviews {
  margin-left: 5px;
}
.add-review {
  color: #3c8585;
  font-weight: 700;
  text-decoration: none;
}
.ux {
  font-weight: 600;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin-bottom: 15px;
  cursor: pointer;
}
.js-ux-result {
  display: none;
  color: inherit;
}
.ux.active .js-ux-result {
  display: block;
}
.ux.active .js-ux {
  display: none;
}
.btn-grey {
  border: none;
  background: #F2F2F2;
  color: #4F4F4F;
}
.show-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 10px;
  background: #FDE5E5;
  width: 100%;
  margin-bottom: 16px;
  padding: 6px 3px 8px 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #E35A5A;
  text-align: center;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
.news_image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.news_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
  font-weight: 600;
  color: #828282;
}
.news_date svg {
  margin-right: 5px;
}
.news_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: inherit;
  text-decoration: none;
  display: block;
}
.brand-item {
  display: block;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
}

.hidden-swiper {
  overflow: hidden;
  margin: auto;
}
.js-review-slider {
  overflow: hidden;
  max-width: 1076px;
  margin: auto;
}
.over-review,
.over-swiper {
  position: relative;
}
.review-author {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4px;
}
.review-author-rating .rating {
  margin-bottom: 2px;
  margin-left: 13px;
}
.review_date {
  font-size: 14px;
  line-height: 16px;
  color: #878787;
  margin-bottom: 8px;
}
.review-product-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #3c8585;
  display: block;
  margin-bottom: 10px;
}
.review-text {
  margin-bottom: 15px;
}
.review-item + .review-item {
  margin-top: 30px;
}
.newsletter-box {
  max-width: none;
  padding: 30px;
}
#newsletter-form {
  display: block;
  max-width: 636px;
  margin: auto;
}
.form-term {
  text-align: center;
  max-width: 519px;
  margin: 30px auto 0;
}
.newslatter-input {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 6px;
}
.newslatter-input .form-control {
  border: none;
  border-radius: 50px;
}
.form-alert {
  margin-top: 5px;
  font-size: 12px;
}
.alert-error {
  color: #fa0f0f;
}
input.form-control.has-error {
  border-color: #fa0f0f;
  color: #fa0f0f;
}
footer {
  background: #f2f2f2;
  padding: 50px 0;
}
.footer-menu + .footer-menu {
  margin-left: 65px;
}
.footer-menu-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-menu a {
  color: inherit;
  text-decoration: none;
  margin-top: 10px;
}
.copyright {
  margin-bottom: 20px;
}
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.socials a + a {
  margin-left: 11px;
}
.footer-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.footer-phone a {
  color: inherit;
  text-decoration: none;
}
.footer-phone b {
  font-weight: 600;
}
.footer-worktime {
  margin-bottom: 30px;
}
.pay-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pay-icons svg + svg,
.pay-icons img + img {
  margin-left: 15px;
}
.chat-list {
  padding: 10px;
}
.chat-list > span {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-right: 20px;
}
.chat-list .btn {
  padding: 9px 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}

.chat-list .btn svg {
  margin-right: 10px;
}
.btn-tg {
  background: #0088cc;
}
.btn-msg {
  background: #1977f2;
}
.chat-list .btn + .btn {
  margin-left: 5px;
}
.js-actions-slider {
  max-width: calc(100% - 50px);
}
.action-item {
  border: 2px solid #3cb600;
  border-radius: 30px;
  display: block;
  padding: 3px;
  overflow: hidden;
}
.action-item img {
  border-radius: 25px;
  overflow: hidden;
}
.modal-bg,
.shadow:before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 30%);
  z-index: 1000;
  display: none;
}
.modal .login-welcome {
  padding: 20px 20px 20px 110px;
}
.shadow:before {
  z-index: 9999;
}
.shadow:before {
  content: "";
  display: block;
}
.modal {
  position: fixed;
  top: 30px;
  max-width: 856px;
  width: 100%;
  margin: auto;
  z-index: 1001;
  left: 0;
  right: 0;
  display: none;
  max-height: calc(100vh - 60px);
  overflow: auto;
  border-radius: 15px;
}
.modal-content {
  background: #fff;
  padding: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
}
.modal .btn-close {
  position: absolute;
  top: 25px;
  right: 21px;
}
.modal .btn-close svg {
  margin: 0;
}
.modal-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 40px;
}
#bonys .modal-title {
  font-size: 24px;
}
.form-control + .form-control,
.nice-select + .form-control,
.form-control + .nice-select,
ul + .form-control,
.form-reg .form-control ~ .form-control {
  margin-top: 15px;
}
.btn-resend {
  border: none;
  background: none;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  margin-top: 5px;
  color: #3bb600;
  cursor: pointer;
}
.form-box {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 30px;
}
.btn-block {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#callme {
  max-width: 500px;
}
.noscroll {
  overflow: hidden;
}
.recomend-title,
.benefit-block__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
}
.over-productcart {
  margin-top: 20px;
}
.js-productcart-slider {
  max-width: calc(100% - 110px);
}
.cart-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.btn-remove {
  position: absolute;
  top: 20px;
  right: 16px;
}
.cart-caption {
  padding-left: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cart-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  max-width: 80%;
}
.cart-prices {
  margin-top: 20px;
}
.cart-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  width: 170px;
}
.cart-total {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  white-space: nowrap;
}
.qty-block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.qty {
  background: #ecf5ff;
  border: 1px solid #ecf5ff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 86px;
}
.qty > button {
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  background: none;
  border: none;
  min-width: 30px;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.qty input {
  width: 26px;
  background: none;
  border: none;
  text-align: center;
  font-weight: 700;
  line-height: 14px;
  outline: none;
  padding: 0;
}
.cart-totals {
  padding: 16px 0;
}
.cart-all-total {
  background: #e2f4d9;
  border-radius: 15px;
  padding: 15px 25px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-all-total span {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-top: 5px;
}
.recomend-cart,
.benefit-block {
  margin-top: 40px;
}
.btn-more {
  background: #f2f2f2;
  border-radius: 50px;
  font-weight: 600;
  color: #004d4e;
  margin: 50px 0;
}
.btn-readmore {
  color: #3c8585;
  margin-bottom: 10px;
}
.main-hr {
  margin: 15px 0 40px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}
.cat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  text-align: center;
  height: 100%;
  padding: 20px;
}
.brand-item.cat-item span {
  margin-left: 10px;
  text-align: left;
}
.breadcrumbs {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 40px 0;
}
.breadcrumbs a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #3c8585;
  margin-right: 15px;
}
.breadcrumbs span {
  color: #bdbdbd;
}
.main-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 134px 4fr;
  grid-template-columns: 1fr 4fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 134px;
  grid-row-gap: 0px;
}
.main-columns > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.main-columns > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#msg {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1111;
}
#msg > div {
  padding: 20px 30px;
  max-width: 450px;
  margin-top: 20px;
  background: #f2f2f2;
  border-radius: 30px 0 0 30px;
  font-size: 12px;
  line-height: 20px;
  display: none;
}
#msg > div a {
  color: inherit;
}
#msg > .success {
  background: #3ab600;
  color: #fff;
}
#msg > .error {
  background: red;
  color: #fff;
}
.product-labels {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product-labels:not(.product-labels-right) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-labels:not(.product-labels-right) > div + div {
  margin-top: 2px;
}
.product-labels.product-labels-right > div + div {
  margin-left: 2px;
}
.product-icon {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  padding: 2px 8px 4px 8px;
  border-radius: 50px;
}
.product-labels.product-labels-right {
  left: auto;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-labels img {
  display: block;
}
.icon-special {
  background: #f83b3b;
}
.icon-new {
  background: #1977f2;
}
.icon-sale {
  background: #ff9c00;
}
.icon-present {
  background: #3cb600;
}
.product-icon.icon-right-text {
  background: #3cb600;
}
.product-icon img {
  width: 45px;
}
.product-label {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ff9c00;
  font-weight: 800;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  color: #ffffff;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#content {
  margin-bottom: 100px;
}
.btn-listgrid svg {
  fill: #e0e0e0;
  margin: 0;
}
.btn-listgrid.active svg {
  fill: #3cb600;
}
.sort-panel {
  margin-bottom: 20px;
}
.btn-listgrid {
  margin-left: 9px;
}
.sort-panel .nice {
  width: 306px;
  max-width: 55%;
}
.product_thumb a,
.btn-wishlist {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.listgrid-box {
  display: none;
}

.grid-list .product_thumb .attrs {
  display: block;
}
.prod-attrs {
}
.prod-attrs .attr-item {
  padding-left: 11px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
.prod-attrs .attr-item > span:nth-child(1) {
  font-weight: 600;
}
.prod-attrs .attr-item > span:nth-child(1):before {
  content: "";
  background: #3cb600;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.prod-attrs .attr-item > span.attr-link-item:before {
  background: transparent;
}
.prod-attrs .attr-item > span + span {
  font-weight: 400;
  margin-top: 3px;
}

.description table {
  border-spacing: 0;
  border-collapse: collapse;
}
.description table td,
.description table th {
  border: 0 !important;
  padding: 5px !important;
}

.description table th {
  /*background: #f6fde2 !important;*/
}

.description table tr:nth-child(odd) td {
  background: #f5f9f9 !important;
}
.description table tr:first-child td {
  background: initial !important;
  color: #4f4f4f;
  font-weight: 800;
}
.description iframe {
  max-width: 100%;
}
.review-box {
  position: relative;
  margin-bottom: 30px;
}
.review-box-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  max-width: 360px;
  position: absolute;
  top: 30px;
  left: 50px;
}
.tab-with-review > .box {
  min-width: 605px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 605px;
          flex: 0 0 605px;
  margin-bottom: 0;
}
.review-box .btn {
  position: absolute;
  bottom: 30px;
  left: 50px;
}
.tab-with-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tab-with-review .description {
  padding-right: 30px;
}
.emoji-wysiwyg-editor {
  min-height: 230px !important;
}
.review-box svg {
  max-width: 100%;
}
.grid-list .product_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.grid-list .caption {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid-list .list-col-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.grid-list .price {
  min-width: 220px;
  text-align: right;
  padding-top: 50px;
}
.grid-list .buy-box {
  position: absolute;
  right: 0;
  bottom: 40px;
}
.grid-list .product_thumb .product_name {
  display: block;
  min-height: 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}
.grid-list .ux {
  display: none;
}
.grid-list .product_thumb > a {
  min-width: 196px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 196px;
          flex: 0 0 196px;
  margin-right: 25px;
}
.grid-list .new-price-box,
.grid-list .old-price-box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.grid-list {
  grid-row-gap: 0;
  -ms-grid-columns: none;
  grid-template-columns: none;
}
.grid-list .btn-wishlist {
  right: 0;
  top: 0;
}
.ocf-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.attr-item + .attr-item {
  margin-top: 5px;
}
.attr-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.attr-item span + span {
  font-weight: 600;
}
.ocf-title svg {
  margin-left: 10px;
}
@media (min-width: 768px) {
  body .ocf-theme-light .ocf-filter {
    margin-bottom: 40px;
  }
  body .ocf-header {
    margin-bottom: 30px;
  }
  .ocf-theme-light .ocf-filter-header {
    width: 100%;
  }
  .ocf-filter-name:after {
    content: "";
    background-image: url(../image/icon/arrow.svg);
    min-width: 11px;
    height: 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11px;
            flex: 0 0 11px;
    margin-left: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .no-anim .ocf-filter-name:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .ocf-filter-body.close .ocf-filter-name:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .ocf-filter-name {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    cursor: pointer;
  }
}

body .ocf-filter-name,
.ocf-active-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #3cb600;
  text-transform: none;
}

body .ocf-value-input::before {
  border-color: #bdbdbd;
}
body .ocf-selected .ocf-value-input::before {
  color: #fff;
  border-color: #3cb600;
  background-color: #3cb600;
}
body .ocf-value .ocf-value-input::after {
  border: 1px solid transparent;
}
body .ocf-theme-light .ocf-search-btn-static,
body .ocf-theme-light .ocf-search-btn-popover,
body .ocf-theme-light .ocf-search-btn-static.ocf-disabled,
body .ocf-theme-light .ocf-search-btn-popover.ocf-disabled {
  background-color: #3ab600;
}
body .ocf-noUi-connect:before,
.ocf-noUi-handle {
  background-color: #ff9c00;
}
body .ocf-noUi-handle {
  border: 2px solid #ff9c00;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .ocf-noUi-handle {
  width: 14px;
  height: 14px;
  right: -7px;
  top: 2px;
}
body .ocf-noUi-base:before,
body .ocf-noUi-connect:before {
  height: 2px;
  margin-top: -1px;
}
body .ocf-input-group-addon {
  color: #fff;
  background-color: #bdbdbd;
}
body .ocf-form-control,
body input.ocf-form-control,
body textarea.ocf-form-control {
  border: 1px solid #bdbdbd;
  border-radius: 50px;
}
body .ocf-input-group-addon:last-child {
  border-radius: 0 50px 50px 0;
}
.pagination {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
  padding: 0;
}
.pagination a,
.pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  margin: 0 5px;
}
.pagination span {
  background: #3ab600;
  color: #fff;
  border-color: #3ab600;
}
.grid-blog > div {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.grid-blog > div:nth-child(5n + 3),
.grid-blog > div:nth-child(5n + 4),
.grid-blog > div:nth-child(5n + 5) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.news_item_in_list {
  -webkit-box-shadow: 0px 0px 5px rgb(73 73 73 / 22%);
          box-shadow: 0px 0px 5px rgb(73 73 73 / 22%);
  border-radius: 15px;
}
.news_item_in_list .news_item-box {
  padding: 0 20px 20px 20px;
}
.news_item > a {
  position: relative;
}
.news_item_category {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #3c8585;
  border-radius: 50px;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  color: #ffffff;
}
.news-image {
  height: 206px;
  display: block;
  border-radius: 15px 15px 0px 0px;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.grid-blog .news-image {
  height: 350px;
}

.grid-blog > div:nth-child(5n + 3) .news-image,
.grid-blog > div:nth-child(5n + 4) .news-image,
.grid-blog > div:nth-child(5n + 5) .news-image {
  height: 230px;
}

.grid-record {
  -ms-grid-columns: 6% calc(71% - 48px) 23%;
  grid-template-columns: 6% calc(71% - 48px) 23%;
}
.grid-info {
  -ms-grid-columns: 24% 76%;
  grid-template-columns: 24% 76%;
}
.grid-checkout {
  -ms-grid-columns: 13fr 4fr;
  grid-template-columns: 13fr 4fr;
}
.pm-grid {
  -ms-grid-columns: 9fr 3fr;
  grid-template-columns: 9fr 3fr;
}
.pm-grid2 {
  -ms-grid-columns: 9fr 3fr;
  grid-template-columns: 9fr 3fr;
}
.btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #878787;
  padding: 0;
}
.btn-back span {
  margin-top: 10px;
}
.navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px;
}
.navi > * {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #878787;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.navi > *:before {
  content: "";
  background: #ffffff;
  border: 1px solid #878787;
  min-width: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 10px;
}
.navi > * + * {
  margin-top: 15px;
}
.navi > *.active {
  font-weight: 700;
  color: #4f4f4f;
}
.navi > *.active:before {
  background: #3cb600;
  border-color: #3cb600;
}
.navi-box {
  border: 1px solid #3c8585;
  border-radius: 15px;
  padding: 20px 0;
}
.navi-footer {
  margin-top: 15px;
  padding: 20px 20px 0 20px;
  border-top: 1px solid #e0e0e0;
}
.border-image {
  border-radius: 15px;
  overflow: hidden;
}
.article_title {
  margin: 0 0 30px 0;
}
.description img {
  margin-bottom: 30px;
  max-width: 100%;
  height: auto !important;
}
.sticky {
  position: fixed;
  z-index: 5;
}
.stop {
  position: relative;
  z-index: 5;
}
.article-footer {
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
  width: 100%;
}
.article-footer_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #878787;
  margin-right: 10px;
}
.social-share a {
  margin: 0 5px;
  line-height: 1;
}
.map iframe {
  width: 100%;
}
.col-contact-2 {
  padding-left: 100px;
}
.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}
.contact-item-left {
  margin-left: 10px;
}
.contact-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 15px;
  margin-top: 4px;
}
.contact-item-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.alert {
  padding: 15px;
  margin-bottom: 40px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.alert-info {
  background: #ecf5ff;
  border: 1px solid #ecf5ff;
}
.alert-info a {
  color: #3c8585;
}
.alert-danger {
  background: #fecfcf;
  border: 1px solid #fecfcf;
  color: #fa0f0f;
}
.alert-danger a {
  color: #fa0f0f;
}
.alert-success {
  background: #ecf5ff;
  border: 1px solid #ecf5ff;
}
.alert-success2 {
  background: #ecf5ff;
  border: 1px solid #ecf5ff;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #3c8585;
}
.alert-success a {
  color: #3c8585;
}
.form-login {
  max-width: 500px;
}
.forgotten {
  margin-bottom: 30px;
  display: inline-block;
}
.form-box.form-big {
  padding: 20px;
}
.register-form_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.form-control ~ .register-form_title {
  margin-top: 40px;
}
.checkbox-form {
  margin: 40px 0;
}
.checkbox {
}
.checkbox input {
  display: none;
}
.checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.checkbox label:before {
  content: "";
  min-width: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  height: 15px;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 1px #e0e0e0;
          box-shadow: 0px 0px 0px 1px #e0e0e0;
  margin-right: 10px;
}
.checkbox input:checked + label:before {
  background: #3cb600;
}
.text-danger {
  font-size: 12px;
  margin: 5px 10px 15px;
  color: #fa0f0f;
}
.navi-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navi-footer .btn:not(.stock-hide) + .btn {
  margin-top: 10px;
}
.form-box .nice-select {
  width: 100%;
  float: none;
  border-radius: 10px;
}
.account-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}
.al-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.al-action .btn + .btn {
  margin-left: 15px;
}
.btn-delete {
  color: #fa0f10;
}
.account-list_text {
  font-weight: 600;
  font-size: 16px;
}

.utp-list:before {
  content: none;
}
.utp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: default;
}
.utp-item + .utp-item {
  margin-top: 15px;
}
.utp-item {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #4f4f4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.utp-item span {
  margin-left: 15px;
}
.utp-item svg {
  min-width: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
}
.product_title {
  margin: 0 0 20px 0;
  max-width: 960px;
}
.product_stock {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.product_stock svg {
  margin-right: 5px;
}
.product-title-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.model-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.model-rating .rating-box {
  margin-bottom: 0;
  border-left: 1px solid #4f4f4f;
  padding-left: 10px;
  margin-left: 10px;
}
.prod-option-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prod-oi-title {
  font-weight: 600;
}
.prod-oi-item input {
  display: none;
}
.prod-oi-item label {
  font-weight: 600;
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
  border-radius: 50px;
  margin: 5px 0 5px 10px;
  padding: 5px 10px;
  display: inline-block;
  cursor: pointer;
}
.weight-color {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
}
.product_weight .prod-oi-item label {
  padding: 4px;
}
.prod-oi-item input:checked + label {
  color: #4f4f4f;
  border-color: #3cb600;
}
.product-qty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-qty-block .prod-oi-title {
  margin-right: 10px;
}
.mob-flex-qty-price {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mob-flex-qty-price .product_stock {
  margin: 0 0 0 20px;
}
.prod-oi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-main {
  margin-bottom: 70px;
}
.review-form-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 30px;
}
#form-review {
  max-width: 90%;
}
.grid-review {
  margin-bottom: 20px;
}
#form-review .btn,
#form-review-answer .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.show-answer-btn svg {
  margin-right: 9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.show-answer-btn.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.answers {
  padding: 20px 0 0px 40px;
  display: none;
}
.show-answer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #3cb600;
  cursor: pointer;
}
.review-answer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.answer-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #878787;
  margin-right: 13px;
}
.answer-count svg {
  margin-right: 4px;
}
textarea.form-control {
  min-height: 230px;
  resize: none;
}
#review_stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#review_stars input {
  display: none;
}
#review_stars label svg {
  fill: #ff9c00;
  width: 25px;
  height: 25px;
}
#review_stars label {
  margin: 0 5px;
  cursor: pointer;
}
#review_stars input:checked + label ~ label svg {
  fill: #878787;
}
.prod-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}
.over-gallery {
  max-height: 440px;
}
.over-gallery {
  max-height: 440px;
  min-width: 65px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  position: relative;
  padding: 75px 0;
  overflow: hidden;
}
.swiper-style.over-gallery .swiper-vertical ~ .swiper-button-prev {
  top: 0px;
  left: calc(50% - 25px);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.swiper-style.over-gallery .swiper-vertical ~ .swiper-button-next {
  top: auto;
  bottom: 0px;
  left: calc(50% - 25px);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.col-cart-2 .form-box {
  margin-bottom: 15px;
}
.login-welcome {
  background: #ecf5ff;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 30px 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.login-welcome svg {
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lw-text {
  font-size: 16px;
  line-height: 22px;
  max-width: 455px;
}
.lw-text span {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  display: block;
  margin-bottom: 15px;
}
.login-welcome .btn {
  min-width: 196px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alert-cart {
  border-radius: 15px;
  margin-bottom: 15px;
}
.total-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 15px;
}
.total-item {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.total-item span + span {
  font-weight: 600;
}
.total-item + .total-title {
  margin-top: 40px;
}
.cash-info {
  background: #ffdf75;
  border-radius: 10px;
  padding: 20px;
}
.cash-info span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.promo-title {
  font-weight: 600;
  color: #3c8585;
  margin-bottom: 15px;
}
.promo-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 396px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 0 10px;
}
.promo-form svg {
  min-width: 15px;
  margin: 0 10px;
}
.promo-form .form-control {
  border: none;
  padding: 0;
  height: 40px;
}
.btn-promo-code {
  font-size: 14px;
  color: #3c8585;
  padding: 8px 15px;
}
.checkbox-form2 {
  margin: 15px 0;
}
.col-reg-1 .pay-icons {
  margin-top: 30px;
}
.register-form_title ~ .register-form_title {
  margin-top: 40px;
}
.term-cart {
  font-size: 12px;
  line-height: 16px;
  margin: 10px 0;
  padding: 0 10px;
  text-align: center;
}
.grid-checkout textarea.form-control {
  min-height: 130px;
}
.alert-small {
  margin-top: 5px;
  margin-bottom: 0;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 12px;
}
.radio-text {
  margin-left: 5px;
  color: #3ab600;
  font-weight: 600;
  font-size: 12px;
}
.review-form {
  /*background-image: url(../image/icon/review.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 50% auto;*/
}
.table-responsive {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > table,
.category-description table {
  width: 100%;
  border: none;
  max-width: 100% !important;
  table-layout: auto !important;
}
.product_buy {
  margin-top: 20px;
}
.about .description {
  margin-bottom: 10px;
}
#bonys {
  max-width: 416px;
}
#bonys .modal-content {
  background-image: url(../image/bg.png);
  height: 535px;
  position: relative;
  border: none;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 70px 40px;
}
#bonys .modal-content:after {
  content: "";
  background-image: url(../image/dog.png);
  width: 179px;
  height: 340px;
  display: block;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0px;
}
#bonys .modal-title {
  margin-bottom: 4px;
}
.modal-title-oval {
  background-image: url(../image/Vector.svg);
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  width: 221px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4px auto 22px;
}

.btn-bonys {
  background: #ff9c00;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  margin-top: 18px;
}
#bonys .alert-success {
  background: transparent;
  max-width: 200px;
}
#bonys .alert-error {
  max-width: 200px;
  text-align: left;
}
.dropdown-menu {
  position: absolute;
  background: #fff;
  z-index: 1000;
  list-style: none;
  -webkit-box-shadow: 0px 0px 5px #0000006e;
          box-shadow: 0px 0px 5px #0000006e;
  border-radius: 10px;
  margin: 0;
  padding: 10px 0;
  max-height: 200px;
  overflow: auto;
}
.dropdown-menu a {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
}
.dropdown-menu a:hover {
  color: #3cb600;
  color: inherit;
}
.js-gallery-slider .swiper-slide {
  max-height: 65px;
  height: 65px;
}
.js-gallery-slider .swiper-slide a {
  display: block !important;
}
.gi-video a {
  position: relative;
}
.gi-video span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 30%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gi-video span svg {
  width: 30px;
  fill: #fa0f10;
}
iframe {
  max-width: 100%;
}
@media (min-width: 768px) {
  .show-mob {
    display: none !important;
  }
}
.block-diller {
  margin-bottom: 50px;
}
.diller-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  color: #4f4f4f;
  margin-bottom: 30px;
}

.upload-box #file,
.upload-box #file2 {
  display: none;
}

/* Thumbnail */
.upload-box .thumbnail {
  width: 80px;
  height: 80px;
  padding: 2px;
  border: 2px solid lightgray;
  border-radius: 3px;
  float: left;
  margin: 5px;
}

.upload-box .size {
  font-size: 12px;
}
.upload-area {
  background: #ffffff;
  border: 1px dashed #e0e0e0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding: 26px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.upload-area label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  /* Gray 2 */

  color: #4f4f4f;
  margin-top: 12px;
}
.upload-area.drop {
  background: #f1f1f1;
  opacity: 0.7;
}
.fer-r {
  margin-top: 10px;
  text-align: center;
  color: #f91110;
}
.upload-area.has-error {
  background: #ff000059;
}
.header-top {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  background: #983784;
  padding: 10px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-top + header {
  top: 40px;
}
.has-top {
  padding-top: 215px;
}
.description img {
  border-radius: 15px;
  overflow: hidden;
}
.cookie-ok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e2eded;
  border-radius: 0px 15px 15px 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 370px;
  position: fixed;
  top: calc(50% - 80px);
  z-index: 222;
  padding: 20px 52px 20px 20px;
  left: -370px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cookie-ok.active {
  left: 0;
}
.cookie-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
}
.cookie-ok > svg {
  min-width: 38px;
  margin-right: 20px;
}
.cookie-content a {
  color: rgba(60, 133, 133, 1);
  text-decoration: none;
}
.cookie-content p {
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 22px;
  color: #4f4f4f;
}
.btn-cookie {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  cursor: pointer;
  background: #3c8585;
  border: 1px solid #3c8585;
  border-radius: 50px;
  padding: 8px 30px;
}
.totop {
  position: fixed;
  left: 20px;
  bottom: 30px;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 9;
  border: 2px solid #3bb600;
  border-radius: 50%;
  background: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.totop svg {
  fill: #3bb600;
  width: 20px;
  height: 20px;
}
.brand-image {
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden;
}
.cart-item > a {
  min-width: 140px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}
.in-shortcode .container {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
.in-shortcode .module-box {
  margin-bottom: 30px;
}
.article-author img {
  max-width: 44px;
  margin-right: 10px;
}
.article-author {
  max-width: 416px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #4f4f4f;
}
.faq-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 700px;
  margin: 0 0 20px auto;
}
.faq-block {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 40%;
  position: relative;
}
.faq-block:after {
  content: "";
  background-image: url(/image/faq2.png);
  position: absolute;
  display: block;
  bottom: 0;
  top: 0;
  right: 0;
  width: 260px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.faq-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  color: #3c8585;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2eded;
}
.faq-item {
  border-bottom: 1px solid #e2eded;
}
.faq-item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #3c8585;
  padding: 16px 0 16px 50px;
  cursor: pointer;
  position: relative;
}
.faq-item-title:before,
.faq-item-title:after {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  background: #3c8585;
  border-radius: 50px;
  position: absolute;
  left: 15px;
  top: 26px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.faq-item-text {
  font-size: 16px;
  line-height: 22px;
  color: #4f4f4f;
  padding-bottom: 16px;
  display: none;
}
.faq-item-title:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-item-title.active:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.or {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #3c8585;
  margin: 10px 0;
}

.order_list + .order_list {
  margin-top: 28px;
}
.order_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;

  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #4f4f4f;
}
.order_date {
  font-size: 14px;
  line-height: 19px;
  color: #828282;
}

.order_list {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}
.order-info {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px;
}
.order-info-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history-step {
  position: relative;
}
.history-step + .history-step {
  margin-left: 54px;
}
.history-step + .history-step:before {
  content: "";
  border-top: 1px solid #e0e0e0;
  width: 30px;
  position: absolute;
  display: block;
  top: calc(50% - 1px);
  left: -43px;
}
.history-step svg {
  fill: #e0e0e0;
}
.history-step.history-used svg {
  fill: #ff9c00;
}
.history-step.history-now svg {
  fill: #3cb600;
}
.history-step span {
  position: absolute;
  bottom: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  background: #4f4f4f;
  border-radius: 6px;
  padding: 8px 16px;
  left: -46px;
  margin: auto;
  display: block;
  width: 120px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.history-step:hover span {
  opacity: 1;
  visibility: visible;
}
.history-step span:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-top-color: #4f4f4f;
  bottom: -10px;
  left: calc(50% - 2.5px);
}
.order_status {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #878787;
}
.order-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
}
.order-detail-column {
  width: 50%;
}
.odc-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #3cb600;
  margin-bottom: 14px;
}
.odc-item {
  margin-top: 8px;
  font-size: 14px;
  line-height: 19px;
  color: #4f4f4f;
}
.odc-item span {
  font-weight: 600;
}
.order-product-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #4f4f4f;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.order-product-head svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  rotate: 180deg;
}
.order-product-head.active svg {
  rotate: 0;
}
.order-product-content {
  border-top: 1px solid #e0e0e0;
  padding: 20px;
  display: none;
}
.order_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order_item > .order_title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #4f4f4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 98px;
}
.order_title a {
  color: #3c8585;
  margin-top: 10px;
}
.order_item > img {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 4px;
  min-width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.order-item-deteil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #4f4f4f;
}
.order-item-deteil span {
  color: #3cb600;
  margin-bottom: 8px;
}
.order-item-btns {
  min-width: 176px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 176px;
          flex: 0 0 176px;
}
.btn-total {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #4f4f4f;
  background: #e2f4d9;
  border-radius: 10px;
  width: 100%;
  padding: 12px;
  text-align: center;
}
table.grids {
  display: block;
  border: none;
  margin: 40px 0;
}
table.grids h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 12px 0;
  max-width: calc(100% - 200px);
}
table.grids img {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}
table.grids tbody {
  display: block;
}
table.grids p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4f4f4f;
  max-width: calc(100% - 200px);
}
table.grids td {
  border-radius: 15px;
  border: none !important;
  padding: 20px !important;
  position: relative;
  min-height: 213px;
}
table.grids tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
}
table.grids tr + tr {
  margin-top: 14px;
}

table.grids tr:nth-child(2n + 1) > td:nth-child(1) {
  background: #e6e2ed !important;
}
table.grids tr:nth-child(2n + 1) > td:nth-child(2) {
  background: #e2ede3 !important;
}
table.grids tr:nth-child(2n) > td:nth-child(1) {
  background: #fde5e5 !important;
}
table.grids tr:nth-child(2n) > td:nth-child(2) {
  background: #fff2e6 !important;
}

table.grids tr:nth-child(2n + 1) > td:nth-child(1) h3 {
  color: #7f55c9;
}
table.grids tr:nth-child(2n + 1) > td:nth-child(2) h3 {
  color: #65a62b;
}
table.grids tr:nth-child(2n) > td:nth-child(1) h3 {
  color: #e35a5a;
}
table.grids tr:nth-child(2n) > td:nth-child(2) h3 {
  color: #f48b2a;
}
.order-item-btns .btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  border-radius: 10px;
  width: 100%;
  padding: 5px 12px;
  text-align: center;
  margin-top: 10px;
}
.order_item + .order_item {
  margin-top: 20px;
}
.checkbox-call {
  margin-top: 20px;
  margin-bottom: 20px;
}

.table-reward {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 15px;
  border-style: hidden;
  -webkit-box-shadow: 0 0 0 1px #e0e0e0;
          box-shadow: 0 0 0 1px #e0e0e0;
  width: 100%;
}
.table-reward thead td {
  padding: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #4f4f4f;
}
.table-reward td {
  border: 1px solid #e0e0e0;
}
.response-reward {
  padding: 1px;
}
.table-reward tbody td {
  padding: 15px 20px;
}
.label {
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 120px;
  font-size: 13px;
}
.label-success {
  background: #3bb600;
  color: #fff;
}
.label-warning {
  background: #ffdf74;
  color: #4f4f4f;
}
.label-danger {
  background: #f91110;
  color: #fff;
}
.reward-block {
  margin-top: 20px;
}
.btn-reward-code {
  margin: 5px 0 0 0;
}
.reward-notice {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.navi-referer {
  padding: 20px 10px 0 10px;
}
.referer-block {
  background: #ffdf75;
  border-radius: 10px;
  padding: 20px;
}
.ref-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.referer-block input {
  border: none;
  background: none;
  margin-top: 10px;
  display: block;
  width: 100%;
  font-size: 13px;
  background: #bdbdbd;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  outline: none !important;
}
.ac-s-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ac-s-btns > .btn + .btn {
  margin-left: 20px;
}
.account-success-desc {
  font-size: 20px;
  line-height: 1.4;
  max-width: 500px;
}
.referer-input span {
  position: absolute;
  bottom: calc(100% + 10px);
  background: #fff;
  padding: 0px 10px;
  border-radius: 50px;
  font-size: 10px;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.referer-input {
  position: relative;
}
.referer-input:hover span {
  opacity: 1;
  visibility: visible;
}
.referer-input span:before {
  content: "";
  border: 5px solid transparent;
  border-top-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 20px;
}
.referer-input svg {
  width: 13px;
  position: absolute;
  right: 5px;
  top: 6px;
  fill: #fff;
  display: none;
}

.ocpoc-head .login-welcome {
  margin: 20px 0;
  padding: 20px 10px 20px 50px;
  display: block;
}
.ocpoc-head .login-welcome svg {
  left: 20px;
}
.ocpoc-head .lw-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.ocpoc-head .lw-text span {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 10px;
}
.ocpoc-head .login-welcome .btn {
  min-width: 0;
  margin-top: 20px;
}

.stock-hide {
  display: none !important;
}

.blog-subcats {
  margin-bottom: 30px;
}
.forfree {
  background: #ecf5ff;
  border-radius: 15px;
  padding: 20px;
}
.forfree-text {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #4f4f4f;
  margin-top: 10px;
}
.forfree-slider {
  background: #b3cecf;
  border-radius: 15px;
  height: 8px;
  position: relative;
}
.forfree-slider > div {
  background: #3c8585;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.forfree-slider > div > span {
  background: #3c8585;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: -12px;
  top: -8px;
}
.form-delivery-info {
  background: #ecf5ff;
  border: 1px solid #e0e0e0;
  padding: 20px;
  background: none;
}
.form-delivery-info h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #3c8585;
  margin: 0 0 12px 0;
}
.form-delivery-info b {
  font-weight: 600;
  color: #4f4f4f;
  margin-bottom: 8px;
}
.form-delivery-info ul {
  margin: 0;
  padding: 0 0 0 24px;
}
.form-delivery-info ul li + li {
  margin-top: 8px;
}
.form-delivery-info ul + h3 {
  margin-top: 40px;
}
.js-product-list-slider {
  overflow: hidden;
  max-width: 1084px;
  margin: auto;
}
.over-product-list {
  position: relative;
}
.text_bottom {
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  color: #878787;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.text-bottom-block {
  min-height: 32px;
}
.price-with-del {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_thumb .price {
  position: relative;
}
.del-info span {
  position: absolute;
  background: #4f4f4f;
  border-radius: 6px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  min-width: 228px;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 8px 16px;
  bottom: calc(100% + 10px);
  opacity: 0;
  visibility: hidden;
}
.del-info span:after {
  content: "";
  border: 10px solid transparent;
  border-top-color: #4f4f4f;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
}
.del-info:hover span {
  opacity: 1;
  visibility: visible;
}
.del-info {
  margin-left: 8px;
}
.del-info img {
  display: block;
}
.prod-col-1 {
  position: relative;
}
.prod-col-2 {
  max-width: 38%;
}
.text_bottom.tb_in_card {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #3c8585;
  background: #e2eded;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 4px 12px;
}
.has-images .product-labels:not(.product-labels-right) {
  left: 70px;
}
.navi-box.prod-navi-box {
  border: none;
  background: #ecf5ff;
  border-radius: 10px;
}
.navi-box.prod-navi-box.prod-main-navi-box {
  background: #fff;
  border: 1px solid #E0E0E0;
  margin-bottom: 20px;
  padding-top: 0;
}
.prod-main-navi-box .price {
  width: 100%;
}
.prod-main-navi-box  .product_buy {
  width: 100%;
}
.prod-main-navi-box  .product_buy .btn {
  width: 100%;
  border-radius: 10px;
}
.navi-new {
  font-size: 14px;
  line-height: 19px;
  color: #4f4f4f;
  padding: 0 30px;
}
.navi-new h3 {
  font-weight: 700;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.navi-new ul {
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}
.navi-new li + li {
  margin-top: 6px;
}
.navi-new li {
  position: relative;
  padding-left: 14px;
}
.navi-new li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #3c8585;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.navi-new h3 a {
  background-image: url(../image/icon-info.svg);
  text-indent: -9999px;
  overflow: hidden;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 2px;
}
.prod-navi-box .navi-footer {
  border-top: none;
  margin-top: 0;
}
.dotted-hr svg {
  width: 100%;
  height: auto;
}
.btn-dotted {
  border: 1px dashed #EB001B;
  color: var(--Little-friend-red, #FA0F0F);
}
.sale_num {
  border-radius: 10px;
  margin-top: 16px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sale_num b {
  font-size: 16px;
  font-weight: 600;
}
.product_thumb .show-sale {
  margin-bottom: 10px;
  border-radius: 50px;
}
.cate img {
  display: block;
  max-width: 100%;
  margin-top: -70px;
}
.info-modal-desc {
  font-size: 16px;
  line-height: 22px;
  color: #4f4f4f;
}
.info-modal-desc h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  margin: 0 0 20px 0;
}
.info-modal-desc ol,
.info-modal-desc ul {
  padding-left: 20px;
  margin: 0 0 40px 0;
}
.info-modal-desc li + li {
  margin-top: 15px;
}
.info-modal-desc h3 {
  color: #3c8585;
  font-weight: normal;
  margin: 0 0 10px 0;
  font-size: 16px;
}
.info-modal-desc li strong {
  color: #3c8585;
  font-weight: 600;
}
.price-for-kilo {
  font-size: 14px;
  line-height: 19px;
  color: #878787;
  margin-top: 2px;
}
.btn-answer {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #3c8585;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.review-acc-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #4f4f4f;
  margin-bottom: 30px;
}
.tabs-block {
  border-bottom: 1px solid #e0e0e0;
  margin: 0 -20px;
  padding: 0 20px;
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #4f4f4f;
  padding-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.tab + .tab {
  margin-left: 30px;
}
.tab.active {
  color: #3cb600;
}
.tab.active:after {
  content: "";
  background: #3cb600;
  border-radius: 50px;
  display: block;
  height: 3px;
  bottom: -1px;
  left: 0;
  position: absolute;
  right: 0;
}
.rev-items {
  padding-top: 20px;
}
.tab-content:not(.active) {
  display: none;
}
.rev-item span.order_title span {
  max-width: 215px;
}
.order-item-btns.rev-order-date {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  color: #828282;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
}
.srf-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  color: #4f4f4f;
  margin-bottom: 20px;
}
.srf-form {
  background: #f9f9f9;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 20px;
}
.srf-colums {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 20px 1fr;
  grid-template-columns: 3fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.srf-form .upload-area {
  margin-top: 0;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.upload-area label {
  text-align: center;
}
.srf-form .emoji-wysiwyg-editor.form-control {
  margin-top: 0;
}
.shop-review-image {
  border-radius: 10px;
  height: 230px;
  overflow: hidden;
  margin-right: 20px;
  min-width: 415px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 415px;
          flex: 0 0 415px;
}
.shop-review-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.shop-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-review + .shop-review {
  margin-top: 24px;
}
.shop-review .review-text {
  margin-bottom: 10px;
}
.rp-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.rp-alert .btn {
  margin-left: 28px;
}
.review-grid .shop-review {
  display: block;
}
.review-grid .shop-review + .shop-review {
  margin-top: 0;
}
.shop-review-image {
  margin-bottom: 20px;
}
.js-review-slider .shop-review-image {
  min-width: 0;
  max-width: 100%;
  height: 184px;
}
.box-title a {
  color: inherit;
  text-decoration: none;
}
.emoji-menu {
  top: 30px;
}
.selected-animal-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.selected-animal-photo img {
  max-width: 100%;
  height: auto;
}
#login {
  max-width: 526px;
}
@media (min-width: 768px) {
  #login .modal-content {
    padding: 40px 110px;
  }
}
#login .modal-title {
  text-align: center;
}
.ls-title {
  text-align: center;
  margin-bottom: 24px;
}
.ls-btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.ls-btn {
  width: 100%;
  border-radius: 10px;
  padding: 12px 5px;
}
.ls-btn svg {
  margin-right: 10px;
}
.ls-fb {
  background: #2c4579;
  color: #fff;
}
.ls-ga {
  border: 1px solid #e0e0e0;
  color: #4f4f4f;
}
.ls-or {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
  margin-top: 24px;
}
.ls-or:before {
  content: "";
  height: 1px;
  display: block;
  left: 0;
  right: 0;
  background: #e0e0e0;
  position: absolute;
  top: 50%;
}
.ls-or span {
  padding: 0 15px;
  background: #fff;
  position: relative;
}
.modal-form-box {
  margin-bottom: 30px;
}
.register-form_subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #4f4f4f;
  margin: 40px 0 20px 0;
}
.col-reg-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col-reg-1 > * {
  width: 100%;
}
@media (min-width: 768px) {
  .col-reg-1 > .haff-input {
    margin-top: 0;
    width: calc(50% - 7.5px);
  }
  .btn-search {
    display: none;
  }
  .header_search {
    display: block !important;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    top: 0;
    margin-left: 40px;
  }
  .header_search i {
    position: absolute;
    top: 10px;
    left: 20px;
  }
  #search_input {
    background: #f2f2f2;
    border-radius: 15px;
    border-color: #f2f2f2;
    height: 42px;
    padding-left: 48px;
    min-width: 306px;
  }
  #search_btn {
    display: none;
  }
}
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tags-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #878787;
  margin-right: 10px;
}
.tags-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.tags-content a {
  border-radius: 500px;
  background: #f2f2f2;
  padding: 6px 12px;
  color: var(--Gray-2, #4f4f4f);
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
}
.tags-content a:hover {
  background: var(--Little-friend-blue, #3c8585);
  color: #fff;
}
.pagi-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-more2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #004d4e;
  margin-top: 20px;
}
.btn-more2 span {
  margin-right: 12px;
}
.btn-more2:disabled {
  opacity: 0.5;
}
.sort-box .nice-select {
  border: none;
  font-weight: 600;
  color: #4f4f4f;
  padding-left: 25px;
}
.sort-box .nice-select:after {
  background-image: url(../image/sort.svg);
  width: 17px;
  height: 18px;
  left: 0;
  top: calc(50% - 6px);
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.nice-select.form-control.haff-input {
  padding-top: 0;
}
.nice-select.haff-input .list {
  right: 0;
}
.nice-select.form-control .option:hover,
.nice-select.form-control .option.focus,
.nice-select.form-control .option.selected.focus {
  background: #e2f4d9;
}
.nice-select.form-control:after {
  border-bottom-color: #3cb600;
  border-right-color: #3cb600;
}
[name="date"] {
  background-image: url(../image/calen.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
}
body .ui-datepicker td {
  padding: 0;
  border: 1px solid #e0e0e0;
}
body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default,
body .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: #fff;
  font-weight: normal;
  color: #454545;
}
body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active,
body a.ui-button:active,
body .ui-button:active,
body .ui-button.ui-state-active:hover {
  background: #3cb600;
  color: #fff;
}
body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  border: 1px solid #3cb600;
}
body .ui-datepicker td span,
body .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  color: #4f4f4f;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .ui-datepicker {
  width: auto;
  padding: 20px;
  border: 1px solid #e0e0e0 !important;
  border-radius: 10px;
}
body .ui-datepicker th {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  color: #3c8585;
}
body .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .ui-datepicker .ui-datepicker-title {
  margin: 0;
  line-height: 1.8em;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: left;
  color: #4f4f4f;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
  position: static;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .ui-datepicker .ui-datepicker-prev span,
body .ui-datepicker .ui-datepicker-next span {
  position: static;
  width: 7px;
  height: 12px;
  margin: 0;
  background-position: 0 0;
}
body .ui-datepicker .ui-datepicker-prev span {
  background-image: url(../image/prev.svg);
}
body .ui-datepicker .ui-datepicker-next span {
  background-image: url(../image/next.svg);
}

.step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 15px;
  background: #e2eded;
  padding: 20px;
  cursor: pointer;
}
.step-title > span {
  color: var(--blue, #3c8585);
  font-family: Nunito;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.step-title i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-style: normal;
}
.step-title i > span + span {
  display: none;
}
.step-content {
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  margin-top: 20px;
}
.grid-checkout-inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.grid-checkout-inputs .form-control {
  margin: 0 !important;
}
.step-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 36px;
}
.steps {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.steps .radio_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.steps .radio_block .checkbox-form2 {
  margin: 0;
}
.radio-text-title .radio-text {
  margin: 0;
  color: var(--blue, #3c8585);
  display: block;
}
.grid-checkout-inputs + .grid-checkout-inputs {
  margin-top: 16px;
}
.inputs-btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inputs-btn .step-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 300px;
  margin: 0;
}
.step-title.active {
  background: none;
}
.step-title.active > span {
  color: #4f4f4f;
}
.step-title.active i > span:nth-child(2) {
  display: none;
}
.step-title.active i > span + span {
  display: block;
}
.step-title svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.step-title.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.step-title i span {
  color: var(--blue, #3c8585);
  text-align: center;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mobile-panel-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999997;
  border-radius: 15px 15px 0px 0px;
  background: var(--white, #fff);
  -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 77, 78, 0.05);
          box-shadow: 0px -2px 6px 0px rgba(0, 77, 78, 0.05);
  padding: 8px 0;
}
.mobile-panel-bottom .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-panel-bottom .panel > * {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  padding: 0;
  background: none;
  border: none;
  text-decoration: none;
  color: #457f7f;
  cursor: pointer;
  text-align: center;
  height: 41px;
  position: relative;
}
.mobile-panel-bottom .panel > *.active svg * {
  fill: #ff9c00;
}
.mobile-panel-bottom .panel > *.active {
  color: #ff9c00;
}
.js-mob-menu {
  border: none;
  background: none;
  padding: 0;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  background: #3cb600;
  border-radius: 10px;
}

.js-mob-menu span {
  background: #fff;
  display: block;
  height: 2px;
  width: 18px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mob-special {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.js-mob-menu span:nth-child(1) {
  top: 14px;
}
.js-mob-menu span:nth-child(2) {
  top: calc(50% - 1px);
}
.js-mob-menu span:nth-child(3) {
  bottom: 14px;
}
.js-mob-menu.active {
  background: #f2f2f2;
}
.js-mob-menu.active {
  background: #3cb600;
}
.js-mob-menu.active span:nth-child(1) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.js-mob-menu.active span:nth-child(2) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.js-mob-menu.active span:nth-child(3) {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.js-mob-m {
  position: absolute;
  top: 0;
  right: 0;
  height: 52px;
  width: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.js-mob-m.active {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block__bottom {
  width: 100%;
}

.message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 16px;
  margin-top: 30px;
  padding: 20px 30px;
}

.message-content h4 {
  font-family: Nunito, serif;
  font-size: 18px;
  font-style: normal;
  margin-top: 4px;
}

.message__info {
  background-color: #ecf5ff;
}

.message__error {
  background-color: #fde5e5;
}

.message__success {
  background-color: #e3f6da;
}

.message__error .message-content h4 {
  color: #e35a5a;
}

.message__info .message-content h4 {
  color: #3c8585;
}

.message__success .message-content h4 {
  color: #3cb600;
}

.message__info .message-content li::marker {
  color: #3c8585;
}

.message__error .message-content li::marker {
  color: #e35a5a;
}

.message__success .message-content li::marker {
  color: #3cb600;
}

.message__info svg {
  fill: #c0d9e1;
}
.message__success svg {
  fill: #bae6a4;
}
.message__error svg {
  fill: #f7c3c3;
}

.message__error .message-content p {
  color: #4f4f4f;
  font-family: Nunito, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.special_banner__container {
  position: fixed;
  right: 40px;
  bottom: 10px;
  top: 10px;
  margin: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 300px;
  z-index: 99;
}

.special_banner__container img {
  height: auto;
  width: 100%;
}
.special_banner__container .btn {
  display: none;
}
.special_banner__container .btn {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background-color: white;
  color: #3cb600;
}

.special_banner__container .btn:hover {
  background-color: #3cb600;
  color: white;
}

.special_banner__container .btn:hover svg > path {
  fill: white;
}

.special_banner__container .btn span {
  margin-left: 3px;
}

.special_banner__container .btn svg {
  margin-top: -3px;
}

.special_banner__container .special_banner__close {
  position: absolute;
  right: 26px;
  top: 18px;
  width: 20px;
  height: 20px;
}

.special_banner__container span {
  display: block;
}

.special_banner__container .special_banner__close .close-cross {
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 100%;
  height: 100%;
  border: none;
}

.special_banner__container .special_banner__close .close-cross:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.special_banner__container .special_banner__close .close-cross:before,
.special_banner__container .special_banner__close .close-cross:after {
  background: #fff;
  content: "";
  height: 2px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.special_banner__container .special_banner__close .close-cross:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.review-author-pets {
  border-left: 3px solid #3cb600;
  padding-left: 5px;
  margin: 5px 0 7px;
}

.banner-item img {
  border-radius: 15px;
  margin-bottom: 10px;
}

.missing_list {
  list-style: none;
  padding-left: 0;
}

.missing_list li span {
  background-color: #3cb600;
  color: white;
  border-radius: 3px;
  font-weight: bold;
  padding: 1px 3px;
  margin-left: 4px;
}

#form-review .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}

#form-review .emoji-picker-container {
  width: 100%;
}

#form-review .upload-area {
  margin: 0;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#form-review .socials {
  margin-bottom: 0;
}

#form-review .message__info p {
  font-size: 16px;
  font-weight: 700;
  max-width: 75%;
}

.f-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-to-cart-float,
.view-cart-float {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 57px;
  margin: 8px 10px;
  height: 48px;
  width: calc(100% - 20px);
  z-index: 99;
}
.add-to-cart-float {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  background-color: #3cb600;
  border-radius: 10px;
  padding: 5px 10px;
}

.add-to-cart-float button {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  color: white;
  font-size: 14px;
}

.add-to-cart-float svg {
  margin-right: 8px;
}

.add-to-cart-float span {
  font-weight: 700;
}

.view-cart-float {
  gap: 8px;
}

.view-cart-float button {
  height: 48px;
  width: 65%;
  color: white;
  border-radius: 10px;
  background-color: #3cb600;
}

.view-cart-float > div {
  height: 48px;
  width: 35%;
  background-color: #ecf5ff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.view-cart-float input {
  width: 20px;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 700;
}

.view-cart-float > div span {
  color: #3c8585;
  font-weight: bold;
  font-size: 24px;
}

.ocf-mobile .ocf-btn {
  color: white;
  background-color: #3cb600;
  border-radius: 10px;
  font-family: Nunito, serif;
  font-weight: 800;
}

.ocf-mobile .ocf-btn span {
  margin-right: 5px;
}

.right-menu-block .banner-item img {
  width: 350px;
  max-width: 600px;
}
.form-box.box-total {
  padding-top: 12px;
  padding-bottom: 12px;
  color: var(--Gray-2, #4f4f4f);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #ffdf75;
  border: none;
}
.form-box.promo-block,
.form-box.del-box {
  padding: 0;
  border: none;
}
.btn-promo-code,
.btn-reward-code {
  opacity: 0;
  margin: 0;
  padding: 0;
}
.form-box.reward-box {
  background: #e2f4d9;
}
.reward-box .cash-info {
  padding: 0;
  background: none;
}
.reward-box .cash-info span {
  margin-top: 8px;
  margin-bottom: 0;
}
.promo-form {
  background: #fff;
}
.reward-box .promo-title {
  margin-bottom: 8px;
}

.reward-page table,
.reward-page td {
  border: none;
}
.reward-page table,
.reward-page tbody {
  display: block;
}

.reward-table-main tr {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 0px 40px;
  border-radius: 16px;
  background-image: url("../image/reward1.jpg");
  background-position: center center;
  background-size: cover;
}

.reward-table-main tr img {
  width: 526px !important;
  height: auto !important;
  margin-top: -123px;
  display: block;
  max-width: 100%;
}
.reward-table-main tr td:nth-child(1) {
  max-width: 706px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.reward-table-main h1 {
  color: var(--Little-friend-green, #3cb600);
  font-size: 50px;
  font-weight: 800;
  line-height: 100%; /* 50px */
  margin: 0;
}
.reward-table-main p {
  font-size: 18px;
  line-height: 130%;
  margin: 0;
}
.reward-page > h2 {
  color: #4f4f4f;
  font-size: 42px;
  margin: 90px 0 50px 0;
  font-weight: 800;
  line-height: 110%; /* 46.2px */
}
.reward-item,
.reward-table-clear {
  max-width: 1076px;
  width: 100% !important;
  margin: 0 auto 24px auto;
}
.reward-item tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 40px;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reward-table-clear > tbody {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.reward-table-clear > tbody > tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  color: var(--Gray-2, #4f4f4f);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.reward-item h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  margin: 0;
}
.reward-item h5 {
  color: var(--Gray-2, #4f4f4f);
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin: 16px 0 8px 0;
}
.reward-item p {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  margin: 0;
}
.reward-item .btn {
  margin-top: 24px;
}
.btn-red {
  background: #e35a5a;
  color: #fff;
  border-radius: 500px;
}
.reward-item tr td:nth-child(1) {
  max-width: 604px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ri1 tr {
  background: #fde5e5;
}
.ri1 h2 {
  color: #e35a5a;
}
.ri2 tr {
  background: #f2ebff;
}
.ri2 h2 {
  color: #7f55c9;
}
.ri3 tr {
  background: #e3f6da;
}
.ri3 h2 {
  color: #3cb600;
}
.ri4 tr {
  background: #ecf5ff;
}
.ri4 h2 {
  color: #3c8585;
}

.reward-table-clear table {
  width: 100% !important;
}
.reward-table-clear table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background: #fff2e5;
  padding: 16px 20px 20px 20px;
  color: var(--Gray-2, #4f4f4f);
  font-size: 18px;
  font-weight: 400;
  gap: 16px;
  line-height: 130%; /* 23.4px */
}
.reward-table-clear table tr b {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border-radius: 19px;
  border: 3px solid var(--yellow-2, #ffdf75);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  background: var(--white, #fff);
  padding: 4px;
  min-width: 52px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  display: block;
  text-align: center;
}

.order-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
.order-tabs a {
  color: #878787;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  border-radius: 10px;
  background: #f2f2f2;
  padding: 8px 16px 10px 16px;
}

.order-tabs a.active {
  background: var(--Little-friend-green, #3cb600);
  color: var(--Little-friend-white, #fff);
  font-weight: 800;
  pointer-events: none;
}
.success-title {
  text-align: center;
  color: var(--Gray-2, #4f4f4f);
  font-family: Nunito;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 130px;
}
.success-box {
  border-radius: 15px;
  background-color: #ecf5ff;
  background-image: url(/image/success/paws.png);
}
.success-box {
  border-radius: 15px;
  background-color: #ecf5ff;
  background-image: url(/image/success/paws.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
  background-size: 720px auto;
  background-position: 40px 20px;
}
.success-right {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/image/success/bgelement.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.success-right img {
  max-width: 617px;
}
.success-left {
  padding-left: 110px;
}
.success-left {
  padding: 80px 0px 80px 110px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
.success-left p:nth-child(1) {
  color: var(--Gray-2, #4f4f4f);
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.success-left p:nth-child(2) {
  color: var(--Gray-2, #4f4f4f);
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 24px 0;
}
.success-left p:nth-child(2) a {
  color: #3cb600;
}
.success-left p:nth-child(3) {
  color: #3c8585;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 24px 0;
}