
.page-404 {
    margin-bottom: 80px;
    margin-top: 180px;
}

.logged-in .page-404{
    margin-top: 115px;
}

.page-404 .page-404-holder .page-404-holder__top {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.page-404 .page-404-holder .page-404-holder__top .page-404-holder__top-tags {
    display: flex;
}

.page-404 .page-404-holder .page-404-holder__top .page-404-holder__top-tags span:first-of-type {
    margin-right: 8px;
    padding: 8px 16px;
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 40px;
    background: #888;
}

.page-404 .page-404-holder .page-404-holder__top .page-404-holder__top-tags span:last-of-type {
    padding: 8px 16px;
    border-radius: 40px;
    background: #888;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.page-404 .page-404-holder .page-404-holder__top .shop-now,
.page-404 .page-404-holder .page-404-holder__bottom .shop-now{
    border-radius: 8px;
    background: #0F4F1E;
    padding: 18px 32px;
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: auto;
    text-decoration: none;
    transition: 300ms;
}

.page-404 .page-404-holder .page-404-holder__top .shop-now svg,
.page-404 .page-404-holder .page-404-holder__bottom .shop-now svg {
    margin-left: 8px;
}

.page-404 .page-404-holder .page-404-holder__top a:hover{
    background: #043910;
}

.page-404 .page-404-holder .page-404-holder__bottom .shop-now-mobile{
    display: none;
}

.page-404 .page-404-holder .page-404-holder__bottom h1 {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 20px;
}

.page-404 .page-404-holder .page-404-holder__bottom p {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.similar .similar__card-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 48px;
}

.similar .similar__card-holder .similar__card-holder-single {
    flex: 0 0 32%;
}

.similar .similar__card-holder .similar__card-holder-single .similar__card-holder-single__img {
    display: flex;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.similar .similar__card-holder .similar__card-holder-single .similar__card-holder-single__img a {
    display: flex;
    width: 100%;
}

.similar .similar__card-holder .similar__card-holder-single .similar__card-holder-single__img a img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.similar .similar__card-holder .similar__card-holder-single .similar__card-holder-single__img .icons-box {
    position: absolute;
    top: 12px;
    right: 12px;
}

.similar .similar__card-holder .similar__card-holder-single .similar__card-holder-single__img .icons-box .focal-icon {
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(2px);
    width: 28px;
    height: 28px;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.similar .similar__card-holder .similar__card-holder-single .card-information .design-name {
    margin-bottom: 10px;
}

.similar .similar__card-holder .similar__card-holder-single .card-information .design-name h3 a {
    margin: 0;
    font-family: 'Literata', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    color: #333;
    text-decoration: none;
}

.similar .similar__card-holder .similar__card-holder-single .card-information .design-category {
    margin-bottom: 16px;
}

.similar .similar__card-holder .similar__card-holder-single .card-information .design-category a {
    color: #888;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
}

.similar .similar__card-holder .similar__card-holder-single .card-information .design-price .price .price-regular .regular-price {
    color: #333;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.repeater {
    margin-top: 48px;
    margin-bottom: 115px;
}

.repeater .repeater-holder {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.repeater .repeater-holder .repeater-holder__list {
    flex: 0 0 32%;
    display: flex;
    flex-flow: row wrap;
}

.repeater .repeater-holder .repeater-holder__list .repeater-holder__list-item a {
    flex: 0 0 100%;
    border-radius: 8px;
    border: 1px solid #FAFAFA;
    background: #FFF;
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    display: flex;
    transition: 300ms;
    padding: 8px;
}

.repeater .repeater-holder .repeater-holder__list .repeater-holder__list-item a:hover {
    background: #f5f5f5;
}

.repeater .repeater-holder .repeater-holder__list .repeater-holder__list-top {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 0 8px 0 0;
    text-decoration: none;

    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.repeater .repeater-holder .repeater-holder__list .repeater-holder__list-top:hover {
    background: transparent;
}

.repeater .repeater-holder .repeater-holder__list .repeater-holder__list-item {
    flex: 0 0 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.repeater .repeater-holder .repeater-holder__list .repeater-holder__list-item a:last-of-type {
    margin-bottom: 0;
}

.repeater .repeater-holder .repeater-holder__list .repeater-holder__list-item a p {
    flex: 0 0 90%;
}

.error404 .explore-designs-holder__card-holder-single{
    flex: 0 0 calc(33.33% - 16px);
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    border-radius: 16px;
    /* border: 1px solid #C8C8C8; */
    background: #FFF;
    /* padding: 20px; */
    padding: 0;
    border: none;
}

.error404 .explore-designs-holder__card-holder-single .explore-designs-holder__card-holder-single-top,
.error404 .explore-designs-holder__card-holder-single .explore-designs-holder__card-holder-single-top .explore-designs-holder__card-holder-single__img,
.error404 .explore-designs-holder__card-holder-single .explore-designs-holder__card-holder-single-top .explore-designs-holder__card-holder-single__img .card-image{
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .page-404-holder__bottom {
        width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .page-404 {
        margin-bottom: 60px;
    }

    .page-404-holder__bottom {
        width: 100%;
    }

    .page-404 .page-404-holder .page-404-holder__bottom h1 {
        font-size: 38px;
    }

    .similar .similar__card-holder {
        margin-bottom: 30px;
    }

    .similar .similar__card-holder .similar__card-holder-single {
        flex: 0 0 49%;
    }

    .similar .similar__card-holder .similar__card-holder-single:last-of-type {
        display: none;
    }

    .repeater {
        margin-top: 30px;
    }

    .repeater .repeater-holder .repeater-holder__list {
        flex: 0 0 100%;
        margin-bottom: 24px;
    }

    .repeater .repeater-holder .repeater-holder__list:last-of-type {
        margin-bottom: 0;
    }

    .error404 .explore-designs-holder__card-holder{
        overflow: auto;
    }

    .error404 .explore-designs-holder__card-holder .explore-designs-holder__card-holder-single{
        flex: 0 0 calc(50% - 16px);
        flex-flow: row wrap;
    }

    .error404 .explore-designs-holder__card-holder .explore-designs-holder__card-holder-single:last-of-type{
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .similar .similar__card-holder .similar__card-holder-single {
        flex: 0 0 100%;
        margin-bottom: 24px;
    }

    .similar .similar__card-holder .similar__card-holder-single:last-of-type {
        margin-bottom: 0;
    }

    .similar .similar__card-holder .similar__card-holder-single:last-of-type {
        display: block;
    }

    .error404 .explore-designs-holder__card-holder,
    .error404 .explore-designs-holder__card-holder .explore-designs-holder__card-holder-single{
        flex: 0 0 100%;
        flex-flow: row wrap;
        margin-bottom: 24px;
    }

    .error404 .explore-designs-holder__card-holder .explore-designs-holder__card-holder-single:last-of-type{
        margin-bottom: 0;
    }

    .error404 .explore-designs-holder__card-holder .explore-designs-holder__card-holder-single:last-of-type{
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .page-404 {
        margin-top: 162px;
        margin-bottom: 44px;
    }

    .page-404 .page-404-holder .page-404-holder__top .shop-now-desk{
        display: none;
    }

    .page-404 .page-404-holder .page-404-holder__bottom .shop-now-mobile{
        display: flex;
        justify-content: center;
        margin-top: 44px;
    }

    .page-404 .page-404-holder .page-404-holder__bottom h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .page-404 .page-404-holder .page-404-holder__bottom p {
        font-size: 14px;
        line-height: 22px;
    }

    .page-404 .page-404-holder .page-404-holder__top a {
        display: none;
    }

    .explore-designs-holder__card-holder-single__img .card-image .image-bg-holder{
        height: 220px;
    }

    .similar .similar__card-holder{
        margin-bottom: 0;
    }

    .repeater{
        margin-top: 0;
        margin-bottom: 64px;
    }

    .repeater .repeater-holder .repeater-holder__list .repeater-holder__list-item{
        display: none;
    }

    .repeater .repeater-holder .repeater-holder__list{
        margin-bottom: 12px;
    }

    .repeater .repeater-holder .repeater-holder__list .repeater-holder__list-top{
        margin: 0;
        border-radius: 12px;
        border: 1px solid #F5F5F5;
        padding: 16px;
    }
}