/*Css Style Produtos*/
.wrapper-products {margin-top: 10px;}
/* .wrapper-products > div:last-child {padding-left: 0 0} /*Produtos Content*/ */
.container.products {padding: 0;}
.container.products {padding: 0;}
.nav-breadcrumps-filter-produto > * {float: right;}
.nav-breadcrumps-filter-produto {margin-bottom: 10px;}
.btn-filtrar-produtos-mobile {width: 100%; margin: 10px 0; display: none;}
.btn-aplicar-filtros-sidebar {display: none;}
#nav-filter-sidebar-mobile:not(.mobile-show) .toggleFilterMobile {display: none;}
#sortProdutosByMobile {display: none;}
.productImgFake {opacity: .3;}
.produto-esgotado {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
}

.box-shadow {
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
}

.sticker-produto-esgotado {
  /*background-color: #a9a9ab;
  position: absolute;
  top: 5px;
  color: #ffffff;
  padding: 0 15px;
  right: 5px;
  line-height: 30px;
  text-align: right;
  letter-spacing: -0.5px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.9;
  z-index: 2;*/
  display: none;
}
.product {padding: 5px; text-align: center; float: none; margin: 0px -4px 20px 0;}

body:not(.mobile) .container:not(.varejo) .product:hover .product-inner {border-color: #d0d0d0; transition: all .2s linear;}
.product .product-details-sub {opacity: 0;}
.product:hover .product-details-sub{opacity: 1;}
.product:hover .btn-comprar {background-color: #1f1f1f; color: #fff;}
.product-inner {border: 1px solid transparent; padding: 5px; display: inline-block; position: relative; max-width: 100%;}
.product .product-descricao {opacity: 0; cursor: pointer; position: absolute; bottom: 0; width: 100%; font-size: 14px;
    color: #13608e;}
.product:hover .product-descricao, body.mobile .product .product-descricao {opacity: 1;}
.product-descricao-overlay {
    visibility: hidden; 
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 7px;
    z-index: 15;
    opacity: .90;
    border: 4px solid #d9534f;
    text-align: left;
    cursor: pointer;
  }
/*.product-descricao-overlay:hover {visibility: visible;}*/
.product:hover .product-descricao-overlay.show {visibility: visible;}
.product-descricao-overlay-text {overflow-y: auto; height: 100%;}
.product-descricao-overlay-text * {font-size: 15px !important; line-height: 1.5 !important;list-style: inside !important; margin-bottom: auto !important; color: #313131;} /*Reset CSS*/
.product-descricao-overlay-text p, .product-descricao-overlay-text ul {margin-bottom: 10px !important;} /*Reset CSS*/
.product-descricao-overlay-text .title {font-weight: bold;}
.product-descricao-cor-item {width: 15px; height: 15px; display: inline-block;}
.close-overlay {position: absolute; right: 9px; color: #a94442; top: 2px;}
.gradientback{
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:40px;
    background: -moz-linear-gradient(top,  rgba(137,255,241,0) 0%, rgb(236 235 235) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,255,241,0)), color-stop(100%,rgb(236 235 235))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(137,255,241,0) 0%,rgb(236 235 235) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(137,255,241,0) 0%,rgb(236 235 235) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(137,255,241,0) 0%,rgb(236 235 235) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(137,255,241,0) 0%,rgb(236 235 235) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.product .product-details-sub {
    line-height: 20px;
    font-size: 13px;
    color: #4a4a4a;
    margin-top: -20px;
    position: absolute;
    width: 100%;
}
.product-no-variants {
    color: #fff;
    font-size: 15px;
    white-space: normal;
    background-color: #3d3d40;
    padding: 2px 10px;
    letter-spacing: -.3px;
    font-weight: bold;
  }
.product-no-variants.pre-lancamento {background-color: #3789BA;}
.product img {
  max-width: none !important;
  height: auto;
  width: 155%;
  margin-left: -28%;
}
/* .product img {max-width: none; height: auto;} */
.product h6 {
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 600;
    padding-bottom: 17px;
    }

.size-wrap {
    color: #808080;
    position: relative;
    background-color: #fff;
    min-height: 68px;
    white-space: nowrap;
}
body:not(.mobile) .size-wrap {opacity: .7;}
.product:hover .size-wrap {opacity: 1;}
.size-wrap > * {
    vertical-align: middle;
    display: inline-block;
    min-width: 40px;
}
.size-wrap .badge {
    background-color: transparent;
    line-height: 17px;
    border-radius: 0;©
    margin-right: 0px;
    margin-bottom: 5px;
    color: #1f1f1f;
    font-weight: 700;
    border: 1px solid #000;
    font-size: 13px;
    padding: 5px 5px;
}
.size-wrap .badge:focus {color: #1f1f1f;}
.size-wrap .badge:hover {color: #FFF !important; background-color: #1f1f1f; border-color: #1f1f1f;}
.size-wrap.remove-size .badge.size-selected, .size-wrap.remove-size {
    background-color: #a94442 !important;
    color: #fff !important;
    border-color: #a94442 !important;}

.size-selected {
    border-color: #1f1f1f !important;
    background-color: #1f1f1f !important;
    color: #FFF !important;
    font-weight: bold !important;
    position: relative;
}
.size-wrap .emfalta.size-selected {
    background-color: #a84442 !important;
    color: #fff !important;
    border-color: #a84442 !important;
}
.size-wrap .emfalta {
    color: #b4b4b4 !important;
    /*background-color: #e6e6e6; rgba(244, 99, 83, 0.67)*/
    border-color: #e6e6e6;
}
.size-wrap .emfalta:hover {background-color: #E1B169; border-color:#E1B169; }
.size-wrap .FLinha {
    color: #fff;
    background-color: #e6e6e6; /*rgba(244, 99, 83, 0.67)*/
}
.size-aviseme{
    color: #fff !important;
    background-color: #e4b169 !important;
    border-color: #e4b169 !important;
    font-weight: bold !important;
}
.size-aviseme:hover {background-color: #e4b26e !important;}
.size-wrap .notify{
    top: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #444;
    position: relative;
    line-height: 15px;
    height: 15px;
    min-width: 40px;
}
.size-wrap > div > a {width: 100%;}
.qtde-maxima-atingida {background-color: #a84442; color: #fff; padding: 2px 5px;}
.size-selected-div > .remover-size-emfalta {opacity: 1;}
.size-wrap > .size-selected-div:hover  .remover-size{opacity: 1;}
body.mobile .size-wrap > .size-selected-div .remover-size { opacity: 1;}
.remover-size {
  opacity: 0;
  position: relative;
  top: -5px;
  background-color: #fff;
  line-height: 18px;
  height: 18px;
  z-index: 1;
  width: 100%;
}
.remover-size a{font-size: 12px; color: #a84442; font-weight: 700;}

.footerLastAddProducts {
  height: auto;
  position: fixed;
  bottom: -101px;
  background-color: #616161f0;
  left: 40%;
  padding: 3px 5px;
  z-index: 10;
  transform: translateX(-50%);
  border-radius: 3px;
  -webkit-transform: translateZ(0);
}
.footerLastAddProducts .view i{
  line-height: 25px;
  color: #D6D6D7;
}

.footerLastAddProducts .view{
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000c2;
    width: 45px;
    height: 25px;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.footerLastAddProducts .miniaturas img {
  height: 70px;
  width: 70px;
  border: 0;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin: 5px 5px;
}

.footerLastAddProducts .miniaturas-title {
  color: #ffffffc4;
  font-size: 14px;
  line-height: 15px;
}

.remove-item-cart {display: block !important;}
/*.product-img .item.img1 > div {overflow: hidden; width: 140%; margin-left: -20%;  margin-bottom: -30%;  margin-top: -10%;}*/


/*VAREJO*/
.catalog-bar {margin-top: 30px; text-align: initial; padding-right: 0;}
.catalog-bar .widget {margin-bottom: 25px; }
/*.container-products {text-align: left;}*/
.catalog-bar h4 {font-size: 15px; font-weight: bold; text-transform: uppercase;}

.navBarPaginacao {text-align: right; margin: 20px; clear: both;}
ul.pagination li {margin: 0 3px;}
ul.pagination li a {font-size: 25px; width: auto; border-radius: 0;}
ul.pagination li.active a {border: 0; padding: 3px;}
ul.pagination li a:focus {background-color: #e4b169; border-color: #e4b169; color: #fff;}
ul.pagination li .direction {font-size: 2.3rem; margin: -4px 2px; color: #b0afaf;}

.nav-filter-caption ul.pagination li a {font-size: initial; width: auto; line-height: normal; height: auto;}
.nav-filter-caption ul.pagination li .direction {font-size: 26px; line-height: 22px;}

.item-parcelamento {font-size: 15px; color: #333;}
.container.varejo .wrapper-products-left {padding: 0;}
.container.varejo .wrapper-products-right {padding: 0 0 0 20px;}
.container.varejo .nav-breadcrumps-filter-produto {padding: 0;}
.container.varejo .variantes {display: none;}
.container.varejo .amount-base-preco {font-size: 20px; font-weight: normal;}
.container.varejo h5 span {font-weight: bold;}
.container.varejo .catalog-bar h4 {margin-bottom: 5px;}
.container.varejo .catalog-bar form li.checkbox {margin: 0 0 5px;}
.container.varejo .catalog-bar form li.checkbox label {padding-left: 0;}
.container.varejo .product-inner {height: 380px;}
.container.varejo .product h6 {margin-bottom: 0; padding-bottom: 0;}
.container.varejo .product .descricao-produto {transition: none; font-size: 18px}
.container.varejo .product .price{margin-bottom: 0;}
.container.varejo .product {height: auto; margin-bottom: 20px; padding-bottom: 30px; min-height: 415px;}
/*.container.varejo .product:hover {background-color: #f3f3f3;}*/
.container.varejo .product:hover .product-comprar {opacity: 1; bottom: 40%; filter: alpha(opacity=100);}
.container.varejo .product:hover .product-inner {border-color: #d6d6d6;}
/*.container.varejo .product:hover .descricao-produto{background-color: #151515; color: #fff;}*/
/*.container.varejo .product:hover .amount-base-preco {color: #ffffff; background-color: #151515;}*/
.container.varejo .product .product-comprar {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: 25%;
  width: calc(100% - 10px);
  background-color: rgba(245, 245, 245, 0.5);
  text-align: center;
  left: 0;
  padding: 10px;
  margin: 0 5px;
  border-bottom: 1px dashed #2121215c;
  border-top: 1px dashed #2121215c;
  transition: opacity ease-in-out .08s,bottom ease-out .08s;
}
.btn-comprar {padding: 5px 10px 5px 20px; font-size: 16px; line-height: 1; height: auto; border-width: 2px;}
.container.varejo .product .btn-comprar.disabled {opacity: 0;}

.container.varejo .product .product-images .img1 {z-index: 1;}
.container.varejo .product .product-images .img2 {position: absolute; top: 0; opacity: 0; transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;}

.container.varejo .product-inner:hover .product-images .img1 + .img2, .container.varejo .product .product-images .img1.hasHover:hover + .img2, .container.varejo .product .product-images .img1.hasHover + .img2 {opacity: 1;}
.container.varejo .product .product-images .img2:hover {opacity: 1;}

.category-list li.active a {color: #444; font-weight: bold;}
/*VAREJO ends*/


@media screen and (max-width: 1440px){
  .products .product {width: 25%;}
}

@media screen and (max-width: 1024px){
  .container.products > [class^="col-"], .container.products > [class*=" col-"] {padding: 0 !important;}
  .products .product {width: 33.3%;}
  .products .product {margin-bottom: 0px;}
  .wrapper-products {padding-left: 15px; padding-right: 15px;}
  [class*=wrapper-products-] {padding: 0 !important;}
  .nav-breadcrumps-filter-produto {padding: 0;}
  .product .product-descricao {opacity: 1;}

}

@media screen and (max-width: 991px){
  .products .product {width: 33.3%;}
  .wrapper-products > div:last-child {padding-left: 30px;} /*Produtos Content*/
}

@media screen and (max-width: 768px){
	.product-inner {height: auto !important;}
  .products .product {width: 50%;}
  .footerLastAddProducts {
    height: auto;
    position: fixed;
    left: auto;
    padding: 3px 0px;
    transform: initial;
    display: none; /*Temporario*/
  }
  .footerLastAddProducts .miniaturas img {height: auto; width: 18%; margin: 3px 3px;}
  .filters-selected-results {display: block; clear: both; padding: 10px 0 0px 0; margin: 0 !important; line-height: 20px;}
  .container.varejo .product .descricao-produto {font-size: inherit;}
  .container.varejo .product .product-comprar{
  	opacity: 1;
    bottom: 0;
    position: relative;
    background-color: transparent;
    border: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 479px){
  .product .product-img {width: 100%;}
  .product h6 {line-height: 25px; font-size: 30px;}
  .size-wrap .notify {font-size: 1.4em; line-height: 15px; height: 25px;}
  .remover-size a {font-size: 1.0em !important;}
  .amount.amount-base-preco {font-size: 1.5em !important;}
  .price .preco-prazo {font-size: 1.1em !important;}
  .price .preco-desc-avista {font-size: 1.1em !important;}
  .product .product-descricao {font-size: 1.1em !important;}
  .price-diferenca {font-size: 1em !important;}
  .container.atacado .product {width: 100%; float: none;border-bottom: 3px solid #f4f4f4;}
  .container.varejo .product {width: 50%;}
  .container.varejo .item-parcelamento {font-size: 14px; display: block; line-height: 1;}
  .container.varejo .product {min-height: auto;}
  .container.varejo .product .descricao-produto {font-size: initial;}
  .nav-filter-caption {text-align: center !important;}
  .nav-filter-caption ol {float: none !important;}
  .nav-filter-caption .isDivider {max-width: 100%;}
  .nav-filter-caption .pull-right {float: none !important;}
  .nav-filter-caption ul.pagination {text-align: center;}
  .navBarPaginacao {text-align: center;}
  #sortProdutosBy {display: none;}
  #sortProdutosByMobile {display: inline-block; float: right;}
  .nav-filter-sidebar {margin-bottom: 10px !important;}
  /* #nav-filter-sidebar-mobile {display: none;} */
  .nav-filter-sidebar .isDivider {display: none;}
  .btn-filtrar-produtos-mobile {display: block;}
  #nav-filter-sidebar-mobile.mobile-show .toggleFilterMobile {display: block;}
  #nav-filter-sidebar-mobile {display: none;}
  #nav-filter-sidebar-mobile.mobile-show {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
    z-index: 99999;
    left: 0;
    padding: 20px;
  }
  .size-wrap .badge {
    line-height: 35px;
    font-size: 25px;
    padding: 5px 15px;
    margin-bottom: 10px;
  }
  .divRetStatuAjaxProduto {margin-top: 10px;}

}

@media screen and (max-width: 375px){
  .product-name-mobile {display: block; margin-bottom: 10px;}
  .product-name {display: none;}
}

@media screen and (max-width: 320px){
  /* .container-products {margin-left: -10px; margin-right: -10px;} */
}

/* @media MIN */
@media screen and (min-width: 768px){

}

@media screen and (min-width: 1024px){
  .container.varejo.products .product {width: 33%;}
}

@media screen and (min-width: 1441px){
  .products .product {width: 25%;}
}

@media screen and (min-width: 1920px){
  .products .product {width: 20%;}
  .product-descricao-overlay {width: 120%;height: 120%;left: -10%;top:-10%;padding: 10px;}

}
