/*
Theme Name: LOJO
Theme URI: http://lojomarketing.com/
Author: LOJO
Author URI: http://lojomarketing.com/
Description: 
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


/* styles for _tl_pagination und _tl_link_pages */
nav form.tl-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}



/* styles for Hobby Condos 
 	====================================*/
body{
	overflow-x:hidden;
	position:relative;
}
body::before{
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:471px;
	background: url(/wp-content/uploads/2021/02/body-top-outer.png) no-repeat center top;
	background-size: 100%;
}
/*body::after{
	content:"";
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:486px;
	background: url(/wp-content/uploads/2021/02/body-bottom-outer.png) no-repeat center top;
	background-size: 100%;
}*/
.home-banner-outer{

}
.image-button-outer a.elementor-button-link.elementor-button {
    width: 100%;
}
.header-search-outer i.fas.fa-search {
    background: url(/wp-content/uploads/2021/02/search-icon.svg);
    height: 68px;
    width: 64px !important;
}
.header-cart-outer a#elementor-menu-cart__toggle_button {
    padding: 0;
}
.header-cart-outer span.elementor-button-icon {
    background: url(/wp-content/uploads/2021/02/cart-icon.svg);
    height: 88px;
    width: 84px !important;
    /* display: inline-block; */
    /* vertical-align: top; */
}
.elementor-15 .elementor-element.elementor-element-f16f576 .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before{
	font-size: 18px;
    line-height: 32px;
}
.thumb-slider-outer-bg .elementor-swiper-button.elementor-swiper-button-prev {
    left: -87px;
    background: url(/wp-content/uploads/2021/02/previous.png);
    height: 55px;
    width: 50px;
    background-size: contain;
}
.thumb-slider-outer-bg .elementor-swiper-button.elementor-swiper-button-next {
    right: -87px;
    background: url(/wp-content/uploads/2021/02/next.png);
    height: 55px;
    width: 50px;
    background-size: contain;
}



.page-list{
	list-style:none;
	margin:0;
}
.page-list li{
	padding-left:24px;
	font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
	margin-bottom:10px;
	position: relative;
}
.page-list li::before {
    content: "";
    width: 11px;
    height: 11px;
    border: 2px solid #CF0025;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 10px;
}
.page-list li a{
	color:#000;
}
.page-list li a:hover, .page-list li a:focus{
	color:#CF0025;
	text-decoration:none !important;
}

/*Footer*/
.footer-menu-outer{

}
.footer-menu-outer ul{

}
.footer-menu-outer ul li{
	position:repeat;
}
.footer-menu-outer ul li::after{
	content:"";
	width:1px;
	height:18px;
	background:#fff;
	position:absolute;
	right:0px;
	top:0px;
}
.footer-menu-outer ul li:last-child::after{
	content:none;
}
.footer-menu-outer ul li a:hover, .footer-menu-outer ul li a:focus, .footer-menu-outer ul li.current-menu-item a{
	color:#CF0025;
	text-decoration:none;
}
.footer-outer .elementor-text-editor p a{
	color:#000;
}
.footer-outer .elementor-text-editor p a:hover, .footer-outer .elementor-text-editor p a:focus{
	text-decoration:none;
	color:#CF0025;
}

/*woocommerce*/
.woocommerce-page{ 
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-size: var( --e-global-typography-text-font-size );
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name, .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a{
	font-size: var( --e-global-typography-secondary-font-size );
	color: var( --wp--preset--color--black );
}
.elementor-menu-cart__container .elementor-menu-cart__main{
	background-color: #94DD2F;
	border:10px solid #fff;
	width: 450px;
}
.elementor-menu-cart__close-button:after, .elementor-menu-cart__close-button:before{
	background: var( --e-global-color-text );
}
.elementor-menu-cart__product:not(:last-of-type), .elementor-menu-cart__products, .elementor-menu-cart__subtotal{
	border-color: var( --e-global-color-text );
}
span.quantity {
    color: var( --e-global-color-text );
}
.elementor-menu-cart__product-remove:after, .elementor-menu-cart__product-remove:before{
	background:var( --e-global-color-text );
}
.elementor-menu-cart__product-remove{
	border-color: var( --e-global-color-text );
}
a.elementor-button.elementor-button--view-cart, a.elementor-button.elementor-button--checkout {
    background-color: #F1D583;
    border-radius: 10px 10px 10px 10px;
    padding: 8px 5px 8px 5px;
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size: var( --e-global-typography-primary-font-size );
    font-weight: var( --e-global-typography-primary-font-weight );
    text-decoration: var( --e-global-typography-primary-text-decoration );
	border:5px solid #EFCF6F;
}
a.elementor-button.elementor-button--view-cart:hover, a.elementor-button.elementor-button--checkout:hover{
	background-color: var( --e-global-color-primary );
    color: #ffffff;
}
.product-details-box-outer{
	margin-left:80px;
	margin-right:80px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size: var( --e-global-typography-primary-font-size );
    font-weight: var( --e-global-typography-primary-font-weight );
    text-decoration: var( --e-global-typography-primary-text-decoration );
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-radius: 10px 10px 10px 10px;
    padding: 6px 30px 6px 30px !important;
	background-color: #F1D583;
    color: var( --e-global-color-primary );
    border-color: #EFCF6F;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color: var( --e-global-color-primary );
    color: #ffffff;
}
.woocommerce p.stars a {
    color: var( --e-global-color-primary );
}
.woocommerce table.shop_table {
	border: 1px solid var( --e-global-color-primary );
	color: var( --wp--preset--color--black );
}
.woocommerce table.shop_table td {
	border-top: 1px solid var( --e-global-color-primary );
}
td.product-name a {
	color: var( --e-global-color-primary );
}
.woocommerce .quantity .qty {
    border: 1px solid #ddd;
}
#add_payment_method table.cart td, #add_payment_method table.cart th {
	color: var( --e-global-color-text );
}
.woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    color: var(--wp--preset--color--black);	
}

.woocommerce .cart-collaterals h2, .woocommerce-page .cart-collaterals h2{
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size: var( --e-global-typography-primary-font-size );
    font-weight: var( --e-global-typography-primary-font-weight );
    text-decoration: var( --e-global-typography-primary-text-decoration );
	color: var( --e-global-color-primary );
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
	padding: 12px 10px !important;
    color: var( --e-global-color-primary );
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 1px solid #fff;
}
form.checkout.woocommerce-checkout h3 {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size: var( --e-global-typography-primary-font-size );
    font-weight: var( --e-global-typography-primary-font-weight );
    text-decoration: var( --e-global-typography-primary-text-decoration );
    color: var( --e-global-color-primary );
}
.woocommerce form .form-row label {
    color: var( --wp--preset--color--black );
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: var( --e-global-typography-secondary-font-weight );
    text-decoration: var( --e-global-typography-secondary-text-decoration );
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border-color: var( --e-global-color-primary );
    border-width: 1px;
    padding: 10px;
	color: var( --e-global-color-primary );
}
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder{
  	color: var( --e-global-color-primary );
  	opacity: 1; /* Firefox */
}

.woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
 	color: var( --e-global-color-primary );
}

.woocommerce form .form-row input.input-text::-ms-input-placeholder,
.woocommerce form .form-row textarea::-ms-input-placeholder{ /* Microsoft Edge */
 	color: var( --e-global-color-primary );
}
span.select2-selection.select2-selection--single {
    height: 40px;
    padding: 5px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var( --e-global-color-primary );
}
.elementor-742 .elementor-element.elementor-element-bc04e55{
	border-color: var( --e-global-color-text ) !important;
}
.woocommerce-info a, .woocommerce-privacy-policy-text a, .woocommerce-info::before {
    color: var( --e-global-color-primary );
}
.woocommerce-info {
    border-top-color: var( --e-global-color-primary );
}
.coconut-btn-music-outer a {
    height: 120px;
    width: 100%;
    border: 0;
    background: transparent;
	display:block;
	cursor:pointer;
} 

:focus {
    outline: 0;
}
.elementor-menu-cart__products {
    min-height: 126px;
}
nav.woocommerce-MyAccount-navigation ul {
    margin: 0 0 0;
    padding: 0;
    list-style: none;
}
nav.woocommerce-MyAccount-navigation ul a {
    background: var( --e-global-color-secondary );
    display: block;
    color: var( --e-global-color-text );
    margin-bottom: 1px;
    padding: 10px;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a,
nav.woocommerce-MyAccount-navigation ul li a:hover{
	color: var( --e-global-color-secondary );
	background: var( --e-global-color-text );
	text-decoration:none;
}
.woocommerce-account .woocommerce-MyAccount-content{
	color: var( --e-global-color-text );
}
.woocommerce-account .woocommerce-MyAccount-content a{
	color: var( --e-global-color-primary );
}

/*owl-carousel-thum Slider */
.owl-carousel-thum-outer {
    margin: 55px 0 60px;
    position: relative;
}
.item-image-info h5 {
    color: var( --e-global-color-secondary );
    text-align: center;
    margin: 0;
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: var( --e-global-typography-secondary-font-weight );
    line-height: 10px;
}
.item-inner {
    position: relative;
}
/*a.carousel-pop-btn {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}*/
.owl-carousel-thum-outer .owl-dots {
    display: none;
}
.owl-carousel-thum-outer .owl-theme .owl-nav {
    margin-top: 0px;
}

.owl-carousel-thum-outer .owl-nav button.owl-prev {
    left: -82px;
    background: url(/wp-content/uploads/2021/02/previous.png) !important;
    height: 55px;
    width: 50px;
    background-size: contain !important;
    font-size: 0 !important;
    position: absolute;
    top: 46px;
}
.owl-carousel-thum-outer .owl-nav button.owl-next {
    right: -82px;
    background: url(/wp-content/uploads/2021/02/next.png) !important;
    height: 55px;
    width: 50px;
    background-size: contain !important;
    font-size: 0 !important;
    position: absolute;
    top: 46px;
}
.df-container {
    background-color: #8FD22E!important;
    min-height: 400px !important;
}

.custom-thumbnail-slider-outer .modal-content{
	
	background-color:#94dd2f!important;
}

.custom-thumbnail-slider-outer .modal-content #book_audio{
	margin-top: 20px;
}

.df-3dcanvas{
	min-height: 400px !important;
}
.modal-content button.close {
    width: 34px;
    height: 34px;
    position: absolute;
    right: -12px;
    top: -12px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px !important;
    opacity: 1;
    padding: 0px 0 0 1px;
    font-size: var( --e-global-typography-primary-font-size );
    font-weight: var( --e-global-typography-primary-font-weight );
    text-decoration: var( --e-global-typography-primary-text-decoration );
    color: var( --e-global-color-primary );
    background-color: #F1D583;
    vertical-align: top;
    border: 2px solid;
    border-color: var( --e-global-typography-primary-font-weight );
    z-index: 2;
}
.modal-backdrop {
    display: none;
}

.mute-btn i.fas.fa-volume-mute {
    background: url(/wp-content/uploads/2023/10/mute-icon.png);
    height: 88px;
    width: 84px !important;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
    cursor: pointer;
}
.sound-on-btn{
	background: url(/wp-content/uploads/2023/10/sound-icon.png);
    height: 88px;
    width: 84px !important;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
    cursor: pointer;
}
.mute-btn.sound-on-btn i.fas.fa-volume-mute {
    background: url(/wp-content/uploads/2023/10/sound-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}
/*.custom-thumbnail-slider-outer .modal-dialog.modal-lg {
    width: 97%;
}*/
.custom-thumbnail-slider-outer .modal-dialog.modal-lg {
    width: 100%;
    padding: 20px;
    height: 100%;
}
div#flowpaper-logo-bottom {
    display: none !important;
}
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.home-banner-outer img.elementor-animation-grow:hover{
	filter: drop-shadow(20px 5px 10px #fbf803);
}
.home .image-button-outer .elementor-button-wrapper {
    height: 35px;
}
/* Button Shutter effect */
.image-button-outer .elementor-button {
  position: relative;
  overflow: hidden;
}
.image-button-outer .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fbf803;
  transition: left 0.5s ease;
  z-index: 0;
}

.image-button-outer .elementor-button:hover::before {
  left: 0; 
}
.image-button-outer .elementor-button-content-wrapper {
  position: relative;
  z-index: 1;
}
/* Button Shutter effect */



/** music popup **/
.songs-cat-list .product img {
    max-width: 30px !important;
    margin: 0 auto !important;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}
.gblmusic-popup-height .dialog-message {
    max-height: 83vh !important;
}



/*Responsive CSS
 * ====================================*/
@media only screen and (max-width: 2600px){
	.elementor-7 .elementor-element.elementor-element-7a4211b > .elementor-container {
		max-width: 2000px;
	}
	.elementor-7 .elementor-element.elementor-element-a62a608 {
		height: 920px;
	}
	.elementor-7 .elementor-element.elementor-element-92e0571 > .elementor-widget-container {
		margin: 12% -4% 0% 4%;
	}
	.elementor-7 .elementor-element.elementor-element-d375c74 img {
		width: 24vw;
	}
	.elementor-7 .elementor-element.elementor-element-d375c74 > .elementor-widget-container {
		margin: -16% 0% 0% 5%;
	}
	.elementor-7 .elementor-element.elementor-element-beda556 > .elementor-widget-container {
		margin: 91% 0% 0% -14%;
	}
	.elementor-7 .elementor-element.elementor-element-beda556 img {
		width: 17vw;
	}
	.elementor-7 .elementor-element.elementor-element-a476aa0 > .elementor-widget-container {
		margin: -21% 3% 11% 12%;
	}
	.elementor-7 .elementor-element.elementor-element-12c5500 > .elementor-widget-container {
		margin: 200% 0% 0% -44%;
	}
	.elementor-7 .elementor-element.elementor-element-85b6a9e > .elementor-widget-container {
		margin: 230% 0% 0% -80%;
	}
	.elementor-7 .elementor-element.elementor-element-baf5cfc > .elementor-widget-container {
		margin: 166px 0px 0px -173px;
	}
	
}
@media only screen and (max-width: 2100px){
	/*.banner-bg-outer .elementor-column-wrap.elementor-element-populated,
	.banner--bg-outer .elementor-column-wrap.elementor-element-populated{
		background-size: contain;
    	height: 1001px;
	}*/
	/*.banner--bg-outer .elementor-element.elementor-element-ff70c33 {
    	min-height: 630px;
	}*/
	.elementor-7 .elementor-element.elementor-element-7a4211b > .elementor-container {
		max-width: 1340px;
	}
	element.elementor-element-a62a608.elementor-section-full_width.elementor-section-height-min-height.elementor-section-height-default {
		height: 250px;
	}
	.elementor-7 .elementor-element.elementor-element-4bc0403 .elementor-icon {
		font-size: 600px;
	}
	.elementor-7 .elementor-element.elementor-element-3555b68 .elementor-icon {
		font-size: 550px;
		margin: 150px 0 0 50px;
	}
	/*.elementor-7 .elementor-element.elementor-element-2c679cc {
		margin-top: -125px;
	}*/
	/*.elementor-7 .elementor-element.elementor-element-a62a608 {
		height: 300px;
		overflow: hidden;
	}*/
	.thumb-slider-outer-bg .elementor-column-wrap.elementor-element-populated {
    	background-size: cover !important;
		margin: -53px 0px -60px 0px !important;
    	padding: 160px 160px 125px 160px !important;
	}
	section.elementor-section.elementor-inner-section.elementor-element.elementor-element-8a7db54.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default {
		height: 400px;
		margin-top: -665px;
		overflow: hidden;
	}
	.elementor-9 .elementor-element.elementor-element-43e5270 .elementor-image img {
		width: 400px;
		max-width: 100%;
	}
	
	.elementor-9 .elementor-element.elementor-element-7a07a61 .elementor-main-swiper {
		height: 480px;
    	margin: 40px 0 120px;
	}
	.owl-carousel .owl-nav.disabled {
		margin-top: -22px !important;
	}
	.elementor-7 .elementor-element.elementor-element-a62a608 {
		height: 650px;
	}
	.elementor-7 .elementor-element.elementor-element-92e0571 > .elementor-widget-container {
		margin: -6% -4% 0% 4%;
	}
	.elementor-7 .elementor-element.elementor-element-a476aa0 > .elementor-widget-container {
		margin: 21% -2% 0% 30%;
	}
	.elementor-7 .elementor-element.elementor-element-d375c74 > .elementor-widget-container {
		margin: -2% 14% 0% 4%;
	}
	.elementor-7 .elementor-element.elementor-element-beda556 > .elementor-widget-container {
		margin: 74% 16% 0% -5%;
	}
	.elementor-7 .elementor-element.elementor-element-2c679cc {
		margin-top: -150px;
	}
	.elementor-7 .elementor-element.elementor-element-9ad26bc > .elementor-container {
		min-height: 326px;
	}
	.elementor-7 .elementor-element.elementor-element-e184d2e > .elementor-container {
		min-height: 326px;
	}
	.elementor-7 .elementor-element.elementor-element-af68ef4 > .elementor-container {
		min-height: 326px;
	}
	.elementor-7 .elementor-element.elementor-element-12c5500 > .elementor-widget-container {
		margin: 152% 0% 0% -44%;
	}
	.elementor-7 .elementor-element.elementor-element-85b6a9e > .elementor-widget-container {
		margin: 182% 0% 0% -80%;
	}
	.elementor-7 .elementor-element.elementor-element-baf5cfc > .elementor-widget-container {
		margin: 195px 0px 0px -157px;
	}
}
@media only screen and (max-width: 1600px){

	
	/*.elementor-7 .elementor-element.elementor-element-beda556 > .elementor-widget-container {
		margin: 0;
		display: inline;
		position: relative;
		bottom: -230px;
		left: -146px;
	}*/
	.elementor-7 .elementor-element.elementor-element-a62a608 {
		height: 500px;
	}
	.elementor-7 .elementor-element.elementor-element-d375c74 > .elementor-widget-container{
		margin: 4% 0% 2% 4%;
	}
	.elementor-7 .elementor-element.elementor-element-365dd0b {
		margin: -301px auto 0 !important;
		max-width: 1200px;
	}
	.elementor-7 .elementor-element.elementor-element-a476aa0 img {
		width: 7vw !important;
	}
	.elementor-7 .elementor-element.elementor-element-a476aa0 > .elementor-widget-container {
		margin: 61% -25% 0% 0% !important;
	}
	.elementor-7 .elementor-element.elementor-element-beda556 > .elementor-widget-container {
		margin: 62% 0% 0% -30% !important;
	}
	.elementor-7 .elementor-element.elementor-element-92e0571 > .elementor-widget-container {
		margin: -9% -19% 0% 25% !important;
	}
	.elementor-7 .elementor-element.elementor-element-12c5500 > .elementor-widget-container {
		margin: 153% 0% 0% -43%;
	}
	.elementor-7 .elementor-element.elementor-element-85b6a9e > .elementor-widget-container {
		margin: 186% 0% 0% -71%;
	}
	.elementor-7 .elementor-element.elementor-element-baf5cfc > .elementor-widget-container {
		margin: 150px 0px 0px -183px;
	}
}
@media only screen and (max-width: 1400px){
	.elementor-7 .elementor-element.elementor-element-365dd0b {
		margin: -263px auto 0 !important;
		max-width: 1070px !important;
	}
	.elementor-7 .elementor-element.elementor-element-a62a608 {
		height: 380px;
	}
	.elementor-7 .elementor-element.elementor-element-2c679cc {
		margin-top: -100px;
	}
	.elementor-7 .elementor-element.elementor-element-92e0571 > .elementor-widget-container {
		margin: -10% -50% 0% 59% !important;
	}
	.elementor-7 .elementor-element.elementor-element-d375c74 > .elementor-widget-container {
		margin: 9% 5% 0% 18%;
	}
	.elementor-7 .elementor-element.elementor-element-12c5500 > .elementor-widget-container {
		margin: 118% 0% 0% -17%;
	}
	.elementor-7 .elementor-element.elementor-element-85b6a9e > .elementor-widget-container {
		margin: 157% 0% 0% -43%;
	}
	.elementor-7 .elementor-element.elementor-element-baf5cfc > .elementor-widget-container {
		margin: 116px 0px 0px -164px;
	}
	.elementor-7 .elementor-element.elementor-element-a476aa0 > .elementor-widget-container {
		margin: 94% 12% 0% 10% !important;
	}
	.elementor-7 .elementor-element.elementor-element-2c679cc > .elementor-container {
		max-width: 840px;
	}
	/*section.elementor-section.elementor-inner-section.elementor-element.elementor-element-9ad26bc {
		margin-left: 10px;
		margin-right: 10px;
	}
	section.elementor-section.elementor-inner-section.elementor-element.elementor-element-e184d2e {
		margin-left: 10px;
		margin-right: 10px;
	}
	section.elementor-section.elementor-inner-section.elementor-element.elementor-element-af68ef4 {
		margin-left: 10px;
		margin-right: 10px;
	}*/
	.elementor-7 .elementor-element.elementor-element-4abd8fb .elementor-button{
		font-size:20px;
	}
	.elementor-7 .elementor-element.elementor-element-9ad26bc > .elementor-container {
		min-height: 280px;
	}
	.elementor-7 .elementor-element.elementor-element-4abd8fb > .elementor-widget-container{
		margin-top: -13px;
	}
	.elementor-7 .elementor-element.elementor-element-1b3d791 .elementor-button {
		font-size: 20px;
	}
	.elementor-7 .elementor-element.elementor-element-e184d2e > .elementor-container {
		min-height: 280px;
	}
	.elementor-7 .elementor-element.elementor-element-8d7a079 .elementor-button {
		font-size: 20px;
	}
	.elementor-7 .elementor-element.elementor-element-8d7a079 > .elementor-widget-container{
		margin-top: -13px;
	}
	.elementor-7 .elementor-element.elementor-element-af68ef4 > .elementor-container {
		min-height: 280px;
	}
	.elementor-7 .elementor-element.elementor-element-1b3d791 > .elementor-widget-container {
		margin-top: -13px;
	}
	.elementor-7 .elementor-element.elementor-element-10664eb > .elementor-element-populated > .elementor-widget-wrap {
		padding-top: 24px;
	}
	.elementor-7 .elementor-element.elementor-element-d994194 > .elementor-element-populated > .elementor-widget-wrap{
		padding-top: 24px;
	}
	.elementor-7 .elementor-element.elementor-element-643691b > .elementor-element-populated > .elementor-widget-wrap{
		padding-top: 24px;
	}
}
@media only screen and (min-width: 1024px){
	body:not(.rtl) #elementor-popup-modal-195 .dialog-close-button {
		/*right: calc(50% - 230px);
		top: calc(50% - 130px);*/
	}
	/*#elementor-popup-modal-195 .dialog-message {
		width: 640px !important;
		height: 350px !important;
		padding: 0 !important;
		overflow: hidden !important;
	}*/
	
}

@media only screen and (max-width: 1024px){
	.thumb-slider-outer-bg .elementor-swiper-button.elementor-swiper-button-prev {
		left: 27px;
	}
	.thumb-slider-outer-bg .elementor-swiper-button.elementor-swiper-button-next {
		right: 27px;
	}
	
}	
	
@media only screen and (max-width: 767px){
	.header-search-outer i.fas.fa-search {
		height: 7px;
		width: 6px !important;
		background-size: contain;
		margin: 6px 0px 0px 16px;
	}
	.mute-btn i.fas.fa-volume-mute{
		height: 30px;
		width: 30px !important;
		position: absolute;
        top: 0px;
        left: 50px;
	}
	.header-cart-outer span.elementor-button-icon{
		height: 28px;
		width: 28px !important;
		background-size: contain;
	}
	.elementor-15 .elementor-element.elementor-element-f16f576 .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
		font-size: 8px;
		line-height: 14px;
	}
	.home-book-widget-outer {
		max-width: 360px;
		margin: 0 auto;
	}
	.thumb-slider-outer-bg .elementor-swiper-button.elementor-swiper-button-prev {
		left: -17px;
		height: 26px;
		width: 24px;
		top: 5px;
	}
	.thumb-slider-outer-bg .elementor-swiper-button.elementor-swiper-button-next {
		right: -17px;
		height: 26px;
		width: 24px;
		top: 5px;
	}
	.elementor-195 .elementor-element.elementor-element-77fed481 {
    	margin-top: 60px !important;
	}
	.children-popup-outer {
		margin: 20px 20px;
	}
	.product-details-box-outer {
		margin-left: 40px;
		margin-right: 40px;
	}
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-6518355.elementor-section-full_width.header-outer.elementor-section-height-default.elementor-section-height-default {
		height: 130px;
		overflow: hidden;
	}
	section.elementor-section.elementor-inner-section.elementor-element.elementor-element-a62a608.elementor-section-full_width.elementor-section-height-min-height.elementor-section-height-default {
		height: 100px;
	}
	.elementor-7 .elementor-element.elementor-element-4bc0403 .elementor-icon {
		font-size: 232px;
	}
	.elementor-7 .elementor-element.elementor-element-365dd0b {
		height: 200px;
	}
	.banner-bg-outer .elementor-column-wrap.elementor-element-populated{
		height: 335px;
	}
	.elementor-7 .elementor-element.elementor-element-3555b68 .elementor-icon {
		font-size: 190px;
		margin-left: 50px;
	}
	section.elementor-section.elementor-inner-section.elementor-element.elementor-element-9ad26bc.elementor-section-height-min-height.elementor-section-full_width.elementor-section-height-default {
		margin-top: -50px;
	}
	#custom-thumb-bg .elementor-column-wrap.elementor-element-populated {
		background-size: cover;
	}
	.otherbook-imgslide .elementor-carousel-image, .otherauthor-imgslide .elementor-carousel-image{
		background-size: contain !important;
	}


}
@media only screen and (max-width: 480px){
	.thumb-slider-outer-bg .elementor-swiper-button.elementor-swiper-button-prev {
		top: 20px;
	}
	.thumb-slider-outer-bg .elementor-swiper-button.elementor-swiper-button-next {
		top: 20px;
	}
	.product-details-box-outer {
		margin-top: -300px !important;
	}
	.item-image {
		padding: 20px 30px 14px;
	}
	.owl-carousel-thum-outer {
		margin: 65px 0 83px;
	}
	.elementor-9 .elementor-element.elementor-element-797071f {
		margin-top: -60px;
		margin-bottom: -80px;
	}
}
@media only screen and (max-width: 420px){
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-6518355.elementor-section-full_width.header-outer.elementor-section-height-default.elementor-section-height-default {
		height: 80px;
	}
	/*.home-banner-outer {
		height: 270px;
	}*/
	.coconut-btn-music-outer a {
		height: 40px;
	}
	section.elementor-section.elementor-inner-section.elementor-element.elementor-element-a62a608.elementor-section-full_width.elementor-section-height-min-height.elementor-section-height-default {
		height: 50px;
		overflow: hidden !important;
	}
	.elementor-7 .elementor-element.elementor-element-4bc0403 .elementor-icon {
		font-size: 132px;
	}
	.elementor-7 .elementor-element.elementor-element-3555b68 .elementor-icon {
		font-size: 140px;
		margin-left: 0px;
	}
	.elementor-9 .elementor-element.elementor-element-8a7db54 {
		display: none !important;
		height:0px;
	}
	.elementor-9 .elementor-element.elementor-element-ff70c33 {
		margin-top: 40px !important;
	}
	.elementor-9 .elementor-element.elementor-element-41fc6af {
		margin-top: -20px;
	}
	.elementor-7 .elementor-element.elementor-element-2c679cc {
		margin-top: -110px;
		margin-bottom: 30px;
	}
	.elementor-9 .elementor-element.elementor-element-0094674 > .elementor-container {
		height: 245px;
		min-height: auto;
	}
	.owl-carousel-thum-outer .owl-nav button.owl-prev {
		left: 0px;
		height: 34px;
		width: 30px;
		top: 46%;
	}
	.owl-carousel-thum-outer .owl-nav button.owl-next {
		right: 0px;
		height: 34px;
		width: 30px;
		top: 46%;
	}
	
}
@media only screen and (max-width: 380px){
	section.elementor-section.elementor-inner-section.elementor-element.elementor-element-9ad26bc.elementor-section-height-min-height.elementor-section-full_width.elementor-section-height-default {
		margin-top: -70px;
	}
}
@media only screen and (max-width: 340px){
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-6518355.elementor-section-full_width.header-outer.elementor-section-height-default.elementor-section-height-default {
		height: 60px;
	}
	.home-banner-outer {
		height: 240px;
	}
	section.elementor-section.elementor-inner-section.elementor-element.elementor-element-a62a608.elementor-section-full_width.elementor-section-height-min-height.elementor-section-height-default {
		height: 46px;
	}
	.elementor-7 .elementor-element.elementor-element-365dd0b {
		height: 100px;
	}
	.elementor-7 .elementor-element.elementor-element-7a4211b {
		margin-top: -40px;
	}
	.elementor-9 .elementor-element.elementor-element-3f62ab4 > .elementor-element-populated {
		padding: 26px 50px 37px 50px;
		margin-top: 42px;
	}
	.elementor-9 .elementor-element.elementor-element-ff70c33 {
		margin-top: 50px !important;
	}
}