.wc-blocks-components-select .wc-blocks-components-select__select {
	border: none !important;
}

.recurring-totals, .recurring-total {
    display: none;
}

.ct-order-review {
    border:none;
    padding: 0 35px;
}

.wpchill-checkout .checkout-testimonial.testimonial {
    background-color: rgba(0,0,0,0);
    border: none;
    box-shadow: none;
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #ede;
    padding: 1.75rem 2.5rem;
    position: relative
}

.wpchill-checkout .checkout-testimonial.testimonial .testimonial__avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    filter: grayscale(100%)
}

.wpchill-checkout .checkout-testimonial.testimonial .testimonial__content.mb-3,.wpchill-checkout .checkout-testimonial.testimonial .testimonial__name {
    color: #637586;
    font-style: italic;
    font-size: 16px;
    font-weight: 400
}

.wpchill-checkout .checkout-testimonial.testimonial .testimonial__title {
    color: #637586;
    margin-bottom: 5px
}

.wpchill-checkout .checkout-testimonial.testimonial .testimonial__star {
    color: gold;
    margin-bottom: 5px
}

.wpchill-checkout .checkout-testimonial.testimonial .footer-testimonial {
    margin-bottom: 0 !important
}

.wpchill-checkout .checkout-testimonial.testimonial .wpchill_quot {
    position: absolute;
    left: 10px;
    top: 35px
}

@media screen and (min-width: 768px) {
    .wpchill-checkout .checkout-testimonial.testimonial .testimonial-photo {
        width:25%;
        display: inline-block;
        float: left
    }

    .wpchill-checkout .checkout-testimonial.testimonial .testimonial__content {
        display: inline-block
    }

    .wpchill-checkout .checkout-testimonial.testimonial .testimonial__content span.dashicons-format-quote {
        color: #637586;
        margin-bottom: 0
    }
}

@media screen and (max-width: 768px) {
    .wpchill-checkout .checkout-testimonial.testimonial {
        display:none
    }

    .wpchill-checkout .testimonial-photo img {
        margin: 0 auto;
        margin-bottom: 10px !important;
        display: block
    }
}

@media(min-width: 1320px) {
    .wpchill-checkout .testimonial__content {
        font-size:1.18rem
    }
}

.wpchill-checkout .testimonial__content p.mb-0 {
    margin-bottom: 0 !important;
    margin-block-end: 0 !important;
}