@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'); 
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
font-family: 'Rajdhani', sans-serif;
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	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;
}
.table{
	margin-bottom: 30px;
	
}
.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 10px;
}
/*============================================
			Top Header Css START 	
============================================*/
.dezign_wapper {
	position: relative;
}
.dezign_top_header {
}
.dezign_top_header {
	padding: 7px 0px;
	position: relative;
	z-index: 99;
	background: #052151;
}
.welcome_text img {
	margin-top: -3px;
	margin-right: 6px;
}
.welcome_text {
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Rajdhani', sans-serif;
	display: inline-block;
	vertical-align: middle;
	float: none;
	letter-spacing: 1px;
}
.welcome_text span {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 17px;
}
.top_newsletter_link {
	display: inline-block;
	vertical-align: middle;
	float: right;
}
.top_newsletter_link li {
	float: left;
}
.top_newsletter_link li:first-child {
	padding-right: 15px;
}
.top_newsletter_link li:last-child {
}
.top_newsletter_link a {
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	padding: 6px 15px;
	font-family: 'Rajdhani', sans-serif;
	display: inline-block;
	vertical-align: middle;
	background: #000;
}
.top_newsletter_link a:hover {
	background: #e20a17;
	color: #FFF !important;
}
.top_newsletter_link a .fa {
	font-size: 14px;
	color: #FFF;
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
}
.dezign_top_menu {
	position: relative;
	padding: 0px;
	/* margin-bottom: 40px; */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
ul.main_menu {
	list-style: none;
	margin: 0px auto;
	text-align: right;
}
ul.main_menu li {
	display: inline-block;
	position: relative;
	padding-left: 25px;
}
ul.main_menu li:last-child {
	padding-right: 0px;
}
ul.main_menu li a {
	display: block;
	color: #FFF;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 1px;
	font-family: 'Rajdhani', sans-serif;
	position: relative;
	transition: all 0.5s ease 0s;
	background-image: url("../images/top_menu_arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
ul.main_menu li a:hover {
    color: #50bc17;
    background-image: url("../images/top_menu_arrow_h.png") !important;
}
/*
ul.main_menu li a::after {
	position: absolute;
	content: "";
	height: 3px;
	background: #FFF;
	left: 0px;
	width: 0px;
	right: 0px;
	transition: all 0.5s ease 0s;
	margin: 0 auto;
	bottom: 0px;
}
ul.main_menu li a:hover:after {
	width: 100%;
	transition: all 0.5s ease 0s;
}
*/
.promo_top_text {
	padding: 25px 0px;
	background: #fff;
	background-repeat: no-repeat;
}
.dezign_top_prmotion.left_promo {
	text-align: left;
	float: left;
}
.dezign_top_prmotion {
	text-align: center;
	float: right;
}
#dezign_logo {
	padding: 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
}
#dezign_logo img {
	border: 0 none;
	left: 0;
	margin: 0;
	z-index: 1;
	max-width: 100%;
}
.search_wapper {
	padding: 0px 0px;
	position: relative;
	float: right;
	width: 315px;
}
.dezign_prmotion {
	text-align: center;
	padding: 30px 0px;
	margin: 0 auto;
	position: relative;
}
.promo_bottom {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 110px;
}
.bunting_text {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
}
.promo_text {
}

.banner_section_res {
	display: none;
}
.slider_arrow {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.promo_text_res, .banner_res_section, .promotion-section_res, #maine_slider_res, .prmotion_rex {
	display: none;
}
.promo_wapper {
	margin: 0px auto;
	text-align: center;
	background:#002A5B url('../images/promo_bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0px;
	/* margin-top: 2px; */
}
.home_banner {
	margin: 0 auto;
	text-align: center;
}
#dezign_home_banner {
	margin: 0 auto;
	text-align: center;
}
.prom_text {
	padding: 20px;
	margin-bottom: 30px;
}
/*============================================
			Top Header Css END 	
============================================*/

.info-img02 {
	display: none;
}
.table thead th {
	font-size: 18px;
	letter-spacing: 0.30px;
	font-weight: 700;
	border: 1px solid #052151 !important;
	border-bottom: 0px solid #fff !important;
}
.desc-text .table thead th, .desc-text .table tbody td {
	width: 100%;
}
.table td, .table th {
	padding: 6px;
}
.table tr {
	text-align: center;
	background: #052151;
	color: #fff;
    display: flex;
}
.table td {
	background: #eeeeee !important;
	color: #000;
	border: 1px solid #052151 !important;
	/* border-left: 1px solid #052151; */
	font-size: 18px;
	letter-spacing: 0.30px;
	font-weight: 400;
}
/*============================================
			Listing CSS START
============================================*/
.product_section {
	position: relative;
}
.round_bg {
	margin-bottom: 40px;
}
.listing_listinghead h1 {
	margin: 0 0 0px;
	padding: 0px 0px;
	
}
#listingarea {
	width: 100%;
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0;
	background: none;
}
.listing_listingarea-box {
	/* float: left; */
	margin-bottom: 30px;
	
}
#right_box {
	background: #FFF;
	padding: 25px;
	position: relative;
	z-index: 1;
	border: 1px solid #e2e2e2;
	margin-bottom: 0;
	height: 554px;
	overflow: auto;
}
.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;
	
	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;
	
}
.desc-hedtitle {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0.70px;
	z-index: 1;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: -1px;
	border-bottom: 1px solid #e5e5e5;
	font-family: 'Rajdhani', sans-serif;
	padding: 5px 0px;
	text-align: center;
	background: #4cbe1f;
}
.free_ship_text {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 30px;
}
.desc-rd {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0;
	border: 0px solid #e2e2e2;
	position: relative;
	border-top: 0;
}
.desc-rd.desc-text h6 {
	color: #414042;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.desc-rd.desc-text p{
	margin-bottom: 12px;
}
.desc-rd.desc-text p:last-child{
	margin-bottom: 0px;
}
.desc-text {
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0.30px;
	line-height: 26px;
    border: 1px solid #e3e3e3;
    padding: 30px;
	font-family: 'Rajdhani', sans-serif;
}

.tab-footar {
	text-align: center;
	padding: 25px !important;
	padding-left: 30px !important;
}
/* Images Code Start */
.product_images_wappers {
	border: 1px solid #e2e2e2;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	height: 100%;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #91c340 #FFF;
}
.product_images_gallery {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
/* Images Code END */

/*============================================
			Listing CSS END
============================================*/

/*============================================
			Footer Css START 	
============================================*/ 
footer {
	float: left;
	width: 100%;
}
.store_footer_wapper {
	padding-top: 25px;
	padding-bottom: 20px;
	position: relative;
}
.footer_logo {
	margin-top: 10px;
}
.footer_block.footer_block03 {
	text-align: center;
	margin: 0 auto;
}
.footer_block_titel {
	font-size: 21px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Rajdhani', sans-serif;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
	letter-spacing: 0.50px;
}
.footer_block.footer_block01 .footer_block_titel:after {
	right: unset;
}
.footer_block02 {
}
.footer_block01 {
	float: left;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu ul li {
}
.footer_menu ul li a {
	font-size: 17px;
	color: #303030;
	line-height: 30px;
	letter-spacing: 0.25px;
	font-family: 'Rajdhani', sans-serif;
	background-image: url("../images/footer_menu_arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-weight: 600;
}
.footer_menu ul li a:hover {
	margin-left: 5px;
    color: #50bc17;
    background-image: url("../images/footer_menu_arrow_h.png") !important;
}
.footer_payment {
	text-align: center;
}
.footer_bottom {
	background: #052151;
	padding: 10px 0;
	position: relative;
}
.footer_block.footer_block02 {
	text-align: right;
}
.dezign_copyright {
	text-align: left;
	font-size: 16px;
	font-family: 'Rajdhani', sans-serif;
	letter-spacing: 0.50px;
	color: #FFF;
	font-weight: 500;
}
.dezign_copyright span {
	font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
}
.dezign_by {
	font-size: 15px;
	letter-spacing: 0.50px;
	color: #FFF;
	font-weight: 500;
	font-family: 'Rajdhani', sans-serif;
	text-align: right;
}
.dezign_by span {
	font-weight: 700;
	color: #FFF;
}
.pay_03_list{
	margin-top: 25px;
}
.pay_03_list h5{
	font-family: 'Rajdhani', sans-serif;
	font-size: 22;
	font-weight: 700;
	letter-spacing: 0.35px;
	color: #333333;
	margin-bottom: 12px;
}
.pay_03_list ul{
	width: auto;
	margin-bottom: 20px;
}
.pay_03_list ul li, .pay_03_list ol li  {
	padding: 0;
	font-size: 17px;
	font-weight: 600;
	line-height: 31px;
	letter-spacing: 0.35px;
	color: #333333;
	position: relative;
	font-family: 'Rajdhani', sans-serif;
	margin-bottom: 0px;
}
.pay_03_list ol{
	padding-left: 15px;
	margin-top: 15px;
}
.pay_03_list ul li span{
	font-size: 18px;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: 0.35px;
	color: #333333;
	position: absolute;
	right: 0;
	font-family: 'Rajdhani', sans-serif;
	display: inline-block;
}
.pay_03 p{
	margin-bottom: 10px !important;
}
.return-texts ul li{
padding: 0;
}
/*============================================
			Footer Css END
============================================*/

/* Tab Code Start */
.main_tab_row {
	position: relative;
	margin-bottom: 40px;
}
.tabe_section {
	margin-bottom: 30px;
}
.inner_text {
	border: 1px solid #E6E6E6;
	padding: 25px;
	background: #FFF;
	position: relative;
	padding-top: 15px;
	padding-bottom: 0;
	font-family: 'Poppins', sans-serif;
	padding-right: 0;
}
.payment_text {
	margin-left: -32px;
}
.inner_text h1 {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}
.inner_text p {
	font-size: 17px;
	color: #333333;
	font-weight: 500;
	line-height: 25px;
	font-family: 'Rajdhani', sans-serif;
	margin-bottom: 20px;
	letter-spacing: 0.35px;
	margin-right: 20px;
}
.returns_section {
	padding-bottom: 55px;
}
.inner_text h2 {
	font-size: 18px;
	font-weight: 700;
	color: #d21034;
	letter-spacing: 0.50px;
	font-family: 'Rajdhani', sans-serif;
	text-transform: uppercase;
	margin: 16px 0px;
}
.product_images_wappers {
	height: 554PX;
}
.paypal_text img {
	margin-bottom: 10px;
}
.au_section img {
	
}
.au_section {
	text-align: left;
}
.au_text h1 {
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
	font-family: 'Rajdhani', sans-serif;
}
.inner_text h1 {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	letter-spacing: 1px;
	font-family: 'Rajdhani', sans-serif;
	margin-bottom: 17px;
}
.inner_text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: 500;
	letter-spacing: 0.25px;
	margin-bottom: 16px;
}
.main_payment.pay_02 h6 {
	font-size: 18px;
	font-family: 'Rajdhani', sans-serif;
	line-height: 18px;
	letter-spacing: 0.35px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 16px;
}
.please_note_text p {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 24px;
	letter-spacing: 0.25px;
	font-family: 'Rajdhani', sans-serif;
	margin-bottom: 25px;
}
.please_note_text {
	border: 1px solid #e2e2e2;
	margin-bottom: 30px;
	padding: 30px;
	padding-bottom: 5px;
}
.please_note_text h1 {
	color: #ff0000;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Rajdhani', sans-serif;
}
/* Tab Code END */


/*FEEDBACK SECTION Start*/
/*========================================*/

/*============================================
	Guarantees Css START
============================================*/ 
.guaranteed_wapper {
	padding: 40px 0;
	float: left;
	width: 100%;
	padding-top: 0;
	position: relative;
    background: #f9f9f9;
}
.guaranteed_wapper::after {
	position: absolute;
	content: '';
	background: url('../images/feedback_left.png');
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	height: 453px;
	left: 0;
	top: -40%;
	z-index: -1;
}
.guaranteed_title {
	background: url("../images/title_bg.png");
	background-repeat: no-repeat;
	background-position: center left;
	text-align: left;
	font-size: 38px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #333;
	position: relative;
	padding: 10px 0;
	padding-left: 65px;
	margin-top: 30px;
	letter-spacing: 0.10px;
}
.guaranteed_title a {
	font-size: 17px;
	letter-spacing: 0.30px;
	color: #343434;
	font-weight: 700;
	text-transform: uppercase;
	background: url("../images/view_btn2.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	position: absolute;
	right: 0;
	top: 20px;
	text-decoration: underline !important;
	font-family: 'Rajdhani', sans-serif;
}
.guaranteed_title a:hover {
	color: #50bc17;
	background-image: url("../images/view_btn2_h.png") !important;
}
.guaranteed_box {
	border: 2px solid #e2e2e2;
	text-align: center;
	padding: 24px 15px;
	height: 280px;
	background: #FFF;
}
.guaranteed_text {
	font-size: 21px;
	color: #666666;
	font-weight: 500;
	margin-bottom: 20px;
	font-family: 'Rajdhani', sans-serif;
}
.ebay_logo {
	margin-bottom: 10px;
}
.guaranteed_name {
	font-size: 16px;
	color: #000;
	letter-spacing: 0.20px;
	font-weight: 700;
	margin-bottom: 12px;
	font-family: 'Rajdhani', sans-serif;
}
/*============================================
	Guarantees Css END
============================================*/ 
.feature_section {
	background: #fff;
	padding: 30px 0px;
}
.shop_by_text {
	background: url('../images/feat_line.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
}
.shop_by_text h1 {
	font-size: 37px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0.50px;
	font-family: 'Rajdhani', sans-serif !important;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.cate_box {
	margin: 0 auto;
	text-align: center;
	background: #FFF;
	border: 1px solid #c4c4c4;
	padding: 10px 5px;
	margin-bottom: 30px;
}
.cate_box h1 {
	font-size: 23px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0.30px;
	font-family: 'Rajdhani', sans-serif !important;
	margin: 0;
	margin-top: -13px;
}
.shadow {
	margin-top: 15px;
}
.view_all_cate {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.view_all_cate a {
	position: relative;
	z-index: 9;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif !important;
	padding: 0px 40px;
	transition: all 0.5s ease;
	line-height: 41px;
}
.view_all_cate::after {
	position: absolute;
	content: '';
	border-bottom: 41px solid #4cbe1f;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	transform: rotate(180deg);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	transition: all 0.5s ease;
}
.view_all_cate:hover::after {
   border-bottom: 41px solid #052151;
}
.view_all_cate::before {
	position: absolute;
	content: '';
	background: url('../images/btn_line.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 29px;
	height: 41px;
	right: -12px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.all_btn {
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.all_btn::before {
	position: absolute;
	content: '';
	background: url('../images/btn_line_01.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 29px;
	height: 41px;
	left: -14px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.Tabe-scroll{
	overflow: auto;
	height: 445px;
	width: 100%;
	padding-right: 5px;
}
.about_img {
	margin-left: -145px;
}
.about_title {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}
.about_title h1 {
	font-size: 38px;
	font-weight: 400;
	color: #000;
	line-height: 42px;
	letter-spacing: 0.50px;
	font-family: 'Rajdhani', sans-serif;
}
.about_title h1 span {
	font-weight: 700;
	text-transform: uppercase;
}
.about_title p {
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
	color: #222222;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.30px;
padding: 0px 50px;
margin-top: 18px;
}
.about_section {
	position: relative;
	margin: 20px 0px 30px;
}
.about_text h1 {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 0.10px;
	font-family: 'Rajdhani', sans-serif;
	margin-bottom: 20px;
	line-height: 25px;
}
.about_text p {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
	letter-spacing: 0.10px;
	font-family: 'Rajdhani', sans-serif;
	margin-bottom: 25px;
}
.ebay_msg {
	position: relative;
	display: inline-block;
	margin-top: 10px;
}
.ebay_msg a {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 0.50px;
	font-family: 'Rajdhani', sans-serif;
	padding: 9px 70px 9px 20px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
/* .ebay_msg a:hover {
    background: #000;
} */
.ebay_msg img {
	margin-right: 5px;
}
.ebay_msg a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4cbe1f;
	z-index: -1;
	transform: skewX(-30deg);
	margin-left: -40px;
	transition: all .5s ease-in;
}
.ebay_msg a:hover::before{
	background: #052151;

}
.ebay_msg a::after{
	content: '';
	position: absolute;
	top: 0;
	right: 25px;
	width: 10px;
	height: 100%;
	background: #50bc17;
	z-index: -1;
	transform: skewX(-30deg);
}
.paypal-sec {
	margin: 0 auto;
	text-align: center;
	margin-bottom: -23px;
	overflow: hidden;
	z-index: 999;
	position: relative;
}
.warranti-bg {
	background-color: #052151;
	padding: 5px 0px;
	margin-bottom: 40px;
}
.warranti-bg .head {
	font-size: 48px;
	color: #fff;
	font-weight: 600;
	font-family: 'Rajdhani', sans-serif;
	letter-spacing: -0.75px;
	text-align: center;
	text-transform: uppercase;
}
.product-text table tbody tr td{
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	color: #333333;
	font-family: 'Rajdhani', sans-serif;
	letter-spacing:-0px;

}
.product-text ul:first-child li{
margin-bottom: 20px;

}
.product-text ul:first-child li span{	
font-weight: 700;
}
.product-text table tbody tr td:first-child {
    background: url('https://dezignbrain.com/ebay/vaux_spares/listing/images/arrow.png');
    background-repeat: no-repeat;
    background-position: left 9px;
    padding-left: 15px;
	position: relative;
	margin-top: 8px;
	vertical-align: top;
}
.pay_03_list ul li span {
	position: relative;
	padding-left: 10px;
}
.product-text ul:last-child li span{
	position: absolute;
	left: 32%;
}
.click a {
	position: relative;
	z-index: 9;
	display: inline-block;
	font-size: 19px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	padding: 2px 30px;
	transition: all 0.5s ease;
	line-height: 41px;
	font-family: 'Rajdhani', sans-serif !important;
	background: #052151;
}
.click a:hover{
    transition: all 0.5s ease;
    background: #4cbe1f;
}
.click {
	margin-top: 50px;
}