/*---column-left--*/
.account_layout #column-left .list-group {
    background-color: #fff;
    /*border-top: 5px solid #0089d1;*/
    padding: 36px 20px 36px 20px;
    border-radius: 20px;
}
.category_nav.list-group {
    background-color: #fff;
    /*border-top: 5px solid #0089d1;*/
    padding: 28px;
}
.account_layout #column-left .list-group-item {
    border: medium none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    text-align: left;
    padding-left: 16px;
    border-bottom: 1px solid #F4F0F1;
}

.account_layout #column-left .list-group-item:last-child {
    border-bottom: none;
}

.list-group-item {
    display: block;
}
.account_layout #column-left .list-group-item:hover {
    background: #F1F3F5;
    color: var(--main);
    font-size: 14px;
    transition: 0.3s ease-in-out;
    border-left: 8px solid var(--mainhover);
}

.category_nav.list-group a {
    border: medium none;
    border-radius: 0;
    color: #000;
    padding: 6px 0;
    position: relative;
    background: none;
    font-size: 13px;
    text-decoration: none;
}
.category_nav.list-group a:hover {
    color: var(--mainhover);
}
#lc-toggle, #column-left .lc-close {
    display: none;
    background: white;
    padding: 1px 10px;
    outline: none;
    border: none;
    border-radius: 5px;
}
#column-left .lc-close {
    position: absolute;
    right: 0px;
    border-radius: 0;
}
#lc-toggle .fa, #column-left .lc-close .fa {
    margin: 0;
    color: #000;
}

/*---login page--*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}
.pagination li {
    display: inline-block;
    color: #6e6f70;
    font-size: 12px;
    padding: 6px 14px;
    text-decoration: none;
    transition: background-color .3s;
}
.pagination li a {
    color: #333333;
}
.pagination li.active {
    background-color:  var(--main);
    color: #ffffff;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
td, th {
    padding: 0;
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}
.table-bordered > tbody > tr > td {
    border: 1px solid #e6eaed;
}

.table-bordered>tbody>tr>td {
    border: 1px solid #ddd;
}
.table > tbody > tr > td {
    border-top: 1px solid #e6eaed;
    padding: 20px 12px;
}
.table > tbody > tr > td a {
    color: #333333;
}
.table-bordered > thead > tr > td {
    border: 1px solid #e6eaed;
    padding: 12px;
    background: #fff;
}

.input-group-btn {
    display: table-cell;
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
}
.cart .cart-table .btn:hover, .cart .cart-table .btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 10px;
    box-shadow: none;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

.cart .cart-table .btn .fa,
.cart .cart-table .btn .fas  {
    color: black;
}

.col-md-offset-8 {
    margin-left: 66.66666667%;
}

.main_content {
    background-color:white;
    padding: 30px;
    margin-bottom: 30px;
}
.customer_login .well {
    background-color: var(--white);
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.form-group {
    margin-bottom: 15px;
}
label {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-primary {
    background-color: rgba(0, 137, 209, 1);
    background-image: none;
    border-radius: 0;
    color: #ffffff;
}
.btn {
    display: inline-block;
    text-align: center;
    background: #050C2E;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 5px;
    border: medium none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 400ms ease-out 0s;
    line-height: normal;
}

.cart .buttons .btn {
    margin-left: 7px;
}
/*---Register page--*/
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.customer_registration h1,.login-area-wrapper h2 {
    color: #0381eb;
    font-size: 18px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
}

.customer_registration h1::after,.login-area-wrapper h2::after {
    background-color: #c9d2d9;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 55px;
}

.ifHaveAccount {
    font-size: 15px;
}

.customer_registration legend {
    margin: 25px 0;
    padding: 0 0 10px;
    position: relative;
}

.customer_registration legend::after {
    background-color: #0089d1;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 200px;
}
.buttons {
    margin: 1em 0;
}
.account-register .buttons {
    margin-bottom: 60px;
}


/*region Compare */
.compare_product #content {
    padding-top: 20px;
}

.compare_table .btn {
    width: 120px;
}
/*endregion*/

.main_content.thank-u {
    text-align: center;
    font-size: 13px;
}

.empty-content {
    text-align: center;
    margin: 0 auto;
}
.login-area-wrapper .btn {
    display: block;
    width: 100%;
    letter-spacing: 2px;
    font-size: 12px;
}

.login-area-wrapper .btn.facebook {
    background: #1877f2!important;
}

.login-area-wrapper .btn.google {
    background: #db4a39!important;
}

.login-area-wrapper .btn:hover {
    opacity: 0.7;
}
.btn:hover{
background:#FF5F13;
}
#button-confirm:hover{
    background-color:#0381eb;
}
@media (max-width: 992px) {
    #column-left {
        display: none;
    }
    .rs-none {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .after-header .page-heading {
        display: none;
    }
    .col-md-offset-8 {
        margin-left: 0;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .error-not_found .error{
        margin: 20px 0;
    }
    .error-not_found h1 {
        font-size: 20px;
        line-height: initial;
    }
}

