/* compiled on Fri, 28 Feb 2020 09:36:16 -0300 (0.5459s) */

@charset "utf-8";
@import 'lib/bootstrap.min.css?v=2';
@import 'lib/font-awesome.min.css';
@import 'lib/jquery-ui.min.css';
@import 'lib/summernote-bs4.min.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
/* Arquivos Scss */
.content {
  margin: 0 auto;
  padding: 0 15px; }
  @media (min-width: 1300px) {
  .content {
    width: 1300px; } }
  @media (max-width: 1299px) {
  .content {
    margin: 0 15px;
    padding: 0; } }

.row.row-short {
  margin: 0 -5px; }
  .row.row-short [class^='col-'] {
    padding: 0 5px; }
  .row.row-collapse {
    margin: 0 !important; }
  .row.row-collapse [class^='col-'] {
    padding: 0 !important; }
  .row.row-medium {
    margin: 0 -7px; }
  .row.row-medium [class^='col-'] {
    padding: 0 7px; }

html, body {
  height: 100%; }

.page-content {
  min-height: 100%;
  position: relative; }

.btn-facebook {
  background-color: #29487d;
  border-color: #29487d;
  color: white; }

.btn-facebook:hover {
  background-color: #365899;
  border-color: #365899; }

label.required:after {
  content: ' *';
  color: red;
  font-weight: bold; }

.modal .modal-content {
  border-radius: 0;
  border: solid 1px #ff0079; }
  .modal .modal-content .close {
    font-size: 2rem;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    outline: none; }
  .modal .modal-content h4 {
    font-size: 1.2rem; }
    .modal .modal-content h4 .fa {
      margin-right: 5px;
      font-size: 1.5rem; }
  .modal .modal-content .error-field-list {
    display: block;
    margin: 5px 0;
    color: #e84c41;
    border-radius: 0;
    font-size: 0.95rem; }
    .modal .modal-content .error-field-list:before {
      display: inline-block;
      content: "\f111";
      font-family: "FontAwesome";
      color: #e84c41;
      font-size: 6px;
      vertical-align: middle;
      margin-right: 7px; }
  .modal .modal-header {
    border: none;
    padding: 10px; }
  .modal .modal-body {
    overflow: hidden;
    padding: 10px; }
  .modal .disabled-stage {
    display: none; }

#slider-filter #slider-range {
  margin-top: 15px;
  margin-bottom: 15px; }

.product-timer-information {
  margin: 15px auto;
  text-align: center;
  font-weight: 800; }
  .product-timer-information .timer-description {
    margin-top: 15px;
    font-size: 12px;
    font-size: 10px;
    font-weight: 800; }
  .product-timer-information .product-timer {
    font-weight: 400;
    min-width: 30px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
  .product-timer-information .product-timer div {
    width: 25%;
    float: left; }
    .product-timer-information .product-timer div:not(:last-child) {
      border-right: thin solid; }
  .product-timer-information .product-timer .time {
    font-size: 12px;
    font-weight: 200;
    display: block; }
  .product-timer-information .product-timer .text {
    font-size: 8px;
    font-weight: 800; }

[data-custom-form] {
  display: none; }
  [data-custom-form] div {
    margin: 15px 5px;
    border: thin solid gray;
    clear: both; }

[data-custom-btn] {
  display: none; }

.composite-products {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  padding: 15px; }
  .composite-products .buy-button-container {
    width: 360px; }
  .composite-products .composite-products-list {
    margin-top: 15px; }
  .composite-products .btn-cart {
    padding: 13px 17px !important;
    width: auto !important; }
  .composite-products .prices {
    height: auto; }
  .composite-products .prices .old-price {
    color: #ccc;
    text-decoration: line-through; }
  .composite-products .prices .new-price {
    font-weight: 500;
    font-size: 18px; }

.composite-product {
  width: auto;
  border: solid 1px #ccc;
  margin-bottom: 10px;
  position: relative; }
  .composite-product .add-unit, .composite-product .remove-unit {
    position: absolute;
    width: 25px;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 10; }
  .composite-product .add-unit i, .composite-product .remove-unit i {
    font-size: 25px;
    margin: auto;
    position: relative;
    color: #ccc; }
  .composite-product .product-disabled {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    opacity: 0.7;
    z-index: 9;
    text-align: right; }
  .composite-product .product-disabled b {
    font-size: 14px;
    font-weight: 900;
    margin-right: 10px;
    line-height: 30px; }
  .composite-product .composite-product-row {
    display: flex; }
  .composite-product .composite-product-row .product-image {
    padding-right: 0px;
    margin-top: auto;
    margin-bottom: auto; }
  .composite-product .composite-product-row .product-details {
    padding-top: 10px;
    padding-bottom: 10px; }
    .composite-product .composite-product-row .product-details .product-title {
      /*font-weight: bold;*/
      font-size: 18px; }
    .composite-product .composite-product-row .product-details .new-price {
      font-size: 17px;
      line-height: 35px;
      font-weight: 500;
      color: #000; }
    .composite-product .composite-product-row .product-details .options {
      padding-bottom: 5px;
      padding-top: 5px; }
      .composite-product .composite-product-row .product-details .options .option-description {
        font-size: 12px; }
      .composite-product .composite-product-row .product-details .options .option-content {
        height: 25px;
        width: 40px;
        display: inline-block; }
        .composite-product .composite-product-row .product-details .options .option-content.chosen span {
          border: 2px solid #ccc !important;
          /*border: 1px solid #fff;*/ }
        .composite-product .composite-product-row .product-details .options .option-content a {
          display: block;
          border: 1px solid #dbdbdb;
          height: 25px;
          width: 35px; }
          .composite-product .composite-product-row .product-details .options .option-content a span {
            display: block;
            height: 100%;
            width: 100%; }
    .composite-product .composite-product-row .product-details .sizes {
      padding-bottom: 5px;
      padding-top: 5px; }
      .composite-product .composite-product-row .product-details .sizes .size-description {
        font-size: 12px;
        margin-bottom: -5px; }
      .composite-product .composite-product-row .product-details .sizes select {
        font-size: 14px;
        font-weight: 400;
        width: 50px; }
/* Loading */
#loading {
  cursor: wait;
  z-index: 1099; }

#backdrop {
  background-color: transparent;
  cursor: wait;
  opacity: 0.75;
  position: fixed;
  z-index: 1098;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

#loading .loading-backdrop {
  background-color: #fff;
  position: absolute;
  z-index: 1039;
  opacity: 0.8;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

body.loading-relative #loader, body.loading-relative #loading .loading-backdrop {
  position: fixed; }

#loader {
  display: block;
  position: absolute;
  text-align: center;
  color: #212529;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 70px;
  height: 10px;
  z-index: 1100;
  font-size: 18px;
  line-height: 8px;
  font-weight: 700; }

.loading-relative {
  position: relative; }

.spinner {
  width: 70px;
  height: 10px;
  float: right; }

.ball {
  height: 10px;
  width: 10px;
  float: left;
  background: #212529;
  border-radius: 50%;
  margin-right: 10px; }

.ball-1 {
  animation: jump3 1s infinite ease-out; }

.ball-2 {
  animation: jump2 1s infinite ease-out; }

.ball-3 {
  animation: jump1 1s infinite ease-out; }

.ball-4 {
  margin-right: 0;
  animation: wipe 1s infinite cubic-bezier(0.2, 0, 0.2, 0.5); }

@keyframes jump1 {
  12% {
    transform: translate(10px, -12px);
    animation-timing-function: ease-in; }

  24% {
    transform: translate(20px, 0); }

  100% {
    transform: translate(20px, 0); } }

@keyframes jump2 {
  12% {
    transform: translate(0, 0); }

  24% {
    transform: translate(10px, -12px);
    animation-timing-function: ease-in; }

  36% {
    transform: translate(20px, 0); }

  100% {
    transform: translate(20px, 0); } }

@keyframes jump3 {
  24% {
    transform: translate(0, 0); }

  36% {
    transform: translate(10px, -12px);
    animation-timing-function: ease-in; }

  48% {
    transform: translate(20px, 0); }

  100% {
    transform: translate(20px, 0); } }

@keyframes wipe {
  36% {
    transform: translateX(-60px); }

  100% {
    transform: translateX(-60px); } }

#cart-items {
  border-bottom: 2px solid #c2c2c2;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  #cart-items td, #cart-items th {
    text-align: center;
    border: none;
    vertical-align: middle; }
  #cart-items td.image {
    width: 125px;
    overflow: hidden; }
  #cart-items td span, #cart-items td strong {
    display: block;
    max-width: 500px; }
  #cart-items td.description {
    text-align: left;
    text-transform: uppercase; }
  #cart-items img {
    height: 90px;
    padding: 3px;
    border: solid 1px #dcdcdc; }
  #cart-items input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield; }
  #cart-items input::-webkit-inner-spin-button, #cart-items input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0; }
  #cart-items span.offer {
    text-decoration: line-through;
    color: #929292; }
  #cart-items td.quantity-adder > div {
    width: 40px;
    margin: auto;
    text-align: center; }
  #cart-items td.quantity-adder a {
    color: #dcdcdc;
    display: block;
    cursor: pointer;
    padding: 5px 0; }
  #cart-items .remove {
    font-size: 0.7rem; }
  @media (max-width: 575px) {
  #cart-items tr.item {
    padding-left: 105px; }
  #cart-items td.image {
    width: 90px; }
  #cart-items td.prices {
    margin-right: 20px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
  #cart-items tr.item {
    padding-left: 115px; }
  #cart-items td.image {
    width: 100px; } }
  @media (min-width: 768px) and (max-width: 991px) {
  #cart-items tr.item {
    padding-left: 135px; }
  #cart-items td.image {
    width: 120px; } }
  @media (max-width: 991px) {
  #cart-items table, #cart-items thead, #cart-items tbody, #cart-items th, #cart-items td, #cart-items tr {
    display: block;
    background-color: initial;
    border: none; }
  #cart-items table {
    margin: 0; }
  #cart-items thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #cart-items td {
    width: 100%;
    float: left;
    padding: 0; }
    #cart-items td:before {
      display: block;
      white-space: nowrap;
      font-size: 1rem;
      font-weight: bold; }

    #cart-items td:nth-of-type(4):before {
      content: "Preço Unitário"; }

    #cart-items td:nth-of-type(5):before {
      content: "Preço Subtotal"; }
  #cart-items tr.item {
    position: relative;
    border: solid 1px #dcdcdc;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9em; }
  #cart-items td.image {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    border-right: 1px solid #dcdcdc; }
  #cart-items td.description {
    padding-right: 35px; }
  #cart-items td.quantity-adder > div {
    margin: initial;
    float: left;
    width: 35px; }
    #cart-items td.quantity-adder > div a {
      padding: 0; }
  #cart-items td.prices {
    margin-right: 30px; }
  #cart-items td.prices, #cart-items td.total-prices {
    width: auto;
    text-align: left; }
  #cart-items img {
    height: auto;
    width: 100%;
    border: none; }
  #cart-items .remove {
    text-indent: -9999px; }
    #cart-items .remove:before {
      content: "\f00d";
      position: absolute;
      width: 30px;
      height: 30px;
      top: -1px;
      right: -1px;
      font-family: 'FontAwesome';
      background: #ff0079;
      font-size: 1rem;
      line-height: 30px;
      text-indent: initial;
      color: #fff;
      text-align: center; }
  #cart-items .btn-refresh {
    background-color: #00d964;
    color: #fff;
    box-shadow: none;
    margin-left: 5px;
    height: 35px;
    padding: 0;
    width: 40px; } }

#cart-summary h2 {
  font-size: 1.7rem; }
  #cart-summary td {
    min-width: 170px;
    height: 36px; }
  #cart-summary td:nth-child(2) {
    padding-left: 10px; }
  @media (max-width: 545px) {
    #cart-summary td {
      min-width: auto; } }
  #cart-summary td a {
    color: #7d7d7d; }
  #cart-summary select {
    padding-right: 30px; }
  #cart-summary .form-control, #cart-summary .input-group-addon, #cart-summary select {
    height: 26px;
    border-color: #000;
    border-radius: 0;
    padding: 0 0 0 3px;
    font-size: 13px; }
  #cart-summary .input-group-addon {
    width: 26px;
    padding: 0; }
  #cart-summary button {
    background-color: #000;
    color: #fff;
    border: none;
    height: 26px;
    width: 26px;
    padding: 0; }
  @media (max-width: 991px) {
  #cart-summary .finalization {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-top: 2px solid #c2c2c2; } }

.list-cart {
  height: auto; }
  .list-cart p {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
    font-size: 13px; }

[data-remaining-freight] div {
  background: #b30055;
  color: #fff;
  padding: 1rem;
  border-top: 1px solid #dcdcdc;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 2px 2px 5px 0px transparent; }
  [data-remaining-freight] div:hover {
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer; }

body, html {
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  color: #7d7d7d; }
  @media (max-width: 991px) {
  body, html {
    font-size: 13px; } }

.checkout .social {
  text-transform: uppercase;
  line-height: 25px; }
  .checkout .social a {
    width: 35px;
    height: 30px;
    border-radius: 15%;
    text-align: center;
    line-height: 32px;
    color: #fff; }
  .checkout .social li {
    padding-left: 3px;
    display: inline-flex; }
  .checkout .social .fa {
    font-size: 20px; }
  .checkout .social .facebook {
    background-color: #3a589b; }
  .checkout .social .twitter {
    background-color: #598dca; }
  .checkout .social .google-plus {
    background-color: #d6492f; }
  .checkout .social .whatsapp {
    background-color: #00bb16; }
  .checkout .social .copy {
    color: #fff !important;
    background-color: #8f8f8f; }
  .checkout a {
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    color: #ff0079; }
  .checkout .link {
    text-decoration: underline;
    cursor: pointer;
    color: #ff0079; }
  .checkout .link-btn {
    border: solid 1px #c2c2c2;
    color: #c2c2c2;
    padding: 5px;
    text-decoration: none; }
  .checkout .link-btn:hover {
    color: #a9a9a9;
    border-color: #a9a9a9; }
  .checkout .btn {
    font-size: 18px;
    border-radius: 0;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    cursor: pointer;
    color: #fff;
    box-shadow: none; }
  .checkout .btn-primary {
    background-color: #ff0079;
    border-color: #ff0079; }
  .checkout .btn-primary:hover {
    background-color: #cc0061;
    border-color: #cc0061; }
  .checkout .btn-highlight {
    background-color: #00d964;
    border-color: #00d964; }
  .checkout .btn-highlight:hover {
    background-color: #00ca5d;
    border-color: #00ca5d; }
  .checkout ul, .checkout li {
    margin: 0; }
  .checkout label {
    margin-bottom: 0; }
  .checkout label#ptoken-error, .checkout label#pagarmecardhash-error {
    position: initial !important;
    color: red; }
  .checkout label.error {
    width: 100%;
    position: absolute;
    font-size: 0.8rem; }
  .checkout .form-control {
    padding: 0 5px;
    border-radius: 0;
    border-color: #8f8f8f;
    height: 34px; }
  .checkout .form-control.error {
    border-left: 3px solid #f00; }
  .checkout .form-control.valid {
    border-left: 3px solid #009200; }
  .checkout .form-control:focus {
    border-color: none; }
  .checkout .form-buttons {
    align-items: end;
    display: flex;
    justify-content: flex-end; }
  .checkout .order-free-values {
    background-color: #ff0079; }
  .checkout .order-free-values .advise {
    margin-bottom: 0px; }
    .checkout .order-free-values .advise.collapse-caret:before {
      content: '\f0d8';
      font-family: "FontAwesome"; }
    .checkout .order-free-values .advise.collapsed.collapse-caret:before {
      content: '\f0d7';
      font-family: "FontAwesome"; }
  .checkout .order-free-values ul {
    padding-bottom: 10px; }
    .checkout .order-free-values ul li {
      color: #fff;
      text-align: left;
      font-size: 0.85rem;
      line-height: 1rem; }
  .checkout .advise {
    position: relative;
    background-color: #ff0079;
    text-align: center;
    padding: 10px 5px;
    margin-bottom: 15px;
    display: block; }
  .checkout .advise, .checkout .advise * {
    color: #fff;
    font-size: 1.2rem; }
  .checkout .highlight {
    color: #00d964;
    font-weight: bold; }
  .checkout .img-responsive, .checkout .img-expansive {
    max-width: 100%;
    height: auto; }
  .checkout .img-qrcode {
    width: 200px; }
  @media (max-width: 991px) {
  .checkout .advise {
    padding: 5px;
    margin-bottom: 5px;
    font-size: 0.95rem; } }
  @media (min-width: 575px) {
  .checkout .change-email.link {
    position: absolute;
    right: 10px;
    top: 70px;
    font-size: 0.8rem; } }

.main-title {
  position: relative;
  padding: 15px 0;
  margin: 0;
  font-size: 1.1rem;
  color: #ff0079;
  font-weight: normal;
  text-transform: uppercase;
  z-index: 5; }
  .main-title span {
    font-size: 0.95rem;
    color: #c2c2c2; }
  .main-title.small {
    font-size: 1rem; }
  .main-title.small .fa {
    font-size: 1.2rem;
    margin-right: 2px; }
  .main-title .fa {
    font-size: 1.3rem;
    margin-right: 5px; }
  .main-title > div {
    background-color: #fff;
    display: inline-block;
    padding-right: 5px; }
  .main-title:after {
    display: block;
    content: '';
    background-color: #ff0079;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: -1; }
  .main-title.right {
    text-align: right; }
  .main-title.right > div {
    margin-right: 10px;
    padding-left: 5px; }

.finalization.bordered {
  border-top: 2px solid #dcdcdc;
  padding: 15px 0;
  margin: 15px 0; }
  .finalization label {
    margin-bottom: 8px; }
  .finalization .btn {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background-color: #00d964;
    height: 50px;
    line-height: 50px;
    border-color: #00d964 !important; }
  .finalization .btn:focus {
    box-shadow: 0 0 0 3px rgba(0, 217, 100, 0.25); }
  .finalization .btn:disabled {
    background-color: #c2c2c2;
    box-shadow: none; }
  @media (min-width: 576px) {
  .finalization span {
    font-size: 20px; } }
  @media (max-width: 575px) {
  .finalization .btn {
    height: auto; } }

.checkout-order .nav-tabs {
  border: none; }
  .checkout-order .nav-tabs .nav-link {
    color: #7d7d7d;
    font-size: 1rem; }
    .checkout-order .nav-tabs .nav-link .fa-check-circle-o {
      display: none; }
    .checkout-order .nav-tabs .nav-link.active .fa-check-circle-o {
      display: inline-block; }
      .checkout-order .nav-tabs .nav-link.active .fa-circle-o {
        display: none; }
  .checkout-order .nav-tabs label {
    cursor: pointer; }
  .checkout-order .payment {
    margin-bottom: 0px; }
  .checkout-order .tab-content label {
    cursor: pointer; }
  .checkout-order .h-tabs .nav-link {
    border: none;
    padding: 0;
    margin-right: 15px; }
  .checkout-order .h-tabs .fa {
    margin-right: 5px; }
  .checkout-order .v-tabs .nav-tabs img {
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(270deg);
    margin-left: 15px; }
    .checkout-order .v-tabs .nav-tabs label {
      margin: 0; }
    .checkout-order .v-tabs .nav-tabs input {
      display: none; }
  .checkout-order .v-tabs .nav-item {
    position: relative;
    white-space: nowrap; }
  .checkout-order .v-tabs .nav-link {
    border: solid 1px #dcdcdc;
    border-radius: 0; }
    .checkout-order .v-tabs .nav-link:hover, .checkout-order .v-tabs .nav-link.active {
      background-color: #f5f5f5; }
    .checkout-order .v-tabs .nav-link img {
      display: none;
      position: absolute; }
    .checkout-order .v-tabs .nav-link.active img {
      display: block; }
  @media (min-width: 768px) {
    .checkout-order .v-tabs .nav-tabs {
      float: left;
      width: 30%;
      border-right: 2px solid #dcdcdc; }

    .checkout-order .v-tabs .tab-content {
      float: left;
      width: 70%;
      padding-left: 30px;
      min-height: 200px; }

    .checkout-order .v-tabs .nav-item {
      width: 100%;
      margin-right: 15px;
      margin-bottom: 15px; }
      .checkout-order .v-tabs .nav-item:last-child {
        margin-bottom: 0; }

    .checkout-order .v-tabs .nav-link .fa {
      position: absolute;
      left: 10px;
      top: 12px; } }
  @media (max-width: 767px) {
    .checkout-order .v-tabs .nav-tabs {
      margin-bottom: 15px; }

    .checkout-order .v-tabs .nav-link {
      border: none;
      background-color: transparent !important;
      padding: 0;
      margin-right: 3px; }
      .checkout-order .v-tabs .nav-link img {
        display: none !important; } }
  .checkout-order .order-list-message {
    max-height: 150px;
    height: 150px; }

.checkout-order .coupon {
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  padding: 10px 0;
  margin-bottom: 20px; }
  .checkout-order .coupon a {
    color: #7d7d7d; }
  .checkout-order .applied-coupon {
    padding: 20px 10px; }
  .checkout-order .applied-coupon .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer; }

.card-holder {
  text-transform: uppercase; }

.credit-card .list {
  text-align: center;
  position: relative;
  padding-bottom: 15px; }
  .credit-card .list img {
    height: 18px;
    vertical-align: top; }
  .credit-card .list .brand div {
    margin-right: 7px;
    margin-bottom: 7px;
    border: solid 1px #dcdcdc;
    padding: 5px;
    line-height: 1rem;
    cursor: pointer; }
    .credit-card .list .brand div:before {
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      content: "\f10c";
      font-size: 1.2rem;
      vertical-align: middle; }
  .credit-card .list input {
    display: none; }
    .credit-card .list input:checked + div, .credit-card .list input:checked + label + div {
      background-color: #f5f5f5; }
      .credit-card .list input:checked + div:before, .credit-card .list input:checked + label + div:before {
        content: "\f05d"; }
  .credit-card .list .error {
    bottom: 0;
    left: 0; }

.deposit .item, .transfer .item {
  font-size: 0.9rem;
  line-height: 0.9rem;
  display: block;
  margin-bottom: 10px; }
  .deposit .image, .transfer .image {
    float: left;
    margin-right: 10px;
    height: 45px;
    max-width: 30px;
    display: flex;
    align-items: center; }
  .deposit .inner, .transfer .inner {
    padding: 10px;
    border: solid 1px #fff;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center; }
  .deposit .inner .fa, .transfer .inner .fa {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 1.1rem; }
  .deposit .inner:hover, .transfer .inner:hover {
    border-color: #dcdcdc; }
  .deposit input:checked + .inner, .transfer input:checked + .inner {
    border-color: #dcdcdc; }
  .deposit input:checked + .inner .fa, .transfer input:checked + .inner .fa {
    display: block; }

.checkout-order .validated-content {
  margin-top: 10px;
  margin-bottom: 10px; }
  .checkout-order .address-list .item, .checkout-order .billing-address-list .item {
    width: 50%; }
  .checkout-order .address-list .inner, .checkout-order .billing-address-list .inner {
    height: 110px; }
  @media (max-width: 767px) {
    .checkout-order .address-list .item, .checkout-order .billing-address-list .item {
      width: 100%;
      margin-bottom: 10px; }

    .checkout-order .address-list .inner, .checkout-order .billing-address-list .inner {
      min-height: 82px; } }
  .checkout-order .delivery-options .item {
    width: 33.3%; }
  .checkout-order .delivery-options .inner {
    height: 115px; }
  @media (max-width: 991px) {
    .checkout-order .delivery-options .item {
      width: 33%; } }
  @media (max-width: 1199px), (max-width: 767px) {
    .checkout-order .delivery-options .item {
      width: 50%; } }
  @media (max-width: 575px) {
    .checkout-order .delivery-options .item {
      width: 100%; } }
  .checkout-order .address-list, .checkout-order .billing-address-list, .checkout-order .delivery-options {
    margin-left: -5px;
    margin-right: -5px; }
  .checkout-order .address-list .item, .checkout-order .billing-address-list .item, .checkout-order .delivery-options .item {
    font-size: 0.85rem;
    float: left;
    padding: 5px; }
  .checkout-order .address-list .inner, .checkout-order .billing-address-list .inner, .checkout-order .delivery-options .inner {
    position: relative;
    padding: 10px;
    border: solid 1px #dcdcdc;
    width: 100%; }
    .checkout-order .address-list .inner label, .checkout-order .billing-address-list .inner label, .checkout-order .delivery-options .inner label {
      cursor: pointer; }
    .checkout-order .address-list .inner:hover, .checkout-order .billing-address-list .inner:hover, .checkout-order .delivery-options .inner:hover {
      border-color: #c2c2c2; }
  .checkout-order .address-list .item-link, .checkout-order .billing-address-list .item-link, .checkout-order .delivery-options .item-link, .checkout-order .address-list .item-link:hover, .checkout-order .billing-address-list .item-link:hover, .checkout-order .delivery-options .item-link:hover {
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #ff0079; }
  .checkout-order .address-list .fa, .checkout-order .billing-address-list .fa, .checkout-order .delivery-options .fa {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1.3rem;
    display: none; }
  .checkout-order .address-list input:checked + .inner, .checkout-order .billing-address-list input:checked + .inner, .checkout-order .delivery-options input:checked + .inner {
    border-color: #dcdcdc;
    background-color: #f5f5f5; }
    .checkout-order .address-list input:checked + .inner .fa, .checkout-order .billing-address-list input:checked + .inner .fa, .checkout-order .delivery-options input:checked + .inner .fa {
      display: block; }
  .checkout-order .address-list input, .checkout-order .billing-address-list input, .checkout-order .delivery-options input {
    margin-right: 5px; }
  .checkout-order .address-list label, .checkout-order .billing-address-list label, .checkout-order .delivery-options label {
    display: block; }
  .checkout-order .address-list .title, .checkout-order .billing-address-list .title, .checkout-order .delivery-options .title {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: normal; }
  .checkout-order .address-list .value, .checkout-order .billing-address-list .value, .checkout-order .delivery-options .value {
    font-size: 1rem; }
  @media (max-width: 767px) {
    .checkout-order .address-list, .checkout-order .billing-address-list, .checkout-order .delivery-options {
      margin-top: 15px; } }
  .checkout-order .billing-address-list-content {
    z-index: 999; }
  .checkout-order [for=billing-delivery-address-checkbox] {
    margin-bottom: 15px;
    width: 94%; }
  .checkout-order .alert-msg-style {
    margin-bottom: 0px; }

.summary-checkout .summary-box {
  border: solid 2px #c2c2c2;
  margin-top: -28px;
  border-radius: 10px;
  padding: 20px 10px; }
  .summary-checkout .summary-box .inner {
    max-height: 360px;
    overflow: auto; }
  .summary-checkout .main-title {
    color: #c2c2c2; }
  .summary-checkout .main-title:after {
    content: initial; }
  @media (min-width: 1200px) {
  .summary-checkout {
    position: sticky;
    top: initial;
    max-width: 510px; }
    .summary-checkout.slide {
      top: 0; } }
  @media (max-width: 991px) {
  .summary-checkout {
    display: inline-block; }
    .summary-checkout .summary-box {
      max-height: 0;
      position: fixed;
      bottom: 0;
      right: 0;
      background-color: #f5f5f5;
      overflow: auto;
      border-width: 1px;
      border-radius: 0;
      padding: 10px;
      margin: 0 10px;
      transition: all 0.5s;
      z-index: 100; }

    .summary-checkout .toggle-summary.main {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      border-radius: 0;
      background-color: #ff0079;
      border: none;
      margin-bottom: 2px;
      font-size: 1rem;
      z-index: 999;
      height: 50px; }
      .summary-checkout .toggle-summary.main .fa {
        margin-right: 5px; }

    .summary-checkout .toggle-summary.close {
      font-size: 2rem; }

    .summary-checkout.open .backdrop {
      display: block;
      z-index: 99;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.7); }
      .summary-checkout.open .summary-box {
        max-height: 85%;
        max-width: 100%; }
      .summary-checkout.open .toggle-summary.main {
        display: none; } }

.order-items-table {
  font-size: 13px; }
  .order-items-table .description {
    text-transform: uppercase;
    text-align: left; }
  .order-items-table td.image {
    width: 125px;
    overflow: hidden; }
  .order-items-table td span, .order-items-table td strong {
    display: block; }
  .order-items-table img {
    height: 75px;
    padding: 3px;
    border: solid 1px #dcdcdc; }
  .order-items-table td, .order-items-table th {
    vertical-align: middle;
    border-top: none;
    text-align: center;
    white-space: nowrap; }
  @media (min-width: 992px) {
  .order-items-table .description {
    max-width: 180px; } }
  @media (max-width: 991px) {
  .order-items-table table, .order-items-table thead, .order-items-table tbody, .order-items-table th, .order-items-table td, .order-items-table tr {
    display: block;
    background-color: initial; }
  .order-items-table .table {
    max-width: 350px;
    margin: auto; }
  .order-items-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .order-items-table tr {
    margin-bottom: 5px; }
  .order-items-table td {
    border: none !important;
    position: relative;
    float: left;
    width: 70%;
    padding: 0;
    text-align: right; }
    .order-items-table td:before {
      display: inline-block;
      white-space: pre; }

    .order-items-table td:nth-of-type(3):before {
      content: "Quantidade: "; }

    .order-items-table td:nth-of-type(4):before {
      content: "Valor: "; }

    .order-items-table td.image {
      width: 30%;
      padding-right: 5px; }
  .order-items-table img {
    width: 100%;
    height: auto;
    background-color: #fff; } }

.checkout-order .values-list {
  margin-bottom: 5px; }
  .checkout-order .values-list th, .checkout-order .values-list td {
    text-align: right;
    font-weight: normal;
    border: none;
    padding: 5px; }
  @media (max-width: 991px) {
    .checkout-order .values-list {
      background-color: #fff;
      padding: 10px;
      border: solid 1px #dcdcdc;
      font-size: 1.1rem; }
      .checkout-order .values-list tbody {
        float: right; }
      .checkout-order .values-list tr:last-child {
        font-size: 1.4rem; }
      .checkout-order .values-list th, .checkout-order .values-list td {
        padding: 0;
        padding-left: 10px; } }

@media (min-width: 1200px) {
    .checkout-order .checkout-order-data-receiver {
      margin-bottom: 18rem; } }

.pagarme {
  position: relative; }
  .pagarme .pagarme-brand {
    padding: 0;
    border-radius: 0;
    border-left: 0;
    margin-left: -1px; }
  .pagarme .pagarme-brand img {
    height: 20px;
    margin: 0 8px;
    width: auto; }
  .pagarme #card_number-error {
    margin-top: 35px; }

#moip .response {
  display: none; }
  #moip .loader {
    margin-top: 20px; }
  #moip .info {
    margin-bottom: 20px; }
  #moip .codmoip {
    display: none; }
  #moip .statusmoip {
    display: none; }

.pagseguro-brands {
  margin: 0 -3px; }
  .pagseguro-brands .pagseguro-brand {
    padding: 1px 3px;
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; }
  .pagseguro-brands .pagseguro-brand.active {
    filter: none;
    -webkit-filter: grayscale(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.banner-ebit {
  text-align: center; }
  .banner-ebit img {
    margin-top: 2rem;
    margin-bottom: 2rem; }

.modal-address {
  padding-right: 0px;
  z-index: 1200; }
  @media (min-width: 768px) {
  .modal-address .modal-dialog {
    width: 700px;
    max-width: none; } }

.summary-order-modal {
  word-wrap: break-word; }
  .summary-order-modal .summary-order-modal-delivery {
    padding-top: 10px;
    margin-top: 10px; }
  .summary-order-modal .summary-order-values-list {
    margin-bottom: 5px; }
  .summary-order-modal .summary-order-values-list th, .summary-order-modal .summary-order-values-list td {
    text-align: right;
    padding: 10px; }
  .summary-order-modal .summary-order-values-list td {
    width: 3px;
    white-space: nowrap; }
  @media (max-width: 991px) {
    .summary-order-modal .summary-order-values-list {
      background-color: #fff;
      padding: 10px; }
      .summary-order-modal .summary-order-values-list th, .summary-order-modal .summary-order-values-list td {
        width: 200px;
        padding: 5px;
        padding-left: 10px;
        white-space: normal; } }
  .summary-order-modal .finalization.bordered {
    padding: 10px 0 0 0;
    margin: 0px; }
  .summary-order-modal .finalization .btn {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    background-color: #00d964;
    height: 50px;
    line-height: 50px;
    border-color: #00d964 !important; }
    .summary-order-modal .finalization .btn:focus {
      box-shadow: none; }
    .summary-order-modal .finalization .btn:disabled {
      background-color: #c2c2c2;
      box-shadow: none; }
    .summary-order-modal .finalization .btn.deny-order {
      background-color: #c2c2c2;
      border-color: #bababa !important; }

#cart-installments {
  display: inline-flex; }
  #cart-installments span {
    padding-right: 3px; }

#installments-value {
  display: inline-flex; }
  #installments-value span {
    padding-left: 3px; }

#installments-tooltip {
  border-radius: 50%;
  width: 18px;
  font-weight: 600;
  padding-right: 5px;
  height: 18px;
  margin-left: 3px;
  margin-top: 2px;
  font-size: 13px;
  background: #ff0079;
  font-family: sans-serif;
  color: #fff; }
  @media (max-width: 768px) {
  #installments-tooltip {
    width: 16px;
    height: 15px;
    font-size: 10px; } }

.customer-panel #fisica, .customer-panel #juridica {
  display: none; }
  .customer-panel #fisica.selected, .customer-panel #juridica.selected {
    display: block; }

.orders-end .title {
  text-align: center; }
  .orders-end .title .fa {
    font-size: 2.4rem; }
  .orders-end .title h2 {
    font-weight: bold;
    font-size: 2.3rem;
    margin: 0; }
  .orders-end .title h3 {
    font-size: 1.8rem; }
  .orders-end .banks h5, .orders-end .order-id {
    font-size: 1.7rem;
    text-align: center;
    font-weight: bold; }
  .orders-end .banks {
    max-width: 900px;
    margin: auto; }

.banks .bank-account {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 2px 5px;
  cursor: pointer;
  position: relative;
  float: left;
  width: 49%;
  margin-right: 1%;
  border-top: 1px solid #dcdcdc;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15); }
  .banks .bank-account .bank-logo {
    margin-right: 10px; }
  @media (max-width: 968px) {
    .banks .bank-account {
      width: 100%;
      justify-content: center; } }

.order-timeline {
  padding: 40px 0;
  position: relative; }
  .order-timeline:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -2;
    left: 0;
    right: 0;
    height: 4px;
    background: #dcdcdc; }
  @media (max-width: 767px) {
    .order-timeline:before {
      top: 0;
      bottom: 0;
      width: 4px;
      height: auto;
      left: 25px; } }
  @media (min-width: 768px) {
    .order-timeline:before {
      top: 80px; } }
  .order-timeline ul {
    text-align: center;
    margin: 0;
    padding: 0; }
  .order-timeline ul li {
    display: block;
    float: left;
    width: 33.3%;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold; }
    @media (max-width: 767px) {
      .order-timeline ul li:before {
        position: initial;
        display: table-cell !important;
        margin: 0 !important;
        line-height: 35px; } }
    @media (max-width: 767px) {
      .order-timeline ul li::after {
        width: 4px;
        height: auto !important;
        bottom: 0;
        left: 15px !important;
        right: auto !important;
        top: 0 !important; } }
    .order-timeline ul li.checked, .order-timeline ul li.checking, .order-timeline ul li.stopped {
      position: relative; }
    .order-timeline ul li.checked:after, .order-timeline ul li.checking:after, .order-timeline ul li.stopped:after {
      content: '';
      display: block;
      position: absolute;
      height: 4px;
      right: 0;
      left: 0;
      top: 17px;
      z-index: -1; }
      @media (min-width: 768px) {
    .order-timeline ul li.checked:after, .order-timeline ul li.checking:after, .order-timeline ul li.stopped:after {
      top: 40px; } }
    .order-timeline ul li.checked:before, .order-timeline ul li.checking:before, .order-timeline ul li.stopped:before {
      content: '\f00c';
      font-family: "FontAwesome";
      color: #fff;
      display: block;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      margin: 0 auto 5px;
      font-size: 1.1rem;
      line-height: 35px; }
      @media (min-width: 768px) {
    .order-timeline ul li.checked:before, .order-timeline ul li.checking:before, .order-timeline ul li.stopped:before {
      height: 80px;
      width: 80px;
      font-size: 2.5rem;
      line-height: 80px; } }
    .order-timeline ul li.checked {
      color: #00d964; }
    .order-timeline ul li.checked:after, .order-timeline ul li.checked:before {
      background: #00d964; }
    .order-timeline ul li.checking {
      color: #000; }
    .order-timeline ul li.checking:after {
      background: #000; }
    .order-timeline ul li.checking:before {
      background: #000;
      content: "\f12a"; }
    .order-timeline ul li.stopped {
      color: #ed2222; }
    .order-timeline ul li.stopped:after {
      background: #ed2222; }
    .order-timeline ul li.stopped:before {
      background: #ed2222;
      content: "\f00d"; }
    .order-timeline ul li.unchecked {
      color: #c2c2c2; }
    .order-timeline ul li.unchecked:before {
      content: '';
      display: block;
      width: 35px;
      height: 35px;
      background: #dcdcdc;
      border-radius: 50%;
      margin: 0 auto 5px; }
      @media (max-width: 767px) {
    .order-timeline ul li.unchecked:before {
      content: ".";
      color: #dcdcdc; } }
      @media (min-width: 768px) {
    .order-timeline ul li.unchecked:before {
      width: 80px;
      height: 80px; } }
    @media (max-width: 767px) {
    .order-timeline ul li {
      float: none;
      padding: 12px 0;
      width: 100%;
      font-size: 1rem; }
      .order-timeline ul li:first-child {
        padding-top: 0; }

      .order-timeline ul li:last-child {
        padding-bottom: 0; }

      .order-timeline ul li span {
        display: table-cell;
        padding-left: 10px; } }
    @media (min-width: 768px) {
    .order-timeline ul li {
      font-size: 1rem; } }
  @media (max-width: 767px) {
  .order-timeline {
    padding: 0 10px;
    margin: 25px 0; } }

@media (min-width: 768px) {
    .order-timeline.small:before {
      top: 70px; }
    .order-timeline.small ul li {
      width: 20%;
      font-size: 13px; }
      .order-timeline.small ul li.unchecked::before, .order-timeline.small ul li.checked::before, .order-timeline.small ul li.checking::before, .order-timeline.small ul li.stopped::before {
        width: 60px;
        height: 60px;
        font-size: 2rem;
        line-height: 60px; }
      .order-timeline.small ul li:after {
        top: 30px; } }

.order-actions {
  display: flex; }
  @media (max-width: 576px) {
  .order-actions {
    display: block; }
    .order-actions .item {
      display: block !important;
      margin-top: 0.5rem; }
      .order-actions .item a {
        width: 100%; } }

.orders-end .info {
  background-color: #f5f5f5;
  padding: 0 20px 20px;
  position: relative;
  z-index: 0;
  margin-top: 30px; }
  .orders-end .info .main-title > div {
    background-color: #f5f5f5; }
  .orders-end .info .response {
    margin-top: 15px; }
  .orders-end .info span {
    display: block; }
  @media (min-width: 768px) {
    .orders-end .info .link-btn {
      position: absolute;
      bottom: 0;
      right: 5px; } }
  .orders-end .payment-button {
    margin: 20px 0;
    text-align: center; }
  .orders-end .payment-button .btn {
    font-size: 1.6rem;
    height: 46px;
    line-height: 46px;
    padding: 0 20px; }
  .orders-end .payment-message {
    font-size: 18px;
    word-wrap: break-word;
    text-align: center;
    max-width: 900px;
    margin: auto; }

.customer-panel .breadcrumb {
  background-color: #fff;
  padding: 10px 0; }
  .customer-panel .breadcrumb a {
    color: #000; }
    .customer-panel .breadcrumb a:hover {
      color: #ff0079; }
  .customer-panel .breadcrumb-item + .breadcrumb-item::before {
    content: '\2022';
    color: #a9a9a9; }

.customer-panel aside {
  background-color: #dcdcdc; }
  .customer-panel aside .header {
    padding: 15px 10px;
    border-bottom: 1px solid #fff; }
    .customer-panel aside .header .img {
      border: solid 3px #000;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      float: left;
      margin-right: 10px;
      background-image: url(../img/user.png);
      background-position: center;
      background-size: 100% auto;
      background-repeat: no-repeat; }
    .customer-panel aside .header h3 {
      font-size: 1.1rem;
      font-weight: bold;
      margin: 15px 0;
      text-transform: capitalize; }
    .customer-panel aside .header a {
      color: #ff0079;
      text-transform: none; }
  .customer-panel aside ul a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase; }
    .customer-panel aside ul a:hover {
      color: #ff0079; }
    .customer-panel aside ul li {
      border-bottom: 1px solid #fff;
      padding: 5px 10px; }

.customer-panel .shortcut {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }
  .customer-panel .shortcut .main-list {
    background-color: #f5f5f5;
    border-top: solid 1px #a9a9a9;
    display: flex;
    justify-content: space-evenly;
    padding: 10px 0;
    font-size: 0.8rem;
    height: 60px; }
    .customer-panel .shortcut .main-list > li {
      text-align: center; }
    .customer-panel .shortcut .main-list .fa {
      display: block;
      font-size: 1.5rem;
      margin-bottom: 3px; }
    .customer-panel .shortcut .main-list a {
      display: block;
      color: #a9a9a9;
      white-space: nowrap; }
    .customer-panel .shortcut .main-list a.current, .customer-panel .shortcut .main-list a:hover {
      color: #000; }
  .customer-panel .shortcut .secondary-list ul {
    position: fixed;
    bottom: 59px;
    right: 15px;
    background-color: #f5f5f5;
    border: solid 1px #a9a9a9;
    border-bottom: none;
    font-size: 1rem;
    text-align: right;
    max-height: 0;
    overflow: hidden; }
    .customer-panel .shortcut .secondary-list.open ul {
      max-height: 100%;
      transition: all 0.5s; }
    .customer-panel .shortcut .secondary-list.open .backdrop {
      display: block;
      z-index: -1;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.7); }
    .customer-panel .shortcut .secondary-list .fa {
      display: inline-block;
      font-size: 1.2rem;
      margin-left: 5px; }
    .customer-panel .shortcut .secondary-list li {
      margin: 10px; }

.address-form .fa-check-circle-o, .address-customer-form .fa-check-circle-o, .address-form #no-number, .address-customer-form #no-number, .address-form #no-number:checked + span .fa-circle-o, .address-customer-form #no-number:checked + span .fa-circle-o {
  display: none; }
  .address-form #no-number:checked + span .fa-check-circle-o, .address-customer-form #no-number:checked + span .fa-check-circle-o, .address-form #no-number:not(:checked) + span .fa-circle-o, .address-customer-form #no-number:not(:checked) + span .fa-circle-o {
    display: inline-block; }
  .address-form .form-check, .address-customer-form .form-check {
    cursor: pointer; }

.customer-panel .addresses-list .item {
  position: relative;
  border: solid 1px #000;
  padding: 10px 30px 10px 10px;
  margin-bottom: 10px;
  min-height: 195px;
  font-size: 0.9rem; }
  .customer-panel .addresses-list h4 {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase; }
  .customer-panel .addresses-list .close {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0;
    background-color: #000;
    border-color: #000;
    color: #fff;
    opacity: 1;
    border-radius: 0;
    font-size: 1rem;
    height: 26px;
    width: 26px;
    line-height: 25px;
    text-align: center; }
  .customer-panel .addresses-list .btn.alter {
    position: absolute;
    bottom: 3px;
    left: 3px; }

.customer-panel .image-payment {
  float: left;
  height: 65px;
  width: 90px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat; }

.customer-panel .orders-list .order-number {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase; }
  .customer-panel .orders-list .item {
    border: solid 2px #dcdcdc;
    margin-bottom: 10px;
    padding: 20px;
    line-height: 16px; }
  .customer-panel .orders-list .order-status {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold; }
    .customer-panel .orders-list .order-status .image-container {
      padding: 15px 0;
      margin: auto;
      margin-bottom: 10px;
      height: 50px;
      position: relative;
      max-width: 400px; }
    .customer-panel .orders-list .order-status .image-container:before {
      position: absolute;
      top: 50%;
      content: '';
      width: 100%;
      display: block;
      height: 2px;
      background-color: #000; }
    .customer-panel .orders-list .order-status > [data-status="3"], .customer-panel .orders-list .order-status > [data-status="4"], .customer-panel .orders-list .order-status > [data-status="5"], .customer-panel .orders-list .order-status > [data-status="6"], .customer-panel .orders-list .order-status > [data-status="7"] {
      color: #00d964; }
    .customer-panel .orders-list .order-status > [data-status="3"] .image-container:before, .customer-panel .orders-list .order-status > [data-status="4"] .image-container:before, .customer-panel .orders-list .order-status > [data-status="5"] .image-container:before, .customer-panel .orders-list .order-status > [data-status="6"] .image-container:before, .customer-panel .orders-list .order-status > [data-status="7"] .image-container:before {
      background-color: #00d964; }
  .customer-panel .orders-list .image-status {
    float: left;
    height: 50px;
    width: 50px;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff; }
  .customer-panel .orders-list .order-delivery .freight {
    font-size: 1.1rem; }
  @media (max-width: 767px) {
    .customer-panel .orders-list .item {
      padding: 10px; }

    .customer-panel .orders-list .image-payment {
      height: 40px;
      width: 60px; }

    .customer-panel .orders-list .order-status .image-container {
      margin-top: 10px; } }

.customer-panel .order-page {
  border: solid 2px #dcdcdc;
  padding: 20px 10px; }
  .customer-panel .order-page .order-info h5 {
    border-top: 2px solid #dcdcdc;
    background-color: #eee;
    font-weight: 600;
    font-size: 15px;
    padding: 0.5rem; }
    .customer-panel .order-page .order-info tr > td:nth-child(2) {
      text-align: right; }
    .customer-panel .order-page .order-info .stopped {
      color: #ed2222; }
    .customer-panel .order-page .order-info .check {
      color: #00d964; }
    .customer-panel .order-page .order-info .pending {
      color: #fa2; }
  .customer-panel .order-page .order-date {
    float: right; }
    @media (max-width: 768px) {
    .customer-panel .order-page .order-date {
      float: left; } }
  .customer-panel .order-page .number {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem; }
  .customer-panel .order-page .buttons .item {
    margin-bottom: 10px;
    color: #fff; }
  .customer-panel .order-page .order-delivery table {
    font-size: 13px; }
  .customer-panel .order-page .status-message {
    border: none;
    border-radius: 0;
    border-left: 10px solid;
    background-color: #dcdcdc;
    position: relative; }
    .customer-panel .order-page .status-message.stopped {
      border-color: #ed2222;
      background-color: #fcdfdf; }
    .customer-panel .order-page .status-message.check {
      border-color: #00d964;
      background-color: #8dffc1; }
    .customer-panel .order-page .status-message.pending {
      border-color: #fa2;
      background-color: #fbf1c3; }
    .customer-panel .order-page .status-message:focus, .customer-panel .order-page .status-message:hover {
      cursor: pointer;
      opacity: 0.85; }
    .customer-panel .order-page .status-message .close {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      cursor: pointer; }
  .customer-panel .order-page .order-items-table {
    font-size: 13px; }
    .customer-panel .order-page .order-items-table .item {
      text-transform: uppercase; }
    .customer-panel .order-page .order-items-table td, .customer-panel .order-page .order-items-table th {
      padding: 0.5rem; }
    @media (max-width: 991px) {
    .customer-panel .order-page .order-items-table {
      max-width: 500px;
      margin: auto;
      border: none; }
      .customer-panel .order-page .order-items-table .item {
        border: solid 1px #dcdcdc;
        padding: 5px;
        margin-bottom: 10px; }

      .customer-panel .order-page .order-items-table tfoot tr {
        display: flex; }

      .customer-panel .order-page .order-items-table td:nth-of-type(5):before {
        content: "Total: "; } }
  .customer-panel .order-page .delivery-header {
    border-top: 2px solid #dcdcdc;
    background-color: #f5f5f5;
    padding: 0.5rem;
    font-size: 13px; }
    @media (max-width: 991px) {
    .customer-panel .order-page .delivery-header {
      max-width: 500px;
      margin: auto; } }
  .customer-panel .order-page .order-summary td, .customer-panel .order-page .order-summary th {
    padding: 0.5rem;
    vertical-align: middle;
    border: none; }
    .customer-panel .order-page .order-summary tfoot {
      border-top: 2px solid #dcdcdc; }
  .customer-panel .order-page .order-invoice img {
    height: 3rem; }
    .customer-panel .order-page .order-invoice .nfe-link img {
      filter: invert(50%) sepia(1) saturate(50) hue-rotate(-196deg); }
    .customer-panel .order-page .order-invoice .pdf-link img {
      filter: invert(50%) sepia(1) saturate(50) hue-rotate(-20deg); }

.customer-panel .sortable-wish-list.share, .customer-panel .list-products.share, .customer-panel .sortable-catalog.share {
  max-width: 800px;
  margin: auto; }
  .customer-panel .sortable-wish-list img, .customer-panel .list-products img, .customer-panel .sortable-catalog img {
    width: 100px;
    border: solid 1px #dcdcdc; }
  .customer-panel .sortable-wish-list span, .customer-panel .list-products span, .customer-panel .sortable-catalog span {
    display: block;
    max-width: 290px; }
  .customer-panel .sortable-wish-list tbody, .customer-panel .list-products tbody, .customer-panel .sortable-catalog tbody {
    position: relative;
    font-size: 13px; }
  .customer-panel .sortable-wish-list tr, .customer-panel .list-products tr, .customer-panel .sortable-catalog tr {
    background-color: #fff; }
  .customer-panel .sortable-wish-list td, .customer-panel .list-products td, .customer-panel .sortable-catalog td {
    vertical-align: middle; }
    .customer-panel .sortable-wish-list td .justify-content, .customer-panel .list-products td .justify-content, .customer-panel .sortable-catalog td .justify-content {
      justify-content: space-around; }
  .customer-panel .sortable-wish-list .buttons > *, .customer-panel .list-products .buttons > *, .customer-panel .sortable-catalog .buttons > * {
    margin: 0 2px; }
  .customer-panel .sortable-wish-list .remove, .customer-panel .list-products .remove, .customer-panel .sortable-catalog .remove {
    display: block; }
  .customer-panel .sortable-wish-list .bars, .customer-panel .list-products .bars, .customer-panel .sortable-catalog .bars {
    display: none; }
  .customer-panel .sortable-wish-list .btn, .customer-panel .list-products .btn, .customer-panel .sortable-catalog .btn {
    font-size: 13px; }
  .customer-panel .sortable-wish-list .btn-cart, .customer-panel .list-products .btn-cart, .customer-panel .sortable-catalog .btn-cart {
    width: 120px; }
  .customer-panel .sortable-wish-list .sort .fa, .customer-panel .list-products .sort .fa, .customer-panel .sortable-catalog .sort .fa {
    cursor: move; }
  @media (max-width: 991px) {
    .customer-panel .sortable-wish-list table, .customer-panel .list-products table, .customer-panel .sortable-catalog table, .customer-panel .sortable-wish-list thead, .customer-panel .list-products thead, .customer-panel .sortable-catalog thead, .customer-panel .sortable-wish-list tbody, .customer-panel .list-products tbody, .customer-panel .sortable-catalog tbody, .customer-panel .sortable-wish-list th, .customer-panel .list-products th, .customer-panel .sortable-catalog th, .customer-panel .sortable-wish-list td, .customer-panel .list-products td, .customer-panel .sortable-catalog td, .customer-panel .sortable-wish-list tr, .customer-panel .list-products tr, .customer-panel .sortable-catalog tr {
      display: block; }

    .customer-panel .sortable-wish-list thead tr, .customer-panel .list-products thead tr, .customer-panel .sortable-catalog thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }

    .customer-panel .sortable-wish-list table, .customer-panel .list-products table, .customer-panel .sortable-catalog table {
      max-width: 400px;
      margin: auto; }

    .customer-panel .sortable-wish-list td, .customer-panel .list-products td, .customer-panel .sortable-catalog td {
      border: none !important; }

    .customer-panel .sortable-wish-list tr, .customer-panel .list-products tr, .customer-panel .sortable-catalog tr {
      border: solid 1px #dcdcdc;
      max-width: 400px;
      margin: 0 auto 10px;
      padding-right: 30px;
      position: relative; }
      .customer-panel .sortable-wish-list tr .justify-content, .customer-panel .list-products tr .justify-content, .customer-panel .sortable-catalog tr .justify-content {
        justify-content: unset !important; }

    .customer-panel .sortable-wish-list .image, .customer-panel .list-products .image, .customer-panel .sortable-catalog .image {
      float: left; }

    .customer-panel .sortable-wish-list img, .customer-panel .list-products img, .customer-panel .sortable-catalog img {
      width: 70px; }

    .customer-panel .sortable-wish-list .btn-cart, .customer-panel .list-products .btn-cart, .customer-panel .sortable-catalog .btn-cart {
      font-size: 8px;
      width: 80px; }

    .customer-panel .sortable-wish-list .close, .customer-panel .list-products .close, .customer-panel .sortable-catalog .close {
      display: none !important; }

    .customer-panel .sortable-wish-list .remove, .customer-panel .list-products .remove, .customer-panel .sortable-catalog .remove {
      display: inline-block !important; }

    .customer-panel .sortable-wish-list .info, .customer-panel .list-products .info, .customer-panel .sortable-catalog .info, .customer-panel .sortable-wish-list .actions, .customer-panel .list-products .actions, .customer-panel .sortable-catalog .actions {
      width: 85%; }

    .customer-panel .sortable-wish-list .buttons a, .customer-panel .list-products .buttons a, .customer-panel .sortable-catalog .buttons a {
      font-size: 8px; }

    .customer-panel .sortable-wish-list .bars, .customer-panel .list-products .bars, .customer-panel .sortable-catalog .bars {
      display: block !important;
      position: absolute;
      top: 28%;
      right: 10px; }
      .customer-panel .sortable-wish-list .bars .fa, .customer-panel .list-products .bars .fa, .customer-panel .sortable-catalog .bars .fa {
        font-size: 30px;
        color: #a3a3a3; } }

.ui-sortable {
  position: relative; }

.ui-sortable-helper {
  display: table; }

.ui-sortable-placeholder {
  display: table-row;
  height: 100px;
  visibility: visible !important; }

.ui-sortable-placeholder td:nth-child(5n), .ui-sortable-placeholder td:nth-child(6n) {
  display: none; }

.customer-panel #pager ul {
  display: inline-block; }
  .customer-panel #pager li {
    border: 1px solid #dcdcdc;
    float: left; }
  .customer-panel #pager a, .customer-panel #pager span {
    padding: 0.3rem 0.6rem; }
  .customer-panel #pager a:hover, .customer-panel #pager span:hover {
    background-color: #ff0079;
    color: #fff; }
  .customer-panel #pager span.atual {
    background-color: #ff0079;
    cursor: pointer;
    color: #fff; }
  .customer-panel #pager span.atual:hover {
    background-color: #cc0061;
    color: #fff; }

.payment-change, .payment-retry {
  margin-bottom: 70px; }
  .payment-change .alert, .payment-retry .alert {
    border-radius: 0;
    padding: 0.5rem 1rem; }
  .payment-change .alert .close, .payment-retry .alert .close {
    font-size: 1.5rem !important;
    margin: 0 !important;
    cursor: pointer; }
  .payment-change .payment-methods, .payment-retry .payment-methods {
    margin: -4px -7px; }
  .payment-change .payment-methods .card, .payment-retry .payment-methods .card {
    position: relative;
    margin: 4px 7px;
    cursor: pointer;
    border-radius: 0; }
  .payment-change .payment-methods .card:hover, .payment-retry .payment-methods .card:hover {
    background: #f5f5f5;
    border-color: rgba(0, 0, 0, 0.125); }
  .payment-change .payment-methods .card.active, .payment-retry .payment-methods .card.active {
    background: rgba(40, 167, 69, 0.15);
    border-color: #28a745;
    color: #28a745; }
  .payment-change .payment-methods .card.active:after, .payment-retry .payment-methods .card.active:after {
    font-family: "FontAwesome";
    content: "\f058";
    position: absolute;
    right: 8px;
    top: 50%;
    font-size: 1.2rem;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    padding: 0; }
  .payment-change .payment-info .info, .payment-retry .payment-info .info {
    background: #f5f5f5;
    text-align: center;
    padding: 1.25rem;
    color: #333; }
  .payment-change .table tr:first-child td, .payment-retry .table tr:first-child td {
    border: 0 !important; }

.modal-payment {
  margin: auto; }
  @media (max-width: 968px) {
  .modal-payment {
    margin-bottom: 70px; } }

.useterms {
  height: 144px; }
  .useterms > textarea {
    height: 100% !important;
    resize: none; }

.list-steps-progress-section {
  position: fixed;
  bottom: 60px;
  z-index: 9998;
  border-top: solid 1px #a9a9a9;
  background-color: #f5f5f5;
  left: 0;
  width: 100%; }
  .list-steps-progress-section > div {
    padding: 0px; }

.list-steps-progress-titles {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #00d964;
  text-align: center;
  margin-top: 5px; }

.list-steps-progress {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (max-width: 767px) {
  .list-steps-progress {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-top: 5px; } }
  .list-steps-progress:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -2;
    left: 0;
    right: 0;
    height: 4px;
    background: #dcdcdc; }
  @media (max-width: 767px) {
    .list-steps-progress:before {
      top: 15px; } }
  @media (min-width: 768px) {
    .list-steps-progress:before {
      top: 30px; } }
  .list-steps-progress ul {
    text-align: center;
    margin: 0;
    padding: 0; }
  .list-steps-progress ul li {
    display: block;
    float: left;
    width: 25%;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold; }
    .list-steps-progress ul li.step {
      position: relative;
      font-size: 13px;
      color: #c2c2c2; }
    .list-steps-progress ul li.step:before {
      display: block;
      width: 35px;
      height: 35px;
      background: #dcdcdc;
      color: #fff;
      border-radius: 50%;
      margin: 0 auto 5px;
      font-size: 1.4rem;
      font-weight: 100;
      line-height: 35px; }
    @media (min-width: 768px) {
      .list-steps-progress ul li.step:before {
        height: 60px;
        width: 60px;
        font-size: 2rem;
        line-height: 60px; } }
    .list-steps-progress ul li.list-step-one:before {
      content: '\f0f6';
      font-family: "FontAwesome"; }
    .list-steps-progress ul li.list-step-two:before {
      content: '\f015';
      font-family: "FontAwesome"; }
    .list-steps-progress ul li.list-step-three:before {
      content: '\f121';
      font-family: "FontAwesome"; }
    .list-steps-progress ul li.list-step-four:before {
      content: '\f02c';
      font-family: "FontAwesome"; }
    .list-steps-progress ul li.checked {
      color: #00d964; }
    .list-steps-progress ul li.checked:before {
      background: #00d964; }
    .list-steps-progress ul li.checked:after {
      content: '';
      display: block;
      position: absolute;
      height: 4px;
      right: 0;
      left: 0;
      top: 15px;
      z-index: -1;
      background: #00d964; }
    @media (min-width: 768px) {
      .list-steps-progress ul li.checked:after {
        top: 30px; } }
    @media (min-width: 768px) {
    .list-steps-progress ul li {
      font-size: 1rem; } }

@media (max-width: 767px) {
    .list button {
      font-size: 14px; } }
  .list .list-long-text {
    height: 144px;
    max-height: 150px; }
  .list .list-modality-step-description {
    margin-bottom: 10px; }
  .list .user-messages h4 {
    font-size: 16px; }
  .list .image-preview {
    margin-top: 10px;
    display: block;
    width: 234px;
    height: 156px;
    border: solid 1px #f5f5f5; }
  .list .image-preview-empty {
    margin-top: 10px;
    height: 156px;
    width: 234px; }
  .list .image-preview-empty rect {
    height: 100%;
    width: 100%;
    fill: #dee2e6; }
  .list .image-preview-empty text {
    fill: #868e96;
    dominant-baseline: middle;
    font-size: 14px;
    text-anchor: middle; }
  .list .info {
    position: relative;
    font-size: 0.8rem; }

.lists #pager, .list-articles #pager, .list-product #pager, .list-statistics #pager {
  padding-top: 10px; }

.list-item {
  padding: 10px !important; }
  .list-item .list-inline {
    display: flex;
    text-align: center; }
  .list-item .list-inline > li {
    padding: 5px;
    width: -webkit-fill-available; }
    @media (max-width: 1172px) {
    .list-item .list-inline > li {
      padding: 0px; } }
    .list-item .list-inline > li .submenu {
      display: none;
      position: absolute;
      top: 33px;
      background: #fff;
      left: -75px;
      min-width: 250px;
      box-shadow: 0px 2px 8px grey; }
    @media (max-width: 767px) {
      .list-item .list-inline > li .submenu {
        left: 0px; } }
    .list-item .list-inline > li:hover .submenu {
      display: block; }
    .list-item .list-inline > li a {
      color: #ff0079;
      vertical-align: middle; }
  .list-item .list-inline .list-icon {
    color: #ff0079;
    font-size: 25px; }
  .list-item .list-inline .submenu-icon {
    color: #ff0079;
    font-size: 25px;
    display: block; }
  .list-item .list-inline .list-title {
    text-align: center;
    display: block;
    vertical-align: bottom;
    font-size: 12px; }
  .list-item .img-responsive {
    max-height: 100px; }
  .list-item .list-thumb {
    margin-right: auto;
    margin-left: auto;
    max-width: 135px;
    max-height: 100px;
    border: solid 1px #f5f5f5; }
  .list-item .btn-group {
    margin: 0px;
    padding: 0px; }
  .list-item .btn {
    width: 100%;
    text-align: left; }
  .list-item .btn .fa {
    float: right;
    margin-top: 7px; }
  .list-item .dropdown .btn {
    font-size: 1rem; }
  .list-item .dropdown .dropdown-menu {
    width: 100%;
    transform: translate3d(0px, 34px, 0px) !important; }
    .list-item .dropdown .dropdown-menu .dropdown-item {
      padding: 0.5rem 1.5rem; }
  .list-item svg {
    max-height: 87px;
    max-width: 129px;
    width: 100%;
    height: 100%; }
  @media (max-width: 767px) {
    .list-item svg {
      max-height: 200px;
      max-width: 300px;
      height: 200px; } }
  .list-item svg rect {
    height: 100%;
    width: 100%;
    fill: #dee2e6; }
  .list-item svg text {
    fill: #868e96;
    dominant-baseline: middle;
    font-size: 14px;
    text-anchor: middle; }
  .list-item .img-responsive {
    max-height: 86px;
    width: 100%; }
  @media (max-width: 767px) {
    .list-item .img-responsive {
      max-height: 200px; } }
  .list-item .img-expansive {
    max-width: 129px;
    height: auto; }
  @media (max-width: 767px) {
    .list-item .img-expansive {
      max-width: 300px; } }
  .list-item .article-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .list-item .list-article-actions a {
    font-size: 1rem; }

.list-modality {
  border: solid 2px #dcdcdc;
  margin-bottom: 12px;
  padding: 10px;
  line-height: 16px; }
  .list-modality .list-modality-title {
    position: relative;
    padding: 0px 0 10px;
    font-size: 1.5rem;
    color: #ff0079;
    font-weight: normal;
    z-index: 5;
    text-align: center;
    margin-bottom: 0px; }
  .list-modality .list-modality-title:after {
    display: block;
    content: '';
    background-color: #dcdcdc;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100%;
    z-index: -1; }
  .list-modality .list-modality-description {
    padding: 15px 0 15px 0;
    line-height: 20px; }
  .list-modality .fa {
    margin-right: 5px; }

.list-product .list-products select {
  width: 75px; }
  .list-product .list-products input {
    width: 75px;
    height: 34px;
    padding-left: 10px;
    text-align: center; }
  .list-product .list-products .fa {
    color: #f5f5f5; }
  .list-product .user-messages h4 {
    font-size: 1.1rem;
    margin-top: 5px;
    margin-bottom: 15px; }
  .list-product .user-messages p {
    margin-bottom: 0.3rem; }
  .list-product .user-messages .btn {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: auto; }
  .list-product .list-product-control b {
    position: absolute;
    bottom: 0px; }
  @media (max-width: 992px) {
    .list-product .btn-remove-product {
      display: block !important; } }
  @media (max-width: 767px) {
    .list-product .btn-add-product, .list-product .btn-add-product-site {
      width: 100%; } }
  .list-product tr {
    padding-right: 0px !important; }
  .list-product select, .list-product input {
    height: 34px !important; }
  @media (max-width: 992px) {
    .list-product select, .list-product input {
      width: 100% !important;
      padding-left: 0px !important; } }

.list-product-item {
  padding: 10px !important; }
  .list-product-item input {
    width: 68px;
    padding-left: 10px;
    text-align: center; }
  @media (max-width: 992px) {
    .list-product-item input {
      width: 50px !important; } }
  .list-product-item .unity-description .font-weight-bold, .list-product-item .prices .font-weight-bold {
    display: inline-block; }
  .list-product-item .img-responsive {
    max-height: 100px; }
  .list-product-item .list-thumb {
    margin-right: auto;
    margin-left: auto;
    max-width: 130px;
    max-height: 130px;
    border: solid 1px #f5f5f5; }
  .list-product-item .btn-group {
    margin: 0px;
    padding: 0px; }
  .list-product-item .btn {
    width: 100%;
    font-size: 1rem; }
  .list-product-item svg {
    max-height: 130px;
    max-width: 130px;
    width: 100%;
    height: 100%; }
  @media (max-width: 767px) {
    .list-product-item svg {
      max-height: 300px;
      max-width: 300px;
      height: 200px; } }
  .list-product-item svg rect {
    height: 100%;
    width: 100%;
    fill: #dee2e6; }
  .list-product-item svg text {
    fill: #868e96;
    dominant-baseline: middle;
    font-size: 14px;
    text-anchor: middle; }
  .list-product-item .img-responsive {
    max-height: 130px;
    display: block;
    margin-right: auto;
    margin-left: auto; }
  @media (max-width: 767px) {
    .list-product-item .img-responsive {
      max-height: 300px; } }
  .list-product-item .img-expansive {
    max-width: 130px;
    height: auto; }
  @media (max-width: 767px) {
    .list-product-item .img-expansive {
      max-width: 300px; } }

.list-share .fb-share-button {
  line-height: 0.8; }

.list-statistics .list-closed {
  color: #ed2222; }
  .list-statistics .list-order-static-item {
    padding: 10px !important; }
  .list-statistics .list-order-static-item .order-item-quantity {
    text-align: center; }
    @media (max-width: 576px) {
    .list-statistics .list-order-static-item .order-item-quantity {
      text-align: left; } }
  .list-statistics .list-order-static-item .btn {
    width: 100%;
    color: #fff !important; }
  .list-statistics .list-order-static-item .image {
    width: 45px;
    height: 45px;
    border: solid 1px #dcdcdc; }
    .list-statistics .list-order-static-item .image img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: 100%; }
    @media (max-width: 576px) {
    .list-statistics .list-order-static-item .image {
      margin-left: auto;
      margin-right: auto;
      width: 135px;
      height: 135px; } }
  .list-statistics .list-order-static-item svg {
    height: 90px;
    width: 90px;
    width: 100%;
    height: 100%; }
    @media (max-width: 576px) {
    .list-statistics .list-order-static-item svg {
      width: 135px;
      height: 135px; } }
    .list-statistics .list-order-static-item svg rect {
      height: 100%;
      width: 100%;
      fill: #dee2e6; }
    .list-statistics .list-order-static-item svg text {
      fill: #868e96;
      dominant-baseline: middle;
      font-size: 40px;
      text-anchor: middle; }
  .list-statistics .list-order-static-item .table-head {
    display: table-header-group;
    background-color: #f5f5f5; }
    @media (max-width: 576px) {
    .list-statistics .list-order-static-item .table-head {
      display: none; } }
  .list-statistics .list-order-static-item .table-column {
    vertical-align: middle;
    font-size: 13px;
    padding: 0.5rem; }
  @media (max-width: 576px) {
    .list-statistics .list-order-static-item .table-column {
      text-align: left !important;
      display: inline-grid;
      width: 100%; } }

.steps-control {
  margin-top: 25px; }
  .steps-control button {
    margin-top: 10px; }
  @media (max-width: 767px) {
    .steps-control button {
      width: 100%;
      font-size: 15px !important; } }
  @media (min-width: 768px) {
    .steps-control button:last-child {
      margin-left: 5px; } }

.simple-text-editor .btn-light {
  color: #333 !important; }
  .simple-text-editor .note-group-select-from-files .note-form-label {
    display: none; }

.image-preview-button > span {
  margin-right: 8px; }

.checkout.header {
  padding: 10px 0;
  border-bottom: 2px solid #c2c2c2;
  margin-bottom: 20px; }
  .checkout.header img {
    max-height: 90px;
    max-width: 120px; }
  @media (max-width: 767px) {
    .checkout.header img {
      max-width: 100%;
      max-height: 42px; } }
  .checkout.header ul {
    margin: 0; }
  .checkout.header ul li {
    white-space: nowrap; }

.checkout.footer {
  min-height: 150px; }
  .checkout.footer > div {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-top: 2px solid #c2c2c2;
    padding: 10px 15px 10px;
    font-size: 12px;
    background-color: #fff; }
  .checkout.footer img {
    height: 35px; }
  @media (max-width: 991px) {
  .checkout.footer {
    margin-bottom: 72px; } }
  @media (max-width: 575px) {
  .checkout.footer {
    margin-bottom: 92px;
    margin-top: 70px; } }

.checkout.header, .checkout.footer {
  font-size: 0.9rem; }
  .checkout.header a, .checkout.footer a {
    color: #7d7d7d; }

.orders-list .notpaid-order {
  opacity: 0.5; }

.list {
  user-select: text; }
  .list .personalized-content {
    display: block; }
  .list .personalized-content img {
    max-width: 100%; }
  .list .block-title {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top: 10px; }
  .list .block-title h2 {
    font-size: 1.5rem;
    display: block; }
  .list .menu-lateral-aside {
    width: 100%;
    border: 1px solid #c2c2c2;
    box-shadow: 0px 0px 4px 1px #fff;
    padding: 10px;
    margin-top: 10px; }
  .list .article .article-comments iframe {
    width: 100% !important; }
  .list .article-inner {
    max-width: 295px;
    margin: 10px auto; }
  .list .article-inner .article-thumb {
    display: inline-inbox;
    width: 100%;
    border: 1px solid #c2c2c2;
    box-shadow: 0px 0px 4px 1px #fff; }
    .list .article-inner .article-thumb .image.image-box {
      position: relative;
      overflow: hidden;
      padding: 3px; }
    .list .article-inner .article-thumb .caption h2.article-title {
      font-size: 17px;
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 10px; }
      .list .article-inner .article-thumb .caption h2.article-title a {
        color: #000; }
    .list .article-inner .article-thumb .caption .article-description {
      font-size: 13px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 10px;
      border-top: 2px solid #f5f5f5;
      border-bottom: 2px solid #f5f5f5; }
    .list .article-inner .article-thumb .caption .btn {
      width: 90%;
      margin: 10px; }
  .list #pager ul {
    display: inline-block; }
  .list #pager li {
    border: 1px solid #dcdcdc;
    float: left; }
  .list #pager a, .list #pager span {
    padding: 0.3rem 0.6rem; }
    .list #pager a:hover, .list #pager span:hover {
      background-color: #ff0079;
      color: #fff; }
  .list #pager span.atual {
    background-color: #ff0079;
    cursor: pointer;
    color: #fff; }
    .list #pager span.atual:hover {
      background-color: #cc0061;
      color: #fff; }
  .list .orders-end .block-title > h4 {
    display: block; }
  .list .product .block-title {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px; }
  .list .product .product-title {
    padding-top: 30px;
    padding-top: 30px; }
  .list .product .product-comments iframe {
    width: 100% !important; }
  .list .products-menu a {
    display: block; }
  .list .product-inner {
    max-width: 295px;
    margin: 10px auto; }
  .list .product-inner .hide {
    display: none !important; }
  .list .product-inner .product-thumb {
    display: inline-inbox;
    width: 100%;
    border: 1px solid #c2c2c2;
    box-shadow: 0px 0px 4px 1px #fff; }
    .list .product-inner .product-thumb svg {
      max-width: 100%; }
    .list .product-inner .product-thumb svg rect {
      height: 100%;
      width: 100%;
      fill: #dee2e6; }
    .list .product-inner .product-thumb svg text {
      fill: #868e96;
      dominant-baseline: middle;
      font-size: 14px;
      text-anchor: middle; }
    .list .product-inner .product-thumb .image.image-box {
      position: relative;
      overflow: hidden;
      padding: 3px;
      max-height: 287px;
      margin-top: auto;
      margin-bottom: auto; }
    .list .product-inner .product-thumb .caption h2.product-title {
      font-size: 14px;
      line-height: 17px;
      height: 70px;
      text-transform: uppercase;
      margin-bottom: 0px;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 10px; }
      .list .product-inner .product-thumb .caption h2.product-title a {
        color: #000; }
    .list .product-inner .product-thumb .caption .product-description {
      font-size: 13px;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 10px;
      border-top: 2px solid #f5f5f5;
      border-bottom: 2px solid #f5f5f5; }
    .list .product-inner .product-thumb .caption .prices {
      line-height: 18px;
      height: 36px;
      margin-bottom: 10px; }
      .list .product-inner .product-thumb .caption .prices .old-price {
        font-size: 14px;
        margin-top: auto;
        margin-bottom: auto; }
      .list .product-inner .product-thumb .caption .prices .new-price {
        margin-top: auto;
        margin-bottom: auto; }
      .list .product-inner .product-thumb .caption .prices .installment {
        font-size: 12px;
        margin-top: auto;
        margin-bottom: auto; }
    .list .product-inner .product-thumb .caption .btn {
      width: 90%;
      margin: 10px; }
  .list .option-tabs {
    margin-bottom: 10px;
    margin-top: 10px; }
  .list .option-tabs h3.no-results {
    padding-top: 20px;
    color: #a9a9a9; }

.modal-list-product.modal-add-product-cart {
  max-width: 625px; }
  .modal-list-product.modal-add-product-cart .modal-footer, .modal-list-product.modal-add-product-cart .modal-body {
    display: inline-block; }
  .modal-list-product.modal-add-product-cart .modal-footer .btn, .modal-list-product.modal-add-product-cart .modal-body .btn {
    width: 100%;
    color: #fff; }

.list-login .btn {
  font-size: 18px;
  border-radius: 0;
  text-transform: uppercase;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  cursor: pointer;
  color: #fff;
  box-shadow: none; }
  .list-login .btn-primary {
    background-color: #ff0079;
    border-color: #ff0079; }
  .list-login .btn-primary:hover {
    background-color: #cc0061;
    border-color: #cc0061; }
  .list-login .btn-highlight {
    background-color: #00d964;
    border-color: #00d964; }
  .list-login .btn-highlight:hover {
    background-color: #00ca5d;
    border-color: #00ca5d; }

.search-lists .breadcrumb {
  background-color: #fff;
  padding: 10px 0; }
  .search-lists .breadcrumb a {
    color: #000; }
    .search-lists .breadcrumb a:hover {
      color: #ff0079; }
  .search-lists .breadcrumb-item + .breadcrumb-item::before {
    content: '\2022';
    color: #a9a9a9; }
  .search-lists aside {
    background-color: #dcdcdc; }
  .search-lists aside .header {
    padding: 15px 10px;
    border-bottom: 1px solid #fff; }
    .search-lists aside .header h3 {
      font-size: 1.1rem;
      font-weight: bold;
      margin: 15px 0;
      text-transform: capitalize;
      text-align: center; }
  .search-lists aside ul a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase; }
    .search-lists aside ul a:hover {
      color: #ff0079; }
    .search-lists aside ul li {
      border-bottom: 1px solid #fff;
      padding: 5px 10px; }
  .search-lists .no-list-type-selected {
    color: #a9a9a9; }
  .search-lists .shortcut {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999; }
  .search-lists .shortcut .main-list {
    background-color: #f5f5f5;
    border-top: solid 1px #a9a9a9;
    display: flex;
    justify-content: space-evenly;
    padding: 10px 0;
    font-size: 0.8rem;
    height: 60px; }
    .search-lists .shortcut .main-list > li {
      text-align: center; }
    .search-lists .shortcut .main-list .fa {
      display: block;
      font-size: 1.5rem;
      margin-bottom: 3px; }
    .search-lists .shortcut .main-list a {
      display: block;
      color: #a9a9a9;
      white-space: nowrap; }
    .search-lists .shortcut .main-list a.current, .search-lists .shortcut .main-list a:hover {
      color: #000; }
  .search-lists .shortcut .secondary-list ul {
    position: fixed;
    bottom: 59px;
    right: 15px;
    background-color: #f5f5f5;
    border: solid 1px #a9a9a9;
    border-bottom: none;
    font-size: 1rem;
    text-align: right;
    max-height: 0;
    overflow: hidden; }
    .search-lists .shortcut .secondary-list.open ul {
      max-height: 100%;
      transition: all 0.5s; }
    .search-lists .shortcut .secondary-list.open .backdrop {
      display: block;
      z-index: -1;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.7); }
    .search-lists .shortcut .secondary-list .fa {
      display: inline-block;
      font-size: 1.2rem;
      margin-left: 5px; }
    .search-lists .shortcut .secondary-list li {
      margin: 10px; }
  .search-lists .search-lists-result .item {
    border: solid 2px #dcdcdc;
    margin-bottom: 10px;
    padding: 20px;
    line-height: 16px; }
  @media (max-width: 767px) {
    .search-lists .search-lists-result .item {
      padding: 10px; } }
  .search-lists .g-recaptcha > div {
    width: auto !important;
    height: auto !important; }

#new-checkout .nav-tabs .nav-link {
  font-size: 1rem !important; }
  #new-checkout .coupon a {
    font-weight: bold; }
  #new-checkout .finalization .btn {
    font-size: 1.3rem;
    background-color: #ff0079 !important;
    border-color: #ff0079 !important; }
    #new-checkout .finalization .btn.btn-block {
      float: right;
      width: initial; }
  #new-checkout .finalization span {
    padding-right: 3px; }
    #new-checkout .finalization span a {
      height: 50px;
      line-height: 50px;
      padding: 0 10px;
      border: solid 1px #ff0079;
      display: inline-block;
      vertical-align: bottom; }
    @media (max-width: 768px) {
      #new-checkout .finalization span a {
        height: auto;
        margin-bottom: 5px;
        line-height: inherit;
        vertical-align: middle; } }
  #new-checkout #cart-total-de {
    color: #ff0079; }
  #new-checkout #cart-total {
    font-size: 1.45rem !important; }
  #new-checkout .pending {
    background-color: #fff;
    border-top: 2px solid #7d7d7d;
    border-bottom: 2px solid #7d7d7d;
    color: #ff0079;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative; }
  #new-checkout .pending img {
    position: absolute;
    display: flex;
    top: -39px;
    height: 90px; }
    @media (max-width: 376px) {
    #new-checkout .pending img {
      top: -28px !important;
      height: 108px !important; } }
    @media (max-width: 660px) {
    #new-checkout .pending img {
      right: 0;
      top: -45px;
      height: 108px; } }
    @media (max-width: 880px) {
    #new-checkout .pending img {
      top: -36px;
      height: 108px; } }
  @media (max-width: 660px) {
      #new-checkout .pending .shipping-notification {
        font-size: 16px;
        margin: 0 75px 0 0; } }
  #new-checkout .applied {
    background-color: #fff;
    border-top: 2px solid #7d7d7d;
    border-bottom: 2px solid #7d7d7d;
    color: #ff0079;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative; }
  #new-checkout .applied img {
    position: absolute;
    display: flex;
    top: -39px;
    height: 94px; }
    @media (max-width: 320px) {
    #new-checkout .applied img {
      top: 0 !important; } }
    @media (max-width: 513px) {
    #new-checkout .applied img {
      top: -25px; } }
    @media (max-width: 660px) {
    #new-checkout .applied img {
      right: 0; } }
  #new-checkout .applied .shipping-notification {
    font-size: 24px;
    text-transform: initial;
    text-align: left; }
    @media (max-width: 660px) {
    #new-checkout .applied .shipping-notification {
      text-align: center;
      margin: 0 40px 0 0; } }
  #new-checkout .shipping-notification {
    font-weight: 600;
    text-align: left;
    margin: 0 115px;
    font-size: 20px; }

.checkout .header {
  border-bottom: none; }

#new-checkout .order-timeline.small ul li:nth-child(3), #new-checkout .order-timeline.small ul li:nth-child(4) {
  display: none; }

@media (min-width: 768px) {
  #new-checkout .order-timeline.small ul li {
    width: 33.3%; } }

.checkout.header, .checkout.footer {
  font-size: 0.95rem; }

.customer-panel aside ul li:nth-child(4) {
  display: none; }

.customer-panel .shortcut .secondary-list li:first-child {
  display: none; }

.payment-change .btn {
  margin-bottom: 10px; }
