/*---column-left--*/
.account_layout #column-left .list-group {
    background-color: #fff;
    padding: 36px 20px 36px 20px;
    border-radius: 20px;
    border: 1px solid #f2792073;
}

.subscribe-btn {

    margin: 0px 0px !important;
    height: 35px !important;
}

.category_nav.list-group {
    background-color: #fff;
    padding: 28px;
    /*border: 1px solid #f2792073;*/
    height: 490px;
}

.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 #ff4c3b29;
}

.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(--main);
}

.category_nav.list-group a {
    border: medium none;
    border-radius: 0;
    color: #000;
    padding: 6px 0;
    position: relative;
    background: none;
    font-size: 12px;
    text-decoration: none;
    line-height: 30px;
}

#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--*/
body>.body {
    padding: 20px 10px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.pagination li {
    display: inline-block !important;
    color: #6e6f70;
    font-size: 12px;
    padding: 6px 14px;
    text-decoration: none;
    transition: background-color 0.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: center;
}

.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 #ff4c3b87;
}

.table>tbody>tr>td {
    border-top: 1px solid #ff4c3b87;
    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: 15px;

}

.input-group .form-control:first-child,
.input-group-btn:last-child>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

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

@media (max-width: 768px) {

    /* Adjust 768px to the desired breakpoint */
    .customer_login .row .col-md-4 .main_content {
        width: 100%;
    }
}


.lightRed_content {
    background-color: var(--lightWhite);
    padding: 30px;
    margin-bottom: 30px;
}

.customer_login .well {
    background-color: var(--lightWhite);
}

.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, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.form-group {
    margin-bottom: 3px;
}

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 #ff4c3b52;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.btn-primary {
    background-color: rgba(0, 137, 209, 1);
    background-image: none;
    border-radius: 0;
    color: #ffffff;
}

/* .btn-primary:hover {
  background-color: var(--main);
  border-color: var(--main);
} */
.btn {
    display: inline-block !important;
    text-align: center !important;
    background: #fd6605 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    margin-bottom: 10px !important;
    border: 1px solid #cbc3c3 !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 15px 10px !important;
    text-transform: uppercase !important;
    transition: all 400ms ease-out 0s !important;
    line-height: normal !important;
}

.btn:hover {
    background: var(--lightBlack) !important;
    text-trasnform
}

.cart .buttons .btn {
    margin-left: 7px;
}

/*---Register page--*/
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.customer_registration h1 {
    color: var(--main);
    font-size: 18px;
    margin: 0 0 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.customer_registration h1::after {
    background-color: var(--main);
    bottom: 0;
    content: "";
    height: 1px;
    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: var(--main);
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 200px;
}

.buttons {
    margin: 1em 0;
    display: flex;
    justify-content: end;
    margin: 0px -31px;
}

.account-register .buttons {
    margin-bottom: 60px;
}

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

.compare_table .btn {
    width: 120px;
}

/*endregion*/

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

.empty-content {
    text-align: center;
    margin: 0 auto;
}

@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;
    }
}

.account-login a,
.account-register a {
    color: var(--main);
}

.account-account .main_content h2 {
    font-weight: 600;
    font-size: 24px;
}

.account-account .main_content {
    width: 970px;
}

.account-account .main_content .list-unstyled li {
    margin: 10px 0;
}

.account-account .main_content .list-unstyled li a {
    color: var(--main);
}

.main_content h1 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

.main_content .buttons {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.alert button.close {
    border: none;
    background: #e83a21;
    color: white;
    margin-left: 10px;
}