.wc_cart_manager_actions .btn/************************
######## GLOBAL #########
************************/

.mb-0 {
    margin-bottom: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}


/***********************************
######## 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_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: 9999;
}

.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: 100% !important;
    height: 100%;
    max-width: 100% !important;
    margin: auto !important;
    background: transparent !important;
}

.content-modal-cart {
    max-width: 600px;
    background: #ffffff;
    border-radius: 10px;
    -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 !important;
    background-color: #052c65 !important;
    /*background: var(--color-background-one);*/
    color: #fff;
    font-size: 1.4em;
    font-weight: 600 !important;
    border-radius: 5px 5px 0 0;
}

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

.wc_cart_manager_actions {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    width: 100% !important;
    padding: 20px !important;
    text-align: center !important;
    background: #f2f2f2 !important;
    /*height: 70px !important;*/
    border-radius: 0px 0px 10px 10px;
}

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

.wc_cart_manager_actions .wc_cart_close {
    float: none;
}

.wc_cart_manager_actions .wc_cart_close:hover {
    color: #FFFFFF !important;
}

.wc_cart_manager_actions .wc_cart_finish {
    float: none;
    color: #FFFFFF !important;
    align-content: center;
}

.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 20px 0;
    /*margin-top: -120px;*/
    /*padding: 20px;*/
    /*background: #ffffff;*/
    /*border-radius: 10px;*/
    /*position: relative;*/
    /*z-index: 99;*/
}


.workcontrol_cart > header {
    margin-bottom: 20px;
    border-top: none;
    border-radius: 15px 15px 0px 0px;
    position: absolute;
    top: -45px;
    width: 100%;
    background: #FFFFFF;
    display: none;
}

.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;
    text-align: center;
    border-radius: 5px;
}

.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: 5em;
    color: #003760;
}

.workcontrol_cart_clean .btn {
    padding: 15px 30px;
    color: #FFFFFF !important;
    background: #004070db !important;
}

.workcontrol_cart_clean .btn:hover {
    background: #002643db !important;
}

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


.workcontrol_cart_list p {
    display: inline-block;
    width: 22.5%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0 !important;
}

.workcontrol_cart_list p img {
    padding: 0px !important;
    background: #fff;
    width: 100%;
}

.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: #fff;
    background: #003760;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
}

.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: #a3a3a3;
}


/*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 10px;
    background: #ccc;
    color: #fff;
    font-size: 1em;
    font-weight: 900 !important;
    border-radius: 50%;
    cursor: pointer;
    transition: .5s;
}

.wc_cart_remove:hover {
    background: #F45563;
    color: #fff !important;
}

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

.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-radius: 0px 0px 5px 5px;
    margin-left: 5px;
}

.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 p {
    margin: 0;
    margin-right: 1rem;
}

.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: 4px 0;
    width: 80px;
    border: 1px solid #142953;
    border-left: none;
    background: #142953;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 0px 5px 5px 0px;
}

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

/*WORKCONTROL ORDER*/

.workcontrol_order {
    /*border: 1px solid #ddd;*/
    display: block;
    width: 100%;
    vertical-align: top;
    border-radius: 5px;
    /*background: #F4F4F4;*/
    background: transparent;
    /*padding: 15px;*/
    /*box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.07);*/
    padding-top: 0 !important;
    /*margin-top: -145px;*/
    /*position: relative*/
    border: none;
}

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

.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 {
    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;
    padding: 8px 6px;
    width: 100%;
    ;
}

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

.workcontrol_order_forms .btn {
    text-transform: uppercase;
    min-width: 250px;
    font-size: 1em;
    display: inline-block;
    font-weight: bold;
}
.workcontrol_order_forms .wc_button_cart {
    margin-left: 20px;
    background-color: #006080 !important;
}

.workcontrol_order_forms .wc_button_cart:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
    background-color: #075d4d !important;
}

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

.workcontrol_order_details {
    display: inline-block;
    width: 30%;
    padding: 20px;
    vertical-align: top;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.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: none;
    padding-bottom: 0;
}

.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 {
    background: #ffbb00;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

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

.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: 25px;
    margin-bottom: 0px !important;
    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 .wc_addr_form_open {
    font-size: 1em;
    display: inline-block;
    padding: 10px 20px;
    background-color: #0E96E5 !important;
    color: #ffffff !important;
}

.workcontrol_order_newaddr .wc_addr_form_open:hover {
    color: #FFFFFF !important;
    background: #ffbb00 !important;
    text-decoration: none !important;
}

.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: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    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;
    width: 100%;
    font-size: 1.2em;
    font-weight: 500;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px 6px;
    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_pay_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
    border-radius: 5px;
    padding-left: 0;
}

.workcontrol_order .workcontrol_order_forms .workcontrol_pay_tabs li {
    border: 1px solid #192a56;
    background: transparent;
    color: #192a56;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 25px !important;
    cursor: pointer;
    text-wrap: nowrap !important;
    list-style: none;
    text-align: center;
    border-radius: 5px;
    width: 100%;
}

.workcontrol_pay_tabs .active:before,
.workcontrol_pay_tabs .active:hover:before {
    content: "";
}

.workcontrol_order .workcontrol_order_forms .workcontrol_pay_tabs li.active {
    color: #ffffff;
    background: #FBC531;
    border-color: #FBC531;
}

.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 {
    border-radius: 5px !important;
    padding: 30px;
}

.workcontrol_order .workcontrol_order_forms form .labelline h4 {
    font-size: 2em;
}

.workcontrol_order .workcontrol_order_forms form .labelline .wc_button_cart {
    width: 100%;
    background: linear-gradient( 90deg, #00a2b7 0%, #09a59f 35%, #07d9a6 100%);
    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 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-pagamentos input {
    border: 2px solid #EEE;
    border-radius: 5px;
    /*padding: 8px 15px;*/
    padding: 10px 20px;
    background: transparent;
    background-position: center right;
    background-repeat: no-repeat;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 3px 6px 0px;*/
    border-radius: 5px !important;
    outline: 0;
    transition: all 0.4s ease-out;
}

.form-pagamentos input:focus {
    box-shadow: 0px 0px 8px 1px rgb(251 197 49 / 50%);
    border-color: #fbc531;
}

.form-pagamentos select:focus {
    box-shadow: 0px 0px 8px 1px rgb(251 197 49 / 50%);
    transition: all 0.4s ease-out;
    border-color: #fbc531;
}
.form-pagamentos select {
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 3px 6px 0px;*/
    background: url('/themes/wc_eventos/images/seta-para-baixo.png') 90% / 6% no-repeat #fff;
    width: 100%;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
}

.form-pagamentos .label-title {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.form-pagamentos .title {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 600;
    color: #212529 !important;
    margin: 30px 0;
    position: relative;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-pagamentos .title:before {
    content: "";
    position: absolute;
    left: 0;
    height: 35px;
    width: 5px;
    background: #f9bc1e;
    border-radius: 5px;
}

.form-pagamentos .style-p {
    font-size: 1em;
    font-weight: 300;
    margin: 0px 5px !important;
}

.form-pagamentos .wc_button_cart {
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    padding: 14px 30px;
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    background: #fbc531 !important;
    transition: 0.5s;
    color: #FFF;
    border: 1px solid #fbc531;
    text-shadow: none !important;
}

.form-pagamentos .wc_button_cart:hover {
    background: #e9a800 !important;
}

.form-pagamentos .box-btn-pagamento h4 {
    text-align: left;
    font-size: 0.9rem !important;
    line-height: 1;
    margin-bottom: 10px;
}

.form-pagamentos .box-btn-pagamento h4 b {
    display: block;
    font-weight: bold;
    font-size: 2.4rem !important;
    color: #f9bc1e;
}

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

form#card .labelline {
    display: flex;
    gap: 20px;
    margin: 0;
    margin-bottom: 10px;
}

form#card .labelline label {
    text-align: start;
    margin-bottom: 10px;    
}

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

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;
    gap: 0;
}


form#card .labelline .labelDate .labelline div {
    padding: 0;
}

form#card .labelline .labelDate .labelline .month input{
    border-right: none;
    border-radius: 5px 0 0 5px !important;
}
form#card .labelline .labelDate .labelline .year input{
    border-radius: 0 5px 5px 0  !important;
}
form#card .labelline .labelDate .labelline input:focus {
    box-shadow: 0px 0px 8px 1px rgb(251 197 49 / 50%);
    border: 1px solid #fbc531;
}
form#card .workcontrol_carddata {
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 20px !important;
    padding: 20px;
    border-radius: 5px;
}

form#card .workcontrol_carddata h3 {
    flex-basis: 100%;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
    margin-bottom: 0;
}

form#card .workcontrol_carddata .title {
    margin: 0;
    margin-bottom: 3px;
}

form#card .workcontrol_carddata .label50 {
    margin-bottom: 0px;
}

form#card .labelline .labelactions {
    display: flex;
    flex-direction: column;
}

form#card .labelline .labelactions label {
    width: 100%;
    margin-bottom: 0px;
}

form#card .wc_cart_actions {
    width: 100%;
    margin: 0px;
}

form#card .wc_button_cart {
    /*background: linear-gradient(90deg, #e9a800 0%, #f9bc1e 35%, #e9a800 100%) !important;*/
    height: 56px;
}

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;
    margin-bottom: 10px;
    text-align: center;
    border-color: #DDD;
}

form#card .workcontrol_pagseguro_logo img {
    margin: 0 auto;
}

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

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

.form-pagamentos .workcontrol_pagseguro_logo {
    margin: 10px 0;
    text-align: center;
    border-color: #DDD;
}

.form-pagamentos .workcontrol_pagseguro_logo img {
    margin: 0 auto;
}

.form-pagamentos .pix-text {
    width: 100% !important;
    margin: 0 !important;
    position: relative;
    border-radius: 5px;
    padding: 20px;
    display: block;
    font-size: 1.3em;
    background-color: #eee!important;
    border: 1px solid #ddd !important;
}

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

.form-pagamentos .pix-div h3 {
    margin-bottom: 20px;
}

.form-pagamentos .pix-div .pix-qr {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}

.form-pagamentos .pix-div .pix-qr .box-qr-img {
    align-content: center;
}

.form-pagamentos .pix-div .pix-qr .box-qr-img img {
    max-width: 220px;
    padding: 10px;
    background: #FFF;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
}

.form-pagamentos .pix-div .pix-qr .box-qr-img p {
    text-transform: uppercase;
    font-size: 0.7rem !important;
    letter-spacing: 0.3px;
}

.form-pagamentos .pix-div .pix-qr .pix-instructions {
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start !important;
    text-align: left;
}

.form-pagamentos .pix-div .pix-qr .pix-instructions p {
    color: #666666;
    /*font-size: 0.9em;*/
    /*margin-bottom: 5px;*/
    letter-spacing: -1px;
    font-size: 1.05em !important;
    margin-bottom: 0px !important;
}

.form-pagamentos .pix-div .pix-qr .pix-instructions p > b {
    color: #f9bc1e;
    margin-right: 3px;
    background: #f9bc1e;
    background: var(--color-background-one);
    font-size: 1em;
    font-weight: 500;
    padding: 4px 1px;
    /*border-radius: 5px;*/
    display: inline-block;
}

.form-pagamentos .pix-text .copy {
    order: 1px solid #ffffff;
    color: #212529;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    border-radius: 3px;
    background: #ffffff;
    transition: 0.3s;
    padding: 5px 12px;
    font-size: 0.5em;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    height: auto;
    user-select: none;
}

.form-pagamentos .pix-text .copy:hover {
    background: #ddd;
}

.form-pagamentos .wc_cart_actions h4 {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 10px;
}
.box-badge{
    display: none;
    text-align: center;
    margin-top: 10px;
}
.badge-100{
    width: 100%;
    padding: 10px 14px;
    font-size: 1rem;
}
.workcontrol_pagseguro_billet h3 {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
    margin-bottom: 20px;
}

.workcontrol_pagseguro_billet h4 {}

.workcontrol_pagseguro_billet h4 b {}

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

.workcontrol_trigger_order {
    width: calc(100% + 2px);
    font-size: 1em;
    padding: 25px;
    border-radius: 5px !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 .dt-text{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.workcontrol_order_completed header {
    padding-bottom: 25px;
    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;
    border-radius: 5px;
    background: #f4556340;
}
/*.cart-payment .pix-box{*/
/*    background-color: #eee!important;*/
/*    border: 1px solid #ddd !important;*/
/*    border-radius: 0;*/
/*}*/
#boletocode{
    display: block;
    width: 85%;
    overflow: hidden;
}
#js_countdown_msg {
    margin-bottom: 5px;
}
.cart-payment {
    background: #ffffff;
    margin-top: -120px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 3px 15px 0 rgba(47, 85, 212, .1);
}
.cart-payment  .pix-box .pix-text:first-child{
    border-radius: 5px 5px 0 0;
}
.cart-payment  .pix-box .pix-text:last-child{
    border-radius: 0 0 5px 5px;
}
.cart-payment  .pix-box .boleto-text{
    border-radius: 5px !important;
}
.cart-payment .order-payment-detail{
    width: 70%;
}
.cart-payment .js_pix_btn {
    margin-top: 20px;
}
.cart-payment .group-pix-box .pix-text{
    border-radius: 5px 5px 0 0;
    border-bottom: none !important;
}
.cart-payment .group-pix-box .pix-box{
    border-radius: 0 0 5px 5px !important;
}
.cart-payment .group-pix-box .pix-box .pix-text:first-child{
    border-bottom: none !important;
    border-radius: 0;
}
.cart-payment .group-pix-box .pix-box .pix-text:last-child{
    border-top: none !important;
    border-bottom: 1px solid #ddd !important;
}
.cart-payment .box-valor{
    text-align: start;
}
.cart-payment .box-valor span{
    text-transform: none;
}
.cart-payment .box-valor h4{
    line-height: 1.4 !important;
    color: #2eca8b !important;
    font-weight: bold !important;
    font-size: 2.2rem !important;
    margin-bottom: .5rem !important;
}
.cart-payment .dt-text label{
    margin: 0;
    
}
.cart-payment .dt-text p{
    font-size: 1.25em;
    margin: 0;
    line-height: normal;
    font-weight: bold;    
}
.cart-payment .workcontrol_order{
    height: 100%;
    display: flex;
    justify-content: space-between;
    /*gap: 20px;*/
}
.cart-payment .workcontrol_order .workcontrol_order_forms{
    padding: 20px;
}
.cart-payment .workcontrol_order .workcontrol_order_forms form{
    padding: 0 5px;
}
.cart-payment  form{
    background-color: transparent !important;
    border: none !important;
}
.cart-payment .box-detail-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1em;
    border-bottom: 1px solid #ccc;
}
.cart-payment .box-detail-cart .text-muted {
    font-size: 0.85rem;
}
.cart-payment .detail-order .text-detail-cart {
    font-size: 1.25rem;
    font-weight: bold;
}
.cart-payment .text-detail-cart {
    text-align: end;
    font-size: 0.85rem;
}

.cart-payment .workcontrol_order_details {
    background-color: #eee !important;
    height: auto;
    width: 30%;
    display: flex;
    flex-direction: column;
    border-radius: 0 10px 10px 0;
}
.cart-payment .workcontrol_pagseguro_logo {
    padding: 20px;
    margin: 0;
    margin-top: 10px;
    border: none;
}
.cart-payment .workcontrol_pagseguro_logo img{
    max-width: 455px;
    width: 100%;
}

/*992*/

@media (max-width: 62em) {
    .cart-payment .workcontrol_order{
        flex-direction: column;
    }
    .wc_cart_actions .btn_blue, .workcontrol_order_forms_actions .btn_blue{
        width: 100%;
    }
    .cart-payment .workcontrol_order_details{
        width: 100%;
    }
    .cart-payment .order-payment-detail{
        width: 100%;
    }
    .workcontrol_order_details_total div{
        display: flex;
        justify-content: space-between;
    }
    .wc_cart_actions .btn_green{
        margin: 0;
    }
    .wc_cart_actions {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        vertical-align: center;
        gap: 15px;
    }
    .carrinho .wc_cart_actions .btn{
        width: 100%;
        padding: 10px 0 !important;
        font-size: 1em !important;
    }
    .carrinho .wc_cart_total_price{
        gap: 0;
    }
    .carrinho .wc_cart_total_price .wc_cart_discount{
            border: 1px solid #ddd !important;
    }
    .cart-payment .workcontrol_order_details{
        border-radius: 10px !important;
    }
    
    /*.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 p {
        width: 50%;
        display: inline-block;
        margin-left: 5px;
    }
    .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%;
    }
    /*.wc_cart_actions .btn {*/
    /*    margin-left: 15px !important;*/
    /*}*/
    .wc_cart_total_cupom .wc_cart_cupom_val {
        border-radius: 5px;
    }
    .wc_cart_total_cupom .wc_cart_cupom {
        margin-top: 5px;
        border-radius: 5px;
    }
}


/*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;
    }
    .form-pagamentos .pix-div .pix-qr .box-qr-img{
        justify-items: center;
    }
    .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_price p {
        width: 100%;
        display: block;
        margin-left: 0;
    }
    /*.wc_cart_total_cupom,.wc_cart_total_shipment {*/
    /*    width: 100%;*/
    /*    border-radius: none !important;*/
    /*    background: none;*/
    /*    border: none !important;*/
    /*    padding: 0;*/
    /*}*/
    .wc_cart_total_cupom,
    .wc_cart_total_shipment {
        width: 100%;
        margin-left: 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 .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%;
    }
    .form-pagamentos .wc_button_cart {
        font-size: 0.85em !important;
        margin: 0px !important;
    }
    .wc_cart_total_cupom .wc_cart_cupom_val {
        width: 100%;
        padding: 10px 5px;
    }
    .wc_cart_actions a {
        margin-right: 0px !important;
    }
    .workcontrol_order .workcontrol_order_forms .workcontrol_pay_tabs {
        flex-direction: column;
    }
    .workcontrol_pay_tabs li {
        width: 100% !important;
    }
    .form-pagamentos .pix-div .pix-qr {
        flex-direction: column !important;
    }
}


/*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;
        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%;
    }
    form#card .labelline {
        flex-wrap: wrap;
    }
    form#card .labelline .labelDate,
    form#card .labelline .label30,
    form#card .label50 {
        width: 100%;
    }
    form#card .workcontrol_carddata .label50 {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    form#card .year,
    form#card .month {
        width: 50%;
    }
    .form-pagamentos .pix-div .pix-qr {
        flex-wrap: wrap;
    }
    .wc_cart_total_cupom,
    .wc_cart_total_shipment,
    .wc_cart_total_price {
        width: 100%;
        text-align: center;
    }
    #js_countdown_msg{
        font-size: 0.5rem !important;
    }
    #js_countdown_count{
        font-size: 2em !important;
    }
    .form-pagamentos select{
        background: url('/themes/wc_eventos/images/seta-para-baixo.png') 93% / 4% no-repeat #fff;
    }
}

@media (max-width: 575px) {
    .workcontrol_cart {
        margin: 0 5px;
    }
}


/*480*/

@media (max-width: 30em) {
    form {
        margin-top: 0px !important;
        border: none !important;
        background: #f9f9f9;
        border-radius: 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;
    }
    .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;
        justify-content: center;
        vertical-align: center;
        gap: 15px;
    }
    .wc_cart_actions img {
        display: none;
    }
    .wc_cart_actions .btn {
        flex-basis: 100%;
        margin-left: 0;
        padding: 8px 20px !important;
    }
    .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 .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-pagamentos .title {
        font-size: 1rem !important;
    }
    .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%;
    }
    .wc_cart_change {
        width: 35px !important;
    }
    /*
    .wc_cart_actions .btn:first-of-type {
        margin: 0 0 20px 0;
    }
    */
    .form-pagamentos .pix-div .pix-qr .box-qr-img p {
        text-align: center !important;
    }
    .s-top .search {
        width: 85%;
    }
    .s-top .search .subcribe-form form .btn,
    .s-top .search #verificar-search{
        font-size: 1rem;
    }
    .subcribe-form .btn{
        height: 93%;
    }
}

@media (max-width: 372px) {
    .wc_cart_total_cupom button,
    .wc_cart_total_shipment button {
        display: inline-block;
        padding: 4px 0;
        width: 80px;
        border: 1px solid #142953;
        border-left: none;
        background: #142953;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
        vertical-align: middle;
        border-radius: 5px;
        margin: 0.5rem 0;
    }
}

.wc_cart_actions .btn_green {
    margin-left: 20px;
    background-color: #17a2b8 !important;
}
.wc_cart_actions .btn_blue,
.wc_cart_actions .btn_green:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
    background-color: #148a9c !important;
}

.wc_cart_actions .btn_blue,
.workcontrol_order_forms_actions .btn_blue{
    background: #ffbb00 !important;
}

.workcontrol_order_forms .endereco .wc_button_cart{
    background: #222c48 !important;
}
.workcontrol_order_forms .endereco .wc_button_cart:hover{
    background: #2f4584 !important;
    opacity: unset;
}

.workcontrol_cart .novo_endereco .btn_yellow {
    background: #222c48 !important;
    width: 100%;
    color: #fff;
}

.workcontrol_order_details_total .wc_cart_shiping,
.workcontrol_order_details_total .wc_cart_price,
.workcontrol_order_details_total .wc_cart_total,
.workcontrol_order_details_total .wc_cart_discount{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
