/*  
Theme Name: Limenzy Theme
Theme URI: http://limenzy.com
Description: A WordPress theme frame work
Version: 2.0
Author: Limenzy
Author URI: http://limenzy.com
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

•ie - Internet Explorer (All versions)
•ie8 - Internet Explorer 8.x
•ie7 - Internet Explorer 7.x
•ie6 - Internet Explorer 6.x
•gecko - Mozilla, Firefox (all versions), Camino
•ff3 - Firefox 3
•ff3_5 - Firefox 3.5 new
•opera - Opera (All versions)
•opera8 - Opera 8.x
•opera9 - Opera 9.x
•opera10 - Opera 10.x
•webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
•safari3 - Safari 3.x
•chrome - Google Chrome
*/

body {
	font-size: 16px;
	line-height: 26px;
}
/*Fonts*/
@font-face{
	font-family: montserrat-regular;
	src: url(./fonts/Montserrat-Regular.ttf);
}
@font-face{
	font-family: montserrat-rmedium;
	src: url(./fonts/Montserrat-Medium.ttf);
}
@font-face{
	font-family: montserrat-bold;
	src: url(./fonts/Montserrat-Bold.ttf);
}

/*Variables*/
:root{
	--font1: montserrat-regular;
	--font2: montserrat-medium;
	--font3: montserrat-bold;
	--color1: #000;
	--color2: #999;
	--color3: #555;
	--color4: #f8f9fa;
	--color5: transparent;
	--color6: #aaa;
	--color7: #222;
	--color8: #eee;
	--color9: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em,  img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	margin: 0px 0px 0px 0px;
	}
body, th, td, input, textarea{
	color: var(--color1);
	font-family: montserrat-regular;
	font-size:16px;
	line-height: 26px;
}
input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none !important;
	outline-style: none;
}
input:focus-visible{
	outline-width: 0px ;
}
textarea:focus-visible{
	outline-width: 0px ;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.wpcf7-form label{
	width: 100%;
	margin-top: 15px;
	font-family: var(--font1);
	font-size: 15px;
	line-height: 25px;
}
.wpcf7-form input{
	width: 100%;
	border-radius: 5px;
	height: 50px;
	margin-top: 8px;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	font-family: var(--font1);
	font-size: 14px;
	line-height: 24px;
}
.wpcf7-form textarea{
	width: 100%;
	border-radius: 5px;
	height: 100px;
	resize: none;
	margin-top: 8px;
	padding: 10px 20px;
	font-family: var(--font1);
	font-size: 14px;
	line-height: 24px;
}
.wpcf7-form .has-spinner{
	width: fit-content;
	margin-top: 15px;
	display: flex;
	align-items: center;
	padding: 0px 30px;
	border: 0px;
	font-family: var(--font1);
	font-size: 16px;
	line-height: 26px;
}
a {
	color: var(--color3);
	text-decoration:none;
	transition: 0.5s all ease;
}

h1, h2, h3, h4, h5, h6{
	color:var(--color7);
}
h1{
	font-size:40px;
	font-family: var(--font3);
}
h2{	
	font-size:35px;
	font-family: var(--font2);
}
h3{
	font-size:30px;
	font-family: var(--font2);
	line-height: 40px;
}
h4{
	font-size:25px;
	font-family: var(--font2);
}
h5{
	font-size:20px;
	font-family: var(--font1);
}
h6{
	font-size:15px;
	font-family: var(--font1);
}

#navbarSupportedContent ul li a:focus-visible{
		background-color: var(--color5) !important;
}
#navbarSupportedContent ul li a:active{
		background-color: var(--color5) !important;
}
#navbarSupportedContent ul li a:focus{
		background-color: var(--color5) !important;
}
#navbarSupportedContent ul li a:hover{
		background-color: var(--color5) !important;
}
acronym, abbr, span.caps{
	cursor:help;
}
acronym, abbr{
	border-bottom:1px dashed var(--color2);
}
code{
	color: var(--color1);
	font-size:1.0em;
}
li{
	list-style: none;
}
input {
    border: 1px solid var(--color3);
    padding: 15px 10px;
}
.section-padding {
	padding: 50px 0;
}
form#commentform label {
    display: block;
}
.navbar-brand img,.footer-logo-col img{
	max-width: 210px;
	width: 100%;
	height: auto;
	object-fit: cover;
}
header .container{
	max-width: 1780px;
}
.container{
	max-width: 1200px;
	padding: 0px 15px;
	margin:0 auto;
}

.elementor-element {
    --widgets-spacing: 0px !important;
}

/*Header*/
.navbar{
	padding: 17px 0px;
	position: fixed;
	width: 100%;
	top: 0%;
	z-index: 99;
	min-height: 80px;
}
.navbar-brand{
	margin: 0% 0% 0% 6%;
	padding: 0px;
}
.navbar-brand a{
	display: flex;
}
.navbar-toggler .icon-bar{
  width: 25px;
  height: 3px;
  background-color: var(--color1);
  margin-bottom: 4px;
  display: block;
}
.menu-item-has-children:hover .dropdown-menu{
	display: block !important;
}
.navbar-toggle {
  border: none;
  background: var(--color5); !important;
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-toggle:hover {
  background: var(--color5) !important;
}
.navbar-toggle .icon-bar {
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 8% 66%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
button:focus {
  outline: none;
  border:none;
}
.navbar-light .navbar-toggler{
	border:none;
	box-shadow: none;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 100;
  border: none;
  outline: none;
  background-color: var(--color1);
  cursor: pointer;
  padding: 10px;
  border-radius: 50px;
}
#myBtn img{
	filter: brightness(0)invert(1);
	transform: rotate(270deg);
	display: flex;
}
#myBtn:hover {
  background-color: var(--color3);
}
.dropdown-menu{
	left: -8px;
	padding: 10px 0px;
}
#navbarSupportedContent li a{
	padding: 0px;
}
#navbarSupportedContent li .nav-link{
	margin: 15px 0px;
}
#navbarSupportedContent li{
	margin: 0px 15px;
}
#navbarSupportedContent{
	margin: 0px -15px;
}

/*Blog*/

.blog .post .feat-img{
	display: flex;
	max-height: 250px;
}
.blog .post .feat-img img{
	width: 100%;
	object-fit: cover;
	object-position: center;
	max-height: 250px;
	border-radius: 10px;
}
.blog h2{
	text-transform: capitalize;
}
.blog .meta{
	margin: 15px 0px 5px 0px ;
}

/*Comments*/

.comment-section .comment-reply-title {
    font-family: 'Poppins';
    font-size: 28px;
    line-height: 42px;
    color: rgba(52, 174, 72, 1);
    font-weight: 600;
    text-align: center;
}
.comment-section .logged-in-as {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 26px;
    color: rgba(57, 57, 57, 1);
    margin-bottom: 20px;
    text-align: center;
}
.comment-section .comment-notes{
	font-family: var(--font1);
	font-size: 16px;
	line-height: 26px;
	color: var(--color2);
	margin: 10px 0px 5px 0px;
}
.comment-section form p label {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 21px;
    color: rgba(57, 57, 57, 1);
    min-width: 85px;
    font-weight: 400;
    padding-top: 15px;
}
.comment-section form p textarea {
    resize: none;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    border-color: rgba(57, 57, 57, 1);
    color: rgba(57, 57, 57, 1);
    max-height: 200px;
}
.comment-section form p input{
	padding: 15px;
	width: 100%;
	border-color: rgba(57, 57, 57, 1);
    color: rgba(57, 57, 57, 1);
	border-radius: 5px;
}
.comment-section form .comment-form-cookies-consent{
	display: flex;
	align-items: center;
}
.comment-section form .comment-form-cookies-consent input{
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.comment-section form .form-submit input{
	width: fit-content;
	font-family: var(--font1);
  font-size: 14px;
  line-height: 17.81px;
  display: flex;
  padding: 16.2px 37px;
  background-color: var(--color6);
  color: var(--color9);
  border-radius: 5px;
  border: 0px;
  margin-top: 20px;
  height: fit-content;
}
.comment-section form .form-submit input:hover{
	background-color: var(--color3);
	color: var(--color9);
}
.comment-section .comments-title {
    font-family: 'Poppins';
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid;
    display: inline-block;
}
.comment-section .comment-list .children{
	margin-left: 40px;
	margin-top: 15px;
}
.comment-section .comment-list .comment{
	margin-bottom: 15px;
	font-family: var(--font1);
	font-size: 16px;
	line-height: 26px;
}
.comment-section .comment-list .comment .comment-author img{
	width: 74px;
	height: 74px;
	border-radius: 50px;
	margin-right: 10px;
}
.comment-section .comment-list .comment .comment-author{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.comment-section .comment-list .reply a{
	color: var(--color2);
}
.comment-section .comment-list .comment-meta a{
	color: var(--color2);
}
.comment-section .comment-respond{
	margin-top: 30px;
}

/*Error*/
.error404{
	  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.error404 .error .container{
	padding: 0px 15px;
}
.error404 h1{
	  text-align: center;
    padding: 60px 0px;
    font-family: var(--font3);
    font-size: 50px;
    line-height: 60px;
    color: var(--color3);
    max-width: 460px;
    margin: auto;
}

/*Footer*/
footer{
	background-color: var(--color4);
}
footer p{
	color: var(--color3);
}
footer ul li{
	padding: 5px 0px;
}
footer h3{
	margin-bottom: 20px;
	font-family: var(--font2);
}
.footer-top{
	padding: 60px;
}
.social-media-icon{
	display: flex;
  column-gap: 15px;
  row-gap: 15px;
  margin-top: 15px;
  margin-left: 100px;
}
.social-media-icon a{
	display: flex;
}
.social-media-icon i{
	font-size: 25px;
}
.footer-contact-col i{
	margin-right: 10px;
}
.footer_copy{
	color: var(--color3);
	text-align: center;
	padding: 10px 0px;
	margin-top: 60px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: var(--color3);
}
.woocommerce-message {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Poppins';
}
a.checkout-button.button.alt.wc-forward {
    font-size: 16px;
    background: linear-gradient(180deg, #38B34A 0%, #1D8E41 100%);
    font-weight: 500;
    text-transform: uppercase;
}
.entry .woocommerce {
    padding: 80px 0;
    font-size: 16px;
}
.cart-wrap {
    display: flex;
    align-items: baseline;
}
.cart-wrap form.woocommerce-cart-form {
	width: 100% !important;
	border-radius: 10px;
}
.cart_totals {
    width: 100% !IMPORTANT;
}
.cart-collaterals {
    width: 40% !important;
    margin-left: 10%;
    background: rgba(249, 249, 249, 1);
    padding: 30px;
    border-radius: 10px;
}
td.actions button.button {
    background: linear-gradient(180deg, #38B34A 0%, #1D8E41 100%);
    border-radius: 50px;
    color: #fff !important;
    font-weight: 400;
    padding: 13px 30px;
}
input#coupon_code {
    width: 50%;
    border-radius: 5px;
}
.woocommerce-cart td.product-subtotal bdi {
    font-size: 32px;
    font-weight: 600 !IMPORTANT;
}
.woocommerce .quantity .qty {
    border: 1px solid rgba(133, 133, 133, 1) !IMPORTANT;
    padding: 7px !IMPORTANT;
    width: 25px !important;
    border-radius: 5px;
}
td.product-remove a {
	background: url(images/delete.svg) no-repeat !important;
	font-size: 0 !important;
	padding: 10px;
}
.woocommerce-cart td.product-thumbnail img {
    width: 100% !IMPORTANT;
    border-radius: 5px;
}
.woocommerce-cart td.product-thumbnail {
    width: 38% !IMPORTANT;
    padding-right: 30px !important;
}

.wc-proceed-to-checkout {
    padding: 0 !IMPORTANT;
    padding-top: 30px !IMPORTANT;
}
.cart_totals h2 {
    font-size: 24px !important;
    color: rgba(133, 133, 133, 1) !important;
    font-family: Poppins;
    font-weight: 600;
    margin-bottom: 20px;
}
.woocommerce-cart th.product-name, .woocommerce-cart td.product-name {
    display: none;
}
.woocommerce-form-coupon-toggle,.woocommerce-additional-fields {
    display: none;
}
.email-ph-wrap {
	display: flex;
}

input#action-prev {
    background: none;
    color: rgba(52, 174, 72, 1);
    border: 1px solid rgba(52, 174, 72, 1);
}
.woocommerce-checkout h3 {
    color: rgba(133, 133, 133, 1);
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.woocommerce-checkout input {
    border: 1px solid rgba(133, 133, 133, 1);
    border-radius: 5px;
    padding: 10px;
}
.woocommerce-billing-fields__field-wrapper {
    background: rgba(249, 249, 249, 1);
    padding: 50px 70px;
    border-radius: 5px;
    overflow: hidden;
}
.woocommerce-billing-fields label {
    line-height: 30px !IMPORTANT;
}
p#billing_phone_field {
    float: left;
    width: 48%;clear: none;
}
p#billing_email_field {
    float: right;
    width: 48%;
    clear: none;
}
span.select2-selection.select2-selection--single {
	height: auto;
}
.select2-selection__rendered {
    padding: 8px 12px;
}
ul.select2-results__options li {
    font-size: 16px;
    line-height: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 9px;
    right: 5px;
}
.thwmscf-buttons {
    display: flex;
    justify-content: space-between;
    margin: 0 20PX;
}
.thwmscf-buttons input {
    text-transform: uppercase;
    border: none;
    padding: 10px 30px;
    cursor: pointer;
}
button#place_order {
    background: linear-gradient(180deg, #38B34A 0%, #1D8E41 100%);
    text-transform: uppercase;
}
.woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 26px;
}
.woocommerce-privacy-policy-text p a {
	color: #38B34A;
}

li.thwmscf-tab a {
    border-width: 2px !important;
}
.thwmscf-finished-step span.thwmscf-index.thwmscf-tab-icon {
background: rgba(52, 174, 72, 1);
border-color: rgba(52, 174, 72, 1);
color: #fff !important;
}
.thwmscf-finished-step {
    border-color: #34ae48 !IMPORTANT;
}
span.thwmscf-index.thwmscf-tab-icon {
	border-width:2px;
}
a.active span.thwmscf-index.thwmscf-tab-icon {
    border-color: #34ae48;
    color: #34ae48;
}
a.active span.thwmscf-tab-label {
    color: #34ae48;
	
}
span.thwmscf-tab-label {
    font-size: 16px;
	font-family: Poppins;
	line-height: 24px;
}
.woocommerce a.remove:hover {
	background: auto !important;
}
input.wpcf7-form-control.wpcf7-submit {
	margin: 0 auto;
	cursor: pointer;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    background: #f9f9f9;
    border: none;
    border-radius: 10px;
}

td.actions {
    padding: 30px !IMPORTANT;
}
.elementor-social-icons-wrapper.elementor-grid {
    margin: 0 !important;
}
ul.woocommerce-error li {
    line-height: 24px;
}
.coupon {
    display: none;
}

.woocommerce-privacy-policy-text {
    margin-bottom: 20px;
}
.woocommerce-checkout h2 {
    font-size: 24px;
    line-height: 36px;
    color: rgba(133, 133, 133, 1);
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 10px;
}

body {
	font-family: 'Poppins';
}
span.wpcf7-not-valid-tip {
    line-height: 28px;
    font-size: 14px;
}
.wpcf7-response-output {
    font-size: 16px;
    line-height: 24px;
	margin:0 !Important;
}
div#mc_embed_signup {
	width:100%;
}
.mc-field-group label {
    line-height: 22px;
    color: #393939;
}
.woocommerce-message {
    border-top-color: #2da347;
}
.woocommerce-message::before {
	color: #209141;
}
a.button.wc-forward {
    font-weight: 500;
}
span.thwmscf-tab-label {
	padding-top:20px !Important;
}

.woocommerce-order li strong {
    color: #229443;
    font-weight: 500;
}
address {
    padding: 0 !IMPORTANT;
    width: auto !important;
    border: none !IMPORTANT;
    line-height: 26px;
    font-weight: 400;
  }
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin-top: 20px;
}
th.product-quantity, td.product-quantity,td.actions {
    display: none !important;
}
div#mc_embed_signup h2 {
    font-family: 'Poppins';
}
section.single-post p {
    font-size: 16px;
    color: rgba(57, 57, 57, 1);
    line-height: 26px;
    font-weight: 400;
    font-family: 'Poppins';
    margin-bottom: 20px;
    margin-top: 10px;
}
section.single-post {
    padding: 130px 0 100px 0;
}
section.single-post h1 {
    color: rgba(57, 57, 57, 1);
    font-size: 28px;
    line-height: 42px;
    font-family: 'Poppins';
    margin-bottom: 40px;
    font-weight: 500;
}
section.single-post h2,section.single-post h3,section.single-post h4 {
	font-family: 'Poppins';
	font-weight: 600;
}
.title-meta {
    display: flex;
    column-gap: 40px;
    justify-content: space-between;
    align-items: baseline;
}
.title-meta h1 {
    max-width: 80%;
}
.title-meta p {
    background: rgba(52, 174, 72, 1);
    color: #fff !important;
    padding: 4px 6px;
    border-radius: 3px;
    min-width: 155px;
}
section.single-post .container {
    max-width: 1110px;
}
.comment-section {
    padding: 100px 0;
    background: #000;
    color: #fff;
}
.comment-section p {
	color: #fff;
}
div#respond {
    background: #fff;
    border-radius: 20px;
    padding: 45px;
    color: rgba(57, 57, 57, 1);
}
form#commentform p {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 15px;
    margin-bottom: 45px;
}
span.required {
    color: rgba(255, 68, 68, 1);
}
p.logged-in-as {
    display: block !IMPORTANT;
}
form#commentform p.comment-form-cookies-consent {
    justify-content: flex-start;
}
p.comment-form-cookies-consent label {
    padding-top: 3px !important;
}
p.form-submit {
    margin-top: 50px;
    justify-content: center !IMPORTANT;
}
input#submit {
	cursor: pointer;
}
a.url,cite.fn {
    color: rgba(52, 174, 72, 1);
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-right: 5px;
}

ol.comment-list {
    margin-top: 30px;
}
ol.comment-list li li, ol.comment-list li:last-child {
    border-bottom: none;
}
ol.comment-list li {
    border-bottom: 1px solid;
    margin-bottom: 60px !important;
}
a.comment-reply-link {
    background: rgba(255, 255, 255, 0.15);
    color: #Fff !important;
    padding: 3px 14px;
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 3PX;
}
a.comment-reply-link:hover {
    background: rgba(255, 255, 255, 0.85);
    color: #000;

}
p.comment-form-author {
	width: 50%;
	float: left;
}
.elementor-post__meta-data {
    position: absolute;
    right: 25px;
    top: 15px;
    border: none !IMPORTANT;
}
.elementor-post__badge {
    color: #1d8e42 !IMPORTANT;
}
body.page .elementor-post__meta-data {
    position: absolute;
    left: 30px;
    top: 5px;
}
.archive.woocommerce div#primary {
    max-width: 1200px;
    margin: 0 auto;
}
.permlnk ol li a, .permlnk ol li {
    line-height: 26px;
    background: rgb(210 210 210 / 30%);
    font-size: 14px !IMPORTANT;
    padding: 0 9px;
    border-radius: 5px;
}
.tab__content.event-content li:hover {
    background: #22944240 !IMPORTANT;
    color: #fff !IMPORTANT;
}
.permlnk ol li a {
	background: none !important;
}
div#primary #main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
div#primary #main {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins';
}
div#primary #main h2, div#primary #main h3 {
    font-family: 'Kanit';
    font-weight: 400;
    line-height: 40px;
}
li.product {
	padding-bottom: 80px !important;
    background: rgba(249, 249, 249, 1);
    position: relative;
}
a.button.add_to_cart_button,a.button.product_type_simple {
    left: 30px;
    right: 30px;
    background: none;
    border: 1px solid rgba(52, 174, 72, 1);
    color: rgba(52, 174, 72, 1);
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 41.5px;
        bottom: 30px;
        position: absolute;
        text-align: center;
}
a.button.add_to_cart_button:before {
	content: url(images/cart.svg);
	margin-right: 5px;
}
li.product h2.woocommerce-loop-product__title,li.product span.price {
	padding-left: 15px !important;padding-right: 15px !important;
}
.products.columns-4 span.price {
    float: right;
}
.products.columns-4 h2.woocommerce-loop-product__title {
    float: left;
    padding-top: 0 !important;
    line-height: 29px !IMPORTANT;
}
.products.columns-4 span.price {
    float: right;
    font-size: 20px !important;
    font-weight: 500 !IMPORTANT;
    color: rgba(57, 57, 57, 1) !IMPORTANT;
    font-family: 'Kanit';
}
span.woocommerce-Price-currencySymbol {
    margin-right: 5px;
}
h1.woocommerce-products-header__title.page-title {
    font-size: 36px;
    font-weight: 400 !IMPORTANT;
    line-height: 54px;
}
.event-date {
    color: rgba(52, 174, 72, 1);
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid rgba(133, 133, 133, 1);
    margin-bottom: 36px;
    padding-bottom: 20px;
}
p.woocommerce-result-count {
	font-size: 0;
}
select.orderby {
    font-size: 16px;
    line-height: 36px !IMPORTANT;
    color: rgba(57, 57, 57, 1);
    font-family: 'Poppins';
    border: 1px solid rgba(133, 133, 133, 1) !IMPORTANT;
    padding: 10px 15px;
}
form.woocommerce-ordering {
    margin-bottom: 100px !IMPORTANT;
}
body.single-product p.price {
    margin: 30px 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #2fa647 !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-family: 'KANIT' !important;
    FONT-SIZE: 18px !important;
}
.single-product span.woocommerce-Price-amount.amount {
    color: #2fa647;
    font-weight: 600;
    font-size: 24px;
}
.product_meta span {
    display: block;
    margin: 5px 0;
    font-family: 'Kanit';
    font-weight: 400;
}

.product_meta span a {
    background: #269a4421;
    padding: 2px 5px;
    font-size: 14px;
    color: #35ad49;
}


a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    color: #219242;
    background: #279c4530;
}
a.cart-contents span.woocommerce-Price-amount.amount {
	display: none;
}
a.cart-contents {
    color: #fff;
}
a.cart-contents:hover {
    color: #0c793c;
}
.woocommerce .woocommerce-ordering select {
	-webkit-appearance: none;
	background: url(images/select-arrow.svg)no-repeat;
	background-position: right 20px center;
}
nav.woocommerce-breadcrumb a:hover {
    color: #259844;
}
.elementor-slideshow__header {
	flex-direction: row;
}
footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
	display: none !important;
}
section.blog {
    padding: 70px 0;
}
.blog-posts .post {
    width: 47%;
    float: left;
    padding: 0 15px;
}
.col-md-8.col-sm-7.col-xs-12.post-data {
    padding: 40px 15px;
    background: #2091411c;
    margin-top: -10px;
    margin-bottom: 30px;
}
.blog-posts,.wp-pagenavi {
    font-size: 16px;
    line-height: 26px;
}
.footer-width-fixer li a:hover {
    color: #269a44 !important;
}
.elementor-testimonial__text {
	position: relative;
	padding-left: 10px;
}
.elementor-testimonial__text:before {
    content: url(images/left-quote.svg);
    position: absolute;
    top:-5px;
    left: 0;
}
.elementor-testimonial__text:after {
    content: url(images/right-quote.svg);
    position: absolute;
    bottom: 5px;
}
section.single-post .attachment-full {
    width: 100% !IMPORTANT;
}
p.comment-form-email {
    padding-left: 15px;
}
a.button.wc-backward {
    font-family: 'Kanit';
    font-weight: 400;
    text-transform: uppercase;
}
.woocommerce-info {
    line-height: 26px;
}

.woocommerce div.product {
	overflow: hidden;
	padding-top: 5px;
}
.reviews_tab a {
    font-family: kanit;
    font-weight: 400 !IMPORTANT;
}
section.single-post .entry h3, section.single-post .entry h3 strong {
    font-family: 'Kanit';
    font-weight: 400 !IMPORTANT;
    font-size: 22px;
    line-height: 32px;
}
section.single-post .entry h2, section.single-post .entry h2 strong {
    font-family: 'Kanit';
    font-weight: 400 !IMPORTANT;
    font-size: 25px;
    line-height: 35px;

}
section.single-post .entry h4, section.single-post .entry h4 strong {
	font-family: 'Kanit';
	font-size: 20px;
	line-height: 30px;
}
section.single-post .entry ul li {
    font-size: 18px;
    line-height: 28px;
    list-style: inherit;
}
section.single-post .entry ul {
	padding-left: 20px;
	padding-top: 5px;
}
li.menu-item a {
    padding: 0 !important;
    margin: 0 20px;
    border-bottom: 2px solid transparent;
}
li.menu-item.current-menu-item a, li.menu-item:hover a {
    border-bottom: 2px solid rgba(52, 174, 72, 1);
}