@charset "UTF-8";
body.logged-in #header.hello-bar {
  top: 82px;
}

body.logged-in #hello-bar {
  top: 32px;
}

@media (max-width: 767px) {
  body.logged-in #hello-bar {
    top: 0;
  }
  body.logged-in #header.sticky.hello-bar {
    top: 50px;
  }
}
iframe {
  width: 95%;
  height: auto;
  min-height: 200px;
}

.thumb-slider {
  margin-top: 20px;
}

.thumb-slider .slick-slide {
  margin: 0 5px;
}

.thumb-slider img {
  width: 70px;
  width: 100%;
  height: auto;
  border-radius: 4px;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.thumb-slider .slick-current img {
  opacity: 1;
  border: 2px solid var(--main);
}

.thumb-slider .thumb {
  position: relative;
  overflow: visible;
  padding-bottom: 15px;
}

.thumb-slider .thumb .color-tip {
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}

.thumb-slider .thumb:hover .color-tip {
  /* display: block; */
}

/* Responsywność slicka */
@media (max-width: 768px) {
  .thumb-slider img {
    width: 50px;
  }
}
@media (max-width: 991px) {
  .thumb-slider .thumb .color-tip {
    line-height: 1;
    font-size: 10px;
  }
}
/* product-gallery */
@media (max-width: 991px) {
  .product-gallery {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
}
.product-gallery .gallery {
  width: 100%;
}
@media (max-width: 767px) {
  .product-gallery .gallery {
    width: 80%;
    margin: 75px auto 0;
  }
}
.product-gallery .big-gallery .slick-slide {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1299px) {
  .product-gallery .big-gallery .slick-slide {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .product-gallery .big-gallery .slick-slide {
    padding-bottom: 40px;
  }
}
.product-gallery .big-gallery .slick-slide img {
  margin: auto;
  height: 90%;
  width: auto;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-gallery .big-gallery .slick-slide .bottom-title {
  font-size: 12px;
}
@media (max-width: 767px) {
  .product-gallery .big-gallery .slick-slide .bottom-title {
    margin-top: 40px;
  }
}
.product-gallery .small-gallery img {
  height: 80px;
  width: auto;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-gallery .small-gallery .slick-slide {
  opacity: 0.5;
  padding: 0 5px;
}
.product-gallery .small-gallery .slick-slide .in {
  border: 1px solid #ddd;
  padding: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1099px) {
  .product-gallery .small-gallery .slick-slide .in {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .product-gallery .small-gallery .slick-slide .in {
    padding: 15px;
  }
}
.product-gallery .small-gallery .slick-slide.slick-current {
  opacity: 1;
}
.product-gallery .slick-prev {
  left: -40px;
  height: auto;
}
@media (max-width: 1299px) {
  .product-gallery .slick-prev {
    left: 0;
    bottom: 50px;
    top: auto;
  }
}
@media (max-width: 991px) {
  .product-gallery .slick-prev {
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  .product-gallery .slick-prev {
    bottom: 0;
    top: 0;
    margin: auto;
    left: -10%;
  }
}
.product-gallery .slick-next {
  right: -40px;
  height: auto;
}
@media (max-width: 1299px) {
  .product-gallery .slick-next {
    right: 0;
    bottom: 50px;
    top: auto;
  }
}
@media (max-width: 991px) {
  .product-gallery .slick-next {
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  .product-gallery .slick-next {
    bottom: 0;
    top: 0;
    margin: auto;
    right: -10%;
  }
}

.product-gallery .slick-prev::before,
.product-gallery .slick-next::before {
  font-size: 28px;
}

.product-gallery .small-gallery .slick-prev,
.product-gallery .small-gallery .slick-next {
  top: 26px;
  background-color: #fff;
}

/* products grid */
.products-grid .container {
  max-width: 1440px;
}
@media (max-width: 1599px) {
  .products-grid .container {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .products-grid .container {
    max-width: 96%;
  }
}
.products-grid .product-headline h2 {
  padding: 50px 0;
  font-size: 45px;
  text-align: center;
  font-weight: 300;
  letter-spacing: -0.93px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .products-grid .product-headline h2 {
    font-size: 35px;
    padding-bottom: 20px;
  }
}
.products-grid .img-container {
  height: 400px;
}
@media (max-width: 767px) {
  .products-grid .img-container {
    height: auto;
  }
}
.products-grid .img-container img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.products-grid .box:hover {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
.products-grid .box:hover h3 {
  color: var(--main);
}
.products-grid .box {
  min-height: 550px;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  background: var(--gradient2);
  border-radius: 30px;
  position: relative;
  width: 49%;
  margin-bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .products-grid .box {
    min-height: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .products-grid .box {
    width: 100%;
    margin-bottom: 25px;
  }
}
.products-grid .box a {
  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-pack: distribute;
  justify-content: space-around;
  position: relative;
  padding: 30px 60px;
  width: 100%;
}
@media (max-width: 1091px) {
  .products-grid .box a {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .products-grid .box a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.products-grid .box a .photo img {
  display: block;
  width: 80%;
  margin: 0 auto;
  max-height: 350px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .products-grid .box a .photo img {
    width: 70%;
    margin-bottom: 25px;
  }
}
@media (max-width: 510px) {
  .products-grid .box a .photo img {
    width: 100%;
  }
}
.products-grid .box .content h3 {
  padding: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 300;
  line-height: 110%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
}
@media (max-width: 1091px) {
  .products-grid .box .content h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .products-grid .box .content h3 {
    padding-right: 0;
    font-size: 25px;
  }
}
@media (max-width: 510px) {
  .products-grid .box .content h3 {
    font-size: 22px;
  }
}
.products-grid .box .content h4 {
  color: #4f4a5a;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .products-grid .box .content h4 {
    font-size: 16px;
  }
}

.products .home-headline h2 br {
  display: none;
}

@media (max-width: 767px) {
  .products-grid {
    padding: 0;
    margin: 0;
  }
  .products-grid .product-gallery {
    margin-bottom: 0;
  }
}
@media (max-width: 510px) {
  .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
/* featured-products */
.featured-slider {
  padding-top: 0;
  padding-bottom: 110px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .featured-slider {
    padding-top: 50px;
  }
}
.featured-slider .container {
  max-width: 90%;
}
.featured-slider .headline {
  text-align: center;
}
.featured-slider .headline h2 {
  font-size: 45px;
  font-weight: 300;
  letter-spacing: -0.93px;
  margin: 25px 0;
}
.featured-slider .slick-dots {
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1299px) {
  .featured-slider .slick-dots {
    margin-left: 0;
    left: 0;
    margin-right: 0;
  }
}
.featured-slider .slick-dots li button {
  background-color: #e3e3e3;
}
.featured-slider .slick-dots li.slick-active button {
  background-color: var(--main);
}
.featured-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.featured-slider .slick-slide {
  height: inherit !important;
}
.featured-slider .box {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  margin: 10px;
  position: relative;
  height: inherit;
  border-radius: 30px;
  background: var(--gradient2);
}
.featured-slider .box .in {
  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-pack: distribute;
  justify-content: space-around;
  position: relative;
  padding: 30px 60px;
  width: 100%;
  padding: 20px;
  height: 100%;
}
.featured-slider .box .in:hover .content span {
  opacity: 1;
}
.featured-slider .box .in:hover .content h3 {
  color: var(--main);
}
.featured-slider .box .in a {
  height: inherit;
  position: relative;
  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-pack: distribute;
  justify-content: space-around;
  width: 100%;
  cursor: pointer;
}
.featured-slider .box .in .photo img {
  display: block;
  width: 80%;
  width: 100%;
  margin: 0 auto 25px auto;
  max-height: 350px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .featured-slider .box .in .photo img {
    width: 70%;
    margin-bottom: 25px;
  }
}
@media (max-width: 510px) {
  .featured-slider .box .in .photo img {
    width: 100%;
  }
}
.featured-slider .box .in .content {
  width: 100%;
  padding-left: 20px;
}
@media (max-width: 1091px) {
  .featured-slider .box .in .content {
    padding-left: 10px;
  }
}
.featured-slider .box .in .content h3 {
  padding: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
  padding-right: 50px;
}
@media (max-width: 1091px) {
  .featured-slider .box .in .content h3 {
    padding-right: 50px;
  }
}
@media (max-width: 510px) {
  .featured-slider .box .in .content h3 {
    font-size: 22px;
  }
}
.featured-slider .box .in .content h4 {
  color: #4f4a5a;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .featured-slider .box .in .content h4 {
    font-size: 16px;
  }
}
.featured-slider span {
  width: 85px;
  height: 50px;
  background-color: var(--main);
  color: #fff;
  border-radius: 60px 0 0 60px;
  position: absolute;
  right: 0;
  right: -20px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.featured-slider span i {
  margin: auto;
  font-size: 20px;
  position: relative;
  top: -2px;
}

/* FEATUED MODAL */
.featured-modal .modal-content {
  background: var(--gradient2);
  border: 0;
  border-radius: 30px;
}
.featured-modal .modal-content .modal-header {
  border-bottom-width: 0;
  padding: 25px 25px 0 25px;
}
.featured-modal .modal-content .modal-header .btn-close {
  margin-top: 5px;
  margin-right: 5px;
}
.featured-modal .modal-content .modal-body {
  padding: 0 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .featured-modal .modal-content .modal-body {
    padding: 0 25px 25px 25px;
  }
}
.featured-modal .modal-content .modal-body .product-photo {
  width: 45%;
}
@media (max-width: 1299px) {
  .featured-modal .modal-content .modal-body .product-photo {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .featured-modal .modal-content .modal-body .product-photo {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 510px) {
  .featured-modal .modal-content .modal-body .product-photo {
    width: 100%;
  }
}
.featured-modal .modal-content .modal-body .product-photo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.featured-modal .modal-content .modal-body .product-content {
  width: 55%;
}
@media (max-width: 1299px) {
  .featured-modal .modal-content .modal-body .product-content {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .featured-modal .modal-content .modal-body .product-content {
    width: 100%;
    margin-top: 50px;
  }
}
.featured-modal .modal-content .modal-body .product-content h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
  padding: 0 0 25px 0;
}
@media (max-width: 1299px) {
  .featured-modal .modal-content .modal-body .product-content h3 {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .featured-modal .modal-content .modal-body .product-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .featured-modal .modal-content .modal-body .product-content h3 {
    font-size: 22px;
    padding-bottom: 12px;
  }
}
@media (max-width: 510px) {
  .featured-modal .modal-content .modal-body .product-content h3 {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.featured-modal .modal-content .modal-body .product-content p {
  color: var(--dark);
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.19px;
  margin-bottom: 0;
}
@media (max-width: 1299px) {
  .featured-modal .modal-content .modal-body .product-content p {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .featured-modal .modal-content .modal-body .product-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 510px) {
  .featured-modal .modal-content .modal-body .product-content p {
    font-size: 15px;
    line-height: 24px;
  }
}
.featured-modal .modal-content .modal-body .product-content .bbutton {
  height: 50px;
  font-size: 17px;
  line-height: 46px;
  padding: 0 30px;
  margin-top: 15px;
}
@media (max-width: 1299px) {
  .featured-modal .modal-content .modal-body .product-content .bbutton {
    height: 46px;
    font-size: 15px;
    line-height: 42px;
    padding: 0 25px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .featured-modal .modal-content .modal-body .product-content .bbutton {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 510px) {
  .featured-modal .modal-content .modal-body .product-content .bbutton {
    height: 44px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
  }
}