/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*TABLE OF CONTENTS

01 - Header
02 - Global
03 - Custom CSS
04 - CF7
05 - Mobile
*/

/* /////////////////////////////////////////////////////////////////////
//  00 - F7
/////////////////////////////////////////////////////////////////////*/

.pre-loaded-content {
	display: none;
}

body, .km, html.lang-km {
    font-family: 'Kantumruy Pro', var(--f7-font-family);
}

.product-main-image img {
	aspect-ratio: 5 / 3;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}

.product-gallery {
	overflow: hidden;
}

.panel-left {
	--f7-panel-left-width: 360px;
	--f7-panel-width: 360px;
}

.panel-left .block {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.panel-left .block .grid {
	flex-grow: 1;
}

.panel-left .block .grid a {
	margin: 0 auto;
}

.pre-loaded-content .menu-product {
	display: none !important;
}

.app-color-field {
	display: flex;
	overflow: hidden;
}

.app-color-field i {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	aspect-ratio: 1 / 1;
}

.app-color-field input {
	display: inline-block;
	margin: 0 !important;
	background: none !important;
	border: 0 !important;
}

.cmb-form input[type=submit] {
	display: none !important;
}

.status-indicator,
.cf7-upload-status,
.prefill-json {
	display: none !important;
}

.actions-button {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.post-wrapper[data-status="draft"] {
	filter: grayscale(0.5);
}

.icon-only.round {
	overflow: hidden;
	border-radius: 100%;
	width: 43px;
	height: 43px;
	display: flex;
}

.post-wrapper .post-title {
	margin-right: 25px;
}

.bpfwe-edit-actions .icon-only.round {
	background: transparent;
	position: absolute;
	top: 0;
	right: 10px;
}

.bpfwe-edit-actions .icon-only.round i {
	color: #fff;
}

.icon-only.round.fb {
	background: #1877F2;
}

.icon-only.round.in {
	background: #DD2A7B;
}

.icon-only.round.te {
	background: #0088CC;
}

.icon-only.round.tt {
	background: #69C9D0;
}

.icon-only.round.gg {
	background: #4285F4;
}

.icon-only.round svg {
	height: 22px;
	fill: #FFFFFF;
}

#onboarding-loader.fade-out {
	opacity: 0;
	transition: opacity .25s ease;
}

.cf7-upload-wrapper {
	display: block !important;
	width: auto !important;
}

.cf7-upload-wrapper input[type="file"].has-preview {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 40px 0;
	color: transparent;
}

.cf7-remove-image {
	position: absolute;
	color: var(--e-global-color-accent);
	top: 10px;
	right: 10px;
	font-size: 30px;
}

.rtl-animation {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.ltr-animation {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.rtl-animation.modal-in,
.ltr-animation.modal-in {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.rtl-animation.modal-out {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.ltr-animation.modal-out {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.rtl-animation.modal-in,
.rtl-animation.modal-out,
.ltr-animation.modal-in,
.ltr-animation.modal-out {
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
}

.tabs .page-content {
	padding-top: 0 !important;
}

.page-content {
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

.feed-header {
	scroll-margin-top: calc(var(--f7-navbar-height) + var(--f7-safe-area-top) + var(--f7-subnavbar-height));
}

.page-content::-webkit-scrollbar {
	display: none;
}

.actions-button {
	align-items: center;
}

.inner-content,
.logo {
	position: relative;
	display: inline-block;
}

.logo a.round {
	background: #fff;
	position: absolute;
	top: 0;
	right: -12px;
}

form .icon-only.round {
	background: #fff;
    width: 38px;
    height: 38px;
	cursor: pointer;
	box-shadow: var(--f7-fab-box-shadow);
}

form .icon-only.round i {
	color: var(--e-global-color-accent);
}

.terms-list a {
	background: #fff;
	color: #F67F1E;
	padding: 9px 24px;
	border-radius: 30px;
	margin-right: 10px;
	display: inline-block;
}

.fade-out {
	transition: opacity 250ms ease;
	opacity: 0;
}

.cf7-remove-image {
	cursor: pointer;
}

.translation-wrapper {
	display: none;
}

.navbar .title {
	overflow: visible;
}

.product-price--old {
	text-decoration: line-through !important;
}

.main-image-col,
.gallery-col {
	width: 50%;
}

.grid-cols-5 a:not([href]) {
	display: none;
}

.content-modal {
	--f7-safe-area-top: 0px;
	border-radius: var(--f7-sheet-border-radius) var(--f7-sheet-border-radius) 0 0;
	position: relative;
	overflow: hidden;
}

.item-media .input-clear-button {
	filter: invert(1);
	right: 10px;
	top: 20px;
}

.left .searchbar-enable {
	width: 60px !important;
}

.list ul ul.translation-group {
    padding-left: 0;
	display: inline-flex;
	width: 100%;
}

.list ul ul.translation-group .language-selector {
	width: 60px;
}

.list ul ul.translation-group li {
	width: calc(100% - 90px);
}

.feed-anchor-filters-ff65c60 {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	scrollbar-width: none;
}

.feed-anchor-filters-ff65c60::-webkit-scrollbar {
	display: none;
}

.feed-anchor-filters-ff65c60 a {
	flex: 0 0 auto;
	margin-right: 10px;
}

/* /////////////////////////////////////////////////////////////////////
//  01 - Header
/////////////////////////////////////////////////////////////////////*/

.swipe-handler:after {
	content: '';
	width: 36px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	margin-top: -3px;
	border-radius: 3px;
	background: #666;
}

.swipe-handler {
	height: 60px;
	position: relative;
	left: 0;
	width: 100%;
	top: 0;
	background: #fff;
	cursor: pointer;
	z-index: 10;
}

/* /////////////////////////////////////////////////////////////////////
//  02 - Global
/////////////////////////////////////////////////////////////////////*/

main,
footer {
	transition: transform 0.6s;
}

button,
button:hover,
*:focus {
	outline: 0 !important;
	-webkit-box-shadow:
		0 0 0 0rem #fff,
		0 0 0 0rem #fff !important;
	box-shadow:
		0 0 0 0rem #fff,
		0 0 0 0rem #fff !important;
}

button::-moz-focus-inner {
	padding: 0;
}

ul {
	padding-left: 16px;
	margin-top: 0;
	margin-bottom: 0.9rem;
}

a {
	text-decoration: none !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit !important;
}

.comments-area a,
.page-content a {
	text-decoration: none;
}

address {
	font-style: normal !important;
}

table td,
table th {
	border: 0;
	vertical-align: inherit;
}

.elementor-icon-list-item:has(.elementor-icon-list-text:empty) {
	display: none;
}

.pagination {
	display: block;
}

.absolute-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	pointer-events: none;
}

.blurred-image,
.blurred-image .elementor-widget-container,
.absolute-image,
.absolute-image .elementor-widget-container {
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	overflow: hidden !important;
	z-index: -1;
	margin-bottom: 0 !important;
}

.blurred-image img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	filter: blur(4px);
	transform: scale(1.1);
}

.absolute-image img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

.hover-effect .post-wrapper,
.hover-effect .tax-wrapper {
	-webkit-transition: box-shadow 0.5s, -webkit-transform 0.5s;
	transition: transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s, background-color 0.5s;
}

.hover-effect .post-wrapper:hover,
.hover-effect .tax-wrapper:hover {
	-webkit-box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
	box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
	-webkit-transition: box-shadow 0.5s, -webkit-transform 0.5s;
	transition: transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s, background-color 0.5s;
}

.elementor-icon-wrapper {
	display: flex;
}

.elementor-icon svg,
.elementor-icon-list-icon svg {
	stroke-width: 1.5;
}

.inner-scroll::-webkit-scrollbar,
.cmb-repeat-group-wrap::-webkit-scrollbar {
	width: 10px;
}

.inner-scroll::-webkit-scrollbar-track,
.cmb-repeat-group-wrap::-webkit-scrollbar-track {
	background: #efefef;
}

.inner-scroll::-webkit-scrollbar-thumb,
.cmb-repeat-group-wrap::-webkit-scrollbar-thumb {
	background: #dfdfdf;
}

.inner-scroll::-webkit-scrollbar-thumb:hover,
.cmb-repeat-group-wrap::-webkit-scrollbar-thumb:hover {
	background: #dfdfdf;
}

/* /////////////////////////////////////////////////////////////////////
//  03 - Custom CSS
/////////////////////////////////////////////////////////////////////*/

.numeral {
	display: inline-flex;
	background: var(--e-global-color-accent);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.gallery-row {
	background: rgba(0, 0, 0, .05);
	margin: 20px auto 20px auto;
	padding: 8px;
	display: inline-flex !important;
	flex-direction: row;
	white-space: nowrap;
	overflow-x: scroll;
	box-sizing: border-box;
	cursor: grab;
	position: relative;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.gallery-row .cmb-row {
	display: inline-block;
	margin: 0 8px;
}

.cmb-type-text-money .cmb-td {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-direction: row-reverse;
}

.cmb-th label {
	display: block;
	margin: 20px 0 10px 0;
}

/* File Input Styling */
.item-input-wrap.item-media input[type="file"]::-webkit-file-upload-button,
.item-input-wrap.item-media input[type="file"]::file-selector-button {
	visibility: hidden;
	user-select: none;
}

.item-input-wrap.item-media input[type="file"] {
	position: relative;
	color: transparent;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 2px dashed #ccc !important;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.item-media .icon {
	color: #cccccc;
}

.cmb2-radio-list {
	list-style: none;
	padding: 0;
}

.cmb2-radio-list input {
	display: none;
}

.cmb2-radio-list label {
	padding: 20px;
	cursor: pointer;
	background-color: rgba(0,0,0,.05);
}

.cmb2-radio-list input:hover + label,
.cmb2-radio-list input:checked + label {
    background-color: rgba(0,0,0,.1);
}

.cmb2-radio-list li {
	display: inline-block;
	margin-right: 20px;
}

.cmb2-radio-list li div {
	font-size: 16px;
	margin-bottom: 0.9rem;
}

.cmb2-radio-list li span {
	height: 30px !important;
}

.product-price {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}

.gallery-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(150px, 50%), 1fr));
	gap: 10px;
	max-width: 1100px;
	margin: var(--f7-block-margin-vertical) 0;
}

.upload-wrapper {
	position: relative;
}

.elementor-grid .item-input-wrap.item-media::before {
	content: "add";
	font-family: "Material Symbols Outlined";
	font-size: 48px;
	color: #ccc;
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	z-index: 0;
}

.cmb-form label {
	width: auto;
	vertical-align: top;
	flex-shrink: 0;
	font-size: var(--f7-label-font-size);
	font-weight: var(--f7-label-font-weight);
	line-height: var(--f7-label-height);
	color: var(--f7-label-text-color);
	transition-duration: .2s;
	transition-property: transform, color;
}

.cmb-form input,
.cmb-form textarea,
input,
textarea {
	border-color: transparent !important;
}

.image-form-grid {
	display: flex;
	gap: 10px;
}

.gallery-col .gallery-item {
	margin-bottom: 20px;
}

.gallery-col .item-input-wrap input[type="file"] {
	aspect-ratio: auto;
	height: 100%;
}

.gallery-col {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.gallery-col .item-input-wrap {
	height: 33.33%;
	width: 100%;
}

.item-input-wrap {
	position: relative;
}

.cmb-form .list {
	margin-top: 0;
	margin-bottom: 0.9rem;
}

section.block {
	padding: 32px;
	background-color: #fff;
	border-radius: 16px;
}

::placeholder {
	color: #ACACAC;
}

::-webkit-input-placeholder {
	color: ##ACACAC;
}

::-moz-placeholder {
	color: #ACACAC;
}

:-ms-input-placeholder {
	color: #ACACAC;
}

:-moz-placeholder {
	color: #ACACAC;
}

.swiper-wrapper {
	max-height: 600px;
	aspect-ratio: 16 / 9;
}

.swiper-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-image img {
	max-height: 600px;
	aspect-ratio: 16 / 9;
	width: 100%;
	object-fit: cover;
}

.swiper-pagination {
	position: relative !important;
	margin-top: 20px;
}

.swiper-pagination-bullet {
	transition: width 0.3s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 60px;
	border-radius: 30px;
}

/* If the hidden input has a value, show the clear button */
input[type="hidden"][value]:not([value=""])~.input-clear-button{
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

#product-content {
	scroll-timeline: --main-timeline;
	scroll-snap-type: y proximity;
}

.product-image {
	overflow: hidden;
}

.product-image img {
	animation: hero-animate linear;
	animation-timeline: --main-timeline;
	position: sticky;
	top: 0;
	will-change: transform, opacity, filter;
}

.product-info {
	min-height: 600px;
	/* scroll-snap-align: start; */
}

/* 2. Keyframes for the hero animation */
@keyframes hero-animate {
  0% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
    filter: blur(10px);
  }
}

.input-dropdown-wrap input {
	cursor: pointer;
}

.dashboard {
	gap: 20px;
}

.dashboard .grid {
	height: 220px;
	gap: 20px;
}

.dashboard .grid a {
	color: #fff;
	background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
	padding: 20px;
	position: relative;
	border-radius: 30px;
    font-size: 24px;
    font-weight: 500;
	overflow: hidden;
}

.dashboard .grid a i {
	font-size: 80px;
	position: absolute;
	bottom:  20px;
	right: 20px;
	opacity: 0.75;
}

.terms-list a {
	transition: background .125s cubic-bezier(.4,0,.2,1), color .125s cubic-bezier(.4,0,.2,1);
}

.terms-list a.active {
	background: #F67F1E;
	color: #fff;
}

.ptr-ignore {
	overflow: visible !important;
}

.feed-header {
	position: sticky;
	z-index: 1;
	background: #F67F1E;
}

/* /////////////////////////////////////////////////////////////////////
//  04 - CF7
/////////////////////////////////////////////////////////////////////*/

.wpcf7-spinner {
	display: none;
}

/* /////////////////////////////////////////////////////////////////////
//  05 - Mobile
/////////////////////////////////////////////////////////////////////*/

@media all and (min-width: 768px) {}

@media all and (max-width: 1024px) {}

@media all and (max-width: 880px) {}

@media all and (max-width: 767px) {
	.mobile-hidden .elementor-icon-box-content {
		display: none;
	}
}

@media all and (max-width: 550px) {
	.elementor-widget-taxonomy-widget .elementor-grid {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}