

#payment-group-custom201PaymentGroupPaymentGroup, #payment-group-creditDirectSalePaymentGroup, #payment-group-debitDirectSalePaymentGroup {
    display: none;
  }
  
  .accordion-body div.accordion-inner table{
      font-size: 16px;
  }
  
  .coupon-fieldset div .coupon-label label{
      font-size: 15px;
  }
  
  .coupon-fieldset div .coupon-fields span input{
      font-size: 14px;
      width: 60%;
  }
  
  
  .cart-more-options #shipping-preview-container div .srp-description .srp-postal-code form{
     font-size: 14px;
  }
  
  .cart-more-options #shipping-preview-container div .srp-description .srp-postal-code form .vtex-shipping-preview-0-x-postalCodeForgotten .ship-postalCode label{
     font-size: 14px;
  }
  
  .cart-more-options #shipping-preview-container div .srp-data{
      font-size: 14px;
  }
  
  td.product-name .seller{
      font-size: 1em !important;
  }
  
  .cart-template-holder div.cart .cart-items thead tr{
     font-size: 1.1em;
  }
  
  .cart-template-holder div.cart .cart-items tbody .product-item .shipping-date, .product-item .product-price, .product-item .quantity, .product-item .quantity-price{
      font-size: 1.2em;
  }
  
  
  .header{
    background-color: black;
  }
  
  .footer .container .row{
      display: flex;
  }
  
  .footer{
    border-top: 2px solid #000;
  }
  
  .footer .footer__oxford-group{
   padding: 30px 0 54px;
  }
  
  /* Content copied from "checkout-custom.css" at 2017-06-08T17:27:47.200Z */
  
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container:before,
  .container:after {
    content: " ";
    display: table;
  }
  .container:after {
    clear: both;
  }
  
  .coupon-fieldset:first-child div:first-child{
   display: block !important;
  }
  
  .coupon-fieldset:first-child .coupon-data{
      display: none !important;
  }
  
  
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1183px;
    }
  }
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid:before,
  .container-fluid:after {
    content: " ";
    display: table;
  }
  .container-fluid:after {
    clear: both;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row:before,
  .row:after {
    content: " ";
    display: table;
  }
  .row:after {
    clear: both;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-1 {
    width: 8.33333%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.33333%;
  }
  .col-xs-pull-2 {
    right: 16.66667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.33333%;
  }
  .col-xs-pull-5 {
    right: 41.66667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.33333%;
  }
  .col-xs-pull-8 {
    right: 66.66667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.33333%;
  }
  .col-xs-pull-11 {
    right: 91.66667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.33333%;
  }
  .col-xs-push-2 {
    left: 16.66667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.33333%;
  }
  .col-xs-push-5 {
    left: 41.66667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.33333%;
  }
  .col-xs-push-8 {
    left: 66.66667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.33333%;
  }
  .col-xs-push-11 {
    left: 91.66667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  @media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
      float: left;
    }
    .col-sm-1 {
      width: 8.33333%;
    }
    .col-sm-2 {
      width: 16.66667%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-4 {
      width: 33.33333%;
    }
    .col-sm-5 {
      width: 41.66667%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-7 {
      width: 58.33333%;
    }
    .col-sm-8 {
      width: 66.66667%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-10 {
      width: 83.33333%;
    }
    .col-sm-11 {
      width: 91.66667%;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-pull-0 {
      right: auto;
    }
    .col-sm-pull-1 {
      right: 8.33333%;
    }
    .col-sm-pull-2 {
      right: 16.66667%;
    }
    .col-sm-pull-3 {
      right: 25%;
    }
    .col-sm-pull-4 {
      right: 33.33333%;
    }
    .col-sm-pull-5 {
      right: 41.66667%;
    }
    .col-sm-pull-6 {
      right: 50%;
    }
    .col-sm-pull-7 {
      right: 58.33333%;
    }
    .col-sm-pull-8 {
      right: 66.66667%;
    }
    .col-sm-pull-9 {
      right: 75%;
    }
    .col-sm-pull-10 {
      right: 83.33333%;
    }
    .col-sm-pull-11 {
      right: 91.66667%;
    }
    .col-sm-pull-12 {
      right: 100%;
    }
    .col-sm-push-0 {
      left: auto;
    }
    .col-sm-push-1 {
      left: 8.33333%;
    }
    .col-sm-push-2 {
      left: 16.66667%;
    }
    .col-sm-push-3 {
      left: 25%;
    }
    .col-sm-push-4 {
      left: 33.33333%;
    }
    .col-sm-push-5 {
      left: 41.66667%;
    }
    .col-sm-push-6 {
      left: 50%;
    }
    .col-sm-push-7 {
      left: 58.33333%;
    }
    .col-sm-push-8 {
      left: 66.66667%;
    }
    .col-sm-push-9 {
      left: 75%;
    }
    .col-sm-push-10 {
      left: 83.33333%;
    }
    .col-sm-push-11 {
      left: 91.66667%;
    }
    .col-sm-push-12 {
      left: 100%;
    }
    .col-sm-offset-0 {
      margin-left: 0%;
    }
    .col-sm-offset-1 {
      margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
      margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
      margin-left: 25%;
    }
    .col-sm-offset-4 {
      margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
      margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
      margin-left: 50%;
    }
    .col-sm-offset-7 {
      margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
      margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
      margin-left: 75%;
    }
    .col-sm-offset-10 {
      margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
      margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
      margin-left: 100%;
    }
  }
  @media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
      float: left;
    }
    .col-md-1 {
      width: 8.33333%;
    }
    .col-md-2 {
      width: 16.66667%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-4 {
      width: 33.33333%;
    }
    .col-md-5 {
      width: 41.66667%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-7 {
      width: 58.33333%;
    }
    .col-md-8 {
      width: 66.66667%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-10 {
      width: 83.33333%;
    }
    .col-md-11 {
      width: 91.66667%;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-pull-0 {
      right: auto;
    }
    .col-md-pull-1 {
      right: 8.33333%;
    }
    .col-md-pull-2 {
      right: 16.66667%;
    }
    .col-md-pull-3 {
      right: 25%;
    }
    .col-md-pull-4 {
      right: 33.33333%;
    }
    .col-md-pull-5 {
      right: 41.66667%;
    }
    .col-md-pull-6 {
      right: 50%;
    }
    .col-md-pull-7 {
      right: 58.33333%;
    }
    .col-md-pull-8 {
      right: 66.66667%;
    }
    .col-md-pull-9 {
      right: 75%;
    }
    .col-md-pull-10 {
      right: 83.33333%;
    }
    .col-md-pull-11 {
      right: 91.66667%;
    }
    .col-md-pull-12 {
      right: 100%;
    }
    .col-md-push-0 {
      left: auto;
    }
    .col-md-push-1 {
      left: 8.33333%;
    }
    .col-md-push-2 {
      left: 16.66667%;
    }
    .col-md-push-3 {
      left: 25%;
    }
    .col-md-push-4 {
      left: 33.33333%;
    }
    .col-md-push-5 {
      left: 41.66667%;
    }
    .col-md-push-6 {
      left: 50%;
    }
    .col-md-push-7 {
      left: 58.33333%;
    }
    .col-md-push-8 {
      left: 66.66667%;
    }
    .col-md-push-9 {
      left: 75%;
    }
    .col-md-push-10 {
      left: 83.33333%;
    }
    .col-md-push-11 {
      left: 91.66667%;
    }
    .col-md-push-12 {
      left: 100%;
    }
    .col-md-offset-0 {
      margin-left: 0%;
    }
    .col-md-offset-1 {
      margin-left: 8.33333%;
    }
    .col-md-offset-2 {
      margin-left: 16.66667%;
    }
    .col-md-offset-3 {
      margin-left: 25%;
    }
    .col-md-offset-4 {
      margin-left: 33.33333%;
    }
    .col-md-offset-5 {
      margin-left: 41.66667%;
    }
    .col-md-offset-6 {
      margin-left: 50%;
    }
    .col-md-offset-7 {
      margin-left: 58.33333%;
    }
    .col-md-offset-8 {
      margin-left: 66.66667%;
    }
    .col-md-offset-9 {
      margin-left: 75%;
    }
    .col-md-offset-10 {
      margin-left: 83.33333%;
    }
    .col-md-offset-11 {
      margin-left: 91.66667%;
    }
    .col-md-offset-12 {
      margin-left: 100%;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
      float: left;
    }
    .col-lg-1 {
      width: 8.33333%;
    }
    .col-lg-2 {
      width: 16.66667%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-4 {
      width: 33.33333%;
    }
    .col-lg-5 {
      width: 41.66667%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-7 {
      width: 58.33333%;
    }
    .col-lg-8 {
      width: 66.66667%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-10 {
      width: 83.33333%;
    }
    .col-lg-11 {
      width: 91.66667%;
    }
    .col-lg-12 {
      width: 100%;
    }
    .col-lg-pull-0 {
      right: auto;
    }
    .col-lg-pull-1 {
      right: 8.33333%;
    }
    .col-lg-pull-2 {
      right: 16.66667%;
    }
    .col-lg-pull-3 {
      right: 25%;
    }
    .col-lg-pull-4 {
      right: 33.33333%;
    }
    .col-lg-pull-5 {
      right: 41.66667%;
    }
    .col-lg-pull-6 {
      right: 50%;
    }
    .col-lg-pull-7 {
      right: 58.33333%;
    }
    .col-lg-pull-8 {
      right: 66.66667%;
    }
    .col-lg-pull-9 {
      right: 75%;
    }
    .col-lg-pull-10 {
      right: 83.33333%;
    }
    .col-lg-pull-11 {
      right: 91.66667%;
    }
    .col-lg-pull-12 {
      right: 100%;
    }
    .col-lg-push-0 {
      left: auto;
    }
    .col-lg-push-1 {
      left: 8.33333%;
    }
    .col-lg-push-2 {
      left: 16.66667%;
    }
    .col-lg-push-3 {
      left: 25%;
    }
    .col-lg-push-4 {
      left: 33.33333%;
    }
    .col-lg-push-5 {
      left: 41.66667%;
    }
    .col-lg-push-6 {
      left: 50%;
    }
    .col-lg-push-7 {
      left: 58.33333%;
    }
    .col-lg-push-8 {
      left: 66.66667%;
    }
    .col-lg-push-9 {
      left: 75%;
    }
    .col-lg-push-10 {
      left: 83.33333%;
    }
    .col-lg-push-11 {
      left: 91.66667%;
    }
    .col-lg-push-12 {
      left: 100%;
    }
    .col-lg-offset-0 {
      margin-left: 0%;
    }
    .col-lg-offset-1 {
      margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
      margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
      margin-left: 25%;
    }
    .col-lg-offset-4 {
      margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
      margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
      margin-left: 50%;
    }
    .col-lg-offset-7 {
      margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
      margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
      margin-left: 75%;
    }
    .col-lg-offset-10 {
      margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
      margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
      margin-left: 100%;
    }
  }
  .header *,
  .footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header *:before,
  .header *:after,
  .footer *:before,
  .footer *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header html,
  .footer html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
  }
  .header body,
  .footer body {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #000;
    background-color: #fff;
  }
  .header input,
  .header button,
  .header select,
  .header textarea,
  .footer input,
  .footer button,
  .footer select,
  .footer textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  .header a,
  .footer a {
    color: #337ab7;
    text-decoration: none;
  }
  .header a:hover,
  .header a:focus,
  .footer a:hover,
  .footer a:focus {
    color: #23527c;
    text-decoration: underline;
  }
  .header a:focus,
  .footer a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .header figure,
  .footer figure {
    margin: 0;
  }
  .header img,
  .footer img {
    vertical-align: middle;
  }
  .header .img-responsive,
  .footer .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .header .img-rounded,
  .footer .img-rounded {
    border-radius: 6px;
  }
  .header .img-thumbnail,
  .footer .img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .header .img-circle,
  .footer .img-circle {
    border-radius: 50%;
  }
  .header hr,
  .footer hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
  }
  .header .sr-only,
  .footer .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .header .sr-only-focusable:active,
  .header .sr-only-focusable:focus,
  .footer .sr-only-focusable:active,
  .footer .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  .header [role="button"],
  .footer [role="button"] {
    cursor: pointer;
  }
  .sprite-checkout-sprite,
  .sprite-checkout-base,
  .sprite-checkout-footer__payment__item--flags,
  .footer .footer__payment .footer__payment__item.footer__payment__item--flags,
  .sprite-checkout-footer__security__item--lets-encrypt,
  .footer
    .footer__security
    .footer__security__item.footer__security__item--lets-encrypt,
  .sprite-checkout-footer__security__item--pci,
  .footer
    .footer__security
    .footer__security__item.footer__security__item--pci
    a {
    background-image: url("/arquivos/sprite-checkout-sa59e1a283d.png");
    background-repeat: no-repeat;
  }
  .sprite-checkout-base {
    background-position: 0 0;
    height: 1px;
    width: 1px;
  }
  .sprite-checkout-footer__payment__item--flags,
  .footer .footer__payment .footer__payment__item.footer__payment__item--flags {
    background-position: 0 -1px;
    height: 29px;
    width: 313px;
  }
  .sprite-checkout-footer__security__item--lets-encrypt,
  .footer
    .footer__security
    .footer__security__item.footer__security__item--lets-encrypt {
    background-position: 0 -30px;
    height: 48px;
    width: 62px;
  }
  .sprite-checkout-footer__security__item--pci,
  .footer
    .footer__security
    .footer__security__item.footer__security__item--pci
    a {
    background-position: 0 -78px;
    height: 52px;
    width: 58px;
  }
  body + object {
    display: none;
  }
  dl,
  dd {
    margin: 0;
  }
  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
  .loading-bg {
    margin-top: 0;
  }
  .row-fluid .full-cart,
  .row-fluid .orderform-template {
    min-height: 500px;
  }
  .header {
    margin: 0;
    text-align: center;
    background: #000;
    height: 100px;
  }
  .header .header__logo {
    margin: 0;
    display: inline-block;
    height: 100px;
  }
  .header .header__logo a {
    top: 50%;
    position: relative;
    display: block;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer {
    border-top: 2px solid #000;
  }
  .footer .footer-title {
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .footer .footer__oxford-group {
    padding: 30px 0 54px;
    background: #fff url(/arquivos/footer__oxford-group--checkout.jpg) no-repeat
      bottom right;
    background-size: auto 100%;
  }
  .footer .footer__oxford-group img,
  .footer .footer__oxford-group svg {
    margin: 20px 0 0 45px;
  }
  .footer .footer__menu {
    padding: 30px 0 25px;
    margin-left: 25px;
  }
  .footer .footer__menu .footer__menu__item {
    font-size: 12px;
    line-height: 16px;
    color: #000;
  }
  .footer .footer__menu .footer__menu__item a {
    color: #000;
  }
  .footer .footer__flags .footer__flags__title {
    margin-bottom: 3px;
  }
  .footer .footer__flags .footer__flags__item {
    display: inline-block;
  }
  .footer .footer__flags .footer__flags__item a {
    display: inline-block;
  }
  .footer .footer__payment {
    padding: 47px 0 25px;
  }
  .footer .footer__security {
    padding: 51px 0 25px;
  }
  .footer .footer__security .footer__security__item {
    display: inline-block;
    float: left;
  }
  .footer
    .footer__security
    .footer__security__item.footer__security__item--lets-encrypt {
    margin-left: 0px;
    margin-right: 10px;
    display: block;
  }
  .footer
    .footer__security
    .footer__security__item.footer__security__item--clearsale {
    padding: 5px;
    display:none;
  }
  .footer
    .footer__security
    .footer__security__item.footer__security__item--pci
    a {
    display: block;
  }
  .btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
  }
  .btn.btn-success {
    background: #5cb85c;
    border: #5cb85c;
  }
  #is-corporate-client {
    display: none;
  }
  @media (min-width: 1200px) {
    .container {
      width: 1000px;
    }
    header .container,
    footer .container {
      width: 1170px;
    }
  }
  @media (min-width: 768px) {
    .cart-template .cart-links-bottom {
      width: 100%;
    }
    .cart-template .cart-links-bottom .btn-place-order-wrapper {
      float: right;
    }
    .cart-template .cart-links-bottom .link-choose-more-products-wrapper {
      position: relative;
      top: 0;
    }
  }
  @media (max-width: 999px) {
      .footer .container .row{
          display: block;
      }
        .container.container-main.container-cart {
          padding: 16px !important;
      }
      body .container {
        padding: 0px 14px !important;
        overflow: hidden;
      }
  }
  @media (max-width: 1200px) {
    .container {
      width: auto;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer {
      border-top: 2px solid #000;
    }
    .footer .footer__menu {
      margin-left: 0;
    }
    .footer .footer__payment {
      margin-left: -15px;
    }
    .footer .footer__payment .footer__payment__item.footer__payment__item--flags {
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer .footer__oxford-group img,
    .footer .footer__oxford-group svg {
      margin: 20px 0 0 0;
    }
    .footer .footer__menu {
      margin-left: 0px;
      position: relative;
      left: -55px;
    }
    .footer .footer__payment {
      position: relative;
      left: -25px;
    }
    .footer .footer__payment .footer__payment__item.footer__payment__item--flags {
      -moz-transform: scale(0.65);
      -ms-transform: scale(0.65);
      -webkit-transform: scale(0.65);
      transform: scale(0.65);
      -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
    }
    .footer
      .footer__security
      .footer__security__item.footer__security__item--lets-encrypt {
      margin-left: 0;
    }
  }
  @media (max-width: 767px) {
    .header {
      height: 80px;
    }
    .header .header__logo {
      margin: 0;
      display: inline-block;
      height: 80px;
    }
    .header .header__logo a {
      height: 50px;
    }
    .header .header__logo a img {
      height: 100%;
    }
    .footer .footer__oxford-group {
      background: none;
      text-align: center;
      background: #fff url(/arquivos/footer__oxford-group--checkout--mobile.jpg)
        no-repeat bottom center;
      background-size: auto;
    }
    .footer .footer__oxford-group img,
    .footer .footer__oxford-group svg {
      margin-left: 0;
    }
    .footer .footer__menu {
      text-align: center;
      margin-left: 0;
      padding-top: 0;
    }
    .footer .footer__flags .footer__flags__title {
      margin-bottom: 3px;
    }
    .footer .footer__flags .footer__flags__item {
      display: inline-block;
    }
    .footer .footer__flags .footer__flags__item a {
      display: inline-block;
    }
    .footer .footer__payment {
      text-align: center;
      padding: 0;
    }
    .footer .footer__payment .footer__payment__item.footer__payment__item--flags {
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
    .footer .footer__security {
      width: 100%;
      margin: 0 auto;
      padding: 10px 0 25px;
    }
    .footer
      .footer__security
      .footer__security__item.footer__security__item--lets-encrypt {
      margin-left: 60px;
    }
  }
  @media (max-width: 490px) {
    header .container,
    footer .container {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
    
    #client-birthdate {
      width: 98% !important;
    }
  }
  
  #payment-group-custom201PaymentGroupPaymentGroup,
  #payment-group-creditDirectSalePaymentGroup,
  #payment-group-debitDirectSalePaymentGroup {
    display: none;
  }
  
  .wdt-shipping-message {
    top: 70px !important;
  }
  
  .link-choose-more-products-wrapper {
    padding-top: 15px;
    display: inline-block;
    margin-bottom:15px;
  }
  
  @media (max-width: 991px) {
    .wdt-shipping-message {
      top: 0px !important;
    }
  }
  
  
  .mini-cart tfoot td.monetary.wdt-hide {
      background: url(https://miro.medium.com/max/1158/1*9EBHIOzhE1XfMYoKz1JcsQ.gif);
      background-position: 50px -10px;
      background-size: 65%;
      background-repeat: no-repeat;
      color: transparent;
        background: #fff;
  }
  
  .mini-cart tfoot tr.wdt-total-giftcard td.monetary.wdt-hide:before {
      content: "Selecione uma entrega e vá para o pagamento";
      display: block;
      color: #999;
      position: absolute;
      font-size: 12px;
  }
  .mini-cart tfoot.wdt-hide{
    position: relative;
  }
  .mini-cart tfoot.wdt-hide:before {
      content: "Selecione uma entrega e clique em ";
      display: block;
      color: #999;
      position: absolute;
      font-size: 12px;
      text-align: right;
      line-height: initial;
      margin-top: 10px;
      width: 50%;
  }
  .mini-cart tfoot.wdt-hide:after {
      content: "'Ir para o Pagamento'";
      display: block;
      color: #999;
      position: absolute;
      font-size: 12px;
      text-align: right;
      line-height: initial;
      margin-top: 10px;
      width: 100%;
      bottom: 0;
  }
  .mini-cart tfoot.wdt-hide tr {
      opacity: 0;
  }
  .wdt-shipping-message{
    display: none !important;
  }
  .wdt-fechamento-shipping {
      background: #000;
      clear: both;
      color: #fff;
      margin: 10px 0px;
      padding: 10px 0px;
      font-size: 13px;
      text-align: center;
        min-height: 30px;
  }
  
  tr.wdt-estimate-date td {
       background: #b3b3b3;
       clear: both;
       color: #fff;
       margin: 10px 0px;
       padding: 10px 0px;
       font-size: 13px;
       text-align: center;
  }
  body.body-order-form tr.wdt-estimate-date{
      display: none;
  }
  .delivery-shipping-options .shipping-options .span.btn-group.btn-group-vertical {
      margin-bottom: 20px;
  }
  .wdt-fechamento-shipping.wdt-loading:before {
      content: "";
      position: absolute;
      top: calc(50% - 15px);
      left: calc(50% - 15px);
      width: 25px;
      height: 25px;
      animation: is-rotating 1s infinite;
      border: 3px solid #e5e5e5;
      border-radius: 50%;
      border-top-color: #000000;
  }
  
  .wdt-fechamento-shipping.wdt-loading {
    position: relative;
  }
  @keyframes is-rotating {
      to {
      transform: rotate(1turn);
      }
  }
  
  .link-choose-more-products, .link-print-cart {
      background: none;
        border: solid 1px #000;
      color: #000;
      padding: 11px 19px;
      font-size: 16px;
  }
  
  button#shipping-calculate-link {
      background: #f1f1f1;
      color: #000;
        border: solid 1px #777;
      border-radius: 0;
  }
  
  .product-item .product-name a {
      color: #000;
        font-size: 15px;
  }
  
  span.total-selling-price {
      font-size: 15px;
  }
  .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address p.input.ship-city.required.text {
      width: calc(100% - 92px);
  }
  
  .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address p.input.ship-receiverName.required.text {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
  }
  
  .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address select#ship-state {
      border-radius: 0;
      padding: 10px;
      height: 42px;
  }
  @media(max-width:767px){
      .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address select#ship-state {
          height: initial;
          padding: 5px;
      }
  }
  
  

#payment-group-custom201PaymentGroupPaymentGroup, #payment-group-creditDirectSalePaymentGroup, #payment-group-debitDirectSalePaymentGroup {
  display: none;
}

.full-cart .cart table tr td.quantity input {
    width: 20px;
    margin: 0 3px;
}

@media (min-width: 768px) and (max-width: 979px){
    .full-cart .cart .item-quantity-change {
    position: initial;
}
    .full-cart .cart table tr td.quantity input{
        display: inline-table;
        margin: 0;
    }
}

@media(max-width: 1024px){
    .full-cart .cart table tr td.quantity input{
        margin: 0 2px;
        width: 20px;
    }
}

@media(max-width: 767px){
    .full-cart .cart table tr td.quantity input {
        display: inline;
        width: 20px;
    }
}

/*KIT CART CHECKOUT*/
.item-component:nth-of-type(2) {
  margin-top: 1.5rem !important;
}

.component-quantity {
  float: right;
  margin-right: 1rem;
}

.item-component.hide {
  display: none !important;
}

/* ----- BRINDE ----- */

.brinde-box {
    background-color: #364063;
    border-radius: 0;
    border: none;
    padding: 10px;
    margin: 10px;
}

.brinde-box h2 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 1em;
    color: #fff;
}

.brinde-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;
}

.brinde-box ul li {
    overflow: hidden;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}

.brinde-box ul li::after {
  content: "GRÁTIS";
  margin-right: 47px;
  margin-left: auto;
  background-color: #E5BC93;
  color: #364063;
  padding: 4px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  animation: pulseColors 3s infinite alternate;
}

@keyframes pulseColors {
    from {
        background-color: #E5BC93;
        color: #364063;
    }
    to {
        background-color: #364063;
        color: #E5BC93;
    }
}

.brinde-box ul li img {
    max-width: 100px;
}

.brinde-box ul li button {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 2px dotted #449FD5;
    border-radius: 10px;
    background-color: transparent;
    color: #364063;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

tr.product-item.brinde {
    background: #e8f6e8;
    border: 1px solid #5db85b !important;
    border-radius: 0;
}

tr.product-item.brinde {
}

tr.product-item.brinde .quantity * {
    display: none !important;
}

tr.product-item.brinde .quantity::before {
    content: "Brinde";
    background-color: #5db85b;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 11px;
}

@media(max-width: 991px) {
.price-details-icon.discount {
display: none !important;
  }
  
  tr.product-item.brinde {
  	padding-bottom: 30px !important;
  }
}

/* Fim Brinde*/