body {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    font-weight: 400;
    color: #b9b9cd;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===== Headings ====== */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #18181a;
    font-family: "Montserrat", sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.33;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h5 a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h6 {
    font-size: 16px;
}

h6 a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul, li {
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 15px;
}
a {
    cursor: pointer;
}

a:hover, a:focus {
    color: black;
    outline: 0 none;
    text-decoration: none;
}

.form-control {
    border: 1px solid #e8ecf0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    color: #b9b9cd;
    font-weight: 400;
    position: relative;
    padding: 15px 15px 14px;
    height: auto;
    font-size: 13px;
}

.form-control:focus, .form-control:hover {
    border-color: #bbbec7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b9b9cd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    font-weight: 500;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #b9b9cd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    font-weight: 500;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #b9b9cd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    font-weight: 500;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #b9b9cd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    font-weight: 500;
}

.bg-light {
    background-color: #f4f5f8 !important;
}

@media (min-width: 768px) {
    .content-side {
        margin-left: 240px;
    }
}

@media (min-width: 992px) {
    .content-side {
        margin-left: 360px;
    }
}

.page-template-template-my-account .content-side article > header.entry-header, .page-template-template-my-account .content-side article > .entry-content > p {
    display: none;
}

.personal-page .login_msg.fail{
    text-align: left !important;
}
.woocommerce-notices-wrapper .woocommerce-error{
    margin-bottom: 15px;
    text-align: left;
}
.personal-page .woocommerce-notices-wrapper .woocommerce-error{
    margin-bottom: 0;
}
.woocommerce-notices-wrapper .woocommerce-message{
    margin-bottom: 15px;
}

.personal-page .commit {
    color: #8991b1;
    background-color: #e9ecf2;
    padding: 20px;
    display: block;
    text-align: center;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 13px;
    border: 0;
    width: 100%;
}

.personal-page .commit:hover {
    background-color: #d9dee9;
}

.personal-page .info-box .box-wrap {
    padding: 40px;
}

.personal-page .info-box .box-wrap h5 {
    text-transform: uppercase;
    font-size: 18px;
}

.personal-page .info-box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal-page .info-box li:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .personal-page .info-box li {
        display: block;
    }
}

.personal-page .info-box li .left-side {
    font-weight: 700;
    color: #18181a;
    margin-right: 10px;
    font-size: 14px;
    min-width: 100px;
    text-transform: uppercase;
}

.personal-page .info-box li .right-side {
    color: #8686a1;
}

.personal-page .info-box li .right-side .btn {
    font-size: 13px;
    background-color: #e9ecf2;
    color: #393c4a;
    padding: 14px;
    /*width: 100%;*/
}

.personal-page .info-box li .right-side .btn:hover {
    background-color: #c3cee2;
}

.personal-page .info-box .commit {
    text-transform: uppercase;
}

.personal-page .info-box h6 {
    font-size: 14px;
}

.personal-page .info-box p {
    color: #8b96ac;
    font-weight: 400;
    font-size: 13px;
}

.personal-page .info-box.security-info .right-side {
    color: #8b96ac;
}

.personal-page .info-box.bill-info .left-side {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.personal-page .info-box.bill-info .right-side {
    -webkit-box-flex: 1.1;
    -ms-flex: 1.1;
    flex: 1.1;
}

.personal-page .info-box .woocommerce-error{
    margin-bottom: 15px;
    color: red;
}

.help-section {
    padding: 40px;
}

.help-section h5 {
    font-weight: 700;
    color: #18181a;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.help-section h6 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.help-section a {
    display: block;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #18181a;
}

.help-section p {
    color: #18181a;
    font-size: 13px;
}

.help-section .call {
    font-weight: 500;
}