﻿/* adi 22.01.20 */
/* nikita 22.01.20 */

@media (max-width:800px) {
    .btn_accessibility {
        margin-right: 43px !important;
        top: 14px;
    }

    .mobile_login .btn_accessibility {
        margin-right: 0px !important;
    }
}

@media (max-width:475px) {
    .accessibility_component.accessibility_div_wrap {
        display: none !important;
    }

    .display360_wrapper h4 {
        margin-top: 15px;
    }
}


html, body {
    direction: rtl;
    height: 100%;
}

.mm-page {
    position: relative !important;
}
.error-nothing-club {
    margin-top: 9%;
    text-align: center;
    font-size: 30px;
}
body > div.accessibility_component.accessibility_div_wrap > a.btn_accessibility.accessibility_component {
    background-image: url(../img/itu2020/Accessibility_ic.png);
    background-size: contain;
    height: 35px;
    width: 35px;
    border-radius: 35px;
    color: transparent !important;
    background-size: 35px;
}

#accessibility_icon {
    display: none !important;
}

*, ::after, ::before {
    font-family: Clother-Regular;
}

#joinAshmoretIsracard {
    text-align: center;
    text-decoration: underline;
    display: none;
    cursor: pointer;
}

body {
    background: #000;
    color: #fff;
    font-family: typopas;
    font-weight: 200;
    font-size: 16px;
}

.hidden-by-default {
    display: none;
}

body {
    background-color: white !important;
}


    /*body.homepage .inner_wrapper
{
    margin-right:170px;
}*/
    /*::-webkit-selection {
    background: #f1f1f1;
    color: #1f1f1f;
    text-shadow: none;
}
::-moz-selection {
    background: #f1f1f1;
    color: #EEE;
    text-shadow: none;
}

::selection{
    background: #f1f1f1;
    color: #1f1f1f;
    text-shadow: none;

}*/
    * {
        -moz-outline: none;
        -webkit-outline: none;
        outline: none;
    }

    input:focus,
    select:focus,
    textarea:focus,
    button:focus, input:hover {
        outline: none;
    }

    input[type="text"]::-moz-focus-inner, input[type="password"]::-moz-focus-inner {
        outline: none;
        border: 0;
    }

input#login_password, input#Password2 {
    border-radius: 25px;
    font-size: 19px;
    border: transparent;
    width: 100%;
    /* padding-right: 15px; */
    margin-right: 14px;
    height: 44px;
    margin-top: 4px;
}

    .passwordAndEye {
        height: 3.5rem;
        margin-bottom: 16px;
        text-indent: 10px;
        font-size: 20px;
        border: 1px solid #DCDDDF;
        border-radius: 2rem;
        font-family: Clother-Regular;
        font-weight: 200;
        width: 100%;
        display: inline-flex;
    }

    input[type="text"], input[type="password"] {
        border: 0;
    }

    #container {
        width: 100%;
        height: 100%;
        display: block;
        text-align: right;
        position: absolute;
    }

    h1 {
        color: #000;
        font-size: 24px;
        font-weight: 200;
        font-family: Clother-Bold;
        padding: 0;
        margin: 0;
    }

    h4 {
        font-size: 16px;
        color: #237DFF;
        font-family: Clother-Regular;
        font-weight: 200;
        margin: 0;
        padding: 0;
    }

    ul {
        padding: 0;
        margin: 0;
    }

    select {
        z-index: 5;
    }

    a {
        text-decoration: none;
        font-family: Clother-Regular;
    }

    p {
        font-family: Clother-Regular;
    }

    pre {
        font-family: Clother-Regular;
    }

input[type="text"]:not(#login_password, #Password2), input[type="password"]:not(#login_password, #Password2), textarea, select, option {
    font-size: 15px;
    font-family: Clother-Regular;
    font-weight: 200;
    width: 100%;
}

    input[type="text"]:focus, input[type="password"]:focus:not(#login_password, #Password2), textarea:focus, select:focus {
        /*outline: rgb(241, 88, 115) solid 1px; */
        transition: .3s all;
        outline-offset: 0;
        outline: none;
    }

    .mobile_header {
        display: none;
    }

    .fltrt {
        float: right;
    }

    .fltlft, .fltlft {
        float: left;
    }

    .clearfix {
        clear: both;
        height: 0px;
    }

    header {
        background: url(../img/back_stripes.png) repeat;
        height: 170px;
        padding-top: 24px;
        position: relative;
        min-width: 1024px;
        background: #f7f9ff;
    }

    .logo_container {
        float: right;
        background: url(../img/itu2020/header_Logo.png) no-repeat;
        width: 194px;
        margin-top: 8px;
        height: 52px;
        margin-bottom: 5px;
        /*margin-right: -175px;*/
    }

    .homepage .logo_container {
        margin-right: 0px;
    }



    body > div.mm-page > header > div.inner_wrapper > div.main_menu > nav > ul {
        margin-right: -32px;
        display: flex;
        justify-content: space-evenly;
    }

.logo_container3 {
    background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/Itu2020/Ashmoret_logo.png) no-repeat;
    background-position: center;
    height: 18%;
    cursor: pointer;
    /*width: 281px;
    height: 77px;
    margin: 0 auto;
    position: absolute;
    left: 319px;
    bottom: 29px;*/
}

    .main_menu {
        /* margin-right: 51px; */
        padding-right: 120px;
        float: right;
        text-align: center;
        width: 40%;
        position: relative;
    }

    body:not(.homepage):not(.mobile) .main_menu {
        padding-right: 90px;
    }

    @media screen and (max-width: 1100px) {
        body:not(.homepage):not(.mobile) .main_menu {
            padding-right: 30px;
        }
    }


    .main_menu nav ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .main_menu nav ul li {
            width: 90px;
            /*border-left: 1px dotted #636363;*/
            float: right;
            height: 57px;
            transition: 0.3s all;
        }

            .main_menu nav ul li.mnk_link {
                display: none;
            }

    .main_menu.mnk nav ul li.mnk_link {
        display: list-item;
    }

    .main_menu.mnk nav ul li.cu_link {
        display: none;
    }

    .main_menu nav ul li:hover .menu-text {
        opacity: 0.8;
        transition: 0.3s all;
        color: #237DFF;
    }

    .main_menu nav ul li:hover .menu-icon.person {
        opacity: 0.7;
        /* background-color: rgba(35, 125, 255, 0.1); */
        box-shadow: 0px 0px 4px #237DFF;
        transition: 0.3s all;
        border-radius: 0.25rem;
    }

    .main_menu nav ul li:hover .menu-icon.cart {
        opacity: 0.7;
        /* background-color: rgba(35, 125, 255, 0.1); */
        box-shadow: 0px 0px 4px #237DFF;
        transition: 0.3s all;
        border-radius: 0.25rem;
    }

    .main_menu nav ul li:first-child {
        /*border-right: 1px dotted #636363;*/
    }

    .main_menu .menu-text {
        color: #23233A;
        font-size: 14px;
        line-height: 14px;
        margin-top: 6px;
        font-family: Clother-Regular;
    }

    .menu-icon {
        background: url(../img/menu_icons.png) no-repeat;
        margin: 0 auto;
    }

    /*.menu-icon-2{
   background:url(../img/footer-icons.png) no-repeat;
   margin:0 auto;
}*/

    .menu-icon-2.giftcard {
        background: url(../img/itu2020/present.png) no-repeat;
        /* background-size: cover; */
        /* background-position: -20px -2px; */
        width: 40px;
        height: 40px;
        margin: 0 auto;
    }

    /*.menu-icon-2.giftcard{
    width: 31px;
    height: 32px;
    background-position: -20px -2px;
    background-size: cover;
}*/

    .gift_li:hover .menu-icon-2.giftcard {
        /*background: url(../img/footer-icons.png) no-repeat;
    margin: 0 auto;
    width: 31px;
    height: 32px;
    background-position: -20px -2px;
    background-size: cover;*/
        opacity: 0.7;
        /* background-color: rgba(35, 125, 255, 0.1); */
        box-shadow: 0px 0px 4px #237DFF;
        transition: 0.3s all;
        border-radius: 0.25rem;
    }

    .charge_li:hover .menu-icon-2.charge {
        /*background: url(../img/footer-icons.png) no-repeat;
    margin: 0 auto;
    width: 31px;
    height: 32px;
    background-position: 11px -2px;
    background-size: cover;*/
        opacity: 0.7;
        /* background-color: rgba(35, 125, 255, 0.1); */
        box-shadow: 0px 0px 4px #237DFF;
        transition: 0.3s all;
        border-radius: 0.25rem;
    }

    .menu-icon-2.charge {
        background: url(../img/itu2020/loading.png) no-repeat;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        /* background-position: 11px -2px; */
        /* background-size: cover; */
    }

    .gift_m {
        background: url(../img/footer-icons.png) no-repeat;
        height: 33px;
        width: 33px;
        background-position: -33px 0;
        float: right;
        display: block;
        text-indent: 45px;
        line-height: 37px;
    }


    .menu-icon.card {
        width: 40px;
        height: 40px;
        /* background-position: -136px 0px; */
        background: url(../img/itu2020/card.png) no-repeat;
        border: none;
    }

    .main_menu nav ul li:hover .menu-icon.card {
        opacity: 0.7;
        /* background-color: rgba(35, 125, 255, 0.1); */
        box-shadow: 0px 0px 4px #237DFF;
        transition: 0.3s all;
        border-radius: 0.25rem;
    }

    .menu-icon.cart {
        position: relative;
        width: 40px;
        height: 40px; /* background-position: -67px 2px; */
        background: url(../img/itu2020/cart.png) no-repeat;
    }

    .main_menu nav ul li:hover .menu-icon.cart .cart_counter {
        background: white;
        color: #e71b89;
    }

    .header_counter.cart_counter {
        /*display:none;*/
        width: 13px;
        height: 13px;
        background: #3889FE;
        padding: 0px;
        border-radius: 50%;
        position: absolute;
        /*right: 0;*/
        top: 0;
        color: #fff;
        font-size: 11px;
        font-family: typopas;
    }

    .header_counter {
        display: none;
        width: 13px;
        height: 13px;
        background: #e71b89;
        padding: 0px;
        border-radius: 50%;
        position: absolute;
        /*right: 0;*/
        top: 0;
        color: #fff;
        font-size: 11px;
        font-family: typopas;
    }

    /*.main_menu nav ul li:hover .menu-icon.cart {
    background-position: -98px -28px;
}*/

    .menu-icon.person {
        width: 40px;
        height: 40px;
        /* background-position: -67px 2px; */
        background: url(../img/itu2020/user.png) no-repeat;
    }

    /*nikita*/
    /*.main_menu nav ul li:hover .menu-icon.person {
    background-position: -67px -28px;
}*/

    .menu-icon.logout {
        width: 40px;
        height: 40px;
        /* background-position: -35px 2px; */
        background: url(../img/itu2020/unlink.png) no-repeat;
    }

    .main_menu nav ul li:hover .menu-icon.logout {
        opacity: 0.7;
        /* background-color: rgba(35, 125, 255, 0.1); */
        box-shadow: 0px 0px 4px #237DFF;
        transition: 0.3s all;
        border-radius: 0.25rem;
    }

    .menu-icon.benefit {
        width: 35px;
        height: 29px;
        margin-top: 4px;
        background-position: 0px 0px;
    }

    .main_menu nav ul li:hover .menu-icon.benefit {
        background-position: 0px -29px;
    }

    .main_search {
        height: fit-content;
        text-align: right;
        float: right;
        /*margin-top: 18px;*/ /* inon */
        padding-bottom: 5px;
        /*margin-right: 13px;*/
        border-bottom: 2px solid rgba(35, 35, 58, 0.60);
    }

        .main_search div p { /*adi 07/01/2019 */
            display: inline-block;
            width: 140px;
            white-space: nowrap;
            overflow: hidden;
            /*text-overflow: ellipsis;*/
            font-family: Clother-Regular;
            color: #23233A;
            margin: -4px;
            max-width: 140px;
        }

    .ie8 .main_search { /*rivka 15/2/2015*/
        border-bottom: solid 1px #8B8B8B;
    }

    .btn_accessibility.accessibility_component {
        box-shadow: none;
        right: auto;
        left: 20px;
        top: 36px;
    }

    .btn_accessibility_action.accessibility_component {
        right: auto;
        left: 20px;
    }

    .search_input_wrapper {
        background: none;
        width: 186px;
        height: 26px;
        z-index: 1;
        border-radius: 25px;
        position: relative;
        margin-top: 9px;
    }

        .search_input_wrapper input[type="text"] {
            width: 135px;
            height: 21px;
            margin-top: 2px;
            font-size: 12px;
            color: #23233A;
            font-family: Clother-Light;
            font-weight: 200;
            border: none;
            outline: none;
            background: none;
            font-size: 14px;
            text-indent: 2px;
            margin-left: 0px;
        }

    .ie8 .search_input_wrapper input[type="text"] /*rivka 15/2/2015*/ {
        padding-top: 4px;
    }

    .search_input_wrapper label { /*rivka 15/2/2015*/
        width: 135px;
        height: 21px;
        margin-top: 7px;
        font-size: 12px;
        color: #FFF;
        font-family: typopas;
        font-weight: 200;
        border: none;
        outline: none;
        background: none;
        font-size: 14px;
        text-indent: 2px;
        margin-left: 0px;
        position: absolute;
        display: none;
        color: #A5A5A5;
        padding: 0;
        cursor: text;
    }

    .search_input_wrapper.HideInput label /*rivka 15/2/2015*/ {
        display: inline-block;
    }

    .search_input_wrapper.HideInput input[type="text"] /*rivka 15/2/2015*/ {
        display: none;
    }

    .search_input_wrapper .mag {
        width: 14px;
        height: 14px;
        background: url(../img/itu2020/search_ic.png) no-repeat;
        position: absolute;
        left: 4px;
        top: 10px;
    }

    #footer_drop {
        border-radius: 5px 5px 5px 5px;
        width: 162px;
        border: 2px solid;
        text-align: start;
        font-family: Clother-Regular;
    }

    .dropdown-menu.border-primary {
        border-radius: 0 0 5px 5px;
        margin-top: -2px;
        margin-bottom: 0;
        border: 2px solid;
        font-family: Clother-Regular;
        width: 162px;
        min-width: unset;
    }

    .dropdown-toggle::after {
        position: absolute;
        left: 8px;
        top: 20px;
    }

    .show .dropdown-toggle::after {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }


    .orders_call {
        margin-bottom: 3px;
        color: #23233A;
        font-size: 23px;
        font-family: Clother-Regular;
        font-weight: 400;
    }

    .moked {
        width: 56px;
        height: 20px;
        background: url(../img/footer-icons.png) no-repeat;
        background-position: -117px -12px;
        float: right;
        margin-top: 2px;
        margin-left: 5px;
    }

    body.messages .show-hidden-messages {
        color: #237DFF;
        cursor: pointer;
        font-family: Clother-Regular;
    }

    .histadrut_menu {
        float: left;
        border: none;
        margin-right: auto;
        /* margin-right: 18px; */
        margin-top: 11px;
        transition: .3s all;
    }

        .histadrut_menu a { /*adi 31/10/19*/
            color: #23233A;
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            text-align: right;
            line-height: 18px;
            font-size: 15px;
            white-space: normal;
            padding: 0.4rem 12px;
        }



    .dropdown:hover .dropdown-toggle::after {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /*.dropdown:hover .dropdown-menu {
    display: block;
}*/

    @media screen and (min-width: 835px) {
        .dropdown:hover .dropdown-menu {
            display: block;
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }

        body.checkout_page iframe#payment_frame, body.checkout_mobile iframe#payment_frame {
            padding-top: 20px;
        }
    }

    .dropdown-menu {
        min-width: unset;
    }

    .histadrut_menu_button {
        width: 152px;
        height: 58px;
        background: url(../img/histadrut_menu.png) no-repeat;
        /*margin-left:150px;*/
    }

    .histadrut_menu ul {
        visibility: hidden;
        list-style: none;
        width: 152px;
        position: absolute;
        top: 81px;
        margin-top: 5px !important;
        /* margin: 0; */
        /* margin-top: 0 !important; */
        /*background: white;*/
        transition: 0.3s all;
        opacity: 0;
        height: 0;
        overflow: hidden;
        border-radius: 0 0 4px 4px;
    }

    .login_form .confirmRules p {
        color: #23233A;
        margin: 0;
        position: static;
        font-size: 14px;
    }

        .login_form .confirmRules p a {
            color: #23233A;
            cursor: pointer;
            font-family: Clother-Bold;
            width: auto;
        }

    .pop_login_inner #lostpas {
        cursor: pointer;
    }

    .pop_left .warning_loading {
        position: unset;
    }

    .FixedBottom {
        background-color: white;
    }

    .histadrut_menu:hover .histadrut_menu_button {
        background-position: 0 -59px;
        height: 63px;
    }

    .histadrut_menu:hover ul, .histadrut_menu_button:hover ul {
        visibility: visible;
        position: absolute;
        z-index: 2;
        width: 152px;
        height: 188px;
        opacity: 1;
    }

    .histadrut_menu li {
        clear: both;
        width: 100% !important;
        height: 16px !important;
        padding: 4px 12px 6px 0px;
        font-size: 15px;
        text-align: right;
        color: black;
        background-image: -moz-linear-gradient( 90deg, rgb(245,245,245) 0%, rgb(255,255,255) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(245,245,245) 0%, rgb(255,255,255) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(245,245,245) 0%, rgb(255,255,255) 100%);
        border-bottom: 1px solid rgb(213, 213, 213);
        border-right: none !important;
        border-left: none !important;
    }

        .histadrut_menu li:hover {
            color: white;
            background: #e43d97;
        }

    .histadrut_menu a:last-child li {
        border-bottom: none;
        border-radius: 0 0 4px 4px;
    }

    .second_menu {
        /*margin-top: 18px;*/
        max-width: 1253PX;
        width: 100%;
        height: 43%;
        background: #f7f9ff;
        MARGIN: 0 AUTO;
        /*position: absolute;*/
        display: flex;
    }

    @media only screen and (max-width: 1000px) {
        .second_menu ul li.limain::after {
            margin-right: 92px;
        }
    }

    .homepage .second_menu {
        MARGIN: unset;
        width: 100%;
        max-width: unset;
    }

    .homepage .inner_wrapper.header_wrapper {
        width: 92%;
        max-width: unset;
    }


    .second_menu .inner_wrapper {
        display: flex;
        align-items: center;
        width: 1202PX;
        padding-right: 2%;
        padding-left: 2%;
    }

    .second_menu ul li {
        float: right;
        line-height: 34px;
        /*padding: 0 13px 0 13px;*/
        padding: 0 8px 0 13px;
        height: 42px;
        margin-top: 10px;
    }

        .second_menu ul li a.amain {
            position: relative;
        }

        .second_menu ul li.limain::after {
            content: "|";
            color: #a3a3a3;
            font-size: 13px;
            line-height: 0px;
            margin-top: -19px;
            margin-right: -15px;
            display: block;
            float: right;
            position: absolute;
        }

    .limain {
        position: inherit;
    }

    .second_menu ul li.limain:hover::after {
        /*content: "";*/
    }

    .second_menu ul li.limain:hover + .limain::after {
        /*content: "";*/
    }

    .second_menu ul li.active:hover a.amain::after {
        content: '';
        position: absolute;
        top: 28px;
        right: -18px;
        background: url(../img/menu_sides.png) no-repeat;
        height: 7px;
        width: 7px;
        background-position: -7px 0px;
        z-index: 9;
        transition: 0.2s all;
        margin-bottom: 0;
    }

    .second_menu ul li.active:hover a.amain::before {
        content: '';
        position: absolute;
        top: 28px;
        left: -18px;
        background: url(../img/menu_sides.png) no-repeat;
        height: 7px;
        width: 7px;
        background-position: 0px 0px;
        z-index: 9;
        transition: 0.2s all;
        margin-bottom: 0;
    }

    .second_menu ul li.active:hover {
        background: #f7f9ff;
        border-radius: 4px 4px 0 0;
    }

        .second_menu ul li.active:hover a {
            color: #000;
        }

    .second_menu ul li a {
        color: #23233A;
        font-size: 17px;
        font-family: Clother-Bold;
        font-weight: 400;
    }


    .second_menu ul li.limain:hover .amain {
        color: #237DFF;
    }

    .second_menu ul li.limain:first-child::after {
        content: '';
    }

    .second_menu ul li {
        position: relative;
    }


    .iO {
        min-height: 320px;
        position: relative;
        background: #ffffff; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTBlMGUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, #ffffff 50%, #e0e0e0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 50%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 50%,#e0e0e0 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 50%,#e0e0e0 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 50%,#e0e0e0 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-8 */
        border-radius: 7px;
    }

    .second_menu ul li:first-child {
        /*margin-right: -32px;*/
        /*margin-right: -46px;*/
    }

    .whiteMenu {
        display: none;
        width: 1000px;
        /*height: 360px;*/
        position: absolute;
        z-index: 1000;
        right: 0px;
        left: 0;
        margin: 0 auto;
        top: 52px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .Uls {
        float: right;
        height: 304px;
        margin-top: 24px;
    }

    .teamUl {
        width: 140px;
        float: right;
        height: 286px;
    }

        .teamUl li {
            margin-top: 0 !important;
        }

        .teamUl p a {
            float: right;
            text-align: right;
            color: #ff242d;
            font-size: 15px;
            line-height: 15px;
            padding: 0;
            margin: 0;
            margin-right: 12px;
            margin-top: 25px;
            margin-bottom: 4px;
            font-weight: 300;
            width: 110px;
        }

            .teamUl p a:hover {
                text-decoration: underline;
            }

        .teamUl ul {
            margin-top: 0;
            margin-right: 0px;
            float: right;
            border-right: 1px dotted #949494;
            height: 100%;
            width: 130px;
            padding-right: 15px;
            padding-left: 15px;
        }

            .teamUl ul:last-child {
                border-left: 1px dotted #949494;
            }

        .teamUl li {
            margin-bottom: 0;
            height: auto !important;
            padding: 0 !important;
            clear: both;
        }

            .teamUl li:hover {
                background: none !important;
                border-radius: none !important;
            }

            .teamUl li a {
                display: block;
                text-align: right;
                color: #303030;
                font-size: 13px;
                line-height: 50px;
                direction: rtl;
                transition: .3s all;
            }

                .teamUl li a:hover {
                    text-decoration: none;
                    color: #e71b89 !important;
                }

    .allCats {
        padding-top: 15px;
        padding-right: 10px;
        border-top: 1px solid #e8e8e8;
        width: 500px;
        text-align: right;
    }

        .allCats a {
            color: #666666;
            font-size: 12px;
        }

            .allCats a:hover {
                text-decoration: underline;
            }

    .menuProduct {
        float: left;
        padding: 0px;
        width: 146px;
        border-right: 1px solid #e8e8e8;
        height: 281px;
        padding: 5px 36px;
    }

    .menuProdTitle {
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 14px;
        color: #4a4a4a;
        text-align: center;
    }

    .menuProdImg {
        margin: 0px;
        padding: 0px;
    }

        .menuProdImg img {
            max-width: 133px;
            max-height: 166px;
            text-align: center;
        }

    .menuProdText {
        width: 133px;
        margin-top: 3px;
        text-align: right;
    }

        .menuProdText p {
            font-size: 11px;
            color: #535353;
            line-height: 16px;
            text-align: justify;
        }

    .menuProdBtn {
        text-align: center;
        margin-top: 7px;
    }

    .white-manue-anima {
        height: auto !important;
    }

    .catExtraWarp {
        width: 225px;
        float: right;
        height: 304px;
    }

        .catExtraWarp img {
            position: absolute;
            bottom: 0;
            right: 0;
        }

    .catHeader {
        text-align: right !important;
        padding-top: 14px;
        padding-right: 41px;
    }

        .catHeader h2 {
            font-size: 40px;
            font-weight: 300;
            line-height: 35px;
            padding: 0;
            margin: 0;
            color: #000;
            font-family: atlas, arial;
        }

    .catExtraWarp a {
        padding-right: 5px;
        display: block;
        font-size: 13px;
        font-weight: normal;
        color: #303030;
        text-align: right;
    }

    .newStore {
        background-color: #e1e1e1;
        width: 137px;
        margin-bottom: 1px;
        height: 17px;
        padding-top: 5px;
    }

        .newStore:hover {
            background-color: #d3d3d3;
        }

    .sellStore {
        background-color: #d7d7d7;
        width: 137px;
        margin-bottom: 1px;
        height: 20px;
    }

    .saleStore {
        background-color: #e1e1e1;
        width: 137px;
        margin-bottom: 1px;
        height: 20px;
    }

    .catHeader h2 {
        font-family: typopas;
        font-weight: 200;
        font-size: 40px;
        margin-top: 25px !important;
    }

    .Uls .teamUl ul p a {
        color: #e71b89 !important;
        font-size: 16px;
        font-family: typopas;
        margin: 0;
        margin-bottom: 9px;
        font-weight: 200;
    }

    .Uls .teamUl ul li a {
        color: #303030;
        font-size: 14px;
        font-family: typopas;
        line-height: 13px;
        height: 25px;
        font-weight: 200;
    }

    .catExtraWarp img {
        padding-right: 27px;
    }

    .clear {
        clear: both;
    }

    .wrapper {
        width: 100%;
        background: #F9F9FA;
        padding-bottom: 50px;
        padding-top: 30px;
        min-width: 1024px;
        min-height: 745px;
    }

    .classification_HTML .wrapper {
        min-height: 680px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .inner_wrapper {
        max-width: 1250px;
        margin: 0 auto;
        width: 100%;
    }

    /*nikita start*/
    .classification_HTML > div.mm-page > div.wrapper > div.inner_wrapper {
        width: 100%;
        margin: 0;
    }
    /*end*/

    .classification_HTML > div.wrapper > div.inner_wrapper {
        width: 90%;
        margin: 0 5%;
    }

    .spacer_top {
        height: 10px;
    }

    .content {
        color: #000;
        float: left;
        margin-left: 62px;
        /*padding-right: 245px;*/
        max-width: 929px;
        width: 80%;
        /* margin-top: 51px;*/
    }


    .upper {
        font-variant:
    }

    aside.sidebar-right {
        width: 197px;
        color: #000;
        float: right;
        height: calc(99.79vh - 70px); /*!important*/
        text-align: right;
        direction: ltr;
        padding-right: 0px;
        position: relative !important;
        top: 30px;
        /*max-height: 80vh;*/
        /*margin-top: 5%;*/
        width: 210px !important;
        /*transition: top 0.5s ease 0s;*/
    }

    .category_desktop aside.sidebar-right {
        /*top: 315px;*/
    }

    aside.sidebar-right nav.sidebar_menu ul li {
        font-size: 16px;
        padding: 10px 0 6px 0;
        /*border-bottom: 1px dotted #949494;*/
    }

        aside.sidebar-right nav.sidebar_menu ul li a {
            /*color: #000;
            transition: 0.3s all;*/
            color: #71777F;
            transition: 0.3s all;
            font-size: 14px;
        }

            aside.sidebar-right nav.sidebar_menu ul li a:hover, aside.sidebar-right nav.sidebar_menu ul li a.active {
                color: #237DFF;
                font-family: Clother-Bold !important;
            }

    .sidebar_menu h2 {
        color: #237DFF;
        font-size: 25px !important;
    }

    .sidebar-right.side-bar-filter {
        /*top:321px!important;*/
    }

    .ttl_h2.mini_heart_category {
        margin-top: 25px !important;
    }

    aside.sidebar-right h2, .content h2 {
        font-family: Clother-Bold;
        font-weight: 400;
        /*border-bottom: 2px solid black;*/
        border-bottom: 1px solid #DCDDDF;
        padding: 2px 0 6px 0;
        /*font-size: 24px;*/
        font-size: 16px;
        margin: 12px 0 0 0;
    }

    /**** mobile menu ****/
    .btn_snapmenu, .btn_home_page {
        display: block;
        float: right;
        margin-right: 20px;
        margin-top: 25px;
    }

    li.no-line.search_container {
        display: block;
    }

    .search_container input[type="text"] {
        background: white;
        /*color: #646464;*/ /*rivka 5/5/2015*/
        color: #23233A; /*rivka 5/5/2015*/
        width: 95%;
        margin: 0;
        display: block;
        border: 1px solid #237DFF;
        border-radius: 25px;
        height: 36px;
        text-indent: 13px;
        outline: none;
        /*border-bottom: none;*/
        margin-bottom: 10px;
        margin-top: 8px;
    }

    .basketAshmoretHidden {
        display: none;
    }

    .mag_m {
        display: block !important;
        position: absolute;
        background: url(../img/mobile/mag.png) no-repeat;
        height: 15px;
        width: 18px;
        background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        top: 12px;
        left: 9%;
        cursor: pointer;
    }

    .back {
        position: absolute;
        left: 18px;
        top: 25px;
        cursor: pointer;
    }

    .page_name {
        /*margin: 0 auto;*/
        margin-right: 20px;
        float: none;
        margin-top: 26px;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        width: auto;
        max-width: 64%;
        top: 101px;
    }

    .person_m {
        background: url(../img/itu2020/user.png) no-repeat;
        height: 33px;
        width: 33px;
        background-size: contain;
        /*background-position: 0px 0px;*/
        text-indent: 45px;
        line-height: 37px;
        font-family: Clother-Regular;
    }

    .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
        border-bottom-color: #DEDEE4;
    }

    .logout_m {
        background: url(../img/itu2020/unlink.png) no-repeat;
        background-size: contain;
        height: 33px;
        width: 33px;
        /*background-position: -67px 0;*/
        text-indent: 45px;
        line-height: 37px;
        font-family: Clother-Regular;
    }

    .shop_m {
        background: url(../img/itu2020/cart.png) no-repeat;
        height: 37px;
        width: 36px;
        /* background-position: -33px 0; */
        float: right;
        display: block;
        text-indent: 45px;
        line-height: 37px;
        font-family: Clother-Regular;
    }

    .msg_m {
        background: url(../img/itu2020/user.png) no-repeat;
        height: 33px;
        width: 33px;
        /*background-position: -33px 0;*/
        background-size: contain;
        float: right;
        display: block;
        text-indent: 45px;
        line-height: 37px;
        font-family: Clother-Regular;
    }

    .gift_m {
        background: url(../img/itu2020/present.png) no-repeat;
        height: 33px;
        width: 33px;
        background-size: contain;
        /* background-position: 7px -6px; */
        float: right;
        display: block;
        text-indent: 45px;
        line-height: 37px;
        font-family: Clother-Regular;
    }

    .charge_m {
        background: url(../img/itu2020/loading.png) no-repeat;
        height: 33px;
        width: 33px;
        background-size: contain;
        /*background-position: 7px -6px;*/
        float: right;
        display: block;
        text-indent: 45px;
        line-height: 37px;
        font-family: Clother-Regular;
    }

    .impor {
        background: url(../img/mobile/menu_buttons.png) no-repeat;
        height: 33px;
        width: 33px;
        background-position: -101px 0;
        float: right;
        display: block;
        text-indent: 45px;
        line-height: 37px;
    }

    .indent {
        float: right;
        margin-left: -9px;
        margin-top: -8px;
    }

    li.no-line:after {
        border: none !important;
    }

    #mob_menu {
        background: white;
        color: #23233A;
        box-shadow: 4px 0px 10px #23233A;
        /* transition: 0.3s all; */
    }

    .stop-scrolling {
        height: 100%;
        overflow: hidden;
    }
    /*** footer ***/

    footer {
        background: url(../img/back_stripes.png) repeat;
        height: 205px;
        border-top: 2px solid rgba(220, 221, 223, 1);
        padding-top: 0px;
        min-width: 1024px;
    }

        footer .inner_wrapper {
            /*padding-top: 24px;*/
            height: 100%;
            width: 96%;
            display: flex;
            justify-content: start;
            align-items: center;
            background: url(../img/itu2020/Heart_illustration.png) no-repeat;
            background-position: left;
            padding: 8px 2%;
            margin: 0;
            max-width: none;
        }
}

footer h2 {
    color: #23233A;
    font-size: 19px;
    font-family: Clother-Bold;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 0;
    line-height: 28px;
}

.footer_block h2 {
    color: #23233A;
    font-size: 19px;
    font-family: Clother-Bold;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 0;
    line-height: 28px;
}

footer .footer_menu_container {
    height: 100%;
    width: 100%;
    float: right;
    /*margin-top: 30px;*/ /*rivka 4/4/16 footer*/
    /*padding-left: 9px;*/ /*rivka 4/4/16 footer*/
    padding-right: 30px;
    display: flex;
    align-items: center;
}

body:not(.homepage):not(.mobile) .footer_menu_container {
    height: 50%;
    width: 85%;
    float: right;
    /* margin-top: 30px; */
    /* padding-left: 9px; */
    padding-right: 0;
    display: flex;
    align-items: center;
}

.footer_info_container a {
    cursor: default;
    /*width: 50%;
    text-align: right;*/
    margin-top: 5px;
}

footer ul li {
    list-style: none;
    line-height: 20px;
    padding-bottom: 7px;
}

    footer ul li a {
        color: #23233A;
        transition: 0.3s all;
        font-size: 16px;
        font-family: Clother-Regular;
    }

        footer ul li a:hover {
            color: #FF9BC8;
        }

footer .footer_icon_container {
    /* width: 277px; */
    padding-left: 9px;
    margin-top: 24px;
    float: right;
    height: 100%; /* rivka 27/5/2015*/
    width: 55%; /*rivka 4/4/16 footer*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

body:not(.homepage):not(.mobile) .footer_icon_container {
    height: unset;
    width: 86%;
    justify-content: unset;
}

.footer_icon_container a {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

body:not(.homepage):not(.mobile) .footer_icon_container a {
    justify-content: start;
}

.footer_block nav ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 55px;
    margin-top: 5px;
    font-family: Clother-Regular;
}

.footer_top {
    /*width: 37%;*/
    width: 25%;
    height: 100%;
    padding-right: 60px;
    display: flex;
    align-items: center;
}

.FixedBottom .footer_top {
    flex-direction: row;
    align-items: start;
}

.footer_icon_container .sep {
    margin-top: 6px;
    margin-right: 19px;
    margin-left: 4px;
    display: none; /*rivka 4/4/16 footer*/
}

footer .footer_menu_container .footer_block.footer_details {
    display: none;
}

footer .footer_menu_container .footer_block {
    float: right;
    text-align: right;
    width: 100%;
    flex-wrap: wrap;
    /* height: 100px; */
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}

    footer .footer_menu_container .footer_block:first-child {
        padding-left: 66px;
    }

footer .gift, footer .re-card {
    float: right;
    transition: .3s all;
    width: 122px;
}

footer .gift {
    width: 100%;
    display: flex;
    padding-left: 70px;
}

    footer .gift .icon {
        width: 32px;
        height: 32px;
        background: url(../img/itu2020/present_footer.png) no-repeat;
        /*background-position: -26px -2px;*/
        margin: 0 auto;
        float: right;
        margin-left: 10px;
        margin-top: 6px;
    }

body:not(.homepage):not(.mobile) .gift .icon {
    /*margin: unset;*/
}

footer .sep {
    width: 1px;
    height: 40px;
    background: url(../img/footer-icons.png) no-repeat;
    background-position: -62px -2px;
    margin: 0 auto;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -1px;
    display: none;
}

footer .re-card .icon {
    width: 32px;
    height: 32px;
    background: url(../img/itu2020/loading_footer.png) no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-top: 3px;
    margin-left: 13px;
    float: right;
    margin-right: 0px; /*rivka 4/4/16 footer*/
}

footer .re-card {
    /* margin-right: 15px; */
    float: right;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-left: 37px;
}

body:not(.homepage):not(.mobile) .re-card {
    /*justify-content: start;*/
}

footer .gift:hover, footer .re-card:hover {
    opacity: 0.7
}

footer .text {
    color: #23233A;
    font-size: 16px;
    font-family: Clother-Regular;
    font-weight: 400;
    text-align: right;
    margin-top: 10px;
    line-height: 19px;
    margin-right: -5px;
    float: right;
}

footer .footer_info_container {
    float: right;
    padding-left: 0px;
    /*margin-top: 31px;*/
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 62%;
    /*padding-right: 20px;*/
}

footer .footer_logos_container {
    float: right;
}

footer .subtext {
    color: #4e4e4e;
    font-size: 13px;
    font-family: Clother-Regular;
    font-weight: 200;
    float: right;
    margin-top: 1px;
    width: 100%;
    display: flex;
}

footer .orders_call {
    margin-right: 17px;
    text-indent: -3px;
    font-size: 17px;
    float: right;
    padding-left: 17px;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body:not(.homepage):not(.mobile) .orders_call {
    margin-right: 0;
    font-size: 16px;
    margin-top: 0;
    width: 100%;
}

.footer_info_container a:nth-child(2) {
    /*height: 100%;*/
    /*display: flex;*/
}

    .footer_info_container a:nth-child(2) div {
        /*flex-direction: column;
        align-items: start;*/
    }

.footer_info_container a:nth-child(4) {
    padding-right: 4px;
}

.orders_call {
    float: right;
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 10px;
}

    .orders_call img {
        margin-left: 8px;
    }

.FixedBottom .orders_call img {
    margin-right: 0 !important;
}

.FixedBottom .instagram_info img {
    /*padding: 3px;*/
}

.moked_text sup {
    top: 6px;
    right: 2px;
    font-size: 22px;
}

.moked_phone {
    display: none;
}


.histadrut_mobile {
    /*width: 100%;*/
    margin-top: 20px;
    display: none;
    padding-right: 5%;
}

.menu-block-right {
    margin-top: 20px;
    clear: both;
    border-left: 1px solid rgba(255,255,255,0.2);
    padding-left: 4%;
    margin-left: 0;
    height: 80px;
    float: right
}

.menu-block-left {
    margin-top: 20px;
    border-left: 1px solid rgba(255,255,255,0.2);
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0;
    float: right;
    height: 80px;
}

.histadrut_mobile .histadrut_logo_mobile {
    background: url(../img/mobile/histadrut.png) no-repeat;
    width: 131px;
    background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 43px;
    float: right;
    clear: both;
}

footer .lock {
    width: 32px;
    height: 32px;
    background: url(../img/itu2020/lock.png) no-repeat;
    background-position: center;
    float: right;
    margin-right: -8px;
    margin-top: -2px;
    margin-left: 2px;
}

footer .histadrut_logo {
    width: 178px;
    height: 57px;
    background: url(../img/histadrut.png) no-repeat;
    margin: 0 auto;
    float: right;
    margin-bottom: 20px;
    margin-top: -11px;
}

footer .amutot_logo {
    width: 183px;
    height: 57px;
    background: url(../img/amutot.png) no-repeat;
    margin: 0 auto;
    float: right;
    margin-top: 3px;
}

.re-card .text {
    /*margin-right: 9px;*/
    text-align: right;
}

footer .safe_p {
    /*margin-top: 2px;
    margin-right: 19px;
    text-indent: -3px;*/
    float: right;
    /*margin-bottom: 3px;*/
    color: #23233A;
    font-size: 21px;
    font-family: apolo;
    font-weight: 400;
    /*margin-top: 5px;*/ /*rivka 4/4/16 footer*/
    width: 100%;
    display: flex;
    text-align: right;
    align-items: center;
    padding-right: 0px;
    margin-top: 24px;
}

.safe_p .lock_icon {
    height: 32px;
    width: 32px;
}

footer .firma {
    margin: 0 auto;
    border-top: 1px solid rgba(128, 128, 128, 0.36);
    margin-top: 23px;
    padding-top: 18px;
    width: 100%;
}

.safe_ssl .safe_buy {
    margin-bottom: 0;
    font-family: Clother-Bold;
    font-size: 16px;
    margin: 0;
}

.firma_logo {
    width: 94px;
    height: 9px;
    background: url(../img/firma.png) no-repeat;
    margin: 0 auto;
    float: left;
}
/* hompage */
.homepage {
    min-width: 1024px;
}

body:not(.homepage):not(.mobile) .footer_menu_container {
    /*margin-right: -224px;*/
}

body:not(.homepage) .footer_info_container {
    /*margin-right: -24px;*/
}

.homepage header, .homepage footer {
    min-width: inherit;
}



#homepage_box {
    background: white;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 13px;
    padding-right: 13px;
}

#homepage_grid {
    width: 100%;
    margin: 0 auto;
}

.homepage .inner_wrapper {
    width: 92%;
    padding-right: 2%;
    padding-left: 2%;
    position: relative;
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}

.inner_wrapper.header_wrapper {
    max-width: 1200PX;
    width: 100%;
    height: 45%;
    padding-right: 0;
    padding-left: 0%;
}

.homepage .inner_wrapper .histadrut_menu ul {
    top: 57px;
    border-radius: 0 0px 4px 4px;
}

.homepage footer .inner_wrapper {
    width: 990px;
}

.homepage footer.FixedBottom .inner_wrapper {
    width: 95%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    background: url(../img/itu2020/Heart_illustration.png) no-repeat;
    background-position: left;
}

.homepage .whiteMenu {
    margin: 0;
    margin-right: -8px;
}

#homepage_grid.MailDedicated div.item {
    width: auto !important;
    height: auto !important;
}


body.homepage .rules {
    color: white;
    text-decoration: underline;
}

#f_login > label > a {
    color: #23233A;
    text-decoration: underline;
}

/* hompage popup */
.pop_back {
    /*background: url(../img/b_back.png) repeat;*/
    background: url(../img/itu2020/homepage-V3.png);
    background-size: cover;
    /*background-color: rgba(0,0,0, 0.7);*/
    width: 100%;
    height: 1110px;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pop_stripes {
    position: relative;
    width: 100%;
    height: 100%;
    /*background: url(../img/back_stripes.png) repeat;*/
    background-color: rgba(0, 2, 22, 0.7);
    top: 0;
    position: absolute;
}

.pop_login {
    width: 986px;
    /*min-width: 960px;*/
    height: 615px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: auto;
    margin-bottom: auto;
    background: black;
    top: 181px;
    top: 0 !important;
}

.pop_login_inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/back_stripes.png) repeat;
}

    .pop_login_inner .logo_container {
        position: absolute;
        bottom: 40px;
        left: 309px;
        margin-left: 7px;
    }

.pop_left {
    float: left;
    width: 50%;
    height: 100%;
    background-color: white;
}

.form-rounded {
    border-radius: 1rem;
}

.pop_login_form {
    float: left;
}

.pop_right, .pop_right_face {
    float: right;
    background: url(//tmuracdn.blob.core.windows.net/club/itu/media/img/loginfrontitu.jpg?new=1) no-repeat;
    background-size: 570px;
    width: 50%;
    height: 100%;
    /*padding: 35px 46px 54px 28px;*/ /*nikita 01/2020*/
}

.pop_right_face {
    display: none;
}

.face_login_bg {
    background: url(../../media/img/frame_pic_face.jpg) 50% 100% no-repeat rgb(255, 255, 255);
    background-size: 50%;
}

.welcome_image {
    width: 281px;
    height: 492px;
    background: url(../img/itu/LOG_IN-OGU19.png) no-repeat;
    float: left;
}

.pop_right h1, .pop_right_face h1 {
    font-size: 59px;
    font-family: apolo;
    color: #e81b89;
    font-weight: 200;
    padding-bottom: 0;
}

.pop_right h2 {
    font-size: 25px;
    font-family: apolo;
    color: #e81b89;
    font-weight: 200;
    margin-top: -3px;
    margin-bottom: 10px;
}

.pop_right_face h2 {
    font-size: 30px;
    font-family: apolo;
    color: #e81b89;
    font-weight: lighter !important;
    margin-top: -3px;
    margin-bottom: 10px;
}

.pop_right h3, .pop_right_face h3 {
    color: black;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 21px;
    /*text-align: justify;*/
    width: 286px;
}

.warning_sign {
    background: url(../img/alert.png) no-repeat;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 24px;
    font-family: apolo;
    font-weight: 600;
    position: absolute;
    top: 30px;
    left: 139px;
}

.pop_login_inner form {
    width: 75%;
    margin: auto;
    text-align: start;
    /*position: absolute;
    top: 151px;
    left: 338px;*/
}

.warning {
    /*float: left;*/
    /* clear: both; */
    /*position: relative;*/
    width: 95%;
    height: 13%;
    margin: auto;
}

@media (max-width: 768px) {
    .warning {
        height: 16%;
    }
}

.warning_text {
    /*position: absolute;*/
    width: 100%;
    /*top: 60px;
    left: 15px;*/
    font-size: 16px;
    color: rgb(220, 53, 69);
}

.pop_right p, .pop_right_face p {
    color: black;
    line-height: 21px;
    width: 286px;
    /*text-align: justify;*/
    font-size: 16px;
    margin-top: 23px;
    font-weight: 200;
}

.pop_right_face p {
    font-size: 26px;
}

#f_login label {
    color: #23233A;
    /*margin-left: 187px;*/
    font-size: 13px;
}

.login_form form {
    width: 350px;
    height: 67%;
    margin: auto;
    /*position: absolute;
    top: 151px;
    left: 317px;*/
}

div.pop_left > div.login_form {
    height: 67%;
}

.login_form form input[type="text"]:not(#login_password), .login_form form input[type="password"]:not(#login_password),
#f_login_step4 input[type="text"]:not(#Password2), #f_login_step4 input[type="password"]:not(#Password2) {
    height: 26px;
    margin-bottom: 16px;
    text-indent: 10px;
    border: 1px solid #DCDDDF;
    border-radius: 2rem;
}

.login_form h1, .lost_pass h1, .lost_pass_mail h1 {
    color: black;
    font-family: apolo;
    font-size: 30px;
}

.lost_pass h1 {
    font-family: Clother-Regular;
    /*width: 200px;
    position: relative;
    margin-right: 145px;
    margin-top: 5px;*/
}

.lost_pass_mail {
    height: 261px;
    margin-top: 44px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

clear:both {
    width: 100px;
    margin-left: 0;
    float: right;
    margin-top: 11px;
}

.lost_pass input#send_mail {
    margin-top: 0;
    margin-left: 0px;
}

.lost_pass_mail h1 {
    /* left: 305px; */
    /* top: 0; */
    text-align: center;
    width: auto;
    font-family: Clother-Regular;
}

.lost_pass p {
    position: relative;
    clear: both;
}

.lost_pass_mail p {
    /*position: absolute !important;
    margin: 0 auto;*/
    text-align: center;
    /*top: 40px;
    left: 395px*/
}

.lost_pass input#login_button {
    margin-top: 0;
    margin-left: -1px;
}

.lost_pass p:first-child {
    margin-top: 0;
    margin-bottom: 41px;
}

.lost_pass p#back_ent {
    margin: 0;
    text-align: right;
    width: 100px;
    float: right;
    margin-top: 10px;
}

.lost_pass_mail {
    display: none;
}

input#email {
    height: 3.5rem;
    font-size: 20px;
    margin-bottom: 16px;
    text-indent: 10px;
    border: 1px solid #DCDDDF;
    border-radius: 2rem;
    width: 100%;
}

.email_tik {
    /*position: absolute;
    width: 227px;
    top: 69px;
    left: 8px;*/
    margin-bottom: 3px;
}

.login_form form {
    width: 75%;
    margin: auto;
    /*position: absolute;
    top: 151px;
    left: 316px;*/
}

    .login_form form input[type="text"]:not(#login_password), .login_form form input[type="password"]:not(#login_password),
    #f_login_step4 input[type="text"]:not(#Password2) {
        height: 3.5rem;
        margin-bottom: 16px;
        text-indent: 10px;
        font-size: 18px;
    }

.login_form h1 {
    /*position: absolute;*/
    color: black;
    /*top: 106px;
    left: 421px;*/
    font-family: Clother-Bold;
    font-size: 30px;
}

.login_form .checkboxWhite {
    margin-top: -3px;
    margin-right: 4px;
}

.pop_login_inner p a {
    width: 200px;
    margin: 0;
    color: #237DFF;
}

.pop_login_inner .pop_left .lost_pass a {
    color: #237DFF;
    cursor: pointer;
}

.login_form p {
    margin: 0;
    /* top: 133px; */
    /*position: absolute;*/
    bottom: 101px;
    left: 17%;
    /* cursor: pointer; */
}

.shadowError form input[type="password"]:not(#login_password), .shadowError form input[type="text"], .shadowError form input#email{
    box-shadow: 0 0 7px rgba(220, 53, 69, 0.75);
    border-color: rgb(220, 53, 69);
}

.otp_step4 .shadowError {
    box-shadow: 0 0 7px rgba(220, 53, 69, 0.75);
    border-color: rgb(220, 53, 69);
}

.pop_login_inner input[type="submit"] {
    background: #237DFF;
    border: none;
    color: white;
    padding: 7px;
    width: 100%;
    height: 3.5rem;
    font-family: Clother-Regular;
    font-size: 1.5rem;
    font-weight: 200;
    /*float: left;*/
    margin-top: 25px;
    margin-left: -5px;
    border-radius: 2rem;
}

.pop_login p.back_ent {
    width: auto;
    cursor: pointer;
    /* float: right; */
    /* margin-top: 11px !important; */
}

.pop_login_inner .pop_left .lost_pass p.back_ent {
    position: absolute;
    margin: auto;
    bottom: 20px;
    left: 15%;
}

.login_form .logo_container {
    position: absolute;
    bottom: 40px;
    left: 309px;
}

.lost_pass {
    display: none;
    height: 77%;
    /*position: absolute;
    left: -22px;
    width: 300px;
    top: -18px;*/
}

.help {
    display: none;
    width: 21px;
    height: 21px;
    background: url(../img/help.png) no-repeat;
    text-align: center;
    position: absolute;
    left: 6px;
    line-height: 19px;
    top: 7px;
}

.help2 {
    display: none;
    width: 21px;
    height: 21px;
    background: url(../img/help.png) no-repeat;
    text-align: center;
    position: absolute;
    left: 6px;
    line-height: 19px;
    top: 56px;
}

.help3 { /*rivka 5/5/2015*/
    display: none;
    width: 21px;
    height: 21px;
    background: url(../img/help.png) no-repeat;
    text-align: center;
    position: absolute;
    left: 6px;
    line-height: 19px;
    top: 98px;
}

.remember_me {
    position: absolute;
    top: -1px;
    right: 24px;
    width: 121px;
}

input#login_password /* inon */ {
    /*font-family:Arial, "Sans-Serif";*/ /*rivka 3/6/2015*/
}


/* popup ver2 */
.pop_ver2 .pop_login {
    background: url(../img/popup.png) no-repeat;
    width: 560px;
    height: 551px;
    margin: 0 auto;
    position: absolute;
    margin-top: 0;
}

.pop_ver2 .pop_top {
    background: url(../img/popup_top.png) no-repeat;
    width: 115px;
    height: 117px;
    top: -61px;
    right: -47px;
    position: absolute;
}

.pop_ver2 .pop_login_inner {
    margin: 0 auto;
    margin-top: 20px;
}

.pop_ver2 .pop_login_inner {
    position: relative;
    width: 47%;
    height: 100%;
    background: none;
}

.pop_ver2 .login_form {
    margin: 0 auto;
    position: relative;
    clear: both;
    float: none;
    text-align: center;
    width: 300px;
    height: 300px;
}

/*.warning {
    display: none;
}*/

.pop_ver2 .warning_text {
    top: 62px;
    font-size: 16px !important;
}

.pop_ver2 .remember_me {
    position: absolute;
    top: -1px;
    right: 18px;
    width: 121px;
}

.pop_ver2 .warning_sign {
    top: 25px;
}

.pop_ver2 form {
    position: relative;
    top: auto;
    left: auto;
    margin-right: 24px;
}

.pop_ver2 .pop_title {
    padding-top: 75px;
    text-align: center;
}

    .pop_ver2 .pop_title h1 {
        color: white;
        font-size: 49px;
        font-family: apolo;
        text-indent: 21px;
    }

.pop_ver2 .login_form input[type="submit"] {
    background: black;
}

.pop_ver2 h2 {
    color: white;
    font-size: 22px;
    font-family: apolo;
    font-weight: 200;
    text-indent: 7px;
    width: 284px;
    margin-top: -1px;
}

.pop_ver2 .login_form h1 {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 33px;
    text-align: right;
    margin-bottom: 12px;
    margin-right: 21px;
}

.pop_ver2 .warning {
    position: absolute;
    top: 404px;
    left: 117px;
    float: none;
}

.pop_ver2 .logo_container {
    position: absolute;
    background: url(../img/logos.png) no-repeat;
    width: 308px;
    margin-top: 0;
    height: 44px;
    margin-bottom: 0;
    top: 573px;
    left: 123px;
}

.pop_ver2 .lost_pass {
    top: 174px;
    right: 0;
}

    .pop_ver2 .lost_pass h1 {
        position: absolute;
        top: -1px;
        left: 80px;
    }

    .pop_ver2 .lost_pass form {
        top: 41px;
    }

    .pop_ver2 .lost_pass input#send_mail {
        background: black;
    }

.pop_ver2 .lost_pass_mail {
    margin-top: 60px;
    width: 300px;
    height: 300px;
    position: absolute;
    left: -332px;
}

    .pop_ver2 .lost_pass_mail h1 {
        width: 308px;
        margin: 0 auto;
        text-align: center;
    }

    .pop_ver2 .lost_pass_mail p {
        width: 140px
    }
/* masonry */

.item {
    float: right;
    width: 12.5%;
    height: 216px;
    margin: 0 5px 10px;
    border-radius: 4px;
    overflow: hidden;
}

.item-w2 {
    width: 25.5%;
    border-radius: 4px;
    /*background: #3889FE;*/
}

.iw_off {
    background: #3889FE;
    width: 100%;
}

.item.isotope-item.iw_off.ih_off {
    background: none !important;
}

.category .nivo-controlNav {
    top: 350px;
}

.category.category_mobile .nivo-controlNav {
    top: 330px;
}

.category .slider {
    /*position:absolute!important;*/
}

.category .item-h2, .category .item-h1 {
    height: 159px;
    border-radius: 0px;
    background: none;
    /*position:static!important;*/
}

    .category .item-h2 img, .category .item-h1 img {
        /*position:relative!important;*/
        /*z-index: 999999!important;*/
    }

.category .item-w2, .category .item-w1 {
    width: 990px;
}


.category.category_mobile .item-h2, .category.category_mobile .item-h1 {
    /*height: 279px;*/
    max-height: 279px;
    height: auto;
    border-radius: 0px;
    background: none;
    /*position:static!important;*/
}

    .category.category_mobile .item-h2 img, .category.category_mobile .item-h1 img {
        /*position:relative!important;*/
        /*z-index: 999999!important;*/
    }

.category.category_mobile .item-w2, .category.category_mobile .item-w1 {
    /*width: 281px;*/
    width: 100%;
    margin-right: 0;
}

.item-h2 {
    height: 422px;
    border-radius: 4px;
    background: none;
}

.ih_off {
    height: 216px
}

.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-property: right, top, -webkit-transform, opacity;
    -moz-transition-property: right, top, -moz-transform, opacity;
    -ms-transition-property: right, top, -ms-transform, opacity;
    -o-transition-property: right, top, -o-transform, opacity;
    transition-property: right, top, transform, opacity;
}

.item img, .item-w2 img, .item-h2 img {
    width: 100%;
}

.item_desc h3 {
    margin: 0;
    color: #237DFF;
    font-size: 18px;
    font-family: Clother-Regular;
    margin-top: 6px;
    margin-right: 6px;
    font-weight: 200;
    line-height: 1.3; /* rivka 27/5/2015 */
}


.item_desc p {
    color: black;
    margin: 0;
    font-size: 18px;
    font-weight: 200;
    font-family: apolo;
    margin-right: 6px;
}


.item_desc {
    background: #fff;
    position: absolute;
    bottom: -35px;
    bottom: -52px; /* rivka 27/5/2015 */
    height: 65px;
    height: 84px; /* rivka 27/5/2015 */
    width: 100%;
    transition: .3s all;
}

.category .item_desc {
    display: none;
}

.category .item:hover .item_desc {
    top: auto;
    bottom: -1px;
    display: none;
}

.item:hover .item_desc {
    top: auto;
    bottom: -1px;
}

hr {
    margin-bottom: 4px;
    opacity: 0.3;
}

.item-w2 h1, .iw_off h1 {
    color: white;
    margin-top: 17%;
    text-align: center;
    font-size: 26px;
    font-family: apolo;
    font-weight: 200;
}

.item-w2 h2, .iw_off h2 {
    color: black;
    margin-top: 3%;
    text-align: right;
    margin-right: 33px;
    font-size: 22px;
    font-family: apolo;
    font-weight: 200;
}

    .item-w2 h2 span, .iw_off h2 span {
        color: white;
        margin-left: 5px;
        font-size: 35px;
        line-height: 10px;
    }



/*homepage responsive*/


/* takanon page */
.takanon .spacer_top {
    height: 25px;
}

.takanon h1 {
    margin-bottom: 5px;
}
/* category page */
body.category input[type=checkbox] {
    visibility: hidden;
}

.cat_title .fltlft_load.hidden {
    display: none;
}

.cat_title .fltlft_load {
    float: left;
    width: 22px;
    margin-top: -4px;
    margin-left: 2px;
}

.cat_title .fltlft {
    /*	display:none;*/
    width: 159px;
    margin-top: -9px;
    margin-left: 2px;
}

.no-border {
    font-family: apolo;
    font-weight: 400;
    padding: 0 0 0 0; /*19px 0 14px 0; nikita 08/03/2020*/
    font-size: 26px;
    border: none !important;
    color: black;
    margin: 0;
}

.classification_HTML .no-border {
    display: none; /*nikita*/
}

.classification_HTML > div.wrapper > div > article > h1 {
    display: none; /*nikita*/
}

.category .no-border {
    padding: 0 0 14px 0;
    margin-top: -12px;
    font-family: Clother-Bold;
}

.category .content h2 {
    font-family: apolo;
    font-weight: 400;
    border-bottom: 1px solid #dddddd;
    padding: 3px 0 10px 0;
    font-size: 16px;
    margin: 2px 10px 16px 0;
    border: none;
    width: 83%;
    padding-bottom: 0;
    margin-bottom: 0 !important;
    font-weight: 200;
    color: #000000; /* inon */
    overflow-x: hidden;
}

/*.fav_container{
    display:none!important;
}*/

.additional-text {
    color: #71777F !important;
    font-size: 13px;
    font-family: Clother-Regular;
    display: inline-block;
    padding-right: 10px;
}

.no-border.cat-name.mini_heart_category {
    color: #237DFF !important;
    margin-right: 255px;
    font-size: 28px;
    z-index: 10;
    position: relative !important;
}

#filt_cont .cat-name {
    margin-top: unset !important;
    position: unset !important;
    float: right;
}

aside.sidebar-right::-webkit-scrollbar {
    width: 3px;
}

.csstransforms .page_name {
    /*top: 100px!important;*/
}

#MsgFav {
    position: absolute;
    z-index: 10;
    top: -15px;
    background: white;
}

.category_mobile #MsgFav {
    top: 31px;
    z-index: 10;
    position: fixed;
}

.sidebar-right-filter.sidebar_menu {
    direction: rtl;
    display: block !important;
    width: 100%;
    /*position: fixed;
    top: 27%;*/
}

    .sidebar-right-filter.sidebar_menu ul {
        overflow-y: auto;
        overflow-x: hidden;
        /*max-height: 440px;*/
    }

        .sidebar-right-filter.sidebar_menu ul::-webkit-scrollbar-thumb {
            background-color: #71777F;
        }

        .sidebar-right-filter.sidebar_menu ul::-webkit-scrollbar {
            width: 3px;
        }

aside.sidebar-right::-webkit-scrollbar-thumb {
    background-color: #71777F;
}


.category .sidebar_menu h2 {
    padding-bottom: 8px !important;
    border-bottom: 1px solid #ddd !important;
}

ul.checkbox_list {
    margin-top: 5px;
    margin-bottom: 12px;
}

.category aside.sidebar-right h2 {
    font-family: apolo;
    font-weight: 400;
    border-bottom: 1px solid #dddddd;
    padding: 3px 0 10px 0;
    font-size: 24px;
    margin: 2px 0 16px 0;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0 !important;
    font-weight: 200;
}

.flyer {
    margin-bottom: 11px;
}

.category .fav_icon.active, .csstransforms .fav_icon.active {
    /*background-position: -90px -43px;
    background-position: -45px -43px;*/
    background: url(../img/itu2020/Like_selected_ic.png) no-repeat;
}
/**
 * Checkbox pink
 */





.checkboxPink {
    width: 13px;
    height: 14px;
    margin-left: 8px;
    float: right;
    position: relative;
    background-color: white;
    border: 1px solid #71777F;
    padding-right: 1px;
}

    /**
 * Create the box for the checkbox
 */
    .checkboxPink label {
        cursor: pointer;
        position: absolute;
        width: 10px;
        height: 10px;
        top: 2px;
        left: 2px;
        /*background: #d9d6d6;*/
        background: white;
        /*border: 1px solid #d9d6d6;*/
        /*border-radius: 4px;*/
    }

        /**
 * Display the tick inside the checkbox
 */
        .checkboxPink label:after {
            opacity: 0;
            /*content: '';*/
            position: absolute;
            width: 5px;
            height: 3px;
            background: transparent;
            top: 3px;
            left: 3px;
            border: 2px solid #f1f1f1;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }


        /**
 * Create the hover event of the tick
 */
        .checkboxPink label:hover::after {
            border-color: #1f1f1f;
            opacity: 0.1;
        }

        /**
 * Create the hover event of the tick
 */
        .checkboxPink label:hover::after {
            border-color: #1f1f1f;
            opacity: 0.1;
        }

    /**
 * Create the checkbox state for the tick
 */
    .checkboxPink input[type=checkbox]:checked + label:after {
        border-color: 3px solid #fff;
        opacity: 1;
    }

    .checkboxPink input[type=checkbox]:checked + label {
        /*background: #e71b89;*/
        background: #237DFF;
        /*border-color: #e71b89;*/
    }

    .checkboxPink label::after:hover {
        border-color: #fff !important;
    }

/**
 * Checkbox White
 */

@media (max-width:500px) {
    .checkboxPink {
        width: 15px !important;
        height: 15px !important;
    }

        .checkboxPink label {
            width: 9px !important;
            height: 9px !important;
        }
}

@media (max-width:1030px) {
    .checkboxPink {
        width: 15px !important;
        height: 14px !important;
    }

        .checkboxPink label {
            width: 8px !important;
            height: 7px !important;
        }
}

.checkboxWhite {
    width: 14px;
    height: 17px;
    margin-left: 8px;
    float: right;
    position: relative;
}
    /**
 * Create the box for the checkbox
 */
    .checkboxWhite label {
        cursor: pointer;
        position: absolute;
        width: 13px;
        height: 13px;
        top: 0;
        left: 0;
        background: #fff;
        border: 1px solid #d4d4d4;
        border-radius: 4px;
    }

        /**
 * Display the tick inside the checkbox
 */
        .checkboxWhite label:after {
            opacity: 0;
            content: '';
            position: absolute;
            width: 5px;
            height: 3px;
            background: transparent;
            top: 3px;
            left: 3px;
            border: 3px solid #000;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        /**
 * Create the hover event of the tick
 */
        .checkboxWhite label:hover::after {
            border-color: #000;
            opacity: 0.3;
        }

    /**
 * Create the checkbox state for the tick
 */
    .checkboxWhite input[type=checkbox]:checked + label:after {
        border-color: #000;
        opacity: 1;
    }



.checkbox_description {
    float: right;
    font-size: 12px;
    margin-right: 1px;
    width: 86%;
}

.checkbox_list li {
    border: 0 !important;
    height: 25px;
    padding: 0 !important;
}

.plus {
    width: 24px;
    /*background: url('../img/plus.png') no-repeat;*/
    background: url('../img/itu2020/Add benefit_ic.png') no-repeat;
    float: right;
    height: 24px;
    margin-top: -4px;
    margin-left: 5px;
}

#datepick {
    background: url(../img/date.png) no-repeat;
    background-position: 5px 5px;
    width: 177px;
    border: 1px #71777F solid;
    border-radius: 15px;
    height: 27px;
    font-size: 13px;
    padding-right: 10px;
    font-family: typopas;
    font-weight: 200;
    cursor: pointer;
    transition: .3s all;
    outline-offset: -2px;
    margin-top: 5px;
    margin-bottom: 11px;
}

    #datepick:focus {
        /*outline: rgb(241, 88, 115) solid 1px;
        transition: .3s all;*/
    }

.line_roller_wrapper {
    width: 100%;
    margin-top: 27px;
}

.line_roller {
    width: 91%;
    margin-right: 10px;
    margin-top: 7px;
    height: 1px;
    background: #8e8e8e;
    position: relative;
    border-top: 1px solid black !important;
}

#max_range, .ui-slider-handle.ui-state-default.ui-corner-all {
    position: absolute;
    height: 18px;
    width: 18px;
    /*background: #e71b89;*/
    background: #237DFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    top: -8px;
    left: 87px;
    margin-left: -9px;
    outline: none;
}

    .ui-slider-handle.ui-state-default.ui-corner-all:hover {
        /*background: #F4369D;*/
        background: blue;
        transition: .1s all;
    }

.ui-slider-range.ui-widget-header.ui-corner-all {
    /*background-color: #e71b89;*/
    background-color: #237DFF;
    height: 1px;
    position: absolute;
}

.pay_min, .pay_max {
    cursor: default;
    transition: .3s all;
    padding: 3px;
    margin-top: 10px;
    border-radius: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pay_min {
    float: left;
}

.pay_max {
    float: right;
}

/*.pay_min:hover,.pay_max:hover{
    background:#F4369D;
    color:#fff;
    padding:3px;
    border-radius:5px;
    }*/

.sidebar_menu h3 {
    margin: 0;
    margin-top: 3px;
    padding: 0;
    font-size: 16px;
    font-family: Clother-Bold;
    font-weight: 200;
}

.fltlft {
    float: left;
}

.shopping_cart_mobile .select_fancy, .checkout_mobile .select_fancy,
.shopping_cart_mobile .select_fancy1, .checkout_mobile .select_fancy1 {
    padding: 4px;
    margin: 0;
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background: #fff;
    color: #000000;
    outline: none;
    display: inline-block;
    cursor: pointer;
    /* width: 160px; */
    font-size: 14px;
    font-family: typopas;
    font-weight: 200;
}

.shows_mobile .select_fancy /* rivka 28/5/2015*/ {
    padding: 4px;
    margin: 0;
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background: #fff;
    color: #000000;
    outline: none;
    display: inline-block;
    cursor: pointer;
    /* width: 160px; */
    font-size: 14px;
    font-family: typopas;
    font-weight: 200;
}

.select_fancy.select_fancyOpen {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.select_fancy .select_fancyInner {
    background: url('../img/arrow_down.png') 1px 5px no-repeat;
    width: 100% !important;
}

.select_fancy.select_fancyOpen .select_fancyInner {
    background: url('../img/arrow_up.png') 1px 5px no-repeat;
}

.select_fancy select option {
    font-size: 14px;
    font-family: typopas;
    font-weight: 200;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        padding-right: 18px
    }
}



.cat_title {
    border-bottom: 1px solid #dddddd;
    height: 34px;
}

.display360_wrapper {
    margin-top: 7px;
}

body.payoff_0 .display360_wrapper .checkboxWhite, body.payoff_0 .display360_wrapper .plus, body.payoff_0 .display360_wrapper .checkbox_description {
    display: none;
}

.fltlft.select_fancy {
    margin-top: -8px;
}

.fltlft_QD {
    margin-top: -17px;
}

.cat_wrapper {
    width: 100%;
    margin-top: 20px;
}

.category_desktop .cat_wrapper, .csstransforms .cat_wrapper {
    /*width: 110%;*/
    display: flex;
    flex-wrap: wrap;
}

.single_cat.hidden {
    display: none;
}

.single_cat {
    /*width: 167px;*/
    width: 208px;
    /*height: 220px;*/
    height: auto;
    position: relative;
    /*overflow: hidden;*/
    float: right;
    /*margin: 19px 29px 34px 62px;*/
    margin-left: 20px;
    margin-top: 28px;
    cursor: pointer;
    background-color: white;
    padding-bottom: 6px;
}

.side-bar-filter {
    padding-right: 8px !important;
}

.single_cat:nth-child(3n+3) {
    /*margin: 22px 30px 39px 0px;*/
}

.category_desktop .single_cat:nth-child(3n+3) {
    /*margin: 19px 29px 34px 62px;*/
}

.cat_img {
    position: relative;
    /* width: 167px; */
    width: 100%;
    height: 208px;
    overflow: hidden;
}

    .cat_img img {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        transition: all 0.5s ease;
        width: 100%;
    }

body.category_mobile .cat_img img { /* rivka 31/5/2015 */
    transition: none;
    border: 0px !important;
    /*width: 250px;*/ /* rivka 8/6/2015 */
    height: 250px; /* rivka 8/6/2015 */
    width: 100%;
    /*transform: translate(23px, -23px) scale(0.85) !important;*/
}


.calendar td.today span {
    background-color: #237DFF;
}

@media(min-width:700px) {
    .single_cat:hover {
        /*-webkit-transform: scale(1.25) rotate(5deg);
        -moz-transform: scale(1.25) rotate(5deg);
        -ms-transform: scale(1.25) rotate(5deg);
        -o-transform: scale(1.25) rotate(5deg);
        transform: scale(1.5) rotate(5deg);
        opacity: 0.7;*/
        /*padding: 4px;
        width:156px;*/
        /*margin-top: 24px;*/
        box-shadow: 0px 0px 10px 2px #adadbb;
    }

        .single_cat:hover img {
            width: 94%;
            ALIGN-ITEMS: center;
            margin-right: 5px;
            margin-top: 7px;
        }
}

@media(min-width:700px) {
    body.category_mobile .single_cat:hover img { /* rivka 31/5/2015 */
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 0.5;
    }
}



body.category_mobile .circ /* rivka 31/5/2015 */ {
    /*width:207px;
    	height:207px;*/
    border: 0px !important;
}

.circ {
    width: 167px;
    height: 167px;
    background: url(../img/circ.png);
    /*background: url(../img/circ2.png);*/ /* inon */
    /*background-repeat:no-repeat;*/ /* inon */
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    display: none;
}

.single_cat h2 {
    font-size: 16px;
    /*font-family: typopas !important;*/
    font-family: Clother-Regular !important;
    font-weight: 200;
    padding: 0;
    /*text-align: center;*/
    /*padding-top: 13px !important;*/
    border-bottom: none;
    margin: 0;
    color: #23233A;
}

.single_cat h3 {
    font-size: 14px;
    font-family: typopas !important;
    font-weight: 200;
    text-align: center;
    padding-top: 0px !important;
    margin-top: 0 !important;
    line-height: 18px;
    border-top: 0 !important;
    color: #4c4c4c;
}

.sidebar_menu ul li ul li ul li, .no_border {
    border: none !important;
    padding-bottom: 0 !important;
}

.cat_img.loading, .item.loading {
    background: #e71b89;
    text-align: center;
    position: relative;
}

    .cat_img.loading::after, .item.loading::after {
        content: '';
        background: url(../img/loader.gif);
        width: 66px;
        height: 70px;
        position: absolute;
        top: 47px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.page_search section.content {
    width: 100% !important;
    float: none;
}

/* Search results */
.page_search .page_search_rem { /* inon chage from page_search_rem */
    margin-top: -2px;
    height: 27px
}

.res_row {
    border-bottom: 1px solid #ddd;
    height: 115px;
    padding-top: 0px;
    display: flex;
    align-items: center;
}

    .res_row:hover {
        background: white;
        border: 2px solid #FF9BC8;
        border-radius: 5px;
        cursor: pointer;
    }

    .res_row .res_des {
        float: right;
        height: auto;
        margin-top: 0px;
        margin-right: 41px;
    }


.category aside.sidebar-right .res_row .res_des /* rivka 28/5/2015 */ {
    margin-top: 0px;
    margin-right: 0px;
}

/*.category aside.sidebar-right .sidebar-right-menu .res_row:first-child .res_des { rivka 28/5/2015
    margin-top: 54px;
}*/

.category aside.sidebar-right h2 /* rivka 28/5/2015 */ {
    font-size: 18px;
}

.res_des h2 {
    color: #23233A;
    font-size: 22px;
    border: none;
    margin-top: -4px;
    padding-bottom: 1px;
    font-family: Clother-Regular;
    font-weight: 200;
}

    .res_des h2:hover {
        text-decoration: none;
    }

.res_des h3 {
    color: #000;
    font-size: 16px;
    border: none;
    margin-top: 0;
    font-weight: 200;
    margin-bottom: 3px;
}

.res_des p {
    color: #919191;
    font-size: 13px;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

    .res_des p a {
        color: #919191;
        text-decoration: none;
    }

        .res_des p a:hover {
            text-decoration: underline;
        }

.single_res {
    padding: 0px 0 0 0px;
    /*position: relative;*/
    height: 88px;
    float: right;
    margin-right: 17px;
    margin-top: 0px;
    overflow: hidden; /* inon - שלא ייראה כמו חותמת */
    height: 77px; /* inon */
}

    .single_res .circ {
        right: 0;
        left: auto;
        top: 0;
        width: 77px;
        height: 77px;
        background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-image: url(../img/circ_small.png); /* inon - IE8 */
    }

.res_img {
    height: 77px;
    width: 77px;
}

    .res_img img {
        height: inherit;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

.page_search h2.no-border {
    font-size: 32px;
    padding-top: 0px;
    padding-bottom: 18px;
    font-family: Clother-Bold;
    color: #237DFF;
}

.page_search .cat_title {
    height: 30px;
}
/*about*/
.spacer_top {
    height: 30px;
}

aside.inner_sidebar {
    width: 28.47%;
    float: left;
}

    aside.inner_sidebar > div:nth-child(2) {
        margin-bottom: 14px;
        padding-bottom: 35px;
    }

.about .main_content p {
    text-align: justify;
    margin-top: 9px;
    line-height: 21px;
    font-size: 18px;
}

.main_content {
    width: 68.6%;
    float: right;
}

.mini_title {
    font-family: apolo;
    font-weight: 400;
    font-size: 22px;
    color: black;
    line-height: 34px;
    clear: both;
    float: left;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 13px;
    margin-bottom: 35px;
}

    .mini_title:nth-child(3n) {
        border-bottom: none !important;
        margin-bottom: 0px;
    }

/*thank you*/

.toda {
    margin-bottom: 24px;
    /*background: url(../img/toda.jpg) no-repeat;*/
    width: 991px;
    height: 120px;
    padding-top: 55px;
}

body.mail .toda, body.mail .inner_wrapper {
    width: 850px;
}


.toda h1 {
    margin-bottom: 20px;
    font-family: Clother-Bold;
    font-weight: 400;
    font-size: 43px;
    color: #237DFF;
    line-height: 30px;
    margin-right: 0px;
}

div.toda div {
    color: #23233A;
}


.toda h2 {
    margin-bottom: 20px;
    font-family: apolo;
    font-weight: 400;
    font-size: 24px;
    color: #000;
    line-height: 30px;
    margin-right: 55px;
}

.orderDetailsRow {
    margin-top: 8px;
    margin-bottom: 20px;
}

.info_line {
    padding-top: 3px;
    height: 19px;
}

.right_block {
    float: right;
    position: relative;
}

.left_block {
    float: left;
}

.info_line span {
    font-family: Clother-Regular;
    font-size: 18px;
    font-weight: 200;
    color: #000;
}

    .info_line span.thin {
        font-weight: 200;
    }

.date_space {
    margin-right: 0px;
}

.type_space {
    margin-right: 23px;
}

.full_content {
    width: 100%;
    color: #000;
}

    .full_content .second_total_row {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin: 10px;
        margin-bottom: 20px;
    }

        .full_content .second_total_row sub {
            font-family: Clother-Bold;
            margin-top: 6px;
        }

.checkout_page .full_content .second_total_row sub {
    margin-top: 0px;
}

.full_content .second_total_row span {
    font-family: Clother-Bold;
}

.full_content h1 {
    font-size: 32px;
    font-family: apolo;
    color: #000;
    line-height: 0.988;
    text-align: right;
}

.rec_line {
    margin-top: 30px;
    margin-bottom: 20px;
}

    .rec_line .boxer_title_thank {
        clear: both;
    }

.thank_you .rec_line {
    margin-top: 26px;
    margin-bottom: 58px;
    clear: both;
}

.rec_line::after {
    content: '';
    clear: both;
}

.rec_line_title {
    /*background: url(../img/line_bg.png) repeat;*/
    width: 100%;
    height: 36px;
    position: relative;
    border-bottom: 1px solid #bdbdbd;
}

    .rec_line_title span {
        font-family: Clother-Bold;
        color: #454545;
        font-size: 19px;
        font-weight: 200;
        float: right;
        line-height: 39px;
        margin-right: 7px;
    }

.rec_line h3 {
    font-family: Clother-Regular;
    color: #000;
    font-size: 18px;
    font-weight: 200;
    float: none;
    line-height: 37px;
    margin-right: 7px;
    clear: both;
    margin-bottom: 10px;
}

.rec_line_title .circle {
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin-top: 3px;
    margin-right: 8px;
    display: none;
    float: right;
}

.shekel_icon {
    background: url(../img/ty_sprite.png) repeat;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    margin: 7px 7px 0 0px;
}

.page_icon {
    background: url(../img/ty_sprite.png) repeat;
    width: 14px;
    height: 17px;
    background-position: -17px 0px;
    margin: 6px 6px 0 0px;
}

.person_icon {
    background: url(../img/ty_sprite.png) repeat;
    width: 16px;
    height: 17px;
    background-position: -34px 0px;
    margin: 4px 6px 0 0px;
}

.printer_icon, .printer_icon_b {
    background: url(../img/ty_sprite.png) repeat;
    width: 21px;
    height: 22px;
    background-position: -78px 0px;
    float: none;
    margin: 0 auto;
}

    .printer_icon_b:hover {
        /*background-position: -53px 0px*/
        box-shadow: 0px 0px 4px #237DFF;
        background-color: rgba(35, 125, 255, 0.2);
        /* transition: 0.3s all; */
        border-radius: 0.25rem;
    }

    .printer_icon:hover, .printer_icon_b {
        background-position: -78px 0px;
    }

.thank_you .rec_line.last .left_block {
    float: left;
    width: 120px;
    cursor: pointer;
}

.thank_you .left_block:hover .printer_icon {
    background-position: -78px 0px;
}

.thank_you .left_block:hover .printer_text {
    color: #1f1f1f;
}

.thank_you .printer_icon {
    float: right;
    margin-top: 4px;
}

.thank_you .moked_text {
    float: none;
    margin-right: 6px;
    margin-left: 5px;
}

.boxer {
    display: table;
    border-collapse: collapse;
    width: 99.8%;
    table-layout: auto;
}

    .boxer .box-row {
        display: table-row;
        border-bottom: 1px solid #bdbdbd;
        width: 100%;
    }

        .boxer .box-row.Total {
            border-bottom: 1px solid black;
            border-top: 1px solid black;
            border-top: outset;
        }

        .boxer .box-row.sum-row {
            border-bottom: 1px solid black;
            border-top: 1px solid black;
            border-top: outset;
        }

        .boxer .box-row.title_mini_bkef {
            background: #E1F5FF;
        }

        .boxer .box-row.box-details-text {
            border-bottom: 0px;
            margin-bottom: 30px;
        }

        .boxer .box-row.box-details-text {
            border-top: 1px dotted #bdbdbd;
        }

            .boxer .box-row.box-details-text.box-first {
                border-top: 0px;
            }

div.fancy-select.non-att-selection {
    margin-top: 10px;
    margin-bottom: 10px;
}

.boxer .box-row.form-fields {
    /*padding-top:10px;*/
}

.shopping_cart .boxer .box-row {
    height: 100px;
}

.boxer .box-row.title {
    /*border-bottom: 1px solid #bdbdbd;*/
    font-family: Clother-Regular;
}

.my_funds .boxer .box-row.title {
    background: #E1F5FF;
}

.boxer .box-row.title .box {
    font-weight: 200;
}

.thank_you .boxer .box-row.title .box {
    padding-top: 24px;
    padding-bottom: 6px;
    font-family: Clother-Bold;
    color: #23233A;
}

.boxer .box {
    display: table-cell;
    vertical-align: top;
    padding: 21px 21px 17px 0px;
    text-align: right;
    table-layout: fixed;
    color: #23233A;
}

.checkout_page .boxer .box {
    padding: 10px 20px 17px 0px;
}

.box.spacer50 {
    width: 50%;
}

.box.spacer30 {
    width: 30%;
}

.box.spacer20 {
    width: 13%;
}

.box.spacer15 {
    width: 18%;
}

.box.spacer10 {
    width: 10%;
}

.boxer .box:first-child {
    padding-right: 25px;
}
/*boxer .box-row .box:last-child{*/
/* inon */
/*boxer .box-row .sum{
    padding-left:0;
    padding-right: 0;
    width: 9.3%;
    text-align: center;
}*/

.rec_line .comment {
    font-family: Clother-Regular;
    font-size: 18px;
    color: #237DFF;
    padding: 16px;
    line-height: 20px;
    border: 1px solid #bdbdbd;
    clear: both;
}

.rec_line .sum {
    background: #237DFF;
    color: #fff;
    font-family: Clother-Bold;
    font-size: 21px;
    padding: 15px;
    float: left;
    text-align: center;
    width: 200px;
    margin-top: 19px;
}

    .rec_line .sum::after {
        clear: both;
        content: '';
    }

.rec_line.last {
    padding-bottom: 60px;
    padding-top: 5px;
    clear: both;
}

a.gray_link {
    color: #818080;
    font-size: 16px;
    font-family: Clother-Regular;
}

.invoice_link {
    cursor: pointer;
    text-decoration: underline;
}

.moked_text {
    color: #23233A;
    font-size: 22px;
    font-family: Clother-Bold;
    font-weight: 400;
    clear: none;
    float: right;
    display: inline;
    margin-right: 0;
    margin-left: 12px;
}

.printer_text {
    color: #237DFF;
    font-size: 18px;
    font-family: Clother-Regular;
    font-weight: 200;
    clear: none;
    float: right;
    display: inline;
    margin-right: 7px;
    float: right;
    transition: .3s all;
}

    .printer_text:hover, .printer_icon:hover + .printer_text {
        color: black;
    }

/*FAQ*/
ul.faq_list {
    list-style: none;
}

.faq_list .title {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    /* margin-top: -5px; */
}

    .faq_list .title:hover {
        font-weight: 200;
        color: #e81c8a;
    }

.faq_list .table_cell {
    display: table-cell;
}

.faq_list .table {
    display: table;
}

.faq_list li {
    border-bottom: 1px dotted black;
    padding-top: 14px;
    padding-bottom: 12px;
    transition: .3s all;
    line-height: 16px;
}

.faq_list .answer {
    margin-top: 10px;
    line-height: 20px;
    width: 580px;
}

.faq_list li.active .title {
    font-weight: 200;
    color: #e81c8a;
}

.faq_list .active {
    transition: 0.3s all;
}

.faq_arrow {
    background: url(../img/faq.png) repeat;
    width: 23px;
    height: 23px;
    background-position: 0px 0px;
    position: absolute;
    left: 0;
    margin-top: -5px;
    transition: 0.3s opacity;
}


.faq_list li:hover .faq_arrow {
    background: url(../img/faq.png) repeat;
    width: 23px;
    height: 23px;
    background-position: -23px -1px;
    opacity: 1;
    position: absolute;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.faq_list li.active .faq_arrow, .faq_list li.active2 .faq_arrow {
    background: url(../img/faq.png) repeat;
    width: 23px;
    height: 23px;
    opacity: 1;
    background-position: -23px 0px;
    position: absolute;
}

.faq_list li.active:hover .faq_arrow {
    background-position: -23px 0px;
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

/*contact*/

form.contact_form {
    width: 478px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

    form.contact_form label {
        clear: both;
        display: none;
        float: right;
        width: 108px;
        line-height: 29px;
        padding-right: 4px;
    }

        form.contact_form label::after {
            content: '';
            clear: both;
        }

.form_line {
    height: 34px;
    width: 100%;
    margin-bottom: 22px;
    position: relative;
    display: flex;
    justify-content: center;
}

body.product.is-deal .form_footer, body.mobile.is-deal .form_footer2 {
    display: block;
    clear: both;
    font-size: 16px;
    margin-top: 0px;
    width: 270px;
    margin-left: 27px;
}

.contact_page .left_block {
    margin-top: 19px;
}

    .contact_page .left_block img {
        width: 333px;
    }


.contact_page .right_block {
    margin-top: 12px;
}

.form_line input[type="text"], .form_line input[type="password"]:not(#login_password), .contact_form select#c_subject, .p input {
    height: 40px;
    border-radius: 20px;
    border: 1px solid #DEDEE4;
    text-indent: 18px;
    color: #23233A;
    font-family: Clother-Regular;
}

#update_pass #c_new_pass, #update_pass #c_new_pass2 {
    border: unset !important;
    background: transparent;
}

.contact_page .passwordAndEye {
    height: 40px;
    border-radius: 20px;
    border: 1px solid #DEDEE4;
    text-indent: 2px;
    color: #23233A;
    width: 100%;
    font-family: Clother-Regular;
    background: white;
}

.contact_page span.hide_show_login_password {
    margin-top: -8px;
}

.contact_page h1 {
    margin-bottom: 31px;
}

.form_line.comments_box {
    height: 67px;
    margin-bottom: 7px;
}

.error.form_line input[type="text"], .error.form_line input[type="password"]:not(#login_password), .error.form_line select#c_subject, .error.form_line textarea, .contact_form .error.form_line .double_white div.trigger, .contact_form .error.form_line span.double_select {
    border: 1px #FF9BC8 solid;
    transition: .3s all;
}

/*.mobile_box-row.rec_line_title {
    background-color: black !important;
    color: white;
}*/


.error_m {
    /* color: #FF9BC8;*/
    color: red;
}

.error_otp {
    color: #237DFF;
}

.my_orders.mobile .box_w3, .my_orders.mobile .box_w4 {
    width: 15%;
}


.comments_box textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #DEDEE4;
    float: left;
    /*margin-left: 26px;*/
    height: 53px;
    padding: 9px 7px 5px 12px;
    text-indent: 6px;
}

.contact_form input[type="submit"], .contact_form input.send_form, .contact_form input.save_pass, .contact_page.personal_page .update_personal_btn {
    clear: both;
    display: block;
    float: left;
    margin-left: 27px;
    height: 35px;
    margin-top: 10px;
    width: 97px;
    border: none;
    background: url(../img/send.png) no-repeat;
    transition: .3s all;
    cursor: pointer;
}

.contact_form input.save_pass, .contact_page.personal_page .update_personal_btn {
    background: #237DFF;
    color: #ffffff;
    text-align: center;
    font-family: Clother-Bold;
    font-size: 20px;
    border-radius: 20px;
    width: 161px;
    height: 40px;
    margin-left: 0;
    border: 2px solid #237DFF;
}

.contact_page.personal_page .ok-cancel-div {
    width: 538px;
    display: flex;
    /*justify-content: center;*/
}

.contact_form input.send_form {
    background: #237DFF;
    color: #ffffff;
    text-align: center;
    font-family: Clother-Bold;
    font-size: 20px;
    border-radius: 20px;
    width: 50%;
    height: 40px;
    margin-left: 0;
    border: 2px solid #237DFF;
    padding-bottom: 3px;
}

.save_pass_wrapper {
    width: 100%;
    display: flex;
    /*justify-content: center;*/
}

.send_form_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.contact_form input[type="submit"]:hover, .contact_form input.send_form:hover, .contact_form input.save_pass:hover {
    opacity: 0.7;
}



.contact_page.personal_page input.cancel_send_form, .contact_page.personal_page input.cancel_save_pass, .contact_page.personal_page .cancel {
    display: inline-block;
    margin-left: 27px;
    height: 40px;
    margin-top: 10px;
    width: 161px;
    border: 2px solid #237DFF;
    transition: .3s all;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 20px;
    color: #237DFF;
    font-weight: 500;
    text-align: center;
    font-family: Clother-Bold;
    font-size: 20px;
    float: left;
    padding-bottom: 3px;
}

    .contact_page.personal_page input.cancel_send_form:hover, .contact_page.personal_page input.cancel_save_pass:hover {
        opacity: 0.7;
    }



input#c_email {
    /*direction: ltr;*/
}

.phone-select {
    position: absolute;
    display: inline-block;
    background: transparent;
    width: 57px !important;
    left: 36px;
    text-indent: 6px;
    padding: 0;
    border: none;
    height: 20px;
    top: 6px;
    line-height: 19px;
    border-right: 1px solid #bdbdbd;
}

    .phone-select .phone-selectInner {
        background: url(../img/two_arrows.png) no-repeat;
        background-position: 6px 4px;
    }

select.phone-select {
    z-index: 50;
}

.phone-select select option {
    font-size: 14px;
    font-family: typopas;
    font-weight: 200;
}

.error .phone-select {
    left: 23px;
    top: 15px;
}

.double_select {
    width: 270px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid rgb(184, 184, 184);
    text-indent: 10px;
}

    .double_select.double_selectOpen {
    }

    .double_select .double_selectInner {
        background: url(../img/two_arrows.png) no-repeat;
        background-position: 17px 9px;
        height: 32px;
        line-height: 29px;
    }

select#pre_p:focus {
    outline: none;
}

input#c_phone {
    text-indent: 20px;
    direction: ltr;
    line-height: 20px;
    border-radius: 0 20px 20px 0;
    padding-right: 20px;
    width: 80%;
    border-left: none;
}

.form_line input::-webkit-input-placeholder {
    text-align: right;
}

.form_line input:-moz-placeholder {
    text-align: right;
}

.form_line input::-moz-placeholder {
    text-align: right;
}

.form_line input:-ms-input-placeholder {
    text-align: right;
}

body:not(.mobile) .form_line input[placeholder="טלפון"] {
    margin-right: 20px;
}

/*personal zone */

/*fav*/
.presonal_zone_fav .spacer_top {
    height: 17px !important;
}

.fav_container {
    position: absolute;
    /*display: none;*/
    z-index: 10;
    /*top: 62px;
    left: 38px;*/
    top: 216px;
    left: 4px;
}


.fav_icon {
    /*height: 44px;
    width: 44px;*/
    /*background: url(../img/fav_icons.png) no-repeat;*/
    background: url(../img/itu2020/Like_unselected_ic.png) no-repeat;
    /*background-position: -45px 0px;*/
    float: left;
    transition: .3s opacity;
    height: 18px;
    width: 28px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    /*position: absolute;*/
    /*bottom: 11px;
    left: 2px;*/
    /*right: 37px;
    top: 207px;*/
}

@media(min-width:700px) {
    .fav_icon:hover {
        /*opacity: 0.7;
        background-position: -90px -43px;*/
        background: url(../img/itu2020/Like_selected_ic.png) no-repeat;
    }
}

.watch_icon:hover {
    opacity: 0.7;
    background-position: -0px -43px;
}

.watch_icon.active:hover, .fav_icon.active:hover {
    opacity: 1;
}

.fav_icon.active {
    /*background-position: -45px -43px;*/
}

.watch_icon {
    /*height: 44px;
        width: 44px;
        background: url(../img/fav_icons.png) no-repeat;
        background-position: 0px 0px;
        float: right;
        transition: .3s opacity;
        margin-right: 1px;*/
}

    .watch_icon.active {
        background-position: 0px -43px;
    }

.p_z .single_cat {
    /*margin-left: 87px;*/
    margin-left: 3px;
    /*margin-top: -4px;*/
    margin-right: 14px;
}

    .p_z .single_cat:nth-child(3n+3) {
        /*margin-left: 0 !important;
            margin-top: -4px !important;
            margin-right: 14px !important;*/
    }

/* my orders */

.my_orders .rec_line {
    margin-top: 8px;
}

.orders_table .box {
    padding: 11px;
    font-size: 16px;
    position: relative;
}


.orders_table .rec_line_title {
    /*border-bottom: none;*/
    font-size: 16px;
}

.printer_text_b {
    color: black;
    font-size: 16px;
    font-family: typopas;
    font-weight: 200;
    clear: none;
    float: right;
    display: inline;
    margin-right: 7px;
    float: right;
    line-height: 20px;
    transition: .3s all;
}

    .printer_text_b:hover, .printer_icon_b:hover + .printer_text_b {
        color: #e81c8a;
    }

.orders_table .box:nth-child(1) {
    padding-right: 19px !important;
    width: 34px;
    width: 363px; /*rivka-16-02-2015*/
    padding-right: 10px !important; /*rivka-16-02-2015*/
}

.orders_table .box:nth-child(2) {
    padding-right: 10px;
    width: 155px; /*rivka-16-02-2015*/
}

.card_load_desktop .orders_table .box:nth-child(2) {
    padding-right: 10px;
    width: 100px; /*rivka-16-02-2015*/
}

.orders_table .box:nth-child(4) {
    padding-right: 102px;
    width: 121px;
    text-indent: 3px;
    padding-left: 130px;
    margin-right: 12px; /*adi 21.07.19*/
    width: 85px; /*rivka-16-02-2015*/
    padding-left: 50px; /*rivka-16-02-2015*/
}

.orders_table .box:nth-child(3) {
    width: 82px;
    width: 115px; /*rivka-16-02-2015*/
}

.orders_table .box:nth-child(5) { /*rivka-16-02-2015*/
    text-align: center !important; /*rivka-16-02-2015*/
    width: 90px;
}

.orders_table .box:nth-child(6) {
    width: 72px;
}

.num_products {
    margin-right: 9px;
    width: 19px;
    height: 19px;
    background: #e0e0e0;
    border-radius: 50%;
}

.num_products {
    margin-right: 17px;
    margin-bottom: 5px;
    width: 21px;
    height: 21px;
    background: #e0e0e0;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    margin-top: -1px;
    cursor: pointer;
    position: relative;
}

    .num_products:hover, .num_products.active {
        background: url(../img/pik.png) no-repeat;
        height: 26px;
        width: 22px;
        border-radius: 0;
        margin-bottom: 0;
        color: white;
    }

.product_table {
    position: absolute;
    left: 0;
    right: -212px;
    margin: 0;
    width: 465px;
    top: 50px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.31);
    border-radius: 9px !important;
    display: none;
    background: white;
    z-index: 90;
}

    .product_table .box-row.title.rec_line_title {
        background: #f2f2f2;
    }


.orders_table .product_table .box:nth-child(1) {
    padding-right: 15px;
    width: 250px;
}

.orders_table .product_table .box:nth-child(2) {
    padding-right: 10px;
    width: 50px;
    /*text-indent: -7px;*/ /* inon */
}

.orders_table .product_table .box:nth-child(4) {
    padding-right: 10px;
    width: 50px;
    padding-left: 10px;
    /*text-indent: -10px;*/ /* inon */
}

.orders_table .product_table .box:nth-child(3) {
    width: 50px;
    text-align: center;
    text-indent: -22px;
}

.product_name {
    font-size: 12px !important;
}

.product_s {
    font-size: 12px !important;
    /*clear:both;*/
    display: block;
    color: #535353;
}

.product_ex_rem {
    font-size: 12px !important;
    clear: both;
    display: block;
    color: #535353;
}

.midline {
    line-height: 30px;
}

.product_table .box-row:last-child {
    border-bottom: none;
}


body.product.is-deal .box-row.sumrow, body.product.is-deal .rec_line_title, body.product.is-deal .fltlft, body.product.is-deal .fltrt.product-total { /*adi 18.12.18 */
    display: none;
}

body.product.is-deal .dealform { /*adi 18.12.18 */
    height: 34px;
    margin-bottom: 8px;
    position: relative;
    display: inline-flex;
}

body.product.is-deal .deal-form-div { /*adi 18.12.18 */
    display: grid;
}

body.product.is-deal #dealname { /*adi 18.12.18 */
    margin-right: 15px;
}

/*body.product.is-deal .form_footer {
    margin-right: 43px;
}*/

body.product.is-deal #dealmail { /*adi 18.12.18 */
    margin-right: 8px;
}

body.product.is-deal .error_m { /*adi 18.12.18 */
    color: #e71b89;
    margin: 0;
    position: absolute;
    top: 88px;
}

body.product.is-deal .deal-form-div button { /*adi 18.12.18 */
    clear: both;
    display: block;
    height: 35px;
    margin-top: 10px;
    width: 97px;
    border: none;
    background: url(../img/send.png) no-repeat;
    transition: .3s all;
    cursor: pointer;
    margin-right: 217px;
}


body.product .after-deal p { /*adi 18.12.18 */
    font-weight: bold;
}

body.product.is-deal .errormsg { /*adi 18.12.18 */
    display: none;
    color: #E71B89;
}

body.product.is-deal .dealform input[type=text] { /*adi 18.12.18 */
    width: 270px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid rgb(184, 184, 184);
    text-indent: 10px;
    display: block;
}


body.mobile.is-deal .rec_line_title, body.mobile.is-deal .addToCart, body.mobile.is-deal .form_footer, body.mobile.is-deal .cart_total_sum.product-total { /*adi 18.12.18 */
    display: none;
}

body.mobile.is-deal .seperate-div { /*adi 18.12.18 */
    border: 0.5px dashed black;
}

.incrt-phone, .incrt-email { /*adi 19.12.18 */
    display: none;
    margin-right: 14px;
    font-weight: bold;
}

.my_orders .boxer .box-row.title .box {
    padding: 11px 0px 0px 0 !important;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    text-indent: 4px;
    font-family: Clother-Regular;
}

.my_orders .boxer .box {
    padding: 14px 21px 0px 0;
}

    /*161218 adi*/
    .my_orders .boxer .box .box {
        0px 10px 0px 0px !important !important;
    }

.my_orders .product_name {
    display: block;
}

.my_orders .order-cancel {
    font-size: 12px;
    cursor: pointer;
    float: left;
}

    .my_orders .order-cancel:hover {
        text-decoration: underline;
    }

.my_orders .order-cancel-1 {
    display: none;
}

.my_orders .order-cancel-2, .my_orders .order-cancel-3 {
    color: #797979;
    opacity: 0.75;
    cursor: text;
    text-decoration: none;
}






/* checkout */
.top-spacer {
    margin-top: 20px;
    width: 100%;
}

.rec_col {
    float: right;
}

    .rec_col .box {
        padding-right: 15px;
        padding-bottom: 12px;
        line-height: 13px;
        text-align: center;
    }

    .rec_col.col_a {
        width: 24.5%;
        margin-left: 4%;
    }

    .rec_col.col_b .boxer .box:first-child {
        padding-right: 3px;
        text-align: right;
        font-size: 17px;
    }

    .rec_col.col_b .boxer .title_mini .box {
        font-size: 12px !important;
    }

    .rec_col.col_b .boxer .title_mini .funds_field_value {
        display: none;
    }

    .rec_col.col_b .boxer .funds_row .funds_field_value {
        display: none;
    }

    .rec_col.col_b .boxer .funds_total .funds_field_value {
        display: none;
    }

    .rec_col.col_b .boxer .funds_row .funds_field_sum input {
        width: 45px;
        text-align: center;
        border: 1px silver solid;
        border-radius: 4px;
        font-size: 15px;
        padding: 1px !important;
    }

.funds_row .funds_field_sum input {
    width: 45px;
    border: 1px silver solid;
    border-radius: 15px;
    font-size: 15px;
    padding: 1px !important;
    text-indent: 4px;
}

.phase2_box .box.funds_field_value {
    display: none;
}

.title_mini {
    font-size: 12px !important;
    border-bottom: 1px solid #bdbdbd !important;
}

.rec_col .title_mini .box {
    padding: 10px 9px 9px 0px;
}

.spacer16 {
    width: 16.5%;
}

.checkout_page div.rec_col.col_b > div.boxer div:nth-child(3) {
    padding-top: 10px;
    padding-bottom: 10px
}

.checkout_page div.rec_col.col_b > div.boxer .box.box_num_of_payments {
    padding-top: 6px;
}

div.boxer .box.box_num_of_payments .select_fancy {
    height: 25px;
}

.rec_col .box {
    padding-bottom: 0
}

.checkout_page .fancy-select.select_fancy.single_white.fancified {
    width: 52px;
    margin-right: 12px;
}

.contact_page.personal_page .details {
    /*margin-top: 25px;*/
    font-size: 17px;
    line-height: 1.4;
}

.contact_page.personal_page .right_block {
    /*margin-top: 30px;*/
}

.contact_page.personal_page .left_block {
    margin-top: 40px;
}

.contact_page.personal_page .spacer_top {
    height: 12px;
}

.right_block#to_send {
    width: 100%;
    display: block;
}

#to_send h1 {
    cursor: pointer;
    font-size: 22px;
    transition: .3s all;
    color: #237DFF;
}

    #to_send h1:hover {
        color: #FF9BC8;
    }

.contact_page.personal_page h1 {
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 22px;
    color: #237DFF;
}

    .contact_page.personal_page h1:hover {
        color: #FF9BC8;
    }

.contact_page.personal_page img {
    height: 325px;
}

.contact_page.personal_page .mobile_header img {
    height: auto;
}

.details:not(body) {
    font-family: Clother-Regular;
    font-weight: 200;
    font-size: 16px;
    color: #666666;
    text-align: right;
    margin-top: 22px;
    line-height: 21px;
    padding-right: 5px;
}

.details strong {
    font-weight: 200 !important;
    color: black;
    display: inline-block;
    margin-top: 8px;
    font-family: Clother-Regular;
}

.box-row.dash {
    border-bottom-style: inset;
}

.checkout_page .box.spacer20 {
    width: 18%;
}

.wrong_d {
    color: #B1B1B1;
    font-family: typopas;
    /* font-weight: 400; */
    font-size: 16px;
    margin-top: 19px;
}

a.pink_link {
    font-family: typopas;
    font-weight: 200;
    font-size: 16px;
    color: #3889FE;
}

.rec_col.col_b {
    width: 42%;
    margin-left: 4%;
}

.rec_col.col_c {
    width: 25.5%;
}

.bubble_comment {
    background: url(../img/bubble.png) no-repeat;
    width: 19px;
    height: 19px;
    background-position: 0 0;
    margin-right: 15px;
    cursor: pointer;
    margin-right: 8px;
    margin-top: -3px;
}

    .bubble_comment:hover {
        background-position: -19px 0;
    }

.little_s {
    width: 96px !important;
    height: 19px;
    margin: 0 auto;
    margin-top: -10px;
    display: block !important;
    line-height: 17px;
}

.little_s2 {
    /* width: 47px !important; */
    height: 19px;
    margin: 0 auto;
    margin-top: -10px;
    display: block !important;
    line-height: 17px;
}

select.little_s2 {
    /* width:60px !important; */
}

.little_s .select_fancyInner {
    background-position: 1px 8px !important;
}

a.tooltips {
    position: relative;
    display: block;
    transition: .3s all;
}

    a.tooltips span {
        position: absolute;
        width: 132px;
        width: 148px; /* inon */
        /*color: #919191;*/ /* inon */
        text-decoration: underline;
        background: #FFFFFF;
        text-align: right;
        border: 1px solid #919191;
        height: auto;
        line-height: 20px;
        visibility: hidden;
        padding: 5px;
        transition: .3s all;
        border-radius: 4px;
        box-shadow: 0px 0px 2px #919191;
        left: 60%;
        bottom: 60px;
        bottom: 20px; /* inon */
        margin-left: -76px;
        opacity: 0;
        font-size: 12px;
        font-size: 17px; /* inon */
    }

        a.tooltips span textarea /*rivka-new 15/2/2015*/ {
            width: 95%;
            height: 70px;
            text-align: right;
            font-size: 14px;
            /*color : #919191;*/
            background: #FFFFFF;
            border: solid 1px #C0C0C0;
            resize: none;
            overflow: auto;
        }

        a.tooltips span:before {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -10px;
            width: 0;
            height: 0;
            border-top: 10px solid #919191;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
        }

        a.tooltips span:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-top: 8px solid #FFFFFF;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

a:hover.tooltips span {
    visibility: visible;
    bottom: 30px;
    z-index: 999;
    transition: .3s all;
    opacity: 1;
}

.box-row.summery.fltrt {
    width: 20%;
    text-align: left;
    padding-left: 10%;
}

.box-row.summery .fltrt {
    width: 60%;
    text-align: right;
    /* padding-right:10%; */
}

.checkout_page .box-row.summery .fltrt {
    width: 73%;
}

.box-row.summery {
    height: 48px;
    border-bottom: 1px solid #C0C0C0;
    line-height: 35px;
    font-size: 14px;
}

.checkout_page .box-row.summery {
    height: 50px;
}

.checkout_page .rec_col.col_c .box-row.summery:not(.summery_big) .fltrt {
    display: block;
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}


.box-row.summery_big {
    height: 49px !important;
    border-bottom: 1px solid #C0C0C0;
    font-size: 24px;
    line-height: 52px;
    padding-right: 5px;
    padding-left: 10px;
}

div.payment_box {
    display: block;
    margin-top: 17px;
    padding-right: 6px;
}

div.card_name {
    width: 118px;
    float: right;
}

div.card_id {
    width: 118px;
    float: right;
    margin-right: 23px;
}

div.card_phone {
    width: 118px;
    float: right;
    margin-right: 23px;
}

div.card_num {
    width: 156px;
    margin-top: 10px;
    position: relative;
    float: right;
    margin-left: 23px;
}

/*161218 adi*/
#buynow {
    background: #e71b89;
    border-radius: 4px;
    width: fit-content;
    height: 45px;
    padding: 16px;
    border: 0;
    margin-top: -5px;
    margin-right: 40px;
    transition: .3s all;
    opacity: 1;
    text-align: center;
    padding-right: 20px;
    display: flex;
    flex-wrap: nowrap;
}

    #buynow:hover {
        opacity: 0.8;
    }

    #buynow .pleasewait {
        display: none;
        margin-left: 6px;
    }

    #buynow.disabled .pleasewait {
        display: inline;
    }

    #buynow.disabled, #buynow.disabled:hover {
        opacity: 0.5;
    }

.blue_link {
    color: #0079b8;
}

.forgot a {
    font-size: 16px;
    color: #e71b89;
}

    .forgot a:hover {
        text-decoration: underline;
    }

.secure_pay {
    color: #4c4c4c;
    white-space: pre;
    font-size: 16px;
    margin-top: 20px;
    float: right;
}

    .secure_pay img {
        margin-left: 10px;
        margin-right: 5px;
    }

.box-row.summery input[type=checkbox] {
    visibility: visible;
    float: right;
    margin-left: 8px;
    margin-top: 11px;
}

.box-row.summery label {
    width: 100%;
    float: right;
    margin-top: -9px;
}

div.visa_logo {
    /*background: url(../img/visa.png) no-repeat;*/ /*inon*/
    height: 22px;
    width: 33px;
    position: absolute;
    top: 5px;
    left: -6px;
}

div.year_exp {
    float: right;
    margin-left: 12px;
    margin-top: 11px;
    width: 108px;
}


div.month_exp {
    float: right;
    margin-top: 11px;
    width: 106px;
}

.payment_box input[type="text"] {
    border: 1px silver solid;
    padding: 5px;
    border-radius: 4px;
    width: 100%;
    height: 20px;
    font-size: 14px;
    text-indent: 7px;
}

.payment_box label { /*rivka 15/2/2015*/
    border: 1px silver solid;
    padding: 5px;
    border-radius: 4px;
    width: 118px;
    height: 17px;
    font-size: 14px;
    text-indent: 7px;
    cursor: text;
    color: #ABABA9;
    display: none;
    padding-top: 8px;
    position: absolute;
    z-index: 1;
    border: none;
    background-color: Transparent;
    float: right;
}

.checkout_mobile .payment_box label { /*rivka 25/5/2015*/
    padding-top: 14px;
}

.checkout_mobile .card_id label, .checkout_mobile .card_phone label { /*rivka 25/5/2015*/
    margin-top: 8px;
}

.payment_box div.HideInput label /*rivka 15/2/2015*/ {
    display: inline-block;
}

.payment_box div.HideInput input[type="text"] /*rivka 15/2/2015*/ {
}

.card_num label /*rivka 15/2/2015*/ {
    width: 161px;
}


.box-row.summery.agrees_block {
    margin-top: 37px;
    border: none !important;
}


/*** classic ***/

article.classic_w {
    width: 540px;
    float: right;
    color: #000;
    position: relative;
}

.classification_HTML article.classic_w {
    width: 100%;
}

.card_load_desktop article.classic_w {
    width: 740px;
    float: right;
    color: #000;
    position: relative;
}

body.extra article.classic_w {
    width: 990px;
}

aside.classic_w {
    width: 411px;
    float: right;
    padding-right: 39px;
}

body.classification_HTML aside.classic_w {
    display: none;
}

body.classification_HTML .card-balance {
    display: none;
}

.classic_w h1 {
    font-size: 48px;
    font-family: apolo;
    width: 94%; /*rivka favorites 3/4/2016*/
}

.classic_w h2 {
    font-size: 25px;
    font-family: typopas;
    font-weight: 200;
    margin-bottom: 5px;
}

.classification_HTML .classic_w h2 {
    display: none; /*nikita*/
}

.classic_w p.p_des {
    margin-top: 8px;
    font-size: 19px;
    line-height: 21px;
    margin-bottom: 13px;
}

.advant {
    margin-bottom: 4px !important;
    margin-top: 34px;
}

.classic .box.spacer20 {
    padding-right: 0;
}

.error_message /* inon */ {
    color: #ff0000 !important;
}

.classic .box-row .row_other /* inon */ {
    font-size: 15px;
    display: block !important;
    width: 100% !important;
    /*line-height:0!important;*/
    padding-top: 0 !important;
    margin-top: -8px !important; /* rivka 14/5/2015 */
    padding-right: 0 !important; /* rivka 14/5/2015 */
}

.classic_mobile .p_row .row_other /* rivka 17/5/2015 */ {
    font-size: 15px;
    display: block !important;
    width: 100% !important;
    /*line-height:0!important;*/
    padding-top: 0 !important;
    margin-top: 15px !important; /* rivka 17/5/2015 */
    margin-top: 7px !important; /* rivka 27/5/2015 */
    padding-right: 0 !important; /* rivka 17/5/2015 */
    float: right;
}

.classic_mobile .p_row .error_message /* rivka 17/5/2015 */ {
    color: #ff0000;
}

.classic .boxer .box {
    line-height: 18px;
}

ul.quality {
    list-style: none;
    font-size: 16px;
    padding-top: 19px;
}

    ul.quality li {
        border-top: 1px dotted #949494;
        height: 34px;
        line-height: 32px;
    }

        ul.quality li strong {
            padding-left: 20px;
        }

.t_limiter {
    width: 155px !important;
    width: 255px !important; /* rivka 17/5/2015 */
    padding-right: 1px !important;
}

.classic_mobile .t_limiter {
    margin: 0 auto;
    margin-top: -30px; /* rivka for android 27/5/2015 */
}

#big_image {
    width: 355px;
    height: 357px;
    overflow: hidden;
    /*border-radius: 50%;*/
    position: relative;
}

    #big_image .g_item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: default;
        overflow: hidden;
        display: flex;
    }

        #big_image .g_item img {
            min-height: 358px;
        }


.g_item img {
    min-width: 100%;
    width: 100%;
    height: auto;
    object-position: center;
    object-fit: cover;
    /*margin: 0 auto;
        float: left;*/
}

#slide_gallery {
    width: 400px;
    margin: 0 auto;
}

#side_gallery .g_item {
    width: 74px;
    height: 74px;
    float: right;
    z-index: 1;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 20px;
    transition: .3s all;
    opacity: 1;
    margin-right: 0;
}

#side_gallery > div:nth-child(3) {
    margin-left: 0px !important;
}

#side_gallery .g_item.active {
    background: black;
}

#side_gallery .g_item:hover {
    opacity: 0.8;
}

#side_gallery .g_item.active img {
    opacity: 0.5;
}

#side_gallery .g_item img {
    width: 100%;
    height: 100%;
}

.mini_heart {
    background: url(../img/heart.png);
    height: 26px;
    width: 26px;
    cursor: pointer;
    float: left;
    /*display:none;*/ /*rivka fav 3/4/16*/
}

    .mini_heart:hover {
        background-position: 26px 0;
    }

    .mini_heart.active:hover { /*rivka fav 3/4/16*/
        opacity: 0.7;
    }

    .mini_heart.active { /*rivka fav 3/4/16*/
        background: url(../img/heart2.png);
        background-position: 106px 0;
    }

.gallery {
    margin-right: 57px;
    margin-top: 15px;
    height: 574px;
    position: relative;
}

div#side_gallery {
    margin-right: 48px;
    margin-top: 22px;
    width: 85%;
}

#side_gallery::-webkit-scrollbar {
    height: 0.5em;
    width: 0.6em;
    background: white;
}

#side_gallery::-webkit-scrollbar-thumb {
    background-color: #B5AEAE;
    outline: 1px solid #B5AEAE;
}

#side_gallery::-webkit-scrollbar-button {
    display: none;
}
/*div#side_gallery::-webkit-scrollbar-button {
        width: 0;
    }*/

.onsale {
    background: #e71b89;
    color: white;
    font-size: 23px;
    font-family: apolo;
    height: 70px;
    width: 70px;
    line-height: 73px;
    right: 1px;
    top: 32px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    z-index: 6;
    font-weight: 200;
    text-indent: -2px;
}

.c_options {
    position: absolute;
    left: 4px;
    top: 25px;
}

.classic_w .boxer {
    display: block;
}

body.classification_HTML .classic_w .boxer {
    display: none; /*nikita*/
}

.classic_w .rec_line_title {
    clear: both;
    height: 23px;
    margin-top: 0;
    padding: 16px;
    padding-top: 6px;
    font-size: 18px;
    font-weight: 200;
    width: 508px;
}

.classification_HTML .classic_w .rec_line_title {
    display: none; /*nikita*/
}

.mobile .rec_line_title { /* rivka 17/5/2015 */
    clear: both;
    height: 100%;
    margin-top: 0;
    padding: 0;
    padding-left: 10px;
    padding-bottom: 16px;
    display: block;
    padding-top: 6px;
    font-size: 17px;
    font-weight: 200;
    width: 99%;
}

.classification_HTML .mobile .rec_line_title {
    display: none; /*nikita*/
}

.mobile .plus { /* rivka 17/5/2015 */
    margin-left: 8px;
    margin-right: 16px;
    margin-top: 7px;
}

.classic_w .plus {
    margin-left: 8px;
    margin-top: 7px;
}

.classic_w .rec_line_title span {
    font-weight: 100;
    font-size: 16px;
    float: none;
}

.classic_w .box-row {
    display: block;
}

button.addToCart, a.addToCart, button.finishReplaceTicekts {
    background: #237DFF;
    border: none;
    color: #fff;
    font-family: Clother-Bold;
    font-size: 18px;
    width: 182px;
    margin-top: 30px;
    height: 57px;
    padding: 9px;
    border-radius: 35px;
    text-align: center;
    /*padding-right: 23px;*/
    /* padding-top: 10px; */
    line-height: 39px;
    outline: none;
    position: relative;
    transition: .3s all;
}

.addToCart span {
    font-size: 31px;
    padding-left: 7px;
    font-weight: 100;
    font-family: typopas;
    padding-right: 2px;
    line-height: 43px;
    margin-top: 0px;
    display: block;
    position: absolute;
    top: 9px;
    right: 9px;
}

button.skipToCart {
    background: #aaaaaa;
    border: none;
    color: #fff;
    font-family: apolo;
    font-size: 20px;
    width: 110px;
    margin-top: 30px;
    height: 57px;
    padding: 6px;
    border-radius: 35px;
    text-align: center;
    padding-top: 10px;
    line-height: 39px;
    outline: none;
    position: relative;
    transition: .3s all;
    margin-left: 20px;
}

button.gotoShow {
    display: none;
}

body.play button.addToCart, body.play a.addToCart {
    display: none;
}

body.play button.gotoShow {
    display: inline;
}

body.hide-product-total div.product-total, body.hide-product-total button.addToCart, body.hide-product-total a.addToCart {
    display: none;
}

.sumrow {
    height: 100px;
}

.classic_w .box.spacer30 {
    padding: 24px 3px 22px 7px;
    line-height: 26px;
    width: 22%;
}

body.extra .classic_w .box.spacer30 {
    width: 90%;
}

.classic_w div.hidde-left-in .box.spacer30 {
    width: 80%;
}

.box.spacer15.sum {
    font-size: 29px;
    text-align: left !important;
    line-height: 29px;
    width: 8% !important;
    padding-bottom: 14px !important;
}

.sumrow .fltrt {
    font-size: 24px;
    line-height: 118px;
}

body.shows_mobile .sumrow .fltlft { /* rivka 17/5/2015 */
    font-size: 24px;
    line-height: 118px;
}

.box-row.sumrow {
    height: 116px;
    margin-bottom: 46px;
    border-bottom: 1px dotted #949494;
}

body.shows_mobile .box-row.sumrow { /* rivka 17/5/2015 */
    height: 116px;
    width: 100%;
    display: block;
    margin-bottom: 46px;
    border-bottom: 0 !important;
    /*border-bottom: 1px dotted #949494;*/
}

.classic_w .box-row p {
    margin-top: 0;
    line-height: 20px;
    margin-bottom: 21px;
}

.classic_w .box-row pre {
    margin-top: 0;
    line-height: 20px;
    margin-bottom: 21px;
    color: #565656;
    margin: 1em 0;
    font-family: typopas;
    font-weight: 200;
    font-size: 16px;
    direction: rtl;
}

div.related {
    width: 100%;
    margin-top: 86px;
}

div.related_title {
    border-bottom: 1px dotted #949494;
}

div.related_title_text {
    background: white;
    height: 30px;
    color: #6f6f6f;
    margin: 0 auto;
    text-align: center;
    width: 157px;
    font-size: 24px;
    margin-bottom: -16px;
}

div.related_items {
    margin-top: 49px;
    height: 172px;
}

.cat_img img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

div.r_item {
    width: 212px;
    position: relative;
    padding-top: 124px;
    /*height: 2px;*/ /* inon */
    cursor: pointer;
    float: right;
    margin-left: 49px;
}

div.r_item_image {
    height: 123px;
    width: 124px;
    height: 124px;
    /*background: url(../img/circ.png);*/
    /*background-image: url(../img/circ2.png);*/ /* inon */
    /*background-repeat:no-repeat;*/ /* inon */
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    width: 123px;
    border-radius: 50%;
    overflow: hidden;
}

    div.r_item_image:hover img {
        -webkit-transform: scale(1.25) rotate(5deg); /* Safari and Chrome */
        -moz-transform: scale(1.25) rotate(5deg); /* Firefox */
        -ms-transform: scale(1.25) rotate(5deg); /* IE 9 */
        -o-transform: scale(1.25) rotate(5deg); /* Opera */
        transform: scale(1.5) rotate(5deg);
        opacity: 0.7;
    }

.r_item_image img {
    width: 100%;
    min-height: 128px;
    transition: all 0.5s ease;
}

.r_item h1 {
    font-size: 20px;
    text-align: center;
    margin-top: 4px;
    font-weight: 200;
    margin-bottom: 3px;
}

.r_item h2 {
    color: #6f6f6f;
    font-family: apolo;
    font-weight: 200;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.category .single_cat h4 {
    color: #6f6f6f;
    font-family: apolo;
    font-weight: 200;
    font-size: 14px;
    text-align: center;
    margin: 0;
    font-family: typopas !important;
}

ul.quality li:last-child {
    border-bottom: 1px dotted #949494;
}

.r_item:last-child {
    margin-left: 0;
}

button.addToCart:hover, a.addToCart:hover {
    opacity: 0.7;
}

.classic_w .box-row:last-child {
    border-bottom: none;
}
.select_show span option {
    display:none !important;
}
.select_fancy_gray {
    padding: 4px;
    margin: 0;
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 37px;
    background: #e4e4e4;
    color: #000000;
    outline: none;
    display: inline-block;
    cursor: pointer;
    width: 120px;
    font-size: 16px;
    font-family: typopas;
    font-weight: 200;
    outline: none;
    height: 20px;
    margin-right: -18px;
    text-indent: 2px;
}

    .select_fancy_gray .select_fancy_grayInner {
        background: url('../img/arrow_down.png') 1px 5px no-repeat;
        width: 95% !important;
        background-position: 10px 9px;
        opacity: 0.8;
        padding: 3px;
        /*margin-top: 3px;*/
        /* text-align: center; */
        height: 10px;
    }

    .select_fancy_gray.select_fancy_grayOpen .select_fancy_grayInner {
        background: url('../img/arrow_up.png') 1px 5px no-repeat;
        opacity: 0.8;
        background-position: 10px 9px;
    }

    .select_fancy_gray select option {
        font-size: 14px;
        font-family: typopas;
        font-weight: 200;
    }

.box.spacer15.left_in {
    line-height: 33px;
    width: 18%;
    color: #969696;
    font-size: 16px;
    padding-right: 55px;
}

.box.spacer30.left_in {
    line-height: 32px;
    padding-right: 45px !important;
    width: 25% !important;
}

.classic_mobile .box.spacer30.left_in { /* rivka 17/5/2015 */
    line-height: 32px;
    padding: 0 !important;
    width: 100% !important;
    text-align: center;
}

.rightsum {
    font-size: 22px;
    text-align: right !important;
    line-height: 26px;
    width: 5% !important;
    padding-bottom: 14px !important;
}

.box.spacer20.capac {
    width: 4%;
    padding-top: 16px;
    padding-bottom: 14px !important;
}

.couple {
    line-height: 26px;
    padding-right: 0 !important;
    width: 11% !important;
    padding-bottom: 14px !important;
}

.more_options {
    margin-top: 32px;
}

.video_box.double_space {
    margin-top: 249px;
}

.m_options li {
    height: 34px !important;
    padding-top: 5px;
}

.select_fancy_gray.ver2 {
    padding: 4px;
    margin: 0;
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 37px;
    background: #e4e4e4;
    color: #000000;
    outline: none;
    display: inline-block;
    cursor: pointer;
    width: 120px;
    font-size: 16px;
    font-family: typopas;
    font-weight: 200;
    outline: none;
    height: 20px;
    margin-right: -18px;
}

    .select_fancy_gray.ver2 .select_fancy_grayInner, .select_fancy_gray.ver2.select_fancy_grayOpen .select_fancy_grayInner {
        background: url('../img/two_arrows.png') 9px 5px no-repeat;
        width: 95% !important;
        padding-left: 4%;
    }

.selections {
    height: 70px;
}

.no-pad {
    padding: 0 !important;
}

.no-bor {
    border-bottom: none !important;
}

ul.quality .checkboxPink label {
    margin-top: 8px;
}

.select_fancy_gray.ver3 {
    padding: 4px;
    margin: 0;
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f4f4f4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f4f4f4 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f1f1f1',GradientType=0 );
    color: #000000;
    outline: none;
    border: 1px solid #d4d4d4;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-family: typopas;
    font-weight: 200;
    outline: none;
    height: 20px;
    margin-right: -18px;
}

    .select_fancy_gray.ver3 .select_fancy_grayInner, .select_fancy_gray.ver2.select_fancy_grayOpen .select_fancy_grayInner {
        background: url('../img/two_arrows.png') 9px 5px no-repeat;
    }

/*shows*/

.classic_w p, .classic_w h2, ul.quality li {
    color: #565656;
}

.classic_w .p_des {
    color: #1b1b1b;
}

.dis_title {
    color: #454545;
    opacity: 8.8;
    margin-top: -2px;
}

.classification_HTML .dis_title {
    display: none; /*nikita*/
}

.mobile .dis_title /* rivka 17/5/2015 */ {
    margin-top: 6px;
    margin-right: 50px; /* rivka 3/6/2015 */
    line-height: 1.4; /* rivka 4/6/2015 */
}

.pinkstar {
    color: #3889FE;
    font-size: 22px;
    float: right;
    margin-left: 10px;
}

.boxer_shows {
    width: 100%;
    margin-top: 17px;
}

    .boxer_shows .box {
        width: auto;
        display: block;
        float: right;
    }

.sel_1 {
    width: 195px !important;
    margin-right: 0 !important;
    margin-top: 5px;
}

.sel_2 {
    width: 332px !important;
    margin-right: 13px !important;
    margin-top: 5px;
}

.sel_3 {
    width: 532px !important;
    margin-right: 0 !important;
}

.maxwidth {
    width: 100% !important;
    margin-top: 10px;
    padding-bottom: 22px;
}

.box-row.sumbox {
    border-bottom: 1px dotted #949494;
    padding-bottom: 20px;
    padding-top: 4px;
    clear: both;
}

    .box-row.sumbox.order_remark {
        border-bottom: 0px;
        margin-top: 15px;
    }

.box-row.leftinstock {
    height: 46px;
    line-height: 22px;
    padding-top: 20px;
    border-bottom: 1px solid #949494;
    margin-top: 3px;
    padding-right: 2px;
}

.leftinstock .fltlft {
    font-size: 23px;
}

.select_fancy_grayHover {
    background: #b8b8b8 !important;
    color: white !important;
}

/* shows ver 2 */
.classic_w.full {
    width: 100%;
}

.cover_image {
    padding-top: 8px;
    border-top: 1px solid #e1e1e1;
    margin-top: 35px;
    text-align: center; /* inon */
}

.orders_events {
}

.classic_w.full .box-row {
    display: table-row;
    height: 59px;
}

.classic_w.full .rec_line {
    margin-top: 20px;
    margin-bottom: 20px;
}

.orders_events .rec_line_title.box-row .box {
    padding: 11px 10px 11px 0 !important;
    text-align: right;
    font-weight: 200;
    display: table-cell;
    font-size: 16px !important;
}

.classic_w.full .titlebox {
    float: right;
    clear: both;
}

    .classic_w.full .titlebox .image_r {
        height: 85px;
        width: 85px;
        /*border-radius: 50%;*/
        overflow: hidden;
        float: right;
    }

        .classic_w.full .titlebox .image_r img {
            width: auto;
            height: 100%;
            min-height: 85px;
        }

    .classic_w.full .titlebox .title_text_c {
        float: right;
        margin-right: 10px;
    }

.classic_w.full .select_show {
    border-radius: 20px;
    background: #e1e0e0;
    padding: 6px;
    line-height: 19px;
    width: 95px;
    margin-right: 14px;
    margin-top: 3px;
    height: 17px;
    color: black;
    font-size: 16px;
    transition: .3s all;
    cursor: pointer;
    text-align: center;
    padding-bottom: 8px;
}

    .classic_w.full .select_show:hover {
        background: #3889FE;
        color: #fff;
    }

.classic_w.full .titlebox .title_text_c h1, .classic_w.full .titlebox .title_text_c h1 a {
    color: #e71b89;
    font-size: 36px;
    margin-top: 14px;
}

    .show_page.classic_w.full .titlebox .title_text_c h1, .classic_w.full .titlebox .title_text_c h1 a {
        color: #3889FE;
        font-size: 36px;
        font-family: clother-bold;
        margin-top: 14px;
        white-space: pre;
    }

.classic_w.full .titlebox .title_text_c p, .classic_w.full .titlebox .title_text_c p a {
    color: #565656;
    margin-top: 0;
    font-size: 18px;
}

.classic_w.full .rec_line_title {
    width: 100%;
    height: 36px;
    margin-top: 0;
    padding: 0;
    padding-top: 0px;
    font-size: 18px;
    font-weight: 800;
    border: none;
}

.orders_table .box {
    padding: 18px 0px 7px 0 !important;
    font-size: 15px;
}

.my_funds .orders_table .box {
    font-family: Clother-Light;
}

.orders_table .box .Link {
    font-family: Clother-Light;
}

.orders_table .box b {
    font-family: Clother-Bold;
}

.orders_events .box.bx1 {
    width: 22%;
}

.orders_events .box.bx1 {
    width: 22%;
    font-size: 16px;
    padding: 21px 0px 8px 0 !important;
}

.orders_events .box.bx2 {
    width: 7%;
    padding: 18px 14px 0px 0 !important;
}


.orders_events .box.bx3 {
    width: 7%;
}

.orders_events .box.bx4 {
    width: 11%;
    padding: 12px 0 0 0 !important;
}

    .orders_events .box.bx4 .trigger {
        margin-right: 0px;
    }

    .orders_events .box.bx4 ul.options.open {
        margin-right: -18px !important;
    }

        .orders_events .box.bx4 ul.options.open li {
            text-align: center;
        }

.orders_events .box.bx5 {
    width: 6%;
    text-align: center;
}

.orders_events .box.bx6 {
    width: 16%;
    padding: 12px 0px 7px 0 !important;
}

.orders_events .box.bx7 {
    width: 27% !important;
    padding-right: 8px !important;
    text-align: right !important;
    font-size: 14px;
    padding-top: 9px !important;
}

.show_page.orders_events .box.bx7 {
    width: 25% !important;
    padding-right: 8px !important;
    text-align: right !important;
    font-size: 14px;
    padding-top: 9px !important;
}


/*cart*/
.shopping_cart_table.boxer .box {
    padding: 32px 10px 0 0;
}

.shopping_cart .double_white_round div.trigger, .shopping_cart .double_white_round ul.options {
    margin-right: 0px;
    right: 0 !important;
}

.before_p .wrapper h2 {
    margin-top: -24px;
    font-size: 31px;
    font-weight: 200;
    margin-bottom: 0;
}

.pink-arrow-left {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #e71b89;
    position: absolute;
    left: -7px;
    top: 12px;
}

.pink_title {
    background: #e71b89;
    padding: 10px !important;
    height: 17px;
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    color: white;
    font-family: clother-Regular;
    width: 15.5%;
    text-indent: -5px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    float: right;
    line-height: 18px;
    width: 50%;
    text-align: right;
    text-indent: 2%;
}

.before_p .rec_line_title {
    display: table-row;
    font-family: typopas;
    font-size: 13px;
    line-height: 0px;
    height: 35px !important;
}

.before_p .no-border {
}

.before_p .rec_line {
    margin-top: 8px;
}

.shopping_cart_table.boxer .box.bw_1 {
    width: 47%;
    padding: 0px !important;
}

.shopping_cart_table.boxer .box.bw_2 {
    width: 8%;
    padding: 37px 2px 0 0;
    font-size: 23px;
}

.shopping_cart_table.boxer .box.bw_3 {
    width: 11%;
}

.shopping_cart_table.boxer .box.bw_4 {
    width: 11%;
    padding: 37px 23px 0 0;
    font-size: 23px;
}

.shopping_cart_table.boxer .box.bw_5 {
    width: 11%;
    padding: 39px 0px 0 0;
}

.shopping_cart_table.boxer .box.bw_6 {
    width: 6.5%;
    padding: 45px 29px 0 0;
}

.shopping_cart_table.boxer .box.bw_7 {
    width: 6.5%;
    padding: 45px 10px 0 0;
}

.p_c_name a {
    color: #3889FE;
}


.edit_b {
    background: url('../img/edit.png') -9px 0px no-repeat;
    height: 10px;
    width: 10px;
    cursor: pointer;
    margin-right: 5px;
}

.delete_b {
    background: url('../img/edit.png') 0px 0px no-repeat;
    height: 10px;
    width: 9px;
    cursor: pointer;
    margin-right: 5px;
}

.edit_b:hover {
    background: url('../img/edit.png') -9px -14px no-repeat;
}

.delete_b:hover {
    background: url('../img/edit.png') 0px -14px no-repeat;
}

.p_circ {
    width: 56px;
    height: 45px;
    border: 2px solid #cccccc;
    background: white;
    text-align: center;
    overflow: hidden;
    /*border-radius: 50%;*/
    vertical-align: middle;
    margin-top: 18px;
    padding-top: 10px;
    float: right;
}

.rec_line_title.box-row .box {
    padding: 19px 23px 0 0;
}

.box.bw_1 {
    padding: 41px 10px 0 0;
}

.before_p .bubble_comment {
    background: url(../img/bubble_big.png) no-repeat 0 0;
    width: 23px;
    height: 23px;
    margin-right: 9px;
    margin-top: -1px;
}

    .before_p .bubble_comment:hover {
        background-position: 0 -23px;
    }

.before_p .tooltips span {
    left: 18px;
}

.before_p a.tooltips {
    width: 35px;
}

.before_p a:hover.tooltips span {
    bottom: 36px;
}


.before_p .rec_line_title .box {
    font-size: 16px !important;
}

.before_p .rec_line_title .bw_1 {
    padding: 10px 0 0 0;
}

.before_p .rec_line_title .bw_2 {
    padding: 19px 12px 0 0 !important;
}

.before_p .rec_line_title .bw_3 {
    padding: 19px 29px 0 0;
}

.before_p .rec_line_title .bw_4 {
    padding: 19px 23px 0 0 !important;
}

.before_p .rec_line_title .bw_5 {
    padding: 19px 1px 0 0 !important;
}

.before_p .rec_line_title .bw_6 {
    padding: 20px 25px 0 0 !important;
}

.before_p .rec_line_title .bw_7 {
    padding: 20px 5px 0 0 !important;
}

.shopping_cart .p_c_description { /*rivka 14/5/2015*/
    float: right;
    margin-right: 16px;
    margin-top: 32px;
    margin-top: 22px; /* inon */
    width: 350px; /* inon */
}

.p_c_description::after, .before_p .box-row::after {
    content: '';
    clear: both;
}

.p_c_name {
    font-size: 16px;
    color: black;
    margin-bottom: 4px;
}

.p_c_makat {
    font-size: 15px;
    color: #535353;
}

.before_p .wrapper .r_item h2 { /* inon */
    color: #6f6f6f;
    font-family: apolo;
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    margin: 0;
}

.select_fancy.little_s2.rounded_s {
    border-radius: 18px !important;
    /* width: 67px !important; */
    float: right;
    text-indent: 25px;
    font-size: 20px;
    line-height: 19px;
}

body.shows_mobile span.select_fancy.little_s2.rounded_s span /*rivka 28/5/2015*/ {
    padding-left: 10px;
    margin-right: -14px;
}

.select_fancy.little_s2.rounded_s .select_fancyInner {
    background: url(../img/two_arrows.png) no-repeat;
    background-position: 6px 4px;
    height: 25px;
    line-height: 20px;
    float: right;
}

.cart_summery {
    clear: both;
    height: 80px;
    width: 100%;
    float: left;
    padding-top: 16px;
    text-align: left;
}

body.shopping_cart .cart_total {
    margin-left: 12px;
    line-height: 53px;
    direction: rtl;
}

body.shopping_cart .cart_total_sum {
    float: left;
}

.cart_total {
    color: #535353;
    font-size: 18px;
}

.cart_total_sum {
    color: black;
    font-size: 41px;
}

.pay_button {
    width: 165px;
    float: left;
    margin-top: -22px;
}

/* fancy select */
.fancy-select select {
    position: relative;
    visibility: hidden !important;
}

div.fancy-select {
    position: relative;
}

    div.fancy-select.disabled {
        opacity: 0.5;
    }

    div.fancy-select select:focus + div.trigger {
        box-shadow: 0 0 0 2px #4B5468;
    }

        div.fancy-select select:focus + div.trigger.open {
            box-shadow: none;
        }

    div.fancy-select div.trigger {
        border-radius: 29px;
        cursor: pointer;
        padding: 6px 0px 7px 0px;
        text-indent: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        background: #e4e4e4;
        border: none;
        color: #494949;
        width: 100%;
        transition: all 240ms ease-out;
        -webkit-transition: all 240ms ease-out;
        -moz-transition: all 240ms ease-out;
        -ms-transition: all 240ms ease-out;
        -o-transition: all 240ms ease-out;
    }

        div.fancy-select div.trigger:after {
            background: url('../img/arrow_down_g.png') 1px 5px no-repeat;
            width: 100% !important;
            content: '';
            height: 11px;
            display: block;
            position: absolute;
            left: 9px;
            top: 7px;
        }

        div.fancy-select div.trigger.open:after {
            background: url('../img/arrow_up_g.png') 1px 5px no-repeat;
            content: '';
        }

.double_white div.trigger:after {
    background: url('../img/two_arrows.png') 1px 5px no-repeat;
    width: 100% !important;
    content: '';
    height: 16px;
    display: block;
    position: absolute;
    left: 9px;
    top: 5px;
}

div.fancy-select div.trigger:after {
    background: url('../img/arrow_down_g.png') 1px 5px no-repeat;
    width: 100% !important;
    content: '';
    height: 16px;
    display: block;
    position: absolute;
    left: 9px;
    top: 7px;
}

div.fancy-select.single_white div.trigger:after {
    background: url('../img/arrow_down.png') 1px 5px no-repeat;
    width: 100% !important;
    content: '';
    height: 11px;
    display: block;
    position: absolute;
    left: 9px;
    top: 7px;
}

div.fancy-select.single_white div.trigger.open:after {
    background: url('../img/arrow_up.png') 1px 5px no-repeat;
    content: '';
}

div.fancy-select.single_white div.trigger, .contact_form .double_white div.trigger {
    border: 1px solid #d4d4d4;
    background: white !important;
    border-radius: 4px !important;
}

.double_white_round div.trigger {
    border: 1px solid #d4d4d4 !important;
    background: white !important;
    border-radius: 16px !important;
    height: 14px !important;
    margin-top: 3px;
    width: 76px !important;
    margin-right: 19px;
    font-size: 19px;
    line-height: 14px;
    text-align: Center;
    text-indent: -5px !important;
}

div.fancy-select.select_fancy.double_white_round div.trigger:after {
    background: url('../img/two_arrows.png') 1px 5px no-repeat;
    width: 100% !important;
    content: '';
    height: 16px;
    display: block;
    position: absolute;
    left: 9px;
    top: 4px;
}

div.fancy-select.select_fancy.double_white_round ul.options {
    width: 78px !important;
    right: 18px;
}

div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 117%;
    visibility: hidden;
    opacity: 0;
    z-index: 9999999;
    max-height: 300px;
    overflow: auto;
    background: #fff;
    border-radius: 6px;
    right: 0;
    border: 1px solid #d4d4d4;
    width: 98%;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

    div.fancy-select ul.options.open {
        visibility: visible;
        opacity: 1;
        transition: opacity 300ms ease-out, top 300ms ease-out;
        -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
        -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
        -o-transition: opacity 300ms ease-out, top 300ms ease-out;
    }

    div.fancy-select ul.options.overflowing {
        top: auto;
        bottom: 40px;
        transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    }

        div.fancy-select ul.options.overflowing.open {
            top: auto;
            bottom: 50px;
            transition: opacity 300ms ease-out, bottom 300ms ease-out;
            -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
            -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
            -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
            -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
        }

    div.fancy-select ul.options li:first-child {
        /*display:none;*/ /* inon */
        /*font-weight:bold;*/
    }

div.hide_first ul.options li:first-child {
    display: none;
}
/*div.fancy-select.hide_first ul.options li:first-child {
	font-weight:normal;
} */
div.fancy-select ul.options li {
    padding: 5px 13px;
    color: #000;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 1px solid #d4d4d4;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
}

    div.fancy-select ul.options li:last-child {
        border-bottom: none;
    }

    div.fancy-select ul.options li.selected {
        background: #e4e4e4;
        color: #000;
    }

    div.fancy-select ul.options li.hover {
        color: #000;
    }

.contact_page .double_white .trigger {
    width: 66%;
    height: 17px;
}

.contact_page .double_white .options {
    width: 67%;
    right: 27%;
}

.phone_select .options {
    width: 70px !important;
    left: 25px;
    right: auto !important;
    top: 4px !important;
}

div.fancy-select ul.options li:hover {
    background: #e4e4e4
}

.double_a .trigger {
    min-width: 106px;
}

.cat_drop .trigger {
    border-radius: 8px !important;
    height: 30px !important;
}

.cat_drop .trigger {
    border-radius: 8px !important;
    height: 12px !important;
    font-size: 13px;
    text-indent: 8px !important;
}

.sw2 .trigger {
    text-indent: -8px !important;
}

div.fancy-select.single_white.cat_drop div.trigger:after {
    top: 4px !important;
}

div.fancy-select.single_white.cat_drop .options {
    font-size: 13px !important;
    width: 100%;
}

.little_round .trigger {
    border-radius: 4px !important;
    height: 17px !important;
    font-size: 14px;
    line-height: 19px !important;
    text-indent: 10px !important;
    border: 1px solid rgb(171, 171, 171) !important;
    margin-top: -2px !important;
}

    .little_round .trigger:hover, div.fancy-select div.trigger:hover {
        background: #b8b8b8 !important;
        color: white !important;
    }

div.fancy-select.single_white div.trigger:hover, div.fancy-select.double_white div.trigger:hover, div.fancy-select.double_white_round div.trigger:hover {
    background: #f1f1f1 !important;
    color: #494949 !important;
}

div.fancy-select.phone_select div.trigger.open:after, div.fancy-select.little_round div.trigger:after, div.fancy-select.double_a div.trigger:after {
    background: url('../img/two_arrows.png') 1px 5px no-repeat;
    content: '';
}

div.fancy-select.phone_select.double_white div.trigger:after, div.fancy-select.little_round div.trigger:after, div.fancy-select.double_a div.trigger:after {
    background: url('../img/two_arrows.png') 1px 5px no-repeat;
    width: 100% !important;
    content: '';
    height: 16px;
    display: block;
    position: absolute;
    top: 5px;
}

div.fancy-select.little_round div.trigger:after {
    top: 4px;
}

.fancy-select.select_fancy.double_white.phone_select div.trigger:after {
    height: 16px;
    top: 0px;
}

.phone_select .trigger {
    position: absolute !important;
    display: inline-block;
    background: transparent;
    width: 68px !important;
    left: 27px;
    text-indent: 6px;
    padding: 0;
    border: none !important;
    line-height: 7px;
    border-right: 1px solid #bdbdbd !important;
    top: -26px;
    border-radius: 0 !important;
    height: 5px !important;
}

.fancy-select.select_fancy.double_white.phone_select .trigger:hover {
    background: white !important;
}

.fancy-select.select_fancy.double_white.phone_select .trigger {
    border-radius: 0 !important;
}

.ns {
    bottom: 0;
    font-size: 61%;
}

.thank_you .ns {
    font-size: 100% !important;
    margin-right: 3px !important;
    font-family: Clother-Bold;
}

.thank_you.print .no-print {
    display: none !important;
}

sub.ns {
}

.checkout_page .ns, .checkout_mobile .ns {
    bottom: 0;
    font-size: 90%;
}

.logo_container.shortlogo {
    background: url(../img/logos.png) no-repeat;
    width: 117px;
    margin-top: 0;
    height: 44px;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: -51px;
}

hr {
    margin-top: 4px;
    border-top: 1px solid #B9B9B9 !important;
}

.homepage sub.ns {
    font-size: 91%;
    margin-right: 2px !important;
}

.homepage strong {
    font-weight: 200;
}

.classic .ns {
    font-size: 80%;
}

.ie8 .histadrut_menu ul, .ie8 .histadrut_menu ul li, .whiteMenu .iO {
    background: white;
}

    .ie8 .histadrut_menu ul li:hover {
        background: #e71b89;
    }

.ie8 .single_cat {
    margin: 5px 9px 5px 9px;
}

.ie8 input[type="checkbox"], .ie8 .checkboxWhite input[type="checkbox"], .ie8 .checkboxPink input[type="checkbox"] {
    visibility: visible !important;
    width: 10px;
    height: 10px;
}

.ie8 .checkboxWhite label, .ie8 .checkboxPink label {
    display: none;
}

.ie8 .spacer16 {
    padding-top: 5px !important;
}

.ie8 .checkout_page .boxer .box.spacer16 { /*rivka-new 15/02/2015*/
    padding: 11px 21px 11px 0px !important;
}

.ie8 .checkout_page .boxer .bls_row .box.spacer16 { /*rivka-new 15/02/2015*/
    padding: 21px 21px 1px 0px !important;
}

    .ie8 .checkout_page .boxer .bls_row .box.spacer16.box_num_of_payments { /*rivka-new 15/02/2015*/
        padding: 11px 21px 1px 0px !important;
    }

.ie8 .checkout_page .boxer .bls_row .box.spacer20 { /*rivka-new 15/02/2015*/
    padding: 11px 0px 11px 0px !important;
}

.ie8 .r_item {
    margin-left: 30px;
}


/************************

	Shows Ticket select

************************/

.seat-select-stage1 {
    height: 380px;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    padding-bottom: 24px;
    margin-top: 40px;
    margin-bottom: 32px;
}

.seat-selected-label {
    font-size: 1.13em;
    font-weight: 400;
    font-family: apolo;
    padding-top: 10px;
}

    .seat-selected-label .seat-total {
        color: #3889FE;
    }


.seat-map-wrapper {
    display: block;
    width: 50%;
    height: 70%;
    margin: 0 auto;
    padding-top: 60px;
}

#seat-gush1,
#seat-gush2,
#seat-gush3 {
    background-color: #ededed;
    padding-top: 20px;
    box-sizing: border-box;
    color: #3b3b3b;
    font-size: 31.83px;
    font-family: typopas;
    text-align: center;
    display: inline-block;
    transition: all 0.1s linear;
}

    #seat-gush1:hover,
    #seat-gush2:hover,
    #seat-gush3:hover {
        background-color: #e71b89;
        color: #ededed;
    }

#seat-gush1,
#seat-gush3 {
    position: relative;
    top: 40px;
    margin: 0 10px;
}

#seat-gush1 {
    width: 150px;
    height: 75px;
    -webkit-transform: rotate(30deg) skew(20deg);
    -ms-transform: rotate(30deg) skew(20deg);
    transform: rotate(30deg) skew(20deg);
}

#seat-gush2 {
    width: 132px;
    height: 80px;
}

#seat-gush3 {
    width: 150px;
    height: 75px;
    -webkit-transform: rotate(-30deg) skew(-20deg);
    -ms-transform: rotate(-30deg) skew(-20deg);
    transform: rotate(-30deg) skew(-20deg);
}

.seat-bama {
    background-color: #ededed;
    padding-top: 20px;
    box-sizing: border-box;
    font-size: 31.83px;
    font-family: typopas;
    text-align: center;
    display: inline-block;
    color: #3b3b3b;
    height: 72px;
    width: 183px;
    position: relative;
    right: 150px;
    top: 20px;
}

.seat-price-wrapper {
    border-top: 1px solid #ededed;
}

    .seat-price-wrapper p {
        text-align: center;
        margin-top: 15px;
        font-weight: 400;
    }


/* Seat select Stage 2 */

.seat-select-stage2 {
    height: 100%;
    display: none;
}

.seat-selected-wrapper {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    height: 38px;
    margin-top: 30px;
    padding-top: 5px;
}

.seat-icon {
    height: 21px;
    width: 21px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: 4px;
}

    .seat-icon:first-child {
        margin-right: 0px;
    }

.seat-available {
    border: 2px solid #3889FE;
}

.seat-chosen {
    background-color: #3889FE;
}


.seat-unavailable {
    background-color: #C0C0C0;
}


.seat-selected-label.fltrt {
    height: 29px;
    margin-top: -10px;
}

    .seat-selected-label.fltrt span {
        font-family: typopas;
        font-weight: 200;
        font-size: 1em;
    }

/* Seat map */
.seat-map-outer {
    width: 100%;
    overflow-x: auto;
}

#seat-map {
    padding-top: 20px;
}

div.seatCharts-container {
    width: 1150px;
    padding-bottom: 20px;
}

body.tickets_mobile div.seatCharts-container { /* rivka 31/5/2015*/
    width: 100%;
}

body.tickets_mobile .seat-map-outer { /* rivka 31/5/2015*/
    text-align: right;
    overflow-x: scroll;
    direction: rtl;
}

div.seatCharts-cell {
    box-sizing: border-box;
    padding-top: 2px;
    height: 20px;
    width: 20px;
    margin-left: 3px;
    float: right;
    text-align: center;
    outline: none;
    font-size: 13px;
    line-height: 15px;
    color: black;
    font-family: typopas;
}

div.seatCharts-seat {
    background-color: #fff;
    font-size: 14px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: default;
    cursor: pointer; /* inon */
    position: relative;
    right: 44px;
}

    div.seatCharts-seat:focus {
        border: none;
    }

div.seatCharts-space {
    /*margin-left: 13px;
	font-size: 22px;
	font-family: typopas;*/ /* inon - space width = circle width */
    background-color: white;
}

div.seatCharts-rowID {
    position: re;
}

div.seatCharts-rowID {
    position: absolute;
    -webkit-backface-visibility: hidden; /* rivka 26/5/2015  problem android the column of numbers scoll with the screen*/
    z-index: 555;
    /* Making the row id stay fixed while scrolling */
    margin-left: 13px;
    font-size: 22px;
    font-family: typopas; /* inon - moved from .seatCharts-space */
}

div.seatCharts-row {
    height: 30px;
}

    div.seatCharts-row:after {
        clear: both;
    }

div.seatCharts-seat.selected {
    background-color: #e71b89;
    color: white;
    padding-top: 3px;
}

    .selected-no-subsidy, div.seatCharts-seat.selected.selected-no-subsidy {
        background-color: #9FC6FF;
    }

.stay-free-chair {
    background-color: #dda0dd;
}




div.seatCharts-seat.focused {
    background-color: rgb(235, 111, 178);
    color: white;
    padding-top: 3px;
}

div.seatCharts-seat.available {
    background-color: #fff;
    border: 1px solid #9b9b9b;
    color: #e71b89;
}

div.seatCharts-seat.unavailable {
    background-color: #9b9b9b;
    color: white;
    padding-top: 3px;
    cursor: default;
}

ul.seatCharts-legendList {
    list-style: none;
}

li.seatCharts-legendItem {
    margin-top: 10px;
    line-height: 2;
}

div.section-title { /* inon */
    color: #e71b89;
    font-weight: 200;
    font-size: 1.3em;
    text-indent: 45px;
    margin-bottom: 20px;
}

/*changes start*/
.ie8 .single_res .circ {
    background: none;
}

.product_table {
    border: 1px solid #B5B5B5;
    border-radius: 0 !important;
    -webkit-border-radius: 9px;
}
/*changes end*/


/*Firma - 15/01/15 */
#side_gallery .g_item, .r_item, #big_image {
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.circ {
    background-size: cover;
}




/*  inon FROM HERE: */
.hidden-by-server {
    display: none !important;
}

.p_circ img {
    width: 37px;
    height: 37px;
}

.mag {
    cursor: pointer;
}

body.classic .rec_line_title .dis_title {
    line-height: 37px;
}

.ff-large .ff-title {
    font-size: 25px;
    font-family: typopas;
    font-weight: 200;
    margin-bottom: 5px;
}

.ff-large .ff-text {
    margin-top: 0;
    line-height: 20px;
    margin-bottom: 21px;
}

.ff.ff-line, .ff.ff-lineh { /*rivka 14/5/2015*/
    border-top: 1px solid #949494;
    /*height: 34px;*/ /*rivka 30/4/2015*/
    line-height: 32px;
    color: #565656;
}

.form-fields .ff.ff-lineh { /*rivka 22/2/2016*/
    border-top: 0px;
    line-height: 32px;
    padding-top: 12px;
}

    .form-fields .ff.ff-lineh .ff-title { /*rivka 22/2/2016*/
        vertical-align: top;
        font-weight: 200;
        width: auto; /*nikita 12/11/2020*/
    }

    .form-fields .ff.ff-lineh.ff-field .ff-text { /*rivka 22/2/2016*/
        line-height: 16px;
    }

        .form-fields .ff.ff-lineh.ff-field .ff-text select { /*rivka 22/2/2016*/
            line-height: 18px;
            width: 50%;
        }

    .form-fields .ff.ff-lineh.ff-field.red_reuqired .ff-text select { /*rivka 22/2/2016*/
        border-color: red;
    }

    .form-fields .ff.ff-lineh.ff-field.f-Phone .ff-text select { /*rivka 22/2/2016*/
        line-height: 18px;
        width: 70px;
    }

    .form-fields .ff.ff-lineh.ff-field.f-Phone .ff-text .select_fancy { /*rivka 22/2/2016*/
        width: 70px;
        display: inline-block;
    }

    .form-fields .ff.ff-lineh.ff-field.f-Date .ff-text .select_fancy { /*rivka 22/2/2016*/
        width: 90px;
        margin-left: 7px;
        display: inline-block;
    }

.classic_mobile .form-fields .select_fancy_gray /*rivka 22/2/2016*/ {
    width: 100px !important;
    top: 0px !important;
    display: block;
}

.classic_mobile .form-fields .form_box /*rivka 22/2/2016*/ {
    width: 75%;
    display: inline-block;
}

.classic_mobile .form-fields .cell_title /*rivka 22/2/2016*/ {
    width: 22%;
    display: inline-block;
}

.classic_mobile .form-fields .select_div /*rivka 22/2/2016*/ {
    display: inline-block;
    margin-right: 5px;
}

.classic_mobile .form-fields span.select_fancy_gray /*rivka 22/2/2016*/ {
    display: block !important;
    margin-top: -25px;
}

.classic_mobile .form-fields .ff-date .select_fancy_gray /*rivka 22/2/2016*/ {
    width: 82px !important;
}

.classic_mobile .form-fields .ff-phone .select_fancy_gray /*rivka 22/2/2016*/ {
    width: 70px !important;
}


.classic_mobile .form-fields .ff-phone .select_div /*rivka 22/2/2016*/ {
    margin-right: 5px;
}

.classic_mobile .form-fields .ff-phone input[type="text"] { /*rivka 22/2/2016*/
    border: 1px silver solid;
    padding: 5px;
    border-radius: 4px;
    width: 120px;
    height: 16px;
    font-size: 14px;
    text-indent: 7px;
    vertical-align: top;
    margin-right: 20px;
    margin-top: 3px;
}

.classic_mobile .form-fields input[type="text"] { /*rivka 22/2/2016*/
    border: 1px silver solid;
    padding: 5px;
    border-radius: 4px;
    width: 90%;
    height: 16px;
    font-size: 14px;
    text-indent: 7px;
    vertical-align: top;
    margin-right: 20px;
    margin-top: 3px;
}

.classic_mobile .form-fields .title /*rivka 22/2/2016*/ {
    height: auto;
}

.form-fields .ff.ff-lineh.ff-field.f-Phone .ff-text input[type="text"] { /*rivka 22/2/2016*/
    border: 1px silver solid;
    padding: 5px;
    border-radius: 4px;
    width: 120px;
    height: 16px;
    font-size: 14px;
    text-indent: 7px;
    vertical-align: top;
    margin-left: 5px;
}

.form-fields .ff.ff-lineh.ff-field.f-TextBox .ff-text input[type="text"] { /*rivka 22/2/2016*/
    border: 1px silver solid;
    padding: 5px;
    border-radius: 4px;
    width: 70%;
    height: 16px;
    font-size: 14px;
    text-indent: 7px;
    vertical-align: top;
    margin-left: 5px;
    min-width: 300px;
    padding-left: 0px;
    padding-right: 0px;
}

.form-fields .ff.ff-lineh.ff-field.f-CheckBox .ff-text input[type="checkbox"] { /*rivka 22/2/2016*/
    visibility: visible;
    margin-top: 3px;
}

.classic_mobile .form-fields input[type="checkbox"] { /*rivka 22/2/2016*/
    visibility: visible;
    margin-top: 7px;
    margin-right: 10px;
}

.classic_mobile .form-fields li.quality /*rivka 22/2/2016*/ {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: default;
}

.form-fields .ff.ff-lineh.ff-field.f-CheckBox .ff-text { /*rivka 22/2/2016*/
    vertical-align: middle;
    width: auto; /*nikita 12/11/2020*/
}

.form-fields .red_reuqired .trigger, .form-fields .red_reuqired span.select_fancy_gray, .form-fields .red_reuqired input[type="text"] {
    border: solid 1px red !important;
}

.form-fields .red_reuqired input[type="checkbox"] {
    outline: solid 1px red !important;
}

.ff.ff-line:last-child, .ff.ff-lineh:last-child {
    border-bottom: 1px solid #949494;
}

.ff-line .ff-title {
    display: none;
}

.ff-line .title { /*rivka 14/5/2015*/
    display: none;
}

.ff-line .open { /*rivka 14/5/2015*/
    display: block !important;
}

.ff-lineh .ff-title {
    padding-left: 20px;
    font-weight: bold;
    display: inline;
    display: table-cell; /*rivka 30/4/2015*/
    width: 20%; /*rivka 30/4/2015*/
    white-space: nowrap; /*rivka 17/8/2015*/
}

.ff-lineh .ff-text {
    display: inline-block;
    width: 85%; /*rivka 30/4/2015*/
    display: table-cell; /*rivka 30/4/2015*/
}

.box-ff-info .ff-lineh .ff-text {
    width: 64%; /*rivka 30/4/2015*/
}

.cover_tickets {
    padding-top: 8px;
    border-top: 1px solid #e1e1e1;
    margin-top: 35px;
    text-align: center;
    user-select: none;
}

    .cover_tickets div * {
        display: inline;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-family: Arial, "Sans-Serif";
        font-size: 20pt;
    }

    .cover_tickets div h1 {
        color: #bdbdbd;
    }

    .cover_tickets div h2 {
        color: #ff0000;
    }

    .cover_tickets div h3 {
        color: #00ff00;
    }

    .cover_tickets div h4 {
        color: #0000ff;
    }

    .cover_tickets div h5 {
        color: #00ffff;
    }

    .cover_tickets div h6 {
        color: #ff00ff;
    }

    .cover_tickets div h7 {
        color: #ffff00;
    }

    .cover_tickets div h2, .cover_tickets div h3, .cover_tickets div h4, .cover_tickets div h5, .cover_tickets div h6, .cover_tickets div h7 {
        cursor: pointer;
    }

body.show .sumrow, body.tickets .sumrow {
    width: 540px;
    display: block !important;
}

.sidebar-right-menu .res_row, .category .sidebar-right-menu h2 /* inon 26/05/15 - קטגוריות משנה  */ {
    border-bottom: none !important;
    height: auto;
}


/*  inon - temp hide */
/* rivka - change for mobile 5/5/2015 */
/*.checkboxWhite, .fav_icon, .watch_icon,
.single_cat h3, .display360_wrapper, .flyer, .sidebar_menu h2,
.footer_menu_container, .cart_counter, .agrees_block label, .wrong_d,
.shopping_cart_table .bw_5,
.shopping_cart_table .bw_6, .sidebar-right, .onsale, .firma, #mob_menu, .btn_snapmenu
{
	display:none!important;
}*/

/* rivka - change for mobile 5/5/2015 */
.single_cat h3, /*.flyer,*/
/*.footer_menu_container,*/ /*רבקה סקיצה 4/4/16*/
.agrees_block label, .wrong_d,
.shopping_cart_table .bw_5,
.shopping_cart_table .bw_6, .sidebar-right-filter, /*body.category .cat_title,*/
.onsale,
.firma, /*.fav_icon, rivka 3/4/16 fav*/
.whiteMenu, .no-line.impor-li, .remember_me_panel
/* inon 26/05/15 - עדכון  */ {
    display: none !important;
    margin: 0 auto;
}

.fav_container { /* inon 26/05/15 - זמני עד להחזרת אייקון מועדפים  */
    /*left: 60px; בוטל כי החזרנו את אייקון המועדפים rivka 3/4/16*/
}

.shopping_cart_table .bw_1 {
    width: 65% !important;
}

.shopping_cart .p_c_description { /*rivka 14/5/2015*/
    width: 550px !important;
}

.ltr {
    direction: ltr !important;
    text-align: left;
}

.inline-block {
    display: inline-block;
}

.order-line-price .ltr-number {
    font-family: Clother-Regular;
}

.ltr-number {
    direction: ltr;
    text-align: left;
    display: inline-block;
    font-family: Clother-Bold;
}

@media print {
    .no-print {
        display: none;
    }
}

body.category_desktop .cat_img img /*rivka 17/8/2015*/ {
    height: 208px;
    min-width: 198px;
    object-fit: cover;
    object-position: center;
}

/*body.category_desktop .cat_img img
{
      width:167px;
}

body.category_desktop .single_cat .circ
{
      background:none;
}*/


/*start rivka 16/7/2015*/

.checkout_page .boxer.rem_table {
    padding-top: 10px;
    float: left;
    margin-top: 15px;
    display: block;
}

    .checkout_page .boxer.rem_table .box-mnkrem {
        display: none !important;
    }

    .checkout_page .boxer.rem_table .box-row {
        border-top: 1px solid #bdbdbd;
        float: right;
        position: relative;
    }

        .checkout_page .boxer.rem_table .box-row .box {
            width: 70px;
            float: right;
            position: relative;
        }

            .checkout_page .boxer.rem_table .box-row .box.box_tr_remark {
                padding-top: 15px;
                width: 100%;
                float: right;
                margin-left: 3px;
                padding-right: 0;
                padding-left: 0;
            }

                .checkout_page .boxer.rem_table .box-row .box.box_tr_remark textarea {
                    margin-bottom: 10px;
                    float: left;
                    border-radius: 4px;
                    border: 1px solid #C0C0C0;
                    resize: none;
                    padding: 7px;
                    padding-right: 12px;
                    margin-left: 2px;
                    width: 395px;
                    font-size: 14px;
                    height: 41px;
                }

.boxer.rem_table div.HideInput label {
    display: inline-block;
}

.boxer.rem_table div.HideInput textarea {
}

.boxer.rem_table label {
    border: 1px silver solid;
    padding: 5px;
    border-radius: 4px;
    width: 407px;
    height: 17px;
    font-size: 14px;
    text-indent: 7px;
    cursor: text;
    color: #ABABA9;
    display: none;
    padding-top: 11px;
    position: absolute;
    z-index: 1;
    border: none;
    background-color: Transparent;
    float: right;
    left: 0;
    text-align: right;
    padding-right: 0;
}

/*end rivka 15/2/2015*/



.warning_loading { /* rivka 18/8/2015*/
    background: url(../img/loading.gif) no-repeat;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 24px;
    font-family: apolo;
    font-weight: 600;
    position: absolute;
    top: 67px;
    left: 260px;
}


.mobile_login_ver2 .warning_loading { /* rivka 18/8/2015*/
    background: url(../img/loading.gif) no-repeat;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 16px;
    font-size: 13px;
    font-family: apolo;
    font-weight: 600;
    position: relative;
    top: auto;
    left: auto;
    float: right;
}

input:-webkit-autofill { /* rivka 18/8/2015*/
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.f_login_gray input, .f_login_gray a /* rivka 18/8/2015*/ {
    opacity: 0.4;
    transition: .1s all;
    cursor: default;
}





/*  filter   */
li.filter-all .checkbox_description {
    font-weight: bold;
}

/* TEMP - itu */
li .text-filter {
    /*display:none;*/
}

.text-filter input[type="text"] {
    border: 1px #71777F solid;
    padding: 5px;
    border-radius: 26px;
    width: 177px;
    height: 22px;
    font-size: 13px;
    text-indent: 7px;
    color: #71777F;
    background-color: #F9F9FA;
}


.amain.selected {
    color: red;
}

.sidebar_menu h3 {
    /*font-size:21px;*/ /*זמני, רק לסקיצה, אח"כ נחזיר*/
}

}

.sidebar_menu .li-filter h3 {
    /*background-image:url(../img/plus.png);
    background-repeat:no-repeat;
    background-position: 0 0;
    cursor:pointer;*/ /*זמני, רק לסקיצה, אח"כ נחזיר*/
}


.sidebar_menu .li-filter.open h3 {
    /*background-image:url(../img/minus.png);
    background-repeat:no-repeat;
    background-position: 0 0;
    cursor:pointer;*/ /*זמני, רק לסקיצה, אח"כ נחזיר*/
}

.sidebar_menu .li-filter ul.checkbox_list {
    /*display:none;*/ /*זמני, רק לסקיצה, אח"כ נסתיר*/
}

.sidebar_menu .li-filter.open ul.checkbox_list {
    display: inline;
}

.li_send_lnk, .li_service_lnk {
    display: none;
}

body.category .price_reg {
    opacity: 1;
}

body.category .price_360 {
    opacity: 0;
}

body.category.prices_360 .price_reg {
    display: none;
}

body.category.prices_360 .price_360 {
    opacity: 1;
    transition: 0.9s all;
}

.no_bl_row {
    color: red;
    border: 0 !important;
    height: 30px !important;
    padding-top: 15px !important;
    margin: 0 !important;
    display: none !important;
}

.classic_mobile.mobile .p_row.no_bl_row {
    border: 0 !important;
    height: 10px !important;
    padding-top: 15px !important;
    margin: 0 !important;
}


body.category .fltlft {
    display: none;
}

body.payoff_0 .cat_title {
    display: none;
}

#
_button {
    display: none;
}

body.classic_mobile .maps {
    display: block;
}

body.face .pop_right {
    display: none;
}

body.face .pop_right_face {
    display: block;
}

.face div.wrapper div.inner_wrapper {
    /*width: 1250px;*/
}

    .face div.wrapper div.inner_wrapper section.content {
        float: right;
        padding-right: 0px;
        width: 100%;
    }

        .face div.wrapper div.inner_wrapper section.content > div:first-child {
            height: 30px;
        }

        .face div.wrapper div.inner_wrapper section.content > div:nth-child(2) > h3:first-child {
            margin: 1em 0px 0px 0px;
        }

        .face div.wrapper div.inner_wrapper section.content > div:nth-child(2) > h3:last-child {
            margin: 0px;
        }

        .face div.wrapper div.inner_wrapper section.content h3 {
            font-weight: lighter;
        }

            .face div.wrapper div.inner_wrapper section.content h3.name {
                display: inline-block;
            }

                .face div.wrapper div.inner_wrapper section.content h3.name:last-child {
                    text-decoration: underline;
                }

div.logic-div > div {
    display: inline-block;
}

.image-div-upload {
    background: #ebebeb;
}

.face-upload button.upload, .face-upload button.save, .mobile button.upload, .mobile button.save, .upload-success a.finish {
    background: #e71b89;
    border: none;
    color: #fff;
    font-family: apolo;
    font-size: 20px;
    width: 190px;
    margin-top: 18px;
    height: 50px;
    padding: 6px;
    border-radius: 35px;
    text-align: right;
    padding-top: 7px;
    line-height: 39px;
    outline: none;
    position: relative;
    transition: .3s all;
    text-indent: 10px;
    font-size: 22px;
    display: block;
}

    .face-upload button.upload:before, .mobile button.upload:before {
        content: "+";
        font-size: 30px;
        font-family: apolo;
        vertical-align: middle;
    }

.mobile button.upload, .mobile button.save, .upload-success a.finish {
    display: inline-block;
}

    .face-upload button.upload:hover, .face-upload button.save:hover, .mobile button.save:hover, .mobile button.save:hover, .upload-success a.finish:hover {
        opacity: 0.7;
    }

    .face-upload button.save.disabled, .mobile button.save.disabled {
        background: #bfbfbf;
        cursor: default;
        opacity: 0.5;
    }

.logic-div > div:not(.face-upload) {
    margin-right: 85px;
    vertical-align: top;
}

#divCrop {
    min-height: 250px;
}


.face-upload img {
    margin-top: 15px;
}

.image-div-upload {
    max-width: 531px;
    max-height: 358px;
    height: 358px;
    width: 531px;
}

.mobile .upload-pic-area {
    margin-top: 20px;
}

.image-div-upload.upload .crop-instructions {
    display: none;
}

.image-div-upload.progress .crop-instructions {
    text-align: center;
}

.crop-instructions h3 {
    margin-top: 4px;
}

.image-div-upload.finish #divCrop, .image-div-upload.finish .crop-instructions {
    display: none;
}

.image-div-upload.progress .upload-success, .image-div-upload.upload .upload-success {
    display: none;
}

.image-div-upload.finish .upload-success {
    text-align: center;
    width: 100%;
    display: table;
}

body:not(.mobile) .upload-success h2 {
    margin-top: 100px;
    border: none;
}

body.mobile .upload-success h2 {
    padding-top: 35px;
    border: none;
}

.upload-success a {
    width: 255px !important;
    text-align: center !important;
    text-indent: 0px !important;
    line-height: 1.7 !important;
    height: 37px !important;
}

.upload-success-div {
    display: none;
    width: 90%;
    height: 250px;
    margin: 0 auto;
    background-color: #ebebeb;
}

div#rotateLeft.ion-ios-refresh-empty:before {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.ion-ios-refresh-empty:before {
    font-size: 35px;
    cursor: pointer;
}

.ion-ios-refresh-empty {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    margin-left: 20px;
    margin-right: 20px;
}

.rotate-div {
    position: absolute;
    width: 531px;
    text-align: center;
    display: none;
}

#modal {
    display: none;
}

#modal_bg {
    position: absolute;
    background-color: #5a5a5a;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    z-index: 1000;
}

#modal_view {
    width: 445px;
    height: 200px;
    position: absolute;
    background-color: #ffffff;
    opacity: 1.0;
    z-index: 10000;
    border-radius: 5px;
    background-color: #eeeeee;
    border: 2px solid #db2888;
}

    #modal_view #msg {
        color: #000;
        font-size: 20px;
        text-align: right;
        margin-top: 15px;
        width: 350px;
        margin: 0 auto;
        padding-top: 25px;
        margin-bottom: 35px;
    }

    #modal_view #buttons_div {
        text-align: left;
        width: 95%;
    }

        #modal_view #buttons_div button {
            background: #e71b89;
            border: none;
            color: #fff;
            font-family: apolo;
            font-size: 20px;
            width: 140px;
            margin-top: 18px;
            height: 40px;
            padding: 6px;
            border-radius: 35px;
            text-align: center;
            padding-top: 1px;
            line-height: 39px;
            outline: none;
            position: relative;
            transition: .3s all;
            font-size: 22px;
            margin-left: 10px;
        }

            #modal_view #buttons_div button:hover {
                opacity: 0.7;
            }

body.mobile #modal {
    display: none;
}

body.mobile #modal_bg {
    position: absolute;
    background-color: #5a5a5a;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    z-index: 1000;
}

body.mobile #modal_view {
    width: 280px;
    height: 130px;
    position: absolute;
    background-color: #ffffff;
    opacity: 1.0;
    z-index: 10000;
    border-radius: 5px;
    background-color: #eeeeee;
    border: 2px solid #db2888;
}

    body.mobile #modal_view #msg {
        color: #000;
        font-size: 15px;
        text-align: right;
        margin-top: 15px;
        width: 80%;
        margin: 0 auto;
        padding-top: 25px;
        margin-bottom: 35px;
    }

    body.mobile #modal_view #buttons_div {
        text-align: left;
        width: 95%;
    }

        body.mobile #modal_view #buttons_div button {
            background: #e71b89;
            border: none;
            color: #fff;
            font-family: apolo;
            font-size: 15px !important;
            width: 75px;
            margin-top: 18px;
            height: 35px;
            padding: 6px;
            border-radius: 35px;
            text-align: center;
            padding-top: 1px;
            line-height: 39px;
            outline: none;
            position: relative;
            transition: .3s all;
            font-size: 22px;
            margin-left: 10px;
        }

            body.mobile #modal_view #buttons_div button:hover {
                opacity: 0.7;
            }

body.face footer, body.face header {
    z-index: 100;
}

body.face .disable-footer {
    display: block !important;
    position: absolute;
    z-index: 101;
    opacity: 0.5;
    background-color: rgb(0, 0, 0);
    height: 235px;
    min-width: 1024px;
    width: 100%;
}

body.face .disable-header {
    display: block !important;
    position: absolute;
    z-index: 101;
    opacity: 0.5;
    background-color: rgb(0, 0, 0);
    height: 157px;
    width: 100%;
    min-width: 1024px;
}

body.face .disable-header-a {
    background: url(../img/logo_big.png) no-repeat;
    z-index: 150;
    display: block !important;
    height: 157px;
    width: 100%;
    position: absolute;
    top: 0px;
    outline: none;
}

@media screen and (max-width: 1000px) {
    body.face .disable-header-a {
        background-position: 95% 0%;
        background-color: transparent;
        background-image: url('../img/logo_big.png');
        background-repeat: no-repeat;
        background-attachment: scroll;
    }
}

.ff-lineh .ff-title {
    padding-left: 0px;
}

.ff-lineh.f-Date .ff-text {
    width: 291px;
}

.ff-lineh.f-Date .ff-title {
    width: 234px;
    width: 244px;
}

.ff-lineh.f-TextBox .ff-text {
    width: 250px;
    padding-right: 10px;
}

.ff-lineh.f-TextBox .ff-title {
    width: 220px;
    width: 227px;
}

.ff-lineh.f-ComboBox .ff-text {
    width: 300px;
}

.ff-lineh.f-ComboBox .ff-title {
    width: 215px;
    width: 235px;
}

.ff-lineh.f-Phone .ff-text {
    width: 207px;
}

.ff-lineh.f-Phone .ff-title {
    width: 590px;
    width: 317px;
}

.form-fields .ff.ff-lineh.ff-field.f-TextBox .ff-text input[type="text"] {
    min-width: 296px;
}

.ff-lineh .ff-text {
    display: inline-block;
}

.ff-lineh .ff-title {
    display: inline-block;
    white-space: normal;
    line-height: 25px;
    vertical-align: top;
    margin-top: 3px;
}

.boxer.use_saved_card, .boxer.use_member_card {
    margin-bottom: 16px;
}

.boxer.save_card {
    margin-top: 54px;
    float: right;
}

.boxer.use_saved_card a,
.boxer.use_saved_card a:active {
    color: #e71b89;
}

    .boxer.use_saved_card a:hover {
        text-decoration: underline;
    }

.checkout_mobile .boxer.use_saved_card a {
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
}

.payment_box .payment_ttl {
    margin-bottom: 10px;
    font-weight: 400;
}


body.classic span.barcode-exercise-used, body.classic_mobile span.barcode-exercise-used {
    font-weight: bold;
    color: #e71b89;
    line-height: 100px;
    vertical-align: middle;
    font-size: 30px;
}

.agrees_block label.lbl_terms_agree.need {
    display: block !important;
    margin-top: -22px;
    font-size: 16px;
}

    .agrees_block label.lbl_terms_agree.need a.blue_link,
    .agrees_block label.lbl_terms_agree.need a.blue_link:active {
        color: #e71b89;
    }

        .agrees_block label.lbl_terms_agree.need a.blue_link:hover {
            text-decoration: underline;
        }

.lbl_terms_agree.red_inp {
    border: solid 1px red;
    border-radius: 4px;
}

.lbl_terms_agree {
    border: solid 1px transparent;
    border-radius: 4px;
}

.checkout_mobile .agrees_block label.lbl_terms_agree.need {
    display: block !important;
    margin-top: 46px;
    margin-bottom: -63px;
}

.checkout_mobile .box-row.summery.agrees_block {
    margin-top: 0;
}

/* Izhar Fine - 08.11.17 - START */

body.messages .box-row-date {
    border-bottom: 1px solid black;
    display: inline-block;
    color: black !important;
    font-weight: 400 !important;
}

body.messages .box-row-heading {
    color: #844343;
}

.messages_table {
    margin-bottom: 5px;
    font-family: Clother-Regular;
}

.menu-icon.person:hover > .header_counter.person_counter {
    background-color: white;
}

body.messages .hide-message {
    font-weight: 400;
    display: inline-block;
    text-decoration: none !important;
    background-color: #c1c1c1;
    padding: 0px 8px;
    border-radius: 5px;
    margin-left: 5px;
    color: #237DFF;
}

    body.messages .hide-message:hover {
        font-weight: bold;
    }

.msg_wrapper {
    background-color: rgb(223, 226, 234);
    display: inline-grid;
    max-width: 94%;
    border-radius: 5px;
    padding: 1px 6px 10px 5px;
}

.messages_table.hidden.newMsg .msg_wrapper {
    background-color: rgba(255, 149, 213, 0.5) !important;
}


/*aside.sidebar-right nav.sidebar_menu ul li {
    margin-right: 5px;
}*/ F

.line_roller {
    width: 93%;
    margin-right: 6px;
    margin-top: 7px;
    height: 1px;
    background: #8e8e8e;
    position: relative;
}

.hidden_by_itu {
    display: none !important;
}

/* Izhar Fine - 08.11.17 - END */

body.markets.mobile {
    width: 100%;
    overflow-x: hidden;
}

html.mm-opened {
    background: url(../../media/img/bcard/line_new2.png) repeat !important;
}

body.markets.mobile .mm-page {
    background-image: url(../../media/img/itu/header_bg2.png);
    background-repeat-y: no-repeat;
    overflow-x: hidden;
}

body.markets.mobile #mob_menu, body.markets.mobile .mobile_header.mm-fixed-top, body.markets.mobile footer {
    display: none;
}

body.markets.mobile .wrapper {
    background-color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

body.markets.mobile .content {
    width: 93%;
}

body.markets.mobile #itu_header {
    display: block;
    background-image: url(../../media/img/itu/header_bg2.png);
    height: 60px;
    opacity: 1;
    font-family: apolo;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #23233A;
}

    body.markets.mobile #itu_header > div {
        height: 100%;
        display: inline-block;
    }

    body.markets.mobile #itu_header .ashmoret-logo {
        width: 148px;
        background-image: url(../img/itu2020/ashmoret_logo_mobile.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        margin-top: 0px;
        margin-right: 5px;
    }

    body.markets.mobile #itu_header .sections {
        width: 50%;
        vertical-align: top;
    }

        body.markets.mobile #itu_header .sections ul {
            height: 100%;
        }

            body.markets.mobile #itu_header .sections ul li {
                display: inline-block;
                height: 45%;
                border-right: 1px dotted #fff;
                margin-top: 40px;
                padding-top: 10px;
                padding-right: 15px;
                padding-left: 15px;
            }

                body.markets.mobile #itu_header .sections ul li:last-child {
                    border-left: 1px dotted #fff;
                }

                body.markets.mobile #itu_header .sections ul li img {
                    display: block;
                    margin: 0 auto;
                    width: 40px;
                    cursor: pointer;
                }

                body.markets.mobile #itu_header .sections ul li div {
                    text-align: center;
                    font-size: 18px;
                    margin-top: 10px;
                    cursor: pointer;
                }

        body.markets.mobile #itu_header .sections > div {
            height: 100%;
            background-repeat: no-repeat;
            display: inline-block;
            background-position: 50% 50%;
            background-size: 60px;
            vertical-align: text-bottom;
            cursor: pointer;
        }

            body.markets.mobile #itu_header .sections > div .vertical-seperator {
                height: 70%;
                border-right: 1px dotted #fff;
                margin-top: 30px;
                display: inline-block;
            }

            body.markets.mobile #itu_header .sections > div:last-child .vertical-seperator {
                border-left: 1px dotted #fff;
                width: 235px;
            }

            body.markets.mobile #itu_header .sections > div .label {
                text-align: center;
                margin-top: -25px;
                font-size: 20px;
            }

    /*body.markets.mobile #itu_header .sections .list {
                    width: 20%;
                    background-image: url(../../media/img/itu/icon3.png);
                }

                body.markets.mobile #itu_header .sections .conditions {
                    width: 20%;
                    background-image: url(../../media/img/itu/icon1.png);
                }

                body.markets.mobile #itu_header .sections .questions {
                    width: 20%;
                    background-image: url(../../media/img/itu/icon2.png);
                }

                body.markets.mobile #itu_header .sections .balance {
                    width: 25%;
                    background-image: url(../../media/img/itu/icon1.png);
                }*/

    body.markets.mobile #itu_header .histadrut-logo {
        width: 128px;
        background-image: url(../../media/img/histadrut.png);
        background-repeat: no-repeat;
        background-position-y: 50%;
        margin-right: 9px;
        margin-left: 8px;
        background-size: contain;
    }

body.markets.mobile .inner_wrapper {
    max-width: 100%;
}

body.markets.mobile #itu_pre_content {
    display: block;
    height: 425px;
    background-image: url(../../media/img/itu/‏‏reshatot_member_main_bg.png);
    background-image: url(../../media/img/itu/site_teina_up_september.jpg); /* inon 14/09/17 - temp until 15/10/17 */
    background-repeat: no-repeat;
    background-size: 100%;
}

    body.markets.mobile #itu_pre_content * {
        display: none !important;
    }

    body.markets.mobile #itu_pre_content h1 {
        color: #e3007b;
        font-family: apolo;
        width: 15%;
        margin-right: 48%;
        padding-top: 127px;
        -webkit-transform: scale(1.8,1.5);
        -moz-transform: scale(1.8,1.5);
        -ms-transform: scale(1.8,1.5);
        -o-transform: scale(1.8,1.5);
        font-size: 75px;
        text-align: center;
        line-height: 0.9;
    }

    body.markets.mobile #itu_pre_content h2 {
        color: #e3007b;
        font-family: apolo;
        padding-right: 22%;
        padding-top: 50px;
        font-size: 72px;
        margin: 0.83em 0 0 0;
    }

        body.markets.mobile #itu_pre_content h2 sub {
            bottom: 0em;
            font-size: 45px;
        }

    body.markets.mobile #itu_pre_content h3 {
        color: #fff;
        font-family: apolo;
        font-size: 50px;
        font-weight: 100;
        margin: 0 0 0 0;
        margin-right: 420px;
        line-height: 1.3;
    }

    body.markets.mobile #itu_pre_content h4 {
        color: #fff;
        font-family: apolo;
        font-size: 28px;
        font-weight: 100;
        margin: 0 0 0 0;
        margin-right: 420px;
        line-height: 1.3;
        margin-top: 20px;
    }

        body.markets.mobile #itu_pre_content h4 sub {
            bottom: 0em;
            font-size: 19px;
        }

        body.markets.mobile #itu_pre_content h4 sup {
            font-size: 18px;
        }

body.markets.mobile .category-list {
    display: block;
    /*height: 900px;*/
    vertical-align: top;
    width: 100%;
    margin-top: 0px;
    text-align: center;
}

    body.markets.mobile .category-list ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
    }

        body.markets.mobile .category-list ul li {
            color: #fff;
            height: 115px;
            background-repeat: no-repeat;
            background-position: 98% 35%;
            /* width: 100%; */
            cursor: pointer;
            /* float: right; */
            display: inline-block;
        }

body.markets.mobile .category-icon {
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
}

body.markets.mobile .category-list ul li.all .category-icon {
    background-image: url(../../media/img/itu2020/side-menu1.png);
}

body.markets.mobile .category-list ul li.sport .category-icon {
    background-image: url(../../media/img/itu2020/side-menu2.png);
}

body.markets.mobile .category-list ul li.house .category-icon {
    background-image: url(../../media/img/itu2020/side-menu3.png);
}

body.markets.mobile .category-list ul li.fashion .category-icon {
    background-image: url(../../media/img/itu2020/side-menu4.png);
}

body.markets.mobile .category-list ul li.kids .category-icon {
    background-image: url(../../media/img/itu2020/side-menu5.png);
}

body.markets.mobile .category-list ul li.care .category-icon {
    background-image: url(../../media/img/itu2020/side-menu6.png);
    background-size: 23px;
}

body.markets.mobile .category-list ul li .seperator {
    cursor: pointer;
    border-top: 1px dotted #fff;
    width: 100%;
    margin-top: 20px;
}

body.markets.mobile .category-list ul li .label {
    cursor: pointer;
    padding-top: 0px;
    font-size: 14px;
    font-family: Clother-Regular;
    color: #23233A;
    text-align: center;
}

.orders_table .box:not(.box_row.parent_a.row_TotalNuminal .box.box_w1) {
    width: 7% !important;
}

.orders_table .box:first-child {
    /*width: 45% !important;*/
}

.show_page .orders_table .box:first-child {
    width: 19% !important;
}

/*.orders_table .box:nth-child(3) {
        text-align: center !important;
    }*/



body.markets.mobile div.orders_table.market-table {
    width: 100%;
    height: auto;
    display: inline-block;
    /*margin-top:23px;*/
    text-align: center;
}

body.markets.mobile .market-box.market-network {
    display: inline-block;
    width: 29%;
    /* height: 50%; */
    background-color: #fff;
    border-radius: 10px;
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 12px;
    vertical-align: middle;
    cursor: pointer;
    min-height: 70px;
    border: 2px solid #237DFF;
    box-sizing: border-box;
}

    body.markets.mobile .market-box.market-network .market-text {
        display: none;
    }

    body.markets.mobile .market-box.market-network .market-image {
    }

        body.markets.mobile .market-box.market-network .market-image img {
            width: 100%;
            margin: 12px auto;
            border-radius: 75px;
        }

/*body.markets.mobile .details-list {
            display: block;
            height: 800px;
        }*/

body.markets.mobile .details-list {
    margin-top: 5px;
}

    body.markets.mobile .details-list > div:not(#leumi-card-balance-div) {
        display: block;
        min-height: 112px;
        margin-bottom: 20px;
        border-top: 1px solid #e3007b;
        border-bottom: 1px solid #e3007b;
        padding-top: 5px;
        padding-bottom: 5px;
        cursor: pointer;
        /*background-image: url(../../media/img/itu/texture2.png);*/
    }

    body.markets.mobile .details-list > div.restrictions-card.open {
        margin-bottom: 300px;
        border-bottom: none;
    }

    body.markets.mobile .details-list > div.restrictions-card .icon {
        background-image: url(../../media/img/itu/icon1_gry.png);
    }

    body.markets.mobile .details-list > div.restriction-businesses.open {
        margin-bottom: 1735px;
        border-bottom: none;
    }

    body.markets.mobile .details-list > div.restriction-businesses .icon {
        background-image: url(../../media/img/itu/icon2_gry.png);
    }

    body.markets.mobile .details-list > div.faq.open {
        margin-bottom: 770px;
        border-bottom: none;
    }

    body.markets.mobile .details-list > div.faq .icon {
        background-image: url(../../media/img/itu/icon1_gry.png);
    }

    body.markets.mobile .details-list > div.balance.open {
        margin-bottom: 300px;
        border-bottom: none;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    }

    body.markets.mobile .details-list > div.balance .icon {
        background-image: url(../../media/img/itu/icon1_gry.png);
    }

    body.markets.mobile .details-list > div .icon {
        height: 15px;
        margin-right: 91px;
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        background-position: 50%;
        background-size: 50%;
        z-index: 101;
        cursor: pointer;
        width: 5%;
    }

    body.markets.mobile .details-list > div .label {
        color: #fff;
        font-family: apolo;
        line-height: 0;
        position: absolute;
        width: 400px;
        display: inline-block;
        margin-right: 117px;
        font-size: 25px;
        margin-top: 10px;
        z-index: 101;
        cursor: pointer;
    }

    body.markets.mobile .details-list > div .opener {
        background-image: url(../../media/img/itu2020/arrow-down.svg);
        height: 62px;
        width: 250px;
        background-repeat: no-repeat;
        /* position: absolute; */
        background-position: 50% 100%;
        /* background-size: 100%; */
        background-color: #237DFF;
        /* margin-right: 33%; */
        z-index: 101;
        /* margin-top: 25px; */
        border-radius: 38px;
        /* cursor: pointer; */
        /* outline: none; */
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration-line: none;
    }

    body.markets.mobile .details-list > div .bg {
        background-color: rgba(225, 245, 255, 0.5);
        width: 100%;
        min-height: 100px;
        z-index: 100;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*body.markets.mobile .details-list > div.close_btn p, body.markets.mobile .details-list > div.close_btn table, body.markets.mobile .details-list > div.close_btn div.leumi-card-balance-div {
                        display: none;
                    }*/

    /*body.markets.mobile .details-list > div.open p.restriction-card-p {
                        display: block;
                        cursor: default;
                        color: #fff;
                        margin-top: 15px;
                        font-size: 12.7px;
                        text-align: justify;*/
    /* width: 80%; */
    /* float: left; */
    /*line-height: 1.9;
                        letter-spacing: 1px;
                        word-spacing: 2px;
                    }*/

    body.markets.mobile .details-list > div.open table.restriction-businesses-table {
        display: block;
        cursor: default;
        color: #fff;
        /*width: 800px;*/
        margin: 0 auto;
        height: auto;
        text-align: right;
        border-collapse: separate;
        border-spacing: 15px 5px;
        font-size: 17px;
        margin-top: 20px;
        column-count: 2;
    }

        body.markets.mobile .details-list > div.open table.restriction-businesses-table thead {
            background-color: #505050;
        }

            body.markets.mobile .details-list > div.open table.restriction-businesses-table thead tr {
                background-color: #505050;
            }

                body.markets.mobile .details-list > div.open table.restriction-businesses-table thead tr th {
                    padding-top: 15px;
                    padding-bottom: 15px;
                    text-indent: 10px;
                    font-weight: lighter;
                }

        body.markets.mobile .details-list > div.open table.restriction-businesses-table tr {
        }

            body.markets.mobile .details-list > div.open table.restriction-businesses-table tr td {
                padding-top: 15px;
                padding-bottom: 15px;
                border-bottom: 1px dotted #e3007b;
            }

                body.markets.mobile .details-list > div.open table.restriction-businesses-table tr td:first-child {
                    width: 175px;
                }

                body.markets.mobile .details-list > div.open table.restriction-businesses-table tr td:last-child {
                    width: 550px;
                }

    body.markets.mobile .details-list > div.faq.open table.faq-table {
        display: block;
        color: #fff;
        margin-top: 20px;
        cursor: default;
    }

    body.markets.mobile .details-list > div.faq.open table tr {
        display: block;
        border-bottom: 1px solid #fff;
    }

        body.markets.mobile .details-list > div.faq.open table tr td {
            font-size: 20px;
            font-weight: lighter;
            color: #cdcdcd;
            line-height: 1.9;
            padding-top: 20px;
            padding-bottom: 20px;
            width: 1500px;
        }

            body.markets.mobile .details-list > div.faq.open table tr td.title {
                color: #e3007b;
                width: 260px;
                font-size: 30px;
                font-family: apolo;
                font-weight: bold;
                line-height: 1.2;
                vertical-align: top;
            }

                body.markets.mobile .details-list > div.faq.open table tr td.title label {
                    width: 180px;
                    display: inline-block;
                }

            body.markets.mobile .details-list > div.faq.open table tr td a {
                color: #fff;
                text-decoration: underline;
            }

    body.markets.mobile .details-list > div.balance.open div.leumi-card-balance-div {
        display: block;
        margin-top: 40px;
        cursor: default;
    }

    body.markets.mobile .details-list #leumi-card-balance-div .logo {
        background-image: url(../../media/img/itu/logo_leumi.png);
        width: 100%;
        height: 50px;
        background-repeat: no-repeat;
        background-position: 50%;
        display: none;
    }

    body.markets.mobile .details-list > div.balance.open div.leumi-card-balance-div .site {
        text-align: center;
        margin-top: 20px;
    }

        body.markets.mobile .details-list > div.balance.open div.leumi-card-balance-div .site a {
            font-size: 35px;
            font-family: apolo;
            color: #e3007b;
            font-weight: bold;
        }

    body.markets.mobile .details-list > div.balance.open div.leumi-card-balance-div .phone {
        text-align: center;
        margin-top: 5px;
    }

        body.markets.mobile .details-list > div.balance.open div.leumi-card-balance-div .phone a {
            font-size: 35px;
            font-family: apolo;
            color: #e3007b;
            text-align: center;
            font-weight: bold;
        }

body.markets.mobile #itu_footer {
    display: block;
    width: 100%;
    height: 170px;
    border-top: 1px solid #23233A;
    background-image: url(../../media/img/itu/header_bg2.png);
}

    body.markets.mobile #itu_footer .sections {
        max-width: 1200px;
        width: 100%;
        height: 170px;
        z-index: 101;
        margin: 0 auto;
        display: flex;
    }

        body.markets.mobile #itu_footer .sections > div {
            display: inline-block;
        }

        body.markets.mobile #itu_footer .sections ul {
            list-style: none;
            font-size: 13px;
            font-family: apolo;
            color: #23233A;
            margin-top: 6px;
        }

        body.markets.mobile #itu_footer .sections > div {
            /*height: 26px;*/
            cursor: pointer;
            margin-top: 2px;
        }

            body.markets.mobile #itu_footer .sections > div a {
            }

        body.markets.mobile #itu_footer .sections .ssl {
            /* float: left; */
            width: 100%;
            /* margin: 0 auto; */
            margin-top: 10px;
            font-family: Clother-Regular;
            padding-right: 33px
        }

            body.markets.mobile #itu_footer .sections .ssl .big {
                width: 100%;
                margin: 0 auto;
                font-size: 13px;
                color: #23233A;
                text-align: right;
                /* margin-right: 4px; */
                font-family: Clother-Bold;
            }

            body.markets.mobile #itu_footer .sections .ssl .small {
                margin: 0 auto;
                font-size: 13px;
                text-align: right;
                color: #23233A;
                width: 100%;
                margin-right: 0px;
            }

        body.markets.mobile #itu_footer .sections .details {
            /* float: left; */
            width: 100%;
            text-align: center;
            height: 41px;
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
            margin-top: 12px;
            padding-right: 32px;
        }

            body.markets.mobile #itu_footer .sections .details .phone {
                font-size: 13px;
                font-family: apolo;
                line-height: 1;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }

                body.markets.mobile #itu_footer .sections .details .phone a {
                    direction: rtl;
                    color: #23233A;
                    font-family: Clother-Bold;
                    margin-bottom: 4px;
                }

                body.markets.mobile #itu_footer .sections .details .phone label {
                    color: #23233A;
                    text-align: right;
                    /*margin-right: 2px;*/
                }

    body.markets.mobile #itu_footer .bg {
        width: 100%;
        height: 100%;
        background-image: url(../../media/img/itu/header_bg2.png);
        opacity: 0.5;
        z-index: 100;
    }

@media (min-width: 1200px) and (max-width: 3000px) {
}

@media (min-width: 922px) and (max-width: 1200px) {

    body.markets.mobile .details-list > div .opener {
        width: 200px;
    }

    body.markets.mobile .details-list > div.restrictions-card.open {
        margin-bottom: 400px;
    }

    body.markets.mobile .details-list > div.restriction-businesses.open {
        margin-bottom: 1835px;
    }

    body.markets.mobile .details-list > div.faq.open {
        margin-bottom: 870px;
    }

    body.markets.mobile #itu_header .sections > div {
        padding-right: 10px;
        padding-left: 10px;
    }

        body.markets.mobile #itu_header .sections > div img {
            width: 30px;
        }

        body.markets.mobile #itu_header .sections > div div {
            font-size: 15px;
        }

    body.markets.mobile #itu_header .histadrut-logo {
        background-size: 175px;
    }

    body.markets.mobile #itu_header .ashmoret-logo {
        background-size: 195px;
    }
}

@media (min-width: 768px) and (max-width: 922px) {

    body.markets.mobile .details-list > div .opener {
        width: 150px;
    }

    body.markets.mobile .details-list > div.restrictions-card.open {
        margin-bottom: 450px;
    }

    body.markets.mobile .details-list > div.restriction-businesses.open {
        margin-bottom: 1885px;
    }

    body.markets.mobile .details-list > div.faq.open {
        margin-bottom: 920px;
    }

    body.markets.mobile .details-list > div .label {
        font-size: 20px;
    }

    body.markets.mobile #itu_header .sections > div {
        padding-right: 5px;
        padding-left: 5px;
    }

        body.markets.mobile #itu_header .sections > div img {
            width: 20px;
        }

        body.markets.mobile #itu_header .sections > div div {
            font-size: 14px;
        }

    body.markets.mobile #itu_header .histadrut-logo {
        background-size: 140px;
    }

    body.markets.mobile #itu_header .ashmoret-logo {
        background-size: 160px;
    }
}

@media (max-width: 768px) {

    body.markets.mobile .details-list > div .opener {
        width: 225px;
    }

    body.markets.mobile .details-list > div.restrictions-card.open {
        margin-bottom: 500px;
    }

    body.markets.mobile .details-list > div.restriction-businesses.open {
        margin-bottom: 1935px;
    }

    body.markets.mobile .details-list > div.faq.open {
        margin-bottom: 970px;
    }

    body.markets.mobile .details-list > div .label {
        font-size: 16px;
    }
}

body.markets.mobile .logo_cont {
    width: 100%;
    /*margin-right: 68px;*/
    display: none;
}

body.markets.mobile #img_logo {
    width: 100%
}

body.markets.mobile .ham_menu_btn img {
    position: absolute;
    top: 18px;
    right: 15px;
}

body.markets.mobile .content {
    margin-top: 10px;
    margin: 0 auto;
}

body.markets.mobile .details-list {
    text-align: right;
}

body.markets.mobile #itu_footer > div.sections > div:nth-child(1) {
    float: right;
    text-align: right;
    padding-right: 10px;
}

body.markets.mobile #menu_cont {
    color: white;
    text-align: right;
    padding-right: 15px;
}

    body.markets.mobile #menu_cont div {
        margin-top: 2px;
    }

body.markets.mobile .collapse {
    color: #23233A;
}

body.markets.mobile .collapsing {
    color: white;
}

body.markets.mobile #leumi-card-balance-div {
    text-align: center;
    padding-bottom: 18px;
}

body.markets.mobile .category-list {
    display: block;
}

    body.markets.mobile .category-list ul li {
        background-size: 40px;
        background-position: center;
        padding: 4px;
        width: 16%;
        margin-top: 0px;
    }

body.markets.mobile .section a {
    color: white;
}

body.markets.mobile .hidden_input {
    opacity: 0;
    border: none;
    background-color: transparent;
    color: transparent;
    width: 0px;
    height: 0px;
    display: block;
}

body.markets.mobile .restriction-businesses-table th {
    color: #23233A;
    background-color: rgba(255, 155, 200, 0.5);
}

body.markets.mobile .restriction-businesses-table td {
    display: table-cell;
}

body.markets.mobile .restriction-businesses-table tr:not(:last-child) {
    border-bottom: 1px solid white;
}

body.markets.mobile .restriction-businesses-table tr > td:not(:nth-child(2)), .restriction-businesses-table tr > th:not(:nth-child(2)) {
    /*border-left: 1px solid white;*/
}

body.markets.mobile .restriction-businesses-table tr th:nth-child(2), .restriction-businesses-table tr td:nth-child(2) {
    text-indent: 2px;
}

body.markets.mobile .faq-table label {
    color: #237DFF;
    font-weight: bold;
    margin: 0;
}

body.markets.mobile .faq-table .title {
    /*display:table;*/
    padding-bottom: 0px;
    padding-top: 8px;
}

body.markets.mobile .faq-table tr:not(:last-child) {
    border-bottom: 1px solid white;
}

body.markets.mobile .restriction-businesses-table {
    overflow-x: hidden;
    font-size: 13px;
    padding-bottom: 10px;
}

body.markets.mobile .faq-table {
    padding-bottom: 10px;
}



/* ITU NOT MOBILE */


body.markets:not(.mobile) {
    width: 100%;
    overflow-x: hidden;
}

html.mm-opened {
    background: url(media/img/bcard/line_new2.png) repeat !important;
}

body.markets:not(.mobile) .mm-page {
    background-image: url(media/img/itu/header_bg2.png);
    background-repeat-y: no-repeat;
}

body.markets:not(.mobile) #mob_menu, body.markets:not(.mobile) .mobile_header.mm-fixed-top, body.markets:not(.mobile) footer {
    display: none;
}

body.markets:not(.mobile) .wrapper {
    /*background-color: white;*/
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

body.markets:not(.mobile) .content {
    width: 93%;
    max-width: 100%;
}

body.markets:not(.mobile) #itu_header {
    display: block;
    background-image: url(media/img/itu/header_bg2.png);
    height: 169px;
    opacity: 1;
    border-bottom: 1px solid #23233A;
}

    body.markets:not(.mobile) #itu_header > div {
        height: 100%;
        display: inline-block;
    }

    body.markets:not(.mobile) #itu_header .ashmoret-logo {
        width: 25%;
        background-image: url(../img/itu2020/header_Logo.png);
        background-repeat: no-repeat;
        background-position: 50%;
        /*background-size: 240px;*/
    }

    body.markets:not(.mobile) #itu_header .sections {
        width: 50%;
        vertical-align: top;
    }

        body.markets:not(.mobile) #itu_header .sections ul {
            height: 100%;
        }

            body.markets:not(.mobile) #itu_header .sections ul li {
                display: inline-block;
                height: 45%;
                border-right: 1px solid #23233A;
                margin-top: 40px;
                padding-top: 10px;
                padding-right: 15px;
                padding-left: 15px;
            }

                body.markets:not(.mobile) #itu_header .sections ul li:last-child {
                    border-left: 1px solid #23233A;
                }

                body.markets:not(.mobile) #itu_header .sections ul li img {
                    display: block;
                    margin: 0 auto;
                    width: 35px;
                    cursor: pointer;
                }

                body.markets:not(.mobile) #itu_header .sections ul li.questions img {
                    width: 45px;
                }

                body.markets:not(.mobile) #itu_header .sections ul li div {
                    text-align: center;
                    font-size: 17px;
                    margin-top: 10px;
                    cursor: pointer;
                    color: #23233A;
                    font-family: Clother-Regular;
                }

        body.markets:not(.mobile) #itu_header .sections > div {
            height: 100%;
            background-repeat: no-repeat;
            display: inline-block;
            background-position: 50% 50%;
            background-size: 60px;
            vertical-align: text-bottom;
            cursor: pointer;
        }

            body.markets:not(.mobile) #itu_header .sections > div .vertical-seperator {
                height: 70%;
                border-right: 1px dotted #fff;
                margin-top: 30px;
                display: inline-block;
            }

            body.markets:not(.mobile) #itu_header .sections > div:last-child .vertical-seperator {
                border-left: 1px dotted #fff;
                width: 235px;
            }

            body.markets:not(.mobile) #itu_header .sections > div .label {
                text-align: center;
                margin-top: -25px;
                font-size: 20px;
            }

    /*body.markets:not(.mobile) #itu_header .sections .list {
                    width: 20%;
                    background-image: url(media/img/itu/icon3.png);
                }

                body.markets:not(.mobile) #itu_header .sections .conditions {
                    width: 20%;
                    background-image: url(media/img/itu/icon1.png);
                }

                body.markets:not(.mobile) #itu_header .sections .questions {
                    width: 20%;
                    background-image: url(media/img/itu/icon2.png);
                }

                body.markets:not(.mobile) #itu_header .sections .balance {
                    width: 25%;
                    background-image: url(media/img/itu/icon1.png);
                }*/

    body.markets:not(.mobile) #itu_header .histadrut-logo {
        width: 20%;
        background-image: url(../img/histadrut.png);
        background-repeat: no-repeat;
        background-position-y: 50%;
        /*background-size: 225px;*/
    }

body.markets:not(.mobile) .inner_wrapper {
    max-width: 100%;
}

body.markets:not(.mobile) #itu_pre_content {
    display: block;
    height: 425px;
    background-image: url(media/img/itu/‏‏reshatot_member_main_bg.png);
    background-image: url(media/img/itu/site_teina_up_september.jpg); /* inon 14/09/17 - temp until 15/10/17 */
    background-repeat: no-repeat;
    background-size: 100%;
}

    body.markets:not(.mobile) #itu_pre_content * {
        display: none !important;
    }

    body.markets:not(.mobile) #itu_pre_content h1 {
        color: #e3007b;
        font-family: apolo;
        width: 15%;
        margin-right: 48%;
        padding-top: 127px;
        -webkit-transform: scale(1.8,1.5);
        -moz-transform: scale(1.8,1.5);
        -ms-transform: scale(1.8,1.5);
        -o-transform: scale(1.8,1.5);
        font-size: 75px;
        text-align: center;
        line-height: 0.9;
    }

    body.markets:not(.mobile) #itu_pre_content h2 {
        color: #e3007b;
        font-family: apolo;
        padding-right: 22%;
        padding-top: 50px;
        font-size: 72px;
        margin: 0.83em 0 0 0;
    }

        body.markets:not(.mobile) #itu_pre_content h2 sub {
            bottom: 0em;
            font-size: 45px;
        }

    body.markets:not(.mobile) #itu_pre_content h3 {
        color: #fff;
        font-family: apolo;
        font-size: 50px;
        font-weight: 100;
        margin: 0 0 0 0;
        margin-right: 420px;
        line-height: 1.3;
    }

    body.markets:not(.mobile) #itu_pre_content h4 {
        color: #fff;
        font-family: apolo;
        font-size: 28px;
        font-weight: 100;
        margin: 0 0 0 0;
        margin-right: 420px;
        line-height: 1.3;
        margin-top: 20px;
    }

        body.markets:not(.mobile) #itu_pre_content h4 sub {
            bottom: 0em;
            font-size: 19px;
        }

        body.markets:not(.mobile) #itu_pre_content h4 sup {
            font-size: 18px;
        }

body.markets:not(.mobile) .category-list {
    display: inline-block;
    height: 900px;
    vertical-align: top;
    width: 19%;
}

    body.markets:not(.mobile) .category-list ul {
        list-style: none;
    }

        body.markets:not(.mobile) .category-list ul li {
            color: #fff;
            height: 94px;
            background-repeat: no-repeat;
            background-position: 98% 35%;
            width: 70%;
            cursor: pointer;
        }

            body.markets:not(.mobile) .category-list ul li.all {
                background-image: url(../img/itu2020/side-menu1.png);
            }

            body.markets:not(.mobile) .category-list ul li.sport {
                background-image: url(../img/itu2020/side-menu2.png);
            }

            body.markets:not(.mobile) .category-list ul li.house {
                background-image: url(../img/itu2020/side-menu3.png);
            }

            body.markets:not(.mobile) .category-list ul li.fashion {
                background-image: url(../img/itu2020/side-menu4.png);
            }

            body.markets:not(.mobile) .category-list ul li.kids {
                background-image: url(../img/itu2020/side-menu5.png);
            }

            body.markets:not(.mobile) .category-list ul li.care {
                background-image: url(../img/itu2020/side-menu6.png);
            }

            body.markets:not(.mobile) .category-list ul li .seperator {
                cursor: pointer;
                border-top: 1px solid #23233A;
                width: 100%;
                margin-top: 7px;
            }

            body.markets:not(.mobile) .category-list ul li .label {
                cursor: pointer;
                padding-top: 70px;
                font-size: 20px;
                font-family: Clother-Regular;
                color: #23233A;
            }


body.markets:not(.mobile) div.orders_table.market-table {
    width: 80%;
    height: auto;
    display: inline-block;
}

body.markets:not(.mobile) .market-box.market-network {
    display: inline-block;
    width: 22%;
    height: 50%;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 9px;
    vertical-align: middle;
    cursor: pointer;
    min-height: 92px;
    border: 2px solid #237DFF;
}

    body.markets:not(.mobile) .market-box.market-network .market-text {
        display: none;
    }

    body.markets:not(.mobile) .market-box.market-network .market-image {
    }

        body.markets:not(.mobile) .market-box.market-network .market-image img {
            width: 100%;
            margin: 0 auto;
            border-radius: 75px;
            max-height: 91.9px;
        }

body.markets:not(.mobile) .details-list {
    display: block;
    /*height: 800px;*/
}


#filt_cont {
    position: fixed;
    top: 222px;
    width: 228px;
    z-index: 1;
    /*background: #F9F9FA;*/
    /*transition: top 0.5s ease 0s;*/
}

    #filt_cont.fix-filter {
        top: 35px;
    }

.category_desktop .side-bar-filter.fix-filter {
    /*top: 164px;*/
}


#filtBy, #clearFilt {
    top: auto !important;
}

#clearFilt {
    color: white !important;
    text-decoration: none !important;
    /*background-color: #e81b89;*/
    background-color: #237DFF;
    padding: 3px;
    border-radius: 9px;
    font-weight: 100;
    position: unset !important;
    width: fit-content;
    clear: both;
    margin-top: 36px !important;
}

    #clearFilt:hover {
        background-color: blue;
    }

.p_cancel_order {
    background-color: #237DFF;
    color: white;
    padding: 3px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

.p_z.my_orders .p_cancel_order { /*adi 271218*/
    white-space: nowrap;
    float: none !important;
}

.my_orders .box a:hover {
    text-decoration: none !important;
}

.p_cancel_order:hover {
    background-color: #1956af;
}

body.markets:not(.mobile) .details-list ul {
    margin-top: 25px;
}

    body.markets:not(.mobile) .details-list ul li {
        display: block;
        /*height: 165px;*/
        min-height: 165px;
        margin-bottom: 20px;
        border-top: 1px solid #e3007b;
        border-bottom: 1px solid #e3007b;
        padding-top: 5px;
        padding-bottom: 5px;
        cursor: pointer;
    }

        body.markets:not(.mobile) .details-list ul li.restrictions-card.open {
            /*margin-bottom: 300px;
            border-bottom: none;*/
        }

        body.markets:not(.mobile) .details-list ul li.restrictions-card .icon {
            background-image: url(media/img/itu/icon1_gry.png);
        }

        body.markets:not(.mobile) .details-list ul li.restriction-businesses.open {
            /*margin-bottom: 1920px;*/
            border-bottom: none;
        }

        body.markets:not(.mobile) .details-list ul li.restriction-businesses .icon {
            background-image: url(media/img/itu/icon2_gry.png);
        }

        body.markets:not(.mobile) .details-list ul li.faq.open {
            /*margin-bottom: 770px;*/
            border-bottom: none;
        }

        body.markets:not(.mobile) .details-list ul li.faq .icon {
            background-image: url(media/img/itu/icon1_gry.png);
        }

        body.markets:not(.mobile) .details-list ul li.balance.open {
            margin-bottom: 50px;
            border-bottom: none;
            transition-property: all;
            transition-duration: .5s;
            transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        }

        body.markets:not(.mobile) .details-list ul li.balance .icon {
            background-image: url(media/img/itu/icon1_gry.png);
        }

        body.markets:not(.mobile) .details-list ul li .icon {
            height: 165px;
            background-repeat: no-repeat;
            display: inline-block;
            position: absolute;
            background-position: 50%;
            background-size: 50%;
            z-index: 101;
            cursor: pointer;
            width: 5%;
        }

        body.markets:not(.mobile) .details-list ul li .label {
            color: #fff;
            font-family: apolo;
            line-height: 0;
            position: absolute;
            width: 400px;
            display: inline-block;
            margin-right: 85px;
            font-size: 25px;
            margin-top: 85px;
            z-index: 101;
            cursor: pointer;
        }

        body.markets:not(.mobile) .details-list ul li .opener {
            background-image: url(../img/itu2020/arrow-down.svg);
            height: 70px;
            width: 350px;
            background-repeat: no-repeat;
            /* position: absolute; */
            background-position: 50% 95%;
            /* background-size: 100%; */
            background-color: #237DFF;
            /* margin-right: 23%; */
            z-index: 101;
            /* margin-top: 45px; */
            border-radius: 45px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
        }



        body.markets:not(.mobile) .details-list ul li .bg {
            background-color: rgba(225, 245, 255, 0.5);
            width: 100%;
            height: 165px;
            z-index: 100;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: background-color 0.4s;
        }

        body.markets:not(.mobile) .details-list ul li.close p, body.markets:not(.mobile) .details-list ul li.close table, body.markets:not(.mobile) .details-list ul li.close div.leumi-card-balance-div {
            display: none;
        }

        body.markets:not(.mobile) .details-list ul li.open p.restriction-card-p {
            /*display: block;
            cursor: default;
            color: #fff;
            margin-top: 15px;
            font-size: 16px;
            text-align: justify;
            width: 80%;
            float: left;
            line-height: 1.9;
            letter-spacing: 1px;
            word-spacing: 2px;*/
        }

        body.markets:not(.mobile) .details-list ul li.open table.restriction-businesses-table {
            display: block;
            cursor: default;
            color: #23233A;
            /*width: 800px;*/
            margin: 0 auto;
            height: auto;
            text-align: right;
            border-collapse: separate;
            border-spacing: 0px 3px;
            font-size: 17px;
            margin-top: 20px;
            column-count: 2;
        }

            body.markets:not(.mobile) .details-list ul li.open table.restriction-businesses-table thead {
                /*background-color: #505050;*/
            }

                body.markets:not(.mobile) .details-list ul li.open table.restriction-businesses-table thead tr {
                    background-color: rgba(255, 155, 200, 0.5);
                }

                    body.markets:not(.mobile) .details-list ul li.open table.restriction-businesses-table thead tr th {
                        padding-top: 15px;
                        padding-bottom: 15px;
                        text-indent: 10px;
                        font-weight: lighter;
                    }

            body.markets:not(.mobile) .details-list ul li.open table.restriction-businesses-table tr {
            }

                body.markets:not(.mobile) .details-list ul li.open table.restriction-businesses-table tr td {
                    padding-top: 15px;
                    padding-bottom: 15px;
                    border-bottom: 1px solid #e3007b;
                }

                    body.markets:not(.mobile) .details-list ul li.open table.restriction-businesses-table tr td:first-child {
                        width: 175px;
                    }

                    body.markets:not(.mobile) .details-list ul li.open table.restriction-businesses-table tr td:last-child {
                        width: 550px;
                    }

        body.markets:not(.mobile) .details-list ul li.faq.open table.faq-table {
            display: block;
            color: #fff;
            margin-top: 20px;
            cursor: default;
        }

        body.markets:not(.mobile) .details-list ul li.faq.open table tr {
            display: block;
            border-bottom: 1px solid #23233A;
            display: flex;
        }

            body.markets:not(.mobile) .details-list ul li.faq.open table tr td {
                font-size: 18px;
                font-weight: lighter;
                color: #23233A;
                line-height: 1.9;
                padding-top: 20px;
                padding-bottom: 20px;
                width: 75%;
                padding-left: 5%;
                box-sizing: border-box;
            }

                body.markets:not(.mobile) .details-list ul li.faq.open table tr td.title {
                    color: #23233A;
                    width: 25%;
                    font-size: 30px;
                    font-family: Clother-Bold;
                    line-height: 1.2;
                    vertical-align: top;
                    padding-left: 0;
                    display: flex;
                }

                    body.markets:not(.mobile) .details-list ul li.faq.open table tr td.title label {
                        /*width: 180px;*/
                        display: inline-block;
                        font-size: 20px;
                        font-family: Clother-Bold;
                        max-width: 80%;
                    }

                body.markets:not(.mobile) .details-list ul li.faq.open table tr td a {
                    color: #23233A;
                    text-decoration: underline;
                }

        body.markets:not(.mobile) .details-list ul li.balance.open div.leumi-card-balance-div {
            display: block;
            /*margin-top: 40px;*/
            cursor: default;
        }

            body.markets:not(.mobile) .details-list ul li.balance.open div.leumi-card-balance-div .logo {
                background-image: url(media/img/itu/logo_leumi.png);
                width: 100%;
                height: 50px;
                background-repeat: no-repeat;
                background-position: 50%;
            }

            body.markets:not(.mobile) .details-list ul li.balance.open div.leumi-card-balance-div .site {
                text-align: center;
                margin-top: 0px;
            }

                body.markets:not(.mobile) .details-list ul li.balance.open div.leumi-card-balance-div .site a {
                    font-size: 35px;
                    font-family: Clother-Bold;
                    color: #237DFF;
                }

            body.markets:not(.mobile) .details-list ul li.balance.open div.leumi-card-balance-div .phone {
                text-align: center;
                margin-top: 5px;
            }

                body.markets:not(.mobile) .details-list ul li.balance.open div.leumi-card-balance-div .phone a {
                    font-size: 35px;
                    font-family: Clother-Bold;
                    color: #237DFF;
                    text-align: center;
                }

body.markets:not(.mobile) #itu_footer {
    display: block;
    width: 100%;
    height: 180px;
    border-top: 1px solid #23233A;
    background-image: url(../img/itu2020/Heart_illustration.png);
    background-repeat: no-repeat;
    background-position: 0px 20px;
}

    body.markets:not(.mobile) #itu_footer .sections {
        max-width: 1200px;
        width: 100%;
        height: 170px;
        z-index: 101;
        margin: 0 auto;
        display: flex;
    }

        body.markets:not(.mobile) #itu_footer .sections > div {
            /*display: inline-block;*/
            margin-right: 30px;
        }

        body.markets:not(.mobile) #itu_footer .sections ul {
            list-style: none;
            font-size: 17px;
            font-family: Clother-Regular;
            color: #23233A;
            margin-top: 26px;
            border-right: 2px solid #23233A;
            padding-right: 15px;
        }

            body.markets:not(.mobile) #itu_footer .sections ul li {
                height: 26px;
                cursor: pointer;
            }

                body.markets:not(.mobile) #itu_footer .sections ul li a {
                }

        body.markets:not(.mobile) #itu_footer .sections .ssl {
            width: 28%;
            height: 65px;
            font-family: Clother-Regular;
            align-self: flex-end;
            border-right: 2px solid #23233A;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-right: 15px;
        }

            body.markets:not(.mobile) #itu_footer .sections .ssl .big {
                width: 210px;
                font-size: 16px;
                color: #23233A;
                font-family: Clother-Bold;
            }

            body.markets:not(.mobile) #itu_footer .sections .ssl .small {
                width: 210px;
                font-size: 13px;
                color: #23233A;
                font-family: Clother-Regular;
            }

        body.markets:not(.mobile) #itu_footer .sections .details {
            /*float: left;*/
            width: 26%;
            text-align: center;
            height: 65px;
            border-right: 2px solid #23233A;
            margin-top: 0px;
            align-self: flex-end;
            padding-right: 15px;
            display: flex;
            align-items: center;
        }

            body.markets:not(.mobile) #itu_footer .sections .details .phone {
                font-size: 16px;
                font-family: Clother-Bold;
                line-height: 2;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                body.markets:not(.mobile) #itu_footer .sections .details .phone a {
                    direction: rtl;
                    color: #23233A;
                    font-family: Clother-bold;
                }

                body.markets:not(.mobile) #itu_footer .sections .details .phone label {
                    color: #23233A;
                    margin-right: 10px;
                    font-family: clother-bold;
                }

    body.markets:not(.mobile) #itu_footer .bg {
        width: 100%;
        height: 100%;
        background-image: url(media/img/itu/header_bg2.png);
        opacity: 0.5;
        z-index: 100;
    }

@media (min-width: 1200px) and (max-width: 3000px) {
}

@media (min-width: 922px) and (max-width: 1200px) {

    body.markets:not(.mobile) .details-list ul li .opener {
        width: 200px;
    }

    body.markets:not(.mobile) .details-list ul li.restrictions-card.open {
        /*margin-bottom: 400px;*/
    }

    body.markets:not(.mobile) .details-list ul li.restriction-businesses.open {
        /*margin-bottom: 1976px;*/
    }

    body.markets:not(.mobile) .details-list ul li.faq.open {
        /*margin-bottom: 870px;*/
    }

    body.markets:not(.mobile) #itu_header .sections ul li {
        padding-right: 10px;
        padding-left: 10px;
    }

        body.markets:not(.mobile) #itu_header .sections ul li img {
            width: 30px;
        }

        body.markets:not(.mobile) #itu_header .sections ul li div {
            font-size: 15px;
        }

    body.markets:not(.mobile) #itu_header .histadrut-logo {
        background-size: 175px;
    }

    body.markets:not(.mobile) #itu_header .ashmoret-logo {
        background-size: 195px;
    }
}

@media (min-width: 768px) and (max-width: 922px) {

    body.markets:not(.mobile) .details-list ul li .opener {
        width: 150px;
    }

    body.markets:not(.mobile) .details-list ul li.restrictions-card.open {
        /*margin-bottom: 450px;*/
    }

    body.markets:not(.mobile) .details-list ul li.restriction-businesses.open {
        margin-bottom: 2126px;
    }

    body.markets:not(.mobile) .details-list ul li.faq.open {
        /*margin-bottom: 920px;*/
    }

    body.markets:not(.mobile) .details-list ul li .label {
        font-size: 20px;
    }

    body.markets:not(.mobile) #itu_header .sections ul li {
        padding-right: 5px;
        padding-left: 5px;
    }

        body.markets:not(.mobile) #itu_header .sections ul li img {
            width: 20px;
        }

        body.markets:not(.mobile) #itu_header .sections ul li div {
            font-size: 14px;
        }

    body.markets:not(.mobile) #itu_header .histadrut-logo {
        background-size: 140px;
    }

    body.markets:not(.mobile) #itu_header .ashmoret-logo {
        background-size: 160px;
    }
}

@media (max-width: 768px) {

    body.markets:not(.mobile) .details-list ul li .opener {
        width: 100px;
    }

    body.markets:not(.mobile) .details-list ul li.restrictions-card.open {
        /*margin-bottom: 500px;*/
    }

    body.markets:not(.mobile) .details-list ul li.restriction-businesses.open {
        margin-bottom: 2201px;
    }

    body.markets:not(.mobile) .details-list ul li.faq.open {
        /*margin-bottom: 970px;*/
    }

    body.markets:not(.mobile) .details-list ul li .label {
        font-size: 16px;
    }

    .bls_row .payment_frame_err {
        background: white;
        position: fixed;
        top: 9vh;
        right: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        width: 100vw;
        z-index: 1;
    }
}

body.markets:not(.mobile) .logo_cont {
    width: 100%;
    /*margin-right: 68px;*/
    display: none;
}

body.markets:not(.mobile) #img_logo {
    width: 100%
}

/*16.12.18 adi*/
.card_load .orders_table.main_table .box_row {
    border-top: 1px solid #888888;
    width: 100%;
}

/*161218 adi*/
.card_load #CompleteToSum {
    /*margin-right: -3px;
    margin-left: 36px;
    width: 136px;*/
    /*margin-right: 143px;*/
}

.card_load .row_TotalNuminal .box.box_w1 {
    width: 24% !important;
}

.card_load .box_row.parent_a.first_child .box:first-child {
    width: 91.6% !important;
}


/*161218 adi*/
.card_load .p_money {
    margin-bottom: 0px;
    margin-right: 3px;
    margin-top: 13px;
    text-align: right;
    left: 111px;
}

/*.box box_w3 box_comp > .p_money {
    left:113px;
}*/

.card_load .p_load {
    text-align: right;
    margin-top: 10px;
    /*margin-left: 96px;
    margin-right: -185px;*/
}

#complete1000 {
    margin-left: 326px;
}

/*#TotalSum {
    margin-right: 36px;
}*/

/*#card_links_section {
    margin-top: 345px;
    margin-right: 458px;
}*/

.box_row.parent_a.row_TotalNuminal .box.box_w1 {
    width: 44% !important;
}

.box_row.parent_a.row_TotalNuminal .box.box_w2 {
    width: 1% !important;
}

    .box_row.parent_a.row_TotalNuminal .box.box_w2 input {
        width: 129px;
        /*margin-right: 170px;*/
    }

.box_row.parent_a.row_complete .box.box_w1 {
    width: 44% !important;
}

.box_row.parent_a.row_complete .box.box_w2 input {
    width: 135px;
    font-family: typopas;
    font-weight: 100;
}

.sum-text { /*adi 07.01.2019*/
    font-size: 20px;
    margin-right: 8px;
}

.p_z.my_orders.card_load_desktop.card_load.mst_360 input[type="text"] { /*adi 07012019*/
    font-size: 20px;
}

.no-polisa p {
    font-family: apolo;
    font-size: 18px;
}

.calendar { /* adi 21.01.2019 */
    position: fixed !important;
}

.box.box_w4 b { /* adi 17.07.2019 */
    display: none;
}

.box.box_w3 {
    white-space: nowrap;
}

div#SubsidisedNominalSum {
    display: inline-block;
    margin-right: 45px;
}

div#SubsidisedNIS_Sum {
    display: inline-block;
    margin-right: 150px;
}

div#NonSubsidisedNominalSum {
    display: inline-block;
    margin-right: 59px;
}

div#NonSubsidisedNIS_Sum {
    display: inline-block;
    margin-right: 149px;
}

.rec_line_title .box_w2 {
    left: 140px;
}

.parent_a:not(.sum-box) .box.box_w4 {
    display: none;
}

/*.row_TotalNuminal .box.box_w3 {
    width: 1% !important;
}*/

.box.box_w1.sub {
    display: inline;
}

.mobile_box-row.title.rec_line_title .m_box.box_w2 {
    margin-right: -11px;
}

.my_orders_mobile .mobile_box-row.title.rec_line_title .m_box.box_w2 {
    margin-right: 20px !important;
}

.mobile_box-row.parent_a:not(.row_TotalNuminal) b {
    display: none;
}

/*adi 21.07.19*/
.box_row.parent_a.row_complete .box.box_w2 {
    width: 1% !important;
}
/*adi 21.07.19*/
.sum-box .box.box_w1 {
    width: 320px;
}

.delete_pass {
    display: none !important;
}

div#password-div {
    display: block !important;
    margin-top: 30px;
}

span.update_pass {
    cursor: pointer;
}

/*nikita*/
.discountTxt {
    font-size: 18px;
}

.discountTxtMobile {
    font-size: 18px;
}

.discountTxtCart {
    font-size: 14px;
    color: #FF9BC8;
}

.discountTxtCartMob {
    font-size: 17px;
}

/*nikita*/
.classification_HTML .c_options {
    display: none;
}

@media (max-width: 1371px) {
    .logo_container {
        /*background-size: 97px;*/
        /*margin-right: -153px;*/
    }
}

.mobile .flex-direction-nav a {
    display: none;
}

button.addToCart.disabled:hover, a.addToCart.disabled:hover {
    opacity: unset !important;
}

button.addToCart.disabled {
    background-color: #F38DC4 !important;
}

.classic_w.full .titlebox .title_text_c h1 a {
    white-space: unset !important;
}

select.select_fancy.select_show.select_show_theater_time {
    width: 100%;
}


select.select_fancy {
    padding: 0px 7px 3px 7px;
    margin: 0;
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 37px;
    /*background: #e4e4e4;*/
    color: #71777F;
    outline: none;
    -webkit-appearance: menulist-button;
    display: inline-block;
    cursor: pointer;
    width: auto;
    font-size: 15px;
    position: relative;
    font-family: Clother-Regular;
    font-weight: 200;
    outline: none;
    height: 40px;
    text-indent: 0;
    z-index: 0;
}

select#c_phone_k {
    margin: 0;
    border-radius: 0px;
    background: white;
    width: 62px;
    width: 20%;
    border-radius: 20px 0 0 20px;
    border: 1px solid #DEDEE4;
    font-family: Clother-Regular;
}

.DeviceIdIphone {
    display: none;
    background-color: white !important;
}

.HideIfIphone {
    display: block;
}

.dropbtn {
    background-color: white;
    width: 166px;
    color: #23233A;
    padding: .475rem .75rem;
    font-size: 16px;
    border: 2px solid #237DFF;
    border-radius: 4px;
    cursor: pointer;
    border-radius: 4px;
    text-align: start;
    font-family: Clother-Regular;
    box-sizing: border-box;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle::after {
    position: absolute;
    left: 8px;
    top: 20px;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-content {
    display: none;
    width: 166px;
    position: absolute;
    background-color: white;
    min-width: 160px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 11;
    border: 2px solid #237DFF;
    border-radius: 0 0 4px 4px;
    top: 95%;
    box-sizing: border-box;
    z-index: 100;
}

    .dropdown-content a {
        color: #23233A;
        padding: 7px 14px;
        text-decoration: none;
        display: block;
        font-family: Clother-Regular;
        font-size: 14px;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
            color: #FF9BC8;
            cursor: pointer;
        }



@keyframes loader-animation {
    0% {
        width: 0%;
    }

    49% {
        width: 100%;
        left: 0%
    }

    50% {
        left: 100%;
        width: 0;
    }

    100% {
        left: 0%;
        width: 100%
    }
}

.loader_header_itu {
    height: 5px;
    width: 100%;
    position: absolute;
    z-index: 44646522464;
    height: 3px;
    background-color: #3889FE;
    top: 2px;
    animation-name: loader-animation;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


.hide-caption .item_desc { /*adi 11/02/2020*/
    display: none;
}

.slider.nivoSlider .item_desc {
    display: none;
}

.extra .classic_w h1 {
    color: #3889FE;
}

.product h1 {
    color: #237DFF;
    font-size: 37px;
    font-family: clother-bold;
}

.product .classic_w .rec_line_title {
    font-size: 16px;
    border-radius: 8px;
}

.product .comment-line {
    /*background-color: white;*/
    border-radius: 8px;
}

.product .classic_w p.p_des {
    font-size: 16px;
}

.mobile.product .box-row.sumbox.order_remark {
    border-bottom: 0px;
    margin-top: 24px;
}

.show_page .imgMap a:not(.not_allow):hover polygon {
    fill: #3889FE;
    stroke: #3889FE;
}

.show_page .imgMap polygon.stage {
    fill: black;
    fill: #3889FE;
    stroke: #3889FE;
}

.show_page .imgMap text {
    font-size: 15px;
    fill: black;
    font-family: typopas;
    font-weight: bold;
    fill: #3889FE;
    transition: .2s all;
    unicode-bidi: bidi-override;
    direction: rtl;
}

[easypz] g circle.selected {
    fill: #3889FE;
    stroke: #3889FE;
}

[easypz] g text.available {
    fill: #3889FE;
    /* fill: #fff; */
}

[easypz] g circle.available {
    fill: #fff;
    stroke: #9b9b9b;
    stroke: #3889FE;
    stroke-width: 2;
}

[easypz] g circle.selected.selected-no-subsidy {
    fill: #9FC6FF;
    stroke: #9FC6FF;
}


[easypz] g circle.stay-free-chair {
    fill: #dda0dd;
}

[easypz] g text.section-title {
    fill: #3889FE;
    font-weight: 200;
    font-size: 24px;
}

.product .rec_line_title {
    background-color: #FF9BC8 !important;
    background: none;
}

.product #big_image {
    border-radius: 0;
    width: 435px;
    height: 435px;
}

.product div#side_gallery {
    /* margin-right: 48px; */
    margin-top: 22px;
    width: 85%;
    width: 130%;
    width: 438px;
    height: 120px;
    margin-right: 0;
    overflow-x: auto;
    overflow-y: hidden;
}


.product div#side_gallery_scroll {
    width: auto;
    display: inline-flex;
    height: 106px;
}

.product #side_gallery .g_item {
    width: 121px;
    height: 121px;
    float: right;
    z-index: 1;
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
    margin-left: 14px;
    transition: .3s all;
    opacity: 1;
    margin-right: 11px;
}

.shopping_cart .pink-arrow-left {
    border-right: 7px solid #3889FE;
}

.shopping_cart .pink_title {
    background: #3889FE;
}

.shopping_cart.before_p .wrapper h2 {
    font-family: clother-bold;
    color: #3889FE;
}

#buynow {
    background: #3889FE;
}

.checkout_page .forgot a {
    font-size: 16px;
    white-space: pre;
    color: #3889FE;
}

.clotherBold {
    font-family: Clother-Bold;
    color: #23233A;
}

.checkout_page h1.main_title {
    font-family: clother-bold;
    color: #3889FE;
}

.secondaryText {
    color: #71777F;
}

.product .mini_heart {
    display: none;
}

.boxer .clotherBold {
    margin-bottom: 5px;
}

.tickets_mobile .added {
    background: rgba(56, 137, 254, 0.8) !important;
}

.checkout_page .rec_line_title .circle {
    display: none;
}

.checkout_page input {
    border-radius: 37px !important;
    padding: 8px !important;
}

.checkout_page .rec_line_title span {
    font-family: clother-bold;
}

.checkout_page .rec_col {
    background-color: white;
}

#homepage_grid .nivo-controlNav {
    top: unset !important;
    bottom: 1%;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 95;
}

.nivo-controlNav a:hover {
    background-position: unset !important;
    opacity: 0.5;
    background-color: #3889FE !important;
}

.nivo-controlNav a {
    border-radius: 50%;
    background: unset !important;
    border: 2px solid #FF9BC8 !important;
    margin-right: 2px;
    width: 11px !important;
    height: 11px !important;
}

    .nivo-controlNav a.active {
        background-position: unset !important;
        background: #3889FE !important;
    }

.checkout_page button#buynow {
    margin-right: 40px;
}

strong.empno {
    display: none;
}

strong.mail {
    display: none;
}

span#lblCart_cnt {
    display: none;
}

.header_counter.person_counter, .header_counter.cart_counter {
    display: none !important;
}

.mm-list a:hover, .mm-list a.active {
    color: #3889FE !important;
}

label.person_counter_mybill {
    display: none;
}

@media(max-device-width:1280px) {
    .pop_login {
        -moz-transform: scale(0.85, 0.85);
        zoom: 0.85;
        zoom: 85%;
    }
}

.checkout_page div#remarks_line span, .checkout_mobile div#remarks_line span {
    background: #3889FE !important;
    color: white;
}

.my_funds .content h3 {
    font-family: Clother-Bold;
}

.my_funds .orders_table .box {
    padding: 11px 0px 7px 0 !important;
    text-indent: 2px;
}

/*.my_funds .sidebar-right {
    top: 100px;
}*/

.footer_info_container .social-media {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.footer_info_container .regulations-container {
    display: flex;
    flex-direction: column;
    width: 30%;
}

    .footer_info_container .regulations-container a {
        color: #23233A;
        margin-top: 9px;
        margin-bottom: 2px;
    }

        .footer_info_container .regulations-container a:hover {
            text-decoration: underline;
        }

.footer_info_container .security-support {
    display: flex;
    flex-direction: column;
    width: 33%;
}

.funds_table .funds_total {
    display: none;
}

.rec_col.col_b .boxer .funds_row .funds_field_sum input {
    border: 1.5px black solid;
    margin: 6px;
}

.funds_row .funds_field_sum input {
    border: 1.5px black solid;
    margin: 6px;
}

.boxer .box-row.enter-sum {
    border-bottom: none;
    margin-bottom: 5px;
}

.category.category_desktop.trb_102434 h2.no-border.cat-name.mini_heart_category {
    display: none !important;
    font-family: Clother-Bold;
}

.category.category_desktop.trb_102434 .content {
    float: unset !important;
    margin: 0 auto !important;
    width: 947px !important;
    font-family: Clother-Bold;
    padding-right: 38px;
}

.trb_102434 .item.item-w2.item-h1 { /*adi 12.04.2020*/
    display: none;
}

.trb_102434 .item.item-w1.item-h1 { /*adi 12.04.2020*/
    display: none;
}

/*body:not(.homepage) .second_menu ul li:first-child {
    margin-right: -70px;
}*/

body:not(.homepage) .second_menu ul li a {
    font-size: 16px;
}

.item.iframe-grid {
    height: 521px !important;
    width: 100% !important;
    /*margin-right: 255px;
    margin-top: 20px;*/
}

.category .item.isotope-item:not(.iframe-grid) {
    width: 100% !important;
    height: 159px !important;
}

.category_mobile .item.item-w1.item-h1 {
    margin-top: 11px;
}


/*.category div#homepage_grid {
    height: 260px!important;
}*/

/*.no-border.cat-name.mini_heart_category{
    top: unset !important;
}*/

.grids_category .item.iframe-grid {
    margin-right: 0px;
}

.category .grids_category .item-w2, .category .grids_category .item-w1 {
    width: 100% !important;
}

.grids_category {
    width: 100%;
    height: 100%;
}

.item.item-w1.item-h1.hide-captionitem.item-w1.item-h1.hide-caption {
    max-height: unset !important;
}

.category_mobile .item-h1.iframe-grids-mobile, .category_mobile .item-h2.iframe-grids-mobile {
    max-height: unset !important;
    height: 360px;
    width: 100%;
}

.category.category_mobile .single_cat {
    position: unset !important;
    margin: auto 16%;
    margin-bottom: 57px;
}

.contact_page.personal_page .details strong {
    margin-left: 5px;
}

.personal_page aside.sidebar-right {
    /*top: 183px;*/
    height: auto;
}

.details #pass_msg, #pass_msg_update {
    color: BLACK;
    font-weight: bold;
    margin-top: 29px;
    MARGIN-RIGHT: 340px;
    font-family: 'Clother-Bold';
    font-size: 17px;
    text-align: center;
    DISPLAY: BLOCK;
    /* width: 100%; */
}

.contact_page form.contact_form label {
    display: inline-block;
    margin-top: 5px;
    width: 75%;
    font-family: Clother-Regular;
}


.contact_page .form_line {
    width: 100%;
    justify-content: space-between;
}

.contact_page.contact_us .form_line > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contact_page.contact_us .form_line input[type="text"], .contact_page.contact_us .form_line input[type="password"]:not(#login_password), .contact_page.contact_us .contact_form select#c_subject {
    height: 34px;
    width: 70%;
    box-sizing: border-box;
}

.contact_page input#c_phone {
    width: 50%;
    padding-right: 0;
}

.contact_page select#c_phone_k {
    width: 20%;
    height: 34px;
}

.contact_page #car_cont {
    width: 100%;
}

.contact_page #c_funding {
    margin-top: 0px;
    align-self: center;
    margin-left: auto;
    margin-right: 4px;
}

.contact_page #car_cont > div:nth-child(4) {
    justify-content: right;
}

.contact_page .c_yad {
    margin-top: 8px;
    margin-left: 4px;
    margin-right: 4px;
}

.contact_page .contact_form input.send_form {
    border-radius: 28px;
}

.contact_page form.contact_form {
    box-sizing: border-box;
    padding-left: 4px;
}

.contact_page select.select_fancy {
    background: white;
}

div#password-div {
    margin-top: 15px;
}

.personal_page #update_pass .error_m_pass {
    color: rgb(260, 60, 76);
    margin-top: 0;
}

.card_load_desktop input#CompleteToSum {
    height: 33px;
    font-size: 15px;
    font-family: Clother-Regular;
    font-weight: 200;
}

.card_load_desktop div#SubsidisedNominalSum {
    margin-right: 124px;
}

.card_load_desktop div#NonSubsidisedNominalSum {
    display: inline-block;
    margin-right: 138px;
}

.card_load_desktop #buynow {
    margin-right: 144px;
}

.card_load_desktop div#TotalSum {
    width: 37px;
    margin-right: 4px;
}

.card_load_desktop .sum-text {
    margin-top: 16px;
    font-size: 17px;
    margin-right: 7px;
}

.card_load_desktop .orders_table .box:nth-child(4) {
    margin-right: 140px;
}

.card_load_desktop div#SubsidisedNIS_Sum, .card_load_desktop div#NonSubsidisedNIS_Sum {
    margin-right: 157px;
}

.p_z.my_orders.card_load_desktop.card_load.mst_360 input[type="text"] {
    font-size: 15px;
    height: 31px;
}

.checkout_page .details strong {
    margin-left: 4px;
}

.contact_page .hidden-by-default {
    display: none;
}

.product .boxer .box-row {
    border-bottom: none;
}

.boxer .box-row.NonAttSelection .select_fancy {
    width: 100%;
}

.ff-takanon .ff-text a {
    color: #237DFF;
}

.phase1_box .details strong {
    margin-left: 5px;
}

#showUsersBtn, #showBillsBtn, #showchangesBtn {
    color: #237DFF;
}

.classic_w .titlebox h1 {
    width: auto;
}

*[x-apple-data-detectors] {
    border-bottom: 0 !important;
    cursor: default !important;
    color: inherit !important;
    text-decoration: none !important;
}

@media print {
    #thank_you_main .inner_wrapper {
        background-color: white;
        height: 100%;
        width: 95%;
        /*position: fixed;*/
        top: 0;
        right: 0;
        margin: 0;
        padding: 15px;
    }

    header {
        display: none;
    }

    footer {
        display: none;
    }
}

.flex-control-nav {
    top: 305px !important;
    bottom: unset !important;
}

.homepage #loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 1;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 100
}

.menu-icon.contact-icon {
    width: 40px;
    height: 40px;
    background: url(../img/itu2020/contactus.png) no-repeat;
    background-position-y: center;
    border: none;
}

/*.contact_page aside {
    display: none;
}*/

.contact_page .content {
    /*float: none;*/
    /*margin-top: 13px;*/
}


.contact_page:not(.car) .content .left_block {
    display: none;
}

.contact-icon {
    background: url(../img/itu2020/contactus.png) no-repeat;
    background-position-y: center;
    height: 33px;
    width: 33px;
    background-size: contain;
    /* background-position: 0px 0px; */
    text-indent: 45px;
    line-height: 37px;
    font-family: Clother-Regular;
}

.mobile.contact_page .form_line input[type="text"] {
    width: 100%;
}

.mobile.contact_page input#c_phone {
    width: 100%;
    padding-right: 13px;
}

.contact_page input#c_phone {
    padding-right: 13px;
}

aside.sidebar-right nav.sidebar_menu ul .li_messages {
    display: none;
}

body.p_z.presonal_zone_fav .ttl_h2.mini_heart_category {
    margin-top: 11px !important;
}

.homepage .nivoSlider a.nivo-imageLink {
    z-index: 90;
}

.my_orders .order-cancel {
    position: absolute;
    top: 56%;
}

.card_load .orders_table.main_table .box_row {
    padding-left: 0;
    padding-right: 0;
}

.thank_you .rec_line .boxer_title_thank {
    display: flex;
    align-items: center;
}

.checkout_page div.rec_col.col_c > div:nth-child(2) {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    /*padding-left: 33px;*/
    padding-right: 5px;
}

.col_c .box-row.summery div.fltlft.order_total {
    margin-right: auto;
}

.regulations-container .regulations {
    font-family: Clother-Regular;
}

.regulations-container .policy {
    font-family: Clother-Regular;
}

:not(.homepage) .second_menu .inner_wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}

.classic_w .rec_line_title {
    height: auto;
    padding: 11px 13px;
    width: 512px;
}

.contact_us.contact_page .spacer_top {
    display: none;
}

.contact_us.contact_page .form_line {
    margin-bottom: 15px;
}

.category:not(.mobile) .content {
    position: relative;
    float: left;
    margin-left: 18px;
}

.contact_page.personal_page select#c_phone_k {
    height: 40px;
    padding: 0px 7px 0px 7px;
}

.contact_page.personal_page input#c_phone {
    width: 80%;
}

.hide-by-mc {
    display: none !important;
}


.p_z > div > .wrapper > .inner_wrapper, .personal_page > div > .wrapper > .inner_wrapper {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.p_z > div > .wrapper aside.sidebar-right, .personal_page > div > .wrapper aside.sidebar-right {
    position: relative !important;
    margin-left: 20px;
    height: 500px !important;
    top: 0;
}

/*.personal_page > div > .wrapper > .inner_wrapper {
    margin-top: 13px;
    margin-left: 106px;
}*/

.p_z > div > .wrapper > .inner_wrapper > .content, .personal_page > div > .wrapper > .inner_wrapper > .content {
    padding-right: 0;
    margin-top: 1px;
    margin-left: auto;
}

@media screen and (min-width: 1000px) and (max-width: 1390px) {
    .pop_login {
        zoom: 85%;
    }
}

.mobile.product p.p_des iframe {
    width: 100% !important;
}

.contact_li:hover .menu-icon.contact-icon {
    opacity: 0.7;
    /* background-color: rgba(35, 125, 255, 0.1); */
    box-shadow: 0px 0px 4px #237DFF;
    transition: 0.3s all;
    border-radius: 0.25rem;
}

.product .fltlft .discountTxt {
    margin-right: 16px;
    color: #FF9BC8;
}

.ui-widget-content {
    background: transparent;
}

.show_page .cover_image .purchase-scroll {
    cursor: pointer;
    height: 28px;
    width: 75px;
    color: white;
    background: #237DFF;
    border-radius: 25px;
    font-family: clother-regular;
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .pop_login {
        left: 23vw;
        right: auto;
    }
}

.markets .inner_wrapper {
    display: block !important;
}

.takanon-div-itu {
    text-align: right;
    height: 90%;
}

.agree-taknon {
    padding: 12px;
    border-radius: 24px;
    border: 0;
    margin: 0 10px;
    font-size: 22px !important;
    background: #237DFF;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: white;
    width: 87%;
    height: auto;
    display: block;
    cursor: pointer;
    box-sizing: content-box;
}

.takanon-text {
    height: 80%;
    overflow-y: auto;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 12px;
    padding-top: 7px;
    white-space: pre-line;
}

.confirmRules {
    display: none !IMPORTANT;
}

.product_not_available h1.prod-name.mini_heart_text, .product_not_available .gallery {
    display: none;
}

.index_popup .enter_with_sms {
    height: 30%;
    width: 100%;
    text-align: center;
    border-top: 1px solid #DADADA;
    line-height: 2.1em;
    margin: -1px 0 0px;
}

.otp_step1 {
    height: 100%;
}

.index_popup #f_login.form-group {
    height: 72%;
}

.index_popup .login_mobile_button_sms {
    background: #FA5E9B !important;
    width: 75% !important;
    margin: 0 auto !important;
    margin-top: -5px !important;
}

.index_popup #idNumberForSms, .index_popup #passwordReceived, .index_popup #Password2, .mobile_login #Password2 {
    height: 26px;
    margin-bottom: 16px;
    text-indent: 10px;
    border: 1px solid #DCDDDF;
    border-radius: 2rem;
    height: 3.5rem;
    margin-bottom: 16px;
    text-indent: 10px;
    font-size: 18px;
}

.index_popup #passwordReceived[type=number]::-webkit-inner-spin-button,
.index_popup #passwordReceived[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.index_popup .otp_step2, .index_popup .otp_step3 {
    width: 75%;
    margin: 0 auto;
}

.index_popup #sendMeSmsLogin, .index_popup #LoginWithSms {
    width: 100% !important;
}

.markets .fir {
    font-family: Clother-Bold;
    font-size: 25px;
}

.markets .collapsible-desc {
    padding: 0 8%;
}

.markets .faq .collapsible-desc {
    padding: 0 0;
}

body.markets:not(.mobile) .details-list ul li.open .bg {
    background-color: rgba(255, 230, 240, 0.5);
    transition: background-color 0.4s;
}

body.markets:not(.mobile) .details-list ul li.open .opener {
    background-color: #FF9BC8;
    transition: background-color 0.4s;
}

body.markets:not(.mobile) .details {
    padding-right: 0;
}

body.markets:not(.mobile) .sub-list {
    display: flex;
    align-items: flex-end;
}

body.markets.mobile #itu_footer .sections .markets-footer-info {
    display: flex;
    flex-direction: column;
}

body.markets.mobile .faq-table tr td {
    padding-bottom: 5px;
}

body.markets.mobile .mobile_header {
    display: none;
}


span.error_message_sms {
    text-align: center;
    display: block;
    /*margin-top: 22px;*/
    color: red;
}

.hide_when_send_password {
    text-align: center;
}

.sendpasswordAgainInSeconds {
    color: gray !important;
    text-align: center;
}

#sendMeSmsLogin.disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width:1240px) {
    div.pop_left > div.login_form {
        height: 75%;
    }
}

.DontAllowLoginOTP .enter_with_sms {
    display: none;
}

.instagram_info .instagram_follow {
    font-family: Clother-Regular;
}

.instagram_info .instagram_components {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.facebook_info .facebook_follow {
    font-family: Clother-Regular;
}

.facebook_info .facebook_components {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.category .textOnly {
    position: relative;
    color: #23233A;
    min-height: 20px;
    font-size: 18px;
}

.category .item {
    position: relative !important;
    width: 100%;
}

    .category .item.TextOnly {
        height: auto;
    }

    .category .item > div {
        color: #23233A
    }

    .category .item.TextOnly > div > a {
        text-decoration: underline;
    }

    .category .item.TextOnly > a {
        display: none;
    }

    .category .item:not(.TextOnly) > div {
        display: none;
    }

.category:not(.mobile) #category_grid {
    width: 100%;
    margin: 0;
    padding-right: 245px;
    max-width: 929px;
    display: flex;
    flex-direction: column;
}

/*div#update-detials-div-id {
    display: block;
}*/

.personal_page div#fill_details, .personal_page #to_send {
    display: none;
}

body.personal_page #edit-personal-link {
    display: block;
    cursor: pointer;
    font-size: 22px;
    font-family: Clother-Bold;
    color: #237DFF;
    cursor: pointer;
    margin-top: 20px;
    background-position: 0% 50%;
}

body.personal_page .p select, body.personal_page .p .select2 {
    padding: 0px 7px 3px 7px;
    margin: 0;
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 37px;
    /* background: #e4e4e4; */
    color: #71777F;
    outline: none;
    -webkit-appearance: menulist-button;
    display: inline-block;
    cursor: pointer;
    width: auto;
    font-size: 15px;
    position: relative;
    font-family: Clother-Regular;
    font-weight: 200;
    outline: none;
    height: 40px;
    text-indent: 0;
}

body.personal_page .p select {
    padding: 0px 2px 2px 4px;
    border: 1px solid #DEDEE4;
    border-radius: 20px;
    background-color: white;
    position: unset;
}

.date-div select {
    border: unset !important;
}

select#date_day {
    width: 44px;
}

select#date_month {
    width: 42px;
    border-left: 1px solid #DEDEE4 !important;
    border-radius: 0;
}

select#date_year {
    width: 63px;
    border-left: 1px solid #DEDEE4 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

body.personal_page .p {
    width: 430px;
    display: inline-flex;
    margin-bottom: 19px;
}

    body.personal_page .p span:not(.required-star):not(.six-digit-credit):not(.check_input) {
        width: 146px;
        font-size: 16px;
        line-height: 30px;
    }

body.personal_page .txt_BirthDate {
    display: inline-block;
}

span.select2-selection.select2-selection--single {
    width: 162px !important;
    height: 40px;
    margin-left: 7px;
    border: 1px solid #DEDEE4;
    border-radius: 20px;
}

span.select2-selection__arrow {
    width: 50px !important;
    margin-top: 5px;
}

.select2-selection__rendered {
    width: 124px !important;
    text-align: right;
    padding-top: 4px;
    font-family: Clother-Regular;
}

span.select2 {
    padding: 0px 0px 0px 0px !important;
    width: 170px !important;
}

body.personal_page input#datepick {
    height: 40px;
    border-radius: 20px;
    border: 1px solid #DEDEE4;
    text-indent: 16px;
    color: #23233A;
    background-position: 16px 11px;
    WIDTH: 162px;
    PADDING-RIGHT: 0px;
    font-size: 16px;
}

.name_in_english {
    display: block !important;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    color: black;
    text-align: right;
}

.select2-results__option {
    color: black;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    text-align: right;
    direction: rtl;
}

.p.error input, .personal_page #datepick.error {
    border: 1px solid #FF9BC8 !important;
}


.check_input.disabled {
    pointer-events: none;
    text-decoration: unset !important;
    color: green !important;
}

.update_personal_btn.disabled {
    pointer-events: none;
    opacity: 0.5;
}

/*body.personal_page .calendar {
    top: 422px !important;
}*/
body.personal_page span.check_input {
    width: 53px;
    font-size: 17px;
    margin-right: 10px;
    line-height: 39px !important;
    text-decoration: underline;
    cursor: pointer;
    color: #237DFF;
    display: inline-block;
    font-family: Clother-Regular;
}

.Terms_personal_page {
    display: block !important;
}

.Terms_personal_page {
    display: block !important;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 16px;
}

    .Terms_personal_page span {
        font-family: Clother-Regular !important;
    }

    .Terms_personal_page div {
        margin-bottom: 5px;
    }

    .Terms_personal_page a {
        font-size: 16px;
        color: black;
        text-decoration: underline;
    }

.select2-results__option[aria-selected] {
    cursor: pointer;
    font-family: Clother-Regular !important;
}

.contact_page span {
    font-family: clother-regular;
}

#City .check_input {
    margin-right: 3px;
}

#modalOTP, #InventoryModal, #DeliveryAddressChangeModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modalOTP_content, .inventory-modal-content, .DeliveryAddressChange-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 315px;
}

.inventory-modal-content {
    width: 505px;
    border-radius: 25px;
}

    .inventory-modal-content .error {
        text-align: center;
        color: red;
    }

#modalOTP .close, #InventoryModal .close {
    color: #aaa;
    float: right;
    margin-top: -19px;
    font-size: 28px;
    font-weight: bold;
}

    #modalOTP .close:hover,
    #modalOTP .close:focus,
    #InventoryModal .close:hover,
    #InventoryModal .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

input#OTPPersonal {
    margin: 0 auto;
    display: block;
}

.modalOTP_content .save, .inventory-modal-content .save, .inventory-modal-content .close-btn, .DeliveryAddressChange-modal-content .close-btn, .DeliveryAddressChange-modal-content .save {
    color: #ffffff;
    text-align: center;
    font-family: Clother-Bold;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
    width: 33%;
    height: 20px;
    margin-left: 0;
    border: 2px solid #237DFF;
    background-color: #237DFF;
    display: block;
    height: 34px;
    margin: 6px auto;
    padding: 5px;
}

.inventory-modal-content .save, .inventory-modal-content .close-btn, .DeliveryAddressChange-modal-content .close-btn, .DeliveryAddressChange-modal-content .save {
    width: 17%;
    height: 24px;
    margin-top: 4px;
    display: inline-block;
}

.inventory-modal-content .close-btn, .DeliveryAddressChange-modal-content .close-btn {
    BACKGROUND-COLOR: WHITE;
    COLOR: BLACK;
}

.modal_first_screen {
    display: none;
}

.modal_second_screen {
    display: none;
}

.error_otp {
    text-align: center;
}

.update-details {
    margin-top: 19px;
}

.not_must_fill .check_input:not(.check_input_Cellular_Email) {
    display: none;
}

.modalOTP_content p {
    text-align: center;
}

.personal_page:not(.mobile) .long.p input {
    width: 71%;
    margin-right: 0px;
}

.personal_page:not(.mobile) .long.p {
    width: 833px !important;
}

.personal_page .update-details input:not(#chkTermsPolicy):not(#chkAgreeMarketing) {
    width: 161px !important;
}

span.fill_details_to_continue {
    width: 287px;
    /*margin-right: 15px;*/
    margin-top: 17px;
    color: #237DFF;
}

p.error_msg {
    width: 430px;
    color: #FEAAD0;
    position: absolute;
}

.not_must_fill .check_input.disabled {
    display: none;
}

input#p_txtMail {
    direction: ltr;
}

.hide-required-star {
    display: none;
}

.mail_icon_b {
    display: none;
}

.mokdan .mail_icon_b {
    display: block;
    background: url(../img/itu2020/contactus.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 19px;
    cursor: pointer;
}

.mokdan .printer-icon-link {
    display: inline-block;
    margin: 0 6px;
}

.mokdan .mail-icon-link {
    display: inline-block;
}

.mokdan.my_orders .order-cancel {
    top: 62%;
    left: 17%;
}

/*.personal_page .update-details input[readonly="readonly"] {
    border: none;
    color: darkgray;
}*/

.must_fill p.show_if_complete_details {
    text-align: center;
    font-size: 18px;
    color: black;
    display: block !important;
}

.must_fill a.show_if_complete_details {
    text-align: right;
    font-size: 18px;
    color: black;
    color: #237DFF;
    font-size: 17px;
    cursor: pointer;
    text-decoration: underline;
    display: block !important;
}

.cancel a {
    cursor: pointer;
    color: #237DFF;
    font-family: Clother-Bold;
}



.must_fill .details, .must_fill aside.sidebar-right, .must_fill header, .must_fill footer, .must_fill .content h2, .must_fill .update-details-header,
.must_fill_password .details, .must_fill_password aside.sidebar-right, .must_fill_password header, .must_fill_password footer, .must_fill_password .content h2, .must_fill_password .update-details-header {
    display: none;
}

.must_fill .wrapper {
    min-height: 935px;
}

.second_menu ul {
    margin-top: 13px;
}

aside.sidebar-right h2 {
    margin-top: 0;
}

.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/Itu2020/homepage-V3.png);
    background-size: cover;
    /* background-color: rgba(0,0,0, 0.7); */
    width: 100%;
    height: 100%;
    /* opacity: 0.1; */
    /*position: fixed;*/
    z-index: 9999999;
    background-color: rgba(0, 2, 22, 0.7) !IMPORTANT;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.must_fill:not(.mobile) .inner_wrapper.main-form-container, .must_fill_password:not(.mobile) .inner_wrapper.main-form-container {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 2, 22, 0.7);
    top: 0;
    position: absolute;
    max-width: none;
}

.must_fill.must_fill:not(.mobile) section.content {
    background: white;
    float: none;
    margin: 0 auto;
    margin-top: 4%;
    padding: 11px;
}

.must_fill .cancel, .must_fill_password .cancel_save_pass {
    display: none !important;
}

div#date-div-personal {
    border: 1px solid #DEDEE4;
    border-radius: 25px;
    width: 161px !important;
    background-color: white;
}

.strong_birth {
    display: block !important;
}

.not_must_fill .logout_personal {
    display: none;
}

.must_fill .logout_personal {
    margin-top: 13px;
    margin-right: 686px;
    text-decoration: underline;
}
.must_fill_password .logout_personal {
    margin-right: 683px;
    text-decoration: underline;
}
.must_fill .logout_personal a, .must_fill_password .logout_personal a {
    color: #237DFF;
    font-size: 17px;
    cursor:pointer;
}

.must_fill.contact_page.personal_page .ok-cancel-div {
    width: 100%;
}

/*כרגע בהסתדרות לא לאפשר עדכון פרטים לפחות עד שמנגנון טיוב יעלה לכולם*/
/*#edit-personal-link {
    display:none!important;
}*/

.classification_hide-order-remark .order_remark {
    display: none;
}

.not_must_fill p.show_if_complete_details {
    display: none;
}

.personal_page select#cmbCustomerBranch {
    width: 201px;
    margin-right: 57px;
}

.show_if_cbr_wrong {
    position: absolute;
    margin-top: 31px;
    white-space: pre;
    color: red;
    font-size: 14px !important;
}

.use_member_card_input {
    display: inline-block;
}

body.contact_page .content[type="all"] {
    display: none;
}

body.contact_page:not(.all) .content[type="content"] {
    display: none;
}

body.contact_page:not(.all) .content[type="all"] {
    display: block;
}

body.contact_page .content[type="all"] h1 {
    color: #237DFF;
    margin-bottom: 0;
    margin-right: 55px;
    display: block;
}

body.contact_page .content[type="all"] h2 {
    border: 0;
    margin-bottom: 15px;
    margin-top: 5px;
    font-size: 15px;
    margin-right: 55px;
    display: block;
}

body.contact_page .content[type="all"] .main_boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 700px;
}

body.contact_us .content[type="all"] .main_boxes {
    margin-right: -17px;
    margin-right: 0;
}

body.contact_page.mobile .content[type="all"] .main_boxes {
    justify-content: space-between;
}

body.contact_page .content[type="all"] .main_boxes .a_box {
    background-repeat: no-repeat;
    width: 160px;
    height: 202px;
    position: relative;
    display: flex;
}

    body.contact_page .content[type="all"] .main_boxes .a_box.hidden {
        display: none;
    }

    body.contact_page .content[type="all"] .main_boxes .a_box p {
        font-size: 11.5px;
        text-align: center;
        width: 68%;
        margin: 0 auto;
        margin-top: 42px;
    }

    body.contact_page .content[type="all"] .main_boxes .a_box b {
        font-size: 12px;
        text-align: center;
        display: block;
        width: 100%;
        font-family: Clother-Bold;
        font-weight: 400;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    body.contact_page .content[type="all"] .main_boxes .a_box.facebook p {
        white-space: break-spaces;
    }

    body.contact_page .content[type="all"] .main_boxes .a_box.chat {
        background: url("https://tmuracdn.blob.core.windows.net/club/itu/media/img/itu2020/contact/chat.png");
    }

    body.contact_page .content[type="all"] .main_boxes .a_box.whatsapp {
        background: url("https://tmuracdn.blob.core.windows.net/club/itu/media/img/itu2020/contact/WhatsApp.png");
    }

    body.contact_page .content[type="all"] .main_boxes .a_box.facebook {
        background: url("https://tmuracdn.blob.core.windows.net/club/itu/media/img/itu2020/contact/Facebook.png");
    }

    body.contact_page .content[type="all"] .main_boxes .a_box.sms {
        background: url("https://tmuracdn.blob.core.windows.net/club/itu/media/img/itu2020/contact/sms.png");
    }

    body.contact_page .content[type="all"] .main_boxes .a_box.mail {
        background: url("https://tmuracdn.blob.core.windows.net/club/itu/media/img/itu2020/contact/Mail.png");
    }

    body.contact_page .content[type="all"] .main_boxes .a_box.form {
        background: url("https://tmuracdn.blob.core.windows.net/club/itu/media/img/itu2020/contact/form.png");
    }

    body.contact_page .content[type="all"] .main_boxes .a_box.call {
        background: url("https://tmuracdn.blob.core.windows.net/club/itu/media/img/itu2020/contact/call.png");
    }

    body.contact_page .content[type="all"] .main_boxes .a_box.public {
        background: url("https://tmuracdn.blob.core.windows.net/club/itu/media/img/itu2020/contact/Public.png");
    }

    body.contact_page .content[type="all"] .main_boxes .a_box.MemberCard {
        background: url(http://tmuracdn.blob.core.windows.net/club/itu/media/img/itu2020/contact/Card.png);
    }

    body.contact_page .content[type="all"] .main_boxes .a_box a {
        color: #fff;
        font-weight: bold;
        position: absolute;
        bottom: 23px;
        left: 27%;
        font-size: 16px;
    }

    body.contact_page .content[type="all"] .main_boxes .a_box.sms a {
        left: 40%;
    }

    body.contact_page .content[type="all"] .main_boxes .a_box.mail a {
        left: 25%;
    }

    body.contact_page .content[type="all"] .main_boxes .a_box.form a {
        left: 40%;
    }

    body.contact_page .content[type="all"] .main_boxes .a_box.call a {
        left: 20%;
    }

    body.contact_page .content[type="all"] .main_boxes .a_box.public a {
        left: 25%;
    }

.main_boxes > .contact_div {
    min-width: 206px;
    max-width: 220px;
    width: 18%;
    margin: 25px;
    margin-bottom: 35px;
    border-radius: 10px;
    height: 250px;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
}

    .main_boxes > .contact_div > p {
        font-size: 16px;
        width: 80%;
        margin: auto;
    }

    .main_boxes > .contact_div > span {
        display: block;
        margin: 42px 0px 10px 0px;
        font-size: 19px;
        font-family: Clother-bold;
    }

    .main_boxes > .contact_div > a {
        position: absolute;
        justify-content: center;
        bottom: 0px;
        display: flex;
        width: 100%;
        background-color: #237DFF;
        color: white;
        line-height: 2;
        border-radius: 0 0 10px 10px;
        height: 40px;
    }

    .main_boxes > .contact_div > img {
        position: absolute;
        top: -11%;
        left: 29%;
        width: 90px;
    }

.inner_wrapper {
    max-width: 1400px;
}

.contact_us.contact_page .inner_wrapper {
    display: flex;
    justify-content: center;
}

.contact_us.contact_page .inner_wrapper .content {
    width: 100%;
    margin-left: 0;
}

.content {
    max-width: 1400px;
}

.update-sum-modal {
    position: absolute;
    z-index: 9999;
    border-radius: 29px;
    background-color: white;
    border: solid 1px #b5b5b5;
    padding: 10px;
    box-shadow: 0px 4px 0px 0px rgba(192, 191,189, 1);
    height: 80px;
    width: 170px;
}

.update-sum-button {
    border-radius: 29px;
    cursor: pointer;
    padding: 6px 5px 7px;
    text-indent: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    border: none;
    width: 67px;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
}

.update-sum-cancel {
    float: right;
    color: #494949;
    background: #e4e4e4;
}

    .update-sum-cancel:hover {
        background: #b8b8b8 !important;
        color: white !important;
    }

.update-sum-confirm {
    float: left;
    background-color: #237DFF;
    color: white;
}

    .update-sum-confirm:hover {
        opacity: 0.7;
    }

.update-sum-text {
    border: 1px #c5c5c5 solid !important;
    border-radius: 10px;
    text-indent: 10px;
    margin: 5px 5px 13px;
    width: 160px;
}

@media (max-width:550px) {
    .main_boxes > .contact_div {
        /*width: 67%;*/
        height: 245px;
        margin: 30px auto;
        width: 198px;
    }

        .main_boxes > .contact_div > img {
            left: 27%;
        }
}

.security-support a {
    margin-top: -12px;
}

#InventoryEmail, #InventoryCellular {
    display: inline-block;
    width: auto;
    border: 1px solid rgba(254, 154, 199, 0.4) !IMPORTANT;
    text-align: left;
    border-radius: 6px;
}

.inventory-modal-content div {
    margin-top: 10px;
    text-align: center;
}

span.big-text {
    font-size: 21px;
}

.form_error {
    border: 1px #FF9BC8 solid !important;
    transition: .3s all;
}

span.bold-text {
    FONT-FAMILY: CLOTHER-BOLD;
}

div#DeliveryAddressChangeModal {
    z-index: 12;
}

    div#DeliveryAddressChangeModal span.select2-dropdown.select2-dropdown--below {
        width: 162px;
        margin-left: 7px;
    }

.select2-results {
    display: block;
    z-index: 9999999999999555555599999555 !IMPORTANT;
}

#DeliveryAddressHomeNo, #DeliveryAddressZipcode {
    border: 1px pink solid;
    display: inline-block;
    width: 80px;
    margin-right: 4px;
    height: 17px;
}

.DeliveryAddressChange-modal-content-before .title-span {
    width: 83px;
    DISPLAY: INLINE-BLOCK;
}

.DeliveryAddressChange-modal-content-before div {
    margin-top: 10px;
}

.DeliveryAddressChange-modal-content-before input#p_txtAddressL {
    border: 1px solid pink;
    width: 144px;
}

.DeliveryAddressChange-modal-content-before span.select2-selection.select2-selection--single {
    width: 169px !important;
    height: 40px;
    margin-left: 7px;
    border: 1px solid pink;
    border-radius: 20px;
}

.DeliveryAddressChange-modal-content-before .btn-div {
    text-align: center;
}

.DeliveryAddressChange-modal-content-before .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 60%;
}

li.select2-results__option.select2-results__message {
    text-align: right;
    direction: rtl;
}


/*blocked users - section start*/
.popup-backdrop {
    height: 100vh;
    width: 100vw;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(39, 39, 39, 25%);
    z-index: 99999;
    overflow: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .popup-backdrop {
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.show-blocked-popup .bold {
    font-weight: bold;
    font-family: Clother-Bold;
}

.show-blocked-popup {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 95vw;
    background: rgb(212,236,227);
    background: radial-gradient(circle, rgba(212,236,227,1) 0%, rgba(248,252,251,1) 0%, rgba(212,236,227,1) 100%);
    -webkit-box-shadow: 0px 6px 12px 5px rgba(86,86,86,0.5);
    box-shadow: 0px 6px 12px 5px rgba(86,86,86,0.5);
    color: #23233A;
}

    .show-blocked-popup .logo-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 34px;
    }

        .show-blocked-popup .logo-container img {
            width: 100%;
            max-width: 360px;
            height: auto;
        }

    .show-blocked-popup .text-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1em;
        padding: 0 1em 4em 1em;
    }

        .show-blocked-popup .text-container > div {
            text-align: center;
            font-size: 16px;
        }

        .show-blocked-popup .text-container .checkbox-div {
            display: flex;
            flex-wrap: nowrap;
            text-align: right;
            margin-top: 2em;
            align-items: center;
        }

            .show-blocked-popup .text-container .checkbox-div label {
                font-size: 16px;
            }

.text-container .checkbox-div #agree-mail + label.checkbox {
    display: inline-block;
    padding: 0 0 0 0;
    height: 21px;
    width: 21px;
    min-width: 21px;
    min-height: 21px;
    margin-bottom: 0;
    margin-top: 2px;
    margin-left: 10px;
    cursor: pointer;
    border: solid 2px #000000;
    border-radius: 3px;
    background-image: none;
    color: #000000;
    align-self: flex-start;
}

.text-container .checkbox-div #agree-mail:checked + label.checkbox {
    background: transparent;
}

    .text-container .checkbox-div #agree-mail:checked + label.checkbox:after {
        content: '';
        width: 10px;
        height: 4px;
        border: 3px solid rgb(0, 0, 0);
        border-top: none;
        border-right: none;
        background: transparent;
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        margin-top: 5px;
        margin-right: 3px;
        opacity: 1;
    }

.show-blocked-popup .mid-text {
    margin-top: 1em;
}

.show-blocked-popup .btn-div {
    display: flex;
    justify-content: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.show-blocked-popup .enter-itu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 185px;
    border-radius: 25px;
    background-color: #237DFF;
    color: white;
    font-weight: bold;
    border: none;
    font-size: 20px;
    transition: 0.3s ease-out;
}

    .show-blocked-popup .enter-itu-btn:hover {
        background-color: #FF9BC8;
    }

.show-blocked-popup .thnk-you-logo {
    display: inline-flex;
    align-items: center;
}

.show-blocked-popup .background-img-heart {
    background-image: url(//tmuracdn.blob.core.windows.net/club/itu/media/img/itu2020/blocked_users_popup/gray-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    width: 100%;
}

.show-blocked-popup #agree-mail {
    display: none;
    margin: 3px;
    margin-top: 0px;
    height: 20px;
    width: 40px;
    visibility: visible;
    align-self: flex-start;
}

.show-blocked-popup .itu-logo-big {
    display: none;
}

.show-blocked-popup .thnk-you-logo img {
    height: auto;
    margin-top: 4px;
}

.close-popup {
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 25px;
    font-size: 16px;
}

.text-container > div:not(.mid-text) br {
    display: none;
}

/*active card popup - section start*/
.activate-card .text-container {
    padding: 0 6% 1em 6%;
}

    .activate-card .text-container h3 {
        margin-top: 0;
        margin-bottom: 0;
    }

.green-text {
    color: #40b0a0;
}

.activate-card .card-option-buttons {
    /* position: relative; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 1em auto;
}

    .activate-card .card-option-buttons a {
        text-decoration: none;
    }

.activate-card .card-button-div {
    padding: 5px;
}

    .activate-card .card-button-div button {
        height: 40px;
        width: 225px;
        border-radius: 1em;
        border: 0em;
        font-size: 20px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        background-color: #FF9BC8;
        cursor: pointer;
        transition: 0.3s ease-out;
        outline: none;
    }

        .activate-card .card-button-div button:hover {
            background-color: #fa6aab;
        }

.activate-card .background-img-heart {
    width: 100%;
}

.activate-card .illust-div {
    display: none;
}

.activate-card .background-img-heart {
    background-size: cover;
}

.activate-card .text-container a {
    color: #237DFF;
}

.activate-card .text-container-2 .mobile-br {
    display: block;
}
/*active card popup - section end*/

.smiley-face {
    line-height: 0;
    font-size: 27px;
    font-weight: bold;
}


@media(min-width:1000px) {
    .show-blocked-popup {
        width: 90vw;
    }

        .show-blocked-popup .itu-logo-big {
            display: block;
        }

        .show-blocked-popup .itu-logo-small {
            display: none;
        }

        .show-blocked-popup .btn-div {
            margin-top: 1em;
        }

        .show-blocked-popup .logo-container img {
            max-width: none;
        }

        .show-blocked-popup .background-img-heart {
            background-size: contain;
        }

        .show-blocked-popup .text-container {
            padding: 0em 17vw 4em 17vw;
        }

            .show-blocked-popup .text-container > div {
                font-size: 20px;
            }

            .show-blocked-popup .text-container h3 {
                font-size: 25px;
                margin-top: 0;
            }

        .show-blocked-popup #agree-mail {
            margin-top: 3px;
        }

    .text-container > div:not(.mid-text) br {
        display: block;
    }

    /*active card popup - section start*/
    .activate-card .show-blocked-popup {
        width: 70vw;
    }

    .activate-card .text-container {
        padding: 0px 5% 1em 5%;
        margin-top: -45px;
        position: relative;
    }

    .activate-card .card-option-buttons {
        flex-direction: row;
        margin: 1em auto;
    }

        .activate-card .card-option-buttons a {
            text-decoration: none;
        }

    .activate-card .illust-div {
        display: block;
        position: absolute;
        right: 1%;
        top: 30%;
        z-index: 1;
    }
    .activate-card .illust-div img{
        width: 79%;
    }

    .activate-card .text-container > div:not(.illust-div) {
        z-index: 2;
    }

    .activate-card .background-img-heart {
        background-size: contain;
    }

    .activate-card .text-container-2 .mobile-br {
        display: none;
    }
}

@media (min-width: 1400px) {
    .activate-card .show-blocked-popup {
        width: 60vw;
    }
}

@media(max-width:450px) {
    .activate-card .show-blocked-popup {
        width: 100%;
        height: auto;
        top: 0px;
    }

        .activate-card .show-blocked-popup .logo-container {
            margin-top: 0px;
        }

    .activate-card .logo-container img {
        margin-top: 10px;
    }

    .activate-card .card-option-buttons {
        margin: 0.6em auto;
        font-size: 18px;
    }

    .activate-card .card-button-div button {
        height: 32px;
        width: 225px;
    }

    .activate-card .background-img-heart {
        height: 100%;
    }

    @media(min-height:680px) { /*fix for mobile with and without scroll*/
        .activate-card .show-blocked-popup {
            height: 100%;
        }
    }
}

/*active card popup - section end*/
/*blocked users - section end*/
#otpModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 123456;
}

/* Modal Content/Box */
.otpModal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 25%;
    text-align: center;
    font-size: 18px;
    /*border-radius: 8px;*/
}

    .otpModal-content a, .otpModal-content span {
        display: inline-block;
        margin-top: 6px;
    }


#otpModal .info {
    white-space: pre-line;
    margin-bottom: 25px;
    color: #747996;
}

#otpModal h3 {
    color: #237DFF;
    font-family: Clother-Bold;
    margin-bottom: 1px;
}


.otpModal-close {
    margin-top: -20px !IMPORTANT;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .otpModal-close:hover,
    .otpModal-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

input#otpConfirmAccess {
    border: 1px solid #EBEBEB;
    display: inline-block;
    width: 75px;
    border-radius: 25px;
    height: 33px;
    width: 88% !important;
    TEXT-ALIGN: CENTER;
    margin-top: 13px;
    margin-bottom: 20px;
}

.confirmOTP {
    background: #007AFF;
    font-family: Clother-Bold;
    border-radius: 2rem;
    font-size: 17px;
    /* line-height: 49%; */
    border: none;
    margin-top: 0;
    color: white;
    padding: 0;
    height: 28px;
    -webkit-appearance: button;
    width: 21%;
    /* margin: 0 auto; */
    display: block;
    text-align: center;
    display: block !important;
    margin: 0 auto;
    cursor: pointer;
    width: 88%;
    height: 35px;
    line-height: 35px;
    margin-top: 18px !important;
    margin-bottom: 20px;
}

.sendOTPAgain {
    cursor: pointer;
    /*text-decoration: underline;*/
    color: #3E8CFF;
    margin-top: 5px;
}

a.sendOTPAgain.disabled {
    opacity: 0.5;
    pointer-events: none;
}

#otp_error {
    display: block !IMPORTANT;
    color: red;
}

.contact_page.must_fill_password .right_block {
    display: block;
    background-color: #fefefe;
    margin: 4% auto;
    padding: 20px;
    height: 73%;
    margin-right: 58px;
    border: 1px solid #888;
    width: 850px !important;
    position: fixed;
    z-index: 122222;
    left: 0 auto;
    top: 0;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: WHITE;
}

.must_fill_password.contact_page form.contact_form{
    width: 100%;
}

.must_fill_password p.open_m_pass {
    font-size: 17px;
    margin-top: 0;
}

.not_must_fill p.open_m_pass {
 display: none;
}

/*.must_fill_password .save_pass_wrapper {
    margin-top: 65px;
}*/
/*.must_fill_password div#update-detials-div-id .update-details div:not(.Terms_personal_page):not(.Terms_personal_page_inner) {
    display: none;
}*/

/*.must_fill_password .Terms_personal_page_inner {
    position: absolute;
    top: 563px;
    z-index: 1234564;
    right: 545px;
}*/

/*.must_fill_password div#update-detials-div-id .ok-cancel-div{
display: none;
}*/
/*.must_fill_password div#update-detials-div-id {
    display: block !important;
}*/
.must_fill_password .pressOnSave {
    margin-right: 68px;
}

.must_fill_password:not(.mobile) a#sendOPTAgain {
    MARGIN-RIGHT: 509px;
    margin-top: -25px;
}

.must_fill_password:not(.mobile) .form_line {
    width: 70% !important;
    margin-right: 68px;
    margin-bottom: 49px;
}
.contact_page.must_fill:not(.mobile) .update_pass {
    width: auto;
    display: inline-block !important;
    padding: 1px;
}

#curr_pass {
    display: none !important;
}

#otp_pass {
    display: flex !important;
}

#update_pass a#sendOPTAgain {
    color: blue;
    text-decoration: underline;
    margin-bottom: 5px;
    display: none;
    cursor: pointer;
}

    #update_pass a#sendOPTAgain.disabled {
        opacity: 0.5;
        pointer-events: none;
    }

#update_pass #otp_message {
    margin-bottom: 0
}

.otp_show {
    display: block !important;
}

#serviceCallPass {
    background: #FA5E9B;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-family: Clother-Bold;
    font-size: 16px;
    border-radius: 20px;
    width: 298px;
    height: 33px;
    line-height: 33px;
    margin-left: 0;
    line-height: 33px;
    padding: 5px;
    border: 2px solid #FA5E9B;
    margin-top: 13px;
    display: block;
}

.not_must_fill #serviceCallPass {
    display: none;
}

.not_must_fill open_m_pass {
    display: none;
}


.hide_show_login_password {
    /*position: absolute;
    top: 285px;
    left: 132px;*/
    /* float: left; */
    display: inline-block;
    /* right: 245px; */
    /* bottom: 32px; */
    background: url(https://www.jqueryscript.net/demo/Toggle-Password-Visibility-With-jQuery-hideShowPassword/img/wink.svg) no-repeat;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    background-position: 0 6px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -moz-tap-highlight-color: rgba(255, 255, 255, 0);
    -o-tap-highlight-color: rgba(255, 255, 255, 0);
    tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    /*@media screen and (max-width: 1800px) {
    .hide_show_login_password {
        top: 233px;
    }
}

@media screen and (max-width: 1024px) {
    .hide_show_login_password {
        top: 231px;
        left: 21px;
    }
}*/

    .hide_show_login_password:active {
        background-position: -44px 6px;
    }

.parent_a.box-row-hide {
    display: none;
}

input#c_otp_pass {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #DEDEE4;
    text-indent: 18px;
    color: #23233A;
    width: 99%;
    font-family: Clother-Regular;
}

img#imgLoader {
    position: absolute;
    top: 287px;
    right: 809px;
    width: 100px;
    height: 100px;
}

#imgLoaderPassword {
    margin-right: 0;
    width: 30px;
    height: 30px;
    margin-top: 15px;
}

.linkToShowOTP {
    cursor: pointer;
    position: absolute;
    top: 211px;
    margin: 0 auto;
    right: 34%;
    font-size: 18px;
    color: blue;
    text-decoration: underline;
    font-family: 'Clother-Bold';
    font-weight: bold;
}

#callRecieved {
    font-size: 17px;
    font-family: 'Clother-Bold';
    color: #FF86B5;
}

span.infoPre {
    margin-bottom: 34px;
    color: #007aff;
}

a#sendOPTAgain {
    MARGIN-RIGHT: 208px;
}

p#showWhenUpdated {
    text-align: center;
    font-size: 22px;
    color: #FF86B5;
}

span#c_otp_pass_span {
    display: block;
    width: 76%;
    margin-top: 5px;
}

#update-detials-div-id h1.update_pass {
    width: 122px;
    padding: 5px;
    margin-bottom: 0;
}

.text-filter input[type="text"]:not(#login_password) {
    width: 90%;
}

.open_m_pass {
    color: #007AFF;
}


.must_fill_password:not(.mobile) .save_pass_wrapper {
    width: 34%;
    display: flex;
}

.must_fill_password:not(.mobile) .allButtons {
    display: FLEX;
    width: 73%;
    margin-top: 49px;
    margin-right: 61px;
}

.must_fill_password:not(.mobile) .serviceCallPassDiv {
    width: 50%;
    margin-right: 68px;
}

#serviceCallPass.disabled{
    opacity: 0.5;
    pointer-events: none;
}

.checkout_page input.numeric_only {
    width: 58px !IMPORTANT;
}

.send_otp_by_email, #sendpasswordAgainSMS, #sendpasswordAgainMAIL {
    color: blue;
    cursor: pointer;
    font-weight: bold;
}

.disableSendSms {
    pointer-events: none;
    cursor: none;
    color: gray !important;
}

.index_popup:not(.mobile) + img#imgLoader {
    top: 377px !IMPORTANT;
    right: 1215px !IMPORTANT;
    width: 50px;
    height: 50px;
    z-index: 121311312131;
}

.box-row.canceled-order .box, .box-row.canceled-order .m_box {
    color: #a6a6a6;
}

.index_popup div#v2-recaptch {
    display: none;
    /*position: fixed;
    bottom: 80px;*/
    margin-right: 21px;
    position: absolute;
    margin: 0 auto;
    /*margin-right: 18px;*/
    z-index: 12132132132114544;
}

.otp_step1 div#v2-recaptch {
    margin-right: 35px !important;
}


.personal_page:not(.mobile) div#v2-recaptch {
    display: none;
    position: absolute;
    bottom: -50px;
    z-index: 12132132132114544;
}

div#v2-recaptch {
    display: none;
    margin-right: 0 !IMPORTANT;
    MARGIN-TOP: 6px;
}

.collapsible.meet-toggler {
    background-color: transparent;
    color: #237DFF;
    cursor: pointer;
    padding: 3px 0px;
    border: none;
    outline: none;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: underline;
}

    .active, .collapsible.meet-toggler:hover {
        /*background-color: #555;*/
    }

    .collapsible.meet-toggler:after {
        /*content: '\002B';*/
        color: #237DFF;
        font-weight: bold;
        float: right;
        /*margin-left: 5px;*/
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        transition-duration: 0.4s;
        margin-right: 6px;
    }

.meet-toggler.active:after {
    /* content: "\2212";*/
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.meetings .content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

.meetings {
    display: flex;
    margin-bottom: 16px;
}

.meetings-row-template {
    display: none!important;
}


.meetings-header {
    font-family: 'Clother-Bold';
    text-decoration: underline;
    margin-bottom: 10px;
}

.meetings-total {
    margin-right: 2px;
}

.meeting-date {
    font-family: Clother-Bold;
}

.mobile-meetings-div {
    top: 8px;
    position: relative;
}

article[ite_item="250875"] .itu_update_sum {
    white-space: nowrap;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.product .boxer .box-row.bl_row {
    position: relative;
}

@media (max-width:475px) {
    .meetings {
        margin-bottom: 0;
    }

    article[ite_item="250875"] .itu_update_sum {
        position: absolute;
        bottom: 1px;
        right: 0;
        white-space: normal;
    }

    .classic_mobile.mobile article[ite_item="250875"] .p_row.bl_row {
        padding-bottom: 55px;
    }
}

#popUpGimlay {
    /*background-image: url('https://tmuracdn.blob.core.windows.net/pop/ts@tmura.co.il/9270c58c-a437-415b-82ab-b3d6af489965.popupgimlay.png');*/
    /*background:red;*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 200001;
    cursor: default;
    background-repeat: no-repeat;
    width: 82%;
    max-width: 1200px;
}

#imgBackgrond {
    position:relative;
    width:100%;
    display: block;
}

#imgBackgrondMobile {
    position: relative;
    width: 100%;
    display: none;
}


#ClosePopUpGimlay {
    height: 50%;
    z-index: 105;
    position: absolute;
    top: 5px;
}

#imgClose {
    margin: 28px;
    cursor: pointer;
}

#ClickPopUpGimlay {
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 16%;
}

#divClickPopUpGimlay {
    width: 30%;
    height: 20%;
    background: none;
    cursor: pointer;
    position: absolute;
    bottom: 26%;
    left: 32%;
}

#backOpacity {
    z-index: 200000;
    height: 100vh;
    width: 100vw;
    position: absolute;
    background: rgba(39, 39, 39, 25%);
}

.ashmoret_card_login_page {
    display: none;
    color: blue;
    cursor: pointer;
    font-weight: bold;
}
.ashmoret_card_login_page:hover {
    text-decoration: underline;
}
.otp_step4 #login_TZ {
    display: none;
}
.otp_step4 {
    padding: 0% 15%;
}
    .otp_step4 h1 {
    
        text-align:center;
    }
#f_login_step4 {
    padding-top: 7%;
}

.ashmoret-isracard-header {
    text-align: center;
    font-size: 21px;
    direction: rtl;
}

    .ashmoret-isracard-header span {
        cursor: pointer;
        text-decoration: underline;
    }

    li:hover .menu-icon.masad {
        opacity: 0.7;
        /* background-color: rgba(35, 125, 255, 0.1); */
        box-shadow: 0px 0px 4px #237DFF;
        transition: 0.3s all;
        border-radius: 0.25rem;
    }
    
    .menu-icon.masad {
        background: url(https://tmuracdn.blob.core.windows.net/club/itu/media/img/masad_icon_blue.svg) no-repeat;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        /* background-position: 11px -2px; */
        /* background-size: cover; */
        background-size: 100%;
    }

    @media screen and (max-width: 1024px) {
        .ashmoret-isracard-header {
            text-align: center;
            font-size: 19px;
        }
            .ashmoret-isracard-header img {
                padding: 0 3%;
            }

        .main-isracard-header {
            display: flex;
            justify-content: center;
        }
        .helpdesk {
            display: grid;
        }

        #popUpGimlay {
            /*background-image: url('https://tmuracdn.blob.core.windows.net/pop/ts@tmura.co.il/7685a4e9-78ad-4bbc-9686-179a46d27110.popupgimlay_mobile_width360px.png');*/
            /*height: 270px;
        width: 360px;*/
            transform: translate(-50%, -95%);
            width: 92%;
        }

    #imgBackgrond {
        display: none;
    }

    #imgBackgrondMobile {
        position: relative;
        position: relative;
        width: 100%;
        display: none;
        max-width: 1200px;
        display: block;
    }

    #imgClose {
        margin: 12px;
        cursor: pointer;
        width: 15px;
    }

    #ClickPopUpGimlay {
        height: 50%;
        width: 90%;
        position: absolute;
        right: 7%;
    }

    #divClickPopUpGimlay {
        width: 64%;
        height: 21%;
        background: none;
        cursor: pointer;
        position: absolute;
        bottom: 21%;
        left: 22%;
    }
}

body.checkout_page iframe#payment_frame, body.checkout_mobile iframe#payment_frame {
    height: 610px;
}