/*--------------------------------------------------------------
SWEETALERT2
--------------------------------------------------------------*/
.swal2-popup .swal2-title {
    margin: 0 0 1rem !important
}


/*--------------------------------------------------------------
Global
--------------------------------------------------------------*/
a {
    color: var(--tree-poppy);
}

.btn-reset {
    border: none;
    margin: 0;
    padding: 0;
    background: none;
}

.btn {
    padding: 8px;
    border-radius: 4px;
    color: var(--white);
    border: none;
    margin: 0;
}

.btn-pill {
    border-radius: 30px;
}

.btn:focus, .btn-reset:focus {
    outline: none;
}

.btn-secondary {
    background-color: #fafafa;
    border: 1px solid #ebedf2;
    color: #6c7293;
}

.btn-primary {
    color: #fff;
    background-color: #4d80e4;
    border-color: #4d80e4;
}

.btn-weight {
    font-weight: bold;
}

.btn-warning {
    color: #fff;
    background-color: #ffa41b;
    border-color: #ffa41b;
}

.btn-info {
    background-color: #3f72af;
    border-color: #3f72af;
    color: #fff;
}

.btn-brand {
    background-color: #4d80e4;
    border-color: #4d80e4;
    color: #fff;
}

.btn-success {
    background-color: #0abb87;
    border-color: #0abb87;
    color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #e74747;
    border-color: #e74747;
}

.btn-sm {
    font-size: 11px;
}

img.mfp-img {
    max-height: 750px !important;
}

.text-danger {
    color: #ff5200;
}

.modal-footer-extend {
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0;
    align-items: flex-end !important;
}

.modal-footer-extend > div {
    margin-top: 18px;
}

.modal-footer-extend .btn-secondary {
    margin-right: 10px;
}

.modal-footer-extend > :not(:first-child) {
    margin-left: 0;
}

.text-muted {
    color: #555;
    font-size: 12px;
}

.product-custom-ingredients > span {
    display: block;
}

.table-condensed span {
    position: relative;
}

.table-condensed .prev span:before,
.table-condensed .next span:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}

.table-condensed .prev span:before {
    content: "\f100";
}

.table-condensed .next span:before {
    content: "\f101";
}

.pac-container {
    z-index: 9999999 !important;
    top: 40px !important;
    left: 1px !important;
}

.pickup-point {
    display: none;
}

/*--------------------------------------------------------------
Icons
--------------------------------------------------------------*/
/* Rules for icon sizes: */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

/* Default */
.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/*--------------------------------------------------------------
FULLSIZE IMG
--------------------------------------------------------------*/
.btn-fullsize-img {
    cursor: pointer;
}

.kt--custom-fullsize-img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .6);
    z-index: 99999999999999999999999999999
}

.kt--custom-fullsize-img > img {
    max-width: 100%;
    max-height: 90%;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .3);
}


/*--------------------------------------------------------------
TOPBAR
--------------------------------------------------------------*/
.topbar {
    margin-left: 10px;
}

.topbar .btn-icon {
    background: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.topbar .btn-icon img {
    width: 20px;
    height: 20px;
}

.topbar .navi .navi-item .navi-link {
    margin: 0;
    display: flex;
    align-items: center;
}

.topbar .dropdown-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 15px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
}

.topbar .navi .navi-item .navi-link > span:first-child {
    margin-right: 10px;
}

.topbar .navi .navi-item .navi-link > span:last-child {
    font-size: 12px;
}

.topbar .dropdown .dropdown-menu {
    background: #fff;
    padding: 0;
    border: 0;
}

article.blog figure img {
    width: 100%;
}

.active-item a {
    color: var(--tree-poppy) !important;
    text-decoration: underline;
}
