.content-inner {
    padding-top   : 80px;
    padding-bottom: 50px;
}

.section-full {
    position: relative;
}

.text-center {
    text-align: center !important;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-t0 {
    margin-top: 0;
}

h2 {
    font-size    : 30px;
    line-height  : 40px;
    margin-bottom: 25px;
    font-weight  : 600;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content     : stretch !important;
}

.m-b30 {
    margin-bottom: 30px;
}

.shop-account .border-1 {
    border-color: #777;
}

.h100 {
    height: 100%;
}

.border-1 {
    border-width: 1px;
}

.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
    border-style: solid;
}

.radius-sm {
    border-radius        : 4px;
    -webkit-border-radius: 4px;
}

.p-a30 {
    padding: 30px;
}

.m-b10 {
    margin-bottom: 10px;
}

h3 {
    font-size    : 28px;
    line-height  : 35px;
    margin-bottom: 20px;
    font-weight  : 600;
}

.m-b15 {
    margin-bottom: 15px;
}

.btnhover {
    overflow: hidden;
    position: relative;
    z-index : 1;
}

.btn,
.btn-secondry {
    color         : #fff;
    padding       : 12px 25px;
    display       : inline-block;
    font-size     : 16px;
    outline       : 0;
    cursor        : pointer;
    outline       : 0;
    border-width  : 0;
    border-style  : solid;
    border-color  : transparent;
    line-height   : 1.42857;
    border-radius : 6px;
    font-weight   : 400;
    text-align    : center;
    white-space   : nowrap;
    vertical-align: middle;
}

.btnhover::after {
    content                 : "";
    position                : absolute;
    height                  : 100%;
    width                   : 20%;
    background              : #fff;
    left                    : 0;
    top                     : 0;
    z-index                 : -1;
    transition              : all .5s;
    -moz-transition         : all .5s;
    -webkit-transition      : all .8s;
    -ms-transition          : all .5s;
    -o-transition           : all .5s;
    transform-origin        : left;
    -moz-transform-origin   : left;
    -webkit-transform-origin: left;
    -ms-transform-origin    : left;
    -o-transform-origin     : left;
    transform               : translateX(-100%);
    -moz-transform          : translateX(-100%);
    -webkit-transform       : translateX(-100%);
    -ms-transform           : translateX(-100%);
    -o-transform            : translateX(-100%);
    opacity                 : .2;
}

.p-a0 {
    padding: 0;
}

.m-b5 {
    margin-bottom: 5px;
}

.btn:hover {
    background-color: #f7393f;
}

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

.content-inner-2 {
    padding-top   : 80px;
    padding-bottom: 80px;
}

.max-w500 {
    max-width: 500px;
}

.forget-password-link a {
    color: #0cae2d;
}
.m-b15 {
    margin-bottom: 15px;
}
