/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.kkw-single-product-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.kkw-product-image {
    width: 50%;
    min-height: 100%;
    overflow: hidden;
}

.kkw-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kkw-product-details {
    width: 50%;
    padding-left: 10%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.kkw-product-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.kkw-product-price {
    font-size: 24px;
    font-weight: 600;
    color: #d32f2f;
    margin-bottom: 30px;
}

.kkw-product-description {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.kkw-product-details form.variations_form,
.kkw-product-details form.cart {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.variations select {
    padding: 10px;
    max-width: 300px;
}

.kkw-product-details .quantity input {
    max-width: 80px;
    padding: 10px;
}

.kkw-product-details button.single_add_to_cart_button {
    background-color: #000;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    max-width: 300px;
}

.kkw-product-details button.single_add_to_cart_button:hover {
    background-color: #222;
}

.kkw-out-of-stock {
    color: red;
    font-weight: bold;
    font-size: 18px;
}

.hero-section .slider-arrow {
	    padding-bottom: 0.25rem !important;
    font-size: 22px !important;
}

.inquiry-form form {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

.inquiry-form {
	max-width: 900px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 1rem !important;
	
}

.inquiry-form p {
	width: 100%
}

@media screen and (min-width: 768px) {

	.inquiry-form p:has(.half-width) {
		width: 50% !important
	}

	.inquiry-form p:has(.third-width) {
		width: 33% !important
	}

	.inquiry-form p:has(.two-thirds-width) {
		width: 66% !important
	}
}


.circle-container {
	width: 400px !important;
  height: 400px !important;
}

.circle-orbit {
	width: 500px !important;
  height: 500px !important;
}

#point-3 {
	top: calc(50% + 60px) !important;
  left: calc(50% + 242px) !important;
}

#point-2 {
	top: calc(50% + 15px) !important;
  left: calc(50% + 248px) !important;
}

#point-1 {
	top: calc(50% - 30px) !important;
  left: calc(50% + 247px) !important;
}

.hero-bg {
	  filter: brightness(0.9) !important;
}

.circle-point {
	background-size: cover !important;
  background-size: 100% 100% !important;
  background-position: center center !important;
}

.row-bg.viewport-desktop.using-image.loaded {
  filter: blur(0px) saturate(120%);
}

.row-bg.viewport-desktop.using-image.loaded::before {
content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 1;
  z-index: 100;
}

.skyforce-voucher-form {
	flex-direction: column;
}
/*   padding: 2rem; 
  margin-left: auto;
	
	border: 1px solid #fff4;
  margin-right: auto;
	background: #fff9;
  backdrop-filter: blur(10px);
/* 	  max-width: min(900px, 100%) !important; 
	  border-radius: 24px;
	margin-top: 7rem;
  margin-bottom: 6rem;
  border: 1px solid #fff3;
}*/

.skyforce-voucher-form__left {
	width: 100%;
  padding-right: 0;
}

.sky-form-row .row_col_wrap_12 {
	padding: 16px !important;
	padding-bottom: 100px !important;
	
}

.sky-form-row {
	margin-bottom: -84px !important;
}

.nectar_hook_global_section_footer {
	z-index: 20;
}

.nectar_hook_global_section_footer .nectar-shape-divider-wrap {
	display: none !important
}

.skyforce-voucher-form__right {
	  width: 100% !important;
}


.numInputWrapper {
	width: 8ch;
	
}

.numInputWrapper .arrowUp, .numInputWrapper .arrowDown {
	display: none !important;
}

.flatpickr-calendar {
	  max-width: none !important;
	margin-top: 2rem !important;
}

.flatpickr-rContainer, .flatpickr-days, .dayContainer {
	width: 100% !important;
		max-width: none !important;
}

.hero-content {
	left: 0 !important;
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 900px !important;
}

.hero-title {
	text-align: center;
  font-size: 64px !important;
  font-weight: bold;
  text-transform: initial;
  text-shadow: none;
	line-height: 100% !important;
}

.hero-subtitle {
	text-align: center;
}

.hero-buttons {
	  justify-content: center !important;
}

.hero-buttons > a {
	border-radius: 10000px !important;
}

.btn-icon {
align-items: center;
  display: flex;	
}


/*POPS*/
.kkw-lang-switch{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999;

  display: flex;
  gap: 12px;
  align-items: center;

  padding: 12px 14px;
  border-radius: 16px 0 0 16px;

  background: rgba(12, 18, 28, 0.65);
  border: 1px solid rgba(255,255,255,0.12);
  border-right: 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.kkw-lang-btn{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  overflow: hidden;

  display: grid;
  place-items: center;

  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);

  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.kkw-lang-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(255,255,255,0.28);
  box-shadow: 0 8px 18px rgba(0,0,0,0.22);
}

.kkw-lang-btn.is-active{
  border-color: rgba(0,144,247,0.9);
  box-shadow: 0 0 0 3px rgba(0,144,247,0.25);
}

.kkw-flag{
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.kkw-flag--uk{ background-image: var(--kkw-flag-uk); }
.kkw-flag--pl{ background-image: var(--kkw-flag-pl); }

@media (max-width: 768px){
  .kkw-lang-switch{
    top: auto;
    bottom: 18px;
    transform: none;
  }
  .kkw-lang-btn{
    width: 42px;
    height: 42px;
  }
}

/*POPS*/


@media (max-width: 1200px) {
	.circle-orbit, .circle-container {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.hero-title {
		font-size: 32px !important;
	}
}

@media screen and (max-width: 1000px) {
  div.skyforce-voucher-form {
/*     padding-right: 20px !important; */
	  
/* 	  	margin-top: 1rem; */
/*   margin-bottom: 1rem; */
  }
}

body.home p {
	  padding-bottom: 0;
}

.skyforce-voucher-form input[type="checkbox"] {
	appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  background: white;
  border: 1px solid #ddd;
  border-radius: 1000px;
	transform: translateY(4px);
  margin: 0;
	margin-right: 1rem;
}

.skyforce-voucher-form input[type="checkbox"]:checked {
	background: #0090f7;
	border: none;
}

.step-form--voucher {
	max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.step-form--voucher .step {
	width: 100% !important;
}


.step-form--voucher {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.step-form--voucher .wpcf7-response-output {
max-width: min(100vw, 1000px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

