input[type="text"],input[type="password"],textarea,select {
    padding: 4px 8px;
    border: 1px solid #d9d9d9;
    background: #fff;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

input[type="text"],input[type="password"] {
    height: 32px;
    -webkit-appearance: none;
    border-radius: 0;
    border-radius: 4px;
}

.radio,.checkbox,input[type="radio"],input[type="checkbox"] {
    margin: -4px 6px 0 0;
    padding: 0;
    vertical-align: middle;
}

select {
    padding: 4px 3px 3px;
    min-width: 4em;
    max-width: 100%;
    height: 2.2em;
    line-height: 2.2em;
}

input[type="text"],input[type="password"],textarea,select,input[type="text"]:focus,input[type="password"]:focus,textarea:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.ty-password-forgot__a {
    color: #333 !important;
}

a.ty-password-forgot__a:hover,a.ty-login-reglink__a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

.ty-btn__login,.login-recovery button,.ty-profile-field__buttons button,.vendor-reg button {
    padding: 12px 10px 12px 10px;
    font-size: 16px !important;
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    line-height: 1;
}

@media (min-width: 1224px) {
	.top-header {
		margin-top: 30px !important;
	}
}
@media (max-width: 768px) {
	.couponcode p {
		height: 0px !important;
	}
}

.notification-content-extended {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1101;
    margin: -40px 0 0 -320px;
    min-height: 140px;
    width: 640px;
    color: #000;
    background-color: #fff;
    border: 1px solid gray;
}

.notification-content-extended-rounded() when (@rounded_corners = true) {
    .notification-content-extended {
        .border-radius(6px);
    }
    .notification-content-extended h1 {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
    .ty-product-notification__buttons {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
}
.notification-content-extended-rounded();

.notification-content-extended .ty-product-notification__body {
    //max-height: 450px;
    overflow: auto;
}
.notification-body-extended {
    color: #000;
    overflow-x: hidden;
    overflow-y: auto;
}
.notification-container {
    position: fixed;
    top: 0;
    right: 40px;
    z-index: 99999999;
    min-width: 300px;
    width: 40%;
}
.notification-container-top {
    top: 10px;
}
.notification-content {
    position: relative;
    .box-sizing(border-box);
    padding: 10px 35px 10px 18px;
    line-height: 150%;
    border-radius: 2px;
    .rounded_corners(4px);
}

.notification-content strong {
    margin-right: 7px;
}
.notification-content-extended h1 {
    position: relative;
    padding: 13px 30px 10px 20px;
    border: none;
    border-bottom: 1px solid #bdc3c7;
    background: #f8f9f9;
    font-weight: normal;
    font-size: 18px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    .box-sizing(border-box);
    .border-radius(0px);
}
.notification-content-extended h1 span {
    position: absolute;
    top: 15px;
    right: 14px;
    width: 16px;
    height: 16px;
    color: #acacac;
    text-shadow: none;
    font: 13px/1 'glyphs';
    opacity: 1;
    cursor: pointer;
    speak: none;
    -webkit-font-smoothing: antialiased;
}
.notification-content-extended h1 span:before {
    font-family: 'glyphs';
    content: "\e009";
    speak: none;
    -webkit-font-smoothing: antialiased;
}
.notification-content-extended h1 span:hover {
    color: #dfdfdf;
    opacity: 1;
}

.close {
    position: absolute;
    top: 5px;
    right: 7px;
    float: right;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 15px;
    cursor: pointer;
    -webkit-appearance: none;
}
.close:hover {
    text-decoration: none;
    cursor: pointer;
}

.alert-success, .alert-warning, .alert-error {
    position: relative;
    margin: 7px 0 7px 0;
    border: 1px solid;
    font-size: 100%;
    opacity: 0.96;
}
.alert-success {
    border-color: #8bc045;
    background: #d0eaae;
    color: #496e16;
}
.alert-success .close {
    color: #8bc045;
}
.alert-warning {
    border-color: #f39c12;
    background: #f5e08c;
    color: #ac6e0b;
}
.alert-warning .close {
    color: #f39c12;
}
.alert-error {
    border-color: #c0392b;
    background: #eb7064;
    color: white;
}
.alert-error .close {
    color: #c0392b;
}

.alert-error a {
    color: #fff;
    text-decoration: underline;
}