* {
	padding:0;
	margin:0;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/* body {
padding-top:84px;
} */

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
	display: block;
	z-index: 999;
	transition: 0.5s ease-in-out !important
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}

/* Contact form */

.gform_title {
	display: none !important;
}

body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
}

body .gform_wrapper {
	margin: 0px 0;
}

body .gform_wrapper form {
	width: 100%;
	float: left;
}

body .gform_wrapper form .gform_body {
	float: left;
	width: calc(100% + 30px) !important;
	margin: 0 -15px !important;
}

body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}

body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

body .gform_wrapper form .gform_body ul li.gfield {
	padding: 0px;
	width: 50%;
	float: left;
	padding: 0 15px !important;
	margin: 0 0px 32px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
}

body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	margin-top: 0px !important;
	padding: 0 0px 20px;
	color: #0D0D0D !important;
	font-family: Kanit !important;
	font-size: 20px !important;
	font-weight: 300 !important;
}

body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: none;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Kanit !important;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
}

body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 150px !important;
	border-radius: 8px !important;
}

body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}

body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
	font-family: Kanit;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-family: Kanit;
}

body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: Kanit;
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 16px;
}

body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 18px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
	font-family: Kanit;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	float: left;
}

body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body select,
body textarea {
	width: 100% !important;
	border: 1px solid #E0E0E0 !important;
	border-radius: 8px !important;
	padding: 21px 24px !important;
	color: #9E9E9E !important;
	box-shadow: none;
	font-family: Kanit;
	height: auto !important;
	font-weight: 300;
	line-height: 125% !important;
	letter-spacing: 0.5px;
	font-size: 18px !important;
	margin: 0 !important;
	background-color: transparent !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}

body .gform_body input[type=text]::placeholder,
body .gform_body input[type=email]::placeholder,
body textarea::placeholder {
	font-weight: 300;
	font-size: 18px !important;
	color: #9E9E9E !important;
}

body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 40px !important;
}

body .gform_wrapper textarea.small {
	height: 80px;
}

body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
}

.gform_footer {
	width: fit-content !important;
	padding: 0 !important;
	margin: 0 !important;
}

.gform_button {
	background: #000 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
	font-size: 16px !important;
	margin: 0 !important;
	transform: skewX(-12deg);
	transition: all 0.5s ease-in-out;
	border-radius: 4px;
}

.gform_button:hover {
	color: #000 !important;
	background: #fff !important;
}


/* --------------------------------------------------------- */

/* Newsletter */

.subscribe .es-email, .subscribe .es-email:focus-visible {
	border-radius: 10px !important;
	border: 1px solid #fff !important;
	padding: 13px 20px 13px 20px !important;
	color: #fff !important;
	font-family: Kanit !important; 
	font-size: 18px !important;
	font-weight: 200 !important;
	line-height: normal;
	background: transparent !important;
	width: 375px !important;
	outline: none !important;
}

.community-form.subscribe .es_subscription_form .es-email, .community-form.subscribe .es-email:focus-visible,
.community-form.subscribe input[type="email"]::placeholder {
	color: #757575 !important;
	font-weight: 300 !important;
}

.es_subscription_message {
	margin-top: 5px !important;
}

.subscribe input[type="email"]::placeholder {
	color: #fff;
	font-style: italic !important;
	font-weight: 200 !important;
}

.subscribe .es-form-field-container {
	position: relative;
}

.subscribe .gjs-row {
	margin: 0 !important;
}

.subscribe .es-form-field-container .gjs-row:nth-child(3) .gjs-cell input[type="submit"] {
	padding: 8px 26px !important;
	background: #fff !important;
	border-radius: 10px !important;
	color: #000 !important;
	box-shadow: none !important;
	cursor: pointer !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	outline: none !important;
	border: none !important;
	font-family: Kanit !important;
}

.subscribe .es-form-field-container .gjs-row:nth-child(3) .gjs-cell {
	position: absolute;
	right: 0;
	transform: translate(-6px, -27px);
}

.subscribe .es-form-field-container .gjs-row {
	align-items: center !important;
	gap: 25px !important;
}

.es_subscription_message.success {
	color: #C0B7C7;
	font-size: 17px;
}

/* Community form */

.community-form.subscribe .es-form-field-container .gjs-row:nth-child(3) .gjs-cell {
	position: relative !important;
	transform: none !important;
}

.community-form.subscribe .es-email {
	border: 1px solid #757575 !important;
	border-radius: 0px !important;
}

.community-form.subscribe .es-form-field-container .gjs-row:nth-child(3) .gjs-cell input[type="submit"] {
	padding: 12px 50px 13px 50px !important;
	background: #000 !important;
	border-radius: 4px !important;
	color: #fff !important;
	box-shadow: none !important;
	cursor: pointer !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	outline: none !important;
	border: 1px solid #000 !important;
	font-family: Tapas !important;
	margin-top: 20px !important;
	transition: 0.5s ease-in-out !important;
	background: #000;
	border: 1px solid #000;
	border-radius: 3px;
	transform: skewX(-12deg);
}

.community-form.subscribe .es-form-field-container .gjs-row:nth-child(3) .gjs-cell input[type="submit"]:hover {
	background: transparent !important;
	color: #000 !important;
}

.community-form.subscribe input[type="email"]::placeholder{
	color: #000;
	font-style: normal !important;
	font-weight: 300 !important;
}

.community-form.subscribe .es-email {
	width: 558px !important;
}

/* Header */

.header-cart a {
	background: transparent !important;
	padding: 0 !important;
	border: none !important;
}

.header-menu .elementor-item-active::before {
	content: '';
	background: #fff;
	width: 38px !important;
	height: 1px !important;
	position: absolute;
	bottom: -17px !important;
}

.clear-all {
	cursor: pointer !important;
}

.header-menu .elementor-nav-menu a {
    white-space: pre-wrap !important;
}

.header-menu .sub-menu {
	width: 258px !important;
}

.header-menu .sub-menu .elementor-sub-item {
	line-height: normal !important;
}

/* .header-menu .elementor-menu-toggle {
padding-top: 0 !important;
} */

.why-section {
	max-width: 60%;
}

.woocommerce-form-register p {
	font-size: 15px !important;
}

.woocommerce-LostPassword a {
	font-size: 14px !important;
}

.sticky {
	background: #000 !important;
}

/* Button clippath */

.common-button a.elementor-button {
	transform: skewX(-12deg);
}

.shop-pro-btn.common-button a {
	background: #000;
	color: #fff;
	transition: 0.3s ease-in-out;
	border: 1px solid #000;
}

.shop-pro-btn.common-button:hover a {
	background: transparent;
	color: #000;
}

/* Home product slider */

.p-button {
	display: block;
	opacity: 0;
	transition: all 0.4s;
	transform: translateY(84px);
}

.p-button a {
	width: 300px !important;
}

.product-slide:hover .p-button,
.product-card:hover .p-button {
	transform: translateY(-35px);
	opacity: 1;
}

.price-inner,
.feture-img img,
.shop-pro-detail img {
	transition: all 0.5s;
}

.product-slide:hover .price-inner,
.product-card:hover .price-inner {
	transform: translateY(-70px);
}

.p-price .price {
	margin: 0 !important;
}

.product-slide:hover .feture-img img,
.product-card:hover .shop-pro-detail img {
	transform: scale(0.9) !important;
}

.shop-now-btn.elementor-button {
	color: #fff !important;
}

.shop-now-btn.elementor-button:hover {
	color: #000 !important;
}

/* Review slider */

.review-slider .elementor-testimonial {
	flex-direction: column-reverse;
	display: flex;
}

.review-slider .elementor-testimonial__header {
	justify-content: center;
	padding-top: 50px !important;
}

.review-slider .elementor-testimonial__text {
	text-align: center;
	width: 52%;
	margin: auto;
	padding-top: 70px !important;
	padding-bottom: 0 !important;
}

.review-slider .elementor-testimonial__icon,
.review-slider .elementor-swiper-button svg {
	display: none;
}

.review-slider .elementor-testimonial__content {
	padding: 0 !important;
}

.review-slider .elementor-star-rating {
	position: absolute;
	top: 0;
	transform: translate(-30px, 0px);
}

.review-slider .elementor-swiper-button-prev::before {
	content: '';
	background: url(/wp-content/uploads/2025/04/Group-42.svg);
	width: 68px;
	height: 68px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}

.review-slider .elementor-swiper-button-next::before {
	content: '';
	background: url(/wp-content/uploads/2025/04/Arrow-right.svg);
	width: 68px;
	height: 68px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	right: 0px;
}

/* Before after image */

.container {
	position: relative;
	width: 100%;
	height: 700px;
	overflow-x: hidden !important;
}

.container .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.container .background-img {
	background-image: url('/wp-content/uploads/2025/04/image-2.webp');
}

.container .foreground-img {
	background-image: url('/wp-content/uploads/2025/04/Component-51.webp');
	width: 50%;
}

.container .slider {
	position: absolute;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 100%;
	background: rgba(242, 242, 242, 0.1);
	outline: none;
	margin: 0;
	transition: all 0.2s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 6px;
	height: 700px;
	background: white;
	cursor: pointer;
}

.container .slider::-moz-range-thumb {
	width: 6px;
	height: 700px;
	background: white;
	cursor: pointer;
}

.container .slider-button {
	pointer-events: none;
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: white;
	left: calc(50% - 28px);
	top: calc(50% - 18px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.container .slider-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #333;
	font-family: Kanit;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
}

.container .before-text {
	left: 0;
	padding-left: 67px;
}

.container .after-text {
	right: 0;
	padding-right: 67px;
}

.container .slider-button::before {
	content: '';
	background: url(/wp-content/uploads/2025/04/hashtag.png);
	width: 30px;
	height: 30px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}

/* Popup */

.dialog-close-button {
	background: #000;
	padding: 10px;
	border-radius: 50px;
}

.dialog-close-button svg {
	fill: #fff !important;
}

/* About US page */

.core-features .elementor-container {
	flex-wrap: wrap;
	gap: 30px;
}

.core-features .elementor-column {
	width: calc(33.33% - 20px) !important;
} 

.matrials-box .elementor-container {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 45px;
}

.matrials-box .elementor-column {
	width: calc(33.33% - 20px) !important;
}

.matrials-box .elementor-image-box-img img {
	width: 100% !important;
}

.core-features .elementor-column:hover .elementor-icon-box-title {
	color: #fff !important;
	opacity: 0.9 !important;
}

.core-features .elementor-column:hover .elementor-icon-box-description {
	color: #E0E0E0 !important;
}

.core-features .elementor-column:hover .elementor-icon-box-icon rect {
	fill: #333 !important;
}

.core-features .elementor-column:hover .elementor-icon-box-icon path {
	fill: #fff !important;
}

.listing ul li strong {
	font-weight: 500 !important;
}

.listing ul {
	padding-left: 25px !important;
}

.listing ul li {
	margin-bottom: 12px;
}

.policy a {
	color: #333 !important;
}

.faq-section .elementor-accordion-item .elementor-tab-content a {
	color: #757575 !important;
}

/* FAQS */

.faq-section .elementor-accordion-item {
	border-radius: 4px !important;
	border: 1px solid #757575 !important;
	margin-bottom: 24px !important;
	background: #fff !important;
}

.faq-section .elementor-accordion-icon svg {
	width: 32px !important;
	height: 32px !important;
}

.faq-section .elementor-tab-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

.spacing {
	margin: 0px 10px !important;
}

.detail-accordian.faq-section .elementor-accordion-item {
	border-width: 0px 0px 1px 0px !important;
	border-style: solid !important;
	border-color: #E6E6E6 !important;
	margin-bottom: 0px !important;
}

/* Header color */

.single-product .header-wrapper .elementor-widget-theme-site-logo img,
.page-id-877 .header-wrapper .elementor-widget-theme-site-logo img,
.page-id-420 .header-wrapper .elementor-widget-theme-site-logo img,
.page-id-309 .header-wrapper .elementor-widget-theme-site-logo img,
.page-id-310 .header-wrapper .elementor-widget-theme-site-logo img,
.page-id-308 .header-wrapper .elementor-widget-theme-site-logo img,
.page-id-422 .header-wrapper .elementor-widget-theme-site-logo img {
	filter: brightness(0) !important;
}

.single-product .header-wrapper .header-menu a,
.page-id-877 .header-wrapper .header-menu a,
.page-id-420 .header-wrapper .header-menu a,
.page-id-309 .header-wrapper .header-menu a,
.page-id-308 .header-wrapper .header-menu a,
.page-id-310 .header-wrapper .header-menu a,
.page-id-422 .header-wrapper .header-menu a {
	color: #000 !important;
}

.single-product .elementor-icon-wrapper path,
.single-product .menu-item svg,
.single-product .elementor-menu-cart__toggle_button svg,
.page-id-877 .elementor-icon-wrapper path,
.page-id-877 .menu-item svg,
.page-id-877 .elementor-menu-cart__toggle_button svg,
.page-id-420 .elementor-icon-wrapper path,
.page-id-420 .menu-item svg,
.page-id-420 .elementor-menu-cart__toggle_button svg,
.page-id-422 .elementor-icon-wrapper path,
.page-id-422 .menu-item svg,
.page-id-422 .elementor-menu-cart__toggle_button svg,
.page-id-309 .elementor-icon-wrapper path,
.page-id-309 .menu-item svg,
.page-id-309 .elementor-menu-cart__toggle_button svg,
.page-id-310 .elementor-icon-wrapper path,
.page-id-310 .menu-item svg,
.page-id-310 .elementor-menu-cart__toggle_button svg,
.page-id-308 .elementor-icon-wrapper path,
.page-id-308 .menu-item svg,
.page-id-308 .elementor-menu-cart__toggle_button svg {
	fill: #000 !important;
}

.single-product .header-wrapper,
.page-id-877 .header-wrapper,
.page-id-420 .header-wrapper,
.page-id-309 .header-wrapper,
.page-id-308 .header-wrapper,
.page-id-310 .header-wrapper,
.page-id-422 .header-wrapper {
	border-bottom: 1px solid #D4D4D4 !important;
	transition: 0.2s ease-in-out !important;
}

.single-product .header-wrapper .header-menu .elementor-menu-toggle svg,
.page-id-877 .header-wrapper .header-menu .elementor-menu-toggle svg,
.page-id-420 .header-wrapper .header-menu .elementor-menu-toggle svg,
.page-id-309 .header-wrapper .header-menu .elementor-menu-toggle svg,
.page-id-308 .header-wrapper .header-menu .elementor-menu-toggle svg,
.page-id-310 .header-wrapper .header-menu .elementor-menu-toggle svg,
.page-id-422 .header-wrapper .header-menu .elementor-menu-toggle svg {
	fill: #000 !important;
}

.single-product .sticky.header-wrapper,
.page-id-877 .sticky.header-wrapper,
.page-id-420 .sticky.header-wrapper,
.page-id-309 .sticky.header-wrapper,
.page-id-310 .sticky.header-wrapper,
.page-id-308 .sticky.header-wrapper,
.page-id-422 .sticky.header-wrapper {
	background: #fff !important;
}

.acc-icon .elementor-icon-wrapper,
.header-cart .elementor-menu-cart__toggle_wrapper,
.header-cart .elementor-menu-cart__toggle {
	display: flex !important;
	align-items: center !important;
}

#scrollToTopIcon {
	cursor: pointer !important;
}

/* shop page filter */

.shop-now {
	font-size: 24px;
	font-weight: bold;
}

.tabs {
	display: flex;
}

.tab-link {
	background: none;
	border: 1px solid black;
	color: black;
	margin: 0 8px;
	cursor: pointer;
	font-size: 16px;
	padding: 12px 24px !important;
	outline: none;
	transform: skewX(-12deg);
}

.tab-link.active {
	background: black;
	color: white;
}

.filters {
	border-radius: 8px;
	background: #F7F7F7;
	padding: 20px;
	margin-top: 44px;
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 38px;
}

.product-card {
	background-color: #F7F7F7;
	text-align: center;
	padding: 30px 20px 0px;
	border-radius: 8px;
	overflow: hidden;
}

.product-card img {
	width: 100%;
	height: auto;
}

.flex-box {
	display: flex;
}

.filter-product {
	width: 25%;
	position: sticky;
	top: 168px;
	height: 100%;
}

.flex-product {
	width: 80%;
	margin-left: 35px;
}

.shop-now {
	line-height: 75% !important;
}

.filters label {
	color: #757575;
	font-family: Kanit;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.filters label input {
	width: 18px;
	height: 18px;
}

.filter-data {
	display: flex;
	flex-direction: column;
	background: #fff;
	padding: 16px;
}

.filter-data h4 {
	color: #000;
	font-family: Tapas !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: normal !important;
	margin-bottom: 12px;
	margin: 15px 0px;
}

.filters h3 {
	color: #000;
	font-family: Tapas !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: normal !important;
}

.filtering {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 16px;
	margin-bottom: 16px;
}

.clear-all {
	padding: 0 !important;
	border: 0 !important;
	color: #333 !important;
	font-family: Kanit !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: normal;
	text-transform: capitalize !important;
}

.product-title {
	color: #0D0D0D !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	margin-bottom: 8px;
}

.woocommerce-Price-amount {
	color: #333;
	text-align: center;
	font-family: Kanit;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	margin-top: 12px !important;
}

.price-inner .price {
	margin-bottom: 0px !important;
}

.price-inner {
	padding-top: 60px !important;
}

.p-sizing {
	margin-left: 20px;
}

.filter-checkbox {
	border: 1px solid #E0E0E0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 2px;
}

.filter-checkbox:checked {
	background-color: #000; /* Change to your desired checked color */
	border-color: #000;
	position: relative;
}

.filter-checkbox:checked::after {
	content: "✔";
	font-size: 12px;
	color: white !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Product detail page */

/* Quality */

.quantity {
	display: flex;
	align-items: center;
	border: 1px solid #9E9E9E;
	border-radius: 4px;
	width: fit-content;
	background: white;
	transform: skew(-12deg);
	padding: 12px 27px;
	width: 20%;
}

.quantity button {
	background: none;
	border: none;
	font-size: 20px !important;
	font-weight: 300 !important;
	cursor: pointer;
	padding: 0px !important;
	color: #333 !important;
	display: flex;
	align-items: center;
}

.quantity input.qty {
	width: 60px !important;
	text-align: center;
	border: none;
	font-size: 24px;
	font-weight: 500;
	background: transparent;
	outline: none;
	font-family: Kanit;
}

.quantity-btn {
	display: flex;
	align-items: center;
}

.plus {
	margin: 0 !important;
}

/* add cart button */

.single_add_to_cart_button {
	color: #FFF !important;
	font-family: Tapas !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: normal !important;
	background: #000 !important;
	transform: skew(-12deg);
	width: 80%;
	margin-left: 26px !important;
	opacity: 1 !important;
	transition: all 0.5s ease-in-out;
	border: 1px solid #000 !important;
}

.single_add_to_cart_button:hover {
	background: #fff !important;
	color: #000 !important;
}


.woocommerce-breadcrumb a {
	color: #0D0D0D !important;
}

/* variation button */

.variation-buttons {
	display: flex;
	gap: 14px;
}

.variation-buttons button {
	padding: 10px 20px !important;
	border: 1px solid #BDBDBD !important;
	background-color: #fff !important;
	cursor: pointer !important;
	transition: 0.5s;
	color: #0D0D0D !important;
	font-family: Kanit !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 155.556% !important;
	text-transform: uppercase !important;
	margin: 0 !important;
}

.variation-buttons button.active,
.variation-buttons button:hover {
	background-color: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
}

.variations {
	margin-bottom: 30px !important;
}

.variations tr {
	display: flex;
	flex-direction: column;
	justify-content: start;
}

.variations .label {
	text-align: start;
	margin-bottom: 12px;
}

.variations .label label {
	text-align: start;
	color: #000;
	font-family: Tapas;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.reset_variations {
	display: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield; /* For Firefox */
}

body.single-product {
	overflow-x: hidden !important;
}

.customise-btn a {
	width: 100% !important;
}

/* product gallery */

.detail-gallery-img .wpgs_image img,
.wpgs-nav img {
	border-radius: 8px;
	background: #F7F7F7;
}

.xoo-wsc-pname a {
	color: #000 !important;
	font-family: Tapas !important;
	font-size: 13px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	text-transform: uppercase !important;
}

.xoo-wsc-sm-left > *:not(:last-child) {
	padding-bottom: 0px !important;
}

body .elementor-menu-cart__main {
	display: none;
}

.pro-img-gallery .wpgs-nav.slick-initialized.slick-slider {
	width: 20%;
}

.pro-img-gallery .wpgs-for.slick-initialized.slick-slider {
	width: 80%;
}

.pro-img-gallery .slick-arrow {
	display: none !important;
}

.pro-img-gallery .wpgs-nav .slick-slide {
	border-radius: 8px;
}

.pro-img-gallery  .wpgs-nav .slick-current {
	border-color: transparent !important;
}

.pro-img-gallery  .wpgs-nav .slick-current img {
	border: 1px solid #000 !important;
}

.pro-img-gallery .wpgs-nav .slick-slide img {
	border-radius: 8px;
}

/* .pro-img-gallery .slick-track {
	display: flex !important;
	flex-direction: column !important;
} */

.pro-img-gallery .thumbnail_image.slick-slide {
	width: 70% !important;
}

.pro-img-gallery .thumbnail_image {
	width: 100px;
	height: auto;
}

.payment_box {
	margin: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 6px 0 0 !important;
}

.wc_payment_method label {
	color: #000 !important;
    font-family: 'Kanit';
    font-size: 17px !important;
	margin-bottom: 10px !important;
}

.pro-img-gallery .woocommerce-additional-fields {
	margin: 0 !important;
}

.gjs-cell input {
	color: #000 !important;
}

/* checkout page */

.select2-selection--single,
.select2-selection--single .select2-selection__arrow {
	height: 61px !important;
}

.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection,
.woocommerce-billing-fields .form-row .input-text:focus-visible,
.woocommerce-billing-fields .form-row .input-text:focus {
	border-color: #E0E0E0 !important;
}

.input-text::placeholder {
	font-family: Kanit !important;
	font-size: 16px !important;
}

.woocommerce-additional-fields h3 {
	display: none !important;
}

.woocommerce-product-gallery.images.wpgs-wrapper {
	display: flex;
	flex-direction: row-reverse;
}

.coupon-container-grid {
	margin-top: 10px;
}

.place-order .button {
	transform: skewX(-12deg);
}

.xoo-wsc-ft-buttons-cont .woocommerce-Price-amount {
	margin: 0 !important;
}

.detail-price .woocommerce-Price-amount {
	font-size: 26px !important;
}

.woocommerce-error li,
.woocommerce-info {
	font-family: Kanit !important;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 !important;
}

.u-column1 h2,
.u-column2 h2 {
	margin-bottom: 30px !important;
}

.u-column1 .woocommerce-form,
.u-column2 .woocommerce-form {
	margin-bottom: 0px !important;
}

.woocommerce-Address-title h2 {
	margin-top: 0 !important;
}

.woocommerce-MyAccount-content-wrapper strong {
	font-weight: 500 !important;
}

.woocommerce-Address address {
	height: auto !important;
}

.elementor-widget-woocommerce-my-account button {
	transform: skewx(-12deg) !important;
}

/* place order page */

.woocommerce-order {
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
	max-width: 80%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	margin: auto !important;
}

.woocommerce-thankyou-order-received {
	font-family: 'Kanit';
	color: #000;
	font-size: 18px;
	background: #e0e0e0;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 50px !important;
}

.woocommerce-order-overview li {
	font-size: 16px !important;
	font-family: Tapas !important;
	color: #000 !important;
}

.woocommerce ul.order_details li strong {
	margin-top: 10px !important;
	font-size: 18px !important;
	font-family: Kanit !important;
	color: #7e7e7e !important;
}

.woocommerce-order p {
	font-size: 18px !important;
	font-family: Kanit !important;
	color: #000 !important;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
	color: #000 !important;
	margin: 40px 0px 20px 0px !important;
	font-size: 40px !important;
}

.woocommerce-table {
	border-collapse: collapse !important;
	width: 40% !important;
}

.woocommerce-table tr:nth-child(even) {
	background-color: #f2f2f2 !important;
}

.woocommerce-table th {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	text-align: left !important;
	color: #000 !important;
}

.woocommerce-table tfoot th {
	font-size: 12px !important;
}

.woocommerce-table th, .woocommerce-table td {
	border: 1px solid #ddd !important;
	padding: 8px !important;
}

td.woocommerce-table__product-name {
	font-size: 16px !important;
	font-family: Kanit !important;
}

.woocommerce-table th {
	font-family: 'Tapas', sans-serif;
	font-size: 16px;
}

.woocommerce .shop_table tfoot td {
	font-family: Kanit !important;
	font-size: 16px !important;
	color: #000 !important;
}

.woocommerce-customer-details {
	font-family: Kanit !important;
	font-size: 18px !important;
	color: #000 !important;
}

.woocommerce-customer-details--phone {
	margin-top: 20px !important;
}

.woocommerce-customer-details address {
	padding: 20px !important;
	height: auto !important;
}

.woocommerce-customer-details {
	margin: 0 !important;
}

.product-quantity .quantity {
	padding: 0px 30px 0px 23px !important;
}

.coupon-col-start input {
	padding: 10px !important;
}

.coupon-col-start input::focus {
	outline: none !important;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
	margin-top: -32px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #E0E0E0 !important;
    color: #000000 !important; 
}

.hide-arrow .elementor-swiper-button {
    display: none !important;
}




.customize-btn {
    display: none !important;
}

.product-type-mczr .customize-btn {
    display: block !important;  
}

html{
	scroll-padding-top: 120px;
}
