/*

Theme Name: radiomedi

Author: GW

*/

/*MODAL MANUAL*/
#manual h5.modal-title {
  font-size: 15px!important;
  padding: 10px 20px!important;
}
#manual .close {
  font-size: 2.5rem!important;
  opacity: 1!important;
}
#manual .modal-body {
  padding: 20px 35px!important;
  font-size: 14px!important;
  line-height: 20px!important;
  color: #333!important;
}
#manual .modal-body h3 {
  color: #ca5b9d;
  font-size: 17px;
  font-weight: 800!important;
  letter-spacing: 0.5px;
  margin-bottom: 20px !important;
  float: left;
  width: 100%;
  margin-top: 20px;
}
#manual .modal-body h3 strong {
	font-weight: 700!important;
}
#manual h3.warrnig-header {
  color: #ffffff!important;
  font-size: 14px!important;
  font-weight: 500!important;
  letter-spacing: 1px!important;
  margin-bottom: 30px !important;
  float: left;
  width: 100%;
  margin-top: 10px;
	background: #ca5b9d;
  padding: 20px 20px;
  border-radius: 10px;
  border: 2px solid #ca5b9d;
  text-align: center;
}
#manual h3.warrnig-header strong {
	font-weight: 600!important;
}
#manual .modal-footer .btn {
  border-radius: 30px!important;
  font-size: 14px!important;
  padding: 10px 30px;
  border: none!important;
  margin-right: 20px!important;
  background: #333!important;
}

/*END MODAL MANUAL*/

.llar_notification_login_page {
	display: none !important;
}
#order_badanie_pacjenta_field label {
	position: relative;
}
#order_badanie_pacjenta_field label:after {
	position: relative;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 20px;
	content: 'Przeciagnij tutaj plik ZIP z badaniem lub kliknij, aby wybrac go z dysku.';
	float: left;
	font-size: 13px;
	line-height: 16px;
}
.fcf-file-draggable-loading {
  /* Ukrycie domyslnego tekstu i zastapienie go spinerem CSS */
  text-indent: -9999em; /* Ukryj tekst */
  font-size: 0;
  width: 40px; /* Rozmiar twojego loadera */
  height: 40px;
  border: 5px solid rgba(0, 0, 0, .1);
  border-top: 5px solid #714b8e; /* Kolor spinera */
  border-radius: 50%;
  animation: spin 1s linear infinite; /* Animacja */
  display: inline-block;
  margin: 0 auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fcf-file-draggable {
  border: 2px dashed #cccccc !important;
  padding: 30px !important;
  border-radius: 15px;
  font-weight: 500;
}
html .woocommerce .fcf-file-items button.fcf-file-draggable-delete {
  padding: 5px 15px !important;
  font-size: 10px !important;
  line-height: 20px !important;
  height: auto !important;
  margin: 0px !important;
}
html .woocommerce .fcf-file-items button.fcf-file-draggable-delete:after {
  width: 13px !important;
  height: 13px !important;
}
.payu-payment-status-result {
  text-align: center;
}
.payu-payment-status-result h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
#payu-payment-status > .payu-payment-status-title {
  display: block;
  text-align: center;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  color: #333333 !important;
  position: relative;
  padding-top: 0px !important;
  background: url("../img/bg.png") #fff;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  min-height: 100vh;
  background-attachment: fixed;
}
html, body {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0;
  height: auto;
  float: left;
}
.main-row {
  float: left;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
.main-row p {
  margin: 0 0 20px;
}
a:hover {
  text-decoration: none;
  color: #1882bf;
}
a:focus {
  outline: none !important;
  outline-offset: 0 !important;
}
a:focus, a:hover, a:active {
  outline: none;
}
*:focus, *:hover, *:active {
  outline: none;
}
a, * {
  outline: none;
}
html body a {
  color: #1b3f81;
  text-decoration: none !important;
}
html body a:hover {
  color: #000000;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
strong, b {
  font-weight: 600;
}
html .nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.85) !important;
}
.container {
  max-width: 1300px !important;
  width: 90% !important;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
blockquote {
  padding: 0 0 0 30px !important;
  margin: 20px 0 40px 5% !important;
  border-left: 5px solid #1882bf !important;
  float: left;
  font-size: 20px;
  width: 90%;
}
blockquote p {
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
}
.wp-caption-text, .gallery-caption {
  display: none;
}
.gallery-item {
  margin: 0px !important;
  padding: 0;
  border: 0px;
}
.gallery {
  width: 100% !important;
}
.gallery-columns-3 .gallery-item {
  width: 30% !important;
  height: auto !important;
}
.gallery-item img {
  border: 0px solid #cfcfcf !important;
}
html body .gallery {
  float: left;
  width: 100%;
}
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
}
img.size-full, img.size-large, img.wp-post-image {
  height: auto;
  max-width: 100%;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figure.wp-caption.alignleft, img.alignleft {
  margin: 5px 30px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 5px 0;
}
figure.wp-caption.alignright, img.alignright {
  margin: 5px 0 20px 30px;
}
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
}
img.alignnone {
  margin: 5px 0;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px;
}
div.wp-caption.alignright img[class*="wp-image-"] {
  float: right;
}
div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
}
img.wp-smiley, .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
  list-style-position: inside;
}
.main-row {
  float: left;
  width: 100%;
  min-height: calc(100vh - 100px);
}
.page-title {
  margin-top: 30px;
  margin-bottom: 50px;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.start-50 {
  left: 50% !important;
}
.top-50 {
  top: 50% !important;
}
.position-absolute {
  position: absolute !important;
}
figure {
  margin: 0 0 0rem;
}
.white-apla {
  border-radius: 15px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 1px 1px 20px -10px rgba(176, 176, 176, 1);
  -moz-box-shadow: 1px 1px 20px -10px rgba(176, 176, 176, 1);
  box-shadow: 1px 1px 20px -10px rgba(176, 176, 176, 1);
  padding: 3rem;
  background: #ffffff;
}
.wp-block-file {
  font-size: 15px !important;
  line-height: 17px;
  font-weight: 500;
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dashed #cccccc;
}
.wp-block-file a {
  float: left;
}
.wp-block-file__button {
  float: right !important;
  margin-top: -5px;
  background: #6d4a8d;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.wp-block-file__button:hover {
  background: #ca5b9d;
  color: #ffffff;
}
/*CONTENT STYLE*/
.main-btn-white a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  background: none;
  letter-spacing: 1px;
  border: 2px solid #FFFFFF;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  padding: 12px 30px 12px 30px;
  position: relative;
}
.main-btn-white a:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.main-btn-white a:hover:after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  margin-left: 20px;
}
.main-btn-white a:hover {
  color: #FFFFFF;
  background: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.main-btn-blue a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  background: #1b3f81;
  letter-spacing: 1px;
  border: 2px solid #1b3f81;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  padding: 12px 30px 12px 30px;
  position: relative;
}
.main-btn-blue a:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.main-btn-blue a:hover:after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="MidnightBlue" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  margin-left: 20px;
}
.main-btn-blue a:hover {
  color: #1b3f81;
  background: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.main-btn-blue.blue-hover a:hover {
  color: #ffffff;
  background: #1b3f81;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.main-btn a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  background: #ca5b9d;
  letter-spacing: 1px;
  border: 2px solid #ca5b9d;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  padding: 12px 30px 12px 30px;
  position: relative;
}
.main-btn a:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.main-btn a:hover:after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="DeepPink" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  margin-left: 20px;
}
.main-btn.pink-hover a:hover:after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  margin-left: 20px;
}
.main-btn-blue.blue-hover a:hover:after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  margin-left: 20px;
}
.main-btn a:hover {
  color: #ca5b9d;
  background: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.main-btn.pink-hover a:hover {
  color: #FFFFFF;
  background: #ca5b9d;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.navbar li.menu-btn a {
  text-transform: uppercase;
  letter-spacing: 2px !important;
  margin-left: 20px;
  color: #FFFFFF;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 30px;
  background: #ca5b9d;
  letter-spacing: 1px;
  border: 2px solid #ca5b9d;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  padding: 5px 20px 5px 20px !important;
  position: relative;
}
.navbar li.menu-btn a:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.navbar li.menu-btn a:hover:after {
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  margin-left: 20px;
}
.navbar li.menu-btn a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.navbar li.menu-btn-border a {
  text-transform: uppercase;
  letter-spacing: 2px !important;
  margin-left: 20px;
  color: #FFFFFF;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 30px;
  background: none;
  letter-spacing: 1px;
  border: 2px solid #FFFFFF;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  padding: 5px 20px 5px 20px !important;
  position: relative;
}
.navbar li.menu-btn-border a:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.navbar li.menu-btn-border a:hover:after {
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  margin-left: 20px;
}
.navbar li.menu-btn-border a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.navbar li.menu-btn-blue a {
  text-transform: uppercase;
  letter-spacing: 2px !important;
  margin-left: 20px;
  color: #FFFFFF;
  font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: 30px;
  background: #1b3f81;
  letter-spacing: 1px;
  border: 2px solid #1b3f81;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  padding: 10px 30px 10px 30px !important;
  position: relative;
}
.navbar li.menu-btn-blue a:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.navbar li.menu-btn-blue a:hover:after {
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  margin-left: 20px;
}
.navbar li.menu-btn-blue a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.navbar li.menu-btn-login a {
  text-transform: uppercase;
  letter-spacing: 2px !important;
  margin-left: 20px;
  color: #1b3f81 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: 30px;
  background: #ffffff;
  letter-spacing: 1px;
  border: 2px solid #ffffff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  padding: 10px 30px 10px 30px !important;
  position: relative;
}
.navbar li.menu-btn-login a:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iV2Fyc3R3YV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE5LjcgMjEuNyI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjguMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4xIEJ1aWxkIDIpICAtLT4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogIzIxM2Y4MTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTguOCw5LjZjLTIuNiwwLTQuOC0yLjItNC44LTQuOFM2LjIsMCw4LjgsMHM0LjgsMi4yLDQuOCw0LjgtMi4yLDQuOC00LjgsNC44Wk04LjgsMS41Yy0xLjgsMC0zLjMsMS41LTMuMywzLjNzMS41LDMuMywzLjMsMy4zLDMuMy0xLjUsMy4zLTMuMy0xLjUtMy4zLTMuMy0zLjNaIi8+CiAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTE2LjMsMTEuMWMtLjIsMC0uNCwwLS41LS4ybC0xLjMtMS4yYy0uMy0uMy0uMy0uOCwwLTEuMS4zLS4zLjgtLjMsMS4xLDBsLjguNywyLjItMi41Yy4zLS4zLjgtLjMsMS4xLDAsLjMuMy4zLjgsMCwxLjFsLTIuNywzYy0uMS4yLS4zLjItLjUuMywwLDAsMCwwLDAsMFoiLz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOC44LDIxLjdjLTMuOSwwLTYuMy0uNS03LjYtMS41LS42LS41LTEtMS4xLTEuMS0xLjktLjEtLjYtLjEtMS4zLS4xLTEuOSwwLTEuNSwxLTIuOSwyLjgtMy45LDEuNi0uOSwzLjgtMS40LDYuMS0xLjRzNC41LjUsNi4xLDEuNGMxLjgsMSwyLjgsMi40LDIuOCwzLjlzMCwuMywwLC41YzAsLjQtLjMuNy0uOC43czAsMCwwLDBjLS40LDAtLjgtLjQtLjctLjgsMC0uMiwwLS4zLDAtLjUsMC0uOS0uNy0xLjgtMi0yLjYtMS40LS44LTMuMy0xLjItNS4zLTEuMnMtMy45LjQtNS4zLDEuMmMtMS4zLjctMiwxLjYtMiwyLjZzMCwyLjEuNywyLjZjMSwuOCwzLjEsMS4yLDYuNiwxLjJzMy43LS4xLDQuOS0uNGMuNCwwLC44LjIuOS42LDAsLjQtLjIuOC0uNi45LTEuMy4zLTMsLjUtNS4yLjVaIi8+Cjwvc3ZnPg==');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.navbar li.menu-btn-login a:hover:after {
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  margin-left: 20px;
}
.navbar li.menu-btn-login a:hover {
  color: #1b3f81 !important;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.main-head-white {
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 40px;
}
.main-head-white strong, .main-head-white b {
  color: #FFFFFF;
  font-weight: 800 !important;
}
.main-head-blue {
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 40px;
}
.main-head-blue strong, .main-head-blue b {
  color: #1b3f81;
  font-weight: 800 !important;
}
.main-head {
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 40px;
}
.main-head strong, .main-head b {
  color: #ca5b9d;
  font-weight: 800 !important;
}
.main-subhead {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0px;
}
.main-subhead strong, .main-subhead b {
  color: #ca5b9d;
  font-weight: 800 !important;
  font-size: 30px;
  line-height: 35px;
}
.main-subhead-mid {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0px;
}
.main-subhead-mid strong, .main-subhead-mid b {
  color: #ca5b9d;
  font-weight: 800 !important;
  font-size: 30px;
  line-height: 35px;
}
.main-subhead-blue-mid {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0px;
}
.main-subhead-blue-mid strong, .main-subhead-blue-mid b {
  color: #1b3f81;
  font-weight: 800 !important;
  font-size: 30px;
  line-height: 35px;
}
.main-subhead-small {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0px;
}
.main-subhead-small strong, .main-subhead-small b {
  color: #ca5b9d;
  font-weight: 800 !important;
  font-size: 20px;
  line-height: 25px;
}
.main-subhead-blue-small {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0px;
}
.main-subhead-blue-small strong, .main-subhead-blue-small b {
  color: #1b3f81;
  font-weight: 800 !important;
  font-size: 20px;
  line-height: 25px;
}
.main-subhead-blue {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0px;
}
.main-subhead-blue strong, .main-subhead-blue b {
  color: #1b3f81;
  font-weight: 800 !important;
  font-size: 30px;
  line-height: 35px;
}
.main-subhead-white {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0px;
}
.main-subhead-white strong, .main-subhead-white b {
  color: #FFFFFF;
  font-weight: 800 !important;
  font-size: 30px;
  line-height: 35px;
}
.white-color {
  color: #ffffff;
}
.blue-color {
  color: #1b3f81;
}
.pink-color {
  color: #ca5b9d;
}
.blue-color-bg {
  background: #1b3f81;
}
.pink-color-bg {
  background: #ca5b9d;
}
.white-color-bg {
  background: #ffffff;
}
.pink-border {
  border: 1px solid #ca5b9d;
}
.gray-border {
  border: 1px solid #eeeeee;
}
.radius-border {
  border-radius: 15px;
}
.shadow-border {
  -webkit-box-shadow: 1px 1px 20px -10px rgba(176, 176, 176, 1);
  -moz-box-shadow: 1px 1px 20px -10px rgba(176, 176, 176, 1);
  box-shadow: 1px 1px 20px -10px rgba(176, 176, 176, 1);
}
.gray-border-right {
  border-right: 1px solid #eeeeee;
}
.gray-border-left {
  border-left: 1px solid #eeeeee;
}
.gray-border-top {
  border-top: 1px solid #eeeeee;
}
.gray-border-bottom {
  border-bottom: 1px solid #eeeeee;
}
/*LOGIN BLOCK*/
html body .pacjent-login .um .um-form input[type=submit].um-button {
  background: #ca5b9d!important;
	border: 2px solid #ca5b9d!important;
}
html body .pacjent-login .um .um-form input[type=submit].um-button:hover {
  background: #ffffff!important;
	border: 2px solid #ca5b9d!important;
	color: #ca5b9d!important;
}
/*ERRORS*/
html body .um-notice.err,
html body .um-field-error {
    background: #eeeeee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #333333;
}
html body .um-field-arrow {
    color: #eeeeee;
}
/*FAQ*/
.wp-block-details summary {
  list-style-type: none;
  outline: none;
  cursor: pointer;
  position: relative;
}
.wp-block-details summary::-webkit-details-marker {
  display: none;
}
details > summary::before {
  content: '+ ';
  position: absolute;
  left: -45px;
  top: 0px;
  font-size: 40px;
  font-weight: 300;
  color: #ca5b9d;
}
details[open] > summary::before {
  content: '- ';
}
details[open] > summary {
  margin-bottom: 0.5rem;
}
.wp-block-details {
  padding-bottom: 10px !important;
  border-bottom: 1px dashed #cccccc;
  padding-left: 40px;
}
.wp-block-details summary {
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
/*LANDING PAGES*/
body.page-template-lp-doctor.admin-bar .main-header, body.page-template-lp-patient.admin-bar .main-header {
  top: 32px;
}
body.page-template-lp-doctor .main-header, body.page-template-lp-patient .main-header {
  position: fixed !important;
}
body.page-template-lp-doctor, body.page-template-lp-patient {
  background-position: center !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}
body.page-template-lp-doctor footer, body.page-template-lp-patient footer {
  position: relative;
  padding-bottom: 30px;
}
body .main-header.doctors-header, body.page-template-lp-doctor .main-header {
  background: #1b3f81;
}
.frame-box {
  -webkit-box-shadow: 1px 1px 20px -10px rgba(176, 176, 176, 1);
  -moz-box-shadow: 1px 1px 20px -10px rgba(176, 176, 176, 1);
  box-shadow: 1px 1px 20px -10px rgba(176, 176, 176, 1);
  border-radius: 15px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  padding: 60px;
}
/*REGISTRATION*/
html body .um .um-form input[type=number], html body .um .um-form input[type=password], html body .um .um-form input[type=search], html body .um .um-form input[type=tel], html body .um .um-form input[type=text] {
  border: 1px solid #cccccc !important;
  border-radius: 30px;
  padding: 15px 20px !important;
  background-color: #fff;
  font-size: 16px !important;
  transition: all 0.3s ease;
  font-weight: 400;
  height: auto !important;
}
html body .um-field-label label {
  font-weight: 400 !important;
  font-size: 15px !important;
  color: #000000;
  margin-bottom: 0px;
}
html body .um-password .um-form .um-field-block {
  font-weight: 400;
  color: #000000;
}
html body .um .um-form input[type=submit].um-button {
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #FFFFFF;
  font-weight: 600 !important;
  border-radius: 30px !important;
  background: #1b3f81;
  border: 2px solid #1b3f81 !important;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  padding: 15px 30px 15px 30px !important;
  position: relative;
  height: auto !important;
}
html body .um .um-form input[type=submit].um-button:hover {
  color: #1b3f81;
  background: #ffffff !important;
  border: 2px solid #1b3f81 !important;
}
html body .um .um-form .um-field {
  padding: 10px 0;
}
html body .um .um-form .um-field-checkbox-option, html body .um .um-form .um-field-radio-option {
  color: #000000 !important;
}
html body .um .um-form .um-col-1 .um-field-checkbox {
  width: 100% !important;
}
/*WOOCOMMERCE WOO*/
.main-woo-account.main-woo-wrapper {
  padding-top: 80px;
  padding-bottom: 40px;
}
html body .wpmc-step-item h3#payment_heading {
	  width: 47%;
  margin-left: 2%;
	float: right;
	display: none;
}
#payu-payment-status {
  text-align: center;
  padding: 30px;
}
#payu-payment-status > .payu-payment-status-title,
#payu-payment-status > #payu-payment-status-waiting > h3 {
  display: block!important;
  text-align: center !important;
}
.wpmc-nav-wrapper button#wpmc-prev.current:hover, 
.wpmc-nav-wrapper button#wpmc-next.current:hover, 
.wpmc-nav-wrapper button#wpmc-skip-login.current:hover {
	background: none !important;
	color: #ca5b9d!important;
	border-color: #ca5b9d!important;
}
.wpmc-nav-wrapper button#wpmc-prev:after {
    content: "";
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    background: url(data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>);
    background-position: center center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    transition: 0.3s !important;
	transform: rotate(180deg);
	position: absolute;
	left: 10px;
	top: 12px;
} 
.wpmc-inline-error::before {
    width: 21px!important;
    height: 21px!important;
    margin-right: 10px;
}
.wpmc-inline-error {
    color: #333333!important;
    line-height: 25px;
    padding: 15px 20px;
    background: #eeeeee;
    float: left;
    margin-top: 10px;
    border-radius: 10px;
    width: 100%!important;
	    font-size: 14px;
    line-height: 20px !important;
}
.wpmc-nav-wrapper button#wpmc-prev {
	padding-left: 50px!important;
}
.wpmc-nav-wrapper button#wpmc-prev:hover {
	padding-left: 60px!important;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0px solid rgba(104, 87, 125, .14);
}
html body .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
    background-color: #eeeeee;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #eeeeee;
  width: 47%;
  margin-left: 2%;
	float: right;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment {
  width: 47%;
  margin-left: 2%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table {
  width: 47%;
  margin-right: 3%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item {
  border: 1px solid #cccccc;
  border-radius: 10px;
}
.woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table td {
  border: none !important;
}
.woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table {
  border-collapse: unset !important;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-name {
  font-weight: 600;
  letter-spacing: 1px;
	display: flex;
  align-items: center;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  border-radius: 10px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-quantity {
  display: none;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item img {
  float: none;
  margin: 0px 30px 0 0;
  max-width: 80px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot, .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead {
  display: none;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0px 10% 0 0;
  float: left;
  width: 100%;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
  list-style: none;
  padding: 0px;
  float: left;
  width: 100%;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a {
  border: 1px solid #ca5b9d;
  background: #ca5b9d;
  color: #ffffff;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a {
  text-transform: uppercase;
  letter-spacing: 2px !important;
  color: #555555;
  font-size: 12px !important;
	line-height: 15px;
  font-weight: 500 !important;
  border-radius: 30px;
  background: #F7F7F7;
  float: left;
  width: 100%;
  letter-spacing: 1px;
  border: 1px solid #eeeeee;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  padding: 10px 30px 10px 30px !important;
  position: relative;
  margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a:hover {
  background: #714b8e;
  border: 1px solid #714b8e;
  color: #ffffff;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
#order_comments {
  min-height: 250px;
}
.pcfme_file {
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  padding: 30px;
  border-radius: 15px;
}
input.pcfme_file::file-selector-button {
  border: 2px solid #ca5b9d;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #ca5b9d;
  transition: 1s;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif !important;
}
html body #form_actions {
  text-align: left;
  margin: 50px 0 30px 0;
}
.main-woo-wrapper {
  padding: 40px 80px;
  background: #ffffff;
}
.main-woo-wrapper .page-title {
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
  margin-bottom: 40px;
}
h3#order_review_heading, .woocommerce-additional-fields h3, .woocommerce-billing-fields h3, .main-woo-wrapper .page-title {
  margin-bottom: 30px;
}
h3#order_review_heading .last, .woocommerce-additional-fields h3 .last, .woocommerce-billing-fields h3 .last, .main-woo-wrapper .page-title .last {
  color: #ca5b9d;
  font-weight: 800;
}
.main-woo-wrapper .page-description {
  margin-bottom: 50px;
}
.woocommerce-result-count {
  display: none;
}
.woocommerce ul.products, .woocommerce-page ul.products {
  padding-top: 20px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 0px 40px 100px 40px;
  border: 1px solid #eeeeee;
  text-align: center;
  border-radius: 10px;
  position: relative;
  margin-top: 100px;
}
.woocommerce ul.products li.product p, .woocommerce-page ul.products li.product p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
  color: #777777;
}
.woocommerce ul.products li.product .link-more-doc, .woocommerce-page ul.products li.product .link-more-doc {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #ca5b9d;
}
.pbl-container .payu-list-banks li label {
  border-radius: 5px !important;
}
.pbl-container .payu-list-banks li label.active {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  color: #333333 !important;
  line-height: 18px;
  margin-bottom: 10px;
}
.woocommerce ul.products li.product .button {
  position: absolute;
  bottom: 30px;
  left: 40px;
  right: 40px;
}
@media (min-width: 768px) {
  ul.products {
    display: flex;
    flex-wrap: wrap;
  }
  ul.products li.product {
    display: flex;
    flex-direction: column;
  }
}
.woocommerce ul.products li.product a img {
  max-width: 160px;
  height: auto;
  text-align: center;
  margin: -80px auto 20px auto;
}
.woocommerce ul.products li.product .star-rating {
  margin: 0px auto 25px auto;
  color: #ca5b9d;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.woocommerce #customer_login .col-2:before {
  border-left: 1px solid #eeeeee;
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px;
}
.woocommerce #customer_login {
  border: 1px solid #eeeeee;
  background: #ffffff;
  padding: 70px 50px;
  margin: 2em 0;
  text-align: left;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 20px -10px rgba(176, 176, 176, 1);
  -moz-box-shadow: 1px 1px 20px -10px rgba(176, 176, 176, 1);
  box-shadow: 1px 1px 20px -10px rgba(176, 176, 176, 1);
}
.woocommerce #customer_login .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none !important;
  padding: 0px;
}
.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none;
  padding: 20px 40px;
}
.form-row.place-order {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: left;
}
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row, .woocommerce form .form-row {
  display: block;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: unset;
}
/* Pólka formularzy */
.woocommerce form .form-row .input-text, .woocommerce form .form-row select .woocommerce input, .woocommerce textarea, .woocommerce select, .woocommerce input[type="text"], .woocommerce input[type="email"] {
  border: 1px solid #cccccc;
  border-radius: 30px;
  padding: 15px 20px;
  background-color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  max-width: 100%;
}
.comment-form-email label, .comment-form-author label {
  margin-right: 10px;
}
.woocommerce textarea {
  border-radius: 15px !important;
}
.woocommerce form .form-row {
  padding: 0px;
  margin: 20px 0;
}
.woocommerce input:focus, .woocommerce textarea:focus, .woocommerce select:focus {
  border-color: #ca5b9d !important;
  outline: none;
}
.woocommerce-MyAccount-content legend {
	margin-top: 30px;
  font-size: 20px;
	font-weight: 600;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  top: 2em;
}
#password_strength {
  text-align: center;
  font-weight: 600;
  padding: 3px .5em;
  font-size: 13px;
  border-radius: 15px;
  margin-top: 10px;
}
.woocommerce-additional-fields, .woocommerce-billing-fields {
  position: relative;
}
#manual-scan button{
  position: relative;
  background: #F4F4F4;
  border: 1px solid #eeeeee;
  color: #555555;
  border-radius: 10px;
  font-size: 14px;
  line-height: 17px;
  width: 300px;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
#manual-scan button:hover {
  position: relative;
  background: rgb(113, 75, 142);
  border: 1px solid rgb(113, 75, 142);
  color: #ffffff;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
#manual-scan button:hover:before {
  background: url("../img/icon-5-white.png");
}
#manual-scan button:hover a {
  color: #ffffff;
}
#manual-scan button {
  color: #555555;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0px;
  padding: 20px 20px 20px 50px;
  display: block;
}
#manual-scan button:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 18px;
  width: 20px;
  height: 20px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: url("../img/icon-5.png");
}
/* Karty - checkout, koszyk */
/*.woocommerce-cart .cart-collaterals, .woocommerce-checkout .woocommerce-checkout-review-order, .woocommerce-checkout .woocommerce-checkout-payment, .woocommerce-checkout .woocommerce-billing-fields, .woocommerce-checkout .woocommerce-additional-fields {

  background: #fff;

  border-radius: 20px;

  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);

  padding: 30px;

  margin-bottom: 40px;

}*/
body .woocommerce table.my_account_orders td, body .woocommerce table.my_account_orders th {
  font-size: 13px;
  line-height: 17px;
}
.woocommerce-account .woocommerce-MyAccount-content mark {
  font-weight: 600;
}
.woocommerce table.shop_table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.03);
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  text-align: left;
}
html body .woocommerce table.shop_table th {
  background-color: #fafafa;
  font-weight: 600;
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  background-color: #fafafa;
  font-weight: 600;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info {
  border: 1px solid #eeeeee !important;
  border-radius: 10px;
  background-color: #F7F7F7;
  color: #333;
  font-size: 1rem;
  margin-bottom: 30px;
  padding: 2em 2em 2em 3.5em;
}
.woocommerce-info::before {
  color: #ca5b9d;
  top: 2em;
}
.woocommerce table.my_account_orders .button {
  text-transform: uppercase;
  letter-spacing: 1px !important;
  color: #FFFFFF;
  font-size: 12px !important;
  line-height: 12px;
  font-weight: 600 !important;
  border-radius: 30px;
  background: #ca5b9d;
  border: 2px solid #ca5b9d;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  padding: 7px 15px 5px 15px !important;
  position: relative;
  height: auto !important;
  margin-top: 0;
}
.woocommerce table.my_account_orders .button:hover:after {
  margin-left: 10px !important;
}
.woocommerce button.button, .woocommerce a.button, .woocommerce input.button, .woocommerce-cart .checkout-button, .woocommerce #place_order {
  text-transform: uppercase;
  letter-spacing: 2px !important;
  color: #FFFFFF;
  font-size: 14px !important;
  line-height: 15px;
  font-weight: 600 !important;
  border-radius: 30px;
  background: #ca5b9d;
  border: 2px solid #ca5b9d;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  padding: 12px 30px 12px 30px !important;
  position: relative;
  height: auto !important;
  margin-top: 20px;
}
.woocommerce button.button:hover, .woocommerce a.button:hover, .woocommerce input.button:hover {
  color: rgb(202, 91, 157);
  background: none;
  text-decoration: none !important;
  transition: 0.3s !important;
}
.woocommerce button.button::after, .woocommerce a.button::after, .woocommerce input.button::after, .woocommerce-cart .checkout-button::after, .woocommerce #place_order::after {
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  transition: 0.3s !important;
}
.woocommerce button.button:hover::after, .woocommerce a.button:hover::after, .woocommerce input.button:hover::after, .woocommerce-cart .checkout-button:hover::after, .woocommerce #place_order:hover::after {
  margin-left: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="deeppink" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  background-position: center center !important;
  transition: 0.3s !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: none !important;
}
.woocommerce-LostPassword.lost_password {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.woocommerce-LostPassword.lost_password a {
  font-size: 14px;
  color: #ca5b9d;
  font-weight: 500;
}
.woocommerce h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
  margin-top: 15px;
}
html body #checkout_timeline {
  margin-bottom: 80px;
  margin-top: 30px;
}
  .wpmc-tabs-wrapper .wpmc-tab-text {
    font-size: 15px!important;
    font-weight: 500!important;
    letter-spacing: 1px!important;
  }
.wpmc-tabs-wrapper {
  border-top: 0px solid #f6f5ee!important;
  color: #333333!important;
  border-bottom: 0px solid #f6f5ee!important;
}
.wpmc-tab-item.current .wpmc-tab-text::before {
    border-bottom: 1px solid #eeeeee!important;
}
.wpmc-nav-wrapper button#wpmc-prev.current, 
.wpmc-nav-wrapper button#wpmc-next.current, 
.wpmc-nav-wrapper button#wpmc-skip-login.current {
    border-color: #7f54b3!important;
}
.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
    background-color: #7f54b3!important;
}
#checkout_timeline li .timeline-wrapper .timeline-label, #checkout_timeline.style3 li .timeline-wrapper .timeline-step {
  display: inline-block !important;
  font-size: 12px;
  font-weight: 600 !important;
  letter-spacing: 1px;
}
#checkout_timeline.style3 li .timeline-wrapper .timeline-step {
  padding-right: 20px !important;
}
#checkout_timeline.style3 li .timeline-wrapper {
  border-radius: 30px !important;
  width: 100%;
  padding: 10px 40px !important;
}
#checkout_timeline li {
  width: auto !important;
  padding: 0 25px;
}
#checkout_timeline li .timeline-wrapper {
  margin: 0 auto;
}
.woocommerce #checkout-wrapper #customer_login {
  border: 0px solid #eeeeee;
  background: #ffffff;
  padding: 20px 20px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
  border: 1px solid #ccc !important;
  padding: 10px 15px;
  border-radius: 30px !important;
  height: auto !important;
}
.select2-dropdown.select2-dropdown--below {
  margin-top: -30px;
}
.woocommerce form .form-row select {
  padding: 20px;
  border-radius: 30px;
  border: 1px solid #ccc;
}
.single-product .main-txt-content #reviews, .single-product .main-txt-content div.product {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 30%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 65%;
  padding-left: 5%;
}
.woocommerce div.product div.summary .product_meta {
  display: none;
}
.woocommerce div.product div.summary .product_title .last {
  color: #ca5b9d;
  font-weight: 800 !important;
  font-size: 30px;
  line-height: 30px;
}
.woocommerce div.product div.summary .product_title {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
.woocommerce .star-rating span::before {
  color: #ca5b9d;
}
.woocommerce div.product form.cart .button {
  text-transform: uppercase;
  letter-spacing: 2px !important;
  color: #FFFFFF;
  font-weight: 600 !important;
  border-radius: 30px;
  background: #ca5b9d;
  letter-spacing: 1px;
  border: 2px solid #ca5b9d;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  padding: 10px 30px 10px 30px !important;
  position: relative;
}
.woocommerce #place_order:hover {
  background: rgb(113, 75, 142);
  border-color: rgb(113, 75, 142);
}
.woocommerce #place_order:hover:after, .woocommerce div.product form.cart .button:hover:after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.single-product .main-txt-content #reviews {
  border: 1px solid #eeeeee;
  background: #FBFBFB;
  padding: 40px;
  border-radius: 10px;
}
.woocommerce #review_form #respond .form-submit input {
  text-transform: uppercase;
  letter-spacing: 2px !important;
  color: #FFFFFF;
  font-weight: 600 !important;
  border-radius: 30px;
  background: #ca5b9d;
  border: 2px solid #ca5b9d;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  padding: 10px 30px 10px 30px !important;
  position: relative;
}
.woocommerce p.stars a {
  color: #ca5b9d;
}
.woocommerce #review_form #respond textarea {
  min-height: 200px;
}
.woocommerce-Reviews-title {
  display: none;
}
.woocommerce-review-link {
  color: #777777;
  font-size: 14px;
}
.woocommerce-error::before {
  color: #ca5b9d;
  top: 35px;
}
#form_actions .yith-wcms-button.prev, #form_actions .yith-wcms-button.next {
  border: none !important;
}
.back-button {
  width: 100%;
  display: inline-block;
  text-align: right;
}
.back-button a {
  background: #F2F2F2;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.back-button a:hover {
  background: #E8E8E8;
}
/*CONTENT*/
.main-content {
  padding: 0 0 50px 0;
  margin-top: -20px;
}
.main-content ul, .main-content ol {
  margin-left: 20px;
  padding-left: 0px;
}
.main-content li {
  padding-left: 18px;
  position: relative;
  text-align: left;
}
.main-content ul li {
  list-style: none;
  position: relative;
}
.main-content {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
table ul {
  margin-left: 0px !important;
  line-height: 20px;
}
table ul li {
  margin-bottom: 8px;
}
.tablepress td {
  padding: 20px 15px !important;
  border: 1px solid #eee !important;
  font-size: 15px;
  line-height: 18px;
}
.dataTables_wrapper .dataTables_filter input {
  padding: 10px;
  border: 1px solid #000;
  margin-bottom: 30px;
}
.tablepress tfoot th, .tablepress thead th {
  background: #cad512 !important;
  background-color: #cad512 !important;
  color: #000000;
  padding: 20px 15px;
  font-weight: 500 !important;
  font-size: 16px;
  border: 1px solid #eee !important;
}
.tablepress td b, .tablepress td strong {
  color: #333;
  font-size: 15px;
  font-weight: 500 !important;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
.vidbg-tap-to-unmute {
  top: auto !important;
  bottom: 90px !important;
  left: auto !important;
  right: 30px !important;
  z-index: 10000;
  padding: 10px 15px 10px 15px !important;
  color: #fff !important;
  border: 0px solid #1882bf;
  background: #1882bf !important;
  text-align: center;
  text-decoration: none !important;
  margin-top: 10px;
  border-radius: 30px !important;
  float: right;
  height: 50px;
  line-height: 32px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
/*gotop*/
.gotop {
  position: fixed;
  right: 30px;
  z-index: 201;
  bottom: 30px;
  width: 60px;
  height: 60px;
  color: #FFFFFF;
  background: #000000;
  text-align: center;
  line-height: 60px;
  font-size: 35px;
  font-weight: 400;
  border-radius: 100%;
  padding-right: 7px;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.gotop a {
  display: block;
  color: #ffffff;
  transform: rotate(-90deg);
}
.gotop:hover {
  background: #333333;
}
.gotop:hover a {
  color: #ffffff;
}
/*FORMULARZ*/
html body .gform_wrapper form li, .gform_wrapper li {
  list-style: inherit !important;
}
html body .gform_wrapper li.gsection.gf_scroll_text {
  padding: 30px 30px !important;
  margin-bottom: 35px !important;
  background-color: #fff;
  overflow-y: hidden !important;
  border: 1px solid #eee !important;
  border-radius: 30px;
  border-bottom: 1px solid #eee !important;
  height: 280px !important
}
html body .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
  font-size: 14px !important;
}
.gsection_description li {
  line-height: 17px;
  padding-bottom: 10px;
}
.gfield_checkbox li {
  font-size: 15px !important;
  line-height: 18px;
  padding-bottom: 10px;
}
.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 600 !important;
}
h2.gsection_title, .gsection_description h3 {
  font-size: 20px !important;
  color: #333 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
  vertical-align: top !important;
  margin-right: 10px;
}
.gform_wrapper.gf_browser_gecko select {
  padding: 20px !important;
  background: #FcFcFc;
  width: 100% !important;
}
.gform_wrapper ul li.gfield.pol-pole {
  clear: none !important;
}
.zgodyna .gfield_checkbox li label {
  font-weight: 500;
  padding-left: 7px !important;
  padding-top: 2px !important;
}
li.gfield {
  padding-left: 0px;
}
.gform_wrapper textarea {
  height: 150px !important;
}
.gform_wrapper .gform_page_footer {
  border-top: 0px dotted #CCC !important;
}
.gform_body input {
  padding: 13px !important;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  margin-bottom: 10px !important;
  font-size: 14px !important;
}
.gform_body textarea {
  padding: 13px !important;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 10px !important;
  font-size: 14px !important;
}
.gform_wrapper label.gfield_label,
.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500 !important;
  font-size: 14px!important;
  color: #000000;
  margin-top: 10px;
}
.gform_wrapper.gravity-theme .gfield_checkbox label, 
.gform_wrapper.gravity-theme .gfield_radio label {
	padding-left: 7px;
	padding-top: 7px;
	font-size: 14px!important;
	line-height: 18px;
}
.gform_required_legend {
	display: none !important;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: #ca5b9d!important;
  font-size: 11px!important;
}
.name_first label, .name_last label {
  display: none !important;
}
label {
  font-weight: 400 !important;
}
.ukryta-nazwa .gfield_label {
  display: none !important;
}
html body .gform_button, html body .gform_next_button, #wp-submit {
  padding: 10px 20px !important;
  font-size: 15px !important;
  border-radius: 35px!important;
  color: #FFFFFF !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  background: #ca5b9d;
  border: 2px solid #ca5b9d;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  margin: 0 auto !important;
  width: auto !important;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
}
html body .gv-search-button {
  padding: 20px 25px !important;
  text-transform: uppercase;
  font-size: 17px !important;
  border-radius: 35px;
  color: #fff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  background: #ca5b9d !important;
  border: 2px solid #ca5b9d !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  margin: 0 0 0px 10px !important;
  width: auto !important;
  cursor: pointer;
  border-radius: 40px;
  text-align: center;
  box-sizing: border-box;
}
.gv-search-button:hover, #wp-submit:hover {
  background: #fff !important;
  color: #ca5b9d !important;
	border: 2px solid #ca5b9d !important;
}
html body .gform_previous_button {
  padding: 20px 25px !important;
  text-transform: uppercase;
  font-size: 14px !important;
  color: #888;
  font-weight: 400 !important;
  text-decoration: none !important;
  background: #eee;
  border: 2px solid #eee;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  margin: 0 auto !important;
  width: 270px !important;
  cursor: pointer;
  border-radius: 40px;
  text-align: center;
}
html body .gform_button:hover {
  color: #ca5b9d !important;
  background: none;
  border: 2px solid #ca5b9d;
}
html body .gform_wrapper div.validation_error {
  color: #ca5b9d;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 25px;
  border-top: 0px solid #ca5b9d;
  border-bottom: 0px solid #ca5b9d;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
html body .gform_wrapper li.gfield.gfield_error, html body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border-top: 0px solid #ca5b9d;
  border-bottom: 0px solid #ca5b9d;
  padding-bottom: 0px;
  padding-top: 0px;
}
html body .gform_wrapper .validation_message {
  color: #ca5b9d;
  padding-top: 0px !important;
  font-size: 13px;
  font-weight: 400;
}
.gform_wrapper .gfield_required {
  color: #ca5b9d;
}
/*OKRUSZKI

-------------------------------------------------- */
#breadcrumbs {
  font-size: 12px;
  color: #666666;
  margin-left: -5px;
  margin-bottom: 10px;
}
#breadcrumbs a {
  color: #666666;
  margin: 0 5px;
}
.breadcrumb_last {
  color: #666666;
  margin: 0 5px;
}
.naglowek-okruszkow {
  color: #666666;
}
/*PAGINACJA

-------------------------------------------------- */
.paginacja {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
.paginacja a {
  background: #eee;
  padding: 10px 20px;
  color: #333;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
}
.paginacja a:hover {
  background: #1882bf;
  text-decoration: none;
  color: #fff;
}
.paginacja .nav-previous, .paginacja .nav-previous a {
  display: inline-block;
  margin: 3px;
}
.paginacja .nav-next, .paginacja .nav-next a {
  display: inline-block;
  margin: 3px;
}
/*NAGŁÓWEK

-------------------------------------------------- */
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}
@-moz-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}
@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}
@-ms-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}
@-o-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}
.main-header {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto;
  z-index: 10000;
  padding: 0px 0 0 0;
  height: 75px;
  top: 0;
  left: 0;
  right: 0;
  float: none;
  position: relative !important;
  background: #62468A;
  background: -webkit-linear-gradient(92deg, rgba(98, 70, 138, 1) 0%, rgba(132, 82, 147, 1) 100%);
  background: -o-linear-gradient(92deg, rgba(98, 70, 138, 1) 0%, rgba(132, 82, 147, 1) 100%);
  background: linear-gradient(182deg, rgba(98, 70, 138, 1) 0%, rgba(132, 82, 147, 1) 100%);
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  border-radius: 40px;
}
.main-header.short {
  z-index: 100000;
  position: relative;
  height: 80px;
  padding: 0px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.main-header.short .container {
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.main-header.short .logotyp img {
  width: 100px;
}
.main-header .container {
  border-bottom: 0px solid #CCCCCC;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.logotyp {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0px 50px 0 0;
  margin-top: 0px;
  text-align: left;
}
.logotyp img {
  width: 130px;
  max-width: 100%;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
#headerNav {
  width: 50%;
  text-align: left;
}

.navbar li.logout a {
  position: relative;
  font-size: 13px;
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 30px;
  margin-left: 10px;
  font-weight: 600;
  padding: 7px 20px 7px 40px !important;
  display: block;
  color: #67488b !important;
  text-align: left;
  letter-spacing: 0.5px;
  transition: all 0.15s ease 0s !important;
  -moz-transition: all 0.15s ease 0s !important;
  -webkit-transition: all 0.15s ease 0s !important;
  -o-transition: all 0.15s ease 0s !important;
  -ms-transition: all 0.15s ease 0s !important;
}
.navbar li.logout a:hover {
  transition: all 0.15s ease 0s !important;
  -moz-transition: all 0.15s ease 0s !important;
  -webkit-transition: all 0.15s ease 0s !important;
  -o-transition: all 0.15s ease 0s !important;
  -ms-transition: all 0.15s ease 0s !important;
}
.navbar li.logout a::before {
  content: '';
  background: url(../img/logout.svg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 15px;
  position: absolute;
}

.navbar li.menu-konto a {
  position: relative;
  font-size: 13px;
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 30px;
  margin-left: 10px;
  font-weight: 600;
  padding: 7px 20px 7px 40px !important;
  display: block;
  color: #67488b !important;
  text-align: left;
  letter-spacing: 0.5px;
  transition: all 0.15s ease 0s !important;
  -moz-transition: all 0.15s ease 0s !important;
  -webkit-transition: all 0.15s ease 0s !important;
  -o-transition: all 0.15s ease 0s !important;
  -ms-transition: all 0.15s ease 0s !important;
}
.navbar li.menu-konto a:hover {
  transition: all 0.15s ease 0s !important;
  -moz-transition: all 0.15s ease 0s !important;
  -webkit-transition: all 0.15s ease 0s !important;
  -o-transition: all 0.15s ease 0s !important;
  -ms-transition: all 0.15s ease 0s !important;
}
.navbar li.menu-konto a::before {
  content: '';
  background: url(../img/user.svg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 15px;
  position: absolute;
}
.navbar {
  display: flex;
  align-content: center;
  width: 100%;
  text-align: left;
  position: relative !important;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 0px !important;
  padding: 5px 50px;
  z-index: 999;
  transition: all 0.15s ease 0s !important;
  -moz-transition: all 0.15s ease 0s !important;
  -webkit-transition: all 0.15s ease 0s !important;
  -o-transition: all 0.15s ease 0s !important;
  -ms-transition: all 0.15s ease 0s !important;
}
.navbar-toggler-close {
  display: none;
}
.navbar-default {
  border-color: transparent !important;
  margin-bottom: 0 !important;
  border: none !important;
}
.navbar-default {
  padding-top: 0px;
  background-color: transparent !important;
}
.navbar ul {
  width: 100%;
  margin: 0 0px 0 0;
  padding: 0;
  text-align: left;
  float: none;
  display: inline;
}
.navbar li {
  display: inline-block !important;
  vertical-align: middle;
  position: relative;
  list-style: none;
  float: none !important;
}
.navbar li a {
  display: block;
  padding: 20px 8px !important;
  font-size: 13px;
  text-align: center;
  color: #ffffff !important;
  font-weight: 500;
  letter-spacing: 1px;
}
.navbar li a:hover {
  color: #ca5b9d !important;
}
.navbar li.logout a:hover,
.navbar li.menu-konto a:hover {
  color: #333333 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent !important;
}
.navbar-default .navbar-nav > li.active:first-child > a {}
.navbar li.menu-item-has-children:hover ul.sub-menu {
  display: block;
  width: 100%;
}
.navbar li ul.sub-menu:hover {
  display: block;
}
.navbar li ul.sub-menu li {
  border: none !important;
  float: left;
  width: 100%;
}
.navbar li ul.sub-menu a:hover {
  background: #eee;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #000 !important;
  background-color: transparent !important;
}
html .dropdown-menu {
  position: absolute;
  top: 100%;
  width: auto !important;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background: #1882bf;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
html body .dropdown-menu a {
  font-size: 14px;
  color: #fff !important;
  width: 100%;
  text-align: left;
  padding: 13px 20px !important;
  border: none !important;
  font-weight: 400 !important;
}
html .dropdown-menu li {
  font-size: 12px;
  width: 100%;
}
.navbar-default .dropdown-menu > li > a:focus, .navbar-default .dropdown-menu > li > a:hover {
  color: #fff !important;
  background-color: #1a8777 !important;
}
.main-header.podtony-naglowek .navbar-default .dropdown-menu > li > a:focus, .main-header.podtony-naglowek .navbar-default .dropdown-menu > li > a:hover {
  color: #fff !important;
  background-color: #1a8777 !important;
}
.main-header.podtony-naglowek .navbar-default .dropdown-menu > .active > a, .main-header.podtony-naglowek .navbar-default .dropdown-menu > .active > a:focus, .main-header.podtony-naglowek .navbar-default .dropdown-menu > .active > a:hover {
  color: #1882bf !important;
  background-color: #1a8777 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #1a8777 !important;
}
.navbar-default.przyklej .dropdown-menu > .active > a, .navbar-default.przyklej .dropdown-menu > .active > a:focus, .navbar-default.przyklej .dropdown-menu > .active > a:hover {
  background-color: #1a8777 !important;
  color: #1882bf !important;
}
.dropdown:hover .dropdown-menu {
  display: block !important;
}
.dropdown:hover a {
  border-color: #fff !important;
}
li.current-page-ancestor a, li.current-menu-ancestor a {
  border-color: #fff !important;
}
li.social a {
  font-size: 20px;
  padding: 24px 0px 24px 10px !important;
}
li.social a span {
  display: none !important;
}
/*CAROUSEL*/
.owl-project {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-project .owl-item {
  float: left;
}
.owl-project .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.section-projects .owl-nav.disabled {
  display: none;
}
.section-projects .owl-nav {
  position: relative;
  left: auto;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 5px 8px;
  bottom: 100px;
  width: 100px;
  float: right;
}
.section-projects .owl-nav .owl-next, .section-projects .owl-nav .owl-prev {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  font-size: 20px;
}
/*STOPKA*/
.top-footer-inner .f3 {
  text-align: center;
	padding: 50px 0;
}
.top-footer-ue {
  float: left;
  width: 100%;
	  margin-top: 30px;
}
.top-footer-inner .f2 {
  text-align: right;
}
.top-footer-inner {
  float: left;
  width: 100%;
  color: #000000 !important;
  text-align: left;
  padding: 30px 0 10px 0;
  font-size: 14px;
  line-height: 22px;
  border-top: 0px solid #CCCCCC;
}
.top-footer-inner h3 {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 22px;
}
.top-footer-inner .wp-social-link a {
  color: #FFFFFF !important;
}
.top-footer-inner a {
  color: #000000 !important;
}
.top-footer-inner a:hover {
  color: #333333;
}
footer {
  width: 100%;
  float: left;
  color: #000000;
  z-index: 200;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}
footer .container {
  max-width: 1600px !important;
  width: 94% !important;
}
footer a {
  color: #000000;
}
.gm-style .gm-style-iw {
  color: #333;
  text-align: left;
}
.sociale {}
.navbar .sociale li:hover {
  transform: none !important;
}
.navbar .sociale li a:hover {
  border: 1px solid #ffffff !important;
}
.navbar .sociale a {
  text-decoration: none !important;
  width: 38px;
  font-size: 24px !important;
  height: 38px;
  float: left;
  margin-right: 5px;
  text-align: center !important;
  border-radius: 100%;
  padding: 0px !important;
  line-height: 31px;
  border: 1px solid #ffffff !important;
}
/*MOBILE*/
@media (max-width: 1450px) {
  #checkout_timeline.style3 li .timeline-wrapper {
    padding: 10px 15px !important;
  }
}
@media (max-width: 1350px) {
  .navbar li a {
    padding: 20px 5px !important;
    font-size: 12px;
  }
  .navbar li.menu-btn a {
    margin-left: 10px;
  }
  .logotyp {
    padding: 0px 30px 0 0;
  }
  .logotyp img {
    width: 100px;
  }
  .navbar {
    padding: 5px 40px;
  }
  .top-footer-inner {
    font-size: 12px;
  }
}
@media (max-width: 1180px) {
  .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table, .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    width: 100%;
    margin: 0% 0 20px 0;
  }
	#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  width: 100%;
    margin: 0% 0 20px 0;
}
  .woocommerce #checkout-wrapper #customer_login {
    padding: 0px;
  }
  .woocommerce #customer_login .col-2::before {
    left: -15px;
  }
  .woocommerce .col-1 {
    padding: 20px 40px 20px 20px;
  }
  .woocommerce .col-2 {
    padding: 20px 20px 20px 40px;
  }
html body #checkout_timeline li .timeline-wrapper .timeline-label {
  padding: 5px 5px 5px 5px !important;
}
#checkout_timeline.style3 li .timeline-wrapper {
  padding: 7px 10px !important;
}
#checkout_timeline li .timeline-wrapper .timeline-label, #checkout_timeline.style3 li .timeline-wrapper .timeline-step {
  font-size: 11px;
  letter-spacing: 0px;
}
#checkout_timeline.style3 .yith-wcms-icon {
  margin-right: 0px !important;
  width: 15px !important;
  height: 15px !important;
}
.main-woo-wrapper {
  padding: 40px 40px;
}
.main-head,
	.main-head-blue{
  font-size: 30px!important;
  line-height: 32px!important;
  margin-bottom: 30px!important;
}
.main-subhead-blue, .main-subhead-white, .main-subhead {
  font-size: 17px;
  line-height: 20px;
}
.woocommerce div.product div.summary .product_title, .woocommerce div.product div.summary .product_title .last, .main-woo-wrapper .page-title, .page-title, .main-head-white, .main-subhead-blue strong, .main-subhead-blue b, .main-subhead strong, .main-subhead b, .main-subhead-white strong, .main-subhead-white b {
  font-size: 22px;
  line-height: 25px;
}
.woocommerce button.button, .woocommerce a.button, .woocommerce input.button, .woocommerce-cart .checkout-button, .woocommerce #place_order, .main-btn a, .main-btn-blue a, .main-btn-white a {
  font-size: 12px !important;
  padding: 10px 20px 10px 20px !important;
}
.p-5 {
  padding: 2rem !important;
}
.pl-5, .px-5 {
  padding-left: 2rem !important;
}
.pr-5, .px-5 {
  padding-right: 2rem !important;
}
.pl-4, .px-4 {
  padding-left: 1rem !important;
}
.pr-4, .px-4 {
  padding-right: 1rem !important;
}
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  margin-bottom: 30px;
}
.navbar li.menu-btn a {
  border-radius: 0px;
  margin: 0px;
  padding: 20px !important;
  border: none !important;
}
.navbar li.menu-btn-login a {
  position: relative;
  font-size: 0px;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: 0;
  padding: 20px 20px 20px 20px !important;
  margin-left: 0px;
  color: #172f50 !important;
}
.navbar li.logout a,
.navbar li.menu-konto a {
  position: relative;
  font-size: 0px;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: 0;
  padding: 20px 20px 20px 60px !important;
  margin-left: 0px;
  color: #172f50 !important;
	text-align: left;
}
.navbar li.menu-konto a:hover {
  transform: none !important;
  color: #172f50 !important;
}
.navbar li.logout  a::before,
.navbar li.menu-konto a::before {
  left: 20px;
  margin-left: 0;
}
.navbar .sociale {
  float: right;
}
.navbar .sociale li:first-child a {
  padding: 0px !important;
}
.navbar .sociale ul {
  background: none !important;
  padding: 0px !important;
  margin: 0px !important;
  width: 160px !important;
  float: right;
}
.navbar .sociale ul li {
  display: inline-block !important;
  width: auto !important;
}
.navbar {
  padding: 18px 30px;
}
.navbar-toggler-close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 11111;
  top: 20px;
  right: 20px;
  color: #000000 !important;
}
.navbar-toggler-close button {
  color: #000000 !important;
  border: none !important;
}
.navbar-light .navbar-toggler {
  color: #ffffff;
}
.adress {
  font-size: 13px;
  float: left;
  text-align: left;
  width: 65%;
  padding-top: 5px;
}
.navbar-expand-md .navbar-toggler {
  display: block !important;
}
.navbar-light .navbar-toggler {
  position: absolute;
  right: 40px;
  padding: .25rem .50rem;
  border-color: rgba(255, 255, 255, 1) !important;
}
.navbar-light .navbar-toggler-icon {
  background: none !important;
}
.container {
  max-width: 96% !important;
  width: 1130px !important;
  margin: 0 auto;
  position: relative;
}
.navbar-toggle {
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.navbar-toggle[aria-expanded="false"] span {
  opacity: 1;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.navbar-toggle[aria-expanded="true"] span {
  opacity: 0;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.navbar-toggle:before {
  opacity: 0;
  content: "x";
  position: fixed;
  font-size: 40px;
  font-weight: 800;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 100%;
  font-family: 'Montserrat', sans-serif !important;
  right: 44px;
  top: 18px;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  z-index: 1000000;
}
.navbar-toggle[aria-expanded="true"]:before {
  opacity: 1;
  content: "x";
  position: fixed;
  font-size: 40px;
  font-weight: 800;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 100%;
  font-family: 'Montserrat', sans-serif !important;
  right: 45px;
  top: 10px;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  z-index: 1000000;
}
.main-header .container, .main-header .container .container-fluid {
  width: 100% !important;
  padding: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.navbar-collapse {
  margin: 0 !important;
  padding: 0 0 0px 0 !important;
  background: #000;
}
li.social a span {
  display: inline-block !important;
  padding-left: 10px !important;
  font-size: 14px !important;
}
.nawigowanie {
  width: auto;
  margin-top: 0px;
  float: right;
  margin-right: 37px;
}
.navbar-collapse {
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0) !important;
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0) !important;
  border-top: 0px solid transparent !important;
  margin-bottom: 0px;
}
.dropdown-menu > li > a {
  display: block;
  padding: 5px 5px;
  clear: both;
  color: #000;
  white-space: normal !important;
  width: 100%;
  text-align: center;
  font-size: 13px !important;
}
html .dropdown-menu {
  width: 100% !important;
  position: relative !important;
  min-width: 100%;
  background-color: transparent !important;
  margin-bottom: 15px !important;
}
.navbar ul {
  width: 70% !important;
  margin: 0 0px 0 0;
  padding: 0;
  text-align: center !important;
  float: left;
  min-height: 100%;
  height: auto;
  background: #172F50;
  padding-bottom: 30px;
}
.navbar ul ul {
  height: auto !important;
  min-height: 0 !important;
  padding-bottom: 0px !important;
  background: #1a8777 !important;
  float: left !important;
}
.navbar ul ul a {
  border: none !important;
  font-size: 13px !important;
  padding: 10px 20px !important;
}
.main-header .container {
  border-bottom: 1px solid transparent !important;
}
.navbar-collapse.show {
  background: none;
  position: fixed;
  display: block;
  height: 100% !important;
  left: 0 !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 1) !important;
}
.navbar-collapse {
  background: none;
  position: fixed;
  height: 100% !important;
  left: -100% !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  top: 0 !important;
  display: block;
  bottom: 0 !important;
  width: 100% !important;
  z-index: 1000;
}
.navbar-collapse.collapsing {
  position: fixed;
  height: 100% !important;
  top: 0 !important;
  display: block;
  bottom: 0 !important;
  width: 50% !important;
  overflow: visible !important;
}
.navbar li {
  display: block !important;
  float: left !important;
  width: 100%;
  text-align: left;
}
.navbar li a, .navbar li.menu-btn-border a {
  font-size: 14px !important;
  padding: 20px !important;
  color: #FFFFFF !important;
  text-align: left;
  border-bottom: 1px solid #214168 !important;
  border-radius: 0px;
  border-left: none;
  border-top: none;
  border-right: none;
  margin: 0px;
}
.dropdown .dropdown-menu {
  display: none !important;
}
.dropdown:hover .dropdown-menu {
  display: none !important;
}
.dropdown.open .dropdown-menu {
  display: block !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #000000 !important;
  background-color: #1882bf !important;
}
.dropdown:hover a {
  border-color: #1a8777 !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #1a8777 !important;
}
.main-header.short {
  height: 60px;
  padding-top: 10px;
}
.main-header.short .navbar .container {
  padding-bottom: 10px !important;
}
.top-footer-inner {
  font-size: 11px;
}
}

@media (max-width: 1050px) {
  .wp-block-cover {
    min-height: 0px !important;
    position: relative;
    z-index: 1;
  }
  .wp-block-cover:after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
  }
  .wp-block-cover__image-background {
    object-position: 50% !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    margin-bottom: 0px;
  }
  .wp-block-cover__inner-container {
    padding-top: 70px;
    z-index: 2;
  }
  .wp-block-cover__inner-container p {
    font-size: 15px !important;
    line-height: 21px;
    padding: 0px !important;
  }
  .section-team .col-sm-5 {
    padding-right: 30px;
    padding-left: 0%;
  }
  .top-footer-inner {
    font-size: 12px;
  }
  .top-footer-inner {
    flex-direction: column-reverse;
  }
  .top-footer-inner .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 0px;
  }
}
@media (max-width: 970px) {
  .tp-leftarrow.tparrows.custom {
    margin-top: -25px;
  }
  .tp-rightarrow.tparrows.custom {
    margin-top: 20px;
  }
  #rev_slider_2_1_wrapper .custom.tparrows {
    margin-left: 5px !important;
  }
  .custom.tp-bullets {
    margin-left: -30px;
  }
  .section-work .section-txt h2::before {
    display: none;
  }
  .section-home .section-txt h1, .section-home .section-txt h2, .section-home .section-txt h3, .section-home .section-txt h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .navbar li a {
    font-size: 12px;
  }
}
@media (max-width: 850px) {
  .page-title {
    font-size: 2rem;
  }
  #checkout_timeline li {
    display: block !important;
    height: auto !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    padding: 0px !important;
  }
  html body #checkout_timeline {
    margin-bottom: 40px;
    margin-top: 0px;
  }
}
@media (max-width: 781px) {
		#wydarzenia-content {
		padding-left: 0px !important;
		border: none !important;
			margin-top: 20px;
	}
	#onas .wp-block-spacer {
		height: 30px !important;
	}
	.page-template-lp-doctor .has-text-align-right {
		text-align: left !important;
	}
	.page-template-lp-doctor .wp-block-buttons.is-content-justification-right {
		justify-content: start;
	}
  body {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .single-product .main-txt-content #reviews {
    padding: 40px 20px;
  }
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
    margin-bottom: 30px;
    padding: 0px;
    text-align: center !important;
  }
  .woocommerce .woocommerce-product-rating .star-rating {
    float: none;
    margin: 0 auto;
  }
  .woocommerce div.product form.cart .button {
    margin: 0 auto;
    float: none;
  }
  .woocommerce div.product div.images img {
    width: 200px;
    margin: 0 auto;
    text-align: center;
  }
  .main-woo-wrapper {
    padding: 40px 25px;
  }
  .woocommerce form .form-row .input-text, .woocommerce form .form-row select .woocommerce input, .woocommerce textarea, .woocommerce select {
    padding: 10px 20px;
    font-size: 12px;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 0px 30px 100px 30px !important;
    margin-top: 100px !important;
  }
  .diagnos-section .wp-block-buttons.is-content-justification-right {
    justify-content: start;
  }
  .diagnos-section .has-text-align-right {
    text-align: left !important;
  }
  .wp-block-media-text__media img, .wp-block-media-text__media video {
    max-width: 50px !important;
  }
  .wp-block-media-text__content {
    padding: 20px 0 !important;
  }
  .wp-block-details summary {
    font-size: 14px;
    line-height: 20px;
  }
  .wp-block-details {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .woocommerce #customer_login .col-2::before {
    display: none;
  }
  .woocommerce .col-2, .woocommerce .col-1 {
    padding: 30px 0px 30px 0px;
  }
  .woocommerce .col-2 {
    margin-top: 30px;
  }
  .woocommerce form .form-row {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
	.main-woo-account.main-woo-wrapper {
  padding-top: 20px;
  padding-bottom: 40px;
}
	.woocommerce-MyAccount-navigation ul {
  padding: 0px 0% 0 0;
}
  #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    padding: 0px;
  }
  #add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    max-width: 60px;
  }
  form.checkout.woocommerce-checkout h3 {
    text-align: center;
  }
  .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item img {
    margin: 0px 10px 20px 0;
    width: 100%;
    clear: both !important;
    float: left;
    padding: 0 40%;
    max-width: 100%;
  }
  .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-total {
    width: 100%;
    margin: 0px 0;
    display: block;
    text-align: center;
    padding: 0 10px 30px 10px;
  }
  .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-name {
    width: 100%;
    margin: 0px 0;
    display: block;
    text-align: center;
    padding: 10px;
  }
  .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item {
    width: 100%;
  }
  .section-home .align-items-center {
    -ms-flex-align: start !important;
    align-items: start !important;
  }
}
@media (max-width: 720px) {
  .section-team .col-sm-5 {
    padding-right: 20px;
    padding-left: 2%;
  }
  .section-team .col-sm-7 {
    padding-left: 10px;
  }
  .section-home .section-team h3 {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 650px) {
  .main-header.short .adress {
    padding-top: 0px;
  }
  .adress {
    line-height: 15px;
    width: 180px;
    padding-top: 7px;
  }
  .page-title {
    font-size: 1.6rem;
  }
  .main-txt-content img {
    width: 100%;
  }
  .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
    margin: 100px 0 0 0em !important;
  }
}
@media (max-width: 600px) {}
@media (max-width: 575px) {
	.patient-problem {
		padding: 30px 15px!important;
	}
	.doctor-desc h5,
	.patient-problem h5 {
		font-size: 16px;
	}
  .section-home .align-items-center, .section-home .align-items-top {
    -ms-flex-align: start !important;
    align-items: start !important;
    width: 90%;
    margin: 0 auto;
  }
  .section-foto {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .section-foto img {
    border-radius: 15px 15px !important;
  }
  .section-about .section-foto, .section-work .section-foto {
    display: none;
  }
  .section-home {
    margin: 30px 0 20px 0;
  }
  .section-projects .project_logo::before {
    height: 150px;
  }
  .section-home .section-txt, .project-img {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .section-team .col-sm-7 {
    padding-left: 0px;
    border-left: 0px solid #000000;
  }
  .section-team .col-sm-7 .owl-item, .section-team .col-sm-7 .owl-item .col-sm-12 {
    padding: 0;
  }
  .section-team .section-txt {
    text-align: left;
    margin-bottom: 30px;
  }
  .section-team .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    width: 105px;
    text-align: center;
    float: right;
  }
  .top-footer-inner {
    margin: 0px !important;
  }
  .top-footer-inner .col-sm-3 {
    width: 100% !important;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .main-row.mt-5 {
    margin-top: 1rem !important;
  }
  .main-header {
    height: 65px;
  }
  .navbar {
    padding: 20px 20px;
  }
  .navbar-light .navbar-toggler {
    right: 30px;
  }
  .navbar .sociale ul {
    width: 65px !important;
    margin-right: 60px !important;
  }
  .navbar .sociale a {
    width: 25px;
    font-size: 17px !important;
    height: 25px;
    line-height: 20px;
  }
  .section-projects .project_logo img {
    width: 160px;
    height: auto;
    max-width: 160px;
  }
  .main-header.short .adress {
    padding-top: 10px;
  }
  .adress {
    line-height: 12px;
    font-size: 10px;
    width: 140px;
    padding-top: 6px;
  }
  .logotyp {
    width: auto;
    padding: 0px 20px 0 0;
  }
  .logotyp img {
    width: 100px;
  }
  .navbar-light .navbar-toggler {
    padding: .10rem .40rem;
  }
}
@media (max-width: 400px) {}
@media (max-width: 370px) {
  .adress {
    line-height: 11px;
    font-size: 9px;
    width: 120px;
  }
  .logotyp img {
    width: 95px;
  }
}
@media (max-width: 340px) {
  .adress {
    line-height: 10px;
    font-size: 8px;
    width: 110px;
  }
  .logotyp img {
    width: 90px;
  }
}