@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;
	font-family: 'Roboto', sans-serif !important;
}
#CentralArea {
	margin: 0 !important;
	vertical-align: top !important;
	padding: 0;
	border: 0 none !important;
	background: none !important;
}
a {
	transition: all 0.5s ease 0s;
	text-decoration: none !important;
	outline:none !important;
	color: #FFF;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none !important;
	color: #FFF;
}
.pagecontainer > table {
	background: #FFF;
} 
/*============================================
			New Arrivals Css START	
============================================*/
.store_new_arrivals {
    padding: 0px 0px;
    padding-bottom: 0;
    background-image: url(../images/store_new_arrivals.png);
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}
.new_arrivals_title{
	background-color:#F05123; 
	position: relative;
	padding: 12px 20px;
	margin-top: -10px;
}
.new_arrivals_title:after{
	position: absolute;
	content:"";
	background: url("../images/arrivals_title_after.png");
	background-repeat: no-repeat;
	background-position: center center;
	width:10px;
	height: 10px;
	left:-10px;
	top:0px;
}
.new_arrivals_title:before{
	position: absolute;
	content:"";
	background: url("../images/arrivals_title_before.png");
	background-repeat: no-repeat;
	background-position: center center;
	width:10px;
	height: 10px;
	right:-10px;
	top:0px;
}
.new_arrivals_title .title_inner_block{
	margin: 0 auto;
	text-align: left;
	margin-bottom:0px;
	font-size:24px;
	letter-spacing:0.50px;
	color: #FFF;  
	font-weight:bold;
	position:relative;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif !important;
	font-weight: bold;
	padding-left:0px;
	position: relative;
} 
.new_arrivals_button {
	float: right;
}
.home_btn01{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	color:#FFDCCC !important;
}
.home_btn01 span{
    border-left: 1px solid #F3744F;
    margin-left: 10px;
    padding: 3px 0;
    padding-left: 10px;
}
.home_btn01 span img {
    margin-top: -5px;
}
.customproduct1 {
	padding-top: 30px;
}
/*============================================
			New Arrivals Css END	
============================================*/

/*============================================
		Categories Css START	
============================================*/
.cat_main_wapper{
	padding:40px 0;
	padding-top:30px; 
}
.cat_box_wapper{
	position: relative;
	overflow: hidden;
	margin-bottom:0px;
}
.cat_text_wapper{
	position: absolute;	
	top: 50%;
	text-align: center;
	left: 0px;
	right: 0px;
	margin-top: -50px;
}
.cat_text {
    border: 7px solid #FFF;
    padding: 12px 15px;
    background: rgba(0,0,0, 0.6);
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all .8s ease 0s;
    font-weight: 500;
    font-style: italic;
    display: inline-block;
    margin: 0 auto;
    color: #FFF;
    font-size: 42px;
}
.cat_box_wapper img, .cat_box_wapper:hover {
	transition: all .8s ease 0s;
}
.cat_box_wapper:hover img { 
	transform: scale(1.1, 1.1);
	transition: all .8s ease 0s;
}
.cat_box_wapper:hover .cat_text{
	transition: all .8s ease 0s;
}
/*============================================
		Categories Css END	
============================================*/

/*============================================
			About Section Css START
============================================*/
.about_wapper{
	padding:40px 0px;	
	background-color: #F4F4F4;	 
	margin-top: -45px;
}
.about_section_titel{
    color: #364C62;
    font-size: 38px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.25px;
    position: relative;
    line-height: 38px;
    padding-bottom: 12px;
}
.about_section_titel span{
	font-weight: 300;
}
.about_sub_text {
    color: #364C62;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 3px;
    text-align: justify;
    position: relative;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.about_sub_text span {
    font-weight: bold;
    color: #000;
}
.about_sub_text:after {
    position: absolute;
    content: "";
    border-bottom: 4px solid #D5DCE4;
    width: 64px;
    height: 4px;
    left: 0px;
    bottom: 0px;
}
.about_content1{
	font-size:20px;
	line-height:30px;
	text-align: justify;
	font-weight:500;
	letter-spacing:0.35px;
	border-bottom: 2px solid #F05123;
	padding-bottom: 20px;
	font-family: 'Roboto', sans-serif !important; 
	color:#62322F;
	margin-bottom:20px;
}
.about_content2{
	font-size:17px;
	line-height:30px;
	font-weight:normal;
	letter-spacing:0.20px;
	text-align: justify;
	font-family: 'Roboto', sans-serif !important; 
	color:#62322F;
	margin-bottom:15px;
}
.about_content2 p{
	margin-bottom:30px;
}
.promotions{
	background:url("../images/promotions_bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 30px;
	padding-bottom: 10px;
}
.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;
	margin-top: 5px;
}
/*============================================
			About Section Css END
============================================*/
/*============================================
	Guarantees Css START
============================================*/ 
.guaranteed_wapper {
	padding:45px 0;
	float: left;
	padding-top: 0px;
	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 !important;
	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;
    margin-bottom: 15px;
}
.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 Css END
============================================*/
#custom-main-page {
	float: left;
	margin: 0px 0 0 0;
	padding: 0;
	width: 100%;
}
.customproduct {
	display: table;
	margin: 0 auto;
	width: 1200px;
	padding: 0;
}
.customproduct h1 {
	float: left;
	margin: 0;
	padding: 20px 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.featured-sec {
	display: table;
	margin: 25px auto 0;
	width: 100%;
	padding: 0 0 40px;
	background: url(../images/featured-bg.jpg) no-repeat center 0px;
}
/*---Featured Items->START*/
.featured-items-1 {
	display: table;
	margin: 0 auto;
	width: 100%;
	padding: 0 0 0px;
}
.featured-items-2 {
	display: table;
	margin: 0 auto;
	width: 100%;
	padding: 0 0 0px;
}
#customproduct1 {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: table;
}
#customproduct1 table {
	border-collapse: separate;
	border-spacing: 0;
	width: auto;
	padding: 0 !important;
}
.featured-sec01 #customproduct1 table h1 {
	border-bottom: 2px solid #273371;
	color: #273371;
	float: left;
	font-family: "Oswald", sans-serif;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 30px 0 10px;
	padding: 0;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
#customproduct1 table.gallery td.picture div.image {
	margin: 0 auto 0px;
	overflow: hidden;
	padding: 0px;
	border: 1px solid #282828;
	height: 140px;
	width: 140px !important;
	vertical-align: middle;
	display: table-cell;
}
#customproduct1 table.gallery div.ttl {
	border-bottom: 1px solid #b2b2b2;
	height: 40px;
	line-height: 20px;
	margin: 10px 0;
	overflow: hidden;
}
#customproduct1 table.gallery div.ttl a {
	color: #273371;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#customproduct1 #CentralArea table.gallery td.picture {
	background: #ffffff none repeat scroll 0 0;
	border: 0 none;
	display: table-cell;
	height: 140px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
#customproduct1 table.gallery td.picture {
	height: 140px;
	padding: 0 15px 50px 0!important;
	vertical-align: middle;
}
#customproduct1 .label {
	color: #333333;
	font-family: "Lato", sans-serif;
	font-size: 12px;
}
#customproduct1 #showcase_mide table.gallery div.clearFullDiv {
	color: #333333;
	font-size: 12px;
}
#customproduct1 #showcase_mide table.gallery table.fixed div.time2 {
	color: #333333;
	display: block;
	font-size: 12px;
	text-align: left !important;
}
#customproduct1 .g-b {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #273371;
	float: none;
	font-family: "Oswald", sans-serif;
	font-size: 22px;
	font-weight: 500;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}
#customproduct1 table.v4shwc td table.gallery .details {
	padding-left: 15px;
	text-align: left;
}
.v4lrcell table.gallery {
	width: auto !important;
}
.whiter-rcp {
	text-align: left;
	width: 600px !important;
}
#showcase_mide table.gallery td.picture {
	border: 0px;
	padding: 10px 10px 0 10px !important;
	height: auto;
}
#showcase_mide table.gallery td.picture:after {
	content: none;
}
#showcase_mide table.gallery td.picture .image {
	border: 0px solid #E8E8E8;
	position: relative;
	height: 140px !important;
}
#showcase_mide table.gallery td.picture .image img {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.customproduct1 .whiter-mid > #showcase_mide > .v4shwc > tbody > tr:nth-child(2) {
	display: none;
}
.customproduct1 .whiter-mid > #showcase_mide > .v4shwc > tbody > tr:nth-child(1) .grItm.lcell .gallery {
	margin-right:23px;
}
.customproduct1 .whiter-mid > #showcase_mide > .v4shwc > tbody > tr:nth-child(3) .grItm.lcell .gallery {
	margin-right: 23px;
	margin-left: 23px;
	float: right;
}
.customproduct1 .whiter-mid > #showcase_mide > .v4shwc > tbody > tr:nth-child(5) .grItm.lcell .gallery {
	margin-right:23px;
}
.customproduct1 .whiter-mid > #showcase_mide > .v4shwc > tbody > tr:nth-child(7) .grItm.lcell .gallery {
	margin-right: 23px;
	margin-left: 23px;
}
.customproduct1 .whiter-mid > #showcase_mide > .v4shwc > tbody > tr {
	width: auto;
	float: left;
}
 
#showcase.whiter-rcp {
	border: 0px none #ccc;
}
#showcase_mide .fixed img {
	float: left;
	margin-top: 10px !important;
}
table.v4shwc td.bline {
	display: none;
}
#showcase_mide table.gallery div.clearFullDiv {
	display: none !important;
	color: #333333 !important;
	font-size: 12px !important;
	margin: 0px auto 5px !important;
}
#showcase_mide table.gallery table.fixed div.time2 {
	display: none !important;
	color: #666666 !important;
	font-size: 12px !important;
	text-align: center !important;
}
#showcase_mide table.gallery table.fixed div.time2 span.label {
	color: #666666 !important;
}
.whiter-rcp .whiter-n .whiter-w {
	background: url(none) no-repeat top left;
	width: 0px;
	left: 0px;
}
.whiter-rcp .whiter-n .whiter-e {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	right: -1px;
	top: -1px;
}
#customproduct1 .whiter-rcp {
	background: none repeat scroll 0 0;
	border: 0px solid #cccccc;
	display: table;
	margin: 0 auto;
	text-align: left;
	width: 1200px;
}
#customproduct1 .border-left {
	border-left: 1px solid #bababa;
	left: 28px;
	margin: 0 auto;
	position: relative;
	right: 0;
	top: 0;
	width: 50px !important;
	float: left;
}
#showcase.whiter-rcp {
	border: 0 none #cccccc;
	width:1110px !important;
	background: none !important;
	max-width:1110px !important;
}
/*---Featured Items->END*/
#glbfooter {
	display: none;
}
.stBadge {
	display: none;
}
.pagecontainer table tr td table:nth-child(2) {
	width: 100%;
	max-width: 100%;
}
.grid td.left {
	margin-left: 35px !important;
}
.featured-sec .ctrlbr {
	display: block;
}
.featured-sec table.pgbc {
	background: url(../images/pgbc-bg.png) no-repeat center top;
	display: table;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #D06A6A;
	border-bottom: 1px solid #D06A6A;
	height: auto;
	max-width: 1126px;
}
table.gallery div.ttl {
	height: 60px;
	line-height: 20px;
	margin: 0px 0 20px;
	overflow: hidden;
	padding: 0 15px;
	text-align: center;
	width: auto;
}
table.gallery div.ttl a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif !important;
	line-height: 22px;
	transition: all 0.5s ease-in-out 0s;
}
table.gallery div.ttl a:hover {
	color: #000;
}
table.gallery div.ttl > a::after {
position: absolute;
	height:40px;
	content: "Buy It Now ";
	color: #EF5122;
	text-align: center;
	line-height:40px;
	font-size: 14px;
	background:url("../images/btn_arrow3.png");
	background-repeat: no-repeat;
	background-position: 180px center;
	letter-spacing:3px;
	font-family: 'Roboto', sans-serif !important;
	border-top:1px solid #DDDDDD;
	text-transform: uppercase;
	width: 100%;
	left: 0;
	right: 0;
	font-weight:500;
	bottom: 0px;
	transition: all 0.8s ease 0s;
	text-indent: -15px;
}
table.gallery:hover div.ttl > a::after {
 	background:#EF5122 url("../images/btn_arrow3_h.png");
	color: #FFF;
	background-repeat: no-repeat;
	background-position: 180px center;
}
#showcase_mide table.v4shwc td.grItm {
	border: 0px;
	width: auto !important;
}
#showcase_mide table.gallery td.picture .image img.sale {
	position: absolute;
	top: -10px;
	right: 4px;
	z-index: 1;
	left: unset;
	bottom: unset;
}
#showcase_mide table.v4shwc td.grItm table.gallery{
	background: #FFF !important;
	border: 0px solid #FFF !important;
	border-collapse: collapse;
	transition: all 0.5s ease-in-out 0s;
	width: 260px;
	position: relative;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	height:360px;
	margin-bottom: 30px;
}
#showcase_mide table.v4shwc td.grItm table.gallery::after {
	background-image: url("../images/product_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	bottom: -13px;
	content: "";
	display: table;
	height: 12px;
	transition: all 0.5s ease-in-out 0s;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0; 
	opacity: 0;
	width: 100%;
}
#showcase_mide table.v4shwc td.grItm table.gallery:hover{
	transition: all 0.5s ease-in-out 0s;
	border-color: #08B1D2 !important;
}
#showcase_mide table.v4shwc td.grItm table.gallery:hover .details::after {
	border-color: #EECD32;
}
table.v4shwc td table.gallery .details {
	padding: 0 0px !important;
	padding-bottom:10px !important;
	background: #FFF url("../images/pro_bg.png");
	background-position:bottom center;
	background-repeat: no-repeat;
}
table.v4shwc td table.gallery .details::after {
}
.cmpBr {
	background-color: transparent !important;
	border: medium none;
	height: 0!important;
}
.pview.rs-pview {
	border: 0 solid #cfe1eb;
	padding: 18px 18px 0px 18px !important;
}
#CentralArea td.gallery {
	background: #FFF;
	border: 1px solid #eaeaea !important;
	display: inline-block !important;
	float: left !important;
	height: 390px !important;
	margin: 0 19px 19px !important;
	padding: 10px !important;
	width: 350px !important;
	box-sizing: border-box;
	box-shadow: 0 2px 0 0 rgb(184, 0, 0);
	transition: all 0.5s ease-in-out 0s;
}
#CentralArea td.gallery:hover {
	border-color: #B80000 !important;
}
.grid td.left {
	margin-left: 35px !important;
}
table.gallery table.fixed div.time2 {
	display: table !important;
	padding-right: 0;
	margin: 0px auto;
	text-align: center;
}
div.clr.time2 {
	color: #231f20!important;
	font-family: "Lato", sans-serif;
	font-size: 13px!important;
	font-weight: normal!important;
	margin: 0;
	text-decoration: none;
	text-align: left!important;
}
.fixed img {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	float: none;
	margin: 0 auto !important;
	padding: 0 !important;
}
#showcase_mide table.v4shwc td.grItm table.gallery .fixed > tbody > tr > td {
	display: list-item;
	list-style: none;
	text-align: center;
}
#showcase_mide table.v4shwc td.grItm table.gallery .fixed > tbody > tr:first-child > td:first-child {
	padding: 0px !important;
}
table.gallery table.fixed{
	height:auto;
}
.g-b {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  color: #000;
  display: table;
  float: none;
  font-family: 'Roboto', sans-serif !important;
  font-size:20px;
  font-weight: bold;
  letter-spacing: 0;
  padding-top:3px;
  margin: 0px auto 18px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
table.gallery div.clearFullDiv {
	clear: both;
	color: #231f20;
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	margin: 10px auto 5px !important;
	padding: 0 !important;
	width: auto;
	text-align: left;
}
.label {
	color: #231f20;
	font-family: "Lato", sans-serif;
	font-size: 13px;
}
span.alert {
	color: #231f20;
	font-weight: normal;
	white-space: nowrap;
}
.li td.time {
	color: #333333 !important;
	font-weight: bold;
	text-align: right!important;
	white-space: nowrap;
}
span.pdmt .label {
	color: #333333;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0.2px;
}
span.pdmt .cur {
	background: rgba(0, 0, 0, 0) url("../images/arrow_cart.png") no-repeat scroll right center;
	color: #B80000 !important;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-left: 0;
	padding: 0 15px 4px 8px;
	text-transform: none;
	letter-spacing: 0.2px;
	text-decoration: none;
}
td#CentralArea .customproduct span.pdmt {
	padding-right: 0px !important;
}
span#msg {
	display: none;
	margin: -34px 0 0;
}
#v4-7 {
	display: none !important;
}
.cmsg {
	color: #ffffff;
	float: right;
	padding-bottom: 2px;
	padding-right: 20px;
	padding-top: 5px;
}
span#msg a {
	color: #ffffff !important;
	font-weight: bold;
}
.dynpg span.page {
	color: #000000;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 10px;
	white-space: nowrap;
	display: block;
}
.dynpg span.pipe {
	margin: 1px 3px 0 0;
	padding: 0;
}
.pages {
	float: left;
	margin: 5px 0 0 3px !important;
}
.pgbc .pager .prev .disabled {
	color: #000000 !important;
	float: left;
	font-family: "Lato", sans-serif !important;
	font-size: 13px !important;
	font-weight: bold!important;
	margin: -2px 0 0 7px;
}
.pgbc .pager .pages a {
	color: #000000 !important;
	float: left;
	font-family: "Lato", sans-serif !important;
	font-size: 13px !important;
	font-weight: bold!important;
	margin: 1px 5px 0 0;
}
.dynpg .prev a {
	color: #000000!important;
	font-size: 13px !important;
	font-weight: bold!important;
	text-transform: inherit !important;
}
.pgbc .pager .pages .pipe {
	color: #bold;
	float: left;
}
.pgbc .pager .next .enabled {
	color: #000000 !important;
	float: left;
	font-family: "Lato", sans-serif !important;
	font-size: 13px !important;
	font-weight: bold !important;
	margin: 1px 7px 0 0;
}
.dynpg .r .form label {
	color: #000000!important;
	font-family: "Lato", sans-serif;
	font-size: 13px !important;
	font-weight: bold !important;
	margin: 0 0 0 0px;
	padding-top: 4px;
	text-transform: inherit !important;
	vertical-align: baseline;
	text-transform: uppercase;
}
#CentralArea .m {
	display: table !important;
	margin: 0 auto !important;
	width: 830px;
}
#q_10 {
	background-color: transparent;
	background-image: url("../images/go.png");
	background-position: center top;
	background-repeat: no-repeat;
	border: medium none;
	bottom: 0;
	color: transparent !important;
	cursor: pointer;
	height: 22px;
	position: relative;
	transition: all 0.4s ease-out 0s;
	width: 32px;
}
.dynpg .next {
	background-image: url("../images/next.png");
	background-position: right center;
	background-repeat: no-repeat;
}
.dynpg .prev {
	background-image: url("../images/prev.png");
	background-position: left center;
	background-repeat: no-repeat;
}
.rs-pview {
	padding: 0 0!important;
}
.ctrlbr {
	background: url("../images/sort_by_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px solid #00adef;
	clear: right;
	float: none;
	height: 54px;
	line-height: 49px;
	margin: 20px auto 10px;
	padding-left: 15px !important;
	text-align: center;
	width: auto;
}
#CentralArea td.gallery table tr td {
	color: #333333;
	display: list-item;
	list-style: outside none none;
	margin: 0px auto !important;
	text-align: center;
	width: 248px!important;
}
#CentralArea td.gallery table tr td.basics {
	display: none;
}
table.gallery td.picture {
	box-sizing: border-box;
	height: 155px;
	padding: 20px !important;
	vertical-align: middle;
	box-sizing: content-box;
}
.dynpg table.pager {
	margin: 0 auto;
	height: 35px!important;
	display: table;
	line-height: 31px!important;
}
.li {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	width: 100% !important;
}
.v4lnk {
	color: #555555!important;
	font-family: "Lato", sans-serif!important;
	font-size: 15px!important;
	line-height: 20px!important;
}
.sttl.dynamic {
	display: none;
}
div.anchors div.group {
	padding: 2px 0 0;
	display: none;
}
#glbfooter {
	display: none;
}
.stBadge {
	display: none;
}
td#CentralArea div.dynpg {
	border: medium none;
	height: 30px;
	margin: 0px auto 0;
	padding: 0;
	width: 91%;
}
table.v4stw {
	padding: 10px 0 0 !important;
}
#search-box table.v4stw {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0px 0 0 !important;
}
.lview {
	clear: both;
	width: 100%;
	background: #fff;
	margin: 0 0 30px;
}
.cmpb td.prices {
	text-align: right;
	vertical-align: bottom;
	width: 469px!important;
}
.cmpb td.time {
	text-align: right;
	width: 122px!important;
}
.dynpg .r .form {
	float: right;
	padding-bottom: 0;
	padding-top: 0;
	white-space: nowrap;
	width: auto;
}
#v4-2, label {
	display: none !important;
	float: left;
}
.li .g-b {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	color: #333 !important;
	float: none !important;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
}
.whatsnew {
	color: #111111;
	float: left;
	font-family: "Lato", sans-serif;
	font-size: 34px;
	font-weight: normal;
	letter-spacing: 0.5px;
	margin: 13px 0 10px;
	padding: 0;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}
.whatsnew > span {
	color: #111111;
	font-weight: bold;
}
span.fshp {
	color: #999999;
	font-family: "Lato", sans-serif;
	font-size: 12px;
	font-weight: normal;
	white-space: normal;
}
/*---------------------------------------------------------------*/

/*PAGINATION*/
.dynpg span.page {
	font-weight: bold;
	white-space: nowrap;
	color: #333333;
	font-size: 13px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.dynpg span.page a {
	font-weight: bold;
	white-space: nowrap;
	color: #000!important;
}
.pgbc .pager .prev .disabled {
	color: #333333 !important;
	font-size: 13px !important;
	font-weight: bold !important;
	font-family: "Lato", sans-serif;
	float: left;
	margin: 4px 0 0 3px;
	padding-right: 0;
}
.pgbc .pager .next .enabled {
	color: #000000 !important;
	font-size: 13px !important;
	font-weight: bold !important;
	font-family: "Lato", sans-serif;
	float: left;
	margin: 4px 3px 0 0;
}
#CentralArea .pgbc .pager .pages a {
	color: #000000 !important;
	font-size: 13px !important;
	font-weight: bold !important;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin: 4px 3px;
}
.pgbc .pager .pages .pipe {
	color: #000000;
	float: left;
	line-height: 33px;
}
.pages {
	float: left;
	margin: 1px 0px 0 0px !important;
}
.customproduct .dynpg .pgbc .r .form span label {
	display: inline !important;
}
.dynpg span.page a {
	font-weight: bold;
	white-space: nowrap;
	color: #000000 !important;
}
.dynpg .pgbc .l {
	width: auto;
}
.dynpg .pgbc .m {
	width: 73%;
}
.dynpg .pgbc .r {
	width: auto;
}
#CentralArea .dynpg .pgbc .m .prev a {
	margin: 0px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#CentralArea .dynpg .pgbc .m .next a {
	margin: 0px 5px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.dynpg .r .form label {
	padding-top: 4px;
	vertical-align: baseline;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
.dynpg .r .form {
	float: right;
	padding-bottom: 0;
	padding-top: 0;
	white-space: nowrap;
	width: 94%;
}
.dynpg table.pager {
	margin: 0 auto;
}
.dynpg span.pipe {
	margin: 3px;
	padding: 0;
	color: #000000;
}
table.pgbc {
	height: 40px;
	margin: 0 0 0px;
	border: 0px solid #d4d4d4;
	border-bottom: 1px solid #66849B;
	border-top: 1px solid #66849B;
}
/*postage text*/
table.gallery div.clearFullDiv {
	clear: both;
	width: auto;
	font-size: 12px;
	margin: 10px auto 5px !important;
	padding: 0!Important;
	color: #333333;
Arial, Helvetica, sans-serif;
	display: block;
	text-align: left;
}
span.fshp {
	color: #333333;
	ffont-family: "Lato", sans-serif;
	font-weight: normal;
	white-space: normal;
	font-size: 12px;
}
.r3_hm, .r3_c, .r3_s {
	border: none;
}
table.gallery .mi {
	display: none;
}
table.gallery table.fixed span.disct, table.gallery table.prices span.disct {
	display: inline-block;
	font-size: 12px;
	color: red;
	position: absolute;
	top: -245px;
	right: -3px;
}
table.gallery table.fixed span.oriprs, table.gallery table.prices span.oriprs {
	display: inline-block;
	font-size: 16px;
	font-style: italic;
	text-decoration: line-through;
	float: none;
	padding: 0px;
	line-height: 16px;
	font-weight: 500;
	color: #999;
}
.iippl {
	display: none;
}
.ttl img.before {
	display: none;
}
.r3_t, .r3_t b, .r3_bl, .r3_bl b {
	display: none;
}
td#CentralArea div.dynpg {
	border: medium none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
div.bpmsg {
	clear: both;
	margin: 0;
	padding: 0 0 5px 10px;
	position: relative;
	top: 0px;
	border: 0px solid hsla(360, 100%, 100%, 0.5);
	background: none;
	border-bottom: none;
	border-top: none;
}
.fpcc .matchClass {
	color: #333333;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
}
.bpmsg .title {
	color: #333333;
	font-family: "Lato", sans-serif;
	font-size: small;
	font-weight: 500;
}
.bpmsg span.option {
	color: #333333;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
}
.dynpg .prev {
	background-image: url(../images/cart_prev.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.dynpg .prev img {
	visibility: hidden;
}
.dynpg .prev a {
	color: #333333 !important;
}
.dynpg .next {
	background-image: url(../images/cart_next.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.dynpg .next img {
	visibility: hidden;
}
.dynpg .next a {
	color: #000000 !important;
}
.pages a {
	color: #000000 !important;
}
#q_10 {
	width: 33px;
	height: 27px;
	background-color: transparent;
	border: none;
	background-image: url(../images/go01.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: transparent !important;
	position: relative;
	bottom: 0px;
}
.li td {
	vertical-align: top;
	padding: 3px 5px;
	line-height: 1.25;
	display: table-cell;
	vertical-align: middle;
}
table.gallery td.picture div.image {
	width: 100% !important;
}
.li .g-b {
	border-radius: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
	color: #555!important;
	background: none;
	float: none !important;
}
.li td.time {
	width: auto;
	text-align: right;
	font-weight: normal;
	color: #555 !important;
	white-space: nowrap;
	padding: 75px 20px;
}
.li td.bids img {
	display: block;
	float: right;
	margin: 5px;
	padding: 3px;
	background-color: #fff;
	border-radius: 0px;
}
div.ttl.g-std a.g-b {
	width: inherit;
}
.li td.prices {
	text-align: right;
	width: 72px;
	color: #FFF;
	font-style: normal;
}
.li td.fshp, .li td.prices span.fshp, .li td.fshp span.fshp, .li td.ship span.fshp {
	display: none;
}
div.disct {
	display: none;
}
div.cmpb {
	background-color: transparent !important;
	background-repeat: repeat;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2px;
	padding: 5px 0;
	border-top: none !important;
}
table.nol td.picture {
	color: #333333;
}
.picture.g-nav.center.left > a {
	color: #333333;
}
.cmpb td.details {
	color: #333333;
	padding: 0 21px 0 5px;
	width: 100px;
}
div.opris, .li td.ship, .li td.prices span.ship, .li td.details div.dynamic {
	display: none;
}
.rs_box {
	border-top: none !important;
	clear: both;
}
span.ppr, a.ppr {
	background-position: -144px -61px;
	height: 14px;
	overflow: hidden;
	display: block;
}
.r3.c.gy-br {
	width: 100%;
	border: 0 none;
	padding: 0px;
}
.r3_cm {
	padding: 0;
}
div.anchors {
	clear: none !important;/* float: right; */
}
.li td.details div.dynamic {
	font-size: x-small;
	font-family: Verdana;
	line-height: 1.3em;
	margin-top: 2px;
	padding-right: 16px;
	float: left;
	width: 200px;
}
.li td.details div.ttl {
	padding-right: 0;
	width: 200px;
	float: left;
}
div.mi-l {
	text-align: left;
}
.cmpbTimeArrow {
	background-image: url(../images/arrow-bot.png);
	background-repeat: no-repeat;
	background-position: right center;
}
table.gallery {
	border-collapse: collapse;
	background: none !important;
	border: none !important;
}
.grid {
	border-collapse: collapse;
}
table.gallery div.saleDiv {
	padding: 0;
}
.label {
	color: #333333;
	font-family: "Lato", sans-serif;
	font-size: 13px;
}
.cmpb td.picture {
	width: 137px !important;
}
.shipping.g-nav.center > div {
	color: #000;
}
.cmpb td.shipping {
	display: none;
	width: 114px;
}
.cmpb td.prices {
	text-align: right;
	vertical-align: bottom;
	width: 195px;
}
.cmpb td.time {
	float: right;
	text-align: right;
	width: 115px;
}
.stBadge-accent td {
	background: #c41621;
}
table.nol td.pic {
	width: 139px;
}
.time {
	color: #333333;
	font-size: 14px;
	margin: 0 !important;
	text-transform: uppercase;
}
td.basics {
	width: auto;
}
.footer_wapper {
	display: none;
}
.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;	
}