@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
/*
font-family: 'Roboto', sans-serif; 
*/
/*============================================
			Common Css START	
============================================*/
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Roboto', sans-serif !important;
}
body, td, .g-std {
	font-family: 'Roboto', sans-serif !important;
}
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 !important;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.store_wapper {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
	margin-top:-1px;
}
.pagecontainer > table {
	width: 100%;
	float: left;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	margin: 0;
	display: table;
	background:#FFF;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	background-size:contain;
}
.tb_v4bc {
	background: none repeat scroll 0 0 !important;
}
.pagecontainer table tr td table:nth-child(2) {
	display: table;
	margin: 0 auto;
	padding: 0 0px;
	text-align: left;
	width: 100%;
	max-width: 1110px;
}
#gh {
	background: #fff none repeat scroll 0 0;
	margin: 0;
	padding: 35px 0 10px;
	position: relative;
	white-space: nowrap;
}
header#gh.gh-w {
	display: none;
}
.pagecontainer > table.tb_v4bc {
	display: none !important;
}
.pagecontainer p {
	margin: 0;
}
/*============================================
			Common Css END	
============================================*/

/*============================================
			Top Header Css START 	
============================================*/
.dezign_header_top{
	background:#62322F;	
	margin-top: -1px;
}
.welcome_text {
	color: #FFF;
	font-size:13px;
	line-height:18px;
	letter-spacing:1px;
 	text-align: left;
 	background:url("../images/home_icon.png");
 	background-repeat: no-repeat;
 	background-position: center left;
 	padding-left: 25px;
	font-weight: normal;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif !important; 
}
.welcome_text strong{
	font-weight:bold;
	color:#F79B6F;
}
.top_dezign_menu{
	float:right;
}
.header_left_button ul {
    margin: 0;
}
.top_dezign_menu li{
	float:left;
}
.top_dezign_menu li a{
	font-family: 'Roboto', sans-serif !important; 
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	padding:9px 14px;
	display:block;
	border-right:1px solid #754B48;
	color:#FFF;
}
.top_dezign_menu li:first-child a{
	border-left:1px solid #754B48;
}
.top_dezign_menu li a:hover{
	color:#FFF;
	background:#F05123;
}
.dezign_header_top2{
	background:url("../images/dezign_header_top2.png");
	background-repeat:repeat-x;
	background-position:center center;
	background-size:cover;
	padding:7px 0px;
}
.dezign_header_top2 .top_dezign_menu{
	float:left;
}
.dezign_header_top2 .top_dezign_menu li a{
	background:#FFF;
	color:#333333;
	border:0px;
	margin-right:2px;
	padding:6px 15px;
}
.dezign_header_top2 .top_dezign_menu li a:hover{
	background:#EE6422;
	color:#FFF;
}
.dezign_header {
	width: 100%;
	margin: 0 auto;
	display: block;
	position:relative;
	padding:12px 0px;
}
.dezign_header::after {
	position: absolute;
	content: "";
	background: url("../images/hader_shadow.png");
	height: 8px;
	bottom: -8px;
	width: 100%;
	left: 0px;
}
#dezign_logo {
    float: none;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: table;
}
#dezign_logo img {
  border: 0 none;
  left: 0;
  margin: 0;
  display:table;
  z-index:1;
  max-width:100%;
}
.top_promocode {
    margin-left: -5px;
}
.header_left_button.float-left {
    margin-right:0px;
    margin-bottom: 22px;
    float: right !important;
}
.header_left_button li{
	display: inline-block;
	vertical-align: middle;
}
.header_left_button li:first-child{
	margin-right:20px;
}
.header_left_button li a{
 	color:#888888;
	border-bottom:2px solid #E2E2E2;
	text-transform:uppercase;
	font-size:13px;
	font-weight:500; 
	letter-spacing:1px;
	font-family: 'Roboto', sans-serif !important; 
	padding:10px 0px;
	padding-top: 0px;
	vertical-align:middle;
	display:inline-block;
}
.header_left_button li a .fa{
	color:#F05123;
}
.header_left_button li a:hover{
	color:#F05123;
	border-color:#F05123;
}  
.main_menu{
	margin-top:15px;
	text-align:center;
	position:relative;
} 
ul.main_menu li{
	display:inline-block;
	padding:0 30px;
}
ul.main_menu li a{
	display: block;
	color: #666666;
	font-size:16px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif !important;
	padding:12px 0px;
	position: relative;
	transition: all 0.8s ease 0s;
} 
.dezign_top_menu li a::after{
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	transition: all 0.5s ease 0s;
	display: table;
	border-bottom:3px solid #FB066E;
	width: 0%;
}
.dezign_top_menu li a:hover::after {
	width: 100%;
}
ul.main_menu li a:hover{
  color:#FB066E;
  transition: all 0.8s ease 0s;
} 
.dezign_prmotion{
  display: block;
  padding:0px 0px 0px 0px;
  margin:-1px auto 40px;
  max-width: 100%;
  width: 100%;
  text-align:center;
}
#dezign_home_banner{
	width: 100%;
	height: auto;
	padding:0px 0px 0px 0px;
	margin: 0px auto 0;
	text-align:center; 	 
}
#dezign_home_banner img{
	width: 100%;
}
/*============================================
			Top Header Css END 	
============================================*/

/*============================================
			Top Search Css START 	
============================================*/
#search-box{
  background:#F2F2F2;
  position: relative; 
  border-radius: 0px;
  box-sizing: border-box;
  height:38px;
  float:right;
  color:#666666;
  font-size:12px; 
  line-height:35px;
  margin: 0;
  padding:0 10px;
  position: relative;
  width: 100%;
  max-width:360px;
  margin:0 auto;
}
#search-box:after{
	position: absolute;
	content: "";
  background:url("../images/search_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 38px;
  width: 38px;
  left: 0px;
  top: 0px;
}
#search-box .v4stw {
	padding: 0 !important;
}
#search-box .v4sbox {
font-size: 13px !important;
    width: 325px !important;
    line-height: 20px !important;
    font-weight: normal !important;
    margin: 0px 0px 0px 0px !important;
    padding-left: 10px !important;
    padding-right: 50px !important;
    box-sizing: border-box;
    height: 40px !important;
    background: none !important;
    color: #666666 !important;
    outline: none;
    border-right: hidden !important;
    border-radius: 5px 0 0 5px !important;
    float: left;
    cursor: text !important;
    clear: both;
    display: table !important;
    text-indent: 1px !important;
    right: 0;
}
#search-box input {
    width:38px;
    height:38px;
    margin: 0px;
    padding: 0;
    float: left;
    background: url(../images/smiley.png) no-repeat center center;
    display: block;
    border: none 0px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    text-indent: -9999px;
    position: absolute;
    right: 0px;
    top:0px;
}
#search-box input:hover {
	background: url(../images/smiley.png) no-repeat center center;
}
#v4-2, label {
	display: none !important;
}
.v4stw td {
	margin: 0 !important;
	padding: 0 !important;
}
/*============================================
			Top Search Css END	
============================================*/

/*============================================
			eBay Default Css START 	
============================================*/
#TopPromoArea {
	padding: 0px !important;
	margin: 0px !important;
	display: none;
}
/*============================================
			Top Search Css END 	
============================================*/

/*============================================
			Left Panel Css START 	
============================================*/
#LeftPanel {
	width: 260px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	float: left;
	padding-bottom: 30px;
	margin-top:-15px;
}
#LeftPanel .v4acpcont::after {
	background-image: url("../images/left_payment.png");
	background-position: center center;
	background-size: auto;
	background-repeat: no-repeat;
	bottom: -385px;
	content: "";
	height: 358px;
	position: absolute;
	width: 263px;
	z-index: 99;
}
#LeftPanel .v4acpcont {
	margin-bottom:420px !important;
}
#LeftPanel .v4acpcont:nth-child(2) {
	display: none;
}
#LeftPanel .v4acpcont:nth-child(3) {
    display: none;
}
#LeftPanel .v4thldr:nth-child(3) {
	display: none;
}
.v4thldr {
	background: none !important;
	border: none !important;
}
#LeftPanel * {
	padding: 0px;
	margin: 0px;
}
#LeftPanel img {
	border: 0px;
}
#LeftPanel .ttl {
	color: #323232;
	font-size: 12pt;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 0.4em 2%;
	margin: 0;
	overflow: hidden;
	width: 96%;
	text-align: left;
	border-bottom: 1px solid #dadada;
	display: none;
}
#LeftPanel .ttl a {
	color: #323232;
	font-size: 12pt;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 100%;
	text-align: left;
}
#LeftPanel .ttl a:hover {
	color: #fff;
	background: #545254;
	text-decoration: none;
}
#LeftPanel .cnt {
 display:  !important;
}
#LeftPanel .all_cats {
	display: none !important;
}
#LeftPanel .link {
	display: none !important;
}
.v4accent {
	display: none;
}
.v4title {
	width: 260px;
	margin: 0;
	font-size: 17px!important;
	font-weight: 400 !important;
	font-family: 'Work Sans', sans-serif;
	color: #FFF !important;
	line-height: 43px;
	height: 43px;
	padding-left: 0px !important;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: left;
	background: #333333;
	text-transform: uppercase;
	position: relative;
	z-index: 9999;
	text-indent: 35px;
	border-radius: 0px;
	background-image: url("../images/v4title.png");
	background-repeat: no-repeat;
	background-position: left center;
}
/*.v4title::after {
  background-image: url("../images/v4title.png");
  content: "";
  height: 12px;
  left: 15px;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}*/
h2 {
	font-size: 16px !important;
	font-weight: 500 !important;
}
.v4title font {
	font-size: 17px!important;
	font-weight: 500 !important;
	font-family: 'Work Sans', sans-serif;
}
.v4title font h2 {
	font-size: 17px!important;
	font-weight: 500 !important;
	font-family: 'Work Sans', sans-serif;
	display: none;
	color: #FFF;
}
table.v4midBox {
	width: 260px;
	background: #FFF;
	text-align: left;
	margin: 0px 0 0 !important;
	position: relative;
	padding: 0px 0 0px 0 !important;
	border: 0px solid #E8E8E8;
	border-bottom: 2px solid #62322F;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 5px !important;
}
table.v4midBox:after {
	position: absolute;
	content: none;
	bottom: 1px;
	right: 0;
	left: 0;
	width: 100%;
	border-bottom: 0px solid #F2F2F2;
	height: 5px;
}
.brands_left .brands_logo {
	border: 1px solid #dcdcdc;
	border-radius: 30px;
	box-shadow: 0 2px 0 0 rgb(184, 0, 0);
	margin: -45px 0 20px !important;
	padding: 45px 0 10px !important;
	position: relative;
	text-align: left;
	width: 260px;
}
.brands_left .brands_logo ul {
	list-style: none;
}
.brands_left .brands_logo ul li {
	padding: 12px 0px !important;
}
.brands_left .brands_logo ul li img {
	text-align: center;
	margin: 0 auto !important;
	display: table;
}
.v4mid {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
table.v4acp tr.v4acp_head td.v4hspacer {
	display: none;
	width: 0px;
}
#LeftPanel ul.lev1 {
	list-style-type: none;
	width: 258px;
	margin: 0;
	padding: 0;
	display: table;
}
#LeftPanel ul.lev1 li {
	padding: 0;
	list-style: none;
	text-align: left;
	width: 258px;
	transition: all 0.5s ease-in-out 0s;
	margin: 0px;
	border-bottom: 1px solid #E5E5E5;
}
#LeftPanel ul.lev1 li a {
color: #666666;
    display: block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    font-weight: normal;
    margin: 0px 0px 0px 5px;
    overflow: hidden;
    padding: 10px 0px 10px 12px;
    text-align: left;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    background: url(../images/left-arrow01.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#LeftPanel ul.lev1 li:hover a {
	color: #F05123;
	background: url("../images/left-arrow02.png");
	background-repeat: no-repeat;
	background-position: left center;
}
#LeftPanel ul.lev1 li span {
	color: #F05123;
	display: block;
	font-family: 'Roboto', sans-serif !important;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	overflow: hidden;
	padding: 10px 0px 10px 12px;
	text-align: left;
	letter-spacing: 0.5px;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	background: url("../images/left-arrow02.png");
	background-repeat: no-repeat;
	background-position: left center;
}
#LeftPanel ul.lev1 li .cnt {
	display: none;
}
#LeftPanel ul.lev2 {
	list-style-type: none;
	width: 248px;
	margin: 0;
	padding: 0;
	display: table;
}
#LeftPanel ul.lev2 li {
	padding: 0;
	list-style: none;
	text-align: left;
	width: 248px;
	margin: 0px;
}
#LeftPanel ul.lev2 li a {
	color: #666;
	display: block;
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 9px 5px 9px 40px;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	background: url("../images/left-arrow001.png");
	background-repeat: no-repeat;
	background-position: 28px center;
}
#LeftPanel ul.lev2 li:hover a {
	color: #F05123;
	background: url("../images/left-arrow002.png");
	background-repeat: no-repeat;
	background-position: 28px center;
}
#LeftPanel ul.lev2 li span {
	color: #F05123;
	display: block;
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 9px 5px 9px 40px;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	background: url("../images/left-arrow002.png");
	background-repeat: no-repeat;
	background-position: 28px center;
}
table.v4nl td.cb input {
	margin: 0 5px 0 0 !important;
}
#store_gap {
	height: 15px;
	width: 230px;
	clear: both;
}
.v4vspacer {
	display: none;
}
.v4baccent {
	display: none;
}
#LeftPanel .v4acpcont {
	padding: 0;
	position: relative;
	text-align: left;
	width: 260px;
	display: table;
	background: none;
}
table.v4nl td {
	clear: both;
	color: #333333;
	display: table !important;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 20px;
	margin: 0 auto !important;
	padding: 15px 20px 0 !important;
	text-align: left;
	width: 100% !important;
	box-sizing: border-box;
}
table.v4nl td.cb {
	padding: 5px 20px !important;
	color: #000;
}
.v4nl .sb {
	float: left !important;
	padding: 0 !important;
	width: 100% !important;
	margin: 0 auto 10px !important;
}
.sb > input {
	background: url(../images/submit.png) no-repeat left top;
	border: 0 none;
	cursor: pointer;
	text-decoration: none;
	width: 160px;
	height: 38px;
	margin: 10px auto 10px 10px !important;
	display: block;
	float: left;
	padding: 0;
	_transition: all 0.4s ease-out 0s;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-indent: -9999px;
}
.sb > input:hover {
	background: url(../images/submit.png) no-repeat left bottom;
}
.store_cathead {
	width: 260px;
	margin: 0;
	padding: 0px 0 0px;
	font-size: 19px!important;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	color: #FFF;
	line-height: 50px;
	height: 50px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	background: #ad4e86;
	text-transform: uppercase;
	position: relative;
	z-index: 9999;
}
.paypal {
	float: left;
	margin: 0 auto !important;
	padding-bottom: 20px!important;
	width: 260px;
	text-align: center;
	border: 0px solid #dadada;
}
.thanks {
	float: left;
	margin: 0 auto !important;
	padding: 5px 0px !important;
	width: 225px;
	text-align: center;
}
/*============================================
			Left Panel Css END 	
============================================*/
/*============================================
	Guarantees Css START
============================================*/ 
.guaranteed_wapper { 
	padding-bottom:50px;
}
.guaranteed_title {
	background: url("../images/title_bg.png");
	background-repeat: no-repeat;
	background-position: center left;
	text-align: left;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #000;
	position: relative;
	padding: 10px 0;
	padding-left: 55px;
}
.guaranteed_title .view_btn {
	font-size: 14px;
	letter-spacing:1px;
	color: #575757;
	font-weight: 500;
	text-transform: uppercase;
	background: url("../images/view_btn2.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:20px;
	position: absolute;
	right: 0;
	top: 20px;
	text-decoration:underline !important;
}
.guaranteed_title .view_btn:hover {
	color: #575757;
}
.guaranteed_box {
	border: 1px solid #000000;
	background:#FFF;
	box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.1); 
	text-align: center;
	padding: 22px 15px; 
}
.guaranteed_text {
	font-size: 20px;
	color: #575757;
	margin-bottom:10px;
}
.ebay_logo{
	margin-bottom:10px;
}
.guaranteed_name {
	font-size: 14px;
	color: #000;
	letter-spacing: 0.20px;
	font-weight: bold;
	margin-bottom: 12px;
}
/*============================================
	Guarantees Css END
============================================*/ 

/*============================================
			Footer Css START 	
============================================*/
.btn01 {
	color: #FFF !important;
	font-size: 15px;
	letter-spacing:1px;
	font-weight:normal;
	text-transform: uppercase;
	background: #F05123;
	width: auto;
	font-family: 'Roboto', sans-serif !important;
	padding:10px 20px;
	line-height: 16px;
	display: inline-block;
	font-weight: bold;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
.btn01 span {
	border-left: 0px solid #000;
	padding-left: 0px;
	margin-left: 0px;
}
.btn01 span img {
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle;
}
.btn01:hover {
	transition: all 0.5s ease 0s;
	background: #62322F;
}
.prom_bottom{
	background:#000;
	padding:0px 0px;	
}
.prom_bottom img{
	margin:0 auto;
	display:table;	
}
.title_inner_block {
    margin: 0 auto;
    text-align: center;
    margin-bottom:5px;
    font-size: 38px;
    letter-spacing:3px;
    color: #FFF;
	font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom:0px;
    position: relative;
}
.newsletter_section_text p {
    margin-bottom:20px;
}
.newsletter_section{
	background:url("../images/newsletter.png");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	color:#FFF;
	float: left;
	position:relative;
    width: 100%;
	padding:45px 0px;
}
.newsletter_section .container {
    position: relative;
    z-index: 99;
}  
.newsletter_section_text{
	text-align:center;
	font-size:18px;
	letter-spacing:1px;
	font-family: 'Roboto', sans-serif !important;
	font-weight:400;
}
.store_footer_wapper {
	padding: 50px 0px;
}
.dezign_footer_wapper {
	padding:20px 0;
	background:#FFF;
	padding-bottom: 0px;
}
footer {
	float: left;
	width: 100%;
	background:#222222;
}
.footer_logo {
	margin: 0 auto 0px; 
}
.footer_payment{
	margin-top: 0px;
}
.footer_payment.text-left {
	margin-top: 30px;
}
.footer_payment.text-right {
    margin-top: 20px;
    display: block;
    float: right;
}
.footer_block_titel {
	font-size: 20px;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 0.5px;
	color: #333;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 
	float:right;
	margin-top:0px;
	display: table;
}
.footer_menu ul li{
	float: left;
	padding: 0 10px;
}
.footer_menu ul li:last-child{
	padding-right:0px;
}
.footer_menu ul li a {
	font-size:15px;
	color: #333333;
	font-family: 'Roboto', sans-serif !important; 
	line-height: 25px;
	letter-spacing: 0.85px;
	font-weight: normal;
	border: 1px solid rgba(0,0,0,0);
	padding: 6px 12px;
}
.footer_menu ul li a:hover {
	color: #F05123;
	border-color: #F05123;
	font-weight: bold;
}
.footer_bottom {
	background-color: #62322F;
	margin-bottom:-1px;
	padding: 15px 0;
}
.dezign_copyright {
	text-align: left;
	font-size:12px;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: normal;
}
.dezign_copyright span {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto', sans-serif !important;
	color: #F79B6F;
	font-size:16px;
}
.dezign_by {
	text-align: right;
	font-size: 13px;
	letter-spacing: 1px;
	color: #333;
}
.footer_wapper {
	position: absolute;
	bottom: -460px;
	right: 0;
	left: 0;
	width: 100%;
	background: #FFF;
}  
/*============================================
			Footer Css END
============================================*/
#showcase_mide .v4shwc {
	width: 100%;
} 