@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

/*  
font-family: "Roboto Slab", sans-serif;
font-family: "Arimo", 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: "Roboto Slab", 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 ============================== */
.promo_top_text {
	background-color: #fbca1b;
	padding: 5px 0;
}
.welcom_text {
	color: #111;
	font-family: "Roboto Slab", sans-serif;
	font-size: 14px;
	font-weight: 400;
	z-index: 1;
	position: relative;
}
.welcom_text span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Roboto Slab", sans-serif;
}
.top_newsletter_link ul {
	display: flex;
	list-style: none;
	justify-content: end;
	margin-bottom: 0px;
	z-index: 1;
	position: relative;
}
.top_newsletter_link ul li i{
	margin-right:8px;
}
.top_newsletter_link ul li a {
	color: #111;
	font-family: "Roboto Slab", sans-serif;
	font-size: 14px;
	font-weight: 400;
	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(0, 0, 0, 0.6);
}
.top_newsletter_link ul li:last-child a{
	border-right:none;
}
.top_newsletter_link ul li a:hover{
    text-decoration: none;
	background-color:#000;
	color:#fff;
}
.main_menu_mobile{
	display: none !important;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: center;
	padding: 20px 0;
}
.main_menu ul li a i{
	color:#111;
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.main_menu ul li a:hover i{
	color:#290565;
}
.main_menu ul li a {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 700;
	position: relative;
	transition: all .5s ease-in-out;
	color: #111111;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 25px;
	display: inline-block;
	font-family: "Arimo", sans-serif;
}
.main_menu ul li a:hover{
	color:#290565;
}
.top_section {
	position: relative;
	padding: 15px 0;
	background-image: url(../images/top_after.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position:bottom center;
}
.logo {
	text-align: center;
	margin: -45px 0 0px;
	z-index: 0;
	position: relative;
}
/* 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: 185px;
	overflow: hidden;
	padding: 10px;
	background-color: #fbca1b;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a i {
	color: #111;
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.amon ul li a:hover i {
	color: #290565;
}
.amon ul li a {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight:700;
	position: relative;
	transition: all .5s ease-in-out;
	color: #111;
	text-decoration: none;
	text-transform:uppercase;
	padding: 7px 5px;
	display: inline-block;
	  font-family: "Arimo", sans-serif;
}
.amon ul li a:hover{
	color:#290565;
}
.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: #fbca1b;
}
.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) {
	.logo {
		width: 75%;
		margin: 0;
	}
    .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: 5px 0 10px 0;
	}
	.top_newsletter_link ul {
		justify-content: center;
	}
	.top_section1 {
		display: none;
	}
	.top_section2 {
		display: flex;
		align-items: center;
		position: relative;
	}
	.top_section {
		background-image: url(../images/top_after_res.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom center;
		margin: 0 0 30px 0;
		padding: 10px 0;
	}
}
@media screen and (max-width: 767px) {
	.logo {
		width: 75%;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
}
@media screen and (max-width:361px){
	.logo {
		width: 55%;
	}
	.welcom_text {
		font-size: 14px;
	}
	.top_newsletter_link ul li a {
		padding: 7px 15px;
	}
}
/* ============================== HEADER 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;
}
#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: 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: 500;
	padding: 9px 6px;
	color: #fff;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #1b1464;
	text-transform: capitalize;
	font-family: "Roboto Slab", serif !important;
}
.listing_content {
	width: 100%;
	margin: 0px auto 30px;
	display: table;
}
#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: 720px;
	margin: 0 auto;
	max-width: inherit;
	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: 375px;
}
#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;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
	overflow: hidden;
}
#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;
	border-radius: 0px;
	bottom: 0;
	height: 100%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 66%;
	overflow: hidden;
}
#main_gallery #main_row div ul li {
	height: auto;
	margin: 0 0px 20px 23px;
	padding: 0;
	width: auto;
}
@media only screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width:1099px){
	#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 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;
	}
}
.pro-and-about {
	border: 1px solid #d3d3d3;
	padding: 20px;
}
.desc-hedtitle {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 6px 5px;
	letter-spacing: 1px;
	z-index: 1;
	position: relative;
	text-align: center;
	line-height: 30px;
	text-transform: capitalize;
	background-color: #1b1464;
	font-family: "Roboto Slab", serif;
	margin: 0 0 0px 0;
	border-left: 20px solid #fbca1b;
	border-right: 20px solid #fbca1b;
}
.desc-rd p {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.5px;
	font-weight: 400;
	color: #444444;
	  font-family: "Arimo", sans-serif;
}
.desc-rd p:last-child{
	margin: 0;
}
.desc-rd.desc-text ul li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.5px;
	font-weight: 400;
	color: #444;
	font-family: "Arimo", sans-serif;
}
.desc-rd.desc-text b, strong {
	margin-bottom: 7px;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.6px;
	font-weight: 700;
	color: #000;
	  font-family: "Arimo", sans-serif;
	display: block;
}
.product-text {
	margin: 0 0 40px 0;
}
@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 ============================== */

/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	background-color: #290565;
	margin: 0 0 40px 0;
	padding: 25px 0;
}
.service_item {
	display: flex;
	align-items: center;
	justify-content: 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;
	padding: 0 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.service_box:last-child{
	border-right:none;
}
.service_img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 43px;
}
.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: 16px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Roboto Slab', sans-serif;
	text-transform: uppercase;
	margin: 0px 0 0px 0;
	letter-spacing: 0.55px;
	text-align: left;
	line-height: 25px;
}
.service_title p {
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 0;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: left;
	  font-family: "Arimo", sans-serif;
}
@media screen and (max-width:1199px) {
	.service_box {
		padding: 0 30px;
	}
}
@media screen and (max-width:1024px) {
	.service_box {
		width: 32%;
		background-color: #290565;
		padding: 20px;
		border-right: 0;
	}
	.service_wrapper {
		background-color: transparent;
		padding: 0;
	}
	.service_item {
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 15px;
	}
	.service_wrapper .service_item .service_box:nth-child(4) {
		margin:25px 0 0px 0;
	}
}
@media screen and (max-width: 991px) {
	.service_box {
		width: 42%;
	}
	.service_wrapper .service_item .service_box:nth-child(3) {
		margin:25px 0 0px 0;
	}
}
@media screen and (max-width: 767px) {
	.service_box {
		width: 48%;
		padding: 20px 10px;
	}
}
@media screen and (max-width:575px) {
	.service_title h4 {
		font-size: 15px;
	}
}
@media screen and (max-width: 480px) {
	.service_box {
		width: 46%;
		display: block;
		padding: 15px 5px;
	}
	.service_title h4 {
		margin: 10px 0 0px 0;
		text-align:center;
	}
	.service_title p {
		text-align: center;
		font-size: 13px;
	}
}
@media screen and (max-width: 361px) {
	.service_title h4 {
		font-size: 13px;
	}
}
/*================================== PROMOTION CSS END  ================================== */

/*================================== BANNER CSS START  ================================== */
#dezign_home_banner {
	text-align: center;
	margin: 0 0 40px 0;
}
/*================================== BANNER CSS END  ================================== */

/* ABOUT1 CSS START */
.about_wrapper{
	position: relative;
	padding: 0px 0 40px;
}
.about_wrapper::after {
	content: '';
	position: absolute;
	background-color: #f5f5f5;
	clip-path: polygon(25% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
}
.about_img {
	margin: 0 0px 0 0;
	position: relative;
	z-index: 1;
}
.about_content .about_title {
	position: relative;
	margin: 0 0 25px 0;
}
.about_content {
	position: relative;
	z-index: 1;
}
.browse_all_btn.about {
	text-align: left;
}
.about_content h5 {
	font-size: 22px;
	font-weight: 600;
	color: #111111;
	font-family: 'Roboto Slab', sans-serif;
	line-height: 25px;
	text-transform: uppercase;
	margin: 0 0 20px 0px;
	display: inline-block;
	letter-spacing: 2px;
}
.about_content p {
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	line-height: 27px;
	margin-bottom: 20px;
	letter-spacing: 0.4px;
	  font-family: "Arimo", sans-serif;
}
.button {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.7px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 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: #290565;
	line-height: 30px;
	border-radius: 30px;
	font-family: 'Roboto Slab', sans-serif;
}
.button:hover {
	background: #fbca1b;
	color:#010101;
}
.button i{
	margin-right:5px;
	transition: all .5s ease-in-out;
}
@media screen and (max-width:1199px) {
	.about_content p {
		font-size: 14px;
		line-height: 23px;
	}
}
@media screen and (max-width: 991px) {
	.about_img {
		margin: 0 auto;
		text-align: center;
		width: 80%;
	}
	.about_content {
		margin: 25px 0 0 0;
	}
	.about_wrapper {
		margin: 0px 0px 40px;
	}
}
@media screen and (max-width:767px){
	.about_img {
		width: 100%;
	}
}
@media screen and (max-width:480px){
	.about_wrapper::after {
		clip-path: polygon(57% 3%, 100% 0, 100% 100%, 0 100%, 0 0);
	}
}
@media screen and (max-width:361px){
	
}
/* ============================== ABOUT1 CSS END ============================== */

/*================================== MAIN TAB CSS START ================================== */
.main_tab_row {
	position: relative;
	z-index: 99;
	margin: 0 0 40px 0;
}
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	padding: 0px;
	margin: 0px 0 0 0;
}
.tabs label {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	cursor: pointer;
	float: left;
	box-sizing: border-box;
	position: relative;
	letter-spacing: 1px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto Slab', sans-serif;
	line-height: 43px;
	transition: all 0.5s ease 0s;
	text-align: center;
	text-decoration: none;
	background: #000;
	text-transform: uppercase;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px 20px;
}
.tab.description_content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	color: #444;
	  font-family: "Arimo", sans-serif;
	letter-spacing: 0.5px;
}
.tab.description_content b {
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	font-family: 'Poppins', sans-serif;
	margin-right: 4px;
	line-height: 28px;
	letter-spacing: 0.50px;
}
.tabs .nomarginright.none {
	margin-right: 0px;
}
.tabs label:hover {
	color: #000;
	background: #fbca1b;
}
.tabs label a {
	color: #FFF;
	text-decoration: none;	width: 100%;
	display: block;
}
.p_text {
	margin-bottom: 20px;
}
.tabs .tab {
	-moz-box-flex: 1;
	-moz-box-ordinal-group: 100;
	box-sizing: border-box;
	color: #5c5c5c;
	font-weight: 400;
	display: none;
	flex-grow: 1;
	margin: 0px auto 0;
	order: 99;
	padding: 0 0px;
	width: 100%;
	background: #FFF;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.5 0px;
	padding: 20px 20px;
	border: 1px solid #dedede;
	font-family: "Arimo", sans-serif;
}
.tabs .tab p:last-child {
	margin-bottom: 0;
}
.tab.description_content h6 {
	font-size: 17px;
	font-weight: 700;
	color: #222222;
	line-height: 25px;
	letter-spacing: 0.30px;
	padding-bottom: 10px;
}
.ship_t {
	margin-left: -30px;
}
.payment_text {
	margin-bottom: 20px;
}
.tabs label:hover a {
	color: #ffffff;
}
.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.tabs input[type="radio"]:checked + label {
	color: #000;
	background: #fbca1b;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tabs label img{
	transition:all 0.5s ease-in-out;
}
.tabs input[type="radio"]:checked + label img{
	filter:invert(1);
}
.tabs label:hover img{
	filter:invert(1);
}
.tabele_border td {
	padding: 5px 15px;
}
.tab.description_content li {
	margin-bottom: 15px;
}
.tab.description_content li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width:575px){
	.tabs label {
		font-size: 15px;
		padding: 2px 10px;
	}
}
@media screen and (max-width:480px){
	.tabs label {
		width: 100%;
		margin: 00 0 2px 0;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	position: relative;
	margin: 0 0 60px 0;
}
.guaranteed-head {
	position: relative;
	text-align: center;
	margin: 0px 0 60px 0;
}
.coma {
	padding: 30px 0 20px 0;
}
.guaranteed-head h5 {
	font-size: 36px;
	font-weight: 700;
	color: #290565;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 0;
	font-family: "Roboto Slab", sans-serif;
	display: inline-block;
	position: relative;
	line-height: 40px;
	letter-spacing: 0.7px;
}
.guaranteed_box::after {
	content: '';
	position: absolute;
	background-image: url(../images/coma.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #fff;
	width: 164px;
	height: 62px;
	top: -31px;
	left: 0;
	right: 0;
	margin: auto;
}
.guaranteed_box {
	text-align: center;
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
	padding: 25px 15px;
	border: 1px solid #e5e5e5;
}
.guaranteed_name {
	font-size: 18px;
	color: #000000;
	letter-spacing: 0.3px;
	font-weight: 600;
	font-family: "Roboto Slab", sans-serif;
}
.start {
	margin: 10px 0;
}
.guaranteed_text {
	font-size: 14px;
	color: #555555;
	font-weight: 400;
	line-height: 22px;
	transition: all 0.8s ease-in-out;
	letter-spacing: 0.3px;
	font-family: "Arimo", sans-serif;
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.browse_all_btn.review{
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width:1199px) {

}
@media screen and (max-width: 991px) {
	.guaranteed_box {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_box {
		max-width: 70%;
		margin: 0 auto 50px;
	}
	.guaranteed-head {
		margin: 0 0 50px 0;
	}
	.guaranteed_text {
		height: unset;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed-head h5 {
		font-size: 30px;
		line-height: 32px;
	}
}
@media screen and (max-width:480px){
	.guaranteed_box {
		max-width:90%;
	}
}
@media screen and (max-width:361px){
	.guaranteed-head h5 {
		font-size: 25px;
	}
	.guaranteed_box {
		max-width: 100%;
	}
}
/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.store_footer_wapper {
	padding: 30px 0 15px;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.footer_block_titel {
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	letter-spacing: 0.5px;
	font-family: "Roboto Slab", sans-serif;
}
.footer_logo {
	margin: -65px auto 0;
	text-align: center;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu ul li a {
	font-size: 15px;
	color: #cccccc;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.30px;
	transition: 0.5s all ease-in-out;
	font-family: "Arimo", sans-serif;
}
.footer_menu ul li a:hover {
	color: #fbca1b;
}
.footer_menu ul li i {
	margin-right: 5px;
}
.footer_top_menu {
	display: flex;
	justify-content: center;
}
.footer_menu ul li a {
	position: relative;
}
.footer_block.footer_block03 {
	text-align: center;
}
.store_footer_wapper .col-md-5 .footer_menu ul li{
	position: relative;
}
.footer_bottom {
	padding: 10px 0;
	position: relative;
	background: #fbca1b;
}
.dezign_copyright {
	font-size: 14px;
	letter-spacing: 0.6px;
	color: #000000;
	font-weight: 400;
	  font-family: "Arimo", sans-serif;
	text-align: left;
}
.dezign_copyright span {
	font-size: 15px;
	letter-spacing: 0.9px;
	color: #000;
	font-weight: 700;
	  font-family: "Arimo", sans-serif;
	text-transform: uppercase;
}
.dezign_by {
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #000;
	font-weight: 400;
	  font-family: "Arimo", sans-serif;
	text-align: right;
}
.dezign_by span {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0.5px;
	  font-family: "Arimo", sans-serif;
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 7px;
	}
	.footer_block.footer_block03{
		margin: 20px 0 0px 0;
	}
	.store_footer_wapper {
		padding: 30px 0 25px;
	}
	.footer_block_titel {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px){
	.footer_block.footer_block03 {
		text-align: center;
		margin: 25px 0 0;
	}
	.footer_top_menu {
		margin-top: 15px;
	}
	.store_footer_wapper .container .row .col-lg-4:nth-child(2){
		order:-1;
	}
}
@media screen and (max-width:480px){
	.dezign_copyright {
		font-size: 13px;
	}
	.dezign_copyright span {
		font-size: 14px;
	}
}
.banner_wrapper {
	margin: 0 0 40px 0;
	text-align: center;
}
.mobile_view {
	display: none;
}
@media screen and (max-width:767px){
	.mobile_view {
		display:block;
	}
	.desk_view {
		display: none;
	}
}