@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
/*
	font-family: "Montserrat", sans-serif;
	font-family: "Anton", sans-serif;
*/

body{
	overflow-x: hidden;
	background-color: #000;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    max-width: 100%;
}
*, ::after, ::before {
	box-sizing: border-box;
}
a{
	text-decoration: none ;
	transition: all 0.5s ease 0s;
}
li{
	list-style: none;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none !important;
}


/*================================== HEADER CSS START  ================================== */
.top_bg {
	background-image: linear-gradient(to top, #1e5b12, #558b45);
	margin: 10px 0 0;
}
.main_menu_mobile{
	display: none !important;
}
.main_menu {
	position: relative;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: center;
	list-style: none;
}
.main_menu ul li {
	padding: 19px 76px;
	position: relative;
	background-color: transparent;
	transition: all .5s ease-in-out;
}
.main_menu ul li a {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 0.45px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
}
.main_menu ul li:hover{
	background-color: #1e1e1e;
}
@media screen and (max-width: 1199px) {
	.top_bg .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.main_menu ul li {
		padding: 19px 60px;
		position: relative;
	}
}
@media screen and (max-width:1024px) {
	.main_menu ul li {
		padding: 19px 29px;
		position: relative;
	}
}
@media screen and (max-width: 767px) {
	.main_menu ul li a {
		font-size: 14px;
	}
	.main_menu ul li {
		padding: 19px 15px;
		position: relative;
	}
}
@media screen and (max-width: 575px) {
	.main_menu ul li {
		padding: 15px 10px;
		position: relative;
	}
	.main_menu ul li a {
		font-size: 12px;
	}
}
@media screen and (max-width: 480px) {
	.main_menu ul li {
		padding: 7px 15px;
		position: relative;
		text-align: center;
	}
	.main_menu ul li a {
		font-size: 15px;
	}
	.main_menu ul {
		display: block;
	}
	.menu {
		display: flex;
		justify-content: center;
	}
}
/*================================== HEADER CSS END  ================================== */

/*================================== IMAGES CSS END  ================================== */
.listing_section {
	margin-top: 32px;
	margin-bottom: 10px;
}
.main_title {
	margin-bottom: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_title p {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.5px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 6px 5px;
	margin-bottom: 0;
	min-width: 850px;
	max-width: 850px;
	position: relative;
}
.main_title::after{
	content: '';
	position: absolute;
	background-image: url(../images/left_arrow.png);
	background-repeat: no-repeat;
	top: 0;
	left: 4%;
	bottom: 0;
	margin: auto;
	width:72px;
	height:37px;
}
.main_title::before{
	content: '';
	position: absolute;
	background-image: url(../images/right_arrow1.png);
	background-repeat: no-repeat;
	top: 0;
	right: 4%;
	bottom: 0;
	margin: auto;
	width:72px;
	height:37px;
}
.desc-text span h1 {
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.30px;
	font-weight: 800;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.desc-text span h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.70px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.desc_bottum p {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #959595;
	width: 81%;
}
.desc_bottum span {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: -43px 10px 0px 0px;
}
.desc-rd.desc-text table {
	border-collapse: collapse;
	margin-bottom: 40px;
	width: 80%;
}
.desc-rd.desc-text tbody tr td:nth-child(1) {
	width: 37%;
}
.desc-rd.desc-text th, td {
	text-align: left;
	padding: 3px 13px;
}
.desc-rd.desc-text tr{
	color: #e4e4e4;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 0.70px;
	font-weight: 300;
	text-align: left;
}
.desc-rd.desc-text tr:nth-child(odd) {
	background-color: #000;
}
.product_section {
	position: relative;
}
.product_images_wappers {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	height: 850px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #000 #FFF;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #000;
	border: 1px solid transparent;
	border-image: linear-gradient(to bottom, #737373, #b48540) 1;
}
.product_images_gallery {
	width: 48%;
	min-height: 550px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	vertical-align: top;
	padding: 5px;
	margin: 0.5%;
	position: relative;
	border: 1px solid #373737;
}
.desc-hedtitle img {
	margin-top: -3px;
	margin-right: 6px;
}
.desc-rd.desc-text p {
	font-size: 17px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.3px;
	color: #fff;
	font-family: "Montserrat", serif;
}
.desc-rd.desc-text p:last-child{
	margin: 0;
}
.desc-rd ul {
	margin-bottom: 15px;
	padding-left: 10px;
}
.desc-rd.desc-text b {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 20px;
	line-height: 38px;
	letter-spacing: 0.4px;
	color: #ffff;
	font-family: "Montserrat", serif;
}
.desc-rd.desc-text div{
	color: #ffff;
}
.product-text {
	margin: 0 0 40px 0;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	/* float: left; */
	min-height: auto;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	/* float: right; */
	height: auto;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: 390px;
	z-index: 500;
	margin-right: 0px;
}
#main_row > div {
	max-width: 400px;
	margin-left: auto;
}
#main_gallery #main_row div ul {
	display: flex;
	height: 740px;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	justify-content: start;
	flex-wrap: wrap;
	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;
	float: left;
	height: 614px;
	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;
}
#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;
}
section p {
	font-family: "Cormorant", serif;
	margin-bottom: 10px;
}
#right_box {
	position: relative;
	z-index: 1;
	margin-bottom:0px;
	height: auto;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #d4d4d4 #f9f9f9;
}
.desc_box {
	background-color: #101010;
	border: 1px solid #225e16;
	padding: 20px;
}
.desc-hedtitle p {
	font-size: 24px;
	letter-spacing: 0.3px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 10px;
	max-width: 100%;
}
.desc-rd li {
	margin-bottom: 10px;
}
.desc-rd.desc-text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 20px;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.4px;
	color: #959595;
	margin-bottom: 15px;
}
#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%;
}
#main_gallery #main_row div ul li {
	float: right;
	height: auto;
	margin: 0 0px 20px 22px;
	padding: 0;
	width: auto;
}
@media screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.product-text .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 1094px){
	#main_gallery div.imagsbox_w {
		width: 63%;
	}
}
@media screen and (max-width: 1024px) {
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
		left: 0;
    	margin: 10px auto 0;
    	right: 0;
    	top: 0 !important;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_gallery .full_img_wapper {
		height: 420px;
		width: 100%;
	}
	.main_title {
		margin-bottom: 20px;
	}
	#main_row > div {
		float: none;
		margin: 0 auto !important;
		text-align: center;
		max-width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		height: auto;
	}
	#main_gallery #main_row div ul li {
		margin: 0 0px 20px 16px;
		width: auto;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		padding: 0 0px 10px;
		width: 100%;
		min-height: auto;
	}
}
@media screen and (max-width:767px) {
	.listing_section {
		margin-bottom: 0px;
		margin-top: 20px;
	}
	.main_title {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	#main_gallery #main_row div ul li {
		margin: 0 0px 10px 6px;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 361px) {
	.main_title p {
		font-size: 18px;
	}
	.main_title::after {
		width: 50px;
		background-size: contain;
		top: 5px;
	}
	.main_title::before {
		width:50px;
		background-size: contain;
		top: 5px;
	}
	.main_title {
		margin-bottom: 5px;
	}
}
/*================================== IMAGES CSS END  ================================== */

/*================================== BANNER CSS START  ================================== */
#dezign_home_banner {
	display: table;
	margin: 0px auto 0px;
	text-align: center;
}
.banner_section_res{
	display: none;
}
@media screen and (max-width: 767px) {
	.banner_section_res{
		display: block;
	}
	.banner_section{
		display: none;
	}
}
.slider {
	padding: 0;
	margin: 0;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.slider ul {
	width: 1000%;
	height: auto;
	position: relative;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	-moz-animation: slide-animation 10s infinite;
	-webkit-animation: slide-animation 10s infinite;
}
.slider li {
	width: 10%;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.promo_text_res, .commu_img, .banner_res {
	display: none;
}
@-webkit-keyframes slide-animation {

	1% {
		left: 0%;
		opacity: 1;
	}
	25%{
		left: 0%;
		opacity: 1
	}
	30%{
		opacity: 0.2;
	}
	33.33% {
		left: -100%;
		opacity: 1;
	}
	60% {
		left: -100%;
		opacity: 1;
	}
	65% {
		opacity: 0.2;
	}
	66.66% {
		left: -200%;
		opacity: 1;
	}
	90% {
		left: -200%;
		opacity: 1;
	}
	95% {
		opacity: 0.2;
	}
	100% {
		left: 0%;
	}

}
@-moz-keyframes slide-animation {
	1% {
		left: 0%;
		opacity: 1;
	}
	25%{
		left: 0%;
		opacity: 1
	}
	30%{
		opacity: 0.5;
	}
	33.33% {
		left: -100%;
		opacity: 1;
	}
	60% {
		left: -100%;
		opacity: 1;
	}
	65% {
		opacity: 0.5;
	}
	66.66% {
		left: -200%;
		opacity: 1;
	}
	90% {
		left: -200%;
		opacity: 1;
	}
	95% {
		opacity: 0.5;
	}
	100% {
		left: 0%;
	}
}
.slider-wrapper {
	width: auto;
	display: inline-block;
	position: relative;
}
@media screen and (max-width: 767px) {
	.banner_res {
		display: block;
		margin: 0 0 20px 0;
	}
	.main_banner{
		display: none;
	}
}
/*================================== BANNER CSS END  ================================== */

/*================================== ABOUT CSS START  ================================== */
.about_wrapper {
	position: relative;
}
.about_content{
	text-align: center;
}
.about_content h3 {
	font-size: 46px;
	font-weight: 400;
	color: #fff;
	font-family: "Anton", sans-serif;
	position: relative;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	text-transform: uppercase;
	position: relative;
	padding: 0 15px;
}
.about_content h3::after{
	content: '';
	position: absolute;
	background-image: url(../images/left_arrow.png);
	background-repeat: no-repeat;
	top: 0;
	left: 17%;
	bottom: 0;
	margin: auto;
	width:72px;
	height: 37px;
}
.about_content h3::before{
	content: '';
	position: absolute;
	background-image: url(../images/right_arrow1.png);
	background-repeat: no-repeat;
	top: 0;
	right:17%;
	bottom: 0;
	margin: auto;
	width:72px;
	height: 37px;
}
.about_content h5 {
	font-size: 17px;
	font-weight: 700;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	line-height: 24px;
	letter-spacing: 0.30px;
	margin-bottom: 20px;
}
.about_content p {
	font-size: 15px;
	font-weight: 400;
	color: #cccccc;
	font-family: 'Montserrat', sans-serif;
	line-height: 22px;
	letter-spacing: 0.3px;
	margin-bottom: 15px;
}
.about_button {
	margin-top: 20px;
}
.about_button a {
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: "Montserrat", sans-serif;
	transition: all 0.8s ease-in-out;
	text-align: center;
	margin: 0 auto;
	padding: 13px 23px;
	display: inline-block;
	position: relative;
	background-image: linear-gradient(to top, #1e5b12, #558b45);
	text-transform: uppercase;
	overflow: hidden;
	z-index: 1;
}
.about_button a:hover{
	background-position: 0 46px;
}
.about_button img {
	margin: -4px 0px 0 6px;
}
@media screen and (max-width: 1199px) {
	.about_wrapper .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 1024px) {
	.about_content p {
		margin-bottom: 15px;
	}
	.about_content h3 {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.about_button {
		margin-top: 20px;
	}
}
@media screen and (max-width: 991px) {
	.about_content p {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.about_content h3 {
		font-size: 34px;
		margin-bottom: 15px;
		line-height: 40px;
	}
	.about_button {
		margin-top: 20px;
	}
	.about_content h3::after {
		left: 7%;
	}
	.about_content h3::before {
		right:7%;
	}
}
@media screen and (max-width: 767px) {
	.about_wrapper .container .row .col-md-6{
		flex: 0 0 100% !important;
    	max-width: 100% !important;
	}
	.about_wrapper .container .row .col-md-6:first-child {
		order: 2;
	}
	.about_img {
		text-align: center;
	}
	.about_content p {
		font-size: 15px;
	}
	.about_content h6 {
		margin: 20px 0 20px 0;
	}
	.about_wrapper {
		margin: 20px 0px 30px;
		position: relative;
	}
	.about_content {
		text-align: center;
		margin: 20px 0 0 0;
	}
	.about_content h3::after {
		left: 17%;
	}
	.about_content h3::before {
		right:17%;
	}
}
@media screen and (max-width:575px) {

}
@media screen and (max-width: 480px) {
	.about_content h3 {
		font-size: 27px;
		line-height: 35px;
	}
	.about_wrapper {
		margin: 20px 0px;
	}
	.about_content h6 {
		margin: 20px 0 10px;
	}
	.about_content h3::after {
		left: 5%;
	}
	.about_content h3::before {
		right:5%;
	}
	.about_content {
		text-align: center;
		margin: 10px 0 20px 0;
	}
}
@media screen and (max-width: 361px) {
	.about_content h3::after {
		left: 2%;
	}
	.about_content h3::before {
		right:2%;
	}
}
/*================================== ABOUT CSS END  ================================== */

/*================================== FEATURE PRODUCT CSS START  ================================== */
.feature_section {
	margin: 45px 0px;
}
.feature-title h2 {
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 3px;
	font-family: "Anton", sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 5px;
	position: relative;
}
.feature-title p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	transition: all .8s ease 0s;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
	margin: 0 20px;
}
.feature-title h2::after {
	content: '';
	position: absolute;
	background-image: url(../images/left_arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	left: 29%;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 26px;
}
.feature-title h2::before {
	content: '';
	position: absolute;
	background-image: url(../images/right_arrow1.png);
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	right: 29%;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 26px;
}
.cat_sec {
	margin: 30px 0 0 0;
}
.cate_box {
	position: relative;
	margin-bottom: 35px;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #6e6e6e;
	transition: 0.8s all ease-in-out;
	display: table;
}
.cate_box:hover{
	border: 1px solid #518842;
}
.feature_box {
	position: relative;
	overflow: hidden;
	display: table;
}
.fat_text {
	position: absolute;
	bottom: 1%;
	left: 5%;
	margin: auto;
	transition: 0.8s all ease-in-out;
	right: 5%;
}
.cate_box .feature_box a img {
	transition: 0.8s all ease-in-out;
}
.cate_box:hover .feature_box img {
	transition: 0.8s all ease-in-out;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.cate_box .fat_text h1 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	transition: all .8s ease-in-out;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.5px;
	background-image: linear-gradient(to top, #1e1e1e, #1e1e1e);
	padding: 8px 3px;
	text-align: center;
}
.cate_box:hover .fat_text h1{
	background-image: linear-gradient(to top, #1e5b12, #558b45);
}
.browse_all_btn{
	text-align: center;
}
.browse_all_btn a {
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: "Montserrat", sans-serif;
	transition: all 0.8s ease-in-out;
	text-align: center;
	margin: 0 auto;
	padding: 13px 23px;
	display: inline-block;
	position: relative;
	background-image: linear-gradient(to top, #1e5b12, #558b45);
	text-transform: uppercase;
	overflow: hidden;
	z-index: 1;
}
.browse_all_btn a:hover{
	background-position: 0 46px;
}
.browse_all_btn img{
	margin: -3px 0 0 5px;
}
@media screen and (max-width: 1199px) {
	.feature_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 1145px) {
	.feature-title h2::after {
		left: 24%;
	}
	.feature-title h2::before {
		right: 24%;
	}
}
@media screen and (max-width: 1024px) {
	.feature-title h1 {
		font-size: 25px;
		letter-spacing: 4px;
		margin: 0;
	}
}
@media screen and (max-width: 991px) {
	.feature_section {
		margin: 30px 0px;
	}
	.feature-title h2::after {
		left: 17%;
	}
	.feature-title h2::before {
		right: 17%;
	}
	.cate_box .fat_text h1 {
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.cate_box .fat_text h1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 8px;
	}
	.feature-title h2::after {
		left: 5%;
	}
	.feature-title h2::before {
		right: 5%;
	}
	.cate_box {
		margin: 0 auto 35px;
	}
}
@media screen and (max-width: 575px) {
	.cate_box {
		display: table;
		margin: 0 auto 30px;
	}
	.feature-title h2 {
		font-size: 28px;
	}
	.feature-title p {
		font-size: 14px;
	}
	.feature-title h2::after {
		left: 1%;
	}
	.feature-title h2::before {
		right: 1%;
	}
}
@media screen and (max-width: 480px) {
	.feature-title p {
		letter-spacing: 0;
	}
	.feature-title h2 {
		font-size: 21px;
		letter-spacing: 1px;
	}
	.feature-title p {
		font-size: 13px;
	}
	.cat_sec {
		margin: 20px 0 0 0;
	}
	.cat_sec .container .row .col-6{
		-webkit-box-flex: 0;
  		-ms-flex: 0 0 100%;
  		flex: 0 0 100%;
  		max-width: 100%;
	}
	.feature-title span {
		font-size:26px;
		margin-bottom: 3px;
	}
}
@media screen and (max-width: 361px) {
	.feature-title p {
		font-size: 12px;
	}
	.feature-title h2 {
		font-size: 21px;
	}
	.cate_box .fat_text h1 {
		font-size: 20px;
		line-height: 24px;
	}
	.feature-title h2::after {
		width: 36px;
		background-size: contain;
		top: 5px;
	}
	.feature-title h2::before {
		width:36px;
		background-size: contain;
		top: 5px;
	}
}
/*================================== FEATURE PRODUCT CSS END  ================================== */

/*================================== MAIN TAB CSS START  ================================== */
.main_tab_row {
	position: relative;
	z-index: 99;
	margin: 40px 0px 40px;
}
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	padding: 0px;
	margin: 0px 0 0 0;
}
.tabs label {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	cursor: pointer;
	float: left;
	box-sizing: border-box;
	position: relative;
	letter-spacing: 0.70px;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	transition: all 0.5s ease-in-out;
	text-align: center;
	text-decoration: none;
	width: auto;
	text-transform: uppercase;
	margin-right: 10px;
	margin-bottom: 0;
	z-index: 1;
	padding:12px 20px;
	background-color: #101010;
}
.tab.description_content p {
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	color: #a6a6a6;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.30px;
}
.tab.description_content h6 {
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	color: #a6a6a6;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.30px;
	margin-bottom: 1px;
}
.tab.description_content b {
	font-size: 15px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	margin-right: 4px;
}
.tabs label img {
	margin-right: 6px;
	margin-top: -3px;
	transition:all 0.8s ease-in-out;
}
.tabs .nomarginright.none {
	margin-right: 0px;
}
.tabs label:hover {
	background-image: linear-gradient(to top, #1e5b12, #558b45);
}
.tabs label:hover::after{
	opacity: 1;
}
.tabs label a {
	color: #FFF;
	text-decoration: none;	width: 100%;
	font-family: "Montserrat", sans-serif;
	display: block;
}
.p_text {
	margin-bottom: 20px;
}
.tabs .tab {
	-moz-box-flex: 1;
	-moz-box-ordinal-group: 100;
	box-sizing: border-box;
	color: #a6a6a6;
	font-weight: 400;
	display: none;
	flex-grow: 1;
	font-family: "Montserrat", sans-serif;
	margin: 0px auto 0;
	order: 99;
	padding: 0 0px;
	width: 100%;
	background: transparent;
	font-size: 15px;
	line-height: 28px;
	padding: 15px 20px;
	border: 1px solid #5a5a5a;
}
.tabs .tab p:last-child {
	margin-bottom: 0;
}
.ship_t {
	margin-left: -30px;
}
.payment_text {
	margin-bottom: 20px;
}
.tabs .tab a {
	color: #2fab81;
}
.tabs label:hover a {
	color: #ffffff;
}
.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.tabs input[type="radio"]:checked + label {
	background-image: linear-gradient(to top, #1e5b12, #558b45);
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tabele_border td {
	padding: 5px 15px;
}
.tab.description_content li {
	margin-bottom: 15px;
}
.tab.description_content li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
	.main_tab_row .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.tabs label {
		font-size: 13px;
		margin-right: 5px;
		padding: 12px 10px;
	}
}
@media screen and (max-width: 575px) {
	.tabs label {
		width: 100%;
		margin-right: 0;
		border-bottom: 1px solid rgb(255, 255, 255, 0.5);
		background-size: cover;
		font-size: 15px;
	}
	.tabs .tab, .tabs label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.main_tab_row {
		margin: 30px 0px 22px;
	}
	.tabs .tab {
		padding: 15px;
	}
}
/*================================== MAIN TAB CSS START  ================================== */

/*================================== REVIEWS CSS START  ================================== */
.guaranteed-head {
	text-align: center;
	padding-bottom: 30px;
	text-transform: uppercase;
}
.guaranteed-head h5 {
	font-size: 36px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 3px;
	font-family: "Anton", sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
}
.guaranteed-head h5::after {
	content: '';
	position: absolute;
	background-image: url(../images/left_arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	left: 25%;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 26px;
}
.guaranteed-head h5::before {
	content: '';
	position: absolute;
	background-image: url(../images/right_arrow1.png);
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	right: 25%;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 26px;
}
.guaranteed_box {
	background: #101010;
	padding: 18px 18px 10px 25px;
	position: relative;
	border-radius: 10px;
}
.start {
	margin-bottom: 15px;
}
.guaranteed_name {
	font-size: 17px;
	color: #fff;
	letter-spacing: 0.30px;
	font-weight:600;
	margin: 13px 0;
	font-family: "Montserrat", sans-serif;
}
.guaranteed_text {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	font-family: "Montserrat", sans-serif;
	line-height: 24px;
	letter-spacing: 0.30px;
	height: 72px;
	display: flex;
	align-items: center;
}
.btn_2 {
	margin-top: 0;
}
.cat-btn {
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	margin-top: 30px;
}
.cat-btn a{
	color: #fff !important;
  	font-size: 16px;
  	font-weight: 500;
  	letter-spacing: 1px;
  	font-family: "Montserrat", sans-serif;
  	transition: all 0.8s ease-in-out;
  	text-align: center;
  	margin: 0 auto;
  	padding: 13px 20px;
  	display: inline-block;
  	position: relative;
  	background-image: linear-gradient(to top, #1e5b12, #558b45);
  	text-transform: uppercase;
  	overflow: hidden;
  	z-index: 1;
}
.cat-btn img {
	margin-left: 5px;
	margin-bottom: 3px;
}
.cat-btn a:hover {
	background-position: 0 46px;
}
@media screen and (max-width: 1199px) {
	.guaranteed_wapper .container{
        max-width: 100%;
        padding: 0 20px;
    }
	.guaranteed_text {
		height: 100px;
		font-size: 15px;
	}
}
@media screen and (max-width: 1145px) {
	.guaranteed-head h5::after {
		left: 21%;
	}
	.guaranteed-head h5::before {
		right: 21%;
	}
}
@media screen and (max-width: 991px) {
	.guaranteed_wapper .container .row .col-md-4{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .guaranteed_wapper .container .row{
        display: flex;
        justify-content: center;
        grid-row-gap: 20px;
    }
	.guaranteed_box {
		padding: 18px 15px 10px;
	}
	.guaranteed_name {
		font-size: 13px;
	}
	.guaranteed_text {
		height: 130px;
		font-size: 14px;
	}
	.guaranteed-head h5::after {
		left: 11%;
	}
	.guaranteed-head h5::before {
		right: 11%;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_wapper .container .row .col-md-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
	.guaranteed_wapper .container{
        max-width: 100%;
        padding: 0 20px;
    }
	.guaranteed_text {
		height: unset;
		font-size: 16px;
	}
	.guaranteed_name {
		font-size: 17px;
	}
	.guaranteed-head h5 {
		font-size: 32px;
	}
	.guaranteed-head h5::after {
		left:2%;
	}
	.guaranteed-head h5::before {
		right: 2%;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed-head h5 {
		font-size: 24px;
	}
}
@media screen and (max-width: 480px) {
	.guaranteed-head h5 {
		font-size: 20px;
		margin-bottom: 0px;
		letter-spacing: 0;
	}
	.guaranteed_wapper {
		margin: 30px 0;
	}
}
@media screen and (max-width: 361px) {
	.guaranteed-head h5 {
		font-size: 19px;
		margin-bottom: 0px;
	}
	.guaranteed-head {
		padding-bottom: 25px;
	}
	.guaranteed-head h5::after {
		left: 0%;
		width: 35px;
		background-size: contain;
		top: 5px;
	}
	.guaranteed-head h5::before {
		right: 0%;
		width:35px;
		background-size: contain;
		top: 5px;
	}
}
/*================================== REVIEWS CSS END  ================================== */

/*================================== FOOTER CSS START  ================================== */
.store_footer_wapper {
	padding: 30px 0 25px;
	margin-top: 45px;
	background-color: #101010;
}
.footer_block_titel {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 16px;
	position: relative;
	letter-spacing: 0.3px;
}
.footer_logo {
	/* margin: 50px 0; */
}
.footer_logo a {
	display: inline-block;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu ul li a {
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 0.25px;
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
	transition: 0.5s all ease-in-out;
	padding-left: 15px;
}
.footer_menu ul li a:hover{
	color: #558b45;
}
.footer_menu ul li a {
	position: relative;
}
.footer_block.footer_block04 {
	text-align: center;
}
.footer_block.footer_block03 {
	text-align: center;
}
.store_footer_wapper .col-md-5 .footer_menu ul li{
	position: relative;
}
.footer_bottom {
	padding: 10px 0;
	position: relative;
	background-image: linear-gradient(to top, #1e5b12, #558b45);
}
.dezign_copyright {
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	text-align: left;
}
.dezign_copyright span {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}
.dezign_by {
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	text-align: right;
}
.dezign_by span {
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
@media screen and (max-width: 1199px) {
	.store_footer_wapper .container{
		max-width: 100%;
		padding: 0 20px;
	}
	.footer_bottom .container{
		max-width: 100%;
		padding: 0 20px;
	}
	.footer_block_titel {
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px){
	.footer_block_titel {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px){
	.footer_block_titel {
		font-size: 11px;
	}
	.dezign_by {
		font-size: 13px;
	}
	.dezign_by span {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	.store_footer_wapper .container .row .col-md-6 {
		order: -1;
	}
	.footer_block_titel {
		font-size: 18px;
	}
	.footer_block.footer_block03 {
		text-align: center;
		margin: 20px 0;
	}
	.footer_block.footer_block04 {
		text-align: center;
		margin: 20px 0;
	}
	.footer_block2 {
		display: grid;
		justify-content: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 10px;
	}
	.dezign_by {
		font-size: 14px;
		text-align: center;
	}
	.dezign_by span {
		font-size: 15px;
	}
}
@media screen and (max-width: 575px){
	.store_footer_wapper {
		padding: 30px 0 0;
	}
	.footer_logo {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width: 480px){
	.dezign_copyright span {
		font-size: 14px;
	}
	.store_footer_wapper .col-md-5 .footer_menu ul li {
		position: relative;
		padding: 0 9px;
	}
}
@media screen and (max-width:361px){
	.store_footer_wapper {
		margin-top: 30px;
	}
	.dezign_by span {
		font-size: 13px;
	}
	.dezign_by {
		font-size: 13px;
		text-align: center;
	}
}
/*================================== FOOTER CSS END  ================================== */

/*================================== PROMOTION CSS START  ================================== */
.promo_main {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
}
.promo_main:last-child{
	border-right: none;
}
.promotion_bg {
	margin: 40px 0;
}
.promo_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.promo_text h1 {
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #eaeaea;
	margin-bottom: 3px;
	letter-spacing: 0.30px;
}
.promo_text p {
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #b1b1b1;
	margin-bottom: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
	.promotion_bg .container{
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 991px) {
	.promo_main {
		width: 50%;
	}
	.promo_box {
		flex-wrap: wrap;
	}
	.promotion_wrapper .promo_box .promo_main:nth-child(1), .promo_main:nth-child(2) {
		margin-bottom: 25px;
	}
}
@media screen and (max-width:767px) {
	.promotion_bg {
		margin: 15px 0;
	}
}
@media screen and (max-width: 575px) {
	.promo_main {
		width: 100%;
	}
	.promo_box {
		display: inline-block;
		margin: 0 auto;
		display: table;
	}
	.promotion_wrapper .promo_box .promo_main:nth-child(3){
		margin-bottom: 20px;
	}
}
/*================================== PROMOTION CSS END  ================================== */
footer + div{
	display: none;
}