.taoph-product{
    border: 1px solid #272437;
    border-radius: 24px;
    background: rgba(231, 226, 220, 0.45);
    padding: 34px;
    position: relative;
    width: 363px !important;
    overflow: hidden;
}

.taoph-testimonial--product-carousel .slick-slide{
    margin-right: 24px;
}

.taoph-product__title{
    margin: 0 0 0;
    font-weight: 400;
    max-width: 80%;
	font-size: 1.4rem;
}

.taoph-product__subtitle{
    margin: 0 0 18px;
    font-weight: 400;
    max-width: 80%;
	font-size: 1.2rem;
}

.taoph-product__image{
    margin-bottom: 17px;
}

.taoph-product__image img{
    width: 100%;
}

.taoph-product__meta{
    margin: 0 0 17px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #181838;
}

.taoph-product__meta li{
    display: flex;
    margin-bottom: 9px;
    align-items: center;
}

.taoph-product__meta li:last-child{
    margin-bottom: 0;
}

.taoph-product__btn{
    background-color: #272437;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    width: 164px;
    height: 40px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease;
    border: 1px solid #272437;
}

.taoph-product__btn:hover{
    background-color: #fff;
    color: #272437;
}

.taoph-product__btn--invert{
    border-color: #fff;
    background-color: #fff;
    color: #272437;
    font-weight: 700;
}

.taoph-product__btn--invert:hover,
.taoph-product__btn--invert:focus,
.taoph-product__btn--invert:active{
    background-color: #272437;
    color: #fff;
}



.taoph-icon-calendar{
    width: 22px;
    height: 23px;
    background: url(../images/calendar.webp) no-repeat top center;
    background-size: 100%;
    display: inline-block;
    margin-right: 13px;
}

.taoph-icon-marker{
    width: 22px;
    height: 20px;
    background: url(../images/marker.webp) no-repeat left center;
    background-size: auto 100%;
    display: inline-block;
    margin-right: 13px;
}

.taoph-icon-clock{
    width: 22px;
    height: 20px;
    background: url(../images/clock.webp) no-repeat left center;
    background-size: auto 100%;
    display: inline-block;
    margin-right: 13px;
}

.taoph-icon-sign{
    width: 20px;
    height: 20px;
    background: url(../images/sign.webp) no-repeat center;
    background-size: 100%;
    display: inline-block;
    margin-right: 13px;
}

.taoph-product__meta .taoph-icon-sign{
    margin-left: 0;
}

.taoph-product__view{
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff url(../images/information-button.webp) no-repeat center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 100%;
}

.taoph-testimonial--product-carousel{
    padding-top: 0 !important;
    max-width: 100% !important;
}

.taoph-testimonial--product-carousel .slick-prev{
    right: 91px;
    top: -111px !important;
}
.taoph-testimonial--product-carousel .slick-next{
    right: 0;
    left: auto !important;
    top: -111px !important;
    transform: rotate(180deg);
}

.taoph-product__flag{
    width: 60px;
    height: 70px;
    background-color: #272437;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.taoph-product__image{
    position: relative;
}

.taoph-product__flag strong{
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.taoph-product__status{
    background-color: #fff;
    font-size: 12px;
    color: #272437;
    border-radius: 32px;
    padding: 5px 10px;
    position: absolute;
    bottom: 16px;
    right: 14px;
    text-transform: uppercase;
    width: 133px;
    text-align: center;
}

@media ( max-width: 767px ){
    .taoph-testimonial--product-carousel .slick-slide{
        margin-right: 0 !important;
    }

    .taoph-product__title{
        font-size: 1.3rem;
    }

    .taoph-product__image{
        height: 230px;
        overflow: hidden;
        position: relative;
    }

    .taoph-product__image img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media ( max-width: 600px ){
    .taoph-product{
        width: 100% !important;
        max-width: 383px !important;
    }
}