@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-old/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-old/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-old/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-old/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-old/Poppins-Black.woff") format("woff");
}
@font-face {
  font-family: Helvetica-Normal;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Helvetica-Normal.eot");
  src: url("../fonts/Helvetica-Normal.eot?") format("eot"), url("../fonts/Helvetica-Normal.woff") format("woff"), url("../fonts/Helvetica-Normal.ttf") format("truetype"), url("../fonts-old/Helvetica-Normal.woff") format("woff");
}
@font-face {
  font-family: Helvetica-Black;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Helvetica-Black.eot");
  src: url("../fonts/Helvetica-Black.eot?") format("eot"), url("../fonts/Helvetica-Black.woff") format("woff"), url("../fonts/Helvetica-Black.ttf") format("truetype"), url("../fonts-old/Helvetica-Black.woff") format("woff");
}
/*
%sprite {
    display: inline-block;
    background-image: url(../img/sprite.png);
}*/
.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: #0d6efd;
  border: solid 2px #0d6efd;
}
.alert-info:before {
  background-color: #0d6efd;
}

#carrinho-module-overlay {
  display: none;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.8);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#carrinho-module {
  background-color: #fff;
  border: solid 3px #000000;
  box-shadow: 0 28px 30px -30px #004579;
  display: none;
  /*height: 600px;*/
  left: 50%;
  padding: 12px;
  position: fixed;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  /*width: 700px;*/
  z-index: 2000;
  /*
  * Produtos Nomais
  */
}
@media (max-height: 620px), (max-width: 500px) {
  #carrinho-module {
    padding-bottom: 50px;
  }
}
#carrinho-module[data-position=target] .overlay {
  display: none;
}
#carrinho-module .btnClose {
  position: absolute;
  top: 0;
  right: 0px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #000000;
}
#carrinho-module .btnClose:before {
  color: #fff;
  content: "X";
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 100%;
  line-height: 30px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 0 1px #000;
  -webkit-text-stroke: 2px;
  text-stroke: 2px;
  width: 100%;
}
#carrinho-module .btnCloseBottom {
  background: #000000;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  font-family: "Poppins-Regular";
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  letter-spacing: 1px;
  line-height: 34px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (max-height: 620px), (max-width: 500px) {
  #carrinho-module .btnCloseBottom {
    display: block;
  }
}
#carrinho-module .inner {
  max-height: calc(100vh - 160px);
  max-width: 80vw;
  min-height: 300px;
  min-width: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity 0.4s;
}
@media (max-height: 620px), (max-width: 500px) {
  #carrinho-module .inner {
    height: calc(100vh - 70px);
    max-height: none;
    min-height: 0;
    min-width: 0;
    max-width: none;
    width: calc(100vw - 30px);
  }
}
#carrinho-module.loading .inner {
  transition: none;
  pointer-events: none;
  opacity: 0.3;
}
#carrinho-module.loading .carrinho-loading {
  display: block;
}
#carrinho-module .content-foto-info {
  display: table;
  width: 100%;
}
#carrinho-module .content-info {
  height: 355px;
  margin-left: 0;
  /*overflow-x: hidden;*/
  /*overflow-y: auto;*/
  /*padding-left: 0;*/
  display: table-cell;
  vertical-align: top;
}
#carrinho-module .content-info .content {
  max-height: calc(100vh - 225px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 12px;
}
@media (max-height: 620px), (max-width: 500px) {
  #carrinho-module .content-info .content {
    max-height: none;
  }
}
@media (max-height: 620px), (max-width: 500px) {
  #carrinho-module .content-info {
    display: block;
    height: auto;
  }
}
#carrinho-module .prd-form .h1dentro {
  color: #000000;
  font-size: 17px;
  margin: 0;
}
#carrinho-module .prd-form .ref {
  float: left;
  padding: 0;
  line-height: 25px;
  margin-bottom: 5px;
  width: 105px;
}
#carrinho-module .prd-form .star-rating {
  float: left;
  display: inline-block;
  position: relative;
  top: 3px;
}
#carrinho-module .prd-form .star-rating .star {
  display: inline-block;
  background-image: url(../img/sprite-avaliacao.png);
  height: 20px;
  transform: scale(0.8);
  width: 100px;
}
#carrinho-module .prd-form .star-rating .star.star-0 {
  background-position: 0px -379px;
}
#carrinho-module .prd-form .star-rating .star.star-1 {
  background-position: 0px -397px;
}
#carrinho-module .prd-form .star-rating .star.star-2 {
  background-position: 0px -417px;
}
#carrinho-module .prd-form .star-rating .star.star-3 {
  background-position: 0px -437px;
}
#carrinho-module .prd-form .star-rating .star.star-4 {
  background-position: 0px -457px;
}
#carrinho-module .prd-form .star-rating .star.star-5 {
  background-position: 0px -477px;
}
#carrinho-module .prd-fotos {
  display: table-cell;
  vertical-align: top;
  width: 220px;
}
#carrinho-module .prd-fotos .fotos {
  background-color: #f3f3f3;
  box-shadow: 10px 10px 12px -12px #666;
  height: 350px;
}
#carrinho-module .prd-fotos .fotos .fotosm {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: solid 1px #ccc;
  height: calc(100% - 52px);
}
#carrinho-module .prd-fotos .fotos .fotosp {
  height: 50px;
}
#carrinho-module .prd-fotos .fotos .fotosp li {
  cursor: pointer;
  float: left;
  height: 50px;
  position: relative;
  width: 20%;
}
#carrinho-module .prd-fotos .fotos .fotosp li a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.2s ease-out;
  width: 100%;
}
#carrinho-module .prd-fotos .fotos .fotosp li a:before {
  content: "";
  border-bottom: solid 2px #000;
  border-top: solid 2px #000;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s linear;
  width: 100%;
}
#carrinho-module .prd-fotos .fotos .fotosp li:hover a:before {
  opacity: 1;
}
#carrinho-module .prd-fotos .fotos .fotosp li:after {
  border-right: solid 1px #ccc;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
}
#carrinho-module .prd-fotos .fotos .fotosp li:last-of-type:after {
  display: none;
}
@media (max-height: 620px), (max-width: 500px) {
  #carrinho-module .prd-fotos {
    display: block;
    width: auto;
  }
}
#carrinho-module #frmProdAjax {
  width: 100%;
}
#carrinho-module .prd-cor .ctrlGaleria {
  border: solid 1px #ddd;
  box-shadow: 0 3px 6px -3px #000;
}
#carrinho-module .prd-cor .ctrlGaleria img {
  width: 100%;
}
#carrinho-module .prd-cor .ctrlGaleria.iconCor:before {
  color: #999;
  content: "X";
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 1px #000;
  -webkit-text-stroke: 2px;
  text-stroke: 2px;
  top: 0;
  width: 100%;
}
#carrinho-module .prd-cor input {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
}
#carrinho-module .prd-cor label,
#carrinho-module .prd-cor span {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 10px 2px;
  overflow: hidden;
  padding: 2px;
  position: relative;
  width: 30px;
}
#carrinho-module .prd-cor label.active,
#carrinho-module .prd-cor span.active {
  border: 2px solid #000000;
}
#carrinho-module .prd-tam .prd-tam-list {
  width: 100%;
}
#carrinho-module .prd-tam .prd-tam-list .container-tam {
  margin-top: 8px;
}
#carrinho-module .prd-tam .prd-tam-list .container-tam .item {
  background-color: #FFF;
  box-shadow: 0 3px 6px -3px #000;
  display: inline-block;
  height: 35px;
  margin-right: 5px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 35px;
}
#carrinho-module .prd-tam .prd-tam-list .container-tam .item.unavailable {
  opacity: 0.6;
  transform: scale(0.9);
}
#carrinho-module .prd-tam .prd-tam-list .container-tam .item.unavailable label:after {
  color: #000;
  content: "X";
  display: block;
  font-family: "Poppins-Regular";
  font-size: 21px;
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 36px;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  -webkit-text-stroke: 2px;
  text-stroke: 2px;
  top: 0;
  width: 100%;
}
#carrinho-module .prd-tam .prd-tam-list .container-tam .item input {
  display: none;
}
#carrinho-module .prd-tam .prd-tam-list .container-tam .item label {
  border: solid 1px #dddddd;
  color: #000000;
  cursor: pointer;
  font-family: "Poppins-Regular";
  font-size: 12px;
  height: 100%;
  left: 0px;
  padding: 9px;
  position: absolute;
  top: 0px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
#carrinho-module .prd-tam .prd-tam-list .container-tam .item.ativo label {
  border-color: #000000;
  color: #000000;
}
#carrinho-module .prd-tam .prd-tam-list .container-tam .item.ativo.unavailable label:after {
  color: #000000;
}
#carrinho-module .prd-tam .prd-tam-qtd {
  float: left;
  margin-right: 6px;
  width: auto;
}
#carrinho-module .prd-tam .prd-tam-qtd .optQtdVal {
  background-color: #fff;
  border: solid 1px #dddddd;
  box-sizing: border-box;
  font-family: "Poppins-Regular";
  font-size: 14px;
  font-weight: bold;
  height: calc(1.5rem + 3px);
  padding-left: 10px;
  text-align: center;
  width: 150px;
}
#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: calc(1.5rem + 3px);
  padding-left: 10px;
  text-align: center;
  width: 150px;
}
#carrinho-module .prd-comp {
  float: left;
  position: relative;
  text-align: center;
  width: auto;
}
#carrinho-module .prd-avise {
  position: relative;
}
#carrinho-module .prd-avise .avise-email {
  float: left;
  font-size: 11px;
  height: calc(1.5rem + 3px);
  margin-right: 6px;
  padding: 0 3px;
  width: 160px;
}
#carrinho-module .prd-avise .btSend {
  float: right;
  width: 85px;
}
#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 .prd-options {
  clear: both;
}
#carrinho-module .prd-options .item {
  margin-bottom: 10px;
  overflow: hidden;
}
#carrinho-module .prd-options #frmProdFreteAjax {
  overflow: hidden;
  margin-bottom: 6px;
}
#carrinho-module .prd-options .frete-cep {
  background-color: #fff;
  float: left;
  height: calc(1.5rem + 3px);
  margin-right: 6px;
  padding: 0 6px;
  border: solid 1px #dddddd;
  width: 180px;
}
#carrinho-module .prd-options .btSend {
  float: left;
  width: 70px;
}
#carrinho-module .prd-options .frete-list {
  background-color: #f7f7f7;
  padding: 4px;
  display: none;
}
#carrinho-module .prd-options .item-frete {
  clear: both;
  font-family: "Poppins-Regular";
  font-size: 13px;
  overflow: hidden;
  padding: 3px 0;
  position: relative;
  vertical-align: bottom;
}
#carrinho-module .prd-options .item-frete .item-titulo,
#carrinho-module .prd-options .item-frete .item-valor,
#carrinho-module .prd-options .item-frete .item-prazo {
  float: left;
  font-size: 13px;
  line-height: 20px;
  margin-right: 4px;
  vertical-align: bottom;
}
#carrinho-module .prd-options .item-frete .item-titulo {
  color: #000000;
}
#carrinho-module .prd-options .item-frete .item-valor {
  font-weight: bold;
}
#carrinho-module .prd-options .item-frete .item-prazo {
  float: left;
  font-size: 11px;
  opacity: 0.7;
  margin-right: 0;
}
#carrinho-module .prd-options .item-frete:after {
  border-top: solid 1px #aaa;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
#carrinho-module .prd-options .item-frete:last-of-type:after {
  display: none;
}
#carrinho-module h4 {
  color: #3e3e40;
  font-family: "Poppins-Regular";
  font-size: 11px;
  font-weight: normal;
  padding: 0.8rem 0 0.2rem;
}
#carrinho-module .tabela-medidas {
  color: #333;
  font-family: "Poppins-Regular";
  font-size: 12px;
  outline: 0px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
#carrinho-module .tabela-medidas:hover {
  color: #000000;
}
#carrinho-module .tabela-medidas:after {
  background-image: url(../img/sprite.png);
  background-position: -85px -297px;
  content: "";
  display: inline-block;
  height: 13px;
  margin-left: 5px;
  vertical-align: middle;
  width: 23px;
}
#carrinho-module .tabela-medidas:before {
  display: none !important;
}
#carrinho-module .bt {
  background-color: #00D86C;
  border-radius: 12px;
  border: solid 1px #00D86C;
  color: #fff;
  display: block;
  font-family: "Poppins-Regular";
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5rem;
  margin-bottom: 0;
  max-width: 255px;
  padding: 0 12px;
  position: relative;
  width: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#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: 10;
}
#carrinho-module .tabela-medidas-content .titulo {
  background-color: #fff;
  border: solid 1px #ccc;
  color: #000000;
  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 iframe {
  background-color: #fff;
  border: none;
  height: calc(100% - 40px);
  left: 0;
  position: absolute;
  top: 35px;
  width: 100%;
  z-index: 10;
}
#carrinho-module #grade.grade-accordion .cores {
  margin-top: 8px;
}
#carrinho-module #grade.grade-accordion .cor .ctrlCor {
  background-color: #9c9c9c;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  display: block;
  font-family: "Montserrat-Regular";
  font-size: 12px;
  height: 40px;
  margin-bottom: 5px;
  outline: 0;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#carrinho-module #grade.grade-accordion .cor .tamanhos {
  margin-top: -5px;
  display: none;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#carrinho-module #grade.grade-accordion .cor .tamanhos table {
  border-collapse: separate;
  border-spacing: 5px;
  border: none;
  color: #666666;
  font-family: "Poppins-Regular";
  font-size: 13px;
  margin-bottom: 0;
  vertical-align: middle;
}
#carrinho-module #grade.grade-accordion .cor .tamanhos table th {
  background-color: #F4F4F4;
  font-weight: normal;
}
#carrinho-module #grade.grade-accordion .cor .tamanhos table th:nth-child(2) {
  width: 70%;
}
#carrinho-module #grade.grade-accordion .cor .tamanhos table td, #carrinho-module #grade.grade-accordion .cor .tamanhos table th {
  border: solid 1px #DDDDDD;
  padding: 10px;
  position: relative;
  text-align: center;
}
#carrinho-module #grade.grade-accordion .cor .tamanhos table .tamanho {
  display: inline-block;
  max-width: 150px;
  word-wrap: break-word;
}
#carrinho-module #grade.grade-accordion .cor .tamanhos table .skuInput {
  border: none;
  height: 100%;
  left: 0;
  min-width: 70px;
  padding-left: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
#carrinho-module #grade.grade-accordion .subtotais {
  /*display: none;*/
  width: 100%;
  height: auto;
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
}
#carrinho-module #grade.grade-accordion .subtotais li {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 0px;
}
#carrinho-module #grade.grade-accordion .subtotais li p {
  display: inline-block;
  width: 50%;
  padding: 10px;
  font-size: 13px;
  vertical-align: middle;
  background-color: #FDFDFD;
  border: solid 1px #EEEEEE;
}
#carrinho-module #grade.grade-accordion .subtotais li p:first-of-type {
  text-transform: uppercase;
}
#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 {
  color: #000000;
  font-size: 14px;
  font-family: "Poppins-Bold";
  text-transform: uppercase;
  padding: 8px;
}

.btAddCarrinho {
  position: relative;
}
.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 {
    right: 20px;
  }
}
#msg-container.carrinho-off {
  right: 20px !important;
}
#msg-container > p {
  border-radius: 6px;
  box-shadow: 0 15px 10px -10px #999;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Poppins-Regular";
  line-height: 1.6em;
  margin: 0 auto 25px auto;
  padding: 16px;
  position: relative;
  width: 320px;
}
#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.success {
  background: #00D86C;
  border: solid 1px #00D86C;
}
#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 */
