.box {
    max-width: 300px;
    width: 100%;
    padding: 0 15px;
}

.skeleton {
    max-width: 300px;
    width: 100%;
    height: 79px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.skeleton .square {
    height: 80px;
    border-radius: 5px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-squares 2s infinite ease-out;
}

.skeleton .line {
    height: 12px;
    margin-bottom: 6px;
    border-radius: 2px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-lines 2s infinite ease-out;
}

.skeleton-right {
    flex: 1;
}

.skeleton-left {
    flex: 2;
}

.flex1 {
    flex: 1;
    position: relative;
}

.flex2 {
    flex: 2;
    position: relative;
}

.skeleton .line:last-child {
    margin-bottom: 0;
}

.h8 {
    height: 8px !important;
}

.h10 {
    height: 10px !important;
}

.h12 {
    height: 12px !important;
}

.h15 {
    height: 15px !important;
}

.h17 {
    height: 17px !important;
}

.h20 {
    height: 20px !important;
}

.h25 {
    height: 25px !important;
}

.w25 {
    width: 25% !important
}

.w40 {
    width: 40% !important;
}

.w50 {
    width: 50% !important
}

.w75 {
    width: 75% !important
}

.m10 {
    margin-bottom: 10px !important;
}

.circle {
    border-radius: 20% !important;
    height: 40px !important;
    width: 40px !important;
    margin-top: -40px !important;
}

@keyframes wave-lines {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@keyframes wave-squares {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.circle-bottom {
    margin-top: 0px;
    position: absolute !important;
    bottom: -36px !important;
    width: 60px !important;
    height: 20px !important;
}

.s-service-title {
    position: absolute !important;
    top: -27px !important;
    height: 17px !important;
    width: 130px !important;
    margin-right: -19px !important;
}

.s-like {
    position: absolute !important;
    top: 16px !important;
    right: -1px !important;
    width: 30px !important;
    height: 20px !important;
}

.s-buy {
    position: absolute !important;
    top: 15px !important;
    right: 6px !important;
    width: 58px !important;
    height: 20px !important;
}

.skeleton-service{
    max-width: 300px;
    width: 100%;
    height: 31px !important;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-service {
    border-radius: 20% !important;
    height: 40px !important;
    width: 40px !important;
    margin-top: 0px !important;
}
.s-service-v2-title{
    position: absolute !important;
    top: -10px !important;
    height: 17px !important;
    width: 130px !important;
    margin-right: -19px !important;
}

@media only screen and (max-width: 575px) {
    .s-service-v2-title {
        position: absolute !important;
        top: -10px !important;
        height: 17px !important;
        width: 105px !important;
        margin-right: -19px !important;
    }
    .s-service-title {
        position: absolute !important;
        top: -29px !important;
        height: 17px !important;
        width: 111px !important;
        /* margin-right: 6px !important; */
    }

    .s-buy {
        position: absolute !important;
        top: 16px !important;
        left: 15px !important;
        width: 51px !important;
        height: 20px !important;
    }
}