article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block; margin: 0; padding: 0;}
* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, form {margin: 0; padding: 0; list-style: none; font-weight: normal;}
button, input, select, textarea {margin: 0; padding: 0; border: none; font-family: 'Open Sans', sans-serif; font-size: 15px;}
body {font-family: 'Open Sans', sans-serif; font-size: 14px; color: #000000;}
a, a:hover, a:focus {text-decoration: none; outline: none;}
img {border: none; vertical-align: middle;}
.fl {float: left;}
.fr {float: right !important;}
.pink {color: #e66eaa; }
.green {color: #8fc963;}
.blue {color: #a8dae1;}
.orange {color: #f09641;}
.purple {color: #d199c4;}

::-webkit-input-placeholder {color: #a2a2a2; font-size: 15px; font-weight: 600;}
::-moz-placeholder {color: #a2a2a2; font-size: 15px; font-weight: 600;}
:-ms-input-placeholder {color: #a2a2a2; font-size: 15px; font-weight: 600;}
:-moz-placeholder {color: #a2a2a2; font-size: 15px; font-weight: 600;}

/****************
 * Common Css
 ****************/
header, section {float: left; width: 100%;}
#pagewrap {width: 1000px; margin: 0 auto}

#headerpart {padding:30px 0px 16px; float: left; width: 100%; border-bottom: 2px dashed #c9c9cb;}
#headerpart .logo {float: left;}
#headerpart .r-header {float: right; margin-top: 13px;}
#headerpart .r-header a {width: 160px; border: 1px solid #c9c9cb; background-color: #f2f2f2; padding:6px 5px 5px; height: 44px; margin-left: 6px; float: left; color: #000000; font-size: 9px; text-align: center;}
#headerpart .r-header a span {display: block; font-size: 13px; font-weight: 800;}
#headerpart .r-header a.green span {color:#8fc963; }
#headerpart .r-header a.green:hover {border-color:#8fc963; }
#headerpart .r-header a.pink span {color:#e66eaa; }
#headerpart .r-header a.pink:hover{border-color:#e66eaa; }

.sliderpart {margin-top: 23px; float: left; width: 100%;}
.sliderpart .leftpart {width: 270px; background-color: #f3f3f3; float: left; padding: 5px 12px;}
.leftpart h3 {font-size: 24px; margin: 3px 0; font-weight: 700;}

.leftpart .seeall a {color: #d199c4; font-weight: normal;}
.leftpart ul { padding: 0px 0px 20px; float: left; width: 100%;}
.leftpart ul li a{ color: #231f20; font-size: 17px; font-weight: 700; line-height: 27px;}
.leftpart ul.p-color li a:hover {color: #e66eaa;}
.leftpart ul.g-color li a:hover {color: #8fc963;}
.rightpart {float: right; width: 725px;}
/*****************
 * Slider Part
 *****************/
#slider {width: 725px; height:347px; overflow: hidden; float: left;}
#sliderImages {width : 2175px; overflow: hidden;
	animation: slide 16s infinite;
	-moz-animation: slide 16s infinite;
	-webkit-animation: slide 16s infinite;
	-o-animation: slide 16s infinite;
}
#sliderImages img {float: left;}
@keyframes slide{
	0%{margin-left: 0px;}
	28%{margin-left: 0px;}
	33%{margin-left: -725px;}
	61%{margin-left: -725px;}
	66%{margin-left: -1450px;}
	88%{margin-left: -1450px;}
	100%{margin-left: 0px;}
}
@-moz-keyframes slide{
	0%{margin-left: 0px;}
	28%{margin-left: 0px;}
	33%{margin-left: -725px;}
	61%{margin-left: -725px;}
	66%{margin-left: -1450px;}
	88%{margin-left: -1450px;}
	100%{margin-left: 0px;}
}
@-webkit-keyframes slide{
	0%{margin-left: 0px;}
	28%{margin-left: 0px;}
	33%{margin-left: -725px;}
	61%{margin-left: -725px;}
	66%{margin-left: -1450px;}
	88%{margin-left: -1450px;}
	100%{margin-left: 0px;}
}
@-o-keyframes slide{
	0%{margin-left: 0px;}
	28%{margin-left: 0px;}
	33%{margin-left: -725px;}
	61%{margin-left: -725px;}
	66%{margin-left: -1450px;}
	88%{margin-left: -1450px;}
	100%{margin-left: 0px;}
}
.bannerpart {float: left; width: 100%;}
.bannerpart .bannerbox{float: left; width: 357px; margin-top: 15px;}
.bannerpart .bannerbox:last-child {float: right;}

/*******************
 * Services Part
 *******************/
.services {float: left; width: 100%; margin: 15px 0px 0px; padding-bottom: 30px; border-bottom: 2px dashed #c9c9cb;}
.services .servicebox { float: left; width: 100%; }
.services .servicebox li {border: 1px solid #c9c9cb; background-color: #f1f1f1; float: left; height: 78px; margin-right: 10px; text-align: center;  width: 240px;}
.services .servicebox li:last-child {margin-right: 0px;}
.services .servicebox li span { display: inline-block; font-weight: 700; height: 30px; line-height: 30px; margin-top: 2px; padding-left: 40px;}
.services .servicebox li span.service-1 {background: url("../images/icon1.png") no-repeat scroll left center; color: #fbd458;}
.services .servicebox li span.service-2 {background:url("../images/icon2.png") no-repeat scroll left center;color: #ea8aba; padding-left: 30px;}
.services .servicebox li span.service-3 { background:url("../images/icon3.png") no-repeat scroll left center; color: #a8dae1;}
.services .servicebox li span.service-4 { background:url("../images/icon4.png") no-repeat scroll left center; color: #92ca67;}
.services .servicebox li p { color: #000000;font-size: 12px; margin: 0;}
.products {float: left; width: 100%; border-bottom: 2px dashed #c9c9cb; padding: 18px 0px 30px;}
.products .productbox {float: left; width: 241px; margin-right: 12px;}
.products .productbox a {margin-top: 12px; float: left; width: 100%;}
/*.products .productbox a img {width: 100%;}*/
.products .productbox1 {width: 494px;}
.products .productbox:last-child, .products .productbox:nth-child(3n+0) {margin-right: 0px;}

.brandbox {float: left; width: 100%; padding: 20px 0px 0px;}
.brandbox h3 {float: left; width: 100%; text-align: center; color: #f09641; font-size: 29px; font-weight: 700; margin-bottom: 2px;}
.brandbox ul {float: left; width: 100%; border: 2px solid #c9c9cb;} 
.brandbox ul li {float: left; position: relative; width: 199px; height: 100px; text-align: center;}
.brandbox ul li a {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.brandbox ul li.viewbrand a { color: #f09641; font-size: 20px; font-weight: 700; float: left;}

.footerpart {float: left; width:100%; border-top: 2px dashed #c9c9cb; margin-top: 50px; padding: 15px 0px 0px;}
.footerpart .topfooter {float: left; width: 100%;}
.footerpart .topfooter .footerbox {float: left; padding-bottom: 30px;}
.footerpart .topfooter .one {width: 339px; padding-right: 30px;}
.footerpart .topfooter .two {width: 375px; padding-right: 30px;}
.footerpart .topfooter .three {width: 286px;}
.footerpart .topfooter .footerbox h4 { font-size: 16px; line-height: 38px; font-weight: 700; padding-left: 45px; background-repeat: no-repeat; background-position: 0px center;}
.footerpart .topfooter .footerbox h4.aboutus {background-image: url(../images/about.png); width: 110%;}
.footerpart .topfooter .footerbox h4.whyus {background-image: url(../images/why-us.png);}
.footerpart .topfooter .footerbox h4.contactus {background-image: url(../images/contect.png);}
.footerpart .topfooter .footerbox p {float: left; font-size: 12px; line-height: 18px; color: #000000; margin: 5px 0; padding-left: 45px; text-align: justify;}
.footerpart .topfooter .footerbox p.bold {font-weight: bold;}
.footerpart .topfooter .footerbox ul {float: left; width: 100%;}
.footerpart .topfooter .footerbox ul li {float: left; width: 100%; margin-top: 15px; color: #000000; font-size: 12px; padding-left: 45px; line-height: 18px; background-position: 0px 0px; background-repeat: no-repeat;}
.footerpart .topfooter .footerbox ul li span {font-weight: 700; font-size: 17px; display: block;}
.footerpart .topfooter .footerbox ul li.ficon1 {background-image: url(../images/ficon1.png);}
.footerpart .topfooter .footerbox ul li.ficon2 {background-image: url(../images/ficon2.png);}
.footerpart .topfooter .footerbox ul li.ficon3 {background-image: url(../images/ficon3.png);}
.footerpart .topfooter .footerbox ul li.ficon4 {background-image: url(../images/ficon4.png); }
.footerpart .topfooter .footerbox ul li.ficon5 {background-image: url(../images/ficon5.png); }
.footerpart .topfooter .footerbox ul li.ficon6 {background-image: url(../images/ficon6.png); }
.footerpart .topfooter .footerbox ul li.footerlogo {padding-left: 0px;}
.footerpart .copyright {float: left; width: 100%; background-color: #d3d3d4; padding: 15px 10px 12px;}
.footerpart .copyright p.left {color: #000000; float: left;font-size: 12px;margin-top: 10px;}
.footerpart .copyright .payment{float: right; }
.footerpart .copyright .payment p { color:#000000; float: left;font-size: 16px;font-weight: 700;line-height:35px; margin-right: 10px;}

/****
 * Brand Page
 ****/
.brandsconts h3 {text-align: center; font-size: 24px; border: none; padding: 25px 0px 20px; font-weight:700; color: #f09641;}

.brandbox1 ul {float: left; width: 100%; border: 1px solid #ececec; box-shadow: 0px 0px 5px #ececec;} 
.brandbox1 ul li {float: left; position: relative; width: 249px; height: 140px; text-align: center; border-bottom: 1px solid #ececec; border-right: 1px solid #ececec;}
.brandbox1 ul li:nth-child(4n+0) {width: 251px;border-right: none;}
.brandbox1 ul li a {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.brandbox1 ul li.viewbrand a { color: #c22026; font-size: 16px; font-weight: 700; float: left;}

/*************
* After upload
*************/

body, body, td, .g-std {font-family: 'Open Sans', sans-serif; font-size: 15px; color: #000;}
a, a:hover {text-decoration: none;}
.pagelayout {margin: auto; width: 1000px;}

/* *********** LEFT sidebar CSS ******************  */
.lcat, .lcat .ttl {width: 100% !important;}
#LeftPanel {width: 222px;}
.v4accent, .v4hspacer, .cnt, .lcat .ttl {display: none!important;}
.v4title {background: #1d1a1a none repeat scroll 0 0; padding: 0px !important;}
.v4title h2 {
  background: #bad868 none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  float: left;
  font-family: open sans;
  font-size: 19px;
  font-weight: 800;
  height: 57px;
  line-height: 57px;
  padding-left: 18px;
  text-transform: uppercase;
  width: 100%;
}
.v4acp_mid {background-color: #001760; float: left; overflow: hidden; width: 100%;}
.v4midBox.v4nfc {border: medium none; margin-bottom: 10px;}
.v4mid {
  background: #F0F0F0 none repeat scroll 0 0;
  border: medium none;
  box-sizing: border-box;
  float: left;
  padding: 0;
  text-align: left;
  width: 100%;
}

ul.lev3 {
    padding: 0 !important;
}
.sidebanner img {
    width: 100%;
}
.sidebanner {
    padding: 10px 0;
}
.payment-method {
    margin-top: 30px;
}
.lcat ul.lev1 {
float: left;
font-size: 14px;
font-weight: bold;
height: auto;
list-style: outside none none;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.lcat .lev1 li {margin: 0 !important;}
.lcat .lev1 li, .lcat .ttl {
background: rgba(0, 0, 0, 0) url("../images/sidebar-bg.png") repeat-x scroll 0 0;
float: left;
height: auto;
line-height: 36px;
list-style: outside none none;
padding: 0;
width: 100%;
}
.lev1 > li, .lcat .ttl {margin: 0 !important; padding: 13px 15px 12px; width: 100%;}
td.v4mid {padding: 0 !important;}
.lev1 a, .lcat .ttl, .lev1 span {
color: #ea6479 !important;
display: block;
font-family: 'Open Sans', Arial;
font-size: 15px;
font-weight: bold;
padding-left: 20px;
text-decoration: none;
text-transform: capitalize;
}
.lev1 a {text-decoration: none !important;}
.lev1 > li:hover, .lcat .ttl:hover {}
.lev1 li:hover a, .lcat .ttl:hover, .lev1 span:hover {color: #ea6479 !important; font-family: 'Open Sans'; font-weight: 600;}
ul.lev2 {
  font-size: 12px;
  padding: 0 !important;
}
.lcat .lev2 li {border-bottom: medium none; background: #F0F0F0; display: block; float: left; list-style: outside none disc !important; width: 100%;}
.lcat .lev2 li a {
background: rgba(0, 0, 0, 0) url("../images/subli-bg.png") no-repeat scroll 20px 50%;
color: #707070 !important;
font-size: 14px;
font-weight: 600;
padding: 0 0 0 30px;
}
.lcat .lev1 span, .lcat .lev2 span, .lcat .lev3 span {
  color: #ea6479 !important;
  font-family: 'Open Sans';
  font-weight: 600;
}
.lcat .lev2 li:hover a {color: #ea6479 !important; font-family: 'Open Sans'; font-weight: 600;}
.btn a {color: #fff !important;}
table.v4acpcont {margin-bottom: -10px;}

/* *********** Product gallery part ******************  */
#CentralArea {background: #fff none repeat scroll 0 0;}
.pview.rs-pview, .r3_cm.bp.tp {padding: 0 !important;}
.grid td.gallery {
border: 0 none;
float: left;
font-size: 13px;
height: auto;
margin: 0 26px 15px 0;
padding: 0;
text-align: center;
width: 230px;
}
table.grid td.gallery:last-child {
  margin-right: 0;
}
.r3_c, .dynpg {border: medium none !important; padding-left:15px !important;}
span.pdmt .label, span.pdmt .cur {color: #001760 !important; font-family: 'Open Sans'; font-size: 15px; font-weight: normal !important;}
table.gallery {
border-radius: 0;
box-shadow: 1px 1px 1px 2px #efefef;
height: 270px;
margin-bottom: 0;
margin-left: 0;
margin-top: 0;
padding: 0;
width: 230px;
}
table.gallery td.picture {height: 150px;}
.details {}
.ttl.g-std {height: 70px; overflow: hidden; text-align: center;}
.ttl.g-std > a {
color: #252525 !important;
font-family: 'Open Sans', arial;
font-size: 13px;
font-weight: bold;
line-height: 1.3;
text-transform: capitalize;
}
.fixed {text-align: center; width: 100%;}
.fixed .label { float: left;}
.bin.g-b {
border: 0 none;
color: #d199c4;
font-family: 'Open Sans', arial;
font-size: 16px;
font-weight: bold;
padding: 0;
text-align: center;
}
.bid.g-b {color: #d199c4; float: right; font-size: 17px; font-weight: 600; padding-right: 20px;}
.bids { float: right; padding-left: 5px;}
.g-nav.subtitle, .r3_bl, .itemseparator, .lcat a.all_cats, .clr.time2, .ii.iippl, .ii.iiNew.before, .basics, .cmpBr, .r3_t, .v4stabl, .mi, .fixed img {display: none;}

.r3_cm {
  background: #ffffff none repeat scroll 0 0;
  float: right;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  /*width: 730px;*/
}
#fpcap {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-top: 0 none;
  float: left;
  height: 21px;
  margin-bottom: 0px;
  margin-left: 0;
  padding: 14px 0 45px 10px;
  width: 100%;
}
.fpcc .countClass {
  color: #d49ec5;
  font-family: 'Open Sans',arial;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.fpcc .matchClass {
  color: #252525;
  font-family: 'Open Sans',Arial;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.fpcc span.keywordClass {
  background-color: transparent;
  color: #d49ec5;
  font-family: 'Open Sans',arial;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.rs_box {
  border: 0 none;
  box-shadow: none;
  float: left;
  padding-top: 0px;
  /*width: 727px;*/
}
.ctrlbr {
  float: right;
  height: 14px;
  margin-left: 12px;
  margin-right: 0px;
  margin-top: -50px;
  padding: 4px 0 8px;
  position: relative;
  text-align: left;
  z-index: 200;
  border: none;
}
td#CentralArea span.pdmt:first-child {
  display: none;
}
td#CentralArea span.pdmt {
  padding-right: 0;
}
span.pdmt .cur {
  background: #fff url("../images/arrow1.png") no-repeat scroll 94% center;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  color: #959595 !important;
  font-size: 12px;
  font-weight: normal;
  margin-right: 0;
  padding: 5px 27px 5px 7px;
  text-transform: capitalize;
}
span.pdmt .cur {
  color: #00c;
  cursor: pointer;
  margin-left: 0.4em;
}
span.pdmt .label {
  color: #252525 !important;
  font-family: 'Open Sans',Arial;
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
 #TopPromoArea {
  display: none;
  float: right;
  margin-right: 0;
  margin-top: 23px;
  width: 756px;
} 
span.pdmt img {
  display: none;
}
.dynpg span.page {
  color: #252525;
  font-family: 'Open Sans',Arial;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
table.pgbc {
  border-bottom: 0 none;
  border-radius: 0;
  border-top: 0 none;
  font-family: 'Open Sans';
  font-size: 14px;
}
.dynpg .prev a.disabled {
  color: #2e2e2e;
  font-family: Open sans,arial;
  font-size: 15px;
  font-weight: bold;
}
a.disabled img, a.enabled img {
  display: none;
}
.dynpg span.pipe {
  color: #707070;
  font-family: "'Open Sans'",sans-serif;
  margin: 0 3px;
  padding: 0;
}
table.pgbc a, .dynpg .r .form label {
  color: #252525;
  font-family: open sans,arial;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
}
.dynpg .r .form input.page {
  border: 1px solid #e6e6e6;
  height: 21px;
  margin: 0 5px;
  width: 28px;
}
input#q_10 {
  background-color: #d199c4;
  border: 0 none;
  border-radius: 0;
  color: #ffffff;
  font-family: Roboto,arial;
  font-size: 15px;
  font-weight: bold;
  height: 25px;
  padding: 2px 5px;
  text-transform: uppercase;
}
.custom-pages-title {
  background-color: #333132;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  height: 43px;
  line-height: 43px;
  text-align: left;
  text-indent: 10px;
  text-transform: uppercase;
  width: 100%;
}
.custom-pages {
  clear: both;
  float: right;
  text-align: left;
  width: 100%;
}
.products-cont {
  float: left;
  width: 100%;
}
.content {
  margin: auto;
  overflow: hidden;
  width: 1000px;
}
.custom-pages-content {
  float: left;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 0;
  width: 100%;
}
.custom-pages-content p {
  line-height: 20px;
  padding: 5px 0;
  margin: 0;
}
.custom-pages-content ul {
  line-height: 20px;
  margin-left: 20px;
}
td#CentralArea div.dynpg {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  border-top: 1px solid #dfdfdf !important;
  float: left;
  height: 32px;
  margin: 10px 0 0;
  padding: 2px 0 10px;
  width: 100%;
}
.pgbc {
  background-color: transparent;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  margin-left: 12px;
  padding: 0 5px;
  width: 98%;
}
/****************
 * About Page
 ****************/
.aboutinfo {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  float: left;
  font-family: Open sans;
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 100%;
}
.in-heading {
    background: #ffff00 none repeat scroll 0 0;
    border-radius: 5px;
    color: #686565;
    float: left;
    font-size: 19px;
    font-weight: 600;
    margin: 10px 0;
    padding: 7px 20px;
    width: 100%;
}
.content-inner li {
    line-height: 22px;
    list-style: inside none disc;
    margin: 10px 0 10px 20px;
    font-size: 13px;
}

.content-inner > p {
    float: left;
    font-size: 13px;
    width: 100%;
}
.content-inner > h2 {
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    width: 100%;
}
#center-heading #head-title {
    color: #686565;
    font-size: 19px;
    font-weight: 600;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
#center-heading #img-left {
    float: left;
    width: 13%;
}
#center-heading #right-content {
    float: left;
    margin-top: 15px;
    width: 87%;
}
#right-content #left-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
#right-content #left-desc {
    font-size: 13px;
    margin-bottom: 30px;
}