/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 12 2025 | 09:41:40 */
body .wa-product-tabs__items {
  display: flex;
  flex-direction: row;
  text-align: justify;
  gap: 5rem; }
  body .wa-product-tabs__items:first-child {
    margin-left: 5rem; }
  @media (max-width: 991px) {
    body .wa-product-tabs__items {
      display: none; } }
  body .wa-product-tabs__items .oxy-tab {
    z-index: 10;
    width: fit-content; }
    body .wa-product-tabs__items .oxy-tab.tabs-4028-tab-active {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      border: 1px rgba(43, 45, 89, .14) solid;
      border-bottom: 1px solid var(--wt-item-color);
      background-color: var(--wt-item-color); }
  body .wa-product-tabs-iconbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px; }
  body .wa-product-tabs-iconbox__icon {
    width: 2.3rem;
    height: 2.3rem; }
  body .wa-product-tabs-iconbox__text {
    font-weight: 400;
    font-size: 16px;
    color: #2b2d59;
    line-height: 1; }
  body .wa-product-tabs__icon {
    display: none; }
  @media (max-width: 991px) {
    body .wa-product-tabs__icon {
      display: block; }
      body .wa-product-tabs__icon svg {
        fill: var(--blue);
        width: 2rem;
        height: 2rem; } }
  body .wa-product-tabs__body .oxy-tab-content {
    background-color: var(--wt-item-color);
    border: 1px rgba(43, 45, 89, .14) solid;
    overflow: hidden;
    border-radius: 6px;
    margin-top: -1px;
    padding: 3rem; }
    @media (max-width: 991px) {
    body .wa-product-tabs__body .oxy-tab-content {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      padding: 1.5rem; } }
    body .wa-product-tabs__body .oxy-tab-content p:first-child {
      margin-top: 0 !important; }
    body .wa-product-tabs__body .oxy-tab-content p:last-child {
      margin-bottom: 0 !important; }
  body .wa-product-tabs__desc {
    width: 100%;
    max-width: 100%; }
  body .wa-product-tabs-help {
    display: grid;
    grid-template-columns: 1.3fr 3fr;
    align-items: center;
    width: 100%;
    gap: 3rem; }
  @media (max-width: 1024px) {
    body .wa-product-tabs-help {
      display: flex;
      flex-direction: column; } }
  body .wa-product-tabs-help__left {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border-radius: 6px; }
  body .wa-product-tabs-help__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 3rem;
    padding-inline: 1rem;
    padding-bottom: 0;
    width: 100%;
    gap: 2rem;
    background-color: var(--wt-background-color); }
  body .wa-product-tabs-help__heading {
    font-weight: 400;
    width: 100%;
    text-align: center;
    font-size: 26px;
    useCustomTag: true;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #2b2d59;
    line-height: 1.1; }
    @media (max-width: 991px) {
    body .wa-product-tabs-help__heading {
      font-size: 18px; } }
  body .wa-product-tabs-help__img {
    max-height: 25rem;
    object-fit: contain; }
    @media (max-width: 767px) {
    body .wa-product-tabs-help__img {
      max-height: 15rem; } }
  body .wa-product-tabs-help__bottom {
    background-color: var(--blue);
    padding: 1rem;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center; }
  body .wa-product-tabs-help-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center; }
    body .wa-product-tabs-help-row__icon {
      width: 2.5rem; }
    body .wa-product-tabs-help-row__text {
      font-weight: 500;
      line-height: 2.5;
      font-size: 20px;
      color: white; }
      @media (max-width: 1200px) {
    body .wa-product-tabs-help-row__text {
      font-size: 16px; } }
  body .wa-product-tabs-help__form {
    width: 100%; }

.woocommerce textarea:focus {
  border: 1px solid #2b2d59 !important;
  box-shadow: none !important;
  outline: none !important; }

.comment-form .comment-form-email input:focus, .comment-form .comment-form-author input:focus {
  border: 1px #2b2d59 solid !important;
  box-shadow: 0px 3px 8px rgba(110, 165, 181, 0.1) !important; }

span.wpcf7-form-control-wrap .wpcf7-date, span.wpcf7-form-control-wrap .wpcf7-quiz, span.wpcf7-form-control-wrap .wpcf7-number, span.wpcf7-form-control-wrap .wpcf7-select, span.wpcf7-form-control-wrap .wpcf7-text, span.wpcf7-form-control-wrap .wpcf7-textarea {
  width: 100%; }

span.wpcf7-acceptance span.wpcf7-list-item {
  margin: 0 !important;
  white-space: nowrap; }

.wpcf7 textarea {
  height: 150px !important; }

span.wpcf7-form-control-wrap {
  width: 100%; }

.wpcf7 label {
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #2b2d59 !important;
  margin-bottom: 0 !important; }

span.wpcf7-acceptance label {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #2b2d59 !important; }
  span.wpcf7-acceptance label a {
    color: #2b2d59 !important;
    text-decoration: underline; }

.wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 3rem !important; }

.wpcf7 input {
  transition: 200ms; }

.wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="text"] {
  border: 1px solid #f3f3f3 !important;
  border-radius: 4px !important;
  margin-top: 10px !important;
  font-size: 16px !important;
  padding: 1.1rem 2rem !important; }

.wpcf7 input[type="email"]:focus, .wpcf7 textarea:focus, .wpcf7 input[type="text"]:focus {
  box-shadow: none !important;
  border: 1px solid #2b2d59 !important;
  outline: none !important; }

.wpcf7-submit {
  border: 2px solid #2b2d59 !important;
  border-radius: 10px !important;
  background: white !important;
  padding: 1.2rem 1.7rem !important;
  font-size: 1.6rem !important;
  color: #2b2d59 !important;
  font-weight: 500 !important; }
  .wpcf7-submit:hover {
    background: #2b2d59 !important;
    color: white !important; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #ecf9ef;
  border: none;
  border-radius: 10px !important;
  display: inline-block;
  color: #21a73f;
  margin: 0 !important; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  margin: 0 !important;
  padding: 0.2em 1em;
  background: #ffeaea;
  color: #cd0204;
  display: inline-block;
  border-radius: 10px;
  border: none; }

.wpcf7-list-item input[type="checkbox"] {
  display: none !important; }
  .wpcf7-list-item input[type="checkbox"]:checked ~ span::before {
    background: url(https://pluserecept.sk/wp-content/plugins/oxygen-woocommerce/elements/assets/check-mark.svg), #fff; }

.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: '';
  border: 2px solid #21a73f !important;
  border-radius: 4px !important;
  width: 2rem;
  height: 2rem;
  margin-top: 0px;
  background-repeat: no-repeat;
  background-size: 60%;
  display: inline-block;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 0px;
  background-repeat: no-repeat !important;
  background-size: 60% !important;
  background-position: center center !important; }

@media (max-width: 991px) {
  .tab-accordion {
    display: flex;
    width: 100%;
    justify-content: space-between !important;
    padding: 1.5rem 2rem !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background-color: var(--wt-item-color);
    border: none;
    margin-top: 2rem; }
    .tab-accordion:first-of-type {
      margin-top: 0; }
    .tab-accordion.tabs-4028-tab-active {
      background-color: var(--blue); }
      .tab-accordion.tabs-4028-tab-active * {
        color: var(--white);
        filter: var(--wt-svg-color); }
      .tab-accordion.tabs-4028-tab-active svg {
        transform: rotate(90deg); } }
