/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.7.1.1718893683
Updated: 2024-06-20 14:28:03

*/

:root {
    --green-yellow-2: #d8ff3c;
    --18181d: #18181d;
    --white-smoke: #ebedee;
    --white: white;
    --dark-slate-grey: #3a4146;
    --green-yellow: #ceff08;
    --plum: #cbb0e9;
    --grey: #7a7c81;
    --black-purpel: #352a37;
    --black-2: #262626;
    --black-3: #2e2e36;
    --light-grey: #cccac7e6;
    --gainsboro: #dddcda;
    --dark-grey: #a6a8ab;
    --black: black;
    --dim-grey: #61533c00;
    --black-4: #181818;
    --rosy-brown: #af9387;
    --indian-red: #db4b68;
    --sea-green: #12b878;
    --dark-grey-2: #a2a09f;
    --black-warm: #272727;
    --gold: #e4db39;
	
	--wp--custom--ast-default-block-top-padding: 40px;
	--wp--custom--ast-default-block-bottom-padding: 40px;
	--wp--custom--ast-default-block-left-padding: 0;
	--wp--custom--ast-default-block-right-padding: 0; 
	
	--wp--custom2--ast-default-block-top-padding: 30px;
	--wp--custom2--ast-default-block-bottom-padding: 30px;
	--wp--custom2--ast-default-block-left-padding: 20px;
	--wp--custom2--ast-default-block-right-padding: 20px; 
}
html {
  scroll-behavior: smooth;
}
a{
	text-decoration:none;
}
.entry-content h3, h3{
	color: #3a4146;
	letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
pre.code{
	background:#333;
	color:#eee;
}
/*	CONTENT PADDING  */
body:not(.home) #content .ast-container{
	padding-top: var(--wp--custom--ast-default-block-top-padding);
	padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

body #content .ast-container,
body.page-id-308 #content .ast-container {
	padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button,
.button.single_add_to_cart_button,
.wp-block-button,
button{
	border-radius:5px;
	background-color:#CCFF00;
	color:#262626;
	min-height:54px;
	padding:0 40px;
	margin:0;
}
.ast-single-post .entry-content .wp-block-button .wp-block-button__link, .ast-single-post .entry-content .wp-block-search .wp-block-search__button, body .entry-content .wp-block-file .wp-block-file__button {
 	background-color:#CCFF00;
}
.woocommerce-js #respond input#submit, .woocommerce-js a.button,
.woocommerce-js button.button, .woocommerce-js input.button{
	border-radius:5px;
}
.imgmarbot{
	margin-bottom: 1.6em;
}
.noproducts{
	text-align:center;
}
/* FRONTPAGE TWEAKS */
#intro .size-thumbnail img{
	max-width:76px;
}
/* lighter sections */
#video, #testimonials{
	background-color:#caccd1;
}
#video  .wp-block-heading,
#testimonials .wp-block-heading{ 
	color:black;
}
#video :is(p,h2,h3,h4,h5) {
	color:black;
}
#video .fpvideo:after{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	width: 96px;
	height: 96px;
	/*background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMyAyMnYtMjBsMTggMTAtMTggMTB6Ii8+PC9zdmc+');*/
	/*filter: invert(1); */
	background: url('/wp-content/uploads/2024/10/play.png');
	background-size: cover;
	content: '';
	z-index: 2000;
	
}
#video .fpvideo:hover:after{
	filter: invert(.5);
	cursor:pointer;
}
#video .fpvideo.playing:after{
	content:none;
} 
#video .fpvideo video::-internal-media-controls-overlay-cast-button {
    display: none;
}
#newsletter{
	background-color: #66676b;
} 
#newsletter .wp-block-heading{
	margin-bottom: 0;
}
/***************************************
	TESTIMONIALS
***************************************/
.ast-single-post .entry-content a.testimonialbtn,
a.testimonialbtn{
	text-decoration: none;
	border-radius:5px;
	background-color:#CCFF00;
	color:#262626;
	min-height:54px;
	padding:18px 30px;
	margin:0;
	text-transform:uppercase;
	font-size:20px;
	min-width:100%;
	display:block;
	text-align:center;
	font-size: 20px;
}
body.page-id-375 .ast-single-entry-banner{
	/*display:none;*/ 
}
body.page-id-375.ast-plain-container.ast-no-sidebar .wp-block-query{
	margin-top:0;
}
body.page-id-375.ast-plain-container.ast-no-sidebar #primary{
	margin-top:0;
}
body.page-id-375,
#testimonials{
	border:0;
}
body.page-id-375 .slider-pro,
#testimonials .slider-pro{ 
	margin: 0;
}
body.page-id-375 :is(p,h2,h3,h4,h5),
#testimonials :is(p,h2,h3,h4,h5){
	color:white;
}
body.page-id-375 div.sp-layer.sp-animated.sp-padding,
#testimonials div.sp-layer.sp-animated.sp-padding{
	background-color:rgba(38, 38, 38, .75);
	padding: 70px;
	margin:0 0 0 0 !important;
	min-height: 575px;
	max-height: 575px; 
}
#testimonials div.sp-layer.sp-animated.sp-padding .testimonialtxt{
	overflow: hidden; 
	display: -webkit-box;
	-webkit-line-clamp: 10; /* number of lines to show */
    line-clamp: 10; 
	-webkit-box-orient: vertical;
	margin-bottom:10px;
}
#testimonials div.sp-layer.sp-animated.sp-padding .testimonialsubtxt{
	font-style: italic;
	margin-bottom:10px; 
}
body.page-id-375 div.sp-layer.sp-animated.sp-padding span,
#testimonials div.sp-layer.sp-animated.sp-padding span{
	color: #FFFFFF;
    font-size: 16px;
    padding-bottom: 32px; 
    display: block;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 100;
}
body.page-id-375 div.sp-layer.sp-animated.sp-padding :is(p,h2,h3,h4,h5),
#testimonials div.sp-layer.sp-animated.sp-padding :is(p,h2,h3,h4,h5){
	display:block;
	text-wrap:wrap;	
}
body.page-id-375 .ratingbox,
#testimonials .ratingbox{
	background: var(--black-2);
    color: white;
    width: 100% !important;
    text-align: left;
    padding: 10px 10px 10px 30px;
    margin: 0 0 0 0;
    bottom: 105px !important;
} 
body.page-id-375 .testimonialstar,
.ratingbox .testimonialstar{
	width: 25px;
	margin-right:10px;
}  
body.page-id-375 .sp-buttons,
#testimonials .sp-buttons{
	color:white; 
}
body.page-id-375 .testpicbox:has(.testpic:empty),
#testimonials .testpicbox:has(.testpic:empty) {
  display: none;
}
body.page-id-375 .testlinkbox,
#testimonials .testlinkbox{
	background-color:rgba(38, 38, 38, .75);
	right: 0;
    padding: 20px;
}
body.page-id-375 .testlinkbox:has(.testlink:empty),
#testimonials .testlinkbox:has(.testlink:empty) {
	display: none;
}
body.page-id-375 .sp-horizontal .sp-previous-arrow,
#testimonials .sp-horizontal .sp-previous-arrow {
    background-color: var(--green-yellow);
	padding: 15px 20px;
	left:-30px;
	top:10px;
}
body.page-id-375 .sp-horizontal .sp-next-arrow,
#testimonials .sp-horizontal .sp-next-arrow {
    background-color: var(--green-yellow);
	padding: 15px 20px;
	right:-30px;
	top:10px;
} 
body.page-id-375 .sp-next-arrow:after,
body.page-id-375 .sp-next-arrow:before,
body.page-id-375 .sp-previous-arrow:after,
body.page-id-375 .sp-previous-arrow:before,
#testimonials .sp-next-arrow:after,
#testimonials .sp-next-arrow:before,
#testimonials .sp-previous-arrow:after,
#testimonials .sp-previous-arrow:before{
	background-color: black;
	font-family: 'Comfortaa', display;	
}
body.page-id-375 .sp-next-arrow:after,
body.page-id-375 .sp-previous-arrow:after,
#testimonials .sp-next-arrow:after,
#testimonials .sp-previous-arrow:after{
	width: 10%;
    height: 25%;
	bottom: 14px;
	left: 40%;
}
body.page-id-375 .sp-next-arrow:before,
body.page-id-375 .sp-previous-arrow:before,
#testimonials .sp-next-arrow:before,
#testimonials .sp-previous-arrow:before{
	width: 10%;
    height: 25%;
	top: 15px; 
	left: 40%;
} 
/*
	TESTIMONIALS POST LIST
*/
body.page-id-375 .testimonialslist ul{
	padding:0;
}
body.page-id-375 .testimonialslist ul li{
	background-color:rgba(38, 38, 38, .75);
	padding: 40px;
	margin:0 0 20px 0 !important;
	position:relative;
}
body.page-id-375 .testimonialslist ul li h2{
	margin-bottom: .5em;
}
body.page-id-375 .testimonialslist ul li .entry-content{
	margin-bottom:30px;
}
body.page-id-375 .ratingbox.item{
	position: absolute;
    bottom: 0 !important;
    left: 0;
    right: 0;
	padding: 10px 10px 10px 40px;
}
/*
	SLIDER BUTTONS AND ARROWS
*/
.sp-buttons{
	/*position: relative;*/
    width: 100%;
    text-align: center;
    padding-top: 10px;
	position: absolute;    
    bottom: 20px;
}
#testimonials .sp-buttons{
	padding-top: 10px;
	position: absolute;    
    bottom: -45px;
}
.sp-button.sp-selected-button{
	background-color: var(--green-yellow);
}
.sp-button {
    width: 15px;
    height: 15px;
    border:0;
	background-color: var(--black-2);
    border-radius: 50%;
    margin: 4px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.sp-horizontal .sp-previous-arrow {
    
}
.sp-horizontal .sp-next-arrow {
    
} 
.sp-horizontal .sp-arrows{    
	z-index: 8000;
}
.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before{
	background-color: var(--green-yellow);
	font-family: 'Comfortaa', display;
}
#banner:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(38, 38, 38, .75);
	z-index:1000;
}
#banner h2{
	z-index:2000;
	position: relative;
}
/*	FP Videos / page videos */ 
#post-308 ul{
	grid-template-columns: repeat(3, minmax(0, 1fr));	
}
#post-308 #primary{
	margin-top: 0;
}
#videos .wp-block-group{
	position:relative;
} 
#videos .wp-block-group h2{	
	padding:20px 30px;
	background-color:var(--black-2);	
	min-height: 145px;
	margin: 0;
}
#videos h2 a{
	text-decoration:none;
}
.footercopyrights{
	text-align: center;
    margin: 0;
    padding: 42px 0 42px 0;
    font-size: 13px;
}
/*****************************************
	NEWS ITEM
*****************************************/
#post-313 ul{
	/*padding-bottom: 350px;*/
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
#post-313 .wp-container-core-group-is-layout-1 {
    flex-direction: column;
    align-items: stretch;
}
#post-313 ul figure.wp-block-post-featured-image{
	aspect-ratio: 4 / 3;
}
#post-313 ul figure.wp-block-post-featured-image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
#post-313 ul li .wp-block-group{
	margin-block-start: 0;
}
#post-313  .wp-block-post,
#blogs .wp-block-post{
	position:relative;
}
#post-313  .wp-block-group,
#blogs .wp-block-group{
	/*position:absolute;
	bottom:0;
	top:auto;
	left:0;
	right:0;*/
	padding:20px 30px;
	/*transform: translateY(100%);*/
	min-height: 270px;
	background-color:#4C4E56;
}
#post-313  .wp-block-group h2,
#blogs .wp-block-group h2{		
	 
}
#post-313  .wp-block-group .wp-block-post-date,
#blogs .wp-block-group .wp-block-post-date{		
	
}
#post-313  .wp-block-group .wp-block-read-more,
#blogs .wp-block-group .wp-block-read-more{		
	position: absolute;
    bottom: 24px;
    right: 70px;
}
a.readmorelink:after{
	content:'>';
	position: absolute;
    right: -30px;
    bottom: -8px;
	font-size: 1.5em;
}
#post-313 h2 a,
#blogs h2 a{
	text-decoration:none;
}
/**********************************************/
#discord a{
	text-decoration:none;
}
#video video:hover{
	cursor:pointer;
}
/*	STICKY HEADER	*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}
.site-header{
	z-index:4000; 
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + #content {
  /*padding-top: 102px;*/
}
.ast-primary-header-bar{
	background:transparent;
}
.main-header-menu .menu-item:hover {
    background-color: transparent;
}
/*	SUB MENU */
#ast-hf-menu-1 li ul.sub-menu{
	background-color:rgba(38, 38, 38, .75) !important;
	border-top:none;
	margin-top: 38px;
	z-index:3000;
	backdrop-filter: blur(6px);
}
.dropdown-menu-toggle.ast-header-navigation-arrow .ast-arrow-svg{
	rotate: -90deg;
	height: 1em;
    width: 1em;
	margin-top: 8px;
} 
.ast-theme-transparent-header #ast-desktop-header > .ast-main-header-wrap > .main-header-bar,
.ast-theme-transparent-header.ast-header-break-point #ast-mobile-header > .ast-main-header-wrap > .main-header-bar{
	/*background:rgba(0, 0, 0, .75);*/
	/*background-color:#7a7c81;*/
}
.main-header-bar-wrap{
	max-width: 100%;
	background-color:rgba(38, 38, 38, .75);
}
.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap{
	backdrop-filter: blur(6px);
	/*border-radius:0 0 20px 20px;*/
	padding: 0 40px;
	max-width: 1240px;
}
/*
	USER MENU
*/
.ast-grid-right-section{
	justify-content: flex-start;
}

/*	SLIDER	*/
.fptopslider{
	/*margin-top:110px !important;*/
}
.topnavslidercontent{
	background-color:rgba(38, 38, 38, .75);
	padding:72px 72px 72px 220px;
	max-width:50vw;
	/*overflow-wrap: break-word;*/
	word-break: break-all;
	text-wrap: wrap;
}
.topnavslidercontent h2{
	margin: 0 0 -20px 0;
	text-wrap: wrap;
	word-break: break-word;
	overflow-wrap: break-word;
}
.topnavslidercontent p{
	text-wrap: wrap;
	word-break: break-word;
	overflow-wrap: break-word;
}
.topnavslidercontent .wp-block-buttons .wp-block-button a{
	min-width:500px;
	border-radius:5px;
}
.topnavslidercontent p:empty {
	display: none;
}
/*	FOOTER NAV	*/
#astra-footer-menu{
	columns: 3;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	
	/*flex-direction: column;
	flex-wrap: wrap;
	display: flex;
	height: 100vh;*/
	
	/*display: grid;
    grid-template-columns: 1fr 1fr 1fr;*/
	
	margin: 0 -30px 0 0;
}
#astra-footer-menu .menu-item{
	margin:0px 0 20px 0;
	
	/*flex: 1 0 25%;*/ 
}
.footer-nav-wrap{
	text-align:center;
}
.footer-nav-wrap .astra-footer-vertical-menu{
	display:inline-block;
}
.ast-hfb-header .site-footer{
	background-color: #333333;
} 
#astra-footer-menu .menu-item > a,
.ast-footer-copyright p
.ast-footer-copyright p{
	color:rgba(242,245,247,0.76);
}
#astra-footer-menu .menu-item > a{	
}

.summary.entry-summary .woocommerce-breadcrumb{
	display:none; 
}

body.ast-page-builder-template .site-content > .ast-container,
.single-post .site-content > .ast-container {
	max-width: 1200px !important;
	/*padding-left: 20px;
    padding-right: 20px;*/
} 
.ast-page-builder-template .site .site-content #primary,
.ast-plain-container.ast-no-sidebar #primary {
	margin-top: 0px;
    /*margin-top: 60px;
	margin-bottom: 60px;*/
}
body.ast-page-builder-template .site-content > .ast-container article.video,
.single-post .site-content > .ast-container article.video {
	padding-top:0;
}
/*
	BLOG ARCHIVE
*/
body.page-id-313 #main ul > li a{
	text-decoration:none !important;
} 
 /*
	booking	
*/
.BookingBox{
	text-align: center;
}
/*
	page : stores
*/
.stores h3{
	font-size: 18px;
	color:#3a4146;
	letter-spacing: 2px;
	margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
	text-transform: uppercase;
    line-height: 28px;
	font-family: Comfortaa, sans-serif;
}
.stores .store{
	padding:0;
	margin:20px 0 30px 0;
}
.stores .store h4{
	font-size: 20px;
    line-height: 40px;	
    color: var(--white);
    text-align: left;
    margin-bottom: 10px;
    font-family: Comfortaa, sans-serif;
    font-weight: 400;    
}
.stores .store p{
	padding:0;
	margin:0 0 10px 0;
	font-size: 15px;
	color:#ebedee;	
	object-fit: contain;
    margin-bottom: 10px;
    padding-left: 0
}
.stores .store.none{
	display:none;
	text-align:center;
	padding:20px 0;
}
.stores .store p a{
	color:#ceff08;
	cursor: pointer;
    line-height: 26px;
    text-decoration: none;
	font-size: 15px;
	font-family: Comfortaa, sans-serif;
}
/*
	Stores : form
*/
select:invalid { 
	color: gray;
}
.storesform{
	display:flex;
	margin:0 0 40px 0;
}
.storesform .field{
	flex: auto;
    margin: 0px 10px 0 0;
	padding: 10px;
    line-height: normal;    
    appearance: none;    
	background-color:white;
    border-radius: 3px;
    box-shadow: none;
}

.storesform span.field{
	background:none;
	border-radius:0;
	padding:10px;
	margin:0 10px 0 0;
}
/*	scroll to top  */
#ast-scroll-top{
	z-index:1100;
}

/*
	PAGE HERO TITLE
*/
.ast-single-entry-banner[data-post-type="page"][data-banner-background-type="featured"]{
	position:relative;
	min-height: 400px;
}
.ast-single-entry-banner[data-post-type="page"] .ast-container{
	width:50vw;
	position:absolute;
	left:0;
	min-height:200px; 
	padding:62px 42px 42px 42px;
	margin:0;
	top:50%;
	transform: translateY(-50%);
	min-height: 265px;
	background-color:rgba(38, 38, 38, .75);
	
	/*width: 100%;
    position: absolute;
    left: 0;
    min-height: 200px;
    padding: 42px 42px 42px 350px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    min-height: 265px;
    background-color: rgba(38, 38, 38, .75);
    right: 0;
    max-width: 100%;*/
	text-align:left;
}
.breadcrumb-trail.breadcrumbs{
	margin:0 !important;
	display: inline;
}
.ast-single-entry-banner[data-post-type="page"] .entry-title{	
	padding:20px 20px 20px 0px;
	color:#F5F5F5;
	font-size:58px;
	text-align: left;
}
.trail-items{
	font-size:13px;
}
.trail-items li a{
	color: #A4A6A8;
	font-weight: 100;
	font-size:13px;
} 
.trail-items li a:hover{
	color: var(--green-yellow);
}
.trail-items li::after{
	color:var(--dark-grey);
	margin:0 5px 0 10px;
	padding:0 0 0 0;
    content: "\007C";
}
/********************************
	WOOCOMMERCE PRODUCT
********************************/
/*
	PRODUCT IMAGE FULL WIDTH
*/
.woocommerce #content .ast-woocommerce-container div.product div.images,
.woocommerce .ast-woocommerce-container div.product div.images,
.woocommerce-page #content .ast-woocommerce-container div.product div.images,
.woocommerce-page .ast-woocommerce-container div.product div.images {
    /*width: 100%;*/
}
/*
	PRODUCT IMAGE SLIDER ICONS
*/
ul.flex-direction-nav {
    position: absolute;
    /*top: 26%;*/
	top: 35%;
    z-index: 99999;
    width: 100%;
    /*left: 0;*/
    margin: 0;
    padding: 0px;
	/*transform: translateY(-50%);*/
    list-style: none;
}
li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
    /*visibility:visible;
	content: '>';    
    margin-right: 0;
    font-size: 60px;
	font-family: monospace;
	color:black;
	background-color: var(--green-yellow);
    padding:0px 20px 0px 17px; */
	visibility:visible;
	content: '';
	background-image:url('/wp-content/uploads/2024/10/Action-Arrow_Right.jpg');
	width: 48px;
    height: 48px;
    display: inline-block;
}
a.flex-prev::before {
    /*visibility:visible;
    content: '<';    
    margin-left: 0;
    font-size: 60px;
	font-family: monospace;
	color:black;
	background-color: var(--green-yellow);
    padding:0px 20px 0px 17px;   */ 
	visibility:visible;
	content: '';
	background-image:url('/wp-content/uploads/2024/10/Action-Arrow_Left.jpg');
	width: 48px;
    height: 48px;
    display: inline-block;
	
}
/*
	Dot for thumbnails
*/
ol.flex-control-nav.flex-control-paging{ 
	list-style: none;
	margin: 10px 0 0 0;
	/*text-align: center;*/
	display: grid;
    /*grid-auto-flow: column;*/
    gap: 10px 5px;
    /*grid-auto-columns: 35px;*/
	grid-template-columns: repeat(auto-fill, minmax(35px, 1fr));
}
ol.flex-control-nav.flex-control-paging li{
	/*display: inline-block;
	margin: 0 5px 5px 0;*/
}
ol.flex-control-nav.flex-control-paging li a{
	display: block;
    background-color: var(--green-yellow);
    padding: 0;
    border-radius: 5px;
    color: black;
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
    color: #262626;
}
ol.flex-control-nav.flex-control-paging li a:hover{
	
}
/*ol.flex-control-nav.flex-control-paging li a:before{
	content:'D';
	width:30px;
	height:30px;
	color:var(--green-yellow);
}*/

a.flex-next:hover,
a.flex-prev:hover{
	color:var(--green-yellow); 
}
ul.flex-direction-nav li a {
    color: #ccc;
}
ul.flex-direction-nav li a:hover {
    text-decoration: none;
}
/*
	PRODUCT SUMMARY
*/ 
.woocommerce-js div.product .product_title{
	color:#262626;
	font-size:46px;
	margin: .5em 0 .5em 0;
}
.woocommerce-js div.product .product_subtitle{
	color:#F5F5F5;
	font-size:23px;
	margin:0;
    line-height: 40px;
}
.woocommerce-js div.product .woocommerce-product-rating{
	margin:10px 0;
}
.woocommerce-js .woocommerce-product-rating .star-rating{
	margin:7px 25px 5px 0;
}
.woocommerce-product-details__short-description{
	line-height: 33px;
}
.woocommerce-review-link{
	color:white;
	padding:1em 0 1em 0;
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button{
	width:100%;
}
/*
	PRODUCT : BROCHURE 
*/ 
.brochurebox{
	display:block;
	width:100%;
	outline:1px solid #caccd1;
	padding:20px;
	margin:20px 0 40px 0;
	position:relative;
	float:left;
}
.brochureboxtext{
	float: left;
    margin: 0 0 0 25px;
	padding: 20px 0 0 0;
	max-width: calc(100% - 300px);
}
.brochurebox img{
	width:75px;
	float:left;
	border:0;
	box-shadow:none;
}
.brochurebox > .brochureboxtext > h4{
	float:left;
	width: 100%;
	color: #3a4146;
	font-weight:bold;
}
.brochurebox > .brochureboxtext > span{
	float:left;
	font-size:16px;
}
.brochurebox > a{
	float:right;
	position: absolute;
    right: 20px;
    top: 50%;
	transform: translateX(-50%);
	margin: -12px 0 0 0;
}
/* v 2 */
.brochurebox2{
	display: block;
    width: 100%;
    outline: 1px solid #A8A8A8;
	border-radius:5px;
    padding: 20px 20px 20px 20px;
    margin: 40px 0 0px 0;
    position: relative;
    float: left;
}
.brochureboxtext2{
	float: left;
    margin: 0 0 0 25px;
    padding: 0px 0 0 0;
    max-width: calc(100% - 100px);
}
.brochurebox2 img{
	/*width:75px;*/
	float:left;
	border:0;
	box-shadow:none;
}
.brochurebox2 > .brochureboxtext2 > h4{
	float: left;
    width: 100%;
    color: #F5F5F5;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.brochurebox2 > .brochureboxtext2 > span{
	float:left;
	color: #F5F5F5;
	font-size:16px;
}
.brochurebox2 > a{
	float: right;
    /* position: absolute; */
    right: 20px;
    top: 50%;
    /* transform: translateX(-50%); */
    margin: 0 0 0 0;
    text-transform: uppercase;
}
/*
	MAIN PRODUCT IMAGE
*/ 
.woocommerce-js div.product div.images.woocommerce-product-gallery .flex-viewport,
.woocommerce-js div.product div.images .flex-viewport{
	outline:1px solid #262626;
	margin-bottom: 0;
}
/*
	THUMBNAILS SLIDER
*/
.woocommerce-product-gallery .flex-control-thumbs li img {
	inline-size: 100%;
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px; 
	height: 100% !important;
}
/*.woocommerce-product-gallery {
  display: grid;
  gap: 10px }
  @media only screen and (max-width: 35.999em) {
    .woocommerce-product-gallery {
      gap: 6px; 
      } 
  }
  .woocommerce-product-gallery .flex-control-thumbs {
    display: grid;
    grid-auto-flow: column;   
    gap: 5px;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain; 
   }
   @media screen and (max-width: 47.999em) {
      .woocommerce-product-gallery .flex-control-thumbs {
        grid-auto-columns: 12.5%;
        gap: 6px; 
       } 
   }
   .woocommerce-product-gallery .flex-control-thumbs li {
      float: none !important;
      width: 100% !important;
      display: grid; 
   }
   .woocommerce-product-gallery .flex-control-thumbs li img {
        inline-size: 100%;
        aspect-ratio: 16/9;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 5px; 
		height: 100% !important;
    }
    .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
          border: 5px solid #f2f2f2; 
    }
    @media screen and (max-width: 47.999em) {
        .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
              border: 2px solid #f2f2f2; } 
        }
  .woocommerce-product-gallery .flex-control-nav {
    -ms-scroll-snap-type: inline mandatory;
        scroll-snap-type: inline mandatory;
    scroll-padding-inline: 10px; 
   }
   .woocommerce-product-gallery .flex-control-nav > * {
      scroll-snap-align: start; 
   }*/

/**/

.woocommerce-js div.product div.images .flex-control-thumbs {
    /*overflow: hidden;
    zoom: 1;
    margin: 0 45px;
    padding: 0;*/
	margin:15px 0 0 0;
	
	/*display:grid; 
	grid-auto-flow: column;
	grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));*/
	/*display: flex;
	flex-wrap: wrap;
	align-items: center;*/	
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
	scroll-behavior: smooth;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
svg * {
	transition: all 200ms linear;
}
/*a.thumbarrow{	 
    width: 38px;
    height: 38px;
    display: inline-block;
	position: relative;
}
a.thumbarrow.l{
	justify-self: flex-start;
	margin: 0 0 -38px 0;
}
a.thumbarrow.l img {
	vertical-align: middle;
    margin: 20px 0 0 0;
}
a.thumbarrow.r{
	justify-self: flex-end;
	margin:-70px 0 0 0;
}*/
.woocommerce-js div.product div.images .flex-control-thumbs::-webkit-scrollbar { 
    display: none;
}
.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 115px;
    /* width: calc(25% - .75em); */
    margin-right: .5em;
    margin-bottom: .5em;
	min-width: 100px;
	/*
	margin:0;
	flex: 1;*/
}
.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img{
	opacity:1;
	border:1px solid transparent;
}
.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img.flex-active{
	border:1px solid #262626;
}
.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n){
	margin-right: .5em;
}
.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n){
	margin-right: 0;
}
.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: unset;
}
/*	PRODUCT MAIN INFO AND BUTTON */ 
.woocommerce #content .ast-woocommerce-container div.product div.summary,
.woocommerce .ast-woocommerce-container div.product div.summary,
.woocommerce-page #content .ast-woocommerce-container div.product div.summary,
.woocommerce-page .ast-woocommerce-container div.product div.summary {
	/*width: 100%;*/
}
/*	PRODUCT CATEGORY  */
.woocommerce-js div.product div.summary .single-product-category, 
.woocommerce-js div.product .product_meta{
	display:none; 
}
/*	PRODUCT TABS */
.woocommerce-js div.product .woocommerce-tabs ul.tabs{
	margin:0;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li{
	margin: 0;
    padding: 0 18.39px;
	background-color:#7A7C81;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
    text-decoration: none;
    color: var(--dark-slate-grey);
	letter-spacing: 0;
    /*text-transform: uppercase;*/
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active{
	background-color:#4C4E56;	
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active a {
    color:var(--green-yellow);
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li a:hover {

}
.woocommerce-js div.product .woocommerce-tabs {
	/*margin-left: -50vw;
    margin-right: -50vw;
	margin-top: 2em;
	padding:0;
    margin-bottom: 4em;
    width: 100vw !important;
    position: relative;
    left: 50%;    
    min-width: 100vw;
	background-color:#4C4E56;*/
}
.woocommerce-js div.product .woocommerce-tabs .panel{
	/*margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw !important;
    position: relative;
    left: 50%;
    
    min-width: 100vw;*/
	/*max-width:1200px;
	margin: 0 auto 4em auto;
	background-color:#4C4E56;	
    padding:40px;*/
	margin: 0 auto 4em auto;
	background-color:#4C4E56;	
    padding:40px;
	font-size: 15px; 
}
.woocommerce-js div.product .woocommerce-tabs .panel h2{
	margin-top: 0;
	font-size: 46px;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs{
	/*max-width:1200px;
	margin: 0 auto;
	background-color:#4C4E56;*/
}
.productsection{
	padding-top: 0;
    margin-bottom: 4em;
}
h5.tabsubtitle2{
	margin:20px 0 20px 0;
	color: #F5F5F5;
	/*font-weight:bold;*/
	text-transform:uppercase;
	letter-spacing:2px;
}
h3.tabsubtitle{
	margin:20px 0 40px 0;
	color: var(--black-2);
	font-weight:bold;
	font-size:46px;
	text-transform:none;
	line-height: normal;
}
#tab-manuals iframe{
	width:100%;
	min-height:675px;
}
/*	hide breadcrumb */
.woocommerce-breadcrumb,
.woocommerce-js .woocommerce-breadcrumb{ 
	/*display:none; */
} 
/*	hide product category */
.single-product-category{
	/*display:none; */ 
}
.woocommerce-js .woocommerce-breadcrumb{
	color: #FFFFFF;
	width: 50%;
    text-align: center;
	font-size:13px;
}
.woocommerce-js .woocommerce-breadcrumb a{
	color: #A4A6A8;
	font-size:13px;
}
.woocommerce-js .woocommerce-breadcrumb a:hover{
	color: var(--green-yellow);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	background-color: #4C4E56;
    padding: 20px 30px;
    color: #f5f5f5;
}
.woocommerce-message{	
    padding:20px 30px 20px 60px;
}
.woocommerce-page ul.products li.product .ast-woo-product-category,
.ast-woo-product-category{
	/*display:none;*/
}
a.cartbnt{
	position: absolute;
    right:45px;
    top: 50%;
	transform: translateY(-50%);
}
a.cartbnt:after{
	content: attr(count);
	/*content: '10';*/
    background-color: #CCFF00;
    border-radius: 50%;
    padding: 1px 1px;
    color: #262626;
    text-align: center;
    position: absolute;
    right: -10px;
    bottom: -10px;
    line-height: 20px;
    font-size: 0.8rem;
	width: 20px;
}
a.usrbnt{
	position: absolute;
	width:35px;
    right:85px;
    top: 50%;
	transform: translateY(-50%);
}
a.cartbnt[count='0']:after {
  display: none;
}
a.cartbnt img{
	width:30px;
}
a.usrbnt:hover img,
a.cartbnt:hover img{
	filter: brightness(100);
}
#coupon_code{
	padding: 20px 15px;
}
.review-rating:not(:has(+ .price)) {
  margin-bottom: 30px;
}
.woocommerce-result-count{
	margin: 1em 0 1em;
}
.woocommerce-js .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
    background-color: white;
    border-color: var(--ast-border-color);
    border-radius: 3px;
}
.breadcrumbdelimiter{
	color:var(--dark-grey);
	margin:0 5px 0 10px;
	padding:0 0 0 0;
}
/*	CART  */
.woocommerce-js table.shop_table thead, .woocommerce-page table.shop_table thead {
    background-color: #4C4E56;
}
.woocommerce-cart .cart-collaterals .cart_totals>h2,
.woocommerce-cart .cart-collaterals .cross-sells>h2,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cross-sells {
	background-color: #4C4E56;
}
.videoWrapper {
	position: relative;
}
.ytvidbg{
	content:'';
	background-color:rgba(38, 38, 38, .75);
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index: 4999;
}
.ytclose{
	color: var(--green-yellow);
    font-size: 40px;
    z-index: 50001;
    position: absolute;
    right: -20px;
    top: -33px;
    line-height: 35px;
}
.videoWrapper.popup{
	position:fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5000;
    width: 720px;
    height: 480px;
	display:none;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5001;
}
.woocommerce-js #reviews #comments ol.commentlist li img.avatar{
	border-radius: 0;
}
/*	REVIEWS */
.woocommerce-js #reviews .comment-form-comment label,
.woocommerce-js #reviews .comment-form-rating label{
	color:var(--white);
}
.woocommerce-js #reviews #comments ol.commentlist li .comment-text meta .woocommerce-review__author,
.woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author{
	color:white; 
}
.woocommerce .star-rating,
.woocommerce .comment-form-rating .stars a,
.woocommerce .star-rating::before {
    color: var(--green-yellow);
}
.woocommerce-js #reviews .comment-form-rating .stars a{
	margin-right:10px;
	top: -7px;
}
.woocommerce-js #reviews .comment-form-rating .stars a:before{
	font-size: 30px;
	margin-right:10px;
}
.ast-article-single img {
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}
/*
	HARDWARE
*/
.rows-3{
	grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}
.rows-3 .row{
	grid-area: span 1 / span 4 / span 1 / span 4;
} 
.rows-3 .row img{
	height: 240px;
	object-fit: cover;
}
.rows-3 .row h5{
	line-height: 30px;
	font-size: 18px;
	color: var(--white-smoke);
    margin-top: 20px;
}
.rows-3 .row p{
	color: var(--white-smoke);
    margin-bottom: 10px;
    font-size: 15px;
}
/*
	SPECS
*/
.specs{	
	width: 100%;
    padding-bottom: 60px;
    padding-right: 60px;
}
.specsline{
	grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: ". . . Area" / 10% 1fr 1fr .25fr;
    grid-auto-columns: 1fr;
    display: flex;
	border-bottom: 1px solid #cccac74d;
}
.specsline .number{
	color: var(--white-smoke);
    text-align: left;
    letter-spacing: -.01em;
    flex: none;
    padding-left: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
	margin-bottom: 0;
	margin-top: 16px;	
}
.specsline .desc{
	color: #ebedee80;
    letter-spacing: -.01em;
    flex: none;
    padding-left: 40px;
    font-size: 18px;
    line-height: 28px;
	margin-bottom: 0; 
    font-weight: 400;
	margin-top: 16px;
	width:40%;
} 
.specsline .info{	
    flex: 1;
    padding: 8px 1px 12px 0;
    display: block;
	width:50%;
	margin-top: 10px;
}
/*
	keyfeatures
*/
.rows-2{
	grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row; 
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}
.rows-2 .row{
	grid-area: span 1 / span 5 / span 1 / span 5;
} 
.rows-2 .row img{
	height: 64px;
}
.rows-2 .row h5{
	line-height: 30px;
	font-size: 18px;
	color: var(--white-smoke);
    margin-top: 20px;
}
.rows-2 .row p{
	color: var(--white-smoke);
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}
/*********************************
	TAB : Audio compare
*********************************/
#tab-audiocompare{
	flex-direction: column;
    justify-content: center;
    margin-bottom: 23px;
    display: flex;
    position: relative;
}
#tab-audiocompare .audio-comparison-line {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: ". . . Area" / 10% 1fr 1fr .25fr;
    grid-auto-columns: 1fr;
    display: flex;
}
#tab-audiocompare .audio-comparison-block {
    text-align: left;
    border-bottom: 1px solid #cccac74d;
    flex: 1;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 18px;
    padding-right: 0;
    display: flex;
}
#tab-audiocompare .w-embed:before, #tab-audiocompare .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}
#tab-audiocompare .w-embed:after {
    clear: both;
}
#tab-audiocompare audio {
    display: none;
}
#tab-audiocompare .text-medium {
    color: var(--dark-slate-grey);
    margin-bottom: 5vw;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
#tab-audiocompare .button-play-stop {
    background-color: var(--dark-slate-grey);
    color: var(--white-smoke);
    letter-spacing: .125em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5vw;
    margin-top: 6px;
    padding: 14px 20px 12px;
    font-family: Comfortaa, sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: color .2s, background-color .2s;
    display: inline-block;
    position: relative;
}
#tab-audiocompare .audio-title-wrapper {
    align-items: center;
    padding-top: 0;
    padding-left: 30px;
    display: flex;
}
#tab-audiocompare .audio-type-h4.order {
    color: #ebedee80;
    text-align: left;
    letter-spacing: -.01em;
    flex: none;
    padding-left: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
	margin-top:5px;
}
#tab-audiocompare .audio-type-h4 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
	margin-top:5px;
}
#tab-audiocompare .audio-type-h4.date-and-time {
    color: var(--white-smoke);
    letter-spacing: -.01em;
    flex: none;
    padding-left: 40px;
    font-size: 18px;
    line-height: 22px;
}
#tab-audiocompare .audio-type-h4 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
}

/* featured news */
.newsitem{
	position:relative;
	max-width:640px;
}
.newsitem h2 a{
	text-decoration:none;
	color:white;
}

.newsitem h2{
	position: absolute;
    top: 0;
    background-color:rgba(38, 38, 38, .75);
    padding: 15px 15px 15px 15px !important;
    right: 0;
    left: 0;
	line-height: 1.5;
	font-weight: 300;
    font-family: 'Comfortaa', display;
	font-size:20px;
}
.woocommerce-js #reviews #review_form{
	border:0;
	padding:0;
}
.woocommerce-js #reviews #review_form #respond p.comment-form-author label,
wp-comment-cookies-consent,
.comment-form-cookies-consent,
.woocommerce-js #reviews #review_form #respond p.comment-form-email label{
	color:white;
}

/*
*/
.woocommerce .woocommerce-Addresses .woocommerce-Address-title{
	background-color:#333333;
	color: rgba(242, 245, 247, 0.76);
}
.woocommerce .woocommerce-Addresses .woocommerce-Address-title h2{
	font-size:1.5rem;
}
.woocommerce-js .select2-container .select2-selection--single, .woocommerce-js select, .woocommerce-page .select2-container .select2-selection--single, .woocommerce-page select{
	padding:.55em .8em;
}
.woocommerce-js .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:1;
	font-size: .9rem;
}
.woocommerce-js .select2-results__option, .woocommerce-js .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true]{
	color:black;
	font-size: .9rem;
}
.woocommerce-address-fields__field-wrapper{
	margin-bottom:20px;
}

body .woocommerce form.login,
body .woocommerce form.checkout_coupon,
body .woocommerce form.register {
    border:0;
    padding:0;
    margin: 2em 0;
    text-align: left;
    border-radius: 0;
}
[hideentrymeta] .entry-meta,
[hideentrymeta] .navigation.post-navigation{
	display:none;
}
.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table th{
	text-transform:uppercase;
}
.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title, .woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title, .woocommerce.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title, .woocommerce.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title {
    background: #3a4146;
    padding: 1em;
    margin-bottom: 0;
    font-size: 1.3rem;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
}
.woocommerce-page.woocommerce-checkout #payment div.payment_box:before, .woocommerce.woocommerce-checkout #payment div.payment_box:before {
    border-bottom-color: #3a4146;
	margin: calc(-1em + 2px) 0 0 2em;
}
.woocommerce-page.woocommerce-checkout #payment div.payment_box,
.woocommerce.woocommerce-checkout #payment div.payment_box{
	background-color:#3a4146;
	color:white;
}
.woocommerce-js form .form-row label{
	color:white;
}
#wpforms-submit-1911{
	display:none;
}
li.downloads{
	position:relative;
}
li.downloads.full{
	float: left;
    width: 100%;
}
li.downloads.full h3{
	color: #ceff08;
}
.dashboardbox1col div ul li.downloads.full{
	/*background-color:none;*/
	background-color: #4C4E56;
	padding:10px 30px;
	margin-top:1px;
}
a.formbtn,
button.formbtn{
	background-color: var(--green-yellow) !important;
    color: #3a4146;
    border-radius: 5px;
    border: 0 !important;
	padding: 0 15px !important;
	margin:0 0 0 20px;
}
.btnlink{
	background-color: var(--green-yellow) !important;
    color: #3a4146;
    border-radius: 5px;
    border: 0 !important;
	padding:15px !important;
	margin:10px 0;
}
.btnlink.nobg{
	background-color:transparent !important;
	color: #ceff08;
	padding:15px 0 !important;
}
.btnlink.right{
	float:right;
	margin:10px 0 10px 10px;
}
.btnlink.left{
	float:left;
	margin:10px 10px 10px 0;	
}
.previousbox{
	float:left;
	margin-right:10px;
	padding:15px 0 !important;
}
.wpforms-container .wpforms-submit-spinner{
	margin-inline-start: 15px;
	margin-right:15px;
}
.margintop40{
	margin-top:40px;
}
div.wpforms-container-full .wpforms-field-label,
.wp-core-ui div.wpforms-container-full .wpforms-field-label{
	margin: 0 0 0 0;
    padding: 0;
}

.wpforms-container .wpforms-form .wpforms-field-sublabel,
.wpforms-container .wpforms-form .wpforms-field-description,
div.wpforms-container-full .wpforms-field-description,
div.wpforms-container-full .wpforms-field-limit-text,
.wp-core-ui div.wpforms-container-full .wpforms-field-description,
.wp-core-ui div.wpforms-container-full .wpforms-field-limit-text {
    font-size: var(--wpforms-label-size-sublabel-font-size);
    line-height: var(--wpforms-label-size-sublabel-line-height);
    color: #333;
    margin: var(--wpforms-field-size-sublabel-spacing) 0 0 0;
}
/*
	FRONTPAGE NEWSLETTER BOX
*/
/*.quick_form_7_css * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    overflow-wrap: break-word
}
@media only screen and (max-width: 600px) {.quick_form_7_css[name="SIGNUP_BODY"] { width: 100% !important; min-width: 100% !important; margin: 0px auto !important; padding: 0px !important } .SIGNUP_FLD { width: 90% !important; margin: 10px 5% !important; padding: 0px !important } .SIGNUP_FLD input { margin: 0 !important } }
*/
/*	toast  */
.toastmessage{
	border-radius:20px;
	background:#333333;
	padding:30px;
	color:white;
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	min-width:420px;
	z-index:1100;
	box-shadow:5px 5px 25px rgba(0, 0, 0, 0.5);
	font-weight: 700;
}
.toastmessage span,.toastmessage div,.toastmessage strong{
	font-size:inherit;
}
.toastmessage.txtleft{
	text-align:left;
}
@media (min-height: 780px){
	.toastmessage{
		border-radius: 20px 20px 0 0;
		bottom: 0;
	}
}
.tooltip {
	display: none;
	position: absolute;
	padding: 10px;
	color: #ffffff;
	background-color: #333333;
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.5);
	border-radius: 5px;
	z-index:5100;
}
/*****************************************
	USER LOGGED IN
*****************************************/
/*
Login, register products
*/
body.page-id-121 #content .ast-container,
body.page-id-1926 #content .ast-container,
body.page-id-198 #content .ast-container
{
	padding:20px 20px 20px 20px;
	
}
.woocommerce-MyAccount-navigation ul{
	background-color: rgba(38, 38, 38, .75);
	padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li{
	
}
.woocommerce-MyAccount-navigation ul li a{
	color: rgba(242, 245, 247, 0.76);
}
.woocommerce-MyAccount-navigation ul li a:hover,
body .woocommerce-MyAccount-navigation-link.is-active a{
	background-color: transparent;
	color:white;
}
#usermenubtn{
	color: #3a4146;
    background-color: #ceff08;
    font-size: 20px;
	z-index: 1100;
	position: fixed;
    text-align: center;
    cursor: pointer;
	left:30px;
	bottom:30px;
	border-radius: 2px;
	width: 2.1em;
    height: 2.1em;
    line-height: 2.1;
}
#usermenubtn img{
	width:20px;
	height:20px;
}
#UserMenu{
	display:none;
	transition: all 0.5s ease-in-out;
	position: fixed;
	z-index: 1100;
	right:-80px;
	top:110px;
	/*background-color:rgba(38, 38, 38, .75);	
    backdrop-filter: blur(6px);*/
}
#menu-usermenu{
	background-color: rgba(38, 38, 38, .75);
    backdrop-filter: blur(6px);
}
#UserMenu ul{
	list-style:none;
	margin: 0;
	backdrop-filter: blur(6px); /* works only on static */ 
}
#UserMenu ul li{
	padding:0;
	border-bottom: 1px solid #7a7c81;
}
#UserMenu ul li:last-child{
	border-bottom: 1px solid transparent;
}
#UserMenu ul li a{
	border-width: 0 0 1px;
	padding: .9em 1em;
    display: block;
    word-wrap: break-word;
	line-height: 1.6em;
    color: rgba(242, 245, 247, 0.76);
}
#UserMenu ul li.current-menu-item.current_page_item a,
#UserMenu ul li a:hover{
	color:white;
}
.woocommerce-account .woocommerce-MyAccount-content{
	float:left;
	width:100%;
}
/*
	Product Req form
*/
#wpforms-1911.wpforms-block-131bec01-9cd8-4918-ad76-bd6ede3a1439{
	margin:-15px 0 0 0;
}
div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color: var(--green-yellow);
    color: #3a4146;
	border-radius:5px;
	border:0;
}
div.wpforms-container-full .wpforms-field-label,
.wp-core-ui div.wpforms-container-full .wpforms-field-label {
    color: white;
}

.wpforms-field.wpforms-field-checkbox .wpforms-field-label{
	margin-bottom:10px;
}

.grecaptcha-badge{
	bottom: 104px !important;
}
/*
	Product regged list
*/
:root{
	interpolate-size: allow-keywords;
}
.reguserproducts{
	
}
.reguserproducts details{
	
}

.reguserproducts details::details-content{
	block-size:0;
	transition:block-size 1s, content-visibility 1s;
	transition-behavior: allow-descrete;
}
.reguserproducts details[open]::details-content{
	block-size:auto;
}
.reguserproducts .reguserproitem{
	padding:0px 30px 20px 30px;
    /*background-color: var(--black-2);*/
	background-color:#4C4E56;
    margin: -10px 0 10px 0;
} 
.reguserproducts summary{
	color:white;
	background-color:#4C4E56;
	padding: 20px 30px;
	margin: 0 0 9px 0;
	/*list-style-position:outside;
	margin-inline-start:1rem;*/
}
.reguserproducts summary:hover{
	cursor:pointer;
}
.reguserproducts summary::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
	color:#CCFF00;
}
.reguserproducts summary img{
	width:30px;
	height:30px;
	margin:0 10px 0px 5px;
}
.reguserproducts .reguserproitem h3{
	color:white;
} 
.reguserproducts .reguserproitem h5{
	color:#a4a6a8;
}
.reguserproducts .reguserproitem h5 strong{
	color:#eee;
}
.reguserproducts .reguserproitem .edititem{
	display:none;
}
.reguserproducts .reguserproitem .edititem label{
	color: white;
}
.reguserproducts .reguserproitem .edititem input{
	background-color: var(--wpforms-field-background-color);
    background-clip: padding-box;
    border-radius: var(--wpforms-field-border-radius);
    color: var(--wpforms-field-text-color);
    border-width: var(--wpforms-field-border-size);
    border-style: var(--wpforms-field-border-style);
    border-color: var(--wpforms-field-border-color);
    padding: 0 var(--wpforms-field-size-padding-h);
    font-size: var(--wpforms-field-size-font-size);
    line-height: 100%;
    box-shadow: none;
    transition: border 0.15s, box-shadow 0.15s;
	height: var(--wpforms-field-size-input-height);
}
.reguserproducts .reguserproitem .edititem input[disabled]{
	background-color:#aaa;
}
.reguserproducts .reguserproitem .edititem button{
	margin-right:10px;
}
.reguserproducts .reguserproitem .reguserprotools{
	/*float:right;*/
	text-align:right;
}
.reguserproducts .reguserproitem .reguserprotools img{
	width:32px;
	height:32px;
}
.reguserproducts .reguserproitem .reguserprotools a{
	padding:5px;
}
.reguserproducts .noproducts{
	text-align:center;
	padding:50px;
}
/*
	User Dashboard
*/
p.dashboardbox, div.dashboardbox{
	background-color: #4C4E56;
	padding: 20px 30px;
	color:color: #f5f5f5;
}
.dashboardbox.cta{
	padding: 40px 30px;
	display:flex;
	align-items: center;
}
.woocommerce-js ul#shipping_method li label{
	color:white;
	
}
.halfleft{
	flex:0 0 50%;
	max-width:50%;
}
.halfright{
	flex:0 0 50%;
	max-width:50%;
}
.dashboardbox.cta h2{
	padding: 0 0 0 0;
	font-size:1.5rem;
	margin:0;
}
.dashboardbox.cta h5{
	margin:10px 0 0 0;
}
.dashboardbox3col{ 
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-bottom:30px;
}
.dashboardbox3col div{
	flex-direction: column;
    align-items: stretch;
	background-color: #4C4E56;
	padding: 20px 30px;
	color:#f5f5f5;
}
.dashboardbox3col div h3{
	color:white;
}
.dashboardbox3col div h3 a{
	color:white;
}
.dashboardbox3col div h3 a:hover{
	color:#d8ff3c;
}
.dashboardbox3col div h3 img{
	width:35px;
	height:35px;
	margin-right:10px;
}
.dashboardbox3col div ul{
	list-style:none;
	padding: 0;
	margin:20px -30px 0px -30px;
}
.dashboardbox3col div ul li{
	/*border-bottom:1px solid #A8A8A8;*/
	/*background-color:#A8A8A8;*/
	font-size:1rem;
	padding:10px 30px;
	/*color:#f5f5f5;*/
	color:#a4a6a8;
}
.dashboardbox3col div ul li:nth-child(odd) {
    background-color:#444444;
}
.dashboardbox3col div ul li.nodata{
	background-color:transparent;
	color:gray;
	padding:30px 30px;
	text-align:center;
}
.dashboardbox3col div ul li:not(.nodata):hover{
	color:white;
	background-color:#555;
}
/*
	DOWNLOADS FULL
*/
.dashboardbox1col{ 
	/*display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;*/
}
.dashboardbox1col div{
	flex-direction: column;
    align-items: stretch;
	background-color: #4C4E56;
	padding: 20px 30px;
	color:#f5f5f5;
}
.dashboardbox1col div h3{
	color:white;
}
.dashboardbox1col div h3 img{
	width:35px;
	height:35px;
	margin-right:10px;
}
.dashboardbox1col div ul{
	list-style:none;
	padding: 0;
	margin:20px -30px 0px -30px;
}
.dashboardbox1col div ul li:not(.full){
	/*border-bottom:1px solid #A8A8A8;*/
	/*background-color:#A8A8A8;*/
	font-size:1rem;
	padding:10px 30px;
	/*color:#f5f5f5;*/
	color:#a4a6a8;
}
/*.dashboardbox1col div ul li:not(.full):nth-child(odd) {
    background-color:#444444;
}
.dashboardbox1col div ul li:not(.full).nodata{
	background-color:transparent;
	color:gray;
	padding:30px 30px;
	text-align:center;
}
.dashboardbox1col div ul li:not(.nodata, .full):hover{
	color:white;
	background-color:#555;
}*/
.plusbtn{
	color:#CCFF00;
	font-size: 3rem;
    font-weight: normal;
}
.plusbtn.right{
	float:right;
}
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle{
	color: white !important;
}
.ast-header-break-point #ast-hf-mobile-menu.main-header-menu .sub-menu{
	background-color: transparent;
}
/********************************
	RESPONSIVE
********************************/
@media (max-width: 1700px){
	a, p, span, div, h1, h2, h3, h4, h5 {
		text-wrap: wrap;
		word-break: break-word;
		overflow-wrap: break-word;
	}
	.topnavslidercontent{
		padding: 72px 72px 72px 10%;
	}
	.topnavslidercontent .wp-block-buttons .wp-block-button,
	.topnavslidercontent .wp-block-buttons .wp-block-button a{
		min-width:auto;
		max-width:100%;
		width:100%;
	}
}
@media (max-width: 1400px){
	.topnavslidercontent{
		padding: 72px 72px 72px 5%;
	}
}
@media (max-width: 1270px){
	#testimonials #slider-pro-2{
		min-width: 100% !important;
		max-width: 100% !important;
	}
	#testimonials div.sp-layer.sp-animated.sp-padding{
		padding: 40px;
		margin: 0 0 0 0 !important;
		min-height: 465px;
		max-width: 100% !important;
	}
	#testimonials div.sp-layer.sp-animated.sp-padding span {		
		padding-bottom:20px;
	}
	#post-313 ul{	
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.ast-plain-container.ast-no-sidebar .entry-content > .alignfull,
	.ast-page-builder-template .ast-no-sidebar .entry-content > .alignfull {
		/*margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
		max-width: 100vw;
		width: 100vw;*/
		padding-left:20px;
		padding-right:20px;
	}
	/*#testimonials{
		padding-left:0px;
		padding-right:0px;
	}*/
}
@media (max-width: 980px){
	#post-313 ul{	
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	#ast-mobile-header {		
		position: fixed;
		top: 0;
		width: 100%;  
	}
	#astra-footer-menu{
		margin:0; 
	}
	#astra-footer-menu .menu-item{
		margin: 0px 0 15px 0;
	}
	/*
		FRONTPAGE
	*/
	.ast-container, .ast-container-fluid {
		margin-left: auto;
		margin-right: auto;
	}
	#intro figure{
		text-align:center;
	}	
	#discord .wp-block-group.is-layout-constrained{
		padding-right:0 !important;
	}
	#testimonials{
		padding-top:0 !important;
		/*margin-left: -20px;
		margin-right:0;*/
		max-width: 100vw;
		width: 100vw;
		padding:0 0 42px 0 !important;
	}
	body.page-id-375 #slider-pro-2,
	#testimonials #slider-pro-2{
		min-width: 100% !important;
		max-width: 100% !important;
	}
	body.page-id-375 div.sp-layer.sp-animated.sp-padding,
	#testimonials div.sp-layer.sp-animated.sp-padding{
		padding: 30px;
		margin: 0 0 0 0 !important;
		min-height: 575px;
		max-height: 575px;
		max-width: 100% !important;
	}
	body.page-id-375 .slider-pro,
	#testimonials .slider-pro{ 
		min-width: 100% !important;
		max-width: 100% !important;
	}
	body.page-id-375 .ratingbox,
	#testimonials .ratingbox{
		bottom: 105px !important;
	}	
	
	body.page-id-375 div.sp-layer.sp-animated.sp-padding span,
	#testimonials div.sp-layer.sp-animated.sp-padding span {	
		padding-bottom:20px;		
	}
	
	body.page-id-375 sp-image-container,
	body.page-id-375 .sp-slide,
	body.page-id-375 .sp-grab,
	#testimonials sp-image-container,
	#testimonials .sp-slide,
	#testimonials .sp-grab{
		width:100% !important;
	}	
	.sp-horizontal .sp-arrows{
		display:none;
	}
	
	.videoWrapper.popup{
		width:calc(100% - 20px);
	}
	.ytclose {    
		position: absolute;
		right:15px;
		top:-40px;
		line-height: 35px;
	}	
	.topnavslidercontent{
		background-color:rgba(38, 38, 38, .75);
		padding:30px 40px 40px 40px;
		max-width:100vw;		
		word-break: break-all;
		text-wrap: wrap;
	}
	.topnavslidercontent h2{
		margin: 0 0 -20px 0;
		text-wrap: wrap;
	}
	.topnavslidercontent p{
		text-wrap: wrap;
	}
	.topnavslidercontent .wp-block-buttons .wp-block-button a{
		min-width:auto;
		
	}
	.topnavslidercontent p:empty {
		display: none;
	}	
	#topslider .wp-block-button{
		max-width:100%;
		display: block;
	}
	#topslider .sp-layer.sp-static {
		max-width: 100%;
        width: 100%;
        left: auto !important;
		height: auto !important;		
		top: auto !important;
		bottom: 0px !important;
		transform: scale(1) !important;
	}
	.ast-mobile-header-content.content-align-flex-start {
		background-color: rgba(38, 38, 38, .75);
	}
	#ast-hf-mobile-menu{		
		border-color: #eaeaea;		
		box-shadow:none;
		background: transparent;
	} 
	#ast-hf-mobile-menu a.menu-link{
		color:white;
		border-bottom-width: 1px;
		border-color: #7a7c81;
		border-style: solid;
		padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
	}
	#newsletter{
		padding:0 !important;
	}
	/* page title */	
	.ast-single-entry-banner[data-post-type="page"] .ast-container{
		width:100vw;
		padding: 20px;
		left:0;
		right:0;
		bottom:0;
		top:auto;
		transform: none;
		min-height: 140px;
	}
	.ast-single-entry-banner[data-post-type="page"] .entry-title{	
		padding:20px 20px 20px 0px;
		color:#F5F5F5;
		font-size:26px;
		text-align: left;		
	}
	.body:is(.home) #page #main{
		margin:30px 0 82px 0; 
	}
	.resp-tabs-container{
		margin-bottom:52px;
	}
	.woocommerce-js .woocommerce-breadcrumb{
		width:100%;
		padding-top:20px;
	}
	.woocommerce.ast-page-builder-template .site-main{
		padding-top: 110px;
	}
	/*store locator*/	
	div.storesform{
		display:block;
	}
	.storesform .field{
		width:100%;        
        display: block;
        flex: none;
		margin: 0px 0 10px 0;
	}
	.storesform span.field{
		padding: 10px;
		margin: 0 10px 0 0;
	}	
	.body:not(.home) #page #main #videos{
		border-color: #1e293b30;
		border-width: 0px !important;
		background-color:transparent !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	#post-308 ul{	
        grid-template-columns: 1fr;    
	}
	body.ast-page-builder-template .site-content > .ast-container, .single-post .site-content > .ast-container {
		max-width: 100% !important;
	}
	body.single-post.ast-single-post article{
		max-width:100%;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	body.single-post.ast-single-post article img{
		max-width: 100% !important;
	} 
	.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
		width: 62px;
		margin-right: .5em;
		margin-bottom: .5em;
	}
	.woocommerce-js .woocommerce-product-rating .star-rating{
		margin:10px 10px 10px 0;
		display:block;
		width: 100%;
	}
	.woocommerce-review-link{
		display:block; 
		width: 100%;
	}
	.woocommerce-js .star-rating{
		font-size: 1.5em;
	}
	.product_tab_content img{
		float:none;
		margin:0;
	}
	
	/*	rows  */
	.rows-2, .rows-3{
		grid-column-gap: 0;
		grid-row-gap: 36px;
		grid-template-rows: auto;
		grid-template-columns:none;		
		max-width: 100%;		
	}
	.rows-2 .row, .rows-3 .row{
		grid-area:auto;
	}
	.specs{	
		width: 100%;
		padding-bottom: 60px;
		padding-right: 0;
	}
	.specsline{
		display:block;
	}
	.specsline .number,
	.specsline .desc,
	.specsline .info{
		width:100%;
		padding:0;
	}
	/*
		comments
	*/
	.woocommerce-js #reviews #comments ol.commentlist{
		padding:0;
	}
	.woocommerce-js #reviews #comments ol.commentlist li img.avatar{
		display: none;
	}
	.woocommerce-js #reviews #comments ol.commentlist li .comment-text{
		border-radius: 0;
		padding: 0;
		margin: 0;
	}
	/* audio compare */
	#tab-audiocompare .audio-comparison-block{
		display: block;	
	} 
	#tab-audiocompare .w-embed{
		width:100%;
		display:block;
		min-width: 100%;
	}
	#tab-audiocompare .audio-title-wrapper,
	#tab-audiocompare .audio-type-h4.order,
	#tab-audiocompare .audio-type-h4.date-and-time{
		display:block;
		width:100%;
		min-width: 100%;
		padding:0;
	}
	.woocommerce-js #reviews .comment-form-rating,
	.woocommerce-js #reviews #review_form #respond .stars,
	.woocommerce-js #reviews .comment-form-rating label{
		display:block;
		width:100%;
	}
	.woocommerce-js #reviews .comment-form-rating label{
		padding: 0px 0 15px 0;
	}
	/* mobile tabs */	
	h2.resp-accordion{
		margin-bottom: 0;
		border-bottom:3px solid transparent;		
	}
	h2.resp-tab-active{
		background-color: #4C4E56;		
		border-bottom:3px solid #ceff08;
	}
	h2 span.resp-arrow,
	h2.resp-tab-active span.resp-arrow{
		border:0;
	}
	h2 span.resp-arrow:after{
		content:'+';
		color:white;
		margin: 0px 0px 0 -36px;
        padding: 5px 15px;
        font-size: 40px;
	}
	h2.resp-tab-active span.resp-arrow{		
		transform: translate(100%) rotate(45deg);
		transform-origin: center center; 
		margin-top: 5px;
	}
	h2.resp-tab-active span.resp-arrow:after{
		content:'+';
		color:#ceff08;
		margin: 0px 0px 0 -25px;
	}
	/*#discord .wp-block-image{
		right: 30px;
        margin-top: -150px;
	}	*/
	ul.flex-direction-nav{
		top: 50%;
		transform: translateY(-50%);
	}
	a.flex-prev::before {
		visibility: visible;
		content: '';
		background-image: url('/wp-content/uploads/2024/10/chevron-right-1.png');
		rotate: -180deg;
		width: 40px;
		height: 40px;
		display: inline-block;
		background-size: contain;
	}
	a.flex-next::after {
		visibility: visible; 
		content: '';
		background-image: url('/wp-content/uploads/2024/10/chevron-right-1.png');
		width: 40px;
		height: 40px;
		display: inline-block;
		background-size: contain;
	}
	.woocommerce-js div.product .woocommerce-tabs .panel{
		margin: 0 auto 10px auto;
	}
	body:not(.home) #content .ast-container {
		/*padding-top: var(--wp--custom--ast-default-block-top-padding);
		padding-right: var(--wp--custom--ast-default-block-right-padding);
		padding-bottom: var(--wp--custom--ast-default-block-bottom-padding);
		padding-left: var(--wp--custom--ast-default-block-left-padding);*/
	}
	.reguserproducts .reguserproitem .edititem button{
		margin:0 10px 0 0;
	}
	.reguserproducts .reguserproitem .reguserprotools{
		margin:30px 0 10px 0;
	}
	.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half, .wpforms-container .wpforms-field .wpforms-field-row .wpforms-three-sixths, .wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-fourths {
		width: 100%;
		margin: 0;
        padding-inline-start: 0;
		padding-inline-end:0;
	}
	.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium, 
	.wpforms-container input.wpforms-field-small, .wpforms-container select.wpforms-field-small, .wpforms-container .wpforms-field-row.wpforms-field-small, .wp-core-ui div.wpforms-container input.wpforms-field-small, .wp-core-ui div.wpforms-container select.wpforms-field-small, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-small {
		max-width: 100%;
	}
}
@media (max-width: 920px){
	.ast-grid-right-section{
		justify-content: flex-end;
	}
	a.usrbnt{
		position: absolute;
		width:40px;
		right:100px;
		top: 50%;
		transform: translateY(-50%);
		padding: 0 0;
	}
	a.cartbnt{
		position: absolute;
		right:60px;
		top: 50%;
		transform: translateY(-50%);
		padding: 0 5px;
	}	
	a.cartbnt:after{
		content:none;
	}
	.dashboardbox3col {
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 0;
	}
	.dashboardbox3col div{
		margin-bottom:10px;
	}
	#UserMenu.mobile{
		right:0;
		left:0;
		top: 105px;
		background-color: rgba(38, 38, 38, .5);
		padding:0;
	}
	#UserMenu.mobile ul {    
		backdrop-filter: blur(6px);
		padding: 0 10px;
	}
}
@media (max-height: 780px){
	.topnavslidercontent {
		padding:42px 42px 42px 82px;
	}
	
}