﻿@charset "UTF-8";
@keyframes spinner {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
form ::-webkit-input-placeholder {
  color: #383C46;
}
form :-moz-placeholder {
  color: #383C46;
}
form ::-moz-placeholder {
  color: #383C46;
}
form :-ms-input-placeholder {
  color: #383C46;
}
form input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  margin-right: 5px;
}
form input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: middle;
  font-size: .9em;
  line-height: normal;
  color: #555;
}
form .field {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
form .field.field--error input, form .field.field--error .select2 .select2-selection {
  border-color: #d6d5d5 !important;
}
form .field input:not(.ui-select-search) {
  display: block;
  width: 100%;
  outline: none;
  font-size: .9em;
}
form .field .ui-select-container {
  position: relative;
  background-color: white;
}
form .field .ui-select-container .btn span {
  margin-top: 0;
}
form .field .ui-select-container:after {
  display: block;
  position: absolute;
  content: '\e807';
  right: 0;
  top: 0;
  bottom: 0;
  width: 52px;
  margin: auto;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  font-family: 'fontello';
  color: #383C46;
  text-align: center;
}
form .field .ui-select-container.open:after {
  content: '\e804';
}
form .field .ui-select-container .ui-select-match span {
  width: 100%;
}
form .field .ui-select-container .ui-select-choices {
  background-color: white;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
form .field .ui-select-container .ui-select-choices .ui-select-choices-row .ui-select-choices-row-inner {
  padding: 10px 14px;
  color: #383C46;
  text-transform: uppercase;
}
form .field .ui-select-container .ui-select-choices .ui-select-choices-row .ui-select-choices-row-inner:hover {
  background-color: #f5ebe2;
}
form .field .ui-select-container .ui-select-choices .ui-select-choices-row.active .ui-select-choices-row-inner {
  background-color: #383C46;
  color: white;
}
form .field:not(.round) input:not(.ui-select-search) {
  height: 40px;
  padding: 0 14px;
  border: 1px solid #E9E9E9;
  font-size: .9em;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
form .field.round input:not(.ui-select-search) {
  height: 50px;
  padding: 0 28px;
  background-color: white;
  border-radius: 30px;
  color: #383C46;
  text-transform: uppercase;
}
form .field.round .ui-select-container {
  height: 50px;
  border-radius: 30px;
}
form .field.round .ui-select-container:after {
  line-height: 50px;
}
form .field.round .ui-select-container .ui-select-match span {
  height: 50px;
  line-height: 50px;
  color: #383C46;
  text-transform: uppercase;
}
form .submit {
  margin-bottom: 14px;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  min-width: 141px;
  padding: 0 28px;
  border-radius: 30px;
  outline: none;
  line-height: 40px;
  font-size: .9em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  will-change: background-color;
}
.btn span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
}
.btn i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  margin-top: -2px;
  font-size: inherit;
}
.btn.btn--red {
  background-color: #383C46;
  color: white;
  font-weight: 700;
}
.btn.btn--red span {
  font-weight: 700;
}
.btn.btn--red:hover {
  background-color: #434854;
}
.btn.btn--white {
  background-color: white;
  color: #383C46;
  font-weight: 700;
}
.btn.btn--white span {
  font-weight: 700;
}
.btn.btn--white i {
  color: #d6d5d5;
}
.btn.btn--white:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.btn.btn--gray {
  background-color: #383C46;
  color: white;
  font-weight: 700;
}
.btn.btn--gray span {
  font-weight: 700;
}
.btn.btn--gray i {
  color: white;
}
.btn.btn--gray:hover {
  background-color: rgba(56, 60, 70, 0.9);
}
.btn.btn--green {
  background-color: #11C38E;
  color: white;
  font-weight: 700;
}
.btn.btn--green span {
  font-weight: 700;
}
.btn.btn--green i {
  color: #d6d5d5;
}
.btn.btn--green:hover {
  background-color: rgba(17, 195, 142, 0.8);
}
.btn.btn--transp {
  background-color: transparent;
  border: 2px solid #383C46;
  color: #383C46;
  font-weight: 700;
}
.btn.btn--transp span {
  font-weight: 700;
}
.btn.btn--transp i {
  color: #383C46;
}
.btn.btn--transp:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn.btn--large {
  height: 60px;
  line-height: 60px;
  font-size: 1em;
}
.btn.btn--large i {
  font-size: 1.2em;
}
.btn.btn--large i.icon-plus {
  font-size: 1.7em;
}
.btn.btn--small {
  height: 30px;
  padding: 0 14px;
  line-height: 28px;
  font-size: .75em;
  font-weight: 700;
}
.btn.btn--small i {
  font-size: 1em;
}
.btn.btn--small i.icon-plus {
  font-size: 1.7em;
}

button.btn.btn--large {
  line-height: normal;
}

a.btn.btn--large * {
  margin-top: -5px;
}

.login__box {
  position: absolute;
  display: block;
  z-index: 1;
  bottom: 0;
  right: 0;
  min-width: 236px;
  background-color: white;
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #E0E0E0;
  text-align: left;
}
.login__box > div {
  display: none;
}
.login__box > div.active {
  display: block;
}
.login__box > div > span {
  display: block;
  height: 40px;
  padding: 0 14px;
  background-color: #736157;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9em;
  line-height: 40px;
}
.login__box > div form {
  padding: 14px;
  text-align: center;
}
.login__box > div form a {
  text-decoration: none;
  font-size: .9em;
  color: #383C46;
  text-transform: uppercase;
}
.login__box > div form a:hover {
  text-decoration: underline;
}

.search-input {
  position: relative;
}
.search-input i {
  position: relative;
  z-index: 2;
}
.search-input form {
  position: absolute;
  display: block;
  z-index: 1;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  min-width: 236px;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: -moz-transform, visibility, opacity;
  -o-transition-property: -o-transform, visibility, opacity;
  -webkit-transition-property: -webkit-transform, visibility, opacity;
  transition-property: transform, visibility, opacity;
  will-change: transform, visibility, opacity;
  -moz-transform: translateX(10%) translateY(-13px);
  -ms-transform: translateX(10%) translateY(-13px);
  -webkit-transform: translateX(10%) translateY(-13px);
  transform: translateX(10%) translateY(-13px);
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.search-input form ::-webkit-input-placeholder {
  text-transform: uppercase;
}
.search-input form :-moz-placeholder {
  text-transform: uppercase;
}
.search-input form ::-moz-placeholder {
  text-transform: uppercase;
}
.search-input form :-ms-input-placeholder {
  text-transform: uppercase;
}
.search-input form input {
  padding-right: 60px;
}
.search-input:hover form {
  -moz-transform: translateX(10px) translateY(-13px);
  -ms-transform: translateX(10px) translateY(-13px);
  -webkit-transform: translateX(10px) translateY(-13px);
  transform: translateX(10px) translateY(-13px);
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.slick-dots li button {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #383C46;
  font-size: 0;
  outline: none;
  cursor: pointer;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  will-change: background-color;
}
.slick-dots li button:hover {
  background-color: #383C46;
}
.slick-dots li.slick-active button {
  background-color: #383C46;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  background-color: transparent;
  border: 2px solid #383C46;
  border-radius: 100%;
  text-align: center;
  font-size: 0;
  outline: none;
  cursor: pointer;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: -moz-transform, background-color;
  -o-transition-property: -o-transform, background-color;
  -webkit-transition-property: -webkit-transform, background-color;
  transition-property: transform, background-color;
  will-change: transform, background-color;
}
.slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.slick-arrow:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'fontello';
  font-size: 15px;
  color: #383C46;
}
.slick-arrow.slick-prev {
  left: 0;
  -moz-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
}
.slick-arrow.slick-prev:before {
  content: "";
}
.slick-arrow.slick-prev:hover {
  -moz-transform: translateX(-122%);
  -ms-transform: translateX(-122%);
  -webkit-transform: translateX(-122%);
  transform: translateX(-122%);
}
.slick-arrow.slick-next {
  right: 0;
  -moz-transform: translateX(120%);
  -ms-transform: translateX(120%);
  -webkit-transform: translateX(120%);
  transform: translateX(120%);
}
.slick-arrow.slick-next:before {
  content: "";
}
.slick-arrow.slick-next:hover {
  -moz-transform: translateX(122%);
  -ms-transform: translateX(122%);
  -webkit-transform: translateX(122%);
  transform: translateX(122%);
}

.pre {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  color: #d6d9e0;
  font-style: italic;
  font-family: 'PT Serif';
  font-size: 1.1em;
}

.title {
  display: block;
  margin-bottom: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #736157;
  font-size: 1.5em;
}

.line-title {
  position: relative;
  margin-bottom: 28px;
}
.line-title:after {
  display: block;
  position: absolute;
  z-index: 1;
  content: '';
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #f5ebe2;
}
.line-title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 14px;
  background-color: #F6F5F2;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #383C46;
}

.text {
  color: #736157;
  line-height: 160%;
}
.text p {
  margin-bottom: 28px;
  color: inherit;
  line-height: inherit;
}
.text b {
  color: inherit;
  font-weight: 700;
  line-height: inherit;
}
.text img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  margin-bottom: 28px;
}

.icon-spin2 {
  -moz-animation: spinner 2s linear infinite;
  -webkit-animation: spinner 2s linear infinite;
  animation: spinner 2s linear infinite;
}

@keyframes spinner {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-stroke-width: .1px;
}
* input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}
@media screen and (max-width: 1366px) {
  * {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  * {
    font-size: 15px;
  }
}

body {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
body.active {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

section.content {
  min-height: 100vh;
  padding: 10px 0px 100px 0px;
  background-color: #F6F5F2;
}
section.content .panel {
  margin-bottom: 42px;
}
section.content .panel.panel--final .panel__body {
  color: #555;
}
section.content .panel .panel__head {
  height: 60px;
  padding: 0 28px;
  background-color: #383C46;
}
@media screen and (max-width: 1024px) {
  section.content .panel .panel__head {
    height: auto;
    padding: 10px;
  }
}
section.content .panel .panel__head:after {
  display: block;
  clear: both;
  content: '';
}
section.content .panel .panel__head p {
  float: left;
  font-size: 1.2em;
  line-height: 60px;
  text-transform: uppercase;
  color: white;
}
@media screen and (max-width: 1024px) {
  section.content .panel .panel__head p {
    float: none;
    line-height: normal;
  }
}
section.content .panel .panel__head span {
  display: block;
  float: right;
  font-size: .8em;
  line-height: 60px;
  color: white;
}
@media screen and (max-width: 1024px) {
  section.content .panel .panel__head span {
    float: none;
    line-height: normal;
  }
}
section.content .panel .panel__body {
  padding: 28px;
  background-color: #f5ebe2;
}
@media screen and (max-width: 1024px) {
  section.content .panel .panel__body {
    padding: 10px;
  }
}
section.content .panel .panel__body .total {
  padding-top: 20px;
}
section.content .cart {
  display: block;
  width: 100%;
  background-color: white;
  border-collapse: collapse;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
section.content .cart .cart__head {
  display: table;
  width: 100%;
  background-color: #736157;
}
section.content .cart .cart__head > div {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  padding: 0 14px;
  text-align: center;
  color: white;
  font-size: .9em;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  section.content .cart .cart__head > div {
    display: none;
  }
}
section.content .cart .cart__head > div:first-child {
  text-align: left;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  section.content .cart .cart__head > div:first-child {
    display: table-cell;
    width: initial;
  }
}
section.content .cart .cart__head > div:last-child {
  width: 15%;
}
@media screen and (max-width: 1024px) {
  section.content .cart .cart__head > div:last-child {
    width: initial;
  }
}
section.content .cart .cart__body {
  display: block;
}
section.content .cart .cart__body .item {
  display: table;
  width: 100%;
  border-top: 1px solid rgba(249, 249, 249, 0.2);
}
@media screen and (max-width: 1024px) {
  section.content .cart .cart__body .item {
    display: block;
  }
}
section.content .cart .cart__body .item:first-child {
  border-top: none;
}
section.content .cart .cart__body .item > div {
  display: table-cell;
  vertical-align: middle;
  padding: 14px;
  white-space: nowrap;
  text-align: center;
  border-left: 1px solid rgba(249, 249, 249, 0.2);
}
@media screen and (max-width: 1024px) {
  section.content .cart .cart__body .item > div {
    border-left: none;
  }
}
section.content .cart .cart__body .item > div:first-child {
  padding-left: 28px;
  border-left: none;
  text-align: left;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  section.content .cart .cart__body .item > div:first-child {
    display: block;
    width: initial;
    padding: 10px;
  }
}
section.content .cart .cart__body .item > div:first-child img {
  vertical-align: middle;
  display: inline-block;
  max-height: 50px;
  max-width: 50px;
}
section.content .cart .cart__body .item > div:first-child p {
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 50px);
  padding-left: 10px;
  white-space: normal;
}
section.content .cart .cart__body .item > div:first-child p span, section.content .cart .cart__body .item > div:first-child p strong {
  display: block;
  font-size: .8em;
  color: #555555;
}
section.content .cart .cart__body .item > div:first-child p strong {
  font-weight: 700;
}
section.content .cart .cart__body .item > div:last-child {
  width: 15%;
}
@media screen and (max-width: 1024px) {
  section.content .cart .cart__body .item > div:last-child {
    display: none;
    width: initial;
  }
}
section.content .cart .cart__body .item > div > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
section.content .cart .cart__body .item > div small {
  margin: 0 5px;
  font-size: .7em;
  color: #383C46;
}
section.content .cart .cart__body .item > div .icon-cancel {
  color: #D61335;
}
section.content .cart .cart__body .item > div.total {
  padding: 0 28px;
  font-size: .9em;
  color: #333;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  section.content .cart .cart__body .item > div.total {
    display: table-cell;
    padding: 10px;
  }
}
section.content .cart .cart__body .item > div .field input {
  width: 78px;
  text-align: center;
}
section.content .cart .cart__body .item > div .field input .field__amount {
  font-size: 13px;
  color: #555;
}
section.content .cart .cart__body .item > div .price {
  text-align: left;
  white-space: normal;
}
section.content .cart .cart__body .item > div .price span {
  display: block;
}
section.content .cart .cart__body .item > div .price .price__old {
  font-size: .7em;
  color: #383C46;
  text-decoration: line-through;
}
section.content .cart .cart__body .item > div .price .price__now {
  font-size: .9em;
  color: #333;
  font-weight: 700;
}
section.content .lnkBuscarCEP {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid #736157;
  color: #736157;
  font-size: 1em;
  text-decoration: none;
  margin-top: 8px;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}
section.content .lnkBuscarCEP:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  section.content .lnkBuscarCEP {
    font-size: 0.8em;
    margin-top: -15px;
    float: right;
  }
}
section.content .lnkPage {
  color: #F6F5F2 !important;
  font-size: 1.1em;
}
@media screen and (max-width: 1024px) {
  section.content .lnkPage {
    margin-top: 5px;
    float: right;
  }
}
@media screen and (max-width: 1024px) {
  section.content #lblMsg {
    margin-top: 10px;
  }
}
section.content .imgLogos {
  max-height: 60px;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  section.content .imgLogos {
    margin-top: 5px;
    float: right;
    max-height: 127px;
    max-width: 50%;
  }
}
section.content .imgLogoR {
  float: right;
}
section.content .btn--escuro {
  background-color: #736157;
  color: #F6F5F2;
  font-weight: 700;
}
section.content .btn--escuro:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
section.content .payment {
  display: table;
  width: 100%;
  margin-bottom: 14px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1024px) {
  section.content .payment {
    display: block;
  }
}
section.content .payment > * {
  display: table-cell;
  vertical-align: middle;
  padding: 28px;
  border-left: 1px solid rgba(56, 60, 70, 0.2);
}
@media screen and (max-width: 1024px) {
  section.content .payment > * {
    display: block;
    padding: 10px;
  }
}
section.content .payment > *:first-child {
  width: 100%;
  border-left: none;
  padding: 28px 26px;
}
section.content .payment .payment__types .field {
  margin-bottom: 0;
}
section.content .payment .payment__types .type {
  display: inline-block;
  vertical-align: middle;
  padding: 0 14px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  section.content .payment .payment__types .type {
    display: none;
  }
}
section.content .payment .payment__types .type:first-child {
  padding-left: 0;
}
section.content .payment .payment__types .type:last-child {
  padding-right: 0;
}
section.content .payment .payment__types .type i {
  display: block;
  width: 65px;
  height: 40px;
  margin: 0 auto 7px;
  background-repeat: no-repeat;
  background-image: url("/assets/img/cart-card-options.png");
}
section.content .payment .payment__types .type i.visa {
  background-position: -75px center;
}
section.content .payment .payment__types .type i.elo {
  background-position: -150px center;
}
section.content .payment .payment__types .type i.diners {
  background-position: -225px center;
}
section.content .payment .payment__types .type i.boleto {
  background-position: -300px center;
}
section.content .payment .payment__types .type i.pix {
  background-position: -375px center;
}
section.content .payment .payment__types .select-type {
  display: none;
}
@media screen and (max-width: 1024px) {
  section.content .payment .payment__types .select-type {
    display: block;
  }
}
section.content .payment .payment__parcials {
  text-align: center;
}
section.content .payment .payment__parcials .field {
  display: inline-block;
  position: relative;
  width: 135px;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  section.content .payment .payment__parcials .field {
    width: 100%;
  }
}
section.content .payment .payment__parcials .field:after {
  position: absolute;
  display: block;
  content: '=';
  right: -14px;
  top: -3px;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  font-size: .7em;
  color: #383C46;
}
@media screen and (max-width: 1024px) {
  section.content .payment .payment__parcials .field:after {
    display: none;
  }
}
section.content .payment .payment__parcials > p {
  font-size: .9em;
  color: #383C46;
}
section.content .payment .payment__total {
  padding: 28px 42px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  section.content .payment .payment__total {
    text-align: center;
    border-top: 1px solid rgba(56, 60, 70, 0.2);
  }
}
section.content .payment .payment__total span {
  display: block;
  font-size: .9em;
  color: #383C46;
}
section.content .payment .payment__total .valorTotal {
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (max-width: 1024px) {
  section.content .payment .payment__total .valorTotal {
    margin-bottom: 0;
    line-height: normal;
  }
}
section.content .payment .payment__total .valorTotalOld {
  font-size: .8em !important;
  margin-left: 10px !important;
  text-decoration: line-through !important;
}
section.content .cupon {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 28px;
}
@media screen and (max-width: 1024px) {
  section.content .cupon {
    padding: 28px 10px 0;
    text-align: center;
  }
}
section.content .cupon > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  section.content .cupon > * {
    margin-bottom: 10px;
  }
}
section.content .cupon > *:first-child {
  margin-left: 0;
}
section.content .cupon > *:last-child {
  margin-right: 0;
}
section.content .cupon > span {
  color: #555;
  font-weight: 700;
  font-size: .9em;
  text-transform: uppercase;
}
section.content .cupon .field {
  width: 150px;
}
@media screen and (max-width: 1024px) {
  section.content .cupon .field {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 14px;
  }
}
section.content .cupon .cupon__value {
  float: right;
  line-height: 20px;
  font-size: .9em;
}
section.content .cupon .cupon__value strong {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  section.content .cupon .cupon__value {
    display: block;
    float: none;
    padding: 10px 0;
    margin: 0;
    border-top: 1px solid rgba(56, 60, 70, 0.2);
    text-align: center;
  }
}
section.content .tab-sys .tab-sys__selector {
  margin-bottom: 28px;
}
section.content .tab-sys .tab-sys__selector a {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 10px;
  margin-right: 14px;
  border-bottom: 3px solid transparent;
  color: #999;
  font-size: 1.2em;
  text-decoration: none;
  font-weight: 700;
}
section.content .tab-sys .tab-sys__selector a.active {
  border-color: #d6d5d5;
  color: #555;
}
section.content .tab-sys .tab-sys__selector a:hover {
  border-color: #383C46;
  color: #777;
}
section.content .warning {
  padding-bottom: 8px;
  font-size: .9em;
  color: #555;
}
section.content .warning a {
  font-size: inherit;
  color: #d6d5d5;
  text-decoration: none;
  font-weight: 700;
}
section.content .total {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  section.content .total {
    text-align: center;
  }
}
section.content .total .price .price__labels {
  display: inline-block;
  vertical-align: middle;
  padding-right: 28px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  section.content .total .price .price__labels {
    padding-right: 10px;
  }
}
section.content .total .price .price__labels span {
  display: block;
  font-size: .8em;
  line-height: 30px;
  color: #999999;
}
section.content .total .price .price__labels span:first-child {
  padding-top: 0;
  font-size: 1em;
  line-height: 16px;
  text-transform: uppercase;
  color: #736157;
  font-weight: 700;
}
section.content .total .price .price__values {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
section.content .total .price .price__values .price__old {
  display: block;
  font-size: .8em;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: line-through;
  color: #999999;
}
section.content .total .price .price__values .price__now {
  color: #736157;
  font-size: 1.6em;
  line-height: 30px;
  font-weight: 900;
}
section.content .total hr {
  display: block;
  margin: 28px 0;
  border-bottom: 1px solid rgba(56, 60, 70, 0.2);
}
section.content .total .continue-shopping {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
  margin-right: 28px;
  border-bottom: 2px solid #736157;
  color: #736157;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}
section.content .total .continue-shopping:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  section.content .total .continue-shopping {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
section.content .total button {
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 1.2em;
  font-weight: 700;
}

.select2 {
  position: relative;
  width: 100% !important;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.select2 .select2-selection {
  height: 40px;
  border: 1px solid rgba(115, 97, 87, 0.2);
  border-radius: 0;
  outline: none;
}
.select2 .select2-selection .select2-selection__arrow {
  top: 0;
  width: 40px;
  height: 100%;
  line-height: 38px;
  text-align: center;
}
.select2 .select2-selection .select2-selection__arrow b {
  display: none;
}
.select2 .select2-selection .select2-selection__arrow:before {
  display: inline-block;
  vertical-align: middle;
  content: '\e807';
  font-size: .9em;
  font-family: 'fontello';
  color: #d6d5d5;
}
.select2 .select2-selection .select2-selection__placeholder {
  font-size: .9em;
  color: #333;
}
.select2 .select2-selection .select2-selection__rendered {
  padding-left: 14px;
  padding-right: 28px;
  font-size: .9em;
  line-height: 38px;
  font-weight: normal;
  color: #333;
}
.select2.select2-container--open .select2-selection .select2-selection__arrow:before {
  content: '\e804';
}

.select2-dropdown {
  border: 1px solid rgba(115, 97, 87, 0.2);
  border-top: none;
  border-radius: none;
}
.select2-dropdown.select2-container--open .select2-dropdown--below {
  border-radius: none;
}
.select2-dropdown .select2-results .select2-results__option {
  padding: 0 14px;
  font-size: .9em;
  line-height: 40px;
  color: #736157;
}
.select2-dropdown .select2-results .select2-results__option--highlighted[aria-selected] {
  background-color: #EEE;
}

form .field.field--obs span {
  font-size: 11px;
  line-height: 40px;
  display: block;
  color: #383C46;
}
@media screen and (max-width: 1024px) {
  form .field.field--obs span {
    line-height: 0px;
    margin-top: -10px;
  }
}
form .field2.field--obs span {
  font-size: 11px;
  line-height: 40px;
  display: block;
  color: #383C46;
}
@media screen and (max-width: 1024px) {
  form .field2.field--obs span {
    line-height: 0px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 1024px) {
  form .field2 {
    margin-top: 60px;
  }
}
