
.category h1 {
    text-align: center;
    color: #fe511d;
    text-transform: uppercase;position: relative;
    overflow: hidden;
}
.category h1:before,.category h1:after {
    position: absolute;
    top: 25px;
    overflow: hidden;
    width: 47%;
    height: 1px;
    content: '\a0';
    background-color: #fd532b;
}
.category  h1:before {
    margin-left: -49%;
    text-align: right;
}.category  h1:after {
  margin-left: 2%;
    text-align: left;
}

.showcase {
    padding: 30px 0;
}
.productshowcase {
    height: 288px;
    width: 100%;
    position: relative;
    cursor: pointer;
   
    margin-bottom: 30px;
}
.productscfg {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    height: 100%;
    width: 100%;
    min-height: 288px;
    position: absolute;
}
.productscbg {
    position: absolute;
    z-index: 3;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;border-radius: 30px;
}
.productscbg:before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 4;
    display: block;
    position: absolute;
    content: "";
}
.productscfg img {
    width: 88%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.productscfg img.over {
    width: 96%;
}
.productscbg img {
    position: relative;
    left: -20%;
    top: -30%;
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
.productscbg img.over {
    transform: scale(0.8);
}
.productscnm {
    position: absolute;
    z-index: 8;
    text-transform: uppercase;
    font-size: 34px;
    font-family: Raleway, Arial, Helvetica;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #00000073;
    color: #fff;
    font-weight: 700;
 
}
 
.rod {
    padding: 0 30px;
}
.rod .productscnm {
    text-transform: uppercase;
    background-image: none;
    position: relative;
    text-align: center;
    padding: 20px 0 0 0;
}
.rod .productscnm a{
    font-size: 34px;
    color: #fe511d;
    font-family: 'Raleway', Arial, Helvetica; position: relative; transition: color 0.5s ease-in-out; padding: 0 10px;
}
.productscnm.acc {   transition: color 0.5s ease-in-out; padding: 0 10px;}

.rod .productscnm  a::before,.productscnm.acc::before {
  background:#fe511d;
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.rod .productscnm a:hover,.productscnm.acc:hover {
   text-decoration: none;color:#000;
}
.rod .productscnm a:hover::before,.productscnm.acc:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.rod img {
    width: 90%;
    border-radius: 10px;
    position: relative;
    margin: 0 5%;
}
.separata {
    align-content: center;
   

    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
}

@media (max-width:800px){

@media (max-width:800px){.showcase,.rod,.rod .productscnm  {
    padding: 0;
}
	
	
}
