﻿.orderinclick-banner {
    background: url(https://img.mishlohim.co.il/mishlohim/static/desktop/shared/orderinclick-banner-desktop.png);
    background-size: cover;
    position: fixed;
    right: -450px;
    bottom: 10px;
    width: 450px;
    height: 187px;
    color: #fff;
    transition: right 1.5s;
    z-index: 100;
    box-shadow: 5px 5px 5px #666;
    -moz-box-shadow: 5px 5px 5px #666;
    -webkit-box-shadow: 5px 5px 5px #666;
}

.orderinclick-banner.active {
    right: 10px;
}

.orderinclick-banner .close-banner {
    position: absolute;
    top: 2%;
    right: 2%;
    font-weight: bold;
    font-size: 20px;
}

.orderinclick-banner .content {
    color: #fff;
    padding: 12% 10%;
    text-align: left;
    font-size: 1.3em;
    display: block;
    width: 100%;
}

.orderinclick-banner .content .text {
    margin-bottom: 20px;
    text-align: right;
}

.orderinclick-banner button.content:hover,
.orderinclick-banner button.content:focus {
    text-decoration: none;
}

.orderinclick-banner .content .link {
    text-decoration: underline;
}