/*=============== VARIABLES CSS ===============*/

:root {
  /*========== Colors ==========*/
  --color-gray: #f2f2f2;
  --color-border-gray: #f1f1f1;
  --color-white: #fff;

  /*========== Font and typography ==========*/
  --h1-font-size: 3rem;
  --h2-font-size: 2.6rem;
  --h3-font-size: 2.4rem;
  --h4-font-size: 2rem;
  --h5-font-size: 1.8rem;
  --normal-font-size: 1.6rem;
  --small-font-size: 1.4rem;
  --smaller-font-size: 1.2rem;

  /*========== Font weight ==========*/
  --light-font-weight: 300;
  --normal-font-weight: 400;
  --medium-font-weight: 500;
  --semi-bold-font-weight: 600;
  --bold-font-weight: 700;

  /*========== Line height ==========*/
  --line-height-big: 2em;
  --line-height-normal: 1.75em;
  --line-height-small: 1.5em;
  --line-height-smaller: 1.33em;
  --transition-time: 0.4s;
}

/*=============== BASE ===============*/
*:not(ul, li, ol) {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background-color: var(--e-global-color-secondary);
}

::-moz-selection {
  background-color: var(--e-global-color-secondary);
}

::-webkit-input-placeholder {
  font-size: var(--small-font-size);
  font-weight: var(--normal-font-weight);
}

:-moz-placeholder {
  font-size: var(--small-font-size);
  font-weight: var(--normal-font-weight);
}

::-moz-placeholder {
  font-size: var(--small-font-size);
  font-weight: var(--normal-font-weight);
}

:-ms-input-placeholder {
  font-size: var(--small-font-size);
  font-weight: var(--normal-font-weight);
}

/* table */
table {
  margin-bottom: 25px;
  border-collapse: collapse;
}

tr {
  border-bottom: 1px solid var(--e-global-color-primary);
}

tr:nth-child(even) {
  background-color: var(--color-gray);
}

input:hover,
textarea:hover {
  border: 1px solid var(--e-global-color-primary);
}

input:focus,
textarea:focus {
  border: 1px solid var(--e-global-color-secondary);
}

.elementor-text-editor p:last-of-type,
.elementor-widget-container p:last-of-type,
.elementor-text-editor p:last-child,
.elementor-widget-container p:last-child {
  margin: 0;
}

.elementor-widget-container p img {
  margin-bottom: 15px;
}

/*****************************************************************/
.elementor-widget-container p a {
  transition: all var(--transition-time);
  text-decoration: underline;
  text-decoration-color: transparent;
}

.elementor-widget-container p a:hover {
  text-decoration: underline;
}
/*****************************************************************/

/*=============== Header ===============*/

/* Sidecart */

.wt-booking--header--menu-cart.elementor-element .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__close-button {
  right: -15px;
  width: 44px;
  height: 44px;
  margin: 0;
  background-color: var(--e-global-color-primary);
}

.wt-booking--header--menu-cart.elementor-element .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__close-button::before,
.wt-booking--header--menu-cart.elementor-element .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__close-button::after {
  top: 20px;
  left: 11px;
  width: 50%;
  height: 1px;
  background-color: var(--color-white);
}

.wt-booking--header--menu-cart.elementor-element .elementor-menu-cart__product-remove.product-remove {
  overflow: visible;
}

div.elementor-menu-cart__product-remove.product-remove {
  border: none;
  overflow: visible;
}

.wt-booking--header--menu-cart.elementor-element .elementor-menu-cart__products .elementor-menu-cart__product .elementor-menu-cart__product-remove.product-remove:before {
  display: block;
  content: "";
  width: 18px;
  height: 20px;
  background: url("../images/icon-trash.svg") no-repeat center / contain;
  transform: translate(-50%, -50%);
}

.wt-booking--header--menu-cart.elementor-element .elementor-menu-cart__products .elementor-menu-cart__product .elementor-menu-cart__product-remove.product-remove::after {
  display: none;
}

html[lang="sl-SI"] .wt-booking--header--menu-cart.elementor-element .widget_shopping_cart_content::before {
  content: "Košarica";
}

.wt-booking--header--menu-cart.elementor-element .widget_shopping_cart_content::before {
  display: block;
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 4px solid var(--e-global-color-primary);
  font-size: var(--h1-font-size);
  font-weight: var(--bold-font-weight);
  line-height: var(--line-height-smaller);
}

.wt-booking--header--menu-cart.elementor-element .elementor-menu-cart__subtotal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.widget_shopping_cart_content .elementor-menu-cart__footer-buttons {
  display: flex;
  flex-direction: column;
}

.wt-booking--header--menu-cart .elementor-menu-cart__product-image.product-thumbnail {
  display: none;
  width: 0;
  grid-row-start: 1;
  grid-row-end: 1;
}

.wt-booking--header--menu-cart .elementor-menu-cart__product-name,
.wt-booking--header--menu-cart .elementor-menu-cart__product-price {
  grid-column-start: 1;
  grid-column-end: 3;
}

.wt-booking--header--menu-cart .elementor-menu-cart__footer-buttons .elementor-button--view-cart {
  display: none;
}

@media (max-width: 1025px) {
  .wt-booking--icon-list-color.icon-list-header--responsive li:nth-of-type(3) {
    display: none;
  }
}

@media (max-width: 768px) {
  .wt-booking--icon-list-color.icon-box-header--responsive .elementor-widget-container .elementor-icon-box-wrapper {
    display: flex;
  }

  .wt-booking--icon-list-color.icon-box-header--responsive .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-right: 8px;
    margin-bottom: 0;
  }

  .wt-booking--icon-list-color.icon-box-header--responsive .elementor-icon-box-wrapper .elementor-icon-box-content {
    margin-top: 2px;
  }

  .wt-booking--icon-list-color.icon-list-header--responsive .elementor-widget-container .elementor-icon-list-item .elementor-icon-list-text {
    padding-left: 6px;
  }

  .wt-booking--header--icon-box--my-account .elementor-icon-box-wrapper .elementor-icon-box-content {
    display: none;
  }

  .wt-booking--header--icon-box--my-account .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-bottom: 0;
  }
}

.elementor-sticky.elementor-sticky--active.wt-booking--header-wrapper {
  padding: 12px 24px !important;
}

.elementor-sticky.elementor-sticky--active .wt-booking--header--site-logo img {
  transition: all var(--transition-time);
}

.elementor-sticky.elementor-sticky--active .wt-booking--header--site-logo img {
  max-width: 50%;
}

/*=============== Single product ===============*/

#wt-booking--single-product--add-to-cart .wc-appointments-appointment-form-button.single_add_to_cart_button.button.alt,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled] {
  width: 100%;
  padding: 20px;
  border: 1px solid var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  border-radius: 0;
  font-weight: var(--medium-font-weight);
  text-transform: uppercase;
  transition: var(--transition-time) ease-in-out;
}

#wt-booking--single-product--add-to-cart .woocommerce button.button.alt:disabled .wt-booking--single-product--add-to-cart .wc-pao-addon-select:focus-visible,
#wt-booking--single-product--add-to-cart .wc-appointments-appointment-form-button:focus-visible {
  outline: none;
}

#wt-booking--single-product--add-to-cart .wc-appointments-date-picker .ui-datepicker td.ui-datepicker-today a {
  color: var(--color-white);
}

#wt-booking--single-product--add-to-cart .wc-appointments-appointment-form-button:hover {
  background-color: var(--color-white);
  color: var(--e-global-color-secondary);
}

#wt-booking--single-product--add-to-cart .ui-state-active,
#wt-booking--single-product--add-to-cart .slot.selected a {
  background-color: var(--e-global-color-primary);
}

#wt-booking--single-product--add-to-cart .wc-pao-addon-name {
  color: var(--e-global-color-primary);
  font-weight: var(--medium-font-weight);
  text-transform: uppercase;
  font-size: var(--h5-font-size);
}

#wt-booking--single-product--add-to-cart .wc-pao-addon-select,
#wt-booking--single-product--add-to-cart .wc-pao-addon-field {
  padding: 10px;
  border: 2px solid var(--e-global-color-secondary);
  border-radius: 5px;
}

#wc-appointments-appointment-form-wrap.cart {
  overflow: scroll;
}

/*=============== Single page ===============*/

.wt-booking--single-page--post-content h4 {
  margin-top: 36px;
  margin-bottom: 4px;
}

.wt-booking--single-page--post-content p a {
  color: var(--e-global-color-secondary);
}

/*=============== Contact page ===============*/

.elementor-field-type-radio.elementor-field-group.elementor-field-group-mi_fi_form__radio_button {
  margin-left: 20px !important;
  padding-bottom: 10px;
  font-size: var(--small-font-size);
  font-weight: var(--bold-font-weight);
}

.elementor-field-option input[type="radio"] {
  margin-right: 7px;
}

.elementor-field-type-text.elementor-field-group-mi_fi_form_company {
  padding-top: 30px;
  border-top: 1px solid var(--e-global-color-secondary);
}

#form-field-mi_fi_form_text_form {
  padding: 20px;
}

.elementor-field-type-textarea.elementor-field-group-mi_fi_form_text_form {
  padding-bottom: 20px;
}

.elementor-form--acceptence-text {
  margin-bottom: -10px;
}

.elementor-field-type-acceptance.elementor-field-group-mi_fi_form_acceptence1 {
  margin-bottom: 0 !important;
}
.elementor-field-type-acceptance.elementor-field-group-mi_fi_form_acceptence2 {
  margin-bottom: 30px !important;
  text-decoration: underline;
}

.elementor-field-type-acceptance.elementor-field-group-mi_fi_form_acceptence1,
.elementor-field-type-acceptance.elementor-field-group-mi_fi_form_acceptence2 {
  margin-left: 20px;
  font-size: var(--smaller-font-size);
  line-height: var(--line-height-big);
}

.elementor-field-type-acceptance input[type="checkbox"] {
  margin-right: 5px;
}

/*=============== Footer ===============*/

.wt-booking--icon-list-color .elementor-icon-list-text a {
  color: var(--color-white);
}

.wt-booking--icon-list-color .elementor-icon-list-text a:hover {
  color: var(--e-global-color-secondary);
  text-decoration: underline;
}

/*Copy right*/

@media (max-width: 768px) {
  .elementor-widget-container .webtim-copyright--container .author__wrapper {
    display: inline-flex;
    padding-left: 5px;
  }
}

@media (max-width: 1025px) {
  .webtim-copyright--container a {
    line-height: var(--line-height-big);
  }
}

.copy-right--divader-spacing {
  padding: 0 12px;
}

@media (max-width: 768px) {
  .copy-right--divader-spacing {
    display: none;
  }

  .webtim-copyright--container {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .link-color-footer {
    display: block;
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .webtim-copyright--container .author__wrapper {
    margin-top: 12px;
  }
}

.webtim-copyright--container .link-color-footer a {
  color: var(--e-global-color-primary);
  text-decoration: underline transparent;
}

.webtim-copyright--container .link-color-footer a:hover {
  text-decoration-color: var(--e-global-color-secondary);
}

/*Cookie notice*/

.webtim-booking-cookies.cookie-notice-container {
  padding: 10px 30px;
}

.webtim-booking-cookies.cn-button.bootstrap {
  background: var(--e-global-color-primary);
}

.webtim-booking-cookies.cn-button.wp-default,
.webtim-booking-cookies.cn-button.bootstrap {
  font-size: var(--small-font-size);
}

.cn-button.cn-button-custom.webtim-booking-cookies {
  color: var(--color-white);
  transition: all var(--transition-time);
}

.cn-button.cn-button-custom.webtim-booking-cookies:hover {
  color: var(--e-global-color-secondary);
}
