/***********************************

######## 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;

}


/* size */

.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: 15px 25px;

    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: #FFFFFF;

    background-color: #3C1D49;

    border-color: #3C1D49;

}


.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: #97C749;

    -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: #ffffff;

    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;

}


/* option */

.wc_cart_add .option_content {

    margin-bottom: 20px;

}


.wc_cart_add .option_content .boxing_loading {

    /*display: none;*/

}


.wc_cart_add .option_content .boxing_loading p {

    font-size: 0.9em;

    color: #333333;

    font-weight: 300;

    text-transform: uppercase;

    margin-bottom: 10px;

}


.wc_cart_add .option_content .boxing_loading p span {

    font-weight: bold;

}


.wc_cart_add .option_content .boxing_loading label {

    display: inline-block;

    position: relative;

    color: #333333;

    font-weight: bold;

    text-transform: uppercase;

    text-decoration: none;

    text-align: center;

    padding: 15px 25px;

    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 .option_content .boxing_loading label.active {

    color: #FFFFFF;

    background-color: #3C1D49;

    border-color: #3C1D49;

}


.wc_cart_add .option_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 .option_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: #97C749;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%;

}


.wc_cart_add .option_content .boxing_loading label span i {

    color: #ffffff;

    font-size: 0.5em;

}


.wc_cart_add .option_content .boxing_loading label.active span {

    display: flex;

}


.wc_cart_add .option_content .image_loading.invisible {

    display: none;

}


/* print */

.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 .options_content {

    margin-bottom: 20px;

}


.wc_cart_add .options_content p {

    font-size: 0.9em;

    color: #333333;

    font-weight: 300;

    text-transform: uppercase;

    margin-bottom: 10px;

}


.wc_cart_add .options_content p span {

    font-weight: bold;

}


.wc_cart_add .options_content label {

    display: inline-block;

    position: relative;

    font-size: 0.8em;

    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 .options_content label.active {

    color: #FFFFFF;

    background-color: #3C1D49;

    border-color: #3C1D49;

}


.wc_cart_add .options_content 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 .options_content label span {

    display: none;

    justify-content: center;

    align-items: center;

    width: 15px;

    height: 15px;

    position: absolute;

    bottom: -7.5px;

    right: 0;

    background-color: #97C749;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%;

}


.wc_cart_add .options_content label span i {

    color: #ffffff;

    font-size: 0.5em;

}


.wc_cart_add .options_content label.active span {

    display: flex;

}


.wc_cart_add .qtde_content {

    margin-bottom: 20px;

    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);

    display: inline-block;

}


.wc_cart_add .qtde_content button {

    width: 50px;

    height: 50px;

    line-height: 50px;

    cursor: pointer;

    padding: 4px 0;

    outline: 0;

    background: transparent;

}


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

    height: 50px;

    text-align: center;

    padding: 0;

    border-right: none;

    border-left: none;

    color: #000;

    line-height: 50px;

    padding: 10px 0;

}


.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: #3C1D49;

    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: #3C1D49;

    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: #97C749;

    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: #3C1D49;

    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: #3C1D49;

    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: 111px;

    padding: 15px;

    z-index: 99999999999999;

}


.wc_cart_callback .trigger {

    margin: 0;

}


.wc_cart_manager {

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.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: 175px 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: #3C1D49;

    /*background: #3C1D49;*/

    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;

    color: #ffffff;

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

}


.workcontrol_cart > header {

    margin-bottom: 30px;

    border-bottom: 1px dashed #f2f2f2;

    padding-bottom: 10px;

}


.workcontrol_cart > header h1 {

    font-size: 1.5em;

    color: #3C1D49;

    font-weight: 100;

}


.workcontrol_cart > header span {

    color: #008068;

    font-weight: 400;

}


.workcontrol_cart_clean {

    padding: 50px 20px;

    background: #eee;

    text-align: center;

}


.workcontrol_cart_clean p {

    margin-bottom: 20px;

}


.workcontrol_cart_clean .title_cart {

    font-size: 1.5em;

    color: #888888;

}


.workcontrol_cart_clean .title_cart span {

    display: block;

    margin-bottom: 25px;

    font-size: 3em;

}


.workcontrol_cart_clean .btn {

    padding: 15px 30px;

    color: #ffffff;

}


.workcontrol_cart_list {

    border: 1px solid #707070;

    -webkit-border-radius: 15px;

    -moz-border-radius: 15px;

    border-radius: 15px;

}


.workcontrol_cart_list p {

    display: inline-block;

    width: 22.5%;

    text-align: center;

    vertical-align: middle;

}


.workcontrol_cart_list p img {

    padding: 10px;
    margin-left: 10px;

    background: #ffffff;

}


.workcontrol_cart_list p:last-child,
.workcontrol_cart_list p:first-child {

    width: 5%;

}


.workcontrol_cart_list .item {

    padding: 0 0 0 20px;

    text-align: left;

}


.workcontrol_cart_list_header {

    padding: 20px 0;

    font-size: 0.9em;

    color: #3C1D49;

    font-weight: 300;

    border-bottom: 1px solid #707070;

}


.workcontrol_cart_list_item {

    font-size: 0.875em;

    padding: 10px 0;

    display: block;

    border-top: 1px solid #eee;

}


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

    line-height: 34px;

}


.workcontrol_cart_list_item .change {

    width: 20px;

    background: #eee;

    border: 1px solid #ccc;

    cursor: pointer;

    outline: none;

    font-size: 16px;

}


.workcontrol_cart_list_item .wc_cart_change_less {

    border-right: 0;

    border-radius: 3px 0 0 3px;

    height: 34px;

    vertical-align: middle;

}


.workcontrol_cart_list_item .wc_cart_change_plus {

    border-left: 0;

    border-radius: 0 3px 3px 0;

    height: 34px;

    vertical-align: middle;

}


.workcontrol_cart_list_item .stock {

    font-size: 0.8em;

    color: #ccc;

    margin-left: 20px;

}


.workcontrol_cart_list_item .discount {

    display: block;

    font-size: 0.9em;

    color: #ccc;

}


/*CUSTOM BY ALISSON*/

.workcontrol_cart_list_item .countdown {

    max-width: 200px;

    padding: 5px;

    margin: 0 0 0 3px;

}


.workcontrol_cart_list_item .countdown div > span {

    font-size: 0.9em;

}


.wc_cart_remove {

    display: inline-block;

    padding: 1px 8px;

    background: #ccc;

    color: #fff;

    font-size: 0.7em;

    border-radius: 100%;

    cursor: pointer;

}


.wc_cart_remove:hover {

    background: #F45563;

}


.wc_cart_total_forms {

    display: block;

    width: 100%;

    text-align: right;

}


.wc_cart_total_cupom,
.wc_cart_total_shipment {

    display: inline-block;

    padding: 20px;

    border-top: none;

    font-size: 0.875em;

    vertical-align: top;

}


.wc_cart_total_shipment {

    padding-right: 0;

}


.wc_cart_total_cupom p,
.wc_cart_total_shipment p {

    display: block;

    text-align: left;

    vertical-align: middle;

    margin-right: 10px;

}


.wc_cart_total_cupom input,
.wc_cart_total_shipment input {

    display: inline-block;

    width: auto;

    border: 1px solid #868686;

    font-size: 1em;

    padding: 5px;

    margin-right: 5px;

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;

    text-align: center;

    vertical-align: middle;

}


.wc_cart_total_cupom button,
.wc_cart_total_shipment button {

    display: inline-block;

    padding: 6px 0;

    width: 120px;

    border-left: none;

    background: #3C1D49;

    color: #fff;

    text-transform: uppercase;

    cursor: pointer;

    vertical-align: middle;

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;

    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;

}


.wc_cart_total_cupom button:hover,
.wc_cart_total_shipment button:hover {

    background: #8839aa;

}


.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 .shiptag:first-child {

    margin-top: 18px;

}


.wc_cart_total_shipment_result .shiptag {

    display: block;

    margin: 0;

    font-size: 0.8em;

    text-transform: uppercase;

    font-weight: 300;

    width: 100%;

    padding: 10px;

    background: #fbfbfb;

    border-top: 2px solid #f2f2f2;

}


.wc_cart_total_shipment_result .shiptag input {

    display: inline-block;

    margin-right: 5px;

    font-size: 1em;

    vertical-align: middle;

}


.wc_cart_total_price {

    margin-top: 30px;

    display: block;

    width: 100%;

    text-align: right;

    font-size: 0.8em;

    text-transform: uppercase;

}


.wc_cart_total_price p {

    display: inline-block;

    padding: 15px;

    border: 1px solid #868686;

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;

}


.wc_cart_total_price p:nth-of-type(1) {

    border-top-right-radius: 0px;

    border-bottom-right-radius: 0px;

    color: #707070;

}


.wc_cart_total_price p:nth-of-type(2) {

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    border-radius: 0px;

    color: #707070;

}


.wc_cart_total_price p:nth-of-type(3) {

    border-top-left-radius: 0px;

    border-bottom-left-radius: 0px;

    color: #062A3A;

}


.wc_cart_total_price .wc_cart_discount {

    border-left: 0;

    border-right: 0;

}


.wc_cart_actions {

    display: block;

    width: 100%;

    margin-top: 30px;

    text-transform: uppercase;

    text-align: right;

}


.wc_cart_actions .btn {

    font-size: 1em;

    display: inline-block;

    padding: 10px 20px;

    color: #ffffff;

}


.wc_cart_actions .btn_green {

    margin-left: 20px;

}


/*WORKCONTROL ORDER*/

.workcontrol_order {

    display: block;

    width: 100%;

    vertical-align: top;

}


.workcontrol_order_forms {

    display: inline-block;

    width: 68%;

    padding: 30px;

    vertical-align: top;

    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);

    -moz-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);

    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);

    -webkit-border-radius: 15px;

    -moz-border-radius: 15px;

    border-radius: 15px;

    margin-right: 2%;

}


.workcontrol_order_forms form {
    width: 100%;
}

.pagarme__form {
  display: none;
}

.pagarme__form.is-active {
  display: block;
}

.workcontrol_order_forms label span {

    display: block;

    font-size: 1em;

    font-weight: 500;

    color: #888;

}


.workcontrol_order_forms label {

    display: block;

    width: 100%;

    margin-bottom: 20px;

    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: 1em;

    font-weight: 400;

    color: #000000;

    -webkit-text-fill-color: #000000;

    -webkit-opacity: 1;

    opacity: 1;

    border: 1px solid #ddd;

    border-radius: 4px;

    -moz-border-radius: 4px;

    -webkit-border-radius: 4px;

    vertical-align: top;

    /*height: 40px;*/

    /*line-height: 50px;*/

    width: 100%;

    padding: 10px 15px;

}


.workcontrol_order_forms input::-webkit-input-placeholder { /* Chrome/Opera/Safari */

    color: #999999;
    opacity: 0.2;

}


.workcontrol_order_forms input::-moz-placeholder { /* Firefox 19+ */

    color: #999999;
    opacity: 0.2;

}


.workcontrol_order_forms input:-ms-input-placeholder { /* IE 10+ */

    color: #999999;
    opacity: 0.2;

}


.workcontrol_order_forms input:-moz-placeholder { /* Firefox 18- */

    color: #999999;
    opacity: 0.2;

}


.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: block;

    width: 100%;

    margin-top: 10px;

    text-align: right;

}


.workcontrol_order_forms .wc_button_cart {

    display: inline-block;

    font-size: 1em;

    padding: 0;

    vertical-align: middle;

    height: 50px;

}


.workcontrol_order_forms_actions img {

    display: none;

    vertical-align: middle;

    height: 28px;

    margin-left: 15px;

}


.workcontrol_order_details {

    display: inline-block;

    width: 30%;

    padding: 30px;

    background: #ffffff;

    vertical-align: top;

    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);

    -moz-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);

    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);

    -webkit-border-radius: 15px;

    -moz-border-radius: 15px;

    border-radius: 15px;

}


.workcontrol_order_details > h1 {

    font-size: 1.2em;

    font-weight: 500;

    margin-bottom: 20px;

    color: #3C1D49;

}


.workcontrol_order_details > h1 span {

    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;

}


/*CUSTOM BY ALISSON*/

.workcontrol_order_details p span.wc_cart_tag {

    font-size: 0.7em;

}


.workcontrol_order_details p img {

    width: 10%;

}


.workcontrol_order_details_total {

    font-size: 0.9em;

    text-align: right;

    color: #999;

}


.workcontrol_order_details_total div {

    margin-top: 5px;

}


.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_cart {

    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;

}


/*CUSTOM BY ALISSON*/

.workcontrol_order_details .countdown {

    max-width: 200px;

}


.workcontrol_order_details .countdown div > span {

    font-size: 0.9em;

}


.workcontrol_order_back {

    display: block;

    width: 100%;

    text-align: right;

    margin-top: 30px;

    padding-top: 10px;

    border-top: 1px dotted #f2f2f2;

}


.workcontrol_order_back a {

    text-decoration: none;

    color: #ccc;

    text-transform: uppercase;

    font-size: 0.8em;

    display: inline-block;

}


.workcontrol_order_back a:hover {

    color: #333;

}


.workcontrol_shipment {

    display: block;

    width: 100%;

    margin-bottom: 15px;

}


.worcontrol_useraddr {

    padding: 20px;

    background: #fbfbfb;

    cursor: pointer;

    margin: 0 !important;

}


.worcontrol_useraddr:hover {

    background: #eee;

}


.workcontrol_order_addrs {

    margin-bottom: 30px;

}


.wc_cart_total_shipment_tag {

    font-size: 1.3em;

    font-weight: 300;

    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_cart {

    font-weight: bold;

    font-size: 1.2em;

}


.workcontrol_shipment .shiptag {

    display: block;

    width: 100%;

    margin: 0;

    border: 0;

    padding: 20px;

    background: #fbfbfb;

    vertical-align: middle;

    font-size: 0.875em;

    color: #000;

    text-transform: uppercase;

    cursor: pointer;

}

.workcontrol_shipment .shiptag__label {
    cursor: pointer;
}

.workcontrol_shipment .shiptag__label:hover {
    background: #eeeeee;
}


.workcontrol_shipment .shiptag input {

    width: 20px;
    height: 20px;

    margin-top: -2px;

}


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

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

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

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

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

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

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

.fl_right {
    float: right;
}

.fl_left {
    float: left;
}

.workcontrol_pagseguro select {
    margin-top: 2px;
    font-size: 1em;
    font-weight: 500;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px 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*/
    width: 100%;
}


.workcontrol_pay_tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}

.workcontrol_pay_tabs li {
    flex-basis: 100%;
    padding: 15px 15px 10px 15px;
    margin-top: 5px;
    background-color: #f2f2f2;
    cursor: pointer;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.workcontrol_pay_tabs li:hover {
    background: #3C1D49;
    color: #ffffff;
}

.workcontrol_pay_tabs li.is-active {
    color: #ffffff;
    background: #3C1D49;
}

.workcontrol_pay_tabs li.is-active:before {
    content: "✓ ";
}

.workcontrol_pagseguro .labelline {

    display: flex;

    width: 100%;

    margin-bottom: 20px;

    vertical-align: top;

    justify-content: space-between;

    align-items: flex-end;

}


.workcontrol_pagseguro .labelactions {

    margin: 40px 0;

    vertical-align: top;

}


.workcontrol_pagseguro .span,
.workcontrol_pagseguro label span {

    font-size: 1em;

    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_load {

    display: none;

    text-align: center;

    color: #fff;

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.5);

    z-index: 999;

}


.workcontrol_load .load_message {

    position: absolute;

    width: 100%;

    top: 35%;

    margin-top: 20px;

    font-size: 0.8em;

    text-transform: uppercase;

    text-align: center;

    background: url(load_w.gif) center top no-repeat;

    background-size: 40px;

    padding-top: 40px;

}


.workcontrol_load_content {

    display: none;

    color: #555;

    font-weight: 300;

    font-size: 1.2em;

    text-align: center;

    width: 500px;

    padding: 30px;

    background: #fff;

    max-width: 85%;

    margin: 0 auto;

    top: 35%;

    position: relative;

    z-index: 999;

}


.workcontrol_load_close {

    margin-top: 20px;

    display: inline-block;

    width: 100px;

    text-align: center;

    font-weight: 400;

    cursor: pointer;

    padding: 10px;

    background: #999;

    color: #fff;

    font-size: 0.6em;

    text-transform: uppercase;

}


.workcontrol_load_close:hover {

    background: #F45563;

}


.workcontrol_load_content img {

    display: inline-block;

    vertical-align: middle;

}


.workcontrol_load_content p {

    display: block;

    margin: 10px 0 0 0;

}


.workcontrol_load_content .min {

    font-size: 0.7em;

}


.workcontrol_load_content .big {

    font-size: 1.1em;

    color: #F45563;

    font-weight: bold;

}


.workcontrol_carddata {

    display: block;

    margin-top: 40px;

    font-size: 0.875em;

    padding: 20px;

    background: #eee;


}


.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 {

    font-size: 1em;

    padding: 25px;

    border-radius: 4px;

    -moz-border-radius: 4px;

    -webkit-border-radius: 4px;

}


.workcontrol_trigger_order > b {

    font-size: 1.4em;

}


.workcontrol_trigger_order p {

    margin-top: 15px;

}


.workcontrol_order_completed {

    display: block;

    width: 100%;

    margin-top: 50px;

}


.workcontrol_order_completed header {

    padding-bottom: 30px;

    margin-bottom: 20px;

    border-bottom: 1px solid #eee;

}


.workcontrol_order_completed header h1 span {

    font-size: 1.4em;

    font-weight: 300;

    margin-top: 4px;

}


.workcontrol_order_completed header a {

    font-size: 0.875em;

    padding: 10px 20px;

    font-weight: 600;

    text-transform: uppercase;

}


.workcontrol_order_completed header span,
.workcontrol_order_completed header a {

    display: inline-block;

    vertical-align: middle;

}


.workcontrol_order_completed_card {

    display: block;

    width: 100%;

}


.workcontrol_order_completed_card p {

    display: inline-block;

    width: 20%;

    text-align: center;

    font-weight: bold;

    color: #888;

    font-size: 0.875em;

}


.workcontrol_order_completed_card.items img {

    display: inline-block;

    vertical-align: middle;

    width: 15%;

}


.workcontrol_order_completed_card.items .product span {

    display: inline-block;

    vertical-align: middle;

    width: 85%;

    padding-left: 5%;

}


.workcontrol_order_completed_card.items {

    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 (min-width: 62em) {
    .wc_cart_manager_content {
        margin: 250px auto 0 auto;
    }
}

@media (max-width: 62em) {

    .wc_cart_total_cupom,
    .wc_cart_total_shipment {

        width: 50%;

    }


    .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 .stock {

        display: none;

    }


    .workcontrol_order_forms {

        width: 100%;

        padding: 15px;

    }


    .workcontrol_order_details {

        display: none;

    }

}


/*768*/

@media (max-width: 48em) {

    .wc_cart_total_cupom {

        padding-bottom: 0;

    }


    .wc_cart_total_cupom,
    .wc_cart_total_shipment {

        width: 100%;

    }


    .wc_cart_total_price p {

        width: 100%;

        display: block;

        margin-left: 0;

    }


    .wc_cart_actions {

        text-align: center;

    }


    .workcontrol_cart_list_header {

        display: none;

    }


    .workcontrol_cart_list_item {

        padding: 0;

    }


    .workcontrol_cart_list_item p {

        width: 30%;

        padding: 10px;

    }


    .workcontrol_cart_list_item .item {

        width: 100%;

        padding: 20px;

        background: #f2f2f2;

    }


    .workcontrol_pagseguro .wc_button_cart {

        float: none;

        width: 100%;

    }


    .workcontrol_pagseguro .labelline {

        flex-wrap: wrap;

        margin: 0;

    }


    .workcontrol_pagseguro .label50.first,
    .workcontrol_pagseguro .label50.last,
    .workcontrol_pagseguro .label70,
    .workcontrol_pagseguro .label50,
    .workcontrol_pagseguro .label30 {

        width: 100%;

        padding: 0;

        margin-bottom: 30px;

    }


    .workcontrol_carddata label,
    .workcontrol_carddata .label50 {

        margin: 0 !important;

    }


    .workcontrol_carddata {

        margin: 0;

    }

}


/*640*/

/*480*/

@media (max-width: 30em) {

    .wc_cart_total_cupom,
    .wc_cart_total_shipment,
    .wc_cart_total_price {

        width: 100%;

        text-align: center;

    }


    .wc_cart_total_shipment .shiptag {

        text-align: center;

    }


    .wc_cart_actions .btn {

        display: block;

        margin: 0;

        width: 100%;

        padding: 20px 0;

    }


    .wc_cart_change {

        width: 35px !important;

    }


    .wc_cart_actions .btn:first-of-type {

        margin: 0 0 20px 0;

    }

}


/*768*/

@media (min-width: 48em) {

    .workcontrol_pay_tabs li:nth-child(1) {

        flex-basis: calc(50% - 5px);

    }


    .workcontrol_pay_tabs li:nth-child(2) {

        flex-basis: calc(50% - 5px);

    }


    .workcontrol_pay_tabs li:nth-child(3) {

        flex-basis: 100%;

    }

}


@media (min-width: 62em) {

    .wc_cart_callback {

        top: 0;

    }

}


/*1200*/

@media (min-width: 75em) {

    .workcontrol_pay_tabs li:nth-child(1) {

        flex-basis: calc(33% - 5px);

    }


    .workcontrol_pay_tabs li:nth-child(2) {

        flex-basis: calc(28% - 5px);

    }


    .workcontrol_pay_tabs li:nth-child(3) {

        flex-basis: calc(39% - 5px);

    }

}