/* Estilos do Carrinho Lateral */
.carrinho {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 450px;
  right: -450px;
  background: #fff;
  z-index: 99999999999;
  transition: 150ms ease-in-out;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: 100vh;
  padding-top: 50px;
}

.carrinho.active {
  right: 0;
  box-shadow: -3px 0 12px rgba(41, 34, 75, 0.15);
}

.irParaCarrinho {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  display: flex;
  padding: 10px 24px 10px 60px;
  border-bottom: 1px solid rgba(177, 177, 177, 0.32);
}

.irParaCarrinho span {
  margin-left: 14px;
  font-size: 1.6rem;
  font-weight: 700;
}

.irParaCarrinho .icon-arrow-right {
  margin-left: auto;
}

.carrinhoClose {
  position: fixed;
  right: -30px;
  top: 0;
  opacity: 0;
  font-size: 32px;
  color: #fff;
  z-index: 999999;
  cursor: pointer;
  transition: 150ms ease-in-out;
}

.carrinhoLoading {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 9999;
  background: #ffffff96;
  display: none;
}

.carrinhoLoading i {
  font-size: 24px;
}

.produto.loading .carrinhoLoading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carrinho.active .carrinhoClose {
  opacity: 1;
  right: 480px;
  transition: 150ms ease-in-out;
}

.carrinho::after {
  content: "";
  position: fixed;
  left: 100%;
  opacity: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(28, 28, 35, 0.45);
  transition: 150ms ease-in-out;
  z-index: -1;
}

.carrinho.active::after {
  left: 0;
  opacity: 1;
  right: 450px;
  z-index: 10;
  transition: 150ms ease-in-out;
}

div#header-right-cart {
  /*pointer-events: none;*/
}

div#header-right-cart::before {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  bottom: -20px;
  width: 60px;
  pointer-events: all;
}

@media screen and (max-width: 500px) {
  .carrinho {
    width: 88%;
    right: -88%;
  }

  .carrinho.active::after {
    right: 88%;
  }

  .carrinho.active .carrinhoClose {
    opacity: 1;
    right: 90%;
    transition: 150ms ease-in-out;
  }
}

.carrinhoLista {
  max-height: 65%;
  overflow-x: auto;
}

.produto {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  min-height: 150px;
  padding: 12px 24px;
  border-bottom: 1px solid rgba(177, 177, 177, 0.32);
}

.cart-images {
  width: 120px;
}

.cart-info {
  width: 200px;
  padding: 0 14px;
  height: 150px;
  overflow-y: auto;
}

.cart_block_product_name {
  font-size: 1.3rem;
  line-height: 1.2;
  display: inline-block;
}

.product-atributes {
  opacity: 0.8;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 15px;
}

.carrinhoBalanco {
  height: 30%;
  border-top: 1px solid #e1e1e1;
}

.carrinhoBalancoInfos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 18px;
  height: 60%;
}

.balancoTitulo,
.balancoValor {
  width: 50%;
  padding: 10px 18px;
  font-size: 1.35rem;
  display: inline-block;
}

.balancoValor {
  text-align: right;
  font-weight: 700;
  font-size: 1.4rem;
}

.cart-buttons {
  width: 100%;
  text-align: center;
  height: 20%;
}

.carrinhoBalancoFinalizar {
  width: 60%;
  padding: 13px 15px;
}

.carrinhoVazio {
  text-align: center;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 700;
}

/* Sobrepondo estilos anteriores */

.product-options,
.meta-buttom {
  margin-top: 8px;
}

.meta-product-hover,
.product-meta .meta-hover-infos,
.product-meta .meta-buttom,
span.botoes-qtd {
  position: unset;
}

@media screen and (max-width: 768px) {
  .slick-slider .slick-track {
    padding-bottom: 8%;
  }
}

.product-block.compra_rapida:hover,
.product-block.compra_rapida:hover .meta-product-hover {
  z-index: 998 !important;
}

.slick-slide {
  opacity: 0 !important;
  pointer-events: none;
}

.slick-slide.slick-active {
  opacity: 1 !important;
  pointer-events: all;
}

.wbc-container.modulo-carrossel:hover .slick-list,
#product .wbc-container:hover .slick-list {
  z-index: 11;
}

.wbc-container.modulo-carrossel:hover
  ~ .wbc-container.modulo-carrossel
  .slick-list {
  z-index: 10;
}

.wbc-container.modulo-carrossel:hover .identificadorPerfil {
  z-index: 12;
}

.slick-list {
  overflow: unset;
}

.slick-list:hover {
  overflow-y: visible;
}
@supports (clip-path: inset(0 0 -3000px 0)) {
  .slick-list:hover {
    clip-path: inset(0 0 -3000px 0);
  }
}

.custom-select-option.disabled {
  background: #ccc;
  pointer-events: none;
  cursor: not-allowed;
}

.maisVendidos
  .slick-list
  .slick-slide.slick-active
  > div:nth-of-type(2)
  .product-block
  .meta-product-hover {
  padding-bottom: 8%;
}

@media screen and (max-width: 768px) {
  .colunaEsquerda
    .slick-list
    .slick-slide.slick-active
    > div:nth-of-type(2)
    .product-block {
    margin-top: 20%;
  }

  .colunaEsquerda .slick-track {
    padding-bottom: 20%;
  }
}

#index .product-block {
  min-height: 410px;
}

.category .product-block {
  min-height: 465px;
}

.products-block.grid .product-block {
  margin-bottom: 0;
}

.product_list.grid .box-cart-bottom {
  display: block;
}

.category-children .product-block .meta-product-hover,
.identificadorPerfil .product-block .meta-product-hover {
  margin-left: 0;
}

.product-block .meta-product-hover,
.theme-buy .product-block .meta-product-hover {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 0 10px;
  margin-left: -10px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.action.themeBuy {
  margin-top: 6px !important;
}

.product-block:hover .meta-product-hover{
  display: block;
}
.product-block:hover .btn_open_meta_mobile{
	min-height:30px;
	display:block;
}
.product-block:hover .btn_open_meta_mobile a{
  display: none;
}

body.category-children #page {
  overflow: initial;
}

.product-block.compra_rapida:hover {
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.buttons_bottom_block {
  margin: 0;
}

.action-bottom {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 1rem 0;
  justify-content: center;
}

.quantidade {
  display: flex;
  width: 22%;
  margin-right: 1.35rem;
}

.quantidade input {
  display: block;
  width: 35px;
  height: 100%;
  border: 1px solid #a9a9a9;
  border-right: none;
  text-align: center;
}

.botoes-qtd {
  display: flex;
  height: 100%;
  flex-flow: column nowrap;
  border: 1px solid #a9a9a9;
  background: #fff;
  justify-content: space-between;
}

.button-qtd {
  width: 100%;
  height: 100%;
  background: #fff0;
}

.addtocart {
  width: 70%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .identificadorPerfil .addtocart {
    width: 67%;
  }
  .identificadorPerfil .quantidade {
    margin-right: 18px;
  }
}

@media screen and (max-width: 500px) {
  .product-meta .quantidade {
    width: auto;
    margin: auto;
  }

  .product-meta .quantidade input {
    width: 60px;
    height: 45px;
  }

  .product-meta .button-qtd {
    padding: 3px 12px;
    cursor: pointer;
    line-height: 9px;
  }

  .product-meta .botoes-qtd {
    height: 45px;
  }

  .product-meta .addtocart {
    width: 100%;
    margin-top: 6px;
  }
}

.product-block:hover::after {
  content: "";
  position: absolute;
  display: block;
  top: -10px;
  bottom: 0;
  right: -10px;
  left: -10px;
  z-index: -1;
}

.produto {
  position: relative;
}

.produto.blink {
  opacity: 1;
  animation: blink 850ms both;
}

.produto .quantidade {
  display: flex;
  width: 100px;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 40px;
}

.produto span.remove_link {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 8px 14px;
  border-radius: 4px;
  transition: 150ms ease-in-out;
}

.produto span.remove_link:hover {
  background: rgb(239, 239, 239);
}

.produto .quantidadeCarrinho.cart {
  width: 35px;
  height: 100%;
  border: 1px solid #a9a9a9;
  border-top: none;
  border-bottom: none;
}

.produto .quantidade.botoes-qtd {
  border: 1px solid #a9a9a9;
  background: #fff;
}

.produto .quantidade.botoes-qtd .inc {
  border-left: none;
  border-bottom: none;
}

.produto .quantidade.botoes-qtd .dec {
  border-right: none;
}

.produto .quantidade.in_qtd input {
  height: 39px;
  width: 70%;
  float: left;
  padding: 0 3px;
  text-align: center;
}

.produto.skeletonProduct:nth-of-type(1) {
  animation: none;
}

.skeletonProduct {
  overflow: hidden;
}

.skeletonProduct::before {
  content: "";
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 150px;
  background: linear-gradient(
    to right,
    transparent 0%,
    #ffffff 40%,
    #ffffff 50%,
    transparent 100%
  );
  animation: skeletonLoading 1.55s ease-in-out infinite;
}

.skeletonImage {
  flex: 1;
  width: 120px;
  height: 120px;
  background: #dadada;
}

.skeletonText {
  flex: 2;
  margin-left: 20px;
}

.skeletonTitle,
.skeletonSubTitle {
  background: #dadada;
  width: 180px;
  height: 25px;
  display: inline-block;
}

.skeletonSubTitle {
  width: 120px;
}

.foto-principal img {
  margin: auto;
}

.custom-select-opener {
  border: 1px solid #bbb !important;
  background-color: #fff !important;
  padding: 3px 20px 3px 10px !important;
  height: 28px !important;
  overflow: hidden;
}

.custom-select-opener:before {
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: calc(50% - 7px);
}

.custom-select-panel {
  transition: max-height 150ms ease-out, overflow-y 0.1s 0.5s !important;
  background-color: #fff !important;
  border: none !important;
}

.custom-select-container.is-open .custom-select-panel {
  border: 1px solid #bbb !important;
  border-top: 0 !important;
}

.hide {
  display: none;
}

@keyframes skeletonLoading {
  0% {
    left: -150px;
  }
  100% {
    left: 100%;
  }
}

@keyframes blink {
  0% {
    opacity: 0.2;
    background: #eee;
  }
  100% {
    opacity: 1;
    background: none;
  }
}

@media screen and (max-width: 400px) {
  .produto {
    flex-flow: column nowrap;
    height: auto;
  }

  .cart-info {
    text-align: center;
    margin: 12px 0;
  }
}
