/***********************************
######## CUSTOM BY ALISSON #########
***********************************/
.wc_cart_add .color_content {
    margin-bottom: 20px;
}

.wc_cart_add .color_content p {
    font-size: 0.9em;
    color: #333333;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.wc_cart_add .color_content p span {
    font-weight: bold;
}

.wc_cart_add .color_content.has_relatives a {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.wc_cart_add .color_content.has_relatives a input {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    cursor: pointer;
}

.wc_cart_add .color_content.has_relatives a .selected_color {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wc_cart_add .color_content.has_relatives a .selected_color i {
    font-size: 1.5em;
    color: #ffffff;
    -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.wc_cart_add .color_content.has_relatives a.active .selected_color {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wc_cart_add .color_content.no_relatives .boxing_loading {
    display: none;
}

.wc_cart_add .color_content.no_relatives .boxing_loading label {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.wc_cart_add .color_content.no_relatives .boxing_loading label input {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    cursor: pointer;
}

.wc_cart_add .color_content.no_relatives .boxing_loading label .selected_color {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wc_cart_add .color_content.no_relatives .boxing_loading label .selected_color i {
    font-size: 1.5em;
    color: #ffffff;
    -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.wc_cart_add .color_content.no_relatives .boxing_loading label.active .selected_color {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wc_cart_add .size_content {
    margin-bottom: 20px;
}

.wc_cart_add .size_content .boxing_loading {
    display: none;
}

.wc_cart_add .size_content .boxing_loading p {
    font-size: 0.9em;
    color: #333333;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.wc_cart_add .size_content .boxing_loading p span {
    font-weight: bold;
}

.wc_cart_add .size_content .boxing_loading label {
    display: inline-block;
    position: relative;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 5px 15px;
    margin-bottom: 3px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.wc_cart_add .size_content .boxing_loading label.active {
    color: var(--color-text-one);
    background-color: var(--color-background-one);
    border-color: var(--color-background-one);
}

.wc_cart_add .size_content .boxing_loading label input {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    cursor: pointer;
}

.wc_cart_add .size_content .boxing_loading label span {
    display: none;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -7.5px;
    right: 0;
    background-color: var(--color-background-three);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.wc_cart_add .size_content .boxing_loading label span i {
    color: var(--color-text-three);
    font-size: 0.5em;
}

.wc_cart_add .size_content .boxing_loading label.active span {
    display: flex;
}

.wc_cart_add .size_content .image_loading.invisible {
    display: none;
}

.wc_cart_add .print_content {
    margin-bottom: 10px;
}

.wc_cart_add .print_content p {
    font-size: 0.9375em;
    color: #000000;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.wc_cart_add .print_content p span {
    font-weight: bold;
}

.wc_cart_add .print_content.has_relatives a {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.wc_cart_add .print_content.has_relatives a input {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    cursor: pointer;
}

.wc_cart_add .print_content.has_relatives a .selected_print {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wc_cart_add .print_content.has_relatives a .selected_print i {
    font-size: 1.5em;
    color: #ffffff;
    -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.wc_cart_add .print_content.has_relatives a.active .selected_print {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wc_cart_add .print_content.no_relatives .boxing_loading {
    display: none;
}

.wc_cart_add .print_content.no_relatives .boxing_loading label {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.wc_cart_add .print_content.no_relatives .boxing_loading label input {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    cursor: pointer;
}

.wc_cart_add .print_content.no_relatives .boxing_loading label .selected_print {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wc_cart_add .print_content.no_relatives .boxing_loading label .selected_print i {
    font-size: 1.5em;
    color: #ffffff;
    -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.wc_cart_add .print_content.no_relatives .boxing_loading label.active .selected_print {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wc_cart_add .result_content .boxing_loading {
    display: none;
}

.wc_cart_add .result_content .image_loading.invisible {
    display: none;
}

.wc_cart_add .qtde_label {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.wc_cart_add .qtde_label span:nth-child(1),
.wc_cart_add .qtde_label span:nth-child(3) {
    width: 35px;
    height: 1px;
    background-color: #999999;
}

.wc_cart_add .qtde_label span:nth-child(2) {
    width: 80px;
    font-size: 0.875em;
    color: #666666;
    text-align: center;
}

.wc_cart_add .qtde_content {
    margin-bottom: 20px;
}

.wc_cart_add .qtde_content button {
    width: 35px;
    height: 35px;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    cursor: pointer;
}

.wc_cart_add .qtde_content button.minus {
    border-right: none;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.wc_cart_add .qtde_content button.plus {
    border-left: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.wc_cart_add .qtde_content input {
    width: 80px;
    height: 35px;
    text-align: center;
    padding: 0;
    border: 1px solid #cccccc;
    border-right: none;
    border-left: none;
}

.wc_cart_add .total_content {
    margin-bottom: 5px;
}

.wc_cart_add .total_content .purchase_total {
    margin-bottom: 15px;
}

.wc_cart_add .total_content .purchase_total p {
    font-size: 0.875em;
    color: #333333;
    line-height: 16px;
    margin-bottom: 3px;
}

.wc_cart_add .total_content .purchase_total p:last-child {
    margin-bottom: 0;
}

.wc_cart_add .total_content .purchase_total p:nth-child(1) {
    margin-bottom: 3px;
}

.wc_cart_add .total_content .purchase_total p:nth-child(1) span {
    color: var(--color-background-one);
    font-weight: bold;
}

.wc_cart_add .total_content .purchase_total p:nth-child(2) {
    font-size: 1.3125em;
}

.wc_cart_add .total_content .purchase_total p:nth-child(2) span:nth-child(1) {
    color: var(--color-background-one);
    font-weight: 600;
}

.wc_cart_add .total_content .purchase_total p:nth-child(3) {
    font-size: 0.75em;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
}

.wc_cart_add .total_content .purchase_total p:nth-child(3) span {
    font-weight: 600;
}

.wc_cart_add .total_content .btn_purchase {
    font-size: 0.9em;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: var(--color-background-one);
    text-decoration: none;
    padding: 15px 30px;
    border: none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.wc_cart_add .total_content .btn_purchase:hover {
    background-color: var(--color-background-three);
    cursor: pointer;
}

.wc_cart_add .total_content .btn_purchase i {
    margin-right: 5px;
}

.wc_cart_add .exchange_content p {
    font-size: 0.6875em;
    color: #333333;
    text-transform: uppercase;
    line-height: 14px;
}

.wc_cart_add .exchange_content p a {
    color: var(--color-background-one);
    font-weight: 600;
    text-decoration: none;
}

.wc_cart_add .exchange_content p span {
    display: block;
    font-size: 0.75em;
}

/*.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{
    display: inline-block;
    font-size: 0.875em;
    text-transform: uppercase;
    max-width: 70%;
    padding: 0 15px;
    margin-left: 10px;
    height: 48px;
    vertical-align: bottom;
}

.wc_cart_add_btn.btn{
    padding: 15px 30px;
}

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

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

.wc_related_product img{
    margin-bottom: 15px;
}*/

.wc_cart_list {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    cursor: pointer;
}

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

.wc_cart_callback .trigger {
    margin: 0;
}

.wc_cart_manager {
    position: fixed;
    /*CUSTOM BY ALISSON*/
    /*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;
}

.wc_cart_manager_content {
    display: none;
    width: 600px;
    max-width: 90%;
    margin: 12% auto 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.wc_cart_manager_header {
    text-align: center;
    padding: 20px 0;
    /*CUSTOM BY ALISSON*/
    background-color: var(--color-background-one);
    /*background: var(--color-background-one);*/
    color: #fff;
    font-size: 1.4em;
    font-weight: 300;
}

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

.wc_cart_manager_actions {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    background: #f2f2f2;
}

.wc_cart_manager_actions .btn {
    font-weight: 600;
    font-size: 0.7em;
    text-transform: uppercase;
}

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

.workcontrol_cart > header{
    margin-bottom: 0px;
    background-color: var(--color-background-one);
    border-radius: 5px 5px 0px 0px;
    font-weight: bold;
    font-size: 1em;
    /*border: 1px solid #eee;*/
}

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

.workcontrol_cart > header span{
    font-weight: bold;
}


.workcontrol_cart_clean {
    padding: 50px 20px;
    background: #eee;
    text-align: center;
}

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

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

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

.workcontrol_cart_clean .btn {
    padding: 15px 30px;
}

.workcontrol_cart_list {
    border: 1px solid #dddddd;
    border-bottom-left-radius: 5px;
}

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

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

.workcontrol_cart_list p:last-child,
.workcontrol_cart_list p:first-child {
    width: 5%;
    border-bottom-left-radius: 5px;
}

.workcontrol_cart_list .item {
    padding: 0 0 0 20px;
    text-align: left;
}

.workcontrol_cart_list_header {
    padding: 20px 0;
    font-size: 0.8em;
    color: #555555;
    background: #f2f2f2;
    font-weight: 300;
    text-transform: uppercase;
}

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

.workcontrol_cart_list .workcontrol_cart_list_item:last-child{
    border-bottom-left-radius: 5px;
}

.workcontrol_cart_list_item a {
    color: #000;
    font-weight: 600;
    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 img{
    border-radius: 5px;
    margin-left: 10px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0 30px -10px rgba(0,0,0,.3);
    box-shadow: 0 0 30px -10px rgba(0,0,0,.3);
}

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

.workcontrol_cart_list_item .stock{
    display: none;
    /*margin-left: 10px;*/
}

.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 .unity {
    font-size: 0.8em;
    color: #ccc;
    margin-left: 20px;
}

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

/*CUSTOM BY ALISSON*/
.workcontrol_cart_list_item .countdown {
    max-width: 300px;
    padding-bottom: 0;
    margin: 0 0 0 3px;
}

.workcontrol_cart_list_item .countdown_wrapper {
    position: initial;
}

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

.wc_cart_remove:hover {
    background: #F45563;
}

.wc_cart_total_forms {
    display: block;
    width: 100%;
    text-align: right;
}

.wc_cart_total_forms div:first-child{
    border-bottom-left-radius: 5px;
}
.wc_cart_total_forms div:last-child{
    border-bottom-right-radius: 5px;
    border-right: 1px solid #dddddd;
}

.wc_cart_total_cupom,
.wc_cart_total_shipment {
    display: inline-block;
    padding: 20px;
    border-top: none;
    background: #f2f2f2;
    font-size: 0.875em;
    vertical-align: top;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

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

.wc_cart_total_cupom input,
.wc_cart_total_shipment input {
    display: inline-block;
    width: auto;
    border: 1px solid #ddd;
    border-right: none;
    font-size: 1em;
    padding: 5.5px;
    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: 6px 0;
    width: 80px;
    border: 1px solid #999;
    border-left: none;
    background: #999;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 0px 5px 5px 0;
}

.wc_cart_total_cupom button:hover,
.wc_cart_total_shipment button:hover {
    background: #5fa961;
    border-color: #5fa961;
}

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

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

.wc_cart_total_shipment_result .shiptag {
    display: block;
    margin-bottom: 10px;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
    padding: 10px;
    background: #fbfbfb;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    cursor: pointer;
}

.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 #ddd;
    max-width: 228.5px;
}

.wc_cart_total_price p:first-child{
    border-radius: 5px 0px 0px 5px;
}

.wc_cart_total_price p:last-child{
    border-radius: 0px 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: 20px;
    text-transform: uppercase;
    text-align: right;
}

.wc_cart_actions .btn {
    font-size: 1em;
    display: inline-block;
    padding: 10px 20px;
}

.wc_cart_actions .btn_green {
    margin-left: 20px;
}

/*WORKCONTROL ORDER*/
.workcontrol_order{
    background: #fff;
    display: block;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ddd;
    width: 100%;
    vertical-align: top;
    position: relative;
    margin-bottom: 40px;
}

.workcontrol_order_forms{
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding: 25px;
}

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

.workcontrol_order_forms label span{
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    color: #333333;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.workcontrol_order_forms label{
    display: block;
    width: 100%;
    margin-bottom: 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{
    padding: 20px;
    font-size: 0.9em;
    font-weight: 300;
    color: #000;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: top;
}

.workcontrol_order_forms select{
    font-size: 0.9em;
    font-weight: 300;
    color: #000;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 20px;
}


.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: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: right;
}

.workcontrol_order_forms .btn{
    text-transform: uppercase;
    min-width: 250px;
    font-size: 1em;
    display: inline-block;
    padding: 20px;
    font-weight: bold;
}
.workcontrol_order_forms .wc_button_cart{
    margin-left: 10px;
}

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

.workcontrol_order_details{
    display: inline-block;
    width: 30%;
    height: 100vh;
    padding: 20px;
    border-left: 1px solid #eee;
    background: #f4f4f4;
    vertical-align: top;
    border-radius: 0 3px 3px 0;
}

.workcontrol_order_details > h1{
    font-size: 1.2em;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.workcontrol_order_details > h1 span{
    border-bottom: 5px solid #ccc;
    padding-bottom: 11px;
}

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

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

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

.workcontrol_order_details p img{
    width: 10%;
    border-radius: 3px;
}

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

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

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

.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: 0.8em;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

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

.workcontrol_order_back{
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 100%;
    text-align: right;
}

.workcontrol_order_back a{
    text-decoration: none;
    color: #ccc;
    text-transform: uppercase;
    font-size: 0.8em;
    display: block;
    padding: 15px;
}

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

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

.worcontrol_useraddr {
    padding: 20px;
    background: #fbfbfb;
    border: 1px solid #dddddd;
    cursor: pointer;
    border-radius: 5px;
}

.worcontrol_useraddr:hover {
    background: #eee;
}

.workcontrol_order_addrs {
    margin-bottom: 10px;
}

.wc_cart_total_shipment_tag {
    margin-top: 15px;
    font-size: 1.3em;
    font-weight: bold;
    display: none;
}

.workcontrol_order_newaddr {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
}

.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: #000;
    font-weight: 300;
}

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

.worcontrol_useraddr .title {
    font-weight: bold;
    font-size: 1.2em;
    display: block;
}

.workcontrol_shipment .shiptag {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 20px;
    background: #fbfbfb;
    vertical-align: middle;
    font-size: 0.875em;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
}

.workcontrol_shipment .shiptag:hover {
    background: #eee;
}

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

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

.workcontrol_pagseguro_logo {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dotted #eee;
}

.workcontrol_pagseguro label {
    margin: 0;
    vertical-align: top !important;
}

.workcontrol_pagseguro select {
    margin-top: 2px;
    font-size: 1.2em;
    font-weight: 500;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 13px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(PagSeguroWc/select.png) no-repeat; /* Imagem de fundo (Seta) */
    background-position: right 5px center; /*Posição da imagem do background*/
}
.workcontrol_order .workcontrol_order_forms{
}

.workcontrol_order .workcontrol_order_forms .workcontrol_pay_tabs{
    display: flex;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f9f9f9;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.workcontrol_order .workcontrol_order_forms .workcontrol_pay_tabs li{
    min-width: 33%;
    border-right: 1px solid #ddd;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.workcontrol_order .workcontrol_order_forms .workcontrol_pay_tabs li:first-child{
    border-top-left-radius: 5px;
}
.workcontrol_order .workcontrol_order_forms .workcontrol_pay_tabs li:last-child{
    border-top-right-radius: 5px;
    border-right: none;
}
.workcontrol_order .workcontrol_order_forms .workcontrol_pay_tabs li.active{
    color: #d6b155;
}
.workcontrol_order .workcontrol_order_forms .workcontrol_pay_tabs li::before{
    margin-right: 10px;
    color: #d6b155;
}
.workcontrol_order .workcontrol_order_forms .workcontrol_pay_tabs li::after{
    display: none;
}

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

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

.workcontrol_pagseguro .span,
.workcontrol_pagseguro label span {
    font-size: 1em;
    text-transform: uppercase;
    color: #555;
    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 .workcontrol_order_forms form {
    padding: 30px;
}
.workcontrol_order .workcontrol_order_forms form .labelline h4{
    font-size: 2em !important;
}
.workcontrol_order .workcontrol_order_forms form .labelline .wc_button_cart{
    width: 100%;
    background: linear-gradient( 90deg, #00a2b7 0%, #09a59f 35%, #07d9a6 100% ) !important;
    border-radius: 5px;
    height: auto;
    cursor: pointer;
    padding: 15px;
}


.form_actions_cart{
    margin-top: 15px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 5px;
}

.form_actions_cart .labelline{
    max-width: 100% !important;
}

.form_actions_cart .wc_cart_actions img{
    max-width: 25px;
}

.form_actions_cart .wc_cart_actions button{
    width: 100%;
    margin-left: 0;
}

.form_actions_cart .wc_cart_actions h4{
    text-align: center;
}
.form_actions_cart .wc_cart_actions h4 b{
    color: #07C4A3;
}

.form_actions_cart .bolepixinfo{
    /*padding: 15px;*/
    background: #f9f9f9;
    /*border: 1px solid #dddddd;*/
    border-radius: 5px;
}

.form_actions_cart .bolepixinfo h3{
    font-size: 1.5em;
    font-weight: bold;
}

.form_actions_cart .bolepixinfo .pix-box{
    
}

.form_actions_cart .bolepixinfo p{
    font-size: 0.8em !important;
    margin-top: 10px;
}

.form_actions_cart .wc_cart_actions_bolepix button, a{
    margin-left: 0 !important;
}

.form_actions_cart .wc_cart_actions_bolepix h4{
    text-align: center;
    font-size: 1em !important;
}

form#card{
    margin-top: 15px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 5px;
}

form#card .labelline{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 0;
}
form#card div.labelline{
    margin-bottom: 20px;
}

form#card .labelline label{
    text-align: start;
}
form#card .labelline label span{
    text-align: start;
    color: #494949;
    font-size: 0.7em;
    font-weight: bold;
}
form#card .labelline .labelDate{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    color: #494949;
    /*margin-bottom: 0;*/
}
form#card .labelline .labelDate span{
    text-align: start;
    color: #494949;
    font-size: 0.7em;
    font-weight: bold;
}
form#card .labelline .labelDate .labelline{
    margin-bottom: 0;
}
form#card .labelline .labelDate .labelline div{
    padding: 0;
}
form#card .labelline input{
    border: 2px solid #EEE;
    border-radius: 5px;
    padding: 15px;
    background: #FEFEFE;
    background-position: center right;
    background-repeat: no-repeat;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 3px 6px 0px;
}
form#card .labelline input:focus{
    border: 2px solid transparent;
    border-left: 2px solid transparent;
    border-radius: 5px;
    outline: transparent !important;
}

form#card .workcontrol_carddata{
    margin: 15px 0;
    border-radius: 5px;
    gap: 15px;
}
form#card .workcontrol_carddata h3{
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
    margin-bottom: 20px;
}
form#card .workcontrol_carddata .first, .last{
}
form#card .workcontrol_carddata .first span{
    margin: 0;
    text-align: start;
    color: #494949;
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 10px;
}
form#card .workcontrol_carddata .last span{
    margin: 0;
    text-align: start;
    color: #494949;
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 10px;
}
form#card .workcontrol_carddata .first .formCpf,form#card .workcontrol_carddata .last .formDate{
    border: 2px solid #EEE;
    border-radius: 5px;
    padding: 15px;
    background: #FEFEFE;
    background-position: center right;
    background-repeat: no-repeat;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 3px 6px 0px;
    margin-bottom: 25px;
    outline-color: transparent !important;
}
form#card .workcontrol_carddata .first .formCpf:focus,form#card .workcontrol_carddata .last .formDate:focus{
    outline-color: transparent !important;
}

form#card .labelline.labelactions{
    display: flex;
    flex-direction: column;
}
form#card .labelline.labelactions label{
    width: 100%;
}
form#card .labelline.labelactions label select{
    border: 2px solid #eeeeee;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 3px 6px 0px;
    background-size: auto 40%;
    background-position: right 20px center;
}
form#card .labelline.labelactions label select:focus{
    outline-color: transparent !important;
    
}
form#card .labelline.labelactions label .wc_button_cart{
    width: 100%;
    background: linear-gradient( 90deg, #00a2b7 0%, #09a59f 35%, #07d9a6 100% ) !important;
    border-radius: 5px;
    height: auto;
    cursor: pointer;
    padding: 15px;
    font-size: 1em;
    font-weight: 700;
}

form#card .wc_cart_actions_custom_pagamento{
    flex-basis: 100%;
    padding: 0;
    margin-top: 0 !important;
    text-align: center;
}

form#card .wc_cart_actions_custom_pagamento button{
    flex-basis: 100% !important;
}
form#card .wc_cart_actions_custom_pagamento img{
    margin-top: 10px;
    display: none;
}

form#card .workcontrol_pagseguro_logo{
    margin: 0;
}

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

form#pix .pix-box .pix-text{
    width: 100%;
    margin: 30px auto;
    position:relative;
    border-radius:5px;
    padding: 15px;
    display: block;
    font-size: 1.3em;
    background: #ffffff;
    border: 1px solid #ddd;
}

form#pix .pix-box .pix-text #pixcode{
    position: relative;
    color: #000;
    max-width: 100%;
    font-size: 0.875em;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 75px)
}

form#pix .pix-div{
    text-align: center !important;
}

form#pix .pix-div h3{
    font-size: 1.5em;
    margin-bottom: 20px;
}
form#pix .pix-div .pix-qr{
    display: flex;
    gap: 25px;
}
form#pix .pix-div .pix-qr img{
    flex-basis: 50%;
    border: 1px solid #ddd;
}
form#pix .pix-div .pix-qr .pix-instructions{
    display: flex;
    padding: 25px 0;
    flex-basis: 50%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
}
form#pix .pix-div .pix-qr .pix-instructions p{
    color: #666666;
    font-size: 0.9em;
}
form#pix .pix-div .pix-qr .pix-instructions p > b{
    color: #ffffff;
    margin-right: 10px;
    background: #299CB1;
    font-size: 0.8em;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}


form#pix .pix-box .pix-text .copy{
    border: none;
    color: white;
    position:absolute;
    top:50%;
    right:15px;
    transform:translateY(-50%);
    border-radius:5px;
    background: linear-gradient( 90deg, #00a2b7 0%, #09a59f 35%, #07d9a6 100% );
    padding: 5px 15px;
    font-size: 0.5em;
    font-weight:600;
    text-transform:uppercase;
    cursor:pointer;
    height: auto;
    user-select: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;
}

.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: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 0.875em;
    padding: 10px 15px;
    background: #eee;
    border: 1px solid #dddddd;
    border-left: 5px solid var(--color-background-one);
    margin-bottom: 15px !important;

}

.workcontrol_carddata input{
    background: #ffffff;
}

.workcontrol_carddata h3 {
    font-size: 1.1em;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
}

.workcontrol_carddata label span {
    margin: 15px 0 5px 0;
}

.workcontrol_trigger_order {
    width: calc(100% + 2px);
    font-size: 1em;
    padding: 25px;
    border-radius: 0px !important;
    margin-top: -1px;
    margin-left: -1px;
}

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

.workcontrol_trigger_order p {
    margin-top: 15px;
}

.workcontrol_order_completed {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 25px;
}

.workcontrol_order_completed header {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.workcontrol_order_completed .header-obrigado {
    border-bottom: none !important;
}

.workcontrol_order_completed header h1 span {
    font-size: 1.4em;
    font-weight: 300;
    margin-top: 4px;
}

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

.workcontrol_order_completed header span {
    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: #888;
    font-size: 0.875em;
}

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

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

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

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

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

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

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

.workcontrol_order_completed_card.total .wc_cart_price b,
.workcontrol_order_completed_card.total .wc_cart_price {
    font-weight: 400;
    color: #000;
}

.wc_cart_tag {
    display: inline-block;
    min-width: 50px;
    min-height: 20px;
    vertical-align: middle;
    padding: 3px 6px !important;
    font-size: 0.65em;
    text-transform: uppercase;
    background-color: #ffffff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #eee;
    width: auto !important;
    margin: 0 !important;
}

.wc_cart_outsale {
    display: inline-block;
    padding: 10px;
    border: 1px solid #F45563;
    color: #F45563;
}

/*992*/
@media (max-width: 62em) {
    
    .workcontrol_cart_list,.workcontrol_cart_list_item{
        border-radius: 0px !important;
    }
    
    .wc_cart_total_cupom,
    .wc_cart_total_shipment {
        width: 50%;
    }

    .wc_cart_total_price p {
        width: 50%;
        display: inline-block;
        margin-left: 15px;
        border-radius: 5px !important;
        border: 1px solid #ddd !important;
    }

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

    .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 .unity {
        display: none;
    }

    .workcontrol_order_forms {
        width: 100%;
        padding: 0;
    }

    .workcontrol_order_details {
        display: none;
    }
    
    .wc_cart_actions .btn {
        margin-left: 15px !important;
    }
}

/*768*/
@media (max-width: 48em) {
     .wc_cart_total_cupom {
        padding-bottom: 0;
    }
    
    .wc_cart_total_forms{
        text-align: left;
        margin-top: 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
        background: #eeeeee;
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 15px;
        padding: 15px;
    }
    
    .wc_cart_total_forms button{
        display: block;
        width: 100%;
        padding: 15px;
    }
    
    .wc_cart_total_forms p{
        text-transform: uppercase;
        display: block;
        text-align: left;
    }

    .wc_cart_total_cupom,.wc_cart_total_shipment {
        width: 100%;
        border-radius: none !important;
        background: none;
        border: none !important;
        padding: 0;
    }
    
    .wc_cart_total_forms .wc_cart_total_shipment_input{
        display: block;
        width: 100%;
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #ddd;
    }
    
    .wc_cart_total_forms .wc_cart_cupom_input{
        display: block;
        width: 100%;
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #ddd;
    }
    
    .wc_cart_total_forms .input_js_actions{
        padding: 10px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #ddd;
    }
    
    .wc_cart_total_forms button{
        border-radius: 5px;
        margin-top: 5px;
    }
    
    .wc_cart_total_price{
        display: flex;
        width: 100%;
        text-align: right;
        gap: 15px;
    }
    
    .wc_cart_total_price p {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .wc_cart_total_price p b{
        display: block;
    }

    .wc_cart_actions {
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
        justify-content: center;
        vertical-align: center;
        gap: 15px;
    }

    .wc_cart_actions .btn{
        flex-basis: 100%;
        margin-left: 0;
    }
    
    .wc_cart_actions .btn_green{
        padding: 20px;
        font-size: 1.5em;
    }
    
    .workcontrol_cart_list{
        border-radius: 0px 0px 5px 5px !important;
    }

    .workcontrol_cart_list_header {
        display: none;
    }

    .workcontrol_cart_list_item {
        padding: 0;
        border-radius: 0px 5px 0 5px;
    }

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

    .workcontrol_cart_list_item .item {
        width: 100%;
        padding: 20px;
        background: #f2f2f2;
        border-bottom: 1px solid #ddd;
    }

    .workcontrol_pagseguro .wc_button_cart {
        float: none;
        width: 100%;
    }

}

/*640*/
@media (max-width: 42em) {
     .wc_cart_total_cupom {
        padding-bottom: 0;
    }
    
    .wc_cart_total_forms{
        text-align: left;
        margin-top: 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
        background: #eeeeee;
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 15px;
        padding: 15px;
    }
    
    .wc_cart_total_forms button{
        display: block;
        width: 100%;
        padding: 15px;
    }
    
    .wc_cart_total_forms p{
        text-transform: uppercase;
        display: block;
        text-align: left;
    }

    .wc_cart_total_cupom,.wc_cart_total_shipment {
        width: 100%;
        border-radius: none !important;
        background: none;
        border: none !important;
        padding: 0;
    }
    
    .wc_cart_total_forms .wc_cart_total_shipment_input{
        display: block;
        width: 100%;
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #ddd;
    }
    
    .wc_cart_total_forms .wc_cart_cupom_input{
        display: block;
        width: 100%;
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #ddd;
    }
    
    .wc_cart_total_forms .input_js_actions{
        padding: 10px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #ddd;
    }
    
    .wc_cart_total_forms button{
        border-radius: 5px;
        margin-top: 5px;
    }
    
    .wc_cart_total_price{
        display: flex;
        width: 100%;
        text-align: right;
        gap: 15px;
    }
    
    .wc_cart_total_price p {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .wc_cart_total_price p b{
        display: block;
    }

    .wc_cart_actions {
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
        justify-content: center;
        vertical-align: center;
        gap: 15px;
    }
    
    .wc_cart_actions .btn{
        flex-basis: 100%;
        margin-left: 0;
    }
    
    .wc_cart_actions .btn_green{
        padding: 20px;
        font-size: 1.5em;
    }
    
    .workcontrol_cart_list{
        border-radius: 0px 0px 5px 5px !important;
    }

    .workcontrol_cart_list_header {
        display: none;
    }

    .workcontrol_cart_list_item {
        padding: 0;
        border-radius: 0px 5px 0 5px;
    }

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

    .workcontrol_cart_list_item .item {
        width: 100%;
        padding: 20px;
        background: #f2f2f2;
        border-bottom: 1px solid #ddd;
    }

    .workcontrol_pagseguro .wc_button_cart {
        float: none;
        width: 100%;
    }

}

/*480*/
@media (max-width: 30em) {
    
    form {
        margin-top: 0px !important;
        border: none !important;
        background: #f9f9f9;
        border-radius: 0px 0px 5px 5px !important
    }
    form .workcontrol_carddata{
        display: flex;
        flex-direction: column;
    }
    form .workcontrol_carddata .first{
        display: block;
        width: 100%;
    }
    
    form .workcontrol_carddata .last{
        display: block;
        width: 100%;
    }
    
    .workcontrol_order .workcontrol_order_forms .workcontrol_pay_tabs {
        flex-direction: column;
        margin-bottom: 0px !important;
        border-radius: 0px !important;
    }
    
    .workcontrol_order .workcontrol_order_forms .workcontrol_pay_tabs li{
        width: 100%;
        flex-basis: 100% !important;
        border-bottom: 1px solid #ddd;
        border-right: none !important;
    }
    
    .wc_cart_total_cupom {
        padding-bottom: 0;
    }
    
    .wc_cart_total_forms{
        text-align: left;
        margin-top: 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
        background: #eeeeee;
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 15px;
        padding: 15px;
    }
    
    .wc_cart_total_forms button{
        display: block;
        width: 100%;
        padding: 15px;
    }
    
    .wc_cart_total_forms p{
        text-transform: uppercase;
        display: block;
        text-align: left;
    }

    .wc_cart_total_cupom,.wc_cart_total_shipment {
        width: 100%;
        border-radius: none !important;
        background: none;
        border: none !important;
        padding: 0;
    }
    
    .wc_cart_total_forms .wc_cart_total_shipment_input{
        display: block;
        width: 100%;
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #ddd;
    }
    
    .wc_cart_total_forms .wc_cart_cupom_input{
        display: block;
        width: 100%;
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #ddd;
    }
    
    .wc_cart_total_forms .input_js_actions{
        padding: 10px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #ddd;
    }
    
    .wc_cart_total_forms button{
        border-radius: 5px;
        margin-top: 5px;
    }
    
    .wc_cart_total_price{
        display: flex;
        width: 100%;
        text-align: right;
        gap: 15px;
    }
    
    .wc_cart_total_price p {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .wc_cart_total_price p b{
        display: block;
    }

    .wc_cart_actions {
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
        justify-content: center;
        vertical-align: center;
        gap: 15px;
    }
    
    .wc_cart_actions img{
        display: none;
    }
    
    .wc_cart_actions .btn{
        flex-basis: 100%;
        margin-left: 0;
    }
    
    .wc_cart_actions .btn_green{
        padding: 20px;
        font-size: 1.5em;
    }
    
    .workcontrol_cart_list{
        border-radius: 0px 0px 5px 5px !important;
    }

    .workcontrol_cart_list_header {
        display: none;
    }

    .workcontrol_cart_list_item {
        padding: 0;
        border-radius: 0px 5px 0 5px;
    }

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

    .workcontrol_cart_list_item .item {
        width: 100%;
        padding: 20px;
        background: #f2f2f2;
        border-bottom: 1px solid #ddd;
    }

    .wc_cart_actions .wc_button_cart {
        float: none;
        width: 100%;
        margin-left: 0px !important;
    }
    form#pix .pix-div{
        text-align: center !important;
    }
    
    form#pix .pix-div h3{
        font-size: 1.5em;
    }
    form#pix .pix-div .pix-qr{
        flex-direction: column;
        gap: 0;
    }
    form#pix .pix-div .pix-qr img{
        flex-basis: 100%;
    }
    form#pix .pix-div .pix-qr .pix-instructions{
        display: flex;
        padding: 25px 0;
        flex-basis: 50%;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        text-align: left;
        gap: 10px;
    }
    form#pix .pix-div .pix-qr .pix-instructions p{
        color: #666666;
        font-size: 0.9em;
    }
    form#pix .pix-div .pix-qr .pix-instructions p > b{
        color: #ffffff;
        margin-right: 10px;
        background: #299CB1;
        font-size: 0.8em;
        padding: 10px;
        border-radius: 5px;
        display: inline-block;
    }

}