* {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.topbar {}

.topbar ul {
    margin: 6px 0;
    padding: 0;
}

.topbar li {
    display: inline;
    padding-right: 24px;
    font-size: 12px;
}

.logo-t-left {
    float: left;
}

.logo-t-left li {
    display: inline;
    margin-right: 25px;
    padding-bottom: 10px;
}

.logo-t-left li i {
    color: #b064ff;
    padding-left: 4px;
}

.logo-t-left ul {
    margin: 0;
    padding: 0;
}

.logo-t-right {
    float: right;
}

.logo-t-right li {
    display: inline;
    padding-left: 20px;
}

.logo-t-right ul {
    margin: 0;
}

.logo-t-left,
.logo-t-right {
    margin-top: 20px;
    color: #686868;
}

.tog-img {
    margin-top: -9px;
    width: 25px;
    margin: 15px 0 15px 15px;
}

.lft-category {
    position: relative;
    height: 45px;
}

label.category {
    font-size: 20px;
    margin: 0;
    padding: 0;
    padding-left: 13px;
    padding-right: 20px;
    font-weight: 300;
}

.category-t-left {
    float: left;
    width: 70%;
    border: 1px solid #b064ff;
}

.category-t-right {
    float: right;
    width: 30%;
}

select.s-select {
    width: 15%;
    border: none;
    height: 36px;
    padding-left: 10px;
    border-right: 1px solid #ddd;
    outline: none;
    float: left;
}

input.search-box {
    padding: 0 5px;
    margin: 0;
    width: 65%;
    height: 36px;
    border: none;
    outline: none;
    float: left;
}

input.sbox-search {
    background: #9c3ffd;
    text-align: center;
    padding: 7px;
    color: #fff;
    font-size: 16px;
    margin: 0;
    text-decoration: none;
    float: left;
    width: 20%;
    border: none;
    outline:none;
}

.category-t-right img {
    width: 38px;
    float: left;
    margin-right: 12px;
}

.half {
    width: 41%;
    float: left;
    margin-left: 25px;
}

.half span {
    font-size: 13px;
}

.half h6 {
    font-size: 13px;
    margin: 3px 0;
    color: #eb0f29;
}

.banner1,
.banner2,
.banner3,
.banner4,
.banner5 {
    height: 230px;
}

.banner1 {
    background-image: url(../image/banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.banner2 {
    background-image: url(../image/banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.banner3 {
    background-image: url(../image/banner-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.banner4 {
    background-image: url(../image/banner-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.banner5 {
    background-image: url(../image/banner-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}


/*banner indicators*/

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #9c3ffd;
    border-color: #9c3ffd;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #333 \9;
    border: 1px solid #888;
    border-radius: 10px;
}

.carousel-indicators {
    bottom: -40px;
}


/*banner indicators*/

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

#hd-box {
    position: absolute;
    width: 700px;
    height: 170px;
    border: 1px solid #dad8d8;
    z-index: 1;
    top: 28px;
    background: #fff;
    left: -8px;
    padding: 15px;
    display: none;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

.hd-box2 {
    position: absolute;
    width: 646px;
    height: 170px;
    border: 1px solid #dad8d8;
    z-index: 1;
    top: 28px;
    background: #fff;
    left: 154px;
    padding: 15px;
    display: none;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

.hd-box3 {
    position: absolute;
    width: 454px;
    height: 170px;
    border: 1px solid #dad8d8;
    z-index: 1;
    top: 28px;
    background: #fff;
    left: 347px;
    padding: 15px;
    display: none;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

.col3 {
    width: 30%;
    float: left;
    margin-right: 20px;
}

.col2 {
    width: 45%;
    float: left;
    margin-right: 20px;
}

.col3 h5,
.col2 h5 {
    font-weight: bold;
    font-size: 15px;
    margin-top: 2px;
    text-transform: uppercase;
    color: #f4012f;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}

.col3 a,
.col2 a {
    color: #717171;
    display: block;
    font-size: 13px;
    text-decoration: none;
    line-height: 24px;
}

.col3 a:hover,
.col2 a:hover {
    color: #111;
}

#sourc1 {
    cursor: pointer;
}

#sourc1:hover #hd-box {
    display: block;
    opacity: 1;
}

#sourc2 {
    cursor: pointer;
}

#sourc2:hover .hd-box2 {
    display: block;
    opacity: 1;
}

#sourc3 {
    cursor: pointer;
}

#sourc3:hover .hd-box3 {
    display: block;
    opacity: 1;
}

#log-sg {
    position: relative;
    cursor: pointer;
}

#log-show {
    width: 250px;
    background: #fff;
    border: 1px solid #eee;
    position: absolute;
    z-index: 999;
    left: -100px;
    padding: 10px 15px;
    display: none;
}

input.btn-log {
    width: 90px;
    float: left;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #eb0f29;
    color: #eb0f29;
    outline: none;
    border-radius: 2px;
}

#log-show label {
    display: block;
}

#log-show span {
    float: left;
    padding: 8px;
}

#join {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

#log-show ul {
    margin-top: 56px;
    border-top: 1px solid #ddd;
    padding-left: 0;
    padding-top: 8px;
}

#log-show li {
    display: block;
    line-height: 15px;
    padding: 5px 0;
}

#log-show li a {
    text-decoration: none;
    color: #656565;
    display: block;
}

#log-show li a:hover {
    color: #ff6a00;
}

#log-show h4 {
    border-top: 1px solid #ddd;
    padding: 10px 0 0;
    margin-bottom: 0;
}

#log-show h4 a {
    text-decoration: none;
}

#log-show h4 p {
    font-size: 12px;
    color: #6b6b6b;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

#log-sg:hover #log-show {
    display: block;
}

.left-cat-box {
    width: 270px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    position: absolute;
    z-index: 999;
    top: 34px;
}

.left-cat-box ul {
    margin: 0;
    padding: 0;
}

.left-cat-box li {
    display: block;
    line-height: 16px;
}

.left-cat-box li i:first-child {
    float: none;
    padding-right: 6px;
    color: #444;
}

.left-cat-box li i {
    float: right;
    padding-right: 12px;
}

.left-cat-box li a {
    text-decoration: none;
    color: #545454;
    font-size: 13px;
    display: block;
    position: relative;
    width: 259px;
    padding: 8px 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.left-cat-box {
    display: none;
}

.lft-category:hover .left-cat-box {
    display: block!important;
}

.left-cat-box li a.active {
    color: #eb0f29;
    border-bottom: 1px solid #c8c9c9;
    border-top: 1px solid #c8c9c9;
    width: 259px;
    background: #fff;
    z-index: 99;
    padding: 8px 0;
}

.left-cat-box span {
    float: right;
}

.left-cat-box span a {
    color: #003aa7;
    text-decoration: none;
    font-weight: bold;
    line-height: 35px;
}

.mega-box {
    background: #fff;
    box-shadow: 1px 1px 5px #888;
    width: 732px;
    height: 463px;
    position: absolute;
    top: 0;
    left: 269px;
    display: none;
}

.left-cat-box li:hover .mega-box {
    display: block;
}

.mega-box-jnr {
    width: 50%;
    float: left;
    padding: 18px;
    height: 231px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.mega-box-jnr h3 {
    margin: 0;
    padding: 0 0 8px 0;
    color: #ec364c;
    font-weight: bold;
    font-size: 20px;
}

.mega-box-jnr a {
    padding: 0 !important;
    margin: 6px 0;
    border: none !important;
}

.bulk-search {
    margin-top: 40px;
    box-shadow: 0px 2px 3px #bfbfbf;
}

.bulk-search h4 {
    text-align: center;
    font-size: 21px;
    color: #7d7d7d;
}

.bulk-search h4 i {
    color: #565656;
    font-size: 34px;
    padding-right: 10px;
}

.lt-grey {
    background: #f2f2f2;
}

.blk-bx {
    padding: 15px 0;
    border-bottom: 4px solid #fff;
    border-top: 1px solid #ececec;
}

.wht-bx {
    padding: 15px;
    background: #fff;
    /*height: 512px;*/
    margin-bottom: 28px;
    border: 1px solid #9c3ffd;
}

.blk-bx:hover {
    border-bottom: 4px solid #eb0f29;
    cursor: pointer;
}

.wh-style {
    position: relative;
}

.wh-style h2 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    color: #ee2f46;
    padding-top: 6px;
    font-weight: bold;
}

.wh-style img {
    float: left;
    width: 32px;
    margin-right: 12px;
}

.wh-style h4 {
    color: #0fab32;
    font-weight: 300;
    padding-left: 45px;
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.wh-style h5 {
    font-size: 16px;
    color: #5f5f5f;
    padding-bottom: 15px;
}

.wh-style h4 span {
    color: #ff6a00;
}

.wh-style p {
    width: 200px;
    color: #808080;
    line-height: 16px;
    padding-top: 8px;
}

.wh-style p span {
    font-weight: bold;
    color: #0089bf;
    font-size: 26px;
}

.productimg {
    position: absolute;
    width: 100px !important;
    top: 130px;
    right: 6px;
}

a.quote {
    background: #0089bf;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
}

a.quote:hover {
    background: #ff6a00;
    text-decoration: none;
}

a.quote2 {
    background: #ff6a00;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
}

a.quote2:hover {
    background: #0089bf;
    text-decoration: none;
}

.box-cont {
    height: 256px;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    cursor: pointer;
}

.box-cont img {
    width: 150px;
}

h5.top-supp {
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
}

.box-cont p {
    font-size: 18px;
    line-height: 28px;
}

.box-cont p span {
    font-size: 30px;
    color: #0089bf;
    display: block;
}

.box-suscribe {
    width: 550px;
    height: 40px;
    display: block;
    margin: auto;
}

.sus {
    padding: 30px;
    background: #f2f2f2;
}

.sus p {
    text-align: center;
    padding-bottom: 5px;
}

input.sub-inp {
    width: 70%;
    float: left;
    height: 36px;
}

input.subscribe {
    width: 30%;
    float: left;
    height: 36px;
}

.footer {}

.footer h5 {
    font-size: 17px;
    padding: 10px 0 0;
}

.footer a {
    font-size: 13px;
    display: block;
    color: #888;
}

.footer p {
    color: #333;
    padding-top: 18px;
}

.footer p span {
    color: #e85c1b;
    padding-right: 10px;
}

.left-cat-box2 ul {
    margin: 0;
    padding: 0;
}

.left-cat-box2 li {
    display: block;
    line-height: 16px;
}

.left-cat-box2 li i:first-child {
    float: none;
    padding-right: 6px;
    color: #444;
}

.left-cat-box2 li i {
    float: right;
    padding-right: 12px;
}

.lft-category:hover .left-cat-box2 {
    display: block!important;
}

.left-cat-box2 li a.active {
    background: #fff;
    z-index: 99;
}

.left-cat-box2 span {
    float: right;
}

.left-cat-box2 span a {
    color: #003aa7;
    text-decoration: none;
    font-weight: bold;
    line-height: 35px;
}

.left-cat-box2 {
    width: 422px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    position: static;
    z-index: 999;
    top: 34px;
    display: block;
    height: 480px;
}

.left-cat-box2 li a {
    text-decoration: none;
    color: #545454;
    font-size: 14px;
    display: block;
    position: relative;
    width: 410px;
    padding: 9px 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.left-cat-box2 li a:hover {
    text-decoration: none;
    color: #eb0f29;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.mega-box2 {
    background: #fff;
    box-shadow: 1px 1px 5px #888;
    width: 732px;
    height: 463px;
    position: absolute;
    top: 49px;
    left: 422px;
    display: none;
    z-index: 9;
}

.left-cat-box2 li:hover .mega-box2 {
    display: block;
}

.blk-bx2 {
    padding: 5px 0;
    border-bottom: 4px solid #fff;
    border-top: 1px solid #ececec;
}

.bulk-search2 {
    padding-top: 12px;
}

.bulk-search2 h4 {
    text-align: center;
    font-size: 12px;
    color: #444444;
    font-weight: 600;
}

.bulk-search2 h4 i {
    color: #565656;
    font-size: 20px;
    padding-right: 10px;
}

.blk-bx2:hover {
    border-bottom: 4px solid #ff6a00;
    cursor: pointer;
}

.fxheader {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    display: block !important;
    z-index: 999;
}
.top-align-tb {
	width:55%; float:left; text-align:left;
}

.anand{
	font-size:18px;
	float:right;
}

.anand-2{
	width:55%; float:left;
}
.rv-tb > select {
	    width: 223px;
}
#subcatdiv, #subchildcatdiv {
	width:250px;
	float:left;
}
#subcatdiv select, #subchildcatdiv select {
	width:250px;
	margin-top: 35px;
}
#submitcat {
	margin-top: 35px;
}
label.control-label {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px;
}

.parent_category{
    margin-bottom: 15px;
    width: 100%;
    display: block;
}
.parent_category2{
    width: 100%;
    display: block;
    margin: 10px 0px;
}
.category_input, .category2_input{
    margin-left: 30px;
    width: 100%;
    display: block;
}

td.tdrt {
    margin: 0px 20px 20px 0px;
    display: inline-block;
}
td.tdrt:last-child{
    margin-right: 0px;
}
.div_with{
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}