html {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  font-size:10px;
}

h1 {
  font-size:2em;
  margin:.67em 0;
}

img {
  vertical-align:middle;
}

svg:not(:root) {
  overflow:hidden;
}

button,html input[type=button],input[type=reset],input[type=submit] {
  cursor:pointer;
}

input {
  line-height:normal;
}

* {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

:after,:before {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

button,input,select,textarea {
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
}

.h1,.h2,.h3,h1,h2,h3 {
  margin-bottom:10px;
  margin-top:20px;
}

body {
  background-color:#fff;
  color:#333;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height:1.42857143;
}

a {
  color:#337ab7;
  text-decoration:none;
}

button,input,optgroup,select,textarea {
  color:inherit;
  font:inherit;
  margin:0;
}

button {
  overflow:visible;
}

table {
  background-color:transparent;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  color:inherit;
  font-family:inherit;
  font-weight:500;
  line-height:1.1;
}

.h1,h1 {
  font-size:36px;
}

.h2,h2 {
  font-size:30px;
}

p {
  margin:0 0 10px;
}

ol,ul {
  margin-bottom:10px;
  margin-top:0;
}

/* Bootstrap 5 Glyphicon compatibility - use Glyphicons font from Bootstrap 5.3.8 */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../lib/bootstrap5.3.8/fonts/glyphicons-halflings-regular.eot');
    src: url('../lib/bootstrap5.3.8/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
         url('../lib/bootstrap5.3.8/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
         url('../lib/bootstrap5.3.8/fonts/glyphicons-halflings-regular.woff') format('woff'),
         url('../lib/bootstrap5.3.8/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
         url('../lib/bootstrap5.3.8/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

button {
    border-top: 1px solid #8A8A8A;
    border-left: 1px solid #8A8A8A;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    background-color: #EFEFEF;
    border-radius: 3px;
    border-image: initial;
}

button:hover {
    border-top: 1px solid #5A5A5A;
    border-left: 1px solid #5A5A5A;
    border-bottom: 1px solid #404040;
    border-right: 1px solid #404040;
    background-color: #E5E5E5;
}

.category-page__item:hover {
    border: solid 1px #eaeaea;
    background-color: transparent;
}
/* Bootstrap 5 - fix link hover underline */
.ec-inlineBtn--top:hover {
    color: #337ab7 !important;
    text-decoration: none !important;
}

.ec-inlineBtn--top:active, .ec-inlineBtn--top.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
a:hover {
    text-decoration: underline;
}

/* Bootstrap 5 - fix ec-inlineBtn--top hover */
.ec-inlineBtn--top:hover {
    text-decoration: underline !important;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.well.recently-page {
    background: #fff;
    padding: 6px;
}
.well.flex-mid-space {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.series-detail__content-specs {
    padding: 0px;
}
.btn-block {
    display: block;
    width: 100%;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    font-size: 14px;
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #337ab7;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover, .pagination>li.disabled, .pagination>li.disabled:hover, .pagination>li.disabled>a, .pagination>li.disabled>a:hover {
    color: #777 !important;
    cursor: not-allowed;
    background-color: #fff !important;
    border-color: #ddd !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}