#app {
    width: 900px;
    max-width: 1070px;
    min-width: 500px;
    margin: 10px auto;
    padding: 27px 55px;
    background: #fafafa;
    border: 1px solid #ddd;
    display: table;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.display-none{
    -webkit-transition: visibility 0s .5s, opacity .5s linear;
    -o-transition: visibility 0s .5s, opacity .5s linear;
    -moz-transition: visibility 0s .5s, opacity .5s linear;
    transition: visibility 0s .5s, opacity .5s linear;
    visibility: hidden;
    opacity: 0;
}

a {
    cursor: pointer;
}

/*Header*/
.lit-header {
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}
.lit-header img {
    margin: 10px auto;
    width: 450px;
    height: 70px;
}

/*Dialog*/
.lit-dialog {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 2px;
    padding: 15px 30px;
    margin-top: 10px;

}

.lit-dialog #msg {
    font-size: 16px;
}

.lit-dialog #button-close {
    float: right;
    text-align: right;
    cursor: pointer;
}

.lit-dialog #button-close:hover {
    color: #000;
}

.lit-dialog #button-close:before {
    content: "x";
    font-size: 18px;
    font-weight: bold;
}

.lit-dialog-user {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 2px;
    padding: 15px 30px;
    margin-top: 10px;
    margin-bottom: 10px;

}

.lit-dialog-user #user-msg {
    font-size: 16px;
}

.lit-dialog-user #user-button-logout {
    float: right;
    text-align: right;
    cursor: pointer;
    font-size: 16px;
    padding: 6px 15px;
    margin-top: -7px;
    border-radius: 15px;
    border: 2px solid #155724;
}

.lit-dialog-user #user-button-logout:hover {
    color: #fff;
    background-color: #155724;
    border: 2px solid #155724;
}

/*signin*/
.lit-signin {
    border: 2px solid #e5e5e5;
    border-radius: 2px;
}

.panel-heading {
    margin: 0;
    padding: 20px;
    background-color: #e5e5e5;
    position: relative;
    overflow: hidden;
}

#header-signin {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel-heading .step-number {
    width: 200px;
    height: 200px;
    background-color: #cc6f2c;
    position: absolute;
    border-radius: 1000px;
}

.panel-heading .step-number i{
    display: block;
    position: absolute;
    overflow: hidden;
    color: #fff;
    font-size: 38px;
    font-style: normal;
    width: 40px;
    height: 40px;
    padding-top: 10px;
}

.panel-heading .step-name {
    margin-left: 100px;
}

.lit-signin #step-1 {
    top: -50px;
    left: -110px;
}

.lit-signin #step-1 i {
    top: 60px;
    right: 22px;
}

.lit-signin #step-2 {
    top: -100px;
    left: -110px;
}

.lit-signin #step-2 i {
    top: 110px;
    right: 22px;
}

.panel-body {
    margin: 40px 10px;
}

.panel-body form {
    margin-left: 20%;
}

.panel-body .form-group {
    display: flex;
    margin-bottom: 15px;
}

.panel-body label{
    width: 150px;
    text-align: right;
    font-size: 18px;
    padding-top: 12px;
    margin-right: 20px;
}

.panel-body input{
    font-size: 18px;
    border-radius: 2px;
    padding: 8px 10px;
}

.panel-body select {
    width: 297px;
    height: 40px;
    font-size: 18px;
    border-radius: 2px;
    padding-left: 10px;
}

.panel-body button {
    margin-top: 15px;
    margin-left: 172px;
    padding: 10px 25px;
    background-color: #fff;
    color: #28a745;
    border: 1px solid #28a745;
    border-radius: 2px;
    font-size: 16px;
}

.panel-body button:hover {
    background-color: #28a745;
    color: #fff;
    border: 1px solid #28a745;
}

.panel-body a {
    font-size: 16px;
}

.panel-body span {
    font-size: 16px;
}

.panel-body .forgot {
    margin-top: 25px;
    margin-left: 25px;
}

.panel-body .create-acc {
    margin-left: 172px;
    margin-top: 10px;
}

.panel-default.hidden-panel h1#header-connect {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.panel-default.hidden-panel .step-number {
    background-color: #d9d9d9;
}

.panel-default.hidden-panel .step-name {
    color: #cccccc;
}

.panel-default.done h1 {
    background-color: #fd9a62;
}

.panel-default.done .step-number {
    background-color: #c15708;
}

.panel-default.done .step-done {
    float: right;
    background-image: url('../images/i_target_check.svg');
    background-repeat: no-repeat;
    width: 30px;
    height: 18px;
}

.cart-logos {
    width: 400px;
    margin: 30px auto;
    height: 40px;
}

.col-xs-5 {
    width: 40%;
    float: left;
}
.col-xs-2 {
    width: 10%;
    float: left;
}

.lit-footer.lit-plugin {
    text-align: center;
    padding: 13px;
}
.position-m-block {
    margin-top: 20px;
    text-align: center;
}
.lit-plugin {
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    margin: 10px 0;
    overflow: hidden;
}
.lit-footer a {
    margin: 10px;
}

.content-blocks{
    margin: 20px 0;
}

.content-blocks .lit-block{
    width: 30%;
    float: left;
    background-color: #f1f1f1;
}

.content-blocks .lit-block .block-ct {
    padding: 12px;
}

.content-blocks .lit-block .block-ct p{
    margin: 0;
}
.content-blocks .lit-block .block-header {
    padding: 20px 12px;
    margin: 0;
}

.content-blocks .lit-block .block-free{
    border-bottom: 5px solid #4CAF50;
}

.content-blocks .lit-block .block-preminum{
    border-bottom: 5px solid #FF9800;
}

.content-blocks .lit-block .multicol ul{
    float: left;
}

.content-blocks .lit-block ul {
    margin-left: 15px;
}

.content-blocks .lit-block ul li::before{
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #16ad5c; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.content-blocks .block-center.lit-block ul li::before{
    color: #FF9800;
}

.content-blocks .block-left{
    margin-right: 20px;
}

.content-blocks .block-center{
    width: 66%;
}

.content-blocks .block-right{
    margin-left: 20px;
}