.gp2,.gn2 {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
 
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity .5s cubic-bezier(.17,.67,.83,.67),
              color .5s cubic-bezier(.17,.67,.83,.67);
}

.gn2 {
  right: 0px;
}

.gp2:hover,
.gn2:hover,
.gp2:focus,
.gn2:focus {
  color: #a89cc8;
}
.gn2 {
 
  left: auto;
}
.gn2.disabled,
.gp2.disabled {
  opacity: .25;
  color: #666;
  cursor: default;
}


.box_attributes_wzory_drzwi .glider-slide {
  min-width: 150px;
}