/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* --------------------
	** Webkit Font **
-----------------------*/



@font-face {
    font-family: 'Azonix';
    src: url('fonts/AzonixRegular.woff2') format('woff2'),
        url('fonts/AzonixRegular.woff') format('woff'),
        url('fonts/AzonixRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Text';
    src: url('fonts/CrimsonText-Bold.woff2') format('woff2'),
        url('fonts/CrimsonText-Bold.woff') format('woff'),
        url('fonts/CrimsonText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Text';
    src: url('fonts/CrimsonText-Regular.woff2') format('woff2'),
        url('fonts/CrimsonText-Regular.woff') format('woff'),
        url('fonts/CrimsonText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Text';
    src: url('fonts/CrimsonText-SemiBold.woff2') format('woff2'),
        url('fonts/CrimsonText-SemiBold.woff') format('woff'),
        url('fonts/CrimsonText-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

#primary { margin: 0em 0; }

p sup { font-size: 17px; font-weight: 300;  top: -4px; }


span.azonix{ font-family: 'Azonix';	}


.n2-ss-slide sup {
    font-weight: 300;
    font-size: 30px;
    vertical-align: revert;
}

.elementor-heading-title sup {
    top: -.5em;
    font-size: 80%;
    font-weight: 600;
}

.single-post h2, .single-post .entry-content h2,
.single-post h3, .single-post .entry-content h3 {
    font-size: 24px;
}

.single-post h4, .single-post .entry-content h4, 
.single-post h5, .single-post .entry-content h5{
 font-size: 24px;
}

.single-post .entry-content p{ font-size:17px; }

.entry-content h1, .entry-content h2, 
.entry-content h3, .entry-content h4, 
.entry-content h5, .entry-content h6 {
    margin-bottom: 16px;
}

.search-results article.type-page{
	display:none !important;
}

.search-results .site .ast-container{ 
	width:100%; 
}


.single-post .entry-content p span{
	color:#F9961E;
}

#secondary h2 {
    font-size: 22px;
    font-weight: 600;
}
#secondary li {
    position: relative;
	margin-bottom:2px;
}

.widget_recent_entries ul li a {
    font-size: 16px;
    padding-left: 20px;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
}

.widget_recent_entries ul li a[aria-current='page'] {
    color: #F9961E;
}
.widget_recent_entries ul li a[aria-current='page']::after {
    content: '';
    background: #F9961E;
    width: 4px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.widget .tagcloud a {
    font-size: 14px !important;
    background: rgb(249 150 30 / 10%);
    border: solid 1px rgb(249 150 30 / 20%);
    margin-bottom: 10px;
}
.widget .tagcloud a:hover {
    background: #F9961E;
}

.widget-share li {
    display: inline-block;
}
.widget-share li a {
    display: inline-block;
    padding-right: 10px;
}

.head-search{
	position: relative;
}

.elementor-heading-title { line-height: 1.4em; }

form.head-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.head-search input.search-ico {
    margin-left: -50px;
    padding: 10px;
}
.head-search input#search {
    background: #f6f6f6;
    border-radius: 30px;
    height: 44px;
    padding: 12px 30px 12px 20px;
	
	
}

.head-search::after {
    content: '';
    background: #8f8f8f;
    height: 1px;
   
    position: absolute;
    left: 20px;
    right: 83%;
    z-index: 10;
    bottom: 8px;
	
	-ms-transition: all .75s;
	-webkit-transition: all .75s;
	transition: all .75s;
}

.head-search.full-line::after {
    content: '';
    width: auto;
    right: 7%;
}

.head-search span {
    position: absolute;
    left: 20px;
    font-size: 14px;
    color: #8f8f8f;
    font-weight: 300;
}
.whybox .elementor-image-box-content .elementor-image-box-title {
    margin-bottom: 0;
}

.dots-top::after {
    content: '';
    background: url(images/corner-1.png);
    width: 290px;
    height: 470px;
    position: absolute;
    z-index: 0;
    left: 0;
    top: -122px;
    background-repeat: no-repeat;
    background-size: 80%;
}

.blog-listing{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    gap: 30px;
}
 
.post-listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
    gap: 30px;
}

.blog-box {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0 28px 0px rgb(0 0 0 / 9%);
}

.post-box {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0 28px 0px rgb(0 0 0 / 9%);
    flex: 0 0 31.5%;
    max-width: 32%;
}

.blog-text { padding: 15px; }
.blog-content .blog-title { margin-bottom: 10px; font-size:22px; }
.blog-content .blog-title a { color: #000; }

.blog-content .blog-excerpt { color: #606060; }

.blog-content .blog-excerpt, .blog-content .blog-excerpt p {
    color: rgb(96 96 96 / 50%);
    font-size: 17px;
    line-height: 1.4em;
}
.blog-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
}

.meta-inner {
	display: inline-block;
	padding: 12px 23px;
	color: rgb(96 96 96 / 50%);
	font-size: 16px;
}

.more-arrow {
    background: #3A8DCD;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px 0 20px 0;
}



.meta-inner span:first-child::after {
    content: '';
    background: rgb(96 96 96 / 50%);
    width: 1px;
    height: 15px;
    display: inline-block;
    margin: 0 6px 0 12px;
    position: relative;
    top: 2px;
}

.title-line .elementor-heading-title::before {
    content: '';
    background: #F9961E;
    width: 70px;
    height: 12px;
    display: inline-block;
    border-radius: 12px;
    margin: 7px 10px 7px 0;
}

#main .btncat .elementor-button:hover {
    background-color: #ffa232;
}

.blog-box .more-arrow, 
.post-box .more-arrow {
    width: 100px;
    height: 73px;
    position: relative;
	overflow: hidden;
}
.blog-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.blog-thumb > img{
	-ms-transition: all .25s;
	-webkit-transition: all .25s;
	transition: all .25s;		
}

.blog-thumb > img:hover {
    transform: scale(1.1);
}

.blog-box .more-arrow img, 
.post-box .more-arrow img {
    max-width: initial;
    position: absolute;
    top: 0; right: 0;
	
	-ms-transition: all .25s;
	-webkit-transition: all .25s;
	transition: all .25s;	
}

.blog-box .more-arrow:hover img, 
.post-box .more-arrow:hover img {
    right: auto;
    right: -103px;
}

.subs-box {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
    gap: 75px;
}
.subs-box .wpcf7-spinner {
    position: absolute;
    margin: 0 10px;
}




.dots-tr::before {
    content: '';
    background: url(images/dot-circle.png);
    width: 450px;
    height: 450px;
    position: absolute;
    z-index: 0;
    right: -70px;
    top: -232px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: auto;
}

.dots-tr-sm::before {
    content: '';
    background: url(images/dot-circle.png);
    width: 450px;
    height: 450px;
    position: absolute;
    z-index: 0;
    right: -180px;
    top: -371px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: auto;
}

.dots-left::before {
    content: '';
    background: url(images/dot-circle.png);
    width: 275px;
    height: 275px;
    position: absolute;
    z-index: 0;
    right: auto;
    top: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    left: -150px;
    bottom: 400px;
}

.dots-right-top::after {
    content: '';
    background: url(images/dot-circle.png);
    width: 290px;
    height: 290px;
    position: absolute;
    z-index: 0;
    right: -150px;
    top: 400px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: auto;
    bottom: auto;
}

.dots-right-bottom::after {
    content: '';
    background: url(images/dot-circle.png);
    width: 310px;
    height: 310px;
    position: absolute;
    z-index: 0;
    right: -300px;
    top: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    left: auto;
    bottom: 40px;
}

.dots-left-big::before {
    content: '';
    background: url(images/dot-circle.png);
    width: 400px;
    height: 400px;
    position: absolute;
    z-index: 0;
    right: auto;
    top: -50px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: -150px;
    bottom: auto;
}

/* ** Scale Video **  */

/*
.video-section {
    position: relative;
    width: 100%;
    height: 400px; 
    background: #5A9AD2;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
*/

.video-container {
    position: relative;
	text-align:center;
}

.play-button {
    width: 85px;
    height: 85px;
    background: #F9961E;
    border-radius: 50%;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 2s ease-in-out;
    color: #FFFFFF;
    border: solid 8px rgb(255 255 255 / 70%);
    margin: auto;
    padding: 18px 20px 20px 22px;
}

.play-button:hover,
.play-button:focus  {
    background: #F9961E !important;
    border: solid 8px rgb(255 255 255 / 70%);
    color: #fff;
}


.hidden-video {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.video-active .hidden-video {
	width: auto;
	height: auto;
	opacity: 1;
	left: 0;
	right: 0;
	top: -258px;
	bottom: auto;
}

.video-active .play-button {
    transform: scale(20);
    opacity: 1;
	color:#F9961E;
}
.bgangle {
	padding-top: 252px;
}
#main .pourtxt .elementor-heading-title {
	line-height: 1.1em;
}

.blog-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top:3rem;
}

/*------About us----------*/

.dots-abouttop::before {
    content: '';
    background: url(images/dot-circle.png);
    width: 350px;
    height: 350px;
    position: absolute;
    z-index: 0;
    right: -195px;
    top: -170px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: auto;
}

.dots-aboleft::before {
    content: '';
    background: url(images/dot-circle.png);
    width: 320px;
    height: 320px;
    position: absolute;
    z-index: 0;
    right: auto;
    top: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    left: -170px;
    bottom: -140px;
}
.dots-aboright::before {
    content: '';
    background: url(images/dot-circle.png);
    width: 320px;
    height: 320px;
    position: absolute;
    z-index: 0;
    right: -170px;
    top: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    left: auto;
}

.post-full {
	background: #F6F6F6;
	padding: 30px 20px 30px;
	border-radius: 20px;
}

.featured-post {
    margin-bottom: 70px;
    position: relative;
	padding-top:30px;
}

.latest-post-content {
    position: absolute;
    bottom: 0;
    padding: 15px 20px 15px 30px;
    border-radius: 0 10px 0 40px;
    background: rgb(0 0 0 / 20%);
    width: auto;
	max-width: 750px;
	
	backdrop-filter: blur(35px); /* Blurs the background */
    -webkit-backdrop-filter: blur(35px); /* Safari support */
}
.latest-post-content .lp-title {
    margin-bottom: 10px;
}

.lp-title a {
    color: #fff;
}
.lp-meta span {
    font-size: 14px;
    padding-right: 10px;
    color: #fff;
}

.lp-author span{ text-transform: capitalize; }


.latest-post-thumb {
    width: 100%;
}
.latest-post-thumb img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 500px;
    border-radius: 40px;
}

/*------Product Single--------------*/

.summary .single-product-category a {
    color: #252525;
    font-size: 20px;
    font-weight: 500;
}
.woocommerce-js div.product div.summary .single-product-category {
    margin-bottom: 1.7em;
}

.summary .product_title {
    font-size: 40px;
    font-weight: 700;
}

.woocommerce-review-link {
    color: #252525;
    font-size: 14px;
}
.woocommerce-review-link:hover {  color: #F9961E; }
.summary .price { padding-bottom: 30px; }

.woocommerce-js div.product form.cart .variations th.label {
    display: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 4px 25px 4px 0; padding: 2px; font-weight: 600;
}
.product-benefits {
    float: left;
    width: 100%;
}

.product-benefits {
    float: left;
    width: 100%;
	padding: 40px 0 20px;
}
.product-benefits h5 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 16px;
}

.benefit-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.benefit-item {
    background-image: linear-gradient(45deg, #D3E8FB, #CEECF7);
    border-radius: 30px;
    padding: 6px 14px 6px 13px;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	max-width: 32%;
    flex: 0 0 32%;
	min-height:42px;
}


.benefit-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1em;
    display: inline-block;
    flex: 0 0 82%;
	color: #000000;
}

.benefit-item .benefit-icon {
    display: inline-block;
    padding-right: 5px;
    flex: 0 0 18%;
}


.benefit-item .benefit-icon img {
    max-width: 22px;
    box-shadow: none;
}

.product-badges {
    float: left;
    width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0 0;
	gap: 30px;
}
.ast-article-single img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #F9961E;
    border-radius: 5px;
    position: initial;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
    padding: 9px 15px;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before{
    background: #F9961E;
	height: 3px;
    top: auto;
    left: auto;
    border-radius: 0;
    bottom: 0;
    right: 0;
}

.thumb-scale img {
    -ms-transition: all .75s;
    -webkit-transition: all .75s;
    transition: all .75s;
}
.thumb-scale img:hover {
    transform: scale(1.1);
}

.thumb-scale > .elementor-widget-container{
	overflow: hidden;
	border-radius: 20px;
}

.dots-abo-leftb::before{
	content: '';
	background: url(images/dot-circle.png);
	width: 320px; height: 320px;
	position: absolute;
	z-index: 0; right: auto; top: auto;
	background-repeat: no-repeat;
	background-size: 100%;
	left: -170px; bottom: auto;
}

.pagination {
    text-align: center;
}

.pagination ul {
    list-style: none;
    display: inline-block;
}

.pagination ul li { display: inline-block; }


.pagination ul li a.page-numbers, 
.pagination ul li span.current{
    padding: 4px;
    display: inline-block;
    border-radius: 4px;
}

.pagination ul li span.current {
	background: #3A8DCD;
    
    min-width: 40px;
	color: #fff;
}

.pagination ul li a.page-numbers {
    background: #F9961E;
	min-width:40px;
	color:#FFFFFF;
}

.pagination ul li a.prev.page-numbers, 
.pagination ul li a.next.page-numbers {
    background: transparent;
	color:#000000;
}
.pagination {
    margin-top: 30px;
}
.ast-separate-container {  background-color: #ffffff; }

.ast-separate-container .ast-archive-description{
	background-color: transparent;
}

body.archive .ast-archive-description {
    padding-top: 1em;
    padding-right: 0em;
    padding-bottom: 1em;
    padding-left: 0em;
}

.ast-separate-container #primary{
	margin: 3em 0 2em;
}

.ast-separate-container {  background-color: #ffffff; }

.bgwrap {
    background: #F6F6F6;
    padding: 25px 25px 5px;
    border-radius: 20px;
}
.post-content>.cat-links {
    display: none;
}
.ast-blog-meta-container{ display:none; }


.search .ast-archive-description > *:not(:last-child) {
    margin-bottom: 0;
}
.search .ast-archive-description {
    padding-top: 1em;
    padding-right: 0em;
    padding-bottom: 1.5em;
    padding-left: 0em;
}

/*-----Woocommerece Account--------*/

body .woocommerce .u-column1, 
body .woocommerce .u-column2 {
	margin: auto;
	padding: 30px 40px;
	border-radius: 20px;
	box-shadow: 0 0 60px 0 rgb(228 230 234 / 75%);
	border: solid 1px rgb(60 60 67 / 29%);
}

button.show-password-input {
	padding: 0; background: transparent;
	box-shadow: none; top: 0.5em;
}
.woocommerce-js form .form-row label { font-weight: 400; }

label.woocommerce-form-login__rememberme {  padding-bottom: 16px; }

.para ul {  margin-top: 0; }


.single-blog-thumb { position: relative; }

.sbmeta-wrap h5 {  text-transform: uppercase; }

.sbmeta-wrap {
    position: absolute;
    bottom: 0;
    padding: 12px 40px 12px 30px;
    border-radius: 0 10px 0 34px;
    background: rgb(0 0 0 / 20%);
	max-width: 660px;
    width: auto;
	color:#FFFFFF;
	
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
}

.sbmeta-wrap h3, .sbmeta-wrap h4,
.sbmeta-wrap h5{ color: #FFFFFF; }

span.sbcat {
    display: block;
    padding-bottom: 8px;
}

span.sbcat a {
	background: #F9961E;
	font-size: 12px; padding: 5px 12px;
	display: inline-block;  border-radius: 30px;
	color: #fff; line-height: 1.5em;
	font-weight: 400;
}

.sbmeta span {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

.sbmeta span:first-child {
    padding-left: 0;
}

.sbmeta .sbread::before {
    content: '';
    width: 5px; height: 5px;
    background: #fff;
    position: absolute;
    border-radius: 5px;
    left: -6px; top: 6px;
}

.widget-share {
    background: #3A8DCD;
    border-radius: 20px;
    padding: 18px 20px;
    color: #fff;
}

aside .share-widget-title {
    font-weight: 600;  font-size: 18px;
    color: #fff; padding-bottom: 6px;
}

#secondary { margin: 0em 0 2.5em; }


nav.navigation.post-navigation { display: none; }

.site .ast-single-related-posts-container { padding-left: 0;  padding-right: 0; }


.related-post .ast-single-related-posts-container {
    background: #F6F6F6;
    padding: 30px;
    border-radius: 20px;
	margin-bottom: 3rem;
}

.ast-single-related-posts-container {   border-top: none; }
.comment-respond { padding-bottom: 1em; }
.site .comments-area { padding-bottom: 1em; }
.ast-related-posts-wrapper article {
    background: #fff;
    box-shadow: 0px 0 28px 0px rgb(0 0 0 / 9%);
    border-radius: 20px;
}

.ast-related-posts-wrapper article header.entry-header, 
.ast-related-posts-wrapper article div.entry-content {
    padding-left: 15px;
    padding-right: 15px;
}

.ast-related-post-content .ast-related-post-excerpt {
    color: rgb(96 96 96 / 50%);
}

/* 

.comments-area textarea#comment, 
.comments-area .ast-comment-formwrap input[type="text"] {
	background: #F6F6F6;
}

*/

.woocommerce-js .comment-reply-title {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 4px;
}

.woocommerce-account header.entry-header { display: none; }

#main .woocommerce .u-column1 h2, 
#main .woocommerce .u-column2 h2 {
    font-weight: 600;
    text-align: center;
}
body .woocommerce form.login, 
body .woocommerce form.checkout_coupon, 
body .woocommerce form.register {
    border: none;
    padding: 0;
    text-align: left;
    border-radius: 0;
}
#main .woocommerce .input-text {
    height: 48px !important;
    border: solid 1px #D0D5DD;
    border-radius: 8px;
}

.woocommerce .col2-set, 
.woocommerce-page .col2-set {
    max-width: 1150px;
    margin: auto;
}
.woocommerce .woocommerce-button {
    width: 100%;
}
.woocommerce-js form .form-row label {
    font-weight: 500;
    color: #344054;
    font-size: 16px;
    padding-bottom: 5px;
}

.head-cover {
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 20%);
}

.lp-author img {
    border-radius: 40px;
    max-width: 34px;
}

.woocommerce ul.products, 
.woocommerce-page ul.products {
    column-gap: 90px;
}

.woocommerce-shop .ast-archive-description {
    display: none;
}
.ast-separate-container .ast-woocommerce-container {
    padding: 0 15px;
    max-width: 1300px;
    margin: auto;
}

.astra-shop-thumbnail-wrap > .woocommerce-LoopProduct-link{
	position: relative;
}

.astra-shop-thumbnail-wrap > .woocommerce-LoopProduct-link > img {
    border-radius: 20px;
}

.woocommerce-js ul.products li.product a img, 
.woocommerce-page ul.products li.product a img {
    margin-bottom: 0;
}


.woocommerce-js ul.products li.product .woocommerce-loop-product__title, 
.woocommerce-page ul.products li.product .woocommerce-loop-product__title { 
	font-size: 22px; 
}

.woocommerce-js div.product .product_title {
    margin: 0 0 0 0;
}
.woocommerce-review-link {
    font-size: 12px;
}

.woocommerce div.product form.cart .variations td.value {
    display: flex;
	display: -webkit-box;
}

.woocommerce-js div.product form.cart .reset_variations {
    padding: 10px;
    color: #ff0000;
}


.woocommerce ul.products:not(.elementor-grid), 
.woocommerce-page ul.products:not(.elementor-grid) { grid-template-columns: repeat(3,1fr); }

.astra-shop-summary-wrap .woocommerce-loop-product__title {
    margin-bottom: 4px !important;
}

.acf-shop-info { font-size: 12px; }

main#main .products span.ast-woo-product-category {
    font-size: 12px;
    color: #000000;
    margin-bottom: 1rem;
    opacity: 1;
}

.thumb-category {
    position: absolute;
    top: 12px;
    left: 17px;
    background: #fff;
    border-radius: 5px;
    padding: 9px 16px;
    border: solid 1px #252525;
    line-height: normal;
    font-weight: 500;
    color: #000;
	font-size:12px;
	z-index:2;
	transition: all 1s ease;
}



.woocommerce-product-details__short-description {
    padding-bottom: 10px;
}

.woocommerce-product-gallery__image {
    border-radius: 20px;
}

.para h4.elementor-heading-title::before {
    content: '';
    background: #F9961E;
    width: 52px;
    height: 10px;
    border-radius: 12px;
    display: inline-block;
    margin: 2px 15px 3px 0;
}

footer[itemscope="itemscope"] .foot-copy .elementor-heading-title a {
    font-weight: 600;
    color: #000;
}

span.azonix sup {
  font-family: 'Inter';
  font-size: 20px;	
}

/* ------------------------
	** Popup1[Home] **
---------------------------*/

#popup1, #popup2 { 
	background-color: rgba(0, 0, 0, 0.85); 
	text-align: center; 
	position: fixed; 
    top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	padding-top: 50px; 
	z-index: 99999;
}

.popup-inner {
    padding: 0;
    display: inline-block;
    position: relative;
    max-width: 747px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}



.popup-text {
    position: absolute;
    top: 35px;
    left: 25px;
    text-align: left;
	max-width: 370px;
}


.blog-popup-text h2 {
    line-height: 1.1em;
    margin-bottom: 0.3em;
    position: relative;
}

.blog-popup-text .sepline::after {
    content: '';
    background: #F9961E;
    width: 52px;
    height: 10px;
    border-radius: 12px;
    display: block;
    margin: 15px 0 0 0;
}

.blog-popup-text h5 {
    font-weight: 500;
    padding-bottom: 10px;
    line-height: 1.4em;
}

.blog-popup-text p {
    color: rgb(96 96 96 / 60%);
    font-size: 18px;
}

.popup-close { position: absolute; right: -20px; left: auto; top: -20px; cursor:pointer; }

.popup-text ul, 
.blog-popup-text ul {
    margin-left: 20px;
    padding-top: 10px;
}

.popup-text ul li, 
.blog-popup-text ul li {
    font-size: 22px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 500;
}

.main-btn {
    background: #F9961E;
    color: #fff;
    font-weight: 700;
    padding: 12px 17px;
    border-radius: 5px;
    font-size: 18px;
    display: inline-block;
}
.main-btn:hover{
	background:#ffa232;
	color:#FFFFFF;	
}

.blog-popup-wrap {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.blog-popup-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align:left;
}


.blog-popup-text {
    padding: 20px;
}

/*--------FAQ------------*/

.faqwrap .faq-item {
    border: solid 1px #e4e4e4;
    margin-bottom: 10px;
    border-radius: 20px;
}

.faq-item h4, 
.faq-item h5 {
    padding: 16px 20px;
    margin: 0;
}

.faq-item .faq-desc {
    padding: 20px;
    background: #d0ecf7;
    border-radius: 0 0 20px 20px;
}

.faq-desc {
    display: none;
}

.faq-item .faq-title {
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
	cursor:pointer;
	position: relative;
}

.angle-up::after,
.angle-down::after{
	content: '';
	width: 15px;
	height: 10px;
	position: absolute;
	right: 25px;
	top: 25px;
}

.angle-up::after {
	content: '';
	background: url(images/angle-up.png);
	background-repeat: no-repeat;
}

.angle-down::after {
	content: '';
	background: url(images/angle-down.png);
	background-repeat: no-repeat;
}

.pourtxt {
	padding-bottom: 15px;
	font-weight: 600;
	font-family: 'Inter';
	font-size: 18px;
}

.pourtxt sup {
    /*top: -0.2em;
	font-family: 'Inter';*/
    font-size: 15px;
}


.woocommerce-js #reviews #review_form {
    background-color: #F6F6F6;
    border-radius: 20px;
}

/*
	** Comments Product **
*/

ol.commentlist li.review .comment_container {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 10px;
}
.woocommerce-js #reviews #comments ol.commentlist li img.avatar {
    top: 22px;
    left: 20px;
}
#comments ol.commentlist {
    padding-left: 0;
}
.woocommerce-js #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 12px;
}

/*
	** Blog Comments **
*/

.comment-respond {
    background: #F6F6F6;
    padding: 30px 30px 40px 30px !important;
    border-radius: 20px;
}

.comment .ast-comment {
    background-color: #F6F6F6;
    margin-bottom: 2rem;
    border-radius: 20px;
}
.product-filter {
    padding: 40px 0  0;
}

.product-filter ul {
    list-style: none;
    margin: 0;
}

.product-filter ul li {
    display: inline-block;
}

.product-filter ul li label {
    padding: 12px 18px;
    display: inline-block;
    background: #f6f6f6;
    margin: 0 5px 10px;
    border-radius: 10px;
	position:relative;
}

.product-filter input[type=checkbox], 
.product-filter input[type="radio"] {
    visibility: hidden;
    opacity: 1; 
	position: absolute; 
	left: 0;
}
.product-filter ul li label {
    padding: 12px 18px;
    display: inline-block;
    background: #f6f6f6;
    margin: 0 5px 10px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
.product-filter ul li label:hover {
    background: #F9961E;
    color: #fff;
}

.woocommerce .woocommerce-ordering { border: solid 1px #eee; }

#main .astra-shop-summary-wrap .ast-woo-product-category {
    display: none;
}

/*-----------Product Hover Effect-------------*/


.astra-shop-thumbnail-wrap { position: relative; }






/* Default state */
ul.products li.product .astra-shop-thumbnail-wrap::after {
    content: '';
    background: transparent; 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    z-index: 1;

    -webkit-transition: all 1.25s ease;
    -ms-transition: all 1.25s ease;
    transition: all 1.25s ease;
}

/* Hover state */
/*  background: #428bca; */


/*
ul.products li.product:hover .astra-shop-thumbnail-wrap::after {
    background: rgba(255, 255, 255, 0.6); 
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}*/


.astra-shop-thumbnail-wrap a.woocommerce-loop-product__link {
    z-index: 9;
}

/*
ul.products li.product:hover .astra-shop-thumbnail-wrap a.woocommerce-loop-product__link::after {
    content: '';
    background: rgba(255, 255, 255, 0.6); 
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
	border-radius:20px;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	
	-webkit-transition: all 1.25s ease;
	-ms-transition: all 1.25s ease;
	transition: all 1.25s ease;
}*/


.astra-shop-thumbnail-wrap {
    position: relative;
    overflow: hidden;
}

.astra-shop-thumbnail-wrap a.woocommerce-loop-product__link::after {
    content: '';
    background: rgba(255, 255, 255, 0.6); 
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 20px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

ul.products li.product:hover .astra-shop-thumbnail-wrap a.woocommerce-loop-product__link::after {
    opacity: 1;
}


ul.products li.product a:hover,
ul.products li.product a:focus{
	color:#000000;
	
}


ul.products li.product:hover .thumb-category{
	left: 50%; top: 20%;
	transform: translateX(-50%);
    text-align: center;
}

#main ul.products li.product {
    position: relative;
    /*padding-bottom: 75px;*/
}




.astra-shop-summary-wrap {
    position: relative;
    transform: translateY(0);
    transition: transform 1.25s ease;
}

ul.products li.product:hover .astra-shop-summary-wrap {
    transform: translateY(-130px); 
}





.astra-shop-summary-wrap {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top:10px;
}

.astra-shop-summary-wrap .shop-title {
    flex: 0 0 72%;
    max-width: 72%;
	padding-right:10px;
}
.astra-shop-summary-wrap .shop-price {
    max-width: 28%;
    flex: 0 0 28%;
}

#filter-form li.active label {
    background: #F9961E;
	color:#FFFFFF;
}

.acf-cible-info {
    font-size: 13px;
}

.woocommerce-js ul.products li.product .star-rating {
    font-size: 1em;
}

.review-rating {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.shop-price .price {
    text-align: right;
}

/*------Filter Result----------*/

.products .product{
	border-radius: 20px;
}

.highlight-hover {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    /*color: #fff;*/
    transition: opacity 1.25s ease;
}

ul.products li.product:hover .highlight-hover {
    opacity: 1;
    visibility: visible;
}



/*.highlight-hover h2.woocommerce-loop-product__title { color: #fff; }
.highlight-hover .acf-shop-info { color: #fff; }*/

.high-item {
    border: solid 1px #000;
    padding: 1px 7px;
    border-radius: 4px;
}

.search-results .ast-article-post .post-thumb-img-content img {
    aspect-ratio: auto;
}

.highlight-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin:0 0 10px;
}

#main .high-item img {
    width: auto;
    max-width: 100%;
}
.high-item a {
    border: solid 1px #000000;
    display: inline-block;
    padding: 1px 6px;
    border-radius: 4px;
}

.high-item i.jki { color: #000000; }

.high-item a:hover {  background: #FFFFFF; border: solid 1px #fff;  }
.high-item a:hover i.jki{ color:#428bca;  }

.product-rating .review-rating {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
    margin: 0 0 10px;
}

/*
#main .astra-shop-thumbnail-wrap .added_to_cart {
	display: inline-block;
	position: absolute;
	top: 1.3em; z-index: 99;
	right: 3.7em; color: #fff;
	font-size: 15px;
}*/


.head-search input#search::placeholder {
	color:#bebebe;
	font-size:14px;
}

.product-filter ul li a {
	color: #111827;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
    padding: 12px 18px;
    display: inline-block;
    background: #f6f6f6;
    margin: 0 5px 10px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

/* ------------------------
	** #Media Query **
---------------------------*/

@media screen and (min-width: 1601px) and (max-width: 1920px){
	.bgangle { padding-top: 320px; }	
	
}

@media screen and (min-width: 1401px) and (max-width: 1500px){
	.dots-aboleft::before {
		content: '';
		width: 250px;	height: 250px;
		left: -150px; bottom: -100px;
	}
	.dots-aboright::before {
		content: ''; width: 270px; 
		height: 270px; right: -150px;
	}
	.dots-abo-leftb::before{
		content: '';
		width: 250px;	height: 250px;
		left: -150px;
	}
}

@media screen and (min-width: 1301px) and (max-width: 1400px){
	.bgangle { padding-top: 150px; }
	.dots-aboleft::before {
		content: '';
		width: 210px;
		height: 210px;
		left: -140px;
		bottom: -80px;
	}
	.dots-aboright::before {
		content: '';
		width: 220px;
		height: 220px;
		right: -120px;
		bottom: 60px;
	}
	.dots-abo-leftb::before {
		content: '';
		width: 210px;
		height: 210px;
		left: -140px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1300px){
	.bgangle { padding-top: 130px; }
}

@media screen and (min-width: 1200px) and (max-width: 1400px){	
	#main .bgangle { background-size: 100%; }
	.angledata .elementor-image-box-img { max-width: 100px; }	
	#main .pourtxt .elementor-widget-container { margin-bottom: 0; }	
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.post-box { flex: 0 0 31%; max-width: 32%; }
	.post-listing { gap: 25px; }
	.woocommerce ul.products, .woocommerce-page ul.products {
		column-gap: 40px;
	}
}



@media screen and (min-width: 993px){	
	.ast-right-sidebar #secondary { padding-left: 20px; }	
	.ast-right-sidebar #primary {  padding-right: 20px; }	
}

@media screen and (min-width: 922px){
	.ast-container { max-width: 1300px; }
	.ast-container {	padding-left: 15px; padding-right: 15px; }
	.ast-right-sidebar #primary {  border-right: none; }
	.ast-right-sidebar #secondary { border-left: none; }
}

@media screen and (min-width: 922px) and (max-width: 992px){
	.ast-right-sidebar #primary { padding-right: 15px; }
	.ast-right-sidebar #secondary { padding-left: 15px; }
}

@media screen and (min-width: 768px) and (max-width: 991px){	
	.post-box { flex: 0 0 48%; max-width: 50%; }	
	.post-listing { gap: 22px; }
}

@media screen and (min-width: 600px) and (max-width: 991px){
	.woocommerce ul.products:not(.elementor-grid).columns-3, 
	.woocommerce-page ul.products:not(.elementor-grid).columns-3 {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
	.woocommerce ul.products, 
	.woocommerce-page ul.products {
		column-gap: 50px;
	}
}

@media screen and (min-width: 921px){
	
	section.ast-comment-content.comment {
		padding-left: 90px;
		padding-right: 40px;
	}
	.ast-comment-cite-wrap {  margin-left: 0; }
	.ast-comment-info .ast-comment-meta.ast-row {  margin: 0; }
	.ast-comment-avatar-wrap {  padding-left: 20px; }
	.ast-comment-meta { padding: 0 1.7em 0em; }
	
}

@media screen and (max-width: 921px){
	#primary, #secondary {  padding: 0 0; margin: 0; }	
	.blog-wrap{
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (min-width: 768px){
	.fixed-top {
		position: fixed; top: 0; right: 0;
		left: 0; z-index: 1030;
	}
	.blog-popup-thumb {
		flex: 0 0 42%;
		max-width: 42%;
	}
	.blog-popup-text {
		flex: 0 0 58%;
		max-width: 58%;
	}
}

@media screen and (max-width: 1024px){
	.blog-listing {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 767px){
	
	.head-search::after {  content: ''; right: 60%; }
	.catbox p {  margin-bottom: 10px; }
	.title-line .elementor-heading-title::before {
		content: ''; width: 46px; height: 10px; 
	}
	.product-filter ul li a{
		width:100%;
	}
	
	.play-button {
		width: 60px;
		height: 60px;
		font-size: 21px;
		padding: 16px 16px 16px 18px;
	}
	
	#popup2 .popup-inner{
		width: 96%;
	}

	.subs-box {
		gap: 15px;
		-ms-flex-direction: column; 
		flex-direction: column;
	}
	
	.post-box { flex: 0 0 100%; max-width: 100%; }
	
	.dots-tr::before {
		content: ''; width: 300px; height: 300px;
		right: -70px; top: -200px;
	}
	
	.blog-popup-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	#popup2 .popup-inner {
		max-width: 338px;
	}
	.blog-popup-thumb {
		height: 300px;
		overflow: hidden;
	}
	.blog-popup-text h5 { font-size: 17px; }
	.blog-popup-text h2 {
		font-size: 28px;
	}
	.blog-popup-text .sepline::after {
		content: ''; height: 5px;
		margin: 12px 0 0 0;
	}
	
	.blog-popup-text p { font-size: 16px; }
	
	#main .woocommerce .products li:last-child { margin-bottom: 0; }
	.product-filter ul li { width: 100%; }
	.product-filter ul li label { width: 100%; }
	.benefit-item { max-width: 48.5%; flex: 0 0 48.5%; }
	
	.product-badges {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 15px;
	}
	.product-badges .badge-item {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.dots-aboleft::before {
		content: '';
		width: 200px; height: 200px;
		left: -140px; bottom: -80px;
	}
	.dots-aboright::before {
		content: '';
		width: 160px; height: 160px;
		right: -100px; top: -100px;
	}
	.dots-abo-leftb::before {
		content: '';
		width: 170px; height: 170px;
		top: -100px; left: -115px;
	}
}


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

	.woocommerce ul.products, 
	.woocommerce-page ul.products {
		column-gap: 30px;
	}
	
	.woocommerce ul.products:not(.elementor-grid).columns-3, 
	.woocommerce-page ul.products:not(.elementor-grid).columns-3 {
		grid-template-columns: repeat(1,minmax(0,1fr));
	}
	
	#popup1 .home-popup-bg {
		height: 320px;
		object-fit: cover;
		object-position: -80px;
	}
	#popup1, #popup2{
		padding-left: 15px;
		padding-right: 15px;	
	}
	.popup-bg {
		border-radius: 20px;
		overflow: hidden;
	}
	.popup-text {  top: 15px; left: 12px; }
	
	#popup1 .woocommerce-js h2 {  
		margin-bottom: 0; 
		line-height: 1.1em;
		font-size: 30px;
	}
	
	.popup-text ul li {
		font-size: 20px;
		padding-bottom: 2px;
		padding-top: 2px;
	}
}	

@media screen and (max-width: 544px){
	
	.woocommerce .woocommerce-ordering { float:left; width: 100%; }
	
}

.post-189 header {
    display: none;
}
.post-189 .wp-block-separator{
     display: none;
}