/* complete ----------------------------------------------------*/
.complete {
    text-align: center;
    background: #fff;
    padding: 30px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.complete__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: table;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.complete h2 {
    font-size: 2em;
    text-transform: uppercase;
    color: #4794fe;
    padding: 0;
}

.complete__card {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    height: 350px;
    margin: 5px 5px 100px;
}

.complete .complete__title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}

.complete__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.complete__label_size {
    font-size: 20px;
    color: #fff;
    background: #ff282f;
    padding: 5px 10px;
    margin-right: 20px;
}

.complete__label_price {
    font-size: 18px;
    font-weight: 700;
    color: #ff282f;
    text-align: left;
}

.complete__label_sale {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    text-decoration: line-through;
}

/*.complete__desc {*/
/*    padding: 5px 5px 20px 5px;*/
/*    -webkit-transform: scaleY(0);*/
/*        -ms-transform: scaleY(0);*/
/*            transform: scaleY(0);*/
/*    -webkit-transform-origin: 0 0;*/
/*        -ms-transform-origin: 0 0;*/
/*            transform-origin: 0 0;*/
/*    -webkit-transition: 0.5s ease-in-out;*/
/*    -o-transition: 0.5s ease-in-out;*/
/*    transition: 0.5s ease-in-out;*/
/*}*/

.complete__desc {
    padding: 5px 5px 20px 5px;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.complete__card {
    height: 440px;
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
}

.complete__card:hover {
    height: 440px;
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.complete__card:hover .complete__container {
    padding-bottom: 0;
}

.complete__card:hover .complete__desc {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
