@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*  
font-family: "Kanit", sans-serif;
font-family: "Poppins", serif;
font-family: "Font Awesome 6 Pro";
*/
:root, * { color-scheme: only light !important; }
html, body { background-color: #f8f8f8 !important; }
html, body { background-color: #f8f8f8 !important; background-image: linear-gradient(#f8f8f8, #f8f8f8) !important; }
.x-item-description-child { all: initial }

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Kanit", sans-serif;
}
body{
	background-color: #f8f8f8 !important;
}
img{
    max-width: 100%;
}
*, ::after, ::before {
	box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}
ul{
    list-style: none;
}
/* ============================== HEADER CSS START ============================== */
.main_dezign_brain_header {
	margin: 0 0 40px 0;
}
.dezign_top_menu {
	background-color: #f8f8f8;
	padding: 15px 0;
	position: relative;
}
.dezign_top_menu::after {
	content: '';
	position: absolute;
	background-color: #dfdfdf;
	width: 100%;
	height: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: skew(30deg);
}
.welcom_text {
	font-size: 16px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "Kanit", sans-serif;
	color: #7d7d7d;
}
.welcom_text i{
	color:#ff6600;
}
.welcom_text span {
	font-size: 16px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Kanit", sans-serif;
	color: #ff6600;
}
.top_newsletter_link ul {
	display: flex;
	list-style: none;
	justify-content: end;
	margin-bottom: 0px;
}
.top_newsletter_link ul li img{
	margin-right:5px;
}
.top_newsletter_link ul li a{
	color: #7d7d7d;
	font-family: "Kanit", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.3px;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 20px;
	background-color: transparent;
}
.top_newsletter_link ul li a:hover{
	color: #ff6600;
}
.header_bottom {
	z-index: 1;
	position: relative;
	background-color: #2c2c2c;
	padding: 12px 0;
}
.main_menu_mobile{
	display: none !important;
}
.menu{
	padding: 10px 0;
	position: relative;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: center;
}
.main_menu ul li a i {
	color: #fff;
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.main_menu ul li{
	padding:0 50px;
	border-right: 2px solid #444444;
}
.main_menu ul li a {
	font-family: "Kanit", sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 15px;
	display: inline-block;
	background-color: transparent;
	border-radius: 20px;
}
.main_menu ul li:last-child{
	border-right:none;
}
.main_menu ul li a:hover{
	background-color: #444444;
}
.top_section {
	position: relative;
	padding: 15px 0;
	margin: 0 0 10px 0;
}
.logo {
	text-align: center;
	z-index: 1;
	position: relative;
	background-color: #f8f8f8;
	margin: -50px 0 0;
}
.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
}
.Verifie-text1 h1 {
	font-size: 22px;
	font-family: "Kanit", sans-serif;
	font-weight: 500;
	margin-bottom: 0;
	color: #191919;
	letter-spacing: 0.5px;
	line-height: 22px;
	text-transform: uppercase;
}
.Verifie-main1.box1 {
	justify-content: end;
}
/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 65px;
	overflow: hidden;
	height: 26px;
	transition: width 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	position: absolute;
	right: 20px;
	z-index: 22222;
	margin-top: -7px;
	margin-bottom: 0;
}
.mobile_menu{
	display: none;
}
.amon-container #open {
	display: none;
}
#open:checked + .amon {
	width: auto;
	height: auto;
}
.amon .bars:hover {
	background-color: transparent;
}
.amon .bars {
    cursor: pointer;
    width: 65px;
    height: 35px;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    font-size: 20px;
    display: block;
    margin-left: auto;
}
.amon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	display: inline-grid;
	width: 200px;
	overflow: hidden;
	padding: 10px;
	background-color: #2c2c2c;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a i {
	color: #fff;
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.amon ul li a {
	font-family: "Kanit", sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 15px;
	display: inline-block;
	background-color: transparent;
	border-radius: 20px;
	margin: 3px 0;
}
.amon ul li a:hover{
	background-color: #444;
}
.verifie_center {
	margin: 15px 0px;
}
.amon ul li {
	overflow: hidden;
	text-align: center;
}
.open-text .amon ul li {
	width: 100%;
}
.open-text .amon ul li a span {
	opacity: .8;
	display: inline-block;
}
/* menu_icon */
.menu_icon_wrapper{
	position: relative;
}
.menu_icon div {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
	border-radius: 5px;
	background-color: #2c2c2c;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two{
	top: 30%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three{
	top: 60%;
  	transform-origin: left center;
  	transform: translateY(-100%);
}
#open:checked + .amon .menu_icon .line-one {
    transform: rotate(45deg);
    top: 0px;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
}
/* Header_responsive */
@media screen and (max-width: 1199px) {
	.Verifie-text1 h1 {
		font-size: 20px;
	}
	.main_menu ul li {
		padding: 0 30px;
	}
	.top_newsletter_link {
		position: relative;
		z-index: 2;
	}
}
@media screen and (max-width: 991px) {
	.logo {
		margin: 0px 0;
		text-align: left;
		width: 85%;
	}
	.top_section1 {
		display: none;
	}
	.top_section .container .row .col-lg-4:nth-child(2) {
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
		order: -1;
	}
	.top_newsletter_link ul li a {
		padding: 0px 10px;
	}
	.top_section1 {
		margin: 30px 0 3px 0;
	}
    .menu{
        display: none;
    }
	.main_menu_mobile {
		text-align: center;
	}
	.main_menu_mobile {
		display: flex !important;
	}
	.mobile_menu {
		display: block !important;
	}
	.top_section .container .row .col-lg-5:nth-child(1){
		order:1;
	}
	.Verifie-main1 {
		justify-content: center;
		margin: 25px 0 0 0;
	}
	.Verifie-main1.box1 {
		justify-content: center;
	}
	.top_section {
		margin: 0 0 0px 0;
		padding: 25px 0;
	}
	.main_dezign_brain_header {
		margin: 0 0 0px 0;
	}
}
@media screen and (max-width: 767px) {
	.top_newsletter_link ul {
		justify-content: center;
	}
	.welcom_text {
		text-align: center;
		padding: 0 0 10px 0;
	}
	.Verifie-main1 {
		justify-content: center;
	}
	.logo {
		width: 65%;
	}
	.Verifie-main1.box1 {
		justify-content: center;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
}
@media screen and (max-width:361px){
	.logo {
		width: 60%;
	}
	.top_newsletter_link ul li a {
		padding: 0px 10px;
		font-size: 14px;
	}
}
/* ============================== HEADER CSS END ============================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.product_section {
	position: relative;
}
#right_box .desc-rd.desc-text {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	overflow: auto;
	scrollbar-color: #d4d4d4 #F8F8F8;
	max-height: 490px;
	height: auto;
}
.desc-text h6 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.desc-text h5 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 20px;
}
.table_item .table_box tbody tr td {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	color: #333333;
	padding: 4px 8px;
	font-family: "Poppins", serif !important;
}
.table_item .table_box tbody tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	font-weight: 600;
}
.table_item .table_box tbody tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
	top: 50%;
	bottom: auto;
	margin: auto;
	transform: translateY(-50%);
}
/* Images Code Start */
.product_images_wappers { 
	border-top: 0px;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0;
	padding: 0px 0 0px;
 	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.product_images_gallery {
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0px 0px;
	margin-top: 0;
	margin: 0 auto;
}
.img-holder .lightbox:before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.essWrap input[type="checkbox"], .essWrap input[type="radio"] {
	display: none;
}
.imgBox img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	text-align: center;
}
.ess-gallery .img-box {
	max-width: 640px;
	margin: 0 auto;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	cursor: zoom-in;
	margin: 15px 0 20px;
}
.main_title {
	font-size: 18px;
	letter-spacing: 0.3px;
	font-weight: 500;
	padding: 7px 5px;
	color: #000;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	text-transform: capitalize;
	font-family: "Kanit", serif;
}
.listing_content {
	width: 100%;
	margin: 0px auto;
	display: table;
	padding: 00;
}
#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: auto;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	height: 600px;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	display: flex;
	justify-content: end;
}
#main_gallery .full_img_wapper {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	height: 0;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#main_gallery .thumb > img {
	display: table-cell;
	height: auto;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
#main_gallery #main_row div#row1 ul:first-child li:first-child .imagsbox_w {
	z-index: 1;
}
#main_gallery #main_row input {
	display: none;
}
#main_gallery #main_row input:checked ~ .imagsbox_w {
	z-index: 2;
}
#main_gallery div.imagsbox_w .imagsbox {
	display: flex;
	height: 100%;
	max-width: 100%;
	padding: 0;
	width: 100%;
	background-color: #fff;
}
#main_gallery div.imagsbox_w .full-img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
#main_gallery div.imagsbox_w {
	border: 1px solid #dadada;
	border-radius: 0px;
	bottom: 0;
	height: 100%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 100%;
	overflow: hidden;
}
@media only screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
  }
@media only screen and (max-width: 1079px) {

  }
@media only screen and (max-width: 1024px) {
	#main_gallery .full_img_wapper {
	  height: 395px;
	  width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
	}
	#main_row > div {
		max-width: 100%;
		float: none;
		margin: 0 auto !important;
		text-align: center;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		gap: 0 5px;
	}
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 450px;
	}
	#main_gallery #main_row {
		height: auto;
	}
  }
  @media only screen and (min-width: 320px) and (max-width: 1024px) {
	#listingarea {
		margin-bottom: 0px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		padding: 0 0px 0px;
		width: 100%;
		min-height: auto;
	}
	#main_gallery .full_img_wapper {
		background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
		height:450px;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		width: auto;
		margin: 0 auto;
		flex-wrap: wrap;
		grid-row-gap: 10px;
	}
	#main_gallery #main_row div ul li {
		float: left;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery #main_row .thumb img {
		max-height: 55px;
		max-width: 55px;
	}
	#main_gallery div.imagsbox_w {
		left: 0;
		right: 0;
		top: 0 !important;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery div.imagsbox_w .full-img {
		max-height: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
	.listing_content {
		margin: 0px auto 25px;
	}
}
.listing_section {
	margin: 0 0 35px 0;
}
.tabbed {
	overflow-x: hidden;
}
.tabbed [type="radio"] {
	display: none;
}
.tabs {
	display: flex;
	align-items: stretch;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content:center;
}
.tabs .tab {
	width: auto;
	text-align: center;
	margin: 0 7px;
}
.tab > label, .tabbed .main_title {
	display: block;
	margin-bottom: 0;
	padding:2px 15px;
	background: #d4d4d4;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	font-family: "Kanit", sans-serif;
}
.tab:hover label {
	background-color: #ff6600;
}
.tab-content {
	display: none;
	color: #777;
	border-top: 2px solid #d4d4d4;
	padding: 20px 0 0;
}
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
	background-color: #ff6600;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
	display: block;
}
.desc-hedtitle {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 0px;
	padding: 6px 3px;
	letter-spacing: 0.3px;
	z-index: 1;
	font-family: "Montserrat", sans-serif;
	position: relative;
	text-align: center;
	line-height: 30px;
	text-transform: capitalize;
	background-color: #191919;
}
.tab-content p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-weight: 400;
	color: #333333;
	font-family: "Poppins", serif !important;
}
.tab-content p:last-child{
	margin: 0;
}
.desc-rd p:last-child{
	margin: 0;
}
.desc-rd.desc-text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 18px;
	margin-bottom: 7px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.5px;
	font-weight: 400;
	color: #333;
	font-family: "Poppins", serif !important;
}
.desc-rd.desc-text h6 {
	background: url('../images/product_after.png');
	background-repeat: no-repeat;
	background-position: left 0;
	padding-left: 25px;
	margin-bottom: 0;
	font-size: 22px;
	line-height: 35px;
	letter-spacing: 0.30px;
	font-weight: 700;
	color: #191919;
	font-family: "Montserrat", serif !important;
	display: block;
	text-transform: capitalize;
}
.desc-rd.desc-text b, strong {
	margin-bottom: 7px;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.3px;
	font-weight: 600;
	color: #333333;
	display: block;
	font-family: "Poppins", serif !important;
}
.pro-and-about {
	padding: 20px;
	margin: 00px 0px 00px;
	border: 1px solid #d3d3d3;
}
@media only screen and (max-width: 1199px) {
	.product-text .container{
		max-width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 575px){
	.tabs .tab {
		width: 100%;
	}
	.tabs {
		display: block;
	}
	.tab > label, .tabbed .main_title {
		font-size: 18px;
	}
	.tabs .tab {
		margin: 0 0px;
	}
}
@media only screen and (max-width:480px){
	.tab > label {
		font-size: 16px;
	}
	.table_item .table_box tbody tr td {
		display:block;
		padding: 3px 0;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */

/*================================== BANNER CSS START  ================================== */
#dezign_home_banner {
	text-align: center;
	margin: 0 0 40px 0;
}
.banner_section_res{
	display: none;
}
@media screen and (max-width: 991px) {
	#dezign_home_banner {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 767px) {
	.banner_section_res {
		display: block;
		margin: 0 auto;
	}
	.banner_section{
		display: none;
	}
}
/*================================== BANNER CSS END  ================================== */

/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 50px;
	position: relative;
}
.about_img {
	margin: 0 0px 0 0;
	position: relative;
	padding: 40px 60px 0 0;
	z-index:1;
}
.about_img::after {
	content: '';
	position: absolute;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 296px;
	height: 410px;
	bottom: 0;
	right: 0;
	z-index: -1;
	margin: auto;
}
.about_img::before {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 85%;
	height: 68%;
	top: 0;
	right: 30px;
	z-index: 0;
	margin: auto;
}
.about_img img{
	z-index:1;
	position: relative;
}
.about_content .about_title {
	position: relative;
	margin: 0 0 25px 0;
}
.about_content {
	position: relative;
}
.browse_all_btn.about {
	text-align: left;
}
.about_content h6 {
	font-size: 50px;
	font-weight: 500;
	color: #000000;
	font-family: 'Kanit', sans-serif;
	line-height: 52px;
	text-transform: capitalize;
	margin: 0 0 20px 0px;
	padding: 0 0 20px 0;
	position: relative;
}
.about_content h6::after {
	content: '';
	position: absolute;
	background-color: #dfdfdf;
	width: 100%;
	height: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: skew(30deg);
}
.about_content p {
	font-size: 17px;
	font-weight: 400;
	color: #6b6b6b;
	line-height: 27px;
	margin-bottom: 25px;
	letter-spacing: 0.3px;
	font-family: "Kanit", sans-serif;
}
.button {
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	font-family: 'Kanit', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 9px 16px;
	display: inline-block;
	position: relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	background-color: #191919;
	text-transform: uppercase;
}
.button:hover {
	background: #ff6600;
}
@media screen and (max-width:1199px) {
	.about_content p {
		font-size: 15px;
		margin-bottom: 15px;
		line-height: 23px;
	}
}
@media screen and (max-width: 991px) {
	.about_img {
		margin: 0 auto;
		text-align: center;
		width: 80%;
	}
	.about_content {
		margin: 20px 0 0 0;
	}
	.about_content p {
		font-size: 17px;
		margin-bottom: 25px;
		line-height: 25px;
	}
}
@media screen and (max-width:767px){
	.about_img {
		width: 100%;
	}
}
@media screen and (max-width:575px){
	.about_wrapper {
		margin: 0px 0px 40px;
	}
}
@media screen and (max-width:480px){
	.about_content h6 {
		font-size: 34px;
		line-height: 36px;
	}
	.about_img::after {
		width: 156px;
		height: 241px;
	}
	.about_img {
		padding: 30px 40px 0 0;
	}
	.about_img::before {
		right: 15px;
	}
}
@media screen and (max-width:361px){
	.about_content h6 {
		font-size: 27px;
		line-height: 29px;
	}
}
/* ============================== ABOUT1 CSS END ============================== */

/*================================== MAIN TAB CSS START ================================== */
.clear {
	clear: both;
}

.tab [type=radio] {
	display: none
}
.customsearchbox input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	line-height: normal;
	display: none;
}
.tabsbottom label {
	display: inline-block;
	cursor: pointer;
	letter-spacing: 0.5px;
	color: #191919;
	font-size: 19px;
	font-weight: 500;
	line-height: 25px;
	transition: all 0.5s ease 0s;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
	padding: 6px 22px;
	margin: 0 25px 0px 0;
	font-family: 'Kanit', sans-serif;
	border-bottom: 6px solid #f9e2d3;
}
.tabsbottom {
	position: relative;
	z-index: 99;
	margin: 0 0 40px 0;
	text-align: center;
}
.tabsbottom label:hover {
	border-color: #ff6600;
}
.tabsbottom input:checked + label {
	border-color: #ff6600;
}
.tabsbottom label:nth-child(9){
	margin-right: 0;
}
#table1:checked~#content1,
#table2:checked~#content2,
#table3:checked~#content3,
#table4:checked~#content4,
#table5:checked~#content5,
#table6:checked~#content6,
#table7:checked~#content7 {
	display: block !important;
	height: auto;
}

section p {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.3px;
	color: #6b6b6b;
	margin-bottom: 15px;
	text-align: left;
	font-family: "Kanit", sans-serif;
}
section p:last-child{
	margin-bottom: 0;
}
section ul{
	margin-bottom: 0;
}
section ul li {
	background: url('../images/list_arrow.png');
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 14px;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.3px;
	color: #6b6b6b;
	margin-bottom: 10px;
	text-align: left;
	font-family: "Kanit", sans-serif;
}
section ul li:last-child{
	margin-bottom: 0;
}
.tabsbottom label img {
	display: inline-block;
	margin-right: 7px;
	transition:all 0.5s ease-in-out;
}
section {
	display: none !important;
	padding: 25px 20px;
	display: none;
	background-color: #fff;
	position: relative;
}
@media screen and (max-width: 767px) {
	.tabsbottom label {
		width: 100%;
		margin: 0;
	}
	.tabs .tab, .tabsbottom label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
}
@media screen and (max-width: 575px){
	.tabsbottom {
		margin: 0 0 30px 0;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			footer CSS START
============================================*/
.store_footer_wapper {
	padding: 25px 0;
	background-color: #2c2c2c;
}
.footer_block_titel {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	letter-spacing: 0.3px;
	font-family: 'Kanit', sans-serif;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.store_footer_wapper .footer_logo_bottom{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_logo {
	margin: 0 0 30px 0;
	text-align: center;
}
.footer_menu {
	margin: 0 -30px;
}
.footer_menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:30px;
}
.footer_menu ul li a i{
	transition:all 0.5s ease-in-out;
	margin-right:5px;
	color: #ff6600;
}
.footer_menu ul li a {
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	font-weight: 500;
	transition: 0.5s all ease-in-out;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.5px;
	font-family: "Kanit", sans-serif;
}
.footer_menu ul li a:hover{
	color: #ff6600;
}
.footer_top_menu {
	display: flex;
	justify-content: center;
}
.footer_menu ul li a {
	position: relative;
}
.footer_block.footer_block04 {
	text-align: center;
}
.store_footer_wapper .col-md-5 .footer_menu ul li{
	position: relative;
}
.footer_bottom {
	padding: 10px 0;
	position: relative;
	background-color: #f8f8f8;
}
.dezign_copyright {
	font-size: 15px;
	letter-spacing: 0.3px;
	color: #2c2c2c;
	font-weight: 400;
	font-family: 'Kanit', sans-serif;
}
.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #ff6600;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Kanit', sans-serif;
}
.dezign_by {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #2c2c2c;
	font-weight: 400;
	text-align: right;
	font-family: 'Kanit', sans-serif;
}
.dezign_by span {
	color: #ff6600;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	font-family: 'Kanit', sans-serif;
}
@media screen and (max-width:1199px){
	.footer_block_titel {
		font-size: 17px;
	}
	.footer_menu ul {
		gap: 10px;
	}
	.footer_menu ul li a {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 5px;
	}
	.footer_menu {
		margin: 0 0px;
	}
	.footer_menu ul {
		gap: 20px;
	}
	.footer_block.footer_block03 {
		text-align: center;
		margin: 25px 0 0;
	}
	.store_footer_wapper .container .row .col-lg-3:nth-child(1) {
		order: 2;
	}
	.footer_block.footer_block02 {
		display: block;
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 767px){
	.footer_menu ul li a {
		font-size: 14px;
	}
}
@media screen and (max-width: 575px){
	.footer_menu ul li a {
		font-size: 13px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 480px){
	.footer_menu ul {
		display: block;
		text-align: center;
	}
	.footer_menu ul li a {
		padding: 6px 0;
		font-size: 16px;
		letter-spacing: 0.5px;
	}
}
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0 0 45px 0;
}
.feature-title {
	position: relative;
	text-align: center;
	margin: 0 0 20px 0;
}
.feature-title h2 {
	font-size: 34px;
	font-weight: 500;
	color: #191919;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	font-family: "Kanit", serif;
	display: inline-block;
	line-height: 32px;
}
.feature-title h2 span{
	color:#ff6600;
}
.cate_box {
	position: relative;
	text-align: center;
	display: table;
	margin: 0 auto 30px;
}
.feature_box {
	position: relative;
	display: block;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
.feature_box a {
	display: block;
}
.fat_box {
	display: flex;
	justify-content: start;
	align-items: center;
	margin: 10px 0 0 0;
	gap: 15px;
}
.cate_box .fat_text h2 {
	font-size: 22px;
	font-weight: 400;
	transition: all 0.5s ease-in-out;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #191919;
	position: relative;
	display: inline-block;
	letter-spacing: 0.5px;
	font-family: "Kanit", sans-serif;
}
.cate_box:hover .fat_text h2{
	color:#ff6600;
}
.browse_all_btn {
	text-align: center;
}
.arrow_mobile {
	display: none;
	transition: all 0.5s ease-in-out;
}
.cate_box:hover .arrow_mobile{
	display:block;
}
.cate_box:hover .arrow_desk{
	display:none;
}
@media screen and (max-width: 991px) {
	.cate_box .fat_text h2 {
		font-size: 20px;
	}
}
@media screen and (max-width: 480px) {
	.feature-title h2 {
		font-size: 24px;
		line-height: 27px;
	}
}
@media screen and (max-width: 361px) {
	.feature-title h2 {
		font-size: 22px;
	}
	.feature-title {
		margin: 0 0 15px 0;
	}
}
/*============================================
			feature CSS END
============================================*/

/*============================================
			promotion CSS START
============================================*/
.Prmotion_wrepper {
	margin: 0px 0 30px 0;
}
.promo_wrapper {
	position: relative;
}
.promotion {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	justify-content: center;
}
.promotion_box {
	display: flex;
	align-items: center;
	transform-style: preserve-3d;
	transition: all 0.5s ease-in-out;
	position: relative;
	justify-content: center;
}
.promotion_box:last-child::after{
	display:none;
}
.promotion_icon img {
	transition: all 0.5s ease-in-out;
}
.promotion_box:hover img {
	transform: rotateY(360deg);
}
.promotion_text {
	padding: 0 0 0 10px;
}
.promotion_text h2 {
	font-size: 16px;
	font-weight: 400;
	color: #444444;
	font-family: "Kanit", sans-serif;
	margin-bottom: 0px;
	line-height: 24px;
	letter-spacing: 0.3px;
}
/* pramotion_responsiv */

@media only screen and (max-width: 1199px) {
	.promotion_text h2 {
		font-size: 14px;
		letter-spacing: 0;
	}
	.promotion_text {
		padding: 0 0 0 5px;
	}
}
@media only screen and (max-width: 991px) {
	.promotion {
		grid-template-columns: repeat(2,1fr);
	}
	.promotion_text h2 {
		font-size: 16px;
		letter-spacing: 0.3px;
	}
	.promotion_box {
		justify-content: start;
		padding: 0 0 20px 0;
	}
	.promotion_text {
		padding: 0 0 0 10px;
	}
	.Prmotion_wrepper {
		margin: 0 0 15px 0;
	}
}
@media only screen and (max-width: 767px) {
	.promotion_text h2 {
		font-size: 15px;
		letter-spacing: 0;
	}
	.promotion_text {
		padding: 0 0 0 5px;
	}
}
@media only screen and (max-width: 575px) {
	.promotion {
		grid-template-columns: repeat(1,1fr);
	}
	.promotion_box {
		justify-content: start;
	}
	.promotion_text h2 {
		font-size: 16px;
		letter-spacing: 0.3px;
	}
}
@media only screen and (max-width:480px) {
	.promotion_icon img {
		width: 40px;
	}
}
/*============================================
			promotion CSS END
============================================*/