@import url('https://fonts.googleapis.com/css2?family=Jaini&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/*
font-family: "Jaini", sans-serif;
 font-family: "Lato", sans-serif;	
 font-family: "Rubik", sans-serif;
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: "Jaini", sans-serif;
	font-family: "Lato", sans-serif;
	font-family: "Rubik", sans-serif;
	background-color: #000;
}
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;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: 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_wrapper {
	position: relative;
	background-image: url(../images/header_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.promo_top_text {
	background-image: url(../images/header_bg.png);
	height: 53px;
}
.welcom_text img{
    margin-right: 5px;
    margin-bottom: 5px;
}
.welcom_text {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.7px;
	line-height: 36px;
}
.welcom_text span {
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "Jaini", sans-serif;
}
.top_newsletter_link ul{
    display: flex;
    list-style: none;
    justify-content: end;
    margin-bottom: 0px ;
    grid-column-gap: 10px;
}
.top_newsletter_link ul li a {
	color: #fff;
	font-family: "Jaini", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 3px 14px;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
}
.top_newsletter_link ul li a:hover{
    text-decoration: none;
}
.top_section {
	padding: 10px 0;
}
.top_header_wrapper {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.Verifie-main {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
}
.Verifie-main.right {
	display: flex;
	justify-content: end;
	align-items: center;
}
.Verifie-text h1 {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 2px;
	font-family: "Jaini", sans-serif;
	color: #fff;
	margin: 0 0 2px 0;
	text-transform: uppercase;
}
.Verifie-text p {
	font-size: 14px;
	font-family: "Rubik", sans-serif;
	font-weight: 300;
	color: #d1d1d1;
	margin-bottom: 0;
	letter-spacing: 0.80px;
}
.main_menu_mobile{
	display: none !important;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: end;
	list-style: none;
}
.main_menu ul li {
	padding: 0px 35px;
	position: relative;
}
.main_menu ul li:nth-child(4) {
	padding-right: 0px;
}
.main_menu ul li:nth-child(4)::after{
    display: none;
}
.main_menu ul li a {
	font-family: "Jaini", sans-serif;
	font-size: 18px;
	letter-spacing: 1.40px;
	font-weight: 400;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-transform: uppercase;
}
.main_menu ul li a:hover {
	text-decoration: none;
	color: #ffc001; 
}
 
/* mobile-menu-css-tart */


.main_menu_mobile {
	position: relative;
	display: inline-block;
}
  
.main_menu_mobile {
	padding-left: 10px;
	font-size: 16px;
	border: none;
	cursor: poJaini !important;
}
.menu-links {
	display: none;
	position: absolute;
	background-color: #974e95;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 111;
	right: 20px;
	top: 10px;
	width: 160px;
}
.menu-btn{
	background-color: transparent;
  	outline: none;
  	border: 0px;
}
.menu-links a {
	color: #fff;
	padding: 4px 16px;
	text-decoration: none;
	display: block;
}
.main_menu_mobile:hover .menu-links {
	display: block;
}
.menu-btn img{
	width: 60%;
}
.menu-links a {
	font-family: "Jaini", sans-serif;
	font-size: 18px;
	letter-spacing: 1.40px;
	font-weight: 400;
	transition: all .5s ease-in-out;
	color: #fff !important;
	text-transform: uppercase;
}
.menu-links a:hover{
	color: #ffc001 !important;
}
/* responsive */
@media screen and (max-width: 1199px) {
	.main_dezign_brain_header .container{
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 991px) {
    .top_header {
        text-align: left;
    }
    .Verifie-main {
        justify-content: center;
    }
    .top_section .container .row{
        grid-row-gap: 20px;
    }
	.top_section .container .row .col-md-6:nth-child(1), .top_section .container .row .col-md-6:nth-child(3){
		display: flex;
		justify-content: center;
		order: 1;
	}
	.top_header_wrapper {
		justify-content: space-between;
	}
    .menu{
        display: none;
    }
    .main_menu_mobile{
        display: inline-block !important;
    }
    .top_header .logo a img {
        width: 80%;
    }
    .promo_top_text {
        padding: 10px 0;
    }
    .dezign_top_menu .row {
        display: grid;
    }
    .main_menu{
        display: none;
    }
	.welcom_text {
		text-align: center;
		line-height: 20px;
	}
    .top_section {
        padding: 19px 0;
    }
}

@media screen and (max-width: 480px) {
	.top_header .logo a img {
		width: 77%;
	}
}
@media screen and (max-width: 350px) {
.top_newsletter_link ul li a {
	font-size: 12px;
	padding: 3px 7px;
}
.top_newsletter_link ul {
	grid-column-gap: 0px;
}
}
/*============================================
			Header Css END 	
============================================*/
/*============================================
			image Css START 	
============================================*/
.listing_section {
	padding: 30px 0 20px;
}
.main_title {
	font-size: 19px;
	letter-spacing: 0.30px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 8px 5px;
	color: #fff;
	margin-bottom: 9px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #974e95;
	font-family: "Rubik", sans-serif;
	text-align: center;
}
.listing_content {
	width: 100%;
	margin: 0px auto 0;
	display: table;
	padding: 00;
}
#main_gallery {
	float: left;
	min-height: auto;
	width: 100%;
	position: relative;
}
#main_gallery .full_img_wapper {
	float: left;
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	height: 614px;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#main_gallery #main_row {
	height: auto;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
#main_row > div {
	float: left;
	margin-top: 0;
	max-width: 400px;
}
#main_gallery #main_row div ul {
	display: table;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
}
#main_gallery #main_row div ul li {
	float: right;
	height: auto;
	margin: 0 0px 20px 22px;
	padding: 0;
	width: auto;
}
#main_gallery .thumb {
	background-color: #101010;
	border: 1px solid #505050;
	border-radius: 0;
	box-sizing: border-box;
	display: table-cell;
	height: 164px;
	vertical-align: middle;
	width: 164px;
}
#main_gallery .thumb > img {
	display: table-cell;
	/* height: auto; */
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
#main_gallery #main_row input:checked ~ .imagsbox_w {
	z-index: 2;
}
#main_gallery div.imagsbox_w {
	border: 1px solid #505050;
	border-radius: 0px;
	bottom: 0;
	height: 97%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 66%;
}
#main_gallery div.imagsbox_w .imagsbox {
	display: flex;
	height: 100%;
	max-width: 100%;
	padding: 0;
	width: 100%;
	background-color: #000;
}
#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 #main_row input {
	display: none;
}

/* image_responsiv */

@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_title {
		margin-bottom: 2px;
	}
	.product-text {
		margin-top: 0px;
	}
	#main_gallery .full_img_wapper {
		height: 400px;
		width: 100%;
	}
	#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 0px 20px 16px;
	}
	#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_section {
		padding: 30px 0 2px;
	}
}
@media screen and (max-width:991px) {
	.listing_section {
		padding-top: 0px;
	}
}
@media screen and (max-width: 480px) {
	#main_gallery #main_row div ul li {
		margin: 0 0px 10px 6px;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.main_title p {
		font-size: 17px;
	}
	.desc-hedtitle p {
		font-size: 17px;
	}
	.pro-and-about {
		padding: 15px 15px;
	}
}
@media screen and (max-width: 361px){

}
/*============================================
			image Css END 	
============================================*/
/*============================================
			Listing CSS START
============================================*/

.desc_box {
	background-color: #000;
}
.pro-and-about {
	padding: 25px;
	margin: 00px 0px 00px;
	border: 1px solid #505050;
}
.desc-hedtitle {
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	margin: 0 0 0px;
	padding: 6px 0px;
	letter-spacing: 0.30px;
	z-index: 1;
	font-family: "Rubik", sans-serif;
	position: relative;
	text-align: center;
	line-height: 30px;
	background-color: #974e95;
}
.desc-rd p {
	font-size: 17px;
	line-height: 28px;
	letter-spacing: 0.3px;
	font-weight: 400;
	color: #cfcfcf;
	margin-bottom: 15px;
	font-family: "Rubik", sans-serif;	
}
.desc-rd p:last-child{
	margin-bottom: 0;
}
.desc-rd b {
	font-size: 17px;
	line-height: 28px;
	letter-spacing: 0.5px;
	font-weight: 600;
	color: #cfcfcf;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: "Rubik", sans-serif;
}
.desc-rd.desc-text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 13px;
	padding-left: 20px;
	margin-bottom: 8px;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.30px;
	color: #cfcfcf;
	font-family: "Rubik", sans-serif;
}
/* listing_responsiv */

@media only screen and (max-width: 1200px) {
	.product-text .container{
		max-width: 100%;
		padding: 0 20px;
	}
}

/*============================================
			Listing CSS END
============================================*/
/*============================================
			Banner CSS START
============================================*/

#dezign_home_banner {
	width: 100%;
	display: table;
	height: auto;
	padding: 0;
	margin: 0px auto 0px;
	position: relative;
}
#dezign_home_banner img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
#dezign_home_banner {
	margin: 0 auto;
	text-align: center;
	display: table;
	margin-top: 25px;
}
#maine_slider_res, .paypal_section_res {
	display: none;
}

/* banner_responsiv */

@media only screen and (max-width: 767px){
	#maine_slider{
		display: none !important;
	}
	#maine_slider_res{
		display: block !important;
		margin-bottom: 0px;
	}
	#maine_slider_res, .paypal_section_res {
		display: block;
		margin-bottom: 0px !important;
	}
}

/*============================================
			Banner CSS END
============================================*/
/*============================================
			promotion CSS START
============================================*/
.promo_wrapper {
	background-image: url(../images/pomotion_bg.png);
	padding: 40px 0;
}
.promotion_text p {
	font-family: "Rubik", sans-serif;
	font-size: 17px;
	letter-spacing: 0.5px;
	color: #c0c0c0;
	margin-bottom: 0;
	font-weight: 300;
}
.promotion {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.promotion_box {
	display: flex;
	align-items: center;
	justify-content: center;
	transform-style: preserve-3d;
	transition: all 0.5s ease-in-out;
	position: relative;
	border-right: 1px solid #6a6b6b;
	padding: 0 43px 0 0;
}
.promotion_box:last-child{
	border-right:none;
	padding: 0 00px 0 0;
}
.promotion_icon img {
	transition: all 0.5s ease-in-out;
}
.promotion_box:hover img {
	transform: rotateY(360deg);
}
.promotion_text {
	padding: 0 10px;
}
.promotion_text h2 {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 1.20px;
	font-family: "Rubik", sans-serif;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.Prmotion_wrepper .container .promotion .row {
	grid-row-gap: 20px;
	width: 100%;
}
/* pramotion_responsiv */

@media only screen and (max-width: 1200px) {
	.promo_wrapper .container{
		max-width: 100%;
		padding: 0 20px;
	}
	.promotion_box {
		padding: 0 25px 0 0;
	}
}
@media only screen and (max-width: 1011px){
	.promotion_text h2 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 991px) {
	.promotion .col-md-4{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.promotion {
		flex-wrap: wrap;
		justify-content: center;
	}
	.promotion_box {
		width: 50%;
	}
	.promotion  .promotion_box:nth-child(3), .promotion  .promotion_box:nth-child(4){
		margin: 25px 0 00 0;
	}
	.promotion  .promotion_box:nth-child(2){
		border-right:none;
		padding: 0 00px 0 0;
	}
	.promo_wrapper {
		background-size: cover;
	}
	.promotion_text h2 {
		font-size: 15px;
	}
	.Prmotion_wrepper .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.Prmotion_wrepper .container .promotion .row {
		grid-row-gap: 20px;
		width: auto;
	}
	.promotion_title h2 {
		font-size: 17px;
		line-height: 26px;
	}
}
@media only screen and (max-width: 767px) {
	.Prmotion_wrepper {
		margin: 20px 0;
		margin-top: 0px;
	}
	.promotion_box {
		border-right: none;
		padding: 0 0px 0 0;
	}
}
@media only screen and (max-width: 575px) {
	.promotion {
		display: block;
	}
	.promotion  .promotion_box:nth-child(2), .promotion  .promotion_box:nth-child(1){
		margin: 25px 0 00 0;
	}
	.promotion  .promotion_box:nth-child(4){
		margin: 25px 0 25px 0;
	}
	.promo_wrapper {
		margin: 0 auto;
		display: table;
	}
	.promotion_box {
		width: 100%;
		justify-content: start;
	}
	.promotion_title br {
		display: none;
	}
}
@media only screen and (max-width: 361px) {
	.promotion_title h2 {
		font-size: 15px;
		line-height: 21px;
	}
}

/*============================================
			promotion CSS END
============================================*/
/*============================================
			feature CSS START
============================================*/
.feature-title h1 {
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 3.2px;
	font-family: 'Jaini', sans-serif;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.cate_box {
	position: relative;
	border: 1px solid #777777 !important;
	/* padding: 8px !important; */
	transition: all 0.5s ease-in-out;
	margin-bottom: 37px;
}
.cate_box:hover {
	border: 1px solid #e9aa21 !important;
}
.feature_box {
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin: 8px 8px 0;
}
.fat_box {
	background-image: url(../images/shadow.png);
	background-position: center 0;
	padding: 5px 0px 0px;
	background-repeat: no-repeat;
	margin-top: 12px;
}
.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);
}
.cate_box:hover .fat_box a h1{
	color: #e9aa21;
}
.fat_box{
	transition: all .5s ease-in-out;
}
.cate_box .fat_text h1 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.6px;
	text-align: center;
	transition: all .8s ease 0s;
	margin-bottom: 0px;
	font-family: "Rubik", sans-serif;
	color: #fff;
	padding: 8px 3px 14px;
	text-transform: uppercase;
}
.browse_all_btn{
	text-align: center;
}
.browse_all_btn a {
	color: #fff;
  	font-size: 17px;
  	font-weight: 600;
  	letter-spacing: 0.7px;
  	font-family: 'Rubik', sans-serif;
  	text-align: center;
  	margin: 0 auto;
  	display: inline-block;
  	position: relative;
  	transition: all .5s ease;
  	-webkit-transition: all .5s ease;
  	-moz-transition: all .5s ease;
  	-ms-transition: all .5s ease;
  	-o-transition: all .5s ease;
  	width: 229px;
  	height: 72px;
  	line-height: 65px;
  	z-index: 999;
}
.browse_all_btn:hover a {
	box-shadow: 0px 0px 27px 20px rgba(240, 167, 19, 0.16);
}
.browse_all_btn a::after {
	content: '';
	position: absolute;
	background-image: url(../images/about_btn_bg.png);
	background-repeat: no-repeat;
	width: 229px;
	height: 72px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
@media screen and (max-width: 1199px) {
	.feature_section .container{
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 991px) {
	.cate_box .fat_text h1 {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.feature_section {
		margin: 15px 0px 40px;
	}
	.cate_box {
		display: table;
		margin: 0 auto 30px;
	}
	.cate_box .fat_text h1 {
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.feature_section {
		margin: 30px 0px;
	}
	.feature-title h1 {
		font-size: 35px;
	}
}
@media screen and (max-width: 480px) {
	.feature-title h1 {
		font-size: 26px;
	}
	.cat_sec .row .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.feature-title {
		text-align: center;
	}
}
/*============================================
			feature CSS END
============================================*/
/*============================================
			About_Us CSS START
============================================*/
.about_bg {
	position: relative;
	background-image: url(../images/about_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 60px 0 50px;
}
.about_text span {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 4px;
	font-family: "Rubik", sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	padding-left: 100px;
}
.about_text span::after{
	content: '';
	position: absolute;
	background-color: #fff;
	width: 35%;
	height: 3px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.about_text h1 {
	font-size: 51px;
	font-weight: 400;
	color: #ffc001;
	letter-spacing: 1px;
	margin: 15px 0 20px 0;
	font-family: "Jaini", sans-serif;
	text-transform: uppercase;
}
.about_text p {
	font-size: 18px;
	font-weight: 400;
	color: #aaaaaa;
	line-height: 30px;
	letter-spacing: 0.5px;
	margin-bottom: 25px;
	font-family: "Rubik", sans-serif;
}
.peach_text {
	margin-bottom: 60px;
}
.ebay_msg {
	margin: 35px 0px 0px 0;
}
.ebay_msg a {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.7px;
	font-family: 'Rubik', sans-serif;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	width: 229px;
	height: 72px;
	line-height: 65px;
	z-index: 999;
}
.ebay_msg:hover a {
	box-shadow: 0px 0px 27px 20px rgba(240, 167, 19, 0.16);
}
.ebay_msg a::after {
	content: '';
	position: absolute;
	background-image: url(../images/about_btn_bg.png);
	background-repeat: no-repeat;
	width: 229px;
	height: 72px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.ebay_msg img{
	margin-right: 10px;
}
/* About_us_responsiv */
@media only screen and (max-width: 1199px){
	.about_bg .container{
		max-width: 100%;
		padding: 0 20px;
	}
	.about_text p {
		font-size: 16px;
		line-height: 27px;
		margin-bottom: 16px;
	}
}
@media only screen and (max-width: 1022px) {
	.about_text h1 {
		font-size: 35px;
		margin: 10px 0 10px 0;
	}
	.ebay_msg {
		margin: 25px 0px 0px 0;
	}
}
@media only screen and (max-width: 991px){
	.about_text h2 {
		font-size: 15px;
		line-height: 20px;
	}
	.about_text p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 16px;
	}
	.about_text span {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px){
	.about_text span {
		font-size: 18px;
	}
	.about_text h1 {
		font-size: 32px;
	}
	.about_text h2 {
		margin-bottom: 20px;
		font-size: 19px;
		line-height: 27px;
	}
	.about_text p {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 28px;
	}
	.about_text h1 {
		font-size: 35px;
		margin-bottom: 15px;
	}
	.about_bg {
		padding: 40px 0 20px;
	}
	.about_text {
		text-align: center;
		padding: 20px 0px 0;
	}
	.who_img {
		text-align: center;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 480px){
	.about_text h1 {
		font-size: 27px;
	}
	.about_text h2 {
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 21px;
	}
}
/*============================================
			About_Us CSS END
============================================*/
/*============================================
			TAB CSS START
============================================*/
.main_tab_row {
	position: relative;
	z-index: 99;
	margin: 50px 0 40px 0;
	background-image: url(../images/tab_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 55px 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 {
	cursor: pointer;
	letter-spacing: 0.7px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	transition: all 0.5s ease 0s;
	text-align: center;
	text-decoration: none;
	background: #974e95;
	text-transform: uppercase;
	margin-right: 10px;
	font-family: "Rubik", sans-serif;
	z-index: 1;
	padding: 12px 26px;
	margin-bottom: 0px;
}
.tabs label img {
	margin: -2px 8px 00 0;
	transition: all 0.5s ease-in-out;
}
.tabs input[type="radio"]:checked + label {
	color: #000;
	background: #ffc001;
}
.tabs label:hover {
	color: #000;
	background: #ffc001;
}
.tabs input[type="radio"]:checked + label img {
	filter: brightness(0) invert(0);
}
.tabs label:hover img {
	filter: brightness(0) invert(0);
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tabs .tab {
	-moz-box-flex: 1;
	-moz-box-ordinal-group: 100;
	box-sizing: border-box;
	color: #a6a6a6;
	font-weight: 400;
	flex-grow: 1;
	font-family: "Jaini", sans-serif;
	margin: 0px auto 0;
	order: 99;
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	padding: 25px 20px;
	border: 1px solid #5a5a5a !important;
	display: none;
	background-color: #000;
}
.tab.description_content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.30px;
	color: #a6a6a6;
	font-family: "Rubik", sans-serif;
	margin-bottom: 20px;
}
.description_content p:last-child{
	margin-bottom: 0px;
}
.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.tab.description_content b {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0.30px;
	color: #fff;
	font-family: "Rubik", sans-serif;
	margin-bottom: 20px;
}
/* TAB_responsiv */

@media only screen and (max-width: 1200px) {
	.main_tab_row .container {
	  max-width: 100%;
	  padding: 0px 40px;
	}
}
@media only screen and (max-width:991px) {
	.main_tab_row {
		margin: 40px 0 30px 0;
		padding: 25px 0;
	}
}
@media only screen and (max-width: 767px) {
	.tabs label {
		width: 100%;
		margin-right: 0;
		margin-top: 0rem;
		margin-left: 0;
		border-bottom: 1px solid rgb(255, 255, 255, 0.5);
		border-radius: 0;
		margin-bottom: 0px;
	}
	.main_tab_row {
		position: relative;
		z-index: 99;
		margin: 40px 0 20px 0;
		background-size: cover;
	}
}
@media only screen and (max-width: 540px){
	.tabs .tab {
		padding: 15px;
		padding-top: 20px;
	}
	.main_tab_row .container {
		padding: 0px 20px;
	}
}

/*============================================
			TAB CSS END
============================================*/
/*============================================
			guaranteed CSS START
============================================*/
.guaranteed-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px 0 25px 0;
}
.guaranteed-head h5 {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 2.1px;
	font-family: "Jaini", sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.guaranteed-head span {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.90px;
	color: #707070;
	font-family: "Jaini", sans-serif;
}
.guaranteed_box {
	padding: 18px 20px 18px;
	text-align: center;
	background-color: #000;
	border: 1px solid transparent;
	border-image: linear-gradient(to top, #777777, #3e3e3e)1;
}
.guaranteed_name {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.3px;
	font-weight: 600;
	font-family: "Rubik", sans-serif;
	margin: 0px 0 10px;
}
.guaranteed_text {
	font-size: 16px;
	color: #bfbfbf;
	font-weight: 400;
	font-family: "Rubik", sans-serif;
	line-height: 22px;
	padding: 10px 0;
	letter-spacing: .30px;
}
.btn_2 a {
	color: #fff;
  	font-size: 15px;
  	font-weight: 500;
  	letter-spacing: 0.7px;
  	font-family: 'Rubik', sans-serif;
  	text-align: center;
  	margin: 0 auto;
  	display: inline-block;
  	position: relative;
  	transition: all .5s ease;
  	-webkit-transition: all .5s ease;
  	-moz-transition: all .5s ease;
  	-ms-transition: all .5s ease;
  	-o-transition: all .5s ease;
  	z-index: 999;
	text-transform: uppercase;
	text-decoration: underline;
}
.btn_2 a img {
	margin: -3px 0 0 4px;
}
/* guaranteed_responsiv */

@media screen and (max-width: 1199px) {
	.guaranteed_wapper .container{
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
	.guaranteed_wapper .container .row .col-md-3{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.guaranteed_wapper .container .row{
		display: flex;
		justify-content: center;
		grid-row-gap: 20px;
	}
	.guaranteed_box {
		padding: 30px 13px 6px !important;
	}
	.guaranteed_text {
		font-size: 16px !important; 
	}
	.guaranteed-head h5 {
		font-size: 27px;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_wapper .container .row .col-md-3{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.guaranteed_wapper .container{
		max-width: 100%;
		padding: 0 20px;
	}
	.guaranteed-head h5 {
		font-size: 21px;
	}
	.guaranteed-head span {
		font-size: 13px;
	}
}
@media screen and (max-width: 1116px){
	.guaranteed_box {
		padding: 30px 7px 6px;
	}
}
@media screen and (max-width: 1012px){
	.guaranteed_box {
		padding: 30px 3px 6px;
	}
}
@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;
	}
}
@media screen and (max-width: 480px){
	.guaranteed-head h5 {
		font-size: 16px;
	}
}
@media screen and (max-width: 361px){
	.guaranteed-head h5 {
		font-size: 13px;
	}
}
/*============================================
			guaranteed CSS END
============================================*/
/*============================================
			footer CSS START
============================================*/
.Shop_footer_wapper {
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 28px 0px 20px;
	margin: 45px 0 0 0;
}
.footer_right {
	display: flex;
	column-gap: 20px;
	align-items: center;
}
.footer_block01 .footer_menu ul {
	display: flex;
	margin: 30px 0 10px;
	grid-column-gap: 45px;
}
.footer_menu_block {
	display: flex;
	grid-column-gap: 45px;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu ul li:nth-child(1) {
	padding-left: 00px;
}
.footer_menu ul li:nth-child(4) {
	padding-right: 00px;
}
.footer_menu ul li a::after {
	position: absolute;
	content: '';
	height: 1px;
	width: 0%;
	background-color: #ffc001;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .5s ease-in-out;
}
.footer_menu ul li a {
	font-size: 16px;
	color: #fff;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 30px;
}
.footer_menu ul li a:hover::after{
    width: 100%;
}
.footer_menu ul li{
	position: relative;
}
.footer_menu ul li a:hover{
    text-decoration: none;
}
.footer_menu ul li a {
	position: relative;
}
.footer_bottom {
	background-image: url(../images/footer_bottom_bg.png);
	position: relative;
	margin: -15px 00 0 0;
	padding: 23px 0px 10px;
}
.dezign_copyright {
	text-align: left;
	font-size: 13px;
	font-family: "Rubik", sans-serif;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 300;
}
.dezign_copyright span {
	text-transform: uppercase;
	font-family: "Rubik", sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
}
.dezign_by {
	text-align: right;
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 400;
	font-family: "Rubik", sans-serif;
}
.dezign_by span {
	color: #fff;
	font-family: "Rubik", sans-serif;
	font-size: 15px;
	letter-spacing: 0.8px;
	font-weight: 700;
}
@media screen and (max-width: 1199px) {
    .Shop_footer_wapper .container{
        max-width: 100%;
        padding: 0 20px;
    }
    .footer_bottom .container{
        max-width: 100%;
        padding: 0 20px;
    }
	.footer_menu_block {
		grid-column-gap: 30px;
	}
	.footer_block01 .footer_menu ul {
		grid-column-gap: 30px;
	}
	.Jaini {
		font-size: 17px;
	}
}
@media screen and (max-width:1024px) {
	.Jaini {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.footer_block01 .footer_menu ul {
		grid-column-gap: 15px;
	}
	.footer_menu_block {
		display: flex;
		grid-column-gap: 15px;
		justify-content: center;
	}
	.footer_menu ul li a {
		font-size: 13px;
	}
	.dezign_copyright span {
		font-size: 14px;
	}
	.dezign_copyright {
		font-size: 12px;
	}
	.dezign_by {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.dezign_copyright {
		text-align: center;
		font-size: 13px;
	}
	.dezign_by {
		text-align: center;
		margin-top: 8px;
		font-size: 15px;
	}
	.footer_block.footer_block04 {
		text-align: center;
	}
	.footer_bottom {
		background-size: cover;
	}
	.footer_right {
		justify-content: center;
		margin: 00 0 20px 0;
	}
	.footer_logo {
		text-align: center;
	}
	.dezign_copyright span {
		font-size: 17px;
	}
	.Shop_footer_wapper {
		background-size: cover;
	}
	.footer_top_wrapper {
		display: flex;
		justify-content: center;
		margin: 0 0 20px 0;
	}
	.dezign_copyright span {
		font-size: 16px;
	}
	.Shop_footer_wapper {
		padding: 17px 0px 40px;
	}
	.footer_bottom {
		margin: -30px 00 0 0;
	}
}
@media screen and (max-width: 575px){
	.dezign_copyright {
		font-size: 13px;
	}
	.dezign_copyright span {
		font-size: 14px;
	}
}
@media screen and (max-width:480px){
	.footer_block01 .footer_menu ul {
		display: block;
	}
	.footer_menu ul li a {
		font-size: 16px;
	}
}
@media screen and (max-width: 361px){
	.dezign_by span {
		font-size: 14px;
	}
	.dezign_by {
		font-size: 14px;
	}
	.footer_right {
		justify-content: center;
		margin: 00 0 0px 0;
	}
}