@import url('https://fonts.googleapis.com/css2?family=Birthstone&family=Charm:wght@400;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    position: relative;
    margin-bottom: 40px;
    margin-top: 20px;
}

h1::before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 10%;
    height: 4px;
    background-color: #f6a124;
}

.bottom-line::before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 10%;
    height: 4px;
    background-color: green;
}

h4 {
    color: green;
    margin-bottom: 10px;
    font-family: "Charm", cursive;
}


/* nav bar start */

.ticker-text {
    font-size: 16px;
    color: white;
    font-weight: 400;
}

.header-top {
    padding: 8px 0;
}

.header-top h5 {
    font-size: 15px;
    color: white;
    font-weight: 400;
}

.header-top span {
    display: inline-block;
    height: 16px;
    width: 2px;
    background-color: rgb(255, 255, 255);
    border: none;
    margin: 0 8px;
}

.shop {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.shop i {
    display: inline-block;
    height: 40px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 128, 0, 0.197);
    color: green;
    font-size: 24px;
    border-radius: 4px;
}

.clr-change {
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width:576px) {
    .form-inline {
        margin: 0;
    }
    .form-control {
        display: block;
        width: 80%;
        margin-right: 10px;
    }
}

.mega-menu {
    padding: 16px;
}

.mega-menu h5 {
    font-size: 20px;
    color: black;
    margin-top: 10px;
}

.mega-menu .nav-item .nav-link {
    margin: 0;
    padding: 2px 0;
}

.mega-menu li {
    margin: 0;
}


/* banner start */

.carousel-control-prev-icon i.bi.bi-arrow-left,
.carousel-control-next-icon i.bi.bi-arrow-right {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: green;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* banner end */


/* trending product */

.trending-product {
    position: relative;
    transition: all 0.2s linear;
    border: 1px solid rgba(0, 128, 0, 0.192);
    text-align: center;
    padding: 6px;
    border-radius: 10px;
    margin: 10px 0;
    overflow: hidden;
}

.trending-product:hover {
    box-shadow: 0 0 10px rgba(0, 128, 0, 0.692);
}
.slider{
    display: flex;
    justify-content: flex-start;
}
.trending-product p{
    margin-bottom: 4px;
}

.trends {
    overflow: hidden;
}

.trends .col {
    padding-right: 10px;
    padding-left: 10px;
}

.trending-product img {
        display: block;
        height: 260px;
        width: 100%;
        object-fit: cover;
        border-radius: 4px;
        transition:all 0.2s linear;
    }
.trending-product img:hover{
    transform: scale(1.1);
}

.hidden-widget {
    position: absolute;
    top: 6px;
    right: 6px;
    display: flex;
    flex-direction: column;
    width: 30px;
    align-items: center;
    padding: 2px 6px;
    gap: 6px;
}

.hidden-widget i {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: green;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.hot-deal {
    position: absolute;
    top: 6px;
    left: 0px;
    display: inline-block;
    background-color: green;
    padding: 2px 8px;
    border-radius: 0 4px 4px 0;
    color: white;
}

.product-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.product-btn button {
    border: none;
    display: inline-block;
    background: #06af0c;
    padding: 10px 14px;
    color: white;
    width: 100%;
    margin-left: -4px;
}
.product-btn .clor-change{
    background-color: #b9b0a2;
}
.scroll-element{
    animation:anim 0.4s linear infinite;
    overflow: hidden;
}
.scroll-element img {
    width: 48px;
    padding: 6px 26px;
}
/* .scroll-element{
    animation:anim 0.4s linear infinite;
    overflow: hidden;
}
.scroll-element img {
    width: 148px;
    padding: 6px 26px;
}
@keyframes anim{
    0%{
        transform:s
    }
    100%{
        left:-20%;
    }
} */
/* trending product end */


/* footer start */

footer {
    padding-top: 40px;
}

.footer-menu-one h6 {
    font-size: 20px;
    color: white;
}

.footer-menu-one ul li {
    list-style: none;
}

.footer-menu-one ul li a {
    color: white;
}

/* Custom lightbox modal styling */
.modal-lg .modal-content {
    background-color: #fff;
    border-radius: 10px;
}

.modal-body img {
    max-width: 100%;
    height: auto;
}

.slick-dots {
    display: none !important;
}


/* image slider */

.image-card {
    height: 100px;
    width: 150px;
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 90px;
}


/* image slider */


/* about us */
.breadcrumb{
    background-color: transparent !important;
}

.breadcrumb-main {
    background: url(../images/banner/banner-img.jpg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 80px 24px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 128, 0, 0.298);
}

.breadcrumb-main h2 {
    padding-left: 17px;
    color: green;
}

.single-icon i {
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 40px;
    background-color: #f6a124;
    text-align: center;
    border-radius: 6px;
    color: white;
    margin-bottom: 20px;
}

.single-icon h4 {
    font-size: 30px;
    margin-left: 20px;
}


/* footer start */

footer {
    padding-top: 40px;
}

.footer-menu-one h6 {
    font-size: 20px;
    color: white;
}

.footer-menu-one ul li {
    list-style: none;
}

.footer-menu-one ul li a {
    color: white;
}

.main-marquee {
    background-color: rgba(0, 128, 0, 0.246);
    font-family: "Caveat", cursive;
    font-weight: 700;
    border-radius: 6px;
    padding: 22px 0;
}

.main-marquee h2 {
    margin: 0;
}


/* why choose us */

.single-feature-box {
    background-color: white;
    padding: 20px;
}


/* read more */

.content {
    line-height: 18px;
    display: -webkit-box;
    /* Set your count of lines. Please note:  you should also change the count in the JS file on row 21 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s linear;
}

.content.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
    transition: all 0.3s linear;
}

.content+.read-more.hidden {
    display: none;
}


/* read more en */


/* contact */

.contact-form-wrapper input {
    width: 100%;
    padding: 10px 14px;
    margin-bottom: 10px;
}

.contact-form-wrapper textarea {
    width: 100%;
    padding: 10px 14px;
    margin-bottom: 10px;
}
/* checkout */

.billing_text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 16px;
    color: #737373;
}

.food_img_price_des {
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 128, 0, 0.303);
    padding-bottom: 16px;
}

.item_price {
    padding-top: 10px;
}

.product_name {
    text-transform: capitalize;
}

.food_img_price_des .cart_food_img {
    width: 85px;
    height: 74px;
    overflow: hidden;
    border: 1px solid #d4d4d491;
    padding: 4px;
    /* object-fit: cover; */
}

.food_img_price_des .cart_food_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.food_img_price_des .food_dec_flex {
    margin-left: 2rem;
}

.food_img_price_des .food_dec_flex p {
    color: #737373;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.food_img_price_des .food_dec_flex p:last-child {
    color: red;
}

.yourCart_div {
    border: 1px solid #d4d4d491;
    padding: 19px;
    margin-top: 2rem;
}

.cart_total {}

.cart_total .price_total {
    display: flex;
    margin-bottom: 5px;
    justify-content: space-between;
}

.cart_total .price_total p {
    color: #737373;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.total_btn_cart {
    width: 100%;
    background: #ac1734 !important;
    border-color: #ac1734 !important;
    padding: 11px 19px !important;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-weight: 500;
    border-style: unset;
    font-family: "Montserrat", sans-serif;
}

.total_btn_cart:hover {
    background-color: #ac1734 !important;
    border-color: #ac1734 !important;
}

.cart_total {
    border: 1px solid #d4d4d491;
    padding: 8px 19px;
    border-top: 0;
}

.input_form .input_box_cart input,
.input_form .input_box_cart textarea {
    width: 100%;
    border: 1px solid #d4d4d491;
    outline: none;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 4px;
    padding: 12px;
    resize: none;
    font-family: "Montserrat", sans-serif;
}

.input_form .input_box_cart {
    margin-bottom: 15px;
}

.mb_23px {
    margin-bottom: 20px !important;
}

.text_center_button {
    justify-content: center;
}

.input_form {
    margin-top: 2rem;
}

.footer-parallax-container {
    margin-bottom: 0 !important;
    box-shadow: none;
    min-height: auto !important;
}

.footer-parallax {
    height: auto !important;
    position: relative !important;
    background-color: #f5f5f5 !important;
    z-index: 1;
}

.section-bg-image_full_height {
    background-image: url(../images/hd-8.png);
    background-attachment: fixed;
}

.mt-12px {
    margin-top: 12px !important;
}

.bg_green {
    background-color: #4caf50 !important;
    border-color: #4caf50 !important;
}

.bg_green:hover {
    background-color: #4caf50 !important;
    border-color: #4caf50 !important;
}

button {
    outline: none !important;
}

input {
    accent-color: #85e89d;
}
