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

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Jost", sans-serif;
}
img{
    max-width: 100%;
}
i{
	font-family: "Font Awesome 6 Free";
}
*, ::after, ::before {
	box-sizing: border-box;
}
a{
	text-decoration: none ;
	outline: none;
	transition: all 0.5s ease 0s;
}
li{
	list-style: none;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none !important;
	outline: none;
}
/* ============================== HEADER CSS START ============================== */
.promo_top_text {
	background-color: #4d8e69;
}
.welcom_text img{
    margin-right: 5px;
    margin-bottom: 5px;
}
#dezign_logo {
	text-align: center;
}
.welcom_text {
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.30px;
}
.welcom_text span {
	font-size: 15px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Jost", sans-serif;
}
.top_section {
	position: relative;
	margin: 15px 0;
}
.menu_bottom {
	position: relative;
}
.mobile_menu {
	display: none;
}
.menu {
	position: relative;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: end;
	list-style: none;
}
.main_menu ul li {
	position: relative;
}
.main_menu ul li a {
	font-family: "Jost", sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 500;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 20px 8px 20px;
	background-color: transparent;
	display: inline-block;
	transition: all 0.5s ease-in-out;
}
.main_menu ul li:hover a{
	text-decoration: none;
	background-color:#000;
}
.top_header {
	text-align: center;
}
.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
}
.Verifie-main1.box {
	justify-content: end;
	margin-right: 0px;
}
.Verifie-text1 h1 {
	font-size: 18px;
	font-family: "Jost", sans-serif;
	font-weight: 600;
	margin-bottom: 0;
	color: #141414;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.welcom_text i:first-child {
	margin-right: 6px;
}
.Verifie-text1 p {
	font-size: 16px;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	color: #141414;
	margin-bottom: 0;
	letter-spacing: 0.9px;
	line-height: 20px;
}
/* mobile-menu-css-tart */

.amon {
	color: #FFF;
	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: #4d8e69;
	display: inline-grid;
	width: 195px;
	overflow: hidden;
	padding: 10px;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	transition: all .5s ease-in-out;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 600;
	line-height: 40px;
	text-transform: capitalize;
	font-family: "Jost", sans-serif;
}
.amon ul li a:hover {
	background-color: #eeeeee;
	color: #424242;
}
.amon ul li {
	width: 65px;
	overflow: hidden;
	text-align: center;
	letter-spacing: -5px;
}
.open-text .amon ul li {
	width: 100%;
	letter-spacing: 1px;
	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: #4d8e69;
	border-radius: 9px;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
}
.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;
}

@media screen and (max-width: 1199px){
	.main_menu ul li a {
		padding: 8px 10px;
		font-size: 13px;
	}
	.Verifie-text1 h1 {
		font-size: 16px;
		letter-spacing: 0;
	}
	.Verifie-text1 p {
		font-size: 14px;
		letter-spacing: 0px;
	}
	.top_header {
		margin-right: -40px;
	}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
    .main_menu{
		display: none !important;
	}
	.promo_top_text {
		padding: 7px 0px;
	}
	.dezign_top_menu {
		text-align: center;
	}
	.Verifie-main1 {
		margin-top: 30px;
	}
	.mobile_menu{
		display: block;
	}
	.promo_top_text .row .col-md-4:nth-child(3) {
		order: 1;
		text-align: right;
	}
	.top_section .col-md-4:nth-child(2) {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.top_section .container .row .col-md-4:nth-child(3) {
		display: flex;
		flex: 0 0 50%;
		max-width: 50%;
		order: 2;
		justify-content: end;
	}
	.top_section .container .row .col-md-4:nth-child(1) {
		order: 1;
		display: flex;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.Verifie-text1 h1 {
		font-size: 17px;
	}
	.Verifie-text1 p {
		font-size: 15px;
	}
	.top_header {
		margin-right:0px;
	}
}
@media screen and (max-width:767px) {
	.promo_top_text .row .col-md-4:nth-child(3) {
		order: 1;
		text-align: right;
		position: relative;
		top: -70px;
		height: 0px;
	}
	.Verifie-main1 {
		margin-right: 0;
	}
	.logo {
		width: 90%;
	}
	.main_menu_mobile .menu-btn img {
		width: 60%;
	}
	.promo_top_text {
		padding: 10px 0 0;
	}
	.welcom_text {
		text-align: center;
		margin-bottom: 5px;
	}
	.welcom_text span {
		font-size: 14px;
	}
	.Verifie-text1 p {
		font-size: 11px;
	}
	.amon {
		right: 20px;
	}
	.Verifie-text1 p {
		font-size: 15px;
	}
	.Verifie-text1 h1 {
		font-size: 17px;
		letter-spacing: 1px;
	}
	.top_section .container .row .col-md-4:nth-child(1) {
		display: flex;
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
		justify-content: center;
	}
	.top_section .container .row .col-md-4:nth-child(3) {
		display: flex;
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
		justify-content: center;
	}
}
@media screen and (max-width: 575px) {
	.Verifie-text1 h1 {
		font-size: 18px;
	}
	.Verifie-text1 p {
		font-size: 15px;
	}
}
@media screen and (max-width: 480px) {
	.Verifie-text p {
		font-size: 14px;
	}
	.Verifie-text1 h1 {
		font-size: 15px;
	}
}
@media screen and (max-width: 361px){
	.Verifie-main {
		padding: 12px 0;
	}
	.Verifie-text1 h1 {
		font-size: 13px;
		letter-spacing: 0.4px;
	}
	.Verifie-text1 p {
		font-size: 13px;
	}
}
/* ============================== HEADER CSS END ============================== */

/*================================== IMAGES CSS END  ================================== */
.listing_section {
	margin: 0 0 40px 0;
}
.main_title p {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.3px;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	background-color: #000;
	padding: 7px 5px;
	margin-bottom: 15px;
	max-width: 100%;
}
.desc-text span h1 {
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.30px;
	font-weight: 800;
	font-family: "Jost", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.desc-text span h2 {
	font-family: "Jost", 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: "Jost", 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: "Jost", 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;
}
.pro-and-about {
	border: 1px solid #dadada;
	border-top: 0;
	padding: 20px;
}
.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: "Jost", 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-rd.desc-text p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: "Jost", serif;
}
.desc-rd.desc-text p:last-child{
	margin-bottom: 0;
}
.desc-rd ul {
	margin-bottom: 15px;
	padding-left: 10px;
}
.desc-rd.desc-text b {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: "Jost", serif;
}
.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;
	min-height: auto;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	min-height: 680px;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
#main_row > div {
	margin-top: 0;
	max-width: 374px;
}
#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	justify-content: start;
	flex-wrap: wrap;
}
#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;
}
.desc-hedtitle p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
	font-weight: 600;
	font-family: "Jost", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background-color: #000;
	padding: 6px 5px;
	margin-bottom: 0;
	max-width: 100%;
}
.product-text {
	margin-top: 10px;
	margin-bottom: 40px;
}
.desc-rd.desc-text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 13px;
	padding-left: 20px;
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.30px;
	color: #333;
}
#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:1079px){
	#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 .thumb > img {
		max-height: 100%;
		max-width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_gallery .full_img_wapper {
		height: 430px;
		width: 100%;
	}
	.product-text {
		margin-top: 0px;
	}
	#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;
	}
	#main_gallery #main_row div ul li {
		margin: 0 8px 20px 8px;
	}
	#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 20px;
		width: 100%;
		min-height: auto;
	}
}
@media screen and (max-width: 480px) {
	#main_gallery #main_row div ul li {
		margin: 0 5px 10px 5px;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.top_newsletter_link ul li {
		padding: 0px 8px 0px;
	}
	.top_newsletter_link ul li a {
		font-size: 12px;
	}
	.main_title p {
		font-size: 17px;
	}
	.desc-hedtitle p {
		font-size: 17px;
	}
	.pro-and-about {
		padding: 13px;
	}
}
/*================================== IMAGES CSS END  ================================== */

/*================================== BANNER CSS START  ================================== */
#topheader {
	margin: 0 0 40px 0;
}
.slider-wrapper{
	text-align: center;
}
.banner_res{
	display: none;
}
@media screen and (max-width: 767px) {
	.banner_res {
		display: block;
		margin: 0 auto 20px;
	}
	.main_banner{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	#topheader {
		margin: 0 0 35px 0;
	}
}
/*================================== BANNER CSS END  ================================== */

/*================================== PROMOS CSS START  ================================== */
.promos_wrapper {
	position: relative;
	padding: 20px 0 20px 0px;
	margin: 0 0 65px 0;
}
.promos_wrapper::after {
	content: '';
	position: absolute;
	background-image: url(../images/promos_bg.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 23px;
	bottom: -23px;
	left: 0;
	right: 0;
	margin: auto;
	background-position: center;
}
.Verifie-main {
	display: flex;
	grid-column-gap: 13px;
	align-items: center;
}
.Verifie-text h1 {
	font-size: 20px;
	font-family: "Jost", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.Verifie-text p {
	font-size: 17px;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
	color: #666666;
	margin-bottom: 0;
	text-transform: uppercase;
}
.Verifie-main.verifie_left {
	padding-right: 80px;
	display: flex;
	justify-content: end;
	border-right: 1px solid #e5e5e5;
}
.Verifie-main.verifie_right {
	padding-left: 40px;
}
@media screen and (max-width: 1199px) {
	.Verifie-main.verifie_left {
		padding-right: 50px;
	}
	.Verifie-text h1 {
		font-size: 19px;
	}
	.Verifie-main.verifie_right {
		padding-left: 20px;
	}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
	.Verifie-main.verifie_left {
		padding-right: 0px;
	}
	.Verifie-main.verifie_right {
		padding-left: 0;
		justify-content: center;
		margin-top: 25px;
	}
	.Verifie-text p {
		font-size: 14px;
	}
	.Verifie-text h1 {
		font-size: 18px;
	}
	.Verifie-main.verifie_left {
		padding-right:0px;
		justify-content: center;
		border-right: none;
	}
}
@media screen and (max-width: 767px) {
	.promos_wrapper::after {
		display: none;
	}
	.promos_wrapper {
		margin: 0 0 35px 0;
	}
}
@media screen and (max-width: 575px) {

}
@media screen and (max-width: 480px) {
	.Verifie-text h1 {
		font-size: 14px;
	}
	.Verifie-text p {
		font-size: 13px;
	}
	.promos_wrapper {
		margin: 0 0 10px 0;
	}
}
@media screen and (max-width: 361px){
	.Verifie-text h1 {
		font-size: 13px;
		letter-spacing: 0.2px;
	}
	.Verifie-text p {
		font-size: 12px;
		letter-spacing: 0.2px;
	}
	.Verifie-main.verifie_right {
		margin-top: 0px;
	}
}
/*================================== PROMOS CSS END  ================================== */

/*================================== ABOUT CSS START  ================================== */
.about2_wrapper {
	margin: 0 0 60px 0;
	position: relative;
}
.about2_wrapper::after {
	content: '';
	background-image: url(../images/about_after.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 0;
	top: -70px;
	margin: auto;
	height: 143px;
	width: 360px;
}
.about2_bg{
	position: relative;
}
.about_bottom_img {
	position: relative;
	overflow: hidden;
}
.about_bottom {
	position: relative;
	overflow: hidden;
}
.about_bottom_content {
	position: relative;
	padding: 0px 0 0px 30px;
}
.about_bottom_content h3 {
	font-size: 49px;
	font-weight: 700;
	color: #000000;
	font-family: 'Jost', sans-serif;
	position: relative;
	text-transform: capitalize;
	letter-spacing: 0.2px;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.about_bottom_content h3 i {
	font-size: 19px;
	margin: 0px 0 0px 5px;
}
.about_bottom_content h6 i {
	font-size: 13px;
}
.about_bottom_content span {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	font-family: 'Jost', sans-serif;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
}
.about_bottom_content h6 {
	font-size: 25px;
	font-weight: 500;
	color: #1b1b1b;
	font-family: 'Jost', sans-serif;
	position: relative;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}
.about_bottom_content p {
	font-size: 17px;
	font-weight: 300;
	color: #333333;
	font-family: 'Jost', sans-serif;
	line-height: 24px;
	letter-spacing: 0.3px;
	margin-bottom: 10px;
	text-align: justify;
}
.about_us {
	margin-top: 20px;
}
@media screen and (max-width: 1300px) {
	.about2_wrapper::after {
		width: 280px;
	}
}
@media screen and (max-width: 1199px) {
	.about_bottom_content h3 {
		margin-bottom: 10px;
	}
	.about_bottom_content p {
		margin-bottom: 15px;
	}
	.about_bottom_content h3 {
		font-size: 40px;
	}
	.about_bottom_content h6 {
		font-size: 21px;
	}
	.about_bottom_content p {
		font-size: 15px;
	}
}
@media screen and (max-width: 1100px){
	.about2_wrapper::after {
		width: 240px;
	}
}
@media screen and (max-width:1024px) {
	.about_bottom_content p {
		margin-bottom: 12px;
		font-size: 15px;
	}
	.about_bottom_content h6 {
		margin: 10px 0 10px;
		font-size: 20px;
	}
		.about_bottom_content h3 {
		font-size: 37px;
	}
}
@media screen and (max-width:991px) {
	.about_bottom_content {
		padding: 20px 0 0px 0;
		text-align: center;
	}
	#main_gallery #main_row {
		min-height: auto;
	}
	.about_bottom_content h3 {
		font-size: 45px;
	}
	.about_bottom_content h6 {
		margin: 10px 0 15px;
		font-size: 25px;
	}
	.about_bottom_content p {
		margin-bottom: 20px;
		font-size: 17px;
		text-align: center;
	}
	.about_bottom_content {
		padding: 20px 0 0px 0;
	}
	.about_bottom_img {
		text-align: center;
	}
	.about2_wrapper::after {
		width: 240px;
		bottom: 0;
		top: 200px;
	}
}
@media screen and (max-width: 870px){
	.about2_wrapper::after {
		width: 200px;
		bottom: 0;
		top: 200px;
	}
}
@media screen and (max-width: 767px) {
	.about_bottom_content {
		position: relative;
	}
	.about_bottom_content h6 {
		margin: 15px 0 15px;
		font-size: 22px;
	}
	.about_bottom_content p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.about_bottom_content h3 {
		font-size: 35px;
	}
}
@media screen and (max-width: 700px){
	.about2_wrapper::after {
		content: none;
	}
}
@media screen and (max-width:575px) {
	.about2_wrapper {
		margin: 0 0 35px 0;
	}
}
@media screen and (max-width: 480px) {
	.about_bottom_content h3 {
		font-size: 30px;
	}
	.about_bottom_content p {
		margin-bottom: 22px;
	}
	.about_bottom_content h6 {
		margin: 15px 0 15px;
		font-size: 24px;
		line-height: 25px;
	}
}
@media screen and (max-width: 361px) {
	.about_bottom_content p {
		margin-bottom: 15px;
	}
	.about_bottom_content h6 {
		font-size: 17px;
		line-height: 25px;
	}
}
/*================================== ABOUT CSS END  ================================== */

/*================================== FEATURE PRODUCT CSS START  ================================== */
.feature_section {
	position: relative;
	margin: 0 0 60px 0px;
}
.feature_section::after{
	content:'';
	position: absolute;
	background-image: url(../images/cate_after.png);
	background-repeat: no-repeat;
	width:154px;
	height:191px;
	right: 0;
	top: 0;
}
.feature_section::before{
	content:'';
	position: absolute;
	background-image: url(../images/cat_before.png);
	background-repeat: no-repeat;
	width:110px;
	height:151px;
	left: 0;
	bottom: 0;
}
.feature_title h5 {
	color: #000000;
	font-size: 46px;
	font-weight: 500;
	text-align: center;
	transition: all .8s ease-in-out;
	margin-bottom: 30px;
	text-transform: capitalize;
	font-family: "Jost", sans-serif;
	letter-spacing: 0.30px;
	padding: 0 0 15px 0;
	position: relative;
}
.feature_title h5::after {
	content: '';
	position: absolute;
	background-color: #59b680;
	width: 11%;
	height: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.cate_box {
	position: relative;
	margin-bottom: 35px;
	padding: 0px;
	transition: all 0.5s ease-in-out;
}
.feature_box {
	position: relative;
	overflow: hidden;
	display: block;
}
.feature_box::after {
	content: '';
	position: absolute;
	border: 3px solid #e5e5e5;
	width: 98%;
	height: 95%;
	top: -20px;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 49% 49% 00 0;
	z-index: -1;
	transition: all 0.5s ease-in-out;
}
.cate_box:hover .feature_box::after{
	border-color: #59b680;
}
.fat_text {
	margin: 15px 0px 0 0;
}
.fat_text a {
	display: block;
}
.cate_box .fat_text h1 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
	transition: all .8s ease 0s;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: "Jost", sans-serif;
	color: #000;
	text-align: center;
}
.cate_box:hover .fat_text h1{
	color: #59b680;
}
.browse_all_btn{
	text-align: center;
}
.button a {
	color: #FFF !important;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1.4px;
	font-family: 'Jost', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 11px 25px;
	display: inline-block;
	position: relative;
	transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	background-color: #000;
	border-radius: 25px;
}
.button a:hover{
	background-color:#59b680;
}
.button i {
	margin: 0px 0px 0 5px;
}
.button img{
	margin: 0 8px 0 0;
}
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px){
	.feature_title h5 {
		font-size: 39px;
	}
	.feature_section::after {
		bottom: 190px;
		top: auto;
	}
}
@media screen and (max-width: 767px) {
	.cat_sec .container .row{
		justify-content: center !important;
	}
	.feature_section {
		margin: 25px 0 30px;
		position: relative;
	}
	.cate_box {
		display: table;
		margin: 0 auto 30px;
	}
	.cate_box .fat_text h1 {
		font-size: 18px;
	}
	.feature_box::after {
		top: -13px;
	}
}
@media screen and (max-width: 575px) {
	.cate_box .fat_text h1 {
		font-size: 18px !important;
	}
	.feature_section::after {
		content: none;
	}
	.feature_section::before {
		left: -40px;
		bottom: 440px;
	}
	.feature_title h5 {
		font-size: 31px;
	}
}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 361px) {
	.button a {
		font-size: 14px;
	}
	.feature_section::before {
		content: none;
	}
}
/*================================== FEATURE PRODUCT CSS END  ================================== */

/*============================================
			TAB CSS START
============================================*/
.main_tab_row {
	position: relative;
	margin-bottom: 60px;
}
.main_tab_row .main_payment:last-child{
	margin-bottom: 0px;
}

.payment_text h1 img {
	padding: 0px 5px;
}
.inner_text {
	border: 1px solid #cdcdcd;
	background: #FFF;
	position: relative;
	padding: 35px;
	font-family: "Jost", sans-serif;
	padding-left: 65px;
	background-color: #f5f5f5;
	border-radius: 10px;
}
.inner_text p {
	font-size: 16px;
	color: #555555;
	font-weight: 500;
	line-height: 26px;
	font-family: "Jost", sans-serif;
	margin-bottom: 15px;
	letter-spacing: 0.50px;
}
.inner_text p:last-child{
	margin-bottom: 0;
}
.inner_text span {
	font-weight: 700;
	color: #222222;
}
.inner_text h6 {
	font-weight: 700;
	color: #222222;
	margin: 0 0 20px 0;
}
.au_text h1 {
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
	font-family: "Jost", sans-serif;
}
.tab_icon {
	position: absolute;
	bottom: 0;
	left: -40px;
	background-color: #3c8d6c;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	top: 30px;
}
.inner_text img{
	margin-right: 5px;
}
.inner_text h1 {
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	letter-spacing: 1.5px;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
}
.inner_text h1::after {
	content: '';
	background-color: #000;
	height: 2px;
	width: 38px;
	left: 0;
	bottom: -15px;
	margin: auto;
	position: absolute;
}
.inner_text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: 400;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}
.please_note_text p {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 24px;
	letter-spacing: 0.25px;
	font-family: "Jost", sans-serif;
	margin-bottom: 25px;
}
.please_note_text {
	border: 1px solid #e2e2e2;
	margin-bottom: 30px;
	padding: 30px;
	padding-bottom: 5px;
}
.please_note_text h1 {
	color: #ff0000;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Jost", sans-serif;
}
.inner_text h5 {
	font-size: 18px;
	font-weight: 700;
	color: #ea0000;
	line-height: 26px;
	font-family: "Jost", sans-serif;
	margin-bottom: 20px;
}
.tabe_section .pay_01 {
	margin: 0px 0px 40px 40px;
	position: relative;
}
@media screen and (max-width: 575px) {
	.tabe_section .pay_01 {
		margin: 00px 0px 30px 40px;
	}
}
@media screen and (max-width: 480px) {
	.tab_icon {
		width: 60px;
		height: 60px;
		padding: 14px;
		left: -30px;
	}
	.inner_text {
		padding-left: 45px;
	}
	.tabe_section .pay_01 {
		margin: 00px 0px 30px 20px;
	}
}
/*============================================
			TAB CSS END
============================================*/

/*================================== REVIEWS CSS START  ================================== */
.guaranteed-head {
	margin: 0px 0 20px 0;
	text-align: center;
}
.guaranteed_left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.guaranteed_left::after{
	content: '';
	background-color: #000;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.guaranteed-head h5 {
	font-size: 25px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 0.2px;
	font-family: "Jost", sans-serif;
	text-transform: capitalize;
	background-color: #fff;
	z-index: 1;
	padding-right: 20px;
}
.guaranteed-head a {
	color: #4d8e69;
	background-color: #fff;
	z-index: 1;
	padding-left: 10px;
	font-family: "Jost", sans-serif;
	font-weight: 600;
	font-size: 15px;
	text-decoration: underline;
	transition: all .5s ease-in-out;
}
.guaranteed-head a:hover {
	color: #000;
}
.guaranteed_wapper {
	margin: 0 0 40px 0;
}
.guaranteed_box::after {
	content: '';
	background-image: url(../images/coma.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 45px;
	height: 39px;
	position: absolute;
	top: 30px;
	right: 37px;
}
.guaranteed_box svg {
	width: 110px;
}
.guaranteed_box {
	background: #FFF;
	text-align: center;
	padding: 28px 26px;
	position: relative;
	box-shadow: 0px 0px 27px 0px rgba(155, 155, 155, 0.13);
	border-radius: 27px;
}
.review {
	text-align: center;
}
.ebay_logo {
	margin-bottom: 15px;
}
.start {
	margin-bottom: 15px;
}
.guaranteed_name {
	font-size: 21px;
	color: #000000;
	letter-spacing: 0.30px;
	font-weight: 600;
	font-family: "Jost", sans-serif;
	margin-bottom: 7px;
}
.revue_link {
	text-align: center;
}
.guaranteed_text {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	font-family: "Jost", sans-serif;
	line-height: 26px;
	letter-spacing: 0.30px;
}
.btn_2 {
	margin-top: 0;
}
.cat-btn {
	margin: 0 auto;
	text-align: center;
}
.cat-btn02 {
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.55px;
	font-family: "Jost", sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 14px 20px;
	display: inline-block;
	position: relative;
	background: #005480;
	transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	text-transform: uppercase;
}
.cat-btn02:hover {
	background: #f7b554;
}
.cat-btn02 img {
	margin-left: 3px;
	margin-top: -3px;
}
.feedback_link{
	display: block;
}
.feedback_link_res{
	display: none;
}
@media screen and (max-width: 1199px) {
	.guaranteed_text {
		height: 78px;
		display: grid;
		align-items: center;
		margin-top: 10px;
	}
}
@media screen and (max-width: 1024px) {
	.guaranteed_box {
        height: 273px;
    }
}
@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-head h5 {
		font-size: 19px;
		padding-right: 10px;
	}
	.guaranteed-head a {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_wapper .container .row .col-md-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .guaranteed_box {
        height: auto;
    }
	.guaranteed_box {
		margin: 0 auto 20px;
		width: 436px;
	}
	.feedback_link{
		display: none;
	}
	.feedback_link_res {
		display: block;
		color: #4d8e69;
		background-color: #fff;
		z-index: 1;
		padding-left: 10px;
		font-family: "Jost", sans-serif;
		font-weight: 600;
		font-size: 15px;
		text-decoration: underline;
		transition: all .5s ease-in-out;
		text-align: center;
	}
	.feedback_link_res:hover{
		color: #000;
	}
	.guaranteed_left {
		justify-content: center;
	}
	.guaranteed_left::after {
		content: none;
	}
	.guaranteed-head h5 {
		font-size: 21px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 480px) {
	.guaranteed-head p {
		font-size: 13px;
	}
    .guaranteed-head span {
        font-size: 11px;
    }
	.guaranteed_box {
		margin: 0 auto 20px;
		width: 100%;
	}
	.guaranteed-head h5 {
		font-size: 18px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 360px) {
	.guaranteed-head h5 {
		font-size: 14px;
		padding-right: 10px;
	}
	.guaranteed-head p {
		font-size: 12px;
	}
}
/*================================== REVIEWS CSS END  ================================== */

/*================================== FOOTER CSS START  ================================== */
.store_footer_wapper {
	padding: 30px 0 25px;
	background-color: #f3f3f3;
}
.footer_block_titel {
	font-size: 20px;
	color: #191919;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Jost", sans-serif;
	margin-bottom: 16px;
	position: relative;
	letter-spacing: 0.5px;
}
.footer_block.footer_block03 {
	text-align: center;
}
.footer_bottom_menu{
	display: flex;
	justify-content: center;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu ul li a {
	font-size: 17px;
	color: #191919;
	line-height: 30px;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0.6px;
	transition: 0.5s all ease-in-out;
	padding-left: 15px;
}
.footer_menu ul li a i {
	font-size: 13px;
	margin-right: 6px;
}
.footer_menu ul li a:hover {
	color: #3c8d6c;
}
.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: #3c8d6c;
	border-bottom: 1px solid #fff;
}
.dezign_copyright {
	font-size: 13px;
	letter-spacing: 1px;
	color: #f1f1f1;
	font-weight: 400;
	font-family: "Jost", sans-serif;
	text-align: left;
}
.dezign_copyright span {
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 700;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
}
.dezign_by {
	font-size: 14px;
	letter-spacing: 0.50px;
	color: #f1f1f1;
	font-weight: 400;
	font-family: "Jost", sans-serif;
	text-align: right;
}
.dezign_by span {
	font-family: "Jost", sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.50px;
}
.footer_logo a {
	display: inline-block;
}
.store_footer_wapper .footer_logo_bottom {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 1199px) {
	.footer_block_titel {
		font-size: 17px;
	}
}
@media screen and (max-width: 991px){
	.footer_block_titel {
		font-size: 14px;
	}
	.dezign_copyright {
		text-align: center;
		margin: 0 00 5px 0;
	}
	.footer_menu ul li a {
		font-size: 14px;
		letter-spacing: 0;
		padding-left: 10px;
	}
	.dezign_by {
		text-align: center;
	}
}
@media screen and (max-width: 767px){
	.footer_block_titel {
		font-size: 18px;
	}
	.footer_block.footer_block03 {
		text-align: center;
		margin: 20px 0;
	}
	.footer_menu ul li a {
		font-size: 14px;
		letter-spacing: 0.50px;
		padding-left: 15px;
	}
	.footer_block.footer_block04 {
		text-align: center;
		margin: 20px 0;
	}
	.footer_logo {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 575px){
	.footer_logo {
		margin: 0 auto 30px;
	}
	.store_footer_wapper {
		padding: 30px 0 10px;
	}
}
@media screen and (max-width: 361px){
	.dezign_by {
		font-size: 13px;
	}
	.dezign_by span {
		font-size: 14px;
	}
}
/*================================== FOOTER CSS END  ================================== */

/*============================================
			promotion CSS START
============================================*/
.promotion_bg {
	margin: 0 0 40px 0;
}
.promo_main {
	display: flex;
	grid-column-gap: 10px;
	position: relative;
	align-items: center;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
}
.promo_icon:hover img {
	transform: rotateY(360deg);
}
.promo_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.promo_text h1 {
	font-size: 16px;
	font-family: "Jost", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
	.promo_text h1 {
		font-size: 12px;
		letter-spacing: 0.25px;
	}
	.promo_main {
		grid-column-gap: 5px;
	}
}
@media screen and (max-width: 991px) {
	.promo_box {
		flex-wrap: wrap;
	}
	.promotion_wrapper .promo_box .promo_main:nth-child(3), .promotion_wrapper .promo_box .promo_main:nth-child(4){
		margin-top: 25px;
	}
	.promo_main {
		width: 40%;
	}
	.promo_text h1 {
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.promo_text h1 {
		font-size: 14px;
	}
	.promo_box {
		justify-content: start;
	}
	.promotion_wrapper .promo_box .promo_main:nth-child(2){
		margin-top: 25px;
	}
	.promo_main {
		width: 100%;
	}
}
@media screen and (max-width:575px) {
	.promotion_wrapper {
		display: table;
		margin: 30px auto;
	}
}
/*============================================
			promotion CSS END
============================================*/

