@-webkit-keyframes fromright {
  from {
    margin-left: 200px;
  }

  to {
    margin-left: 0px;
  }
}

@keyframes fromright {
  from {
    margin-left: 200px;
  }

  to {
    margin-left: 0px;
  }
}

@-webkit-keyframes validateOK {
  0% {
    opacity: 0;
    color: #000;
  }

  20% {
    opacity: 1;
    color: #000;
  }

  82% {
    opacity: 1;
    color: #000;
  }

  100% {
    opacity: .5;
  }
}

@keyframes validateOK {
  0% {
    opacity: 0;
    color: #000;
  }

  20% {
    opacity: 1;
    color: #000;
  }

  82% {
    opacity: 1;
    color: #000;
  }

  100% {
    opacity: .5;
  }
}

.col-lg-1 .col-md-1 .col-sm-1 .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1 {
  float: left;
  width: 8.33333%;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

@media (min-width: 768px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width: 992px) {
  .col-md-1 {
    float: left;
    width: 8.33333%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-push-1 {
    left: 8.33333% 1;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .col-md-1 {
    float: left;
    width: 8.33333%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
}

.col-lg-2 .col-md-2 .col-sm-2 .col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-2 {
  float: left;
  width: 16.66667%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

@media (min-width: 768px) {
  .col-sm-2 {
    float: left;
    width: 16.66667%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width: 992px) {
  .col-md-2 {
    float: left;
    width: 16.66667%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-push-2 {
    left: 8.33333% 2;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width: 1200px) {
  .col-md-2 {
    float: left;
    width: 16.66667%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
}

.col-lg-3 .col-md-3 .col-sm-3 .col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-3 {
  float: left;
  width: 25%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

@media (min-width: 768px) {
  .col-sm-3 {
    float: left;
    width: 25%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    float: left;
    width: 25%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-push-3 {
    left: 8.33333% 3;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }
}

@media (min-width: 1200px) {
  .col-md-3 {
    float: left;
    width: 25%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }
}

.col-lg-4 .col-md-4 .col-sm-4 .col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-4 {
  float: left;
  width: 33.33333%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

@media (min-width: 768px) {
  .col-sm-4 {
    float: left;
    width: 33.33333%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    float: left;
    width: 33.33333%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-push-4 {
    left: 8.33333% 4;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .col-md-4 {
    float: left;
    width: 33.33333%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
}

.col-lg-5 .col-md-5 .col-sm-5 .col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5 {
  float: left;
  width: 41.66667%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

@media (min-width: 768px) {
  .col-sm-5 {
    float: left;
    width: 41.66667%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    float: left;
    width: 41.66667%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-push-5 {
    left: 8.33333% 5;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
}

@media (min-width: 1200px) {
  .col-md-5 {
    float: left;
    width: 41.66667%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
}

.col-lg-6 .col-md-6 .col-sm-6 .col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

@media (min-width: 768px) {
  .col-sm-6 {
    float: left;
    width: 50%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-6 {
    float: left;
    width: 50%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-push-6 {
    left: 8.33333% 6;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }
}

@media (min-width: 1200px) {
  .col-md-6 {
    float: left;
    width: 50%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }
}

.col-lg-7 .col-md-7 .col-sm-7 .col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-7 {
  float: left;
  width: 58.33333%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

@media (min-width: 768px) {
  .col-sm-7 {
    float: left;
    width: 58.33333%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
}

@media (min-width: 992px) {
  .col-md-7 {
    float: left;
    width: 58.33333%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-push-7 {
    left: 8.33333% 7;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
}

@media (min-width: 1200px) {
  .col-md-7 {
    float: left;
    width: 58.33333%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
}

.col-lg-8 .col-md-8 .col-sm-8 .col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-8 {
  float: left;
  width: 66.66667%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

@media (min-width: 768px) {
  .col-sm-8 {
    float: left;
    width: 66.66667%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
}

@media (min-width: 992px) {
  .col-md-8 {
    float: left;
    width: 66.66667%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-push-8 {
    left: 8.33333% 8;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
}

@media (min-width: 1200px) {
  .col-md-8 {
    float: left;
    width: 66.66667%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
}

.col-lg-9 .col-md-9 .col-sm-9 .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-9 {
  float: left;
  width: 75%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

@media (min-width: 768px) {
  .col-sm-9 {
    float: left;
    width: 75%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }
}

@media (min-width: 992px) {
  .col-md-9 {
    float: left;
    width: 75%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-push-9 {
    left: 8.33333% 9;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }
}

@media (min-width: 1200px) {
  .col-md-9 {
    float: left;
    width: 75%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }
}

.col-lg-10 .col-md-10 .col-sm-10 .col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-10 {
  float: left;
  width: 83.33333%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

@media (min-width: 768px) {
  .col-sm-10 {
    float: left;
    width: 83.33333%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
}

@media (min-width: 992px) {
  .col-md-10 {
    float: left;
    width: 83.33333%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-push-10 {
    left: 8.33333% 10;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
}

@media (min-width: 1200px) {
  .col-md-10 {
    float: left;
    width: 83.33333%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
}

.col-lg-11 .col-md-11 .col-sm-11 .col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-11 {
  float: left;
  width: 91.66667%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 768px) {
  .col-sm-11 {
    float: left;
    width: 91.66667%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-md-11 {
    float: left;
    width: 91.66667%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-push-11 {
    left: 8.33333% 11;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-md-11 {
    float: left;
    width: 91.66667%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}

.col-lg-12 .col-md-12 .col-sm-12 .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-12 {
    float: left;
    width: 100%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    float: left;
    width: 100%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-12 {
    left: 8.33333% 12;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-md-12 {
    float: left;
    width: 100%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .content {
    overflow-y: auto;
  }

  .container {
    width: 970px;
  }

  .anyflexbox .content .wrap {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .wrap {
    padding: 0;
    width: 100%;
    max-width: 1440px;
    position: relative;
  }

  .sidebar__content {
    padding: 0 15px;
  }

  .teste .step__footer {
    /* padding-right: 15px;
    padding-left: 15px; */
    padding-top: 5px;
  }

  .sidebar {
    width: 25%;
    padding-left: 0;
    padding-top: 0 !important;
    background-position: left top;
    float: right;
  }

  .main {
    width: 75%;
    padding-top: 0 !important;
    padding-right: 0 !important;
  }

  .main__content>div {
    width: 50%;
    float: left;
  }

  .one-step-checkout .step[data-step="contact_information"] form,
  .one-step-checkout .step[data-step="shipping_method"] form {
    padding: 0 15px;
  }

  .sidebar:after {
    left: 0;
    background-position: left top;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
  }

  .teste .step[data-step="contact_information"] .step__sections {
    border-right: 0;
  }

  .step[data-step="payment_method"] .step__sections,
  .step[data-step="payment_method"]+.step__sections {
    padding: 0 15px;
  }

  .step[data-step="payment_method_dummy"]+.step__sections,
  .step[data-step="payment_method_dummy"] .step__sections {
    padding: 0 15px;
  }

  .step[data-step="payment_method"] .step__footer {
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    padding-top: 15px;
    margin: 0;
  }

  .payment .step__sections {
    padding: 0 15px;
    /* border-right: 1px solid;
        border-left: 1px solid */
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1440px;
  }
}

@media (max-width: 767.9px) {
  [style="width: 15%;"] {
    width: 100% !important;
  }

  .headerCheckout .col-md-3,
  .headerCheckout .col-md-6 {
    width: 100%;
    float: left;
    text-align: center;
    margin: 5px 0;
  }

  .bgblack img {
    margin: auto;
  }

  .one-step-checkout .main__breadcrumb .checkout_step-top.active {
    width: 100%;
  }

  button.step__footer__continue-btn.btn {
    width: 255px;
    margin-left: 20px;
    font-size: 10px;
  }

  .checkout_step-top {
    width: 100%;
  }

  .js .main .btn--disabled {
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #626262;
  }

  .js .main .btn--disabled i {
    color: #626262;
  }

  .widget-payment {
    padding: 5px;
  }
}

@media (max-width: 999px) {
  .banner {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .headerCheckout {
    margin-bottom: 0;
  }

  .headerCheckout * {
    text-align: center;
  }

  .headerCheckout .col-md-6 {
    width: 75%;
    float: left;
    text-align: center;
  }

  .headerCheckout .right {
    display: none;
  }

  .step-order>* .status .image {
    width: 30px;
    height: 30px;
    font-size: 21px;
    line-height: 25px;
  }

  .step-order>* .status strong {
    font-size: 14px;
    line-height: 1;
  }

  .btn-buy-mocked {
    display: none;
  }
}

@media (max-width: 1490px) {
  .container {
    width: 95%;
  }
}

body {
  font-family: {
      {
      settings .fonts_name_2
    }
  }

   !important;
  background: none;
  font-size: 12px;
}

.step .step__sections form .section--payment-method .notice--warning,
.payment_boleto_form_wrap.payment_method_form_wrap,
.payment .step .step__sections .section__content button.btn-success {
  display: none;
}

[data-step*="payment_method"] .step__sections form a.step__footer__previous-link.btn-default {
  display: inline-block;
}

[data-step*="payment_method"] .step__sections a.step__footer__previous-link.btn-default {
  display: none;
}

.step__footer {
  border: none !important;
  margin: 0;
}

/*ERRO*/
.field--success .field__input-wrapper:after {
  content: "\f058";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  font: normal normal normal 22px/2 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #676060;
  /*-webkit-animation: validateOK 2s ease 0s 1 normal;
  animation: validateOK 2s ease 0s 1 normal;*/
}

.field--success .field__input-wrapper.field__input-wrapper--select:before {
  opacity: 0;
}

.field--error .field__input-wrapper:after {
  content: "\f057";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  font: normal normal normal 22px/2 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(244, 133, 128);
  /*-webkit-animation: validateOK 2s ease 0s 1 normal;
  animation: validateOK 2s ease 0s 1 normal;*/
}

.field--error .field__input {
  -webkit-box-shadow: 0 0 0 2px rgb(244, 133, 128);
  ;
  box-shadow: 0 0 0 2px rgb(244, 133, 128);
  ;
}

.field--error .field__message--error {
  background: #FFF;
  position: absolute;
  z-index: 999;
  margin: 0;
  top: 10px;
  left: 7px;
  right: auto;
  font-size: 10px;
  line-height: 1;
  padding: 1.5px 5px;
  font-weight: bolder;
}

.errorMsg {
  display: none;
}

.input-error input {
  border-bottom-color: #333333 !important;
  border-width: 1px;
}

.input-error .errorMsg {
  display: block;
  color: #333333;
  font-size: 11px;
}

.input-success input {
  border-color: #17c276 !important;
  border-width: 2px;
}

.input-success:after {
  content: "\f058";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font: normal normal normal 20px/2 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #17c276;
  -webkit-animation: validateOK 2s ease 0s 1 normal;
  animation: validateOK 2s ease 0s 1 normal;
}

/*ERRO*/
.one-step-checkout .checkout-zip-link-billing,
.one-step-checkout .checkout-zip-link {
  display: block;
  padding: 15px 0;
  color: black;
  text-decoration: underline;
}

#mascara {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.7);
}

#mascara.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
}

.fechar {
  display: block;
  text-align: right;
}

.payment .step__sections .section--payment-method .section__content,
.payment .step__sections .section__content {
  display: block !important;
}

form.edit_checkout {
  display: block !important;
}

.alternative-payment-separator {
  display: none;
}

td.product__description,
td.product__price {
  display: inline-block;
}


.radio-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.radio-wrapper.content-box__row {
  padding-left: 10px;
}
.row-radio  {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
}
.row-radio .radio-wrapper {
  width: auto;
  display: block;
  margin: 0;
  padding: 10px;
}
.row-radio label {
  padding-left: 35px;
  position: relative;
}
.radiobtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  max-width: 100px;
}
.checkcontainer input:checked ~ .radiobtn {
  background-color: #666;
}
.checkcontainer .radiobtn:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  content: "";
  position: absolute;
  display:none;
}
.checkcontainer input:checked ~ .radiobtn:after {
  display: block;
}
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

[data-section="customer-information"] .fieldset-description {
  padding-left: 4px;
  margin-top: 4px;
}

.section__header div p.layout-flex__item {
  padding-left: 15px;
}

.section__header .layout-flex__item a {
  font-size: 12px;
  text-decoration: underline;
}

.alt-payment-list-container {
  display: none;
}

body {
  line-height: inherit !important;
}

p#error-for-reduction_code {
  position: relative !important;
  font-size: 15px !important;
}

.container {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.fsi {
  font-style: italic;
}

.fwl {
  font-weight: lighter;
}

.fwb {
  font-weight: 600;
}

.font-serif {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.requestHelpBtn .contentInner {
  width: 100%;
  max-width: 320px;
  max-height: 245px;
  display: inline-block;
  margin: auto;
  padding: 0;
  background: #FFF;
  color: #000;
  position: fixed;
  top: 100%;
  bottom: -350px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.requestHelpBtn.shown .contentInner {
  top: 0;
  bottom: 0;
  padding: 5px 10px;
}

.requestHelpBtn.shown .contentInner .fa-close {
  width: 25px;
  height: 25px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 999px;
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 20px;
}

.requestHelpBtn.shown:before {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.37);
  z-index: 10;
}

.requestHelpBtn i {
  font-size: 48px;
}

.requestHelpBtn input {
  background-color: #fff;
  border: 1px solid #ccc;
}

.requestHelpBtn.success {
  background: #17c276;
}

.requestHelpBtn.btn {
  padding: 10px;
  margin-top: 5px;
}

.requestHelpBtn.closeHelpBtn {
  background: #FFF;
  color: #000;
  font-size: 12px;
}

.section-title,
.section__title,
.sidebar h2 {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: lighter;
  font-style: italic;
  font-size: 1.75em;
}

.dt {
  display: table;
}

.dtc {
  display: table-cell;
}

.busca-cep-table th {
  font-weight: 700;
  font-size: 85%;
  text-align: left;
}

.busca-cep-table tr:hover {
  cursor: pointer;
  background: #EEE;
}

.busca-cep-table th {
  padding: 5px 10px;
}

.busca-cep-table td {
  padding: 5px 10px;
}

.busca-cep-table td.small {
  font-size: 85%;
}

.busca-cep-table td.zipAddress {
  width: 250px;
}

.bindFormErrorAlert {
  background: #333333;
  color: #fff;
  padding: 10px 15px;
  margin: -20px -15px 10px -15px;
}

.one-step-checkout.content {
  position: relative;
}

.one-step-checkout input[type=radio] {
  display: inline-block;
}

.one-step-checkout table td,
.one-step-checkout table th {
  border-bottom: 0 solid transparent;
}

.one-step-checkout .field--error .field__message--error {
  background: #FFF;
  position: absolute;
  z-index: 999;
  margin: 0;
  top: 3px;
  left: 11px;
  right: 2px;
  font-size: 10px;
  line-height: 1;
  text-transform: capitalize;
}

.f_contact {
  text-align: center;
}

.cbox {
  display: none;
}

.footer-container .footer-top .about-us,
.footer-container .footer-top .footer-links-wrapper {
  display: none;
}

.footer-container .footer-top .content {
  padding: 5px 0 20px 0;
  font-size: 10px;
  font-style: italic;
  margin: 0;
  letter-spacing: .5px;
  line-height: 1.5;
}

.footer-container .footer-top .social-media-item i {
  line-height: 30px;
}

.checkout-loading {
  display: none;
  z-index: 99999;
  background: rgba(4, 4, 4, 0.7) url("https://cdn.shopify.com/s/files/1/0074/0238/9562/files/Spinner-1s-200px_3.gif?4460108685979706609") center no-repeat;
  line-height: 52px;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0px !important;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-top: auto;
  overflow: hidden;
  padding: 0 15px 0 50px;
  text-align: center;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.window {
  overflow: auto;
  display: none;
  width: 90%;
  height: 90%;
  max-width: 500px;
  max-height: 300px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #FFF;
  z-index: 9900;
  padding: 10px;
  border-radius: 3px;
  margin: auto;
}

.window input,
.window select {
  border: 1px solid;
  border-radius: 0;
}

.window .field__input-wrapper--select:before {
  background-image: url("//cdn.shopify.com/s/assets/checkout_2017-03-17/dropdown-arrow-down-dark-28046c8256e8793b852da5c568b152cd02148424358f61926621bc827f6be66f.png");
  background-image: url("//cdn.shopify.com/s/assets/checkout_2017-03-17/dropdown-arrow-down-dark-03cace330ac9af908922bab6c8e659b8c356ca7093d8b680fb3b09cd4b642ecb.svg"), none;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.window table {
  margin-top: 10px;
}

.window table tr {
  border-bottom: 1px solid #ccc;
}

#mascara {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.7);
}

#mascara.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
}

.fechar {
  display: block;
  text-align: right;
}

.breadcrumb {
  display: none;
}

.logo__image {
  margin-left: 10px;
  max-height: 80px;
  float: none !important;
  margin-top: 10px;

}

.fieldset[data-email-check="[data-email-suggestions]"]+p+.field {
  display: none;
}

.one-step-checkout-header {
  width: 100%;
  padding: 0 10px;
  max-width: 1420px;
  margin: auto;
}

.one-step-checkout-header .dtc {
  vertical-align: top;
}

.one-step-checkout-header .left {
  float: left;
  height: 100%;
  line-height: 50px;
}

.one-step-checkout-header .right {
  float: right;
  font-weight: 700;
}

.one-step-checkout-header .right>* {
  display: block;
  line-height: 25px;
}

.one-step-checkout-header .right span {
  margin-left: 10px;
  font-size: 14px;
}

.one-step-checkout-header .right span i {
  margin-right: 5px;
}

.step-order {
  display: table;
  width: 100%;
  max-width: 960px;
  table-layout: fixed;
  margin: 0 auto auto;
}

.step-order>* {
  display: table-cell;
  text-align: center;
  opacity: .3;
  -webkit-filter: aplha(opacity=30);
  filter: aplha(opacity=30);

  font-family: {
      {
      settings .fonts_name_2
    }
  }

   !important;
}

text-rendering: geometricPrecision;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: lighter;
font-style: italic;
}

.step-order>* .status .image {
  width: 30px;
  height: 30px;
  margin: auto;
  display: block;
  position: relative;
  font-size: 21px;
  line-height: 25px;
  color: #fff;
  border: 2px solid #000;
  border-radius: 100%;
  background: #FFF;
  z-index: 9999;
}

.step-order>* .status strong {
  display: block;
  padding-top: 20px;
  margin-top: -20px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #646464;
  border-top: 1px solid #FFF;
}

.step-order>*.current,
.step-order>*.done {
  opacity: 1;
  -webkit-filter: aplha(opacity=100);
  filter: aplha(opacity=100);
}

.step-order>*.current .status strong,
.step-order>*.done .status strong {
  border-width: 3px 0 0;
}

.step-order>*.current .status * {
  color: #fff;
  border-color: #fff;
}

.step-order>*.current .image {
  color: #000;
  background: #fff;
  border-color: #000;
}

.step-order>*.done .image {
  color: #000000;
  background: #17c276;
  border-color: #000;
}

.step-order>*.done .image:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  right: 0;
  font: normal normal normal 16px/1.5 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
}

.step-order>*.done .status strong {
  border-color: #17c276;
}

.order-summary__section.order-summary__section--product-list {
  padding: 10px;
}

.checkout_payment_options {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.checkout_payment_options>* {
  display: table-cell;
  float: none;
  width: auto;
}

.checkout_payment_options .input-radio+label[for="checkout_opt_boleto"] span:before,
.checkout_payment_options .input-radio+label[for="checkout_opt_cartao"] span:before {
  margin-right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.payment_method_form_wrap .checkout-info-item p:before {
  content: "- ";
}

.payment_card_selector_wrap a {
  display: inline-block;
  height: 40px;
  line-height: 30px;
  border: 1px solid black;
  color: black;
  text-align: center;
  font-size: 12px;
}

.radio-group.checkout_payment_options label {
  display: inline-block;
  margin-left: 10px;
}

.step__sections .section__title,
.sidebar__content h2 {
  display: none;
}

.btn-xs {
  font-size: 12px;
}

.btn-outline {
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  color: #fff;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #FFF;
}

.headerCheckout {
  z-index: 9999;
}

#checkout_shipping_address_id {
  padding-right: 3.5em;
}

.one-step-checkout .section {
  padding: 0;
}

.one-step-checkout .checkout_step-top {
  /* position: relative; */
  padding: 15px;
  opacity: .25;
  color: #000;
  margin-top: 10px !important;
}

.one-step-checkout .checkout_step-top-fixed {
  padding: 15px;
  padding-left: 0px;
  opacity: 1;
  color: #000;
  margin-top: 10px !important;
}

.one-step-checkout .checkout_step-top.done:after {
  content: "\f00c";
  position: relative;
  right: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: 16px;
  padding: 0 10px;
  color: #646464;
}

.one-step-checkout .checkout_step-top>.toggleChat {
  opacity: 0;
  display: none;
  position: absolute;
  right: 0;
  z-index: 9;
  font-size: 14px;
  text-align: center;
  line-height: 2;
}

/*
.one-step-checkout .checkout_step-top:not(active)+div,
.one-step-checkout .checkout_step-top+form,
form[data-payment-form].disabled {
    opacity: .25;
    pointer-events: none
}*/
.toggleChat.floatBtn {
  background: #000;
  display: inline-block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
  padding: 20px;
  font-weight: 700;
  cursor: pointer;
}

.toggleChat.floatBtn * {
  color: #FFF;
}

/*
.one-step-checkout .checkout_step-top+div .step__footer,
.one-step-checkout .checkout_step-top+form .step__footer,
form[data-payment-form].disabled .step__footer {
    display: none!important
}

.one-step-checkout .checkout_step-top.active+div,
.one-step-checkout .checkout_step-top.active+form {
    opacity: 1;
    pointer-events: initial
}
*/
.one-step-checkout .checkout_step-top.active>.toggleChat {
  opacity: .5;
  display: inline-block;
}

.one-step-checkout .checkout_step-top.active+div .step__footer,
.one-step-checkout .checkout_step-top.active+form .step__footer,
.one-step-checkout .checkout_step-top.active+.step__footer {
  display: block !important;
  float: right;
}

.one-step-checkout .checkout_step-top i {
  border: 2px solid;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.one-step-checkout .checkout_step-top.active {
  opacity: 1;
}

.one-step-checkout .checkout-zip-link {
  display: block;
  padding: 15px 0;
  color: #000;
  text-decoration: underline;
}

.one-step-checkout input[type="radio"] {
  border: 1px solid #000 !important;
}

.one-step-checkout input[type="radio"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.one-step-checkout input[type="radio"]:checked:after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  background-color: #676060;
}

.one-step-checkout .fieldset {
  margin: 0;
}

.one-step-checkout [data-step="shipping_method"] .step__sections>.content-box:first-child {
  display: none;
}

.one-step-checkout .boxshadow .content-box,
.one-step-checkout .content-box {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
}

.one-step-checkout .boxshadow .content-box .content-box__row,
.one-step-checkout .content-box .content-box__row {
  border: none !important;
  padding: 10px 0;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .one-step-checkout .checkout_step-top>.toggleChat .cta {
    display: none;
  }
}

@media (max-width: 999px) {
  .requestHelpBtn {
    max-width: 100%;
  }

  .requestHelpBtn.shown {
    top: auto;
  }

  .one-step-checkout .checkout_step-top.active>.toggleChat {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #FFF;
    opacity: 1;
    padding: 10px 5px;
  }

  .one-step-checkout .checkout_step-top+div,
  .one-step-checkout .checkout_step-top+form {
    display: none;
  }

  form[data-payment-form].disabled {
    display: none;
  }

  .one-step-checkout .checkout_step-top.active+div,
  .one-step-checkout .checkout_step-top.active+form {
    display: block !important;
  }
}

/*
.one-step-checkout .checkout_step-top.active+div {
    opacity: 1;
    pointer-events: initial
}

*/
.boxshadow .main .field__input {
  height: 50px;
  border-radius: 0;
}

.section.section--shipping-method {
  padding-top: 0;
}

.section.section--shipping-address-recap {
  display: none;
}

.step__footer__previous-link {
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  padding: 1.4em 1.7em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  position: relative;
  background: #000;
  color: white;
}

.section.section--shipping-address .section__header {
  display: none;
}

input[name="cpfOpt"]+.radio__label {
  display: inline-block;
  margin-left: 10px;
}

.main__content>div {
  position: relative;
  padding-bottom: 15px;
}

.order-summary__section.order-summary__section--product-list {
  overflow: hidden !important;
}

.order-summary__section.order-summary__section--product-list table.product-table {
  width: 300px !important;
  overflow-x: scroll !important;
}

* {
  list-style: none;
}

.col-md-3 {
  width: 25%;
  float: left;
}

.col-md-4 {
  width: 33.33%;
  float: left;
}

.col-md-6 {
  width: 50%;
  float: left;
}

.bgblack {
  background: #000;
  color: #FFF;
  margin-bottom: 20px;
  padding: 20px 0;
}

.bgblack * {
  list-style: none;
  color: #FFF;
}

.bgblack .right {
  text-align: right;
}

.w100p {
  width: 100%;
  display: inline-block;
}

.bgblack img {
  max-height: 50px;
}

.footer-links-wrapper * {
  text-align: left;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section.section--optional,
#section--billing-address__different {
  display: none !important;
}

.order-summary__sections {
  height: 100%;
}

.btn-block {
  width: 100%;
}

.btn-sm {
  padding: 1em;
}

.loadings {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loadings img {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  background: #fff;
  padding: 30px;
}

.loadings:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

.order-summary__section--product-list {
  max-height: 400px;
  overflow: auto;
  padding-top: 10px !important;
}

.box-estimate {
  font-size: 20px;
  float: right;
  text-align: right;
  margin-bottom: 20px;
}

.box-estimate>*,
.box-estimate span {
  color: #17c276;
  font-weight: 700;
}

.box-estimate strong.title {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

@media (max-width: 999px) {
  .box-estimate {
    display: none;
  }
}

.step__footer {
  display: block !important;
}

button.step__footer__continue-btn.btn {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  margin-left: 0px;
  float: left;
}

/* .btn-success {
    background: $green!important
}

.btn-danger {
    background: red!important
} */
.btn-default {
  background: rgb(220, 221, 222) !important;
  color: #000 !important;
  border-radius: 0;
}

a.step__footer__previous-link {
  width: 100%;
}

body.order-completed .teste,
body.order-completed .payment,
body.order-completed .sidebar {
  display: none;
}

.order-completed .content.one-step-checkout {
  padding: 5% 10%;
}

.step[data-step="thank-you"] .section {
  padding: inherit;
}

@media (min-width: 1000px) {
  .anyflexbox .content .wrap {
    display: block;
  }
}

.content-box__row.content-box__row--tight-spacing-vertical.content-box__row--secondary {
  display: none;
}

body {
  display: none !important;
}

body.body-checkout {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.radio-group.checkout_payment_options {
  overflow: hidden;
}

[data-step="payment_method"] [data-payment-form] {
  display: none;
}

.section__title {
  font-size: 16px;
  margin-left: 5px;
  text-transform: initial;
  font-style: normal;
  color: #000;
  font-weight: bold;
}

.display-table .radio__label,
.display-table .checkbox__label {
  font-size: 12px;
}

.input-checkbox:checked,
.input-radio:checked {
  border: none;
  -webkit-box-shadow: 0 0 0 10px rgb(202, 222, 232) inset;
  box-shadow: 0 0 0 10px rgba(175, 175, 175, 0.34) inset;

}

.field__input {
  border-radius: 0 !important;
}

.main .field__input {
  border: 1px solid rgba(175, 175, 175, 0.34) !important;
}

.btn-success {

  border-radius: 0 !important;


}

.step__footer {
  position: relative;
  float: left;
}

.footer-custom {
  width: 100%;
  background-color: #F9F9F9;
}

.main__header {
  padding-bottom: 0 !important;
  height: 100px;
  border-bottom: 1px solid rgba(175, 175, 175, 0.34);
  box-shadow: 0px 0px 12px 1px rgba(103, 96, 96, 0.4);
}

@media (max-width: 992px) {
  .main {
    position: relative !important;
  }
}

.boxshadow .main .field__input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.order-summary {
  width: 100% !important;
}

.footer-custom-title {
  color: #7c7c7c;
  font-weight: bold;
  font-size: 15px;
}

.footer-custom p {
  font-size: 12px;
}

.footer-custom i {
  font-size: 25px;
  margin-right: 10px;
}

#btn-precheckout {
  margin-left: 20px;
  text-transform: lowercase;
  width: 90%;
  margin-top: 15px;
}

.btn {
  font-family: {
      {
      settings .fonts_name_2
    }
  }

   !important;
}

.floating-labels .field__label {
  opacity: 1 !important;
}

#checkout_email_or_phone::-webkit-input-placeholder,
#checkout_shipping_address_first_name::-webkit-input-placeholder,
#checkout_shipping_address_last_name::-webkit-input-placeholder,
#checkout_shipping_address_phone::-webkit-input-placeholder {
  display: none;
}

.payment-due .payment-due__price {
  color: #000;
}

.total-line .total-line__name,
.total-line strong {
  color: #000;
}

table {
  border: 0 !important;
}

p {
  color: #000;
}

.widget-payment {
  display: block;
  width: 400px;
  text-align: center;
  padding: 18px;
  width: 45%;
  color: white;
  border-radius: 5px;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.37);
  opacity: 0.8;
}

.widget-payment div {
  display: inline-grid;
}

.widget-payment div i {
  font-size: 30px;
  color: white;
}

.widget-payment>input {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}

.widget-payment>input+div {
  /* DIV STYLES */
  cursor: pointer;
  border: 2px solid transparent;
}

/* .widget-payment > input:checked + div{
    
    background-color: #969696;
    border: 1px solid #969696;
    
    
} */
.widget-payment-options {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: flex;
  width: 98%;
  margin-left: 5px;
  margin-bottom: 25px;
  justify-content: space-between;
}

.widget-payment>input:checked+label {
  border: 1px solid #000 !important;
}

.radio-payment-container-boleto {
  display: none !important;
}

.radio-payment-container-cartao {
  display: none !important;
}

.hide-radio-parcels {
  display: none !important;
}

/* .step{display:none;}
.step-active{display:block !important;}
.main__content>div{float:none!important;} */
.one-step-checkout .checkout_step-top.active+div .step__footer,
.one-step-checkout .checkout_step-top.active+form .step__footer,
.one-step-checkout .checkout_step-top.active+.step__footer {
  display: block !important;
  float: right;
  width: 100%;
  margin-top: 10px;
  padding: 0
}

/*.active-radio {
  border: 1px solid #000;
  color: #000;
  background-color: rgb(202, 222, 232); }
*/
#btn-previous-link {
  margin-left: 20px;
}

.checkout_step-top {
  width: 100%;
  display: inline-block;
}

.one-step-checkout .main__breadcrumb .checkout_step-top.active {
  width: 33%;
}

.step {
  overflow: hidden;
  opacity: 0.25;
}

.step.step-active {
  opacity: 1;
}

.site-footer {
  padding-top: 25px;
}

/* 
.main__footer {
  display: none; } */

.logged-in-customer-information__avatar.gravatar:before {
  background-image: initial;
  background: initial;
}

.step__footer {
  width: 100%;
}

.step__footer__previous-link[disabled]:hover {
  text-decoration: none;
}

.radio__label,
.checkbox__label {
  cursor: pointer;
  vertical-align: middle;
}


.lista-bandeiras {
  display: none;
}

.item-bandeira {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.floating-labels .field--show-floating-label .field__input {
  padding-top: 20px !important;
  font-size: 12px;
  border: 1px solid rgba(175, 175, 175, 0.34) !important;
  border-color: transparent;



}

.field--required:not(.field--error) .field__input,
.field--show-floating-label:not(.field--error) .field__input {
  box-shadow: none;
}

.busca-cep {
  margin-left: 4px;
  border-radius: 0;
}

label.field__label {
  display: none !important;
}

.payment-hide {
  display: none !important;
}

.payment-show {
  display: block !important;
}

.field__input {
  padding-top: 20px;
}

.field {
  position: relative;
}

/* .main {
  position: absolute; } */

div[data-address-field=vendor_code] {
  margin-bottom: 20px;
}

.payment-hide {
  display: none !important;
}

.payment-show {
  display: block !important;
}

.step-block {
  pointer-events: none;
}

.notice--error {
  display: none;
}

@media (max-width: 767.98px) {
  .sidebar {
    margin-top: 0px !important;
  }

  .main__header {
    display: none;
  }

  .main__breadcrumb {
    display: none;
  }

  [data-address-field="number"] .field__input-wrapper {
    float: none !important;
  }

  .widget-payment-options {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sidebar {
    margin-top: 0px !important;
  }

  .main__header {
    display: none;
  }

  .main__breadcrumb {
    display: none;
  }

  [data-address-field="number"] .field__input-wrapper {
    float: none !important;
  }

  .widget-payment-options {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
  }
}


.step {
  border-right: none;
}

input[type="tel"],
input[type="email"],
input[type="text"],
select {

  padding-top: 12px !important;
  padding-bottom: 0.35714em !important;
  height: 44px;
  font-size: 12px;
}

.content-box {
  padding: 10px;
}

.review-block__label {
  color: #000;
  padding-right: 0;
}

.review-block__content {
  color: #000;
}

.content-box__emphasis {
  font-weight: 600;
  color: #000;
}

.content-box .small-text {
  color: #000;
}

.content-box .small-text {
  color: #000;
}

.step__footer {
  margin-top: 10px;
}

.content-box .emphasis {
  color: #000;
}



.custom-modal {
  padding-bottom: 40px;
  opacity: 1;
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 105%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);



}

.modal-content {
  background-color: rgb(220, 221, 222);
  ;
  margin: auto;
  padding: 0px 0px 20px 0px;
  width: 30%;


}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}

.close {
  font-weight: bold;
  display: block;
  text-align: right;
  color: #fff;
  padding: 0px;
  border-radius: 5px;
  font-size: 16px;
  margin-right: 10px;
  float: unset;
  opacity: 1;
  cursor: pointer;

}

.modal-header {
  background-color: #000;
  padding: 5px;
}

.sidebar .field__input {
  border: 1px solid rgba(175, 175, 175, 0.34) !important;
  border-color: transparent;
}

.anyflexbox .field__input-btn {
  width: auto;
  margin-left: 0.85714em;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  height: 45px;
}

.sidebar .order-summary__emphasis {
  color: #000;
}

.sidebar .order-summary__emphasis {
  color: #000;
}

.sidebar .payment-due-label__total {
  color: #000;
}

.campo-vago {
  color: #000;
}

.modal-content h3 i {
  color: #fff;
  font-size: 20px;
  padding: 5px 10px 5px 10px;
  background-color: #000;
  margin: 10px;
}



.floating-labels .field--show-floating-label .field__input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.5;
}

.main .field__input::-webkit-input-placeholder {
  color: #958c8c;
  opacity: 0.5;
}

.main .field__input {
  color: #000;
}

.section .section--shipping_dummy {
  padding-left: 18px;
}

#error-for-email {
  display: none;
}


@media (max-width: 767.98px) {
  .step {
    border-right: 0;
  }
}

.main .field__input-wrapper--select::before {
  background-image: url('https://cdn.shopify.com/s/files/1/1526/6199/files/dropdown-arrow-down-dark-28481112fa9f0d78ccdaa490057995e9c96c17cea780b81a230fade38c1681d0.svg?2791198087034564409');
  background-image: url('https://cdn.shopify.com/s/files/1/1526/6199/files/dropdown-arrow-down-dark-28481112fa9f0d78ccdaa490057995e9c96c17cea780b81a230fade38c1681d0.svg?2791198087034564409'), none;
}

.field__input-wrapper--select::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.payment_boleto_form_wrap {
  margin-bottom: 15px;
}

.payment .step #cupom-top {
  display: inline-flex !important;
  width: 100%;
  ;
  margin-bottom: 15px;
}

.content-box--applied-reduction-code-list {
  margin-top: 10px;
  margin-bottom: 10px;
}


.section__title_custom {
  font-size: 16px;
  margin-left: 5px;
  text-transform: initial;
  font-style: normal;
  color: #000;
  font-weight: bold;
}

.tooltip-cvv {
  display: none;
  position: absolute;
  z-index: 990;
  background: #F9F9F9;
  padding: 5px;
  margin-top: 10px;
  border: 1px solid rgb(202, 222, 232);
}


[data-address-field="phone"] {
  max-height: 45px
}

.logo--center {
  text-align: left !important;
}

.checkout_step-top-fixed {}

.widget-payment:hover {
  /*background-color: hsla(199, 78%, 25%, 1);*/
}

.widget-payment.active-radio {
  border: none;
  /*background-color: hsla(199, 78%, 30%, 1);*/
  box-shadow: inset 2px 3px 2px rgba(0, 0, 0, 0.37);
  transform: translateY(3px);
  opacity: 1;
}

.widget-payment.active-radio div i {
  color: #fff;
}

.widget-payment.active-radio div span {
  color: #fff;
}

[data-step="shipping_method_dummy"] {
  display: none;
}

[data-step="payment_method_dummy"] {
  display: none;
}

.field__input::-webkit-input-placeholder {
  color: #222 !important;
  opacity: 0.5 !important;
}

.field__input:-moz-placeholder {
  /* Firefox 18- */
  color: #222 !important;
  opacity: 0.5 !important;
}

.field__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #222 !important;
  opacity: 0.5 !important;
}

.field__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #222 !important;
  opacity: 0.5 !important;
}

.field__input::-ms-input-placeholder {
  /* Edge */
  color: #222 !important;
  opacity: 0.5 !important;
}

.field__input:placeholder-shown {
  /* Standard one last! */
  color: #222 !important;

}

.element-toggler {
  clear: none;
}


@media (max-width: 767.98px) {

  [data-address-field="phone"] {
    max-height: none;
  }


}


.main .field__input-wrapper--select::before {
  background-image: none;
  background-image: none;
}


.logo-samurais {

  width: 45px;
  height: 40px;
  opacity: 0.7;

}

.samurais-link {
  padding: 10px;
}


@media (max-width: 749px) {
  .busca-cep-table td.zipAddress {
    width: 120px;
  }

  .tooltip-cvv {
    display: none !important;
  }
}

/*fora de estoque*/



.main__content-outstock {
  padding: 50px;
}


.main__content-outstock .section .section__content .stock-problems-table .product__image {
  width: 70px;
}

.main__content-outstock .section .section__content .stock-problems-table .product__description {
  width: 180px;
}


.main__content-outstock a.step__footer__previous-link {
  width: 20%;
}

.main__content-outstock .step__footer {
  margin-top: 40px;
}


.dynamic-checkout {
  margin-top: 0 !important;
}

.main__header {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;


}

.link-sn {
  display: block;
  padding: 15px 0;
  color: #000;
  text-decoration: underline;
}


.widget-payment:hover {
  cursor: pointer;
}

.widget-payment-check {
  height: 18px;
  width: 18px !important;
  border: solid 1px #666;
  display: none;
  border-radius: 50%;
  background: white;
  margin-right: 15px;
}

.widget-payment-check i {
  display: none;
  line-height: 18px;
  text-align: center;
  color: #666;
}

.active-radio .widget-payment-check i {
  display: inline-block;
}

.btn--loading .btn__content {
  opacity: 1 !important;
}