.wc_cart_add .color_content {
    margin-bottom: 40px;
}

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

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

.wc_cart_add .color_content.has_relatives a {
    border-radius: 50%;
    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);
    margin-right: 8px;
}

.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 {
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    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);
    margin-bottom: 0;
}

.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.2em;
    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: 40px;
}

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

.result_content .boxing_loading {
    display: none;
}

.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-right: 20px;
}

.wc_cart_add .qtde_content button {
    width: 40px;
    height: 48px;
    border: none;
    cursor: pointer;
    color: black;
    background-color: #ebe8e8;
}

.wc_cart_add .qtde_content input {
    width: 60px;
    height: 48px;
    text-align: center;
    padding: 0;
    border: none;
    border-radius: 0;
    color: black;
    background-color: #ebe8e8;
}

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

.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 {
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--color-background-one);
    text-decoration: none;
    padding: 10px;
    border: none;
    outline: none;
    -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: #4e9e35 !important;
    color: white;
    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;
}