@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
  font-family: "Poppins", sans-serif;
  font-family: "Font Awesome 6 Free";
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Poppins", 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: #eeeeee;
}
.welcom_text img{
    margin-right: 5px;
    margin-bottom: 5px;
}
#dezign_logo {
	text-align: center;
}
.welcom_text {
	color: #000;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 300;
}
.welcom_text span {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}
.top_section {
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 40px 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: "Poppins", sans-serif;
	font-size: 14px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	color: #444444;
	text-transform: capitalize;
	padding: 8px 23px 8px 23px;
	background-color: transparent;
	display: inline-block;
	transition: all 0.5s ease-in-out;
}
.main_menu ul li:hover a{
	text-decoration: none;
	color: #fff;
	background-color:#42be9a;
}
.top_header {
	text-align: center;
	margin-right: -60px;
}
.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: "Poppins", sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	color: #fff;
	letter-spacing: 1px;
	line-height: 20px;
	text-transform: uppercase;
}
.Verifie-main1 {
	margin-right: -30px;
}
.welcom_text i:first-child {
	margin-right: 6px;
}
.Verifie-text1 p {
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #fff;
	margin-bottom: 0;
	letter-spacing: 0.8px;
	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: #eeeeee;
	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: #444444;
	text-decoration: none;
	display: block;
	transition: all .5s ease-in-out;
	font-size: 14px;
	letter-spacing: 0.3px;
	font-weight: 600;
	line-height: 40px;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
}
.amon ul li a:hover {
	background-color: #40b694;
	color: #fff;
}
.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: #fff;
	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 11px 8px 11px;
	}
	.Verifie-text1 h1 {
		font-size: 16px;
		letter-spacing: 0;
	}
	.Verifie-text1 p {
		font-size: 14px;
		letter-spacing: 0px;
	}
	.top_section {
		padding: 30px 0;
	}
	.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) {
	.logo {
		width: 80%;
	}
	.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_listingarea-box {
	margin-bottom: 40px;
}
.listing_listingarea-box .imagsbox {
	border: 1px solid #ddd;
	min-height: 650px;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
	padding: 10px;
	margin: 0 auto;
}


.listing_section {
	padding-top: 40px;
}
.main_title p {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.50px;
	font-weight: 500;
	font-family: "Poppins", 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: "Poppins", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.desc-text span h2 {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.70px;
	font-weight: 600;
	color: #7f160e;
	text-transform: uppercase;
	margin-bottom: 18px;
	text-align: center;
}
.desc_bottum p {
	display: inline-block;
	font-family: "Poppins", 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: "Poppins", 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: "Poppins", 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: 15px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0.30px;
	color: #4f4f4f;
	font-family: "Poppins", serif;
	margin: 0 0 12px 0;
}
.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: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.30px;
	color: #191919;
	font-family: "Poppins", 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 {
	height: 730PX;
	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: "Poppins", 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-hedtitle p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.50px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	background-color: #191919;
	padding: 7px 5px;
	margin-bottom: 0;
	max-width: 100%;
}
.desc-rd li {
	margin-bottom: 10px;
}
.product-text {
	margin-bottom: 50px;
}
.listing_content {
	margin: 0 0 20px 0;
}
.desc-rd.desc-text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0.30px;
	color: #4f4f4f;
	font-family: "Poppins", sans-serif;
}
#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: 98%;
	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;
		height: auto;
	}
	#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;
	}
	.listing_content {
		margin: 0 0 0px 0;
	}
}
@media screen and (max-width: 767px) {
	.listing_listingarea-box .imagsbox {
		min-height: auto;
		width: 100%;
	}
	.listing_listingarea-box {
		margin-bottom: 20px;
	}
	.desc-text span h2{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
.desc-text span h2 {
	font-size: 18px;
	line-height: 27px;
}
}
@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;
	}
	.main_title p {
		font-size: 17px;
	}
	.desc-hedtitle p {
		font-size: 17px;
	}
	.pro-and-about {
		padding: 13px;
	}
	.product-text {
		margin-bottom: 30px;
	}
}
/*================================== IMAGES CSS END  ================================== */

/*================================== BANNER CSS START  ================================== */
#topheader {
	margin: 0 0 50px 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: "Poppins", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.Verifie-text p {
	font-size: 17px;
	font-family: "Poppins", 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) {
	.listing_section {
		padding-top: 30px;
	}
}
@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 50px 0;
}
.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: 40px;
	font-weight: 600;
	color: #42be9a;
	font-family: 'Poppins', sans-serif;
	position: relative;
	text-transform: capitalize;
	letter-spacing: 0.3px;
	margin-bottom: 14px;
}
.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: 'Poppins', sans-serif;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
}
.about_bottom_content h6 {
	font-size: 23px;
	font-weight: 600;
	color: #000;
	font-family: 'Poppins', sans-serif;
	position: relative;
	letter-spacing: 0.1px;
	margin-bottom: 15px;
}
.about_bottom_content p {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	font-family: 'Poppins', sans-serif;
	line-height: 24px;
	letter-spacing: 0px;
	margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
	.about_bottom_content h3 {
		margin-bottom: 10px;
	}
	.about_bottom_content p {
		margin-bottom: 15px;
	}
}
@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: 0px 0 0px 20px;
	}
	.about_bottom_content h3 {
		font-size: 40px;
	}
	.about_bottom_content h6 {
		margin: 10px 0 15px;
		font-size: 23px;
	}
	.about_bottom_content p {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.about_bottom_content {
		padding: 20px 0 0px 0;
	}
	.about_bottom_img {
		text-align: center;
	}
}
@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: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: 19px;
		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 40px 0px;
}
.cate_box {
	position: relative;
	margin-bottom: 35px;
	padding: 0px;
}
.feature_box {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 30px;
}
.cate_box .feature_box a img {
	transition: all 0.8s ease;
}
.cate_box:hover .feature_box img {
	transition: all .8s ease 0s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
}
.fat_text {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.product_icon {
	width: 25px;
	height: 25px;
	border: 2px solid #ffff;
	border-radius: 50%;
	line-height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fat_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 15px;
}
.cate_box .fat_text h1 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.3px;
	transition: all .8s ease 0s;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #fff;
}
.cate_box:hover .fat_text h1{
	color: #42be9a;
}
.browse_all_btn{
	text-align: center;
}
.button a {
	color: #FFF !important;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.8px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 11px 15px;
	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: #191919;
	text-transform: uppercase;
}
.button a:hover{
	background-color:#42be9a;
}
.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: 1024px) {
	.cate_box .fat_text h1 {
		font-size: 17px;
	}
}
@media screen and (max-width: 991px){
	.cate_box .fat_text h1 {
		font-size: 19px !important;
	}
}
@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: 14px !important;
	}
}
@media screen and (max-width: 575px) {
	.cate_box .fat_text h1 {
		font-size: 18px !important;
	}
}
@media screen and (max-width: 480px) {

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

/*================================== MAIN TAB CSS START ================================== */


.clear {
	clear: both;
}

.tab [type=radio] {
	display: none
}

.customsearchbox input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	line-height: normal;
	display: none;
}
.tabsbottom label {
	display: inline-block;
	margin: 0;
	padding: 14px 25px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	color: #444444;
	background-color: #fff;
	font-weight: 500;
	font-size: 17px;
	min-width: 190px;
	transition: all .5s ease-in-out;
	letter-spacing: .8px;
	margin-right: 50px;
	font-family: "Poppins", sans-serif;
	border: 2px solid #444;
	position: relative;
	z-index: 1;
}
.tabsbottom label:nth-child(7) {
	margin-right: 0;
}
.tabsbottom {
	text-align: center;
	padding: 40px 0;
	margin-bottom: 40px;
}
.tabsbottom label:hover {
	background: #00be9c;
	color: #fff;
	border-color: #00be9c;
}

.tabsbottom input:checked + label {
	background: #00be9c;
	color: #fff;
	border-color: #00be9c;
}

#table1:checked~#content1,
#table2:checked~#content2,
#table3:checked~#content3,
#table4:checked~#content4,
#table5:checked~#content5,
#table6:checked~#content6,
#table7:checked~#content7 {
	display: block !important;
	height: auto;
}
section p {
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0.30px;
	color: #191919;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 20px;
}
section p:last-child {
	margin-bottom: 0;
}
.tabsbottom label img {
	display: inline-block;
	margin-top: -7px;
	margin-right: 7px;
	width: 21px;
}
section {
	display: none !important;
	border: 1px solid #e5e5e5;
	border-top: 2px solid #191919;
	padding: 20px;
	background-color: #fff;
	padding-top: 50px;
	margin-top: -25px;
	position: relative;
}
section::after {
	content: '';
	background-image: url(../images/promo_bottom_shadow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: -42px;
	left: 0;
	right: 0;
	margin: auto;
	height: 33px;
}

.tabs {
	position: relative;
	min-height: 110px;
	position: relative;
	margin: 20px 0;
	padding: 10px 0 0;
	height: auto
}


.tab label {
	padding: 10px 20px;
	margin-left: -1px;
	position: relative;
	left: 1px;
	text-transform: uppercase
}

.main_tab_row {
	position: relative;
	z-index: 99;
	margin: 0px 0px 60px;
	background-color: #f6f6f6;
	padding: 50px 0;
}
.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: 1px;
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	line-height: 43px;
	transition: all 0.5s ease 0s;
	text-align: center;
	text-decoration: none;
	background: #000;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding: 2px 40px;
}
.tabs label:nth-child(2) {
	margin-left: auto;
	border-radius: 50px 0 0px 50px;
}
.tabs label:nth-child(8) {
	border-radius: 0px 50px 50px 0px;
	margin-right: auto;
}
.tabsbottom h6 {
	font-size: 17px;
	font-weight: 700;
	color: #222222;
	line-height: 25px;
	letter-spacing: 0.30px;
	padding-bottom: 10px;
}
.tab.description_content p {
	font-size: 16px;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: "Montserrat", sans-serif;
}
.tab.description_content strong {
	font-size: 15px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #000;
	font-family: "Montserrat", sans-serif;
}
.tab.description_content b {
	font-size: 18px;
	font-weight: 700;
	color: #010101;
	font-family: "Montserrat", sans-serif;
	margin-right: 4px;
}
.tabs label img {
	margin-right: 6px;
	margin-top: -3px;
}
.tabs .nomarginright.none {
	margin-right: 0px;
}
.tabs label:hover {
	color: #fff;
	background-color: #f1973f;
}
.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: #5c5c5c;
	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: #FFF;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.50px;
	padding: 20px 19px;
	border: 1px solid #bfbfbf;
}
.tabs .tab p:last-child {
	margin-bottom: 0;
}
.tab.description_content h6 {
	font-size: 17px;
	font-weight: 700;
	color: #222222;
	line-height: 25px;
	letter-spacing: 0.30px;
	padding-bottom: 10px;
}
.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 {
	color: #fff;
	background-color: #f1973f;
}
.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 {
		margin: 0px 0px 40px;
	}
}
@media screen and (max-width: 991px) {
	.tabsbottom label {
		min-width: 160px;
		margin-right: 27px;
	}
}
@media screen and (max-width: 767px) {
	.tabs label {
		padding: 2px 20px;
	}
	.tabsbottom label {
		margin-right: 24px;
		min-width: 137px;
		padding: 9px 0;
	}
}
@media screen and (max-width: 575px){
	.tabs label, .tabsbottom label {
		width: 100%;
		margin-right: 0;
		border-bottom: 2px solid transparent;
	}
	.tabs .tab, .tabsbottom label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.tabs label:nth-child(8) {
		border-radius: 0;
	}
	.tabsbottom label:nth-child(3) {
		margin-left: auto;
		border-radius: 0;
	}
	.tabsbottom label:nth-child(7) {
		margin-left: auto;
		border-radius: 0;
		border-bottom: 2px solid #444;
	}
	.tabsbottom label:nth-child(7):hover{
		border-color: #00be9c;
	}
}
@media screen and (max-width: 480px) {
	.main_tab_row {
		margin: 35px 0px;
	}
	.tabs .tab {
		padding: 15px;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*================================== REVIEWS CSS START  ================================== */
.guaranteed_wapper {
	margin: 0 0 40px 0;
}
.guaranteed-head {
	margin: 0px 0 20px 0;
	text-align: center;
}
.guaranteed-head h5 {
	font-size: 40px;
	font-weight: 600;
	color: #444444;
	letter-spacing: 0.3px;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	margin: 0 0 15px 0;
}
.guaranteed-head span {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.90px;
	color: #707070;
	font-family: "Poppins", sans-serif;
}
.guaranteed_box {
	padding: 18px 20px 18px;
	background-color: #fff;
	margin: 0 0 30px 0;
	box-shadow: 0px 6px 20px 0px rgba(152, 152, 152, 0.19);
	text-align: center;
}
.guaranteed_name {
	font-size: 17px;
	color: #191919;
	letter-spacing: 0.2px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	margin: 0px 0 12px;
}
.ebay_logo {
	margin: 0 0 14px 0;
}
.guaranteed_text {
	font-size: 15px;
	color: #333333;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	line-height: 22px;
	letter-spacing: 0.3px;
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.button.review {
	text-align: center;
}
/* guaranteed_responsiv */

@media screen and (max-width: 1199px) {
	.guaranteed_text {
		min-height: 85px;
	}
	.guaranteed_name {
		font-size: 15px;
	}
	.guaranteed_box {
		padding: 18px 15px 18px;
	}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
	.guaranteed_wapper .container .row{
		display: flex;
		justify-content: center;
	}
	.guaranteed_box {
		padding: 18px 20px 18px;
	}
	.guaranteed-head h5 {
		font-size: 28px;
	}
	.guaranteed_text {
		min-height: 40px;
	}
	.guaranteed_name {
		font-size: 17px;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_text {
		min-height: 70px;
	}
}
@media screen and (max-width: 1012px){
	.guaranteed_box {
		padding: 18px 10px 18px;
	}
}
@media screen and (max-width: 575px){
	.guaranteed-head {
		display: block;
		margin: 0px 0 25px 0;
		text-align: center;
	}
	.cat-btn.btn_2 {
		margin: 20px 0px 0 0;
	}
	.guaranteed_box {
		padding: 18px 20px 18px;
	}
}
@media screen and (max-width: 480px){
	.guaranteed-head h5 {
		font-size: 20px;
	}
	.guaranteed_text {
		min-height: unset;
	}
	.guaranteed_wapper {
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width: 361px){
	.guaranteed-head h5 {
		font-size: 18px;
	}
}
/*================================== REVIEWS CSS END  ================================== */

/*================================== FOOTER CSS START  ================================== */
.store_footer_wapper {
	padding: 30px 0 25px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.footer_block_titel {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Poppins", 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: 14px;
	color: #fff;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.50px;
	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: #42be9a;
}
.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: #42be9a;
	border-bottom: 1px solid #fff;
}
.dezign_copyright {
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	text-align: left;
	display: inline-block;
}
.dezign_copyright span {
	font-size: 21px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}
.dezign_by {
	font-size: 15px;
	letter-spacing: 0.50px;
	color: #000;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	text-align: right;
}
.dezign_by span {
	font-family: "Poppins", 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: 12px;
	}
	.dezign_copyright {
		text-align: center;
		margin: 0 00 5px 0;
	}
	.footer_menu ul li a {
		font-size: 12px;
		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;
	}
	.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;
}
.promotion_wrapper {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 0px;
	box-shadow: 0px 0px 26px 0px rgba(163, 163, 163, 0.15);
}
.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-around;
}
.promo_text h1 {
	font-size: 16px;
	letter-spacing: 0.65px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #191919;
	margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
	.promo_text h1 {
		font-size: 14px;
		letter-spacing: 0.25px;
	}
}
@media screen and (max-width: 1024px) {
	.promo_text h1 {
		font-size: 14px;
		letter-spacing: 0.65px;
		font-family: "Poppins", sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		color: #000;
		margin-bottom: 3px;
	}
}
@media screen and (max-width: 991px) {
	.promo_box {
		flex-wrap: wrap;
	}
	.promotion_wrapper {
		padding: 30px 20px;
	}
	.promotion_wrapper .promo_box .promo_main:nth-child(3), .promotion_wrapper .promo_box .promo_main:nth-child(4){
		margin-top: 25px;
	}
}
@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;
	}
}
@media screen and (max-width:575px) {
	.promotion_wrapper {
		display: table;
		margin: 30px auto;
	}
}
/*============================================
			promotion CSS END
============================================*/

