﻿:root {
    --primary-color: #61AE46;
    /*#51B848;*/
    --secondary-color: #0374BB;
    --green-color: #61AE46;
    /*#72AA54;*/
    --secondary-green-color: #3D6C34;
    --green-footer: #C3E0B9;
    --white: #ffffff;
    --black: #23233A;
}

*, a {
    font-family: 'Clother-Regular';
}

    .login_form h1, #sendpasswordAgain, body.contact_page .content[type="all"] h1,
    .no-border.cat-name.mini_heart_category, aside.sidebar-right nav.sidebar_menu ul li a.active, aside.sidebar-right h2, body.personal_page #edit-personal-link,
    .contact_page.personal_page h1, .product h1, .pinkstar, .ff-takanon .ff-text a, .content .no-polisa a,
    .checkout_page .forgot a, .box-ff .ff-text a, .inner_wrapper .classic_w a, .inner_wrapper .classic_w h4 /* card.aspx */, a.pink_link, .mobile .pink_title /*shopping bag titles*/, span.update_pass, body.messages .show-hidden-messages /* messagees.aspx */, .inner_wrapper section.content section a /* mobile_card.aspx */,
    .contact_page.personal_page .cancel, .contact_page.personal_page input.cancel_save_pass, .mm-list li a.logout, .pop_login_inner p a, .pop_login_inner .pop_left .lost_pass a,
    #update_pass a#sendOPTAgain, .rec_line .comment, .printer_text, .page_search h2.no-border, .page_search_rem h4, .otpModal-content a.sendOTPAgain, a#lostpas, #f_lost_pass .back_ent a,
    .mm-list a:hover, .lost_pass_mail p.back_ent a, .display360_wrapper h4, .boxer.save_card a /* mobile_checkout 2 */,
    /* Hovers */
    .second_menu ul li.limain:hover .amain, aside.sidebar-right nav.sidebar_menu ul li a:hover {
        color: var(--secondary-color) !important;
    }

.back_to_main_login {
    color: var(--black);
}

h1, .inner_wrapper_login h1 {
    color: #222C3C;
    font-family: 'Clother-Bold';
}

.toda h1 {
    color: var(--primary-color);
}

input[type="text"]:not(#login_password), input[type="password"]:not(#login_password), textarea, select, option {
    font-family: 'Clother-Regular';
    text-indent: 2px;
}

.checkout_page h1.main_title {
    color: var(--primary-color);
}

.page_name {
    color: var(--black);
}

.shopping_cart.before_p .wrapper h2 {
    color: black;
}

.kkl-big-home {
    width: 10%;
    height: 100%;
    background-size: contain;
    display: block;
    /* background-color: black; */
}

.kkl-volunteer {
    width: 157px;
    border: 2px solid #0272B7;
    border-radius: 16px;
    background-color: white;
    height: auto;
    display: flex;
    align-items: center;
    align-self: center;
    margin-top: 15px;
}

    .kkl-volunteer > a {
        text-align: center;
        width: 100%;
        color: #0272B7;
        margin-bottom: 2px;
    }

.wrapper {
    background-color: white;
}

footer ul li a {
    /*color: #fff;*/
    font-family: 'Clother-Regular';
}

    .classic_mobile li.quality.active .title,
    /* Hovers */
    footer ul li a:hover, .dropdown-content a:hover {
        color: var(--primary-color) !important;
    }

.index_popup .login_mobile_button_sms, .login_mobile_button_sms {
    background-color: var(--secondary-color) !important;
    color: var(--white);
}

.login_mobile_button_sms, #f_login input.login_mobile_button {
    border-radius: 2rem;
}

.product .rec_line_title {
    display: none;
}

.shopping_cart .cart_summery {
    display: flex;
    justify-content: end;
    align-items: center;
}


.lost_pass input#send_mail,
.product .rec_line_title,
span.display-sidebar-right,
.shopping_cart .pink_title {
    background-color: var(--primary-color) !important;
}

.main_boxes .contact_div a {
    background-color: var(--green-color) !important;
    font-size: 18px;
    font-family: Clother-Bold;
}

body.classic .rec_line_title .dis_title {
    color: var(--primary-color) !important;
}

.p_c_name a {
    color: var(--secondary-color) !important;
}

.phase3_box .box-row.title_mini, .boxer .box-row.title_mini_bkef, .my_funds .boxer .box-row.title, .phase2_box .box-row.title_mini {
    background-color: #0374bb85 !important;
    color: white;
}

    .boxer .box-row.title_mini_bkef .box, .my_funds .boxer .box-row.title .box, .phase2_box .box-row.title_mini .box {
        color: black;
    }

.rec_col.col_b .boxer .title_mini .box {
    font-size: 16px !important;
}

.phase3_box .box-row.title_mini .box {
    color: black;
    background-color: #0374bb85;
    padding-top: 10px;
    padding-bottom: 9px;
}

.phase3_box .box-row.title_mini {
    border-bottom: 1px solid var(--green-color) !important;
}
.nivo-controlNav a {
    border: 2px solid var(--secondary-color) !important;
}

.nivo-controlNav a:hover {
    background-color: var(--primary-color) !important;
}


#login_button, .index_popup #LoginWithSms, #LoginWithSms,
.otpModal-content a.confirmOTP, #buynow, .contact_page .contact_form input.send_form, button.addToCart, a.addToCart, button.finishReplaceTicekts,
.contact_page.personal_page .update_personal_btn, .search-sidebar-right,
.rec_line .sum, body.markets:not(.mobile) .details-list ul li .opener, .cb_launcher_container[data-launcher-type='default'], .DeliveryAddressChange-modal-content .save,
.nivo-controlNav a.active {
    background-color: var(--primary-color) !important;
    /*color: var(--primary-color);*/
}

.checkout_mobile .smlb {
    color: var(--white);
    background: var(--primary-color);
}

button.addToCart {
    color: var(--white);
}

.rec_line .sum {
    color: var(--white);
}

.contact_form input.save_pass {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--white);
}

#sendMeSmsLogin, .pop_login_inner input[type="submit"] {
    color: var(--white);
    background-color: var(--primary-color);
    font-family: Clother-Bold;
    font-size: 1.4rem;
}

#login_button {
    font-weight: bold;
    font-family: 'Clother-Bold';
    font-size: 28px;
    padding: 5px;
    padding-bottom: 8px;
    color: var(--white);
}

/* Border Orange from Background */
.contact_page.personal_page .cancel, .search_container input[type="text"],
.contact_page.personal_page .update_personal_btn, body.markets:not(.mobile) .market-box.market-network, .contact_page .contact_form input.send_form,
.DeliveryAddressChange-modal-content .save, .DeliveryAddressChange-modal-content .close-btn {
    border-color: var(--primary-color) !important;
    /*color: var(--primary-color);*/
}

body.personal_page #mob_menu .mm-list .no-line.search_container input#txtSearch {
    width: 95% !important;
}

.contact_page.personal_page input.cancel_save_pass {
    border-color: var(--primary-color) !important;
}

/* Border Blue 2 */
.dropbtn, .dropdown-content {
    border-color: var(--primary-color) !important;
}

/* Border Torquise */
.category.category_mobile aside.sidebar-right, .DeliveryAddressChange-modal-content-before span.select2-selection.select2-selection--single, .DeliveryAddressChange-modal-content-before input#p_txtAddressL,
#DeliveryAddressHomeNo, #DeliveryAddressZipcode,
/* Hovers */
.res_row:hover {
    border-color: #0F1E2D !important;
    width: auto !important;
    flex-grow: 1;
    margin: 0;
}

.DeliveryAddressChange-modal-content-before .select2-container .select2-selection--single .select2-selection__rendered {
    width: 80% !important;
}

/* Combobox Blue To Torquise */
input[type="checkbox"] {
    filter: hue-rotate( 20deg) saturate(5.7) opacity(0.95);
}

/* Accesabily Purple */
body div.accessibility_component.accessibility_div_wrap a.btn_accessibility.accessibility_component {
    /*background-blend-mode: lighten;*/
    background-color: var(--primary-color) !important;
}

.page_container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

.homepage .inner_wrapper.header_wrapper {
    padding: 0 0px 0 0px;
    width: 100%;
    box-sizing: border-box;
    height: 62px;
    display: flex;
    align-items: center;
    background-size: contain;
    background-color: var(--green-color);
    /* margin-bottom: -20px; */
}

header {
    padding-top: 0;
    height: auto;
    background-color: var(--white);
}

.header_wrapper .striped_line {
    display: flex;
    width: 100%;
}

    .header_wrapper .striped_line img {
        display: block;
        width: 100%;
        height: auto;
    }

.main_menu .menu-text {
    color: var(--white);
    margin-top: 0;
    font-size: 17px;
    font-family: 'Clother-Bold';
    vertical-align: text-top;
}

    .main_menu .menu-text .bold {
        font-family: Clother-Bold;
    }

.search-user-info {
    margin-right: 43%;
    display: flex;
    flex-direction: row;
}

    .search-user-info p.user-name {
        display: contents;
    }

#mob_menu .bold {
    font-family: Clother-Bold;
}

.main_menu nav ul li:hover .menu-text {
    /*color: var(--secondary-color);*/
    color: #fff;
    opacity: 1;
}
.kkl3 a:hover, .kkl4 a:hover{
    text-decoration:underline;
}
.menu-icon.regulations-icon {
    background-image: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/info.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 25px;
    margin: 1%;
}

.second_menu ul li.active:hover {
    background: none;
}

    .second_menu ul li.active:hover a.amain::before {
        display: none;
    }

    .second_menu ul li.active:hover a.amain::after {
        display: none;
    }

.homepage .second_menu {
    background: white;
    height: 110px;
}

#homepage_box {
    background: #F8F9FF;
}

.product .fltlft .discountTxt {
    display: none;
}

@media screen and (min-width: 900px) {
    .homepage .inner_wrapper.header_wrapper {
        /* height: auto; */
        min-height: 50%;
    }

    .main_menu {
        padding-right: 105px;
    }
}

body:not(.homepage) .inner_wrapper.header_wrapper {
    height: auto;
}

body:not(.homepage) .inner_wrapper.header_wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    /*justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-shadow: 1px 5px 7px 0px rgba(0,0,0,0.4);
    box-shadow: 1px 5px 7px 0px rgba(0,0,0,0.4);
    position: relative;*/
    height: 60px; /*auto;*/
    box-sizing: border-box;
    align-items: center;
    background-color: var(--green-color);
}

body:not(.homepage) .main_search {
    margin-right: auto;
    margin-left: 100px;
}

.logo_container, body.homepage.homepage_grid .logo_container {
    /*background-position: left center;
    width: 245px;
    height: 100px;
    margin-top: 5px;
    display: none;*/
}

.logo_container {
    width: 154px;
}

a.small-home-kkl {
    width: 5%;
    background-size: contain;
    background-position: center;
    background-image: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/logo-small.png);
    background-repeat: no-repeat;
    margin: 9px;
}

body.homepage .mobile_header .back_header .logo_container {
    width: 174px;
    height: 62px;
    margin-top: 4px;
    margin-left: 30vw;
    background-image: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/%D7%97%D7%99%D7%AA%D7%95%D7%9B%D7%99%D7%9D%20%D7%9C%D7%9E%D7%95%D7%91%D7%99%D7%99%D7%9C/header-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

a.big-home-kkl {
    background-image: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/login--logo-small.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15%;
    margin: 4px;
}

a.logout {
    color: var(--white) !IMPORTANT;
    margin-right: 20px;
}


div#btnChat {
/*    background-image: url("https://tmuracdn.blob.core.windows.net/club/itu/media/img/jti/chat.png");
*/    background-size: 57%;
    background-color: var(--primary-color);
}


/* TODO check if neccesery, not supposed to change height */
header .second_menu {
    height: 55%;
    max-width: 100%;
    background-color: white;
}

body:not(.homepage) header .second_menu .inner_wrapper {
    /*margin: auto;*/
    max-width: inherit;
    justify-content: start;
}

/* #endregion */

/* #region Shopping Cart */

.shopping_cart .pink-arrow-left {
    border-right-color: var(--primary-color);
}

/* #endregion */

/* #region Login Popup Desktop */
.logo_container3 {
    background-image: url("https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/login--logo-small.png");
    background-repeat: no-repeat;
    background-size: auto;
    height: 21%;
    padding: 22px;
    margin-top: 14px;
}

.pop_login_inner input[type="submit"] {
    border-radius: 1rem;
}

.windy_tag_container {
    display: block !important;
    position: absolute;
    right: 50px;
    top: 20px;
    width: 0px;
    height: 0px;
    direction: ltr;
}

.pop_right {
    background-image: url("https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/login-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 573px;
}

/* #endregion */
/* #region Footers */
.homepage footer.FixedBottom .inner_wrapper, body:not(.mobile) footer .inner_wrapper {
    background-image: none;
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1700px;
    margin: 0;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
}


.enter_with_sms div span {
    background-image: none !important;
    border-radius: 25px;
    padding: 3px 8px 4px !important;
    font-family: 'Clother-Bold';
}

.inner_wrapper_login input.form-control.form-rounded {
    border-radius: 2rem;
}


.back_header .mobile_logo {
    /*filter: hue-rotate(34.5deg);*/
    display: none;
}

span.display-sidebar-right {
    color: white;
}

footer .inner_wrapper {
    /*background-image: none;
    margin: auto;*/
}

footer .footer_info_container {
    color: black;
    justify-content: right;
    margin-top: 0;
    width: 80%;
    margin-right: 1%;
}

.chrome footer, body:not(.mobile) footer {
    margin-top: 0;
    border-top: 0;
    background-image: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/footer--bg.png);
    background-repeat: no-repeat;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
}

body:not(.mobile .homepage) footer {
    /* position: inherit; */
}

.mobile .FixedBottom .footer_top {
    background-image: none;
}

.mobile footer.FixedBottom {
    height: 220px;
    margin-bottom: 0px;
    background-color: var(--green-footer);
    background-image: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/%D7%97%D7%99%D7%AA%D7%95%D7%9B%D7%99%D7%9D%20%D7%9C%D7%9E%D7%95%D7%91%D7%99%D7%99%D7%9C/footer-mobile.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 180px;
}

#clearFilt {
    background-color: #0F1E2D;
}

    #clearFilt:hover {
        background-color: #66a6ff;
    }

.checkboxPink input[type=checkbox]:checked + label {
    background: #0F1E2D;
}

.search_input_wrapper label {
    color: var(--green-color);
    font-size: 19px;
    left: 10px;
    margin-top: 5px;
}



/* #endregion */

/* #region Login Phone */

.under_logo_container2 {
    transform: rotate(-23deg);
    position: relative;
    top: 12%;
    left: max(11.5vh, 64px);
    height: 100%;
}

/* #endregion */

#homepage_box .warning {
    display: flex;
}

.warning_text.normal_color {
    color: var(--black);
}


/*#region students-popup*/
/*body {
    padding: 0;
    margin: 0;
    direction: rtl;
}

* {
    direction: rtl;
    box-sizing: border-box;
    font-family: Heebo;
}*/

.popup-backdrop {
    height: 100vh;
    width: 100vw;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(39, 39, 39, 25%);
    z-index: 99999;
}

.main-div {
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
}

.bold {
    font-weight: bold;
}

.show-blocked-popup {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 95%;
    max-width: 750px;
    background: #FFFFFF;
}

.popup-backdrop .show-blocked-popup .logo-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.popup-backdrop .show-blocked-popup .text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1em;
}

    .popup-backdrop .show-blocked-popup .text-container > div {
        text-align: center;
        font-size: 18px;
        color: #71777F;
    }

    .popup-backdrop .show-blocked-popup .text-container h3 {
        color: var(--primary-color);
    }

.popup-backdrop .show-blocked-popup .mid-text {
    margin-top: 1em;
    color: var(--primary-color);
}

.btn-div {
    display: flex;
    justify-content: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.popup-backdrop .show-blocked-popup .enter-itu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    width: 275px;
    border-radius: 25px;
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s ease-out;
}

    .popup-backdrop .show-blocked-popup .enter-itu-btn:hover {
        background-color: #b5aedf;
    }

.thnk-you-logo {
    display: inline-flex;
    align-items: center;
}

.d-none {
    display: none;
}

.text-container > div:not(.mid-text) br {
    display: none;
}

.popup-backdrop .show-blocked-popup .itu-logo {
    display: block;
    width: auto;
    /* max-width: 360px; */
    height: auto;
}

.upload-files-div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.upload-btn-visual {
    background-color: transparent;
    color: rgb(0, 0, 0);
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    cursor: pointer;
    margin-top: 1rem;
    border: 1px dashed black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.2s ease-in-out;
}

    .upload-btn-visual:hover {
        background-color: var(--primary-color)3b;
    }

.file-chosen {
    margin-right: 0.3rem;
}

.uploaded-file-div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid grey;
    margin-top: 8px;
}

.uploaded-file-name {
    display: flex;
    align-items: center;
}

.uploader {
    flex-basis: 275px;
}

.blocked-popup-body {
    position: relative;
}

.decoration-students {
    position: absolute;
    display: none;
}

.decoration-right {
    right: -40px;
    top: -40px;
}

.decoration-left {
    left: -40px;
    top: -40px;
}

.decoration-students-tag {
    display: none;
}

.uploaded-file-div-template {
    display: none;
}

.uploader-remove-file {
    cursor: pointer;
}

.uploader-update-file {
    cursor: pointer;
}

.main_menu .menu-icon {
    height: 19px !important;
    display: inline-block;
}

.menu-icon-2.charge {
    background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/jti/home-charge.png) no-repeat;
    width: 52px;
    height: 40px;
    background-position: center;
}

.menu-icon.card {
    width: 45px;
    height: 40px;
    background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/gett/home-credit.png) no-repeat;
    background-position: center;
}

.main_menu nav ul li {
    /* height: 17px; */
    width: 175px;
    display: block;
    display: flex;
    align-items: center;
    order: 1;
    margin-right: 40px;
}

.security-support > div {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.security-support a {
    margin-top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    cursor:pointer;
}
.menu-text:hover{
    text-decoration:underline;
}

.menu-text {
    display: inline-block;
    color: var(--secondary-green-color);
    font-family: 'Clother-Bold';
    font-size: 17px;
    /* width: 100%; */
}

.menu-icon.facebook-icon {
    margin: 0;
    height: 25px;
    width: 25px;
    background-image: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/facebook.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 1%;
}

.main_menu nav ul li:nth-child(4) {
    order: 0;
}

.menu-icon.cart {
    position: relative;
    width: 17px;
    /* height: 51px; */
    background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/cart.png) no-repeat;
    background-size: contain;
    /* background-position-y: 10px; */
}

div#side_gallery {
    height: 123px;
}

div#side_gallery_scroll > div.g_item.active {
    /* border: 5px solid var(--green-color); */
    border-radius: 5px;
}

.product div#side_gallery {
    height: 145px;
}

div#side_gallery_scroll > div.g_item:not(.active) {
    /* border: 5px solid #5C7895; */
    border-radius: 5px;
}

.menu-icon.person {
    width: 20px;
    background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/myprofile.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.menu-icon.funds {
    width: 36px;
    height: 40px;
    /* background-position: -67px 2px; */
    background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/gett/home-sack.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.menu-icon.contact-icon {
    width: 25px;
    height: 25px;
    background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/phone-footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    ;
    margin: 0;
    ;
}

a.ashmoret_phone {
    display: none;
}

.second_menu ul li a {
    color: var(--green-color);
}

.classic_mobile .flexslider .slides .slide_mobile.flex-active-slide img {
    border-radius: 10px;
}

.charge_m {
    background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/jti/charge.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.shop_m {
    background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/gett/home-cart.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.contact-icon {
    background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/gett/home-contact.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.person_m {
    background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/gett/home-user.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.pop_back {
    background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/login-bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 0px 0px;
}

.pop_stripes {
    background-color: transparent;
}

.p_cancel_order {
    background-color: var(--primary-color);
}

.main_menu nav ul li:nth-child(1) {
    display: none;
}

.main_menu nav ul li:nth-child(2) {
    display: none;
}

.footer_info_container .social-media {
    display: none;
}

footer .orders_call {
    /*visibility: hidden;*/
}

    footer .orders_call img {
        display: none;
    }

.facebook_info .facebook_follow,
.instagram_info .instagram_follow {
    color: white;
    text-indent: 0;
}

body.contact_page .content[type="all"] .main_boxes:not(.promarket_boxes) {
    display: none;
}

body.contact_page .content[type="all"] .main_boxes.promarket_boxes.hidden-by-server {
    display: flex !important;
    justify-content: start;
    margin-top: 30px;
}

body.contact_page .contact_time {
    margin-top: 5px;
}

.main_boxes.promarket_boxes > .contact_div {
    margin-right: 60px;
    min-width: 230px;
    max-width: 235px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

.main_boxes > .contact_div > .contact_icon {
    /*background-color: #F9F9FA;*/
    padding: 6px;
    margin-top: -33px;
    border-radius: 30px;
    display: block;
    width: 64px;
    height: 64px;
    position: relative;
    /* border-bottom: 0.3px solid #0000004d; */
    /*box-shadow: 0px 5px 7px -7px #000000;*/
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #FFFFFF 40%, #F9F9FA 57%);
}

    .main_boxes > .contact_div > .contact_icon > img {
        position: relative;
        top: 0;
        width: 48px;
    }

.main_boxes > .contact_div > span {
    margin: 0px 0px 10px 0px;
    color: black;
}

.main_boxes > .contact_div > p {
    margin: 6px 1px;
}

body.contact_page .content[type="all"] h2 {
    display: none;
}

body.contact_page .wrapper {
    min-height: 410px;
}

.thank_you .emailImage {
    display: none;
}

.li_debit {
    display: none;
}

.discountTxtCart {
    display: none;
}

.thank_you .right_block {
    display: none;
}

.elor_price_msg {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    color: #23233A;
    margin-top: 6px;
    font-family: 'Clother-Regular';
}

footer .safe_p {
    color: #fff;
    margin-top: 0;
    /* margin-right: -27%; */
    border: none;
    width: 33%;
}

.ashmoret_phone {
    display: none;
}

.regulations-container .policy {
    font-family: 'Clother-Regular';
}

.footer_info_container .regulations-container a {
    /*color: #fff;*/
    /* line-height: 20px; */
    padding-bottom: 0px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
}

a {
}

.footer_info_container .regulations-container a .regulations {
    padding: 0px;
    display: inline-block;
    margin-top: 3px;
    font-family: 'Clother-Bold';
    color: var(--secondary-green-color);
    font-size: 17px;
}

.footer_info_container .regulations-container a div {
    padding: 0;
    display: flex;
    justify-content: flex-start;
}

.footer_contact_container {
    height: 100%;
    width: 20%;
    float: right;
    margin-top: -10%;
    /* padding-left: 9px; */
    padding-right: 30px;
    display: flex;
    align-items: center;
}

footer_info_container {
    height: 100%;
    width: 20%;
    float: right;
    /* margin-top: 30px; */
    /* padding-left: 9px; */
    padding-right: 30px;
    display: flex;
    align-items: center;
}

.classic_mobile .lock {
    width: 25px;
    height: 25px;
    background-position: center;
    float: right;
    margin-right: -6px;
    margin-top: 0px;
    margin-left: 0px;
    background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/lock.png) no-repeat;
    background-size: contain;
}

.footer_block nav ul {
    height: 109px;
}

footer {
    height: 130px;
}

#mob_menu .ashmoret_credit, #mob_menu .charge_card, #mob_menu .harel_direct_debit {
    display: none;
}

/*livnat 18.09.2022 - לא רוצים להסתיר את זה בקקל, יש פיתוח ייעודי עבורם*/
/*.additional-text {
    display: none;
}*/

.logo_container.shortlogo {
    display: none;
}

.histadrut_menu {
    display: none;
}

.histadrut_mobile .dropdown {
    display: none;
}

body.personal_page #edit-personal-link {
    display: none;
}

.main_menu {
    padding-right: 0px;
    display: flex;
    align-items: center;
    width: 43%
}

ul.kkl_top > li > a {
    width: 108px;
}

.main_menu nav {
    width: 100%;
}

.login_form h1 {
    margin-bottom: 20px
}

.pop_left {
    position: relative;
    border-right: 1px solid var(--primary-color);
}

.footer_block ul li a, .product .classic_w p.p_des {
    font-family: 'Clother-Regular';
}

.pop_left .enter_with_sms {
    background-color: #F7F7F7;
}

.main_search div p {
    color: white;
    font-family: 'Clother-Regular';
}

.main_search {
    border-bottom: 0;
    margin-right: auto;
    margin-left: 55px;
    padding-bottom: 0;
}

    .main_search a {
        /*color: var(--primary-color) !important;*/
    }

.search_input_wrapper {
    border: 1px solid var(--white);
    height: 31px;
    left: 43%;
    background-color: var(--white);
    margin-top: -27px;
    margin-left: 134px;
}

    .search_input_wrapper .mag {
        background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/search.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 16px;
        left: 10px;
        top: 7px;
    }

.kkl3 a, .kkl4 a {
    color: var(--white);
    font-size: 17px;
    font-family: 'Clother-Bold';
    height: 34px;
}

li.kkl3, li.kkl4 {
    /* margin-top: 59px; */
}

.menu-text.contact-kkl {
    position: revert;
    left: 36.8%;
    padding-right: 5px;
}

input#txtSearch {
    color: black;
    padding-right: 15px;
}

.footer_block h2 {
    color: var(--secondary-color);
    font-size: 18px;
    font-family: 'Clother-Bold';
}

.product.classic_mobile .classic_w h1, .mobile_header .page_name {
    font-family: 'Clother-Bold';
}

.search_input_wrapper input[type="text"] {
    color: var(--white);
}

footer .subtext {
    display: none;
}

.login_form form .form-control:focus {
    box-shadow: 0 0 0 0.2rem var(--primary-color);
}

.login_form form {
    width: 90%;
}

.pop_login_inner.d-flex.flex-row-reverse {
    border: 1px solid var(--primary-color);
}

.ashmoret_card_login_page {
    display: none;
}

h1.d-flex.justify-content-center {
    color: black !important;
}

span.infoPre {
    color: var(--primary-color);
}

#otpModal h3 {
    color: #0F1E2D;
}

.footer_info_container .regulations-container {
    margin-top: -4.7%;
    width: 25%;
    height: 60px;
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.main_menu nav ul {
    padding-right: 0;
    /* margin-bottom: 60px; */
}

body:not(.homepage):not(.mobile) .main_menu {
    padding-right: 0;
}

.second_menu ul li a {
    font-family: 'Clother-Bold';
}

body:not(.homepage) .second_menu ul li a {
    font-size: 17px;
}

.safe_ssl .safe_buy {
    font-family: 'Clother-Bold';
    color: var(--secondary-green-color);
    font-size: 17px;
}

.header_wrapper .main_menu nav ul li:hover .menu-icon {
    opacity: 1;
    box-shadow: 0px 0px 0px var(--secondary-color);
}

.printer_icon_b:hover {
    box-shadow: 0px 0px 4px var(--primary-color);
    background-color: rgba(141, 198, 63, 0.2);
}

footer .lock {
    width: 25px;
    height: 25px;
    background-position: center;
    float: right;
    /* margin-right: -8px; */
    /* margin-top: -4px; */
    /* margin-left: 0px; */
    background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/lock.png) no-repeat;
    background-size: contain;
    margin: 1px;
}

.safe_p .lock_icon {
    height: 25px;
    width: 25px;
    margin: 1%;
}

#f_login .form-control:focus,
.otp_step1 .form-control:focus {
    box-shadow: 0 0 0 0.2rem #0374bb85;
}

footer .orders_call.instagram_info,
footer .orders_call.facebook_info {
    border: none;
}


.footer_info_container .regulations-container {
    /*display: none;*/
    /* flex-direction: row; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer_info_container .security-support {
    border: none;
    margin-top: -5%;
    flex-direction: row;
    align-items: center;
    width: 75%;
    height: 60px;
}

.mag_m {
    top: 10px;
    background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/search.png) no-repeat;
    height: 23px;
}

.mobile_header img.btn_home_page {
    float: left;
    margin-left: 40px;
    margin-top: 15px;
    /* filter: brightness(0.2); */
    width: 65px;
    height: 38px;
}

.mobile_header .page_name {
    margin-right: 70px;
    max-width: 59%;
}

.homepage .inner_wrapper {
    justify-content: right;
}

.personal_area_page {
    min-height: 100vh;
    /*display: flex;
    flex-direction: column;*/
}

.personal_main_wrapper {
    width: 100%;
    background: #F9F9F9;
}

#personal_area_btn {
    height: 37px;
    width: 165px;
    background: var(--primary-color);
    color: white;
    font-family: Clother-Regular;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    padding-bottom: 2px;
    cursor: pointer;
}

.personal_area_section {
    margin-right: auto;
    margin-left: 24px;
}

    .personal_area_section ~ .main_search {
        margin-right: unset !important;
        padding-right: 1px;
    }

#personal_area_btn:hover {
    opacity: 0.7;
}

.personal_area_frame {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-top: 0px;
    width: 80%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

    .personal_area_frame iframe {
        width: 100%;
        max-height: 100vh;
        flex-grow: 1;
        min-height: 775px;
        border: none;
    }


.show_page .cover_image .purchase-scroll {
    background: var(--primary-color);
    color: var(--white);
}

.show_page .imgMap a:not(.not_allow):hover polygon {
    fill: var(--primary-color);
    stroke: var(--primary-color);
}

.classic_w.full .select_show:hover {
    background: var(--primary-color);
}

.show_page .imgMap text {
    fill: var(--primary-color);
}

.seat-available {
    border: 2px solid var(--primary-color);
}

.seat-chosen {
    background-color: var(--primary-color);
}

.selected-no-subsidy, div.seatCharts-seat.selected.selected-no-subsidy {
    /*background-color: #f78c3463;*/
    background-color: var(--secondary-color);
}

[easypz] g circle.selected.selected-no-subsidy {
    fill: var(--primary-color);
    stroke: var(--primary-color);
}

[easypz] g circle.selected {
    fill: var(--primary-color);
    stroke: var(--primary-color);
}

[easypz] g circle.available {
    stroke: var(--primary-color);
}

[easypz] g text.available {
    fill: var(--primary-color);
}

.seat-selected-label .seat-total {
    color: var(--primary-color);
}

[easypz] g text.section-title {
    fill: var(--primary-color);
}

#buynow {
    font-family: Clother-Bold;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    padding: 0px 22px;
    padding-bottom: 3px;
    font-size: 20px;
    box-sizing: border-box;
}

    #buynow img {
        display: none;
    }

body:not(.mobile) #buynow:before {
    content: 'לקופה';
    font-family: Clother-Bold;
}

body.checkout_page:not(.mobile) #buynow:before {
    content: 'ביצוע הזמנה';
    font-family: Clother-Bold;
}

#buynow:after {
    content: ' ';
    height: 20px;
    width: 20px;
    background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/upay/angles-left-solid.svg) no-repeat;
    background-size: 20px 20px;
    font-family: Clother-Bold;
    margin-top: 6px;
    margin-right: 3px;
    display: none;
}


.product #big_image {
    /* border: 5px solid var(--green-color); */
    border-radius: 5px;
}

.gallery {
    margin-right: 13px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 605px;
}

aside.classic_w {
    width: 470px;
    padding: 20px;
    padding-top: 0%;
    /* background-image: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/gallery-bg.png); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 5vw;
}

.DeliveryAddressChange-modal-content-before div {
    display: flex;
}

.DeliveryAddressChange-modal-content-before .btn-div {
    margin: 2em 0 0 0;
}

.DeliveryAddressChange-modal-content-before span.select2-container {
    flex-grow: 1;
    width: auto !important;
}

.product:not(.mobile) .wrapper {
    min-width: 1115px;
}

#back_btn_itu {
    filter: invert(1);
}

.shows_mobile button.addToCart, .tickets_mobile button.addToCart {
/*    color: var(--primary-color);
*/}

#serviceCallPass {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

#serviceCallPass {
    height: 40px;
    display: flex;
    align-items: center;
}

.must_fill.must_fill:not(.mobile) .wrapper, .must_fill_password.must_fill_password:not(.mobile) .wrapper {
    background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/jti/bg-dark.jpg) no-repeat;
}

#sendMeSmsLogin, #LoginWithSms, .pop_login_inner input[type="submit"], .login_form form input[type="text"]:not(#login_password),
.login_form form input[type="password"]:not(#login_password), .index_popup #idNumberForSms, .passwordAndEye,
.index_popup #idNumberForSms, .index_popup #passwordReceived {
    border-radius: 2rem;
}

:not(.homepage) .second_menu .inner_wrapper {
    background-color: var(--white);
    padding-right: 1%;
    padding-bottom: 1%;
    padding-top: 1%;
}

.footer_top {
    display: none;
}

body:not(.homepage):not(.mobile) .footer_menu_container {
    padding-right: 30px;
}

@media screen and (max-width: 460px) {
    /*footer .FixedBottom, body:not(.mobile).homepage footer {
        background-image: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/electra/footer-mobile.png);
        background-repeat: no-repeat;
        background-position: bottom;
        margin-bottom: 0px;
    }*/
    body: not(.face) .logo_container2 {
        background-size: 62%;
    }

    body.contact_page .content[type="all"] h1 {
        margin-right: 33px;
    }

    .personal_page .footer_info_container .regulations-container a div {
        padding: 0;
    }

        .personal_page .footer_info_container .regulations-container a div.regulations {
            padding: 0;
        }

    .histadrut_mobile {
        border: 0;
    }

    #loading-image {
/*        display:none !important;*/
        left: 18%;
        width: 68%;
    }
}

@media screen and (max-width: 608px) {

    /*body:not(.face) .logo_container2 {
        background: url("https://tmuracdn.blob.core.windows.net/club/itu/media/img/jti/login-logo.png");
    }*/

    .homepage footer {
        background-image: none;
    }

    .elor_price_msg {
        width: 100%;
        justify-content: center;
        margin-bottom: 12px;
        text-align: center;
        padding: 0 28px;
        box-sizing: border-box;
    }

    #f_login #login_name {
        width: 95%;
    }

    .mobile_login .passwordAndEye {
        width: 95%;
    }
}

@media screen and (max-width: 836px) {
    .chrome footer, body:not(.mobile) footer {
        height: initial;
    }

    .homepage .back_header {
        background: var(--green-color);
    }

    footer .footer_menu_container {
        width: 100%;
        height: auto;
    }

    .FixedBottom .footer_top {
        height: auto;
        background-image: none;
    }

    footer .footer_menu_container .footer_block {
        width: 30%;
        height: auto;
        padding-bottom: 0px;
        padding-right: 0;
        margin-top: 3%;
    }

    .footer_block nav ul {
        height: auto;
    }

    .footer_block nav {
        height: auto;
    }

    .footer_info_container .social-media {
        display: flex;
        margin-top: 10px;
        display: none;
    }

    .instagram_info .instagram_components,
    .facebook_info .facebook_components {
        justify-content: flex-start;
        line-height: normal;
    }

    footer .orders_call.instagram_info,
    footer .orders_call.facebook_info {
        justify-content: flex-start;
        padding-right: 30px;
        padding-top: 0;
        padding-bottom: 0;
    }

    footer .safe_p {
        justify-content: flex-start;
        padding-right: 30px;
    }

    footer .lock {
        margin-right: 0;
    }

    .safe_ssl {
        margin-right: 0;
    }

    .footer_info_container .security-support {
        order: 3;
    }

    .main_boxes.promarket_boxes > .contact_div {
        margin-right: auto;
    }

    .phase2_box .box-row.title_mini {
        background-color: transparent !important;
    }

        .phase2_box .box-row.title_mini .box {
            color: var(--black);
            background-color: #0374bb85;
            padding-bottom: 6px;
            padding-top: 7px;
        }

    .classic_mobile .secure_pay .lock {
        margin-left: 8px;
        width: 22px;
        height: 31px;
    }

    .classic_mobile .secure_pay .inner_pay {
        padding-top: 4px;
    }

    .added {
        background: rgba(71, 180, 136, 0.9);
    }

    body:not(.face) .logo_container2 {
        background-size: auto 54%;
    }

    .double_left {
        display: none;
    }

    #buynow:after {
        margin-top: 7px;
    }
}

body:not(.face) .logo_container2 {
    background-image: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/%D7%97%D7%99%D7%AA%D7%95%D7%9B%D7%99%D7%9D%20%D7%9C%D7%9E%D7%95%D7%91%D7%99%D7%99%D7%9C/login-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 1%;
    margin-top: 8%;
}

@media screen and (max-width: 1024px) {
    .chrome footer, body:not(.mobile) footer {
        /*background-image: none;*/
        border-top-width: initial;
    }

    button#buynow {
        font-family: Clother-Bold;
        color: var(--white);
        border: 2px solid white;
        border-radius: 2rem;
    }

    .w-100 {
        width: 100%;
    }

    .checkout_mobile.mobile .rec_line_title {
        background: var(--black);
        color: var(--white);
        padding-left: 0;
    }

    .otp_step1 > div {
        padding-top: 10%;
    }

    .back_header {
        background: var(--green-color);
    }

    .g_footer {
        margin-right: 25px;
    }

    .footer_info_container .regulations-container {
        padding: 0px 0px;
        padding-right: 30px;
        box-sizing: border-box;
        margin-top: 10px;
        order: 2;
        align-items: baseline;
    }

    .inner_wrapper .footer_info_container {
        height: 100%;
        padding-right: 2%;
    }

    .histadrut_mobile {
        display: none;
    }

    .page_name {
        color: var(--white);
    }

    .flexslider {
        background: #FAF9FA;
        border: 4px solid #FAF9FA;
    }

    .mag_m {
        left: 13%;
    }

    .my_funds_mobile .rec_line_title {
        background-color: #0374bb85 !important;
        color: black;
    }
    .full_content .toda h1{
        color: var(--primary-color);
    }

    .footer_info_container .security-support {
        width: 100%;
        position: initial;
        flex-direction: column;
        margin-right: 0;
        height: 134px;
    }

    .footer_info_container .regulations-container, .footer_info_container .security-support {
        width: 100%
    }

        .footer_info_container .regulations-container a {
            flex-direction: row;
        }

    .pop_left {
        width: 100%;
    }

    .pop_right {
        display: none;
    }

    .wrapper {
        background-color: #FAF9FA;
    }

    .main_boxes > .contact_div > .contact_icon {
        background: #FAF9FA;
    }

    .inner_wrapper {
        background-color: #FAF9FA;
    }

    .product.mobile .flexslider {
        border-radius: 10px;
        padding: 10px;
    }

    input#txtSearch {
        width: 90% !important;
    }

    .footer_contact_container {
        height: 100%;
        width: 20%;
        float: right;
        margin-bottom: -10%;
        margin-top: -29%;
        padding-left: 85px;
        padding-right: 30px;
        display: flex;
        align-items: center;
    }

    .footer_block h2 {
        margin-right: 0%;
    }

    footer ul li {
        width: max-content;
    }

    .homepage footer.FixedBottom .inner_wrapper, footer .inner_wrapper {
        margin: 0px;
        width: 100% !important;
    }

    .contact_page.mobile .FixedBottom .inner_wrapper {
        width: 100%;
        margin-top: 0%;
        padding-top: 0;
    }

    .footer_block ul li a {
        font-size: 16px;
    }

    div.regulations-container div.footer_info_container div.footer_block h2 {
        width: 100%;
        padding-top: 5%;
    }

    footer .lock {
        margin-right: 0;
        width: 25px;
        background-position: top;
    }

    .security-support > div {
        width: 100%;
    }

    .safe_ssl .safe_buy {
        padding-right: 0;
    }

    .menu-icon {
        margin: 1px;
    }

    .help-footer {
        height: 0px !important;
    }

    .thank_you.mobile .info_line{
        padding-right: 10px;
        padding-left: 10px;
    }

    .footer_info_container .regulations-container, .footer_info_container .security-support > div {
        padding: 15px !important;
        padding-top: 0 !important;
        box-sizing: border-box;
    }
    .menu-icon.contact-icon{
        margin-right: 3px;
    }
    footer .FixedBottom, .homepage footer {
        background-image: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/footer--bg.png);
        background-repeat: no-repeat;
        padding-top: 0%;
        background-size: cover;
        display: flex;
        position: inherit;
    }

    .btn_snapmenu {
        margin-top: 21px;
    }

    footer .FixedBottom, body:not(.mobile).homepage footer {
        background: url("https://tmuracdn.blob.core.windows.net/club/itu/media/img/kkl/%D7%97%D7%99%D7%AA%D7%95%D7%9B%D7%99%D7%9D%20%D7%9C%D7%9E%D7%95%D7%91%D7%99%D7%99%D7%9C/footer-mobile.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-color: var(--green-footer);
        margin-bottom: 0px;
        padding-top: 0;
        background-position: 0px 180px;
        height: 220px;
    }

    footer .footer_menu_container {
        padding-top: 10%;
        display: none;
    }


    @media(min-width:1000px) {
        .popup-backdrop .show-blocked-popup .text-container {
            padding: 1em 2em;
        }

            .popup-backdrop .show-blocked-popup .text-container > div {
                font-size: 20px;
            }

            .popup-backdrop .show-blocked-popup .text-container h3 {
                font-size: 25px;
            }

            .popup-backdrop .show-blocked-popup .text-container > div:not(.mid-text) br {
                display: block;
            }

        .popup-backdrop .show-blocked-popup .enter-itu-btn {
            width: 420px;
        }

        .decoration-students {
            display: block;
        }

        .upload-files-div {
            padding-top: 3rem;
            min-height: 250px;
        }

        .decoration-students-tag {
            display: block;
            position: absolute;
            right: -60%;
        }
    }

    div#side_gallery_scroll .g_item active {
        border: 1px solid white;
    }

    div#side_gallery_scroll .g_item.active {
        border: 1px solid beige;
    }


    .product #side_gallery .g_item {
        height: 117px;
    }
    .added h1 {
        color: black;
    }

    .otp_step1 > div:first-of-type {
        height: 70% !important;
    }
    /*#endregion students-popup*/
    .mobile_login div#v2-recaptch {
        margin: 0 auto;
        margin-right: 0 !important;
    }
    }
}
table#order-title{
    background-color: var(--green-color);
}
table#total-pay {
    background-color: var(--green-footer);
}

tr.summary-row{
    border-top: 2px solid green !important;
}

body.contact_page input[type="text"]:not(#login_password), input[type="password"]:not(#login_password), textarea, select, option {
    text-indent: 10px;
}

body.contact_page .form_line_phone input[type="text"]:not(#login_password) {
    text-indent: 30%;
}

#notMemberKkl, #registerHelp {
    text-align: center;
    font-size: 19px;
    color: blue;
    padding: 0;
}
#notMemberKkl span, #registerHelp span  {
    cursor: pointer;
    text-decoration: underline;
}
#registerHelp {
    margin-top: 5%;
}
#homepage_grid {
    max-width: 1500px;
}

.otp_step1 .send_otp_by_email {
    display:none;
}