:root {
	--color-black: #000000;
	--color-white: #ffffff;
	--color-yellow:#FED500;
	--color-green:#6C9D83;
	--color-light-yellow:#FFFEE5;
	--color-orange:#FDB618;
	--color-gray:#5A5A5A;
	--color-lightgray:#F6F6F6;
	--color-medium-gray:#979797;
	--color-pale-gray:#EDEDED;
	--color-green-mint:#DEF1EC;
}
/*@media (max-width: 991px) {
  :root {
    --font-size-overline: 14px;
    --font-size-button: 14px;
    --font-size-body: 16px;
    --font-size-subtitle2: 13px;
    --font-size-subtitle1: 14px;
    --font-size-h3: 16px;
    --font-size-h2: 20px;
    --font-size-h1: 48px;

    --line-height-overline: 18px;
    --line-height-button: 18px;
    --line-height-body: 22px;
    --line-height-subtitle2: 16px;
    --line-height-subtitle1: 18px;
    --line-height-h3: 20px;
    --line-height-h2: 25px;
    --line-height-h1: 54px;
  }*/
* {
	box-sizing: border-box;
}
body {
  font-family: "glacial_indifferenceregular","Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  position: relative;
  will-change: opacity;
}
body:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
body.offcanvas-menu:before {
	opacity: 1;
	visibility: visible;
}
main {
	margin-top: 80px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "glacial_indifferencebold","Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	letter-spacing: 1px;
}

a ,.object-fit{
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease; 
}
a, a:hover {
	text-decoration: none !important;
}

ul,li,ol {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
}

.animate{
	-webkit-animation-duration: 1s;
    animation-duration:1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    will-change: opacity, transform;
}
.object-fit {
    display: block;
    overflow: hidden;
    position: relative;
}
.object-fit > img,
.object-fit > video {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0; 
    bottom: 0;
    left: 0;
    right: 0;
}
.object-fit:before {
    content: "";
    display: block;
    width: 100%;
}
.breadcrumb {
	margin: 12px 0;
}
.breadcrumb li a {
	font-size: 12px;
	color: var(--color-medium-gray);
}
.breadcrumb-item+.breadcrumb-item {
	padding-left: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "\e90b";
    font-family: 'icomoon' !important;
    transform: rotate(90deg);
    color: var(--color-medium-gray);
    font-size: 8px;
    padding: 8px;
}
.breadcrumb-item+.breadcrumb-item.active::before,
.breadcrumb-item.active a {
	color: var(--color-green);
}
.swiper,.swiper-wrapper {
	width: 100%;
	height: 100%;
}
span.swiper-pagination-bullet {
	background: var(--color-yellow);
	border: 1px solid var(--color-yellow);
	width: 12px;
    height: 12px;
	opacity: 1;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
}
.swiper-button-next, .swiper-button-prev {
    background-color: rgba(0,0,0,.1);
    width: 42px !important;
    height: 42px !important;
    border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 16px !important;
	color: var(--color-white);
}

.bg-yellow {
	background-color: var(--color-yellow);
}
.bg-light-yellow {
	background-color: var(--color-light-yellow);
}
.bg-green {
	background-color: var(--color-green);
}
.bg-light-gray {
	background-color: var(--color-light-gray);
}
.text-green{
	color:var(--color-green);
}
.text-yellow{
	color:var(--color-yellow);
}
h1,h2,.h2 {
	font-size: 36px;
	line-height: 44px;
}
h3,.h3{
	font-size: 30px;
	line-height: 36px;
}
h4,.h4{
	font-size: 20px;
	line-height: 24px;
}
.sub-head {
	font-family: 'glacial_indifferenceregular';
}
.animate__animated {
	animation-duration: 3s;
}

/*.animate {
	
	    transition: 2s ease-out;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    will-change: opacity, transform;
}
.animated {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.fadeIn {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}*/

.btn{
	font-family: "Anuphan", sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.outline-btn {
	background: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 8px;
	transition: all 0.5s;
}
.outline-btn:hover {
	background: #ffffff;
}
.btn-addline {
	padding: 8px 115px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: auto;
	color: var(--color-white);
	transition: all 0.2s linear 0s;
	position: relative;
	/* margin-top: 15px; */
	border-radius: 8px;
}
 .btn-addline .ic {
 	padding-right: 10px;
 	font-size: 22px;
 	transition: all 0.5s;
 } 
/*.btn-addline:hover .ic {
    transform: translateX(-20px);
}*/
.btn-addline:hover {
	/*padding: 8px 125px;*/
	box-shadow: 0px 2px 8px 0px #00000026;
	color: var(--color-white);
	background-color: var(--color-green);
}
/*.btn-linkout:hover {
	text-indent: -20px;
}
.btn-linkout:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  transition: 0.5s;
}
.btn-linkout:hover:after {
  opacity: 1;
  padding-left: 20px;
}*/
.btn-shop-more {
	display: block;
	margin: 0 auto;
	width: auto;
	color: var(--color-white);
	border-radius: 8px;
	padding: 10px 61px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'glacial_indifferencebold';
	transition: all 0.5s ease;
}
.btn-shop-more:hover {
	background-color: var(--color-yellow);
	color: var(--color-white);
	box-shadow: 0px 2px 8px 0px #00000026;
}
.single-content-container.product-content .btn-shop-more {
	padding: 10px 160px;
}
.swiper.highlight{
	opacity: 0;
}
.animated .swiper.highlight{
	opacity: 1;
}
.swiper.highlight .object-fit:before {
    padding-bottom: 39.3081761%;
}


.featured-wrap {
	padding: 30px 50px;
	flex-wrap: wrap;
	justify-content: center;
}
.featured-item {
	padding: 0 12px;
	text-align: center;
	flex: 0 0 22%;
}
.featured-item .ic {
	font-size: 54px;
	
}
.featured-item:hover .ic,
.howto-item:hover .ic{
	animation-iteration-count: infinite;
}
.featured-item h4 {
	padding-top: 15px;
}
.featured-item p {
	font-size: 14px;
	font-family: 'glacial_indifferenceregular';
}
section {
	position: relative;
	overflow: hidden;
}
section[data-section="product"] {
    overflow: unset;
}
section[data-section="home-shop"],
section[data-section="home-service"],
section[data-section="home-order"],
section[data-section="ig"]
{
	padding: 60px 0 80px;
}
section[data-section="home-service"] {
	background-color: #fcf8c8;
}
.section-shadow {
box-shadow: 0px 5px 10px 0px #7C7C7C0A;
}
section[data-section="home-shop"] ul.products{
	margin-top: 30px;
	margin-bottom: 40px;
}
li.product .object-fit:before{
	padding-bottom: 133.333333333%;
}
li.product .img-wrap {
    width: 100%;
}


ul.products{
	display: grid !important;
    grid-template-columns: repeat(5, 1fr);
	grid-gap: 40px 24px;
}
li.product>a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-out;
	flex-direction: column;
	color:var(--color-white);
}
li.product>a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.79%, rgba(0, 0, 0, 0.7) 100%);
	z-index: 2;
	transition: 0.5s;
	opacity: 0;
}
li.product .btn {
    position: absolute;
	bottom:30px;
    z-index: 3;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s;
	padding: 7px 42px;
	color:var(--color-white);
}
li.product img{
	transition: 0.5s;
}
li.product:hover img {
    transform: scale(1.05) translateY(-10px);
}
li.product:hover>a:before {
    opacity: 1;
}
li.product:hover .btn {
    opacity: 1;
    transform: translateY(0px);
}
li.product:hover .btn:hover{
	color:var(--color-black);
}
#bg-flower {
	position: absolute;
	z-index: 0;
	top: -90px;
	left: 0;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    grid-column-gap: 24px; 
	grid-row-gap: 12px;
	margin-top: 30px;
}

.service-item {
	position: relative;
}

.service-item:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.26%, rgba(0, 0, 0, 0.7) 92.27%);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.service-item:first-child{
	grid-column: span 2;
    grid-row: span 2;
}
.blog-img .object-fit:before,
.service-item:first-child .object-fit:before {
	padding-bottom: 56.41025641%;
}
.service-item .object-fit:before {
	padding-bottom: 56.25%;
}
.blog-img {
	flex: 1;
}
.service-item img {
	transition: all 0.5s ease-in;
}
.service-item:hover img {
	transform: scale(1.1) translateY(-10px);
}
.service-title {
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	z-index: 3;
}
.service-title h4 {
	color: var(--color-white);
}
.service-title .btn {
	/*font-family: "day_romanregular";*/
    padding: 7px 42px;
}
#squiggle1 {
	width: 10%;
}
#squiggle1 path{
	transform: translateY(395px) scale(0.05, -0.05);
}
.circle-svg{
	width: 150px;
	height: 150px;
}
.circle {
	stroke-width: 1.3px;
	fill: transparent;
	stroke-dasharray: 0, 360;
}
.circle-base{
	stroke:var(--color-white);
}
.circle-orange{
	stroke: var(--color-orange);
}
.circle-yellow{
	stroke: var(--color-yellow);
}
.circle-light-blue{
	stroke: #d5e8d6;
}
.circle-blue{
	stroke: #b4d7d0;
}
.circle-green{
	stroke: var(--color-green);
}
*.animated svg.circle-svg>.circle1 {
    stroke-dashoffset: -105;
    animation: drawCircle1 0.05s linear forwards;
}
*.animated svg.circle-svg>.circle2 {
    stroke-dashoffset: -121;
    animation: drawCircle2 .2s linear 0.05s forwards;
}
*.animated svg.circle-svg>.circle3{
    stroke-dashoffset: -179;
	animation: drawCircle3 .1s linear .25s forwards;
}
*.animated svg.circle-svg>.circle4{
    stroke-dashoffset: -209;
	animation: drawCircle4 .4s linear .35s forwards;
}
*.animated svg.circle-svg>.circle5{
    stroke-dashoffset: -268;
	animation: drawCircle5 .2s linear 0.55s forwards;
}
*.animated svg.circle-svg>.circle6{
    stroke-dashoffset: -376;
	animation: drawCircle6 .2s linear 0.75s forwards;
}
*.animated svg.circle-svg>.circle7{
    stroke-dashoffset: -68;
	animation: drawCircle7 .05s linear 0.95s forwards;
}
@keyframes drawCircle1 {
    100% {
        stroke-dasharray: 13, 347;
    }
}
@keyframes drawCircle2 {
    100% {
        stroke-dasharray: 54, 306;
    }
}
@keyframes drawCircle3 {
    100% {
        stroke-dasharray: 26, 334;
    }
}
@keyframes drawCircle4 {
    100% {
        stroke-dasharray: 56, 304;
    }
}
@keyframes drawCircle5 {
    100% {
        stroke-dasharray: 105, 255;
    }
}
@keyframes drawCircle6 {
    100% {
		stroke-dasharray: 50, 310;
    }
}
@keyframes drawCircle7 {
    100% {
		stroke-dasharray: 15, 345;
    }
}
.howto-container{
	margin-top:30px;
}
.howto-item{
	flex: 1 0 23%;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
	padding: 0 12px;
}
.howto-icon{
	box-shadow: 0px 2px 16px 0px #00000026;
	transition: all 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	position: relative;
}
.howto-item:hover .howto-icon{
	box-shadow: 0px 2px 20px 0px #00000040;
}
.howto-icon img{
	position: absolute;
	top:48px;
	left:48px;
}

.howto-item .caption {
	padding-top:24px
}
.howto-item .caption h3{
	color:var(--color-orange);
}

.howto-item .caption p{
	font-size: 16px;
	line-height: 26px;
	color:var(--color-gray);
}
section[data-section="home-blog"]{
	padding:113px 73px;
	background-image: url('../img/bg-blog.jpeg');
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.blog-card {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:176px;
	font-family: 'glacial_indifferenceregular';
}
.blog-card .caption{
	text-align: left;
	flex:1;
}
.blog-card .caption h4{
	font-family: 'glacial_indifferenceregular';
	margin-top:15px;
}
.blog-card .caption p{
	margin-top:15px;
	color:var(--color-gray);
}
/* .bg-animation {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow-x: hidden;
  } */
/*   
  .wave {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%23003F7C'/%3E%3C/svg%3E");
	position: absolute;
	width: 200%;
	height: 100%;
	animation: wave 10s -3s linear infinite;
	transform: translate3d(0, 0, 0);
	opacity: 0.8;
  }
  
  .wave:nth-of-type(2) {
	bottom: 0;
	animation: wave 18s linear reverse infinite;
	opacity: 0.5;
  }
  
  .wave:nth-of-type(3) {
	bottom: 0;
	animation: wave 20s -1s linear infinite;
	opacity: 0.5;
  }
  
  @keyframes wave {
	  0% {transform: translateX(0);}
	  50% {transform: translateX(-25%);}
	  100% {transform: translateX(-50%);}
  } */
#sb_instagram{
	  margin-top:40px;
}
#sbi_images{
	  display:grid;
	  grid-template-columns: repeat(5, 1fr);
 }
.sbi_photo{
	  position: relative;
}
.sbi_item:last-child{
	display:none !important;
}
/*.sbi_photo:before {
    content: '';
    padding-bottom: 100%;
	display:block;
}*/
.sbi_photo img{
	display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    /*position: absolute;
    top: 0; 
    bottom: 0;
    left: 0;
    right: 0;*/
}
.sbi_item {
	overflow: hidden;
}
.sbi_item img {
    transition: all 0.5s;
}
.sbi_item:hover img {
    transform: scale(1.05);
}
.howto-item .ic:before {
    color: var(--color-green);
    font-size: 64px;
}
.follow-us {
    display: flex;
    justify-content: center;
    align-items: center;
	/*font-family: "day_romanregular", sans-serif;*/
	font-size: 14px;
	line-height: 18px;
}
.follow-us .ic {
	padding-left: 8px;
}
.follow-us .ic:before{
	font-size: 26px;
	color: var(--color-green);
}

.archive-page h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-yellow);
}
.archive-page h1 .ic:before{
	color: var(--color-black);
	font-size: 68px;
}
.service-card {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap:24px;
	margin-bottom: 24px;
}
.service-card .service-img-wrap {
	flex-basis: 57.5%;
}
.service-card:nth-child(odd) .service-img-wrap{
	order: 1;
}
.service-card .service-img-wrap .object-fit:before {
    padding-bottom: 56.284153005%;
}
.package-card .object-fit:before {
    padding-bottom: 58.510638297%;
}

.service-card .service-info {
	flex-basis: 40.5%;
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.service-info a.title{
	color: var(--color-black);
}
.service-detail {
	padding-top: 10px;
	padding-bottom: 45px;
}
.service-detail>*{
	display: inline;
}
.service-detail h4 {
	color: var(--color-green);
}
.service-detail p {
	color: var(--color-gray);
}
section[data-section="service"] {
    padding-bottom: 64px;
}
section[data-page] {
    padding-bottom: 40px;
}
section[data-page="blog"] {
    padding-bottom: 52px;
}

.blog-container {
	display: grid;
	gap:24px;
	margin-bottom: 50px;
	grid-template-columns: repeat(3, 1fr);
}
.blog-item{
	box-shadow: 0px 5px 10px 0px #7C7C7C0A;
}
.blog-container .blog-item  .object-fit:before {
    padding-bottom: 56.372549019%
}
.blog-container .blog-item .card {
	border: 0;
}
.blog-container .blog-item .card .card-img {
	position: relative;
}
.blog-container .blog-item .card .card-img span.tag {
	position: absolute;
    left: 15px;
    bottom: 12px;
}
span.tag{
    font-size: 12px;
    background: #DEF1ECB2;
    padding: 4px 8px;
    border-radius: 38px;
}
.blog-container .blog-item article {
	padding: 16px;
	font-family: 'glacial_indifferenceregular';
}
.blog-container .blog-item article p {
	margin-bottom: 0;
}
.loadmore {
	text-align: center;
}
.loadmorebtn {
	display: inline-block;
}
.btn-text{
	color: var(--color-yellow);
	
	font-family: 'glacial_indifferenceregular';
}
.btn-text:active{
	color: var(--color-yellow) !important;
	border:0 !important;
	background-color: transparent !important;
}
.btn-text:hover{
	color: var(--color-orange);
}
.btn-text:after {
    font-family: 'icomoon';
    content: "\e90c";
    font-size: 10px;
    padding-left: 10px;
    
}

.page-desc{
	text-align: center;
    font-family: 'glacial_indifferenceregular';
	margin-bottom: 0;
}
section[data-section="faq"]{
	background-color:var(--color-pale-gray);
	padding:40px 0;
	margin-bottom: 64px;
}
.accordion-item:not(:last-child){
	margin-bottom: 16px;
}
.accordion-button{
	font-size: 16px;
    line-height: 25px;
    /*font-family: 'day_romanregular';*/
    padding: 16px;
	background-color:var(--color-white);
	color:var(--color-black);
}
.accordion-button:not(.collapsed){
	background-color:var(--color-white);
	color:var(--color-black);
}
.package-wrap{
	display: flex;
	align-items: stretch;
	gap:24px;
}
.package-card{
	flex-basis: 33%;
padding:16px;
background-color:rgba(240, 240, 240, 0.4);

border:0;
border-radius: 0;
}
.package-card h2{
	padding-top:15px;
	margin-bottom: 0;
	color:var(--color-black);
}
.package-card .btn{
	margin:10px 0 15px;
}
.package-card span.from{
	color:var(--color-gray);
	font-family: 'glacial_indifferenceregular';
}
.priceWrap{
	color:var(--color-orange);
	font-size: 36px;
	line-height: 42px;
	font-family: 'glacial_indifferencebold';
}
.priceWrap span{
	color: var(--color-black);
    font-size: 16px;
    font-family: 'glacial_indifferenceregular';
	padding-left: 5px;
}
.package-card .package-desc,.service-detail {
	font-family: 'glacial_indifferenceregular';
}
.package-card .package-desc .desc{
	font-family: 'glacial_indifferencebold';
	font-size: 16px;
	line-height: 19px;
}
section[data-section="package"]{
	margin-bottom: 40px;
}

.package-promotion .service-card:nth-child(odd) .service-img-wrap{
	order: 0;
}
.package-promotion .service-card:nth-child(even) .service-img-wrap{
	order: 1;
}
.service-date{
	padding:12px 22px;
	background-color:var(--color-green-mint);
	font-family: 'Anuphan';
    font-size: 14px;
    line-height: 18px;
	margin:8px 0;
}
.service-date span{
	/*font-family: "day_romanregular";*/
}
.service-date ul li:not(:last-child){padding-bottom: 8px;}
.service-date ul li span:after {
    padding-right: 5px;
    content: ':';
    padding-left: 10px;
}
.service-date ul{
	padding: 0;
	margin:0;
}
.service-col{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
}
.service-col .service-detail>* {
    display: block;
}
section[data-page="single-project"] {
    padding-bottom: 20px;
    box-shadow: 0px 5px 10px 0px #7C7C7C0A;
}
.project-title{
	display: flex;
	align-items: center;
}
.project-title span.tag{
	margin-left: 15px;
}
.project-content{
	padding:40px;
}
.related-project .blog-container{
	padding-top:24px;
}
.project-wrap{
	width: 66%;
	margin:0 auto;
}
.short-howto .howto-item{
	flex-direction: row;
	align-items: center;
	flex:auto;
}
.short-howto .howto-icon{
	width: 70px;
	height: 70px;
}
.short-howto .howto-item .ic:before{
	font-size: 38px;
}
.short-howto .howto-item .howto-icon img {
    position: absolute;
    top: 16px;
    left: 16px;
}
.short-howto .howto-item .circle-svg {
    width: 66px;
    height: 66px;
}
.short-howto .howto-item .caption h3,
.short-howto .howto-item .caption h4{
	margin-bottom: 0;
}
.short-howto .howto-item .caption {
    padding-top: 0;
	text-align: left;
	padding-left:24px;
}
.product-container {
	padding-bottom: 64px;
}
.product-container .product-filter  {
	position: sticky;
	top: 10px;
	flex: 0 1 22%;
    box-shadow: 0px 0px 10px 0px #0000000D;
	padding: 16px 0 0;
	height: fit-content;
}
.product-container .product-wrapper{
	flex: 0 1 78%;
}
.product-container ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
}
.product-container .widget_wpc_filters_widget a ,
.product-container .widget_wpc_filters_widget label{
	color: #000000;
	opacity: 1 !important;
}
.widget_wpc_filters_widget {
    font-family: 'glacial_indifferenceregular';
}
.wpc-filters-section {
    border-top: 1px solid var(--color-pale-gray);
    padding: 16px 16px 10px;
	margin-bottom: 0 !important;
}
.wpc-filter-title {
	margin-bottom: 10px !important;
	cursor: pointer;
	position: relative;
}
.wpc-filter-title:after {
	position: absolute;
	right: 0;
	font-family: 'icomoon';
      content: "\e90b";
    font-size: 10px;
    padding-left: 5px;
	color: var(--color-green);
}
.wpc-filters-section.closed .wpc-filter-title:after {
    content: "\e90c";
}
.wpc-filters-section.closed  .wpc-filter-content {
    display: none;
}
.wpc-filters-section .wpc-filter-content {
    display: block;
}
.product-filter h4 {
	margin: 0 16px 16px;
}
.wpc-filters-main-wrap ul.wpc-filters-ul-list {
	margin-bottom: 0;
	padding: 0 !important;
}
.wpc-edit-filter-set {
	display: none !important;
}

input[type="checkbox"] {
  accent-color: var(--color-green);
    width:20px;
    height:20px;
}
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 12px;
  border: 2px solid var(--color-green);
  border-radius: 4px;;
    padding:3px;
}
input[type="checkbox"]:checked,input[type="checkbox"]:checked:hover{
    background-color:var(--color-green) !important;
}

input[type="checkbox"]::before {
  content: "";
  width: 12px;
  height: 12px;
    -webkit-clip-path: polygon(21% 40%, 21% 40%, 8% 54%, 25% 68%, 36% 77%, 47% 65%, 48% 64%, 64% 47%, 75% 35%, 93% 13%, 81% 4%, 36% 54%);
          clip-path: polygon(21% 40%, 21% 40%, 8% 54%, 25% 68%, 36% 77%, 47% 65%, 48% 64%, 64% 47%, 75% 35%, 93% 13%, 81% 4%, 36% 54%);
}
input[type="checkbox"]:checked::before {
    -webkit-clip-path: polygon(21% 40%, 21% 40%, 8% 54%, 25% 68%, 36% 77%, 47% 65%, 48% 64%, 64% 47%, 75% 35%, 93% 13%, 81% 4%, 36% 54%);
          clip-path: polygon(21% 40%, 21% 40%, 8% 54%, 25% 68%, 36% 77%, 47% 65%, 48% 64%, 64% 47%, 75% 35%, 93% 13%, 81% 4%, 36% 54%);
    background-color: var(--color-white);
}
.mfp-bg {
	opacity: 0.3 !important;
	z-index: 9998;
}
.mfp-content {
    width: 80%;
    max-width: 1164px;
	background-color: #ffffff;
	padding: 67px 84px;
	z-index: 9999;
}
.mfp-content main {
	margin-top: 0;
}
.mfp-content header,
.mfp-content footer {
	display: none;
}
.single-content-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
	padding: 0;
}

.content-gallery {
	width: 27%;
}
.content-detail-container {
	width: 71%;
	display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
}
.product-content .content-gallery {
	width: 35%;
}
.product-content .content-detail-container {
	width: 63%;
}
.content-detail-container h4 {
	color: var(--color-green);
}
.content-detail-container span,
.content-detail-container .priceWrap span {
	font-family: 'glacial_indifferenceregular';
	color: #5D5D5D;
    font-size: 18px;
}
.content-detail {
	margin-top: 24px;
	line-height: 26px;
	font-family: 'glacial_indifferenceregular';
}
.product-content .content-detail {
	margin-top: 10px;
}
.product-content .content-detail>* {
	display: inline;
}
button.filter-close:after,
button.mfp-close:after {
	font-size: 12px;
    width: 24px;
    height: 24px;
    content: '';
    border: 2px solid #000;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
	
}

button.filter-close,
button.mfp-close{
	background-color: #0000000D !important;
    border-radius: 50%;
    opacity: 1;
	position: absolute;
    top: 18px;
    right: 18px;
    font-size: 18px;
}

button.filter-close {
	display: none;
	width: 40px;
    height: 40px;
	font-size: 0;
	border: 0;
	color: #000;
	padding: 0;
	top: 5px;
	font-family: 'glacial_indifferencebold';
    /*font-size: 14px;*/
}
.btn.filter-btn {
	color: var(--color-yellow);
	border: 1px solid var(--color-yellow);
}
button.filter-close:after {
	top: 8px;
    right: 8px;
}
/*.mfp-close:active {
    display: none;
}*/
.mfp-close-btn-in .mfp-close {
	color: #000000 !important;
}

.product-gallery .swiper {
      width: 100%;
      height: 100%;
}

.product-gallery .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.product-gallery .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.product-gallery .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

/*.product-gallery .swiper-slide {
      background-size: cover;
      background-position: center;
}*/

.product-gallery .mainSwiper {
      height: 80%;
      width: 100%;
    }

.product-gallery .thumbSwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

.product-gallery .thumbSwiper .swiper-slide {
      width: 25%;
      height: 100%;
}

.product-gallery .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
 }
ul.wp-block-list,
ul.wp-block-list li{
	list-style: disc;
}
ul.wp-block-list {
    padding-left: 1.5rem;
}
.content-gallery  .object-fit:before{
	padding-bottom: 133.333333333%;
}
.content-gallery .mainSwiper {
    padding-bottom: 24px;
}
.content-detail .wp-block-list {
	font-size: 14px;
    font-family: 'glacial_indifferenceregular';
}
.wpc-filter-layout-submit-button {
	flex-direction: column !important;
}
.wpc-filters-main-wrap a.wpc-filters-reset-button, .wpc-filters-main-wrap a.wpc-filters-submit-button {
	width: 100% !important; 
}
a.wpc-filters-submit-button {
	margin-bottom: 10px;
}
a.wpc-filters-submit-button,a.wpc-filters-reset-button ,.howto-item .caption p{
		
	font-family: 'glacial_indifferenceregular';
}
a.wpc-filters-submit-button {
	color: #ffffff !important;
}
#sb_instagram #sbi_images {
	padding: 0;
}
.blog-card .blog-img{
		flex:1;
		width: 100%;
	}
@media (max-width:1366px) {
	.blog-card{
		gap: 60px;
	}
	
}
@media (max-width:1199px) {
	.blog-card{
		gap: 60px;
	}
	.service-card .service-info,
	.service-card>a {
		flex-basis: 50%;
	}
	.service-detail {
	    padding-bottom: 30px;
	}
	.featured-wrap {
		padding: 30px 0;
	}
	.featured-item {
		flex: 1 0 33.33%;
	}
	.service-item{
		grid-column: span 2;
	}
	.service-item:first-child {
		grid-column: span 4;
	}
	.short-howto .howto-item {
		flex: 50%;
		    margin-bottom: 20px;
	}
}

@media (max-width:991px) {
	
	.howto-item {
		flex: 50%;
		
	}
	
	section[data-section="home-blog"]{
		padding:60px 80px;
		background-position: top left;
	}
	.blog-card{
		flex-direction: column;
		gap:15px;
	}
	ul.products {
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 20px;
	}
	section[data-section="home-shop"] li.product:nth-child(n+9) {
		display: none;
	}
	
	li.product:hover img {
		transform: scale(1) translateY(0px);
	}
	.service-card {
		align-items: normal;
		flex-direction: column;
		
	}
	.service-card:not(:first-child) {
		margin-top: 30px;
	}
	.service-card:nth-child(odd) .service-img-wrap {
	    order: 0;
	}
	
	.service-detail {
	    padding-bottom: 20px;
	}
	.blog-container {
		margin-bottom: 30px;
		grid-template-columns: repeat(2, 1fr);
	}
	section[data-page] {
		padding: 0px;
	}
	.archive-page h1 .ic:before{
		font-size: 50px;
	}
	.package-wrap{
		flex-direction: column;
	}
	.package-promotion .service-card:nth-child(odd) .service-img-wrap,
	.package-promotion .service-card:nth-child(even) .service-img-wrap {
		order: 0;
	}
	.button-filter .product-filter {
		display: none !important;
		position: fixed;
	    left: 0;
		top: 0;
	    width: 100%;
	    background: #FFF;
	    height: 100vh;
	    z-index: 1001;
	    overflow: scroll;
		padding: 20px;
	}
	.button-filter.open-filter .product-filter {
		display: block !important;
	}
	.product-filter {
		display: none !important;
		
	}
	.product-filter.open-filter {
		display: block !important;
		width: 100%;
	    position: fixed;
	    background: #fff;
	    z-index: 1001;
	    left: 0;
	    top: 0;
	    height: 100vh;
	    overflow-y: auto;
		padding-bottom: 50px;
	}
	button.filter-close {
		display: block;
	}
	.btn.filter-btn {
		margin: 25px;
		width: calc(100% - 50px);
	}
	.product-container ul.products {
		padding: 0;
		grid-template-columns: repeat(2, 1fr);
	}
	.product-container .product-wrapper {
	    flex: 100%;
	}
	
	.wpc-filter-layout-submit-button {
	    flex-direction: row-reverse !important;
	}
	a.wpc-filters-submit-button {
		margin-bottom: 0px;
	}
	.wpc-filters-main-wrap a.wpc-filters-reset-button, .wpc-filters-main-wrap a.wpc-filters-submit-button {
		width: 48% !important; 
	}
	.single-content-container {
		flex-direction: column;
		gap:0
	}
	.content-gallery,
	.product-content .content-gallery,
	.product-content .content-detail-container {
	    width: 100%;
	}
	.content-gallery .thumbSwiper {
		display: none;
	}
	.single-content-container.product-content .btn-shop-more {
		margin-top: 30px;
		padding: 10px;
	}
	section[data-section="product"] {
		padding: 30px 0;
	}
	.mfp-content {
		padding: 40px 10px;
	}
	
	section.page-service[data-section="service"] {
		padding: 30px 0 20px;
	}
	/*section.page-service[data-section="service"] .container{
	    padding: 0;
	}*/
	/*.service-card .service-info {
		padding: 0 30px;
	}*/
	.service-col {
		flex-direction: column;
		gap:0
	}
	.service-detail {
		padding-bottom: 10px;
	}
	.project-content {
		padding: 0;
	}
	.project-wrap {
		width: 100%;
	}
	.short-howto .howto-item {
		flex: 100%;;
	}
	.single-subscription {
		padding-top: 0;
	}
	.single-subscription .single-content-container {
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
	}
	.content-detail-container {
		width: 100%;
	}
	#sbi_images {
	grid-template-columns: repeat(3, 1fr);
	}
	.sbi_item:last-child{
		display:block !important;
	}
}
@media (max-width:767px) {
	h1, h2, .h2 {
	    font-size: 30px;
	    line-height: 36px;
	}
	h4, .h4 {
	    font-size: 16px;
	    line-height: 19px;
	}
	section[data-section="highlight"] {
		padding: 0;
	}
	section,
	section[data-section="home-blog"]{
		padding:30px 0;
	}
	
	section[data-section="home-shop"] {
	    padding: 40px 0 48px;
	}
	section[data-section="home-service"] {
		padding: 40px 0 54px;
	}
	section[data-section="home-order"] {
		padding: 40px 0;
	}
	section[data-section="ig"] {
		padding: 40px 0 0px;
	}
	.swiper.highlight .object-fit:before {
		padding-bottom: 56.26666%;
	}
	.featured-item {
		flex: 1 0 100%;
		margin-bottom: 14px;
	}
	.featured-item:last-child {
		margin-bottom: 0px;
	}
	.featured-wrap {
		padding: 0;
	}
	/*section[data-section="home-shop"] .sub-head,
	section[data-section="home-service"] .sub-head{
		    font-family: day_romanregular;
	}*/
	section[data-section="home-shop"] ul.products {
		margin:24px 0;
	}
	
	#sbi_images{
		grid-template-columns: repeat(2, 1fr);
	}
	.sbi_item:last-child{
		display:block;
	}
	ul.products {
		grid-template-columns: repeat(2, 1fr);
		grid-gap:24px 10px;
		padding: 0;
	}
	.grid-container {
		grid-gap:16px 24px;
	}
	.service-item {
        grid-column: span 4;
    }
	li.product .btn{
		display: none;
	}
	.howto-item{
		flex: 1 0 50%;
	}
	.howto-icon{
		width: 70px;
		height: 70px;
	}
	.howto-icon img {
        width: 34px;
        height: 34px;
	    top: 18px;
	    left: 18px;
	}
	.howto-item .circle-svg {
		width: 60px;
		height: 60px;
	}
	.howto-item .caption p {
	    font-size: 14px;
	    line-height: 18px;
	    color: var(--color-gray);
	}
	.featured-item .ic:before,
	.howto-item .ic:before {
		font-size: 38px;
	}
	.btn-addline {
		padding: 8px 25px;
	}
	section[data-section="home-blog"]{
		background-position: top right;
	}
	.blog-container {
		margin-bottom: 30px;
		grid-template-columns: repeat(1, 1fr);
	}
	.btn-shop-more,.btn-addline{
	    margin-right: calc(var(--bs-gutter-x)* .5);
		margin-left: calc(var(--bs-gutter-x)* .5);
		width: calc(100% - var(--bs-gutter-x));
		padding: 10px 0px;
	}
	.service-card .service-info .btn-shop-more{
		width: 100%;
		margin: 0;
	}
	.btn.filter-btn {
		margin-top: 0;
	}
	#sbi_images {
	grid-template-columns: repeat(2, 1fr);
	}
	.service-date-wrap {
		padding: 0;
	}
	.service-date {
		padding-right: calc(var(--bs-gutter-x)* .5);
		padding-left: calc(var(--bs-gutter-x)* .5);
	}
}
button.cky-btn {

	color: var(--color-green) !important;
    background-color: transparent;
    border-color:var(--color-green) !important;
}
button.cky-btn.cky-btn-accept {
	color: #FFFFFF !important;
    background-color: var(--color-green) !important;
    border-color: var(--color-green) !important;
}

.service-detail li {
	    list-style: disc;
}
.package-card ul {
	padding: 0;
}
.package-card ul li i.ic {
	    padding-right: 10px;
}
h2.ig {
	padding:0 15px;
}