@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;
    }


    /*.cartPrice {*/
    /*    padding: 12px 0;*/
    /*}*/
    .singleBtn {
        width: auto !important;
    }

    /* .aboutUsStatistic{
        margin: 70px 70px 0 !important;
    } */
    .categoryCard {
        aspect-ratio: 157/100;
    }

    /*.categoryCard h3{*/
    /*    font-size: 24px;*/
    /*}*/

}

@media (max-width: 1200px) {
    .sliderCaption {
        width: 450px;
    }

    .sliderTitle {
        font-size: 40px !important;
    }

    .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 16px;
        background: #F9F9F9;
        border: 1px solid #F3F3F3;
        box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.08);
        z-index: 500;
    }

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

    .rightNavbar {
        display: none !important;
    }

    .mobileNav {
        display: block !important;
        padding: 0 20px !important;
        margin-bottom: 20px !important;
    }

    #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 .stroke path {
        stroke: var(--orange);
    }

    .mobileNav .active .fill path {
        fill: var(--orange);
    }

    .mobileNav .active .mobileShopText {
        color: var(--orange);
        display: block;
    }
    .mobileShopText{
        display: none;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        white-space: nowrap;
    }

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

    /*.cartQuantity{*/
    /*    right: 0;*/
    /*}*/
    .shopAccordion .accordion-body, .shopAccordion .accordion-button {
        background: #FAFAFA !important;
    }

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

    .deliverySectionContent {
        min-height: auto;
        aspect-ratio: 350 / 170;
    }

    .deliveryTextBox h2 {
        font-size: 48px;
    }

    .aboutUsCard h3, .categoryCard h3 {
        font-size: 22px;
    }

    .loginTitle, .forgotTitle, .aboutUsPageTitle, .wishlistPageTitle, .wishlistPageText, .error404 h3 {
        font-size: 24px;
    }

    .wishlistPageText svg {
        width: 30px;
        height: 30px;
    }

    /*.productCardTitle{*/
    /*    -webkit-box-orient: vertical;*/
    /*    -webkit-line-clamp: 2;*/
    /*    display: -webkit-box;*/
    /*    height: 44px;*/
    /*    max-height: 44px;*/
    /*    overflow: hidden;*/
    /*    vertical-align: middle;*/
    /*}*/

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

}

@media (max-width: 1199px) {
    .mainElement {
        margin-top: 108px;
    }

    .successMsg, .errorMsg{
        top: 115px;
    }
}

@media (max-width: 991px) {
    .sliderCaption {
        width: 400px;
    }

    .sliderTitle {
        font-size: 30px !important;
    }


    .loginSection p, .registerSection p {
        font-size: 16px;
    }

    .loginSection input, .registerSection input {
        padding: 14px 16px;
    }

    /*.loginSection label, .registerSection label {*/
    /*    font-size: 14px;*/
    /*}*/
    .loginSection input::placeholder, .registerSection 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;*/
        grid-template-columns: 13% 60% 20%;
        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;

        font-family: OpenSans-Regular !important;
        font-weight: 500 !important;
        color: var(--gray) !important;

    }

    .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: 16px;
    }

    .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;
    }

    .filterSubTitle {
        font-size: 18px;
    }

    .cartQuantity, .wishlistProductCount {
        top: -4px;
        right: -8px;
    }

    .sliderProductCard {
        height: auto;
    }


    .deliverySectionContent {
        aspect-ratio: 350 / 180;
    }

    .deliveryTextBox h2 {
        font-size: 32px;
    }

    .singleProductTitle, .singleProductPrice, #productsPrice {
        font-size: 28px;
    }

    /*.categoryCard {*/
    /*    aspect-ratio: 157/116;*/
    /*}*/
    .logoImg {
        height: 70px;
    }

    .mainElement {
        margin-top: 92px;
    }
    .successMsg, .errorMsg{
        top: 100px;
    }
    .wishlistPageImg {
        max-width: 300px;
    }


    .slick-next, .slick-prev,
    .slick-next:hover, .slick-prev:hover,
    .slick-next:focus, .slick-prev:focus,
    .trending-swiper-button-next,
    .trending-swiper-button-prev,
    .category-swiper-button-next,
    .category-swiper-button-prev {
        width: 36px;
        height: 30px;
    }

    .singleProductImg .wishlistBtn{
        right: 12px;
    }

    /*.profileImg {*/
    /*    width: 120px;*/
    /*    height: 120px;*/
    /*    font-size: 28px;*/
    /*}*/
}


@media (max-width: 768px) {

    .basketProduct {
        display: grid;
        /* grid-template-rows: auto auto auto; */
        /*grid-template-columns: 1fr 2fr 2fr;*/
        grid-template-columns: 16% 56% 22%;
    }

    .sliderCaption {
        width: 300px;
    }

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

    .carousel .carousel-inner {
        height: auto
    }

    .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: 0;
        border-radius: 30px;
        padding: 12px 24px;
        text-align: center;
        background-color: var(--orange);
        font-family: OpenSans-SemiBold;
        font-weight: 600;
        font-size: 16px;
        color: var(--white3d);
    }

    .viewLinkBtn:hover {
        background-color: var(--peachOrange);
        color: var(--white);
    }

    /*.viewLink {*/
    /*    font-size: 14px;*/
    /*}*/
    .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(--orange);
        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, .wishlistProductBox {
        margin: 0 -6px !important;
    }

    .shopProductBox > div, .wishlistItem {
        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;
    }

    .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, .orderResult {
        font-size: 18px;
    }


    .orderBox {
        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;*/
    /*}*/
    .deliverySection {
        padding-bottom: 24px;
    }

    .deliverySectionContent {
        aspect-ratio: 350 / 193;
    }

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

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

    .deliveryTextBox .orderNowBtn,
    .categoryCard .orderNowBtn,
    .viewBtn {
        font-size: 16px;
        padding: 5px 18px;
    }

    .aboutUsCard img {
        width: 70px;
        height: 70px;
    }

    .aboutUsCard h3 {
        /*height: 36px;*/
        max-height: 36px;
    }

    .aboutUsCard h3, .categoryCard h3 {
        font-size: 18px;
    }

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


    .mainCarousel .mainCarousel-item {
        aspect-ratio: 350/154;
    }

    .mainElement {
        margin-top: 76px;
    }

    .successMsg, .errorMsg{
        top: 80px;
    }

    .logoImg {
        height: 55px;
    }

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

    .categoriesPageSectionCard {
        padding: 0 6px 12px 6px !important;
    }

    .singleProductTitle, .singleProductPrice, #productsPrice {
        font-size: 24px;
    }

    .singleProductCategoryName, .singleProductCategoryName:hover {
        background-color: #DD0E0E1A;
        padding: 6px 16px;
        border-radius: 8px;
        display: block;
        line-height: 19px;
    }

    .wishlistPageText, .error404 p {
        font-size: 18px;
    }

    .wishlistPageText svg {
        width: 24px;
        height: 24px;
    }


    .loginSection input, .registerSection input, .orderInput, .historyCardSubTitle {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .basketProduct {
        /*display: grid;*/
        /* grid-template-rows: auto auto auto; */
        grid-template-columns: 1fr 2.5fr 1.5fr;
        /*grid-template-columns: 16% 55% 23%;*/
    }

    .wishlistPageText {
        font-size: 16px;
    }

    .wishlistPageText svg {
        width: 20px;
        height: 20px;
    }

    .sliderCaption {
        /*width: 200px;*/
        width: 60%;
    }

    .sliderTitle {
        font-size: 15px !important;
    }

    .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,
    .trending-swiper-button-next,
    .trending-swiper-button-prev,
    .category-swiper-button-next, .category-swiper-button-prev {
        display: none !important;
    }

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

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

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

    /*.mainSlider{*/
    /*    padding: 24px 12px 0 !important;*/
    /*}*/
    .product-item-name {
        height: 40px;
        max-height: 40px;
    }

    .mobileShopText {
        font-size: 12px;
    }

    /*.mobileNav {*/
    /*    padding: 0 4px !important;*/
    /*}*/

    .cartCheckContainer.pb-120 {
        padding-bottom: 100px !important;
    }

    .deliveryTextBox {
        position: relative;
    }


    .deliverySectionContent::after {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: var(--mainBlack);
        opacity: 0.4;
        content: '';
        border-radius: 12px;
    }

    /*.deliveryTextBox {*/
    /*    width: 100%;*/
    /*    border-radius: 12px;*/
    /*}*/
    /*.deliveryImgBox {*/
    /*    display: none;*/
    /*}*/
    .deliveryTextBox h2, .deliveryTextBox p, .deliveryTextBox .orderNowBtn {
        display: none !important;
    }

    .deliveryMobileTextBox {
        display: flex;
        z-index: 2;
    }

    .deliveryMobileTextBox h2 {
        font-family: OpenSans-Bold;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        color: var(--white);
    }

    .deliveryMobileTextBox p {
        font-family: OpenSans-SemiBold;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        color: var(--white);
    }

    .deliveryMobileTextBox .orderNowBtn {
        font-size: 12px;
        line-height: 14px;
        padding: 8px 28px;
        background-color: var(--white);
        border-radius: 24px;
        text-decoration: none;
        color: var(--orange);
        border: 1px solid var(--orange);
        width: fit-content;
    }

    .categoryCard .orderNowBtn,
    .viewBtn {
        font-size: 12px;
        line-height: 14px;
        /*padding: 4px 18px;*/
    }

    /*.mainElement {*/
    /*    margin-top: 62px;*/
    /*}*/
    .successMsg, .errorMsg{
        top: 70px;
    }
    /*.logoImg {*/
    /*    height: 42px;*/
    /*}*/


    .aboutUsCard img {
        width: 50px;
        height: 50px;
    }

    .aboutUsCard h3 {
        /*height: 36px;*/
        /*max-height: 36px;*/
    }

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

    .additionMenu {
        width: 270px !important;
    }

    .additionMenu label .check-box-effect {
        width: 24px;
        height: 24px;
    }

    .singleBtn {
        padding: 12px 28px;
    }

    .singleProductTitle {
        font-size: 20px;
    }


    .wishlistPageImg {
        max-width: 205px;
    }

    .basketProductsQuantity svg {
        width: 14px;
        height: 14px;
    }

    .basketProductsQuantity {
        width: 24px;
        height: 24px;
    }

    .basketProductsQuantity svg {
        vertical-align: initial;
    }

    .categoryCard h3 {
        font-size: 16px;
    }
    .profileForm, .orderBox, .orderInfoBox{
        padding: 16px !important;
    }
    .viewLink{
        font-size: 14px;
    }
}


@media (max-width: 425px) {
    /*.sliderCaption {*/
    /*    width: 150px;*/
    /*}*/
    .sliderTitle {
        font-size: 13px !important;
    }

    .cartImg {
        width: 80px;
        height: 80px;
    }

    .basketProduct .sectionTitle, .tableBlackText td,
    .basketAddition .basketAdditionTitle, .basketAddition .basketNotItem, .basketAddition p {
        font-size: 14px;
    }

    .cartDeleteBtn, .singleProductImg .wishlistBtn>svg {
        width: 24px;
        height: 24px;
    }

    .cartDeleteBtn {
        padding: 1px;
    }

    .basketProduct .input-qty {
        font-size: 14px;
    }

    .basketProduct {
        column-gap: 8px;
    }

    /*.basketProductsQuantity svg, .cartDeleteBtn svg {*/
    /*    width: 14px;*/
    /*    height: 14px;*/
    /*}*/
    .productCardCategory, .cartPrice {
        font-size: 14px;
    }

    .addItemsComponent {
        padding: 2px 10px;
    }

    .addItemsComponent svg {
        width: 14px;
        height: 14px;
        vertical-align: unset;
    }

    /*.deliveryTextBox h2 {*/
    /*    font-size: 14px;*/
    /*}*/
    /*.deliveryTextBox p {*/
    /*    font-size: 10px;*/
    /*}*/
    /*.deliveryTextBox .orderNowBtn,*/
    /*.categoryCard .orderNowBtn,*/
    /*.viewBtn{*/
    /*    font-size: 10px;*/
    /*    padding: 4px 18px;*/
    /*}*/
    .deliveryImgBox img {
        top: 30px;
    }

    .productCardTitle {
        font-size: 18px;
        line-height: 20px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        max-height: 40px;
        overflow: hidden;
        vertical-align: middle;
    }

    /*.productCardTitle{*/
    /*    -webkit-box-orient: vertical;*/
    /*    -webkit-line-clamp: 2;*/
    /*    display: -webkit-box;*/
    /*    height: 44px;*/
    /*    max-height: 44px;*/
    /*    overflow: hidden;*/
    /*    vertical-align: middle;*/
    /*}*/
    .rememberMeSection {
        flex-direction: column;
    }

    .rememberMeSection a {
        margin-top: 14px;
    }
}

@media (max-width: 401px) {
    .basketProduct {
        grid-template-columns: 1fr 2.2fr 1.8fr;
    }

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

@media (max-width: 370px) {
    /*.productCard h5 {*/
    /*    height: 55px;*/
    /*}*/
    .basketProduct {
        grid-template-columns: 1fr 2fr 2fr;
    }

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

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

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

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

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

    .loginSection {
        padding: 92px 0 70px;
    }

    .registerSection {
        padding: 24px 0 140px;
    }

}

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

    .orderBox {
        /* padding: 0 44px !important; */
        max-width: 480px !important;
    }

    /*.sticky {*/
    /*    position: fixed;*/
    /*    top: 0;*/
    /*    width: 100%;*/
    /*    z-index: 2000;*/
    /*}*/
    .sticky .headerTop {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        padding: 0 !important;
    }

    .headerTop {
        /*overflow: hidden;*/
        opacity: 1;
        transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    }

    .select-box-option::before {
        content: attr(data-full);
    }


    .select-box-input-text::before {
        content: attr(data-full);
    }

    .select-box-input-text {
        visibility: hidden;
        position: relative;
        width: 100%;
    }

    .select-box-input-text::before {
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
    }

}

@media (min-width: 1400px) {
    .td_1 {
        width: 17%;
    }
}

@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) {

}

@media (max-height: 900px) {

}

@media (max-height: 800px) {

}

@media (max-height: 700px) {

    .loginForm div {
        margin-bottom: 16px !important;
    }

    .loginWelcome {
        margin-bottom: 0 !important;
    }
}
