﻿@font-face {
    font-family: open_sans_hebrewregular;
    src: url(opensanshebrew-regular-webfont.eot);
    src: url(opensanshebrew-regular-webfont.woff);
}
@font-face {
    font-family: open_sans_hebrewbold;
    src: url(opensanshebrew-bold-webfont.eot);
    src: url(opensanshebrew-bold-webfont.woff);
}
@font-face {
    font-family: open_sans_hebrewextrabold;
    src: url(opensanshebrew-extrabold-webfont.eot);
    src: url(opensanshebrew-extrabold-webfont.woff);
}


/*body, html {
    font-family: open_sans_hebrewregular;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #666666;
}*/
.rotate {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.sideCouponsBackground {
    position: fixed;
    z-index: 1000000;
    margin: 0;
    padding: 0;
    top: 0;
}
    .sideCouponsBackground.opened {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        left: 0;
    }
.sideCouponsBackground.closed {   
    right: 0;
}

.sideCoupons {
    width: 369px;
    direction: rtl;
    background-color: white;
    position: absolute;
}

.opened .sideCoupons {
    right: 0;
    height: 100%;
}
.closed .sideCoupons {
    right: -369px;
}

.couponsToggleButton {
    font-family: open_sans_hebrewbold;
    color: white;
    background-color: #E90952;
    padding: 17px;
    padding-right: 40px;
    width: 106px;
    position: absolute;
    right: 313px;
    top: 160px;
    background-image: url(/images/sideCoupons/deals_icon_bell.png);
    background-position: 127px 14px;
    background-repeat: no-repeat;
    font-size: 24px;
    cursor: pointer;
    border: none;
    border-radius: 5px 5px 0 0;
}

.sidebarTitle {
    font-family: open_sans_hebrewbold;
    text-align: center;
    padding: 10px;
    padding-top: 15px;
    font-size: 20px;
    position: sticky;
    top: 0;
    background-color: white;
}

.couponsContainer {
    width: 368px;
    height: 100%;
    overflow: hidden;
}
.couponsContainer iframe {
    border: none;
}
.coupons {
    font-family: open_sans_hebrewregular;
    background-color: #fff;
    padding-bottom: 45px;
}
.coupons a {
    text-decoration: none;
    cursor: pointer;
}

.coupon {
    background-position: 15px center;
    background-repeat: no-repeat;
    width: 351px;
    height: 178px;
}

.couponTitle {
    text-align: right;
    padding-top: 16px;
    margin-right: 12px;
    height: 30px;
    color: #0098EF;
    font-size: 13px;
}
.couponTitle span {
    font-size: 17px;
    font-family: open_sans_hebrewbold;    
}

.couponText {
    font-family: open_sans_hebrewbold;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    margin-right: 12px;
    padding-top: 20px;
    color: #283041;
    height: 37px;
    direction: rtl;
}

    .couponText span {
        font-family: open_sans_hebrewextrabold;
        font-size: 20px;
    }

.couponCode {
    font-family: open_sans_hebrewbold;
    font-size: 15px;
    text-align: right !important;
    padding: 7px 10px;
    padding-bottom: 5px;
    margin-right: 12px;
    width: 127px;
    color: #283041;
    border: 1px solid #0098EF;
    margin-top: 18px;
    float: right;
}