@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; 
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%; 
	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;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.listing_clear {
	clear: both;
}
.listing_wrap {
	width: 100%;
}
.listing_background {
	width: 100%;
	float: left;
	background-color: #FFF;
	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;
 margin:;
	position: relative;
	display: inline-block;
}
.listing_content {
	width: 100%;
	margin:0px auto 0px;
	display: table;
}
/*============================================
			Top Header Css START 	
============================================*/
.dezign_header_top{
	background:#62322F;	
}
.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:15px 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; 
    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 	
============================================*/

/*============================================
	Guarantees Css START
============================================*/ 
.guaranteed_wapper {
	padding:45px 0;
	float: left; 
	width: 100%;
}
.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:60px;
}
.guaranteed_title .view_btn {
	font-size: 14px;
	letter-spacing:1px;
	color: #F05123;
	font-weight: 500;
	text-transform: uppercase;
	background: url("../images/view_btn.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 {
	opacity: 0.8;
}
.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;
	height: 74px;
}
.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;
    margin-left: -50px;
}
.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;
}
.promotions{
	background:url("../images/promotions_bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 30px;
	padding-bottom:0px;
}
.promotion_box{
	margin-bottom: 30px;
	text-align: center;
}
.promotions_title{
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif !important; 
	letter-spacing: 0.25px;
	text-align: center;
	font-weight: 500;
	margin-top: 10px;
}
.promotions_title span{
	font-size: 15px;
	text-transform: none;
	color: #999999;	
	display: block;
}
/*============================================
			Footer Css END
============================================*/

/*============================================
			Listing CSS START
============================================*/
.listing_listinghead h1 {
	margin: 0 0 0px;
	padding: 0px 0px;
	font-family: 'Roboto', sans-serif !important;
}
#listingarea {
	width: 100%;
	position: relative;
	float: left;
	margin: 0px 0 0px 0;
	padding: 0;
	background: none;
}
.listing_listingarea-box {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.listing_listinghead h1 {
	width: 100%;
	color: #FFF;
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 0px;
	padding: 10px 10px;
	text-align: center;
	background: #F05123;
	letter-spacing:1px;
	text-transform: none;
	z-index: 1;
	font-family: 'Roboto', sans-serif !important;
	position: relative;
}
.desc-hedtitle {
	width: 100%;
	color: #FFF;
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 0px;
	padding: 10px 10px;
	text-align: center;
	background: #F05123;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 1;
	font-family: 'Roboto', sans-serif !important;
	position: relative;
}
.desc-rd {
	width: 100%;
	float: left;
	padding: 15px;
	font-family: 'Roboto', sans-serif !important;
	margin: 0;
	background: #FFF url("../images/left_line.png");
	background-repeat:repeat-x;
	background-position:bottom center;
	border: 1px solid #ccc;  
	border-bottom: 3px solid #62322F;
	position: relative;
 }
.desc-text {
	font-size:15px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	letter-spacing:1px;
	line-height:30px;
	font-family: 'Roboto', sans-serif !important;
}
.desc-text p:last-child{
	margin-bottom:0px; 
}
.desc-rd ul {
	padding-left:0px;
	margin-bottom: 15px;
	list-style: disc inside;
}
.desc-rd table, .desc-rd table tr td, .desc-rd table tr th {
	border: 1px solid #CCC;
	padding: 8px 10px;
	text-align:center;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
table{
	margin-bottom: 30px;
}
/* Images Code Start */
.product_images_wappers {
	background: #FFF url("../images/left_line.png");
	background-repeat:repeat-x;
	background-position:bottom center;
	border: 1px solid #CCC;
	border-bottom: 3px solid #62322F;
	border-top: 0px;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0;
	padding: 30px 0 20px;
 	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.product_images_gallery {
	float: none;
	width: 90%;
	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: 1px solid #ccc;
	background-color: #000;
	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;
}
.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: 12%;
	padding: 0 7.5px;
	display: inline-block;
	margin-top: 25px;
	margin-bottom:5px;
}
.thumb label .box {
	cursor: pointer;
	border: 1px solid #ccc;
	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;
	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 */

/* 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;
	background: #F05123;
}
.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:500;
	height: 45px;
	font-family: 'Roboto', sans-serif !important;
	line-height: 45px;
	margin: 0;
	transition: all 0.5s ease 0s;
	padding: 0px 0;
	text-align: center;
	text-decoration: none;
	background:url("../images/tab_line.png");
	background-repeat:no-repeat;
	background-position:right center;
	width: 184.7px;
	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: #62322F;
}
.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 #CCC;  
	border-bottom: 3px solid #62322F;
 	border-top: 0px;
	box-sizing: border-box;
	color: #333;
	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: 0.5px;
	line-height:26px;
	padding: 15px 15px 0;
}
.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: #62322F;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
/* Tab Code END */

/*============================================
			Listing CSS START
============================================*/
/*============================================
		Categories Css START	
============================================*/
.categories_wapper {
    padding: 40px 0px;
    float: left;
    width: 100%;
    padding-top: 0;
    margin-top: -10px;
}
.categories_title_wapper{
	margin: 0 auto 30px;
	display: table;
	text-align: center;
}
.categories_title{
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 0.80px;
	background:url("../images/title_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
} 
.categories_sub_title{
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing:1px;
}
.cat_boxs_wapper{
	border:2px solid #E4E4E4;
	position: relative;
	transition: all 0.8s ease 0s;
	margin-bottom: 30px;
}
.cat_names{
	width:100%;
	background-color: rgba(228,228,228, 0.75);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-family: 'Roboto', sans-serif !important;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	transition: all 0.8s ease 0s;
	text-align: center;
	padding: 7px 0px; 
	letter-spacing: 0.50px;
	text-transform: uppercase;
}
.cat_boxs_wapper:hover .cat_names{
	color: #FFF;
	bottom:40%;
	background-color: rgba(13,57,157, 0.85);
	transition: all 0.8s ease 0s;
}
.browser_button {
    margin: 0 auto;
    display: table;
}

/*============================================
		Categories Css END	
============================================*/
.promo_banner_wapper {
    float: left;
    width: 100%;
    padding: 40px 0;
    position: relative;
}
.promo_banner_contant {
    position: absolute;
    right: 0;
    left: 0;
    top: 40px;
    text-align: center;
}
.promo_banner_text{
	color: #FFF;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;	
	line-height: 36px;
	font-family: 'Roboto', sans-serif !important;	
}
.promo_banner_sub_text{
	color: #FFF;
	font-size:18px; 	
	margin-bottom: 15px;
	font-weight:400;
	letter-spacing:1px;	 
	font-family: 'Roboto', sans-serif !important;	
}