/* #####################################################################################################
   This stylesheet describes the pagingControl styles
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   VARIABLES - 2 - Intersport Theo Tol
   ##################################################################################################### */
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.pagerDropDown {
  margin: 40px 0 0 0;
  padding: 10px 0 20px;
  width: 100%;
}
.pagerDropDown ul {
  margin: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.pagerDropDown ul li {
  margin: 0;
  padding: 0;
  height: 50px;
  overflow: hidden;
  line-height: initial;
  list-style: none;
  position: relative;
  display: inline-block;
  *display: inline;
}
.pagerDropDown ul li.pageSelect {
  display: inline-block;
  position: relative;
  background: #034ea2;
  min-width: 120px;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
  font-size: 18px;
  margin: 0 10px;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagerDropDown ul li.pageSelect select {
  border: none;
  float: left;
  height: 50px;
  background: #034ea2;
  color: white;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 20px;
  width: 150px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagerDropDown ul li.pageSelect .arrowDown {
  position: absolute;
  top: 0;
  left: 25%;
  pointer-events: none;
  color: white;
}
.pagerDropDown ul li.pageSelect .arrowDown:before {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 50px;
  line-height: 50px;
}
.pagerDropDown ul li.pageSelect .fromPage {
  position: absolute;
  top: 0;
  left: 50%;
  height: 50px;
  line-height: 50px;
  pointer-events: none;
  color: white;
}
.pagerDropDown ul li.pageSelect .last {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}
.pagerDropDown ul li a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  color: white;
  padding: 0;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagerDropDown ul li a.prev,
.pagerDropDown ul li a.next,
.pagerDropDown ul li a.disabled {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.pagerDropDown ul li a.disabled {
  pointer-events: none;
}
.pagerDropDown ul li a.disabled > svg polygon {
  fill: #dedede;
}
.pagerDropDown ul li a.prev {
  color: #034ea2;
}
.pagerDropDown ul li a.prev:before {
  content: "\f053";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.pagerDropDown ul li a.next {
  color: #034ea2;
}
.pagerDropDown ul li a.next:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
#content .pagerBar {
  margin: 0 0 15px;
  /*end ul*/

}
#content .pagerBar > span {
  display: block;
}
#content .pagerBar ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
#content .pagerBar ul li {
  margin: 0 0 0 4px;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  *display: inline;
}
#content .pagerBar ul li:first-child {
  margin-left: 0;
}
#content .pagerBar ul li:hover a:not(.spacer),
#content .pagerBar ul li.active a:not(.spacer) {
  background-color: #242b49;
  color: white;
}
#content .pagerBar ul li.spacer span {
  border: none;
}
#content .pagerBar ul li span,
#content .pagerBar ul li a {
  border: 1px solid #dedede;
  line-height: 30px;
  min-width: 30px;
  height: 30px;
  color: #454545;
  text-align: center;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
#content .pagerBar ul .prev,
#content .pagerBar ul .next {
  cursor: pointer;
}
#content .pagerBar ul .prev a:before,
#content .pagerBar ul .next a:before {
  text-indent: 0;
  color: #242b49;
  text-align: center;
}
#content .pagerBar ul .prev a:hover:before,
#content .pagerBar ul .next a:hover:before {
  color: white;
}
#content .pagerBar ul .prev a:before {
  content: "\f053";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 10px;
  height: 30px;
  line-height: 30px;
}
#content .pagerBar ul .next a:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 10px;
  height: 30px;
  line-height: 30px;
}
/*end .pageNav*/

