.store-03-css .breadcrumbs {
  flex-shrink: 0;
  font-size: 14px;
  color: #CCCCCC;
  display: flex;
  margin: auto;
  margin-bottom: 10px;
}
.store-03-css .breadcrumbs a {
  position: relative;
}
.store-03-css .breadcrumbs a:hover {
  color: #ffffff;
}
.store-03-css .breadcrumbs a:last-of-type {
  color: #ffffff;
  cursor: default;
  text-transform: lowercase;
}
.store-03-css .breadcrumbs a:last-of-type::first-letter {
  text-transform: uppercase;
}
.store-03-css .breadcrumbs > a + a {
  margin-left: 20px;
}
.store-03-css .breadcrumbs > a + a:before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 30 30'>        <path d='M17,15l-3.08,5.74a.49.49,0,0,1-.67.2.5.5,0,0,1-.2-.68L15.88,15,13.06,9.74a.5.5,0,0,1,.2-.68.49.49,0,0,1,.67.2Z'         fill='rgb(79, 79, 79)' stroke='none'/></svg>");
}
.store-03-css .appstore-shelf {
  margin-bottom: 20px;
}
.store-03-css .appstore-shelf-header {
  position: relative;
  background-color: #0D0D0D;
}
.store-03-css .appstore-shelf-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(229, 229, 229, 0.1);
}
.store-03-css .appstore-shelf-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: #0D0D0D;
}
.store-03-css .appstore-shelf-sub-section {
  position: relative;
  display: flex;
  height: 40px;
  background-color: #0D0D0D;
}
.store-03-css .appstore-shelf-sub-section > * + * {
  margin-left: 40px;
}
.store-03-css .appstore-shelf-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
}
.store-03-css .appstore-shelf-header h1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  color: #E5E5E5;
  flex: auto;
}
.store-03-css .appstore-shelf-header-subtitle {
  position: relative;
  color: #5F5F5F;
  margin-left: 12px;
  padding-left: 12px;
}
.store-03-css .appstore-shelf-header-subtitle:before {
  content: "";
  position: absolute;
  width: 1px;
  top: 4px;
  bottom: 3px;
  left: 0;
  background-color: rgba(229, 229, 229, 0.1);
}
.store-03-css .view-all-apps {
  font-size: 14px;
  color: #CCCCCC;
  cursor: default;
  position: relative;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  padding-left: 12px;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
}
.store-03-css .view-all-apps:hover {
  color: #E5E5E5;
}
.store-03-css .view-all-apps:before {
  content: "";
  position: absolute;
  width: 1px;
  top: 10px;
  bottom: 10px;
  left: 0;
  background-color: rgba(229, 229, 229, 0.1);
}
.store-03-css .sort-dropdown-wrapper {
  font-size: 14px;
  color: #CCCCCC;
  height: 100%;
  display: flex;
  align-items: center;
}
.store-03-css .sort-dropdown-wrapper h4 {
  margin-right: 12px;
}
.store-03-css .sort-dropdown {
  position: relative;
  min-width: 140px;
  cursor: default;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.store-03-css .sort-dropdown:hover .sort-dropdown-selected-item, .store-03-css .sort-dropdown.active .sort-dropdown-selected-item {
  color: #E5E5E5;
}
.store-03-css .sort-dropdown .sort-dropdown-selected-item {
  position: relative;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 12px;
  transition: 0.15s;
}
.store-03-css .sort-dropdown .sort-dropdown-selected-item i {
  margin: 5px;
  transition: transform .15s;
}
.store-03-css .sort-dropdown ul {
  background-color: #1A1A1A;
  line-height: 40px;
  list-style: none;
  border-left: 1px solid rgba(229, 229, 229, 0.1);
}
.store-03-css .sort-dropdown ul li {
  padding: 0;
  padding-left: 12px;
  padding-right: 40px;
  margin-left: -1px;
  background-color: #333333;
}
.store-03-css .sort-dropdown ul li:hover {
  color: #E5E5E5;
  background-color: #4D4D4D;
}
.store-03-css .sort-dropdown:before {
  content: "";
  position: absolute;
  width: 1px;
  top: 10px;
  bottom: 10px;
  left: 0;
  transition: 0.15s;
  background-color: rgba(229, 229, 229, 0.1);
}
.store-03-css .sort-dropdown {
  z-index: auto;
  transition: z-index 0.15s;
  transition-delay: 0.15s;
}
.store-03-css .sort-dropdown ul {
  opacity: 0;
  pointer-events: none;
  transition: 0.15s;
}
.store-03-css .sort-dropdown.active {
  z-index: 1;
}
.store-03-css .sort-dropdown.active:before {
  top: 0;
  bottom: 0;
}
.store-03-css .sort-dropdown.active .sort-dropdown-selected-item i {
  transform: rotate(-180deg);
}
.store-03-css .sort-dropdown.active ul {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 994px) {
  .store-03-css .appstore-shelf-header h1 {
    position: absolute;
    text-align: left;
    justify-content: flex-start;
    padding: 0 10px;
  }
}
.store-03-css .seo-content-section {
  background-color: #0D0D0D;
  max-width: 1673px;
  margin: auto;
  padding: 14px 24px 52px 0px;
  text-align: center;
  font-family: 'Lato-Regular';
}
@media (max-width: 1712px) {
  .store-03-css .seo-content-section {
    max-width: 1394px;
  }
}
@media (max-width: 1435px) {
  .store-03-css .seo-content-section {
    max-width: 1194px;
  }
}
@media (max-width: 1233px) {
  .store-03-css .seo-content-section {
    max-width: 955px;
  }
}
@media (max-width: 995px) {
  .store-03-css .seo-content-section {
    max-width: 716px;
  }
}
.store-03-css .seo-content-section h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
}
.store-03-css .seo-content-section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #CCCCCC;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.store-03-css .seo-content-section .seo-content-collapse {
  max-width: 660px;
  margin: auto;
  max-height: 48px;
  overflow: hidden;
  transition: max-height .2s ease;
}
.store-03-css .seo-content-section .seo-content-collapse.is-open p {
  display: block;
}
.store-03-css .seo-content-section .seo-content-collapse.is-open + .expend-content-btn .r-more {
  display: none;
}
.store-03-css .seo-content-section .seo-content-collapse.is-open + .expend-content-btn .r-less {
  display: block;
}
.store-03-css .seo-content-section .seo-content-collapse.is-open + .expend-content-btn::after {
  transform: rotate(0deg);
}
.store-03-css .seo-content-section .expend-content-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  color: #ffffff;
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  padding-left: 15px;
  margin-top: 24px;
  outline: none;
}
.store-03-css .seo-content-section .expend-content-btn:hover {
  color: #808080;
}
.store-03-css .seo-content-section .expend-content-btn:hover::after, .store-03-css .seo-content-section .expend-content-btn:hover::before {
  background-color: #808080;
}
.store-03-css .seo-content-section .expend-content-btn .r-less {
  display: none;
}
.store-03-css .seo-content-section .expend-content-btn::after, .store-03-css .seo-content-section .expend-content-btn::before {
  content: '';
  width: 9px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 1px;
  transition: transform 300ms ease;
}
.store-03-css .seo-content-section .expend-content-btn::after {
  transform: rotate(90deg);
}
.store-03-css .seo-content-section + .main-content-inner .appstore-shelf:first-child .appstore-shelf-header {
  display: none;
}
