/*!
Theme Name: eGate
*/
@font-face {
  font-family: "LEAGUESPARTAN";
  src: url("fonts/LEAGUESPARTAN-BOLD.OTF") format("opentype");
  font-style: normal;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
html body {
  font-family: "Lato", sans-serif;
}

.align_right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto;
}

#page {
  overflow: hidden;
  background-repeat: no-repeat;
  position: relative;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #bf0a30;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #bf0a30;
  opacity: 0.8;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
  float: none;
  width: 100%;
}

.woocommerce-input-wrapper {
  display: block;
  clear: both;
  width: 100%;
}

.woocommerce-message, .woocommerce-info {
  border-top-color: #2c3470;
}

.woocommerce-message::before, .woocommerce-info::before, a {
  color: #2c3470;
}

h1 {
  font-size: 18px;
  color: #bf0a30;
  font-family: "LEAGUESPARTAN";
  margin-bottom: 50px;
  line-height: 24px;
}
h1.red img {
  padding-right: 15px;
}

#order_review_heading {
  font-size: 18px;
  color: #bf0a30;
  font-family: "LEAGUESPARTAN";
  margin: 25px 0;
  line-height: 24px;
}
#order_review_heading img {
  padding-right: 15px;
}

.woocommerce table.shop_table {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.shop_table th {
  color: #868686;
  font-weight: 500;
  font-size: 18px;
}

.woocommerce table.shop_table:not(.custom) tr td:nth-child(1) {
  padding: 0;
  width: 20px;
  border: none;
}

.woocommerce table.shop_table:not(.custom) tbody tr:last-child {
  display: none;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table td a {
  color: #868686;
  font-weight: 500;
  font-size: 18px;
}

.woocommerce-cart table.cart img, .woocommerce table.shop_table img {
  width: 100px;
  box-shadow: none;
  border: 1px solid #d9d9d9;
  padding: 5px;
  background: white;
}

.woocommerce-cart table.cart .product-thumbnail {
  padding-left: 0;
}

.woocommerce table.shop_table td.product-subtotal, .woocommerce table.shop_table td.product-subtotal a, .woocommerce table.shop_table th.product-subtotal {
  text-align: right;
}

.woocommerce table.shop_table td.product-quantity button {
  color: #868686;
  font-size: 18px;
  background: transparent;
  border: none;
  display: inline-block;
}
.woocommerce table.shop_table td.product-quantity button:focus {
  border: none;
}
.woocommerce table.shop_table td.product-quantity .quantity {
  display: inline-block;
}
.woocommerce table.shop_table td.product-quantity .quantity input {
  background: transparent;
  border: none;
  color: #868686;
  font-size: 18px;
  text-align: center;
}
.woocommerce table.shop_table td.product-quantity .quantity input::-webkit-outer-spin-button, .woocommerce table.shop_table td.product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce table.shop_table tbody tr:last-child button {
  background: #2c3470;
  color: white;
  display: inline-block;
  padding: 10px 15px 6px 15px;
  border-radius: 18px;
  font-family: "LEAGUESPARTAN";
  margin-bottom: 15px;
}

.podsumowanie {
  color: #868686;
  font-weight: 500;
  font-size: 18px;
}

.woocommerce table.woocommerce-checkout-review-order-table {
  text-align: right;
}

.order-total td {
  font-weight: 500 !important;
  font-size: 30px !important;
}

.cart_totals {
  margin-top: 50px;
  text-align: right;
  max-width: 400px;
}
.cart_totals h2 {
  color: #868686;
  font-weight: 500;
  font-size: 18px;
}
.cart_totals table {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.cart_totals table tr td {
  text-align: right;
  font-size: 30px !important;
}
.cart_totals a.checkout-button {
  background: #bf0a30;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 10px;
  height: initial;
  margin: 20px 0;
  border-radius: 30px;
}

.coupon input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  font-size: 18px;
  padding-bottom: 5px;
  margin-right: 15px;
}
.coupon button.button {
  background: #bf0a30;
  color: white;
  border-radius: 30px;
}
.coupon button.button:hover {
  background: #bf0a30;
  color: white;
  border-radius: 30px;
  opacity: 0.8;
}

#header {
  padding: 25px 0;
  margin-bottom: 80px;
  position: relative;
}
#header .custom_top_cart_mobile {
  display: none;
}
#header .menu_cont #close_menu_button {
  display: none;
}
#header .menu_cont ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
#header .menu_cont ul li.wyrozniony a {
  background: #2c3470;
  color: white;
  display: inline-block;
  font-weight: bold;
  padding: 8px 15px 4px 15px;
  border-radius: 18px;
  font-family: "LEAGUESPARTAN";
}
#header .menu_cont ul li.wyrozniony a:hover {
  color: white;
}
#header .menu_cont ul li a {
  color: #747070;
  font-size: 16px;
  padding: 8px 5px;
  display: inline-block;
}
#header .menu_cont ul li a:hover {
  text-decoration: none;
  color: #2c3470;
}
#header .koszyk_search {
  text-align: right;
  padding-top: 70px;
  padding-bottom: 40px;
}
#header .koszyk_search .search_form {
  max-width: 270px;
  display: inline-block;
}
#header .koszyk_search .search_form .dgwt-wcas-ico-magnifier {
  position: initial;
  display: inline-block;
}
#header .koszyk_search .search_form .screen-reader-text {
  display: none;
}
#header .koszyk_search .search_form .dgwt-wcas-search-input {
  display: inline-block;
  max-width: calc(100% - 35px);
  margin-left: 10px;
  border: none;
  border-bottom: 1px solid #a9a9a9;
  padding: 0 0 5px 0;
  border-radius: 0;
  height: initial;
  background: transparent;
}
#header .koszyk_search .search_form .dgwt-wcas-search-input:focus {
  box-shadow: none;
}
#header .koszyk_search .custom_top_cart {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
#header .koszyk_search .custom_top_cart a {
  position: relative;
}
#header .koszyk_search .custom_top_cart a:hover {
  text-decoration: none;
}
#header .koszyk_search .custom_top_cart a span {
  color: #bf0a30;
  font-family: "LEAGUESPARTAN";
  font-size: 16px;
  line-height: 16px;
  position: relative;
  top: 4px;
  padding-left: 15px;
}
#header .koszyk_search .custom_top_cart a .count {
  position: absolute;
  left: 26px;
  top: -12px;
  color: #7a7a7a;
  font-size: 12px;
  border: 1px solid white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
}

#colophon {
  background: white;
  overflow: hidden;
}
#colophon .kolory .col-6 {
  position: relative;
}
#colophon .kolory .col-6:first-child:before {
  content: " ";
  position: absolute;
  right: 0;
  width: 2px;
  height: 100%;
  top: 0;
  background: white;
}
#colophon .site-info {
  margin-top: 50px;
  padding-bottom: 30px;
}
#colophon .site-info ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
#colophon .site-info ul li a {
  color: #747070;
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding-bottom: 15px;
}
#colophon .site-info ul li a:hover {
  text-decoration: none;
  color: #2c3470;
}
#colophon .site-info .footer_tel_mail {
  text-align: left;
  display: inline-block;
}
#colophon .site-info .footer_tel_mail .footer_title {
  color: #3b3b3b;
  font-size: 16px;
  margin: 0px 0 0 0;
  line-height: 20px;
}
#colophon .site-info .footer_tel_mail .footer_tel {
  margin: 0;
  font-size: 27px;
  line-height: 30px;
  font-weight: bold;
  color: #2c3470;
  padding-top: 5px;
}
#colophon .site-info .footer_tel_mail .footer_tel span {
  color: #bf0a30;
  font-weight: 500;
}
#colophon .site-info .footer_tel_mail .footer_email {
  margin: 0;
  font-size: 27px;
  line-height: 30px;
  color: #2c3470;
  padding-top: 5px;
}
#colophon .site-info .footer_tel_mail .footer_email span {
  color: #bf0a30;
}
#colophon .copy {
  color: #3b3b3b;
  font-size: 14px;
  text-align: left;
  border-top: 1px solid #d8d8d8;
  padding: 30px 0;
}
#colophon .copy a {
  color: #3b3b3b;
  font-size: 14px;
}

.przedsprzedaz_info{
    color: white;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    background: #bf0a30;
    padding: 25px;
    text-align: center;
    margin: 140px 0;
    position: relative;
}

.przedsprzedaz_info .trojkat{
	width: 0;
	height: 0;
	border-left: 12.5px solid transparent;
	border-right: 12.5px solid transparent;
	border-top: 25px solid #bf0a30;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:-40px;
}

.przedsprzedaz_info:before {
  content: " ";
  width: 45%;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  top: -120px;
}

.przedsprzedaz_info:after {
  content: " ";
  width: 55%;
  height: 1px;
  background: #a9a9a9;
  position: absolute;
  left: 45%;
  top: -120px;
}

.home_ebooks_cont.przedsprzedaz{
	margin-bottom:80px;
}

.home_ebooks .home_ebooks_cont.przedsprzedaz .home_ebook:nth-child(2n+1):before {
  content: " ";
  width: 45%;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  top: initial;
  bottom:0;
}
.home_ebooks .home_ebooks_cont.przedsprzedaz .home_ebook:nth-child(2n+1):after {
  content: " ";
  width: 55%;
  height: 1px;
  background: #a9a9a9;
  position: absolute;
  left: 45%;
  top: initial;
  bottom:0;
}

.home_ebooks .home_ebooks_cont.przedsprzedaz.home_ebook:nth-child(2n):before {
  content: " ";
  width: 45%;
  height: 1px;
  background: white;
  position: absolute;
  left: 55%;
  top: initial;
  bottom:0;
}
.home_ebooks .home_ebooks_cont.przedsprzedaz.home_ebook:nth-child(2n):after {
  content: " ";
  width: 55%;
  height: 1px;
  background: #a9a9a9;
  position: absolute;
  left: 0%;
  top: initial;
  bottom:0;
}




.home_ebooks .home_ebook {
  position: relative;
  padding: 40px 0;
}
.home_ebooks .home_ebook:nth-child(2n+1):before {
  content: " ";
  width: 45%;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
}
.home_ebooks .home_ebook:nth-child(2n+1):after {
  content: " ";
  width: 55%;
  height: 1px;
  background: #a9a9a9;
  position: absolute;
  left: 45%;
  top: 0;
}
.home_ebooks .home_ebook:nth-child(2n):before {
  content: " ";
  width: 45%;
  height: 1px;
  background: white;
  position: absolute;
  left: 55%;
  top: 0;
}
.home_ebooks .home_ebook:nth-child(2n):after {
  content: " ";
  width: 55%;
  height: 1px;
  background: #a9a9a9;
  position: absolute;
  left: 0%;
  top: 0;
}
.home_ebooks .home_ebook .col-lg-3 {
  text-align: center;
}
.home_ebooks .home_ebook .col-lg-3 img {
  margin-top: 80px;
}

.home_ebooks .home_ebook .col-lg-3 .home_book_price{
    color: #2c3470;
    font-size: 48px;
    font-family: "LEAGUESPARTAN";
    margin: 60px 0;
}

.home_ebooks .home_ebook .col-lg-3 .home_book_price .amount:nth-child(2),.woocommerce span.onsale{
	display:none;
}



.home_ebooks .home_ebook .col-lg-3 .home_book_price .regular {
    color: #bf0a30;
    font-size: 36px;
	text-decoration:line-through;
}

.home_ebooks .home_ebook .col-lg-3 .home_book_price .regular .waluta{
    position: relative;
    left: -30px;
    color: #9f9f9f;
    z-index: -1;
}

.home_ebooks .home_ebook .col-lg-3 .home_book_price .sale{
	color: #9f9f9f;
}

.home_ebooks .home_ebook .col-lg-3 .home_book_price .sale .waluta{
    position: relative;
    left: -45px;
    color: #bf0a30;
    z-index: -1;
}

.home_ebooks .home_ebook .col-lg-3 a {
    font-family: "LEAGUESPARTAN";
    font-size: 22px;
    color: white;
    background: #bf0a30;
    padding: 9px 18px 6px 40px;
    display: block;
    margin: 0px auto;
    border-radius: 18px;
    border: 2px solid #bf0a30;
    max-width: 250px;
	background-image:url('/wp-content/uploads/2021/02/koszyk.png');
    background-repeat: no-repeat;
    background-position: 16px 6px;
}
.home_ebooks .home_ebook .col-lg-3 a:hover {
    background-color: transparent;
    text-decoration: none;
    color: #bf0a30;
    background-position: 16px -60px
}
.home_ebooks .home_ebook .col-lg-3 .podpis {
  color: #2c3470;
  font-weight: 900;
  text-align: center;
    margin: 5px 0 0 0;
    font-size: 17px;
    font-family: "LEAGUESPARTAN";
}
.home_ebooks .home_ebook .col-lg-5 .excerpt {
  background: white;
  padding: 40px 20px;
  box-shadow: 2px 2px 32.3px 5.7px rgba(36, 36, 34, 0.05);
  text-align: justify;
  font-size: 17px;
  color: #606060;
  line-height: 24px;
  margin-top: 40px;
}

.home_ebooks .home_ebook .col-lg-5 .excerpt .naglowek{
	font-size:28px;
	text-transform:uppercase;
    font-family: "LEAGUESPARTAN";
	color:#bf0a30;
	margin-bottom:35px;
	line-height:36px;
}

.home_ebooks .home_ebook .col-lg-5 a {
	font-size: 16px;
    background: #f8f8f8;
    display: inline-block;
    color: #cdc5c5;
    border: 1px solid #f8f8f8;
    line-height: 16px;
    padding: 10px 15px;
    /* border-radius: 20px; */
    float: right;
    margin-top: 0px;
}
.home_ebooks .home_ebook .col-lg-5 a:hover {
  background: transparent;
  color: #bf0a30;
  text-decoration: none;
}

.home_ebooks .home_ebook .col-lg-5 a.more_spis{
    font-size: 14px;
    color: #bf0a30;
    background: transparent;
    border: none;
    float: none;
    padding: 0;
    font-weight: 600;
}

.home_ebooks .wiecej_ebookow {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding-top: 40px;
}
.home_ebooks .wiecej_ebookow:before {
  content: " ";
  width: 45%;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
}
.home_ebooks .wiecej_ebookow:after {
  content: " ";
  width: 55%;
  height: 1px;
  background: #a9a9a9;
  position: absolute;
  left: 45%;
  top: 0;
}
.home_ebooks .wiecej_ebookow .kwadrat {
  color: #2c3470;
  font-size: 56px;
  line-height: 44px;
  font-weight: 100;
  background: white;
  border: 1px solid #bfbfbf;
  display: inline-block;
  width: 50px;
  text-align: center;
  height: 50px;
  vertical-align: middle;
  cursor: pointer;
}
.home_ebooks .wiecej_ebookow .kwadrat:hover {
  background: #bfbfbf;
  color: white;
}
.home_ebooks .wiecej_ebookow span {
  color: #2c3470;
  font-size: 19px;
  padding-left: 25px;
  cursor: pointer;
}

.single-product .product {
  position: relative;
}
.single-product .product .kreska {
  padding-top: 40px;
  position: relative;
}
.single-product .product .kreska:before {
  content: " ";
  width: 45%;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
}
.single-product .product .kreska:after {
  content: " ";
  width: 55%;
  height: 1px;
  background: #a9a9a9;
  position: absolute;
  left: 45%;
  top: 0;
}
.single-product .product .ebook_top_info {
  text-align: center;
  padding-top: 0px;
}
.single-product .product .ebook_top_info img {
  margin-top: 40px;
}

.ebook_top_price .regular{
	color: #9f9f9f;
	font-size:50px;
	text-decoration:line-through;
}

.ebook_top_price .regular .waluta{
    position: relative;
    left: -45px;
    color: #bf0a30;
    z-index: -1;
}

.ebook_top_price .sale{
	color: #bf0a30;
}

.ebook_top_price .sale .waluta{
    position: relative;
    left: -70px;
    color: #9f9f9f;
    z-index: -1;
}

.ebook_top_price{
    color: #bf0a30;
    font-size: 69px;
    font-family: "LEAGUESPARTAN";
    margin: 60px 0;
}

.ebook_top_price .amount:nth-child(1){
    position: relative;
    z-index: 9;
}

.ebook_top_price .amount:nth-child(2) {
    color: #9f9f9f;
    position: relative;
    left: -35px;
    z-index: 1;
    font-size: 89px;
}

.single-product .product .ebook_top_info a {
    font-family: "LEAGUESPARTAN";
    font-size: 22px;
    color: white;
    background: #bf0a30;
    padding: 9px 18px 6px 40px;
    display: block;
    margin: 0px auto;
    border-radius: 18px;
    border: 2px solid #bf0a30;
    max-width: 250px;
	background-image:url('/wp-content/uploads/2021/02/koszyk.png');
    background-repeat: no-repeat;
    background-position: 16px 6px;
	margin-bottom:20px;
}
.single-product .product .ebook_top_info a:hover {
    background-color: transparent;
    text-decoration: none;
    color: #bf0a30;
    background-position: 16px -60px
}
.single-product .product .ebook_top_info .podpis {
  color: #2c3470;
  font-weight: 900;
  text-align: center;
    margin: 5px 0 0 0;
    font-size: 17px;
    font-family: "LEAGUESPARTAN";
}
.single-product .product .ebook_top_info .scroll_down {
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 50px auto 0;
  background: #bf0a30;
  border-radius: 50%;
  font-size: 30px;
  color: white;
  padding: 18px 0;
}
.single-product .product .sekcja_1 img {
  position: absolute;
  left: -25%;
  width: 140%;
  max-width: 140%;
  padding-top: 0px;
}
.single-product .product .sekcja_1 .sekcja_1_tytul {
  color: #2c3470;
  font-size: 33px;
  font-family: "LEAGUESPARTAN";
  line-height: 36px;
  margin-bottom: 20px;
}
.single-product .product .sekcja_1 .sekcja_1_tytul span {
  color: #bf0a30;
}
.single-product .product .sekcja_1 .sekcja_1_opis {
  color: #606060;
  font-size: 17px;
  text-align: justify;
}
.single-product .product .sekcja_1 .add_to_cart {
  font-family: "LEAGUESPARTAN";
  font-size: 34px;
  color: white;
  background: #2c3470;
  padding: 13px 18px 10px 18px;
  display: block;
  margin: 30px 0;
  border-radius: 18px;
  border: 2px solid #2c3470;
  max-width: 240px;
}
.single-product .product .sekcja_1 .add_to_cart:hover {
  background: transparent;
  text-decoration: none;
  color: #2c3470;
}
.single-product .product .sekcja_2 {
  margin-top: 120px;
}
.single-product .product .sekcja_2 .sekcja_2_tytul {
  color: #2c3470;
  font-size: 33px;
  font-family: "LEAGUESPARTAN";
  line-height: 36px;
  margin-bottom: 20px;
}
.single-product .product .sekcja_2 .sekcja_2_tytul span {
  color: #bf0a30;
}
.single-product .product .sekcja_2 .sekcja_2_tytul i {
  color: #bf0a30;
  padding-right: 15px;
}
.single-product .product .sekcja_2 ul {
  list-style-type: none;
  padding: 0;
  margin-top: 50px;
}
.single-product .product .sekcja_2 ul li {
  margin-bottom: 30px;
}
.single-product .product .sekcja_2 ul li .numer {
  font-family: "LEAGUESPARTAN";
  font-size: 17px;
  line-height: 20px;
  position: relative;
  top: 60%;
  transform: translateY(-50%);
}
.single-product .product .sekcja_2 ul li .kreska {
  height: 1px;
  background: #cacaca;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.single-product .product .sekcja_2 ul li .kreska:before, .single-product .product .sekcja_2 ul li .kreska:after {
  display: none;
}
.single-product .product .sekcja_2 ul li .tresc {
  color: #606060;
  font-size: 17px;
}
.single-product .product .sekcja_2 ul li:nth-child(2n) .numer {
  color: #bf0a30;
}
.single-product .product .sekcja_3 {
  margin-top: 80px;
  background-size: cover;
}
.single-product .product .sekcja_3 .sekcja_3_tytul {
  font-family: "LEAGUESPARTAN";
  color: white;
  font-size: 33px;
  padding-top: 40px;
  overflow: hidden;
}
.single-product .product .sekcja_3 .sekcja_3_tytul .maly_napis {
  padding-top: 15px;
  display: inline-block;
}
.single-product .product .sekcja_3 .sekcja_3_tytul .maly_napis i {
  color: #bf0a30;
  font-size: 24px;
  padding-right: 20px;
}
.single-product .product .sekcja_3 .sekcja_3_tytul .duzy_napis {
  float: right;
  font-size: 84px;
  line-height: 84px;
  display: inline-block;
  vertical-align: middle;
  color: #4c559c;
}
.single-product .product .sekcja_3 .opinie {
  padding: 0 0 0px 0;
  list-style-type: none;
}
.single-product .product .sekcja_3 .opinie .slick-list {
  padding: 0 0 50px 0 !important;
}
.single-product .product .sekcja_3 .opinie .slick-list li {
  position: relative;
  top: 0;
  transition: 0.3s;
  overflow: hidden;
  box-shadow: 3px 4px 21px 0px rgba(36, 7, 14, 0.09);
  background: #bf0a30;
  padding: 25px;
  margin: 25px;
  border-radius: 20px;
}
.single-product .product .sekcja_3 .opinie .slick-list li:focus {
  outline: none;
  border: none;
}
.single-product .product .sekcja_3 .opinie .slick-list li:before {
  content: " ";
  position: absolute;
  width: 25px;
  height: 142px;
  background: white;
  top: -24px;
  left: 5px;
  transform: rotate(26deg);
}
.single-product .product .sekcja_3 .opinie .slick-list li .wstazka {
  position: absolute;
  width: 25px;
  height: 70px;
  background: #2c3470;
  top: -24px;
  left: 72px;
  transform: rotate(26deg);
}
.single-product .product .sekcja_3 .opinie .slick-list li .wstazka:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 30px solid #2c3470;
  transform: rotate(-26deg);
  position: absolute;
  bottom: -8px;
  left: -10px;
}
.single-product .product .sekcja_3 .opinie .slick-list li i {
  color: white;
  font-size: 32px;
  float: right;
}
.single-product .product .sekcja_3 .opinie .slick-list li .tresc {
  clear: both;
  text-align: justify;
  padding-top: 15px;
  color: white;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 15px;
}
.single-product .product .sekcja_3 .opinie .slick-list li .podpis {
  text-align: right;
}
.single-product .product .sekcja_3 .opinie .slick-list li .podpis img {
  display: inline-block;
  vertical-align: middle;
}
.single-product .product .sekcja_3 .opinie .slick-list li .podpis span {
  color: white;
  font-family: "LEAGUESPARTAN";
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.single-product .product .sekcja_3 .opinie .slick-list li.slick-current {
  background: white;
  top: 50px;
}
.single-product .product .sekcja_3 .opinie .slick-list li.slick-current:before {
  background: #2c3470;
}
.single-product .product .sekcja_3 .opinie .slick-list li.slick-current .wstazka {
  background: #bf0a30;
}
.single-product .product .sekcja_3 .opinie .slick-list li.slick-current .wstazka:before {
  border-bottom-color: #bf0a30;
}
.single-product .product .sekcja_3 .opinie .slick-list li.slick-current i {
  color: #2c3470;
}
.single-product .product .sekcja_3 .opinie .slick-list li.slick-current .tresc {
  color: #616060;
}
.single-product .product .sekcja_3 .opinie .slick-list li.slick-current .podpis span {
  color: #616060;
}
.single-product .product .sekcja_3 .opinie .slick-dots {
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.single-product .product .sekcja_3 .opinie .slick-dots li {
  width: 22px;
  height: 22px;
  background: #4c559c;
  border-radius: 6px;
  margin: 0 5px;
  display: inline-block;
}
.single-product .product .sekcja_3 .opinie .slick-dots li.slick-active {
  background: white;
}
.single-product .product .sekcja_3 .opinie .slick-dots li button {
  display: none;
}
.single-product .product .sekcja_4 {
  margin-top: 50px;
  background-repeat: no-repeat;
  background-position: 50% 30%;
}
.single-product .product .sekcja_4 .autor_cont {
  background-repeat: no-repeat;
  background-position: top right;
}
.single-product .product .sekcja_4 .autor_cont .col-lg-4 img {
  min-height: 400px;
}
.single-product .product .sekcja_4 .autor_cont .tytul {
  color: #2c3470;
  font-family: "LEAGUESPARTAN";
  font-size: 33px;
  padding-top: 25px;
  overflow: hidden;
  margin-bottom: 25px;
}
.single-product .product .sekcja_4 .autor_cont .tytul i {
  color: #bf0a30;
  font-size: 24px;
  padding-right: 20px;
}
.single-product .product .sekcja_4 .autor_cont .naglowek {
  color: #2c3470;
  font-family: "LEAGUESPARTAN";
  font-size: 33px;
  padding-top: 100px;
  max-width: 450px;
  margin: 0 auto 20px;
}
.single-product .product .sekcja_4 .autor_cont .naglowek span {
  color: #bf0a30;
}
.single-product .product .sekcja_4 .autor_cont .opis {
  max-width: 450px;
  margin: 0 auto 40px;
  color: #616060;
  font-size: 18px;
  line-height: 23px;
  text-align: justify;
}
.single-product .product .sekcja_4 .autor_cont .podpis {
  max-width: 450px;
  margin: 0 auto;
  text-align: right;
}
.single-product .product .sekcja_4 .autor_cont .autor_buy_ebook {
  text-align: center;
  padding-top: 60px;
}
.single-product .product .sekcja_4 .autor_cont .autor_buy_ebook a {
  font-family: "LEAGUESPARTAN";
  font-size: 34px;
  color: white;
  background: #2c3470;
  padding: 13px 18px 10px 18px;
  display: block;
  margin: 30px auto;
  border-radius: 18px;
  border: 2px solid #2c3470;
  max-width: 240px;
}
.single-product .product .sekcja_4 .autor_cont .autor_buy_ebook a:hover {
  background: transparent;
  text-decoration: none;
  color: #2c3470;
}
.single-product .product .sekcja_4 .autor_cont .autor_buy_ebook .price {
  color: #bf0a30;
  font-size: 69px;
  font-family: "LEAGUESPARTAN";
  margin-top: 30px;
}
.single-product .product .sekcja_4 .autor_cont .autor_buy_ebook .price .amount:nth-child(1) {
  position: relative;
  z-index: 9;
}
.single-product .product .sekcja_4 .autor_cont .autor_buy_ebook .price .amount:nth-child(2) {
  color: #efeeee;
  position: relative;
  left: -20px;
}
.single-product .product .sekcja_5 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-product .product .sekcja_5 .tytul {
  color: #2c3470;
  font-family: "LEAGUESPARTAN";
  font-size: 33px;
  padding-top: 25px;
  overflow: hidden;
  margin-bottom: 25px;
}
.single-product .product .sekcja_5 .tytul i {
  color: #bf0a30;
  font-size: 24px;
  padding-right: 20px;
}
.single-product .product .sekcja_5 .pytania {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.single-product .product .sekcja_5 .pytania li {
  margin-bottom: 10px;
}
.single-product .product .sekcja_5 .pytania li .pytanie {
  background: #f9f9f9;
  padding: 10px 15px;
  color: #616060;
  font-size: 18px;
  border-radius: 20px;
  cursor: pointer;
}
.single-product .product .sekcja_5 .pytania li .pytanie i {
  color: #e2e2e2;
  transition: 0.3s;
}
.single-product .product .sekcja_5 .pytania li .pytanie span {
  padding-left: 25px;
  max-width: calc(100% - 40px);
  display: inline-block;
  vertical-align: middle;
}
.single-product .product .sekcja_5 .pytania li .pytanie:hover i {
  color: #bf0a30;
}
.single-product .product .sekcja_5 .pytania li .odpowiedz {
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  padding: 40px 50px;
  color: #616060;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  text-align: justify;
  display: none;
}
.single-product .product .sekcja_5 .pytania li.active .pytanie {
  margin-bottom: 10px;
}
.single-product .product .sekcja_5 .pytania li.active .pytanie i {
  color: #bf0a30;
  transform: rotate(180deg);
}
.single-product .product .sekcja_5 .pytania li.active .odpowiedz {
  -webkit-animation: fadeInTop 0.3s ease-out;
  -moz-animation: fadeInTop 0.3s ease-out;
  display: block;
}

.woocommerce-cart #header .container {
  position: relative;
}
.woocommerce-cart #header .container:before {
  content: " ";
  width: 45%;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.woocommerce-cart #header .container:after {
  content: " ";
  width: 55%;
  height: 1px;
  background: #a9a9a9;
  position: absolute;
  left: 45%;
  bottom: -25px;
}

.woocommerce-billing-fields h3 {
  font-size: 26px;
  color: #bf0a30;
  font-family: "LEAGUESPARTAN";
  margin-bottom: 20px;
  line-height: 34px;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  padding: 0 15px;
  margin: 0 0 30px 0;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input, .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row select {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  font-size: 18px;
  padding-bottom: 5px;
}

.woocommerce-additional-fields h3 {
  display: none;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row {
  padding: 0 0px;
  margin: 0 0 14px 0;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  font-size: 18px;
  padding: 5px;
}

@media (max-width: 1200px) {
  body.scroll_off {
    overflow: hidden;
  }
  body #header {
    padding-top: 80px;
  }
  body #header .custom_top_cart_mobile {
    position: fixed;
    background: #2c3065;
    right: 0;
    top: 20%;
    padding: 50px 50px 20px 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 9;
    display: block;
  }
  body #header .custom_top_cart_mobile > a .count {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 70px;
    text-align: center;
    font-size: 20px;
    color: #7a7a7a;
    padding: 4px 0;
  }
  body #header .col-lg-8 {
    position: initial;
  }
  body #header #mobile_menu_button {
    width: 65px;
    float: right;
    cursor: pointer;
  }
  body #header #mobile_menu_button span {
    margin-bottom: 10px;
    background: #2c3065;
    display: block;
    border-radius: 10px;
    vertical-align: top;
    float: right;
    height: 10px;
  }
  body #header #mobile_menu_button span:nth-child(1) {
    width: 45px;
  }
  body #header #mobile_menu_button span:nth-child(2) {
    width: 55px;
    background: #be0a2f;
  }
  body #header #mobile_menu_button span:nth-child(3) {
    width: 65px;
    margin-bottom: 0;
  }
  body #header .menu_cont {
    position: absolute;
    background: white;
    z-index: 99;
    width: 100%;
    left: 100%;
    top: 0;
    height: 100%;
    transition: 0.5s;
    text-align: center;
  }
  body #header .menu_cont.active {
    left: 0;
  }
  body #header .menu_cont #close_menu_button {
    color: #2c3470;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    display: block;
  }
  body #header .menu_cont ul {
    display: block;
    text-align: center;
  }
  body.woocommerce div.product div.images.woocommerce-product-gallery, body.woocommerce div.product div.summary {
    width: 100%;
    text-align: center;
    float: none;
  }
  body.single-product .product .ebook_top_info {
    padding-top: 0;
  }
  body.single-product .product .sekcja_1 {
    text-align: center;
  }
  body.single-product .product .sekcja_1 img {
    position: initial;
    width: 100%;
    left: 0;
    margin-bottom: 25px;
  }
  body.single-product .product .sekcja_1 .add_to_cart {
    margin: 30px auto;
  }
  body.single-product .product .sekcja_2 {
    margin-top: 50px;
  }
  body.single-product .product .sekcja_3 .sekcja_3_tytul .duzy_napis {
    font-size: 50px;
    float: none;
    display: block;
    line-height: 55px;
    padding-left: 40px;
  }
  body.single-product .product .sekcja_3 .opinie {
    width: 150%;
    left: -25%;
  }
  body.single-product .product .sekcja_3 .opinie .slick-list li {
    transform: scale(0.8);
  }
  body.single-product .product .sekcja_3 .opinie .slick-list li.slick-current {
    top: 0px;
    transform: scale(1);
  }
  body.single-product .product .sekcja_4 {
    margin: 0;
  }
  body.single-product .product .sekcja_4 .autor_cont {
    position: relative;
    padding-top: 50px;
    text-align: center;
    background-size: contain;
  }
  body.single-product .product .sekcja_4 .autor_cont:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: white;
    background: linear-gradient(0deg, white 66%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }
  body #colophon {
    padding-bottom: 30px;
  }
  body #colophon .site-info {
    text-align: left;
  }
  body #colophon .site-info .align_right {
    padding-top: 40px;
    text-align: center;
  }
  body #colophon .copy {
    text-align: center;
    border: none;
  }
  body #colophon .copy .align_right {
    text-align: center;
  }
  body .home_ebooks .home_ebook {
    text-align: center;
  }
}
@media (max-width: 600px) {
  body #header {
    padding-top: 40px;
  }
  body #header #mobile_menu_button {
    margin-top: 10px;
  }
  body #header .custom_top_cart_mobile {
    padding: 20px 25px 20px 20px;
  }
  body #header .custom_top_cart_mobile > a img {
    width: 45px;
  }
  body #header .custom_top_cart_mobile > a .count {
    padding: 3px 0;
    font-size: 16px;
    top: 12px;
    left: 53px;
    width: 30px;
    height: 30px;
  }
  body .home_ebooks .home_ebook {
    padding-bottom: 40px;
  }
  body .home_ebooks .wiecej_ebookow span {
    font-size: 16px;
  }
  body .single-product .product .sekcja_1 .sekcja_1_tytul {
    line-height: 40px;
  }
  body.single-product .product .sekcja_3 .opinie {
    width: 100%;
    left: 0;
  }
  body.single-product .product .sekcja_4 .autor_cont .podpis {
    padding-bottom: 50px;
  }
  body.single-product .product .sekcja_5 .pytania li .odpowiedz {
    padding: 20px 25px;
  }
}