@font-face {
    font-family: 'CircularStd';
    src: url('../fonts/CircularStd-Book.otf');
    font-weight: 400;
    font-style: normal;
}

html, body {
    margin:0;
    padding:0;
    height:100%;
}

body {
    font-family: 'CircularStd';
}

/* Header */
main {
    /* padding-bottom: 250px; */
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
    margin-top:16px;
}

.icon-upnormal {
    color: #5B4A42;
}

.icon-upnormal:active, .icon-upnormal:hover {
    color: #C4952E;
}

.icon-upnormal a {
    text-decoration: none !important;
}

.wh-widget-send-button-wrapper-list {
    margin-bottom: 800px !important;
    z-index: 10 !important;
}

.card {
    border-radius: 0px;
}

.mobile-span {
    font-size: 20px;
    font-weight: 400;
}

.bg-mobile-custom {
  background-color: #FFF7F7!important;
}

.custom-mobile-button a {
  color: #AAA5A5;
}

.custom-mobile-button-active {
  color: #424242 !important;
}

.nounderline {
  text-decoration: none !important;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: .125rem;
  margin-left: -60px;
}

ul.navbar-nav.ml-auto li {
    border-right: 1px solid #5B4A42;
    padding: 0 12px;
}
ul.navbar-nav.ml-auto li a {
    margin: -6px 0px;
    color: #5B4A42;
}
ul.navbar-nav.ml-auto li a:hover {
    text-decoration: none;
}
/* End Header */


.btn-basic-upnormal {
    border-radius: 0;
    border: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.19), 0 3px 3px rgba(0,0,0,0.23);
    cursor: pointer;
}

.btn-basic-upnormal.btn-outline-danger:hover img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(154deg) brightness(100%) contrast(104%);
}

.btn-upnormal {
    background-color: #5B4A42;
    color: #ffffff;
}

.btn-upnormal.active {
    background-color: #C4952E;
}

.btn-upnormal:active,
.btn-upnormal:hover {
    background-color: #C4952E;
}

.btn-add-product {
    color: grey;
    background-color: transparent;
    border-style: dashed;
    border-color: grey;
    padding: 2em;
    text-transform: uppercase;
    vertical-align: middle;
}

.middle-icon {
    vertical-align: middle;
}

#basic-view {
    background-color: #ffffff;
}

#desktop-view {
    height: 100vh;
    /*background-image: url("/gambar/bg-desktop.jpg");*/
    /*background-image: url("../gambar/Landing-Page-Easy-Order-02.jpg");*/
    background-color: gray;
    background-size: cover;
}

#desktop-view2 {
    height: 100vh;
    /*background-image: url("/images/bg-desktop2.png");*/
    background-image: url("/images/Landing-Page-Pesen-dulu-01.jpg");
    background-size: cover;
}

#mobile-view {
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-image: url("/images/bg-mobile2.png");
    /* background: url("/images/bg-mobile.png") no-repeat ; */
}

#app {
    min-height:100%;
    position:relative;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}



/* product */
.card.item {
    border-radius: 0px;
}

.card.item .card-footer {
    background-color: transparent;
    border: none;
}

.card-body h2 {
    text-align: center;
}

footer img {
    margin: 10px 0;
}

/* Footer */
/*.footer-custom {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #e9ecef;
    text-align: center;
}*/
iframe#ifrm {
    display: none;
}

.margin-img {
    padding-top: 56px;
}
/* End Footer */

/* OUTLET */
.form-brand img.margin-brand {
    padding: 25px 0;
}
.form-brand a {
    margin-top: 18px;
}

#display_outlet_lovingsnack {
    display: none;
}
#display_outlet_lovingdaykitchen {
    display: none;
}
/* END OUTLET */