@charset "UTF-8";
@font-face {
  font-family: "inter";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(../fonts/Inter-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "inter";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url(../fonts/Inter-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "inter";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(../fonts/Inter-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "inter";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(../fonts/Inter-Bold.ttf) format("truetype");
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus,
*:hover {
  outline: none;
  text-decoration: none;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inter", sans-serif;
  background: #ffffff;
  font-size: 14px;
  background-color: #eeeeff;
  padding-top: 60px;
}

a {
  text-decoration: none;
}
a:hover {
  color: #000000;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(46, 46, 46, 0.6);
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(46, 46, 46, 0.6);
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(46, 46, 46, 0.6);
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(46, 46, 46, 0.6);
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(46, 46, 46, 0.6);
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a869a;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7a869a;
}

::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4 {
  line-height: 1.5;
}

button {
  border: 0;
  background-color: transparent;
}

.app-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (min-width: 576px) {
  .app-container {
    width: 720px;
  }
}
@media (min-width: 768px) {
  .app-container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .app-container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .app-container {
    width: 100%;
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .app-container {
    width: 100%;
    max-width: 1400px;
  }
}

.box-shadow {
  -webkit-box-shadow: 1px 1px 1px #cccccc;
          box-shadow: 1px 1px 1px #cccccc;
}

.app-box {
  width: calc(100% - 16px);
  padding: 8px;
  margin: 0 8px;
}

.row-split {
  padding: 0px 4px;
  margin: 0px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row-split .app-box {
  width: calc(100% - 16px);
  padding: 8px 8px;
  margin: 0 0px;
}

.bg-white {
  background: #ffffff;
}

.clear {
  clear: both;
}

.menu-app-box {
  z-index: 20;
  position: relative;
}

@media (max-width: 768px) {
  body {
    padding-top: 50px;
  }
  .menu-app-box {
    padding: 0;
  }
  .app-box {
    padding-left: 0;
    padding-right: 0;
  }
  .app-container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .mobile-hide {
    display: none !important;
  }
  .row-split {
    padding: 0px 0px;
    margin: 0px 0px;
    display: block;
  }
  .row-split .app-box {
    width: calc(100% - 16px);
    padding: 8px 8px;
    margin: 0 8px;
    padding-left: 0;
    padding-right: 0;
  }
}
.main-wrapper .degrowth-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-wrapper .degrowth-wrap .backbtnD {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.main-wrapper .degrowth-wrap .backbtnD img {
  vertical-align: sub;
  margin-right: 8px;
}
.main-wrapper .degrowth-wrap .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-wrapper .degrowth-wrap .controls .btnModal {
  background-color: #2461FF;
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  margin-right: 18px;
}
.main-wrapper .degrowth-wrap .controls .btnModal img {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.teams-wrapper {
  position: relative;
}
.teams-wrapper .team-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.teams-wrapper .team-flex .team-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teams-wrapper .team-flex .team-item .search-container {
  display: inline-block;
  height: 26px;
  width: 20px;
  margin: 0 16px;
}
.teams-wrapper .team-flex .team-item .search {
  position: absolute;
  left: 49px;
  background-color: #ffffff;
  outline: none;
  border: none;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  width: 0;
  height: 42px;
  z-index: 10;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.teams-wrapper .team-flex .team-item .search:focus {
  width: 100%;
  display: block;
  height: 42px;
  padding: 0 16px 0 0;
  border: 0.2px solid #EDEDED;
  border-radius: 4px;
}
.teams-wrapper .team-flex .team-item input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  background: url(../../../assets/img/close.svg) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  cursor: pointer;
}
.teams-wrapper .team-flex .team-item input[type=search]:focus::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: all;
}
.teams-wrapper .team-flex .team-item .expandright {
  left: auto;
  right: 0;
}
.teams-wrapper .team-flex .team-item .expandright:focus {
  padding: 12px 16px;
}

header.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 58px;
  background: #fff;
  z-index: 30;
}
header.header .header-box {
  width: calc(100% - 100px);
  display: inline-block;
}
header.header .header-top {
  display: inline-block;
  width: 100%;
}
header.header .header-bottom .close-button {
  position: fixed;
  right: 5px;
  top: 5px;
  width: 50px;
  opacity: 0.8;
  padding: 10px;
  float: left;
}
header.header .header-bottom .close-button img {
  width: 100%;
}
header.header .header-left {
  float: left;
}
header.header .mobile-menu-button {
  display: none;
  float: left;
  padding: 13px;
}
header.header .mobile-menu-button img {
  width: 25px;
}
header.header .mobile-menu-button.open .close {
  display: block;
}
header.header .mobile-menu-button.open .open {
  display: none;
}
header.header .mobile-menu-button .close {
  display: none;
}
header.header .logo {
  height: 56px;
  padding: 10px 0;
  float: left;
}
header.header .logo img {
  height: 100%;
}
header.header .search {
  border-radius: 6px;
  background-color: #eeeeff;
  float: left;
  margin: 10px;
  margin-left: 50px;
  margin-bottom: 0;
  height: 36px;
  width: 700px;
}
header.header .search .search-icon {
  width: 36px;
  height: 36px;
  float: left;
  padding: 8px;
}
header.header .search .search-icon img {
  width: 100%;
}
header.header .search input {
  width: calc(100% - 40px);
  float: left;
  height: 100%;
  padding: 5px;
  background: transparent;
  border: none;
}
header.header .header-right {
  float: right;
}
header.header .action {
  width: auto;
  margin-top: 8px;
  color: #333333;
  display: table;
  padding-right: 5px;
  cursor: pointer;
  float: left;
  margin-left: 5px;
  position: relative;
}
header.header .action:hover {
  background-color: rgba(0, 0, 0, 0.0392156863);
}
header.header .action.action-dd .action-label {
  position: relative;
  padding-right: 14px;
}
header.header .action.action-dd .action-label::after {
  content: "⌃";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: 9px;
  color: #cccccc;
}
header.header .action.action-dd.active .action-dd-con {
  display: block;
}
header.header .action .action-icon {
  width: 31px;
  height: 36px;
  float: left;
  padding: 10px;
  padding-right: 5px;
  position: relative;
}
header.header .action .action-icon img {
  width: 100%;
  opacity: 0.8;
}
header.header .action .action-icon .badge {
  position: absolute;
  font-size: 8px;
  color: #ffffff;
  background: #b31d1d;
  border-radius: 10px;
  width: auto;
  height: auto;
  top: 0px;
  left: 15px;
  display: inline;
}
header.header .action .action-label {
  float: left;
  padding-top: 11px;
  font-weight: 500;
  font-size: 12px;
  opacity: 0.8;
}
header.header .action:hover .action-label {
  opacity: 1;
}
header.header .action:hover .action-icon img {
  opacity: 1;
}
header.header .action .action-dd-con {
  display: none;
  position: relative;
}
header.header .action .action-dd-con .backdrop {
  position: fixed;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: default;
}
header.header .action .action-dd-menu {
  min-height: 100px;
  width: 200px;
  position: absolute;
  top: 40px;
  left: 10px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 1px 1px 1px #cccccc;
          box-shadow: 1px 1px 1px #cccccc;
  z-index: 10;
}
header.header .action .action-dd-menu .profile {
  padding-bottom: 4px;
  padding-top: 6px;
  border-bottom: 1px solid #eaeaea;
  background: #fefefe;
}
header.header .action .action-dd-menu .profile .photo {
  width: 70px;
  border-radius: 35px;
  overflow: hidden;
  margin: 10px auto;
}
header.header .action .action-dd-menu .profile .photo img {
  width: 100%;
}
header.header .action .action-dd-menu .profile .name {
  text-align: center;
  padding: 2px;
  color: #555555;
}
header.header .action .action-dd-menu .profile .code {
  text-align: center;
  padding: 2px;
  color: #888888;
  font-size: 12px;
}
header.header .action .action-dd-menu .user-menus {
  padding: 5px 0;
}
header.header .action .action-dd-menu .user-menus .user-menu {
  position: relative;
}
header.header .action .action-dd-menu .user-menus .user-menu a {
  color: #555555;
  font-size: 12px;
  display: block;
  padding: 5px 10px;
}
header.header .action .action-dd-menu .user-menus .user-menu:hover {
  background: #f0f0f0;
}
header.header .action .action-dd-menu .user-menus .user-menu:hover .user-submenus {
  display: block;
}
header.header .action .action-dd-menu .user-menus .user-menu .user-submenus {
  display: none;
  position: absolute;
  right: 195px;
  top: 0;
  background: #ffffff;
  width: 150px;
  border: 1px solid rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 1px 1px 1px #cccccc;
          box-shadow: 1px 1px 1px #cccccc;
}
header.header .action .action-dd-menu .user-menus .user-menu .user-submenus .user-submenu:hover {
  background: #f0f0f0;
}
header.header .header-mobile {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 50px;
}
header.header .header-mobile .close-button {
  width: 50px;
  opacity: 0.4;
  padding: 10px;
  float: left;
}
header.header .header-mobile .close-button img {
  width: 100%;
}
header.header .header-mobile .mobile-menu-logo {
  margin-top: 5px;
}
header.header .header-mobile .mobile-menu-logo img {
  height: 40px;
}

@media (max-width: 768px) {
  header.header {
    height: 50px;
  }
  header.header .mobile-menu-button {
    display: block;
  }
  header.header .app-container {
    width: 100%;
    padding: 0;
  }
  header.header .mobile-menu-button {
    display: block;
  }
  header.header .logo {
    height: 43px;
    padding: 8px 0;
    margin-top: 2px;
    float: left;
  }
  header.header .logo img {
    height: 100%;
  }
  header.header .header-box {
    width: calc(100% - 110px);
    float: right;
  }
  header.header .header-left {
    width: calc(100% - 100px);
  }
  header.header .header-top {
    width: 100%;
  }
  header.header .search {
    margin-top: 9px;
    height: 32px;
    width: 100%;
    margin-left: 20px;
  }
  header.header .search .search-icon {
    width: 30px;
    height: 30px;
    padding: 6px;
  }
  header.header .search input {
    width: calc(100% - 35px);
    padding: 5px;
  }
  header.header .action {
    margin-left: 0px;
    margin-top: 4px;
    margin-right: 5px;
    padding-right: 0;
  }
  header.header .action .action-label {
    display: none;
  }
  header.header .header-bottom {
    position: fixed;
    left: 0;
    top: 50px;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.5411764706);
    margin: 0;
    padding-top: 0px;
    overflow-y: auto;
    display: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  header.header .header-bottom .menu {
    left: -100%;
    position: absolute;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
  }
  header.header .header-bottom.open {
    display: inline-block;
    opacity: 0;
  }
  header.header .header-bottom.open-menu {
    opacity: 1;
  }
  header.header .header-bottom.open-menu .menu {
    left: 0%;
  }
  header.header .action .action-dd-menu {
    position: fixed;
    right: 0;
    left: auto;
    top: 50px;
  }
  header.header .action .action-dd-menu .user-menus .user-menu a {
    font-size: 14px;
  }
}
footer.footer {
  width: 100%;
  background-color: #222222;
  display: inline-block;
}
footer.footer .copy-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
  padding: 10px;
  text-align: center;
  font-size: 11px;
}
footer.footer .footer-top {
  padding: 40px 80px;
  display: inline-block;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
}
footer.footer .link-box {
  float: left;
  width: 20%;
}
footer.footer .link-box .footer-link a {
  color: rgba(255, 255, 255, 0.7803921569);
  cursor: pointer;
  line-height: 26px;
  display: block;
}
footer.footer .link-box .footer-link a:hover {
  color: rgba(255, 255, 255, 0.9098039216);
  text-decoration: underline;
}
footer.footer .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #777777;
}
footer.footer .info-box {
  float: right;
  width: 20%;
}
footer.footer .info-box .social-options {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
footer.footer .info-box .social-options .social-option {
  width: 30px;
  margin-right: 4px;
  float: left;
}
footer.footer .info-box .social-options .social-option:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
footer.footer .info-box .social-options .social-option a img {
  width: 100%;
}
footer.footer .info-box .apps-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}
footer.footer .info-box .apps-link a {
  display: block;
}
footer.footer .info-box .apps-link a img {
  width: 100%;
}
footer.footer .info-box .pay-options .pay-option img {
  max-width: 100%;
  height: 30px;
}
footer.footer .address-box {
  width: 20%;
  float: left;
}
footer.footer .address-box .address {
  font-size: 12px;
}
footer.footer .address-box .address a {
  color: rgba(255, 255, 255, 0.6078431373);
}
@media (max-width: 768px) {
  footer.footer .footer-top {
    padding: 20px;
  }
  footer.footer .link-box {
    width: 50%;
    margin-bottom: 15px;
  }
  footer.footer .address-box, footer.footer .info-box {
    width: 100%;
    margin-bottom: 15px;
  }
}

.menu {
  background: #fff;
  z-index: 0;
  position: relative;
}
.menu .menu-items ul.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  margin-top: 4px;
}
.menu .menu-items ul.menu-list > li {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3px;
  padding-top: 5px;
  z-index: 1;
  cursor: pointer;
}
.menu .menu-items ul.menu-list > li .cat-icon {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}
.menu .menu-items ul.menu-list > li .cat-icon img {
  width: 50%;
  max-width: 70px;
  max-height: 70px;
  display: inline-block;
  margin: 0 auto;
}
.menu .menu-items ul.menu-list > li .cat-name {
  text-align: center;
  position: relative;
}
.menu .menu-items ul.menu-list > li label {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-right: 15px;
  padding-left: 10px;
}
.menu .menu-items ul.menu-list > li label::after {
  content: "⌃";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: -1px;
  color: #cccccc;
}
.menu .menu-items ul.menu-list > li:hover label {
  font-weight: 500;
  color: #07277d;
}
.menu .menu-items ul.menu-list > li:hover label::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 3px;
  color: #1463b2;
}
.menu .menu-items ul.menu-list > li:hover .menu-dropdown {
  display: block;
}
.menu .menu-items ul.menu-list > li:last-child .menu-dropdown {
  left: auto;
  right: 0;
}
.menu .menu-items ul.menu-list > li:last-child .sub-menu-list li ul {
  left: auto;
  right: 219px;
}
.menu .menu-dropdown {
  position: absolute;
  top: 24px;
  left: 50px;
  min-height: 200px;
  display: none;
}
.menu .sub-menu-list {
  display: block;
  margin: 0;
  text-align: left;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px #cacaca;
          box-shadow: 1px 1px 1px #cacaca;
}
.menu .sub-menu-list li {
  text-align: left;
  display: block;
  width: 220px;
}
.menu .sub-menu-list li ul {
  position: absolute;
  left: 219px;
  top: 0;
  -webkit-box-shadow: 1px 1px 1px #cacaca;
          box-shadow: 1px 1px 1px #cacaca;
  background: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 3px #cacaca;
          box-shadow: 1px 2px 3px #cacaca;
  min-height: 100%;
  display: none;
}
.menu .sub-menu-list li ul li a::after {
  content: "";
}
.menu .sub-menu-list li:hover ul {
  display: block;
}
.menu .sub-menu-list li a {
  color: #07277d;
  text-align: left;
  width: 100%;
  display: inline-block;
  padding: 10px 10px;
  font-weight: 400;
  color: #333333;
  opacity: 0.7;
  position: relative;
}
.menu .sub-menu-list li a::after {
  content: "⌃";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 10px;
  color: #cccccc;
  opacity: 0;
}
.menu .sub-menu-list li a.category {
  font-weight: 400;
  color: #333333;
}
.menu .sub-menu-list li a:hover {
  opacity: 1;
  background: #f4f1f1;
}
.menu .sub-menu-list li a:hover::after {
  opacity: 1;
}
.menu .sub-menu-list:nth-of-type(2n) {
  background: #f7f7fc;
}

@media (max-width: 768px) {
  .menu {
    width: 70%;
    background: #fff;
    margin: 0;
    min-height: 100vh;
    display: inline-block;
    position: fixed;
    left: -200%;
    top: 50px;
    bottom: 0;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    overflow-y: auto;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .menu.open {
    left: 0%;
  }
  .menu .menu-items ul.menu-list {
    display: inline-block;
    width: 100%;
  }
  .menu .menu-items ul.menu-list > li {
    text-align: left;
    padding: 0;
  }
  .menu .menu-items ul.menu-list > li .cat-icon {
    display: none;
  }
  .menu .menu-items ul.menu-list > li .cat-name {
    text-align: left;
  }
  .menu .menu-items ul.menu-list > li .cat-name ul.sub-menu-list {
    padding: 0;
  }
  .menu .menu-items ul.menu-list > li .cat-name ul.sub-menu-list li a {
    padding: 8px;
    padding-left: 30px;
    padding-right: 0px;
    width: 100%;
  }
  .menu .menu-items ul.menu-list > li .cat-name ul.sub-menu-list li a::after {
    right: 10px;
    top: 9px;
  }
  .menu .menu-items ul.menu-list > li .cat-name ul.sub-menu-list li a:hover {
    background: transparent;
  }
  .menu .menu-items ul.menu-list > li .cat-name ul.sub-menu-list li ul.inner-menu {
    position: relative;
    display: none;
    left: 0;
  }
  .menu .menu-items ul.menu-list > li .cat-name ul.sub-menu-list li ul.inner-menu li a {
    padding-left: 50px;
  }
  .menu .menu-items ul.menu-list > li .cat-name ul.sub-menu-list li ul.inner-menu li.active a {
    background: #f8f8fc !important;
  }
  .menu .menu-items ul.menu-list > li .cat-name ul.sub-menu-list li.active ul.inner-menu {
    display: block;
  }
  .menu .menu-items ul.menu-list > li label {
    margin-bottom: 0;
    padding: 10px 20px;
    width: 100%;
  }
  .menu .menu-items ul.menu-list > li label::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 10px;
    right: 10px;
  }
  .menu .menu-items ul.menu-list > li:hover label {
    color: #333;
  }
  .menu .menu-items ul.menu-list > li:hover label::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 10px;
    opacity: 0.3;
  }
  .menu .menu-items ul.menu-list > li:hover .menu-dropdown {
    display: none;
  }
  .menu .menu-items ul.menu-list > li.active label {
    background: #eaeafa;
  }
  .menu .menu-items ul.menu-list > li.active label::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 10px;
  }
  .menu .menu-items ul.menu-list > li.active .menu-dropdown {
    display: block;
  }
  .menu .menu-dropdown {
    position: relative;
    top: 0px;
    left: 0px;
    background: transparent;
    max-width: 100%;
    right: 0px;
    min-height: 0px;
    display: none;
  }
  .menu .sub-menu-list {
    min-width: 100%;
    padding: 5px;
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .menu .sub-menu-list li {
    text-align: left;
    display: block;
    width: 100%;
  }
  .menu .sub-menu-list li ul {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .menu .sub-menu-list li a {
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .menu .sub-menu-list li a.category {
    padding-left: 10px;
  }
  .menu .sub-menu-list li a:hover, .menu .sub-menu-list li a .active {
    opacity: 1;
  }
  .menu .sub-menu-list li a::after {
    opacity: 0.8;
    right: 10px;
  }
  .menu .sub-menu-list:nth-of-type(2n) {
    background: #ffffff;
  }
  .menu .sub-menu-list > li.active > a {
    background: #f2f2fa !important;
  }
  .menu .sub-menu-list > li.active > a::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 5px !important;
  }
}
.home-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-categories .home-category {
  max-width: 200px;
  cursor: pointer;
}
.home-categories .home-category img {
  width: 100%;
}
.home-categories .home-category .cat-title {
  text-align: center;
  padding: 10px 4px;
  color: #555555;
}

.slider-format-1 .carousel-control-next, .slider-format-1 .carousel-control-prev {
  width: 25px;
  top: calc(50% - 20px);
  bottom: calc(50% - 20px);
  background: rgba(0, 0, 0, 0.2156862745);
}
.slider-format-1 .carousel-control-next span, .slider-format-1 .carousel-control-prev span {
  width: 12px;
}
.slider-format-1 .carousel-control-prev {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.slider-format-1 .carousel-control-next {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.product-row {
  padding: 5px;
  position: relative;
}
.product-row .product-row-header {
  padding: 12px;
  padding-bottom: 4px;
  padding-top: 6px;
  font-size: 14px;
  color: #555555;
  font-weight: 500;
}
.product-row .product-row-header .see-more {
  float: right;
  display: block;
  width: auto;
  padding-right: 20px;
  position: relative;
  font-size: 12px;
  color: #187fdf;
  opacity: 0.8;
}
.product-row .product-row-header .see-more:hover {
  opacity: 1;
}
.product-row .product-row-header .see-more::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 0px;
}
.product-row.product-row-slide {
  overflow: hidden;
}
.product-row .sb-prev, .product-row .sb-next {
  display: block;
  width: 20px;
  background-color: rgba(20, 20, 20, 0.1333333333);
  padding: 10px 8px;
  margin: -1px;
  top: 40%;
}
.product-row .sb-prev:hover, .product-row .sb-next:hover {
  background-color: rgba(128, 128, 128, 0.5882352941);
}
.product-row .sb-prev::after, .product-row .sb-next::after {
  font-size: 14px;
  color: rgba(120, 120, 120, 0.8156862745);
  line-height: 25px;
}
.product-row .sb-next {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.product-row .sb-prev {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 6px;
}
.product-row .product-display {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-row.two-item .product-display {
  display: inline-block;
}
.product-row.two-item .product-display .product-card {
  width: 50%;
  float: left;
  max-width: 50%;
}
.product-row.three-item .product-display {
  display: inline-block;
}
.product-row.three-item .product-display .product-card {
  width: 33.33%;
  float: left;
  max-width: 50%;
}

.row-split .split-2 {
  width: 50%;
  float: left;
}

@media (max-width: 768px) {
  .product-row .product-display {
    display: inline-block;
  }
  .product-row-slide .product-card {
    width: 100%;
    max-width: 100%;
  }
}
.product-card {
  width: 100%;
  float: left;
  padding: 8px;
  max-width: 500px;
  cursor: pointer;
}
.product-card .product-elements {
  border: 1px solid #dedede;
  width: 100%;
  display: inline-block;
  position: relative;
}
.product-card .product-elements:hover {
  border: 1px solid #acaebe;
}
.product-card .product-elements .sale {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1px 6px;
  border-bottom-left-radius: 3px;
  background: #F13838;
  z-index: 1;
  color: white;
  font-size: 10px;
}
.product-card .product-images {
  position: relative;
}
.product-card .product-images .indicator {
  position: absolute;
  top: 2px;
  left: 2px;
}
.product-card .product-images .indicator li {
  float: left;
  width: 4px;
  height: 4px;
  position: relative;
  border-radius: 5px;
  margin-right: 2px;
  cursor: pointer;
  background: #d8d7d7;
}
.product-card .product-images .indicator li.active {
  background: #b8b7b7;
}
.product-card .image-con {
  display: none;
}
.product-card .image-con.active {
  display: block;
}
.product-card .image-con img {
  width: 100%;
}
.product-card .product-info {
  height: 72px;
  padding: 5px 5px 5px 5px;
}
.product-card .product-info .product-title {
  height: 40px;
  color: #555555;
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
  .product-card .product-info .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.product-card .product-info .product-price {
  font-size: 12px;
  padding: 4px 0;
  font-weight: 500;
}
.product-card .product-info .product-price .final-price {
  color: #222222;
  width: auto;
  float: left;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}
.product-card .product-info .product-price .main-price {
  color: #888888;
  text-decoration: line-through;
  width: auto;
  float: left;
  margin-right: 10px;
  font-weight: 400;
}
.product-card .product-info .product-price .discount {
  color: #11aa14;
  width: auto;
  float: left;
}

@media (max-width: 768px) {
  .product-card {
    max-width: 500px;
  }
  .product-card .product-info {
    height: 90px;
  }
  .product-card .product-info .product-price .discount {
    width: 100%;
  }
}
.swiper-container {
  padding: 0 5px;
  overflow: hidden;
  margin: 0px;
}
.swiper-container .sb-prev, .swiper-container .sb-next {
  top: 50%;
  margin: -10px;
}
.swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.swiper-container .swiper-wrapper .swiper-slide .ss-item {
  padding: 10px;
  overflow: hidden;
}
.swiper-container .swiper-wrapper .swiper-slide .ss-item .ss-view {
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-name: swiperSlideScaleIn;
          animation-name: swiperSlideScaleIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-direction: linear;
          animation-direction: linear;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3803921569);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3803921569);
}
.swiper-container .swiper-wrapper .swiper-slide .ss-item .ss-view:hover {
  -webkit-animation-name: swiperSlideScaleOut;
          animation-name: swiperSlideScaleOut;
}
.swiper-container .swiper-wrapper .swiper-slide .ss-item .ss-view .video-con {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: grid;
}
.swiper-container .swiper-wrapper .swiper-slide .ss-item .ss-view .video-con .ss-video-player {
  background-color: white;
  display: inline !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  overflow: hidden !important;
  width: 100% !important;
}
@-webkit-keyframes swiperSlideScaleOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes swiperSlideScaleOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes swiperSlideScaleIn {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes swiperSlideScaleIn {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.swiper-container .out-animation {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: swiperSlideScaleOut;
  animation-name: swiperSlideScaleOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.swiper-container .in-animation, .swiper-container .out-animation {
  -webkit-animation-direction: linear;
  animation-direction: linear;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.swiper-container .in-animation {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: swiperSlideScaleIn;
  animation-name: swiperSlideScaleIn;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.homepage {
  padding-bottom: 10px;
}