.filter-break{
  height: 70px;
}


.s-pdt .pdt-infos .pdt-options .pdt-colors li{
  position: relative;
  cursor: pointer;
}
.s-pdt .pdt-infos .pdt-options .pdt-colors li::before{
  content: '';
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
  border-radius: 100%;
  border: 1px solid green;
  display: none;
}
.s-pdt .pdt-infos .pdt-options .pdt-colors li.active::before,
.s-pdt .pdt-infos .pdt-options .pdt-colors li.active:hover::before{
  border: 1px solid #ea1d25;
  display: block;
}
.s-pdt .pdt-infos .pdt-options .pdt-colors li:hover::before{
  border:1px solid #183452;
  display: block;
}



.site-header .header-cart .body ul.itens li .info-wrap .cor{
  display: block;
  font-size: 11px;
  line-height: 13px;
  color: #393939;
  font-weight: 700;
  margin: -6px 0 10px 0;
}
.site-header .header-cart .body ul.itens li .info-wrap .cor span{

}
.site-header .header-cart .body ul.itens li .info-wrap .cor i{
  font-style: normal;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 3px 0 5px;
}


.product-col .favit{
  bottom: auto;
  top: 10px;
}
.product-col .img-wrap .promo{
  background: #ea1d25;
}




ul.p-l li .info-wrap span.cor{
  display: block;
  margin-top: -10px;
}
ul.p-l li .info-wrap span.cor i {
  font-style: normal;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 3px 0 5px;
}



.product-col .tColors{
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.product-col .color-wrap{
  float: left;
}
.product-col .color-wrap .ball{
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin: 0 1px;
  border: 1px solid #000;
}







/* 11/11/2021 */
/*
.prod-list.v2{
 padding-top: 20px;
}
*/
.col-md-3.inverted{
  float:right;
}
.new-sidebar{

}
.new-sidebar h3{
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0 5px 0;
  position: relative;
}
.new-sidebar h3.main-title{
  display: none;
  cursor: pointer;
}
.new-sidebar h3.main-title i{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.new-sidebar .blockage{
  margin-top: 15px;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0px 1px 2px 0 rgba(0,0,0,.2);
}

  /* select stuff */
  .new-sidebar .filterSelective{
    margin-bottom: 10px;
  }
  .new-sidebar .filterSelective.last{
    margin-bottom: 0;
  }
  .new-sidebar .filterSelective .leftSider{
    float: left;
    width: 50%;
    padding-right: 7px;
  }
  .new-sidebar .filterSelective .rightSider{
    float: left;
    width: 50%;
    padding-left: 7px;
  }
  .new-sidebar .filterSelective select{
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px;
    background: #fefefe;
  }

  /* merger */
  .new-sidebar .merger{
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin-top: 8px;
  }
  .new-sidebar .merger.first{
    margin-top: 0;
    padding-top: 0;
  }
  .new-sidebar .merger h3{
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0 10px 0;
    position: relative;
  }
  .new-sidebar .merger h3 span{
    font-weight: 400;
    font-size: 14px;
    padding-left: 5px;
  }
  .new-sidebar .merger h3 i{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
  }
  .new-sidebar .merger .incorporated{
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .new-sidebar .merger .over{
    max-height: 240px;
    overflow: scroll;
    overflow-x: hidden;
  }
  .new-sidebar .merger .over ul{

  }
  .new-sidebar .merger .over ul li{
    /*white-space: nowrap;*/
    position: relative;
    padding-left: 22px;
    margin: 5px 0;
  }
  .new-sidebar .merger .over ul li.imgs{
    padding-left: 45px;
  }
  .new-sidebar .merger .over ul li.clrs{
    padding-left: 42px;
  }
  .new-sidebar .merger .over ul li input[type="checkbox"]{
    margin: 0;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .new-sidebar .merger .over ul li label{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    vertical-align: text-top;
  }
  .new-sidebar .merger .over ul li.disabled label{
    color: #d0d0d0;
  }
  .new-sidebar .merger .over ul li img{
    max-width: 26px;
    position: absolute;
    left: 15px;
    top: 5px;
  }
  .new-sidebar .merger .over ul li i.c-i{
    position: absolute;
    left: 19px;
    top: 8px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 2px solid #ccc;
  }

    /* active */
    .new-sidebar .merger.active h3 i{
      transform: translate(0,-50%) rotate(180deg);
    }
    .new-sidebar .merger.active .incorporated{
      height: auto;
      overflow: auto;
      visibility: visible;
    }






/* media commons */
@media only screen and (max-width: 1200px) {
  .prod-list.v2 .container{
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .filter-break {
    height: 100px;
    z-index: -1;
    position: relative;
  }

}
@media only screen and (max-width: 768px) {
  .prod-list.v2 .product-col{
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .col-md-3.inverted{
    float: none;
  }
  .new-sidebar{
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 1px 2px 0 rgba(0,0,0,.2);
  }
  .new-sidebar .blockage{
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
  .new-sidebar h3.main-title{
    display: block;
  }
  .new-sidebar .new-sidebar-wrap{
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .new-sidebar.active .new-sidebar-wrap{
    height: auto;
    overflow: auto;
    visibility: visible;
  }
  .new-sidebar.active h3.main-title i{
    transform: translate(0,-50%) rotate(180deg);
  }
  .new-sidebar .merger .over {
    max-height: 180px;
  }
}
@media only screen and (max-width: 550px) {
  .prod-list.v2 .product-col{
    width: 100%;
    float: none;
    max-width: 350px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .filter-break {
    height: 185px;
  }
}
