@font-face {
    font-family: CAVOLINI;
    src: url(../fonts/CAVOLINI.woff);
    src: url(../fonts/CAVOLINI.woff2);
  }
body,html{
    font-family: 'Poppins', sans-serif;
    background-color: #f7f7f7;
}
h1,h2,h3{
    font-family: 'CAVOLINI', cursive;
    text-transform: uppercase;
}
img{
    max-width: 100%;
}
.text-right{
    text-align: right;
}
header {
    background-color: #ffffff;
    position: sticky;
    top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 9;
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 5px 0px;
}
li.nav-item:last-child:before {
    content: unset;
}
a.navbar-brand img {
    width: 100px;
}
header li.nav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
header li.nav-item:before {
    content: "";
    position: absolute;
    right: 0px;
    width: 1px;
    height: 60%;
    background-color: #e1e1e1;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-content h1 {
    font-weight: bold;
    font-size: 55px;
}
.cat_box img {
    width: 100%;
}

.cat_box h4 {
    position: absolute;
    left: 50%;
    bottom: 7px;
    width: 96%;
    background-color: #fe0000;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    transform: translateX(-50%);
    transition: 0.5s all;
}
.cat_box:hover h4 {
    bottom: 50%;
}
.cat_box {
    position: relative;
    cursor: pointer;
    outline: 2px solid #f7f7f7;
    outline-offset: -9px;
}
.btn {
    background-color: #c60f2e;
    color: #fff;
    border-radius: 0px;
    max-width: 200px;
    width: 100%;
    border: 1px solid;
    border-radius: 30px;
}
.btn:hover {
    background-image: linear-gradient(85deg,#fe0000 100%, #dba507 0%);
    color: #fff;
}
footer {
    position: relative;
    background-color: #c60f2e;
    padding-top: 4rem;
    padding-bottom: 3rem;
    color: #fff;
    z-index: 0;
}
footer h3.heading.text-left {
    color: #fff;
}
footer a {
    color: #fff !important;
}
ul#mypanel {
    position: sticky;
    top: 100px;
}
ul#mypanel li {
    display: block;
    width: 100%;
}
ul#mypanel li a.active,ul#mypanel li a:hover {
    background-color: #fe0000;
    color: #fff;
}
ul#mypanel li a {
    color: black;
    background-color: #eebb4b;
    margin-bottom: 9px;
    border-radius: 0px;
    cursor: pointer;
}
section.product {
    background-color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.Copyright a {
    color: #fff;
    font-weight: bold;
}
footer h2.title {
    color: #f7f7f7;
    position: relative;
    font-family: 'Poppins';
    font-size: 22px;
}
img.footer_logo {
    max-width: 300px;
    margin: auto;
    width: 100%;
    display: block;
}
footer h2.title:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 10%;
    height: 4px;
    background-color: #f7f7f7;
}
footer ul li a {
    color: black;
    text-decoration: none;
    font-size: 18px;
}
footer ul {
    padding-left: 0px;
}
footer ul li {
    display: block;
    padding: 4px 0px;
    list-style-type: disc !important;
}
p.copyright {
    margin-bottom: 0px;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-bar {
    background-color: #dba507;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
}
.carousel-control-prev-icon,.carousel-control-next-icon {
    background-color: #000;
    height: 40px;
}
.right_top_bar a {
    border-left: 1px solid;
    padding-left: 5px;
}
.cart_box {
    color: #fff;
    font-size: 26px;
    border-left: 1px solid;
    padding-left: 40px;
    cursor: pointer;
}
.top-bar a{
color: #f7f7f7;
text-decoration: none;
}
header i.fab.fa-opencart {
    font-size: 28px;
    color: #ffd841;
}
header a.nav-link {
    color: #CC1130;
    font-weight: 600;
}
header a.nav-link:hover {
    color: #ffcf0f;
}
.carousel-item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.header-btn {
    background-color: #000000;
    border-radius: 20px;
}
.header-btn a {
    color: #fff !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 2%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #0000;
}
.heading {
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    color: #c40f2e;
    position: relative;
    font-family: 'Poppins';
    font-size: 24px;
    margin-bottom: 30px;
}
.heading:before {
    content: "";
    position: absolute;
    width: 100px;
    background-position: center;
    height: 6px;
    bottom: -5px;
    background-color: #dba507;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}
.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}
.section{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.carousel-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 50%;
}
.white-text, .white-text a {
    color: #fff;
}
section.call_to_action:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000000b3;
    width: 100%;
    height: 100%;
    z-index: -1;
}
section.call_to_action {
    padding-top: 4rem;
    z-index: 1;
    padding-bottom: 4rem;
    background-color: #f7f7f7;
    background-image: url(../images/call_to_action.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    color: #fff;
}

section.call_to_action h3 {
    margin-bottom: 0px;
    font-family: 'Poppins';
    color: #fff;
}
.filter_bar {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    background-color: #201e1e;
    padding-top: 1rem;
    align-items: center;
    color: #fff;
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.product-box {
    background-color: #e9e9e9;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.product-box h3 {
    font-family: 'Poppins';
    text-transform: capitalize;
    font-size: 20px;
    color: #fe0000;
}
.product-box a {
    display: block;
    width: 100%;
    text-decoration: none;
}
.product-box button.btn {
    background-color: #eebb4b;
    width: 100%;
    display: block;
    border-radius: 0px;
}
div#list_filter {
    width: 60px;
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    cursor: pointer;
}
.menu-items-search-box {
    position: relative;
}
div#list_filter i.active {
    color: #eebb4b;
}
.menu-items-search-box i {
    position: absolute;
    color: #fe0000;
    right: 6px;
    top: 6px;
}
.menu-items-search-box input {
    border-radius: 15px;
    padding-left: 22px;
    border: 2px solid #ffcf0f;
}
section#inner-banners:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000d1;
    z-index: -1;
}
section#inner-banners {
    padding-top: 4rem;
    padding-bottom: 3rem;
    background-color: #00000099;
    color: #fff;
    background-image: url(../images/call_to_action.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}
section#inner-banners h1 {
    font-family: 'Poppins';
}
section#inner-banners a {
    color: #fe0000;
    text-decoration: none;
}
form#contact-form {
    text-align: left;
}
form#contact-form input, form#contact-form textarea {
    border-radius: 0px;
    margin-bottom: 15px;
    background-color: #f7f7f7;
}
form#contact-form .error-msg {
    color: #fe0000;
}
section#contact-us {
    background-color: #fff;
}
form#contact-form input.dt-btn.dt-btn-bg {
    background-color: #fe0000 !important;
    color: #fff;
    border: 0px;
    padding: 10px 40px;
}

.box_menu .btn {
    width: 107px;
    border: unset;
}
.box_menu h3.sub-heading {
    color: #fff;
}
.box_menu{
    position: relative;
    border-radius: 22px;
    overflow: hidden;
}
.box_menu:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(360deg, black, #00000038);
}
.box_menu img {
    height: 200px;
    object-fit: cover;
}
.position {
    position: absolute;
    bottom: 20px;
    color: #fff;
    text-align: left;
    left: 20px;
}
.box_menu p {
    font-size: 14px;
}
.position {
    position: absolute;
    text-align: left;
    bottom: 20px;
    left: 20px;
    color: #fff;
}
.newsletter .email {
    border-radius: 20px;
    height: 38px;
    margin: 0px;
    padding: 4px;
    padding-left: 15px;
    max-width: 300px;
    width: 100%;
    border: 1px solid #c60f2e;
}

.newsletter .btn {
    background-color: #c60f2e;
    color: #fff;
    border-radius: 26px;
    max-width: 150px;
    width: 100%;
    position: relative;
    top: -1px;
    border: 0px;
}
h3.heading.text-left:before {
    left: 0px;
    transform: unset;
}

h3.heading.text-left {
    text-align: left;
}

section.section.order_section a {
    color: #fff;
    text-decoration: none;
    border: 2px solid;
    padding: 11px 30px;
    border-radius: 30px;
    font-weight: bold;
}
section.section.order_section {
    background-color: #ec0809;
    text-align: center;
}
.days {
    display: none;
}
@media only screen and (min-width: 767px) {
    .section.section.order_section {
        display: none;
    }
.flex {
    display: flex;
    align-items: center;
}
div#collapsibleNavbar {
    justify-content: center;
}
}
.show-category {
    display: none;
}
.navbar-toggler:focus {
    box-shadow: unset;
}
.xs-show{display: none;}
@media only screen and (max-width: 767px){
    .xs-show{display: block;}
    .xs-hide{display: none !important;}
    div#collapsibleNavbar {
        position: fixed;
        width: 100%;
        background-color: #fff;
        left: 0px;
        z-index: 999;
        top: 65px;
        padding: 20px;
        text-align: left;
        box-shadow: 1px 1px 8px -1px #000000c4;
    }
    ul#mypanel {
        position: fixed;
        background-color: #fff;
        z-index: 99;
        top: 0px;
        width: 70%;
        right: -100%;
        height: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        overflow: scroll;
    }
    .sidebar {
        transition: 0.5s all;
        right: -100%;
    }


}
