
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;
  }
  * {
      box-sizing: border-box;
  }
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  a {
    background-color: transparent;
  }
  
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    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 {
      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: flex;
      align-items: center;
      text-decoration: none;
      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;
      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: flex;
      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 { 
      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;
      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: flex;
    max-width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    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: flex;
    align-items: center;
    margin: 0 24px;
    justify-content: center;
  }
  @media (min-width: 1200px) {
  .lang-btn {
    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;
      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: flex;
      flex-direction: column;
      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 {
    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 {
      width: 20px;
      height: 20px;
      background: #FA0F0F;
      font-weight: 700;
      font-size: 10px;
      line-height: 14px;
      display: flex;
      align-items: 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: flex;
      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: flex;
      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 {
    filter: invert(1) brightness(100);
}
}
 
  .menu-content-home > div.has-child {
    position: relative;
  }
  @media (min-width: 1200px) {
  .menu-content-home > div.has-child:hover .child-box {
    display: block;
  }
  }
  .child-box {
    position: absolute;
    
    top: 100%;
    left: 0;
    
}
.child-box-outer {
    display: grid;
    gap: 20px;
    border-radius: 15px;
    background: var(--white, #FFF);
    margin-top: 4px;
    min-width: 280px;
    padding: 20px 24px;
    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);
}
  .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;
      transition: 0.1s;
  }
  .menu-item.active + .menu-child-box {
      opacity: 1;
      visibility: visible;
  }
  .child-item img {
      position: absolute;
      right: 60px;
      opacity: 0;
      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;
    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: flex;
    flex-direction: column;
    align-items: center;
}
.modal-404 > .btn {
    margin-top: 20px;
}
.btn.btn-app {
    padding: 10px;
    border-radius: 8px;
}
  .menu {
      height: 100%;
      display: flex;
      align-items: center;
  }
  .child-item.active img {
      opacity: 1;
  }
  .btn-menu.active i::before {
      transform: rotate(45deg);
      top: 5px;
  }
  .btn-menu.active i::after {
      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;
      border-bottom: 1px solid #E0E0E0;
  }

  .section-menu {
    border-top: 1px solid #E0E0E0;
   padding: 10px 0;
  }
  
  /*---------------*/
  
  .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;
}
  
  .grid-slider-banner {
      display: grid;
      gap: 10px;
  }
  @media (min-width: 768px) { 
      .grid-slider-banner {
          grid-template-columns: 2.15fr 1fr;
      }
  }
  .home-banners img {
    border-radius: 15px;
    overflow: hidden;
}
  .home-banners {
      gap: 24px;
      display: grid;
  }
  .swiper-style .swiper-button-next, .swiper-style .swiper-button-prev {
      background: #FFFFFF;
      box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: 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;
  }
  .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 {
      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;
      transform: rotate(180deg);
  }
  .btn--spoiler {
      font-weight: 600;
      font-size: 11px;
      line-height: 15px;
      text-align: right;
      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;
      transform: rotate(0);
      top: calc(50% - 5px);
      transform-origin: center;
  }
  .nice.nice-select.open:after {
      transform: rotate(90deg);
  }
  .nice.nice-select .list {
      right: 0;
      border: 1px solid #BDBDBD;
      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;
  }
  .module-box {
      margin-bottom: 100px;
  }
  .row-list {
      display: flex;
      flex-wrap: wrap;
  }
  .grid {
          display: grid;
          grid-column-gap: 24px;
          grid-row-gap: 20px;
  }
  
  .grid-2 {
      grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 {
      grid-template-columns: repeat(3, 1fr);
  }
  .grid-4 {
      grid-template-columns: repeat(4, 1fr);
  }
  .grid-5 {
      grid-template-columns: repeat(5, 1fr);
  }
  .grid-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;
      align-items: flex-start;
  }
  .modal .grid-acc-form {
    grid-column-gap: 40px;
  }
  
  .caption {
      margin-top: 10PX;
  }
  .product_thumb {
        position: relative;
        padding: 20px;
        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;
        box-shadow: 0px 10px 11px rgba(0, 0, 0, 0.15);
        border-radius: 0 0 15px 15px;
        opacity: 0;
        visibility: hidden;
        transition: 0.1s;
    }
    .product_thumb_full:hover {
        z-index: 10;
        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;
      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: flex;
      margin-bottom: 5px;
      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;
      box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
      border-radius: 19px;
      margin-left: 4px;
  }
  .old-price-box {
      display: flex;
      align-items: center;
  }
  .old-price:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 50%;
      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: flex;
      position: relative;
      height: 12px;
  }
  .rating span {
      background-image: url(../image/icon/star_grey.svg);
      min-width: 13px;
      height: 12px;
      margin-right: 3px;
      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: flex;
      top: 0;
      height: 100%;
      left: 0;
      overflow: hidden;
  }
  .rating-box {
      display: flex;
      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;
      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: 1px solid #BDBDBD;
      color: #828282;
  }
  .news_image {
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 20px;
  }
  .news_date {
      display: flex;
      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;
      border: 1px solid #E0E0E0;
      border-radius: 5px;
      padding: 10px;
  }
  .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;
      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: flex;
      flex-direction: column;
  }
  .footer-menu a {
      color: inherit;
      text-decoration: none;
      margin-top: 10px;
  }
  .copyright {
      margin-bottom: 20px;
  }
  .socials {
      display: flex;
      margin-bottom: 30px;
  }
  .socials a + a {
      margin-left: 11px;
  }
  .footer-phone {
      display: flex;
      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: flex;
      align-items: center;
  }
  .pay-icons svg + svg {
      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%;
      justify-content: center;
      text-align: center;
  }
  #callme {
      max-width: 500px;
  }
  .noscroll {
      overflow: hidden;
  }
  .recomend-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: flex;
      align-items: flex-start;
  }
  .btn-remove {
      position: absolute;
      top: 20px;
      right: 16px;
  }
  .cart-caption {
      padding-left: 24px;
      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 {
      flex-grow: 1;
  }
  .qty {
      background: #ECF5FF;
      border: 1px solid #ECF5FF;
      border-radius: 5px;
      display: flex;
      width: 86px;
  }
  .qty > button {
      height: 30px;
      flex: 0 0 30px;
      background: none;
      border: none;
      min-width: 30px;
      cursor: pointer;
      padding: 0;
      display: flex;
      align-items: 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: flex;
      flex-direction: column;
      align-items: center;
  }
  .cart-all-total span {
      font-weight: 700;
      font-size: 20px;
      line-height: 27px;
      margin-top: 5px;
  }
  .recomend-cart {
      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: flex;
      align-items: 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: flex;
      align-items: center;
      margin: 20px 0 40px 0;
  }
  .breadcrumbs a {
      text-decoration-line: underline;
      color: #3C8585;
      margin-right: 15px;
  }
  .breadcrumbs span {
      color: #BDBDBD;
  }
  .main-columns {
      display: grid;
      grid-template-columns: 1fr 4fr;
      grid-template-rows: 1fr;
      grid-column-gap: 134px;
      grid-row-gap: 0px;
  }
  #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: flex;
      flex-direction: column;
      justify-content: flex-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: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      color: #FFFFFF;
      padding: 2px 8px 4px 8px;
      border-radius: 50px;
  }
  .product-labels.product-labels-right {
      left: auto;
      right: 0;
      display: flex;
      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;
      transform: rotate(-15deg);
      display: flex;
      align-items: 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;
  }
  .product_thumb a, .btn-wishlist {
      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: flex;
      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: 1px solid #dedede !important;
      padding: 5px !important;
  }
  
  .description table th {
      background: #f6fde2 !important;
  }
  
  .description table tr:nth-child(odd) td {
      background: #f4f2f2 !important;
  }
  .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;
      flex: 0 0 605px;
      margin-bottom: 0;
  }
  .review-box .btn {
      position: absolute;
      bottom: 30px;
      left: 50px;
  }
  .tab-with-review {
      display: flex;
      justify-content: space-between;
      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: flex;
      align-items: flex-start;
      border-bottom: 1px solid #E0E0E0;
      padding-bottom: 40px;
      margin-bottom: 40px;
  }
  .grid-list .caption {
      flex-grow: 1;
      margin-top: 0;
      display: flex;
      flex-direction: row-reverse;
  }
  .grid-list .list-col-name {
      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;
      flex: 0 0 196px;
      margin-right: 25px;
  }
  .grid-list .new-price-box, .grid-list .old-price-box {
      justify-content: flex-end;
  }
  .grid-list {
      grid-row-gap: 0;
      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: flex;
      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;
          flex: 0 0 11px;
          margin-left: 5px;
          transition: 0.3s;
      }
      .no-anim .ocf-filter-name:after {
          transition: none;
      }
      .ocf-filter-body.close .ocf-filter-name:after {
          transform: rotate(180deg);
      }
      .ocf-filter-name {
          display: flex !important;
          align-items: center;
          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;
      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: flex;
      align-items: center;
      justify-content: center;
      margin: 40px 0;
      padding: 0;
  }
  .pagination a,
  .pagination span {
      display: flex;
      align-items: 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 {
      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) {
      grid-column: span 2;
  }
  .news_item_in_list {
      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: flex;
      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 {
      grid-template-columns: 6% calc(71% - 48px) 23%;
  }
  .grid-info {
      grid-template-columns: 24% 76%;
  }
  .grid-checkout {
      grid-template-columns: 13fr 4fr;
  }
  .pm-grid {
      grid-template-columns: 5fr 4fr 3fr;
  }
  .pm-grid2 {
      grid-template-columns: 4fr 5fr 3fr;
  }
  .btn-back {
      display: flex;
      flex-direction: column;
      justify-content: 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: flex;
      flex-direction: column;
      padding: 0 30px;
  }
  .navi > * {
      font-weight: 600;
      font-size: 14px;
      line-height: 19px;
      color: #878787;
      position: relative;
      display: flex;
      align-items: center;
      cursor: pointer;
      text-decoration: none;
  }
  .navi > *:before {
      content: "";
      background: #FFFFFF;
      border: 1px solid #878787;
      min-width: 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: flex;
      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: flex;
      align-items: center;
      cursor: pointer;
  }
  .checkbox label:before {
      content: "";
      min-width: 15px;
      flex: 0 0 15px;
      height: 15px;
      border: 5px solid #fff;
      border-radius: 50%;
      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: flex;
      flex-direction: column;
      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: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 25px;
      margin-bottom: 25px;
      border-bottom: 1px solid #e0e0e0;
  }
  .al-action {
      display: flex;
      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: flex;
      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: flex;
      align-items: center;
     
  }
  .utp-item span {
      margin-left: 15px;
  }
  .utp-item svg {
      min-width: 35px;
      flex: 0 0 25px;
  }
  .product_title {
      margin: 0 0 20px 0;
      max-width: 960px;
  }
  .product_stock {
      font-weight: 700;
      display: flex;
      align-items: center;
      margin-top: 12px;
  }
  .product_stock svg {
      margin-right: 5px;
  }
  .product-title-box {
      align-items: flex-start;
  }
  .model-rating {
      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: flex;
      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: flex;
      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: flex;
    align-items: center;
  }
  .mob-flex-qty-price .product_stock {
    margin: 0 0 0 20px;
  }
  .prod-oi-list {
      display: flex;
      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: 636px;
  }
  .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;
      transition: 0.3s;
  }
  .show-answer-btn.active svg {
      transform: rotate(180deg);
  }
  .answers {
      padding: 20px 0 0px 40px;
      display: none;
  }
  .show-answer-btn {
      display: flex;
      margin-top: 20px;
      align-items: center;
      font-weight: 600;
      font-size: 14px;
      line-height: 19px;
      color: #3CB600;
      cursor: pointer;
  }
  .review-answer-btn {
      display: flex;
      align-items: center;
  }
  .answer-count {
      display: flex;
      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: flex;
      margin-top: 7px;
      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: flex;
  }
  .over-gallery {
      max-height: 440px;
  }
  .over-gallery {
      max-height: 440px;
      min-width: 65px;
      flex: 0 0 65px;
      position: relative;
      padding: 75px 0;
  }
  .swiper-style.over-gallery .swiper-vertical ~ .swiper-button-prev {
      top: 0px;
      left: calc(50% - 25px);
      transform: rotate(90deg);
  }
  .swiper-style.over-gallery .swiper-vertical ~ .swiper-button-next {
      top: auto;
      bottom: 0px;
      left: calc(50% - 25px);
      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: flex;
      align-items: flex-end;
      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;
      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: flex;
      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: flex;
      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 {
      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: flex;
      align-items: 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;
      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: flex;
      align-items: 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: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 20px;
      padding: 26px;
      cursor: pointer;
      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: flex;
      align-items: center;
      justify-content: center;
  }
  .header-top + header {
      top: 40px;
  }
  .has-top {
      padding-top: 215px;
  }
  .description img {
    border-radius: 15px;
    overflow: hidden;
}
  .cookie-ok {
      display: flex;
      background: #E2EDED;
      border-radius: 0px 15px 15px 0px;
      align-items: flex-start;
      width: 370px;
      position: fixed;
      top: calc(50% - 80px);
      z-index: 222;
      padding: 20px 52px 20px 20px;
      left: -370px;
      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: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 9;
      border: 2px solid #3bb600;
      border-radius: 50%;
      background: #fff;
      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;
      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: flex;
      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;
      transition: 0.3s;
  }
  .faq-item-text {
      font-size: 16px;
      line-height: 22px;
      color: #4F4F4F;
      padding-bottom: 16px;
      display: none;
  }
  .faq-item-title:after {
      transform: rotate(90deg);
  }
  .faq-item-title.active:after {
      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: flex;
      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: flex;
      justify-content: space-between;
      align-items: center;
  }
  .history {
      display: flex;
      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: flex;
      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: flex;
      align-items: center;
      padding: 10px 20px;
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      color: #4F4F4F;
      justify-content: space-between;
      cursor: pointer;
  }
  .order-product-head svg {
      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: flex;
      align-items: flex-start;
      justify-content: space-between;
  }
  .order_item > .order_title {
      flex-grow: 1;
      font-weight: 600;
      font-size: 14px;
      line-height: 19px;
      color: #4F4F4F;
      display: flex;
      flex-direction: column;
      padding: 0 14px;
      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;
      flex: 0 0 100px;
  }
  .order-item-deteil {
      display: flex;
      flex-direction: column;
      min-width: 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;
      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: grid;
      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;
      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: flex;
      align-items: center;
      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;
      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: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      position: absolute;
      right: -12px;
      top: -8px;
  }
  .form-delivery-info {
      background: #ECF5FF;
      border: 1px solid #ECF5FF;
      padding: 20px;
  }
  .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: flex;
      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;
      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;
  }
  .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: flex;
      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-new {
      font-size: 14px;
      line-height: 19px;
      color: #4F4F4F;
      padding: 0 30px;
  }
  .navi-new h3 {
      font-weight: 700;
      margin-bottom: 8px;
      display: flex;
      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;
  }
  .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: 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;
      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: grid;
      grid-template-columns: 3fr 1fr;
      grid-gap: 20px;
      margin-bottom: 20px;
  }
  .srf-form .upload-area {
      margin-top: 0;
      height: 100%;
      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;
      flex: 0 0 415px;
  }
  .shop-review-image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
  }
  .shop-review {
      display: flex;
  }
  .shop-review + .shop-review {
      margin-top: 24px;
  }
  .shop-review .review-text {
      margin-bottom: 10px;
  }
  .rp-alert {
      display: flex;
      align-items: center;
      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: flex;
      align-items: 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: grid;
      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: flex;
      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: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      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;
    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: flex;
    align-items: center;
}
.tags-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #878787;
    margin-right: 10px;
}
.tags-content a {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #3C8585;
    text-decoration: none;
}
.pagi-block {
    display: flex;
    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);
    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;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #4F4F4F;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: 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;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #3C8585;
}
body .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none;
    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;
    flex-grow: 1;
    order: -1;
}
body .ui-datepicker .ui-datepicker-prev, body .ui-datepicker .ui-datepicker-next {
    position: static;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: 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: flex;
    align-items: center;
    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: flex;
    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: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: flex-start;
}
.grid-checkout-inputs .form-control {
    margin: 0 !important;
}
.step-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 36px;
}
.steps {
    display: grid;
    gap: 20px;
}
.steps .radio_block {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.steps .radio_block .checkbox-form2 {
    margin: 0;
}
.radio-text-title .radio-text {
    margin: 0;
    color: var(--blue, #3C8585);
}
.grid-checkout-inputs + .grid-checkout-inputs {
    margin-top: 16px;
}
.inputs-btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inputs-btn .step-btn {
    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 {
    transition: 0.3s;
}
.step-title.active svg {
    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);
    box-shadow: 0px -2px 6px 0px rgba(0, 77, 78, 0.05);
    padding: 8px 0;
}
.mobile-panel-bottom .panel {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.mobile-panel-bottom .panel > * {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 0;
    background: none;
    border: none;
    text-decoration: none;
    color: #457F7F;
    cursor: pointer;
    text-align: center;
    height: 41px;
}
.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 {
    flex-grow: 1;
    display: flex;
    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: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    transform: rotate(180deg);
}
.js-mob-m.active {
    transform: rotate(0deg);
}