/* nadishan------------------------------- */
.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px;
}

.font-27 {
    font-size: 27px;
}

.font-30 {
    font-size: 30px;
}

.fw-500 {
    font-weight: 500;
}

.promo-box {
    font-family: "Inter", sans-serif;
}

.poppins-font {
    font-family: "Poppins", sans-serif;
}

.rounded-10 {
    border-radius: 10px;
}

.promo-product-title {
    font-size: 14px;
}

.stock-title {
    font-size: 15px;
}

.stock-title .fa-check {
    color: #70be79 !important;
    border: 1px solid #70be79;
    border-radius: 50%;
    padding: 2px;
    color: #464646;
}

.promo-price {
    font-size: 18px;
    font-weight: 600;
    color: #464646;
}

.link-tab {
    font-size: 20px;
    background-color: #da2227 !important;
    color: #fff;
    border-radius: 0;
    border: 0;
}

.hover-green:hover {
    color: #1da03e !important;
    background-color: #d7d7d7;
}

.nav-tabs .link-tab.active {
    background-color: #1da03e !important;
    color: #fff;
    border-color: unset;
    padding-top: 20px !important;
    margin-top: -8px;
}

.link-tab:hover {
    padding-top: 20px !important;
    color: #fff;
    background-color: #1da03e !important;
    margin-top: -8px;
}

.nav-tabs .nav-item:first-child .link-tab {
    border-radius: 15px 0 0 0 !important;
}

.nav-tabs .nav-item:last-child .link-tab {
    border-radius: 0 15px 0 0 !important;
}

.carousel-promo .owl-nav.disabled,
.purchased-carousel .owl-nav.disabled,
.related-carousel .owl-nav.disabled,
.special-offer-carousel .owl-nav.disabled {
    display: block !important;
}

.carousel-promo .owl-next::before,
.related-carousel .owl-next::before,
.purchased-carousel .owl-next::before {
    display: inline-block;
    font-family: fontawesome;
    content: "\f105";
    font-size: 44px !important;
    transition: all 0.5s ease-in-out;
    color: #2ea54c;
    position: absolute;
    right: -5%;
    top: 35%;
}

.special-offer-carousel .owl-next::before {
    display: inline-block;
    font-family: fontawesome;
    content: "\f105";
    font-size: 44px !important;
    transition: all 0.5s ease-in-out;
    color: #2ea54c;
    position: absolute;
    right: 5%;
    top: 35%;
}

.carousel-promo .owl-prev::before,
.related-carousel .owl-prev::before,
.purchased-carousel .owl-prev::before {
    display: inline-block;
    font-family: fontawesome;
    content: "\f104";
    font-size: 44px !important;
    transition: all 0.5s ease-in-out;
    color: #2ea54c;
    position: absolute;
    left: -5%;
    top: 35%;
}

.special-offer-carousel .owl-prev::before {
    display: inline-block;
    font-family: fontawesome;
    content: "\f104";
    font-size: 44px !important;
    transition: all 0.5s ease-in-out;
    color: #2ea54c;
    position: absolute;
    left: 5%;
    top: 35%;
}

.carousel-promo .owl-next:hover::before,
.carousel-promo .owl-prev:hover::before,
.purchased-carousel .owl-next:hover::before,
.purchased-carousel .owl-prev:hover::before,
.related-carousel .owl-next:hover::before,
.related-carousel .owl-prev:hover::before,
.special-offer-carousel .owl-next:hover::before,
.special-offer-carousel .owl-prev:hover::before {
    color: #da2227;
    transition: all 0.5s ease-in-out;
}

.carousel-promo .owl-next span,
.carousel-promo .owl-prev span,
.purchased-carousel .owl-next span,
.purchased-carousel .owl-prev span,
.related-carousel .owl-next span,
.related-carousel .owl-prev span,
.special-offer-carousel .owl-next span,
.special-offer-carousel .owl-prev span {
    display: none !important;
}

.slider-top {
    margin-top: 6%;
}

.login-top {
    margin-top: 14%;
}

.purchased-carousel .owl-item,
.related-carousel .owl-item {
    list-style: none;
}

.img-display {
    width: 80%;
    margin: 0 auto;
}

.btn-wishlist-text {
    color: #fff !important;
}

/* .btn_add_to_wishlist:hover {
    background-color: #8e8e8e !important;
} */

.click-ico {
    cursor: pointer;
}

.w-25-mobile {
    width: 40% !important;
}

span.cart-item-total {
    font-size: 12px;
    color: black;
    border: solid 1px red;
    padding: 2px 15px;
    border-radius: 25px;
    position: absolute;
    margin-top: 10px;
    margin-left: 25px;
    border-left: none;
    background: white;
}

.font-14 {
    font-size: 14px;
}

.font-24 {
    font-size: 24px;
}

.bg-red-new {
    background: #d2002e;
}

.bg-green {
    background-color: #00a551;
}

.modal-backdrop {
    display: none;
}

.order-active {
    color: #ffffff;
}

.order-tracking::before {
    left: calc(-150% + 13px);
}

/* .fixed-top {

    z-index: 100000000;
} */
.special-offer-prodcut {
    min-height: 750px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #6c757d !important;
}

.quty-btn {
    font-weight: 600;
}

.quty-btn:hover {
    color: #000000;
}

.black-a:hover {
    color: #000000 !important;
}

.text-red:hover {
    color: #d2002e;
}

.link-ul {
    list-style: none;
}

.subcribe-succses .swal2-styled.swal2-confirm,
.subcribe-false .swal2-styled.swal2-confirm {
    background: #00a859;
    font-size: 15px;
    color: #fff;
    width: 250px;
    border-radius: 25px !important;
}

.carousel-indicators .active {
    background-color: #d2002e !important;
}

.ico-slider {
    font-size: 24px !important;
    color: #d2002e;
}

.ico-slider:hover {
    color: #00a859 !important;
}

.carousel-indicators [data-bs-target] {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}


.btn-green {
    background-color: #00a859;
}

.btn-red {
    background-color: #d2002e;
}

.flash-deal-section {
    border-bottom: none;
    display: block !important;
}

.badge {
    border-radius: 0 !important;
}
.tab-name.active {
    border-bottom: solid 0px #d3002e !important;
}

.bg-light-black {
    background-color: #dedede;
}

.btn.slider-buy-btn,
.btn.advertisement-buy-btn {
    background: #d3002e !important;
}

.btn-view-all {
    background: #d3002e !important;
}

.promotion-slider-img img {
    width: 25% !important;
}

button:active {
    border-color: unset !important;
}

.navTab {
    font-size: 14px;
    border: 0;
    border-radius: 0;
}

.btn-e-mart-new,
.btn-food-bakers-new {
    background-color: #00a859;
}

.btn-food-bakers-inactive-new,
.btn-e-mart-inactive-new {
    background-color: #ffffff;
    color: #00a859 !important;
}

.bakery-slider-caption {
    bottom: 25%;
}

.baker-slider-indicators {
    bottom: 5%;
}

.baker-slider-top {
    margin-top: 5.5%;
}

.text-decoration-line-through:hover {
    text-decoration: line-through !important;
}

.offer-product-title {
    font-size: 14px;

    /* min-height: 40px; */
}

.page-item.active .page-link {

    background-color: #00a859;
    border-color: #00a859;
}

.offer-reguler-price {
    font-size: 14px;
}

.payment-item {
    margin-top: 25%;
}

.slider-heading {
    font-size: 48px;
}

.tab-bar-title {
    font-size: 16px;
}

.serch-header-btn {
    margin-left: -46px;
}

.scrollbar {
    height: 350px;

    background: #f5f5f5;
    overflow-y: scroll;
}
.bg-green-new {
    background-color: #02fbb6;
}

.checkOut-slider li {
    list-style: none;
}

.checkOut-slider .owl-nav {
    display: block !important;
    right: 0;
    position: absolute;
    top: -25%;
}

.checkOut-slider .owl-nav [class*="owl-"] {
    margin: 5px 10px;
}

.checkOut-slider .owl-next:hover::before,
.checkOut-slider .owl-prev:hover::before {
    color: #1c1c1c;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: 0 0;
}

.checkOut-slider .owl-next span,
.checkOut-slider .owl-prev span {
    font-size: 60px;
    transition: all 0.5s ease-in-out;
    color: #007d35;
}
.summary-p {
    font-size: 17px;
}



.upload_dropZone {
    color: #0f3c4b;
    /* background-color: #68777b; */
    outline: 2px dashed #bdbdbd;
    outline-offset: -12px;
    transition: outline-offset 0.2s ease-out, outline-color 0.3s ease-in-out,
      background-color 0.2s ease-out;
  }
  .upload_dropZone.highlight {
    outline-offset: -4px;
    outline-color: var(--colorPrimaryNormal, #0576bd);
    background-color: var(--colorPrimaryEighth, #c8dadf);
  }
  .upload_svg {
    margin: 0 auto;
    fill: var(--colorPrimaryNormal, #0576bd);
  }
  .btn-upload {

    background-color: var(--colorPrimaryNormal);
  }
  .btn-upload:hover,
  .btn-upload:focus {

    background-color: var(--colorPrimaryGlare);
  }
  .upload_img {
    width: calc(33.333% - (2rem / 3));
    object-fit: contain;
  }


  .dropdown-submenu {
    position: relative;
}

.category-dropdown, .category-dropdown-sub {
    min-width: 15rem !important;
    font-size: 0.8rem !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: 4px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  #loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #007d35;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .slick-next:before, .slick-prev:before {

    font-size: 24px !important;

    color: #f00 !important;

}
.slick-prev {
    left: -30px !important;
}
.slick-next {
    right: 2em !important;
}


.content {
    max-height: 300px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }

  .show-more-btn {
    cursor: pointer;
    border: none;
    background: none;
    color: blue;
    text-decoration: underline;
    padding: 0;
    margin-top: 10px;
  }



.special-offer-tagline span{
    font-weight: 400;
    font-size: 12px;
    padding: 4px 20px;
    border-radius: 10px !important;
    width: 85%;
}



/*mobile*/

@media only screen and (min-width: 350px) and (max-width: 545px) {
    .slider-top {
        margin-top: 30% !important;
    }
}

@media only screen and (max-width: 767px) {
    .nav-tabs .nav-item:first-child .link-tab {
        border-radius: 0 0 0 0 !important;
    }

    .link-tab {
        font-size: 13px;
    }

    .slider-top,
    .login-top {
        margin-top: 58%;
    }

    .offer-discount-tag {
        left: 0;
    }

    .carousel-caption {
        display: none !important;
    }

    .nav-tabs .nav-item:last-child .link-tab {
        border-radius: 0 !important;
    }

    .carousel-indicators {
        bottom: -17px;
    }

    .w-25-mobile {
        width: 60% !important;
    }

    span.cart-item-total {
        font-size: 11px;

        padding: 2px 10px;

        margin-left: 5px;
    }

    .navigate-buttons:hover {
        font-size: 11px;
    }

    .offer-reguler-price {
        font-size: 14px;
    }

    .font-27 {
        font-size: 13px;
    }

    .admin-small-h6 {
        font-size: 11px;
    }

    .order-tracking .font-14 {
        font-size: 12px;
    }

    .order-active,
    .order-deactive {
        width: 35px;
        height: 35px;
        font-size: 15px;
        line-height: 40px;
    }

    .carousel-indicators {
        margin-top: 0%;
        bottom: -5px !important;
    }

    .responsive-navigation {
        margin-top: 20%;

        background: #cb0032;
        width: 350px !important;

        right: 0;
    }

    .promotion-slider-img img {
        width: 60% !important;
    }

    .logo-div {
        border-top: 1px solid #cb0032;
    }

    .navigation-text a {
        font-size: 13px !important;
        color: rgb(255, 255, 255) !important;
        font-weight: 600;
    }

    .baker-slider-top {
        margin-top: 99%;
    }

    .btn-serch {
        height: 30px;
        margin-top: 6px;
        padding: 0;
    }

    .whishlist-number {
        padding: 1px 5px;
        font-size: 10px;
        position: absolute;
        margin-left: -9px;
        margin-top: -4px;
        color: #212121;
        font-weight: 600;
    }

    .cart-number {
        padding: 1px 5px;
        font-size: 10px;
        position: absolute;
        margin-left: -9px;
        margin-top: -4px;

        font-weight: 600;
    }

    .payment-item {
        margin-top: 0%;
    }

    .offer-product-title {
        font-size: 13px;
        min-height: 15px;
    }

    .section-category h4 {
        font-size: 18px;
    }

    .subscription-title {
        font-size: 18px;
    }

    .copyright-section p {
        font-size: 13px;
    }

    .subscribe-email,
    .subscribe-btn {
        padding-top: 10px !important;
        font-size: 14px;
        height: 40px;
    }

    .single-product-banner-title {
        font-size: 27px;
    }

    .header-banner-bg {
        min-height: 170px;
    }

    .carousel-promo .owl-prev::before,
    .related-carousel .owl-prev::before,
    .purchased-carousel .owl-prev::before {
        left: -2%;
    }

    .carousel-promo .owl-next::before,
    .related-carousel .owl-next::before,
    .purchased-carousel .owl-next::before {
        right: -2%;
    }

    .reviews-info__caption {
        font-size: 20px;
    }

    .continue-shopping-btn {
        font-size: 15px;

        padding: 10px !important;
    }

    .mobile-font-16 {
        font-size: 16px;
    }

    .btn-view-all {
        width: 40% !important;
    }
    .catering-div-slider .slider-top {
        margin-top: 5%;
    }
    .whatsapp-chat {
        top: 85% !important;
        left: 80%;
    }
    .font-13 {
        font-size: 11px;
    }
    .font-15 {
        font-size: 13px;
    }
    .font-12 {
        font-size: 11px;
    }

    .scroll-y-cus{
        overflow-y: unset;
        overflow-x: hidden;
        height: auto;
        width: 110%;
        max-width: 110% !important;
    }

    .img-zoomer-box{
        left: 0 !important;
    }

}

/*vertical*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-promo .owl-next::before {
        right: -4%;
    }
    .whatsapp-chat {
        top: 85% !important;
        left: 80%;
    }
    .navigate-buttons:hover {
        font-size: 11px;
    }

    .carousel-promo .owl-prev::before {
        left: -4%;
    }

    .slider-top,
    .login-top {
        margin-top: 22%;
    }

    .carousel-caption {
        display: none !important;
    }

    .w-25-mobile {
        width: 40% !important;
    }

    span.cart-item-total {
        margin-left: 5px;
    }

    .baker-slider-top {
        margin-top: 18.8%;
    }

    .responsive-navigation {
        margin-top: 8%;

        background: #cb0032;
        width: 350px !important;

        right: 0;
    }

    .payment-item {
        margin-top: 0%;
    }
    .tab-img-100 {
        width: 100% !important;
    }
    .navTab {
        font-size: 15px;
    }
    .mobile-font-16 {
        font-size: 20px;
    }
    .copyright-section p {
        font-size: 12px;
        font-weight: 800;
    }
}

/*landscape*/

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-promo .owl-next::before {
        right: -3%;
    }

    .slider-caption {
        /* left: 34% !important; */
        width: 50% !important;
        /* margin-bottom: -3% !important; */
    }
    .whatsapp-chat {
        top: 80% !important;
        left: 90%;
    }

    .slider-top,
    .login-top {
        margin-top: 11%;
    }

    .carousel-promo .owl-prev::before {
        left: -3%;
    }

    .w-25-mobile {
        width: 40% !important;
    }

    .navigate-buttons {
        font-size: 11px;
    }

    .slider-heading {
        font-size: 40px;
    }

    .slider-sub-heading {
        font-size: 18px !important;
    }

    .baker-slider-top {
        margin-top: 10.5%;
    }

    .carousel-indicators {
        bottom: -8px;
    }

    .offer-reguler-price {
        font-size: 15px;
    }

    .font-24 {
        font-size: 18px;
    }

    .link-tab {
        font-size: 16px;
    }

    .font-14 {
        font-size: 12px;
    }

    .navigate-buttons:hover {
        font-size: 11px;
    }

    .order-tracking .font-14 {
        font-size: 13px;
    }

    .order-active,
    .order-deactive {
        width: 35px;
        height: 35px;
        font-size: 15px;
        line-height: 40px;
    }

    .special-offer-prodcut {
        min-height: 650px;
    }

    .copyright-section p {
        font-size: 13px;
    }

    .footer-contact-no {
        font-size: 13px;
    }

    .footer-contact-div p {
        font-size: 12px;
    }

    .footer-contact-div h5 {
        font-size: 17px;
    }

    .cart-div {
        width: 50%;
    }

    .login-div {
        width: 15%;
    }

    .tab-width-100 {
        width: 100%;
    }

    .payment-item {
        margin-top: 0%;
    }

    .w-100-tab {
        width: 100%;
    }
    .offer-product-title {
        line-height: 15px;
        font-size: 12px;
    }
    .profile-tab .nav-link {
        font-size: 12px !important;
    }
    .list-group-item {
        font-size: 12px;
    }
    li.count-down-numbers {
        padding: 10px 2px;
    }
}

/*large*/

@media (min-width: 1400px) {


    .special-offer-prodcut {
        min-height: 850px;
    }

    .payment-item {
        margin-top: 30%;
    }
}
