@font-face {
    font-family:'Gotham Pro';
    src: url('/fonts/GothamPro.eot');
    src: url('/fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('/fonts/GothamPro.woff2') format('woff2'),
    url('/fonts/GothamPro.woff') format('woff'),
    url('/fonts/GothamPro.svg#GothamPro') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

.cart-block {
    position: fixed;
    right: 30px;
    top: 63px;

    width: 200px;

    z-index: 1000;

    display: none;

    font-family: 'Gotham Pro';
}

.cart-white-circle {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #e6e8e9;

    opacity: 0.7;

    right: 0;
}

.cart-red-circle {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f10027;

    right: 0;
    bottom: 0;

}

.cart-white-circle img {
    display: block;
    margin: 20px 0 0 28px;
}

.cart-count {
    color: #ffffff;
    padding-top: 5px;
    text-align: center;
}

.cart-tooltip {
    position: absolute;
    display: inline-block;
    border-bottom: 1px dotted black;

    opacity: 0.7;

    top: 35px;
    left: 100px;
}

.cart-tooltip .cart-tooltip-text {
    width: 100px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%;
}

.cart-tooltip .cart-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}


.bottom-links{
    position: fixed;
    bottom: 45px;
    left: 8px;
    width: 500px;
    z-index: 10000;
}

.bottom-links a {
    text-decoration: none;
    margin-left: 10px;
}

.bottom-links img {
}

#codeContainer .promoText, #wrongCodeContainer .promoText, #codeNotEnoughContainer .promoText {
    padding-bottom: 30px;
}

#codeContainer .promoText h4, #wrongCodeContainer .promoText h4, #codeNotEnoughContainer .promoText h4 {
    width: auto;
    padding-left: 0;
    text-align: center;
}

#codeContainer  .topLine, #wrongCodeContainer  .topLine, #codeNotEnoughContainer  .topLine{
    padding-left: 0;
    text-align: center;
}