.mb-4 {
    margin-bottom: 1rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-12 {
    margin-top: 3rem;
}

.text-sm {
    font-size: 16px;
}

.max-w-155 {
    max-width: 155px;
    margin-left: auto;
    margin-right: auto;
}

.border-y {
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.pt-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.border-orange {
    border-color: #ba9559;
}

.owl-tax-chefs {
    width: 100% !important;
}

.text-grey-base {
    color: #8c8c8c;
}

.text-grey-dark {
    color: #4a4a4a;
}

.is-bold {
    font-weight: bolder;
}

.underline {
    text-decoration: underline;
}

.page-template-template-kor .featured,
.tax-chef .featured,
.dish-template-default .featured {
    margin-bottom: 0;
}

.page-template-template-kor footer,
.tax-chef footer,
.dish-template-default footer {
    margin-top: 0 !important;
}

.block {
    display: block;
}

.owl-video-tn {
    padding-bottom: 65%;
}

.owl-carousel .owl-video-play-icon {
    background: url(./../img/owl.video.play.png) no-repeat;
}

.popup-kor {
    position: fixed;
    right: 1rem;
    bottom: 0;
    max-width: 50%;
    z-index: 10000;
    transition: all;
    transition-duration: 1200ms;
    height: auto;
    width: 400px;
}

.popup-kor--hidden {
    bottom: -950px;
}


.popup-close {
    color: #000;
    font-weight: bolder;
    font-size: 20px;
    position: absolute;
    right: 0;
    padding: 0 5px;
}

@media screen and (max-width: 950px) {
    .popup-close {
        top: -26px;
    }
}