@media (max-width:1800px) {

    .cardProductNameBox {
        height: 60px;
    }

    .productCard h5 {
        height: 55px;
    }

    .singleProductImg img {
        height: auto;
    }
    .aboutUsTitle h1, .aboutUsStatistic h3{
        font-size: 42px;
    }
    .aboutUsTitle p, .aboutUsStatistic p{
        font-size: 20px;
    }
    .returnPolicy {
        min-height: calc(100vh - 422px - 75px);
    }

}

@media (max-width: 1700px) {
    .cartTableBox {
        width: 100% !important;
    }

    .footer {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media(max-width:1400px){
    .aboutUsStatistic{
        margin: 70px 70px 0 !important;
    }
}

@media (max-width:1399px) {

    .addItems {
        width: 100% !important;
    }

    .addCartText {
        background-color: var(--orange);
        border-radius: 5px;
        font-family: OpenSans-Bold;
        font-size: 16px;
        text-transform: capitalize;
        color: var(--white3d);
        padding: 8px;
    }


    .addCartTextCol {
        width: 100% !important;
    }

    .cartPrice {
        padding: 12px 0;
    }

    .singleBtn {
        width: auto !important;
    }

    /* .aboutUsStatistic{
        margin: 70px 70px 0 !important;
    } */
    .addItemsComponent{
        padding: 0;
    }

}

@media (max-width:1200px) {

    .mainElement {
        background: #FAFAFA;
    }

    .mainImg {
        background-size: 65%;
        margin-top: -52px;
    }

    .happyCustomer {
        margin-top: 250px !important;
    }

    .homePageSectionLeft {
        padding-top: 60px;
    }

    .productCard h5 {
        height: 43px;
    }

    .profileContainer {
        width: 100%;
    }

    .singleProductImg img {
        aspect-ratio: 13/10
    }


    .avatar, .avatarNull {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .userName {
        background-color: var(--white3d);
        padding: 0 !important;
    }

    .profileDropdown {
        padding: 32px 0 !important;
        margin-top: 0 !important;
        background-color: var(--white3d) !important;
        width: auto;
    }

    .userName .dropdown-toggle::after {
        display: none !important;
    }

    .profileDropdown li {
        background: var(--white3d);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
        border-radius: 12px;
        margin-bottom: 12px;
        list-style: none !important;
    }

    .desktopMenu {
        display: none !important;
    }

    /* header */

    .menu {
        position: fixed;
        left: 0;
        bottom: 0;
        display: grid;
        align-content: center;
        width: 100%;
        height: 65px;
        padding: 0 1rem;
        background: #F9F9F9;
        border: 1px solid #F3F3F3;
        box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.08);
        z-index: 2000;
    }

    .navbar-nav {
        flex-direction: row !important;
    }

    .rightNavbar {
        display: none !important;
    }

    .mobileNav {
        display: block !important;
        padding: 0 12px;
    }

    #navbarContent {
        margin: 0;
    }

    .mobileFK {
        display: none;
    }

    .mobileShop {
        display: flex !important;
        justify-content: center;
    }

    .mobileShopIcon {
        width: 24px;
        height: 24px;
        margin: auto;
    }

    .navbar-nav {
        padding-left: 12px !important;
    }


    .mobileNav .active svg path {
        fill: var(--orange) !important;
        stroke: var(--orange);
    }

    .pb-80 {
        padding-bottom: 80px;
    }

    .cartQuantity{
        right: 0;
    }

    .shopAccordion .accordion-body, .shopAccordion .accordion-button {
        background: #FAFAFA !important;
    }

    footer{
        margin-bottom: 65px !important;
    }
}


@media (max-width:991px) {
    .loginContainer {
        padding: 60px 4px;
    }

    .loginContainer h2 {
        padding: 48px 0 0;
        font-size: 24px;
    }

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

    .loginContainer input {
        padding: 14px 16px;
    }

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

    .loginContainer input::placeholder {
        font-size: 16PX;
    }

    .signBtn {
        font-size: 16px;
        padding: 12px;
    }

    .happyCustomer {
        margin-top: 200px !important;
    }

    .sort .dropdown-toggle::after {
        display: none !important;
    }

    .basket {
        display: none;
    }

    .basketProduct {
        display: grid;
        /* grid-template-rows: auto auto auto; */
        grid-template-columns: 1fr 2fr 2fr;
        column-gap: 12px;
        height: 100%;

        background: #FFFFFF;
        border: 1px solid #DEE6EA !important;
        box-shadow: 2px 4px 10px rgba(53, 67, 83, 0.05);
        border-radius: 8px;
        padding: 8px;
        margin-bottom: 16px;

    }

    .td_1 {
        grid-row-start: 1;
        grid-column-start: 1;
        grid-row-end: 4;
        grid-column-end: 2;

    }

    .td_2 {
        grid-row-start: 1;
        grid-column-start: 2;
        grid-row-end: 2;
        grid-column-end: 3;

    }

    .td_3 {
        grid-row-start: 2;
        grid-column-start: 2;
        grid-row-end: 3;
        grid-column-end: 4;

    }

    .td_4 {
        grid-row-start: 3;
        grid-column-start: 3;
        grid-row-end: 4;
        grid-column-end: 4;

    }

    .td_5 {
        grid-row-start: 3;
        grid-column-start: 2;
        grid-row-end: 4;
        grid-column-end: 3;

    }

    .td_6 {
        grid-row-start: 1;
        grid-column-start: 3;
        grid-row-end: 2;
        grid-column-end: 4;

    }

    .basketProductCheck {
        position: relative;
    }

    .productCheck {
        position: absolute;
        top: 3px;
        left: 8px;
        z-index: 5;
    }

    .qty-container {
        text-align: end;
    }

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

    .basketIngredient {
        font-size: 14px;
    }

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

    .basketProductsQuantity, .cartDeleteBtn {
        width: 32px;
        height: 32px;
    }

    .orderBox {
        max-width: 100% !important;
    }

    .sizeText {
        font-size: 20px;
    }

    .aboutUsStatistic{
        margin: 70px 0 0 !important;
    }
    .aboutUsStatistic h3{
        font-size: 32px;
    }


}



@media (max-width:768px) {

    .pb-140, .pb-120 {
        padding-bottom: 100px;
    }

    .homePageSectionPadding {
        padding-top: 102px;
    }

    .mainSmallImg {
        width: 62px !important;
        height: 62px;
        border-radius: 8px;
    }

    .mainSmallCardName {
        font-size: 14px;
        line-height: 19px;
    }

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

    .mainSmallCardPrice {
        font-size: 16px;
        line-height: 22px;
    }

    .happyCustomer img {
        width: 48px;
        height: 48px;
    }

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

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

    .viewLinkBtn {
        border: 1px solid rgba(116, 116, 130, 0.3);
        border-radius: 8px;
        padding: 12px 24px;
        text-align: center;
        margin-top: 32px;
    }

    .viewBtn {
        display: block;
    }




    /* category */
    .categorySection {
        margin: 0 -6px;
    }

    .categorySection>div {
        padding: 6px !important;
    }

    .categoryImg {
        padding: 12px 12px 27px;
        background: var(--white);
        border-radius: 8px;
        border: none !important;
    }

    .categoryImg img {
        aspect-ratio: 5/3;
        border-radius: 8px;
    }

    .categoryCardText {
        position: static;
        transform: inherit;
        height: 90px;
        padding: 0;
    }

    .categoryImg h4 {
        font-size: 18px;
        color: var(--mainBlack);
        padding-top: 12px;
    }

    .categoryImg p {
        font-size: 16px;
        color: var(--gray);
    }

    .categoryBtn {
        background: #FAFAFA;
        border-radius: 8px 0px 0px 0px;
        padding: 8px 0 0 8px;
        right: 0;
        bottom: 0;
    }

    .categoryBtn div {
        background-color: var(--green);
        width: 40px;
        height: 40px;
        box-shadow: 0px 24.6588px 49.3176px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        padding: 7px;
        text-align: center;
    }

    .shopProductBox {
        margin: 0 -6px !important;
    }

    .shopProductBox>div {
        padding: 6px !important;
    }

    .categoryImg::after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: transparent;
        border-radius: 12px;
    }








    /* footer */

    .footer {
        padding: 32px 0 24px;
    }

    .footerLogo {
        width: 134px;
        height: 48px;
    }

    .footertext {
        font-size: 14px;
    }

    .footerLink h5, .footerContact h5 {
        font-size: 18px;
    }

    .footerLink li {
        padding-bottom: 12px;
    }

    .footerLink a, .footerLink a:hover, .footerContact a, .footerContact a:hover {
        font-size: 16px;
    }




    .slick-slide {
        margin: 0px 6px;
    }

    .slick-list {
        margin: 0px -6px 0px -6px;
    }



    .viewBtn {
        padding: 12px !important;
        font-size: 16px;
    }

    .sectionTitle {
        font-size: 20px;
    }

    .pageTitle {
        font-size: 24px;
    }

    .productCardEdit svg {
        width: 32px;
        height: 32px;
    }

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

    .productCard h5, .cartPrice {
        font-size: 16px;
    }

    .productCard h5 {
        margin-bottom: 0;
    }


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

    .orderText, .orderInfo {
        font-size: 18px;
    }

    .orderBox>div {
        padding: 24px !important;
    }

    .profileImgBox {
        text-align: start;
    }

    .profileImg {
        width: 80px;
        height: 80px;
        font-size: 28px;
    }

    .profileInputBox {
        border-bottom: none;
    }

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

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

    .historySubmitBtn {
        width: 100% !important;
    }

    .singleGrayText, .singleBlackText {
        font-size: 16px;
    }

    .singleBtn {
        width: 100% !important;
    }

    .mobileShopText {
        font-size: 14px;
    }

    .paginationBox{
        padding-top: 24px !important;
    }

    .paginationBox .page-item {
        margin: 4px;
    }

    .paginationBox .page-link {
        padding: 10px;
        width: 42px;
        font-size: 16px;
        line-height: 20px;
    }

    .cartQuantity{
        right: -6px;
    }
}

@media (max-width:576px) {

    .happyCustomer {
        margin-top: 74px !important;
    }

    .faster {
        padding: 8px 12px;
    }

    .faster svg {
        width: 24px;
        height: 18px;
    }

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

    .mainTitle {
        font-size: 32px;
    }

    .mainText {
        font-size: 16px;
    }


    .mainContainer {
        padding: 0 20px !important;
    }

    .homePageSlider .slick-next, .homePageSlider .slick-prev {
        display: none !important;
    }

    .singlePageSlider .slick-next, .singlePageSlider .slick-prev {
        top: 112%;
    }

    .singlePageSlider .slick-prev {
        left: 35%;
    }

    .singlePageSlider .slick-next {
        right: 35%;
    }
}

@media(max-width: 425px) {}


@media(max-width: 370px) {
    .productCard h5 {
        height: 55px;
    }

    .singlePageSlider .slick-prev {
        left: 30%;
    }

    .singlePageSlider .slick-next {
        right: 30%;
    }
}

@media(min-width: 991px) {
    .td_1 {
        width: 20%;
    }
}

@media(min-width: 1200px) {
    .footerLink, .footerContact {
        width: auto;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 2000;
      }

    .avatarEmail {}
}

@media(min-width: 1400px) {
    .td_1 {
        width: 17%;
    }
    .loginContainer>div{
        max-width: 580px;
    }

}

@media(min-width: 1600px) {
    .mainContainer {
        max-width: 1500px;
    }
}


@media(min-width: 1800px) {
    .mainContainer {
        max-width: 1680px !important;
    }

    .td_1 {
        width: 14%;
    }
}

@media (min-width: 1920px) {
    .loginContainer{
        justify-content: end;
        padding: 100px 300px 100px 102px;
    }
}
@media (max-height: 900px) {
    .loginContainer{
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media (max-height: 800px) {
    .loginContainer h2{
        padding-top: 48px;
    }
    .loginContainer{
        padding-top: 48px;
        padding-bottom: 0;
    }
}
@media (max-height: 700px) {
    .loginContainer h2{
        padding-top: 20px;
    }
    .loginContainer{
        padding-top: 20px;
        padding-bottom: 0;
    }
    .loginForm div{
        margin-bottom: 16px !important;
    }
    .loginWelcome{
        margin-bottom: 0 !important;
    }
}
