p {
  font-size: 0.9rem;
  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;
}
.justify-content-center {
  justify-content: center;
}
.ui.menu .header.item,
.ui.vertical.menu .header.item {
  font-weight: 500;
}
.floated.left {
  float: left !important;
}
.floated.right {
  float: right !important;
}
.aligned.right {
  text-align: right !important;
  font-size: 12px;
}
.ui.fluid.card {
  width: 100% !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,
.ui.pagination {
  border-radius: 100px;
}
.ui.pagination .item {
  font-size: 1.2rem;
}
.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.star.rating .active.icon {
  color: #ffbc00 !important;
  text-shadow: none !important;
}
#cart-checkout .payment-methods .items,
#top-menu .menu-wrapper .dropdown.cart .items .item .subcontent input,
.rounded-corner {
  border-radius: 1rem !important;
}
.circular-corner {
  border-radius: 500px !important;
}
.ui.button.rounded {
  border-radius: 1rem !important;
}
.ui.button.yellow {
  background: #ffe73e !important;
  color: #000 !important;
  font-size: 12px;
}
.ui.button.yellow:hover {
  background: #ffba20 !important;
  color: #000 !important;
}
.ui.button.white,
.ui.button.white:hover {
  background: #fff !important;
  color: #000 !important;
}
h2 {
  font-size: 1rem;
}
a {
  opacity: 1 !important;
  color: #000;
  cursor: pointer;
}
.bold {
  font-weight: 700;
}
.action img {
  width: 25px;
  pointer-events: none;
  cursor: pointer;
}
.action.like.active .heart.outline,
.action img.heart:not(.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;
}
.player {
  display: flex;
  padding: 1rem 1rem 0.5rem;
  align-items: center;
}
.player > .timeline {
  padding: 0 0.75rem;
  flex: 1;
}
.player .actions {
  display: flex;
}
.player .link {
  font-size: 1.6rem !important;
  line-height: 1;
}
.player .link.pause,
.player .link.play {
  display: none;
}
.player .link.visible {
  display: block;
  color: #000;
}
input.error {
  background: #fff6f6 !important;
  border-color: #e0b4b4 !important;
  color: #9f3a38 !important;
}

body,
html {
  max-width: 1600px;
  margin: auto;
  height: auto !important;
  background: #f9f9f9;
}
.circular-corner {
  border-radius: 100px;
}
#cart-checkout .payment-methods .items,
#top-menu .menu-wrapper .dropdown.cart .items .item .subcontent input,
.rounded-corner {
  border-radius: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.main.container {
  padding-top: 70px;
  width: 100% !important;
  background: #fff;
  margin: 0 auto !important;
}
.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;
}
.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;
}
.display-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;
}
#body .card.product .content,
#posts .column.left .card .content,
#posts .column.left .related-posts .card .content,
#top-menu .menu-wrapper .ui.dropdown .left.menu,
.borderless {
  border: none !important;
}
#body .card,
#item .l-side .item .card,
.shadowless,
.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row,
.ui.celled.grid > .row > .column {
  box-shadow: none !important;
}
#item .l-side .item .card,
#top-menu .menu-wrapper .dropdown.cart .items .item,
#top-menu .menu-wrapper .user > .left.menu > div.item,
#top-menu .menu-wrapper .user > .left.menu a.item,
.radiusless {
  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;
}
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;
}
.line-through {
  text-decoration: line-through;
}
#body {
  margin: auto;
  background: #fff;
  border-bottom: 1px solid #ffffff;
}
#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: #f94d63;
  font-size: 10px;
}
#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: 0.65rem;
}
#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: #375e8c;
  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;
  font-size:0.85rem;
}
#body .card.product .category,
#body .card.product .price {
  font-size: .85rem;
  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: 0.7rem;
  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: #ececec;
}
#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%;
  height: 385px;
  /*height: 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 {
  position: fixed;
  z-index: 99;
  border: none;
  height: 70px;
  max-width: 100vw;
  width: 100%;
  left: 0;
  margin: 0 auto;
  border-radius: 0;
}
#top-menu .header.logo i {
  display: none;
}
#top-menu .border {
  background-size: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50%;
  z-index: 0;
  left: 0;
  pointer-events: none;
}
#top-menu .border.bottom {
  -webkit-mask: url(/assets/images/border.svg) no-repeat center !important;
  mask: url(/assets/images/border.svg) no-repeat center !important;
  bottom: -50%;
}
#top-menu .border.bottom:last-child {
  bottom: calc(-50% - 2px);
  background: #d9d9d9;
  z-index: -1;
}
#top-menu,
#top-menu .border {
  background: #fff;
}
#top-menu .menu-wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  border-bottom: 1px solid #f6f6f6;
}
#top-menu .menu-wrapper .ui.message {
  border-radius: 1rem !important;
  overflow: hidden;
  box-shadow: none !important;
  border: none !important;
  padding: 0.75rem;
  font-size: 1rem !important;
}
#top-menu .menu-wrapper > .header {
  padding: 0 0 0 1rem !important;
  margin: 0;
  width: 180px;
}
#top-menu .menu-wrapper > .header img {
  width: 100%;
}
#top-menu .menu-wrapper .item {
  position: relative;
  z-index: 1;
}
#top-menu .menu-wrapper .item:active,
#top-menu .menu-wrapper .item:focus,
#top-menu .menu-wrapper .item:hover {
  background: transparent;
  font-weight: 600 !important;
}
#top-menu .menu-wrapper > .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 .menu-wrapper > .right.menu > .item i {
  font-size: 1.3rem;
}
#top-menu .menu-wrapper > .right.menu > .item.search-icon {
  display: none;
}
#top-menu .menu-wrapper > .item.search {
  flex: 1;
  max-width: 400px;
  min-width: 0;
}
#top-menu .menu-wrapper > .item.search input {
  border-radius: 100px;
  overflow: hidden;
  height: 45px;
}
#top-menu .menu-wrapper .right.menu > .item,
#top-menu .menu-wrapper > .item {
  height: 100%;
  font-weight: 500 !important;
  color: #353535;
}
#top-menu .menu-wrapper .right.menu > .item:hover,
#top-menu .menu-wrapper > .item:hover {
  font-weight: 600 !important;
}
#top-menu .menu-wrapper .ui.dropdown .header {
  font-size: 1rem;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0;
  padding: 1rem;
  position: relative;
  color: #fff;
}
#top-menu .menu-wrapper * {
  font-size: 1rem;
}
#top-menu .menu-wrapper .user:hover {
  color: #116ca2;
}
#top-menu .menu-wrapper .user > .left.menu {
  min-width: 220px;
  background: #fff;
  border-radius: 1rem;
}
#top-menu .menu-wrapper .user > .left.menu > .item {
  color: #000 !important;
  font-weight: 400 !important;
  position: relative;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  margin: 0 !important;
  line-height: 1.3;
}
#top-menu .menu-wrapper .user > .left.menu > .item:hover {
  background: #fff !important;
  font-weight: 500 !important;
}
#top-menu .menu-wrapper .user > .left.menu > .item:first-child {
  background: #fff !important;
  color: #000 !important;
  border-radius: 1rem 1rem 0 0 !important;
}
#top-menu .menu-wrapper .user > .left.menu > .item:first-child:hover {
  background: #fff !important;
}
#top-menu .menu-wrapper .user > .left.menu > .item:last-child {
  background: #fff !important;
  color: #000 !important;
  border-radius: 0 0 1rem 1rem !important;
}
#top-menu .menu-wrapper .user > .left.menu > .item:last-child:hover {
  background: #fff !important;
}
#top-menu .menu-wrapper .user > .left.menu .left.menu {
  top: -42px !important;
  border-radius: 1rem 0 0 1rem !important;
  overflow: hidden;
  background: #fff;
  min-width: 200px;
}
#top-menu .menu-wrapper .user > .left.menu .left.menu .item {
  position: relative;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  color: #000 !important;
  line-height: 1.3;
}
#top-menu .menu-wrapper .user > .left.menu .left.menu .item:hover {
  background: #fff !important;
}
#top-menu
  .menu-wrapper
  .user
  > .left.menu
  .left.menu
  .item:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  height: 2px;
  width: 90%;
  background: #e0e0e0 !important;
}
#top-menu
  .menu-wrapper
  .user
  > .left.menu
  .left.menu
  .item:not(:last-child):after:hover {
  background: #ececec !important;
}
#top-menu .menu-wrapper .dropdown.cart {
  position: relative;
}
#top-menu .menu-wrapper .dropdown.cart .items-wrapper {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
#top-menu .menu-wrapper .dropdown.cart .menu {
  border-radius: 1rem;
  margin-top: -1rem !important;
  min-width: 300px;
  max-width: 300px;
  position: absolute;
  right: 0;
  top: 85px;
  margin-top: 0;
  visibility: hidden;
}
#top-menu .menu-wrapper .dropdown.cart .items .item {
  display: flex;
  width: 300px;
  cursor: text;
  margin: 0 !important;
}
#top-menu .menu-wrapper .dropdown.cart .items .item.checkout {
  justify-content: center;
  background: #ab1eba;
  cursor: pointer;
  color: #fff;
  border-radius: 0 0 1rem 1rem !important;
  width: 100%;
  margin: 0 !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  padding: 1rem;
}
#top-menu .menu-wrapper .dropdown.cart .items .item.checkout:active,
#top-menu .menu-wrapper .dropdown.cart .items .item.checkout:focus,
#top-menu .menu-wrapper .dropdown.cart .items .item.checkout:hover {
  font-weight: 700 !important;
  background: #851791 !important;
  color: #fff;
}
#top-menu .menu-wrapper .dropdown.cart .items .item:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
#top-menu .menu-wrapper .dropdown.cart .items .item:hover {
  font-weight: 400 !important;
}
#top-menu .menu-wrapper .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 .menu-wrapper .dropdown.cart .items .item strong {
  cursor: pointer;
  text-align: left;
  font-weight: 600;
}
#top-menu .menu-wrapper .dropdown.cart .items .item strong:hover {
  color: #346894;
}
#top-menu .menu-wrapper .dropdown.cart .items .item .subcontent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#top-menu .menu-wrapper .dropdown.cart .items .item .subcontent input {
  width: 100%;
  border: 1px solid #dadada;
  box-shadow: none;
  padding: 0.35rem;
}
#top-menu .menu-wrapper .dropdown.cart .items .item .subcontent div {
  flex: 1;
  text-align: center;
}
#top-menu .menu-wrapper .dropdown.cart .items .item .subcontent div.price {
  flex: 2;
  text-align: left;
  color: #708090;
}
#top-menu .menu-wrapper .dropdown.cart .items .item .subcontent div.remove {
  text-align: right;
  cursor: pointer;
}
#top-menu
  .menu-wrapper
  .dropdown.cart
  .items
  .item
  .subcontent
  div.remove[disabled="disabled"] {
  cursor: default;
}
#top-menu
  .menu-wrapper
  .dropdown.cart
  .items
  .item
  .subcontent
  div.remove:not([disabled="disabled"]):hover
  i {
  font-weight: 700 !important;
}
#top-menu .menu-wrapper .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 .menu-wrapper .dropdown.cart span {
  margin-left: 0.25rem;
}
#top-menu .menu-wrapper .dropdown.notifications .menu {
  border-radius: 1rem;
  margin-top: -1rem !important;
  width: 300px;
  position: absolute;
  right: 0;
  top: 85px;
  margin-top: 0;
  visibility: hidden;
}
#top-menu .menu-wrapper .dropdown.notifications .menu .items-wrapper {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
#top-menu .menu-wrapper .dropdown.notifications .menu .item {
  padding: 0.5rem;
  text-align: left;
  border-radius: 0;
  margin: 0 !important;
}
#top-menu .menu-wrapper .dropdown.notifications .menu .item * {
  font-size: 0.9rem;
}
#top-menu .menu-wrapper .dropdown.notifications .menu .item:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}
#top-menu .menu-wrapper .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 .menu-wrapper .dropdown.notifications .menu .item time {
  float: right;
}
#top-menu .menu-wrapper .dropdown.notifications .menu .item.all {
  padding: 1rem;
  text-align: center !important;
  justify-content: center;
  background: #000;
  border-radius: 0 0 1rem 1rem;
  color: #fff;
  font-size: 1rem !important;
  font-weight: 700 !important;
}
#top-menu .menu-wrapper .dropdown.notifications .menu .item.all:hover {
  background: #000 !important;
  font-weight: 500;
}
#top-menu .menu-wrapper .dropdown.notifications .menu .item.message:hover {
  font-weight: 400;
}
#top-menu .menu-wrapper .dropdown.notifications .menu div.item {
  cursor: auto;
}
#top-menu .menu-wrapper .dropdown.notifications .menu div.item:hover {
  font-weight: 400;
}
#top-menu .menu-wrapper .dropdown.categories .menu {
  border-radius: 1rem;
  margin-top: -1rem;
}
#mobile-search-bar {
  display: none !important;
  top: 60px;
  left: 0;
  padding: 0.75rem;
  height: 60px;
  width: 100%;
}
#mobile-menu,
#mobile-search-bar {
  position: fixed;
  z-index: 99;
  background: #fff;
}
#mobile-menu {
  top: 65px;
  left: 0px;
  border-radius: unset;
  margin: 0;
  box-shadow: none;
  border: 0;
  width: 238px;
  height: calc(100vh - 20px);
  visibility: hidden;
  padding: 0.5rem;
  overflow-y: auto;
}
#mobile-menu .wrapper {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
#mobile-menu .item {
  font-size: 1rem;
  padding: 0.8rem 1rem;
  text-transform: capitalize;
  margin: 0 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5;
}
#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: normal;
  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;
}
#mobile-top-search {
  display: none;
  z-index: 3;
  width: 100%;
  padding: 10px 48px 11px 21px;
  font-size: 1rem;
}
#mobile-top-search input {
  border-radius: 1rem;
  border: none;
}
#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;
}
#top-search {
  border: none;
  position: relative;
  background-size: cover;
  background-position: 0 100%;
  z-index: 2;
  padding: 3rem 0 5rem;
  margin-bottom: 2rem;
}
#top-search .border {
  background-size: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50%;
  z-index: 0;
  left: 0;
  pointer-events: none;
  -webkit-mask: url(/assets/images/border.svg) no-repeat center !important;
  mask: url(/assets/images/border.svg) no-repeat center !important;
  bottom: -50%;
  background: #fff;
  transform: rotate(180deg);
}
#top-search form {
  max-width: 500px;
  margin: 1rem auto auto;
  position: relative;
}
#top-search form .input {
  border-radius: 100px;
  overflow: hidden;
}
#top-search form .input input {
  border: none;
}
#top-search h1,
#top-search h3 {
  padding: 0.5rem 1rem;
  background: transparent;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
}
#top-search h1 {
  max-width: 800px;
}
#top-search h1,
#top-search h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 65px;
}
#top-search h3 {
  margin: 1rem auto;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  white-space: nowrap;
}
#top-search .grid {
  height: 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: 1.8rem;
  text-align: center;
  color: #515151;
}
#single-page .page-content {
  margin-top: 2rem;
}
.section-title {
  text-align: center;
}
#users-notif {
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  max-width: 1300px;
  position: relative;
  visibility: hidden;
}
#users-notif .close {
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
  z-index: 1;
  background: #fff;
  font-size: 0.8rem;
  cursor: pointer;
}
#users-notif .notif {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  background: #fff;
  border-radius: 1rem;
  color: #000;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  padding: 1.5rem;
  display: flex;
}
#users-notif .notif span {
  display: block;
}
.home-items {
  background: #fff;
  padding: 0 1rem;
  width: 100%;
}
.home-items > .wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  position: relative;
}
.home-items > .wrapper:not(:first-child) {
  margin-top: 2rem;
}
.home-items > .wrapper:last-child {
  margin-bottom: 1rem;
}
.home-items > .wrapper .border {
  background-size: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50%;
  z-index: 0;
  background: #f8f8ff;
  left: 0;
}
.home-items > .wrapper .border.top {
  top: -50%;
  transform: rotate(180deg);
}
.home-items > .wrapper .border.bottom,
.home-items > .wrapper .border.top {
  -webkit-mask: url(/assets/images/border.svg) no-repeat center !important;
  mask: url(/assets/images/border.svg) no-repeat center !important;
}
.home-items > .wrapper .border.bottom {
  background-image: url(/assets/images/border.svg);
  bottom: -50%;
}
.home-items > .wrapper.posts {
  max-width: none;
  padding: 1rem 0 2rem;
  margin: 4rem -1rem -1rem !important;
}
.home-items > .wrapper.posts,
.home-items > .wrapper.posts .border {
  background: #f63a2e;
}
.home-items > .wrapper.posts .ui.menu.posts .item {
  font-size: 1.5rem !important;
  font-weight: 600;
  padding: 0.85rem 1.5rem;
  transform: rotate(-3deg);
  border-radius: 1rem !important;
  border: 0.25rem solid #262626;
  border-top: none;
  border-left: none;
  color: #be2e23;
}
.home-items > .wrapper.posts .card {
  border-radius: 1rem;
  overflow: hidden;
  background: #b4271d;
}
.home-items > .wrapper.posts .card * {
  color: #fff;
}
.home-items > .wrapper.posts .card .content {
  border: none;
  text-align: center;
}
.home-items > .wrapper.posts > .column {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.home-items > .wrapper.posts time {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
  background: #fff;
  display: block;
  color: #000 !important;
  line-height: 1;
  text-align: right;
  border-radius: 100px !important;
  font-weight: 600;
}
.home-items > .wrapper.posts .title {
  padding: 1rem !important;
}
.home-items > .wrapper.posts .title a {
  margin-right: auto;
  font-weight: 600;
}
.home-items > .wrapper.posts .description {
  padding: 0.5rem 1rem 1rem !important;
  font-size: 0.9rem;
}
.home-items > .wrapper.posts .tags {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-items > .wrapper.posts .tags a {
  font-size: 0.8rem;
  color: #000;
  padding: 0.45rem 0.6rem;
  border-radius: 100px;
  background: #fff;
  font-weight: 600;
  border: none;
}
.home-items > .wrapper.posts .tags a:not(:last-child) {
  margin-right: 0.5rem;
}
.home-items > .wrapper.newest {
  max-width: none;
  margin-top: 5rem !important;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem 0 2rem;
}
.home-items > .wrapper.newest,
.home-items > .wrapper.newest .border {
  background: #ededed !important;
}
.home-items > .wrapper.newest > .column {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.home-items > .wrapper.newest .header {
  padding: 0.5rem 1rem;
  display: table;
  margin: 1px 1px 1px 35px;
  font-size: 1rem;
  font-weight: 500;
  background: #fff;
  border-radius: 1rem;
  color: #000;
  z-index: 1;
  position: relative;
}
.home-items > .wrapper.newest .header:hover {
  font-weight: 600;
}
.home-items > .wrapper.newest .ui.items {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}
.home-items > .wrapper.newest .ui.items .item {
  margin: 0.5rem;
  width: 114px;
  height: 114px;
  background-size: cover;
  border-radius: 2rem 1rem;
  position: relative;
  z-index: 1;
  border: 0.25rem solid #fff;
}
.home-items > .wrapper.newest .ui.items .item:nth-child(odd) {
  border-radius: 1rem 2rem;
}
.home-items > .wrapper.newest .ui.items .item:hover {
  top: -2px;
}
.home-items > .wrapper.flash {
  max-width: none;
  margin-top: 5rem !important;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem 0 2rem;
}
.home-items > .wrapper.flash,
.home-items > .wrapper.flash .border {
  background: #ededed;
}
.home-items > .wrapper.flash > .column {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.home-items > .wrapper.flash .header {
  padding: 0.5rem 1rem;
  display: table;
  margin: 1rem auto 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  background: #fff;
  border-radius: 1rem;
  color: #000;
  z-index: 1;
  position: relative;
}
.home-items > .wrapper.flash .header:hover {
  font-weight: 600;
}
.home-items > .wrapper.flash .ui.items {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}
.home-items > .wrapper.flash .ui.items .item {
  margin: 0.5rem;
  max-width: 400px;
  width: 100%;
  border-radius: 2rem;
  box-shadow: 0 6px 20.1px 3px rgba(60, 60, 60, 0.21);
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  background: #fff;
  color: #000;
}
.home-items > .wrapper.flash .ui.items .item:hover {
  top: -2px;
}
.home-items > .wrapper.flash .ui.items .item a {
  width: 150px;
  height: 150px;
  padding: 0.5rem;
}
.home-items > .wrapper.flash .ui.items .item a div {
  background-position: 50%;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}
.home-items > .wrapper.flash .ui.items .item .content {
  padding: 1rem;
  font-size: 1.1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.home-items > .wrapper.flash .ui.items .item .content > .price {
  margin-top: auto;
  font-size: 0.9rem;
}
.home-items > .wrapper.flash .ui.items .item .content > .price .price {
  text-decoration: line-through;
}
.home-items > .wrapper.flash .ui.items .item .content > .price .promo {
  margin-top: 0.75rem;
}
.home-items > .wrapper.flash .ui.items .item .content .actions {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.home-items > .wrapper.flash .ui.items .item .content .actions .action {
  background: #fff;
  border-radius: 100px;
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px !important;
  border: none;
  color: #000 !important;
}
.home-items > .wrapper.flash .ui.items .item .content .actions i {
  border-radius: 100px !important;
  line-height: 1 !important;
  padding: 0.75em 0 !important;
  width: 2.5em !important;
  height: 2.5em !important;
}
.home-items > .wrapper.flash .ui.items .item .content .actions .like {
  margin-left: 0.5rem;
}
.home-items > .wrapper.flash .ui.items .item .content .out-of-stock {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(248, 248, 255, 0.67);
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 600;
}
.home-items > .wrapper.flash .ui.items .item .name {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
  max-height: 50px;
  overflow: hidden;
}
.home-items .ui.menu {
  box-shadow: none;
  border: none;
  padding: 1rem;
  flex-wrap: wrap;
  margin: -0.25rem -0.25rem 0.25rem;
  background: transparent;
}
.home-items .ui.menu .item {
  font-size: 1.1rem !important;
  font-weight: 600;
  border: 1px solid grey;
  padding: 0.85rem 1.5rem;
  border-radius: 1rem !important;
  margin: 0.25rem;
}
.home-items .ui.menu .item:first-child {
  background: #f8f8ff;
  border-color: #f8f8ff;
}
.home-items .ui.menu .item:before {
  display: none;
}
.home-items .ui.menu.featured .item:last-child {
  background: #f8f8ff;
  border-color: #f8f8ff;
  color: #000 !important;
}
.home-items .ui.menu.featured .item:last-child:hover {
  background: #f8f8ff;
  border-color: #f8f8ff;
  font-weight: 700;
}
.home-items .ui.menu.trending .item:last-child {
  background: #f8f8ff;
  border-color: #f8f8ff;
  color: #000 !important;
}
.home-items .ui.menu.trending .item:last-child:hover {
  background: #f8f8ff;
  border-color: #f8f8ff;
  font-weight: 700;
}
.home-items .ui.menu.flash .item:first-child {
  background: #fff;
  border-color: #fff;
}
.home-items .ui.menu.flash .item:last-child {
  background: #ff69b4;
  border-color: #ff69b4;
  color: #fff !important;
}
.home-items .ui.menu.flash .item:last-child:hover {
  background: #ff4aa4;
  border-color: #ff4aa4;
  font-weight: 700;
}
.home-items .ui.menu.free .item:last-child {
  background: #f8f8ff;
  border-color: #f8f8ff;
  color: #000 !important;
}
.home-items .ui.menu.free .item:last-child:hover {
  background: #f8f8ff;
  border-color: #f8f8ff;
  font-weight: 700;
}
.home-items .ui.menu.posts .item {
  font-size: 1.5rem !important;
  font-weight: 600;
  border: 1px solid grey;
  padding: 0.85rem 1.5rem;
  border-radius: 100px !important;
}
.home-items .ui.menu.posts .item:first-child {
  background: #fff;
  border-color: #fff;
}
.home-items .ui.menu.posts .item:before {
  display: none;
}
.home-items span.tag {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  padding: 0.1rem 0.5rem;
  color: #000;
  font-size: 0.9rem;
  font-weight: 700;
  background: #ffed1d;
  border-radius: 0.25rem;
  display: none;
}
#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: #ffffff;
  width: 100%;
  padding-top: 0.2rem !important;
  padding-bottom: 1rem !important;
  z-index: 0;
}
#footer li {
  list-style-type: none !important;
  line-height: 1.9;
}
#footer li a {
  font-size: 0.9rem;
  color: #000;
}
#footer p {
  color: #000;
  font-size: 12px;
}
#footer .row.first {
  max-width: 1400px;
  margin: auto;
  width: calc(100% - 1rem) !important;
  text-align: center;
}
#footer .row.first .ui.image {
  max-width: 180px;
  margin: 15px;
}
#footer .row.first .newsletter .input {
  border-radius: 100px;
  overflow: unset;
}
#footer .row.first .newsletter i {
  color: #000 !important;
}
#footer .row.first h4 {
  color: #000 !important;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
#footer .row.first i {
  font-weight: 600;
}
#footer .row.first input {
  color: #000 !important;
}
#footer .row.last {
  margin-top: 1rem;
  padding: 0.5rem 0;
}
#footer .row.last * {
  color: #000;
}
#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 a {
  color: #000 !important;
}
#footer .row.last .dropdown a:hover {
  font-weight: 600 !important;
}
#footer .row.last .dropdown .header {
  font-size: 0.7rem !important;
  background: #d73737 !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;
}
#footer .row.last i {
  font-size: 1.4rem;
}
#footer .row.last .ui.menu {
  justify-content: center;
}
#footer .row.last .ui.menu:first-child * {
  font-size: 0.8rem;
}
#footer .row.last .ui.menu:last-child * {
  color: #afafaf;
  font-size: 10px;
}
#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 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem !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 .filter {
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  border-radius: 2rem !important;
  overflow: hidden;
  background: #fff;
  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.2rem;
}
#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;
  background: #4169e1;
  font-weight: 600;
  text-transform: capitalize;
  padding: 1.2rem 1.5rem;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 1.4rem;
  position: relative;
  border-radius: 100px;
}
#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 .title {
  background: #4169e1;
  color: #fff;
}
#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 {
  background: #4169e1;
}
#items .column.left .tags label span {
  position: relative;
  bottom: -2px;
}
#items .column.left .tags .item {
  padding: 0.85rem 1rem;
  text-transform: capitalize;
}
#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 {
  background: #4169e1;
}
#items .column.left .price label {
  text-align: center;
}
#items .column.left .price input {
  border-radius: 100px;
}
#items .column.right {
  flex: 1;
  min-height: 500px;
}
#items .column.right .ui.menu {
  overflow-x: auto;
}
#items .column.right .ui.menu .item {
  font-size: 1rem;
}
#items .column.right .ui.menu .item:hover {
  background: transparent;
}
#items .column.right .ui.menu .item.remove {
  color: #4169e1;
  font-weight: 500;
}
#items .column.right .ui.menu .item.remove:hover {
  font-weight: 600;
}
#items .column.right .ui.menu.filter > .item {
  border-radius: 100px !important;
}
#items .column.right .ui.menu.filter > .item.selected {
  background: #f8f8ff;
  color: #000;
  font-weight: 600;
}
#items .column.right .ui.menu.filter > .item:hover {
  background: transparent;
  font-weight: 600;
  color: #8f1476;
}
#items .column.right .ui.menu.filter .menu {
  border-radius: 1rem;
  overflow: hidden;
}
#items .column.right .divider {
  border-color: #f3f3f3 !important;
  border-width: 0.5px;
}
#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;
}
#item {
  background: #fff;
  max-width: 1100px;
  margin: auto;
  margin-top: 2rem !important;
  font-size: 1.1rem;
}
#item .l-side {
  flex: 1;
  background: #fff;
  position: relative;
  z-index: 1;
}
#item .l-side .faq,
#item .l-side .hidden-content,
#item .l-side .reviews,
#item .l-side .support,
#item .l-side .table_of_contents {
  display: none;
  min-height: 700px;
}
#item .l-side .top.menu {
  margin: 0 0 1rem;
  position: relative;
  border-radius: 2rem !important;
  overflow: auto;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
}
#item .l-side .top.menu .item {
  font-size: 1rem;
  border-radius: 100px;
  font-weight: 500;
}
#item .l-side .top.menu .item.active {
  background: #a709af;
  color: #fff;
  font-weight: 600;
}
#item .l-side .item .cover {
  position: relative;
}
#item .l-side .item .cover .cover-wrapper {
  position: relative;
  display: table;
  margin: auto;
  max-width: 590px;
}
#item .l-side .item .cover .cover-wrapper.audio,
#item .l-side .item .cover .cover-wrapper.ebook {
  display: flex;
  margin: 2rem auto;
}
#item .l-side .item .cover .cover-wrapper.audio .left,
#item .l-side .item .cover .cover-wrapper.ebook .left {
  width: 250px;
  position: relative;
}
#item .l-side .item .cover .cover-wrapper.audio .left .ui.image,
#item .l-side .item .cover .cover-wrapper.audio .left img,
#item .l-side .item .cover .cover-wrapper.ebook .left .ui.image,
#item .l-side .item .cover .cover-wrapper.ebook .left img {
  border-radius: 1rem;
  overflow: hidden;
}
#item .l-side .item .cover .cover-wrapper.audio .right,
#item .l-side .item .cover .cover-wrapper.ebook .right {
  padding-left: 1rem;
  text-align: left;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#item .l-side .item .cover .cover-wrapper.audio .right > div,
#item .l-side .item .cover .cover-wrapper.ebook .right > div {
  padding: 0.5rem 0;
}
#item .l-side .item .cover .cover-wrapper.audio .right > div.title,
#item .l-side .item .cover .cover-wrapper.ebook .right > div.title {
  font-weight: 600;
  line-height: 1.6;
  font-size: 1.3rem;
}
#item
  .l-side
  .item
  .cover
  .cover-wrapper.audio
  .right
  > div
  span:nth-child(odd),
#item
  .l-side
  .item
  .cover
  .cover-wrapper.ebook
  .right
  > div
  span:nth-child(odd) {
  color: #afafaf;
  font-weight: 500;
}
#item .l-side .item .cover .cover-wrapper.audio .left .ui.image {
  height: 250px;
  width: 250px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#item .l-side .item .cover .audio-container .player {
  flex-direction: column;
  display: flex;
  border-radius: 2rem;
  padding: 1rem;
  position: relative;
  margin-bottom: 2rem;
}
#item .l-side .item .cover .audio-container .timeline {
  max-width: 480px;
  width: 100%;
}
#item .l-side .item .cover .audio-container .duration {
  font-size: 0.9rem;
  color: #000;
  font-weight: 500;
  position: absolute;
  z-index: 3;
  top: 3.5rem;
  background: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 1rem;
}
#item .l-side .item .cover .audio-container wave {
  height: 90px !important;
}
#item .l-side .item .cover .audio-container .button {
  font-size: 1rem !important;
  box-shadow: none;
}
#item .l-side .item .cover .ui.image img {
  border-radius: 2rem;
}
#item .l-side .item .cover .video video {
  border-radius: 2rem;
  overflow: hidden;
  outline: none;
}
#item .l-side .item .cover .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -0.5rem 0;
  padding: 0.5rem;
}
#item .l-side .item .cover .actions .button {
  margin: 0.5rem;
}
#item .l-side .item .cover .actions .licenses.ui.dropdown {
  max-width: 360px;
  border-radius: 1rem;
}
#item .l-side .item .cover .actions .licenses.ui.dropdown .menu {
  border-radius: 1rem !important;
}
#item .l-side .item .price-holder {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: table;
  z-index: 1;
}
#item .l-side .item .price-holder .price {
  flex: none;
  padding: 0.75rem 1rem;
  background: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 100px;
  margin: 0 0.25rem;
}
#item .l-side .item .price-holder * {
  border-radius: 0.75rem !important;
  line-height: 1;
  font-size: 1rem !important;
  padding: 0.75rem 0.75rem 0.5rem !important;
  margin: 0 !important;
  color: #000;
}
#item .l-side .item .price-holder.reduced .price:not(.promo) {
  opacity: 0.8;
  text-decoration: line-through;
  margin-top: 1rem !important;
}
#item .l-side .item h1 {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin: 1rem auto;
}
#item .l-side .item .card {
  border-radius: 2rem !important;
  overflow: hidden;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  padding: 1rem;
}
#item .l-side .item .card.promo {
  box-shadow: none !important;
  text-align: center;
  font-weight: 500;
}
#item .l-side .item .card.promo .promo-count {
  font-weight: 600;
  color: #708090;
}
#item .l-side .item .card .content.title {
  position: relative;
}
#item .l-side .item .card .content.title .header {
  font-size: 1.3rem !important;
  position: relative;
  top: 2px;
  color: #222;
  margin-bottom: 0;
  font-weight: 600;
  padding: 1rem;
  display: table;
  background: #f8f8ff;
  border-radius: 100px;
}
#item .l-side .item .card .content {
  border-top: none;
}
#item .l-side .item .card .content.features.body img,
#item .l-side .item .card .content.requirements.body img {
  width: auto;
}
#item .l-side .item .card img {
  width: 100%;
}
#item .l-side .hidden-content {
  padding: 2rem;
  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 .reviews textarea {
  height: 80px;
  min-height: 80px;
  border-radius: 2rem;
}
#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 .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 .reviews .ui.image img {
  border-radius: 1rem;
}
#item .l-side .support textarea {
  height: 80px;
  min-height: 80px;
  border-radius: 2rem;
}
#item .l-side .support .comments-wrapper {
  border-radius: 2rem;
  border: 1px solid #ededed;
  overflow: hidden;
}
#item .l-side .support .comments-wrapper h3 {
  margin-bottom: 0.5rem;
  text-transform: capitalize;
  font-size: 1.1rem;
}
#item .l-side .support .comments-wrapper .item:not(:last-child) {
  border-bottom: 1px solid #fff;
}
#item .l-side .support .comments-wrapper .main {
  display: flex;
}
#item .l-side .support .comments-wrapper .children,
#item .l-side .support .comments-wrapper .parent {
  display: flex;
  padding: 1rem;
  flex-direction: column;
}
#item .l-side .support .comments-wrapper .children .content,
#item .l-side .support .comments-wrapper .parent .content {
  padding-left: 1rem;
  flex: 1;
}
#item .l-side .support .comments-wrapper:not(:first-child) {
  margin-top: 1rem;
}
#item .l-side .support .comments-wrapper .children {
  padding-left: 2rem;
  border-top: 0;
  background: #f8f8ff;
}
#item .l-side .support .comments-wrapper .children .ui.image {
  max-width: 50px;
}
#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: linear-gradient(45deg, #fff, #f8f8ff);
  margin: 1rem -1rem -1rem;
  height: 46px;
}
#item .l-side .support .extra:empty {
  display: none;
}
#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 .children .extra {
  padding-left: 1rem;
  margin-left: -2rem;
}
#item .l-side .support .like {
  margin-right: 1rem;
  padding: 0.35rem;
  background: transparent !important;
}
#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 .ui.items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: -1rem !important;
  flex-wrap: wrap;
}
#item .l-side .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 .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: #eee;
  text-align: center;
  color: #000;
  font-size: 1rem !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: 1rem !important;
  font-weight: 600;
}
#item .r-side .card.tags .labels {
  margin: -0.25rem;
}
#item .r-side .card.tags .label {
  font-size: 1rem;
  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: 0.88rem;
  flex: none;
  margin: 0.25rem;
  border-radius: 100px;
  background: #86088c !important;
  color: #fff !important;
}
#item .r-side .card.share-on .buttons .button:hover {
  background: #a708ae !important;
}
#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;
}
#similar-items {
  margin-top: 3rem !important;
  margin-bottom: -1.1rem;
  padding: 2rem;
  background: #4169e1;
  position: relative;
  width: 100%;
}
#similar-items .border {
  background-size: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50%;
  z-index: 0;
  background: #4169e1;
  -webkit-mask: url(/assets/images/border.svg) no-repeat center !important;
  mask: url(/assets/images/border.svg) no-repeat center !important;
  top: -50%;
  left: 0;
  transform: rotate(180deg);
}
#similar-items .header {
  margin-bottom: 1rem;
}
#similar-items .header div {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  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-downloads {
  background: #fff;
  min-height: 400px;
}
#user-downloads .items .header {
  font-size: 1rem;
}
#user-downloads .wrapper {
  overflow-x: auto;
  max-width: 100vw;
}
#user-downloads tr td:first-child {
  width: 80px !important;
}
#user-downloads table .button {
  width: 150px;
}
#user-downloads .ui.image {
  position: relative;
  margin: 0;
}
#user-downloads .ui.image img {
  height: 40px;
  width: auto;
}
#user-downloads .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;
}
#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;
}
#user-favorites {
  background: #fff;
  min-height: 400px;
}
#user-favorites .wrapper {
  overflow-x: auto;
}
#user-favorites table img {
  height: 40px;
  width: auto;
}
#user-favorites table tr td:first-child {
  width: 80px !important;
}
#guest,
#user {
  max-width: 1100px;
  margin: auto;
}
#guest .ui.message,
#user .ui.message {
  border-radius: 100px;
}
#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: 1rem;
  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: #bd2590;
  border: 1px solid #bd2590;
  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: #626262;
  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: 1rem;
  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: 0.9rem;
}
#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: 0.7rem;
  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: 1rem;
  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: #01cdd1;
  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: #fff;
  padding: 1rem;
}
#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 .ui.message {
  border-radius: 100px !important;
}
#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: 0.8rem !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: #90289d;
}
#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: 1rem;
}
#checkout-page .cart-title > .header.sub p {
  color: #fff;
  font-size: 0.8rem;
}
#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: 1rem;
  border-radius: 2rem;
  width: 100%;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  margin-top: 1rem;
}
#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: 1.5;
  background: #fff;
}
#checkout-page .cart-items .cart-item.subscription .name {
  font-size: 1.2rem;
}
#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: 0.9rem !important;
  font-weight: 600 !important;
  color: #000 !important;
}
#checkout-page .payment-methods .items .item {
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  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: 0.9rem;
  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: #de544a;
}
#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: 1.3rem;
  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: #fff;
}
#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: 2rem;
  overflow: hidden;
  padding: 2rem;
}
#support .title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  color: black;
}
#support .faq {
  max-width: 1100px;
  margin: 2rem auto;
}
#support .faq .title {
  margin-bottom: 3rem;
}
#support .contact {
  background: #f8f8ff;
  margin: 0 -1rem -3rem;
  padding: 3rem 1rem !important;
  position: relative;
}
#support .contact .border {
  background-size: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50%;
  z-index: 0;
  background: #f8f8ff;
  left: 0;
}
#support .contact .border.top {
  -webkit-mask: url(/assets/images/border.svg) no-repeat center !important;
  mask: url(/assets/images/border.svg) no-repeat center !important;
  top: -50%;
  transform: rotate(180deg);
}
#support .contact form {
  max-width: 600px;
  margin: auto;
  padding: 2rem;
  background: #fff;
  border-radius: 2rem;
}
#support .contact form input {
  border-radius: 100px;
}
#support .contact form textarea {
  border-radius: 2rem;
}
#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 {
  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;
}
#posts {
  background: #fff;
  max-width: 1300px;
  margin: auto;
  margin-top: 2rem !important;
}
#posts .post {
  max-width: 1100px;
  margin: auto;
}
#posts .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;
}
#posts .ui.menu:not(.pagination) .right.menu {
  flex: 1;
}
#posts .ui.menu:not(.pagination) .item.header {
  font-size: 1rem;
  color: #697582;
  font-weight: 400;
  margin-left: 0;
}
#posts .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;
}
#posts .ui.menu:not(.pagination) .item.header span * {
  color: #fff;
}
#posts .ui.menu:not(.pagination) .item.ui.dropdown {
  border-radius: 100px;
  border: 1px solid #d2d2d2;
  height: 45px;
  width: 45px;
}
#posts .ui.menu:not(.pagination) .item.ui.dropdown .menu {
  border-radius: 1rem;
  overflow: hidden;
}
#posts .ui.menu:not(.pagination) .item.search {
  padding-right: 0;
  flex: 1;
}
#posts .ui.menu:not(.pagination) .item.search input {
  height: 45px;
}
#posts .column {
  background: #fff;
}
#posts .column.left {
  flex: 1;
  min-height: 80vh;
}
#posts .column.left .segment.filter {
  background: #f8f8ff;
  border: 0;
}
#posts .column.left .segment.filter .label {
  text-transform: capitalize;
}
#posts .column.left .segment.filter .label i.times {
  cursor: pointer;
}
#posts .column.left .segment.filter .label i.times:hover {
  color: #000 !important;
}
#posts .column.left .card {
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  border-radius: 1rem !important;
  overflow: hidden;
}
#posts .column.left .card .content {
  position: relative;
}
#posts .column.left .card:hover img {
  filter: brightness(0.9);
}
#posts .column.left .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;
}
#posts .column.left .card .title {
  padding: 1rem !important;
  font-weight: 700;
  color: #292929;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#posts .column.left .card .title a {
  max-width: 250px;
  margin: auto;
  font-size: 1.1rem;
}
#posts .column.left .card .description {
  padding: 1rem !important;
  font-size: 1rem;
  color: #414141;
  text-align: center;
}
#posts .column.left .card .tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -0.25rem;
}
#posts .column.left .card .tags a {
  font-size: 0.9rem;
  color: #000;
  padding: 0.25rem 0.5rem;
  border: 1px solid #dedede;
  border-radius: 100px;
  white-space: nowrap;
  margin: 0.25rem;
}
#posts .column.left .card .tags a:not(:last-child) {
  margin-right: 0.5rem;
}
#posts .column.left .post-cover img {
  width: 100%;
  border-radius: 2rem;
}
#posts .column.left .post-title {
  margin-top: 1rem;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 1rem;
}
#posts .column.left .post-title h1 {
  color: #2571d3;
}
#posts .column.left .post-content {
  margin-top: 2rem;
}
#posts .column.left .social-buttons {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
#posts .column.left .social-buttons span {
  margin-right: 1rem;
  margin-left: auto;
}
#posts .column.left .social-buttons i {
  font-size: 1.3rem;
}
#posts .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;
}
#posts .column.left .related-posts .card .content {
  position: relative;
}
#posts .column.left .related-posts .card:hover img {
  filter: brightness(0.9);
}
#posts .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;
}
#posts .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;
}
#posts .column.left .related-posts .card .title a {
  max-width: 250px;
  margin: auto;
  font-size: 1.1rem;
}
#posts .column.left .related-posts .card .tags {
  display: flex;
  justify-content: center;
  align-items: center;
}
#posts .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;
}
#posts .column.left .related-posts .card .tags a:not(:last-child) {
  margin-right: 0.5rem;
}
#posts .column.right {
  max-width: 340px;
  width: 100%;
}
#posts .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;
}
#posts .column.right .items-wrapper .items-title {
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  background: #000;
  border-radius: 100px;
  color: #fff;
}
#posts .column.right .items-wrapper.categories .items-title:before {
  background: #e14e4e;
}
#posts .column.right .items-wrapper.categories .item {
  padding: 0.75rem 0;
  display: block;
  font-size: 1.1rem;
  color: #4d4d4d;
}
#posts .column.right .items-wrapper.categories .item i {
  color: #0060a5;
  font-size: 0.9rem;
  margin-right: 0.5rem;
}
#posts .column.right .items-wrapper.latest-posts .items-title:before {
  background: #ff8f00;
  width: 30%;
}
#posts .column.right .items-wrapper.latest-posts .item {
  display: flex;
  align-items: center;
}
#posts .column.right .items-wrapper.latest-posts .item:not(:last-child) {
  margin-bottom: 1rem;
}
#posts .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;
}
#posts .column.right .items-wrapper.latest-posts .item .content {
  margin-left: 1rem;
}
#posts .column.right .items-wrapper.latest-posts .item .content > a {
  font-size: 1.1rem;
}
#posts .column.right .items-wrapper.latest-posts .item .content p * {
  font-size: 0.9rem;
  color: #6d6d6d;
}
#posts .column.right .items-wrapper.tags .items-title:before {
  background: #e935f8;
  width: 40%;
}
#posts .column.right .items-wrapper.tags .items-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#posts .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;
}
#posts-search input {
  border-radius: 100px;
}
#preview {
  overflow: hidden;
}
#preview #app {
  padding-top: 60px;
}
#preview .ui.grid {
  min-height: calc(100vh - 60px);
}
#preview #top-menu.preview .right.menu .item:first-child {
  padding: 0.75rem;
  background: #ffe047;
  color: #000;
  height: auto;
}
#preview iframe {
  padding: 0;
  width: 100%;
  visibility: hidden;
}
#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.3rem;
  letter-spacing: 1.5px;
  color: #ba02a9;
  margin-bottom: 0;
}
#pricing .column.title h3 {
  font-size: 1.2rem !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: #fff;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  border-radius: 2rem !important;
  position: relative;
  width: 350px;
}
#pricing .card .content {
  padding: 0.5rem 1rem;
  border: none;
}
#pricing .card .content.name {
  padding: 2rem;
}
#pricing .card .content.name span {
  padding: 1.5rem 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  border-radius: 1.5rem;
  color: #fff;
}
#pricing .card .content.description {
  text-align: left;
  height: 100%;
  padding-bottom: 85px;
}
#pricing .card .content.description div {
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  line-height: 1.8 !important;
}
#pricing .card .content.description div i {
  margin-right: 1rem;
}
#pricing .card .content.price {
  font-size: 2.2rem !important;
  text-align: center;
  font-weight: 800;
  color: #313434;
  padding: 2rem 1rem;
  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);
}
#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.3rem solid #dfdfdf;
}
#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;
  font-size: 11px;
}
#auth .card .content.logo {
  background: #ffffff;
  border-bottom: 0.5rem solid #ffffff;
}
#auth .card .content.logo a {
  display: table;
  margin: auto;
}
#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;
}
#folder {
  max-width: 1100px;
  margin: 4rem auto !important;
}
#folder .title {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  display: table;
  margin: 0 auto 4rem;
  background: #f94253;
  border-right: 0.35rem solid #ffd747;
  border-bottom: 0.35rem solid #ffd747;
  padding: 1rem;
  border-radius: 1rem;
  transform: rotate(-4deg);
  font-weight: 600;
}
#folder .card {
  border-radius: 1rem;
  box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  overflow: hidden;
  position: relative;
}
#folder .card :not(.icon) {
  font-size: 1.2rem;
}
#folder .card:hover {
  top: -2px;
}
#folder .card .content.name {
  font-weight: 600;
  background: linear-gradient(30deg, #4169e1, #4169e1, #3452ac);
  color: #fff;
}
#folder .card .content.link {
  font-weight: 700;
  border-bottom: 0.25rem solid #f94253;
  border-radius: 0 0 1.5rem 1.5rem !important;
  text-transform: uppercase;
  font-size: 1.1rem !important;
  line-height: 1;
  padding: 1.5rem 1rem 1rem;
  display: block;
  color: #1d1d1d;
}
#folder .card .content.link:hover {
  background: #f4f3de;
}
#folder .card .content i {
  color: #525252;
}
#recently-viewed-items {
  padding: 1rem;
  margin: 1rem;
  border-radius: 1rem;
  background: #f9f9f9;
  width: calc(100% - 2rem);
}
#recently-viewed-items > .title {
  font-size: 0.9rem;
  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;
}
#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: 1rem;
  opacity: 75%;
  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;
}
@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 .left.column {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10;
    visibility: hidden;
    overflow: hidden;
    display: none;
  }
}
@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;
  }
  #item .r-side {
    display: none;
    position: absolute;
    right: 0;
    top: 65px;
    z-index: 2;
  }
  .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;
  }
}
@media (max-width: 768px) {
  #top-search .categories.large .label:nth-child(-n + 20) {
    display: none;
  }
  #support .column.right {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }
  #footer {
    margin: 0 !important;
  }
  #user-directory .card {
    width: calc(33.33333% - 1rem);
  }
  #checkout-page .cart-items {
    min-height: auto;
  }
}
@media (max-width: 680px) {
  #body .cards.masonry {
    grid-template-columns: repeat(2, minmax(auto, 1fr)) !important;
  }
  #top-menu > .right.menu .item.search-icon {
    display: flex;
  }
  #top-menu .search-form {
    display: none;
  }
  #mobile-search-bar {
    display: flex;
  }
  #posts .social-buttons i {
    margin-right: 0 !important;
  }
  #posts .social-buttons span {
    display: none;
  }
  #top-menu .dropdown.cart .toggler span,
  #top-menu .dropdown.notifications .toggler span {
    display: block;
    position: absolute;
    top: 2px;
    right: -5px;
    font-size: 0.8rem;
  }
  #pricing .ten.wide.column {
    width: 100% !important;
    padding: 1rem !important;
  }
}
@media (max-width: 570px) {
  #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;
  }
  #item .l-side .item .cover .price-holder {
    left: 1rem;
  }
  #item .l-side .item .cover .off {
    display: none;
  }
  #top-search {
    padding: 0;
  }
  #top-search h1 {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.5;
  }
  #items .search.item,
  #top-search .categories.large .label:nth-child(-n + 25) {
    display: none;
  }
  #items .left-column-toggler {
    margin-left: auto;
  }
  .ui.doubling.cards {
    display: block;
    padding: 1rem !important;
  }
  .ui.doubling.cards .card {
    display: block;
    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 > .wrapper.posts {
    padding: 1rem 1rem 2rem !important;
  }
  .home-items .ui.four.doubling.cards {
    margin: 0 !important;
  }
}
@media (max-width: 510px) {
  #body .cards.masonry {
    grid-template-columns: repeat(1, minmax(auto, 1fr)) !important;
  }
  #item .l-side .item .cover .cover-wrapper.ebook {
    flex-wrap: wrap;
    justify-content: center;
  }
  #item .l-side .item .cover .cover-wrapper.ebook .right {
    margin-top: 1rem;
  }
  .home-items .ui.menu .menu {
    justify-content: flex-end;
  }
  .home-items .ui.menu .item,
  .home-items .ui.menu .menu {
    flex: 1;
  }
}
@media (max-width: 480px) {
  #cookies {
    bottom: 70px;
    flex-wrap: wrap;
  }
  #cookies div.button {
    margin-top: 1rem;
  }
  .border {
    display: none;
  }
  #app:not(.home) #top-menu {
    height: 65px;
  }
  #app:not(.home) #menu-cover {
    display: none;
  }
  #app:not(.home) #mobile-top-search {
    padding-bottom: 1rem;
    margin-top: -5px;
  }
  #app:not(.home) #mobile-top-search input {
    background: #fff;
    color: #afafaf;
    border: 1px solid #ddd8d8;
  }
  #app:not(.home) #mobile-top-search,
  #app:not(.home) #top-menu {
    background: #fff;
  }
  #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 {
    position: absolute;
    top: -70px;
  }
  #top-menu .header.logo img {
    max-width: 130px;
    min-width: auto;
    width: 100%;
  }
  #top-menu .right.menu > .item .item.dropdown,
  #top-menu .right.menu > .item:not(.mobile-only) {
    display: none !important;
  }
  #top-menu .right.menu > .item.mobile-only {
    color: #fff;
  }
  .home-items .ui.menu .item {
    font-size: 0.9rem !important;
  }
  .home-items > .wrapper .header {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
  }
  .home-items > .wrapper.newest .ui.items .item {
    width: 130px;
    height: 130px;
  }
  #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;
  }
  #posts .social-buttons button {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (max-width: 400px) {
  #checkout-page .column.right {
    max-width: 100%;
  }
  #top-menu .dropdown.cart .menu,
  #top-menu .dropdown.notifications .menu,
  #top-menu .dropdown.search .menu {
    left: 1rem !important;
    right: auto;
  }
  #user-directory .card {
    width: 100%;
  }
  #mobile-menu-2 .item {
    font-size: 0.7rem;
  }
  #mobile-menu-2 .item svg {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 790px) {
  .ad_728x90 {
    display: block;
  }
}
@media (min-width: 490px) and (max-width: 789px) {
  .ad_468x60 {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 489px) {
  .ad_320x100 {
    display: block;
  }
}
