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

/*  
font-family: "Poppins", sans-serif;
font-family: "Font Awesome 6 Pro";
*/
:root, * { color-scheme: only light !important; }
html, body { background-color: #ffffff !important; }
html, body { background-color: #ffffff !important; background-image: linear-gradient(#ffffff, #ffffff) !important; }
.x-item-description-child { all: initial }

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}
img{
    max-width: 100%;
}
*, ::after, ::before {
	box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}
ul{
    list-style: none;
}
/* ============================== HEADER CSS START ============================== */
.main_dezign_brain_header {
	margin: 0 0 55px 0;
}
.promo_top_text {
	background-color: #a000ff;
	padding: 3px 0;
}
.welcom_text {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.welcom_text span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}
.top_newsletter_link ul {
	display: flex;
	list-style: none;
	justify-content: end;
	margin-bottom: 0px;
}
.top_newsletter_link ul li img{
	margin-right:5px;
}
.top_newsletter_link ul li a {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px 20px;
	background-color: transparent;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.top_newsletter_link ul li:last-child a{
	border-right:none;
}
.top_newsletter_link ul li a:hover{
    text-decoration: none;
	background-color:#111111;
}
.top_section1 {
	background-color: #111111;
}
.header_bottom {
	z-index: 1;
	position: relative;
	padding:18px 0;
}
.main_menu_mobile{
	display: none !important;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
}
.main_menu ul li a i{
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.main_menu ul li a {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	letter-spacing: 0.3px;
	font-weight:500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
	padding: 0 25px;
	display: inline-block;
}
.main_menu ul li a:hover{
	color:#ff026f;
}
.top_section {
	position: relative;
	padding: 30px 0;
	background-color: #111111;
}
.header_bottom::before {
	content: '';
	position: absolute;
	border-bottom: 1px solid #2e2e2e;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}
.logo {
	text-align: center;
	margin: -110px auto -60px;
	position: relative;
}
.logo img {
	z-index: 1;
	position: relative;
}
.main_menu.right_box2 ul {
	justify-content: end;
	display: flex;
}
.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
}
.Verifie-text1 h1 {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	margin-bottom: 0;
	color: #ffffff;
	letter-spacing: 0.3px;
	line-height: 22px;
}
.Verifie-text1 p {
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #cccccc;
	margin-bottom: 0;
	line-height: 20px;
}
.Verifie-main1.box1 {
	justify-content: end;
}
/* 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: 20px;
	z-index: 22222;
	margin-top: -7px;
	margin-bottom: 0;
}
.mobile_menu{
	display: none;
}
.amon-container #open {
	display: none;
}
#open:checked + .amon {
	width: auto;
	height: auto;
}
.amon .bars:hover {
	background-color: transparent;
}
.amon .bars {
    cursor: pointer;
    width: 65px;
    height: 35px;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    font-size: 20px;
    display: block;
    margin-left: auto;
}
.amon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	display: inline-grid;
	width:180px;
	overflow: hidden;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #111;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a i {
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.amon ul li a {
	background-color: transparent;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	letter-spacing: 0.3px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
	padding: 6px 15px;
	display: inline-block;
}
.amon ul li a:hover{
	color:#ff026f;
}
.verifie_center {
	margin: 15px 0px;
}
.amon ul li {
	overflow: hidden;
	text-align: center;
}
.open-text .amon ul li {
	width: 100%;
}
.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;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
	border-radius: 5px;
	background-color: #fff;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two{
	top: 30%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three{
	top: 60%;
  	transform-origin: left center;
  	transform: translateY(-100%);
}
#open:checked + .amon .menu_icon .line-one {
    transform: rotate(45deg);
    top: 0px;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
}
/* Header_responsive */
@media screen and (max-width: 991px) {
	.promo_top_text {
		padding: 5px 0;
	}
	.top_section1 {
		display: none;
		margin: 0;
	}
	.logo {
		width: 70%;
		margin: 0;
	}
	.top_section .container .row .col-lg-4:nth-child(2) {
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
		order: -1;
	}
    .menu{
        display: none;
    }
	.main_menu_mobile {
		text-align: center;
	}
	.main_menu_mobile {
		display: flex !important;
	}
	.mobile_menu {
		display: block !important;
	}
	.top_section {
		padding:20px 0 20px;
	}
	.Verifie-main1 {
		margin: 25px 0 0 0;
	}
	.welcom_text {
		text-align: center;
		margin: 0 0 10px 0;
	}
	.top_newsletter_link ul {
		justify-content: center;
	}
	.main_dezign_brain_header {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 767px) {
	.Verifie-main1 {
		justify-content: center;
	}
	.logo {
		width: 60%;
	}
	.Verifie-main1.box1 {
		justify-content: center;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
	.top_newsletter_link ul li a {
		padding: 7px 15px;
	}
	.logo {
		width: 50%;
	}
}
@media screen and (max-width:361px){
	.top_newsletter_link ul li a {
		padding: 7px 12px;
	}
}
/* ============================== HEADER CSS END ============================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.round_bg {
	margin: 0 0 50px 0;
}
.product_section {
	position: relative;
}
#right_box .desc-rd.desc-text {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    padding: 15px;
    overflow: auto;
    scrollbar-color: #d4d4d4 #F8F8F8;
    max-height: 597px;
    height: auto;
}
.desc-text h6 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.desc-text h5 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 20px;
}
#right_box .desc-rd table td {
	font-size: 15px;
	font-weight: normal;
	position: relative;
	color: #333333;
	padding: 4px 8px;
}
#right_box .desc-rd table tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
#right_box .desc-rd table tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
}

/* Images Code Start */
.product_images_wappers { 
	border-top: 0px;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0;
	padding: 0px 0 0px;
 	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.product_images_gallery {
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0px 0px;
	margin-top: 0;
	margin: 0 auto;
}
.img-holder .lightbox:before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.essWrap input[type="checkbox"], .essWrap input[type="radio"] {
	display: none;
}
.imgBox img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	text-align: center;
}
.ess-gallery .img-box {
	max-width: 600px;
	margin: 0 auto;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	cursor: zoom-in;
	text-align: center;
	padding-bottom: 100%;
	overflow: hidden;
	background: #FFF;
	margin: 0;
	display: block;
	position: relative;
	z-index: 1;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
}
.img-popup {
	background-color: #FFF;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.thumb {
	font-size: 0;
	margin-left: -7.5px;
	margin-right: -7.5px;
	text-align: center;
}
.thumb label {
	width: 16%;
	padding: 0 5.1px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 0px;
}
.thumb label .box {
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #FFF;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding-bottom: 100%;
	border-radius: 10px;
}
.thumb label img {
	display: inline-block;
	border: 0;
}
#imgView1:checked ~ .img-box #content1, #imgView2:checked ~ .img-box #content2, #imgView3:checked ~ .img-box #content3, #imgView4:checked ~ .img-box #content4, #imgView5:checked ~ .img-box #content5, #imgView6:checked ~ .img-box #content6, #imgView7:checked ~ .img-box #content7, #imgView8:checked ~ .img-box #content8, #imgView9:checked ~ .img-box #content9, #imgView10:checked ~ .img-box #content10, #imgView11:checked ~ .img-box #content11, #imgView12:checked ~ .img-box #content12, #imgView13:checked ~ .img-box #content13, #imgView14:checked ~ .img-box #content14, #imgView15:checked ~ .img-box #content15, #imgView16:checked ~ .img-box #content16, #imgView17:checked ~ .img-box #content17, #imgView18:checked ~ .img-box #content18, #imgView19:checked ~ .img-box #content19, #imgView20:checked ~ .img-box #content20 {
	display: block;
}
@-webkit-keyframes zoom {
 from {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
}
@keyframes zoom {
 from {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
}
.img-holder .lightbox:before {
	content: "";
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 999;
}
.img-holder input:checked ~ .lightbox:before {
	position: fixed;
	opacity: 1;
	visibility: visible;
	top: 0;
}
.img-holder input:checked ~ .lightbox {
	position: static;
	cursor: zoom-out;
}
.img-popup {
	-webkit-animation: zoomOut 0.5s ease-out;
	animation: zoomOut 0.5s ease-out;
}
.img-holder input:checked ~ .lightbox .img-popup {
	border: 3px solid #000000;
	margin: 0 auto;
	z-index: 9999;
	max-width: 800px;
	max-height: 600px;
	-webkit-animation: zoom 0.5s ease-out;
	position: fixed;
	animation: zoom 0.5s ease-out;
	top: 5%;
}
.img-holder input:checked ~ .lightbox .img-popup::after {
	content: "x";
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 33px;
	color: red;
	background: #000000;
	width: 50px;
	height: 50px;
	border-radius: 0 0 0 10px;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
}
/* Images Code END */

/* Table Code START */
.bg-transparent {
	background: none;
	border: none;
	text-align: right;
	padding: 0 10px;
	font-weight: 600;
	font-size: 18px;
}
.product_section {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}
.listing_listinghead h1 {
	margin: 0 0 0px;
	padding: 0px 0px;
	font-family: 'Poppins', sans-serif;
}
#listingarea {
	width: 100%;
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0;
	background: none;
}
.listing_listingarea-box {
	float: left;
	width: 100%;
}
#right_box {
	background: #FFF;
	padding: 25px;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	padding: 20px 0px 0;
	border-radius: 10px !important;
	margin-top: 0px;
	border: 1px solid #e2e2e2;
	max-height: 660px;
	height: 660px;
}
.listing_listinghead h1 {
	width: 100%;
	color: #FFF;
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 0px;
	padding: 10px 10px;
	text-align: center;
	background: #333333;
	letter-spacing: 1px;
	z-index: 99;
	font-family: 'Poppins', sans-serif;
	position: relative;
}
.listing_listinghead.spider_text {
	position: relative;
}
.listing_listinghead span {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 5px;
	display: block;
	letter-spacing: 1.5px;
	font-family: 'Poppins', sans-serif;
}
.desc-rd.desc-text b,strong{
	font-size: 17px;
	letter-spacing: 0.30px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif !important;
	display: block;
}
.desc-hedtitle {
	color: #000;
	font-size: 26px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.30px;
	z-index: 1;
	font-family: 'Poppins', sans-serif !important;
	position: relative;
	text-transform: capitalize;
	border-bottom: 2px solid rgba(9, 9, 9, 0.15);
	padding: 0 0 12px 0;
	margin: 0 25px;
	line-height: 29px;
}
.desc-rd p {
	font-size: 15px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400;
	letter-spacing: 0.30px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 12px;
}
.desc-rd.desc-text h6 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25px;
}
.desc-rd.desc-text p:last-child {
	margin-bottom: 0px;
}
.desc-text {
	font-size: 15px;
	color: #333;
	font-weight: 400;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.30px;
	line-height: 25px;
}
.desc-rd ul {
	margin-bottom: 10px;
	padding-left: 0;
}
.desc-rd li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 20px;
	margin-bottom: 8px;
	font-size: 15px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400;
	letter-spacing: 0.30px;
	line-height: 26px;
	color: #333;
}
.desc-rd.desc-text table {
	margin-bottom: 20px;
}
.desc-rd.desc-text tr td {
	padding: 0px !important;
	padding-right: 12px !important;
} 
.desc-rd table, .desc-rd table tr td, .desc-rd table tr th {
	padding: 8px 10px;
	color: #515151 !important;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;
}
.table_section .st_text {
	background: #000;
	color: #FFF;
}
.table_section .st_text {
	background: #000;
	color: #FFF;
	text-transform: uppercase;
}
.table_section {
	margin-bottom: 15px;
}
.table_section {
	margin-bottom: 15px;
}
.desc-rd h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
}
.desc-rd ul {
	margin-bottom: 15px;
	padding-left: 0;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 1199px) {
	.round_bg .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 991px) {
	.product_section {
		position: relative;
		margin: 0px 0;
	}
	#right_box {
		max-height: 560px;
		height: 560px;
	}
	.desc-text{
		max-height: 560px;
	}
}
@media screen and (max-width: 767px) {
	.product_images_wappers {
		padding: 0px 0 30px;
	}
	#right_box {
		max-height: 560px;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
	.thumb label {
		padding: 0 4.1px;
	}
	.desc-hedtitle {
		font-size: 18px;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */

/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	background-color: #f5f5f5;
	margin: 0 0 50px 0;
}
.service_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service_box {
	text-align: center;
	position: relative;
	transform-style: preserve-3d;
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.service_img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	width: 66px;
	margin: -10px 0;
	position: relative;
	background-color: #ff026f;
}
.service_img::after {
	content: '';
	position: absolute;
	top: 3px;
	right: -10px;
	rotate: 225deg;
	z-index: -1;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #9a3b64;
}
.service_img::before {
	content: '';
	position: absolute;
	bottom: 3px;
	right: -10px;
	rotate: 320deg;
	z-index: -1;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #9a3b64;
}
.button.about3_button i {
	font-size: 20px;
	margin-right: 5px;
}
.service_img img {
	transition: all 0.5s ease-in-out;
}
.service_box:hover img {
	transform: rotateY(360deg);
}
.service_title h4 {
	font-size: 18px;
	font-weight: 600;
	color: #111111;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 0px 0 3px 0;
	letter-spacing: 0.65px;
	text-align: left;
}
.service_title p {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #555555;
	margin-bottom: 0;
	letter-spacing: 0.7px;
	text-transform: capitalize;
	text-align: left;
}
@media screen and (max-width:1024px) {
	.service_wrapper {
		background-color: #fff;
		margin: 0 0 20px 0;
	}
	.service_box {
		width: 32%;
		background-color: #f5f5f5;
	}
	.service_item {
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 15px;
	}
	.service_wrapper .service_item .service_box:nth-child(3), .service_wrapper .service_item .service_box:nth-child(4) {
		margin: 35px 0 35px 0;
	}
}
@media screen and (max-width: 991px) {
	.service_box {
		width: 42%;
	}
}
@media screen and (max-width: 767px) {
	.service_box {
		width: 49%;
	}
	.service_item {
		column-gap: 10px;
	}
	.service_title h4 {
		font-size: 16px;
	}
}
@media screen and (max-width:575px) {
	.service_box {
		width: 57%;
	}
	.service_title h4 {
		font-size: 16px;
	}
	.service_wrapper .service_item .service_box:nth-child(2){
		margin: 35px 0 0px 0;
	}
	.service_wrapper .service_item .service_box:nth-child(4){
		margin: 0px 0 35px 0;
	}
	.service_wrapper {
		margin: 0 0 10px 0;
	}
}
@media screen and (max-width: 480px) {
	.service_box {
		width: 78%;
	}
}
@media screen and (max-width: 361px) {
	.service_box {
		width: 91%;
	}
}
/*================================== PROMOTION CSS END  ================================== */

/*================================== BANNER CSS START  ================================== */
#dezign_home_banner {
	text-align: center;
	margin: 0 0 50px 0;
}
.banner_section_res{
	display: none;
}
@media screen and (max-width: 991px) {
	#dezign_home_banner {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 767px) {
	.banner_section_res {
		display: block;
		margin: 0 auto;
	}
	.banner_section{
		display: none;
	}
}
/*================================== BANNER CSS END  ================================== */

/* ABOUT1 CSS START */
.about3_wrapper {
	margin: 0px 0px 50px;
}
.about3_bg{
	position: relative;
}
.about_bottom {
	position: relative;
	overflow: hidden;
	padding: 40px 25px 0 0;
	z-index: 1;
}
.about_bottom::after {
	content: '';
	position: absolute;
	background-color: #f5f5f5;
	width: 85%;
	height: 80%;
	right: 36px;
	top: 0;
	margin: auto;
	z-index: -1;
}
.about_bottom::before {
	content: '';
	position: absolute;
	background-image: url(../images/about_logo.png);
	width:303px;
	height: 386px;
	right: 0;
	bottom: 2px;
	margin: auto;
	z-index: -1;
}
.about_bottom_img1::after {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 0;
}
.about_bottom_img1:hover::after {
	height: 100%;
	width: 100%;
	opacity: 0;
	transition-duration: 1.3s;
}
.about_bottom_img1::before {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	width: 0;
}
.about_bottom_img1:hover::before {
	height: 100%;
	width: 100%;
	opacity: 0;
	transition-duration: 1.3s;
}
.about_bottom_img1 {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.about_right_content h3 {
	font-size: 20px;
	font-weight: 600;
	color: #ff026f;
	font-family: 'Poppins', sans-serif;
	position: relative;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	line-height: 22px;
}
.about_right_content h5 {
	font-size: 45px;
	font-weight: 700;
	color: #111111;
	font-family: 'Poppins', sans-serif;
	position: relative;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	line-height: 48px;
}
.about_right_content h6 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	font-family: 'Poppins', sans-serif;
	position: relative;
	margin-bottom: 15px;
	letter-spacing: 0.3px;
	line-height: 25px;
	text-align: justify;
}
.about_right_content p {
	font-size: 15px;
	font-weight: 400;
	color: #555555;
	font-family: 'Poppins', sans-serif;
	line-height: 25px;
	letter-spacing: 0.7px;
	margin-bottom: 30px;
}
.button.about_us{
	text-align: left;
}
@media screen and (max-width: 1199px) {
	.about_right_content p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.about_bottom::after {
		right: 12px;
	}
}
@media screen and (max-width: 991px) {
	.about_right_content h5 {
		font-size: 38px;
		line-height: 40px;
	}
	.about_right_content p {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 25px;
	}
	.about_bottom {
		text-align: center;
	}
	.about_right_content {
		margin-top: 20px;
	}
	.about_bottom {
		width: 80%;
		margin: 0 auto;
	}
	.about_bottom::after {
		right: 25px;
	}
}
@media screen and (max-width: 767px) {
	.about_left_img {
		text-align: center;
	}
	.about_bottom::after {
		right: 16px;
	}
	.about_bottom {
		width: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px) {
	.about_right_content {
		margin-top: 10px;
	}
	.about_right_content h6 {
		font-size: 16px;
	}
	.about_right_content h5 {
		font-size: 32px;
		line-height: 36px;
	}
}
@media screen and (max-width: 361px) {
	.about_right_content h5 {
		font-size: 27px;
		line-height: 32px;
	}
}
/* ============================== ABOUT1 CSS END ============================== */

/*================================== MAIN TAB CSS START ================================== */
.main_tab_row {
	position: relative;
	margin-bottom: 70px;
}
.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;
	font-family: 'Poppins', sans-serif;
}
.inner_text p {
	font-size: 16px;
	color: #555555;
	font-weight: 400;
	line-height: 29px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
	letter-spacing: 0.30px;
}
.inner_text p:last-child{
	margin-bottom:0;
}
.au_text {
	margin-left: -60px;
}
.inner_text h6 {
	color: #001111;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.3px;
	font-family: 'Poppins', sans-serif;
	line-height: 29px;
	margin: 0;
	text-transform: uppercase;
}
.shipping_box {
	margin: 0 0 20px 0;
}
.returns_section {
	padding-bottom: 55px;
}
.au_section {
	text-align: left;
}
.au_text h1 {
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
	font-family: 'Poppins', 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 #000;
	border-right: 4px solid #000;
	border-left: 4px solid transparent;
	border-top: 4px solid transparent;
}
.inner_text h1 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.6px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
	background-color: #666666;
	display: inline-block;
	padding: 7px 15px;
	position: relative;
}
.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: 'Poppins', sans-serif;
	margin-bottom: 25px;
}
.tabe_section .pay_01 {
	margin: 00px 0px 40px;
}
@media screen and (max-width: 480px) {
	.main_tab_row {
		margin-bottom: 60px;
	}
	.inner_text h6 {
		font-size: 14px;
	}
}
@media screen and (max-width:361px) {
	.inner_text {
		padding: 20px 10px;
	}
	.inner_text h6 {
		font-size: 13px;
	}
	.payment_text {
		margin-left: -18px;
	}
	.inner_text p {
		font-size: 14px;
		line-height: 25px;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	background-color: #f5f5f5;
	padding: 40px 0;
	position: relative;
	margin: 0 0 40px 0;
}
.guaranteed-head {
	position: relative;
	text-align: center;
	margin: 0 0 55px 0;
}
.guaranteed-head h5 {
	font-size: 30px;
	font-weight: 600;
	color: #111111;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 0;
	font-family: "Poppins", sans-serif;
	display: inline-block;
	position: relative;
	line-height: 32px;
	letter-spacing:2px;
}
.guaranteed_box::after {
	content: '';
	position: absolute;
	background-image: url(../images/coma.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 80px;
	height: 80px;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
}
.start {
	margin: 15px 0 0px 0;
}
.guaranteed_box {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border: 2px solid #efefef;
	padding: 25px;
}
.guaranteed_name {
	font-size: 20px;
	color: #000000;
	letter-spacing: 0.3px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}
.guaranteed_text {
	font-size: 17px;
	color: #555555;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	line-height: 26px;
	padding: 35px 0 20px;
	transition: all 0.8s ease-in-out;
	letter-spacing: 0.3px;
	height: 127px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.button.review {
	text-align: center;
}
@media screen and (max-width: 991px) {
	.guaranteed_box {
		margin-bottom: 50px;
	}
	.guaranteed_text {
		height: unset;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_box {
		max-width: 70%;
		margin: 60px auto 0px;
	}
	.guaranteed-head {
		margin: 0 0 0px 0;
	}
	.button.review {
		margin: 30px 0 0 0;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed-head h5 {
		font-size: 27px;
		line-height: 30px;
	}
}
@media screen and (max-width:480px){
	.guaranteed_box {
		max-width:90%;
	}
	.guaranteed-head h5 {
		font-size: 21px;
		line-height: 26px;
	}
}
@media screen and (max-width:361px){
	.guaranteed-head h5 {
		font-size: 20px;
		letter-spacing: 1px;
	}
	.guaranteed_box {
		max-width: 100%;
	}
}
/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.store_footer_wapper {
	padding: 10px 0 0;
	background-color: #111111;
}
.footer_block_titel {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	letter-spacing: 0.3px;
	font-family: 'Poppins', sans-serif;
}
.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: -50px 0 0px 0;
	text-align: center;
}
.footer_menu {
	margin:30px 0px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_menu ul li a i{
	transition:all 0.5s ease-in-out;
	margin-right:5px;
}
.footer_menu ul li a {
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	font-weight: 500;
	transition: 0.5s all ease-in-out;
	text-transform: capitalize;
	display: inline-block;
	letter-spacing: 0.3px;
	font-family: "Poppins", sans-serif;
	padding: 13px 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_menu ul li:last-child a{
	border-right: none;
}
.footer_menu ul li a:hover{
	color: #a000ff;
}
.footer_top_menu {
	display: flex;
	justify-content: center;
}
.footer_menu ul li a {
	position: relative;
}
.footer_block.footer_block04 {
	text-align: center;
}
.store_footer_wapper .col-md-5 .footer_menu ul li{
	position: relative;
}
.footer_block.footer_block01 {
	display: none;
}
.footer_bottom {
	padding: 10px 0;
	position: relative;
	background-color: #a000ff;
}
.dezign_copyright {
	font-size: 15px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.dezign_copyright span {
	font-size: 15px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.dezign_by {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 500;
	text-align: right;
	font-family: 'Poppins', sans-serif;
}
.dezign_by span {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	font-family: 'Poppins', sans-serif;
}
@media screen and (max-width:1199px){
	.footer_menu ul li a {
		padding: 13px 20px;
	}
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 5px;
	}
	.footer_menu {
		margin: 0 0px;
	}
	.footer_menu ul {
		display: block;
		text-align: center;
	}
	.footer_menu ul li a {
		padding: 9px 0px;
		border-right: 0;
		font-size: 15px;
	}
	.footer_menu {
		margin: 20px 0px;
		border-top: 0;
	}
	.footer_block.footer_block03, .footer_block.footer_block04 {
		text-align: center;
		margin: 0 0 30px 0;
	}
	.store_footer_wapper .container .row .col-lg-3:nth-child(1) {
		order: 2;
	}
	.footer_block.footer_block02 {
		display: none;
	}
	.footer_block.footer_block01 {
		display: block;
	}
}
@media screen and (max-width: 480px){
	.footer_logo img {
		width: 50%;
	}
}
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0 0 40px 0;
}
.feature-title {
	position: relative;
	text-align: center;
	margin: 0 0 20px 0;
}
.feature-title h2 {
	font-size: 30px;
	font-weight: 600;
	color: #111111;
	letter-spacing: 1.5px;
	text-transform: capitalize;
	text-align: center;
	position: relative;
	margin: 0;
	font-family: "Poppins", serif;
	display: inline-block;
	line-height: 32px;
}
.product_box {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 25px;
}
.cate_box {
	position: relative;
	text-align: center;
	display: block;
	margin: 0 auto;
	transition: all 0.5s ease-in-out;
}
.feature_box {
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	border-radius: 50%;
	border:4px solid #e5e5e5;
}
.cate_box:hover .feature_box{
	border-color:#ff026f;
}
.feature_box a {
	display: block;
}
.cate_box .fat_text h2 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	transition: all 0.5s ease-in-out;
	text-transform: capitalize;
	color: #111111;
	position: relative;
	display: block;
	font-family: "Poppins", serif;
	padding: 0px 5px;
	letter-spacing: 0.7px;
	margin: 10px 0 0;
}
.cate_box:hover .fat_text h2{
	color: #ff026f;
}
.button.category {
	margin: 20px 0 0 0;
	text-align:center;
}
.button a{
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 12px 22px;
	display: inline-block;
	position: relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	background-color: #191919;
	text-transform: uppercase;
}
.button a:hover {
	background: #a000ff;
	color: #fff;
}
@media screen and (max-width: 991px) {
	.product_box {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.cate_box .fat_text h2 {
		font-size: 15px;
	}
	.fat_box {
		bottom: 17px;
	}
}
@media screen and (max-width: 575px) {
	.cate_box .fat_text h2 {
		font-size: 18px;
	}
	.product_box {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 480px) {
	.feature-title h2 {
		font-size: 25px;
		line-height: 30px;
	}
	.product_box {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media screen and (max-width: 361px) {
	.feature-title h2 {
		font-size: 23px;
	}
}
/*============================================
			feature CSS END
============================================*/