@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/fontawesome.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/regular.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/solid.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: 700;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 980px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1220px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 980px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1220px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.row:after,
.row:before,
.summary-data-container:after,
.summary-data-container:before,
.widget-search-feature .search-feature-container:after,
.widget-search-feature .search-feature-container:before,
.widget:after,
.widget:before,
.zamowienie #basket-grid .basket-user-actions:after,
.zamowienie #basket-grid .basket-user-actions:before {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.modal-footer:after,
.row:after,
.summary-data-container:after,
.widget-search-feature .search-feature-container:after,
.widget:after,
.zamowienie #basket-grid .basket-user-actions:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
body {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@keyframes a {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-name: a;
}
@keyframes b {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-name: b;
}
@keyframes c {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-duration: 0.3s;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-name: c;
}
@keyframes d {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-duration: 0.3s;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-name: d;
}
button {
  padding: 12px;
  margin: 6px 0 0 auto;
  color: #fff;
  width: 100px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  outline: none;
  display: block;
  position: relative;
  background-color: #19338f;
  -moz-appearance: button;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: all 0.3s;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #19338f;
}
button:focus,
button:hover {
  background: #30479a;
  border-color: #30479a;
}
.search-widget button,
.widget-newsletter button {
  margin-top: -45px;
  height: 45px;
  z-index: 1;
  background-position: 50%;
  overflow: hidden;
  text-indent: -999999px;
}
.search-widget button:after,
.widget-newsletter button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-indent: 1px;
}
.widget-newsletter button {
  width: 70px;
}
.widget-newsletter button:after {
  font-family: sklep-demo;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: auto;
  content: "\68";
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 1;
  color: inherit;
  transition: color;
}
.search-widget button {
  width: 45px;
}
.search-widget button:after {
  font-family: sklep-demo;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: auto;
  content: "\66";
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 1;
  color: inherit;
  transition: color;
}
.alert {
  padding: 18px;
  margin: 12px auto;
  border: 1px solid #ddd;
  background: #f5f5f5;
  text-align: center;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert a {
  font-weight: 300;
}
.alert-dismissible {
  padding-right: 30px;
  position: relative;
}
.alert-dismissible .close {
  position: absolute;
  background: transparent;
  font-size: 24px;
  box-shadow: none;
  color: inherit;
  top: 0;
  bottom: 0;
  right: 12px;
  width: auto;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.alert-success {
  background: #f2fae3;
  color: #659f13;
}
.alert-info {
  background: #ebf7fd;
  color: #2d7091;
}
.alert-warning {
  background: #fffceb;
  color: #e28327;
}
.alert-danger {
  background: #fff1f0;
  color: #d85030;
}
.notify {
  font-size: 1rem;
  font-weight: 300 !important;
  padding-right: 36px;
  transition: all 0.3s ease !important;
  max-width: 420px;
}
.notify p {
  margin: 0;
}
@media (max-width: 980px) {
  .notify {
    z-index: 1030 !important;
  }
}
.modal-open .notify {
  margin-right: 17px !important;
}
.notify .close {
  top: 6px;
  right: 7px;
  bottom: auto;
  left: auto;
  padding: 0;
  border: none;
}
.alert-add-to-cart {
  font-weight: 300 !important;
  background: rgba(203, 129, 134, 0.9);
  border: #b54b52;
  color: #fff;
}
.alert-add-to-cart .product-name {
  font-weight: 600 !important;
}
.alert-add-to-cart * {
  display: block !important;
}
.alert-add-to-cart .close {
  color: hsla(0, 0%, 100%, 0.4);
}
.alert-add-to-cart .close:focus,
.alert-add-to-cart .close:hover {
  color: #fff;
}
.alert-discount-level {
  background: rgba(145, 60, 65, 0.85);
  color: #fff;
  border: #913c41;
}
.alert-discount-level .close {
  color: hsla(0, 0%, 100%, 0.4);
}
.alert-discount-level .close:focus,
.alert-discount-level .close:hover {
  color: #fff;
}
/* @font-face {
  font-family: Metropolis;
  src: url(../fonts/MetropolisThin.eot);
  src: url(../fonts/MetropolisThin.eot) format("embedded-opentype"),
    url(../fonts/MetropolisThin.woff2) format("woff2"),
    url(../fonts/MetropolisThin.woff) format("woff"),
    url(../fonts/MetropolisThin.ttf) format("truetype"),
    url(../fonts/MetropolisThin.svg#MetropolisThin) format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Metropolis;
  src: url(../fonts/MetropolisLight.eot);
  src: url(../fonts/MetropolisLight.eot) format("embedded-opentype"),
    url(../fonts/MetropolisLight.woff2) format("woff2"),
    url(../fonts/MetropolisLight.woff) format("woff"),
    url(../fonts/MetropolisLight.ttf) format("truetype"),
    url(../fonts/MetropolisLight.svg#MetropolisLight) format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Metropolis;
  src: url(../fonts/MetropolisMedium.eot);
  src: url(../fonts/MetropolisMedium.eot) format("embedded-opentype"),
    url(../fonts/MetropolisMedium.woff2) format("woff2"),
    url(../fonts/MetropolisMedium.woff) format("woff"),
    url(../fonts/MetropolisMedium.ttf) format("truetype"),
    url(../fonts/MetropolisMedium.svg#MetropolisMedium) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Metropolis;
  src: url(../fonts/MetropolisSemiBold.eot);
  src: url(../fonts/MetropolisSemiBold.eot) format("embedded-opentype"),
    url(../fonts/MetropolisSemiBold.woff2) format("woff2"),
    url(../fonts/MetropolisSemiBold.woff) format("woff"),
    url(../fonts/MetropolisSemiBold.ttf) format("truetype"),
    url(../fonts/MetropolisSemiBold.svg#MetropolisSemiBold) format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Metropolis;
  src: url(../fonts/MetropolisBold.eot);
  src: url(../fonts/MetropolisBold.eot) format("embedded-opentype"),
    url(../fonts/MetropolisBold.woff2) format("woff2"),
    url(../fonts/MetropolisBold.woff) format("woff"),
    url(../fonts/MetropolisBold.ttf) format("truetype"),
    url(../fonts/MetropolisBold.svg#MetropolisBold) format("svg");
  font-weight: 700;
  font-style: normal;
} */
@font-face {
  font-family: sklep-demo;
  src: url(https://www.pasaz24cdn.pl/web1941/template/fonts/vendero-sklep-demo.eot);
  src: url(https://www.pasaz24cdn.pl/web1941/template/fonts/vendero-sklep-demo.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.pasaz24cdn.pl/web1941/template/fonts/vendero-sklep-demo.woff)
      format("woff"),
    url(https://www.pasaz24cdn.pl/web1941/template/fonts/vendero-sklep-demo.ttf)
      format("truetype"),
    url(https://www.pasaz24cdn.pl/web1941/template/fonts/vendero-sklep-demo.svg#vendero-sklep-demo)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
input[type="password"],
input[type="search"],
input[type="text"],
select,
textarea {
  border: 1px solid #e0e0e0;
  padding: 10px;
  height: 46px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  border-radius: 0;
  font-weight: 200;
  transition: all 0.3s ease;
}
input[type="password"]:hover,
input[type="search"]:hover,
input[type="text"]:hover,
select:hover,
textarea:hover {
  outline: none;
  border-color: #e5e5e5;
}
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #19338f;
  background: #fefdfc;
}
.advanced-search input[type="password"],
.advanced-search input[type="search"],
.advanced-search input[type="text"],
.advanced-search select,
.advanced-search textarea,
.contact-form input[type="password"],
.contact-form input[type="search"],
.contact-form input[type="text"],
.contact-form select,
.contact-form textarea,
.modal input[type="password"],
.modal input[type="search"],
.modal input[type="text"],
.modal select,
.modal textarea,
.search-widget input[type="password"],
.search-widget input[type="search"],
.search-widget input[type="text"],
.search-widget select,
.search-widget textarea,
.widget-newsletter input[type="password"],
.widget-newsletter input[type="search"],
.widget-newsletter input[type="text"],
.widget-newsletter select,
.widget-newsletter textarea {
  width: 100%;
}
::-webkit-input-placeholder {
  color: #b2b2b2;
}
:-moz-placeholder,
::-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #b2b2b2;
}
select:disabled > option,
select[disabled],
select option:disabled {
  color: #ccc;
}
select option {
  padding: 10px;
  font-weight: 300;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0 3px 0 0;
  cursor: pointer;
}
input[type="radio"] {
  position: relative;
  width: 14px;
  height: 14px;
}
input[type="radio"]:after,
input[type="radio"]:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  visibility: visible;
}
input[type="radio"]:before {
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
input[type="radio"]:after {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  padding-bottom: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
input[type="radio"]:hover:after {
  background: hsla(26, 24%, 54%, 0.2);
}
input[type="radio"]:checked:after {
  background: #19338f;
}
input[type="radio"]:checked:before {
  border-color: #19338f;
}
input[type="radio"]:hover input[type="radio"]:before {
  background: #ededed;
}
.checkbox input[type="checkbox"],
label input[type="checkbox"] {
  position: relative;
}
.checkbox input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:before,
label input[type="checkbox"]:after,
label input[type="checkbox"]:before {
  content: "";
  position: absolute;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.checkbox input[type="checkbox"]:before,
label input[type="checkbox"]:before {
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.checkbox input[type="checkbox"]:after,
label input[type="checkbox"]:after {
  z-index: 2;
  position: absolute;
  left: 5px;
  top: 1px;
  width: 0.33rem;
  height: 0.63rem;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox input[type="checkbox"]:checked:before,
label input[type="checkbox"]:checked:before {
  background: #19338f;
  border-color: #19338f;
}
.checkbox input[type="checkbox"]:checked:after,
label input[type="checkbox"]:checked:after {
  border-color: #fff;
}
.checkbox input[type="checkbox"]:checked:hover:before,
label input[type="checkbox"]:checked:hover:before {
  background: #2c4390;
  border-color: #2c4390;
}
.checkbox:hover input[type="checkbox"]:after,
label:hover input[type="checkbox"]:after {
  border-color: hsla(26, 24%, 54%, 0.2);
}
.checkbox:hover input[type="checkbox"]:checked:after,
label:hover input[type="checkbox"]:checked:after {
  border-color: #fff;
}
input[type="text"].search-widget-query {
  padding-right: 55px;
  height: 45px;
}
input[type="text"].email-newsletter-input {
  padding-right: 75px;
  height: 45px;
}
textarea {
  resize: none;
  width: 100%;
  height: 140px;
  overflow: auto;
}
textarea ~ .validationMessage {
  margin-top: -6px;
}
.form-group {
  padding: 6px 0;
}
.form-group:last-child {
  padding-bottom: 0;
}
.form-group label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 6px;
}
label {
  display: inline-block;
  bottom: 3px;
}
.validationMessage {
  color: #fff;
  background: #cb8186;
  width: 100%;
  padding: 6px;
  margin: 0 0 6px;
  line-height: 1;
  display: table;
  border-radius: 0;
  font-size: 12px;
}
::selection {
  background: rgb(25 51 143 / 70%);
  color: #fff;
}
::-moz-selection {
  background: rgb(25 51 143 / 70%);
  color: #fff;
}
::-webkit-selection {
  background: rgb(25 51 143 / 70%);
  color: #fff;
}
.modal,
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translateY(-25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0);
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  margin: 9px;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  width: 85%;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: auto;
  }
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  font-size: 1rem;
  outline: 0;
}
.modal-to-basket {
  text-decoration: none;
  color: #19338f;
  display: inline-block;
  margin-top: 6px;
  font-weight: 600;
}
.modal-to-basket:focus,
.modal-to-basket:hover {
  color: #2c4390;
  text-decoration: underline;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-header {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 44px;
  position: relative;
}
.modal-header h4 {
  font-size: 1.5rem;
  font-family: Poppins, sans-serif;
}
.modal-header h4 strong {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.3rem;
}
.modal-header .close {
  margin-top: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 40px;
  top: 0;
  right: 0;
  position: absolute;
  line-height: 1;
  box-shadow: none;
}
.modal-header .close,
.modal-header .close:focus,
.modal-header .close:hover {
  background-color: transparent;
  border: none;
}
.modal-header .close:before,
.modal-header .close:focus:before,
.modal-header .close:hover:before {
  color: #666;
}
.modal-header .close:before {
  content: "\00d7";
  color: #b3b3b3;
  transition: all 0.3s ease;
  font-family: Raleway !important;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  padding: 20px 20px 7px;
}
.modal-body img {
  max-width: 100%;
}
.modal-body .product-name {
  font-weight: 700;
  word-wrap: break-word;
}
.modal-footer {
  text-align: right;
  padding: 10px 20px 20px;
}
.modal-footer button {
  max-width: 150px;
  display: inline-block;
}
.modal-footer .btn-close-modal {
  background-color: #666;
  border-color: #666;
}
.modal-footer .btn-close-modal:focus,
.modal-footer .btn-close-modal:hover {
  background-color: #444;
  border-color: #444;
}
.modal-footer .btn-send-letter {
  background-color: #19338f;
}
.modal-footer .btn-send-letter:focus,
.modal-footer .btn-send-letter:hover {
  background-color: #2c4390;
}
.modal-footer .btn-units-add-to-cart,
.modal-footer .btn-variant-add-to-cart {
  text-transform: uppercase;
  max-width: none;
  width: 150px;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
* {
  box-sizing: border-box;
}
:focus {
  outline: none !important;
}
::-moz-focus-inner {
  border: 0;
}
:after,
:before {
  box-sizing: border-box;
}
body,
html {
  font-size: 16px;
}
body {
  color: #666;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.42;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #19338f;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:focus,
a:hover {
  color: #2c4390;
}
a:active,
a:focus,
a:hover,
a:visited {
  outline: none;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, serif;
}
p {
  padding: 0;
  margin: 0 0 8px;
}
.content:after,
.content:before,
footer:after,
footer:before,
header:after,
header:before {
  content: " ";
  display: table;
}
.content:after,
footer:after,
header:after {
  clear: both;
}
@media (max-width: 767px) {
  .nav-collapse {
    margin-top: 3px;
  }
  .nav-collapse.collapse {
    overflow: hidden;
    display: none;
  }
  .nav-collapse.collapse.in {
    display: block;
  }
}
@media (min-width: 768px) {
  .nav-collapse {
    display: block;
    overflow: visible;
    height: auto !important;
  }
}
.content-edit .widget-content,
.custom .widget-content,
.logo,
.tab-content > .tab-pane,
.typo,
.widget-news .widget-content,
.widget-newsletter .widget-content {
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}
.content-edit .widget-content h1,
.content-edit .widget-content h2,
.content-edit .widget-content h3,
.content-edit .widget-content h4,
.content-edit .widget-content h5,
.content-edit .widget-content h6,
.custom .widget-content h1,
.custom .widget-content h2,
.custom .widget-content h3,
.custom .widget-content h4,
.custom .widget-content h5,
.custom .widget-content h6,
.logo h1,
.logo h2,
.logo h3,
.logo h4,
.logo h5,
.logo h6,
.tab-content > .tab-pane h1,
.tab-content > .tab-pane h2,
.tab-content > .tab-pane h3,
.tab-content > .tab-pane h4,
.tab-content > .tab-pane h5,
.tab-content > .tab-pane h6,
.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6,
.widget-news .widget-content h1,
.widget-news .widget-content h2,
.widget-news .widget-content h3,
.widget-news .widget-content h4,
.widget-news .widget-content h5,
.widget-news .widget-content h6,
.widget-newsletter .widget-content h1,
.widget-newsletter .widget-content h2,
.widget-newsletter .widget-content h3,
.widget-newsletter .widget-content h4,
.widget-newsletter .widget-content h5,
.widget-newsletter .widget-content h6 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  padding: 12px 0;
  line-height: 1.1;
}
.content-edit .widget-content h1,
.custom .widget-content h1,
.logo h1,
.tab-content > .tab-pane h1,
.typo h1,
.widget-news .widget-content h1,
.widget-newsletter .widget-content h1 {
  font-size: 2.441rem;
}
.content-edit .widget-content h2,
.custom .widget-content h2,
.logo h2,
.tab-content > .tab-pane h2,
.typo h2,
.widget-news .widget-content h2,
.widget-newsletter .widget-content h2 {
  font-size: 1.953rem;
}
.content-edit .widget-content h3,
.custom .widget-content h3,
.logo h3,
.tab-content > .tab-pane h3,
.typo h3,
.widget-news .widget-content h3,
.widget-newsletter .widget-content h3 {
  font-size: 1.563rem;
}
.content-edit .widget-content h4,
.custom .widget-content h4,
.logo h4,
.tab-content > .tab-pane h4,
.typo h4,
.widget-news .widget-content h4,
.widget-newsletter .widget-content h4 {
  font-size: 1.25rem;
}
.content-edit .widget-content h5,
.custom .widget-content h5,
.logo h5,
.tab-content > .tab-pane h5,
.typo h5,
.widget-news .widget-content h5,
.widget-newsletter .widget-content h5 {
  font-size: 1rem;
}
.content-edit .widget-content h6,
.custom .widget-content h6,
.logo h6,
.tab-content > .tab-pane h6,
.typo h6,
.widget-news .widget-content h6,
.widget-newsletter .widget-content h6 {
  font-size: 0.8rem;
}
.content-edit .widget-content ol,
.content-edit .widget-content p,
.content-edit .widget-content ul,
.custom .widget-content ol,
.custom .widget-content p,
.custom .widget-content ul,
.logo ol,
.logo p,
.logo ul,
.tab-content > .tab-pane ol,
.tab-content > .tab-pane p,
.tab-content > .tab-pane ul,
.typo ol,
.typo p,
.typo ul,
.widget-news .widget-content ol,
.widget-news .widget-content p,
.widget-news .widget-content ul,
.widget-newsletter .widget-content ol,
.widget-newsletter .widget-content p,
.widget-newsletter .widget-content ul {
  margin: 0 0 8px;
}
.content-edit .widget-content ol,
.content-edit .widget-content ul,
.custom .widget-content ol,
.custom .widget-content ul,
.logo ol,
.logo ul,
.tab-content > .tab-pane ol,
.tab-content > .tab-pane ul,
.typo ol,
.typo ul,
.widget-news .widget-content ol,
.widget-news .widget-content ul,
.widget-newsletter .widget-content ol,
.widget-newsletter .widget-content ul {
  line-height: 1.62;
}
.content-edit .widget-content ul,
.custom .widget-content ul,
.logo ul,
.tab-content > .tab-pane ul,
.typo ul,
.widget-news .widget-content ul,
.widget-newsletter .widget-content ul {
  padding-left: 24px;
  list-style-type: disc;
  margin-top: 8px;
}
.content-edit .widget-content ol,
.custom .widget-content ol,
.logo ol,
.tab-content > .tab-pane ol,
.typo ol,
.widget-news .widget-content ol,
.widget-newsletter .widget-content ol {
  list-style-type: decimal;
  padding-left: 30px;
}
.content-edit .widget-content p:after,
.custom .widget-content p:after,
.logo p:after,
.tab-content > .tab-pane p:after,
.typo p:after,
.widget-news .widget-content p:after,
.widget-newsletter .widget-content p:after {
  content: "";
  display: inline-block;
  width: 0;
}
.content-edit .widget-content blockquote,
.content-edit .widget-content cite,
.content-edit .widget-content em,
.content-edit .widget-content i,
.content-edit .widget-content q,
.custom .widget-content blockquote,
.custom .widget-content cite,
.custom .widget-content em,
.custom .widget-content i,
.custom .widget-content q,
.logo blockquote,
.logo cite,
.logo em,
.logo i,
.logo q,
.tab-content > .tab-pane blockquote,
.tab-content > .tab-pane cite,
.tab-content > .tab-pane em,
.tab-content > .tab-pane i,
.tab-content > .tab-pane q,
.typo blockquote,
.typo cite,
.typo em,
.typo i,
.typo q,
.widget-news .widget-content blockquote,
.widget-news .widget-content cite,
.widget-news .widget-content em,
.widget-news .widget-content i,
.widget-news .widget-content q,
.widget-newsletter .widget-content blockquote,
.widget-newsletter .widget-content cite,
.widget-newsletter .widget-content em,
.widget-newsletter .widget-content i,
.widget-newsletter .widget-content q {
  font-style: italic;
}
.content-edit .widget-content b,
.content-edit .widget-content strong,
.custom .widget-content b,
.custom .widget-content strong,
.logo b,
.logo strong,
.tab-content > .tab-pane b,
.tab-content > .tab-pane strong,
.typo b,
.typo strong,
.widget-news .widget-content b,
.widget-news .widget-content strong,
.widget-newsletter .widget-content b,
.widget-newsletter .widget-content strong {
  font-weight: 700;
}
.content-edit .widget-content table,
.custom .widget-content table,
.summary-data-container table,
.tab-content > .tab-pane table,
.tables table,
.widget-news table {
  border-collapse: collapse;
  margin: 8px 0;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}
.content-edit .widget-content table tr:nth-child(2n),
.custom .widget-content table tr:nth-child(2n),
.summary-data-container table tr:nth-child(2n),
.tab-content > .tab-pane table tr:nth-child(2n),
.tables table tr:nth-child(2n),
.widget-news table tr:nth-child(2n) {
  background: hsla(0, 0%, 98%, 0.9);
}
.content-edit .widget-content th,
.custom .widget-content th,
.summary-data-container th,
.tab-content > .tab-pane th,
.tables th,
.widget-news th {
  font-weight: 700;
}
.content-edit .widget-content td,
.content-edit .widget-content th,
.custom .widget-content td,
.custom .widget-content th,
.summary-data-container td,
.summary-data-container th,
.tab-content > .tab-pane td,
.tab-content > .tab-pane th,
.tables td,
.tables th,
.widget-news td,
.widget-news th {
  padding: 8px;
  border: 1px solid #d8d8d8;
  word-wrap: break-word;
  word-break: break-word;
}
footer {
  padding-top: 24px;
  background: #282828;
  color: #bfbfbf;
}
@media (max-width: 768px) {
  footer {
    padding-top: 0;
    margin-top: 0;
  }
  footer .widget {
    margin-top: 24px;
  }
  footer .widget .widget-header h4 {
    padding-bottom: 0;
  }
  footer .widget .widget-content {
    padding-top: 0;
  }
}
footer .content-edit .widget-content table tr:nth-child(2n),
footer .custom .widget-content table tr:nth-child(2n),
footer .summary-data-container table tr:nth-child(2n),
footer .tab-content > .tab-pane table tr:nth-child(2n),
footer .tables table tr:nth-child(2n),
footer .widget-news table tr:nth-child(2n) {
  background: hsla(0, 0%, 100%, 0.05);
}
footer .content-edit .widget-content td,
footer .content-edit .widget-content th,
footer .custom .widget-content td,
footer .custom .widget-content th,
footer .summary-data-container td,
footer .summary-data-container th,
footer .tab-content > .tab-pane td,
footer .tab-content > .tab-pane th,
footer .tables td,
footer .tables th,
footer .widget-news td,
footer .widget-news th {
  border-color: #737373;
}
footer p {
  color: #bfbfbf;
}
footer a {
  color: #2c4390;
  text-decoration: underline;
}
footer .widget-header h4,
footer a:focus,
footer a:hover {
  color: #fff;
}
footer ::-webkit-input-placeholder {
  color: #a6a6a6;
}
footer :-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}
footer ::-moz-placeholder {
  color: #a6a6a6;
}
footer :-ms-input-placeholder {
  color: #a6a6a6;
}
footer input,
footer textarea {
  background: hsla(0, 0%, 100%, 0.1);
  color: #b2b2b2;
  border-color: #545454 !important;
  box-shadow: none !important;
}
footer input:focus,
footer textarea:focus {
  border-color: #737373 !important;
}
footer .validationMessage {
  color: #b2b2b2;
  background-color: #19338f;
}
footer button {
  background-color: #a36d43;
  color: hsla(0, 0%, 100%, 0.85);
}
footer button:focus,
footer button:hover {
  background-color: #19338f;
}
footer .gallery img {
  border-color: #737373;
}
footer .carousel-indicators .active {
  background-color: #19338f;
  border-color: #19338f;
}
footer .left:hover .arrow,
footer .left:hover .ikonaarrow.left,
footer .left:hover .ikonaarrow.right,
footer .right:hover .arrow,
footer .right:hover .ikonaarrow.left,
footer .right:hover .ikonaarrow.right {
  background: #a36d43 !important;
}
footer .logo a,
footer a,
footer a:focus,
footer a:hover {
  text-decoration: none;
}
footer .breadcrumbs a,
footer .cart a,
footer .user-account a {
  color: #2c4390;
  text-decoration: none;
}
footer .breadcrumbs a:after,
footer .breadcrumbs a:before,
footer .cart a:after,
footer .cart a:before,
footer .user-account a:after,
footer .user-account a:before {
  color: #2c4390 !important;
}
footer .breadcrumbs a:focus,
footer .breadcrumbs a:hover,
footer .cart a:focus,
footer .cart a:hover,
footer .user-account a:focus,
footer .user-account a:hover {
  color: #fff;
}
footer .cart .widget-content:hover .cart-info {
  color: #19338f;
}
footer .cart .widget-content:hover .cart-info:after,
footer .cart .widget-content:hover .cart-info:before {
  color: #19338f !important;
}
footer .cart .widget-content:hover .cart-title {
  color: #19338f;
}
footer .cart .widget-content .cart-info,
footer .cart .widget-content .cart-info:after,
footer .cart .widget-content .cart-info:before {
  color: #b2b2b2;
}
footer .cart .widget-content .cart-title {
  color: #bfbfbf;
}
footer .cart .widget-content .cart-tooltip {
  border: 1px solid #737373;
  background-color: #1e1e1e;
  box-shadow: none;
}
footer .cart .widget-content .cart-tooltip .cart-tooltip-item-description p {
  color: #b2b2b2;
}
footer .cart .widget-content .cart-tooltip .cart-tooltip-summary-price {
  border-top-color: hsla(0, 0%, 45%, 0.8);
  color: #bfbfbf;
}
footer
  .cart
  .widget-content
  .cart-tooltip
  .cart-tooltip-summary-price
  .cart-tooltip-total-price-value {
  color: #b2b2b2;
}
footer .cart .widget-content .cart-tooltip .cart-tooltip-props a {
  background-color: #a36d43;
  color: hsla(0, 0%, 100%, 0.85);
}
footer .cart .widget-content .cart-tooltip .cart-tooltip-props a:focus,
footer .cart .widget-content .cart-tooltip .cart-tooltip-props a:hover {
  background-color: #19338f;
}
footer .user-account .widget-content:before {
  color: #b2b2b2;
}
footer .user-account .widget-content:hover:before {
  color: #19338f;
}
@media (min-width: 768px) {
  footer .user-account .widget-content .user-account-tooltip {
    border: 1px solid #737373;
    background-color: #1e1e1e;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  footer .user-account .widget-content .user-account-actions a {
    border-left-color: #1e1e1e;
    background-color: #a36d43;
  }
  footer .user-account .widget-content .user-account-actions a:hover {
    background-color: #19338f;
  }
}
footer .category-list .nav li a,
footer .main-menu .nav li a {
  color: #bfbfbf;
}
footer .main-menu .nav li a {
  border-bottom-color: #737373;
}
@media (min-width: 768px) {
  footer .col-sm-7 .dropdown-menu,
  footer .col-sm-8 .dropdown-menu,
  footer .col-sm-9 .dropdown-menu,
  footer .col-sm-10 .dropdown-menu,
  footer .col-sm-11 .dropdown-menu,
  footer .col-sm-12 .dropdown-menu {
    background-color: #1e1e1e !important;
    border-color: #737373 !important;
    box-shadow: none !important;
  }
  footer .col-sm-7 .dropdown-menu li a,
  footer .col-sm-8 .dropdown-menu li a,
  footer .col-sm-9 .dropdown-menu li a,
  footer .col-sm-10 .dropdown-menu li a,
  footer .col-sm-11 .dropdown-menu li a,
  footer .col-sm-12 .dropdown-menu li a {
    border-top-color: #737373 !important;
  }
  footer .col-sm-7 .dropdown-menu li a:focus,
  footer .col-sm-7 .dropdown-menu li a:hover,
  footer .col-sm-8 .dropdown-menu li a:focus,
  footer .col-sm-8 .dropdown-menu li a:hover,
  footer .col-sm-9 .dropdown-menu li a:focus,
  footer .col-sm-9 .dropdown-menu li a:hover,
  footer .col-sm-10 .dropdown-menu li a:focus,
  footer .col-sm-10 .dropdown-menu li a:hover,
  footer .col-sm-11 .dropdown-menu li a:focus,
  footer .col-sm-11 .dropdown-menu li a:hover,
  footer .col-sm-12 .dropdown-menu li a:focus,
  footer .col-sm-12 .dropdown-menu li a:hover {
    color: #19338f !important;
  }
}
footer .category-list .nav.category > li > ul.subnav {
  color: #b2b2b2;
  background-color: #1e1e1e;
  border: 1px solid #737373;
  border-top: none;
  box-shadow: none;
}
footer .category-list .nav.category > li > ul.subnav li a {
  color: #bfbfbf;
}
footer .category-list .nav.category > li > ul.subnav li a:focus,
footer .category-list .nav.category > li > ul.subnav li a:hover {
  color: #19338f;
}
footer .category-list .list-category-clearfilters a {
  text-decoration: none;
  color: #bfbfbf;
  background: rgba(43, 43, 43, 0.9);
  border-color: #666;
}
footer .category-list .list-category-clearfilters a span {
  color: #dabca5 !important;
}
footer .category-list .list-category-clearfilters a:focus,
footer .category-list .list-category-clearfilters a:hover {
  color: #6c5442;
  background-color: rgba(43, 43, 43, 0.8);
  border-color: #737373;
}
footer .category-list .list-category-clearfilters a span {
  color: #e9d7c9;
}
footer .widget-news .widget-news-item {
  border-bottom-color: #737373;
}
footer .pagination .current-page,
footer .pagination .offer-paging-item {
  border: 1px solid #737373;
  text-decoration: none;
}
footer .pagination .current-page:focus,
footer .pagination .current-page:hover,
footer .pagination .offer-paging-item:focus,
footer .pagination .offer-paging-item:hover {
  text-decoration: none;
  border: 1px solid #bfbfbf;
}
footer .pagination a {
  color: #bfbfbf;
}
footer .pagination a:focus,
footer .pagination a:hover {
  color: #b2b2b2;
}
footer .pagination .current-page {
  background: hsla(26, 24%, 54%, 0.8);
  border-color: hsla(26, 24%, 54%, 0.8) !important;
  color: #b2b2b2;
}
footer .pagination .arrow-right {
  border-left-color: #737373;
}
footer .pagination .arrow-right:hover {
  border-left-color: #bfbfbf;
}
footer .pagination .arrow-left {
  border-right-color: #737373;
}
footer .pagination .arrow-left:hover {
  border-right-color: #bfbfbf;
}
footer .list-products .product-item-container {
  border-color: #737373;
}
footer .list-products .product-item-container .product-image-container {
  border-bottom-color: #737373;
  border-right-color: #737373 !important;
}
footer .list-products .product-item-container .recommended-label {
  background-color: hsla(26, 24%, 54%, 0.8);
}
footer .list-products .product-item-container .service-label {
  background-color: #a36d43;
}
footer .list-products .product-item-container .product-label {
  background-color: rgba(56, 56, 56, 0.9);
  color: #b2b2b2;
}
footer .list-products .product-item-container:hover {
  box-shadow: 0;
  border-color: #737373;
}
footer
  .list-products
  .product-item-container:hover
  .product-image-container
  img {
  opacity: 1;
}
footer .list-products .product-item-container .product-title a {
  color: #bfbfbf;
}
footer .list-products .product-item-container .product-title a:focus,
footer .list-products .product-item-container .product-title a:hover {
  color: #b2b2b2;
}
footer .list-products .product-item-container .product-price {
  color: #bfbfbf;
  background-color: rgba(30, 30, 30, 0.95);
  border-color: #737373;
}
footer .list-products .product-item-container .btn-add-to-cart {
  background: #a36d43;
}
footer .list-products .product-item-container .btn-add-to-cart:focus,
footer .list-products .product-item-container .btn-add-to-cart:hover {
  background: #19338f;
}
footer .list-products .product-item-container .quantity-change button:disabled {
  color: #404040;
  border-color: #404040;
}
footer .list-products .product-item-container .quantity-change .btn-minus,
footer .list-products .product-item-container .quantity-change .btn-plus {
  border-color: #737373;
  color: #737373;
}
footer .list-products .product-item-container .quantity-change .btn-minus:focus,
footer .list-products .product-item-container .quantity-change .btn-minus:hover,
footer .list-products .product-item-container .quantity-change .btn-plus:focus,
footer .list-products .product-item-container .quantity-change .btn-plus:hover {
  color: #737373;
}
footer
  .list-products
  .product-item-container
  .quantity-change
  .btn-minus:focus:disabled,
footer
  .list-products
  .product-item-container
  .quantity-change
  .btn-minus:hover:disabled,
footer
  .list-products
  .product-item-container
  .quantity-change
  .btn-plus:focus:disabled,
footer
  .list-products
  .product-item-container
  .quantity-change
  .btn-plus:hover:disabled {
  color: #404040;
}
footer .list-products .product-item-container .quantity-change input {
  border-color: #737373 !important;
  color: #8c8c8c;
}
footer .list-products .product-item-container .quantity-change input:focus {
  border-color: #8c8c8c !important;
}
footer
  .list-products
  .product-item-container
  .quantity-change
  .letter-of-enquiry {
  color: #bfbfbf;
}
footer
  .list-products
  .product-item-container
  .quantity-change
  .letter-of-enquiry:before {
  color: #ccc;
}
footer
  .list-products
  .product-item-container
  .quantity-change
  .letter-of-enquiry:focus,
footer
  .list-products
  .product-item-container
  .quantity-change
  .letter-of-enquiry:focus:before,
footer
  .list-products
  .product-item-container
  .quantity-change
  .letter-of-enquiry:hover,
footer
  .list-products
  .product-item-container
  .quantity-change
  .letter-of-enquiry:hover:before {
  color: #e0d5cd;
}
footer .list-products .product-item-container .letter-of-enquiry {
  color: #bfbfbf;
}
footer .list-products .product-item-container .letter-of-enquiry:focus,
footer .list-products .product-item-container .letter-of-enquiry:hover {
  color: #cdbbad;
}
footer .list-products .product-item-container .letter-of-enquiry:focus:before,
footer .list-products .product-item-container .letter-of-enquiry:hover:before {
  color: #2c4390;
}
footer .list-products .promotion-label {
  background-color: rgba(60, 145, 97, 0.7);
  color: #fff;
  text-shadow: 2px 2px 0 rgba(52, 127, 84, 0.7),
    -1px -1px 0 rgba(52, 127, 84, 0.7), 1px -1px 0 rgba(52, 127, 84, 0.7),
    -1px 1px 0 rgba(52, 127, 84, 0.7), 1px 1px 0 rgba(52, 127, 84, 0.7);
}
.powered-by {
  display: none;
}
.clearfix + .container,
.container + .container,
.container-fluid + .container,
.modal-footer + .container,
.row + .container,
.summary-data-container + .container,
.widget + .container,
.widget-search-feature .search-feature-container + .container,
.zamowienie #basket-grid .basket-user-actions + .container {
  margin-top: 0;
}
#spin .spinner div {
  background-color: #19338f !important;
}
.cookies {
  font-size: 1;
  position: fixed;
  z-index: 1025;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0 0;
  text-align: center;
  opacity: 0.99;
  filter: alpha(opacity=99);
  color: #fff;
  border-top: 2px solid #a36d43;
  background: rgba(30, 30, 30, 0.93);
}
@media (min-width: 768px) {
  .cookies p {
    max-width: 1000px;
    margin: auto;
    display: block;
  }
}
.cookies button {
  display: block;
  width: 100%;
  max-width: 450px;
  text-transform: uppercase;
  line-height: 1;
  margin: 12px auto;
  color: #fff;
  border: none;
}
@media (min-width: 768px) {
  .cookies button {
    display: inline-block;
    width: auto;
    margin-right: 6px;
    margin-left: 6px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.cookies button.btn-accept {
  background: #a36d43;
}
.cookies button.btn-accept:focus,
.cookies button.btn-accept:hover {
  background: #19338f;
}
.cookies button.btn-properties {
  background: #4d4d4d;
}
.cookies button.btn-properties:hover {
  background-color: #5e5e5e;
}
.widget {
  margin: 0 0 0;
  padding: 0;
  border: 0;
}
.widget .widget-header h1,
.widget .widget-header h4 {
  font-size: 20px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}
.widget .widget-header + .widget-content {
  padding-top: 8px;
}
.content .container {
  margin-top: 5px;
  margin-bottom: 5px;
}
.container-fluid > .row > div:not(.container) .widget {
  margin: 0;
}
.cart .widget-header,
.user-account .widget-header {
  text-align: right;
}
.col-sm-1 .cart .widget-header,
.col-sm-1 .user-account .widget-header,
.col-sm-2 .cart .widget-header,
.col-sm-2 .user-account .widget-header,
.pagination {
  text-align: center;
}
.pagination {
  padding: 12px 0;
}
.pagination a,
.pagination span {
  margin: 0;
}
.pagination .current-page,
.pagination .offer-paging-item {
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
}
.pagination .current-page:focus,
.pagination .current-page:hover,
.pagination .offer-paging-item:focus,
.pagination .offer-paging-item:hover {
  text-decoration: none;
}
.pagination .offer-paging-item:focus,
.pagination .offer-paging-item:hover {
  border-color: #19338f;
  color: #19338f;
  background: transparent;
}
.pagination .current-of,
.pagination .offer-paging-item {
  margin: 12px 3px 0;
}
.pagination .arrow-left,
.pagination .arrow-right {
  margin: 0 3px;
}
.pagination a {
  color: #666;
  transition: all 0.3s ease;
}
.pagination a:focus,
.pagination a:hover {
  cursor: pointer;
}
.pagination .current-page {
  border-color: #19338f;
  background: #19338f;
  color: #fff;
}
.pagination .arrow-left,
.pagination .arrow-right {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  text-indent: -9999px;
  border: 12px solid transparent;
  background-color: transparent;
}
.pagination .arrow-right {
  border-right: 0;
  border-left-color: #d8d8d8;
}
.pagination .arrow-right:focus,
.pagination .arrow-right:hover {
  border-left-color: #19338f;
  background: transparent;
}
.pagination .arrow-left {
  border-right-color: #d8d8d8;
  border-left: 0;
}
.pagination .arrow-left:focus,
.pagination .arrow-left:hover {
  border-right-color: #19338f;
  background: transparent;
}
.pagination .btn,
.pagination input[type="text"] {
  display: inline-block;
  width: 56px;
  text-align: center;
  height: 40px;
  padding: 12px;
}
.pagination .btn {
  padding: 0;
  position: relative;
  top: -1px;
}
.basket-area {
  margin-top: 25px;
  margin-bottom: 25px;
}
.basket-area .basket-area-empty {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
}
.basket-area .basket-area-empty > p > a {
  display: block;
  margin: 24px auto 0;
  max-width: 240px;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 12px 24px;
  width: auto;
  background: #19338f;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.basket-area .basket-area-empty > p > a:active,
.basket-area .basket-area-empty > p > a:focus,
.basket-area .basket-area-empty > p > a:hover {
  background: #2c4390;
  text-decoration: none;
}
.basket-area.basket-deliveries label,
.basket-area.basket-order-information label {
  font-weight: 500;
}
.basket-area input[type="text"] {
  margin: 0;
}
.item-title {
  font-size: 1rem;
  word-wrap: break-word;
  display: block;
}
.item-features:not(:empty) {
  margin-top: 6px;
  color: #999;
  word-wrap: break-word;
}
.item-features:not(:empty) strong {
  font-weight: 500;
}
.item-description {
  color: #b2b2b2;
}
.item-description:last-child {
  margin-bottom: 0;
}
.basket-steps {
  padding: 0 0 12px;
  color: #999;
}
.basket-steps > span {
  font-size: 1.5rem;
}
.basket-steps a {
  color: #666;
}
.basket-steps a:focus,
.basket-steps a:hover {
  color: #19338f;
  text-decoration: none;
}
.basket-steps i {
  color: #666;
}
.basket-steps i:before {
  content: "\00BB";
  padding: 0 6px;
}
@media (min-width: 768px) {
  .basket-steps {
    padding: 0;
    font-size: 14px;
    color: #999;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    background: #2c4390;
    color: #fff;
    margin-bottom: 12px;
    max-width: 100%;
  }
  .koszyk .basket-steps {
    background: transparent;
    border-color: transparent;
  }
  .koszyk .basket-steps a {
    background: #2c4390;
    color: #fff;
    padding-right: 10px;
  }
  .koszyk .basket-steps a:focus,
  .koszyk .basket-steps a:hover {
    color: #fff;
  }
  .koszyk .basket-steps a:after {
    display: none;
  }
  .zamowienie .basket-steps {
    width: 254px;
  }
  .dostawa_i_platnosc .basket-steps {
    width: 464px;
  }
  .podsumowanie_zamowienia .basket-steps {
    width: 684px;
  }
  .basket-steps a,
  .basket-steps i {
    padding: 10px 0;
    height: 38px;
    float: left;
    line-height: 1.25rem;
  }
  .basket-steps i {
    padding: 12px;
    position: relative;
    background: #f6f6f6;
    z-index: 4;
  }
  .basket-steps i:before {
    content: "";
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 1;
  }
  .basket-steps i:last-of-type {
    padding-right: 20px;
    background: transparent;
    border: none;
  }
  .basket-steps a {
    position: relative;
    background-color: #f6f6f6;
    color: #b3b3b3;
    padding-left: 10px;
    padding-right: 6px;
  }
  .basket-steps a:hover {
    text-decoration: none;
    color: #19338f;
  }
  .basket-steps a:after {
    content: "";
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #f6f6f6;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
  }
}
@media (min-width: 980px) {
  .basket-steps {
    height: 50px;
    line-height: 50px;
  }
  .basket-steps a,
  .basket-steps i {
    padding: 15px 0;
    height: 48px;
    line-height: 1.3rem;
  }
  .basket-steps,
  .basket-steps a {
    font-size: 0.9rem;
  }
  .basket-steps i {
    padding: 15px;
  }
  .basket-steps i:before {
    border-width: 30px 0 30px 30px;
    top: -5px;
  }
  .basket-steps i:last-of-type {
    padding-right: 25px;
  }
  .basket-steps a {
    padding-left: 15px;
    padding-right: 10px;
  }
  .basket-steps a:first-child {
    padding-left: 20px;
  }
  .basket-steps a:only-child {
    padding-right: 20px;
  }
  .basket-steps a:only-child:after {
    display: none;
  }
  .basket-steps a:after {
    border-width: 25px 0 25px 25px;
  }
  .zamowienie .basket-steps {
    width: 308px;
  }
  .dostawa_i_platnosc .basket-steps {
    width: 554px;
  }
  .podsumowanie_zamowienia .basket-steps {
    width: 732px;
  }
  .koszyk .basket-steps a:after {
    border-bottom-width: 23px;
  }
}
.zamowienie #basket-grid {
  padding-bottom: 36px;
}
.zamowienie #basket-grid .basket-steps {
  font-size: 2rem;
  margin: auto;
  color: #666;
  background: transparent;
  border: none;
  text-align: center;
  width: 100%;
}
.zamowienie #basket-grid .basket-user-actions {
  margin-left: -12px;
  margin-right: -12px;
}
.zamowienie #basket-grid .basket-user-actions .basket-user-login,
.zamowienie #basket-grid .basket-user-actions .basket-user-order-proceed,
.zamowienie #basket-grid .basket-user-actions .basket-user-register {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  padding: 24px 0;
}
@media (min-width: 980px) {
  .zamowienie #basket-grid .basket-user-actions .basket-user-login,
  .zamowienie #basket-grid .basket-user-actions .basket-user-order-proceed,
  .zamowienie #basket-grid .basket-user-actions .basket-user-register {
    float: left;
    width: 33.33333333%;
  }
}
.zamowienie #basket-grid .basket-user-actions .basket-user-login h4,
.zamowienie #basket-grid .basket-user-actions .basket-user-order-proceed h4,
.zamowienie #basket-grid .basket-user-actions .basket-user-register h4 {
  font-size: 1.125rem;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
}
.zamowienie #basket-grid .basket-user-actions .basket-user-login button,
.zamowienie #basket-grid .basket-user-actions .basket-user-order-proceed button,
.zamowienie #basket-grid .basket-user-actions .basket-user-register button {
  font-size: 14px;
  width: 75%;
  max-width: 260px;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 980px) {
  .zamowienie
    #basket-grid
    .basket-user-actions
    .basket-user-login:not(:first-child),
  .zamowienie
    #basket-grid
    .basket-user-actions
    .basket-user-order-proceed:not(:first-child),
  .zamowienie
    #basket-grid
    .basket-user-actions
    .basket-user-register:not(:first-child) {
    border-left: 1px solid #e5e5e5;
    border-bottom: none;
  }
}
.zamowienie
  #basket-grid
  .basket-user-actions
  .basket-user-order-proceed
  button {
  background-color: #666;
  border-color: #666;
}
.zamowienie
  #basket-grid
  .basket-user-actions
  .basket-user-order-proceed
  button:focus,
.zamowienie
  #basket-grid
  .basket-user-actions
  .basket-user-order-proceed
  button:hover {
  background-color: #333;
  border-color: #666;
}
.zamowienie #basket-grid .basket-user-actions .basket-user-login button {
  background: #19338f;
}
.zamowienie #basket-grid .basket-user-actions .basket-user-login button:focus,
.zamowienie #basket-grid .basket-user-actions .basket-user-login button:hover {
  background: #2c4390;
}
/* span {
  font-size: 1.5rem;
} */
.basket-order-completed h4,
.basket-order-title,
.checkout-deliveries h4,
.order-completed-status,
.order-payment-container h4,
.summary-data-container h4 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: #2c4390;
}
.basket-area-items-list {
  border-top: 1px solid #e5e5e5;
  width: 100%;
  margin-top: 12px;
}
@media (min-width: 1220px) {
  .basket-area-items-list {
    margin-top: 24px;
  }
}
.basket-area-items-list a {
  color: #666;
}
.basket-area-items-list a:focus,
.basket-area-items-list a:hover {
  color: #19338f;
}
.basket-area-items-list .tooltip div > .tooltip-info {
  font-size: 12px;
  color: #ccc;
  display: block;
  margin-top: -3px;
}
.basket-area-items-list .tooltip div:not(:last-child) {
  margin-bottom: 6px;
}
.basket-area-items-list thead {
  font-weight: 500;
  display: none;
  color: #999;
}
.basket-area-items-list thead > tr th {
  padding-bottom: 12px;
}
.basket-area-items-list tr {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding: 12px 0;
  position: relative;
}
@media (max-width: 1219px) {
  .basket-area-items-list tr {
    padding: 0;
  }
}
.basket-area-items-list td,
.basket-area-items-list th {
  padding: 6px;
  text-align: center;
}
.basket-area-items-list td {
  vertical-align: middle;
  clear: both;
  width: 100%;
}
@media (max-width: 980px) {
  .basket-area-items-list td {
    display: block;
    margin: auto;
  }
}
.basket-area-items-list .standard-price {
  font-size: 0.9em;
  color: #bfbfbf;
  text-decoration: line-through;
  display: block;
}
.basket-area-items-list .quantity-change {
  float: none;
  clear: both;
  margin: auto;
}
.basket-area-items-list .amount-quantity {
  display: block;
  clear: both;
  padding: 6px 0;
}
.basket-area-items-list .amount-quantity span {
  display: inline-block;
}
.basket-area-items-list .remove-item-from-basket {
  display: block;
  margin: auto;
  width: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  color: rgba(203, 129, 134, 0.8);
  box-shadow: none;
  padding: 0;
}
.basket-area-items-list .remove-item-from-basket:after {
  content: "\00d7";
  font-size: 30px;
}
@media (max-width: 979px) {
  .basket-area-items-list .remove-item-from-basket {
    position: static;
  }
}
.basket-area-items-list .remove-item-from-basket:focus,
.basket-area-items-list .remove-item-from-basket:hover {
  color: #cb8186;
}
.basket-area-items-list img {
  max-width: 120px;
  max-height: 120px;
}
@media (min-width: 980px) {
  .basket-area-items-list {
    border-top: none;
  }
  .basket-area-items-list thead {
    display: table-header-group;
  }
  .basket-area-items-list td:first-child,
  .basket-area-items-list th:first-child {
    width: 150px;
  }
  .basket-area-items-list td:nth-child(2),
  .basket-area-items-list th:nth-child(2),
  .zamowienie_zakonczone .basket-area-items-list td:first-child,
  .zamowienie_zakonczone .basket-area-items-list th:first-child {
    width: 350px;
  }
  .basket-area-items-list td:last-child,
  .basket-area-items-list th:last-child {
    width: 50px;
  }
  .basket-area-items-list tr {
    display: table-row;
    padding: 0;
  }
  .basket-area-items-list td {
    display: table-cell;
    width: auto;
    padding: 20px 6px;
    clear: none;
  }
  .basket-area-items-list .remove-item-from-basket {
    position: relative;
    vertical-align: middle;
    top: auto;
    right: auto;
  }
}
@media (max-width: 1219px) {
  .basket-area-items-list td:nth-child(3),
  .basket-area-items-list th:nth-child(3) {
    width: 150px;
  }
}
.discount-code-form {
  padding-top: 15px;
  width: 324px;
  transition: all 0.3s;
  float: right;
  text-align: right;
}
.discount-code-form:after,
.discount-code-form:before {
  content: " ";
  display: table;
}
.discount-code-form:after {
  clear: both;
}
.discount-code-form .discount-code-entered {
  padding-top: 6px;
}
.discount-code-form .discount-code-entered > span {
  font-weight: 600;
}
.discount-code-form .checkbox {
  text-align: right;
}
.discount-code-form .checkbox label {
  cursor: pointer;
  margin-bottom: 0;
}
.discount-code-form input[type="checkbox"] {
  margin-right: 3px;
}
.discount-code-form .btn-discount-code {
  position: absolute;
  top: 6px;
  right: 0;
  bottom: auto;
  width: 108px;
  height: 45px;
  line-height: 0;
}
.discount-code-form .btn-discount-code:active {
  top: 7px;
}
.discount-code-form .form-group {
  position: relative;
  padding: 12px 0 0;
}
.discount-code-form .form-group input {
  width: 100%;
  padding-right: 120px;
}
.basket-order-summary .basket-area-items-list {
  margin-bottom: 12px;
}
@media (min-width: 980px) {
  .basket-order-summary .basket-area-items-list {
    border-top: none;
  }
  .basket-order-summary .basket-area-items-list thead {
    display: table-header-group;
  }
  .basket-order-summary .basket-area-items-list td:nth-child(2),
  .basket-order-summary .basket-area-items-list th:nth-child(2) {
    width: 450px;
  }
  .basket-order-summary .basket-area-items-list td:first-child,
  .basket-order-summary .basket-area-items-list td:last-child,
  .basket-order-summary .basket-area-items-list td:nth-child(4),
  .basket-order-summary .basket-area-items-list th:first-child,
  .basket-order-summary .basket-area-items-list th:last-child,
  .basket-order-summary .basket-area-items-list th:nth-child(4) {
    width: 150px;
  }
}
@media (min-width: 1220px) {
  .basket-order-summary .basket-area-items-list {
    margin-bottom: 24px;
  }
}
.basket-order-summary .summary-comment-form {
  clear: both;
}
@media (max-width: 768px) {
  .basket-order-completed {
    padding: 12px;
  }
}
.basket-order-completed .basket-area-items-list {
  margin-bottom: 12px;
}
.basket-order-completed .basket-area-items-list a {
  word-wrap: break-word;
}
@media (min-width: 980px) {
  .basket-order-completed .basket-area-items-list {
    border-top: none;
  }
  .basket-order-completed .basket-area-items-list thead {
    display: table-header-group;
  }
  .basket-order-completed .basket-area-items-list td:last-child,
  .basket-order-completed .basket-area-items-list td:nth-child(2),
  .basket-order-completed .basket-area-items-list th:last-child,
  .basket-order-completed .basket-area-items-list th:nth-child(2) {
    width: 150px;
  }
  .basket-order-completed .basket-area-items-list td:nth-child(3),
  .basket-order-completed .basket-area-items-list td:nth-child(4),
  .basket-order-completed .basket-area-items-list th:nth-child(3),
  .basket-order-completed .basket-area-items-list th:nth-child(4) {
    width: 120px;
  }
}
.basket-area-summary {
  text-align: center;
}
.basket-area-summary .basket-area-summary-price {
  padding: 12px 6px;
  margin: 0;
  text-align: right;
}
.basket-area-summary .basket-area-summary-price span {
  font-size: 1.75rem;
  font-weight: 600;
  color: #19338f;
  display: block;
  clear: both;
}
.basket-area-summary form:after,
.basket-area-summary form:before {
  content: " ";
  display: table;
}
.basket-area-summary form:after {
  clear: both;
}
@media (min-width: 980px) {
  .basket-area-summary .basket-area-summary-price {
    padding: 12px 6;
  }
  .basket-area-summary .basket-area-summary-price span {
    display: inline;
    padding: auto;
    clear: none;
  }
}
.basket-area-footer {
  border-top: 1px solid #e5e5e5;
  padding: 24px 0 0;
  margin-top: 12px;
}
.basket-area-footer:after,
.basket-area-footer:before {
  content: " ";
  display: table;
}
.basket-area-footer:after {
  clear: both;
}
@media (max-width: 1219px) {
  .basket-area-footer {
    padding: 12px 0 0;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  #submitBasket,
  .basket-area-footer {
    text-align: center;
  }
  #submitBasket .btn-checkout,
  #submitBasket .btn-return,
  #submitBasket .btn-shopping-continue,
  .basket-area-footer .btn-checkout,
  .basket-area-footer .btn-return,
  .basket-area-footer .btn-shopping-continue {
    display: inline-block;
    float: none;
    margin: 0 auto 10px;
    max-width: 230px;
    width: 100%;
    display: block;
  }
}
#submitBasket {
  margin-top: 12px;
}
.btn-checkout,
.btn-return,
.btn-shopping-continue {
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  clear: both;
  margin: 0;
}
@media (min-width: 768px) {
  .btn-checkout,
  .btn-return,
  .btn-shopping-continue {
    padding: 16px 24px;
    letter-spacing: 2px;
  }
}
@media (min-width: 980px) {
  .btn-checkout,
  .btn-return,
  .btn-shopping-continue {
    width: auto;
  }
}
.btn-checkout {
  background: #19338f;
}
.btn-checkout:focus,
.btn-checkout:hover {
  background: #2c4390;
}
.btn-return,
.btn-shopping-continue {
  background-color: #666;
  border-color: #666;
}
.btn-return:focus,
.btn-return:hover,
.btn-shopping-continue:focus,
.btn-shopping-continue:hover {
  background-color: #333;
  border-color: #333;
}
.btn-checkout,
.btn-return,
.btn-shopping-continue {
  clear: none;
}
.btn-return,
.btn-shopping-continue {
  float: left;
  width: auto;
}
.btn-checkout {
  float: right;
}
.btn-checkout,
.btn-shopping-continue {
  width: auto;
  margin: 0 auto;
}
.checkout-deliveries .form-group input[type="text"],
.checkout-deliveries .form-group select,
.checkout-shipping-form .form-group input[type="text"],
.checkout-shipping-form .form-group select {
  width: 100%;
}
@media (min-width: 768px) {
  .checkout-deliveries .form-group,
  .checkout-shipping-form .form-group {
    width: 760px;
  }
  .checkout-deliveries .form-group.checkbox,
  .checkout-shipping-form .form-group.checkbox {
    margin-left: 164px;
    width: auto;
  }
  .checkout-deliveries .form-group.checkbox label,
  .checkout-shipping-form .form-group.checkbox label {
    width: 400px;
  }
  .checkout-deliveries .form-group input[type="radio"],
  .checkout-shipping-form .form-group input[type="radio"] {
    margin-left: 164px;
    margin-right: 9px;
    margin-top: 3px;
  }
  .checkout-deliveries .form-group label,
  .checkout-shipping-form .form-group label {
    display: inline-block;
    width: 160px;
  }
  .checkout-deliveries .form-group .validationMessage,
  .checkout-shipping-form .form-group .validationMessage {
    margin-left: 164px;
  }
  .checkout-deliveries .form-group .validationMessage,
  .checkout-deliveries .form-group input[type="text"],
  .checkout-deliveries .form-group select,
  .checkout-shipping-form .form-group .validationMessage,
  .checkout-shipping-form .form-group input[type="text"],
  .checkout-shipping-form .form-group select {
    width: 400px;
  }
}
.checkout-deliveries h4 {
  margin-top: 24px;
}
.delivery-points {
  margin-top: 12px;
  padding-bottom: 0;
}
.delivery-points:empty {
  display: none;
}
.delivery-points:after,
.delivery-points:before {
  content: " ";
  display: table;
}
.delivery-points:after {
  clear: both;
}
.delivery-points > div {
  padding: 12px 6px !important;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  line-height: 1.4;
  font-size: 1rem;
  transition: 0.3s;
}
.delivery-points > div:not(.active-delivery-point):focus,
.delivery-points > div:not(.active-delivery-point):hover {
  background: #f9f9f9;
}
.delivery-points > div:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.delivery-points > div:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .delivery-points + .validationMessage,
  .delivery-points > div {
    width: 564px;
  }
}
.form-group.delivery-insurance label {
  margin-top: 12px;
  cursor: pointer;
  min-width: 230px;
}
.active-delivery-point {
  background: #f2fae3;
  color: #659f13;
}
#InvoiceUserType_Company,
#InvoiceUserType_NaturalPerson {
  float: left;
}
.checkout-company-data,
.checkout-deliveries,
.checkout-user-data {
  padding: 12px 0;
}
.checkout-company-data:after,
.checkout-company-data:before,
.checkout-deliveries:after,
.checkout-deliveries:before,
.checkout-user-data:after,
.checkout-user-data:before {
  content: " ";
  display: table;
}
.checkout-company-data:after,
.checkout-deliveries:after,
.checkout-user-data:after {
  clear: both;
}
.summary-data-container {
  padding-bottom: 12px;
  margin-left: -12px;
  margin-right: -12px;
}
.summary-data-container table {
  width: 100%;
  margin-bottom: 24px;
  table-layout: fixed;
}
.summary-data-container table tr td:first-child {
  color: #8c8c8c;
}
.summary-data-container table b {
  font-weight: 500;
}
.summary-data-container textarea {
  margin-top: 0;
}
.summary-data-container > div {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 980px) {
  .summary-data-container > div {
    float: left;
    width: 50%;
  }
}
.summary-data-container > div:nth-child(odd) {
  clear: left;
}
.summary-regulations {
  clear: both;
}
.summary-regulations:after,
.summary-regulations:before {
  content: " ";
  display: table;
}
.summary-regulations:after {
  clear: both;
}
.summary-regulations .checkbox {
  padding: 3px 0;
}
.summary-regulations .checkbox label {
  cursor: pointer;
}
.summary-regulations .checkbox .validationMessage {
  width: auto;
}
.summary-agreements,
.summary-regulations {
  padding: 0 0 12px;
}
.summary-agreements p {
  padding: 3px 0;
  margin: 0;
}
.order-completed-container-properties p,
.order-payment-container p {
  padding-bottom: 6px;
}
.order-completed-container-properties span,
.order-payment-container span {
  font-weight: 500;
}
.order-completed-container-products,
h4.order-completed-info-title {
  margin-bottom: 24px;
}
.order-completed-info-group,
.order-payment-info-group {
  margin-bottom: 12px;
}
.order-payment-info-group:last-child {
  margin: 15px 0 0;
}
.order-payment-info-group:last-child input {
  cursor: pointer;
}
.order-completed-status {
  text-align: center;
  color: #666;
}
.order-completed-status a {
  font-weight: 600;
}
.order-completed-status p {
  margin-bottom: 6px;
}
.order-payment-dotpay button {
  margin-left: 0;
  margin-right: auto;
  padding: 15px;
  width: 200px;
  text-transform: uppercase;
  margin: 0;
}
@media print {
  .zamowienie.podsumowanie_zamowienia * {
    font-family: Arial, sans-serif !important;
    font-size: 10px;
  }
  .zamowienie.podsumowanie_zamowienia .basket-area-footer,
  .zamowienie.podsumowanie_zamowienia .basket-steps,
  .zamowienie.podsumowanie_zamowienia .powered-by,
  .zamowienie.podsumowanie_zamowienia .summary-agreements,
  .zamowienie.podsumowanie_zamowienia .summary-regulations,
  .zamowienie.podsumowanie_zamowienia footer,
  .zamowienie.podsumowanie_zamowienia header {
    display: none;
  }
  .zamowienie.podsumowanie_zamowienia .container {
    margin: 0;
  }
  .zamowienie.podsumowanie_zamowienia .order-items-list-title {
    display: table-header-group;
  }
  .zamowienie.podsumowanie_zamowienia .basket-area-items-list {
    margin-bottom: 12px;
  }
  .zamowienie.podsumowanie_zamowienia .basket-area-items-list tr {
    display: table-row;
    padding: 0;
  }
  .zamowienie.podsumowanie_zamowienia .tooltip {
    position: static;
    border: none;
    transform: translateX(0);
    padding: 0;
    margin: 3px 0 0;
    min-width: auto;
    text-align: center;
  }
  .zamowienie.podsumowanie_zamowienia h4 {
    margin-bottom: 5px;
  }
  .zamowienie.podsumowanie_zamowienia .basket-area-items-list-data tr td,
  .zamowienie.podsumowanie_zamowienia .basket-area-items-list-data tr td a {
    padding: 2px;
    font-size: 10px;
  }
  .zamowienie.podsumowanie_zamowienia
    .basket-area-items-list-data:nth-child(3n) {
    width: 150px;
  }
  .zamowienie.podsumowanie_zamowienia .basket-area-items-list-data img {
    max-width: 75px;
    max-height: 75px;
  }
  .zamowienie.podsumowanie_zamowienia td:first-child,
  .zamowienie.podsumowanie_zamowienia th:first-child {
    width: 100px;
  }
  .zamowienie.podsumowanie_zamowienia td:nth-child(2),
  .zamowienie.podsumowanie_zamowienia th:nth-child(2) {
    width: 200px;
  }
  .zamowienie.podsumowanie_zamowienia td {
    display: table-cell;
    width: auto;
    padding: 2px;
    clear: none;
  }
  .zamowienie.podsumowanie_zamowienia > div {
    width: 50%;
    float: left;
  }
  .zamowienie.podsumowanie_zamowienia:nth-child(odd) {
    clear: both;
    padding-right: 12px;
  }
  .zamowienie.podsumowanie_zamowienia:nth-child(2n) {
    padding-left: 12px;
  }
  .zamowienie.podsumowanie_zamowienia.summary-comment-form {
    clear: both;
    padding-right: 12px;
  }
  .zamowienie.podsumowanie_zamowienia table {
    margin-bottom: 15px;
  }
  .summary-comment-form {
    margin: 5px 0;
    clear: both;
  }
  .summary-comment-form textarea {
    min-height: 0;
    border: none;
  }
}
#easypack-map button.btn.btn-search {
  margin: 0;
  margin-left: 1px;
}
#easypack-map button.btn.btn-search,
#easypack-map button.btn.btn-search:focus,
#easypack-map button.btn.btn-search:hover {
  border: 0;
  box-shadow: none;
  outline: none;
  background-size: initial;
  background-position: 50%;
}
#easypack-map button.btn.btn-search:after,
#easypack-map button.btn.btn-search:before,
#easypack-map button.btn.btn-search:focus:after,
#easypack-map button.btn.btn-search:focus:before,
#easypack-map button.btn.btn-search:hover:after,
#easypack-map button.btn.btn-search:hover:before {
  display: none;
}
#easypack-map button {
  box-shadow: none;
  outline: none;
}
#easypack-map .search-widget .form-control {
  font-weight: 400;
}
#delivery-inpost-plugin {
  display: block;
  width: 100%;
  clear: both;
}
#delivery-inpost-plugin .delivery-insurance {
  clear: both;
}
.tooltip-toggle {
  position: relative;
  cursor: default;
}
.tooltip-toggle:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.tooltip {
  padding: 6px;
  background-color: #fff;
  border: 1px solid #19338f;
  border-radius: 0;
  min-width: 200px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
  z-index: 2;
  display: block;
  transition: visibility 0s ease 0.3s, opacity 0.3s ease;
  visibility: hidden;
}
.tooltip div {
  margin: 0;
}
@media (max-width: 768px) {
  .tooltip {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    opacity: 1;
    visibility: visible;
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
    box-shadow: none;
    background: #fbfbfb;
    border-color: #e5e5e5;
    max-width: 240px;
  }
}
.tooltip:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: 6px solid transparent;
  position: absolute;
}
@media (max-width: 768px) {
  .tooltip:before {
    display: none;
  }
}
.tooltip.tooltip-top {
  margin-bottom: 12px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.tooltip-top:before {
  border-top-color: #19338f;
  border-bottom-width: 0;
  top: 100%;
  left: 50%;
  margin-left: -6px;
}
.tooltip.tooltip-right {
  margin-left: 12px;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.tooltip-right:before {
  border-right-color: #19338f;
  border-left-width: 0;
  top: 50%;
  right: 100%;
  margin-top: -6px;
}
.tooltip.tooltip-bottom {
  margin-top: 12px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.tooltip-bottom:before {
  border-bottom-color: #19338f;
  border-top-width: 0;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
}
.tooltip.tooltip-left {
  margin-right: 12px;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.tooltip-left:before {
  border-left-color: #19338f;
  border-right-width: 0;
  top: 50%;
  left: 100%;
  margin-top: -6px;
}
.basket-area-items-list .item-description,
.basket-area-items-list .item-title,
.basket-area-items-list a,
.cart-info,
.cart-tooltip-item-price,
.cart-tooltip-item-quantity,
.cart-tooltip-item-title,
.category-list a,
.item-description,
.list-products-filters > a,
.logo .brand-description,
.main-menu a,
.modal-body .product-name,
.modal-header h4,
.notify,
.product-details-title,
.product-short-description,
.search-feature-container,
.user-account-actions > a,
.widget-header,
a.fileLink,
table td {
  word-break: break-word;
  word-wrap: break-word;
}
.widget-product-details .product-details-data-container,
.widget-product-details .product-details-image-container {
  width: 100%;
}
.widget-product-details .products-group-details-container .form-group {
  margin-bottom: 1px;
}
.widget-product-details
  .products-group-details-container
  .form-group:last-child {
  margin-bottom: 0;
}
.widget-product-details .product-details-image-container {
  position: relative;
  overflow: hidden;
}
.widget-product-details .product-details-image-container .recommended-label {
  top: 36px;
}
.widget-product-details .carousel .left div,
.widget-product-details .carousel .right div {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: #19338f;
}
.widget-product-details .carousel .left:hover div,
.widget-product-details .carousel .right:hover div {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 768px) {
  .col-sm-9 .widget-product-details .product-details-image-container,
  .col-sm-9
    .widget-product-details
    .product-details-image-container
    + .product-details-data-container,
  .col-sm-9
    .widget-product-details
    .product-details-image-container
    + .product-details-data-container
    + .one-product-tables,
  .col-sm-10 .widget-product-details .product-details-image-container,
  .col-sm-10
    .widget-product-details
    .product-details-image-container
    + .product-details-data-container,
  .col-sm-10
    .widget-product-details
    .product-details-image-container
    + .product-details-data-container
    + .one-product-tables,
  .col-sm-11 .widget-product-details .product-details-image-container,
  .col-sm-11
    .widget-product-details
    .product-details-image-container
    + .product-details-data-container,
  .col-sm-11
    .widget-product-details
    .product-details-image-container
    + .product-details-data-container
    + .one-product-tables,
  .col-sm-12 .widget-product-details .product-details-image-container,
  .col-sm-12
    .widget-product-details
    .product-details-image-container
    + .product-details-data-container,
  .col-sm-12
    .widget-product-details
    .product-details-image-container
    + .product-details-data-container
    + .one-product-tables {
    float: left;
    clear: none;
    width: 50%;
  }
  .col-sm-9
    .widget-product-details
    .product-details-image-container
    + .product-details-data-container
    + .one-product-tables,
  .col-sm-10
    .widget-product-details
    .product-details-image-container
    + .product-details-data-container
    + .one-product-tables,
  .col-sm-11
    .widget-product-details
    .product-details-image-container
    + .product-details-data-container
    + .one-product-tables,
  .col-sm-12
    .widget-product-details
    .product-details-image-container
    + .product-details-data-container
    + .one-product-tables {
    float: right;
  }
  .col-sm-9
    .widget-product-details
    .product-details-image-container
    + .product-details-data-container
    + .one-product-tables {
    width: 100%;
  }
  .col-sm-9 .widget-product-details .product-details-image-container,
  .col-sm-10 .widget-product-details .product-details-image-container,
  .col-sm-11 .widget-product-details .product-details-image-container,
  .col-sm-12 .widget-product-details .product-details-image-container {
    padding-right: 12px;
  }
}
.widget-product-details.no-product-details-image
  .product-details-data-container
  .product-details-title {
  padding-right: 65px;
  padding-left: 45px;
}
.widget-product-details .product-details-title {
  border-bottom: 1px solid #e5e5e5;
}
.widget-product-details .product-details-data-container {
  position: relative;
}
.widget-product-details .product-details-data-container .product-details-title {
  font-size: 1.25rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  padding: 12px 0;
  text-transform: uppercase;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .widget-product-details
    .product-details-data-container
    .product-details-title {
    padding-top: 0;
  }
}
.widget-product-details
  .product-details-data-container
  .product-details-availability {
  text-align: right;
}
.widget-product-details
  .product-details-data-container
  .product-details-availability
  .product-label {
  padding: 3px 9px;
  font-size: 14px;
  background: #f4f4f4;
  border: 1px solid #e5e5e5;
  border-top: none;
  display: inline-block;
}
.widget-product-details
  .product-details-data-container
  .customer-discount-info {
  color: #bfbfbf;
}
.widget-product-details
  .product-details-data-container
  .product-details-filters-container
  .form-group {
  padding: 3px 0;
}
.widget-product-details
  .product-details-data-container
  .product-details-filters-container
  .form-group:last-child {
  padding: 0;
}
.widget-product-details .product-details-data-container .product-details-price {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
@media (min-width: 768px) {
  .widget-product-details
    .product-details-data-container
    .product-details-price {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .widget-product-details
    .product-details-data-container
    .product-details-price
    span {
    font-size: 1rem !important;
  }
}
.widget-product-details
  .product-details-data-container
  .product-details-price
  p {
  padding: 6px 0;
  margin: 0;
}
.widget-product-details
  .product-details-data-container
  .product-details-price
  p:first-child {
  padding-top: 0;
}
.widget-product-details
  .product-details-data-container
  .product-details-price
  p:first-child
  .product-price-promotion,
.widget-product-details
  .product-details-data-container
  .product-details-price
  p:first-child
  span:last-child {
  color: #19338f;
  font-size: 1.4rem;
  font-weight: 500;
}
.widget-product-details
  .product-details-data-container
  .product-details-price
  p:last-of-type {
  padding-bottom: 0;
}
.widget-product-details
  .product-details-data-container
  .product-details-price
  span {
  padding-right: 0.2rem;
}
.widget-product-details
  .product-details-data-container
  .product-details-price
  span:last-child {
  color: #b2b2b2;
}
.widget-product-details
  .product-details-data-container
  .product-details-price
  span:last-child:last-child {
  font-size: 1.2rem;
}
.widget-product-details .product-details-price {
  width: 100%;
  vertical-align: middle;
}
.widget-product-details .product-details-actions {
  padding: 15px 0;
  height: auto;
}
.widget-product-details .product-details-actions:after,
.widget-product-details .product-details-actions:before {
  content: " ";
  display: table;
}
.widget-product-details .product-details-actions:after {
  clear: both;
}
.widget-product-details .quantity-change {
  margin: 0;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 979px) {
  .col-sm-9 .widget-product-details .product-details-price {
    width: 100%;
  }
  .col-sm-9 .widget-product-details .product-details-actions {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
  .col-sm-9 .widget-product-details .btn-add-to-cart {
    float: right;
    margin: auto;
    width: 100%;
  }
  .col-sm-9 .widget-product-details .btn-add-to-cart:only-child {
    margin-top: 12px;
  }
  .col-sm-9 .widget-product-details .quantity-change {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-right: 23px;
  }
  .col-sm-9 .widget-product-details .quantity-change input {
    width: 100%;
  }
  .col-sm-9 .widget-product-details .letter-of-enquiry,
  .col-sm-9 .widget-product-details .quantity-change {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .col-sm-9 .widget-product-details .letter-of-enquiry {
    margin-top: 9px;
    padding: 0;
  }
}
.widget-product-details .btn-add-to-cart {
  margin: 0;
  background: #19338f;
  color: #fff;
  float: right;
  height: auto;
  letter-spacing: 2px;
  font-weight: 400;
  padding: 15px 36px;
  margin: 0 0 0 auto;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.widget-product-details .btn-add-to-cart:before {
  display: none;
}
.widget-product-details .btn-add-to-cart:after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px solid hsla(0, 0%, 100%, 0.25);
  display: block;
  width: auto;
  height: auto;
}
.widget-product-details .btn-add-to-cart:focus,
.widget-product-details .btn-add-to-cart:hover {
  background: #2c4390;
  color: #fff;
}
.widget-product-details .letter-of-enquiry {
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 9px;
  position: static;
}
.widget-product-details .one-product-tables {
  clear: both;
}
.widget-product-details .one-product-tables:after,
.widget-product-details .one-product-tables:before {
  content: " ";
  display: table;
}
.widget-product-details .one-product-tables:after {
  clear: both;
}
.widget-product-details .item-description > * {
  max-width: 100%;
}
#carousel {
  margin-bottom: 15px;
}
#carousel .carousel-inner {
  height: 300px;
}
#carousel .carousel-inner img {
  width: auto;
  max-height: 300px;
  cursor: pointer;
}
#slider-tmbs {
  border: 1px solid #e5e5e5;
}
#slider-tmbs .carousel-inner {
  height: 144px;
}
#slider-tmbs .carousel-inner .item {
  float: left;
  width: 100%;
  height: 100%;
}
#slider-tmbs .carousel-inner .item li {
  float: left;
  width: 33.33333%;
  height: 100%;
  padding: 5px;
}
#slider-tmbs .carousel-inner .item li a {
  position: relative;
  display: block;
  height: 100%;
}
#slider-tmbs .carousel-inner .item li a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  cursor: pointer;
}
@media (min-width: 1220px) {
  .one-product-tables {
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  .one-product-tables {
    padding-top: 12px;
  }
}
.nav-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-content: center;
  -webkit-align-content: center;
}
.nav-tabs:after,
.nav-tabs:before {
  content: " ";
  display: table;
}
.nav-tabs:after {
  clear: both;
}
.nav-tabs li {
  float: left;
  text-align: center;
  margin-bottom: -1px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.nav-tabs li.active a {
  border-bottom-color: #19338f;
  color: #19338f;
  text-align: inherit;
}
.nav-tabs li a {
  display: block;
  margin-right: 1px;
  padding: 12px;
  text-decoration: none;
  color: #b2b2b2;
  border-bottom: 2px solid transparent;
}
.nav-tabs li a:hover {
  text-decoration: none;
  color: #19338f;
}
@media (min-width: 768px) and (max-width: 1219px) {
  .col-sm-9 .nav-tabs,
  .col-sm-10 .nav-tabs {
    display: block;
  }
  .col-sm-9 .nav-tabs li,
  .col-sm-10 .nav-tabs li {
    float: none;
    text-align: center;
    border: 1px solid #e5e5e5;
  }
  .col-sm-9 .nav-tabs li:first-child,
  .col-sm-10 .nav-tabs li:first-child {
    border-top: none;
  }
  .col-sm-9 .nav-tabs li.active,
  .col-sm-10 .nav-tabs li.active {
    font-weight: 700;
  }
  .col-sm-9 .nav-tabs li a,
  .col-sm-10 .nav-tabs li a {
    border-color: transparent;
  }
}
.tab-content {
  padding: 12px 0;
  word-wrap: break-word;
  /* border: 1px solid #e5e5e5; */
}
.tab-content:after,
.tab-content:before {
  content: " ";
  display: table;
}
.tab-content:after {
  clear: both;
}
.tab-content table {
  width: 100%;
  table-layout: fixed;
}
.tab-content table td label {
  font-weight: 700;
}
.tab-content .item-description {
  color: #666;
}
.tab-content .item-description > h4 {
  color: #333;
}
.tab-content .item-description:not(:last-child) {
  margin-bottom: 1.42em;
}
.tab-content .tab-pane .item-attachment a {
  font-size: 1.25rem;
  display: block;
  padding: 6px 12px;
  color: #19338f;
  transition: all 0.3s ease;
}
.tab-content .tab-pane .item-attachment a:before {
  font-family: sklep-demo;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
  content: "\63";
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 1;
  color: inherit;
  transition: color;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 6px;
}
.tab-content .tab-pane .item-attachment a:focus,
.tab-content .tab-pane .item-attachment a:focus:before,
.tab-content .tab-pane .item-attachment a:hover,
.tab-content .tab-pane .item-attachment a:hover:before {
  color: #2c4390;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tab-content #description {
  overflow: auto;
}
.tab-content #description .item-description img {
  max-width: 100% !important;
}
.tab-content #description .item-description table,
.tab-content #description .item-description tbody {
  width: 100% !important;
}
.product-variant-list {
  clear: both;
  padding-top: 15px;
}
.product-variant-list:after,
.product-variant-list:before {
  content: " ";
  display: table;
}
.product-variant-list:after {
  clear: both;
}
.product-variant-header {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 20px;
}
.product-variant {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  padding: 0;
  text-align: right;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  transition: all 0.3s;
}
.product-variant:after,
.product-variant:before {
  content: " ";
  display: table;
}
.product-variant:after {
  clear: both;
}
.product-variant:hover {
  box-shadow: 0 0 20px hsla(0, 0%, 40%, 0.1);
  border: 1px solid #d8d8d8;
}
.product-variant:hover .product-variant-thumb img {
  transform: scale(1.02);
  opacity: 0.85;
}
.product-variant .product-variant-data,
.product-variant .product-variant-thumb {
  display: block;
  width: 100%;
}
.product-variant .product-variant-thumb {
  width: 25%;
  margin: auto;
  float: left;
  position: relative;
  min-height: 140px;
}
.product-variant .product-variant-thumb img {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
  max-height: 140px;
}
.product-variant .product-variant-data {
  text-align: center;
  padding: 10px;
  position: relative;
  width: 75%;
  min-height: 140px;
  float: right;
}
.product-variant .product-variant-filter {
  display: block;
  margin-bottom: 5px;
}
.product-variant .product-variant-key {
  font-weight: 700;
}
.product-variant .product-variant-product {
  color: #666;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.product-variant .product-variant-product:focus,
.product-variant .product-variant-product:hover {
  color: #19338f;
}
.product-variant .product-variant-product,
.product-variant .product-variant-thumb img {
  cursor: pointer;
}
@media (max-width: 767px) {
  .product-variant .product-variant-thumb img {
    border: 5px solid transparent;
  }
}
.product-variant .product-variant-action {
  display: block;
}
@media (min-width: 768px) {
  .product-variant .product-variant-action {
    float: right;
  }
}
.product-variant .product-variant-price {
  border-width: 1px;
}
@media (min-width: 980px) {
  .product-variant .product-variant-price {
    float: left;
  }
}
.product-variant
  .product-variant-price-promotion
  + .product-variant-price-wrap {
  display: inline-block;
}
.product-variant .btn-add-to-cart,
.product-variant .quantity-change {
  margin-right: auto;
  margin-left: auto;
}
.product-variant .btn-add-to-cart {
  font-size: 1rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .product-variant .btn-add-to-cart {
    float: none;
  }
}
.product-variant .product-variant-price:empty {
  display: none;
}
.product-variant .product-variant-price,
.product-variant .product-variant-price-promotion {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 980px) {
  .product-variant .product-variant-data,
  .product-variant .product-variant-thumb {
    vertical-align: middle;
  }
  .product-variant .product-variant-price {
    text-align: center;
  }
  .product-variant .quantity-change {
    margin-top: 0;
  }
  .product-variant .btn-add-to-cart {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 10px;
  }
}
.tab-content > .tab-pane .opinions-header {
  padding-bottom: 10px;
}
.tab-content > .tab-pane .opinion-rate__star,
.tab-content > .tab-pane .rating-stars__star {
  font-style: normal !important;
}
.opinion-rate,
.rating-stars {
  color: #ffa94f;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.opinions-header {
  padding-bottom: 0;
}
.product-details-data-container .rating-stars {
  margin-top: 15px;
  margin-bottom: 15px;
}
.opinion-rate {
  margin-bottom: 10px;
}
.opinion-rate:after,
.opinion-rate:before {
  content: " ";
  display: table;
}
.opinion-rate:after {
  clear: both;
}
.opinion-rate__star {
  cursor: pointer;
  float: left;
}
.opinion-form {
  margin-bottom: 30px;
}
.opinion-form__nickname-input {
  display: block;
  width: 100%;
}
.opinion-form .btn-post-opinion {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.opinions-list {
  margin-bottom: 20px;
}
.opinion-item {
  margin: 10px 0 20px;
  font-size: 13px;
}
.opinion-item__rate-stars {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.opinion-item__nickname {
  font-weight: 700;
  font-size: 13px;
}
.opinion__success-message {
  display: block;
  margin: 30px 0;
}
.product-details-data-container .historical-price {
  margin-bottom: 15px;
}
.product-details-data-container .historical-price .historical-price__value {
  font-size: 11px !important;
}
.list-products-recommended {
  padding-bottom: 60px;
}
.list-products .list-products-category-description {
  text-align: justify;
  margin-bottom: 15px;
}
.list-products .list-products-category-description p {
  background-color: #ffc107;
  color: #000;
  padding: 20px;
}
.list-products .list-products-category-description:after,
.list-products .list-products-category-description:before {
  content: " ";
  display: table;
}
.list-products .list-products-category-description:after {
  clear: both;
}
.list-products .list-products-actions-container {
  display: none;
}
/* @media (min-width: 768px) {
  .list-products .list-products-actions-container {
    display: block;
    float: left;
  }
} */
.list-products .list-products-actions-container .list-view {
  float: left;
}
.list-products .list-products-actions-container .list-view li {
  float: left;
  transition: all 0.3s;
}
.list-products .list-products-actions-container .list-view li:hover a i {
  background: #666;
  transition: background 0.2s;
}
.list-products .list-products-actions-container .list-view li a {
  display: block;
  background: transparent;
  width: 24px;
  height: 24px;
  margin: 0 3px;
}
.list-products .list-products-actions-container .list-view li a .icon-row {
  float: left;
  margin: 0 0 2px 2px;
  display: block;
}
.list-products .list-products-actions-container .list-view li a i {
  display: block;
  background: #d8d8d8;
  transition: background 0.2s;
}
.list-products
  .list-products-actions-container
  .list-view
  li
  a
  i:not(:last-child) {
  margin-bottom: 2px;
}
.list-products
  .list-products-actions-container
  .list-view
  li
  a.one-column-icon
  .icon-row:last-of-type
  i {
  width: 14px;
}
.list-products
  .list-products-actions-container
  .list-view
  li
  a.one-column-icon
  i {
  width: 6px;
  height: 6px;
}
.list-products
  .list-products-actions-container
  .list-view
  li
  a.two-column-icon
  i {
  width: 10px;
  height: 10px;
}
.list-products
  .list-products-actions-container
  .list-view
  li
  a.three-column-icon
  i {
  width: 6px;
  height: 6px;
}
.list-products
  .list-products-actions-container
  .list-view
  li
  a.four-column-icon
  i {
  width: 4px;
  height: 4px;
}
.list-products .list-products-actions-container .list-view li.active:hover a i,
.list-products .list-products-actions-container .list-view li.active a i {
  background: #dabca5;
}
.list-products .list-products-sort {
  font-size: 1rem;
  float: right;
}
.list-products .list-products-sort .dropdown {
  position: relative;
}
.list-products .list-products-sort .dropdown.open .dropdown-toggle {
  background-color: #19338f;
  color: #fff;
  border: 1px solid #19338f;
}
.list-products .list-products-sort .dropdown.open .dropdown-toggle:after {
  border-top-color: #fff;
}
.list-products .list-products-sort .dropdown span {
  display: inline-block;
}
.list-products .list-products-sort .dropdown a,
.list-products .list-products-sort .dropdown a:focus,
.list-products .list-products-sort .dropdown a:hover {
  text-decoration: none;
}
.list-products .list-products-sort .dropdown .dropdown-toggle {
  font-size: 1rem;
  display: inline-block;
  min-width: 185px;
  margin-left: 6px;
  padding: 6px 15px 6px 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  color: #19338f;
  background-color: transparent;
  border: 1px solid #19338f;
  border-radius: 0;
}
.list-products .list-products-sort .dropdown .dropdown-toggle:after {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 0;
  height: 0;
  content: "";
  border-top: 5px solid #19338f;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.list-products .list-products-sort .dropdown .dropdown-toggle .caret {
  display: none;
}
.list-products .list-products-sort .dropdown .dropdown-menu {
  font-size: 14px;
  position: absolute;
  z-index: 5;
  right: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  border-radius: 0;
  min-width: 185px;
  margin-top: 1px;
  transform: translateY(-10px);
  opacity: 0;
  background-color: #1e1e1e;
  transition: all 0.3s;
}
.list-products .list-products-sort .dropdown .dropdown-menu li {
  text-align: center;
}
.list-products .list-products-sort .dropdown .dropdown-menu li a {
  display: block;
  padding: 6px 10px;
  color: #bfbfbf;
  transition: none;
}
.list-products .list-products-sort .dropdown .dropdown-menu li a:hover {
  color: #bfbfbf;
  color: #fff;
  background-color: #19338f;
}
.list-products .list-products-sort .dropdown.open .dropdown-menu {
  visibility: visible;
  transform: translate(0);
  opacity: 1;
}
.list-products .list-products-amount {
  float: left;
  clear: left;
  margin: 6px 0 0;
  font-family: Poppins, sans-serif;
}
.list-products .list-products-sort + .list-products-amount {
  margin-top: 9px;
}
.list-products .list-products-filters + .list-products-amount {
  font-size: 1.25rem;
  margin: 3px 0;
}
.list-products .list-products-filters {
  position: relative;
  clear: both;
  padding: 6px 110px 6px 0;
  text-align: left;
}
@media (max-width: 768px) {
  .list-products .list-products-filters {
    font-size: 1rem;
    padding-right: 0;
    text-align: center;
  }
}
.list-products .list-products-filters a {
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  padding: 6px;
  border-radius: 0;
  color: #999;
  background: #efefef;
  border: 1px solid #e5e5e5;
  font-weight: 200;
  line-height: 1;
  transition: all 0.3s ease;
}
.list-products .list-products-filters a span {
  margin-left: 3px;
  text-decoration: none !important;
  color: #333;
  display: inline-block;
  position: relative;
  top: -1px;
}
@media (max-width: 768px) {
  .list-products .list-products-filters a span {
    font-size: 1rem;
    padding: 0 1px;
    text-align: center;
  }
}
.list-products .list-products-filters a:focus,
.list-products .list-products-filters a:hover {
  text-decoration: line-through;
  color: #19338f;
  background-color: #e5e5e5;
  border-color: #dbdbdb;
  border-style: solid;
}
.list-products .list-products-filters a:focus span,
.list-products .list-products-filters a:hover span {
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .list-products .list-products-filters .list-products-clearfilters {
    position: absolute;
    top: 6px;
    right: 0;
  }
}
.list-products .list-products-filters .list-products-clearfilters a {
  color: #fff;
  background: #19338f;
  border-color: #19338f;
}
.list-products .list-products-filters .list-products-clearfilters a span {
  color: #fff;
}
.list-products .list-products-filters .list-products-clearfilters a:hover {
  color: #fff;
  background: #2c4390;
}
.widget.list-products .widget-header h1 {
  font-size: 28px;
  margin-bottom: 30px;
}
.list-products .list-products-container {
  clear: both;
}
.list-products .list-products-container:after,
.list-products .list-products-container:before {
  content: " ";
  display: table;
}
.list-products .list-products-container:after {
  clear: both;
}
.list-products .list-products-container .list-products-empty-list-info {
  font-size: 1.5rem;
  font-family: Poppins, sans-serif;
  padding-top: 12px;
  padding-left: 3px;
  text-align: center;
}
.list-products .row.list-products-container {
  margin: -3px -9px;
}
.list-products .product-item {
  padding: 0 6px;
}
@media (min-width: 1220px) {
  .list-products .product-item {
    padding: 0 9px;
  }
}
.list-products .product-item-container {
  position: relative;
  overflow: hidden;
  margin-top: 6px;
  margin-bottom: 6px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  transition: all 0.3s;
}
@media (min-width: 1220px) {
  .list-products .product-item-container {
    margin-top: 9px;
    margin-bottom: 9px;
  }
}
.list-products .product-item-container:after,
.list-products .product-item-container:before {
  content: " ";
  display: table;
}
.list-products .product-item-container:after {
  clear: both;
}
@media (min-width: 768px) {
  .list-products .product-item-container {
    opacity: 1;
    display: flex;
  }
}
.list-products .product-item-container .product-data-container {
  min-height: 60px;
  text-align: center;
  flex: 3;
  padding: 0 20px;
}
.list-products .product-item-container:hover {
  box-shadow: 0 0 20px hsla(0, 0%, 40%, 0.1);
  border: 1px solid #d8d8d8;
}
.list-products .product-item-container:hover .product-image-container img {
  transform: scale(1.02);
  opacity: 0.85;
}
.list-products .product-item-container .product-label,
.list-products .product-item-container .service-label {
  font-size: 0.75rem;
  position: absolute;
  z-index: 4;
  padding: 3px 6px 2px;
  color: #fff;
  top: 0;
}
.list-products .product-item-container .service-label {
  background-color: hsla(26, 42%, 65%, 0.8);
  right: -1px;
  top: 22px;
  text-transform: uppercase;
}
.list-products .product-item-container .service-label:empty {
  visibility: hidden;
}
.list-products .product-item-container .product-label {
  background-color: hsla(0, 0%, 40%, 0.8);
  right: 0;
  display: none;
}
.list-products .product-item-container .product-label span {
  margin: 0.1em;
}
.list-products .product-item-container .customer-discount,
.list-products .product-item-container .customer-discount-info {
  text-align: center;
  width: 100%;
  display: block;
  padding: 0 12px;
}
.list-products .product-item-container .customer-discount-info {
  color: #bfbfbf;
}
.list-products
  .product-item-container
  [class*="customer-discount"]:last-of-type {
  padding-bottom: 6px;
}
.list-products .product-item-container .product-image-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  flex: 2;
}
.list-products .product-item-container .product-image-container:empty {
  margin-top: 0;
  padding-bottom: 40px;
  height: 0;
  border: none;
}
.list-products
  .product-item-container
  .product-image-container:empty
  + .product-data-container
  .product-price {
  position: static !important;
  border: none;
}
.list-products .product-item-container .product-image-container a img {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 768px) {
  .list-products .product-item-container .product-image-container a img {
    max-width: 100%;
  }
}
.list-products
  .product-item-container
  .product-image-container:hover
  + .product-data-container
  .product-title
  a {
  color: #333;
}
.list-products .product-item-container .product-title {
  font-weight: 500;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: right;
  word-wrap: break-word;
  height: 75px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .list-products .product-item-container .product-title {
    height: auto !important;
  }
}
.list-products .product-item-container .product-title a {
  display: block;
  text-decoration: none;
  color: #666;
}
.list-products .product-item-container .product-title a:focus,
.list-products .product-item-container .product-title a:hover {
  color: #333;
}
.list-products .product-item-container .product-short-description {
  text-align: center;
  font-weight: 100;
  margin: 0 auto;
  height: 110px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  color: #b2b2b2;
}
.list-products .product-item-container .product-short-description:empty {
  margin: 0;
}
.list-products .product-item-container .product-price,
.product-variant .product-variant-price {
  /* display: inline-block; */
  padding: 0;
  margin: 10px 0 0;
  text-align: right;
  color: #19338f;
  /* padding: 12px; */
  line-height: 1;
  background-color: hsla(0, 0%, 100%, 0.95);
  /* border: 1px solid #e5e5e5; */
  font-weight: 500;
  border-radius: 0;
  font-size: 20px;
  min-width: 110px;
}
.list-products .product-item-container .btn-add-to-cart:empty,
.list-products .product-item-container .letter-of-enquiry:empty,
.list-products .product-item-container .product-label:empty,
.list-products .product-item-container .quantity-change:empty,
.list-products .product-item-container .service-label:empty {
  visibility: hidden;
}
@media (min-width: 980px) {
  .list-products .product-item:not(.one-column) .product-title {
    display: block;
  }
  /* .list-products .product-item:not(.one-column) .product-image-container {
    margin-top: 25px;
  } */
  .list-products .product-item:not(.one-column) .btn-add-to-cart:empty,
  .list-products .product-item:not(.one-column) .letter-of-enquiry:empty,
  .list-products .product-item:not(.one-column) .product-label:empty,
  .list-products .product-item:not(.one-column) .quantity-change:empty,
  .list-products .product-item:not(.one-column) .service-label:empty {
    display: block;
    visibility: hidden;
  }
}
.list-products .one-column.product-item .recommended-label {
  top: 36px;
}
@media (min-width: 980px) {
  .col-sm-8 .list-products .one-column.product-item .product-image-container,
  .col-sm-9 .list-products .one-column.product-item .product-image-container,
  .col-sm-10 .list-products .one-column.product-item .product-image-container,
  .col-sm-11 .list-products .one-column.product-item .product-image-container,
  .col-sm-12 .list-products .one-column.product-item .product-image-container {
    float: left;
    width: 25%;
    margin: auto;
    padding: 12px;
    border-bottom: none;
    min-height: 160px;
  }
  .col-sm-8 .list-products .one-column.product-item .product-data-container,
  .col-sm-9 .list-products .one-column.product-item .product-data-container,
  .col-sm-10 .list-products .one-column.product-item .product-data-container,
  .col-sm-11 .list-products .one-column.product-item .product-data-container,
  .col-sm-12 .list-products .one-column.product-item .product-data-container {
    float: left;
    width: 75%;
    padding-left: 12px;
    padding-bottom: 90px;
  }
  .col-sm-8
    .list-products
    .one-column.product-item
    .product-data-container
    .product-title,
  .col-sm-9
    .list-products
    .one-column.product-item
    .product-data-container
    .product-title,
  .col-sm-10
    .list-products
    .one-column.product-item
    .product-data-container
    .product-title,
  .col-sm-11
    .list-products
    .one-column.product-item
    .product-data-container
    .product-title,
  .col-sm-12
    .list-products
    .one-column.product-item
    .product-data-container
    .product-title {
    text-align: center;
    margin: 24px 12px 10px;
    height: auto !important;
  }
  .col-sm-8
    .list-products
    .one-column.product-item
    .product-data-container
    .product-title
    a,
  .col-sm-9
    .list-products
    .one-column.product-item
    .product-data-container
    .product-title
    a,
  .col-sm-10
    .list-products
    .one-column.product-item
    .product-data-container
    .product-title
    a,
  .col-sm-11
    .list-products
    .one-column.product-item
    .product-data-container
    .product-title
    a,
  .col-sm-12
    .list-products
    .one-column.product-item
    .product-data-container
    .product-title
    a {
    padding: 0 !important;
  }
  .col-sm-8
    .list-products
    .one-column.product-item
    .product-data-container
    .product-short-description,
  .col-sm-9
    .list-products
    .one-column.product-item
    .product-data-container
    .product-short-description,
  .col-sm-10
    .list-products
    .one-column.product-item
    .product-data-container
    .product-short-description,
  .col-sm-11
    .list-products
    .one-column.product-item
    .product-data-container
    .product-short-description,
  .col-sm-12
    .list-products
    .one-column.product-item
    .product-data-container
    .product-short-description {
    margin: 10px auto;
    padding-left: 12px;
    padding-right: 12px;
  }
  .col-sm-8
    .list-products
    .one-column.product-item
    .product-data-container
    .product-label,
  .col-sm-9
    .list-products
    .one-column.product-item
    .product-data-container
    .product-label,
  .col-sm-10
    .list-products
    .one-column.product-item
    .product-data-container
    .product-label,
  .col-sm-11
    .list-products
    .one-column.product-item
    .product-data-container
    .product-label,
  .col-sm-12
    .list-products
    .one-column.product-item
    .product-data-container
    .product-label {
    transform: translateY(0);
    top: 0 !important;
    bottom: auto !important;
  }
  .col-sm-8
    .list-products
    .one-column.product-item
    .product-data-container
    .product-price,
  .col-sm-9
    .list-products
    .one-column.product-item
    .product-data-container
    .product-price,
  .col-sm-10
    .list-products
    .one-column.product-item
    .product-data-container
    .product-price,
  .col-sm-11
    .list-products
    .one-column.product-item
    .product-data-container
    .product-price,
  .col-sm-12
    .list-products
    .one-column.product-item
    .product-data-container
    .product-price {
    transform: translateY(0);
    position: absolute;
    right: auto;
    top: auto !important;
    bottom: 15px;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-sm-8
    .list-products
    .one-column.product-item
    .product-data-container
    .product-price
    .product-price-promotion,
  .col-sm-9
    .list-products
    .one-column.product-item
    .product-data-container
    .product-price
    .product-price-promotion,
  .col-sm-10
    .list-products
    .one-column.product-item
    .product-data-container
    .product-price
    .product-price-promotion,
  .col-sm-11
    .list-products
    .one-column.product-item
    .product-data-container
    .product-price
    .product-price-promotion,
  .col-sm-12
    .list-products
    .one-column.product-item
    .product-data-container
    .product-price
    .product-price-promotion {
    padding-top: 4px;
  }
  .col-sm-8
    .list-products
    .one-column.product-item
    .product-data-container
    .historical-price,
  .col-sm-9
    .list-products
    .one-column.product-item
    .product-data-container
    .historical-price,
  .col-sm-10
    .list-products
    .one-column.product-item
    .product-data-container
    .historical-price,
  .col-sm-11
    .list-products
    .one-column.product-item
    .product-data-container
    .historical-price,
  .col-sm-12
    .list-products
    .one-column.product-item
    .product-data-container
    .historical-price {
    display: block;
    position: absolute;
    bottom: -16px;
  }
  .col-sm-8 .list-products .one-column.product-item .service-label,
  .col-sm-9 .list-products .one-column.product-item .service-label,
  .col-sm-10 .list-products .one-column.product-item .service-label,
  .col-sm-11 .list-products .one-column.product-item .service-label,
  .col-sm-12 .list-products .one-column.product-item .service-label {
    top: 0;
  }
  .col-sm-8 .list-products .one-column.product-item .btn-add-to-cart,
  .col-sm-9 .list-products .one-column.product-item .btn-add-to-cart,
  .col-sm-10 .list-products .one-column.product-item .btn-add-to-cart,
  .col-sm-11 .list-products .one-column.product-item .btn-add-to-cart,
  .col-sm-12 .list-products .one-column.product-item .btn-add-to-cart {
    margin: 0;
    bottom: 15px;
    right: 12px;
    height: 52px;
    font-size: 18px;
    padding: 0;
  }
  .col-sm-8 .list-products .one-column.product-item .btn-add-to-cart:before,
  .col-sm-9 .list-products .one-column.product-item .btn-add-to-cart:before,
  .col-sm-10 .list-products .one-column.product-item .btn-add-to-cart:before,
  .col-sm-11 .list-products .one-column.product-item .btn-add-to-cart:before,
  .col-sm-12 .list-products .one-column.product-item .btn-add-to-cart:before {
    font-size: 40px;
    width: 40px;
    height: 40px;
  }
  .col-sm-8 .list-products .one-column.product-item .quantity-change,
  .col-sm-9 .list-products .one-column.product-item .quantity-change,
  .col-sm-10 .list-products .one-column.product-item .quantity-change,
  .col-sm-11 .list-products .one-column.product-item .quantity-change,
  .col-sm-12 .list-products .one-column.product-item .quantity-change {
    bottom: 15px;
    left: auto;
    right: 190px;
  }
  .col-sm-8 .list-products .one-column.product-item .letter-of-enquiry,
  .col-sm-9 .list-products .one-column.product-item .letter-of-enquiry,
  .col-sm-10 .list-products .one-column.product-item .letter-of-enquiry,
  .col-sm-11 .list-products .one-column.product-item .letter-of-enquiry,
  .col-sm-12 .list-products .one-column.product-item .letter-of-enquiry {
    position: absolute;
    bottom: 54px;
    right: 6px;
    width: auto;
    display: inline-block;
    padding: 6px;
    margin: 0;
  }
  .col-sm-8 .list-products .one-column.product-item .btn-add-to-cart,
  .col-sm-8 .list-products .one-column.product-item .letter-of-enquiry,
  .col-sm-8 .list-products .one-column.product-item .quantity-change,
  .col-sm-9 .list-products .one-column.product-item .btn-add-to-cart,
  .col-sm-9 .list-products .one-column.product-item .letter-of-enquiry,
  .col-sm-9 .list-products .one-column.product-item .quantity-change,
  .col-sm-10 .list-products .one-column.product-item .btn-add-to-cart,
  .col-sm-10 .list-products .one-column.product-item .letter-of-enquiry,
  .col-sm-10 .list-products .one-column.product-item .quantity-change,
  .col-sm-11 .list-products .one-column.product-item .btn-add-to-cart,
  .col-sm-11 .list-products .one-column.product-item .letter-of-enquiry,
  .col-sm-11 .list-products .one-column.product-item .quantity-change,
  .col-sm-12 .list-products .one-column.product-item .btn-add-to-cart,
  .col-sm-12 .list-products .one-column.product-item .letter-of-enquiry,
  .col-sm-12 .list-products .one-column.product-item .quantity-change {
    transition: all 0.3s;
    position: absolute;
  }
  .col-sm-8 .list-products .one-column.product-item .btn-add-to-cart:empty,
  .col-sm-8 .list-products .one-column.product-item .letter-of-enquiry:empty,
  .col-sm-8 .list-products .one-column.product-item .product-label:empty,
  .col-sm-8 .list-products .one-column.product-item .quantity-change:empty,
  .col-sm-8 .list-products .one-column.product-item .service-label:empty,
  .col-sm-9 .list-products .one-column.product-item .btn-add-to-cart:empty,
  .col-sm-9 .list-products .one-column.product-item .letter-of-enquiry:empty,
  .col-sm-9 .list-products .one-column.product-item .product-label:empty,
  .col-sm-9 .list-products .one-column.product-item .quantity-change:empty,
  .col-sm-9 .list-products .one-column.product-item .service-label:empty,
  .col-sm-10 .list-products .one-column.product-item .btn-add-to-cart:empty,
  .col-sm-10 .list-products .one-column.product-item .letter-of-enquiry:empty,
  .col-sm-10 .list-products .one-column.product-item .product-label:empty,
  .col-sm-10 .list-products .one-column.product-item .quantity-change:empty,
  .col-sm-10 .list-products .one-column.product-item .service-label:empty,
  .col-sm-11 .list-products .one-column.product-item .btn-add-to-cart:empty,
  .col-sm-11 .list-products .one-column.product-item .letter-of-enquiry:empty,
  .col-sm-11 .list-products .one-column.product-item .product-label:empty,
  .col-sm-11 .list-products .one-column.product-item .quantity-change:empty,
  .col-sm-11 .list-products .one-column.product-item .service-label:empty,
  .col-sm-12 .list-products .one-column.product-item .btn-add-to-cart:empty,
  .col-sm-12 .list-products .one-column.product-item .letter-of-enquiry:empty,
  .col-sm-12 .list-products .one-column.product-item .product-label:empty,
  .col-sm-12 .list-products .one-column.product-item .quantity-change:empty,
  .col-sm-12 .list-products .one-column.product-item .service-label:empty {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1220px) {
  .list-products
    .product-item:not(.one-column)
    .product-price
    .product-price-promotion,
  .list-products
    .product-item:not(.one-column)
    .product-price
    .product-price-wrap {
    padding-top: 6px;
    font-size: 13px;
  }
}
.btn-add-to-cart,
.letter-of-enquiry,
.product-title,
.quantity-change {
  display: block;
  text-align: center;
  margin: 6px auto;
}
.letter-of-enquiry:empty {
  height: 9px;
}
button.btn-add-to-cart {
  line-height: 1;
  padding: 0;
  width: auto;
  margin: 15px auto 10px;
  background: transparent;
  color: #19338f;
  text-transform: uppercase;
  border: none;
  font-weight: 600;
  transition: color 0.3s ease;
  float: right;
}
button.btn-add-to-cart:focus,
button.btn-add-to-cart:hover {
  color: #2c4390;
}
button.btn-add-to-cart:after {
  font-family: sklep-demo;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\65";
  font-size: 24px;
  width: auto;
  height: 38px;
  transition: color;
  line-height: normal;
  color: inherit;
  margin: auto;
  vertical-align: middle;
}
button.btn-add-to-cart span {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  font-size: 0.9rem;
}
.btn-units-add-to-cart,
.btn-variant-add-to-cart {
  width: 120px;
  background: #19338f;
}
.btn-units-add-to-cart:focus,
.btn-units-add-to-cart:hover,
.btn-variant-add-to-cart:focus,
.btn-variant-add-to-cart:hover {
  background: #2c4390;
}
.quantity-change {
  height: 46px;
  width: 110px;
  transition: all 0.3s ease;
  position: relative;
  margin: 5px auto;
  display: block;
  clear: both;
}
.quantity-change .btn-minus,
.quantity-change .btn-plus,
.quantity-change input {
  line-height: 1;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 1.3rem;
  box-shadow: none;
}
.quantity-change .btn-minus,
.quantity-change .btn-plus {
  border: 1px solid #d8d8d8;
  border-left-color: transparent;
  font-size: 12px;
  position: absolute;
  width: 23px;
  height: 23px;
  right: 0;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.quantity-change .btn-minus:focus,
.quantity-change .btn-minus:hover,
.quantity-change .btn-plus:focus,
.quantity-change .btn-plus:hover {
  color: #19338f;
  border-color: #19338f;
}
.quantity-change .btn-minus:focus:disabled,
.quantity-change .btn-minus:hover:disabled,
.quantity-change .btn-plus:focus:disabled,
.quantity-change .btn-plus:hover:disabled {
  color: #e5e5e5;
  border-color: inherit;
  -moz-outline: none;
  outline: none;
}
.quantity-change .btn-plus {
  top: 0;
}
.quantity-change .btn-minus {
  border-top-color: transparent;
  bottom: 0;
}
.quantity-change input {
  border: 1px solid #d8d8d8;
  font-size: 1rem;
  border-radius: 0;
  color: #666;
  height: 46px;
  width: 87px;
  padding: 0 18px;
  font-size: 18px;
}
.letter-of-enquiry {
  clear: both;
  font-size: 0.85rem;
  display: table;
  text-decoration: none;
  color: #666;
  padding: 3px 6px 0;
}
.letter-of-enquiry:focus,
.letter-of-enquiry:hover {
  text-decoration: none;
  color: #e0d5cd;
}
.widget-product-details .product-details-filters-container {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}
.product-details-filters-container .form-group {
  margin-left: -12px;
  margin-right: -12px;
}
.product-details-filters-container .form-group:empty {
  display: none;
}
.product-details-filters-container .variant-filter-key {
  padding-top: 6px;
}
.product-details-filters-container select {
  width: 100%;
}
.modal-body .product-details-filters-container {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .product-details-filters-container .variant-filter-key {
    text-align: center;
  }
  .product-details-filters-container .quantity-change {
    margin: auto auto 6px;
    float: none;
    clear: both;
  }
  .product-details-filters-container select {
    text-align-last: center;
  }
}
.recommended-label {
  background-color: hsla(25, 23%, 64%, 0.5);
  color: #fff;
  display: block;
  width: auto;
  padding: 9px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  line-height: 1;
}
.recommended-label:focus:before,
.recommended-label:hover:before {
  opacity: 1;
  max-width: 70px;
}
.recommended-label:empty {
  display: none;
}
.promotion-label,
.recommended-label {
  position: absolute;
  transform: rotate(-45deg);
  color: #fff;
  padding: 6px 0;
  text-align: center;
}
.promotion-label {
  top: 9px;
  width: 108px;
  left: -28px;
  background: hsla(0, 0%, 40%, 0.85);
  font-size: 13px;
  line-height: 22px;
}
.recommended-label {
  display: none;
  top: 36px;
  width: 168px;
  left: -39px;
  background: #19338f;
}
@media (min-width: 980px) {
  .recommended-label {
    top: 11px;
  }
}
.product-price-promotion + .product-price-wrap,
.product-variant
  .product-variant-price-promotion
  + .product-variant-price-wrap {
  display: block;
}
.product-price-promotion + .product-price-wrap,
.product-variant .product-variant-price-promotion + .product-variant-price-wrap,
.widget-product-details
  .product-details-data-container
  .product-details-price
  p
  .product-price-promotion
  + span:last-child {
  color: #ccc;
  text-decoration: line-through;
  font-size: 1rem;
  padding-top: 3px;
}
.additional-units-modal .quantity-change {
  margin-top: 10px;
  height: 45px;
  width: 130px;
}
.additional-units-modal .quantity-change input {
  height: 45px;
  width: 108px;
}
.additional-units-modal .form-control,
.additional-units-modal .unit-symbol {
  margin: 10px 0;
}
.additional-units-modal .unit-symbol {
  line-height: 45px;
}
@media (max-width: 767px) {
  .additional-units-modal .unit-symbol {
    text-align: center;
    display: block;
  }
}
.historical-price {
  font-size: 11px;
  color: #9c9c9c;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.historical-price,
.historical-price:empty {
  height: 15px;
  line-height: 15px;
}
.list-products .product-item-container .historical-price {
  margin-bottom: 20px;
}
.main-menu {
  margin: 0 0 12px;
}
.main-menu:after,
.main-menu:before {
  content: " ";
  display: table;
}
.main-menu:after {
  clear: both;
}
.main-menu .widget-content {
  position: relative;
  clear: both;
}
@media (max-width: 767px) {
  .main-menu .widget-header h4 {
    padding: 12px 50px 12px 0;
  }
  .main-menu .widget-header + .widget-content .navbar-toggle {
    margin-top: -60px;
  }
}
.main-menu .navbar-toggle {
  font-size: 1rem;
  line-height: 1;
  display: block;
  float: right;
  margin-bottom: 6px;
  width: 45px;
  height: 45px;
  border: none;
  outline: none;
  border-radius: none;
  box-shadow: none;
  position: relative;
}
@media (min-width: 768px) {
  .main-menu .navbar-toggle {
    display: none;
  }
}
.main-menu .navbar-toggle .icon-bar {
  display: block;
  margin: 5px auto;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.main-menu .navbar-toggle .icon-bar:first-child {
  margin-top: 0;
}
.main-menu .navbar-toggle .icon-bar:last-child {
  margin-bottom: 0;
}
.main-menu li,
.main-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-menu .nav-collapse {
  clear: both;
}
.main-menu .nav {
  font-size: 1rem;
  position: relative;
  clear: both;
}
.main-menu .nav:after,
.main-menu .nav:before {
  content: " ";
  display: table;
}
.main-menu .nav:after {
  clear: both;
}
.main-menu .nav li a {
  display: block;
  padding: 12px;
  font-weight: 500;
  text-decoration: none;
  color: #ccc;
  font-size: 1rem;
  word-wrap: break-word;
  transition: color 0.3s;
}
.main-menu .nav li a:focus,
.main-menu .nav li a:hover {
  text-decoration: none;
  color: #fff;
}
.main-menu .nav li > ul > li > a {
  padding-left: 25px;
  font-weight: 400;
}
.main-menu .nav li.menu-active > a {
  color: #fff;
}
.main-menu .nav .has-submenu > a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-menu .nav .has-submenu > a:after {
  transition: transform 0.3s ease;
  content: "\203A";
  display: inline-block;
  padding: 0 3px 0 6px;
  margin-top: -6px;
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  /* .col-sm-6 > .main-menu .nav,
  .col-sm-7 > .main-menu .nav,
  .col-sm-8 > .main-menu .nav,
  .col-sm-9 > .main-menu .nav,
  .col-sm-10 > .main-menu .nav,
  .col-sm-11 > .main-menu .nav,
  .col-sm-12 > .main-menu .nav {
    float: right;
  } */
  .col-sm-6 > .main-menu .nav:after,
  .col-sm-6 > .main-menu .nav:before,
  .col-sm-7 > .main-menu .nav:after,
  .col-sm-7 > .main-menu .nav:before,
  .col-sm-8 > .main-menu .nav:after,
  .col-sm-8 > .main-menu .nav:before,
  .col-sm-9 > .main-menu .nav:after,
  .col-sm-9 > .main-menu .nav:before,
  .col-sm-10 > .main-menu .nav:after,
  .col-sm-10 > .main-menu .nav:before,
  .col-sm-11 > .main-menu .nav:after,
  .col-sm-11 > .main-menu .nav:before,
  .col-sm-12 > .main-menu .nav:after,
  .col-sm-12 > .main-menu .nav:before {
    content: " ";
    display: table;
  }
  .col-sm-6 > .main-menu .nav:after,
  .col-sm-7 > .main-menu .nav:after,
  .col-sm-8 > .main-menu .nav:after,
  .col-sm-9 > .main-menu .nav:after,
  .col-sm-10 > .main-menu .nav:after,
  .col-sm-11 > .main-menu .nav:after,
  .col-sm-12 > .main-menu .nav:after {
    clear: both;
  }
  .col-sm-6 > .main-menu .nav .has-submenu:hover a:after,
  .col-sm-7 > .main-menu .nav .has-submenu:hover a:after,
  .col-sm-8 > .main-menu .nav .has-submenu:hover a:after,
  .col-sm-9 > .main-menu .nav .has-submenu:hover a:after,
  .col-sm-10 > .main-menu .nav .has-submenu:hover a:after,
  .col-sm-11 > .main-menu .nav .has-submenu:hover a:after,
  .col-sm-12 > .main-menu .nav .has-submenu:hover a:after {
    transform: rotate(90deg) translateY(-3px);
    -moz-transform: rotate(90deg) translateY(-3px);
    -webkit-transform: rotate(90deg) translateY(-3px);
    -o-transform: rotate(90deg) translateY(-3px);
    -ms-transform: rotate(90deg) translateY(-3px);
  }
  .col-sm-6 > .main-menu .nav > li,
  .col-sm-7 > .main-menu .nav > li,
  .col-sm-8 > .main-menu .nav > li,
  .col-sm-9 > .main-menu .nav > li,
  .col-sm-10 > .main-menu .nav > li,
  .col-sm-11 > .main-menu .nav > li,
  .col-sm-12 > .main-menu .nav > li {
    position: relative;
    float: left;
  }
  .col-sm-6 > .main-menu .nav > li:focus > a,
  .col-sm-6 > .main-menu .nav > li:hover > a,
  .col-sm-7 > .main-menu .nav > li:focus > a,
  .col-sm-7 > .main-menu .nav > li:hover > a,
  .col-sm-8 > .main-menu .nav > li:focus > a,
  .col-sm-8 > .main-menu .nav > li:hover > a,
  .col-sm-9 > .main-menu .nav > li:focus > a,
  .col-sm-9 > .main-menu .nav > li:hover > a,
  .col-sm-10 > .main-menu .nav > li:focus > a,
  .col-sm-10 > .main-menu .nav > li:hover > a,
  .col-sm-11 > .main-menu .nav > li:focus > a,
  .col-sm-11 > .main-menu .nav > li:hover > a,
  .col-sm-12 > .main-menu .nav > li:focus > a,
  .col-sm-12 > .main-menu .nav > li:hover > a {
    color: #fff;
  }
  .col-sm-6 > .main-menu .nav > li:focus .dropdown-menu,
  .col-sm-6 > .main-menu .nav > li:hover .dropdown-menu,
  .col-sm-7 > .main-menu .nav > li:focus .dropdown-menu,
  .col-sm-7 > .main-menu .nav > li:hover .dropdown-menu,
  .col-sm-8 > .main-menu .nav > li:focus .dropdown-menu,
  .col-sm-8 > .main-menu .nav > li:hover .dropdown-menu,
  .col-sm-9 > .main-menu .nav > li:focus .dropdown-menu,
  .col-sm-9 > .main-menu .nav > li:hover .dropdown-menu,
  .col-sm-10 > .main-menu .nav > li:focus .dropdown-menu,
  .col-sm-10 > .main-menu .nav > li:hover .dropdown-menu,
  .col-sm-11 > .main-menu .nav > li:focus .dropdown-menu,
  .col-sm-11 > .main-menu .nav > li:hover .dropdown-menu,
  .col-sm-12 > .main-menu .nav > li:focus .dropdown-menu,
  .col-sm-12 > .main-menu .nav > li:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0);
  }
  .col-sm-6 > .main-menu .nav > li a,
  .col-sm-7 > .main-menu .nav > li a,
  .col-sm-8 > .main-menu .nav > li a,
  .col-sm-9 > .main-menu .nav > li a,
  .col-sm-10 > .main-menu .nav > li a,
  .col-sm-11 > .main-menu .nav > li a,
  .col-sm-12 > .main-menu .nav > li a {
    padding: 12px;
    border: none;
    letter-spacing: 1px;
  }
  .col-sm-6 > .main-menu .nav > li > a,
  .col-sm-7 > .main-menu .nav > li > a,
  .col-sm-8 > .main-menu .nav > li > a,
  .col-sm-9 > .main-menu .nav > li > a,
  .col-sm-10 > .main-menu .nav > li > a,
  .col-sm-11 > .main-menu .nav > li > a,
  .col-sm-12 > .main-menu .nav > li > a {
    display: block;
    padding: 24px 12px;
    position: relative;
  }
  .col-sm-6 > .main-menu .nav > li > a:after,
  .col-sm-7 > .main-menu .nav > li > a:after,
  .col-sm-8 > .main-menu .nav > li > a:after,
  .col-sm-9 > .main-menu .nav > li > a:after,
  .col-sm-10 > .main-menu .nav > li > a:after,
  .col-sm-11 > .main-menu .nav > li > a:after,
  .col-sm-12 > .main-menu .nav > li > a:after {
    float: none;
    margin-top: -9px;
  }
  .col-sm-6 > .main-menu .nav > li .dropdown-menu,
  .col-sm-7 > .main-menu .nav > li .dropdown-menu,
  .col-sm-8 > .main-menu .nav > li .dropdown-menu,
  .col-sm-9 > .main-menu .nav > li .dropdown-menu,
  .col-sm-10 > .main-menu .nav > li .dropdown-menu,
  .col-sm-11 > .main-menu .nav > li .dropdown-menu,
  .col-sm-12 > .main-menu .nav > li .dropdown-menu {
    margin-left: 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s;
    transform: translateY(-12px);
    z-index: 15;
    top: 100%;
    right: 0;
    min-width: 240px;
    max-width: 100%;
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }
  .col-sm-6 > .main-menu .nav > li .dropdown-menu li a,
  .col-sm-7 > .main-menu .nav > li .dropdown-menu li a,
  .col-sm-8 > .main-menu .nav > li .dropdown-menu li a,
  .col-sm-9 > .main-menu .nav > li .dropdown-menu li a,
  .col-sm-10 > .main-menu .nav > li .dropdown-menu li a,
  .col-sm-11 > .main-menu .nav > li .dropdown-menu li a,
  .col-sm-12 > .main-menu .nav > li .dropdown-menu li a {
    padding: 6px 12px;
    font-size: 14px;
  }
  .col-sm-6 > .main-menu .nav .has-submenu .has-submenu a:after,
  .col-sm-6 > .main-menu .nav .has-submenu .has-submenu a:hover:after,
  .col-sm-7 > .main-menu .nav .has-submenu .has-submenu a:after,
  .col-sm-7 > .main-menu .nav .has-submenu .has-submenu a:hover:after,
  .col-sm-8 > .main-menu .nav .has-submenu .has-submenu a:after,
  .col-sm-8 > .main-menu .nav .has-submenu .has-submenu a:hover:after,
  .col-sm-9 > .main-menu .nav .has-submenu .has-submenu a:after,
  .col-sm-9 > .main-menu .nav .has-submenu .has-submenu a:hover:after,
  .col-sm-10 > .main-menu .nav .has-submenu .has-submenu a:after,
  .col-sm-10 > .main-menu .nav .has-submenu .has-submenu a:hover:after,
  .col-sm-11 > .main-menu .nav .has-submenu .has-submenu a:after,
  .col-sm-11 > .main-menu .nav .has-submenu .has-submenu a:hover:after,
  .col-sm-12 > .main-menu .nav .has-submenu .has-submenu a:after,
  .col-sm-12 > .main-menu .nav .has-submenu .has-submenu a:hover:after {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .col-sm-1 .main-menu .widget-content .navbar-toggle,
  footer .col-sm-2 .main-menu .widget-content .navbar-toggle,
  footer .col-sm-3 .main-menu .widget-content .navbar-toggle,
  footer .col-sm-4 .main-menu .widget-content .navbar-toggle,
  footer .col-sm-5 .main-menu .widget-content .navbar-toggle,
  footer .col-sm-6 .main-menu .widget-content .navbar-toggle {
    display: none;
  }
  footer .col-sm-1 .main-menu .widget-header + .widget-content,
  footer .col-sm-2 .main-menu .widget-header + .widget-content,
  footer .col-sm-3 .main-menu .widget-header + .widget-content,
  footer .col-sm-4 .main-menu .widget-header + .widget-content,
  footer .col-sm-5 .main-menu .widget-header + .widget-content,
  footer .col-sm-6 .main-menu .widget-header + .widget-content {
    margin-top: 0;
  }
}
footer .col-sm-1 .main-menu .widget-content,
footer .col-sm-2 .main-menu .widget-content,
footer .col-sm-3 .main-menu .widget-content,
footer .col-sm-4 .main-menu .widget-content,
footer .col-sm-5 .main-menu .widget-content,
footer .col-sm-6 .main-menu .widget-content {
  padding-top: 6px;
}
footer .col-sm-1 .main-menu .nav-collapse,
footer .col-sm-2 .main-menu .nav-collapse,
footer .col-sm-3 .main-menu .nav-collapse,
footer .col-sm-4 .main-menu .nav-collapse,
footer .col-sm-5 .main-menu .nav-collapse,
footer .col-sm-6 .main-menu .nav-collapse {
  display: block;
}
footer .col-sm-1 .main-menu .nav-collapse .nav,
footer .col-sm-2 .main-menu .nav-collapse .nav,
footer .col-sm-3 .main-menu .nav-collapse .nav,
footer .col-sm-4 .main-menu .nav-collapse .nav,
footer .col-sm-5 .main-menu .nav-collapse .nav,
footer .col-sm-6 .main-menu .nav-collapse .nav {
  box-shadow: none;
  background-color: transparent;
}
footer .col-sm-1 .main-menu .nav-collapse .nav .has-submenu > a:after,
footer .col-sm-1 .main-menu .nav-collapse .nav li:not(:last-child):after,
footer .col-sm-2 .main-menu .nav-collapse .nav .has-submenu > a:after,
footer .col-sm-2 .main-menu .nav-collapse .nav li:not(:last-child):after,
footer .col-sm-3 .main-menu .nav-collapse .nav .has-submenu > a:after,
footer .col-sm-3 .main-menu .nav-collapse .nav li:not(:last-child):after,
footer .col-sm-4 .main-menu .nav-collapse .nav .has-submenu > a:after,
footer .col-sm-4 .main-menu .nav-collapse .nav li:not(:last-child):after,
footer .col-sm-5 .main-menu .nav-collapse .nav .has-submenu > a:after,
footer .col-sm-5 .main-menu .nav-collapse .nav li:not(:last-child):after,
footer .col-sm-6 .main-menu .nav-collapse .nav .has-submenu > a:after,
footer .col-sm-6 .main-menu .nav-collapse .nav li:not(:last-child):after {
  display: none;
}
footer .col-sm-1 .main-menu .nav-collapse .nav > li > ul > li > a,
footer .col-sm-2 .main-menu .nav-collapse .nav > li > ul > li > a,
footer .col-sm-3 .main-menu .nav-collapse .nav > li > ul > li > a,
footer .col-sm-4 .main-menu .nav-collapse .nav > li > ul > li > a,
footer .col-sm-5 .main-menu .nav-collapse .nav > li > ul > li > a,
footer .col-sm-6 .main-menu .nav-collapse .nav > li > ul > li > a {
  padding-left: 12px;
}
footer .col-sm-1 .main-menu .nav-collapse .nav li a,
footer .col-sm-2 .main-menu .nav-collapse .nav li a,
footer .col-sm-3 .main-menu .nav-collapse .nav li a,
footer .col-sm-4 .main-menu .nav-collapse .nav li a,
footer .col-sm-5 .main-menu .nav-collapse .nav li a,
footer .col-sm-6 .main-menu .nav-collapse .nav li a {
  text-transform: none;
  font-weight: 200;
  padding: 6px 12px 0 0;
  display: inline-block;
  border-bottom: 0;
  background-color: transparent;
  color: #bfbfbf;
}
footer .col-sm-1 .main-menu .nav-collapse .nav li a:focus,
footer .col-sm-1 .main-menu .nav-collapse .nav li a:hover,
footer .col-sm-2 .main-menu .nav-collapse .nav li a:focus,
footer .col-sm-2 .main-menu .nav-collapse .nav li a:hover,
footer .col-sm-3 .main-menu .nav-collapse .nav li a:focus,
footer .col-sm-3 .main-menu .nav-collapse .nav li a:hover,
footer .col-sm-4 .main-menu .nav-collapse .nav li a:focus,
footer .col-sm-4 .main-menu .nav-collapse .nav li a:hover,
footer .col-sm-5 .main-menu .nav-collapse .nav li a:focus,
footer .col-sm-5 .main-menu .nav-collapse .nav li a:hover,
footer .col-sm-6 .main-menu .nav-collapse .nav li a:focus,
footer .col-sm-6 .main-menu .nav-collapse .nav li a:hover {
  color: #fff;
}
footer .col-sm-1 .main-menu .nav-collapse .nav li.menu-active > a,
footer .col-sm-2 .main-menu .nav-collapse .nav li.menu-active > a,
footer .col-sm-3 .main-menu .nav-collapse .nav li.menu-active > a,
footer .col-sm-4 .main-menu .nav-collapse .nav li.menu-active > a,
footer .col-sm-5 .main-menu .nav-collapse .nav li.menu-active > a,
footer .col-sm-6 .main-menu .nav-collapse .nav li.menu-active > a {
  font-weight: 700;
  color: #bfbfbf;
}
.category-list:after,
.category-list:before {
  content: " ";
  display: table;
}
.category-list:after {
  clear: both;
}
.category-list .widget-content {
  clear: both;
  position: relative;
}
.category-list .navbar-toggle {
  background-color: transparent;
  border: none;
  border: 1px solid #19338f;
  border-radius: none;
  box-shadow: none;
  display: block;
  float: right;
  font-size: 1rem;
  height: 45px;
  line-height: 1;
  margin-bottom: 6px;
  width: 45px;
}
.category-list .navbar-toggle:focus,
.category-list .navbar-toggle:hover {
  background: transparent;
  border: 1px solid #2c4390;
  color: #2c4390;
}
.category-list .navbar-toggle:focus .icon-bar,
.category-list .navbar-toggle:hover .icon-bar {
  background-color: #2c4390;
}
.category-list .navbar-toggle .icon-bar {
  background-color: #19338f;
  display: block;
  height: 2px;
  margin: 5px auto;
  position: relative;
  width: 100%;
}
.category-list .navbar-toggle .icon-bar:first-child {
  margin-top: 0;
}
.category-list .navbar-toggle .icon-bar:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .category-list .navbar-toggle {
    display: none;
  }
}
.category-list li,
.category-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.category-list .nav-collapse {
  clear: both;
  transition: all 0.3s ease;
}
.category-list .nav {
  clear: both;
  margin-left: 15px;
  margin-bottom: 30px;
}
.category-list .nav:after,
.category-list .nav:before {
  content: " ";
  display: table;
}
.category-list .nav:after {
  clear: both;
}
.category-list .nav .category-item-icon {
  height: 24px;
  width: 24px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.category-list .nav .category-item-icon:empty {
  display: none;
}
.category-list .nav .category-item-icon img {
  max-width: 100%;
  max-height: 100%;
}
.category-list .nav.category--with-icons .category-item-icon:empty {
  display: inline-block;
}
.category-list .nav li a {
  color: #666;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 12px 0;
  text-decoration: none;
  word-wrap: break-word;
  transition: all 0.3s ease;
}
.category-list .nav li a:focus,
.category-list .nav li a:hover {
  color: #19338f;
  text-decoration: none;
}
.category-list .nav li > ul > li > a {
  font-weight: 300;
  padding-left: 12px;
}
.category-list .nav li > ul > li > ul > li > a {
  padding-left: 24px;
}
.category-list .nav li > ul > li > ul > li > ul > li > a {
  padding-left: 36px;
}
.category-list .nav li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 48px;
}
.category-list .nav li.active > a {
  color: #19338f;
  font-weight: 500;
}
.category-list .nav li.active > a + ul.subnav > li > a:after {
  transform: rotate(90deg) translateY(-2px);
}
.category-list .nav .category-parent-item > a:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "\203A";
  float: right;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: -5px;
  padding: 2px 3px 0 6px;
  transform: rotate(0) translateY(0);
  transition: transform 0.3s ease;
}
.category-list .list-category-clearfilters {
  margin: 12px 0 0;
}
.category-list .list-category-clearfilters a {
  background: #efefef;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  color: #999;
  display: inline-block;
  overflow: hidden;
  padding: 6px;
  transition: all 0.3s ease;
}
.category-list .list-category-clearfilters a:focus,
.category-list .list-category-clearfilters a:hover {
  background-color: #e5e5e5;
  border-color: #dbdbdb;
  border-style: solid;
  color: #19338f;
  text-decoration: line-through;
}
.category-list .list-category-clearfilters a:focus span,
.category-list .list-category-clearfilters a:hover span {
  text-decoration: none;
}
.category-list .list-category-clearfilters a span {
  color: #d2ae93;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  margin-left: 3px;
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  .category-list .widget-header h4 {
    padding: 12px 50px 12px 0;
  }
  .category-list .widget-header + .widget-content .navbar-toggle {
    margin-top: -60px;
  }
}
@media (min-width: 768px) {
  .col-sm-7
    > .category-list
    .nav.category--with-icons
    > li
    > a
    > .category-item-icon,
  .col-sm-8
    > .category-list
    .nav.category--with-icons
    > li
    > a
    > .category-item-icon,
  .col-sm-9
    > .category-list
    .nav.category--with-icons
    > li
    > a
    > .category-item-icon,
  .col-sm-10
    > .category-list
    .nav.category--with-icons
    > li
    > a
    > .category-item-icon,
  .col-sm-11
    > .category-list
    .nav.category--with-icons
    > li
    > a
    > .category-item-icon,
  .col-sm-12
    > .category-list
    .nav.category--with-icons
    > li
    > a
    > .category-item-icon {
    margin: 0 auto 5px;
    display: block;
  }
  .col-sm-7 > .category-list .nav .category-parent-item:hover a:after,
  .col-sm-8 > .category-list .nav .category-parent-item:hover a:after,
  .col-sm-9 > .category-list .nav .category-parent-item:hover a:after,
  .col-sm-10 > .category-list .nav .category-parent-item:hover a:after,
  .col-sm-11 > .category-list .nav .category-parent-item:hover a:after,
  .col-sm-12 > .category-list .nav .category-parent-item:hover a:after {
    transform: rotate(90deg) translateY(-4px) translateX(1px);
  }
  .col-sm-7 > .category-list .nav > li,
  .col-sm-8 > .category-list .nav > li,
  .col-sm-9 > .category-list .nav > li,
  .col-sm-10 > .category-list .nav > li,
  .col-sm-11 > .category-list .nav > li,
  .col-sm-12 > .category-list .nav > li {
    float: left;
    position: relative;
  }
  .col-sm-7 > .category-list .nav > li.active > a,
  .col-sm-8 > .category-list .nav > li.active > a,
  .col-sm-9 > .category-list .nav > li.active > a,
  .col-sm-10 > .category-list .nav > li.active > a,
  .col-sm-11 > .category-list .nav > li.active > a,
  .col-sm-12 > .category-list .nav > li.active > a {
    border-bottom: none;
    border-top: none;
  }
  .col-sm-7 > .category-list .nav > li:focus a,
  .col-sm-7 > .category-list .nav > li:hover a,
  .col-sm-8 > .category-list .nav > li:focus a,
  .col-sm-8 > .category-list .nav > li:hover a,
  .col-sm-9 > .category-list .nav > li:focus a,
  .col-sm-9 > .category-list .nav > li:hover a,
  .col-sm-10 > .category-list .nav > li:focus a,
  .col-sm-10 > .category-list .nav > li:hover a,
  .col-sm-11 > .category-list .nav > li:focus a,
  .col-sm-11 > .category-list .nav > li:hover a,
  .col-sm-12 > .category-list .nav > li:focus a,
  .col-sm-12 > .category-list .nav > li:hover a {
    color: #19338f;
  }
  .col-sm-7 > .category-list .nav > li:focus ul,
  .col-sm-7 > .category-list .nav > li:hover ul,
  .col-sm-8 > .category-list .nav > li:focus ul,
  .col-sm-8 > .category-list .nav > li:hover ul,
  .col-sm-9 > .category-list .nav > li:focus ul,
  .col-sm-9 > .category-list .nav > li:hover ul,
  .col-sm-10 > .category-list .nav > li:focus ul,
  .col-sm-10 > .category-list .nav > li:hover ul,
  .col-sm-11 > .category-list .nav > li:focus ul,
  .col-sm-11 > .category-list .nav > li:hover ul,
  .col-sm-12 > .category-list .nav > li:focus ul,
  .col-sm-12 > .category-list .nav > li:hover ul {
    transform: translate(0);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .col-sm-7 > .category-list .nav > li:focus ul a,
  .col-sm-7 > .category-list .nav > li:hover ul a,
  .col-sm-8 > .category-list .nav > li:focus ul a,
  .col-sm-8 > .category-list .nav > li:hover ul a,
  .col-sm-9 > .category-list .nav > li:focus ul a,
  .col-sm-9 > .category-list .nav > li:hover ul a,
  .col-sm-10 > .category-list .nav > li:focus ul a,
  .col-sm-10 > .category-list .nav > li:hover ul a,
  .col-sm-11 > .category-list .nav > li:focus ul a,
  .col-sm-11 > .category-list .nav > li:hover ul a,
  .col-sm-12 > .category-list .nav > li:focus ul a,
  .col-sm-12 > .category-list .nav > li:hover ul a {
    color: #666;
  }
  .col-sm-7 > .category-list .nav > li:focus ul a:focus,
  .col-sm-7 > .category-list .nav > li:focus ul a:hover,
  .col-sm-7 > .category-list .nav > li:hover ul a:focus,
  .col-sm-7 > .category-list .nav > li:hover ul a:hover,
  .col-sm-8 > .category-list .nav > li:focus ul a:focus,
  .col-sm-8 > .category-list .nav > li:focus ul a:hover,
  .col-sm-8 > .category-list .nav > li:hover ul a:focus,
  .col-sm-8 > .category-list .nav > li:hover ul a:hover,
  .col-sm-9 > .category-list .nav > li:focus ul a:focus,
  .col-sm-9 > .category-list .nav > li:focus ul a:hover,
  .col-sm-9 > .category-list .nav > li:hover ul a:focus,
  .col-sm-9 > .category-list .nav > li:hover ul a:hover,
  .col-sm-10 > .category-list .nav > li:focus ul a:focus,
  .col-sm-10 > .category-list .nav > li:focus ul a:hover,
  .col-sm-10 > .category-list .nav > li:hover ul a:focus,
  .col-sm-10 > .category-list .nav > li:hover ul a:hover,
  .col-sm-11 > .category-list .nav > li:focus ul a:focus,
  .col-sm-11 > .category-list .nav > li:focus ul a:hover,
  .col-sm-11 > .category-list .nav > li:hover ul a:focus,
  .col-sm-11 > .category-list .nav > li:hover ul a:hover,
  .col-sm-12 > .category-list .nav > li:focus ul a:focus,
  .col-sm-12 > .category-list .nav > li:focus ul a:hover,
  .col-sm-12 > .category-list .nav > li:hover ul a:focus,
  .col-sm-12 > .category-list .nav > li:hover ul a:hover {
    color: #19338f;
  }
  .col-sm-7 > .category-list .nav > li:focus ul .collapse,
  .col-sm-7 > .category-list .nav > li:hover ul .collapse,
  .col-sm-8 > .category-list .nav > li:focus ul .collapse,
  .col-sm-8 > .category-list .nav > li:hover ul .collapse,
  .col-sm-9 > .category-list .nav > li:focus ul .collapse,
  .col-sm-9 > .category-list .nav > li:hover ul .collapse,
  .col-sm-10 > .category-list .nav > li:focus ul .collapse,
  .col-sm-10 > .category-list .nav > li:hover ul .collapse,
  .col-sm-11 > .category-list .nav > li:focus ul .collapse,
  .col-sm-11 > .category-list .nav > li:hover ul .collapse,
  .col-sm-12 > .category-list .nav > li:focus ul .collapse,
  .col-sm-12 > .category-list .nav > li:hover ul .collapse {
    display: block;
  }
  .col-sm-7 > .category-list .nav > li > a,
  .col-sm-8 > .category-list .nav > li > a,
  .col-sm-9 > .category-list .nav > li > a,
  .col-sm-10 > .category-list .nav > li > a,
  .col-sm-11 > .category-list .nav > li > a,
  .col-sm-12 > .category-list .nav > li > a {
    float: left;
    padding-left: 12px;
    padding-right: 24px;
  }
  .col-sm-7 > .category-list .nav > li > a:first-of-type,
  .col-sm-8 > .category-list .nav > li > a:first-of-type,
  .col-sm-9 > .category-list .nav > li > a:first-of-type,
  .col-sm-10 > .category-list .nav > li > a:first-of-type,
  .col-sm-11 > .category-list .nav > li > a:first-of-type,
  .col-sm-12 > .category-list .nav > li > a:first-of-type {
    padding-left: 0;
  }
  .col-sm-7 > .category-list .nav > li > a:after,
  .col-sm-8 > .category-list .nav > li > a:after,
  .col-sm-9 > .category-list .nav > li > a:after,
  .col-sm-10 > .category-list .nav > li > a:after,
  .col-sm-11 > .category-list .nav > li > a:after,
  .col-sm-12 > .category-list .nav > li > a:after {
    margin-top: -6px;
  }
  .col-sm-7 > .category-list .nav > li .collapse,
  .col-sm-8 > .category-list .nav > li .collapse,
  .col-sm-9 > .category-list .nav > li .collapse,
  .col-sm-10 > .category-list .nav > li .collapse,
  .col-sm-11 > .category-list .nav > li .collapse,
  .col-sm-12 > .category-list .nav > li .collapse {
    display: block;
  }
  .col-sm-7 > .category-list .nav > li > ul,
  .col-sm-8 > .category-list .nav > li > ul,
  .col-sm-9 > .category-list .nav > li > ul,
  .col-sm-10 > .category-list .nav > li > ul,
  .col-sm-11 > .category-list .nav > li > ul,
  .col-sm-12 > .category-list .nav > li > ul {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    border-top: 1px solid #eaeaea;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    left: -12px;
    min-width: 200px;
    position: absolute;
    top: 100%;
    transform: translateY(-10px);
    visibility: hidden;
    z-index: 15;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease;
  }
  .col-sm-7
    > .category-list
    .nav
    .category-parent-item
    .category-parent-item
    > a:after,
  .col-sm-7
    > .category-list
    .nav
    .category-parent-item
    .category-parent-item
    > a:hover:after,
  .col-sm-8
    > .category-list
    .nav
    .category-parent-item
    .category-parent-item
    > a:after,
  .col-sm-8
    > .category-list
    .nav
    .category-parent-item
    .category-parent-item
    > a:hover:after,
  .col-sm-9
    > .category-list
    .nav
    .category-parent-item
    .category-parent-item
    > a:after,
  .col-sm-9
    > .category-list
    .nav
    .category-parent-item
    .category-parent-item
    > a:hover:after,
  .col-sm-10
    > .category-list
    .nav
    .category-parent-item
    .category-parent-item
    > a:after,
  .col-sm-10
    > .category-list
    .nav
    .category-parent-item
    .category-parent-item
    > a:hover:after,
  .col-sm-11
    > .category-list
    .nav
    .category-parent-item
    .category-parent-item
    > a:after,
  .col-sm-11
    > .category-list
    .nav
    .category-parent-item
    .category-parent-item
    > a:hover:after,
  .col-sm-12
    > .category-list
    .nav
    .category-parent-item
    .category-parent-item
    > a:after,
  .col-sm-12
    > .category-list
    .nav
    .category-parent-item
    .category-parent-item
    > a:hover:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .category-list .empty-category-list {
    display: block;
    margin: 12px 0;
  }
  .category-list .empty-category-list,
  .category-list .list-category-clearfilters {
    font-size: 1.2rem;
  }
  .category-list .list-category-clearfilters {
    margin: 12px 0;
  }
  .category-list .list-category-clearfilters a span {
    font-size: 1.4rem;
  }
}
.cart .widget-header {
  word-break: normal;
  word-wrap: normal;
}
.cart:hover a {
  color: #666;
}
.cart a {
  color: #bbb;
}
.cart a:active,
.cart a:focus,
.cart a:hover {
  text-decoration: none;
}
.cart .cart-info {
  display: block;
  text-align: right;
  position: relative;
  padding: 0 5px;
}
.cart .widget-content {
  text-align: center;
  word-wrap: break-word;
  position: relative;
  margin: 0 0 0 auto;
  float: right;
  clear: both;
}
.cart .widget-content .cart-info span {
  display: none;
}
.cart .widget-content:hover .cart-tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  transform: translateY(0);
}
.cart .widget-content .cart-quantity {
  display: block !important;
  text-indent: -9999px;
}
.cart .widget-content .cart-quantity text {
  right: 0;
  top: 22px;
  text-indent: 0;
  position: absolute;
  background: #19338f;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  line-height: 1.9em;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
.cart .widget-content .cart-info:after {
  font-family: sklep-demo;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: auto;
  content: "\65";
  font-size: 28px;
  width: 28px;
  height: 28px;
  line-height: 1;
  color: inherit;
  transition: color;
}
.cart .widget-content .cart-tooltip {
  transition: visibility 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  width: 320px;
  padding: 9px;
  transform: translateY(12px);
  border: 1px solid #19338f;
  position: absolute;
  right: 0;
  background-color: #fff;
  z-index: 5;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .cart .widget-content .cart-tooltip {
    display: none !important;
  }
}
.cart .widget-content .cart-tooltip .cart-tooltip-standard-price {
  font-size: 0.9em;
  color: #ccc;
  text-decoration: line-through;
}
.cart .widget-content .cart-tooltip .cart-empty {
  text-align: center;
}
.cart .widget-content .cart-tooltip .cart-tooltip-list {
  padding-bottom: 0;
}
.cart .widget-content .cart-tooltip .cart-tooltip-list:empty {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cart .widget-content .cart-tooltip .cart-tooltip-item {
  text-align: left;
  clear: both;
  margin-bottom: 0;
}
.cart .widget-content .cart-tooltip .cart-tooltip-item:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}
.cart
  .widget-content
  .cart-tooltip
  .cart-tooltip-item
  .cart-tooltip-item-image {
  width: 70px;
  height: 100px;
  position: relative;
}
.cart
  .widget-content
  .cart-tooltip
  .cart-tooltip-item
  .cart-tooltip-item-image
  img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cart
  .widget-content
  .cart-tooltip
  .cart-tooltip-item
  .cart-tooltip-item-title {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart .widget-content .cart-tooltip .cart-tooltip-item .cart-tooltip-item-price,
.cart
  .widget-content
  .cart-tooltip
  .cart-tooltip-item
  .cart-tooltip-item-quantity {
  margin: 0;
}
.cart
  .widget-content
  .cart-tooltip
  .cart-tooltip-item
  .cart-tooltip-item-description {
  font-size: 0.97rem;
  width: 210px;
  text-align: left;
  padding-left: 12px;
}
.cart
  .widget-content
  .cart-tooltip
  .cart-tooltip-item
  .cart-tooltip-item-description
  > p {
  text-align: left;
  margin-bottom: 0.3em;
}
.cart
  .widget-content
  .cart-tooltip
  .cart-tooltip-item
  .cart-tooltip-item-description,
.cart
  .widget-content
  .cart-tooltip
  .cart-tooltip-item
  .cart-tooltip-item-image {
  display: inline-block;
  vertical-align: middle;
}
.cart .widget-content .cart-tooltip .show-properties {
  font-size: 1.25rem;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 0;
  line-height: normal;
}
.cart .widget-content .cart-tooltip .show-properties > a {
  color: #19338f;
  transition: color 0.3s ease;
}
.cart .widget-content .cart-tooltip .show-properties > a:active,
.cart .widget-content .cart-tooltip .show-properties > a:hover {
  color: #2c4390;
}
.cart .widget-content .cart-tooltip .cart-tooltip-summary-price {
  text-align: right;
  padding-top: 10px;
  font-size: 1rem;
  color: #b2b2b2;
  border-top: 1px solid #e5e5e5;
}
.cart .widget-content .cart-tooltip .cart-tooltip-summary-price:after {
  content: "";
  display: table;
  clear: both;
}
.cart
  .widget-content
  .cart-tooltip
  .cart-tooltip-summary-price
  .cart-tooltip-total-price-label {
  float: left;
}
.cart
  .widget-content
  .cart-tooltip
  .cart-tooltip-summary-price
  .cart-tooltip-total-price-value {
  color: #2c4390;
  font-weight: 400;
  font-size: 1.25rem;
}
.cart .widget-content .cart-tooltip a.cart-tooltip-props-btn {
  transition: background 0.3s ease;
  text-transform: uppercase;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #19338f;
  text-align: center;
  margin-top: 12px;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.cart .widget-content .cart-tooltip a.cart-tooltip-props-btn:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
}
.cart .widget-content .cart-tooltip a.cart-tooltip-props-btn:hover {
  background-color: #30479a;
}
.logo {
  margin: 20px 0 10px;
  max-width: 200px;
}
.logo a {
  text-decoration: none;
}
.logo a img {
  max-width: 100%;
  max-height: 100%;
}
.user-account .widget-header {
  word-break: normal;
  word-wrap: normal;
}
.user-account a {
  font-weight: 300;
  text-transform: uppercase;
  color: #666;
  line-height: normal;
}
.user-account a:not(:first-of-type) {
  margin-left: 12px;
}
.user-account a:not(:last-of-type) {
  margin-bottom: 0.3em;
}
.user-account a:active,
.user-account a:focus,
.user-account a:hover {
  text-decoration: none;
  color: #30479a;
}
.user-account .user-account-actions,
.user-account .user-account-label {
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.user-account .user-account-label span {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 0.3em;
}
@media (max-width: 767px) {
  .user-account .widget-content .user-account-label {
    text-align: center;
  }
  .user-account .widget-content .user-account-actions {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 3px 0;
  }
  .user-account .widget-content .user-account-actions a {
    display: block;
    float: left;
    margin: 0 0 1px;
    padding: 12px 6px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-left: 1px solid #fff;
    background-color: #19338f;
    transition: background 0.3s ease;
  }
  .user-account .widget-content .user-account-actions a:hover {
    background-color: #2c4390;
  }
  .user-account .widget-content .user-account-actions a.user-account-account,
  .user-account .widget-content .user-account-actions a.user-account-exit,
  .user-account .widget-content .user-account-actions a.user-account-login,
  .user-account .widget-content .user-account-actions a.user-account-register {
    width: 50%;
  }
  .user-account .widget-content .user-account-actions a.user-account-dashboard {
    width: 100%;
  }
}
.user-account .widget-header + .widget-content {
  padding-top: 6px;
}
.user-account .widget-content {
  display: block;
  text-align: center;
  position: relative;
  /* margin-top: 15px; */
}
@media (min-width: 768px) {
  .user-account .widget-content {
    text-align: right;
  }
}
.user-account .widget-content:before {
  font-family: sklep-demo;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: auto;
  content: "\67";
  font-size: 28px;
  width: 28px;
  height: 28px;
  line-height: 1;
  color: inherit;
  transition: color;
  color: #bbb;
}
.user-account .widget-content:hover:before {
  color: #666;
}
.user-account .widget-content:hover .user-account-tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}
.col-sm-1 .user-account .widget-content,
.col-sm-2 .user-account .widget-content {
  text-align: center;
}
@media (min-width: 768px) {
  .col-sm-1 .user-account .widget-content,
  .col-sm-2 .user-account .widget-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.col-sm-1 .user-account .widget-content:before,
.col-sm-2 .user-account .widget-content:before {
  position: static;
}
.col-sm-1 .user-account .widget-content a,
.col-sm-2 .user-account .widget-content a {
  margin-left: auto;
  margin-right: auto;
}
.col-sm-1 .user-account .widget-content a:not(.user-account-dashboard),
.col-sm-2 .user-account .widget-content a:not(.user-account-dashboard) {
  display: block;
}
@media (min-width: 768px) {
  .user-account .widget-content > .user-account-actions:only-child {
    padding-top: 6px;
  }
  .col-sm-3
    .user-account
    .widget-content:not(.user-account-tooltip-visible)
    .user-account-dashboard {
    display: block;
  }
  .user-account-tooltip-visible .user-account .widget-content {
    width: 32px;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer;
  }
  .user-account-tooltip-visible
    .user-account
    .widget-content
    .user-account-actions
    a {
    display: block;
  }
  .col-sm-1 .user-account-tooltip-visible .user-account .widget-content,
  .col-sm-2 .user-account-tooltip-visible .user-account .widget-content {
    margin-left: auto;
    margin-right: auto;
  }
  .user-account .widget-content .user-account-tooltip {
    cursor: default;
    text-align: right;
    position: absolute;
    width: 240px;
    top: 100%;
    padding: 12px;
    border: 1px solid #19338f;
    border-radius: 0;
    right: -1px;
    background-color: #fff;
    z-index: 5;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transform: translateY(12px);
    transition: visibility 0s ease 0.3s, opacity 0.3s ease, transform 0.3s ease;
  }
  .user-account .widget-content .user-account-tooltip .user-account-label {
    margin-bottom: 9px;
  }
  .user-account .widget-content .user-account-tooltip .user-account-actions a {
    display: block;
    margin-top: 9px;
    font-size: 14px;
  }
  .user-account
    .widget-content
    .user-account-tooltip
    .user-account-actions
    a:first-child {
    margin-top: 0;
  }
  .col-sm-1 .user-account .widget-content .user-account-tooltip,
  .col-sm-2 .user-account .widget-content .user-account-tooltip {
    text-align: center;
  }
  .col-sm-1 .user-account .widget-content .user-account-tooltip {
    transform: translateX(44px);
  }
}
.container-fluid > .row > div:not(.container) .widget-slider {
  margin-bottom: 0;
}
.carousel {
  position: relative;
  overflow: hidden;
}
.carousel:hover .right {
  right: 0;
}
.carousel:hover .left {
  left: 0;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  text-align: center;
  height: 100%;
  transition: left 0.6s ease-in-out;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.carousel-inner > .item > img {
  max-width: 100% !important;
}
@media (-webkit-transform-3d), (transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    transform: translateZ(0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.left,
.modal-gallery-image,
.right {
  transition: all 0.3s ease;
}
.left:hover,
.right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 15%;
  text-align: center;
}
.carousel-control.left {
  color: #d8d8d8;
  left: -100px;
}
.carousel-control.left div {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  border-radius: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.carousel-control.left div:after {
  font-family: sklep-demo;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: auto;
  content: "\61";
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 1;
  transition: color;
  color: inherit;
  background-color: #fff;
}
.carousel-control.right {
  color: #d8d8d8;
  left: auto;
  right: -100px;
}
.carousel-control.right div {
  position: absolute;
  display: block;
  top: 50%;
  width: 24px;
  height: 24px;
  right: 0;
  border-radius: 0;
  transform: translateY(-50%);
}
.carousel-control.right div:after {
  font-family: sklep-demo;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: auto;
  content: "\62";
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 1;
  transition: color;
  color: inherit;
  background-color: #fff;
}
.carousel-control:focus,
.carousel-control:hover {
  text-decoration: none;
  color: #b2b2b2;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 14px;
  height: 15px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 2px solid hsla(0, 0%, 78%, 0.65);
  border-radius: 50%;
}
.carousel-indicators .active {
  background-color: #19338f;
  border-color: #19338f;
}
.carousel-caption {
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
.carousel-control {
  width: 60px;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
}
.carousel-control .carousel-caption {
  left: 20%;
  right: 20%;
  padding-bottom: 30px;
}
.carousel-control .carousel-indicators {
  bottom: 20px;
}
.carousel.carousel-vertical .carousel-inner {
  height: 100%;
}
.carousel.carousel-vertical .carousel-inner > .item {
  transition: top 0.6s ease-in-out;
}
@media (-webkit-transform-3d), (transform-3d) {
  .carousel.carousel-vertical .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel.carousel-vertical .carousel-inner > .item.active.right,
  .carousel.carousel-vertical .carousel-inner > .item.next {
    top: 0;
    transform: translate3d(0, 100%, 0);
  }
  .carousel.carousel-vertical .carousel-inner > .item.active.left,
  .carousel.carousel-vertical .carousel-inner > .item.prev {
    top: 0;
    transform: translate3d(0, -100%, 0);
  }
  .carousel.carousel-vertical .carousel-inner > .item.active,
  .carousel.carousel-vertical .carousel-inner > .item.next.left,
  .carousel.carousel-vertical .carousel-inner > .item.prev.right {
    top: 0;
    left: 0;
    right: 0;
    transform: translateZ(0);
  }
}
.carousel.carousel-vertical .carousel-inner > .active {
  top: 0;
}
.carousel.carousel-vertical .carousel-inner > .next,
.carousel.carousel-vertical .carousel-inner > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel.carousel-vertical .carousel-inner > .next {
  left: 0;
  top: 100%;
}
.carousel.carousel-vertical .carousel-inner > .prev {
  left: 0;
  top: -100%;
}
.carousel.carousel-vertical .carousel-inner > .next.left,
.carousel.carousel-vertical .carousel-inner > .prev.right {
  top: 0;
}
.carousel.carousel-vertical .carousel-inner > .active.left {
  left: 0;
  top: -100%;
}
.carousel.carousel-vertical .carousel-inner > .active.right {
  left: 0;
  top: 100%;
}
.carousel.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel.carousel-fade .carousel-inner .active.left,
.carousel.carousel-fade .carousel-inner .active.right {
  transform: translateZ(0);
  left: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  z-index: 1;
}
.carousel.carousel-fade .carousel-inner .next.left,
.carousel.carousel-fade .carousel-inner .prev.right {
  transform: translateZ(0);
  left: 0;
  right: 0;
  margin: 0;
  opacity: 1;
}
.carousel.carousel-fade .carousel-control {
  z-index: 2;
}
.gallery img {
  /* border: 1px solid #e5e5e5; */
  cursor: pointer;
  border-radius: 0;
  transition: opacity 0.3s;
}
.gallery:focus img,
.gallery:hover img {
  opacity: 0.9;
}
.modal-gallery-image {
  width: auto;
  height: auto;
}
.modal-gallery-image .modal-footer {
  display: none;
}
.modal-gallery-image .modal-body {
  padding: 0;
}
.modal-gallery-image .modal-body img {
  max-height: 85vh !important;
  margin: auto;
  display: block;
  background: #fff;
}
.modal-gallery-image .modal-body .img-box > img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-gallery-image .modal-body .left,
.modal-gallery-image .modal-body .right {
  display: none;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 10%;
  top: 0;
  z-index: 10;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-radius: 0;
}
.modal-gallery-image .modal-body:hover .left,
.modal-gallery-image .modal-body:hover .right {
  display: block;
}
.modal-gallery-image .modal-body .left {
  left: 0;
}
.modal-gallery-image .modal-body .left div {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  border-radius: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.modal-gallery-image .modal-body .left div:after {
  font-family: sklep-demo;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: auto;
  content: "\61";
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 1;
  transition: color;
  color: inherit;
  background-color: #fff;
}
.modal-gallery-image .modal-body .left .arrow {
  left: 12px;
}
.modal-gallery-image .modal-body .left:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-gallery-image .modal-body .right {
  right: 0;
}
.modal-gallery-image .modal-body .right div {
  position: absolute;
  display: block;
  top: 50%;
  width: 24px;
  height: 24px;
  right: 0;
  border-radius: 0;
  transform: translateY(-50%);
}
.modal-gallery-image .modal-body .right div:after {
  font-family: sklep-demo;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: auto;
  content: "\62";
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 1;
  transition: color;
  color: inherit;
  background-color: #fff;
}
.modal-gallery-image .modal-body .right .arrow {
  right: 12px;
}
.modal-gallery-image .modal-body .right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.search-widget button {
  border: none;
}
.search-result-item .search-result-item-title {
  text-decoration: none;
}
.search-result-item .search-result-item-title > span {
  font-weight: 600;
}
.search-result-item .search-result-item-title:hover > span {
  text-decoration: underline;
}
.search-result-item .search-result-item-title > p {
  font-size: 1rem;
  color: #666;
  transition: color 0.3s ease;
}
.search-result-item .search-result-item-title:hover > p {
  color: #2c4390;
  text-decoration: underline;
}
.widget-search-feature {
  font-size: 14px;
}
/* .widget-search-feature .search-feature-container {
  margin-left: -12px;
  margin-right: -12px;
} */
.widget-search-feature .search-feature-item {
  margin-bottom: 12px;
  word-wrap: break-word;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .widget-search-feature .search-feature-item {
    float: left;
    width: 100%;
  }
}
.col-sm-5 > .widget-search-feature .search-feature-item,
.col-sm-6 > .widget-search-feature .search-feature-item,
.col-sm-7 > .widget-search-feature .search-feature-item,
.col-sm-8 > .widget-search-feature .search-feature-item {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .col-sm-5 > .widget-search-feature .search-feature-item,
  .col-sm-6 > .widget-search-feature .search-feature-item,
  .col-sm-7 > .widget-search-feature .search-feature-item,
  .col-sm-8 > .widget-search-feature .search-feature-item {
    float: left;
    width: 50%;
  }
}
.col-sm-9 > .widget-search-feature .search-feature-item,
.col-sm-10 > .widget-search-feature .search-feature-item {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .col-sm-9 > .widget-search-feature .search-feature-item,
  .col-sm-10 > .widget-search-feature .search-feature-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 980px) {
  .col-sm-9 > .widget-search-feature .search-feature-item,
  .col-sm-10 > .widget-search-feature .search-feature-item {
    float: left;
    width: 33.33333333%;
  }
}
.col-sm-11 > .widget-search-feature .search-feature-item,
.col-sm-12 > .widget-search-feature .search-feature-item {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .col-sm-11 > .widget-search-feature .search-feature-item,
  .col-sm-12 > .widget-search-feature .search-feature-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 980px) {
  .col-sm-11 > .widget-search-feature .search-feature-item,
  .col-sm-12 > .widget-search-feature .search-feature-item {
    float: left;
    width: 25%;
  }
}
.widget-search-feature .search-feature-key {
  font-weight: 700;
  margin-bottom: 0;
  display: block;
}
.widget-search-feature .search-feature-key:first-child {
  margin-top: 0;
}
.widget-search-feature .search-feature-key .checkbox,
.widget-search-feature .search-feature-key .radio {
  margin-bottom: 10px;
}
.widget-search-feature .search-feature-key:after,
.widget-search-feature .search-feature-key:before {
  content: " ";
  display: table;
}
.widget-search-feature .search-feature-key:after {
  clear: both;
}
.widget-search-feature .search-feature-key + .search-feature-checkbox,
.widget-search-feature .search-feature-key + .search-feature-radio {
  padding-top: 10px;
}
.widget-search-feature label {
  margin-bottom: 3px;
}
.widget-search-feature .checkbox,
.widget-search-feature .radio {
  margin-bottom: 6px;
}
.widget-search-feature .checkbox label,
.widget-search-feature .radio label {
  display: block;
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .widget-search-feature .checkbox label,
  .widget-search-feature .radio label {
    min-height: 30px;
  }
}
.widget-search-feature select {
  width: 100%;
}
.widget-search-feature .checkbox input[type="checkbox"],
.widget-search-feature .radio input[type="radio"] {
  position: absolute;
  left: 0;
  top: 2px;
}
.widget-search-feature .btn-search {
  clear: both;
}
.widget-newsletter .widget-content p.consent {
  margin-top: 10px;
}
.widget-newsletter .widget-content p.consent:after,
.widget-newsletter .widget-newsletter-label:only-of-type:empty {
  display: none;
}
.widget-newsletter-box {
  position: relative;
}
.widget-newsletter-box button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.subscribe,
.unsubscribe {
  font-size: 18px;
  text-align: center;
  padding: 50px 20px;
  margin: 50px 0;
  background-color: #dff0d8;
  border: 1px solid #ddd;
}
.subscribe-title,
.unsubscribe-title {
  font-weight: 500;
  font-size: 21px;
  margin: 0 0 20px;
}
.subscribe--error,
.unsubscribe--error {
  background-color: #f8d7da;
}
input[type="checkbox"].consent-checkbox {
  margin-top: 5px;
  float: left;
}
.consent-label {
  margin-left: 25px;
  margin-bottom: 5px;
  display: block;
}
.contact-data {
  font-size: 14px;
}
.contact-data .widget-content > div {
  margin-bottom: 9px;
}
.contact-data .contact-data-label {
  font-weight: 700;
}
.content-edit .widget-content img {
  max-width: 100%;
}
.custom .widget-content button {
  min-width: 0;
  max-width: 100%;
  margin: auto;
}
.custom .widget-content img {
  max-width: 100%;
}
.widget-map-advanced .widget-content,
.widget-map .widget-content {
  color: #333;
}
.breadcrumbs {
  display: block;
}
.breadcrumbs a:last-child {
  font-weight: 500;
}
.breadcrumbs .sep {
  margin: 0 3px;
  line-height: 1;
}
.breadcrumbs .sep:before {
  font-size: 1rem;
  content: "\203A";
}
.breadcrumbs a {
  color: #666;
  word-wrap: break-word;
}
.breadcrumbs a:hover {
  color: #19338f;
  text-decoration: none;
}
.widget-news img {
  max-width: 100%;
}
.widget-news .widget-news-item {
  border: 1px solid #e5e5e5;
  padding: 12px 24px;
  margin-bottom: 24px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}
.widget-news .widget-news-item:after,
.widget-news .widget-news-item:before {
  content: " ";
  display: table;
}
.widget-news .widget-news-item:after {
  clear: both;
}
.widget-news .widget-news-item:last-child {
  margin-bottom: 0;
}
.widget-news .widget-news-item .widget-news-title-container {
  padding-bottom: 15px;
}
.widget-news .widget-news-item .widget-news-title {
  font-weight: 700;
}
.widget-news .widget-news-item .widget-news-article-thumbnail {
  max-height: 300px;
  max-width: 100%;
  display: block;
  margin: 0 auto 10px;
  clear: both;
}
@media (min-width: 768px) {
  .col-sm-5 .widget-news .widget-news-item .widget-news-article-thumbnail,
  .col-sm-6 .widget-news .widget-news-item .widget-news-article-thumbnail,
  .col-sm-7 .widget-news .widget-news-item .widget-news-article-thumbnail,
  .col-sm-8 .widget-news .widget-news-item .widget-news-article-thumbnail,
  .col-sm-9 .widget-news .widget-news-item .widget-news-article-thumbnail,
  .col-sm-10 .widget-news .widget-news-item .widget-news-article-thumbnail,
  .col-sm-11 .widget-news .widget-news-item .widget-news-article-thumbnail,
  .col-sm-12 .widget-news .widget-news-item .widget-news-article-thumbnail {
    margin-right: 24px;
    max-height: 160px;
    max-width: 160px;
    float: left;
    clear: none;
  }
}
.widget-news .widget-news-item + .pagination {
  padding-top: 0;
}
.widget-news .widget-news-item .widget-news-date {
  font-size: 13px;
  font-weight: 200;
  color: #b2b2b2;
  letter-spacing: 1px;
}
.widget-news .widget-news-item .widget-news-description {
  line-height: 1.62;
}
.contact-form textarea {
  margin-bottom: 0;
}

/* Custom css */
.blue-container {
  background: #19338f;
}
.widget.cart {
  margin-right: 15px;
}
html:not(.Stronaglowna) .content {
  padding: 60px 0;
}
.consent span {
  font-size: 0.9rem;
}
.contact-form .widget-header h4,
.contact-data .widget-header h4 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact-data .contact-data-label {
  display: block;
}
.contact-data-addr span:last-of-type {
  display: inline-block;
  max-width: 180px;
}
.contact-data-email a {
  word-break: break-word;
}

@media only screen and (min-width: 768px) {
  header > .container-fluid > .row > .container > .row {
    display: flex;
    align-items: center;
  }
  header .container .row div:nth-child(3) {
    display: flex;
    justify-content: flex-end;
  }
  .slider > div {
    padding: 0;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  header .container .row div:nth-child(1) .logo {
    margin: 30px auto 20px;
  }
  .widget.cart {
    position: relative;
    margin-right: 0;
    right: calc(50% - 60px);
    top: 30px;
  }
  .user-account-tooltip {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1220px) {
  .contact-data {
    font-size: 14px;
    border-left: 1px solid #e0e0e0;
    padding: 0 0 20px 40px;
    margin-left: 20px;
  }
}

a.cky-banner-element {
  display: inline-block;
  margin: 20px 0;
  padding: 8px 30px;
  background: #f8f9fa;
  color: #858a8f;
  border: 1px solid #dee2e6;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
}
