﻿body
{
    background: #ebebeb;
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: none;
}

.Main
{
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    direction: rtl;
}

.Main .SideMenu
{
    display: inline-block;
    float: left;
    position: fixed;
    left: -100%;
    width: 85%;
    _margin-top: 51px;
    margin-top: -59px;
    z-index: 150;
    direction: ltr;
    height: 100%;
    background-color: rgba(106, 106, 106, 0.5);
    transform: translateX(-118%);
    -webkit-transition: transform 0.6s; /* Safari 3.1 to 6.0 */
    transition: transform 0.6s;
}

.Main .SideMenu .SideMenuLeft
{
    display: inline-block;
    float: left;
    width: 100%;
    height: 100%; /*border-right: 1px solid #ffffff;*/
    background: #ffffff; /*box-shadow: #c8c8c8 -4px 0 20px inset;*/ /*overflow-y: auto;*/
}

.Main .SideMenu .SideMenuRight
{
    display: inline-block;
    float: left;
    height: 100%;
}
.Main .SideMenuMask
{
    display: none;
    position: fixed;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    background-color: #222222;
    cursor: pointer;
    right: 0;
    margin-top: -59px;
    z-index: 140;
}
.Header {
    display: inline-block;
    float: right;
    width: 100%;
    height: 50px; /*100px;*/
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f84e0), to(#0064bf));
    background: -webkit-linear-gradient(top, #1f84e0, #0064bf);
    background: -moz-linear-gradient(top, #1f84e0, #0064bf);
    background: -ms-linear-gradient(top, #1f84e0, #0064bf);
    background: -o-linear-gradient(top, #1f84e0, #0064bf);*/
    background: #434849;
    box-shadow: #3c3c3c 0px 1px 20px;
    border-bottom: 1px solid #434849;
    z-index: 124;
    position: fixed;
    left: 0;
    direction: ltr;
}

    .Header .Title {
        display: inline-block;
        float: right;
        width: 100%;
        height: 50px;
        text-align: right;
        border-bottom: 1px solid #434849;
    }

.Header .Title .ZapLogo
{
    display: inline-block;
    float: right;
    margin: 5px 10px 0 0;
}

    .Header .Title .TitleTxt {
        display: inline-block;
        float: right;
        font: 13pt arial;
        color: #ffffff;
        direction: rtl;
        text-align: right;
        _line-height: 35px;
        margin-right: 0 !important;
        margin-top: 14px;
    }

.Header .Title .MenuBtn
{
    display: inline-block;
    float: left;
    width: 22px;
    height: 35px;
    margin: 18px 0 0 15px;
}

.Header .Title .MenuBtn .Line
{
    display: inline-block;
    float: left;
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    margin-bottom: 4px;
}

.Header .SearchRow
{
    display: inline-block;
    float: right;
    width: 94%;
    height: 45px;
    margin-right: 3%;
    padding-top: 5px;
}

.Header .SearchRow .SearchInput
{
    display: inline-block;
    float: right;
    width: 100%;
    height: 25px;
}

.Header .SearchRow .SearchInput input[type="text"]
{
    display: inline-block;
    float: right;
    width: 98%;
    height: 28px;
    background: #ffffff;
    box-shadow: #c8c8c8 0px 1px 2px inset;
    border: 1px solid #d5d5d5;
    font: 12pt arial;
    color: #757575;
    text-align: right;
    padding-right: 1%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.Header .SearchRow .SearchBtn
{
    display: inline-block;
    float: left;
    width: 38px;
    height: 25px;
    border: 1px solid #151515;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#323232), to(#151515));
    background: -webkit-linear-gradient(top, #323232, #151515);
    background: -moz-linear-gradient(top, #323232, #151515);
    background: -ms-linear-gradient(top, #323232, #151515);
    background: -o-linear-gradient(top, #323232, #151515);
    padding: 3px 0;
    text-align: center;
    margin: -25px 0;
}

.Header .SearchRow .SearchBtn img
{
    height: 100%;
}


.InnerPagesHeaderMain {
    display: inline-block;
    float: right;
    position: fixed;
    left: 0;
    width: 100%;
    height: 50px;
    background: #001439;
    box-shadow: #5f5f5f 0px 1px 3px;
    z-index: 2202;
    text-align: center;
    box-sizing: unset;
}

.InnerPagesHeaderMain .BackBtn
{
    display: inline-block;
    float: right;
    width: 23px;
    height: 30px;
    margin: 15px 8px 0 0;
}
    .InnerPagesHeaderMain img.zapsearchicon {
        width: 24px;
        margin-top: 13px;
        float: left;
        margin-left: 19px;
        display: none;
    }
    .InnerPagesHeaderMain img.zapsearchicon.showIconSearch {
        display: inline-block ;
    }
.InnerPagesHeaderMain img.zapshareicon
{
    width: 17px;
    margin-top: 15px;
    float: left;
    margin-left: 15px;
}

.InnerPagesHeaderMain .ViewTypeIconContainer
{
    display: inline-block;
}

.InnerPagesHeaderMain .ViewTypeIcon
{
    display: inline-block;
    margin-top: 18px;
    margin-left: 21px;
    float: left;
}

.InnerShareRow
{
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: 0px;
    background: #e8e8e8;
    box-shadow: #5f5f5f 0px 1px 3px;
    z-index: 135 !important;
    text-align: center;
    margin-top: 50px !important;
}

.InnerShareRowWithSearch {
    margin-top: -60px !important;
}

.shareTitle
{
    display: inline-block;
    font: 500 16px arial;
    color: #0065bf;
    line-height: 50px;
    margin: 0 10px;
    vertical-align: middle;
}
.icon
{
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 6px 10px;
    vertical-align: middle;
}
.facebook
{
    background: url(https://img.zap.co.il/imgs/zapmobile/ShareByFacebook.jpg) no-repeat;
    background-size: cover;
}
.whatsapp
{
    background: url(https://img.zap.co.il/imgs/zapmobile/ShareByWhatsapp.jpg) no-repeat;
    background-size: cover;
}
.mailto
{
    background: url(https://img.zap.co.il/imgs/zapmobile/ShareBySms.jpg) no-repeat;
    background-size: cover;
}
.active
{
    display: inline-block;
}
.visible
{
    display: none;
    height: 0px;
}




.InnerPagesHeaderMain .BackBtn img
{
    display: block;
    width: 17px;
    position: absolute;
}

.InnerPagesHeaderMain .BackBtn span
{
    display: inline-block;
    float: right;
    width: 23px;
    height: 30px;
    position: relative;
    font: bold 11pt arial;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    margin-right: 3px;
}

.InnerPagesHeaderMain .TitleTxt
{
    display: inline-block;
    float: right;
    font: bold 9pt arial;
    color: white;
    text-align: center;
    line-height: 35px;
    width: auto;
    word-break: keep-all;
	white-space: nowrap;
}

.InnerPagesHeaderMain .MenuBtn {
    display: inline-block;
    float: left;
    width: 22px;
    height: 35px;
    margin: 18px 0 0 8px;
}

.InnerPagesHeaderMain .MenuBtn .Line
{
    display: inline-block;
    float: left;
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    margin-bottom: 4px;
}

.Center
{
    display: inline-block;
    float: right;
    width: 100%;
    _margin-top: 10px;
    margin-bottom: 31px;
}

.Center .CategoriesBoxes
{
    display: inline-block;
    float: right;
    width: 100%;
    direction: rtl;
    _margin-top: 51px;
}

.Center .CategoriesBoxes .Box
{
    display: inline-block;
    float: right;
    width: 50%;
    text-align: center;
    margin-bottom: 2%;
}

.Center .CategoriesBoxes .Box .BoxPic
{
    display: inline-block;
    float: right;
    width: 96%;
    margin-right: 2%;
}

.Center .CategoriesBoxes .Box .BoxPic img
{
    display: block;
    width: 100%;
    height: auto;
}

.Center .CategoriesBoxes .Box .BoxTxt
{
    display: inline-block;
    float: right;
    width: 96%;
    height: 45px;
    background: url("https://img.zap.co.il/imgs/zapmobile/CatNameBg.png") repeat;
    margin-top: -45px;
    margin-right: 2%;
}

.Center .CategoriesBoxes .Box .BoxTxt .CatName
{
    display: inline-block;
    float: right;
    width: 90%;
    font: bold 10pt arial;
    color: #ffffff;
    text-align: right;
    margin-right: 10px;
    line-height: 22px;
}

.Center .CategoriesBoxes .Box .BoxTxt .NumOfItems
{
    display: inline-block;
    float: right;
    width: 90%;
    font: 10pt arial;
    color: #ffffff;
    text-align: right;
    margin-right: 10px;
    line-height: 15px;
}


.Center .CategoriesBoxes .Box .BoxTxt .NumOfItems .RStars
{
    display: none;
    width: 72px;
    height: 12px;
    background: url("https://img.zap.co.il/imgs/newui/GrayStars72X12.png") no-repeat;
    margin-top: 2px;
    margin-right: 20px;
}

.Center .CategoriesBoxes .Box .BoxTxt .NumOfItems .RStars span
{
    display: inline-block;
    float: right;
    max-width: 72px;
    height: 12px;
    background: url("https://img.zap.co.il/imgs/newui/YellowStars72X12.png") no-repeat right transparent;
}

/*----- Categories Side Menu ------*/


::-webkit-scrollbar
{
    width: 5px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}

.SideMenu .SideMenuLeft .CategoryRow {
    display: inline-block;
    float: Left;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    height: 42px;
    width: 100% !important;
    box-sizing: unset;
}

.SideMenuLeft a:visited {
    color: #e4e4e4;
} 

    .SideMenu .SideMenuLeft .CategoryRow .Arrow.Up {
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-top: 4px;
        margin-left: 13px;
    }
.SideMenu .SideMenuLeft .catList .CatTxt {
    font-weight: normal !important;
}

.SideMenu .SideMenuLeft .CategoryRow.LoginRow
{
    height: auto;
}

    .SideMenu .SideMenuLeft .CategoryRow.LoginRow .LoginLines {
        list-style: none;
        padding-right: 5px;
        width: 70%;
        display: inline-block;
        margin-bottom: 0px;
        margin-top:0px;
    }

        .SideMenu .SideMenuLeft .CategoryRow.LoginRow .LoginLines li {
            margin: 13px 0 13px 0;
            font-weight: normal;
        }
            .SideMenu .SideMenuLeft .CategoryRow.LoginRow .LoginLines li a {
                color: #000;
            }
            .SideMenu .SideMenuLeft .CategoryRow.LoginRow .LoginLines li a:visited {
                color: unset;
                color: #000;
            }

.SideMenu .SideMenuLeft .CategoryRow:hover {
    background: none repeat scroll 0 0 #E7E7E7;
    cursor: pointer;
}


.SideMenu .SideMenuLeft .CategoryRow .PicAndTxt
{
    display: inline-block;
    float: right;
    width: 75%;
    margin-right: 10px;
}

.SideMenu .SideMenuLeft .CategoryRow.LoginRow .PicAndTxt
{
    width: 100%;
}
.SideMenu .SideMenuLeft .CategoryRow .CatPic {
    display: inline-block;
    float: right;
    width: 35px;
    height: 35px;
    margin: 10px 0 10px 5px;
}



.SideMenu .SideMenuLeft .CategoryRow .CatPic img
{
    display: block;
    width: 100%;
    height: 100%;
}


.SideMenu .SideMenuLeft .CategoryRow .CatTxt
{
    display: inline-block;
    float: right;
    width: 80%;
    font: bold 10pt arial;
    color: #000000;
    text-align: right;
    direction: rtl;
    margin-top: 13px;
    margin-bottom: 13px;
}
.SideMenu .SideMenuLeft .CategoryRow.LoginRow .CatTxt {
    width: 70%;
    margin-top: 5px;
    margin-bottom: 0;
}
.SideMenu .SideMenuLeft .CategoryRow .CatTxt .SubTxt
{
    display: inline-block;
    float: right;
    width: 100%;
    font: 10pt arial;
    color: #000000;
    text-align: right;
    direction: rtl;
}

.SideMenu .SideMenuLeft .CategoryRow .Arrow
{
    display: inline-block;
    float: left;
    width: 23px;
    height: 23px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    margin: 7px;
}

    .SideMenu .SideMenuLeft .CategoryRow .Arrow.Down {
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(-90deg);
        margin-top: 15px;
        margin-left: 13px;
    }

.SideMenu .SideMenuLeft .CategoryRow .Arrow img
{
    margin: 4px 0 0 4px;
    margin: 4px 0 0 4px;
    height: 15px;
    width: 25px;
}

.bigBottomMarginManu
{
    display: inline-block;
    height: 100px;
    width: 100%;
}

/*-- Banner -- */
#divBanner
{
    display: inline-block;
    height: 50px;
    left: 0;
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 35px;
    z-index: 1;
}


.InnerPagesHeader
{
    display: inline-block;
    float: right;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: -moz-linear-gradient(top,  rgba(193,193,193,1) 0%, rgba(173,173,173,1) 50%, rgba(161,161,161,1) 50%, rgba(143,143,143,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,193,193,1)), color-stop(50%,rgba(173,173,173,1)), color-stop(50%,rgba(161,161,161,1)), color-stop(100%,rgba(143,143,143,1)));
    background: -webkit-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(173,173,173,1) 50%,rgba(161,161,161,1) 50%,rgba(143,143,143,1) 100%);
    background: -o-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(173,173,173,1) 50%,rgba(161,161,161,1) 50%,rgba(143,143,143,1) 100%);
    background: -ms-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(173,173,173,1) 50%,rgba(161,161,161,1) 50%,rgba(143,143,143,1) 100%);
    background: linear-gradient(to bottom,  rgba(193,193,193,1) 0%,rgba(173,173,173,1) 50%,rgba(161,161,161,1) 50%,rgba(143,143,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#8f8f8f',GradientType=0 );
    border-top: 2px solid #d4d4d4;
    border-bottom: 1px solid #5f5f5f;
    box-shadow: #5f5f5f 0px 1px 3px;
    z-index: 10;
    text-align: center;
}

.InnerPagesHeader .CategoryBtn
{
    display: inline-block;
    float: right;
    width: 72px;
    height: 30px;
    margin: 10px 10px 0 0;
}

.InnerPagesHeader .CategoryBtn img
{
    display: block;
    width: 72px;
    position: absolute;
}

.InnerPagesHeader .CategoryBtn span
{
    display: inline-block;
    float: right;
    width: 72px;
    height: 30px;
    position: relative;
    font: bold 11pt arial;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    margin-right: 3px;
}

.InnerPagesHeader .TitleTxt
{
    display: inline-block;
    font: bold 14pt arial;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
}

.InnerSearchRow
{
    /*display: none;
    position: fixed;*/
    left: 0;
    width: 100%;
    _height: 0px;
    _background: #fff;
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f84e0), to(#0064bf));
    background: -webkit-linear-gradient(bottom, #1f84e0, #0064bf);
    background: -moz-linear-gradient(bottom, #1f84e0, #0064bf);
    background: -ms-linear-gradient(bottom, #1f84e0, #0064bf);
    background: -o-linear-gradient(bottom, #1f84e0, #0064bf);*/
    _box-shadow: #5f5f5f 0px 1px 3px;
    z-index: 135 !important;
    text-align: center;
    margin-top: 50px !important;
}

.InnerSearchRow .InnerSearchInput
{
    display: inline-block;
    float: right;
    width: 80%;
    height: 28px;
    margin: 8px 4.5% 0 0;
}

.InnerSearchRow .InnerSearchInput input[type="text"]
{
    display: inline-block;
    float: right;
    width: 100%;
    height: 100%;
    background: #ffffff;
    box-shadow: #c8c8c8 0px 1px 2px inset;
    border: 1px solid #d5d5d5;
    font: 12pt arial;
    color: #757575;
    text-align: right;
    padding: 1px 1% 2px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 28px;
    outline: none;
}

.InnerSearchRow .InnerMagnifyBtn
{
    display: inline-block;
    float: right;
    width: 38px;
    height: 33px;
    position: relative;
    _border: 1px solid #151515;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#323232), to(#151515));
    background: -webkit-linear-gradient(top, #323232, #151515);
    background: -moz-linear-gradient(top, #323232, #151515);
    background: -ms-linear-gradient(top, #323232, #151515);
    background: -o-linear-gradient(top, #323232, #151515);
    background: url("https://img.zap.co.il/imgs/zapmobile/MagSearch.png") 0 0 no-repeat transparent;
    text-align: center;
    margin-top: 8px;
}

    .InnerSearchRow .InnerMagnifyBtn .InnerSearchBtn {
        _visibility: hidden;
        _float: right;
        width: 50px;
        height: 100%;
        margin-top: 4px;
        /*zoom: 0.7;*/
        transform: scale(0.7);
        transform-origin: 80% 0;
        border: none;
        outline: none;
        position: relative;
        background: url(https://img.zap.co.il/imgs/zapmobile/ic_menu_search_mtrl_alpha.png) no-repeat;
    }

.InnerSearchRow .InnerSearchBtn img
{
    height: 100%;
}

.ImageGalleryMobile
{
    display: inline-block;
    width: 100%;
    height: 100%;    
    text-align: center;
    background-color: #ebebeb;
    z-index: 100;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.ImageGalleryMobileTop
{
    display: inline-block;
    width: 95%;
    padding: 12px 0 8px 0;
    /*position: fixed;*/
    top: 50px;
    left: 0;
    right: 0;
    background-color: #ebebeb;
    color: #0654ba;
    font: 12pt arial;
    text-align: right;
}
.ImageGalleryMobileBottom
{
    display: inline-block;
    width: 95%;
    padding: 10px 0;
    background-color: #ebebeb;
    color: #0654ba;
    font: 12pt arial;
    text-align: right;
}
.ImageGalleryMobileMain
{
    margin-top: 51px;
}
.ImageRevieweMain
{
    margin-top: 30%;
    overflow-y:scroll;
    height:80%;
}
.ImageGalleryMobileMain .imgDiv
{
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    margin: 5px 0px;
    padding: 20px;
    display: inline-block;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
}
.ImageReview{
    display: inline-block;
    width: 100%;   
    text-align: center;
    background-color: black;
    z-index: 100;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
}
.ImageGalleryMobileMain .imgDiv img
{
    width: 95%;
}

.EnlargeFrame, .EnlargeVideoFrame
{
    display: inline-block;
    width: 85%;
    _height: 85%;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #c1c1b5;
    z-index: 141;
    position: fixed;
    top: 75px;
    left: 20px;
    padding-bottom: 10px;
}

    .EnlargeFrame .closeEnlargeBtn, .EnlargeVideoFrame .closeEnlargeVideoBtn {
        display: inline-block;
        float: left;
        position: relative;
        margin-top: -10px;
        margin-left: -10px;
        background: url("https://img.zap.co.il/imgs/newui/closeEnlargeBtn.png");
        width: 33px;
        height: 33px;
        cursor: pointer;
        z-index: 100;
    }

    .EnlargeFrame .closeEnlargeBtn:hover {
        background: url("https://img.zap.co.il/imgs/newui/closeEnlargeHoverBtn.png");
    }

.EnlargeFrame .closeEnlargeBtn:active, .EnlargeVideoFrame .closeEnlargeVideoBtn
{
    background: url("https://img.zap.co.il/imgs/newui/closeEnlargeActiveBtn.png"); 
}

.EnlargeFrame .LargePic, .EnlargeVideoFrame .LargeVideo
{
    display: inline-block;
    width: 250px;
    height: 250px; /*border: 1px solid #c1c1b5;*/
    position: relative;
    margin-top: 10px;
}

    .EnlargeFrame .LargePic .ArrowRight {
        display: inline-block;
        float: right;
        width: 46px;
        height: 52px;
        background: url("https://img.zap.co.il/imgs/newui/arrowRight.png") no-repeat;
        margin: 193px -1px 0 0;
        cursor: pointer;
    }

.EnlargeFrame .LargePic .ArrowRightDisabled
{
    display: inline-block;
    float: right;
    width: 46px;
    height: 52px;
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -258px -1040px no-repeat;
    margin: 193px -1px 0 0;
}

.EnlargeFrame .LargePic .ArrowRight:hover
{
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -367px -984px no-repeat;
}
.EnlargeFrame .LargePic .ArrowRight:active
{
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -258px -984px no-repeat;
}

.EnlargeFrame .LargePic .Pic
{
    display: inline-block;
    float: right;
    width: 250px;
    height: 250px; /*width: 200px; height: 200px; margin: 22px 23px 0 0;*/
}

.EnlargeFrame .LargePic .ArrowLeft
{
    display: inline-block;
    float: left;
    width: 46px;
    height: 52px;
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -421px -984px no-repeat;
    margin: 193px 0 0 -1px;
    cursor: pointer;
}

.EnlargeFrame .LargePic .ArrowLeftDisabled
{
    display: inline-block;
    float: left;
    width: 46px;
    height: 52px;
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -204px -1040px no-repeat;
    margin: 193px 0 0 -1px;
}
.EnlargeFrame .LargePic .ArrowLeft:hover
{
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -313px -984px no-repeat;
}
.EnlargeFrame .LargePic .ArrowLeft:active
{
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -204px -984px no-repeat;
}

.EnlargeFrame .ProdName
{
    display: inline-block;
    float: right;
    width: 100%;
    text-align: center;
    font: bold 14px arial;
    color: #1f84e0;
    margin-top: 10px;
    direction: rtl;
}
/* Enlarge Image Style */

.Center .divLoader
{
    display: inline-block;
    height: 35px;
    left: 0;
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 0;
    background: white;
}
.FooterBanner {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.Footer {
    display: inline-block;
    float: right;
    width: 100%;
    height: 25px;
    color: black;
    background: #909090;
    z-index: 99;
    bottom: 0;
    left: 0;
    direction: ltr;
    text-align: center;
    text-decoration: none;
    font: bold 11pt arial;
    padding-top: 10px;
    position: relative;
    bottom: 0;
}

.InnerPagesHeaderMain .ModelTitleDiv
{
    float: right;
    text-align: right;
    width: 40%;
}

.InnerPagesHeaderMain .ModelTitleDiv .ModelTitle
{
    display: inline-block;
    font: 13pt arial;
    color: #ffffff;
    text-align: right;
    width: 100%;
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.InnerPagesHeaderMain .ModelTitleDiv .SubTitleText
{
    color: #ffffff;
    font: 9pt arial;
    width: 100%;
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.ModelTitle h1 {
    font-size: 9pt !important;   
    font-weight: bolder !important; 
    -webkit-margin-after: unset !important;
    -webkit-margin-before: 0.6em !important;
    margin-bottom:0;
}

.InnerPagesHeaderMain img.zapicon {
    float: right;
    margin-left: 10px;
    margin-top: 12px;
    width: 62px;
    height: 24px;
}

#divHeader img.zapicon {
    float: right;
    margin-right: 7px;
    margin-top: 0px !important;
}

.android-strip span.select2-results {
    margin-top: 58px !important;
}

div#androidStrip {
    display: block;
    position: fixed;
    z-index: 102;
    width: 100%;
    height: 58px;
    background-color: #474747;
    top:0px;
}

div#androidStripLogo
{
    display: inline-block;
    width: 88%;
    height: 58px;
    float: left;
    cursor: pointer;
}

div#androidStripClose
{
    display: inline-block;
    width: 8%;
    height: 58px;
    float: right;
    cursor: pointer;
}



/*new search css*/


.zapCloseIcon
{
        display: none;
    background-size: contain !important;
    width: 24px;
    height: 24px;
    margin-top: 13px;
    float: left;
    margin-left: 19px; /* background: url('https://img.zap.co.il/imgs/zapmobile/ic_menu_search_mtrl_alpha.png')no-repeat;*/
}

.zapCloseIcon.search-icon-open
{
    background: url('https://img.zap.co.il/imgs/zapmobile/x.png')no-repeat !important;
    display: inline-block;
    width: 17px;
    height: 26px;
    background-size: contain !important;
    vertical-align: middle !important;
    margin-top: 17px;
        margin-left: 19px;
    float: left;
}


.searchForm:after {
    content: "";
    display: table;
    clear: both;
}

.ZapDayDiscountIconMobile {    
    width: 45px;
    height: 68px;
    margin-top: -90px;
    position: absolute;    
    margin-left: 100px;
    background-size: contain;
    cursor: pointer;
}

.ZapDayDiscountIcon {
    background: url("https://img.zap.co.il/zapday_summersale.png") no-repeat transparent;
    width: 30px;
    height: 50px;
    position: absolute; 
    background-size: contain;       
}

.ZapDayDiscountIcon .IconTxt {
    color: #ffffff;
    -ms-transform: rotate(22deg); /* IE 9 */
    -webkit-transform: rotate(22deg); /* Safari */
    transform: rotate(22deg);
    padding-top: 28px; 
    margin-right:4px;
    
}

.ZapDayDiscountIcon .discountPrecentage {
    font: bold 8px arial;
}
.BreadCrumbsContainer {
    background-color: #fff;
    height: 41px;
    border-bottom: 1px solid #d3d3d3;
    color: #777777;
    font-family: arial;
    font-size: 10pt;
    background-color: #fff;
    direction: rtl;
    box-sizing: unset;
}
.BreadCrumbcsScroller {
    padding: 13px 0px 11px 5px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}
    .BreadCrumbcsScroller::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
    }

    .BreadCrumbcsScroller::-webkit-scrollbar-thumb {
        -webkit-box-shadow: none;
    }

    .BreadCrumbcsScroller::-webkit-scrollbar {
    display: none;
}
    .BreadCrumbsContainer .breadcrumbs {
        white-space: nowrap;
    }


    .BreadCrumbsContainer a {
        color: #4697d6;
    }

    .BreadCrumbsContainer .breadcrumbs .rightScroll {
        width: 6%;
    }

    .BreadCrumbsContainer img {
        width: 16px;
       float: right;
       margin-top: 8px;
        padding: 5px;
        box-sizing:unset;
    }

.scroll-top-arrow {
    padding: 10px;
    position: fixed;
    top: auto;
    right: 5px;
    left: auto;
    bottom: 55px;
    opacity: 0.7;
    text-decoration: none;
    z-index: 201;
}

    .scroll-top-arrow img {
        border: 0px;
        display: block;
        height: 50px;
        width: 50px;
    }

    .backgroundWhiteSearch {
        background: #ffffff !important;
    }
    .hideSearch {
        display: none;
    }

.GlobalToolTip {
    font: 13px arial;
    position: absolute;
    z-index: 5000;
    box-shadow: 0px 0px 15px 4px #888888;
    background-color: white;
    padding: 19px 22px;
}

    .GlobalToolTip .GlobalTooltipTitle {
        display: inline-block;
        float: right;
        width: 100%;
        font: bold 16px arial;
        color: #000000;
        padding-bottom: 5px;
    }

    .GlobalToolTip .GlobalTooltipTxt {
        font-size: 14px;
        color: #999999;
        line-height: 22px;
    }

.accessibilityButton .ImgAccessbility {
    width: 32px !important;
    height: 30px !important;
    background: url("https://img.zap.co.il/imgs/zapmobile/AccessibilityIcon.png");
    float: right !important;
}

.accessibilityButtonClicked .ImgAccessbility {
    width: 32px !important;
    height: 30px !important;
    background: url("https://img.zap.co.il/imgs/zapmobile/AccessibilityIcon.png");
    margin: 2px !important;
    float: right !important;
}
/*Slider css*/
.SearchResultsHeader.MultiHeader{
    width: 100%;
    font: bold 11px arial;
    text-align: right;
    direction: rtl;
    background-color: #ebebeb !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.SearchResultsHeader.MultiHeader h2 {
    margin-right: 14px;
    width: 55%;
}

.NoResultsFoundKeyword .moreBtnErp {
    font: bold 11px arial;
    margin-top: 10px;
    margin-right: 10px;
    float: right;
}

.SearchResultsHeader.MultiHeader .hlMore,.NoResultsFoundKeyword .hlMore {
    float: left;
    margin-left: 6px;
    color: white;
    background: #4697d6;
    padding: 7px 15px 7px 15px;
    font-weight: normal;
    border-radius: 3px;
    font-size: 14px;
}

.sliderCampaignsBannersWrp {
    display: inline-block;
    width: 100%;
    top: 0;
}
    .sliderCampaignsBannersWrp #slider span:not(:first-child) img{ /*only in category banners*/
        display: none;
    }
 
    .sliderCampaignsBannersWrp img {
        width: 100%;
        max-width: 950px;
        margin-bottom: 5px;
    }

.RowsView .MiddleBanner {
    margin: 2% 0;
}

.GalleryView .MiddleBanner {
    margin-top: 2%;
}

.MiddleBanner {
    /*display: inline-block;*/
    width: 100%;
    text-align: center;
}

    .MiddleBanner .BannerBox {
        display: inline-block;
        margin-top: 2%;
    }
.youtubeWrp .img-div {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


.youtubeWrp .img-div img {
    display: inline-block;
    height: 180px;
    margin: -7.4% 0
}

.youtubeWrp [data-video-id] .watermark {
    height: 50px;
    width: 51px;
    background-image: url(https://img.zap.co.il/imgs/zapmobile/new/video_player.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 28%;
    left: 42%;
    opacity: 0.9 ;
}
.personalPrivacyErrorText {
    color: red;
    font-size: 12px;
}