html,body{
	box-sizing:border-box;
}
*,*:before,*:after{
	box-sizing:inherit;
}
body{
	position:relative;
}
.wrapper{
	max-width:100%;
	width:1280px;
	min-width:300px;
	margin:0px auto;
	padding:0px;
	background-color:transparent;
}
.inner-wrap{
	max-width:100%;
	width:1280px;
	min-width:300px;
	margin:0 auto;
	padding:0px 20px;
	background-color:transparent;
}
.overflow{
	overflow:hidden;
}
ul > li{
	list-style-type: none;
}
.bullet li{
	list-style-type: disc;
}
.grey-color{
	background-color:#eaeaea;
}
.main-color{
	background-color:transparent;
}
.black{
	background-color:black;
}
.black-light{
	background-color:#232323;
}
.btn-black{
	color: white;
	background-color: #333;
	border-color: #232323;
}
.btn-black:hover,.btn-black:focus,.btn-black:active{
	color: white;
	background-color: black;
	outline:none;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	color: white;
	background-color: #333;
	border-color: #232323;
	outline:none;
}
.black-sign{
	color:black!important;
}
.nomargin{
	margin:0px!important;
}
.nopadding{
	padding:0px!important;
}
.max100{
	max-width:100%;
}
.max700{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
.max900{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.size-2{
	width:calc(99.99%/2);
}
.size-3{
	width:calc(99.99%/3);
}
.size-4{
	width:calc(99.99%/4);
}
.size-5{
	width:calc(99.99%/5);
}
.size-6{
	width:calc(99.99%/6);
}
.size-7{
	width:calc(99.99%/7);
}
.size-8{
	width:calc(99.99%/8);
}
.size-75{
	width:calc(3*99.99%/4);
}
.size-66{
	width:calc(2*99.99%/3);
}
.inline-block{
	display:inline-block;
}

.center{
	margin-left:auto;
	margin-right:auto;
}
.middle{
	margin-top:40px;
	padding:0px;
}
.spacebot{
	margin-bottom:20px;
}
.spacetop{
   margin-top:10px; 
}
.spacetop-2x{
   margin-top:20px; 
}
.tooltip{
	z-index:1000;
}
.circle{
	border-radius:50%;
}
.divide{
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #e5e5e5;
}
.botshadow{
	box-shadow: 5px 5px 7px #818181;
	-webkit-box-shadow: 5px 5px 7px #818181;
}
.justified{
    text-align:justify;
}
.pull-middle{
    vertical-align: middle;
}
.pull-top{
    vertical-align: top;
}
.pull-bottom{
    vertical-align: bottom;
}
.padding20{
				padding:20px;
			}
			.padding10{
				padding:10px;
			}
			.padding-left{
				padding-left:10px;
			}
			.padding-left-2x{
				padding-left:20px;
			}
			.padding-right{
				padding-right:10px;
			}
			.padding-right-2x{
				padding-right:20px;
			}
			.margin-left{
				margin-left:10px;
			}
			.margin-right{
				margin-right:10px;
			}
			
.nofloat{
    float:none;
    display:inline-block;
    margin-left:-3px;
    max-width:300px;
}
/*   main settings end here  */

/*   ------header css starts here -----   */
header{
	padding-top:10px;
}

#top-div{
	margin:0px 0px 15px 0px;
	max-width:100%;
}
#top-div .size-2,#top-div .size-4{
	display:flex;
	float:left;
	text-align:center;
}
#top-div a:focus{
	outline:none;
}
#top-div > div.text-right > div:nth-child(1),#top-div > div.text-right > div:nth-child(3){
	display:inline;
}
#top-div > div.text-right > div:nth-child(3):hover > ul,#top-div > div.text-right > div:nth-child(1):hover>ul{
	display:block;
	  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#login_ul,#top-div > div.text-right > div:nth-child(1) > ul{
	top:27px;
	min-width:250px;
	  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#login_ul > li:nth-child(1) > span{
	color:#474E5D;
	font-weight:bold;
}
#login_ul > li:nth-child(1) > img{
	margin:5px 10px 5px 20px;
}
#top-div > div.text-right > div:nth-child(1) > ul > li:nth-child(3) > a > i,#top-div > div.text-right > div:nth-child(1) > ul > li:nth-child(4) > a > i{
	font-size:20px;
}
#top-div a:hover,#top-div a:focus{
	color: black;
}

#forgot_pwd:hover{
	cursor:pointer;
	color:red!important;
}
#forgot_pwd{
	color:black!important;
}
.header_icons{
	font-size:25px;
	margin:10px 9px;
	color:black;
}
.header_icons.dropdown-toggle:nth-child(3)>i{
	color:#3c763d;
}
.btn-block{
	max-width:250px;
	margin:auto;
}
@media only screen and (min-width:768px){
	#logo{
		float:left;
	}
}
.header_icons.cart-box{
	position:relative;
}
#cart_num{
	position:absolute;
	right:-15px;
	top:-8px;
	color:white;
	font-size:10px;
	font-weight:800;
	background-color:red;
	border-radius:50%;
	padding:3px 3px;
	min-width:20px;
	min-height:20px;
	text-align:center;
	display:none;
}
#cart_num:after{
}
.logo{
	width:220px;
}
.modal .nav.nav-tabs{
	margin:15px;
}

.search{
	font-size:13.5px;
	border:2px solid #ccc;
	border-radius:8px;
}
.addbtn,.minusbtn{
	width: 15px;
	display:inline-block;
    height: 100%;
    text-align: center;
    cursor: pointer;
	font-weight:bold;
}
.addbtn{
	color:#4cae4c;
}
.minusbtn{
	color:#d43f3a;
}
a[data-code]{
	text-decoration:none;
	color:black;
	font-size:1.3em;
}
a[data-code]:hover,a[data-code]:focus{
	text-decoration:none;
	color:red;
}
.red{
	color:#EB100A;
}
#top-div a.red:focus,#top-div a.red:hover{
	color:#EB100A;
}
.btn-yellow{
	padding: 5px 15px;
	display: inline-block;
	color: #5a460a;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(255,255,255,0.6);
	background: #ffc600;
	background-image: -webkit-linear-gradient(bottom, #faa21b, #ffc600);
	background-image: linear-gradient(to top, #faa21b, #ffc600);
	border: solid 1px #ec9a10; 
}
.btn-yellow:hover,.btn-yellow:focus{
	background: #FFB645;
	background-image: -webkit-linear-gradient(bottom, #FFB645, #FFE68E);
	background-image: linear-gradient(to top, #FFB645, #FFE68E);
	color: #5a460a;
	oultine:none;
}
.btn-yellow:active,.btn-yellow:focus{
	oultine:none;
}
.btn-red{
	border: 1px solid #8c0000;
	background: #ff0000;
	background-image: -webkit-linear-gradient(bottom, #ff0000, #de1b24);
	background-image: linear-gradient(to top,#ff0000,#de1b24);
	border-radius: 6px;
	color: white;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	padding: 5px 15px;
	margin-left: 3px;
}
.btn-red:hover,.btn-red:focus{
	background:#d90000;
	color:white!important;
	oultine:none;
}
.btn-red:hover{
	/*font-size:14px; */
}
.btn-red:focus{
	
}
/* typeahead */
.twitter-typeahead{
}
.twitter-typeahead ~ button{
	float:right;
}
#bloodhound{
	max-width:100%;
	height:36px;
	margin-left:auto;
	margin-right:auto;
}
#bloodhound2{
	max-width:300px;
	margin: 0 auto;
}
.typeahead,.tt-query,.tt-hint {
	max-width: 100%;
	min-width: 250px;
	height: 36px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 30px;
	border: 2px solid #ccc;
    border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	outline: none;
}

.typeahead {
	background-color: #fff;
}


.tt-query {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999
}

.tt-menu {
	width: 100%;
	margin: 12px 0;
	padding: 6px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
		-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	max-height: 155px;
	overflow-y: auto;
}

.tt-suggestion {
	padding: 4px 12px;
	font-size: 14px;
	line-height: 20px;
	text-align:left;
}

.tt-suggestion:hover {
	cursor: pointer;
	color: #fff;
	background-color: #474E5D;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;

}

.tt-suggestion p {
	margin: 0;
}


/* ------------------------ */



/* ------- nav css -------- */
/* black or #474E5D */
.nav-back{
	width:100%;
	position:absolute;
	height:50px;
	bottom:0px;
}

.btn-default:hover,.btn-default:focus:hover,.btn-default:active.focus, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
	color:white;
	background-color:black;
}
.btn-default:focus,.btn-default:active:focus,.btn-default.active:focus,.btn-default.active:hover{
	outline:none;
	background-color:white;
	color:black;
}
nav.navbar.navbar-default{
	color:black;
	margin-bottom:0px;
	background-color:transparent;
}
nav{
	border:none!important;
}
.navbar-brand{
	display:none;
	background-color: black;
	color: white;
	height:auto;
	padding:10px 10px 0px 10px;
}

@media only screen and (max-width:337px){
	.navbar-brand .search{
		display:none;
	}
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}
#myNavbar{
	border:none;
}
#myNavbar>ul.affix a{	
	background-color:black;
	color:white;
}
#myNavbar ul{
	max-width:100%;
	width:100%;
	margin:0px;
	top:-50px;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#myNavbar li{
	max-width:100%;
}
#myNavbar li a{
	bottom:0px;
	font-size:14px;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	color: white;
}
.normalshow{
	display:block;
}
.normalhide{
	display:none;
}

#menu{
	max-width:100%;
	z-index:10;
	position:relative;
}

li.hover:hover,li.hover:focus,li.hover:hover a,li.hover a:focus{
	background-color: black!important;
	color:white!important;
}
.hover.onfocus,.hover.onfocus a{
	background-color: black;
	color:white!important;
}
.navbar-header button{
	z-index:2;
}
.navbar-header button:hover,.navbar-header button:focus{
	background-color:#818EA9!important;
}
@media only screen and (max-width: 767px){
	
	#myNavbar li{
		display:flex;
		text-align:center;
	}
	.normalhide{
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	.normalshow{
		display:none!important;
	}
	.normal100{
		width:100%;
	}
	.navbar-brand{
		display:inline-block;
		width:100%;
	}
	#bloodhound2{
		width:auto;
		display:block;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
	li.hover:hover,li.hover:focus,li.hover:hover a,li.hover:hover:focus a{
		outline:1px solid white;
		outline-offset:-1px;
	}
	nav>li>a {
		padding: 10px 0px;
	}
	nav.navbar.navbar-default a,nav.navbar.navbar-default a:focus,nav.navbar.navbar-default a:hover,#myNavbar ul{	
		background-color:black;
		color:white;
	}
}
a.nofollow:focus,a.nofollow:hover,.onfocus a{
	outline:1px solid white;
	outline-offset:-1px;
}

@media only screen and (max-width: 450px){
	#master li{
		font-size:0.9em;
	}
	#master h3{
		font-size:1.2em;

	}
	ul.cat-lvl3-ul{
		padding-left:20px;
	}
	#master div.col-xs-4 li a{
		padding-left:20px;
		padding-right:0px;
	}
	.focused>a:before{
		display:none!important;
		border:none;
	}
	.smallshow{
		display:none;
	}
	#master div.col-xs-4{
		padding:0px;
	}
}
@media only screen and (min-width: 768px) {
  
}
@media only screen and (min-width: 860px){
	
}
@media only screen and (min-width: 931px){
	
}
#myNavbar ul.affix-top,#master.affix-top{
	z-index:2;
	
}
#myNavbar ul.affix,#master.affix{
	position:fixed!important;
	top:0px!important;
	left:0px;
	right:0px;
	max-width:1260px!important;
	margin:auto!important;
	z-index:2;
}
#master.affix{
	position:fixed!important;
	top:50px!important;
	left:0px;
	right:0px;
	max-width:1260px!important;
	margin:auto!important;
	z-index:2;
}


/*  css for categories menu    */
#master{
	max-width:1280px;
	position:absolute;
	right:0px;
	left:0px;
	overflow:auto;
	margin:auto!important;
	min-height:0px;
	box-shadow:0px 2px 6px;
}
.flex{
	display:flex;
	max-width:100%;
	flex: 0 0 100%;
}
.flex>div{
	min-height:350px;
	background-color: rgba(255,255,255,.9);
}
.flex>div:first-child{
	background-color: rgba(95,158,160,.9);
}
.focused{
	background-color:white;
}
.focused>a:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-left: 7px solid transparent;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left-color: #000;
	display: block;
}
#master h3{
	margin-left:20px;
}
#master li a{
	text-decoration:none;
	color:black;
	font-family:Ubuntu;
}
.hoversub{
	padding:0px;
}
.hoversub>a{
	position:relative;
	padding:10px 20px;
	display:block;
}
.cat-lvl2-ul{
	margin:0px;
	padding:0px;
}
.cat-lvl3-ul{
	line-height:20px;
	display:inline-block;
}
.cat-lvl3-ul li a:hover{
	border-bottom:2px outset black;
}
.img-abso{
	top:10px;
	right:0px;
}
/*  end of css for categories menu    */

/* ------------------------ */

/* --------  main  -------- */

#main{
	padding:0px;
    position:relative;
}
#main div:first{
	
	margin-top:20px;
	margin-bottom:20px;
}
#main-carousel{
	max-width:1600px;
	margin:auto;
}
.carousel-control,.carousel-control:focus{
	opacity:1;
}
.carousel-control:hover{
	opacity:1;
}
.carousel-control.left{
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,1) 0,rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,1) 0,rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,1)),to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control.right{
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,1) 0,rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(right,rgba(0,0,0,1) 0,rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,1)),to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to left,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev,.carousel-indicators{
	z-index:1;
}
.carousel-caption{
	z-index:2;
}
@media only screen and (max-width:500px){
	#main .inner-wrap .col-xs-6{
		width:100%;
	}
}

iframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* ------------------------ */

/* footer css start */
footer{
	padding:20px 0px 12px 0px;
	overflow:auto;
}
footer>div.col-sm-5{
	padding-right:10px;
	padding-left:10px;
}
footer>div{
	margin-top:15px;
}
.form-inline .form-control{
	max-width:250px;
}
.newsletter{
}
@media only screen and (max-width: 767px){
	footer>div{
		padding-left:0px!important;
		padding-right:0px!important;
	}
	div#top-div>div.normalclearfix{
		float:none;
		display:block;
		width:auto;
		margin-left:auto;
		margin-right:auto;
		
	}
	#news_form .form-control{
		width:auto;
		display:inline-block;	
	}
}
#news_form > div > label,#main #view_cart label{
	padding:7px 0px 0px 0px;
}
.form-horizontal .form-group {
	margin-right: 0;
	margin-left:0;
	max-width:100%;
}
.social_icons{
}
.social_icons a,.social_icons a:visited {
    border: 1px solid #5A6979;
    border-radius: 50%;
    background-color:transparent;
    color: #5A6979;
    display: inline-block;
    font-size: 25px;
    height: 35px;
    line-height: 30px;
    margin: 0 4px;
    text-align: center;
    width: 35px;
    padding:0px;
	text-shadow: none;
	transition: all 0.25s linear;
}
.social_icons a i{
    vertical-align: bottom;
}
.social_icons a:hover,.social_icons a:focus{
	outline:0;
	border: none;
	background-color:transparent;
	color:black!important;
}

.foot-list{
	margin-left:15px;
	margin-bottom: 3px;
	white-space:nowrap;
}
.foot-list:before {
	content: "";
	float:left;
	width: 0;
	height: 0;
	margin-top: 6px;
	margin-right:4px;
	border-left: 7px solid transparent;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left-color: #000;
	display: block;
}

.corner:before{
	content:"";
	float:left;
	margin-top:-4px;
	border-top:10px solid black;
	border-right:10px solid transparent;
}
footer a:hover,footer a,footer a:focus{
	color:black;
	outline:none;;
}

.store{
	margin:5px 5px;
}
.nowrap{
	white-space:nowrap;
}
.clearfix{
	margin-left:auto;
	margin-right:auto;
	display:table;
	float:none;
}
footer .col-xs-6 ul{
	padding:0px;
	display:table;
	margin-left:auto;
	margin-right:auto;
}
.tiny{
	font-size: 12px;
	margin:20px 0 10px 15px;
	float:left;
}

#paypal{
	float:right;
	padding-right:10px;
}
@media only screen and (max-width:672px){
	
	
	.clearfloat{
		clear:both;
		margin-left:auto;
		margin-right:auto;
		float:none!important;
		display:table;
		text-align:center;
	}
}
span[data-target]{
	cursor:pointer;
}
span[data-target]:hover{
	text-decoration:underline;
}
@media (min-width: 768px){
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: top;
	}

}

.add_to_cart{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity:1;
    animation-name: flashing;
		animation-duration: 1.5s;
}

@keyframes flashing {
    0%   {opacity:0;}
    50%  {opacity: .5;}
    100% {opacity: 1;}
}









/* footer css end */