@import url('https://fonts.googleapis.com/css2?family=Roboto Condensed+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');
@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');
/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Cardo', serif;
font-family: 'Roboto', sans-serif;
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	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;
	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;
}
/* Images Code Start */
.product_section {
	position: relative;
}
.round_bg {
	margin-bottom: 30px;
}

.product_images_wappers {
	border: 1px solid #c4c4c4;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	height: 555px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #b9b8b8 #FFF;
}
.product_images_gallery {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
/* Images Code END */
/*============================================
			Top Header Css START 	
============================================*/
.dezign_wapper {
	overflow: hidden;
}
.dezign_top_header {
	padding: 7px 0px;
	position: relative;
	background-color: #000;
}
.welcome_text img {
	margin-top: -3px;
	margin-right: 6px;
}
.welcome_text {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	vertical-align: middle;
	float: none;
	letter-spacing: 0.50px;
	/* text-transform: capitalize; */
}
.welcome_text span {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.70px;
}
.top_newsletter_link ul {
	display: flex;
	justify-content: end;
}
.top_newsletter_link li:last-child {
   margin-left: 6px;
}
.top_newsletter_link li{
	position: relative;
}
.top_newsletter_link li::after {
	content: '';
	position: absolute;
	border: 1px solid #fff;
	top: 0;
	transition: 0.5s all ease-in;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
}
.top_newsletter_link li:hover::after{
	opacity: 1;
}
.top_newsletter_link a {
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.70px;
	font-weight: 600;
	padding: 5px 13px;
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 400;
	transition: 0.5s all ease-in;
}
.dezign_top_menu {
	position: relative;
	z-index: 99999;
}
ul.main_menu {
	list-style: none;
	margin: 0px auto;
	text-align: center;
}
ul.main_menu li {
	display: inline-block;
	position: relative;
}
.main_menu li:last-child::before {
	content: none;
}
ul.main_menu li a {
	display: block;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.70PX;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 12px 31px;
	position: relative;
	transition: all 0.5s ease;
}
ul.main_menu li a:hover{
	font-weight: 700;
}
/* ul.main_menu li a:after {
	position: absolute;
	content: "";
	height: 2px;
	background: #fff;
	left: 0px;
	width: 0px;
	right: 0px;
	transition: all 0.5s ease 0s;
	margin: 0 auto;
	bottom: 5px;
}
ul.main_menu li a:hover:after {
	width: 50%;
	transition: all 0.5s ease 0s;
} */

.dezign_header {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 9;
}
#dezign_logo {
	display: flex;
	justify-content: center;
}
#dezign_logo img {
	border: 0 none;
	left: 0;
	margin: 20px 0;
	display: table;
	z-index: 1;
	max-width: 100%;
}
.search_wapper {
	padding: 0px 0px;
	position: relative;
	float: right;
	width: 315px;
}
.pro {
	text-align: center;
}
#dezign_home_banner img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
.slider_arrow {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
/*============================================
			Top Header Css END 	
============================================*/
/*============================================
			Listing CSS START
============================================*/
.product_section {
	position: relative;
	overflow: hidden;
	margin: 20px 0px;
}
.round_bg2::after {
	position: absolute; 
	top: 0px;
	bottom: 0px;
	margin: auto;
	right: 0px;
	content: "";
	width: 206px;
	height: 358px; 
	background:url("../images/round_bg2_after.png");
	background-repeat: no-repeat;
	background-position: center center;
	animation: shimmyright 5s infinite;
	animation-direction: alternate;
} 
@keyframes shimmyright {
 0% {
 transform: translate(0, 0);
}
 100% {
 transform: translate(50px, 0px);
}
}

.listing_listinghead h1 {
	margin: 0 0 0px;
	padding: 0px 0px;
	font-family: 'Roboto Condensed', sans-serif ;
}
#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: 25px;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	/* border: 1px solid #d4d4d4; */
	height: 555px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #d4d4d4 #FFF;
}
.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 Condensed', 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: 'Roboto Condensed', sans-serif ;
}
.desc-rd {
	width: 100%;
	float: left;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif ;
	margin: 0;
	border: 0px solid #e2e2e2;
	position: relative;
	border-top: 0;
}

.desc-rd.desc-text p{
	margin-bottom: 10px;
}
.desc-rd.desc-text p:last-child{
	margin-bottom: 0px;
}
.desc-text {
	font-size: 15px;
	color: #333333;
	font-weight: 500 !important;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif ;
	letter-spacing: 0.25px;
	line-height: 28px;
}
.desc-rd.desc-text h1 {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	background: #2d2a5d;
	display: inline-block;
	color: #FFF;
	padding: 3px 10px;
	border-left: 5px solid #ea156f;
	margin-bottom: 25px;
} 
.desc-hedtitle {
	color: #000;
	font-size: 25px;
	line-height: 33px;
	font-weight: 700;
	margin: 0 0 0px;
	padding: 0px;
	text-align: left;
	letter-spacing: 0.20px;
	z-index: 1;
	font-family: 'Cardo', serif;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 25px;
	border-bottom: 2px solid #e5e5e5;
}
b{
	color: #000;
	font-weight: 700;
}
.desc-rd p {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 0.40px;
	line-height: 36px;
	color: #444;
}
.desc-rd {
	width: 100%;
	float: left;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	border: 0px solid #e2e2e2;
	position: relative;
	border-top: 0;
}
.desc-rd.desc-text h6 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25px;
}
.desc-rd.desc-text p {
	margin-bottom: 12px;
}
.desc-rd.desc-text p:last-child {
	margin-bottom: 0px;
}
.desc-text {
	font-size: 16px;
	color: #333;
	font-weight: 300;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.30px;
	line-height: 29px;
}
b{
	color: #000;
	font-weight: 700;
}
.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 13px;
	padding-left: 20px;
}
.desc-rd.desc-text table {
	margin-bottom: 20px;
}
.desc-rd.desc-text tr td {
	padding: 0px !important;
	padding-right: 12px !important;
} 
.desc-rd table, .desc-rd table tr td, .desc-rd table tr th {
	padding: 8px 10px;
	color: #515151 !important;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400 !important;
}
.table_section .st_text {
	background: #000;
	color: #FFF;
}
.table_section .st_text {
	background: #000;
	color: #FFF;
	text-transform: uppercase;
}
.table_section {
	margin-bottom: 15px;
}
.table_section {
	margin-bottom: 15px;
}
.desc-rd h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
}
.desc-rd ul {
	margin-bottom: 15px;
	padding-left: 0;
}
.desc-rd li { 
	margin-bottom: 10px;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
.questions_text{
	margin-top:30px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #414042;
} 
.questions_text a {
	background-image: linear-gradient(to left, #43cea2, #00b5b3, #0099bb, #007ab4, #185a9d);
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 1.5px 3px;
}
#dezign_home_banner {
	margin: 0 auto;
	text-align: center;
	display: table;
}
/* About section */
.about_bg {	
	position: relative;
}
.about_text::after {
	position: absolute;
	content: "";
	bottom: 0px;
	right: 0;
	margin: auto;
	transition: all 0.5s ease 0s;
	display: table;
	width: 102%;
	background: #f7f7f7;
	height: 100%;
	z-index: -1;
}
.peach_text {
	margin-bottom: 60px;
}
.ebay_msg{
	margin-top: 25px;
}
.ebay_msg img {
	margin: -4px 0 0 6px;
	transition: 0.5s all ease-in;
}
.ebay_msg:hover img {
	transform: translatex(5px);
}
.ebay_msg a {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	transition: all 0.8s ease 0s;
	text-align: center;
	margin: 0 auto;
	padding: 12px 18px;
	display: inline-block;
	position: relative;
	background: #000;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	/* border-radius: 5px; */
	text-transform: uppercase;
}
.ebay_msg a:hover{
	background-color:#000;
}

.ebay_msg img{
	margin-right: 10px;
}
.ebay_msg a:hover::after {
	background: #545459;
}
.about_text {
	margin-left: -100px;
	position: relative;
	z-index: 9;
	padding: 35px 20px;
}
.about_text p {
	font-size: 17px;
	font-weight: 400;
	color: #333;
	line-height: 29px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.30px;
	margin-bottom: 25px;
}
.about_text h4 {
	font-size: 21px;
	font-weight: 700;
	color: #333;
	line-height: 31px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.20px;
	margin-bottom: 20px;
}
.about_text h1 {
	font-size: 42PX;
	font-weight: 700;
	color: #000;
	font-family: 'Cardo', sans-serif;
	letter-spacing: 0.50px;
	margin: 0;
	margin-bottom: 20px;
	line-height: 48px;
	text-transform: uppercase;
}
.free_uk_text ul li {
	display: inline-block;
}
.about_section span {
	font-size: 26px;
	margin-bottom: 12px;
	display: block;
	color: #111111;
	line-height: 41px;
	font-weight: 400;
}
.about_section p {
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
}
.shop_button li{
	display: inline-block;
	vertical-align: middle;
}
.shop_button li:last-child{
	padding-left: 50px;
}
.shop_button li a {
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif ;
	font-weight: 500;
	text-transform: uppercase;
}
.shop_button li a:hover{
	color: #ffdd17;
}
.shop_button li a img{
	padding-right:8px;
}
.shop_button li a img, .shop_button li a span{
	display: inline-block;
	vertical-align: middle;
}
.video_wapper{
	margin: 0 auto 40px;
	display: table;
	position:relative;
}
.video_wapper:after{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 1px;
	left: 0px;
	content: "";
	background: #FFF;
}
.featured_categories {
	background: #1C85CF;
	margin-top: -1px;
	position: relative;
	padding-top: 30px;
	margin-bottom: 245px;
	z-index: 1;
}
.main_title {
	text-align: center;
	position: relative;
	margin-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif ;
}
.main_title:after{
	position: absolute;
	content: "";
	width: 50%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin:auto; 
	background: url("../images/title_line.png");
	background-repeat:no-repeat;
	background-position:left center;	
}
.main_title:before{
	position: absolute;
	content: "";
	width:50%;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin:auto; 
	background: url("../images/title_line.png");
	background-repeat:no-repeat;
	background-position:right center;	
}
.main_title span{
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 5px;
	font-family: 'Roboto Condensed', sans-serif ;
	padding: 0 30px; 
	color: #FFF;
	text-transform: uppercase;
}
.sub_title{
	font-size:14px;
	font-weight:300;
	font-family: 'Roboto Condensed', sans-serif ;
	letter-spacing:1px; 
	margin-bottom: 45px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
}
.cat_box {
	margin-bottom: -200px;
}
.cat_images_box{
	border-radius: 100%;
	display: block;
	overflow: hidden;
	border: 3px solid #FFF;
	margin-bottom: 22px;
}
.cat_images_box img{
	transition: all .8s ease 0s;
}
.cat_images_box:hover img { 
	transform: scale(1.2, 1.2);
	transition: all .8s ease 0s;
}
.cat_title{
	font-size:20px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	font-family: 'Roboto Condensed', sans-serif ;
	letter-spacing: 0.2px;
	text-align: center; 
}
.cat_title a{
	color: #000;
}
.browse_all_btn{
	margin-bottom:45px;
	text-align: center;
}
.services_bg {
	margin-bottom: 30px;
}
.toner_left_title{
	margin-bottom: 20px;
}
.toner_sub_title {
	font-weight: 700;
	font-size: 50px;
	color: #000;
	position: relative;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif !important;
}
.toner_left_box h5 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif ;
	margin-bottom: 15px;
	line-height: 28px;
}
.toner_left_box p {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.50px;
	font-family: 'Roboto Condensed', sans-serif ;
	margin-bottom: 25px;
}
.toner_left_box p:last-child {
	margin-bottom: 0;
}
.toner_right_box {
	position: relative;
}
.promo_text {
	padding: 35px 20px;
}
.promo_wapper{
	margin-bottom: 30px;
}

.services_wapper {
	position: relative;
	z-index: 1;
	margin: 0px 0px;
}
#maine_slider_res, .paypal_section_res {
	display: none;
}
/*============================================
			Listing CSS END
============================================*/
/* promotion css */
.Prmotion {
	background-color: #000;
	padding: 40px 0px;
}
.prmotion_title h3 {
	font-size: 30px;
	color: #fff;
	font-family: 'Cardo', serif;
	text-align: center;
	padding: 0px 67px 25px;
}
.prmotion_res_img{
	display: none;
}

/*============================================
			Footer Css START 	
============================================*/
footer {
	float: left;
	width: 100%;
}
.store_footer_wapper {
	padding: 40px 0px 25px;
	background-color: #000;
	border-bottom: 1px solid #383838;
}
.footer_block_titel {
	font-size: 18px;
	letter-spacing: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Cardo', sans-serif;
	text-align: left;
	margin-bottom: 20px;
	position: relative;
}
.footer_block.footer_block03 .footer_block_titel{
	text-align: right ;
}
.footer_logo {
	text-align: center;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;
}
.footer_block01 {
	text-align: center;
	margin: 0 auto;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu ul li {
	display: inline-block;
	margin-right: 25px;
}
.footer_menu ul li:last-child {
    margin-right: 0px;
}
.footer_menu {
	margin-right: -39px;
	margin-left: -40px;
}
.footer_menu ul{
	padding: 0px 10px;
}
.footer_menu ul li a {
	font-size: 15px;
	color: #cacaca;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	padding: 0px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.30PX;
}
.footer_menu ul li a::after {
	position: absolute;
	content: '';
	border-bottom: 1px solid #fff;
	left: 0;
	right: 0;
	bottom: -3px;
	margin: 0 auto;
	text-align: center;
	width: 0%;
	transition: all 0.8s ease 0s;
}
.footer_menu ul li a:hover::after  {
	width: 100%;
}
.footer_block.footer_block03 {
	text-align: center;
}
.footer_bottom {
	background: #000;
	padding: 10px 0;
	position: relative;
}
.dezign_copyright {
	text-align: left;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.60px;
	color: #c9c9c9;
	font-weight: 500;
}
.dezign_copyright span {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.30px;
}
.dezign_by {
	text-align: right;
	font-size: 15px;
	letter-spacing: 0.80px;
	color: #c9c9c9;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.dezign_by span {
	color: #fff;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0.80px;
}
/*============================================

/*============================================
			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 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: 0.50PX;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Cardo', sans-serif;
	margin: 0px;
	transition: all 0.5s ease 0s;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	background: #606060;
	width: 160px;
	text-transform: uppercase;
	margin-right: 10px;
}
.tab.description_content h2 {
	font-size: 20px;
	font-weight: 800;
	color: #f28500;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 0.20px;
	
}
.tab.description_content b{
	font-size: 16px;
	font-weight: 700;
	color: #010101;
	font-family: 'Roboto Condensed', sans-serif;
}
.tabs label img {
	margin-right: 6px;
	margin-top: -3px;
}
.tabs .nomarginright.none {
	margin-right: 0px;
}
.tabs label:hover {
	color: #FFF;
	background:#000000;
}
.tabs label a {
	color: #FFF;
	text-decoration: none;	width: 100%;
	font-family: 'Roboto Condensed', sans-serif !important;
	display: block;
}
.p_text {
	margin-bottom: 20px;
}
.tab.description_content img {
	margin-bottom: 20px;
}
.tabs .tab {
	-moz-box-flex: 1;
	-moz-box-ordinal-group: 100;
	box-sizing: border-box;
	color: #555;
	font-weight: 400;
	display: none;
	flex-grow: 1;
	font-family: 'Roboto', sans-serif !important;
	margin: 0px auto 0;
	order: 99;
	width: 100%;
	background: #FFF;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.30px;
	padding: 25px 25px 20px;
	border: 1px solid #dedede;
	border-bottom: 4px solid #b8b8b8;
}
.tab.description_content b {
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 10px;
}
.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 .tab a {
	color: #08395d;
	font-family: 'Roboto Condensed', 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: #000000;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tabele_border td {
	padding: 5px 15px;
}
.tab.description_content li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	margin-bottom: 20px;
	font-size:15px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0.30px;
	color: #555;
	font-family: 'Roboto Condensed', sans-serif;
}
.tab.description_content li:last-child {
    margin-bottom: 0;
}
.main_tab_row {
	margin-bottom: 35px;
}
/*============================================
			Tab Code End
============================================*/

/*Nuke Nutrition Range start*/
/*-----------------------------------*/

.about_section {
	margin-left: -10px;
}
.features_box_btn:hover {
	background-color: #000;
}
.features_box_btn a:hover {
	color: #fff;
}
.features_box_btn a {
	font-size: 16px;
	color: #ffff;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 10px 28px;
	display: inline-block;
	text-transform: uppercase;
}
.item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.guaranteed_box {
	padding: 30px 24px 20px;
	text-align: center;
	/* border: 2px solid #efefef; */
	margin-top: 20px;
	position: relative;
	box-shadow: rgba(149, 157, 165, 0.2) 6px 13px 24px;
}
.guaranteed_wapper {
	padding: 40px 0px;
	text-align: center;
}
.guaranteed_name {
	font-size: 22px;
	color: #000;
	letter-spacing: 0.30px;
	font-weight: 700;
	font-family: 'Cardo', sans-serif;
}
.start {
	margin: 15px 0px;
}
.guaranteed_text {
	font-size: 18px;
	color: #555555;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
	letter-spacing: 0.50px;
	margin: 13px 0px 0;
}
.guaranteed-head {
	text-align: center;
	font-size: 27px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0;
	color: #000;
	font-family: 'Cardo', serif;
}
.guaranteed-title {
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2.50px;
	margin-bottom: 0;
	color: #666;
	font-family: 'Roboto Condensed', serif;
}
.guaranteed-per {
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 30px;
}
.guaranteed-button{
    text-align: center;
    margin-top: 30px;
}
.guaranteed-button a {
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	transition: all 0.8s ease 0s;
	text-align: center;
	margin: 0 auto;
	padding: 13px 20px;
	display: inline-block;
	position: relative;
	background: #000;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	/* border-radius: 5px; */
	text-transform: uppercase;
}
.guaranteed-button img {
	margin: -4px 0 0 6px;
	transition: 0.5s all ease-in;
}
.guaranteed-button:hover img {
	transform: translatex(5px);
}
.guaranteed_box::before {
	content: '';
	position: absolute;
	background-image: url(../images/quate.png);
	width: 45px;
	height: 39px;
	right: 45px;
	top: 50px;
}
/*Other products you may like END/
/*----------------------------------------/*/

/* <=========================Featured  section css Start=============> */
.feature_section {
	margin: 30px 0px 50px;
}
.feature-title h1 {
	font-size: 31px;
	color: #000;
	font-weight: 400;
	font-family: 'Cardo', sans-serif;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.feature-title p {
	font-size: 13px;
	color: #666;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.cat_sec {
	margin: 20px 0px 0px;
}
.cate_box {
	position: relative;
	margin-bottom: 35px;
}
.feature_box {
	position: relative;
	overflow: hidden;
	display: table;
	display: inline-block;
}
.cate_box .feature_box a img {
	transition: all 0.8s ease;
}
.cate_box:hover .feature_box img {
	transition: all .8s ease 0s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.fat_text {
	text-align: center;
	transition: all .8s ease 0s;
	position: relative;
	z-index: 1;
}
.fat_text {
	position: absolute;
	bottom: 38%;
	left: 6%;
	margin: auto;
	text-align: center;
}
.cate_box:hover .fat_bottom a {
	background-color:rgba(193, 192, 190, 0.3);
}
.cate_box .fat_text h1 {
	color: #fff !important;
	font-size: 33px;
	font-weight: 700;
	letter-spacing: 0.90px;
	text-align: center;
	transition: all .8s ease 0s;
	margin-bottom: 23px;
	text-transform: uppercase;
	padding: 2px 0;
	display: block;
	line-height: 28px;
	margin-top: 2px;
	font-family: 'Cardo', sans-serif;
}
.fat_bottom a {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.50px;
	color: #fff;
	padding: 6px 18px;
	transition: 0.5s all;
	display: inline-block;
	border: 1px solid #fff;
	text-transform: uppercase;
}
.browse_btn {
	text-align: center;
}
.browse_btn a {
	color: #000;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	transition: all 0.8s ease 0s;
	text-align: center;
	margin: 0 auto;
	padding: 12px 20px;
	display: inline-block;
	position: relative;
	/* background: #d54103; */
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	text-transform: uppercase;
	/* border-radius: 5px; */
	border: 1px solid #000;
}
.browse_btn a:hover {
	background-color: #000;
	color: #fff;
}
/* <=========================Featured  section css End=============> */
.paypal_b0x {
	text-align: center;
	margin: 0px 0 42px;
}