.login_box{
    width: 600px;
    background: #fff;
    margin: 0 auto;
    max-width: 90%;
    box-shadow: 0px 1px 3px 1px #ccc;
    -moz-box-shadow: 0px 1px 3px 1px #ccc;
    -webkit-box-shadow: 0px 1px 3px 1px #ccc;
}

.login_box header{
    padding: 30px 20px;
    text-align: center;
    background: #f4f4f4;
}

.login_box header h1{
    font-size: 2.4em;
    font-weight: bold;
    color: #888;
    line-height: 1.1;
    margin-bottom: 5px;
}

.login_box header p{
    font-size: 0.7em;
    font-weight: 500;
    text-transform: uppercase;
}

.login_box .trigger{
    text-align: center;
}

.login_box .trigger a{
    font-weight: bold;
    text-decoration: none;
    color: inherit;
}

.login_box .trigger a:hover{
    text-decoration: underline;
}

.lnk-pedido {
    color: #4AC6AA;
    font-weight: 300;
}
.account_form_actions img{
    height: 26px;
    margin-top: -5px;
    margin-left: 10px;
    display: none;
}


.account_box{
    display: inline-block;
    width: 70%;
    background: #fff;
    vertical-align: top;
}

.account_box .trigger{
    font-size: 1em;
}

.account_box .trigger a{
    color: inherit;
    font-weight: bold;
}

.account_box .paginator{
    text-align: center;
    margin: 15px 0 0 0;
}


.account_user_avatar {
	width: 180px;
	height: 180px;
	margin-bottom: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.avatar-side h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.avatar-side p {
	margin: 0;
	font-size: 1.5rem;
}

.account_box .account_form_callback{
    position: fixed;
    right: 0;
    top: 0;
    padding: 15px;
    width: 500px;
    max-width: 100%;
}

.account_box .account_form_callback .trigger{
    text-align: left;
}

.wc_account_title{
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: #888;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 3px solid #f2f2f2;
}

.wc_account_title span{
    border-bottom: 3px solid #888;
    padding-bottom: 5px;
}

.wc_spacer{
    padding: 2px;
    margin: 30px 0;
    background: #fbfbfb;
}

.workcontrol_account_home p{
    display: inline-block;
    width: 50%;
    padding: 10px;
    border: 1px solid #eee;
}

.workcontrol_account_home p b{
    font-weight: 300;
    color: #999;
}

.workcontrol_account_home .btn{
    font-size: 0.8em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.wc_account_order{
    font-size: 0.875em;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

.wc_account_order p{
    display: inline-block;
    width: 20%;
    color: #888;
    text-align: center;
}

.wc_account_order p:first-of-type{
    text-align: left;
}

.wc_account_order a{
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.wc_account_order a:hover{
    text-decoration: underline;
}

.wc_order_addr{
    margin: 0 0 20px 0;
    font-size: 0.875em;
    padding: 10px;
    border: 1px solid #f2f2f2;
}

.wc_order_addr b{
    font-weight: 400;
    font-size: 1.2em;
}

.workcontrol_order_completed_card{
    display: block;
    width: 100%;
}

.workcontrol_order_completed_card p{
    display: inline-block;
    width: 20%;
    text-align: center;
    font-weight: bold;
    color: #888;
    font-size: 0.875em;
}

.workcontrol_order_completed_card a{
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.workcontrol_order_completed_card a:hover{
    text-decoration: underline;
}

.workcontrol_order_completed_card.items img{
    display: inline-block;
    vertical-align: middle;
    width: 15%;
}

.workcontrol_order_completed_card.items .product span{
    display: inline-block;
    vertical-align: middle;
    width: 85%;
    padding-left: 5%;
}

.workcontrol_order_completed_card.items {
    border-bottom: 1px solid #eee;
}

.workcontrol_order_completed_card.items p{
    font-weight: 300;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0;
}

.workcontrol_order_completed_card .product{
    width: 40%;
    text-align: left;
}

.workcontrol_order_completed_card.total{
    display: block;
    text-align: right;
    padding-top: 30px;
    color: #888;
    font-size: 1.3em;
    font-weight: 300;
}

.workcontrol_order_completed_card.total b{
    display: inline-block;
    width: 200px;
    font-weight: 300;
}

.workcontrol_order_completed_card.total .wc_cart_price b,
.workcontrol_order_completed_card.total .wc_cart_price{
    font-weight: 400;
    color: #000;
}
.user-side.nav-pills > li > a {
	border-radius: 4px;
	font-weight: 400;
}
.user-side.nav-pills > li.active > a, .user-side.nav-pills > li.active > a:hover, .user-side.nav-pills > li.active > a:focus {
    background-color: #4AC6AA;
    font-weight: 400;
}

.login-form-box {
    border: 1px solid #e9e9e9;
    margin-top: 36px;
    margin-bottom: 20px;
    padding: 55px 49px 43px 49px;
    min-height: 406px;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}

.mac .login-form-box .input-group .form-control {
    padding-top: 16px;
    padding-bottom: 12px;
}
.login-form-box .input-group .form-control {
    padding-top: 14px;
    padding-bottom: 14px;
}
.input-group .input-group-addon {
    border: none;
    background: #f6f6f8;
    border-radius: 0;
    padding: 11px 5px 6px 17px;
}
.input-group-addon:first-child {
    border-right: 0;
}
.login-form-box h2 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 16px;
    font-weight: bold;
}
.form-control:focus {
    border-color: #4AC6AA;
}
.form-control:focus {
    outline: 0;
}
input[type="text"] {
    outline: none;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
input[type="email"], input[type="password"], input[type="text"] {
    border: solid 1px #ccc;
}
.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0 !important;
    border: 1px solid transparent;
    background: #f6f6f8;
    color: #777;
    padding: 15px 12px 15px 24px;
    box-shadow: none;
    height: 50px;
}
*:focus {
    outline: none;
}
.input-group .input-group-addon {
    border: none;
    background: #f6f6f8;
    border-radius: 0;
    padding: 11px 5px 6px 17px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.login-form-box .form-control, .login-form-box input[type="text"] {
    border-color: transparent;
    padding-left: 0;
}
.login-form-box .extra-bottom {
    padding-top: 20px;
}
@media (min-width: 1024px){
    .login-form-box .extra-bottom {
        position: absolute;
        bottom: 49px;
    }
}

.btn:active, .btn:visited, .btn:focus {
    color: #ffffff !important;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn:active, .btn:visited, .btn:focus {
    color: #ffffff !important;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-border.color-default {
    border-color: #e9e9e9 !important;
    color: #333333 !important;
}
.btn {
    background: #4AC6AA !important;
    border: none;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.3px;
    position: relative;
    outline: none;
    padding: 5px 23px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    text-shadow: unset !important;
}
.btn:hover {
    background: #333333 !important;
    color: #ffffff !important;
    border-color: #333333 !important;
}

.block-title.big {
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
    text-align: center;
}
.btn-border {
    border: 2px solid #4AC6AA;
    background: none !important;
    color: #4AC6AA;
}

@media (max-width: 62em){
    .account_box,
    .workcontrol_account_sidebar{
        width: 100%;
        padding: 0;
    }

    .workcontrol_account_sidebar_nav li{
        display: inline-block;
        width: 50%;
    }

}
.login-form-box .additional-links li:last-child {
    padding-right: 0px;
}
.login-form-box .additional-links li {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding: 0 12px 0 10px;
}
.login-form-box .additional-links li a {
    color: #333333;
    display: inline-block;
    padding: 3px 3px 2px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.login-form-box .additional-links li a:hover {
    color: #4AC6AA;
}
@media (min-width: 1280px){
    .login-form-box .additional-links {
        margin-top: 11px;
        text-align: right;
    }
}
@media (max-width: 42em){
    .workcontrol_account_home p{
        width: 100%;
    }

    .wc_account_order p{
        width: 50%;
        padding: 10px 0 0 0;
    }
    .wc_account_order p:first-of-type{
        width: 100%;
        padding: 10px;
        background: #f2f2f2;
    }
}


/* table-1 */
.table-1 tr td {
    padding: 1px 0 4px;
    font-size: 14px;
}

.table-1 tr td:not(:first-child) {
    background: #f6f6f8;
    width: 20%;
    text-align: center;
}

.table-1 tr td:first-child {
    color: #333333;
    width: 40%;
}

.table-1 tr:first-child td {
    border-top: none;
}

.table-1 > thead > tr > th,
.table-1 > tbody > tr > th,
.table-1 > tfoot > tr > th,
.table-1 > thead > tr > td,
.table-1 > tbody > tr > td,
.table-1 > tfoot > tr > td {
    border-color: #e9e9e9;
}

/* table-2 */
.table-2 th,
.table-2 td {
    font-size: 14px;
}

.table-2 th {
    color: #333333;
    font-weight: normal;
}

.table-2 > thead > tr > th,
.table-2 > tbody > tr > th,
.table-2 > tfoot > tr > th,
.table-2 > thead > tr > td,
.table-2 > tbody > tr > td,
.table-2 > tfoot > tr > td {
    border-color: #e9e9e9;
}

/* table-3 */
.table-3.table th,
.table-3.table td {
    font-size: 14px;
    border: 1px solid #e9e9e9;
}

.table-3.table thead {
    border-top: 1px solid #e9e9e9;
}

.table-3.table th {
    color: #333333;
    font-weight: normal;
    border-bottom: 2px solid #e9e9e9;
}

.table-3.table > thead > tr > th,
.table-3.table > tbody > tr > th,
.table-3.table > tfoot > tr > th,
.table-3.table > thead > tr > td,
.table-3.table > tbody > tr > td,
.table-3.table > tfoot > tr > td {
    border-color: #e9e9e9;
}

/* table-parameters */
.table-parameters {
    width: auto;
}

.table-parameters tbody tr:first-child td {
    border-top: none;
}

.table-parameters tbody tr td {
    border-left: 1px solid #e9e9e9;
    background: #f6f6f8;
    font-size: 14px;
    line-height: 18px;
    padding: 17px 25px 14px;
    text-align: center;
}

@media (max-width: 520px) {
    .table-parameters tbody tr td {
        padding-left: 14px;
        padding-right: 14px;
    }
}

.table-parameters tbody tr td:first-child {
    width: 203px;
    background: transparent;
    text-align: left;
    border-left: 1px solid transparent;
    padding-left: 0;
    color: #333333;
}

/* table-params */
@media (max-width: 480px) {
    .responsive-table {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        margin-bottom: 20px;
    }
}

.table-params {
    margin-bottom: 20px;
    margin-top: 0;
}

.table-params th {
    color: #333333;
}

.table-params tbody tr td {
    padding: 11px 18px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e9e9e9;
}

.table-params tr td:first-child {
    border-left: 0;
    width: 30%;
    color: #333333;
    font-weight: 600;
}

.table-params tr:last-child td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e9e9e9;
}

/* table-order-history */
.table-order-history {
    margin-bottom: 27px;
    width: 100%;
}

.table-order-history thead,
.table-order-history tbody {
    width: 100%;
}

.table-order-history tr {
    border-bottom: 1px solid #e9e9e9;
}

.table-order-history tr tr {
    border: none;
}

.table-order-history td,
.table-order-history th {
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #e9e9e9;
    padding: 11px 5px;
}

.table-order-history td:last-child,
.table-order-history th:last-child {
    border-right: none;
}

.table-order-history td:first-child,
.table-order-history th:first-child {
    text-align: left;
    padding-left: 0;
}

.table-order-history th {
    border-top: 1px solid #e9e9e9;
    color: #333333;
    font-weight: 600;
}

.table-order-history .th-title {
    font-weight: 600;
    color: #333333;
    width: 55%;
    left: 0;
    text-align: right;
    position: absolute;
    padding-right: 15px;
}

@media (max-width: 789px) {
    .table-order-history thead {
        display: none;
    }
    .table-order-history td,
    .table-order-history td:first-child {
        width: 100%;
        display: block;
        padding-left: 55%;
        text-align: left;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
    }
    .table-order-history tr {
        border-bottom: none;
    }
}

/* table-order-history */
@media (max-width: 376px) {
    .responsive-table-order-history-02 {
        overflow-y: hidden;
        overflow-x: scroll;
    }
}

.table-order-history-02 {
    margin-bottom: 27px;
    width: 100%;
}

.table-order-history-02 thead,
.table-order-history-02 tbody {
    width: 100%;
}

.table-order-history-02 tr {
    border-bottom: 1px solid #e9e9e9;
}

.table-order-history-02 tr tr {
    border: none;
}

.table-order-history-02 td,
.table-order-history-02 th {
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #e9e9e9;
    padding: 11px 5px;
}

.table-order-history-02 td strong,
.table-order-history-02 th strong {
    color: #333333;
}

.table-order-history-02 td:last-child,
.table-order-history-02 th:last-child {
    border-right: none;
}

.table-order-history-02 td:first-child,
.table-order-history-02 th:first-child {
    text-align: left;
    padding-left: 0;
}

.table-order-history-02 th {
    border-top: 1px solid #e9e9e9;
    color: #333333;
    font-weight: 600;
}

.table-order-history-02 .th-title {
    font-weight: 600;
    color: #333333;
    width: 55%;
    left: 0;
    text-align: right;
    position: absolute;
    padding-right: 15px;
}
.col-user-menu {
    padding: 0 25px;
}

.col-user-menu nav {
    padding: 35px 0 0 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #4AC6AA;
    font-weight: 600;
}