button[round-button] {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  border: 1px solid #c0c0c0;
  will-change: border;
  -webkit-transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
button[round-button]:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: -6px;
  bottom: -6px;
  left: -6px;
  right: -6px;
}
button[round-button].swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
button[round-button].swiper-button-disabled svg {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}
button[round-button]:active {
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  transition-delay: 0s !important;
  border: 1px solid #c0c0c0 !important;
}
button[round-button]:active.inverted {
  border: 1px solid #fff !important;
}
button[round-button].inverted {
  border: 1px solid #fff;
}
button[round-button].inverted i svg * {
  fill: #a0a0a0;
}
button[round-button].subtle-inverted {
  border: 1px solid rgba(255,255,255,0.1);
}
button[round-button].subtle-inverted i svg * {
  fill: #fff;
}
button[round-button][next] i,
button[round-button][previous] i {
  margin-top: 0px;
  margin-left: 12px;
  width: 7px;
  height: 12px;
}
button[round-button][up] i,
button[round-button][down] i {
  margin-top: -4px;
  margin-left: 10px;
}
button[round-button][next] span {
  right: 44px;
  text-align: right;
}
button[round-button][previous] span {
  left: 44px;
  text-align: left;
}
button[round-button] span {
  top: 4px;
  position: absolute;
  white-space: nowrap;
}
button[round-button] span:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: -6px;
  bottom: -6px;
  left: -6px;
  right: -6px;
}
button[round-button] i {
  height: 8px;
  width: 12px;
  display: block;
}
button[round-button] i svg {
  width: 100%;
  height: 100%;
}
button[round-button] i svg * {
  fill: #676767;
}
@media only screen and (min-width: 1025px) {
  button[round-button]:hover {
    border: 1px solid rgba(192,192,192,0.4);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  button[round-button]:hover.inverted {
    border: 1px solid rgba(255,255,255,0.4);
  }
  button[round-button]:hover[next] i {
    -webkit-animation: animateToRight 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -moz-animation: animateToRight 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -o-animation: animateToRight 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -ms-animation: animateToRight 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: animateToRight 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
  button[round-button]:hover[previous] i {
    -webkit-animation: animateToLeft 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -moz-animation: animateToLeft 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -o-animation: animateToLeft 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -ms-animation: animateToLeft 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: animateToLeft 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
  button[round-button]:hover[up] i {
    -webkit-animation: animateToUp 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -moz-animation: animateToUp 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -o-animation: animateToUp 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -ms-animation: animateToUp 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: animateToUp 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
  button[round-button]:hover[down] i {
    -webkit-animation: animateToDown 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -moz-animation: animateToDown 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -o-animation: animateToDown 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -ms-animation: animateToDown 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: animateToDown 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
}
