@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*  
font-family: "Montserrat", sans-serif;
font-family: "Montserrat", 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: "Montserrat", sans-serif;
	font-family: "Montserrat", 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 ============================== */
.main_dezign_brain_header {
	margin: 0 0 30px 0;
}
.promo_top_text {
	background-color: #f8f9fb;
	padding: 10px 0;
	/* border-radius: 0 0 50px 50px; */
}
.welcom_text {
	color: #191919;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
}
.welcom_text span {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.3px;
	font-family: "Montserrat", sans-serif;
}
.header_bottom {
	z-index: 3;
	position: relative;
	margin: 20px 0 20px;
}
.top_header {
	background-color: #ffff;
}
.top_section1 {
	position: relative;
}
/* .top_section1::before{
	content:'';
	position:absolute;
	width:100%;
	height: 1px;
	background-color:#f1f1f1;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
} */
 .main_menu {
	background: #f7f7f7;
	padding: 15px 0px;
	border-radius: 10px;
}
.main_menu_mobile{
	display: none !important;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: center;
	/* column-gap: 30px; */
}
.main_menu ul li{
	padding: 0 20px;
	border-right: 1px solid #dcdcdc;
}
.main_menu ul li:last-child{
	border-right:none;
}
.main_menu ul li a i{
	color:#868686;
	transition: all .5s ease-in-out;
}
.main_menu ul li a {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	letter-spacing: 0.3px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #333333;
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
}
.main_menu ul li a:hover,
.main_menu ul li a:hover i{
	color:#000;
}
.logo {
	text-align: center;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	z-index: 1;
}

/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Montserrat', 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: 190px;
	overflow: hidden;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #868686;
}
.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 {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	letter-spacing: 0.3px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #868686;
	text-decoration: none;
	text-transform: capitalize;
	padding: 7px 10px;
	display: inline-block;
}
.amon ul li a:hover{
	color:#111;
}
.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: 	#868686;
}
.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:1199px){
	
}
@media screen and (max-width: 991px) {
	.logo {
		width:90%;
		margin: 0;
		text-align: left;
	}
	.top_header{
		display: inline-block;
	}
	.top_section1 .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;
    }
	.mobile_menu {
		display: inline-block !important;
	}
	.main_menu {
		display: none;
	}
	.top_section1::before {
		content: none;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
	.logo {
		width: 75%;
	}
	.header_bottom {
		margin: 10px 0 10px;
	}
	.main_dezign_brain_header {
		margin: 0 0 20px 0;
	}
}
/* ============================== HEADER CSS END ============================== */
/*================================== BANNER CSS START  ================================== */
#dezign_home_banner {
	margin: 0 auto 50px;
	text-align: center;
}
#dezign_home_banner img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
#maine_slider_res, .paypal_section_res {
	display: none;
}
@media only screen and (max-width: 767px) {
	#maine_slider{
		display: none !important;
	}
	#maine_slider_res{
		display: block !important;
		margin-bottom: 0px;
	}
	#dezign_home_banner {
		margin: 0 auto 40px;
	}
}
/*================================== BANNER CSS END  ================================== */
/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	/* background-color: #f8f8f8; */
	margin: 0 0 40px 0px ;
}
.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;
}
.service_box::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: rgba(218,218,218,0.5);
	top: 0;
	right: -70px;
	bottom: 0;
	margin: auto;
}
.service_box:last-child:after{
	display: none;
}
.service_img {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service_img img {
	transition: all 0.5s ease-in-out;
}
.service_box:hover img {
	transform: rotateY(360deg);
}
.service_title h4 {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	/* text-transform: uppercase; */
	margin: 10px 0 0 0;
	letter-spacing: 0.50px;
}
.service_text p {
	font-size: 15px;
	font-weight: 300;
	color: #555555;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0;
	letter-spacing: 1px;
}
@media screen and (max-width: 1199px) {
.service_box::after {
	right: -36px;
}
}
@media screen and (max-width:1024px) {
	
}
@media screen and (max-width: 991px) {
	.service_item {
		flex-wrap: wrap;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		row-gap: 30px;
	}
	.service_box:nth-child(2):after{
		display: none;
	}
	.service_box::after {
		right: -20px;
	}
}
@media screen and (max-width: 767px) {
	.service_box::after {
		right:0px;
	}
	.service_wrapper  .container .service_item .service_box:nth-child(4), .service_wrapper  .container .service_item .service_box:nth-child(3){
		margin: 20px 0 0 0;
	}
	.service_title h4 {
		font-size: 17px;
	}
	.service_item {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width:575px) {
	.service_title h4 {
		font-size: 17px;
	}
	.service_wrapper  .container .service_item .service_box:nth-child(3), .service_wrapper  .container .service_item .service_box:nth-child(4), .service_wrapper  .container .service_item .service_box:nth-child(5){
		margin: 30px 0 0 0;
	}
}
@media screen and (max-width: 480px) {
	.service_item {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 10px;
	}
	.service_wrapper {
		margin: 0 0 20px 0px;
	}
	.service_box:last-child:after{
		display: none;
	}
	.service_box::after{
		display: none;
	}
	.service_wrapper  .container .service_item .service_box:nth-child(2), .service_wrapper  .container .service_item .service_box:nth-child(3), .service_wrapper  .container .service_item .service_box:nth-child(4), .service_wrapper  .container .service_item .service_box:nth-child(5){
		margin: 0 0 0 0;
	}
}
/*================================== PROMOTION CSS END  ================================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.product_section {
	position: relative;
}
#right_box .desc-rd.desc-text {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	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;
}
.table_box {
	width: 80%;
}
#right_box .desc-rd .table_item .table_box tr {
	background: url('../images/next.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 30px;
	display: flex;
}
#right_box .desc-rd .table_item .table_box tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	width: 50%;
}
#right_box .desc-rd .table_item .table_box tr td {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	color: #333333;
	padding: 6px 8px;
	text-transform: uppercase;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
}
#right_box .desc-rd .table_item .table_box tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}
#right_box .desc-rd .table_item .table_box tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
	top: 4px;
}

/* 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: 640px;
	margin: 0 auto;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	cursor: zoom-in;
	margin: 15px 0 20px;
}
.main_title {
	font-size: 18px;
	letter-spacing: 0.3px;
	font-weight: 400;
	padding: 9px 6px;
	color: #191919;
	margin-bottom: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #f8f9fb;
	text-transform: capitalize;
	font-family: "Montserrat", serif !important;
	border-radius: 10px;
}
.listing_content {
	width: 100%;
	margin: 0px auto 15px;
	display: table;
	padding: 00;
}
#main_gallery {
	min-height: auto;
	width: 100%;
	position: relative;
}

#main_gallery .full_img_wapper {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	height: 0px;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}


#main_row > div {
	margin-top: 0;
	max-width: 100%;
}
	.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: 640px;
	margin: 0 auto;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	cursor: zoom-in;
	margin: 15px 0 20px;
}
.listing-title {
	text-align: center;
}

.listing_content {
	width: 100%;
	margin: 0px auto 15px;
	display: table;
	padding: 00;
}
#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: auto;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	height: 739px;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
.section-tittle span {
	color: #2ECC87 !important;
	text-transform: capitalize;
}
.section-tittle.box {
	text-transform: capitalize !important;
}
#main_row > div {
	margin-top: 0;
	width: 380px;
}
#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	flex-wrap: wrap;
	justify-content: start;
	margin-left: auto;
	margin-right: 0;
}
#main_gallery #main_row div ul li:last-child {
	margin-right: 0;
}
#main_gallery .full_img_wapper {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	height: 0;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#main_gallery .thumb {
	background-color: #fff;
	border: 1px solid #dadada;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
	overflow: hidden;
	border-radius: 15px;
}
#main_gallery .thumb > img {
	display: table-cell;
	height: auto;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
#main_gallery #main_row div#row1 ul:first-child li:first-child .imagsbox_w {
	z-index: 1;
}
#main_gallery #main_row input {
	display: none;
}
#main_gallery #main_row input:checked ~ .imagsbox_w {
	z-index: 2;
}
#main_gallery div.imagsbox_w .imagsbox {
	display: flex;
	height: 100%;
	max-width: 100%;
	padding: 0;
	width: 100%;
	background-color: #fff;
}
#main_gallery div.imagsbox_w .full-img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
#main_gallery div.imagsbox_w {
	border: 1px solid #dadada;
	bottom: 0;
	height: 97%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 66%;
	overflow: hidden;
	border-radius: 15px;
}
#main_gallery #main_row div ul li {
	height: auto;
	margin: 0 0px 20px 23px;
	padding: 0;
	width: auto;
}
#main_gallery div.imagsbox_w.img_item {
	right: 0;
}
@media only screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
  }
@media only screen and (max-width: 1079px) {
	#main_gallery div.imagsbox_w {
		width: 63%;
	}
  }
@media only screen and (max-width: 1024px) {
	#main_gallery .full_img_wapper {
	  height: 395px;
	  width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_row > div {
		max-width: 100%;
		float: none;
		margin: 0 auto !important;
		text-align: center;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		gap: 0 5px;
	}
	#main_gallery #main_row div ul li {
		margin: 0 0px 0px 0px;
	}
	#main_gallery .thumb {
		height: 100px;
		width: 100px;
	}
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
	}
	#main_gallery #main_row {
		height: auto;
	}
  }
  @media only screen and (min-width: 320px) and (max-width: 1024px) {
	.main_title {
		margin-bottom: 5px;
	}
	#listingarea {
		margin-bottom: 0px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		padding: 0 0px 0px;
		width: 100%;
		min-height: auto;
	}
	#main_gallery .full_img_wapper {
		background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
		height: 410px;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		width: auto;
		margin: 0 auto;
		flex-wrap: wrap;
		grid-row-gap: 10px;
	}
	#main_gallery #main_row div ul li {
		float: left;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery #main_row .thumb img {
		max-height: 55px;
		max-width: 55px;
	}
	#main_gallery div.imagsbox_w {
		left: 0;
		margin: 10px auto 0;
		right: 0;
		top: 0 !important;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery div.imagsbox_w .full-img {
		max-height: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
	.listing_content {
		margin: 0px auto 25px;
	}
}
@media only screen and (max-width:480px){
	.main_title {
		font-size: 17px;
	}
}
.desc-hedtitle {
	color: #191919;
	font-size: 18px;
	font-weight: 700;
	padding: 6px 5px;
	letter-spacing: 0.3px;
	z-index: 1;
	position: relative;
	text-align: center;
	line-height: 30px;
	text-transform: capitalize;
	font-family: "Montserrat", serif;
	margin: 0 0 10px 0;
	background-color: #f7f7f7;
	border-radius: 10px;
}
.desc-rd p {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.30px;
	font-weight: 400;
	color: #191919;
	font-family: "Montserrat", sans-serif !important;
}
.desc-rd p:last-child{
	margin: 0;
}

.desc-rd.desc-text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
 	background-position: left 10px;
  	padding-left: 17px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.30px;
	font-weight: 400;
	color: #191919;
	font-family: "Montserrat", sans-serif !important;
}
.desc-rd.desc-text b, .desc-rd.desc-text strong {
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 0.30px;
	font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.30px;
	color: #191919;
	font-family: "Montserrat", serif !important;
	display: block;
}
.product-text {
	margin: 0 0 40px 0;
}
.pro-and-about {
	padding: 20px;
	margin: 00px 0px 00px;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
}
#right_box .desc-rd .table_box tr {
	display: flex;
}
#right_box .desc-rd .table_box tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	/* font-weight: 700; */
	font-family: "Montserrat", sans-serif;
	width:25%;
	letter-spacing: 0.30px;
}
#right_box .desc-rd .table_box tr td {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	color: #000;
	padding: 6px 8px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
}
#right_box .desc-rd .table_box tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
	top: 4px;
}
@media only screen and (max-width: 1199px) {
	.product-text .container{
		max-width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 575px){
	.product-text {
		margin: 0 0 30px 0;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */

/*================================== ABOUT CSS START  ================================== */
.about_wrapper {
	position: relative;
	margin-bottom: 40px;
}
.about_img {
	border-radius: 25px;
	overflow: hidden;
}
.about_content {
	/* padding: 40px 0; */
}
.about_content h3 {
	font-size: 30px;
	font-weight: 700;
	color: #191919;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	line-height: 34px;
	text-transform: uppercase;
	background: url('../images/about-text-after.png');
	background-repeat: no-repeat;
	background-position: left 0;
	padding-left: 40px;
}
.about_content h6 {
	font-size: 20px;
	font-weight: 600;
	color: #191919;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	line-height: 34px;
}

.about_content h3 span{
	color: #244c88;
}
.about_content p span{
	color: #244c88;
	font-weight: 600;
}

.about_content p {
	font-size: 16px;
	font-weight: 400;
	color: #191919;
	font-family: 'Montserrat', sans-serif;
	line-height: 27px;
	letter-spacing: 0.3px;
	margin-bottom: 16px;
}
.button {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 12px 25px;
	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: #111111;
	text-transform: uppercase;
	border-radius: 10px;
}
.button:hover {
	background: #868686;
	color: #fff;
}
@media screen and (max-width: 1299px) {

}
@media screen and (max-width: 1199px) {
	.about_wrapper .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.about_content h3 {
		font-size: 25px;
		display: inline-block;
	}
}
@media screen and (max-width: 1024px) {
	.about_content p {
		margin-bottom: 15px;
	}
	.about_button {
		margin-top: 20px;
	}
}
@media screen and (max-width: 991px) {
.about_content p {
	font-size: 14px;
	margin-bottom: 12px;
}
	.about_button {
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.about_wrapper .container .row .col-md-6{
		flex: 0 0 100% !important;
    	max-width: 100% !important;
	}
	/* .about_wrapper .container .row .col-md-6:first-child {
		order: 2;
	} */
	 .about_wrapper{
		text-align: center;
	 }
.about_img {
	text-align: center;
	display: inline-block;
}
	.about_content p {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.about_wrapper {
		position: relative;
	}
	.about_content {
		text-align: center;
		margin: 20px 0 0 0;
	}
}
@media screen and (max-width:575px) {

}
@media screen and (max-width: 480px) {
	.about_content p {
		margin-bottom: 17px;
	}
	.about_content h6 {
		font-size: 16px;
		line-height: 25px;
	}
}
@media screen and (max-width: 361px) {
	
}
/*================================== ABOUT 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;
}
.tabsbottom label {
	display: inline-block;
	margin: 0 10px 0;
	padding: 10px 30px;
	text-align: center;
	cursor: pointer;
	color: #555555;
	background-color: #f3f3f3;
	font-weight: 600;
	font-size: 18px;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-family: "Montserrat", sans-serif;
	border-radius: 15px;
}
.message_desk {
	display: inline-block;
	vertical-align: middle;
}
.tabsbottom {
	margin-bottom: 40px;
}
.tabsbottom label:hover {
	background: #868686;
	color: #fff;
}
.tabsbottom input:checked + label {
	background: #868686;
	color: #fff;
}
.message_desk img:last-child{
	display: none;
}
.tabsbottom label:hover .message_desk img:last-child{
	display: block;
}
.tabsbottom label:hover .message_desk img:first-child{
	display: none;
}
.tabsbottom input:checked + label .message_desk img:first-child{
	display: none;
}
.tabsbottom input:checked + label .message_desk img:last-child{
	display:block;
}
#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 {
	text-align: left;
}
section p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #444;
	text-align: left;
	margin: 0 0 15px 0;
	font-family: "Montserrat", sans-serif;
}
section p:last-child{
	margin: 0;
}
section p span,section ul li span {
	font-weight: 600;
	color: #ec647e;
}
section b {
	font-weight: 700;
	color: #191919;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin: 0 0 10px 0;
	font-family: "Montserrat", sans-serif;
	display: inline-block;
}
section ul{
	/* margin-left: 20px; */
}
section ul li {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	color: #191919;
	text-align: left;
	font-family: "Montserrat", sans-serif;
}
.tabsbottom label img {
	transition: all 0.5s ease-in-out;
	margin: 0 10px 0 0;
	text-align: center;
}
section {
	display: none !important;
	padding: 30px 0 0;
}
.tabs_top {
	text-align: center;
	padding: 20px 30px;
	border: 1px solid #cdcdcd;
	border-radius: 25px;
}
@media screen and (min-width: 768px) {
	.tabs_top {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
	#table1 {
	order: 1;
	position: relative;
	}
	.tabs_top label:nth-child(2) {
	order: 2;
	position: relative;
	}
	#table2 {
	order: 3;
	position: relative;
	}
	.tabs_top label:nth-child(5) {
	order: 4;
	position: relative;
	}
	#table3 {
	order: 5;
	position: relative;
	}
	.tabs_top label:nth-child(8) {
	order: 6;
	position: relative;
	}
	#content1{
		order: 7;
	position: relative;
	}
	#content2{
		order: 8;
	position: relative;
	}
	#content3{
		order: 9;
	position: relative;
	}
}
@media screen and (max-width: 991px) {
	section p:last-child{
		margin: 0 0 15px 0;
	}
}
@media screen and (max-width: 767px) {
	.tabsbottom label {
		width: 100%;
		margin: 0 0 5px;
		font-size: 17px;
	}
	section {
		padding: 15px 0 0;
	}
	.tabsbottom {
		margin-bottom: 40px;
	}
	.tabs_top {
		padding: 25px 25px;
	}
	.accordion1-title {
		width: 100%;
		margin: 0 5px 5px  !important;
	}
}
@media screen and (max-width: 575px){
	.tabs label, .tabsbottom label{
		width: 100%;
		margin-right: 0;
	}
	.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 {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
	section p {
		font-size: 15px;
	}
	.tabs_top {
		padding: 20px 20px;
	}
}
/*================================== 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 40px 0;
}
.guaranteed-head h5 {
	font-size: 30px;
	font-weight: 700;
	color: #111111;
	text-transform: capitalize;
	text-align: center;
	position: relative;
	margin: 0;
	display: inline-block;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}

.start {
	margin: 0 0 15px 0;
}
.guaranteed_item{
	position: relative;
	margin: 0 0px 35px;
}
.guaranteed_box {
	text-align: center;
	position: relative;
	padding: 20px 15px;
	background-color: #f9f9f9;
	border-radius: 20px;
}
.coma {
	margin: -30px 0 0;
}
.guaranteed_name {
	font-size: 16px;
	color: #191919;
	letter-spacing: 0.3px;
	font-weight: 700;
	line-height: 23px;
	font-family: "Montserrat", sans-serif;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}
.guaranteed_name img{
	margin-right: 10px;
}
.guaranteed_text {
	font-size: 16px;
	color: #191919;
	font-weight: 400;
	line-height: 28px;
	transition: all 0.8s ease-in-out;
	letter-spacing: 0.3px;
	font-family: "Montserrat", sans-serif;
	margin: 15px 0px;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.browse_all_btn.review {
	text-align: center;
}
@media screen and (max-width:1199px) {
	
}
@media screen and (max-width:991px){
	.guaranteed-head {
		margin: 0 0 30px 0;
	}
	.guaranteed_wapper {
	margin: 0;
}
}
@media screen and (max-width: 767px) {
	.guaranteed_item {
		max-width: 70%;
		margin: 0 auto 30px;
	}
	.guaranteed-head h5 {
		font-size: 22px;
		line-height: 25px;
	}
	.guaranteed_text {
		height: unset;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed-head h5 {
		font-size: 21px;
		line-height: 25px;
	}
}
@media screen and (max-width:480px){
	.guaranteed_item {
		max-width:90%;
	}
	
}
@media screen and (max-width:361px){
	.guaranteed_item {
		max-width: 100%;
	}
	.guaranteed-head {
		margin: 0 0 30px 0;
	}
}
/*============================================
			guaranteed CSS END
============================================*/
/*================================== FOOTER CSS START  ================================== */
.store_footer_wapper {
	padding: 25px 0;
	background-color: #f9f9f9;
	position: relative;
}
.footer_block_titel {
	font-size: 20px;
	color: #191919;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
	letter-spacing: 0.3px;
	font-family: 'Montserrat', sans-serif;
}
.footer_block.footer_block03 {
	text-align: center;
}
.footer_block.footer_block02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu ul li a i{
	transition:all 0.5s ease-in-out;
	margin-right:5px;
}
.footer_menu ul li a {
	font-size: 15px;
	color: #191919;
	line-height: 20px;
	font-weight: 500;
	transition: 0.5s all ease-in-out;
	text-transform: capitalize;
	display: inline-block;
	letter-spacing: 0.5px;
	font-family: "Montserrat", sans-serif;
	padding: 7px 0;
}
.footer_menu ul li a:hover{
	color: #000;
}
.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_bottom {
	padding: 13px 20px;
	position: relative;
	background-color: #868686;
	margin: 30px 0 0 0;
	border-radius: 10px;
}
.dezign_copyright {
	font-size: 14px;
	letter-spacing: 0.3px;
	color: #eaeaea;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.dezign_copyright span {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.dezign_by {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #eaeaea;
	font-weight: 400;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
}
.dezign_by span {
	color: #eaeaea;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width:1400px){

	.tabsbottom::after,.about_wrapper::after{
		top: auto;
		bottom: -3px;
	}
}
@media screen and (max-width:1299px){

}
@media screen and (max-width:1199px){
	.footer_block_titel {
		font-size: 16px;
	}
	.footer_menu ul li a {
		font-size: 14px;
	}
	.footer_logo {
		width: 120px;
	}


}
@media screen and (max-width: 991px){
	.footer_block_titel {
		font-size: 19px;
	}
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 8px;
	}
	.footer_menu {
		margin: 0 0px;
	}
	.footer_logo {
		text-align: center;
		margin: 0px 0 20px 0;
	}
	.footer_block.footer_block03 {
		margin: 25px 0 ;
	}
	.footer_block.footer_block02 {
		text-align: center;
		flex-wrap: wrap;
		gap: 0;
		justify-content: center;
	}
	.footer_menu {
		width: 100%;
		order: 2;
	}
	.footer_logo {
		order: 1;
		width: auto;
	}
	.footer_menu ul li a {
		font-size: 16px;
	}


}

/*================================== FOOTER CSS END  ================================== */
/* new */
#image_wrapper .ps-current>ul,
#image_wrapper .ps-list {
	list-style: none;
	padding: 0px;
	margin-bottom: 30px;
	text-align: center;
}

#image_wrapper .ps-current>ul li,
#image_wrapper .ps-list li {
	display: inline-block;
	float: none;
}

#image_wrapper .ps-list img {
	cursor: pointer;
}

#content-wrapper aside .box-body span {
	padding: 15px;
	display: block;
}

#content-wrapper .product-main-content {
	margin-top: 22px;
}

.nav-tabs li {
	float: none !important;
	margin-bottom: 0px !important;
}

.nav-tabs li>a {
	/* float: left; */
	position: relative;
}

.nav-tabs li .panel {
	position: absolute;
	width: 100%;
	height: 0px;
	padding-bottom: 39%;
}

.nav-tabs li:nth-child(1) .panel {
	z-index: 3;
}

.nav-tabs li:nth-child(2) .panel {
	z-index: 2;
}

.nav-tabs li:nth-child(3) .panel {
	z-index: 1;
}

.nav-tabs li:target .panel {
	z-index: 5;
}

.nav-tabs li:target>a {
	font-weight: bold;
}


.thumbnail,
.box-body {
	transition: none !important;
}

.product-wrapper {
	float: none !important;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 20px 0 0 0;
	justify-content: center;
	padding-bottom: 20px;
}
.product-cell {
	/* float: left; */
	width: 25%;
	margin: 0px;
}

.product-cell .title>h4 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.megamenu {
	/* float: left; */
}

#search {
	/* float: right; */
}

.tab-menu input.product-slider,
.tab-menu input.product-slider+.panel {
	display: none;
}

.tab-menu input.product-slider+.panel {
	position: relative;
	z-index: 2;
}
.tab-menu input.product-slider:checked label{
	background-color: #c20735 !important;
}
.tab-menu input.product-slider:checked + .panel {
    display: block;
    border: 1px solid #dbdbdb;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.tab-menu .nav-tabs {
	margin-bottom: -2px;
	justify-content: center;
}

.tab-menu .nav-tabs>li>a {
	padding: 0px;
	outline: 0px;
	border: 0px;
}

.tab-menu .nav-tabs>li>a>label {
	cursor: pointer;
	letter-spacing: 0.9px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 43px;
	transition: all 0.5s ease 0s;
	text-align: center;
	text-decoration: none;
	background: #999999;
	/* text-transform: uppercase; */
	margin-right: 10px;
	font-family: "Poppins", sans-serif;
	z-index: 1;
	padding: 0 24px;
	margin-bottom: 2px;
}
	.tab-menu .nav-tabs > li > a > label:is(:hover,:active,:focus){
	color: #fff;
  background-color: #c20735;
}

.tab-menu .thumbnail {
	position: relative;
	margin-bottom: 0px;
	padding: 10px;
	border: 1px solid #ddd;
	width: 24%;
}

@media(max-width: 990px) {
	#cms-pages {
		padding: 0px !important;
		float: none !important;
	}

	header ul.nav {
		margin: 5px !important;
	}

	header ul.nav li {
		margin-top: 5px;
	}

	header ul.nav li:first-child {
		margin-top: 0px;
	}

	header .container ul.nav {
		margin: 0px !important;
	}

	header .container ul.nav>li>a {
		margin: 0px !important;
		padding: 8px 15px;
	}

}

@media(max-width: 605px) {
	.tab-menu .thumbnail {
		width: 46%;
	}

	.nav-tabs li>a {
		width: 100%;
		margin-bottom: 5px;
	}
}
@media(max-width: 480px){
	.tab-menu .thumbnail {
		width: 100%;
		overflow: hidden;
	}
	/* .tab-menu input.product-slider:checked + .panel{
		width: 240px;
	} */
	.product-wrapper {
		display: block;
		width: 240px;
		margin: 5px auto;
	}
	.tab-menu .nav-tabs > li > a > label {
		font-size: 14px;
		line-height: 32px;
		padding: 3px 6px;
		margin-bottom: 12px;
	}
	.feature_box::after {
		height: 204px;
		width: 204px;
	}
	.feature_box {
		height: 200px;
		width: 200px;
	}
}
@media(max-width: 380px) {
	.product-cell {
		width: 100%;
	}
}

.image-square {
	width: 100%;
	/* position: relative; */
	max-height: 220px;
}

.image-square:after {
	content: "" "";
	display: block;
	padding-bottom: 100%;
}

.image-square>.inner {
	/* position: absolute; */
	/* width: 100%; */
	/* height: 100%; */
	/* overflow: hidden; */
	/* padding: 10px; */
}

.image-square>.inner a {
	overflow: hidden;
	/* width: 83%; */
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	position: relative;
	height: 200px;
	border: 1px solid #e6e6e6;
	margin: 15px auto;
}

.image-square>.inner a .image {
	display: block;
	position: relative;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.image-square > .inner a:hover .image{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.image-square>.inner a .overlay-img {
	top: 10px;
	left: 10px;
}

.thumbnail>img,
.thumbnail a>img {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.img-responsive,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img,
.thumbnail>img,
.thumbnail a>img {
	height: 150px;
}

#logo {
	display: block;
}

#logo a img {
	max-height: 400px;
	width: 100%;
}

.product-cell .title > h4 {
	/* display: -webkit-box; */
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	/* height: 70px; */
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	width: 100%;
	line-height: 24px;
	letter-spacing: 0.20px;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.desc-text .panel-body ul li .row>.row {
	display: inline-block;
}

.desc-text .panel-body ul li .row {
	display: inline-block;
	margin-right: 0px;
	margin-left: 0px;
}

.desc-text .panel-body {
	margin: 0 0 10px 0;
}
.price_wrapper .price span{
	font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #000000;
  width: 100%;
  margin: 0 0 15px 0;
}

.desc-rd .panel.panel-default {
	display: none;
}
.panel.panel-default + h3 {
	display: none;
}