.search-brec ul li a, .breadcrumb ul li:after{
  color: #fff;
}
.tpcommercema .malist{
  margin-bottom: 10px;
}
.tpcommercema .magrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.tpcommercema .magrip > div{
  padding: 0 15px;
  width: 50%;
  margin-bottom: 30px;
}
.itcommercema{
  border: 1px solid #eeeeee;
}
.itcommercema .agrip{
  display: flex;
  flex-wrap: wrap;
}
.itcommercema .agrip .lcol{
  width: 200px;
  border-right: 1px solid #eeeeee;
}
.itcommercema .agrip .rcol{
  width: calc(100% - 200px);
}
.itcommercema .ifthumb{
  height: 100%;
  min-height: 184px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 10px;
}
.itcommercema .ifthumb img{
  max-width: 100%;
  max-height: 100%;
}
.itcommercema .ifdecss{
  padding: 15px 15px 15px 10px;
}
.itcommercema .dsgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.itcommercema .dsgrip > div{
  padding: 0 10px;
}
.itcommercema .dsgrip .dcol{
  width: calc(100% - 100px);
}
.itcommercema .dsgrip .ccol{
  width: 100px;
}
.itcommercema .dstitle{
  margin-bottom: 5px;
  color: #e4312c;
  text-transform: uppercase;
}
.itcommercema .dstitle, .itcommercema .dstitle h3{
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}
.itcommercema .dsconts{
  font-size: 15px;
  line-height: 23px;
  max-width: 230px;
}
.itcommercema .dsconts li{
  position: relative;
  padding-left: 28px;
}
.itcommercema .dsconts li::before{
  color: #c0c0c0;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.itcommercema .dscodes{
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 10px;
}
.itcommercema .dscodes img{
  width: 100%;
}
.itcommercema .lktitle{
  height: 100%;
  background-color: #d8d8d8;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-transform: uppercase;
  line-height: 22px;
  padding: 9px 10px;
}
.itcommercema .lktitle i{
  margin-left: 10px;
}
.itcommercema .lkinfos{
  height: 100%;
}
.itcommercema .lkinfos a{
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 9px 40px;
  background-color: #eeeeee;
}
.itcommercema .lkinfos a:hover{
  background-color: #e4312c;
  color: #fff;
}
.tpcommercema .maviews{
  text-align: center;
}
.tpcommercema .maviews a{
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  border: 1px solid #cecece;
  padding: 14px 50px;
  display: inline-block;
  text-transform: uppercase;
}
.tpcommercema .maviews a:hover{
  background-color: #e4312c;
  border-color: #e4312c;
  color: #fff;
}
@media all and (min-width: 992px) and (max-width: 1200px){
  .itcommercema .dsgrip .dcol{
      width: 100%;
  }
  .itcommercema .dsgrip .ccol{
      width: 100%;
  }
  .itcommercema .dsconts{
      max-width: 100%;
      font-size: 14px;
      line-height: 22px;
  }
  .itcommercema .dscodes{
      margin: 0 auto;
  }
  .itcommercema .agrip .lcol{
      width: 150px;
  }
  .itcommercema .agrip .rcol{
      width: calc(100% - 150px);
  }
}
@media all and (max-width: 991px){
  .tpcommercema .magrip > div{
      width: 100%;
      margin-bottom: 20px;
  }
}
@media all and (max-width: 767px){
  .itcommercema .agrip .lcol{
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #eeeeee;
  }
  .itcommercema .agrip .rcol{
      width: 100%;
  }
  .itcommercema .lkinfos a{
      padding: 9px 10px;
      justify-content: center;
  }
  .itcommercema .dsconts{
      font-size: 14px;
      line-height: 22px;
      max-width: 100%;
  }

}