
/* Header and Navigation */
.site-header {
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1000;
    position: relative;
}
#snet-header {
  transition: all 0.4s ease;
}
#snet-header.fixedh {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 15px 1px #d2d2d2;
  animation: sticky 0.4s ease forwards;
}
@keyframes sticky {
  from{
    transform: translateY(-100%)
  }
  to {
    transform: translateY(0);
  }
}
.main-nav .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.logo a {
    display: flex;
}

.logo img {
  max-width: 300px;
  height: 55px;
  object-fit: contain;
}


/* NEW */
.header {
  background: #fff;
  height: 60px;
  z-index: 9999;
  position: relative;
  display: none;
}
.header .container {
  position: relative;
  padding: 0;
  display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1400px;
    margin: auto;
    padding: 0 30px;
}
.header .container > * {
  position: static !important;
  padding: 0;
}
.header .container .logo a {
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 60px;
}
.header .container .menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .container .menu > ul > li {
  float: left;
}
.header .container .menu > ul > li:hover > a {
  background-color: rgba(255, 255, 255, 0.1);
}
.header .container .menu > ul > li:hover > div.sub-menu {
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
}
.header .container .menu > ul > li > a {
  font-size: 1em;
  letter-spacing: 1px;
  color: #23282d;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 60px;
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .container .menu > ul > li > a i {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 4px;
  transform: rotateY(38deg);
}
.header .container .menu > ul > li .sub-menu {
  position: absolute;
  height: 280px;
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  display: block;
  left: 0;
  right: 0;
  padding: 0;
  pointer-events: none;
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: 0 20px 15px rgb(54 84 86 / 24%);
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.header .container .menu > ul > li .icon-dropdown {
  width: auto !important;
}
.header .container .menu > ul > li .icon-dropdown i {
  line-height: 0;
  height: 10px;
  color: #fff;
  padding-right: 26px;
}
.cart-count {
  position: absolute;
  font-size: 13px;
  top: 10px;
  margin-left: 18px;
  color: #ffffff;
  font-weight: 400;
  background: #0eb2c5;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  border-radius: 20px;
}
.header .container .menu > ul > li .sub-menu.none-tab .content {
  width: 100%;
  display: block;
}
.header .container .menu > ul > li .sub-menu.none-tab .content .tab-panel-left > ul.categories {
  height: 100%;
  overflow-x: hidden;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
}
.header .container .menu > ul > li .sub-menu .tabs-icon {
  width: 30%;
  float: left;
  height: 100%;
}
.header .container .menu > ul > li .sub-menu .tabs-icon a {
  display: flex;
  height: calc(100% / 4);
  background-color: rgb(13, 177, 196);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 24px;
  text-align: left;
  padding: 0 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .container .menu > ul > li .sub-menu .tabs-icon a > * {
    height: 100%;
    align-content: center;
}
.header .container .menu > ul > li .sub-menu .tabs-icon a em {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
.header .container .menu > ul > li .sub-menu .tabs-icon a span {
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 5px;
}
.header .container .menu > ul > li .sub-menu .content {
  width: 70%;
  float: right;
  height: 100%;
  display: none;
}
.header .container .menu > ul > li .sub-menu .content[data-content=windows] {
  display: block;
}
.header .container .menu > ul > li .sub-menu .content > * {
  float: left;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-left, .user.menu .sub-menu .mega-links {
  width: 35%;
  height: 100%;
  background-color: #f7942f;
  padding: 10px 0;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-left > ul, .user.menu .sub-menu ul {
  list-style: none;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-left > ul.popular {
  height: 100%;
  border-bottom: 0px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-left > ul.popular > li > a i {
  font-size: 17px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-left > ul.categories {
  overflow-x: hidden;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-left > ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-left > ul::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-left > ul::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-left > ul > li > a, .user.menu .sub-menu li > a {
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 15px;
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-left > ul > li > a:hover, .user.menu .sub-menu li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right {
  width: 65%;
  height: 100%;
  background-color: #fff;
  padding: 20px;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list {
  text-align: left;
  color: #373737;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item {
  width: 30%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a {
  text-decoration: none;
  display: block;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a:hover .name {
  border-color: #ddd;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a:hover .name strong.title {
  color: #f7942f;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a:hover .image .img {
  transform: scale(1.1, 1.1);
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a .image {
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a .image .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a .image .time {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 0.8em;
  font-weight: 500;
  padding: 5px 8px;
  letter-spacing: 1px;
  border-radius: 2px;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a .image .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff3333;
  text-align: center;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a .image .icon i {
  font-size: 32px;
  color: #fff;
  display: inline-block;
  margin-top: 8px;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a .name {
  text-align: left;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a .name span.cat {
  display: block;
  font-size: 0.86em;
  color: #777;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a .name strong.title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 1em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a .name p.capt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.9em;
  color: #888;
  margin: 0;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a .name .license {
  font-size: 0.92em;
  font-weight: 500;
  margin-top: 5px;
  display: block;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a .name .license.free {
  color: #1aff1a;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a .name .license.paid {
  color: #cc0000;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a .name .rating {
  position: absolute;
  right: 0;
  bottom: 9px;
}
.header .container .menu > ul > li .sub-menu .content .tab-panel-right .list .item a .name .rating i {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
  color: #777;
}
.header .container .search {
  position: relative;
  width: 80%;
  line-height: 60px;
}
.header .container .search input,
header .search input {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #23282d;
  width: 100%;
  border: 1px solid #5bcdda;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 110px 10px 25px;
  border-radius: 10px;
  letter-spacing: 1px;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .container .search input::-webkit-input-placeholder {
  color: rgb(65, 65, 65);
}
.header .container .search input::-moz-placeholder {
  color: rgb(65, 65, 65);
}
.header .container .search input:-ms-input-placeholder {
  color: rgb(65, 65, 65);
}
.header .container .search input:-moz-placeholder {
  color: rgb(65, 65, 65);
}
.header .container .search input:focus {
  background-color: rgb(184, 240, 255);
  padding: 10px 140px 10px 40px;
}
.header .container .search button,
header .search button {
  background-color: transparent;
  outline: none;
  border: 0 solid;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 0 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .container .search button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header .container .search button i {
  color: #23282d;
  line-height: 60px;
}
.header .container .user {
  width: 20%;
}
.header .container .user .icon a {
  text-decoration: none;
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .container .user .icon a i {
  color: #23282d;
  line-height: 60px;
}
.header .container .user .icon a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header .container .search,
.header .container .user {
  float: left;
}

/* SCHOOLS */
.sub-menu .school-grid {
  display: flex !important;
  gap: 10px;
}
.sub-menu .school-grid .featured-sch {
  flex: 1 !important;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.sub-menu .school-grid .cover-img {
  height: 120px;
}
.sub-menu .school-grid .title-section {
  padding-top: 1px !important;
}
.sub-menu .school-grid .title-section h4 {
  font-size: 14px;
}
.sub-menu .school-grid .title-section p {
  font-size: 12px;
}
.sub-menu .school-grid .title-section .btn-three{
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}
.sub-menu .school-grid .btn-one {
    font-size: 13px;
}
.sub-menu .school-grid .btn-one span img {
  display: none;
}

.header .container .menu > ul > li .sub-menu .content[data-content="ios"] .tab-panel-left { width: 70% !important; }
.header .container .menu > ul > li .sub-menu .content[data-content="ios"] .tab-panel-right { width: 30% !important; }
.header .container .menu > ul > li .sub-menu .content[data-content="ios"] .tab-panel-left .categories { column-count: 2; }

/* Header Search */
#sch-search {
    position: relative;
    margin-right: 30px;
}
.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}
.search-results a.search-result {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    transition: .3s ease;
}
.search-results a.search-result:hover {
  background: #d7fbff;
}
.search-results a.search-result img {
    width: 95px;
    height: auto;
    margin-right: 10px;
    float: left;
}
.search-results a.search-result span {
    display: block;
    font-weight: 400;
    line-height: 16px;
    font-size: 14px;
}
.search-results a.search-result small {
    display: block;
    color: #666;
    line-height: 16px;
    margin-top: 7px;
}
.search-results a.view-all {
    padding: 7px 22px;
    text-align: center;
    background: #f7942f;
    text-decoration: none;
    color: #ffffff;
    border-radius: 4px;
    display: flex;
    width: fit-content;
    margin: 20px auto;
    line-height: 22px;
}
.search-results p {
    padding: 10px;
    text-align: center;
    color: #999;
}

/* User Dropdown */
.flegap {
  gap: 5px;
  display: flex;
}
.user.menu .fa-solid {
  margin-top: 23px;
}
.user.menu .sub-menu.container {
    right: 0 !important;
    left: auto !important;
    min-width: 250px !important;
    height: auto !important;
}
.user.menu .sub-menu .mega-links {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.user.menu .sub-menu ul {
  margin: 0 !important;
  padding: 0 !important;
}
.user.menu .sub-menu li > a {
  text-align: left !important;
  cursor: pointer;
}

/* Dropdown Buttons */
.resource-bts {
  text-align: left;
}
.resource-bts > a {
  color: #fff;
  background: #0eb2c5;
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 4px;
  display: inline-block;
  cursor: pointer;
  transition: .3s ease;
}
.resource-bts > a:nth-child(2) {
  background: darkgoldenrod;
}
.resource-bts > a:nth-child(3) {
  background: darkolivegreen;
}
.resource-bts > a:nth-child(4) {
  background: mediumorchid;
}
.resource-bts > a:hover {
  background: #23282d;
}


@media( min-width: 990px  ){
  .desktop-header {
    display: block;
  }
  .mobile-header {
    display: none;
  }
}

/* MOBILE HEADER */
.section__header {
  padding: 5px 30px 35px;
  position: relative;
  background: #fff;
  z-index: 999;
}
.section__header .logo img {
  text-decoration: none;
  width: 200px;
}
.section__header .nav-main ol,
.section__header .nav-main ul {
  list-style-type: none;
  margin-left: 0;
}
.nav__container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #0eb2c5;
  max-height: 0;
  overflow: hidden;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  transition: max-height 0.6s ease;
}
.nav__container.open {
  max-height: auto;
}

.nav a {
  display: inline-block;
  width: 100%;
  padding: 20px 30px;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1em;
  position: relative;
  transition: background 0.4s ease;
}
.nav a:hover {
  background: #71d6e1;
}
.nav .dropdown-toggle {
  position: relative;
}
.nav .dropdown-toggle.open:before {
  transform: rotate(225deg) translateY(-50%);
}
.nav .dropdown-toggle:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  transform: rotate(45deg) translateY(-50%);
  right: 35px;
  transition: transform 0.4s ease;
}
.nav .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  background: #71d6e1;
  transition: max-height 0.6s ease;
}
.nav .dropdown-menu.open {
  max-height: auto;
}
.nav .dropdown-menu a {
  font-size: 14px;
  padding: 15px 30px;
}
.nav .dropdown-menu li:first-child {
  padding-top: 10px;
}
.nav .dropdown-menu li:last-child {
  padding-bottom: 10px;
}

.btn__toggle {
  font-size: 8px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  outline: none;
  background: #0eb2c5;
  color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  padding-top: 27px;
  position: absolute;
  top: -35px;
  bottom: 0;
  margin: auto;
  right: 30px;
  z-index: 1;
  transition: background 0.6s ease, color 0.6s ease;
}
.btn__toggle.open span:nth-child(1), .btn__toggle.open span:nth-child(4) {
  opacity: 0;
}
.btn__toggle.open span:nth-child(2) {
  transform: rotate(45deg);
}
.btn__toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.btn__toggle span {
  display: block;
  height: 2px;
  width: 26px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.6s ease;
}
.btn__toggle span:nth-child(1) {
  top: 12px;
}
.btn__toggle span:nth-child(2), .btn__toggle span:nth-child(3) {
  top: 18px;
}
.btn__toggle span:nth-child(4) {
  top: 25px;
}
.search-row {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: space-between;
    left: 0;
    bottom: 0;
    align-items: baseline;
    padding: 0 30px 5px;
}
.search-row .user.menu .sub-menu.container {
  position: absolute;
  display: none;
}
.search-row .user.menu .sub-menu.container {
  position: absolute;
  max-height: 0;
  overflow: hidden;
  background: #71d6e1;
  transition: max-height 0.6s ease;
}
.search-row .user.menu .sub-menu.container.open {
  max-height: 500px;
}
.search-row ul, .search-row li { list-style-type: none; }
header .search input {
  padding: 4px 24px !important;
  border-radius: 4px !important;
}
header .search button {
  bottom: 0;
}
.user.menu .sub-menu.container.open {
  display: block !important;
}

.page-header {
  height: 300px;
  background-size: cover;
  background-position: center;
}
.page-header .wrapper {
  height: 100%;
  position: relative;
}
.page-header .wrapper h1.page-title {
  bottom: 0;
  position: absolute;
  bottom: 0;
  position: absolute;
  color: #fff;
  margin-bottom: 50px;
}

.woo-prompts {
  bottom: 0;
  display: flex;
  position: absolute;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 15px;
}
.woo-prompts > a {
  background: #33b4c3;
  padding: 10px 30px;
  color: #fff;
  border-radius: 6px;
  transition: .3s ease;
  cursor: pointer;
}
.woo-prompts > .start-selling {
  background: #f7942f;
}
.woo-prompts > a:hover {
    background: #424242;
}
.woo-prompts > a i {
  margin-right: 10px;
}
body.woocommerce h1.page-title {
  position: relative !important;
  bottom: auto !important;
  height: 80px !important;
  margin: 0 !important;
  padding-top: 10% !important;
  overflow: visible !important;
}