/* !

 =========================================================
 * Kd - MK - v2.1.0
 =========================================================

  * Copyright 2019 Kd.

 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. */
iframe#ifrm {
    width: 100%;
    margin: auto;
    border: 0px solid #d0d0d0;
}

.card {
    box-shadow: none!Important;
}

a {
    color: #d11242;
}

a:focus,
a:hover {
    color: #e91e63;
    text-decoration: none;
}

a.text-info:focus,
a.text-info:hover {
    color: #00a5bb;
}

a .material-icons {
    vertical-align: middle;
}

.brand {
}

.index-page .brand {
    margin: -25vh 0 0;
    padding: 20px;
}

.product-page .brand {
    margin: -25vh 0 0;
    padding: 20px;
}

.page-logo {
    width: 50%;
}

.head-icon {
    height: 0.9em;
    margin-right: 0.5em;
}

.column-logo {
    width: 80%;
    padding-bottom: 20px;
}

.indent {
    text-indent: 10%;
}

.pad-top-20 {
    padding-top: 2vh;
}

.pad-top-40 {
    padding-top: 4vh;
}

.pad-top-60 {
    padding-top: 6vh;
}

.text-red {
    color: #B22C23;
}

.bg-red {
    background-color: #B22C23;
}

.text-dark-red {
    color: #B22C23;
}

.menu-button {
    background: url('./../images/cafe-spice-red-icon.svg') #f2f2f2;
    background-position: -18px -7px;
    background-repeat: no-repeat;
    background-size: 25%;
    padding-left: 41px;
    color: #000;
}

.menu-button-home {
    font-weight: 400;
    font-size: 2em;
    background: url('./../images/cafe-spice-red-icon.svg') #B22C23;
    background-position: -18px -7px;
    background-repeat: no-repeat;
    background-size: 25%;
    padding-left: 41px;
    color: #ffffff;
}
