/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


/*.sub-title-widget .sub-title-ap-group {
    text-align: center !important;
    margin-bottom: 10px;
}*/

/*.sub-title-widget {
    text-align: center !important;
    margin-bottom: 10px;
}*/


.box-testi3 .sub-title-widget {
    text-align: center !important;
    margin-bottom: 10px;
}

.box-testi3 .text {
    text-align: center !important;
    margin-bottom: 10px;
}



.box-manu .sub-title-widget {
    text-align: center !important;
    margin-bottom: 10px;
}

.box-manu .text {
    text-align: center !important;
    margin-bottom: 30px;
	
}

.sub-title-widget {
    text-transform: none !important;
}


/* wrapper */



.social-share svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
}

.social-share .blog-share-facebook svg {
  width: 16px !important;
  height: 16px !important;
}

.social-share .blog-share-facebook a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px;
  white-space: nowrap !important;
  position: relative;
  height: 20px;
  box-sizing: border-box;
  padding: 1px 12px 1px 12px;
  background-color: #1877f2;
  color: #fff;
  border-radius: 9999px;
  font-weight: 500;
  cursor: pointer;
    font-size: 12px;
}




/*------------------*/


.social-share .social-wrap,
.social-share .blog-share-facebook {
  display: inline-block;
  vertical-align: middle;
}

.social-share .blog-share-facebook {
  margin-left: 10px;
}

.social-share .blog-share-facebook a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
  color: #fff;
  
}

.social-share .blog-share-facebook svg {
  width: 14px;
  height: 14px;
  display: block;
  fill: #fff; 
  flex: 0 0 14px;
}

.social-share .blog-share-facebook span {
  line-height: 1;
}


.box-top-seller .box-show-more .btn-show-more,
.box-top-seller .box-show-more.open .btn-show-more {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff !important;
  border: 1px solid #000 !important;
  padding: 25px 50px !important;
  background-color: #000 !important;
  min-width: 242px !important;
  min-height: 68px !important;
  box-sizing: border-box !important;
}

.box-top-seller .box-show-more .btn-show-more:hover,
.box-top-seller .box-show-more.open .btn-show-more:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.box-top-seller .box-show-more .btn-show-more:focus,
.box-top-seller .box-show-more .btn-show-more:active {
  padding: 25px 50px !important;
  min-width: 242px !important;
  min-height: 68px !important;
  transform: none !important;
  outline: none !important;
}

.box-top-seller .box-show-more.open .btn-show-more::before {
height: 5px !important;
}

.leo-megamenu .navbar-nav > li > a {
  
  text-transform: none !important;
  
}






/* PC */
@media (min-width: 992px) {
  .header_logo .img-fluid,
  .carousel-inner > .carousel-item > img,
  .carousel-inner > .carousel-item > a > img {
    max-width: 260px !important;
    height: auto !important;
  }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 991px) {
  .header_logo .img-fluid,
  .carousel-inner > .carousel-item > img,
  .carousel-inner > .carousel-item > a > img {
    max-width: 220px !important;
    height: auto !important;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .header_logo .img-fluid,
  .carousel-inner > .carousel-item > img,
  .carousel-inner > .carousel-item > a > img {
    max-width: 220px !important;
    height: auto !important;
  }
}

.box-slide .sub6-slide {
  
  text-transform: none!important; 
  }
  
  
  .box-slide .sub-slide {
text-transform: none!important; 
}


.block-carousel-container .img-fluid {
	max-width: 25%;
}



.blog-detail .blog-title {
  margin: 0 0 10px;
  line-height: 1.5;
  font-weight: 500;
  color: #262626;
  font-size: 22px !important;
  font-family: Poppins !important;
}

.sub-title-ap-column {
  
  font-size: 24px !important;

}

.block-carousel-container .img-fluid {
  max-width: 120px!important;
}

.box-category3 .item-title a {
  font-size: 16px!important;

}

@media (min-width: 1200px) {
  .leo-megamenu .dropdown-menu {
    padding: 25px;
    min-width: 330px !important;
  }
}

/*
@media (min-width: 992px) {
  .leo-megamenu .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(21px) translateX(230px);
    
  }
}
*/

@media (min-width: 992px) {
  .leo-megamenu .dropdown > .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) translateX(230px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  }

  .leo-megamenu .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(20px) translateX(230px);
  }
}


.fashion {
  font-family: Poppins !important;
  font-size: 36px !important;
  line-height: 36px !important;
  text-transform: none !important;
  color: #ffffff !important;
  font-weight: 200 !important;
    margin: 50px 0px 50px 200px !important;
	text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.85),
    0 4px 10px rgba(0, 0, 0, 0.75),
    0 8px 22px rgba(0, 0, 0, 0.55) !important;
}


.page-home .ApColumn .title_block {
  font-family: Poppins !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--theme-color-tertiary);
  margin-bottom: 0;
  text-align: left !important;
  font-size: 28px !important;
  line-height: 48px !important;
}

/* Wszystkie rozwijane boksy w nagłówku Leo, bez ruszania menu głównego */
#header .popup-over .popup-content a,
#header .popup-over .popup-content span,
#header .popup-over .popup-content li {
    font-size: 14px !important;
    line-height: 1.35 !important;
}

#header .popup-over .popup-content li a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}


/* Szersze rozwijane pola w nagłówku Leo */
#header .popup-over .popup-content {
    min-width: 180px !important;
}


/* =========================================================
   LEO QUICK LOGIN - WIELKOŚCI NAPISÓW W POPUPIE
   ========================================================= */

/* Zakładki u góry: Logowanie / Rejestracja */
.modal .nav-tabs a,
.modal .nav-tabs .nav-link {
    font-size: 17px !important;
    line-height: 1.2 !important;
}

/* Nagłówki formularzy */
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal .title {
    font-size: 18px !important;
    line-height: 1.25 !important;
}

/* Teksty w polach formularza */
.modal input,
.modal select,
.modal textarea {
    font-size: 14px !important;
}

/* Placeholdery: Imię, Nazwisko, Adres e-mail, Hasło */
.modal input::placeholder,
.modal textarea::placeholder {
    font-size: 14px !important;
}

/* Zwykłe opisy i teksty */
.modal label,
.modal p,
.modal span,
.modal .form-group,
.modal .checkbox,
.modal .custom-checkbox {
    font-size: 14px !important;
    line-height: 1.35 !important;
}

/* Linki pod formularzem i reset hasła */
.modal a:not(.btn):not(.nav-link) {
    font-size: 14px !important;
    line-height: 1.35 !important;
}

/* Przyciski ZALOGOWANIE / UTWÓRZ KONTO */
.modal button,
.modal .btn,
.modal input[type="submit"] {
    font-size: 17px !important;
    line-height: 1.2 !important;
}





.box-nav2 .title-nav2 {
  font-size: 18px!important;
  line-height: 21px!important;
  color: rgb(255, 96, 0) !important;
  text-align: center!important;
  font-family: Poppins !important;
}


.box-slide .sub-slide {
  line-height: 55px !important;
  text-transform: capitalize 
}


body {
  font-family: 'Poppins', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
button,
input,
textarea,
select {
  font-family: 'Poppins', sans-serif !important;
}

h1 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}






.box-newsletter .sub-title-widget span {

  font-size: 36px !important;
}















.japi-mobile-swipe-module,
.japi-category-swipe-hint {
  display: none !important;
}

@media (max-width: 767px) {
  .japi-mobile-swipe-module {
    display: block !important;
  }

  .japi-category-swipe-hint {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    max-width: calc(100% - 32px);
    margin: 10px auto 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff3eb;
    color: #f25a00;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    animation: japiSwipeHintMove 1.15s ease-in-out infinite;
  }

  .japi-category-swipe-hint strong {
    font-weight: 700;
  }

  .japi-category-swipe-hint span {
    font-size: 17px;
    line-height: 1;
  }

  @keyframes japiSwipeHintMove {
    0%, 100% {
      transform: translateX(0);
    }

    35% {
      transform: translateX(-7px);
    }

    70% {
      transform: translateX(7px);
    }
  }
}


/* =========================================================
   
   Naprawa ikon LightGallery bez fontu lg
   ========================================================= */

.lg-outer .lg-icon,
.lg-outer .lg-icon::before,
.lg-outer .lg-icon::after,
.lg-outer .lg-actions button,
.lg-outer .lg-actions button::before,
.lg-outer .lg-actions button::after,
.lg-outer .lg-toolbar button,
.lg-outer .lg-toolbar button::before,
.lg-outer .lg-toolbar button::after {
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* Zamknięcie */
.lg-outer .lg-close::after {
    content: "\f00d" !important;
}

/* Pobieranie */
.lg-outer .lg-download::after {
    content: "\f019" !important;
}

/* Pełny ekran */
.lg-outer .lg-fullscreen::after {
    content: "\f065" !important;
}

/* Powiększenie */
.lg-outer .lg-zoom-in::after,
.lg-outer #lg-zoom-in::after {
    content: "\f00e" !important;
}

/* Pomniejszenie */
.lg-outer .lg-zoom-out::after,
.lg-outer #lg-zoom-out::after {
    content: "\f010" !important;
}

/* Rozmiar rzeczywisty */
.lg-outer .lg-actual-size::after,
.lg-outer #lg-actual-size::after {
    content: "\f2d0" !important;
}

/* Autoodtwarzanie */
.lg-outer .lg-autoplay-button::after {
    content: "\f04b" !important;
}

/* Miniatury */
.lg-outer .lg-toggle-thumb::after {
    content: "\f00a" !important;
}

/* Udostępnianie */
.lg-outer .lg-share::after {
    content: "\f1e0" !important;
}

/* Obracanie */
.lg-outer .lg-rotate-left::after {
    content: "\f0e2" !important;
}

.lg-outer .lg-rotate-right::after {
    content: "\f01e" !important;
}

/* Odbicie zdjęcia */
.lg-outer .lg-flip-hor::after {
    content: "\f07e" !important;
}

.lg-outer .lg-flip-ver::after {
    content: "\f07d" !important;
}

/* Poprzednie zdjęcie */
.lg-outer .lg-prev::after {
    content: "\f104" !important;
}

/* Następne zdjęcie */
.lg-outer .lg-next::before {
    content: "\f105" !important;
}

/* Czytelność przycisków */
.lg-outer .lg-toolbar .lg-icon,
.lg-outer .lg-actions .lg-icon {
    color: #ffffff !important;
    font-size: 21px !important;
    text-align: center !important;
}