@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
.lllllllllllllllllllllllll BUBLE llllllllllllllllllllllllllllllllllllll { }
.bubble {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 100px solid transparent;
    border-top: 100px solid #000;
    color: #fff;
    font-size: 15px;
    position: absolute;
    z-index: 100;
    text-transform: uppercase;
    font-weight: 600;
}
.bubble .inside {
    height: 100%;
    position: absolute;
    width: 100%;
    top: -70px;
    left: -6px;
    transform: rotate(-45deg);
}
.lllllllllllllllllllllllll INFO ERROR llllllllllllllllllllllllllllllllllllll { }
.woocommerce-error {
    border-top-color: #3fa700;
}
.woocommerce-error::before {
    color: #3fa700;
}
.woocommerce-error li {
    font-size:13px;
}
.woocommerce-message {
    border-top-color: #8fae1b;
	font-size:13px;
}
.woocommerce-message::before {
    color: #8fae1b;
}
.woocommerce-message a {
    color:#3fa700;
}
.woocommerce-message a:hover {
    color:#000;
}
.woocommerce-info {
    border-top-color: #3fa700;
	font-size:13px;
}
.woocommerce-info::before {
    color: #8fae1b;
}
.woocommerce-info a {
    color:#3fa700;
}
.woocommerce-info a:hover {
    color:#000;
}
.lllllllllllllllllllllllllllllll DROPDOWN llllllllllllllllllllllllllllllllllll { }
.dropbtn {
    color: #3fa700;
    padding: 0;
    font-size: 12px;
    border: none;
    cursor: pointer;
    height: 100px;
    line-height: 100px;
    width: 100%;
    display: inline-block;
    text-align: right;
    font-weight: 600;
    text-transform: uppercase;
}
.dropbtn a {
  color: #000;
}
.dropbtn a:hover {
  color:#aaa;
}
.dropdown {
    position: fixed;
    display: inline-block;
    float: left;
    z-index: 50000000000;
    margin: 0;
    top: 20px;
    right: 17%;
    width: 6%;
}
.dropdown-content {
	display: none;
  position: absolute;
  background-color: ##958300;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right:0;
}
.dropdown .dropbtn .woocommerce-Price-amount:after { 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07a";
    font-size: 14px;
    padding: 0 0 0 10px;
    margin: 2px 0 0 0;
    color: #fff;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
color:#3fa700;
}
.lllllllllllllllllllllllllllllll MINICART lllllllllllllllllllllllllllllllll { }
#minicart-top {
width:100%;
background:#fff;
float:left;
}
#minicart-top p {
width:100%;
float:left;
    text-transform: uppercase;
    color: #aaa;
    font-size:12px;
    padding: 2%;
}
#minicart-top ul {
width:100%;
background:#ccc;
float:left;
height: auto;
   }
#minicart-top ul li {
    width: 90%;
    background: #fff;
    float: left;
    margin: 0 0 1px 0;
    height: auto;
    list-style: none;
    padding: 10px 5%;
}
#minicart-top ul li .minicart-remove {
    width: 20px;
    float: left;
    height: 20px;
    margin: 23px 3% 0 0;
    text-align: center;
}
#minicart-top ul li .minicart-remove a {
    color: #aaa !important;
    width: 100%;
    height: 20px;
    display: inline-block;
    border-radius: 10px;
    text-align: center;

}
#minicart-top ul li .minicart-remove a:hover {
    background: #f00;
	color:#fff !important;   
}
#minicart-top ul li .minicart-thumbnail {
    width: 23%;
    float: left;
    height: 100%;
    margin: 0 3% 0 0;
	display:none;
}
#minicart-top ul li .minicart-thumbnail img {
width:100% !important;
height: auto;
}
#minicart-top ul li .minicart-info {
    width: 88%;
    float: left;
    height: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #aaa;
    line-height: 20px;
    font-size: 11px;
}
#minicart-top ul li .minicart-info:last-child {
    border-bottom: 0;
}
#minicart-top ul li .minicart-info strong {
font-weight: 700;
    font-style: normal;
}
#minicart-top ul li .minicart-info a {
color: #3fa700;
font-weight: 700;
}
#minicart-top ul li .minicart-info a:hover {
color: #000;
}
#minicart-top h1 {
    float: left;
    color: #000;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 10px 0;
    font-weight: 600;
    text-align: center;
}
#minicart-top h1 strong {
    font-weight: 400;
}
#minicart-top h2 {
    float: left;
    color: #aaa;
    width: 49%;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    font-weight: 500;
    background: #000;
    text-align: center;
    margin: 0 1% 0 0;
}
#minicart-top h2:last-child {
    width: 50%;
    margin: 0 0 0 0;
}
#minicart-top h2 a {
    color:#fff;
}
#minicart-top h2 a:hover {
    color:#fff;
}
#minicart-top h2:hover {
	background:#3fa700 !important;
}
.lllllllllllllllllllllllll BREADCRUMB llllllllllllllllllllllllllllllllllllll { }
.woocommerce-breadcrumb {
    color: #000000 !important;
    font-weight: 400;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    margin: 0px 0% 30px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    float: left;
    font-size: 25px;
    border-bottom: 1px solid #000000;
}
.woocommerce-breadcrumb a {
color:#000 !important;
}
.woocommerce-breadcrumb a:hover {
color:#3fa700!important;
}
.woocommerce .woocommerce-ordering {
    display: none;
}
.lllllllllllllllllllllllll CONTEUDO LOJA llllllllllllllllllllllllllllllllllllllllllllll { }
#pageloja {
    float: left;
    height: auto;
    margin: 100px auto 0px;
    padding: 40px 15% 80px;
    position: relative;
    width: 70%;
    background: #f2f1f0;
}
#pageloja .conteudo_loja p.woocommerce-info {
	font-size: 13px;
    font-weight: 600;
}
#pageloja .conteudo_loja {
    float: right;
    width: 75%;
    margin: 0 0 40px 0;
    height: auto;
    padding: 45px 4%;
    background: #fff;
}
#pageloja .conteudo_loja h1 {
    float: left;
    width: auto;
    margin: 0px 0%;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color:#3fa700;
}
#pageloja .conteudo_loja p {
    color:green;
}
#pageloja .conteudo_loja a {
    color: #f00;
}
#pageloja .conteudo_loja a:hover {
    color: #aaa;
}
#pageloja .conteudo_loja h2 {
    height: 50px !important;
    text-transform: uppercase;
    line-height: 50px;
    color: #aaa;
    width: 100%;
    margin: 40px 0 20px 0;
    font-weight: 700;
    font-size: 28px;
    float: left;
}
#pageloja .conteudo_loja h3 {
    float: left;
    width: 40%;
    margin: 0 30%;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    color: #aaa;
    border-bottom: 1px dotted #aaa;
}
.lllllllllllllllllllllllll LOJA llllllllllllllllllllllllllllllllllllllllllllll { }

#pageloja ul.products {
margin: 0 !important;
float: left;
width: 100%;
}
#pageloja ul.products h2 {
    color: #000;
    float: left;
    font-size: 18px;
    height: 20px !important;
    line-height: 20px;
    margin: 20px 0 0 !important;
    width: 100%;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 17px !important;
    padding: 0 !important;
    text-align: center;
	text-transform: inherit;
}
#pageloja ul.products h2:hover {
    color: #aaa;
}
#pageloja ul.products li .cat {
    color: #000;
    float: left;
    height: 20px !important;
    line-height: 20px;
    margin: 00 0 !important;
    padding: 0 0 0%;
    width: 100%;
    font-family: "Roboto";
    font-weight: 300bold500;
    font-size: 12px !important;
    padding: 0 !important;
    text-align: center;
    text-transform: inherit;
}
#pageloja ul.products li .cat a {
    color: #aaa;
}
#pageloja ul.products li .cat a:hover {
    color: #000;
}
#pageloja ul.products li {
    margin: 0px 1% 25px 0 !important;
    padding: 0;
    position: relative !important;
    width: 32% !important;
    float: none !important;
    display: inline-block !important;
    background: #fff !important;
}
#pageloja ul.products li .button {
    margin: 20px 0% 0px 0 !important;
    padding: 0;
    position: relative !important;
    width: 100% !important;
    float: none !important;
    display: inline-block !important;
    background: #e9e9e9 !important;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
}
#pageloja ul.products li .button:hover {
    background: #3fa700 !important;
}
#pageloja ul.products li .added_to_cart{
    margin: 0px 0% 0px 0 !important;
    padding: 0;
    position: relative !important;
    width: 100% !important;
    float: none !important;
    display: inline-block !important;
    background: #e9e9e9 !important;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
}
#pageloja ul.products li .log_user {
    margin: 20px 0% 0px 0 !important;
    padding: 0;
    position: relative !important;
    width: 100% !important;
    float: none !important;
    display: inline-block !important;
    background: #e9e9e9 !important;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
}
#pageloja ul.products li .log_user:hover {
    background: #ccc !important;
}
#pageloja ul.products img {
margin: 0 !important;
float: left;
width: 100%;
height: auto
 /*-   -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
#pageloja ul.products img:hover {
margin: 0 !important;
float: left;
width: 100%;
height: auto
/*    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);*/
}
#pageloja ul.products li.product .price {
    font-size: 16px !important;
    font-family: 'Roboto' !important;
    line-height: 20px !important;
    width: 100% !important;
    float: left !important;
    margin: 0 !important;
    text-align: center;
}
#pageloja ul.products li.product .price .amount {
    font-weight: 600;
    color: #000;
}


#pageloja ul.products li.product h3 {
    padding: 00 !important;
    margin: 10px 0 0 0px !important;
    font-size: 13px !important;
    width: 100% !important;
    text-transform: uppercase !important;
    font-family: "Roboto" !important;
    height: 30px !important;
    border: 0 !important;
    line-height: 30px !important;
    color: #3fa700 !important;
    font-weight: 600;
    text-align: center;
}
#pageloja ul.products li.product h3:hover {
color: #000 !important;
}

#pageloja ul.products li.product .price del {
    opacity: 1;
    color: #000;
    display: inline-block;
}
#pageloja ul.products li.product .price del .woocommerce-Price-amount {
    color: #000;
    font-weight: 400;
}
#pageloja ul.products li.product .price ins .woocommerce-Price-amount {
display: inline-block;
font-weight:500 !important;
text-decoration: none;
}
#pageloja ul.products li.product .price del .woocommerce-Price-amount:hover, #pageloja ul.products li.product .price ins .woocommerce-Price-amount:hover {
    color: #000;
}
#pageloja ul.products li.product a.adicionarcarrinhoshopfirst {
    float: right !important;
    height: 28px !important;
    line-height: 28px !important;
    text-align: center !important;
    text-transform: uppercase;
    font-size: 19px !important;
    margin: 5px 0px 0 !important;
    color: #000;
    border: 0;
    width: 100%;
}
#pageloja ul.products li.product a.adicionarcarrinhoshopfirst:hover {
    color: #aaa !important;
}
#pageloja .woocommerce-result-count {
	float: left;
    width: auto;
    margin: 0px 0 10px 1%;
    height: 30px;
    font-size: 21px;
    font-weight: 700;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 30px;
	color:#000 !important;
}
#pageloja-ordering {
    display: none;
}
#pageloja-ordering select {
    height: 40px;
    font-size: 11px;
    color: #aaa;
    text-transform: uppercase;
    font-family: 'Roboto';
    padding: 0 1%;
    border: 1px solid #eee;
    float: right;
    margin: 0 0.4% 0 0;
}



.lllllllllllllllllllllllll DESCRIÇÃO PRODUTO llllllllllllllllllllllllllllllllllllllllllllll { }
#pageloja .galerias {
	width:50%;
	float:left;
	height:auto;
}
#pageloja .summary {
    margin: 0 0 0 4%;
    height: auto;
    width: 46%;
    float: left;
    border-left: 0;
    padding: 0;
}
#pageloja .summary h1 {
    height: 45px !important;
    text-transform: uppercase;
    line-height: 45px;
    font-family: "Roboto";
    color: #3fa700;
    margin: 0;
    font-size: 23px;
    font-weight: 400;
    border-bottom: 1px dotted #000;
    width: 100%;
}
#pageloja .summary .price {
    margin: 10px 0;
    height: 40px;
    width: 100%;
    float: left;
    border-left: 0;
    padding: 0;
    line-height: 40px;
    font-weight: 400;
    font-size:30px;
    color: #000;  
}
#pageloja .summary .woocommerce-product-details__short-description {
    height: auto;
    font-family: "Roboto";
    margin: 0;
    width:100%;
    float:left;
    color:#000;
}
#pageloja .summary .woocommerce-product-details__short-description p {
    height: auto;
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    width: 100%;
    float: left;
    color: #000;
    line-height: 17px;
}
#pageloja .summary .cart {
    height: auto;
    font-family: "Roboto";
    margin: 20px 0;
    width:100%;
    float:left;
    color:#000;
}
#pageloja .summary .cart .quantity {
    height: auto;
    font-family: "Roboto";
    margin: 00px 0;
    width:30%;
    float:left;
    color:#000;
}
#pageloja .summary .cart .quantity .qty{
    height: auto;
    font-family: "Roboto";
    margin: 00px 0;
    width:100%;
    float:left;
    color:#000;
    height: 38px;
}
#pageloja .summary .cart button {
    width: 50% !important;
    padding: 0;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    background: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Roboto";
    margin: 0 0 0 3%;
}
#pageloja .summary .cart button:hover {
    background:#3fa700;
}
#pageloja .summary .product_meta {
    height: auto;
    font-family: "Roboto";
    margin: 00px 0;
    width:100%;
    float:left;
    color:#000;
    text-transform:uppercase;
    font-size:13px;
	font-weight: 600;
}
#pageloja .summary .product_meta .posted_in a {
    color:#000;
	font-weight:300;
}
#pageloja .summary .product_meta .posted_in a:hover {
    color:#ccc;
}

#pageloja .related {
    margin: 0 0 0 0%;
    height: auto;
    width: 100%;
    float: left;
    border-left: 0;
    padding: 0;
}
#pageloja .related h2 {
    color: #3fa700;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-family: "Roboto";
    font-weight: 600;
    height: 50px;
    padding: 0;
	width:100%;
	line-height: 50px;
}
#pageloja .related ul.products {
    margin: 0 !important;
    float: left;
    width: 98%;
    background: #fff;
    padding: 20px 1% 0;
}
#pageloja .related ul.products li {
    margin: 0px 0.5% 25px 0.5% !important;
    padding: 0;
    position: relative !important;
    width: 32% !important;
    float: none !important;
    display: inline-block !important;
    background: #fff !important;
}
#pageloja .related ul.products li.product h3 {
    padding: 00 !important;
    margin: 10px 0 0 0px !important;
    font-size: 13px !important;
    width: 100% !important;
    text-transform: uppercase !important;
    font-family: "Roboto" !important;
    height: 30px !important;
    border: 0 !important;
    line-height: 30px !important;
    color: #3fa700 !important;
    font-weight: 600;
    text-align: center;
	float: left;
	
}
#pageloja .related ul.products li.product h3:hover {
color: #000!important;
}

#pageloja .related ul.products li.product .price del {
    opacity: 1;
    color: #000;
    display: inline-block;
}
#pageloja .related ul.products li.product .price del .woocommerce-Price-amount {
    color: #000;
    font-weight: 400;
}
#pageloja .related ul.products li.product .price ins .woocommerce-Price-amount {
display: inline-block;
font-weight:500 !important;
text-decoration: none;
}
#pageloja .related ul.products li.product .price del .woocommerce-Price-amount:hover, #pageloja ul.products li.product .price ins .woocommerce-Price-amount:hover {
    color: #000;
}
#pageloja .related ul.products li.product a.adicionarcarrinhoshopfirst {
    float: right !important;
    height: 28px !important;
    line-height: 28px !important;
    text-align: center !important;
    text-transform: uppercase;
    font-size: 19px !important;
    margin: 5px 0px 0 !important;
    color: #000;
    border: 0;
    width: 100%;
}
#pageloja .related ul.products li.product a.adicionarcarrinhoshopfirst:hover {
    color: #aaa !important;
}


.lllllllllllllllllllllllll CARRINHO llllllllllllllllllllllllllllllllllllllllllllll { }
#pagecarrinho {
    float: left;
    height: auto;
    margin: 100px auto 0px;
    padding: 40px 15% 80px;
    position: relative;
    width: 70%;
    background: #f2f1f0;
}
#pagecarrinho p {
    float: left;
    height: auto;
    margin: 0px auto 0px;
    padding:0;
    position: relative;
    width: 100%;
    text-align:center;
	color:#000;
	font-size:13px;
}
#pagecarrinho p a {
    width: 20% !important;
    float: right !important;
    margin: 10px 40%;
    padding: 0;
    border: 0;
    background: #000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
}
#pagecarrinho p a:hover {
    background: #3fa700;
}
#pagecarrinho .conteudo_carrinho {
    float: left;
    height: auto;
    margin: 0px auto;
    padding: 0;
    position: relative;
    width: 100%;
}
#pagecarrinho .woocommerce table.shop_table {
    border: 0;
    margin: 0;
    border-radius: 0;
}
#pagecarrinho .woocommerce-cart-form {
float: left;
width: 72%;
height: auto;
padding: 0 0 0;
margin: 0;
border-radius: 0;
border: 0;
}

#pagecarrinho .woocommerce table.shop_table th {
    color: #3fa700;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-family: "Roboto";
    font-weight: 600;
    height: 45px;
    padding: 0;
}
#pagecarrinho .woocommerce table.shop_table tbody tr.cart_item td {
padding:0;
font-size: 13px;
text-transform:uppercase;
font-weight:400;
height:60px;
}
#pagecarrinho .woocommerce table.shop_table thead tr th.product-remove {
width: 5.6%;
min-width: inherit;
padding:0;
}
#pagecarrinho .woocommerce table.shop_table thead tr th.product-thumbnail {

}
#pagecarrinho .woocommerce table.shop_table thead tr th.product-name {
padding:0%;
width: 60%;
}
#pagecarrinho .woocommerce table.shop_table thead tr th.product-price {
padding: 0;
text-align: left;
}
#pagecarrinho .woocommerce table.shop_table thead tr th.product-quantity {
padding: 0;
text-align:center;
width: 10%;
}
#pagecarrinho .woocommerce table.shop_table thead tr th.product-subtotal {
padding: 0 0 0 1%;
text-align:right;
}

#pagecarrinho .woocommerce table.shop_table tbody tr.cart_item td {
line-height: 17px;
padding:0;
border-top: 1px dotted #000;
}
#pagecarrinho .woocommerce table.shop_table tbody tr.cart_item td.product-remove   {
}
#pagecarrinho .woocommerce table.shop_table tbody tr.cart_item td.product-thumbnail {

}
#pagecarrinho .woocommerce table.shop_table tbody tr.cart_item td.product-name{
    font-weight: 600;
}
#pagecarrinho .woocommerce table.shop_table tbody tr.cart_item td.product-name dl.variation dt {
    float: left;
    margin-right: 10px;
}
#pagecarrinho .woocommerce table.shop_table tbody tr.cart_item td.product-name dl.variation:last-child {
    float: left;
}
#pagecarrinho .woocommerce table.shop_table tbody tr.cart_item td.product-name dl.variation dd.variation-Nomedodomnio p {
    font-size: 13px;
	color:#000;
}
#pagecarrinho .woocommerce table.shop_table tbody tr.cart_item td.product-name dl.variation dd {
    float: left;
}
#pagecarrinho .woocommerce table.shop_table tbody tr.cart_item td.product-quantity .quantity .input-text {
    width:100%;
    height:30px;
}
#pagecarrinho .woocommerce table.shop_table tbody tr.cart_item td.product-subtotal {
text-align:right;
font-weight: 500;
}
#pagecarrinho .woocommerce table.cart td.actions {
    padding:0;
	height: 60px;
	border-top: 1px dotted #000;
}
#pagecarrinho .woocommerce table.cart td.actions .coupon {
    width: 63%;
}
#pagecarrinho .woocommerce table.cart td.actions .coupon label {
    width: auto;
    height: 30px;
    float: left;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 2% 0 0;
    font-size: 13px;
    color: #000;
    display: inherit;
    font-weight: 500;

}
#pagecarrinho .woocommerce table.cart td.actions .coupon .input-text {
    width: 50%;
    height: 30px;
    float: left;
    line-height: 30px;
    margin: 0;
    border: 1px solid #aaa;
    padding: 0 0 0 2%;
    text-transform: initial;
    font-weight: 300;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0;
    border: 1px solid #aaa;
	font-family: 'Roboto';
}
#pagecarrinho .woocommerce table.cart td.actions .coupon .button {
    width: 37% !important;
    float: left !important;
    margin: 0 0 0 2%;
    padding: 0;
    border: 0;
    background: #000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
}
#pagecarrinho .woocommerce table.cart td.actions .coupon .button:hover {
    background: #3fa700;
}
#pagecarrinho .woocommerce table.cart td.actions .button {
    width: 18% !important;
    float: right !important;
    margin: 0 0 0 0%;
    padding: 0;
    border: 0;
    background: #000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
	font-family: 'Roboto';
}
#pagecarrinho .woocommerce table.cart td.actions .button:hover {
    background: #3fa700;
}
#pagecarrinho .woocommerce table.cart td.actions .empty {
    width: 18% !important;
    float: right !important;
    margin: 0 1% 0 0%;
    padding: 0;
    border: 0;
    background: #000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
}
#pagecarrinho .woocommerce .cart-collaterals {
	float: right;
	width: 24%;
	height: auto;
	padding: 0 0 0 2%;
	margin: 0 0 0 0;
	border-left: 1px dotted #000;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals {
    float: right;
    width: 100% !important;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals h2 {
    height: 45px !important;
    text-transform: uppercase;
    line-height: 45px;
    font-family: "Roboto";
    color: #3fa700;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
	border-bottom: 1px dotted #000;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.cart-subtotal {
    width: 100% !important;
    height:40px;
    line-height: 40px;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.cart-subtotal th {
    height: 60px;
    line-height: 60px;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.cart-subtotal td {
    padding: 0;
    height: 60px;
    line-height: 60px;
    text-align: right;
    font-size: 13px;
	font-weight: 500;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.shipping {
    width: 100% !important;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.shipping th {
    height: 60px;
    line-height: 60px;
	color: #3fa700;
	border-top: 1px dotted #000;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.shipping td {
    padding: 0;
    text-align: right;
    font-size: 13px;
	border-top: 1px dotted #000;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.shipping td ul.woocommerce-shipping-methods li {
    color:#000;
    padding: 0;
    text-align: right;
    font-size: 13px;
    height:60px;
    line-height:60px;
    text-transform: uppercase;
	margin:0;
	font-weight: 500;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.shipping td p {
    color:#000;
    padding: 0;
    text-align: right;
    font-size: 13px;
	margin:0;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.shipping td p {
    color:#000;
    padding: 0;
    text-align: right;
    font-size: 13px;
	margin:0;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.shipping td .woocommerce-shipping-calculator a.shipping-calculator-button {
    color:#000;
    height:60px;
    line-height: 60px;
    padding: 0;
    font-weight:600;
    text-transform: uppercase;
	margin:  0;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.shipping td .woocommerce-shipping-calculator a.shipping-calculator-button::after {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f0d1";
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.shipping td .woocommerce-shipping-calculator a.shipping-calculator-button:hover {
    color:#3fa700;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.shipping td .woocommerce-shipping-calculator .shipping-calculator-form p.form-row .select2-selection {
    color:#000;
    height:40px;
    line-height:40px;
    margin:0 0 10px 0;
    text-transform:uppercase;
    font-family:"Roboto";
    font-weight:500;
    padding: 0 0 0 5%
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.shipping td .woocommerce-shipping-calculator .shipping-calculator-form p.form-row .select2-selection__rendered {
    color: #000;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 500;
    padding: 0;
    text-align: left;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.shipping td .woocommerce-shipping-calculator .shipping-calculator-form p.form-row .select2-selection__arrow {
    height: 40px;
    top: 1px;
    right: 10px;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.shipping td .woocommerce-shipping-calculator .shipping-calculator-form p.form-row .input-text {
    color:#000;
    height:40px;
    line-height:40px;
    margin:0 0 10px 0;
    text-transform:uppercase;
    font-family:"Roboto";
    font-weight:500;
    padding: 0 0 0 5%
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.shipping td .woocommerce-shipping-calculator .shipping-calculator-form p .button {
	width: 99% !important;
    float: right !important;
    margin: 0 0 20px 0%;
    padding: 0;
    border: 0;
    background: #000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    font-family: "Roboto";
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.tax-rate {
    width: 100% !important;
    height:40px;
    line-height: 40px;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.tax-rate th {
    height: 60px;
    line-height: 60px;
	border-top: 1px dotted #000;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.tax-rate td {
    padding: 0;
    height: 60px;
    line-height: 60px;
    text-align: right;
    font-size: 13px;
	border-top: 1px dotted #000;
	font-weight: 500;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.order-total {
    width: 100% !important;
    height:40px;
    line-height: 40px;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.order-total th {
    height: 60px;
    line-height: 60px;
	border-top: 1px dotted #000;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody tr.order-total td {
    padding: 0;
    height: 60px;
    line-height: 60px;
    text-align: right;
	border-top: 1px dotted #000;
    font-weight: 600;
    font-size: 18px;
	color: #3fa700;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    width: 100% !important;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    width: 100% !important;
    padding:0;
    border-radius:0;
    height:40px;
    line-height:40px;
    background:#000;
    text-transform:uppercase;
    font-size:13px;
}
#pagecarrinho .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
    background: #3fa700;
}
.lllllllllllllllllllllllllllllllll CHECKOUT lllllllllllllllllllllllllllllllllll {}

#pagecheckout {
    float: left;
    height: auto;
    margin: 100px auto 0px;
    padding: 40px 15% 80px;
    position: relative;
    width: 70%;
    background: #f2f1f0;
}
#pagecheckout .conteudo_checkout {
    float: left;
    height: auto;
    margin: 0px auto;
    padding: 0;
    position: relative;
    width: 100%;
}
#pagecheckout .woocommerce #customer_details .woocommerce-page #order_review {
    width: 66%;
    float: left;
    margin: 0 1% 0 0;
}
#pagecheckout .woocommerce #customer_details .col-1 {
	width: 49%;
}
#pagecheckout .woocommerce #customer_details .col-1 .woocommerce-billing-fields {
	width: 100%;
}
#pagecheckout .woocommerce .checkout .col-2 h3 {
    height: 45px !important;
    text-transform: uppercase;
    line-height: 45px;
    font-family: "Roboto";
    color: #3fa700;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dotted #000;
    float: left;
    width: 100%;
}
#pagecheckout .woocommerce .checkout h3#order_review_heading {
    height: 45px !important;
    text-transform: uppercase;
    line-height: 45px;
    font-family: "Roboto";
    color: #3fa700;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dotted #000;
    float: left;
    width: 33%;
}
#pagecheckout .woocommerce #customer_details .col-1 .woocommerce-billing-fields h3 {
    height: 45px !important;
    text-transform: uppercase;
    line-height: 45px;
    font-family: "Roboto";
    color: #3fa700;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dotted #000;
	width: 100%;
}
#pagecheckout .woocommerce #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    height: auto !important;
}
#pagecheckout .woocommerce #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
    height: auto !important;
    width: 100%;
    padding: 0;
}
#pagecheckout .woocommerce #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
	text-transform:uppercase;
}
#pagecheckout .woocommerce #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
    width: 100%;
    padding: 0;
    font-size:13px;
    height:40px;
    line-height: 40px;
    color:#000;
    font-weight: 500;
}
#pagecheckout .woocommerce #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .input-text {
    width: 100%;
    padding: 0 0 0 2%;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    border: 1px solid #ccc;
}

#pagecheckout .woocommerce #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container .select2-selection--single {
    height: 40px;
	border-radius: 0;
}
#pagecheckout .woocommerce #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 38px;
    font-size: 13px;
    text-transform: inherit;
}
#pagecheckout .woocommerce #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container .select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected] {
     background-color:#3fa700;
}

#pagecheckout .woocommerce #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 0;
    right: 1px;
    width: 20px;
}
.select2-container {
font-family: "Roboto";
font-size:13px;
}
#pagecheckout .woocommerce .woocommerce-NoticeGroup .woocommerce-error {
    width: 92%;
    float: left;
    margin: 0 0 20px 0;
    border-top-color: #f00;
    padding: 20px 4%;
}
#pagecheckout .woocommerce .woocommerce-NoticeGroup .woocommerce-error li {
    color:#000;
    font-size:13px;  
}
#pagecheckout .woocommerce .woocommerce-NoticeGroup .woocommerce-error::before {
    color: #f00;
}
#pagecheckout .woocommerce #customer_details {
    width: 66%;
    float: left;
    margin: 0 1% 0 0;
}
#pagecheckout .woocommerce #customer_details .col-2 {
	width: 49%;
}
#pagecheckout .woocommerce #customer_details .col-2 .woocommerce-shipping-fields {
	width: 100%;
}
#pagecheckout .woocommerce #customer_details .col-2 .woocommerce-additional-fields label {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
	text-transform:uppercase;
}
#pagecheckout .woocommerce #customer_details .col-2 .woocommerce-additional-fields p textarea {
    font-family:"Roboto";
    font-size:13px;
    padding: 10px;
    height: 80px;
    color:#000;
}
#pagecheckout .woocommerce #customer_details .col-2 .woocommerce-shipping-fields h3 {
    height: 45px !important;
    text-transform: uppercase;
    line-height: 45px;
    font-family: "Roboto";
    color: #3fa700;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dotted #000;
	width: 100%;
}
#pagecheckout .woocommerce #customer_details .col-2 .woocommerce-shipping-fields h3 span {
    padding: 0 0 0 5px;
}
#pagecheckout .woocommerce #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
    height: auto !important;
}
#pagecheckout .woocommerce #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
    height: auto !important;
    width: 100%;
    padding: 0;
}
#pagecheckout .woocommerce #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label {
	text-transform:uppercase;
}
#pagecheckout .woocommerce #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label {
    width: 100%;
    padding: 0;
    font-size:13px;
    height:40px;
    line-height: 40px;
    color:#000;
    font-weight: 500;
}
#pagecheckout .woocommerce #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .input-text {
    width: 100%;
    padding: 0 0 0 2%;
    font-size:13px;
    height:40px;
    line-height: 40px;
    color:#000;
    font-weight: 500;
}
#pagecheckout .woocommerce #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-container .select2-selection--single {
    height: 40px;
	border-radius: 0;
}
#pagecheckout .woocommerce #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-container .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 38px;
    font-size: 13px;
    text-transform: inherit;
}
#pagecheckout .woocommerce #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 0;
    right: 1px;
    width: 20px;
}
#pagecheckout .woocommerce #customer_details .col-2 .woocommerce-additional-fields #termos h3 {
	height: 45px !important;
    text-transform: uppercase;
    line-height: 45px;
    font-family: "Roboto";
    color: #3fa700;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dotted #000;
    width: 100%;
}
#pagecheckout .woocommerce #order_review {
    width: 33%;
    float: left;
    margin: 0 0 0 0;
}
#pagecheckout .woocommerce #order_review p.aviso {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background: #3fa700;
    color: #fff;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 20px 0;
}
#pagecheckout .woocommerce #order_review .shop_table {
    border: 0;
	margin: 0 0 0 0;
}
#pagecheckout .woocommerce #order_review .shop_table thead tr th.product-name {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #3fa700;
    font-weight: 600;
    text-transform: uppercase;
}
#pagecheckout .woocommerce #order_review .shop_table thead tr th.product-total {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
}
#pagecheckout .woocommerce #order_review .shop_table tbody tr.cart_item {
    width: 100%;
    padding: 0;
    color: #000;
}
#pagecheckout .woocommerce #order_review .shop_table tbody tr.cart_item td.product-name {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    border-top: 1px dotted #000;
}
#pagecheckout .woocommerce #order_review .shop_table tbody tr.cart_item td.product-name .variation {
    width: auto;
    float: left;
}
#pagecheckout .woocommerce #order_review .shop_table tbody tr.cart_item td.product-name .variation dt {
    width: auto;
    float: left;
}
#pagecheckout .woocommerce #order_review .shop_table tbody tr.cart_item td.product-name .variation dd {
    width: auto;
    float: left;
}
#pagecheckout .woocommerce #order_review .shop_table tbody tr.cart_item td.product-name .variation dd p {
    color:#000;
}
#pagecheckout .woocommerce #order_review .shop_table tbody tr.cart_item td.product-total {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
	text-align: right;
	border-top: 1px dotted #000;
}

#pagecheckout .woocommerce #order_review .shop_table tfoot {
    width: 100%;
    padding: 0;
    color: #000;
}



#pagecheckout .woocommerce #order_review .shop_table tfoot tr.cart-subtotal th {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #3fa700;
    font-weight: 600;
    text-transform: uppercase;
	border-top: 1px dotted #000;
}
#pagecheckout .woocommerce #order_review .shop_table tfoot tr.cart-subtotal td {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
	border-top: 1px dotted #000;
}


#pagecheckout .woocommerce #order_review .shop_table tfoot tr.shipping {
    width: 100%;
    padding: 0;
    color: #000;
	
}
#pagecheckout .woocommerce #order_review .shop_table tfoot tr.shipping th {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #3fa700;
    font-weight: 600;
    text-transform: uppercase;
	border-top: 1px dotted #000;
}
#pagecheckout .woocommerce #order_review .shop_table tfoot tr.shipping td {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
	border-top: 1px dotted #000;
}
#pagecheckout .woocommerce #order_review .shop_table tfoot tr.shipping td li {
    margin: 0;
    line-height: 0;
    list-style: none outside;
}
#pagecheckout .woocommerce #order_review .shop_table tfoot tr.shipping td label {
    width: 100px;
    padding: 0;
	float: left;
}
#pagecheckout .woocommerce #order_review .shop_table tfoot tr.tax-rate th {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #3fa700;
    font-weight: 600;
    text-transform: uppercase;
	border-top: 1px dotted #000;
}
#pagecheckout .woocommerce #order_review .shop_table tfoot tr.tax-rate td {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
	border-top: 1px dotted #000;
}


#pagecheckout .woocommerce #order_review .shop_table tfoot tr.order-total th {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #3fa700;
    font-weight: 600;
    text-transform: uppercase;
	border-top: 1px dotted #000;
}
#pagecheckout .woocommerce #order_review .shop_table tfoot tr.order-total td {
    width: 100%;
    padding: 0;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    color: #3fa700;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
	border-top: 1px dotted #000;
}
#pagecheckout .woocommerce #order_review .terms {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}
#pagecheckout .woocommerce #order_review .terms label {
    width: auto;
    margin: 0 0 0 0;
    font-size: 13px;
    text-transform: uppercase;
    color:#000;
	font-weight: 500;
}
#pagecheckout .woocommerce #order_review .terms label a {
    font-weight:600;
    color: #3fa700;
}
#pagecheckout .woocommerce #order_review .terms label a:hover {
    color:#000;
}
#pagecheckout .woocommerce .woocommerce-checkout-payment {
    background:none;
	padding:0;
}
#pagecheckout .woocommerce .woocommerce-checkout-payment .methods{
    border-bottom:1px dotted #000;
	padding: 0;
}
#pagecheckout .woocommerce .woocommerce-checkout-payment .form-row {
	padding: 10px 0;
}
#pagecheckout .woocommerce .woocommerce-checkout-payment ul.payment_methods li label {
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #3fa700;
}
#pagecheckout .woocommerce .woocommerce-checkout-payment ul.payment_methods li .payment_box {
    background: #3fa700;
}
#pagecheckout .woocommerce .woocommerce-checkout-payment ul.payment_methods li .payment_box p {
    color:#fff;
    font-size:12px;
}
#pagecheckout .woocommerce .woocommerce-checkout-payment ul.payment_methods li .payment_box p strong{
    font-weight:600;
	animation: blink 2s infinite;
	-webkit-animation:blink 2s infinite;
}
blink {
	50% {
		color:#000;
	}
}
@-webkit-keyframes blink {
	50% {
		color:#000;
	}
}
#pagecheckout .woocommerce .woocommerce-checkout-payment ul.payment_methods li .payment_box::before {
    border: 1em solid #3fa700;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}
#pagecheckout .woocommerce .woocommerce-checkout-payment .form-row .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    padding: 0px 0;
    color:#000;
    font-size:13px;
}
#pagecheckout .woocommerce .woocommerce-checkout-payment .form-row .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
    font-weight: 600;
    color:#3fa700;
}
#pagecheckout .woocommerce .woocommerce-checkout-payment .form-row .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a:hover {
    color:#000;
}
#pagecheckout .woocommerce .woocommerce-checkout-payment button {
	background: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Roboto";
    height: 40px;
    margin: 30px 0 0;
    width: 50%;
}
#pagecheckout .woocommerce .woocommerce-checkout-payment button:hover {
    background: #3fa700;
}
#pagecheckout .woocommerce .woocommerce-order {
    float: left;
    height: auto;
    margin: 0px auto;
    padding: 0;
    position: relative;
    width: 100%;
}
#pagecheckout .woocommerce .woocommerce-order p {
    font-size: 13px;
    color:#000;
}
#pagecheckout .woocommerce .woocommerce-order ul.order_details  {
    width:100%;
    float:left;
    margin:20px 0;
}
#pagecheckout .woocommerce .woocommerce-order ul.order_details li {
    width:20%;
    float:left;
    margin:0;
    padding: 0;
    border-right: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #3fa700;
}
#pagecheckout .woocommerce .woocommerce-order ul.order_details li strong {
    float:left;
    margin:0;
    padding: 0;
    border-right: 0;
    text-transform: uppercase;
    font-size: 13px;
    width:100%;
    font-weight: 400;
	color:#000;
}
#pagecheckout .woocommerce .woocommerce-order  h2 {
    height: 45px !important;
    text-transform: uppercase;
    line-height: 45px;
    font-family: "Roboto";
    color: #3fa700;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dotted #000;
    margin:20px 0 0 0;
}
#pagecheckout .woocommerce .woocommerce-order .order_details {
    height: 45px !important;
    text-transform: uppercase;
    font-family: "Roboto";
    color: #3fa700;
    margin: 0;
    font-size: 13px;
    border:0;
    margin:20px 0 0 0;
    padding: 0;
	color:#000;
}
#pagecheckout .woocommerce .woocommerce-order-details .shop_table thead tr th.product-name {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #3fa700;
    font-weight: 600;
    text-transform: uppercase;
}
#pagecheckout .woocommerce .woocommerce-order-details .shop_table thead tr th.product-total {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
}
#pagecheckout .woocommerce .woocommerce-order-details .shop_table tbody tr.order_item {
    width: 100%;
    padding: 0;
    color: #000;
}
#pagecheckout .woocommerce .woocommerce-order-details .shop_table tbody tr.order_item td.product-name {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    border-top: 1px dotted #000;
}
#pagecheckout .woocommerce .woocommerce-order-details .shop_table tbody tr.order_item td.product-name a {
    color:#000;
}
#pagecheckout .woocommerce .woocommerce-order-details .shop_table tbody tr.order_item td.product-name a:hover {
    color:#3fa700;
}
#pagecheckout .woocommerce .woocommerce-order-details .shop_table tbody tr.order_item td.product-name .variation {
    width: auto;
    float: left;
}
#pagecheckout .woocommerce .woocommerce-order-details .shop_table tbody tr.order_item td.product-name .variation dt {
    width: auto;
    float: left;
}
#pagecheckout .woocommerce .woocommerce-order-details .shop_table tbody tr.order_item td.product-name .variation dd {
    width: auto;
    float: left;
}
#pagecheckout .woocommerce .woocommerce-order-details .shop_table tbody tr.order_item td.product-name .variation dd p {
    color:#000;
}
#pagecheckout .woocommerce .woocommerce-order-details .shop_table tbody tr.order_item td.product-total {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
	text-align: right;
	border-top: 1px dotted #000;
}
#pagecheckout .woocommerce .woocommerce-order-details .shop_table tbody tr.order_item td.product-name ul {
    color: #000;
    font-weight: 400;
    float: left;
    width: auto;
}
#pagecheckout .woocommerce .woocommerce-order-details .shop_table tbody tr.order_item td.product-name ul li {
    float: left;
}
#pagecheckout .woocommerce .woocommerce-order-details .shop_table tbody tr.order_item td.product-name ul li p {
	float: left;
    width: auto;
}
#pagecheckout .woocommerce-order-details .shop_table tfoot {
    width: 100%;
    padding: 0;
    color: #000;
}
#pagecheckout .woocommerce-order-details .shop_table tfoot tr th {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
	border-top: 1px dotted #000;
}
#pagecheckout .woocommerce-order-details .shop_table tfoot tr td {
    width: 200px;
    padding: 0;
    font-size: 13px;
    padding: 0;
    text-align: right;
    color: #000;
    width: 200px;
    float: left;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
	border-top: 1px dotted #000;
}
#pagecheckout .woocommerce-order-details .shop_table tfoot {
    width: 100%;
    padding: 0;
    color: #000;
}
#pagecheckout .woocommerce-order-details .shop_table tfoot tr.cart-subtotal th {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #3fa700;
    font-weight: 600;
    text-transform: uppercase;
	border-top: 1px dotted #000;
}
#pagecheckout .woocommerce-order-details .shop_table tfoot tr.cart-subtotal td {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
	border-top: 1px dotted #000;
}


#pagecheckout .woocommerce-order-details .shop_table tfoot tr.shipping {
    width: 100%;
    padding: 0;
    color: #000;
	
}
#pagecheckout .woocommerce-order-details .shop_table tfoot tr.shipping th {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #3fa700;
    font-weight: 600;
    text-transform: uppercase;
	border-top: 1px dotted #000;
}
#pagecheckout .woocommerce-order-details .shop_table tfoot tr.shipping td {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
	border-top: 1px dotted #000;
}
#pagecheckout .woocommerce-order-details .shop_table tfoot tr.shipping td li {
    margin: 0;
    line-height: 0;
    list-style: none outside;
}
#pagecheckout .woocommerce-order-details .shop_table tfoot tr.shipping td label {
    width: 100px;
    padding: 0;
	float: left;
}
#pagecheckout .woocommerce-order-details .shop_table tfoot tr.tax-rate th {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #3fa700;
    font-weight: 600;
    text-transform: uppercase;
	border-top: 1px dotted #000;
}
#pagecheckout .woocommerce-order-details .shop_table tfoot tr.tax-rate td {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
	border-top: 1px dotted #000;
}


#pagecheckout .woocommerce-order-details .shop_table tfoot tr.order-total th {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #3fa700;
    font-weight: 600;
    text-transform: uppercase;
	border-top: 1px dotted #000;
}
#pagecheckout .woocommerce-order-details .shop_table tfoot tr.order-total td {
    width: 100%;
    padding: 0;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    color: #3fa700;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
	border-top: 1px dotted #000;
}
#pagecheckout .woocommerce-customer-details {

    color: #000;
    font-size: 12px;

}
#pagecheckout .woocommerce-customer-details .col2-set {
    float: left;
    width: 100%;
    color: #000;
    font-size: 12px;
    margin: 10px 0 0 0;
}
#pagecheckout .woocommerce-customer-details .col2-set div {
    float: left;
    width: 49%;
    color: #000;
    font-size: 12px;
    margin: 10px 1% 0 0;
}
#pagecheckout .woocommerce-customer-details .col2-set div:last-child {
    float: right;
    margin: 10px 0 0 0;
}
#pagecheckout .woocommerce-customer-details h2.woocommerce-column__title {
  	height: 45px !important;
    text-transform: uppercase;
    line-height: 45px;
    font-family: "Roboto";
    color: #3fa700;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dotted #000;
    margin: 0px 0 0 0;
}
#pagecheckout .woocommerce-customer-details address{
    height: auto;
    color: #000;
    margin: 10px 0 5px 0;
    font-size: 13px;
    line-height: 21px;
    border: 0;
    padding: 0;
    float: left;
    font-style: normal;
    border-radius: 0;
}
.lllllllllllllllllllllllllllllllll MINHA CONTA lllllllllllllllllllllllllllllllllll {}
#pageminhaconta {
    float: left;
    height: auto;
    margin: 100px auto 0px;
    padding: 40px 15% 80px;
    position: relative;
    width: 70%;
    background: #f2f1f0;
}
#pageminhaconta .conteudo_checkout {
    float: left;
    height: auto;
    margin: 0px auto;
    padding: 0;
    position: relative;
    width: 100%;
}
#pageminhaconta .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}
#pageminhaconta .woocommerce .col2-set .col-1 h2 {
	color: #3fa700;
    float: left;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0 0 0%;
    text-transform: uppercase;
    width: 100%;
    font-family: "Roboto";
    font-weight: 600;
}
#pageminhaconta .woocommerce .col2-set .col-1 a {
	color: #000;
    font-size: 13px;
    font-family: "Roboto";
    font-weight: 500;
	padding:0 0 0 3px;
}
#pageminhaconta .woocommerce .col2-set .col-1 a:hover {
	color: #3fa700;
}
#pageminhaconta .woocommerce .col2-set .col-2 h2 {
	color: #3fa700;
    float: left;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0 0 0%;
    text-transform: uppercase;
    width: 100%;
    font-family: "Roboto";
    font-weight: 600;
}
#pageminhaconta .woocommerce .col2-set .col-1 .login label {
    color: #000;
    float: left;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0 0 0%;
    text-transform: uppercase;
    width: 100%;
    font-family: "Roboto";
    font-weight: 600
}
#pageminhaconta .woocommerce .col2-set .col-1 .login input{
    height: 40px;
    line-height: 40px;
	border:1px solid #ccc;
}

#pageminhaconta .woocommerce .col2-set .col-1 .login label {
    color: #000;
    float: left;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0 0 0%;
    text-transform: uppercase;
    width: 100%;
    font-family: "Roboto";
    font-weight: 600
}
#pageminhaconta .woocommerce .col2-set .col-1 .login input{
    height: 40px;
    line-height: 40px;
	border:1px solid #ccc;
	padding: 0 0 0 2%;
}
#pageminhaconta .woocommerce .col2-set .col-1 p button {
    width: 50% !important;
    float: left inherit !important;
    margin: 10px 0%;
    padding: 0;
    border: 0;
    background: #000;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    font-family: "Roboto";
}
#pageminhaconta .woocommerce .col2-set .col-2 .register label {
    color: #000;
    float: left;
    font-size: 13px;
    height: 30x;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0 0 0%;
    text-transform: uppercase;
    width: 100%;
    font-family: "Roboto";
    font-weight: 600;
}
#pageminhaconta .woocommerce .col2-set .col-2 p button {
    width: 50% !important;
    float: left inherit !important;
    margin: 10px 0%;
    padding: 0;
    border: 0;
    background: #000;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    font-family: "Roboto";
}
#pageminhaconta .woocommerce .col2-set .col-2 .woocommerce-privacy-policy-text p  {
    width: 100;
    float: left;
    margin: 10px 0%;
    padding: 0 0 0 5px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    font-family: "Roboto";
}
#pageminhaconta .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 input[type="checkbox"] {
    margin: -5px 5px 0 0;
}
#pageminhaconta .woocommerce .col2-set .col-2 .woocommerce-privacy-policy-text p a  {
    color:#3fa700;
}
#pageminhaconta .woocommerce .col2-set .col-2 .woocommerce-privacy-policy-text p a:hover  {
    color:#000;
}
#pageminhaconta .woocommerce .col2-set .col-2 p button:hover {
    background: #3fa700;
}
#pageminhaconta .woocommerce .col2-set .col-2 .register input {
    height: 40px;
    line-height: 40px;
	border:1px solid #ccc;
	padding: 0 0 0 2%;
}
#pageminhaconta  .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 0;
}
.lllllllllllllllllllllllllllllll CONTA lllllllllllllllllllllllllllllllll { }
#pageminhaconta .conteudo_conta {
    float: left;
    width: 100%;
    margin: 0 0% 20px;
    height: auto;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-navigation {
    float: left;
    width: 20%;
    margin: 5px 0 0 0;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-navigation ul {
    list-style: none;
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-navigation ul li a {
color:#3fa700;
font-size: 13px;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
color:#000;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content {
float: right;
width: 80%;
color: #000;
font-size: 12px;
line-height: 30px;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content a {
color:#3fa700;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
    float: right;
    width:94%;
    color: #000;
    font-size: 12px;
    line-height: 30px;
    border-top-color: #3fa700;
    padding: 10px 1% 10px 5%;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-info a {
    width: 18% !important;
    float: right !important;
    margin: 0 1% 0 0%;
    padding: 0;
    border: 0;
    background: #000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-info a:hover {
    background:#3fa700;
	color:#fff;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-info:before {
    color:#3fa700;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content a:hover {
color:#000;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content p {
float: left;
width: 100%;
color: #000;
font-size: 12px;
margin: 0px 0 0 0;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content p.myaccount_address {
margin: 10px 0 0 0;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content h2 {
	height: 45px !important;
    text-transform: uppercase;
    line-height: 45px;
    font-family: "Roboto";
    color: #3fa700;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dotted #000;
    float: left;
    width: 100%;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content h3 {
	height: 45px !important;
    text-transform: uppercase;
    line-height: 45px;
    font-family: "Roboto";
    color: #3fa700;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dotted #000;
    float: left;
    width: 100%;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content h2 a {
    color: #3fa700 !important;
    font-weight: 600;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content h2 a:hover {
    color:#000 !important;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content a.button {
    margin:3px 0 0 0;
	width:30%;
	height: 30px;
    line-height: 30px;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .col2-set {
float: left;
width: 100%;
color: #000;
font-size: 12px;
margin: 10px 0 0 0;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .col2-set div {
float: left;
width: 49%;
color: #000;
font-size: 12px;
margin: 10px 0 0 0;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .col2-set div header {
    height: 45px !important;
    text-transform: uppercase;
    line-height: 45px;
    font-family: "Roboto";
    color: #000;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dotted #000;
    float: left;
    width: 100%;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .col2-set div header.title h2 {
    height: 45px !important;
    text-transform: uppercase;
    line-height: 45px;
    font-family: "Roboto";
    color: #000 !important;;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dotted #000;
    float: left;
    width: 100%;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .col2-set div:last-child {
float: right
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .col2-set div address {
    height: auto;
    color: #000;
    margin: 10px 0 -4px 0;
    font-size: 13px;
    line-height: 21px;
    border: 0;
    padding: 0;
    float: left;
    font-style:normal;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content p mark {
background: #fff;
padding: 0 3px;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .account-orders-table {
float: right;
width: 100%;
color: #000;
font-size: 12px;
border:0;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .account-orders-table thead {
    text-transform: uppercase;
    color:#3fa700;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .account-orders-table thead tr th.woocommerce-orders-table__header {
    text-transform: uppercase;
    color:#3fa700;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody {
    text-transform: uppercase;
    color: #000;
	border-top: 1px dotted #000;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody tr td.woocommerce-orders-table__cell {
    text-transform: uppercase;
    color: #000;
	border-top: 1px dotted #000;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody tr td.woocommerce-orders-table__cell a {
    color: #3fa700;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody tr td.woocommerce-orders-table__cell a:hover {
    color: #000;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody tr td.woocommerce-orders-table__cell a.button {
    width: 50% !important;
    padding: 0;
    background: #000;
    border: 0;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Roboto";
    margin: 0px 0 0 0;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody tr td.woocommerce-orders-table__cell a.button:hover {
	color:#fff;
	background:#3fa700;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details {
    color: #000;
    font-size: 12px;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details h2 {
    height: 45px !important;
    text-transform: uppercase;
    line-height: 45px;
    font-family: "Roboto";
    color: #3fa700;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dotted #000;
    width: 100%;
    float: left;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .shop_table {
    color: #000;
    font-size: 12px;
    border: 0;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .shop_table thead {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #3fa700;
    font-weight: 600;
    text-transform: uppercase;
}#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .shop_table thead tr th.product-name {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #3fa700;
    font-weight: 600;
    text-transform: uppercase;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .shop_table thead tr th.product-total {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .shop_table tbody {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #3fa700;
    font-weight: 600;
    text-transform: uppercase;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .shop_table tbody tr td.product-name {
    padding: 10px 0;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .shop_table tbody tr td.product-name ul {
    color: #000;
    font-weight: 400;
    float: left;
    width: auto;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .shop_table tbody tr td.product-name ul li {
    float: left;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .shop_table tbody tr td.product-name ul li p {
    float: left;
	width:auto;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .shop_table tbody tr td.product-name a {
    color:#000;
    font-weight: 400;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .shop_table tbody tr td.product-total {
    width: 100%;
    padding: 0;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    text-align: right;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .shop_table tfoot{
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #3fa700;
    font-weight: 600;
    text-transform: uppercase;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .shop_table tfoot tr th {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #3fa700;
    font-weight: 600;
    text-transform: uppercase;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .shop_table tfoot tr th {
    padding: 0;
    font-size: 13px;
    color: #000;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .shop_table tfoot tr td {
    padding: 0;
    text-align: right;
    color: #000;
    width: 200px;
    float: left;
    height: 40px;
    line-height: 40px;
	font-weight: 400;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
    color: #000;
    font-size: 12px;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
    height: 45px !important;
    text-transform: uppercase;
    line-height: 45px;
    font-family: "Roboto";
    color: #3fa700;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dotted #000;
    width: 100%;
    float: left;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
    height: auto;
    color: #000;
    margin: 10px 0 -4px 0;
    font-size: 13px;
    line-height: 21px;
    border: 0;
    padding: 0;
    float: left;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
    height: auto !important;
    width: 100%;
    padding: 0;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .input-text {
    width: 100%;
    padding: 0 0 0 1%;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
	border: 1px solid #ccc
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-container .select2-selection--single {
    height: 40px;
	border-radius: 0;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-container .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 38px;
    font-size: 13px;
    text-transform: inherit;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-container .select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected] {
     background-color:#3fa700;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 0;
    right: 1px;
    width: 20px;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p button {
	background: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Roboto";
    height: 40px;
    margin: 30px 0 0;
    width: 30%;
    color: #fff;
	border-radius:0;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p button:hover {
	background: #3fa700;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
    height: auto !important;
    width: 100%;
    padding: 0;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row {
    padding: 0;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row span em {
    font-size: 11px;
    text-transform: inherit;
    font-weight: 400;
    color:#000;
    margin:10px 0 0 0;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row span em:before {
    content:"(";
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row span em:after {
    content:")";
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row label {
    width: 100%;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row .input-text {
    width: 100%;
    padding: 0 0 0 1%;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
	border: 1px solid #ccc;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    width: 100%;
    padding: 0 0 0 0%;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    border: 0;
	margin:10px 0 0 0;
	float:left;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
    height: 45px !important;
    text-transform: uppercase;
    line-height: 45px;
    font-family: "Roboto";
    color: #3fa700;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dotted #000;
    float: left;
	width: 100%;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p button {
	background: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Roboto";
    height: 40px;
    margin: 30px 0 0;
    width: 30%;
    color: #fff;
}
#pageminhaconta .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p button:hover {
	background: #3fa700;
}
