/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

p {
margin-block-end: 0px !important;
}


.elementor-sticky--effects {
background-color: #ffffff !important;
	border-bottom: 1px solid #dddddd !important;
}


.elementor-sticky--effects .dray-header-hamburger a {
	color: #424242 !important;
	border-color: #424242 !important;
}

.elementor-sticky--effects .dray-header-hamburger svg {
	fill: #424242 !important;
	}

.dray-header-cart {
display: none;	
}

/* .elementor-sticky--effects .dray-header-cart {
	display: block !important;
} */

.dray-logo-grey {
 display: none;
}

.elementor-sticky--effects .dray-logo-grey {
 display: inline-block;
}
.elementor-sticky--effects .dray-logo-white {
 display: none;
}

.lay-hid {
	display: none !important;
}

.device-static {
	background: url(https://d-ray.io/wp-content/uploads/2025/01/device-closed-light-on.png) 50% 50% / cover no-repeat transparent !important;

}


.dray-custom-bullets ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.dray-custom-bullets li {
  padding-left: 1em;
  text-indent: -1em;
}

.dray-custom-bullets li:before {
  content: "~";
  padding-right: 5px;
	font-weight: 700;
	color: #f4e763;

}

@media only screen and (max-width: 767px) {

.dray-menu li {
	width: 100% !important;
}
	
}

.elementor-slides .swiper-slide-inner {
	padding: 0px !important;
}


.faq-carousel .swiper-pagination-bullet {
	background: #ffffff !important;
	opacity: 1 !important;
}

#content .faq-carousel .swiper-pagination-bullet-active {
	background: #f8e644 !important;
}


.dray-unboxing .elementor-slide-description {
	bottom: 5px;
	left: 0px;
	position: absolute;
	width: 100%;
	
}

.dray-vitd-increase .elementor-cta__description {
	
		bottom: 5px;
	left: 0px;
	position: absolute;
	width: 100%;
	
}

.dray-map .swiper-slide-inner {
	margin-bottom: 20px;
}


#science-slide-1, #science-slide-2 {
	padding-left: 90px;
	padding-right: 90px;
}

#science-slide-1 sr7-slide, #science-slide-2 sr7-slide {
	border-radius: 40px !important;
}

@media only screen and (max-width: 767px) {
	
	#science-slide-1, #science-slide-2 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
	
	#science-slide-1 sr7-slide, #science-slide-2 sr7-slide {
	border-radius: 15px !important;
}
	
	.dray-map .swiper-slide-inner {
	margin-bottom: 5px !important;
}
	
	.swiper-slide-bg {
    border-radius: 15px !important;
  
}
	
}

.woocommerce-form-register {
	height: auto !important;
}

.woocommerce-form-login {
	height: fit-content !important;
}


.dray-header-home 
{
	animation:9s ease 0s normal forwards 1 fadein;
-webkit-animation:9s ease 0s normal forwards 1 fadein;
opacity:1
}

@keyframes fadein{
    0%{opacity:0}
    80%{opacity:0}
    100%{opacity:1}
}

@-webkit-keyframes fadein{
    0%{opacity:0}
    80%{opacity:0}
    100%{opacity:1}
}


.heading-shadow, .dray-vitd-increase h1, .drops-of-sunshine h1, .dray-unboxing .elementor-slide-heading {
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) !important;
}