@import url('https://fonts.googleapis.com/css2?family=Birthstone&family=Charm:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}

h1 {
    position: relative;
    margin-bottom: 40px;
    margin-top: 20px;
    font-weight: 700 !important;
}

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;
}

.main-about-right {
    padding-right: 100px;
}

@media screen and (max-width:1500px) {
    .main-about-right {
        padding-right: 100px;
    }
}

@media screen and (max-width:1300px) {
    .main-about-right {
        padding-right: 60px;
    }
    h1 {
        font-size: 30px !important;
        font-weight: 600;
    }
}

@media screen and (max-width:1280px) {
    .main-about-right {
        padding-right: 10px;
    }
    h1 {
        font-size: 24px !important;
        font-weight: 600;
    }
}

.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: 38px;
    align-items: center;
    padding: 4px 6px;
    gap: 6px;
}

.hidden-widget a:hover {
    text-decoration: none;
}

.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;
    z-index:100;
}

.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;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 12% !important;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}


/* .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 */

.navbar {
    position: relative;
    min-height: 80px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-brand img {
    margin-top: -10px;
}

.product-item-right {
    padding-left: 60px;
    background-image: ('images/Diab.jpg');
}

.review-star .checked {
    font-size: 20px;
    color: green;
}

.review-star:last-child {
    color: black;
}

.pr-price {
    padding-right: 60px;
}

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 {
    padding-left: 0;
}

.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 */

.navbar {
    margin: 0;
}

.breadcrumb {
    background-color: transparent !important;
}

.breadcrumb-main {
    background: url(../images/banner/banner-img.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 24px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 128, 0, 0.298);
}

@media screen and (max-width:620px) {
    .breadcrumb-main {
        background: url(../images/banner/banner-img.png);
        background-position: right;
        background-size: auto;
        background-repeat: no-repeat;
        padding: 80px 24px;
        margin-bottom: 20px;
        border: 1px solid rgba(0, 128, 0, 0.298);
    }
}

.breadcrumb-main.rounded {
    background-color: #013201;
}

.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;
}

.review-star .checked {
    font-size: 20px;
    color: #f07f46;
}

.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;
}


/* off canvas */

.modal-custom {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    transition: transform 0s linear;
    right: 0;
}

.modal-right {
    right: 0;
}

.modal.fade .modal-left {
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.modal.fade .modal-right {
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.modal.show .modal-custom {
    transform: none;
}

.modal-custom .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

@media (min-width: 1064px) {
    .modal-custom {
        width: 22%;
    }
}

@media (min-width: 864px) and (max-width: 1063px) {
    .modal-custom {
        width: 26%;
    }
}

@media (min-width: 764px) and (max-width: 863px) {
    .modal-custom {
        width: 36%;
    }
}

@media (max-width: 763px) {
    .modal-custom {
        width: 50%;
    }
}

.product-thumbnail {
    width: 80px;
    max-width: 80px;
}

.off-canvas-footer-btn a:hover {
    text-decoration: none;
}

.prd-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.item-count {
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 16px;
    background-color: rgb(216, 35, 35);
    color: rgb(255, 255, 255);
    top: -6px;
    right: -6px;
    text-align: center;
    padding-top: 2px;
    border-radius: 50px;
    font-size:14px;
}