﻿body {
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
}
input {
    font-family: Arial !important;
}
text {
    font-family: Arial !important;
}
.content {
    min-height: 600px;
}

a {
    text-decoration: none !important;
}

.wrap {
    max-width: 1050px;
    margin: auto;
}

.content .wrap {
    min-height: 700px;
}

.text-red {
    color: #e2000f !important;
}

.btn-red {
    background: #e2000f !important;
    border: 1px solid #c9000d !important;
    color: #fff;
    font-weight: 600 !important;
}

.btn-bordered {
    border: 1px solid #cacaca !important;
    color: #999999;
    font-weight: 600 !important;
}

.bg-red {
    background: #e2000f !important;
}

.mobile-menu a {
    width: 100%;
    float: left;
    line-height: 60px;
    text-align: center;
    color: #333 !important;
    border-radius: 5px;
}

.top {
    width: 100%;
    min-height: 60px;
    background: #e2000f;
    line-height: 50px;
    padding: 5px 15px;
}

    .top a {
        font-size: 16px;
        font-weight: 600;
    }

.mainNavigation nav a {
    color: #333;
    font-weight: 600;
    padding: 20px 0;
}

.mobileSlider {
    display: none;
}

.kod {
    background: #ebebeb;
}

.hediye {
    background: #ebebeb;
}

.footer {
    background: #303030;
}

.profileMenu ul li a {
    color: #333 !important;
    font-weight: 500;
}

.profileMenu .active {
    background: #e2000f;
    border-radius: 4px;
}

    .profileMenu .active a {
        color: #fff !important;
    }

.login {
    width: 90%;
    margin: 40px auto;
    max-width: 500px;
}
