@font-face {
  font-display: block;
  font-family: 'fontello';
  src: url('/fonts/fontello.eot');
  src: url('/fonts/fontello.eot') format('embedded-opentype'), url('/fonts/fontello.woff') format('woff'), url('/fonts/fontello.ttf') format('truetype'), url('/fonts/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.center {
  margin: 0 auto;
}
.hide {
  display: none;
}
.table {
  display: table;
}
.itable {
  display: inline-table;
}
.cell {
  display: table-cell;
}
.trow {
  display: table-row;
}
.block {
  display: block;
}
.iblock {
  display: inline-block;
}
.hidden {
  display: none !important;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tj {
  text-align: justify;
}
.vm {
  vertical-align: middle;
}
.vt {
  vertical-align: top;
}
.vb {
  vertical-align: bottom;
}
.fs0 {
  font-size: 0;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs120 {
  font-size: 20px;
}
.half {
  width: 50%;
}
.quarter {
  width: 25%;
}
.max {
  max-width: 1420px;
}
.radius0 {
  border-radius: 0;
}
.radius8 {
  border-radius: 8px;
}
.radius10 {
  border-radius: 10px;
}
.radius-rt0 {
  border-top-right-radius: 0;
}
.radius-rb0 {
  border-bottom-right-radius: 0;
}
.radius-lt0 {
  border-top-left-radius: 0;
}
.radius-lb0 {
  border-bottom-left-radius: 0;
}
.border0 {
  border: 0;
}
.flex {
  display: flex;
}
.fww {
  flex-wrap: wrap;
}
.iflex {
  display: inline-flex;
}
.jcs {
  justify-content: space-between;
}
.jcse {
  justify-content: space-evenly;
}
.jcc {
  justify-content: center;
}
.alic {
  align-items: center;
}
.strong {
  font-weight: bold;
}
.fwn {
  font-weight: normal;
}
.m0 {
  margin: 0;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.m5 {
  margin: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.mr5 {
  margin-right: 5px;
}
.ml5 {
  margin-left: 5px;
}
.m10 {
  margin: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mr10 {
  margin-right: 10px;
}
.ml10 {
  margin-left: 10px;
}
.m15 {
  margin: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mr15 {
  margin-right: 15px;
}
.ml15 {
  margin-left: 15px;
}
.m20 {
  margin: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mr20 {
  margin-right: 20px;
}
.ml20 {
  margin-left: 20px;
}
.m25 {
  margin: 25px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.mr25 {
  margin-right: 25px;
}
.ml25 {
  margin-left: 25px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.p0 {
  padding: 0;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.p5 {
  padding: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pl5 {
  padding-left: 5px;
}
.p10 {
  padding: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pl10 {
  padding-left: 10px;
}
.p15 {
  margin: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pl15 {
  padding-left: 15px;
}
.p20 {
  padding: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pl20 {
  padding-left: 20px;
}
.p25 {
  margin: 25px;
}
.pt25 {
  margin-top: 25px;
}
.pb25 {
  margin-bottom: 25px;
}
.pr25 {
  margin-right: 25px;
}
.pl25 {
  margin-left: 25px;
}
.pos-tr {
  top: 0;
  right: 0;
}
.pos-tl {
  top: 0;
  left: 0;
}
.pos-br {
  bottom: 0;
  right: 0;
}
.pos-bl {
  bottom: 0;
  left: 0;
}
.pos-l {
  left: 0;
}
.pos-r {
  right: 0;
}
.pos-t {
  top: 0;
}
.pos-b {
  bottom: 0;
}
.full {
  width: 100%;
}
.fullh {
  height: 100%;
}
.br {
  border-right: 1px solid;
}
.bl {
  border-left: 1px solid;
}
.bt {
  border-top: 1px solid;
}
.bb {
  border-bottom: 1px solid;
}
.br0 {
  border-right: 0;
}
.bl0 {
  border-left: 0;
}
.bt0 {
  border-top: 0;
}
.bb0 {
  border-bottom: 0;
}
.border {
  border: 1px solid;
}
.ttu {
  text-transform: uppercase;
}
.ttl {
  text-transform: lowercase;
}
.c-black {
  color: #000;
}
.c-white {
  color: #fff;
}
.c-orange {
  color: #FF9604;
}
.pointer {
  cursor: pointer;
}
.nolist,
.nolist li {
  list-style: none;
}
.noselect {
  user-select: none;
}
.wsn {
  white-space: nowrap;
}
.line-trough {
  text-decoration: line-through;
}
.wsnw {
  white-space: nowrap;
}
* {
  outline: none !important;
  box-sizing: border-box;
}
:-moz-placeholder {
  color: #8a8a8a;
}
::-moz-placeholder {
  color: #8a8a8a;
}
:-ms-input-placeholder {
  color: #8a8a8a;
}
::-webkit-input-placeholder {
  color: #8a8a8a;
}
body {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  background: #FAFAFA;
}
img {
  border: medium none;
  max-width: 100%;
}
a {
  text-decoration: none;
}
h1 {
  margin: 0;
}
textarea {
  resize: none;
}
.icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  display: inline-block;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
select,
input[type=password],
input[type=search],
input[type=email],
input[type=tel],
input[type=text],
textarea {
  border: 1px solid #848484;
  padding: 8px 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  background: #fff;
}
header select,
header input[type=search],
header input[type=text] {
  border: 0;
}
.header-promo,
.header-search {
  border: 1px solid #848484;
  padding: 1px;
}
textarea {
  overflow: auto;
}
.all {
  width: 100%;
  margin: 0 auto;
}
.action:not(.mobile-action),
a,
a i {
  cursor: pointer;
}
.user-stuff a {
  color: #000;
  text-transform: uppercase;
}
.header-account .icon.user-icon,
.user-stuff i {
  font-size: 31px;
}
.user-stuff a span {
  font-size: 12px;
  padding-top: 2px;
}
span.login-register a:hover,
.main-infos a:hover,
.user-box a:hover,
.info-menu li:hover,
.firstMedia a:hover,
.shover:hover,
.banners-left-top .left_top_banner a img:hover {
  transition: all 0.2s linear 0s;
  opacity: 0.8;
}
.contactFormLink:hover {
  opacity: 0.9;
}
.left_top_banner img {
  max-width: 100%;
  height: auto;
}
.accept-button {
  right: 1px;
}
.search-select-content {
  top: 34px;
  border-color: #848484;
  left: -2px;
  width: calc(100% + 4px);
}
header select {
  overflow-y: hidden;
  width: 100%;
  border: 0;
  padding: 7px 0;
  white-space: nowrap;
  border-left: 1px solid #CFCFCF;
  color: #8a8a8a;
}
.closed {
  display: none;
  position: absolute;
  z-index: 9999;
  background: #fff;
  border: 1px solid;
}
.wishlists-for-product-header .head,
.wishlists-content-container .head,
.wishlists-content-container .head,
.header .head {
  width: 100%;
  padding: 8px 15px;
  text-align: center;
  background: #FF9604;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.wishlists-for-product-header .head a,
.wishlists-content-container .head a {
  color: #fff;
  font-size: 14px;
  display: block;
}
.wishlists-for-product-header .head,
.wishlists-content-container .head {
  line-height: 15px;
}
.admin-box {
  top: 50px;
  padding: 15px;
}
.admin-box a {
  display: block;
  font-weight: bold;
  padding: 3px;
}
.circle-container {
  bottom: -6px;
  z-index: 2;
  left: -10px;
}
.user-stuff a.logout {
  font-size: 10px;
}
.search-select span {
  width: 132px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #848484;
  font-size: 14px;
}
.logo img {
  vertical-align: middle;
}
header {
  background: #fff;
  z-index: 99992;
  padding: 20px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0;
}
.info-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.sticky .info-menu {
  display: none;
}
.info-menu li {
  display: inline-block;
}
.info-menu li:last-child {
  margin-right: 0;
}
.info-menu li a {
  color: #4d4d4d;
  font-size: 18px;
  z-index: 10;
}
.info-menu li a:hover {
  text-decoration: underline;
}
.cats-menu-container.opened {
  height: auto;
  position: absolute;
  background: #fff;
  width: 16%;
  z-index: 99994;
}
.start.index .cats-menu-container {
  height: 100%;
}
.cats-menu-container.opened {
  width: 100%;
  border: 1px solid;
}
.leftCatsList ul > li {
  line-height: 23px;
  border: 1px solid #fff;
  position: relative;
  z-index: 99;
}
.leftCatsList ul > li ul li {
  line-height: 14px;
}
.leftCatsList ul > li {
  position: static;
  margin-bottom: 5px;
}
.leftCatsList ul > li > a {
  display: block;
  width: 100%;
  position: relative;
  line-height: 23px;
  font-weight: normal;
}
.leftCatsList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding-left: 5px;
}
/*ul.browser{min-height:386px}*/
ul.browser {
  height: 386px;
}
.browser li > ul {
  display: none;
  position: absolute;
  z-index: 10000;
  left: 15%;
  overflow: hidden;
  width: 100%;
  background: #fff;
  padding: 9px 10px;
}
.browser > li > ul > li > span {
  font-weight: bold;
}
.browser > li > ul > li li span a {
  font-size: 13px;
}
.browser::before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  background: #fff;
  transform: rotate(45deg);
  top: -14px;
  left: 62px;
  z-index: 0;
  border-left: 1px solid;
  border-top: 1px solid;
}
.browser a:hover {
  color: #FF9604;
}
.browser a:hover svg path {
  fill: #FF9604 !important;
}
.browser li ul ul {
  box-shadow: none;
  border: none;
  position: static;
  display: inline;
  margin: 0;
  padding: 0;
}
.hover-active .browser > li.is-open > ul {
  width: 85%;
  background: #fff;
  top: 0;
  height: 100%;
  display: block;
  columns: 4;
  column-fill: auto;
}
.browser a {
  color: #4d4d4d;
  font-size: 14px;
}
body:not(.start.index).slider-content {
  padding-top: 15px;
}
#main img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
#main p {
  margin: 0;
}
.columnBoxTitle {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 35px;
  font-weight: 600;
}
#leftColumn .columnBoxTitle {
  margin-bottom: 10px;
}
.product-short-photo .table,
.product-short-photo {
  overflow: hidden;
  height: 190px;
}
.product-short-photo img {
  height: auto;
  display: inline-block;
}
/*.product-short{padding:5px;cursor:pointer}*/
.product-short {
  margin-right: 5px;
  cursor: pointer;
}
.product-short:hover {
  opacity: 0.8;
}
.product-short-title {
  font-size: 13px;
  margin-top: 5px;
  max-width: 90%;
}
.product-short-title a {
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.module .priceBruttoNumber {
  font-size: 20px;
  color: #FF9604;
  padding-top: 10px;
  font-weight: 600;
}
.bx-wrapper .bx-controls-direction {
  opacity: 0;
}
.bx-wrapper:hover .bx-controls-direction {
  opacity: 1;
}
.module .bx-wrapper .bx-controls-direction a {
  display: none;
}
.module:hover .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.module:hover .bx-wrapper .bx-controls-direction a {
  display: inline-table;
}
.bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  width: 35px;
  height: 70px;
  z-index: 9998;
  text-align: center;
  border: 1px solid #dcdcdc;
  background: #fff;
  margin-top: -35px;
  line-height: 70px;
  display: inline-table;
}
.bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
.bx-wrapper .bx-controls-direction a i {
  font-size: 20px;
  color: #000;
  vertical-align: middle;
  display: table-cell;
}
.white-block .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -20px;
}
.white-block .bx-wrapper .bx-controls-direction a.bx-next {
  right: -20px;
}
.socials {
  margin-top: 10px;
}
.socials .icon {
  font-size: 40px;
  color: #5764d0;
}
.socials {
  color: #4d4d4d;
  font-size: 18px;
}
.module {
  width: 100%;
}
.footer {
  position: relative;
  width: 100%;
  z-index: 999;
  color: #6b6b6b;
  font-size: 17px;
  padding: 0;
  overflow: hidden;
  margin-top: 20px;
}
.f-links a {
  display: block;
  color: #6b6b6b;
  font-size: 15px;
  margin-bottom: 3px;
}
.f-head,
.f-links .f-head a {
  font-size: 18px;
  color: #FF9604;
}
.f-links a:hover {
  text-decoration: underline;
}
.f-head {
  font-size: 18px;
  margin-bottom: 15px;
}
.footer-content ul {
  margin: 0px;
}
a.button,
button {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  border: 0px;
  background: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: #FF9604;
  padding: 5px 9px;
  font-size: 18px;
}
a.button:hover,
button:hover {
  opacity: 0.8;
}
a.button.negative,
button.negative {
  background: #972325;
}
a.orange-btn,
button.orange-btn {
  background: #FF9604;
  color: #fff;
  transition: background-color 0.5s ease;
}
a.orange-btn.negative-btn,
button.orange-btn.negative-btn {
  background: #bd0000;
  font-weight: normal;
  margin-left: 15px;
}
.header button.accept-button {
  border-left: 1px solid #848484;
}
.top-buttons i {
  font-size: 22px;
  color: #FF9604;
}
.top-buttons .search-select i {
  color: #848484;
  font-size: 18px;
  width: 15px;
}
button.search-btn {
  border-left: 1px solid #848484;
}
.cell-button {
  vertical-align: top;
}
.header .cell {
  vertical-align: middle;
}
.search-input {
  width: calc(100% - 238px);
}
header input::placeholder {
  color: #848484;
}
header input::-moz-placeholder {
  color: #848484;
}
header input::-webkit-input-placeholder {
  color: #848484;
}
.rabate-input {
  width: 100%;
}
#PromoCode {
  width: calc(100% - 38px);
}
.header .iblock {
  vertical-align: middle;
}
.user-stuff {
  width: 247px;
}
.header-search {
  width: 38%;
}
.i-search {
  width: 100%;
}
.header .iblock {
  font-size: 14px;
}
.header .inbasketSummary {
  pointer-events: none;
}
.number-of-products span {
  display: flex;
  justify-content: center;
  align-self: auto;
  line-height: 19px;
}
.number-of-products {
  margin: 0 auto;
  font-size: 10px;
  justify-content: center;
  border-radius: 50%;
  background: #3058ad;
  color: #fff;
  display: flex;
  width: 19px;
  height: 19px;
}
.number-of-products.digits-4,
.number-of-products.digits-3 span {
  font-size: 8px;
}
.number-of-products.digits-4 {
  width: 21px;
  height: 21px;
}
.number-of-products.digits-4 span {
  line-height: 20px;
}
.slider ul,
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu ul li {
  display: inline-block;
  margin-right: 35px;
  text-transform: uppercase;
}
.menu ul li:last-of-type {
  margin-right: 0;
}
.menu ul li a {
  color: #a0a09f;
}
.menu ul li a:hover {
  color: #000;
}
.bx-wrapper {
  border: none;
  box-shadow: none;
  margin: 0;
}
.bx-wrapper ul {
  margin: 0;
}
.bx-wrapper ul li p {
  margin: 0;
}
div.ac_results {
  display: none;
  position: absolute;
  z-index: 222;
  background: #fff;
  border: 2px solid #ddd;
  left: 0;
  height: auto;
  top: 36px;
  overflow: auto;
}
ul.ac_results {
  margin: 0;
  border: 0;
  list-style: none;
  padding: 0;
  height: 380px;
}
ul.ac_results li {
  font-size: 12px !important;
}
ul.ac_results li a {
  padding: 5px;
}
.ac_results .header-search .cell {
  height: auto;
}
.ac_results .sr-name a {
  color: #193559;
  font-weight: normal !important;
  margin-bottom: 3px;
  display: block;
}
.ac_over {
  background: #ffebe0;
}
.bx-wrapper .bx-pager {
  bottom: 10px;
  right: 10px;
  text-align: right;
  width: auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #fff;
  height: 15px;
  width: 15px;
  border-radius: 8px;
}
#navibar {
  margin: 20px 0 20px 0;
  font-size: 12px;
}
#navibar,
#navibar a {
  color: #a0a09f;
  font-size: 14px;
  color: #6d6d6d;
}
#navibar a:hover {
  text-decoration: underline;
}
.crumbend {
  color: #FF9604;
}
#leftColumn {
  width: 23%;
}
#contentColumnL {
  width: 75%;
  background: #fff;
  padding: 20px 20px;
  font-size: 16px;
  position: relative;
}
#contentColumnL.full {
  width: 100%;
}
.undercat-banners {
  width: 75%;
}
.full .undercat-banners {
  width: 100%;
}
.full .cat-bestsellers {
  width: 100%;
}
.start.index #contentColumnL {
  background: none;
  padding: 0;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
  border-left: 0;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
  border-right: 0;
}
.newsletter {
  max-width: 430px;
}
.f-links,
.footer .newsletter {
  padding: 0 0 20px 0;
}
.footer .newsletter {
  padding-left: 25px;
}
.newsletter input {
  width: 100%;
  margin-top: 15px;
}
.newsletter .f-head {
  font-weight: bold;
}
.newsletter button {
  margin-top: 10px;
  font-size: 18px;
}
.newsletter button.unsubscribe {
  font-weight: normal;
  margin-left: 15px;
}
.event_item,
.records-container .productSmallContent,
body.promoted .productSmallContent {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px dotted #848484;
}
.records-container .white-block .productSmallContent,
body.promoted .white-block .productSmallContent {
  padding: 0;
  margin: 0;
  border: 0;
}
.psmall-photo img {
  height: auto;
  max-height: 160px;
  max-width: 90%;
}
.children-categories-item {
  margin-bottom: 5px;
  border: 1px solid #FF9604;
  margin-left: 5px;
  padding: 5px;
  font-size: 15px;
}
.children-categories-item:last-of-type(2) {
  border-right: 0;
  margin-left: 0;
}
.children-categories-item a {
  color: #4d4d4d;
  font-size: 14px;
}
.sorting a:hover,
.children-categories-item a:hover {
  text-decoration: underline;
}
.p-small-title a {
  font-size: 16px;
  color: #000;
}
.bottomSorting a,
.topSorting a {
  color: #FF9604;
}
.paging .disabled {
  display: none;
}
.isNew {
  background: #00a200;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  padding: 3px;
  text-shadow: 1px 1px 1px #000;
  vertical-align: middle;
}
.psmall-row .priceContainer {
  font-weight: bold;
}
.sorting .asc,
.sorting .desc {
  text-decoration: underline;
  display: inline-block;
  font-size: 14px;
}
.sorting .sort-ico {
  padding-left: 1px;
  position: relative;
}
.to-cart-button {
  background: #FF9604;
  width: 100%;
  user-select: none;
  color: #fff;
  display: block;
  font-size: 17px;
  font-family: 'Roboto';
  text-transform: uppercase;
}
.children-categories-list {
  margin: 10px 0px 15px -5px;
}
.check-container {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 22px;
}
.fancybox-slide .check-container {
  line-height: 15px;
  font-size: 14px;
  padding-left: 24px;
}
.fancybox-slide .check-container .checkmark {
  top: 2px;
}
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #7b7b7b;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-container input:checked ~ .checkmark:after {
  display: block;
}
.check-container input:checked ~ .checkmark {
  border: 1px solid #00a200;
  box-shadow: none;
}
.check-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: 1px solid #00a200;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio-button.check-container {
  line-height: 21px;
}
.radio-button.check-container .checkmark,
.radio-button.check-container input:checked ~ .checkmark {
  border-radius: 50%;
}
.radio-button.check-container input:checked ~ .checkmark {
  border-width: 2px;
}
.radio-button.check-container .checkmark:after {
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  transform: none;
  background: #00a200;
  border: 0;
  border-radius: 50%;
}
body.baskets .check-container input:checked ~ .checkmark,
body.baskets .check-container .checkmark:after {
  border-color: #00a200;
}
/*body.baskets .check-container{line-height:25px}*/
/*.check-container span.low-height{line-height:14px}*/
.columnFilters .countedFiltersNumber,
.columnFilters span {
  display: inline-block;
}
.countedFiltersNumber {
  margin-left: 5px;
}
.bestseller-price {
  color: #ff610a;
  font-weight: bold;
}
.p-gallery {
  width: 60%;
}
.p-price {
  width: calc(40% - 25px);
  margin-left: 25px;
}
.p-price .p-prices {
  float: left;
  text-align: left;
}
.price-filter input,
.custom-filter-from-to input {
  width: 65px;
  font-size: 13px;
}
.filter-block {
  margin-bottom: 30px;
}
#showhide-hidden-producers {
  font-size: 70%;
  color: #7C7C7C;
  margin-bottom: 20px;
  display: block;
}
.longBoxTitleProduct.head,
.set-element,
.nearhead,
.longBoxTitleProduct h1 {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}
.longBoxTitleProduct.head,
body.baskets .longBoxTitleProduct h1,
.longBoxTitleProduct h1,
.longBoxTitleCustom h1 {
  font-size: 20px;
  line-height: 20px;
}
.some-infos {
  font-size: 13px;
  margin: 15px 0;
}
.some-infos,
.underPrices {
  line-height: 16px;
}
.longBoxTitle .admin-stuff {
  font-size: 13px;
}
.p-symbol span,
.p-pcode span,
.p-producer a,
.p-importer .bold,
.p-ean .bold {
  color: #848484;
  font-weight: bold;
}
.priceFull .priceBruttoNumber .priceBruttoNumber {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
}
.priceFull .priceBruttoNumber span {
  font-size: 18px;
}
.priceNetto .price-text {
  font-size: 11px;
}
.some-infos a:hover {
  text-decoration: underline;
}
.shippingProduct .bold {
  color: #00a200;
}
input[type=text].toBasketQty {
  border-radius: 0;
  height: 40px;
  border-right: 0;
  border-left: 0;
  max-width: 60px;
}
.incDec {
  cursor: pointer;
  vertical-align: middle;
  height: 40px;
  border: 1px solid #848484;
  line-height: 40px;
  width: 40px;
  text-align: center;
}
.incDec i {
  vertical-align: top;
  font-size: 18px;
}
.incDec:hover {
  background: #dcdcdc;
}
#flashMessage.negative,
.popupFlash.message.popupShown span,
.popupFlash #flashMessage,
#flashMessage.positive,
.positive_message,
.message:not(.popupShown) {
  text-align: center;
  font-size: 20px;
  padding: 15px;
  color: #fff;
  background: #f32222;
  font-weight: 700;
  position: relative;
  z-index: 99990;
  text-shadow: 1px 1px 1px #000000;
}
.all > .message:not(.popupShown),
.all > .positive_message,
.all > #flashMessage.negative,
.all > #flashMessage.positive {
  position: static;
}
body.sticky-header .all > .message:not(.popupShown),
body.sticky-header .all > .positive_message,
body.sticky-header .all > #flashMessage.negative,
body.sticky-header .all > #flashMessage.positive {
  left: 0;
  right: 0;
  position: fixed;
}
body.sticky-header.sticky-prodnav .all > .message:not(.popupShown),
body.sticky-header.sticky-prodnav .all > .positive_message,
body.sticky-header.sticky-prodnav .all > #flashMessage.negative,
body.sticky-header.sticky-prodnav .all > #flashMessage.positive {
  max-width: 1420px;
  margin: 0 auto;
  margin-top: -1px;
}
.popupFlash #flashMessage,
.popupFlash.popupToShow.popupShown {
  margin-bottom: 10px;
  z-index: 9999;
}
.fancybox-container #flashMessage {
  bottom: unset;
  top: 0;
  margin: 0;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  text-shadow: 1px 1px 1px #000000;
}
#flashMessage .close-message {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.positive_message {
  background: #00a934;
}
.warning {
  font-size: 16px;
  padding: 8px;
  color: #fff;
  background: #ea0000;
  font-weight: 700;
}
.left-mod {
  margin-bottom: 25px;
}
.columnFilters .buttons {
  margin-top: 15px;
}
.columnFilters .buttons .cell * {
  display: block;
}
input[type=checkbox] {
  margin: 0;
}
label[for=FilterShowOnlyAvailable] {
  margin-left: 5px;
}
.price-filter {
  margin-bottom: 20px;
}
.price-filter input {
  width: 35%;
}
.left-mod {
  font-size: 15px;
}
.left-mod .filterTitle {
  margin-bottom: 5px;
  font-weight: bold;
}
.available-filter {
  margin-top: 8px;
}
.columnFilters span,
.columnFilters label {
  cursor: pointer;
}
label[for=FilterPriceHighest] {
  padding-left: 10PX;
}
.bestseller-item {
  margin-bottom: 10px;
}
.bestseller-item:hover {
  opacity: 0.8;
}
.bestseller-title {
  font-size: 12px;
}
.bestseller-title a {
  color: #000;
}
.bottomSorting,
.topSorting {
  font-size: 14px;
}
.basketUserTypeSelectFieldset {
  width: 67%;
}
.slider-object .productSmallContent {
  float: left;
}
.bottomSorting {
  margin: 20px 0;
}
.admin-stuff {
  color: #00abff !important;
}
.changePrioritiesAdminButtonSubmit {
  background: none;
  font-size: 12px;
  font-family: 'Roboto';
  border: 0;
  padding: 0;
  cursor: pointer;
}
.bold {
  font-weight: bold;
}
.paging span {
  border: 1px solid #FFF;
  cursor: pointer;
}
.paging span.current,
.paging span.disabled {
  padding: 7px;
  background: #FF9604;
  color: #fff;
}
.paging span a {
  padding: 7px;
  display: block;
}
.paging span {
  margin-left: 5px;
  display: inline-block;
}
.paging span.disabled:hover,
.paging span.current:hover {
  cursor: default;
}
.paging span.next {
  margin-left: 5px;
}
.admin-stuff[class$=-productLargeContent],
.psmall-photo .admin-stuff {
  font-size: 10px;
}
.productShortTextSmall {
  font-weight: normal !important;
  color: #000;
}
.productShortTextSmall p {
  margin: 0 !important;
  line-height: 125%;
}
.subcategory h2 {
  background: #dcdcdc;
  padding: 5px;
  font-size: 20px;
  font-weight: normal;
}
.psmall-basket .positive {
  color: #86C912;
  font-weight: bold;
}
.psmall-basket .productLargeField {
  font-size: 13px;
}
.p-price .productLargeField {
  clear: both;
}
div.error-message {
  font-size: 12px;
  background-color: #fff;
  color: red;
  padding-top: 3px;
}
.is-mobile div.error-message {
  font-size: 16px;
}
div.warning-message {
  font-size: 12px;
  color: #848484;
  padding-top: 3px;
}
input[type=password].form-error,
textarea.form-error,
input.form-error {
  border-bottom-color: red;
  box-shadow: 0 1px 0 0 red;
}
input[type=password].form-input-validation-success,
textarea.form-input-validation-success,
input.form-input-validation-success,
.user-notice textarea {
  border-bottom-color: #00a200;
  box-shadow: 0 1px 0 0 #00a200;
  resize: none;
}
div.custom-label.error label {
  color: red;
}
.floating-tooltip {
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px;
}
.basketInfo td {
  text-align: left;
}
.left-filters.left-mod {
  font-size: 13px;
}
.custom-filter-from-to input,
.price-filter input {
  width: 65px;
  font-size: 13px;
}
.basketAddressFieldset textarea {
  resize: vertical;
}
.b-inputs select {
  width: 60%;
}
.smaller {
  font-size: 60%;
}
.hideIfIsCompany {
  float: left;
}
.longBoxContent .smallFieldset {
  font-size: 16px;
}
.longBoxContentPromos div.trow .cell {
  padding-top: 5px;
  padding-bottom: 5px;
}
.longBoxContentPromos .cell-error {
  color: red;
}
.final-products .basketTrAmount {
  padding: 0;
}
.final-products .basketTrAmount .priceBruttoNumber {
  font-size: 18px;
}
.not-active-product {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
}
.not-active-product-info {
  color: #fff;
  background-color: red;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 15px;
  border-radius: 10px;
  display: block;
  float: right;
}
.productLargeContent .warning {
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
}
.fb_likebox {
  margin-left: 10px;
}
#popup_product_added_to_basket_content a.ml10 {
  margin-left: 10px;
}
.promo-code input[type=text].rabate-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#PurchaseformCode {
  border: 0;
}
.rabate-button button {
  position: relative;
  width: 40px;
  height: 34px;
  border-left: 1px solid #000;
}
.rabate-button button i {
  font-size: 24px;
}
.terms-head {
  margin-top: 30px;
}
.shippingProduct {
  font-size: 14px;
  margin-bottom: 15px;
}
.productLargeField {
  font-size: 12px;
  margin-top: 10px;
  text-transform: lowercase;
}
.productLargeField .positive {
  font-weight: bold;
  color: #06bf06;
}
.tabNavigation-product,
.tabNavigation {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabNavigation-product.mt20,
.tabNavigation.mt20 {
  margin-top: 20px;
}
.box-name,
.tabNavigation li a,
.tabNavigation-product li a {
  padding: 6px;
  display: block;
  color: #848484;
  font-size: 15px;
  margin-left: 10px;
  margin: 0 2px 1px 2px;
  text-transform: uppercase;
}
.box-name {
  margin: 20px 0 0 0;
  border-bottom: 4px solid #FF9604;
  display: inline-block;
}
.tabNavigation li a:first-child,
.tabNavigation-product li a:first-child {
  margin-left: 0;
}
.tabNavigation li a.selected,
.tabNavigation li a:hover,
.tabNavigation-product li a.selected,
body:not(.touch-device) .tabNavigation-product li a:hover {
  border-bottom: 4px solid #FF9604;
}
.produktTabs {
  clear: both;
  font-size: 17px;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
legend {
  padding: 0;
}
.produktTabs input,
.produktTabs label {
  display: block;
}
body.users #contentColumnL input:not([type=checkbox]):not(button),
.shop-reviews input[type=email],
.shop-reviews input[type=text],
.shop-reviews textarea,
.produktTabs input[type=email],
.produktTabs input[type=text],
.produktTabs textarea {
  width: 50%;
}
.shop-reviews input[type=email],
.shop-reviews input[type=text],
.shop-reviews textarea {
  width: 54%;
}
.shop-reviews .table input[type=email],
.shop-reviews .table input[type=text],
.shop-reviews .table textarea {
  width: 64%;
}
.produktTabs select {
  margin-bottom: 5px;
}
.stepBar {
  margin-top: 15px;
}
.progress-indicator {
  display: flex;
  justify-content: space-between;
}
.progress-indicator {
  margin: 0 0 1em;
  padding: 0;
  font-size: 80%;
}
.progress-indicator > li {
  list-style: none;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  color: #bbb;
  display: block;
  width: 33%;
}
.progress-indicator > li:hover {
  color: #6f6f6f;
}
.progress-indicator > li {
  border-bottom: 5px solid #bbb;
}
.progress-indicator > li.completed {
  color: #ff610a;
  border-bottom: 5px solid #ff610a;
  padding-bottom: 5px;
}
.progress-indicator > li.completed.previous-step {
  color: #000;
}
.progress-indicator > li.active {
  color: #337AB7;
}
.progress-indicator.stacked > li {
  text-indent: -10px;
  text-align: center;
  display: block;
}
.progress-indicator.stacked .stacked-text {
  position: relative;
  z-index: 10;
  top: 0;
  margin-left: 60% !important;
  width: 45% !important;
  display: inline-block;
  text-align: left;
  line-height: 1.2em;
}
.progress-indicator.stacked > li a {
  border: none;
}
.progress-indicator.stacked.nocenter .stacked-text {
  width: auto !important;
  display: block;
  margin-left: 40px !important;
}
.progress-indicator > li {
  font-size: 16px;
}
#inBasketRight {
  width: 300px;
  font-size: 14px;
  margin-left: 20px;
}
.throw .cell {
  background: #dcdcdc;
  border-right: 2px solid #fff;
  padding: 5px;
  font-size: 14px;
}
.basketTr {
  border-bottom: 1px solid #dcdcdc;
}
.basketProdPhoto {
  width: 130px;
}
.basketProductDescription a {
  color: #193559;
}
.basketTrValue,
.throw .cell.basketThValue {
  border-right: 0;
}
.basketTrPrice .priceBruttoNumber,
.basketTrValue .priceBruttoNumber {
  font-size: 18px;
}
.basketTrAmount {
  min-width: 150px;
}
.basketTrAmount button,
.basketTrAmount a {
  margin-top: 5px;
  font-size: 14px;
  height: 24px;
  line-height: 14px;
  font-weight: normal;
}
.basketTrAmount a {
  background: #c10000;
}
#inbasketProducts {
  position: relative;
}
.b-indicator img {
  margin-bottom: 10px;
}
.inactive {
  opacity: 0.6;
}
.small {
  font-size: 11px;
  letter-spacing: 0.7px;
}
#left_step_basket_column {
  width: 65%;
  padding-right: 5%;
}
#right_step_basket_column {
  width: 35%;
}
.b-head {
  padding: 5px;
  background: #dcdcdc;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
  width: 100%;
}
/*
.b-head::before{content:"›";position:absolute;left:10px;font-size:30px;line-height:22px;top:0}
*/
.stepBasketProductsTable {
  margin: 20px 0;
}
.basketPaymentInput,
.basketShippingInput {
  font-size: 14px;
}
#left_step_basket_column div.inactive {
  padding-left: 25px;
}
.oneRadioField label,
.oneRadioField input {
  cursor: pointer;
}
.basketPaymentTitle {
  margin-top: 20px;
}
.basketPaymentTitle,
.basketShippingTitle {
  margin-bottom: 10px;
}
.freeShippingInfo {
  background: #449D44;
  font-size: 14px;
  color: #fff;
  padding: 7px;
  max-width: 300px;
  border: 1px solid #0d5400;
}
.commerce .addons {
  margin-top: 15px;
}
.right-addons {
  max-width: 35%;
}
.b-cell {
  padding: 7px;
  background: #dcdcdc;
  font-size: 16px;
}
.stepBasketToPaySum,
.stepBasketToPaySum,
.stepBasketShippingSum {
  margin-top: 20px;
}
.stepBasketShippingSumValue.b-cell,
.stepBasketShippingSumName.b-cell {
  font-size: 14px;
}
.stepBasketShippingSumValue.b-cell {
  white-space: nowrap;
}
.stepBasketToPaySum {
  background: #ffa500;
  padding: 7px;
}
.step-button {
  height: 40px;
  background: #FF9604;
  text-transform: uppercase;
  padding: 10px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: bold;
}
.step-button.back {
  background: none;
  color: #00a200;
  padding: 0;
}
.step-info {
  margin-bottom: 20px;
  width: 30%;
  font-size: 15px;
  padding: 10px 10px 10px 35px;
  text-align: justify;
  border: 1px solid #006dbd;
  position: relative;
}
.step-info::before {
  font-family: monospace;
  display: block;
  content: "i";
  position: absolute;
  left: 5px;
  top: 8px;
  color: #006dbd;
  font-size: 24px;
  font-weight: bold;
}
#basket_step_1_info {
  width: auto;
}
.address_data .step-info {
  width: auto;
}
.view-head {
  font-size: 30px;
}
.infoRight {
  margin-top: 20px;
  border-bottom: 1px dotted #dcdcdc;
  padding-bottom: 10px;
}
.links:hover {
  opacity: 0.8;
}
#contentContainer {
  margin-bottom: 20px;
}
#inbasketProducts {
  margin-bottom: 20px;
}
.b-inputs {
  width: 65%;
}
#inpost_data {
  margin-bottom: 10px;
}
#inpost_data .error-message {
  font-size: 12px;
  color: red;
}
#inpost_data input,
#inpost_data select,
#inpost_data .custom-select {
  width: 100%;
  max-width: 100%;
}
.address-input-warning {
  color: red;
  font-size: 12px;
  display: none;
}
.b-inputs {
  padding-right: 5%;
  padding-bottom: 20px;
}
.b-infos {
  width: 30%;
}
.b-inputs input[type=text],
.b-inputs input[type=tel],
.b-inputs input[type=email],
.b-inputs textarea {
  width: 50%;
}
.inv-slect label,
.inv-copy {
  background: #449D44;
  color: #fff;
  padding: 5px;
  border: 1px solid #0d5400;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 14px;
}
.inv-copy {
  background: #18b7b0;
  border: none;
}
body.commerce.baskets.address_data #right_step_basket_column {
  width: 100%;
  padding-top: 20px;
}
.terms {
  padding-bottom: 5px;
}
/*body.commerce.baskets.address_data .terms-checks label{font-weight:normal;font-size:12px}*/
.check-container span.low-height a,
body.commerce.baskets.address_data .terms-checks a {
  font-weight: bold;
  color: #8193b9;
}
body.commerce.baskets.address_data .terms-checks a:hover {
  opacity: 0.8;
}
.address_data .step-info.finish {
  width: 30%;
}
.productMiniPhoto {
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 4px solid #fff;
}
.productMiniPhoto.active-image-fb,
.productMiniPhoto.active-image {
  border-bottom: 4px solid #FF9604;
}
.fancybox-thumbs > ul > li {
  width: 80px;
  height: 84px;
}
.p-small-pic {
  width: 80px;
  height: 80;
  display: inline-block;
  float: none;
}
.p-small-pic img {
  max-height: 100%;
  width: auto;
}
.p-gallery .bx-wrapper .bx-prev,
.p-gallery .bx-wrapper .bx-next {
  background: none;
}
.p-gallery .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  color: #fff;
  background: #797878;
  border-radius: 16px;
  line-height: 32px;
  z-index: 500 !important;
}
.p-gallery .bx-controls-direction a {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.p-gallery .bx-wrapper:hover .bx-controls-direction a {
  opacity: 0.7;
}
.p-gallery .bx-wrapper .bx-prev {
  left: -35px;
  padding-left: 6px;
}
.p-gallery .bx-wrapper .bx-next {
  right: -35px;
  padding-left: 9px;
}
.close {
  position: absolute;
  right: 2px;
  top: 2px;
  color: #fff;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  cursor: pointer;
  z-index: 999;
}
.p-socials {
  margin-top: 10px;
}
body:not(.address_data) header.sticky {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
  position: fixed;
}
/*header.sticky{-webkit-box-shadow:0px 2px 8px 0px rgba(0,0,0,0.15);-moz-box-shadow:0px 2px 8px 0px rgba(0,0,0,0.15);box-shadow:0px 2px 8px 0px rgba(0,0,0,0.15)}*/
.priceContainer.pricePromo,
.priceBruttoPromo.pricePromo,
.priceBruttoNumber {
  font-size: 20px;
}
.priceContainer .normal-price {
  color: grey;
}
.shippingProduct.priceContainer {
  font-size: 14px;
  margin-bottom: 15px;
  color: black;
}
.price-text.brutto {
  font-size: 24px;
}
/*#mobmenu{background:#fff;border-right:1px solid rgba(0,0,0,.1)}*/
.mm-listview > li:not(.mm-divider):after {
  left: 0 !important;
}
.pricePercentPromo {
  padding: 8px 0;
  background: #fff;
  font-size: 15px;
  color: #FF9604;
  font-weight: bold;
  border: 1px solid #FF9604;
  width: 50px;
  text-align: center;
  pointer-events: none;
}
.priceLine {
  font-size: 11px;
  font-weight: lighter;
}
.priceBruttoNumber.priceLine {
  display: block;
}
.b-rabate {
  font-size: 11px;
}
.b-rabate span {
  font-weight: bold;
  color: #00a200;
}
.browser_results {
  margin: 10px 0 0 0;
  padding: 0;
}
.browser_results li {
  list-style: none;
}
.browser_results li ul {
  padding-left: 10px;
}
.browser-in-column a {
  color: #000;
  width: calc(100% - 37px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.browser-in-column a:hover {
  opacity: 0.8;
}
.clear-search a {
  color: #bd0000;
}
.longBoxContent a {
  color: #193559;
}
.longBoxContent a:hover {
  text-decoration: underline;
}
/*.longBoxContent label{font-size:13px}*/
.longBoxContent .checkbox label {
  font-weight: normal;
}
.longBoxContent input[type=tel],
.longBoxContent input[type=text],
.longBoxContent input[type=password],
.longBoxContent input[type=email],
.longBoxContenti nput[type=tel],
.longBoxContent select,
.longBoxContent textarea {
  display: block;
}
.longBoxContent input[type=submit] {
  margin-top: 10px;
}
/*.longBoxContent .smallFieldsetTitle,.longBoxContent .smallFieldset{margin-top:10px}*/
.alt-paging {
  font-size: 14px;
  line-height: 14px;
}
.search-container .closed {
  background: none;
  padding: 0;
}
.contactFormLink {
  transform: rotate(90deg);
  position: fixed;
  left: -54px;
  top: 55%;
  color: #fff;
  padding: 5px 10px;
  background: #3058ad;
  font-size: 14px;
  z-index: 99992;
  text-transform: uppercase;
}
#tabOpis li {
  height: auto !important;
}
div.pp_overlay {
  z-index: 10001;
}
div.pp_pic_holder {
  z-index: 10002;
}
.fancybox-slide {
  font-size: 13px;
}
.bottomSorting,
.footer {
  font-weight: normal;
}
.cookiePolicyBar {
  position: fixed;
  z-index: 99992;
  bottom: 0;
  background: #fff;
  box-shadow: #bfbfbf 0 0 10px;
  padding: 10px;
  font-size: 12px;
  left: 0;
  right: 0;
}
.cookiePolicyBar a {
  color: #008398;
}
.cookiePolicyBar a.closeCookieInfo {
  padding: 5px;
  background: #008398;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  margin-top: 5px;
}
.closeCookieInfo:hover {
  opacity: 0.8;
}
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 9999;
  height: auto;
  padding: 10px 15px;
  opacity: 0.8;
  border: 1px solid #dcdcdc;
  opacity: 0;
  z-index: 1100;
  color: #000;
  font-size: 20px;
  background: #fff;
}
.scroll-top i {
  font-size: 18px;
}
.scroll-top:hover {
  opacity: 1 !important;
}
.touch-device .scroll-top.is-invisible {
  opacity: 0 !important;
}
html {
  -webkit-tap-highlight-color: transparent;
}
#SearchSearchCategory {
  cursor: pointer;
  max-width: 165px;
}
#SearchSearchCategory option {
  padding: 2px 10px;
  cursor: pointer;
}
#SearchSearchCategory option:hover {
  background: #dcdcdc;
}
/*.users.login #contentColumnL input[type=text],.users.login #contentColumnL input[type=password],.users.login #contentColumnL input[type=email]{width:80%}*/
.users.login #contentColumnL div.checkbox-for-accept {
  margin-top: 10px;
  position: relative;
}
.users.login #contentColumnL .checkbox-for-accept label {
  font-size: 12px;
  display: block;
  line-height: 13px;
  padding-left: 16px;
}
.users.login #contentColumnL .checkbox-for-accept input {
  position: absolute;
  top: 0;
  left: 0;
}
.users.login #contentColumnL fieldset {
  margin: 0;
}
.pass-forgot {
  font-size: 12px;
  color: #727272;
}
.pass-forgot:hover {
  text-decoration: underline;
}
body.start.index #contentColumnL {
  width: 100%;
}
.nor-price {
  color: grey;
  font-size: 14px;
  text-decoration: line-through;
}
.n-price-netto,
.n-price {
  text-decoration: line-through;
  font-size: 16px;
}
.n-promo {
  color: #ff0000;
  padding-left: 5px;
  font-size: 14px;
  font-weight: bold;
}
.n-price-netto,
.priceNettoNumber {
  font-size: 12px;
}
.basketProdPhoto img {
  max-height: 80px;
  width: auto;
}
.promo-code {
  margin-bottom: 20px;
}
.payment-info {
  color: #aaa;
}
.empty-cart {
  margin-bottom: 20px;
}
.browser li.custom-item {
  display: none;
}
a.prodSmallPhoto {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module.custom p {
  word-wrap: break-word;
}
.bx-viewport .p-small-pic {
  margin: 3px 0 0 0;
}
.bx-viewport .productMiniImages {
  overflow: hidden;
  left: 0;
  position: relative;
}
.firstMedia a {
  padding: 0;
}
.gallery-container {
  display: none;
}
.socials-login {
  margin-top: 20px;
}
.fb-button {
  background: #4267b2;
}
.google-button {
  margin-top: 10px;
  background: #DC4A38;
}
.social-button .icon {
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
button.social-button {
  line-height: 20px;
  color: #fff;
  font-size: 16px;
}
.browser-in-column {
  padding-left: 0;
}
.browser-in-column li span.treeItem_results {
  margin-bottom: 10px;
  display: block;
}
.browser-in-column ul {
  padding-left: 15px;
}
.product-common {
  max-width: 140px;
}
.product-common img,
.left-bestsellers img {
  max-width: 120px;
}
.product-shipping-cost {
  padding-left: 5px;
  font-weight: bold;
}
.product-shipping-info {
  margin-top: 5px;
  color: #5a5a5a;
  font-size: 14px;
}
.fancybox-slide form input,
.fancybox-slide form textarea,
.fancybox-slide form select {
  display: block;
}
.fancybox-slide form textarea {
  height: auto;
  max-width: 80%;
}
.productFeaturesProduct {
  margin-bottom: 10px;
}
.productFeatures table {
  width: 100%;
}
.productFeatures table tr td {
  padding: 10px;
  width: 50%;
}
.productFeatures table tr td.productFeaturesTitle {
  text-align: right;
  font-weight: bold;
}
#easyTooltip {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 12px;
  max-width: 200px;
  z-index: 10;
}
.slide-gall img {
  max-width: 100%;
}
.mob-menu .desactivate {
  display: none;
}
.module .bx-viewport {
  max-height: 275px;
  overflow: hidden;
}
#slider li {
  display: inline-block;
  float: none !important;
}
#right_step_basket_column.max {
  width: 100%;
}
.order-data .fr,
.order-data .fl {
  width: 50%;
  font-size: 15px;
  padding: 10px;
}
.order-data .fr {
  width: calc(50% - 10px);
}
.order-data .fl {
  border-right: 20px solid #fff;
}
.order-data .block-item {
  float: right;
  font-size: 15px;
  padding: 10px;
  width: 50%;
  height: 150px;
  background: #dcdcdc;
  margin-bottom: 20px;
}
.order-data .block-item:nth-child(odd) {
  float: left;
  width: calc(50% - 20px);
}
.oneInfoFieldText {
  font-weight: bold;
}
.oneInfoFieldText,
.oneInfoFieldLabel {
  display: inline-block;
}
.order-data {
  margin-top: 10px;
  background: #dcdcdc;
}
.order-data .smallFieldsetTitle {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}
.basketProdPhoto {
  text-align: center;
}
body.order .smallFieldset {
  margin: 0;
  font-weight: bold;
}
body.order .smallFieldset.products {
  font-weight: normal;
}
.review-photo {
  width: 130px;
}
select.ratings {
  margin-top: 5px;
  display: inline-block !important;
  margin-bottom: 15px;
}
.reviews .prodName {
  margin-top: 15px;
}
.contactPopup {
  cursor: pointer;
}
.contactPopup:hover {
  text-decoration: underline;
}
#slider {
  overflow: hidden;
}
.header-search .cell.sr-photo {
  width: 58px;
  background: #fff;
  height: 50px;
  text-align: center;
}
.sr-photo a {
  display: block;
}
.sr-photo a img {
  max-height: 47px;
}
.sr-name {
  padding-left: 10px;
}
.left-mod.left-categories.tablet.mob-show.menu-slider {
  position: relative;
}
.fancybox-slide > div {
  border-radius: 5px;
}
.fancybox-slide a.form-button {
  border-radius: 3px;
}
.browser ul ul ul,
.browser ul ul ul li {
  display: none;
}
.firstMedia a.cell {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.step-info {
  overflow: hidden;
}
.basketTr.basketTrProduct.cell.vm.p-ab {
  padding: 10px 0;
}
#comment_tree ul {
  list-style: none;
  padding: 0;
}
#slider1 {
  max-height: 460px;
  overflow: hidden;
}
.is-desktop .left-mod.left-categories.tablet.mob-show.menu-slider.med-vis {
  overflow: hidden !important;
}
.fancybox-stage textarea {
  resize: none;
}
.fancybox-infobar {
  mix-blend-mode: difference;
}
.fancybox-container {
  transform-style: preserve-3d;
}
.cell.sr-name {
  color: #193559;
}
.price-in-sr {
  margin-top: 3px;
  display: block;
  color: #000;
}
.ac_results > li > a {
  display: block;
}
#UserUserEditForm #copyAddressDataToInvoice {
  margin-top: 30px;
}
.button-payu {
  text-align: center;
  background-color: #06bf06;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  font-size: 24px;
  margin-bottom: 25px;
}
.finalize_standard .stepBasketProductsTable {
  margin: 0;
  margin-bottom: 30px;
}
.final-info center,
.final-info {
  text-align: left;
  font-size: 14px;
}
.finalize_standard #right_step_basket_column {
  width: calc(50% - 20px);
}
.address_data #right_step_basket_column .table,
.finalize_standard #right_step_basket_column .table {
  width: 100%;
}
.payu-text {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.step-button {
  text-align: center;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}
.left-search ul li ul li ul {
  display: none;
}
.logo img {
  max-height: 44px;
  height: auto;
}
.header-account .icon {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.wishlists-for-product-content a,
.user-box a {
  line-height: 14px;
  padding: 8px;
  text-transform: lowercase;
  width: 49%;
  display: inline-block;
}
.wishlists-for-product-content {
  text-align: left;
  font-size: 14px;
  padding: 12px;
}
.wishlists-for-product-content a {
  width: 100%;
  color: #000;
}
.wishlists-for-product-content a:hover {
  background: #f1f1f1;
}
.wishlists-for-product-content a i {
  color: #000;
  margin-right: 5px;
  font-size: 20px;
}
.closed.wishlists-for-product {
  width: 100%;
}
.records-container:not(.custom-flex) .psmall-basket .closed.wishlists-for-product {
  width: calc(100% + 2px);
  right: -1px;
}
button.solid-btn,
a.button.solid-btn {
  background: #FF9604;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  padding: 6px;
  text-transform: uppercase !important;
}
button.light-btn,
a.button.light-btn {
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #848484;
  padding: 6px;
  text-transform: uppercase !important;
}
.user-box {
  padding: 12px;
  margin-top: 12px;
}
.user-stuff .header-wishlists,
.user-stuff .header-basket {
  margin-right: 40px;
}
.header-search {
  margin: 0 3% 0 3%;
  width: calc(100% - 9% - 17% - 247px - 203px);
}
.logo {
  width: 203px;
}
.header-promo-container {
  width: 17%;
  margin-right: 3%;
}
.hamburger {
  margin-right: 20px;
}
.hamburger div {
  width: 20px;
  height: 3px;
  background-color: #FF9604;
  margin: 2px 0;
}
.menu-container .iblock.cats-txt {
  vertical-align: initial;
  color: #FF9604;
  font-size: 18px;
}
.menu-container .iblock.hamburger {
  vertical-align: top;
  position: relative;
  top: 2px;
}
.info-menu li:hover * {
  text-decoration: underline;
}
.slider {
  width: 66.2%;
  max-height: 399px;
  overflow: hidden;
}
.user-section {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.banners-right p {
  margin: 0;
}
.banners-right p img {
  display: block;
}
.right-banner-item:first-of-type {
  margin-bottom: 3.2%;
}
.right-banner-item:last-of-type {
  margin-top: 3.2%;
}
.categoriesonmain li {
  text-align: center;
}
.categoriesonmain li a {
  display: block;
}
.categoriesonmain li a span {
  display: block;
  font-size: 12px;
  color: #FF9604;
  margin-top: 3px;
}
.categoriesonmain li a:hover {
  transition: filter 1s;
  filter: hue-rotate(170deg);
}
.categoriesonmain li a:hover span {
  opacity: 0.8;
}
.categoriesonmain {
  margin: 20px 0;
}
.undercats-banner {
  display: inline-block;
}
.undercats-banner p {
  margin: 0;
}
.undercats-banner img,
.undercats-banner a {
  display: block;
}
.undercats-banner a {
  transition: all 0.2s ease;
}
.undercats-banner a:hover {
  filter: hue-rotate(170deg);
}
.small-squares {
  align-self: normal;
  display: flex;
  justify-content: space-between;
}
.small-square {
  display: inline-block;
}
.is-rectangle.is-small-square {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffdfb2;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #FF9604;
}
.start.index .tabs {
  padding: 20px 20px;
  background: #fff;
}
.start.index .tabs .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -20px;
}
.start.index .tabs .bx-wrapper .bx-controls-direction a.bx-next {
  right: -20px;
}
.blog-item {
  width: calc(33% - (20px/3));
  overflow: hidden;
}
a.blog-item,
.blog-item img {
  display: block;
  min-height: 270px;
  max-width: unset;
}
.blog-item span {
  text-shadow: -1px 1px 2px #000000;
  transition: background-color 0.5s ease-in-out;
  color: #fff;
  font-size: 22px;
  bottom: 15px;
  z-index: 10;
  padding: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-item-cover {
  background: #000;
  transition: opacity 0.5s ease-in-out;
  opacity: 0.4;
}
.blog-item .blog-item-cover {
  opacity: 0;
}
.blog-item span {
  color: #fff;
  bottom: 15px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
.blog-item:hover span {
  background-color: rgba(0, 0, 0, 0);
}
.follow-us {
  margin-top: 20px;
}
.anyquestion {
  margin-bottom: 44px;
  font-size: 30px;
}
.main-infos {
  font-size: 24px;
  background: #fff;
  padding: 20px;
  font-weight: 300;
}
.info-txt {
  color: #888;
}
.follow-us img {
  margin-left: 20px;
}
.newsletter .f-head {
  margin-bottom: 0;
}
.newsletter-info {
  font-size: 16px;
}
.fl.block.f-links {
  width: calc((100% - 430px)/4);
}
.closed .in {
  padding: 0 12px 12px 12px;
}
.wishlists-in-header {
  margin-top: 12px;
}
.in.user-box a {
  width: auto;
  white-space: nowrap;
}
.leftCatsList {
  display: flex;
  height: 100%;
}
.catDesc {
  font-size: 13px;
  text-align: justify;
}
.filterTitle {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
#leftColumn {
  background: #fff;
  padding: 20px 20px;
}
.custom-select {
  position: relative;
  cursor: pointer;
  display: inline-block;
  max-width: 165px;
}
.custom-select select {
  cursor: pointer;
  width: 100%;
  -moz-appearance: none;
}
.custom-select::after {
  font-family: "fontello";
  display: block;
  content: '\F004';
  position: absolute;
  right: 4px;
  top: 10px;
  color: #848484;
  font-size: 18px;
  width: 20px;
  background: #fff;
  pointer-events: none;
  cursor: pointer;
  text-align: left;
}
header .custom-select::after {
  top: 8px;
  right: 0;
}
i.busy-indicator {
  font-size: 40px;
  animation: rotate 2.5s linear infinite;
}
.changesclasses {
  line-height: 39px;
  width: 25px;
  text-align: right;
}
.changesclasses i {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  color: #848484;
}
.changesclasses i.fl {
  font-size: 26px;
  position: relative;
  top: 1px;
}
.prodSmallPhoto {
  max-height: 160px;
}
.module.white-block .prodSmallPhoto,
.cat-bestsellers .prodSmallPhoto {
  max-height: 100%;
}
.psmall-basket {
  width: 220px;
}
.psmall-photo {
  width: 180px;
  text-align: center;
}
.psmall-title {
  width: calc(100% - 440px);
}
.inactive-button.incDec {
  cursor: default;
  border: 1px solid #dcdcdc;
  border-right: 1px solid #848484;
}
.inactive-button.incDec i {
  color: #dcdcdc;
}
.inactive-button.incDec:hover {
  background: none;
}
.basket-b-container > a,
.psmall-basket .p-wishlist > a:first-child {
  display: block;
  color: #FF9604;
  text-transform: lowercase;
  font-size: 15px;
  padding: 3px;
  text-align: center;
  border: 1px solid #FF9604;
}
.basket-b-container > a:hover,
.psmall-basket .p-wishlist > a:first-child:hover {
  background: #fff2df;
}
.basket-b-container > a i,
.psmall-basket .p-wishlist > a:first-child i {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
}
.basket-b-container > a span,
.psmall-basket .p-wishlist > a:first-child span {
  display: inline-block;
  vertical-align: middle;
}
.white-block .basket-b-container button {
  padding: 12px;
}
.white-block .basket-b-container > a {
  padding: 10px;
}
.wishlists-content-container {
  bottom: -1px;
}
.wishlists-for-product-content .wishlists-addnew a {
  text-transform: uppercase;
}
.wishlists-for-product-content .wishlists-addnew a:hover {
  background: none;
}
.popupFlash {
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0px auto;
}
.popupFlash #flashMessage {
  display: inline-block;
  z-index: 9999;
}
#flashMessage.positive {
  background: #179c00;
}
.popupFlash.popupShown {
  display: block !important;
  z-index: 1099;
}
.popupFlash.popupShown span {
  display: inline-block;
}
.custom-select .label,
.custom-select label {
  position: absolute;
  top: -9px;
  left: 10px;
  background: #fff;
  font-size: 12px;
  padding: 0 3px;
  color: #848484;
}
.inside-bordder:hover,
.selected-filter:hover,
input[type=tel]:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=password]:hover,
input[type=search]:focus,
textarea:focus,
input[type=tel]:hover,
input[type=email]:hover,
input[type=text]:hover,
input[type=password]:focus,
input[type=search]:hover,
textarea:hover,
.custom-select select:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
  border-color: #000;
}
div.custom-label {
  position: relative;
  margin-top: 20px;
}
div.custom-label input::placeholder,
div.custom-label textarea::placeholder {
  color: #fff;
}
div.custom-label input:-ms-input-placeholder {
  color: #fff;
}
div.custom-label textarea:-ms-input-placeholder {
  color: #fff;
}
div.custom-label input:-moz-placeholder,
div.custom-label textarea:-moz-placeholder {
  color: #fff;
}
div.custom-label input::-moz-placeholder,
div.custom-label textarea::-moz-placeholder {
  color: #fff;
}
div.custom-label input::-webkit-input-placeholder {
  color: #fff;
}
div.custom-label textarea:placeholder-shown ~ label,
div.custom-label input:placeholder-shown ~ label {
  position: absolute;
  left: 10px;
  pointer-events: none;
  cursor: text;
  top: 11px;
  color: #848484;
  transition: all 0.2s ease;
  font-size: 14px;
  line-height: 14px;
}
/*div.custom-label textarea:placeholder-shown ~ label,div.custom-label input:placeholder-shown:not(:-webkit-autofill) ~ label{position:absolute;left:10px;pointer-events:none;cursor:text;top:12px;color:#848484;transition: all .2s ease;font-size:14px;line-height:14px}*/
.fancybox-container div.custom-label textarea:placeholder-shown ~ label,
.fancybox-container div.custom-label input:placeholder-shown ~ label {
  top: 10px;
}
div.custom-label label,
div.custom-label input:focus ~ label,
div.custom-label textarea:focus ~ label {
  top: -5px;
  font-size: 12px;
  padding: 0 3px;
  background: #fff;
  line-height: 12px;
  position: absolute;
  left: 10px;
  color: #848484;
}
.fancybox-container div.custom-label label,
.fancybox-container div.custom-label input:focus ~ label,
.fancybox-container div.custom-label textarea:focus ~ label {
  top: -7px;
}
.custom-select select:hover,
header input[type=text]:hover,
header input[type=search]:hover,
header input[type=text]:focus,
header input[type=search]:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.custom-select select:hover {
  border-color: #CFCFCF;
}
.paging i {
  font-size: 16px;
}
.products-sum {
  margin-top: 8px;
}
.user-box a.register,
.user-box a.login {
  width: auto;
}
span.login-register a {
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #848484;
}
span.login-register {
  font-size: 14px;
  display: block;
  padding: 6px;
  text-align: left;
}
.wishlists-content-container span.login-register {
  padding: 12px;
}
.check-container:hover .checkmark {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
  border-color: #000;
}
.fields-container {
  border: 1px solid #848484;
}
.fields-container > .relative {
  margin: 1px;
  overflow: hidden;
}
.fields-container input {
  border: 0;
  padding-left: 6px;
}
.fields-container button {
  background: none;
  color: #FF9604;
  border-left: 1px solid #848484;
}
.delay {
  display: none;
}
.psmall-row .fastedit {
  display: none !important;
}
.variant-name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 3px;
}
.availability-val.val-none {
  color: red;
}
.psmall-basket {
  margin-left: 20px;
  align-self: flex-start;
}
.search-word {
  font-size: 25px;
}
.browser-in-column li,
.back-to-parent {
  font-size: 15px;
}
.columnBoxContent.search-results .back-to-parent a {
  vertical-align: bottom;
  text-transform: lowercase;
  width: calc(100% - 62px);
  color: #FF9604;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.fancybox-slide > div {
  border-radius: 0;
}
#popup_product_added_to_basket_content {
  font-size: 15px;
}
.product-added {
  padding-bottom: 5px;
  border-bottom: 1px solid #dcdcdc;
  display: block;
  color: #969696;
  font-size: 17px;
}
.fancybox-close-small:after {
  font-size: 32px;
  border-radius: 0;
}
.fancybox-close-small:hover:after {
  border-radius: 0;
}
.fancy-buttons a.button {
  font-weight: normal;
}
.fancy-buttons a.button.ml15 {
  font-weight: normal;
  margin-left: 15px;
}
.psmall-title {
  font-size: 16px;
  color: #969696;
}
label[for=SuggestionRules] a {
  color: #848484;
}
.suggestion-form {
  max-width: 400px;
}
/*.fancybox-slide .message{margin-top:10px;padding:10px;font-size:16px}*/
.fullscreen-loader {
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.screen-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(30, 30, 30, 0.87);
  top: 0;
  left: 0;
  z-index: 99994;
  display: flex;
}
body > .screen-cover {
  position: fixed;
}
.light-loader .fancybox-bg,
.light-loader {
  background-color: rgba(255, 255, 255, 0.9);
}
.productLargePhoto .light-loader {
  background-color: #ffffff;
}
#contentColumnL .screen-cover {
  z-index: 99990;
}
.light-loader .fancybox-slide > div,
.light-loader .fancybox-slide > form {
  border: 3px solid #000;
}
.fancybox-slide > .span-loader {
  background: none;
}
.like-filters,
.checkbox-filter {
  margin-bottom: 25px;
}
.columnFilters label.cur-normal {
  cursor: default;
}
.is-loader .header:not(.sticky) {
  margin-right: 0 !important;
}
.current-category {
  font-weight: bold;
}
.is-loader .busy-indicator {
  position: fixed;
  top: calc(50% - 21px);
  left: calc(50% - 20px);
  z-index: 99999;
}
.productLargePhoto .busy-indicator {
  position: absolute;
  z-index: 99991;
}
body.is-sticky.compensate-for-scrollbar header::after {
  position: absolute;
  background: #fff;
  content: '';
  right: -12px;
  top: 0;
  width: 30px;
  height: 136px;
  display: block;
}
body.is-sticky.compensate-for-scrollbar header.sticky.compensate-for-scrollbar::after,
.cookiePolicyBar::after {
  position: absolute;
  background: #fff;
  content: '';
  right: -22px;
  top: 0;
  width: 30px;
  height: 54px;
  display: block;
  box-shadow: 8px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.cookiePolicyBar::after {
  height: 100px;
}
.selected-filter {
  border: 1px solid #848484;
  padding: 5px 15px 5px 5px;
  margin-right: 3px;
  float: left;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  line-height: 13px;
  font-size: 13px;
}
.selected-filter::after {
  font-family: "fontello";
  display: block;
  content: '\E80A';
  position: absolute;
  right: 3px;
  top: 6px;
  color: #e80a0a;
  font-size: 8px;
}
.selected-filter:hover {
  text-decoration: line-through;
}
.selected-filter:hover::after {
  color: #848484;
}
.selected-name {
  color: #848484;
}
body.records.view:not(.categories) #contentColumnL {
  width: 100%;
}
.fancybox-navigation button:disabled,
.fancybox-button--play,
.fancybox-button--fullscreen,
.fancybox-button--thumbs,
.fancybox-button--share {
  display: none !important;
}
.fancybox-navigation button,
.fancybox-button,
.productGalleryContainer .fancybox-bg,
.productGalleryContainer .fancybox-thumbs {
  background: #fff;
  opacity: 1;
}
.productGalleryContainer .fancybox-thumbs > ul > li:before {
  border: 0;
  border-bottom: 4px solid #FF9604;
}
.fancybox-thumbs ul {
  margin: 0 auto;
  padding: 0;
}
.fancybox-button {
  color: #848484;
}
.fancybox-navigation {
  display: block !important;
}
.productGalleryContainer .fancybox-toolbar {
  visibility: visible !important;
  opacity: 1;
}
.fancybox-navigation button:before {
  background: none;
}
.fancybox-navigation .fancybox-button {
  border: 1px solid #848484;
  height: 50px;
  width: 50px;
  padding: 10px;
}
.fancybox-toolbar .fancybox-button {
  padding: 5px;
}
.fancybox-thumbs ul {
  width: 100% !important;
  white-space: nowrap;
  text-align: center;
}
.fancybox-thumbs ul li {
  float: none;
  display: inline-block;
}
.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
  height: auto;
}
.scroller-wrapper,
.scroller-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.productMiniImages {
  position: relative;
  white-space: nowrap;
}
.scroller-wrapper .scroller-button {
  display: none;
}
.scroller-wrapper:hover .scroller-button {
  border: 1px solid #848484;
  padding: 5px;
  line-height: 14px;
  background: rgba(255, 255, 255, 0.6);
  display: block;
  z-index: 99999;
  cursor: pointer;
  top: calc(50% - 16px);
}
.scroller-wrapper .scroller-button i {
  font-size: 14px;
  line-height: 14px;
}
.scroller-wrapper .scroller-prev {
  left: 0;
}
.scroller-wrapper .scroller-next {
  right: 0;
}
.scroller-wrapper.scroller-inactive .scroller-button {
  display: none;
}
.scroller-wrapper.no-prev .scroller-button.scroller-prev,
.scroller-wrapper.no-next .scroller-button.scroller-next {
  display: none;
}
.scroller-wrapper.fancybox-thumbs {
  padding: 0;
}
.mini-gallery-container {
  overflow: hidden;
  margin-top: 15px;
}
.simple-scroller {
  overflow: auto;
}
.custom-modal-open,
.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.custom-modal-open::-webkit-scrollbar,
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.productLargePhoto,
.firstMedia {
  height: 480px;
}
/*.productLargePhoto *{max-height:480px}*/
.productLargePhoto * {
  max-height: 100%;
}
.productLargePhoto i {
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
}
.firstMedia {
  justify-content: center;
}
/*.firstMedia{display:flex;align-items:center;height:100%;justify-content:center}*/
.semi-transparent {
  opacity: 0.13;
}
body:not(.categories).records.view #contentColumnL {
  padding: 0;
  background: #FAFAFA;
}
.white-block {
  padding: 20px;
  background: #fff;
}
.tabNavigation-product.white-block {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #fff;
  border-left: 0;
  border-right: 0;
}
.menu-container {
  background: #fff;
  padding: 10px 20px 20px 20px;
  font-size: 0;
}
.productLargeContent .promoPrices,
.productLargeContent .normal-price {
  display: inline-block;
}
.productLargeContent .priceNetto {
  display: block;
  color: #a7a7a7;
  line-height: 10px;
}
div.ovviosinfo {
  display: none !important;
}
.variants {
  position: relative;
  right: 5px;
}
.variants .custom-select {
  margin-left: 5px;
  margin-bottom: 15px;
  width: calc(50% - 10px);
}
.variants .custom-select select {
  width: 100%;
}
.availability-text {
  display: none;
}
.availability-val {
  color: #86C912;
  font-weight: bold;
  font-size: 13px;
}
.shippingProduct.priceContainer {
  font-size: 13px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 15px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 15px;
}
.unit-promos {
  margin-top: 10px;
}
.unit-promos-item {
  font-size: 13px;
}
.unit-promos-item span.bold {
  color: #FF9604;
  font-size: 14px;
}
.tab-head {
  font-weight: bold;
  font-size: 22px;
}
.tab-head i {
  font-size: 22px;
}
.product-tab.active-button .tab-head {
  margin-bottom: 20px;
}
.tabNavigation-product.sticky {
  position: fixed;
  top: 63px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 1;
}
/*body.is-sticky.sticky-prodnav{padding-top:170px}*/
body.is-sticky.sticky-prodnav {
  padding-top: 141px;
}
form[action="/admin/records/admin_records/fastedit"] label {
  margin-right: 5px;
}
form[action="/admin/records/admin_records/fastedit"] label::after {
  content: ":";
  position: relative;
  display: inline-block;
}
.product-tab .stay-open,
.product-tab .action:not(button) {
  padding: 20px;
  background: #fff;
}
.product-tab.inside-tab,
.product-tab .inside-tab.stay-open {
  padding-top: 0;
}
.product-tab .new-opinion.inside-tab.stay-open {
  padding: 0 0 20px 0;
}
.handy-label {
  color: #848484;
  font-size: 14px;
  line-height: 14px;
}
.full-stars {
  overflow: hidden;
  transition: width 0.2s linear 0s;
  white-space: nowrap;
}
.rating-stars .one-star {
  cursor: pointer;
}
.rating-stars i {
  font-size: 26px;
  color: #FF9604;
}
h2.set-element::first-letter,
div.features-title::first-letter,
.error-message::first-letter {
  text-transform: lowercase;
}
.toolTipDesc {
  cursor: help;
}
.product-tabs {
  font-size: 16px;
}
#description-tab ul li {
  position: relative;
  left: 20px;
}
#features-tab,
#compatibles-tab {
  margin-top: 50px;
}
.help-me {
  width: 16px;
  height: 16px;
  background: #0075ad;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  line-height: 16px;
  vertical-align: middle;
  font-family: monospace;
  font-size: 12px;
}
.comment-item {
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 0;
  margin-bottom: 15px;
}
.comment-text {
  width: calc(100% - 200px);
}
.rating * {
  line-height: 26px;
  vertical-align: middle;
}
.rating-stars .one-star {
  width: 28px;
  text-align: center;
}
.allstars {
  left: -2px;
  overflow: hidden;
}
.add-opinon {
  border-bottom: 1px solid #dcdcdc;
  margin: 0 0 35px 0;
  padding-bottom: 15px;
}
.sum-reviews .rating-number-max.hidden {
  display: inline-block !important;
}
.sum-reviews .rating-number-max span {
  vertical-align: initial;
}
.sum-reviews .rating-stars i {
  font-size: 35px;
  line-height: 35px;
}
.sum-reviews .rating-stars .one-star {
  width: 40px;
}
.sum-reviews .rating-sums {
  font-size: 22px;
  font-weight: bold;
}
button.neutral {
  border: 1px solid #000;
  color: #000;
  font-weight: normal;
  font-size: 14px;
}
.commentItem .rating-sums {
  display: none;
}
.commentItem .rating.mt10 {
  display: inline-block;
  margin-top: 0;
}
.vote-action i {
  font-size: 28px;
  cursor: pointer;
}
.vote-message {
  font-size: 13px;
  text-transform: lowercase;
  margin-top: 3px;
  font-weight: bold;
  color: #00a200;
}
.votes-options {
  width: 200px;
  text-align: right;
}
.votes-up,
.votes-down {
  font-display: 14px;
  font-weight: bold;
}
.author-date {
  font-size: 12px;
  display: inline-block;
}
.full-stars {
  pointer-events: none;
}
.stars-label {
  vertical-align: bottom;
  font-size: 14px;
  color: #848484;
}
.commentItem.are-childrens > .comment-item {
  border: none;
  margin: 0;
}
#comment_tree li ul li .commentItem {
  font-size: 13px;
  margin-top: 10px;
}
#comment_tree li ul li .commentItem button.neutral {
  font-size: 11px;
}
#comment_tree ul > li:last-of-type .comment-item {
  border: none;
}
.no-rate {
  color: red;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: bold;
}
.cat-photo {
  width: 41px;
  display: inline-block;
  text-align: center;
}
.cat-photo img {
  max-height: 24px;
  height: 100%;
  vertical-align: middle;
  max-width: 35px;
  filter: grayscale(100%) contrast(10%);
}
.cat-photo svg {
  max-height: 23px;
  display: inline-block;
  vertical-align: middle;
  max-width: 35px;
}
.cat-photo svg path {
  fill: #000 !important;
}
.browser span.cat-title {
  vertical-align: middle;
  display: inline-block;
}
.rabate-input[type=text]:hover,
.rabate-input[type=text]:focus,
.rabate-input:hover,
.wishlists-addnew input:hover,
.wishlists-addnew input:focus {
  box-shadow: none;
}
.wishlist-input {
  width: calc(100% - 65px);
}
.white-block .basket-b-container .wishlists-addnew button,
.wishlists-addnew button {
  padding: 5px;
}
span.wish-title {
  width: calc(100% - 40px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.categoriesonmain img {
  height: 45px;
}
.browser > li > span > a {
  display: block;
}
.basketProdRemoveLink {
  color: #8F8F8F;
  margin-left: 10px;
}
.icon-remove {
  font-size: 30px;
}
.unit-price .priceBruttoNumber {
  font-size: 14px;
  font-weight: bold;
}
.unit-price .before-rabate .priceBruttoNumber {
  font-size: 13px;
  font-weight: normal;
}
.price-per-piece {
  font-size: 13px;
}
.unit-price {
  line-height: 12px;
  margin-top: 3px;
}
.basketTrValue > span.priceBruttoNumber {
  font-size: 22px;
  font-weight: bold;
}
body.content #contentColumnL a,
.colored-link {
  color: #3f60a7;
  cursor: pointer;
}
body.content #contentColumnL a:hover,
.colored-link:hover {
  text-decoration: underline;
}
.shipping-desc.inactive,
.check-container.inactive {
  display: none;
}
.terms-checks label.has-error {
  line-height: 14px;
}
.order-summary * {
  font-family: 'Roboto', sans-serif !important;
}
.final-info > div {
  margin: 10px 0 !important;
}
.final-info > div,
.final-info > div center {
  text-align: left !important;
}
.tpay-pay-button,
form[name=payform] button[type=submit].tpay-pay-button {
  background: #3058ad;
  padding: 25px;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  max-width: 400px;
}
.tpay-pay-button.small-tpay {
  padding: 15px;
  width: auto;
  color: #FFF;
  max-width: 100%;
}
.longBoxContent a.tpay-pay-button:hover {
  text-decoration: none;
}
.SmallContent,
.longBoxContent {
  font-size: 16px;
}
.hidden.active-tab {
  display: block !important;
}
.slider-object.carousel {
  max-height: 243px;
  overflow: hidden;
}
.nice-table .trow:nth-child(even),
.productFeatures table tr:nth-child(odd) {
  background-color: #dcdcdc;
}
.nice-table .trow:hover,
.productFeatures table tr:hover {
  background: #edf4f9;
}
.nice-table .cell {
  padding: 7px;
  vertical-align: middle;
}
.nice-table .th-role {
  width: 30%;
}
.nice-table .th-role {
  font-weight: bold;
  padding-left: 10px;
  vertical-align: middle;
}
.nice-table.features-list .th-role {
  text-align: right;
  width: 50%;
}
.nice-table.features-list .td-role {
  text-align: left;
}
.nice-table {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-color: #dcdcdc;
  width: 100%;
}
.nice-table.inpost .trow:nth-child(even) {
  background: none;
}
.nice-table.inpost {
  border: 0;
}
.nice-table.inpost .trow:hover {
  background: none;
}
.nice-table.inpost .th-role {
  padding-left: 0;
}
.nice-table.vm .cell {
  vertical-align: middle;
}
#siteMap_categories > ul {
  margin-top: 0;
}
#siteMap_categories > ul ul {
  padding-left: 20px;
}
.my-wishlist .trow {
  position: relative;
}
.records-container.style-flex .productSmallContent .p-small-title {
  position: static;
}
.records-container.style-flex .productSmallContent .pricePercentPromo {
  bottom: 0;
}
.firstMedia a.cell {
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header input,
.header select {
  text-transform: lowercase;
}
.blog-head.strong {
  color: #848484;
  font-weight: normal;
  text-transform: uppercase;
}
#inpost_data {
  margin-bottom: 20px;
}
#inpost-map-container {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 450px !important;
}
.wishlists-for-product.wishlists-for-products-many.opened {
  min-height: 45px;
}
.wishlists-for-product.wishlists-for-products-many.opened i.busy-indicator {
  margin-top: 10px;
}
.custom-label .small {
  font-weight: bold;
}
.description-tab table {
  max-width: 100%;
  width: auto !important;
}
#popup_product_added_to_basket .filterButtonRemove {
  background: green;
}
#popup_product_added_to_basket #fancybox-close-inner-link {
  background: #FF9604 !important;
}
#popup_product_added_to_basket .filterButtonRemove.product-addedd-warning {
  background: #bd0000;
}
.blog-body div:not(.blog-item-photo-big) img {
  margin: 5px;
}
.blog-body div:not(.blog-item-photo-big) img[align=left] {
  margin-left: 0;
}
.blog-body div:not(.blog-item-photo-big) img[align=right] {
  margin-right: 0;
}
#description-tab table tbody tr td {
  padding: 10px;
}
/*#description-tab table tbody tr td:first-of-type{padding-left:0}*/
.blog-item-photo-big {
  max-height: 450px;
  overflow: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs li img {
  width: 100% !important;
  height: auto !important;
  margin-left: 0 !important;
}
.productSmallContent .productShortTextSmall {
  font-size: 12px !important;
}
.commerce.baskets.index #easyTooltip,
body.address_data .cookiePolicyBar,
body.commerce.baskets.index .cookiePolicyBar {
  display: none !important;
}
#description-tab .p-shortdesc.iblock {
  display: block;
}
[id^="compatibles_filter_clear"] {
  padding: 7px;
}
.empty-results {
  color: #bd0000;
}
.shipping-selected-info {
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
  color: #8a8a8a;
}
.top-buttons .custom-select {
  display: flex;
  height: 100%;
}
.shipping-selected-info,
.shipping-selected-info br {
  display: none;
}
label[for=ShippingShippingType7] .shipping-selected-info {
  display: inline-block;
}
.custom-select.recordsPerPage select {
  min-width: 105px;
}
.custom-select .label {
  white-space: nowrap;
}
.custom-select select:not(#SearchSearchCategory) {
  -webkit-appearance: none;
  border-radius: 0;
}
#SearchSearchCategory {
  -webkit-appearance: none;
  padding: 0 5px;
}
select.sorting-stuff {
  padding-right: 20px;
}
#description-tab .description-row {
  padding: 0 !important;
  margin-bottom: 20px;
}
#description-tab .description-cell {
  min-width: 260px;
}
#description-tab .description-cell h3 {
  margin-top: 0;
}
#description-tab .description-cell-left {
  margin-right: 2%;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #000;
}
.incDec {
  user-select: none;
}
@media (max-width: 400px) {
  #description-tab .description-cell {
    min-width: unset !important;
    width: 100% !important;
  }
}
@media (max-width: 460px) {
  .my-wishlist .trow {
    padding-bottom: 65px !important;
  }
}
@media (max-width: 380px) {
  .top-buttons .custom-select {
    display: none;
  }
  .my-wishlist .trow {
    padding-bottom: 0 !important;
  }
}
.my-wishlist .trow .basketTr {
  height: auto !important;
  padding: 10px 0;
}
.my-wishlist .trow .basketTr .wish-comment .custom-label {
  margin-top: 10px;
  padding-right: 10px;
}
.my-wishlist .trow .basketTr .wish-comment .custom-label textarea {
  width: 100% !important;
}
.my-wishlist .trow .basketTr.basketTrRemove {
  padding-left: 10px;
  text-align: right;
}
@media (max-width: 1150px) {
  .my-wishlist .trow .basketTr.basketTrRemove {
    order: 6 !important;
  }
}
@media (max-width: 460px) {
  .my-wishlist .trow .basketTr.basketTrRemove {
    width: calc(100% - 110px);
    text-align: right;
    padding-left: 0;
  }
}
@media (max-width: 1150px) {
  .my-wishlist .trow .basketTr.basketTrAmount {
    align-self: flex-start;
    order: 5 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 460px) {
  .my-wishlist .trow .basketTr.basketTrAmount {
    min-width: auto;
  }
}
.my-wishlist .trow .basketTr.wishlistsrecord-check label {
  margin-top: 0px !important;
}
@media (max-width: 1150px) {
  .my-wishlist .trow .basketTr.basketTrValue {
    order: 2 !important;
    align-self: flex-start;
    max-width: 125px;
    margin-right: auto;
    justify-self: flex-start;
    margin-top: 0 !important;
    width: auto !important;
  }
  .my-wishlist .trow .basketTr.basketTrValue .unit-price {
    line-height: 9px;
  }
  .my-wishlist .trow .basketTr.wishlistsrecord-check {
    order: 1 !important;
    align-self: flex-start;
    margin-right: 10px;
  }
  .my-wishlist .trow .basketTr.wishlistsrecord-check label {
    margin-top: 0px !important;
  }
  .my-wishlist .trow .basketTr.basketTrProduct {
    width: calc(100% - 50px) !important;
  }
  .my-wishlist .trow .basketTr.basketTrProduct .wish-comment-block {
    width: calc(100% - 129px);
  }
  .my-wishlist .trow .basketTr.basketTrProduct .wish-comment-block.basketProductDescription {
    padding-right: 0;
  }
  .my-wishlist .trow .basketTr.basketTrProduct .wish-comment-block .custom-label {
    padding-right: 0;
  }
}
@media (max-width: 1150px) and (max-width: 460px) {
  .my-wishlist .trow .basketTr.basketTrValue {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 1150px) and (max-width: 460px) {
  .my-wishlist .trow .basketTr.basketTrProduct .intable-photo {
    width: 75px;
    padding-right: 5px;
  }
  .my-wishlist .trow .basketTr.basketTrProduct .wish-comment-block {
    width: calc(100% - 84px);
  }
  .my-wishlist .trow .basketTr.basketTrProduct .wish-comment-block .wish-comment {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
  }
}
@media (max-width: 1150px) and (max-width: 460px) and (max-width: 380px) {
  .my-wishlist .trow .basketTr.basketTrProduct .wish-comment-block .wish-comment {
    left: unset;
    right: 0;
    max-width: calc(100% - 100px);
    bottom: 90px;
  }
}
@media (max-width: 1000px) {
  .comment-item .cell textarea {
    width: 100% !important;
  }
}
@media (max-width: 460px) {
  .comment-item .cell {
    display: block;
    width: 100%;
  }
  .comment-item .cell.review-body {
    display: block;
  }
}
/*
  body .nice-table .th-role {
	white-space: nowrap;
  }*/
body .nice-table.order-status .th-role {
  width: auto;
}
@media (max-width: 1100px) {
  body .nice-table a {
    display: inline-block;
    width: auto;
    font-weight: bold;
    text-decoration: underline;
  }
  body .nice-table a.negative-btn {
    text-decoration: none;
  }
  /*
	body .nice-table:not(.multi-col) {
	  border: 1px solid #3058ad;
	}
	*/
  body .nice-table.multi-col {
    display: block;
  }
  body .nice-table.multi-col .trow {
    border: 1px solid #3058ad;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  body .nice-table.multi-col .trow.row-th {
    display: none;
  }
  body .nice-table.multi-col .trow .cell {
    display: block;
    width: 100%;
  }
  body .nice-table.multi-col .trow .cell.td-role {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #3058ad;
    font-weight: normal;
    white-space: normal;
  }
  body:not(.user_promo_index) .nice-table.multi-col .trow .cell.td-role span {
    width: 50%;
    display: block;
    float: right;
    padding-left: 5px;
  }
  body .nice-table.multi-col .trow {
    clear: both;
  }
  body .nice-table.multi-col .trow .cell.td-role::before {
    width: 50%;
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
  }
  body .nice-table.multi-col .trow .cell.td-role:last-of-type {
    border-bottom: 0;
  }
  body .nice-table.multi-col .trow .cell.th-role {
    display: none;
  }
  body .nice-table.wishlists .trow {
    margin-bottom: 50px;
    position: relative;
  }
  body .nice-table.wishlists .trow a {
    position: absolute;
    margin-top: 35px;
    right: 0;
  }
  body .nice-table.wishlists.has-delete-button .cell a {
    position: static;
    margin-top: 0;
  }
  body .nice-table.wishlists.has-delete-button .cell:nth-last-of-type(2) {
    border-bottom: 0;
  }
  body .nice-table.wishlists.has-delete-button .cell.delete-cell {
    height: 0;
    padding: 0;
  }
  body .nice-table.wishlists.has-delete-button .cell.delete-cell a {
    position: absolute;
    margin-top: 10px;
  }
}
@media (max-width: 1100px) and (max-width: 420px) {
  body .nice-table:not(.multi-col) .trow {
    display: block;
  }
  body .nice-table:not(.multi-col) .trow .cell {
    display: block;
    width: 100%;
  }
  body .nice-table:not(.multi-col) .trow .cell:last-of-type {
    padding-top: 0;
    text-align: left;
  }
}
@media (max-width: 1100px) and (max-width: 340px) {
  body .nice-table.multi-col .trow .cell.td-role::before {
    width: 100%;
  }
}
@media (max-width: 1100px) and (max-width: 360px) {
  body .nice-table.multi-col {
    font-size: 12px;
  }
}
@media (max-width: 1100px) and (max-width: 1100px) {
  body .nice-table.wishlists {
    border: 0;
  }
}
@media (max-width: 560px) {
  body.order .small-tpay {
    font-size: 13px;
  }
}
@media (max-width: 1100px) {
  body.is-admin .nice-table.payments-table .td-role {
    order: 1;
  }
  body.is-admin .nice-table.payments-table .td-role:nth-last-of-type(2) {
    order: 5;
    border-top: 1px solid #3058ad;
    border-bottom: 0;
  }
}
body.address_data .b-inputs {
  padding-right: 0;
}
@media (max-width: 680px) {
  body.address_data .terms-checks label {
    line-height: 20px;
  }
  body.address_data .terms-checks label > span:not(.checkmark) {
    position: relative;
    top: -2px;
  }
}
@media (max-width: 340px) {
  body.address_data label[for='isAdditionalData'] {
    line-height: 20px;
  }
  body:not(.user_promo_index) .nice-table.multi-col .trow .cell.td-role span {
    width: auto;
    display: inline-block;
    float: none;
    padding-left: 0;
  }
  body.address_data label[for='isAdditionalData'] > span:not(.checkmark) {
    position: relative;
    top: -2px;
  }
}
.readonly-wishlist.my-wishlist .trow .basketTr.basketTrProduct {
  width: calc(100% - 250px) !important;
}
.readonly-wishlist.my-wishlist .trow .basketTr.basketTrAmount {
  order: 2 !important;
  align-self: center;
  width: 80px;
  min-width: auto;
  margin-left: 10px;
}
.readonly-wishlist.my-wishlist .trow .basketTr.basketTrValue {
  align-self: center;
  width: 123px !important;
  justify-self: flex-end;
  margin-right: 0;
}
@media (max-width: 620px) {
  .readonly-wishlist.my-wishlist .trow .basketTr.basketTrAmount,
  .readonly-wishlist.my-wishlist .trow .basketTr.basketTrValue {
    width: 50%;
  }
  .readonly-wishlist.my-wishlist .trow .basketTr.basketTrAmount {
    margin-left: 0;
    margin-right: auto !important;
    justify-self: flex-start;
  }
  .readonly-wishlist.my-wishlist .trow .basketTr.basketTrProduct {
    width: calc(100% - 60px) !important;
  }
  .readonly-wishlist.my-wishlist .trow .basketTr.basketTrValue {
    text-align: right;
  }
}
@media (max-width: 460px) {
  .readonly-wishlist.my-wishlist .trow {
    padding-bottom: 0 !important;
  }
  .readonly-wishlist.my-wishlist .trow .basketTr.basketTrProduct .wish-comment-block .wish-comment {
    position: static;
  }
  .my-wishlist .trow .basketTr.wishlistsrecord-check {
    margin-right: 0;
  }
  .readonly-wishlist.my-wishlist .trow .basketTr.basketTrAmount {
    width: 40%;
  }
}
@media (max-width: 360px) {
  .readonly-wishlist.my-wishlist .trow .basketTr.basketTrValue {
    text-align: right;
  }
}
.readonly-wishlist.my-wishlist .trow .basketTr.basketTrProduct {
  width: calc(100% - 250px) !important;
}
.readonly-wishlist.my-wishlist .trow .basketTr.basketTrAmount {
  order: 2 !important;
  align-self: center;
  width: 80px;
  min-width: auto;
  margin-left: 10px;
}
.readonly-wishlist.my-wishlist .trow .basketTr.basketTrValue {
  align-self: center;
  width: 123px !important;
  justify-self: flex-end;
  margin-right: 0;
}
@media (max-width: 620px) {
  .readonly-wishlist.my-wishlist .trow .basketTr.basketTrAmount,
  .readonly-wishlist.my-wishlist .trow .basketTr.basketTrValue {
    width: 50%;
  }
  .readonly-wishlist.my-wishlist .trow .basketTr.basketTrAmount {
    margin-left: 0;
    margin-right: auto !important;
    justify-self: flex-start;
  }
  .readonly-wishlist.my-wishlist .trow .basketTr.basketTrProduct {
    width: calc(100% - 60px) !important;
  }
  .readonly-wishlist.my-wishlist .trow .basketTr.basketTrValue {
    text-align: right;
  }
}
@media (max-width: 460px) {
  .readonly-wishlist.my-wishlist .trow {
    padding-bottom: 0 !important;
  }
  .readonly-wishlist.my-wishlist .trow .basketTr.basketTrProduct .wish-comment-block .wish-comment {
    position: static;
  }
  .my-wishlist .trow .basketTr.wishlistsrecord-check {
    margin-right: 0;
  }
  .readonly-wishlist.my-wishlist .trow .basketTr.basketTrAmount {
    width: 40%;
  }
}
@media (max-width: 360px) {
  .readonly-wishlist.my-wishlist .trow .basketTr.basketTrValue {
    text-align: right;
  }
  .compatibles_filter_container {
    width: calc(100% - 100px);
  }
  .compatibles_filter_container input {
    width: 100%;
  }
}
.order-userdata-item {
  border: 2px solid #dcdcdc;
  padding: 15px;
  width: calc((100% - 40px)/3);
  cursor: pointer;
  margin-bottom: 20px;
  margin-left: 20px;
  color: #000;
}
.order-userdata-item:hover {
  border-color: #000;
}
.order-userdata-item:first-of-type,
.order-userdata-item:nth-child(4n) {
  margin-left: 0;
}
.order-userdata-item h5,
.order-userdata-item h4,
.order-userdata-item p {
  margin: 0;
}
.order-userdata-item h4.mb10 {
  margin-bottom: 5px;
}
.order-userdata-item.selected {
  border-color: #00a200;
}
#contentColumnL.not-white {
  background: #FAFAFA;
  padding: 0;
}
.price-warning {
  font-size: 12px;
  max-width: 134px;
}
.basketTrValueMin {
  min-width: 130px;
}
.basketProductDescription {
  padding-right: 10px;
}
.longBoxContent a.orange-btn {
  color: #fff;
}
.longBoxContent a.orange-btn:hover {
  text-decoration: none;
}
a.orange-btn.negative-btn.m0,
a.orange-btn.negative-btn.ml0 {
  margin-left: 0;
}
.custom-label.mt10 {
  margin-top: 10px;
}
.review-photo {
  width: 180px;
}
.review-body {
  width: calc(100% - 180px);
}
body.address_data .contactFormLink,
body.address_data .header-promo-container,
body.address_data .header-promo-icon.iblock,
body.address_data .header-search,
body.address_data .header-promo-container,
body.address_data .header-basket,
body.address_data .header-wishlists {
  visibility: hidden;
}
body.address_data #inBasketRight,
body.address_data .menu-container,
body.address_data #navibar {
  display: none;
}
body.address_data #contentColumnL {
  float: none;
  margin: 0 auto;
}
body.address_data #content {
  margin-top: 20px;
}
body.address_data .footer {
  display: none;
}
.wishlistEditAction {
  padding: 3px 10px;
}
#wishlist-preview-link {
  display: inline-block !important;
  transition: width 0.5s 0.2s;
}
#wishlist-preview-link:focus {
  width: calc(100% - 35px);
  transition: width 0.5s 0s;
}
.icon.external,
.icon.copy {
  font-size: 20px;
  color: #000;
}
.icon.copy {
  font-weight: bold;
}
#contentColumnL.fr.produktTabs {
  clear: none;
}
.wishlistsrecord-checkall {
  border-bottom: 1px solid #dcdcdc;
}
.wishlistsrecord-check {
  padding: 5px 10px 0 0;
}
.wish-comment {
  width: 100%;
}
.wish-comment textarea {
  width: 100%;
  height: 55px;
}
body.wishlists .basketTr {
  height: 160px;
}
body.wishlists input,
body.wishlists textarea {
  width: 50%;
}
.orange-btn.negative-btn.m0 {
  margin: 0;
}
.orange-btn.negative-btn.m0.mt5 {
  margin-top: 5px;
}
button.orange-btn.light {
  font-weight: normal;
}
button.orange-btn.small {
  font-size: 14px;
}
.wish-comment-block {
  width: calc(100% - 130px);
}
.intable-photo {
  width: 125px;
}
input.readonly,
textarea.readonly {
  border: 1px solid #dcdcdc !important;
}
input.readonly:focus,
textarea.readonly:focus,
input.readonly:hover,
textarea.readonly:hover {
  box-shadow: none;
}
.wishlists-records-actions {
  line-height: 28px;
}
.blog-item-photo {
  max-width: 220px;
  float: left;
  margin-right: 20px;
}
.blog-item-photo-big {
  margin-bottom: 20px;
}
.blog-item-photo a {
  max-height: 133px;
  overflow: hidden;
}
.wishlists-for-products-many {
  max-width: 400px;
}
.browser-in-column a.logout-btn {
  color: #fff;
  width: auto;
  margin: 0;
}
.user-menu-container a:hover {
  text-decoration: none;
}
#UserSpecialPricesInfo,
body.user_edit #contentColumnL .custom-select,
body.users.user_edit #contentColumnL input:not([type=checkbox]):not(button) {
  width: 50%;
  max-width: 50%;
}
.product-short-photo .prodSmallPhoto img {
  max-height: 160px;
  width: auto;
}
/*.product-short-photo .prodSmallPhoto img{max-height:160px;max-width:90%}*/
.productShortTextSmall {
  margin-top: 5px;
}
.productShortTextSmall ul {
  margin: 0;
}
.browser .icon-arrow-right {
  right: -5px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.browser li ul .icon-arrow-right {
  display: none;
}
body:not(.touch-device) .icon-arrow-right {
  display: none;
}
.slider-content {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.tablet {
  display: none;
}
body.desktop-device:not(.address_data) .header-promo-container {
  display: inline-block !important;
}
.click-hamburger {
  display: none;
}
.mid-dev,
.header-account .icon.mid-dev {
  display: none;
}
.custom-modal-open .mid-dev.close-modal {
  display: block;
}
.modal-cover {
  background: red;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(30, 30, 30, 0.87);
  z-index: 99992;
}
.is-custom-modal .contactFormLink,
.is-custom-modal header {
  z-index: 50;
}
body.is-custom-modal {
  overflow: hidden;
}
.custom-modal-open {
  width: 80vw !important;
  height: 80vh !important;
  position: fixed !important;
  margin: 0 auto;
  top: 10vh;
  left: 10vw;
}
.event_shortdesc {
  text-align: justify;
}
.cats-menu-container .mid-dev {
  display: none;
}
.cats-menu-container.custom-modal-open .browser::before {
  display: none;
}
.cats-menu-container.custom-modal-open .leftCatsList {
  display: block;
}
.modal-nav {
  line-height: 30px;
  padding: 10px;
}
.action-close::after {
  font-family: "fontello";
  font-size: 24px;
  cursor: pointer;
  content: '\E818';
  display: block;
}
.touch-device .browser li.parent::before {
  cursor: pointer;
  font-family: "fontello";
  display: block;
  content: '\F006';
  position: relative;
  float: right;
  font-size: 16px;
  line-height: 26px;
}
.touch-device .browser li li.parent::before,
.browser li li.parent::before {
  display: none;
}
.browser li.parent::after {
  clear: both;
  content: '';
}
.browser ul li.parent::before {
  display: none;
}
.cats-menu-container.custom-modal-open {
  overflow-y: scroll;
}
.cats-menu-container.custom-modal-open .leftCatsList ul > li {
  border: 0;
}
.menu-container .scroller-wrapper:hover .scroller-button {
  line-height: initial;
}
.cats-menu-container.custom-modal-open {
  top: 0;
  height: 100vh !important;
}
.banners-right p img {
  height: auto;
}
.banners-right,
.slider-content .scroller-wrapper {
  width: 32.6%;
  float: right;
}
.scroller-wrapper .banners-right {
  width: 100%;
}
.undercats-banners img {
  height: auto;
}
.undercats-banner:first-of-type {
  margin-left: 0;
}
.undercats-banner {
  width: calc((100% - 40px)/3);
  margin-left: 20px;
}
.rectangle,
.small-squares {
  height: calc(50% - 10px);
  overflow: hidden;
}
.small-square {
  width: calc(50% - 10px);
}
.outer-padding {
  padding: 0 20px;
}
.main-tabs li.fl {
  float: none;
  display: inline-block;
}
.tabs-container .scroller-wrapper {
  overflow: visible;
}
.custom-modal-open {
  display: block !important;
  background: #fff;
  z-index: 99994;
  overflow-y: scroll;
}
.productShortTextSmall ul {
  padding: 0 0 0 20px;
}
.bottomSorting .scroller-wrapper {
  width: auto;
  float: right;
}
.changesclasses i:last-of-type {
  display: inline-block;
}
body.style-flex .changesclasses i:last-of-type {
  display: none;
}
body:not(.style-flex) .changesclasses i:first-of-type {
  display: none;
}
/*.custom-modal-open .browser{max-width:400px}*/
.custom-modal-open .browser {
  max-width: 195px;
}
.modal-nav {
  display: none;
}
.custom-modal-open .modal-nav {
  display: block;
}
.price-filter div.custom-label input:placeholder-shown ~ label {
  top: 10px;
}
.simple-scroller.carousel .productSmallContent {
  width: 275px;
  display: inline-block;
}
.tabs-container .scroller-wrapper:hover .scroller-prev {
  left: -20px;
}
.tabs-container .scroller-wrapper:hover .scroller-next {
  right: -20px;
}
.blog-items a.banner-control-next {
  right: 0;
}
.blog-items a.banner-control-previous {
  left: 0;
}
.blog-items a {
  top: calc(50% - 16px);
}
.blog-items a.banner-control i {
  color: #000;
}
body:not(.touch-device) .blog-items a.banner-control,
.tabs-container .scroller-wrapper.no-prev:hover .scroller-prev,
.tabs-container .scroller-wrapper.no-next:hover .scroller-next {
  display: none;
}
body.touch-device .blog-items a.banner-control,
body:not(.touch-device) .blog-items:hover a.banner-control,
.tabs-container .scroller-wrapper:hover .scroller-button {
  display: table;
  text-indent: 0;
  width: 35px;
  height: 70px;
  z-index: 9998;
  text-align: center;
  border: 1px solid #dcdcdc;
  background: #fff;
  margin-top: -35px;
  line-height: 70px;
}
a.prodSmallPhoto {
  height: 180px;
}
.blog-items:hover a.banner-control:hover {
  opacity: 1;
}
.blog-items a.banner-control i,
.tabs-container .scroller-wrapper .scroller-button i {
  font-size: 20px;
  vertical-align: middle;
  display: table-cell;
}
.records-container.style-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.records-container.style-flex .productSmallContent {
  width: 24%;
}
.records-container.style-flex .productSmallContent .admin-stuff,
.records-container.style-flex .productSmallContent .productShortTextSmall {
  display: none;
}
.records-container.style-flex .productSmallContent .psmall {
  display: block;
}
.records-container.style-flex .productSmallContent .psmall-photo {
  width: auto;
  text-align: center;
  max-height: 190px;
}
.records-container.style-flex .productSmallContent .prodSmallPhoto {
  max-width: 100%;
  margin: 0 auto;
  height: 250px;
}
.records-container.style-flex .productSmallContent .psmall-photo img {
  max-height: 100%;
}
.records-container.style-flex .productSmallContent .psmall-title {
  width: auto;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 0 0 0;
  margin-bottom: 0;
}
.records-container.style-flex .productSmallContent .psmall-title,
.records-container.style-flex .productSmallContent .psmall-title a.productTitleLink {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.records-container.style-flex .productSmallContent .psmall-basket.tr {
  margin: 0;
  text-align: left;
  width: auto;
  border: 0;
}
.records-container.style-flex .productSmallContent .number-of-items {
  float: left;
}
.records-container.style-flex .productSmallContent .cart-container {
  margin-top: 0;
}
.records-container.style-flex .productSmallContent {
  padding-bottom: 15px;
  border-bottom: 1px dotted #848484;
  margin-bottom: 20px;
}
.style-flex .psmall-basket {
  padding: 0;
}
.style-flex .psmall-basket .normal-price {
  display: inline-block;
}
.style-flex .psmall-basket .normal-price .n-price {
  font-size: 13px;
}
.style-flex .psmall-basket .productLargeField {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.psmall-photo img,
.prodSmallPhoto {
  max-height: 190px;
  max-width: 100%;
}
.circle-container.number-of-filters {
  right: 0;
  top: -2px;
  pointer-events: none;
  left: initial;
}
.open-filters {
  color: #3058ad;
  cursor: pointer;
  max-width: 75px;
  padding-top: 2px;
}
#navibar {
  white-space: nowrap;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#navibar::-webkit-scrollbar {
  display: none;
}
.custom-modal-open .modal-hidden {
  display: none;
}
.have-indicator i {
  color: #fff;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
}
body.commerce .have-indicator i {
  top: -2px;
}
.button-disabled {
  background: #bbb !important;
}
.button-disabled i {
  color: #fff;
}
.open-filters .subcats {
  line-height: 39px;
}
.iblock.mobile,
.mobile {
  display: none;
}
.search-mobile {
  font-weight: normal;
}
.scroller-wrapper #navibar {
  margin-top: 0;
}
.tabNavigation-product li,
.cross-tabs li {
  display: inline-block;
  float: none;
}
.product-tabs img {
  height: auto;
}
#navibar .scroller-button,
body.touch-device .product-tabs .scroller-button {
  display: none;
}
ul#main li {
  display: inline-block;
}
ul#main {
  white-space: nowrap;
}
.productLargePhoto .scroller-button {
  display: none !important;
}
.touch-device .scroller-wrapper:hover .scroller-button {
  display: none;
}
.fancybox-thumbs > ul {
  overflow-x: auto;
}
body.commerce.baskets.index #contentColumnL {
  width: calc(100% - 320px);
}
.stepBasketProductsTable .trow.products .basketTrValue {
  text-align: right;
}
body.commerce.baskets.index .scroll-top,
body.commerce.baskets.address_data .scroll-top,
body.commerce.baskets.index .footer,
body.commerce.baskets.address_data .footer {
  display: none !important;
}
.end-of-end img {
  max-width: 140px;
  filter: brightness(0) invert(1);
  height: auto;
}
.the-end {
  background: #3058ad;
}
.promo-code {
  width: 35%;
}
.promo-code .itable {
  width: 100%;
}
.promo-code .rabate-button {
  width: 40px;
}
body.address_data .step-info,
body.address_data .cell.b-infos {
  display: none !important;
}
body.address_data .table {
  width: 100%;
}
.b-rabate {
  margin-top: 10px;
}
.header-promo-icon.iblock {
  display: none;
}
.is-coupon {
  top: -14px;
}
.action-table input.toBasketQty {
  max-width: 40%;
}
.tabNavigation-product.sticky {
  z-index: 1000;
}
/*
@media (max-width: 520px){
	.event_shortdesc .blog-item-photo{
		float:none;
		margin:0;
		width:100%;
		max-width:100%;
		margin-bottom:5px;
	}
	.blog-item-photo a{
		max-height: 100%;
	}
}

@media (max-width: 620px){
	.blog-item-photo-big{
		max-width:100%;
		margin:0 0 10px 0;
		float:none;
	}
	.blog-item-photo-big img{
		margin:0 auto;
		display:block;
	}
}

body{
	&.users{
		.open-my-account {
			display:none;
		}
	}

}
#leftColumn {
	.columnBoxTitle {
		margin-bottom:calc(@pad_default / 2);
	}
	width: 23%;
	background: #fff;
	padding:@pad_default;

	&.custom-modal-open{
		&.my-account{
			@default_size:80;
			@margin:(100-@default_size)/2;
			@units:vw;
			height:unit(@default_size,vh) !important;
			width:unit(@default_size,@units) !important;
			left:unit(@margin,@units);
			top:unit(@margin,@units);
		}
	}
}
.stepBasketProductsTable {
	&.action-table:not(.products-simple){
		.to-cart-button{
			font-size:12px;
			width:100%;
			max-width:134px;
			display:inline-block;
			padding:9px;
		}
		.basketContainer{
			max-width:134px;
		}
	}
	.order-ops{
		width:150px;
		text-align:right;
	}
}
*/
@media (max-width: 520px) {
  .event_shortdesc .blog-item-photo {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
  .blog-item-photo a {
    max-height: 100%;
  }
}
@media (max-width: 620px) {
  .blog-item-photo-big {
    max-width: 100%;
    margin: 0 0 10px 0;
    float: none;
  }
  .blog-item-photo-big img {
    margin: 0 auto;
    display: block;
  }
}
body.users .open-my-account {
  display: none;
}
#leftColumn {
  width: 23%;
  background: #fff;
  padding: 20px;
}
#leftColumn .columnBoxTitle {
  margin-bottom: 10px;
}
#leftColumn.custom-modal-open.my-account {
  height: 80vh !important;
  width: 80vw !important;
  left: 10vw;
  top: 10vw;
}
.stepBasketProductsTable.action-table:not(.products-simple) .to-cart-button {
  font-size: 12px;
  width: 100%;
  max-width: 134px;
  display: inline-block;
  padding: 9px;
}
.stepBasketProductsTable.action-table:not(.products-simple) .basketContainer {
  max-width: 134px;
}
.stepBasketProductsTable .order-ops {
  width: 150px;
  text-align: right;
}
@media all and (-ms-high-contrast: none) {
  .custom-select::after {
    width: 31px;
    top: 9px;
    text-align: center;
    right: 3px;
  }
  .search-container .custom-select::after {
    margin-top: -1px;
  }
  .records-container.style-flex .prodSmallPhoto img {
    width: auto;
    max-width: 220px;
  }
  .paging span.next a {
    display: inline;
  }
  /*.prodSmallPhoto > img:not(.lazyimage){width:100%}*/
  a.prodSmallPhoto {
    display: block;
  }
  .records-container.style-flex .productSmallContent a.prodSmallPhoto {
    display: flex;
  }
  .leftCatsList ul.browser > li > span {
    height: 30px;
    display: block;
  }
  .cat-photo img {
    height: 100%;
    max-height: 25px;
  }
  #SearchSearchCategory::-ms-expand {
    display: none;
  }
  #SearchSearchCategory {
    padding: 0 8px;
  }
  select:focus::-ms-value {
    background: #FFF;
    color: #000;
  }
}
@supports (-ms-ime-align:auto) {
  .search-container .closed {
    background: #fff;
  }
  .custom-select::after {
    width: 31px;
    top: 9px;
    text-align: center;
    right: 3px;
  }
  .stepBasketProductsTable .trow.products {
    justify-content: flex-start;
  }
  #SearchSearchCategory {
    padding: 0 8px;
  }
}
@-moz-document url-prefix() {
  .custom-select select {
    padding-right: 25px;
  }
  .custom-select::after {
    right: 6px;
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1470px) {
  .contactFormLink {
    left: -56px;
    padding: 2px 10px;
  }
  ul.browser {
    height: 386px;
    width: 195px;
  }
  .hover-active .browser > li.is-open > ul {
    width: calc(100% - 200px);
  }
  .browser li > ul {
    left: 200px;
  }
}
@media screen and (max-width: 1420px) {
  .sticky-header.sticky-prodnav .tabNavigation-product.sticky {
    left: 20px;
    right: 20px;
    width: auto;
  }
}
@media screen and (max-width: 1409px) {
  .start.index .cats-menu-container {
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .undercat-banners {
    width: calc(100% - 280px);
  }
  #leftColumn {
    width: 260px;
  }
  #contentColumnL {
    width: calc(100% - 280px);
  }
  .psmall-photo {
    width: 180px;
  }
  .psmall-basket {
    width: 200px;
  }
  .psmall-basket .p-wishlist > a:first-child {
    font-size: 14px;
  }
  .to-cart-button {
    font-size: 15px;
  }
  .psmall-title {
    width: calc(100% - 400px);
  }
  .records-container.style-flex .productSmallContent {
    width: 32%;
  }
  body.address_data #contentColumnL {
    width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  a.blog-item,
  .blog-item img {
    min-height: auto;
  }
  .my-wishlist .trow {
    display: block;
  }
  .my-wishlist .trow .cell {
    display: block;
  }
  .children-categories-list {
    display: none;
  }
  .user-stuff .header-promo-icon,
  .user-stuff .header-wishlists,
  .user-stuff .header-basket {
    margin-right: 20px;
  }
  .user-stuff {
    width: 200px;
  }
  .header-search {
    width: calc(100% - 6% - 20% - 200px - 150px);
  }
  .logo {
    width: 150px;
  }
  .header-account .user-box {
    width: 120%;
  }
  .newsletter {
    max-width: 330px;
  }
  .fl.block.f-links {
    width: auto;
    padding-right: 12px;
  }
  .bottomSorting .scroller-wrapper,
  .products-sum,
  .paging.fr {
    float: none;
    clear: both;
  }
  .paging.fr {
    margin-top: 10px;
  }
  .paging span:first-child a {
    margin-left: 0;
    padding-left: 0;
  }
  .paging span:nth-child(2).current {
    margin-left: 0;
  }
  .tabNavigation-product.sticky {
    top: 56px;
  }
  .stepBasketProductsTable.table,
  .stepBasketProductsTable.table .cell {
    display: block;
  }
  .stepBasketProductsTable .stepBasketProduct {
    display: flex;
  }
  .stepBasketProductsTable .basketProdPhoto.cell,
  .stepBasketProductsTable .basketProductDescription.cell {
    display: inline-block;
  }
  .stepBasketProductsTable .basketProductDescription.cell {
    width: calc(100% - 135px);
    padding-right: 0;
  }
  .votes-options {
    width: 100px;
  }
  .comment-text {
    width: calc(100% - 100px);
  }
  .stepBasketProductsTable.action-table .trow.products .basketTrValue {
    width: calc(100% - 150px);
    text-align: left;
  }
  .stepBasketProductsTable.action-table .trow.products .basketTrValue .unit-price {
    text-align: left;
  }
  .stepBasketProductsTable.action-table .trow.products .basketTrProduct {
    order: 1;
  }
  .stepBasketProductsTable .trow.products {
    display: inline-flex;
    flex-wrap: wrap;
    /*justify-content: flex-end;*/
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    align-items: center;
  }
  .stepBasketProductsTable .trow.products .basketTr {
    border: none;
    order: 4;
  }
  .stepBasketProductsTable .trow.products .basketTr .basketContainer {
    max-width: 134px;
  }
  .stepBasketProductsTable .trow.products .basketTr .basketContainer input {
    width: 40%;
  }
  .stepBasketProductsTable:not(.action-table):not(.products-simple).stepBasketProductsTable .trow.products .basketTrProduct {
    width: calc(100% - 36px);
    order: 1;
    flex: auto;
  }
  .stepBasketProductsTable.action-table.stepBasketProductsTable .trow.products .basketTrProduct {
    width: calc(100% - 150px - 135px);
    flex: auto;
  }
  .stepBasketProductsTable .trow.products .basketTrRemove {
    order: 2;
    align-self: center;
  }
  .stepBasketProductsTable .trow.products .basketTrValue {
    justify-self: flex-end;
  }
  .stepBasketProductsTable .trow.products .basketTrValue.basketTrValueMin {
    min-width: auto;
  }
  .stepBasketProductsTable .trow.products .basketTrAmount {
    margin-right: auto;
    justify-self: flex-start;
  }
  .stepBasketProductsTable .trow.products .unit-price {
    text-align: right;
  }
  .stepBasketProductsTable.products-simple .trow.products .basketTrProduct {
    width: calc(100% - 150px);
  }
  .stepBasketProductsTable.products-simple .trow.products .basketTrValue {
    width: 150px;
  }
}
@media screen and (max-width: 1150px) and (max-width: 860px) {
  .stepBasketProductsTable.action-table.stepBasketProductsTable .trow.products .basketTrProduct {
    width: 100%;
  }
}
@media screen and (max-width: 1001px) {
  body.users #contentColumnL input:not([type=checkbox]):not(button),
  .shop-reviews input[type=email],
  .shop-reviews input[type=text],
  .shop-reviews textarea,
  .produktTabs input[type=email],
  .produktTabs input[type=text],
  .produktTabs textarea {
    width: 50%;
  }
  body.users #contentColumnL .stepBasketProductsTable .trow.products .basketTr .basketContainer input {
    width: 40%;
  }
  .touchb {
    display: none;
  }
  .tablet {
    display: block;
  }
  .tablet.iblock {
    display: inline-block;
  }
  .tablet-hidden {
    display: none;
  }
  .user-stuff {
    width: 255px;
  }
  .header-search {
    width: calc(100% - 6% - 255px - 150px);
  }
  .header-promo {
    width: 100%;
  }
  body.desktop-device .header-promo-container {
    display: none !important;
  }
  .header-promo-container {
    position: absolute;
    right: 95px;
    background: #fff;
    z-index: 10;
    padding: 12px;
    width: 175px;
    margin: 0;
    border: 1px solid #000;
    display: none;
  }
  .menu-container {
    padding: 0 20px 10px 20px;
  }
  .browser::before {
    display: none;
  }
  .cats-menu-container {
    top: -20px;
  }
  .categoriesonmain img {
    height: 30px;
  }
  .categoriesonmain li:first-of-type {
    margin-left: 0;
  }
  .categoriesonmain li {
    margin-left: 10px;
  }
  .undercats-banner {
    width: calc((100% - 20px)/3);
    margin-left: 10px;
  }
  .rectangle,
  .small-squares {
    height: calc(50% - 5px);
    overflow: hidden;
  }
  .small-square {
    width: calc(50% - 5px);
  }
  .blog-item {
    margin-left: 20px;
  }
  .blog-item:first-of-type {
    margin-left: 0;
  }
  .blog-item span {
    font-size: 20px;
  }
  .psmall-basket {
    width: 100%;
    max-width: 300px;
    border: 0;
    padding: 10px 0 0 0;
  }
  .psmall-title {
    width: calc(100% - 150px);
  }
  .psmall-basket .number-of-items {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .undercat-banners {
    width: calc(100% - 280px);
  }
  .records-container.style-flex .productSmallContent {
    width: 48%;
  }
  .productShortTextSmall {
    display: none;
  }
  .psmall-title {
    width: 100%;
    order: 1;
    margin-bottom: 10px;
  }
  .psmall-photo {
    width: 220px;
    order: 2;
  }
  .psmall-basket {
    width: 200px;
    order: 3;
    border-width: 1px;
  }
  .p-gallery {
    width: 50%;
  }
  .p-price {
    width: calc(50% - 25px);
  }
  #inBasketRight {
    display: none;
  }
  body.commerce.baskets.index #contentColumnL {
    width: 100%;
  }
  .basket-buttons.sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #dcdcdc;
    left: 0;
    padding: 10px 20px;
    z-index: 10;
  }
  .step-info {
    display: none;
  }
  body.baskets.index header.sticky {
    position: static;
    box-shadow: none;
  }
  .header-promo-icon.iblock {
    display: inline-block;
  }
  .records-container.style-flex .productSmallContent .productLargeField {
    margin-bottom: 5px;
  }
  .blog-item {
    width: calc(50%);
  }
  .blog-item:nth-of-type(3) {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .touchb {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .custom-modal-open .browser {
    max-width: 400px;
    width: 100%;
  }
  .click-hamburger {
    display: inline-block;
  }
  .header-account .icon.mid-dev,
  .mid-dev {
    display: block;
  }
  .header-account .icon.mid-dev.iblock,
  .mid-dev.iblock {
    display: inline-block;
  }
  .header-account .icon.mid-dev-hidden,
  .mid-dev-hidden,
  .info-menu li.cats-btn {
    display: none;
  }
  div.logo {
    order: 1;
  }
  .user-stuff {
    order: 2;
    width: calc(100% - 150px);
  }
  .header-search {
    order: 3;
    width: 100%;
    margin: 15px 0 0 0;
  }
  .menu-container {
    line-height: 31px;
    padding: 0 20px 0px 20px;
  }
  .hamburger {
    margin-right: 0;
  }
  header {
    padding: 10px 20px;
  }
  .header-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .logo img {
    display: block;
  }
  .header-account {
    margin-right: 20px;
  }
  .hamburger div {
    margin: 4px;
    width: 25px;
  }
  .header-promo-container {
    top: 45px;
  }
  .header-account .user-box {
    width: auto;
  }
  .info-menu li a {
    font-size: 16px;
    margin-right: 20px;
  }
  .cats-menu-container.custom-modal-open {
    height: 100vh !important;
    top: 0;
    max-width: 400px;
    left: calc((100% - 400px)/2);
  }
  ul.browser {
    min-width: 238px;
    max-width: 400px;
    height: auto;
    width: 100%;
  }
  .cats-menu-container.custom-modal-open .mid-dev {
    display: block;
  }
  .cats-menu-container.custom-modal-open .mid-dev.iblock {
    display: inline-block;
  }
  #showhide-hidden-producers,
  .browser::before,
  #leftColumn,
  .hover-active .browser > li.is-open > ul {
    display: none;
  }
  .leftCatsList ul > li {
    margin-bottom: 15px;
  }
  .browser li > ul.child-open,
  .hover-active .browser > li.is-open > ul.child-open {
    display: block;
  }
  .touch-device .browser li.parent::before,
  .browser li.parent::before {
    font-family: "fontello";
    display: block;
    content: '\F004';
    position: relative;
    float: right;
    font-size: 20px;
    margin-right: 10px;
  }
  .touch-device .browser li.is-clicked.parent::before,
  .browser li.is-clicked.parent::before {
    content: '\F005';
  }
  .browser li.parent::after {
    clear: both;
    content: '';
  }
  .hover-active .browser > li.is-clicked > ul,
  .browser > li.is-clicked > ul {
    position: static;
    columns: 1;
    height: auto;
    width: auto;
    padding: 0;
    margin-left: 51px;
    padding-right: 10px;
  }
  .hover-active .browser > li.is-clicked > span {
    margin-bottom: 5px;
  }
  .browser > li > ul > li > span,
  .leftCatsList ul > li ul li {
    margin-bottom: 10px;
  }
  .cat-photo {
    margin-right: 10px;
  }
  .slider {
    width: 100%;
  }
  .banners-right.fr {
    width: 100%;
    float: none;
    white-space: nowrap;
  }
  .slider-content .scroller-wrapper {
    width: 100%;
  }
  .right-banner-item {
    display: inline-block;
    width: 33%;
    min-width: 270px;
    margin-left: 10px;
    margin-bottom: 0 !important;
  }
  .slider-content .scroller-wrapper:hover .scroller-button {
    top: calc((100% - 16px)/2);
  }
  .undercats-banner {
    width: calc((100% - 10px)/2);
    margin-left: 0;
    order: 1;
  }
  .right-banner-item:first-of-type {
    margin-left: 0;
  }
  .rectangle,
  .small-squares {
    height: calc(50% - 5px);
    overflow: hidden;
  }
  .small-squares,
  .rectangle,
  .small-square {
    width: calc(50% - 5px);
    height: auto;
  }
  .is-rectangle.is-small-square {
    width: 100%;
    flex-direction: row;
    margin-left: 0;
    order: 2;
    margin-top: 10px;
  }
  .main-infos {
    font-size: 20px;
  }
  .follow-us {
    margin-top: 30px;
    line-height: 30px;
  }
  .footer .newsletter {
    padding-left: 0;
  }
  #contentColumnL,
  .undercat-banners {
    width: 100%;
    float: none;
  }
  .psmall-title {
    width: calc(100% - 400px);
    order: 2;
  }
  .productSmallContent .p-small-title {
    width: 100%;
  }
  .productShortTextSmall {
    display: block;
  }
  .psmall-basket {
    padding: 0;
  }
  .psmall-photo {
    width: 180px;
  }
  body:not(.address_data).is-sticky {
    padding-top: 124px;
  }
  .records-container.style-flex .productSmallContent {
    width: 30%;
  }
  #leftColumn.custom-modal-open {
    height: 100% !important;
    width: 100% !important;
    left: 0;
    top: 0;
  }
  .med-fixed-container {
    padding-bottom: 40px !important;
  }
  .med-dev-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #dcdcdc;
    left: 0;
    padding: 10px 20px;
  }
  .producer-ready-but-hidden {
    display: block !important;
  }
  .mobile {
    display: block;
  }
  .iblock.mobile {
    display: inline-block;
  }
  .open-filters.subcats {
    line-height: 39px;
  }
  .p-price,
  .p-gallery {
    width: 100%;
    float: none;
  }
  .p-price {
    margin: 20px 0 0 0;
  }
  .productLargePhoto {
    height: calc(100% - 64px);
    max-height: 70vh;
  }
  .productLargePhoto * {
    max-height: 70vh;
  }
  .sticky-header.sticky-prodnav .header-search {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
  }
  body.users #contentColumnL input:not([type=checkbox]):not(button),
  .shop-reviews input[type=email],
  .shop-reviews input[type=text],
  .shop-reviews textarea,
  .produktTabs input[type=email],
  .produktTabs input[type=text],
  .produktTabs textarea {
    width: 100%;
  }
  .tabNavigation-product.sticky {
    top: 51px;
  }
  body.address_data .header-search,
  body.address_data .click-hamburger,
  body.address_data .header-account .user-icon.icon.mid-dev.iblock {
    display: none;
  }
  body.address_data .header-account > span > span.mid-dev-hidden {
    display: inline-block;
  }
  body.address_data .header-account .icon.icon-dropdown.mid-dev-hidden {
    display: inline-block;
  }
  .finalize_standard #right_step_basket_column {
    width: 100%;
  }
  body.address_data .contactFormLink,
  body.address_data .header-promo-container,
  body.address_data .header-promo-icon.iblock,
  body.address_data .header-search,
  body.address_data .header-promo-container,
  body.address_data .header-basket,
  body.address_data .header-wishlists {
    display: none;
  }
  #WishlistDescription {
    width: 100%;
  }
  #wishlist-preview-link {
    width: calc(100% - 35px);
  }
  .custom-modal-open ul.user-menu > li,
  .cats-menu-container.custom-modal-open .leftCatsList ul.browser > li {
    margin-bottom: 25px;
  }
  .cats-menu-container.custom-modal-open,
  #leftColumn.custom-modal-open.my-account {
    height: 100vh !important;
    width: 100vw !important;
    left: 0;
    right: 0;
    top: 0;
    border: 1px solid #000;
    max-width: 100%;
  }
  .custom-modal-open .browser {
    max-width: 100%;
  }
  .firstMedia {
    height: auto;
  }
  body.logged-user .open-my-account {
    background: #fff;
    width: 100%;
    display: block;
    width: calc(100% + 40px);
    left: -20px;
    top: -20px;
    height: 40px;
    margin: 0;
  }
  body.logged-user .open-my-account .open-filters {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  body.logged-user .open-my-account .open-filters i {
    color: #000;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .ibasket-columns,
  #left_step_basket_column,
  #right_step_basket_column {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
  }
  #right_step_basket_column {
    margin-top: 30px;
  }
  .promo-code {
    width: 50%;
  }
  body.wishlists input,
  body.wishlists textarea,
  body.user_edit #contentColumnL .custom-select,
  body.users.user_edit #contentColumnL input:not([type=checkbox]):not(button),
  .b-inputs input[type=text],
  .b-inputs input[type=tel],
  .b-inputs input[type=email],
  .b-inputs textarea {
    width: 100%;
    max-width: 100%;
  }
  a.blog-item,
  .blog-item img {
    min-height: unset;
    height: 180px;
  }
}
@media screen and (max-width: 710px) {
  .main-infos > div:first-of-type {
    width: 50%;
  }
  .anyquestion {
    margin-bottom: 20px;
  }
  .productShortTextSmall {
    display: none;
  }
  .psmall-title {
    width: 100%;
    order: 1;
  }
  .p-small-title {
    position: static;
    text-overflow: initial;
    height: auto;
    white-space: normal;
  }
  /*.records-container.style-flex .productSmallContent .p-small-title{height:19px;line-height:20px;padding-right:0}*/
  .records-container.style-flex .productSmallContent {
    width: 48%;
  }
  .order-data .block-item:nth-child(odd),
  .order-data .block-item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 620px) {
  .order-userdata-item {
    width: calc((100% - 20px)/2);
    margin-left: 0;
  }
  .user-menu-container {
    justify-content: space-between;
  }
}
@media (max-width: 560px) {
  .actions-visible-if-any-checked {
    position: relative;
    border: 1px solid #3058ad;
    padding: 10px;
  }
  .actions-visible-if-any-checked span {
    position: absolute;
    left: 0;
    top: -7px;
    background: #fff;
    left: 10px;
    font-size: 12px;
    line-height: 12px;
  }
}
@media screen and (max-width: 540px) {
  .main-infos > div:first-of-type,
  .main-infos > div {
    width: 100%;
    float: none;
  }
  .main-infos > div:first-of-type {
    margin-bottom: 20px;
  }
  .main-infos {
    font-size: 18px;
  }
  .anyquestion {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .newsletter {
    max-width: 330px;
  }
  .fl.block.f-links {
    width: auto;
    padding-right: 12px;
  }
  .topSorting select {
    max-width: 100px;
  }
  .basket-buttons button {
    width: 100%;
  }
  .basket-buttons button:last-of-type {
    margin-top: 10px;
  }
  .basket-buttons div {
    float: none;
  }
  .step-button.back {
    font-weight: normal;
  }
  .basket-buttons.sticky {
    padding-bottom: 0;
  }
  .progress-indicator > li {
    font-size: 14px;
  }
  div.custom-label label,
  div.custom-label input:focus ~ label,
  div.custom-label textarea:focus ~ label {
    font-size: 11px;
  }
  .wishlistEditAction.ml10 {
    margin-left: 0;
    display: block;
    float: none;
    clear: both;
    margin: 5px 0;
  }
  #description-tab table {
    width: auto !important;
  }
}
@media screen and (max-width: 510px) {
  .small-squares,
  .rectangle {
    width: 100%;
  }
  .rectangle {
    margin-bottom: 10px;
  }
  /*.psmall-photo,.psmall-basket{width:100%;margin:0}*/
  .psmall-photo {
    width: calc(100% - 165px);
  }
  .psmall-basket {
    width: 145px;
  }
  .psmall-basket .p-wishlist > a:first-child,
  .psmall-basket .to-cart-button {
    font-size: 12px;
  }
  .productLargeField {
    margin-top: 0;
  }
  .psmall-basket .priceContainer {
    line-height: 20px;
  }
  .psmall-basket .p-wishlist > a:first-child i {
    font-size: 15px;
  }
  .stepBasketProductsTable .basketProductDescription.cell {
    width: calc(100% - 65px);
  }
  /*
	.number-of-items{float:left}
	*/
  .trow.products .basketProdPhoto {
    width: 60px;
    padding-right: 5px;
  }
  .basketTrValue > span.priceBruttoNumber {
    font-size: 18px;
  }
  .stepBasketProductsTable .trow.products .basketTrProduct {
    width: 100%;
  }
  .stepBasketProductsTable .trow.products .basketTrRemove {
    order: 5;
  }
  .progress-indicator > li {
    font-size: 11px;
  }
  .stepBasketProductsTable .trow.products .basketTrRemove {
    order: 6;
    align-self: flex-start;
  }
  .records-container.style-flex .productSmallContent .priceContainer {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 480px) {
  .wishlists-records-actions {
    display: flex;
    justify-content: space-between;
  }
  .wishlists-records-actions button {
    font-size: 12px !important;
    text-align: left !important;
  }
  .blog-item {
    width: 100%;
  }
  .blog-item:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .logo {
    width: 110px;
  }
  .user-stuff {
    order: 2;
    width: calc(100% - 110px);
  }
  .header-account .icon.user-icon,
  .user-stuff i {
    font-size: 26px;
  }
  .header-promo-container {
    top: 40px;
    right: 50px;
  }
  .header-account,
  .user-stuff .header-promo-icon,
  .user-stuff .header-wishlists,
  .user-stuff .header-basket {
    margin-right: 14px;
  }
  header .custom-select {
    display: none;
  }
  .search-input {
    width: calc(100% - 74px);
  }
  .fl.block.f-links {
    width: 50%;
  }
  body:not(.address_data).is-sticky {
    padding-top: 119px;
  }
  .topSorting select {
    max-width: 100px;
  }
  .sticky-header.sticky-prodnav .tabNavigation-product.sticky {
    top: 46px;
  }
  /*.stepBasketProductsTable .unit-price .before-rabate{display:block}*/
  .stepBasketProductsTable input[type=text].toBasketQty {
    max-width: 40px;
  }
  .stepBasketProductsTable .incDec {
    width: 35px;
  }
  .simple-scroller.carousel .productSmallContent {
    width: 190px;
  }
}
@media screen and (max-width: 440px) {
  .order-userdata-item {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .stepBasketProductsTable .trow.products .basketTrValue .unit-price,
  .stepBasketProductsTable.products-simple .trow.products .basketTrValue,
  .stepBasketProductsTable.products-simple .trow.products .basketTrProduct {
    width: 100%;
    text-align: left;
  }
  .nice-table.features-list .th-role {
    text-align: left;
  }
  .stepBasketProductsTable .trow.products .basketTrValue {
    text-align: left;
  }
  .records-container.style-flex .productSmallContent input[type=text].toBasketQty {
    max-width: 50px;
  }
  .records-container.style-flex .productSmallContent .to-cart-button {
    font-size: 12px;
    padding: 10px 5px;
  }
  .records-container.style-flex .productSmallContent .psmall-basket .p-wishlist > a:first-child {
    font-size: 11px;
  }
  /*
	.psmall-photo,.psmall-basket{width:100%;margin:0;max-width:100%}
	.number-of-items{float:left}
	.psmall-basket{text-align:left}
	.psmall-basket .p-wishlist > a:first-child,.psmall-basket .to-cart-button{font-size:16px}
	.psmall-basket .p-wishlist > a:first-child i{font-size:20px}
	*/
  .recordsPerPage {
    display: none;
  }
  body .nice-table:not(.multi-col) .trow .cell {
    padding-left: 0;
  }
  body .nice-table:not(.multi-col) .trow:nth-child(even) {
    background: none;
    border-top: 1px solid #dcdcdc;
  }
  .topSorting > .custom-select {
    max-width: calc(100% - 135px);
  }
  .topSorting > .custom-select select {
    max-width: unset;
  }
}
@media screen and (max-width: 380px) {
  .stepBasketProductsTable .trow.products .basketTrValue {
    width: calc(100% - 34px);
    margin-top: 5px;
    text-align: left;
  }
  .stepBasketProductsTable .trow.products .basketTrRemove {
    align-self: flex-end;
  }
  .stepBar {
    display: none;
  }
  .fancy-buttons a.button {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .psmall-photo,
  .psmall-basket {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  .number-of-items {
    float: left;
  }
  .psmall-basket {
    text-align: left;
  }
  .psmall-basket .p-wishlist > a:first-child,
  .psmall-basket .to-cart-button {
    font-size: 16px;
  }
  .psmall-basket .p-wishlist > a:first-child i {
    font-size: 20px;
  }
  .custom-select {
    max-width: 100%;
  }
  .sticky-header.sticky-prodnav .tabNavigation-product.sticky {
    top: 44px;
  }
  .small-squares {
    flex-wrap: wrap;
  }
  .small-square,
  .undercats-banner {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .small-square img {
    width: 100%;
  }
  .is-rectangle.is-small-square {
    margin-top: 0;
  }
  .undercats-banner {
    order: 3;
  }
  .undercats-banner:first-of-type {
    order: 1;
  }
  .header-account .icon.user-icon,
  .user-stuff i {
    font-size: 22px;
  }
  .header-promo-container {
    top: 35px;
    right: 25px;
  }
  .logo {
    width: 80px;
  }
  .user-stuff {
    order: 2;
    width: calc(100% - 80px);
  }
  .header-account,
  .user-stuff .header-promo-icon,
  .user-stuff .header-wishlists,
  .user-stuff .header-basket {
    margin-right: 12px;
  }
  .cats-menu-container.custom-modal-open {
    left: 0;
    width: 100% !important;
  }
  .box-name,
  .tabNavigation li a,
  .tabNavigation-product li a {
    padding: 3px;
  }
  .header-account .user-box {
    min-width: 260px;
  }
  .fl.block.f-links,
  .footer .newsletter {
    width: 100%;
  }
  .promo-code,
  .records-container.style-flex .productSmallContent {
    width: 100%;
  }
}
.not-active-product-replacements {
  border: 1px solid #FF9604;
}
