/*
Theme Name: Soapy (Child Theme)
Theme URI: https://w6.themedemo.co/soapy
Author: FOXTHEMES
Author URI: https://themeforest.net/user/fox-themes
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Version: 1.0.5
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soapy-child
Template: soapy
*/

/* = Add your own modification from here
-------------------------------------------------------------- */
#bubbles-preloader{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	width:100vw;
	height:100%;
	height:100vh;
	z-index:9999;
	background:#fff;
}

#bubbles-preloader > img{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:100%;
	max-width:50%;
	height:auto;
}

@media all and (max-width:992px) {
	#bubbles-preloader > img{
		max-width:70%;
	}
}

@media all and (max-width:768px) {
	#bubbles-preloader > img{
		max-width:90%;
	}
	
	.elementor-element-71c7b07{display:none !important;}
	
	#primary{
		margin-top:30pt;
	}
}


.woocommerce-page.woocommerce .site-main .product .onsale {
    right: -88px !important;
    top: -34px !important;
	width: 200px !important;
}

@media all and (min-width:1600px) {
	.woocommerce-page.woocommerce .woocommerce-product-single__banner {
		padding: 110px 20px 110px;
	}
}

.term-description{
	max-width:800px;
	margin: 0 auto 32px auto;
	text-align:center;
	font-weight: 600;
}

.soapy-blog--banner{
	margin-bottom: 105px;
    padding: 90px 20px 80px;
    background-image: url(assets/images/Group-min.png);
    background-color: transparent !important;
    background-size: cover;
    background-position: center;
    text-align: center;
	margin-bottom: 105px !important;
}

.soapy-blog--wrapper{
	padding-top:0 !important;
}

.soapy-blog--single__content-wrapper ul{
	list-style: disc;
	padding-left: 15px;
}