@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/*  
font-family: "Font Awesome 6 Pro";
font-family: 'Outfit', sans-serif;
*/
: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: "Outfit", sans-serif;
}
body{
	background-color: #ffffff !important;
}
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 ============================== */
.header_top {
	margin: 15px 0 0;
}
.welcom_text {
	color: #111111;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	font-family: "Outfit", sans-serif;
}
.welcom_text span {
	font-size: 16px;
	font-weight: 700;
	color: #111111;
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
}
.main_dezign_brain_header {
	position: relative;
	margin: 0 0 50px;
}			
.top_section1 {
	position: relative;
	background-color: #fff;
}
.top_header_contant {
	background: #f5f5f5;
	padding: 13px 15px;
	border-radius: 25px;
}
.star_content {
	font-size: 16px;
	font-weight: 500;
	color: #111111;
	text-transform: uppercase;
	margin: 0px 0 0px 0;
	letter-spacing: 0.3px;
	font-family: 'Outfit', sans-serif;
}
.star_review {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: end;
}	
.header_right_top {
	background-color: #fff;
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px;
	margin: 0 0 40px;
}
.top_header {
	position: relative;
	margin: -45px 0 20px;
}
.header_bottom {
	z-index: 111;
	position: relative;
}
.main_menu_mobile{
	display: none !important;
}
.header_menu {
	background-color: #dd5d2e;
	padding: 15px 0;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
}
.main_menu ul li a i {
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.main_menu ul li a {
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 60px;
	font-family: "Outfit", sans-serif;
}
.main_menu ul li a:hover{
	color:#191919;
}
.main_menu ul li:last-child a{
	border-right:none;
}
/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 55px;
	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: 55px;
    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:190px;
	overflow: hidden;
	padding: 10px;
	background-color: #dd5d2e;
}
.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-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 0;
	font-family: "Outfit", sans-serif;
}
.amon ul li a:hover {
	color: #111;
}
.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: #dd5d2e;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two {
	top: 28%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three {
	top: 57%;
	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:1300px){
	.main_menu ul li a {
		padding: 0 40px;
	}
}
@media screen and (max-width:1199px){
	.star_content {
		font-size: 14px;
	}
	.main_menu ul li a {
		padding: 0 30px;
	}
}
@media screen and (max-width: 991px) {
	.top_contact ,.header_menu{
		display: none;
	}
	.header_right_top {
		padding: 10px 30px;
		margin:20px 0 0px;
	}
	.main_menu{
		display:none;
	}
	.top_newsletter_link {
		display: none;
	}
	.header_bottom .row .col-lg-2{
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
	}
    .menu{
        display: none;
    }
	.main_menu_mobile {
		text-align: center;
	}
	.main_menu_mobile {
		display: flex !important;
	}
	.mobile_menu {
		display: block !important;
	}
	.welcom_text {
		text-align: center;
		margin: 0 0 10px;
	}
	.star_review {
		justify-content: center;
	}
	.top_header {
		margin: 0;
	}
	.top_header .logo a img {
		width: 120px;
	}
	.main_dezign_brain_header {
		margin: 0;
	}
	.seller_item {
		justify-content: center;
	}
	.header_bottom {
		margin: 20px 0 0;
	}
	.service_wrapper {
		margin: 30px 0 0;
	}
	.header_top .col-lg-3 {
		display: none;
	}
}
@media screen and (max-width:767px){
	.header_right_top {
		display: block;
		padding: 10px 10px;
	}
	.top_header .logo a img {
		width: 100px;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
	.seller_item {
		display: block;
	}
	.star_content {
		font-size: 15px;
	}
	.top_header .logo a img {
		width:90px;
	}
	.star_img img {
		width: 30px;
	}
}
@media screen and (max-width:361px){
	.top_header .logo a img {
		width:80px;
	}
}
/* ============================== HEADER CSS END ============================== */
/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	margin: 20px 0;
}
.service_item {
	display: flex;
	justify-content: end;
	align-items: center;
}
.service_logo {
	text-align: center;
}
.service_box {
	position: relative;
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	column-gap: 10px;
	width: 33%;
	justify-content: center;
}
.service_title h4 {
	font-size: 18px;
	font-weight: 600;
	color: #222222;
	text-transform: uppercase;
	margin: 0 0 0px;
	line-height: 22px;
	font-family: 'Outfit', sans-serif;
}
.service_title p {
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	margin: 0px 0 0px 0;
	font-family: 'Outfit', sans-serif;
}
@media screen and (max-width:1199px){
	.service_title p {
		font-size: 14px;
	}
	.service_title h4 {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.service_box {
		justify-content: center;
		width: 49%;
		border-right: none;
	}
	.service_item {
		justify-content: center;
		flex-wrap: wrap;
	}
	.service_box:nth-child(1), .service_box:nth-child(2){
		margin:0 0 20px;
	}
	.service_title h4 {
		font-size: 18px;
	}
	.service_title p {
		font-size: 16px;
	}
}
@media screen and (max-width:767px){
	.service_box {
		width: 100%;
	}
}
/*================================== PROMOTION 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: 25px 0;
	overflow: auto;
	scrollbar-color: #d4d4d4 #F8F8F8;
	max-height: 690px;
	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;
}
.desc-rd.desc-text table {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}
.table_item .table_box tr {
	position: relative;
	vertical-align: baseline;
}
#right_box .desc-rd table td {
	color: #555555;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	text-align: left;
	position: relative;
	font-family: "Outfit", sans-serif;
	padding: 5px 0;
	width: 50%;
}
#right_box .desc-rd table tr td:first-child {
	position: relative;
	font-weight: 600 !important;
	color: #111111 !important;
	padding-right: 10px;
	padding-left:25px;
}
#right_box .desc-rd table tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 10px;
	font-weight: 500;
	font-size: 18px;
	top:4px;
	bottom: 0;
	margin: auto;
	line-height: 22px;
}
#right_box .desc-rd table tr td:first-child::before {
	content: "";
	position: absolute;
	background-image: url(../images/right_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 18px;
	height: 18px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* 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: 100%;
	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: 'Outfit', 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: 'Outfit', 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;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	margin-top: 0px;
	max-height: 740px;
	height: 740px;
}
.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: 'Outfit', 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: 'Outfit', sans-serif;
}
.desc-rd.desc-text b {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: capitalize;
	color: #111;
	margin-bottom: 5px;
	font-family: 'Outfit', sans-serif !important;
	display: block;
}
.desc-hedtitle {
	color: #111111;
	font-size: 22px;
	font-weight: 600;
	text-align: left;
	z-index: 1;
	position: relative;
	text-transform: capitalize;
	border-bottom: 2px solid rgba(9, 9, 9, 0.15);
	padding: 0 0 12px 0;
	font-family: 'Outfit', sans-serif !important;
}
.desc-rd p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #555555;
	margin-bottom: 12px;
	font-family: 'Outfit', sans-serif !important;
}
.desc-rd.desc-text h6 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: 'Outfit', 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: 'Outfit', 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 6px;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #555555;
	font-family: 'Outfit', sans-serif !important;
}
.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;
}
@media screen and (max-width: 1199px) {
	.round_bg .container {
		max-width: 100%;
		padding: 0 20px;
	}
	#right_box .desc-rd.desc-text {
		max-height:500px;
	}
	#right_box {
		max-height: 570px;
		height: 570px;
	}
}
@media screen and (max-width: 991px) {
	.product_section {
		position: relative;
		margin: 0px 0;
	}
	#right_box {
		max-height: 570px;
		height: auto;
		margin: 20px 0 0;
	}
	.desc-text{
		max-height: 570px;
	}
	#right_box .desc-rd.desc-text {
		max-height: 560px;
	}
	.round_bg {
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.product_images_wappers {
		padding: 0px 0 10px;
	}
	#right_box {
		max-height: 560px;
		height: auto;
	}
	#right_box .desc-rd table td {
		padding: 5px 0;
		width: 100%;
		display: block;
	}
	.table_item .table_box tr {
		border-bottom: 1px solid #dadada;
	}
}
@media screen and (max-width: 480px) {
	.thumb label {
		padding: 0 4.1px;
	}
	.desc-hedtitle {
		font-size: 18px;
	}
}
/*============================================
			image Css END 	
============================================*/

/*================================== BANNER CSS START  ================================== */
.banner_res {
	display: none !important;
}
#dezign_home_banner {
	margin: 0px auto 35px;
	text-align: center;
}
 /* Container styles */
  #slidersection {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
.slider {
	width: 100%;
	position: relative;
	padding-bottom: 35%;
	margin: 0 auto;
}
  
  .slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: zoomFade 12s infinite;
  }
  
  /* Banner image styles */
  .main_banner {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    animation: zoomIn 4s infinite;
  }
  
  .banner_res {
    display: none;
  }
  
  /* Animation for each slide */
  .slider li:nth-child(1) {
    animation-delay: 0s;
  }
  
  .slider li:nth-child(2) {
    animation-delay: 4s;
  }
  
  .slider li:nth-child(3) {
    animation-delay: 8s;
  }
  
  /* Keyframe animations */
  @keyframes zoomFade {
    0% {
      opacity: 0;
      z-index: 0;
    }
    8% {
      opacity: 1;
      z-index: 1;
    }
    33% {
      opacity: 1;
      z-index: 1;
    }
    41% {
      opacity: 0;
      z-index: 0;
    }
    100% {
      opacity: 0;
      z-index: 0;
    }
  }
  
  @keyframes zoomIn {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1);
    }
  }
@media screen and (max-width: 767px){
	.main_banner{
		display: none;
	}
	.banner_res{
		display: block !important;
		margin: 0 auto;
	}
	.slider {
		padding-bottom: 82%;
	}
}
@media screen and (max-width:700px){
	.slider {
		padding-bottom: 89%;
	}
}
@media screen and (max-width:600px){
	.slider {
		padding-bottom: 104%;
	}
}
@media screen and (max-width:575px){
	.slider {
		padding-bottom: 109%;
	}
}
@media screen and (max-width:500px){
	.slider {
		padding-bottom: 125%;
	}
}
/*================================== BANNER CSS END  ================================== */

/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 50px;
	position: relative;
}
.about_box {
	position: relative;
	padding:20px;
	border-radius:20px;
	background-color: #f5f5f5;
}
.about_img {
	margin: 0;
	position: relative;
	z-index: 11;
}
.about_img img{
	z-index:1;
	position: relative;
}
.about_content .about_title {
	position: relative;
	margin: 0 0 25px 0;
}
.about_content {
	position: relative;
	z-index:11;
}
.browse_all_btn.about {
	text-align: left;
}
.about_content h3 {
	font-size: 16px;
	font-weight: 500;
	color: #dd5d2e;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 5px;
	z-index: 1;
	font-family: 'Outfit', sans-serif;
	margin: 0 0 10px 0;
	padding: 0 0 0 90px;
}
.about_content h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	width: 70px;
	height: 1px;
	background: #dd5d2e;
	margin: auto;
}
.about_content h6 {
	font-size: 40px;
	font-weight: 400;
	color: #111111;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	line-height: 45px;
	font-family: "Outfit", sans-serif;
	margin: 0 0 20px;
}
.about_content h6 span{
	font-weight:600;
	color: #dd5d2e;
}
.about_content p {
	font-size: 18px;
	font-weight: 400;
	color: #555555;
	line-height: 30px;
	margin: 0 0 30px 0px;
	position: relative;
	font-family: 'Outfit', sans-serif;
}
.about_content p b{
	font-weight:700;
	color: #dd5d2e;
}
.free_img {
	margin: 0 0 20px 0;
}
.button {
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Outfit', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 13px 45px 13px 20px;
	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: #222222;
	text-transform: uppercase;
	border-radius: 30px;
}
.button:hover {
	background-color: #dd5d2e;
}
.browse_all_btn i {
	background-color: #dd5d2e;
	width: 33px;
	height: 33px;
	color: #fff;
	line-height: 33px;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: -6px;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	border: 2px solid #fff;
	transition:all 0.5s ease-in-out;
}
.button:hover i{
	right:5px;
	background-color: #222;
}
@media screen and (max-width:1199px) {
	.about_content p {
		margin: 0 0 20px 0px;
	}
	.about_content h6 {
		font-size: 30px;
		line-height: 35px;
	}
}
@media screen and (max-width: 991px) {
	.about_img {
		margin: 0 auto;
		text-align: center;
		width: 80%;
	}
	.about_content {
		margin:20px 0 0 0;
	}
	.about_content p {
		font-size: 17px;
		line-height: 25px;
	}
}
@media screen and (max-width:767px){
	.about_img {
		width: 100%;
	}
}
@media screen and (max-width:575px){
	.about_wrapper {
		margin: 0px 0px 40px;
	}
}
@media screen and (max-width:480px){
	.about_content h6 {
		font-size: 24px;
		line-height: 28px;
	}
}
@media screen and (max-width:361px){
	.about_content h6 {
		font-size: 21px;
		line-height: 25px;
	}
}
/* ============================== ABOUT1 CSS END ============================== */

/*================================== MAIN TAB CSS START ================================== */
.clear {
	clear: both;
}
.tab [type=radio] {
	display: none
}
.customsearchbox input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	line-height: normal;
	display: none;
}
.tab_box {
	padding: 10px 10px 0;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 15px;
}
.tabsbottom label {
	display: inline-block;
	padding: 12px 25px 12px;
	text-align: center;
	cursor: pointer;
	color: #222222;
	background-color: #f5f5f5;
	font-weight: 600;
	font-size: 18px;
	transition: all .5s ease-in-out;
	letter-spacing: 0.3px;
	border-top: 2px solid #f5f5f5;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	font-family: 'Outfit', sans-serif;
}
.tabsbottom {
	margin-bottom: 50px;
}
.tabsbottom label:hover {
	background: #fff;
	color:#dd5d2e;
	border-top-color: #dd5d2e;
}
.tabsbottom input:checked + label {
	background: #fff;
	color:#dd5d2e;
	border-top-color: #dd5d2e;
}
.tabsbottom label img {
	display: block;
	margin-right: 10px;
	transition: all 0.5s ease-in-out;
}
.tab_img {
	display: inline-block;
	vertical-align: middle;
}
.tabsbottom label img:nth-child(2){
	display: none;
}
.tabsbottom label:hover img:nth-child(2){
	display:block;
}
.tabsbottom label:hover img:first-child{
	display:none;
}
.tabsbottom input:checked + label img:nth-child(2){
	display:block;
}
.tabsbottom input:checked + label img:first-child{
	display:none;
}
#table1:checked~#content1,
#table2:checked~#content2,
#table3:checked~#content3,
#table4:checked~#content4,
#table5:checked~#content5,
#table6:checked~#content6,
#table7:checked~#content7 {
	display: block !important;
	height: auto;
}
section p {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #555555;
	text-align: left;
	margin: 0 0 25px 0;
	letter-spacing: 0.3px;
	font-family: "Outfit", sans-serif;
}
section ul{
	margin-bottom: 0;
}
section ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #555555;
	text-align: left;
	margin: 0 0 5px 0;
	letter-spacing: 0.3px;
	font-family: "Outfit", sans-serif;
}
section b {
	font-weight: 600;
	color: #222222;
	font-family: "Outfit", sans-serif;
}
section p:last-child{
	margin: 0;
}
section {
	display: none !important;
	padding: 25px 20px;
	background-color: #fff;
}	
@media screen and (max-width:991px) {
	.tabsbottom {
		margin-bottom: 40px;
	}
}
@media screen and (max-width:767px) {
	.tabsbottom label {
		padding: 12px 15px;
	}
}
@media screen and (max-width: 575px){
	.tabs label, .tabsbottom label {
		width: 100%;
		margin-right: 0;
		border-bottom-color: #222;
	}
	.tabs .tab, .tabsbottom label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.tabs label:nth-child(8) {
		border-radius: 0;
	}
	.tabsbottom label:nth-child(3) {
		margin-left: auto;
	}
	.tabsbottom label:nth-child(7) {
		margin-left: auto;
	}
	.tabsbottom label {
		padding: 10px 10px 10px;
		margin: 0 0 5px;
	}
	section {
		padding: 25px 10px;
	}
}
@media screen and (max-width: 480px) {
	section p {
		font-size: 17px;
		line-height: 24px;
	}
	section ul li {
		font-size: 17px;
		line-height: 25px;
		margin: 0 0 10px 0;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	position: relative;
	margin: 0 0 40px 0;
}
.guaranteed-head {
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}
.guaranteed_box {
	position: relative;
	margin: 0 0 30px 0;
	text-align: left;
}
.guaranteed_items {
	position: relative;
	padding: 20px;
	background-color: #fff;
	border-radius: 15px;
	border: 1px solid #dadada;
	margin: 0 0 15px;
}
.guaranteed_name {
	font-size: 20px;
	color: #191919;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0.3px;
	margin: 0;
	font-family: "Outfit", sans-serif;
}
.guaranteed_left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 10px;
}
.guaranteed_text {
	font-size: 18px;
	color: #555555;
	font-weight: 400;
	line-height: 32px;
	transition: all 0.8s ease-in-out;
	font-family: "Outfit", sans-serif;
	margin: 20px 0 0;
}
.browse_all_btn.review {
	text-align: center;
}
@media screen and (max-width:1199px){
	.guaranteed_text {
		min-height: 160px;
	}
	.guaranteed_name {
		font-size: 18px;
	}
}
@media screen and (max-width:991px){
	.guaranteed_text {
		min-height: 130px;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_box {
		max-width: 70%;
		margin: 0px auto 30px;
	}
	.guaranteed-head h5 {
		font-size: 29px;
	}
	.guaranteed_text {
		font-size: 17px;
		line-height: 27px;
		min-height:unset;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed-head h5 {
		font-size: 25px;
		line-height: 30px;
	}
}
@media screen and (max-width:480px){
	.guaranteed_box {
		max-width:90%;
	}
	.guaranteed-head h5 {
		font-size: 23px;
		line-height: 27px;
	}
}
@media screen and (max-width:361px){
	.guaranteed-head h5 {
		font-size: 21px;
	}
	.guaranteed_box {
		max-width: 100%;
	}
}
/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.footer_wrapper {
	position: relative;
	background-color: #f5f5f5;
	padding: 25px 0;
}
.store_footer_wapper {
	position: relative;
}
.footer_menu ul {
	display: flex;
	margin: 25px 0 0;
	justify-content: center;
	align-items: center;
}
.payment_img {
	text-align: right;
}
.footer_menu ul li i{
	margin-right:5px;
	transition: 0.5s all ease-in-out;
}
.footer_menu ul li a {
	font-size: 16px;
	color: #111111;
	line-height: 25px;
	font-weight: 600;
	transition: 0.5s all ease-in-out;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.3px;
	padding: 0 60px;
	font-family: "Outfit", sans-serif;
}
.footer_menu ul li a:hover {
	color: #dd5d2e;
}
.footer_menu ul li:last-child a{
	border-right:none;
}
.footer_menu ul li i {
	margin-right: 5px;
}
.footer_top_menu {
	display: flex;
	justify-content: center;
}
.footer_menu ul li a {
	position: relative;
}
.footer_logo {
	z-index: 1;
	position: relative;
}
.footer_logo a{
	display:block;
	z-index: 1;
	position: relative;
}
.verifie_box {
	position: relative;
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	column-gap: 10px;
	justify-content: center;
}
.verifie_title h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #222222;
	text-transform: uppercase;
	margin: 0 0 0px;
	font-family: "Outfit", serif;
}
.verifie_title p {
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	margin: 0px 0 0px 0;
	font-family: 'Outfit', sans-serif;
}
.footer_right {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 50px;
	background-color: #fff;
	padding: 30px 50px;
	border-radius: 60px;
}
.footer_right_box {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 60px;
}
.footer_bottom {
	position: relative;
	padding: 13px 0;
	background-color: #dd5d2e;
}
.dezign_copyright {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0.3px;
	font-family: "Outfit", sans-serif;
}
.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Outfit", sans-serif;
}
.dezign_by {
	font-size: 15px;
	color: #fff;
	font-weight:400;
	text-align: right;
	font-family: "Outfit", sans-serif;
}
.dezign_by span {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.3px;
	font-family: "Outfit", sans-serif;
}
@media screen and (max-width:1350px){
	.footer_menu ul li a {
		padding: 0 40px;
	}
	.footer_right {
		column-gap: 30px;
		padding: 30px 30px;
	}
	.footer_right_box {
		column-gap: 30px;
	}
}
@media screen and (max-width:1199px){
	.footer_menu ul li a {
		padding: 0 30px;
	}
	.verifie_title h4 {
		font-size: 15px;
	}
	.footer_right {
		column-gap: 20px;
		padding: 20px 20px;
	}
	.footer_right_box {
		column-gap: 20px;
	}
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom:10px;
		line-height: 24px;
	}
	.footer_block.footer_block04 {
		margin: 0px 0 20px 0;
		text-align: center;
	}
	.footer_right_box {
		display: block;
	}
	.footer_block.footer_block03 {
		text-align: center;
	}
	.footer_logo {
		text-align: center;
		margin: 0 0 20px;
	}
	.footer_block.footer_block01 {
		display: none;
	}
	.footer_menu ul {
		display: block;
		text-align: center;
	}
	.footer_menu ul li a {
		padding:5px 0px;
		border-right: none;
	}
	.payment_img {
		text-align: center;
		margin: 20px 0;
	}
}
@media screen and (max-width:767px){
	.footer_right {
		display: block;
		padding: 20px 10px;
	}
	.footer_right_box .footer_right .verifie_box:first-child{
		margin-bottom: 20px;
	}
	.footer_logo img {
		width: 120px;
	}
}
@media screen and (max-width:480px){
	.footer_right {
		border-radius: 30px;
	}
}
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0 0 50px 0;
}
.feature-title {
	position: relative;
	text-align: center;
}
.feature-title h2 {
	font-size: 30px;
	font-weight: 700;
	color: #111111;
	margin-bottom: 25px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	line-height: 35px;
	font-family: "Outfit", sans-serif;
}
.cate_box {
	position: relative;
	text-align: center;
	display: block;
	margin: 0 auto 30px;
}
.feature_box {
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	z-index: 2;
}
.feature_box a {
	display: block;
}
.cate_box .fat_text h2 {
	font-size: 22px;
	font-weight: 600;
	transition: all 0.5s ease-in-out;
	text-transform: capitalize;
	color: #111111;
	position: relative;
	font-family: "Outfit", sans-serif;
	margin: 12px 0 0;
}
.cate_box:hover .fat_text h2{
	color: #dd5d2e;
}
.browse_all_btn.view2 {
	text-align: center;
}
@media screen and (max-width:991px){
	.feature_section {
		margin: 0 0 40px 0;
	}
	.feature-title h2 {
		font-size: 27px;
		line-height: 32px;
	}
}
@media screen and (max-width:767px){
	.feature_section {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width:575px) {
	.feature-title h2 {
		font-size: 25px;
		line-height: 32px;
	}
}
@media screen and (max-width: 480px) {
	.feature-title h2 {
		font-size: 22px;
    	line-height: 25px;
	}
}
@media screen and (max-width: 361px) {
	.feature-title h2 {
		font-size: 21px;
	}
}
/*============================================
			feature CSS END
============================================*/
/*================================== PROMOTION CSS START  ================================== */
.promo_wrapper {
	margin: 0 0 50px;
	z-index: 1;
	position: relative;
}
.promo_item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.promo_icon {
	position: relative;
	width: 25%;
	transition: all 0.5s ease-in-out;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.promo_img {
	margin: 0 0 15px;
}
.promo_title h4 {
	font-size: 22px;
	font-weight: 500;
	color: #111111;
	margin: 0 0 0px;
	line-height: 22px;
	font-family: 'Outfit', sans-serif;
}
@media screen and (max-width: 991px) {
	.promo_item {
		justify-content: center;
		flex-wrap: wrap;
	}
	.promo_icon:nth-child(1), .promo_icon:nth-child(2) {
		margin: 0 0 30px;
	}
	.promo_icon {
		width: 50%;
	}
	.promo_wrapper {
		margin: 0 0 40px;
	}
}
@media screen and (max-width: 480px) {
	.promo_title h4 {
		font-size: 20px;
	}
}
@media screen and (max-width:361px) {
	.promo_title h4 {
		font-size: 18px;
	}
}
/*================================== PROMOTION CSS END  ================================== */