
.rotater-wrap .rotater {
  width: 100%;
  height: 630px;
  margin: 0 auto;
  position: relative;
  -webkit-user-select: none;
}

.slide-wrap li {
  display: none;
  width: 300px;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  border-radius: 12px;
  background-color: #b72a30;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.back1{background-image: url("/img/bushes-connectors-8f4e7e31f55674fa29e14250317f91a9.jpg");}
.back2{background-image: url("/img/engine-mount-42684a0236689832db9717e2bac8cb00.jpg");}
.back3{background-image: url("/img/transmission-mounting-1bfc3e5b375af280dbde89fca378a40f.jpg");}
.back4{background-image: url("/img/strut-mounts-7ded2c8b2ee6829ecfc676446fbb28ec.jpg");}
.back5{background-image: url("/img/rubber-buffers-e4676cb5d749227279309a19a8a26f88.jpg");}
.back6{background-image: url("/img/shaft-propeller-91daccae3728f274b4befb95c7068eea.jpg");}
.back7{background-image: url("/img/exhaust-mountings-73d9f743eb2d28cda692cb658a098188.jpg");}
.back8{background-image: url("/img/anti-roll-bar-bushes-df3dba43cc812a609d6ec055b52170c6.jpg");}
.back10{background-image: url("/img/hoses-cae09c785ecc3cd9de6228f91c753510.jpg");}


.slide-wrap {
  width: 95%;
  height: 630px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.slide-wrap .inner {
  position: relative;
  height: 100%;
  width: 100%;
  background: rgb(183,42,48);
  background: -moz-linear-gradient(0deg, rgba(183,42,48,1) 0%, rgba(183,42,48,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(183,42,48,1) 0%, rgba(183,42,48,0) 100%);
  background: linear-gradient(0deg, rgba(183,42,48,1) 0%, rgba(183,42,48,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b72a30",endColorstr="#b72a30",GradientType=1);
  padding: 40px;
  color: #FFFFFF;
}

.slide-wrap li>.inner .inner-arrow{
  position: absolute;
  right: 40px;
  bottom: 30px;
}
.slide-wrap li>.inner h1{
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  width: calc(100% - 80px);
  margin: 0;
  bottom: 30px;
  color: #ecb0b2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slide-wrap li>.inner h1 span{
  font-weight: 400;
  display: block;
}

.slide-wrap li>.inner p{
  position: absolute;
  width: calc(100% - 80px);
  margin: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.slide-wrap li.active-rotater>.inner h1 {bottom: 190px; font-size: 30px;color: #FFFFFF}
.slide-wrap li.active-rotater>.inner p {
  bottom: 110px;
  opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slide-wrap li>.inner .read-more{
  width: calc(100% - 80px);
  height: 80px;
  position: absolute;
  bottom: -80px;
  opacity: 0;
  border-top: 1px solid rgba(255,255,255,0.3);
  line-height: 80px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a.read-more {
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
a.read-more:hover{
  color: #ec9ea1;
}

.slide-wrap li.active-rotater>.inner .read-more {
  bottom: 0;
  opacity: 1;
}

.slide-wrap .pos1 {
  display: block;
  width: 288px;
  height: 382px;
  top: 110px;
  left: 0;
  z-index: 1;
}

.slide-wrap .pos2 {
  display: block;
  width: 370px;
  height: 500px;
  top: 60px;
  left: calc(20% - 45px);
  z-index: 2;
}

.slide-wrap .pos3 {
  display: block;
  width: 380px;
  height: 610px;
  top: 10px;
  left: calc(50% - 190px);
  z-index: 3;
}

.slide-wrap .pos4 {
  display: block;
  width: 370px;
  height: 500px;
  top: 60px;
  right: calc(20% - 45px);
  z-index: 2;
}

.slide-wrap .pos5 {
  display: block;
  width: 288px;
  height: 382px;
  top: 110px;
  right:  0;
  z-index: 1;
}

.slide-wrap .inner {
  overflow: hidden;
  position: relative;
}

.arrow {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #000000;
  position: absolute;
  top: 160px;
  z-index: 10;
  cursor: pointer;
  font-size: 30px;
  line-height: 85px;
  text-align: center;
  font-style: normal;
}

.rotater-prev {
  left: calc(50% - 240px);
}

.rotater-next {
  right: calc(50% - 240px);
}


/*---SUB PAGE---*/
#product-groups{
  display: table;
}
#product-groups ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#product-groups li{
  overflow: hidden;
  border-radius: 12px;
  background-color: #b72a30;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 15px;
  width: calc(100% - 30px);
  float: left;
  height: 550px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#product-groups .inner {
  position: relative;
  height: 100%;
  width: 100%;
  background: rgb(183,42,48);
  background: -moz-linear-gradient(0deg, rgba(183,42,48,1) 0%, rgba(183,42,48,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(183,42,48,1) 0%, rgba(183,42,48,0) 100%);
  background: linear-gradient(0deg, rgba(183,42,48,1) 0%, rgba(183,42,48,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b72a30",endColorstr="#b72a30",GradientType=1);
  padding: 40px;
  color: #FFFFFF;
}

#product-groups li>.inner .inner-arrow{
  position: absolute;
  right: 40px;
  bottom: 30px;
}
#product-groups li>.inner h1{
  font-weight: 900;
  font-size: 30px;
  position: absolute;
  width: calc(100% - 80px);
  margin: 0;
  bottom: 30px;
  color: #ecb0b2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#product-groups li>.inner h1 span{
  font-weight: 400;
  display: block;
}

#product-groups li>.inner p{
  position: absolute;
  width: calc(100% - 80px);
  margin: 0;
  bottom: 0;
  opacity: 0;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#product-groups li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .25);
  box-shadow: 0 15px 20px rgba(0, 0, 0, .25);
}
#product-groups li:hover>.inner h1 {bottom: 300px; color: #FFFFFF}
#product-groups li:hover>.inner p {bottom: 110px;opacity: 1}

#product-groups li>.inner .read-more{
  width: calc(100% - 80px);
  height: 80px;
  position: absolute;
  bottom: -80px;
  opacity: 0;
  border-top: 1px solid rgba(255,255,255,0.3);
  line-height: 80px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#product-groups li:hover>.inner .read-more {bottom: 0;opacity: 1;}

li.back9>.inner h1 {bottom: 150px!important; font-size: 26px!important;color: #FFFFFF!important;}
li.back9>.inner p {bottom: 110px!important;opacity: 0.7!important;}
li.back9>.inner .read-more {bottom: 0!important;opacity: 1!important;}
#product-groups li.back9>.inner h1 span{display: inline-block;margin-left: 10px}
/*
#product-groups li.back9{
  width: calc(100% - 30px);
  height: 220px;
}
*/
@media (max-width: 575.98px) {
  .rotater-next {
    right: 5px;
  }
  .rotater-prev {
    left: 5px;
  }
  .arrow{
    background-color: transparent;
    color: #FFFFFF;
    width: 50px;
  }
}