#login {
    height: 25px;
    float: right;
}


.login {
    width: auto;
    padding: 7px 13px;
    float: left;
    display: block;
    /* font-family: MyriadPro-Regular, sans-serif; */
    text-decoration: none;
    font-size: 10px;
    font-weight: lighter;
    color: #7f7f7f;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 18px;
    text-transform: uppercase;
    text-align: center;
}

.login:hover {
    color: #1f1f1f;
}

.login span {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
}

.login img {
    width: 35%;
    margin: 5px 0 0 0;
}

.sepet-icon div {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
    font-family: MyriadPro-Regular, sans-serif;
    text-decoration: none;
    font-size: 10px;
    font-weight: lighter;
    color: #7f7f7f;
    text-transform: uppercase;
    text-align: center;
}

.uye_girisi {
    /* background-image: url("../images/img/giris.svg"); */
    border-left: thin solid #e0e0e0;
    border-right: thin solid #e0e0e0;
}

.yeni_uye {
    /* background-image: url("../images/img/yeniuye.svg"); */
    border-left: thin solid #e0e0e0;
}

.profil {
    background-image: url("../images/img/yeniuye.svg");
}

.siparislerim {
    background-image: url("../images/user/siparislerim.png");
}

.cikis {
    background-image: url("../images/user/cikis.png");
}

#giris_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgb(0 0 0 / 76%);
    display: none;
    opacity: 0;
}

#giris_table {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    margin-top: -100%;
}

#giris_table tr {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

#giris_table td {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

#giris {
    width: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    background-color: #FFF;
    font-family: arial, 'lucida console', sans-serif;
}

#giris_baslik {
    width: 100%;
    height: 40px;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    color: #A6A6A6;
    border-bottom: 1px solid #A6A6A6
}

#giris_form {
    width: 100%;
    margin-top: 15px;
    color: #A6A6A6;
    font-size: 14px;
}

.input_giris {
    width: 200px;
    height: 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-top: 3px;
    margin-top: 7px;
    color: #A6A6A6;
    font-size: 14px;
    float: left;
    outline: 0;
    background-color: #fff;
    border: solid 1px #A6A6A6;
}

.gonder_giris {
    width: 103px;
    height: 42px;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    text-align: center;
    color: #fff;
    background-color: #A6A6A6;
    outline: 0;
    border: none;
    font-size: 12px;
}

.gonder_giris:hover {
    cursor: pointer;
    color: #333;
}

.sifremi_unuttum {
    width: 90px;
    height: 42px;
    float: left;
    margin-top: 7px;
    text-align: center;
    color: #A6A6A6;
    outline: 0;
    border: none;
    font-size: 12px;
}

.urun-toplam {
    width: 13%;
    display: flex;
    align-items: center;
    padding: 6px 30px;
    border-bottom: thin solid #00000047;
    justify-content: space-between;
}

.gonder_kayit {
    padding: 10px 40px;
    float: left;
    color: #ffffff !important;
    font-size: 12px;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    border: thin solid #b8b8b8;
}

.gonder_kayit:hover {
    cursor: pointer;
}

.gonder_kayit_iptal {
    padding: 10px 15px;
    display: block;
    float: left;
    text-decoration: none;
    margin-right: 5px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    font-family: Ubuntu, MyriadPro-Regular, sans-serif;
    border: thin solid #655241;
    transition: 0.3s;
}

.gonder_kayit_iptal:hover {
    background: #655241;
    text-decoration: none;
    color: white;
    transition: 0.3s;
    fill: white;
}

.profil_duzenle {
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    margin-right: 5px;
    transition: 0.3s;
}

.profil_duzenle:hover {
    background: #655241;
}

.profil_duzenle:hover a {
    color: white;
}

#fos_user_registration_form {
    line-height: 25px;
    font-weight: bold;
    color: red;
}

#fos_user_profile_form {
    line-height: 25px;
    font-weight: bold;
    color: red;
}

#fos_user_change_password_form {
    line-height: 25px;
    font-weight: bold;
    color: red;
}