/*
Theme Name: Hello Elementor (Child)
Author: 
Description: Your description goes here
Version: 3.0.1
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
#Header .header-innercontainer {
    backdrop-filter: blur(10px);
}
#Header{
	position: absolute;
	z-index: 99;
}
.banner-btns {}

.banner-btns .elementor-button-wrapper {}

.banner-btns .elementor-button-wrapper .elementor-button-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.banner-btns.white-btn .elementor-button-wrapper .elementor-button-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #181A1C;
    border-radius: 50%;
}

.banner-btns.white-btn .elementor-button-wrapper .elementor-button-icon svg {
    fill: var(--e-global-color-accent);
}

.banner-btns .elementor-button-content-wrapper {
    align-items: center;
}
.mission-imagebox {}

.mission-imagebox .elementor-widget-container {}

.mission-imagebox .elementor-widget-container .elementor-image-box-wrapper {}

.mission-imagebox .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img {
    margin-top: 10px !important;
    margin-right: 0 !important;
}

.mission-imagebox .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content {}

.mission-imagebox .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    padding-left: 30px;
}

.mission-imagebox .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img img {
    margin-left: 16px;
}
.post-redirect-icon {}

.post-redirect-icon .elementor-icon {
    position: relative;
    z-index: 1;
}

.post-redirect-icon .elementor-icon:before {
    content: '';
    position: absolute;
    background-color: #ffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    opacity: .3;
    backdrop-filter: blur(20px) !important;
}

.custom-slider-container {
    position: static !important;
}

.custom-slider-container .custom-sliderwrapper {
    position: static !important;
}

.custom-slider-container .custom-sliderwrapper .custom-slider {
    position: static !important;
}

.custom-slider-container .custom-sliderwrapper .swiper-pagination {
    top: 60px;
    left: 0;
    transform: unset;
    width: 90%;
    background-color: #ffffff1a;
    text-align: left;
}

.custom-slider-container .custom-sliderwrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--e-global-color-accent);
        width: 256px;
    border-radius: 2px;
}

.custom-slider-container .custom-sliderwrapper .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    width: 256px;
    border-radius: 2px;
    transition: linear .3s;
}

.custom-sectionwrapper>.e-con-inner {
    position: relative;
}

.custom-sectionwrapper .elementor-swiper-button.elementor-swiper-button-prev {
    right: 60px !important;
    left: auto !important;
    top: 60px !important;
}
.custom-sectionwrapper .elementor-swiper-button.elementor-swiper-button-next {
    right: 0 !important;
    left: auto !important;
    top: 60px !important;
}
.newsletter-form .elementor-field-type-submit {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-wrap: nowrap !important;
    width: 212px !important;
    height: 58px;
    background-color: var(--e-global-color-126e0cc);
    border-radius: 30px;
    padding-left: 42px !important;
    padding-right: 6px !important;
}

.newsletter-form .elementor-field-type-submit .elementor-button {
    width: 100%;
    height: 100%;
}

.newsletter-form .elementor-field-type-submit .elementor-button>span {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.newsletter-form .elementor-field-type-submit .elementor-button>span .elementor-button-icon {
    margin: 0 !important;
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #181A1C;
    border-radius: 50%;
}

.newsletter-form .elementor-field-type-submit .elementor-button>span .elementor-button-icon:before {
    content: '';
    position: absolute !important;
    /* background-color: #181A1C; */
    /* width: 40px; */
    /* height: 40px; */
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    border-radius: 50%;
}

.newsletter-form .elementor-field-type-submit .elementor-button>span .elementor-button-icon svg {
    fill: var(--e-global-color-accent) !important;
    /* color: var(--e-global-color-accent) !important; */
}

.newsletter-form .elementor-field-type-submit .elementor-button>span .elementor-button-icon svg path {
    fill: var(--e-global-color-accent) !important;
}
.fixed-element {
            position: sticky;
            top: 0;
            width: 100%;
            height: 100vh; /* Full viewport height */
/*             background: #fff; */
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            z-index: 1000;
	font-family: var(--e-global-typography-primary-font-family);
	color: var(--e-global-color-text);
	transition: unset !important; 
        }
        .text {
    font-size: 40px;
    line-height: 1.8;
transition: unset !important; 
        }
.char{
	transition: unset !important; 
}
#Footer {
    position: relative;
    z-index: 1;
}

#Footer:before {
    content: 'SOUL SHINE';
    position: absolute;
    z-index: 1;
    font-size: 262px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    color: var(--e-global-color-accent);
    opacity: .5;
    bottom: 0;
    top: auto;
    height: auto;
    line-height: 1;
    font-weight: 600;
}
.product-slider .elementor-swiper-button svg {
    fill: #000;
    color: #000;
}

.product-slider .elementor-swiper-button svg path {
    fill: var(--e-global-color-accent);
}
#floatingproduct{
	cursor: url('https://soulshine.demowebtest.com/wp-content/uploads/2024/08/sliderarrow-2.png'), auto;
}
#floatingproduct {
    position: static !important;
}

#floatingproduct .elementor-widget-container.elementor-motion-effects-element {
    position: static !important;
}

#floatingproduct .elementor-swiper-button-prev {
    display: none !important;
}

#floatingproduct .elementor-swiper-button-next {
    width: 200vw;
    height: 700vh;
    left: -100% !important;
    top: 0% !important;
    cursor: url('https://soulshine.demowebtest.com/wp-content/uploads/2024/08/sliderarrow-2.png'),  auto;
    opacity: 0;
}
/* .pin-spacer {
    padding: 0 !important;
} */
.product-tab .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    border-radius: 50px;
    background-color: var(--e-global-color-accent);
}

.product-tab .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
   transition: .3s ease-in-out;
}
.single-product .plus{
	margin: 0 !important;
    padding: 10px !important;
}
.input-text.qty.text {
    width: 130px;
	font-size: 18px !important;
}

/* Chrome, Safari, Edge, Opera */
.single-product input::-webkit-outer-spin-button,
.single-product input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.single-product input[type=number] {
  -moz-appearance: textfield;
}
.minus {
    padding: 10px !important;
}
.single-product #Header {
    position: static !important;!i;!;
    background-color: var(--e-global-color-primary);
    padding-bottom: 30px;
}
.single-product #Subheader{
    display: none;
}
@media screen and (max-width: 1499px){
	#Footer:before {
    	font-size: 212px !important;
}
	.text {
    font-size: 36px !important;
   
}
}