*{
    box-sizing: border-box;
}

*:last-child{
    margin-bottom: 0px!important;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b7b7b7;
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b7b7b7;
}

a,svg path{
    text-decoration: none;
    transition: all 0.3s!important;
}

a:hover, a:focus{
    text-decoration: none;
}

a[href^=tel]{
    white-space: nowrap;
}

img,svg{
	display: block;
}

body {
	--bg-body: url('/wp-content/uploads/2023/11/4880206-scaled.jpg');
	--bg-color: #fff;
	--bg-image: none;
	--border-color: rgba(255, 255, 255, 0.5);
	--border-radius: 10px;
	--main-color: #006431;
	--hover-color: #006431;
	--text-color: #000;
	--text-hover-color: #fff;
	--site-color: #006431;
}

.wp-picker-container .wp-color-result.button{
	background: #ab000038;
	height: 40px;
	padding-left: 50px;
}

.wp-picker-container input[type=text].wp-color-picker{
	min-height: 40px;
}

.wp-picker-container .wp-color-result.button:hover{
	box-shadow: none;
}

.wp-picker-container .wp-color-result.button span{
    line-height: 38px;
    background: var(--hover-color);
    color: #fff;
    vertical-align: middle;
    display: block;
    height: 38px;
    margin-top: -1px;
    border-radius: 0px;
}

.wp-customizer .wp-picker-input-wrap .button.wp-picker-clear, .wp-customizer .wp-picker-input-wrap .button.wp-picker-default, .wp-picker-input-wrap .button.wp-picker-clear, .wp-picker-input-wrap .button.wp-picker-default{
	height: 40px;
	background-color: var(--site-color);
}

.woocommerce-MyAccount-content a.strong{
	color: var(--site-color);
}

/*.col, .columns{
	padding: 0px!important;
}*/

#bio-wrap{
	width: 100vw;
	min-height: 100vh;
	background-image: var(--bg-body);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
}

.bio-container{
	width: 500px;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.bio-box{
	border-radius: var(--border-radius);
	border: 10px solid var(--border-color);
	background: var(--bg-color);
	background-image: var(--bg-image);
	background-size: cover;
	background-position: center;
}

.bio-nav{
	background: var(--bg-color);
	padding: 0px!important;
}

.list-setting{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.list-item{
	padding: 5px 10px;
	position: relative;
	border-right: 1px solid #d3d3d3;
	background: transparent;
	color: var(--text-color);
	transition: all 0.3s;
	margin: 0px!important;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 700;
	font-size: 15px;
}

.list-item:hover, .list-item.active{
	background: var(--hover-color);
	color: var(--text-hover-color);
}

.list-item:last-child{
	border-right: 0px;
}

.bio-content{
	background: var(--bg-color);
	padding: 20px!important;
}

.content-item{
	display: none;
}

.content-item.active{
	display: block;
}

.home-head-top{
	overflow: hidden;
	height: 168px;
	margin: -20px -20px 0px;
}

.home-head-top img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-info{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dashed var(--hover-color);
}

.user-avatar{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.user-avatar a{
	--width: 170px;
	width: var(--width);
	height: var(--width);
	overflow: hidden;
	border-radius: 50%;
	border: calc(var(--width)/34) solid var(--hover-color);
	margin-top: calc(0px - var(--width)/2);
}

.user-avatar a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-profile{
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p{
	color: var(--text-color)!important;
}

.home-profile h3{
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
	line-height: 1.5;
	margin-bottom: 5px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.home-profile h3 svg{
	margin-left: 7px;
	margin-right: -16px;
}

.home-profile p{
	margin-bottom: 0px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.home-action{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.home-action a{
	padding: 10px 25px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;
	background: var(--hover-color);
	color: var(--text-hover-color);
	margin-right: 20px;
}

.home-action a:last-child{
	margin-right: 0px;
}

.home-action a:hover{
	background: var(--text-color);
	color: var(--text-hover-color);
}

.home-contact{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dashed var(--hover-color);
}

.list-contact{
	--colum: 5;
	--space: 20px;
	display: flex;
	flex-wrap: wrap;
	margin: 0px calc(0px - var(--space)/2) calc(0px - var(--space))!important;
	list-style: none;
	justify-content: center;
	align-items: center;
}

.list-contact li{
	width: calc(100%/var(--colum));
	padding: 0px calc(var(--space)/2);
	margin: 0px!important;
	margin-bottom: var(--space)!important;
}

.list-contact a{
	--width: 70px;
	width: var(--width);
	height: var(--width);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--text-color);
	background: transparent;
	border-radius: 50%;
	margin: 0 auto;
}

.list-contact a:hover{
	background: var(--hover-color);
	border-color: var(--hover-color);
}

.list-contact a svg{
	max-width: 50%;
	max-height: 50%;
	width: 50px;
	height: auto;
}

.list-contact a svg path{
	fill: var(--text-color);
}

.list-contact .website a svg path{
	stroke: var(--text-color);
}

.list-contact a:hover svg path{
	fill: var(--text-hover-color);
}

.list-contact .website a:hover svg path{
	stroke: var(--text-hover-color);
}

.home-footer{
	text-align: center;
}

.bio-share-box{
	text-align: center;
}

.bio-share-box h4{
	color: var(--hover-color)!important;
	margin-bottom: 0px;
    padding: 5px 0px;
    line-height: 1.2;
    margin-top: 10px;
    text-transform: uppercase;
}

.bio-share-box p{
	margin: 10px;
}

.bio-share-box img{
	border: 3px solid var(--text-color);
}

.bio-share-box .new-content{
	margin-top: 20px;
}

.page-button{
	padding: 10px 30px;
	border: 2px solid var(--text-color);
	color: var(--text-color);
	font-size: 20px;
	margin: 0 auto;
    line-height: 1;
    transition: all 0.3s;
}

.page-button:hover{
	border-color: var(--hover-color);
	background: var(--hover-color);
	color: var(--text-hover-color);
}

.info-setting-box img{
	border-radius: 5px;
}

th.acf-th{
	text-transform: unset;
}

.image-item{
	margin-bottom: 20px;
}

.image-item a{
	display: block;
	overflow: hidden;
	width: 100%;
	padding-top: 60%;
	position: relative;
	border-radius: 10px;
}

.image-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.video-item{
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	border-radius: 10px;
	margin-bottom: 20px;
}

.video-item iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.news-item{
	padding: 20px 20px 15px;
	margin-bottom: 20px;
	background: rgba(0,0,0,0.1);
	border-radius: 5px;
	text-align: center;
}

.news-item .link-image{
	display: block;
	overflow: hidden;
	width: 100%;
	padding-top: 60%;
	position: relative;
	border-radius: 10px;
	margin-bottom: 10px;
}

.news-item .link-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.news-item h4{
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 0px;
	padding: 5px 0px;
	text-transform: uppercase;
}

.news-item h4 a{
	color: var(--hover-color);
}

.news-item .day, .bio-share-box .day{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
	margin-bottom: 0px;
}

.news-item .day svg, .bio-share-box .day svg{
	margin-right: 10px;
}

.news-item .day svg path, .bio-share-box .day svg path{
	fill: var(--text-color);
}

.poppup-box{
	height: 100%;
	border-radius: 5px;
}

.poppup-close{
    right: 7px;
    top: 7px;
}

.product-setting-box{
	display: flex;
	flex-wrap: wrap;
    margin: 0px -5px -10px!important;
}

.product-item{
	width: 50%;
	padding: 0px 5px;
	margin-bottom: 10px!important;
	text-align: center;
}

.product-item .link-image{
	display: block;
	overflow: hidden;
	width: 100%;
	padding-top: 70%;
	position: relative;
	border-radius: 10px;
	margin-bottom: 10px;
}

.product-item .link-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.product-item h4{
	font-size: 17px;
	margin-bottom: 5px;
}

.product-item .price{
	margin-bottom: 0px;
}

.account-user img{
	border-radius: 50%;
	border: 3px solid var(--hover-color);
}

.account-user .mr-half{
	margin-bottom: 10px;
	margin-right: 0px;
}


.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    border-radius: 7px;
    box-shadow: none;
}

#acf-form > .acf-fields > .acf-field{
	padding: 15px 0px;
}

.acf-actions .button{
	margin-right: 0px!important;
}

.my-account .dashboard-links{
	margin: 0px -5px;
}

.my-account .dashboard-links li{
	padding: 0px 5px;
	margin: 0px;
	margin-bottom: 10px;
	width: calc(100%/3);
}

.my-account .dashboard-links a{
	margin-right: 0px;
	text-transform: capitalize;
	padding: 18px 5px;
    line-height: 1.2;
}

.my-account .dashboard-links a:hover{
	background: var(--hover-color);
	color: var(--text-hover-color);
}

.log-form .button{
	min-width: 200px;
}

@media(max-width: 849.5px){
	.my-account .account-user{
		justify-content: center;
	    display: flex;
	    align-items: center;
	    flex-direction: column;
	}

	.my-account .account-user .mr-half{
		margin-right: 0px;
	}

	.my-account .account-user img{
		width: 100px;
	}

	.my-account .nav.nav-vertical {
	    flex-flow: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    gap: 15px;
	}

	.my-account .nav.nav-vertical li{
		width: calc(100%/3 - 10px);
		border: 1px solid var(--hover-color);
		padding: 5px 15px;
		line-height: 1;
	}

	.my-account .nav.nav-vertical li.active, .my-account .nav.nav-vertical li:hover{
		background: var(--hover-color);
	}

	.my-account .nav-vertical.nav-line>li>a{
		text-align: center;
		justify-content: center;
	}

	.my-account .nav-vertical.nav-line>li.active>a, .my-account .nav-vertical.nav-line>li>a:hover, .my-account .nav-vertical.nav-line>li:hover>a{
		color: var(--text-hover-color);
	}

	.my-account .nav-vertical.nav-line>li>a:before{
		display: none;
	}

	.my-account .large-9{
		padding-top: 20px;
		border-top: 1px dashed var(--hover-color);
	}

	.page-dashboard #my-account-nav{
		display: none;
	}

	.my-account .dashboard-links li{
		width: calc(100%/3);
	}
}

@media(max-width: 639.5px){
	body{
		font-size: 13px!important;
	}

	#bio-wrap{
		padding: 10px;
	}

	.list-item{
		font-size: 11px;
	}

	.bio-content {
	    padding: 10px!important;
	}

	.home-head-top{
	    margin: -10px -10px 0px;
	}

	.user-avatar a{
		--width: 130px;
	}

	.home-action a, .page-button{
		padding: 7px 20px;
		font-size: 15px;
	}

	.list-contact{
		--colum: 4;
		--space: 10px;
	}

	.list-contact a{
		--width: 50px;
	}

	.news-item{
		padding: 10px 10px 7px;
	}

	.news-item h4{
		font-size: 17px;
	}

	.news-item .day, .bio-share-box .day{
	    font-size: 13px;
	}

	.product-item h4{
		font-size: 14px;
	}
}

@media(max-width: 549px){
	.my-account .dashboard-links li {
	    width: calc(100% / 2);
	}
}

@media(max-width: 413.5px){
	.my-account .nav.nav-vertical li{
		width: calc(100%/2 - 8px);
	}

	.list-item{
		font-size: 9px;
		padding: 5px;
	}

	.product-item{
		width: 100%;
	}
}

.acf-repeater .acf-row-handle .acf-icon{
    margin: -8px 0 0 -7px;
}

#gia-han{
	position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    background: rgba(0,0,0,.7);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
}

#gia-han.active{
	opacity: 1;
    visibility: visible;
}

.giahan-box{
	width: var(--data-width);
    height: var(--data-height);
    background: var(--data-bg);
    color: var(--data-color);
    border-radius: 10px;
    padding: var(--data-padding);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: calc(100vw - 40px);
    min-width: 280px;
    max-height: calc(100vh - 40px);
    z-index: 2;
    height: 100%;
    border-radius: 5px;
}

.giahan-close{
	position: absolute;
    right: 7px;
    top: 7px;
    line-height: 1;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    font-family: 'Lato';
    font-weight: 900;
}

.giahan-box-content{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.form-giahan h3{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0.2em;
}

.form-giahan h5{
	text-align: center;
	font-size: 1.2em;
}

#gia-han .form-giahan p{
	margin-bottom: 1em;
}

.submit-p{
	display: flex;
	justify-content: center;
	position: relative;
}

.submit-p .wpcf7-submit{
	margin: 0px!important;
}

.submit-p .wpcf7-spinner{
    position: absolute;
    margin: 0px;
    left: calc(50% + 80px);
    top: 50%;
    transform: translateY(-50%);
}

.wpcf7-response-output{
	text-align: center;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	font-size: 1em!important;
}

@media(max-width: 479.5px){
	.form-giahan h5{
		font-size: 1em;
	}
}

.woocommerce-lost-password .woocommerce{
	text-align: center;
}

.my-account form.lost_reset_password{
	padding: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.my-account form.lost_reset_password p.form-row-first,.my-account form.lost_reset_password p.form-row-last{
    float: none;
    margin: 1em auto 0em;
}

.my-account form.lost_reset_password .form-row-first input{
	text-align: center;
}

.my-account form.lost_reset_password .form-row-first input, .my-account form.lost_reset_password .form-row-last input{
	margin-bottom: 0px;
	text-align: center;
}

.my-account form.lost_reset_password .woocommerce-Button{
	margin-right: 0px;
	margin-top: 1.5em;
}

.gt-current-lang{
	display: none;
}