body{
	font-family: "Noto Sans", sans-serif;
}
header {
    background-color: #e00003d4;
    padding: 20px 0px 20px 0px;
    position: sticky;
    top: -56px;
    z-index: 9;
}
header .address{
	display:flex;
	gap:20px;
	align-items:center;
	border-bottom: 1px solid #00000057;
}
header .address .add-info{
	display:flex;
	gap:10px;
}
header .address .add-info i{
	color:#F6A525;
	font-size:18px;
}
header .address .add-info p{
	color:white;
	font-size:14px;
}
ul.navbar-nav {
    margin-left: auto;
	 gap: 35px;
}
a.nav-link {
    color: white;
    font-size: 15px;
    font-weight: bold;
	text-transform: uppercase;
}
a.navbar-brand {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color:#F6A525;
}
.navbar-brand:focus, .navbar-brand:hover {
    /* color: var(--bs-navbar-brand-hover-color); */
    color: #F6A525;
}
a.nav-link.active {
    color: #F6A525 !important;
}
.nav-link:before {
    content: "";
    width: 0%;
    height: 6%;
    background-color: #F6A525;
    position: absolute;
    bottom: 4px;
    left: 8px;
	transition: 0.5s all;
}
.nav-item{
	position:relative;
}
.nav-link:focus, .nav-link:hover{
	 color: #F6A525 !important;
}
.nav-link:focus, .nav-link:hover:before {
	width:80%;
}
.inner-banner .content a {
    text-decoration: none;
    color: #ffffff;
    max-width: 174px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
    padding: 7px 10px 7px 10px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #F6A525;
	transition: 0.5s all;
}
.inner-banner .content:hover a{
	 background-color: #F6A525;
}
.inner-banner {
    background-color: #E00003;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.inner-banner .content .item-name {
    font-size: 50px;
    line-height: 75px;
    color: white;
    font-weight: 800;
	margin-bottom: 30px;
	position:relative;
}
h2.item-name:before {
    content: "";
    width: 23%;
    height: 5%;
    background-color: #F6A525;
    position: absolute;
    bottom: -13px;
    right: 0px;
}
.inner-banner .content .item-info {
    font-size: 15px;
    color: white;
	margin-bottom: 30px;
}
.inner-banner .content {
    text-align: right;
}
.inner-banner .carousel-control-prev {
    left: -52px;
}
.inner-banner .carousel-control-next {
    right: -52px;
}
.inner-banner .carousel-indicators {
	display:none;
}
.Menu {
    padding-bottom: 5rem;
}
.section-title {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: #F6A525;
    font-weight: 800;
    margin-bottom: 25px;
}
.menu p.menu-title {
    border-bottom: 3px solid #e0e6e3;
    text-align: center;
    font-size: 35px;
    padding-bottom: 20px;
	padding-top: 20px;
}
.menu .content {
    text-align: center;
}
.menu .product {
    align-items: center;
}
.menu .btn-my a {
    text-decoration: none;
    background-color: #F6A525;
    color: white;
    text-transform: capitalize;
    font-size: 16px;
    padding: 6px 8px 6px 8px;
    border-radius: 8px;
    display: inline-block;
    max-width: 117px;
    width: 100%;
    text-align: center;
}
.menu .content .product-name {
    font-size: 18px;
    font-weight: 600;
}
.menu .content .product-price {
    font-size: 14px;
    font-weight: 400;
}
.menu .btn-menu i {
    padding-left: 6px;
}
.menu .size-menu li a {
    background-color: unset !important;
    color: black;
    font-size: 14px;
    border-bottom: 1px solid;
    border-radius: 0;
	transition: 0.5s all;
}
.menu .size-menu li:hover a {
	color:#F6A525;
	transform: scale(1.1);
}
.menu .size-menu li {
    list-style: none;
    padding-top: 14px;
}
.menu ul.size-menu {
    padding-left: 0px;
    background-color: #efefef82;
    height: 230px;
    width: 170px;
    margin-top: 10px;
    border-radius: 20px;
	position: absolute;
	display:none;
}
footer {
    padding: 3rem 7rem 5rem 7rem;
	position:relative;
}
footer .container {
    background-color: #F6A525;
	padding:20px;
}
footer .container {
    background-color: #F6A525;
    padding: 20px;
    position: absolute;
    top: -145px;
    left: 50%;
    transform: translateX(-50%);
}
.footer-title {
    font-size: 30px;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
	margin-bottom: 2rem;
}
.footer-text {
    line-height: 18px;
    font-size: 14px;
    color: white;
    font-weight: 400;
}
footer .icon-box {
    font-size: 16px;
    color: white;
}
footer .working ul li {
    display: flex;
    justify-content: space-between;
    list-style: none;
	padding-bottom: 10px;
	position:relative;
}
footer .working ul {
    padding-left: 35px;
    padding-right: 35px;
    border-left: 1px solid;
    border-right: 1px solid;
}
footer .working ul li:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 7%;
    background-color: white;
    top: 10px;
    left: 80px;
}
.carousel-control-next, .carousel-control-prev {
    width: auto;
}
footer:before {
    content: "";
    width: 100%;
    height: 170%;
    position: absolute;
    left: 0px;
    bottom: -88px;
    background-color: #E00003;
}
.inner-banner .img {
    position: relative;
}
.inner-banner .img:before {

    width: 25%;
    height: 30%;
    bottom: 81px;
    right: -31px;
    background-color: #f6a525e8;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 25px;
    font-weight: 700;
}
.tz-gallery .lightbox:before {
    content: "";
    width: 100%;
    height: 89%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #c3010275;
    z-index: 2;
	opacity: 0;
	transition: 0.5s all;
	border-radius: 4px;
}
.tz-gallery a.lightbox {
    position: relative;
    display: block;
    z-index: 1;
}
.lightbox:hover:before{
	opacity: 1;
}
.tz-gallery .lightbox:hover img,.lightbox:hover:before {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}
p.copyright a {
    text-decoration: none;
    text-transform: uppercase;
}
.products {
    background-color: #f7f7f7;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
ul#mypanel {
    list-style: none;
    background-color: #f6a525;
    display: flex;
    gap: 15px;
    padding: 13px;
    border-radius: 8px;
    justify-content: center;
    position: sticky;
    top: 150px;
    z-index: 9;
}
ul#mypanel li a {
    text-decoration: none;
    color: #fff;
}
.filter_bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.menu-items-search-box {
    position: relative;
}
.menu-items-search-box i {
    position: absolute;
    left: 7px;
    top: 6px;
    color: #028b44;
}
.menu-items-search-box input {
    padding-left: 27px;
    border-radius: 18px;
    border: 1px solid #cc2129;
    font-size: 15px;
}
h3.menu-cat-title {
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
    background-color: #cb2226;
    padding: 8px;
    border-radius: 9px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.product-box {
    background-color: #ffffff;
    text-align: center;
    border-radius: 30px;
    outline: 2px solid #f7f7f7;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 4rem;
    outline-offset: -5px;
    position: relative;
    z-index: 0;
}
.product-box h3 {
    color: #e42a2c;
    font-size: 18px;
    margin-bottom: 10px !important;
    font-weight: 700;
}
button.btn {
    background-color: #e42a2c;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 14px;
}
a{text-decoration: none;}
section.write-to-us.section {
    background-color: #F6A525;
    color: #fff;
}
p.product-description {
    font-size: 14px;
}
.variable-box {
    background-color: red;
    position: absolute;
    left: -9px;
    width: 50%;
    border-radius: 10px;
    padding: 10px;
    display: none;
}
.variable-box a {
    display: block;
    text-align: left;
    border-bottom: 1px solid #f7f7f75c;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}
button.btn {
    background-color: #028b44;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 14px;
}
form#contact-form input, form#contact-form textarea {
    width: 100%;
    margin-bottom: 11px;
    padding: 7px;
    border-radius: 7px;
    border: 1px solid #c9c9c9;
}
section.write-to-us.section {
    background-color: #e42a2c;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
section.write-to-us.section a.order-btn {
    color: #fff;
    border: 1px solid;
    padding: 12px 28px;
    display: inline-block;
    border-radius: 25px;
    margin-top: 15px;
}
section#contact {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f7f7f7;
}
form#contact-form .dt-btn {
    background-color: #f6a525;
    color: #fff;
    max-width: 200px;
}
.col-md-4.contact-form p {
    border: 1px solid #d9d9d9;
    padding: 10px;
    background-color: #fff;
}
.contact-form .section-title {
    text-align: left;
    font-size: 22px;
}
section.gallery {
    padding-top: 4rem;
}
p.copyright a {
    color: #fff !important;
}

p.copyright {
    position: relative;
    width: 100%;
    bottom: -57px;
    z-index: 9;
    text-align: center;
    color: #fff;
    font-size: 14px;
    left: 0px;
}
@media(max-width: 768px) {
    ul#mypanel {
    border-radius: 0px;
    overflow-y: scroll;
    padding-left: 10px;
    padding-right: 10px;
}
ul#mypanel li {
    white-space: nowrap;
}
	.inner-banner .carousel-control-next {
    right: 0px;
}
	.inner-banner .carousel-control-prev {
    left: 0px;
}
.inner-banner .content {
    text-align: center;
}
h2.item-name:before {
    width: 200px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
}
.inner-banner .img:before {
    right: 15px;
    transform: translateY(25px);
}
.section-title {
    padding-top: 2rem;
}
.Menu {
    padding-bottom: 3rem;
}
footer .container {
    position: unset;
	transform: unset;
}
footer:before {
    content:unset;
}
footer {
    padding: 1rem 15px 1rem 15px;
    background-color: #C30102;
}
footer .working ul li:before {
    width: 40%;
}
ul.navbar-nav {
    gap: 5px;
}
.navbar-toggler {
    border-color: white;
    background-color: white;
}
}