@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');

/*
font-family: "Kanit", sans-serif;
font-family: "Font Awesome 6 Pro";
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: "Kanit", sans-serif;
}
a.linkopac img {
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}
a.linkopac:hover img {
	filter: alpha(opacity=20%);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 0px none;
}
a {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
	display: block;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
video{
	outline: none;
	width: 100%;
}
video::-webkit-media-controls{
  display: none;
}
video::controls{
  display: none;
}
.listing_clear {
	clear: both;
}
.listing_wrap {
	width: 100%;
}
.listing_main {
	margin: 0;
	padding: 0;
	text-align: center;
	display: table;
}
.listing_wrapcen {
	text-align: center;
	padding: 0;
	position: relative;
	display: inline-block;
}
img {
	max-width: 100%;
	}
/*============================================
			Top Header Css START
============================================*/
.main_dezign_brain_header {
	position: absolute;
	left: 0;
	right: 0;
}
.top_section1 {
	padding: 11px 0;
	background-color: #1a4a7e;
	clip-path: polygon(98% 100%, 2% 100%, 0 0%, 100% 0%);
	position: relative;
}
.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;
	align-items: center;
	z-index: 1;
	position: relative;
}
.main_menu ul li {
	padding: 0px 40px;
	position: relative;
}
.main_menu ul li::after{
	content:"";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color:rgb(255, 255, 255, 0.2);
	top:0;
	right: 0;
	bottom:0;
	margin: auto;
}
.main_menu ul li:last-child:after{
	display: none;
}
.main_menu.right ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: start;
	list-style: none;
}
.main_menu ul li a {
	font-family: "Anta", sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 400;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}
.main_menu ul li a::after{
	content:"";
	position: absolute;
	background-color: #fff;
	width: 0;
	height:1px;
	top: auto;
	left: 0;
	right: 0;
	bottom: -3px;
	margin: auto;
	transition: all .5s ease-in-out;
}
.main_menu ul li a:hover::after{
	width: 100%;
}
.top_section {
	background-color: transparent;
	padding: 27px 0;
	position: relative;
	/* box-shadow: 0px 3px 10px 0px rgba(86, 86, 86, 0.1); */
	/* margin: 0 0 25px 0; */
}
.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
}
.Verifie-main1.box {
	justify-content: end;
}
.Verifie-text1 h1 {
	font-size: 18px;
	font-family: "Anta", sans-serif;
	font-weight: 600;
	margin-bottom: 2px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1.20px;
}
.Verifie-text1 p {
	font-size: 14px;
	font-family: "Anta", sans-serif;
	font-weight: 400;
	color: #191919;
	margin-bottom: 0;
	letter-spacing: 0.7px;
}
.logo {
	margin: 0 auto;
	text-align: center;
}
/* 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: 0;
	z-index: 22222;
	margin-top: -12px;
}
.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;
	background-color: #1a4a7e;
	display: inline-grid;
	width: 170px;
	overflow: hidden;
	padding: 10px;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a {
	font-family: "Anta", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 400;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 8px 0px;
	text-transform: uppercase;
}
.amon ul li a::after {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 0;
	height: 1px;
	top: auto;
	left: 0;
	right: 0;
	bottom: 3px;
	margin: auto;
	transition: all .5s ease-in-out;
}
.amon ul li a:hover::after{
	width: 100%;
}
.amon ul li {
	width: 65px;
	overflow: hidden;
	text-align: center;
}
.open-text .amon ul li {
	width: 100%;
	padding: 0;
}
.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;
	background-color: #1a4a7e;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
	border-radius: 5px;
}
.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: 16px;
	}
}
@media screen and (max-width: 991px) {
	.main_menu {
		display: none;
	}
	.top_section1{
		display: none;
	}
	.main_dezign_brain_header {
		position: relative;
	}
	.logo {
		text-align: left;
	}
	.top_header {
		margin: 0 ;
	}
	.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;
	}
    .menu{
        display: none;
    }
    .menu .col-md-12{
        text-align: right;
    }
	.mobile_menu {
		display: block !important;
	}
	.Verifie-main1 {
		margin: 20px 0 0;
	}
	.top_section .container .row .col-md-6:nth-child(1) {
		order: 2;
	}
	.header_top {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.Verifie-main1.box {
		justify-content: center;
	}
	.Verifie-main1 {
		margin: 20px 0 0;
		justify-content: center;
	}
}
@media screen and (max-width: 575px){
	.menu-links {
		top: 60px;
	}
	.amon {
		right: 20px;
	}
}
@media screen and (max-width: 480px){
	.logo {
		width: 75%;
		margin: 0;
	}
	.menu-links {
		top: 50px;
	}
}
@media screen and (max-width: 361px){

}
/*============================================
			Header Css END
============================================*/
/*============================================
			image Css START
============================================*/
.round_bg {
	margin: 0 0 40px 0;
}
.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: 597px;
	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;
}
#right_box .desc-rd table td {
	font-size: 15px;
	font-weight: normal;
	position: relative;
	color: #333333;
	padding: 4px 8px;
}
#right_box .desc-rd table tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
#right_box .desc-rd table tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
}

/* 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: 19px;
	letter-spacing: 0.3px;
	font-weight: 400;
	padding: 8px 6px;
	color: #fff;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Anta", sans-serif;
	text-align: center;
	text-transform: capitalize;
	background-size: cover;
	clip-path: polygon(98% 100%, 0 100%, 20px 0%, 100% 0%);

	background-color: #2f2e31;
}
.listing_content {
	width: 100%;
	margin: 0px auto 15px;
	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: 739px;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
.section-tittle span {
	color: #2ECC87 !important;
	text-transform: capitalize;
}
.section-tittle.box {
	text-transform: capitalize !important;
}
#main_row > div {
	margin-top: 0;
	width: 380px;
}
#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	flex-wrap: wrap;
	justify-content: start;
	margin-left: auto;
	margin-right: 0;
}
#main_gallery #main_row div ul li:last-child {
	margin-right: 0;
}
#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 {
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
	overflow: hidden;
}
#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: 97%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 66%;
	overflow: hidden;
}
#main_gallery #main_row div ul li {
	height: auto;
	margin: 0 0px 20px 23px;
	padding: 0;
	width: auto;
}
@media only screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
  }
@media only screen and (max-width: 1079px) {
	#main_gallery div.imagsbox_w {
		width: 63%;
	}
  }
@media only screen and (max-width: 1024px) {
	#main_gallery .full_img_wapper {
	  height: 395px;
	  width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#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 #main_row div ul li {
		margin: 0 0px 0px 0px;
	}
	#main_gallery .thumb {
		height: 100px;
		width: 100px;
	}
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
	}
	#main_gallery #main_row {
		height: auto;
	}
  }
  @media only screen and (min-width: 320px) and (max-width: 1024px) {
	.main_title {
		margin-bottom: 5px;
	}
	#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: 410px;
		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;
		margin: 10px auto 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;
	}
	.size_chart {
		text-align: center;
		margin: 15px 0 0 0;
	}
}
/*============================================
			image Css END
============================================*/
/*============================================
			Listing CSS START
============================================*/
.desc-hedtitle {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 0px;
	padding: 3px 3px 8px;
	letter-spacing: 0.3px;
	z-index: 1;
	font-family: "Anta", sans-serif;
	position: relative;
	text-align: center;
	line-height: 30px;
	text-transform: capitalize;
	background-size: cover;
	clip-path: polygon(98% 100%, 0 100%, 20px 0%, 100% 0%);
  background-color: #2f2e31;
}
.desc-rd p {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.3px;
	font-weight: 400;
	color: #333333;
	font-family: "Kanit", sans-serif !important;
}
.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 8px;
	padding-left: 17px;
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.2px;
	font-weight: 400;
	color: #333333;
	font-family: "Kanit", serif !important;
}

.desc-rd.desc-text b {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: "Kanit", serif !important;
}
.desc-rd.desc-text h6, .desc-rd p em, .desc-rd p i {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 19px;
	line-height: 28px;
	letter-spacing: 0.30px;
	color: #2d5185;
	font-family: "Anta", serif !important;
	background: url('../images/right_arrow2.png');
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 23px;
	font-style: normal;
	margin: 0 0 10px 0;
  display: inline-block;
}
.product-text {
	margin: 0 0 40px 0;
}
.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){
	.product-text {
		margin-top: 25px;
	}
}
/*============================================
			image Css END
============================================*/
/*============================================
			Banner CSS START
============================================*/
.banner_res {
	display: none !important;
}
#dezign_home_banner {
	text-align: center;
	margin: 0 0 40px 0;
}
@media screen and (max-width: 767px){
	.main_banner{
		display: none;
	}
	.banner_res{
		display: block !important;
		margin: 0 auto;
	}
}
/*============================================
			Banner CSS END
============================================*/
/*================================== PROMOTION CSS START  ================================== */
.promotion_bg {
	margin: 50px 0px 50px;
}
.promo_main {
	position: relative;
	padding: 37px 0;
	background: linear-gradient(0deg, rgba(239,239,239,1) 0%, transparent 100%);
	text-align: center;
	/* border-radius: 50%; */
	/* transform-style: preserve-3d; */
	transition: all .5s ease;
	width: 198px;
	height: 198px;
	display: inline-block;
	border: 1px solid #b2b2b2;
	transform: skew(-9deg);
}
.promo_main::before{
	content: "";
	position: absolute;
	left: auto;
	right: -89px;
	top: 0;
	bottom: 0;
	width: 76px;
	height: 13px;
	background-image: url(../images/service-before.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
}
.promo_main:last-child:before{
	content: none;
}
.promo_icon img {
	transition: 0.5s all ease-in-out;
	transform: skew(0);
}
.promo_main:hover img {
	transform: skew(0) rotateY(360deg);
}
.promo_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 30px;

}
.promo_icon {
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: skew(9deg);
}
.promo_text{
	transform: skew(9deg);
}
.promo_text h1 {
	font-size: 16px;
	letter-spacing: 0.6px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	line-height: 22px;
	margin: 10px 0 0;
}
@media screen and (max-width: 1199px) {
	.promo_box {
		justify-content: center;
		flex-wrap: wrap;
	}
	.promo_main {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width:991px) {
	.promotion_bg {
		margin:40px 0px 40px;
	}
    .promo_box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media screen and (max-width:575px) {
	.promotion_wrapper {
		margin: 0 10px;
	}
}
@media screen and (max-width:480px) {
	.promo_box {
		column-gap: 30px;
	}
	.promo_main{
		padding: 21px 0;
		height: 168px;
	}
	.promotion_bg {
		margin: 40px 0px 0;
	}
}
/*================================== PROMOTION CSS END  ================================== */
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0px 0px 40px;
}
.feature-title {
	margin: 0 auto 30px;
	text-align: center;
	position: relative;
	/* padding: 0 0 37px 0px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.feature-title::after {
	content: '';
	position: absolute;
	background-color: #848587;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}
.feature-title h4 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'Anta', sans-serif;
	color: #000;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	display: inline-block;
	padding: 0 10px;
	background: #fff;
}
.cate_box {
	position: relative;
	margin-bottom: 30px;
	padding: 0px;
	text-align: center;
}
.feature_box {
	position: relative;
	display: inline-block;
	transition: all 0.5s ease-in-out;
}
.feature-box {
	position: relative;
	padding: 0 0 20px 0;
}
.feature-box::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 60%;
	background: #f4f4f4;
}
.feature-box::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	width: 50%;
	height: 2px;
	background: #1a4a7e;
	margin: auto;
}
.cate_box:hover .feature_box{
	border-color:#2d5185;
}
.feature_box a {
	display: block;
	position: relative;
}
.cate_box .feature_box a img {
	transition: all 0.5s ease-in-out;
}
.fat_text {
	margin: 10px 0 0 0;
}
.fat_box .fat_text h2 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: all 0.8s ease-in-out;
	display: block;
	text-align: center;
	color: #000;
	padding: 0px 3px 0;
	font-family: 'Anta', sans-serif;
	margin-bottom: 0;
	text-transform: uppercase;
}
.cate_box:hover .fat_box .fat_text h2{
	color:#2d5185;
}
.cat_btn{
	display: none;
}
.view_all_btn {
	text-align: center;
	/* margin: 0 auto; */
}
.button{
	background: #fff;
}
.button a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.7px;
	font-family: "Anta", sans-serif;
	transition: all 0.8s ease-in-out;
	text-align: center;
	margin: 0 auto;
	padding: 14px 25px;
	display: inline-block;
	position: relative;
	background: #000;
	overflow: hidden;
	z-index: 1;
	text-transform: uppercase;
	clip-path: polygon(95% 100%, 0 100%, 5% 0%, 100% 0%);
}
.button a:hover{
	background: #2d5185;
}
.button.view_all_btn a i{
	margin:0 0 0 5px;
}
.promo_icon {
	display: grid;
	align-items: center;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1199px) {
	.cat_sec_row {
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 991px){
	.cate_box {
		margin-bottom: 20px;
	}
	.feature-box::before {
		height: 30%;
	}
}
@media only screen and (max-width:767px){
	.view_all_btn {
		display: none;
	}
	.cat_btn {
		display: block !important;
	}
}
@media only screen and (max-width:575px){
	.feature-title h4 {
		font-size: 22px;
	}

	.feature-title {
		margin: 0 auto 20px;
		padding: 0 0 30px 0px;
	}
}
@media only screen and (max-width:480px){
	.feature-title h4 {
		font-size: 17px;
	}
}
@media only screen and (max-width:361px){

}
/*============================================
			feature CSS END
============================================*/
/*============================================
			About_Us CSS START
============================================*/
.about3_wrapper {
	margin: 0 0 40px 0;
}
.about3_bg {
	position: relative;
}
.about_bottom_img1 {
	position: relative;
}
.about_right_content {
	position: relative;
}
.about_right_content h3 {
	font-size: 40px;
	font-weight: 700;
	color: #000;
	font-family: 'Anta', sans-serif;
	position: relative;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	line-height: 41px;
	margin: 0 0 15px 0;
	display: block;
	padding: 0 0 20px 0;
}
.about_right_content h3::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 6px;
	background-image: url(../images/about-before.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.about_right_content p {
	font-size: 18px;
	font-weight: 300;
	color: #000;
	font-family: 'Kanit', sans-serif;
	line-height: 28px;
	letter-spacing: 0.2px;
	margin-bottom: 20px;
}
.about_right_content p b {
	color: #2d5185;
	font-weight: 600;
}
.best_seller {
	margin: 0 0 15px 0;
}
.about3_button a i{
	margin:0 5px 0 0;
}
.button.about3_button{
}
@media screen and (max-width: 1310px){
	.about_right_content {
		padding: 20px 20px 20px 30px;
		margin: 0 -60px 0 0;
	}
}
@media screen and (max-width: 1199px) {
	.about_right_content p {
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 10px;
	}
	.about_right_content h3 {
		font-size: 36px;
		line-height: 38px;
	}
}
@media screen and (max-width: 991px) {
	.about_right_content {
		padding: 20px 20px 20px 20px;
		margin: 20px 0px 0 0;
	}
	.about_bottom_img1 {
		text-align: center;
	}
	.about_right_content p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:767px) {
	.about_right_content h3 {
		font-size: 32px;
		line-height: 32px;
	}
}
@media screen and (max-width: 575px) {
	.about_right_content p {
		margin-bottom: 20px;
	}

	.about_right_content {
		transform: skew(0deg);
	}
}
@media screen and (max-width: 361px) {

}
/*============================================
			About_Us CSS END
============================================*/
/*============================================
			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;
	margin: 0;
	padding: 12px 25px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background-color: #848484;
	font-weight: 600;
	font-size: 16px;
	min-width: 135px;
	font-family: "Anta", sans-serif;
	transition: all .5s ease-in-out;
	letter-spacing: 0.5px;
	margin-right: 10px;
	text-transform: uppercase;
	clip-path: polygon(95% 100%, 0 100%, 5% 0%, 100% 0%);
	z-index: 2;
  position: relative;
}
.tabsbottom label:nth-child(11) {
	margin-right: 0;
}
.tabsbottom {
	margin-bottom: 30px;
	text-align: center;
}
.tabsbottom label:hover {
	background: #2d5185;
	color: #fff;
}
.tabsbottom input:checked + label {
	background: #2d5185;
	color: #fff;
}
#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: 17px;
	font-weight: 400;
	line-height: 26px;
	color: #000;
	font-family: "Kanit", sans-serif;
	text-align: left;
	letter-spacing: 0.10px;
	position: relative;
	padding: 0px 0 0 70px;
}
section p::before{
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 51px;
	height: 9px;
	background-image: url(../images/teb-text-before.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
section h6 {
	font-size: 23px;
	font-weight: 700;
	line-height: 26px;
	color: #000;
	font-family: "Kanit", sans-serif;
	text-align: left;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.size_box {
	border: 1px solid #d3d3d3;
}
.size_box tr:nth-child(1) {
	background-color: #767676;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Kanit", sans-serif;
	line-height: 30px;
	text-align: center;
}
.size_box tr td {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Kanit", sans-serif;
	line-height: 40px;
	letter-spacing: 0.20px;
	width: 70px;
	text-align: center;
}
section p:last-child{
	margin-bottom:0;
}
section p b{
	color: #000;
}
.tabsbottom label img {
	display: inline-block;
}
section {
	display: none !important;
	/* border: 1px solid #ddd; */
	padding: 40px 30px 30px;
	background-color: #fff;
	margin: -22px 0 0 0;
	clip-path: polygon(98% 100%, 0 100%, 20px 0%, 100% 0%);
	/* z-index: -1; */
	position: relative;
	background: #f9f9f9;
}
section::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	width: 70%;
	height: 2px;
	background: #1a4a7e;
	margin: auto;
}
.tabs {
	position: relative;
	min-height: 110px;
	position: relative;
	margin: 20px 0;
	padding: 10px 0 0;
	height: auto
}
.size_item {
	display: flex;
	align-items: center;
	gap: 20px;
}
@media screen and (max-width: 1199px) {
	.main_tab_row {
		margin: 0px 0px 40px;
	}
}
@media screen and (max-width: 991px){
	.tabsbottom label {
		padding: 12px 15px;
		font-size: 15px;
		min-width: 125px;
		margin-right: 7px;
	}
}
@media screen and (max-width: 767px) {
	.tabs label {
		padding: 2px 20px;
	}
	.tabs label, .tabsbottom label{
		width: 100%;
		margin-right: 0;
		border-bottom: 1px solid rgb(255, 255, 255, 0.5);
	}
	.tabs .tab, .tabsbottom label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.tabsbottom label {
		font-size: 16px;
	}
}
@media screen and (max-width: 575px){
	.tabs label:nth-child(8) {
		border-radius: 0;
	}
	.tabsbottom label:nth-child(3) {
		margin-left: auto;
	}
	.tabsbottom label:nth-child(7) {
		margin-left: auto;
	}
}
@media screen and (max-width: 480px) {
	.main_tab_row {
		margin: 35px 0px;
	}
	.tabs .tab {
		padding: 15px;
	}
	.size_item {
		flex-wrap: wrap;
	}
	section p::before {
		width: 31px;
	}
	section p {
		padding: 0px 0 0 40px;
	}
}
/*============================================
			TAB CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.store_footer_wapper {
	padding: 25px 0 25px;
	background: #f9f9f9;
}
.footer_block_titel {
	font-size: 19px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Anta", serif;
	margin-bottom: 16px;
	position: relative;
	letter-spacing: 0.3px;
}
.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 auto 25px;
	text-align: center;
}
.footer_menu ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_menu ul li a {
	font-size: 15px;
	color: #000;
	line-height: 30px;
	font-family: "Anta", serif;
	font-weight: 400;
	letter-spacing: 1px;
	transition: 0.5s all ease-in-out;
	text-transform: uppercase;
}
.footer_menu ul li a::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 0%;
	background-color: #000;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .5s ease-in-out;
}
.footer_menu ul li a:hover::after {
	width: 100%;
}
.footer_top_menu {
	display: flex;
	justify-content: center;
}
.footer_menu ul li a {
	position: relative;
}
.footer_block.footer_block03 {
	text-align: center;
}
.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: #2d5185;
}
.dezign_copyright {
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 400;
	font-family: "Anta", serif;
}
.dezign_copyright span {
	font-size: 15px;
	letter-spacing: 0.6px;
	color: #ffffff;
	font-weight: 400;
	font-family: "Anta", serif;
	text-transform: uppercase;
}
.dezign_by {
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 300;
	font-family: "Anta", serif;
	text-align: right;
}
.dezign_by span {
	font-family: "Anta", serif;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
}
@media screen and (max-width: 1199px) {
	.footer_block_titel {
		font-size: 16px;
	}
	.footer_menu ul li a {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px){
	.footer_block_titel {
		font-size: 18px;
		letter-spacing: 0;
	}
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 9px;
	}
	.footer_block.footer_block03 {
		margin-top: 20px;
	}
	.footer_block.footer_block04 {
		text-align: center;
		margin-top: 20px;
	}
	.store_footer_wapper .container .row .col-lg-3:nth-child(1) {
		order: 2;
	}
}
@media screen and (max-width: 767px){
	.footer_block_titel {
		font-size: 17px;
		letter-spacing: 0.3px;
		margin-bottom: 15px;
	}
	.footer_block.footer_block04, .footer_block.footer_block03 {
		text-align: center;
		margin: 25px 0 0;
	}
	.footer_logo {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footer_top_menu {
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px){
	.footer_block_titel {
		font-size: 20px;
	}
}
@media screen and (max-width: 575px){
	.dezign_by {
		font-size: 13px;
	}
}
@media screen and (max-width: 480px){
	.footer_menu ul {
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer_menu ul li {
		padding: 0 20px;
	}
	.footer_logo {
		width:75%;
	}
}
@media screen and (max-width: 361px){
	.dezign_by span {
		font-size: 14px;
	}
	.footer_menu ul li {
		padding: 0 15px;
	}
}
/*================================== REVIEWS CSS START  ================================== */
.guaranteed_wapper {
	padding: 0 0 40px;
	position: relative;
}
.guaranteed{
	filter: drop-shadow(2px 0px 0px #f1f1f1)
          drop-shadow(-2px 0px 0px #f1f1f1)
          drop-shadow(0px 2px 0px #f1f1f1)
          drop-shadow(0px -2px 0px #f1f1f1)
          drop-shadow(2px 2px 0px #f1f1f1)
          drop-shadow(-2px -2px 0px #f1f1f1)
          drop-shadow(-2px 2px 0px #f1f1f1)
          drop-shadow(2px -2px 0px #f1f1f1);
}
.guaranteed-head {
	text-align: center;
	margin: 0 0 30px 0;
	position: relative;
}
.guaranteed-head h5 {
	font-size: 30px;
	font-weight: 700;
	color: #222222;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	font-family: "Kanit", serif;
	display: inline-block;
	z-index: 1;
}
.guaranteed_box {
	margin: 0 0 30px 0;
	position: relative;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	padding: 20px;
	clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
	text-align: center;
}
.start {
	margin-bottom: 10px;
}
.guaranteed_name {
	font-size: 17px;
	color: #555555;
	letter-spacing: 0.55px;
	font-weight: 700;
	margin: 15px 0;
	font-family: "Anta", sans-serif;
}
.guaranteed_text {
	font-size: 16px;
	color: #555555;
	font-weight: 400;
	font-family: "Kanit", sans-serif;
	line-height: 23px;
	letter-spacing: 0.3px;
	height: 92px;
	display: flex;
	align-items: center;
}
.button.review{
	text-align:center;
}
.button.review a i{
	margin:0 0 0 5px;
}
@media screen and (max-width: 1199px) {
	.guaranteed_box {
		padding: 20px 10px;
	}
	.guaranteed_text {
		font-size: 15px;
	}
}
@media screen and (max-width:991px) {
	.guaranteed_text {
		font-size: 16px;
		height: 69px;
	}
	.guaranteed_box {
		padding: 20px 15px;
	}
}
@media screen and (max-width:767px) {
	.guaranteed_text {
		height: 92px;
	}
}
@media screen and (max-width:575px) {
	.guaranteed_text {
		height: unset;
	}
	.guaranteed-head h5 {
		font-size: 24px;
		letter-spacing: 2px;
	}
	.guaranteed-head {
		margin: 0 0 20px 0;
	}
	.guaranteed_wapper {
		padding: 30px 0;
	}
}
@media screen and (max-width: 480px) {
	.guaranteed-head h5 {
		font-size: 20px;
		letter-spacing: 1px;
	}
	.guaranteed_box {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 361px) {
	.guaranteed-head h5 {
		font-size: 17px;
	}
	.guaranteed_wapper::after {
		width: 100%;
		height: 34px;
		background-size: cover;
	}
	.guaranteed_wapper {
		padding: 20px 0 30px;
	}
}
/*================================== REVIEWS CSS END  ================================== */


/*============================================
			promo CSS START
============================================*/
.promo_wrepper {
	margin: 0 0 40px 0;
}
.promo_box {
	display: flex;
	grid-column-gap: 15px;
	align-items: center;
	padding: 22px 0;
}
.promo_wrepper .container .row .col-md-6:nth-child(1) .promo_box {
	justify-content: end;
	padding-right: 40px;
	border-right: 1px solid #c8d3e5;
}
.promo_wrepper .container .row .col-md-6:nth-child(2) .promo_box {
	justify-content: start;
	padding-left: 35px;
}
.promo_wrepper .container .row .col-md-6{
	padding: 0px;
}
.promo_text h1 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 3px;
	font-family: "Kanit", serif;
}
.promo_text p {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 0;
	font-family: "Kanit", serif;
}
.promo {
	width: 100%;
	display: flex;
	position: relative;
	box-shadow: #0003 0 16px 50px -32px;
}
/* promo_responsiv */
@media only screen and (max-width: 1199px) {
	.promo_box {
		gap: 20px 90px;
	}
	.promo_main{
		width: 30%;
	}
	.promo_main:nth-child(2):before {
		content: none;
	}
	.promo_main::before {
		width: 66px;
		height: 10px;
		right: -79px;
	}
}
@media only screen and (max-width: 991px) {
	.promo_wrepper .container .row .col-md-6:nth-child(2) .promo_box{
		padding-left: 20px;
	}
	.promo_wrepper .container .row .col-md-6:nth-child(1) .promo_box{
		padding-right: 20px;
	}
	.promo_text p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px){
	.promo {
		display: block;
		padding: 7px 0;
	}
	.promo_main {
		width: 40%;
	}
	.promo_wrepper .container .row .col-md-6{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.promo_wrepper .container .row .col-md-6 .promo_box{
		justify-content: center !important;
	}
	.promo_wrepper .container .row .col-md-6:nth-child(2) .promo_box{
		padding-left: 0px;
	}
	.promo_wrepper .container .row .col-md-6:nth-child(1) .promo_box{
		padding-right: 0px;
		border-right: 0px !important;
	}
	.promo_box {
		padding: 11px 0;
	}
}
@media only screen and (max-width:575px){
	.promo_text p {
		font-size: 17px;
	}
	.promo_box {
		gap: 10px 60px;
	}
	.promo_main::before {
		width: 44px;
		height: 10px;
		right: -52px;
	}
}
@media only screen and (max-width: 480px){
	.promo_text h1 {
		font-size: 17px;
	}
	.promo_main {
		width: 90%;
	}
	.promo_main::before {
		content: none;
	}
	.promo_text p {
		font-size: 15px;
	}
}
@media only screen and (max-width:361px){

}
/*============================================
			promo CSS END
============================================*/
.paypal {
	margin: 0 0 40px 0;
}
@media screen and (max-width:767px) {
	.paypal {
		margin: 0 0 0px 0;
		display: none;
	}
}