/*
Theme Name: Skeleton Theme
Theme URI: http://wp-dev.space/skeleton
Author: WP Dev Space
Author URI: http://wp-dev.space/
Description: Theme for fast and reliable Wordpress theme development
Version: 1.0.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: skeleton_theme 
*/
@media only screen and (min-width: 900px) {
	body { padding-top: 85px !important; }
	.header .header__col.nav-wrap { bottom: -20px !important; }
}
body .header .nav-main ul li.menu-item .sk-link,
body .header .nav-main ul li.menu-item a {
	font-size: 17px !important;
}
.marquee {
    width: 100%;
    line-height: 40px;
    background-color: var(--sk-color-third-light);
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 55s linear infinite;
}
.header-top-message {
    width: 100%;
	height: 44px;
    padding-top: 7px;
    background-color: var(--sk-color-text);
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
	text-align: center;
}
.header-top-message p {
	color: #fff;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	font-size: 20px;
}
.header-top-message p a {
	color: #fff;
}
.header-top-message p:nth-of-type(2),
.header-top-message p:nth-of-type(3) {
	display: none;
}
.header_promos {
	background: #000;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    color: #fff;
    font-size: 18px;
}
.woocommerce-breadcrumb {
	display: none !important;
}
body.cache { font-size: 12px; }
button[name="apply_coupon"] {
	float: left;
}
.contact-popup-address {
    position: absolute;
    z-index: 999888999;
    top: -155px;
    left: -10%;
}
#flash_sale_desktop, #flash_sale_mobile {
	width: 100%;
}
#flash_sale_mobile {
	display: none;
}
.info-cards.gutenberg-block .after-home-hero {
	display: none !important;
}
.after-home-hero {
	margin: 20px 45%;
}
#cta-on-video {
    position: absolute;
    top: 33vw;
    left: 4vw;
    z-index: 77;
}
#cta-on-video.weekended {
    top: 84vw;
}
.after-home-hero .btn-title,
.benefits__ctas-wrap .btn-title,
.single-add-to-cart-button-js .btn-title,
.benefits__ctas-wrap a.sk-btn--primary,
#cta-on-video .btn-title {
	font-size: 1.3rem !important;
}
#cta-on-video .btn-title {
	font-size: 1.6rem;
}
#sticky_product_footer .single-add-to-cart-button-js .btn-title {
	font-size: 0.9rem !important;
}
body.page-kuni .glass-container {
	display: none;
}
#shop-products > h3 {
	color: #a50b0b;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.product-card-footer .price del,
.single-product-summary .price del {
	opacity: 1 !important;
	color: #bbb;
	font-size: 16px !important;
}
body.page-kuni .single-product-summary .price {
	color: #f9f5ef
}
body.page-kuni .single-product-summary .woocommerce-Price-amount {
	color: #aaa;
	text-decoration: line-through;
}
body.page-kuni .single-product-title-container > .btn-title {
	display: none;
}
body.page-kuni .single-product-summary .woocommerce-Price-amount:nth-of-type(1) {
	color: #000;
	text-decoration: none;
}
body.page-kuni .single-product-feature-container .excerpt {
	direction: rtl;
}
.msg-when-kuni-in-cart {
	display: none;
}
.page-id-1939 .woocommerce-breadcrumb {
	/* youtube test */
	display: none;
}
.page-id-1939 .video-element {
	display: none;
}
.msg-when-kuni-in-cart.moved {
	display: block;
	position: absolute;
    width: 100%;
    right: 0px;
    top: 66px;
	color: #9b51e0;
}
.shop_table .cart-subtotal {
	position: relative;
}
.video-element {
	width: 100%;
}
body.page-kuni .image-background--left {
	left: 8vw !important;
	top: 6vw !important;
	display: none !important;
}
body.page-kuni .image-background--left.front {
	display: block !important;
}
body.page-kuni .image-background--right {
	left: 8vw !important;
	top: 6vw !important;
}
body.page-kuni .image-background--right.back {
	display: none !important;	
}
body.page-kuni .image-background--right.front {
	display: block !important;
}
body.page-kuni-and-scents .shop-bundle-products__price .sale-price {
	color: grey;
	text-decoration:line-through;
	font-size: 16px;
	padding-left: 25px;
}
body.page-kuni-and-scents .shop-bundle-products__price {
	direction: rtl;
}
body.page-kuni-and-scents-new .shop-bundle-products__price .sale-price {
	display: none;
}
body.page-kuni-and-scents-new .page__top-title {
	display: none;
}
.woo-custom-notice > .woo-custom-notice__content {
	background: #642416 !important;
	border: #ccc 2px solid;
}
.woo-checkout-form__billing .woocommerce-billing-fields__field-wrapper > p {
	display: none;
}
.woo-checkout-form__billing #billing_invname_field,
.woo-checkout-form__billing label[for='billing_invname'] {
	display: none !important;
}



.woocommerce-billing-fields .toggle_wrapper {
    display: inline-block;
    width: 49%;
    text-align: right;
}	
.woocommerce-billing-fields .toggle_text {
	padding-right: 4px;
}
/* The switch - the box around the slider */
.woocommerce-billing-fields .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.woocommerce-billing-fields .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.woocommerce-billing-fields .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.woocommerce-billing-fields .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.woocommerce-billing-fields input[type="radio"] {
	height: auto !important;
	width: auto !important;
	margin: 0 5px;
}

.woocommerce-billing-fields input:checked + .slider {
  background-color: #2196F3;
}

.woocommerce-billing-fields input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.woocommerce-billing-fields input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.woocommerce-billing-fields .slider.round {
  border-radius: 34px;
}

.woocommerce-billing-fields .slider.round:before {
  border-radius: 50%;
}







woo-checkout-content .woocommerce-error {
	color: #c12c2c;
}
#customer_details .woo-checkout-shipping {
	display: none;
}
.checkout_coupon.woocommerce-form-coupon input {
	margin-bottom: 5px !important; 
}
.checkout_coupon.woocommerce-form-coupon {
	width: 82%;
	margin-left: 9%;
	margin-bottom: 28px;
}
.checkout_coupon {
	display: block !important;
}
.woocommerce-info {
	display:none;
}
.single-product .single-product-hero .single-product-summary .glass-container .single-product-shipping-info p {
	font-size: 16px !important;
}
.single-product-content > .cta-block {
	margin-top: 5vw;
}

.product-template-default.single .subscription-form {
	display: none;
}
h1.home-hero__text {
	font-size: 2.3rem;
}
.header__action-btn--basket span {
	margin-right: -7px !important;
    width: 10px;
    background: #9933dd;
    color: #fff !important;
    border-radius: 6px;
    margin-bottom: 7px;
    z-index: 9877;
    width: 17px;
    text-align: center;
	padding: 0 6px 0 12px;
}


#advantages-bullets > div {
	display: inline-block;
	width: 49%;
	padding: 0 4%;
	vertical-align: middle;
}
#advantages-bullets li:nth-of-type(1) {
    background: url('/wp-content/themes/kuni/public/img/advantages/adv-bullet-delivery.png');
}
#advantages-bullets li:nth-of-type(2) {
    background: url('/wp-content/themes/kuni/public/img/advantages/adv-bullet-safe.png');
}
#advantages-bullets li:nth-of-type(3) {
    background: url('/wp-content/themes/kuni/public/img/advantages/adv-bullet-remote-control.png');
}
#advantages-bullets li:nth-of-type(4) {
    background: url('/wp-content/themes/kuni/public/img/advantages/adv-bullet-iso.png');
}
#advantages-bullets li:nth-of-type(5) {
    background: url('/wp-content/themes/kuni/public/img/advantages/adv-bullet-secure.png');
}
#advantages-bullets li {
	font-size: 24px;
	margin: 22px 0;
	list-style-type: none;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: right !important;
    height: 55px;
    display: flex;
    padding-right: 85px;
    align-items: center;
}
#advantages-bullets h3 {
	margin-bottom: 50px;
}




.page-kuni-and-scents-new .page__top {
	margin: 49px auto -20px;
}
.page-kuni-and-scents-new .page__top .sk-container--fl {
	width: 100%;
	padding-left: 25%;
}
.page-kuni-and-scents-new .page__top .shop-bundle-products__text {
	padding-left: 14%;
	font-size: 1.2rem;
}
.page-kuni-and-scents-new .page__top-text.sk-text--h6 {
	padding: 0 10px 0 32vw;
}
.page-kuni-and-scents-new .shop-bundle-products__content img {
	z-index: 10;
	opacity: 1;
	width: 30vw;
	top: -2vw;
	left: -28vw;
	position: absolute;
}
img[title="kuni-main-image-light"], img[title="kuni-main-image-dark"] {
	display: none;
}
.page-kuni-and-scents-new .shop-bundle-products .shop-bundle-products__content {
	padding-top: 0vw !important;
}
.page-kuni-and-scents-new .shop-bundle-products.shop-bundle-products-js > .sk-container {
    width: 100%;
	max-width: none !important;
	padding-right: 0.7vw;
}
.page-kuni-and-scents-new .shop-bundle-products .shop-bundle-products__content {
	vertical-align: super;
	text-align: right;
}
.page-kuni-and-scents-new .shop-bundle-products__colors-checkbox {
	padding-top: 30px;
}
.page-kuni-and-scents-new .page__top-text.sk-text--h6 {
	display: none;
}
.page-kuni-and-scents-new .shop-bundle-products__colors {
	display: block;
}
.page-kuni-and-scents-new .shop-bundle-products__price {
	text-align: right;
}
.page-kuni-and-scents-new .shop-bundle-products__bottom {
	display: block;
}
.page-kuni-and-scents-new .shop-bundle-products__colors-checkbox {
	position: absolute;
	right: 6vw;
}
.page-kuni-and-scents-new .shop-bundle-products__colors-text {
	min-height: 90px;
	padding-top: 40px;
	font-weight: 600;
    font-size: 1.3rem;
}
.page-kuni-and-scents-new .kuni-slider .kuni-slider__title {
	display: none;
}
.page-kuni-and-scents-new .benefits .benefits__bg-img-wrap .benefits__card-top img,
.page-kuni-and-scents-new .wp-block .benefits .benefits__bg-img-wrap .benefits__card-top img {
	height: clamp(270px,203.1428571429px + .1714285714*100vw,350px);
}
.shop-bundle-products__content .gift-scents-msg {
	direction: rtl;
	padding: 0 0 20px 0;
	font-size: 18px;
}
a.vp-a::after {
    display: block;
    content: " ";
    background: url('/wp-content/themes/kuni/public/img/play-video-white.png');
    background-size: 75px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    width: 100px;
    transform: translate(-34%, -150%) !important;
}
.instagram, .wp-block .instagram {
	margin: 50px 0 60px !important;
}
.benefits, .wp-block .benefits {
	/* margin: 45px 0 !important; */
}
.subscription-form-narrow .subscription-form-js.email-form-container {
	margin-top: 1vw;
}
.subscription-form-narrow .subscription-form__title.sk-text--h2 {
	font-size: 1.8rem;
	margin-bottom: 3px;
}
.subscription-form-narrow .subscription-form__text.sk-text--h5 {
	font-size: 1.2rem;
}
#sticky_product_footer {
	height: 90px;
	width: 100%;
	background: var(--sk-color-bg-primary);
	padding: 10px 8% 10px 4%;
	box-shadow: 0 15px 60px rgba(80,80,80,.3);
	position: fixed;
	bottom: 0px;
	z-index: 777777;
	direction: rtl;
	display: none;
}
#sticky_product_footer.visible {
	display: flex;
}
#sticky_product_footer .product {
	height: 70px;
	width: 100px;
    display: inline-block;
	text-align: right;
}
#sticky_product_footer .title {
    display: inline-block;
	padding-top: 11px;
}
#sticky_product_footer .product img {
	height: 100%;
	width: auto;
}
#sticky_product_footer .product img:nth-of-type(2) {
	display: none;
}
#sticky_product_footer .sk-btn,
#sticky_product_footer a.sk-btn,
#sticky_product_footer button.sk-btn {
	min-height: 45px;
	margin-top: 12px;
}
#sticky_product_footer section {
    width: 85%;
    text-align: left;
}
#sticky_product_footer .shop-bundle-products__colors {
	position: absolute;
	left: 62%;
	top: 66px;
}
.page-kuni-and-scents-new #sticky_product_footer .light-prices,
.page-kuni-and-scents-new #sticky_product_footer .dark-prices {
    position: absolute;
    width: 176px;
    left: 28%;
    top: 35px;
}
.page-kuni-and-scents-new .light-prices,
.page-kuni-and-scents-new .dark-prices {
	display: none;
}
.page-kuni-and-scents-new .light-prices.visible,
.page-kuni-and-scents-new .dark-prices.visible {
	display: block;
}
.page-kuni-and-scents-new .shop-bundle-products__price > .woocommerce-Price-amount.amount {
	display: none;
}
#sticky_product_footer .shop-bundle-products__colors-checkbox .input-checkbox-color {
	margin-right: 24px;
}
#sticky_product_footer ins, #sticky_product_footer del {
	text-decoration: none;
}
#sticky_product_footer del {
	margin: 0 0 0 5px;
}
#sticky_product_footer ins {
	margin: 0 5px 0 0;
	font-size: 17px;
	font-weight: 700;
}
.page-kuni-and-scents-new #sticky_product_footer .shop-bundle-products__colors-checkbox {
	right: 22vw;
	top: -44px;
	padding-top: 0px;
}
.page-kuni-and-scents-new #sticky_product_footer .shop-bundle-products__colors-text {
	padding-top: 0px;
    position: absolute;
    right: 16vw;
    width: 100px;
	top: -33px;
	font-weight: 400;
	font-size: 1.1rem;
}
.page-kuni-and-scents-new .main-block-title {
	display: none;
}
.page-kuni-and-scents-new .page__top .main-block-title {
	display: block;
	font-size: 1.3rem;
    font-weight: 700;
}
.page-kuni-and-scents-new .page__top-text.sk-text--h6 {
	display: none !important;
}





/* PP Testimonials start */
#testimonials {
	text-align: center;
}
#testimonials [data-layout="carousel3"] {
	margin-top: 60px;
}
.tss-carousel-main .swiper-arrow,
.tss-carousel .swiper-arrow {
	border-radius: 15px !important;
	background: #fff !important;
	filter: drop-shadow(1px 1px 17px #bbb) !important;
}
.tss-carousel-main.swiper-rtl .swiper-button-next > i::before,
.tss-carousel.swiper-rtl .swiper-button-next > i::before {
	content: ">" !important;
	color: #ccc !important;
	font-family: cursive !important;
	font-size: 20px !important;
}
.tss-carousel-main.swiper-rtl .swiper-button-prev > i::before,
.tss-carousel.swiper-rtl .swiper-button-prev > i::before {
	content: "<" !important;
	color: #ccc !important;
	font-family: cursive !important;
	font-size: 20px !important;
}
.swiper-wrapper.testimonials .item-content-wrapper:before {
	display: none;
}
.swiper-wrapper.testimonials .item-content {
	font-size: 14px !important;
}
.tss-wrapper .tss-layout3 .item-content-wrapper,
.tss-wrapper .tss-isotope1 .item-content-wrapper,
.tss-wrapper .tss-video1 .item-content-wrapper,
.tss-wrapper .tss-carousel3 .item-content-wrapper {
	padding: 10px !important;
	background-color: #fff !important;
	height: 90px;
}
.tss-wrapper .tss-layout3 .profile-img-wrapper,
.tss-wrapper .tss-isotope1 .profile-img-wrapper,
.tss-wrapper .tss-carousel3 .profile-img-wrapper {
	margin-bottom: -7px !important;
}
#testimonials .author-bio {
	display: none;
}
#testimonials .single-item-wrapper img {
	border-radius: 20px 20px 0 0;
}
#testimonials .item-content-wrapper {
	border-radius: 0 0 20px 20px;
}
/* PP Testimonials start */

/* PP FAQ start */
body.page-kuni-and-scents-new h3.faq {
	text-align: center;
	margin-bottom: 40px;
}
details.wp-block-stackable-accordion.stk-block-accordion.stk-inner-blocks.stk-block-content.stk-block.is-style-default {
	width: 65%;
	margin: 13px auto;
}
summary.wp-block-stackable-column.stk-block-column.stk-column.stk-block.stk--container-small.stk-block-accordion__heading,
.stk-column-wrapper.stk-block-column__content.stk-container.stk-hover-parent,
.wp-block-stackable-column.stk-block-column.stk-column.stk-block.stk-block-accordion__content {
	background: #fdfdfd;
	border-radius: 10px;
	padding: 14px;
	box-shadow: none;
}
.stk--is-open > summary.wp-block-stackable-column.stk-block-column.stk-column.stk-block.stk--container-small.stk-block-accordion__heading {
	border-radius: 10px 10px 0 0;	
}
.wp-block-stackable-column.stk-block-column.stk-column.stk-block.stk-block-accordion__content {
	border-radius: 0px 0px 10px 10px;
}
.stk-block.stk-block-column.stk-column>.stk-column-wrapper {
	margin: 0px !important;
	padding: 8px 5%;
}
h4.stk-block-heading__text {
	font-size: 1.3rem;
	font-weight: 400;
}
.page-kuni-and-scents-new .shop-bundle-products {
	padding-bottom: 0px;
}
/* PP FAQ end */
.page-kuni-and-scents-new .benefits {
	width: 88%;
	margin-left: 6%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 25px;
	padding: 5vw 0;
}
.page-kuni-and-scents-new .benefits.kuni-slider-light,
.page-kuni-and-scents-new .benefits.kuni-slider-dark {
	width: auto;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
}
.page-kuni-and-scents-new .benefits.kuni-slider-light,
.page-kuni-and-scents-new .benefits.kuni-slider-dark {
	position: absolute;
	top: 350px;
	left: 5vw;
	display: none;
}
.page-kuni-and-scents-new .benefits.kuni-slider-light.active,
.page-kuni-and-scents-new .benefits.kuni-slider-dark.active {
	display: block;
	left: 5vw;
}
.page-kuni-and-scents-new .benefits.kuni-slider-dark {
	left: 150vw;
}
.page-kuni-and-scents-new .benefits.kuni-slider-light .benefits__bg-img-wrap,
.page-kuni-and-scents-new .benefits.kuni-slider-dark .benefits__bg-img-wrap {
	width: 330px;
	height: 400px;
}
.page-kuni-and-scents-new .benefits.kuni-slider-light .benefits__bg-img-wrap .benefits__card-top img,
.page-kuni-and-scents-new .wp-block .benefits.kuni-slider-light .benefits__bg-img-wrap .benefits__card-top img,
.page-kuni-and-scents-new .benefits.kuni-slider-dark .benefits__bg-img-wrap .benefits__card-top img,
.page-kuni-and-scents-new .wp-block .benefits.kuni-slider-dark .benefits__bg-img-wrap .benefits__card-top img {
	width: 330px;
	object-fit: unset;
	height: auto;
}
.page-kuni-and-scents-new .kuni-slider-light .benefits__title,
.page-kuni-and-scents-new .kuni-slider-dark .benefits__title {
	display: none;
}
body.page-kuni-and-scents-new .warranty-title {
	text-align: center;
	color: var(--sk-color-text);
    font-size: var(--sk-text--h3);
    line-height: var(--sk-line-height--h3);
	font-weight: 600;
	margin: 10px 0 20px 0;
}
.page-kuni-and-scents-new .input-checkbox-color .mo-openid-app-icons .sk-link:checked+label,
.page-kuni-and-scents-new .input-checkbox-color .mo-openid-app-icons a:checked+label,
.page-kuni-and-scents-new .input-checkbox-color input:checked+label,
.page-kuni-and-scents-new .mo-openid-app-icons .input-checkbox-color .sk-link:checked+label,
.page-kuni-and-scents-new .mo-openid-app-icons .input-checkbox-color a:checked+label {
	height: 50px;
	width: 50px;
	margin-top: 0px;
	border-color: #000;
}
.page-kuni-and-scents-new .input-checkbox-color .mo-openid-app-icons .sk-link:not(:checked)+label,
.page-kuni-and-scents-new .input-checkbox-color .mo-openid-app-icons a:not(:checked)+label,
.page-kuni-and-scents-new .input-checkbox-color input:not(:checked)+label,
.page-kuni-and-scents-new .mo-openid-app-icons .input-checkbox-color .sk-link:not(:checked)+label,
.page-kuni-and-scents-new .mo-openid-app-icons .input-checkbox-color a:not(:checked)+label {
	margin-top: 5px;
}
body.page-kuni-and-scents-new .warranty-text,
body.page-kuni-and-scents-new .warranty-text-2 {
	text-align: center;
}
body.page-kuni-and-scents-new .warranty-text-2 {
	font-weight: 500;
}
body.page-kuni-and-scents-new .pp-socials {
	text-align: center;
	margin: 0px !important;
}
body.page-kuni-and-scents-new .pp-socials a:before {
	display: none;
}
body.page-kuni-and-scents-new .pp-socials img {
	width: 60px !important;
	margin: 0 10px !important;
}
body.page-kuni-and-scents-new .warranty-wrapper {
	margin: 65px auto;
	background: #fdfdfd;
	border-radius: 15px;
	width: 70%;
	padding: 30px 0 40px 0;
}



.shop-bundle-products .shop-bundle-products__content * {
	padding-right: 0px;
}


.woo-basket-count-js.is-active {
	transform: scale(0.5);
	transition-duration: 2s;	
}
body .header .nav-main ul li .sk-link, body .header .nav-main ul li a {
	font-size: 21px !important;
}
.shop-bundle-products .shop-bundle-products__content {
	max-width: 100% !important;
	margin-bottom: 5vw !important;
}
.shop-bundle-products.shop-bundle-products-js .shop-bundle-products__content img {
	display: none;
}
.shop-bundle-products.shop-bundle-products-js .shop-bundle-products__content img.is-active {
	display: block;
}
.shop-bundle-products__images {
	right: -9vw !important;
	top: 5vw !important;
}
.shop-bundle-products {
	padding-top: 10px !important;
}
.shop-bundle-products__title.sk-text--h2 {
	display: none !important;
}
.shop-bundle-products .shop-bundle-products__content:before {
	background: none !important;
	box-shadow: -20px 37px 55px rgba(86,79,71,.25) !important;
	opacity: 0 !important;
}
.shop-bundle-products__bottom {
	margin-bottom: 5vw;
}
.shop-bundle-products__text.sk-only-d {
	font-size: 1.3rem;
}
.shop-bundle-products .sk-btn--skew-right .btn-half-right,
.shop-bundle-products a.sk-btn--skew-right .btn-half-right,
.shop-bundle-products button.sk-btn--skew-right .btn-half-right {
	border-radius: 15px;
	transform: none;
}
.shop-bundle-products .sk-btn--skew-right .btn-half-left {
	transform: skewX(22deg);
}

#wpcf7-f1408-o2, #wpcf7-f1482-o2 {
	display: none; /* actual cf7 subscribe form needed for hubspot */
}
.joined_newsletter {
	color: #9933dd;
	font-size: 16px;
	font-weight: 600;
}

.page-id-1231 .shop-bundle-products__content img {
	z-index: 10;
	opacity: 1;
	width: 30vw;
	top: -2vw;
	right: -2vw;
	position: absolute;
}
.page-id-1231 .shop-bundle-products .shop-bundle-products__content {
	padding-top: 9vw !important;
}
.cart_item img {
	max-height: 50px !important;
	max-width: 45px !important;
}
.cart_item.id_708 img {
	max-height: 124px !important;
	max-width: 100px !important;
}

body.woocommerce-order-received .woocommerce-order.sk-container {
	background: url(/wp-content/themes/kuni/public/img/thank-you-visual.png);
    background-size: cover;
    background-repeat: no-repeat;
	padding: 0px;
    margin: 50px 0 0 0;
    width: 100%;
    max-width: 100%;
}
body.woocommerce-order-received .thankyou-wrapper {
	padding-top: 30px !important;
}

@media only screen and (max-width: 1450px) {
	.shop-bundle-products__content > p,
	.shop-bundle-products__content > div {
		padding-right: 12vw;
	}
}
@media only screen and (min-width: 1850px) {
	#sticky_product_footer {
		padding: 10px 22% 10px 15%;
	}
}

@media only screen and (min-width: 1650px) {
	#sticky_product_footer {
		padding: 10px 18% 10px 12%
	}
	details.wp-block-stackable-accordion.stk-block-accordion.stk-inner-blocks.stk-block-content.stk-block.is-style-default {
		width: 50%;
	}
	.page-kuni-and-scents-new .benefits {
		width: 76%;
		margin-left: 12%;
	}
	.page-kuni-and-scents-new .shop-bundle-products__content img {
		left: -18vw;
	}
}

@media only screen and (min-width: 1450px) {
	.page-id-1231 .shop-bundle-products__content img {
		width: 28vw;
		top: -2vw;
		right: -2vw;
	}
	.page-kuni-and-scents-new .shop-bundle-products__content img {
		width: 28vw;
		top: -2vw;
		right: -2vw;
		max-width: 400px;
	}
}

@media only screen and (min-width: 769px) {
	a.vp-a::after {
		transform: translate(-34%, -25%);
	}
	.carousel-wrapper > .swiper {
		margin-left: 5vw !important;
		margin-right: 5vw !important;
	}
	.subscription-form-narrow .subscription-form__helper.subscription-form__helper--form,
	.subscription-form-narrow .subscription-form-js.email-form-container {
		float: right;
		width: 47%;
	}
}

@media only screen and (max-width: 901px) {
	#cta-on-video {
		top: 78vw;
		left: 8vw;
	}
	#cta-on-video .btn-title {
		font-size: 1rem;
	}
	.after-home-hero {
		font-size: 1.3rem !important;
		margin: 20px 33%;
	}
	#cta-on-video .btn-title {
		font-size: 1.3rem;
	}
	#cta-on-video.weekended {
		top: 123vw;
	}
}

@media only screen and (max-width: 769px) {
	body.page-kuni-and-scents-new .page__top .kuni-block-js {
		min-height: 950px;
	}
	.shop-bundle-products .shop-bundle-products__colors {
		top: 306px !important;
		right: 10% !important;
	}
	.page-kuni-and-scents-new .page__top .shop-bundle-products__text {
		margin-top: 306px !important;
		position: absolute;
		padding: 0px !important;
	}
	.page-kuni-and-scents-new .page__top .main-block-title {
		padding: 0 4%;
	}
	body.page-kuni-and-scents-new .page__top-title {
		display: none !important;
	}
	.page-kuni-and-scents-new .page__top {
		margin-top: 10px !important;
	}
	body.page-kuni-and-scents-new .shop-bundle-products__price {
		margin-top: 135px !important;
	}
	body.page-kuni-and-scents-new .shop-bundle-products__bottom button {
		margin-right: 12%;
		width: 170px;
	}
	.page-kuni-and-scents-new .benefits .benefits__bg-img-wrap .benefits__card-top img,
	.page-kuni-and-scents-new .wp-block .benefits .benefits__bg-img-wrap .benefits__card-top img {
		max-height: 240px;
	}
	.header.has-top-message {
		height: 75px;
		padding-top: 27px;
	}
	.header {
		--sk-header-height: 54px !important;
	}
	.header-top-message {
		position: fixed;
		top: 0px;
		padding-top: 10px;
	}
	.header-top-message p {
		font-size: 15px;
	}
	.page-kuni-and-scents-new .shop-bundle-products__more-text {
		display: none;
	}
	.page-kuni-and-scents-new .page__top .shop-bundle-products__text {
		margin-top: 16vw;
	}
	#sticky_product_footer {
		height: 170px;
	}
	#sticky_product_footer .sk-btn, #sticky_product_footer a.sk-btn,
	#sticky_product_footer button.sk-btn {
		margin-top: 100px;
	}
	#sticky_product_footer section {
		position: absolute;
		width: 86%;
	}
	.page-kuni-and-scents-new #sticky_product_footer .light-prices,
	.page-kuni-and-scents-new #sticky_product_footer .dark-prices {
		top: 122px;
		width: 65%;
	} 
	.page-kuni-and-scents-new .pp-socials > .sk-container {
		padding: 0px;
	}
	.page-kuni-and-scents-new .woocommerce-Price-amount.amount {
		margin: 0 1% !important;
	}
	.page-kuni-and-scents-new #sticky_product_footer .shop-bundle-products__colors {
		top: 106px !important;
		height: 20px;
	}
	.page-kuni-and-scents-new .benefits {
		padding: 11vw 0;
	}
	.subscription-form-narrow > .sk-container {
		padding: 0 11vw; 
	}
	.page-kuni-and-scents-new summary.wp-block-stackable-column.stk-block-column.stk-column.stk-block.stk--container-small.stk-block-accordion__heading,
	.page-kuni-and-scents-new .stk-column-wrapper.stk-block-column__content.stk-container.stk-hover-parent,
	.page-kuni-and-scents-new .wp-block-stackable-column.stk-block-column.stk-column.stk-block.stk-block-accordion__content {
		width: 86%;
		margin-left: 7%;
	}
	.page-kuni-and-scents-new .warranty-wrapper {
		width: 80% !important;
		padding: 25px 18px !important;
	}
	.page-kuni-and-scents-new .page__top .sk-container--fl {
		padding-left: 0px;
	}
	.page-kuni-and-scents-new .benefits .benefits__bg-img-wrap .benefits__card-decor,
	.page-kuni-and-scents-new .wp-block .benefits .benefits__bg-img-wrap .benefits__card-decor {
		display: none;
	}
	.benefits .benefit-single__slider-pagination,
	.wp-block .benefits .benefit-single__slider-pagination {
		position: static !important;
	}
	.page-kuni-and-scents-new .shop-bundle-products__content img { 
		width: 73vw;
		top: -4vw;
		left: 7vw;
		right: auto;
	}
	.page-kuni-and-scents-new .page__top-text.sk-text--h6 {
		padding: 0 10px;
	}
	.page-kuni-and-scents-new .shop-bundle-products__colors-checkbox {
		top: 6px;
		left: -32vw;
	}
	.page-kuni-and-scents-new .shop-bundle-products__colors {
		position: absolute;
		top: 150vw;
		right: 20vw;
	}
	.page-kuni-and-scents-new .shop-bundle-products__colors-checkbox .input-checkbox-color {
		margin-right: 15px;
	}
	.page-kuni-and-scents-new .input-checkbox-color label {
		width: 40px;
		height: 40px;
	}
	.page-kuni-and-scents-new .shop-bundle-products__price {
		margin-top: 115px !important;
	}
	.page-kuni-and-scents-new .benefits.kuni-slider-light .benefits__bg-img-wrap .benefits__card-bottom,
	.page-kuni-and-scents-new .wp-block .benefits.kuni-slider-light .benefits__bg-img-wrap .benefits__card-bottom,
	.page-kuni-and-scents-new .benefits.kuni-slider-dark .benefits__bg-img-wrap .benefits__card-bottom,
	.page-kuni-and-scents-new .wp-block .benefits.kuni-slider-dark .benefits__bg-img-wrap .benefits__card-bottom {
		margin-top: 200px;
	}
	.page-kuni-and-scents-new .benefits.kuni-slider-light .benefits__bg-img-wrap .benefits__card-top img,
	.page-kuni-and-scents-new .wp-block .benefits.kuni-slider-light .benefits__bg-img-wrap .benefits__card-top img,
	.page-kuni-and-scents-new .benefits.kuni-slider-dark .benefits__bg-img-wrap .benefits__card-top img,
	.page-kuni-and-scents-new .wp-block .benefits.kuni-slider-dark .benefits__bg-img-wrap .benefits__card-top img {
		width: 280px;
	}
	details.wp-block-stackable-accordion.stk-block-accordion.stk-inner-blocks.stk-block-content.stk-block.is-style-default {
		width: 86%;
	}
	.page-kuni-and-scents-new .shop-bundle-products__price {
		margin-top: 90px;
	}
	.page-kuni-and-scents-new .shop-bundle-products.shop-bundle-products-js > .sk-container {
		margin-left: 0px;
		width: 100%;
	}
	h4.stk-block-heading__text {
		font-size: 1.2rem;
		line-height: 1.3rem;
	}
	#advantages-bullets > div {
		width: 95%;
	}
	#testimonials .item-content-wrapper {
		margin-top: 0px !important;
	}
	.header {
		margin-top: 14px !important;
	}
	body {
		padding-top: 18vw !important;
	}
	.contact-popup-address {
		left: -3%;
	}
	#flash_sale_mobile {
		display: block;
		margin-bottom: 6px;
	}
	#flash_sale_desktop {
		display: none;
	}
	.insta-card__image-wrap {
		height: auto !important;
	}
	.page-id-1231 .shop-bundle-products__price {
		margin-top: 95px !important;
	}
	.page-id-1231 .shop-bundle-products__content img {
		width: 65vw;
		top: -4vw;
		right: 12vw;
	}
	body.woocommerce-order-received .thankyou-wrapper {
		padding-top: 190px !important;
	}
	body.woocommerce-order-received .woocommerce-order.sk-container {
		background-size: contain !important;
	}
	body.home .info-cards__block-value,
	body.home .wp-block .info-cards__block-value {
		height: 90px;
	}
	body.home .info-cards__block:nth-of-type(2) .info-cards__block-value,
	body.home .info-cards__block:nth-of-type(3) .info-cards__block-value {
		padding-top: 45px;
	}
	body.home .info-cards__block, body.home .wp-block .info-cards__block {
		width: 33%;
	}
	body.home .info-cards__block-title .btn-title,
	body.home .wp-block .info-cards__block-title .btn-title {
		font-size: 15px;
		text-wrap: pretty;
		padding: 12px 0;
		height: 60px;
		width: 100%;
	}
	.info-cards__block-title, .wp-block .info-cards__block-title {
		margin-bottom: 20px !important;
	}
	body.home .info-cards-block-text.sk-text--m {
		font-size: 13px;
		/* text-align: right; */
	}
	body.home .info-cards__block-helper,
	body.home .wp-block .info-cards__block-helper {
		padding-right: 7px;
		padding-left: 7px;
		box-shadow: none;
	}
	body.home .info-cards__block-helper .btn-half-left {
		transform: none;
	}
	body.home .info-cards__block-title,body.home 
	body.home .wp-block .info-cards__block-title {
		min-width: 1px;
		width: 100%; 
	}
	body.home .info-cards__blocks, body.home .wp-block .info-cards__blocks {
		box-shadow: 0 15px 60px rgba(86,79,71,.25);
		margin-top: 10vw;
	}
	.info-cards__blocks .sk-btn--skew-left .btn-half-left,
	.info-cards__blocks .sk-btn--skew-left-referse .btn-half-left,
	.info-cards__blocks .sk-btn--skew-normal .btn-half-left,
	.info-cards__blocks a.sk-btn--skew-left .btn-half-left,
	.info-cards__blocks button.sk-btn--skew-left .btn-half-left {
		left: 0px;
	}
}
@media only screen and (min-width: 513px) {
	.shop-bundle-products .shop-bundle-products__content {
		/* padding: 17vw 440px 64px 85px !important; */
		padding: 17vw 0px 30px 85px !important
	}
}
@media only screen and (max-width: 512px) {
	#advantages-bullets li {
		font-size: 15px;
	}
	.shop-bundle-products.shop-bundle-products-js .shop-bundle-products__content img {
		display: none;
	}
	.shop-bundle-products.shop-bundle-products-js .shop-bundle-products__content img.is-active {
		display: block;
	}
	.msg-when-kuni-in-cart.moved {
		top: 86px;
		font-size: 13px;
	}
	.home-hero__swiper-overlay-img, .wp-block .home-hero__swiper-overlay-img {
		display: block !important;
	}
	h1.home-hero__text {
		font-size: 1.8rem;
	}
	.page-id-1231 .page__top-text {
		font-size: 1.1rem;
	}
	.page-id-1231 .shop-bundle-products .shop-bundle-products__content {
		padding: 280px 40px 40px 40px !important;
	}
	.page-id-1231 .shop-bundle-products .shop-bundle-products__content:before {
		box-shadow: 0px 11px 20px rgba(86,79,71,.25) !important;
	}
	.page-id-1231 .shop-bundle-products__images {
		width: 370px !important;
		right: -5% !important;
		top: 8vw !important;
	}
	.page-id-1231 .input-checkbox-color .mo-openid-app-icons .sk-link:checked+label,
	.page-id-1231 .input-checkbox-color .mo-openid-app-icons a:checked+label,
	.page-id-1231 .input-checkbox-color input:checked+label,
	.page-id-1231 .mo-openid-app-icons .input-checkbox-color .sk-link:checked+label,
	.page-id-1231 .mo-openid-app-icons .input-checkbox-color a:checked+label {
		border-color: #000;
	}
	.page-id-1231 .shop-bundle-products__colors {
		right: 26%;
		top: -115px;
	}
	.page-id-1231 .shop-bundle-products__price {
		margin-bottom: 25px;
		margin-top: 65px;
	}
	.page-id-1231 .woocommerce-Price-amount.amount {
		margin: 34%;
	}
	.page-id-1231 .shop-bundle-products__more-button {
		display: none;
	}
	.page-id-1231 .shop-bundle-products__more-content {
		display: block;
	}
	.page-id-1231 .single-add-to-cart-button-js {
		margin: auto;
	}
	.page-id-1231 .single-add-to-cart-button-js .btn-half-right {
		border-radius: 5px !important;
	}








	.page-kuni-and-scents-new .subscription-form__wrap,
	.page-kuni-and-scents-new .wp-block .subscription-form__wrap {
		padding: 80px 39px;
	}
	.page-kuni-and-scents-new .subscription-form__helper.subscription-form__helper--form {
		position: absolute;
		top: 78px;
		right: 20px;
	}
	.page-kuni-and-scents-new .subscription-form-js.email-form-container {
	    position: absolute;
		top: 20px;
		right: 10px;
		width: 69vw;
	}
	.subscription-form-narrow .subscription-form__title.sk-text--h2 {
		font-size: 1.3rem;
	}
	.page-kuni-and-scents-new a.vp-a::before {
		display: none;
	}
	.home-hero__swiper-overlay-img, .wp-block .home-hero__swiper-overlay-img {
		display: block !important;
	}
	h1.home-hero__text {
		font-size: 1.8rem;
	}
	.page-id-1231 .page__top-text,
	.page-kuni-and-scents-new .page__top-text {
		font-size: 1.1rem;
	}
	.page-id-1231 .shop-bundle-products .shop-bundle-products__content,
	.page-kuni-and-scents-new .shop-bundle-products .shop-bundle-products__content {
		padding: 280px 30px 40px 15px !important;
	}
	.page-id-1231 .shop-bundle-products .shop-bundle-products__content:before,
	.page-kuni-and-scents-new .shop-bundle-products .shop-bundle-products__content:before {
		box-shadow: 0px 11px 20px rgba(86,79,71,.25) !important;
	}
	.page-id-1231 .shop-bundle-products__images,
	.page-kuni-and-scents-new .shop-bundle-products__images {
		width: 370px !important;
		right: -5% !important;
		top: 8vw !important;
	}
	.page-kuni-and-scents-new #sticky_product_footer .shop-bundle-products__colors-text {
		right: -5vw;
		top: -42px !important;
	}
	.page-id-1231 .input-checkbox-color .mo-openid-app-icons .sk-link:not(:checked)+label,
	.page-id-1231 .input-checkbox-color .mo-openid-app-icons a:not(:checked)+label,
	.page-id-1231 .input-checkbox-color input:not(:checked)+label,
	.page-id-1231 .mo-openid-app-icons .input-checkbox-color .sk-link:not(:checked)+label,
	.page-id-1231 .mo-openid-app-icons .input-checkbox-color a:not(:checked)+label,
	.page-kuni-and-scents-new #sticky_product_footer .input-checkbox-color .mo-openid-app-icons .sk-link:not(:checked)+label,
	.page-kuni-and-scents-new #sticky_product_footer .input-checkbox-color .mo-openid-app-icons a:not(:checked)+label,
	.page-kuni-and-scents-new #sticky_product_footer .input-checkbox-color input:not(:checked)+label,
	.page-kuni-and-scents-new #sticky_product_footer .mo-openid-app-icons .input-checkbox-color .sk-link:not(:checked)+label,
	.page-kuni-and-scents-new #sticky_product_footer .mo-openid-app-icons .input-checkbox-color a:not(:checked)+label {
		width: 22px;
		height: 22px;
	}
	.page-id-1231 .input-checkbox-color .mo-openid-app-icons .sk-link:checked+label,
	.page-id-1231 .input-checkbox-color .mo-openid-app-icons a:checked+label,
	.page-id-1231 .input-checkbox-color input:checked+label,
	.page-id-1231 .mo-openid-app-icons .input-checkbox-color .sk-link:checked+label,
	.page-id-1231 .mo-openid-app-icons .input-checkbox-color a:checked+label,
	.page-kuni-and-scents-new #sticky_product_footer .input-checkbox-color .mo-openid-app-icons .sk-link:checked+label,
	.page-kuni-and-scents-new #sticky_product_footer .input-checkbox-color .mo-openid-app-icons a:checked+label,
	.page-kuni-and-scents-new #sticky_product_footer .input-checkbox-color input:checked+label,
	.page-kuni-and-scents-new #sticky_product_footer .mo-openid-app-icons .input-checkbox-color .sk-link:checked+label,
	.page-kuni-and-scents-new #sticky_product_footer .mo-openid-app-icons .input-checkbox-color a:checked+label {
		border-color: black;
		width: 30px;
		height: 30px;
	}
	.page-kuni-and-scents-new a.vp-a::after {
		top: 106%;
	}
	.page-id-1231 .shop-bundle-products__colors,
	.page-kuni-and-scents-new .shop-bundle-products__colors {
		right: 20%;
		/* top: 540px !important; */
	}
	.page-id-1231 .shop-bundle-products__price,
	.page-kuni-and-scents-new .shop-bundle-products__price {
		margin-bottom: 25px;
		margin-top: 65px;
	}
	.page-id-1231 .woocommerce-Price-amount.amount,
	.page-kuni-and-scents-new .woocommerce-Price-amount.amount {
		margin: 34%;
	}
	.page-id-1231 .shop-bundle-products__more-button,
	.page-kuni-and-scents-new .shop-bundle-products__more-button {
		display: none;
	}
	.page-id-1231 .shop-bundle-products__more-content,
	.page-kuni-and-scents-new .shop-bundle-products__more-content {
		display: block;
	}
	.page-id-1231 .single-add-to-cart-button-js,
	.page-kuni-and-scents-new .single-add-to-cart-button-js {
		margin: auto;
	}
	.page-id-1231 .single-add-to-cart-button-js .btn-half-right,
	.page-kuni-and-scents-new .single-add-to-cart-button-js .btn-half-right {
		border-radius: 40px !important;
	}


}

/* New colors and design 2025 */

/*
.sk-btn--light-yellow .btn-half-left,
.sk-btn--light-yellow .btn-half-right,
a.sk-btn--light-yellow .btn-half-left,
a.sk-btn--light-yellow .btn-half-right,
button.sk-btn--light-yellow .btn-half-left,
button.sk-btn--light-yellow .btn-half-right {
	background: #fff !important;
	border-radius: 40px !important;
	transform: none !important;
	width: 65% !important;
}
.after-home-hero .sk-btn--light-yellow .btn-half-left,
.after-home-hero .sk-btn--light-yellow .btn-half-right {
	background: #554f48 !important;
	color: #fff !important;
}
*/
