@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*
font-family: "Poppins", sans-serif;
font-family: "Font Awesome 6 Pro";
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: "Poppins", sans-serif;
}
a.linkopac img {
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}
a.linkopac:hover img {
	filter: alpha(opacity=20%);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 0px none;
}
a {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
	display: block;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
video{
	outline: none;
	width: 100%;
}
video::-webkit-media-controls{
  display: none;
}
video::controls{
  display: none;
}
.listing_clear {
	clear: both;
}
.listing_wrap {
	width: 100%;
}
.listing_main {
	margin: 0;
	padding: 0;
	text-align: center;
	display: table;
}
.listing_wrapcen {
	text-align: center;
	padding: 0;
	position: relative;
	display: inline-block;
}

/*============================================
			Top Header Css START
============================================*/
.top_section1 {
	background-color: #000000;
}
.top_section1 .col-md-12 {
	text-align: center;
}
.main_menu_mobile{
	display: none !important;
}
.menu{
	padding: 10px 0;
	position: relative;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: center;
}
.main_menu ul li {
	padding: 0px 54px;
	position: relative;
}
.main_menu ul li::after {
	content: '';
	height: 1px;
	width: 50px;
	background-color: #404040;
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.main_menu ul li:last-child::after{
	content: none;
}
.main_menu.right ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: start;
	list-style: none;
}
.main_menu ul li a {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	letter-spacing: 1.5px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	padding: 7px 0;
}
.main_menu ul li a::after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	bottom: -19px;
	left: 0;
	background-color: #fff;
	transition: all 0.5s ease-out;
	rotate: 45deg;
	right: 0;
	margin: auto;
}
.main_menu ul li a:hover::after {
	bottom: -10px;
}
.main_menu ul li a:hover {
	color: #fff;
}
.top_header {
	text-align: center;
}
.top_section {
	background-size: initial;
	padding: 27px 0px;
	border-bottom: 6px solid #e5e5e5;
}
.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
}
.Verifie-main1.box {
	justify-content: end;
}
.Verifie-text1 h2 {
	font-size: 19px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	margin-bottom: 2px;
	color: #000000;
	line-height: 20px;
	letter-spacing: 0px;
}
.Verifie-text1 p {
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #555555;
	margin-bottom: 0;
	line-height: 20px;
	letter-spacing: 0.5px;
}

/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 65px;
	overflow: hidden;
	height: 26px;
	transition: width 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	position: absolute;
	right: 0;
	z-index: 22222;
	margin-top: -12px;
}
.mobile_menu{
	display: none;
}
.amon-container #open {
	display: none;
}
#open:checked + .amon {
	width: auto;
	height: auto;
}
.amon .bars:hover {
	background-color: transparent;
}
.amon .bars {
	cursor: pointer;
	width: 30px;
	height: 35px;
	text-align: center;
	position: relative;
	left: 0;
	top: 0;
	font-size: 20px;
	display: block;
	margin-left: auto;
}
.amon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	display: inline-grid;
	width: 220px;
	overflow: hidden;
	padding: 10px;
	background-color: #0cb9b0;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;

}
.amon ul li a {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 8px 0px;
}
.amon ul li a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transform-origin: bottom right;
	transition: transform 0.5s ease-in-out;
}
.amon ul li a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}
.amon ul li {
	width: 65px;
	overflow: hidden;
	text-align: center;
}
.open-text .amon ul li {
	width: 100%;
	padding: 0;
}
.open-text .amon ul li a span {
	opacity: .8;
	display: inline-block;
}
/* menu_icon */
.menu_icon_wrapper{
	position: relative;
}
.menu_icon div {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	background: #ef177b;
	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;
	width: 20px;
}
.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%);
	width: 20px;
	left: 0;
}
#open:checked + .amon .menu_icon .line-one {
    transform: rotate(45deg);
    top: 0px;
	width: 30px;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
	width: 30px;
}
/* Header_responsive */
@media screen and (max-width: 1199px) {
	.main_menu ul li {
		padding: 0px 32px;
	}
	.Verifie-text1 h2 {
		font-size: 15px;
	}
	.main_menu ul li::after {
		width: 40px;
		right: -18px;
	}
	.Verifie-text1 p {
		font-size: 13px;
	}
	.logo img {
		width: 81%;
	}
}

@media screen and (max-width: 991px) {
	.top_section1 {
		display: none;
	}
	.logo {
		width: auto;
		margin: 0;
		text-align: left;
	}
	.logo{
		width: auto;
		margin: 0;
	}
	.top_header {
		margin: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.top_section .container .row .col-md-2 {
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
	}
	.top_section .container .row .col-lg-5:nth-child(1), .top_section .container .row .col-lg-5:nth-child(2) {
		justify-content: center;
		display: flex;
		order: 2;
	}
    .menu{
        display: none;
    }
    .menu .col-md-12{
        text-align: right;
    }
	.mobile_menu {
		display: block !important;
	}
	.Verifie-main1 {
		margin-top: 20px;
	}
	.Verifie-text1 h2 {
		font-size: 18px;
	}
	.top_section .container .row .col-lg-4:nth-child(2) {
		order: -1;
	}
}
@media screen and (max-width: 767px) {
	.top_section .container .row .col-md-5:nth-child(1), .top_section .container .row .col-md-5:nth-child(2) {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.Verifie-main1.box {
		justify-content: center;
	}
	.Verifie-main1 {
		margin: 20px 0 0;
	}
	.top_section {
		padding-bottom: 20px;
	}
	.Verifie-main1 {
		justify-content: center;
	}
}
@media screen and (max-width: 575px){
	.menu-links {
		top: 60px;
	}
	.amon {
		right: 20px;
	}
	.logo img {
		width: 70%;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 50px;
	}
}
@media screen and (max-width: 361px){
	.Verifie-text1 h2 {
		font-size: 15px;
	}
	.Verifie-text1 p {
		font-size: 13px;
	}
}
/*============================================
			Header Css END
============================================*/
/*============================================
			image Css START
============================================*/
.listing_section {
	margin: 35px 0 40px 0;
}
.main_title p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	background-color: #191919;
	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: 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: "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: 17px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: "Montserrat", serif;
}
.desc-rd.desc-text p:last-child{
	margin-bottom: 0;
}
.desc-rd.desc-text b {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: "Montserrat", serif;
	display: inline-block;
	margin-bottom: 20px;
}
.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: 738px;
	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;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #d4d4d4 #f9f9f9;
}
.desc-hedtitle p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
	font-weight: 600;
	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-top: 10px;
	margin-bottom: 40px;
}
.desc-rd.desc-text li {
	padding-left: 19px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #555;
	position: relative;
	font-family: "Poppins", sans-serif;
}
.desc-rd.desc-text li::after {
	content: '';
	background-image: url(../images/li_after.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 9px;
	height: 9px;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
#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%;
}
.codisto_img_box {
	width: 100% !important;
}
#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;
	}
	#main_gallery #main_row {
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.main_title p {
		margin-bottom: 5px;
	}
}
@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;
	}
}
/*============================================
			image Css END
============================================*/
/*============================================
			Banner CSS START
============================================*/



.banner {
	width: 100%;
}
.banner_wrap {
	position: relative;
}
.image_box_main {
	display: flex;
	justify-content: space-evenly;
}
.banner_wrap .banner_image_wrap .image_box_main .img_box .imag_wrapper {
	height: 100%;
	display: grid;
	justify-content: center;
}
#dezign_home_banner {
	background-color: #b8bcc7;
	position: relative;
	padding: 40px 0;
}
.banner_wrap .banner_image_wrap .image_box_main .img_box:first-child .imag_wrapper{
	justify-content: end;
}
.banner_wrap .banner_image_wrap .image_box_main .img_box:first-child .imag_wrapper .image{
	display: grid;
  	align-items: end;
}
.banner_wrap .banner_image_wrap .image_box_main .img_box:nth-child(2) .imag_wrapper .image{
	display: grid;
	align-items: center;
}
.banner_wrap .banner_image_wrap .image_box_main .img_box:first-child .imag_wrapper .image .img_2 {
	text-align: right;
	margin-right: -40px;
}
.banner_wrap .banner_image_wrap .image_box_main .img_box:last-child .imag_wrapper{
	justify-content: start;
}
.banner_wrap .banner_image_wrap .image_box_main .img_box:last-child .imag_wrapper .image .img_5 {
	margin-top: 20px;
	margin-left: -40px;
}
.banner_text_wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_text h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 135px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.5px;
	color: #fff;
	line-height: 128px;
}
.banner_text {
	max-width: 730px;
}
.img_1{
	animation: image-move 7s ease-in-out infinite;
	-webkit-animation: image-move 7s ease-in-out infinite;
}
@-webkit-keyframes image-move {
	0% {
	 -webkit-transform:translate3d(-10px,0,0);
	 transform:translate3d(-10px,0,0);
	 -moz-transform:translate3d(-10px,0,0);
	 -ms-transform:translate3d(-10px,0,0);
	 -o-transform:translate3d(-10px,0,0);
}
	25% {
	 -webkit-transform:translate3d(0,-10px,0);
	 transform:translate3d(0,-10px,0);
	 -moz-transform:translate3d(0,-10px,0);
	 -ms-transform:translate3d(0,-10px,0);
	 -o-transform:translate3d(0,-10px,0);
}
	50% {
	 -webkit-transform:translate3d(0,-10px,0);
	 transform:translate3d(0,-10px,0);
	 -moz-transform:translate3d(0,-10px,0);
	 -ms-transform:translate3d(0,-10px,0);
	 -o-transform:translate3d(0,-10px,0);
}
	75% {
	 -webkit-transform:translate3d(-10px,0,0);
	 transform:translate3d(-10px,0,0);
	 -moz-transform:translate3d(-10px,0,0);
	 -ms-transform:translate3d(-10px,0,0);
	 -o-transform:translate3d(-10px,0,0);
}
	to {
	 -webkit-transform:translate3d(-10px,0,0);
	 transform:translate3d(-10px,0,0);
	 -moz-transform:translate3d(-10px,0,0);
	 -ms-transform:translate3d(-10px,0,0);
	 -o-transform:translate3d(-10px,0,0);
}
}
.img_2{
	animation: image-move_2 7s ease-in-out infinite;
	-webkit-animation: image-move_2 7s ease-in-out infinite;
}
@-webkit-keyframes image-move_2 {
	0% {
		-webkit-transform:translate3d(10px,0,0);
		transform:translate3d(10px,0,0);
		-moz-transform:translate3d(10px,0,0);
		-ms-transform:translate3d(10px,0,0);
		-o-transform:translate3d(10px,0,0);
}
	25% {
	 -webkit-transform:translate3d(0,10px,0);
	 transform:translate3d(0,10px,0);
	 -moz-transform:translate3d(0,10px,0);
	 -ms-transform:translate3d(0,10px,0);
	 -o-transform:translate3d(0,10px,0);
}
	50% {
	 -webkit-transform:translate3d(0,10px,0);
	 transform:translate3d(0,10px,0);
	 -moz-transform:translate3d(0,10px,0);
	 -ms-transform:translate3d(0,10px,0);
	 -o-transform:translate3d(0,10px,0);
}
	75% {
	 -webkit-transform:translate3d(10px,0,0);
	 transform:translate3d(10px,0,0);
	 -moz-transform:translate3d(10px,0,0);
	 -ms-transform:translate3d(10px,0,0);
	 -o-transform:translate3d(10px,0,0);
}
	to {
	 -webkit-transform:translate3d(10px,0,0);
	 transform:translate3d(10px,0,0);
	 -moz-transform:translate3d(10px,0,0);
	 -ms-transform:translate3d(10px,0,0);
	 -o-transform:translate3d(10px,0,0);
}
}
.img_3{
	animation: image-move_3 7s ease-in-out infinite;
	-webkit-animation: image-move_3 7s ease-in-out infinite;
}
@-webkit-keyframes image-move_3 {
	0% {
		-webkit-transform:translate3d(10px,0,0);
		transform:translate3d(10px,0,0);
		-moz-transform:translate3d(10px,0,0);
		-ms-transform:translate3d(10px,0,0);
		-o-transform:translate3d(10px,0,0);
}
	25% {
	 -webkit-transform:translate3d(0,10px,0);
	 transform:translate3d(0,10px,0);
	 -moz-transform:translate3d(0,10px,0);
	 -ms-transform:translate3d(0,10px,0);
	 -o-transform:translate3d(0,10px,0);
}
	50% {
	 -webkit-transform:translate3d(0,10px,0);
	 transform:translate3d(0,10px,0);
	 -moz-transform:translate3d(0,10px,0);
	 -ms-transform:translate3d(0,10px,0);
	 -o-transform:translate3d(0,10px,0);
}
	75% {
	 -webkit-transform:translate3d(10px,0,0);
	 transform:translate3d(10px,0,0);
	 -moz-transform:translate3d(10px,0,0);
	 -ms-transform:translate3d(10px,0,0);
	 -o-transform:translate3d(10px,0,0);
}
	to {
	 -webkit-transform:translate3d(10px,0,0);
	 transform:translate3d(10px,0,0);
	 -moz-transform:translate3d(10px,0,0);
	 -ms-transform:translate3d(10px,0,0);
	 -o-transform:translate3d(10px,0,0);
}
}
.img_4{
	animation: image-move_4 7s ease-in-out infinite;
	-webkit-animation: image-move_4 7s ease-in-out infinite;
}
@-webkit-keyframes image-move_4 {
	0% {
	 -webkit-transform:translate3d(-10px,0,0);
	 transform:translate3d(-10px,0,0);
	 -moz-transform:translate3d(-10px,0,0);
	 -ms-transform:translate3d(-10px,0,0);
	 -o-transform:translate3d(-10px,0,0);
}
	25% {
	 -webkit-transform:translate3d(0,-10px,0);
	 transform:translate3d(0,-10px,0);
	 -moz-transform:translate3d(0,-10px,0);
	 -ms-transform:translate3d(0,-10px,0);
	 -o-transform:translate3d(0,-10px,0);
}
	50% {
	 -webkit-transform:translate3d(0,-10px,0);
	 transform:translate3d(0,-10px,0);
	 -moz-transform:translate3d(0,-10px,0);
	 -ms-transform:translate3d(0,-10px,0);
	 -o-transform:translate3d(0,-10px,0);
}
	75% {
	 -webkit-transform:translate3d(-10px,0,0);
	 transform:translate3d(-10px,0,0);
	 -moz-transform:translate3d(-10px,0,0);
	 -ms-transform:translate3d(-10px,0,0);
	 -o-transform:translate3d(-10px,0,0);
}
	to {
	 -webkit-transform:translate3d(-10px,0,0);
	 transform:translate3d(-10px,0,0);
	 -moz-transform:translate3d(-10px,0,0);
	 -ms-transform:translate3d(-10px,0,0);
	 -o-transform:translate3d(-10px,0,0);
}
}
.img_5{
	animation: image-move_5 7s ease-in-out infinite;
	-webkit-animation: image-move_5 7s ease-in-out infinite;
}
@-webkit-keyframes image-move_5 {
	0% {
		-webkit-transform:translate3d(10px,0,0);
		transform:translate3d(10px,0,0);
		-moz-transform:translate3d(10px,0,0);
		-ms-transform:translate3d(10px,0,0);
		-o-transform:translate3d(10px,0,0);
}
	25% {
	 -webkit-transform:translate3d(0,10px,0);
	 transform:translate3d(0,10px,0);
	 -moz-transform:translate3d(0,10px,0);
	 -ms-transform:translate3d(0,10px,0);
	 -o-transform:translate3d(0,10px,0);
}
	50% {
	 -webkit-transform:translate3d(0,10px,0);
	 transform:translate3d(0,10px,0);
	 -moz-transform:translate3d(0,10px,0);
	 -ms-transform:translate3d(0,10px,0);
	 -o-transform:translate3d(0,10px,0);
}
	75% {
	 -webkit-transform:translate3d(10px,0,0);
	 transform:translate3d(10px,0,0);
	 -moz-transform:translate3d(10px,0,0);
	 -ms-transform:translate3d(10px,0,0);
	 -o-transform:translate3d(10px,0,0);
}
	to {
	 -webkit-transform:translate3d(10px,0,0);
	 transform:translate3d(10px,0,0);
	 -moz-transform:translate3d(10px,0,0);
	 -ms-transform:translate3d(10px,0,0);
	 -o-transform:translate3d(10px,0,0);
}
}
.img_3{
	animation: image-move_3 7s ease-in-out infinite;
	-webkit-animation: image-move_3 7s ease-in-out infinite;
}

@media only screen and (max-width: 1500px) {
	.banner_wrap .banner_image_wrap .image_box_main .img_box:last-child .imag_wrapper .image .img_5 {
		margin-top: 20px;
		margin-left: -13px;
	}
}
@media only screen and (max-width: 1320px){
	.img_1, .img_2, .img_4, .img_5 {
		width: 260px;
	}
	.banner_text h1 {
		font-size: 95px;
		line-height: 98px;
	}
	#dezign_home_banner {
		padding: 70px 0;
	}
}
@media only screen and (max-width: 1199px){
	.banner_wrap .banner_image_wrap .image_box_main .img_box:first-child .imag_wrapper .image .img_2 {
		text-align: right;
		margin-right: 40px;
	}
	.banner_wrap .banner_image_wrap .image_box_main .img_box:last-child .imag_wrapper .image .img_5 {
		margin-top: 20px;
		margin-left: 70px;
	}
}
@media only screen and (max-width: 1029px){
	.banner_text h1 {
		font-size: 95px;
		line-height: 95px;
	}
	#dezign_home_banner {
		padding: 50px 0;
	}
	.img_3 {
		width: 190px;
	}
}
@media only screen and (max-width: 991px){
	.banner_text h1 {
		font-size: 105px;
		line-height: 96px;
	}
	.image_box_main {
		display: grid;
		justify-content: center;
	}
	.banner_wrap .banner_image_wrap .image_box_main .img_box:first-child .imag_wrapper .image {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.banner_wrap .banner_image_wrap .image_box_main .img_box:first-child .imag_wrapper {
		justify-content: space-between;
		display: flex;
	}
	.banner_wrap .banner_image_wrap .image_box_main .img_box:last-child .imag_wrapper {
		justify-content: center;
		display: flex;
	}
	.banner_wrap .banner_image_wrap .image_box_main .img_box:last-child .imag_wrapper .image {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.image_box_main .img_box:first-child .imag_wrapper {
		margin-bottom: 40px;
	}
	.image_box_main .img_box:last-child .imag_wrapper{
		margin-top: 20px;
	}
	.banner_wrap .banner_image_wrap .image_box_main .img_box:first-child .imag_wrapper .image .img_2 {
		margin-right: 0;
	}
	#dezign_home_banner {
		padding: 40px 0;
	}
}
@media only screen and (max-width: 767px){
	.banner_wrap .banner_image_wrap .image_box_main .img_box:last-child .imag_wrapper .image .img_5 {
		margin-top: 20px;
		margin-left: 40px;
	}
	.img_1 {
		margin-right: 50px;
	}
	.banner_text h1 {
		font-size: 95px;
		line-height: 96px;
	}
}
@media only screen and (max-width: 600px){
	.img_box {
		width: 90%;
		margin: 0 auto;
	}
	.img_1, .img_2, .img_4, .img_5 {
		width: 210px;
	}
	.banner_text h1 {
		font-size: 85px;
		line-height: 81px;
	}
}
@media only screen and (max-width: 680px){
	.banner_text h1 {
		font-size: 95px;
		line-height: 88px;
	}
}
@media only screen and (max-width: 500px){
	.banner_text h1 {
		font-size: 75px;
		line-height: 70px;
	}
	.button a {
		padding: 14px 17px;
	}
	.img_3 {
		width: 100px;
	}
}
@media only screen and (max-width: 480px){
	.img_1 {
		margin-right: 20px;
	}
	.img_1, .img_2, .img_4, .img_5 {
		width: 190px;
	}
	.banner_wrap .banner_image_wrap .image_box_main .img_box:last-child .imag_wrapper .image .img_5 {
		margin-left: 20px;
	}
}
@media only screen and (max-width: 430px){
	.img_1, .img_2, .img_4, .img_5 {
		width: 140px;
	}
}
@media only screen and (max-width: 400px){
	.banner_text h1 {
		font-size: 59px;
		line-height: 60px;
	}
}
/*============================================
			Banner CSS END
============================================*/
/*============================================
			promotion CSS START
============================================*/
.promotion_wrapper {
	margin: 50px 0px 48px;
	background-color: #fff;
	padding: 30px 25px;
	border: 1px solid #dadada;
}
.promo_main {
	display: flex;
	grid-column-gap: 16px;
	transition: all 0.5s ease-in-out;
}
.promo_main:last-child{
	border-right: none;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
}
.promo_main:hover img {
	transform: rotateY(360deg);
}
.promo_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.promo_text h2 {
	font-size: 16px;
	letter-spacing: 0.25px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	color: #333333;
	margin-bottom: 2px;
}
.promo_text p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 0;
	letter-spacing: 0.80px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1199px) {
	.promo_text h2 {
		font-size: 14px;
	}
	.promo_text p {
		font-size: 13px;
	}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
	.promo_box {
		display: grid;
		align-items: center;
		justify-content: center;
		grid-template-columns: repeat(2, 1fr);
	}
	.promo_main:nth-child(1), .promo_main:nth-child(2){
		margin: 0 0 30px 0;
	}
	.promo_main:nth-child(2){
		border-right: none;
	}
}
@media screen and (max-width: 767px) {
	.promo_main{
		padding: 0;
		border-right: none;
	}
	.promo_box {
		grid-template-columns: repeat(1, 1fr);
	}
	.promotion_wrapper {
		padding: 30px 30px;
		margin: 0 auto;
		width: 60%;
	}
	.promotion_bg {
		margin-top: 30px;
	}
	.promo_main:nth-child(3){
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width:575px) {
	.promotion_wrapper {
		width: 63%;
	}
}
@media screen and (max-width:480px) {
	.promotion_wrapper {
		width: 88%;
	}
}
@media screen and (max-width:361px) {
	.promotion_wrapper {
		width: 100%;
	}
}
/*============================================
			promotion CSS END
============================================*/
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 40px 0px 45px;
}
.feature-title {
	margin: 0 auto;
	text-align: center;
}
.feature-title h2 {
	font-size: 35px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	letter-spacing: 0.40px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0px 0 40px;
}
.cate_box .feature_box {
	height: 150px;
}
.feature_box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.cate_box {
	position: relative;
	border: 1px solid #dadada;
	padding: 10px;
}
.cate_box::after {
	content: '';
	background-image: url(../images/cat_logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 5px;
	top: 5px;
	margin: auto;
	height: 30px;
	width: 20px;
}
.feature_box {
	position: relative;
	display: flex;
	overflow: visible;
	transition: all .5s ease-in-out;
	justify-content: center;
}
.feature_box::after {
	content: '';
	height: 120px;
	width: 120px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	transform: scale(1 1);
	transition: all .5s ease-in-out;
}
.feature_section .row .col-xl-2:nth-child(1) .cate_box .feature_box::after{
	background: rgb(67,191,216);
	background: linear-gradient(313deg, rgba(67,191,216,1) 0%, rgba(227,241,102,1) 100%);
}
.feature_section .row .col-xl-2:nth-child(2) .cate_box .feature_box::after{
	background: rgb(134,129,173);
	background: linear-gradient(313deg, rgba(134,129,173,1) 0%, rgba(152,0,143,1) 100%);
}
.feature_section .row .col-xl-2:nth-child(3) .cate_box .feature_box::after{
	background: rgb(163,110,62);
	background: linear-gradient(313deg, rgba(163,110,62,1) 0%, rgba(174,41,37,1) 100%);
}
.feature_section .row .col-xl-2:nth-child(4) .cate_box .feature_box::after{
	background: rgb(38,44,50);
	background: linear-gradient(313deg, rgba(38,44,50,1) 0%, rgba(198,58,66,1) 100%);
}
.feature_section .row .col-xl-2:nth-child(5) .cate_box .feature_box::after{
	background: rgb(0,255,228);
	background: linear-gradient(313deg, rgba(0,255,228,1) 0%, rgba(164,255,87,1) 100%);
}
.feature_section .row .col-xl-2:nth-child(6) .cate_box .feature_box::after{
	background: rgb(255,255,5);
	background: linear-gradient(313deg, rgba(255,255,5,1) 0%, rgba(255,42,0,1) 100%);
}
.cate_box:hover .feature_box::after {
	transform: scale(0.90);
	rotate: 360deg;
}
.cate_box .feature_box a img {
	transition: all 0.8s ease-in-out;
}
.cate_box .fat_text h2 {
	font-size: 16px;
	font-weight: 800;
	transition: all 0.8s ease-in-out;
	text-transform: capitalize;
	display: block;
	text-align: center;
	color: #333333;
	padding: 10px 3px 0;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0;
}
.cate_box:hover .fat_text h2 {
	color: #fb1e78;
}
.cat_btn {
	text-align: center;
	margin: 40px auto 0;
}
.view_all_btn {
	text-align: center;
	margin: 0 auto;
}
.button a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1.5px;
	font-family: "Poppins", sans-serif;
	transition: all 0.8s ease-in-out;
	text-align: center;
	margin: 0 auto;
	padding: 14px 27px;
	display: inline-block;
	position: relative;
	background: #191919;
	overflow: hidden;
	z-index: 1;
	text-transform: uppercase;
}
.button a:hover{
	color:#fff;
}
.button a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	z-index: -1;
	transition: all 0.8s ease-in-out;
	background-color: #fb1e78;
}
.button a:hover::after {
	left: 0;
}
.button.view_all_btn i {
	font-size: 17px;
	padding-left: 7px;
}
.promo_icon {
	display: grid;
	align-items: center;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1199px) {
	.cate_box {
		margin: 0 0 30px 0;
	}
}
@media only screen and (max-width: 991px){
	.cat_btn {
		text-align: center;
		margin: 00px auto 0;
	}
}
@media only screen and (max-width: 767px){
	.feature_section {
		margin: 15px 0px 45px;
	}
	.feature_box {
		outline-offset: 10px;
	}
}
@media only screen and (max-width: 575px){
	.cate_box {
		margin: 0 auto 47px;
	}
}
@media only screen and (max-width: 480px){
	.cat_sec .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.cate_box .fat_text a {
		font-size: 11px;
	}
	.feature_section {
		padding: 0 20px;
	}
	.button a {
		padding: 14px 15px;
	}
}
@media only screen and (max-width:420px){
	.feature_section .container .row .col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 361px){
	.feature-title h2 {
		font-size: 19px;
		margin: 0px 0 35px;
	}
	.feature_section {
		margin: 20px 0px 45px;
	}
	.cate_box {
		margin: 0 auto 37px;
	}
	.button a {
		font-size: 13px;
	}
}
/*============================================
			feature CSS END
============================================*/
/*============================================
			About_Us CSS START
============================================*/
.about3_wrapper {
	margin: 50px 0 40px 0;
}
.about3_bg{
	position: relative;
}
.about_bottom_img1 {
	position: relative;
}
.about_right_content h3 {
	font-size: 50px;
	font-weight: 700;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	margin-bottom: 12px;
	letter-spacing: -0.30px;
}
.about_right_content p {
	font-size: 16px;
	font-weight: 500;
	color: #444444;
	font-family: 'Montserrat', sans-serif;
	line-height: 27px;
	letter-spacing: 0.30px;
	margin-bottom: 20px;
}
.about_right_content strong {
	color: #191919;
}
.about_right_content p a {
	display: inline;
}
.about_right_content p a {
	display: inline;
	color: #9e7e31;
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	.about_right_content p {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.about_right_content h3 {
		font-size: 44px;
		margin-bottom: 9px;
	}
	.about3_wrapper {
		margin: 20px 0 40px 0;
	}
}
@media screen and (max-width: 991px) {
	.about_right_content h3 {
		font-size: 40px;
		margin-bottom: 8px;
	}
	.about_right_content p {
		font-size: 16px;
		line-height: 27px;
		margin-bottom: 17px;
	}
	.about3_button {
		margin-top: 10px;
	}
	.about_right_content {
		margin-top: 35px;
		text-align: center;
	}
	.about_bottom_img1 {
		text-align: center;
	}
}
@media screen and (max-width: 575px) {
	.about_bottom::after {
		width: 90%;
		right: 11px;
	}
}
@media screen and (max-width: 480px) {
	.about_right_content h3 {
		font-size: 32px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 361px) {
	.about_right_content h3 {
		font-size: 30px;
		margin-bottom: 10px;
	}
}
/*============================================
			About_Us CSS END
============================================*/
/*============================================
			TAB CSS START
============================================*/
.clear {
	clear: both;
}

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

.customsearchbox input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	line-height: normal;
	display: none;
}

.tabsbottom label {
	display: inline-block;
	margin: 0;
	padding: 9px 25px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	background-color: #000000;
	font-weight: 600;
	font-size: 18px;
	min-width: 180px;
	font-family: "Montserrat", sans-serif;
	transition: all .5s ease-in-out;
	letter-spacing: .8px;
	margin-right: 0;
	border-right: 1px solid #fff;
	margin-bottom: -3px;
}
.tabsbottom label:nth-child(9) {
	margin-right: 0;
	border-right: 0px;
}
.tabsbottom {
	padding: 20px 0;
	margin-bottom: 40px;
	text-align: center;
}
.tabsbottom label:hover {
	background: #fb1e78;
	color: #fff;
}

.tabsbottom input:checked + label {
	background: #fb1e78;
}

#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: 414px;
	overflow: hidden;
	overflow-y: scroll;
	scrollbar-color: #c1c1c1 #fff;
	scrollbar-width: thin;
}

section p {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.30px;
	color: #666666;
	font-family: "Montserrat", sans-serif;
	text-align: left;
	padding-left: 10px;
}
section b {
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	text-align: left;
	margin-top: 25px;
	letter-spacing: 0.30px;
	line-height: 30px;
	margin-bottom: 5px;
}
section p strong {
	color: #3e3e3e;
}
.tabsbottom label img {
	display: inline-block;
	margin-top: -7px;
	margin-right: 7px;
	width: 21px;
}
section {
	display: none !important;
	border: 1px solid #ddd;
	padding: 20px;
	background-color: #fff;
	border-top: 3px solid #666;
}

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

@media screen and (max-width: 1199px) {
	.main_tab_row {
		margin: 0px 0px 40px;
	}
}
@media screen and (max-width: 991px){
	.tabsbottom label {
		min-width: auto;
		padding: 9px 20px;
	}
	.tabsbottom {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.tabs label {
		padding: 2px 20px;
	}
	.tabsbottom label {
		font-size: 12px;
		padding: 11px 14px;
	}
}
@media screen and (max-width: 575px){
	.tabs label, .tabsbottom label{
		width: 100%;
		margin-right: 0;
		border-bottom: 1px solid rgb(255, 255, 255, 0.5);
	}
	.tabs .tab, .tabsbottom label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.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;
	}
	.tabsbottom label {
		font-size: 17px;
	}
}
@media screen and (max-width: 480px) {
	.main_tab_row {
		margin: 35px 0px;
	}
	.tabs .tab {
		padding: 15px;
	}
}
/*============================================
			TAB CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.store_footer_wapper {
	padding: 25px 0 25px;
	background-color: #f8f8f8;
}
.footer_block_titel {
	font-size: 21px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 16px;
	position: relative;
	letter-spacing: 0.5px;
	font-family: "Montserrat", sans-serif;
	padding-bottom: 10px;
}
.footer_block_titel::after {
	content: '';
	background-color: #0ab8af;
	height: 2px;
	width: 35px;
	position: absolute;
	bottom: -4px;
	left: 0px;
	margin: auto;
}
.footer_block03 .footer_block_titel::after, .footer_block04 .footer_block_titel::after{
	left: 0;
	right: 0;
	margin: auto;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.store_footer_wapper .footer_logo_bottom{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_logo img {
	margin-bottom: -30px;
}
.footer_menu ul li a {
	font-size: 15px;
	color: #444444;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0.25px;
	transition: 0.5s all ease-in-out;
	font-family: "Montserrat", sans-serif;
}
.footer_menu ul li a:hover {
	color: #fc1e7b;
}
.footer_menu ul li i {
	font-size: 9px;
	margin-right: 5px;
}
.footer_top_menu {
	display: flex;
	justify-content: center;
}
.footer_menu ul li a {
	position: relative;
}
.footer_block.footer_block03 {
	text-align: center;
}
.footer_block.footer_block04 {
	text-align: center;
}
.store_footer_wapper .col-md-5 .footer_menu ul li{
	position: relative;
}
.footer_bottom {
	padding: 10px 0;
	position: relative;
	background-color: #000000;
}
.dezign_copyright {
	font-size: 13px;
	letter-spacing: 0.8px;
	color: #fff;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	text-align: left;
}
.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #0ab8af;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
}
.dezign_by {
	font-size: 13px;
	letter-spacing: 0.8px;
	color: #fff;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	text-align: right;
}
.dezign_by i {
	color: #0ab8af !important;
}
.footer_block.footer_block03, .footer_block.footer_block04 {
	margin-top: 15px;
}
.dezign_by span {
	font-family: "Poppins", sans-serif;
	color: #0ab8af;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
@media screen and (max-width: 1199px) {
	.footer_block_titel {
		font-size: 17px;
	}
	.dezign_copyright {
		font-size: 12px;
	}
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 7px;
	}
}
@media screen and (max-width: 767px){
	.footer_block_titel {
		font-size: 17px;
		letter-spacing: 0.3px;
		margin-bottom: 15px;
	}
	.footer_block.footer_block04, .footer_block.footer_block03 {
		text-align: center;
		margin: 25px 0 0;
	}
	.footer_logo {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footer_top_menu {
		margin-top: 15px;
	}
	.footer_logo img {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 575px){
	.footer_logo {
		margin: 0 0 20px 0;
	}
	.store_footer_wapper {
		padding: 25px 0 0;
	}
	.footer_block.footer_block04 {
		margin: 20px 0 20px;
	}
	.footer_block_titel {
		font-size: 20px;
	}
}
@media screen and (max-width: 480px){

}
/*================================== REVIEWS CSS START  ================================== */
.guaranteed_wapper {
	margin: 30px 0px 40px;
}
.guaranteed-head {
	text-align: center;
}
.guaranteed-head h5 {
	font-size: 38px;
	font-weight: 700;
	color: #1d1d1d;
	font-family: "Poppins", sans-serif;
	margin-bottom: 25px;
	position: relative;
	letter-spacing: 1px;
}
.guaranteed_box {
	background: #fff;
	padding: 20px 15px 17px 21px;
	position: relative;
	box-shadow: 7px 7px 30px 0px rgba(45, 53, 39, 0.1);
	margin: 0 00 35px 0;
}
.start i {
	font-size: 20px;
	color: #aa8e52;
}
.start {
	margin-bottom: 15px;
}
.guaranteed_name {
	font-size: 17px;
	color: #000000;
	letter-spacing: 0.4px;
	font-weight: 700;
	margin: 10px 0 15px;
	font-family: "Poppins", sans-serif;
}
.guaranteed_text {
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	line-height: 25px;
	min-height: 80px;
	display: flex;
	align-items: center;
}
.button.review_all_btn{
	text-align: center;
}
.button.review_all_btn i {
	margin-left: 7px;
}
@media screen and (max-width: 1199px) {
	.guaranteed_box {
		padding: 20px 10px 15px 17px;
	}
	.guaranteed_text {
		min-height: 100px;
	}
	.guaranteed_name {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px) {
	.guaranteed_text {
		min-height: 53px;
	}
	.guaranteed_name {
		font-size: 17px;
	}
}
@media screen and (max-width:767px) {
	.guaranteed-head h5 {
		font-size: 30px;
	}
	.guaranteed_text {
		min-height: auto;
	}
	.guaranteed_box {
		max-width: 300px;
		margin: 0 auto 35px;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed_wapper {
		margin: 0px 0px 40px;
	}
}
@media screen and (max-width: 480px) {
	.guaranteed-head h5 {
		font-size: 21px;
		letter-spacing: 0;
		margin-bottom: 20px;
	}
	.guaranteed-head p {
		font-size: 11px;
		letter-spacing: 0.5px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 361px) {
	.guaranteed-head h5 {
		font-size: 21px;
	}
	.guaranteed_wapper {
		margin: 0px 0px 30px;
	}
	.cat-btn a {
		font-size: 14px;
		padding: 13px 15px;
	}
}
/*================================== REVIEWS CSS END  ================================== */

/*================================== PROMOS CSS START  ================================== */
.promo_wrapper {
	position: relative;
	margin-bottom: 40px;
}
.promo_wrapper::after {
	content: '';
	position: absolute;
	background-image: url(../images/promo_after.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 23px;
	bottom: -23px;
	left: 0;
	right: 0;
	margin: auto;
	background-position: center;
}
.Verifie-main_title {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	padding: 16px 0;
	position: relative;
}
.promo_main{
	position: relative;
}
.Verifie-main_title::after {
	content: '';
	background-color: #e5e5e5;
	height: 100%;
	width: 1px;
	position: absolute;
	right: 23px;
	left: auto;
	top: 0;
	bottom: 0;
}
.promo_wrapper .container .row .col-md-4:nth-child(3) .Verifie-main_title::after{
	content: none;
}
.Verifie-text h1 {
	font-size: 19px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 2px;
	color: #000;
	line-height: 20px;
}
.Verifie-text p {
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.5px;
	font-weight: 300;
	color: #555555;
	margin-bottom: 0;
	line-height: 20px;
}
@media screen and (max-width: 1199px) {
	.promo_wrapper::after {
		background-size: cover;
		width: 100%;
	}
	.Verifie-text h1 {
		font-size: 15px;
	}
}

@media screen and (max-width: 991px) {
	.Verifie-text p {
		font-size: 12px;
	}
	.promo_main .row{
		justify-content: center;
	}
	.promo_main .row .col-lg-4:nth-child(3) .Verifie-main_title::after, .promo_main .row .col-lg-4:nth-child(2) .Verifie-main_title::after{
		content: none;
	}
	.Verifie-main_title::after {
		height: 70%;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 0;
	}
	.Verifie-main_title{
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.promo_wrapper::after {
		display: none;
	}
	.Verifie-main_title.verifie_left {
		justify-content: center;
		border-right: none;
		padding-right: 0;
	}
	.Verifie-main_title{
		justify-content: center;
		border-right: none;
		padding-right: 0;
	}
	.Verifie-main_title {
		padding: 10px 0;
	}
	.Verifie-main_title.verifie_right {
		padding-left: 0;
	}
	.Verifie-text h1 {
		font-size: 18px;
	}
	.Verifie-text p {
		font-size: 15px;
	}
	.Verifie-main_title::after{
		content: none;
	}
}
@media screen and (max-width: 480px){
	.Verifie-text p {
		font-size: 13px;
	}
}
@media screen and (max-width: 361px){
	.Verifie-text h1 {
		font-size: 15px;
	}
}
/*================================== PROMOS CSS END  ================================== */

/*================================== PAYPAL CSS START  ================================== */
.paypal_wrapper {
	text-align: center;
	margin-bottom: 50px;
}
@media only screen and (max-width: 575px){
	.paypal_wrapper {
		display: none;
	}
}
/*================================== PAYPAL CSS END  ================================== */