p {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #000;
}
iframe.video,
video {
  width: 100%;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
  display: flex;
}
iframe.video {
  min-height: 195px;
}
.player {
  padding: 1rem 1rem 0.5rem;
  align-items: center;
}
.player,
.player .actions {
  display: flex;
}
.player .link {
  font-size: 1.6rem !important;
  line-height: 1;
}
.player .link.pause,
.player .link.play {
  display: none;
}
.player .link.pause.visible,
.player .link.play.visible {
  display: block;
  color: #000;
}
.player > .timeline {
  padding: 0 0.75rem;
  flex: 1;
}
.player > .duration {
  font-size: 1rem !important;
  font-weight: 500;
  margin-right: 0;
  min-width: 45px;
  text-align: right;
}
.justify-content-center {
  justify-content: center;
}
.floated.left {
  float: left !important;
}
.floated.right {
  float: right !important;
}
.aligned.right {
  text-align: right !important;
}
.ui.form .field > .floating.selection.dropdown {
  border-radius: 100px !important;
}
.ui.form .field > .floating.selection.dropdown .menu {
  border-radius: 1rem !important;
}
.ui.form .field > .floating.selection.dropdown > .label {
  border-radius: 100px;
}
.ui.star.rating .active.icon {
  color: #ffbc00 !important;
  text-shadow: none !important;
}
.image.rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image.rating svg {
  flex: 1;
  max-width: 18px;
  margin: 0 0.2rem;
  width: 100%;
}
.ui.button.yellow {
  background: #ffe73e !important;
  color: #000 !important;
}
.ui.button.yellow:hover {
  background: #ffba20 !important;
  color: #000 !important;
}
.ui.button.white,
.ui.button.white:hover {
  background: #fff !important;
  color: #000 !important;
}
.circular-corner {
  border-radius: 500px !important;
}
#cart-checkout .payment-methods .items,
#top-menu .dropdown.cart .items .item .subcontent input,
.rounded-corner,
.selection-title .menu a {
  border-radius: 1rem !important;
}
.ui.message.white {
  background: #fff;
}
.ui.pagination.menu {
  border-radius: 500px;
}
.ui.pagination.menu .item {
  font-size: 1.1rem;
}
h2 {
  font-size: 1.5rem;
}
a {
  opacity: 1 !important;
  color: #000;
  cursor: pointer;
}
.bold,
strong {
  font-weight: 600;
}
.overflow-hidden {
  overflow: hidden;
}
input.error {
  background: #fff6f6 !important;
  border-color: #e0b4b4 !important;
  color: #9f3a38 !important;
}
body,
html {
  height: auto !important;
  background: #f9f9f9;
  max-width: 1600px;
  margin: 0 auto;
}
.main.container {
  width: 100% !important;
  background: #fff;
  margin: 0 auto !important;
}
#maintenance-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#maintenance-page .row {
  flex-direction: column;
}
#maintenance-page .timeout-wrapper {
  display: flex;
  margin-bottom: 3rem;
  font-size: 1.5rem;
  justify-content: center;
  align-items: center;
}
#maintenance-page .timeout-wrapper .item {
  margin: 0.5rem;
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
  color: #fff;
  line-height: 1;
  border-radius: 1rem;
}
#maintenance-page .timeout-wrapper .item .text {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
}
#maintenance-page .timeout-wrapper .item .count {
  font-size: 2rem;
}
#maintenance-page .ui.header {
  font-size: 2rem;
  margin: auto;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
#maintenance-page .ui.header.sub {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #cadcea;
  text-transform: capitalize;
}
#maintenance-page .logo {
  margin-bottom: 2rem;
}
#maintenance-page .logo img {
  max-width: 300px;
  height: auto;
  width: 100%;
}
#maintenance-page .more {
  margin: 5rem auto 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
#maintenance-page .more .content {
  max-width: 800px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
}
.center.aligned {
  text-align: center;
}
.left.aligned {
  text-align: left;
}
.right.aligned {
  text-align: right;
}
.buttons.spaced {
  display: flex;
}
.buttons.spaced .button {
  flex: 1;
}
.buttons.spaced .button.basic {
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}
.buttons.spaced .button:not(:last-child) {
  margin-right: 0.5rem;
}
.display-flex {
  display: -ms-flex;
  display: flex;
}
.custom.divider {
  border-bottom: 5px solid #2185d0 !important;
  margin: 1rem -1rem;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-flex,
.dropdown-wrapper {
  display: flex !important;
}
.d-inline-block {
  display: inline-block;
}
[v-cloak] {
  display: none;
}
[vhidden] {
  visibility: hidden;
}
.d-flex,
.dropdown-wrapper {
  display: flex;
}
#blog .post .column.left .related-posts .card .content,
#blog .posts .column .card .content,
#body .card.product .content,
#top-menu .ui.dropdown .left.menu,
.borderless,
.home-items .content,
.selection-title .menu {
  border: none !important;
}
#body .card,
.selection-title .menu,
.shadowless,
.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row,
.ui.celled.grid > .row > .column {
  box-shadow: none !important;
}
#top-menu .dropdown.cart .items .item,
#top-menu .user > .left.menu > div.item,
#top-menu .user > .left.menu a.item,
.radiusless,
.selection-title .menu {
  border-radius: 0 !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.capitalize {
  text-transform: capitalize !important;
}
img {
  max-width: 100%;
}
.divider.fluid {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.ui.card > :last-child,
.ui.cards > .card > :last-child {
  border-radius: 0;
}
.ui.secondary.menu .active.item {
  background: transparent;
  font-weight: 600;
}
span.tag {
  color: #fff;
  display: block;
}
span.tag.red {
  background: #ff3e4d !important;
  color: #fff !important;
}
span.tag.yellow {
  background: linear-gradient(90deg, #ffd366, #ffc73e, #ffb500) !important;
  background: #ffc12a;
  color: #000;
}
span.tag.blue {
  background: #00a5ef !important;
  color: #fff !important;
}
span.tag.teal {
  background: #009688 !important;
  color: #fff !important;
}
span.tag.green {
  background: #00ad50 !important;
  color: #fff !important;
}
.button.silver {
  background: silver;
  color: #fff;
}
.button.silver:active,
.button.silver:focus,
.button.silver:hover {
  color: #fff;
  font-weight: 700;
}
.button.tumblr {
  background: #44546a;
  color: #fff;
}
.button.tumblr:hover {
  background: #394659;
  color: #fff;
}
.button.white {
  background: #fff !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.button.white.basic {
  border: 1px solid silver !important;
}
.button.white:hover {
  font-weight: 700 !important;
}
.action img {
  width: 25px;
  pointer-events: none;
}
.action img.heart:not(.outline) {
  display: none !important;
}
.action.like {
  padding: 0;
}
.action.like i.heart {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.action.like i.heart.active {
  color: #ff4646;
}
.action.like.active .heart.outline {
  display: none !important;
}
.action.like.active .heart:not(.outline) {
  display: block !important;
}
.action:not(.like) {
  background: #f8f9fd;
  padding: 0 !important;
  height: 40px !important;
  border-radius: 100px;
  border: 1px solid #eaeaea;
}
#body {
  margin: auto;
  background: #fff;
  max-width: 100%;
}
#body .card {
  position: relative !important;
}
#body .card.product {
  border-radius: 1rem !important;
  overflow: hidden;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  z-index: 9;
}
#body .card.product .promo-count {
  color: #31b4ca;
}
#body .card.product .ui.corner.label,
#body .card.product .ui.corner.label i {
  color: #fff !important;
}
#body .card.product .ui.corner.label.on-sale:after {
  border-top-color: #46b47a;
}
#body .card.product .ui.corner.label.on-sale i {
  transform: rotate(30deg);
}
#body .card.product .ui.corner.label.on-sale i:before {
  content: "\F0E7";
}
#body .card.product .ui.corner.label.trending:after {
  border-top-color: #4a77ab;
}
#body .card.product .title a {
  display: block;
  font-size: 1.1rem;
}
#body .card.product:hover .cover img {
  filter: brightness(0.9);
}
#body .card.product .rating {
  font-size: 1.2rem;
}
#body .card.product .content {
  padding: 0.5rem 1rem;
}
#body .card.product .content.p-1-hf {
  border-top: 1px solid #f1f1f1 !important;
}
#body .card.product .content.cover {
  position: relative;
  text-align: center;
  padding: 1rem 0 !important;
  background: #fff;
  display: block;
  border-bottom: 0.2rem dotted #e3e3e3 !important;
}
#body .card.product .content.cover a {
  display: block;
}
#body .card.product .content.cover img {
  max-width: calc(100% - 2rem);
  border-radius: 1rem;
  margin: 0 auto;
}
#body .card.product .content.cover.preview {
  padding: 0 !important;
  border-bottom: none !important;
}
#body .card.product .content.bottom {
  height: 55px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  border-top: 1px solid #f1f1f1 !important;
}
#body .card.product .content.bottom > div {
  height: 55px;
  flex: 1;
  padding: 0.85rem;
  align-items: center;
  display: flex;
  min-width: 40px;
}
#body .card.product .content.bottom > div:not(.price-wrapper) {
  flex: none;
  margin-left: auto;
  justify-content: center;
}
#body .card.product .content.bottom > div.action {
  cursor: pointer;
}
#body .card.product .content.bottom > div.out-of-stock {
  font-weight: 600;
  width: 100%;
  background: #fff;
}
#body .card.product .content.bottom .price-wrapper.has-promo .price {
  text-decoration: line-through;
}
#body .card.product .content.bottom .price-wrapper.has-promo .promo-price {
  font-weight: 700;
  color: #12973b;
  line-height: 1;
}
#body .card.product .title {
  color: #292929;
  font-weight: 600;
  padding: 1rem !important;
  text-align: center;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #fff !important;
}
#body .card.product .title.padded {
  padding: 3rem 1rem !important;
}
#body .card.product .title > div {
  text-align: center;
  margin: auto;
}
#body .card.product .title a {
  max-width: 250px;
  margin: auto;
}
#body .card.product .category,
#body .card.product .price {
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  font-weight: 700;
  color: #000;
  display: block;
  float: left;
  border-radius: 0.25rem;
  cursor: default;
  position: relative;
  line-height: 1;
  min-width: 73px;
  text-align: center;
}
#body .card.product .price {
  padding: 0;
  text-align: left;
}
#body .card.product .category {
  font-size: 1.3rem;
  color: #000;
  text-align: center;
  display: inline-block;
  margin: 1rem auto 0;
  font-weight: 500;
  float: none;
  padding: 0.65rem 1rem 0.4rem;
  border-radius: 0.8rem;
  background: #fff14a;
}
#body .card.product .price.free.paid:after,
#body .card.product .price.free.paid:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 100%;
  width: 2px;
  background: hsla(0, 0%, 100%, 0.45);
  transform: rotate(45deg);
  border-radius: 10px;
}
#body .card.product .price.free.paid:after {
  transform: rotate(-45deg);
}
#body .card.audio .content.top {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 1.2rem;
  border-bottom: 0.2rem dotted #e3e3e3 !important;
}
#body .card.audio .content.top .cover img {
  border-radius: 1rem;
  width: 140px;
  height: 140px;
  min-width: 140px;
}
#body .card.audio .content.top .cover a {
  display: block;
}
#body .card.audio .content.top .info {
  flex: 1;
  padding: 0 1rem;
}
#body .card.audio .content.top .info span {
  margin: 0.5rem 0;
  display: block;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}
#body .card.audio .content.top .info span.author {
  font-weight: 600;
  word-break: break-all;
}
#body .card.audio .player {
  background: #fff;
  margin-top: 1rem;
  margin-bottom: -1rem;
}
#body .card.ebook .content.top {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 1.2rem;
  border-bottom: 0.2rem dotted #e3e3e3 !important;
}
#body .card.ebook .content.top .cover {
  width: 40%;
}
#body .card.ebook .content.top .cover img {
  border-radius: 1rem;
}
#body .card.ebook .content.top .cover a {
  display: block;
}
#body .card.ebook .content.top .info {
  flex: 1;
  padding: 0 1rem;
}
#body .card.ebook .content.top .info span {
  margin: 0.5rem 0;
  display: block;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}
#body .card.ebook .content.top .info span.author {
  font-weight: 600;
}
#body .card.graphic .content.cover.preview,
#body .card.type-- .content.cover.preview,
#body .card.video .content.cover.preview {
  padding: 0 !important;
  border-bottom: none !important;
}
#body .card.graphic .content.cover .image {
  width: calc(100% - 2rem);
  height: 180px;
  margin: auto;
  border-radius: 1rem;
  background-position: top;
  background-size: contain;
  background-repeat: round;
}
#body .cards.masonry {
  display: grid;
  grid-gap: 10px 21px;
  grid-template-columns: repeat(auto-fill, minmax(auto, 1fr));
  grid-auto-rows: 20px;
}
#body .cards.masonry .card {
  width: 100%;
}
#body .cards.masonry.six {
  grid-template-columns: repeat(6, minmax(auto, 1fr));
}
#body .cards.masonry.five {
  grid-template-columns: repeat(5, minmax(auto, 1fr));
}
#body .cards.masonry.four {
  grid-template-columns: repeat(4, minmax(auto, 1fr));
}
#body .cards.masonry.three {
  grid-template-columns: repeat(3, minmax(auto, 1fr));
}
#body .cards.masonry.two {
  grid-template-columns: repeat(2, minmax(auto, 1fr));
}
#body .cards.masonry.one {
  grid-template-columns: repeat(1, minmax(auto, 1fr));
}
.label.white {
  background: #fff !important;
  color: #909090 !important;
}
.label.silver {
  background: silver !important;
  color: #fff !important;
}
.right.floated {
  float: right;
}
.dimmer.modals {
  overflow-y: auto;
}
#vertical-divider {
  position: relative;
  height: 100%;
  padding: 0;
}
#vertical-divider:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ececec;
  z-index: 1;
}
#top-menu {
  background: transparent;
  border: none;
  height: 70px;
  max-width: 100vw;
  width: 100%;
  left: 0;
  margin: 0 auto;
  border-radius: 0;
  padding: 0;
  z-index: 9;
}
#top-menu .logo img {
  min-width: 180px;
  max-width: 200px;
  width: 100%;
}
#top-menu .wrapper {
  display: flex;
  max-width: 1300px;
  width: 100%;
  margin: auto;
}
#top-menu .user:hover {
  color: #116ca2;
}
#top-menu .user > .left.menu {
  min-width: 200px;
  background: linear-gradient(45deg, rgba(198, 27, 27, 0.93), #fc7f5a);
  border-radius: 1rem;
  margin-top: -1rem;
}
#top-menu .user > .left.menu > .item {
  color: #fff !important;
  font-weight: 400 !important;
  position: relative;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  margin: 0 !important;
}
#top-menu .user > .left.menu > .item:hover {
  background: #4e6365 !important;
}
#top-menu .user > .left.menu > .item:first-child {
  background: #fff !important;
  color: #000 !important;
  border-radius: 1rem 1rem 0 0 !important;
}
#top-menu .user > .left.menu > .item:first-child:hover {
  background: #fff !important;
  font-weight: 500 !important;
}
#top-menu .user > .left.menu > .item:last-child {
  background: #fff !important;
  color: #000 !important;
  border-radius: 0 0 1rem 1rem !important;
}
#top-menu .user > .left.menu > .item:last-child:hover {
  background: #fff !important;
  font-weight: 700 !important;
}
#top-menu .user > .left.menu > .item.earnings {
  cursor: default;
  font-size: 1.1rem !important;
  text-align: center;
  font-weight: 500 !important;
  padding: 1.25rem 1rem !important;
}
#top-menu .user > .left.menu .left.menu {
  top: -42px !important;
  border-radius: 0.5rem 0 0 0.5rem !important;
  background: #fff;
  box-shadow: -3px 0 5px 1px #d1d1d1 !important;
  min-width: 200px;
}
#top-menu .user > .left.menu .left.menu .item {
  position: relative;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  color: #000 !important;
}
#top-menu .user > .left.menu .left.menu .item:hover {
  background: #f7f7f7 !important;
}
#top-menu .user > .left.menu .left.menu .item:hover:after {
  visibility: hidden;
}
#top-menu .user > .left.menu .left.menu .item:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  height: 1px;
  width: 90%;
  background: #e0e0e0 !important;
}
#top-menu .user > .left.menu .left.menu .item:not(:last-child):after:hover {
  background: #ececec !important;
}
#top-menu .dropdown.cart {
  position: relative;
}
#top-menu .dropdown.cart .items-wrapper {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
#top-menu .dropdown.cart .menu {
  border-radius: 1rem;
  margin-top: -1rem !important;
  min-width: 300px;
  max-width: 300px;
  position: absolute;
  right: 0;
  top: 70px;
  margin-top: 0;
  visibility: hidden;
}
#top-menu .dropdown.cart .items .item {
  display: flex;
  width: 300px;
  cursor: text;
  margin: 0 !important;
}
#top-menu .dropdown.cart .items .item.checkout {
  justify-content: center;
  background: #f35353;
  cursor: pointer;
  color: #fff;
  border-radius: 0 0 1rem 1rem !important;
  width: 100%;
  margin: 0 !important;
  font-size: 1.28571429rem !important;
  font-weight: 700 !important;
  padding: 1rem;
}
#top-menu .dropdown.cart .items .item.checkout:active,
#top-menu .dropdown.cart .items .item.checkout:focus,
#top-menu .dropdown.cart .items .item.checkout:hover {
  background: #ed3838 !important;
  font-weight: 700 !important;
}
#top-menu .dropdown.cart .items .item:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
#top-menu .dropdown.cart .items .item:hover {
  font-weight: 400 !important;
}
#top-menu .dropdown.cart .items .item .content {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
#top-menu .dropdown.cart .items .item strong {
  cursor: pointer;
  text-align: left;
  font-weight: 600;
}
#top-menu .dropdown.cart .items .item strong:hover {
  color: #346894;
}
#top-menu .dropdown.cart .items .item .subcontent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#top-menu .dropdown.cart .items .item .subcontent input {
  width: 100%;
  border: 1px solid #dadada;
  box-shadow: none;
  padding: 0.35rem;
}
#top-menu .dropdown.cart .items .item .subcontent div {
  flex: 1;
  text-align: center;
}
#top-menu .dropdown.cart .items .item .subcontent div.price {
  flex: 2;
  text-align: left;
  color: #708090;
}
#top-menu .dropdown.cart .items .item .subcontent div.remove {
  text-align: right;
  cursor: pointer;
}
#top-menu
  .dropdown.cart
  .items
  .item
  .subcontent
  div.remove[disabled="disabled"] {
  cursor: default;
}
#top-menu
  .dropdown.cart
  .items
  .item
  .subcontent
  div.remove:not([disabled="disabled"]):hover
  i {
  font-weight: 700 !important;
}
#top-menu .dropdown.cart .items .item .image {
  background-position: bottom;
  background-size: cover;
  min-width: 50px;
  max-width: 50px;
  width: 100%;
  height: 50px;
  border-radius: 1rem;
}
#top-menu .dropdown.cart span {
  margin-left: 0.25rem;
}
#top-menu .dropdown.notifications .menu {
  border-radius: 1rem;
  margin-top: -1rem !important;
  width: 300px;
  position: absolute;
  right: 0;
  top: 70px;
  margin-top: 0;
  visibility: hidden;
}
#top-menu .dropdown.notifications .menu .items-wrapper {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
#top-menu .dropdown.notifications .menu .item {
  padding: 0.5rem;
  text-align: left;
  border-radius: 0;
  margin: 0 !important;
}
#top-menu .dropdown.notifications .menu .item:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}
#top-menu .dropdown.notifications .menu .item .image {
  width: 50px !important;
  min-width: 50px;
  height: 50px !important;
  background-position: bottom;
  background-size: cover;
  border-radius: 100px;
}
#top-menu .dropdown.notifications .menu .item p,
#top-menu .dropdown.notifications .menu .item time {
  font-size: 0.9rem;
}
#top-menu .dropdown.notifications .menu .item time {
  float: right;
}
#top-menu .dropdown.notifications .menu .item.all {
  padding: 1rem;
  text-align: center !important;
  justify-content: center;
  background: #0b93bc;
  border-radius: 0 0 1rem 1rem;
  font-weight: 700;
  color: #fff;
}
#top-menu .dropdown.notifications .menu .item.all:hover {
  background: #0fb5e7 !important;
  font-weight: 700;
}
#top-menu .dropdown.notifications .menu div.item {
  cursor: auto;
}
#top-menu .dropdown.categories .menu {
  border-radius: 1rem;
  margin-top: -1rem;
}
#top-menu .dropdown.search .menu {
  border-radius: 1rem;
  margin-top: -1rem !important;
  width: 300px;
  position: absolute;
  right: 0;
  top: 70px;
  margin-top: 0;
  visibility: hidden;
  background: transparent;
}
#top-menu .dropdown.search .menu .item {
  margin: 0;
  padding: 0;
}
#top-menu .dropdown.search .menu input {
  border-radius: 500px;
  border: none;
  font-size: 1.4rem;
}
#top-menu > .header {
  padding: 0 0 0 1rem !important;
  margin: 0;
  width: 180px;
}
#top-menu > .header img {
  width: 100%;
}
#top-menu .item {
  position: relative;
}
#top-menu .item:active,
#top-menu .item:focus,
#top-menu .item:hover {
  background: transparent !important;
  font-weight: 600 !important;
}
#top-menu > .right.menu > .item {
  cursor: pointer;
  display: flex;
  padding: 0 0.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 0.6rem;
}
#top-menu > .right.menu > .item span {
  margin-top: 0.5rem;
}
#top-menu > .right.menu > .item i {
  font-size: 1.3rem;
}
#top-menu > .right.menu > .item.search-icon {
  display: none;
}
#top-menu .right.menu > .item,
#top-menu > .item {
  height: 70px;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}
#top-menu .ui.dropdown .header {
  font-size: 1rem;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0;
  padding: 1rem;
  position: relative;
  color: #fff;
}
#mobile-search-bar {
  display: none !important;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 99;
  background: #fff;
  padding: 0.75rem;
  height: 60px;
  width: 100%;
}
#mobile-menu {
  position: fixed;
  top: 1rem;
  left: 10px;
  z-index: 10;
  background: #fff;
  border-radius: 1rem;
  margin: 0;
  box-shadow: none;
  border: 0;
  width: 310px;
  height: calc(100vh - 2rem);
  visibility: hidden;
  padding: 0.5rem;
  overflow-y: auto;
}
#mobile-menu .wrapper {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
#mobile-menu .item {
  font-size: 1.15rem;
  padding: 0.8rem 1rem;
  text-transform: capitalize;
  margin: 0 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.4;
  color: #3a3a3a;
  font-weight: 500;
}
#mobile-menu .item i {
  float: left !important;
  margin-left: 0;
  margin-right: 1rem;
}
#mobile-menu .item:not(:last-child) {
  border-bottom: 1px dashed #e9e9e9;
}
#mobile-menu .item:hover {
  background: transparent;
  font-weight: 700;
}
#mobile-menu .item:before {
  display: none;
}
#mobile-menu .body,
#mobile-menu .sub-body {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}
#mobile-menu .footer {
  margin: 8px -0.5rem -0.5rem;
  padding: 1rem;
  background: linear-gradient(-14deg, #002542, #004d8a);
  border-radius: 0 0 0.25rem 0.25rem;
}
#mobile-menu .footer i {
  font-size: 1.1rem;
}
#mobile-menu .footer p {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.9rem;
}
#mobile-menu .footer * {
  color: #fff;
}
#mobile-menu .footer .button {
  padding: 0.5rem;
}
#mobile-menu .footer .button:hover {
  background: #001a2f !important;
}
#mobile-menu-2 {
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  display: none;
  height: 70px;
}
#mobile-menu-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: linear-gradient(90deg, transparent, #b5b5b5, transparent);
}
#mobile-menu-2 > .item {
  color: #000 !important;
  font-weight: 600;
  padding: 0.75rem 0.5rem;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: auto 0;
  flex: 1;
}
#mobile-menu-2 > .item span {
  position: absolute;
  top: auto;
  right: auto;
}
#mobile-menu-2 > .item.ui.dropdown .menu {
  border-radius: 1rem !important;
  margin-bottom: 0.25rem;
}
#mobile-menu-2 > .item.ui.dropdown .menu .item {
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  display: block;
}
#mobile-menu-2 > .item.active,
#mobile-menu-2 > .item:active,
#mobile-menu-2 > .item:focus,
#mobile-menu-2 > .item:hover,
#mobile-menu-2 > .item:visited {
  background: #f5f5f5;
}
#mobile-menu-2 > .item .icon {
  margin-bottom: 0.25rem;
}
#mobile-menu-2 > .item svg {
  width: 32px;
  height: 32px;
}
#mobile-menu-2 > .item svg * {
  stroke: #565656 !important;
}
#blur {
  top: 0;
  height: 100%;
  background: rgba(36, 93, 153, 0.43);
  z-index: 8;
}
#blur,
#items-menu {
  position: fixed;
  left: 0;
  width: 100%;
}
#items-menu {
  top: 60px;
  background: #fff;
  z-index: 9;
  display: none;
}
#items-menu:after,
#items-menu:before {
  content: "";
  position: absolute;
  bottom: 20px;
  z-index: -1;
  height: 50%;
  width: 50%;
}
#items-menu:before {
  left: 0;
  box-shadow: 3px 11px 9px 3px grey;
  transform: rotate(-2deg);
}
#items-menu:after {
  right: 0;
  box-shadow: -3px 11px 9px 3px grey;
  transform: rotate(2deg);
}
#items-menu .categories {
  display: flex;
  white-space: nowrap;
  width: 100vw;
  overflow: hidden;
  height: 47px;
  text-align: left;
  background: #fff;
}
#items-menu .categories .wrapper > .item {
  display: inline-flex;
  margin: 0;
  padding: 0.5rem;
  color: #202020;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
}
#items-menu .categories .wrapper > .item:last-child {
  margin-right: 1rem;
}
#items-menu .categories .wrapper > .item:hover {
  font-weight: 700;
}
#items-menu .categories .wrapper > .item:not(:first-child) {
  margin-left: -0.25rem;
}
#items-menu .categories .wrapper > .item:not(:last-child):after {
  content: "";
  width: 1px;
  right: 0;
  height: 20px;
  top: 13.5px;
  left: auto;
  position: absolute;
  background: #dfdfdf;
}
#items-menu .categories .wrapper > .item > span {
  display: block;
  padding: 0.5rem;
  border: 1px solid #e8e8e8;
  border-radius: 0.25rem;
}
#items-menu .categories .wrapper > .item .items {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 99;
  min-width: 200px;
  left: 0;
  max-height: calc(100vh - 113px);
  overflow-y: auto;
}
#items-menu .categories .wrapper > .item .items .item {
  padding: 0.9rem;
  margin: 0;
  display: block;
  position: relative;
}
#items-menu .categories .wrapper > .item .items .item:not(:last-child):after {
  content: "";
  width: 100%;
  bottom: 0;
  height: 1px;
  background: #f7f7f7;
  z-index: 9;
  position: absolute;
  left: 0;
}
#items-menu .categories .wrapper > .item.active .items {
  display: block;
}
.items-menu.popup {
  background: #fff;
  position: fixed;
  z-index: 9;
  max-width: 200px;
  border-radius: 0 0 0.25rem 0.25rem;
  max-height: 260px;
  height: 100%;
  top: 107px !important;
}
.items-menu.popup a {
  padding: 0.5rem;
  display: block;
  color: #000;
  position: relative;
}
.items-menu.popup a span {
  display: block;
  padding: 0.5rem;
  border: 1px solid #e8e8e8;
  border-radius: 0.25rem;
}
.items-menu.popup a:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}
.items-menu.popup a:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 90%;
  background: #e8e8e8;
  left: 5%;
}
.items-menu.popup a.active {
  background: #fff;
  color: #000;
  font-weight: 700;
}
.items-menu.popup a:hover {
  font-weight: 700;
}
.items-menu.popup a:hover:after {
  visibility: hidden;
}
#menu-cover,
#top-search {
  border: none;
  position: relative;
  background-size: cover;
  background-position: bottom;
  z-index: 2;
  padding: 7rem 0 4rem;
  margin-top: -70px;
}
#menu-cover .column,
#top-search .column {
  margin-top: -2rem;
}
#menu-cover:before,
#top-search:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#menu-cover .categories,
#top-search .categories {
  display: none;
  margin: auto;
}
#menu-cover .categories .label,
#top-search .categories .label {
  color: #007ec1;
  border: 1px solid #007ec1;
}
#menu-cover .categories .label:hover,
#top-search .categories .label:hover {
  color: #fff;
  background: #007ec1;
}
#menu-cover .categories .label:last-child,
#top-search .categories .label:last-child {
  margin-right: 0;
}
#menu-cover form,
#top-search form {
  max-width: 500px;
  margin: 1rem auto auto;
  position: relative;
}
#menu-cover form input,
#top-search form input {
  border-radius: 100px;
  border: none;
}
#menu-cover h1,
#menu-cover h3,
#top-search h1,
#top-search h3 {
  padding: 0.5rem 1rem;
  background: transparent;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
}
#menu-cover h1,
#top-search h1 {
  margin-bottom: 0;
  max-width: 800px;
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 65px;
}
#menu-cover h3,
#top-search h3 {
  margin: 1rem auto;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
  white-space: nowrap;
}
#menu-cover .grid,
#top-search .grid {
  height: 100%;
}
#top-search {
  padding: 7rem 0 10rem;
}
#top-search .ui.grid {
  margin: 3rem 0 0 !important;
}
#mobile-top-search {
  display: none;
  z-index: 3;
  width: 100%;
  padding: 0.25rem 1rem;
  font-size: 1.2rem;
}
#mobile-top-search input {
  border-radius: 1rem;
  border: none;
}
#menu-cover {
  background-position: bottom;
  padding: 6rem 1rem !important;
  width: 100%;
}
#single-page {
  background: #fff;
  max-width: 1100px;
  margin: 80px auto 0;
  padding: 0 1rem;
}
#single-page .column {
  background: #fff;
  padding: 1rem 0;
  min-height: 80vh;
}
#single-page .title-wrapper {
  padding: 1rem;
  margin: 0 1rem;
  text-align: center;
}
#single-page .title-wrapper h1 {
  font-size: 2.8rem;
  text-align: center;
  color: #515151;
}
#single-page .page-content {
  margin-top: 2rem;
}
.section-title {
  text-align: center;
}
.home-items {
  background: #fff;
  padding: 0 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.home-items:first-child {
  margin-top: 2rem;
}
.home-items .ui.header {
  font-size: 1.875rem;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 2;
  color: #0e76c4;
}
.home-items .sub.header {
  font-size: 1.4rem !important;
  color: #4f4f4f !important;
  max-width: 800px;
  margin: 0.5rem auto !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}
.home-items .newest-item {
  padding: 0.75rem !important;
  max-width: 360px !important;
  width: 100%;
  border-radius: 1rem !important;
}
.home-items .newest-item .play {
  display: none;
}
.home-items .newest-item .card {
  border-radius: 1rem !important;
  overflow: hidden;
}
.home-items .newest-item .card .image {
  position: relative;
}
.home-items .newest-item .card .image .price {
  padding: 0.5rem 0.25rem 0.25rem;
  display: table;
  border-radius: 0.5rem;
  background: #fff;
  color: #000;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 1;
  font-size: 1.1rem;
}
.home-items .newest-item .card .content {
  border-top: 0.35rem solid #fff !important;
}
.home-items .newest-item .card .content .name {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.5;
}
.home-items .newest-item.ebook {
  max-width: 160px !important;
}
.home-items .newest-item.ebook .card {
  display: table;
}
.home-items .newest-item.ebook .card .content {
  display: none;
}
.home-items .newest-item.audio {
  max-width: 250px !important;
}
.home-items .newest-item.audio .play {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-items .newest-item.audio .play a {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 1rem 0.75rem 1rem 1.1rem;
  background: hsla(0, 0%, 100%, 0.8392156862745098);
  border-radius: 100px;
  align-items: center;
  justify-content: center;
}
.home-items .newest-item.audio .play a img {
  width: 30px;
  height: 30px;
}
.home-items .newest-item.audio .card .image {
  display: flex;
}
.home-items .newest-item .ui.items {
  display: flex;
  margin: 0 -0.5rem;
  justify-content: center;
  padding: 0 1rem;
  flex-wrap: wrap;
}
.home-items .newest-item .ui.items .item {
  margin: 0.5rem;
  width: 114px;
  height: 114px;
  background-size: cover;
  border-radius: 1rem;
  box-shadow: 0 6px 20.1px 4.9px rgba(94, 100, 117, 0.18);
  position: relative;
  z-index: 1;
}
.home-items .wrapper {
  max-width: 1100px;
  margin: auto;
}
.home-items .wrapper.newest .ui.items {
  display: flex;
  margin: 0 -0.5rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 1rem;
}
.home-items .wrapper.newest .ui.items .item {
  margin: 0.5rem;
  width: 114px;
  height: 114px;
  background-size: cover;
  background-position: top;
  border-radius: 3rem;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  position: relative;
}
.home-items .wrapper.newest .ui.items.six .item {
  width: 150px;
  height: 150px;
}
.home-items .wrapper.newest .ui.items.five .item {
  width: 170px;
  height: 170px;
}
.home-items .wrapper.newest .ui.items.four .item {
  width: 205px;
  height: 205px;
}
.home-items .wrapper.newest .ui.items.three .item {
  width: 260px;
  height: 260px;
}
.home-items .wrapper.newest .ui.items.ebook .item {
  width: 120px;
  height: 155px;
}
.home-items .wrapper.newest .ui.items.ebook.six .item {
  width: 145px;
  height: 180px;
}
.home-items .wrapper.newest .ui.items.ebook.five .item {
  width: 170px;
  height: 220px;
}
.home-items .wrapper.newest .ui.items.ebook.four .item {
  width: 205px;
  height: 270px;
}
.home-items .wrapper.newest .ui.items.ebook.three .item {
  width: 260px;
  height: 335px;
}
.home-items .wrapper.featured {
  margin-top: 7rem;
}
.home-items .wrapper.featured .ui.secondary.menu {
  padding: 1.25rem;
  font-size: 1.2rem;
  justify-content: center;
  border-radius: 1rem;
}
.home-items .wrapper.featured .ui.secondary.menu a {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}
.home-items .wrapper.featured .ui.secondary.menu a.active,
.home-items .wrapper.featured .ui.secondary.menu a:hover {
  background: #ff4a4a;
  color: #fff;
}
.home-items .wrapper.featured .ui.doubling.cards {
  display: none !important;
}
.home-items .wrapper.featured .ui.doubling.cards.active {
  display: flex !important;
}
.home-items .wrapper.free .cards {
  justify-content: center;
  display: flex;
}
.home-items .wrapper.free .card {
  max-width: 166px;
}
.home-items .wrapper.free .image {
  background: transparent;
  padding: 0.5rem;
}
.home-items .wrapper.free .image .thumbnail {
  margin: auto;
  width: 150px;
  height: 150px;
  padding: 0.5rem;
  border-radius: 500px !important;
  overflow: hidden;
  background-position: 50%;
  background-size: cover;
}
.home-items .wrapper.free .title {
  font-weight: 600;
  text-align: center;
  margin-top: 0.5rem;
}
.home-items .wrapper.pricing .cards {
  justify-content: center;
}
.home-items .wrapper.pricing .card {
  background: transparent;
  box-shadow: none !important;
}
.home-items .wrapper.pricing .card .contents {
  width: calc(100% - 50px);
  background: #fff;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  border-radius: 1rem !important;
  position: relative;
  height: 100%;
  margin-left: auto;
  min-height: 300px;
  padding-bottom: 100px;
}
.home-items .wrapper.pricing .card .content.description div {
  padding: 0.5rem 0.75rem;
  font-size: 1.2rem;
  line-height: 1.5 !important;
}
.home-items .wrapper.pricing .card .content.description div i {
  margin-right: 1rem;
}
.home-items .wrapper.pricing .card .content.description div:not(:last-child) {
  border-bottom: 2px dashed #e8e8e8;
}
.home-items .wrapper.pricing .card .content.price {
  font-size: 2.2rem !important;
  text-align: center;
  font-weight: 800;
  color: #313434;
  padding: 3.5rem 1rem 2rem;
  line-height: 1;
}
.home-items .wrapper.pricing .card .content.price span {
  display: block;
  margin-top: 0.75rem;
  font-size: 1.1rem;
}
.home-items .wrapper.pricing .card .content.buy {
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 1.5rem;
  width: 100%;
}
.home-items .wrapper.pricing .card .content.buy a {
  color: #fff;
  font-weight: 600;
  margin: auto;
  border-radius: 1rem;
  font-size: 1.3rem;
  padding-bottom: 0.75rem;
  padding-top: 1rem;
}
.home-items .wrapper.pricing .card .content.buy a:hover {
  filter: drop-shadow(0 0 3px grey);
}
.home-items .wrapper.pricing .card .name {
  padding: 1rem;
  position: absolute;
  right: 100%;
  top: 50px;
  width: 50px;
  min-height: 180px;
  text-align: center;
  display: flex;
  border-radius: 1rem 0 0 1rem;
  color: #fff;
}
.home-items .wrapper.pricing .card .name span {
  font-size: 1.6rem;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-weight: 600;
  right: -3px;
  letter-spacing: 1px;
}
.home-items .wrapper.posts {
  margin-top: 7rem;
  margin-bottom: 2rem;
}
.home-items .wrapper.posts .card {
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  border-radius: 1rem !important;
  overflow: hidden;
}
.home-items .wrapper.posts .card .content.description {
  padding: 0.5rem 1rem 1rem !important;
  font-size: 0.9rem;
  color: grey;
}
.home-items .wrapper.posts .card .content.metadata {
  display: flex;
  align-items: center;
}
.home-items .wrapper.posts .card .content.metadata .left {
  width: 90px;
  padding: 0.5rem;
  text-align: center;
  background: #ffe73a;
  border-radius: 0.75rem;
  font-weight: 700;
}
.home-items .wrapper.posts .card .content.metadata .right {
  flex: 1;
  padding: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1rem;
}
.home-items .wrapper.posts .card .content.action {
  padding: 0.5rem 1rem !important;
}
.home-items .pricing.container {
  padding: 2rem 1rem;
  margin: 4rem -1rem 0;
  background: #fcfcfc;
}
.home-items .pricing.container.no-items {
  margin: 2rem -1rem 4rem;
  background: #fff;
}
.home-items .content {
  padding: 0.5rem 1rem;
}
.selection-title .menu {
  background: transparent;
}
.selection-title .menu a:after,
.selection-title .menu a:before {
  display: none;
}
.selection-title .menu a {
  background: transparent !important;
  font-size: 18px;
  position: relative;
  color: #000 !important;
  padding: 0.5rem 1rem !important;
  border: 1px solid grey;
}
.selection-title .menu a:not(:last-child) {
  margin-right: 0.5rem;
}
.selection-title .menu a.active,
.selection-title .menu a:hover {
  font-weight: 700 !important;
  background: transparent !important;
  color: #000;
}
.selection-title .menu a.active span,
.selection-title .menu a:hover span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #ff4335, #ffcc31, #fff);
  border-radius: 100%;
}
#notifications {
  width: 100%;
  padding: 1rem;
  background: #f8f8ff;
  margin: -1rem auto 0 !important;
}
#notifications .column {
  background: #fff;
  border-radius: 0.5rem !important;
}
#notifications .column.items {
  min-height: 500px;
}
#notifications .column.items .items.unstackable {
  background: #f8f8ff;
  border-radius: 0.25rem;
}
#notifications .column.items .items.unstackable .item {
  padding: 1rem;
  text-align: left;
  border-radius: 0;
  margin: 0 !important;
  align-items: flex-end;
  min-height: 70px;
  background: #fafafa;
}
#notifications .column.items .items.unstackable .item > * {
  align-self: center;
}
#notifications .column.items .items.unstackable .item:not(:last-child) {
  border-bottom: 2px solid #fff;
}
#notifications .column.items .items.unstackable .item .image {
  width: 50px !important;
  height: 50px !important;
}
#notifications .column.items .items.unstackable .item time {
  color: #6f6f6f;
}
#notifications .column.items .items.unstackable .item.unread {
  background: #fff;
  font-weight: 600;
}
#notifications .column.items .items.unstackable .item:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}
#notifications .column.items .items.unstackable .item:last-child {
  border-radius: 0 0 0.5rem 0.5rem !important;
}
#footer {
  background: #2d2d2d;
  width: 100%;
  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
  z-index: 0;
}
#footer li {
  list-style-type: none !important;
  line-height: 1.9;
}
#footer .row.first {
  max-width: 1400px;
  margin: auto !important;
  width: calc(100% - 1rem) !important;
  text-align: center;
  flex-wrap: wrap;
}
#footer .row.first img {
  max-width: 200px;
}
#footer .row.first .column {
  flex: 1;
  min-width: 300px;
}
#footer .row.first .newsletter i {
  color: #000 !important;
}
#footer .row.first h4 {
  color: #fff !important;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}
#footer .row.first i {
  font-weight: 700;
}
#footer .row.first input {
  color: #000 !important;
  border-radius: 500px;
}
#footer li a,
#footer p {
  color: #fff !important;
  font-size: 1.2rem;
}
#footer .row.last {
  padding: 0.5rem 0;
}
#footer .row.last * {
  color: #fff !important;
}
#footer .row.last .menu {
  justify-content: center;
}
#footer .row.last .menu:first-child * {
  font-size: 1.1rem;
}
#footer .row.last .menu:last-child * {
  color: #8f9296 !important;
}
#footer .row.last .dropdown .menu {
  border: none;
  box-shadow: none;
  border-radius: 1rem !important;
  overflow: hidden;
}
#footer .row.last .dropdown .menu .wrapper {
  max-height: 196px;
  overflow: auto;
}
#footer .row.last .dropdown.currencies a,
#footer .row.last .dropdown.languages a {
  color: #000 !important;
}
#footer .row.last .dropdown.currencies .header,
#footer .row.last .dropdown.languages .header {
  font-size: 1rem !important;
  background: #0d72b9 !important;
  border-radius: 0;
  color: #fff !important;
  margin: 0 auto;
  padding: 1rem;
}
#footer .row.last .item:active,
#footer .row.last .item:focus,
#footer .row.last .item:hover {
  background: transparent !important;
  font-weight: 600;
}
#footer .row.last i {
  font-size: 1.4rem;
}
#footer .ui.message {
  border-radius: 100px;
  padding: 0.75rem !important;
}
#page-title {
  background: #fff;
  border-bottom: 1rem solid #f8f8ff;
  border-radius: 0.25rem 0.25rem 0 0;
}
#page-title .header {
  color: #000;
}
#page-title .item .content {
  align-self: center;
}
#items {
  padding: 0;
  background: #fff;
  max-width: 1300px;
  margin: 2rem auto !important;
}
#items i.tag {
  color: tomato;
}
#items .row {
  background: #fff;
}
#items .row:first-child .sub.header {
  line-height: 1.5;
}
#items .column.left {
  visibility: visible;
  width: 320px;
  max-width: 320px;
  z-index: 2;
  margin-right: 1rem;
  padding: 0;
}
#items .column.left .categories,
#items .column.left .filter.cities,
#items .column.left .filter.countries,
#items .column.left .price,
#items .column.left .tags {
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  border-radius: 2rem !important;
  overflow: hidden;
  padding: 2rem;
}
#items .column.left .categories *,
#items .column.left .filter.cities *,
#items .column.left .filter.countries *,
#items .column.left .price *,
#items .column.left .tags * {
  font-size: 1.1rem;
}
#items .column.left .categories .title,
#items .column.left .filter.cities .title,
#items .column.left .filter.countries .title,
#items .column.left .price .title,
#items .column.left .tags .title {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1.25rem 1.5rem 1rem;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 1.2rem;
  position: relative;
  background: #cd5aaa;
  border-radius: 100px;
  line-height: 1;
}
#items .column.left .filter.cities,
#items .column.left .filter.countries {
  overflow: visible;
}
#items .column.left .filter.cities .ui.dropdown,
#items .column.left .filter.countries .ui.dropdown {
  border-radius: 1rem !important;
}
#items .column.left .filter.cities .ui.dropdown .label,
#items .column.left .filter.countries .ui.dropdown .label {
  border-radius: 100px;
}
#items .column.left .filter.cities .ui.dropdown .menu,
#items .column.left .filter.countries .ui.dropdown .menu {
  border-radius: 1rem !important;
}
#items .column.left .categories .item {
  padding: 0.85rem 1rem;
}
#items .column.left .categories .item:hover {
  background: transparent;
  color: #414040 !important;
  font-weight: 700;
}
#items .column.left .categories .vertical.menu {
  border-radius: 1rem;
  overflow: hidden;
}
#items .column.left .categories .header {
  text-transform: capitalize;
}
#items .column.left .categories .category .children {
  display: none;
}
#items .column.left .categories .category.active .children {
  display: block;
  position: relative;
}
#items .column.left .categories .category.active .children .item {
  color: #727272;
}
#items .column.left .categories .category.active .children .item.active {
  background: transparent;
  color: #f90;
  font-weight: 700;
}
#items .column.left .categories .category.active .header span {
  color: #0789ba;
}
#items .column.left .tags .title:before {
  background: #ff5b5b;
}
#items .column.left .tags label span {
  position: relative;
  bottom: -2px;
}
#items .column.left .tags .item {
  padding: 0.85rem 1rem;
}
#items .column.left .tags .item:hover {
  background: transparent;
  color: #414040 !important;
  font-weight: 700;
}
#items .column.left .tags .vertical.menu {
  border-radius: 1rem;
  overflow: hidden;
  height: 300px;
  padding-right: 1rem;
}
#items .column.left .tags .vertical.menu:hover {
  padding-right: 0;
  overflow: auto;
}
#items .column.left .price .title:before {
  background: #e03997;
}
#items .column.left .price label {
  text-align: center;
}
#items .column.right {
  flex: 1;
  min-height: 100vh;
}
#items .column.right .ui.menu {
  overflow: auto;
}
#items .column.right .ui.menu.filter {
  min-height: 44px;
  font-size: 1.1rem;
  padding-bottom: 1rem;
}
#items .column.right .ui.menu.filter input {
  box-shadow: inset 0 0 0 1000px #fff !important;
  border: none;
}
#items .column.right .ui.menu.filter > .item {
  border-radius: 500px;
  background: #6a5acd;
  box-shadow: inset 0 0 0 3px #fff;
  border: 0.5px solid #6a5acd;
  font-weight: 500;
  color: #fff;
}
#items .column.right .ui.menu.filter > .item .active:not(.search),
#items .column.right .ui.menu.filter > .item:hover:not(.search) {
  background: #6e6d74;
  font-weight: 600;
  color: #fff;
}
#items .column.right .ui.menu.filter > .item .menu {
  margin-top: 0.5rem;
}
#items .column.right .ui.menu.filter > .item:not(:last-child) {
  margin-right: 0.5rem;
}
#items .column.right .ui.menu.filter > .item.search-form {
  margin-right: 0 !important;
  background: #fff;
  border: 1px solid #ececec;
}
#items .column.right .ui.menu.filter > .item.selected {
  background: #ff4e4e;
  color: #fff !important;
  font-weight: 700;
  border: 0.5px solid #ff4e4e;
}
#items .column.right .ui.menu.filter > .item.selected.active,
#items .column.right .ui.menu.filter > .item.selected:hover {
  background: #dc3f3f !important;
  color: #fff !important;
  font-weight: 700;
  border: 0.5px solid #dc3f3f;
}
#items .column.right .ui.menu.results {
  font-size: 1.2rem;
  margin: -1rem -1rem 0;
  padding: 1rem 1rem 0;
  align-items: center;
}
#items .column.right .ui.menu.results .item.header {
  padding: 1rem;
  font-size: 1.3rem;
  color: #484848;
}
#items .column.right .ui.menu.results .item.remove {
  background: #fff;
  border: 2px solid #d32c2c;
  color: #d32c2c;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 0.9rem;
  padding: 0.5rem !important;
  display: table;
  margin-right: 1rem;
  border-radius: 500px;
}
#items .column.right .ui.menu.results .item.remove:hover {
  background: #ffcc3b;
  color: #000;
  border-color: #ffcc3b;
}
#items .column.right .divider {
  border-color: #f3f3f3 !important;
  border-width: 0.5px;
}
#item {
  background: #fff;
  max-width: 1100px;
  margin: auto;
  padding: 1rem 1rem 0;
  overflow: hidden;
}
#item input {
  border-radius: 100px !important;
}
#item textarea {
  border-radius: 2rem !important;
}
#item .ui.licenses.dropdown {
  border-radius: 100px !important;
}
#item .ui.licenses.dropdown > .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
#item .ui.licenses.dropdown .menu {
  border-radius: 1rem !important;
}
#item #header {
  margin-bottom: 3rem;
}
#item #header .item {
  align-items: center;
  max-width: 90%;
  justify-content: center;
  margin: 0 auto;
}
#item #header img {
  border-radius: 2rem;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  max-width: 500px;
  width: 100%;
}
#item #header .column {
  align-items: center;
  display: flex;
  padding: 0;
}
#item #header .column,
#item #header .ui.items .item {
  justify-content: center;
}
#item #header .cover-wrapper {
  position: relative;
}
#item #header .cover-wrapper .out-of-stock {
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.5rem;
  background: hsla(0, 0%, 100%, 0.7607843137254902);
  color: #383838;
}
#item #header .cover-wrapper .ui.image {
  display: flex;
  align-items: center;
  flex: 1;
}
#item #header .cover-wrapper .ui.image img {
  border-radius: 1rem;
}
#item #header .cover-wrapper .video {
  flex: 1;
  border-radius: 2rem;
  overflow: hidden;
}
#item #header .cover-wrapper.type-ebook {
  max-width: 250px;
}
#item #header .cover-wrapper.type-- {
  max-width: 520px;
}
#item #header .cover-wrapper.type-audio {
  max-width: 420px;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#item #header .cover-wrapper.type-audio .audio-container {
  width: 100%;
}
#item #header .cover-wrapper.type-audio .audio-container .thumbnail img {
  max-width: 180px;
  max-height: 180px;
  margin: auto;
  display: block;
}
#item #header .cover-wrapper.type-audio .player {
  display: flex;
  padding: 1rem 1rem 0.5rem;
  align-items: center;
  flex-direction: column;
  width: 360px;
  margin: auto;
  max-width: 100%;
}
#item #header .cover-wrapper.type-audio .player .wave > wave {
  height: 80px !important;
}
#item #header .cover-wrapper.type-audio .player .link {
  font-size: 1.1rem !important;
  border: 1px solid silver !important;
  box-shadow: none !important;
}
#item #header .cover-wrapper.type-audio .player > .timeline {
  padding: 0;
  flex: 1;
  width: 100%;
}
#item #header .cover-wrapper.type-audio .player .actions {
  margin-top: 1rem;
}
#item #header .cover-wrapper.type-audio .player .duration {
  font-weight: 700;
  position: absolute;
  right: 45%;
  top: 38%;
  padding: 0.5rem 0.5rem 0.25rem;
  background: #fff;
  border-radius: 0.75rem;
}
#item #header .cover-wrapper.type-graphic img {
  max-height: 330px;
  width: auto;
}
#item #header .content {
  padding: 0 1rem;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  line-height: 1.5;
  flex: none;
}
#item #header .content .wrapper {
  margin: auto;
}
#item #header .content .header {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #4c4c4c;
  font-weight: 600;
  max-width: 400px;
}
#item #header .content .rating {
  font-size: 1.2rem;
}
#item #header .content .price.promotional {
  font-weight: 700;
}
#item #header .content .price.promotional p {
  margin: 0;
}
#item #header .content .price.promotional .reduced {
  color: #69b40f;
}
#item #header .content .price.promotional .normal {
  margin-left: 0.75rem;
  text-decoration: line-through;
}
#item #header .content .card.promo {
  box-shadow: none !important;
  text-align: left;
  font-weight: 600;
  border-radius: 0 !important;
  color: #69b40f;
  font-size: 1rem;
  margin-top: 0.25rem;
}
#item #header .content .wrapper > div:not(.header) {
  font-size: 1.2rem;
  display: table;
}
#item #header .content .wrapper > div:not(.header):not(:last-child) {
  margin-bottom: 0.75rem;
  border-bottom: 2px solid #ededed;
  padding-bottom: 0.5rem;
}
#item #header .content .wrapper .actions .buttons {
  flex-wrap: wrap;
}
#item #header .content .wrapper .actions .button {
  font-size: 1.2rem;
  padding: 1rem;
  white-space: nowrap;
  border-radius: 1rem;
  margin: 0.5rem 0.25rem;
  flex: none;
  font-weight: 600;
}
#item.video #header .cover-wrapper {
  max-width: 420px;
  width: 100%;
}
#item .l-side {
  font-size: 1.1rem;
  flex: 1;
  background: #fff;
  margin-right: 2rem !important;
}
#item .l-side .faq,
#item .l-side .hidden-content,
#item .l-side .reviews,
#item .l-side .support,
#item .l-side .table_of_contents {
  padding: 1rem;
  display: none;
  min-height: 700px;
}
#item .l-side .top.menu {
  background: #fff;
  padding: 1rem !important;
  margin: 0;
  position: relative;
  min-height: 70px;
  align-items: center;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
  border-radius: 100px;
  overflow: auto;
}
#item .l-side .top.menu .item.dropdown {
  display: none;
}
#item .l-side .top.menu .item {
  background: #fff;
  border-radius: 500px;
  font-size: 1.3rem;
  padding: 1rem;
  font-weight: 500;
}
#item .l-side .top.menu .item.active,
#item .l-side .top.menu .item:hover {
  background: #1e90ff;
  color: #fff;
  border: 0.5rem solid #fff;
}
#item .l-side .row.item {
  margin-top: 1.5rem;
}
#item .l-side .row.item .column {
  padding: 0;
}
#item .l-side .row.item .card {
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  border-radius: 2rem !important;
  overflow: hidden;
  padding: 1rem;
}
#item .l-side .row.item .card:not(:last-child) {
  margin-bottom: 1.5rem;
}
#item .l-side .row.item .card .content {
  border-top: none;
}
#item .l-side .row.item .card .content.features.body img,
#item .l-side .row.item .card .content.requirements.body img {
  width: auto;
}
#item .l-side .row.item .card img {
  width: 100%;
}
#item .l-side .row.item .card .content.images .ui.items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: -1rem !important;
  flex-wrap: wrap;
}
#item .l-side .row.item .card .content.images .item {
  cursor: pointer;
  background-size: cover;
  background-position: 50%;
  width: 97px;
  height: 97px;
  margin: 0.5rem;
  border-radius: 2rem;
}
#item .l-side .details {
  padding-top: 1rem;
}
#item .l-side .hidden-content {
  padding: 2rem !important;
  background: #fff;
  overflow: auto;
  border-radius: 2rem !important;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
}
#item .l-side .table_of_contents .segments {
  border: none;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  border-radius: 2rem !important;
  overflow: hidden;
}
#item .l-side .table_of_contents .segment.secondary {
  background: #f8f8ff;
  font-weight: 600;
}
#item .l-side .screenshots .ui.items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  border-radius: 2rem;
  overflow: hidden;
  padding: 1rem;
}
#item .l-side .screenshots .item {
  cursor: pointer;
  background-size: cover;
  background-position: 50%;
  width: 97px;
  height: 97px;
  margin: 0.5rem;
  border-radius: 2rem;
}
#item .l-side .reviews textarea {
  height: 80px;
  min-height: 80px;
}
#item .l-side .reviews .items {
  border-radius: 2rem;
  border: 1px solid #ededed;
}
#item .l-side .reviews .items h3 {
  margin-bottom: 0.25rem;
  text-transform: capitalize;
  font-size: 1.1rem;
}
#item .l-side .reviews .items .item:not(:last-child) {
  border-bottom: 1px solid #fff;
}
#item .l-side .reviews .items .item {
  display: flex;
  padding: 1rem !important;
}
#item .l-side .reviews .items .item .content {
  padding-left: 1rem;
  flex: 1;
}
#item .l-side .reviews .items .item .ui.label {
  padding: 0.25rem 0.35rem;
  font-weight: 400;
}
#item .l-side .reviews .items .item .rating {
  float: right;
}
#item .l-side .reviews .items .item .rating svg {
  width: 14px;
}
#item .l-side .reviews .items .ui.form {
  padding: 1rem 0 0 !important;
  border-top: 1px solid #e1e1e1;
}
#item .l-side .reviews .items .ui.form .ui.rating {
  font-size: 1.2rem;
}
#item .l-side .reviews .items:not(:first-child) {
  margin-top: 1rem;
}
#item .l-side .reviews .ui.image {
  width: 100%;
  max-width: 60px;
  height: 100%;
}
#item .l-side .support .ui.form.right.floated {
  display: flex;
  justify-content: center;
  align-items: normal;
}
#item .l-side .support textarea {
  height: 80px;
  min-height: 80px;
}
#item .l-side .support .label {
  border-radius: 100px;
}
#item .l-side .support .comments-wrapper .item {
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #f3f3f3;
}
#item .l-side .support .comments-wrapper h3 {
  margin-bottom: 0.5rem;
  text-transform: capitalize;
  font-size: 1.1rem;
  color: #516974;
}
#item .l-side .support .comments-wrapper .item:not(:last-child) {
  border-bottom: 1px solid #fff;
}
#item .l-side .support .comments-wrapper .children,
#item .l-side .support .comments-wrapper .parent {
  position: relative;
}
#item .l-side .support .comments-wrapper .children .main,
#item .l-side .support .comments-wrapper .parent .main {
  display: flex;
  padding: 1rem;
}
#item .l-side .support .comments-wrapper .children .content,
#item .l-side .support .comments-wrapper .parent .content {
  padding-left: 1rem;
  flex: 1;
  color: #8b8b8b;
  line-height: 1.3;
}
#item .l-side .support .comments-wrapper .children .content span.right.floated,
#item .l-side .support .comments-wrapper .parent .content span.right.floated {
  font-size: 0.9rem;
  color: #5e5f60;
}
#item .l-side .support .comments-wrapper:not(:first-child) {
  margin-top: 1rem;
}
#item .l-side .support .comments-wrapper .children {
  margin-top: 1rem;
  width: 95%;
  margin-left: auto;
}
#item .l-side .support .comments-wrapper .children .ui.image {
  max-width: 50px;
}
#item .l-side .support .comments-wrapper .children .main {
  padding-left: 2rem !important;
}
#item .l-side .support .ui.image {
  width: 100%;
  max-width: 60px;
}
#item .l-side .support .ui.image img {
  border-radius: 500px !important;
}
#item .l-side .support .extra {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  background: #f8f8ff;
  height: 46px;
}
#item .l-side .support .extra .count {
  margin-left: auto;
}
#item .l-side .support .extra .saved-reactions {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem !important;
  cursor: default;
  background: transparent !important;
}
#item .l-side .support .extra .saved-reactions.selected,
#item .l-side .support .extra .saved-reactions.visited,
#item .l-side .support .extra .saved-reactions:hover {
  background: transparent !important;
}
#item .l-side .support .extra .saved-reactions span {
  width: 25px;
  height: 25px !important;
  display: block;
  text-align: center;
  margin: 0 -0.2rem;
  background-position: 50%;
  background-size: contain;
  border: 3px solid #fff;
  border-radius: 100px;
  filter: contrast(1.1);
  cursor: pointer;
}
#item .l-side .support .like {
  margin-right: 1rem;
  padding: 0.35rem;
}
#item .l-side .support .like .menu {
  border-radius: 100px !important;
  box-shadow: none;
}
#item .l-side .support .like .reactions {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem !important;
  cursor: default;
  background: transparent !important;
}
#item .l-side .support .like .reactions.selected,
#item .l-side .support .like .reactions.visited,
#item .l-side .support .like .reactions:hover {
  background: transparent !important;
}
#item .l-side .support .like .reactions a {
  width: 35px;
  height: 35px !important;
  display: block;
  text-align: center;
  margin: 0 0.2rem;
  background-position: 50%;
  background-size: 170%;
  filter: contrast(1.1);
}
#item .l-side .support .like img {
  width: 25px !important;
  height: 25px !important;
}
#item .l-side .support .ui.form {
  display: flex;
  justify-content: flex-end;
  align-items: normal;
}
#item .l-side .card .content.images .column {
  width: auto !important;
  cursor: default;
}
#item .l-side .card .content.images .column span {
  padding: 0 0.5rem;
  border: 1px solid #ebebeb;
  display: flex;
  margin-right: -1rem;
  text-align: center;
  width: 100px;
  height: 100px;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
}
#item .l-side .card .content.images .column img {
  height: auto;
  width: auto;
  cursor: pointer;
}
#item .l-side .overview img {
  width: 80% !important;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  display: block;
}
#item .l-side #files-list {
  min-height: 700px;
}
#item .l-side #files-list .item {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 1.5rem;
  text-transform: capitalize;
  background: #f8f8ff;
  border-radius: 100px;
  font-weight: 600;
}
#item .l-side #files-list .item:not(:last-child) {
  margin-bottom: 0.5rem;
}
#item .r-side {
  visibility: visible;
  width: 340px;
  max-width: 100%;
  background: #fff;
}
#item .r-side .notes .item {
  line-height: 1.5 !important;
  font-weight: 500;
  color: #474747;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#item .r-side .card {
  border: none;
  border-radius: 2rem !important;
  overflow: hidden;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  padding: 1rem;
}
#item .r-side .card.item-details .header {
  padding: 0.85rem 1rem;
  border-radius: 100px;
  background: #ffdd63;
  text-align: center;
  color: #000;
  font-size: 1.5rem !important;
  font-weight: 600;
}
#item .r-side .card.item-details table {
  border: none;
}
#item .r-side .card.item-details table td,
#item .r-side .card.item-details table th {
  padding: 1rem 0;
}
#item .r-side .card.item-details table tr td:nth-child(odd) {
  width: 40%;
}
#item .r-side .card.item-details table tr td:nth-child(2n) {
  text-align: right;
  word-break: break-word;
}
#item .r-side .card.tags .header {
  padding: 0.85rem 1rem;
  border-radius: 100px;
  background: #ffdd63;
  text-align: center;
  color: #000;
  font-size: 1.5rem !important;
  font-weight: 600;
}
#item .r-side .card.tags .labels {
  margin: -0.25rem;
}
#item .r-side .card.tags .label {
  font-size: 1.2rem;
  font-weight: 500;
  background: #f8f8ff;
  border-color: #f8f8ff;
  padding: 0.75rem 1rem !important;
  margin: 0.25rem !important;
  text-transform: capitalize;
}
#item .r-side .card.share-on .header {
  padding: 0.85rem 1rem;
  border-radius: 100px;
  background: #ffdd63;
  text-align: center;
  color: #000;
  font-size: 1.5rem !important;
  font-weight: 600;
}
#item .r-side .card.share-on .buttons {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
#item .r-side .card.share-on .buttons .button {
  font-size: 1.5rem;
  flex: none;
  margin: 0.25rem;
  border-radius: 100px;
  background: #2185d0 !important;
  color: #fff !important;
}
#item .r-side .card.share-on .buttons .button:hover {
  background: #1b6dab !important;
}
#item.audio #header .cover-wrapper {
  width: 250px;
}
#item.audio #header .cover-wrapper img {
  width: 250px;
  height: 250px;
}
#item.audio #header .content {
  flex: none;
}
#reactions {
  background: transparent;
  box-shadow: none;
  max-width: 400px;
  width: 100%;
}
#reactions .header {
  border-radius: 1rem 1rem 0 0 !important;
  background: #f8f8ff;
}
#reactions .header .wrapper {
  display: flex;
}
#reactions .header .name {
  width: 45px;
  height: 45px !important;
  display: block;
  text-align: center;
  margin: 0.5rem 0.5rem 1rem;
  background-position: 50%;
  background-size: cover;
  border: 3px solid #fff;
  border-radius: 100px;
  filter: contrast(1.1);
  position: relative;
}
#reactions .header .name.active {
  color: #2f86b9;
}
#reactions .header .name.like {
  background-image: url(/assets/images/reactions/like.png);
}
#reactions .header .name.love {
  background-image: url(/assets/images/reactions/love.png);
}
#reactions .header .name.angry {
  background-image: url(/assets/images/reactions/angry.png);
}
#reactions .header .name.funny {
  background-image: url(/assets/images/reactions/funny.png);
}
#reactions .header .name.sad {
  background-image: url(/assets/images/reactions/sad.png);
}
#reactions .header .name.wow {
  background-image: url(/assets/images/reactions/wow.png);
}
#reactions .header .name .label {
  bottom: -2rem;
  left: 0;
  font-size: 0.9rem;
  width: 100%;
}
#reactions .header .name .count,
#reactions .header .name .label {
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
}
#reactions .header .name .count {
  top: -1.5rem;
  right: 0;
  font-size: 0.8rem;
}
#reactions .content {
  border-radius: 0 0 1rem 1rem !important;
}
#reactions .content .wrapper {
  height: 350px;
  overflow-y: auto;
}
#reactions .content .users {
  flex-wrap: wrap;
  display: none;
}
#reactions .content .users.active {
  display: flex;
}
#reactions .content .users .user {
  width: 50%;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#reactions .content .users .user > .avatar {
  min-width: 30px;
  height: 30px;
  width: 30px;
  margin-right: 0.5rem;
}
#reactions .content .users .user img.avatar {
  width: 30px !important;
  height: 30px !important;
}
#reactions .content .users .user .text {
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
}
#screenshots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1024px;
}
#screenshots img {
  max-height: 90vh;
}
#screenshots div.left,
#screenshots div.right {
  position: absolute;
  height: 100%;
  width: 40px;
  background: transparent;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
#screenshots div.right {
  right: 0;
  left: auto;
}
#screenshots button {
  background: transparent;
  color: #000;
  border-radius: 0;
}
#folder {
  max-width: 1100px;
  margin: auto;
}
#folder .title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  color: #3e3e3e;
}
#folder .card {
  border-radius: 1rem;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  overflow: hidden;
}
#folder .card .content.name {
  background: #ffc864;
  font-size: 1.4rem;
  padding: 0.75rem;
  cursor: default;
}
#folder .card .content.name span {
  padding: 0.75rem 1rem;
  display: block;
  margin: auto;
  border-radius: 500px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#folder .card .content.link {
  font-size: 1.4rem;
  display: block;
  color: #525252;
  font-weight: 700;
  letter-spacing: 1px;
}
#folder .card .content.link:hover {
  background: linear-gradient(0deg, transparent, #fafafa);
}
#folder .card .content i {
  color: #656565;
}
#similar-items {
  margin-top: 3rem !important;
  padding: 2rem;
  background: linear-gradient(0deg, #fff, #fff, #fafafa);
}
#similar-items .header {
  margin-bottom: 1rem;
}
#similar-items .header div {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #484848;
  letter-spacing: 1px;
  display: table;
  text-transform: uppercase;
}
#user-notifications .item {
  display: flex;
  margin: 0;
  position: relative;
}
#user-notifications .item:not(:last-child):after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #f7f7f7;
  visibility: visible;
}
#user-notifications .item .image {
  width: 40px !important;
}
#user-notifications .item .date {
  color: #949292;
}
#user-notifications .item .content {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#user-notifications .item strong {
  color: #4682b4;
}
#user-profile {
  background: #f8f8ff;
}
#user-profile .column {
  background: #fff;
}
#user-profile .secondary.menu {
  background: #f2f2f6;
}
#user-profile .header {
  color: #fff;
  background: #2196f3;
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  line-height: 1;
}
#user-profile .ui.items .content {
  padding-top: 0.5rem;
}
#user-profile .ui.image,
#user-profile .ui.image img {
  width: 110px !important;
  cursor: pointer;
}
#user-profile table.password {
  display: none;
}
#user-profile .ui.menu .item.active {
  background: tomato;
  color: #fff;
  font-weight: 700;
}
#user-favorites {
  background: #fff;
  min-height: 80vh;
  max-width: 1100px;
  margin: 0 auto;
}
#user-favorites .column.title {
  border-bottom: 2px solid #f8f8f8;
  border-radius: 0 !important;
  margin: -1rem;
  width: auto;
  display: flex;
  align-items: center;
}
#user-favorites .column.title .header {
  padding: 1rem 1.5rem;
  border-radius: 500px;
  font-size: 1.4rem;
  box-shadow: inset 0 0 0 5px #fff;
  border: 1px solid #eaeaea;
  margin-top: 0.15rem;
  background: #ffe252;
}
#user-favorites .card {
  background: #fff;
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 10px 2px rgba(176, 191, 238, 0.12) !important;
  border-radius: 1rem !important;
  overflow: hidden;
}
#user-favorites .card .content {
  padding: 0.5rem !important;
  display: flex;
  align-items: center;
}
#user-favorites .card .content:last-child {
  background: #fbfbff;
  padding: 0.5rem 0.75rem !important;
  font-size: 1.1rem;
}
#user-favorites .card .content .left {
  min-width: 100px;
  max-width: 100px;
  width: 100%;
}
#user-favorites .card .content .left a {
  background-position: bottom;
  background-size: cover;
  border-radius: 500px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  display: block;
}
#user-favorites .card .content .right {
  padding-left: 1rem;
}
#user-favorites .card .content .right a {
  color: #4691d0;
}
#user-favorites .card .content .right span {
  display: block;
  line-height: 1.5;
  font-size: 1.1rem;
}
#user-favorites .card .content .category {
  margin-right: auto;
}
#user-directory {
  background: #fff;
  min-height: 400px;
}
#user-directory .items .header {
  font-size: 1rem;
}
#user-directory .card {
  border: 1px solid #efefef;
  width: calc(16.66667% - 1rem);
}
#user-directory .card:hover {
  border: none;
}
#user-directory .card .header {
  text-transform: capitalize;
  color: #5a5a5a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#user-directory .card .content:first-child {
  background: #f6f6f6;
  font-weight: 700;
  padding: 1rem;
}
#user-directory .card .content:last-child {
  background: #0077bc;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 1rem;
  height: 47px;
}
#user-directory .card .content:last-child:hover {
  background: #005180;
}
#user-directory .ui.image {
  position: relative;
  margin: 0;
}
#user-directory .ui.image img {
  height: 40px;
  width: auto;
}
#user-directory .ui.image span {
  position: absolute;
  padding: 0 0.5rem;
  right: 0.25rem;
  top: 0.25rem;
  background: #00628e;
  border-radius: 0.2rem 0.2rem 0.2rem 0.5rem;
  font-size: 11px;
  color: #fff;
}
#guest,
#user {
  max-width: 1100px;
  margin: auto;
}
#guest .action.input input,
#user .action.input input {
  border-radius: 100px 0 0 100px;
}
#guest .action.input .button,
#user .action.input .button {
  border-radius: 0 100px 100px 0;
}
#guest > .column,
#user > .column {
  width: 100%;
}
#guest > .column.title,
#user > .column.title {
  display: flex;
  overflow: auto;
}
#guest .ui.menu:not(.pagination),
#user .ui.menu:not(.pagination) {
  align-items: center;
  margin-left: auto;
}
#guest .ui.menu:not(.pagination) .item,
#user .ui.menu:not(.pagination) .item {
  font-size: 1.3rem;
  border: 1px solid #f8f8ff;
  border-radius: 100px;
  background: #f8f8ff;
  font-weight: 600;
}
#guest .ui.menu:not(.pagination) .item.active,
#user .ui.menu:not(.pagination) .item.active {
  background: #00ced1;
  border: 1px solid #00ced1;
  color: #fff;
}
#guest .ui.menu:not(.pagination) .item:not(.active):hover,
#user .ui.menu:not(.pagination) .item:not(.active):hover {
  border: 1px solid #fbfbfb;
  background: #fcfcfc;
}
#guest > .items,
#user > .items {
  min-height: 60vh;
  box-shadow: 0 0 74px 0 rgba(115, 131, 169, 0.08) !important;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  padding: 2rem !important;
  overflow-x: auto;
}
#guest > .items .items-list,
#user > .items .items-list {
  width: 100%;
  display: table;
}
#guest .purchases .titles,
#user .purchases .titles {
  display: flex;
  align-items: center;
  background: #6a5acd;
  border-radius: 1rem 1rem 0 0;
}
#guest .purchases .titles *,
#user .purchases .titles * {
  color: #fff;
}
#guest .purchases .titles > div,
#user .purchases .titles > div {
  padding: 1rem;
  flex: 1;
  font-size: 1.3rem;
  text-align: center;
}
#guest .purchases .titles > div.name,
#user .purchases .titles > div.name {
  flex: 2;
}
#guest .purchases .content,
#user .purchases .content {
  display: flex;
  align-items: center;
}
#guest .purchases .content:not(:last-child),
#user .purchases .content:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}
#guest .purchases .content > div,
#user .purchases .content > div {
  flex: 1;
  text-align: center;
  padding: 1rem;
  font-size: 1.1rem;
}
#guest .purchases .content > div.name,
#user .purchases .content > div.name {
  flex: 2;
}
#guest .purchases .content > div.rating .rating,
#user .purchases .content > div.rating .rating {
  font-size: 1.3rem;
}
#guest .purchases .content .cover a,
#user .purchases .content .cover a {
  background-size: cover;
  background-position: bottom;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 500px;
  margin: auto;
}
#guest .purchases .content .ui.dropdown .menu,
#user .purchases .content .ui.dropdown .menu {
  border-radius: 1rem !important;
  overflow: hidden;
}
#guest .purchases .content .ui.dropdown .menu .item,
#user .purchases .content .ui.dropdown .menu .item {
  font-size: 1.1rem;
}
#guest .favorites .item,
#user .favorites .item {
  display: flex;
  align-items: center;
}
#guest .favorites .item:not(:last-child),
#user .favorites .item:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}
#guest .favorites .item > div,
#user .favorites .item > div {
  flex: 1;
  padding: 1rem;
  font-size: 1.1rem;
}
#guest .favorites .item > div.name,
#user .favorites .item > div.name {
  flex: 2;
}
#guest .favorites .item > div.rating .rating,
#user .favorites .item > div.rating .rating {
  font-size: 1.3rem;
}
#guest .favorites .item > div.actions,
#user .favorites .item > div.actions {
  text-align: right;
}
#guest .favorites .item > div.actions button,
#user .favorites .item > div.actions button {
  margin: 0.25rem 0;
  padding: 0.5rem;
  min-width: 100px;
}
#guest .favorites .item > div.category a,
#user .favorites .item > div.category a {
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#guest .favorites .item .cover,
#user .favorites .item .cover {
  text-align: center;
}
#guest .favorites .item .cover a,
#user .favorites .item .cover a {
  background-size: cover;
  background-position: bottom;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 500px;
  margin: auto;
}
#guest .notifications,
#user .notifications {
  display: block;
  padding: 1rem;
}
#guest .notifications .items,
#user .notifications .items {
  width: 100%;
}
#guest .notifications .items .item,
#user .notifications .items .item {
  display: flex;
  align-items: center;
  border-radius: 1rem;
  overflow: hidden;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  border-left: 3px solid #ff5f5f;
}
#guest .notifications .items .item time,
#user .notifications .items .item time {
  color: #979797;
}
#guest .notifications .items .item p,
#user .notifications .items .item p {
  font-size: 1.2rem;
}
#guest .notifications .items .item.unread,
#user .notifications .items .item.unread {
  font-weight: 600;
}
#guest .notifications .items .item .image,
#user .notifications .items .item .image {
  width: 80px;
  height: 80px;
  background-position: bottom;
  background-size: cover;
  border-radius: 500px;
}
#guest .profile .items .item,
#user .profile .items .item {
  align-items: center;
}
#guest .profile .items .item .content > div,
#user .profile .items .item .content > div {
  text-transform: capitalize;
}
#guest .profile .items .item .content > div.name,
#user .profile .items .item .content > div.name {
  font-size: 1.3rem;
  color: #ff2c53;
  font-weight: 700;
  border-bottom: 2px dashed #ff2c53;
  display: table;
  padding-bottom: 0.5rem;
}
#guest .profile .items .item .content > div:not(:last-child),
#user .profile .items .item .content > div:not(:last-child) {
  margin-bottom: 0.75rem;
}
#guest .profile .items .item .content > div.email sup,
#user .profile .items .item .content > div.email sup {
  color: teal;
  font-weight: 700;
}
#guest .profile .items .item .content > div.email sup:not(.verified),
#user .profile .items .item .content > div.email sup:not(.verified) {
  color: #d64242;
}
#guest .profile .items .ui.image,
#user .profile .items .ui.image {
  width: 100px;
  height: 100px;
  display: block;
}
#guest .profile input,
#user .profile input {
  border-radius: 100px !important;
}
#guest .profile .field .content:first-child,
#user .profile .field .content:first-child {
  flex: none;
  margin-right: 2rem;
}
#guest .profile .field.avatar,
#user .profile .field.avatar {
  padding: 1.5rem;
  border-bottom: 1px solid #dbdbdb;
  margin: -1rem -1rem 1rem;
}
#guest .profile .segment,
#user .profile .segment {
  font-size: 1.1rem;
  border-radius: 2rem !important;
}
#guest .profile .segment .header,
#user .profile .segment .header {
  display: table;
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
}
#guest .profile .segment input,
#user .profile .segment input {
  border-radius: 0.5rem;
}
#guest .subscriptions .wrapper,
#user .subscriptions .wrapper {
  width: 100%;
  display: table;
}
#guest .subscriptions .item,
#user .subscriptions .item {
  display: flex;
  font-size: 1.1rem;
  text-align: center;
}
#guest .subscriptions .item > div,
#user .subscriptions .item > div {
  flex: 1;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#guest .subscriptions .item.titles,
#user .subscriptions .item.titles {
  background: #6a5acd;
  border-radius: 1rem 1rem 0 0;
}
#guest .subscriptions .item.titles div,
#user .subscriptions .item.titles div {
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#guest .subscriptions .item:not(.titles):not(:last-child),
#user .subscriptions .item:not(.titles):not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}
#guest .invoices,
#user .invoices {
  padding: 2rem;
}
#guest .invoices table,
#user .invoices table {
  border-radius: 1rem;
  overflow: hidden;
}
#guest .invoices thead th,
#user .invoices thead th {
  background: #6a5acd;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 1.5rem !important;
}
#guest .invoices td:last-child,
#guest .invoices th:last-child,
#user .invoices td:last-child,
#user .invoices th:last-child {
  text-align: right;
}
#guest .ui.message,
#user .ui.message {
  display: table !important;
  box-shadow: none;
  padding: 1rem;
}
#guest .ui.pagination,
#user .ui.pagination {
  flex: none !important;
  padding: 0 !important;
  margin: 1rem !important;
  background: #fff !important;
  overflow: hidden !important;
}
#guest .ui.pagination *,
#user .ui.pagination * {
  color: #000 !important;
}
#guest .ui.pagination .item.active,
#user .ui.pagination .item.active {
  background-color: #ededed !important;
}
#guest .ui.pagination .item.disabled *,
#user .ui.pagination .item.disabled * {
  color: #ededed !important;
}
#item-r-side-toggler a {
  background: linear-gradient(45deg, tomato, tomato, #ff826c);
  color: #fff;
  font-weight: 600;
  width: 70px;
  justify-content: center;
}
#checkout-page {
  min-height: 500px;
  background: #fff;
  max-width: 1100px;
  margin: auto;
}
#checkout-page > .column {
  flex: 1;
}
#checkout-page > .column.right {
  max-width: 420px;
}
#checkout-page .empty-cart-msg {
  display: table;
  width: 100%;
  font-weight: 700;
  font-size: 1.1rem !important;
  background: #fff !important;
  margin: 0 !important;
}
#checkout-page .card {
  border-radius: 2rem;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  height: 100%;
}
#checkout-page .card > .content:first-child {
  border-radius: 2rem 2rem 0 0 !important;
  background: #4169e1;
}
#checkout-page .card > .content:last-child {
  border-radius: 0 0 2rem 2rem !important;
  display: flex;
  flex-wrap: wrap;
}
#checkout-page .card > .content:last-child .button {
  height: 45px;
}
#checkout-page .cart-title {
  padding: 2rem;
}
#checkout-page .cart-title * {
  color: #fff;
}
#checkout-page .cart-title > .header {
  font-size: 1.5rem;
}
#checkout-page .cart-title > .header.sub p {
  color: #fff;
  font-size: 1.2rem;
}
#checkout-page .cart-title.empty {
  background: #ff5656;
}
#checkout-page .cart-title.empty * {
  color: #fff !important;
}
#checkout-page .cart-items {
  min-height: 400px;
  position: relative;
  line-height: 1.5;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%;
  padding: 2rem;
}
#checkout-page .cart-items .cart-item {
  display: flex;
  font-size: 1.1rem;
  border-radius: 2rem;
  width: 100%;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  margin-top: 1rem;
  position: relative;
}
#checkout-page .cart-items .cart-item:first-child {
  margin-top: 0;
}
#checkout-page .cart-items .cart-item > div {
  padding: 0.75rem;
  display: flex;
  align-items: center;
}
#checkout-page .cart-items .cart-item .name {
  flex: 1;
  text-align: left;
  font-size: 1.2rem;
  display: block;
}
#checkout-page .cart-items .cart-item .name .license {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 500;
  margin-top: 0.25rem;
  padding: 0.25rem 0.5rem 0.15rem;
  background: #6bb752;
  display: table;
  border-radius: 1rem;
}
#checkout-page .cart-items .cart-item.subscription {
  flex-direction: column;
  overflow: hidden;
}
#checkout-page .cart-items .cart-item.subscription .header {
  display: flex;
  font-weight: 600;
}
#checkout-page .cart-items .cart-item.subscription .header div {
  padding: 1rem;
}
#checkout-page .cart-items .cart-item.subscription .description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  align-items: baseline;
  padding: 1rem;
  line-height: 2;
  background: #fff;
}
#checkout-page .cart-items .cart-item.subscription .name {
  font-size: 1.4rem;
}
#checkout-page .cart-items .cart-item .image {
  margin-right: 0.5rem;
}
#checkout-page .cart-items .cart-item .image a {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: bottom;
  display: block;
  border-radius: 2rem;
}
#checkout-page .cart-items .cart-item .price {
  flex: none;
  min-width: 80px;
}
#checkout-page .cart-items .cart-item .delete {
  flex: none;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  min-width: 50px;
  text-align: center;
  justify-content: center;
  color: #9c9c9c;
}
#checkout-page .payment-methods {
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}
#checkout-page .payment-methods .items {
  margin: 1rem 0 0;
  padding: 0;
  font-size: 1.3rem;
  border-radius: 2rem;
  flex: 1;
  width: auto;
  display: flex;
  color: #fff;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
#checkout-page .payment-methods .items .header {
  margin: 0;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: #000 !important;
}
#checkout-page .payment-methods .items .item {
  margin: 0.5rem 0;
  padding: 2.5rem 1.5rem;
  cursor: pointer;
  background: #fff;
  border-radius: 2rem;
  width: 100%;
  box-shadow: 0 0 20px 6px #f8f9fb;
  overflow: hidden;
  display: block;
  font-size: 1.3rem;
}
#checkout-page .payment-methods .items .item .wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}
#checkout-page .payment-methods .items .item .icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin: 0 1rem 0 0.5rem;
  flex: 1;
}
#checkout-page .payment-methods .items .item .icons img {
  flex: 1;
  margin: 0 3px;
  border-radius: 0.25rem;
  max-width: 40px;
}
#checkout-page .payment-methods .items .item.crypto .icons img {
  max-width: 24px;
}
#checkout-page .payment-methods .items .item .content {
  flex: none;
  margin-left: auto;
  color: #555;
}
#checkout-page .payment-methods .total-fee {
  font-weight: 700;
  font-size: 1.3rem;
  padding: 1.5rem;
  background: #f8f9fb;
  border-radius: 2rem;
}
#checkout-page .payment-methods .total-fee > div {
  padding: 1rem 1.5rem;
  border-radius: 100px;
  background: #fff;
  color: #323232;
}
#checkout-page .payment-methods .total-fee > div span {
  float: right;
}
#checkout-page .payment-methods .total-fee > div.fee {
  margin-bottom: 1rem;
}
#checkout-page .payment-methods .total-fee > div.total span {
  color: #444;
}
#checkout-page .payment-methods .custom-amount {
  padding: 1.5rem;
  margin: 1rem 0;
  background: #f8f9fb;
  border-radius: 2rem;
  font-size: 1.3rem !important;
}
#checkout-page .payment-methods .custom-amount input {
  border-radius: 100px !important;
}
#checkout-page .payment-methods .custom-amount label {
  margin-bottom: 1rem !important;
  padding-left: 0.5rem;
}
#checkout-page .payment-methods .cart-payment {
  margin: 1rem 0 0;
  padding: 1.5rem;
  background: #f3f3f3;
  border-radius: 2rem;
}
#checkout-page .payment-methods .cart-payment .bottom {
  display: flex;
  align-items: center;
}
#checkout-page .payment-methods .cart-payment .bottom div {
  margin-left: auto;
  padding-left: 1rem;
  color: #404040;
  cursor: pointer;
}
#checkout-page .offline-payment {
  margin-bottom: 2rem;
  padding: 1em;
  background: #fff;
  border-radius: 2rem;
}
#checkout-response {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6rem auto;
}
#checkout-response .card {
  border-radius: 1rem !important;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
}
#checkout-response .card .content {
  padding: 1.5rem;
  border: none;
}
#checkout-response .card .content.title {
  font-size: 2rem;
  text-align: center;
  padding: 1rem;
  font-weight: 600;
}
#checkout-response .card .content.extra {
  font-size: 1rem;
  padding: 1rem;
  font-weight: 600;
}
#checkout-response .card .content.extra p {
  color: #3a77ff;
}
#checkout-response .card .content.summary .details {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #c7c7c7;
}
#checkout-response .card .content.summary .item {
  display: flex;
  font-size: 1.1rem;
  line-height: 1.3;
  padding: 0.75rem;
  font-weight: 500;
}
#checkout-response .card .content.summary .item .price {
  margin-left: auto;
}
#checkout-response .card .content.summary .item .price.discount {
  color: #139a7b;
}
#checkout-response .card .content.summary .item .price.addition {
  color: #ef3333;
}
#checkout-response .card .content.summary .item:not(:last-child) {
  border-bottom: 1px solid #c7c7c7;
}
#checkout-response .card .content.summary .total {
  background: #f5f5f5;
  font-weight: 700;
}
#checkout-response .card .header {
  background: transparent;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
}
#checkout-response .card .header.icon {
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #139a7b;
  display: table;
  width: auto;
  padding: 0.5rem 0.5rem 0;
  border: 3px solid #139a7b;
  border-radius: 1rem;
}
#checkout-response .card .header.text {
  font-weight: 600;
}
#checkout-response.success .header .message {
  font-size: 4rem;
  color: #666;
  text-transform: uppercase;
}
#checkout-response.failure .card .content.title {
  background: #ff4747;
  font-size: 1.5rem;
}
#checkout-response.confirm .card .content.title {
  background: #135c9a;
}
#checkout-response .guest-token {
  background: #f5f5f5;
}
#checkout-response .guest-token .header {
  font-weight: 600;
}
#checkout-response .guest-token .token {
  padding: 1rem 1.5rem;
  display: table;
  margin: 1rem auto 3rem;
  font-size: 1.3rem;
  background: #17b38f;
  font-weight: 600;
  color: #fff;
  border-radius: 0.5rem;
  position: relative;
}
#checkout-response .guest-token .download {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.5rem;
  display: table;
  border-radius: 0.5rem;
  background: #e6e6e6;
  color: #363636;
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 1rem;
}
#checkout-messages {
  min-height: 300px;
}
#checkout-messages a {
  color: #000;
  padding: 0.25rem 0.5rem;
  margin: 0 0.25rem;
  background: #ffbf00;
  font-weight: 700;
  border-radius: 0.25rem;
}
#form-checkout {
  margin-bottom: 2rem;
}
#form-checkout input {
  border-radius: 100px;
  border: none;
}
#form-checkout label {
  margin-left: 1rem;
}
#cart-checkout .fee {
  color: #4682b4;
}
#cart-checkout .card {
  border: 1px solid #dadada;
  border-radius: 0.25rem !important;
  background: #f8f8ff;
}
#cart-checkout .card > .content:last-child,
#cart-checkout .card > .content:nth-child(2) {
  background: #fff;
}
#cart-checkout .payment-methods .items {
  background: #fff;
  border: 1px solid #ebebeb;
}
#cart-checkout .payment-methods .item {
  align-items: center;
  cursor: pointer;
  padding: 1rem !important;
  margin: 0 !important;
}
#cart-checkout .payment-methods .item:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
#cart-checkout .payment-methods .item.active,
#cart-checkout .payment-methods .item:hover {
  background: #ebebeb;
}
#cart-checkout .payment-methods .item .content:nth-child(2n) {
  flex: 1;
}
#cart-checkout .payment-methods .item .content:nth-child(odd) {
  max-width: 40px !important;
}
#cart-checkout .payment-methods .item i {
  font-size: 1.5rem;
}
.dropdown-wrapper .ui.dropdown {
  flex: 1;
  max-width: 170px !important;
  min-width: 170px !important;
  text-overflow: ellipsis;
}
.dropdown-wrapper .ui.dropdown .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
}
.dropdown-wrapper .ui.button {
  flex: 1;
}
#coupon-form .ui.input {
  border-radius: 500px;
  overflow: hidden;
}
#coupon-form .ui.input input {
  border: none;
  outline: none;
}
#coupon-form a {
  background: #13609e;
  color: #fff;
}
#coupon-form a.reset {
  background: #646464;
}
#coupon-form a.reset:hover {
  background: #4a4e53;
}
#coupon-form a:not(.reset):hover {
  background: #1672bd;
}
#coupon-form .message {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
#coupon-form .message.negative {
  color: #ff6464;
}
#coupon-form .message.positive {
  color: #13ba65;
}
#support {
  background: #fff;
  padding: 0 1rem;
}
#support .column {
  background: #fff;
  padding: 1rem 0;
  min-height: 80vh;
}
#support .ui.segments {
  box-shadow: 0 17px 43px #e1e4e5;
  border-radius: 1rem;
  overflow: hidden;
  padding: 2rem;
}
#support .title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #1f70a9;
}
#support .faq {
  max-width: 1100px;
  margin: 2rem auto;
}
#support .faq .title {
  margin-bottom: 3rem;
}
#support .contact {
  background: #f8f8ff;
  margin: 0 -1rem -5rem;
  padding: 3rem 1rem;
}
#support .contact form {
  max-width: 600px;
  margin: auto;
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
}
#support .contact form .field:not(:last-child) {
  margin-bottom: 1.5rem;
}
#support .contact form .field label {
  color: #9a9a9a;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
#support .contact form input,
#support .contact form textarea {
  border-radius: 0 !important;
  background: #f8f8ff !important;
  border: none !important;
  padding: 1.25rem;
}
#support .title-wrapper {
  padding: 1rem;
  margin: 0 1rem;
  text-align: center;
}
#support .title-wrapper h1 {
  font-size: 2.8rem;
  text-align: center;
  color: #515151;
}
#support .page-content {
  margin-top: 2rem;
}
#blog {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
#blog .ui.menu:not(.pagination) {
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 1rem;
  background: #fff;
  font-size: 1.2rem;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
  border-radius: 1rem;
  margin-left: 0;
  margin-right: 0;
  align-items: center;
}
#blog .ui.menu:not(.pagination) .right.menu {
  flex: 1;
}
#blog .ui.menu:not(.pagination) .item.header {
  font-size: 1.3rem;
  color: #697582;
  font-weight: 400;
  margin-left: 0;
}
#blog .ui.menu:not(.pagination) .item.header span {
  padding: 0.5rem 1rem;
  margin: -0.5rem 0 -0.5rem 0.5rem;
  border-radius: 100px;
  background: #017ad2;
  color: #fff;
}
#blog .ui.menu:not(.pagination) .item.header span * {
  color: #fff;
}
#blog .ui.menu:not(.pagination) .item.ui.dropdown {
  border-radius: 100px;
  border: 1px solid #d2d2d2;
  height: 45px;
  width: 45px;
}
#blog .ui.menu:not(.pagination) .item.ui.dropdown .menu {
  border-radius: 1rem;
  overflow: hidden;
}
#blog .ui.menu:not(.pagination) .item.search {
  padding-right: 0;
  flex: 1;
}
#blog .ui.menu:not(.pagination) .item.search input {
  height: 45px;
}
#blog .ui.menu.pagination {
  margin-top: 2rem;
  background: #f05757 !important;
}
#blog .ui.menu.pagination .item {
  color: #fff;
}
#blog .ui.menu.pagination .item.active {
  background-color: #a83939 !important;
}
#blog .posts .column {
  flex: 1;
  min-height: 80vh;
  z-index: 2;
  padding: 0;
  text-align: center;
}
#blog .posts .column .segment.filter {
  background: #f8f8ff;
  border: 0;
}
#blog .posts .column .segment.filter .label {
  text-transform: capitalize;
}
#blog .posts .column .segment.filter .label i.times {
  cursor: pointer;
}
#blog .posts .column .segment.filter .label i.times:hover {
  color: #000 !important;
}
#blog .posts .column .card {
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  border-radius: 1rem !important;
  overflow: hidden;
}
#blog .posts .column .card .content {
  position: relative;
}
#blog .posts .column .card:hover img {
  filter: brightness(0.9);
}
#blog .posts .column .card time {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  font-size: 1rem;
  padding: 0.5rem 0.75rem 0.25rem;
  background: hsla(0, 0%, 100%, 0.74);
  display: block;
  color: #3d3d3d;
  line-height: 1;
  text-align: right;
  border-radius: 100px;
}
#blog .posts .column .card .title {
  padding: 1rem !important;
  font-weight: 700;
  color: #292929;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#blog .posts .column .card .title a {
  max-width: 250px;
  margin: auto;
  font-size: 1.1rem;
}
#blog .posts .column .card .description {
  padding: 1rem !important;
  font-size: 1rem;
  color: #414141;
  text-align: center;
}
#blog .posts .column .card .tags {
  display: flex;
  justify-content: center;
  align-items: center;
}
#blog .posts .column .card .tags a {
  font-size: 0.9rem;
  color: #000;
  padding: 0.25rem 0.5rem;
  border: 1px solid #dedede;
  border-radius: 100px;
}
#blog .posts .column .card .tags a:not(:last-child) {
  margin-right: 0.5rem;
}
#blog .post .column.left {
  flex: 1;
  padding: 0;
}
#blog .post .column.left .post-cover img {
  width: 100%;
  border-radius: 2rem;
}
#blog .post .column.left .post-title {
  margin-top: 1rem;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 1rem;
}
#blog .post .column.left .post-title h1 {
  color: #2571d3;
}
#blog .post .column.left .post-content {
  margin-top: 2rem;
}
#blog .post .column.left .social-buttons {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
#blog .post .column.left .social-buttons span {
  margin-right: 1rem;
  margin-left: auto;
}
#blog .post .column.left .social-buttons i {
  font-size: 1.3rem;
}
#blog .post .column.left .related-posts .card {
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  border-radius: 1rem !important;
  overflow: hidden;
}
#blog .post .column.left .related-posts .card .content {
  position: relative;
}
#blog .post .column.left .related-posts .card:hover img {
  filter: brightness(0.9);
}
#blog .post .column.left .related-posts .card time {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  font-size: 1rem;
  padding: 0.5rem 0.75rem 0.25rem;
  background: hsla(0, 0%, 100%, 0.74);
  display: block;
  color: #3d3d3d;
  line-height: 1;
  text-align: right;
  border-radius: 100px;
}
#blog .post .column.left .related-posts .card .title {
  padding: 1rem !important;
  font-weight: 700;
  color: #292929;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#blog .post .column.left .related-posts .card .title a {
  max-width: 250px;
  margin: auto;
  font-size: 1.1rem;
}
#blog .post .column.left .related-posts .card .tags {
  display: flex;
  justify-content: center;
  align-items: center;
}
#blog .post .column.left .related-posts .card .tags a {
  font-size: 0.9rem;
  color: #000;
  padding: 0.25rem 0.5rem;
  border: 1px solid #dedede;
  border-radius: 100px;
}
#blog .post .column.left .related-posts .card .tags a:not(:last-child) {
  margin-right: 0.5rem;
}
#blog .post .column.right {
  max-width: 340px;
  width: 100%;
  margin-left: 2rem;
  padding: 0 1rem;
}
#blog .post .column.right .items-wrapper {
  padding: 2rem;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  border-radius: 2rem !important;
  overflow: hidden;
  font-size: 1.1rem;
}
#blog .post .column.right .items-wrapper .items-title {
  padding: 0 0 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
#blog .post .column.right .items-wrapper .items-title:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 3px;
  left: 0;
  bottom: -2px;
}
#blog .post .column.right .items-wrapper.categories .items-title:before {
  background: #e14e4e;
}
#blog .post .column.right .items-wrapper.categories .item {
  padding: 0.75rem 0;
  display: block;
  font-size: 1.1rem;
  color: #4d4d4d;
}
#blog .post .column.right .items-wrapper.categories .item i {
  color: #0060a5;
  font-size: 0.9rem;
  margin-right: 0.5rem;
}
#blog .post .column.right .items-wrapper.latest-posts .items-title:before {
  background: #ff8f00;
  width: 30%;
}
#blog .post .column.right .items-wrapper.latest-posts .item {
  display: flex;
  align-items: center;
}
#blog .post .column.right .items-wrapper.latest-posts .item:not(:last-child) {
  margin-bottom: 1rem;
}
#blog .post .column.right .items-wrapper.latest-posts .item > a {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
}
#blog .post .column.right .items-wrapper.latest-posts .item .content {
  margin-left: 1rem;
}
#blog .post .column.right .items-wrapper.latest-posts .item .content > a {
  font-size: 1.1rem;
}
#blog .post .column.right .items-wrapper.latest-posts .item .content p * {
  font-size: 0.9rem;
  color: #6d6d6d;
}
#blog .post .column.right .items-wrapper.tags .items-title:before {
  background: #e935f8;
  width: 40%;
}
#blog .post .column.right .items-wrapper.tags .items-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#blog .post .column.right .items-wrapper.tags .tag {
  flex: 1;
  padding: 0.5rem;
  white-space: nowrap;
  text-align: center;
  margin: 0.25rem;
  border: 1px solid #dedede;
  border-radius: 100px;
}
#pricing {
  background: #fff;
  text-align: center;
  overflow: hidden;
  max-width: 1100px;
  margin: 1rem auto;
}
#pricing .column.title {
  padding: 1rem;
  text-align: center;
  line-height: 2;
}
#pricing .column.title h1 {
  font-size: 1.875rem;
  letter-spacing: 1.5px;
  color: #0e76c4;
  margin-bottom: 0;
}
#pricing .column.title h3 {
  font-size: 1.4rem !important;
  color: #6c6c6c !important;
  max-width: 800px;
  margin: 1rem auto !important;
  line-height: 1.5 !important;
  font-weight: 500;
}
#pricing .cards {
  justify-content: center;
}
#pricing .card {
  background: transparent;
  box-shadow: none !important;
}
#pricing .card .contents {
  width: calc(100% - 50px);
  background: #fff;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  border-radius: 1rem !important;
  position: relative;
  height: 100%;
  margin-left: auto;
  min-height: 300px;
  padding-bottom: 100px;
}
#pricing .card .content {
  padding: 0.5rem 1rem;
}
#pricing .card .content.description {
  text-align: left;
}
#pricing .card .content.description div {
  padding: 0.5rem 0.75rem;
  font-size: 1.2rem;
  line-height: 1.5 !important;
}
#pricing .card .content.description div i {
  margin-right: 1rem;
}
#pricing .card .content.description div:not(:last-child) {
  border-bottom: 2px dashed #e8e8e8;
}
#pricing .card .content.price {
  font-size: 2.2rem !important;
  text-align: center;
  font-weight: 800;
  color: #313434;
  padding: 3.5rem 1rem 2rem;
  line-height: 1;
}
#pricing .card .content.price span {
  display: block;
  margin-top: 0.75rem;
  font-size: 1.1rem;
}
#pricing .card .content.buy {
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 1.5rem;
  width: 100%;
}
#pricing .card .content.buy a {
  color: #fff;
  font-weight: 600;
  margin: auto;
  border-radius: 1rem;
  font-size: 1.3rem;
  padding-bottom: 0.75rem;
  padding-top: 1rem;
}
#pricing .card .content.buy a:hover {
  filter: drop-shadow(0 0 3px grey);
}
#pricing .card .name {
  padding: 1rem;
  position: absolute;
  right: 100%;
  top: 50px;
  width: 50px;
  min-height: 180px;
  text-align: center;
  display: flex;
  border-radius: 1rem 0 0 1rem;
  color: #fff;
}
#pricing .card .name span {
  font-size: 1.6rem;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-weight: 600;
  right: -3px;
  letter-spacing: 1px;
}
#auth .ui.message {
  border-radius: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
#auth .card {
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  border-radius: 1rem !important;
  overflow: hidden;
  border-bottom: 0.5rem solid #483d8b;
}
#auth .card input {
  border-radius: 100px;
}
#auth .card label:not(.checkbox) {
  padding-left: 1rem;
}
#auth .card .ui.dropdown {
  border-radius: 100px;
}
#auth .card .ui.dropdown .menu {
  border-radius: 1rem !important;
  box-shadow: none !important;
}
#auth .card .ui.dropdown .menu .item {
  font-size: 1.1rem;
  line-height: 1.3;
}
#auth .card .ui.dropdown .menu .item:not(:last-child) {
  border-bottom: 1px solid #f3f3f3;
}
#auth .card .content {
  padding: 1rem 1.5rem !important;
}
#auth .card .content.logo {
  background: #483d8b;
  border-bottom: 0.5rem solid #7463dd;
}
#auth .card .content.logo a {
  display: table;
  margin: auto;
  transform: rotate(-8deg);
}
#auth .card .content.logo img {
  max-width: 180px;
  width: 100%;
}
#auth .card .content .title {
  color: #2d73ad;
}
#auth.newsletter-unsubscribe .logo {
  background: #cd5c5c !important;
}
#auth.newsletter-unsubscribe .logo a {
  font-size: 2rem;
  padding: 0.5rem !important;
  margin: 0 !important;
  font-weight: 600;
  color: #fff;
}
#auth.newsletter-unsubscribe h2 {
  color: #464646;
  font-weight: 600;
  font-size: 1.3rem !important;
}
.ad {
  margin: 1rem auto;
  text-align: center;
}
.ad:not(.ad_300x250):not(.ad_728x90):not(.responsive_ad) {
  display: none;
}
#user-message {
  border-radius: 2rem !important;
  overflow: hidden;
}
.ui.dimmer {
  height: 100vh !important;
  overflow: hidden !important;
  position: fixed;
}
#recently-viewed-items {
  padding: 1rem;
  margin: 1rem;
  border-radius: 1rem;
  background: #f1f1ff;
  width: calc(100% - 2rem);
}
#recently-viewed-items > .title {
  font-size: 1.3rem;
  padding: 0.75rem 1rem 0.5rem;
  margin: 0.5rem 0 0;
  display: table;
  color: #252525;
  font-weight: 600;
}
#recently-viewed-items .items {
  display: flex;
  flex-wrap: nowrap;
  flex-flow: row-reverse;
  overflow: auto;
  padding: 1rem 0;
  margin: 0 1rem;
}
#recently-viewed-items .items .item {
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 0.5rem;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
#recently-viewed-items .items .item:first-child {
  margin-right: auto;
}
#recently-viewed-items .items .item:last-child {
  margin-left: 0;
}
#recently-viewed-items .items .item .remove {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  cursor: pointer;
  color: #fff;
}
#recently-viewed-items .items .item .image {
  background-size: cover;
  background-position: 50%;
  width: 100px;
  height: 100px;
  display: block;
}
#live-search .products {
  position: absolute;
  margin-top: 0.5rem;
  border-radius: 1.5rem;
}
#live-search .item,
#live-search .products {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
#live-search .item {
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  display: block;
  text-align: left;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#live-search .item:hover {
  background: linear-gradient(45deg, #f8f8ff, #fdfdfd, #f8f8ff);
  color: #000;
  font-weight: 500;
}
#live-search .item:first-child {
  border-radius: 1.5rem 1.5rem 0 0;
}
#live-search .item:last-child {
  border-radius: 0 0 1.5rem 1.5rem;
}
#live-search .item:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
#cookies {
  border-radius: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(45deg, #ce2929, #ce2929, #ffc65d);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  border: none;
  z-index: 9;
}
#cookies * {
  color: #fff;
  font-weight: 400;
}
#cookies div.button {
  margin-left: 1rem;
  text-align: right;
  display: table;
}
#cookies button {
  border-radius: 0.75rem;
  background: #e97f46;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
}
#affiliate {
  max-width: 1100px;
  margin: 4rem auto 0;
}
#affiliate .top-panel {
  padding: 2rem;
}
#affiliate .top-panel .ui.header {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #1abdff;
}
#affiliate .top-panel .ui.header .sub {
  font-size: 1.5rem;
  font-weight: 500;
  color: #708090;
}
#affiliate .ui.items .item.image > div {
  flex: 1;
}
#affiliate .ui.items .item.image .content * {
  font-size: 1.2rem;
  line-height: 1.8 !important;
}
#affiliate .ui.items .item.image .content .header {
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 1440px) {
  #top-search .categories.large .label:nth-child(-n + 5) {
    display: none;
  }
}
@media (max-width: 1280px) {
  #top-search .categories.large .label:nth-child(-n + 10) {
    display: none;
  }
  #items .column.left {
    position: absolute;
    background: #fff;
    top: 174px;
    left: 1rem;
    z-index: 2;
    visibility: hidden;
    overflow: hidden;
    display: none;
  }
  #items .column.left .ui.form .fields {
    flex-wrap: nowrap;
  }
  #items .column.left .ui.form .fields .field {
    margin-bottom: 0;
  }
  #items .column.left .ui.form .fields .field:last-child {
    flex: 1;
  }
  #items .column.right {
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}
@media (max-width: 1100px) {
  #top-menu .right.menu .text,
  #top-search .categories.large .label:nth-child(-n + 15) {
    display: none;
  }
  #top-menu .right.menu .item {
    margin: 0 0.15rem !important;
  }
  #top-menu .right.menu .item i {
    margin: 0;
  }
  #user-directory .card {
    width: calc(25% - 1rem);
  }
}
@media (min-width: 1025px) {
  .mobile-only {
    display: none !important;
  }
  #blur,
  #mobile-menu {
    visibility: hidden !important;
  }
  html {
    overflow: visible !important;
  }
}
@media (max-width: 1024px) {
  #body .cards.masonry {
    grid-template-columns: repeat(3, minmax(auto, 1fr)) !important;
  }
  #blog .post.grid {
    display: block;
  }
  #blog .post.grid .column {
    width: 100%;
    padding: 0;
  }
  #blog .post.grid .column.right {
    max-width: none;
    margin: 3rem -1rem -2rem;
    padding: 2rem 1rem;
    flex: 1;
    width: auto;
    background: #fafafa;
  }
  #blog .post.grid .column.right .items-wrapper.search {
    margin: -1rem;
    padding: 0 1rem 1rem;
    border-bottom: 1px solid #e5e5e5;
  }
  #item {
    padding: 1rem 0;
    max-width: 100vw;
  }
  #item .row.main {
    display: block;
  }
  #item .row.main .column {
    width: 100%;
    padding: 1rem;
  }
  #item .row.main .column.l-side {
    margin-right: 0 !important;
  }
  #item .row.main .column.r-side {
    margin-top: 2rem;
  }
  #item #header .column {
    padding: 1rem;
  }
  #item #header .item {
    margin-top: 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  #item #header .item .image:not(.rating) {
    text-align: center;
  }
  #item #header .item .image:not(.rating) img {
    min-width: 100%;
  }
  #item #header .item .content {
    margin: 2rem 0;
  }
  .desktop-only {
    display: none !important;
  }
  #checkout-page .column.left,
  #checkout-page .column.right {
    width: 100% !important;
  }
  #checkout-page .column.right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  #checkout-page td:nth-child(2),
  #checkout-page th:nth-child(2) {
    border-left: 0;
  }
  #top-menu .right.menu > .item.blog,
  #top-menu .right.menu > .item.categories,
  #top-menu .right.menu > .item.collection,
  #top-menu .right.menu > .item.help {
    display: none;
  }
  .home-items .wrapper.featured .ui.secondary.menu {
    flex-wrap: wrap;
  }
  .home-items .wrapper.featured .ui.secondary.menu .item {
    margin: 0.5rem;
  }
}
@media (max-width: 768px) {
  #top-search .categories.large .label:nth-child(-n + 20) {
    display: none;
  }
  #checkout-page.hasItems .card {
    margin-right: 220px;
  }
  #checkout-page .cart-items {
    min-height: auto;
  }
  #checkout-page .cart-items > .item .image {
    display: none;
  }
  #checkout-page .payment-methods {
    width: 220px;
  }
  #support .column.right {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }
  #user-directory .card {
    width: calc(33.33333% - 1rem);
  }
}
@media (max-width: 680px) {
  #body .cards.masonry {
    grid-template-columns: repeat(2, minmax(auto, 1fr)) !important;
  }
  #top-menu .right.menu .item {
    padding: 1rem 0.75rem;
  }
  #top-menu .right.menu .item.search-icon {
    display: flex;
  }
  #top-menu .right.menu .item.dropdown.search .menu {
    left: 0;
  }
  #top-menu > .item.search {
    display: none;
  }
  #mobile-search-bar {
    display: flex;
  }
  #posts .social-buttons i {
    margin-right: 0 !important;
  }
  #posts .social-buttons span {
    display: none;
  }
  #pricing .ten.wide.column {
    width: 100% !important;
    padding: 1rem !important;
  }
}
@media (max-width: 510px) {
  #body .cards.masonry {
    grid-template-columns: repeat(1, minmax(auto, 1fr)) !important;
  }
}
@media (max-width: 570px) {
  #checkout-page .payment-methods {
    position: static;
    width: 100%;
    border-radius: 1rem;
  }
  #checkout-page.hasItems .card {
    margin-right: 0;
  }
  #item {
    margin-bottom: 0 !important;
  }
  #item #header {
    margin-bottom: 1rem;
  }
  #item #header .content {
    margin-bottom: 0;
  }
  #item #header .buttons {
    flex-wrap: wrap;
  }
  #item #header .buttons .button {
    margin: 0.5rem;
  }
  #items .ui.four.doubling.cards {
    padding: 1 !important;
  }
  #top-menu .right.menu {
    padding-right: 0 !important;
  }
  #user-directory .card {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 520px) {
  #support .faq {
    padding: 0 !important;
  }
  #top-search h1 {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.5;
  }
  #top-search .categories.large .label:nth-child(-n + 25) {
    display: none;
  }
  .home-items .wrapper.free .ui.doubling.cards .card {
    padding: 0.5rem 0;
    max-width: 150px;
  }
  .home-items .wrapper.free .ui.doubling.cards .card .thumbnail {
    width: 130px;
    height: 130px;
  }
  .home-items .wrapper.free .ui.doubling.cards .card:not(:first-child) {
    margin-top: 0 !important;
  }
  #items .search.item {
    display: none;
  }
  #items .left-column-toggler {
    margin-left: auto;
  }
  .ui.doubling.cards {
    display: block;
    padding: 1rem !important;
  }
  .ui.doubling.cards .card {
    display: flex !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .ui.doubling.cards .card:not(:first-child) {
    margin-top: 1rem !important;
  }
  .ui.doubling.cards .card .content.title {
    white-space: normal !important;
    overflow: visible;
    text-overflow: clip;
    text-align: left;
    width: 100%;
    display: block;
  }
  #page-title .column {
    width: 100% !important;
  }
  #page-title .content {
    padding: 0;
  }
  #page-title .image {
    display: none;
  }
  #item .l-side .top.menu .item.dropdown {
    display: flex;
  }
  #item .l-side .top.menu .tabs {
    display: none !important;
  }
  #item .reviews .ui.image,
  #item .support .ui.image {
    display: none;
  }
  #item .reviews .content,
  #item .support .content {
    padding-left: 0 !important;
  }
  .home-items .ui.four.doubling.cards {
    margin: 0 !important;
  }
}
@media (max-width: 480px) {
  .home-items .wrapper.newest .ui.items.six .item {
    width: 135px;
    height: 135px;
  }
  #cookies {
    bottom: 70px;
    flex-wrap: wrap;
  }
  #cookies div.button {
    margin-top: 1rem;
  }
  #app:not(.home) #top-menu {
    height: 65px;
  }
  #app:not(.home) #mobile-top-search {
    padding-bottom: 1rem;
    margin-top: -0.25rem;
  }
  #app:not(.home) #single-page {
    margin-top: 20px;
  }
  #app:not(.home) #single-page .title-wrapper h1 {
    font-size: 1.8rem;
  }
  #app:not(.home) #guest,
  #app:not(.home) #items {
    margin: 0 auto !important;
  }
  #guest .purchases .titles > div,
  #user .purchases .titles > div {
    font-size: 1.1rem;
    font-weight: 600;
  }
  #menu-cover,
  #top-search {
    margin-top: -126px;
  }
  #mobile-menu-2 {
    display: flex;
  }
  .main.container {
    padding-bottom: 70px;
  }
  #top-search {
    padding: 11rem 0 0;
  }
  #top-search form {
    display: none;
  }
  #mobile-top-search {
    display: block;
  }
  #checkout-page .cart-items .cart-item .image {
    display: none;
  }
  #blog .ui.menu:not(.pagination) .item.search {
    width: 150px;
  }
  #top-menu .header.logo img {
    max-width: 130px;
    min-width: auto;
    width: 100%;
  }
  #top-menu .header.logo i {
    display: block;
    color: #901ab0;
    font-size: 1.5rem;
  }
  #top-menu .dropdown {
    display: none;
  }
  #item .l-side .reviews .item.parent .content:first-child div.right {
    position: absolute;
    top: 3.5rem;
    left: 0;
    display: block;
    width: 100%;
  }
  #item .l-side .reviews .item.parent .content:first-child div.right span {
    padding: 0.25rem;
    margin-right: 0.5rem;
    background: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 0.25rem;
  }
  #item .l-side .reviews .item.parent .content:first-child .middle {
    padding: 0 0 0 1rem;
  }
  #item .l-side .support .item.parent .content:first-child .middle {
    white-space: nowrap;
    width: 100%;
  }
  #item .l-side .support .item.parent .content:first-child .right {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
  }
  #item .l-side .support .item.parent .content:first-child .right span {
    padding: 0.1rem 0.25rem;
    background: #fff;
    border-radius: 0.25rem;
    font-size: 0.7rem;
    white-space: nowrap;
  }
  #item #header .content .wrapper .actions .buttons {
    margin-left: -0.5rem;
  }
  #item #header .content .wrapper .actions .buttons .button {
    font-size: 1rem;
    padding: 0.75rem;
  }
  #item #header .content .header {
    max-width: calc(100vw - 5rem);
  }
  #item #header .cover-wrapper.type-audio .player .link {
    font-size: 1rem !important;
    padding: 0.75rem;
  }
  #item #header .ui.items .item {
    justify-content: normal;
  }
  #item #header .cover-wrapper.type-audio .audio-container .thumbnail img {
    max-width: 150px;
    max-height: 150px;
    margin: auto;
  }
  #posts .social-buttons button {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (max-width: 400px) {
  #mobile-menu-2 .item {
    font-size: 0.7rem;
  }
  #mobile-menu-2 .item svg {
    width: 28px;
    height: 28px;
  }
  #checkout-page .column.right {
    max-width: 100%;
  }
  #checkout-page .cart-items .cart-item .image {
    display: none;
  }
  #checkout-page .payment-methods .items .item .icons img {
    max-width: 20px;
  }
  #checkout-page .payment-methods .items .crypto .icons {
    display: none;
  }
  #top-menu .dropdown.notifications .menu {
    left: -50px !important;
  }
  #top-menu .dropdown.cart .menu {
    left: 20px !important;
    margin: 0 !important;
  }
  #user-directory .card {
    width: 100%;
  }
}
