/* 
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 */
body.page.page-id-376 header#site-header {
    display: none;
}

body.page.page-id-376 footer#site-footer {
    display: none;
}
body.page.page-id-376 .xoo-wsc-basket {
	display: none !important;
}
.main-header {
    height: 0 !important;
}
.woocommerce ul.products li.product .button {
    font-family: 'Montserrat' !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 22px !important;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    background-color: #E39574 !important;
    color: #fff !important;
    display: block !important;
    border: 1px solid #E39574 !important;
}
.woocommerce ul.products li.product .button:hover {
    color: #E39574 !important;
    background-color: #fff !important;
}
.woocommerce .quantity .qty {
    padding: 14px 0 !important;
}
.woocommerce-notices-wrapper {
    display: none;
}
/* preloader */

.preloader-img img {
    width: 9%;
}
.preloader-img {
	  animation: fadeIn 10s;
}
.page-loading .loader-icon {
    font-size: 0px !important;
    display: none !important;
}


.preloader.home{
	display: none;
}

.home .preloader.home {
    display: block;
}
.preloader {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #5a011e;
	  z-index: 999999;
	opacity: 1;
    transition: opacity 0.8s ease;
}
.preloader.fade-out {
    opacity: 0;
}
#videoPlayer {
		max-width: 100%;
		max-height: 100%;
		width: 100%;
		object-fit: cover !important;
}
.setMarquee span {
    font-family: 'Montserrat';
    font-size: 22px !important;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    /* gap: 0px; */
    justify-content: space-around;
    color: #fff;
}
.setMarquee {
    height: 30px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
.setMarquee div {
    display: flex;
    width: 200%;
    position: absolute;
    overflow: hidden;
    animation: marquee 16s linear infinite;
    top: 0;
    left: 0px;
    bottom: 0px;
}
/* span with text */
.setMarquee span {
    float: left;
    width: 50%;
}
/* keyframe */
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}

button#gpay-button-online-api-id {
    margin-top: 20px !important;
}

button#gpay-button-online-api-id:hover {
    color: #000 !important;
}

@media only screen and (max-width: 1000px) {
	#videoPlayer {
		height: 100% !important;
		object-fit: contain !important;
	}
	.setMarquee span {
		font-size: 16px !important;
		width: 100% !important;
	}
	.setMarquee div {
		width: 600% !important;
		gap: 20px !important;
	}
	.setMarquee.check div {
		width: 750% !important;
	}

}