/*
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;
}

.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
}

.numInputWrapper {
	width: 8ch;
	
}

.numInputWrapper .arrowUp, .numInputWrapper .arrowDown {
	display: 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;	
}

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

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

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


