@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*
font-family: "Montserrat", sans-serif;
font-family: "Font Awesome 6 Pro";
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden !important;
}
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 {
	padding: 10px 0;
	background-color: #252525;
}
.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 85px;
	position: relative;
	border-right: 2px solid #5d5d5d;
}
.main_menu ul li:last-child{
	border-right: none;
}
.main_menu.right ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: start;
	list-style: none;
}
.main_menu ul li a {
	font-family: "Montserrat", 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;
}
.main_menu ul li a:hover {
	color: #fc6432;
}
.top_header {
	text-align: center;
}
.top_section {
	background-size: initial;
	padding: 35px 0;
}
.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
}
.Verifie-main1.box {
	justify-content: end;
}
.Verifie-text1 h1 {
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	margin-bottom: 2px;
	color: #000000;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.Verifie-text1 p {
	font-size: 15px;
	font-family: "Montserrat", 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: 170px;
	overflow: hidden;
	padding: 10px;
	background-color: #f16023;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
	
}
.amon ul li a {
	font-family: "Montserrat", 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: #f16023;
	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 60px;
	}
	.Verifie-text1 h1 {
		font-size: 17px;
	}
	.Verifie-text1 p {
		font-size: 14px;
	}
	.logo img {
		width: 81%;
	}
}
@media screen and (max-width: 1024px) {
	.main_menu ul li {
		padding: 0px 50px;
	}
}
@media screen and (max-width: 991px) {
	.top_section1 {
		display: none;
	}
	.logo {
		width: auto;
		margin: 0;
		text-align: left;
	}
	.logo{
		width: auto;
		margin: 0;
	}
	.top_section {
		padding: 15px 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: 20px 0 0;
	}
	.Verifie-text1 h1 {
		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 h1 {
		font-size: 16px;
	}
	.Verifie-text1 p {
		font-size: 13px;
	}
}
/*============================================
			Header Css END 	
============================================*/
/*============================================
			image Css START 	
============================================*/
.listing_section {
	margin: 0 0 40px 0;
}
.main_title p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
	font-weight: 500;
	font-family: "Montserrat", 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: "Montserrat", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.desc-text span h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.70px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.desc_bottum p {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #959595;
	width: 81%;
}
.desc_bottum span {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: -43px 10px 0px 0px;
}
.pro-and-about {
	border: 1px solid #dadada;
	border-top: 0;
	padding: 20px;
}
.desc-rd.desc-text table {
	border-collapse: collapse;
	width: 60%;
	margin-bottom: 0;
}
.desc-rd.desc-text tbody tr td:nth-child(1) {
	width: 37%;
}
.desc-rd.desc-text th, td {
	text-align: left;
}
.desc-rd.desc-text tr{
	color: #e4e4e4;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 0.70px;
	font-weight: 300;
	text-align: left;
}
.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 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;
}
.desc-rd.desc-text a{
	display: inline-block;
}
.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: 737px;
	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;
	width: 373px;
}
#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: "Montserrat", 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: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #555;
	position: relative;
	font-family: "Montserrat", sans-serif;
}
.desc-rd.desc-text li::after {
	content: '';
	background-color: #000;
	width: 7px;
	height: 7px;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
/* .desc_table {
	width: 44%;
	margin-bottom: 10px;
	max-width: 440px;
	min-width: 440px;
} */
table {
	border-collapse: collapse;
}
.desc_table tbody tr td ul {
	margin-bottom: 0px;
}
.desc-rd.desc-text li {
	font-size: 15px;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0.30px;
	color: #555555;
	font-family: "Montserrat", sans-serif;
}
.desc_table tbody tr td:last-child::after {
	content: ':';
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 32px;
	font-size: 16px;
	font-weight: 700;
	color: #555555;
}
.desc_table tbody tr td:last-child {
	position: relative;
	padding-left: 20px;
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #555;
	letter-spacing: 0.30px;
	line-height: 33px;
}
#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;
		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%;
		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: 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;
	}
	.desc-rd.desc-text tbody tr td:nth-child(1) {
		width: 50%;
	}
	.desc-rd.desc-text li {
		font-size: 13px;
	}
	.desc_table tbody tr td:last-child {
		font-size: 12px;
	}
}
@media screen and (max-width:361px){
	.desc-rd.desc-text table {
		width: 100%;
	}
	.desc-rd.desc-text tbody tr td {
		width: 100%;
		display: block;
	}
	.desc_table tbody tr td:last-child {
		line-height: 21px;
	}
	.desc-rd.desc-text li {
		line-height: 21px;
	}
	.desc-rd.desc-text tr {
		padding: 0 0 10px 0;
		display: block;
	}
	.desc_table tbody tr td:last-child::after {
		line-height: 21px;
	}
}
/*============================================
			image Css END 	
============================================*/
/*============================================
			Banner CSS START
============================================*/
#dezign_home_banner {
	margin: 0 auto 35px;
	text-align: center;
	display: table;
}
#dezign_home_banner img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
#maine_slider_res, .paypal_section_res {
	display: none;
}
@media only screen and (max-width: 767px) {
	#maine_slider{
		display: none !important;
	}
	#maine_slider_res{
		display: block !important;
		margin-bottom: 0px;
	}
	#dezign_home_banner {
		margin: 0 auto 25px;
	}
}
/*============================================
			Banner CSS END
============================================*/
/*============================================
			promotion CSS START
============================================*/
.promotion_wrapper {
	margin: 50px 0px 48px;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 0px;
	box-shadow: 0px 0px 25px 0px rgba(163, 163, 163, 0.25); 
}
.promo_main {
	display: flex;
	grid-column-gap: 16px;
	padding: 0 40px;
	border-right: 1px solid #e9e9e9;
	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 h1 {
	font-size: 15px;
	letter-spacing: 0.65px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 3px;
}
.promo_text p {
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #191919;
	margin-bottom: 0;
	letter-spacing: 0.80px;
	text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
	.promo_main {
		padding: 0 23px;
	}
	.promo_text h1 {
		font-size: 14px;
	}
}
@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;
	}
	.promo_text h1 {
		font-size: 15px;
	}
}
@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 40px;
		width: 60%;
	}
	.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: 30px 0px 45px;
}
.feature-title {
	margin: 0 auto;
	text-align: center;
}
.feature-title h1 {
	font-size: 35px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0px 0 37px;
	display: inline-block;
}
.feature-title h1::after, .feature-title h1::before {
	content: '';
	background-image: url(../images/title_after.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 39px;
	height: 57px;
}
.feature-title h1::before{
	right: -46px;
	transform: rotateY(180deg);
}
.feature-title h1::after{
	left: -46px;
}
.cate_box {
	position: relative;
	margin: 0 auto 30px;
	display: table;
}
.feature_box {
	position: relative;
	display: table;
	display: block;
	margin: 0 auto;
	border-radius: 27px;
}
.feature_box::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	rotate: -4deg;
	border: 2px solid #46286e;
	border-radius: 25px;
	transition: all 0.8s ease-in-out;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.feature_box:hover::after {
	rotate: -8deg;
	border-color: #fa6533;
}
.cate_box .feature_box a img {
	transition: all 0.8s ease-in-out;
	border-radius: 25px;
}
.cate_box:hover .feature_box img {
	transition: all 0.8s ease-in-out;
	transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
}
.cate_box .fat_text h1 {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0.2px;
	transition: all 0.8s ease-in-out;
	text-transform: capitalize;
	display: block;
	text-align: center;
	color: #333333;
	padding: 14px 3px 0;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0;
}
.cate_box:hover .fat_text h1 {
	color: #fc6433;
}
.view_all_btn {
	text-align: center;
	margin: 0 auto;
}
.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: #fc6432;
}
.button.view_all_btn i {
	font-size: 17px;
	padding-left: 7px;
}
.button a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.9px;
	font-family: "Montserrat", sans-serif;
	transition: all 0.8s ease-in-out;
	text-align: center;
	margin: 0 auto;
	padding: 14px 20px;
	display: inline-block;
	position: relative;
	background: #898886;
	overflow: hidden;
	z-index: 1;
	text-transform: uppercase;
}
.button a:hover::after {
	left: 0;
}
.button a:hover {
	color: #fff;
}
.promo_icon {
	display: grid;
	align-items: center;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 767px){
	.cate_box {
		display: table;
		margin: 0 auto 27px;
	}
	.feature-title h1 {
		font-size: 26px;
	}
}
@media only screen and (max-width: 575px){
	.feature-title h1 {
		font-size: 22px;
	}
}
@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-title h1 {
		font-size: 15px;
	}
	.cate_box {
		padding: 10px;
	}
}
@media only screen and (max-width: 361px){
	.feature-title h1 {
		font-size: 14px;
		letter-spacing: 0;
	}
	.feature_section {
		margin: 15px 0px 45px;
	}
	.feature-title h1::after, .feature-title h1::before {
		width: 22px;
		height: 27px;
	}
	.feature-title h1::before {
		right: -24px;
	}
	.feature-title h1::after {
		left: -24px;
	}
	.cate_box {
		padding: 10px !important;
	}
}
/*============================================
			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: 8px;
	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.1px;
	margin-bottom: 10px;
}
.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;
}
.button.about3_button {
	margin-top: 20px;
}
@media screen and (max-width: 1199px) {
	.about_right_content p {
		font-size: 13px;
		line-height: 21px;
		letter-spacing: 0;
	}
}
@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: 0px 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;
	}
	.about3_button {
		margin-top: 10px;
	}
	.about_right_content {
		margin-top: 25px;
		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
============================================*/
.main_tab_row {
	position: relative;
}
.payment_text {
	margin-left: -28px;
}
.payment_text h1 img {
	padding: 0px 5px;
}
.inner_text {
	border: 1px solid #e4e4e4;
	padding: 20px;
	background: #FFF;
	position: relative;
	padding-top: 15px;
	padding-bottom: 0;
	font-family: 'Montserrat', sans-serif;
}
.inner_text p {
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	line-height: 29px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	letter-spacing: 0.30px;
}
.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: 'Montserrat', sans-serif;
}
.inner_text img{
	margin-right: 5px;
}
.inner_text h1::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: -7px;
	left: 0;
	border-bottom: 4px solid #4c4c4c;
	border-right: 4px solid #4c4c4c;
	border-left: 4px solid transparent;
	border-top: 4px solid transparent;
}
.inner_text h1 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	display: inline-block;
	padding: 7px 20px;
	position: relative;
	background-color: #191919;
	letter-spacing: 0.8px;
}
.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: 'Montserrat', 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: 'Montserrat', sans-serif;
}
.inner_text h5 {
	font-size: 18px;
	font-weight: 700;
	color: #ea0000;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}
.tabe_section .pay_01 {
	margin: 00px 0px 40px;
}
@media screen and (max-width: 575px) {
	.tabe_section .pay_01 {
		margin: 00px 0px 30px;
	}
}
/*============================================
			TAB CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.store_footer_wapper {
	padding: 30px 0 25px;
	background-color: #f8f8f8;
}
.footer_block_titel {
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 16px;
	position: relative;
	letter-spacing: 0.3px;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.store_footer_wapper .footer_logo_bottom{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_logo {
	margin-right: -30px;
}
.footer_logo img {
	mix-blend-mode: darken;
}
.footer_menu ul li a {
	font-size: 14px;
	color: #444444;
	line-height: 30px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	letter-spacing: 0.25px;
	transition: 0.5s all ease-in-out;
}
.footer_menu ul li a:hover {
	color: #f16023;
}
.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: #252525;
}
.dezign_copyright {
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #bbbbbb;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	text-align: left;
}
.dezign_copyright span {
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
.dezign_by {
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #bbbbbb;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	text-align: right;
}
.dezign_by i {
	color: #fff !important;
}
.dezign_by span {
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
@media screen and (max-width: 1199px) {
	.footer_block_titel {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 7px;
	}
	.footer_block.footer_block03, .footer_block.footer_block04 {
		margin-top: 30px;
	}
	.footer_block_titel {
		font-size: 18px;
	}
}
@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: 25px;
	}
}
@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){
	.footer_top_menu {
		margin-top: 0;
	}
}
/*================================== 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: "Montserrat", 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: 23px;
	color: #8a8987;
}
.start {
	margin-bottom: 10px;
}
.guaranteed_name {
	font-size: 17px;
	color: #000000;
	letter-spacing: 0.4px;
	font-weight: 700;
	margin: 10px 0 15px;
	font-family: "Montserrat", sans-serif;
}
.guaranteed_text {
	font-size: 16px;
	color: #222222;
	font-weight: 500;
	font-family: "Montserrat", 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;
}
.promo_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_title {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	padding: 22px 0;
}
.Verifie-text h1 {
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 2px;
	color: #000;
	line-height: 20px;
}
.Verifie-text p {
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.5px;
	font-weight: 300;
	color: #555555;
	margin-bottom: 0;
	line-height: 20px;
}
.Verifie-main_title.verifie_left {
	padding-right: 65px;
	display: flex;
	justify-content: end;
	border-right: 1px solid #e5e5e5;
}
.Verifie-main_title.verifie_right {
	padding-left: 30px;
}
@media screen and (max-width: 1199px) {
	.promo_wrapper::after {
		background-size: cover;
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.Verifie-main_title.verifie_left {
		padding-right: 55px;
	}
	.Verifie-main_title.verifie_right {
		padding-left: 20px;
	}
}
@media screen and (max-width: 991px) {
	.Verifie-main_title.verifie_right {
		padding-left: 0px;
	}
	.Verifie-main_title.verifie_left {
		padding-right: 20px;
	}
	.Verifie-text p {
		font-size: 12px;
	}
}
@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;
	}
}
@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;
}
@media only screen and (max-width: 575px){
	.paypal_wrapper {
		display: none;
	}
}
/*================================== PAYPAL CSS END  ================================== */