.login-popup {
    padding: 35px;
    z-index: 99999;
    position: fixed;
    left: 27%;
    right: 27%;
    top: 30%;
    width: 600px;
    background: url('../images/mainbg.jpg');
    -webkit-animation: animation 3000ms linear both;
    animation: animation 3000ms linear both;
    color: white;
}
.log-left input
{
    width: 167px;
}
.login-popup h4,.msg-popup h4, .msg-popup-mod h4
{
    color: #cec4bc;
    text-align: center;
    font-family: arial;
    font-weight: 600;
    transform: scale(1,1.2);
    -webkit-transform: scale(1,1.2);
    -moz-transform: scale(1,1.2);
    -ms-transform: scale(1,1.2);
    -o-transform: scale(1,1.2); 
}
.log-left
{
    float: left;
    /* height: 200px; */
    padding-right: 40px;
    margin-right: 20px;
    border-right: 10px solid rgb(225, 101, 65);
}
.wrap
{
    background-image: linear-gradient(45deg, #e19141 15%, #e14141 85%);
    width: 1000px;
    color: rgb(255, 255, 255);
    margin: 3.2% auto 0 auto;
    min-height: 35em;
}
#price
{
    position: absolute;
    width: 46.6%;
    bottom: 0;
    margin: 0px;
    font-size: 16px;
}
.button {
    cursor: pointer;
    /* height: 15px; */
    opacity: 0.8;
    text-align: center;
    padding: 8px;
    font-family: sans-serif;
    font-weight: 600;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: url(../images/overlaybg.jpg) repeat;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}
.buy-popup {
    padding: 35px;
    z-index: 99999;
    position: fixed;
    left: 27%;
    right: 27%;
    top: 30%;
    /* width: 600px; */
    background: url('../images/mainbg.jpg');
    height: 200px;
    /* float: right; */
    -webkit-animation: animation 3000ms linear both;
    animation: animation 3000ms linear both;
}
.cart-show img{
    width:30px;
}
.cart-show {
    z-index: 99999;
    position: fixed;
    left: 27%;
    right: 27%;
    top: 30%;
    width: 600px;
    /* height: 200px; */
    /* float: right; */
    padding: 20px;
    -webkit-animation: animation 3000ms linear both;
    animation: animation 3000ms linear both;
    background: url('../images/mainbg.jpg');
    opacity: 0.7;
    color: black;
}
.buy-popup-valid {
    padding: 35px;
    z-index: 99999;
    position: fixed;
    left: 27%;
    right: 27%;
    top: 30%;
    width: 600px;
    height: 200px;
    /* float: right; */
    -webkit-animation: animation 3000ms linear both;
    animation: animation 3000ms linear both;
}
#check
{
    position: absolute;
    width: 47%;
    bottom: -45px;
    left: 2%;
    right: 2%;
    /* margin: 0px; */
    font-size: 16px;
}
.magazin-box-img img {
    width: 95px;
    height: 95px;
    margin-top: 10px;
}
.magazin-box {
    z-index: 99999;
    text-transform: uppercase;
    overflow: hidden;
    text-align: center;
    margin: 3px;
    width: 144.8px;
    float: left;
    height: 144.8px;
    cursor: pointer;
    background: url(../images/mainbg.jpg);
}
.mg_popup {
    z-index: 99999;
    position: fixed;
    width: 80%;
    left: 10%;
    right: 10%;
    top: 15%;
    height: 80%;
    bottom: 15%;
    height: 70%;
    /* float: right; */
}
.mg_pop_left {
    width: 49%;
    margin-right: 2%;
    height: 100%;
    float: left;
    background: url(../images/mainbg.jpg);
    opacity: 0.8;
}
.mg_pop_right h2, h3{
    font-size: 50px;
}
.mg_pop_right {
    position: relative;
    overflow: hidden;
    width: 47%;
    height: 100%;
    float: left;
    background: url(../images/mainbg.jpg);
    text-align: center;
    opacity: 0.8;
}
.magazin-cont
{
    margin-right: auto;
    padding: 8px;
    min-height: 497px;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    margin-left: 23%;
    color: #f59341;
    margin-bottom: 25.5%;
}
.magazin-left
{
    float: left;
    width: 200px;
}

.magazin-left ul
{
    list-style-type: none;
    margin: 0px;
    padding: 10px;
}
.magazin-left ul li a
{display: block;padding: 5px 15px;width: 165px;font-size: 16px;text-decoration: none;font-family: sans-serif;}


.magazin-left ul li a:focus,.magazin-left ul li a:active
{
    background:url('../images/bluebg.jpg') ;
}