@charset "UTF-8";
p {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #000;
}

video,
iframe.video {
    width: 100%;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
    display: flex;
}

iframe.video {
    min-height: 195px;
}

.player {
    display: flex;
    padding: 1rem 1rem 0.5rem;
    align-items: center;
}
.player .actions {
    display: flex;
}
.player .link {
    font-size: 1.6rem !important;
    line-height: 1;
}
.player .link.pause,
.player .link.play {
    display: none;
}
.player .link.pause.visible,
.player .link.play.visible {
    display: block;
    color: #000;
}
.player > .timeline {
    padding: 0 0.75rem;
    flex: 1;
}
.player > .duration {
    font-size: 1rem !important;
    font-weight: 500;
    margin-right: 0;
    min-width: 45px;
    text-align: right;
}

.justify-content-center {
    justify-content: center;
}

.floated.left {
    float: left !important;
}
.floated.right {
    float: right !important;
}

.aligned.right {
    text-align: right !important;
}

.ui.form .field > .floating.selection.dropdown {
    border-radius: 100px !important;
}
.ui.form .field > .floating.selection.dropdown .menu {
    border-radius: 1rem !important;
}
.ui.form .field > .floating.selection.dropdown > .label {
    border-radius: 100px;
}

.ui.star.rating .active.icon {
    color: #ffbc00 !important;
    text-shadow: none !important;
}

.image.rating {
    display: flex;
    align-items: center;
    justify-content: center;
}
.image.rating svg {
    flex: 1;
    max-width: 18px;
    margin: 0 0.2rem;
    width: 100%;
}

.ui.button.yellow {
    background: #ffe73e !important;
    color: #000 !important;
}
.ui.button.yellow:hover {
    background: #ffba20 !important;
    color: #000 !important;
}
.ui.button.white {
    background: #fff !important;
    color: #000 !important;
}
.ui.button.white:hover {
    background: #fff !important;
    color: #000 !important;
}

.circular-corner {
    border-radius: 500px !important;
}

.rounded-corner,
#cart-checkout .payment-methods .items,
.selection-title .menu a,
#top-menu .dropdown.cart .items .item .subcontent input {
    border-radius: 1rem !important;
}

.ui.message.white {
    background: #fff;
}

.ui.pagination.menu {
    border-radius: 500px;
}
.ui.pagination.menu .item {
    font-size: 1.1rem;
}

h2 {
    font-size: 1.5rem;
}

a {
    opacity: 1 !important;
    color: #000;
    cursor: pointer;
}

.bold,
strong {
    font-weight: 600;
}

.overflow-hidden {
    overflow: hidden;
}

input.error {
    background: #fff6f6 !important;
    border-color: #e0b4b4 !important;
    color: #9f3a38 !important;
}

html,
body {
    height: auto !important;
    background: #f9f9f9;
    max-width: 1600px;
    margin: 0 auto;
}

.main.container {
    width: 100% !important;
    background: #fff;
    margin: 0 auto !important;
}

#maintenance-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#maintenance-page .row {
    flex-direction: column;
}
#maintenance-page .timeout-wrapper {
    display: flex;
    margin-bottom: 3rem;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
}
#maintenance-page .timeout-wrapper .item {
    margin: 0.5rem;
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.25rem;
    color: #fff;
    line-height: 1;
    border-radius: 1rem;
}
#maintenance-page .timeout-wrapper .item .text {
    margin-top: 1rem;
    font-size: 1.1rem;
    font-weight: 700;
}
#maintenance-page .timeout-wrapper .item .count {
    font-size: 2rem;
}
#maintenance-page .ui.header {
    font-size: 2rem;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
#maintenance-page .ui.header.sub {
    margin-top: 2rem;
    font-weight: 500;
    font-size: 1.6rem;
    color: #cadcea;
    text-transform: capitalize;
}
#maintenance-page .logo {
    margin-bottom: 2rem;
}
#maintenance-page .logo img {
    max-width: 300px;
    height: auto;
    width: 100%;
}
#maintenance-page .more {
    margin: 5rem auto 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
#maintenance-page .more .content {
    max-width: 800px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
}

.center.aligned {
    text-align: center;
}

.left.aligned {
    text-align: left;
}

.right.aligned {
    text-align: right;
}

.buttons.spaced {
    display: flex;
}
.buttons.spaced .button {
    flex: 1;
}
.buttons.spaced .button.basic {
    border: 1px solid #dddddd;
    border-radius: 0.25rem;
}
.buttons.spaced .button:not(:last-child) {
    margin-right: 0.5rem;
}

.display-flex {
    display: -ms-flex;
    display: flex;
}

.custom.divider {
    border-bottom: 5px solid #2185d0 !important;
    margin: 1rem -1rem;
}

.d-none {
    display: none !important;
}

.d-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;
}

.borderless,
#blog .post .column.left .related-posts .card .content,
#blog .posts .column .card .content,
.selection-title .menu,
.home-items .content,
#top-menu .ui.dropdown .left.menu,
#body .card.product .content {
    border: none !important;
}

.shadowless,
.selection-title .menu,
#body .card,
.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column,
.ui.celled.grid > .row {
    box-shadow: none !important;
}

.radiusless,
.selection-title .menu,
#top-menu .dropdown.cart .items .item,
#top-menu .user > .left.menu > div.item,
#top-menu .user > .left.menu a.item {
    border-radius: 0 !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.capitalize {
    text-transform: capitalize !important;
}

img {
    max-width: 100%;
}

.divider.fluid {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}

.ui.card > :last-child,
.ui.cards > .card > :last-child {
    border-radius: 0;
}

.ui.secondary.menu .active.item {
    background: transparent;
    font-weight: 600;
}

span.tag {
    color: #fff;
    display: block;
}
span.tag.red {
    background: #ff3e4d !important;
    color: #fff !important;
}
span.tag.yellow {
    background: linear-gradient(to right, #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:hover,
.button.silver:active,
.button.silver:focus {
    color: #fff;
    font-weight: bold;
}
.button.tumblr {
    background: #44546a;
    color: #fff;
}
.button.tumblr:hover {
    background: #394659;
    color: #fff;
}
.button.white {
    background: #fff !important;
    color: #000 !important;
    font-weight: normal !important;
}
.button.white.basic {
    border: 1px solid silver !important;
}
.button.white:hover {
    font-weight: bold !important;
}

.action img {
    width: 25px;
    pointer-events: none;
}
.action img.heart:not(.outline) {
    display: none !important;
}
.action.like {
    padding: 0;
}
.action.like i.heart {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.action.like i.heart.active {
    color: #ff4646;
}
.action.like.active .heart.outline {
    display: none !important;
}
.action.like.active .heart:not(.outline) {
    display: block !important;
}
.action:not(.like) {
    background: #f8f9fd;
    padding: 0 !important;
    height: 40px !important;
    border-radius: 100px;
    border: 1px solid #eaeaea;
}

#body {
    margin: auto;
    background: white;
    max-width: 100%;
}
#body .card {
    position: relative !important;
}
#body .card.product {
    border-radius: 1rem !important;
    overflow: hidden;
    box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
    z-index: 9;
}
#body .card.product .ui.corner.label,
#body .card.product .ui.corner.label i {
    color: #fff !important;
}
#body .card.product .ui.corner.label.on-sale:after {
    border-top-color: #46b47a;
}
#body .card.product .ui.corner.label.on-sale i {
    transform: rotate(30deg);
}
#body .card.product .ui.corner.label.on-sale i:before {
    content: "\F0E7";
}
#body .card.product .ui.corner.label.trending:after {
    border-top-color: #4a77ab;
}
#body .card.product .title a {
    display: block;
    font-size: 1.1rem;
}
#body .card.product:hover .cover img {
    filter: brightness(0.9);
}
#body .card.product .rating {
    font-size: 1.2rem;
}
#body .card.product .content {
    padding: 0.5rem 1rem;
}
#body .card.product .content.p-1-hf {
    border-top: 1px solid #f1f1f1 !important;
}
#body .card.product .content.cover {
    position: relative;
    text-align: center;
    padding: 1rem 0 !important;
    background: #fff;
    display: block;
    border-bottom: 0.2rem dotted #e3e3e3 !important;
}
#body .card.product .content.cover a {
    display: block;
}
#body .card.product .content.cover img {
    max-width: calc(100% - 2rem);
    border-radius: 1rem;
    margin: 0 auto;
}
#body .card.product .content.cover.preview {
    padding: 0 !important;
    border-bottom: none !important;
}
#body .card.product .content.bottom {
    height: 55px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    border-top: 1px solid #f1f1f1 !important;
}
#body .card.product .content.bottom > div {
    height: 55px;
    flex: 1;
    padding: 0.85rem;
    align-items: center;
    display: flex;
    min-width: 40px;
}
#body .card.product .content.bottom > div:not(.price-wrapper) {
    flex: none;
    margin-left: auto;
    justify-content: center;
}
#body .card.product .content.bottom > div.action {
    cursor: pointer;
}
#body .card.product .content.bottom > div.out-of-stock {
    font-weight: 600;
    width: 100%;
    background: #eeeef6;
}
#body .card.product .content.bottom .price-wrapper.has-promo .price {
    text-decoration: line-through;
}
#body .card.product .content.bottom .price-wrapper.has-promo .promo-price {
    font-weight: 700;
    color: #12973b;
    line-height: 1;
}
#body .card.product .title {
    color: #292929;
    font-weight: 600;
    padding: 1rem !important;
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #ffffff !important;
}
#body .card.product .title > div {
    text-align: center;
    margin: auto;
}
#body .card.product .title a {
    max-width: 250px;
    margin: auto;
}
#body .card.product .price,
#body .card.product .category {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    font-weight: bold;
    color: #000;
    display: block;
    float: left;
    border-radius: 0.25rem;
    cursor: default;
    position: relative;
    line-height: 1;
    min-width: 73px;
    text-align: center;
}
#body .card.product .price {
    padding: 0;
    text-align: left;
}
#body .card.product .category {
    font-size: 1.3rem;
    color: #000;
    text-align: center;
    display: inline-block;
    margin: 1rem auto 0;
    font-weight: 500;
    float: none;
    padding: 0.65rem 1rem 0.4rem;
    border-radius: 0.8rem;
    background: #fff14a;
}
#body .card.product .price.free.paid::after,
#body .card.product .price.free.paid::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    height: 100%;
    width: 2px;
    background: rgba(255, 255, 255, 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.video .content.cover.preview,
#body .card.type-- .content.cover.preview,
#body .card.graphic .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: center top;
    background-size: contain;
    background-repeat: round;
}
#body .cards.masonry {
    display: grid;
    grid-gap: 10px 21px;
    grid-template-columns: repeat(auto-fill, minmax(auto, 1fr));
    grid-auto-rows: 20px;
}
#body .cards.masonry .card {
    width: 100%;
}
#body .cards.masonry.six {
    grid-template-columns: repeat(6, minmax(auto, 1fr));
}
#body .cards.masonry.five {
    grid-template-columns: repeat(5, minmax(auto, 1fr));
}
#body .cards.masonry.four {
    grid-template-columns: repeat(4, minmax(auto, 1fr));
}
#body .cards.masonry.three {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
}
#body .cards.masonry.two {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
}
#body .cards.masonry.one {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
}

.label.white {
    background: #fff !important;
    color: #909090 !important;
}
.label.silver {
    background: silver !important;
    color: #fff !important;
}

.right.floated {
    float: right;
}

.dimmer.modals {
    overflow-y: auto;
}

#vertical-divider {
    position: relative;
    height: 100%;
    padding: 0;
}
#vertical-divider:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ececec;
    z-index: 1;
}

#top-menu {
    background: transparent;
    border: none;
    height: 70px;
    max-width: 100vw;
    width: 100%;
    left: 0;
    margin: 0 auto;
    border-radius: 0;
    padding: 0;
    z-index: 9;
}
#top-menu .logo img {
    min-width: 180px;
    max-width: 200px;
    width: 100%;
}

#top-menu .wrapper {
    display: flex;
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

#top-menu .user:hover {
    color: #116ca2;
}
#top-menu .user > .left.menu {
    min-width: 200px;
    background: linear-gradient(45deg, rgba(198, 27, 27, 0.93), #fc7f5a);
    border-radius: 1rem;
    margin-top: -1rem;
}
#top-menu .user > .left.menu > .item {
    color: #fff !important;
    font-weight: normal !important;
    position: relative;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin: 0 !important;
}
#top-menu .user > .left.menu > .item:hover {
    background: #4e6365 !important;
}
#top-menu .user > .left.menu > .item:first-child {
    background: white !important;
    color: #000 !important;
    border-radius: 1rem 1rem 0 0 !important;
}
#top-menu .user > .left.menu > .item:first-child:hover {
    background: white !important;
    font-weight: 500 !important;
}
#top-menu .user > .left.menu > .item:last-child {
    background: #fff !important;
    color: #000 !important;
    border-radius: 0 0 1rem 1rem !important;
}
#top-menu .user > .left.menu > .item:last-child:hover {
    background: white !important;
    font-weight: bold !important;
}
#top-menu .user > .left.menu .left.menu {
    top: -42px !important;
    border-radius: 0.5rem 0 0 0.5rem !important;
    background: #fff;
    box-shadow: -3px 0 5px 1px #d1d1d1 !important;
    min-width: 200px;
}
#top-menu .user > .left.menu .left.menu .item {
    position: relative;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    color: #000 !important;
}
#top-menu .user > .left.menu .left.menu .item:hover {
    background: #f7f7f7 !important;
}
#top-menu .user > .left.menu .left.menu .item:hover:after {
    visibility: hidden;
}
#top-menu .user > .left.menu .left.menu .item:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    height: 1px;
    width: 90%;
    background: #e0e0e0 !important;
}
#top-menu .user > .left.menu .left.menu .item:not(:last-child):after:hover {
    background: #ececec !important;
}
#top-menu .dropdown.cart {
    position: relative;
}
#top-menu .dropdown.cart .items-wrapper {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
#top-menu .dropdown.cart .menu {
    border-radius: 1rem;
    margin-top: -1rem !important;
    min-width: 300px;
    max-width: 300px;
    position: absolute;
    right: 0;
    top: 70px;
    margin-top: 0;
    visibility: hidden;
}
#top-menu .dropdown.cart .items .item {
    display: flex;
    width: 300px;
    cursor: text;
    margin: 0 !important;
}
#top-menu .dropdown.cart .items .item.checkout {
    justify-content: center;
    background: #f35353;
    cursor: pointer;
    color: #fff;
    border-radius: 0 0 1rem 1rem !important;
    width: 100%;
    margin: 0 !important;
    font-size: 1.28571429rem !important;
    font-weight: bold !important;
    padding: 1rem;
}
#top-menu .dropdown.cart .items .item.checkout:hover,
#top-menu .dropdown.cart .items .item.checkout:active,
#top-menu .dropdown.cart .items .item.checkout:focus {
    background: #ed3838 !important;
    font-weight: bold !important;
}
#top-menu .dropdown.cart .items .item:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}
#top-menu .dropdown.cart .items .item:hover {
    font-weight: normal !important;
}
#top-menu .dropdown.cart .items .item .content {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
#top-menu .dropdown.cart .items .item strong {
    cursor: pointer;
    text-align: left;
    font-weight: 600;
}
#top-menu .dropdown.cart .items .item strong:hover {
    color: #346894;
}
#top-menu .dropdown.cart .items .item .subcontent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
#top-menu .dropdown.cart .items .item .subcontent input {
    width: 100%;
    border: 1px solid #dadada;
    box-shadow: none;
    padding: 0.35rem;
}
#top-menu .dropdown.cart .items .item .subcontent div {
    flex: 1;
    text-align: center;
}
#top-menu .dropdown.cart .items .item .subcontent div.price {
    flex: 2;
    text-align: left;
    color: slategrey;
}
#top-menu .dropdown.cart .items .item .subcontent div.remove {
    text-align: right;
    cursor: pointer;
}
#top-menu
    .dropdown.cart
    .items
    .item
    .subcontent
    div.remove[disabled="disabled"] {
    cursor: default;
}
#top-menu
    .dropdown.cart
    .items
    .item
    .subcontent
    div.remove:not([disabled="disabled"]):hover
    i {
    font-weight: bold !important;
}
#top-menu .dropdown.cart .items .item .image {
    background-position: bottom center;
    background-size: cover;
    min-width: 50px;
    max-width: 50px;
    width: 100%;
    height: 50px;
    border-radius: 1rem;
}
#top-menu .dropdown.cart span {
    margin-left: 0.25rem;
}
#top-menu .dropdown.notifications .menu {
    border-radius: 1rem;
    margin-top: -1rem !important;
    width: 300px;
    position: absolute;
    right: 0;
    top: 70px;
    margin-top: 0;
    visibility: hidden;
}
#top-menu .dropdown.notifications .menu .items-wrapper {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
#top-menu .dropdown.notifications .menu .item {
    padding: 0.5rem;
    text-align: left;
    border-radius: 0;
    margin: 0 !important;
}
#top-menu .dropdown.notifications .menu .item:not(:last-child) {
    border-bottom: 1px solid whitesmoke;
}
#top-menu .dropdown.notifications .menu .item .image {
    width: 50px !important;
    min-width: 50px;
    height: 50px !important;
    background-position: bottom center;
    background-size: cover;
    border-radius: 100px;
}
#top-menu .dropdown.notifications .menu .item p,
#top-menu .dropdown.notifications .menu .item time {
    font-size: 0.9rem;
}
#top-menu .dropdown.notifications .menu .item time {
    float: right;
}
#top-menu .dropdown.notifications .menu .item.all {
    padding: 1rem;
    text-align: center !important;
    justify-content: center;
    background: #0b93bc;
    border-radius: 0 0 1rem 1rem;
    font-weight: bold;
    color: #ffffff;
}
#top-menu .dropdown.notifications .menu .item.all:hover {
    background: #0fb5e7 !important;
    font-weight: bold;
}
#top-menu .dropdown.notifications .menu div.item {
    cursor: initial;
}
#top-menu .dropdown.categories .menu {
    border-radius: 1rem;
    margin-top: -1rem;
}
#top-menu .dropdown.search .menu {
    border-radius: 1rem;
    margin-top: -1rem !important;
    width: 300px;
    position: absolute;
    right: 0;
    top: 70px;
    margin-top: 0;
    visibility: hidden;
    background: transparent;
}
#top-menu .dropdown.search .menu .item {
    margin: 0;
    padding: 0;
}
#top-menu .dropdown.search .menu input {
    border-radius: 500px;
    border: none;
    font-size: 1.4rem;
}
#top-menu > .header {
    padding: 0 0 0 1rem !important;
    margin: 0;
    width: 180px;
}
#top-menu > .header img {
    width: 100%;
}
#top-menu .item {
    position: relative;
}
#top-menu .item:hover,
#top-menu .item:active,
#top-menu .item:focus {
    background: transparent !important;
    font-weight: 600 !important;
}
#top-menu > .right.menu > .item {
    cursor: pointer;
    display: flex;
    padding: 0 0.5rem;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 0.6rem;
}
#top-menu > .right.menu > .item span {
    margin-top: 0.5rem;
}
#top-menu > .right.menu > .item i {
    font-size: 1.3rem;
}
#top-menu > .right.menu > .item.search-icon {
    display: none;
}
#top-menu > .item,
#top-menu .right.menu > .item {
    height: 70px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}
#top-menu .ui.dropdown .header {
    font-size: 1rem;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
    padding: 1rem;
    position: relative;
    color: #fff;
}
#mobile-search-bar {
    display: none !important;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 99;
    background: #fff;
    padding: 0.75rem;
    height: 60px;
    width: 100%;
}

#mobile-menu {
    position: fixed;
    top: 1rem;
    left: 10px;
    z-index: 10;
    background: #ffffff;
    border-radius: 1rem;
    margin: 0;
    box-shadow: none;
    border: 0;
    width: 310px;
    height: calc(100vh - 2rem);
    visibility: hidden;
    padding: 0.5rem;
    overflow-y: auto;
}
#mobile-menu .wrapper {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}
#mobile-menu .item {
    font-size: 1.15rem;
    padding: 0.8rem 1rem;
    text-transform: capitalize;
    margin: 0 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.4;
    color: #3a3a3a;
    font-weight: 500;
}
#mobile-menu .item i {
    float: left !important;
    margin-left: 0;
    margin-right: 1rem;
}
#mobile-menu .item:not(:last-child) {
    border-bottom: 1px dashed #e9e9e9;
}
#mobile-menu .item:hover {
    background: transparent;
    font-weight: bold;
}
#mobile-menu .item:before {
    display: none;
}
#mobile-menu .body,
#mobile-menu .sub-body {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}
#mobile-menu .footer {
    margin: 8px -0.5rem -0.5rem;
    padding: 1rem;
    background: linear-gradient(-14deg, #002542, #004d8a);
    border-radius: 0 0 0.25rem 0.25rem;
}
#mobile-menu .footer i {
    font-size: 1.1rem;
}
#mobile-menu .footer p {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.9rem;
}
#mobile-menu .footer * {
    color: #fff;
}
#mobile-menu .footer .button {
    padding: 0.5rem;
}
#mobile-menu .footer .button:hover {
    background: #001a2f !important;
}

#mobile-menu-2 {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 20;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    display: none;
    height: 70px;
}
#mobile-menu-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: linear-gradient(to right, 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:hover,
#mobile-menu-2 > .item:active,
#mobile-menu-2 > .item:visited,
#mobile-menu-2 > .item:focus,
#mobile-menu-2 > .item.active {
    background: whitesmoke;
}
#mobile-menu-2 > .item .icon {
    margin-bottom: 0.25rem;
}
#mobile-menu-2 > .item svg {
    width: 32px;
    height: 32px;
}
#mobile-menu-2 > .item svg * {
    stroke: #565656 !important;
}

#blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 93, 153, 0.43);
    z-index: 8;
}

#items-menu {
    position: fixed;
    top: 60px;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 9;
    display: none;
}
#items-menu:before,
#items-menu:after {
    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: bold;
}
#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: initial;
    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: white;
    color: #000;
    font-weight: bold;
}
.items-menu.popup a:hover {
    font-weight: bold;
}
.items-menu.popup a:hover:after {
    visibility: hidden;
}

#top-search,
#menu-cover {
    border: none;
    position: relative;
    background-size: cover;
    background-position: center bottom;
    z-index: 2;
    overflow: hidden;
    padding: 7rem 0 4rem;
    margin-top: -70px;
}
#top-search .column,
#menu-cover .column {
    margin-top: -2rem;
}
#top-search:before,
#menu-cover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#top-search .categories,
#menu-cover .categories {
    display: none;
    /* max-width: 1280px; */
    margin: auto;
}
#top-search .categories .label,
#menu-cover .categories .label {
    color: #007ec1;
    border: 1px solid #007ec1;
}
#top-search .categories .label:hover,
#menu-cover .categories .label:hover {
    color: #fff;
    background: #007ec1;
}
#top-search .categories .label:last-child,
#menu-cover .categories .label:last-child {
    margin-right: 0;
}
#top-search form,
#menu-cover form {
    max-width: 500px;
    margin: auto;
    margin-top: 1rem;
}
#top-search form input,
#menu-cover form input {
    border-radius: 100px;
    border: none;
}
#top-search h1,
#top-search h3,
#menu-cover h1,
#menu-cover h3 {
    padding: 0.5rem 1rem;
    background: transparent;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
}
#top-search h1,
#menu-cover h1 {
    margin-bottom: 0;
    max-width: 800px;
    font-size: 2.9rem;
    font-weight: 600;
    line-height: 65px;
}
#top-search h3,
#menu-cover h3 {
    margin: 1rem auto;
    overflow: hidden;
    max-width: 400px;
    width: 100%;
    white-space: nowrap;
}
#top-search .grid,
#menu-cover .grid {
    height: 100%;
}

#mobile-top-search {
    display: none;
    z-index: 3;
    width: 100%;
    padding: 0.25rem 1rem;
    font-size: 1.2rem;
}
#mobile-top-search input {
    border-radius: 1rem;
    border: none;
}

#menu-cover {
    background-position: bottom;
    padding: 6rem 1rem !important;
    width: 100%;
}

#single-page {
    background: #fff;
    max-width: 1100px;
    margin: 80px auto 0;
    padding: 0 1rem;
}
#single-page .column {
    background: #fff;
    padding: 1rem 0;
    min-height: 80vh;
}
#single-page .title-wrapper {
    padding: 1rem;
    margin: 0 1rem;
    text-align: center;
}
#single-page .title-wrapper h1 {
    font-size: 2.8rem;
    text-align: center;
    color: #515151;
}
#single-page .page-content {
    margin-top: 2rem;
}

.section-title {
    text-align: center;
}

.home-items {
    background: #fff;
    padding: 0 1rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.home-items:first-child {
    margin-top: 2rem;
}
.home-items .ui.header {
    font-size: 1.875rem;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 2;
    color: #0e76c4;
}
.home-items .sub.header {
    font-size: 1.4rem !important;
    color: #4f4f4f !important;
    max-width: 800px;
    margin: 0.5rem auto !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
}
.home-items .newest-item {
    padding: 0.75rem !important;
    max-width: 360px !important;
    width: 100%;
    border-radius: 1rem !important;
}
.home-items .newest-item .play {
    display: none;
}
.home-items .newest-item .card {
    border-radius: 1rem !important;
    overflow: hidden;
}
.home-items .newest-item .card .image {
    position: relative;
}
.home-items .newest-item .card .image .price {
    padding: 0.5rem 0.25rem 0.25rem;
    display: table;
    border-radius: 0.5rem;
    background: #ffffff;
    color: #000000;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    z-index: 1;
    font-size: 1.1rem;
}
.home-items .newest-item .card .content {
    border-top: 0.35rem solid #fff !important;
}
.home-items .newest-item .card .content .name {
    font-size: 1.2rem;
    color: #000;
    line-height: 1.5;
}
.home-items .newest-item.ebook {
    max-width: 160px !important;
}
.home-items .newest-item.ebook .card {
    display: table;
}
.home-items .newest-item.ebook .card .content {
    display: none;
}
.home-items .newest-item.audio {
    max-width: 250px !important;
}
.home-items .newest-item.audio .play {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-items .newest-item.audio .play a {
    display: flex;
    width: 60px;
    height: 60px;
    padding: 1rem 0.75rem 1rem 1.1rem;
    background: #ffffffd6;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
}
.home-items .newest-item.audio .play a img {
    width: 30px;
    height: 30px;
}
.home-items .newest-item.audio .card .image {
    display: flex;
}
.home-items .newest-item .ui.items {
    display: flex;
    margin: 0 -0.5rem;
    justify-content: center;
    padding: 0 1rem;
    flex-wrap: wrap;
}
.home-items .newest-item .ui.items .item {
    margin: 0.5rem;
    width: 114px;
    height: 114px;
    background-size: cover;
    border-radius: 1rem;
    box-shadow: 0px 6px 20.1px 4.9px rgba(94, 100, 117, 0.18);
    position: relative;
    z-index: 1;
}
.home-items .wrapper {
    max-width: 1100px;
    margin: auto;
}
.home-items .wrapper.newest .ui.items {
    display: flex;
    margin: 0 -0.5rem;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 1rem;
}
.home-items .wrapper.newest .ui.items .item {
    margin: 0.5rem;
    width: 114px;
    height: 114px;
    background-size: cover;
    background-position: top;
    border-radius: 3rem;
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
    position: relative;
}
.home-items .wrapper.newest .ui.items.six .item {
    width: 150px;
    height: 150px;
}
.home-items .wrapper.newest .ui.items.five .item {
    width: 170px;
    height: 170px;
}
.home-items .wrapper.newest .ui.items.four .item {
    width: 205px;
    height: 205px;
}
.home-items .wrapper.newest .ui.items.three .item {
    width: 260px;
    height: 260px;
}
.home-items .wrapper.newest .ui.items.ebook .item {
    width: 120px;
    height: 155px;
}
.home-items .wrapper.newest .ui.items.ebook.six .item {
    width: 145px;
    height: 180px;
}
.home-items .wrapper.newest .ui.items.ebook.five .item {
    width: 170px;
    height: 220px;
}
.home-items .wrapper.newest .ui.items.ebook.four .item {
    width: 205px;
    height: 270px;
}
.home-items .wrapper.newest .ui.items.ebook.three .item {
    width: 260px;
    height: 335px;
}
.home-items .wrapper.featured {
    margin-top: 7rem;
}
.home-items .wrapper.featured .ui.secondary.menu {
    padding: 1.25rem;
    font-size: 1.2rem;
    justify-content: center;
    border-radius: 1rem;
}
.home-items .wrapper.featured .ui.secondary.menu a {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}
.home-items .wrapper.featured .ui.secondary.menu a.active,
.home-items .wrapper.featured .ui.secondary.menu a:hover {
    background: #ff4a4a;
    color: #fff;
}
.home-items .wrapper.featured .ui.doubling.cards {
    display: none !important;
}
.home-items .wrapper.featured .ui.doubling.cards.active {
    display: flex !important;
}
.home-items .wrapper.free .cards {
    justify-content: center;
    display: flex;
}
.home-items .wrapper.free .card {
    max-width: 166px;
}
.home-items .wrapper.free .image {
    background: transparent;
    padding: 0.5rem;
}
.home-items .wrapper.free .image .thumbnail {
    margin: auto;
    width: 150px;
    height: 150px;
    padding: 0.5rem;
    border-radius: 500px !important;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.home-items .wrapper.free .title {
    font-weight: 600;
    text-align: center;
    margin-top: 0.5rem;
}
.home-items .wrapper.pricing .cards {
    justify-content: center;
}
.home-items .wrapper.pricing .card {
    background: transparent;
    box-shadow: none !important;
}
.home-items .wrapper.pricing .card .contents {
    width: calc(100% - 50px);
    background: #fff;
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
    border-radius: 1rem !important;
    position: relative;
    height: 100%;
    margin-left: auto;
    min-height: 300px;
    padding-bottom: 100px;
}
.home-items .wrapper.pricing .card .content.description div {
    padding: 0.5rem 0.75rem;
    font-size: 1.2rem;
    line-height: 1.5 !important;
}
.home-items .wrapper.pricing .card .content.description div i {
    margin-right: 1rem;
}
.home-items .wrapper.pricing .card .content.description div:not(:last-child) {
    border-bottom: 2px dashed #e8e8e8;
}
.home-items .wrapper.pricing .card .content.price {
    font-size: 2.2rem !important;
    text-align: center;
    font-weight: 800;
    color: #313434;
    padding: 3.5rem 1rem 2rem;
    line-height: 1;
}
.home-items .wrapper.pricing .card .content.price span {
    display: block;
    margin-top: 0.75rem;
    font-size: 1.1rem;
}
.home-items .wrapper.pricing .card .content.buy {
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 1.5rem;
    width: 100%;
}
.home-items .wrapper.pricing .card .content.buy a {
    color: #fff;
    font-weight: 600;
    margin: auto;
    border-radius: 1rem;
    font-size: 1.3rem;
    padding-bottom: 0.75rem;
    padding-top: 1rem;
}
.home-items .wrapper.pricing .card .content.buy a:hover {
    filter: drop-shadow(0 0 3px grey);
}
.home-items .wrapper.pricing .card .name {
    padding: 1rem;
    position: absolute;
    right: 100%;
    top: 50px;
    width: 50px;
    min-height: 180px;
    text-align: center;
    display: flex;
    border-radius: 1rem 0 0 1rem;
    color: #fff;
}
.home-items .wrapper.pricing .card .name span {
    font-size: 1.6rem;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-weight: 600;
    right: -3px;
    letter-spacing: 1px;
}
.home-items .wrapper.posts {
    margin-top: 7rem;
    margin-bottom: 2rem;
}
.home-items .wrapper.posts .card {
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
    border-radius: 1rem !important;
    overflow: hidden;
}
.home-items .wrapper.posts .card .content.description {
    padding: 0.5rem 1rem 1rem !important;
    font-size: 0.9rem;
    color: grey;
}
.home-items .wrapper.posts .card .content.metadata {
    display: flex;
    align-items: center;
}
.home-items .wrapper.posts .card .content.metadata .left {
    width: 90px;
    padding: 0.5rem;
    text-align: center;
    background: #ffe73a;
    border-radius: 0.75rem;
    font-weight: bold;
}
.home-items .wrapper.posts .card .content.metadata .right {
    flex: 1;
    padding: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1rem;
}
.home-items .wrapper.posts .card .content.action {
    padding: 0.5rem 1rem !important;
}
.home-items .pricing.container {
    margin: 0 -1rem;
    padding: 2rem 1rem;
    margin-top: 4rem;
    background: #fcfcfc;
}
.home-items .content {
    padding: 0.5rem 1rem;
}

.selection-title .menu {
    background: transparent;
}
.selection-title .menu a:before,
.selection-title .menu a:after {
    display: none;
}
.selection-title .menu a {
    background: transparent !important;
    font-size: 18px;
    position: relative;
    color: #000 !important;
    padding: 0.5rem 1rem !important;
    border: 1px solid grey;
}
.selection-title .menu a:not(:last-child) {
    margin-right: 0.5rem;
}
.selection-title .menu a:hover,
.selection-title .menu a.active {
    font-weight: bold !important;
    background: transparent !important;
    color: #000;
}
.selection-title .menu a:hover span,
.selection-title .menu a.active span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(to right, #ff4335, #ffcc31, #ffffff);
    border-radius: 100%;
}

#notifications {
    margin: 0 auto !important;
    width: 100%;
    padding: 1rem;
    background: ghostwhite;
    margin-top: -1rem !important;
}
#notifications .column {
    background: white;
    border-radius: 0.5rem !important;
}
#notifications .column.items {
    min-height: 500px;
}
#notifications .column.items .items.unstackable {
    background: ghostwhite;
    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 white;
}
#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: #ffffff;
    font-weight: 600;
}
#notifications .column.items .items.unstackable .item:first-child {
    border-radius: 0.5rem 0.5rem 0 0;
}
#notifications .column.items .items.unstackable .item:last-child {
    border-radius: 0 0 0.5rem 0.5rem !important;
}

#footer {
    background: #2d2d2d;
    width: 100%;
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
    z-index: 0;
}
#footer li {
    list-style-type: none !important;
    line-height: 1.9;
}
#footer .row.first {
    max-width: 1400px;
    margin: auto !important;
    width: calc(100% - 1rem) !important;
    text-align: center;
    flex-wrap: wrap;
}
#footer .row.first .column {
    flex: 1;
    min-width: 300px;
}
#footer .row.first .newsletter i {
    color: #000 !important;
}
#footer .row.first h4 {
    color: #fff !important;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
}
#footer .row.first i {
    font-weight: bold;
}
#footer .row.first input {
    color: #000 !important;
    border-radius: 500px;
}
#footer li a,
#footer p {
    color: #fff !important;
    font-size: 1.2rem;
}
.site-footer .row.last {
    padding: 0.5rem 0;
}
.site-footer .row.last * {
    color: #fff !important;
}
.site-footer .row.last .menu {
    justify-content: center;
}
.site-footer .row.last .menu:first-child * {
    font-size: 1.1rem;
}
.site-footer .row.last .menu:last-child * {
    color: #8f9296 !important;
}
.site-footer .row.last .dropdown .menu {
    border: none;
    box-shadow: none;
    border-radius: 1rem !important;
    overflow: hidden;
}
.site-footer .row.last .dropdown .menu .wrapper {
    max-height: 196px !important;
    overflow: auto !important;
}
.site-footer .row.last .dropdown.languages a,
.site-footer .row.last .dropdown.currencies a {
    color: #000 !important;
}
.site-footer .row.last .dropdown.languages .header,
.site-footer .row.last .dropdown.currencies .header {
    font-size: 1rem !important;
    background: #0d72b9 !important;
    border-radius: 0;
    color: #fff !important;
    margin: 0 auto;
    padding: 1rem;
}
.site-footer .row.last .item:hover,
.site-footer .row.last .item:active,
.site-footer .row.last .item:focus {
    background: transparent !important;
    font-weight: 600;
}
.site-footer .row.last i {
    font-size: 1.4rem;
}
.site-footer .ui.message {
    border-radius: 100px;
    padding: 0.75rem !important;
}

#page-title {
    background: #fff;
    border-bottom: 1rem solid ghostwhite;
    border-radius: 0.25rem 0.25rem 0 0;
}
#page-title .header {
    color: #000;
}
#page-title .item .content {
    align-self: center;
}

#items {
    padding: 0;
    background: white;
    max-width: 1300px;
    margin: 2rem auto !important;
}
#items i.tag {
    color: tomato;
}
#items .row {
    background: #fff;
}
#items .row:nth-child(1) .sub.header {
    line-height: 1.5;
}
#items .column.left {
    visibility: visible;
    width: 320px;
    max-width: 320px;
    z-index: 2;
    margin-right: 1rem;
    padding: 0;
}
#items .column.left .categories,
#items .column.left .tags,
#items .column.left .price,
#items .column.left .filter.countries,
#items .column.left .filter.cities {
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
    border-radius: 2rem !important;
    overflow: hidden;
    padding: 2rem;
}
#items .column.left .categories *,
#items .column.left .tags *,
#items .column.left .price *,
#items .column.left .filter.countries *,
#items .column.left .filter.cities * {
    font-size: 1.1rem;
}
#items .column.left .categories .title,
#items .column.left .tags .title,
#items .column.left .price .title,
#items .column.left .filter.countries .title,
#items .column.left .filter.cities .title {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1.25rem 1.5rem 1rem;
    margin-bottom: 1rem;
    text-align: left;
    font-size: 1.2rem;
    position: relative;
    background: #cd5aaa;
    border-radius: 100px;
    line-height: 1;
}
#items .column.left .filter.countries,
#items .column.left .filter.cities {
    overflow: visible;
}
#items .column.left .filter.countries .ui.dropdown,
#items .column.left .filter.cities .ui.dropdown {
    border-radius: 1rem !important;
}
#items .column.left .filter.countries .ui.dropdown .label,
#items .column.left .filter.cities .ui.dropdown .label {
    border-radius: 100px;
}
#items .column.left .filter.countries .ui.dropdown .menu,
#items .column.left .filter.cities .ui.dropdown .menu {
    border-radius: 1rem !important;
}
#items .column.left .categories .item {
    padding: 0.85rem 1rem;
}
#items .column.left .categories .item:hover {
    background: transparent;
    color: #414040 !important;
    font-weight: bold;
}
#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: bold;
}
#items .column.left .categories .category.active .header span {
    color: #0789ba;
}
#items .column.left .tags .title:before {
    background: #ff5b5b;
}
#items .column.left .tags label span {
    position: relative;
    bottom: -2px;
}
#items .column.left .tags .item {
    padding: 0.85rem 1rem;
}
#items .column.left .tags .item:hover {
    background: transparent;
    color: #414040 !important;
    font-weight: bold;
}
#items .column.left .tags .vertical.menu {
    border-radius: 1rem;
    overflow: hidden;
    height: 300px;
    padding-right: 1rem;
}
#items .column.left .tags .vertical.menu:hover {
    padding-right: 0;
    overflow: auto;
}
#items .column.left .price .title:before {
    background: #e03997;
}
#items .column.left .price label {
    text-align: center;
}
#items .column.right {
    flex: 1;
    min-height: 100vh;
}
#items .column.right .ui.menu {
    overflow: auto;
}
#items .column.right .ui.menu.filter {
    min-height: 44px;
    font-size: 1.1rem;
    padding-bottom: 1rem;
}
#items .column.right .ui.menu.filter input {
    box-shadow: 0 0 0px 1000px white inset !important;
    border: none;
}
#items .column.right .ui.menu.filter > .item {
    border-radius: 500px;
    background: slateblue;
    box-shadow: inset 0 0 0px 3px white;
    border: 0.5px solid slateblue;
    font-weight: 500;
    color: #fff;
}
#items .column.right .ui.menu.filter > .item:hover:not(.search),
#items .column.right .ui.menu.filter > .item .active:not(.search) {
    background: #6e6d74;
    font-weight: 600;
    color: #fff;
}
#items .column.right .ui.menu.filter > .item .menu {
    margin-top: 0.5rem;
}
#items .column.right .ui.menu.filter > .item:not(:last-child) {
    margin-right: 0.5rem;
}
#items .column.right .ui.menu.filter > .item.search-form {
    margin-right: 0 !important;
    background: white;
    border: 1px solid #ececec;
}
#items .column.right .ui.menu.filter > .item.selected {
    background: #ff4e4e;
    color: #fff !important;
    font-weight: bold;
    border: 0.5px solid #ff4e4e;
}
#items .column.right .ui.menu.filter > .item.selected:hover,
#items .column.right .ui.menu.filter > .item.selected.active {
    background: #dc3f3f !important;
    color: #fff !important;
    font-weight: bold;
    border: 0.5px solid #dc3f3f;
}
#items .column.right .ui.menu.results {
    font-size: 1.2rem;
    margin: -1rem -1rem 0;
    padding: 1rem 1rem 0;
    align-items: center;
}
#items .column.right .ui.menu.results .item.header {
    padding: 1rem;
    font-size: 1.3rem;
    color: #484848;
}
#items .column.right .ui.menu.results .item.remove {
    background: #fff;
    border: 2px solid #d32c2c;
    color: #d32c2c;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    padding: 0.5rem !important;
    display: table;
    margin-right: 1rem;
    border-radius: 500px;
}
#items .column.right .ui.menu.results .item.remove:hover {
    background: #ffcc3b;
    color: #000;
    border-color: #ffcc3b;
}
#items .column.right .divider {
    border-color: #f3f3f3 !important;
    border-width: 0.5px;
}

#item {
    background: #fff;
    max-width: 1100px;
    margin: auto;
    padding: 1rem 1rem 0;
    overflow: hidden;
}
#item input {
    border-radius: 100px !important;
}
#item textarea {
    border-radius: 2rem !important;
}
#item .ui.licenses.dropdown {
    border-radius: 100px !important;
}
#item .ui.licenses.dropdown > .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
#item .ui.licenses.dropdown .menu {
    border-radius: 1rem !important;
}
#item #header {
    margin-bottom: 3rem;
}
#item #header .item {
    align-items: center;
    max-width: 90%;
    justify-content: center;
    margin: 0 auto;
}
#item #header img {
    border-radius: 2rem;
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
    max-width: 500px;
    width: 100%;
}
#item #header .column {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
}
#item #header .ui.items .item {
    justify-content: center;
}
#item #header .cover-wrapper {
    position: relative;
}
#item #header .cover-wrapper .out-of-stock {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.5rem;
    background: #ffffffc2;
    color: #383838;
}
#item #header .cover-wrapper .ui.image {
    display: flex;
    align-items: center;
    flex: 1;
}
#item #header .cover-wrapper .ui.image img {
    border-radius: 1rem;
}
#item #header .cover-wrapper .video {
    flex: 1;
    border-radius: 2rem;
    overflow: hidden;
}
#item #header .cover-wrapper.type-ebook {
    max-width: 250px;
}
#item #header .cover-wrapper.type-- {
    max-width: 520px;
}
#item #header .cover-wrapper.type-audio {
    max-width: 420px;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#item #header .cover-wrapper.type-audio .audio-container {
    width: 100%;
}
#item #header .cover-wrapper.type-audio .audio-container .thumbnail img {
    max-width: 180px;
    max-height: 180px;
    margin: auto;
    display: block;
}
#item #header .cover-wrapper.type-audio .player {
    display: flex;
    padding: 1rem 1rem 0.5rem;
    align-items: center;
    flex-direction: column;
    width: 360px;
    margin: auto;
    max-width: 100%;
}
#item #header .cover-wrapper.type-audio .player .wave > wave {
    height: 80px !important;
}
#item #header .cover-wrapper.type-audio .player .link {
    font-size: 1.1rem !important;
    border: 1px solid silver !important;
    box-shadow: none !important;
}
#item #header .cover-wrapper.type-audio .player > .timeline {
    padding: 0;
    flex: 1;
    width: 100%;
}
#item #header .cover-wrapper.type-audio .player .actions {
    margin-top: 1rem;
}
#item #header .cover-wrapper.type-audio .player .duration {
    font-weight: 700;
    position: absolute;
    right: 45%;
    top: 38%;
    padding: 0.5rem 0.5rem 0.25rem;
    background: #fff;
    border-radius: 0.75rem;
}
#item #header .cover-wrapper.type-graphic img {
    max-height: 330px;
    width: auto;
}
#item #header .content {
    padding: 0 1rem;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    line-height: 1.5;
    flex: none;
}
#item #header .content .wrapper {
    margin: auto;
}
#item #header .content .header {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #4c4c4c;
    font-weight: 600;
}
#item #header .content .rating {
    font-size: 1.2rem;
}
#item #header .content .price.promotional {
    font-weight: bold;
}
#item #header .content .price.promotional p {
    margin: 0;
}
#item #header .content .price.promotional .reduced {
    color: #69b40f;
}
#item #header .content .price.promotional .normal {
    margin-left: 0.75rem;
    text-decoration: line-through;
}
#item #header .content .card.promo {
    box-shadow: none !important;
    text-align: left;
    font-weight: 600;
    border-radius: 0 !important;
    color: #69b40f;
    font-size: 1rem;
    margin-top: 0.25rem;
}
#item #header .content .wrapper > div:not(.header) {
    font-size: 1.2rem;
    display: table;
}
#item #header .content .wrapper > div:not(.header):not(:last-child) {
    margin-bottom: 0.75rem;
    border-bottom: 2px solid #ededed;
    padding-bottom: 0.5rem;
}
#item #header .content .wrapper .actions .buttons {
    flex-wrap: wrap;
}
#item #header .content .wrapper .actions .button {
    font-size: 1.2rem;
    padding: 1rem;
    white-space: nowrap;
    border-radius: 1rem;
    margin: 0.5rem 0.25rem;
    flex: none;
    font-weight: 600;
}
#item.video #header .cover-wrapper {
    max-width: 420px;
    width: 100%;
}
#item .l-side {
    font-size: 1.1rem;
    flex: 1;
    background: #fff;
    margin-right: 2rem !important;
}
#item .l-side .support,
#item .l-side .reviews,
#item .l-side .faq,
#item .l-side .hidden-content,
#item .l-side .table_of_contents {
    padding: 1rem;
    display: none;
    min-height: 700px;
}
#item .l-side .top.menu {
    background: #ffffff;
    padding: 1rem !important;
    margin: 0;
    position: relative;
    min-height: 70px;
    align-items: center;
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    border-radius: 100px;
    overflow: auto;
}
#item .l-side .top.menu .item.dropdown {
    display: none;
}
#item .l-side .top.menu .item {
    background: white;
    border-radius: 500px;
    font-size: 1.3rem;
    padding: 1rem;
    font-weight: 500;
}
#item .l-side .top.menu .item.active,
#item .l-side .top.menu .item:hover {
    background: dodgerblue;
    color: #fff;
    border: 0.5rem solid #ffffff;
}
#item .l-side .row.item {
    margin-top: 1.5rem;
}
#item .l-side .row.item .column {
    padding: 0;
}
#item .l-side .row.item .card {
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
    border-radius: 2rem !important;
    overflow: hidden;
    padding: 1rem;
}
#item .l-side .row.item .card:not(:last-child) {
    margin-bottom: 1.5rem;
}
#item .l-side .row.item .card .content {
    border-top: none;
}
#item .l-side .row.item .card .content.features.body img,
#item .l-side .row.item .card .content.requirements.body img {
    width: auto;
}
#item .l-side .row.item .card img {
    width: 100%;
}
#item .l-side .row.item .card .content.images .ui.items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: -1rem !important;
    flex-wrap: wrap;
}
#item .l-side .row.item .card .content.images .item {
    cursor: pointer;
    background-size: cover;
    background-position: center;
    width: 97px;
    height: 97px;
    margin: 0.5rem;
    border-radius: 2rem;
}
#item .l-side .details {
    padding-top: 1rem;
}
#item .l-side .hidden-content {
    padding: 2rem !important;
    background: white;
    overflow: auto;
    border-radius: 2rem !important;
    box-shadow: rgba(176, 191, 238, 0.12) 0px 6px 20.1px 4.9px !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: ghostwhite;
    font-weight: 600;
}
#item .l-side .screenshots .ui.items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
    border-radius: 2rem;
    overflow: hidden;
    padding: 1rem;
}
#item .l-side .screenshots .item {
    cursor: pointer;
    background-size: cover;
    background-position: center;
    width: 97px;
    height: 97px;
    margin: 0.5rem;
    border-radius: 2rem;
}
#item .l-side .reviews textarea {
    height: 80px;
    min-height: 80px;
}
#item .l-side .reviews .items {
    border-radius: 2rem;
    border: 1px solid #ededed;
}
#item .l-side .reviews .items h3 {
    margin-bottom: 0.25rem;
    text-transform: capitalize;
    font-size: 1.1rem;
}
#item .l-side .reviews .items .item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
}
#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: normal;
}
#item .l-side .reviews .items .item .rating {
    float: right;
}
#item .l-side .reviews .items .item .rating svg {
    width: 14px;
}
#item .l-side .reviews .items .ui.form {
    padding: 1rem 0 0 !important;
    border-top: 1px solid #e1e1e1;
}
#item .l-side .reviews .items .ui.form .ui.rating {
    font-size: 1.2rem;
}
#item .l-side .reviews .items:not(:first-child) {
    margin-top: 1rem;
}
#item .l-side .reviews .ui.image {
    width: 100%;
    max-width: 60px;
    height: 100%;
}
#item .l-side .support .ui.form.right.floated {
    display: flex;
    justify-content: center;
    align-items: normal;
}
#item .l-side .support textarea {
    height: 80px;
    min-height: 80px;
}
#item .l-side .support .label {
    border-radius: 100px;
}
#item .l-side .support .comments-wrapper .item {
    border-radius: 2rem;
    overflow: hidden;
    border: 1px solid #f3f3f3;
}
#item .l-side .support .comments-wrapper h3 {
    margin-bottom: 0.5rem;
    text-transform: capitalize;
    font-size: 1.1rem;
    color: #516974;
}
#item .l-side .support .comments-wrapper .item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
}
#item .l-side .support .comments-wrapper .parent,
#item .l-side .support .comments-wrapper .children {
    position: relative;
}
#item .l-side .support .comments-wrapper .parent .main,
#item .l-side .support .comments-wrapper .children .main {
    display: flex;
    padding: 1rem;
}
#item .l-side .support .comments-wrapper .parent .content,
#item .l-side .support .comments-wrapper .children .content {
    padding-left: 1rem;
    flex: 1;
    color: #8b8b8b;
    line-height: 1.3;
}
#item .l-side .support .comments-wrapper .parent .content span.right.floated,
#item .l-side .support .comments-wrapper .children .content span.right.floated {
    font-size: 0.9rem;
    color: #5e5f60;
}
#item .l-side .support .comments-wrapper:not(:first-child) {
    margin-top: 1rem;
}
#item .l-side .support .comments-wrapper .children {
    margin-top: 1rem;
    width: 95%;
    margin-left: auto;
}
#item .l-side .support .comments-wrapper .children .ui.image {
    max-width: 50px;
}
#item .l-side .support .comments-wrapper .children .main {
    padding-left: 2rem !important;
}
#item .l-side .support .ui.image {
    width: 100%;
    max-width: 60px;
}
#item .l-side .support .ui.image img {
    border-radius: 500px !important;
}
#item .l-side .support .extra {
    display: flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    background: ghostwhite;
    height: 46px;
}
#item .l-side .support .extra .count {
    margin-left: auto;
}
#item .l-side .support .extra .saved-reactions {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.25rem !important;
    cursor: default;
    background: transparent !important;
}
#item .l-side .support .extra .saved-reactions:hover,
#item .l-side .support .extra .saved-reactions.selected,
#item .l-side .support .extra .saved-reactions.visited {
    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: center;
    background-size: contain;
    border: 3px solid #fff;
    border-radius: 100px;
    filter: contrast(1.1);
    cursor: pointer;
}
#item .l-side .support .like {
    margin-right: 1rem;
    padding: 0.35rem;
}
#item .l-side .support .like .menu {
    border-radius: 100px !important;
    box-shadow: none;
}
#item .l-side .support .like .reactions {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.25rem !important;
    cursor: default;
    background: transparent !important;
}
#item .l-side .support .like .reactions:hover,
#item .l-side .support .like .reactions.selected,
#item .l-side .support .like .reactions.visited {
    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: center;
    background-size: 170%;
    filter: contrast(1.1);
}
#item .l-side .support .like img {
    width: 25px !important;
    height: 25px !important;
}
#item .l-side .support .ui.form {
    display: flex;
    justify-content: flex-end;
    align-items: normal;
}
#item .l-side .card .content.images .column {
    width: auto !important;
    cursor: default;
}
#item .l-side .card .content.images .column span {
    padding: 0 0.5rem;
    border: 1px solid #ebebeb;
    display: flex;
    margin-right: -1rem;
    text-align: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
}
#item .l-side .card .content.images .column img {
    height: auto;
    width: auto;
    cursor: pointer;
}
#item .l-side .overview img {
    width: 80% !important;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: auto;
    display: block;
}
#item .l-side #files-list {
    min-height: 700px;
}
#item .l-side #files-list .item {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 1.5rem;
    text-transform: capitalize;
    background: ghostwhite;
    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: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
    padding: 1rem;
}
#item .r-side .card.item-details .header {
    padding: 0.85rem 1rem;
    border-radius: 100px;
    background: #ffdd63;
    text-align: center;
    color: #000;
    font-size: 1.5rem !important;
    font-weight: 600;
}
#item .r-side .card.item-details table {
    border: none;
}
#item .r-side .card.item-details table td,
#item .r-side .card.item-details table th {
    padding: 1rem 0;
}
#item .r-side .card.item-details table tr td:nth-child(odd) {
    width: 40%;
}
#item .r-side .card.item-details table tr td:nth-child(even) {
    text-align: right;
    word-break: break-word;
}
#item .r-side .card.tags .header {
    padding: 0.85rem 1rem;
    border-radius: 100px;
    background: #ffdd63;
    text-align: center;
    color: #000;
    font-size: 1.5rem !important;
    font-weight: 600;
}
#item .r-side .card.tags .labels {
    margin: -0.25rem;
}
#item .r-side .card.tags .label {
    font-size: 1.2rem;
    font-weight: 500;
    background: ghostwhite;
    border-color: ghostwhite;
    padding: 0.75rem 1rem !important;
    margin: 0.25rem !important;
    text-transform: capitalize;
}
#item .r-side .card.share-on .header {
    padding: 0.85rem 1rem;
    border-radius: 100px;
    background: #ffdd63;
    text-align: center;
    color: #000;
    font-size: 1.5rem !important;
    font-weight: 600;
}
#item .r-side .card.share-on .buttons {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
#item .r-side .card.share-on .buttons .button {
    font-size: 1.5rem;
    flex: none;
    margin: 0.25rem;
    border-radius: 100px;
    background: #2185d0 !important;
    color: #fff !important;
}
#item .r-side .card.share-on .buttons .button:hover {
    background: #1b6dab !important;
}
#item.audio #header .cover-wrapper {
    width: 250px;
}
#item.audio #header .cover-wrapper img {
    width: 250px;
    height: 250px;
}
#item.audio #header .content {
    flex: none;
}

#reactions {
    background: transparent;
    box-shadow: none;
    max-width: 400px;
    width: 100%;
}
#reactions .header {
    border-radius: 1rem 1rem 0 0 !important;
    background: ghostwhite;
}
#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: center;
    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 {
    position: absolute;
    bottom: -2rem;
    left: 0;
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}
#reactions .header .name .count {
    position: absolute;
    top: -1.5rem;
    right: 0;
    font-size: 0.8rem;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}
#reactions .content {
    border-radius: 0 0 1rem 1rem !important;
}
#reactions .content .wrapper {
    height: 350px;
    overflow-y: auto;
}
#reactions .content .users {
    flex-wrap: wrap;
    display: none;
}
#reactions .content .users.active {
    display: flex;
}
#reactions .content .users .user {
    width: 50%;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#reactions .content .users .user > .avatar {
    min-width: 30px;
    height: 30px;
    width: 30px;
    margin-right: 0.5rem;
}
#reactions .content .users .user img.avatar {
    width: 30px !important;
    height: 30px !important;
}
#reactions .content .users .user .text {
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
}

#screenshots {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 1024px;
}
#screenshots img {
    max-height: 90vh;
}
#screenshots div.left,
#screenshots div.right {
    position: absolute;
    height: 100%;
    width: 40px;
    background: transparent;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
}
#screenshots div.right {
    right: 0;
    left: auto;
}
#screenshots button {
    background: transparent;
    color: #000;
    border-radius: 0;
}

#folder {
    max-width: 1100px;
    margin: auto;
}
#folder .title {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 1.8rem;
    color: #3e3e3e;
}
#folder .card {
    border-radius: 1rem;
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
    overflow: hidden;
}
#folder .card .content.name {
    background: #ffc864;
    font-size: 1.4rem;
    padding: 0.75rem;
    cursor: default;
}
#folder .card .content.name span {
    padding: 0.75rem 1rem;
    display: block;
    margin: auto;
    border-radius: 500px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#folder .card .content.link {
    font-size: 1.4rem;
    display: block;
    color: #525252;
    font-weight: bold;
    letter-spacing: 1px;
}
#folder .card .content.link:hover {
    background: linear-gradient(to top, transparent, #fafafa);
}
#folder .card .content i {
    color: #656565;
}

#similar-items {
    margin-top: 3rem !important;
    padding: 2rem;
    background: linear-gradient(to top, #ffffff, #ffffff, #fafafa);
}
#similar-items .header {
    margin-bottom: 1rem;
}
#similar-items .header div {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.3;
    color: #484848;
    letter-spacing: 1px;
    display: table;
    text-transform: uppercase;
}

#user-notifications .item {
    display: flex;
    margin: 0;
    position: relative;
}
#user-notifications .item:not(:last-child):after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #f7f7f7;
    visibility: visible;
}
#user-notifications .item .image {
    width: 40px !important;
}
#user-notifications .item .date {
    color: #949292;
}
#user-notifications .item .content {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#user-notifications .item strong {
    color: steelblue;
}

#user-profile {
    background: ghostwhite;
}
#user-profile .column {
    background: white;
}
#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: bold;
}

#user-favorites {
    background: #fff;
    min-height: 80vh;
    max-width: 1100px;
    margin: 0 auto;
}
#user-favorites .column.title {
    border-bottom: 2px solid #f8f8f8;
    border-radius: 0 !important;
    margin: -1rem;
    width: auto;
    display: flex;
    align-items: center;
}
#user-favorites .column.title .header {
    padding: 1rem 1.5rem;
    border-radius: 500px;
    font-size: 1.4rem;
    box-shadow: inset 0 0 0px 5px #ffffff;
    border: 1px solid #eaeaea;
    margin-top: 0.15rem;
    background: #ffe252;
}
#user-favorites .card {
    background: #fff;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 0 10px 2px rgba(176, 191, 238, 0.12) !important;
    border-radius: 1rem !important;
    overflow: hidden;
}
#user-favorites .card .content {
    padding: 0.5rem !important;
    display: flex;
    align-items: center;
}
#user-favorites .card .content:last-child {
    background: #fbfbff;
    padding: 0.5rem 0.75rem !important;
    font-size: 1.1rem;
}
#user-favorites .card .content .left {
    min-width: 100px;
    max-width: 100px;
    width: 100%;
}
#user-favorites .card .content .left a {
    background-position: bottom center;
    background-size: cover;
    border-radius: 500px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    display: block;
}
#user-favorites .card .content .right {
    padding-left: 1rem;
}
#user-favorites .card .content .right a {
    color: #4691d0;
}
#user-favorites .card .content .right span {
    display: block;
    line-height: 1.5;
    font-size: 1.1rem;
}
#user-favorites .card .content .category {
    margin-right: auto;
}

#user-directory {
    background: #fff;
    min-height: 400px;
}
#user-directory .items .header {
    font-size: 1rem;
}
#user-directory .card {
    border: 1px solid #efefef;
    width: calc(16.66666667% - 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: bold;
    padding: 1rem;
}
#user-directory .card .content:last-child {
    background: #0077bc;
    color: #fff;
    font-weight: bold;
    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,
#guest {
    max-width: 1100px;
    margin: auto;
}
#user .action.input input,
#guest .action.input input {
    border-radius: 100px 0 0 100px;
}
#user .action.input .button,
#guest .action.input .button {
    border-radius: 0 100px 100px 0;
}
#user > .column,
#guest > .column {
    width: 100%;
}
#user > .column.title,
#guest > .column.title {
    display: flex;
    overflow: auto;
}
#user .ui.menu:not(.pagination),
#guest .ui.menu:not(.pagination) {
    align-items: center;
    margin-left: auto;
}
#user .ui.menu:not(.pagination) .item,
#guest .ui.menu:not(.pagination) .item {
    font-size: 1.3rem;
    border: 1px solid ghostwhite;
    border-radius: 100px;
    background: ghostwhite;
    font-weight: 600;
}
#user .ui.menu:not(.pagination) .item.active,
#guest .ui.menu:not(.pagination) .item.active {
    background: darkturquoise;
    border: 1px solid darkturquoise;
    color: #fff;
}
#user .ui.menu:not(.pagination) .item:not(.active):hover,
#guest .ui.menu:not(.pagination) .item:not(.active):hover {
    border: 1px solid #fbfbfb;
    background: #fcfcfc;
}
#user > .items,
#guest > .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;
}
#user > .items .items-list,
#guest > .items .items-list {
    width: 100%;
    display: table;
}
#user .purchases .titles,
#guest .purchases .titles {
    display: flex;
    align-items: center;
    background: slateblue;
    border-radius: 1rem 1rem 0 0;
}
#user .purchases .titles *,
#guest .purchases .titles * {
    color: #fff;
}
#user .purchases .titles > div,
#guest .purchases .titles > div {
    padding: 1rem;
    flex: 1;
    font-size: 1.3rem;
    text-align: center;
}
#user .purchases .titles > div.name,
#guest .purchases .titles > div.name {
    flex: 2;
}
#user .purchases .content,
#guest .purchases .content {
    display: flex;
    align-items: center;
}
#user .purchases .content:not(:last-child),
#guest .purchases .content:not(:last-child) {
    border-bottom: 1px solid whitesmoke;
}
#user .purchases .content > div,
#guest .purchases .content > div {
    flex: 1;
    text-align: center;
    padding: 1rem;
    font-size: 1.1rem;
}
#user .purchases .content > div.name,
#guest .purchases .content > div.name {
    flex: 2;
}
#user .purchases .content > div.rating .rating,
#guest .purchases .content > div.rating .rating {
    font-size: 1.3rem;
}
#user .purchases .content .cover a,
#guest .purchases .content .cover a {
    background-size: cover;
    background-position: bottom center;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 500px;
    margin: auto;
}
#user .purchases .content .ui.dropdown .menu,
#guest .purchases .content .ui.dropdown .menu {
    border-radius: 1rem !important;
    overflow: hidden;
}
#user .purchases .content .ui.dropdown .menu .item,
#guest .purchases .content .ui.dropdown .menu .item {
    font-size: 1.1rem;
}
#user .favorites .item,
#guest .favorites .item {
    display: flex;
    align-items: center;
}
#user .favorites .item:not(:last-child),
#guest .favorites .item:not(:last-child) {
    border-bottom: 1px solid whitesmoke;
}
#user .favorites .item > div,
#guest .favorites .item > div {
    flex: 1;
    padding: 1rem;
    font-size: 1.1rem;
}
#user .favorites .item > div.name,
#guest .favorites .item > div.name {
    flex: 2;
}
#user .favorites .item > div.rating .rating,
#guest .favorites .item > div.rating .rating {
    font-size: 1.3rem;
}
#user .favorites .item > div.actions,
#guest .favorites .item > div.actions {
    text-align: right;
}
#user .favorites .item > div.actions button,
#guest .favorites .item > div.actions button {
    margin: 0.25rem 0;
    padding: 0.5rem;
    min-width: 100px;
}
#user .favorites .item > div.category a,
#guest .favorites .item > div.category a {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#user .favorites .item .cover,
#guest .favorites .item .cover {
    text-align: center;
}
#user .favorites .item .cover a,
#guest .favorites .item .cover a {
    background-size: cover;
    background-position: bottom center;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 500px;
    margin: auto;
}
#user .notifications,
#guest .notifications {
    display: block;
    padding: 1rem;
}
#user .notifications .items,
#guest .notifications .items {
    width: 100%;
}
#user .notifications .items .item,
#guest .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;
}
#user .notifications .items .item time,
#guest .notifications .items .item time {
    color: #979797;
}
#user .notifications .items .item p,
#guest .notifications .items .item p {
    font-size: 1.2rem;
}
#user .notifications .items .item.unread,
#guest .notifications .items .item.unread {
    font-weight: 600;
}
#user .notifications .items .item .image,
#guest .notifications .items .item .image {
    width: 80px;
    height: 80px;
    background-position: bottom center;
    background-size: cover;
    border-radius: 500px;
}
#user .profile .items .item,
#guest .profile .items .item {
    align-items: center;
}
#user .profile .items .item .content > div,
#guest .profile .items .item .content > div {
    text-transform: capitalize;
}
#user .profile .items .item .content > div.name,
#guest .profile .items .item .content > div.name {
    font-size: 1.3rem;
    color: #ff2c53;
    font-weight: bold;
    border-bottom: 2px dashed #ff2c53;
    display: table;
    padding-bottom: 0.5rem;
}
#user .profile .items .item .content > div:not(:last-child),
#guest .profile .items .item .content > div:not(:last-child) {
    margin-bottom: 0.75rem;
}
#user .profile .items .item .content > div.email sup,
#guest .profile .items .item .content > div.email sup {
    color: teal;
    font-weight: 700;
}
#user .profile .items .item .content > div.email sup:not(.verified),
#guest .profile .items .item .content > div.email sup:not(.verified) {
    color: #d64242;
}
#user .profile .items .ui.image,
#guest .profile .items .ui.image {
    width: 100px;
    height: 100px;
    display: block;
}
#user .profile input,
#guest .profile input {
    border-radius: 100px !important;
}
#user .profile .field .content:first-child,
#guest .profile .field .content:first-child {
    flex: none;
    margin-right: 2rem;
}
#user .profile .field.avatar,
#guest .profile .field.avatar {
    padding: 1.5rem;
    border-bottom: 1px solid #dbdbdb;
    margin: -1rem -1rem 1rem;
}
#user .profile .segment,
#guest .profile .segment {
    font-size: 1.1rem;
    border-radius: 2rem !important;
}
#user .profile .segment .header,
#guest .profile .segment .header {
    display: table;
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
}
#user .profile .segment input,
#guest .profile .segment input {
    border-radius: 0.5rem;
}
#user .subscriptions .wrapper,
#guest .subscriptions .wrapper {
    width: 100%;
    display: table;
}
#user .subscriptions .item,
#guest .subscriptions .item {
    display: flex;
    font-size: 1.1rem;
    text-align: center;
}
#user .subscriptions .item > div,
#guest .subscriptions .item > div {
    flex: 1;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
#user .subscriptions .item.titles,
#guest .subscriptions .item.titles {
    background: slateblue;
    border-radius: 1rem 1rem 0 0;
}
#user .subscriptions .item.titles div,
#guest .subscriptions .item.titles div {
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
#user .subscriptions .item:not(.titles):not(:last-child),
#guest .subscriptions .item:not(.titles):not(:last-child) {
    border-bottom: 1px solid #f6f6f6;
}
#user .invoices,
#guest .invoices {
    padding: 2rem;
}
#user .invoices table,
#guest .invoices table {
    border-radius: 1rem;
    overflow: hidden;
}
#user .invoices thead th,
#guest .invoices thead th {
    background: slateblue;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 1.5rem !important;
}
#user .invoices td:last-child,
#user .invoices th:last-child,
#guest .invoices td:last-child,
#guest .invoices th:last-child {
    text-align: center;
}
#guest .invoices td:last-child {
    cursor: pointer !important;
}

#user .invoices td:last-child {
    cursor: pointer !important;
}
#user .ui.message,
#guest .ui.message {
    display: table !important;
    box-shadow: none;
    padding: 1rem;
}
#user .ui.pagination,
#guest .ui.pagination {
    flex: none !important;
    padding: 0 !important;
    margin: 1rem !important;
    background: #fff !important;
    overflow: hidden !important;
}
#user .ui.pagination *,
#guest .ui.pagination * {
    color: #000 !important;
}
#user .ui.pagination .item.active,
#guest .ui.pagination .item.active {
    background-color: #ededed !important;
}
#user .ui.pagination .item.disabled *,
#guest .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: white;
    max-width: 1100px;
    margin: auto;
}
#checkout-page > .column {
    flex: 1;
}
#checkout-page > .column.right {
    max-width: 420px;
}
#checkout-page .empty-cart-msg {
    display: table;
    width: 100%;
    font-weight: bold;
    font-size: 1.1rem !important;
    background: #fff !important;
    margin: 0 !important;
}
#checkout-page .card {
    border-radius: 2rem;
    box-shadow: 0px 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: royalblue;
}
#checkout-page .card > .content:last-child {
    border-radius: 0 0 2rem 2rem !important;
    display: flex;
    flex-wrap: wrap;
}
#checkout-page .card > .content:last-child .button {
    height: 45px;
}
#checkout-page .cart-title {
    padding: 2rem;
}
#checkout-page .cart-title * {
    color: #fff;
}
#checkout-page .cart-title > .header {
    font-size: 1.5rem;
}
#checkout-page .cart-title > .header.sub p {
    color: #fff;
    font-size: 1.2rem;
}
#checkout-page .cart-title.empty {
    background: #ff5656;
}
#checkout-page .cart-title.empty * {
    color: #fff !important;
}
#checkout-page .cart-items {
    min-height: 400px;
    position: relative;
    line-height: 1.5;
    align-items: flex-start;
    align-content: flex-start;
    height: 100%;
    padding: 2rem;
}
#checkout-page .cart-items .cart-item {
    display: flex;
    font-size: 1.1rem;
    border-radius: 2rem;
    width: 100%;
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
    margin-top: 1rem;
    position: relative;
}
#checkout-page .cart-items .cart-item:first-child {
    margin-top: 0;
}
#checkout-page .cart-items .cart-item > div {
    padding: 0.75rem;
    display: flex;
    align-items: center;
}
#checkout-page .cart-items .cart-item .name {
    flex: 1;
    text-align: left;
    font-size: 1.2rem;
    display: block;
}
#checkout-page .cart-items .cart-item .name .license {
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: 500;
    margin-top: 0.25rem;
    padding: 0.25rem 0.5rem 0.15rem;
    background: #6bb752;
    display: table;
    border-radius: 1rem;
}
#checkout-page .cart-items .cart-item.subscription {
    flex-direction: column;
    overflow: hidden;
}
#checkout-page .cart-items .cart-item.subscription .header {
    display: flex;
    font-weight: 600;
}
#checkout-page .cart-items .cart-item.subscription .header div {
    padding: 1rem;
}
#checkout-page .cart-items .cart-item.subscription .description {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: baseline;
    padding: 1rem;
    line-height: 2;
    background: #fff;
}
#checkout-page .cart-items .cart-item.subscription .name {
    font-size: 1.4rem;
}
#checkout-page .cart-items .cart-item .image {
    margin-right: 0.5rem;
}
#checkout-page .cart-items .cart-item .image a {
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: bottom center;
    display: block;
    border-radius: 2rem;
}
#checkout-page .cart-items .cart-item .price {
    flex: none;
    min-width: 80px;
}
#checkout-page .cart-items .cart-item .delete {
    flex: none;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    min-width: 50px;
    text-align: center;
    justify-content: center;
    color: #9c9c9c;
}
#checkout-page .payment-methods {
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}
#checkout-page .payment-methods .items {
    margin: 1rem 0 0;
    padding: 0;
    font-size: 1.3rem;
    border-radius: 2rem;
    flex: 1;
    width: auto;
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
#checkout-page .payment-methods .items .header {
    margin: 0;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    color: #000 !important;
}
#checkout-page .payment-methods .items .item {
    margin: 0.5rem 0;
    padding: 2.5rem 1.5rem;
    cursor: pointer;
    background: #fff;
    border-radius: 2rem;
    width: 100%;
    box-shadow: 0 0 20px 6px #f8f9fb;
    overflow: hidden;
    display: block;
    font-size: 1.3rem;
}
#checkout-page .payment-methods .items .item .wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}
#checkout-page .payment-methods .items .item .icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0 1rem 0 0.5rem;
    flex: 1;
}
#checkout-page .payment-methods .items .item .icons img {
    flex: 1;
    margin: 0 3px;
    border-radius: 0.25rem;
    max-width: 40px;
}
#checkout-page .payment-methods .items .item.crypto .icons img {
    max-width: 24px;
}
#checkout-page .payment-methods .items .item .content {
    flex: none;
    margin-left: auto;
    color: #555;
}
#checkout-page .payment-methods .total-fee {
    font-weight: bold;
    font-size: 1.3rem;
    padding: 1.5rem;
    background: #f8f9fb;
    border-radius: 2rem;
}
#checkout-page .payment-methods .total-fee > div {
    padding: 1rem 1.5rem;
    border-radius: 100px;
    background: #fff;
    color: #323232;
}
#checkout-page .payment-methods .total-fee > div span {
    float: right;
}
#checkout-page .payment-methods .total-fee > div.fee {
    margin-bottom: 1rem;
}
#checkout-page .payment-methods .total-fee > div.total span {
    color: #444444;
}
#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;
}
#checkout-response .card .content.title {
    font-size: 2rem;
    text-align: center;
    padding: 2.5rem;
    font-weight: 600;
    color: #fff;
    background: salmon;
}
#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.2rem;
}
#checkout-response .card .header.icon {
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #139a7b;
    display: table;
    width: auto;
    padding: 0.5rem 0.5rem 0;
    border: 3px solid #139a7b;
    border-radius: 1rem;
}
#checkout-response .card .header.text {
    font-weight: 600;
}
#checkout-response.success .header .message {
    font-size: 4rem;
    color: #666;
    text-transform: uppercase;
}
#checkout-response.failure .card .content.title {
    background: #ff4747;
    font-size: 1.5rem;
}
#checkout-response.confirm .card .content.title {
    background: #135c9a;
}
#checkout-response .guest-token {
    background: #f5f5f5;
}
#checkout-response .guest-token .header {
    font-weight: 600;
}
#checkout-response .guest-token .token {
    padding: 1rem 1.5rem;
    display: table;
    margin: 1rem auto 3rem;
    font-size: 1.3rem;
    background: #17b38f;
    font-weight: 600;
    color: #fff;
    border-radius: 0.5rem;
    position: relative;
}
#checkout-response .guest-token .download {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0.5rem;
    display: table;
    border-radius: 0.5rem;
    background: #e6e6e6;
    color: #363636;
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 1rem;
}

#checkout-messages {
    min-height: 300px;
}
#checkout-messages a {
    color: black;
    padding: 0.25rem 0.5rem;
    margin: 0 0.25rem;
    background: #ffbf00;
    font-weight: bold;
    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: steelblue;
}
#cart-checkout .card {
    border: 1px solid #dadada;
    border-radius: 0.25rem !important;
    background: ghostwhite;
}
#cart-checkout .card > .content:nth-child(2),
#cart-checkout .card > .content:last-child {
    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:hover,
#cart-checkout .payment-methods .item.active {
    background: #ebebeb;
}
#cart-checkout .payment-methods .item .content:nth-child(even) {
    flex: 1;
}
#cart-checkout .payment-methods .item .content:nth-child(odd) {
    max-width: 40px !important;
}
#cart-checkout .payment-methods .item i {
    font-size: 1.5rem;
}

.dropdown-wrapper .ui.dropdown {
    flex: 1;
    max-width: 170px !important;
    min-width: 170px !important;
    text-overflow: ellipsis;
}
.dropdown-wrapper .ui.dropdown .text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 120px;
}
.dropdown-wrapper .ui.button {
    flex: 1;
}

#coupon-form .ui.input {
    border-radius: 500px;
    overflow: hidden;
}
#coupon-form .ui.input input {
    border: none;
    outline: none;
}
#coupon-form a {
    background: #13609e;
    color: #fff;
}
#coupon-form a.reset {
    background: #646464;
}
#coupon-form a.reset:hover {
    background: #4a4e53;
}
#coupon-form a:not(.reset):hover {
    background: #1672bd;
}
#coupon-form .message {
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 500;
}
#coupon-form .message.negative {
    color: #ff6464;
}
#coupon-form .message.positive {
    color: #13ba65;
}

#support {
    background: #fff;
    padding: 0 1rem;
}
#support .column {
    background: #fff;
    padding: 1rem 0;
    min-height: 80vh;
}
#support .ui.segments {
    box-shadow: 0 17px 43px #e1e4e5;
    border-radius: 1rem;
    overflow: hidden;
    padding: 2rem;
}
#support .title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #1f70a9;
}
#support .faq {
    max-width: 1100px;
    margin: 2rem auto 2rem;
}
#support .faq .title {
    margin-bottom: 3rem;
}
#support .contact {
    background: ghostwhite;
    margin: 0 -1rem -5rem;
    padding: 3rem 1rem;
}
#support .contact form {
    max-width: 600px;
    margin: auto;
    padding: 2rem;
    background: #fff;
    border-radius: 1rem;
}
#support .contact form .field:not(:last-child) {
    margin-bottom: 1.5rem;
}
#support .contact form .field label {
    color: #9a9a9a;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}
#support .contact form input,
#support .contact form textarea {
    border-radius: 0 !important;
    background: ghostwhite !important;
    border: none !important;
    padding: 1.25rem;
}
#support .title-wrapper {
    padding: 1rem;
    margin: 0 1rem;
    text-align: center;
}
#support .title-wrapper h1 {
    font-size: 2.8rem;
    text-align: center;
    color: #515151;
}
#support .page-content {
    margin-top: 2rem;
}

#blog {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}
#blog .ui.menu:not(.pagination) {
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 1rem;
    background: #fff;
    font-size: 1.2rem;
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    border-radius: 1rem;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
}
#blog .ui.menu:not(.pagination) .right.menu {
    flex: 1;
}
#blog .ui.menu:not(.pagination) .item.header {
    font-size: 1.3rem;
    color: #697582;
    font-weight: normal;
    margin-left: 0;
}
#blog .ui.menu:not(.pagination) .item.header span {
    padding: 0.5rem 1rem;
    margin: -0.5rem 0 -0.5rem 0.5rem;
    border-radius: 100px;
    background: #017ad2;
    color: #fff;
}
#blog .ui.menu:not(.pagination) .item.header span * {
    color: #fff;
}
#blog .ui.menu:not(.pagination) .item.ui.dropdown {
    border-radius: 100px;
    border: 1px solid #d2d2d2;
    height: 45px;
    width: 45px;
}
#blog .ui.menu:not(.pagination) .item.ui.dropdown .menu {
    border-radius: 1rem;
    overflow: hidden;
}
#blog .ui.menu:not(.pagination) .item.search {
    padding-right: 0;
    flex: 1;
}
#blog .ui.menu:not(.pagination) .item.search input {
    height: 45px;
}
#blog .ui.menu.pagination {
    margin-top: 2rem;
    background: #f05757 !important;
}
#blog .ui.menu.pagination .item {
    color: #fff;
}
#blog .ui.menu.pagination .item.active {
    background-color: #a83939 !important;
}
#blog .posts .column {
    flex: 1;
    min-height: 80vh;
    z-index: 2;
    padding: 0;
    text-align: center;
}
#blog .posts .column .segment.filter {
    background: ghostwhite;
    border: 0;
}
#blog .posts .column .segment.filter .label {
    text-transform: capitalize;
}
#blog .posts .column .segment.filter .label i.times {
    cursor: pointer;
}
#blog .posts .column .segment.filter .label i.times:hover {
    color: #000 !important;
}
#blog .posts .column .card {
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
    border-radius: 1rem !important;
    overflow: hidden;
}
#blog .posts .column .card .content {
    position: relative;
}
#blog .posts .column .card:hover img {
    filter: brightness(0.9);
}
#blog .posts .column .card time {
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
    font-size: 1rem;
    padding: 0.5rem 0.75rem 0.25rem;
    background: rgba(255, 255, 255, 0.74);
    display: block;
    color: #3d3d3d;
    line-height: 1;
    text-align: right;
    border-radius: 100px;
}
#blog .posts .column .card .title {
    padding: 1rem !important;
    font-weight: bold;
    color: #292929;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#blog .posts .column .card .title a {
    max-width: 250px;
    margin: auto;
    font-size: 1.1rem;
}
#blog .posts .column .card .description {
    padding: 1rem !important;
    font-size: 1rem;
    color: #414141;
    text-align: center;
}
#blog .posts .column .card .tags {
    display: flex;
    justify-content: center;
    align-items: center;
}
#blog .posts .column .card .tags a {
    font-size: 0.9rem;
    color: #000;
    padding: 0.25rem 0.5rem;
    border: 1px solid #dedede;
    border-radius: 100px;
}
#blog .posts .column .card .tags a:not(:last-child) {
    margin-right: 0.5rem;
}
#blog .post .column.left {
    flex: 1;
    padding: 0;
}
#blog .post .column.left .post-cover img {
    width: 100%;
    border-radius: 2rem;
}
#blog .post .column.left .post-title {
    margin-top: 1rem;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 1rem;
}
#blog .post .column.left .post-title h1 {
    color: #2571d3;
}
#blog .post .column.left .post-content {
    margin-top: 2rem;
}
#blog .post .column.left .social-buttons {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
}
#blog .post .column.left .social-buttons span {
    margin-right: 1rem;
    margin-left: auto;
}
#blog .post .column.left .social-buttons i {
    font-size: 1.3rem;
}
#blog .post .column.left .related-posts .card {
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
    border-radius: 1rem !important;
    overflow: hidden;
}
#blog .post .column.left .related-posts .card .content {
    position: relative;
}
#blog .post .column.left .related-posts .card:hover img {
    filter: brightness(0.9);
}
#blog .post .column.left .related-posts .card time {
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
    font-size: 1rem;
    padding: 0.5rem 0.75rem 0.25rem;
    background: rgba(255, 255, 255, 0.74);
    display: block;
    color: #3d3d3d;
    line-height: 1;
    text-align: right;
    border-radius: 100px;
}
#blog .post .column.left .related-posts .card .title {
    padding: 1rem !important;
    font-weight: bold;
    color: #292929;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#blog .post .column.left .related-posts .card .title a {
    max-width: 250px;
    margin: auto;
    font-size: 1.1rem;
}
#blog .post .column.left .related-posts .card .tags {
    display: flex;
    justify-content: center;
    align-items: center;
}
#blog .post .column.left .related-posts .card .tags a {
    font-size: 0.9rem;
    color: #000;
    padding: 0.25rem 0.5rem;
    border: 1px solid #dedede;
    border-radius: 100px;
}
#blog .post .column.left .related-posts .card .tags a:not(:last-child) {
    margin-right: 0.5rem;
}
#blog .post .column.right {
    max-width: 340px;
    width: 100%;
    margin-left: 2rem;
    padding: 0 1rem;
}
#blog .post .column.right .items-wrapper {
    padding: 2rem;
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
    border-radius: 2rem !important;
    overflow: hidden;
    font-size: 1.1rem;
}
#blog .post .column.right .items-wrapper .items-title {
    padding: 0 0 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
#blog .post .column.right .items-wrapper .items-title:before {
    content: "";
    position: absolute;
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -2px;
}
#blog .post .column.right .items-wrapper.categories .items-title:before {
    background: #e14e4e;
}
#blog .post .column.right .items-wrapper.categories .item {
    padding: 0.75rem 0;
    display: block;
    font-size: 1.1rem;
    color: #4d4d4d;
}
#blog .post .column.right .items-wrapper.categories .item i {
    color: #0060a5;
    font-size: 0.9rem;
    margin-right: 0.5rem;
}
#blog .post .column.right .items-wrapper.latest-posts .items-title:before {
    background: #ff8f00;
    width: 30%;
}
#blog .post .column.right .items-wrapper.latest-posts .item {
    display: flex;
    align-items: center;
}
#blog .post .column.right .items-wrapper.latest-posts .item:not(:last-child) {
    margin-bottom: 1rem;
}
#blog .post .column.right .items-wrapper.latest-posts .item > a {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    background-position: center;
    background-size: cover;
    border-radius: 100px;
}
#blog .post .column.right .items-wrapper.latest-posts .item .content {
    margin-left: 1rem;
}
#blog .post .column.right .items-wrapper.latest-posts .item .content > a {
    font-size: 1.1rem;
}
#blog .post .column.right .items-wrapper.latest-posts .item .content p * {
    font-size: 0.9rem;
    color: #6d6d6d;
}
#blog .post .column.right .items-wrapper.tags .items-title:before {
    background: #e935f8;
    width: 40%;
}
#blog .post .column.right .items-wrapper.tags .items-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#blog .post .column.right .items-wrapper.tags .tag {
    flex: 1;
    padding: 0.5rem;
    white-space: nowrap;
    text-align: center;
    margin: 0.25rem;
    border: 1px solid #dedede;
    border-radius: 100px;
}

#pricing {
    background: #fff;
    text-align: center;
    overflow: hidden;
    max-width: 1100px;
    margin: 1rem auto;
}
#pricing .column.title {
    padding: 1rem;
    text-align: center;
    line-height: 2;
}
#pricing .column.title h1 {
    font-size: 1.875rem;
    letter-spacing: 1.5px;
    color: #0e76c4;
    margin-bottom: 0;
}
#pricing .column.title h3 {
    font-size: 1.4rem !important;
    color: #6c6c6c !important;
    max-width: 800px;
    margin: 1rem auto !important;
    line-height: 1.5 !important;
    font-weight: 500;
}
#pricing .cards {
    justify-content: center;
}
#pricing .card {
    background: transparent;
    box-shadow: none !important;
}
#pricing .card .contents {
    width: calc(100% - 50px);
    background: #fff;
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
    border-radius: 1rem !important;
    position: relative;
    height: 100%;
    margin-left: auto;
    min-height: 300px;
    padding-bottom: 100px;
}
#pricing .card .content {
    padding: 0.5rem 1rem;
}
#pricing .card .content.description {
    text-align: left;
}
#pricing .card .content.description div {
    padding: 0.5rem 0.75rem;
    font-size: 1.2rem;
    line-height: 1.5 !important;
}
#pricing .card .content.description div i {
    margin-right: 1rem;
}
#pricing .card .content.description div:not(:last-child) {
    border-bottom: 2px dashed #e8e8e8;
}
#pricing .card .content.price {
    font-size: 2.2rem !important;
    text-align: center;
    font-weight: 800;
    color: #313434;
    padding: 3.5rem 1rem 2rem;
    line-height: 1;
}
#pricing .card .content.price span {
    display: block;
    margin-top: 0.75rem;
    font-size: 1.1rem;
}
#pricing .card .content.buy {
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 1.5rem;
    width: 100%;
}
#pricing .card .content.buy a {
    color: #fff;
    font-weight: 600;
    margin: auto;
    border-radius: 1rem;
    font-size: 1.3rem;
    padding-bottom: 0.75rem;
    padding-top: 1rem;
}
#pricing .card .content.buy a:hover {
    filter: drop-shadow(0 0 3px grey);
}
#pricing .card .name {
    padding: 1rem;
    position: absolute;
    right: 100%;
    top: 50px;
    width: 50px;
    min-height: 180px;
    text-align: center;
    display: flex;
    border-radius: 1rem 0 0 1rem;
    color: #fff;
}
#pricing .card .name span {
    font-size: 1.6rem;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-weight: 600;
    right: -3px;
    letter-spacing: 1px;
}

#auth .ui.message {
    border-radius: 1rem;
    line-height: 1.5;
    font-weight: bold;
}
#auth .card {
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
    border-radius: 1rem !important;
    overflow: hidden;
    border-bottom: 0.5rem solid #483d8b;
}
#auth .card input {
    border-radius: 100px;
}
#auth .card label:not(.checkbox) {
    padding-left: 1rem;
}
#auth .card .ui.dropdown {
    border-radius: 100px;
}
#auth .card .ui.dropdown .menu {
    border-radius: 1rem !important;
    box-shadow: none !important;
}
#auth .card .ui.dropdown .menu .item {
    font-size: 1.1rem;
    line-height: 1.3;
}
#auth .card .ui.dropdown .menu .item:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
}
#auth .card .content {
    padding: 1rem 1.5rem !important;
}
#auth .card .content.logo {
    background: darkslateblue;
    border-bottom: 0.5rem solid #7463dd;
}
#auth .card .content.logo a {
    display: table;
    margin: auto;
    transform: rotate(-8deg);
}
#auth .card .content.logo img {
    max-width: 180px;
    width: 100%;
}
#auth .card .content .title {
    color: #2d73ad;
}
#auth.newsletter-unsubscribe .logo {
    background: indianred !important;
}
#auth.newsletter-unsubscribe .logo a {
    font-size: 2rem;
    padding: 0.5rem !important;
    margin: 0 !important;
    font-weight: 600;
    color: #fff;
}
#auth.newsletter-unsubscribe h2 {
    color: #464646;
    font-weight: 600;
    font-size: 1.3rem !important;
}

.ad {
    margin: 1rem auto;
    text-align: center;
}
.ad:not(.ad_300x250):not(.ad_728x90):not(.responsive_ad) {
    display: none;
}

#user-message {
    border-radius: 2rem !important;
    overflow: hidden;
}

.ui.dimmer {
    height: 100vh !important;
    overflow: hidden !important;
    position: fixed;
}

#recently-viewed-items {
    padding: 1rem;
    margin: 1rem;
    border-radius: 1rem;
    background: #f1f1ff;
    width: calc(100% - 2rem);
}
#recently-viewed-items > .title {
    font-size: 1.3rem;
    padding: 0.75rem 1rem 0.5rem;
    margin: 0.5rem 0 0;
    display: table;
    color: #252525;
    font-weight: 600;
}
#recently-viewed-items .items {
    display: flex;
    flex-wrap: nowrap;
    flex-flow: row-reverse;
    overflow: auto;
    padding: 1rem 0;
    margin: 0 1rem;
}
#recently-viewed-items .items .item {
    min-width: 100px;
    min-height: 100px;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 0.5rem;
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
}
#recently-viewed-items .items .item:first-child {
    margin-right: auto;
}
#recently-viewed-items .items .item:last-child {
    margin-left: 0;
}
#recently-viewed-items .items .item .remove {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    cursor: pointer;
    color: #fff;
}
#recently-viewed-items .items .item .image {
    background-size: cover;
    background-position: center;
    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);
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    border: none;
    z-index: 9;
}
#cookies * {
    color: #fff;
    font-weight: 400;
}
#cookies div.button {
    margin-left: 1rem;
    text-align: right;
    display: table;
}
#cookies button {
    border-radius: 0.75rem;
    background: #e97f46;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 1440px) {
    #top-search .categories.large .label:nth-child(-n + 5) {
        display: none;
    }
}
@media (max-width: 1280px) {
    #top-search .categories.large .label:nth-child(-n + 10) {
        display: none;
    }

    #items .column.left {
        position: absolute;
        background: #fff;
        top: 174px;
        left: 1rem;
        z-index: 2;
        visibility: hidden;
        overflow: hidden;
        display: none;
    }
    #items .column.left .ui.form .fields {
        flex-wrap: nowrap;
    }
    #items .column.left .ui.form .fields .field {
        margin-bottom: 0;
    }
    #items .column.left .ui.form .fields .field:last-child {
        flex: 1;
    }
    #items .column.right {
        border-radius: 0 !important;
        box-shadow: none !important;
    }
}
@media (max-width: 1100px) {
    #top-search .categories.large .label:nth-child(-n + 15) {
        display: none;
    }

    #top-menu .right.menu .text {
        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;
    }

    #mobile-menu,
    #blur {
        visibility: hidden !important;
    }

    html {
        overflow: visible !important;
    }
}
@media (max-width: 1024px) {
    #body .cards.masonry {
        grid-template-columns: repeat(3, minmax(auto, 1fr)) !important;
    }

    #blog .post.grid {
        display: block;
    }
    #blog .post.grid .column {
        width: 100%;
        padding: 0;
    }
    #blog .post.grid .column.right {
        max-width: initial;
        margin: 3rem -1rem -2rem -1rem;
        padding: 2rem 1rem;
        flex: 1;
        width: auto;
        background: #fafafa;
    }
    #blog .post.grid .column.right .items-wrapper.search {
        margin: -1rem;
        padding: 0 1rem 1rem;
        border-bottom: 1px solid #e5e5e5;
    }

    #item {
        padding: 1rem 0;
        max-width: 100vw;
    }
    #item .row.main {
        display: block;
    }
    #item .row.main .column {
        width: 100%;
        padding: 1rem;
    }
    #item .row.main .column.l-side {
        margin-right: 0 !important;
    }
    #item .row.main .column.r-side {
        margin-top: 2rem;
    }
    #item #header .column {
        padding: 1rem;
    }
    #item #header .item {
        margin-top: 0;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }
    #item #header .item .image:not(.rating) {
        text-align: center;
    }
    #item #header .item .image:not(.rating) img {
        min-width: 100%;
    }
    #item #header .item .content {
        margin: 2rem 0;
    }

    .desktop-only {
        display: none !important;
    }

    #checkout-page .column.right,
    #checkout-page .column.left {
        width: 100% !important;
    }
    #checkout-page .column.right {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
    #checkout-page th:nth-child(2),
    #checkout-page td:nth-child(2) {
        border-left: 0;
    }

    #top-menu .right.menu > .item.blog,
    #top-menu .right.menu > .item.help,
    #top-menu .right.menu > .item.categories,
    #top-menu .right.menu > .item.collection {
        display: none;
    }

    .home-items .wrapper.featured .ui.secondary.menu {
        flex-wrap: wrap;
    }
    .home-items .wrapper.featured .ui.secondary.menu .item {
        margin: 0.5rem;
    }
}
@media (max-width: 768px) {
    #top-search .categories.large .label:nth-child(-n + 20) {
        display: none;
    }

    #checkout-page.hasItems .card {
        margin-right: 220px;
    }
    #checkout-page .cart-items {
        min-height: auto;
    }
    #checkout-page .cart-items > .item .image {
        display: none;
    }
    #checkout-page .payment-methods {
        width: 220px;
    }

    #support .column.right {
        display: block;
        width: 100%;
        margin-top: 1rem;
    }

    #user-directory .card {
        width: calc(33.33333333333333% - 1rem);
    }
}
@media (max-width: 680px) {
    #body .cards.masonry {
        grid-template-columns: repeat(2, minmax(auto, 1fr)) !important;
    }

    #top-menu .right.menu .item {
        padding: 1rem 0.75rem;
    }
    #top-menu .right.menu .item.search-icon {
        display: flex;
    }
    #top-menu .right.menu .item.dropdown.search .menu {
        left: 0;
    }
    #top-menu > .item.search {
        display: none;
    }

    #mobile-search-bar {
        display: flex;
    }

    #posts .social-buttons i {
        margin-right: 0 !important;
    }
    #posts .social-buttons span {
        display: none;
    }

    #pricing .ten.wide.column {
        width: 100% !important;
        padding: 1rem !important;
    }
}
@media (max-width: 510px) {
    #body .cards.masonry {
        grid-template-columns: repeat(1, minmax(auto, 1fr)) !important;
    }
}
@media (max-width: 570px) {
    #checkout-page .payment-methods {
        position: initial;
        width: 100%;
        border-radius: 1rem;
    }
    #checkout-page.hasItems .card {
        margin-right: 0;
    }

    #item {
        margin-bottom: 0rem !important;
    }
    #item #header {
        margin-bottom: 1rem;
    }
    #item #header .content {
        margin-bottom: 0;
    }
    #item #header .buttons {
        flex-wrap: wrap;
    }
    #item #header .buttons .button {
        margin: 0.5rem;
    }

    #items .ui.four.doubling.cards {
        padding: 1 !important;
    }

    #top-menu .right.menu {
        padding-right: 0 !important;
    }

    #user-directory .card {
        width: calc(50% - 1rem);
    }
}
@media (max-width: 520px) {
    #support .faq {
        padding: 0 !important;
    }

    #top-search h1 {
        font-size: 1.9rem;
        font-weight: 600;
        line-height: 1.5;
    }
    #top-search .categories.large .label:nth-child(-n + 25) {
        display: none;
    }

    .home-items .wrapper.free .ui.doubling.cards .card {
        padding: 0.5rem 0;
        max-width: 150px;
    }
    .home-items .wrapper.free .ui.doubling.cards .card .thumbnail {
        width: 130px;
        height: 130px;
    }
    .home-items .wrapper.free .ui.doubling.cards .card:not(:first-child) {
        margin-top: 0 !important;
    }

    #items .search.item {
        display: none;
    }

    #items .left-column-toggler {
        margin-left: auto;
    }

    .ui.doubling.cards {
        display: block;
        padding: 1rem !important;
    }
    .ui.doubling.cards .card {
        display: flex !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .ui.doubling.cards .card:not(:first-child) {
        margin-top: 1rem !important;
    }
    .ui.doubling.cards .card .content.title {
        white-space: normal !important;
        overflow: visible;
        text-overflow: initial;
        text-align: left;
        width: 100%;
        display: block;
    }

    #page-title .column {
        width: 100% !important;
    }
    #page-title .content {
        padding: 0;
    }
    #page-title .image {
        display: none;
    }

    #item .l-side .top.menu .item.dropdown {
        display: flex;
    }
    #item .l-side .top.menu .tabs {
        display: none !important;
    }

    #item .reviews .ui.image,
    #item .support .ui.image {
        display: none;
    }
    #item .reviews .content,
    #item .support .content {
        padding-left: 0 !important;
    }

    .home-items .ui.four.doubling.cards {
        margin: 0 !important;
    }
}
@media (max-width: 480px) {
    .home-items .wrapper.newest .ui.items.six .item {
        width: 135px;
        height: 135px;
    }

    #cookies {
        bottom: 70px;
        flex-wrap: wrap;
    }
    #cookies div.button {
        margin-top: 1rem;
    }

    #app:not(.home) {
        /* #mobile-top-search, #top-menu {
    	background: #30393f;
    } */
    }
    #app:not(.home) #top-menu {
        height: 65px;
    }
    #app:not(.home) #mobile-top-search {
        padding-bottom: 1rem;
        margin-top: -0.25rem;
    }
    #app:not(.home) #single-page {
        margin-top: 20px;
    }
    #app:not(.home) #single-page .title-wrapper h1 {
        font-size: 1.8rem;
    }
    #app:not(.home) #guest,
    #app:not(.home) #items {
        margin: 0 auto !important;
    }

    #user .purchases .titles > div,
    #guest .purchases .titles > div {
        font-size: 1.1rem;
        font-weight: 600;
    }

    #top-search,
    #menu-cover {
        margin-top: -126px;
    }

    #mobile-menu-2 {
        display: flex;
    }

    .main.container {
        padding-bottom: 70px;
    }

    #top-search {
        padding: 11rem 0 0;
    }
    #top-search form {
        display: none;
    }

    #mobile-top-search {
        display: block;
    }

    #checkout-page .cart-items .cart-item .image {
        display: none;
    }

    #blog .ui.menu:not(.pagination) .item.search {
        width: 150px;
    }

    #top-menu .header.logo img {
        max-width: 130px;
        min-width: auto;
        width: 100%;
    }
    #top-menu .header.logo i {
        display: block;
        color: #901ab0;
        font-size: 1.5rem;
    }
    #top-menu .dropdown {
        display: none;
    }

    #item .l-side .reviews .item.parent .content:first-child div.right {
        position: absolute;
        top: 3.5rem;
        left: 0;
        display: block;
        width: 100%;
    }
    #item .l-side .reviews .item.parent .content:first-child div.right span {
        padding: 0.25rem;
        margin-right: 0.5rem;
        background: #ffffff;
        font-size: 0.7rem;
        font-weight: bold;
        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: white;
        border-radius: 0.25rem;
        font-size: 0.7rem;
        white-space: nowrap;
    }

    #item #header .content .wrapper .actions .buttons {
        margin-left: -0.5rem;
    }
    #item #header .content .wrapper .actions .buttons .button {
        font-size: 1rem;
        padding: 0.75rem;
    }

    #item #header .content .header {
        max-width: calc(100vw - 5rem);
    }

    #item #header .cover-wrapper.type-audio .player .link {
        font-size: 1rem !important;
        padding: 0.75rem;
    }

    #item #header .ui.items .item {
        justify-content: normal;
    }

    #item #header .cover-wrapper.type-audio .audio-container .thumbnail img {
        max-width: 150px;
        max-height: 150px;
        margin: auto;
    }

    #posts .social-buttons button {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}
@media (max-width: 400px) {
    #mobile-menu-2 .item {
        font-size: 0.7rem;
    }
    #mobile-menu-2 .item svg {
        width: 28px;
        height: 28px;
    }

    #checkout-page .column.right {
        max-width: 100%;
    }
    #checkout-page .cart-items .cart-item .image {
        display: none;
    }
    #checkout-page .payment-methods .items .item .icons img {
        max-width: 20px;
    }
    #checkout-page .payment-methods .items .crypto .icons {
        display: none;
    }

    #top-menu .dropdown.notifications .menu {
        left: -50px !important;
    }
    #top-menu .dropdown.cart .menu {
        left: 20px !important;
        margin: 0 !important;
    }

    #user-directory .card {
        width: 100%;
    }
}
