﻿.site-footer a,
.block-login .login-register-policy,
.block-login .login-form-remind {
    color: #fff;
}

.photos-content,
.quiz-title,
.quiz-description,
.quiz-availability,
.quiz-item,
.faq-answer.jq-expanded-element.active,
.faq-question.jq-faq-expand,
.news-title .link-inverted,
.description-item,
.product-name a.link-inverted {
    color: #000;
}

.navigation li.is-active>a,
.navigation a:focus,
.navigation a:hover,
.site-footer a:focus,
.site-footer a:hover {
    color: #FFF;
    border-bottom: 1px solid #e1013c;
}

body {
    background: url(../../Images/site-bkg.png) no-repeat top center #fff !important;
}

.popup-custom__inner {
    background: #FFF;
    width: 620px;
    padding: 10px;
    z-index: 9999;
    position: absolute;
    top: 20%;
    min-height: 200px;
}
.popup-custom__close {
    z-index: 999;
    float: right;
    background: no-repeat;
    border: none;
    color: red;
    font-size: 31px;
    margin-top: -20px;
    font-weight: bold;
}
.bacgroundBlack
 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background: #222;
    opacity: 0.7;
}


.basket-table .link-inverted {
    color: #000;
}