.img-logo {
    width: 120px;
}

.tick-icon {
    font-size: 10px !important;
    margin-right: 5px !important;
}

.p-0-20 {
    padding: 0 20px;
}

.status-mp {
    margin-right: -0.5rem !important;
    padding-right: 0px !important;
}

.shop_link_h4 {
    color: #017bfe !important;
    font-size: 14px !important;
}

.shop_link_h4 svg {
    margin-left: 5px !important;
}

.screen-col-lg-4 {
    font-size: 17px;
}

.height-site-link {
    height: 80px;
}

.height-site-link span {
    font-size: 13px;
}

.font-bussines-path {
    font-size: 14px !important;
}

.btn-hint {
    overflow: hidden;
}

.btn-hint svg {
    stroke: #666;
    margin-left: 5px;
    transition-duration: 0.5s;
}

.btn-hint:hover svg {
    stroke: #fff;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;

}

.hvr-icon-wobble-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
    top: 40%;
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s, 0.5s;
    animation-duration: 1s, 0.5s;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
}

/* Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: transparent !important;
    color: #444444 !important;
    border-color: #444444 !important;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #007bff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus {
    color: #fff !important;
    border-color: #007bff !important;
}

.hvr-bounce-to-right:active {
    box-shadow: 0 0 2px rgba(94 94 94 / 82%) !important;
}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: transparent !important;
    color: #444444 !important;
    border-color: #444444 !important;
}

.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #007bff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus {
    color: #fff !important;
    border-color: #007bff !important;

}

.hvr-bounce-to-left:active {
    box-shadow: 0 0 2px rgba(94 94 94 / 82%) !important;
}

.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
}

.btn-review {
    position: relative;
    padding: 3px 10px;
    border-radius: 20px;
    background-color: #007bff;
    font-family: SiteSans, serif;
    color: #fff !important;
    border: solid 1px blue;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-mask-image: -webkit-linear-gradient(white, black);
    width: 100%;
    margin-top: 30px;
    display: none;
}

.btn-review .btn-review-txt {
    position: relative;
    z-index: 2;
    color: #fff;
    display: block;
    height: fit-content;
    font-size: 12px;
}

.btn-review-txt a {
    color: #fff;
}

.btn-review .btn-review-fill {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding-bottom: 100%;
    transform: translateY(-50%) rotate(180deg);
}

.btn-review .btn-review-fill::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    border-radius: 10%;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(-100%);
}

.btn-review:hover {
    border-color: #666;
    transform: translateY(-4px);
}

.btn-review:hover .btn-review-fill {
    transform: translateY(-50%) rotate(0);
}

.btn-review:hover .btn-review-fill::after {
    transform: translateY(0);
}

.btn-review:hover, .btn-review-txt:hover a {
    color: white !important;
}

.btn-review:hover a {
    color: white !important;
}

.btn-review-txt_svg {
    margin-left: 5px;
}

.btn-review:hover path {
    stroke: #fff;

}

.btn-review:hover path[id='instagram'] {
    fill: #fff;
}

.btn-review:hover path[id='telegram'] {
    fill: #fff;
}

.star-place-left {
    left: -120px !important;
}

.rating-width {
    width: 170px !important;
}

.rating-width label {
    height: 2rem !important;
}

@media only screen and (max-width: 1024px) {

    .star-place-left {
        left: -80px !important;
    }
}

@media only screen and (max-width: 768px) {

    .star-place-left {
        left: -90px !important;
    }

}

@media only screen and (max-width: 425px) {

    .star-place-left {
        left: 0 !important;
        margin-top: 0 !important;
    }

    .col-md-3 {
        width: auto !important;
    }

    .col-md-4 {
        width: auto !important;
    }

    .no-warp {
        display: none !important;
    }

    .no-warp .star-place {
        width: auto;
    }

    .btn-review {
        display: unset;
    }

    .sticky {
        display: none !important;
    }

    .img-mr {
        margin-right: 15px !important;
    }
}

@media only screen and (max-width: 991px) {
    .ml_col-md-4 {
        margin-left: 0px !important;
    }
}

.review-flex {
    display: flex;
    flex-direction: column;
}

.review-flex_img-place {
    display: flex;
    flex-direction: unset;
}

.review-flex span {
    margin-bottom: -40px;
}

.review-flex a {
    font-size: 12px;
    text-decoration-line: underline;
}

.sticky {
    position: fixed;
    top: -10px;
    width: 100%;
    z-index: 9;
    transition: top 0.3s ease-in-out;
}

.trans {
    transition: top 0.3s ease-in-out;
    width: 100%;
}

.ml_col-md-4 {
    margin-left: 20px;
}

.btn-dw {
    display: block;
    width: auto;
}

.btn-link-site {
    display: block;
    width: 174px;
    background-color: #fff;
}

.color-link {
    color: #017bfe !important;
}

.busines_owner {
    padding: 0;
    margin-top: 5px;
    background-color: whitesmoke;
    display: flex !important;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.btn-compare {
    width: 100%;
    margin-left: 15px;
}
