html {
  min-height: 100%;
  margin-bottom: 1px;
}
body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font: normal 0.6875em/1.3em Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6D6E70;
  background: #ffffff;
  line-height: 1.3em;
}
/* general */
form,
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
select,
input {
  font-size: 1em;
}
textarea {
  font-size: 1em;
  font-family: Arial, Tahoma, Geneva, sans-serif;
}
legend {
  display: none;
}
a {
  color: #518BAF;
  background-color: transparent;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
p {
  margin: 0.75em 0;
}
img {
  border: none;
}
table {
  border-collapse: collapse;
}
input,
select,
textarea {
  font-family: Arial, Geneva, sans-serif;
  font-size: 1em;
  color: #6D6E70;
  border: 1px solid #cacaca;
}
input {
  padding: 3px;
}
select {
  padding: 2px;
}
input.button {
  padding: 0;
  border: none;
  cursor: pointer;
}
input.radio,
input.checkbox {
  border: none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: none;
}
pre {
  font-size: 1.1em;
  font-family: Consolas, Courier New, Courier, monospace;
}
h1 {
  font-size: 1.82em;
  line-height: 1.3;
  font-weight: bold;
}
h2 {
  font-size: 1.63em;
  line-height: 1.3;
  font-weight: bold;
}
h3 {
  font-size: 1.45em;
  line-height: 1.3;
  font-weight: bold;
}
h4 {
  font-size: 1.27em;
  line-height: 1.3;
  font-weight: bold;
}
h5 {
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: bold;
}
h6 {
  font-size: 1em;
  line-height: 1.3;
  font-weight: bold;
}
.clear {
  clear: both;
}
@font-face {
  font-family: 'montserrat';
  src: url('/css/nexto/fonts/montserrat-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('/css/nexto/fonts/montserrat-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('/css/nexto/fonts/montserrat-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
/* base grid */
.container,
.container-fluid,
.row {
  display: block;
}
.container.nopadding {
  padding: 0px;
}
.row {
  white-space: nowrap;
}
.row > *.col-1,
.row > *.col-2,
.row > *.col-3,
.row > *.col-4,
.row > *.col-5,
.row > *.col-6,
.row > *.col-7,
.row > *.col-8,
.row > *.col-9,
.row > *.col-10,
.row > *.col-11,
.row > *.col-12 {
  white-space: normal;
  display: inline-block;
  box-sizing: border-box;
  /* padding: 0 @gutter; */
  vertical-align: top;
  margin-right: 10px;
  margin-left: 10px;
}
.nopadding.row > *.col-1,
.nopadding.row > *.col-2,
.nopadding.row > *.col-3,
.nopadding.row > *.col-4,
.nopadding.row > *.col-5,
.nopadding.row > *.col-6,
.nopadding.row > *.col-7,
.nopadding.row > *.col-8,
.nopadding.row > *.col-9,
.nopadding.row > *.col-10,
.nopadding.row > *.col-11,
.nopadding.row > *.col-12 {
  padding: 0;
}
.row > *.col-1:first-child,
.row > *.col-2:first-child,
.row > *.col-3:first-child,
.row > *.col-4:first-child,
.row > *.col-5:first-child,
.row > *.col-6:first-child,
.row > *.col-7:first-child,
.row > *.col-8:first-child,
.row > *.col-9:first-child,
.row > *.col-10:first-child,
.row > *.col-11:first-child,
.row > *.col-12:first-child {
  margin-left: 0;
}
.row > *.col-1:last-child,
.row > *.col-2:last-child,
.row > *.col-3:last-child,
.row > *.col-4:last-child,
.row > *.col-5:last-child,
.row > *.col-6:last-child,
.row > *.col-7:last-child,
.row > *.col-8:last-child,
.row > *.col-9:last-child,
.row > *.col-10:last-child,
.row > *.col-11:last-child,
.row > *.col-12:last-child {
  margin-right: 0;
}
.row > *.col-1 {
  width: 65px;
}
.row > *.col-2 {
  width: 150px;
}
.row > *.col-3 {
  width: 235px;
}
.row > *.col-4 {
  width: 320px;
}
.row > *.col-5 {
  width: 405px;
}
.row > *.col-6 {
  width: 490px;
}
.row > *.col-7 {
  width: 575px;
}
.row > *.col-8 {
  width: 660px;
}
.row > *.col-9 {
  width: 745px;
}
.row > *.col-10 {
  width: 830px;
}
.row > *.col-11 {
  width: 915px;
}
.row > *.col-12 {
  width: 1000px;
}
.container-fluid {
  padding: 0 10px;
}
.container-fluid .row > *.col-1 {
  width: 8.3333%;
}
.container-fluid .row > *.col-2 {
  width: 16.666%;
}
.container-fluid .row > *.col-3 {
  width: 25%;
}
.container-fluid .row > *.col-4 {
  width: 33.333%;
}
.container-fluid .row > *.col-5 {
  width: 41.666%;
}
.container-fluid .row > *.col-6 {
  width: 50%;
}
.container-fluid .row > *.col-7 {
  width: 58.333%;
}
.container-fluid .row > *.col-8 {
  width: 66.666%;
}
.container-fluid .row > *.col-9 {
  width: 75%;
}
.container-fluid .row > *.col-10 {
  width: 83.333%;
}
.container-fluid .row > *.col-12 {
  width: 100%;
}
.container-fluid .row > [class^='col'] {
  padding: 0 10px;
  margin: 0;
}
.container-fluid .row {
  margin: 0 -10px;
}
.container-fluid .row:after {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  display: block;
  clear: both;
  content: "";
}
.container-fluid .row:after {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  display: block;
  clear: both;
  content: "";
}
.container-fluid .row.nopadding {
  margin: 0;
}
.container-fluid .row.nopadding > [class^='col'] {
  padding: 0;
  margin: 0;
}
.mainwidth {
  margin: 0 auto;
  width: 1000px;
  padding: 0;
}
.mainwidth:after {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  display: block;
  clear: both;
  content: "";
}
.mainwidth:after {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  display: block;
  clear: both;
  content: "";
}
.offscr,
.visuallyhidden,
.wai {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.clearfix:after,
#content:after {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  display: block;
  clear: both;
  content: "";
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.ph40 {
  padding-left: 40px;
  padding-right: 40px;
}
.ph20 {
  padding-left: 20px;
  padding-right: 20px;
}
.ph10 {
  padding-left: 10px;
  padding-right: 10px;
}
.ph5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pv40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pv20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pv10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pv5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sticky-anchor {
  position: absolute;
  height: 40px;
  width: 0px;
  overflow: hidden;
  display: block;
  top: -40px;
  left: 0;
  z-index: -1;
}
.btn {
  cursor: pointer;
  border: 1px solid #f1562a;
  color: #313131;
  padding: 7px 41px 8px 19px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.1s linear;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-primary {
  display: block;
  background: #f1562a;
  text-align: center;
  padding: 7px 0 8px;
  color: #fff;
}
.btn.btn-primary span {
  font-size: 14px;
  font-weight: bold;
  color: inherit;
  padding: 0 15px 0 15px;
}
.btn.btn-primary span.more {
  background: url('/images/nexto16/btn-more-hover.svg') 100% 50% no-repeat;
  padding-right: 30px;
}
.btn.btn-primary:hover {
  background: #ff6633;
  border-color: #ff6633;
}
.btn.btn-primary.btn-more {
  padding: 0;
  text-align: center;
  background: #f1562a;
}
.btn.btn-primary.btn-more span {
  background: url('/images/nexto16/btn-more-hover.svg') calc(100% - 14px) 48% no-repeat;
  padding: 7px 41px 8px 19px;
  display: inline-block;
}
.btn.btn-primary.btn-more:hover {
  background: #ff6633;
  border-color: #ff6633;
  color: #fff;
}
.btn.btn-primary.btn-more:hover span {
  background: url('/images/nexto16/btn-more-hover.svg') calc(100% - 14px) 48% no-repeat;
}
.btn.btn-primary.btn-l {
  padding: 12px 0 13px;
}
.btn.btn-primary.btn-l span {
  font-size: 14px;
}
.btn.btn-primary.btn-xl {
  padding: 17px 0 18px;
}
.btn.btn-primary.btn-xl span {
  font-size: 16px;
}
.btn.btn-default {
  background: #fff;
  padding-right: 20px;
}
.btn.btn-default:hover {
  background: #ff6633;
  color: #fff;
}
.btn.btn-more {
  padding: 0;
  text-align: center;
  background: #fff;
}
.btn.btn-more span {
  background: url('/images/nexto16/btn-more.svg') calc(100% - 14px) 48% no-repeat;
  padding: 7px 41px 8px 19px;
  display: inline-block;
}
.btn.btn-more:hover {
  background: #ff6633;
  border-color: #ff6633;
  color: #fff;
}
.btn.btn-more:hover span {
  background: url('/images/nexto16/btn-more-hover.svg') calc(100% - 14px) 48% no-repeat;
}
.btn.btn-more.btn-xl {
  font-size: 16px;
  padding: 0;
}
.btn.btn-more.btn-xl span {
  padding: 20px 51px 21px 41px;
}
.btn.btn-pulldn {
  padding: 0;
  text-align: center;
  background: #fff;
  border-color: #ddd;
}
.btn.btn-pulldn span {
  background: url('/images/nexto16/pulldn.svg') 100% 48% no-repeat;
  display: inline-block;
  padding: 7px 41px 8px 19px;
}
.btn.btn-pulldn.btn-xl {
  padding: 0 40px;
}
.btn.btn-pulldn.btn-xl span {
  padding: 20px 41px 21px 11px;
  font-size: 16px;
}
.btn.btn-pulldn:hover {
  background-color: #ddd;
}
.btn.btn-submit {
  background: #fff url('/images/nexto16/btn-more.svg') 50% 50% no-repeat;
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: transparent;
  padding: 0;
}
.btn.btn-submit:hover {
  border-color: #ff6633;
  background: #ff6633 url('/images/nexto16/btn-more-hover.svg') 50% 50% no-repeat;
}
.btn.btn-remove {
  background: #fff url('/images/nexto16/x2.svg') 50% 50% no-repeat;
  background-size: 36px auto;
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: transparent;
  padding: 0;
}
.btn.btn-remove:hover {
  border-color: #ff6633;
  background: #ff6633 url('/images/nexto16/x.svg') 50% 50% no-repeat;
  background-size: 24px auto;
}
.btn.btn-back {
  border-color: #ddd;
  padding: 0;
}
.btn.btn-back span {
  padding: 8px 15px 8px 30px;
  display: inline-block;
}
.btn.btn-back span:before {
  content: "";
  float: left;
  width: 16px;
  height: 16px;
  background: url('/images/nexto16/btn-more.svg') 50% 48% no-repeat;
  position: relative;
  margin: 0 8px 0 -16px;
  transform: rotate(180deg);
}
.btn.btn-back:hover {
  background-color: #ddd;
}
.btn.btn-demo {
  border-color: #ddd;
  background: #fff url('/images/nexto16/btn-demo.svg') calc(100% - 19px) 50% no-repeat;
  padding-right: 54px;
}
.btn.btn-demo:hover {
  background-color: #313131;
  border-color: #313131;
  color: #fff;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.free_sample a.link {
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #fff;
}
.free_sample a.link > span {
  cursor: pointer;
  border: 1px solid #f1562a;
  color: #313131;
  padding: 7px 41px 8px 19px;
  text-decoration: none;
  transition: all 0.1s linear;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding-right: 19px;
  border: 0 none;
  display: inline-block;
}
.free_sample a.link > span:hover {
  text-decoration: none;
}
.free_sample a.link > span:hover {
  text-decoration: none;
}
.free_sample a.link > span.btn-primary {
  display: block;
  background: #f1562a;
  text-align: center;
  padding: 7px 0 8px;
  color: #fff;
}
.free_sample a.link > span.btn-primary span {
  font-size: 14px;
  font-weight: bold;
  color: inherit;
  padding: 0 15px 0 15px;
}
.free_sample a.link > span.btn-primary span.more {
  background: url('/images/nexto16/btn-more-hover.svg') 100% 50% no-repeat;
  padding-right: 30px;
}
.free_sample a.link > span.btn-primary:hover {
  background: #ff6633;
  border-color: #ff6633;
}
.free_sample a.link > span.btn-primary.btn-more {
  padding: 0;
  text-align: center;
  background: #f1562a;
}
.free_sample a.link > span.btn-primary.btn-more span {
  background: url('/images/nexto16/btn-more-hover.svg') calc(100% - 14px) 48% no-repeat;
  padding: 7px 41px 8px 19px;
  display: inline-block;
}
.free_sample a.link > span.btn-primary.btn-more:hover {
  background: #ff6633;
  border-color: #ff6633;
  color: #fff;
}
.free_sample a.link > span.btn-primary.btn-more:hover span {
  background: url('/images/nexto16/btn-more-hover.svg') calc(100% - 14px) 48% no-repeat;
}
.free_sample a.link > span.btn-primary.btn-l {
  padding: 12px 0 13px;
}
.free_sample a.link > span.btn-primary.btn-l span {
  font-size: 14px;
}
.free_sample a.link > span.btn-primary.btn-xl {
  padding: 17px 0 18px;
}
.free_sample a.link > span.btn-primary.btn-xl span {
  font-size: 16px;
}
.free_sample a.link > span.btn-default {
  background: #fff;
  padding-right: 20px;
}
.free_sample a.link > span.btn-default:hover {
  background: #ff6633;
  color: #fff;
}
.free_sample a.link > span.btn-more {
  padding: 0;
  text-align: center;
  background: #fff;
}
.free_sample a.link > span.btn-more span {
  background: url('/images/nexto16/btn-more.svg') calc(100% - 14px) 48% no-repeat;
  padding: 7px 41px 8px 19px;
  display: inline-block;
}
.free_sample a.link > span.btn-more:hover {
  background: #ff6633;
  border-color: #ff6633;
  color: #fff;
}
.free_sample a.link > span.btn-more:hover span {
  background: url('/images/nexto16/btn-more-hover.svg') calc(100% - 14px) 48% no-repeat;
}
.free_sample a.link > span.btn-more.btn-xl {
  font-size: 16px;
  padding: 0;
}
.free_sample a.link > span.btn-more.btn-xl span {
  padding: 20px 51px 21px 41px;
}
.free_sample a.link > span.btn-pulldn {
  padding: 0;
  text-align: center;
  background: #fff;
  border-color: #ddd;
}
.free_sample a.link > span.btn-pulldn span {
  background: url('/images/nexto16/pulldn.svg') 100% 48% no-repeat;
  display: inline-block;
  padding: 7px 41px 8px 19px;
}
.free_sample a.link > span.btn-pulldn.btn-xl {
  padding: 0 40px;
}
.free_sample a.link > span.btn-pulldn.btn-xl span {
  padding: 20px 41px 21px 11px;
  font-size: 16px;
}
.free_sample a.link > span.btn-pulldn:hover {
  background-color: #ddd;
}
.free_sample a.link > span.btn-submit {
  background: #fff url('/images/nexto16/btn-more.svg') 50% 50% no-repeat;
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: transparent;
  padding: 0;
}
.free_sample a.link > span.btn-submit:hover {
  border-color: #ff6633;
  background: #ff6633 url('/images/nexto16/btn-more-hover.svg') 50% 50% no-repeat;
}
.free_sample a.link > span.btn-remove {
  background: #fff url('/images/nexto16/x2.svg') 50% 50% no-repeat;
  background-size: 36px auto;
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: transparent;
  padding: 0;
}
.free_sample a.link > span.btn-remove:hover {
  border-color: #ff6633;
  background: #ff6633 url('/images/nexto16/x.svg') 50% 50% no-repeat;
  background-size: 24px auto;
}
.free_sample a.link > span.btn-back {
  border-color: #ddd;
  padding: 0;
}
.free_sample a.link > span.btn-back span {
  padding: 8px 15px 8px 30px;
  display: inline-block;
}
.free_sample a.link > span.btn-back span:before {
  content: "";
  float: left;
  width: 16px;
  height: 16px;
  background: url('/images/nexto16/btn-more.svg') 50% 48% no-repeat;
  position: relative;
  margin: 0 8px 0 -16px;
  transform: rotate(180deg);
}
.free_sample a.link > span.btn-back:hover {
  background-color: #ddd;
}
.free_sample a.link > span.btn-demo {
  border-color: #ddd;
  background: #fff url('/images/nexto16/btn-demo.svg') calc(100% - 19px) 50% no-repeat;
  padding-right: 54px;
}
.free_sample a.link > span.btn-demo:hover {
  background-color: #313131;
  border-color: #313131;
  color: #fff;
}
.free_sample a.link:hover {
  background-color: #313131;
  border-color: #313131;
  text-decoration: none;
}
.free_sample a.link:hover > span {
  color: #fff;
}
.cover_container .free_sample a.link {
  display: block;
  background-color: #ddd;
  border: 0 none;
}
.cover_container .free_sample a.link > span {
  padding: 15px 53px 16px 20px;
}
.cover_container .free_sample a.link:hover {
  background-color: #313131;
}
.cover_container .free_sample a.link:hover > span {
  color: #fff;
}
.cover_container .free_sample a.link.link-demo {
  background-color: #ddd;
}
.cover_container .free_sample a.link.link-demo > span {
  background: url('/images/nexto16/btn-demo.svg') calc(100% - 19px) 50% no-repeat;
  padding-right: 54px;
}
.cover_container .free_sample a.link.link-demo:hover {
  background-color: #313131;
  border-color: #313131;
}
.free_sample a.link.link-demo {
  background-color: #fff;
}
.free_sample a.link.link-demo > span {
  background: url('/images/nexto16/btn-demo.svg') calc(100% - 19px) 50% no-repeat;
  padding-right: 54px;
}
.free_sample a.link.link-demo:hover {
  background-color: #313131;
  border-color: #313131;
}
#breadcrumbs {
  border: 0 none;
  padding: 0;
  margin: 0 0 1em 0;
}
#breadcrumbs ul {
  overflow: hidden;
  height: 1.5em;
}
#breadcrumbs ul li {
  padding: 0;
  margin: 0;
  background: none;
  line-height: 19px;
  font-size: 0.9em;
  display: inline-block;
}
#breadcrumbs ul li:after {
  content: "/";
  margin: 0 7px 0 7px;
  float: right;
  font-size: 12px;
}
#breadcrumbs ul li.first {
  background: none;
  padding: 0;
}
#breadcrumbs ul li a {
  color: #7d7d7d;
  font-size: 12px;
}
#breadcrumbs ul li:last-child:after {
  content: none;
}
#breadcrumbs ul li:last-child a {
  color: #313131;
}
#search_v3 .hide,
#search_v3 .toggle {
  position: absolute;
  width: 40px;
  height: 40px;
  color: transparent;
  border: 0 none;
  display: none;
  cursor: pointer;
}
#search_v3 .toggle {
  right: -40px;
  top: -40px;
  background: url('/images/nexto16/search.svg') 50% 50% no-repeat;
}
#search_v3 .toggle:hover {
  /* background-color: #ddd;*/
}
#search_v3 .hide {
  background: #fff url('/images/nexto16/x2.svg') 50% 50% no-repeat;
  top: 0;
  left: 100%;
  border: 1px solid #ddd;
}
#search_v3 div.search_inner .suggest {
  position: absolute;
  z-index: 106;
  border: 1px #ddd solid;
  background: #fff;
  opacity: 1;
  margin-top: -1px;
  top: 39px;
  width: 340px;
  height: 239px;
  left: 175px;
  overflow-y: auto;
}
#search_v3 div.search_inner .suggest.hidden {
  opacity: 0;
  height: 0;
}
#search_v3 div.search_inner .suggest iframe {
  display: none;
}
#search_v3 div.search_inner .suggest div.container-fluid {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #fff;
}
#search_v3 div.search_inner .suggest div.container-fluid:after {
  width: 83%;
  height: 1px;
  background: #ddd;
  content: "";
  display: block;
  float: right;
  margin: -1px 0 0;
  position: relative;
}
#search_v3 div.search_inner .suggest div.container-fluid:nth-last-child(1):after {
  content: none;
}
#search_v3 div.search_inner .suggest div.container-fluid.active {
  background: #f7f7f7;
}
#search_v3 div.search_inner .suggest a {
  padding-top: 10px;
  padding-bottom: 0px;
  display: block;
  height: 70px;
}
#search_v3 div.search_inner .suggest a span {
  position: static;
  color: #707174;
}
#search_v3 div.search_inner .suggest a span.name {
  font-size: 14px;
  line-height: 21px;
  display: block;
  margin-right: 5px;
}
#search_v3 div.search_inner .suggest a span.name em {
  font-weight: bold;
  font-style: normal;
}
#search_v3 div.search_inner .suggest a span.author {
  font-size: 10px;
  display: block;
  margin-top: 2px;
  line-height: 15px;
  margin-right: 5px;
}
#search_v3 div.search_inner .suggest a span.type {
  display: block;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#search_v3 div.search_inner .suggest div.ps-scrollbar-x-rail,
#search_v3 div.search_inner .suggest div.ps-scrollbar-x,
#search_v3 div.search_inner .suggest div.ps-scrollbar-y-rail,
#search_v3 div.search_inner .suggest div.ps-scrollbar-y {
  padding: 0;
  z-index: 1;
}
#search_v3 div.search_inner div.search_inner_shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 105;
  display: none;
}
.suggester-visible #search_v3 div.search_inner div.search_inner_shadow {
  display: block;
}
/* PROMO BOX - MEGA DROP DOWN */
.mmd-promotion-box {
  width: 30%;
  min-height: 250px;
  margin: 1.66%;
  overflow: hidden;
  float: left;
}
body.sticky-header .logo a {
  background: url('/images/nlayout/logo_nexto_sticky.png') 50% 50% no-repeat;
  width: 150px;
  height: 40px;
}
body.sticky-header .logo.logo-premium a {
  background: url('/images/nlayout/logo_nexto_premium_sticky.png') 50% 50% no-repeat;
}
body.sticky-header .toolsmenu {
  margin-bottom: 164px;
}
body.sticky-header header {
  position: fixed;
  z-index: 300;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
}
body.sticky-header header .mainwidth {
  background: #fff;
  box-shadow: 0 0 10px rgba(40, 40, 40, 0.15);
  padding: 0;
  position: relative;
}
body.sticky-header #mainmenu_v3 {
  position: static;
  margin: -40px 120px 0 150px;
}
body.sticky-header #mainmenu_v3 ul.mainmenu {
  position: static;
}
body.sticky-header #mainmenu_v3 ul.mainmenu li.level0 {
  width: auto;
  border-bottom-width: 0;
  padding-bottom: 0;
  /*
				&.active,
				&:hover {
					border-bottom-width: 3px;
				}
				*/
}
body.sticky-header #mainmenu_v3 ul.mainmenu li.level0 > a {
  font-size: 12px;
  white-space: nowrap;
}
body.sticky-header div.tool_but_cart > a,
body.sticky-header div.tool_but_cart_red > a {
  /* background: transparent;*/
}
body.sticky-header div.tool_but_cart a span.aspan,
body.sticky-header div.tool_but_cart_red a span.aspan {
  padding: 12px 19px 14px 46px;
  width: 0;
  color: transparent;
  background-size: 20px 20px;
}
body.sticky-header div.tool_but_cart a .quantity,
body.sticky-header div.tool_but_cart_red a .quantity {
  top: 3px;
  left: 23px;
}
body.sticky-header .tool_layer#tl_cart {
  top: 40px;
}
body.sticky-header #search_v3 {
  position: absolute;
  z-index: 103;
  right: 100px;
  top: 33px;
}
body.sticky-header #search_v3:before,
body.sticky-header #search_v3:after {
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
}
body.sticky-header #search_v3 label {
  display: none;
}
body.sticky-header #search_v3 .hide,
body.sticky-header #search_v3 .toggle {
  display: block;
}
body.sticky-header #search_v3 fieldset {
  display: none;
}
body.sticky-header #search_v3 .search_but {
  background: #f1562a;
  color: #fff;
}
body.sticky-header #search_v3 .search_but:hover {
  background: #ff6633;
}
body.sticky-header.search-mode #search_v3 fieldset {
  display: block;
}
body.sticky-header.search-mode #search_v3 .toggle {
  background-color: #ddd;
}
.toolsmenu {
  background: #f7f7f7;
  text-align: right;
}
.toolsmenu a {
  padding: 13px 10px;
  color: #000000;
  font-size: 12px;
  text-decoration: none;
}
.toolsmenu a:hover {
  background-color: #ddd;
}
.toolsmenu #acode {
  font-weight: normal;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.toolsmenu .tool_but {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  text-align: left;
}
.toolsmenu .tool_but a {
  display: block;
  position: relative;
  z-index: 105;
}
.toolsmenu .tool_but.tool_but_points a .aspan {
  font-weight: bold;
  color: #f1562a;
}
.toolsmenu .tool_but.tool_but_points a .aspan .weight_normal {
  font-weight: normal;
  color: #313131;
  margin: 0 5px 0 0 ;
}
.toolsmenu .tool_but_account a {
  padding-right: 30px;
  background-image: url("/images/nexto16/pulldn2.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 55%;
  background-size: 15% auto;
}
.toolsmenu .tool_but_account a .aspan {
  color: #f1562a;
  font-weight: bold;
}
.toolsmenu .tool_but_account:hover a {
  background-image: url("/images/nexto16/pulldn3.svg");
}
.toolsmenu .tool_layer {
  top: 39px;
  z-index: 106;
  text-align: left;
}
.toolsmenu .tool_layer .tl_inside {
  padding: 0;
  width: 235px;
}
.toolsmenu .tool_layer .layer_menu ul {
  background: #fff;
  border: 1px solid #ddd;
  margin-top: -1px;
}
.toolsmenu .tool_layer .layer_menu ul li {
  background: none;
  padding: 0;
}
.toolsmenu .tool_layer .layer_menu ul li a {
  display: block;
  padding: 5px 20px;
  color: #396897;
  font-size: 14px;
}
.toolsmenu .tool_layer a.aregistred {
  font-weight: normal;
}
.toolsmenu .tool_layer a.aregistred:hover {
  background: transparent;
  text-decoration: underline;
}
#jmCookieMessage {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0;
  z-index: 3000;
  background: #707174;
}
#jmCookieMessage #jmCookieMessageInner {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 60px 20px 0;
  position: relative;
  box-sizing: border-box;
}
#jmCookieMessage p {
  color: #fff;
  font-weight: normal;
  text-shadow: none;
  font-size: 12px;
  line-height: 21px;
  margin: 0;
}
#jmCookieMessage p a {
  color: #f1562a;
}
#jmCookieMessage #jmCookieMessageButton {
  background: transparent url('/images/nexto16/x.svg') 50% 50% no-repeat;
  border: 1px solid #f1562a;
  width: 38px;
  height: 38px;
  top: 50%;
  margin-top: -20px;
  text-indent: -1022px;
  overflow: hidden;
  position: absolute;
  right: 0;
  cursor: pointer;
}
#main {
  width: 594px;
}
#main.nomainright {
  float: right;
  width: 769px;
}
.cols1 #main.nomainright {
  float: none;
  width: auto;
}
.nexto16 #main.nomainright {
  float: right;
  width: 745px;
}
.nexto16 #main + #mainleft {
  float: left;
  width: 235px;
  background: none;
}
.nexto16 .cols1 #main.nomainright {
  width: auto;
  float: none;
}
.nexto16 a.reviews {
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 5px 0;
}
.nexto16 a.reviews:after {
  /* content: " \203a";
			font-size: 14px;
			*/
}
.nexto16 .hintin {
  min-height: 0;
}
ul.spec2 {
  margin: -0.75em 0;
}
ul.spec2 > li {
  padding-left: 0;
  margin: 0.75em 0;
}
ul.spec2 .format ul.formats {
  margin-top: 3px;
}
.newsletter-sticky {
  position: fixed;
  left: -490px;
  bottom: 87px;
  z-index: 299;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.newsletter-sticky.shown {
  left: 0px;
}
.newsletter-sticky .newsletter-form-wrapper,
.newsletter-sticky .handle-wrapper {
  box-shadow: 0 0 10px rgba(40, 40, 40, 0.15);
}
.newsletter-sticky .newsletter-form-wrapper {
  width: 490px;
  height: 210px;
}
.newsletter-sticky .handle-wrapper {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 100%;
  bottom: 0;
}
.newsletter-sticky .handle {
  width: inherit;
  height: inherit;
  position: relative;
  background: #f1562a url('/images/nexto16/newsletter.svg') 0 0 no-repeat;
  overflow: hidden;
  text-indent: -1022px;
  display: block;
  cursor: pointer;
}
.newsletter-sticky .back {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff url('/images/nexto16/back.svg') 0 0 no-repeat;
  overflow: hidden;
  text-indent: -1022px;
  display: block;
  cursor: pointer;
}
.home-banners .newsletter-form {
  min-height: 236px;
  background-position: 100% 0px;
  padding: 0 48px;
  font-family: 'montserrat';
  background: transparent none 100% 0 no-repeat;
}
.home-banners .newsletter-form.lazyloaded {
  background: transparent url('/images/nexto16/newsletter-bg.png') 100% 0 no-repeat;
}
.home-banners .newsletter-form.lazyloaded form button.submit {
  background: #f0552b;
}
.home-banners .newsletter-form p.error {
  position: absolute;
  color: #f00;
  margin-left: -1px;
  margin-top: 3px;
}
.home-banners .newsletter-form h3 {
  color: #f0552b;
  text-transform: uppercase;
  font-weight: 300;
  width: auto;
  font-size: 27px;
  padding: 32px 0 26px;
  text-align: left;
}
.home-banners .newsletter-form h3 strong {
  font-weight: bold;
  display: inline;
}
.home-banners .newsletter-form form input.text {
  width: 476px;
  height: 35px;
  border: 0 none;
  background: transparent;
  box-shadow: inset 0 0 0 2px #f0552b, inset 0 0 0 30px #fff;
  color: #f0552b;
  font-size: 18.5px;
  font-weight: 300;
  font-family: 'montserrat';
  padding: 10px 22px;
  /* Change Autocomplete styles in Chrome*/
}
.home-banners .newsletter-form form input.text::placeholder {
  opacity: 1;
  color: #f0552b;
}
.home-banners .newsletter-form form input.text::-ms-input-placeholder {
  opacity: 1;
  color: #f0552b;
}
.home-banners .newsletter-form form input.text:-webkit-autofill,
.home-banners .newsletter-form form input.text:-webkit-autofill:hover,
.home-banners .newsletter-form form input.text:-webkit-autofill:focus {
  -webkit-text-fill-color: #f0552b;
  -webkit-box-shadow: inset 0 0 0 2px #f0552b, inset 0 0 0 30px #fff;
  font-size: 18.5px !important;
  font-weight: 300;
  font-family: 'montserrat' !important;
}
.home-banners .newsletter-form form input.text.edge-autofilled {
  color: #f0552b !important;
  background: #fff !important;
}
.home-banners .newsletter-form form button.submit {
  margin-left: 26px;
  height: 55px;
  width: 170px;
  background: #f0552b;
  border: 0 none;
  color: #fff;
  font-family: 'montserrat';
  font-weight: 300;
  font-size: 20px;
}
.home-banners .newsletter-form form fieldset + fieldset {
  margin-top: 25px;
}
.home-banners .newsletter-form form input.checkbox {
  position: absolute;
  opacity: 0.001;
  cursor: pointer;
}
.home-banners .newsletter-form form input.checkbox + label {
  color: #f0552b;
  padding-left: 32px;
  font-size: 14px;
  margin-top: 6px;
}
.home-banners .newsletter-form form input.checkbox + label a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted #f0552b;
}
.home-banners .newsletter-form form input.checkbox + label a:hover {
  border-bottom: 1px dotted transparent;
}
.home-banners .newsletter-form form input.checkbox + label:before {
  content: "";
  background: #fff;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 14px 0 -32px;
  border: 1px solid #f0552b;
}
.home-banners .newsletter-form form input.checkbox:checked + label:before {
  background: #fff url('/images/nexto16/checkbox.png') 0 0 no-repeat;
}
.home-banners .webapp {
  position: relative;
  min-height: 310px;
}
.home-banners .webapp a.global {
  background: #e8e8e8;
  height: 140px;
  text-decoration: none;
  font-family: 'montserrat';
  display: block;
  height: 240px;
  overflow: visible;
}
.home-banners .webapp a.global h3 {
  color: inherit;
  padding: 28px 57px 18px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #f0552b;
}
.home-banners .webapp a.global .icon-text {
  margin: 0 auto 0 90px;
}
.home-banners .webapp a.global .icon-text:before {
  content: none;
  display: inline-block;
  vertical-align: middle;
}
.home-banners .webapp a.global .icon-text strong {
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
  margin-top: -1px;
  font-size: 32px;
  color: #424242;
}
.home-banners .webapp a.global:after {
  background: none 0 0 no-repeat;
  position: absolute;
  width: 489px;
  height: 261px;
  display: block;
  content: "";
  right: 30px;
  top: 40px;
}
.home-banners .webapp ul {
  position: absolute;
  top: 168px;
  left: 100px;
}
.home-banners .webapp ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 10px 0;
  padding: 0;
  background: none;
}
.home-banners .webapp ul li a {
  display: block;
  width: auto;
  height: 40px;
}
.home-banners .webapp.lazyloaded a.global:after {
  background-image: url('/images/nexto16/mobileapp.png');
}
.home-banners .webapp.lazyloaded a.global .icon-text {
  margin: 0 auto 0 90px;
}
.home-banners .webapp.lazyloaded a.global .icon-text:before {
  content: url('/images/nexto16/mobileapp-reader.png');
}
.newsletter-form {
  background: #e1e4ef none;
  padding: 0 30px;
  height: inherit;
  position: relative;
}
.newsletter-form form fieldset {
  white-space: nowrap;
  margin: 0;
}
.newsletter-form form fieldset + fieldset {
  margin-top: 4px;
}
.newsletter-form form input,
.newsletter-form form input.text,
.newsletter-form form button,
.newsletter-form form label {
  display: inline-block;
  vertical-align: top;
}
.newsletter-form form input.text {
  background: rgba(255, 255, 255, 0.5);
  border: 0 none;
  border-radius: 0;
  padding: 10px 15px;
  font-weight: normal;
  width: 350px;
  font-size: 14px;
  height: 20px;
}
.newsletter-form form input.text:focus,
.newsletter-form form button:focus {
  outline: 0;
}
.newsletter-form form button.submit {
  background: rgba(255, 255, 255, 0.5) none 100% 50% no-repeat;
  border: 0 none;
  border-radius: 0;
  width: 50px;
  color: transparent;
  cursor: pointer;
  height: 40px;
}
.newsletter-form form button.submit:active {
  opacity: 0.8;
}
.newsletter-form form label {
  width: 90%;
  margin-top: 2px;
}
.newsletter-form form label .field_hint {
  display: block;
  margin-top: 3px;
  font-size: 85%;
}
.newsletter-form h3 {
  color: #454545;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 0 2px;
  padding: 22px 0 12px;
  width: 255px;
}
.newsletter-form p {
  color: #454545;
  font-size: 14px;
  line-height: 21px;
  width: 255px;
  margin: 0 0 12px 2px;
}
.newsletter-form.lazyloaded {
  background-image: url('/images/nexto16/newsletter.jpg');
}
.newsletter-form.lazyloaded form button.submit {
  background-image: url('/images/nexto16/newsletter-add.svg');
}
.logo {
  float: left;
}
.logo a {
  background: url('/images/nlayout/logo_nexto.png') 0 0 no-repeat;
  width: 203px;
  height: 59px;
  display: block;
  overflow: hidden;
  text-indent: -1022px;
  position: relative;
}
.logo.logo-premium a {
  background: url('/images/nlayout/logo_nexto_premium.png') 0 0 no-repeat;
}
header {
  margin: 20px 0;
  position: relative;
}
.tool_but_cart_red,
.tool_but_cart {
  float: right;
}
#mainmenu_v3 {
  margin: 20px 0 0;
}
#mainmenu_v3 ul.mainmenu {
  display: table;
  width: 100%;
  position: relative;
}
#mainmenu_v3 ul.mainmenu li.level0 {
  display: table-cell;
  background: none;
  margin: 0;
  padding: 0;
  width: 11.111%;
  padding-bottom: 1px;
  border-bottom: 3px solid transparent;
}
#mainmenu_v3 ul.mainmenu li.level0.hover,
#mainmenu_v3 ul.mainmenu li.level0.active {
  border-color: #dd4318;
}
#mainmenu_v3 ul.mainmenu li.level0.hover > a,
#mainmenu_v3 ul.mainmenu li.level0.active > a {
  background: #396897;
}
#mainmenu_v3 ul.mainmenu li.level0 > a {
  border-left: 1px solid #74a2bf;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: #518baf;
  text-decoration: none;
  padding: 10px;
  line-height: 20px;
}
#mainmenu_v3 ul.mainmenu li.level0 > a:hover {
  background: #396897;
}
#mainmenu_v3 ul.mainmenu li.level0:first-child > a {
  border-left: 0 none;
}
#mainmenu_v3 ul.mainmenu li.level0 > .ext {
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: calc(100% - 10px);
  z-index: -1;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(40, 40, 40, 0.15);
  height: 0;
  overflow: hidden;
}
#mainmenu_v3 ul.mainmenu li.level0 > .ext h5 {
  background: #f7f7f7;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
}
#mainmenu_v3 ul.mainmenu li.level0 > .ext h5.orange {
  color: #f1562a;
}
#mainmenu_v3 ul.mainmenu li.level0 > .ext .all-link {
  float: right;
  line-height: 38px;
  font-size: 12px;
  margin-right: 12px;
  padding: 0 20px 0 0;
  background: url('/images/nexto16/btn-more.svg') 100% 50% no-repeat;
}
#mainmenu_v3 ul.mainmenu li.level0 > .ext > span.close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  display: block;
  padding: 5px 10px;
  color: #777;
}
#mainmenu_v3 ul.mainmenu li.level0.hover .ext {
  opacity: 1;
  z-index: 103;
  padding: 25px 5px 20px;
  height: auto;
}
#mainmenu_v3 ul.mainmenu li.level0 ul {
  margin: 15px 0;
  line-height: 1.3em;
  font-size: 14px;
}
#mainmenu_v3 ul.mainmenu li.level0 li.level1 {
  margin: 0.36em 0 0.43em;
  background: transparent;
}
#mainmenu_v3 ul.mainmenu li.level0 li.level1 > a {
  text-decoration: none;
}
#mainmenu_v3 ul.mainmenu li.level0 li.level2 {
  margin: 0.36em 0 0.43em 1em;
}
#mainmenu_v3 ul.mainmenu .reco-lazyload {
  position: relative;
  min-height: 200px;
}
#footer {
  text-align: center;
  border-top: 0 none;
  padding-bottom: 17px;
}
.has-cookie-message #footer {
  padding-bottom: 87px;
}
#footer nav {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 30px;
}
#footer nav ul li {
  display: inline-block;
  vertical-align: top;
  background: none;
}
#footer nav ul li a {
  display: block;
  padding: 10px;
  color: #707174;
  font-size: 12px;
}
#footer .copyright {
  color: #707174;
}
#footer .copyright a {
  color: inherit;
}
#footer .fn-logos {
  text-align: center;
}
#footer .fn-logos img {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 12px 12px;
}
#footer .authors p {
  color: #b6b6b7;
  text-align: center;
  font-size: 10px;
}
#footer .authors p a {
  color: inherit;
}
/* Search */
#search_v3 {
  overflow: visible;
  float: left;
  margin: 7px 10px 0px 20px;
}
#search_v3 label {
  float: left;
  font-weight: normal;
  color: #000;
  font-size: 1.3em;
  display: block;
  padding: 12px 15px;
}
#search_v3 div.search_inner {
  position: relative;
  float: left;
  padding-right: 70px;
  border-right: none;
  background: #fff;
  border-width: 1px;
  border: #ddd 1px solid;
  overflow: visible;
}
#search_v3 div.search_inner.sborder {
  border-style: solid;
  border-color: #ddd;
  box-shadow: 0 0 3px rgba(230, 69, 27, 0.6);
}
#search_v3 div.search_inner > span {
  padding: 6px 4px;
  display: block;
  float: left;
  font-size: 1em;
}
#search_v3 div.search_inner > span.ss1 {
  border-right: 0 none;
  width: 168px;
  height: 26px;
  background: #fff linear-gradient(transparent 0, transparent 9px, #ddd 9px, #ddd 29px, transparent 29px, transparent 38px) 100% 0 no-repeat;
  background-size: 1px 38px;
}
#search_v3 div.search_inner > span.si1 {
  padding: 6px 10px 6px;
  background: #fff;
}
#search_v3 div.search_inner select {
  border: none;
  width: 170px;
  opacity: 0;
}
#search_v3 div.search_inner input {
  border: none;
  width: 250px;
  font-size: 1.3em;
  font-weight: bold;
}
#search_v3 .search_but {
  float: left;
  width: 70px;
  height: 40px;
  border: 0 none;
  margin-left: -71px;
  border-left: 0 none;
  background: transparent url('/images/nexto16/search.svg') 50% 50% no-repeat;
  color: transparent;
  position: relative;
  cursor: pointer;
}
#search_v3 form .control {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#search_v3 form .control.text {
  border: 1px solid #909090;
  padding: 2px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#search_v3 form .control.select .current {
  width: 100%;
  padding: 2px 27px 0 9px;
  height: 23px;
  background: transparent url("/images/nexto16/pulldn.svg") no-repeat 75% 2px;
  cursor: pointer;
}
#search_v3 form .control.select .current .text {
  width: 100%;
  display: inline-block;
  margin: 0;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}
#search_v3 form .control.select ul {
  top: 23px;
  position: absolute;
  min-width: 100%;
  list-style: none;
  margin: 0;
  padding: 12px 0px 12px 0px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #ddd;
  background: #fff;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: -5px;
}
#search_v3 form .control.select ul li {
  white-space: nowrap;
  padding: 8px 5px 8px 13px;
  cursor: pointer;
  font-size: 14px;
  background-image: none;
  margin: -2px 0;
}
#search_v3 form .control.select ul li:hover {
  background: #efefef;
  color: black;
  font-weight: bold;
}
#search_v3 form .has-errors .control.select .current {
  border-color: #AD2668;
}
#address_table p.error,
#profile_table p.error {
  text-align: center;
  color: #f00;
  border: 1px solid #f00;
  padding: 7px;
}
#address_table .has-error .label,
#profile_table .has-error .label {
  color: #f00;
}
#address_table .has-error input,
#profile_table .has-error input,
#address_table .has-error textarea,
#profile_table .has-error textarea {
  border-color: #f00;
}
/*
#top_v2 .toolsmenu div.tool_but_account { border-left: none; }
#top_v2 .toolsmenu div.tool_but_points a span.aspan { background: url(/images/nlayout/ico_pkt.png) no-repeat 20px center; padding-left: 40px; }
*/
div.tool_but_cart_red,
div.tool_but_cart {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin: -3ppx 0;
}
div.tool_but_cart_red > a,
div.tool_but_cart > a {
  color: inherit;
  background: transparent url("/images/nexto16/pulldn.svg") no-repeat 95% 50%;
  display: inline-block;
}
div.tool_but_cart a,
div.tool_but_cart_red a {
  position: relative;
  z-index: 101;
  text-decoration: none;
}
div.tool_but_cart a span.aspan,
div.tool_but_cart_red a span.aspan {
  padding: 22px 39px 24px 61px;
  display: block;
  position: relative;
  background: url('/images/nexto16/cart.svg') no-repeat 10px center;
}
div.tool_but_cart a.active,
div.tool_but_cart_red a.active,
div.tool_but_cart a:hover,
div.tool_but_cart_red a:hover {
  background-color: #ddd;
}
div.tool_but_cart a .quantity,
div.tool_but_cart_red a .quantity {
  position: absolute;
  left: 35px;
  top: 10px;
  background: #f1562a;
  color: #fff;
  width: 19px;
  height: 19px;
  text-align: center;
  border-radius: 50%;
  line-height: 19px;
  font-size: 12px;
  font-weight: normal;
}
div.tool_but_cart a .quantity {
  background: #ccc;
}
.tool_layer {
  border: 0 none;
  background: #f7f7f7;
  box-shadow: 0 0 10px rgba(40, 40, 40, 0.15);
  position: absolute;
  font: normal 1.2em/1.5em Arial, Tahoma, Geneva, sans-serif;
  display: none;
}
.tool_layer#tl_cart {
  z-index: 102;
  top: 60px;
}
.tool_layer#tl_cart li {
  padding: 0;
  background: none;
}
.tool_layer#tl_cart li + li {
  margin-top: 10px;
}
.tool_layer#tl_cart li a {
  display: inline-block;
  vertical-align: top;
}
.tool_layer#tl_cart li a.image {
  width: 40px;
  text-align: left;
  margin-right: 9px;
  overflow: hidden;
}
.tool_layer#tl_cart li a.name {
  width: 125px;
  margin-right: -20px;
}
.tool_layer#tl_cart li .x {
  background: transparent url('/images/nexto16/x2.svg') 50% 50% no-repeat;
  background-size: 30px auto;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 0 none;
  overflow: hidden;
  color: transparent;
  display: inline-block;
  vertical-align: top;
}
.tool_layer#tl_cart .cart-empty {
  padding: 20px 40px;
}
.tool_layer#tl_cart .cart-summary {
  background: #fff;
  padding: 20px 10px;
  border: 1px solid #ddd;
}
.tool_layer#tl_cart .cart-summary .container-fluid {
  margin-bottom: 20px;
  color: #313131;
}
.tool_layer#tl_cart .cart-summary .btn {
  margin: 0 10px;
}
.tool_layer .tl_inside {
  padding: 0px;
  width: 320px;
}
.tool_layer .layer_cart_list {
  padding: 20px 10px;
}
.tool_layer a {
  text-decoration: none;
}
.tool_layer a.aregistred {
  color: #e54619;
  font-weight: bold;
}
.tool_layer p {
  text-align: center;
  color: #6d6d6c;
  padding: 0 10px;
}
.tool_layer p span {
  color: #e54619;
  font-weight: bold;
}
.tool_layer p img.but_goto_cart {
  margin-top: 10px;
}
.tool_layer li {
  margin: 0.5em 0;
}
.tool_layer .tl_buttons {
  background: #f0f0f0;
  padding: 6px 10px 4px 10px;
  overflow: hidden;
}
.tool_layer .tl_buttons a {
  color: #000;
  float: right;
  font-weight: bold;
  display: block;
}
.tool_layer .tl_buttons a.logout {
  background: url(/images/nlayout/ico_lockt.gif) no-repeat 0 1px;
  padding: 0 0 0 17px;
}
span.custom_select {
  font-size: 14px;
  position: absolute;
  top: 2px;
  float: left;
  left: 0px;
  width: 163px;
  height: 13px;
  line-height: 22px;
  text-indent: 5px;
  background: url(/images/nlayout_v2/custom_select.png) no-repeat 154px 15px;
  cursor: pointer;
  z-index: 1;
}
/* Custom select */
#scid-custom {
  min-width: 177px;
}
.scolor {
  background-color: transparent;
}
.daily-offer-placeholder {
  margin-bottom: 20px;
}
.daily-offer-placeholder .tmp-net {
  line-height: 140px;
  text-align: center;
  display: block;
  color: #ccc;
  background: #f7f7f7;
  font-size: 14px;
}
.daily-offer-placeholder img {
  display: block;
}
.daily-offer-placeholder p {
  margin: 0;
}
.player-placeholder iframe {
  height: 180px;
}
.player-placeholder p {
  margin: 0;
}
.cycle-slideshow .jmBanner1000 {
  display: none;
}
.col-12 .cycle-slideshow .jmBanner1000 {
  width: 100%;
}
html .cycle-pager {
  margin-top: 15px;
  text-align: center;
  overflow: hidden;
  height: 16px;
  display: none;
}
html .cycle-pager > * {
  cursor: pointer;
}
html .cycle-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
  margin-right: 5px;
}
html .cycle-pager span.cycle-pager-active {
  color: #f1562a;
}
#intro_rennab {
  max-width: 726px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
#intro_rennab > a {
  display: inline-block;
}
#intro_rennab > a img {
  display: block;
}
.col-12 #intro_rennab {
  max-width: 1000px;
}
.nexto16 #main .recommended_v3 .h {
  position: relative;
  margin: 40px 0 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.nexto16 #main .recommended_v3 .h h2 {
  margin-bottom: 0;
  margin-right: 200px;
  color: #313131;
  font-size: 24px;
}
.nexto16 #main .recommended_v3 .h .more {
  text-align: right;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.nexto16 #main .recommended_v3 .h .more a {
  border: 0 none;
  min-width: 0;
  background: none;
  font-weight: bold;
  padding: 0 26px 0 0;
  line-height: 24px;
  color: #313131;
  background: url('/images/nexto16/btn-more.svg') 100% 50% no-repeat;
  font-size: 12px;
  display: block;
}
.nexto16 #main .recommended_v3 .h .more a:hover {
  background: url('/images/nexto16/btn-more.svg') 100% 50% no-repeat;
}
.nexto16 #main .recommended_v3 .h .more a span {
  background: none;
  padding: 0;
}
.price {
  margin: 0 0 5px;
}
.price strong {
  color: #f1562a;
  font-weight: bold;
}
.price.value strong {
  font-size: 24px;
}
.price.subscription {
  font-size: 14px;
}
.price.subscription strong {
  font-size: 14px;
}
.price.subscription a {
  color: inherit;
}
.price .oldprice,
.price del {
  font-size: 14px;
}
.productslist .free-product,
#cart .free-product {
  font-size: 70%;
}
.recommended_v3 .issue .free-product {
  font-size: 75%;
}
#tl_cart .free-product {
  font-size: 90%;
  line-height: 1.1em;
  display: block;
}
.reco-lazyload:after {
  background: url('/images/share/ajaxSpinner.gif') 50% 50% no-repeat;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
}
.reviewsList .rating-wrapper {
  float: right;
}
.rating-wrapper .rating-label {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  color: #707174;
  font-size: 12px;
  line-height: 21px;
  margin-right: 10px;
}
.rating-wrapper .rating-box {
  width: 100px;
  height: 20px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  background: url('/images/nexto16/stars.svg') 0% 0% repeat-x;
}
.rating-wrapper .rating-box .rating {
  display: inline-block;
  float: none;
  background: url('/images/nexto16/stars.svg') 0% 100% repeat-x;
  height: 20px;
}
.rating-wrapper .rating-box .rating.rating1 {
  width: 20px;
}
.rating-wrapper .rating-box .rating.rating2 {
  width: 40px;
}
.rating-wrapper .rating-box .rating.rating3 {
  width: 60px;
}
.rating-wrapper .rating-box .rating.rating4 {
  width: 80px;
}
.rating-wrapper .rating-box .rating.rating5 {
  width: 100px;
}
.nexto16 ul.formats_available,
ul.formats {
  display: block;
  margin: 0 0 15px;
}
.nexto16 ul.formats_available li,
ul.formats li {
  display: inline;
  text-align: left;
  height: auto;
  padding: 0 9px 0 0;
  background: none;
}
.nexto16 ul.formats_available li b,
ul.formats li b {
  font-weight: normal;
  font-style: normal;
  background: url('/images/nexto16/issue-format.svg') -6px -3px no-repeat;
  padding-left: 12px;
  padding-bottom: 2px;
  display: inline-block;
}
.nexto16 ul.formats_available li:last-child,
ul.formats li:last-child {
  padding: 0;
}
.nexto16 ul.formats_available li.improper b,
ul.formats li.improper b {
  padding-left: 0;
  background: none;
}
.product-info p span {
  text-transform: lowercase;
  font-weight: bold;
}
.issues {
  margin: 0 -10px;
  min-height: 377px;
  position: relative;
}
.issues .cycle-carousel-wrap {
  height: 100%;
}
.issues li {
  width: auto;
  white-space: normal;
  margin: 0;
  height: 100%;
  background: none;
  display: table-cell;
  vertical-align: top;
  padding: 0;
}
.issues li a.image {
  height: 233px;
  display: table-cell;
  width: 150px;
  vertical-align: bottom;
  position: relative;
}
.issues li a.image .cover {
  position: static;
  bottom: 0;
  left: 0;
  display: block;
}
.issues li a.image .product-tags {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0.95;
  text-align: center;
}
.issues li a.image .product-tags .tag {
  display: block;
}
.issues li a.image .product-tags .tag + .tag {
  margin: 0;
}
.issues li a.image .product-tags .tag.multi {
  display: table;
  width: 100%;
}
.issues li a.image .product-tags .tag.multi .tag {
  display: table-cell;
  float: none;
}
.issues li .issue,
.issues li .ext {
  transition: opacity 0.15s linear;
}
.issues li .issue {
  width: 150px;
  padding: 20px 10px;
  position: relative;
  height: calc(100% - 40px);
}
.issues li .issue > a {
  display: block;
}
.issues li .issue .title {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0;
  height: 34px;
  line-height: 17px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.issues li .issue .price-info {
  height: 100px;
  margin-top: -25px;
}
.issues li .issue .cart-info {
  position: absolute;
  bottom: 19px;
  width: 140px;
}
.issues li .issue:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  background: #fff;
  display: block;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s linear;
}
.issues li .issue:after {
  background: url('/images/share/ajaxSpinner.gif') 50% 50% no-repeat;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  top: 166px;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: -2;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.issues li .issue.reco-lazyload:before,
.issues li .issue.reco-lazyload:after {
  opacity: 1;
  z-index: 1;
}
.issues li .free_sample a.link {
  border: 1px solid #ddd;
  display: block;
}
.issues li .free_sample a.link > span {
  padding: 7px 10px 8px;
  display: block;
  background: #fff;
  text-align: center;
  transition: all 0.15s linear;
}
.issues li .base {
  position: relative;
}
.issues li .ext {
  position: absolute;
  top: 0px;
  left: -10px;
  opacity: 0;
  background: #4f4f4f;
  color: #fff;
  z-index: 1;
  width: 0;
  height: 0;
  overflow: hidden;
}
.issues li .ext:after {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  display: block;
  clear: both;
  content: "";
}
.issues li .ext:after {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  display: block;
  clear: both;
  content: "";
}
.issues li .ext .col-6 {
  float: left;
  width: calc(50% - 10px);
  padding: 0 0 0 10px;
}
.issues li .ext small {
  font-size: 10px;
}
.issues li .body {
  height: 147px;
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
  margin: 20px 0;
}
.issues li .price.value strong {
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}
.issues li .price.value del {
  display: block;
  line-height: 1;
}
.issues li button.btn {
  width: 100%;
  cursor: pointer;
}
.issues li button.btn:hover {
  cursor: pointer;
}
.issues li:hover .ext {
  opacity: 1;
  width: 320px;
  height: calc(100% - 40px);
  padding: 20px 10px;
}
.issues li:hover .base {
  z-index: 2;
}
.issues li:hover .free_sample a.link {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.issues li:hover .free_sample a.link > span {
  background: transparent;
  color: #fff;
}
.issues li .cover {
  box-shadow: none;
  border: 0 none;
}
.issues .cycle-slide-active {
  /* first slide visible */
}
.issues .cycle-slide-active .ext {
  left: -10px;
}
.issues .cycle-slide-active + li + li + li + li + li {
  /* sixth slide visible */
}
.issues .cycle-slide-active + li + li + li + li + li .ext {
  left: auto;
  right: 0px;
}
.issues .cycle-slide-active + li + li + li + li + li .ext .col-6 {
  float: right;
}
.issues.cycle-slideshow .cycle-prev,
.issues.cycle-slideshow .cycle-next {
  top: 140px;
  z-index: 2;
  opacity: 1;
}
.issues.cycle-slideshow .cycle-prev.disabled,
.issues.cycle-slideshow .cycle-next.disabled {
  z-index: -1;
  opacity: 0;
}
.product-tags .tag {
  display: inline-block;
  vertical-align: top;
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.product-tags .tag + .tag {
  margin-left: 5px;
}
.product-tags .tag.bestseller {
  color: #fff;
  background: #518baf;
}
.product-tags .tag.new-item {
  color: #fff;
  background: #29B473;
}
.product-tags .tag.lower-price {
  color: #fff;
  background: #FCBF3D;
}
.product-tags .tag.lower-price-global {
  color: #707174;
  background: #B8C5DE;
}
.product-tags .tag.type {
  color: #707174;
  background: #f7f7f7;
}
.product-tags .tag.premium {
  color: #fff;
  background: #e6002c;
}
.product-tags .tag.preview {
  color: #fff;
  background: #f1562a;
}
.product-tags .tag.multi {
  white-space: nowrap;
  padding: 0;
}
.product-tags .tag.multi .tag {
  float: left;
  padding: 8px;
}
.product-tags .tag.multi .tag + .tag {
  margin-left: 0;
}
.issue-featured h3,
.productslist h3 {
  color: #396897;
  font-size: 18px;
  font-weight: bold;
  border: 0 none;
  margin: 3px 20px 22px 0;
}
.issue-featured h3 + h4,
.productslist h3 + h4 {
  margin: -19px 20px 22px 0;
  color: #707174;
  font-size: 12px;
  font-weight: normal;
}
.issue-featured h3 + h4 b,
.productslist h3 + h4 b {
  font-weight: inherit;
}
.issue-featured h3 + h4 a,
.productslist h3 + h4 a {
  color: inherit;
  font-weight: inherit;
}
.issue-featured h3 a,
.productslist h3 a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}
.issue-featured h3 a:hover,
.productslist h3 a:hover {
  text-decoration: underline;
}
.packslist .pack {
  display: flex;
  padding: 40px 0 20px;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.packslist .pack .products {
  width: 600px;
  display: flex;
}
.packslist .pack .products .issue {
  width: 33%;
}
.packslist .pack .products .issue .title {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0;
  height: 34px;
  line-height: 17px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.packslist .pack .products .issue .free_sample {
  margin: 20px 0;
}
.packslist .pack .details {
  width: 150px;
}
.packslist .pack .details h2 {
  margin: 20px 0;
}
.packslist .pack .details form {
  margin: 20px 0;
}
.packslist .pack .details form button {
  width: 150px;
}
.load-more {
  margin: 40px;
  text-align: center;
}
.cycle-slideshow {
  /*
	&:hover {
		.cycle-prev,
		.cycle-next {
			opacity: 1;
		}
	}
*/
}
.cycle-slideshow .cycle-prev,
.cycle-slideshow .cycle-next {
  position: absolute;
  width: 40px;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  background: #fff url('/images/nexto16/issue-carousel.svg') 0 0 no-repeat;
  z-index: 102;
  cursor: pointer;
  opacity: 1;
  /*
		opacity: 0;
		transition: opacity 0.3s linear;
*/
}
.cycle-slideshow .cycle-prev {
  left: 0;
}
.cycle-slideshow .cycle-next {
  right: 0;
  background-position: -40px 0;
}
.issue-featured {
  margin-bottom: 10px;
}
.issue-featured .product-tags {
  margin-bottom: 20px;
}
.issue-featured .body {
  font-size: 14px;
  color: #313131;
  line-height: 1.5em;
  margin-top: 22px;
}
.issue-featured form button.btn {
  margin: 20px 0;
  width: 100%;
  cursor: pointer;
}
.issue-featured form button.btn:hover {
  cursor: pointer;
}
.issue-featured .rating-wrapper .rating-label {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.jm_audioplayer {
  border: 1px solid #ddd;
  display: block;
  height: 28px;
}
.issue-featured .jm_audioplayer {
  width: 168px;
}
.cover_container .jm_audioplayer {
  border: 0 none;
  background: #ddd;
  height: 54px;
}
.jm_audioplayer .html5_element {
  overflow: hidden;
  height: 0;
}
.jm_audioplayer button {
  height: 30px;
  width: 30px;
  margin: -1px 0 -1px 2px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  background: url('/images/nexto16/playpause.svg') 0 0 no-repeat;
  border: 0 none;
  transition: opacity 0.2s linear;
  animation: none;
}
.loading.jm_audioplayer button {
  background-position: -60px 0;
  animation: rotate 1s linear 0.001s infinite forwards;
}
.playing.jm_audioplayer button {
  background-position: -30px 0;
}
.jm_audioplayer button:active {
  opacity: 0.75;
}
.issues li:hover .jm_audioplayer button {
  background: url('/images/nexto16/playpause.svg') 0 -30px no-repeat;
}
.issues li:hover .loading.jm_audioplayer button {
  background-position: -60px -30px;
}
.issues li:hover .playing.jm_audioplayer button {
  background-position: -30px -30px;
}
.cover_container .jm_audioplayer button {
  opacity: 0.72;
  margin: 0 0 0 12px;
}
.jm_audioplayer .timeline {
  display: inline-block;
  overflow: hidden;
  width: calc(100% - 48px);
  height: 30px;
  vertical-align: middle;
  margin-left: 2px;
  cursor: pointer;
  position: relative;
  margin-top: -1px;
  transition: opacity 0.15s linear;
  background: linear-gradient(transparent 13px, #ddd 13px, #ddd 17px, transparent 17px);
}
.issues li .jm_audioplayer .timeline {
  opacity: 1;
  /* opacity: 0.179; */
  background: linear-gradient(transparent 13px, #ddd 13px, #ddd 17px, transparent 17px);
}
.issues li:hover .jm_audioplayer .timeline {
  /* opacity: 1; */
  background: linear-gradient(transparent 13px, #454545 13px, #454545 17px, transparent 17px);
}
.cover_container .jm_audioplayer .timeline {
  background: linear-gradient(transparent 25px, #f7f7f7 25px, #f7f7f7 29px, transparent 29px);
  opacity: 0.72;
  height: 54px;
  width: calc(100% - 68px);
}
.jm_audioplayer .timeline .current {
  width: 8px;
  height: 30px;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  margin-left: -4px;
  transition: left 0.1s linear;
}
.jm_audioplayer .timeline .current:before {
  content: "";
  position: absolute;
  right: 4px;
  top: 13px;
  width: 300px;
  background: #454545;
  height: 4px;
}
.issues li:hover .jm_audioplayer .timeline .current:before {
  background: #ddd;
}
.cover_container .jm_audioplayer .timeline .current {
  height: 54px;
}
.cover_container .jm_audioplayer .timeline .current:before {
  top: 25px;
}
.nexto16 #mainleft .navBlock {
  padding: 0;
}
#contact_v3.navBlock_v3 {
  background: #f7f7f7;
  padding: 15px 15px 15px;
  margin: 20px 0;
}
#contact_v3.navBlock_v3 h3 {
  padding: 5px 0 20px;
  color: #313131;
  font-size: 14px;
}
#contact_v3.navBlock_v3 .lbox {
  background: #fff;
  padding: 0 0 5px 0;
}
#contact_v3.navBlock_v3 .lbox p {
  padding: 0 15px 15px;
  font-size: 14px;
  line-height: 1.3em;
  margin: 0;
}
#contact_v3.navBlock_v3 .lbox p a {
  color: #f1562a;
}
#search-filters .filter-block {
  background: #f7f7f7;
  padding: 15px 15px 15px;
}
#search-filters .filter-block ~ .filter-block {
  margin-top: 20px;
}
#search-filters .filter-block h3 {
  padding: 5px 0 20px;
  color: #313131;
  font-size: 14px;
}
#search-filters .filter-block .nav {
  background: #fff;
  padding: 15px 10px;
}
#search-filters .filter-block .nav ul ul {
  display: block;
  margin: 10px 0 -10px;
}
#search-filters .filter-block .nav li {
  padding: 0;
  margin: 0;
  background: none;
  padding: 7px 10px 7px 25px;
  line-height: 1.3em;
  font-size: 14px;
}
#search-filters .filter-block .nav li:last-child {
  padding-bottom: 15px;
}
#search-filters .filter-block .nav li > a:before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  margin: 0px 6px -2px -21px;
  width: 13px;
  height: 13px;
  border: 1px solid #ddd;
  transition: background 0.2s linear;
  background: #fff linear-gradient(transparent 0, transparent 100%) 50% 50% no-repeat;
  background-size: 7px 7px;
}
#search-filters .filter-block .nav li.active > a:before {
  background-image: linear-gradient(#707174 0, #707174 100%);
}
#search-filters .filter-block .nav a,
#search-filters .filter-block .nav a:link,
#search-filters .filter-block .nav a:visited,
#search-filters .filter-block .nav a:hover,
#search-filters .filter-block .nav a:active {
  color: #626262;
  text-decoration: none;
}
.nexto16 #headblock {
  margin-bottom: 15px;
}
.nexto16 #throbber {
  background: #fff none repeat scroll 0 0;
  display: none;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.nexto16 #throbber div {
  position: absolute;
  width: 40px;
  height: 40px;
}
.nexto16 .productslist .free_sample {
  margin-top: 10px;
}
.nexto16 .productslist .free_sample .player_container {
  border: 0 none;
  padding: 0;
}
.nexto16 .productslist .free_sample a.link {
  display: block;
}
.nexto16 .productslist .free_sample a.link > span {
  display: block;
  font-size: 10px;
}
.nexto16 .productslist .free_sample a.link.link-demo span {
  padding-left: 15px;
  padding-right: 35px;
  background-position: calc(100% - 10px) 50%;
}
.nexto16 .productslist .free_sample a.link.link-cover span {
  text-align: center;
}
.nexto16 .productslist > li {
  padding: 40px 0 20px;
  border-bottom: 1px solid #ddd;
  margin: 0;
  background: none;
}
.nexto16 .productslist > li.featured {
  border-top: 1px solid #f1562a;
  background: url('/images/nexto16/featured.png') 100% 0 no-repeat;
}
.nexto16 .productslist > li.featured:not(:first-child) {
  margin-top: -1px;
}
.nexto16 .productslist .product-tags {
  margin-bottom: 20px;
}
.nexto16 .productslist .btn {
  display: block;
  text-align: center;
  cursor: pointer;
  float: none;
}
.nexto16 .productslist p.more {
  margin: 0.75em 0;
  text-align: left;
}
.nexto16 .productslist .value.price {
  text-align: right;
}
.nexto16 .productslist button.btn {
  width: 100%;
  cursor: pointer;
}
.nexto16 .productslist button.btn:hover {
  cursor: pointer;
}
.nexto16 .productslist .content {
  font-size: 12px;
  line-height: 19px;
  color: #313131;
  margin-right: 15px;
}
.nexto16 .productslist .publication-date {
  color: #707174;
  font-size: 12px;
}
.nexto16 .productslist .preorder strong {
  color: #f1562a;
}
.nexto16 .productslist .oldprice,
.nexto16 .productslist .vat_value {
  display: block;
  line-height: 1em;
}
.nexto16 .productslist .oldprice {
  color: #313131;
  margin: 5px 0 0;
}
.nexto16 .productslist .vat_value {
  color: #313131;
  margin: 8px 0 0;
}
.nexto16 .productslist .formats {
  margin-top: 20px;
}
.nexto16 .productslist .subscription-price.price.value {
  margin: 15px 0;
}
.nexto16 .productslist .subscription-price.price.value a {
  color: inherit;
  font-size: 12px;
}
.nexto16 .productslist .subscription-price.price.value strong.nprice {
  font-size: 14px;
}
.nexto16 .productslist form {
  margin: 15px 0;
}
.nexto16 .productslist picture.cover,
.nexto16 .productslist img.cover {
  display: block;
}
.nexto16 .view-grid .productslist {
  white-space: normal;
}
.nexto16 .view-grid .productslist .row {
  white-space: normal;
}
.nexto16 .view-grid .productslist .col-2,
.nexto16 .view-grid .productslist .col-5,
.nexto16 .view-grid .productslist .col-7 {
  width: auto;
  display: block;
  margin: 0;
}
.nexto16 .view-grid .productslist > li {
  display: inline-block;
  vertical-align: bottom;
  width: 150px;
  border: 0 none;
  margin-left: 48px;
  position: relative;
}
.nexto16 .view-grid .productslist > li:nth-child(4n+1) {
  margin-left: 0;
}
.nexto16 .view-grid .productslist > li.featured {
  background: linear-gradient(rgba(241, 89, 46, 0) 0, rgba(241, 89, 46, 0.27) 50px, #fff 50px, #fff 100%) 0 100% repeat-x;
  background-size: 100% 102px;
}
.nexto16 .view-grid .productslist > li.featured a.image:before {
  content: "";
  width: 100%;
  height: 40px;
  background: url('/images/nexto16/polecamy.png') 50% 0 no-repeat;
  display: block;
  margin-bottom: -40px;
  position: relative;
}
.nexto16 .view-grid .productslist .value.price.subscription-price,
.nexto16 .view-grid .productslist .rating-wrapper,
.nexto16 .view-grid .productslist a.reviews,
.nexto16 .view-grid .productslist p.more,
.nexto16 .view-grid .productslist ul.formats,
.nexto16 .view-grid .productslist .free_sample,
.nexto16 .view-grid .productslist .basic_data,
.nexto16 .view-grid .productslist .content {
  display: none;
}
.nexto16 .view-grid .productslist h3 {
  font-size: 14px;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
}
.nexto16 .view-grid .productslist h3 + h4 {
  display: none;
}
.nexto16 .view-grid .productslist a.image {
  display: table-cell;
  vertical-align: bottom;
  height: 233px;
  width: 100%;
}
.nexto16 .view-grid .productslist .value.price {
  text-align: left;
  height: 64px;
  margin: 0;
}
.nexto16 .view-grid .productslist form {
  margin: 5px 0 0;
}
.nexto16 .view-grid .productslist form .btn.btn-l {
  padding: 0px 0 2px;
  height: 32px;
  font-size: 12px;
}
.nexto16 .view-grid .productslist .product-tags {
  position: absolute;
  bottom: 188px;
  margin: 0;
  width: 100%;
  left: 0;
}
.nexto16 .view-grid .productslist .product-tags .tag {
  display: block;
  text-align: center;
}
.nexto16 .view-grid .productslist .product-tags .tag + .tag {
  margin-left: 0;
}
.nexto16 .view-grid .productslist .product-tags .tag.multi {
  display: table;
  width: 100%;
}
.nexto16 .view-grid .productslist .product-tags .tag.multi .tag {
  display: table-cell;
  float: none;
}
.nexto16 .listnavigator a {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 5px;
  color: #313131;
  font-size: 14px;
}
.nexto16 .listnavigator a + a {
  margin-left: 3px;
}
.nexto16 .listnavigator a.active {
  background: #ddd;
}
.nexto16 .listnavigator a.prev,
.nexto16 .listnavigator a.next {
  text-decoration: none;
  color: transparent;
  background: url('/images/nexto16/list-navigator.svg') 50% 0;
}
.nexto16 .listnavigator a.next {
  background: url('/images/nexto16/list-navigator.svg') 50% 100%;
}
.panel1 {
  margin-left: 20px;
}
.panel2 {
  margin-right: 20px;
}
#category-items {
  margin: 30px 0;
  position: relative;
}
#category-items .header-count,
#category-items .footer-count {
  color: #313131;
  font-size: 12px;
}
#category-items .footer-count {
  line-height: 20px;
  padding: 5px 0;
}
#category-items .header-count {
  position: absolute;
  right: 0;
  top: 15px;
}
#main #category-items h1 {
  padding: 0 0 15px 0;
  margin: 0 0 30px;
  font-size: 24px;
  color: #313131;
  border-bottom: 1px solid #ddd;
}
#category-items .desc {
  font-size: 12px;
  line-height: 19px;
  min-height: 80px;
  margin-bottom: 20px;
  padding-left: 170px;
  background: transparent 45px 0 no-repeat;
}
#category-items .desc.papers {
  background-image: url('/images/nexto16/eprasa.svg');
}
#category-items .desc.mp3 {
  background-image: url('/images/nexto16/audiobook.svg');
}
#category-items .desc.ebooks {
  background-image: url('/images/nexto16/ebook.svg');
}
#category-items .desc.noicon {
  padding-left: 0;
  min-height: 0;
}
#category-items h2 {
  font-weight: normal;
}
#category-items .jmBanner1000 {
  margin: 0 auto 30px auto;
  width: 660px;
  height: 340px;
  overflow: hidden;
}
#category-items #results .pagings {
  background: #f7f7f7;
  border-top: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 14px;
}
#category-items #results .pagings .pagings_in {
  display: table;
  width: 100%;
}
#category-items #results .pagings label {
  margin-right: 7px;
}
#category-items #results .pagings .footer-count,
#category-items #results .pagings .sort,
#category-items #results .pagings .view-mode,
#category-items #results .pagings .table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
#category-items #results .pagings .sort {
  width: 260px;
}
#category-items #results .pagings .view-mode {
  width: 160px;
}
.quartic.reco-lazyload {
  position: relative;
  height: 200px;
}
.quartic.reco-lazyload span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  text-align: center;
  margin-left: -100px;
  margin-top: -42px;
  color: #b5b5b5;
  font-size: 12px;
}
picture.cover {
  display: block;
}
picture.cover img.lazyload {
  margin: 80px auto;
  display: block;
}
/* T#18190 */
#buybox-popup-wrapper {
  position: relative;
  margin: 0 auto;
}
#buybox-popup-wrapper #buybox-popup {
  position: fixed;
  left: 50%;
  top: 58px;
  width: 650px;
  margin-left: -325px;
  z-index: 301;
  background: #fff;
  display: none;
}
#buybox-popup-wrapper #buybox-popup h4,
#buybox-popup-wrapper #buybox-popup h4 a.close {
  background: #ba340f url(/images/nlayout/button-bg.png) 50% 50% repeat-x;
  color: #ffffff;
  display: block;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: move;
}
#buybox-popup-wrapper #buybox-popup h4 span span {
  background: transparent url(/images/nlayout/cart.png) 0 6px no-repeat;
  width: 44px;
  display: inline-block;
  margin: 0 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#buybox-popup-wrapper #buybox-popup .col {
  float: left;
  min-height: 217px;
}
#buybox-popup-wrapper #buybox-popup .col-left {
  background: #f7f7f7;
  width: 175px;
  text-align: center;
}
#buybox-popup-wrapper #buybox-popup .col-left img {
  width: 114px;
  margin: 15px 0 15px 0;
}
#buybox-popup-wrapper #buybox-popup .col-right {
  position: relative;
  width: 475px;
  padding: 3px 15px 0 17px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#buybox-popup-wrapper #buybox-popup .col-right .author {
  margin-bottom: 5px;
  height: 21px;
}
#buybox-popup-wrapper #buybox-popup .col-right .title {
  font-size: 24px;
  line-height: 30px;
  max-width: 310px;
  margin: 0 0 0 0;
}
#buybox-popup-wrapper #buybox-popup .col-right .publisher {
  position: absolute;
  left: 15px;
  bottom: 10px;
  margin: 0;
}
#buybox-popup-wrapper #buybox-popup .col-right .kind {
  position: absolute;
  right: 20px;
  top: 50px;
  margin: 0;
  max-width: 110px;
}
#buybox-popup-wrapper #buybox-popup .recomend {
  border: 2px solid #c13911;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 10px;
}
#buybox-popup-wrapper #buybox-popup .recomend h5 {
  padding: 15px 15px 15px 25px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#buybox-popup-wrapper #buybox-popup .recomend .recomend-item {
  float: left;
  width: 162px;
  text-align: center;
  padding: 0 5px 15px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#buybox-popup-wrapper #buybox-popup .recomend .recomend-item img {
  width: 114px;
}
#buybox-popup-wrapper #buybox-popup .recomend .recomend-item .price strong {
  color: #dd5022;
}
#buybox-popup-wrapper #buybox-popup .quartic-recommendations {
  margin: 0 10px 10px;
}
#buybox-popup-wrapper #buybox-popup .quartic-recommendations img {
  max-width: 100%;
}
#buybox-popup-wrapper #buybox-popup .quartic-recommendations .cover {
  height: 233px;
  display: table-cell;
  vertical-align: bottom;
}
#buybox-popup-wrapper #buybox-popup .quartic-recommendations .title {
  font-size: 12px;
  line-height: 19px;
  margin: 5px 0;
  height: 38px;
  overflow: hidden;
}
#buybox-popup-wrapper #buybox-popup .quartic-recommendations .row > .col-2 {
  width: 142px;
}
#buybox-popup-wrapper #buybox-popup .quartic-recommendations .price strong {
  font-size: 16px;
}
#buybox-popup-wrapper #buybox-popup .quartic-recommendations .price del.oldprice {
  margin-left: 5px;
}
#buybox-popup-wrapper #buybox-popup .toShopping,
#buybox-popup-wrapper #buybox-popup .toCart {
  font-size: 16px;
  color: #6d6d6d;
  text-decoration: none;
}
#buybox-popup-wrapper #buybox-popup .toShopping {
  float: left;
  margin-left: 15px;
  margin-top: 10px;
}
#buybox-popup-wrapper #buybox-popup .toShopping span {
  color: #c23917;
  padding-right: 5px;
}
#buybox-popup-wrapper #buybox-popup .toCart {
  float: right;
  margin-right: 15px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  background: #c23917;
  padding: 7px 25px 8px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#buybox-popup-wrapper #buybox-popup .toCart span {
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-left: 15px solid #c23917;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
#buybox-popup-wrapper #buybox-popup h4 a.close {
  display: inline;
  float: right;
  margin-right: 10px;
  text-decoration: none;
  cursor: pointer;
  font-size: 100%;
  vertical-align: baseline;
  height: auto;
  line-height: 38px;
}
#buybox-popup-wrapper #buybox-popup h4 a.close:hover {
  text-decoration: underline;
}
#buybox-popup-wrapper #buybox-popup .original {
  display: none;
}
#buybox-popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 300;
  display: none;
}
.nexto16 #buybox .option-oneclick,
.nexto16 #buybox .option-cart {
  margin: 0 0 20px 0;
}
.nexto16 #buybox .option-oneclick {
  margin: -10px 0 20px 0;
}
.nexto16 #buybox h3 {
  margin: 10px 0 10px;
}
.nexto16 #buybox form:first-child h3 {
  margin-top: 0;
}
.nexto16 #buybox .buybox-in {
  background: transparent;
}
.nexto16 #buybox .buybox-in.cyclic .option-cyclic {
  display: inline-block;
  vertical-align: top;
  width: 85%;
}
.nexto16 #buybox .buybox-in.cyclic .option-cyclic ~ p.info {
  display: inline-block;
  vertical-align: top;
  height: 46px;
  width: 10%;
  margin: 0 0 0 4%;
  overflow: hidden;
  border: 1px solid #ddd;
  position: relative;
}
.nexto16 #buybox .buybox-in.cyclic .option-cyclic ~ p.info a {
  display: block;
  padding-left: 100%;
  height: 100%;
}
.nexto16 #buybox .buybox-in.cyclic .option-cyclic ~ p.info a:after {
  content: "?";
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  height: 100%;
  color: #6b6d6f;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  font-size: 12px;
}
.nexto16 #buybox .buybox-in .option-oneclick .btn {
  width: 87%;
  padding: 0 4px;
  font-size: 13px;
  height: 32px;
}
.nexto16 #buybox .buybox-in .option-oneclick .btn ~ p.info {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  width: 8%;
  margin: 0 0 0 4%;
  overflow: hidden;
  border: 1px solid #ddd;
  position: relative;
}
.nexto16 #buybox .buybox-in .option-oneclick .btn ~ p.info a {
  display: block;
  padding-left: 100%;
  height: 100%;
}
.nexto16 #buybox .buybox-in .option-oneclick .btn ~ p.info a:after {
  content: "?";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  color: #6b6d6f;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
.nexto16 #buybox .buybox-in a.help,
.nexto16 #buybox .buybox-in b.oneclick {
  display: inline-block;
  width: 8%;
  border: 1px solid #ddd;
  height: 30px;
  vertical-align: top;
  margin-left: 4%;
  line-height: 28px;
  text-align: center;
}
.nexto16 #buybox .buybox-in a.help {
  text-decoration: none;
  color: #6b6d6f;
}
.nexto16 #buybox .buybox-in .premium {
  margin-bottom: 20px;
  padding: 12px 6px;
  background-color: #f7f7f7;
  text-align: center;
}
.nexto16 #buybox .buybox-in .premium div.button {
  height: 36px;
}
.nexto16 #buybox .buybox-in .premium button {
  width: calc(100% - 30px) !important;
  height: 100%;
  color: #fff;
  background: #f1562a;
}
.nexto16 #buybox .buybox-in .premium button:hover {
  background: #ff6633;
}
.nexto16 #buybox .buybox-in .premium a.help {
  display: inline-block;
  height: 34px;
  font-size: 12px;
}
.nexto16 #buybox .buybox-in .premium p {
  font-size: 1.2em;
  margin: 6px 0 10px 0;
}
.nexto16 #buybox .buybox-in .premium p a.help {
  width: 6%;
  margin-left: 2%;
  height: 26px;
  vertical-align: baseline;
}
.nexto16 #buybox .buybox-in .premium .prices {
  margin: 0 0 10px 0;
}
.nexto16 #buybox .buybox-in div.omnibus {
  text-align: center;
  margin: 0 0 10px 0;
}
.nexto16 #buybox .buybox-in .prices {
  text-align: center;
  margin: 0px 0 10px;
  line-height: 24px;
}
.nexto16 #buybox .buybox-in .prices label {
  display: none;
}
.nexto16 #buybox .buybox-in .prices strong {
  font-size: 24px;
  color: #f1562a;
}
.nexto16 #buybox .buybox-in .prices .oldprice {
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 15px;
}
.nexto16 #buybox button.btn-primary,
.nexto16 #buybox .btn.btn-primary,
.nexto16 #buybox button.btn.btn-primary {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  display: block;
  width: 100%;
  background: #f1562a;
  font-size: 16px;
}
.nexto16 #buybox button.btn-primary:hover,
.nexto16 #buybox .btn.btn-primary:hover,
.nexto16 #buybox button.btn.btn-primary:hover {
  background: #ff6633;
}
.nexto16 #buybox button.btn-primary.btn-xxl,
.nexto16 #buybox .btn.btn-primary.btn-xxl,
.nexto16 #buybox button.btn.btn-primary.btn-xxl {
  padding: 15px 20px;
}
.nexto16 #buybox button.btn-primary.btn-xxl-2lines,
.nexto16 #buybox .btn.btn-primary.btn-xxl-2lines,
.nexto16 #buybox button.btn.btn-primary.btn-xxl-2lines {
  min-height: 48px;
  padding: 6px 20px 7px;
  font-size: 14px;
  line-height: 17px;
}
.nexto16 #buybox button.btn-default,
.nexto16 #buybox .btn.btn-default,
.nexto16 #buybox button.btn.btn-default {
  width: 100%;
  font-size: 16px;
}
.nexto16 #buybox button.btn-default span,
.nexto16 #buybox .btn.btn-default span,
.nexto16 #buybox button.btn.btn-default span {
  font-size: 14px;
}
.nexto16 #buybox button.btn-default.btn-xxl,
.nexto16 #buybox .btn.btn-default.btn-xxl,
.nexto16 #buybox button.btn.btn-default.btn-xxl {
  padding: 15px 20px;
}
.nexto16 #buybox #buybox-cyclic-form {
  margin-bottom: 20px;
}
.nexto16 #buybox #buybox-cyclic-form ~ #buybox-issue-form button.btn.btn-primary,
.nexto16 #buybox #buybox-subscr-form ~ #buybox-issue-form button.btn.btn-primary {
  border: 1px solid #f1562a;
  background: #fff;
  color: #313131;
}
.nexto16 #buybox #buybox-cyclic-form ~ #buybox-issue-form button.btn.btn-primary:hover,
.nexto16 #buybox #buybox-subscr-form ~ #buybox-issue-form button.btn.btn-primary:hover {
  background: #ff6633;
  border-color: #ff6633;
  color: #fff;
}
.nexto16 #buybox .other {
  text-align: center;
}
.nexto16 #buybox .other a {
  font-size: 12px;
  font-weight: bold;
  padding-right: 20px;
  background: url('/images/nexto16/pulldn.svg') 100% 50% no-repeat;
}
.reviews .head {
  margin: 16px 0;
}
.reviews .head h3 {
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: top;
}
.reviews .head .rating-wrapper {
  vertical-align: top;
  display: inline-block;
}
.reviews .rating-label {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.reviews .reviewsList li {
  background: none;
  padding: 0;
  border: 0 none;
  margin: 0 20px;
  font-size: 12px;
  line-height: 19px;
}
.reviews .reviewsList li + li {
  margin-top: 25px;
}
.reviews .reviewsList li .rating {
  float: none;
}
.reviews .reviewsList li .div {
  margin: 0 5px;
}
.reviews .ln {
  background: #f7f7f7;
  border-top: 1px solid #ddd;
  padding: 8px 10px 10px;
}
.reviews .ln:last-child {
  margin-bottom: 20px;
}
.reviews .ln + ul {
  margin: 20px 0;
}
.reviews .prev + .next {
  margin-left: 20px;
}
.infomark {
  display: inline-block;
  vertical-align: bottom;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #ccc;
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin-left: 4px;
  text-align: center;
  color: #565656;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  cursor: help;
}
*:hover .infomark,
.infomark:hover {
  text-decoration: none;
}
#main .product_wrapper h1,
#main .product_wrapper .h1 {
  padding: 0 0 15px 0;
  margin: 0 0 30px;
  font-size: 24px;
  color: #313131;
  border-bottom: 1px solid #ddd;
  margin-top: 32px;
  margin-bottom: 38px;
}
#main .product_wrapper h1 .product-type,
#main .product_wrapper .h1 .product-type {
  color: #707174;
}
.product_wrapper #subscriptions .head {
  margin-top: 25px;
}
.product_wrapper .content {
  font-size: 14px;
  line-height: 21px;
  color: #313131;
  margin-right: 20px;
}
.product_wrapper .content iframe {
  max-width: 100%;
}
.product_wrapper .tags {
  font-size: 10px;
  margin: 20px 0;
  line-height: 17px;
}
.product_wrapper .tags label {
  font-weight: bold;
}
.product_wrapper .tags a {
  color: #707174;
}
.product_wrapper .product-meta {
  margin-top: 27px;
}
.product_wrapper .product-meta .preorder b {
  color: #f1562a;
}
.product_wrapper .product-tags:empty ~ * .product-meta {
  margin-top: 7px;
}
.product_wrapper .formats li b {
  font-weight: bold;
  color: #313131;
}
.product_wrapper .formats li b:after {
  content: "?";
  display: inline-block;
  vertical-align: bottom;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #ccc;
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin-left: 4px;
  text-align: center;
  color: #565656;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  cursor: help;
}
*:hover .product_wrapper .formats li b:after,
.product_wrapper .formats li b:after:hover {
  text-decoration: none;
}
*:hover .product_wrapper .formats li b:after,
.product_wrapper .formats li b:after:hover {
  text-decoration: none;
}
.product_wrapper .formats li.improper b:after {
  display: none;
  content: none;
}
.product_wrapper h3 {
  color: #313131;
  margin: 25px 0;
}
.product_wrapper h3.variant-name {
  margin: 0;
}
.product_wrapper .rating-label {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.product_wrapper #social_widgets {
  margin: 15px 0 0;
}
.product_wrapper #social_widgets > div {
  vertical-align: middle;
  display: inline-block;
}
.product_wrapper #social_widgets > div + div {
  margin-left: 20px;
}
.product_wrapper .table.variants {
  width: 100%;
}
.product_wrapper .table.variants .table-cell {
  padding: 20px;
  width: 50%;
  vertical-align: middle;
}
.product_wrapper .table.variants .table-cell + .table-cell {
  width: 50%;
  text-align: right;
}
.product_wrapper .table.variants .table-cell .button {
  display: inline-block;
  vertical-align: middle;
}
.product_wrapper .table.variants .table-cell .add-to-cart {
  width: 150px;
  margin-left: 20px;
  text-align: center;
}
.product_wrapper .table.variants .table-cell .price-details {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin: 10px 0;
  overflow: hidden;
}
.product_wrapper .table.variants .table-cell .price-details .price strong {
  font-size: 14px;
  font-weight: bold;
  color: #f1562a;
}
.product_wrapper .table.variants .table-cell .price-details .oldprice {
  text-decoration: line-through;
  font-size: 12px;
}
.product_wrapper .table.variants .table-cell .price-details .vat_value {
  font-size: 10px;
}
.product_wrapper .table.variants .table-cell .price-details .info {
  display: inline-block;
  vertical-align: bottom;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #ccc;
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin-left: 4px;
  text-align: center;
  color: #565656;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  cursor: help;
}
*:hover .product_wrapper .table.variants .table-cell .price-details .info,
.product_wrapper .table.variants .table-cell .price-details .info:hover {
  text-decoration: none;
}
*:hover .product_wrapper .table.variants .table-cell .price-details .info,
.product_wrapper .table.variants .table-cell .price-details .info:hover {
  text-decoration: none;
}
.product_wrapper .table.variants .table-cell .spec2 {
  margin-top: 10px;
  color: #707174;
}
.product_wrapper .table.variants .table-cell .spec2 li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 10px 0;
}
.countdown-timer,
.countdown-timer-small {
  padding: 5px;
  text-align: center;
  display: flex;
}
.countdown-timer .countdown-row,
.countdown-timer-small .countdown-row {
  display: table;
  width: 100%;
}
.countdown-timer .countdown-row .countdown-section,
.countdown-timer-small .countdown-row .countdown-section {
  padding: 8px 4px;
  margin: 4px;
  background-color: #eee;
  color: #f1562a;
  width: 38px;
  display: inline-block;
}
.countdown-timer .countdown-row .countdown-section span,
.countdown-timer-small .countdown-row .countdown-section span {
  display: block;
}
.countdown-timer .countdown-row .countdown-section span.countdown-amount,
.countdown-timer-small .countdown-row .countdown-section span.countdown-amount {
  font-weight: bold;
  font-size: 18px;
}
.countdown-timer-small {
  padding: 0px;
}
.countdown-timer-small .countdown-row .countdown-section {
  width: 46px;
  padding: 8px 0;
  margin: 2px;
}
.countdown-timer-small .countdown-row .countdown-section span.countdown-amount {
  font-size: 16px;
}
.nexto16 picture.cover,
.nexto16 img.cover {
  border: 0 none;
}
a.zoom {
  display: block;
  position: relative;
}
a.zoom:after {
  width: 30px;
  height: 30px;
  content: "";
  display: block;
  position: absolute;
  right: 4%;
  bottom: 18%;
  background: #313131 url('/images/nexto16/zoom.svg') 50% 50% no-repeat;
  border-radius: 50%;
}
.graybox {
  background: #f7f7f7;
  border-top: 1px solid #ddd;
  padding: 20px;
}
.publishers,
.top-ten {
  padding: 15px;
  background: #f7f7f7;
  border-top: 3px solid #f1562a;
  margin-bottom: 20px;
}
.publishers h3,
.top-ten h3 {
  color: #f1562a;
  margin-bottom: 15px;
}
.publishers ul,
.top-ten ul {
  padding: 15px;
  background: #fff;
}
.publishers ul li,
.top-ten ul li {
  color: #f1562a;
  font-size: 14px;
  line-height: 21px;
}
.publishers ul li .pos,
.top-ten ul li .pos {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 21px;
}
.publishers ul li a,
.top-ten ul li a {
  display: block;
  margin: 0px 0 3px 0px;
}
.publishers ul li .pos + a,
.top-ten ul li .pos + a {
  display: block;
  margin: -21px 0 3px 24px;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer {
  position: relative;
  padding-right: 20px;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 {
  font-size: 14px;
  line-height: 17px;
  padding: 3px 0 3px;
  margin: 0;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1:nth-child(3) {
  padding-bottom: 10px;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .pos {
  display: block;
  vertical-align: top;
  width: 24px;
  height: 17px;
  line-height: 17px;
  color: #f1562a;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 a {
  display: block;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .pos + a {
  display: block;
  margin: -17px 0 3px 24px;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .ext {
  box-shadow: none;
  left: 100%;
  margin: 0 0 0 20px;
  top: -38px;
  bottom: 0;
  position: absolute;
  padding: 0 0 0 0px;
  width: auto;
  height: auto;
  opacity: 0;
  overflow: hidden;
  width: 0;
  background: #fff;
  z-index: -1;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .ext .issue-layer {
  background: #f7f7f7;
  width: 235px;
  height: 295px;
  text-align: center;
  display: table;
  opacity: 0;
  transition: opacity 0.2s linear;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .ext .issue-layer .button-row a.btn,
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .ext .issue-layer .price-row a.btn,
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .ext .issue-layer .img-row a.btn {
  font-size: 12px;
  font-weight: bold;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .ext .issue-layer .img-row {
  display: table-row;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .ext .issue-layer .img-row a {
  display: table-cell;
  vertical-align: middle;
  height: 233px;
  padding: 15px 20px 10px;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .ext .issue-layer .button-row {
  padding: 0px 20px 13px;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .ext .issue-layer .button-row a.btn {
  font-size: 12px;
  font-weight: bold;
  width: 148px;
  margin: 0 auto;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .ext .issue-layer .price-row {
  margin: 0px 0 6px;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .ext .issue-layer .price-row .price strong {
  color: #f1562a;
  font-size: 14px;
  font-weight: bold;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .ext .issue-layer .price-row .price strong + del {
  margin-left: 8px;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .ext .issue-layer .price-row .price del {
  font-size: 11px;
  text-decoration: line-through;
  color: #313131;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .ext .issue-layer .price-row .price del .oldprice {
  font-size: inherit;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .ext .close {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -2000px;
  background: url('/images/nexto16/x2.svg') 50% 50% no-repeat;
  background-size: 30px auto;
  top: 0;
  right: 0;
  cursor: pointer;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1 .ext .close:hover {
  background: #313131 url('/images/nexto16/x.svg') 50% 50% no-repeat;
  background-size: 24px auto;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1.hover > a {
  background: url('/images/nexto16/btn-more.svg') 100% -2px no-repeat;
  margin-right: -23px;
  padding-right: 23px;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1.hover .ext {
  display: block;
  opacity: 1;
  width: auto;
  z-index: 300;
}
#mainmenu_v3 ul.mainmenu li.level0 .top-ten-layer ul li.level1.hover .ext .issue-layer {
  opacity: 1;
}
.publishers ul li {
  font-size: 12px;
  line-height: 19px;
}
.getfiles {
  margin: 5px 0 10px;
}
.nexto16 .getfiles .reviews,
.getfiles a {
  cursor: pointer;
  border: 1px solid #f1562a;
  color: #313131;
  padding: 7px 41px 8px 19px;
  text-decoration: none;
  transition: all 0.1s linear;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  border-color: #ddd;
  background: #fff calc(100% - 20px) 50% no-repeat;
  padding-right: 60px;
  display: inline-block;
  margin: 5px 0;
  font-size: 12px;
}
.nexto16 .getfiles .reviews:hover,
.getfiles a:hover {
  text-decoration: none;
}
.nexto16 .getfiles .reviews:hover,
.getfiles a:hover {
  text-decoration: none;
}
.nexto16 .getfiles .reviews.btn-primary,
.getfiles a.btn-primary {
  display: block;
  background: #f1562a;
  text-align: center;
  padding: 7px 0 8px;
  color: #fff;
}
.nexto16 .getfiles .reviews.btn-primary span,
.getfiles a.btn-primary span {
  font-size: 14px;
  font-weight: bold;
  color: inherit;
  padding: 0 15px 0 15px;
}
.nexto16 .getfiles .reviews.btn-primary span.more,
.getfiles a.btn-primary span.more {
  background: url('/images/nexto16/btn-more-hover.svg') 100% 50% no-repeat;
  padding-right: 30px;
}
.nexto16 .getfiles .reviews.btn-primary:hover,
.getfiles a.btn-primary:hover {
  background: #ff6633;
  border-color: #ff6633;
}
.nexto16 .getfiles .reviews.btn-primary.btn-more,
.getfiles a.btn-primary.btn-more {
  padding: 0;
  text-align: center;
  background: #f1562a;
}
.nexto16 .getfiles .reviews.btn-primary.btn-more span,
.getfiles a.btn-primary.btn-more span {
  background: url('/images/nexto16/btn-more-hover.svg') calc(100% - 14px) 48% no-repeat;
  padding: 7px 41px 8px 19px;
  display: inline-block;
}
.nexto16 .getfiles .reviews.btn-primary.btn-more:hover,
.getfiles a.btn-primary.btn-more:hover {
  background: #ff6633;
  border-color: #ff6633;
  color: #fff;
}
.nexto16 .getfiles .reviews.btn-primary.btn-more:hover span,
.getfiles a.btn-primary.btn-more:hover span {
  background: url('/images/nexto16/btn-more-hover.svg') calc(100% - 14px) 48% no-repeat;
}
.nexto16 .getfiles .reviews.btn-primary.btn-l,
.getfiles a.btn-primary.btn-l {
  padding: 12px 0 13px;
}
.nexto16 .getfiles .reviews.btn-primary.btn-l span,
.getfiles a.btn-primary.btn-l span {
  font-size: 14px;
}
.nexto16 .getfiles .reviews.btn-primary.btn-xl,
.getfiles a.btn-primary.btn-xl {
  padding: 17px 0 18px;
}
.nexto16 .getfiles .reviews.btn-primary.btn-xl span,
.getfiles a.btn-primary.btn-xl span {
  font-size: 16px;
}
.nexto16 .getfiles .reviews.btn-default,
.getfiles a.btn-default {
  background: #fff;
  padding-right: 20px;
}
.nexto16 .getfiles .reviews.btn-default:hover,
.getfiles a.btn-default:hover {
  background: #ff6633;
  color: #fff;
}
.nexto16 .getfiles .reviews.btn-more,
.getfiles a.btn-more {
  padding: 0;
  text-align: center;
  background: #fff;
}
.nexto16 .getfiles .reviews.btn-more span,
.getfiles a.btn-more span {
  background: url('/images/nexto16/btn-more.svg') calc(100% - 14px) 48% no-repeat;
  padding: 7px 41px 8px 19px;
  display: inline-block;
}
.nexto16 .getfiles .reviews.btn-more:hover,
.getfiles a.btn-more:hover {
  background: #ff6633;
  border-color: #ff6633;
  color: #fff;
}
.nexto16 .getfiles .reviews.btn-more:hover span,
.getfiles a.btn-more:hover span {
  background: url('/images/nexto16/btn-more-hover.svg') calc(100% - 14px) 48% no-repeat;
}
.nexto16 .getfiles .reviews.btn-more.btn-xl,
.getfiles a.btn-more.btn-xl {
  font-size: 16px;
  padding: 0;
}
.nexto16 .getfiles .reviews.btn-more.btn-xl span,
.getfiles a.btn-more.btn-xl span {
  padding: 20px 51px 21px 41px;
}
.nexto16 .getfiles .reviews.btn-pulldn,
.getfiles a.btn-pulldn {
  padding: 0;
  text-align: center;
  background: #fff;
  border-color: #ddd;
}
.nexto16 .getfiles .reviews.btn-pulldn span,
.getfiles a.btn-pulldn span {
  background: url('/images/nexto16/pulldn.svg') 100% 48% no-repeat;
  display: inline-block;
  padding: 7px 41px 8px 19px;
}
.nexto16 .getfiles .reviews.btn-pulldn.btn-xl,
.getfiles a.btn-pulldn.btn-xl {
  padding: 0 40px;
}
.nexto16 .getfiles .reviews.btn-pulldn.btn-xl span,
.getfiles a.btn-pulldn.btn-xl span {
  padding: 20px 41px 21px 11px;
  font-size: 16px;
}
.nexto16 .getfiles .reviews.btn-pulldn:hover,
.getfiles a.btn-pulldn:hover {
  background-color: #ddd;
}
.nexto16 .getfiles .reviews.btn-submit,
.getfiles a.btn-submit {
  background: #fff url('/images/nexto16/btn-more.svg') 50% 50% no-repeat;
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: transparent;
  padding: 0;
}
.nexto16 .getfiles .reviews.btn-submit:hover,
.getfiles a.btn-submit:hover {
  border-color: #ff6633;
  background: #ff6633 url('/images/nexto16/btn-more-hover.svg') 50% 50% no-repeat;
}
.nexto16 .getfiles .reviews.btn-remove,
.getfiles a.btn-remove {
  background: #fff url('/images/nexto16/x2.svg') 50% 50% no-repeat;
  background-size: 36px auto;
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: transparent;
  padding: 0;
}
.nexto16 .getfiles .reviews.btn-remove:hover,
.getfiles a.btn-remove:hover {
  border-color: #ff6633;
  background: #ff6633 url('/images/nexto16/x.svg') 50% 50% no-repeat;
  background-size: 24px auto;
}
.nexto16 .getfiles .reviews.btn-back,
.getfiles a.btn-back {
  border-color: #ddd;
  padding: 0;
}
.nexto16 .getfiles .reviews.btn-back span,
.getfiles a.btn-back span {
  padding: 8px 15px 8px 30px;
  display: inline-block;
}
.nexto16 .getfiles .reviews.btn-back span:before,
.getfiles a.btn-back span:before {
  content: "";
  float: left;
  width: 16px;
  height: 16px;
  background: url('/images/nexto16/btn-more.svg') 50% 48% no-repeat;
  position: relative;
  margin: 0 8px 0 -16px;
  transform: rotate(180deg);
}
.nexto16 .getfiles .reviews.btn-back:hover,
.getfiles a.btn-back:hover {
  background-color: #ddd;
}
.nexto16 .getfiles .reviews.btn-demo,
.getfiles a.btn-demo {
  border-color: #ddd;
  background: #fff url('/images/nexto16/btn-demo.svg') calc(100% - 19px) 50% no-repeat;
  padding-right: 54px;
}
.nexto16 .getfiles .reviews.btn-demo:hover,
.getfiles a.btn-demo:hover {
  background-color: #313131;
  border-color: #313131;
  color: #fff;
}
.nexto16 .getfiles .reviews:hover,
.getfiles a:hover {
  border-color: #313131;
  background-color: #313131;
  color: #fff;
}
.nexto16 .getfiles .reviews.reviews,
.getfiles a.reviews {
  background-image: url('/images/nexto16/btn-review.svg');
}
.nexto16 .getfiles .reviews.c,
.getfiles a.c {
  background-image: url('/images/nexto16/btn-cover.svg');
}
.nexto16 .getfiles .reviews.t,
.getfiles a.t {
  background-image: url('/images/nexto16/btn-contents.svg');
}
.nexto16 .getfiles .reviews.archive,
.getfiles a.archive {
  background-image: url('/images/nexto16/btn-archive.svg');
}
#quartic_recommendations {
  margin: 0 0 40px;
}
#quartic_recommendations .cover {
  height: 233px;
  display: table-cell;
  vertical-align: bottom;
  width: 150px;
}
#quartic_recommendations .cover picture.cover {
  display: block;
  height: auto;
}
#quartic_recommendations .title {
  height: 42px;
  line-height: 21px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
  font-weight: bold;
}
#quartic_recommendations .price {
  margin-bottom: 10px;
}
#quartic_recommendations .price strong {
  font-size: 14px;
}
#quartic_recommendations .price del {
  font-size: 12px;
  margin-left: 7px;
}
/* imports from old site */
#big_poster {
  background: #f4f4da;
  z-index: 120;
  position: absolute;
  cursor: pointer;
  border: 1px #00473f solid;
}
/* ogolne klasy zwiazane z messagesami */
div.messageout {
  background-color: #ffffff;
  margin: 0 0 1em 0;
  min-height: 38px;
  padding: 2px;
  position: relative;
}
div.message {
  border: 2px solid #518BAF;
}
div.error {
  border: 2px solid #E34A20;
}
div.alert {
  border: 2px solid #E34A20;
}
div.messageout div {
  min-height: 40px;
  padding: 16px 15px 16px 65px;
}
div.message div {
  background: #F6EEB6 url(/images/nlayout/message_back.gif) 0 0 no-repeat;
}
div.error div {
  background: #F6EEB6 url(/images/nlayout/error_back.gif) 0 0 no-repeat;
}
div.alert div {
  background: #F6EEB6 url(/images/nlayout/error_back.gif) 0 0 no-repeat;
}
div.alert_cc div {
  background: #F6EEB6 url(/images/nlayout/message_cc_back.gif) 0 0 no-repeat;
}
div.alert_cc div div,
div.alert div div,
div.message div div,
div.error div div {
  background: none;
  height: auto;
  min-height: 0;
  padding: 0;
}
div.messageout li {
  padding: 0;
  background: none;
}
div.messageout p {
  margin: 0 0 0.75em 0;
}
div.messageout ul:first-child,
div.messageout p:first-child,
div.messageout li:first-child {
  margin-top: 0;
}
div.messageout ul:last-child,
div.messageout p:last-child,
div.messageout li:last-child {
  margin-bottom: 0;
}
div.alert_cc .in {
  padding: 16px 150px 16px 90px;
  min-height: 45px;
}
div.alert_cc .update_cc {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 98px;
  height: 38px;
  color: #ffffff;
  background: #D43C15 url(/images/nbuts/update_cc.png) 0 0 no-repeat;
}
div.alert_cc .update_cc:hover {
  background-position: 0 -38px;
}
.reviews .formContent {
  background: #F7F7F7;
  color: #6D6E70;
  padding: 12px;
  margin: 1px 0px;
}
.reviews .formContent table {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.reviews .formContent table td {
  vertical-align: top;
}
.reviews .formContent table .c1 {
  text-align: right;
  padding-right: 25px;
  width: 120px;
}
.reviews .formContent table .email td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.reviews .formContent table .c2 input,
.reviews .formContent table .c2 textarea {
  width: 320px !important;
  padding: 3px;
}
.reviews .formContent table .c2 input.checkbox {
  width: auto!important;
  padding: 0;
}
.reviews .formContent table .buttons {
  padding-top: 10px;
}
.reviews .formContent table .buttons input {
  display: block;
  float: right;
  margin-left: 10px;
  background: url(/images/nlayout/bullets.gif) no-repeat 0px -208px;
  text-indent: -300px;
  width: 77px;
  height: 23px;
  border: 0px;
  cursor: pointer;
}
.reviews .formContent table .buttons a {
  display: block;
  float: right;
  background: url(/images/nlayout/bullets.gif) no-repeat 0px -185px;
  width: 57px;
  height: 23px;
  border: 0px;
}
.reviews .formContent table .buttons a span {
  display: none;
}
.view-mode {
  white-space: nowrap;
  text-align: center;
  line-height: 30px;
  margin: -3px 10px -3px;
}
.view-mode label,
.view-mode input,
.view-mode i {
  display: inline-block;
  vertical-align: top;
}
#category-items #results .pagings .view-mode label,
.view-mode label {
  font-size: 14px;
  color: #313131;
  margin: 0;
}
.view-mode input,
.view-mode i {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  padding: 0;
}
.view-mode input {
  margin: 0 0 0 10px;
  opacity: 0.01;
  position: relative;
  cursor: pointer;
}
.view-mode i {
  margin: 0 0 0 -30px;
  border: 1px solid #ddd;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.view-mode input:checked + i {
  background-color: #ddd;
}
.view-mode input#view_grid + i {
  background-image: url('/images/nexto16/view-grid.svg');
}
.view-mode input#view_list + i {
  background-image: url('/images/nexto16/view-list.svg');
}
.archival {
  list-style: none;
  margin: 0;
  padding: 0;
}
.archival li {
  text-align: center;
  display: block;
  float: left;
  width: 116px;
  margin: 8px 0 0 0;
  padding: 0 0 0 4px;
  background: none;
  overflow: hidden;
}
.archival li.separator {
  width: 100%;
  margin: 0;
  padding: 0;
}
.archival .part1 {
  float: left;
  overflow: hidden;
}
.archival .part2 {
  float: left;
  width: 116px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.archival .more {
  padding-left: 10px;
  background: url('/images/nlayout/li.gif') 0 4px no-repeat;
}
#mainleft #loginNexpresso {
  padding: 0 0 18px 0;
  margin: 0 2px 12px 2px;
  background: url(/images/nlayout/nexpresso_separator.gif) no-repeat bottom;
}
#mainleft #loginNexpresso h3 {
  margin: 0;
  font-size: 1.1em;
}
#mainleft #loginNexpresso h3 span {
  display: block;
  background: #DA2E17;
  color: #ffffff;
  height: 17px;
  width: 100%;
  position: relative;
}
#mainleft #loginNexpresso h3 span span {
  position: absolute;
  width: 100%;
  height: 17px;
  background: #FC1E00 url(/images/nlayout/nexpresso_h_claim_red.gif) no-repeat top right;
}
#mainleft #loginNexpresso h3 span.first-child {
  background: #ffffff;
  color: #DA2E17;
  height: 32px;
}
#mainleft #loginNexpresso h3 span.first-child span {
  position: absolute;
  width: 100%;
  height: 32px;
  background: #ffffff url(/images/nlayout/nexpresso_h_red.gif) no-repeat top left;
}
#mainleft #loginNexpresso .login_in {
  padding: 10px 5px 6px 10px;
  min-height: 80px;
  border: 10px solid #EAEAEA;
  color: #454545;
  background: #ffffff;
  overflow: hidden;
}
#mainleft #loginNexpresso .login_in a {
  color: #454545;
  text-decoration: none;
}
#mainleft #loginNexpresso .login_in a:hover {
  text-decoration: underline;
}
#mainleft #loginNexpresso .login_in ul {
  margin-bottom: 12px;
}
#mainleft #loginNexpresso .login_in .logged strong {
  display: block;
}
#mainleft #loginNexpresso .login_in .logged ul {
  margin: 0;
}
#mainleft #loginNexpresso .login_in .logged ul li.last-child {
  margin: 1.5em 0 0 0;
  text-align: center;
}
#mainleft #loginNexpresso .login_in .logged ul li.last-child a:hover {
  color: #fff;
}
#mainleft #loginNexpresso .login_in .logged p {
  text-align: center;
  margin: 0.5em 0 1.5em 0;
}
#mainleft #loginNexpresso .login_in .not_logged_button2 {
  margin: 0.5em 6px 1em 2px;
}
#mainleft #loginNexpresso .login_in .not_logged_button2 a {
  color: #ffffff;
  line-height: 1.8em;
}
#mainleft #loginNexpresso .login_in .not_logged_register {
  margin: 0.5em 0 1.5em 0;
  text-align: center;
}
#mainleft #loginNexpresso .login_in .not_logged_register p {
  font-size: 1.2em;
}
#mainleft #loginNexpresso .login_in .not_logged_register a {
  color: #ff6633;
}
#mainleft #loginNexpresso form p {
  clear: left;
  margin-top: 0;
}
#mainleft #loginNexpresso label {
  width: 32px;
  display: block;
  float: left;
  line-height: 21px;
}
#mainleft #loginNexpresso input {
  width: 135px;
}
#mainleft #loginNexpresso li {
  margin: 0.25em 0;
}
#mainleft #loginNexpresso .submit {
  margin-left: 120px;
  width: 55px;
  background: #E24A20 url(/images/nbuts/net_bg_submit.gif) repeat-x 0 50%;
  border: 1px solid #CFCFCF;
  color: #FFFFFF;
  padding: 3px 0;
}
#mainleft #loginNexpresso .submit:hover {
  background-color: #E86E4D;
  background-image: url("/images/nbuts/net_bg_submit_hover.gif");
}
#mainleft #loginNexpresso .login_foot {
  margin: 0;
  background: #FC1E00;
  color: #ffffff;
  padding: 3px 5px;
  text-align: right;
}
#mainleft #loginNexpresso .logged li.last-child {
  padding: 0;
  background: none;
}
#mainleft #loginNexpresso .logged li.last-child .button {
  float: right;
  display: block;
  background: #E24A20 url(/images/nbuts/net_bg_submit.gif) repeat-x 0 50%;
  border: 1px solid #CFCFCF;
  color: #FFFFFF;
  padding: 3px 8px;
  margin-right: 5px;
  cursor: pointer;
}
#mainleft #loginNexpresso .logged li.last-child .button:hover {
  background-color: #E86E4D;
  background-image: url("/images/nbuts/net_bg_submit_hover.gif");
}
#mainleft #loginNexpresso .remember label {
  float: none;
  width: auto;
  display: inline;
  vertical-align: bottom;
}
#mainleft #loginNexpresso .remember input {
  width: auto;
  border: none;
}
.button-link {
  float: left;
  display: block;
  background: #E24A20 url(/images/nbuts/net_bg_submit.gif) repeat-x 0 50%;
  border: 1px solid #CFCFCF;
  color: #FFFFFF;
  padding: 3px 8px;
  margin-right: 5px;
  cursor: pointer;
}
.button-link:hover {
  background-color: #E86E4D;
  background-image: url("/images/nbuts/net_bg_submit_hover.gif");
}
.ui-dialog-title {
  line-height: 1.3em;
}
.search-newsletter-form {
  height: 361px;
  position: relative;
}
.search-newsletter-form .cta {
  position: absolute;
  top: 49px;
  text-align: center;
}
.search-newsletter-form .cta em {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 31.44px;
  display: block;
  line-height: 31.44px;
}
.search-newsletter-form .cta em strong {
  font-size: 53.88px;
  line-height: 60px;
  display: block;
  text-align: center;
  color: #ffffff;
}
.search-newsletter-form .newsletter-form {
  position: absolute;
  bottom: 15px;
  left: 485px;
  width: 160px;
  background: none;
  height: auto;
  padding: 0;
}
.search-newsletter-form .newsletter-form fieldset {
  margin-left: 5px;
}
.search-newsletter-form .newsletter-form input.text {
  display: block;
  background: #ffffff;
  font-size: 13px;
  width: 142px;
  border-radius: 3px;
  font-weight: bold;
  margin-bottom: 6px;
}
.search-newsletter-form .newsletter-form input.text::placeholder {
  color: #727171;
  opacity: 1;
}
.search-newsletter-form .newsletter-form input.text::-webkit-input-placeholder {
  color: #727171;
  opacity: 1;
}
.search-newsletter-form .newsletter-form input.text::-moz-placeholder {
  color: #727171;
  opacity: 1;
}
.search-newsletter-form .newsletter-form input.text:focus::placeholder {
  opacity: 0;
}
.search-newsletter-form .newsletter-form input.text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.search-newsletter-form .newsletter-form input.text:focus::-moz-placeholder {
  opacity: 0;
}
.search-newsletter-form .newsletter-form input.text input.checkbox {
  width: 14px;
  height: 14px;
  margin: 3px 0 0;
  position: relative;
  display: block;
}
.search-newsletter-form .newsletter-form p {
  color: #ffffff;
  font-size: 9px;
  margin: 4px 0 0;
  line-height: 11px;
  display: block;
  width: auto;
}
.search-newsletter-form .newsletter-form p strong {
  font-size: 32px;
  display: block;
  text-align: left;
  color: #ffffff;
  line-height: 31.44px;
  margin: 5px;
  letter-spacing: -0.0333em;
}
.search-newsletter-form .newsletter-form label {
  display: block;
  padding-top: 3px;
}
.search-newsletter-form .newsletter-form label a {
  color: inherit;
  text-decoration: underline;
}
.search-newsletter-form .newsletter-form label[for="agreement_terms"],
.search-newsletter-form .newsletter-form label.checkbox {
  margin: -14px 0 0 21px;
  padding-top: 0;
}
.search-newsletter-form .newsletter-form label span.narrow {
  letter-spacing: -0.04em;
}
.search-newsletter-form .newsletter-form label span.field_hint {
  display: block;
  margin-top: 3px;
}
.search-newsletter-form .newsletter-form input.submit {
  display: block;
  margin: 0 -5px;
  cursor: pointer;
  background: transparent url(/upload/wysiwyg/grafika/newsletter/newsletter-btn.png) 50% 50% no-repeat;
  border: 0 none;
  font-size: 0;
  width: 157px;
  height: 0px;
  overflow: hidden;
  padding: 43px 0 0;
}
.search-newsletter-form .messages {
  position: absolute;
  bottom: 100px;
  right: 20px;
  color: #ffffff;
  font-size: 12px;
  width: 160px;
}
/* OVERRIDE */
.product_wrapper .table.variants .table-cell .spec2 li.show-in-cart {
  display: none;
}
#content #cart .show-in-cart {
  display: block;
}
#content #cart .navBlock h4 {
  background: none !important;
  text-indent: 0;
  color: #f1562a;
  font-weight: bold;
}
#content #cart #mainleft .nav {
  padding: 0;
  border: 0 none;
}
#content #cart .spec2 li {
  background: none;
}
#content #cart .nav ul li {
  background: #fff;
  border-bottom: 1px solid #ddd;
  color: #396897;
  font-weight: normal;
}
#content #cart .nav ul li.past {
  background: #fff;
}
#content #cart .nav ul li.past a {
  color: inherit;
}
#content #cart .nav ul li:last-child {
  border-bottom: 0px none;
}
#content #cart .nav ul li.active {
  background: #ddd;
  border-bottom: 3px solid #f1562a;
}
#content #cart .nav ul .s1 strong,
#content #cart .nav ul .s2 strong,
#content #cart .nav ul .s3 strong,
#content #cart .nav ul .s4 strong,
#content #cart .nav ul .s5 strong {
  background: none;
  color: #f1562a;
  font-weight: normal;
  text-indent: 0;
}
#content #cart .order-item {
  padding: 25px 0;
}
#content #cart .order-item + .order-item {
  border-top: 1px solid #ddd;
}
#content #cart .order-item h3 {
  margin: 0px 0 22px;
}
#content #cart .order-item h3 + h4 {
  font-size: 12px;
  margin: -19px 0 22px;
}
#content #cart .order-item h3 + h4 a {
  color: #707174;
}
#content #cart .order-item h3 + h4 b {
  font-weight: normal;
}
#content #cart .order-item .product-tags {
  margin-bottom: 22px;
}
#content #cart .order-item.pack {
  background-color: #fcfcfc;
  border-top: none;
}
#content #cart .order-item.pack_first {
  border-top: 1px solid #f1562a;
  background-image: linear-gradient(to top right, #fcfcfc 60%, #fbd1c5);
}
#content #cart #sort-wrapper label,
#content #cart #sort-wrapper select,
#content #cart #sort-wrapper option {
  font-size: 14px;
}
#content #cart #sort-wrapper select {
  margin: 0 0 0 20px;
}
#content #cart .summary {
  background: #f7f7f7;
  border-top: 1px solid #ddd;
  padding: 20px 5px;
  margin-bottom: 15px;
}
#content #cart .points {
  background: none;
  text-align: right;
  border: 0 none;
}
#content #cart .price {
  color: #f1562a;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  line-height: 1em;
}
#content #cart .price .oldprice {
  color: #313131;
  font-weight: normal;
  display: block;
}
#content #cart .graybox h4 {
  color: #313131;
}
#content #cart .additional input,
#content #cart .termsOfUseWrapper input {
  vertical-align: middle;
  margin: -1px 3px 0 0;
}
#content #cart .termsOfUseWrapper {
  margin-top: 15px;
}
#content #cart .termsOfUseWrapper .blueDot,
#content #cart .termsOfUseWrapper p {
  display: inline;
}
#content #cart .termsOfUseWrapper span.help {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
  color: #6b6d6f;
}
#content #cart a.remove {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  margin-top: 7px;
  float: right;
  overflow: hidden;
  text-indent: -900px;
  background: #fff url('/images/nexto16/x2.svg') 50% 50% no-repeat;
  background-size: 28px 28px;
  cursor: pointer;
  transition: all 0.1s linear;
  text-align: left;
}
#content #cart a.remove:hover {
  background: #313131 url('/images/nexto16/x.svg') 50% 50% no-repeat;
  background-size: 20px 20px;
}
#content #cart .softgraybox {
  background: #f7f7f7;
  padding: 15px;
  color: #313131;
  font-size: 14px;
}
#content #cart .softgraybox h5 {
  font-weight: normal;
}
#content #cart .softgraybox .price {
  color: #313131;
  font-size: 18px;
  font-weight: bold;
}
#content #cart .softgraybox input[type='radio'] {
  margin-right: 7px;
}
#content #cart .softgraybox input:disabled + label {
  color: #aaa;
}
#content #cart .softgraybox ~ .softgraybox {
  margin-top: 20px;
}
#content #cart .payment-coupon-label {
  display: inline-block;
  margin-right: 22px;
  width: 150px;
  vertical-align: top;
}
#content #cart .payment-coupon-label small {
  font-size: 10px;
  color: #707174;
}
#content #cart .message.coupon-message {
  border: 0 none;
  margin: 5px 0 0 172px;
  color: #ff0000;
  font-size: 12px;
}
#content #cart .message.coupon-message p {
  margin: 0;
}
#content #cart .message.coupon-message p + p {
  margin-top: 10px;
}
#content #cart .shipping div {
  float: left;
  width: 50%;
}
#content #cart .shipping .places {
  width: 325px;
  margin: 16px 24px;
}
#content #cart .shipping .places div {
  margin: 0 0 5px 0;
  width: 100%;
}
#content #cart .shipping .places div label {
  display: block;
  float: left;
  width: 30%;
  padding-top: 5px;
}
#content #cart .shipping .places div select {
  display: block;
  float: left;
  font-size: 1em;
  padding: 3px 5px;
  width: 70%;
}
#content #cart #payment_coupon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 10px 7px;
  line-height: 15px;
  margin: 0 3px 0 0;
}
#content #cart #payment_coupon.error {
  padding: 6px 10px 5px;
  border-bottom: 3px solid #ff0000;
}
#content #cart .btn-submit {
  display: inline-block;
  vertical-align: top;
}
#content #cart .btn-remove {
  display: inline-block;
  vertical-align: top;
}
#content #cart ul.formats {
  display: block;
}
#content #cart ul.formats li {
  display: inline;
}
html #member .order_list li.format ul.default.formats {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
html #member .order_list li.format ul.default.formats li {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px 0 0;
  width: auto;
}
html #member .order_list li.format ul.default.formats b {
  padding: 0 0 0 14px;
  display: inline-block;
  vertical-align: top;
}
html #member .order_list li .description {
  margin-bottom: 10px;
}
#adult_warning {
  background: #fff url(/images/nlayout/erotic_cover_sm.gif) no-repeat 15px 15px;
  position: absolute;
  left: -5000px;
  top: 110px;
  border: solid 2px #f00;
  width: 400px;
  font-size: 1.1em;
  text-align: left;
  padding: 14px 20px 10px;
  z-index: 100;
}
#adult_warning .warning {
  color: red;
  font-weight: bold;
  padding-left: 88px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0;
}
#adult_warning .check_adult_form {
  text-align: center;
  margin-top: 10px;
}
#adult_warning .check_adult_form label {
  position: relative;
  top: -2px;
  left: 3px;
}
#adult_warning .check_adult_form .reset {
  width: 100px;
  margin: 5px;
  border: 1px solid #CACACA;
  color: #6D6E70;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 1em;
  padding: 3px;
}
#adult_warning .check_adult_form .submit {
  width: 100px;
  margin: 5px;
  border: 1px solid #CACACA;
  color: #6D6E70;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 1em;
  padding: 3px;
}
#adult_warning .check_adult_form .disabled {
  color: #aaaaaa;
}
#div_no_permit {
  position: absolute;
  top: 100px;
  border: solid 2px #f00;
  z-index: 5000;
  background: #fff;
  text-align: center;
  color: red;
  width: 400px;
  padding: 0;
  padding: 39px 20px 61px;
  font-size: 1.5em;
  visibility: visible;
  line-height: 1.3em;
}
#div_cover {
  z-index: 100 !important;
  visibility: visible;
}
.product_wrapper .content ul li {
  padding: 0 0 0 15px;
  background: url('/images/nlayout/li.gif') 0 0.5em no-repeat;
  list-style: none;
}
#content #cart #quartic_slt_thankyou_page .quartic-recommendations .price {
  margin-bottom: 10px;
  text-align: left;
}
#content #cart #quartic_slt_thankyou_page .quartic-recommendations .price .label {
  color: #6D6E70;
  font-size: 12px;
  font-weight: normal;
}
#content #cart #quartic_slt_thankyou_page .quartic-recommendations .price .newprice {
  font-size: 16px;
}
#content #cart #quartic_slt_thankyou_page .quartic-recommendations .price .oldprice {
  display: inline;
  margin-left: 5px;
  font-size: 14px;
}
#quartic_slt_thankyou_page .quartic-recommendations ul li .add-to-cart {
  position: static;
  width: auto;
}
#quartic_slt_thankyou_page .quartic-recommendations ul li .title {
  height: 38px;
  line-height: 19px;
  font-size: 13px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
#quartic_slt_thankyou_page .quartic-recommendations ul li .title a {
  color: #518BAF;
}
#quartic_slt_thankyou_page .quartic-recommendations ul li .cover {
  display: table-cell;
  vertical-align: bottom;
  height: 233px;
}
.megamenu-container {
  padding-left: 16px;
}
.megamenu-container,
.top-ten-layer {
  overflow: auto;
  max-height: calc(100vh - 270px);
  position: relative;
}
.sticky-header .megamenu-container,
.sticky-header .top-ten-layer {
  max-height: calc(100vh - 128px);
}
.new-megamenu {
  display: none;
}
.megamenu-active {
  display: block !important;
}
.mm-before-a {
  position: relative;
  float: left;
  top: 2px;
  margin-left: -20px;
  margin-right: 6px;
  cursor: pointer;
}
.mm-before-ab {
  margin-left: -20px;
  margin-right: 6px;
  cursor: pointer;
  display: none;
  position: relative;
  float: left;
  top: 2px;
}
.mm-before-a-none {
  display: none;
}
.new-megamenu-boldy {
  font-weight: 700;
}
.tool_but.tool_but_account {
  background-color: #f1562a;
}
.toolsmenu .tool_but_account a .aspan {
  color: white;
}
.toolsmenu .tool_but_account:hover a .aspan {
  color: #f1562a;
}
.c-category-list {
  background-color: #f7f7f7;
  padding: 15px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.c-category-list-in {
  background-color: white;
  padding: 15px;
  padding-bottom: 10px;
}
.category-back-button {
  border: 1px solid #f1562a;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10%;
  color: #555;
  font-size: 12px;
  width: 70%;
  margin-left: 10%;
  margin-bottom: 5px;
  font-weight: 700;
  background: url('/images/nexto16/btn-less.svg') calc(40% - 14px) 48% no-repeat;
}
.category-back-button:hover {
  color: white;
  background: url('/images/nexto16/btn-less-hover.svg') calc(40% - 14px) 48% no-repeat;
  background-color: #f1562a;
}
.cbb-link,
.cbb-link:hover {
  text-decoration: none;
  margin-bottom: 20px;
}
.category-block-head {
  padding-bottom: 15px;
}
.line-up {
  border-left: 1px solid rgba(187, 187, 187, 0.4);
  height: 15px;
  margin-left: 6.5%;
  margin-top: -15px;
}
.tree,
.tree ul {
  margin: 0 0 0 1em;
  /* indentation */
  padding: 0;
  list-style: none;
  color: rgba(187, 187, 187, 0.4);
  position: relative;
}
.tree {
  margin-bottom: 20px;
}
.tree ul {
  margin-left: 0.5em;
}
/* (indentation/2) */
.tree:before,
.tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid;
}
.tree li {
  margin: 0;
  padding: 2px 1.5em 3px 2em;
  /* indentation + .5em */
  font-weight: bold;
  position: relative;
  line-height: 14px;
}
.tree li:before {
  content: "";
  display: block;
  width: 10px;
  /* same with indentation */
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  /* border top width */
  position: absolute;
  top: 10px;
  /* (line-height/2) */
  left: 0;
}
.tree li:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #bbbbbb;
  border-radius: 999px;
  position: absolute;
  left: 10px;
  top: 10px;
  margin-top: -3px;
  margin-left: -3px;
}
.tree li:last-child:before {
  background: white;
  /* same with body background */
  height: auto;
  top: 10px;
  /* (line-height/2) */
  bottom: 0;
}
@media only screen and (max-height: 769px) {
  #buybox-popup-wrapper #buybox-popup {
    top: 10px;
  }
}
@media only screen and (min-height: 770px) and (max-height: 1023px) {
  #buybox-popup-wrapper #buybox-popup {
    top: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  #jmCookieMessage #jmCookieMessageInner {
    width: auto;
    padding: 25px 60px 20px 20px;
    box-sizing: border-box;
  }
  #jmCookieMessage #jmCookieMessageButton {
    right: 10px;
  }
}
/* AKCJE PROMOCYJNE - PROMO ACTIONS ----------- */
.promo-actions a {
  color: black;
  font-weight: bold !important;
}
.promo-actions a:hover {
  color: #f1562a;
  background-color: transparent;
}
.product_wrapper .content .playlist h4 {
  margin: 15px 0 5px;
  font-size: 1em;
}
.product_wrapper .content .playlist ol {
  list-style-type: decimal-leading-zero;
  margin-left: 24px;
}
.product_wrapper .content .playlist ol li span.performer {
  color: gray;
}
.product_wrapper .content .playlist ol li span.time {
  color: darkgray;
}
.nip-wrapper-input {
  position: relative;
  width: 240px;
  display: block;
}
.nip-wrapper-input .nip-spinner-input {
  position: absolute;
  height: 16px;
  width: 16px;
  z-index: 50;
  top: 7px;
  right: 44px;
  background: url('/images/half-spinner.png') no-repeat center;
  animation: rotate 1s linear 0.001s infinite forwards;
}
.nip-wrapper-input .nip-spinner-profil-view {
  right: 64px;
}
.nip-wrapper-input .nip-spinner-cart-view {
  right: -56px;
}
.nip-wrapper-input .nip-error-input {
  margin: 0 !important;
  color: #f00;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
