.cr-wrap {
    /* padding: 1rem 0; */
    margin-bottom: 1rem;
}

.cr-wrap .cr-star {
    width: 30px;
    height: 30px;
}

.cr-container {
    margin: auto;
    padding: 1rem 0;
}

.cr-url {
    color: inherit;
}

.cr-h2 {
    color: #66657A;
    font-size: 21px;
    font-weight: 600;
}

.cr-border-row {
    border: 5px solid #ccc;
    border-left-width: 30px;
    border-radius: 15px;
    margin: .5rem 0;
}

.cr-p-0 {
    padding: 0 !important;
}

.cr-px-2 {
    padding: 0 2rem !important;
}

.cr-bg-light {
    background: #F2F5FF;
    color: #3D2AAE;
    padding: .5rem 1rem;
}

.cr-row {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.cr-bonus-box {
    background: linear-gradient(180deg, #F3F3F3 0%, #F3F3F3 85.05%, #D7D7D7 104.26%);
    border-radius: 15px;
    padding: .5rem;
}

.cr-col-1 {
    position: relative;
    width: 100%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding: .5rem;
}

.cr-col-2 {
    position: relative;
    width: 100%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
    padding: .5rem;
}

.cr-col-3 {
    position: relative;
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: .5rem;
}

.cr-col-4 {
    position: relative;
    width: 100%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: .5rem;
}

.cr-col-5 {
    position: relative;
    width: 100%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
    padding: .5rem;
}

.cr-d-block {
    display: block;
}

.cr-col-6 {
    position: relative;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: .5rem;
}

.cr-col-8 {
    position: relative;
    width: 100%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
    padding: .5rem;
}

.cr-col-9 {
    position: relative;
    width: 100%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: .5rem;
}

.cr-col-9 {
    position: relative;
    width: 100%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: .5rem;
}

.cr-col-12 {
    position: relative;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: .5rem;
}

.cr-title {
    font-size: 18px;
    border-bottom: 2px solid #373A3C;
    width: 80%;
    margin-bottom: .5rem;
}

.cr-title a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.cr-mr-1 {
    margin-right: 1rem;
}

.cr-ml-1 {
    margin-left: 1rem;
}

.cr-mb-3 {
    margin-bottom: 2rem;
}

.cr-number-rating-single {
    font-size: 1.5rem;
}

.cr-rating {
    display: flex;
    align-items: center;
}

.cr-j-c {
    justify-content: center;
}

.cr-pros-cons {
    color: #66657A;
    margin: 0 .5rem;
}

.cr-rating .cr-number-rating {
    margin-left: 5px;
    padding-bottom: 2px;
}

.cr-label {
    display: inline-block;
    position: relative;
    bottom: 3px;
}

.cr-pro {
    width: 20px;
    height: 20px;
    margin-right: 1rem;
    background: url('svg/pro.svg') center no-repeat;
    background-size: contain;
    display: inline-block;
}

.cr-con {
    width: 20px;
    height: 20px;
    margin-right: 1rem;
    background: url('svg/con.svg') center no-repeat;
    background-size: contain;
    display: inline-block;
}

.cr-star {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    display: inline-block;
}

.cr-full {
    background: url('svg/star_full.svg') center no-repeat;
    background-size: contain;
}

.cr-empty {
    background: url('svg/star_empty.svg') center no-repeat;
    background-size: contain;
}

.cr-half {
    background: url('svg/star_half.svg') center no-repeat;
    background-size: contain;
}

.cr-number {
    position: absolute;
    left: -19px;
    width: 10px;
    height: 10px;
    top: calc(50% - 15px);
}

.cr-btn {
    padding: .3rem;
    font-weight: 600;
    display: block;
    text-decoration: none !important;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}

.cr-logo {
    display: initial;
    height: 110px;
    width: 110px;
    object-fit: cover;
    border-radius: 15px;
}

.cr-logo-single {
    display: initial;
    height: 180px;
    width: 180px;
    object-fit: cover;
    border-radius: 15px;
}

.cr-btn:hover {
    opacity: .85;
}

/* .cr-btn:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
    border-radius: inherit;
} */

.cr-single-title {
    margin-bottom: 1.5rem;
    font-size: 22px;
}

.cr-bonus-title {
    font-size: 20px;
    font-weight: 700;
}

.cr-zoom {
    transition: all .2s ease-in-out;
}

.cr-zoom:hover {
    transform: scale(1.015);
}

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


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

.cr-d-none {
    display: none;
}

.cr-bonus-title-single {
    font-size: 25px;
    font-weight: 700;
}

.cr-bonus-title-second {
    font-size: 22px;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {

    .cr-container {
        width: auto !important;
    }

    .cr-number-rating {
        font-size: .9rem;
    }

    .cr-m-col-5 {
        position: relative;
        width: 100%;
        flex: 0 0 41.66666%;
        max-width: 41.66666%;
    }

    .cr-m-col-7 {
        position: relative;
        width: 100%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;

    }

    .cr-m-col-12 {
        position: relative;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: .5rem;
    }

    .cr-m-col-6 {
        position: relative;
        width: 100%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: .5rem;
    }

    .cr-d-m-none {
        display: none;
    }

    .cr-border-row {
        border-left-width: 5px;
        padding-bottom: .5rem;
    }

    .cr-bonus-box {
        background: transparent;
    }

    .cr-m-text-left {
        text-align: left;
    }

    .cr-m-col-4 {
        position: relative;
        width: 100%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding: .5rem;
    }

    .cr-m-col-8 {
        position: relative;
        width: 100%;
        flex: 0 0 66.66666%;
        max-width: 66.66666%;
        padding: .5rem;
    }

    .cr-logo {
        height: 110px;
        width: 110px;
    }

    .cr-title {
        font-size: .7rem;
        width: 100%;
        color: #838383;
        border-bottom: 1px solid #838383;
        display: inline;
        padding: 0 .3rem .3rem .3rem;
    }

    .cr-bonus-title {
        font-size: 19px;
    }

    
    .cr-d-none {
        display: block;
    }

    .cr-m-mx-auto {
        margin: auto;
    }

    .cr-star {
        width: 12px;
        height: 12px;
        margin-right: 2px;
    }

    .cr-m-p-0 {
        padding: 0 !important;
    }

    .cr-m-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .cr-btn {
        margin-top: 1rem;
    }

    .cr-general {
        font-size: .8rem;
    }

    .cr-m-pb-0 {
        padding-bottom: 0rem;
    }

    .cr-m-pt-0 {
        padding-top: 0rem;
    }

    .cr-m-text-center {
        text-align: center;
    }
    
    .cr-logo-single {
        height: 140px;
        width: 140px;
    }

    .cr-single-title {
        font-size: 20px;
        margin-bottom: .5rem;
    }
    
}


.debug {
    border: 1px solid red;
}