


/**-------------------------------------
    Import
--------------------------------------**/

@import "/_media/css/bootstrap.min.css";
@import "/_media/css/bootstrap-rtl.css";
@import "/_media/css/font-awesome.min.css";
@import "/_media/css/sweetalert.css";

@font-face {
    src         : url("/_media/fonts/webfont/FbSpoiler-Lightwebfont.eot");
    src         : url("/_media/fonts/webfont/FbSpoiler-Lightwebfont.eot?#iefix") format("embedded-opentype"),
    url("/_media/fonts/webfont/FbSpoiler-Lightwebfont.woff") format("woff"),
    url("/_media/fonts/webfont/FbSpoiler-Lightwebfont.ttf") format("truetype");
    font-family : 'spoiler';
    font-weight : 300;
    font-style  : normal;
}

@font-face {
    font-family : 'spoiler';
    src         : url("/_media/fonts/webfont/fbspoileren-regular-webfont.eot");
    src         : url("/_media/fonts/webfont/fbspoileren-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("/_media/fonts/webfont/fbspoileren-regular-webfont.woff") format("woff"),
    url("/_media/fonts/webfont/fbspoileren-regular-webfont.ttf") format("truetype");
    font-weight : 400;
    font-style  : normal;
}

@font-face {
    font-family : 'spoiler';
    src         : url("/_media/fonts/webfont/fbspoileren-bold-webfont.eot");
    src         : url("/_media/fonts/webfont/fbspoileren-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("/_media/fonts/webfont/fbspoileren-bold-webfont.woff") format("woff"),
    url("/_media/fonts/webfont/fbspoileren-bold-webfont.ttf") format("truetype");
    font-weight : 700;
    font-style  : normal;
}

@font-face {
    font-family : 'open-sans';
    src         : url("/_media/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
    font-weight : 400;
    font-style  : normal;
}

@font-face {
    font-family : 'open-sans';
    src         : url("/_media/fonts/Open_Sans/OpenSans-Light.ttf") format("truetype");
    font-weight : 300;
    font-style  : normal;
}

/**-------------------------------------
    General
--------------------------------------**/

html {
}

body {
    color       : #8b8d8d;
    direction   : rtl;
    background  : #ffffff;
    /*font-weight : 300;*/
    font-family : 'spoiler', 'open-sans', serif;
}

.account {

}

.account div {
    -webkit-transition : all 350ms ease;
    -moz-transition    : all 350ms ease;
    -ms-transition     : all 350ms ease;
    -o-transition      : all 350ms ease;
    transition         : all 350ms ease;
}

.input-group-unstyled .input-group-addon {
    border           : 0;
    border-radius    : 4px;
    background-color : transparent;
}

.account.container-fluid {
    padding: 0 35px;
}

.account.nav {
    max-width : 100%;
}

.account .half-hide {
    overflow       : hidden;
    max-height     : 60px;
    -webkit-filter : grayscale(100%); /* Safari 6.0 - 9.0 */
    filter         : grayscale(100%);
    opacity        : 0.2;
}

.account .half-hide * {
    border: none !important;
}

/**-------------------------------------
    Flex box
--------------------------------------**/

.account .row-flex-box {
    width      : 100%;
    text-align : center;
}

.account .row-flex-box > .flex-box {
    width   : 130px;
    height  : 118px;
    /*margin  : 5px 10px;*/
    margin-right: 0;
    margin-left: 1%;
    cursor  : pointer;
    display : inline-block;
    margin-bottom: 36px;


}

.account .row-flex-box > .flex-box.line {
    border: 2px solid #ffffff;
}

.account .row-flex-box > .flex-box.line img[src="#"]{
    /*display: none;*/
}

.account .row-flex-box > .flex-box.active {
    position : relative;
}

.account .row-flex-box > .flex-box.line.active {
    border : 2px solid #09b4ce;
}

.account .row-flex-box > .active:after {
    width           : 15px;
    right           : 5px;
    bottom          : 5px;
    height          : 14px;
    content         : '';
    position        : absolute;
    background      : url("/_media/images/check_box.png") no-repeat;
    background-size : contain;
}



.account .col-lg-offset-105 {
    margin-right : 12.499999995%;
    margin-left  : 0;
}

/* same size */

.account .same {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
}

.account .same > [class*='col-'] {
    display        : flex;
    /*flex-direction : column;*/
}

.account .same-box {
    display        : flex;
    flex-wrap      : wrap;
    flex-direction : row;
}

.account .same-box > * {
    display        : flex;
    /*flex-direction : column;*/
}

.account .vcenter {
    display        : inline-block;
    vertical-align : middle;
}

.account .sans {
    font-family: 'open-sans', serif !important;
}

/**-------------------------------------
    Elements
--------------------------------------**/

.account .underline {
    border-bottom  : 1px solid #eeeeee;
}

/* size */
.account .s {
    font-size: 1em;
}

.account .m {
    font-size: 1.5em;
}

.account .l {
    font-size: 2em;
}

.account .p-top-15 {
    margin-top: 15px;
}

.account .p-top-20 {
    margin-top: 20px;
}

.account .p-bottom-30 {
    margin-bottom: 30px;
}

.account .p-bottom-20 {
    margin-bottom: 20px !important;
}


.account .p-bottom-5 {
    margin-bottom: 20px !important;
}

.account .p-tb-10 {
    margin: 10px 0;
}

.account .p-bottom-none {
    margin-bottom: 0!important;
}

.account a.decoration {
    text-decoration: underline;
}

.account .p-top-n5 {
    margin-top: -5px;
}

/* text **/
.account p,
.account span:not(.breadcrumb-item),
.account span:not(.breadcrumb-item) > a {
    font-size: 17px;
}

.account p > a {
    font-size: 1.1em;
}

/* bold */
.account .nobold {
    font-weight: 300;
}

.account .b {
    font-weight: 500;
}

.account .xb {
    font-weight: 800;
}

/* a */
.account > a:not(.footer-links-link), .account div:not(.bread_crumbs) a:not(.footer-links-link,.text-center) , .account > a:not(.sale-box-malls-details a){
    color       : #8b8d8d;
    font-size   : 1.5em;
    margin-top  : 15px;
    font-weight : 300;
}

.account .l-buttom {
    height: 55px;
}

.business_fields{
    width: 49% !important;
    height: 30px;
    padding: 6px 12px;
    margin: 15px 0 15px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.display_error{
    display: block !important;
    color: red;
    margin-bottom: 10px !important;
}



/* color */

.account > a:hover, .account div:not(.bread_crumbs) a:hover,
.account .turquoise {
    color: #067c8d;
}

.account .black {
    color : #323f47;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.account #preferences .row:first-child .black{
    border-bottom: 1px solid #eeeeee;
}
.account #preferences .black{
    border-bottom: none;
}
.parking.account .black {
    border-bottom: none;
}

.account a.xl {
    font-size: 2em;
}

.account .gray {
    color: #8b8d8d;
}

/* btn */
.account .btn {
    color          : #fff;
    height         : 55px;
    border         : inherit;
    min-width      : 140px;
    font-size      : 1.8em;
    box-shadow     : 1px 2px 5px rgba(0, 0, 0, 0.2), 8px 13px 7px rgba(72, 68, 68, 0.35);
    background     : linear-gradient(to top, #079db6 0%, #43b9c6 100%);
    border-radius  : 8px;
    line-height    : 1.5;
}
.cdc_account{
    font-family: Assistant;
}

.cdc_account .btn{
    color          : #fff;
    width: 100%;
    height: 35px;
    border         : inherit;
    font-size      : 1.57em;
    background: var(--Linear, linear-gradient(9deg, #0B9FB7 7.58%, #3FB7C5 93.82%));
    box-shadow: 8px 8px 45px 0px rgba(12, 77, 87, 0.25);
    border-radius  : 8px;
    line-height    : 1.5;

}

.cdc_account .providers{
    margin-top: 10px;
}
.cdc_account .providers p{
    font-size:20px;
    color: #8C8E8C;
    text-align: center;
}

.cdc_account .providers .form-group{
    margin-bottom: 24px;
}

.cdc_account .provider{
    position: relative;
    color: #FFFFFF;
    font-size:20px;
    font-family: Roboto;
    width: 100%;
    height: 47px;
    padding: 2px 5px;
    line-height: 1.5;
    border-radius: 8px;

    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    vertical-align: middle;

    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cdc_account .provider_Google, .cdc_account .provider_Apple{
    font-family: Roboto;
}

.cdc_account .provider_Facebook{
    font-family: Helvetica;
}

.cdc_account .provider.provider_white{
    border: 1px solid #8b8d8d;
    color: #757575;
}

.providers img{
    max-width:50px;
    max-height:50px;
    position: absolute;
    right:12px;
}

.account .btn.right {
    margin-right: 30px;
}

.account .btn.right:first-child {
    margin-right:0;


}
.favorite-btns
{
    margin-top: 100px;
}
.account .btn i {
    top          : 3px;
    position     : relative;
    margin-right : 15px;
}

/* btn color */
.account form .btn.facebook {
    background: #3b5998;
}

.account form .btn.white {
    color      : #067c8d;
    background : #ffffff;
}

.account form .btn:active,
.account form .btn:hover {
    color      : #fff;
    background : linear-gradient(to top, #06434d 0%, #1f606a 100%);
}


/**-------------------------------------
    Header
--------------------------------------**/

.account .header-account.fav-account{
    padding: 0 15px;
}

.account .header-account img {
    width         : 112px;
    border-radius : 100%;
    cursor: pointer;
}

.account .header-account span {
    color       : #067c8d;
    font-size   : 6em;
    line-height : 1;
}

.account .header-account h1 {
    color         : #000;
    font-size     : 3.5em;
    font-weight   : 300;
    margin-bottom : 0;
}

.account .header-account h1.xl {
    font-size : 5em;
}

.account .header-account p {
    font-size     : 1.3em;
}

.account .header-account p.xl {
    font-size : 2em;
}

.account .header-account > div[class^="col-"] {
    padding: 0;
}

.fav-account.header-account > div[class^="col-"] {
    padding: inherit;
}

.account .header-account div[class^="col-"].nav-title {
    padding    : 20px 5%;
    background : #067C8D;
}

.account .header-account .nav-title > img {
    width         : 100px;
    border-radius : 0;
    margin-top: 8px;
    margin-left: 17px;
}

.account .header-account .nav-title > h1 {
    color         : #fff;
    margin        : 0;
    font-size     : 5em;
    font-weight   : 300;
    padding-right : 80px;
}

.account .header-account .nav-menus {
    box-shadow    : 0 1px 5px rgba(136, 136, 136, 0.3);
    border-bottom : 1px solid #09b4ce;
    margin-bottom : 30px;
}

.account .header-account .nav-menus > div {
    display         : flex;
    text-align      : center;
    margin-bottom   : 0;
    justify-content : center;
    list-style-type : none;
    font-size: 1.8rem;
}

.account .header-account .nav-menus > div a {
    color           : #09b4ce;
    padding         : 5px;
    margin-top      : 0;
    font-weight     : lighter;
    text-decoration : none;
}

.account .header-account .nav-menus > div a:hover,
.account .header-account .nav-menus > div a.active {
    color      : #fff;
    background : #09b4ce;
}

/**-------------------------------------
    Forms
--------------------------------------**/

.account form {
    margin-bottom: 25px;
}

.cdc_account form{
    margin-bottom: 0;
}

.account form.input-center input {
    text-align      : center;
    text-align-last : center;
}

.cdc_account form.input-center input{
    text-align: right;
    text-align-last: right;
    font-size: 1.4em;
    font-family: Assistant !important;
}


.account form .form-group {
    margin-bottom: 15px;
}

.account form input, .account form select {
    color         : #8b8d8d;
    width         : 100%;
    border        : 1px solid #8b8d8d;
    height        : 47px;
    padding       : 2px 5px;
    font-size     : 2em;
    font-weight   : 300;
    line-height   : 54px;
    border-radius : 8px;
}

.account form.sm input, .account form.sm select {
    /*height        : 45px;*/
    height: 53px;
    border        : 1px solid #BCBDBD;
    /*padding       : 2px 2px;*/
    font-size     : 1.5em;
    line-height   : 40px;
    border-radius : 4px;
}

.account.parking .row.license-input-wrapper {
    margin-bottom: 25px;
}

.remove-license.m {
    line-height: 1.333333333;
    cursor: pointer;
    position: relative;
    top: 7px;
}
.remove-license.m span {
    font-weight: 100;
    font-size: 30px;
}
.license-number {
    position: relative;
    top: -2px;
    font-size: 30px;
    font-weight: 100;
    text-align: right;
    padding-right: 35px;
}
.account.parking .delete-x-btn {
    height: 18px;
    width:18px;
    position: relative;
    top:-4px;
}
.account.parking .vldt-payment-dsktp .add_cc_image {
    width:100%;
    display: block;
}
.cc-img-wrapper{
    width: 47px;
    height: 28px;
    display: inline-block;
    margin-right: 9px ;
}
.inline-block{
    display: inline-block !important;
}
.vldt-payment-dsktp{
    padding-left: 0;
}
.table-headers {
    margin:0 !important;
}
.table-headers .title {
    font-size: 18px;
    padding:0;
}
.table-headers > div {
    border:none !important;
}
.table-data {
    border-bottom: 1px solid #EEEEEE;
    margin:0 !important;
    padding: 15px 0;
}
.table-data .title {
    font-size: 30px;
    font-weight: 100;
    line-height: 23px;
    padding: 0;
}
.table-data form {
    margin:0;
}
.account.parking .table-data img {
    width: 38px;
    height: 37px;
}
.invoice-wrapper {
    display: block;
}
.invoice-wrapper .invoice-text {
    font-family: Spoiler;
    font-weight: 100;
    color:#067c8d;
    font-size: 18px;
    width: 50px;
    margin: 0 auto;
    line-height: 18px;
    position: relative;
    right: 3px;
    top: 2px;
}

@media(min-width: 1024px)
{
    .account form.sm.account-details-frm input,
    .account form.sm.account-details-frm select {
        height        : 54px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
    }
    .account-details-frm .form-group
    {
        margin:0 auto ;
    }
    .account-details-frm .childs .child div:first-child
    {
        padding-right: 0;
    }

    .account-details-frm .calendar-icon{
        position: absolute;
        left: 34px !important;
        top: 8px;
    }
    .row.css-custom-style-row{
        margin-right: 21px;
    }
    .row.css-custom-style-row.childsrow{
        max-width: 97%;
    }
}


.account form.sm div[class^="col-"] {
    padding-left  : 5px;
    padding-right : 5px;
}

.account form input:focus,
.account form select:focus {
    color        : #1f6777;
    border-color : #09b4ce;
}

/* err msg */

.account form .err {
    /*margin-bottom: 0;*/
}

.account form .err input, .account form .err select {
    color: red;
    border-color:red;
}

.account form .err label {
    color: red;
}

/** checkbox **/

.account form .checkbox label {
    padding-left  : 0;
    padding-right : 20px;
}

.account form .checkbox input[type="checkbox"] {
    margin-left  : 0;
    margin-right : -20px;
}

.account form .checkbox-custom {
    opacity  : 0;
    position : absolute;
    display  : none;
}

.account form .checkbox-custom, .account form .checkbox-custom-label {
    cursor         : pointer;
    display        : inline-block;
    vertical-align : middle;
}

.account form .checkbox-custom-label {
    color       : #8b8d8d;
    /*font-size   : 1.5em;*/
    line-height : 33px;
    font-weight : 300;
}

.account form .checkbox-custom-label a {
    font-size       : 1.1em !important;
    text-decoration : underline;
}

.account form .checkbox-custom-label {
    position      : relative;
    margin-right  : 40px;
    margin-bottom : 15px;
}
.account form .checkbox-custom + .checkbox-custom-label.error-active:before {
    border-color: red;
}

.account form .checkbox-custom + .checkbox-custom-label:before {
    width         : 33px;
    height        : 33px;
    border        : 1px solid #8b8d8d;
    padding       : 2px;
    display       : inline-block;
    content       : '';
    position      : absolute;
    text-align    : center;
    background    : #fff;
    margin-left   : 10px;
    margin-right  : -40px;
    border-radius : 10px;
}

.account form .checkbox-custom:checked + .checkbox-custom-label:before {
    border        : none;
    content       : "";
    background    : transparent url("/_media/images/check_box.png") no-repeat center center;
    font-family   : 'FontAwesome', serif;
    border-radius : 10px;
}

/* select */
.account form select {
    background         : transparent url("/_media/images/arrow_drop.png") no-repeat 10px center;
    -webkit-appearance : none;
    -moz-appearance    : none;
    appearance         : none;
    line-height        : 1.5;
    padding            : 2px 5px 2px 2px;
}

/* feedback input icon */
.account form .has-feedback .form-control {
    padding-right : 5px;
    padding-left  : 43px;
}

.account form .has-feedback-left .form-control-feedback {
    left        : 0;
    right       : initial;
    width       : 30px;
    height      : 30px;
    margin-top  : 12px;
    margin-left : 25px;
}

.account form.sm .has-feedback-left .form-control-feedback {
    margin-top  : 4px;
    margin-left : 10px;
}

/* small input */
.account form.small input, .account form.small select {
    width         : inherit;
    height        : 44px;
    padding       : 2px 5px;
    font-size     : 2em;
    font-weight   : 300;
    line-height   : 44px;
    border-radius : 8px;
}

/* inner-row */
.account form.sm div[class^="col-"].inner-row {
    padding: 0;
}

.account form .inner-row > div[class^="col-"]:first-child {
    padding-right: 0;
}

/* underline */

.account .underline {
    padding-right : 15px;
    border-bottom : 1px solid #eeeeee;
    margin-bottom : 15px !important;
}

/**-------------------------------------
    line-on-sides
--------------------------------------**/

.account .load-more {
    display         : flex;
    align-items     : center;
    margin-bottom   : 60px;
    justify-content : center;
}

.account .load-more:after,
.account .load-more:before {
    flex       : 1;
    width      : 100%;
    height     : 1px;
    content    : '';
    position   : relative;
    background : #3AB4C2;
}

.account .load-more > *:first-child {
    color  : #3AB4C2;
    cursor : pointer;
    margin : 0 10px;
}

.account .load-more > *:first-child > i {
    font-size   : 8px;
    font-weight : 100;
}

.account .load-more.disable,
.account .load-more.disable * {
    color  : gray;
    cursor : not-allowed;
}

/**-------------------------------------
    Extra data
--------------------------------------**/

/* sm icon's */
.account form.extra input:focus,
.account form.extra select:focus {
    color: #16a6b8;
}

.account form.extra select {
    padding-left: 35px;
}

.account form.extra label {
    font-size     : 2em;
    font-weight   : 300;
    margin-bottom : 0;
}

.account form.extra > .row.bar-options > div[class^="col-"] {
    padding : 0 30px 0 75px;
}

.account form.extra .bar-options > div[class^="col-"]:not(:last-child):before {
    top         : 35px;
    left        : 0;
    width       : 1px;
    height      : 50px;
    content     : '';
    display     : block;
    background  : transparent;
    border-left : 1px solid #eeeeee;
    border-image : -webkit-linear-gradient(top, #fff 10px, #eeeeee 0%) 1 repeat;
    position    : absolute;
}

.account form.extra .row > div[class^="col-"] .input-group-addon {
    padding    : 0 10px 0 0;
}

.account form.extra .row > div[class^="col-"] .icon-input {
    left     : 15px;
    height   : 35px;
    margin   : 45px auto auto;
    cursor   : pointer;
    position : absolute;
}

.account form.extra .row > div[class^="col-"].childs .icon-input {
    left : 20px;
}

.account form.extra .input-group .form-control:first-child {
    border-radius: 4px;
}

/* bar-options */

.account form.extra .bar-options {
    border-bottom  : 1px solid #eeeeee;
    padding-bottom : 20px;
}

.account form.extra .bar-options .turquoise-border {
    color         : #09b4ce;
    border        : 1px solid #09b4ce;
    padding-right : 5px;
}

/* favorite */

.account .favorite-element .item-text {
    color       : #323f47;
    width       : 120px;
    margin      : 0 auto;
    font-size   : 20px;
    text-align  : center;
    font-weight : 300;
}

.account .favorite-element .half-hide {
    max-height: 40px;
}

.account .favorite-element > .row-flex-box {
    /*padding-right: 30px;*/
}

/* childs */

.account form.extra .childs {

}

.account form.extra .childs #childes {
    min-width: 80px;
}

.account form.extra .childs div[class^="col-"] {
}

.account form.extra .childs div[class^="col-"]:first-child {
}

.account form.extra .childs {

}

.account form.extra .childs ul {

}

.account form.extra .childs ul li {
    width: 80px;
    margin-bottom: 6px;
}

.account form.extra .childs ul li:first-child {
}

.account .js-category-object .category-img-wrapper {
    width: 65px;
    height: 59px;
    border: 2px solid #ffffff;
    position: relative;
}
.account .js-category-object .category-img-wrapper.active:after {
    width           : 15px;
    right: 1px;
    bottom: 0px;
    height          : 14px;
    content         : '';
    position        : absolute;
    background      : url("/_media/images/check_box.png") no-repeat;
    background-size : contain;
}

.account .js-category-object .category-img-wrapper.active {
    border: 2px solid #09b4ce;
}
.account .extra-title
{
    font-size: 35px;
    font-weight: 300;
    color: black;
}
.account .row-flex-box > .flex-box.js-brand-object img {
    padding    : 2px;
    min-height : 113px;
    position: relative;
    z-index: -1;
}
.account .row-flex-box > .flex-box.js-brand-object.line img {
    width  : 100%;
}
.account .row-flex-box > .flex-box.js-brand-object .brand_content_flex img {
    width: unset;
}
.account .js-category-object .category-text{
    font-size: 2rem;
    line-height: 0.8;
    text-align: center;
    margin-top: 4px;
    position: absolute;
    width: 100%;
}
.js-brands-load-more{
    margin-top: 61px;
}
.account .row-flex-box > .flex-box.line.js-category-object{
    width: 65px;
    /*height: 59px;*/
}
.account .row-flex-box .js-category-object >  img{
    width: 100%;
    height: 100%;
}
/**-------------------------------------
    Parking
--------------------------------------**/

.account.parking h3 {
    margin: 0;
    font-size: 30px;
    position: relative;
    top: -5px;
    white-space: nowrap;
    margin-left: 20px;
}

.account.parking h2 {
    margin  : 0;
    padding : 0;
}

.account.parking .nopadding {
    padding-left  : 0 !important;
    padding-right : 0 !important;
}

.account.parking img {
    /*  width  : 50px;
      height : 24px;
      margin : 5px 10px 0;*/
}

.account.parking .outline {
    top              : 10px;
    width            : 100%;
    height           : 4px;
    content          : "";
    display          : inline-block;
    position         : relative;
    vertical-align   : middle;
    background-color : #EEEEEE;
}
.parking-lable-special-outline {
    padding:0;
}
.parking-label {
    font-size: 30px;
    font-weight: 100;
}
.account.parking .row {
    margin-bottom: 10px;
}

.account.parking .paring-history > div {
    border-left   : 1px solid #EEEEEE;
    padding-left  : 25px;
    padding-right : 5px;
}

.account.parking .paring-history > div:last-child {
    border-left   : none;
    padding-left  : 15px;
    /*padding-right : 15px;*/
}

.account.parking .paring-history > div:last-child > img {
    margin: 0 auto;
}

.set-default {
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
    padding: 0 0;
    text-decoration: underline;
}
.bday-datepicker {
    background: #ffffff !important;
}

select::-ms-expand {
    display: none;
}

/**-------------------------------------
    Resolution
--------------------------------------**/

/* Big Screen */
@media (min-width : 1200px) {

}

/* Big Screen */
@media (min-width : 1100px) {

    /* childs */
    .account form.extra .childs div[class^="col-"]:first-child {
        max-width : 105px;
    }

    .account form.extra .childs div[class^="col-"]:last-child {
        width: 83.33333333%;
    }
}

/* Normal screen */
@media (max-width: 1750px) {
    /* extra */
    .account form.extra .childs div[class^="col-"]:last-child {
        width: 75%;
    }
}

@media (max-width: 1530px) {
    /* extra */
    .account form.extra label {
        font-size: 1.6em;
    }

    .account form.extra .row > div[class^='col-'] .icon-input {
        margin: 35px auto auto;
    }

    .account form.extra .bar-options > div[class^="col-"]:not(:last-child):before {
        height       : 35px;
        border-image : -webkit-linear-gradient(top, #fff 0px, #eeeeee 0%) 1 repeat;
    }
}

@media (max-width: 1320px) {
    /* extra */
    .account form.extra label {
        font-size: 1.4em;
    }

    .account form.extra > .row.bar-options > div[class^="col-"] {
        padding: 0 30px 0 55px;
    }

    .account form.extra .row > div[class^="col-"] .icon-input {
        left     : 8px;
        height   : 30px;
        margin   : 35px auto auto;
    }
}

/* Normal screen */
@media (max-width: 1199px) {
    .account .col-lg-offset-105 {
        margin: 0;
    }

    .account .p-top-n5 {
        margin-top: 2px;
    }
}

/* Laptops */
@media (max-width : 1199px) {
    /* elements */
    .account .l, .account > a, .account div:not(.bread_crumbs) a {
        font-size : 1.5em;
    }

    /* extra */
    .account form.extra label {
        font-size: 2.3rem;
    }

    .account form.extra .row > div[class^="col-"] .icon-input {
        margin : 30px auto auto;
    }

    /* line on side */
    .account .load-more h1:before,
    .account .load-more h1:after {
        width      : 42vw;
    }

    /* extra */
    .account form.extra .childs div[class^="col-"]:last-child {
        width: 66.66666667%;
    }
}

/* Small laptops */
@media (max-width : 1115px) {
}

/* Tablets */
@media (max-width : 995px) {
    /* account */
    .account.container-fluid {
        padding: 0 20px;
        max-width: 100%;
    }

    /* extra */
    .account form.extra > .row > div[class^="col-"]:not(:last-child):before {
        content: none;
    }

    .account form.extra .row > div[class^="col-"] .icon-input {
        left     : 0;

        float    : left;
        margin   : 3px auto auto;
        cursor   : pointer;
        position : relative;
        z-index: 1;
    }
    .heart-pic{
        width    : 32px;
        height   : 30px;
    }
    .city-pic{
        width    : 24px;
        height   : 32px;
    }
    .children-pic{
        width    : 48px;
        height   : 32px;
    }

    .account form.extra > .row.bar-options > div[class^="col-"] {
        padding : 0 20px;
        margin: 0 0 10px 0;
    }

    .account form.extra .row > div[class^="col-"].childs .icon-input {
        left : 0;
    }

    /* extra data */
    .account form.extra .childs .row {
        margin: 0;
    }

    .account form.extra .childs div[class^="col-"]:last-child {
        width      : 100%;
        margin-top : 10px;
    }

    .account form.extra .childs ul.list-inline {
        margin-right: 0;
    }

    .account form.extra .childs ul li {
        width   : 100%;
        padding : 0;
    }

    /* has-feedback */
    .account form.sm .has-feedback-left .form-control-feedback {
        width      : 25px;
        height     : 25px;
        margin-top : 6px;
    }

    /* favorite */
    .account .same-box {
        align-items     : center;
        justify-content : center;
    }

    .account .favorite-element > .row-flex-box {
        padding: 0;
    }

    .account form.sm div[class^="col-"] {
        padding: 0;
    }

    .account form.extra .bar-options {
        border-bottom: 5px solid #eeeeee;
        padding-bottom: 20px;
    }
}

/* Mobile */
@media (max-width : 767px) {

    /* Header */
    .header-account span {
        font-size : 3.5em;
    }

    .header-account img {
        width : 80px;
    }

    .header-account h1 {
        font-size: 3em;
    }

    .account .header-account .nav-menus > div a {
        font-size: 1em;
    }

    .account .header-account > div[class^="col-"].nav-menus > div {
        padding: 0;
    }

    .account .header-account .nav-title > h1 {
        font-size     : 3em;
        padding-right : 58px;
    }

    .account .header-account .nav-title > img {
        width: 40px;
    }

    /* inputs */
    .account form input, .account form select {
        height        : 44px;
        /*padding       : 2px 5px;*/
        font-size     : 21px;
        text-align    : right;
        line-height   : 54px;
        border-radius : 4px;
    }

    .account form select {
        line-height     : 1.5;
        /*text-align-last : center;*/
    }
    .i-safari .account form select.center-select {
        /*padding-right: 46%;*/
    }

    .account form .has-feedback.hasHide .form-control {
        padding : 0;
    }

    /* btn */
    .account .btn {
        height         : 45px;
        min-width      : 110px;
        font-size      : 1.8em;
        font-weight    : 500;
        border-radius  : 8px;
        line-height    : 1.2;
    }

    .cdc_account .btn{
        height         : 45px;
        font-size      : 1.8em;
        border-radius  : 8px;
        line-height    : 1.2;
    }


    .account .btn.right {
        margin-right: 15px;
    }
    .account #signin input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        /*line-height: 1.8;*/
        line-height: 44px;
    }
    .account #signin input::-moz-placeholder { /* Firefox 19+ */
        /*line-height: 1.8;*/
        line-height: 44px;
    }

    .account #signin input:-ms-input-placeholder { /* IE 10+ */
        /*line-height: 1.8;*/
        line-height: 44px;
    }
    .account #signin input:-moz-placeholder { /* Firefox 18- */
        /*line-height: 1.8;*/
        line-height: 44px;
    }
    .account #signin input[name=password]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        /*line-height: 2.2;*/
        line-height: 50px;
    }
    .account #signin input[name=password]::-moz-placeholder { /* Firefox 19+ */
        /*line-height: 2.2;*/
        line-height: 50px;
    }
    .account #signin input[name=password]:-ms-input-placeholder { /* IE 10+ */
        /*line-height: 2.2;*/
        line-height: 50px;
    }
    .account #signin input[name=password]:-moz-placeholder { /* Firefox 18- */
        /*line-height: 2.2;*/
        line-height: 50px;
    }
    .account .btn i {
        top          : 3px;
        margin-right : 10px;
    }

    /* checkbox */
    .account form .checkbox-custom + .checkbox-custom-label:before {
        width         : 23px;
        height        : 23px;
        margin-top    : 6px;
        margin-left   : 10px;
        margin-right  : -30px;
        border-radius : 5px;
    }

    .account form .checkbox-custom:checked + .checkbox-custom-label:before {
        background      : transparent url("/_media/images/check_box.png") no-repeat center center;
        border-radius   : 5px;
        background-size : 23px 23px;
    }

    .account form .checkbox-custom-label {
        font-size     : 1.3em;
        margin-bottom : 10px;
    }

    /* parking */
    .account.parking select {
        text-align      : right !important;
        text-align-last : right !important;
    }

    .account.parking h2 {
        font-size  : 1.8em;
        margin-top : 4px;
    }

    .account.parking .paddingin {
        padding-right: 13px!important;
    }

    .account.parking .nopadding-mobile {
        padding: 0!important;
    }

    .account .header-account p.xl {
        font-size : 1.3em;
    }

    .account .header-account h1.xl {
        font-size: 3em;
    }
    .account.parking .row.mobile-save-car {
        margin-bottom: 30px;
    }
    .license-number {
        padding:0;
        text-align: left;
    }
    .license-number span:after {
        right:-25px;
    }

    .account.parking img {
        margin-right: 0;
    }
    #payment-info-form .outline {
        margin-right: 20px;
    }
    .license-number {
        font-size: 20px;
        text-align: right;
        padding-right: 30px;
    }
    /*#js-user-cards-wrapper .license-number{*/
    /*text-align: right;*/
    /*padding-right: 30px;*/
    /*}*/
    .remove-license.m {
        top:14px;
    }
    #js-user-cards-wrapper .remove-license.m {
        top:0;
    }

    .remove-license.m span {
        font-size: 21px;
    }
    #js-user-cars-wrapper .parking-label{
        font-size: 21px;
        position: relative;
        top: 6px;
    }
}
#rtl-support .tt-dropdown-menu,
#rtl-support .js-city-typeahead{
    text-align: center;
}
.i-relative{
    position:relative;;
}
@media (min-width: 1024px)
{
    #rtl-support .tt-dropdown-menu,
    #rtl-support .js-city-typeahead{
        text-align: right;
    }
}
.bs-example {
    font-family: sans-serif;
    position: relative;
    margin: 100px;
}
.typeahead, .tt-query, .tt-hint {
    border: 2px solid #CCCCCC;
    border-radius: 8px;
    font-size: 22px; /* Set input font size */
    height: 30px;
    line-height: 30px;
    outline: medium none;
    padding: 8px 12px;
    width: 396px;
}
.typeahead {
    background-color: #FFFFFF;
}
.typeahead:focus {
    border: 2px solid #0097CF;
}
.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
    color: #999999;
}
.tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    position: static;
    width: 100%;
}
.tt-suggestion {
    font-size: 22px;  /* Set suggestion dropdown font size */
    padding: 3px 20px;
}
.account .twitter-typeahead{
    display: block !important;
}
.tt-suggestion:hover {
    cursor: pointer;
    background-color: #0097CF;
    color: #FFFFFF;
}
.tt-suggestion p {
    margin: 0;
}

.account form.extra .row > div[class^="col-"] .icon-input.fixed-icon
{
    margin: 17px auto auto;
}

label[for="image"].img-uploader-fix
{
    position: relative;
    z-index: 2;
}
label[for="js-user-image"].img-uploader-fix .white-background-input
{
    position: relative;
    z-index: -1;
    background: white;
}
.account-details-frm .form-control ~ label{
    display: none;
}
.account-details-frm .err label{
    display: block;
}

#js-user-cars-wrapper .active .license-number .check-place::after,
#js-user-cards-wrapper .active .license-number .check-place::after
{
    width: 19px;
    right: 5px;
    bottom: 18px;
    height: 19px;
    content: '';
    position: absolute;
    background: url(https://media.azrielimalls.co.il/_media/images/check_box.png) no-repeat;
    background-size: contain;
}

.parking .js-save-car{
    vertical-align: middle;
    line-height: 2;
    cursor: pointer;
}

.js-payment-form-iframe
{
    min-height: 503px;
}
a:focus, a:hover
{
    color: #444;
    text-decoration: none;
}
.header-nav-link-icon img
{
    vertical-align: inherit ;
}
header ul{
    margin: 0;
}

.btn.custom-size{
    position: relative;
}
.btn.custom-size .fa-facebook-f
{
    position: absolute;
    top: 13px;
    margin-right: auto;
    bottom: 0;
    left: 0;
    margin-left: 6%;
}
.account .js-brands-wrapper .flex-box img {
    max-height: 115px;
    padding-top: 15px;
    margin-bottom: 15px;
    max-width: 150px;
}
@media screen and (min-width: 768px) {
    .account .js-brands-wrapper .flex-box img {
        margin-bottom: 20px;
    }

}
@media screen and (min-width: 1200px) {
    .account .js-brands-wrapper .flex-box img {
        max-width: none;
    }
}
@media screen and (min-width: 992px) {
    .container.registration-container {
        width: 750px;
    }
}
@media screen and (min-width: 1025px) {
    .container.registration-container {
        width: 750px;
    }
}
@media screen and (min-width: 1600px) {
    .account .js-brands-wrapper .flex-box img {
        max-height: 115px;
        padding-top: 0;
    }
}
.btn.custom-size.facebook .text-btn
{
    left: auto;
    right: 0;
    text-align: right;
    padding-right: 11%;
}

.account .btn{
    min-width: 121px;
    height: 63px;
}

.cdc_account .btn{
    height:47px;
}

#account-details-frm input.form-control {
    margin-bottom: 15px;
    text-align: center;
}
#account-details-frm .form-group.err {
    margin:0;
}
.account .flex-to-right .row-flex-box {
    text-align: right;
}

#account-details-frm .form-group.err .error-field {
    display: block;
    position: relative;
    top: -12px;
}

.no-mar-r{
    margin-right: 0;
}

.childs .no-mar-r div[class^="col"]
{
    padding-right: 0 !important;
}
.account form.sm input, .account form.sm select
{
    font-size: 2.5rem;
}

label.title-label{
    font-size: 2em;
    font-weight: lighter;
}
.js-brands-wrapper h2, .js-categories-wrapper h2 {
    margin-right: 10px;
}
.js-categories-wrapper .row-flex-box {
    /*display: -webkit-flex;
    display: flex;*/
    /*-webkit-flex-direction: row;
    flex-direction: row;*/
    /* -webkit-justify-content: flex-start;*/
    /*justify-content: flex-start;*/
    text-align: right !important;
}
.account .row-flex-box > .flex-box.line.js-brand-object{
    box-shadow: -1px 1px 1px #eeeeee;
}
.flex-box.line.js-brand-object  {
    margin-right: 0;
    margin-left: 1%;
}
.account .js-brands-wrapper .flex-box.line {
    border: 1px solid #EEECF1;
    box-shadow: 0px 1px 0px #EEECF1;
}
.account .js-brands-wrapper .flex-box.js-brand-object.active {
    border: 2px solid #09b4ce;
}

.js-brands-wrapper .row-flex-box > .flex-box.line.active {
    box-shadow: none;
}
.account #preferences {
    padding: 0 14px;
}
.account #preferences .row {
    margin-right:0;
    margin-left:0;
}

@media(min-width: 767px)
{
    .account .btn {
        min-width: 183px;
        height: 63px;
    }

    .cdc_account .btn{
        height: 47px;
    }


    .btn.custom-size.facebook .text-btn{
        padding-right: 18%;
    }

    .cdc_account form.input-center input{
        font-size:1.85em;
    }


}
@media(max-width: 767px) {
    .account .flex-to-right .row-flex-box {
        text-align: center;
    }
    .account #preferences {
        padding: 0;
    }
    .account form.sm .has-feedback-left .calendar-icon {
        margin-top: 14px;
    }
    #js-user-cars-wrapper .active .license-number .check-place::after {
        right: -3px;
        bottom: 15px;
    }
    .account.parking .delete-x-btn {
        height: 18px !important;
        width:18px !important;
    }
    .table-data .title {
        font-size: 18px;
    }
    .invoice-wrapper {

    }
    .account.parking .table-data img {
        width: 29px;
        height: 28px;
    }
    .account form .checkbox-custom-label {
        margin-right: 30px;
    }
    .account a:hover, .account .turquoise {
        color:#000000;
    }
    .account .turquoise.btn {
        color:#ffffff;
    }
    .account form input, .account form select {
        line-height: 44px;
    }
    .table-data .title, .table-headers .title {
        line-height: 16px;
    }
}

@media(min-width:1025px) {
    .container.account {
        padding-top:20px;
    }

    .cdc_account .hide_in_desktop{
        display: none;
    }
}

.explain-css{
    line-height: 0.7;
    margin-top: 31px;
    line-height: normal;
}
.signup_explain {
    font-size: 24px;
    line-height: normal;
}
.signup_explain {
    font-family: SpoilerRegular, Arial;
}
.signup_explain .xb.s {
    font-family: SpoilerBold, Arial;
}


.signup_explain .xb.s{
    margin-top: 10px;
    margin-bottom: 5px;
}

.bread_crumbs{
    margin-top: 0;
    margin-bottom: 0;
}

/* tooltip */
.status_tooltip {
    opacity: 0;
    border: 1px solid;
    border-color: inherit;
    font-size: 13px;
    background-color: #ffffff;
    text-align: center;
    padding:4px;
    position: absolute;
    border-radius: 3px;
    transition: all 200ms;
    z-index: 100;
    pointer-events: none;
}
.status_tooltip:before {
    content: '';
    position: absolute;
    bottom: -9px;
    right: 50%;
    margin-right: -8px;
    width:0;
    height: 0;
    border-top: 8px solid;
    border-right: 8px solid transparent !important;
    border-left: 8px solid transparent !important;
    border-color: inherit;
}
.status_tooltip:after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: 50%;
    margin-right: -8px;
    width:0;
    height: 0;
    border-top: 8px solid;
    border-right: 8px solid transparent !important;
    border-left: 8px solid transparent !important;
    border-color: #ffffff;
}


/* status tooltip */
.status_icon {
    width:18px;
    height:18px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -5px;
    right: 17px;
    cursor: pointer;
}
.status_icon img {
    margin-top: -2px;
}
.status_icon.down img {
    transform: rotate(180deg);
}
.status_icon .status_tooltip {
    width: 214px;
    font-size: 13px;
    top: -40px;
    right: -92px;
}
.status_icon:hover .status_tooltip {
    opacity: 1;
}

@media(min-width: 767px) {
    #business_client_img_mobile {
        display: none;
    }
    #azrieli_employee_fields_mobile {
        display: none;
    }
}

@media(max-width: 767px) {
    #business_client_img_desktop {
        display: none;
    }
    #azrieli_employee_fields_desktop {
        display: none;
    }
}/*login*/
.account .header-account span {

    font-weight: 300;
}
.b.turquoise.decoration.l{
    color       : #067c8d;
    font-size   : 2em;
    font-weight : 500;
}

.b.turquoise.s.decoration {
    color       : #067c8d;
    font-size   : 1em;
    font-weight : 500;
}


/*register*/
.text-btn{
    position: absolute;
    top: 12px;
    bottom: 0;
    width: 100%;
    left: 0px;
    font-size: 3.5rem !important;
}
@media(min-width: 767px)
{
    .text-btn{
        top: 6px;
    }
}
.account form input, .account form select{
    color: #8b8d8d;
}
.account form .checkbox-custom-label{
    font-size: 2em;
}
.account p, .account span:not(.breadcrumb-item), .account span:not(.breadcrumb-item) > a{
    font-size: 28px;
}
.register-button{
    width: 19%;
    font-size: 2.6em !important;
}
.register_btns{
    margin-top: 25px;
}

::-webkit-input-placeholder { /* Chrome */
    color: #8B8D8B !important;
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #8B8D8B !important;
    opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #8B8D8B !important;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #8B8D8B !important;
    opacity: 1;
}@media screen and (min-width: 768px) {
    .gift-card-popper-closed {
        display: none; } }

@media screen and (min-width: 1025px) {
    body {
        overflow-x: hidden; } }

.inner-wrapper {
    padding: 0 16px; }

@media screen and (min-width: 1025px) {
    .inner-wrapper {
        margin: 0 20px; } }

.mall-slider {
    position: relative;
    margin-bottom: 19px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .mall-slider {
        margin-bottom: 44px; } }

@media screen and (min-width: 1025px) {
    .mall-slider {
        position: relative;
        overflow: hidden; } }

.mall-slider-desktop-nav {
    display: none; }

@media screen and (min-width: 1025px) {
    .mall-slider-desktop-nav {
        position: absolute;
        bottom: 7.8%;
        left: 0;
        width: 96px;
        height: 47px;
        background-image: url("/_media/images/mall/mall-slider-desktop-nav.jpg");
        background-repeat: no-repeat;
        z-index: 129;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }

.mall-slider-desktop-nav-right {
    width: 50%;
    height: inherit;
    cursor: pointer; }

.mall-slider-desktop-nav-left {
    width: 50%;
    height: inherit;
    cursor: pointer; }

.mall-slider-slide img {
    max-width: 100%; }

@media screen and (min-width: 1025px) {
    .mall-slider-slide img.slide-image-mobiles {
        display: none; } }

.mall-slider-slide img.slide-image-desktop {
    display: none; }

@media screen and (min-width: 1025px) {
    .mall-slider-slide img.slide-image-desktop {
        display: block; } }

.slick-slider {
    margin-bottom: 20px; }

.slick-dots {
    bottom: -31px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .slick-dots {
        bottom: -45px; } }

.slick-dots li {
    margin: 0 21px; }

.slick-dots li button:before {
    opacity: 1;
    color: #444;
    font-size: 13px;
    cursor: pointer; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .slick-dots li button:before {
        font-size: 20px; } }

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #20a8bc; }

.legend {
    position: relative; }

.legend img {
    width: 100%;
    display: block; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .legend-tablet-up-desktop {
        display: none; } }

.legend-bullets {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px; }

@media screen and (min-width: 768px) {
    .legend-bullets {
        display: none; } }

.legend-bullets-bullet {
    background-color: #444;
    height: 10px;
    width: 10px;
    border-radius: 10px; }

.legend-bullets-bullet.active {
    background-color: #09b4ce; }

ul.legend-navigation-boxes {
    position: fixed;
    top: 28%;
    right: 18px;
    display: none;
    z-index: 100; }

ul.legend-navigation-boxes li {
    margin-bottom: 21px; }

ul.legend-navigation-boxes li a {
    display: block;
    width: 20px;
    height: 20px;
    background: white;
    opacity: 0.4;
    box-shadow: 0 4px 7px rgba(72, 68, 68, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15); }

ul.legend-navigation-boxes li a.active {
    opacity: 1; }

@media screen and (min-width: 1025px) {
    ul.legend-navigation-boxes {
        display: block; } }

@media screen and (min-width: 768px) {
    img.legend-mobile-image {
        display: none; } }

.legend-tablet-up {
    position: relative; }

img.legend-tablet-up-image {
    display: none; }

@media screen and (min-width: 768px) {
    img.legend-tablet-up-image {
        display: block; } }

a.legend-tablet-up-image-card {
    display: block;
    position: absolute;
    left: -25px;
    top: -23px; }

a.legend-tablet-up-image-card img {
    width: auto; }

a.legend-tablet-up-image-card-tablet {
    display: block;
    position: absolute;
    left: 0px;
    top: -4px; }

a.legend-tablet-up-image-card-tablet img {
    width: auto; }

.legend-tablet-up-tablet-slide {
    position: relative; }

.legend .slick-list {
    overflow: visible; }

.selectric .label {
    text-align: center;
    font-size: 20px; }
