
/*
    PAGAMENTO PIX
*/
.pix{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pix .pix-qrcode{
    flex-basis: 55%;
}
.pix .pix-qrcode img{
    border-radius: 5px;
}

.pix .pix-infos{
    flex-basis: 45%;
    padding: 0 25px;
}
.pix .pix-infos li{
    flex-basis: 100%;
    margin-bottom: 15px;
}
.pix .pix-infos li h4{
    font-size: 1em;
    font-weight: bold;
}
.pix .pix-infos li h4 span{
    font-size: 1.2em;
    display: block;
    color: #009C9C;
    font-weight: 300;
}
.pix .pix-infos li h4 .valor{
    font-size: 1.5em;
    font-weight: bold;
}
.pix .pix-infos .chave{}
.pix .pix-infos .chave h4{
    color: #FF8C00;
    font-size: 1.1em;
}
.pix .pix-infos .chave h4 span{
    font-weight: bold;
}

.pix-instrucoes{
    flex-basis: 100%;
}

/*ADICONAL PARA FORMULARIO DE NOVO ENDEREÇO*/

.wc_cart_add{
    padding: 0;
}
.wc_cart_add .cart_more{
    display: inline-block;
    margin: 0;
    font-size: 1em;
    background: #eee;
    padding: 0;
    width: 22px;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
}

.wc_cart_add .less{
    border-right: none;
    border-radius: 3px 0 0 3px;
    height: 48px;
    vertical-align: bottom;
}

.wc_cart_add .plus{
    border-left: none;
    border-radius: 0 3px 3px 0;
    height: 48px;
    vertical-align: bottom;
}

.wc_cart_add input{
    display: inline-block;
    width: 50px;
    padding: 11px 0;
    font-size: 1.1em;
    text-align: center;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    height: 48px;
    vertical-align: bottom;
}

.wc_cart_size_select{
    display: inline-block;
    padding: 12px;
    border: 1px solid #ccc;
    background: #eee;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

.wc_cart_size_select_true,
.wc_cart_size_select:hover{
    color: #008068;
    border-color: #008068;
    background: none;
}

.wc_cart_size_select input{
    display: none;
}

.wc_cart_add button{
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: 300;
    text-transform: uppercase;
    background: rgb(61,154,234);
    background: -webkit-linear-gradient(165deg, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);
    background: -moz-linear-gradient(165deg, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);
    background: -o-linear-gradient(165deg, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);
    background: linear-gradient(165deg, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);
    cursor: pointer;
}
.wc_cart_add button:hover{
    background: rgb(61,151,234);
    background: -webkit-linear-gradient(110deg, rgba(61,151,234,1) 0%, rgba(0,160,167,1) 100%);
    background: -moz-linear-gradient(110deg, rgba(61,151,234,1) 0%, rgba(0,160,167,1) 100%);
    background: -o-linear-gradient(110deg, rgba(61,151,234,1) 0%, rgba(0,160,167,1) 100%);
    background: linear-gradient(110deg, rgba(61,151,234,1) 0%, rgba(0,160,167,1) 100%);
}

.wc_cart_add_btn.btn{
    background: rgb(61,154,234);
    background: -webkit-linear-gradient(165deg, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);
    background: -moz-linear-gradient(165deg, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);
    background: -o-linear-gradient(165deg, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);
    background: linear-gradient(165deg, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);
    cursor: pointer;
}

.wc_cart_add_btn.btn:hover{
    background: #D9A400;
    font-weight: bold;
}

.wc_cart_related{
    width: 100%;
    float: left;
    padding: 30px 0;
}

.wc_cart_related > h1{
    font-size: 1.8em;
    text-transform: uppercase;
    color: #555;
    font-weight: bold;
    margin: 25px 0 10px 0;
    padding-left: 5px;
    text-shadow: 1px 1px 1px #fff;
}

.wc_related_product{
    padding: 5px;
    text-align: center;
    font-size: 0.65em;
    margin: 0 !important;
}

.wc_related_product img{
    margin-bottom: 10px;
    border-radius: 5px;
}
.wc_related_product .site_title a{
    font-size: 1.6em;
    line-height: 1.6;
    text-decoration: none;
    background: #132953;
    color: #fff;
    padding: 5px;
}

.wc_cart_list{
    width: 100%;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    cursor: pointer;
    position: relative;
    margin-left: 5px;
}
.wc_cart_list i{
    font-size: 1.5em;
} 
.wc_cart_list .cart_count{
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 0.75em;
    color: #fff;
    background: #009C9C;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 25px;
}

.wc_cart_callback{
    position: fixed;
    width: 400px;
    max-width: 100%;
    right: -100%;
    top: 0;
    padding: 15px;
    z-index: 9999;
}

.wc_cart_callback .trigger{
    margin: 0;
}

.wc_cart_manager{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 999;
    display: none;
}

.wc_cart_manager_content{
    display: none;
    width: 400px;
    max-width: 90%;
    margin: 12% auto 0 auto;
    border-radius: 5px;
    background: rgb(41,47,65);
    
}

.wc_cart_manager_header{
    text-align: center;
    padding: 20px 0;
    background: linear-gradient(
114deg
, rgba(42,48,66,0.85) 0%, rgba(16,23,33,0.85) 100%);
    color: #009C9C;
    font-size: 1.4em;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.wc_cart_manager_info{
    padding: 45px;
    font-size: 1.1em;
    color: #999;
}

.wc_cart_manager_info b{
    color: #009C9C;
}

.wc_cart_manager_actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    text-align: center;
    background: #161A23;
}

.wc_cart_manager_actions .btn{
    font-weight: 600;
    font-size: 0.7em;
    text-transform: uppercase;
    border-radius: 50px;
    text-shadow: none !important;
    box-shadow: none !important;
}

.wc_cart_manager_actions .btn_blue{
    /*background: linear-gradient(to right, #25aae1, #2be1e9, #30dd8a, #2bb673);*/
    /*background-size: 300% 100%;*/
    /*moz-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
    
    width: 35%;
    text-transform: uppercase;
    text-shadow: 1px 1px #096397;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7em;
    /*margin-left: 10px;*/
    font-weight: 300;
    border-radius: 50px;
    border: 2px solid #11141B;
    background: linear-gradient(165deg, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);
}

.wc_cart_manager_actions :hover.btn_blue{
    background: linear-gradient(165deg, #3de3ea 0%, #05797e 100%);
}


/*.wc_cart_manager_actions :hover.btn_blue{*/
/*    background-position: 100% 0;*/
/*    moz-transition: all .4s ease-in-out;*/
/*    -o-transition: all .4s ease-in-out;*/
/*    -webkit-transition: all .4s ease-in-out;*/
/*    transition: all .4s ease-in-out;*/
/*}*/

.wc_cart_manager_actions .btn_green{
    /*background: linear-gradient(to right, #2bb673, #30dd8a, #2be1e9,#25aae1);*/
    /*background-size: 300% 100%;*/
    /*moz-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
    
    width: 35%;
    text-transform: uppercase;
    text-shadow: 1px 1px #096397;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7em;
    margin-left: 10px;
    font-weight: 300;
    border-radius: 50px;
    border: 2px solid #11141B;
    background: #009C9C;
}

.wc_cart_manager_actions :hover.btn_green{
    /*background-position: 100% 0;*/
    /*moz-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
    
    background: #0b7272;
}

.wc_cart_manager_actions .wc_cart_close{
    float: left;
}

.wc_cart_manager_actions .wc_cart_finish{
    float: right;
}

.wc_cart_load{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url(load_w.gif) center center no-repeat;
    z-index: 999;
    display: none;
}

.workcontrol_cart{
    padding: 0 0 65px 0;
}

.workcontrol_cart > header{
    margin-bottom: 20px;
    border: 1px solid #009C9C;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(114deg, rgba(42,48,66,0.85) 0%, rgba(16,23,33,0.85) 100%);
}

.workcontrol_cart > header h1{
    font-size: 1.5em;
    color: #fff;
    font-weight: 100;
    padding: 15px;
}

.workcontrol_cart > header span{
    color: #008068;
    font-weight: 400;
}

.workcontrol_cart_clean{
    padding: 50px 20px;
    color: #999;
    text-align: center;
    border-radius: 5px;
    background: rgb(41,47,65);
    background: linear-gradient(
90deg
, rgba(41,47,65,0.6365896700477065) 0%, rgba(41,47,65,0.10157566444546573) 100%);
    margin-bottom: 25px;
    border-left: 3px solid #292F41;
    border-bottom: 1px solid #292F41;
}

.workcontrol_cart_clean p{
    margin-bottom: 20px;
}

.workcontrol_cart_clean .title{
    font-size: 1.5em;
    color: #999;
}

.workcontrol_cart_clean .title span{
    display: block;
    margin-bottom: 5px;
    font-size: 3em;
}

.workcontrol_cart_clean .btn{
    padding: 7px 90px !important;
    text-transform: uppercase;
    text-shadow: 1px 1px #096397;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
    margin-left: 10px;
    font-weight: 300;
    border-radius: 50px;
    border: 2px solid #11141B;
    background: linear-gradient(165deg, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);
}
.workcontrol_cart_clean :hover.btn{
    background: linear-gradient(165deg, #3de3ea 0%, #05797e 100%);
}


.workcontrol_cart_list{
    border: 1px solid #009C9C;
    border-radius: 5px;
    overflow: hidden;
}

.workcontrol_cart_list p{
    display: inline-block;
    width: 22.5%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.workcontrol_cart_list p img{
    padding: 3px;
    background: #fff;
}

.workcontrol_cart_list p:last-child,
.workcontrol_cart_list p:first-child{
    width: 5%;
}

.workcontrol_cart_list .item{
    padding: 0 0 0 20px;
    text-align: left;
}
.workcontrol_cart_list .item a {
    color: #fff;;
}

.workcontrol_cart_list_header{
    padding: 20px 0;
    font-size: 0.8em;
    color: #fff;
    background: linear-gradient(114deg, rgba(42,48,66,0.85) 0%, rgba(16,23,33,0.85) 100%);
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #009C9C;
}

.workcontrol_cart_list_item{
    font-size: 0.875em;
    padding: 10px 0;
    display: block;
    /*border-bottom: 1px solid #ddd;*/
}

.workcontrol_cart_list_item img{
    border-radius: 5px;
    margin-left: 5px;
}

.workcontrol_cart_list_item a{
    color: #000;
    font-weight: 300;
    text-decoration: none;
}

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

.workcontrol_cart_list_item input{
    width: 50px;
    text-align: center;
    font-size: 0.8em;
    padding: 8px 0;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    background: #fbfbfb;
    outline: none;
    height: 34px;
    vertical-align: middle;
}

.workcontrol_cart_list_item .change{
    padding: 8px 0;
    width: 20px;
    background: #eee;
    border: 1px solid #ccc;
    cursor: pointer;
    outline: none;
}

.workcontrol_cart_list_item .wc_cart_change_less{
    border-right: 0;
    border-radius: 3px 0 0 3px;
    height: 34px;
    vertical-align: middle;
}

.workcontrol_cart_list_item .wc_cart_change_plus{
    border-left: 0;
    border-radius: 0 3px 3px 0;
    height: 34px;
    vertical-align: middle;
}

.workcontrol_cart_list_item .stock{
    font-size: 0.8em;
    color: #ccc;
    margin-left: 20px;
}

.workcontrol_cart_list_item .discount{
    display: block;
    font-size: 0.9em;
    color: #ccc;
}

.wc_cart_remove{
    display: inline-block;
    padding: 5px 8px;
    background: #F45563;
    color: #fff;
    font-size: 0.7em;
    border-radius: 50%;
    cursor: pointer;
}

.wc_cart_remove:hover{
    background: #f6071c;
}

.wc_cart_total_forms{
    display: block;
    width: 100%;
    text-align: right;
    padding: 5px 0;
}

.wc_cart_total_cupom,
.wc_cart_total_shipment{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 0.875em;
    vertical-align: top;
    margin-top: 6px;
    /*border-radius: 5px*/
    /*display: inline-block;*/
    /*padding: 20px;*/
    /*border-top: none;*/
    /*background: linear-gradient(137deg, rgba(42,48,66,1) 0%, rgba(16,23,33,1) 100%);*/
    /*font-size: 0.875em;*/
    /*vertical-align: top;*/
    /*border-radius: 5px;*/
    /*margin-left: 5px;*/
    /*border-style: none solid solid none;*/
    /*border-color: #202736;*/
    /*border-width: 2px;*/
}

.wc_cart_total_cupom p,
.wc_cart_total_shipment p{
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}

.wc_cart_total_cupom input,
.wc_cart_total_shipment input{
    display: inline-block;
    width: auto;
    border: none;
    font-size: 1em;
    padding: 9px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px 0 0 5px;
}

.wc_cart_total_cupom button,
.wc_cart_total_shipment button{
    display: inline-block;
    padding: 10px 20px;
    border: none;
    background: linear-gradient(165deg, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 0 5px 5px 0;
    transition: 0.2s;
}

.wc_cart_total_cupom button:hover,
.wc_cart_total_shipment button:hover{
    background: linear-gradient(110deg, rgba(61,151,234,1) 0%, rgba(0,160,167,1) 100%);
    border-color: transparent; 
}

.wc_cart_total_cupom img,
.wc_cart_total_shipment img{
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    margin-left: 10px;
    display: none;
    margin-top: 10px;
}

.wc_cart_total_shipment_result .shiptag:first-child{
    margin-top: 10px;
}

.wc_cart_total_shipment_result .shiptag{
    display: block;
    margin: 0;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
    padding: 10px;
    background: #fbfbfb;
    border-top: 2px solid #f2f2f2;
}

.wc_cart_total_shipment_result .shiptag input{
    display: inline-block;
    margin-right: 5px;
    font-size: 1em;
    vertical-align: middle;
}

.wc_cart_total_price{
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: right;
    font-size: 0.8em;
    text-transform: uppercase;
}

.wc_cart_total_price p{
    display: inline-block;
    width: 20%;
    padding: 15px;
    border: 1px solid #009C9C;
    color: #fff;
}

.wc_cart_total_price .wc_cart_total{
    border-radius: 5px 0 0 5px;
}
.wc_cart_total_price .wc_cart_price{
    border-radius: 0 5px 5px 0;
}

.wc_cart_total_price .wc_cart_discount{
    border-left: 0;
    border-right: 0;
}

.wc_cart_actions{
    display: block;
    width: 100%;
    margin-top: 30px;
    text-transform: uppercase;
    text-align: right;
}

.wc_cart_actions .btn{
    font-size: 1em;
    display: inline-block;
    padding: 10px 20px;
}
.wc_cart_actions .btn_escolher_mais {
    background: #009C9C;
    transition: 0.2s;
}
.wc_cart_actions .btn_escolher_mais:hover {
    background: #0b7272;
}

.wc_cart_actions .btn_cart_continuar {
    margin-left: 20px;
    background: linear-gradient(165deg, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);
    transition: 0.2s;
}
.wc_cart_actions .btn_cart_continuar:hover {
    background: linear-gradient(110deg, rgba(61,151,234,1) 0%, rgba(0,160,167,1) 100%);
}

/*WORKCONTROL ORDER*/
.workcontrol_order{
    border: 1px solid #009C9C;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(41,47,65,0.6365896700477065) 0%, rgba(41,47,65,0.10157566444546573) 100%);
}

.workcontrol_order_forms{
    flex-basis: 70%;
    padding: 15px;
}

.workcontrol_order_forms form{
    display: block;
    width: 100%;
    padding: 5px 10px;
}

.workcontrol_order_forms label span{
    display: block;
    font-size: 1.1em;
    font-weight: 500;
    color: #888;
    margin-bottom: 10px;
}

.workcontrol_order_forms label{
    display: block;
    width: 100%;
    color: #009C9C;
    margin-bottom: 20px !important;
    border-radius: 10px;
    vertical-align: top;
}

.workcontrol_order_forms .label50{
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.workcontrol_order_forms .label50:nth-of-type(2n+0){
    margin-left: 4%;
}

.workcontrol_order_forms input{
    display: block;
    padding: 15px 20px;
    font-size: 1.1em;
    font-weight: 300;
    color: #009C9C;
    border: transparent;
    border-left: 3px solid #292F41;
    border-bottom: 1px solid #292F41;
    transition: 0.2s ease-in-out;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(41,47,65,0.6365896700477065) 0%, rgba(41,47,65,0.10157566444546573) 100%);
    /*font-size: 1.2em;*/
    /*font-weight: 400;*/
    /*color: #000;*/
    /*border: 1px solid #ddd;*/
    /*border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*-webkit-border-radius: 4px;*/
    /*vertical-align: top;*/
}

.workcontrol_order_forms .wc_order_error{
    display: block;
    font-size: 0.875em;
    font-weight: 500;
    color: #F45563;
    margin-top: 10px;
    display: none;
}

.workcontrol_order_forms .wc_order_error a{
    color: #769977;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.workcontrol_order_forms .wc_order_error a:hover{
    color: #00B594;
}

.workcontrol_order_forms_actions{
    display: flex;
    width: 100%;
    margin-top: 10px;
    text-align: right;
    justify-content: flex-end;
}

.workcontrol_order_forms .wc_button_cart{
    flex-basis: 180px;
    width: 100%;
    text-transform: uppercase;
    text-shadow: 1px 1px #096397;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    margin-left: 10px;
    font-weight: 300;
    border-radius: 5px;
    border: 2px solid #11141B;
    background: linear-gradient(165deg, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);
}

.workcontrol_order_forms .voltar{
    background: #009C9C;
}
.workcontrol_order_forms .voltar:hover{
    background: #0b7272;
}
.workcontrol_order_forms .continuar:hover{
    background: linear-gradient(165deg, #3de3ea 0%, #05797e 100%);
}
.workcontrol_order_forms .concluir:hover {
    background: linear-gradient(165deg, #3de3ea 0%, #05797e 100%);
}

.workcontrol_order_forms_actions img{
    display: none;
    vertical-align: middle;
    height: 28px;
    margin-left: 15px;
}

.workcontrol_order_details{
    flex-basis: 30%;
    padding: 15px;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(90deg, rgba(41,47,65,0.6365896700477065) 0%, rgba(41,47,65,0.10157566444546573) 100%);
    border-left: 1px solid #009C9C;
}

.workcontrol_order_details > h1{
    font-size: 1.2em;
    font-weight: 500;
    padding-bottom: 8px;
    margin-bottom: 25px;
    color: #b1b1b1;
    border-bottom: 1px solid #009C9C;
}

.workcontrol_order_details p{
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #009C9C;
    color: #999;
}

.workcontrol_order_details p span,
.workcontrol_order_details p img{
    display: inline-block;
    vertical-align: middle;
    color: #b1b1b1;
}

.workcontrol_order_details p span{
    width: 90%;
    padding-left: 5%;
    font-size: 0.875em;
    font-weight: 300;
}

.workcontrol_order_details p img{
    width: 10%;
}

.workcontrol_order_details_total{
    font-size: 0.9em;
    text-align: right;
    color: #999;
}

.workcontrol_order_details_total div{
    margin-top: 5px;
    color: #b1b1b1;
}

.workcontrol_order_details_total b{
    display: inline-block;
    font-weight: 400;
    width: 50%;
    color: #b1b1b1;
}

.workcontrol_order_details_total .wc_cart_price,
.workcontrol_order_details_total .wc_cart_price b{
    font-weight: 600;
}

.workcontrol_order_details_total .wc_cart_price b{
    color: #5fa961;
}

.workcontrol_order_details article .title{
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #009C9C;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #b1b1b1;
}

.workcontrol_order_details article .row{
    font-weight: 300;
    font-size: 0.875em;
    color: #b1b1b1;
    margin: 0;
    padding: 5px 0;
    border: none;
}

.workcontrol_order_back{
    display: block;
    width: 100%;
    text-align: right;
    padding: 15px;
    border-top: 1px dotted #009C9C;
}

.workcontrol_order_back a{
    text-decoration: none;
    color: #666;
    text-transform: uppercase;
    font-size: 0.8em;
}

.workcontrol_order_back a:hover{
    color: #333;
}

.workcontrol_shipment{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.worcontrol_useraddr{
    padding: 20px;
    background: linear-gradient(
90deg
, rgba(41,47,65,0.6365896700477065) 0%, rgba(41,47,65,0.10157566444546573) 100%);;
    cursor: pointer;
    margin: 0 !important;
}

.worcontrol_useraddr:hover{
    background: rgba(54, 63, 89, 0.6);
}

.workcontrol_order_addrs{
    margin-bottom: 30px;
}

.wc_cart_total_shipment_tag{
    font-size: 1.3em;
    font-weight: 300;
    display: none;
    color: #888;
}

.workcontrol_order_newaddr{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
}

.workcontrol_order_newaddr .btn_blue {
    width: 30%;
    text-transform: uppercase;
    text-shadow: 1px 1px #096397;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7em;
    margin-left: 10px;
    font-weight: 300;
    border-radius: 50px;
    border: 2px solid #11141B;
    background: linear-gradient(
165deg
, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);

}

.workcontrol_order_newaddr :hover.btn_blue {
    background: linear-gradient(
165deg
, #3de3ea 0%, #05797e 100%);
}

.workcontrol_order_newaddr .btn_yellow{
    width: 30%;
    text-transform: uppercase;
    text-shadow: 1px 1px #096397;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7em;
    margin-left: 10px;
    font-weight: 300;
    border-radius: 50px;
    border: 2px solid #11141B;
    background: #009C9C;
}

.workcontrol_order_newaddr :hover.btn_yellow{
    background: #0b7272;
}

.workcontrol_order_newaddr_form{
    display: none;
}

.workcontrol_order h2{
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 30px;
    border-bottom: 1px solid #fbfbfb;
}

.worcontrol_useraddr input{
    float: right;
    margin-top: 4px;
    width: auto;
    vertical-align: middle;
}


.worcontrol_useraddr div{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.875em;
    color: #999;
    font-weight: 300;
}

.worcontrol_useraddr p{
    display: inline-block;
    margin-right: 5px;
}

.worcontrol_useraddr .title{
    font-weight: bold;
    color: #009C9C;
    font-size: 1.2em;
}

.workcontrol_shipment .shiptag{
    display: block;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 20px;
    background: linear-gradient(90deg, rgba(41,47,65,0.6365896700477065) 0%, rgba(41,47,65,0.10157566444546573) 100%);
    vertical-align: middle;
    font-size: 0.875em;
    color: #888;
    text-transform: uppercase;
    cursor: pointer;
}

.workcontrol_shipment .shiptag:hover{
    background: rgba(54, 63, 89, 0.6);
}

.workcontrol_shipment .shiptag input{
    width: auto;
    float: right;
    margin-top: 3px;
}

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

.workcontrol_pagseguro_logo{
    display: block;
    width: 100%;
    padding-top: 30px;
    text-align: center;
}
.workcontrol_pagseguro_logo img{
    width: 450px;
}
.workcontrol_pagseguro .btn-parcelamento {
    margin-bottom: 12px;
}
.workcontrol_pagseguro label{
    margin: 0;
    vertical-align: top !important;
}

.workcontrol_pagseguro select{
    font-size: 1em;
    font-weight: 600;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 4px;
    padding: 10px 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(PagSeguroWc/select.png) no-repeat;  /* Imagem de fundo (Seta) */
    background-position: right 5px center;  /*Posição da imagem do background*/
    color: #b1b1b1;
}

.workcontrol_pay_tabs{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.workcontrol_pay_tabs li{
    display: inline-block;
    padding: 15px 15px 10px 15px;
    width: 33.33%;
    color: #b1b1b1;
    border-bottom: 5px solid #b1b1b1;
    cursor: pointer;
    font-size: 0.8em;
    text-transform: uppercase;
}

.workcontrol_pay_tabs li:hover{
    border-color: #999;
}
.workcontrol_pay_tabs .active:hover,
.workcontrol_pay_tabs .active{
    border-color: #009c9c;
    color: #009C9C;
    background: rgb(41,47,65);
}

.workcontrol_pay_tabs .active:before{
    content: "✓ ";
}

.workcontrol_pagseguro .labelline{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    vertical-align: top;
}

.workcontrol_pagseguro .labelactions{
    margin: 18px 0;
    vertical-align: top;
}

.workcontrol_pagseguro .labelactions .wc_button_cart:hover {
    background: linear-gradient(110deg, rgba(61,151,234,1) 0%, rgba(0,160,167,1) 100%);
}

.workcontrol_pagseguro .span,
.workcontrol_pagseguro label span{
    font-size: 0.9em;
    text-transform: uppercase;
    color: #b1b1b1;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.workcontrol_pagseguro .label70{
    display: inline-block;
    width: 70%;
    padding-right: 30px;
    vertical-align: top;
}

.workcontrol_pagseguro .label50{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.workcontrol_pagseguro .labelDate input{
    text-align: center;
}

.workcontrol_pagseguro .labelDate .month{
    display: inline-block;
    width: 50%;
    padding-right: 15px;
    vertical-align: top;
}

.workcontrol_pagseguro .labelDate .year{
    display: inline-block;
    width: 50%;
    padding-left: 15px;
    vertical-align: top;
}

.workcontrol_pagseguro .label30{
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.workcontrol_pagseguro .label50{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.workcontrol_pagseguro .label50.first{
    padding-right: 15px;
}

.workcontrol_pagseguro .label50.last{
    padding-left: 15px;
}

.workcontrol_cardnumber{
    background-position: center right 4px;
    background-repeat: no-repeat;
    background-image: url(./PagSeguroWc/nocard.png);
}

.workcontrol_order_details h1 span {
    color: #b1b1b1;
}
.workcontrol_pagseguro #cartao {
    background-repeat: no-repeat;
    background-position: right;
    background-size: 86px;
}

form#billet,
.workcontrol_pagseguro_billet{
    display: none;
}

.workcontrol_pagseguro_billet h3{
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
    margin-bottom: 20px;
}

.workcontrol_pagseguro_billet p{
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom: 15px;
}

.workcontrol_pagseguro_billet h4{
    font-size: 1.2em;
    font-weight: 400;
    color: #000;
}

.workcontrol_pagseguro_billet h4 b{
    color: #5fa961;
}

form#pix,
.workcontrol_pagseguro_ubbank{
    display: none;
    margin-bottom: 20px;
}

form#bank,
.workcontrol_pagseguro_ubbank{
    display: none;
    margin-bottom: 20px;
}
.workcontrol_pagseguro_ubbank .labelline {
    padding-bottom: 20px;
}
.workcontrol_pagseguro_ubbank .atencao{
    padding: 15px;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(41,47,65,0.6365896700477065) 0%, rgba(41,47,65,0.10157566444546573) 100%);
    border: 1px solid #292F41;
    border-left: 5px solid #FF8C00;
    margin-bottom: 15px;
}
.workcontrol_pagseguro_ubbank .atencao a{
    color: #009C9C;
    font-weight: bold;
    text-decoration: underline;
}
.workcontrol_pagseguro_ubbank .atencao .atencao-infos h4{
    color: #FF8C00;
}
.workcontrol_pagseguro_ubbank .atencao .atencao-infos li{
    margin-top: 10px;
    color: #b1b1b1;
}
.workcontrol_pagseguro_ubbank .atencao .atencao-infos h4 span{
    color: #b1b1b1;
}
.workcontrol_pagseguro_ubbank .atencao .atencao-infos h4 span b{
    color: #fff;
}
.workcontrol_pagseguro_ubbank h3{
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 600;
    color: #FF8C00;
    margin-bottom: 10px;
}

.workcontrol_pagseguro_ubbank p{
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom: 5px;
    color: #b1b1b1;
}

.workcontrol_pagseguro_ubbank h4{
    font-size: 1.2em;
    font-weight: 400;
    color: #b1b1b1;
}

.workcontrol_pagseguro_ubbank h4 b{
    color: #5fa961;
}

.workcontrol_pagseguro_ubbank select{
    margin-bottom: 15px;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(41,47,65,0.6365896700477065) 0%, rgba(41,47,65,0.10157566444546573) 100%);
    color: #b1b1b1;
    border-radius: 20px;
}

.workcontrol_load{
    display: none;
    text-align: center;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

.workcontrol_load .load_message{
    position: absolute;
    width: 100%;
    top: 35%;
    margin-top: 20px;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center;
    background: url(load_w.gif) center top no-repeat;
    background-size: 40px;
    padding-top: 40px;
}

.workcontrol_load_content{
    display: none;
    color: #555;
    font-weight: 300;
    font-size: 1.2em;
    text-align: center;
    width: 500px;
    padding: 30px;
    background: #fff;
    max-width: 85%;
    margin: 0 auto;
    top: 35%;
    position: relative;
    z-index: 999;
}

.workcontrol_load_close{
    margin-top: 20px;
    display: inline-block;
    width: 100px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    padding: 10px;
    background: #999;
    color: #fff;
    font-size: 0.6em;
    text-transform: uppercase;
}

.workcontrol_load_close:hover{
    background: #F45563;
}

.workcontrol_load_content img{
    display: inline-block;
    vertical-align: middle;
}

.workcontrol_load_content p{
    display: block;
    margin: 10px 0 0 0;
}

.workcontrol_load_content .min{
    font-size: 0.7em;
}

.workcontrol_load_content .big{
    font-size: 1.1em;
    color: #F45563;
    font-weight: bold;
}

.workcontrol_carddata{
    display: block;
    margin-top: 40px;
    font-size: 0.875em;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #292F41;
    border-left: 5px solid #009C9C;
}
.termos {
    margin: 20px 0;
    background: #009C9C;
    color: #fff;
}

.workcontrol_carddata h3{
    font-size: 1.2em;
    font-weight: 300;
    color: #b1b1b1;
    text-transform: uppercase;
}
.termos h3 {
    font-weight: bold;
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 5px;
}

.termos ul {
    margin-top: 8px;
}
.termos p{
    color: #fff;
    font-size: 1.05em;
}
.workcontrol_carddata label span{
    margin: 15px 0 5px 0;
    font-size: 0.9em;
}

.workcontrol_carddata .termos-item {
    display: flex;
    align-items: center;
    padding-top: 5px;
}
.workcontrol_carddata .termos-item input {
    flex-basis: 20px;
    margin-right: 6px;
}
.workcontrol_carddata .termos-item p {
    color: #fff;
    font-size: 0.9em;
    flex-basis: calc(100% - 26px);
    margin: 0;
}
.workcontrol_carddata .termos-item p a {
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem
}
.workcontrol_trigger_order{
    font-size: 1em;
    padding: 10px 25px 20px 25px;
    border-radius: 5px 5px 0 0;
}

.workcontrol_trigger_order > b{
    font-size: 1.4em;
}

.workcontrol_trigger_order p{
    
}
.workcontrol_trigger_order p{
    line-height: 0.6;
}
.workcontrol_order .trigger {
    margin-bottom: 0;
}
.workcontrol_order_completed{
    display: block;
    width: 100%;
    padding: 12px 25px;
}

.workcontrol_order_completed header{
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #009C9C;
}

.workcontrol_order_completed header h1 span{
    font-size: 1.2em;
    font-weight: 300;
    margin-top: 4px;
    color: #b1b1b1;
}

.workcontrol_order_completed header a{
    font-size: 0.875em;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.workcontrol_order_completed header span,
.workcontrol_order_completed header a{
    display: inline-block;
    vertical-align: middle;
}

.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: #b1b1b1;
    font-size: 1em;
}

.workcontrol_order_completed_card.items {
    border-bottom: 1px solid #009C9C;
}
.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 p{
    font-weight: 300;
    color: #b1b1b1;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
}

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

.workcontrol_order_completed_card.total{
    text-align: right;
    padding-top: 12px;
    color: #b1b1b1;
    font-size: 1em;
    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: 600;
    color: #b1b1b1;
}
.workcontrol_order_completed_card.total .wc_cart_price b{
    color: #5fa961;
}

.wc_cart_tag{
    display: inline-block;
    vertical-align: middle;
    padding: 3px 6px !important;
    font-size: 0.65em;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #eee;
    width: auto !important;
    margin: 0 !important;
}

.wc_cart_outsale{
    display: inline-block;
    padding: 10px;
    color: #ff5b5b;
    border-left: 2px solid #ff5b5b;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.8em;
}

@media (max-width: 1024px){
    .wc_cart_total_cupom,
    .wc_cart_total_shipment{
        width: 100%;
    }
    
    .wc_cart_total_price {
        display: flex;
        flex-direction: column;
        align-items: self-end;
        margin-top: 15px;
    }

    .wc_cart_total_price p{
        width: 36%;
        display: inline-block;
        margin-left: 5px;
        padding: 12px;
    }
    
    .wc_cart_total_price .wc_cart_total {
        border-radius: 5px 5px 0 0;
    }
    
    .wc_cart_total_price .wc_cart_price {
        border-radius: 0 0 5px 5px;
    }

    .wc_cart_total_price .wc_cart_discount{
        border: none;
        border-left: 1px solid #009C9C;
        border-right: 1px solid #009C9C;
    }

    .workcontrol_cart_list_header p:first-of-type,
    .workcontrol_cart_list_item p:first-of-type{
        display: none;
    }

    .workcontrol_cart_list_header p:last-of-type,
    .workcontrol_cart_list_item p:last-of-type{
        width: 10%;
    }

    .workcontrol_cart_list_header p,
    .workcontrol_cart_list_item p{
        width: 19%;
    }

    .workcontrol_cart_list_header .item,
    .workcontrol_cart_list_item .item{
        width: 33%;
    }

    .workcontrol_cart_list_item .stock{
        display: none;
    }
    
    .workcontrol_order_forms{
        width: 100%;
        padding: 6px;
    }
    .workcontrol_order_forms label span {
        font-size: 1em;
    }
    
    .workcontrol_order_forms input {
        font-size: 1em;
        padding: 10px 15px;
    }
    
    .workcontrol_order_details > h1 {
        font-size: 1em;
        margin-bottom: 20px;
    }
    .workcontrol_order_details p img {
        width: 16%;
    }
    .workcontrol_order_details p span {
        width: 80%;
        padding-left: 5%;
        font-size: 0.75em;
    }
}

@media (max-width: 880px){
    .wc_cart_total_cupom{
        padding-bottom: 0;
    }

    .wc_cart_total_cupom,
    .wc_cart_total_shipment{
        width: 100%;
    }

    .wc_cart_total_price p{
        display: block;
        margin-left: 0;
    }

    .wc_cart_actions{
        text-align: right;
        margin-top: 20px;
    }

    .workcontrol_cart_list_header{
        display: none;
    }

    .workcontrol_cart_list_item{
        padding: 0;
    }

    .workcontrol_cart_list_item p{
        width: 30%;
        padding: 10px;
    }

    .workcontrol_cart_list_item .item{
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid #009C9C;
    }
    .workcontrol_pagseguro .wc_button_cart{
        width: 100%;
    }

    .workcontrol_pagseguro .labelline{
        margin: 0;
    }

    .workcontrol_pagseguro .label50.first,
    .workcontrol_pagseguro .label50.last,
    .workcontrol_pagseguro .label70,
    .workcontrol_pagseguro .label50,
    .workcontrol_pagseguro .label30{
        width: 100%;
        padding: 0;
        margin-bottom: 22px;
    }

    .workcontrol_carddata label,
    .workcontrol_carddata .label50{
        margin: 0 !important;
    }

    .workcontrol_carddata{
        margin: 0;
        margin-bottom: 30px;
    }
    
    .workcontrol_pay_tabs {
        margin-bottom: 12px;
    }
    
    .workcontrol_order_forms {
        padding: 10px 6px;
    }
    
    .workcontrol_order_forms form {
        padding: 5px;
    }
    
    .workcontrol_pagseguro_logo {
        padding-top: 15px;
    }
    .workcontrol_trigger_order p {
        line-height: 0.9;
    }
    
    .pix .pix-infos li h4 span {
		font-size: 1em;
	}
	
	.workcontrol_pagseguro_ubbank p {
		font-size: 1em;
	}
}
@media (max-width: 768px){
    .workcontrol_order_forms .wc_button_cart {
        flex-basis: 160px;
        padding: 10px 0;
        font-size: 0.9em;
    }
    
    .workcontrol_pay_tabs{
        display: flex;
    }
    
    .workcontrol_pay_tabs li {
        flex-basis: 50%;
    }
    .workcontrol_order_forms label span {
        font-size: 0.9em;
    }
    .workcontrol_pagseguro_ubbank h3 {
        font-size: 1.2em;
    }
    .workcontrol_pagseguro_ubbank p {
        font-size: 0.9em;
    }
    .workcontrol_pagseguro_ubbank h4{
        font-size: 1em;
    }
    .workcontrol_order_completed header h1 span {
        font-size: 1.1em;
    }
    .termos p {
        font-size: 0.9em;
    }
}

@media (max-width: 633px){
    .wc_cart_total_cupom input{
        width: 65%;
    }
    .wc_cart_total_cupom button {
        width: 35%;
    }
    .wc_cart_total_price {
        flex-direction: initial;
    }
    .wc_cart_total_price .wc_cart_total{
        border-radius: 5px 0 0 5px;
    }
    .wc_cart_total_price .wc_cart_discount{
        border: none;
        border-top: 1px solid #009C9C;
        border-bottom: 1px solid #009C9C;
    }
    .wc_cart_total_price .wc_cart_price{
        border-radius: 0 5px 5px 0;
    }
    .wc_cart_actions {
        display: flex;
        justify-content: space-between;
    }
    .wc_cart_actions .btn_escolher_mais {
        flex-basis: 48%;
    }
    .wc_cart_actions .btn_cart_continuar {
        flex-basis: 48%;
    }
    .workcontrol_order .workcontrol_order_forms {
        flex-basis: 65%;
        padding: 6px 15px;
    }
    .workcontrol_order_forms form {
        padding: 5px 10px 5px 0;
    }
    .workcontrol_order_forms .label50 {
        width: 100%;
    }
    .workcontrol_order_forms .label50:nth-of-type(2n+0){
        margin-left: 0;
    }
    .workcontrol_order .workcontrol_order_details{
        flex-basis: 35%;
    }
    .workcontrol_pagseguro .label50.first,
    .workcontrol_pagseguro .label50.last,
    .workcontrol_pagseguro .label70,
    .workcontrol_pagseguro .label50,
    .workcontrol_pagseguro .label30{
        margin-bottom: 15px;
    }
    
    .pix {
		flex-direction: column;
	}
	.pix .pix-qrcode {
		display: flex;
		justify-content: center;
	}
	.pix .pix-qrcode img {
		max-width: 80%;
	}
	.pix .pix-infos {
		padding: 0;
		padding-top: 12px;
	}
	.pix .pix-infos li h4 span {
		font-size: 1em;
	}
	.workcontrol_pagseguro_ubbank .atencao {
		margin-top: 12px;
	}
	.pix .pix-infos li:last-child{
	    margin-bottom: 0;
	}
    
}

@media (max-width: 425px){    
    .wc_cart_total_cupom,
    .wc_cart_total_shipment,
    .wc_cart_total_price{
        width: 100%;
        text-align: center;
    }

    .wc_cart_total_shipment .shiptag{
        text-align: center;
    }

    .wc_cart_actions .btn{
        display: block;
        margin: 0;
        width: 100%;
        padding: 20px 0;
    }

    .wc_cart_change{
        width: 35px !important;
    }
    .wc_cart_total_price {
        flex-direction: column;
    }
    .wc_cart_total_price p {
        width: 100%;
    }
    .wc_cart_total_price .wc_cart_total {
        border-radius: 5px 5px 0 0;
    }
    .wc_cart_total_price .wc_cart_discount {
        border: none;
        border-left: 1px solid #009C9C;
        border-right: 1px solid #009C9C;
    }
    .wc_cart_total_price .wc_cart_price {
        border-radius: 0 0 5px 5px;
    }
    .wc_cart_actions .btn {
        padding: 10px 0;
    }
    
    .workcontrol_cart_clean .btn{
        height: 35px !important;
        font-size: 15px !important;
        width: 75%;
    }
    .workcontrol_order .workcontrol_order_forms {
        flex-basis: 100%;
    }
    .workcontrol_order_forms label {
        margin-bottom: 10px;
    }
    .workcontrol_order_forms label span {
        margin-bottom: 5px;
    }
    .workcontrol_order_forms input {
        padding: 10px;
    }
    .workcontrol_order .workcontrol_order_details{
        display: none;
    }
    .workcontrol_order_completed_card.total b {
        width: 100px;
    }
    .termos p{
        margin-left: 0;
    }
}

/*320*/
@media (max-width: 320px){
    .workcontrol_cart_list {
        position: relative;
    }
    .workcontrol_cart_list_item p:last-of-type {
        position: absolute;
        top: 8px;
        right: 15px;
    }
    
    .workcontrol_cart_clean .btn{
        font-size: 14px !important;
    }
    .workcontrol_carddata {
        padding: 16px;
    }
    .workcontrol_carddata h3 {
        font-size: 1.1em;
    }
    .pix .pix-qrcode {
        justify-content: initial;
    }
    .pix .pix-qrcode img {
        max-width: 88%;
    }
}



.workcontrol_cart .documentacao-pendente{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(42,48,66);
    background: linear-gradient(137deg, rgba(42,48,66,1) 0%, rgba(16,23,33,1) 100%);
    border-top: 2px solid #262C3D;
    border-bottom: 2px solid #262C3D;
    border-left: 5px solid #FF4500;
    border-radius: 5px;
    padding: 30px;
    margin: 25px 0;
}
.workcontrol_cart .documentacao-pendente header{
    flex-basis: 70%;
    padding-right: 25px;
}
.workcontrol_cart .documentacao-pendente header h1{
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 1.5em;
    color: #FF8C00;
}
.workcontrol_cart .documentacao-pendente header p{
    font-weight: 500;
    font-size: 1em;
    color: #fff;
}
.workcontrol_cart .documentacao-pendente a{
    flex-basis: 30%;
    color: #ddd;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    height: auto;
    padding: 15px 5px;
    font-size: 0.7rem;
    background: rgb(61,154,234);
    background: -webkit-linear-gradient(165deg, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);
    background: -moz-linear-gradient(165deg, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);
    background: -o-linear-gradient(165deg, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);
    background: linear-gradient(165deg, rgba(61,154,234,1) 0%, rgba(73,84,238,1) 100%);
}
.workcontrol_cart .documentacao-pendente a:hover{
    background: rgb(73,84,238,1);
	background: -webkit-linear-gradient(165deg, #3de3ea 0%, #05797e 100%);
	background: -moz-linear-gradient(165deg, #3de3ea 0%, #05797e 100%);
	background: -o-linear-gradient(165deg, #3de3ea 0%, #05797e 100%);
	background: linear-gradient(165deg, #3de3ea 0%, #05797e 100%);
	text-shadow: none;
}
.workcontrol_order_forms .input-nativo{
    filter: grayscale(1);
}
.workcontrol_order_forms label small{
    margin-left: 15px;
}
.workcontrol_order_forms label small a{
    color: #009C9C;
}