/* new shop home 2020 - product category premium reports */

.shop-hero {
    position: relative;
    z-index: 1;

    box-sizing: padding-box;
    min-height: 75vh;
    padding: 60px 0;

    background-color: #222;
    background-position: center;
    background-size: cover
}

@media(width >=768px) {

    .shop-hero {
        min-height: 650px;
        padding: 170px 0;
    }
}

.shop-hero-container {
    max-width: 650px;
}

.shop-hero-title,
.archive h1.shop-hero-title {
    width: auto;
    margin: 0 0 20px;
    padding: 0;

    font-weight: 400;
    color: #e2e2ff;
}

input#newreportsearchvalue {
    height: 60px;
    padding: 0 20px;
    border: 1px solid #e2e2ff;
    border-radius: 13px;

    font-size: 14px;
    line-height: 60px;
    color: rgb(255 255 255 / 90%);

    background: rgb(255 255 255 / 9%);
}

.search-submit-btn {
    cursor: pointer;

    position: absolute;
    top: 0;
    left: 85%;

    width: 50px;
    height: 50px;
    margin: 5px;
    padding: 0;
    border-radius: 50%;

    line-height: 50px;
    color: #fff;
    text-align: center;

    appearance: none;
    appearance: none;
    background: transparent;
    outline: none;
}

.search-submit-btn:hover {
    background: rgb(255 255 255 / 20%);
}

input#newreportsearchvalue::placeholder {
    color: #fff;
}

.nodecoratelink {
    user-select: none;
}

.shop-hero-drop {
    position: relative;

    display: inline-block;

    box-sizing: border-box;
    max-width: 240px;
    padding: 10px 65px 10px 30px;
    border: 0;
    border-radius: 5px;

    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #16163a;
    text-decoration: none !important;

    appearance: none;
    appearance: none;
    background-color: #e2d65d;
    background-image: url('../images/new-design/button-arrow-1.svg');
    background-repeat: no-repeat;
    background-position: 90% 44%;
    outline: none;

    transition: all .3s ease-in-out;
}

.shop-hero-drop:hover {
    background-color: #f6ee9e;
    background-image: url('../images/new-design/button-arrow-2.svg');
    background-repeat: no-repeat;
    background-position: 90% 44%;
}

@media(width <=767px) {

    .srch-cat-drop-col,
    .text-right.srch-reg-drop-col {
        text-align: center !important;
    }
}

.search-user-content {
    max-width: 488px;
    margin: 15px auto 0;
    line-height: 1.75;
    letter-spacing: 0;
}

.search-user-content p {
    margin: 0;
    letter-spacing: 0;
}

.search-user-content p a {
    color: #fff;
    text-decoration: underline;
}


.featured-report-item {
    background-color: #28285b;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}

.featured-report-item,
.featreport-inner,
.featured-report-item>*,
.featured-report-item>*>* {
    min-height: 250px;
}

@media(width >=768px) {

    .featured-report-item,
    .featreport-inner,
    .featured-report-item>*,
    .featured-report-item>*>* {
        min-height: 500px;
    }
}

.featrslid-pic {
    background-position: center;
    background-size: cover;
}

.featreport-inner {
    position: relative;
    z-index: 1;
    padding: 20px 25px;
}

@media(width >=768px) {

    .featreport-inner {
        padding: 25px 120px 25px 40px;
    }
}

.featrep-botminfo {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 40px;
}

.featrep-botminfo .featdate {}

.featrep-botminfo .featdate {}

.font-size-24 {
    font-size: 24px;
    line-height: 1;
}

.featrep-arrow {
    position: absolute;
    z-index: 1;
    right: 40px;
    bottom: 30px;
}

.shop-col-title {
    box-sizing: border-box;
    min-height: 50px;
    margin: 0 0 10px;
    padding: 5px 10px;

    font-size: 15px;
    line-height: 1.25;
    color: #fff;

    background: #28285b;
}

@media(width >=768px) {

    .shop-col-title {
        box-sizing: border-box;
        min-height: 70px;
        margin: 0 0 20px;
        padding: 0 30px;

        font-size: 20px;
        line-height: 70px;
        color: #fff;
        text-align: center;
    }
}

.report-card {
    margin-bottom: 10px;
    background: #e9e9ee;
}

.report-card--pic {
    overflow: hidden;

    min-height: 106px;
    margin: 0;
    padding: 60% 0 0;

    background-repeat: no-repeat;

    /* min-height mobile */
    background-position: center;
    background-size: contain;

}

.report-card--pic img {
    position: absolute;
    right: 0;
    visibility: hidden;
}

.report-card-inner {
    position: relative;
    z-index: 1;
    min-height: 150px;
    padding: 10px;
}

.report-card-title {
    font-size: 15px;
}

.report-card-inner-details {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 10px;
}

.report-date {
    font-size: 11px;
    line-height: 1;
    color: #ababdd;
}

.report-price {
    font-size: 12px;
    line-height: 1;
    color: #28285b;
}

.report-card-arrow {
    position: absolute;
    right: 10px;
    bottom: 10px;

    width: 15px;
    height: 15px;
}

@media (width >=768px) {

    .report-card {
        margin-bottom: 20px;
    }

    .report-card-inner {
        min-height: 190px;
        padding: 15px 20px 20px;
    }

    [data-card-num="0"] .report-card-inner {
        min-height: 280px;
    }

    .report-card-title {
        font-size: 18px;
        line-height: 24px;
    }

    [data-card-num="0"] .report-card-title {
        font-size: 25px;
        line-height: 32px;
    }

    .report-date {
        font-size: 18px;
        line-height: 24px;
    }

    .report-price {
        font-size: 20px;
        line-height: 24px;
    }

    .report-card-inner-details {
        bottom: 20px;
        left: 20px;
    }

    .report-card-arrow {
        right: 20px;
        bottom: 20px;
        width: 25px;
        height: 25px;
    }

    .search-submit-btn {
        left: 100%; 
    }

}

.two-columns-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

@media (width >= 768px) {

    .two-columns-layout {
        grid-template-columns: 1fr 1fr;
    }
}

.shop-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.main-shop-1-col-title .tm-grid-span {
    grid-column: span 2;
}

.main-shop-2-col-title .tm-grid-span {
    grid-column: 1 / -1;
}

.report-card--pic img {
    display: block;
    width: 100%;
    height: auto;
}
