@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400italic,400,700,700italic,900,900italic");

@font-face {
  font-family: "FontAwesome";
  src: url("../../fonts/fontawesome-webfont.eot?v=4.5.0");
  src:
    url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0")
      format("embedded-opentype"),
    url("../../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"),
    url("../../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),
    url("../../fonts/fontawesome-webfont.ttf?v=4.5.0") s format("truetype"),
    url("../../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

input:focus-visible,
textarea:focus-visible {
  outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Montserrat";
}

strong {
  font-weight: bold;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

#header .logo {
  width: 250px !important;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-nav-ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  color: #222;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h1,
h2,
h3 {
  font-weight: 500;
  margin-bottom: 10px;
}

.cp_czjs_wrap p {
  font-size: 1.2em;
  line-height: 1.4em;
  font-family: "Montserrat", arial;
}

img.cjsim1 {
  width: 60px;
  float: left;
  margin: -15px 15px 65px 0;
}

.cp-wybory {
  overflow: hidden;
  text-align: center;
}

.cp-wybory > div {
  overflow: hidden;
  float: left;
  width: 33%;
  padding-bottom: 13px;
  border-left: 1px dotted #d2d2d2;
}

@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

body {
  min-width: 320px;
  height: 100%;
  line-height: 18px;
  font-size: 13px;
  color: #777;
}

body.content_only {
  background: none;
  min-width: 0px;
}

textarea {
  resize: none;
}

#customer-form input {
  padding: 0 15px;
  height: 34px;
}

body .form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

body .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#header {
  z-index: 5003;
}

.columns-container {
  background: #fff;
}

#columns {
  position: relative;
  padding-bottom: 50px;
}

.full-width {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

header {
  z-index: 1;
  position: relative;
  background: #fff;
}

header .banner {
  background: black;
  max-height: 100%;
}

header .banner .row {
  margin: 0px;
}

header .nav {
  background: #333;
}

header .nav .row {
  margin: 0px;
}

header .nav nav {
  width: 100%;
}

header .row {
  position: relative;
}

header .row > .container {
  position: relative;
}

@media (min-width: 767px) {
  header .col-sm-4 + .col-sm-4 + .col-sm-4,
  header .row #header_logo + .col-sm-4 + .col-sm-4,
  header .row .col-sm-4 + #header_logo + .col-sm-4,
  header .row #header_logo + #header_logo + .col-sm-4,
  header .row .col-sm-4 + .col-sm-4 + #header_logo,
  header .row #header_logo + .col-sm-4 + #header_logo,
  header .row .col-sm-4 + #header_logo + #header_logo,
  header .row #header_logo + #header_logo + #header_logo {
    float: right;
  }
}

.cena-obowiazuje {
  padding-top: 10px;
}

.informacja_ustawowa_o_cenie {
  color: #666;
  font-size: 14px;
  line-height: initial;
  margin-bottom: 8px;
  margin-top: 5px;
}

.informacja_ustawowa_o_cenie .kwota {
  white-space: nowrap;
  display: inline-block;
  margin-right: 3px;
}

.kp-iuoc {
  font-size: 13px;
  margin-top: 8px;
}

.ie8 #header #header_logo {
  width: 350px;
}

#center_column .page_product_box h3 {
  color: #555454;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px 17px;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #d6d4d4;
  border-bottom: none;
  background: #fbfbfb;
}

.right-align {
  text-align: right;
}

p.info-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
}

p.info-account {
  margin: -4px 0 24px 0;
}

.dark {
  color: #333;
}

.main-page-indent {
  margin-bottom: 30px;
}

.alert {
  font-weight: bold;
}

.alert:before {
  cursor: pointer;
}

.alert ul,
.alert ol {
  padding-left: 15px;
  margin-left: 27px;
}

.alert ul li,
.alert ol li {
  list-style-type: decimal;
  font-weight: normal;
}

.alert.alert-success {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.alert.alert-success:before {
  font-family: "FontAwesome";
  content: "\f058";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
}

.alert.alert-danger {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

/* .alert.alert-danger:before {
  font-family: "FontAwesome";
  content: "\f057";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
  float: left;
} */

.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px;
}

label {
  color: #333;
}

.unvisible {
  display: none;
}

.checkbox {
  line-height: 16px;
}

.checkbox label {
  color: #777777;
}

.close {
  opacity: 1;
}

.close:hover {
  opacity: 1;
}

input.button_mini,
input.button_small,
input.button,
input.button_large,
input.button_mini_disabled,
input.button_small_disabled,
input.button_disabled,
input.button_large_disabled,
input.exclusive_mini,
input.exclusive_small,
input.exclusive,
input.exclusive_large,
input.exclusive_mini_disabled,
input.exclusive_small_disabled,
input.exclusive_disabled,
input.exclusive_large_disabled,
a.button_mini,
a.button_small,
a.button,
a.button_large,
a.exclusive_mini,
a.exclusive_small,
a.exclusive,
a.exclusive_large,
span.button_mini,
span.button_small,
span.button,
span.button_large,
span.exclusive_mini,
span.exclusive_small,
span.exclusive,
span.exclusive_large,
span.exclusive_large_disabled {
  position: relative;
  display: inline-block;
  padding: 5px 7px;
  border: 1px solid #cc9900;
  font-weight: bold;
  color: black;
  background: url(../img/bg_bt.gif) repeat-x 0 0 #f4b61b;
  cursor: pointer;
  white-space: normal;
  text-align: left;
}

*:first-child + html input.button_mini,
*:first-child + html input.button_small,
*:first-child + html input.button,
*:first-child + html input.button_large,
*:first-child + html input.button_mini_disabled,
*:first-child + html input.button_small_disabled,
*:first-child + html input.button_disabled,
*:first-child + html input.button_large_disabled,
*:first-child + html input.exclusive_mini,
*:first-child + html input.exclusive_small,
*:first-child + html input.exclusive,
*:first-child + html input.exclusive_large,
*:first-child + html input.exclusive_mini_disabled,
*:first-child + html input.exclusive_small_disabled,
*:first-child + html input.exclusive_disabled,
*:first-child + html input.exclusive_large_disabled {
  border: none;
}

input.button_mini:hover,
input.button_small:hover,
input.button:hover,
input.button_large:hover,
input.exclusive_mini:hover,
input.exclusive_small:hover,
input.exclusive:hover,
input.exclusive_large:hover,
a.button_mini:hover,
a.button_small:hover,
a.button:hover,
a.button_large:hover,
a.exclusive_mini:hover,
a.exclusive_small:hover,
a.exclusive:hover,
a.exclusive_large:hover {
  text-decoration: none;
  background-position: left -50px;
}

input.button_mini:active,
input.button_small:active,
input.button:active,
input.button_large:active,
input.exclusive_mini:active,
input.exclusive_small:active,
input.exclusive:active,
input.exclusive_large:active,
a.button_mini:active,
a.button_small:active,
a.button:active,
a.button_large:active,
a.exclusive_mini:active,
a.exclusive_small:active,
a.exclusive:active,
a.exclusive_large:active {
  background-position: left -100px;
}

input.button_disabled,
input.exclusive_disabled,
span.exclusive {
  border: 1px solid #cccccc;
  color: #999999;
  background: url(../img/bg_bt_2.gif) repeat-x 0 0 #cccccc;
  cursor: default;
}

.btn.disabled,
.btn[disabled]:hover {
  opacity: 0.3;
}

.button.button-small {
  font:
    16px Arial,
    Helvetica,
    sans-serif;
  color: #fff;
  background: #e5a812;
  border: 1px solid;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.button.button-small span {
  display: block;
  padding: 10px;
}

.button.button-small span i {
  vertical-align: 0px;
  margin-right: 5px;
}

.button.button-small span i.right {
  margin-right: 0;
  margin-left: 5px;
}

//.button.button-small span:hover
{
  background: #575757;
}
.button.button-medium {
  font-size: 16px;
  color: #fff;
  padding: 10px 10px;
  font-weight: normal;
}

.button.button-medium span {
  display: block;
  padding: 0px 10px;
}

.button.button-medium span i.left {
  font-size: 24px;
  vertical-align: -2px;
  margin: -4px 10px 0 0;
  display: inline-block;
}

@media (max-width: 480px) {
  .button.button-medium span i.left {
    margin-right: 5px;
  }
}

.button.button-medium span i.right {
  margin-right: 0;
  margin-left: 9px;
}

@media (max-width: 480px) {
  .button.button-medium span i.right {
    margin-left: 5px;
  }
}

.link-button {
  font-weight: bold;
}

.link-button i {
  margin-right: 5px;
}

.link-button i.large {
  font-size: 26px;
  line-height: 26px;
  vertical-align: -3px;
  color: silver;
}

.btn.button-plus,
.btn.button-minus {
  position: absolute;
  font-size: 20px;
  color: #000;
  padding: 0;
  border: 0;
  font-weight: 600;
  padding-right: 5px;
  display: inline-block;
  z-index: 10;
  background: none;
  padding: 7px 12px;
}

.btn.button-plus {
  right: 0;
}

.btn.button-minus {
  left: 0;
}

.product-add-to-cart .qty .input-group-btn-vertical {
  display: none;
}

#quantity_wanted {
  text-align: center;
}
.product-add-to-cart .add-to-cart,
#quantity_wanted {
  width: 100%;
}

.btn.button-plus span,
.btn.button-minus span {
  display: block;
  border: 1px solid #fff;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 4px 0 0 0;
  background: white;
}

.btn.button-plus:hover,
.btn.button-minus:hover {
  color: #333;
}

.btn.button-plus:hover span,
.btn.button-minus:hover span {
  filter: none;
  background: #f6f6f6;
}

.button.exclusive-medium {
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #111;
  background-color: transparent;
  color: #222;
  padding: 10px 0px;
}

.button.exclusive-medium span {
  display: block;
  padding: 0px 10px;
}

.qty .input-group.bootstrap-touchspin {
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .button.exclusive-medium span {
    font-size: 15px;
    padding-right: 7px;
    padding-left: 7px;
  }
}

.clearBoth {
  clear: both;
}

/*
.button.ajax_add_to_cart_button {
  font: 700 17px/21px Arial, Helvetica, sans-serif;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  padding: 0;
  border: 1px solid;
  border-color: #0079b6 #006fa8 #012740 #006fa8; }
  .button.ajax_add_to_cart_button span {
    border: 1px solid;
    border-color: #06b2e6;
    padding: 10px 14px;
    display: block;
    background: #009ad0;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#009ad0), to(#007ab7));
    background-image: -webkit-linear-gradient(top, #009ad0, 0%, #007ab7, 100%);
    background-image: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background-image: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF009AD0', endColorstr='#FF007AB7', GradientType=0); }
  .button.ajax_add_to_cart_button:hover {
    border-color: #01314e #004b74 #0079b6 #004b74; }
    .button.ajax_add_to_cart_button:hover span {
      filter: none;
      background: #0084bf; }
*/
.button.lnk_view {
  font:
    700 17px/21px Arial,
    Helvetica,
    sans-serif;
  color: #333;
  text-shadow: 1px 1px white;
  padding: 0;
  border: 1px solid;
  border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
}

.button.lnk_view span {
  border: 1px solid;
  border-color: #fff;
  padding: 10px 14px;
  display: block;
  background: #f7f7f7;
  background-image: -webkit-gradient(
    linear,
    left 0%,
    left 100%,
    from(#f7f7f7),
    to(#ededed)
  );
  background-image: -webkit-linear-gradient(top, #f7f7f7, 0%, #ededed, 100%);
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFEDEDED', GradientType=0);
}

.button.lnk_view:hover {
  border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
}

.button.lnk_view:hover span {
  filter: none;
  background: #e7e7e7;
}

.button.lnk_view i.left {
  padding-right: 8px;
  color: #777777;
}

.form-control {
  padding: 0 15px;
  height: 34px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control.grey {
  background: #fbfbfb;
}

table.std,
table.table_block {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #999999;
  border-bottom: none;
  background: white;
  border-collapse: inherit;
}

table.std th,
table.table_block th {
  padding: 14px 12px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 black;
  background: #999999;
}

table.std tr.alternate_item,
table.table_block tr.alternate_item {
  background-color: #f3f3f3;
}

table.std td,
table.table_block td {
  padding: 12px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  vertical-align: top;
}

.table {
  margin-bottom: 30px;
}

.table > thead > tr > th {
  background: #fbfbfb;
  border-bottom-width: 1px;
  color: #333;
  vertical-align: middle;
}

.table td ul,
.table td ol {
  margin-bottom: 0 !important;
}

.table td a.color-myaccount {
  color: #777;
  text-decoration: underline;
}

.table td a.color-myaccount:hover {
  text-decoration: none;
}

//.table tfoot tr
{
  background: #fbfbfb;
}
div.selector1 > div.selector,
div.selector1 > div.selector span {
  background-image: none;
}

div.selector1 > div.selector span {
  color: #555;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: none;
}

div.selector1 > div.selector span:after {
  display: inline-block;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 10px;
  height: 100%;
  line-height: 27px;
}

div.selector1 > div.selector select {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}

#category .product_list {
  position: relative;
}

#category .product_list > p {
  position: absolute;
  left: 30px;
  top: 0px;
  z-index: 3;
}

/*
.product-name {
  font-size: 17px;
  line-height: 23px;
  color: #3a3939;
  margin-bottom: 0; }
  .product-name a {
    font-size: 17px;
    line-height: 23px;
    color: #3a3939; }
    .product-name a:hover {
      color: #515151; }
    @media (max-width: 768px) {
      .product-name a {
        font-size: 14px; } }
.price {
  font-size: 13px;
  color: #777;
  white-space: nowrap; }
.price.product-price {
  font: 600 21px/26px "Open Sans", sans-serif;
  color: #333; }
.old-price {
  color: #6f6f6f;
  text-decoration: line-through; }
.old-price.product-price {
  font-size: 17px; }
.special-price {
  color: #f13340; }
.price-percent-reduction {
  background: #f13340;
  border: 1px solid #d02a2c;
  font: 600 21px/24px "Open Sans", sans-serif;
  color: #fff;
  padding: 0 5px 0 3px;
  display: inline-block; }
  .price-percent-reduction.small {
    font: 700 14px/17px Arial, Helvetica, sans-serif;
    padding: 1px 6px; }
*/
.new-box,
.sale-box {
  width: 46px;
  height: 46px;
  color: #fff;
  text-transform: uppercase;
  background-color: #333;
  font-size: 10px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 46px;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 12px;
  text-align: center;
  z-index: 2;
}

.new-box {
  background-color: #f9be00;
  left: 12px;
  right: auto;
}

/*.new-box, .sale-box { position: absolute; top: -4px; overflow: hidden; height: 85px; width: 85px; text-align: center; z-index: 0; }
.new-box { left: -4px; }
.sale-box { right: -5px; }
.new-label { font: 700 14px/12px Arial, Helvetica, sans-serif; color: #fff; background: #6ad4ff; text-transform: uppercase; padding: 9px 0 7px; text-shadow: 1px 1px rgba(0, 0, 0, 0.24); width: 130px; text-align: center; display: block; position: absolute; left: -33px; top: 16px; z-index: 1; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.new-label:before { position: absolute; bottom: -3px; right: 5px; width: 0px; height: 0px; border-style: solid; border-width: 4px 4px 0px 4px; border-color: #21a3d8 transparent transparent transparent; content: "."; text-indent: -5000px; -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }
.new-label:after { position: absolute; bottom: -3px; left: 3px; width: 0px; height: 0px; border-style: solid; border-width: 4px 4px 0px 4px; border-color: #21a3d8 transparent transparent transparent; content: "."; text-indent: -5000px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
.sale-label { font: 700 14px/12px Arial, Helvetica, sans-serif; color: #fff; background: #f13340; text-transform: uppercase; padding: 9px 0 7px; text-shadow: 1px 1px rgba(0, 0, 0, 0.24); width: 130px; text-align: center; display: block; position: absolute; right: -33px; top: 16px; z-index: 1; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.sale-label:before { position: absolute; bottom: -3px; right: 4px; width: 0px; height: 0px; border-style: solid; border-width: 4px 4px 0px 4px; border-color: #ad2b34 transparent transparent transparent; content: "."; text-indent: -5000px; -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }
.sale-label:after { position: absolute; bottom: -3px; left: 5px; width: 0px; height: 0px; border-style: solid; border-width: 4px 4px 0px 4px; border-color: #ad2b34 transparent transparent transparent; content: "."; text-indent: -5000px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
.ie8 .new-label { left: 0px; top: 0px; width: auto; padding: 5px 15px; }
.ie8 .new-label:after { display: none; }
.ie8 .new-label:before { display: none; }
.ie8 .sale-label { right: 0px; top: 0px; width: auto; padding: 5px 15px; }
.ie8 .sale-label:after { display: none; }
.ie8 .sale-label:before { display: none; }
.ie8 .new-box { top: -1px; left: -1px; }
.ie8 .sale-box { right: -1px; top: -1px; }*/
.box {
  margin: 0 0 30px 0;
  line-height: 23px;
}

.box p {
  margin-bottom: 0;
}

.box.box-small {
  padding: 9px 10px 9px 20px;
}

.box.box-small .dark {
  padding-top: 10px;
  padding-right: 20px;
  margin-bottom: 0;
  width: auto;
}

.page-product-box {
  padding-bottom: 10px;
}

.product-box {
  width: 178px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product-box .product-image {
  border: 1px solid #d6d4d4;
  background: white;
  padding: 5px;
  display: block;
  margin-bottom: 11px;
}

.product-box .product-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#home-page-tabs {
  border: none;
  background: #fff;
}

@media (min-width: 768px) {
  #home-page-tabs {
    padding: 10px 0;
    margin: 0 0 0 -18px;
  }
}

#home-page-tabs > li {
  margin-bottom: 0;
}

@media (min-width: 991px) {
  #home-page-tabs > li {
    border-left: 1px solid #d6d4d4;
    margin: 0 0px 0 9px;
    padding: 0 0px 0 9px;
  }
}

@media (max-width: 479px) {
  #home-page-tabs > li {
    width: 100%;
  }
}

#home-page-tabs > li a {
  font:
    600 21px/24px "Open Sans",
    sans-serif;
  color: #555454;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin: 0;
  padding: 10px;
}

@media (min-width: 768px) {
  #home-page-tabs > li a {
    padding: 1px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #home-page-tabs > li a {
    padding: 10px 10px;
  }
}

#home-page-tabs > li:first-child {
  border: none;
}

#home-page-tabs > li.active a,
#home-page-tabs > li a:hover {
  background: #333;
  color: #fff;
  padding: 10px;
}

@media (min-width: 768px) {
  #home-page-tabs > li.active a,
  #home-page-tabs > li a:hover {
    margin: -9px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #home-page-tabs > li.active a,
  #home-page-tabs > li a:hover {
    margin: 0px 0;
  }
}

.block {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .block {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .block .block_content {
    margin-bottom: 20px;
  }
}

.block .list-block .form-group {
  padding-top: 20px;
  border-top: 1px solid #d6d4d4;
  margin-bottom: 0;
}

.block .list-block .form-group select {
  max-width: 270px;
}

@media (max-width: 767px) {
  .block .list-block .form-group select {
    width: 270px;
  }
}

.block .list-block .btn {
  margin-top: 12px;
}

.block .products-block li {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d4d4;
}

.block .products-block li .products-block-image {
  float: left;
  margin-right: 19px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .block .products-block li .products-block-image {
    float: none;
    display: inline-block;
    margin: 0 auto 10px;
    text-align: center;
  }
}

.column .block .products-block li {
  border-bottom: 1px solid #eee;
}

.block .products-block li .product-content {
  overflow: hidden;
}

.block .products-block li .product-content h5 {
  position: relative;
}

.block .products-block .product-name {
  display: block;
  font-size: 12px;
  color: #222;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 5px;
}

.block .products-block .product-description {
  margin-bottom: 14px;
  display: none;
}

.block .products-block .price-percent-reduction {
  font:
    700 14px/17px Arial,
    Helvetica,
    sans-serif;
  padding: 1px 6px;
}

.page-heading {
  font:
    600 18px/22px "Open Sans",
    sans-serif;
  color: #555454;
  text-transform: uppercase;
  padding: 0px 0px 17px 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d4d4;
  overflow: hidden;
}

.page-heading span.heading-counter {
  font:
    bold 17px "Montserrat",
    Helvetica;
  float: right;
  color: #333;
  text-transform: none;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .page-heading span.heading-counter {
    float: none;
    display: block;
    padding-top: 5px;
  }
}

.page-heading span.lighter {
  color: #9c9c9c;
}

.page-heading.bottom-indent {
  margin-bottom: 16px;
}

.page-heading.product-listing {
  border-bottom: none;
  margin-bottom: 0;
}

.page-subheading {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #555454;
  font-size: 18px;
  padding: 0 0 15px;
  line-height: normal;
  margin-bottom: 12px;
  border-bottom: 1px solid #d6d4d4;
}

h3.page-product-heading {
  color: #555454;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px 17px;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #d6d4d4;
  border-bottom: none;
  background: #fbfbfb;
}

ul.footer_links {
  padding: 20px 0 0px 0;
  border-top: 1px solid #d6d4d4;
  height: 65px;
}

ul.footer_links li {
  float: left;
}

ul.footer_links li + li {
  margin-left: 10px;
}

.content_sortPagiBar .sortPagiBar {
  border-bottom: 1px solid #d6d4d4;
  clear: both;
}

.content_sortPagiBar .sortPagiBar #productsSortForm {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.content_sortPagiBar .sortPagiBar #productsSortForm select {
  max-width: 192px;
  float: left;
}

@media (max-width: 991px) {
  .content_sortPagiBar .sortPagiBar #productsSortForm select {
    max-width: 160px;
  }
}

.content_sortPagiBar .sortPagiBar #productsSortForm .selector {
  float: left;
}

.content_sortPagiBar .sortPagiBar .nbrItemPage {
  float: left;
}

.content_sortPagiBar .sortPagiBar .nbrItemPage select {
  max-width: 59px;
  float: left;
}

.content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span {
  padding: 3px 0 0 12px;
  display: inline-block;
  float: left;
}

.content_sortPagiBar .sortPagiBar .nbrItemPage #uniform-nb_item {
  float: left;
}

.content_sortPagiBar .sortPagiBar label,
.content_sortPagiBar .sortPagiBar select {
  float: left;
}

.content_sortPagiBar .sortPagiBar label {
  padding: 3px 6px 0 0;
}

.content_sortPagiBar .sortPagiBar.instant_search #productsSortForm {
  display: none;
}

.content_sortPagiBar .display,
.content_sortPagiBar .display_m {
  float: right;
  margin-top: -4px;
}

.content_sortPagiBar .display li,
.content_sortPagiBar .display_m li {
  float: left;
  padding-left: 12px;
  text-align: center;
}

.content_sortPagiBar .display li a,
.content_sortPagiBar .display_m li a {
  color: #808080;
  font-size: 11px;
  line-height: 14px;
  cursor: pointer;
}

.content_sortPagiBar .display li a i,
.content_sortPagiBar .display_m li a i {
  display: block;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  margin-bottom: -3px;
  color: #e1e0e0;
}

.content_sortPagiBar .display li a:hover i,
.content_sortPagiBar .display_m li a:hover i {
  color: gray;
}

.content_sortPagiBar .display li.selected a,
.content_sortPagiBar .display_m li.selected a {
  cursor: default;
}

.content_sortPagiBar .display li.selected i,
.content_sortPagiBar .display_m li.selected i {
  color: #333;
}

.content_sortPagiBar .display li.display-title,
.content_sortPagiBar .display_m li.display-title {
  font-weight: bold;
  color: #333;
  padding: 7px 6px 0 0;
}

.top-pagination-content,
.bottom-pagination-content {
  text-align: center;
  padding: 0px 0 12px 0;
  border-top: 1px solid #eeeeee;
  margin-top: 30px;
  position: relative;
}

.top-pagination-content div.pagination,
.bottom-pagination-content div.pagination {
  margin: 0;
  text-align: center;
}

/*
@media (min-width:992px) and (max-width:1199px) {
.top-pagination-content div.pagination, .bottom-pagination-content div.pagination {  }
}
@media (max-width:991px) {
.top-pagination-content div.pagination, .bottom-pagination-content div.pagination {  }
}*/
.top-pagination-content div.pagination .showall,
.bottom-pagination-content div.pagination .showall,
.shop-top-right div.pagination .showall {
  display: none;
}

/*@media (min-width:992px) and (max-width:1199px) {
.top-pagination-content div.pagination .showall, .bottom-pagination-content div.pagination .showall { margin-right: 11px; }
}
@media (max-width:991px) {
.top-pagination-content div.pagination .showall, .bottom-pagination-content div.pagination .showall { margin-right: 0; }
}*/

/*.top-pagination-content div.pagination .showall .btn span, .bottom-pagination-content div.pagination .showall .btn span { font-size: 13px; padding: 3px 5px 4px 5px; line-height: normal; }*/

/*.top-pagination-content ul.pagination, .bottom-pagination-content ul.pagination { margin: 8px 0px 8px 0; }
.shop-top-right #pagination_top{display: none}
@media (max-width:991px) {
.top-pagination-content ul.pagination, .bottom-pagination-content ul.pagination { float: left; }
}
.top-pagination-content ul.pagination li, .bottom-pagination-content ul.pagination li { display: inline-block;    margin: 0 20px; }*/
.top-pagination-content ul.pagination li > a,
.top-pagination-content ul.pagination li > span,
.bottom-pagination-content ul.pagination li > a,
.bottom-pagination-content ul.pagination li > span {
  padding: 0;
  border: none;
  font-size: 16px;
  color: #222;
  background: none;
}

/*.top-pagination-content ul.pagination li > a span, .top-pagination-content ul.pagination li > span span, .bottom-pagination-content ul.pagination li > a span, .bottom-pagination-content ul.pagination li > span span { border: 1px solid #fff; padding: 2px 8px; display: block; background: url(../img/pagination-li.gif) 0 0 repeat-x #fbfbfb; }
.top-pagination-content ul.pagination li > a:hover span, .bottom-pagination-content ul.pagination li > a:hover span { background: #f6f6f6; }
.top-pagination-content ul.pagination li.pagination_previous, .top-pagination-content ul.pagination li.pagination_next, .bottom-pagination-content ul.pagination li.pagination_previous, .bottom-pagination-content ul.pagination li.pagination_next { color: #777676; font-weight: bold; }
.top-pagination-content ul.pagination li.pagination_previous > a, .top-pagination-content ul.pagination li.pagination_previous > span, .top-pagination-content ul.pagination li.pagination_next > a, .top-pagination-content ul.pagination li.pagination_next > span, .bottom-pagination-content ul.pagination li.pagination_previous > a, .bottom-pagination-content ul.pagination li.pagination_previous > span, .bottom-pagination-content ul.pagination li.pagination_next > a, .bottom-pagination-content ul.pagination li.pagination_next > span { border: none; background: none; display: block; padding: 4px 0; }
@media (max-width:767px) {
.top-pagination-content ul.pagination li.pagination_previous > a b, .top-pagination-content ul.pagination li.pagination_previous > span b, .top-pagination-content ul.pagination li.pagination_next > a b, .top-pagination-content ul.pagination li.pagination_next > span b, .bottom-pagination-content ul.pagination li.pagination_previous > a b, .bottom-pagination-content ul.pagination li.pagination_previous > span b, .bottom-pagination-content ul.pagination li.pagination_next > a b, .bottom-pagination-content ul.pagination li.pagination_next > span b { display: none; }
}
.top-pagination-content ul.pagination li.pagination_previous > a span, .top-pagination-content ul.pagination li.pagination_previous > span span, .top-pagination-content ul.pagination li.pagination_next > a span, .top-pagination-content ul.pagination li.pagination_next > span span, .bottom-pagination-content ul.pagination li.pagination_previous > a span, .bottom-pagination-content ul.pagination li.pagination_previous > span span, .bottom-pagination-content ul.pagination li.pagination_next > a span, .bottom-pagination-content ul.pagination li.pagination_next > span span { border: none; padding: 0; background: none; }
.top-pagination-content ul.pagination li.pagination_previous > a span b, .top-pagination-content ul.pagination li.pagination_previous > span span b, .top-pagination-content ul.pagination li.pagination_next > a span b, .top-pagination-content ul.pagination li.pagination_next > span span b, .bottom-pagination-content ul.pagination li.pagination_previous > a span b, .bottom-pagination-content ul.pagination li.pagination_previous > span span b, .bottom-pagination-content ul.pagination li.pagination_next > a span b, .bottom-pagination-content ul.pagination li.pagination_next > span span b { font-weight: bold; }
.top-pagination-content ul.pagination li.pagination_previous, .bottom-pagination-content ul.pagination li.pagination_previous { margin-right: 10px; }
.top-pagination-content ul.pagination li.pagination_next, .bottom-pagination-content ul.pagination li.pagination_next { margin-left: 10px; }*/
.top-pagination-content ul.pagination li.active > span,
.bottom-pagination-content ul.pagination li.active > span {
  background: none;
  color: #222;
}

/*.top-pagination-content ul.pagination li.active > span span, .bottom-pagination-content ul.pagination li.active > span span { background: #f6f6f6; }
.top-pagination-content .compare-form, .bottom-pagination-content .compare-form { float: right; }
@media (max-width:479px) {
.top-pagination-content .compare-form, .bottom-pagination-content .compare-form { float: left; width: 100%; text-align: left; padding-bottom: 10px; clear: both; }
}
.top-pagination-content .product-count, .bottom-pagination-content .product-count { padding: 11px 0 0 0; float: left; }
.bottom-pagination-content .product-count{display: none}
@media (max-width:991px) {
.top-pagination-content .product-count, .bottom-pagination-content .product-count { clear: left; }
}
.bottom-pagination-content { border-top: 1px solid #d6d4d4; }*/

/*@media (min-width:800px){
.axZm_mouseOverNoSel{margin:1px}
	#az_mouseOverZoomGallery{height: 108px!important}
.axZmThumbSlider{width:100%!important;height:100%!important;}
ul.axZmThumbSlider>li>img{max-height: 94px!important;}

.axZm_mouseOverWrapper {
	width:calc(-4px + 100%)!important;
	height:calc(-4px + 100%)!important;
	top: 2px!important;
	left: 2px!important;
}
.axZm_mouseOverZoomMsg{bottom:-8px!important;}

}*/

.bottom-pagination-content .product-count,
#pagination_top {
  display: none !important;
}

ul.step {
  margin-bottom: 30px;
  overflow: hidden;
}

@media (min-width: 768px) {
  ul.step {
  }
}

ul.step li {
  float: left;
  width: 20%;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
  ul.step li {
    width: 100%;
    border-left-width: 1px;
  }
}

ul.step li a,
ul.step li span,
ul.step li.step_current span,
ul.step li.step_current_end span {
  display: block;
  padding: 13px 10px 14px 13px;
  color: #333;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
  text-shadow: 1px 1px white;
  position: relative;
}

@media (max-width: 992px) {
  ul.step li a,
  ul.step li span,
  ul.step li.step_current span,
  ul.step li.step_current_end span {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  ul.step li a:after,
  ul.step li span:after,
  ul.step li.step_current span:after,
  ul.step li.step_current_end span:after {
    content: ".";
    position: absolute;
    top: 0;
    right: -31px;
    z-index: 0;
    text-indent: -5000px;
    display: block;
    width: 31px;
    height: 52px;
    margin-top: -2px;
  }
}

ul.step li a:focus,
ul.step li span:focus,
ul.step li.step_current span:focus,
ul.step li.step_current_end span:focus {
  text-decoration: none;
  outline: none;
}

ul.step li.first {
  border-left-width: 1px;
  border-left-color: #b7b7b7;
}

@media (min-width: 768px) {
  ul.step li.first {
  }
}

ul.step li.first span,
ul.step li.first a {
  z-index: 5;
  padding-left: 0px !important;
}

@media (min-width: 768px) {
  ul.step li.first span,
  ul.step li.first a {
  }
}

ul.step li.second span,
ul.step li.second a {
  z-index: 4;
}

ul.step li.third span,
ul.step li.third a {
  z-index: 3;
}

ul.step li.four span,
ul.step li.four a {
  z-index: 2;
}

ul.step li.last span {
  z-index: 1;
}

@media (min-width: 768px) {
  ul.step li.last {
  }

  ul.step li.last span {
  }
}

ul.step li.step_current {
  font-weight: bold;
  border-bottom-color: #000;
}

ul.step li.step_current span {
  position: relative;
}

@media (min-width: 992px) {
  ul.step li.step_current span {
    padding-left: 38px;
  }
}

ul.step li.step_current_end {
  font-weight: bold;
}

ul.step li.step_todo {
}

ul.step li.step_todo span {
  display: block;
  color: #333;
  position: relative;
}

@media (min-width: 992px) {
  ul.step li.step_todo span {
    padding-left: 38px;
  }
}

ul.step li.step_done {
  border-bottom-color: #000;
}

ul.step li.step_done a {
}

@media (min-width: 992px) {
  ul.step li.step_done a {
    padding-left: 38px;
  }
}

@media (min-width: 992px) {
  ul.step li#step_end span:after {
    display: none;
  }
}

ul.step li em {
  font-style: normal;
}

@media (min-width: 768px) and (max-width: 991px) {
  ul.step li em {
    display: none;
  }
}

.rating {
  clear: both;
  display: block;
  margin: 2em;
  cursor: pointer;
}

.rating:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
}

.cancel,
.star {
  overflow: hidden;
  float: left;
  margin: 0 1px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.cancel,
.cancel a {
  background: url(../../../modules/productcomments/img/delete.gif) no-repeat
    0 -16px !important;
}

.cancel a,
.star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
}

div.star_on a {
  background-position: 0 -16px;
}

div.star_hover a,
div.star a:hover {
  background-position: 0 -32px;
}

.pack_content {
  margin: 10px 0 10px 0;
}

.confirmation {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: none repeat scroll 0 0 lightyellow;
}

#page .rte {
  background: transparent none repeat scroll 0 0;
}

#page .rte em {
  font-style: italic !important;
}

.listcomment {
  list-style-type: none;
  margin: 0 0 20px 0 !important;
}

.listcomment li {
  padding: 10px 0;
  border-bottom: 1px dotted #d6d4d4;
  color: #666666;
}

.listcomment .titlecomment {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #333;
}

.listcomment .txtcomment {
  display: block;
  padding: 5px 0;
  color: #333;
}

.header-container {
  background: #fff;
}

.page_banner-div {
  margin-bottom: 10px;
}

.breadcrumb {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  min-height: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  padding: 10px 0 20px 0;
  margin-bottom: 20px;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "/";
}

.breadcrumb li a:hover {
  transition: all 0.15s ease-in;
}

.breadcrumb li a:hover {
  color: #e5a812;
}

.div_full_width {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}

.parallax {
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 0 0;
}

.parallax-section {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat-y;
  overflow: hidden;
}

.parallax_page_content {
  position: relative;
  z-index: 1;
}

.parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

/*.breadcrumb .navigation-pipe { width: 18px; display: inline-block; text-indent: -5000px; }
.breadcrumb a { display: inline-block; background: #fff; padding: 0 15px 0 22px; margin-left: -26px; position: relative; z-index: 2; color: #333; }
.breadcrumb a.home { font-size: 17px; color: #777777; width: 38px; text-align: center; padding: 0; margin: 0 0 0 -10px; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; z-index: 99; line-height: 22px; display: inline-block; height: 25px; }
.breadcrumb a.home i { vertical-align: -1px; }
.breadcrumb a.home:before { border: none; }
.breadcrumb a:after { display: inline-block; content: "."; position: absolute; right: -10px; top: 3px; width: 18px; height: 18px; background: #fff; border-right: 1px solid #d6d4d4; border-top: 1px solid #d6d4d4; border-radius: 2px; text-indent: -5000px; z-index: -1; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.breadcrumb a:before { display: inline-block; content: "."; position: absolute; left: -10px; top: 3px; width: 18px; height: 18px; background: transparent; border-right: 1px solid #d6d4d4; border-top: 1px solid #d6d4d4; border-radius: 2px; text-indent: -5000px; z-index: -1; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.breadcrumb a:hover { color: #777777; }*/
.ie8 .breadcrumb {
  min-height: 1px;
}

.ie8 .breadcrumb a:after {
  display: none;
}

.ie8 .breadcrumb .navigation-pipe {
  width: 20px;
}

#reinsurance_block {
  clear: both !important;
}

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px;
}

.rte ul {
  list-style-type: disc;
  padding-left: 15px;
}

.rte ol {
  list-style-type: decimal;
  padding-left: 15px;
}

.block_hidden_only_for_screen {
  display: none;
}

.cart_navigation {
  margin: 0;
}

.cart_navigation .button-medium {
  float: right;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  padding: 10px 0;
}

.cart_navigation .button-medium span {
  padding: 0px 15px;
  line-height: 24px;
}

/*@media (max-width:992px) {
.cart_navigation .button-medium span { font-size: 16px; }
}*/
.cart_navigation .button-medium i.right {
  font-size: 14px;
  line-height: 14px;
}

.cart_navigation .button-exclusive {
  border: none;
  background: #f9be00;
  padding: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.cart_navigation .button-exclusive i {
  color: #fff;
  margin-right: 8px;
}

.cart_navigation .button-exclusive:hover,
.cart_navigation .button-exclusive:focus,
.cart_navigation .button-exclusive:active {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 480px) {
  .cart_navigation > span {
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }
}

.cart_last_product {
  display: none;
}

.cart_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px;
}

.cart_gift_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px;
}

.table tbody > tr > td {
  vertical-align: middle;
}

.table tbody > tr > td.cart_quantity {
  padding: 41px 14px 25px;
  width: 70px;
}

.table tbody > tr > td.cart_quantity .cart_quantity_button {
  margin-top: 3px;
  display: none;
}

.table tbody > tr > td.cart_quantity .cart_quantity_button a {
  float: left;
  margin-right: 3px;
}

.table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
  margin-right: 0;
}

.table tbody > tr > td.cart_delete,
.table tbody > tr > td.price_discount_del {
  padding: 5px;
}

.table tfoot > tr > td {
  vertical-align: middle;
}

.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
  font-size: 23px;
  color: #333;
}

.cart_delete a.cart_quantity_delete:hover,
a.price_discount_delete:hover {
  color: silver;
}

#cart_summary thead th {
  padding: 7px 8px 9px 8px;
}

#cart_summary tbody td {
  padding: 7px 8px 9px 8px;
  vertical-align: middle;
}

#cart_summary tbody td.cart_product {
  padding: 7px;
  width: 137px;
}

#cart_summary tbody td.product-img {
  text-align: center;
}

/*#cart_summary tbody td.cart_product img { border: 1px solid #d6d4d4; }*/
#cart_summary tbody td.cart_unit .price span {
  display: inline-block;
}

#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
  margin: 5px auto;
  display: inline-block;
}

#cart_summary tbody td.cart_unit .price .old-price {
  text-decoration: line-through;
}

#cart_summary tbody td.cart_description small {
  display: block;
  padding: 5px 0 0 0;
}

#cart_summary tbody td.cart_avail {
  width: 1%;
}

#cart_summary tbody td.cart_avail span {
  white-space: nowrap;
}

#cart_summary tbody td.cart_delete {
  width: 1%;
}

#cart_summary tbody td.cart_description {
  vertical-align: top;
}

#cart_summary tbody td.cart_description .product-name {
  margin-bottom: 5px;
}

#cart_summary tbody td.cart_description .product-name a {
  color: #222;
}

#cart_summary tbody td.cart_total {
  text-align: right;
  padding-left: 0px;
}

#cart_summary tfoot td.text-right,
#cart_summary tfoot tbody td.cart_unit,
#cart_summary tbody tfoot td.cart_unit,
#cart_summary tfoot tbody td.cart_total,
#cart_summary tbody tfoot td.cart_total {
  font-weight: bold;
  color: #333;
}

#cart_summary tfoot td.price {
  text-align: right;
}

#cart_summary tfoot td.total_price_container span {
  font:
    600 18px/22px "Open Sans",
    sans-serif;
  color: #555454;
  text-transform: uppercase;
}

#cart_summary tfoot td#total_price_container {
  font:
    600 21px/25px "Open Sans",
    sans-serif;
  color: #333;
  background: #fff;
}

.box-cart-total tr.cart_total_price td.total_price_container,
.box-cart-total tr.cart_total_price td#total_price_container {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
}

.box-cart-total tr.cart_total_price td#total_price_container {
  font-size: 24px;
}

#cart_summary .stock-management-on tbody td.cart_description {
  width: 480px;
}

.cart_discount_price {
  text-align: right;
}

.cart_discount_delete {
  text-align: center;
}

@media (max-width: 767px) {
  #order-detail-content #cart_summary table,
  #order-detail-content #cart_summary thead,
  #order-detail-content #cart_summary tbody,
  #order-detail-content #cart_summary th,
  #order-detail-content #cart_summary td,
  #order-detail-content #cart_summary tr {
    display: block;
  }

  #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #order-detail-content #cart_summary tr {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
    overflow: hidden;
    position: relative;
  }

  #order-detail-content #cart_summary td {
    border: none;
    position: relative;
    float: left;
    white-space: normal;
    padding: 7px 10px 7px 10px;
  }

  #order-detail-content #cart_summary td.cart_product {
    text-align: left;
  }

  #order-detail-content #cart_summary td.cart_avail {
    display: none;
  }

  #order-detail-content #cart_summary td.cart_unit {
    width: 33%;
    text-align: right;
    min-height: 70px;
    clear: both;
  }

  #order-detail-content #cart_summary td.cart_unit .price {
    text-align: right;
  }

  #order-detail-content #cart_summary td.cart_quantity {
    width: 33%;
    min-height: 70px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }

  #order-detail-content #cart_summary td.cart_quantity div {
    display: block;
  }

  #order-detail-content #cart_summary td.cart_quantity > .form-control {
    display: inline;
  }

  #order-detail-content
    #cart_summary
    td.cart_quantity
    > .cart_quantity_button
    a {
    margin-right: 0px;
    float: none;
  }

  #order-detail-content #cart_summary td.cart_total {
    width: 33%;
    min-height: 70px;
    text-align: right;
  }

  #order-detail-content #cart_summary td.cart_delete {
    position: absolute;
    right: 20px;
    top: 7px;
  }

  #order-detail-content #cart_summary td.cart_delete:before {
    content: "" !important;
  }

  #order-detail-content #cart_summary td div {
    display: inline;
  }

  #order-detail-content #cart_summary td:before {
    content: attr(data-title);
    font-weight: bold;
    display: block;
  }

  #order-detail-content #cart_summary tfoot td {
    float: none;
    width: 100%;
  }

  #order-detail-content #cart_summary tfoot td:before {
    display: inline;
  }

  #order-detail-content #cart_summary tfoot tr .text-right,
  #order-detail-content #cart_summary tfoot tr tbody td.cart_unit,
  #order-detail-content #cart_summary tbody tfoot tr td.cart_unit,
  #order-detail-content #cart_summary tfoot tr tbody td.cart_total,
  #order-detail-content #cart_summary tbody tfoot tr td.cart_total,
  #order-detail-content #cart_summary tfoot tr .price {
    display: block;
    float: left;
    width: 50%;
  }
}

@media (max-width: 768px) {
  #order-detail-content #cart_summary tbody td .price {
    text-align: center;
  }

  #order-detail-content #cart_summary tbody td.cart_description {
    width: 300px;
  }
}

.cart_voucher {
  vertical-align: top !important;
}

.cart_voucher h4 {
  font:
    600 18px/22px "Open Sans",
    sans-serif;
  color: #555454;
  text-transform: uppercase;
  padding: 7px 0 10px 0;
}

.cart_voucher .title-offers {
  color: #333;
  font-weight: bold;
  margin-bottom: 6px;
}

.cart_voucher fieldset {
  margin-bottom: 10px;
}

.cart_voucher fieldset #discount_name {
  float: left;
  width: 219px;
  margin-right: 11px;
}

.cart_voucher #display_cart_vouchers span {
  font-weight: bold;
  cursor: pointer;
  color: #777;
}

.cart_voucher #display_cart_vouchers span:hover {
  color: #515151;
}

.enable-multishipping {
  margin: -13px 0 17px;
}

.enable-multishipping label {
  font-weight: normal;
}

#HOOK_SHOPPING_CART #loyalty i {
  font-size: 26px;
  line-height: 26px;
  color: #cfcccc;
}

#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #999999;
  background: #fff;
}

.order_carrier_logo {
  max-width: 65px;
  max-height: 65px;
}

#order_carrier .title_block {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}

#order_carrier span {
  display: block;
  padding: 15px;
  font-weight: bold;
}

.multishipping_close_container {
  text-align: center;
}

table#cart_summary .gift-icon {
  color: white;
  background: #0088cc;
  display: inline;
  line-height: 20px;
  padding: 2px 5px;
  border-radius: 5px;
}

#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px;
}

#multishipping_mode_box .title {
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

#multishipping_mode_box .description_off {
  display: none;
}

#multishipping_mode_box .description_off div {
  margin-bottom: 10px;
}

#multishipping_mode_box .description_off a:hover,
#multishipping_mode_box .description a:hover {
  background: #f3f3f3;
  border: 1px solid #cccccc;
}

#multishipping_mode_box.on .description_off {
  display: block;
}

.multishipping-cart .cart_address_delivery.form-control {
  width: 198px;
}

#order .address_add.submit {
  margin-bottom: 20px;
}

#ordermsg {
  margin-bottom: 30px;
}

#id_address_invoice.form-control,
#id_address_delivery.form-control {
  width: 269px;
}

.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
  clear: both;
  float: left;
}

.addresses .waitimage {
  display: none;
  float: left;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/loader.gif");
  background-repeat: no-repeat;
  position: relative;
  bottom: -2px;
  left: 10px;
}

.addresses .checkbox.addressesAreEquals {
  clear: both;
  float: left;
  margin: 15px 0 25px 0;
}

#order .delivery_option > div,
#order-opc .delivery_option > div {
  display: block;
  margin-bottom: 20px;
  font-weight: normal;
}

#order .delivery_option > div > table,
#order-opc .delivery_option > div > table {
  background: #fff;
  margin-bottom: 0;
}

#order .delivery_option > div > table.resume,
#order-opc .delivery_option > div > table.resume {
  height: 53px;
}

#order .delivery_option > div > table.resume.delivery_option_carrier,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #d6d4d4;
  font-weight: bold;
}

#order .delivery_option > div > table.resume.delivery_option_carrier td,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
  padding: 8px 11px 7px 11px;
}

#order .delivery_option > div > table.resume.delivery_option_carrier td i,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
  font-size: 20px;
  margin-right: 7px;
  vertical-align: -2px;
}

#order .delivery_option > div > table.resume td.delivery_option_radio,
#order-opc .delivery_option > div > table.resume td.delivery_option_radio {
  width: 54px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

#order .delivery_option > div > table.resume td.delivery_option_logo,
#order-opc .delivery_option > div > table.resume td.delivery_option_logo {
  width: 97px;
  text-align: center;
}

#order .delivery_option > div > table.resume td.delivery_option_price,
#order-opc .delivery_option > div > table.resume td.delivery_option_price {
  width: 162px;
}

.order_carrier_content {
  line-height: normal;
  padding-bottom: 16px;
}

.order_carrier_content .carrier_title {
  font-weight: bold;
  color: #333;
}

.order_carrier_content .checkbox input {
  margin-top: 2px;
}

.order_carrier_content .delivery_options_address .carrier_title {
  margin-bottom: 17px;
}

.order_carrier_content + div {
  padding-bottom: 15px;
}

#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: #fff;
}

#carrierTable tbody {
  border-bottom: 1px solid #999999;
}

#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}

#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9;
}

#carrierTable td.carrier_price {
  border: none;
}

p.checkbox.gift {
  margin-bottom: 10px;
}

#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px;
}

a.iframe {
  color: #333;
  text-decoration: underline;
}

p.payment_module a span {
  font-weight: bold;
  color: #222;
}

p.payment_module a.cashwithfee {
  padding: 10px 15px;
}

.payment_module.box {
  margin: 20px;
}

p.cheque-indent {
  margin-bottom: 9px;
}

.cheque-box .form-group {
  margin-bottom: 0px;
}

.cheque-box .form-group .form-control {
  width: 269px;
}

.order-confirmation.box {
  line-height: 29px;
}

.order-confirmation.box a {
  text-decoration: underline;
}

.order-confirmation.box a:hover {
  text-decoration: none;
}

.delivery_option_carrier td {
  width: 200px;
}

.delivery_option_carrier td + td {
  width: 280px;
}

.delivery_option_carrier td + td + td {
  width: 200px;
}

.delivery_option_carrier tr td {
  padding: 5px;
}

.delivery_option_carrier.selected {
  display: table;
}

.not-displayable {
  display: none;
}

#address .box,
#identity .box,
#account-creation_form .box,
#new_account_form .box,
#opc_account_form .box,
#authentication .box {
  padding-bottom: 20px;
  line-height: 20px;
}

#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
  color: #f13340;
  margin: 9px 0 16px 0;
}

#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
  color: red;
}

#address .form-group,
#identity .form-group,
#account-creation_form .form-group,
#new_account_form .form-group,
#opc_account_form .form-group,
#authentication .form-group {
  margin-bottom: 4px;
}

#address .form-group .form-control,
#identity .form-group .form-control,
#account-creation_form .form-group .form-control,
#new_account_form .form-group .form-control,
#opc_account_form .form-group .form-control,
#authentication .form-group .form-control {
  width: 270px;
}

#address .form-group .form-control#adress_alias,
#identity .form-group .form-control#adress_alias,
#account-creation_form .form-group .form-control#adress_alias,
#new_account_form .form-group .form-control#adress_alias,
#opc_account_form .form-group .form-control#adress_alias,
#authentication .form-group .form-control#adress_alias {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  #address .form-group.phone-number,
  #identity .form-group.phone-number,
  #account-creation_form .form-group.phone-number,
  #new_account_form .form-group.phone-number,
  #opc_account_form .form-group.phone-number,
  #authentication .form-group.phone-number {
    float: left;
    width: 270px;
    margin-right: 13px;
  }
}

@media (min-width: 1200px) {
  #address .form-group.phone-number + p,
  #identity .form-group.phone-number + p,
  #account-creation_form .form-group.phone-number + p,
  #new_account_form .form-group.phone-number + p,
  #opc_account_form .form-group.phone-number + p,
  #authentication .form-group.phone-number + p {
    padding: 23px 0 0 0px;
    margin-bottom: 0;
  }
}

#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
  margin-bottom: 4px;
  padding-top: 4px;
}

#address .gender-line > label,
#identity .gender-line > label,
#account-creation_form .gender-line > label,
#new_account_form .gender-line > label,
#opc_account_form .gender-line > label,
#authentication .gender-line > label {
  margin-right: 10px;
  margin-bottom: 0;
}

#address .gender-line .radio-inline label,
#identity .gender-line .radio-inline label,
#account-creation_form .gender-line .radio-inline label,
#new_account_form .gender-line .radio-inline label,
#opc_account_form .gender-line .radio-inline label,
#authentication .gender-line .radio-inline label {
  font-weight: normal;
  color: #777777;
}

#identity #center_column form.std .row,
#authentication #center_column form.std .row,
#order-opc #center_column form.std .row {
  margin-left: -5px;
  margin-right: -5px;
}

#identity #center_column form.std .row .col-xs-4,
#authentication #center_column form.std .row .col-xs-4,
#order-opc #center_column form.std .row .col-xs-4 {
  padding-left: 5px;
  padding-right: 5px;
  max-width: 94px;
}

#identity #center_column form.std .row .col-xs-4 .form-control,
#authentication #center_column form.std .row .col-xs-4 .form-control,
#order-opc #center_column form.std .row .col-xs-4 .form-control {
  max-width: 84px;
}

#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
  border: none;
  padding-top: 0;
}

#new_account_form .box {
  line-height: 20px;
}

#new_account_form .box .date-select {
  padding-bottom: 10px;
}

#new_account_form .box .top-indent {
  padding-top: 10px;
}

#new_account_form .box .customerprivacy {
  padding-top: 15px;
}

#authentication fieldset.account_creation {
  margin-bottom: 20px;
}

#password {
  padding-top: 0;
  border: none;
}

#password .box p {
  margin-bottom: 9px;
}

#password .box .form-group {
  margin-bottom: 20px;
}

#password .box .form-group .form-control {
  width: 263px;
}

#instant_search_results a.close {
  font-size: 13px;
  font-weight: 600;
  opacity: 1;
  line-height: inherit;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
}

#instant_search_results a.close:hover {
  color: #515151;
}

#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px;
}

#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px;
}

#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
  font-weight: bold;
  color: #333;
}

#manufacturers_list .product-counter a:hover,
#suppliers_list .product-counter a:hover {
  color: #515151;
}

#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
  border-top: 1px solid #d6d4d4;
  padding: 31px 0 30px 0;
}

@media (max-width: 767px) {
  #manufacturers_list.list li .mansup-container,
  #suppliers_list.list li .mansup-container {
    text-align: center;
  }
}

#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
  border-top: 0;
}

#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
  text-align: center;
}

#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  margin-top: -5px;
  padding-bottom: 8px;
}

#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0;
}

@media (max-width: 767px) {
  #manufacturers_list.list li .middle-side,
  #suppliers_list.list li .middle-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}

#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
  border-left: 1px solid #d6d4d4;
  padding: 0 0 32px 31px;
  min-height: 108px;
}

@media (max-width: 767px) {
  #manufacturers_list.list li .right-side-content,
  #suppliers_list.list li .right-side-content {
    min-height: 1px;
    padding: 0;
    border: none;
  }
}

#manufacturers_list.list li .right-side-content .product-counter,
#suppliers_list.list li .right-side-content .product-counter {
  position: relative;
  top: -6px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  #manufacturers_list.list li .right-side-content .product-counter,
  #suppliers_list.list li .right-side-content .product-counter {
    top: 0;
  }
}

#manufacturers_list.grid li,
#suppliers_list.grid li {
  text-align: center;
}

#manufacturers_list.grid li .product-container,
#suppliers_list.grid li .product-container {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d4d4;
}

#manufacturers_list.grid li .product-container .left-side,
#suppliers_list.grid li .product-container .left-side {
  padding-bottom: 42px;
}

#manufacturers_list.grid li .product-container h3,
#suppliers_list.grid li .product-container h3 {
  padding-bottom: 10px;
}

#manufacturers_list.grid li .product-container .product-counter,
#suppliers_list.grid li .product-container .product-counter {
  margin-bottom: 12px;
}

@media (min-width: 1200px) {
  #manufacturers_list.grid li.first-in-line,
  #suppliers_list.grid li.first-in-line {
    clear: left;
  }

  #manufacturers_list.grid li.last-line .product-container,
  #suppliers_list.grid li.last-line .product-container {
    border-bottom: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #manufacturers_list.grid li.first-item-of-tablet-line,
  #suppliers_list.grid li.first-item-of-tablet-line {
    clear: left;
  }

  #manufacturers_list.grid li.last-tablet-line .product-container,
  #suppliers_list.grid li.last-tablet-line .product-container {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  #manufacturers_list.grid .product-container,
  #suppliers_list.grid .product-container {
    border-bottom: none;
  }
}

#manufacturer .description_box,
#supplier .description_box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d6d4d4;
}

#manufacturer .description_box .hide_desc,
#supplier .description_box .hide_desc {
  display: none;
}

#manufacturer .bottom-pagination-content,
#manufacturer .top-pagination-content,
#supplier .bottom-pagination-content,
#supplier .top-pagination-content {
  min-height: 69px;
}

#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
  border-bottom: 1px solid #d6d4d4;
}

table.discount i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: -2px;
}

table.discount i.icon-ok {
  color: #46a74e;
}

table.discount i.icon-remove {
  color: #f13340;
}

#guestTracking .form-control {
  max-width: 271px;
}

@media (min-width: 1200px) {
  #guestTracking .form-group {
    overflow: hidden;
  }

  #guestTracking .form-group i {
    padding-left: 10px;
  }

  #guestTracking .form-control {
    float: left;
  }

  #guestTracking label {
    float: left;
    clear: both;
    width: 100%;
  }
}

#pagenotfound .pagenotfound {
  max-width: 824px;
  margin: 100px auto 100px auto;
  text-align: center;
}

#pagenotfound .pagenotfound .img-404 {
  padding: 8px 0 27px 0;
}

#pagenotfound .pagenotfound .img-404 img {
  max-width: 100%;
}

#pagenotfound .pagenotfound h1 {
  font:
    600 28px/34px "Open Sans",
    sans-serif;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 7px;
}

#pagenotfound .pagenotfound p {
  font:
    600 16px/20px "Open Sans",
    sans-serif;
  color: #555454;
  text-transform: uppercase;
  border-bottom: 1px solid #d6d4d4;
  padding-bottom: 19px;
  margin-bottom: 20px;
}

#pagenotfound .pagenotfound h3 {
  font-weight: bold;
  color: #333;
  font-size: 13px;
  line-height: normal;
  margin-bottom: 18px;
}

#pagenotfound .pagenotfound label {
  font-weight: normal;
}

@media (max-width: 767px) {
  #pagenotfound .pagenotfound label {
    display: block;
  }
}

#pagenotfound .pagenotfound .form-control {
  max-width: 293px;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 767px) {
  #pagenotfound .pagenotfound .form-control {
    margin: 0 auto 15px auto;
    display: block;
  }
}

#pagenotfound .pagenotfound .buttons {
  padding: 48px 0 20px 0;
}

#pagenotfound .pagenotfound .buttons .button-medium i.left {
  font-size: 17px;
}

#account-creation_form fieldset.reversoform {
  padding: 10px !important;
}

#account-creation_form fieldset.reversoform .text label {
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left;
}

#account-creation_form fieldset.reversoform .infos-sup {
  padding: 0 !important;
  font-size: 10px;
  font-style: italic;
  text-align: right;
}

#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
  cursor: pointer;
}

.tab-content {
  margin-top: 20px;
}

form#sendComment fieldset {
  padding: 10px;
  border: 1px solid #cccccc;
  background: #eeeeee;
}

form#sendComment h3 {
  font-size: 14px;
}

#new_comment_form p.text {
  margin-bottom: 0;
  padding-bottom: 0;
}

#sendComment p.text label,
#sendComment p.textarea label {
  display: block;
  margin: 12px 0 4px;
  font-weight: bold;
  font-size: 12px;
}

#sendComment p.text input {
  padding: 0 5px;
  height: 28px;
  width: 498px;
  border: 1px solid #cccccc;
  background: url(../img/bg_input.png) repeat-x 0 0 #fff;
}

#sendComment p.textarea textarea {
  height: 80px;
  width: 508px;
  border: 1px solid #cccccc;
}

#sendComment p.submit {
  padding: 0;
  text-align: right;
}

#sendComment p.closeform {
  float: right;
  padding: 0;
  height: 12px;
  width: 12px;
  text-indent: -5000px;
  background: url(../img/icon/delete.gif) no-repeat 0 0;
}

.star {
  position: relative;
  top: -1px;
  float: left;
  left: 0px;
  width: 38px;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  font-size: 30px;
  font-weight: normal;
}

.star {
  display: block;
}

.star a {
  display: block;
  position: absolute;
  text-indent: -5000px;
}

div.star:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #cbcbcb;
  line-height: 28px;
}

div.star.star_on {
  display: block;
  line-height: 28px;
}

div.star.star_on:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ffcc33;
}

div.star.star_hover:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ffcc33;
}

.advertising_block {
  width: 191px;
  margin-bottom: 1em;
  text-align: center;
}

.blockcategories_footer ul ul {
  display: none !important;
}

.form-group.form-error input,
.form-group.form-error textarea {
  border: 1px solid #f13340;
  color: #f13340;
  background: url(../img/icon/form-error.png) 98% 5px no-repeat #fff1f2;
}

.form-group.form-ok input,
.form-group.form-ok textarea {
  border: 1px solid #46a74e;
  color: #35b33f;
  background: url(../img/icon/form-ok.png) 98% 5px no-repeat #ddf9e1;
}

.form-group.form-error .form-control,
.form-group.form-ok .form-control {
  padding-right: 30px;
}

.radio-inline,
.checkbox {
  padding-left: 0;
}

.radio-inline .checker,
.checkbox .checker {
  float: left;
}

.radio-inline .checker span,
.checkbox .checker span {
  top: 0px;
}

.radio-inline div.radio,
.checkbox div.radio {
  display: inline-block;
}

.radio-inline div.radio span,
.checkbox div.radio span {
  float: left;
  top: 0px;
}

.fa {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-instagram:before {
  content: "\f16d";
}
.fa-pinterest:before {
  content: "\f0d2";
}

.fa-spotify:before {
  content: "\f1bc";
}

.section-title {
  margin-bottom: 50px;
  position: relative;
  line-height: 28px;
}

.section-lastest-blog .section-title h3 {
  font-size: 24px;
}

.section-title h3 {
  border-bottom: 2px solid #f7a81b;
}
.section-title h3 {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

.section-lastest-blog {
  padding-bottom: 60px;
  border-bottom: 1px solid #eaeaea;
}

.margin-top-60 {
  margin-top: 60px;
}

.text-center {
  text-align: center;
}

.footer .widget_social .social a:hover {
  background-color: #e5a812;
  color: #fff;
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-phone:before {
  content: "\f095";
}

.fancybox-skin {
  background: #fff !important;
}

.fancybox-skin .fancybox-close {
  width: 28px;
  height: 28px;
  background: none;
  font-size: 28px;
  line-height: 28px;
  color: #333;
  text-align: center;
  background: white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.fancybox-skin .fancybox-close:hover {
  color: #515151;
}

.fancybox-skin .fancybox-close:after {
  content: "\f057";
  font-family: "FontAwesome";
}

#facebook_block,
#cmsinfo_block {
  overflow: hidden;
  background: #f2f2f2;
  min-height: 344px;
  height: 344px;
  padding-right: 29px;
  padding-left: 29px;
}

#homeslider .swiper-button-next,
#homeslider .swiper-button-prev,
.section-lastest-blog .swiper-button-next,
.section-lastest-blog .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: #ccc;
  transition: 0.3s ease;
}

#homeslider .swiper-button-prev,
.section-lastest-blog .swiper-button-prev {
  left: -30px;
  opacity: 0;
  transition: all 0.3s ease;
}

#homeslider .swiper-button-next,
.section-lastest-blog .swiper-button-next {
  right: -30px;
  opacity: 0;
  transition: all 0.3s ease;
}

#homeslider {
  position: relative;
}

#homeslider:hover .swiper-button-prev,
.section-lastest-blog:hover .swiper-button-prev {
  opacity: 1;
  left: -35px;
}

#homeslider:hover .swiper-button-next,
.section-lastest-blog:hover .swiper-button-next {
  opacity: 1;
  right: -35px;
}

#homeslider .swiper-button-next:hover,
#homeslider .swiper-button-prev:hover,
.section-lastest-blog .swiper-button-next:hover,
.section-lastest-blog .swiper-button-prev:hover {
  background-color: #e5a812;
}

#homeslider .swiper-button-next:after,
#homeslider .swiper-button-prev:after,
.section-lastest-blog .swiper-button-next:after,
.section-lastest-blog .swiper-button-prev:after {
  font-size: 10px;
  color: #000;
  transition: 0.3s ease;
}

#homeslider .swiper-button-next:hover::after,
#homeslider .swiper-button-prev:hover::after,
.section-lastest-blog .swiper-button-next:hover::after,
.section-lastest-blog .swiper-button-prev:hover::after {
  color: #fff;
}

@media (max-width: 991px) {
  #facebook_block,
  #cmsinfo_block {
    min-height: 354px;
    height: 354px;
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media (max-width: 767px) {
  #facebook_block,
  #cmsinfo_block {
    width: 100%;
    min-height: 1px;
  }
}

#facebook_block h4 {
  padding: 35px 0 0 0;
  margin: 0 0 12px 0;
  font:
    300 21px/25px "Open Sans",
    sans-serif;
  color: #6f6d6d;
}

@media (max-width: 991px) {
  #facebook_block h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #facebook_block h4 {
    padding-top: 20px !important;
  }
}

@media (max-width: 768px) {
  #facebook_block h4 {
    font-size: 16px;
  }
}

#facebook_block .facebook-fanbox {
  background: #fff;
  border: 1px solid #aaaaaa;
  padding-bottom: 10px;
}

#cmsinfo_block {
  border-left: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
  #cmsinfo_block {
    border: none;
    margin-top: 10px;
  }
}

#cmsinfo_block > div {
  padding: 35px 10px 0 0;
}

@media (max-width: 767px) {
  #cmsinfo_block > div {
    padding-top: 20px;
  }
}

@media (max-width: 479px) {
  #cmsinfo_block > div {
    width: 100%;
    border-top: 1px solid #d9d9d9;
  }
}

#cmsinfo_block > div + div {
  border-left: 1px solid #d9d9d9;
  min-height: 344px;
  padding-left: 29px;
}

@media (max-width: 479px) {
  #cmsinfo_block > div + div {
    border-left: none;
    padding-left: 10px;
    min-height: 1px;
    padding-bottom: 15px;
  }
}

#cmsinfo_block em {
  float: left;
  width: 60px;
  height: 60px;
  margin: 3px 10px 0 0;
  font-size: 30px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  background: #6f6d6d;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

@media (max-width: 991px) {
  #cmsinfo_block em {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
}

#cmsinfo_block .type-text {
  overflow: hidden;
}

#cmsinfo_block h3 {
  margin: 0 0 5px 0;
  font:
    300 21px/25px "Open Sans",
    sans-serif;
  color: #6f6d6d;
}

@media (max-width: 1199px) {
  #cmsinfo_block h3 {
    font-size: 18px;
  }
}

#cmsinfo_block ul li {
  padding-bottom: 22px;
}

@media (max-width: 1199px) {
  #cmsinfo_block ul li {
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  #cmsinfo_block ul li {
    padding-bottom: 0;
  }
}

#cmsinfo_block p em {
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  font-size: 13px;
  color: #777777;
  float: none;
  height: inherit;
  line-height: inherit;
  text-align: left;
  font-style: italic;
}

.ie8 #facebook_block,
.ie8 #cmsinfo_block {
  height: 344px;
}

@media (max-width: 1199px) {
  .zoomdiv {
    display: none !important;
  }
}

#product.content_only div.pb-left-column p.resetimg {
  margin-bottom: 0px;
  padding-top: 0px;
}

#product.content_only div.pb-left-column #thumbs_list_frame {
  margin-bottom: 0px;
}

#product_comparison td.compare_extra_information {
  padding: 10px;
}

#product_comparison #social-share-compare {
  margin-bottom: 50px;
}

.btn-facebook:hover,
.btn-twitter:hover,
.btn-google-plus:hover,
.btn-pinterest:hover {
  border-color: white;
}

.btn-facebook i {
  color: #435f9f;
}

.btn-facebook:hover {
  color: white;
  background-color: #435f9f;
}

.btn-facebook:hover i {
  color: white;
}

.btn-twitter i {
  color: #00aaf0;
}

.btn-twitter:hover {
  color: white;
  background-color: #00aaf0;
}

.btn-twitter:hover i {
  color: white;
}

.btn-google-plus i {
  color: #e04b34;
}

.btn-google-plus:hover {
  color: white;
  background-color: #e04b34;
}

.btn-google-plus:hover i {
  color: white;
}

.btn-pinterest i {
  color: #ce1f21;
}

.btn-pinterest:hover {
  color: white;
  background-color: #ce1f21;
}

.btn-pinterest:hover i {
  color: white;
}

.payment_option_form {
  display: none;
}

.payment_option_logo {
  height: 50px;
  max-height: 50px;
}

.payment_module_adv {
  height: 120px;
  max-height: 120px;
}

.payment_option_selected {
  display: none;
  margin-top: 15px;
}

.payment_option_selected i {
  color: green;
}

.payment_option_cta {
  margin-left: 10px;
  color: #333 !important;
}

.tnc_box {
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px;
}

.pointer-box {
  cursor: pointer;
}

.logo_container {
  padding: 0px !important;
}

.contact p {
  color: #666666;
  font-family: "linotypeunivers-320", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 5px 0 5px 0;
}

.form-field > label,
.radio-button .radio-label,
.form-field > div {
  display: table-cell;
  vertical-align: top;
}

.form-field > label,
.radio-button .radio-label {
  padding: 0.5em;
  padding-left: 0.5em;
  padding-left: 0;
}

.contact label,
.contact p.label {
  width: 110px;
}

.form-field .skin {
  /* //    border: 1px solid #ddd; */
  background: #fff;
  padding: 0.5em;
  border-radius: 2px;
  position: relative;
}

.form-field .skin {
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 #7f7f7f inset;
  height: auto;
  padding: 8px 5px 8px 5px;
  width: 190px;
}

.wbx-checkbox,
.wbx-field,
.wbx-select,
.form-field {
  display: table;
  width: 100%;
  padding: 0.5em 0;
}

.radio-button {
  /* //    padding: 0px 0 10px 95px; */
  height: 40px;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="password"],
.form-field select,
.form-field textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  width: 100%;
  display: block;
}

.label-radio,
.frmbr_radio_field .frmbr_field_group span {
  /* //    background-image: url("/img/radio.png"); */
  width: auto !important;
  padding-right: 5px;
}

/*
input.radio[type="radio"] + label.label-radio, input.frmbr_field[type="radio"] + span, label.label-radio  {
    background-position: 0 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 16px;
    line-height: 7px;
    padding: 7px 0px 7px 20px;
    vertical-align: middle;
    margin: 5px 10px 0px 0px;
}
input.radio[type="radio"]:checked + label.label-radio, input.frmbr_field[type="radio"]:checked + span, .browser-IE-8 input.radio[checked="checked"] + label.label-radio {
    background-position: 0 -17px;
}
*/
input.radio[type="radio"],
input.frmbr_field[type="radio"] {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.radio-button-options {
  display: table-cell;
}

.multi {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
  background: red;
  z-index: 100;
  opacity: 0;
}

div.join {
  background-color: #ffffff;
  background-image: url("/themes/laurastar/img/select-bg.png");
  background-repeat: repeat-x;
  border: 1px solid #bab9cb;
  border-radius: 3px 3px 3px 3px;
  color: #322855;
  font-family: "linotypeunivers-320", Arial, sans-serif;
  font-size: 12px;
  padding: 7px 10px 5px;
  text-transform: uppercase;
  left: 95px;
  height: 30px;
  width: 190px;
}

.contact h1 {
  font-size: 22px;
}

section.contact {
  margin-top: 20px;
}

section.contact .wrapper-content {
  display: flex;
  gap: 80px;
}

section.contact h1 {
  margin-bottom: 30px;
}

section.contact .kontakt-right,
section.contact .kontakt-left {
  width: 50%;
}

section.contact .kontakt-right #contact-form {
  width: 300px;
}

section.contact .kontakt-right #contact-form label {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}

/*   ogloszenie  */

.irogloszenie {
  margin: 0 auto;
  width: 90%;

  background-color: #fef89a;
  padding: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid;
  border-color: #fdc68d;
}

.irogloszenie p {
  padding: 0 !important;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.irogloszenie p strong {
  font-weight: bold;
}

/*** Strona Glowna - przepisy ***/
@media all and (max-width: 767px) {
  .przepis_flex_container {
    flex-direction: column !important;
    align-items: center;
  }

  .przepis_flex {
    width: 100% !important;
    max-width: 300px;
  }
}

.flex_kuron {
  position: absolute;
  top: 5px;
  left: 5px;
  border: 0;
}

.subcontent {
  position: absolute;
  width: 100%;
  height: 100%;
}

.przepis_flex_content {
  pointer-events: none;
  position: absolute;
  margin-top: 25%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.przepis_flex:hover .przepis_flex_content {
  opacity: 1;
  filter: alpha(opacity=1);
}

@media all and (max-width: 767px) {
  .przepis_flex .przepis_flex_content {
    opacity: 1;
    filter: alpha(opacity=1);
  }
}

.przepis_flex_content:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.przepis_flex_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.przepis_flex {
  cursor: pointer;
  position: relative;
  width: 24%;
  min-width: 150px;
}

.przepis_flex > div {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.przepis_flex div.bcg:hover {
  transform: scale(1.1);
}

.przepis_flex div.bcg {
  width: 100%;
  transition: all 0.3s ease 0s;
  background-size: cover;
}

.przepis_flex > div:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.przepis_flex_container p {
  font-size: 18px;
  margin-top: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}

.inner_przepis_flex {
  height: 100%;
  padding: 2%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.inner_przepis_flex img {
  margin: 5px;
}

.inner_przepis_flex span {
  color: #000;
}

.inner_przepis_flex > div {
  padding: 2%;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 0\0) {
  .przepis_flex > div {
    position: relative;
  }

  .przepis_flex div.bcg {
    height: 100%;
    position: absolute;
  }

  .przepis_flex .przepis_flex_content {
    position: absolute;
  }
}

@supports (-webkit-appearance: none) {
  .przepis_flex > div {
    position: relative;
  }

  .przepis_flex div.bcg {
    height: 100%;
    position: absolute;
  }

  .przepis_flex .przepis_flex_content {
    position: absolute;
    z-index: 2;
  }
}

/*** ! Strona Glowna - przepisy ***/

/* FEAT TILE */
.newsletter:after {
  border-width: 0 !important;
}

/* CSS do kafelka na stronie g³ównej */
.breville_txt {
  color: #c12529;
}

.featTile__heading {
  font-weight: bold;
}

.featTile__heading heading-style_1 font-archer-book {
  font-weight: block !important;
}

.featTile {
  display: block;
  margin-bottom: 2rem;
}

.featTile .archer-italic {
  font-family: "Archer SSm BookItalic";
}

.featTile .archer-medium {
  font-family: "Archer-Medium", sans-serif;
}

.featTile .cta-font-10 {
  font-size: 0.625em;
}

.featTile .cta-font-15 {
  font-size: 0.9375em;
}

.featTile .cta-font-20 {
  font-size: 1.25em;
}

.featTile .cta-font-26 {
  font-size: 1.625em;
}

.featTile .cta-font-30 {
  font-size: 1.875em;
}

.featTile .cta-font-40 {
  font-size: 2.5em;
}

.featTile .cta-font-50 {
  font-size: 3.125em;
}

.featTile .cta-font-60 {
  font-size: 3.75em;
}

.featTile .cta-font-65 {
  font-size: 4.0625em;
}

.featTile .cta-font-70 {
  font-size: 4.375em;
}

.featTile__link {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.featTile__link:link,
.featTile__link:visited {
  text-decoration: none;
  color: #313638;
}

.feature-tile-hover:hover,
.feature-tile-hover:focus {
  background-color: #666;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.feature-tile-hover:hover .featTile__text *,
.feature-tile-hover:focus .featTile__text * {
  color: #fff;
}

.feature-tile-hover:hover .heading-style_1:after,
.feature-tile-hover:focus .heading-style_1:after {
  background-color: #fff;
}

.feature-tile-hover:hover .featTile__text .icon,
.feature-tile-hover:focus .featTile__text .icon {
  fill: #fff;
  left: 0.5rem;
}

.feature-tile-hover:hover .featTile__img-area img,
.feature-tile-hover:focus .featTile__img-area img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.featTile__img-area .no-padding {
  height: 100%;
}

.featTile__img-area .img-padding {
  padding: 5%;
  height: 100%;
}

.featTile__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 345px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.featTile__text {
  color: black;
  padding: 2rem;
  text-align: center;
}

.featTile__text .featureTile-hover-button {
  border: 2px solid #000;
  font-family: "Archer-Medium", sans-serif;
  font-size: 23px;
  padding: 15px 35px;
  margin: 3% 3%;
  width: 280px;
  font-weight: normal;
  text-decoration: none;
  outline: 0 !important;
  color: #333333;
  cursor: pointer;
  text-align: center;
}

.featTile__cta .icon {
  width: 0.6rem;
  height: 0.6rem;
  fill: #000;
  position: relative;
  left: 0;
  margin-left: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.featTile--top .featTile__link {
  display: block;
  max-height: none;
}

.featTile--top .featTile__img {
  display: inline;
  text-align: center;
}

.heading-style_1 {
  font-size: 1.875rem;
  position: relative;
  padding-bottom: 1rem;
}

.featTile--top {
  margin-bottom: 1rem;
}

.aem-Grid--same-height {
  padding: 0;
  margin: 0 0.625rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
}

.aem-Grid--same-height .featTile {
  margin-bottom: 0;
}

.aem-Grid--same-height .featTile .featTile__link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.aem-Grid--same-height:hover,
.aem-Grid--same-height:focus {
  background-color: #391538;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.aem-Grid--same-height:hover .heading-style_1:after,
.aem-Grid--same-height:focus .heading-style_1:after {
  background-color: #fff;
}

.aem-Grid--same-height:hover .featTile__link,
.aem-Grid--same-height:focus .featTile__link {
  background-color: #391538;
}

.aem-Grid--same-height:hover .featTile__text,
.aem-Grid--same-height:focus .featTile__text {
  color: #fff;
}

.aem-Grid--same-height:hover .featTile__text .icon,
.aem-Grid--same-height:focus .featTile__text .icon {
  fill: #fff;
  left: 0.5rem;
}

.aem-Grid--same-height:hover .featTile__img-area img,
.aem-Grid--same-height:focus .featTile__img-area img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.aem-Grid--same-height:hover .featTile__img-area img .featureTile-Padding,
.aem-Grid--same-height:focus .featTile__img-area img .featureTile-Padding {
  padding: 5%;
}

.aem-same-height-container {
  overflow: hidden;
}

.aem-same-height-container .sg-Grid-row--spaceAroundCols {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 62em) {
  .featTile__img-area {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 67%;
    flex: 1 1 67%;
  }

  .featTile__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
  }
}

@media (min-width: 48em) {
  .featTile__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 34.5rem;
    overflow: hidden;
  }

  .featTile__img-area {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .featTile__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .featTile--right .featTile__text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .featTile--right .featTile__img-area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 34em) {
  .aem-same-height-container .sg-Grid-row--spaceAroundCols {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .featTile--top {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 414px) {
  .featTile__text {
    padding: 2rem;
    text-align: center;
  }

  .featTile__text .featureTile-hover-button {
    border: 2px solid #000;
    /*font-family: "Archer-Medium", sans-serif;*/
    font-size: 23px;
    padding: 10px 35px;
    margin: 3% 3%;
    width: 200px;
    font-weight: normal;
    text-decoration: none;
    outline: 0 !important;
    color: #333333;
    cursor: pointer;
    text-align: center;
  }
}

.c_navigation-bar-plp .featTile__img {
  border-radius: 28%;
}

.hide-overflow {
  overflow: hidden;
}

.hide-overflow-y {
  overflow-y: hidden;
}

.hide-overflow-x {
  overflow-x: hidden;
}

/* !FEAT TILE */

/* BLOG */
.feature-tile-hover:hover .tile_views * {
  color: #8d8d8d;
}

.featTile--right .featTile__div {
  text-align: left;
}

.featTile--left .featTile__div {
  text-align: right;
}

.featTile__div > div {
  display: inline-block;
}

.featTile--left .featTile__div > div {
  margin: 0 0 20px 20px;
}

.featTile--right .featTile__div > div {
  margin: 0 20px 20px 0;
}

.tile_views {
  display: inline-block;
  text-align: center;
  margin: auto;
  padding: 10px;
  background-color: #e8e8e8;
  border-radius: 25px;
  color: #8d8d8d;
  font-size: 18px;
  min-width: 90px;
}

.tile_views img {
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

/* !BLOG */

/* Socials - share */
.socials-button {
  border: 1px solid #bebebe !important;
  padding: 10px;
  color: black !important;
  margin: 5px;
  background-color: white !important;
}

.socials-button:hover {
  color: white !important;
  background-color: black !important;
}

.socials-button:hover .share-icon-base {
  display: none;
}

.socials-button:hover .share-icon-hover {
  display: inline-block;
}

.share-icon-hover {
  display: none;
}

.meta-box-flex {
  display: flex;
}

.comment_count {
  font-size: 16px;
  color: #666666;
}

.article-meta-comments {
  text-align: right;
}

.comment_count img {
  margin-right: 10px;
}

.article-meta-box {
  flex: 1;
}

.icon-share img {
  height: 22px;
  margin-right: 10px;
}

.sh-portfolio-single-share {
  padding-bottom: 30px;
}

.sh-social-share {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 400px;
  overflow: hidden;
}

.sh-social-share-networks {
  display: inline-block;
}

.sh-social-share-networks.sh-social-share-networks-active * {
  transition-delay: 0.7s;
  transition: all 0.3s ease-in-out;
}

.sh-social-share-networks.sh-social-share-networks-active .jssocials-share {
  opacity: 1;
  margin-left: 0px;
}

.sh-social-share-networks .jssocials-share,
.sh-social-share-networks .jssocials-shares {
  margin: 0;
}

.sh-social-share-networks .jssocials-share {
  padding: 0px;
  opacity: 0;
  margin-left: -15px;
}

.sh-social-share-networks .jssocials-share a {
  display: inline-block;
  padding: 0px 10px;
  background-color: transparent !important;
  opacity: 0;
}

.sh-social-share-networks.sh-social-share-networks-active .jssocials-share a {
  opacity: 1;
}

.sh-social-share-networks .jssocials-share i {
  font-size: 18px;
}

.sh-social-share-networks .jssocials-share-link {
  line-height: 50px;
  padding: 0;
}

.sh-social-share-networks .jssocials-share:nth-child(1) {
  transition-delay: 0.1s;
}

.sh-social-share-networks .jssocials-share:nth-child(2) {
  transition-delay: 0.2s;
}

.sh-social-share-networks .jssocials-share:nth-child(3) {
  transition-delay: 0.3s;
}

.sh-social-share-networks .jssocials-share:nth-child(4) {
  transition-delay: 0.4s;
}

.sh-social-share-networks .jssocials-share:nth-child(5) {
  transition-delay: 0.5s;
}

.sh-social-share-networks .jssocials-share:nth-child(6) {
  transition-delay: 0.6s;
}

.sh-social-share-networks .jssocials-share:nth-child(7) {
  transition-delay: 0.7s;
}

.sh-social-share-networks .fa-facebook,
.sh-social-share-networks .fa-twitter,
.sh-social-share-networks .fa-google,
.sh-social-share-networks .fa-at,
.sh-social-share-networks .fa-pinterest {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.jssocials-share {
  display: inline-block;
}

/* !Socials - share */

/* ranking */

.cp2020wrappa div {
  /* border: 1px solid red; */
  overflow: hidden;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #333;
  margin: 0;
}

.cp2020wrappa h2 {
  font-size: 26px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.cp2020wrappa h3 {
  font-size: 23px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.cp2020padding10 {
  padding: 0 16px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

hr.cp2020hr {
  width: 30%;
  color: orange;
  margin: 20px auto;
}

p.cp2020ppre,
.cp2020ppre li {
  font-size: 14px !important;
  line-height: 18px !important;
}

.cp2020backgrounddiff,
div.cp2020backgrounddiff {
  background-color: #fbf0d7;
  padding: 10px;
}

.cp2020dodtxt {
  color: #999;
}

.cp2020totheleft {
  text-align: left;
  background-color: transparent !important;
}

.cp2020height600 {
  height: 600px;
  /* border: 1px solid red; */
}

span.cp2020red {
  color: red;
  font-size: 11px;
}

.cp2020greyback {
  background-color: #dfdfdf !important;
}

.cp2020centerbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

span.niewrapuj {
  white-space: nowrap;
}

.cp2020wrappa {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 10px;
}

.cp2020wrappa ul {
  list-style-type: none;
}

.cp2020wrappa strong {
  font-weight: bold;
}

.cp2020wrappa p,
.cp2020wrappa li {
  font-size: 18px;
  line-height: 26px;
}

.distanes {
  padding: 25px;
}

.blewish {
  background-color: #fff;
  text-align: left;
}

.blewish:nth-child(odd) {
  background-color: #f0f0f0;
  padding: 15px;
}

.blewish:nth-child(odd) img {
  border: 1px solid #d0d0d0;
}

.blewishtyt {
  background-color: #ffbd59;
  padding: 25px;
  margin: 15px 0;
  border-radius: 25px 25px 0px 0px;
}

.blewishtyt p,
.blewishtyt h2 {
  color: black;
}

.pad20 {
  padding-bottom: 20px;
}

a.igbutton {
  display: inline-block;
  padding: 10px;
  background-color: #e5a812;
  color: white;
  text-decoration: none;
}

a.igbutton img {
  display: inline-block;
  height: 16px;
  width: auto;
}

a.igbutton:hover {
  opacity: 0.9;
  background-color: #000;
}

.coloblu {
  color: #1da1f2;
}

section {
  /* overflow: hidden; */
  padding: 0px;
}

img.imgspory {
  width: 80%;
}

img.imgsporybaner {
  width: 100%;
}

div {
  box-sizing: border-box;
}

.cp2020kol50 {
  width: 50%;
  float: left;
  padding: 30px;
  overflow: hidden;
}

div.cp2020kol50 {
  padding: 10px 20px;
  text-align: left;
}

.cp2020kol50 img {
  width: 100%;
}

.igkol100 {
  width: 100%;
  line-height: 0;
}

.igkol100 img {
  width: 100%;
}

.colnavigationhi {
  width: 200px;
  display: inline-block;
  text-align: left;
  border-left: 1px dotted gray;
  padding: 15px 15px 0 15px;
}

.cp2020mobileonly {
  display: none;
}

.cp2020desktoponly {
  display: block;
}

@media only screen and (max-width: 950px) {
  .cp2020kol50 {
    width: 100%;
    float: left;
    padding: 0px 30px;
  }

  .cp2020height600 {
    height: inherit;
  }
}

@media only screen and (max-width: 450px) {
  p img {
    width: 50%;
  }

  .cp2020wrappa ul {
    padding: 0;
  }

  a.igbutton {
    margin-top: 20px;
  }

  .cp2020mobileonly {
    display: block;
  }

  .cp2020desktoponly {
    display: none;
  }
}

/* dodatkowe menu kategorii PG  */

.cp-kat-menu {
  margin-top: 10px;
  min-height: 50px;
  background-color: #41695b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-kat-menu ul {
  padding: 0;
  margin: 0;
}

.cp-kat-menu li {
  list-style-type: none;
  display: inline-block;
  border-left: 1px solid white;
  margin: 0;
  padding: 0;
  margin-right: -4px;
}

.cp-kat-menu li:first-child {
  border-left: 0;
}

.cp-kat-menu li a {
  color: white;
  font-family: "Montserrat", Arial;
  font-size: 17px;
  text-decoration: none;
  display: inline-block;
  padding: 15px;
  transition: 0.3s;
}

.cp-kat-menu li a:hover {
  background-color: #000;
}

.cp-kat-menu a:hover {
  background-color: #000;
  color: white;
  margin: 0px !important;
  width: 100% !important;
}

@media only screen and (max-width: 1010px) {
  .cp-kat-menu {
    overflow: hidden;
    background-color: white;
  }

  .cp-kat-menu li a {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 1009px) {
  .cp-kat-menu {
    display: block;
    height: auto;
    text-align: center;
    border: 0px;
    font-size: 1.1em;
  }

  .cp-kat-menu li {
    list-style-type: none;
    border-left: 1px solid white;
    margin: 0px;
    border-bottom: 1px solid white;
    width: 50%;
    float: left;
  }

  .cp-kat-menu li:last-child {
    border-bottom: 0px;
    float: none;
    border-right: 1px solid white;
  }

  .cp-kat-menu a {
    font-size: 17px;
    width: 100%;
    background-color: #41695b;
  }

  .cp-kat-menu a:hover {
    background-color: #000;
    color: white;
    margin: 0 !important;
  }
}

@media only screen and (max-width: 442px) {
  .cp-kat-menu li a {
    font-size: 12px;
    min-height: 50px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cp-kat-menu li {
  }
}

@media only screen and (max-width: 368px) {
  .cp-kat-menu li a {
    font-size: 11px;
    padding: 2.5px;
  }
}

/* !dodatkowe menu kategorii PG  */

/* .payment_module a.payu{
padding-left: 10px;
}
.payment_module a.payu .paylabel{
  padding-left: 10px;
}
p.payment_module img{width: initial} */

#HOOK_PAYMENT {
  display: grid;
  grid-template-columns: 49.5% 49.5%;
  column-gap: 1%;
}

@media (max-width: 768px) {
  #HOOK_PAYMENT {
    width: 100%;
    grid-template-columns: 100%;
  }

  p.payment_module a span {
    font-weight: bold;
    color: #777;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 35px;
    left: 135px;
    font-size: 14px !important;
  }
}

p.payment_module a.cheque:after,
p.payment_module a.bankwire:after,
p.payment_module a.cash:after,
p.payment_module
  a.cashondeliverywithfee:after
  p.payment_module
  a.cashondelivery:after {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "FontAwesome";
  font-size: 25px;
  height: 22px;
  width: 14px;
  color: #777;
}

p.payment_module a {
  height: 0;
  padding: 10px;
  padding-bottom: 110px;
  padding-left: 135px;
  background-repeat: no-repeat;
  background-position: 15px 12px;
  background-color: #fff;
  transition: all 0.3s;
  text-decoration: none;
}

p.payment_module a {
  display: block;
  font-size: 17px;
  color: #777;
  font-weight: bold;
  position: relative;
}

p.payment_module a span {
  font-weight: bold;
  color: #777;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 35px;
  left: 135px;
}

p.payment_module {
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s;
  overflow: hidden;
}

p.payment_module:hover {
  border-color: rgb(230, 169, 17);
}

p.payment_module:hover span {
  color: rgb(230, 169, 17) !important;
}

p.payment_module:hover a {
  color: rgb(230, 169, 17) !important;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

p.payment_module:hover a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 15px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transition: background-image 0.3s;
}

.payment_module img {
  float: left;
  margin-right: 10px;
}

p.payment_module a.bankwire {
  background-image: url(/themes/crockpot/img/icon/payment/ikony_platnosci-black_05.png);
}

p.payment_module:hover a.bankwire::before {
  background-image: url(/themes/crockpot/img/icon/payment/ikony_platnosci-cp-orange_05.png);
}

p.payment_module:hover a.cashondeliverywithfee::before {
  background-image: url(/themes/crockpot/img/icon/payment/ikony_platnosci-cp_07.png);
}

p.payment_module:hover a.cashondelivery::before {
  background-image: url(/themes/crockpot/img/icon/payment/ikony_platnosci-cp-orange_06.png);
}

p.payment_module a.cashondeliverydlf {
  background-image: url(/themes/crockpot/img/icon/payment/ikony_platnosci-black_07.png);
}

p.payment_module:hover a.cashondeliverydlf::before {
  background-image: url(/themes/crockpot/img/icon/payment/ikony_platnosci-cp_07.png);
}

p.payment_module a.cashondeliverydlf span span {
  font-size: 80%;
  font-weight: normal;
  position: relative;
  left: 0;
  transform: none;
}

p.payment_module:hover a.payu::before {
  background-image: url(/themes/crockpot/img/icon/payment/ikony_platnosci-cp-orange_01.png);
}

p.payment_module:hover a.blik::before {
  background-image: url(/themes/crockpot/img/icon/payment/ikony_platnosci-cp-orange_04.png);
}

p.payment_module:hover a.paypo::before {
  background-image: url(/themes/crockpot/img/icon/payment/ikony_platnosci-cp-orange_02.png);
}

p.payment_module:hover a.scb::before {
  background-image: url(/themes/crockpot/img/icon/payment/ikony_platnosci-cp-orange_03.png);
}

p.payment_module a.cashondeliverywithfee {
  background-image: url(/themes/crockpot/img/icon/payment/ikony_platnosci-black_07.png);
}

p.payment_module a.cashondelivery {
  background-image: url(/themes/crockpot/img/icon/payment/ikony_platnosci-black_06.png);
}

p.payment_module a.payu {
  background-image: url(/themes/crockpot/img/icon/payment/ikony_platnosci-black_01.png);
}

p.payment_module a.blik {
  background-image: url(/themes/crockpot/img/icon/payment/ikony_platnosci-black_04.png);
}

p.payment_module a.paypo {
  background-image: url(/themes/crockpot/img/icon/payment/ikony_platnosci-black_02.png);
}

p.payment_module a.scb {
  background-image: url(/themes/crockpot/img/icon/payment/ikony_platnosci-black_03.png);
}

/*  style customersów  */
@-webkit-keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}

@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}

@-webkit-keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}

@keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  100% {
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.8),
      0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.8),
      0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }

  100% {
    -webkit-box-shadow:
      0 0 0 32px rgba(255, 255, 255, 0),
      0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow:
      0 0 0 32px rgba(255, 255, 255, 0),
      0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.8),
      0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.8),
      0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }

  100% {
    -webkit-box-shadow:
      0 0 0 32px rgba(255, 255, 255, 0),
      0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow:
      0 0 0 32px rgba(255, 255, 255, 0),
      0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Rozmiar czcionki dla najwyzszego diva */

#cm-crockpot-product {
  font-size: 16px;
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: left;
  color: #fff;
}

#cm-crockpot-product > div {
  max-width: 1170;
  margin: auto;
}

@media only screen and (max-width: 900px) {
  #cm-crockpot-product {
    font-size: 14px;
  }
}

#cm-crockpot-product.cm-width-800,
#cm-crockpot-product .cm-width-800 {
  max-width: 800px;
  margin: auto;
  font-size: 14px;
}

#cm-crockpot-product .cm-crockpot-product div:only-child {
  max-width: 1170;
  margin: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #cm-crockpot-product .pc-b3 .pc-b3-square .pc-b3-image img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  #cm-crockpot-product {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #cm-crockpot-product {
    font-size: 14px;
  }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #cm-crockpot-product .pc-p7 .pc-p7-square .pc-p7-image img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#cm-crockpot-product .cm-width-920 p {
  font-size: 14px;
}

@media (max-width: 960px) {
  #cm-crockpot-product p {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  #cm-crockpot-product {
    font-size: 14px;
  }
}

#cm-crockpot-product div {
  text-align: left;
  color: #565655;
}

#cm-crockpot-product span {
  color: #eeca64 !important;
}

#cm-crockpot-product * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cm-crockpot-product p {
  margin: 0;
}

#cm-crockpot-product img {
  max-width: none;
  max-height: none;
}

#cm-crockpot-product a {
  text-decoration: none;
  outline: none;
  color: #565655;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#cm-crockpot-product .cm-section-ng {
  margin: 0 auto;
  margin-top: 5em;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  z-index: 20;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-ng {
    margin-top: 4em;
  }
}

#cm-crockpot-product .cm-section-ng .cm-logo {
  text-align: center;
}

#cm-crockpot-product .cm-section-ng .cm-h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  font-weight: 300;
  color: #41695b;
  font-size: 1.125em;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1.5;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-ng .cm-h2 {
    font-size: 1em;
  }
}

#cm-crockpot-product .cm-section-ng .cm-h1 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #565655;
  font-size: 2.5em;
  text-align: center;
  line-height: 1.2;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-ng .cm-h1 {
    font-size: 2em;
  }
}

#cm-crockpot-product .cm-section-ng .cm-h1span {
  color: #eeca64;
}

#cm-crockpot-product .cm-section-ng .cm-p {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  color: #565655;
  font-size: 1.25em;
  line-height: 1.25;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 2em;
}

#cm-crockpot-product .cm-section-ng .cm-img {
  max-width: 612px;
  margin: 0 auto;
}

#cm-crockpot-product .cm-section-ng .cm-img img {
  width: 100%;
}

#cm-crockpot-product .cm-section-header {
  padding-top: 1em;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-header {
    padding-bottom: 0em;
  }
}

#cm-crockpot-product .cm-section-header .cm-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-header .cm-header-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#cm-crockpot-product .cm-section-header .cm-header-logo .cm-logo {
  padding: 1.5em 0 1.5em 0em;
}

@media only screen and (max-width: 1000px) {
  #cm-crockpot-product .cm-section-header .cm-header-logo .cm-logo {
    padding-left: 3em;
  }
}

@media only screen and (max-width: 800px) {
  #cm-crockpot-product .cm-section-header .cm-header-logo .cm-logo {
    padding-left: 2em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-header .cm-header-logo .cm-logo {
    padding: 2em 0;
  }
}

#cm-crockpot-product .cm-section-header .cm-header-logo .cm-logo img {
  max-width: 210px;
  width: 100%;
}

#cm-crockpot-product .cm-section-header .cm-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #41695b;
  border-radius: 24px;
  min-height: 572px;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-header .cm-header {
    /* background-image: url("../img/bg_header_mobile.png") !important;  
    background-repeat: no-repeat;
    background-position: 50% 10em;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 4em;
  }
}

@media only screen and (max-width: 500px) {
  #cm-crockpot-product .cm-section-header .cm-header {
    background-position: 50% 7em;
  }
}

@media only screen and (max-width: 400px) {
  #cm-crockpot-product .cm-section-header .cm-header {
    padding-bottom: 2em;
  }
}

#cm-crockpot-product .cm-section-header .cm-header .cm-col {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-header .cm-header .cm-col {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}

#cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-packshot {
  max-width: 600px;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-packshot {
    position: relative;
    margin: 0 auto;
  }
}

#cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-packshot img {
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  #cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-packshot {
    max-width: 500px;
  }
}

#cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-text {
  color: #fff;
  padding-left: 3em;
  padding-top: 0;
  padding-right: 1em;
}

@media only screen and (max-width: 1000px) {
  #cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-text {
    padding-left: 3em;
  }
}

@media only screen and (max-width: 800px) {
  #cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-text {
    padding-left: 2em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-text {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
  }
}

#cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng1 {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-size: 3.25em;
  line-height: 1em;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng1 {
    text-align: center;
  }
}

@media only screen and (max-width: 400px) {
  #cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng1 {
    font-size: 2.5em;
  }
}

#cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng2 {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 2.5em;
  line-height: 1;
  margin-top: 0.25em;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng2 {
    font-size: 1.5em;
    text-align: center;
  }
}

#cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng3 {
  color: #fff;
  font-size: 1.125em;
  line-height: 1.7;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng3 {
    font-size: 1em;
    text-align: center;
  }
}

#cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-logo {
  padding-left: 4.1875em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 260px;
}

#cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-logo img {
  width: 100%;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-header .cm-header .cm-col .cm-logo {
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
  }
}

#cm-crockpot-product .cm-section-img {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  #cm-crockpot-product .cm-section-img {
    border-radius: 24px;
  }
}

#cm-crockpot-product .cm-section-img img {
  width: 100%;
  border-radius: 24px;
}

@media only screen and (max-width: 600px) {
  #cm-crockpot-product .cm-section-img img {
    width: 150%;
    -webkit-transform: translateX(-19%);
    transform: translateX(-19%);
  }
}

@media only screen and (max-width: 500px) {
  #cm-crockpot-product .cm-section-img img {
    width: 160%;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}

#cm-crockpot-product .cm-section-img-60-40 {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  #cm-crockpot-product .cm-section-img-60-40 {
    border-radius: 24px;
  }
}

@media only screen and (max-width: 600px) {
  #cm-crockpot-product .cm-section-img-60-40 {
    display: block;
  }
}

#cm-crockpot-product .cm-section-img-60-40 img:first-child {
  -ms-flex-preferred-size: 59%;
  flex-basis: 59%;
}

#cm-crockpot-product .cm-section-img-60-40 img:last-child {
  -ms-flex-preferred-size: 41%;
  flex-basis: 41%;
}

#cm-crockpot-product .cm-section-img-60-40 img {
  width: 100%;
  min-width: 100px;
  border-radius: 24px;
}

@media only screen and (max-width: 600px) {
  #cm-crockpot-product .cm-section-img-60-40 img {
    width: 110%;
  }
}

@media only screen and (max-width: 500px) {
  #cm-crockpot-product .cm-section-img-60-40 img {
    width: 120%;
  }
}

#cm-crockpot-product .cm-section-img-30 {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  padding-top: 6em;
}

@media only screen and (max-width: 1200px) {
  #cm-crockpot-product .cm-section-img-30 {
    border-radius: 24px;
  }
}

#cm-crockpot-product .cm-section-img-30 img {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  width: 100%;
  min-width: 50px;
  border-radius: 24px;
}

@media only screen and (max-width: 600px) {
  #cm-crockpot-product .cm-section-img-30 img {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

#cm-crockpot-product .cm-section-serp {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#cm-crockpot-product .cm-section-serp.cm-serp-background {
  background-color: #eeca64;
  border-radius: 24px;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-serp.cm-serp-background {
    padding-bottom: 0.5em;
  }
}

#cm-crockpot-product .cm-section-serp.cm-serp-background .cm-text {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-serp.cm-serp-background .cm-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#cm-crockpot-product .cm-section-serp.cm-serp-background li::before {
  color: #41695b !important;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-serp {
    margin-top: 2rem;
  }
}

#cm-crockpot-product .cm-section-serp .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin-bottom: 3em;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-serp .cm-row {
    margin-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #cm-crockpot-product .cm-section-serp .cm-row:last-child {
    padding-bottom: 0;
  }
}

#cm-crockpot-product .cm-section-serp .cm-row .cm-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 585px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

#cm-crockpot-product .cm-section-serp .cm-row .cm-col.text-col {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-serp .cm-row .cm-col.text-col {
    max-width: 500px;
  }
}

#cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-text {
  padding-left: 4em;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
  #cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-text {
    padding-left: 2em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-text {
    margin-top: 2em;
    margin-bottom: 0;
    padding-left: 1em;
  }
}

#cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-text ul {
  list-style: none;
  font-size: 1.125em;
  margin: 0;
}

@media only screen and (max-width: 800px) {
  #cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-text ul {
    font-size: 1em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-text ul {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 500px) {
  #cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-text ul {
    font-size: 1em;
    padding-left: 2em;
  }
}

#cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-text ul li {
  margin-bottom: 0.5em;
}

#cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-text ul li::before {
  /* For a round bullet */
  content: "\2022";
  /* For a square bullet */
  /*content:'\25A0';*/
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -30px;
  top: -7px;
  color: #eeca64;
  font-size: 70px;
}

@media only screen and (max-width: 500px) {
  #cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-text ul li::before {
    font-size: 60px;
    left: -25px;
    top: -4px;
  }
}

#cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-text .cm-description {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

#cm-crockpot-product .cm-section-serp .cm-row .cm-col.cm-rounded {
  max-width: 585px !important;
}

#cm-crockpot-product .cm-section-serp .cm-row .cm-col.cm-rounded img {
  border-radius: 24px;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-serp .cm-row .cm-col.cm-rounded {
    max-width: 485px !important;
  }
}

#cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #565655;
  font-size: 1.75em;
  padding-bottom: 1em;
  width: 100%;
  line-height: 1.4em;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-title {
    text-align: center;
    padding-bottom: 0.5em;
  }
}

@media only screen and (max-width: 500px) {
  #cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-title {
    font-size: 1.5em;
  }
}

#cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-p {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  color: #565655;
  line-height: 1.6;
  padding-right: 1em;
  padding-bottom: 1em;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-p {
    text-align: center;
    padding-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  #cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-p {
    font-size: 1em;
  }
}

#cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-img {
  position: relative;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-img {
    margin-bottom: 0;
  }
}

#cm-crockpot-product .cm-section-serp .cm-row .cm-col .cm-img img {
  width: 100%;
  height: 100%;
}

#cm-crockpot-product .cm-section-serp .cm-row.cm-row-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-serp .cm-row.cm-row-revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes sweep {
  0% {
    opacity: 0;
    margin-top: -10px;
  }

  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-top: -10px;
  }

  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

#cm-crockpot-product .cm-section-details {
  padding: 0 1em;
}

#cm-crockpot-product .cm-section-footer {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-footer {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

#cm-crockpot-product .cm-section-footer .cm-logo {
  max-width: 210px;
  margin: 0 auto;
}

@media only screen and (max-width: 700px) {
  #cm-crockpot-product .cm-section-footer .cm-logo {
    max-width: 180px;
  }
}

@media only screen and (max-width: 500px) {
  #cm-crockpot-product .cm-section-footer .cm-logo {
    max-width: 130px;
  }
}

#cm-crockpot-product .cm-section-footer .cm-logo img {
  width: 100%;
}

#cm-crockpot-product .cm-w300 {
  max-width: 300px;
  margin: 0 auto;
}

#cm-crockpot-product .cm-w400 {
  max-width: 400px;
}

#cm-crockpot-product .cm-w460 {
  max-width: 460px;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  #cm-crockpot-product .cm-w460 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (max-width: 600px) {
  #cm-crockpot-product .cm-w460 {
    padding-left: 0em;
    padding-right: 0em;
  }
}

#cm-crockpot-product .cm-w700 {
  max-width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  #cm-crockpot-product .cm-w700 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (max-width: 600px) {
  #cm-crockpot-product .cm-w700 {
    padding-left: 0em;
    padding-right: 0em;
  }
}

#cm-crockpot-product .cm-w730 {
  max-width: 730px;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  #cm-crockpot-product .cm-w730 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .homepage-widget div {
    flex-direction: column !important;
    align-items: center !important;
  }

  .homepage-widget div div {
    width: 90% !important;
  }

  .homepage-widget div:nth-child(2) {
    margin: 20px 0 !important;
  }
}

@media only screen and (max-width: 600px) {
  #cm-crockpot-product .cm-w730 {
    padding-left: 0em;
    padding-right: 0em;
  }
}

#cm-crockpot-product .cm-section-footer {
  margin-top: 4em;
  background-color: #41695b;
}

/*  style customersów  */

#uniform-obl_1,
#uniform-obl_2 {
  margin-right: 0px;
}

#account-creation_form .label_full {
  margin-left: 0px;
}

.required sup {
  color: red;
}

.tabelkabialecos {
  border-spacing: 2px;
  border-collapse: separate;
}

#cookieinfo-pencil div {
  padding: 10px;
}

.slider-img-mobile {
  display: none !important;
}

@media only screen and (min-width: 421px) {
  .slider-img-desktop,
  .slider-img-desktop-wm {
    height: 328px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 420px) {
  .slider-img-mobile,
  .slider-img-desktop-wm {
    display: block !important;
    height: 150px !important;
    object-fit: cover;
  }

  .slider-img-desktop {
    display: none !important;
  }
}

/* wymuszam bullety na podstronach  */

ul.wymusbullety {
  list-style: circle;
  padding-left: 20px;
}

.how-reviews-work-p {
  text-decoration: underline;
  margin-top: 10px;
  cursor: pointer;
  color: #e5a812;
  text-align: center;
  font-size: 14px;
}

.layered_filter {
  display: flex;
  align-items: center;
  margin: 0 !important;
}

.layered_subtitle {
  font-size: 12px !important;
  font-weight: normal !important;
  color: #555 !important;
  margin: 0 !important;
}

.layered_filter_ul span,
.layered_filter_ul option {
  text-transform: uppercase !important;
}

.layered_filter_ul {
  padding: 0 !important;
}

#layered_block_left {
  margin: 0 !important;
}

.block-layered-filter-li {
  position: relative;
}

.block-layered-filter-li .selector,
.block-layered-filter-li .selector span {
  background-image: none !important;
}

.block-layered-filter-li option {
  color: #999;
}

.block_layered_arr_down {
  position: absolute;
  right: 0;
  top: 41%;
  border: solid #555;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 2.3px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 767px) {
  .p-cat-category-filter-mobile {
    display: block;
  }

  .p-cat-feature-sort-div {
    flex-direction: column;
  }

  #layered_block_left .block_content {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 991px) {
  .shop-top {
    flex-direction: column;
  }

  .p-cat-feature-sort-div {
    justify-content: space-between;
    align-items: unset;
  }

  #productsSortForm,
  #uniform-selectProductSort {
    padding-left: 0 !important;
  }

  .block-layered-filter-li .selector {
    padding: 0 !important;
  }
}

#cgv {
  margin-left: -6px !important;
}

#ot-sdk-btn.ot-sdk-show-settings.kh-footer-style:hover,
#ot-sdk-btn.optanon-show-settings.kh-footer-style:hover {
  background-color: initial;
  color: #e5a812;
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  border: none;
}

#ot-sdk-btn.ot-sdk-show-settings.kh-footer-style,
#ot-sdk-btn.optanon-show-settings.kh-footer-style {
  padding: 0;
  background-color: initial;
  border: none;
  font-size: 1em;
  color: #888888;
}

.main-menu .sub-menu:not(.megamenu) ul > li > a[href="/144-outlet"] {
  color: #cc0033;
}

.gk-kolol {
  padding-left: 15px;
  margin-top: 20px;
  box-sizing: border-box;
}

.gk-kol {
  width: 33%;
  padding: 15px 0;
  text-align: left;
  float: left;
}

.gk-kolkom {
  padding: 52px 0 20px 0;
  text-align: center;
  border: 1px solid #f3f3f3;
  min-height: 160px;
}

.text-primary {
  color: #e5a812;
}

.btn {
  display: inline-block;
}

.btn-primary {
  color: #fff !important;
  padding: 9px 25px;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  position: relative;
  font-weight: bold;
  background-color: #e5a812;
  font-size: 12px;
  border: none;
}

.btn-primary-2 {
  background-color: #f7a81b;
}

.btn-primary:hover,
.btn-primary-2:hover {
  background-color: #000;
}

.header-nav-submenu {
  visibility: hidden;
  opacity: 0;
  display: flex;
  position: absolute;
  padding: 20px 40px;
  background: white;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.17);
  top: 65px;
  width: 280px;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s ease-out;
}

.header-nav-submenu.visible {
  top: 55px;
  visibility: visible;
  opacity: 1;
}

.header-nav-submenu a {
  padding: 0 !important;
}

.header-nav-spacer {
  height: 1px;
  background: #222;
}

div.textiorr {
  overflow: hidden;
  float: left;
  width: 65%;
  clear: both;
  margin-top: 15px;
}

img.cjsim2 {
  width: 30%;
  float: right;
  margin-bottom: 15px;
}

img.cjsim3 {
  width: 28.7%;
  float: left;
  margin: 5px 15px 0 0;
}

.cpczjs_002 {
  overflow: hidden;
}

.skkw {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #d3d3d3;
  color: #999;
  padding: 30px;
  min-height: 200px;
  font-size: 1.2 em;
  clear: both;
  margin-bottom: 20px;
}

#search_widget {
  min-width: unset !important;
}

.header-nav-li {
  text-transform: uppercase;
  display: inline-block;
  color: #222;
  font-size: 12px;
  cursor: pointer;
  position: relative;
}

.header-nav-li,
.header-nav-li a {
  padding: 20px 0;
}

.header-nav-li::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  width: 0;
  z-index: 10;
  bottom: 10px;
  background-color: #e5a812;
  transition: width 0.3s ease-in;
}

.header-nav-li:hover::after {
  width: 100%;
}

.header-nav-li:hover,
.header-nav-li a:hover {
  color: #e5a812;
}

.header-nav-ul li a {
  color: #222;
}

.product-miniature .product-action {
  display: flex;
  justify-content: center;
}

.product-miniature .az_has360icon {
  display: none;
}

.category-name-h1 {
  font-size: 15px;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3em;
  margin-top: 0;
  color: #222;
}

.modu-grkk {
  min-height: 450px;
  font-family: Arial;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: contain;
  padding-bottom: 40px;
}

.grkk2 {
  background-image: url(/themes/crockpot/img/lifting/wolnowary-cyfrowe.jpg);
  background-color: white;
}

.grkk1 div.cpfikus,
.grkk2 div.cpfikus,
.grkk3 div.cpfikus {
  padding-top: 80px;
  padding-left: 43%;
}

.grkk1 div,
.grkk2 div,
.grkk3 div {
  overflow: visible;
}

div.hascp-buttongrad {
  text-align: center;
}

.grkk1 div,
.grkk2 div,
.grkk3 div {
  overflow: visible;
}

.grkk1 h3,
.grkk2 h3,
.grkk3 h3 {
  font-size: 24px;
  color: black;
  padding-left: 22px;
  padding-bottom: 0px;
}

.grkk1 p,
.grkk2 p,
.grkk3 p {
  font-size: 14px;
  color: black;
  border-left: 1px solid white;
  padding-left: 22px;
  max-width: 420px;
  padding-bottom: 0px;
  line-height: 22px !important;
}

p {
  font-size: 14px;
  margin-bottom: 22px;
}

section.login-form {
  display: flex;
  align-items: center;
  flex-direction: column;
}

section.login-form #login-form {
  max-width: 600px;
}

.help-block {
  width: 100%;
}

section.login-form #login-form .forgot-password a {
  color: #e5a812;
  text-decoration: underline;
}

section.login-form #login-form .forgot-password a:hover {
  color: #555;
  text-decoration: none;
}

.zwwbuton {
  background: #f7a81b;
  display: block;
  width: 100%;
  font-size: 1.4em;
  text-align: center;
  padding: 15px;
  color: #fff !important;
  text-transform: uppercase;
  margin-top: 12px;
}

.zwwbuton:hover {
  background-color: #000;
}

.page-content.page-cms p,
.page-content.page-cms strong {
  line-height: 22px;
  color: #555;
}

.page-content.page-cms strong {
  font-size: 14px;
}

.page-content.page-cms ol {
  color: #555;
  list-style-type: decimal;
  line-height: 22px;
  font-size: 14px;
}

.page-content.page-cms ul {
  font-size: 14px;
  color: #555;
  line-height: 22px;
}

.page-content.page-cms em {
  font-style: italic;
}

.cms-ol-wp {
  padding-left: 15px;
}

.grkk2 p {
  color: black;
  border-left: 1px solid black;
}

#_desktop_user_info {
  padding: 10px;
}

#_desktop_user_info .box-settings {
  position: relative;
}

#_desktop_user_info .box-settings .settings-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 0;
  padding: 25px;
  padding-top: 13px;
  background-color: #fff;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  width: 200px;
  transition: all 0.4s ease-in;
}

#_desktop_user_info .box-settings .settings-wrapper.visible {
  visibility: visible;
  opacity: 1;
  top: 10px;
}

#_desktop_user_info .box-settings .settings-wrapper ul {
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
  font-size: 14px;
}

.my-account-section {
  display: flex;
  gap: 40px;
}

.my-account_left-menu {
  width: 25%;
}

.my-account_left-menu_nav {
  border: 1px solid #ebebeb;
  margin-bottom: 12px;
}

.my-account-section h1,
.my-account-section h2 {
  margin: 0;
}

.my-account-section h2 {
  font-size: 21px;
}

.my-account_left-menu_nav_h {
  color: #e5a812;
  font-size: 11px;
  font-weight: bold;
  padding: 9px 12px;
  border-bottom: 1px solid #ebebeb;
}

.my-account_left-menu_nav ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 12px;
  font-size: 14px;
}

.my-account_right-panel .account-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.my-account_right-panel {
  width: 75%;
}

.my-account_right-panel .info {
  display: flex;
  align-items: center;
}

.my-account_right-panel_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  font-size: 14px;
}

.my-account_right-panel strong {
  font-weight: bold;
}

#_desktop_user_info .box-settings .settings-wrapper a {
  transition: all 0.15s ease-in;
}

#_desktop_user_info .box-settings .settings-wrapper a:hover {
  color: #ffbd59;
}

.icon.pe-7s-config,
.icon .pe-7s-cart,
.icon .pe-7s-search {
  cursor: pointer;
  font-size: 23px;
}

#search_widget {
  position: relative;
  padding: 10px;
}

#search_widget {
  position: relative;
  max-width: unset !important;
  margin-bottom: 0 !important;
  float: unset !important;
  overflow: unset !important;
}

#ps_searchbar-search_widget-form {
  visibility: hidden;
  opacity: 0;
  position: absolute !important;
  width: 0;
  right: -40px;
  top: 30px;
  border: 1px solid #e5e5e5;
  height: 0;
  transition: all 0.3s ease-out;
}

#ps_searchbar-search_widget-form.visible {
  visibility: visible;
  opacity: 1;
  width: 308px;
  height: 50px;
}

#ps_searchbar-search_widget-form input {
  border: none !important;
  width: 100% !important;
  height: 100% !important;
  padding: 13px 50px 13px 15px !important;
  box-shadow: none !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  color: #747474 !important;
}

#search-widget-submit-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: unset;
  border: none;
}

.cart-products-count {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #e5a812;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.product-prices.js-product-prices {
  margin: 20px 0;
}

.video .button-play {
  width: 59px;
  height: 59px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 0px;
  background: url(/themes/crockpot/img/xplay.png.pagespeed.ic.qR2WTbrPhZ.webp)
    no-repeat;
}

.newsletter-section {
  margin-top: 60px;
  display: flex;
  gap: 10px;
}

.newsletter-section .video {
  position: relative;
  width: 60%;
}

.newsletter-section .newsletter-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
}

.newsletter-section .video img {
  object-fit: contain;
  width: 100%;
}

.newsletter-section .newsletter-content h3 {
  text-transform: uppercase;
  border-bottom: 2px solid #f7a81b;
}

.newsletter-section .newsletter-content .newsletter-info {
  font-size: 14px;
  font-style: italic;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
}

.header-desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.carousel .carousel-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-position: 0 -70px;
}

.mobile-navigation {
  display: none;
  padding: 10px 20px 10px 0;
  cursor: pointer;
}

.mobile-nav-section {
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.95);
  transition: all 0.3s ease-in;
}

.mobile-nav-section.open {
  visibility: visible;
  left: 0;
}

.mobile-nav-section .close-menu {
  width: 35px;
  height: 35px;
  font-size: 26px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  line-height: 24px;
  text-align: center;
  color: #ccc;
  line-height: 38px;
  cursor: pointer;
}

.mobile-nav-section-content {
  padding: 15px;
}

.mobile-nav-section-content-ul li {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-nav-section-content-ul li a {
  color: #fff;
}

.mobile-nav-section-c-div {
  margin-left: 40px;
}

.product-miniature .product-title {
  font-size: 16px;
  text-align: center;
  height: 60px;
}

.product-miniature .informacja_ustawowa_o_cenie {
  text-align: center;
}

.product-flag-new,
.product-flag-discount,
.product-flag-outlet {
  color: white;
  text-align: center;
  padding: 2px 10px;
  margin-left: 10px;
  font-size: 14px;
}

.product-flag-new {
  background-color: #61d377;
}

.product-flag-discount {
  background-color: #ea7200;
}

.product-flag-outlet {
  background-color: #602528;
}

#_desktop_cart {
  position: relative;
  padding: 10px;
}

#_desktop_cart-content {
  opacity: 0;
  visibility: hidden;
  top: 55px;
  width: 368px;
  position: absolute;
  right: 0;
  padding: 10px 30px;
  background-color: #fff;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.4s ease-in;
}

#_desktop_cart-content.visible {
  opacity: 1;
  visibility: visible;
  top: 45px;
}

#_desktop_cart-content h3 {
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}

._desktop_cart-content-product {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

._desktop_cart-content-product .product-thumbnail img {
  width: 90px !important;
  height: 90px;
  object-fit: contain;
}

._desktop_cart-content-product h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

._desktop_cart-content-product-info p {
  font-weight: bold;
  color: #333;
}

#_desktop_cart-content .cart-prices {
  padding: 15px;
  text-align: center;
  font-size: 14px;
}

#_desktop_cart-content .cart-prices .cart-prices-line.last-line {
  margin-top: 15px;
}

#_desktop_cart-content .cart-buttons .btn-primary {
  width: 100%;
  padding: 20px;
}

#_desktop_cart-content .cart-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#header-displaynav2-desktop,
#header-displaynav2-mobile {
  display: flex;
  align-items: center;
}

#_mobile_logo {
  display: none;
  justify-content: center;
  padding: 10px 0;
}

.reorder-link {
  color: #e5a812;
  font-weight: bold;
  white-space: nowrap;
}

#highlighted-products-swiper {
  width: 70%;
  padding-top: 30px;
}

#highlighted-products {
  margin-top: 60px;
  display: flex;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.highlighted-product {
  display: flex;
  flex-direction: column;
}

.highlighted-product h2 {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.highlighted-product h2:hover {
  color: #e5a812;
}

.highlighted-product img {
  width: 100%;
  aspect-ratio: 1;
  cursor: pointer;
}

.highlighted-product_price {
  text-align: center;
  color: #222;
  margin: 15px 0;
  font-size: 26px;
}

.highlighted-product .add-to-cart-or-refresh {
  text-align: center;
}

#highlighted-products-header {
  display: none;
  justify-content: center;
  text-transform: uppercase;
}

#highlighted-products-header h3 {
  border-bottom: 2px solid #f7a81b;
  width: max-content;
}

.my-account-section_info {
  display: none;
}

.my-account-section_info-d,
.my-account-section_info {
  line-height: 175%;
}

.my-account_right-panel .account-title .account-logout a {
  font-size: 14px;
  color: #e5a812;
  transition: all 0.15s ease-in;
  border-bottom: 1px solid #555;
}

.my-account_right-panel .account-title .account-logout a:hover {
  color: #555;
}

.page-cms #wrapper a {
  color: #e5a812;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page-cms #wrapper a:hover {
  color: #555;
}

.page-cms .przelam {
  word-break: break-all;
}

#slvj-close-icon {
  background-image: url("/themes/crockpot/img/close-icon.png") !important;
}

.lastest-blog .left,
.lastest-blog .right {
  width: 50%;
  float: left;
}

.lastest-blog .left {
  padding-right: 25px;
}

.lastest-blog .right {
  text-align: right;
  position: relative;
}

.lastest-blog .blog-title a {
  color: #222;
  text-transform: uppercase;
  font-size: 18px;
}

.lastest-blog .blog-date {
  float: left;
  padding: 55px 0 20px;
  width: 100%;
  line-height: 16px;
}

.lastest-blog .blog-title {
  margin-bottom: 20px;
}

.lastest-blog .blog-date .day {
  color: #666666;
  float: left;
  font-size: 60px;
  line-height: 49px;
  margin-right: 10px;
  font-weight: 100;
}

.lastest-blog .blog-date .month,
.lastest-blog .blog-date .year {
  clear: none;
  float: left;
  font-size: 13px;
  color: #555555;
  font-weight: 300;
  text-transform: uppercase;
}

.lastest-blog .meta .fa {
  color: #e5a812;
}

.lastest-blog .right:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 50%;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

.swiper.homeslider,
.swiper.homeslider .swiper-wrapper,
.swiper.homeslider .swiper-slide {
  height: 328px !important;
}

.swiper.homeslider img {
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.banner-border {
  position: relative;
  display: block;
  overflow: hidden;
}

.banner-border:before,
.banner-border:after {
  content: "";
  position: absolute;
  pointer-events: none;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  transform-origin: center;
  opacity: 1;
  z-index: 999;
}

.banner-border:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 45%;
  right: 0;
  bottom: 45%;
  left: 0;
  opacity: 0;
  width: 100%;
}

.banner-border:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 15px;
  right: 45%;
  bottom: 15px;
  left: 45%;
  transform: scaleY(0);
}

/* hover */
.banner-border:hover:before {
  opacity: 1;
  top: 30px;
  bottom: 30px;
}

.banner-border:hover:after {
  transform: scaleY(1);
  right: 30px;
  left: 30px;
}

.banner-border img {
  width: 100%;
  transform-style: preserve-3d;
}

.banner-border:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}

.banner-border img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#pencil-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.header-top.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}

#header-top-placeholder {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.product-miniature .highlighted-informations .quick-view {
  position: absolute;
  right: 10px;
  top: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: rgb(255, 255, 255);
  box-shadow:
    rgba(0, 0, 0, 0.12) 0px 1px 3px,
    rgba(0, 0, 0, 0.24) 0px 1px 2px;
  /* transform: scale(0, 1);
  opacity: 0; */
  color: rgb(34, 34, 34);
  transition: 0.5s;
}

.quickview .h1 {
  font-size: 18px;
}

.quickview .current-price-value {
  font-weight: normal;
  font-size: 30px;
  line-height: 24px;
  color: #222;
  margin-bottom: 0;
}

.quickview #product-description-short {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 30px 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.quickview #product-description-short p {
  font:
    normal 16px "Roboto",
    sans-serif;
  margin-bottom: 0;
  line-height: 24px;
  color: #555;
}

.quickview .product-actions .control-label {
  width: auto;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  width: 50px;
  color: #000;
  margin-bottom: 10px;
}

.product-quantity-flex {
  display: flex;
  gap: 20px;
}

.product-quantity .qty {
  position: relative;
}

@media (max-width: 480px) {
  div.textiorr,
  img.cjsim2 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #_desktop_logo,
  .header-nav-ul,
  #highlighted-products-img {
    display: none;
  }

  .mobile-navigation {
    display: block;
  }

  #highlighted-products {
    border: none;
  }

  .newsletter-section,
  #highlighted-products {
    flex-direction: column;
  }

  .newsletter-section .video,
  .newsletter-section .newsletter-content {
    width: 100%;
  }

  #_mobile_logo,
  #highlighted-products-header {
    display: flex;
  }

  .header-content {
    width: 100%;
    justify-content: space-between;
  }

  section.contact .wrapper-content {
    flex-direction: column;
    gap: 20px;
  }

  section.contact .kontakt-left,
  section.contact .kontakt-right {
    width: 100%;
  }

  .page_banner-div {
    display: none;
  }

  #ps_searchbar-search_widget-form {
    right: -30px;
  }
}

@media (max-width: 1199px) {
  .carousel .carousel-item img {
    object-position: unset;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-nav-ul li {
    font-size: 8px;
  }
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .header-nav-ul li {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .my-account_left-menu {
    display: none;
  }

  .my-account-section {
    flex-direction: column;
  }

  .my-account_right-panel_grid {
    grid-template-columns: 1fr;
  }

  .my-account_right-panel .info {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .my-account_right-panel .info .line {
    display: none;
  }

  .my-account_right-panel {
    width: 100%;
  }

  .my-account-section_info {
    display: block;
  }

  .gk-kol {
    width: 100%;
  }

  .cp-wybory > div {
    width: 100%;
  }

  .swiper.homeslider,
  .swiper.homeslider .swiper-wrapper,
  .swiper.homeslider .swiper-slide {
    height: 150px !important;
  }
}

@media (max-width: 480px) {
  .grkk1 div.cpfikus,
  .grkk2 div.cpfikus,
  .grkk3 div.cpfikus {
    padding-top: 120px;
    padding-left: 0%;
  }
}

.payment-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  column-gap: 10px;
}

.payment_module .payment-option {
  display: block;
  border: 1px solid #d6d4d4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  font-weight: bold;
  padding: 10px 40px 110px 135px;
  height: 0px;
  letter-spacing: -1px;
  position: relative;
  cursor: pointer;
}

.payment_module .payment-option span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 35px;
  left: 135px;
  font-weight: 700;
  text-align: left;
  font-size: 17px;
  color: #777;
}
.payment_module:hover .payment-option::before,
.payment_module.checked .payment-option::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transition: background-image 0.3s;
}

.payment_module .payment-option.bankwire {
  background: url(/themes/crockpot/img/icon/payment/ikony_platnosci-black_05.png)
    15px 12px no-repeat #fff;
}
.payment_module:hover .payment-option.bankwire::before,
.payment_module.checked .bankwire::before {
  background: url(/themes/crockpot/img/icon/payment/ikony_platnosci-cp-orange_05.png)
    15px 12px no-repeat #fff;
}

.payment_module .payment-option.santander {
  background: url(/themes/crockpot/img/icon/payment/ikony_platnosci-black_03.png)
    15px 12px no-repeat #fff;
}
.payment_module:hover .payment-option.santander::before,
.payment_module.checked .payment-option.santander::before {
  background: url(/themes/crockpot/img/icon/payment/ikony_platnosci-cp-orange_03.png)
    15px 12px no-repeat #fff;
}

.payment_module .payment-option.payu {
  background: url(/themes/crockpot/img/icon/payment/ikony_platnosci-black_01.png)
    15px 12px no-repeat #fff;
}
.payment_module .payment-option.payu::before {
  background: url(/themes/crockpot/img/icon/payment/ikony_platnosci-cp-orange_01.png)
    15px 12px no-repeat #fff;
}

.payment_module .payment-option.payu-paypo {
  background: url(/themes/crockpot/img/icon/payment/ikony_platnosci-black_02.png)
    15px 12px no-repeat #fff;
}
.payment_module .payment-option.payu-paypo::before {
  background: url(/themes/crockpot/img/icon/payment/ikony_platnosci-cp-orange_02.png)
    15px 12px no-repeat #fff;
}

.payment_module .payment-option.payu-blik {
  background: url(/themes/crockpot/img/icon/payment/ikony_platnosci-black_04.png)
    15px 12px no-repeat #fff;
}
.payment_module .payment-option.payu-blik::before {
  background: url(/themes/crockpot/img/icon/payment/ikony_platnosci-cp-orange_04.png)
    15px 12px no-repeat #fff;
}

.payment_module .payment-option.cashondeliverywithfee {
  background: url(/themes/crockpot/img/icon/payment/ikony_platnosci-black_07.png)
    15px 12px no-repeat #fff;
}
.payment_module .payment-option.cashondeliverywithfee::before {
  background: url(/themes/crockpot/img/icon/payment/ikony_platnosci-cp_07.png)
    15px 12px no-repeat #fff;
}

.payment_module .payment-option.cashondeliverypaczkomat {
  background: url(../../img/icons/payment/ikony_platnosci-ir-gray_08.png) 15px
    12px no-repeat #fff;
}
.payment_module .payment-option.cashondeliverypaczkomat::before {
  background: url(../../img/icons/payment/ikony_platnosci-ir-green_08.png) 15px
    12px no-repeat #fff;
}

.payment_module .payment-option.cash {
  background: url(img/cash.png) 15px 15px no-repeat #fff;
}

.payment_module.checked .payment-option {
  overflow: hidden;
  border: 1px solid #f4b61b;
}

.payment_module .payment-option:hover {
  background-color: #f6f6f6;
}

@media (max-width: 1200px) {
  .payment-options {
    grid-template-columns: 1fr;
  }
}

.js-payment-option-form.ps-hidden {
  display: none !important;
}

.btn-default {
  color: #fff !important;
}

.terms-and-conditions-container,
.regulations-page {
  color: #555;
}

.terms-and-conditions-container ol,
.regulations-page ol {
  list-style: numeric;
  font-size: 14px;
}

.terms-and-conditions-container ol li {
  font-size: 14px;
}

body#checkout section.checkout-step .delivery-options .delivery-option label {
  display: flex;
}

body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.delivery-option-input-div {
  display: flex;
  padding: 8px 0;
  justify-content: center;
  border-right: 1px solid #ddd;
  width: 54px;
}

.delivery-option-carrier-price-div {
  padding: 8px;
  border-left: 1px solid #ddd;
  width: 15%;
}

body#checkout
  section.checkout-step
  .delivery-options
  .delivery-option
  .carrier-logo {
  width: 97px;
  text-align: center;
  padding: 8px;
  border-right: 1px solid #ddd;
}

body#checkout
  section.checkout-step
  .delivery-options
  .delivery-option
  .carriere-name-container {
  padding: 8px;
  width: 467px;
}

label.poledodatkowe2 {
  padding-left: 20px;
}

.is-hidden {
  display: none !important;
}

.btn.btn-primary.cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  font-weight: normal;
}

.block-promo {
  border: 1px dashed #a2a2a2;
  padding: 15px;
  padding-bottom: 80px;
}

.block-promo .coupon-box-title {
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 45px;
  font-size: 18px;
  font-style: italic;
  color: #222;
}

@media (max-width: 600px) {
  body#checkout
    section.checkout-step
    .delivery-options
    .delivery-option
    .carriere-name-container {
    padding: 8px;
    width: 100px;
  }

  .delivery-option-input-div {
    width: 40px;
  }

  .delivery-option-carrier-price-div {
    width: 25%;
  }
}

@media (min-width: 600px) and (max-width: 860px) {
  body#checkout
    section.checkout-step
    .delivery-options
    .delivery-option
    .carriere-name-container {
    padding: 8px;
    width: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  body#checkout
    section.checkout-step
    .delivery-options
    .delivery-option
    .carriere-name-container {
    padding: 8px;
    width: 349px;
  }
}

@media (max-width: 1005px) {
  #homeslider .swiper-button-prev,
  .section-lastest-blog .swiper-button-prev {
    left: 10px;
  }

  #homeslider .swiper-button-next,
  .section-lastest-blog .swiper-button-next {
    right: 10px;
  }

  #homeslider:hover .swiper-button-prev,
  .section-lastest-blog:hover .swiper-button-prev {
    left: 5px;
  }

  #homeslider:hover .swiper-button-next,
  .section-lastest-blog:hover .swiper-button-next {
    right: 5px;
  }
}

@media (max-width: 480px) {
  .lastest-blog .left,
  .lastest-blog .right {
    width: 100%;
  }
}

.footer {
  background-color: #0b0b0b;
  color: #888;
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1140px;
  margin: 0 auto;
}

.footer-box_title {
  font-size: 19px;
  color: #eeeeee;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.footer-box_title::after {
  content: "";
  width: 23px;
  height: 6px;
  display: block;
  background: url(/themes/crockpot/img/driver.png) no-repeat center center;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

.footer-box {
  margin-top: 30px;
  text-align: center;
}

.footer-box ul li {
  line-height: 28px;
  list-style: none;
  border: none;
}

.footer-box ul li a {
  font-size: 14px;
  color: #888888;
}

.footer-box ul li a:hover {
  color: #e5a812;
}

.footer-box .social.faikonkis {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 300px;
  margin: 0 auto;
}

.footer-box .social a {
  width: 35px;
  height: 35px;
  line-height: 32px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #2c2c2c;
  text-align: center;
  font-size: 24px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  transition: 0.3s;
}

.footer-box .phone {
  margin: 20px 0;
}

.footer-box .phone a {
  font-size: 18px;
  color: #fff;
}

.my-account-link-mobile {
  display: none;
}

#order-messages-textarea {
  height: unset;
  margin-top: 5px;
  width: 100%;
  padding: 15px;
}

.category-filters {
  display: flex;
  align-items: center;
  gap: 20px;
}

.highlighted-products-swiper-button-next,
.highlighted-products-swiper-button-prev,
.przepis-products-swiper-button-next,
.przepis-products-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  color: #aaaaaa;
  text-align: center;
  line-height: 30px;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.highlighted-products-swiper-button-next:hover,
.highlighted-products-swiper-button-prev:hover,
.przepis-products-swiper-button-next:hover,
.przepis-products-swiper-button-prev:hover {
  color: #303030;
}

.highlighted-products-swiper-button-prev,
.przepis-products-swiper-button-prev {
  left: 100px;
}

.przepis-products-swiper-button-prev {
  padding-right: 40px;
}

.highlighted-products-swiper-button-next,
.przepis-products-swiper-button-next {
  right: 100px;
}

.przepis-products-swiper-button-next {
  padding-left: 40px;
}

.highlighted-products-swiper-button-prev::before,
.przepis-products-swiper-button-prev::before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 35px;
}

.highlighted-products-swiper-button-next::before,
.przepis-products-swiper-button-next::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 35px;
}

#highlighted-products-swiper:hover .highlighted-products-swiper-button-next,
#highlighted-products-swiper:hover .highlighted-products-swiper-button-prev,
.megacategory.przepisy-products:hover .przepis-products-swiper-button-next,
.megacategory.przepisy-products:hover .przepis-products-swiper-button-prev {
  opacity: 1;
}

#highlighted-products-swiper:hover .highlighted-products-swiper-button-next {
  right: 0;
}

#highlighted-products-swiper:hover .highlighted-products-swiper-button-prev {
  left: 0;
}

.megacategory.przepisy-products:hover .przepis-products-swiper-button-next {
  right: -10px;
}

.megacategory.przepisy-products:hover .przepis-products-swiper-button-prev {
  left: -10px;
}

.my-account-links-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

#products .products,
.page-search .products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

#products .products.display-list {
  display: flex;
}

#products .products .product-list-reviews {
  display: none;
}

#products .products.display-list .product-list-reviews {
  display: block;
  position: relative;
  justify-content: flex-start;
  top: unset;
  left: unset;
  margin-bottom: 20px;
}

#products .products.display-list .product-list-reviews .star-content {
  display: flex;
  gap: 10px;
}

#products .products.display-list .product-list-reviews .comments-nb {
  display: none;
}

#products
  .products.display-list
  .product-list-reviews
  .grade-stars
  .star-on:after {
  font-size: 28px;
  width: 28px;
  color: #fc3;
}

.products-selection {
  margin-bottom: 33px;
}

.search-przepis {
  display: flex;
  flex-direction: row;
  padding: 5px 0;
}

.search-przepis a,
.search-cms a {
  color: #e5a812;
}

.search-przepis a:hover,
.search-cms a:hover {
  color: #555;
}

#przepis_comments_block_extra {
  font-size: 14px;
  line-height: 18px;
}

#przepis_comments_block_extra a {
  text-decoration: none;
}

#przepis_comments_block_extra a:hover {
  text-decoration: none;
}

#przepis_comments_block_extra .comments_note {
  margin-bottom: 5px;
}
#przepis_comments_block_extra .comments_note span,
#przepis_comments_block_extra .star_content {
  float: left;
}
#przepis_comments_block_extra .star_content {
  margin-top: 2px;
}

#przepis_comments_block_extra div.star {
  background: url(modules/przepiscomments/img/star.gif) no-repeat scroll 0 0
    transparent;
}

#przepis_comments_block_extra div.star_on {
  background: url(modules/przepiscomments/img/star.gif) no-repeat scroll 0 -12px
    transparent;
}

#przepis_comments_block_extra .comments_advices {
  text-align: center;
  clear: both;
}

#przepis_comments_block_extra a {
  text-decoration: none;
}

.comments_advices a {
  text-decoration: none;
  color: #777;
  position: relative;
  margin-right: 8px;
  line-height: 30px;
  padding: 0;
  display: inline-block;
}

.przepisy-badz-pierwszy {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
  padding: 10px;
}

#new_comment_form #criterions_list label {
  display: inline;
  float: left;
  margin: 0 10px 0 0 !important;
  line-height: 24px;
}

#new_comment_form #criterions_list .star_content {
  float: left !important;
}

.star_content div.cancel {
  display: none;
}

#new_comment_form textarea {
  width: 100%;
  max-width: unset !important;
}

.fr {
  float: right;
  margin: 40px 0 0 0;
}

#new_comment_form label {
  text-align: left;
}

#new_comment_form_error.error {
  color: red;
}

.comment_author {
  border-right: 1px solid #ccc;
  margin-right: 20px;
}

#przepis_comments_block_tab div.comment .star_content {
  margin: 0 0 10px 0 !important;
}

.comment_author .star {
  font-size: 20px !important;
  width: 20px !important;
}

#przepis_comments_block_tab div.star,
#przepis_comments_block_tab div.star_on {
  background: none !important;
}

.post-dec img {
  width: 100%;
}

.order-infos-details-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-message-form.box select {
  width: 100%;
}

.label-pill {
  text-align: left;
}

body#checkout .form-group:has(.poledodatkowe2) {
  padding-left: 30px;
}

.product-quickview-review {
  display: none !important;
}

@media (max-width: 500px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .my-account-links-btns {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .order-infos-details-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (min-width: 500px) and (max-width: 1160px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .my-account-link-mobile {
    display: block;
  }

  .category-filters {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .products-sort-order .dropdown-menu {
    left: 0;
  }
}

@media (max-width: 991px) {
  #products .products,
  .page-search .products {
    grid-template-columns: 1fr;
  }

  .highlighted-products-swiper-button-prev {
    left: -8px;
  }

  .highlighted-products-swiper-button-next {
    right: -8px;
  }

  .highlighted-products-swiper-button-next,
  .highlighted-products-swiper-button-prev {
    opacity: 1;
  }

  body#checkout section.checkout-step .address-selector {
    flex-direction: column;
  }

  body#checkout section.checkout-step .address-item {
    flex: unset;
    width: 100%;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  #products .products,
  .page-search .products {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1024px) {
  .przepis-products-swiper-button-prev {
    opacity: 1;
    left: 0;
    padding-right: 0;
  }
  
  .przepis-products-swiper-button-next {
    opacity: 1;
    right: 0;
    padding-left: 0;
  }
}