
.box-right-done-aution {
    width: 100%;
    float: right;
}

.box-done-aution {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}

.box-done-aution .swiper-container {
    width: 100%;
    max-height: 580px;
    margin-bottom: 10px;
}

.box-done-aution .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    height: auto;
    position: relative;
}

.box-done-aution .swiper-slide:after {
    /*content: "";*/
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 81.25%);*/
    /*border-radius: 10px;*/
    /*height: 133px;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
}

.box-done-aution .heading:before {
    left: 0;
    margin-left: 0;
}

.box-done-aution .heading {
    font-size: 24px;
    line-height: 26px;
    text-align: left;
}

.box-done-aution .item {
    width: 100%;
    display: inline-block;
    background: rgba(244, 253, 255, 0.84);
    box-shadow: 0px 4px 8px rgba(19, 28, 25, 0.1);
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 0;
}

.box-done-aution .photo {
    width: 100%;
    display: inline-block;
    margin-bottom: 18px;
}

.box-done-aution .photo img {
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.box-done-aution .title {
    margin: 0;
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #2E3A59;
}

.box-done-aution .title a {
    color: #2E3A59;
}

.box-done-aution .btn-event {
    display: inline-block;
    width: auto;
    height: 29px;
    background: #CFF6E7;
    border-radius: 10px;
    padding: 5px 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    /*color: #0FD186;*/
}

.box-done-aution .btn-event:before {
    width: 16px;
    height: 16px;
    content: "";
    float: left;
    background: url(../images/icon-hammer-small-green.svg) no-repeat center center;
    margin-right: 3px;
}

.box-done-aution .box-price {
    margin: 0;
    margin-top: 4px;
    font-weight: normal;
    font-size: 13px;
    line-height: 130%;
    color: #4D555D;
    padding-left: 18px;
    background: url(../images/icon-money.png) no-repeat 0 center;
}

.box-done-aution .box-price .price {
    color: #28bcdc;
    font-weight: bold;
    margin-left: 28px;
}

.box-done-aution .box-date-time {
    margin: 0;
    margin-top: 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 130%;
    color: #4D555D;
    padding-left: 18px;
    background: url(../images/icon-alarm.png) no-repeat 0 center;
}

.box-done-aution .box-date-time .date {
    color: #28bcdc;
    font-weight: bold;
    margin-left: 14px;
}

.box-done-aution .row {
    margin: 0 -10px;
}

.box-done-aution .certification {
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    border-top: 1.5px dashed #D8D8D8;
    padding-top: 20px;
    padding-bottom: 13px;
    font-weight: 500;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    color: #4D555D;

}

.box-done-aution .certification:before {
    height: 45px;
    width: 33px;
    content: "";
    background: url(../images/icon-certification.svg) no-repeat 0 0;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -16px;
}

.box-done-aution .more {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #303030;
    display: inline-block;
    padding-right: 27px;
    background: url(../images/icon-more.png) no-repeat right center;
}

@media screen and (min-width: 960px) {
    .box-done-aution {
        padding: 60px 0;
    }

    .box-done-aution .heading {
        font-size: 30px;
        line-height: 30px;
    }

    .box-right-done-aution {
        width: 374px;
        float: right;
    }

    .box-done-aution .swiper-container {

        max-height: 1190px;
    }

    .box-done-aution .item {
        padding: 20px;
        padding-bottom: 0;
    }

    .box-done-aution .btn-event:before {
        background: url(../images/icon-hammer-small-green.png) no-repeat center center;
    }

    .box-done-aution .box-price {
        font-size: 15px;
        margin-top: 10px;
    }

    .box-done-aution .box-price .price {
        font-size: 16px
    }

    .box-done-aution .box-date-time {
        font-size: 15px;
        margin-top: 13px;
    }

    .box-done-aution .box-date-time .date {
        font-size: 16px;
    }

    .box-done-aution .row {
        margin: 0 -20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {

    .box-right-done-aution {
        width: 100%;
    }

    .box-done-aution .photo img {
        width: 50%;
    }

    .box-done-aution .item {
        padding: 20px;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 960px) and (max-width: 1150px) {
    .box-done-aution .heading {
        font-size: 24px;
        line-height: 30px;
    }

    .box-right-done-aution {
        width: 300px;
    }

    .box-done-aution .item {
        padding: 10px;
        padding-bottom: 0;
    }

    .box-done-aution .box-price {
        font-size: 13px;
    }

    .box-done-aution .box-price .price {
        font-size: 13px
    }

    .box-done-aution .box-date-time {
        font-size: 13px;
    }

    .box-done-aution .box-date-time .date {
        font-size: 13px;
    }
}
	