@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/OpenSans.eot");
  src: url("../fonts/OpenSans.eot?") format("eot"), url("../fonts/OpenSans.woff") format("woff"), url("../fonts/OpenSans.ttf") format("truetype"), url("../fonts/OpenSans.woff") format("woff");
}
@font-face {
  font-family: OpenSans-Bold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?") format("eot"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.woff") format("woff");
}
@font-face {
  font-family: OpenSans-Semibold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans-Semibold.eot?") format("eot"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/OpenSans-Semibold.woff") format("woff");
}
@font-face {
  font-family: Poppins-Light;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?") format("eot"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.woff") format("woff");
}
@font-face {
  font-family: Poppins-Black;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Poppins-Black.eot");
  src: url("../fonts/Poppins-Black.eot?") format("eot"), url("../fonts/Poppins-Black.woff") format("woff"), url("../fonts/Poppins-Black.ttf") format("truetype"), url("../fonts/Poppins-Black.woff") format("woff");
}
@font-face {
  font-family: Poppins-Medium;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?") format("eot"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.woff") format("woff");
}
@font-face {
  font-family: Poppins-SemiBold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?") format("eot"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.woff") format("woff");
}
.alert-success,
.alert-warning,
.alert-danger,
.alert-info {
  padding-left: 60px;
  font: normal 15px "OpenSans-Bold";
  text-align: center;
  background-color: #FFFFFF;
  background-image: none;
}
.alert-success:before,
.alert-warning:before,
.alert-danger:before,
.alert-info:before {
  position: absolute;
  display: flex;
  content: "!";
  width: 50px;
  height: 100%;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  font: normal 34px "OpenSans-Bold";
  align-items: center;
  justify-content: center;
}

.alert-success {
  color: #0EAF78;
  border: solid 2px #0EAF78;
}
.alert-success:before {
  background-color: #0EAF78;
}

.alert-warning {
  color: #E6A23C;
  border: solid 2px #E6A23C;
}
.alert-warning:before {
  background-color: #E6A23C;
}

.alert-danger {
  color: #DE5D6C;
  border: solid 2px #DE5D6C;
}
.alert-danger:before {
  background-color: #DE5D6C;
}

.alert-info {
  color: #0d6efd;
  border: solid 2px #0d6efd;
}
.alert-info:before {
  background-color: #0d6efd;
}

#pedido-troca-item-overlay {
  z-index: 2000;
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#pedido-troca-item-module {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 80vh;
  max-width: 850px;
  max-height: 585px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: width 0.4s 0.2s;
}
#pedido-troca-item-module.show-sku-list .body .content-1 {
  width: calc(50% - 7px);
}
@media (max-width: 767px) {
  #pedido-troca-item-module.show-sku-list .body .content-1 {
    width: 100%;
    margin-bottom: 15px;
  }
}
#pedido-troca-item-module.show-sku-list .body .content-2 {
  margin-right: 0px;
}
@media (max-width: 767px) {
  #pedido-troca-item-module.show-sku-list .body .content-2 {
    display: block;
    width: 100%;
  }
}
#pedido-troca-item-module .header {
  display: flex;
  width: 100%;
  padding: 5px 15px;
  align-items: center;
  justify-content: flex-end;
  border-bottom: solid 1px #E5E5E5;
}
#pedido-troca-item-module .header .btn-save {
  display: block;
  cursor: pointer;
  width: 100%;
  max-width: 130px;
  padding: 10px;
  margin-right: 15px;
  color: #FFFFFF;
  font: normal 15px "OpenSans";
  text-align: center;
  border-radius: 4px;
  border: solid 1px #0EAF78;
  background-color: #0EAF78;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#pedido-troca-item-module .header .btn-save:hover, #pedido-troca-item-module .header .btn-save:focus {
  border-color: #000000;
  background-color: #000000;
}
#pedido-troca-item-module .header .btn-close {
  display: flex;
  cursor: pointer;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #000000;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#pedido-troca-item-module .header .btn-close:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/minha-conta/icon18.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#pedido-troca-item-module .header .btn-close:hover, #pedido-troca-item-module .header .btn-close:focus {
  background-color: #0EAF78;
}
#pedido-troca-item-module .body {
  display: flex;
  width: 100%;
  max-height: calc(100% - 56px);
  padding: 10px 15px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: opacity 0.3s linear;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #pedido-troca-item-module .body {
    display: block;
  }
}
#pedido-troca-item-module .body .content-1 {
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#pedido-troca-item-module .body .content-1 .content-1-1 {
  display: flex;
  flex-grow: 1;
  margin-bottom: 5px;
}
#pedido-troca-item-module .body .content-1 .content-1-1 .foto {
  flex-grow: 1;
  width: 50%;
  min-height: 300px;
  border: solid 1px #E5E5E5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#pedido-troca-item-module .body .content-1 .content-1-1 .acao {
  padding: 0 0 0 6px;
  flex-grow: 1;
  width: 50%;
  font-family: "OpenSans";
  color: #000000;
  display: flex;
  flex-direction: column;
}
#pedido-troca-item-module .body .content-1 .content-1-1 .acao p {
  display: block;
  margin: 0px;
  margin-bottom: 5px;
  color: #000000;
  font: normal 13px "OpenSans";
}
#pedido-troca-item-module .body .content-1 .content-1-1 .acao .sl-motivo,
#pedido-troca-item-module .body .content-1 .content-1-1 .acao .sl-acao,
#pedido-troca-item-module .body .content-1 .content-1-1 .acao .observacao {
  display: block;
  outline: 0px;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  color: #9A9A9A;
  font: normal 13px "OpenSans";
  border-radius: 4px;
  border: solid 1px #E5E5E5;
  background-color: #FFFFFF;
  box-shadow: none;
}
#pedido-troca-item-module .body .content-1 .content-1-1 .acao .observacao {
  border-color: #E5E5E5;
  height: 60px;
  resize: none;
  padding: 4px;
  flex-grow: 1;
}
#pedido-troca-item-module .body .content-1 .content-1-1 .acao .observacao-wrap {
  flex-grow: 1;
  display: flex;
  margin-bottom: 0;
  flex-direction: column;
}
#pedido-troca-item-module .body .content-1 .info {
  color: #000000;
  font-family: "OpenSans";
  border: solid 1px #E5E5E5;
  padding: 10px;
  letter-spacing: 0.3px;
}
#pedido-troca-item-module .body .content-1 .info h3 {
  position: relative;
  display: block;
  margin: 0px;
  margin-bottom: 15px;
  color: #000000;
  font: normal 13px "OpenSans-Semibold";
  text-align: center;
}
#pedido-troca-item-module .body .content-1 .info h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #E5E5E5;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 5px;
  transform: translateX(-50%);
}
#pedido-troca-item-module .body .content-1 .info p {
  display: flex;
  /*                    width: 100%;
                      max-width: 400px;
                      margin: 0 auto;*/
  margin: 0px;
  margin-bottom: 5px;
  color: #9A9A9A;
  font: normal 13px "OpenSans";
  align-items: center;
  justify-content: space-between;
}
#pedido-troca-item-module .body .content-1 .info p span {
  color: #000000;
  font-family: "OpenSans-Semibold";
}
#pedido-troca-item-module .body .content-1 .info p .qtd-label {
  color: #9A9A9A;
  font-family: "OpenSans";
}
#pedido-troca-item-module .body .content-1 .info p .qtd {
  display: block;
  width: auto;
  padding: 5px 10px;
  min-width: 50px;
  text-align: right;
  border-radius: 4px;
  border: solid 1px #E5E5E5;
  background-color: #FAFAFA;
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0 -4px;
}
#pedido-troca-item-module .body .content-1 .info p .qtd::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: none;
  width: 8px;
  color: #000000;
  text-align: center;
  position: relative;
}
#pedido-troca-item-module .body .content-2 {
  display: flex;
  width: calc(50% - 7px);
  margin-right: calc(-50% - 20px);
  flex-direction: column;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  #pedido-troca-item-module .body .content-2 {
    display: none;
    margin: 0px;
  }
}
#pedido-troca-item-module .body .content-2 p {
  display: block;
  margin: 0px;
  margin-bottom: 5px;
  color: #000000;
  font: normal 13px "OpenSans";
}
#pedido-troca-item-module .body .content-2 .cor-list {
  height: 100px;
  border: solid 1px #E5E5E5;
  overflow: auto;
  margin-bottom: 12px;
}
#pedido-troca-item-module .body .content-2 .cor-list .cor-item {
  width: 45px;
  float: left;
  padding: 3px;
  position: relative;
}
#pedido-troca-item-module .body .content-2 .cor-list .cor-item input {
  display: none;
}
#pedido-troca-item-module .body .content-2 .cor-list .cor-item input:checked ~ span {
  transition-delay: 0s;
  border-color: #000000;
}
#pedido-troca-item-module .body .content-2 .cor-list .cor-item img {
  width: 100%;
  /*max-width: 47px;*/
  display: block;
  transition: all 0.2s 0.1s;
  box-shadow: 0 0 0 0 #666;
}
#pedido-troca-item-module .body .content-2 .cor-list .cor-item span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 2px transparent;
  transition: border 0.2s 0.1s;
}
#pedido-troca-item-module .body .content-2 .cor-list .cor-item:hover, #pedido-troca-item-module .body .content-2 .cor-list .cor-item:focus {
  /*
  img{
      transition-delay: 0s;
      box-shadow: 0 5px 5px -2px #666;
      transform: translateY(-3px);
  }
  */
}
#pedido-troca-item-module .body .content-2 .cor-list .cor-item:hover span, #pedido-troca-item-module .body .content-2 .cor-list .cor-item:focus span {
  transition-delay: 0s;
  border-color: #000000;
}
#pedido-troca-item-module .body .content-2 .content-2-1 {
  display: flex;
  flex-grow: 1;
  /*align-items: stretch;*/
}
@media (max-width: 767px) {
  #pedido-troca-item-module .body .content-2 .content-2-1 {
    margin-bottom: 50px;
    min-height: 200px;
  }
}
#pedido-troca-item-module .body .content-2 .content-2-1 .content-2-1-1,
#pedido-troca-item-module .body .content-2 .content-2-1 .content-2-1-2 {
  display: flex;
  flex-direction: column;
}
#pedido-troca-item-module .body .content-2 .content-2-1 .content-2-1-1 {
  padding: 5px 5px 0 0;
  flex-grow: 1;
}
#pedido-troca-item-module .body .content-2 .content-2-1 .content-2-1-2 {
  padding: 5px 0 0 0;
  min-width: 110px;
}
#pedido-troca-item-module .body .content-2 .content-2-1 .tamanho-list {
  flex-grow: 1;
  padding: 10px;
  overflow: auto;
  min-height: 75px;
  border: solid 1px #E5E5E5;
}
#pedido-troca-item-module .body .content-2 .content-2-1 .tamanho-list .tamanho-item {
  position: relative;
  cursor: pointer;
  display: inline-block;
  min-width: 45px;
  top: 0px;
  left: 0px;
  margin: 2px;
  color: #000000;
  font: normal 13px "OpenSans";
  text-align: center;
  border: solid 1px #E5E5E5;
  background-color: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#pedido-troca-item-module .body .content-2 .content-2-1 .tamanho-list .tamanho-item:hover span:after {
  opacity: 1;
}
#pedido-troca-item-module .body .content-2 .content-2-1 .tamanho-list .tamanho-item.loading {
  transition-duration: 0s;
  transform: scale(0.7);
  opacity: 0;
}
#pedido-troca-item-module .body .content-2 .content-2-1 .tamanho-list .tamanho-item input {
  display: none;
}
#pedido-troca-item-module .body .content-2 .content-2-1 .tamanho-list .tamanho-item input:checked + span:after {
  opacity: 1;
}
#pedido-troca-item-module .body .content-2 .content-2-1 .tamanho-list .tamanho-item span {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
#pedido-troca-item-module .body .content-2 .content-2-1 .tamanho-list .tamanho-item span:after {
  position: absolute;
  display: block;
  content: "";
  opacity: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 0;
  left: 0;
  box-sizing: content-box;
  border: solid 2px #000000;
}
#pedido-troca-item-module .body .content-2 .content-2-1 .foto {
  flex-grow: 1;
  border: solid 1px #E5E5E5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
#pedido-troca-item-module .body .msg-add {
  background-color: #000;
  border-color: #000;
  border-radius: 12px;
  color: #FFFFFF;
  font-family: "OpenSans";
  font-size: 15px;
  left: 50%;
  letter-spacing: 0.5px;
  max-width: 320px;
  padding: 8px 12px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 86%;
  z-index: 5;
}
#pedido-troca-item-module .body .msg-add p {
  margin: 4px 0;
}
#pedido-troca-item-module .body .msg-add a {
  font-weight: bold;
  text-decoration: underline;
}
#pedido-troca-item-module.loading .body {
  opacity: 0.3;
}
#pedido-troca-item-module.loading .icon-loading {
  display: block;
}
#pedido-troca-item-module .icon-loading {
  animation-duration: 1.4s;
  animation-name: loadingRotate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  display: none;
}

#msg-container {
  position: fixed;
  top: 50px;
  right: 460px;
  z-index: 2010;
}
@media (max-width: 740px) {
  #msg-container {
    top: 15px;
    right: 20px;
  }
}
#msg-container.carrinho-off {
  right: 20px !important;
}
#msg-container > p {
  position: relative;
  display: block;
  cursor: pointer;
  width: 320px;
  padding: 10px 15px;
  margin: 0 auto 0px auto;
  color: #000000;
  font: normal 13px "OpenSans";
  /*line-height: 1.6em;*/
  border-radius: 6px;
  background-color: #FFFFFF;
}
#msg-container > p:before {
  display: inline-block;
  background-image: url(../img/sprite.png);
  content: "";
  width: 34px;
  height: 34px;
  margin-right: 16px;
  vertical-align: middle;
}
#msg-container > p:after {
  content: "X";
  color: #000000;
  display: block;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  opacity: 0.7;
  position: absolute;
  right: 6px;
  text-align: center;
  -webkit-text-stroke: 2px;
  text-stroke: 2px;
  top: 6px;
}
#msg-container > p.error {
  /*background: #d9534f;*/
}
#msg-container > p.error:before {
  background-position: -457px -309px;
}
#msg-container > p.success {
  /*background: #00D86C;*/
  /*border: solid 1px #00D86C;*/
}
#msg-container > p.success:before {
  background-position: -408px -309px;
}
#msg-container a {
  text-decoration: underline;
  color: #5F5F5F;
}

/*# sourceMappingURL=pedido-troca-item.css.map */
