@font-face {
  font-family: Poppins-Regular;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?") format("eot"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: Poppins-Bold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?") format("eot"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.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-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-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-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 "Poppins-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 "Poppins-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: #405da7;
  border: solid 2px #405da7;
}
.alert-info:before {
  background-color: #405da7;
}

@keyframes skeleton-load {
  0% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
#carrinho-module-overlay {
  display: none;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#carrinho-module {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  max-width: 1330px;
  top: 40px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px;
  border: none;
  background-color: #fff;
  /*
  * Produtos Nomais
  */
}
@media (max-width: 1250px) {
  #carrinho-module {
    width: auto;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    transform: initial;
  }
}
#carrinho-module[data-position=target] .overlay {
  display: none;
}
#carrinho-module .btnClose {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: flex;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
#carrinho-module .btnClose .close-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 100%;
  padding: 5px;
  aspect-ratio: 1/1;
  background-color: #f29065;
}
#carrinho-module .inner {
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  transition: opacity 0.4s;
}
#carrinho-module .inner .conteudo-principal {
  display: flex;
  width: 100%;
  padding: 40px 15px;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1199px) {
  #carrinho-module .inner .conteudo-principal {
    flex-direction: column;
    align-items: center;
  }
}
#carrinho-module .inner .conteudo-principal .prd-fotos {
  display: block;
  width: 100%;
  max-width: 620px;
}
#carrinho-module .inner .conteudo-principal .prd-fotos .fotos {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: center;
}
#carrinho-module .inner .conteudo-principal .prd-fotos .fotos .fotosp {
  overflow-y: auto;
  display: block;
  width: 100%;
  max-width: 86px;
  max-height: 429px;
}
@media (max-width: 991px) {
  #carrinho-module .inner .conteudo-principal .prd-fotos .fotos .fotosp {
    display: none;
  }
}
#carrinho-module .inner .conteudo-principal .prd-fotos .fotos .fotosp .fotospDisplay, #carrinho-module .inner .conteudo-principal .prd-fotos .fotos .fotosp .share-p {
  height: 100%;
}
#carrinho-module .inner .conteudo-principal .prd-fotos .fotos .fotosp .share-p {
  display: block;
  /*                            flex-direction: column;
                              align-items: center;
                              justify-content: center;*/
}
#carrinho-module .inner .conteudo-principal .prd-fotos .fotos .fotosp li {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
#carrinho-module .inner .conteudo-principal .prd-fotos .fotos .fotosp li a {
  display: block;
  outline: 0px;
  width: 100%;
}
#carrinho-module .inner .conteudo-principal .prd-fotos .fotos .fotosp li a img {
  display: block;
  width: 100%;
}
#carrinho-module .inner .conteudo-principal .prd-fotos .fotos .fotosm {
  position: relative;
  display: block;
  width: calc(100% - 86px);
  max-width: 528px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  #carrinho-module .inner .conteudo-principal .prd-fotos .fotos .fotosm {
    width: 100%;
    margin-right: 0px;
  }
}
#carrinho-module .inner .conteudo-principal .prd-fotos .fotos .fotosm .conteudo {
  display: block;
  width: 100%;
}
#carrinho-module .inner .conteudo-principal .prd-fotos .fotos .fotosm .conteudo img {
  display: block;
  width: 100%;
}
#carrinho-module .inner .conteudo-principal .prd-fotos .fotos .fotosm .conteudo.prevent-load img {
  width: 585px;
  max-width: 100%;
  flex: 0 0 100%;
}
#carrinho-module .inner .conteudo-principal .prd-fotos .fotos .fotosm .conteudo .owl-dots, #carrinho-module .inner .conteudo-principal .prd-fotos .fotos .fotosm .conteudo .owl-nav {
  display: none !important;
}
#carrinho-module .inner .conteudo-principal .content-foto-info {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-left: 35px;
}
@media (max-width: 1199px) {
  #carrinho-module .inner .conteudo-principal .content-foto-info {
    margin-left: 0px;
    margin-top: 40px;
    padding-top: 0px;
  }
}
#carrinho-module .inner .conteudo-principal .content-foto-info .prd-form {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
#carrinho-module .inner .conteudo-principal .content-foto-info .content-info {
  display: block;
  width: 100%;
}
#carrinho-module .inner .conteudo-principal .content-foto-info .content-info .content {
  display: block;
  width: 100%;
  max-height: 584px;
}
#carrinho-module .inner .conteudo-principal .content-foto-info .content-info .content .prd-tam-list,
#carrinho-module .inner .conteudo-principal .content-foto-info .content-info .content .prd-cor {
  margin-bottom: 15px;
}
#carrinho-module .inner .conteudo-principal .content-foto-info .content-info .content .btn-deslogado {
  display: block;
  outline: 0px;
  margin-bottom: 50px;
  color: #000000;
  font: normal 15px "Poppins-Regular";
  text-align: center;
}
#carrinho-module .inner .conteudo-principal .content-foto-info .content-info .content .btn-deslogado strong {
  font-weight: normal;
  font-family: "Poppins-Bold";
}
#carrinho-module .inner .conteudo-principal .content-foto-info .content-info .content .msg-deslogado {
  margin-bottom: 50px;
  text-align: center;
  font: normal 14px "Poppins-Regular";
  color: #17100D;
}
#carrinho-module .inner .conteudo-principal .content-foto-info .content-info .content .box-share {
  display: none;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  #carrinho-module .inner .conteudo-principal .content-foto-info .content-info .content .box-share {
    display: block;
  }
}
#carrinho-module.loading .inner {
  transition: none;
  pointer-events: none;
  opacity: 0.3;
}
#carrinho-module.loading .carrinho-loading {
  display: block;
}
#carrinho-module #frmProdAjax {
  width: 100%;
}
#carrinho-module .prd-tam .prd-estoque-real {
  display: none;
}
#carrinho-module .prd-variation {
  overflow: hidden;
  width: 100%;
}
#carrinho-module .prd-variation .prd-tam-qtd {
  width: 100%;
}
#carrinho-module .prd-variation .prd-tam-qtd label {
  display: block;
}
#carrinho-module .prd-variation .optVariacao {
  background-color: #fff;
  border: solid 1px #dddddd;
  box-sizing: border-box;
  font-family: "Poppins-Regular";
  font-size: 14px;
  font-weight: bold;
  height: 27px;
  padding-left: 10px;
  text-align: center;
  width: 150px;
}
#carrinho-module .prd-unavailable {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
#carrinho-module .prd-unavailable p {
  display: block;
  margin: 0px;
  margin-bottom: 5px;
  color: #000000;
  font: normal 15px "Poppins-Regular";
}
#carrinho-module .prd-avise {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
#carrinho-module .prd-avise h4 {
  display: block;
  width: 100%;
  margin: 0px;
  margin-bottom: 10px;
  color: #000000;
  font: normal 12px "Poppins-SemiBold";
}
#carrinho-module .prd-avise .avise-email {
  display: block;
  outline: 0px;
  width: calc(100% - 85px);
  padding: 10px;
  color: #000000;
  font: normal 15px "Poppins-Regular";
  border: solid 1px #b8b7b8;
  box-shadow: none;
}
#carrinho-module .prd-avise .avise-email:focus {
  outline: 0px;
}
#carrinho-module .prd-avise .btSend {
  width: 85px;
  margin: 0px;
}
#carrinho-module .prd-avise .loading {
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
#carrinho-module .prd-avise:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
#carrinho-module .opcoes {
  display: block;
  width: 100%;
  max-width: 475px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
#carrinho-module .opcoes .opcao {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #E6E6E6;
}
#carrinho-module .opcoes .opcao .titulo {
  display: flex;
  cursor: pointer;
  outline: 0px;
  margin: 0px;
  color: #17100D;
  font: normal 15px "Poppins-Bold";
  align-items: center;
  justify-content: space-between;
}
#carrinho-module .opcoes .opcao .titulo:after {
  display: inline-block;
  background-image: url(../img/sprite.png);
  display: block;
  content: "";
  width: 10px;
  height: 6px;
  background-position: -454px -67px;
  -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;
}
#carrinho-module .opcoes .opcao .subtitulo {
  display: block;
  width: 100%;
  margin: 0px;
  margin-top: 10px;
  color: #17100D;
  font: normal 15px "Poppins-Regular";
}
#carrinho-module .opcoes .opcao .conteudo {
  display: none;
  width: 100%;
}
#carrinho-module .opcoes .opcao .conteudo .frete {
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#carrinho-module .opcoes .opcao .conteudo .frete .form-frete {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: center;
}
#carrinho-module .opcoes .opcao .conteudo .frete .form-frete .cep {
  display: block;
  width: calc(100% - 195px);
  padding: 15px 10px;
  color: #999999;
  font: normal 12px "Poppins-Regular";
  border: solid 1px #A0A0A0;
  box-shadow: none;
}
#carrinho-module .opcoes .opcao .conteudo .frete .form-frete .submit {
  display: block;
  width: 100%;
  max-width: 195px;
  padding: 15px 10px;
  color: #FFFFFF;
  font: normal 12px "Poppins-Regular";
  border: none;
  background-color: #17100D;
  -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;
}
#carrinho-module .opcoes .opcao .conteudo .frete .form-frete .submit:hover, #carrinho-module .opcoes .opcao .conteudo .frete .form-frete .submit:focus {
  background-color: #0EAF78;
}
#carrinho-module .opcoes .opcao .opt-mais {
  display: block;
  outline: 0px;
  margin-top: 10px;
  color: #17100D;
  font: normal 15px "Poppins-Regular";
  text-decoration: underline;
}
#carrinho-module .opcoes .opcao:first-of-type {
  border-top: solid 1px #E6E6E6;
}
#carrinho-module .opcoes .opcao:last-of-type {
  margin-bottom: 0px;
}
#carrinho-module .opcoes .opcao.ativo .titulo:after {
  transform: rotate(180deg);
}
#carrinho-module .prd-options {
  clear: both;
  padding-bottom: 11px;
}
#carrinho-module .prd-options .item {
  overflow: hidden;
}
#carrinho-module .prd-options #frmProdFreteAjax {
  overflow: hidden;
}
#carrinho-module .prd-options #frmProdFreteAjax h4 {
  display: block;
  outline: 0px;
  margin: 0px;
  margin-bottom: 20px;
  color: #000000;
  font: normal 12px "Poppins-SemiBold";
  line-height: 18px;
  letter-spacing: 0.04em;
}
#carrinho-module .prd-options #frmProdFreteAjax .box-campos {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: flex-start;
}
#carrinho-module .prd-options #frmProdFreteAjax .box-campos .frete-cep {
  display: block;
  outline: 0px;
  width: calc(100% - 135px);
  padding: 10px;
  color: #000000;
  font: normal 12px "Poppins-Light";
  line-height: 16px;
  letter-spacing: 0.04em;
  box-shadow: none;
  background-color: #FFFFFF;
  border: solid 1px #9A9A9A;
}
#carrinho-module .prd-options #frmProdFreteAjax .box-campos .btSend {
  display: block;
  outline: 0px;
  width: 100%;
  margin: 0px;
  max-width: 135px;
  color: #FFFFFF;
  font: normal 12px "Poppins-SemiBold";
  line-height: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 15px 10px;
  border: none;
  background-color: #f29065;
  box-shadow: none;
  -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;
}
#carrinho-module .prd-options #frmProdFreteAjax .box-campos .btSend:hover, #carrinho-module .prd-options #frmProdFreteAjax .box-campos .btSend:focus {
  background-color: #0EAF78;
}
#carrinho-module .prd-options .frete-list {
  display: none;
  margin-top: 10px;
}
#carrinho-module .prd-options .frete-list #loading {
  display: block;
  margin: 0 auto;
}
#carrinho-module .prd-options .item-frete {
  display: flex;
  padding: 5px 10px;
  border-bottom: solid 1px #b8b7b8;
  align-items: center;
  justify-content: space-between;
  background-color: #d0cfd0;
}
@media (max-width: 450px) {
  #carrinho-module .prd-options .item-frete {
    flex-direction: column;
  }
}
#carrinho-module .prd-options .item-frete p {
  display: block;
  width: 33%;
  padding: 5px 0px;
  color: #000000;
  font-size: 12px;
  font-family: "Poppins-Regular";
}
@media (max-width: 450px) {
  #carrinho-module .prd-options .item-frete p {
    width: 100%;
    text-align: center !important;
  }
}
#carrinho-module .prd-options .item-frete p .item-titulo,
#carrinho-module .prd-options .item-frete p .item-valor {
  font-family: "Poppins-Regular";
  font-weight: normal;
}
#carrinho-module .prd-options .item-frete p .item-prazo, #carrinho-module .prd-options .item-frete p .fretePrazo {
  font-family: "Poppins-SemiBold";
  font-weight: normal;
}
#carrinho-module .prd-options .item-frete p:nth-child(1) {
  text-align: left;
}
#carrinho-module .prd-options .item-frete p:nth-child(2) {
  text-align: center;
}
#carrinho-module .prd-options .item-frete p:nth-child(3) {
  text-align: right;
}
#carrinho-module .prd-options .item-frete:last-of-type {
  border-bottom-width: 0px;
}
#carrinho-module .prd-textos {
  padding-bottom: 30px;
}
#carrinho-module .bt {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 10px;
  margin: 0 auto;
  color: #FFFFFF;
  font: normal 12px "Poppins-SemiBold";
  line-height: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  border: none;
  border-radius: 0px;
  background-color: #f29065;
  -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;
}
#carrinho-module .bt:hover, #carrinho-module .bt:focus {
  background-color: #0EAF78;
}
#carrinho-module .bt:after {
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-name: loadingRotate;
  animation-timing-function: linear;
  background-image: url(../img/loading.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: none;
  height: 20px;
  left: 50%;
  margin: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
#carrinho-module .sending .bt {
  color: rgba(0, 0, 0, 0);
  pointer-events: none;
}
#carrinho-module .sending .bt:after {
  display: block;
}
#carrinho-module .tabela-medidas-content {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 51;
}
#carrinho-module .tabela-medidas-content .titulo {
  background-color: #fff;
  border: solid 1px #ccc;
  color: #f29065;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
#carrinho-module .tabela-medidas-content .titulo .btn-close {
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 35px;
  position: absolute;
  right: 0px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  -webkit-text-stroke: 2px;
  text-stroke: 2px;
  top: 0px;
  width: 30px;
}
#carrinho-module .tabela-medidas-content .box-imagem {
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10;
  display: block;
  outline: 0px;
  width: 100%;
  top: 35px;
  left: 0;
  height: calc(100% - 40px);
  background-color: #fff;
}
#carrinho-module .tabela-medidas-content .box-imagem img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #carrinho-module .tabela-medidas-content .box-imagem {
    overflow-x: scroll;
  }
  #carrinho-module .tabela-medidas-content .box-imagem img {
    max-width: unset;
    height: 100%;
  }
}
#carrinho-module .tabela-medidas-content iframe {
  background-color: #fff;
  border: none;
  height: calc(100% - 40px);
  left: 0;
  position: absolute;
  top: 35px;
  width: 100%;
  z-index: 10;
}
#carrinho-module .btAddCarrinho .loading {
  height: 17px;
}
#carrinho-module .addCarrinhoDone {
  position: absolute;
  right: 0;
  width: 260px;
  margin-top: 3px;
}
#carrinho-module .carrinho-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;
}
#carrinho-module .btPageDetalhe {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
@media (max-height: 620px), (max-width: 500px) {
  #carrinho-module .btPageDetalhe {
    margin: 30px auto;
  }
}

#he-topo .msg-carrinho-vazio {
  padding: 8px;
}

.btAddCarrinho {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.btAddCarrinho.error {
  background-color: #d9534f !important;
}
.btAddCarrinho.success {
  background-color: #00D86C !important;
  border-color: #00D86C !important;
}
.btAddCarrinho:after {
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-name: loadingRotate;
  animation-timing-function: linear;
  background-image: url(../img/loading.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: none;
  height: 20px;
  left: 50%;
  margin: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.sending .btAddCarrinho {
  color: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
}
.sending .btAddCarrinho:after {
  display: block;
}

#msg-container {
  position: fixed;
  top: 50px;
  right: 390px;
  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 25px auto;
  color: #232323;
  font: normal 13px "Poppins-Regular";
  /*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: #fff;
  display: block;
  font-family: "Poppins-Regular";
  font-size: 16px;
  font-weight: bold;
  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: -462px -107px;
}
#msg-container > p.success {
  /*background: #00D86C;*/
  /*border: solid 1px #00D86C;*/
}
#msg-container > p.success:before {
  background-position: -413px -107px;
}
#msg-container a {
  text-decoration: underline;
  color: #ccc;
}

/*
.box-itens{
    &:after{
        animation-duration: 1.4s;
        animation-iteration-count: infinite;
        animation-name: loadingRotate;
        animation-timing-function: linear;
        background-image: url(../img/loading.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content:'';
        display: none;
        height: 20px;
        left: 50%;
        margin: -10px;
        position: absolute;
        top: 50%;
        width: 20px;
    }
    &.loading{
        &:after{
            display: block;
        }
    }
}
*/
.box-itens-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
.box-itens-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-name: loadingRotate;
  animation-timing-function: linear;
}

.box-itens.loading .box-itens-loading {
  display: block;
}

@keyframes loadingRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=carrinho-ajax.css.map */
