/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

header .pbmit-right-box {
	display: none !important;
}

.form-row button {
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  background-color: transparent !important;
  border: 2px solid  var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary) !important;
  color: var(--e-global-color-primary) !important;
}

.form-row button:hover, .form-row button:active, .form-row button.active {
background-color: var(--e-global-color-secondary) !important;
  border-color: var(--e-global-color-secondary) !important;
  color: #FFF !important;
}

.form-row input {
  background-color: transparent;
  border: 1px solid #ddd;
  line-height: 1.5;
  display: block;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}

.form-row input[type=checkbox] {
  height: auto;
  width: auto;
}

.form-row textarea {
  min-height: 8em;
}

.form-row, .single-product.woocommerce form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
  margin-bottom: 15px;
}

.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
  display: none;
}

.form-row .form-col {
  width: 100%;
  position: relative;
}

.form-row .form-col input {
  width: 100%;
}

.form-row.two-col .form-col, .form-row.two-column-row .form-col {
  width: calc(50% - 7px) !important;
}

.medicine-row .delete {
    position: absolute;
    right: -10px;
    transform: translateX(100%);
    padding: 5px !important;
    background-color: #FFF;
    bottom: 0;
    color: red;
    border: 1px solid #ddd !important;
}

.medicine-row .delete:hover {
  background-color: #000;
  color: #FFF !important;
}

form .form-row {
  margin-bottom: 20px;
}

form .form-row:last-child {
  margin-bottom: 0;
}

.select-container {
  position: relative;
  display: flex;
  overflow: hidden;
}

.select-container::after {
  content: '\203A';
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 2em;
  transform: translateY(-50%) rotate(90deg);
  color: #00165a;
  transition: .25s all ease;
  pointer-events: none;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.select-container:hover::after {
  color: #ddd;
}


.medicine-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}

.medicine-row .form-col {
  width: 20%;
}


.medicine-row .form-col:first-child {
  width: calc(60% - 40px);
}

.hide {
  display: none;
}

.form__row {
  padding-left: 50px;
  margin-bottom: 40px;
}

.woocommerce-checkout>.col2-set {
  display: none;
}

.woocommerce-checkout h3#order_review_heading, .woocommerce-checkout #order_review, .woocommerce-checkout h3#order_review_heading, .woocommerce-checkout #order_review {
  float: none !important;
  width: 100% !important;
}

.woocommerce-shipping-totals.shipping {
  display: none !important;
}

body:not(.home) #main {
  margin-top: 160px;
}

.questionnaire-form input, .questionnaire-form textarea, .questionnaire-form select, .woocommerce form .form-row select, .woocommerce form .form-row span.select2, .woocommerce form .form-row span.select, form input[type=text], form input[type=password], form input[type=email], form input[type=url], form input[type=date], form input[type=month], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=week], form input[type=number], form input[type=search], form input[type=tel], form input[type=color], form select, form textarea, .form-col input {
  margin-top: 5px;
  display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding: 12px 24px;
    min-height: 50px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.warning {
  color: red;
  display: block;
}

.questionnaire-form textarea {
  min-height: 200px;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
  margin-top: 5px;
}
/*
.product-section {
  margin-top: 200px;
}*/

.questionnaire-form label {
}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #ddd;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #ddd;
}

.drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  border: 1px dashed #ddd;
  color: #F70285;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.drop-container:hover {
  border: 1px solid #ddd;
}

.drop-container:hover .drop-title {
  color: #ddd;
}

.drop-title {
  font-weight: bold;
  text-align: center;
  transition: color .2s ease-in-out;
}

.drop-container.drag-active {
  background: #dedede;
  border-color: #ddd;
}

.form-row input[type="number"], .form-row input[type="text"], .form-row input[type="email"], .form-row input[type="password"], .form-row input[type="tel"], .form-row input[type="url"], .form-row input[type="search"], .form-row textarea, .form-row input, form input:not([type]) {
  border-color: #ddd;
  margin-bottom: 10px;
  box-shadow: none;
  outline: none;
  display: block;
}

.woocommerce form input[type=number] {
  max-width: 100% !important;
}

.form-row input[type="file"] {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-row button, .primary-button {
  margin-bottom: 10px;
  background-color: #F70285;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-25e248c);
    border-radius: 50px 50px 50px 50px;
    padding: 17px 25px 17px 25px;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.form-row button:hover, .primary-button:hover {
  background-color: var(--e-global-color-secondary) !important;
  border-color: var(--e-global-color-secondary) !important;
  color: #FFF !important;
}

.form-row button.active {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #FFF;
}

#page .select2-container--default .select2-selection--single {
  background-color: inherit;
}

.drop-container.drag-active .drop-title {
  color: #00165a;
}

.price-and-discount {
  display: block;
  text-align: center;
}

.price-and-discount .price {
  font-size: 3.5em;
  color: #F70285;
  font-weight: 700;
}

.section-title {
  font-size: 3em;
  color: #F70285;
  font-weight: bold;
  margin-bottom: 20px;
}
  
  
form input[type=date] {
  max-width: 250px;
}

body.single .form-row .form-col label, body.single .woocommerce form .form-row label {
  display: block;
}

.price-and-discount {
  display: flex;
  flex-wrap: wrap;
   justify-content: space-between;
  gap: 40px;
  padding: 30px;
  background-color: #F70285;
  border-radius: 50px;
  align-items: center;
}

.woocommerce form .form-row label.checkbox-container, .woocommerce form .form-row label.drop-container, .woocommerce form .form-row label.radio-container {
  display: block;
}

.owp-floating-bar.show {
  display: none !important;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25em;
  width: 1.25em;
  background-color: transparent;
  border: 1px solid #F70285;
  border-radius: 3px;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #F70285;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #F70285;
}

.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translateX(-100%) translateY(-20%);
}

.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
  font-size: 1em;
}

.amount {
  color: #F70285 !important;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input[type=checkbox] {
  min-height: 1.15em;
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce form.checkout_coupon .form-row-last {
  width: 40%;
}

.woocommerce-checkout .woocommerce form.checkout_coupon .form-row-last button {
  width: 100%;
}

.woocommerce-checkout .woocommerce form.checkout_coupon .form-row-first {
  width: 59%;
}

.woocommerce-checkout .woocommerce form.checkout_coupon .form-row-first input {
  width: 100%;
}

.woocommerce-checkout .woocommerce .woocommerce-info a {
  color: #F70285;
}

.price-and-discount .amount {
  color: #FFF !important;
}

form .discount-code input[type=text] {
  min-height: 10px;
  height: auto;
  background-color: #FFF;
  color: #F70285;
  margin-top: 0;
  height: 55px;
  line-height: 55px;
  border-radius: 20px;
  width: calc(100% - 70px);
}

form .discount-code.input-and-button .send {
  height: 55px;
  line-height: 55px;
  border-radius: 20px;
  color: #F70285;
  background-color: #FFF;
  width: 55px;
  text-align: center;
}

.input-and-button.discount-code .info {
  color: #FFF;
  width: 100%;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25em;
  width: 1.25em;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.radio-container:hover input ~ .checkmark {
  background-color: #ddd;
}

.radio-container input:checked ~ .checkmark {
  background-color: #ddd;
}

.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-container input:checked ~ .checkmark:after {
  display: block;
}

.radio-container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.input-and-button.discount-code {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
}

.input-and-button .send {
      font-size: 2em;
    line-height: 0em;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0 1em;
    height: 1.6em;
}

.input-and-button .send:hover {
  color: #FFF;
  background-color: #F70285;
}

.price-and-discount .primary-button {
  background-color: #FFF;
  margin-top: 20px;
  min-width: 250px;
  color: #F70285;
}

.content.space-top-2x {
  margin-top: 100px;
  padding-bottom: 100px;
}

.single-product .site .site-content-contain {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.space-top-2x {
  margin-top: 60px;
}

.form-row ::placeholder {
  color: #F70285 !important;
}

.ui-widget {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}

.ui-autocomplete {
	z-index: 99;
}

.discount-code input {
  padding-left: 10px;
  padding-right: 10px;
}

.ui-autocomplete-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ui-autocomplete-input.ui-autocomplete-loading {
  background-color: white !important;
	background-image: url(https://twojdoktor.online/wp-content/themes/oceanwp-child-theme-master/img/loader.gif) !important;
	background-size: auto 100% !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item-wrapper {
	cursor: pointer;
}

.ui-widget-content.ui-autocomplete.ui-front {
	width: 500px;
	font-size: 14px;
	max-width: 80vw;
	border-radius: 15px;
  border: 1px solid #F70285;
	background-color: #FFF;
	max-height: 50vh;
	overflow-y: auto;
}

ul.ui-widget-content.ui-autocomplete.ui-front {
	z-index: 99;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	z-index: 999;
}

.ui-dialog .ui-dialog-titlebar-close {
	font-size: 0;
}

.ui-menu .ui-menu-item {
	padding: 5px !important;
}

.time-selection .days {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.time-selection .days .day-selection.form-row {
  display: block;
  text-align: center;
}

.time-selection .days .day-selection.form-row button {
  background-color: #02529C;
  border-color: #02529C;
}

.time-selection .days .day-selection.form-row button.active {
  background-color: var(--e-global-color-secondary) !important;
    border-color: var(--e-global-color-secondary) !important;
}

.time-selection .days .title {
  display: block;
}

.time-selection .days .title .date {
  font-size: 0.85em;
  display: block;
  margin-bottom: 0;
}

.time-selection .days .title .day-name {
  font-size: 1.85em;
  display: block;
  margin-bottom: 0;
}

@media (max-width: 870px) {
  .medicine-row .form-col:first-child, .medicine-row .form-col {
    width: 100%;
  }
  
  .medicine-row .form-col:nth-child(3) {
    width: calc(100% - 60px);
  }
  
  .medicine-row .delete {
    right: 0;
    transform: translateX(0);
  }
  
  .form-row.two-col .form-col {
    width: 100%;
  }
  
  .price-and-discount {
    display: block;
  }
}

.single-product .site .site-content-contain{max-width:none}

@media (min-width: 1201px) {
.single-product .site .site-content-contain{max-width:1424px}
}

.container {
  max-width: 90vw;
}

@media (max-width: 640px) {
  .form-row.two-col .form-col, .form-row.two-column-row .form-col, .form-row.two-col .form-col, .form-row.two-column-row .form-col {
    width: 100% !important;
  }
  
  body:not(.home) #main {
    margin-top: 70px;
  }
  
  .section-title.site-content {
    padding-top: 40px;
  }
  
  body {
    overflow-x: hidden;
  }
}

.time-selection .days .day-selection.form-row button.active, .time-selection .days .day-selection.form-row button:hover {
  background-color: #0fac26 !important;
  border-color: #0fac26 !important;
}

.discount-code input {
  border: 0;
}

.woocommerce-notices-shortcode {
      width: 1280px !important;
      max-width: 90%;
    margin: 0 auto;
    padding-top: 150px;
    margin-bottom: -100px;
    display: block !important;
}

.woocommerce-checkout #main {
  width: 1280px !important;
      max-width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
    display: block !important;
}

.e-con.elementor-sticky--active, .she-header:not(.elementor-sticky) {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
}

.woocommerce-terms-and-conditions-checkbox-text {
  font-weight: bold;
  font-size: 1.15em;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-form__input.woocommerce-form__input-checkbox {
  border-color: #F70285;
}



INPUT.kupon-ok, INPUT.kupon-ok:focus, INPUT.kupon-ok:active, INPUT.kupon-ok.active, INPUT.kupon-ok:hover  {
  border: 2px solid green !important;
  background-color: #b4ffb2 !important;
}


/* ===== STAN ŁADOWANIA ===== */
body.lp-page:not(.lp-page-loaded) #primary #content > * {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

body.lp-page:not(.lp-page-loaded) #primary #content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}

body.lp-page:not(.lp-page-loaded) #primary::before {
  content: "";
  position: absolute;
  top: 200px;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border: 4px solid rgba(247, 2, 133, 0.2);
  border-top-color: #F70285;
  border-radius: 50%;
  animation: lp-loader-spin 1s linear infinite;
  z-index: 11;
}

body.lp-page-loaded #primary #content > * {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

body.lp-page-loaded #primary::before,
body.lp-page-loaded #primary #content::before {
  content: none;
}

#primary #content {
  position: relative;
}

@keyframes lp-loader-spin {
  to {
    transform: rotate(360deg);
  }
}


.questionnaire-form input[type=number] { max-width: 100% !important; }