/* quicksearch quick-search szerokość podpowiadanej frazy pola górnej wyszukowarki classy:  .tt-menu.tt-open  */
.tt-menu.tt-open {
  width: 500px;
}
@font-face {
  font-family: "Futura Md BT";
  src: url(../fonts/FuturaBoldBT.ttf) format("truetype");
}
table.vertical-middle tr td {
  vertical-align: middle;
}
p.ankieta-pytanie {
  font-size: 18px;
  margin: 14px 5px;
}
.row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pagination {
  margin: 0;
}
.wrapper {
  overflow: hidden;
}
/* Image zoom animation on hover */
.productImage {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.productImageWhite {
  background: #fff!important;
}
.productImageWhiteClass .lightSlider img {
  background: #fff!important;
}
.productImageWhiteClass .lSPager img {
  background: #fff!important;
}
.newLoader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  display: inline-block;
  margin: 20px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#largeImage {
  position: absolute;
  padding: .5em;
  background: #e3e3e3;
  border: 1px solid #BFBFBF;
  max-width: 400px !important;
  max-height: 400px !important;
}
#largeImage > img {
  max-width: 100%;
  max-height: 100%;
  padding-left: auto;
  padding-right: auto;
}
.fa-circle {
  margin-right: 5px !important;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .far,
.sidebar-menu > li > a > .fas {
  width: 20px;
}
/* .mr-5 {
  margin-right: 5px;
} */
.crop35 {
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  word-break: normal;
  font-size: 22px !important;
}
.crop25 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
  word-break: normal;
}
.highlight {
  outline: 1px solid white;
}
.highlight:hover {
  outline: 1px solid red;
}
.main-footer {
  padding-top: 5px;
}
.main-footer > div {
  padding-bottom: 5px;
}
/*
* Component: Dropdown menus
* -------------------------
*/
/*Dropdowns in general*/
.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
}
.dropdown-menu > li > span {
  color: #777;
}
.dropdown-menu > li > span > .glyphicon,
.dropdown-menu > li > span > .fa,
.dropdown-menu > li > span > .ion {
  margin-right: 10px;
}
.dropdown-menu > li > span:hover {
  background-color: #e1e3e9;
  color: #333;
}
.dropdown-menu > .divider {
  background-color: #eee;
}
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}
@media (max-width: 991px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > span,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > span,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > span {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > span:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > span:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > span:hover {
  background: #f4f4f4;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > span {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > span > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > span > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > span > .ion {
  width: 20px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > span {
  margin: 0;
  padding: 10px 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > span > h4 {
  padding: 0;
  margin: 0 0 0 0;
  color: #444444;
  font-size: 15px;
  position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > span > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > span > p {
  margin: 0 0 0 0px;
  font-size: 12px;
  color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > span:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > span:after {
  content: " ";
  display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > span:after {
  clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > span {
  padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > span > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > span > .progress {
  padding: 0;
  margin: 0;
}
.dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}
.dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid black;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}
.dots li.active {
  background: black;
  opacity: 1;
}
.user-header {
  height: 80px !important;
}
.skin-black-light .main-header li.user-header {
  background: #fff;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  color: #999;
}
.skin-black-light .main-header > .logo,
.skin-black-light .main-header > .navbar,
.skin-black-light .main-header > .navbar .nav > li > a,
.skin-black-light .main-header > .navbar > .sidebar-toggle {
  background: #000;
  color: #eee;
  border-right: none !important;
  border-left: none !important;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
}
.skin-black-light .main-header > .logo:hover,
.skin-black-light .main-header > .navbar:hover,
.skin-black-light .main-header > .navbar .nav > li > a:hover,
.skin-black-light .main-header > .navbar > .sidebar-toggle:hover {
  background: #000;
  color: #d6e342;
  border-right: none !important;
  border-left: none !important;
}
.skin-black-light .main-header > .logo:active,
.skin-black-light .main-header > .navbar:active,
.skin-black-light .main-header > .navbar .nav > li > a:active,
.skin-black-light .main-header > .navbar > .sidebar-toggle:active {
  background: #000;
  color: #d6e342;
  border-right: none !important;
  border-left: none !important;
}
.skin-black-light .main-header > .logo:selected,
.skin-black-light .main-header > .navbar:selected,
.skin-black-light .main-header > .navbar .nav > li > a:selected,
.skin-black-light .main-header > .navbar > .sidebar-toggle:selected {
  background: #000;
  color: #d6e342;
  border-right: none !important;
  border-left: none !important;
}
.navbar-brand {
  padding: 0px;
  background: white !important;
}
.navbar-brand > img {
  max-height: 60px;
  padding: 7px;
  width: auto;
  margin-left: auto;
}
#remarks_counter,
#own_number_counter {
  color: #777;
  font-size: 12px;
  padding: 5px;
}
.content {
  padding-top: 0px;
}
.nav-tabs-custom {
  margin-bottom: 0px;
}
.mfp-bg {
  z-index: 9999;
}
.mfp-wrap {
  z-index: 9999;
}
.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.select2 {
  width: 100%;
}
.header-text {
  position: absolute;
  bottom: 5%;
  left: 1.8%;
  right: auto;
  width: auto;
  color: #fff;
  padding: 10px 150px 10px 10px;
}
.header-text h3 {
  font-size: 40px;
}
.header-text h3 span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: rgba(41, 128, 185, 0.7);
  padding: 15px;
}
.header-text h4 div {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  line-height: 25px;
}
#scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}
.search .tt-hint {
  color: #848484 !important;
}
.search .tt-menu {
  border-radius: 0px !important;
}
.search .tt-suggestion {
  padding: 10px 15px !important;
}
.widget-user .box-footer {
  padding-top: 5px !important;
}
.widget-user {
  border: 1px solid #fff;
}
.input-compact label {
  font-size: 12px;
}
.input-compact select,
.input-compact input {
  height: 22px;
  font-size: 11px;
  padding: 0px 6px;
}
.input-compact .input-group {
  margin-bottom: 6px;
}
.input-compact .input-group {
  min-width: 150px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.input-compact .input-group .input-group-addon {
  height: 22px;
  font-size: 12px;
  padding: 0px 8px;
  min-width: 80px;
}
.input-compact .input-group .input-group-btn button {
  height: 22px;
  font-size: 11px;
  padding: 0px 24px;
  min-width: 80px;
}
.show-details {
  cursor: pointer;
}
a.show-details {
  /* min-width:50px; */
  /* white-space:nowrap; */
}
form.var_features label,
form.var_features span.input-group-addon {
  text-transform: capitalize;
}
span.prod-tile {
  border-radius: 0;
  border-top: 0;
  color: #444;
  position: relative;
  display: block;
  padding: 10px 15px;
}
.variant-name {
  text-transform: capitalize;
}
table#p-variant-matrix tbody tr td {
  vertical-align: middle;
}
.basket-item-name {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  cursor: help;
}
.basket-item > span > .row {
  margin-top: 0px;
  margin-bottom: 0px;
}
.basket-item > span > .row > div > strong {
  color: #000;
}
.canceled-doc-number {
  text-decoration: line-through;
}
a.canceled-doc-number:hover,
a.canceled-doc-number:active,
a.canceled-doc-number:visited,
a.canceled-doc-number:focus {
  text-decoration: line-through;
  color: #777;
}
.select2-container {
  width: 100% !important;
}
table.orders tr td {
  vertical-align: middle;
}
span.pull-right-container {
  position: absolute;
  right: 10px;
}
table.vertical-middle tr td {
  vertical-align: middle;
}
table tr td.fit {
  width: 1%;
  white-space: nowrap;
}
.shipping-info-loader {
  margin-top: 20px;
  margin-bottom: 20px;
}
.well.no-radius {
  border-radius: 0;
}
.product-info.no-image {
  margin-left: auto;
}
.clickable:hover {
  cursor: pointer;
}
.select2-container {
  width: 100% !important;
}
@media only screen and (max-width: 800px) {
  body > .wrapper > .main-header > a.logo {
    display: none;
  }
}
.sidebar-menu > li > a,
.treeview-menu > li > a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.sidebar {
  padding-bottom: 0px !important;
}
.sidebar-last {
  /* padding-bottom: 70px; */
}
.sidebar-footer {
  /* position: absolute;
    bottom: 15px;
    left: 15px;
    height: 40px;
    overflow-x: hidden;
    overflow-y: hidden; */
  margin-left: 15px;
}
.breadcrumb {
  margin-bottom: 0px !important;
}
input[type="number"] {
  color: black !important;
}
/*youtube*/
.nav-yt {
  float: right;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  /* ...and now for the proper property */
  transition: all 0.5s ease-in-out;
}
.nav-yt a {
  text-decoration: none;
  margin: 0 10px;
  display: inline-block;
}
.nav-yt a i {
  float: right;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  /* ...and now for the proper property */
  transition: all 0.5s ease-in-out;
  color: white;
  padding: 12.5px 0;
  font-size: 20px;
}
.nav-yt:hover a i {
  color: #d6e342;
  transform: scale(1.3);
}
.nav-yt.admin:hover {
  /* background: #c64333; */
  background: #000000;
}
.nav-yt.admin:hover a i {
  color: white;
}
#marza-pdf,
#narzut-pdf {
  border: 0;
  padding-right: 5px;
  width: calc(87%);
}
.d-marza,
.d-narzut {
  width: 200px;
}
.d-marza span,
.d-narzut span {
  background: white;
  padding: 3px 0;
  margin-right: 0;
}
.row.text-right.pull-right strong {
  margin-right: 0px;
}
.disabled span,
.disabled span {
  background: #ebebe4;
}
/**loader**/
.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #fff;
  border-color: #000 transparent #000 transparent;
  animation: lds-hourglass 1.2s infinite;
}
.lds-hourglass-white:after {
  border-color: #fff transparent #fff transparent;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
/**loader black**/
.lds-hourglass-black {
  display: inline-block;
  position: relative;
  /* width: 14px;
  height: 14px; */
  width: 46px;
  height: 23px;
}
#loader-slider {
  display: block;
  position: relative;
  left: calc(27%);
}
.lds-hourglass-black:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 0px 12px;
  box-sizing: border-box;
  border: 11px solid #000;
  border-color: #fff #000 #fff #000;
  animation: lds-hourglass-black 1.2s infinite;
}
.lds-hourglass-big:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 0px 12px;
  box-sizing: border-box;
  border: 25px solid #000;
  border-color: #fff #000 #fff #000;
  animation: lds-hourglass-black 1.2s infinite;
}
@keyframes lds-hourglass-black {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.basket-total.ukryj {
  visibility: hidden;
}
#loader-price-basket {
  display: inline-block;
  right: 60px;
  position: absolute;
}
/*czat*/
#chatAll .right .direct-chat-text {
  margin-left: 50px;
  background: #3c8dbc;
  color: #fff;
}
#chatAll .right .direct-chat-text:after,
.right .direct-chat-text:before {
  border-left-color: #3c8dbc;
}
#chatAll .direct-chat-text {
  margin: 5px 50px 0 50px;
}
#p-specification-table tr:hover {
  background-color: #f5f5f5;
}
/*Typ kont */
.permissions-row {
  cursor: pointer;
}
.permissions-row:hover {
  background-color: #f5f5f5;
}
.tag {
  border: 1px solid #a2a2a2;
  background-color: #e8e8e8;
  border-radius: 10px;
  padding: 3px;
  white-space: nowrap;
}
.align-middle {
  vertical-align: middle!important;
}
.align-top {
  vertical-align: top!important;
}
/*checkbox*/
/* Base for label styling */
/* .color [type="checkbox"]:not(:checked),
.color [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.color [type="checkbox"]:not(:checked) + label,
.color [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 16px;
} */
/* checkbox aspect */
/* .color [type="checkbox"]:not(:checked) + label:before{
    content: '✖';
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 5px;
    width: 22px; height: 22px;
    border: 2px solid #cccccc;
    background: #ffffff;
    border-radius: 4px;
    color: #dd4b39;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
.color [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0px; top: 0px;
    width: 22px; height: 22px;
    border: 2px solid #cccccc;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
} */
/* checked mark aspect */
/* .color [type="checkbox"]:not(:checked) + label:after,
.color [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 0px; left: 5px;
    font-size: 20px;
    line-height: 1.2;
    color: #09ad7e;
    transition: all .2s;
} */
/* checked mark aspect changes */
/* .color [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.color [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
} */
/* disabled checkbox */
/* .color [type="checkbox"]:disabled:not(:checked) + label:before,
.color [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #999999;
    background-color: #dddddd;
}
.color [type="checkbox"]:disabled:checked + label:after {
    color: #999999;
}
.color [type="checkbox"]:disabled + label {
    color: #aaaaaa;
} */
/* accessibility */
/* .color [type="checkbox"]:checked:focus + label:before{
    border: 2px solid #09ad7e;
}
.color [type="checkbox"]:not(:checked):focus + label:before {
    border: 2px solid #dd4b39;
}
.color [type="checkbox"]:checked + label:hover:before {
    border: 2px solid #09ad7e!important;
    background: #ffffff
}
.color [type="checkbox"]:not(:checked) + label:hover:before {
    border: 2px solid #dd4b39!important;
    background: #ffffff
} */
.green-squat {
  color: #00a65a!important;
}
.money-alt.visibleH {
  visibility: hidden;
}
.piggy-alt.visibleH {
  visibility: hidden;
}
.marketTable {
  position: relative;
}
.marketTable > input {
  width: 100%;
  padding-right: 15px;
  border-color: transparent;
  text-align: right;
}
.marketTable > .procent {
  position: absolute;
  right: 10px;
  top: 12px;
  display: block;
}
/* grupy towarower zawijanie */
.sidebar-menu > li > a > i,
.sidebar-menu > li > ul > li > a > i {
  padding-top: 4px;
  float: left;
}
.sidebar-menu > li > a > span,
.sidebar-menu > li > ul > li > a > span {
  white-space: normal;
  word-break: normal;
  display: block;
  float: left;
  width: calc(75%);
}
/*atrybuty RO*/
.panel-primary.tone {
  border: 0;
}
.panel-primary.tone > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #d9edf7;
}
.panel-primary.tone > .panel-body {
  padding: 0;
}
.slimScrollBar {
  width: 7px!important;
}
.height233 {
  height: 233px;
}
.nowa-linia {
  clear: left;
  float: none;
}
.displayFlex {
  display: flex;
}
.flexDirectionRow {
  flex-direction: row;
}
.flexDirectionRowReverse {
  flex-direction: row-reverse;
}
.space-between {
  justify-content: space-between;
}
.addmin.space-between.flexDirectionRowReverse {
  justify-content: end;
  margin: 0;
}
.addmin.space-between.flexDirectionRow {
  justify-content: start;
  margin: 0;
}
.maxWidth50procent {
  max-width: 50%;
}
.showXL {
  /* display: none; */
}
.alternate-units {
  min-width: 75px;
}
.basket-total,
.basket-total-brutto {
  white-space: nowrap;
}
.containerShop {
  margin-top: 20px;
  position: relative;
  width: 100%;
}
#dubleShop {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.containerShop:hover #dubleShop {
  opacity: 0.3;
  filter: grayscale(0%);
}
.logon-img {
  filter: grayscale(100%);
}
.containerShop:hover .middle {
  opacity: 1;
}
.textDubleShop a {
  color: white!important;
  text-decoration: none;
}
.textDubleShop a:hover {
  color: white;
}
.new_shop {
  float: right;
  display: block;
  height: 50px;
  margin-top: 1px;
  background: transparent;
  padding: 13px;
  color: white;
  box-sizing: border-box;
  transition: .5s ease;
}
.new_shop:hover {
  transition: .5s ease;
  box-sizing: border-box;
  background: white;
  color: black;
}
.new_shop_load {
  min-width: 100px;
}
.nieprzytana .nieprzytanaA {
  display: none;
  transition: 1s ease-in-out;
}
.nieprzytana:hover .nieprzytanaA {
  transition: 1s ease-in-out;
  display: block;
}
/*menu responsywne */
.main-header-own {
  min-height: auto !important;
  max-height: 15000px;
}
.main-sidebar-own {
  padding-top: 0;
  top: auto;
}
.logo.navbar-brand {
  height: 100%;
}
ul > li.footer > .goToBasket {
  background: transparent;
  border: 2px solid transparent;
  border-bottom: 2px solid transparent !important;
  display: block;
  transition: 0.5s ease-out;
}
ul > li.footer > .goToBasket:hover {
  background-color: #3c8dbc!important;
  border: 2px solid #3c8dbc;
  border-bottom: 2px solid #3c8dbc !important;
  color: #fff!important;
  display: block;
  transition: 0.5s ease-out;
}
td.nowrap {
  white-space: nowrap;
}
.grey {
  background: #eeeeee;
}
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-append.btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(4.5em);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(4em);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* Chrome, Safari, Edge, Opera */
.inputPrice > input::-webkit-outer-spin-button,
.inputPrice > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.inputPrice > input[type=number] {
  -moz-appearance: textfield;
}
.inputPrice input.trzy {
  margin-right: 35px;
}
.inputPrice input.cztery {
  margin-right: 40px;
}
.inputPrice span {
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 7px;
  font-size: 10px;
}
.login-fixed {
  position: fixed;
  bottom: 5px;
  right: 5px;
  color: #c8cad0;
}
.responseTable {
  width: 100%;
  position: relative;
  display: block;
  overflow-y: hidden;
  overflow-x: scroll;
}
.labelDots {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.carrier-code {
  width: 80%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 991px) {
  .responseTable {
    width: 100%;
    position: relative;
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0%;
    left: auto;
    border: 1px solid #ddd;
    background: #fff;
    color: black;
  }
  .login-fixed {
    position: relative;
    bottom: 5px;
    right: 5px;
    color: #c8cad0;
  }
}
.dropdown-menu.tlumacz ul li {
  list-style: none;
}
.dropdown-menu.tlumacz .action {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dropdown-menu.tlumacz {
  color: #777;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
body {
  top: 0px !important;
}
.goog-tooltip.skiptranslate {
  display: none !important;
}
.goog-text-highlight {
  background-color: unset!important;
  box-shadow: unset!important;
}
.translationLinks {
  cursor: pointer;
  margin: 3px 20px;
}
.translationFlag {
  width: 22px;
  height: 22px;
  border: 1px solid black;
  border-radius: 50%;
}
.menuflag {
  border: 1px solid white;
}
.dropdown.open > a > div > .menuflag {
  border: 1px solid black;
}
.goog-logo-link2 {
  margin: 15px 20px 0px;
  display: block;
  filter: grayscale(100%);
}
.goog-logo-link2:hover {
  filter: grayscale(0%);
}
.changePrice {
  background: transparent;
  cursor: pointer;
}
.changePrice:focus {
  cursor: text;
}
#headingAddress {
  background: #FAD8BF;
}
#headingAddress h5 {
  margin: 0;
  padding: 10px 0;
}
#accordion {
  overflow: hidden;
  border: 1px solid #FAD8BF;
}
#collapseAddress {
  padding: 20px 0px;
  overflow: auto;
}
/*select2 nie wychodzi poza ekran*/
.select2-selection--single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-selection__rendered {
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}
@media screen and (max-width: 991px) {
  .feature-header {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .feature-placeholder::-webkit-input-placeholder {
    /* Edge */
    color: transparent;
  }
  .feature-placeholder:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: transparent;
  }
  .feature-placeholder::placeholder {
    color: transparent;
  }
}
.classDisable {
  display: none;
}
.box0 {
  margin-bottom: 0px;
}
.chart-container {
  height: 75vh;
}
.unslider-arrow {
  display: none!important;
}
.filter-bottom {
  margin-bottom: 30px;
  height: 82px;
}
.btn:focus {
  color: #97a0b3!important;
}
.fa-caret-up,
.fa-caret-down {
  color: #444444!important;
}
.button-koszyk {
  left: -1px;
  width: 202px;
  background: #00a65a!important;
  border-radius: 0 0 5px 5px!important;
  color: #fff;
  position: relative;
  top: -1px;
}
.input-val-nad-koszyk {
  border: 1px solid #00a65a;
  border-radius: 3px 3px 0 0;
  border-bottom: 0;
}
#printPdf {
  margin-right: 40px;
  border-radius: 3px;
  width: 200px;
}
.inline-block {
  display: inline-block;
}
.red {
  color: #d33724;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.nowrap {
  white-space: nowrap;
}
.inputBorderRed {
  border-color: #dd4b39;
}
.inputBorderRedSpan {
  border: 1px solid #dd4b39!important;
}
.breadcrumb {
  background: transparent;
}
.input-group-select2 {
  height: 32px;
  margin-top: 5px;
}
.clickable-row {
  cursor: pointer;
}
.form-control {
  line-height: 20px!important;
}
@media screen and (min-width: 720px) {
  .mySlideCss .img-responsive {
    max-height: 50vw;
    /* margin-right: auto;
    margin-left: auto; */
  }
}
@media screen and (min-width: 960px) {
  .mySlideCss .img-responsive {
    max-height: 30vw;
    /* margin-right: auto;
    margin-left: auto; */
  }
}
.big-button {
  width: 100%;
  padding: 10px;
  color: white;
}
.bookmarks-products {
  background: #fff;
  /* margin-top: -10px; */
  border-left: 1px solid #ddd;
  padding: 15px;
}
#avlbConfirmModal {
  z-index: 1060;
}
.lSSlideOuter.vertical .lSGallery {
  left: 0;
}
.lSSlideOuter .lSPager.lSGallery img {
  width: 100%;
}
.big-button:hover {
  color: #ffffffe8;
}
.lSPager.lSGallery > li {
  display: flex;
  align-items: center;
}
.lSPager.lSGallery > li > a {
  width: 100%;
}
.mfp-counter {
  visibility: hidden;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  /* scrollbar-color: #d2cfd3 #ffffff !important; */
  scrollbar-color: #000000 #ffffff !important;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  /* width: 16px; */
  width: 12px;
  height: 12px;
}
*::-webkit-scrollbar-track {
  background: #ffffff !important;
}
*::-webkit-scrollbar-thumb {
  /* background-color: #d2cfd3 !important; */
  background-color: #000000 !important;
  border-radius: 10px;
  border: 2px solid #ffffff !important;
}

.cookie-consent {
  position: fixed;
  left: 0px;
  right: 0px;
  height: auto;
  min-height: 21px;
  z-index: 999;
  background: #645862;
  color: #ffffff;
  line-height: 21px;
  padding: 8px 18px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  text-align: center;
  bottom: 0px;
  opacity: 1;
}
.cookie-consent span.cookie-consent_message {
  display: block;
  padding: 8px 0 5px 0;
}
button.js-cookie-consent-agree {
  float: right;
  display: block;
  padding: 5px 8px;
  min-width: 100px;
  margin-left: 5px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  color: #000000;
  background: #f1d600;
  text-align: center;
}

/*
 * typehead.js-bootstrap3.less
 * @version 0.2.3
 * https://github.com/hyspace/typeahead.js-bootstrap3.less
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  width: 100%;
}
.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
}
.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  line-height: 30px;
}
textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: auto;
}
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  line-height: 46px;
}
textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: auto;
}
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.twitter-typeahead {
  width: 100%;
  float: left;
}
.input-group .twitter-typeahead {
  display: table-cell !important;
}
.twitter-typeahead .tt-hint {
  color: #999999;
}
.twitter-typeahead .tt-input {
  z-index: 2;
}
.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  cursor: not-allowed;
  background-color: #eeeeee !important;
}
.tt-dropdown-menu,
.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  min-width: 160px;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.tt-dropdown-menu .tt-suggestion,
.tt-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  text-align: left;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor,
.tt-menu .tt-suggestion.tt-cursor,
.tt-dropdown-menu .tt-suggestion:hover,
.tt-menu .tt-suggestion:hover {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
  color: #262626;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor a,
.tt-menu .tt-suggestion.tt-cursor a,
.tt-dropdown-menu .tt-suggestion:hover a,
.tt-menu .tt-suggestion:hover a {
  color: #262626;
}
.tt-dropdown-menu .tt-suggestion p,
.tt-menu .tt-suggestion p {
  margin: 0;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 50% auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.spinner-box {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 5;
  left: 0;
}

tr.filter-row th {
  padding: 2px 2px !important;
}
input.filter {
  padding: 1px 10px !important;
}

ul.list-in-box {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
ul.list-in-box li.item {
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 0;
  background: #fff;
}
ul.list-in-box li.item .title {
  font-weight: 600;
}
ul.list-in-box li.item a.title {
  color: #3c8dbc;
}
ul.list-in-box li.item .description {
  display: block;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
