@font-face {
    font-family: "CeraRoundProBlack";
    src: local("☺"), 
        url(/fonts/CeraRoundProBlack.woff) format("woff"),
        url(../fonts/CeraRoundProBlack.ttf) format("truetype"),
        url(../fonts/CeraRoundProBlack.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}
body,
html {
    font-family: Poppins, sans-serif;
    overflow-x: hidden;
}
.form-control:focus {
    border-color: #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    outline: 0;
}
.add_class
{
    padding-right: 25px !important;
}

.fix {
    width: 1080px !important;
    margin-left: auto;
    margin-right: auto;
}
.logo {
    margin-top: -15px;
    background-color: #000;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/preloader.gif) 50% 50% no-repeat #f9f9f9;
    opacity: 0.8;
    background-size: 100px 100px;
}
.feasta {
    font-family: CeraRoundProBlack;
    font-size: 56px;
    padding-top: 5px;
    font-weight: bold !important;
}
.background {
    background: url(/images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100% !important;
    background-attachment: fixed;
}
.btn {
    box-shadow: none !important;
}
.add-div
{
   padding-right: 17px;
}
.add-div-center
{
   text-align: center;
}
.btn:hover {
    background-color: #000 !important;
    color: #fff !important;
}
a,
a:active,
a:focus {
    text-decoration: none;
}
ul {
    list-style-type: none;
}
.logo-bar {
    width: 10.3rem;
    height: 0.5rem !important;
    color: #f8a11e !important;
    opacity: 1;
    border-radius: 5px;
}
.navbar-link {
    font-family: Poppins, sans-serif;
    color: #000 !important;
    font-weight: 700 !important;
}
.navbar-link:hover {
    color: #f8a11e !important;
}
.active {
    background-color: #f8a11e;
    padding: 1px 7px !important;
    color: #fff !important;
    border-radius: 7px;
}
.active:hover {
    background-color: #f8a11e;
    color: #fff !important;
}
.footer-line {
    height: 0.7 rem !important;
    color: #fff !important;
    margin-top: -7px;
}
.card_border {
    border-radius: 20px;
}
.button {
    background-color: #f8a11e !important;
}
.checkout {
    background-color: #f8a11e !important;
    border-radius: 10px;
}
.cart-col {
    display: block !important;
}
@media only screen and (min-width: 768px) {
    #cloase {
        display: none !important;
    }
}
@media only screen and (max-width: 575px) and (min-width: 556px) {
    .main-nav-bar {
        margin-left: 2.7rem !important;
    }
}
@media only screen and (max-width: 991px) and (min-width: 320px) {
    .cart-col {
        display: none !important;
    }

    .fixed-bottom {
        visibility: visible !important;
        color: #fff;
        font-weight: 700;
    }
    .card_border {
        margin-bottom: 5px !important;
    }
        .offset-md-9 {
        margin-left: 0 !important;
    }
}
@media only screen and (min-width: 390px) and (max-width: 410px) {
    .main-nav-bar {
        margin-left: 1rem !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .feasta {

        font-size: 55px;
    }
    .logo {
        height: 50px;
        width: 50px;
        margin-top: auto;
        margin-bottom: auto;
    }
    .logo-bar {
        width: 10.6rem !important;
        height: 0.5rem !important;
    }
    .logo-container {
        margin-left: 5px;
    }
    .asap-div {
        margin-left: 3px;
    }
    .end-container {
        margin-right: 3px;
    }
    .main-menu {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 420px) and (max-width: 768px) {
    .feasta {
        font-size: 55px;
    }
    .logo {
        height: 60px;
        width: 60px;
    }
    .logo-bar {
        width: 10.2rem;
        height: 0.5rem !important;
    }
    .logo-container {
        margin-left: 5px;
    }
    .asap-div {
        margin-left: 5px;
    }
    .end-container {
        margin-right: 5px;
    }
    .main-menu {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .main-menu {
        margin-left: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .main-menu {
        margin-left: 70px;
    }
}
