a.btn-modern-new {
    background: #f79324 !important;
    border: 1px solid #f79324 !important;
}

a.btn-modern-new:hover {
    background: #687882 !important;
    border: 1px solid #687882 !important;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    color: #000 !important;
}






/*  */









.top-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.top {
    background: #eee;
    border-bottom: 1px solid #dfdfdf;
}

.top-hleft {
  
    list-style: none;
    padding: 0;
    margin: 0;
    display:flex;
}

.top-hleft li {
    padding-right: 20px;
}

.top-hright {
    display: block;
    list-style: none;
    justify-content: right;
    padding: 0;
    margin: 0;
}

.top-hright li {
    margin-left: 10px;
}

.top-hleft li a {
    color: #5a5a5a !important;
    font-size: 13px;
}

.top-hright li a {
    color: #5a5a5a !important;
    font-size: 13px;
}

/*  */
.middle {
    background: #eee;
}
.middle-header {
    display: flex;
    justify-content: space-between;
}

.headre-logo img {
    height: 70px;
}

.header-cart {
    width: 150px;
}

.header-cart .add-tocart {
    width: 100%;
    border: 0;
    height: 90px;
    background: #f79324;
    color: #fff;
}
/*  */
header .bottom,
.bottom-header {
    background: rgb(10 10 10);
}
.bottom-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0;
}
.bottom-header .header-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

.header-socialm {
    display: flex    ;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    background: #313131;
    width: 150px;
    justify-content: space-around;
    height: 100%;
}
.bottom-header .header-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    width: 78%;
    align-items: center;
}
.bottom-header .header-menu li a {
    padding: 8px 20px;
    display: block;
    font-weight: 400;
    letter-spacing: .3px;
    font-size: 16px;
    text-transform:uppercase;
    font-weight:500;
    color: #fff;
    text-decoration: none;
    transition:0.5s ease-in-out;
}

.bottom-header .header-menu li a:hover
{
    background: #f79324;
    margin: 5px 0;
    /*border-radius: 50px;*/
    transition:0.5s ease-in-out;
}
.bottom-header .header-menu li a.active {
    background: #f79324;
    margin: 5px 0;
    /*border-radius: 50px;*/
}
.header-socialm li a {
    font-size: 16px;
transition: 0.3s ease-in-out;
}

.header-socialm li a:hover, .top-hleft li a:hover {
	color: #f79324 !important;
}
.search-header form input {
    width: 100%;
    height: 45px;
    margin: 0 0 0 auto;
    border-radius: 0;
    padding: 7px 14px;
    font-size: 14px;
    border: 1px solid #dddddd;
}
.search-header label {
    right: 0;
    top: 0;
    background: #f79324;
    color: #fff;
    bottom: 0;
    align-content: center;
    width: 50px;
}
.banner-heading h1 {
    font-weight: 900;
    font-family: "Jost", sans-serif !important;
    font-size: 80px !important;
}
.banner-heading p.hero-desc {
    line-height: 44px;
    display: flex;
    font-size: 60px !important;
    font-family: "Jost", sans-serif !important;
    font-weight: 800;
    color: #f79324 !important;
    margin-bottom: 10px !important;
}
.banner-heading p.hero-desc span {
    color: #fff;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    align-content: center;
    border-left: 4px solid #fff;
    margin-left: 44px;
    padding-left: 44px;
}
.btn-new-d {
    border: 2px solid #ffffff9e;
    padding: 6px 20px;
    display: inline-block;
}
.main-catnew {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.main-catnew .cat-box {
    max-width: 19%;
    flex: 0 0 19%;
    background: #f6f4f0;
    border-radius: 8px;
    margin-bottom: 30px;
    align-content: center;
    overflow: hidden;
    display: block;
    padding-left: 10px;
    position: relative;
    height: 135px;
}
.main-catnew .cat-box img {
    width: auto !important;
    position: absolute;
    right: 5px;
    bottom: 15px;
    transition: 0.3s ease-in-out;
}
.main-catnew .cat-box img:hover {
	transform: scale(1.1)
}
.main-catnew .cat-box h6 {
    font-weight: 500;
}
.main-catnew .cat-box span {
    color: #535353;
    font-weight: 400;
    font-size: 13px;
}
.new-titles {
    display: inline-block;
    font-family: 'Jost';
    font-weight: 400;
    position: relative;
}
.new-titles span {
    color: #f79324;
    font-weight: 700;
}
.new-titles::after {
    content: "";
    position: absolute;
    background: #f79324;
    height: 4px;
    width: 35%;
    bottom: 18px;
    /*text-align: center;
    left: 35%;*/
    /* left:0; */
    right: 30%;
}
.testimonial {
    padding: 130px 0;
}
.testimonial-box {
    display: flex    ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.testimonial-box img {
    height: 100%;
    width: auto;
}
.testimo-text p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 7px;
}
.testimo-text {
    padding: 17px 60px;
}
.testimo-text b {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.testimonial .carousel-control-prev, .testimonial .carousel-control-next {
    top: 30%;
    background: #000000c7;
    display: inline-block;
    height: 42px;
    width: 42px;
    color: #fff;
    opacity: 1;
    font-size: 10px !important;
}
.testimonial .carousel-control-prev{
    left: -4%;
}
.testimonial .carousel-control-next {
    right: -4%;
}
.testimonial .carousel-control-prev-icon, .testimonial .carousel-control-next-icon {
    width: 1rem;
    height: 1rem;
}
ul.products-tabs {
    display: flex;
    justify-content: right;
}
ul.products-tabs li button.nav-link {
    font-size: 14px;
    margin: 4px 3px 0 0;
    color: #999999;
    padding: 7px 7px;
    border-radius: 0 !important;
    background: #f7f7f7 !important;
}
ul.products-tabs li button.nav-link.active {
background: #f79324 !important;
color: #fff;
}
.new-title-tabs {
    border-bottom: 2px solid #ddd;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.new-title-tabs h2 {
    font-weight: 400;
   
}
.new-title-tabs h2 span {
    font-weight: 800;
    color: #f79324;
}
.new-title-tabs::after {
    content: "";
    position: absolute;
    width: 10%;
    height: 3px;
    margin-left:0px;
    background: orange;
    bottom: 0;
}
.new-title-tabs::after {
    content: "";
    position: absolute;
    width: 10%;
    height: 4px;
    background: #f79324;
    bottom: -3px;
}
.products-tabs-aerrow button span {
    filter: invert(1);
    width: 14px;
}
.products-tabs-aerrow button {
    background: transparent;
    width: 35px;
    height: 35px;
    border: 1px solid #dddddd;
    top: 5px;
}
.products-tabshort-b {
    margin-bottom: 30px;
}
.new-fbanner {
    margin: 50px 0 20px;
    position: relative;
}
.new-fbanner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 150px;
    background: #eeeeee;
    bottom: -20px;
    z-index: -1;
}
/* footer banner */
footer.new-footer {
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 30px 0 0; */
}
.footersec1 {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 25px;
}
.footersec1 img {
    height: 100%;
    width: auto;
}
.footersec1 h6 small {
    display: block;
    color: #acacac;
    font-weight: 400;
}
.footersec1 h6 b {
    display: block;
    color: #f79324;
    margin-top: 7px;
    font-size: 17px;
}
.footersec1 h6 {
    margin-left: 15px;
}
.footer-c1 p {
    color: #acacac;
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-c1 p span {
    color: #fff;
}
ul.social-footer {
    display: flex;
    color: #fff;
    justify-content: left;
    padding: 0;
    list-style: none;
}
ul.social-footer li {
    margin: 0 10px;
}
ul.social-footer li:hover a {
    color: #f79324 !important;
}
.footer-link h6 {
    color: #fff !important;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.footer-link ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.footer-link ul li {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 13px;
}
.footer-link ul li a {
    color: #acacac !important;
    font-weight: 400;
}
.footer-link ul li:hover a {
    color: #f79324 !important;
}
ul.payment-method li {
    max-width: fit-content;
    margin-right: 15px;
    margin-top: 7px;
    margin-bottom: 0;
}
.footer-link b {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
}
.border-left {
    border-left: 1px solid #313131;
}
.footer-link form {
    position: relative;
}
.footer-link form input[type="email"] {
    width: 100%;
    border: 1px solid #313131;
    background: transparent;
    padding: 10px 18px;
}
.footer-link form button {
    position: absolute;
    right: 0;
    border: 0;
    height: 100%;
    border-radius: 0;
    background: #f79324;
    color: #fff;
}
.copyright {
    border-top: 1px solid #313131;
    padding: 15px 0;
}
.copyright p {
    margin: 0;
    color: #fff;
    font-weight: 400;
}
.copyright p a {
    color: #f59226c4 !important;
    font-size: 14px;
}
.footer-im-link {
    display: flex;
    list-style: none;
    justify-content: right;
    padding: 0;
    margin: 0;
}
.footer-im-link li a {
    padding-left: 20px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    border-left: 1px solid #fff;
    margin-left: 20px;
    transition: 0.3s ease-in-out;
}
/*  */
.card-product .card-body p {
    font-size: 14px;
    color: #4c4b4b;
    font-weight: 400;
}
.product-title {
    font-size: 16px !important;
}
.product-title a {
    color: #4c4b4b !important;
    font-weight: 700;
}
.cart-new-option {
    display: flex;
    width: 100%;
    border-top: 1px solid #ddd;
    /*padding: 6px 0;*/
}
.cart-new-option button {
    max-width: 20%;
    flex: 0 0 20%;
    border: 0;
    background: transparent;
}
.cart-new-option button.add-cart-new {
    max-width: 80%;
    flex: 0 0 60%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #f79324;
    text-align: center;
    height: 45px;
}
.cart-new-option button img {
    width: 18px;
    filter: grayscale(1);
}
.card-product {
    border: 1px solid #ddd !important;
}
.cart-new-option button:hover img {
    filter: none;
}
.cart-new-option button.add-cart-new:hover {
    background-color: #f79324;
    color: #fff;
}
.card-product .card-body span ins {
    color: #f79324;
    font-weight: 500;
    font-size: 16px;
}
.card-product .card-body span ins {
    color: #f79324;
    font-weight: 500;
    font-size: 16px;
}
.card-product .card-body span del {
    color: #4c4b4b !important;
}

.catBar
{
    position:relative;
}

.catBar input.barinput
{
    padding:12px 14px!important;
}

.catBar i
{
    position:absolute;
    right: 40px;
    top: 13px;
}

.about-sec1 p
{
    font-weight:400;
}

.hungry .selection input.active{
outline: -webkit-focus-ring-color auto 1px;
}

@media screen and (max-width: 480px) {
.d-lg-block {
        display: block !important;
}
.next, .prev{
	display: none;
}
.top-hleft{
	flex-wrap: wrap;
}
.sub-main {
    font-size: 14px;
}
header .bottom, .bottom-header{
	z-index: 100;
}
.middle-header{
	display: flex;
        flex-wrap: wrap;
}
.top-hleft li {
    padding-right: 6px;
}
.header-cart{
        order: 1;
        width: 77px;
        height: 95px;
        margin-top: 10px;
}
.search-header form .input-group .catBar .form-control{
	width: 186px !important;
}

.top-header{
display: block;

}

.search-header{
order:3;
}
.headre-logo{
order:1
}
.top-hright li a {
    font-size: 13px;
}
.top-hright {
    display: block !important;

}
.search-header {
    width: 100%;
}
.brand-box {
    padding-right: 60px;
}
.main-catnew .cat-box {
    max-width: 100%;
}
.main-catnew {
    display: block;
}
.testimonial-box {
    display: block;
    text-align: center;
}
.banner-heading h1 {
    font-weight: 600;
    font-size: 38px !important;
}
.banner-heading p.hero-desc {
    font-size: 46px !important;
}
.headre-logo img {
    height: 70px;
}
.low-high2{
    width: 47px;
}
.low-high {
    width: 81px;
}
}


/*mobile header*/

    /* Responsive Design */
    @media (max-width: 768px) {
        .bottom-header {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .header-menu {
            display: none;
            flex-direction: column;
            gap: 10px;
            width: 100%;
            text-align: center;
        }

        .header-menu.show {
            display: flex;
        }

        .menu-toggle {
            display: block;
        }
    }

    /* Arabic layout adjustment */
    [dir="rtl"] .header-menu {
        flex-direction: row-reverse;
    }

    .header-socialm a {
        color: #fff;
    }
    
    .input-group-text{
        padding: .325rem .7em !important;
    }

    .footer-im-link li a:hover{
        color: #f79324 !important;
    }
    
    .my-opt{
        cursor: pointer
    }

    .my-opt:hover {
        color: #f79324 !important;
        background-color: transparent !important;
    }