.header-shop {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url('../img/SLIDER-POZIOME_1tapeta_7_p.p.jpg');
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-shop .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-shop .container h1 {
  font-size: 3rem;
  margin-top: 50px;
}

.products-header {
  display: flex;
  flex-direction: column;
  color: rgb(255, 255, 255);
  text-align: center;
  z-index: 2;
}

.products-header>h2 {
  font-size: 40px;
  font-weight: 500;
}

.products-header>p {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 400;
  text-align: center;
}

.products-header p strong {
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.main {
  margin-top: 50px;
}

p.category_name {
  width: 100%;
}

.sidebar-shop h3 {
  font-size: 20px;
}

.sidebar-shop p {
  font-weight: 400;
}

.sidebar-shop hr {
  width: 25px;
}

.sidebar-shop input {
  margin: 10px 0 10px 0;
  width: 80%;
  min-width: 100px;
}

.product-tab {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  /* justify-content: flex-start; */
  min-width: 200px;
  /* height: 300px; */
}


.product-tab-title {
  margin-top: 1rem;
  margin-bottom: 0.2rem;
  font-weight: 400;
  font-size: 1.3rem;
}

.product-tab-price {
  font-weight: 100;
  font-size: 1.2rem;
}

#search, #sortDiv {
  display: block;
  margin: auto;
  width: 75%;
}

#priceSort {
  width: 100%;
}

#search:focus {
  outline: none !important;
  border: 1px solid #ff6f61 !important;
  box-shadow: none !important;
}

#search:hover {
  outline: none !important;
  border: 1px solid #ff6f61 !important;
  box-shadow: none !important;
}

#priceSort:focus {
  outline: none !important;
  border: 1px solid #ff6f61 !important;
  box-shadow: none !important;
}

#priceSort:hover {
  outline: none !important;
  border: 1px solid #ff6f61 !important;
  box-shadow: none !important;
}


.slidecontainer {
  width: 75%;
  margin: auto;
  display: block;
}

.slidecontainer>p {
  text-align: center;
  margin-bottom: -10px;
}

[slider] {
  width: 100%;
  position: relative;
  height: 2px;
  margin: 25px 0 10px 0;
}

[slider] {
  width: 100%;
  position: relative;
  height: 2px;
  margin: 30px 0 10px 0;
}

[slider]>div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 2px;
}

[slider]>div>[inverse-left] {
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider]>div>[inverse-right] {
  position: absolute;
  right: 0;
  height: 2px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider]>div>[range] {
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 14px;
  background-color: #a9a9a9;
  ;
}

[slider]>div>[thumb] {
  position: absolute;
  top: -10px;
  z-index: 2;
  height: 19px;
  width: 19px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
}

div[slider]>input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 19px;
  height: 19px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider]>input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider]>input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider]>input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider]>input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

[slider]>input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider]>input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider]>input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider]>input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider]>input[type=range]:focus {
  outline: none;
}

div[slider]>input[type=range]::-ms-tooltip {
  display: none;
}

[slider]>div>[sign] {
  opacity: 0;
  position: absolute;
  margin-left: -15px;
  top: -39px;
  z-index: 3;
  background-color: #808080;
  ;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

[slider]>div>[sign]:after {
  position: absolute;
  content: '';
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #808080;
  ;
}

[slider]>div>[sign]>span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}

[slider]:hover>div>[sign] {
  opacity: 1;
}

.container2 .is-multiline {
  display: grid;
  margin-top: 10px;
  grid-template-columns: 45% 22.5% 32.5%;
  justify-content: space-between;
  align-items: center;
}

/* @media only screen and (max-width: 768px) {
  .cart-product-tab {
    padding: 5px;
  }
} */

.shop-custom-baner {
  /* display: flex; */
  justify-content: space-between;
  /* max-width: 700px; */
  width: 100%;
  margin: 0px 0 15px 0;
  text-align: center;
  /* padding: 10px 15px 10px 0px; */
  /* margin-bottom: 10px; */
  flex-direction: row;
  /* border: 2px solid black; */

}

.custom-baner-img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.personalization h2 {
  font-size: 30px;
  text-align: center;
  color:#575757;
}