/********* fonts ***********/
@font-face {
    font-family: "Beyond The Mountains";
    src: url("../fonts/beyond_the_mountains.otf") format("opentype");
}
@font-face {
    font-family: "PassionSansPDae";
    src: url("../fonts/PassionSansPDae-Book.ttf") format("opentype");
}

/****************************/

.menu-title img {
    width:100%!important;
    border-radius: 20px 20px 0 0;
}
footer .logo img {
    height: unset;
    max-height: 80px;
    max-width: 70%;
}

.slider .loop .item .text h6 {
    padding-top: 15px;
}

/** All touch screen and mobile devices (including tablets, smartphones) **/
/** make front page video width 100% and bg black **/
@media only screen and (hover: none) and (pointer: coarse){
    #front-video {
        width: 100%;
    }
    .slick-slide {
        background-color:#000;
    }
}

#shop-description h5 {
    color: #fff;
}