/*MINHA CONTA*/
.cadastro_single{
    z-index: 99;
    border-radius: 5px;
    margin-top: -130px;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9f9f9+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f9f9f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffffff 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    display: table;
}
.cadastro_single .header_conta{
    display: none;
    width: 30%;
    border-radius: 5px;
    padding: 10px 28px;
    text-align: center;
    text-shadow: 1px 1px #fff;
    position: absolute;
    top: -125px;
    right: 0%;
    border: 1px solid #eee;
    z-index: 99;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9f9f9+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f9f9f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffffff 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    -ms-transform: skew(-5deg,0deg);-webkit-transform: skew(-5deg,0deg);transform: skew(-5deg,0deg);
}
.cadastro_single .header_conta h1{
    font-size: 2em;
    font-weight: 300;
    color: #333;
    line-height: 1.1;
    margin-bottom: 5px;
    -ms-transform: skew(5deg,0deg);-webkit-transform: skew(5deg,0deg);transform: skew(5deg,0deg);
}
.cadastro_single .header_conta i{
    color: #dbad3c;
}

.cadastro_single .header_conta p{
    font-size: 0.7em;
    font-weight: 500;
    text-transform: uppercase;
    -ms-transform: skew(18deg,0deg);-webkit-transform: skew(18deg,0deg);transform: skew(18deg,0deg);
}


.login_box{
    width: 100%;
    position: relative;
    border-radius: 5px;
    margin-top: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9f9f9+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f9f9f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffffff 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
}

.login_box header{
    width: 33.33333333333333%;
    margin-top: -55px;
    border-radius: 5px;
    padding: 25px 10px;
    text-align: center;
    text-shadow: 1px 1px #fff;
    position: absolute;
    left: 33.33333333333333%;
    border: 1px solid #eee;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9f9f9+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f9f9f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffffff 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    -ms-transform: skew(-5deg,0deg);-webkit-transform: skew(-5deg,0deg);transform: skew(-5deg,0deg);
}

.login_box header h1{
    font-size: 2em;
    font-weight: 300;
    color: #333;
    line-height: 1.1;
    margin-bottom: 5px;
    -ms-transform: skew(5deg,0deg);-webkit-transform: skew(5deg,0deg);transform: skew(5deg,0deg);
}
.login_box header i{
    color: #dbad3c;
    font-size: 0.8em;
}
 
.login_box header p{
    font-size: 0.7em;
    font-weight: 500;
    text-transform: uppercase;
    -ms-transform: skew(5deg,0deg);-webkit-transform: skew(5deg,0deg);transform: skew(5deg,0deg);
}

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


@media (max-width: 60em){

	.login_box header{
		width: 100%;
		left: 0;
	}
	
	.login_box header h1{
    	font-size: 1.3em;
	}
	
	.login_box header p{
    	font-size: 0.5em;
	}
}

/*PEDIDOS -> pagamento*/

.pag_opcoes{
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,f9f9f9+100 */
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fcfcfc 0%, #f9f9f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fcfcfc 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fcfcfc 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-bottom: 1px solid #eee;
}
.pag_opcoes header{
    width: 100%;
    padding: 25px;
    float: left;
    border-bottom: 1px solid #eee;
}
.pag_opcoes header h1{
    font-size: 1em;
    color: #666;
}
.pag_opcoes header p{
    font-size: 0.8em;
    color: #888;
}
.pag_opcoes footer{
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 25px;
    float: left;
}
.pag_opcoes footer h1{
    font-size: 1em;
    color: #666;
}
.pag_opcoes footer p{
    font-size: 0.8em;
    color: #888;
}

.pag_opcoes footer .info_pag{
    width: 50%;
    float: left;
}

.pag_opcoes footer .info_opc{
    width: 50%;
    float: left;
}
.pag_opcoes footer .info_opc .btn{
    width: 60%;
    float: right;
    padding: 18px;
    font-weight: 300;
}

/*user_account*/
.user_account .content{
    display: table;
    position: relative;
    border-radius: 5px;
    margin: 25px auto;
}

/*FORMS*/
.account_form_fields{
    padding: 15px;
    padding-top: 90px;
}

.account_form_fields_conta{
    padding: 15px;
}
.account_form_fields_comprovante{
    padding: 0;
    width: 80%;
    float: left;
}

.account_form_fields .legend{
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    color: #666;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 5px;
}
.account_form_fields .legend:nth-child(1n){
    margin-top: 0;
}
.account_form_fields label{
    display: block;
    margin-bottom: 8px;
}

.account_form_fields label span{
    display: block;
    width: 100%;
    margin-bottom: 3px;
    margin-left: 3px;
    font-size: 0.800em;
    display: none;
}

.account_form_fields label input{
    font-size: 0.8em;
    padding: 20px 30px;
    border-radius: 5px;
}
.account_form_fields label select{
    font-size: 0.8em;
    padding: 20px 30px;
    border-radius: 3px;
    border: 1px solid #eee;
}

.account_form_fields label .input{
    padding: 20px 30px;
    border: 1px solid #eee;
    color: #555;
}

.account_form_fields input{
    border: 1px solid #eee;
    border-radius: 3px;
}

.account_form_actions{
    text-align: center;
    position: relative;
    padding: 0 15px 25px 15px;
    margin-bottom: 0 !important;
}
.account_form_actions_conta{
    padding: 35px; padding-top: 0px;
}
.account_form_actions_comprovante{
    padding: 0;
    width: 19%;
    float: right;
}

.account_form_actions_comprovante .btn{
    padding: 20px 5px !important;
}

.act_dados{
    padding: 0 15px !important;
}

.account_form_actions .btn{
    display: inline-block;
    margin: 0 auto;
    font-weight: 300;
    font-size: 1em;
    text-transform: uppercase;
    padding: 25px 30px;
    text-shadow: 1px 1px #333;
    border-radius: 5px;
    width: 100%;
    background: #dbad3c;
}
.account_form_actions .btn:hover{
    background: #750075;
    transition: 0.5s;
}

.account_form_actions img{
    height: 16px;
    position: absolute;   
    display: none;
    top: 47px;
    right: 50px;
}

.account_form_actions a{
    display: inline-block;
    font-size: 0.8em;
    font-weight: 300;
    color: #555;
    text-transform: uppercase;
    text-decoration: none;
    color: #e1881b;
}

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

.account_form_actions .create{
    margin-left: 30px;
    font-weight: 400;
    color: #333;
}

.account_box{
    vertical-align: top;
    display: table-cell;
    width: 80%;
    background: #f7f7f7;
    border-top-right-radius: 5px;
}

.account_box .menu_marketplace{
    width: 100%;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    float: left;
    border-top-right-radius: 4px;
    padding-right: 10px;
}
.account_box .menu_marketplace .secao{
    font-size: 1em;
    font-weight: 500;
    padding: 15px;
    float: left;
    color: #888;
}
.account_box .menu_marketplace li{
    display: inline-block;
    float: right;
}
.account_box .menu_marketplace li a{
    font-size: 0.8em;
    font-weight: 400;
    padding: 17px 15px;
    color: #888;
    text-decoration: none;
    display: inline-block;
}
.account_box .menu_marketplace li a:hover{
    color: #222;
    transition: 0.5s;
}

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


.workcontrol_account_sidebar{
    display: table-cell;
    width: 20%;
    height: 100% !important;
    vertical-align: top;
    background: #fff;
    border-radius: 5px 0 0 5px;
    border: 1px solid #eee;
}

.workcontrol_account_sidebar header{
    padding: 30px 0;
    text-align: center;
}

.workcontrol_account_sidebar header h1{
    font-size: 1.2em;
    font-weight: 300;
    color: #333;
}

.workcontrol_account_sidebar header p{
    font-size: 0.8em;
    color: #666;
}

.workcontrol_account_sidebar_nav{
    display: block;
    width: 100%;
    padding: 10px;
}

.workcontrol_account_sidebar_nav li{
    display: block;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 5px;
    border: 1px solid transparent;
}

.workcontrol_account_sidebar_nav li a{
    display: block;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    color: #555;
    font-size: 0.675em;
    font-weight: 300;
    text-decoration: none;
    border: 1px solid transparent;
}

.workcontrol_account_sidebar_nav li .logoff{
    color: #C63D3A;
}

.workcontrol_account_sidebar_nav li a:before{
    content: "▪";
    margin-right: 10px;
}

.workcontrol_account_sidebar_nav li .active,
.workcontrol_account_sidebar_nav li .active:hover{
    background: #fff;
    border: 1px solid #eee;
    color: #333;
    cursor: default;
    border-radius: 3px;
}

.workcontrol_account_sidebar_nav li .active:before{
    content: "➔";
    margin-right: 10px;
}

.workcontrol_account_sidebar_nav li a:hover{
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
}

.workcontrol_account_view{
    border-top-right-radius: 5px;
}

.account_user_avatar{
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.account_box{
    border: 1px solid #eee;
    border-radius: 0 5px 5px 0;
}
.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: 300;
    color: #888;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 20px 0;
}
.wc_account_title i{
    color: #dbad3c;
}
.wc_account_title .add_endereco{
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 0.600em;
    padding: 15px;
}
.wc_account_title .add_endereco i{
    color: #fff;
}
.wc_account_title span{
    border-bottom: 3px solid #ddd;
    padding-bottom: 5px;
    padding: 19px 20px;
}
.wc_account_end{
    position: relative;
    border: 1px solid #eee;
    padding: 15px;
    background-color: #f9f9f9;
    margin-bottom: 5px;
    font-size: 0.850em;
    border-radius: 3px;
}
.wc_account_end i{
    color: #FF611E;
}
.wc_account_end .wc_btn_remove{
    position: absolute; 
    right: 5px;
    top: 15px;
    cursor: pointer;
}

.wc_spacer{
    padding: 1px;
    margin: 15px 0;
    background: #eee;
}
.workcontrol_account_home{
    padding: 15px;
}
.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;
    border-bottom: 1px solid #eee;
}

.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: #8F1861;
    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.m_top{
    background: #eee;
    padding: 15px;
}

.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%;
    border-radius: 3px;
}

.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: 10px;
}

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

.workcontrol_order_completed_card.total{
    display: block;
    text-align: right;
    padding: 10px 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;
}

@media (max-width: 60em){
    .account_box,
    .workcontrol_account_sidebar{
        width: 100%;
        padding: 0;
        display: block;
    }
    .login_box{
        width: 100%; float: left;
        border-left: none;
    }
    .workcontrol_account_sidebar_nav li{
        display: inline-block;
        width: 50%;
    }

}

@media (max-width: 42em){
    .login_box{
        width: 100%; float: left;
        border-left: none;
    }
    .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;
    }
    .workcontrol_account_sidebar_nav li{
        display: block;
        width: 100%;
    }
}