/* SPIS */

/* 1. root-variables
2. icon-slider
3. glider
4. add-new-css-home-header-footer-main
5. listing-css
6. cart-css
7. product-css */
/* ------------------------------------------------------------------------------------ */
/* variables */ 
/* ------------------------------------------------------------------------------------ */
:root {
  /* general */

  --main-color-1: #303494;

--white: rgb(255, 255, 255);
--black: black;
--main-bg-color: #f6f2f1;
--main-font-color: #333333;
--footer-bg-color: rgba(51, 51, 51, 255);
--footer-font-color: #ffffff;

  --shop-menu-categories: rgba(248, 248, 255, 255);

  --menu-bar-hover: #babaff;

--topbar-bg-color: rgba(248, 248, 255, 255);
--topbar-text-color: #373737;
--topbar-icon-color: #868686;

--primary-element-color: #111572;
--second-element-color: #303494;
--second-element-color-light: #e0e3fe;
--second-element-first-menu-color: #42459d;
--pink-font-color: #ec008a;

--article-bg-color: #f8f8ff;

--top-bar-search-dropMenu-color: #f5f5f5;
--bg-listing-color: rgba(248, 248, 255, 255);
--bread-grey-color: #9c9c9c;
--form-place-gray: rgb(234, 234, 234);
--very-light-grey: #ccc;

--max-width-px: 1600px;

/* cart variables */
--pink-bg: #bd1579;
--white-font: white;
--title-font-blue: #662ca0;
--title-bg-light-grey: #f9f9f9;
--border-mid-grey: #dddddd;
--border-deep-grey: #91919f;
--regular-font: black;
--bg-forms: #f2f2f2;

/* product colors */
--green-elements-color: rgba(21, 191, 79, 255);

/* selectbox colors */
--blue-selectbox-color:   #0099ff;
--light-selectbox-color:   #e8f4fc;
}

/* ------------------------------------------------------------------------------------ */
/* icon-slider */
/* ------------------------------------------------------------------------------------ */

:root {
--marquee-width: 80vw;
--marquee-height: 20vh;
/* --marquee-elements: 12; */ /* defined with JavaScript */
--marquee-elements-displayed: 5;
--marquee-element-width: calc(
  var(--marquee-width) / var(--marquee-elements-displayed)
);
--marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
width: var(--marquee-width);
height: var(--marquee-height);
background-color: var(--white);
color: var(--very-light-grey);
overflow: hidden;
position: relative;
height: 100%;
margin: 0px;
width: 100%;
}
.marquee:before,
.marquee:after {
position: absolute;
top: 0;
width: 10rem;
height: 100%;
content: "";
z-index: 1;
}
.marquee:before {
left: 0;
background: linear-gradient(
  to right,
  rgba(255, 255, 255, 0) 0%,
  transparent 100%
);
}
.marquee:after {
right: 0;
background: linear-gradient(
  to left,
  rgba(255, 255, 255, 0) 0%,
  transparent 100%
);
}
.marquee-content {
list-style: none;
height: 100%;
display: flex;
animation: scrolling var(--marquee-animation-duration) linear infinite;
}
/* .marquee-content:hover {
  animation-play-state: paused;
} */
@keyframes scrolling {
0% {
  transform: translateX(0);
}
100% {
  transform: translateX(
    calc(-1 * var(--marquee-element-width) * var(--marquee-elements))
  );
}
}
.marquee-content li {
display: flex;
justify-content: center;
align-items: center;
/* text-align: center; */
flex-shrink: 0;
width: var(--marquee-element-width);
max-height: 100%;
font-size: calc(var(--marquee-height) * 3 / 4); /* 5rem; */
white-space: nowrap;
}

.marquee-content li img {
width: 95%;
/* height: 100%; */
/* border: 2px solid #eee; */
}

@media (max-width: 600px) {
:root {
  --marquee-width: 100vw;
  --marquee-height: 16vh;
  --marquee-elements-displayed: 3;
}
.marquee:before,
.marquee:after {
  width: 5rem;
}
}

/* ------------------------------------------------------------------------------------ */
/* glider */
/* ------------------------------------------------------------------------------------ */

.glider {
padding: 0px;
}

#wrapper {
width: 100%;
height: 150px;
position: relative;

margin: auto;
}

#carousel {
overflow: auto;
scroll-behavior: smooth;
scrollbar-width: none;
height: 100%;
padding-top: 20px;
}

#carousel::-webkit-scrollbar {
height: 0;
}
#carousel2 {
overflow: auto;
scroll-behavior: smooth;
scrollbar-width: none;
height: 100%;
padding-top: 20px;
}

#carousel2::-webkit-scrollbar {
height: 0;
}

#prev,
#next {
display: flex;
justify-content: center;
align-content: center;
background: var(--white);
border: none;
padding: 8px;
border-radius: 50%;
outline: 0;
cursor: pointer;
position: absolute;
}

#prev {
position: relative;
left: 70px;
}
.prev:hover,
.next:hover {
background-color: rgba(163, 163, 163, 0.8);
}
#prev2,
#next2 {
display: flex;
justify-content: center;
align-content: center;
background: var(--white);
border: none;
padding: 8px;
border-radius: 50%;
outline: 0;
cursor: pointer;
position: absolute;
}

#prev2 {
position: relative;
left: 70px;
}
.prev2:hover,
.next2:hover {
background-color: rgba(163, 163, 163, 0.8);
}
.filter-blue {
filter: invert(18%) sepia(23%) saturate(6282%) hue-rotate(226deg)
  brightness(93%) contrast(93%);
}
.filter-white {
filter: invert(100%) sepia(0%) saturate(6282%) hue-rotate(226deg)
  brightness(100%) contrast(93%);
}

#content {
display: grid;
grid-gap: 16px;
grid-auto-flow: column;
margin: auto;
box-sizing: border-box;
}
#content2 {
display: grid;
grid-gap: 16px;
grid-auto-flow: column;
margin: auto;
box-sizing: border-box;
}

.item {
display: flex;
width: 330px;
height: 100px;
background: var(--white);
border-radius: 12px;

-webkit-box-shadow: 0px -1px 31px -14px rgba(128, 128, 128, 1);
-moz-box-shadow: 0px -1px 31px -14px rgba(128, 128, 128, 1);
box-shadow: 0px -1px 31px -14px rgba(128, 128, 128, 1);
}

.item img {
/*width: 100px;*/
height: 100px;
}
.product-info {
width: 200px;
padding-left: 20px;
padding-top: 25px;
}
.products-num {
display: flex;
font-size: 12px;
color: var(--topbar-icon-color);
}
.products-num span {
}
.product-info h3 {
font-size: 16px;
font-weight: 700;
}

/* -------------------------------------------------------------------------- */
/* custom-css */
/* -------------------------------------------------------------------------- */
.header-top {
background-color: var(--topbar-bg-color);
color: var(--topbar-text-color);
}
.kb-container {
font-size: 12px;

max-width: 1740px;
padding-left: 70px;
padding-right: 70px;
margin: auto;
}

.header-top .container.kb-container{
  padding-left: 70px !important;
  padding-right: 70px !important;
}

#middle-header {
max-width: 1740px;
padding-left: 70px;
padding-right: 70px;
margin: auto;
padding-top: 16px;
padding-bottom: 16px;
}
.add-to-cart-listing-above {
  padding: 10px !important;
  font-size: 1px !important;
  width: 30px!important;
  height: 30px;
  /* background-color: rgba(0, 119, 255, 0)!important; */
  background-image: url('../../../images/cart.png')!important;
  filter: brightness(1)!important;
  background: center;
  background-size: 85%;
  /* background-position: 10px 10px!important;  */
  background-repeat: no-repeat!important;
  border: none!important;
  padding: 2px;
  color: var(--ts-btn-hover-color) !important;
}
.add-to-cart-listing-above:hover {
  background-color: var(--second-element-color-light)!important;
  background-image: url('../../../images/cart2.png')!important;

}
.menu-bar a:hover {
color: var(--menu-bar-hover);
}
.logo {
/*width: 220px;*/
}
.logo img {
width: 100% !important;
margin-top: -5px;
}
.account-icons {
display: flex;
justify-content: space-between;
color: var(--second-element-color);
font-weight: 900;
}
a.tini-wishlist::before {
font-weight: 900;
}
span.ic-cart::before {
font-weight: 900 !important;
}
a.login.sign-button::before {
display: none;
}
.my-account-wrapper {
margin-top: -2px;
}
#login-but.login.login-button::before {
display: none;
}
#login-but {
border: 2px solid;
border-radius: 8px;
padding-top: 8px;
padding-bottom: 8px;
}
.sign-button {
margin-top: 12px;
}
.kb-header-right {
justify-content: flex-start !important;
color: var(--white);
gap: 50px !important;
font-size: 15px;
}
.top-bar-left {
gap: 8px !important;
}
#menu-top-header-menu {
gap: 8px;
justify-content: flex-end;
}
.header-bottom {
background-color: var(--second-element-color);
}
#category-bar {
max-width: 1740px;
padding-left: 70px;
padding-right: 70px;
margin: auto;
height: 66px;
}
.vertical-menu-heading {
height: 55px;
}
#first-menu-element {
background: var(--second-element-first-menu-color);
font-size: 16px;
font-weight: 500;
}
.megamenu-width {
max-width: 100%;
}
.memamenu-left-list {
min-width: 100px !important;
max-width: 200px !important;
}
@media only screen and (max-width: 1700px) and (min-width: 1550px) {
.menu {
  min-width: 23vw;
}
}
@media only screen and (max-width: 890px) and (min-width: 750px) {
.list-categories {
  width: 80%;
}
.megamenu-width {
  max-height: 1000px;
  height: 100% !important;
}
.memamenu-left-list {
  min-width: 100px !important;
  max-width: 100px !important;
}
}
#menu-shop-categories li {
border: none;
background: var(--shop-menu-categories);
padding-top: 9px;
padding-bottom: 9px;
}
.header-bottom > .container {
padding-bottom: 0px;
}

.top-slideshow {
/* max-width: 1740px !important;
  padding-left: 70px;
  padding-right: 70px;
  margin: auto; */
width: 100% !important;
padding-left: 0px;
padding-right: 0px;
margin: 0 !important;
}
/* SLIDER */
.top-slideshow-wrapper {
width: 72%;
}
.tp-rs-img {
height: 800px !important;
top: -170px;
}
#slider2 {
top: -341px;
left: -17px !important;
}
#slider3 {
top: -294px;
left: -50px !important;
}
.rs-parallax-wrap {
display: none;
}
/* GLIDER HEADING */
.glider-heading {
display: flex;
justify-content: space-between;
padding-top: 20px;
padding-left: 4px;
margin: auto;
  margin-top: 15px;
}
.glider-heading h3 {
font-weight: 900;
}
.arrows {
display: flex;
justify-content: space-around;
width: 25%;
}

.item {
padding: 20px;
}
.item img {
width: 70px;
height: 70px;
}
.product-info {
padding-top: 0px;
margin: auto;
margin-bottom: 10px;
}
.product-info h3 {
padding: 0px;
margin: 0px;
}
/* RESET LINKS */
* a {
text-decoration: none;
}
/* PROMO SECTION  */

.main-heading {
font-size: 28px;
font-weight: 700;
color: var(--main-font-color);
margin-left: -21px;
}
.main-heading2 {
font-size: 28px;
font-weight: 900;
color: var(--main-font-color);
margin-left: 0px;
}

.promocje {
font-weight: 500;
color: var(--pink-font-color);
margin-left: 1px;
}
.margin-add {
margin-bottom: 3rem;
}
.margin-add > div {
    padding-right: 0px;
}
.promo-product {
width: 100%;
height: 450px;
padding: 1rem;
}

.no-prices .promo-product {
height: 376px;
}

.promo-product-img {
max-width: 550px;
max-height: 300px;
width: 100%;
height: 100%;
background-color: var(--white);
padding: 10px;
box-shadow: 0px -1px 31px -14px var(--bread-grey-color);
display: flex;
align-items: center;
justify-content: center;
border-radius: 12px;
}
.promo-product-img img {
height: 100%;
width: 100%;
object-fit: contain;
}

.promo-product-img a {
height: 80%;
width: 80%;
}

.promo-product-info-cost p {
margin: 0 0 8px;
display: block;
max-height: 25px;
overflow: hidden;
}

.favorite-heart {
position: relative;
z-index: 1;
left: 80%;
top: 50px;
cursor: pointer;
width: 50px;
}

.see-all-but-container {
flex-direction: column;
display: flex;
align-items: center;
margin-top: 24px;
margin-bottom: 32px;
}
.no-prices .see-all-but-container {
margin-top: 0px;
}

.see-all-but {
padding-top: 14px;
padding-bottom: 14px;
font-size: 18px;
font-weight: 500;
width: 400px;
border-radius: 8px;
background: var(--second-element-color);
}

.promo-product-info h3 {
padding-top: 12px;
font-size: 22px;
font-weight: 500;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.promo-product-info span {
padding: 12px;
padding-left: 0px;
font-size: 22px;
font-weight: 700;
color: var(--second-element-color);
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.promo-product-info s {
font-size: 14px;
color: var(--pink-font-color);
}

/* SECTION 3 */

.main-heading3 {
font-size: 28px;
font-weight: 700;
color: var(--main-font-color);
margin-left: 0px;
padding-left: 0;
}
.section-3-art {
/*padding-bottom: 42px;*/
}
.flex {
display: flex;
justify-content: space-between;
}
.promocje2 {
font-weight: 500;
color: var(--pink-font-color);
font-size: 20px;
}
.logos-bar {
background-color: var(--white);
padding-top: 0px;
margin-top: 0px;
height: 200px;
}
.left-img {
background-color: var(--article-bg-color);
border-radius: 20px 0px 0px 20px;
}
.left-img img {
width: 60%;
}
.right-art {
background-color: var(--article-bg-color);
border-radius: 0px 20px 20px 0px;
padding: 32px;
}
.right-art h3 {
padding-top: 20px;
font-weight: 900;
max-width: 600px;
padding-right: 20px;
padding-bottom: 20px;
}
.right-art p {
font-weight: 400;
font-size: 17px;
}

.more-text {
font-size: 16px;
color: var(--second-element-color);
padding-top: 20px;
padding-bottom: 20px;
}
#more-text-1 {
position: relative;
}
#more-text-2 {
position: relative;
bottom: -17px;
}

/* SECTION 4 */

/* SECTION 4 */
.section-4 {
width: 100%;
}

.section-4-left {
width: 49%;
height: 300px;
display: flex;
background-color: var(--second-element-color);
border-radius: 12px;
margin-right: 1%;
padding: 32px;
color: var(--main-bg-color);
}
.section-4-left .row {
width: 70%;
}
.section-4-left .row h3 {
font-weight: 800;
color: var(--main-bg-color);
}
.section-4-left .row p {
font-size: 18px;
color: var(--main-bg-color);
  margin-bottom: 5px;
}
.section-4-left .row a {
color: var(--main-bg-color);
font-weight: 600;
font-size: 16px;
}
.section-4-left-img {
height: 105%;
}
.section-4-right {
width: 49%;
height: 300px;
display: flex;
background-color: var(--topbar-bg-color);
border-radius: 12px;
margin-left: 1%;
padding: 32px;
}
.section-4-right .row {
width: 70%;
}
.section-4-right .row h3 {
font-weight: 900;
color: var(--main-font-color);
}
.section-4-right .row p {
font-size: 18px;
  margin-bottom: 5px;
}
.section-4-right .row a {
color: var(--second-element-color);
font-weight: 600;
font-size: 16px;
}

.section-4-right-img {
padding-left: 20px;
}
/* SECTION 6 */
.section-6 {
padding-top: 32px;
padding-bottom: 32px;
}
.section-6-left .row h3 {
font-weight: 900;
padding-top: 34px;
padding-bottom: 20px;
width: 85%;
}
.section-6-left .row p {
font-weight: 500;
font-size: 17px;
width: 80%;
}
.section-6-left {
padding-right: 32px;
}
.section-6-right {
padding-left: 32px;
}
/* SECTION 7 */
.section-7 {
padding-top: 32px;
padding-bottom: 64px;
}
.section-7-left .row h3 {
font-weight: 900;
padding-top: 20px;
padding-bottom: 20px;
}
.section-7-left .row p {
font-weight: 400;
font-size: 16px;
}
.section-7-right {
padding-left: 32px;
}
.section-7-right h3 {
padding-top: 32px;
font-weight: 900;
padding-left: 64px;
}
.section-7-right .row p {
padding-top: 32px;
font-weight: 500;
padding-left: 64px;
font-size: 18px;
}
.section-7-left {
padding-right: 32px;
}

footer {
background: var(--footer-bg-color) !important;
color: var(--footer-font-color) !important;
}
#footer-container {
padding-top: 64px;
max-width: 1740px;
padding-left: 70px;
padding-right: 70px;
padding-left: 70px;
padding-right: 70px;
margin: auto;
}
.e-con-inner {
padding: 0;
margin: 0 !important;
max-width: 1740px !important;
padding-left: 140px;
padding-right: 140px;
}
.footer-info {
  text-align: left;
  color: #747474;
}

.footer-contact-heading {
color: var(--footer-font-color) !important;
font-size: 20px;
padding-bottom: 20px;
}

.footer-heading {
padding-top: 100px;
color: var(--footer-font-color) !important;
padding-bottom: 0px;
}
.footer-list li {
padding-top: 10px !important;
}
.footer-list2 li {
padding-bottom: 10px !important;
}
.rights {
width: 80vw;
text-align: center;
padding-top: 32px;
padding-bottom: 64px;
}
.font-big {
font-weight: 700;
}
.contact-link {
padding-left: 5px;
}

.elementor-icon-list-text {
font-size: 18px;
}

/* MEGAMENU */
.sub-menu {
width: 50vw !important;
}
.section-4-right-img-phone {
display: none;
}
/* --LAST-- */
.account-icons {
gap: 22px;
}

.sticky-wrapper {
height: 110px !important;
}

.header-v4 .vertical-menu-heading,
.header-v4 .vertical-menu-wrapper .vertical-menu {
min-width: 255px;
}

.mySlides {
display: none;
}

/* --------------logged-------------- */

.tiles {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
grid-column-gap: 1.5rem;
grid-row-gap: 1.5rem;
margin-bottom: 1.5rem;
}

.tiles.tiles_my_account {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.tile {
  background-color: white;
width: 95%;
border-radius: 1rem;
cursor: pointer;
transition: 0.5s;
max-height: 214px;

-webkit-box-shadow: 0px 0px 100px -31px rgba(187, 187, 187, 1);
-moz-box-shadow: 0px 0px 100px -31px rgba(187, 187, 187, 1);
box-shadow: 0px 0px 100px -31px rgba(187, 187, 187, 1);
}

.tiles_my_account .tile {
max-height: 205px;
max-width: 218px;
}

.tile:after {
content: "";
display: block;
padding-bottom: 50%;
}
.tile img {
object-fit: cover;
border-radius: 1rem;
padding: 15px;
}

.tile:hover {
transform: scale(1.05);
}

.tile-title {
position: relative;
top: -30%;
font-size: 1rem;
font-weight: 800;
text-align: center;
color: rgb(50, 50, 50);
}
.blue-font {
color: var(--second-element-color) !important;
}
.logged-arrow {
position: relative !important;
top: -200px !important;
}
.logged-arrow-right {
position: relative !important;
top: -200px !important;
left: 89% !important;
}
/* MEDIASY */

@media only screen and (max-width: 767px) {
.tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.tiles.tiles_my_account {
  grid-template-columns: 1fr 1fr;
}

.div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.div2 {
  grid-area: 1 / 2 / 2 / 3;
}
.div3 {
  grid-area: 2 / 1 / 3 / 2;
}
.div4 {
  grid-area: 2 / 2 / 3 / 3;
}
.div5 {
  grid-area: 3 / 1 / 4 / 2;
}
.div6 {
  grid-area: 3 / 2 / 4 / 3;
}
.div7 {
  grid-area: 4 / 1 / 5 / 2;
}
.div8 {
  grid-area: 4 / 2 / 5 / 3;
}
.div9 {
  grid-area: 5 / 1 / 6 / 2;
}
.div10 {
  grid-area: 5 / 2 / 6 / 3;
}
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
.tiles.tiles_my_account {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
}

@media only screen and (min-width: 500px) and (max-width: 800px) {
.tiles.tiles_my_account {
  grid-template-columns: 1fr 1fr 1fr;
}
}

@media only screen and (max-width: 500px) {
.tiles.tiles_my_account {
  grid-template-columns: 1fr 1fr;
}
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.tile {
  max-height: 190px;
}
.logged-arrow-right {
  left: 88% !important;
}
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
.tile {
  max-height: 170px;
}
.logged-arrow-right {
  left: 87% !important;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1499px) {
.tile {
  max-height: 150px;
  font-size: 0.5rem;
}
.logged-arrow-right {
  left: 86% !important;
}
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
.tile {
  max-height: 130px;
}
.tile-title {
  top: -35% !important;
  font-size: 0.8rem;
}
.logged-arrow-right {
  left: 84.5% !important;
}
}
@media only screen and (min-width: 1281px) and (max-width: 1299px) {
.tile {
  max-height: 130px;
}
.tile-title {
  top: -35% !important;
  font-size: 0.8rem;
}
.logged-arrow {
  top: -150px !important;
}
.logged-arrow-right {
  top: -150px !important;
  left: 83% !important;
}
}
@media only screen and (min-width: 1279px) and (max-width: 1280px) {
.ts-mega-menu-wrapper {
  display: none !important;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
.tile {
  max-height: 200px;
}
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
.tile {
  max-height: 180px;
}

.logged-arrow-right {
  left: 87.5% !important;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
.tile {
  max-height: 160px;
}
.logged-arrow-right {
  left: 86.5% !important;
}
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
.tile {
  max-height: 140px;
}
.logged-arrow-right {
  left: 85% !important;
}
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
.tile {
  max-height: 135px;
}
.tile-title {
  top: -35% !important;
  font-size: 0.8rem;
}
.logged-arrow {
  top: -150px !important;
}
.logged-arrow-right {
  top: -150px !important;
  left: 84% !important;
}
}
@media only screen and (min-width: 800px) and (max-width: 899px) {
.tile {
  max-height: 120px;
}
.tile-title {
  top: -35% !important;
  font-size: 0.8rem;
}
.logged-arrow {
  top: -150px !important;
}
.logged-arrow-right {
  top: -150px !important;
  left: 82.5% !important;
}
}
@media only screen and (min-width: 767px) and (max-width: 799px) {
.tile {
  max-height: 110px;
}
.tile-title {
  top: -35% !important;
  font-size: 0.6rem;
}
.logged-arrow {
  top: -150px !important;
}
.logged-arrow-right {
  top: -150px !important;
  left: 81% !important;
}
}
@media only screen and (min-width: 650px) and (max-width: 766px) {
.tile {
  max-height: 300px;
}
}
@media only screen and (min-width: 550px) and (max-width: 649px) {
.tile {
  max-height: 250px;
}
}
@media only screen and (min-width: 450px) and (max-width: 549px) {
.tile {
  max-height: 200px;
}
}
@media only screen and (min-width: 350px) and (max-width: 449px) {
.tile {
  max-height: 170px;
}
}
@media only screen and (min-width: 350px) and (max-width: 767px) {
.logged-arrow {
  display: none;
}
.logged-arrow-right {
  display: none;
}
}
/* --------------logged-------------- */

img {
vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
position: relative;
margin: auto;
}

@media only screen and (min-width: 1000px) {
  .slideshow-container.front_page {
    height: 480px;
  }
  .slideshow-container .mySlides img{
    max-height: 450px;
  }
}


/* Next & previous buttons */
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 12px;
padding-left: 18px;
margin-top: -22px;
color: var(--second-element-color);
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
background-color: var(--topbar-bg-color);
width: 45px;
height: 45px;
border-radius: 8px;
margin: 10px;
}

/* Position the "next button" to the right */
.next {
right: 5px;
}

/* Caption text */
.text {
color: var(--bg-forms);
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}

/* Fading animation */
.fade2 {
animation-name: fade;
animation-duration: 1.5s;
}

@keyframes fade {
from {
  opacity: 0.4;
}
to {
  opacity: 1;
}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev,
.next,
.text {
  font-size: 11px;
}
}

* a {
text-decoration: none;
}

#menu-shop-categories li {
min-width: 390px;
}
.menu {
}
.new-slider {
padding-top: 30px;
max-width: 1740px;
padding-left: 490px;
padding-right: 70px;

margin: auto;
}
.mySlides {
}
@media only screen and (min-width: 1150px) {
.arrows {
  width: 15%;
}
}
@media only screen and (min-width: 1740px) {
    #menu-shop-categories li {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    #menu-shop-categories.logged_user li {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 1739px) {
    #menu-shop-categories li {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    #menu-shop-categories.logged_user li {
      padding-top: 20px;
      padding-bottom: 20px;
    }
}
@media only screen and (min-width: 1650px) and (max-width: 1699px) {
    #menu-shop-categories li {
      padding-top: 9px;
      padding-bottom: 9px;
    }
    #menu-shop-categories.logged_user li {
      padding-top: 20px;
      padding-bottom: 20px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1649px) {
    #menu-shop-categories li {
      padding-top: 8px;
      padding-bottom: 8px;
    }
    #menu-shop-categories.logged_user li {
      padding-top: 19px;
      padding-bottom: 19px;
    }
}
@media only screen and (min-width: 1550px) and (max-width: 1599px) {
    #menu-shop-categories li {
      padding-top: 7.5px;
      padding-bottom: 7.5px;
    }
    #menu-shop-categories.logged_user li {
      padding-top: 19px;
      padding-bottom: 19px;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1549px) {
    #menu-shop-categories li {
      padding-top: 7px;
      padding-bottom: 7px;
    }
    #menu-shop-categories.logged_user li {
      padding-top: 19px;
      padding-bottom: 19px;
    }
}
@media only screen and (min-width: 1450px) and (max-width: 1499px) {
    #menu-shop-categories li {
      padding-top: 6.5px;
      padding-bottom: 6.5px;
    }
    #menu-shop-categories.logged_user li {
      padding-top: 18px;
      padding-bottom: 18px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1449px) {
    #menu-shop-categories li {
      padding-top: 5.5px;
      padding-bottom: 5.5px;
    }
    #menu-shop-categories.logged_user li {
      padding-top: 17px;
      padding-bottom: 17px;
    }
}
@media only screen and (min-width: 1350px) and (max-width: 1399px) {
    #menu-shop-categories li {
      padding-top: 4.5px;
      padding-bottom: 4.5px;
    }
    #menu-shop-categories.logged_user li {
      padding-top: 15px;
      padding-bottom: 15px;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1349px) {
    #menu-shop-categories li {
      padding-top: 4px;
      padding-bottom: 4px;
    }
    #menu-shop-categories.logged_user li {
      padding-top: 14px;
      padding-bottom: 14px;
    }
}
@media only screen and (min-width: 1250px) and (max-width: 1299px) {
    #menu-shop-categories li {
      padding-top: 3px;
      padding-bottom: 3px;
    }
    #menu-shop-categories.logged_user li {
      padding-top: 13px;
      padding-bottom: 13px;
    }
}

@media only screen and (max-width: 1280px) {
.kb-header-right {
  gap: max(10px, 40px) !important;
}
#first-menu-element {
  min-width: 50px !important;
  height: 100%;
  margin-right: 50px;
}
#first-menu-element :nth-child(2) {
  display: none;
}
.new-slider {
  padding-top: 30px;
  max-width: 1740px;
  padding-left: 70px;
  padding-right: 70px;

  margin: auto;
}
.right-art {
  width: 50%;
}
#footer-container {
  max-width: 1740px;
  padding-left: 70px;
  padding-right: 70px;
  margin: auto;
}
}
@media only screen and (max-width: 1100px) {
#first-menu-element {
  margin-top: 0px;
}
.flex {
  flex-direction: column;
}
.left-img {
  width: 100%;
  padding: 32px;
  margin: auto;
}
.right-art {
  width: 100%;
  padding: 32px;
  margin: auto;
  margin-top: 32px;
}
.section-4-left {
  width: 100%;
  margin: auto;
  margin-top: 32px;
}
.section-4-right {
  width: 100%;
  margin: auto;
  margin-top: 32px;
}
.section-6-left {
  width: 100%;
  margin: auto;
  padding: 32px;
}
.section-6-left .row h3 {
  width: 100%;
  margin: auto;
}
.section-6-left .row p {
  width: 100%;
  margin: auto;
  padding: 32px;
}
.section-6-right {
  width: 100%;
  padding: 0;
  margin: auto;
}
.section-7-left {
  width: 100%;
  padding: 0;
  margin: auto;
  padding: 32px;
}
.section-7-right {
  width: 100%;
  padding: 0;
  margin: auto;
}
.section-7-right .row h3 {
  width: 100%;
  margin: auto;
}
.section-7-right .row p {
  width: 100%;
  margin: auto;
  padding: 32px;
}
.logos-bar {
  margin-bottom: 32px;
}
}
@media only screen and (max-width: 1000px) {
.header-top {
  display: none;
}
}
@media only screen and (max-width: 930px) {
.kb-header-right {
  font-size: 1rem;
}
}
@media only screen and (max-width: 850px) {
.kb-header-right {
  font-size: 0.8rem;
  /* display: none !important; */
}

}
@media only screen and (max-width: 950px) {
.menu-wrapper {
  display: none !important;
}
}
@media only screen and (max-width: 767px) {
  .shopping-cart-wrapper {
      /*display: none;*/
  }

  #middle-header {
      padding-left: 0px;
      padding-right: 0px;
}

.logo {
  width: 100%;
}
.logo img {
  width: 80% !important;
  margin: auto;
}
#login-but {
  padding-top: 7px;
}
#left-area ul.elementor-icon-list-items, .elementor-edit-area .elementor-element ul.elementor-icon-list-items, .elementor .elementor-element ul.elementor-icon-list-items {
  flex-direction: column;
}
.footer-heading {
  padding-top: 1rem;
}
#footer-container {
  padding-left: 24px;
  padding-right: 24px;
}
.elementor-icon-list-item {
  padding-bottom: 1rem;
  width: 100%!important;
}
.ts-header .header-middle .header-right {
  background: var(--second-element-color);
  padding-left: 12px;
  padding-right: 12px;
}
.header-right {
  width: 100%;
  justify-content: space-between!important;
}
.account-icons {
  padding-top: 16px;
  padding-bottom: 12px;
  width: 80%!important;
  gap: 10px !important;
  align-items: center;
  color: var(--white);
}
.section-4-left {
  height: 500px;
}

.new-slider {
  padding-left: 32px;
  padding-right: 32px;
}
.glider-heading {
  padding-top: 32px;
}
.promotions-container {
  padding-left: 32px;
  padding-right: 32px;
}
.section-3-art {
  padding-left: 32px;
  padding-right: 32px;
}
.section-4 {
  padding-left: 32px;
  padding-right: 32px;
}
.section-6 {
  padding-left: 32px;
  padding-right: 32px;
}
.section-7 {
  padding-left: 32px;
  padding-right: 32px;
}
.section-7-left {
  padding: 0;
}
.logo {
  margin: auto;
}
.page-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#primary {
    width: 95%;
    margin: auto;
}
}
@media only screen and (max-width: 550px) {
.row {
  flex-direction: column !important;
}
.section-4-left-img {
  display: none;
}
.section-4-left .row {
  width: 100% !important;
}
.section-4-left {
  height: 300px;
  flex-direction: column;
}
.section-4-right-img {
  display: none;
}
.section-4-right {
  flex-direction: column;
  height: 400px;
}
.section-6-left .row p {
  padding: 0;
}
.logos-bar {
  padding-top: 32px;
}
.section-6 {
  padding-top: 0;
}
.login-button {
  font-size: 10px;
}
.sign-button {
  margin-top: 16px;
}
.big-none {
  display: none;
}
.section-4-right .row {
  width: 100%;
}
.fa-user {
  font-size: 19px!important;
  }
}

/* ------------------------------------------------ */
/* LISTING */
/* ------------------------------------------------ */

/* .ts-header .header-center {
  margin-left: 100px;
  max-width: 700px;
} */
.form-width {
background: var(--topbar-bg-color) !important;
}
.listing-bg {
background-color: var(--bg-listing-color) !important;
padding-bottom: 64px;
}
.fa-star-o {
margin-top: 3px;
}
#listing-hover {
display: none;
}
#listing-hover:hover {
display: block;
}
#first-menu-element:hover + #listing-hover {
display: block;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title:before,
.breadcrumb-title-wrapper.breadcrumb-v1 .breadcrumbs:before {
background: var(--bg-listing-color) !important;
}
.breadcrumbs {
margin: 0 !important;

width: 100% !important;
max-width: auto !important;
max-width: 1740px !important;
padding-left: 70px !important;
padding-right: 70px !important;
margin: auto !important;

background-color: var(--bg-listing-color) !important;
}
.breadcrumb-title-wrapper.breadcrumb-v1 .page-title {
font-size: 2.2rem;
padding: 5px 5px 0px 16px;
font-weight: 500;
letter-spacing: 0px;
}
.breadcrumbs-container {
font-size: 1rem;
padding-left: 20px;
}
.color-grey {
filter: brightness(0) saturate(100%) invert(67%) sepia(1%) saturate(0%)
  hue-rotate(111deg) brightness(92%) contrast(94%);
}
.active-link {
font-weight: 900;
color: var(--second-element-color) !important;
}
.page-container {
max-width: 1740px !important;
padding-left: 70px;
padding-right: 70px;
justify-content: space-around !important;
padding-top: 0px !important;
}

/* GRID AND LIST ICON */
.gridlist-toggle > span:before {
}
.gridlist-toggle > span.list:before {
content: "\e987";
}
.active {
color: var(--second-element-color) !important;
}
.perpage {
border: 2px solid var(--bread-grey-color);
padding: 8px !important;
border-radius: 8px;
}
.perpage-current span {
padding-right: 44px;
}
.woocommerce-product-rating span {
color: var(--bread-grey-color);
}
.woocommerce-product-rating {
padding: 0px 0px 14px 0px;
}
#left-sidebar {
padding: 0;
margin: 0;
}
.class-of-aside-list {
padding: 10px 10px 10px 0px;
display: flex;

align-items: center;
}
.class-of-aside-list svg {
min-width: 30px;
margin-top: -15px;
}
.class-of-aside-list h4 {
font-size: 1.5rem;
font-weight: 800;
}
aside:nth-child(1) {
background: var(--white);
margin: 0;
padding: 22px;
font-size: 16px;
}
.product-class {
display: flex;
justify-content: space-between;
background-color: var(--white);
}
.product-class a {
text-decoration: none;
color: var(--black);
font-size: 0.95rem;
font-weight: 600;
margin-bottom: 15px;
}
.product-class a:hover{
  color: var(--ts-link-hover-color);
}

.product-class a p {
margin: 0;
}
.product-class span {
font-size: 0.9rem;
font-weight: 400;
color: var(--bread-grey-color);
}

.ts-sidebar,
.ts-sidebar > aside {
gap: 0;
border-top-right-radius: 12px 12px;
border-top-left-radius: 12px 12px;
}

#aside-udner-element-first h4 {
position: relative;
top: -70px;
color: var(--white);
padding-top: 18px;
}
.aside-under-element {
background-color: var(--white);
width: 100%;
height: 70px;
border-radius: 8px;
margin-bottom: 24px;
}
#aside-udner-element-first img{
  filter: sepia(1) saturate(6) hue-rotate(-12deg);
}
#aside-udner-element-first a:hover{
  color: white;
  text-decoration: underline;
}

.center {
padding: 25px;
}
.price-icon {
position: relative;
width: 30px;
height: 30px;
}
.aside-under-element h4 {
text-align: center;
margin-top: auto;
margin-bottom: auto;
/* padding-top: 18px; */
font-size: 15px;
font-weight: 800;
}
.before-loop-wrapper {
background-color: var(--white);
margin: 0px 0px 10px 0px;
padding: 20px 20px 10px 20px;
}
table {
border-color: var(--bg-listing-color);
}
.checkbox-tb {
display: flex !important;
flex-flow: row wrap;
align-items: center;
font-size: 12.5px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 0px;
min-width: 400px;
max-width: 400px;
}
.K-round {
width: 19px;
height: 19px;
border-radius: 50px;
margin: 5px;
background-color: var(--pink-font-color);
color: var(--white);
text-align: center;
font-size: 0.6rem;
font-weight: 600;
min-width: 19px;
}

span.K-round{
  padding: 5px 8px;
}

.promo-round{
  width: 22px;
  height: 22px;
  background-color: rgba(253,201,4,255);
  font-size: 0.9rem;
  font-weight: 800;
  min-width: 22px;
}
.short-description .promo {
text-decoration: none;
color: var(--white);
background-color: var(--ts-rated-color);
padding: 6px;
border-radius: 4px;
font-size: 0.9rem;
margin-right: 8px;
}
/* INPUT STEPPER */
.input-stepper {
display: flex;
justify-content: space-around;
max-width: 90px;
max-height: 30px;
margin-left: 10px;
align-items: center;
}
.input-stepper button {
all: revert;
width: 30px;
height: 30px;
padding: 0px !important;
background: none;
border: none;
font-size: 12px;
font-weight: 200;
cursor: pointer;
}
.input-stepper input {
all: revert;
width: 30px !important;
height: 30px;
padding: 0px !important;
text-align: center;
background-color: var(--bg-listing-color) !important;
}
.input-stepper span.unit {
font-size: 13px;
margin-left: 5px;
}
.minus {
font-size: 2rem !important;
}
.plus {
font-size: 2rem !important;
color: var(--second-element-color) !important;
}
/* end-of-stepper */
.netto-price {
font-size: 1rem;
font-weight: 800;
color: var(--second-element-color);
text-align: center;
}
.brutto-price {
font-size: 1rem;
font-weight: 500;
color: var(--black);
text-align: center;
}
input[type^="submit"].add-to-cart {
margin: 0px;
padding: 12px;
width: 100px;
font-size: 11px;

min-width: 100px;
}
#section-to-border {
border: none;
}
.product-wrapper {
grid-template-columns: minmax(25%, 252px) minmax(0, 1fr) !important;
gap: 0px;
padding: 15px 0px 15px 0px;
}
.product-wrapper::before {
content: "";
width: 94%;
height: 1px;
position: absolute;
top: 0px;
left: 3%;
background-color: #ebe9e9;
z-index: 1;
}
.tb-heading {
background-color: var(--bg-listing-color);
}
.products section {
margin: 0 !important;
padding: 0 !important;
border-bottom: 4px solid var(--bread-grey-color);
}

tbody td {
padding: 0px;
}
.first-row {
font-size: 0.9rem;
font-weight: 700;
line-height: 0.9rem;
color: var(--black);
padding: 6px 5px;
text-align: center;
}
table td:last-child,
table th:last-child {
padding-left: 0;
padding-right: 0;
}
.star {
visibility: hidden;
cursor: pointer;
font-size: 25px;
accent-color: var(--second-element-color);
}
.star:before {
content: "\2606";
font-family: 'FontAwesome';
visibility: visible;
position: relative;
top: -12px;
left: -3px;
color: var(--bread-grey-color);
}
.star:checked {
visibility: visible;
}
.star:checked:before {
content: "\2605";
color: var(--second-element-color);
}
.rodzaj-container input{
    appearance: none;
}
@media only screen and (max-width: 1279px) {
.hide-product-description .products .meta-wrapper .short-description {
  display: block;
}
}
#active-class a {
color: var(--second-element-color) !important;
font-weight: 900;
}
#active-class span {
color: var(--second-element-color) !important;
font-weight: 900;
}

.popup-more {
/* display: none; */
position: absolute;
background: var(--white);
top: 10%;
left: 10%;
z-index: 1000;
width: 55vw;
padding: 24px;
border-radius: 8px;
border: 2px solid var(--bread-grey-color);
/* height: 100vh; */
}
.more-button-grid {
background: var(--second-element-color) !important;
width: 100%;
margin-top: 24px 0px 0px 20px;
}
.button-container {
width: 100%;
padding-left: 37.5%;
padding-top: 20px;
}
.add-to-cart-grid {
background: var(--second-element-color);
}
#popup-close {
position: relative;
left: 97%;
cursor: pointer;
}

.banner-wrapper {
display: none !important;
}

/* MOBILES */

.deactive {
display: none;
}

/* new listing grid styles */
.listing-price-grid-color {
color: var(--black);
}
.grid-paddings {
padding-bottom: 0.5rem;
}
.listing-new-grid-chose {
margin: 0.5rem !important;
}
.new-price-grid {
margin: 0px;
}
.stepper-botton-grid {
margin-top: 1rem;
display: flex;
align-items: baseline;
}
.more-button-grid {
width: 60%;
background-color: var(--second-element-color);
text-transform: none;
padding: 1rem;
}
.listing-grid-stepper {
margin: 0px !important;
height: 1rem;
}
.number-button-product-grid {
}
.product-stepper-input-grid {
height: 1.8rem;
}
.grid-minus {
top: -10px !important;
}
.grid-plus {
top: -10px !important;
}
.heart-listing-grid {
position: absolute;
z-index: 12111;
left: 80%;
top: 20px;
cursor: pointer;
color: var(--second-element-color);
}
.grid-price {
font-size: 2rem;
}
.pink-grid-price {
color: var(--pink-font-color);
}
.old-grid-price {
color: var(--black) !important;
}
.products {
background-color: var(--white);
}
.grid .products .grid-border {
border: none !important;
/* border: 1px solid rgb(216, 216, 216) !important;
    border-radius: 2px;
    margin: 1rem!important; */
}

.grid .products .grid-border .product-wrapper::before {
display: none;
}
.list .products .list-border {
border: none !important;
}

/* numery stron */
.pagination-wrapper > table > tbody > tr > td > div > span,
.paginacja1,
.paginacja3 {
padding: 6px 10px 6px 10px;
border: 1px solid var(--topbar-icon-color);
border-radius: 5px;
background-color: var(--topbar-icon-color);
color: var(--white);
}
.pagination-wrapper > table > tbody > tr > td > div > .paginacja2 {
background-color: var(--second-element-color);
}

/* new-responsives */
@media only screen and (max-width: 1550px) {
.checkbox-tb {
  min-width: 250px;
}
tbody > tr > .first-row:first-child {
  min-width: 250px;
}
}

@media only screen and (min-width: 701px) {
.add-to-cart-listing-under {
  display: none;
}
}

@media only screen and (max-width: 701px) {
.add-to-cart-listing-above {
  display: none;
}

}
@media only screen and (max-width: 1370px) {
#aside-udner-element-first h4 {
  top: -50px;
}
#main > .page-container {
  --ts-sidebar-width: 210px;
}
.product-wrapper {
  gap: 0px !important;
}
.aside-under-element h4 {
  font-size: 14px !important;
}
.aside-under-element {
  margin-bottom: 0px !important;
}
}

@media only screen and (max-width: 890px) {
.breadcrumbs-container {
  display: flex;
}
.popup-more {
  width: 85vw !important;
  z-index: 1001;
}
/* .before-loop-wrapper {
  display: none;
} */
.product-wrapper {
  display: flex !important;
  flex-direction: column !important;
}
.meta-wrapper {
  padding: 0px !important;
}
.netto-price {
  font-size: 0.9rem;
  max-width: 120px;
}
.brutto-price {
  font-size: 0.9rem;
  max-width: 120px;
}

/* new-resp */
.aside-under-element {
  max-width: 330px !important;
  margin: auto;
}
#aside-udner-element-first h4 {
  top: -60px;
}
#main > .list-categories,
#main > .page-container {
  padding: 1rem;
}
}


/* -------------------------------------------------------------------------- */
/* cart */
/* -------------------------------------------------------------------------- */
.breadcrumbs-cart {
padding-left: 0px !important;
}
.to-left-breadcrumbs-and-title {
/* margin-left: -3% !important; */
}
.new-cart-container-kb {
display: flex;
/* flex-direction: column-reverse; */
align-items: flex-start;
}
#order_review {
/* width: 100% !important; */
border: 2px solid var(--second-element-color-light) !important;
border-radius: 8px !important;
padding: 2rem;
background-color: white;
/*max-height: 1480px;*/
  width: 600px;
}
#order_review.sumup {
/*max-height: 820px;*/
}
#place_order {
margin-top: 1rem;
background: var(--second-element-color) !important;
}
.import-cart-kb {
display: flex;
justify-content: flex-start;
align-items: baseline;
}
.import-cart-kb #myFile {
width: 40%;
}
.import-button {
background: var(--second-element-color) !important;
padding: 8px 24px 8px 24px !important;

}
.second-blue-price-cart {
color: var(--second-element-color);
}
@media (min-width: 1201px) {
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }
}

.new-cart-product-name a {
font-size: 1rem !important;
}
.product-quantity {
padding: 0px;
margin: 0px;
margin-right: 0px !important;
margin-left: 0px !important;
}
.number-button {
height: 32px;
width: 50px;
}

.title-tab {
text-align: center !important;
margin: auto !important;

font-size: 1rem !important;
font-weight: 600 !important;
}

.import-section {
padding: 26px;
/* border-bottom: 1px solid black; */
border: 2px solid var(--second-element-color-light);
border-radius: 8px;
width: 100% !important;
background-color: white;
}
.price-info-container-cart {
text-align: center !important;
}
.buttons-under-cart-kb {
display: flex;
/*justify-content: space-between;*/
width: 100%;
}

@media only screen and (min-width: 1450px) and (max-width: 1730px) {
  .buttons-under-cart-kb > * {
      font-size: clamp(0.6vw, 0.7vw, 0.8vw)!important;
  }
}

.empty-cart-button {
background-color: var(--second-element-color) !important;
color: var(--white) !important;
}
.woocommerce > form.checkout #customer_details {
width: calc(100% - 0px) !important;
}
.nazwa-produktu-tab {
/* margin: auto !important; */
white-space: nowrap;
}
.to-left-cart {
margin-left: -20px !important;
}
.to-left-cart-2 {
margin-left: -20px !important;
}
.to-left-cart-2 {
margin-left: -20px !important;
}
.to-left-cart-2 {
margin-left: -20px !important;
}
.product-remove {
margin-right: 20px !important;
}
.to-left-ilosc {
/* margin-right: 55px !important; */
}

@media (min-width: 1000px) and (max-width: 1605px) {
.to-left-cart {
  margin-left: -50px !important;
}
.to-left-cart-2 {
  margin-left: -50px !important;
}
.product-remove {
  margin-right: 0px !important;
}
.to-left-ilosc {
  margin-right: 0px !important;
}
}
@media (min-width: 108px) and (max-width: 1450px) {
.new-cart-container-kb {
  flex-direction: column;
}
.shipping_method-new-width {
  width: 100%;
}
}


@media (max-width: 1471px) {
.main-padding-listing-cart {
  padding: 24px;
}
}

@media (min-width: 1500px) {
.breadcrumb-content {
  max-width: 1600px !important;
}
}
@media (min-width: 767px) and (max-width: 1200px) {
.head-table-cart {
  display: none !important;
}
.woocommerce table.shop_table_responsive.cart tr.cart_item {
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  border-color: inherit;

  display: inline-flex;
  flex-direction: column;
  width: 100%;
}
.woocommerce table.shop_table_responsive.cart tr.cart_item td {
  width: 100%;
  text-align: right !important;
  border-bottom: 1px dashed var(--second-element-color);
  padding: 12px;
  margin: auto;
}
.product-quantity {
  margin-left: 0px !important;
}
.to-left-cart {
  margin-left: 10px !important;
}
.to-left-cart-2 {
  margin-left: 10px !important;
  margin-right: 0px !important;
}
.buttons-under-cart-kb {
  flex-wrap: wrap;
}
.product-remove {
  border: none !important;
}
}
@media (max-width: 768px) {
/* #main-content {
    width: 50vw;
  } */
/* #primary {
    width: 50vw;
  } */
.shipping_method-new-width {
  width: 80%;
}
.cart_item {
  width: 91vw;
}
.buttons-under-cart-kb {
  flex-wrap: wrap;
  width: 98%;
}
.import-section {
  width: 94vw !important;
}
.new-cart-container-kb {
  margin: 16px;
}
}
@media (max-width: 550px) {
.cart_item {
  width: 92vw;
}
.import-section {
  width: 92vw !important;
}
}
@media (max-width: 400px) {
.cart_item {
  width: 90vw;
}
.import-section {
  width: 91vw !important;
}
}
@media (max-width: 620px) {
.import-cart-kb {
  flex-direction: column;
}
}
@media (max-width: 480px) {
.woocommerce-checkout-review-order {
  max-height: none !important;
}
}

@media (min-width: 1501px) and (max-width: 1700px) {
.breadcrumb-content-cart-margin {
  margin-left: 53px !important;
}
}
@media only screen and (min-width: 420px) and (max-width: 550px) {
  .ts-header .header-middle .header-right {
      margin-top: 6%;
  }
}
/*
----------------------------------------
product 
*/
.page-container-product {
max-width: 1600px;
margin: auto;
padding: 20px;
min-height: 100px;
max-width: 1740px !important;
padding-left: 70px;
padding-right: 70px;
justify-content: space-around !important;
padding-top: 0px !important;
}
.page-container-product .site-content {
background-color: var(--white);
border-top-left-radius: 12px;
border-top-right-radius: 12px;
padding: 12px;
}

.product-info-section {
display: flex;
}
.galleries {
width: 50%;
padding: 12px;
}

/* GALLERY */

.row > .column {
padding: 0 8px;
}

.row:after {
content: "";
display: table;
clear: both;
}

.column {
float: left;
width: 24.2%;
}
.in-center-l {
margin-left: 1%;
margin-right: 0.5%;
}
.in-center-r {
margin-left: 0.5%;
margin-right: 1%;
}

.column img {
border: 1px solid var(--border-mid-grey);
border-radius: 0.5rem;
margin-bottom: 0.5rem;
}
.column-big-gallery {
float: left;
width: 25%;
object-fit: contain;
max-width: 1600px;
}
.column-big-gallery img {
padding: 5%;
object-fit: contain;
}
/* biggallery */
.modal {
display: none;
position: fixed;
z-index: 10;
top: 0;
/* overflow: hidden; */
background-color: var(--bread-grey-color);
}

/* Modal Content big*/
.modal-content {
position: relative;
background-color: var(--white);
padding: 0;
border: none;
}
.bigGallerySlides img {
height: 80vh;
object-fit: contain;
}
.gallery-add {
width: 75%;
margin: auto;
}

/* The Close Button */
.close {
color: var(--black);
position: absolute;
top: 10px;
right: 25px;
font-size: 35px;
font-weight: bold;
z-index: 11;
}

.close:hover,
.close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}

.smallGallerySlides {
display: none;
border: 1px solid var(--border-mid-grey);
border-radius: 12px;
}

.cursor {
cursor: pointer;
}

.smallGallerySlides img {
margin-bottom: 8px;
margin-top: 8px;
border: 0px solid var(--border-mid-grey);
max-height: 550px;
}

img {
margin-bottom: -4px;
}

.demo {
opacity: 0.6;
}
.active,
.demo:hover {
opacity: 1;
}

img.hover-shadow {
transition: 0.3s;
}

.hover-shadow:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.small-gallery {
width: 100%;
}
/* smallgallery */
.modal2 {
display: block;
z-index: 0;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: var(--white);
cursor: pointer;
}
/* Modal Content big*/
.modal-content2 {
position: relative;
background-color: var(--white);
margin: auto;
text-align: center;
padding: 0;
width: 100%;
max-width: 1200px;
}

/* GALLERY */

/* new-small-gallery-slider  */
.small-carousel-gallery {
padding-top: 0px !important;
margin-top: -13px !important;
}
.small-gallery-slider {
padding-left: 3px !important;
}

.product-arrows {
position: absolute;
width: 100%;
}
.small-gallery-slider-arrow-left {
position: relative;
left: -30%;
top: -90px;
}

.small-gallery-slider-arrow-right {
position: relative;
right: -15%;
top: -90px;
}
.smallGallerySliderItem {
padding: 0px !important;
max-width: 221px !important;
width: 12.5vw;
border: 2px solid var(--very-light-grey);
height: 140px;

-webkit-box-shadow: 0px 0px 50px -24px rgba(163, 163, 163, 0);
-moz-box-shadow: 0px 0px 50px -24px rgba(163, 163, 163, 0);
box-shadow: 0px 0px 50px -24px rgba(163, 163, 163, 0);
}
.small-img {
height: 100% !important;
object-fit: contain;
}
/* new-small-gallery-slider  */
/* new-big-gallery-slider  */

.big-gallery-slider-arrow-left {
position: relative;
top: -90px;
left: -25vw;
}
.big-gallery-slider-arrow-right {
position: relative;
top: -90px;
left: 19vw;
}

/* new-big-gallery-slider  */

/* SUMMARY  */
.product-images-summary {
margin-top: 2rem;
max-width: 50%;
}
.summary {
width: 100% !important;
padding-left: 1rem;
}

#nowosc a {
text-decoration: none;
color: var(--white);
background-color: var(--green-elements-color);
padding: 8px 8px 8px 8px;
border-radius: 4px;
font-size: 1.1rem;
}
/* SUMMARY  */
.cat-links a {
text-decoration: none;
color: var(--bread-grey-color);
padding-top: 2rem;
}
.product_title {
font-size: 2.2rem;
font-weight: 900;
}
.availability-text {
display: flex;
color: var(--green-elements-color);
font-size: 1rem;
font-weight: 800;
margin-bottom: 20px;
}
.green-circle {
width: 20px;
height: 20px;
background-color: var(--green-elements-color);
border-radius: 50px;
margin-right: 0.5rem;
}

/* #model-select {
max-width: 1000px;
width: 90% !important;
margin: 1rem 0rem 2rem 0rem;
} */
.price {
margin-top: -1rem !important;
font-size: 2.2rem;
font-weight: 900;
color: var(--black);
}
#old-price {
font-size: 1rem;
color: var(--pink-font-color) !important;
margin-left: 0.5rem;
}
.product-cart {
margin-top: 1rem;
display: flex;
}
.product-stepper {
margin-left: 0rem !important;
width: 25% !important;
}
.number-button-product {
height: 48px;
}
.product-stepper-input {
height: 30px;
}
.minus {
background-color: var(--white) !important;
}
.plus {
background-color: var(--white) !important;
}
.add-to-cart-product {
width: 70%;
background-color: var(--green-elements-color);
border: 1px solid var(--green-elements-color);
}
.delivery-icons {
  margin-top: 2rem;
  display: flex;
  justify-content: space-around;
}
.free-shipping-delivery {
background-color: var(--white);
border: 1px solid var(--very-light-grey);
border-radius: 1rem;
padding: 1rem 15px;
margin-top: 1rem;
color: var(--breadcrumbs-grey);
display: flex;
}

.free-shipping-delivery img {
max-width: 64px;
max-height: 64px;
margin: auto;
}
.description-free-shipping {
min-width: 60%;
}
.free-shipping-delivery .title {
font-weight: 800;
color: var(--second-element-color);
padding-left: 0.8rem;
font-size: 18px;
}
.free-shipping-delivery .description {
max-width: 220px;
margin: 10px 0px 0px 12px;
color: var(--bread-grey-color);
}
.left-icon {
margin-right: 0.5rem;
}

.description-section {
border-top: 1px solid var(--very-light-grey);
display: flex;
margin-top: 12px;
padding: 0px !important;
padding: 2rem 1rem 0rem 1rem !important;
}
.left-infos {
max-width: 60%;
padding: 0px 20px;
}
.left-infos h2 {
font-size: 2rem;
font-weight: 900;
}
.left-infos p.prod-desc {
font-size: 1.1rem;
padding: 12px 54px 12px 0px;
line-height: 30px;
font-weight: 400;
}

.left-infos div.prod-desc h2 {
font-size: 1.5rem;
padding-bottom: 5px;
border-bottom: 3px solid #eee;
margin-top: 25px;
}

.links-bread {
display: flex;
flex-wrap: wrap;
padding: 0px;
margin-left: -8px;
}
.link-under-description {
font-size: 1.2rem;
font-weight: 800;
color: var(--second-element-color);
border: 1px solid var(--very-light-grey);
border-radius: 8px;
padding: 12px 30px 12px 30px;
margin: 8px 8px 8px 8px;
}

.right-infos {
width: 100%;
}
.right-infos h2 {
font-size: 2rem;
font-weight: 900;
}
.right-infos p {
font-size: 1.3rem;
}

.description-section-table {
border: 1px var(--white);
}
.bg-grey {
background: rgba(243, 246, 255, 255);
}
.first-column {
font-weight: 800;
font-size: 1rem;
width: 50%;
padding-right: 15px;
padding-top: 16px;
padding-bottom: 16px;
padding-left: 1rem;
}

/* SECTION 3 - first glider */
/* product-slider */


.prev-pp,
.next-pp {
display: flex;
justify-content: center;
align-content: center;
background: var(--white);
border: none;
padding: 8px;
border-radius: 50%;
outline: 0;
cursor: pointer;
position: absolute;
}

.prev-pp {
position: relative;
left: 60px;
}
.next-pp {
position: relative;
left: 30px;
}
.prev-pp:hover,
.next-pp:hover {
background-color: rgba(163, 163, 163, 0.8);
}
/* ----------- */


#wrapper-product{
  width: 100%;
  position: relative;

  margin: auto;

}

#carousel-product {
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  height: 100%;
  padding-top: 20px;
}

#carousel-product::-webkit-scrollbar {
  height: 0;
}
#carousel-product2 {
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  height: 100%;
  padding-top: 20px;
}

#carousel-product2::-webkit-scrollbar {
  height: 0;
}

.heading-products-kb {
  display: flex;
  justify-content: space-between;
  padding-top: 64px;
}
.heading-products-kb h2 {
  font-size: 2rem;
  font-weight: 900;
  border: var(--white);
}
.products-kb {
  display: flex;

    display: grid;
grid-auto-flow: column;
margin: auto;
box-sizing: border-box;
}
.product-kb {
  
  max-width: 16%;
  padding: 10px;
  margin: 12px;
  -webkit-box-shadow: 0px 0px 50px -24px rgba(163, 163, 163, 1);
  -moz-box-shadow: 0px 0px 50px -24px rgba(163, 163, 163, 1);
  box-shadow: 0px 0px 50px -24px rgba(163, 163, 163, 1);

  width: 16%;
  height: 330px;
  min-width: 238px;
}
.product-kb img {

  max-height: 200px;

  height: 100%;
  width: 100%;
  object-fit: contain;

}
.product-name {
  margin: 24px 8px 24px 8px;
}
.product-name a {
  font-size: 1.1rem;
  font-weight: 800;
}
.product-price-kb {
  font-size: 1.4rem;
  font-weight: 900;
  margin-right: 8px;
}
.old-price-line-trought-kb {
  font-size: 1rem;
  text-decoration: line-through;
  color: var(--pink-font-color);
}
.fav-heart-product {
  position: relative;
  right: 0px;
  top: 6px;
  color: var(--second-element-color);
}

.product-kb-img-container {
  width: 100%;
  height: 100%;

  margin-top: -24px;
  border: 1px solid var(--very-light-grey);
  border-radius: 8px;

}



.gallery-next {
top: 35%;
}
.gallery-prev {
top: 35%;
left: 20px;
}
@media only screen and (max-width: 1240px) {
.header-top {
  display: none;
}
.menu-wrapper-product {
  display: none !important;
}
.breadcrumbs {
  padding: 0px !important;
  padding-top: 1rem!important;
  /* padding-left: 3.5rem!important; */
}
}

@media only screen and (min-width: 1000px) and (max-width: 1550px) {
.add-to-cart {
  max-width: 70%;
}
}

@media only screen and (min-width: 1000px) and (max-width: 1099px) {
.smallGallerySliderItem {
  width: 22vw;
}
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
.smallGallerySliderItem {
  width: 22vw;
}

}
@media only screen and (min-width: 800px) and (max-width: 899px) {
.smallGallerySliderItem {
  width: 20vw;
}

}
@media only screen and (min-width: 500px) and (max-width: 799px) {
.smallGallerySliderItem {
  width: 19vw;
}

}
@media only screen and (max-width: 576px) {
    .promo-product-info {
        text-align: center;
    }
}
@media only screen and (max-width: 500px) {
.smallGallerySliderItem {
  width: 25vw;
}
.free-shipping-delivery img {
  margin: 0px;
}
.gallery-next {
  top: 20% !important;
}
.gallery-prev {
  top: 20% !important;
}
.product_title {
  font-size: 1.8rem;
}
}

@media only screen and (max-width: 1200px) {
.description-section {
  flex-direction: column;
}
.left-infos {
  max-width: 100%;
  width: 100% !important;
}

.delivery-icons {
  flex-direction: column;
}
}
@media only screen and (max-width: 716px) {
.product-kb {
  max-width: 45%;
}
}
@media only screen and (max-width: 600px) {
.product-kb {
  max-width: 43%;
}
}
@media only screen and (max-width: 500px) {
.product-kb {
  max-width: 40%;
}
}
@media (max-width: 1100px) {
.product-info-section {
  flex-direction: column;
}
.galleries {
  width: 100%;
}
.product-images-summary {
  max-width: 100% !important;
  width: 90%;
  margin: auto;
}
.left-icon {
  max-width: 80% !important;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
}
@media (max-width: 500px) {
.left-icon {
  max-width: 90% !important;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
}
input.input-readonly {
background-color: #e5e5e5 !important;
}

.woocommerce
table.shop_table.woocommerce-cart-form__contents.table-customer-panel
td,
.woocommerce
table.shop_table.woocommerce-cart-form__contents.table-customer-panel
th {
width: 150px;
}

.woocommerce
table.shop_table.woocommerce-cart-form__contents.table-customer-panel
td.login,
.woocommerce
table.shop_table.woocommerce-cart-form__contents.table-customer-panel
th.login {
width: 250px;
}

.woocommerce  table.shop_table_responsive.table-customer-panel  tr:nth-child(2n)  td {
/*background-color: white;*/
}
.woocommerce
table.shop_table.woocommerce-cart-form__contents.table-customer-panel
td.payment_delivery,
.woocommerce
table.shop_table.woocommerce-cart-form__contents.table-customer-panel
th.payment_delivery {
width: 50%;
}

.stats-fields {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}

.stats-fields > p.form-row {
margin-right: 5px;
width: -moz-available;
display: flex;
align-items: center;
line-height: 4px;
}

.stats-fields > p.form-row.button {
align-items: initial;
}

.stats-fields p input {
margin: 0px;
}

.woocommerce form .stats-fields .form-row label {
padding-bottom: 0px;
}

.new-cart-product-name {
font-size: 1rem !important;
margin-left: 5px;
max-width: 550px;
}

@media only screen and (min-width: 768px) {
.woocommerce table.shop_table.wishlist_table th,
.woocommerce table.shop_table.wishlist_table td,
.woocommerce table.shop_table.woocommerce-cart-form__contents th,
.woocommerce table.shop_table.woocommerce-cart-form__contents td {
  border-width: 0;
  padding: 30px 0;
  margin: 0 2px 0 2px;
}
}

.wishlist_table .product-price,
.wishlist_table
li
.item-details
table.item-details-table
.amount.woocommerce-Price-amount,
.woocommerce table.shop_table td .amount.woocommerce-Price-amount {
font-size: 1rem;
}

/* dostosowanie szerokości kolumn */
/* ---- */
.calendar td.nav {
display: table-cell;
}

.calendar table {
margin-bottom: 0px;
}

div.calendar {
width: 270px;
}

.stats-sumup {
padding: 10px 15px;
line-height: 1.6;
background: #f9f9f9;
}

.stats-fields {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
}

@media only screen and (max-width: 767px) {
.stats-fields {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.woocommerce form .stats-fields .form-row {
  margin-bottom: 10px;
}
.product-quantity{
  display: flex!important;
  justify-content: end;
}
}

@media only screen and (min-width: 768px) {
.woocommerce table.shop_table.wishlist_table th,
.woocommerce table.shop_table.wishlist_table td,
.woocommerce table.shop_table.woocommerce-cart-form__contents th,
.woocommerce table.shop_table.woocommerce-cart-form__contents td {
  padding: 0.5rem 0;
}
}

/* megamenu */

.drop-down-menu {
position: relative !important;
}
.drop-down-menu:hover {
background-color: var(--second-element-color) !important;
}

#menu-shop-categories li:hover {
color: var(--white);
}

.vertical-menu-wrapper ul li:hover:before,
.vertical-menu-wrapper ul li:hover > img {
filter: brightness(0) invert(1);
}

nav.vertical-menu > ul.menu > li:nth-child(6),
nav.vertical-menu > ul.menu > li:nth-child(8) {
letter-spacing: 0px;
}

.e-con.e-flex > .e-con-inner {
align-items: flex-start !important;
}

.ts-header
nav.vertical-menu
> ul.menu
li:not(.ts-megamenu)
> ul.sub-menu.set-new-sub-style {
max-width: 300px !important;
height: auto;
padding: 0rem 0rem 0rem 0rem;
border-radius: 0px;

/* max-width: auto; */
width: auto;
/* position: relative !important;
  top: -200px; */
}
.ts-header
nav.vertical-menu
> ul.menu
li:not(.ts-megamenu)
> ul.sub-menu.set-new-sub-style
li {
/* max-width: 300px !important; */
min-width: 200px !important;
max-width: none !important;
width: auto;
border: 5px solid var(--ts-border) !important;
padding: 1rem;
}
.submenu-c-width {
width: 100% !important;
gap: 1rem;

min-width: 200px !important;
}
.new-menu-shop-categories li {
min-width: 100px !important;
}
.new-submenu-heading {
font-size: 1rem !important;
font-weight: 500;
text-transform: capitalize;
}
.e-con.e-flex > .e-con-inner {
gap: 1rem;
}
body
.ts-header
nav.vertical-menu
> ul.menu
li:not(.ts-megamenu)
ul.sub-menu:after,
body .ts-header nav.vertical-menu > ul.menu li.ts-megamenu ul.sub-menu:after {
border-radius: 0px;
position: relative;
}
@media only screen and (max-width: 1350px) {
.e-con.e-flex > .e-con-inner {
  flex-direction: column;
}
}

.woocommerce table.cart td.actions .buttons-under-cart-kb .button {
width: unset;
}

@media only screen and (max-width: 1200px) {
  .woocommerce table.cart td.actions .buttons-under-cart-kb .button {
      max-width: 550px;
      width: 100%;
      margin: auto;
    }
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td {
background-color: unset;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents.cart th {
padding: 8px 0px;
}

#order_review table.shop_table ul#shipping_method.sumup {
float: left;
}

#order_review table.shop_table #shipping_method.document {
float: right;
}

#shipping_method span.del_price {
font-weight: 800;
}

/* mobile menu */
.tab-mobile-menu {
padding: 0px;
}
#main-menu {
background: var(--second-element-color) !important;
color: var(--white) !important;
}

.stats-fields select[name="stats_user_id"] {
min-width: 246px;
}
@media only screen and (max-width: 767px) {
.group-button-header > .meta-bottom:last-child {
  background: var(--second-element-color);
}
.mobile-menu-wrapper nav > ul > li,
.mobile-menu-wrapper ul.sub-menu > li.menu-item {
  gap: 8px !important;
}
.mobile-menu-wrapper nav ul li > a {
  max-width: 260px;
  /* letter-spacing: 0px; */
}
.mobile-menu-wrapper li.active > .ts-menu-drop-icon + ul.sub-menu {
  width: 100% !important;
}
.ts-floating-sidebar.active div.overlay {
  visibility: hidden;
}
.mobile-menu-wrapper nav > ul > li:nth-child(-n + 5) {
  /*color: var(--second-element-color);*/
}
#vertical-menu {
  pointer-events: none !important;
}
.search-icon {
  margin-top: auto!important;
  margin-bottom: auto!important;
}

  .sign-button {
      padding: 20px;
      border: 2px solid var(--white);
      border-radius: 6px;
      margin-top: 0px;
      padding: 8px;
      top: -2px;
  }
  .my-account-wrapper .account-control > a {
      padding: 11px 10px 11px 10px;
  }
  .logged-width {
      width: 100%!important;
  }
  .ts-mobile-icon-toggle .icon {
      color: var(--white);
  }
  .header .logo-wrapper a {
      width: 100vw;
  }
  .main-padding-listing-cart {
      padding: 0px;
  }
  .page-container-product .site-content {
      padding: 6px;
  }
  .breadcrumbs-container {
      font-size: 0.7rem;
      padding-left: 12px;
  }
  .breadcrumb-title-wrapper .breadcrumbs-container > span:not(.current) {
      margin: 0px 0px;
  }
  .product-stepper {
      width: 30% !important;
  }
  .import-cart-kb #myFile {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
  }
  .pagination-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  .pagination-wrapper > table > tbody > tr > td > div > * {
      margin: 3px;
  }
}
/* mobile menu */
.woocommerce
table.shop_table.woocommerce-cart-form__contents.table-customer-panel
td.table_wide_row {
width: 100%;
}

.woocommerce
table.shop_table.woocommerce-cart-form__contents.table-customer-panel
td.narrow_row {
width: 20px;
}
.loupe {
width: 25px;
height: 25px;
margin: auto;
margin-left: 20px;
margin-right: -10px;
cursor: pointer;
}

/* LISTING RESPONSIVES TAB  */

.add-to-cart-listing-under {
transform: scale(0.8);
/* margin-left: -15px!important; */
}

#filterBtn{
  display: none;
  cursor: pointer;
  font-size: 1rem;

}
.displayBlock {
  display: block!important;
  /* position: fixed!important; */
  position: absolute;
  left: 0;
  z-index: 10;
  background: var(--second-element-color-light);
  padding: 1rem;
  width: 360px!important;
}
#overlay {
  position: fixed;
  display: none; 
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); 
  z-index: 2; 
  cursor: pointer; 
}
@media only screen and (max-width: 1160px) {
  #left-sidebar {
    display: none;
    padding: 1rem;
  }
  #filterBtn{
      display: block;
  }
  .has-1-sidebar #main-content {
      width: calc(100% - 0px);
  }
}
@media only screen and (max-width: 767px) {
  .product-hover-style-v1 .woocommerce:not(.border-show) .product:not(.product-category) .product-wrapper, .product-hover-style-v1.woocommerce div:not(.border-show) .product:not(.product-category) .product-wrapper {
      padding: 1rem;
  }
  .see-all-but {
      max-width: 100%!important;
      width: 100%!important;
  }
  .to-left-cart {
      margin-left: 0px!important;
  }
  .to-left-cart-2 {
      margin-left: 0px!important;
  }
  #order_review table.shop_table ul#shipping_method {
      width: 100%;
  }
  .woocommerce table.shop_table_responsive.cart tr td.actions, .woocommerce-page table.shop_table_responsive.cart tr td.actions {
      padding: 0px !important;
  }
} 



@media only screen and (max-width: 991px) {
  .has-1-sidebar .woocommerce.main-products.grid {
    --ts-columns: 2 !important;
  }
}

/* listing-table-change */
@media only screen and (max-width: 700px) {
 
  .tb-heading {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tbody tr {
    /* border-bottom: 3px solid #ddd; */
    display: block;
  }
  
  table tbody tr td {
    /* border-bottom: 1px solid #ddd; */
    display: block;
    /* text-align: right; */
    /* float: right; */
  }
  table tbody tr td::before {
    content: attr(data-label);
    float: left;
    /* font-weight: bold;
    text-transform: uppercase; */
  }
  .rodzaj-container {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      margin: auto;
      margin-right: 0px;

  }
  .input-stepper {
      margin: auto;
      margin-right: 0px;
      max-width: 120px;
      max-height: 35px;
      margin-top: 5px;
      margin-bottom: 5px;
  }
  .netto-price{
      max-width: 700px;
      text-align: right;
    }
  .brutto-price {
      max-width: 700px;
      text-align: right;
  }
  .add-to-cart-listing-under-container {
      border-bottom: 1px solid var(--second-element-color-light);
      text-align: center;
      margin-left: 0px!important;
  }
  .woocommerce .products .product .meta-wrapper > .short-description { 
      border-bottom: 2px solid var(--second-element-color-light);
  }
  .breadcrumbs {

      padding-left: 0.5rem!important;
    }
    .woocommerce.main-products.list .products .product .product-name {
      text-align: center;
    }
    .woocommerce-product-rating{
      justify-content: center;
    }
    /* grid-number */
    .has-1-sidebar .woocommerce.main-products.grid {
      --ts-columns: 1 !important;
    }

    /* product-mobile */
    .page-container-product {
      padding-left: 0px;
      padding-right: 0px;
    }
    /* table td:last-child, table th:last-child {
      padding-left: 15px!important;
    } */
}

@media only screen and (min-width: 767px) and (max-width: 800px) {
  tbody > tr > .first-row:first-child {
      min-width: 220px!important;
  }
  .checkbox-tb{
      min-width: 220px;
  }
}
.rodzaj-container {
display: flex;
flex-flow: row;
align-items: center;
}

/* kontraktowy */
.notka_obszar {
  border-radius: 50px;
  padding-left: 10px;
  background-color: var(--pink-font-color);
  color: var(--white);
  text-align: center;
}

.notka_obszar.kontraktowy{
  margin-right: 10px;
}

.fa-star {
  margin-left: 5px;
  color: var(--second-element-color);
}

.woocommerce .products .product a img {
  object-fit: contain;
}
#red {
  background-color: red;
  border-radius: 50px;
}

/* selectbox */
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--topbar-icon-color);
  margin: 1rem 0rem 2rem 0rem;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 32%;
}
body .select2-container {
  width: 100%!important;
}
#model-select {
  max-width: 1000px;
  width: 90% !important;
}
.select2-container--default .select2-results__option--selected {
  background: var(--light-selectbox-color)!important;
  color: var(--blue-selectbox-color)!important;
}
body .select2-container--default .select2-results > .select2-results__options li:hover {
  background: var(--light-selectbox-color)!important;
  color: var(--blue-selectbox-color)!important;
}
body .select2-search--dropdown {
  display: none;
}
body .select2-container--open .select2-dropdown--below { 
  top: 0px;
}

/* selectbox */
@media only screen and (max-width: 1279px) {
  .my-account-wrapper .dropdown-container, .shopping-cart-wrapper .dropdown-container {
      left: -80px!important;
      max-width: 90vw;
  }

  .activeLogin {
      display: block !important;
  }
}

@media only screen and (max-width: 410px) {
  .my-account-wrapper .dropdown-container, .shopping-cart-wrapper .dropdown-container {
      max-width: 100vw;
  }
  .create-account-wrapper {
      flex-direction: column;
  }
  .create-account-wrapper > div {
      height: 20px;
  }

}
@media only screen and (max-width: 375px) {
  .fa-user {
      display: none;
  }
  .sign-button{
      top: 0px;
  }
  .my-account-wrapper .account-control > a {
      padding: 8px 10px 8px 10px;
  }
}


@media only screen and (max-width: 386px) {
  body {
      width: 99% !important;
  }
  #more-text-1 {
      bottom: -210px;
      left: -100%;
  }
}
@media only screen and (max-width: 345px) {
  body {
      width: 100% !important;
  }
  #more-text-1 {
      bottom: -210px;
      left: -100%;
  }
}
@media only screen and (max-width: 342px) {
  body {
      width: 100% !important;
  }
  #more-text-1 {
      bottom: -210px;
      left: -100%;
  }
  .section-4-left > .row > p {
      position: relative;
      top: 37%;
      left: -100%;
  }
  #more-text-1 {
      bottom: -75px;
  }

}
@media only screen and (max-width: 300px) {
  body {
      width: 120% !important;
  }
  #more-text-1 {
      bottom: -210px;
      left: -100%;
  }
}


body {
  overflow-x: hidden;
} 

.create-account-wrapper{
  display: flex;
  justify-content: space-around;
}

body .products-listing .select2-container--default .select2-selection--single .select2-selection__rendered{
margin: 0px;
min-width: 250px;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .product-name div{
  font-weight: 400;
}

.woocommerce table.shop_table td .amount.woocommerce-Price-amount.product-index{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.slideshow-container a:hover, .pagination-container a:hover{
  text-decoration: none;
  color: var(--ts-btn-hover-color);
}

#place_order .fa.fa-arrow-right{
  font-size: 19px;
  margin-left: 10px;
}


/* KOSZYK-DIV */

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    padding-left: 0px;
    padding-right: 0px;
} 

.cart-quantity {
    width: 125%;
    margin-top: 20px;
}
.woocommerce .cart-quantity input.qty, .quantity input.qty {
    padding: 0 20px;
    bottom: 6px;
    height: 25px;
}
.quantity .minus, .quantity .plus, .woocommerce div.product form.cart table.group_table .quantity .minus, .woocommerce div.product form.cart table.group_table .quantity .plus {
    height: 26px;
    line-height: 0px;
}
.row-bottom {
    border-bottom: 1px solid var(--black);
}
.second-column{
    color: var(--second-element-color);
    font-weight: 800;
}
.product-name2 {
    font-weight: 800;
}
.product-name2 > div > a {
    text-decoration: none;
    color: var(--second-element-color)!important;
}
.font-bold {
    font-weight: 700;
}


/* LISTING-DIV */


.stepper-wrap-cont{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}
.add-to-cart-listing-above {
    margin: auto!important;
}
.listing-row{
    --bs-gutter-x: 0rem;
}
.first-row {
    height: 39px;
    vertical-align: middle;
}


/* ----- */
.to-left {
    display: flex;
}
.unit {
    vertical-align: sub;
}


.koszyk-mobile {
    display: none!important;
}

@media only screen and (max-width: 950px) {
    .koszyk-desktop {
        display: none;
    }
    
    .koszyk-mobile {
        display: block!important;
    }

  .woocommerce-billing-fields__field-wrapper > p.form-row-third{
    width: calc(100% - 16px);
  }
}  
@media only screen and (min-width: 768px) {
    .netto-price {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .brutto-price {
        padding-left: 10px;
        padding-right: 10px;
    }
}  

.paddings-fix {
  --bs-gutter-x: 0rem;
}


/* bootstrap listing */
/* .checkbox-tb2 {
    display: flex !important;
    flex-flow: row wrap;
    align-items: center;
    font-size: 12.5px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;

  } */

.customer-discount{
  color: var(--main-color-1);
  font-size: 14px;
}

.min_log{
  color: var(--main-color-1);
  padding:0 0 10px 7px;
}

.f-13{
  color: var(--ts-link-color);
}

.special-offer{
  color: var(--ts-link-color);
}

.main-heading3.left-img{
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
}

div.tresc_promocji{
  color: var(--ts-primary-color);
  margin-bottom: 20px;
}

@media only screen and (max-width: 890px) {
  .award-order {
    text-align: center;
  }
}

p.price a.price_login{
  font-size: 16px;
  font-weight: 700;
}

div.my-label{
  align-items: center;
  display: flex;
  padding-bottom: 15px;
}

.ts-floating-sidebar .ts-search-by-category .search-table .search-field{
  padding-top: 50px;
}

.woocommerce-error{
  text-align: center;
}

#order_review .shop_table.woocommerce-checkout-review-order-table tfoot td{
  padding: 23px 10px;
}

.woocommerce ul#shipping_method.discount-code li{
  display: inherit;
}

@media only screen and (min-width: 991px) and (max-width: 1280px) {
  .promo-product-info h3 {
    font-size: 17px;
  }
}

.promocje_szczegoly{
  padding: 45px 0px 0px 45px;
  width: 100%;
}

.promocja_koszyk{
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  padding-top: 5px;
  color: #ca2222;
}

.prod-desc {padding-right: 30px;}
.product-kb-img-container {padding: 12px 12px;}
.product-kb-img-container h3.product-name a {font-size: 13px;}
.heading-products-kb h2 {margin-left: 15px;}
#menu-shop-categories {padding-top: 4px; padding-bottom: 4px}

.glider-heading h3 {margin: 18px 0px 0px 0px}
.glider-heading {margin-top: 25px;}
#main-content .my-4 {
  margin-top: 1rem !important;
  margin-bottom: 0.5rem !important;
}
.glider-heading h3 {font-weight: 600}

.left-infos {min-width: 50%;}

#main-content .my-5 {margin-top: 1rem !important}
#main-content .my-5 .paddings-fix {margin-top: 10px; margin-left: 15px;}
#main-content .my-5 .main-heading2 {font-weight: 900; margin-bottom: 10px;}

.promo-product-info {padding: 8px;}
.promo-product-info h3 {font-size: 20px;}
a.gallery-prev:hover {text-decoration: none;}
a.gallery-next:hover {text-decoration: none;}

@media only screen and (min-width: 991px) {
  .mySlides {
    min-height: 400px;
  }
}

table.description-section-table td:last-child, table th:last-child {
  padding: 10px;
}

.smallGallerySlidesInner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.cat-links-sztuki {
  display: block;
  color: #999;
  margin-bottom: 10px;
}

.woocommerce-billing-fields__field-wrapper > p.form-row,
.woocommerce-shipping-fields__field-wrapper > p.form-row {
  word-wrap: anywhere;
}

.pulse {
  animation: blinking-box 1s infinite;
}

@keyframes blinking-box {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 rgba(255, 0, 0, 0);
  }
  50% {
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.8);
  }
}

#order_comments::placeholder{
  color: black;
}

.delete-cart-icon {
  color: red;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
}

#drukuj_kontrakt #dane_klienta, #drukuj_kontrakt #dane_firmy{
  float: left;
  width: 50%;
}

#drukuj_kontrakt .tabela_kat{
  width: 100% !important;
}

#drukuj_kontrakt .top_lista{
  min-width: 150px;
}

.products-listing .print-contract{
  font-size: 16px;
  padding: 12px;
}

