/* .template-categories {
    columns: 200px 5;
} */

/* .template-filter-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    user-select: none;
} */

.filter-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

/* .filter-button {
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #9d9d9d;
    display: inline-block;
    padding: 0 10px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}

.filter-button:hover {
    color: rgb(3, 164, 237);
    border-color: rgb(3, 164, 237);
}

.filter-button.close,
.filter-button.apply,
.filter-button.show {
    display: none;
} */

input:checked+.filter-label .custom-check::before {
    content: "";
    display: inline-block;
    border: solid rgb(3, 164, 237);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 0px;
}

.custom-check {
    display: inline-block;
    border: 1px solid #9d9d9d;
    height: 14px;
    width: 14px;
    position: relative;
    margin-right: 10px;
    border-radius: 3px;
}

.template-filter .form-group {
    margin: 0;
}

.row.template-filter {
    padding: 0 15px;
}

.template-filter .form-group label {
    padding: 0;
    font-size: 14px;
}

.template-filter input {
    display: none;
}

.templatename {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
}

.plink,
.plink:hover {
    color: var(--bs-body-color);
    text-decoration: none;
}

/* @media (max-width:1200px) {}

@media only screen and (max-width: 75em) {
    .row.template-filter {
        position: fixed;
        background: #fff;
        z-index: 99999;
        bottom: 0;
        min-height: 50vh;
        max-height: 100vh;
        overflow: auto;
        align-content: start;
        display: none;
        left: 0;
        right: 0;
    }

    .row.template-filter .sitekly-col {
        padding: 0 20px;
    }

    .template-filter .template-filter-group-con {
        display: none;
    }

    .template-filter-title {
        border-bottom: 1px solid #e9e9e9;
        margin: 5px 0;
        cursor: pointer;
    }

    .blackover {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0000005c;
        z-index: 99998;
        display: none;
    }

    .row.template-filter.visible,
    .blackover.visible {
        display: block;
    }


    .template-filter-clear {
        display: none;
    }

    .expanded .template-filter-clear {
        display: inline;
    }

    .filter-button.show {
        display: inline;
        font-size: 16px;
    }

    .fiter-buttons {
        position: fixed;
        z-index: 1;
        background-color: #fff;
        text-align: right;
        border-bottom: 1px solid #e9e9e9;
        display: flex;
        justify-content: space-between;
        padding: 10px 20px;
        box-sizing: border-box;
        left: 0;
        right: 0;
    }

    .row .fiter-buttons+.sitekly-col {
        margin-top: 50px;
    }

    .fiter-buttons .filter-button {
        display: inline;
    }

    .overflow-hidden-pop {
        overflow: hidden;
    }
} */

.plugins .plogo {
    margin: 0 auto;
    display: block;
    width: 50px;
    margin-bottom: 20px;
}






.flcolmid {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pluginicon {
    width: 40px;
    height: 40px;
    background-size: contain;
}

.ptitle {
    font-size: 28px;
    padding-left: 10px;
}

.pluginmedia {
    height: 0;
    padding-bottom: 66%;
    position: relative;
    margin: 0 40px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.mediacon {
    width: 100%;
    display: none;
    height: 100%;
    position: absolute;
    padding: 10px;
}

.mediacon:first-child {
    display: block;
}

.mediaimg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.slidebuttons {
    position: absolute;
    top: 50%;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a1bad7;
}

.slidebuttons.prev {
    left: -45px;
}

.slidebuttons.next {
    right: -45px;
}

.slidebuttons:hover {
    color: #596778;
}

.review-row {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.reviewcon {
    border-top: 1px solid #e6e6e6;
    padding: 20px 0;
}

.reviewcon:first-child {
    border: none;
}

.review-head {
    font-weight: bold;
}

.review-content {
    padding: 20px 0;
}

.review-response {
    padding: 20px;
    background: #ebeef1;
}

.plugin-title {
    font-size: 18px;
    font-weight: bold;
}

.pscore {
    font-size: 21px;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
}

.pscore img {
    width: 28px;
}

.pdetails,
.reviewform {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}

.review-rating .light {
    filter: grayscale(100%);
    opacity: .5;
}

@media (max-width: 991px) {
    .flcolmid {
        margin-bottom: 3rem;
        align-items: center;
    }

    .description {
        text-align: center;
    }
}

.review-rating.rate img {
    width: 30px;
    cursor: pointer;
}