@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/*
font-family: 'Roboto', sans-serif;
font-family: 'Oswald', sans-serif;
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: 'Roboto', sans-serif !important;
	background: #FFF;
}
a.linkopac img {
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}
a.linkopac:hover img {
	filter: alpha(opacity=20%);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 0px none;
}
a {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
video{
	outline: none;
	width: 100%;
}
video::-webkit-media-controls{
  display: none;
}
video::controls{
  display: none;
}
.listing_clear {
	clear: both;
}
.listing_wrap {
	width: 100%;
}
.listing_background {
	width: 100%;
	float: left;
	background: url("../images/top_bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	padding: 0; 
}
.listing_main {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	display: table;
}
.listing_wrapcen {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	position: relative;
	display: inline-block;
}
.listing_content {
	width: 100%;
	margin:0px auto 0;
	display: table;
}
/*============================================
			Top Header Css START 	
============================================*/
.top_header{
	background:url("../images/top_header_bg.png"); 
	background-repeat:repeat-x;
	background-position: center center;
}
.welcome_text{
	font-size:14px; 
	letter-spacing:0.5px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif !important;
	color: #FFF; 
	padding-left: 24px;
	background: url("../images/home.png");
	background-repeat: no-repeat;
	background-position: left 0px;
}
.welcome_text span{
	font-size: 14px;
	font-weight:bold;
	letter-spacing:1px;
	color:#FFF;
	text-transform: uppercase;
}
.top_main_menu{
	text-align: right;
}
.top_main_menu li {
	display: inline-block;
	vertical-align: middle; 
}
.top_main_menu li a{
	font-size:13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif !important;
	padding:10px 12px;
	display: block; 
	color: #FFF; 
}
.top_main_menu li:last-child a{
	padding-right: 0px;
}
.top_main_menu li a:hover{ 
	color: #F9050F; 
}
.store_header {
	padding:25px 0px;
}
.top_promo_code{
	text-align: right;
	margin-bottom: 0px; 
}
.top_promo_code.top_promo1{
	text-align: left;
}
.top_promo_code li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 30px;
}
.top_promo_code li:first-child{
	
}
.top_promo_code li:last-child{
	padding-right: 0px;
}
#store_logo {
	margin: 0 auto;
	display: table;
}
.menu_wapper_row{
	margin-bottom: 30px;
	position: relative;
}
.menu_wapper_row:after{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: url("../images/menu_left.png");
	background-repeat: no-repeat;
	background-position: center left;
	height:40px;
	width: 40px;
}
.menu_wapper_row:before{
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	background: url("../images/menu_right.png");
	background-repeat: no-repeat;
	background-position: center right;
	height:40px;
	width: 40px;
}
.menu_wapper_row .main_menu{
	margin: 0 auto;
	position: relative;
	display: table;
	padding: 0 30px;
}
.menu_wapper_row .main_menu::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	border-bottom: 40px solid #FF0000; 
  border-right: 10px solid transparent; 
  border-left:10px solid transparent; 
  transform: rotate(180deg);
}
.main_menu{
	text-align:center;
}
.main_menu li{
	display: inline-block;
	vertical-align: middle;
	padding:0 0px; 
	z-index: 9;
position: relative;
}
.main_menu li:last-child{
	padding-right: 0px;
}
.main_menu li a{
	padding:11px 15px;
	position: relative;
	font-family: 'Roboto', sans-serif !important;
	display: block;
	color: #FFF;
	font-size: 15px;
	letter-spacing:0px;
	font-weight: 500;
	text-transform: uppercase;
} 
.main_menu li a:hover{
	background: #000;
	color: #FFF;
	transition: all 0.5s ease 0s;
}

/*============================================
			Top Header Css END 	
============================================*/

/*============================================
			Listing CSS START
============================================*/
.product_section {
	background: #F2F2F2;
	padding: 20px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	border-bottom: 5px solid #D9D9D9;
} 
.listing_listinghead h1 {
	margin: 0 0 0px;
	padding: 0px 0px;
	font-family: 'Roboto', sans-serif !important;
}
#listingarea {
	width: 100%;
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0;
	background: none;
}
.listing_listingarea-box {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
#right_box {
	background: #FFF;
	padding: 22px;
	position: relative;
	z-index: 1;
	border:0px solid #d8d8d8;
	margin-bottom: 0;
	padding-bottom: 0;
}
.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: 'Roboto', sans-serif !important;
	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: 'Roboto', sans-serif !important;
}
.desc-hedtitle {
	color: #f9050f;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin: 0 0 0px;
	padding: 0px;
	text-align: left;
	letter-spacing: 1px;
	z-index: 1;
	font-family: 'Roboto', sans-serif !important;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #cccccc;
}
.desc-rd {
	width: 100%;
	float: left;
	padding: 0px;
	font-family: 'Roboto', sans-serif !important;
	margin: 0;
	border: 0px solid #e2e2e2;
	position: relative;
	border-top: 0;
}
.desc-rd.desc-text h6 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.20px;
	line-height: 30px;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif !important;
}
.desc-rd.desc-text p{
	margin-bottom: 12px;
}
.desc-rd.desc-text p:last-child{
	margin-bottom: 0px;
}
.desc-text {
	font-size:17px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	font-family: 'Roboto', sans-serif !important;
	line-height: normal;
	letter-spacing: 0.20px;
	line-height: 32px;
} 
.desc-rd.desc-text h1 {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 30px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase;
	background: #2d2a5d;
	display: inline-block;
	color: #FFF;
	padding: 3px 10px;
	border-left: 5px solid #ea156f;
	margin-bottom: 25px;
} 
.desc-rd.desc-text table {
	margin-bottom: 40px;
	width: 100%;
} 
.desc-rd table, .desc-rd table tr td, .desc-rd table tr th {
	padding: 8px 15px;
	color: #333333 !important;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 00px;
	font-family: 'Roboto', sans-serif !important;
	border-bottom: 1px solid #F2F2F2;
	font-weight: 400 !important;
	position: relative;
}
.desc-rd table tr td:first-child::after {
	position: absolute;
	content: "-";
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: table;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.desc-rd table{
	border: 5px solid #F2F2F2;
}
.table_section .st_text {
	background: #000;
	color: #FFF;
}
.table_section .st_text {
	background: #000;
	color: #FFF;
	text-transform: uppercase;
}
.table_section {
	margin-bottom: 15px;
}
.table_section {
	margin-bottom: 15px;
}
.desc-rd h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
}
.desc-rd ul {
	margin-bottom: 10px;
	padding-left: 0;
}
.desc-rd li {
	margin-bottom:5px;
	list-style:none;
	padding-left: 28px;
	background:url("../images/point.png");
	background-repeat: no-repeat;
	background-position: center left;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
} 
.description_box {
	border: 1px solid #CDCDCD;
	margin-bottom: 30px;
	border-bottom: 5px solid #E5E5E5;
}
.description_box .desc-rd{
	float: none;
	padding:20px 20px;
	padding-bottom: 10px;
}
.description_box .desc-hedtitle{
	margin-bottom: 0px;
	border: 0px;
	padding: 0px;
	z-index: 9;
	color: #FFF;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	line-height:40px;
	position: relative;
	text-align: center;
}
.description_box .desc-hedtitle:after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	border-bottom: 40px solid #FF0000;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	transform: rotate(180deg);
	z-index: -1;
}
.description_box .desc-rd.desc-text h6{
	margin-bottom: 10px;
}
#dezign_home_banner {
	margin: 0 auto 30px;
	text-align: center;
	display: table;
}
/* 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 {
	border:0px solid #d8d8d8;
	background-color: #FFF;
	max-width: 600px;
	margin: 0 auto;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	cursor: zoom-in;
	text-align: center;
	padding-bottom: 100%;
	overflow: hidden;
	background: #FFF;
	margin: 0;
	display: block;
	position: relative;
	z-index: 1;
}
.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: 20%;
	padding: 0 7.5px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 0px;
}
.thumb label .box {
	cursor: pointer;
	border:0px solid #d8d8d8;
	background-color: #FFF;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding-bottom: 100%;
}
.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;
}
/* Images Code END */


/* About section */
.shop_button li{
	display: inline-block;
	vertical-align: middle;
}
.shop_button li:last-child{
	padding-left:30px;
}
.shop_button li a{
	font-size:14px;
	letter-spacing: 0.5px;
	display: block;
	color: #000;
	font-family: 'Roboto', sans-serif !important;
	font-weight:bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.shop_button li a:hover{
	opacity: 0.6;
}
.shop_button li a img{
	padding-right:8px;
}
.shop_button li a img, .shop_button li a span{
	display: inline-block;
	vertical-align: middle;
} 
.toner_left_box{
	margin-left: -15px;
}
.toner_sub_title {
	font-weight:bold;
	font-size:48px;
	font-family: 'Oswald', sans-serif !important;
	letter-spacing:0px;
	color: #000; 
	line-height: 50px;
	text-transform: uppercase;
	position: relative;
	margin-bottom:20px;
}  
.toner_left_box p {
	font-size:17px; 
	color: #000;
	font-weight: 400; 
	line-height:32px;
	letter-spacing: 0.20px;
	margin-bottom: 25px;
	font-family: 'Roboto', sans-serif !important;
}
.toner_left_box p:last-child {
	margin-bottom: 0;
}
.toner_right_box {
	position: relative;
}
.promo_text {
	padding: 35px 20px;
}
.promo_wapper{
	margin-bottom: 30px;
}
.promo_box {
	background: #F2F2F2;
	text-align: center;
	padding: 40px 40px;
}
.services_wapper {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
	margin-top: 10px;
}
/*============================================
			Listing CSS END
============================================*/


/*Shop Buy Categories*/
.rel_section {
	margin-bottom: 40px;
}
.rel_text{
	color: #290916;
	font-size: 33px;
	line-height: 36px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing:1px;
	font-family: 'Roboto', sans-serif !important;
	background: url('../images/line.png');
	background-repeat:repeat-x;
	background-position: center center;
	margin-bottom:25px;
}
.rel_text span{
	background: #FFF;
	padding: 0 30px;
}
.rel_pr_text {
	border: 1px solid #C4C4C4;
	padding:30px 15px;
	padding-top: 0px;
	margin: 0 auto;
	text-align: center;
	position: relative; 
	transition: all 0.8s ease 0s;
} 
.rel_images {
	background: url("../images/cat_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 17px;
	margin-bottom: 20px;
}
.rel_pr_text:hover {
} 
.rel_pr_text h2 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.30px;
	color: #000;
	font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase;
	margin-bottom: 20px;
} 
.browes_all {
	text-align: center;
	margin-top: 30px;
}
.button01{
	color: #FFFFFF !important; 
	font-size:16px;
	letter-spacing:0px;
	width: auto;
	font-weight: bold;
	position: relative;
	text-transform: uppercase; 
	display:inline-block;
	margin:0 auto;
	font-family: 'Roboto', sans-serif !important;
}
.button01 span {
	line-height: 40px;
	padding: 0 30px;
	text-align: center;
}
.button01 span::after {
	position: absolute;
	content: "";
	left: 0;
	transition: all 0.8s ease 0s;
	right: 0;
	border-bottom: 40px solid #000;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	transform: rotate(180deg);
	z-index: -1;
}
.button01:hover span::after{
	border-bottom-color:#FF0000;
	transition: all 0.8s ease 0s;
}
.button01::before {
	content: "";
	position: absolute;
	right: -15px;
	top: 0px;
	background: url("../images/btn_right.png");
	background-repeat: no-repeat;
	background-position: center right;
	height: 40px;
	width: 30px;
}
.button01::after {
	content: "";
	position: absolute;
	left:-15px;
	top: 0px;
	background: url("../images/btn_left.png");
	background-repeat: no-repeat;
	background-position: center right;
	height: 40px;
	width: 30px;
}
/*Shop Buy Categories*/

/*============================================
			Footer Css START 	
============================================*/ 
.paypal_section {
	margin-bottom:40px;
	position: relative;
z-index: 1;
}  
footer {
	float: left;
	width: 100%;
} 
.store_footer_wapper {
	background: #F2F2F2;
	padding:30px 0; 
} 
.footer_menu ul {
	list-style: none;
	margin: 0;
	text-align: center;
	padding: 0;

} 
.footer_menu ul li {
	display: inline-block;
	margin-right: -4px;
}
.footer_menu ul li a {
	font-size: 16px;
	color: #000;
	border-top:1px solid #797979;
	border-bottom:1px solid #797979;
	line-height:30px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.50px;
	font-family: 'Roboto', sans-serif !important;
	padding:20px 15px;
}
.footer_menu ul li a:hover {
	color: #F9050F;
	border-color:#F9050F;
} 
.footer_payment {
	text-align: right;
}
.footer_menu {
	margin-right: -45px;
}
.footer_bottom {
	background: url("../images/footer_bg.png");
	background-repeat: repeat;
	padding: 10px 0;
}   
.dezign_copyright {
	text-align: left;
	font-size: 12px;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 1px;
	color: #FFF;
}
.dezign_copyright span {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto', sans-serif !important;
	color: #FFF;
	font-size: 16px;
}
.dezign_by {
	text-align: right;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: 400;
	font-family: 'Roboto', sans-serif !important;
}
.dezign_by span {
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}
.btn01 {
	color: #FFFFFF !important;
	background: #f9050f;
	font-size: 14px;
	letter-spacing:0.50px;
	font-weight: bold;
	text-transform: uppercase;
	width: auto;
	padding:7px 22px; 
	display:inline-block;
	margin:0 auto;
	font-family: 'Roboto', sans-serif !important;
}
.btn01:hover {
	color: #FFF !important; 
	background:#000;
} 
.btn01 img{
	margin-right:3px;
	margin-top:-2px;	
}

/*============================================
			Footer Css END
============================================*/

/* Tab Code Start */
.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 30px 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:0.5px;
	color: #FFF;
	font-size:16px;
	font-weight:bold;
	height: 45px;
	font-family: 'Roboto', sans-serif !important;
	line-height: 45px;
	margin: 0;
	margin-right: 5px;
	transition: all 0.5s ease 0s;
	padding: 0px 0;
	text-align: center;
	text-decoration: none; 
	background:#000000;  
	width: 150px;
	text-transform: uppercase;
}
.tabs label img {
	margin-top: -2px;
	margin-right: 3px;
}
label.nomarginright {
	background-image:none;
}
label.nomarginleft {
}
.tabs .nomarginright.none {
	margin-right: 0px;
}
.tabs label:hover {
	color: #FFF;
	background-color: #F9050F;
}
.tabs label a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-family: 'Roboto', sans-serif !important;
	display: block;
}
.tabs .tab {
	-moz-box-flex: 1;
	-moz-box-ordinal-group: 100;
	border:1px solid #E4E4E4;   
	box-sizing: border-box;
	color: #414042;
	display: none;
	flex-grow: 1;
	font-family: 'Roboto', sans-serif !important;
	margin: 0px auto 0;
	order: 99;
	padding: 0 0px;
	width: 100%;
	background: #FFF url("../images/left_line.png");
	background-repeat:repeat-x;
	background-position:bottom center;
	font-size: 15px;
	letter-spacing: 0px;
	font-weight: normal;
	line-height:26px;
	padding: 25px 20px 0;
	padding-bottom: 5px;
}
.description_content h3 {
	font-size: 20px;
}
.description_content ul {
	margin-bottom: 15px;
	list-style: disclosure-closed inside;
}
.tabs .tab a {
	color: #1DAFEB;
	font-family: 'Roboto', sans-serif !important;
}
.tabs label:hover a {
	color: #ffffff;
}
.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.tabs input[type="radio"]:checked + label {
	color: #FFF;
	background-color: #F9050F;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tab.description_content h6 {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.50px;
	font-family: 'Roboto', sans-serif !important;
	margin-top: 15px;
}
/* Tab Code END */
.mobile_show{
	display: none;
}