/* Notification ucun custom css */
.alert {
    padding: 10px 15px 10px 55px;
    text-align: left;
    min-height: 42px;
	position: relative;
}
.alert-danger {
    color: #8d423b;
    background-color: #ffe2df;
    border-color: #ffd7d3;
}
.alert-success {
    color: #1d6944;
    background-color: #d4ffd3;
    border-color: #c3ecd8;
}
.alert:before {
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    width: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-danger:before {
    content: "\f071";
    background: #da6f64;
    color: white;
}
.alert-success:before {
    content: '\f058';
    background: #48c346;
    color: white;
}



/* Daxil ol qeydiyyat ucun custom css */
.page-id-8 main {
    background: #eee;
}
.login-registration-area {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -25px 0;
}
.login-block {
    width: 50%;
    padding: 0 25px 50px;
}
.login-block-content {
    background: white;
}
.login-details {
    padding: 20px;
}
.master-login-heading {
    margin-bottom: 20px;
    color: var(--main-color);
    text-transform: uppercase;
}
.show-hide {
    font-weight: 600;
    position: absolute;
    top: 43px;
    right: 10px;
    font-size: 13px;
	cursor: pointer;
}
.show-hide::selection {
	background: transparent;
}
.registration-note {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.5;
}
.registration-note a {
    font-weight: 600;
    text-decoration: underline;
}
.login-alternative-button {
    display: table;
    margin: 0 auto;
}
.login-second {
    text-align: center;
}
.login-description {
    margin-bottom: 25px;
}
.line-text-area {
    position: relative;
    margin: 10px 0 20px;
}
.line-text-area:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    z-index: -1;
}
.line-text {
    background: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    font-size: 14px;
}
@media (max-width: 767px) {
	.login-block {
		width: 100%;
	}
}



/* Sifreni sifirla ucun custom css */
@media (min-width: 600px) {
	.sifremi-unutdum-area {
		width: 500px;
		margin: 60px auto 20px;
	}
}
.sifirlama-bildirisi {
	display: none;
}
.unutdum-aciqlama {
    margin-bottom: 20px;
}



/* Social logins ucun custom css */
.social-login-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -10px;
}
.social-login-buttons a {
    width: 49%;
}
.login-button {
    position: relative;
    color: white;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}
.google-login {
	background: #dc4a38;
}
.google-login:hover {
    background: #c34333;
}
.google-login:before {
	content: '\f1a0';
	font-family: FontAwesome;
	position: absolute;
	left: 15px;
	font-size: 20px;
}
.facebook-login {
    background: #3c5a99;
}
.facebook-login:hover {
    background: #143579;
}
.facebook-login:before {
	content: '\f082';
	font-family: FontAwesome;
	position: absolute;
	left: 15px;
	font-size: 20px;
}



/* Reset password ucun custom css */
@media (min-width: 1000px) {
    .reset-password-area {
        width: 50%;
        margin: 0 auto;
    }
}
@media (min-width: 768px) and (max-width: 999px) {
    .reset-password-area {
        width: 75%;
        margin: 0 auto;
    }
}
.after-reset-notification {
    display: none;
}
.reset-password-description {
    margin-bottom: 30px;
}


/* Menim hesabim ucun custom css */
.my-account-blocks {
    display: flex;
    flex-wrap: wrap;
}
.my-account-first {
    width: 320px;
    margin-bottom: 40px;
}
.my-account-second {
    width: calc(100% - 360px);
    float: right;
    border-left: 1px solid #ddd;
    margin-left: 30px;
    padding-left: 30px;
}
.account-icon-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.account-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid var(--main-color);
    border-radius: 50%;
    background: white;
    font-size: 22px;
    color: var(--main-color);
}
.account-icon-details {
    width: calc(100% - 50px);
    padding-left: 15px;
}
.account-icon-heading {
    font-size: 18px;
    line-height: 1.3;
}
.my-account-heading {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.my-account-menu a {
    display: block;
    padding: 20px;
    position: relative;
    background: white;
    margin-bottom: 15px;
}
.my-account-menu a:after {
    content: '\e930';
    font-family: feather;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    opacity: 1;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: var(--second-color);
    text-align: center;
    color: white;
    transition: .15s all;
}
.my-account-menu .active-account-menu:after, .my-account-menu a:hover:after {
    background: var(--main-color);
}
.my-account-menu-item span {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    opacity: .6;
}
@media (max-width: 767px) {
	.my-account-block {
		width: 100%;
		padding-left: 0;
		border-left: 0;
		margin-left: 0;
	}
	.my-account-first {
		margin-top: 40px;
	}
}



/* My account content ucun custom css */
.my-account-dashboard-description {
    margin-top: 15px;
    line-height: 1.8;
    width: 600px;
    max-width: 100%;
}
.account-description {
    margin-bottom: 20px;
}
.my-account-content-area {
    background: white;
}
.my-account-content {
    padding: 20px;
}


/* Send email again ucun custom css */
.send-again-email {
    cursor: pointer;
    text-decoration: underline;
    padding-left: 5px;
}