/*----------------------------------------*/
/*  1.  Base Css For All Content
/*----------------------------------------*/
html, body {height: 100%;}
.fl {float:left}
.fr {float:right}
a:focus {outline:0px solid; text-decoration: none;}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px;
letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6 {
    color: #2f2f2f;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.35;
    margin: 0 0 5px;
}
a {transition: all 0.3s ease 0s;text-decoration:none;color:#545454}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:active, a:hover {
    outline: 0 none;
}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0
}
body {
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    visibility: visible;
    background: #fff;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;overflow-x:hidden; -webkit-overflow-scrolling: touch;}

::selection
{
color:#FFFFFF;background: #e24343;
}
::-moz-selection
{
color:#FFFFFF;background: #e24343;
}
.clear{clear:both}


/*----------------------------------------*/
/*  Home Page
/*----------------------------------------*/

.tpHeader{margin-bottom: 0px;}
.tpLinks{background:#272727;padding: 8px 0;font-size: 12px;text-transform: uppercase;color: #666666;}
.tpLinks .lList li{float: left;color: #545454;/*border-right:#000000 solid 1px;*/margin-right: 17px;padding-right: 17px;position: relative;font-size: 16px;}
.tpLinks .lList li:after{height: 20px;width: 1px;background:#3d3d3d; content:"";top: 0px;position: absolute;right: 0px;}
.tpLinks .lList li:last-child{padding-right: 0;margin-right:0;}
.tpLinks .lList li:last-child:after{width: 0px;}
.tpLinks .rList{float: right;}
.tpLinks .rList li{float: left;color: #fff;margin-right: 17px;padding-right: 17px;position: relative;text-transform: none;}
.tpLinks .rList li i{padding-right: 10px; }
.tpLinks .rList li:after{height: 14px;width: 1px;background:#3d3d3d; content:"";top: 5px;position: absolute;right: 0px;}
.tpLinks .rList li a{color: #fff;display: block;font-weight: 600;}
.tpLinks .rList li a:hover{color: #fff;}
.tpLinks .rList li:last-child{padding-right: 0;margin-right:0;}
.tpLinks .rList li:last-child:after{width: 0px;}

.logoSection{background:#191919;padding: 20px 0;}
.logoSection .logo{margin-top:0px;}
.tpSearchSection{float: right;margin-top: 30px;}
.asearch{ margin-right: 18px;float: left;-webkit-border-radius:4px;
-moz-border-radius: 4px;
border-radius:4px ; overflow:hidden}
.asearch .colloum{float: left;}
.asearch select{background:#f5f5f5;border:#e9e9e9 solid 1px;height: 38px;line-height: 38px;margin-right: 0;width: 100%;}
.asearch input[type="text"]{background:#FFFFFF;max-width:353px;border:#e9e9e9 solid 1px;height: 38px;line-height: 38px;padding-left: 10px;min-width: 270px;}
.asearch .btn{display: inline-block;background:#FFFFFF;border-radius:0px;color: #1b1b1f;height: 38px;}
.tpCart{position: relative;float: left;}

.tpCart .btn {

  -webkit-border-radius:50% ;
  -moz-border-radius:50% ;
  border-radius:50% ;
  background-color: rgb(65, 65, 65);
 
  width: 40px;
  height: 40px;

}

.tpCart i{color: #e6e6e6;}
.tpCart .txt{

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius:50% ;
  background-color: rgb(213, 0, 0);
  position: absolute;
 right: -10px;top: -10px;
  width: 23px;
  height: 23px;text-align: center;font-weight: 700;color: #fff;

}


.tpNav{background:#d50000;/* border-bottom: #aa0708 solid 3px; */}
.tpNav .navbar-default {
  background-color: transparent;
  border-color:inherit;position: relative;z-index: 100;
}



.tpNav .navbar {
    border: 0px solid transparent;
    margin-bottom:0px;
    min-height: 50px;
    position: relative;
}
.tpNav .nav > li{margin: 0 8px;}
.tpNav .nav > li > a {
    display: block;
    padding: 15px 20px;
    position: relative;color: #fff;font-weight: 600;text-transform: uppercase;

}
.tpNav .nav > li > a::before {
    bottom: 100%;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
}

.tpNav .nav > ul > li:hover > a::before {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}


.tpNav .nav > li i{font-size: 18px; }
.tpNav .nav a span{display:inline-block;position: relative;}
.tpNav .nav a span:after{ content:"";height: 2px;width:0%;position: absolute; background:#FFFFFF;left: 0;bottom:-5px;transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;;-moz-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;;-webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;;-ms-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;;}


.tpNav .nav > li > a:hover,
.tpNav .nav > li > a:focus {
  text-decoration: none;
  background-color:inherit;color: #fff;
}
.tpNav .nav > li > a:hover span:after{width: 100%;}


.tpNav .nav .open > a,
.tpNav .nav .open > a:hover,
.tpNav .nav .open > a:focus {
  background-color:inherit;color: #fff;
  border-color:inherit;
}
.tpNav i{margin-left: 10px; }

.tpNav .navbar-default .navbar-nav > li > a:hover,
.tpNav .navbar-default .navbar-nav > li > a:focus {
  color: #222222;
  /* background-color:#222222; */
}
.tpNav .navbar-default .navbar-nav > .active > a,
.tpNav .navbar-default .navbar-nav > .active > a:hover,
.tpNav .navbar-default .navbar-nav > .active > a:focus
{
  color: #ffffff;
  background-color:#222222;
}
.tpNav .navbar-default .navbar-nav > .active span:after{width: 100%;}


.tpNav .navbar-default .navbar-nav > .disabled > a,
.tpNav .navbar-default .navbar-nav > .disabled > a:hover,
.tpNav .navbar-default .navbar-nav > .disabled > a:focus {
  color: #FFFFFF;
  background-color: transparent;
}
.tpNav .dropdown-menu {background:#d50000;z-index:9999;}
.tpNav .dropdown-menu > li > a {color:#fff;}
.tpNav .dropdown-menu > li > a:hover{color: #333;}
.navFixed{width: 100%;position: fixed; top:0;z-index:300; left:0px; background:#d50000 ;-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
	        box-shadow: 0 8px 6px -6px rgba(0,0,0,.5); -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;}

/*-------------------Drop Down Menu---------------------*/
/*@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
		display: block;
	}
	.dropdown-menu{
		margin-top: 0;
	}
	.dropdown-toggle{
		margin-bottom: 2px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
		margin-bottom: 0;
	}
}*/
@media only screen and (min-width:769px) {
/*.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -6px !important;
    margin-left: -1px !important;
    border-radius: 0 !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
}

.dropdown-submenu>a:after {
    display: block;
    content: "\f105";
    font-family: 'FontAwesome';
    margin-top: -18px;
    right: 15px;
    position: absolute;
    font-weight: 300;
}*/
}







/*-------------------Home banner---------------------*/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}


.banner .carousel-control {font-size: 0px;}

/*-------------------CatSection---------------------*/
h1{font-size: 40px;color: #272727;position: relative;text-align: center;padding: 65px 0;text-transform: uppercase;}
h1 span{font-size: 36px;color: #d20000;font-weight: 300;display: block;}
h1::after{width: 50px;position: absolute;background:#d50000;height: 2px;content: '';bottom: 60px;left: 50%;margin-left: -25px;}
.homeCatSection{margin-top: 30px;}
.homeCatSection img{width: 100%;height: auto;}
.hCatThumb{position: relative;margin-bottom: 30px;}
.hCatThumb .overlay{margin:0px;position: absolute; z-index:99;width: 100%;height:100%;left: 0;top: 0;padding: 10px;}
.hCatThumb .innerOverlay{border:#ffffff solid 1px;margin:0px;height:100%;padding: 20px;transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);;-moz-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);;-webkit-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);;-ms-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);}
.hCatThumb .overTxt{position: absolute;bottom: 40px;}
.hCatThumb .catH1{font-size: 60px;font-weight: 700;text-transform: uppercase;color: #fff;margin-bottom: 30px;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease}
.hCatThumb .catH2{font-size: 36px;font-weight: 300;text-transform: uppercase;color: #fff;margin-bottom: 17px;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease}
.hCatThumb .catH3{font-size: 30px;font-weight: 700;text-transform: uppercase;color: #fff;margin-bottom: 24px;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease}
.hCatThumb span{margin-bottom: 30px;}
.hCatThumb span a{border:#FFFFFF solid 1px;padding:10px 14px;color: #fff;font-weight: 700;text-transform: uppercase;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;}
.hCatThumb:hover span a{background:#e53935;border-color: #e53935;}

.hCatThumb:hover .innerOverlay{background:rgba(255,255,255,0.70);}
.hCatThumb:hover .catH1, .hCatThumb:hover .catH2, .hCatThumb:hover .catH3{color: #231f20;}




.hCatThumb2{position: relative;margin-bottom: 30px;}
.hCatThumb2 .overlay{margin:0px;position: absolute; z-index:99;width: 100%;height:100%;left: 0;top: 0;padding: 10px;}
.hCatThumb2 .innerOverlay{border:#ffffff solid 1px;margin:0px;height:100%;padding: 20px;transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);;-moz-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);;-webkit-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);;-ms-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);}
.hCatThumb2 .overTxt{position: absolute;bottom: 40px;}
.hCatThumb2 .catH1{  color: #fff; text-shadow: 2px 2px  5px black;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease}
.hCatThumb2 .catH2{font-size: 26px;font-weight: 900;text-transform: uppercase;color: #fff;margin-bottom: 17px;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease}

.hCatThumb2 span{margin-bottom: 30px;}
.hCatThumb2 span a{border:#FFFFFF solid 1px;padding:10px 14px;color: #fff;font-weight: 700;text-transform: uppercase;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;}
.hCatThumb2:hover span a{background:#e53935;border-color: #e53935;}

.hCatThumb2:hover .innerOverlay{background:rgba(255,255,255,0.70);}
.hCatThumb2:hover .catH1, .hCatThumb2:hover .catH2, .hCatThumb2:hover .catH3{color: #231f20;}



.AbSection{background:#e8e8e8;padding: 0px 0 60px;text-align: center;}
.AbSection .readMore{display: inline-block;margin-top: 20px;}
.AbSection .readMore a{padding:10px 15px; color: #3a3a3a;border:#3a3a3a solid 1px;text-transform: uppercase;}
.AbSection .readMore a:hover{color: #d50000;border-color: #d50000;}


/*-------------------New Arrivals---------------------*/


.pageHeading {
    color: #272727;
    font-size: 26px;
    padding: 20px 0 15px;
    position: relative;

    text-transform: uppercase;
}
.pageHeading span {
    color: #d20000;
    display: block;
    font-size: 26px;
    font-weight: 300;
}
.pageHeading::after {
    background: #d50000 none repeat scroll 0 0;
    bottom:0px;
    content: "";
    height: 2px;
    left: 0%;
 
    position: absolute;
    width: 50px;
}


.newArrivals{background:#eeeeee;padding: 40px 0 20px;font-weight: 700;text-transform: uppercase;}

.newArrivals .owl-carousel {padding: 15px 0 0;}
.newArrivals .owl-prev{position: absolute;top: -30px;right: 40px;
 background: #fff!important ;
 border: solid 2px #eaeaea;
  cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    width: 28px;height: 28px;text-align: center;color: #cccccc!important;line-height: 26px;padding: 0!important;

}
.newArrivals .owl-next{position: absolute;top: -30px;right: 0px;
 background: #fff!important ;
 border: solid 2px #eaeaea;
  cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    width: 28px;height: 28px;text-align: center;color: #cccccc!important;line-height: 24px;padding: 0!important;
}
.newArrivals .owl-carousel .owl-item {padding: 15px 15px;}



.proThumb{background:#fff;border: #d9d9d9 solid 1px;text-align: center;-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.0);
-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.0);
box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.0);transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;}
.proThumb .imgContainer{position: relative;overflow: hidden;}
.proThumb .imgContainer .overlay{background:rgba(0,0,0,0.56);width: 100%;height: 100%;position: absolute;z-index: 10;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
  filter: alpha(opacity=0); 
  opacity: 0.0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.proThumb .imgContainer .icon{position: absolute;font-size: 24px;color: #fff;width: 92px;height: 42px;border: #eaeaea solid 1px;text-align: center;line-height: 42px;top: 50%;margin-top: -21px;}
.proThumb .imgContainer .icon a{color: #fff;}
.proThumb .imgContainer .iconL{left:-100%;margin-left: -52px;transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);}
.proThumb .imgContainer .iconR{right:-100%;margin-right: -45px;transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);}
.proThumb .imgContainer img{max-height: 315px;width:auto;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);}
.proThumb .txtContainer{padding: 20px 5px;}
.proThumb .textDetail{color: #272727;font-size: 14px;font-weight: 700;min-height:35px;text-transform: none;line-height:normal;}
.proThumb p {
    color: #3a3a3a;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    min-height: 80px;
}
.proThumb .rating a{color: #e24343;}
.proThumb .priceSection .before, .proThumb .priceSection .after{display: inline-block;}
.proThumb .priceSection .before{margin-right: 14px;color: #b8b8b8;font-size: 14px;font-weight:400; text-decoration:line-through;}
.proThumb .priceSection .after{color: #272727;font-size: 16px;font-weight: 700;}


.owl-lazy{transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);}
.proThumb:hover img{-webkit-transform:scale(1.5); 
-moz-transform:scale(1.5); 
-o-transform:scale(1.5);transform:scale(1.5);}

.proThumb:hover .overlay{  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
  filter: alpha(opacity=100); 
  opacity: 1;}
.proThumb:hover .textDetail{color: #ff0000;}
.proThumb:hover .iconR{right:50%;}
.proThumb:hover .iconL{left:50%;}
.proThumb .iconL:hover{left:50%;background:#ff0000;border:#ff0000 solid 1px;}
.proThumb .iconR:hover{right:50%;background:#ff0000;border:#ff0000 solid 1px;}
.proThumb:hover{-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.23);
box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.23);}

/*-------------------banner add---------------------*/
.adBanner{margin: 46px 0;}

.innerBanner figure {
	position: relative;
}
.innerBanner figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.innerBanner figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.whiteBg{background:#FFFFFF ;}
.whiteBg h1{padding-top: 0;}
.ptrn{background:url(../images/ptrn.jpg) center top fixed repeat-y;}


.hNewsLetter {
	padding: 52px 0;
	position: relative;
	background: rgb(183, 0, 0);
	overflow: hidden;
}

.hNewsLetter:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
	background-image: url(../images/req-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
	background-attachment:fixed;
}
.hNewsLetter .txt{font-size: 34px;font-weight: 300;color: #fff;text-transform: uppercase;}

.hNewsLetter .form-control{-webkit-border-radius:0px ;
-moz-border-radius:0px ;
border-radius:0px;}
.hNewsLetter input[type="email"]{padding: 20px 0 20px 5px;}
.hNewsLetter .btn{padding: 10px;background:#000000;color: #fff;}









/*-------------------footer---------------------*/
.footer{background:#191919; padding: 40px 0 0;}
.footer .footerHeading{color: #fff;font-size: 22px;font-weight: 700;text-transform: uppercase;margin-bottom:25px;position: relative;padding-bottom: 20px;}
.footer .footerHeading::after{position: absolute;left: 0;bottom: 0;background:#FF0004;height: 1px;width: 30px;content: '';}
.footer .footerHeading2{color: #fff;font-size: 16px;text-transform: uppercase;margin-bottom: 26px;}
.footer .borderRight{border-right: #333333 solid 1px;}
.footer address{margin-top: 26px;}
.footer .myrow{margin-bottom: 20px;color: #888888;}
.footer .myrow a{color: #888888;}
.footer .myrow i{font-size: 20px;margin-right: 12px;padding-right: 15px; display: inline-block;}
.footer p{text-align: justify;}
.footer .col{width: 50%;float: left;}
.footer ul.bLinks{margin-bottom: 30px;}
.footer ul.bLinks li{position: relative;margin-bottom: 16px;padding-left:10px;}
.footer ul.bLinks li:before{position: absolute; content:"\f105";left: 0;font-family:'FontAwesome';}
.footer ul.bLinks li a{color: #b2b2b2;font-size: 14px;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;font-weight: 300;}
.footer ul.bLinks li a:hover{color: #fff;}
.footer .newsLetter{margin-bottom: 0px;}
.footer .newsLetter p{font-size: 16px;color: #888888;margin-bottom: 30px;}
.footer .newsLetter .textFeaild{background:#343434;padding: 10px;margin-bottom: 20px;}
.footer .newsLetter .textFeaild i{margin-right: 10px;font-size: 20px;color: #a1a1a1;}
.footer .newsLetter .textFeaild input[type="text"]{background:inherit;border:none;}
.footer .newsLetter .btn{background:#252525;border:#5b5b5b solid 2px;color: #ffffff;font-size: 16px;font-weight: 700;padding:10px 15px;border-radius:0px;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;margin-bottom: 40px;}
.footer .newsLetter .btn:hover{background:#e24343;}
.footer .social{text-align: center;}
.footer .social ul{margin-bottom: 0px;display: inline-block;}
.footer .social li{margin-right: 10px;width: 36px;height: 36px;border-radius:50%;line-height: 32px;float: left;font-size: 16px; border:#888888 solid 0px;text-align: center;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;}
.footer .social li a{color: #888888;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;display: block;}
.footer .social li:hover{background:#c80104;border:#e24343 solid 0px;color: #fff;}
.footer .social li:hover a{color: #fff;}
.footer .card{margin: 0;}
.copyrightSection{margin-top: 30px;padding: 10px 0 0;font-size: 14px;color: #888888;background:#272727;}
.copyrightSection span{color: #fff;}
.copyrightSection a{color: #888888;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;}
.copyrightSection a:hover{color: #fff;}
.copyrightSection span:last-child a{color: #fff;}

/*-------------------Go to top---------------------*/


#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../img/top.png) no-repeat left top;z-index: 999;
}

#toTopHover {
	background:url(../img/top.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}



/*----------------------------------------*/
/*  Products Page
/*----------------------------------------*/

.breadcrumbsSection{margin-bottom: 30px;border-bottom:#eeeeee solid 1px;padding-bottom: 20px;font-size: 14px;}
.breadcrumbsSection i{margin-right: 10px;}
.breadcrumbsSection .breadcrumb {
    background-color:inherit;
    border-radius: 0px;
    list-style: outside none none;
    margin-bottom:0px;
    padding:0px;
}
.breadcrumbsSection .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #616161;
  content: "/\00a0";
}
.breadcrumbsSection .breadcrumb a{ color: #616161;}
.breadcrumbsSection .breadcrumb > .active a{
  color: #e24343;
}
.leftSide .pageHeading{margin-bottom: 30px;}
.leftSide .lMenu{padding: 10px;border:#e7e7e7 solid 1px;}
.pageHeading2{color: #272727;
    font-size: 25px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;margin-bottom: 30px;padding-top: 20px;position:relative;    padding: 20px 0 15px;}
    .pageHeading2::after {
    background: #d50000 none repeat scroll 0 0;
    bottom:0px;
    content: "";
    height: 2px;
    left: 0%;
       
 
    position: absolute;
    width: 50px;
}

.ListingSection{padding: 0 0px;margin-bottom: 30px;    background: #f5f5f5;border:#e7e7e7 solid 1px;}
.ListingSection .listButton{float: left;padding-top: 20px;}
.ListingSection .listButton span{font-size: 20px;display: inline-block; }

.ListingSection .perpageList{float: left;color: #888888;padding-top: 20px;}
.ListingSection .perpageList span{display: inline-block;padding: 0 10px;}
.ListingSection .perpageList select{min-width: 60px;}
.ListingSection .paginationSection{float: right;padding-top: 13px;    padding-top: 8px;
    padding-right: 7px;}
.ListingSection .pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 0px 0 0;
    padding-left: 0;
}
.ListingSection .pagination > li {
  display: inline;
}
.ListingSection .pagination > li > a,
.ListingSection .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #888888;
  text-decoration: none;
  background-color: #f5f5f5;
  border: 0px solid #ddd;
}
.ListingSection .pagination > li > a:hover{background:#e24343;color: #fff;}
.ListingSection .pagination > li.active a{background:#e24343;color: #fff;} 


.ListingSection .sep{margin: 0 15px; width: 1px;min-height: 60px;background:#e7e7e7;float: left;}
.ListingSection .breadcrumb{float: left;margin-bottom: 0;background: none;line-height:none;margin-top: 8px;}
.ListingSection .breadcrumb > li a:hover{color: #e24343;}
.ListingSection .breadcrumb i{padding-right: 5px;}
.tpmb{margin-top: 30px;}
/*-------------------left menu---------------------*/
.lMenu {margin-bottom: 30px;}
.lMenu .accordion{ /*border-top: 1px solid #FF5959; border-right: 1px solid #FF0000; border-left: 1px solid #F8FF00;*/}
.lMenu .accordion, .lMenu .accordion li {margin: 0; padding: 0; border: none;}
.lMenu .accordion a {padding: 10px 10px 10px 15px; text-decoration:none; display: block; color: #fff; /*border-bottom: 1px solid #013d6c; border-top: 1px solid #4695d3;*/}
.lMenu .accordion ul a {padding: 8px 10px 8px 15px;color: #616161;font-size: 13px;border-bottom:#dbdbdb solid 1px;position: relative;}
.lMenu .accordion ul a:before{ content:"\f0da";position: absolute;left:3px;font-family: 'FontAwesome';}

.lMenu .accordion a.dcjq-parent{color: #212121;font-weight: 700;font-size: 14px;text-transform: uppercase;position: relative;border-bottom:#dbdbdb solid 1px;padding-left: 15px;}
.lMenu .accordion a.dcjq-parent:before{ content:"\f178";position: absolute;left: -3px;font-family: 'FontAwesome'; }
 .lMenu .accordion a.dcjq-parent:hover {color: #e24343;}
.lMenu .accordion a.dcjq-parent, .lMenu .accordion a.dcjq-parent:hover {padding: 10px 10px 10px 15px;}

.lMenu .accordion a.dcjq-parent.active {color: #e24343;}

.lMenu .accordion a:hover {color: #231f20;}
.lMenu .accordion a:active{}
.lMenu .accordion a.dcjq-parent span{float: right;}

.lMenu .accordion a.dcjq-parent:last-child{border-bottom:none;}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #000;
}
.about .pageHeading {
    color: #272727;
    font-size: 26px;
    padding: 20px 0 15px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.about img{margin-bottom: 30px;}
.item {margin-bottom: 30px;}
.pageNextBackSection{float: right;}

largePage{margin-bottom: 40px;}
.proDetail{margin-bottom: 30px;}
.proDetail .proName{color: #2f2f2f;font-weight: 400;font-size: 28px;margin-bottom: 26px;}
.proDetail .itemName{color: #e24343;font-weight: 700;font-size: 18px;margin-bottom: 10px;}
.proDetail .sep{background:#eaeaea;width: 100%;height: 1px;margin: 30px 0;}
.proDetail p{font-size: 14px;text-align: justify; }
.proDetail ul li{color: #888888;margin-bottom:5px;position: relative;padding-left: 20px;}
.proDetail ul li:before{content:"\f00c";position: absolute;left:0px;font-family: 'FontAwesome';color: #e24343;}
.proDetail .sizeSection .size{float: left;margin-right: 30px;}
.proDetail .sizeSection select{background:#f2f2f2;border:#f2f2f2 solid 1px;min-width: 90px;text-align: center;}
.proDetail .sizeSection .size span{display: inline-block;padding-right: 10px;}

.proDetail .sizeSection .qty{float: left;margin-right: 30px;}
.proDetail .sizeSection input[type="number"]{background:#f2f2f2;border:#f2f2f2 solid 1px;width: 90px;text-align: center;}
.proDetail .sizeSection .qty span{display: inline-block;padding-right: 10px;}
.proDetail .sizeSection .btn{background:#231f20;padding: 5px 12px;color: #fff; border-radius:0px;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;}
.proDetail .sizeSection i{margin-right: 8px;}
.proDetail .sizeSection .btn:hover{background:#e24343;}
.proDetail .sizeSection .sizeChart{float: left;margin-right: 15px;}
.proSep{height: 9px;width: 100%;margin: 40px 0;background:url(../images/border-bottom.png) repeat-x;}






.contact{margin: 30px 0;}
.contact hr{ margin:40px 0;}

.contact .pageHeading{margin-bottom: 30px;}
.contact .h2 {
    font-size: 18px;
    font-weight: 700;
    color: #444;
    padding-bottom: 10px;
    text-transform: uppercase;

    display: inline-block;margin: 10px 0;
}

.contact address{ margin-bottom:30px;height:130px;}
.contact address:nth-child(2n+1){ margin-left:0px;}
.lines{ display:block; margin-bottom:5px; color: #5e5e5e;
    font-size: 13px;
    line-height: 22px;}


.contact h3{ color:#4d2a54; font-size:14px; font-weight:300;line-height:20px;}
.contact p{ margin-bottom:18px; color:#5e5e5e; font-size:13px; line-height:22px;}
.contact p a{color:#5e5e5e;transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;}
.contact p a:hover{color:#4d2a54;}

.feedBack{ background:url(../images/feedback.jpg) no-repeat right bottom;}
.feedBack input[type="text"], .feedBack input[type="email"]{  height:40px; line-height:40px; margin-top:15px; border-radius:0px; background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; width: 60%;    padding-left: 10px;}
.feedBack textarea{margin-top:15px; border-radius:0px; width:70%; background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;    padding-left: 10px;}


.btnSection{width: 71.5%;}
.btnSection .btn{ background:#d50000; color:#FFF; text-shadow:none; }
.btnSection .btn:hover{ background:#333 }
.btnSection span{ float:left;margin-top: 30px;}


/*--------------------------------------------------<dropdown>===================================================*/

/*--------------------------------------------------<end css here>===================================================*/



@media (min-width: 1025px) and (max-width: 1199px) {

.tpNav .nav > li {
    margin: 0 11px;
}
.feedBack .redLabel {
    color: #e24343;
    font-size: 18px;
    margin-bottom: 62px;
}

/*end*/	}


@media (min-width: 981px) and (max-width: 1024px) {

.tpNav .nav > li > a {
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 15px 4px;}
.hNewsLetter .txt {
    font-size: 30px;}
	.footer .myrow i {margin-right: 12px;padding-right: 0;}

/*end*/	}


@media (min-width: 768px) and (max-width: 980px) {

    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
	
	.nav > li {
    display: block;
    position: relative;
}
.navbar-nav > li {
    float: none;
	width: 100%; border-right: 0px solid #cfcfcf;
}
.tpCart .btn i{margin-left: 0;}

/*-------------------start---------------------*/

.tpLinks .rList {float: none;text-align: center;}
.tpLinks .rList li{float: none;display: inline-block;}
.ListingSection .sep{margin: 0 5px;}
.proDetail .sizeSection .btn{margin: 15px;}
.feedBack .redLabel {
    color: #e24343;
    font-size: 18px;
    margin-bottom: 62px;
}

.navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
}
h1 {
    color: #272727;
    font-size: 30px;
    padding: 35px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
h1 span {
    color: #d20000;
    display: block;
    font-size: 30px;
    font-weight: 300;
}
h1::after {
    background: #d50000 none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}
.hNewsLetter .txt {
    font-size: 24px;

}






/*end*/	}






@media (max-width: 767px) {
.tpLinks .rList {float: none;text-align: center;}
.tpLinks .rList li{float: none;display: inline-block;}
.tpSearchSection {float: none;width: 100%;text-align: center;}
.asearch{width: 100%;}
.asearch .colloum{float: none;display: inline-block;}
.asearch .btn {
    margin: -3px 0 0 -5px;
}
#carousel{border:none;margin-top: 0px;margin-bottom: 0px;}


.tpCart{float:left;}
.tpCart .nav > li > a:hover, .nav > li > a:focus {
    background-color:inherit;
    text-decoration: none;
}
.tpCart .navbar-nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
}
.tpNav .tpCart i{font-size: 28px;color: #383d40;float: left;margin-right: 10px;}
.tpNav .cartHeading{font-size: 14px;color: #383d40;text-transform: uppercase;font-weight: 600;float: left;}
.tpNav .cartHeading span{display: block!important;color: #a9afb6;font-weight: normal;}
.tpNav .tpCart {
    float: left;
    position: relative;z-index: 999;
}

.tpNav ul.dropdown-cart{
    min-width:250px; background:#E48C8D!important;position: absolute!important;z-index: 9999!important;
}
ul.dropdown-cart li .item{
    display:block;
    padding:5px 10px;
    margin: 3px 0;
}
ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


.navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
}
h1 {
    color: #272727;
    font-size: 30px;
    padding: 35px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
h1 span {
    color: #d20000;
    display: block;
    font-size: 30px;
    font-weight: 300;
}
h1::after {
    background: #d50000 none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}
.hNewsLetter .txt {
    font-size: 26px;

}
.tpCart .btn i{margin-left: 0;color: #fff;font-size: 14px;}
.homeCatSection .container{width: 60%;}

#products .proThumb{margin-bottom: 20px;}
#products .item{width: 50%;display: inline-block;}
.proDetail .proName {
    color: #2f2f2f;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 26px;
    margin-top: 30px;
}


/*end*/	}





@media (max-width: 480px) {
.logoSection .col-xs-4, .logoSection .col-xs-8{width: 100%;text-align: center;}	
.proDetail .sizeSection .btn{margin: 15px;}
.tpLinks .rList {float: none;text-align: center;}
.tpLinks .rList li{float: none;display: inline-block; margin-right: 5px;
    padding-right: 8px;}
	.tpSearchSection {
      float: none;
    margin: 20px auto;
    width: 100%;
}

.asearch input[type="text"] { width:280px;}

.colloum:first-child{width: 82%;margin-bottom: 10px;}
.homeCatSection .container{width: 100%;}
.footer .col-xs-6{width: 100%;}
.copyrightSection .col-xs-3, .copyrightSection .col-xs-5, .copyrightSection .col-xs-4,
.logoSection .col-xs-5, .logoSection .col-xs-7
{ width: 100%; }
.copyrightSection .text-right{text-align: left;}
.footer .social {
    margin: 0;
    text-align: left;
}
.hNewsLetter .col-xs-6{width: 100%;margin-bottom: 10px;}
#products .item{width: 100%;display: inline-block;}
.hNewsLetter .txt {
    font-size: 20px;
}
/*end*/	}

