/*
Theme Name: All Screen Trading
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1770960839
Updated: 2026-02-13 05:33:59

*/

/* Header */
#sticky-header.sticky-active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background-color: #FFF;
	box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.24);
}
#sticky-header.sticky-active > div {
	padding: 5px !important;
}
#sticky-header.sticky-active .logo img {
	max-width: 70px !important;
}
#sticky-header .logo img {
	transition: all .5s ease !important;
}
#menu-1-155d562 li.menu-item-has-children ul {
	border-radius: 0 0 20px 20px;
	overflow: hidden;
}
.loop-grid-archive .elementor-pagination .page-numbers.current {
	background-color: var( --e-global-color-secondary );
	border-radius: 50%;
	padding: 1px 11px;
}
#menu-category ul {
	display: flex;
	justify-content: space-between;
}
#menu-category ul li a {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#menu-category ul li span.elementor-icon-list-icon {
	display: block;
	text-align: center;
	background-color: #FFF;
	border-radius: 15px;
	padding: 20px 35px;
}
/* Product Category */
.submenu-category {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	gap: 10px;
	font-family: "IBM Plex Sans Thai", Sans-serif;
}
.submenu-category li.menu-item a {
	font-size: 17px;
	color: #FFF;
	padding: 2px 20px;
	border-radius: 20px;
}
.submenu-category li.menu-item:hover a {
	background-color: #FFF;
	color: var( --e-global-color-secondary );
}
.submenu-category li.current-menu-item a {
	background-color: #FFF;
	color: var( --e-global-color-secondary );
	font-weight: 700;	
}
.product_cat-name {
	font-weight: 700 !important;
}
.product-tabs .e-n-tabs {
	gap: 0 !important;
}
.product-tabs .e-n-tabs-heading {
	background-color: #0FC0EA;
	padding: 14px 30px;
	border-radius: 20px 20px 0 0;
}
.product-tabs .e-n-tabs-heading button.e-n-tab-title[aria-selected="true"] > span,
.menu-category-tabs nav ul li a.elementor-item-active {
	font-weight: 700 !important;
}
.product-tabs .e-n-tabs-content .container-product {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding: 60px 30px;
	border-radius: 0 0 20px 20px;
	background-color: #F8F8F8;
}
.product-faqs details {
	border: 1px solid #D5D5F0;
	border-radius: 25px;
	overflow: hidden;
}
.product-faqs details[open] {
	border-color: #C7F4FF;
}
.price-accordion details {
	border: 1px solid #D5D5F0;
	border-radius: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
/*.price-accordion summary {
	cursor: pointer;
	font-size: 25px;
	font-weight: 500;
	color: var( --e-global-color-secondary );
	list-style: none;
	padding: 30px 50px;
}*/
.accordion summary::-webkit-details-marker {
	display: none;
}
/*.price-accordion summary::after {
	content: "";
	background-image: url('/wp-content/uploads/2026/02/arrow-up-circle.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
	float: right;
	transition: transform 0.3s ease;
}
.price-accordion details[open] summary::after {
	content: "";
	background-image: url('/wp-content/uploads/2026/02/arrow-down-circle.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
}
.price-accordion .content {
	border-top: 1px solid #D5D5F0;
	overflow: hidden;
	padding: 30px 50px;
}
.price-accordion details[open] summary {
	padding-bottom: 20px;
}
.price-accordion details[open] .content {
	padding-top: 20px;
}*/
/* Footer */
.elementor-element-922aa4b .elementor-icon svg g path,
.elementor-element-2a25d8a .elementor-icon svg g path {
	fill: #000;
}
#back-to-top {
	display: none;
	cursor: pointer;
	z-index: 10;
}
/* Floating button */
.elementor-widget-off-canvas .e-off-canvas {
	width: 100px !important;
	height: auto !important;
	top: unset !important;
	right: 0;
	bottom: 0;
	left: unset !important;
}
/* Google review */
.ti-widget.ti-goog .ti-review-item > .ti-inner {
	background-color: #cbebf9 !important;
}
.ti-review-header {
	flex-direction: column;
	align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#menu-category ul li span.elementor-icon-list-icon {
		padding: 20px 25px;
	}
	.price-accordion summary {
		font-size: 20px;
		padding: 20px 30px;
	}
	.price-accordion summary::after,
	.price-accordion details[open] summary::after {
		width: 28px;
		height: 28px;
	}
}

@media only screen and (max-width: 767px) {
	#sticky-header.sticky-active .logo img {
		max-width: 60px !important;
	}
	.elementor-element-e3af373 {
		position: relative !important;
		top: 0;
	}
	#menu-category ul {
		display: grid;
		grid-template-columns:  repeat(3,1fr);
		row-gap: 15px;
	}
	#menu-category ul li span.elementor-icon-list-icon {
		padding: 15px 18px;
	}
	.product-tabs .e-n-tabs-content > div {
		padding: 30px 15px;
	}
	.price-accordion summary {
		font-size: 16px;
		padding: 15px 20px;
	}
	.price-accordion summary::after,
	.price-accordion details[open] summary::after {
		width: 24px;
		height: 24px;
	}
	/* Footer */
	.menu-footer ul {
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
}