.verified-icon {
    background: url("../images/done.svg") no-repeat;
    background-color: #00c8b2;
    -ms-border-radius: 30px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    float: left;
    margin-right: 10px;
}

.verified-text {
    color: #00c8b2 !important;
    width: calc(100% - 40px) !important;
    line-height: 40px;
}
.check-bottom-btn {
    width: 100%;
}
.check-bottom-btn .btn-red {
    float: right;
}
.section-shop .shop-box {
    overflow: hidden;
}
.section-shop .shop-box .box-inner {
    position: initial !important;
}
@media (max-width: 767px) {
    .check-bottom-btn .btn-red {
        float: none;
    }
}